@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
|
@@ -2,20 +2,25 @@ import { CheckboxGroupRootProps, AcceptableValue } from 'reka-ui';
|
|
|
2
2
|
export interface CheckboxGroupPrimitiveProps<T extends AcceptableValue> extends CheckboxGroupRootProps<T> {
|
|
3
3
|
dataCy?: string;
|
|
4
4
|
}
|
|
5
|
-
declare const _default:
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
6
|
+
export default _default;
|
|
7
|
+
declare const __VLS_export: <T extends AcceptableValue>(__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<CheckboxGroupPrimitiveProps<T> & {
|
|
9
|
+
"onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
|
|
10
|
+
}> & (typeof globalThis extends {
|
|
11
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
12
|
+
} ? P : {});
|
|
13
|
+
expose: (exposed: {}) => void;
|
|
10
14
|
attrs: any;
|
|
11
15
|
slots: {
|
|
12
|
-
default
|
|
16
|
+
default?: (props: {}) => any;
|
|
13
17
|
};
|
|
14
18
|
emit: (evt: "update:modelValue", value: T[]) => void;
|
|
15
19
|
}>) => import('vue').VNode & {
|
|
16
20
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
17
21
|
};
|
|
18
|
-
|
|
19
|
-
type __VLS_PrettifyLocal<T> = {
|
|
22
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
20
23
|
[K in keyof T]: T[K];
|
|
21
|
-
}
|
|
24
|
+
} : {
|
|
25
|
+
[K in keyof T as K]: T[K];
|
|
26
|
+
}) & {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { ProgressIndicatorProps } from 'reka-ui';
|
|
2
|
-
declare const
|
|
2
|
+
declare const __VLS_export: import('vue').DefineComponent<ProgressIndicatorProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ProgressIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
3
4
|
export default _default;
|
|
@@ -1,86 +1,11 @@
|
|
|
1
1
|
import { ProgressRootProps } from 'reka-ui';
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}): any;
|
|
8
|
-
};
|
|
9
|
-
refs: {
|
|
10
|
-
root: ({
|
|
11
|
-
$: import('vue').ComponentInternalInstance;
|
|
12
|
-
$data: {};
|
|
13
|
-
$props: {
|
|
14
|
-
readonly modelValue?: number | null | undefined;
|
|
15
|
-
readonly max?: number | undefined;
|
|
16
|
-
readonly getValueLabel?: ((value: number | null | undefined, max: number) => string | undefined) | undefined;
|
|
17
|
-
readonly getValueText?: ((value: number | null | undefined, max: number) => string | undefined) | undefined;
|
|
18
|
-
readonly asChild?: boolean | undefined;
|
|
19
|
-
readonly as?: (import('reka-ui').AsTag | import('vue').Component) | undefined;
|
|
20
|
-
readonly "onUpdate:modelValue"?: ((value: string[] | undefined) => any) | undefined | undefined;
|
|
21
|
-
readonly "onUpdate:max"?: ((value: number) => any) | undefined | undefined;
|
|
22
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
23
|
-
$attrs: {
|
|
24
|
-
[x: string]: unknown;
|
|
25
|
-
};
|
|
26
|
-
$refs: {
|
|
27
|
-
[x: string]: unknown;
|
|
28
|
-
};
|
|
29
|
-
$slots: Readonly<{
|
|
30
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
31
|
-
}>;
|
|
32
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
33
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
34
|
-
$host: Element | null;
|
|
35
|
-
$emit: ((event: "update:modelValue", value: string[] | undefined) => void) & ((event: "update:max", value: number) => void);
|
|
36
|
-
$el: any;
|
|
37
|
-
$options: import('vue').ComponentOptionsBase<Readonly<ProgressRootProps> & Readonly<{
|
|
38
|
-
"onUpdate:modelValue"?: ((value: string[] | undefined) => any) | undefined;
|
|
39
|
-
"onUpdate:max"?: ((value: number) => any) | undefined;
|
|
40
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
41
|
-
"update:modelValue": (value: string[] | undefined) => any;
|
|
42
|
-
"update:max": (value: number) => any;
|
|
43
|
-
}, string, {
|
|
44
|
-
max: number;
|
|
45
|
-
getValueLabel: (value: number | null | undefined, max: number) => string | undefined;
|
|
46
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
47
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
48
|
-
created?: (() => void) | (() => void)[];
|
|
49
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
50
|
-
mounted?: (() => void) | (() => void)[];
|
|
51
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
52
|
-
updated?: (() => void) | (() => void)[];
|
|
53
|
-
activated?: (() => void) | (() => void)[];
|
|
54
|
-
deactivated?: (() => void) | (() => void)[];
|
|
55
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
56
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
57
|
-
destroyed?: (() => void) | (() => void)[];
|
|
58
|
-
unmounted?: (() => void) | (() => void)[];
|
|
59
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
60
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
61
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
62
|
-
};
|
|
63
|
-
$forceUpdate: () => void;
|
|
64
|
-
$nextTick: typeof import('vue').nextTick;
|
|
65
|
-
$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;
|
|
66
|
-
} & Readonly<{
|
|
67
|
-
max: number;
|
|
68
|
-
getValueLabel: (value: number | null | undefined, max: number) => string | undefined;
|
|
69
|
-
}> & Omit<Readonly<ProgressRootProps> & Readonly<{
|
|
70
|
-
"onUpdate:modelValue"?: ((value: string[] | undefined) => any) | undefined;
|
|
71
|
-
"onUpdate:max"?: ((value: number) => any) | undefined;
|
|
72
|
-
}>, "max" | "getValueLabel"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
73
|
-
$slots: {
|
|
74
|
-
default?: (props: {
|
|
75
|
-
modelValue: number | null | undefined;
|
|
76
|
-
}) => any;
|
|
77
|
-
};
|
|
78
|
-
}) | null;
|
|
79
|
-
};
|
|
80
|
-
rootEl: any;
|
|
2
|
+
declare var __VLS_12: {
|
|
3
|
+
modelValue: number | null | undefined;
|
|
4
|
+
};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_12) => any;
|
|
81
7
|
};
|
|
82
|
-
|
|
83
|
-
declare const __VLS_component: import('vue').DefineComponent<ProgressRootProps, {
|
|
8
|
+
declare const __VLS_base: import('vue').DefineComponent<ProgressRootProps, {
|
|
84
9
|
getValueLabel: (value: number | null | undefined, max: number) => string | undefined;
|
|
85
10
|
getValueText: (value: number | null | undefined, max: number) => string | undefined;
|
|
86
11
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -89,80 +14,11 @@ declare const __VLS_component: import('vue').DefineComponent<ProgressRootProps,
|
|
|
89
14
|
}, string, import('vue').PublicProps, Readonly<ProgressRootProps> & Readonly<{
|
|
90
15
|
"onUpdate:modelValue"?: ((value: string[] | undefined) => any) | undefined;
|
|
91
16
|
"onUpdate:max"?: ((value: number) => any) | undefined;
|
|
92
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
$data: {};
|
|
96
|
-
$props: {
|
|
97
|
-
readonly modelValue?: number | null | undefined;
|
|
98
|
-
readonly max?: number | undefined;
|
|
99
|
-
readonly getValueLabel?: ((value: number | null | undefined, max: number) => string | undefined) | undefined;
|
|
100
|
-
readonly getValueText?: ((value: number | null | undefined, max: number) => string | undefined) | undefined;
|
|
101
|
-
readonly asChild?: boolean | undefined;
|
|
102
|
-
readonly as?: (import('reka-ui').AsTag | import('vue').Component) | undefined;
|
|
103
|
-
readonly "onUpdate:modelValue"?: ((value: string[] | undefined) => any) | undefined | undefined;
|
|
104
|
-
readonly "onUpdate:max"?: ((value: number) => any) | undefined | undefined;
|
|
105
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
106
|
-
$attrs: {
|
|
107
|
-
[x: string]: unknown;
|
|
108
|
-
};
|
|
109
|
-
$refs: {
|
|
110
|
-
[x: string]: unknown;
|
|
111
|
-
};
|
|
112
|
-
$slots: Readonly<{
|
|
113
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
114
|
-
}>;
|
|
115
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
116
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
117
|
-
$host: Element | null;
|
|
118
|
-
$emit: ((event: "update:modelValue", value: string[] | undefined) => void) & ((event: "update:max", value: number) => void);
|
|
119
|
-
$el: any;
|
|
120
|
-
$options: import('vue').ComponentOptionsBase<Readonly<ProgressRootProps> & Readonly<{
|
|
121
|
-
"onUpdate:modelValue"?: ((value: string[] | undefined) => any) | undefined;
|
|
122
|
-
"onUpdate:max"?: ((value: number) => any) | undefined;
|
|
123
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
124
|
-
"update:modelValue": (value: string[] | undefined) => any;
|
|
125
|
-
"update:max": (value: number) => any;
|
|
126
|
-
}, string, {
|
|
127
|
-
max: number;
|
|
128
|
-
getValueLabel: (value: number | null | undefined, max: number) => string | undefined;
|
|
129
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
130
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
131
|
-
created?: (() => void) | (() => void)[];
|
|
132
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
133
|
-
mounted?: (() => void) | (() => void)[];
|
|
134
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
135
|
-
updated?: (() => void) | (() => void)[];
|
|
136
|
-
activated?: (() => void) | (() => void)[];
|
|
137
|
-
deactivated?: (() => void) | (() => void)[];
|
|
138
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
139
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
140
|
-
destroyed?: (() => void) | (() => void)[];
|
|
141
|
-
unmounted?: (() => void) | (() => void)[];
|
|
142
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
143
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
144
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
145
|
-
};
|
|
146
|
-
$forceUpdate: () => void;
|
|
147
|
-
$nextTick: typeof import('vue').nextTick;
|
|
148
|
-
$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;
|
|
149
|
-
} & Readonly<{
|
|
150
|
-
max: number;
|
|
151
|
-
getValueLabel: (value: number | null | undefined, max: number) => string | undefined;
|
|
152
|
-
}> & Omit<Readonly<ProgressRootProps> & Readonly<{
|
|
153
|
-
"onUpdate:modelValue"?: ((value: string[] | undefined) => any) | undefined;
|
|
154
|
-
"onUpdate:max"?: ((value: number) => any) | undefined;
|
|
155
|
-
}>, "max" | "getValueLabel"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
156
|
-
$slots: {
|
|
157
|
-
default?: (props: {
|
|
158
|
-
modelValue: number | null | undefined;
|
|
159
|
-
}) => any;
|
|
160
|
-
};
|
|
161
|
-
}) | null;
|
|
162
|
-
}, any>;
|
|
163
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
164
20
|
export default _default;
|
|
165
|
-
type
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
166
22
|
new (): {
|
|
167
23
|
$slots: S;
|
|
168
24
|
};
|
|
@@ -1,13 +1,6 @@
|
|
|
1
1
|
import { ClassTypeProp } from '../types';
|
|
2
|
-
declare const
|
|
3
|
-
props:
|
|
4
|
-
readonly "onUpdate:modelValue"?: ((args_0: boolean) => any) | undefined;
|
|
5
|
-
readonly onChange?: ((args_0: {
|
|
6
|
-
id: NonNullable<TID>;
|
|
7
|
-
label: string;
|
|
8
|
-
name?: string;
|
|
9
|
-
}) => any) | undefined;
|
|
10
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onChange"> & {
|
|
2
|
+
declare const __VLS_export: <TID extends string | number | null>(__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<{
|
|
3
|
+
props: import('vue').PublicProps & __VLS_PrettifyLocal<{
|
|
11
4
|
id?: TID;
|
|
12
5
|
dataCy?: string;
|
|
13
6
|
name?: string;
|
|
@@ -15,8 +8,17 @@ declare const _default: <TID extends string | number | null>(__VLS_props: NonNul
|
|
|
15
8
|
modelValue?: boolean;
|
|
16
9
|
inputClasses?: ClassTypeProp;
|
|
17
10
|
labelClasses?: ClassTypeProp;
|
|
18
|
-
} &
|
|
19
|
-
|
|
11
|
+
} & {
|
|
12
|
+
"onUpdate:modelValue"?: ((args_0: boolean) => any) | undefined;
|
|
13
|
+
onChange?: ((args_0: {
|
|
14
|
+
id: NonNullable<TID>;
|
|
15
|
+
label: string;
|
|
16
|
+
name?: string;
|
|
17
|
+
}) => any) | undefined;
|
|
18
|
+
}> & (typeof globalThis extends {
|
|
19
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
20
|
+
} ? P : {});
|
|
21
|
+
expose: (exposed: {}) => void;
|
|
20
22
|
attrs: any;
|
|
21
23
|
slots: {};
|
|
22
24
|
emit: ((evt: "update:modelValue", args_0: boolean) => void) & ((evt: "change", args_0: {
|
|
@@ -27,7 +29,10 @@ declare const _default: <TID extends string | number | null>(__VLS_props: NonNul
|
|
|
27
29
|
}>) => import('vue').VNode & {
|
|
28
30
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
29
31
|
};
|
|
32
|
+
declare const _default: typeof __VLS_export;
|
|
30
33
|
export default _default;
|
|
31
|
-
type __VLS_PrettifyLocal<T> = {
|
|
34
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
32
35
|
[K in keyof T]: T[K];
|
|
33
|
-
}
|
|
36
|
+
} : {
|
|
37
|
+
[K in keyof T as K]: T[K];
|
|
38
|
+
}) & {};
|
|
@@ -6,23 +6,30 @@ export type RadioButtonType<TID = string | number | null, TPayload = unknown> =
|
|
|
6
6
|
payload?: TPayload;
|
|
7
7
|
active?: boolean;
|
|
8
8
|
};
|
|
9
|
-
declare const _default:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
readonly "onUpdate:resetRadio"?: ((value: Optional<boolean>) => any) | undefined;
|
|
14
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdate:refresh" | "onUpdate:resetRadio"> & ({
|
|
15
|
-
resetRadio?: Optional<boolean>;
|
|
16
|
-
refresh?: boolean;
|
|
17
|
-
} & {
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
10
|
+
export default _default;
|
|
11
|
+
declare const __VLS_export: <TID extends string | number | null, 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<{
|
|
12
|
+
props: import('vue').PublicProps & __VLS_PrettifyLocal<({
|
|
18
13
|
radioValues?: RadioButtonType<TID, TPayload>[];
|
|
19
14
|
dataCy?: string;
|
|
20
15
|
radioContainerClasses?: ClassTypeProp;
|
|
21
|
-
}
|
|
22
|
-
|
|
16
|
+
} & {
|
|
17
|
+
resetRadio?: Optional<boolean>;
|
|
18
|
+
/**
|
|
19
|
+
* If true, we will reinitialized the inner data of the component
|
|
20
|
+
*/
|
|
21
|
+
refresh?: boolean;
|
|
22
|
+
}) & {
|
|
23
|
+
"onUpdate:modelValue"?: ((args_0: Nullable<RadioButtonType<TID, TPayload>>) => any) | undefined;
|
|
24
|
+
"onUpdate:refresh"?: ((value: boolean) => any) | undefined;
|
|
25
|
+
"onUpdate:resetRadio"?: ((value: Optional<boolean>) => any) | undefined;
|
|
26
|
+
}> & (typeof globalThis extends {
|
|
27
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
28
|
+
} ? P : {});
|
|
29
|
+
expose: (exposed: {}) => void;
|
|
23
30
|
attrs: any;
|
|
24
31
|
slots: {
|
|
25
|
-
default
|
|
32
|
+
default?: (props: {
|
|
26
33
|
handleClick: (elem: RadioButtonType<TID, TPayload>) => void;
|
|
27
34
|
activeValue: {
|
|
28
35
|
id?: import('vue').UnwrapRef<TID> | undefined;
|
|
@@ -32,8 +39,9 @@ declare const _default: <TID extends string | number | null, TPayload>(__VLS_pro
|
|
|
32
39
|
} | null;
|
|
33
40
|
reset: () => void;
|
|
34
41
|
isActive: (elem: RadioButtonType<TID, TPayload>) => boolean;
|
|
35
|
-
})
|
|
36
|
-
|
|
42
|
+
}) => any;
|
|
43
|
+
} & {
|
|
44
|
+
radio_elements?: (props: {
|
|
37
45
|
handleClick: (elem: RadioButtonType<TID, TPayload>) => void;
|
|
38
46
|
activeValue: {
|
|
39
47
|
id?: import('vue').UnwrapRef<TID> | undefined;
|
|
@@ -43,13 +51,14 @@ declare const _default: <TID extends string | number | null, TPayload>(__VLS_pro
|
|
|
43
51
|
} | null;
|
|
44
52
|
reset: () => void;
|
|
45
53
|
isActive: (elem: RadioButtonType<TID, TPayload>) => boolean;
|
|
46
|
-
})
|
|
54
|
+
}) => any;
|
|
47
55
|
};
|
|
48
|
-
emit: ((evt: "update:modelValue", args_0: Nullable<RadioButtonType<TID, TPayload>>) => void) & (((
|
|
56
|
+
emit: ((evt: "update:modelValue", args_0: Nullable<RadioButtonType<TID, TPayload>>) => void) & (((event: "update:refresh", value: boolean) => void) & ((event: "update:resetRadio", value: Optional<boolean>) => void));
|
|
49
57
|
}>) => import('vue').VNode & {
|
|
50
58
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
51
59
|
};
|
|
52
|
-
|
|
53
|
-
type __VLS_PrettifyLocal<T> = {
|
|
60
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
54
61
|
[K in keyof T]: T[K];
|
|
55
|
-
}
|
|
62
|
+
} : {
|
|
63
|
+
[K in keyof T as K]: T[K];
|
|
64
|
+
}) & {};
|
|
@@ -12,22 +12,27 @@ export interface RadioButtonGroupProps<TValue extends AcceptableValue> extends O
|
|
|
12
12
|
items?: RadioButtonItem<TValue>[];
|
|
13
13
|
defaultValue?: TValue;
|
|
14
14
|
}
|
|
15
|
-
declare const _default:
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
16
|
+
export default _default;
|
|
17
|
+
declare const __VLS_export: <T extends AcceptableValue>(__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<{
|
|
18
|
+
props: import('vue').PublicProps & __VLS_PrettifyLocal<(RadioButtonGroupProps<T> & {
|
|
19
19
|
modelValue?: T;
|
|
20
|
-
}
|
|
21
|
-
|
|
20
|
+
}) & {
|
|
21
|
+
"onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
|
|
22
|
+
}> & (typeof globalThis extends {
|
|
23
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
24
|
+
} ? P : {});
|
|
25
|
+
expose: (exposed: {}) => void;
|
|
22
26
|
attrs: any;
|
|
23
27
|
slots: {
|
|
24
|
-
default
|
|
28
|
+
default?: (props: {}) => any;
|
|
25
29
|
};
|
|
26
|
-
emit: (
|
|
30
|
+
emit: (event: "update:modelValue", value: T | undefined) => void;
|
|
27
31
|
}>) => import('vue').VNode & {
|
|
28
32
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
29
33
|
};
|
|
30
|
-
|
|
31
|
-
type __VLS_PrettifyLocal<T> = {
|
|
34
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
32
35
|
[K in keyof T]: T[K];
|
|
33
|
-
}
|
|
36
|
+
} : {
|
|
37
|
+
[K in keyof T as K]: T[K];
|
|
38
|
+
}) & {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as s, mergeModels as f, createPropsRestProxy as p, useModel as c, createBlock as d, openBlock as o, unref as y, mergeProps as u, withCtx as m, renderSlot as B, createElementBlock as V, Fragment as C, renderList as g, createTextVNode as k, toDisplayString as x } from "vue";
|
|
2
2
|
import { RadioGroupRoot as R } from "reka-ui";
|
|
3
3
|
import v from "./RadioButtonItem.vue.js";
|
|
4
|
-
import '
|
|
4
|
+
import '../../../assets/RadioButtonItem.css';/* empty css */
|
|
5
5
|
const S = /* @__PURE__ */ s({
|
|
6
6
|
__name: "RadioButtonGroup",
|
|
7
7
|
props: /* @__PURE__ */ f({
|
|
@@ -5,11 +5,12 @@ export interface RadioButtonItemProps extends RadioGroupItemProps {
|
|
|
5
5
|
labelClasses?: ClassTypeProp;
|
|
6
6
|
dataCy?: string;
|
|
7
7
|
}
|
|
8
|
-
declare const _default:
|
|
9
|
-
default?(_: {}): any;
|
|
10
|
-
}>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
11
9
|
export default _default;
|
|
12
|
-
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<RadioButtonItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<RadioButtonItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
11
|
+
default?: (props: {}) => any;
|
|
12
|
+
}>;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
14
|
new (): {
|
|
14
15
|
$slots: S;
|
|
15
16
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import o from "
|
|
2
|
-
import '../../../assets/RadioButtonItem.css';/* empty css
|
|
1
|
+
import o from "./RadioButtonItem.vue.js";
|
|
2
|
+
import '../../../assets/RadioButtonItem.css';/* empty css */
|
|
3
3
|
export {
|
|
4
4
|
o as default
|
|
5
5
|
};
|
|
@@ -2,19 +2,20 @@ import { RadioGroupItemProps, RadioGroupItemSelectEvent } from 'reka-ui';
|
|
|
2
2
|
export interface RadioGroupItemPrimitiveProps extends RadioGroupItemProps {
|
|
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<RadioGroupItemPrimitiveProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
8
|
select: (args_0: RadioGroupItemSelectEvent) => any;
|
|
7
9
|
}, string, import('vue').PublicProps, Readonly<RadioGroupItemPrimitiveProps> & Readonly<{
|
|
8
10
|
onSelect?: ((args_0: RadioGroupItemSelectEvent) => any) | undefined;
|
|
9
11
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
10
|
-
default
|
|
12
|
+
default?: (props: {
|
|
11
13
|
checked: boolean;
|
|
12
14
|
required: boolean;
|
|
13
15
|
disabled: boolean;
|
|
14
|
-
})
|
|
16
|
+
}) => any;
|
|
15
17
|
}>;
|
|
16
|
-
|
|
17
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
19
|
new (): {
|
|
19
20
|
$slots: S;
|
|
20
21
|
};
|
|
@@ -3,11 +3,12 @@ export type BaseShimmerLoaderProps = {
|
|
|
3
3
|
shimmerClasses?: ClassTypeProp;
|
|
4
4
|
enabled?: boolean;
|
|
5
5
|
};
|
|
6
|
-
declare const _default:
|
|
7
|
-
default?(_: {}): any;
|
|
8
|
-
}>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
9
7
|
export default _default;
|
|
10
|
-
|
|
8
|
+
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<BaseShimmerLoaderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BaseShimmerLoaderProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
9
|
+
default?: (props: {}) => any;
|
|
10
|
+
}>;
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
11
12
|
new (): {
|
|
12
13
|
$slots: S;
|
|
13
14
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import o from "
|
|
2
|
-
import '../../assets/BaseShimmerLoader.css';/* empty css
|
|
1
|
+
import o from "./BaseShimmerLoader.vue.js";
|
|
2
|
+
import '../../assets/BaseShimmerLoader.css';/* empty css */
|
|
3
3
|
import r from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-cf2534f5"]]);
|
|
5
5
|
export {
|
|
@@ -6,52 +6,6 @@ type __VLS_Props = {
|
|
|
6
6
|
shimmerClasses?: ClassTypeProp;
|
|
7
7
|
inheritHeight?: boolean;
|
|
8
8
|
} & Pick<BaseShimmerLoaderProps, "enabled">;
|
|
9
|
-
declare const
|
|
10
|
-
|
|
11
|
-
$: import('vue').ComponentInternalInstance;
|
|
12
|
-
$data: {};
|
|
13
|
-
$props: {
|
|
14
|
-
readonly shimmerClasses?: ClassTypeProp;
|
|
15
|
-
readonly enabled?: boolean | undefined;
|
|
16
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
17
|
-
$attrs: {
|
|
18
|
-
[x: string]: unknown;
|
|
19
|
-
};
|
|
20
|
-
$refs: {
|
|
21
|
-
[x: string]: unknown;
|
|
22
|
-
};
|
|
23
|
-
$slots: Readonly<{
|
|
24
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
25
|
-
}>;
|
|
26
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
27
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
28
|
-
$host: Element | null;
|
|
29
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
30
|
-
$el: HTMLDivElement;
|
|
31
|
-
$options: import('vue').ComponentOptionsBase<Readonly<BaseShimmerLoaderProps> & Readonly<{}>, {}, {}, {}, {}, 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<BaseShimmerLoaderProps> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
52
|
-
$slots: {
|
|
53
|
-
default?(_: {}): any;
|
|
54
|
-
};
|
|
55
|
-
}) | null)[];
|
|
56
|
-
}, any>;
|
|
9
|
+
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>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
57
11
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as l, createElementBlock as a, openBlock as t, Fragment as r, renderList as i, createBlock as m, normalizeStyle as s, normalizeClass as o } from "vue";
|
|
2
|
-
import u from "
|
|
2
|
+
import u from "./BaseShimmerLoader.js";
|
|
3
3
|
const k = /* @__PURE__ */ l({
|
|
4
4
|
__name: "ShimmerMultiLine",
|
|
5
5
|
props: {
|