@wikicasa-dev/components 2.6.1-alpha.0 → 2.6.2-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/UIKit/AccessibleSelect.d.ts +22 -17
- package/dist/UIKit/AccessibleSelect.js +2 -2
- package/dist/{packages/components/lib/UIKit → UIKit}/AccessibleSelect.vue.js +1 -1
- package/dist/UIKit/Accordion/AccordionContentPrimitive.d.ts +7 -11
- package/dist/UIKit/Accordion/AccordionContentPrimitive.js +1 -1
- package/dist/UIKit/Accordion/AccordionHeaderPrimitive.d.ts +5 -4
- package/dist/UIKit/Accordion/AccordionHeaderPrimitive.js +1 -1
- package/dist/UIKit/Accordion/AccordionItemPrimitive.d.ts +6 -5
- package/dist/UIKit/Accordion/AccordionItemPrimitive.js +1 -1
- package/dist/UIKit/Accordion/AccordionTriggerPrimitive.d.ts +5 -4
- package/dist/UIKit/Accordion/AccordionTriggerPrimitive.js +1 -1
- package/dist/UIKit/Accordion/BaseAccordion.d.ts +17 -12
- package/dist/UIKit/Accordion/BaseAccordion.js +1 -1
- package/dist/UIKit/Accordion/BaseAccordionItem.d.ts +9 -6
- package/dist/UIKit/Accordion/BaseAccordionItem.js +2 -2
- package/dist/UIKit/Autocomplete/ClearableAutocomplete.d.ts +32 -23
- package/dist/UIKit/Autocomplete/ClearableAutocomplete.js +2 -2
- package/dist/{packages/components/lib/UIKit → UIKit}/Autocomplete/ClearableAutocomplete.vue.js +1 -1
- package/dist/UIKit/BaseAlert.d.ts +8 -12
- package/dist/UIKit/BaseAlert.js +2 -2
- package/dist/UIKit/BaseAutocomplete.d.ts +31 -23
- package/dist/UIKit/BaseAutocomplete.js +2 -2
- package/dist/{packages/components/lib/UIKit → UIKit}/BaseAutocomplete.vue.js +2 -2
- package/dist/UIKit/BaseBadge.d.ts +8 -12
- package/dist/UIKit/BaseBadge.js +2 -2
- package/dist/UIKit/BaseBreadcrumb.d.ts +11 -14
- package/dist/UIKit/BaseBreadcrumb.js +1 -1
- package/dist/UIKit/BaseButton.d.ts +9 -9
- package/dist/UIKit/BaseButton.js +1 -1
- package/dist/{packages/components/lib/UIKit → UIKit}/BaseButton.vue.js +1 -1
- package/dist/UIKit/BaseComplexToggle.d.ts +18 -12
- package/dist/UIKit/BaseComplexToggle.js +2 -2
- package/dist/UIKit/BaseDropDown.d.ts +26 -34
- package/dist/UIKit/BaseDropDown.js +2 -2
- package/dist/{packages/components/lib/UIKit → UIKit}/BaseDropDown.vue.js +1 -1
- package/dist/UIKit/BaseFloatingLabel.d.ts +4 -3
- package/dist/UIKit/BaseFloatingLabel.js +2 -2
- package/dist/UIKit/BaseInput.d.ts +21 -25
- package/dist/UIKit/BaseInput.js +2 -2
- package/dist/{packages/components/lib/UIKit → UIKit}/BaseInput.vue.js +2 -2
- package/dist/UIKit/BaseModal.d.ts +23 -29
- package/dist/UIKit/BaseModal.js +2 -2
- package/dist/UIKit/BasePagination.d.ts +6 -4
- package/dist/UIKit/BasePagination.js +1 -1
- package/dist/UIKit/BaseSelect/SelectItem.d.ts +10 -18
- package/dist/UIKit/BaseSelect/SelectItem.js +1 -1
- package/dist/UIKit/BaseSlider.d.ts +6 -7
- package/dist/UIKit/BaseSlider.js +2 -2
- package/dist/{packages/components/lib/UIKit → UIKit}/BaseSlider.vue.js +1 -1
- package/dist/UIKit/BaseSnackbar.d.ts +17 -12
- package/dist/UIKit/BaseSnackbar.js +2 -2
- package/dist/UIKit/BaseTextarea.d.ts +6 -6
- package/dist/UIKit/BaseTextarea.js +4 -4
- package/dist/{packages/components/lib/UIKit → UIKit}/BaseTextarea.vue.js +2 -2
- package/dist/UIKit/BaseToggle.d.ts +13 -15
- package/dist/UIKit/BaseToggle.js +1 -1
- package/dist/UIKit/BaseTooltip.d.ts +10 -13
- package/dist/UIKit/BaseTooltip.js +2 -2
- package/dist/UIKit/BaseUploadFile.d.ts +9 -13
- package/dist/UIKit/BaseUploadFile.js +1 -1
- package/dist/{packages/components/lib/UIKit → UIKit}/BaseUploadFile.vue.js +1 -1
- package/dist/UIKit/Card/BaseCard.d.ts +7 -5
- package/dist/UIKit/Card/BaseCard.js +2 -2
- package/dist/UIKit/Card/CardDescriptionPrimitive.d.ts +7 -11
- package/dist/UIKit/Card/CardImagePrimitive.d.ts +7 -11
- package/dist/UIKit/Card/CardImagePrimitive.js +1 -1
- package/dist/{packages/components/lib/UIKit → UIKit}/Card/CardImagePrimitive.vue.js +1 -1
- package/dist/UIKit/Card/CardRootPrimitive.d.ts +5 -4
- package/dist/UIKit/Card/CardRootPrimitive.js +2 -2
- package/dist/{packages/components/lib/UIKit → UIKit}/Card/CardRootPrimitive.vue.js +1 -1
- package/dist/UIKit/Checkbox/CheckboxBtn.d.ts +24 -19
- package/dist/UIKit/Checkbox/CheckboxBtn.js +2 -2
- package/dist/UIKit/Checkbox/CheckboxGroup.d.ts +26 -17
- package/dist/UIKit/Checkbox/CheckboxGroup.js +1 -1
- package/dist/{packages/components/lib/UIKit → UIKit}/Checkbox/CheckboxGroup.vue.js +1 -1
- package/dist/UIKit/Checkbox/v2/CheckboxButtonGroup.d.ts +10 -9
- package/dist/UIKit/Checkbox/v2/CheckboxButtonGroup.js +1 -1
- package/dist/{packages/components/lib/UIKit → UIKit}/Checkbox/v2/CheckboxButtonGroup.vue.js +1 -1
- package/dist/UIKit/Checkbox/v2/CheckboxGroupItemPrimitive.d.ts +19 -14
- package/dist/UIKit/Checkbox/v2/CheckboxGroupItemPrimitive.js +1 -1
- package/dist/UIKit/Checkbox/v2/CheckboxGroupItemPrimitive.vue.js +35 -0
- package/dist/UIKit/Checkbox/v2/CheckboxGroupPrimitive.d.ts +14 -9
- package/dist/UIKit/Checkbox/v2/CheckboxGroupPrimitive.js +1 -1
- package/dist/UIKit/ProgressBar/ProgressIndicatorPrimitive.d.ts +2 -1
- package/dist/UIKit/ProgressBar/ProgressIndicatorPrimitive.js +1 -1
- package/dist/UIKit/ProgressBar/ProgressRootPrimitive.d.ts +10 -154
- package/dist/UIKit/ProgressBar/ProgressRootPrimitive.js +1 -1
- package/dist/UIKit/Radio/RadioButton.d.ts +18 -13
- package/dist/UIKit/Radio/RadioButton.js +1 -1
- package/dist/UIKit/Radio/RadioGroup.d.ts +28 -19
- package/dist/UIKit/Radio/RadioGroup.js +1 -1
- package/dist/UIKit/Radio/v2/RadioButtonGroup.d.ts +16 -11
- package/dist/UIKit/Radio/v2/RadioButtonGroup.js +1 -1
- package/dist/{packages/components/lib/UIKit → UIKit}/Radio/v2/RadioButtonGroup.vue.js +1 -1
- package/dist/UIKit/Radio/v2/RadioButtonItem.d.ts +5 -4
- package/dist/UIKit/Radio/v2/RadioButtonItem.js +2 -2
- package/dist/UIKit/Radio/v2/RadioGroupItemPrimitive.d.ts +6 -5
- package/dist/UIKit/Radio/v2/RadioGroupItemPrimitive.js +1 -1
- package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.d.ts +5 -4
- package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.js +2 -2
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.d.ts +2 -48
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.js +1 -1
- package/dist/{packages/components/lib/UIKit → UIKit}/ShimmerLoader/ShimmerMultiLine.vue.js +1 -1
- package/dist/UIKit/Slider/SimpleSlider.d.ts +6 -6
- package/dist/UIKit/Slider/SimpleSlider.js +2 -2
- package/dist/UIKit/StaticSpinner.d.ts +2 -1
- package/dist/UIKit/StaticSpinner.js +2 -2
- package/dist/UIKit/Tab/BaseTab.d.ts +7 -11
- package/dist/UIKit/Tab/BaseTab.js +1 -1
- package/dist/UIKit/Tab/BaseTabList.d.ts +3 -2
- package/dist/UIKit/Tab/BaseTabList.js +1 -1
- package/dist/UIKit/Tab/BaseTabPanel.d.ts +8 -12
- package/dist/UIKit/Tab/BaseTabPanel.js +1 -1
- package/dist/UIKit/Tab/BaseTabView.d.ts +16 -9
- package/dist/UIKit/Tab/BaseTabView.js +1 -1
- package/dist/UIKit/Tab/v2/BaseTabs.d.ts +16 -11
- package/dist/UIKit/Tab/v2/BaseTabs.js +2 -2
- package/dist/UIKit/Tab/v2/BaseTabsContent.d.ts +5 -4
- package/dist/UIKit/Tab/v2/BaseTabsContent.js +1 -1
- package/dist/UIKit/Tab/v2/BaseTabsIndicator.d.ts +6 -56
- package/dist/UIKit/Tab/v2/BaseTabsIndicator.js +2 -2
- package/dist/UIKit/Tab/v2/BaseTabsList.d.ts +5 -4
- package/dist/UIKit/Tab/v2/BaseTabsList.js +1 -1
- package/dist/UIKit/Tab/v2/BaseTabsTrigger.d.ts +12 -7
- package/dist/UIKit/Tab/v2/BaseTabsTrigger.js +1 -1
- package/dist/assets/{BaseTextarea.css → BaseTextarea2.css} +1 -1
- package/dist/assets/SwiperCarousel2.css +1 -1
- package/dist/assets/SwiperRootPrimitive2.css +1 -1
- package/dist/assets/baseComplexToggle.css +1 -0
- package/dist/assets/baseFloatingLabel.css +1 -0
- package/dist/assets/baseInput.css +1 -0
- package/dist/assets/baseSlider.css +1 -0
- package/dist/assets/baseSpinner.css +1 -0
- package/dist/assets/baseTextarea.css +1 -0
- package/dist/assets/baseTooltip.css +1 -0
- package/dist/assets/swiper-navigation.css +1 -1
- package/dist/chart/DoughnutChart.d.ts +2 -1
- package/dist/chart/DoughnutChart.js +1 -1
- package/dist/{packages/components/lib/chart → chart}/DoughnutChart.vue.js +1 -1
- package/dist/chart/LineChart.d.ts +3 -11
- package/dist/chart/LineChart.js +1 -1
- package/dist/{packages/components/lib/chart → chart}/LineChart.vue.js +1 -1
- package/dist/components/IntersectionObserver/IntersectionObservable.d.ts +10 -17
- package/dist/components/IntersectionObserver/IntersectionObservable.js +1 -1
- package/dist/components/IntersectionObserver/IntersectionObserver.d.ts +34 -39
- package/dist/components/IntersectionObserver/IntersectionObserver.js +1 -1
- package/dist/components/IntersectionObserver/v2/IntersectionObserverProvider.d.ts +6 -5
- package/dist/components/IntersectionObserver/v2/IntersectionObserverProvider.js +1 -1
- package/dist/{packages/components/lib/components → components}/IntersectionObserver/v2/IntersectionObserverProvider.vue.js +1 -1
- package/dist/components/IntersectionObserver/v2/IntersectionObserverTarget.d.ts +13 -20
- package/dist/components/IntersectionObserver/v2/IntersectionObserverTarget.js +1 -1
- package/dist/{packages/components/lib/components → components}/IntersectionObserver/v2/IntersectionObserverTarget.vue.js +1 -1
- package/dist/components/carousel/Primitive/SwiperNavigationPrimitive.d.ts +3 -2
- package/dist/components/carousel/Primitive/SwiperNavigationPrimitive.js +1 -1
- package/dist/{packages/components/lib/components → components}/carousel/Primitive/SwiperNavigationPrimitive.vue.js +2 -2
- package/dist/components/carousel/Primitive/SwiperPaginationPrimitive.d.ts +4 -3
- package/dist/components/carousel/Primitive/SwiperPaginationPrimitive.js +2 -2
- package/dist/{packages/components/lib/components → components}/carousel/Primitive/SwiperPaginationPrimitive.vue.js +2 -2
- package/dist/components/carousel/Primitive/SwiperPrimitive.d.ts +8 -12
- package/dist/components/carousel/Primitive/SwiperPrimitive.js +1 -1
- package/dist/components/carousel/Primitive/SwiperRootPrimitive.d.ts +9 -9
- package/dist/components/carousel/Primitive/SwiperRootPrimitive.js +9 -9
- package/dist/{packages/components/lib/components → components}/carousel/Primitive/SwiperRootPrimitive.vue.js +18 -8
- package/dist/components/carousel/Primitive/SwiperSlideImagePrimitive.d.ts +2 -1
- package/dist/components/carousel/Primitive/SwiperSlideImagePrimitive.js +2 -2
- package/dist/{packages/components/lib/components → components}/carousel/Primitive/SwiperSlideImagePrimitive.vue.js +2 -2
- package/dist/components/carousel/SwiperCarousel.d.ts +12 -20
- package/dist/components/carousel/SwiperCarousel.js +5 -5
- package/dist/{packages/components/lib/components → components}/carousel/SwiperCarousel.vue.js +15 -10
- package/dist/components/carousel/SwiperSlide.d.ts +7 -11
- package/dist/index.js +70 -70
- package/dist/lazyModules/ChartJs/Chart.d.ts +1 -0
- package/dist/lazyModules/ChartJs/DoughnutChart/core.d.ts +2 -0
- package/dist/lazyModules/ChartJs/LineChart/cartesian.d.ts +2 -0
- package/dist/lazyModules/ChartJs/LineChart/core.d.ts +2 -0
- package/dist/lazyModules/ChartJs/Plugins/Legend.d.ts +1 -0
- package/dist/lazyModules/ChartJs/Plugins/TimeScale.d.ts +0 -0
- package/dist/lazyModules/ChartJs/Plugins/Title.d.ts +1 -0
- package/dist/lazyModules/ChartJs/Plugins/Tooltip.d.ts +1 -0
- package/dist/lazyModules/Swiper/Autoplay/factory.d.ts +3 -0
- package/dist/lazyModules/Swiper/Autoplay/index.d.ts +1 -0
- package/dist/{Swiper → lazyModules/Swiper}/Autoplay/index.js +1 -1
- package/dist/lazyModules/Swiper/Controller/factory.d.ts +3 -0
- package/dist/lazyModules/Swiper/Controller/index.d.ts +1 -0
- package/dist/{Swiper → lazyModules/Swiper}/Controller/index.js +1 -1
- package/dist/lazyModules/Swiper/FreeMode/factory.d.ts +3 -0
- package/dist/lazyModules/Swiper/FreeMode/index.d.ts +1 -0
- package/dist/{Swiper → lazyModules/Swiper}/FreeMode/index.js +1 -1
- package/dist/lazyModules/Swiper/Keyboard/factory.d.ts +3 -0
- package/dist/lazyModules/Swiper/Keyboard/index.d.ts +1 -0
- package/dist/{Swiper → lazyModules/Swiper}/Keyboard/index.js +1 -1
- package/dist/lazyModules/Swiper/Navigation/factory.d.ts +3 -0
- package/dist/lazyModules/Swiper/Navigation/index.d.ts +1 -0
- package/dist/{Swiper → lazyModules/Swiper}/Navigation/index.js +1 -1
- package/dist/lazyModules/Swiper/Pagination/factory.d.ts +3 -0
- package/dist/lazyModules/Swiper/Pagination/index.d.ts +1 -0
- package/dist/{Swiper → lazyModules/Swiper}/Pagination/index.js +1 -1
- package/dist/lazyModules/Swiper/Thumbs/factory.d.ts +3 -0
- package/dist/lazyModules/Swiper/Thumbs/index.d.ts +1 -0
- package/dist/{Swiper → lazyModules/Swiper}/Thumbs/index.js +1 -1
- package/dist/lazyModules/Swiper/Zoom/factory.d.ts +3 -0
- package/dist/lazyModules/Swiper/Zoom/index.d.ts +1 -0
- package/dist/lazyModules/Swiper/Zoom/index.js +5 -0
- package/dist/lazyModules/Swiper/factory.d.ts +3 -0
- package/dist/lazyModules/Swiper/index.d.ts +1 -0
- package/dist/lazyModules/Swiper/index.js +5 -0
- package/dist/lazyModules/Swiper/types.d.ts +5 -0
- package/dist/lazyModules/Swiper/types.js +1 -0
- package/dist/lazyModules/VueChartJs/Doughnut/factory.d.ts +7 -0
- package/dist/lazyModules/VueChartJs/Doughnut/index.d.ts +3 -0
- package/dist/lazyModules/VueChartJs/Line/factory.d.ts +7 -0
- package/dist/lazyModules/VueChartJs/Line/index.d.ts +3 -0
- package/package.json +36 -32
- package/dist/Swiper/Zoom/index.js +0 -5
- package/dist/Swiper/index.js +0 -5
- package/dist/packages/components/lib/UIKit/Checkbox/v2/CheckboxGroupItemPrimitive.vue.js +0 -33
- /package/dist/{packages/components/lib/UIKit → UIKit}/Accordion/AccordionContentPrimitive.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Accordion/AccordionHeaderPrimitive.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Accordion/AccordionItemPrimitive.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Accordion/AccordionTriggerPrimitive.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Accordion/BaseAccordion.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Accordion/BaseAccordionItem.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BaseAlert.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BaseBadge.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BaseBreadcrumb.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BaseComplexToggle.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BaseFloatingLabel.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BaseModal.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BasePagination.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BaseSelect/SelectItem.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BaseSnackbar.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BaseToggle.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BaseTooltip.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Card/BaseCard.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Checkbox/CheckboxBtn.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Checkbox/v2/CheckboxGroupPrimitive.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/ProgressBar/ProgressIndicatorPrimitive.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/ProgressBar/ProgressRootPrimitive.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Radio/RadioButton.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Radio/RadioGroup.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Radio/v2/RadioButtonItem.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Radio/v2/RadioGroupItemPrimitive.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/ShimmerLoader/BaseShimmerLoader.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Slider/SimpleSlider.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/StaticSpinner.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Tab/BaseTab.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Tab/BaseTabList.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Tab/BaseTabPanel.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Tab/BaseTabView.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Tab/v2/BaseTabs.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Tab/v2/BaseTabsContent.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Tab/v2/BaseTabsIndicator.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Tab/v2/BaseTabsList.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Tab/v2/BaseTabsTrigger.vue.js +0 -0
- /package/dist/assets/{BaseComplexToggle.css → BaseComplexToggle2.css} +0 -0
- /package/dist/assets/{BaseFloatingLabel.css → BaseFloatingLabel2.css} +0 -0
- /package/dist/assets/{BaseInput.css → BaseInput2.css} +0 -0
- /package/dist/assets/{BaseSlider.css → BaseSlider2.css} +0 -0
- /package/dist/assets/{BaseTooltip.css → BaseTooltip2.css} +0 -0
- /package/dist/assets/{BaseAlert.css → baseAlert.css} +0 -0
- /package/dist/assets/{BaseCard.css → baseCard.css} +0 -0
- /package/dist/assets/{BaseModal.css → baseModal.css} +0 -0
- /package/dist/assets/{swiper-controller.css → swiper-keyboard.css} +0 -0
- /package/dist/{packages/components/lib/components → components}/IntersectionObserver/IntersectionObservable.vue.js +0 -0
- /package/dist/{packages/components/lib/components → components}/IntersectionObserver/IntersectionObserver.vue.js +0 -0
- /package/dist/{packages/components/lib/components → components}/carousel/Primitive/SwiperPrimitive.vue.js +0 -0
- /package/dist/{ChartJs → lazyModules/ChartJs}/Chart.js +0 -0
- /package/dist/{ChartJs → lazyModules/ChartJs}/DoughnutChart/core.js +0 -0
- /package/dist/{ChartJs → lazyModules/ChartJs}/LineChart/cartesian.js +0 -0
- /package/dist/{ChartJs → lazyModules/ChartJs}/LineChart/core.js +0 -0
- /package/dist/{ChartJs → lazyModules/ChartJs}/Plugins/Legend.js +0 -0
- /package/dist/{ChartJs → lazyModules/ChartJs}/Plugins/TimeScale.js +0 -0
- /package/dist/{ChartJs → lazyModules/ChartJs}/Plugins/Title.js +0 -0
- /package/dist/{ChartJs → lazyModules/ChartJs}/Plugins/Tooltip.js +0 -0
- /package/dist/{Swiper → lazyModules/Swiper}/Autoplay/factory.js +0 -0
- /package/dist/{Swiper → lazyModules/Swiper}/Controller/factory.js +0 -0
- /package/dist/{Swiper → lazyModules/Swiper}/FreeMode/factory.js +0 -0
- /package/dist/{Swiper → lazyModules/Swiper}/Keyboard/factory.js +0 -0
- /package/dist/{Swiper → lazyModules/Swiper}/Navigation/factory.js +0 -0
- /package/dist/{Swiper → lazyModules/Swiper}/Pagination/factory.js +0 -0
- /package/dist/{Swiper → lazyModules/Swiper}/Thumbs/factory.js +0 -0
- /package/dist/{Swiper → lazyModules/Swiper}/Zoom/factory.js +0 -0
- /package/dist/{Swiper → lazyModules/Swiper}/factory.js +0 -0
- /package/dist/{Swiper/types.js → lazyModules/Swiper/swiper-css.d.js} +0 -0
- /package/dist/{VueChartJs → lazyModules/VueChartJs}/Doughnut/factory.js +0 -0
- /package/dist/{VueChartJs → lazyModules/VueChartJs}/Doughnut/index.js +0 -0
- /package/dist/{VueChartJs → lazyModules/VueChartJs}/Line/factory.js +0 -0
- /package/dist/{VueChartJs → lazyModules/VueChartJs}/Line/index.js +0 -0
|
@@ -2,27 +2,20 @@ type __VLS_Props = {
|
|
|
2
2
|
observer?: IntersectionObserver | null;
|
|
3
3
|
isVisible?: boolean;
|
|
4
4
|
};
|
|
5
|
-
declare
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
};
|
|
11
|
-
refs: {
|
|
12
|
-
root: HTMLDivElement;
|
|
13
|
-
};
|
|
14
|
-
rootEl: any;
|
|
5
|
+
declare var __VLS_1: {}, __VLS_3: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
|
+
} & {
|
|
9
|
+
default?: (props: typeof __VLS_3) => any;
|
|
15
10
|
};
|
|
16
|
-
|
|
17
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
11
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
18
12
|
observer: IntersectionObserver | null;
|
|
19
13
|
isVisible: boolean;
|
|
20
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
14
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
24
17
|
export default _default;
|
|
25
|
-
type
|
|
18
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
26
19
|
new (): {
|
|
27
20
|
$slots: S;
|
|
28
21
|
};
|
|
@@ -3,41 +3,37 @@ interface IntersectionObserverProps {
|
|
|
3
3
|
skip?: boolean;
|
|
4
4
|
threshold?: number;
|
|
5
5
|
}
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
root: HTMLDivElement;
|
|
36
|
-
};
|
|
37
|
-
rootEl: any;
|
|
6
|
+
declare var __VLS_1: {
|
|
7
|
+
observer: {
|
|
8
|
+
readonly root: Element | Document | null;
|
|
9
|
+
readonly rootMargin: string;
|
|
10
|
+
readonly scrollMargin: string;
|
|
11
|
+
readonly thresholds: ReadonlyArray<number>;
|
|
12
|
+
disconnect: () => void;
|
|
13
|
+
observe: (target: Element) => void;
|
|
14
|
+
takeRecords: () => IntersectionObserverEntry[];
|
|
15
|
+
unobserve: (target: Element) => void;
|
|
16
|
+
} | null;
|
|
17
|
+
isVisible: false;
|
|
18
|
+
}, __VLS_3: {
|
|
19
|
+
observer: {
|
|
20
|
+
readonly root: Element | Document | null;
|
|
21
|
+
readonly rootMargin: string;
|
|
22
|
+
readonly scrollMargin: string;
|
|
23
|
+
readonly thresholds: ReadonlyArray<number>;
|
|
24
|
+
disconnect: () => void;
|
|
25
|
+
observe: (target: Element) => void;
|
|
26
|
+
takeRecords: () => IntersectionObserverEntry[];
|
|
27
|
+
unobserve: (target: Element) => void;
|
|
28
|
+
} | null;
|
|
29
|
+
isVisible: true;
|
|
30
|
+
};
|
|
31
|
+
type __VLS_Slots = {} & {
|
|
32
|
+
observer?: (props: typeof __VLS_1) => any;
|
|
33
|
+
} & {
|
|
34
|
+
observer?: (props: typeof __VLS_3) => any;
|
|
38
35
|
};
|
|
39
|
-
|
|
40
|
-
declare const __VLS_component: import('vue').DefineComponent<IntersectionObserverProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
36
|
+
declare const __VLS_base: import('vue').DefineComponent<IntersectionObserverProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
41
37
|
intersection: () => any;
|
|
42
38
|
}, string, import('vue').PublicProps, Readonly<IntersectionObserverProps> & Readonly<{
|
|
43
39
|
onIntersection?: (() => any) | undefined;
|
|
@@ -45,12 +41,11 @@ declare const __VLS_component: import('vue').DefineComponent<IntersectionObserve
|
|
|
45
41
|
observeOnce: boolean;
|
|
46
42
|
skip: boolean;
|
|
47
43
|
threshold: number;
|
|
48
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
44
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
45
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
46
|
+
declare const _default: typeof __VLS_export;
|
|
52
47
|
export default _default;
|
|
53
|
-
type
|
|
48
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
54
49
|
new (): {
|
|
55
50
|
$slots: S;
|
|
56
51
|
};
|
|
@@ -3,17 +3,18 @@ export interface IntersectionObserverProviderProps {
|
|
|
3
3
|
skip?: boolean;
|
|
4
4
|
threshold?: number;
|
|
5
5
|
}
|
|
6
|
-
declare const _default:
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
8
|
+
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<IntersectionObserverProviderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
9
|
intersection: () => any;
|
|
8
10
|
}, string, import('vue').PublicProps, Readonly<IntersectionObserverProviderProps> & Readonly<{
|
|
9
11
|
onIntersection?: (() => any) | undefined;
|
|
10
12
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
11
|
-
default
|
|
13
|
+
default?: (props: {
|
|
12
14
|
observer: IntersectionObserver | undefined;
|
|
13
|
-
})
|
|
15
|
+
}) => any;
|
|
14
16
|
}>;
|
|
15
|
-
|
|
16
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
17
18
|
new (): {
|
|
18
19
|
$slots: S;
|
|
19
20
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as m, shallowRef as a, provide as i, onBeforeMount as b, onBeforeUnmount as h, renderSlot as p } from "vue";
|
|
2
|
-
import { VisibleTargetsKey as g, ObserveTargetKey as O, UnobserveTargetKey as y } from "
|
|
2
|
+
import { VisibleTargetsKey as g, ObserveTargetKey as O, UnobserveTargetKey as y } from "./types.js";
|
|
3
3
|
const T = /* @__PURE__ */ m({
|
|
4
4
|
__name: "IntersectionObserverProvider",
|
|
5
5
|
props: {
|
|
@@ -1,28 +1,21 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
observeOnce?: boolean;
|
|
3
3
|
};
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
};
|
|
14
|
-
refs: {
|
|
15
|
-
root: HTMLDivElement;
|
|
16
|
-
};
|
|
17
|
-
rootEl: any;
|
|
4
|
+
declare var __VLS_1: {
|
|
5
|
+
isVisible: boolean;
|
|
6
|
+
}, __VLS_3: {
|
|
7
|
+
isVisible: true;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
default?: (props: typeof __VLS_1) => any;
|
|
11
|
+
} & {
|
|
12
|
+
default?: (props: typeof __VLS_3) => any;
|
|
18
13
|
};
|
|
19
|
-
|
|
20
|
-
declare const
|
|
21
|
-
|
|
22
|
-
}, any>;
|
|
23
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
14
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
24
17
|
export default _default;
|
|
25
|
-
type
|
|
18
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
26
19
|
new (): {
|
|
27
20
|
$slots: S;
|
|
28
21
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as v, useTemplateRef as d, useId as b, inject as s, computed as m, onMounted as g, watch as p, createElementBlock as T, renderSlot as u, openBlock as y, unref as k } from "vue";
|
|
2
|
-
import { VisibleTargetsKey as O, ObserveTargetKey as _, UnobserveTargetKey as h } from "
|
|
2
|
+
import { VisibleTargetsKey as O, ObserveTargetKey as _, UnobserveTargetKey as h } from "./types.js";
|
|
3
3
|
const V = ["target-id"], I = /* @__PURE__ */ v({
|
|
4
4
|
__name: "IntersectionObserverTarget",
|
|
5
5
|
props: {
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { SwiperOptions } from 'swiper/types';
|
|
2
2
|
export type SwiperNavigationPrimitiveProps = NonNullable<SwiperOptions["navigation"]>;
|
|
3
|
-
declare const _default:
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
4
|
+
export default _default;
|
|
5
|
+
declare const __VLS_export: import('vue').DefineComponent<{
|
|
4
6
|
options?: SwiperNavigationPrimitiveProps;
|
|
5
7
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
6
8
|
options?: SwiperNavigationPrimitiveProps;
|
|
7
9
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
8
|
-
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as p, inject as s, createElementBlock as a, openBlock as l, Fragment as d, createElementVNode as e, withModifiers as i } from "vue";
|
|
2
|
-
import { NavigationModule as u } from "
|
|
2
|
+
import { NavigationModule as u } from "../../../lazyModules/Swiper/Navigation/factory.js";
|
|
3
3
|
import { addModuleDescriptorKey as m } from "./SwiperRootPrimitive.vue.js";
|
|
4
|
-
import '
|
|
4
|
+
import '../../../assets/SwiperRootPrimitive2.css';import '../../../assets/SwiperRootPrimitive.css';/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
6
|
const k = /* @__PURE__ */ p({
|
|
7
7
|
__name: "SwiperNavigationPrimitive",
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { SwiperOptions } from 'swiper/types';
|
|
2
2
|
export type SwiperPaginationPrimitiveProps = NonNullable<SwiperOptions["pagination"]>;
|
|
3
|
-
declare const _default:
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
4
|
+
export default _default;
|
|
5
|
+
declare const __VLS_export: import('vue').DefineComponent<{
|
|
4
6
|
options?: SwiperPaginationPrimitiveProps;
|
|
5
7
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
6
8
|
options?: SwiperPaginationPrimitiveProps;
|
|
7
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
8
|
-
export default _default;
|
|
9
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import o from "
|
|
2
|
-
import '../../../assets/SwiperCarousel.css';/* empty css
|
|
1
|
+
import o from "./SwiperPaginationPrimitive.vue.js";
|
|
2
|
+
import '../../../assets/SwiperCarousel.css';/* empty css */
|
|
3
3
|
export {
|
|
4
4
|
o as default
|
|
5
5
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as r, inject as a, createElementBlock as p, openBlock as s, withModifiers as d } from "vue";
|
|
2
2
|
import { addModuleDescriptorKey as c } from "./SwiperRootPrimitive.vue.js";
|
|
3
|
-
import '
|
|
3
|
+
import '../../../assets/SwiperRootPrimitive2.css';import '../../../assets/SwiperRootPrimitive.css';/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
|
-
import { PaginationModule as u } from "
|
|
5
|
+
import { PaginationModule as u } from "../../../lazyModules/Swiper/Pagination/factory.js";
|
|
6
6
|
const b = /* @__PURE__ */ r({
|
|
7
7
|
__name: "SwiperPaginationPrimitive",
|
|
8
8
|
props: {
|
|
@@ -3,23 +3,19 @@ type __VLS_Props = {
|
|
|
3
3
|
dataCy?: string;
|
|
4
4
|
slidesWrapperClasses?: ClassTypeProp;
|
|
5
5
|
};
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
default?(_: {}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {};
|
|
12
|
-
rootEl: HTMLDivElement;
|
|
6
|
+
declare var __VLS_1: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_1) => any;
|
|
13
9
|
};
|
|
14
|
-
|
|
15
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
11
|
click: (args_0: MouseEvent) => any;
|
|
17
12
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
18
13
|
onClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
19
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
20
|
-
declare const
|
|
14
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
21
17
|
export default _default;
|
|
22
|
-
type
|
|
18
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
23
19
|
new (): {
|
|
24
20
|
$slots: S;
|
|
25
21
|
};
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import { Nullable } from '@wikicasa-dev/types';
|
|
2
|
-
import { SwiperModuleDescriptor } from '
|
|
2
|
+
import { SwiperModuleDescriptor } from '../../../lazyModules/Swiper/types';
|
|
3
3
|
import { InjectionKey } from 'vue';
|
|
4
4
|
import { Swiper, SwiperOptions } from 'swiper/types';
|
|
5
5
|
import { ClassTypeProp } from '../../../UIKit/types';
|
|
6
6
|
export declare const setLazyImagesLoaderKey: InjectionKey<(v: boolean) => void>;
|
|
7
7
|
export declare const addModuleDescriptorKey: InjectionKey<(m: Nullable<SwiperModuleDescriptor>) => void>;
|
|
8
8
|
export type SwiperRootPrimitiveProps = Omit<SwiperOptions, "pagination" | "navigation">;
|
|
9
|
-
declare const _default:
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
10
|
+
export default _default;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<{
|
|
10
12
|
rootClasses?: ClassTypeProp;
|
|
11
13
|
swiperOptions?: SwiperRootPrimitiveProps;
|
|
12
14
|
}, {
|
|
@@ -27,14 +29,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
27
29
|
onMoved?: ((args_0: {
|
|
28
30
|
activeIndex: number;
|
|
29
31
|
}) => any) | undefined;
|
|
30
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
31
|
-
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
placeholder?(_: {}): any;
|
|
32
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
33
|
+
default?: (props: {}) => any;
|
|
34
|
+
} & {
|
|
35
|
+
placeholder?: (props: {}) => any;
|
|
35
36
|
}>;
|
|
36
|
-
|
|
37
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
37
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
38
38
|
new (): {
|
|
39
39
|
$slots: S;
|
|
40
40
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import o from "
|
|
2
|
-
import { addModuleDescriptorKey as
|
|
3
|
-
import '../../../assets/SwiperRootPrimitive2.css';import '../../../assets/SwiperRootPrimitive.css';/* empty css
|
|
4
|
-
/* empty css
|
|
5
|
-
import
|
|
6
|
-
const
|
|
1
|
+
import o from "./SwiperRootPrimitive.vue.js";
|
|
2
|
+
import { addModuleDescriptorKey as s, setLazyImagesLoaderKey as d } from "./SwiperRootPrimitive.vue.js";
|
|
3
|
+
import '../../../assets/SwiperRootPrimitive2.css';import '../../../assets/SwiperRootPrimitive.css';/* empty css */
|
|
4
|
+
/* empty css */
|
|
5
|
+
import r from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
6
|
+
const p = /* @__PURE__ */ r(o, [["__scopeId", "data-v-30c86ccb"]]);
|
|
7
7
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
s as addModuleDescriptorKey,
|
|
9
|
+
p as default,
|
|
10
|
+
d as setLazyImagesLoaderKey
|
|
11
11
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as N, shallowRef as P, useTemplateRef as A, onMounted as q, provide as k, createElementBlock as b, openBlock as h, createElementVNode as x, createCommentVNode as B, normalizeClass as K, renderSlot as S } from "vue";
|
|
2
|
-
import { createSwiper as R } from "
|
|
3
|
-
import { AutoplayModule as D } from "
|
|
4
|
-
import { KeyboardModule as U } from "
|
|
5
|
-
import { ZoomModule as $ } from "
|
|
2
|
+
import { createSwiper as R } from "../../../lazyModules/Swiper/factory.js";
|
|
3
|
+
import { AutoplayModule as D } from "../../../lazyModules/Swiper/Autoplay/factory.js";
|
|
4
|
+
import { KeyboardModule as U } from "../../../lazyModules/Swiper/Keyboard/factory.js";
|
|
5
|
+
import { ZoomModule as $ } from "../../../lazyModules/Swiper/Zoom/factory.js";
|
|
6
6
|
const Z = { class: "uikit-relative" }, j = {
|
|
7
7
|
key: 0,
|
|
8
8
|
class: "uikit-absolute uikit-inset-0"
|
|
@@ -46,9 +46,17 @@ const Z = { class: "uikit-relative" }, j = {
|
|
|
46
46
|
), L = Promise.all(
|
|
47
47
|
a.map((i) => {
|
|
48
48
|
const g = i.complete && i.src ? Promise.resolve() : new Promise((w) => {
|
|
49
|
-
i.addEventListener(
|
|
50
|
-
|
|
51
|
-
|
|
49
|
+
i.addEventListener(
|
|
50
|
+
"load",
|
|
51
|
+
() => w(),
|
|
52
|
+
{ once: !0 }
|
|
53
|
+
), i.addEventListener(
|
|
54
|
+
"error",
|
|
55
|
+
() => w(),
|
|
56
|
+
{
|
|
57
|
+
once: !0
|
|
58
|
+
}
|
|
59
|
+
);
|
|
52
60
|
});
|
|
53
61
|
return u(i), g;
|
|
54
62
|
})
|
|
@@ -65,7 +73,9 @@ const Z = { class: "uikit-relative" }, j = {
|
|
|
65
73
|
t,
|
|
66
74
|
t.activeIndex
|
|
67
75
|
);
|
|
68
|
-
[...a, ...l].forEach(
|
|
76
|
+
[...a, ...l].forEach(
|
|
77
|
+
u
|
|
78
|
+
);
|
|
69
79
|
}
|
|
70
80
|
},
|
|
71
81
|
...s.swiperOptions
|
|
@@ -13,5 +13,6 @@ export interface SwiperSlideImagePrimitiveProps {
|
|
|
13
13
|
loading?: "lazy" | "eager";
|
|
14
14
|
lazy?: boolean;
|
|
15
15
|
}
|
|
16
|
-
declare const _default:
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
17
17
|
export default _default;
|
|
18
|
+
declare const __VLS_export: import('vue').DefineComponent<SwiperSlideImagePrimitiveProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SwiperSlideImagePrimitiveProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import o from "
|
|
2
|
-
import '../../../assets/SwiperSlideImagePrimitive.css';/* empty css
|
|
1
|
+
import o from "./SwiperSlideImagePrimitive.vue.js";
|
|
2
|
+
import '../../../assets/SwiperSlideImagePrimitive.css';/* empty css */
|
|
3
3
|
export {
|
|
4
4
|
o as default
|
|
5
5
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as c, createPropsRestProxy as o, shallowRef as r, inject as l, createBlock as d, openBlock as m, withCtx as n, createElementVNode as g, mergeProps as u } from "vue";
|
|
2
|
-
import f from "
|
|
2
|
+
import f from "../SwiperSlide.js";
|
|
3
3
|
import { setLazyImagesLoaderKey as y } from "./SwiperRootPrimitive.vue.js";
|
|
4
|
-
import '
|
|
4
|
+
import '../../../assets/SwiperRootPrimitive2.css';import '../../../assets/SwiperRootPrimitive.css';/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
6
|
const v = ["src", "srcset", "data-src", "data-srcset"], L = /* @__PURE__ */ c({
|
|
7
7
|
__name: "SwiperSlideImagePrimitive",
|
|
@@ -13,21 +13,15 @@ type SwiperCarouselProps = {
|
|
|
13
13
|
}>;
|
|
14
14
|
shiftFirstImage?: boolean;
|
|
15
15
|
};
|
|
16
|
-
declare
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
refs: {
|
|
24
|
-
swiperRef: HTMLDivElement;
|
|
25
|
-
thumbsRef: HTMLDivElement;
|
|
26
|
-
};
|
|
27
|
-
rootEl: any;
|
|
16
|
+
declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {};
|
|
17
|
+
type __VLS_Slots = {} & {
|
|
18
|
+
default?: (props: typeof __VLS_1) => any;
|
|
19
|
+
} & {
|
|
20
|
+
last_slide?: (props: typeof __VLS_3) => any;
|
|
21
|
+
} & {
|
|
22
|
+
placeholder?: (props: typeof __VLS_5) => any;
|
|
28
23
|
};
|
|
29
|
-
|
|
30
|
-
declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps, {
|
|
24
|
+
declare const __VLS_base: import('vue').DefineComponent<SwiperCarouselProps, {
|
|
31
25
|
swiper: import('vue').ShallowRef<Nullable<Swiper>, Nullable<Swiper>>;
|
|
32
26
|
moveTo(index: number, speed?: number, runCallbacks?: boolean): void;
|
|
33
27
|
updateSlidesPerView: (value: number) => void;
|
|
@@ -45,13 +39,11 @@ declare const __VLS_component: import('vue').DefineComponent<SwiperCarouselProps
|
|
|
45
39
|
activeIndex: number;
|
|
46
40
|
}) => any) | undefined;
|
|
47
41
|
onFirstSlideLoaded?: (() => any) | undefined;
|
|
48
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
}, any>;
|
|
52
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
42
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
43
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
44
|
+
declare const _default: typeof __VLS_export;
|
|
53
45
|
export default _default;
|
|
54
|
-
type
|
|
46
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
55
47
|
new (): {
|
|
56
48
|
$slots: S;
|
|
57
49
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import o from "
|
|
2
|
-
import '../../assets/SwiperCarousel2.css';import '../../assets/SwiperCarousel.css';/* empty css
|
|
3
|
-
/* empty css
|
|
1
|
+
import o from "./SwiperCarousel.vue.js";
|
|
2
|
+
import '../../assets/SwiperCarousel2.css';import '../../assets/SwiperCarousel.css';/* empty css */
|
|
3
|
+
/* empty css */
|
|
4
4
|
import r from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
-
const
|
|
5
|
+
const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-c4229b26"]]);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
e as default
|
|
8
8
|
};
|
package/dist/{packages/components/lib/components → components}/carousel/SwiperCarousel.vue.js
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { defineComponent as W, shallowRef as L, useTemplateRef as V, useId as X, computed as Y, onMounted as x, watch as _, nextTick as S, createElementBlock as n, openBlock as l, Fragment as $, withDirectives as ee, renderSlot as I, createCommentVNode as h, createElementVNode as f, normalizeClass as u, unref as te, renderList as R, mergeProps as T, withModifiers as P, vShow as ie } from "vue";
|
|
2
|
-
import { createSwiper as B } from "
|
|
3
|
-
import { AutoplayModule as se } from "
|
|
4
|
-
import { FreemodeModule as ae } from "
|
|
5
|
-
import { KeyboardModule as re } from "
|
|
6
|
-
import { NavigationModule as oe } from "
|
|
7
|
-
import { PaginationModule as ne } from "
|
|
8
|
-
import { ThumbsModule as le } from "
|
|
9
|
-
import { ZoomModule as ue } from "
|
|
2
|
+
import { createSwiper as B } from "../../lazyModules/Swiper/factory.js";
|
|
3
|
+
import { AutoplayModule as se } from "../../lazyModules/Swiper/Autoplay/factory.js";
|
|
4
|
+
import { FreemodeModule as ae } from "../../lazyModules/Swiper/FreeMode/factory.js";
|
|
5
|
+
import { KeyboardModule as re } from "../../lazyModules/Swiper/Keyboard/factory.js";
|
|
6
|
+
import { NavigationModule as oe } from "../../lazyModules/Swiper/Navigation/factory.js";
|
|
7
|
+
import { PaginationModule as ne } from "../../lazyModules/Swiper/Pagination/factory.js";
|
|
8
|
+
import { ThumbsModule as le } from "../../lazyModules/Swiper/Thumbs/factory.js";
|
|
9
|
+
import { ZoomModule as ue } from "../../lazyModules/Swiper/Zoom/factory.js";
|
|
10
10
|
const de = ["id", "data-cy"], ce = ["data-idx", "alt", "width", "height", "onLoad"], pe = ["id"], we = ["alt"], Oe = /* @__PURE__ */ W({
|
|
11
11
|
inheritAttrs: !1,
|
|
12
12
|
__name: "SwiperCarousel",
|
|
@@ -149,7 +149,10 @@ const de = ["id", "data-cy"], ce = ["data-idx", "alt", "width", "height", "onLoa
|
|
|
149
149
|
class: u(["swiper-slide", e.$attrs["swiper-slide-classes"]])
|
|
150
150
|
}, [
|
|
151
151
|
f("div", {
|
|
152
|
-
class: u([
|
|
152
|
+
class: u([
|
|
153
|
+
"swiper-zoom-container",
|
|
154
|
+
e.$attrs["swiper-zoom-container-classes"]
|
|
155
|
+
])
|
|
153
156
|
}, [
|
|
154
157
|
t.backgroundImage ? h("", !0) : (l(), n("img", T({
|
|
155
158
|
key: 0,
|
|
@@ -157,7 +160,9 @@ const de = ["id", "data-cy"], ce = ["data-idx", "alt", "width", "height", "onLoa
|
|
|
157
160
|
ref: (r) => {
|
|
158
161
|
y.push(r);
|
|
159
162
|
},
|
|
160
|
-
class: ["disable-select", [
|
|
163
|
+
class: ["disable-select", [
|
|
164
|
+
e.$attrs["slide-img-classes"] || s.classes
|
|
165
|
+
]],
|
|
161
166
|
"data-idx": `${m.value}-slide-img-${a}`
|
|
162
167
|
}, { ref_for: !0 }, C(s, a), {
|
|
163
168
|
alt: s.alt,
|