{"version":3,"mappings":";0GAGA,MAAMA,EAAc,SAAS,iBAAiB,8BAA8B,EAE5EA,EAAY,QAASC,GAAc,CAClC,MAAMC,EAAqBD,EAAU,iBACpC,4BAEGC,EAAS,QACHA,EAAA,QAASC,GAAY,OAC7B,MAAMC,EAA2BD,EAC3BE,EAAMC,EAAU,CACrB,MAAMC,EAAAH,GAAA,YAAAA,EAAa,UAAb,YAAAG,EAAsB,UAC5B,EACGF,EAAA,UACH,oBACAG,EACC,IAAMC,EAAA,WAAO,+BAA0D,uDACxE,GAEDJ,EAAI,MAAMD,CAAW,EACrB,CAEH,CAAC","names":["BAShortcuts","shortcuts","elements","element","htmlElement","app","createApp","_a","defineAsyncComponent","__vitePreload"],"ignoreList":[],"sources":["../../../../Coloplast.UI/Features/BAShortcuts/shortcutsBlock-entry.ts"],"sourcesContent":["import { createApp, defineAsyncComponent } from 'vue';\r\nimport './c-shortcuts.scss';\r\n\r\nconst BAShortcuts = document.querySelectorAll(\"[data-feature='BAShortcuts']\");\r\n\r\nBAShortcuts.forEach((shortcuts) => {\r\n\tconst elements: NodeList = shortcuts.querySelectorAll(\r\n\t\t'[data-video-button-play]'\r\n\t);\r\n\tif (elements.length) {\r\n\t\telements.forEach((element) => {\r\n\t\t\tconst htmlElement: HTMLElement = element as HTMLElement;\r\n\t\t\tconst app = createApp({\r\n\t\t\t\tname: htmlElement?.dataset?.blockName,\r\n\t\t\t});\r\n\t\t\tapp.component(\r\n\t\t\t\t'video-button-play',\r\n\t\t\t\tdefineAsyncComponent(\r\n\t\t\t\t\t() => import('shared/components/VideoCarouselBlock/VideoButtonPlay.vue')\r\n\t\t\t\t)\r\n\t\t\t);\r\n\t\t\tapp.mount(htmlElement);\r\n\t\t});\r\n\t}\r\n});"],"file":"feature-shortcutsBlock-CDtH77nw.js"}