@wikicasa-dev/components 2.6.1 → 2.6.2-alpha.1
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/SwiperCarousel.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/assets/tailwind.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 +35 -31
- 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/{CardRootPrimitive.css → baseCard.css} +0 -0
- /package/dist/assets/{BaseModal.css → baseModal.css} +0 -0
- /package/dist/assets/{swiper-keyboard.css → swiper-autoplay.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
|
@@ -6,14 +6,14 @@ type __VLS_Props = {
|
|
|
6
6
|
dataCy?: string;
|
|
7
7
|
logarithmic?: boolean;
|
|
8
8
|
};
|
|
9
|
-
type
|
|
9
|
+
type __VLS_ModelProps = {
|
|
10
10
|
modelValue?: Optional<number>;
|
|
11
|
-
}
|
|
12
|
-
|
|
11
|
+
};
|
|
12
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
13
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
14
|
"update:modelValue": (value: Optional<number>) => any;
|
|
14
15
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
15
16
|
"onUpdate:modelValue"?: ((value: Optional<number>) => any) | undefined;
|
|
16
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
17
|
-
|
|
18
|
-
}, HTMLDivElement>;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const _default: typeof __VLS_export;
|
|
19
19
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import o from "
|
|
2
|
-
import '../../assets/SimpleSlider.css';/* empty css
|
|
1
|
+
import o from "./SimpleSlider.vue.js";
|
|
2
|
+
import '../../assets/SimpleSlider.css';/* empty css */
|
|
3
3
|
import r from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const p = /* @__PURE__ */ r(o, [["__scopeId", "data-v-54b825e3"]]);
|
|
5
5
|
export {
|
|
@@ -2,5 +2,6 @@ type __VLS_Props = {
|
|
|
2
2
|
thickness?: number;
|
|
3
3
|
strokeColor?: string;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_export: 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>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
6
7
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import t from "
|
|
2
|
-
import '../assets/StaticSpinner.css';/* empty css
|
|
1
|
+
import t from "./StaticSpinner.vue.js";
|
|
2
|
+
import '../assets/StaticSpinner.css';/* empty css */
|
|
3
3
|
import o from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const c = /* @__PURE__ */ o(t, [["__scopeId", "data-v-10e0c0fd"]]);
|
|
5
5
|
export {
|
|
@@ -4,19 +4,15 @@ type __VLS_Props = {
|
|
|
4
4
|
headerTitle?: string;
|
|
5
5
|
tabPanelClasses?: ClassTypeProp;
|
|
6
6
|
};
|
|
7
|
-
declare
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
header?(_: {}): any;
|
|
11
|
-
};
|
|
12
|
-
refs: {};
|
|
13
|
-
rootEl: any;
|
|
7
|
+
declare var __VLS_1: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
header?: (props: typeof __VLS_1) => any;
|
|
14
10
|
};
|
|
15
|
-
|
|
16
|
-
declare const
|
|
17
|
-
declare const _default:
|
|
11
|
+
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>;
|
|
12
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
13
|
+
declare const _default: typeof __VLS_export;
|
|
18
14
|
export default _default;
|
|
19
|
-
type
|
|
15
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
20
16
|
new (): {
|
|
21
17
|
$slots: S;
|
|
22
18
|
};
|
|
@@ -5,9 +5,10 @@ type __VLS_Props = {
|
|
|
5
5
|
uid: string;
|
|
6
6
|
tabListClasses?: ClassTypeProp;
|
|
7
7
|
};
|
|
8
|
-
declare const
|
|
8
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
9
|
tabClick: (e: Event, tabIdx: number, tabElement: TabType) => any;
|
|
10
10
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
11
|
onTabClick?: ((e: Event, tabIdx: number, tabElement: TabType) => any) | undefined;
|
|
12
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
12
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
declare const _default: typeof __VLS_export;
|
|
13
14
|
export default _default;
|
|
@@ -3,21 +3,17 @@ type __VLS_Props = {
|
|
|
3
3
|
active?: boolean;
|
|
4
4
|
labelledBy: string;
|
|
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, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
10
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
16
11
|
active: boolean;
|
|
17
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
18
|
-
declare const
|
|
12
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
19
15
|
export default _default;
|
|
20
|
-
type
|
|
16
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
21
17
|
new (): {
|
|
22
18
|
$slots: S;
|
|
23
19
|
};
|
|
@@ -10,13 +10,19 @@ export type TabType = {
|
|
|
10
10
|
renderFn: any;
|
|
11
11
|
tabId: string;
|
|
12
12
|
} & BaseTabProps;
|
|
13
|
-
declare const _default:
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
declare const _default: typeof __VLS_export;
|
|
14
|
+
export default _default;
|
|
15
|
+
declare const __VLS_export: import('vue').DefineComponent<{
|
|
16
16
|
tabsPosition?: "top" | "bottom";
|
|
17
17
|
tabViewDescription: string;
|
|
18
18
|
tabListClasses?: ClassTypeProp;
|
|
19
19
|
dataCy?: string;
|
|
20
|
+
} & {
|
|
21
|
+
/**
|
|
22
|
+
* Model value which keeps track of the active tab.
|
|
23
|
+
* By default, we will activate the first tab
|
|
24
|
+
*/
|
|
25
|
+
activeIdx?: number | undefined;
|
|
20
26
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
27
|
"update:activeIdx": (value: number | undefined) => any;
|
|
22
28
|
tabClicked: (args_0: {
|
|
@@ -24,19 +30,20 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
24
30
|
tabElement: TabType;
|
|
25
31
|
}) => any;
|
|
26
32
|
}, string, import('vue').PublicProps, Readonly<{
|
|
27
|
-
activeIdx?: number | undefined;
|
|
28
|
-
} & {
|
|
29
33
|
tabsPosition?: "top" | "bottom";
|
|
30
34
|
tabViewDescription: string;
|
|
31
35
|
tabListClasses?: ClassTypeProp;
|
|
32
36
|
dataCy?: string;
|
|
37
|
+
} & {
|
|
38
|
+
/**
|
|
39
|
+
* Model value which keeps track of the active tab.
|
|
40
|
+
* By default, we will activate the first tab
|
|
41
|
+
*/
|
|
42
|
+
activeIdx?: number | undefined;
|
|
33
43
|
}> & Readonly<{
|
|
34
44
|
"onUpdate:activeIdx"?: ((value: number | undefined) => any) | undefined;
|
|
35
45
|
onTabClicked?: ((args_0: {
|
|
36
46
|
tabIdx: number;
|
|
37
47
|
tabElement: TabType;
|
|
38
48
|
}) => any) | undefined;
|
|
39
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
40
|
-
root: HTMLDivElement;
|
|
41
|
-
}, any>;
|
|
42
|
-
export default _default;
|
|
49
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -2,23 +2,28 @@ import { TabsRootProps } from 'reka-ui';
|
|
|
2
2
|
export interface BaseTabsProps<T extends string | number> extends TabsRootProps<T> {
|
|
3
3
|
dataCy?: string;
|
|
4
4
|
}
|
|
5
|
-
declare const _default:
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
6
|
+
export default _default;
|
|
7
|
+
declare const __VLS_export: <T extends string | number>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
8
|
+
props: import('vue').PublicProps & __VLS_PrettifyLocal<BaseTabsProps<T> & {
|
|
9
|
+
"onUpdate:modelValue"?: ((payload: T) => any) | undefined;
|
|
10
|
+
onMounted?: (() => any) | undefined;
|
|
11
|
+
}> & (typeof globalThis extends {
|
|
12
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
13
|
+
} ? P : {});
|
|
14
|
+
expose: (exposed: {}) => void;
|
|
11
15
|
attrs: any;
|
|
12
16
|
slots: {
|
|
13
|
-
default
|
|
17
|
+
default?: (props: {
|
|
14
18
|
modelValue: T;
|
|
15
|
-
})
|
|
19
|
+
}) => any;
|
|
16
20
|
};
|
|
17
21
|
emit: ((evt: "update:modelValue", payload: T) => void) & ((evt: "mounted") => void);
|
|
18
22
|
}>) => import('vue').VNode & {
|
|
19
23
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
20
24
|
};
|
|
21
|
-
|
|
22
|
-
type __VLS_PrettifyLocal<T> = {
|
|
25
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
23
26
|
[K in keyof T]: T[K];
|
|
24
|
-
}
|
|
27
|
+
} : {
|
|
28
|
+
[K in keyof T as K]: T[K];
|
|
29
|
+
}) & {};
|
|
@@ -2,11 +2,12 @@ import { TabsContentProps } from 'reka-ui';
|
|
|
2
2
|
export interface BaseTabsContentProps extends TabsContentProps {
|
|
3
3
|
dataCy?: string;
|
|
4
4
|
}
|
|
5
|
-
declare const _default:
|
|
6
|
-
default?(_: {}): any;
|
|
7
|
-
}>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
8
6
|
export default _default;
|
|
9
|
-
|
|
7
|
+
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<BaseTabsContentProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BaseTabsContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
8
|
+
default?: (props: {}) => any;
|
|
9
|
+
}>;
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
10
11
|
new (): {
|
|
11
12
|
$slots: S;
|
|
12
13
|
};
|
|
@@ -2,64 +2,14 @@ import { TabsIndicatorProps } from 'reka-ui';
|
|
|
2
2
|
export interface BaseTabsIndicatorProps extends TabsIndicatorProps {
|
|
3
3
|
dataCy?: string;
|
|
4
4
|
}
|
|
5
|
-
declare const _default:
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
6
|
+
export default _default;
|
|
7
|
+
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<BaseTabsIndicatorProps, {
|
|
6
8
|
updateIndicatorStyle: () => void | undefined;
|
|
7
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BaseTabsIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
8
|
-
|
|
9
|
-
$: import('vue').ComponentInternalInstance;
|
|
10
|
-
$data: {};
|
|
11
|
-
$props: {
|
|
12
|
-
readonly asChild?: boolean | undefined;
|
|
13
|
-
readonly as?: (import('reka-ui').AsTag | import('vue').Component) | undefined;
|
|
14
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
15
|
-
$attrs: {
|
|
16
|
-
[x: string]: unknown;
|
|
17
|
-
};
|
|
18
|
-
$refs: {
|
|
19
|
-
[x: string]: unknown;
|
|
20
|
-
};
|
|
21
|
-
$slots: Readonly<{
|
|
22
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
23
|
-
}>;
|
|
24
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
25
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
26
|
-
$host: Element | null;
|
|
27
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
28
|
-
$el: any;
|
|
29
|
-
$options: import('vue').ComponentOptionsBase<Readonly<TabsIndicatorProps> & Readonly<{}>, {
|
|
30
|
-
updateIndicatorStyle: () => void;
|
|
31
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
32
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
33
|
-
created?: (() => void) | (() => void)[];
|
|
34
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
35
|
-
mounted?: (() => void) | (() => void)[];
|
|
36
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
37
|
-
updated?: (() => void) | (() => void)[];
|
|
38
|
-
activated?: (() => void) | (() => void)[];
|
|
39
|
-
deactivated?: (() => void) | (() => void)[];
|
|
40
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
41
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
42
|
-
destroyed?: (() => void) | (() => void)[];
|
|
43
|
-
unmounted?: (() => void) | (() => void)[];
|
|
44
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
45
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
46
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
47
|
-
};
|
|
48
|
-
$forceUpdate: () => void;
|
|
49
|
-
$nextTick: typeof import('vue').nextTick;
|
|
50
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
51
|
-
} & Readonly<{}> & Omit<Readonly<TabsIndicatorProps> & Readonly<{}>, "updateIndicatorStyle"> & import('vue').ShallowUnwrapRef<{
|
|
52
|
-
updateIndicatorStyle: () => void;
|
|
53
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
54
|
-
$slots: {
|
|
55
|
-
default?: (props: {}) => any;
|
|
56
|
-
};
|
|
57
|
-
}) | null;
|
|
58
|
-
}, any>, {
|
|
59
|
-
default?(_: {}): any;
|
|
9
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BaseTabsIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
10
|
+
default?: (props: {}) => any;
|
|
60
11
|
}>;
|
|
61
|
-
|
|
62
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
63
13
|
new (): {
|
|
64
14
|
$slots: S;
|
|
65
15
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import o from "
|
|
2
|
-
import '../../../assets/BaseTabsIndicator.css';/* empty css
|
|
1
|
+
import o from "./BaseTabsIndicator.vue.js";
|
|
2
|
+
import '../../../assets/BaseTabsIndicator.css';/* empty css */
|
|
3
3
|
export {
|
|
4
4
|
o as default
|
|
5
5
|
};
|
|
@@ -2,11 +2,12 @@ import { TabsListProps } from 'reka-ui';
|
|
|
2
2
|
export interface BaseTabsListProps extends TabsListProps {
|
|
3
3
|
dataCy?: string;
|
|
4
4
|
}
|
|
5
|
-
declare const _default:
|
|
6
|
-
default?(_: {}): any;
|
|
7
|
-
}>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
8
6
|
export default _default;
|
|
9
|
-
|
|
7
|
+
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<BaseTabsListProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BaseTabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
8
|
+
default?: (props: {}) => any;
|
|
9
|
+
}>;
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
10
11
|
new (): {
|
|
11
12
|
$slots: S;
|
|
12
13
|
};
|
|
@@ -3,18 +3,23 @@ export interface BaseTabsTriggerProps<T extends string | number> extends Omit<Ta
|
|
|
3
3
|
dataCy?: string;
|
|
4
4
|
value: T;
|
|
5
5
|
}
|
|
6
|
-
declare const _default:
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
8
|
+
declare const __VLS_export: <T extends string | number>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
9
|
+
props: import('vue').PublicProps & __VLS_PrettifyLocal<BaseTabsTriggerProps<T>> & (typeof globalThis extends {
|
|
10
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
11
|
+
} ? P : {});
|
|
12
|
+
expose: (exposed: {}) => void;
|
|
9
13
|
attrs: any;
|
|
10
14
|
slots: {
|
|
11
|
-
default
|
|
15
|
+
default?: (props: {}) => any;
|
|
12
16
|
};
|
|
13
17
|
emit: {};
|
|
14
18
|
}>) => import('vue').VNode & {
|
|
15
19
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
16
20
|
};
|
|
17
|
-
|
|
18
|
-
type __VLS_PrettifyLocal<T> = {
|
|
21
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
19
22
|
[K in keyof T]: T[K];
|
|
20
|
-
}
|
|
23
|
+
} : {
|
|
24
|
+
[K in keyof T as K]: T[K];
|
|
25
|
+
}) & {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.invalid-bg[data-v-
|
|
1
|
+
.invalid-bg[data-v-879eea8a]{--invalid-img: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgZmlsbD0nbm9uZScgc3Ryb2tlPScjRkE0RjY0Jz48Y2lyY2xlIGN4PSc2JyBjeT0nNicgcj0nNC41Jy8+PHBhdGggc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgZD0nTTUuOCAzLjZoLjRMNiA2LjV6Jy8+PGNpcmNsZSBjeD0nNicgY3k9JzguMicgcj0nLjYnIGZpbGw9JyNGQTRGNjQnIHN0cm9rZT0nbm9uZScvPjwvc3ZnPg==);background-image:var(--invalid-img)}.valid-bg[data-v-879eea8a]{--valid-img: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMyQjVERkYnIGQ9J00yLjMgNi43My42IDQuNTNjLS40LTEuMDQuNDYtMS40IDEuMS0uOGwxLjEgMS40IDMuNC0zLjhjLjYtLjYzIDEuNi0uMjcgMS4yLjdsLTQgNC42Yy0uNDMuNS0uOC40LTEuMS4xeicvPjwvc3ZnPg==);background-image:var(--valid-img)}.invalid-bg[data-v-879eea8a],.valid-bg[data-v-879eea8a]{background-position:top 0px right 12px;background-size:20px}.textarea-scrollbar[data-v-879eea8a]::-webkit-scrollbar{width:8px;height:6px}.textarea-scrollbar[data-v-879eea8a]::-webkit-scrollbar-track{--tw-bg-opacity: 1;background-color:rgb(244 247 255 / var(--tw-bg-opacity, 1))}.textarea-scrollbar[data-v-879eea8a]::-webkit-scrollbar-thumb{border-radius:5px;--tw-bg-opacity: 1;background-color:rgb(180 194 240 / var(--tw-bg-opacity, 1))}.is-valid.textarea-scrollbar[data-v-879eea8a]::-webkit-scrollbar-thumb{background-color:#2b5dff!important}.is-invalid.textarea-scrollbar[data-v-879eea8a]::-webkit-scrollbar-thumb{background-color:#fa4f64!important}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.no-transition[data-v-
|
|
1
|
+
.no-transition[data-v-c4229b26]{transition-duration:0ms!important}.disable-select[data-v-c4229b26]{-webkit-user-select:none;-moz-user-select:none;user-select:none}.swiper-button-disabled[data-v-c4229b26]{pointer-events:auto!important}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.swiper.uikit-carousel[data-v-
|
|
1
|
+
.swiper.uikit-carousel[data-v-30c86ccb]{opacity:0}.swiper.uikit-carousel.is-initialized[data-v-30c86ccb]{opacity:1}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.base-complex-toggle{--base-complex-toggle-height: 42px;--base-complex-toggle-width: 230px;--base-complex-toggle-radius: 23px;--base-complex-toggle-border-width: 1px;--base-complex-toggle-border-color: #E9EFFE;--padding-x-bg: 7px;--padding-y-bg: 8px;--base-complex-toggle-bg-height: var(--base-complex-toggle-height);--base-complex-toggle-bg-width: calc(var(--base-complex-toggle-width) / 2);--base-complex-toggle-bg-padded-width: calc( var(--base-complex-toggle-bg-width) - var(--padding-x-bg) );--base-complex-toggle-bg-padded-height: calc( var(--base-complex-toggle-bg-height) - var(--padding-y-bg) );--padded-bg-dist-from-top: calc(var(--padding-y-bg) / 2);--round-interval: 1px;--translateX-value: calc(var(--base-complex-toggle-bg-width) / 2);--left-translateX: translateX(calc(var(--translateX-value) * -1));--right-translateX: translateX(var(--translateX-value));--toggle-width: var(--base-complex-toggle-width);--toggle-height: var(--base-complex-toggle-height);--toggle-border: var(--base-complex-toggle-border-width) var(--base-complex-toggle-border-color) solid;--toggle-border-radius: var(--base-complex-toggle-radius)}.base-complex-toggle.lg{--base-complex-toggle-height: 56px;--base-complex-toggle-width: 342px;--base-complex-toggle-radius: 28px}@media screen and (max-width:576px){.base-complex-toggle.mobile{--base-complex-toggle-width: 342px }}.base-complex-toggle{width:var(--toggle-width);height:var(--toggle-height);border:var(--toggle-border);border-radius:var(--toggle-border-radius)}.base-complex-toggle-active{--base-complex-toggle-active-color: #fff;font-weight:500;cursor:default;color:var(--base-complex-toggle-active-color)}.base-complex-toggle-active[data-btn-bg-color=uikit-bg-w-warning],.base-complex-toggle-active[data-btn-bg-color=uikit-bg-w-lavender],.base-complex-toggle-active[data-btn-bg-color=uikit-bg-w-secondary]{--base-complex-toggle-active-color: #000}.base-complex-toggle-active-bg{--toggle-bg-width: var(--base-complex-toggle-bg-width);--toggle-bg-height: calc( var(--base-complex-toggle-bg-height) - (2 * var(--base-complex-toggle-border-width)) )}@media screen and (max-width:576px){.base-complex-toggle-active-bg .mobile{--toggle-bg-width: var(--base-complex-toggle-bg-lg-width) }}.base-complex-toggle-active-bg{width:var(--toggle-bg-width);height:var(--toggle-bg-height);border-radius:var(--base-complex-toggle-radius);z-index:1}.base-complex-toggle-active-padded-bg{--toggle-bg-width: var(--base-complex-toggle-bg-padded-width);--toggle-bg-height: calc( var(--base-complex-toggle-bg-padded-height) - (2 * var(--base-complex-toggle-border-width)) )}@media screen and (max-width:576px){.base-complex-toggle-active-padded-bg.mobile{--toggle-bg-width: var(--base-complex-toggle-bg-padded-width) }}.base-complex-toggle-active-padded-bg{border-radius:var(--base-complex-toggle-radius);z-index:1;top:var(--padded-bg-dist-from-top);width:var(--toggle-bg-width);height:var(--toggle-bg-height)}.translateX-left{transform:var(--left-translateX)}@media screen and (max-width:576px){.translateX-left.mobile{transform:var(--left-translateX)}}.translateX-right{transform:var(--right-translateX)}@media screen and (max-width:576px){.translateX-right.mobile{transform:var(--right-translateX)}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.floating-label{top:-10px;left:1.25rem;border-radius:5px;font-size:14px;line-height:18px}.inline-label{top:.75rem;background-color:transparent;font-size:16px;line-height:20px}.inline-label>span{--tw-text-opacity: 1;color:rgb(109 118 135 / var(--tw-text-opacity, 1))}.floating-label,.inline-label{transition-property:top,left,font-size;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;will-change:top,left}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.input-wrapper{--icon-default-size: 44px}.invalid-bg{--invalid-img: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgZmlsbD0nbm9uZScgc3Ryb2tlPScjRkE0RjY0Jz48Y2lyY2xlIGN4PSc2JyBjeT0nNicgcj0nNC41Jy8+PHBhdGggc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgZD0nTTUuOCAzLjZoLjRMNiA2LjV6Jy8+PGNpcmNsZSBjeD0nNicgY3k9JzguMicgcj0nLjYnIGZpbGw9JyNGQTRGNjQnIHN0cm9rZT0nbm9uZScvPjwvc3ZnPg==);background-image:var(--invalid-img)}.valid-bg{--valid-img: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMyQjVERkYnIGQ9J00yLjMgNi43My42IDQuNTNjLS40LTEuMDQuNDYtMS40IDEuMS0uOGwxLjEgMS40IDMuNC0zLjhjLjYtLjYzIDEuNi0uMjcgMS4yLjdsLTQgNC42Yy0uNDMuNS0uOC40LTEuMS4xeicvPjwvc3ZnPg==);background-image:var(--valid-img)}.invalid-bg,.valid-bg{background-position:top 10px right 12px;background-size:20px}.has-right-icon>:deep(label.inline-label){right:var(--icon-default-size)}.has-left-icon>:deep(label.inline-label){left:var(--icon-default-size)}:deep(.text-input-icon){position:absolute;z-index:20;box-sizing:border-box;--icon-size-sm: 16px;--icon-size-md: 20px;--icon-size-lg: 25px}:deep(.text-input-icon).left{left:5px}:deep(.text-input-icon).right{right:5px}:deep(.text-input-icon){--icon-top: 5px;--icon-size: var(--icon-size-sm);width:var(--icon-default-size);height:var(--icon-default-size);padding:calc((var(--icon-default-size) - var(--icon-size)) / 2);top:var(--icon-top)}:deep(.text-input-icon).md{--icon-size: var(--icon-size-md)}:deep(.text-input-icon).lg{--icon-top: 0;--icon-size: var(--icon-size-lg)}.under-label{left:4px;font-style:italic}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:deep(.form-control){max-width:none!important}.range_container{padding-top:15px}.sliders_control{position:relative;min-height:30px}.form_control{position:relative;display:flex;justify-content:space-between;font-size:24px;color:#635a5a}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:3px;width:100%;position:absolute;background-color:#b4c2f0;pointer-events:none}input[type=range]::-webkit-slider-thumb:hover{background:#f7f7f7}input[type=range]::-webkit-slider-thumb:active{box-shadow:inset 0 0 3px #387bbe,0 0 9px #387bbe;-webkit-box-shadow:inset 0 0 3px #387bbe,0 0 9px #387bbe}input[type=range]::-moz-range-thumb{-moz-appearance:none;appearance:none;pointer-events:all;width:24px;height:24px;background-color:#fff;border-radius:50%;box-shadow:0 0 0 1px #c6c6c6;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;pointer-events:all;width:24px;height:24px;background-color:#fff;border:2px solid #2B5DFF;border-radius:50%;cursor:pointer}input[type=number]{color:#8a8383;width:50px;height:30px;font-size:20px;border:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{opacity:1}.fromSlider{height:0!important;z-index:1}.toSlider{height:3px!important}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.icon-spin{animation:rotate 2s linear infinite}.icon-spin .path{animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,275;stroke-dashoffset:0}50%{stroke-dasharray:195,275;stroke-dashoffset:-50}to{stroke-dasharray:195,275;stroke-dashoffset:-260}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.invalid-bg{--invalid-img: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgZmlsbD0nbm9uZScgc3Ryb2tlPScjRkE0RjY0Jz48Y2lyY2xlIGN4PSc2JyBjeT0nNicgcj0nNC41Jy8+PHBhdGggc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgZD0nTTUuOCAzLjZoLjRMNiA2LjV6Jy8+PGNpcmNsZSBjeD0nNicgY3k9JzguMicgcj0nLjYnIGZpbGw9JyNGQTRGNjQnIHN0cm9rZT0nbm9uZScvPjwvc3ZnPg==);background-image:var(--invalid-img)}.valid-bg{--valid-img: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMyQjVERkYnIGQ9J00yLjMgNi43My42IDQuNTNjLS40LTEuMDQuNDYtMS40IDEuMS0uOGwxLjEgMS40IDMuNC0zLjhjLjYtLjYzIDEuNi0uMjcgMS4yLjdsLTQgNC42Yy0uNDMuNS0uOC40LTEuMS4xeicvPjwvc3ZnPg==);background-image:var(--valid-img)}.invalid-bg,.valid-bg{background-position:top 0px right 12px;background-size:20px}.textarea-scrollbar::-webkit-scrollbar{width:8px;height:6px}.textarea-scrollbar::-webkit-scrollbar-track{--tw-bg-opacity: 1;background-color:rgb(244 247 255 / var(--tw-bg-opacity, 1))}.textarea-scrollbar::-webkit-scrollbar-thumb{border-radius:5px;--tw-bg-opacity: 1;background-color:rgb(180 194 240 / var(--tw-bg-opacity, 1))}.is-valid.textarea-scrollbar::-webkit-scrollbar-thumb{background-color:#2b5dff!important}.is-invalid.textarea-scrollbar::-webkit-scrollbar-thumb{background-color:#fa4f64!important}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.base-tooltip{--tooltip-sm-content-width: 250px;--tooltip-sm-arrows-width: 8px;--tooltip-sm-height: 65px;--tooltip-md-width: calc(var(--tooltip-sm-content-width) * 1.2);--tooltip-md-height: 100px;--tooltip-lg-width: calc(var(--tooltip-sm-content-width) * 1.4);--tooltip-lg-height: 130px;--tooltip-border-radius: 10px;--tooltip-space-from-top-content: 65%;--tooltip-blue-bg: #2B5DFF;--tooltip-blue-color: #fff;--tooltip-white-bg: #fff;--tooltip-white-color: #000;--arrow-width: 10px;--arrow-margin-left: calc(var(--arrow-width) * -1);--arrow-left-position: 10%;position:relative;display:inline-block}.base-tooltip .tooltip-content-wrapper{position:absolute;top:60%}.base-tooltip .tooltip-content-wrapper.sm{width:var(--tooltip-sm-content-width)}.base-tooltip .tooltip-content-wrapper.md{width:var(--tooltip-md-width)}.base-tooltip .tooltip-content-wrapper.lg{width:var(--tooltip-lg-width)}.base-tooltip .tooltip-content{display:none;opacity:0;text-align:center;padding:5px 0;position:absolute;z-index:1;left:var(--arrow-left-position);top:var(--tooltip-space-from-top-content)}.base-tooltip .tooltip-content.lg{top:calc(var(--tooltip-space-from-top-content) + 20%)}.base-tooltip .mail-alert{padding-top:22px;position:absolute;top:90%;z-index:1053}.base-tooltip .mail-alert.listing>.tooltip-content{left:-70px}.base-tooltip .mail-alert .tooltip-content{left:0;top:65%;display:flex!important;justify-content:center;align-items:center}.base-tooltip .mail-alert .tooltip-content,.base-tooltip .mail-alert .tooltip-content:after{display:block;opacity:1;transition:opacity .25s ease-out}.base-tooltip .tooltip-content,.base-tooltip .tooltip-content>*{border-radius:var(--tooltip-border-radius)}.base-tooltip .tooltip-content.blue{background-color:var(--tooltip-blue-bg);color:var(--tooltip-blue-color)}.base-tooltip .tooltip-content.blue:after{border-color:transparent transparent var(--tooltip-blue-bg) transparent}.base-tooltip .tooltip-content.white{background-color:var(--tooltip-white-bg);color:var(--tooltip-white-color)}.base-tooltip .tooltip-content.white:after{border-color:transparent transparent var(--tooltip-white-bg) transparent}.base-tooltip .tooltip-content.sm{width:var(--tooltip-sm-content-width);height:var(--tooltip-sm-height)}.base-tooltip .tooltip-content.sm:after{border-width:var(--tooltip-sm-arrows-width)}.base-tooltip .tooltip-content.md{width:var(--tooltip-md-width);height:var(--tooltip-md-height)}.base-tooltip .tooltip-content.md:after{border-width:calc(var(--tooltip-sm-arrows-width) + 1px)}.base-tooltip .tooltip-content.lg{width:var(--tooltip-lg-width);height:var(--tooltip-lg-height)}.base-tooltip .tooltip-content.lg:after{border-width:calc(var(--tooltip-sm-arrows-width) + 2px)}.base-tooltip:hover .tooltip-content-wrapper{padding-top:30px}.base-tooltip:hover .tooltip-content.lg{left:8%}.base-tooltip:hover .tooltip-content,.base-tooltip .tooltip-content:after{display:block;opacity:1;transition:opacity .25s ease-out}.base-tooltip-arrow:after{content:" ";position:absolute;margin-left:var(--arrow-margin-left);border-style:solid}.base-tooltip-arrow.top:after{bottom:100%;left:var(--arrow-left-position)}.base-tooltip-arrow.top-center:after{bottom:100%;left:50%}.base-tooltip-arrow.right:after{top:50%;left:100%;transform:rotate(90deg)}.base-tooltip-arrow.bottom:after{top:100%;left:var(--arrow-left-position);transform:rotate(180deg)}.base-tooltip-arrow.bottom-center:after{top:100%;left:50%;transform:rotate(180deg)}.base-tooltip-arrow.left:after{top:50%;right:100%;transform:rotate(270deg)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical~.swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical~.swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}
|
|
1
|
+
:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev ::slotted(svg),.swiper-button-prev svg,.swiper-button-next ::slotted(svg),.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}.swiper-vertical .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-vertical~.swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}.swiper-vertical .swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical~.swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-vertical~.swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}
|