@wikicasa-dev/components 2.6.1-alpha.0 → 2.6.2-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/UIKit/AccessibleSelect.d.ts +22 -17
- package/dist/UIKit/AccessibleSelect.js +2 -2
- package/dist/{packages/components/lib/UIKit → UIKit}/AccessibleSelect.vue.js +1 -1
- package/dist/UIKit/Accordion/AccordionContentPrimitive.d.ts +7 -11
- package/dist/UIKit/Accordion/AccordionContentPrimitive.js +1 -1
- package/dist/UIKit/Accordion/AccordionHeaderPrimitive.d.ts +5 -4
- package/dist/UIKit/Accordion/AccordionHeaderPrimitive.js +1 -1
- package/dist/UIKit/Accordion/AccordionItemPrimitive.d.ts +6 -5
- package/dist/UIKit/Accordion/AccordionItemPrimitive.js +1 -1
- package/dist/UIKit/Accordion/AccordionTriggerPrimitive.d.ts +5 -4
- package/dist/UIKit/Accordion/AccordionTriggerPrimitive.js +1 -1
- package/dist/UIKit/Accordion/BaseAccordion.d.ts +17 -12
- package/dist/UIKit/Accordion/BaseAccordion.js +1 -1
- package/dist/UIKit/Accordion/BaseAccordionItem.d.ts +9 -6
- package/dist/UIKit/Accordion/BaseAccordionItem.js +2 -2
- package/dist/UIKit/Autocomplete/ClearableAutocomplete.d.ts +32 -23
- package/dist/UIKit/Autocomplete/ClearableAutocomplete.js +2 -2
- package/dist/{packages/components/lib/UIKit → UIKit}/Autocomplete/ClearableAutocomplete.vue.js +1 -1
- package/dist/UIKit/BaseAlert.d.ts +8 -12
- package/dist/UIKit/BaseAlert.js +2 -2
- package/dist/UIKit/BaseAutocomplete.d.ts +31 -23
- package/dist/UIKit/BaseAutocomplete.js +2 -2
- package/dist/{packages/components/lib/UIKit → UIKit}/BaseAutocomplete.vue.js +2 -2
- package/dist/UIKit/BaseBadge.d.ts +8 -12
- package/dist/UIKit/BaseBadge.js +2 -2
- package/dist/UIKit/BaseBreadcrumb.d.ts +11 -14
- package/dist/UIKit/BaseBreadcrumb.js +1 -1
- package/dist/UIKit/BaseButton.d.ts +9 -9
- package/dist/UIKit/BaseButton.js +1 -1
- package/dist/{packages/components/lib/UIKit → UIKit}/BaseButton.vue.js +1 -1
- package/dist/UIKit/BaseComplexToggle.d.ts +18 -12
- package/dist/UIKit/BaseComplexToggle.js +2 -2
- package/dist/UIKit/BaseDropDown.d.ts +26 -34
- package/dist/UIKit/BaseDropDown.js +2 -2
- package/dist/{packages/components/lib/UIKit → UIKit}/BaseDropDown.vue.js +1 -1
- package/dist/UIKit/BaseFloatingLabel.d.ts +4 -3
- package/dist/UIKit/BaseFloatingLabel.js +2 -2
- package/dist/UIKit/BaseInput.d.ts +21 -25
- package/dist/UIKit/BaseInput.js +2 -2
- package/dist/{packages/components/lib/UIKit → UIKit}/BaseInput.vue.js +2 -2
- package/dist/UIKit/BaseModal.d.ts +23 -29
- package/dist/UIKit/BaseModal.js +2 -2
- package/dist/UIKit/BasePagination.d.ts +6 -4
- package/dist/UIKit/BasePagination.js +1 -1
- package/dist/UIKit/BaseSelect/SelectItem.d.ts +10 -18
- package/dist/UIKit/BaseSelect/SelectItem.js +1 -1
- package/dist/UIKit/BaseSlider.d.ts +6 -7
- package/dist/UIKit/BaseSlider.js +2 -2
- package/dist/{packages/components/lib/UIKit → UIKit}/BaseSlider.vue.js +1 -1
- package/dist/UIKit/BaseSnackbar.d.ts +17 -12
- package/dist/UIKit/BaseSnackbar.js +2 -2
- package/dist/UIKit/BaseTextarea.d.ts +6 -6
- package/dist/UIKit/BaseTextarea.js +4 -4
- package/dist/{packages/components/lib/UIKit → UIKit}/BaseTextarea.vue.js +2 -2
- package/dist/UIKit/BaseToggle.d.ts +13 -15
- package/dist/UIKit/BaseToggle.js +1 -1
- package/dist/UIKit/BaseTooltip.d.ts +10 -13
- package/dist/UIKit/BaseTooltip.js +2 -2
- package/dist/UIKit/BaseUploadFile.d.ts +9 -13
- package/dist/UIKit/BaseUploadFile.js +1 -1
- package/dist/{packages/components/lib/UIKit → UIKit}/BaseUploadFile.vue.js +1 -1
- package/dist/UIKit/Card/BaseCard.d.ts +7 -5
- package/dist/UIKit/Card/BaseCard.js +2 -2
- package/dist/UIKit/Card/CardDescriptionPrimitive.d.ts +7 -11
- package/dist/UIKit/Card/CardImagePrimitive.d.ts +7 -11
- package/dist/UIKit/Card/CardImagePrimitive.js +1 -1
- package/dist/{packages/components/lib/UIKit → UIKit}/Card/CardImagePrimitive.vue.js +1 -1
- package/dist/UIKit/Card/CardRootPrimitive.d.ts +5 -4
- package/dist/UIKit/Card/CardRootPrimitive.js +2 -2
- package/dist/{packages/components/lib/UIKit → UIKit}/Card/CardRootPrimitive.vue.js +1 -1
- package/dist/UIKit/Checkbox/CheckboxBtn.d.ts +24 -19
- package/dist/UIKit/Checkbox/CheckboxBtn.js +2 -2
- package/dist/UIKit/Checkbox/CheckboxGroup.d.ts +26 -17
- package/dist/UIKit/Checkbox/CheckboxGroup.js +1 -1
- package/dist/{packages/components/lib/UIKit → UIKit}/Checkbox/CheckboxGroup.vue.js +1 -1
- package/dist/UIKit/Checkbox/v2/CheckboxButtonGroup.d.ts +10 -9
- package/dist/UIKit/Checkbox/v2/CheckboxButtonGroup.js +1 -1
- package/dist/{packages/components/lib/UIKit → UIKit}/Checkbox/v2/CheckboxButtonGroup.vue.js +1 -1
- package/dist/UIKit/Checkbox/v2/CheckboxGroupItemPrimitive.d.ts +19 -14
- package/dist/UIKit/Checkbox/v2/CheckboxGroupItemPrimitive.js +1 -1
- package/dist/UIKit/Checkbox/v2/CheckboxGroupItemPrimitive.vue.js +35 -0
- package/dist/UIKit/Checkbox/v2/CheckboxGroupPrimitive.d.ts +14 -9
- package/dist/UIKit/Checkbox/v2/CheckboxGroupPrimitive.js +1 -1
- package/dist/UIKit/ProgressBar/ProgressIndicatorPrimitive.d.ts +2 -1
- package/dist/UIKit/ProgressBar/ProgressIndicatorPrimitive.js +1 -1
- package/dist/UIKit/ProgressBar/ProgressRootPrimitive.d.ts +10 -154
- package/dist/UIKit/ProgressBar/ProgressRootPrimitive.js +1 -1
- package/dist/UIKit/Radio/RadioButton.d.ts +18 -13
- package/dist/UIKit/Radio/RadioButton.js +1 -1
- package/dist/UIKit/Radio/RadioGroup.d.ts +28 -19
- package/dist/UIKit/Radio/RadioGroup.js +1 -1
- package/dist/UIKit/Radio/v2/RadioButtonGroup.d.ts +16 -11
- package/dist/UIKit/Radio/v2/RadioButtonGroup.js +1 -1
- package/dist/{packages/components/lib/UIKit → UIKit}/Radio/v2/RadioButtonGroup.vue.js +1 -1
- package/dist/UIKit/Radio/v2/RadioButtonItem.d.ts +5 -4
- package/dist/UIKit/Radio/v2/RadioButtonItem.js +2 -2
- package/dist/UIKit/Radio/v2/RadioGroupItemPrimitive.d.ts +6 -5
- package/dist/UIKit/Radio/v2/RadioGroupItemPrimitive.js +1 -1
- package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.d.ts +5 -4
- package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.js +2 -2
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.d.ts +2 -48
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.js +1 -1
- package/dist/{packages/components/lib/UIKit → UIKit}/ShimmerLoader/ShimmerMultiLine.vue.js +1 -1
- package/dist/UIKit/Slider/SimpleSlider.d.ts +6 -6
- package/dist/UIKit/Slider/SimpleSlider.js +2 -2
- package/dist/UIKit/StaticSpinner.d.ts +2 -1
- package/dist/UIKit/StaticSpinner.js +2 -2
- package/dist/UIKit/Tab/BaseTab.d.ts +7 -11
- package/dist/UIKit/Tab/BaseTab.js +1 -1
- package/dist/UIKit/Tab/BaseTabList.d.ts +3 -2
- package/dist/UIKit/Tab/BaseTabList.js +1 -1
- package/dist/UIKit/Tab/BaseTabPanel.d.ts +8 -12
- package/dist/UIKit/Tab/BaseTabPanel.js +1 -1
- package/dist/UIKit/Tab/BaseTabView.d.ts +16 -9
- package/dist/UIKit/Tab/BaseTabView.js +1 -1
- package/dist/UIKit/Tab/v2/BaseTabs.d.ts +16 -11
- package/dist/UIKit/Tab/v2/BaseTabs.js +2 -2
- package/dist/UIKit/Tab/v2/BaseTabsContent.d.ts +5 -4
- package/dist/UIKit/Tab/v2/BaseTabsContent.js +1 -1
- package/dist/UIKit/Tab/v2/BaseTabsIndicator.d.ts +6 -56
- package/dist/UIKit/Tab/v2/BaseTabsIndicator.js +2 -2
- package/dist/UIKit/Tab/v2/BaseTabsList.d.ts +5 -4
- package/dist/UIKit/Tab/v2/BaseTabsList.js +1 -1
- package/dist/UIKit/Tab/v2/BaseTabsTrigger.d.ts +12 -7
- package/dist/UIKit/Tab/v2/BaseTabsTrigger.js +1 -1
- package/dist/assets/{BaseTextarea.css → BaseTextarea2.css} +1 -1
- package/dist/assets/SwiperCarousel2.css +1 -1
- package/dist/assets/SwiperRootPrimitive2.css +1 -1
- package/dist/assets/baseComplexToggle.css +1 -0
- package/dist/assets/baseFloatingLabel.css +1 -0
- package/dist/assets/baseInput.css +1 -0
- package/dist/assets/baseSlider.css +1 -0
- package/dist/assets/baseSpinner.css +1 -0
- package/dist/assets/baseTextarea.css +1 -0
- package/dist/assets/baseTooltip.css +1 -0
- package/dist/assets/swiper-navigation.css +1 -1
- package/dist/chart/DoughnutChart.d.ts +2 -1
- package/dist/chart/DoughnutChart.js +1 -1
- package/dist/{packages/components/lib/chart → chart}/DoughnutChart.vue.js +1 -1
- package/dist/chart/LineChart.d.ts +3 -11
- package/dist/chart/LineChart.js +1 -1
- package/dist/{packages/components/lib/chart → chart}/LineChart.vue.js +1 -1
- package/dist/components/IntersectionObserver/IntersectionObservable.d.ts +10 -17
- package/dist/components/IntersectionObserver/IntersectionObservable.js +1 -1
- package/dist/components/IntersectionObserver/IntersectionObserver.d.ts +34 -39
- package/dist/components/IntersectionObserver/IntersectionObserver.js +1 -1
- package/dist/components/IntersectionObserver/v2/IntersectionObserverProvider.d.ts +6 -5
- package/dist/components/IntersectionObserver/v2/IntersectionObserverProvider.js +1 -1
- package/dist/{packages/components/lib/components → components}/IntersectionObserver/v2/IntersectionObserverProvider.vue.js +1 -1
- package/dist/components/IntersectionObserver/v2/IntersectionObserverTarget.d.ts +13 -20
- package/dist/components/IntersectionObserver/v2/IntersectionObserverTarget.js +1 -1
- package/dist/{packages/components/lib/components → components}/IntersectionObserver/v2/IntersectionObserverTarget.vue.js +1 -1
- package/dist/components/carousel/Primitive/SwiperNavigationPrimitive.d.ts +3 -2
- package/dist/components/carousel/Primitive/SwiperNavigationPrimitive.js +1 -1
- package/dist/{packages/components/lib/components → components}/carousel/Primitive/SwiperNavigationPrimitive.vue.js +2 -2
- package/dist/components/carousel/Primitive/SwiperPaginationPrimitive.d.ts +4 -3
- package/dist/components/carousel/Primitive/SwiperPaginationPrimitive.js +2 -2
- package/dist/{packages/components/lib/components → components}/carousel/Primitive/SwiperPaginationPrimitive.vue.js +2 -2
- package/dist/components/carousel/Primitive/SwiperPrimitive.d.ts +8 -12
- package/dist/components/carousel/Primitive/SwiperPrimitive.js +1 -1
- package/dist/components/carousel/Primitive/SwiperRootPrimitive.d.ts +9 -9
- package/dist/components/carousel/Primitive/SwiperRootPrimitive.js +9 -9
- package/dist/{packages/components/lib/components → components}/carousel/Primitive/SwiperRootPrimitive.vue.js +18 -8
- package/dist/components/carousel/Primitive/SwiperSlideImagePrimitive.d.ts +2 -1
- package/dist/components/carousel/Primitive/SwiperSlideImagePrimitive.js +2 -2
- package/dist/{packages/components/lib/components → components}/carousel/Primitive/SwiperSlideImagePrimitive.vue.js +2 -2
- package/dist/components/carousel/SwiperCarousel.d.ts +12 -20
- package/dist/components/carousel/SwiperCarousel.js +5 -5
- package/dist/{packages/components/lib/components → components}/carousel/SwiperCarousel.vue.js +15 -10
- package/dist/components/carousel/SwiperSlide.d.ts +7 -11
- package/dist/index.js +70 -70
- package/dist/lazyModules/ChartJs/Chart.d.ts +1 -0
- package/dist/lazyModules/ChartJs/DoughnutChart/core.d.ts +2 -0
- package/dist/lazyModules/ChartJs/LineChart/cartesian.d.ts +2 -0
- package/dist/lazyModules/ChartJs/LineChart/core.d.ts +2 -0
- package/dist/lazyModules/ChartJs/Plugins/Legend.d.ts +1 -0
- package/dist/lazyModules/ChartJs/Plugins/TimeScale.d.ts +0 -0
- package/dist/lazyModules/ChartJs/Plugins/Title.d.ts +1 -0
- package/dist/lazyModules/ChartJs/Plugins/Tooltip.d.ts +1 -0
- package/dist/lazyModules/Swiper/Autoplay/factory.d.ts +3 -0
- package/dist/lazyModules/Swiper/Autoplay/index.d.ts +1 -0
- package/dist/{Swiper → lazyModules/Swiper}/Autoplay/index.js +1 -1
- package/dist/lazyModules/Swiper/Controller/factory.d.ts +3 -0
- package/dist/lazyModules/Swiper/Controller/index.d.ts +1 -0
- package/dist/{Swiper → lazyModules/Swiper}/Controller/index.js +1 -1
- package/dist/lazyModules/Swiper/FreeMode/factory.d.ts +3 -0
- package/dist/lazyModules/Swiper/FreeMode/index.d.ts +1 -0
- package/dist/{Swiper → lazyModules/Swiper}/FreeMode/index.js +1 -1
- package/dist/lazyModules/Swiper/Keyboard/factory.d.ts +3 -0
- package/dist/lazyModules/Swiper/Keyboard/index.d.ts +1 -0
- package/dist/{Swiper → lazyModules/Swiper}/Keyboard/index.js +1 -1
- package/dist/lazyModules/Swiper/Navigation/factory.d.ts +3 -0
- package/dist/lazyModules/Swiper/Navigation/index.d.ts +1 -0
- package/dist/{Swiper → lazyModules/Swiper}/Navigation/index.js +1 -1
- package/dist/lazyModules/Swiper/Pagination/factory.d.ts +3 -0
- package/dist/lazyModules/Swiper/Pagination/index.d.ts +1 -0
- package/dist/{Swiper → lazyModules/Swiper}/Pagination/index.js +1 -1
- package/dist/lazyModules/Swiper/Thumbs/factory.d.ts +3 -0
- package/dist/lazyModules/Swiper/Thumbs/index.d.ts +1 -0
- package/dist/{Swiper → lazyModules/Swiper}/Thumbs/index.js +1 -1
- package/dist/lazyModules/Swiper/Zoom/factory.d.ts +3 -0
- package/dist/lazyModules/Swiper/Zoom/index.d.ts +1 -0
- package/dist/lazyModules/Swiper/Zoom/index.js +5 -0
- package/dist/lazyModules/Swiper/factory.d.ts +3 -0
- package/dist/lazyModules/Swiper/index.d.ts +1 -0
- package/dist/lazyModules/Swiper/index.js +5 -0
- package/dist/lazyModules/Swiper/types.d.ts +5 -0
- package/dist/lazyModules/Swiper/types.js +1 -0
- package/dist/lazyModules/VueChartJs/Doughnut/factory.d.ts +7 -0
- package/dist/lazyModules/VueChartJs/Doughnut/index.d.ts +3 -0
- package/dist/lazyModules/VueChartJs/Line/factory.d.ts +7 -0
- package/dist/lazyModules/VueChartJs/Line/index.d.ts +3 -0
- package/package.json +36 -32
- package/dist/Swiper/Zoom/index.js +0 -5
- package/dist/Swiper/index.js +0 -5
- package/dist/packages/components/lib/UIKit/Checkbox/v2/CheckboxGroupItemPrimitive.vue.js +0 -33
- /package/dist/{packages/components/lib/UIKit → UIKit}/Accordion/AccordionContentPrimitive.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Accordion/AccordionHeaderPrimitive.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Accordion/AccordionItemPrimitive.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Accordion/AccordionTriggerPrimitive.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Accordion/BaseAccordion.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Accordion/BaseAccordionItem.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BaseAlert.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BaseBadge.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BaseBreadcrumb.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BaseComplexToggle.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BaseFloatingLabel.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BaseModal.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BasePagination.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BaseSelect/SelectItem.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BaseSnackbar.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BaseToggle.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/BaseTooltip.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Card/BaseCard.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Checkbox/CheckboxBtn.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Checkbox/v2/CheckboxGroupPrimitive.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/ProgressBar/ProgressIndicatorPrimitive.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/ProgressBar/ProgressRootPrimitive.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Radio/RadioButton.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Radio/RadioGroup.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Radio/v2/RadioButtonItem.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Radio/v2/RadioGroupItemPrimitive.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/ShimmerLoader/BaseShimmerLoader.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Slider/SimpleSlider.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/StaticSpinner.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Tab/BaseTab.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Tab/BaseTabList.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Tab/BaseTabPanel.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Tab/BaseTabView.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Tab/v2/BaseTabs.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Tab/v2/BaseTabsContent.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Tab/v2/BaseTabsIndicator.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Tab/v2/BaseTabsList.vue.js +0 -0
- /package/dist/{packages/components/lib/UIKit → UIKit}/Tab/v2/BaseTabsTrigger.vue.js +0 -0
- /package/dist/assets/{BaseComplexToggle.css → BaseComplexToggle2.css} +0 -0
- /package/dist/assets/{BaseFloatingLabel.css → BaseFloatingLabel2.css} +0 -0
- /package/dist/assets/{BaseInput.css → BaseInput2.css} +0 -0
- /package/dist/assets/{BaseSlider.css → BaseSlider2.css} +0 -0
- /package/dist/assets/{BaseTooltip.css → BaseTooltip2.css} +0 -0
- /package/dist/assets/{BaseAlert.css → baseAlert.css} +0 -0
- /package/dist/assets/{BaseCard.css → baseCard.css} +0 -0
- /package/dist/assets/{BaseModal.css → baseModal.css} +0 -0
- /package/dist/assets/{swiper-controller.css → swiper-keyboard.css} +0 -0
- /package/dist/{packages/components/lib/components → components}/IntersectionObserver/IntersectionObservable.vue.js +0 -0
- /package/dist/{packages/components/lib/components → components}/IntersectionObserver/IntersectionObserver.vue.js +0 -0
- /package/dist/{packages/components/lib/components → components}/carousel/Primitive/SwiperPrimitive.vue.js +0 -0
- /package/dist/{ChartJs → lazyModules/ChartJs}/Chart.js +0 -0
- /package/dist/{ChartJs → lazyModules/ChartJs}/DoughnutChart/core.js +0 -0
- /package/dist/{ChartJs → lazyModules/ChartJs}/LineChart/cartesian.js +0 -0
- /package/dist/{ChartJs → lazyModules/ChartJs}/LineChart/core.js +0 -0
- /package/dist/{ChartJs → lazyModules/ChartJs}/Plugins/Legend.js +0 -0
- /package/dist/{ChartJs → lazyModules/ChartJs}/Plugins/TimeScale.js +0 -0
- /package/dist/{ChartJs → lazyModules/ChartJs}/Plugins/Title.js +0 -0
- /package/dist/{ChartJs → lazyModules/ChartJs}/Plugins/Tooltip.js +0 -0
- /package/dist/{Swiper → lazyModules/Swiper}/Autoplay/factory.js +0 -0
- /package/dist/{Swiper → lazyModules/Swiper}/Controller/factory.js +0 -0
- /package/dist/{Swiper → lazyModules/Swiper}/FreeMode/factory.js +0 -0
- /package/dist/{Swiper → lazyModules/Swiper}/Keyboard/factory.js +0 -0
- /package/dist/{Swiper → lazyModules/Swiper}/Navigation/factory.js +0 -0
- /package/dist/{Swiper → lazyModules/Swiper}/Pagination/factory.js +0 -0
- /package/dist/{Swiper → lazyModules/Swiper}/Thumbs/factory.js +0 -0
- /package/dist/{Swiper → lazyModules/Swiper}/Zoom/factory.js +0 -0
- /package/dist/{Swiper → lazyModules/Swiper}/factory.js +0 -0
- /package/dist/{Swiper/types.js → lazyModules/Swiper/swiper-css.d.js} +0 -0
- /package/dist/{VueChartJs → lazyModules/VueChartJs}/Doughnut/factory.js +0 -0
- /package/dist/{VueChartJs → lazyModules/VueChartJs}/Doughnut/index.js +0 -0
- /package/dist/{VueChartJs → lazyModules/VueChartJs}/Line/factory.js +0 -0
- /package/dist/{VueChartJs → lazyModules/VueChartJs}/Line/index.js +0 -0
|
@@ -3,27 +3,25 @@ type __VLS_Props = {
|
|
|
3
3
|
label?: string;
|
|
4
4
|
dataCy?: string;
|
|
5
5
|
};
|
|
6
|
-
type
|
|
6
|
+
type __VLS_ModelProps = {
|
|
7
7
|
modelValue?: Optional<boolean>;
|
|
8
|
-
} & __VLS_Props;
|
|
9
|
-
declare function __VLS_template(): {
|
|
10
|
-
attrs: Partial<{}>;
|
|
11
|
-
slots: {
|
|
12
|
-
leftLabel?(_: {}): any;
|
|
13
|
-
rightLabel?(_: {}): any;
|
|
14
|
-
};
|
|
15
|
-
refs: {};
|
|
16
|
-
rootEl: HTMLDivElement;
|
|
17
8
|
};
|
|
18
|
-
type
|
|
19
|
-
declare
|
|
9
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
10
|
+
declare var __VLS_1: {}, __VLS_14: {};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
leftLabel?: (props: typeof __VLS_1) => any;
|
|
13
|
+
} & {
|
|
14
|
+
rightLabel?: (props: typeof __VLS_14) => any;
|
|
15
|
+
};
|
|
16
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
20
17
|
"update:modelValue": (value: Optional<boolean>) => any;
|
|
21
18
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
22
19
|
"onUpdate:modelValue"?: ((value: Optional<boolean>) => any) | undefined;
|
|
23
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
24
|
-
declare const
|
|
20
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
25
23
|
export default _default;
|
|
26
|
-
type
|
|
24
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
27
25
|
new (): {
|
|
28
26
|
$slots: S;
|
|
29
27
|
};
|
package/dist/UIKit/BaseToggle.js
CHANGED
|
@@ -9,17 +9,13 @@ type __VLS_Props = {
|
|
|
9
9
|
showTooltipContentManually?: boolean;
|
|
10
10
|
tooltipContentClasses?: ClassTypeProp;
|
|
11
11
|
};
|
|
12
|
-
declare
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
};
|
|
18
|
-
refs: {};
|
|
19
|
-
rootEl: HTMLDivElement;
|
|
12
|
+
declare var __VLS_1: {}, __VLS_3: {};
|
|
13
|
+
type __VLS_Slots = {} & {
|
|
14
|
+
trigger?: (props: typeof __VLS_1) => any;
|
|
15
|
+
} & {
|
|
16
|
+
content?: (props: typeof __VLS_3) => any;
|
|
20
17
|
};
|
|
21
|
-
|
|
22
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
18
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
23
19
|
direction: "top" | "bottom" | "left" | "right" | "top-center" | "bottom-center";
|
|
24
20
|
theme: {
|
|
25
21
|
color: "blue" | "white";
|
|
@@ -28,10 +24,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
28
24
|
customTooltipClass: "mail-alert" | "";
|
|
29
25
|
showTooltipContentManually: boolean;
|
|
30
26
|
tooltipContentClasses: string | Record<string, boolean> | import('./types').ClassType[] | import('./types').ClassType[] | null;
|
|
31
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
32
|
-
declare const
|
|
27
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
28
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
29
|
+
declare const _default: typeof __VLS_export;
|
|
33
30
|
export default _default;
|
|
34
|
-
type
|
|
31
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
35
32
|
new (): {
|
|
36
33
|
$slots: S;
|
|
37
34
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import o from "
|
|
2
|
-
import '../assets/
|
|
1
|
+
import o from "./BaseTooltip.vue.js";
|
|
2
|
+
import '../assets/BaseTooltip2.css';/* empty css */
|
|
3
3
|
import t from "../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-2bb9040f"]]);
|
|
5
5
|
export {
|
|
@@ -8,18 +8,13 @@ type __VLS_Props = {
|
|
|
8
8
|
fieldsetClasses?: ClassTypeProp;
|
|
9
9
|
legendClasses?: ClassTypeProp;
|
|
10
10
|
};
|
|
11
|
-
declare
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}): any;
|
|
17
|
-
};
|
|
18
|
-
refs: {};
|
|
19
|
-
rootEl: any;
|
|
11
|
+
declare var __VLS_6: {
|
|
12
|
+
filename: string;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_Slots = {} & {
|
|
15
|
+
label?: (props: typeof __VLS_6) => any;
|
|
20
16
|
};
|
|
21
|
-
|
|
22
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23
18
|
cleared: () => any;
|
|
24
19
|
uploaded: (args_0: File) => any;
|
|
25
20
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
@@ -33,9 +28,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
33
28
|
labelText: string;
|
|
34
29
|
floatingLabelClasses: string | Record<string, boolean> | import('./types').ClassType[] | import('./types').ClassType[] | null;
|
|
35
30
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
36
|
-
declare const
|
|
31
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
32
|
+
declare const _default: typeof __VLS_export;
|
|
37
33
|
export default _default;
|
|
38
|
-
type
|
|
34
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
39
35
|
new (): {
|
|
40
36
|
$slots: S;
|
|
41
37
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as b, ref as m, watch as p, createElementBlock as o, openBlock as u, normalizeClass as l, createElementVNode as a, createBlock as x, createCommentVNode as d, renderSlot as h } from "vue";
|
|
2
|
-
import v from "
|
|
2
|
+
import v from "./BaseFloatingLabel.js";
|
|
3
3
|
const w = ["innerHTML"], C = ["for"], g = ["id", "multiple", "accept"], B = /* @__PURE__ */ b({
|
|
4
4
|
inheritAttrs: !1,
|
|
5
5
|
__name: "BaseUploadFile",
|
|
@@ -7,16 +7,18 @@ export type BaseCardProps = {
|
|
|
7
7
|
cardImgClasses?: ClassTypeProp;
|
|
8
8
|
cardBodyClasses?: ClassTypeProp;
|
|
9
9
|
};
|
|
10
|
-
declare const _default:
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
11
|
+
export default _default;
|
|
12
|
+
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<BaseCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
13
|
click: (args_0: MouseEvent) => any;
|
|
12
14
|
}, string, import('vue').PublicProps, Readonly<BaseCardProps> & Readonly<{
|
|
13
15
|
onClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
14
16
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
15
|
-
'card-image'
|
|
16
|
-
|
|
17
|
+
'card-image'?: (props: {}) => any;
|
|
18
|
+
} & {
|
|
19
|
+
'card-description'?: (props: {}) => any;
|
|
17
20
|
}>;
|
|
18
|
-
|
|
19
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
20
22
|
new (): {
|
|
21
23
|
$slots: S;
|
|
22
24
|
};
|
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
refs: {};
|
|
7
|
-
rootEl: HTMLDivElement;
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
4
|
};
|
|
9
|
-
|
|
10
|
-
declare const
|
|
11
|
-
declare const _default:
|
|
5
|
+
declare const __VLS_base: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
12
8
|
export default _default;
|
|
13
|
-
type
|
|
9
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
10
|
new (): {
|
|
15
11
|
$slots: S;
|
|
16
12
|
};
|
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
refs: {};
|
|
7
|
-
rootEl: HTMLDivElement;
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
4
|
};
|
|
9
|
-
|
|
10
|
-
declare const
|
|
11
|
-
declare const _default:
|
|
5
|
+
declare const __VLS_base: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
12
8
|
export default _default;
|
|
13
|
-
type
|
|
9
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
10
|
new (): {
|
|
15
11
|
$slots: S;
|
|
16
12
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as t, inject as a, computed as c, createElementBlock as m, openBlock as n, normalizeClass as s, renderSlot as i } from "vue";
|
|
2
|
-
import { CardTypeKey as d } from "
|
|
2
|
+
import { CardTypeKey as d } from "./type.js";
|
|
3
3
|
const f = /* @__PURE__ */ t({
|
|
4
4
|
__name: "CardImagePrimitive",
|
|
5
5
|
setup(l) {
|
|
@@ -4,15 +4,16 @@ export type BaseCardRootProps = {
|
|
|
4
4
|
type?: CardTypes;
|
|
5
5
|
as?: CardRootTypes;
|
|
6
6
|
};
|
|
7
|
-
declare const _default:
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
8
|
+
export default _default;
|
|
9
|
+
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<BaseCardRootProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
10
|
click: (args_0: MouseEvent) => any;
|
|
9
11
|
}, string, import('vue').PublicProps, Readonly<BaseCardRootProps> & Readonly<{
|
|
10
12
|
onClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
11
13
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
12
|
-
default
|
|
14
|
+
default?: (props: {}) => any;
|
|
13
15
|
}>;
|
|
14
|
-
|
|
15
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
16
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
17
|
new (): {
|
|
17
18
|
$slots: S;
|
|
18
19
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as n, computed as r, provide as c, createBlock as d, openBlock as m, resolveDynamicComponent as p, normalizeClass as u, withCtx as f, renderSlot as y } from "vue";
|
|
2
|
-
import { CardTypeKey as C } from "
|
|
2
|
+
import { CardTypeKey as C } from "./type.js";
|
|
3
3
|
const w = /* @__PURE__ */ n({
|
|
4
4
|
__name: "CardRootPrimitive",
|
|
5
5
|
props: {
|
|
@@ -4,18 +4,10 @@ export type CheckboxBtnExposeType = {
|
|
|
4
4
|
getRootElement: () => HTMLElement | null;
|
|
5
5
|
getCheckboxElement: () => HTMLElement;
|
|
6
6
|
};
|
|
7
|
-
declare const _default:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
readonly onChange?: ((args_0: {
|
|
12
|
-
id: TID;
|
|
13
|
-
label: TLabel;
|
|
14
|
-
checked: boolean;
|
|
15
|
-
}) => any) | undefined;
|
|
16
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onClick" | "onChange"> & ({
|
|
17
|
-
modelValue?: boolean;
|
|
18
|
-
} & {
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
8
|
+
export default _default;
|
|
9
|
+
declare const __VLS_export: <TID extends string | number, TLabel 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<{
|
|
10
|
+
props: import('vue').PublicProps & __VLS_PrettifyLocal<({
|
|
19
11
|
id?: TID;
|
|
20
12
|
dataCy?: string;
|
|
21
13
|
disabled?: boolean;
|
|
@@ -27,21 +19,34 @@ declare const _default: <TID extends string | number, TLabel extends string | nu
|
|
|
27
19
|
inputClass?: ClassTypeProp;
|
|
28
20
|
label?: TLabel;
|
|
29
21
|
value?: AcceptableValue;
|
|
30
|
-
}
|
|
31
|
-
|
|
22
|
+
} & {
|
|
23
|
+
modelValue?: boolean;
|
|
24
|
+
}) & {
|
|
25
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
26
|
+
onClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
27
|
+
onChange?: ((args_0: {
|
|
28
|
+
id: TID;
|
|
29
|
+
label: TLabel;
|
|
30
|
+
checked: boolean;
|
|
31
|
+
}) => any) | undefined;
|
|
32
|
+
}> & (typeof globalThis extends {
|
|
33
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
34
|
+
} ? P : {});
|
|
35
|
+
expose: (exposed: import('vue').ShallowUnwrapRef<CheckboxBtnExposeType>) => void;
|
|
32
36
|
attrs: any;
|
|
33
37
|
slots: {
|
|
34
|
-
label
|
|
38
|
+
label?: (props: {}) => any;
|
|
35
39
|
};
|
|
36
40
|
emit: (((evt: "click", args_0: MouseEvent) => void) & ((evt: "change", args_0: {
|
|
37
41
|
id: TID;
|
|
38
42
|
label: TLabel;
|
|
39
43
|
checked: boolean;
|
|
40
|
-
}) => void)) & ((
|
|
44
|
+
}) => void)) & ((event: "update:modelValue", value: boolean) => void);
|
|
41
45
|
}>) => import('vue').VNode & {
|
|
42
46
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
43
47
|
};
|
|
44
|
-
|
|
45
|
-
type __VLS_PrettifyLocal<T> = {
|
|
48
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
46
49
|
[K in keyof T]: T[K];
|
|
47
|
-
}
|
|
50
|
+
} : {
|
|
51
|
+
[K in keyof T as K]: T[K];
|
|
52
|
+
}) & {};
|
|
@@ -31,35 +31,44 @@ export type CheckboxGroupProps<TID = string | number, TLabel = string | number,
|
|
|
31
31
|
groupId?: string;
|
|
32
32
|
dataCy?: string;
|
|
33
33
|
};
|
|
34
|
-
declare const _default:
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
34
|
+
declare const _default: typeof __VLS_export;
|
|
35
|
+
export default _default;
|
|
36
|
+
declare const __VLS_export: <TID extends string | number, TLabel 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<{
|
|
37
|
+
props: import('vue').PublicProps & __VLS_PrettifyLocal<(CheckboxGroupProps<TID, TLabel, TPayload> & {
|
|
38
|
+
/**
|
|
39
|
+
* If true, we will reinitialized the inner data of the component
|
|
40
|
+
*/
|
|
41
41
|
refresh?: boolean;
|
|
42
|
-
}
|
|
43
|
-
|
|
42
|
+
}) & {
|
|
43
|
+
"onUpdate:modelValue"?: ((args_0: CheckboxButtonType<TID, TLabel, TPayload>[]) => any) | undefined;
|
|
44
|
+
onResetted?: (() => any) | undefined;
|
|
45
|
+
onCheckedGroup?: ((args_0: string) => any) | undefined;
|
|
46
|
+
"onUpdate:refresh"?: ((value: boolean) => any) | undefined;
|
|
47
|
+
}> & (typeof globalThis extends {
|
|
48
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
49
|
+
} ? P : {});
|
|
50
|
+
expose: (exposed: {}) => void;
|
|
44
51
|
attrs: any;
|
|
45
52
|
slots: {
|
|
46
|
-
default
|
|
53
|
+
default?: (props: {
|
|
47
54
|
isActive: (elem: CheckboxButtonType<TID, TLabel, TPayload> | string | number) => boolean;
|
|
48
55
|
handleChange: (checkboxValue: CheckboxButtonType<TID, TLabel, TPayload>) => void;
|
|
49
56
|
checkboxesData: CheckboxButtonType<TID, TLabel, TPayload>[];
|
|
50
|
-
})
|
|
51
|
-
|
|
57
|
+
}) => any;
|
|
58
|
+
} & {
|
|
59
|
+
checkbox_elements?: (props: {
|
|
52
60
|
isActive: (elem: CheckboxButtonType<TID, TLabel, TPayload> | string | number) => boolean;
|
|
53
61
|
handleChange: (checkboxValue: CheckboxButtonType<TID, TLabel, TPayload>) => void;
|
|
54
62
|
checkboxesData: CheckboxButtonType<TID, TLabel, TPayload>[];
|
|
55
63
|
reset: () => void;
|
|
56
|
-
})
|
|
64
|
+
}) => any;
|
|
57
65
|
};
|
|
58
|
-
emit: (((evt: "update:modelValue", args_0: CheckboxButtonType<TID, TLabel, TPayload>[]) => void) & ((evt: "resetted") => void) & ((evt: "checkedGroup", args_0: string) => void)) & ((
|
|
66
|
+
emit: (((evt: "update:modelValue", args_0: CheckboxButtonType<TID, TLabel, TPayload>[]) => void) & ((evt: "resetted") => void) & ((evt: "checkedGroup", args_0: string) => void)) & ((event: "update:refresh", value: boolean) => void);
|
|
59
67
|
}>) => import('vue').VNode & {
|
|
60
68
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
61
69
|
};
|
|
62
|
-
|
|
63
|
-
type __VLS_PrettifyLocal<T> = {
|
|
70
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
64
71
|
[K in keyof T]: T[K];
|
|
65
|
-
}
|
|
72
|
+
} : {
|
|
73
|
+
[K in keyof T as K]: T[K];
|
|
74
|
+
}) & {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as B, mergeModels as y, useModel as A, ref as I, computed as i, watch as C, renderSlot as p, createElementVNode as M, normalizeClass as x, createElementBlock as R, createCommentVNode as K, openBlock as v, Fragment as V, renderList as w, createBlock as L, unref as G } from "vue";
|
|
2
2
|
import { stringToHyphened as N, isArrNullOrEmpty as T } from "@wikicasa-dev/utilities";
|
|
3
3
|
import F from "./CheckboxBtn.vue.js";
|
|
4
|
-
import '
|
|
4
|
+
import '../../assets/CheckboxBtn.css';/* empty css */
|
|
5
5
|
const O = ["id", "data-cy"], q = /* @__PURE__ */ B({
|
|
6
6
|
inheritAttrs: !1,
|
|
7
7
|
__name: "CheckboxGroup",
|
|
@@ -13,27 +13,28 @@ export interface CheckboxButtonItem {
|
|
|
13
13
|
required?: boolean;
|
|
14
14
|
label: string;
|
|
15
15
|
}
|
|
16
|
-
declare const _default:
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
17
|
+
export default _default;
|
|
18
|
+
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<CheckboxButtonGroupProps & {
|
|
17
19
|
modelValue?: NonNullable<AcceptableValue>[];
|
|
18
20
|
reset?: boolean;
|
|
19
|
-
}
|
|
21
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
20
22
|
"update:modelValue": (value: NonNullable<AcceptableValue>[]) => any;
|
|
21
23
|
"update:reset": (value: boolean) => any;
|
|
22
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
24
|
+
}, string, import('vue').PublicProps, Readonly<CheckboxButtonGroupProps & {
|
|
23
25
|
modelValue?: NonNullable<AcceptableValue>[];
|
|
24
26
|
reset?: boolean;
|
|
25
|
-
}
|
|
27
|
+
}> & Readonly<{
|
|
26
28
|
"onUpdate:modelValue"?: ((value: NonNullable<AcceptableValue>[]) => any) | undefined;
|
|
27
29
|
"onUpdate:reset"?: ((value: boolean) => any) | undefined;
|
|
28
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
29
|
-
default
|
|
30
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
31
|
+
default?: (props: {
|
|
30
32
|
isChecked: (value: CheckboxRootProps["value"]) => boolean;
|
|
31
33
|
handleCheck: (value: CheckboxRootProps["value"], checked: boolean) => void;
|
|
32
34
|
handleResetCheck: (checked: boolean) => void;
|
|
33
|
-
})
|
|
35
|
+
}) => any;
|
|
34
36
|
}>;
|
|
35
|
-
|
|
36
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
37
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
37
38
|
new (): {
|
|
38
39
|
$slots: S;
|
|
39
40
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as v, mergeModels as k, useModel as f, provide as m, watch as y, createElementBlock as h, openBlock as n, renderSlot as C, Fragment as g, renderList as B, createBlock as x, withCtx as M, createTextVNode as b, toDisplayString as U } from "vue";
|
|
2
2
|
import q from "../CheckboxBtn.vue.js";
|
|
3
|
-
import '
|
|
3
|
+
import '../../../assets/CheckboxBtn.css';/* empty css */
|
|
4
4
|
const w = ["data-cy"], I = /* @__PURE__ */ v({
|
|
5
5
|
__name: "CheckboxButtonGroup",
|
|
6
6
|
props: /* @__PURE__ */ k({
|
|
@@ -1,26 +1,31 @@
|
|
|
1
1
|
import { CheckboxRootProps } from 'reka-ui';
|
|
2
2
|
export type CheckboxGroupItemPrimitiveValueType<T extends undefined | CheckboxRootProps["value"] = undefined> = T;
|
|
3
|
-
export interface CheckboxGroupItemPrimitiveProps<T
|
|
3
|
+
export interface CheckboxGroupItemPrimitiveProps<T = boolean, TValue extends CheckboxRootProps["value"] | undefined = undefined> extends Omit<CheckboxRootProps<T>, "value"> {
|
|
4
4
|
dataCy?: string;
|
|
5
|
-
value: CheckboxGroupItemPrimitiveValueType<
|
|
5
|
+
value: CheckboxGroupItemPrimitiveValueType<TValue>;
|
|
6
6
|
}
|
|
7
|
-
declare const _default:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
8
|
+
export default _default;
|
|
9
|
+
declare const __VLS_export: <T, TValue extends CheckboxRootProps["value"] | undefined>(__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<{
|
|
10
|
+
props: import('vue').PublicProps & __VLS_PrettifyLocal<CheckboxGroupItemPrimitiveProps<T, TValue> & {
|
|
11
|
+
"onUpdate:modelValue"?: ((value: "indeterminate" | T) => any) | undefined;
|
|
12
|
+
}> & (typeof globalThis extends {
|
|
13
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
14
|
+
} ? P : {});
|
|
15
|
+
expose: (exposed: {}) => void;
|
|
12
16
|
attrs: any;
|
|
13
17
|
slots: {
|
|
14
|
-
default
|
|
15
|
-
modelValue:
|
|
18
|
+
default?: (props: {
|
|
19
|
+
modelValue: "indeterminate" | T;
|
|
16
20
|
state: import('reka-ui').CheckboxCheckedState;
|
|
17
|
-
})
|
|
21
|
+
}) => any;
|
|
18
22
|
};
|
|
19
|
-
emit: (evt: "update:modelValue", value:
|
|
23
|
+
emit: (evt: "update:modelValue", value: "indeterminate" | T) => void;
|
|
20
24
|
}>) => import('vue').VNode & {
|
|
21
25
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
22
26
|
};
|
|
23
|
-
|
|
24
|
-
type __VLS_PrettifyLocal<T> = {
|
|
27
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
25
28
|
[K in keyof T]: T[K];
|
|
26
|
-
}
|
|
29
|
+
} : {
|
|
30
|
+
[K in keyof T as K]: T[K];
|
|
31
|
+
}) & {};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent as u, createPropsRestProxy as s, createBlock as m, openBlock as n, unref as p, mergeProps as i, withCtx as c, renderSlot as f, normalizeProps as y, guardReactiveProps as C } from "vue";
|
|
2
|
+
import { CheckboxRoot as V } from "reka-ui";
|
|
3
|
+
const B = /* @__PURE__ */ u({
|
|
4
|
+
__name: "CheckboxGroupItemPrimitive",
|
|
5
|
+
props: {
|
|
6
|
+
dataCy: {},
|
|
7
|
+
value: {},
|
|
8
|
+
defaultValue: {},
|
|
9
|
+
modelValue: {},
|
|
10
|
+
disabled: { type: Boolean },
|
|
11
|
+
id: {},
|
|
12
|
+
trueValue: {},
|
|
13
|
+
falseValue: {},
|
|
14
|
+
asChild: { type: Boolean },
|
|
15
|
+
as: {},
|
|
16
|
+
name: {},
|
|
17
|
+
required: { type: Boolean }
|
|
18
|
+
},
|
|
19
|
+
emits: ["update:modelValue"],
|
|
20
|
+
setup(a, { emit: o }) {
|
|
21
|
+
const r = s(a, ["dataCy"]), l = o;
|
|
22
|
+
return (d, t) => (n(), m(p(V), i(r, {
|
|
23
|
+
"data-cy": a.dataCy,
|
|
24
|
+
"onUpdate:modelValue": t[0] || (t[0] = (e) => l("update:modelValue", e))
|
|
25
|
+
}), {
|
|
26
|
+
default: c((e) => [
|
|
27
|
+
f(d.$slots, "default", y(C(e)))
|
|
28
|
+
]),
|
|
29
|
+
_: 3
|
|
30
|
+
}, 16, ["data-cy"]));
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
export {
|
|
34
|
+
B as default
|
|
35
|
+
};
|