{"version":3,"mappings":";u+BAKC,MAAMA,EAAQC,EAORC,EAAoBC,EAAS,IAAM,CACxC,IAAIC,EAAM,SAAS,cAAc,KAAK,EACtC,OAAAA,EAAI,UAAYJ,EAAM,GAAG,aAAa,SAC/BI,EAAI,aAAeA,EAAI,WAAa,EAC7C,CAAE,uoCCVIC,EAAoB,SAAS,eAAe,sBAAsB,EAExE,GAAIA,EAAmB,CACtB,MAAMC,EAAMC,EAAU,CACrB,KAAM,uBACN,EACGD,EAAA,UAAU,uBAAwBE,CAAiB,EACvDF,EAAI,UAAU,8BAA+BG,EAC5C,IAAAC,EAAA,IAAM,OAAO,uCAAmE,6DAChF,EACDJ,EAAI,UAAU,6BAA8BG,EAC3C,IAAAC,EAAA,IAAM,OAAO,sCAAkE,mFAC/E,EACDJ,EAAI,UAAU,6BAA8BG,EAC3C,IAAAC,EAAA,IAAM,OAAO,uCAAuE,kEACpF,EACDC,EAAkBL,CAAG,EACrBA,EAAI,IAAIM,CAAK,EACbN,EAAI,MAAMD,CAAiB,CAC5B","names":["props","__props","formattedHeadline","computed","div","richTextCtaBanner","app","createApp","RichTextCtaBanner","defineAsyncComponent","__vitePreload","initFormKitSchema","store"],"ignoreList":[],"sources":["../../../../Coloplast.UI/Features/ProductDeepDive/Views/Blocks/RichTextCtaBannerBlock/RichTextCtaBanner.vue","../../../../Coloplast.UI/Features/ProductDeepDive/Views/Blocks/RichTextCtaBannerBlock/richTextCtaBanner-entry.ts"],"sourcesContent":["\r\n\r\n\r\n","import { createApp, defineAsyncComponent } from 'vue';\r\nimport store from 'shared/store'\r\nimport { initFormKitSchema } from 'shared/utils/initFormKitSchema';\r\nimport RichTextCtaBanner from './RichTextCtaBanner.vue';\r\nimport './c-rich-text-cta-banner.scss';\r\n\r\nconst richTextCtaBanner = document.getElementById('rich-text-cta-banner');\r\n\r\nif (richTextCtaBanner) {\r\n\tconst app = createApp({\r\n\t\tname: 'RichTextCtaBannerApp',\r\n\t});\r\n\tapp.component('rich-text-cta-banner', RichTextCtaBanner);\r\n\tapp.component('send-campaign-id-cta-button', defineAsyncComponent(\r\n\t\t() => import('shared/components/actionButtonWithCTA/SendCampaignIdCtaButton.vue')\r\n\t));\r\n\tapp.component('cta-button-with-popup-form', defineAsyncComponent(\r\n\t\t() => import('shared/components/actionButtonWithCTA/CtaButtonWithPopupForm.vue')\r\n\t));\r\n\tapp.component('form-kit-builder-container', defineAsyncComponent(\r\n\t\t() => import('shared/components/FormKitBuilderContainer/FormKitBuilderContainer.vue')\r\n\t));\r\n\tinitFormKitSchema(app);\r\n\tapp.use(store);\r\n\tapp.mount(richTextCtaBanner);\r\n}"],"file":"feature-richTextCtaBanner-DL94ThzQ.js"}