{"version":3,"file":"embla-carousel-vue-CZEWE3Ox.js","sources":["../../node_modules/embla-carousel-vue/esm/embla-carousel-vue.esm.js"],"sourcesContent":["import { isRef, shallowRef, onMounted, onBeforeUnmount, watch } from 'vue';\nimport { canUseDOM, areOptionsEqual, arePluginsEqual } from 'embla-carousel-reactive-utils';\nimport EmblaCarousel from 'embla-carousel';\n\nfunction emblaCarouselVue(options = {}, plugins = []) {\n const isRefOptions = isRef(options);\n const isRefPlugins = isRef(plugins);\n let storedOptions = isRefOptions ? options.value : options;\n let storedPlugins = isRefPlugins ? plugins.value : plugins;\n const emblaNode = shallowRef();\n const emblaApi = shallowRef();\n function reInit() {\n if (!emblaApi.value) return;\n emblaApi.value.reInit(storedOptions, storedPlugins);\n }\n onMounted(() => {\n if (!canUseDOM() || !emblaNode.value) return;\n EmblaCarousel.globalOptions = emblaCarouselVue.globalOptions;\n emblaApi.value = EmblaCarousel(emblaNode.value, storedOptions, storedPlugins);\n });\n onBeforeUnmount(() => {\n if (emblaApi.value) emblaApi.value.destroy();\n });\n if (isRefOptions) {\n watch(options, newOptions => {\n if (areOptionsEqual(storedOptions, newOptions)) return;\n storedOptions = newOptions;\n reInit();\n });\n }\n if (isRefPlugins) {\n watch(plugins, newPlugins => {\n if (arePluginsEqual(storedPlugins, newPlugins)) return;\n storedPlugins = newPlugins;\n reInit();\n });\n }\n return [emblaNode, emblaApi];\n}\nemblaCarouselVue.globalOptions = undefined;\n\nexport { emblaCarouselVue as default };\n//# sourceMappingURL=embla-carousel-vue.esm.js.map\n"],"names":["emblaCarouselVue","options","plugins","isRefOptions","isRef","isRefPlugins","storedOptions","storedPlugins","emblaNode","shallowRef","emblaApi","reInit","onMounted","canUseDOM","EmblaCarousel","onBeforeUnmount","watch","newOptions","areOptionsEqual","newPlugins","arePluginsEqual"],"mappings":"2gBAIA,SAASA,EAAiBC,EAAU,GAAIC,EAAU,CAAA,EAAI,CACpD,MAAMC,EAAeC,EAAMH,CAAO,EAC5BI,EAAeD,EAAMF,CAAO,EAClC,IAAII,EAAgBH,EAAeF,EAAQ,MAAQA,EAC/CM,EAAgBF,EAAeH,EAAQ,MAAQA,EACnD,MAAMM,EAAYC,EAAY,EACxBC,EAAWD,EAAY,EAC7B,SAASE,GAAS,CACXD,EAAS,OACdA,EAAS,MAAM,OAAOJ,EAAeC,CAAa,CACtD,CACE,OAAAK,EAAU,IAAM,CACV,CAACC,EAAS,GAAM,CAACL,EAAU,QAC/BM,EAAc,cAAgBd,EAAiB,cAC/CU,EAAS,MAAQI,EAAcN,EAAU,MAAOF,EAAeC,CAAa,EAChF,CAAG,EACDQ,EAAgB,IAAM,CAChBL,EAAS,OAAOA,EAAS,MAAM,QAAS,CAChD,CAAG,EACGP,GACFa,EAAMf,EAASgB,GAAc,CACvBC,EAAgBZ,EAAeW,CAAU,IAC7CX,EAAgBW,EAChBN,EAAQ,EACd,CAAK,EAECN,GACFW,EAAMd,EAASiB,GAAc,CACvBC,EAAgBb,EAAeY,CAAU,IAC7CZ,EAAgBY,EAChBR,EAAQ,EACd,CAAK,EAEI,CAACH,EAAWE,CAAQ,CAC7B,CACAV,EAAiB,cAAgB","x_google_ignoreList":[0]}