{"version":3,"sources":["webpack:///../WCC.UI/App/components/attachments/link/link.html?ea62","webpack:///../WCC.UI/App/components/attachments/link/link.scss?c34d","webpack:///../WCC.UI/App/components/attachments/link/link.ts","webpack:///../WCC.UI/App/webpack/runtime/htmlExposer.js","webpack:///../WCC.UI/App/components/attachments/link/link.scss","webpack:///../WCC.UI/App/components/attachments/link/link.html"],"names":["content","expose","__esModule","default","api","module","i","options","exports","locals","WCCLinkVM","constructor","configOrLink","info","layoutFactory","config","WCCLink","this","createConfigFromLink","link","ko","flattenComputed","ratio","url","pluck","l","title","_l$link","URLHelpers","removeProtocolFromURL","quickSell","layoutConfig","create","layout","icon","theme","applyBindingsToNode","element","__decorate","injectable","__param","inject","wccModules","componentConfig","componentInfo","attachmentLayoutFactory","system","SystemHelpers","html","getTemplatesAndResources","forEach","node","document","head","appendChild","___CSS_LOADER_API_IMPORT___","push"],"mappings":"yIAAA,UAAO,CACC,yGACA,wDAIC,KAJ4C,EAAF,SAAYA,EAASC,GAG5D,OADAA,EADAD,EAAUA,EAAQE,WAAaF,EAAQG,QAAUH,GAE1CA,GACV,4B,sECNT,IAAII,EAAM,EAAQ,gFACFJ,EAAU,EAAQ,oJAIC,iBAFvBA,EAAUA,EAAQE,WAAaF,EAAQG,QAAUH,KAG/CA,EAAU,CAAC,CAACK,EAAOC,EAAIN,EAAS,MAG9C,IAAIO,EAAU,CAEd,OAAiB,OACjB,WAAoB,GAEPH,EAAIJ,EAASO,GAI1BF,EAAOG,QAAUR,EAAQS,QAAU,I,m1BCCnC,IAAqBC,EAArB,MAGIC,YACwCC,EACFC,EACUC,GAE5C,MAAMC,EAASH,aAAwBI,IAAUC,KAAKC,qBAAqBN,GAAgBA,EAErFO,EAAOC,EAAGC,gBAAgBN,EAAOI,MACjCG,EAAQF,EAAGC,gBAAgBN,EAAOO,OAElCC,EAAMJ,EAAKK,MAAMC,GAAKA,EAAEN,MACxBO,EAAQP,EAAKK,MAAMC,IAAC,IAAAE,EAAA,OAAIF,EAAEC,SAAWE,IAAWC,sBAA8B,QAATF,EAACF,EAAEN,cAAM,IAAAQ,IAAI,MAClFG,EAAYX,EAAKK,MAAMC,GAAKA,EAAEK,WAEpCb,KAAKc,aAAejB,EAAckB,OAAO,CACrCC,OAAQlB,EAAOkB,OAEflB,OAAQ,CACJQ,MACAG,QACAI,YACAI,KAAM,iBACNZ,QACAa,MAAOpB,EAAOoB,SAItBf,EAAGgB,oBAAoBvB,EAAKwB,QAAS,CACjC,IAAO,CACH,uBAAuB,KAK3BnB,qBAAqBC,GACzB,MAAwB,CAAEA,UAtCbT,EAAS4B,EAAA,CAD7BC,cAKQC,EAAA,EAAAC,YAAOC,IAAWC,kBAClBH,EAAA,EAAAC,YAAOC,IAAWE,gBAClBJ,EAAA,EAAAC,YAAOC,IAAWG,2BANNnC,gB,sICnBrB,WAOC,KAPD,aACI,MAAMoC,EAAS,EAAQ,mCAAkBC,cAEzC,OAAO,SAAUC,GACbF,EAAOG,yBAAyBD,GAC3BE,SAAQ,SAAUC,GAAQC,SAASC,KAAKC,YAAYH,QAEhE,+B,oKCLD3C,EADkC,EAAQ,wDAChC+C,EAA4B,IAE9BC,KAAK,CAACnD,EAAOC,EAAI,wDAAyD,KAElFD,EAAOG,QAAUA,G,oHCHjBH,EAAOG,QAFI","file":"268.55b221adbe57c281f63e.js","sourcesContent":["define([\n \"!!../../../../node_modules/html-loader/dist/cjs.js??ref--26-1!./link.html\", \n \"!../../../webpack/runtime/htmlExposer.js\"], function (content, expose) {\n content = content.__esModule ? content.default : content;\n expose(content);\n return content;\n });","var api = require(\"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\");\n var content = require(\"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/sass-loader/dist/cjs.js!./link.scss\");\n\n content = content.__esModule ? content.default : content;\n\n if (typeof content === 'string') {\n content = [[module.id, content, '']];\n }\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nmodule.exports = content.locals || {};","import { wccModules } from 'enums/wccModules';\r\nimport { URLHelpers } from 'helpers/url';\r\nimport { inject, injectable } from 'inversify';\r\nimport { Subscribable, SubscribableOrNullableValue } from 'knockout';\r\nimport WCCLink from 'models/attachments/link';\r\nimport { CustomElementConfig } from '../../../extensions/knockout/bindings/customElement';\r\nimport { WCCAttachmentLayoutVMTheme } from '../layouts/base/base.interfaces';\r\nimport { IAttachmentLayoutFactory, WCCAttachmentLayout } from '../layouts/iFactory';\r\nimport './link.html';\r\nimport './link.scss';\r\n\r\nexport interface WCCLinkVMConfig {\r\n link?: SubscribableOrNullableValue\r\n ratio?: SubscribableOrNullableValue\r\n layout?: SubscribableOrNullableValue\r\n theme?: SubscribableOrNullableValue\r\n}\r\n\r\n@injectable()\r\nexport default class WCCLinkVM {\r\n layoutConfig: Subscribable\r\n\r\n constructor(\r\n @inject(wccModules.componentConfig) configOrLink: WCCLinkVMConfig | WCCLink,\r\n @inject(wccModules.componentInfo) info: ko.components.ComponentInfo,\r\n @inject(wccModules.attachmentLayoutFactory) layoutFactory: IAttachmentLayoutFactory\r\n ) {\r\n const config = configOrLink instanceof WCCLink ? this.createConfigFromLink(configOrLink) : configOrLink;\r\n\r\n const link = ko.flattenComputed(config.link);\r\n const ratio = ko.flattenComputed(config.ratio);\r\n\r\n const url = link.pluck(l => l.link);\r\n const title = link.pluck(l => l.title() || URLHelpers.removeProtocolFromURL(l.link() ?? ''));\r\n const quickSell = link.pluck(l => l.quickSell);\r\n\r\n this.layoutConfig = layoutFactory.create({\r\n layout: config.layout,\r\n\r\n config: {\r\n url,\r\n title,\r\n quickSell,\r\n icon: 'fal fa-browser',\r\n ratio,\r\n theme: config.theme\r\n }\r\n })\r\n\r\n ko.applyBindingsToNode(info.element, {\r\n 'css': {\r\n 'wcc-link-attachment': true\r\n }\r\n });\r\n }\r\n\r\n private createConfigFromLink(link: WCCLink) {\r\n return { link }\r\n }\r\n}","define(function () {\r\n const system = require('helpers/system').SystemHelpers;\r\n\r\n return function (html) {\r\n system.getTemplatesAndResources(html)\r\n .forEach(function (node) { document.head.appendChild(node) });\r\n }\r\n});","// Imports\nvar ___CSS_LOADER_API_IMPORT___ = require(\"../../../../node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.id, \".wcc-link-attachment{position:relative;display:block}\", \"\"]);\n// Exports\nmodule.exports = exports;\n","// Module\nvar code = \"\";\n// Exports\nmodule.exports = code;"],"sourceRoot":""}