{"version":3,"sources":["webpack:///../WCC.UI/App/components/topic/summary/instructionsHeader/instructionsHeader.html?e2c1","webpack:///../WCC.UI/App/components/topic/summary/instructionsHeader/instructionsHeader.scss?3a76","webpack:///../WCC.UI/App/components/topic/summary/instructionsHeader/instructionsHeader.ts","webpack:///../WCC.UI/App/webpack/runtime/htmlExposer.js","webpack:///../WCC.UI/App/components/topic/summary/instructionsHeader/instructionsHeader.scss","webpack:///../WCC.UI/App/components/topic/summary/instructionsHeader/instructionsHeader.html"],"names":["content","expose","__esModule","default","api","module","i","options","exports","locals","TopicSummaryInstructionsHeaderVM","constructor","config","info","storage","labels","topicId","ko","flattenComputed","attachments","get","TopicAttachmentsManager","pluck","m","hasNoSummaryImage","pureComputed","this","hasSummaryImage","isReady","title","observable","Instructions","applyBindingsToNode","element","possibleImage","find","attachment","fileType","enums","AttachmentTypes","ActivityInstructionsImage","value","undefined","hqUrl","__decorate","injectable","__param","inject","wccModules","componentConfig","componentInfo","system","SystemHelpers","html","getTemplatesAndResources","forEach","node","document","head","appendChild","___CSS_LOADER_API_IMPORT___","push"],"mappings":"uKAAA,UAAO,CACC,uIACA,wDAIC,KAJ+C,EAAF,SAAYA,EAASC,GAG/D,OADAA,EADAD,EAAUA,EAAQE,WAAaF,EAAQG,QAAUH,GAE1CA,GACV,4B,oGCNT,IAAII,EAAM,EAAQ,gFACFJ,EAAU,EAAQ,kLAIC,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,g5BCHnC,IAAqBC,EAArB,MAKIC,YACwCC,EACFC,EACNC,GAPhC,KAAAC,OAASA,EASL,MAAMC,EAAUC,EAAGC,gBAAgBN,EAAOI,SAGpCG,EADqBL,EAAQM,IAAIC,IAAyB,CAAEL,YAC3BM,MAAMC,GAAKA,EAAEJ,YAAa,IAC3DK,EAAoBP,EAAGQ,aAAa,KAAOC,KAAKC,gBAAgBR,MAEtE,IAAIS,EAAUX,EAAGQ,aAAa,IAAMD,KAEpCE,KAAKG,MAAQZ,EAAGa,WAAWf,EAAOgB,cAElCd,EAAGe,oBAAoBnB,EAAKoB,QAAS,CACjC,QAAWL,GACZF,MAGPC,gBAAgBR,GACZ,IAAIe,EAAsCf,EAAYgB,KAAKC,GAAcA,EAAWC,aAAeC,EAAMC,gBAAgBC,0BAA0BC,OAEnJ,OAA+BC,OAAX,MAAbR,OAAa,EAAbA,EAAeS,SA5BTjC,EAAgCkC,EAAA,CADpDC,cAOQC,EAAA,EAAAC,YAAOC,IAAWC,kBAClBH,EAAA,EAAAC,YAAOC,IAAWE,gBAClBJ,EAAA,EAAAC,YAAOC,IAAWlC,WARNJ,gB,+LCfrB,WAOC,KAPD,aACI,MAAMyC,EAAS,EAAQ,mCAAkBC,cAEzC,OAAO,SAAUC,GACbF,EAAOG,yBAAyBD,GAC3BE,SAAQ,SAAUC,GAAQC,SAASC,KAAKC,YAAYH,QAEhE,+B,kMCLDhD,EADkC,EAAQ,wDAChCoD,EAA4B,IAE9BC,KAAK,CAACxD,EAAOC,EAAI,uHAAwH,KAEjJD,EAAOG,QAAUA,G,kJCHjBH,EAAOG,QAFI","file":"324.bca058c363ae9ce235df.js","sourcesContent":["define([\n \"!!../../../../../node_modules/html-loader/dist/cjs.js??ref--26-1!./instructionsHeader.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!./instructionsHeader.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 { inject, injectable } from \"inversify\";\r\nimport { Subscribable, SubscribableOrValue } from \"knockout\";\r\nimport { wccModules } from \"../../../../enums/wccModules\";\r\nimport { IWCCStorageManager } from \"../../../../managers/iStorage\";\r\nimport TopicAttachmentsManager from \"../../../../managers/topic/attachments\";\r\nimport WCCAttachment from \"../../../../models/attachments/attachment\";\r\nimport WCCImage from \"../../../../models/attachments/image\";\r\nimport './instructionsHeader.html';\r\nimport './instructionsHeader.scss';\r\n\r\nexport interface TopicSummaryInstructionsHeaderVMConfig {\r\n topicId?: SubscribableOrValue\r\n}\r\n\r\n@injectable()\r\nexport default class TopicSummaryInstructionsHeaderVM {\r\n labels = labels;\r\n\r\n title: Subscribable\r\n\r\n constructor(\r\n @inject(wccModules.componentConfig) config: TopicSummaryInstructionsHeaderVMConfig,\r\n @inject(wccModules.componentInfo) info: ko.components.ComponentInfo,\r\n @inject(wccModules.storage) storage: IWCCStorageManager\r\n ) {\r\n const topicId = ko.flattenComputed(config.topicId);\r\n\r\n const attachmentsManager = storage.get(TopicAttachmentsManager, { topicId });\r\n const attachments = attachmentsManager.pluck(m => m.attachments, []);\r\n const hasNoSummaryImage = ko.pureComputed(() => !this.hasSummaryImage(attachments()));\r\n \r\n var isReady = ko.pureComputed(() => hasNoSummaryImage());\r\n\r\n this.title = ko.observable(labels.Instructions); \r\n\r\n ko.applyBindingsToNode(info.element, {\r\n 'visible': isReady\r\n }, this);\r\n }\r\n\r\n hasSummaryImage(attachments: Array) { \r\n let possibleImage = attachments.find(attachment => attachment.fileType() === enums.AttachmentTypes.ActivityInstructionsImage.value); \r\n\r\n return possibleImage?.hqUrl != undefined;\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, \".topic-summary__header{padding:20px;background-color:#f5f5f5;border-top-left-radius:4px;border-top-right-radius:4px}\", \"\"]);\n// Exports\nmodule.exports = exports;\n","// Module\nvar code = \"\";\n// Exports\nmodule.exports = code;"],"sourceRoot":""}