{"version":3,"file":"ExtraDrawUpsell.js","names":["defineDs","m","Ensighten","Event","ExtraDrawUpsell","controller","_ref","_this$activeCampaignD","Object","assign","campaignTag","activeCampaignData","call","dictionary","d","bind","prefix","concat","_upsellExtra","prop","game","upsellExtra","extraDrawPrice","getRowAmount","onSelect","option","saveSelection","setUpsellExtra","pushGaEvent","playType","toLowerCase","upSellPopover","close","subscribe","view","totalPrice","optionStructure","_ref2","isSelected","icon","description","label","onclick","class","src","trust","rowCount","fire","key","className"],"sources":["DanskeSpil/Domain/Lotto/Scripts/Campaigns/Templates/Christmas/ExtraDrawUpsell.js"],"sourcesContent":["defineDs('DanskeSpil/Domain/Lotto/Scripts/Campaigns/Templates/Christmas/ExtraDrawUpsell',\r\n [\r\n 'Shared/Framework/Mithril/Scripts/Core/Mithril',\r\n 'Shared/Framework/Ensighten/Scripts/Ensighten',\r\n 'Common/Framework/EventHandling/Scripts/Event',\r\n ],\r\n function (m, Ensighten, Event) {\r\n const ExtraDrawUpsell = {\r\n controller: function ({ controller }) {\r\n Object.assign(this, controller);\r\n this.campaignTag = this.activeCampaignData?.()?.campaignTag || 'Christmas';\r\n this.dictionary = this.d.bind({ prefix: `Campaigns/${this.campaignTag}MultiClient/UpsellStep/` });\r\n this._upsellExtra = m.prop(this.game().upsellExtra() || null);\r\n this.extraDrawPrice = this.game().extraDrawPrice() * this.game().getRowAmount();\r\n\r\n this.onSelect = (option) => {\r\n this._upsellExtra(option);\r\n };\r\n\r\n this.saveSelection = () => {\r\n if (this._upsellExtra() === null) {\r\n return;\r\n }\r\n this.game().setUpsellExtra(this._upsellExtra());\r\n\r\n Ensighten.pushGaEvent(\r\n 'coupon',\r\n `lotto/${this.game().playType().toLowerCase()}/upsell`,\r\n this._upsellExtra() ? this.dictionary('AddonLabel', { extraDrawPrice: this.extraDrawPrice }) : this.dictionary('NoAddonLabel'),\r\n );\r\n this.upSellPopover.close();\r\n };\r\n\r\n Event.subscribe('upsell-popover:closed', () => {\r\n if (this._upsellExtra() === null) {\r\n Ensighten.pushGaEvent(\r\n 'coupon',\r\n `lotto/${this.game().playType()}/upsell`,\r\n this.d(`Campaigns/${this.campaignTag}MultiClient/UpsellStep/NoAddonLabel`)\r\n );\r\n }\r\n });\r\n },\r\n view: function (controller) {\r\n let totalPrice = controller.game().totalPrice() + (controller._upsellExtra() && !controller.game().upsellExtra() ? controller.extraDrawPrice : 0);\r\n if (controller.game().upsellExtra() && !controller._upsellExtra()) {\r\n totalPrice = totalPrice - controller.extraDrawPrice;\r\n }\r\n const optionStructure = ({ isSelected, icon, description, label, onclick }) => {\r\n return m('.multi-client__upsell-option', {\r\n class: isSelected ? 'multi-client__upsell-option--selected' : '',\r\n onclick: onclick\r\n }, [\r\n m('.multi-client__upsell-option-box', [\r\n m('img.multi-client__upsell-option-checkmark', {\r\n src: '/Components/DanskeSpil/Domain/Lotto/Graphics/SpriteSheets/LottoChristmas/checkmark-circle.svg',\r\n class: isSelected ? 'multi-client__upsell-option-checkmark--visible' : ''\r\n }),\r\n m('.multi-client__upsell-option-box-content', [\r\n m('img.multi-client__upsell-option-icon', { src: icon }),\r\n description ? m('.multi-client__upsell-option-description', m.trust(description)) : null,\r\n ])\r\n ]),\r\n m('.multi-client__upsell-option-label', m.trust(label))\r\n ]);\r\n };\r\n return m('.multi-client__flow-step-inner', [\r\n m('.multi-client__flow-step-header', [\r\n m('.multi-client__flow-step-title', controller.dictionary('Title')),\r\n m('.multi-client__flow-step-subtitle', controller.dictionary('Description'))\r\n ]),\r\n m('.multi-client__upsell-options', [\r\n optionStructure({\r\n isSelected: controller._upsellExtra() === true,\r\n icon: `/Components/DanskeSpil/Domain/Lotto/Graphics/SpriteSheets/Lotto${controller.campaignTag}/add-on-ticket.svg`,\r\n description: controller.dictionary('AddonDescription', { rowCount: controller.game().getRowAmount() }),\r\n label: controller.dictionary('AddonLabel', { extraDrawPrice: controller.extraDrawPrice }),\r\n onclick: () => controller.onSelect(true)\r\n }),\r\n optionStructure({\r\n isSelected: controller._upsellExtra() === false,\r\n icon: '/Components/DanskeSpil/Domain/Lotto/Graphics/SpriteSheets/LottoChristmas/no-add-on.svg',\r\n label: controller.dictionary('NoAddonLabel'),\r\n onclick: () => controller.onSelect(false)\r\n })\r\n ]),\r\n m('.multi-client__upsell-footer', [\r\n m('.multi-client__upsell-footer-buttons', [\r\n m('.multi-client__upsell-footer-button.outlined', {\r\n onclick: () => {\r\n Event.fire('ds.event.accordionInfoOverlay:show', {\r\n key: 'productchange',\r\n className: 'accordion-info-overlay__christmas-product-change'\r\n });\r\n }\r\n }, m('span', controller.dictionary('ReadMoreButton'))),\r\n m('.multi-client__upsell-footer-button', {\r\n class: controller._upsellExtra() === null ? 'btn--disabled' : '',\r\n onclick: controller.saveSelection\r\n }, controller.dictionary('NextButton', { totalPrice })),\r\n ])\r\n ])\r\n ]);\r\n }\r\n };\r\n\r\n return ExtraDrawUpsell;\r\n });"],"mappings":"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","ignoreList":[]}