@wikicasa-dev/components 2.6.1 → 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/SwiperCarousel.css +1 -1
- package/dist/assets/SwiperCarousel2.css +1 -0
- 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/assets/SwiperPaginationPrimitive.css +0 -1
- 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/{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,16 +3,10 @@ import { ClassTypeProp, IconItem, LabelItem } from './types';
|
|
|
3
3
|
export type AccessibleSelectOptions<TPayload = unknown, TID = string | number | undefined> = IconItem & LabelItem<TID> & {
|
|
4
4
|
visibleLabel?: string;
|
|
5
5
|
} & TPayload;
|
|
6
|
-
declare const _default:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
readonly "onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
11
|
-
readonly "onUpdate:dropdownState"?: ((args_0: boolean) => any) | undefined;
|
|
12
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onClick" | "onUpdate:open" | "onUpdate:dropdownState"> & ({
|
|
13
|
-
modelValue?: Optional<AccessibleSelectOptions<TPayload, TID>>;
|
|
14
|
-
open?: boolean;
|
|
15
|
-
} & {
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
8
|
+
declare const __VLS_export: <TID, 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<{
|
|
9
|
+
props: import('vue').PublicProps & __VLS_PrettifyLocal<({
|
|
16
10
|
label?: string;
|
|
17
11
|
dropdownPosition?: "top" | "bottom";
|
|
18
12
|
namespace?: string;
|
|
@@ -43,17 +37,28 @@ declare const _default: <TID, TPayload>(__VLS_props: NonNullable<Awaited<typeof
|
|
|
43
37
|
}>;
|
|
44
38
|
dataCy?: string;
|
|
45
39
|
wrapperClasses?: ClassTypeProp;
|
|
46
|
-
}
|
|
47
|
-
|
|
40
|
+
} & {
|
|
41
|
+
modelValue?: Optional<AccessibleSelectOptions<TPayload, TID>>;
|
|
42
|
+
open?: boolean;
|
|
43
|
+
}) & {
|
|
44
|
+
"onUpdate:modelValue"?: ((value: Optional<AccessibleSelectOptions<TPayload, TID>>) => any) | undefined;
|
|
45
|
+
onClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
46
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
47
|
+
"onUpdate:dropdownState"?: ((args_0: boolean) => any) | undefined;
|
|
48
|
+
}> & (typeof globalThis extends {
|
|
49
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
50
|
+
} ? P : {});
|
|
51
|
+
expose: (exposed: {}) => void;
|
|
48
52
|
attrs: any;
|
|
49
53
|
slots: {
|
|
50
|
-
lefticon
|
|
54
|
+
lefticon?: (props: {}) => any;
|
|
51
55
|
};
|
|
52
|
-
emit: (((evt: "click", args_0: MouseEvent) => void) & ((evt: "update:dropdownState", args_0: boolean) => void)) & (((
|
|
56
|
+
emit: (((evt: "click", args_0: MouseEvent) => void) & ((evt: "update:dropdownState", args_0: boolean) => void)) & (((event: "update:modelValue", value: Optional<AccessibleSelectOptions<TPayload, TID>>) => void) & ((event: "update:open", value: boolean) => void));
|
|
53
57
|
}>) => import('vue').VNode & {
|
|
54
58
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
55
59
|
};
|
|
56
|
-
|
|
57
|
-
type __VLS_PrettifyLocal<T> = {
|
|
60
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
58
61
|
[K in keyof T]: T[K];
|
|
59
|
-
}
|
|
62
|
+
} : {
|
|
63
|
+
[K in keyof T as K]: T[K];
|
|
64
|
+
}) & {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as H, mergeModels as y, useModel as C, useId as F, useTemplateRef as z, computed as p, watch as I, createElementBlock as a, openBlock as l, createVNode as $, createCommentVNode as u, normalizeClass as n, withCtx as x, Fragment as g, renderList as N, withModifiers as f, createElementVNode as d, renderSlot as P, createBlock as A, unref as M } from "vue";
|
|
2
2
|
import { WarningIconRounded as E, ArrowIcon as R } from "@wikicasa-dev/svg-icons";
|
|
3
3
|
import S from "./BaseDropDown.vue.js";
|
|
4
|
-
import '
|
|
4
|
+
import '../assets/BaseDropDown.css';/* empty css */
|
|
5
5
|
const q = { class: "uikit-relative uikit-flex uikit-h-[var(--btn-height)] uikit-items-center" }, K = ["id", "innerHTML"], j = ["onClick"], U = ["id", "data-cy", "aria-required", "aria-controls", "aria-labelledby", "aria-expanded", "aria-activedescendant", "aria-invalid", "aria-describedby", "onClick", "onKeydown"], W = ["innerHTML"], D = ["innerHTML"], G = ["id", "aria-selected", "onClick", "onMouseover"], J = { class: "uikit-inline-block uikit-cursor-pointer uikit-text-sm" }, O = ["name", "checked", "onInput"], Q = ["innerHTML"], X = ["id", "arial-live", "innerHTML"], Y = ["id", "arial-live", "innerHTML"], te = /* @__PURE__ */ H({
|
|
6
6
|
__name: "AccessibleSelect",
|
|
7
7
|
props: /* @__PURE__ */ y({
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
import { AccordionContentProps } from 'reka-ui';
|
|
2
2
|
export type AccordionContentPrimitiveProps = AccordionContentProps;
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
default?(_: {}): any;
|
|
7
|
-
};
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: any;
|
|
3
|
+
declare var __VLS_8: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_8) => any;
|
|
10
6
|
};
|
|
11
|
-
|
|
12
|
-
declare const
|
|
13
|
-
declare const _default:
|
|
7
|
+
declare const __VLS_base: import('vue').DefineComponent<AccordionContentProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AccordionContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
14
10
|
export default _default;
|
|
15
|
-
type
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
12
|
new (): {
|
|
17
13
|
$slots: S;
|
|
18
14
|
};
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { AccordionHeaderProps } from 'reka-ui';
|
|
2
2
|
export type AccordionHeaderPrimitiveProps = AccordionHeaderProps;
|
|
3
|
-
declare const _default:
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
}>;
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
6
4
|
export default _default;
|
|
7
|
-
|
|
5
|
+
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<AccordionHeaderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AccordionHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
6
|
+
default?: (props: {}) => any;
|
|
7
|
+
}>;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
8
9
|
new (): {
|
|
9
10
|
$slots: S;
|
|
10
11
|
};
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { AccordionItemProps } from 'reka-ui';
|
|
2
2
|
export type AccordionItemPrimitiveProps = AccordionItemProps;
|
|
3
|
-
declare const _default:
|
|
4
|
-
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
4
|
+
export default _default;
|
|
5
|
+
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<AccordionItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
6
|
+
default?: (props: {
|
|
5
7
|
open: boolean;
|
|
6
|
-
})
|
|
8
|
+
}) => any;
|
|
7
9
|
}>;
|
|
8
|
-
|
|
9
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
10
11
|
new (): {
|
|
11
12
|
$slots: S;
|
|
12
13
|
};
|
|
@@ -2,11 +2,12 @@ import { AccordionTriggerProps } from 'reka-ui';
|
|
|
2
2
|
export type AccordionTriggerPrimitiveProps = AccordionTriggerProps & {
|
|
3
3
|
dataCy?: string;
|
|
4
4
|
};
|
|
5
|
-
declare const _default:
|
|
6
|
-
default?(_: {}): any;
|
|
7
|
-
}>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
8
6
|
export default _default;
|
|
9
|
-
|
|
7
|
+
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<AccordionTriggerPrimitiveProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AccordionTriggerPrimitiveProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
8
|
+
default?: (props: {}) => any;
|
|
9
|
+
}>;
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
10
11
|
new (): {
|
|
11
12
|
$slots: S;
|
|
12
13
|
};
|
|
@@ -10,24 +10,29 @@ export interface BaseAccordionProps<T extends AccordionRootProps["type"]> extend
|
|
|
10
10
|
*/
|
|
11
11
|
type: T;
|
|
12
12
|
}
|
|
13
|
-
declare const _default:
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
declare const _default: typeof __VLS_export;
|
|
14
|
+
export default _default;
|
|
15
|
+
declare const __VLS_export: <T extends AccordionRootProps["type"]>(__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<{
|
|
16
|
+
props: import('vue').PublicProps & __VLS_PrettifyLocal<(BaseAccordionProps<T> & {
|
|
17
17
|
modelValue?: Optional<T extends "single" ? string : string[]>;
|
|
18
|
-
}
|
|
19
|
-
|
|
18
|
+
}) & {
|
|
19
|
+
"onUpdate:modelValue"?: ((value: Optional<T extends "single" ? string : string[]>) => any) | undefined;
|
|
20
|
+
}> & (typeof globalThis extends {
|
|
21
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
22
|
+
} ? P : {});
|
|
23
|
+
expose: (exposed: {}) => void;
|
|
20
24
|
attrs: any;
|
|
21
25
|
slots: {
|
|
22
|
-
default
|
|
26
|
+
default?: (props: {
|
|
23
27
|
modelValue: import('reka-ui').AcceptableValue | import('reka-ui').AcceptableValue[] | undefined;
|
|
24
|
-
})
|
|
28
|
+
}) => any;
|
|
25
29
|
};
|
|
26
|
-
emit: (
|
|
30
|
+
emit: (event: "update:modelValue", value: Optional<T extends "single" ? string : string[]>) => 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
|
+
}) & {};
|
|
@@ -17,13 +17,16 @@ export interface BaseAccordionItemProps {
|
|
|
17
17
|
*/
|
|
18
18
|
headerTag?: AccordionContentPrimitiveProps["as"];
|
|
19
19
|
}
|
|
20
|
-
declare const _default:
|
|
21
|
-
'header-content'?(_: {}): any;
|
|
22
|
-
trigger?(_: {}): any;
|
|
23
|
-
default?(_: {}): any;
|
|
24
|
-
}>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
25
21
|
export default _default;
|
|
26
|
-
|
|
22
|
+
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<BaseAccordionItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BaseAccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
23
|
+
'header-content'?: (props: {}) => any;
|
|
24
|
+
} & {
|
|
25
|
+
trigger?: (props: {}) => any;
|
|
26
|
+
} & {
|
|
27
|
+
default?: (props: {}) => any;
|
|
28
|
+
}>;
|
|
29
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
27
30
|
new (): {
|
|
28
31
|
$slots: S;
|
|
29
32
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import o from "
|
|
2
|
-
import '../../assets/BaseAccordionItem.css';/* empty css
|
|
1
|
+
import o from "./BaseAccordionItem.vue.js";
|
|
2
|
+
import '../../assets/BaseAccordionItem.css';/* empty css */
|
|
3
3
|
export {
|
|
4
4
|
o as default
|
|
5
5
|
};
|
|
@@ -22,41 +22,50 @@ export interface ClearableAutocompleteProps<TID extends string | number | undefi
|
|
|
22
22
|
onInputChangeCb: (v: string) => Promise<AccessibleSelectOptions<TPayload, TID>[]>;
|
|
23
23
|
onOptionSelectedCb?: Nullable<(v: AccessibleSelectOptions<TPayload, TID>) => void>;
|
|
24
24
|
}
|
|
25
|
-
declare const _default:
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
readonly onClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
30
|
-
readonly onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
31
|
-
readonly "onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
32
|
-
readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
|
33
|
-
readonly onInputClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
34
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onClick" | "onInput" | "onKeydown" | "onUpdate:open" | "onUpdate:inputValue" | "onInputClick"> & ({
|
|
25
|
+
declare const _default: typeof __VLS_export;
|
|
26
|
+
export default _default;
|
|
27
|
+
declare const __VLS_export: <TID extends string | number | undefined, 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<{
|
|
28
|
+
props: import('vue').PublicProps & __VLS_PrettifyLocal<(ClearableAutocompleteProps<TID, TPayload> & {
|
|
35
29
|
open?: boolean;
|
|
36
30
|
modelValue?: Nullable<AccessibleSelectOptions<TPayload, TID>>;
|
|
37
31
|
inputValue?: string;
|
|
38
|
-
}
|
|
39
|
-
|
|
32
|
+
}) & {
|
|
33
|
+
"onUpdate:modelValue"?: ((value: Nullable<AccessibleSelectOptions<TPayload, TID>>) => any) | undefined;
|
|
34
|
+
onInput?: ((args_0: InputEvent) => any) | undefined;
|
|
35
|
+
onClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
36
|
+
onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
37
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
38
|
+
onInputClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
39
|
+
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
|
40
|
+
}> & (typeof globalThis extends {
|
|
41
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
42
|
+
} ? P : {});
|
|
43
|
+
expose: (exposed: import('vue').ShallowUnwrapRef<{
|
|
40
44
|
getRootElement: () => HTMLDivElement | null | undefined;
|
|
41
45
|
select: () => void;
|
|
42
46
|
focus: () => void;
|
|
43
|
-
}>)
|
|
47
|
+
}>) => void;
|
|
44
48
|
attrs: any;
|
|
45
49
|
slots: {
|
|
46
|
-
'left-icon'
|
|
47
|
-
|
|
48
|
-
'
|
|
49
|
-
|
|
50
|
-
'
|
|
50
|
+
'left-icon'?: (props: {}) => any;
|
|
51
|
+
} & {
|
|
52
|
+
'clear-icon'?: (props: {}) => any;
|
|
53
|
+
} & {
|
|
54
|
+
'right-icon'?: (props: {}) => any;
|
|
55
|
+
} & {
|
|
56
|
+
'loading-state'?: (props: {}) => any;
|
|
57
|
+
} & {
|
|
58
|
+
'option-content'?: (props: {
|
|
51
59
|
option: AccessibleSelectOptions<TPayload, TID>;
|
|
52
60
|
idx: number;
|
|
53
|
-
})
|
|
61
|
+
}) => any;
|
|
54
62
|
};
|
|
55
|
-
emit: (((evt: "input", args_0: InputEvent) => void) & ((evt: "click", args_0: MouseEvent) => void) & ((evt: "keydown", args_0: KeyboardEvent) => void) & ((evt: "inputClick", args_0: MouseEvent) => void)) & (((
|
|
63
|
+
emit: (((evt: "input", args_0: InputEvent) => void) & ((evt: "click", args_0: MouseEvent) => void) & ((evt: "keydown", args_0: KeyboardEvent) => void) & ((evt: "inputClick", args_0: MouseEvent) => void)) & (((event: "update:modelValue", value: Nullable<AccessibleSelectOptions<TPayload, TID>>) => void) & ((event: "update:open", value: boolean) => void) & ((event: "update:inputValue", value: string) => void));
|
|
56
64
|
}>) => import('vue').VNode & {
|
|
57
65
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
58
66
|
};
|
|
59
|
-
|
|
60
|
-
type __VLS_PrettifyLocal<T> = {
|
|
67
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
61
68
|
[K in keyof T]: T[K];
|
|
62
|
-
}
|
|
69
|
+
} : {
|
|
70
|
+
[K in keyof T as K]: T[K];
|
|
71
|
+
}) & {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import o from "
|
|
2
|
-
import '../../assets/ClearableAutocomplete.css';/* empty css
|
|
1
|
+
import o from "./ClearableAutocomplete.vue.js";
|
|
2
|
+
import '../../assets/ClearableAutocomplete.css';/* empty css */
|
|
3
3
|
export {
|
|
4
4
|
o as default
|
|
5
5
|
};
|
package/dist/{packages/components/lib/UIKit → UIKit}/Autocomplete/ClearableAutocomplete.vue.js
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as J, mergeModels as I, useModel as M, useId as Q, useTemplateRef as c, shallowRef as r, onBeforeMount as Y, onMounted as Z, onUnmounted as _, watch as O, nextTick as ee, createBlock as L, openBlock as y, withCtx as W, renderSlot as f, createCommentVNode as x, createElementBlock as D, createElementVNode as u, Fragment as te, renderList as le, normalizeClass as p, withDirectives as N, unref as ne, vModelText as oe, toDisplayString as ae, withModifiers as ie, normalizeStyle as ue, createTextVNode as se, vShow as re } from "vue";
|
|
2
2
|
import de from "../BaseDropDown.vue.js";
|
|
3
|
-
import '
|
|
3
|
+
import '../../assets/BaseDropDown.css';/* empty css */
|
|
4
4
|
import ce from "../BaseSelect/SelectItem.vue.js";
|
|
5
5
|
import { debounce as fe } from "@wikicasa-dev/utilities";
|
|
6
6
|
const pe = ["id", "data-cy", "placeholder"], ve = {
|
|
@@ -5,21 +5,17 @@ type AlertClass = `${TwPrefix}${AlertClassPrefix}${AlertColors}` | "";
|
|
|
5
5
|
type __VLS_Props = {
|
|
6
6
|
alertClass?: AlertClass;
|
|
7
7
|
};
|
|
8
|
-
declare
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
default?(_: {}): any;
|
|
12
|
-
};
|
|
13
|
-
refs: {};
|
|
14
|
-
rootEl: HTMLDivElement;
|
|
8
|
+
declare var __VLS_1: {};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
default?: (props: typeof __VLS_1) => any;
|
|
15
11
|
};
|
|
16
|
-
|
|
17
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
12
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
18
13
|
alertClass: AlertClass;
|
|
19
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
20
|
-
declare const
|
|
14
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
21
17
|
export default _default;
|
|
22
|
-
type
|
|
18
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
23
19
|
new (): {
|
|
24
20
|
$slots: S;
|
|
25
21
|
};
|
package/dist/UIKit/BaseAlert.js
CHANGED
|
@@ -2,17 +2,10 @@ import { Nullable } from '@wikicasa-dev/types';
|
|
|
2
2
|
import { AccessibleSelectOptions } from './AccessibleSelect';
|
|
3
3
|
import { ClassTypeProp } from './types';
|
|
4
4
|
export type BaseAutocompleteThemes = "empty" | "bordered" | "all-bordered" | "all-bordered-thick" | "";
|
|
5
|
-
declare const _default:
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
readonly onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
10
|
-
readonly "onUpdate:dropdownState"?: ((args_0: boolean) => any) | undefined;
|
|
11
|
-
readonly onKeydownEnterPressed?: (() => any) | undefined;
|
|
12
|
-
readonly onChangedValue?: ((args_0: string) => any) | undefined;
|
|
13
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onClick" | "onKeydown" | "onUpdate:dropdownState" | "onKeydownEnterPressed" | "onChangedValue"> & ({
|
|
14
|
-
modelValue?: AccessibleSelectOptions<TPayload, TID> | undefined;
|
|
15
|
-
} & {
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
6
|
+
export default _default;
|
|
7
|
+
declare const __VLS_export: <TID extends string | number | undefined, 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<{
|
|
8
|
+
props: import('vue').PublicProps & __VLS_PrettifyLocal<({
|
|
16
9
|
isValid?: Nullable<boolean>;
|
|
17
10
|
theme?: BaseAutocompleteThemes;
|
|
18
11
|
label?: string;
|
|
@@ -29,26 +22,41 @@ declare const _default: <TID extends string | number | undefined, TPayload>(__VL
|
|
|
29
22
|
inputClasses?: ClassTypeProp;
|
|
30
23
|
fieldsetClasses?: ClassTypeProp;
|
|
31
24
|
dataCy?: string;
|
|
32
|
-
}
|
|
33
|
-
|
|
25
|
+
} & {
|
|
26
|
+
/** The modelValue holds the value of one of the selectItems. If empty, it means that no selectItem has been selected */
|
|
27
|
+
modelValue?: AccessibleSelectOptions<TPayload, TID> | undefined;
|
|
28
|
+
}) & {
|
|
29
|
+
"onUpdate:modelValue"?: ((value: AccessibleSelectOptions<TPayload, TID> | undefined) => any) | undefined;
|
|
30
|
+
onClick?: (() => any) | undefined;
|
|
31
|
+
onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
32
|
+
"onUpdate:dropdownState"?: ((args_0: boolean) => any) | undefined;
|
|
33
|
+
onKeydownEnterPressed?: (() => any) | undefined;
|
|
34
|
+
onChangedValue?: ((args_0: string) => any) | undefined;
|
|
35
|
+
}> & (typeof globalThis extends {
|
|
36
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
37
|
+
} ? P : {});
|
|
38
|
+
expose: (exposed: import('vue').ShallowUnwrapRef<{
|
|
34
39
|
select: () => void;
|
|
35
|
-
}>)
|
|
40
|
+
}>) => void;
|
|
36
41
|
attrs: any;
|
|
37
42
|
slots: {
|
|
38
|
-
lefticon
|
|
39
|
-
|
|
43
|
+
lefticon?: (props: {}) => any;
|
|
44
|
+
} & {
|
|
45
|
+
righticon?: (props: {
|
|
40
46
|
handleClean: () => void;
|
|
41
|
-
})
|
|
42
|
-
|
|
47
|
+
}) => any;
|
|
48
|
+
} & {
|
|
49
|
+
'option-content'?: (props: {
|
|
43
50
|
option: AccessibleSelectOptions<TPayload, TID>;
|
|
44
51
|
idx: number;
|
|
45
|
-
})
|
|
52
|
+
}) => any;
|
|
46
53
|
};
|
|
47
|
-
emit: (((evt: "click") => void) & ((evt: "keydown", args_0: KeyboardEvent) => void) & ((evt: "update:dropdownState", args_0: boolean) => void) & ((evt: "keydownEnterPressed") => void) & ((evt: "changedValue", args_0: string) => void)) & ((
|
|
54
|
+
emit: (((evt: "click") => void) & ((evt: "keydown", args_0: KeyboardEvent) => void) & ((evt: "update:dropdownState", args_0: boolean) => void) & ((evt: "keydownEnterPressed") => void) & ((evt: "changedValue", args_0: string) => void)) & ((event: "update:modelValue", value: AccessibleSelectOptions<TPayload, TID> | undefined) => void);
|
|
48
55
|
}>) => import('vue').VNode & {
|
|
49
56
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
50
57
|
};
|
|
51
|
-
|
|
52
|
-
type __VLS_PrettifyLocal<T> = {
|
|
58
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
53
59
|
[K in keyof T]: T[K];
|
|
54
|
-
}
|
|
60
|
+
} : {
|
|
61
|
+
[K in keyof T as K]: T[K];
|
|
62
|
+
}) & {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as x, mergeModels as $, useModel as F, shallowRef as d, computed as k, onBeforeMount as L, watch as f, createBlock as g, openBlock as w, normalizeClass as H, withCtx as c, createElementBlock as K, Fragment as T, renderList as z, unref as N, renderSlot as p, createElementVNode as U, createVNode as A } from "vue";
|
|
2
|
-
import R from "
|
|
2
|
+
import R from "./BaseInput.js";
|
|
3
3
|
import W from "./BaseDropDown.vue.js";
|
|
4
|
-
import '
|
|
4
|
+
import '../assets/BaseDropDown.css';/* empty css */
|
|
5
5
|
import { debounce as j } from "@wikicasa-dev/utilities";
|
|
6
6
|
import q from "./BaseSelect/SelectItem.vue.js";
|
|
7
7
|
import { useKeyboardController as G } from "@wikicasa-dev/vue-composables";
|
|
@@ -1,21 +1,17 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
badgeClass?: "uikit-badge-w-warning" | "uikit-badge-w-lavender" | "uikit-badge-outline-tag" | "uikit-badge-w-primary-sm" | "uikit-badge-outline-tag-listing" | "uikit-badge-w-dark-primary" | "uikit-badge-w-danger" | "badge-black" | "badge-gray" | "badge-gold" | "badge-silver";
|
|
3
3
|
};
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
default?(_: {}): any;
|
|
8
|
-
};
|
|
9
|
-
refs: {};
|
|
10
|
-
rootEl: HTMLSpanElement;
|
|
4
|
+
declare var __VLS_1: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_1) => any;
|
|
11
7
|
};
|
|
12
|
-
|
|
13
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
8
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
14
9
|
badgeClass: "uikit-badge-w-warning" | "uikit-badge-w-lavender" | "uikit-badge-outline-tag" | "uikit-badge-w-primary-sm" | "uikit-badge-outline-tag-listing" | "uikit-badge-w-dark-primary" | "uikit-badge-w-danger" | "badge-black" | "badge-gray" | "badge-gold" | "badge-silver";
|
|
15
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
16
|
-
declare const
|
|
10
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
17
13
|
export default _default;
|
|
18
|
-
type
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
19
15
|
new (): {
|
|
20
16
|
$slots: S;
|
|
21
17
|
};
|
package/dist/UIKit/BaseBadge.js
CHANGED
|
@@ -13,22 +13,19 @@ type __VLS_Props = {
|
|
|
13
13
|
listClasses?: ClassTypeProp;
|
|
14
14
|
listItemClasses?: ClassTypeProp;
|
|
15
15
|
};
|
|
16
|
-
declare
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
};
|
|
24
|
-
refs: {};
|
|
25
|
-
rootEl: HTMLElement;
|
|
16
|
+
declare var __VLS_1: {
|
|
17
|
+
item: BreadcrumbItemsTypeWithIdx;
|
|
18
|
+
}, __VLS_3: {};
|
|
19
|
+
type __VLS_Slots = {} & {
|
|
20
|
+
item?: (props: typeof __VLS_1) => any;
|
|
21
|
+
} & {
|
|
22
|
+
separator?: (props: typeof __VLS_3) => any;
|
|
26
23
|
};
|
|
27
|
-
|
|
28
|
-
declare const
|
|
29
|
-
declare const _default:
|
|
24
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
25
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
26
|
+
declare const _default: typeof __VLS_export;
|
|
30
27
|
export default _default;
|
|
31
|
-
type
|
|
28
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
32
29
|
new (): {
|
|
33
30
|
$slots: S;
|
|
34
31
|
};
|