@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
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { TwPrefix } from '../types';
|
|
2
2
|
type BtnPrefix = "btn-";
|
|
3
3
|
export type ButtonType = `${TwPrefix}${BtnPrefix}${"w-primary" | "w-secondary" | "w-warning" | "w-danger" | "transparent" | "light" | "show-more" | "multi-selection" | "single-selection" | "facile"}`;
|
|
4
|
-
declare const _default:
|
|
4
|
+
declare const _default: typeof __VLS_export;
|
|
5
|
+
export default _default;
|
|
6
|
+
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<{
|
|
5
7
|
btnClass?: ButtonType;
|
|
6
8
|
outlined?: boolean;
|
|
7
9
|
size?: "sm" | "lg" | "";
|
|
@@ -43,16 +45,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
43
45
|
onMouseover?: ((e: MouseEvent) => any) | undefined;
|
|
44
46
|
onMouseout?: ((e: MouseEvent) => any) | undefined;
|
|
45
47
|
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
46
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
47
|
-
|
|
48
|
-
}, HTMLButtonElement>, {
|
|
49
|
-
default?(_: {
|
|
48
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
49
|
+
default?: (props: {
|
|
50
50
|
hover: boolean;
|
|
51
|
-
})
|
|
52
|
-
|
|
51
|
+
}) => any;
|
|
52
|
+
} & {
|
|
53
|
+
spinner?: (props: {}) => any;
|
|
53
54
|
}>;
|
|
54
|
-
|
|
55
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
55
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
56
56
|
new (): {
|
|
57
57
|
$slots: S;
|
|
58
58
|
};
|
package/dist/UIKit/BaseButton.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as v, useTemplateRef as c, shallowRef as B, computed as l, createElementBlock as C, openBlock as w, withModifiers as s, normalizeStyle as M, normalizeClass as z, renderSlot as u, createVNode as L } from "vue";
|
|
2
|
-
import g from "
|
|
2
|
+
import g from "./StaticSpinner.js";
|
|
3
3
|
const S = ["id", "data-cy", "type", "data-active", "disabled", "aria-label", "title"], A = /* @__PURE__ */ v({
|
|
4
4
|
__name: "BaseButton",
|
|
5
5
|
props: {
|
|
@@ -26,23 +26,29 @@ export type BaseComplexToggleProps<TID = string | number, TPayload = unknown> =
|
|
|
26
26
|
borderContainerColor?: BorderColorType;
|
|
27
27
|
size?: "" | "lg";
|
|
28
28
|
};
|
|
29
|
-
declare const _default:
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
29
|
+
declare const _default: typeof __VLS_export;
|
|
30
|
+
export default _default;
|
|
31
|
+
declare const __VLS_export: <TID extends string | number, TPayload>(__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<{
|
|
32
|
+
props: import('vue').PublicProps & __VLS_PrettifyLocal<(BaseComplexToggleProps<TID, TPayload> & {
|
|
33
33
|
modelValue?: Nullable<ToggleType> | undefined;
|
|
34
|
-
}
|
|
35
|
-
|
|
34
|
+
}) & {
|
|
35
|
+
"onUpdate:modelValue"?: ((value: Nullable<ToggleType<string | number, unknown>> | undefined) => any) | undefined;
|
|
36
|
+
}> & (typeof globalThis extends {
|
|
37
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
38
|
+
} ? P : {});
|
|
39
|
+
expose: (exposed: {}) => void;
|
|
36
40
|
attrs: any;
|
|
37
41
|
slots: {
|
|
38
|
-
left_icon
|
|
39
|
-
|
|
42
|
+
left_icon?: (props: {}) => any;
|
|
43
|
+
} & {
|
|
44
|
+
right_icon?: (props: {}) => any;
|
|
40
45
|
};
|
|
41
|
-
emit: (
|
|
46
|
+
emit: (event: "update:modelValue", value: Nullable<ToggleType<string | number, unknown>> | undefined) => void;
|
|
42
47
|
}>) => import('vue').VNode & {
|
|
43
48
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
44
49
|
};
|
|
45
|
-
|
|
46
|
-
type __VLS_PrettifyLocal<T> = {
|
|
50
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
47
51
|
[K in keyof T]: T[K];
|
|
48
|
-
}
|
|
52
|
+
} : {
|
|
53
|
+
[K in keyof T as K]: T[K];
|
|
54
|
+
}) & {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import o from "
|
|
2
|
-
import '../assets/
|
|
1
|
+
import o from "./BaseComplexToggle.vue.js";
|
|
2
|
+
import '../assets/BaseComplexToggle2.css';/* empty css */
|
|
3
3
|
import e from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-74915e0a"]]);
|
|
5
5
|
export {
|
|
@@ -24,37 +24,31 @@ type __VLS_Props = {
|
|
|
24
24
|
closeKeys?: false | string[];
|
|
25
25
|
dataCy?: string;
|
|
26
26
|
};
|
|
27
|
-
type
|
|
27
|
+
type __VLS_ModelProps = {
|
|
28
28
|
"resetKeyboardController"?: boolean;
|
|
29
29
|
"open"?: boolean;
|
|
30
|
-
} & __VLS_Props;
|
|
31
|
-
declare function __VLS_template(): {
|
|
32
|
-
attrs: Partial<{}>;
|
|
33
|
-
slots: {
|
|
34
|
-
btn_slot?(_: {
|
|
35
|
-
toggleDropdown: () => void;
|
|
36
|
-
isOpen: boolean;
|
|
37
|
-
activeIdx: number;
|
|
38
|
-
setActiveIdx: (idx?: Nullable<number>) => void;
|
|
39
|
-
setSelectedIdx: (idx?: Nullable<number>) => void;
|
|
40
|
-
}): any;
|
|
41
|
-
default?(_: {
|
|
42
|
-
isOpen: boolean;
|
|
43
|
-
toggleDropdown: () => void;
|
|
44
|
-
activeIdx: number;
|
|
45
|
-
selectedIdx: number;
|
|
46
|
-
setActiveIdx: (idx?: Nullable<number>) => void;
|
|
47
|
-
setSelectedIdx: (idx?: Nullable<number>) => void;
|
|
48
|
-
}): any;
|
|
49
|
-
};
|
|
50
|
-
refs: {
|
|
51
|
-
container: HTMLDivElement;
|
|
52
|
-
dropdown: unknown;
|
|
53
|
-
};
|
|
54
|
-
rootEl: any;
|
|
55
30
|
};
|
|
56
|
-
type
|
|
57
|
-
declare
|
|
31
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
32
|
+
declare var __VLS_1: {
|
|
33
|
+
toggleDropdown: () => void;
|
|
34
|
+
isOpen: boolean;
|
|
35
|
+
activeIdx: number;
|
|
36
|
+
setActiveIdx: (idx?: Nullable<number>) => void;
|
|
37
|
+
setSelectedIdx: (idx?: Nullable<number>) => void;
|
|
38
|
+
}, __VLS_25: {
|
|
39
|
+
isOpen: boolean;
|
|
40
|
+
toggleDropdown: () => void;
|
|
41
|
+
activeIdx: number;
|
|
42
|
+
selectedIdx: number;
|
|
43
|
+
setActiveIdx: (idx?: Nullable<number>) => void;
|
|
44
|
+
setSelectedIdx: (idx?: Nullable<number>) => void;
|
|
45
|
+
};
|
|
46
|
+
type __VLS_Slots = {} & {
|
|
47
|
+
btn_slot?: (props: typeof __VLS_1) => any;
|
|
48
|
+
} & {
|
|
49
|
+
default?: (props: typeof __VLS_25) => any;
|
|
50
|
+
};
|
|
51
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
58
52
|
activeIdx: import('vue').Ref<number, number>;
|
|
59
53
|
selectedIdx: import('vue').Ref<number, number>;
|
|
60
54
|
getRootElement: () => HTMLDivElement | null;
|
|
@@ -83,13 +77,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
83
77
|
dropdownElement: "div" | "ul" | "ol";
|
|
84
78
|
keepState: "opened" | "closed" | "";
|
|
85
79
|
activateKeyboardController: boolean;
|
|
86
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
}, any>;
|
|
90
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
80
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
81
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
82
|
+
declare const _default: typeof __VLS_export;
|
|
91
83
|
export default _default;
|
|
92
|
-
type
|
|
84
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
93
85
|
new (): {
|
|
94
86
|
$slots: S;
|
|
95
87
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as T, mergeModels as I, useId as N, useModel as A, shallowRef as R, computed as V, useTemplateRef as x, onMounted as z, onUnmounted as P, watch as v, nextTick as q, createElementBlock as F, openBlock as m, normalizeClass as d, renderSlot as B, createBlock as L, unref as l, createVNode as U, withCtx as D, createElementVNode as j, createCommentVNode as G, resolveDynamicComponent as J, mergeProps as Q } from "vue";
|
|
2
2
|
import X from "./BaseButton.vue.js";
|
|
3
3
|
import { ArrowIcon as Y } from "@wikicasa-dev/svg-icons";
|
|
4
|
-
import { useKeyboardController as Z } from "
|
|
4
|
+
import { useKeyboardController as Z } from "../composables/mock.js";
|
|
5
5
|
const _ = ["innerHTML"], le = /* @__PURE__ */ T({
|
|
6
6
|
inheritAttrs: !1,
|
|
7
7
|
__name: "BaseDropDown",
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Nullable } from '@wikicasa-dev/types';
|
|
2
2
|
import { ClassTypeProp } from './types';
|
|
3
3
|
export type LabelState = "inline-label" | "floating-label";
|
|
4
|
-
declare const _default:
|
|
4
|
+
declare const _default: typeof __VLS_export;
|
|
5
|
+
export default _default;
|
|
6
|
+
declare const __VLS_export: import('vue').DefineComponent<{
|
|
5
7
|
labelState?: LabelState;
|
|
6
8
|
isValid?: Nullable<boolean>;
|
|
7
9
|
labelText: string;
|
|
@@ -19,5 +21,4 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
19
21
|
labelTextClasses?: ClassTypeProp;
|
|
20
22
|
}> & Readonly<{
|
|
21
23
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
22
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
23
|
-
export default _default;
|
|
24
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import o from "
|
|
2
|
-
import '../assets/
|
|
1
|
+
import o from "./BaseFloatingLabel.vue.js";
|
|
2
|
+
import '../assets/BaseFloatingLabel2.css';/* empty css */
|
|
3
3
|
import t from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-c94b9c9e"]]);
|
|
5
5
|
export {
|
|
@@ -18,28 +18,25 @@ type __VLS_Props = {
|
|
|
18
18
|
withRightIcon?: boolean;
|
|
19
19
|
dataCy?: string;
|
|
20
20
|
};
|
|
21
|
-
type
|
|
21
|
+
type __VLS_ModelProps = {
|
|
22
22
|
modelValue?: string | number | undefined;
|
|
23
|
-
} & __VLS_Props;
|
|
24
|
-
declare function __VLS_template(): {
|
|
25
|
-
attrs: Partial<{}>;
|
|
26
|
-
slots: {
|
|
27
|
-
leftIcon?(_: {}): any;
|
|
28
|
-
righticon?(_: {
|
|
29
|
-
handleClean: () => void;
|
|
30
|
-
handleShowPasswd: () => void;
|
|
31
|
-
curType: InputTypeHTMLAttribute;
|
|
32
|
-
}): any;
|
|
33
|
-
feedback?(_: {}): any;
|
|
34
|
-
'under-label'?(_: {}): any;
|
|
35
|
-
};
|
|
36
|
-
refs: {
|
|
37
|
-
baseInputEl: HTMLInputElement;
|
|
38
|
-
};
|
|
39
|
-
rootEl: any;
|
|
40
23
|
};
|
|
41
|
-
type
|
|
42
|
-
declare
|
|
24
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
25
|
+
declare var __VLS_1: {}, __VLS_3: {
|
|
26
|
+
handleClean: () => void;
|
|
27
|
+
handleShowPasswd: () => void;
|
|
28
|
+
curType: InputTypeHTMLAttribute;
|
|
29
|
+
}, __VLS_10: {}, __VLS_12: {};
|
|
30
|
+
type __VLS_Slots = {} & {
|
|
31
|
+
leftIcon?: (props: typeof __VLS_1) => any;
|
|
32
|
+
} & {
|
|
33
|
+
righticon?: (props: typeof __VLS_3) => any;
|
|
34
|
+
} & {
|
|
35
|
+
feedback?: (props: typeof __VLS_10) => any;
|
|
36
|
+
} & {
|
|
37
|
+
'under-label'?: (props: typeof __VLS_12) => any;
|
|
38
|
+
};
|
|
39
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
43
40
|
select: () => void;
|
|
44
41
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
45
42
|
"update:modelValue": (value: string | number | undefined) => any;
|
|
@@ -57,12 +54,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
57
54
|
onFocusout?: (() => any) | undefined;
|
|
58
55
|
onKeyup?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
59
56
|
onKeydownEnterPressed?: (() => any) | undefined;
|
|
60
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
57
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
58
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
59
|
+
declare const _default: typeof __VLS_export;
|
|
64
60
|
export default _default;
|
|
65
|
-
type
|
|
61
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
66
62
|
new (): {
|
|
67
63
|
$slots: S;
|
|
68
64
|
};
|
package/dist/UIKit/BaseInput.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import o from "
|
|
2
|
-
import '../assets/
|
|
1
|
+
import o from "./BaseInput.vue.js";
|
|
2
|
+
import '../assets/BaseInput2.css';/* empty css */
|
|
3
3
|
import t from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-9dab04c5"]]);
|
|
5
5
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as A, mergeModels as C, useModel as N, ref as m, useId as O, computed as j, watch as y, useAttrs as D, createElementBlock as r, openBlock as u, normalizeClass as v, unref as d, renderSlot as h, createElementVNode as g, createBlock as G, createCommentVNode as x, withKeys as J, withModifiers as Q, Fragment as T, renderList as B } from "vue";
|
|
2
|
-
import W from "
|
|
3
|
-
import { useFloatingLabel as X } from "
|
|
2
|
+
import W from "./BaseFloatingLabel.js";
|
|
3
|
+
import { useFloatingLabel as X } from "../composables/useFloatingLabel.js";
|
|
4
4
|
const Y = ["id", "data-cy", "name", "autocomplete", "disabled", "aria-labelledby", "readonly", "type", "pattern", "min", "max", "maxlength", "inputmode", "placeholder", "value"], Z = { class: "uikit-invisible uikit-float-none uikit-mb-2 uikit-ml-2 uikit-block uikit-h-3 uikit-w-auto uikit-max-w-full uikit-overflow-hidden uikit-whitespace-nowrap uikit-p-0 uikit-text uikit-transition-[max-width] uikit-duration-[50ms] uikit-ease-out" }, U = ["innerHTML"], p = ["innerHTML"], _ = ["innerHTML"], ee = {
|
|
5
5
|
key: 1,
|
|
6
6
|
class: "under-label uikit-absolute uikit-text-12"
|
|
@@ -24,31 +24,27 @@ type __VLS_Props = {
|
|
|
24
24
|
closeIconBtnClasses?: ClassTypeProp;
|
|
25
25
|
titleClasses?: ClassTypeProp;
|
|
26
26
|
};
|
|
27
|
-
type
|
|
27
|
+
type __VLS_ModelProps = {
|
|
28
28
|
"showModal"?: boolean;
|
|
29
|
-
} & __VLS_Props;
|
|
30
|
-
declare function __VLS_template(): {
|
|
31
|
-
attrs: Partial<{}>;
|
|
32
|
-
slots: {
|
|
33
|
-
header?(_: {
|
|
34
|
-
closeModal: () => void;
|
|
35
|
-
}): any;
|
|
36
|
-
body?(_: {
|
|
37
|
-
closeModal: () => void;
|
|
38
|
-
}): any;
|
|
39
|
-
footer?(_: {
|
|
40
|
-
closeModal: () => void;
|
|
41
|
-
}): any;
|
|
42
|
-
'fixed-bottom'?(_: {}): any;
|
|
43
|
-
};
|
|
44
|
-
refs: {
|
|
45
|
-
backdrop: HTMLDivElement;
|
|
46
|
-
modalDialog: HTMLDialogElement;
|
|
47
|
-
};
|
|
48
|
-
rootEl: any;
|
|
49
29
|
};
|
|
50
|
-
type
|
|
51
|
-
declare
|
|
30
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
31
|
+
declare var __VLS_23: {
|
|
32
|
+
closeModal: () => void;
|
|
33
|
+
}, __VLS_25: {
|
|
34
|
+
closeModal: () => void;
|
|
35
|
+
}, __VLS_27: {
|
|
36
|
+
closeModal: () => void;
|
|
37
|
+
}, __VLS_29: {};
|
|
38
|
+
type __VLS_Slots = {} & {
|
|
39
|
+
header?: (props: typeof __VLS_23) => any;
|
|
40
|
+
} & {
|
|
41
|
+
body?: (props: typeof __VLS_25) => any;
|
|
42
|
+
} & {
|
|
43
|
+
footer?: (props: typeof __VLS_27) => any;
|
|
44
|
+
} & {
|
|
45
|
+
'fixed-bottom'?: (props: typeof __VLS_29) => any;
|
|
46
|
+
};
|
|
47
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
52
48
|
opened: () => any;
|
|
53
49
|
closed: () => any;
|
|
54
50
|
dialogClick: (args_0: MouseEvent) => any;
|
|
@@ -58,13 +54,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
58
54
|
onClosed?: (() => any) | undefined;
|
|
59
55
|
onDialogClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
60
56
|
"onUpdate:showModal"?: ((value: boolean) => any) | undefined;
|
|
61
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
}, any>;
|
|
65
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
57
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
58
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
59
|
+
declare const _default: typeof __VLS_export;
|
|
66
60
|
export default _default;
|
|
67
|
-
type
|
|
61
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
68
62
|
new (): {
|
|
69
63
|
$slots: S;
|
|
70
64
|
};
|
package/dist/UIKit/BaseModal.js
CHANGED
|
@@ -17,12 +17,14 @@ type __VLS_Props = {
|
|
|
17
17
|
pageQueryParameter?: string;
|
|
18
18
|
formatter?: (value?: Nullable<number>) => string;
|
|
19
19
|
};
|
|
20
|
-
type
|
|
20
|
+
type __VLS_ModelProps = {
|
|
21
21
|
"pageNumber"?: Optional<number>;
|
|
22
|
-
}
|
|
23
|
-
|
|
22
|
+
};
|
|
23
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
24
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
25
|
"update:pageNumber": (value: Optional<number>) => any;
|
|
25
26
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
26
27
|
"onUpdate:pageNumber"?: ((value: Optional<number>) => any) | undefined;
|
|
27
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
28
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
29
|
+
declare const _default: typeof __VLS_export;
|
|
28
30
|
export default _default;
|
|
@@ -3,20 +3,13 @@ type __VLS_Props = {
|
|
|
3
3
|
active?: boolean;
|
|
4
4
|
idx?: number;
|
|
5
5
|
};
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}): any;
|
|
12
|
-
};
|
|
13
|
-
refs: {
|
|
14
|
-
liItem: HTMLLIElement;
|
|
15
|
-
};
|
|
16
|
-
rootEl: HTMLLIElement;
|
|
6
|
+
declare var __VLS_1: {
|
|
7
|
+
itemIdx: number;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
default?: (props: typeof __VLS_1) => any;
|
|
17
11
|
};
|
|
18
|
-
|
|
19
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
20
13
|
click: (args_0: number) => any;
|
|
21
14
|
mouseover: (args_0: number) => any;
|
|
22
15
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
@@ -26,12 +19,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
26
19
|
label: string;
|
|
27
20
|
active: boolean;
|
|
28
21
|
idx: number;
|
|
29
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
22
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
24
|
+
declare const _default: typeof __VLS_export;
|
|
33
25
|
export default _default;
|
|
34
|
-
type
|
|
26
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
35
27
|
new (): {
|
|
36
28
|
$slots: S;
|
|
37
29
|
};
|
|
@@ -4,18 +4,17 @@ type __VLS_Props = {
|
|
|
4
4
|
min?: number;
|
|
5
5
|
max?: number;
|
|
6
6
|
};
|
|
7
|
-
type
|
|
7
|
+
type __VLS_ModelProps = {
|
|
8
8
|
"minValue"?: Optional<number>;
|
|
9
9
|
"maxValue"?: Optional<number>;
|
|
10
|
-
}
|
|
11
|
-
|
|
10
|
+
};
|
|
11
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
12
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
13
|
"update:minValue": (value: Optional<number>) => any;
|
|
13
14
|
"update:maxValue": (value: Optional<number>) => any;
|
|
14
15
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
15
16
|
"onUpdate:minValue"?: ((value: Optional<number>) => any) | undefined;
|
|
16
17
|
"onUpdate:maxValue"?: ((value: Optional<number>) => any) | undefined;
|
|
17
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
18
|
-
|
|
19
|
-
toSlider: HTMLInputElement;
|
|
20
|
-
}, HTMLDivElement>;
|
|
18
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
21
20
|
export default _default;
|
package/dist/UIKit/BaseSlider.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import o from "
|
|
2
|
-
import '../assets/
|
|
1
|
+
import o from "./BaseSlider.vue.js";
|
|
2
|
+
import '../assets/BaseSlider2.css';/* empty css */
|
|
3
3
|
import r from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const f = /* @__PURE__ */ r(o, [["__scopeId", "data-v-581ec7f4"]]);
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as R, mergeModels as _, useModel as w, ref as p, useTemplateRef as D, useAttrs as j, onMounted as q, createElementBlock as G, openBlock as H, createElementVNode as x, withModifiers as T, createVNode as k } from "vue";
|
|
2
|
-
import C from "
|
|
2
|
+
import C from "./BaseInput.js";
|
|
3
3
|
const J = { class: "range_container" }, K = { class: "sliders_control" }, O = ["value", "min", "max", "step"], Q = ["value", "min", "max", "step"], W = { class: "form_control row" }, X = { class: "pb-15 pb-sm-0 col-sm-6 col-xl-4" }, Y = { class: "col-sm-6 col-xl-4" }, ae = /* @__PURE__ */ R({
|
|
4
4
|
__name: "BaseSlider",
|
|
5
5
|
props: /* @__PURE__ */ _({
|
|
@@ -30,29 +30,34 @@ export type SnackbarProps = {
|
|
|
30
30
|
*/
|
|
31
31
|
type?: ToastRootProps["type"];
|
|
32
32
|
};
|
|
33
|
-
declare const _default:
|
|
33
|
+
declare const _default: typeof __VLS_export;
|
|
34
|
+
export default _default;
|
|
35
|
+
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<SnackbarProps & {
|
|
34
36
|
open?: Optional<boolean>;
|
|
35
37
|
refresh?: Optional<boolean>;
|
|
36
|
-
}
|
|
38
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
37
39
|
"update:refresh": (value: Optional<boolean>) => any;
|
|
38
40
|
"update:open": (value: Optional<boolean>) => any;
|
|
39
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
41
|
+
}, string, import('vue').PublicProps, Readonly<SnackbarProps & {
|
|
40
42
|
open?: Optional<boolean>;
|
|
41
43
|
refresh?: Optional<boolean>;
|
|
42
|
-
}
|
|
44
|
+
}> & Readonly<{
|
|
43
45
|
"onUpdate:refresh"?: ((value: Optional<boolean>) => any) | undefined;
|
|
44
46
|
"onUpdate:open"?: ((value: Optional<boolean>) => any) | undefined;
|
|
45
47
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
46
|
-
trigger
|
|
48
|
+
trigger?: (props: {
|
|
47
49
|
open: () => boolean;
|
|
48
|
-
})
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
50
|
+
}) => any;
|
|
51
|
+
} & {
|
|
52
|
+
title?: (props: {}) => any;
|
|
53
|
+
} & {
|
|
54
|
+
default?: (props: {}) => any;
|
|
55
|
+
} & {
|
|
56
|
+
'toast-close'?: (props: {}) => any;
|
|
57
|
+
} & {
|
|
58
|
+
'toast-action'?: (props: {}) => any;
|
|
53
59
|
}>;
|
|
54
|
-
|
|
55
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
60
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
56
61
|
new (): {
|
|
57
62
|
$slots: S;
|
|
58
63
|
};
|
|
@@ -7,10 +7,11 @@ type __VLS_Props = {
|
|
|
7
7
|
resize?: boolean;
|
|
8
8
|
labelClasses?: ClassTypeProp;
|
|
9
9
|
};
|
|
10
|
-
type
|
|
10
|
+
type __VLS_ModelProps = {
|
|
11
11
|
modelValue?: string | undefined;
|
|
12
|
-
}
|
|
13
|
-
|
|
12
|
+
};
|
|
13
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
14
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
14
15
|
disableTextarea: () => void;
|
|
15
16
|
clearTextareaElem: () => void;
|
|
16
17
|
focusDisabledTextarea: () => void;
|
|
@@ -26,7 +27,6 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
26
27
|
onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
27
28
|
onFocusin?: (() => any) | undefined;
|
|
28
29
|
onFocusout?: (() => any) | undefined;
|
|
29
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
30
|
-
|
|
31
|
-
}, any>;
|
|
30
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
31
|
+
declare const _default: typeof __VLS_export;
|
|
32
32
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import a from "
|
|
2
|
-
import '../assets/
|
|
3
|
-
import
|
|
4
|
-
const m = /* @__PURE__ */
|
|
1
|
+
import a from "./BaseTextarea.vue.js";
|
|
2
|
+
import '../assets/BaseTextarea2.css';/* empty css */
|
|
3
|
+
import e from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const m = /* @__PURE__ */ e(a, [["__scopeId", "data-v-879eea8a"]]);
|
|
5
5
|
export {
|
|
6
6
|
m as default
|
|
7
7
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as T, mergeModels as c, useModel as h, ref as $, watch as L, createElementBlock as b, openBlock as f, normalizeClass as s, createElementVNode as r, createCommentVNode as v, unref as u, createVNode as M, withModifiers as o, nextTick as C } from "vue";
|
|
2
|
-
import F from "
|
|
3
|
-
import { useFloatingLabel as B } from "
|
|
2
|
+
import F from "./BaseFloatingLabel.js";
|
|
3
|
+
import { useFloatingLabel as B } from "../composables/useFloatingLabel.js";
|
|
4
4
|
const z = ["id", "data-cy", "rows", "disabled", "aria-labelledby", "readonly", "value"], E = {
|
|
5
5
|
key: 0,
|
|
6
6
|
class: "uikit-visible uikit-float-none uikit-ml-2 uikit-block uikit-h-3 uikit-w-auto uikit-max-w-full uikit-overflow-hidden uikit-whitespace-nowrap uikit-p-0 uikit-text uikit-duration-[50s] uikit-ease-out"
|