@wikicasa-dev/components 2.6.11-alpha.0 → 3.0.0-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/AccessibleSelect.js +4 -0
- package/dist/BaseAccordion.js +4 -0
- package/dist/BaseAccordionBtn.js +4 -0
- package/dist/BaseAccordionContent.js +4 -0
- package/dist/BaseAccordionItem.js +4 -0
- package/dist/BaseAlert.js +4 -0
- package/dist/BaseAutocomplete.js +4 -0
- package/dist/BaseBadge.js +4 -0
- package/dist/BaseBreadcrumb.js +4 -0
- package/dist/BaseButton.js +4 -0
- package/dist/BaseCard.js +38 -0
- package/dist/BaseComplexToggle.js +107 -0
- package/dist/BaseDropDown.js +4 -0
- package/dist/BaseFloatingLabel.js +41 -0
- package/dist/BaseIcon.js +28 -0
- package/dist/BaseInput.js +212 -0
- package/dist/BaseModal.js +4 -0
- package/dist/BasePagination.js +4 -0
- package/dist/BasePaper.js +14 -0
- package/dist/BaseShimmerLoader.js +22 -0
- package/dist/{UIKit/BaseSlider.vue.js → BaseSlider.js} +52 -49
- package/dist/BaseSnackbar.js +82 -0
- package/dist/BaseTab.js +4 -0
- package/dist/BaseTabList.js +4 -0
- package/dist/BaseTabPanel.js +4 -0
- package/dist/BaseTabView.js +4 -0
- package/dist/BaseTextarea.js +128 -0
- package/dist/BaseToggle.js +43 -0
- package/dist/BaseTooltip.js +42 -0
- package/dist/BaseUploadFile.js +4 -0
- package/dist/CheckboxBtn.js +76 -0
- package/dist/CheckboxGroup.js +4 -0
- package/dist/DoughnutChart.js +4 -0
- package/dist/IntersectionObservable.js +4 -0
- package/dist/IntersectionObserver.js +4 -0
- package/dist/LineChart.js +4 -0
- package/dist/RadioButton.js +4 -0
- package/dist/RadioGroup.js +4 -0
- package/dist/SelectItem.js +4 -0
- package/dist/ShimmerMultiLine.js +4 -0
- package/dist/{UIKit/Slider/SimpleSlider.vue.js → SimpleSlider.js} +30 -29
- package/dist/StaticSpinner.js +28 -0
- package/dist/SwiperCarousel.js +5 -0
- package/dist/{components/carousel/SwiperSlide.js → SwiperSlide.js} +3 -3
- package/dist/UIKit/AccessibleSelect.vue.d.ts +55 -0
- package/dist/UIKit/Accordion/BaseAccordion.vue.d.ts +32 -0
- package/dist/UIKit/Accordion/BaseAccordionBtn.vue.d.ts +34 -0
- package/dist/UIKit/Accordion/BaseAccordionContent.vue.d.ts +30 -0
- package/dist/UIKit/Accordion/BaseAccordionItem.vue.d.ts +60 -0
- package/dist/UIKit/BaseAlert.vue.d.ts +26 -0
- package/dist/UIKit/BaseAutocomplete.vue.d.ts +48 -0
- package/dist/UIKit/BaseBadge.vue.d.ts +22 -0
- package/dist/UIKit/BaseBreadcrumb.vue.d.ts +35 -0
- package/dist/UIKit/BaseButton.vue.d.ts +46 -0
- package/dist/UIKit/BaseCard.vue.d.ts +29 -0
- package/dist/UIKit/BaseComplexToggle.vue.d.ts +47 -0
- package/dist/UIKit/BaseDropDown.vue.d.ts +81 -0
- package/dist/UIKit/BaseFloatingLabel.vue.d.ts +17 -0
- package/dist/UIKit/BaseIcon.vue.d.ts +11 -0
- package/dist/UIKit/BaseInput.vue.d.ts +68 -0
- package/dist/UIKit/BaseModal.vue.d.ts +63 -0
- package/dist/UIKit/{BasePagination.d.ts → BasePagination.vue.d.ts} +5 -13
- package/dist/UIKit/BasePaper.vue.d.ts +2 -0
- package/dist/UIKit/BaseSelect/SelectItem.vue.d.ts +38 -0
- package/dist/UIKit/{BaseSlider.d.ts → BaseSlider.vue.d.ts} +7 -6
- package/dist/UIKit/BaseSnackbar.vue.d.ts +24 -0
- package/dist/UIKit/{BaseTextarea.d.ts → BaseTextarea.vue.d.ts} +10 -10
- package/dist/UIKit/BaseToggle.vue.d.ts +32 -0
- package/dist/UIKit/BaseTooltip.vue.d.ts +38 -0
- package/dist/UIKit/BaseUploadFile.vue.d.ts +42 -0
- package/dist/UIKit/Checkbox/CheckboxBtn.vue.d.ts +53 -0
- package/dist/UIKit/Checkbox/CheckboxGroup.vue.d.ts +71 -0
- package/dist/UIKit/Radio/RadioButton.vue.d.ts +27 -0
- package/dist/UIKit/Radio/RadioGroup.vue.d.ts +54 -0
- package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.vue.d.ts +21 -0
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.vue.d.ts +63 -0
- package/dist/UIKit/Slider/{SimpleSlider.d.ts → SimpleSlider.vue.d.ts} +6 -6
- package/dist/UIKit/StaticSpinner.vue.d.ts +6 -0
- package/dist/UIKit/Tab/BaseTab.vue.d.ts +23 -0
- package/dist/UIKit/Tab/BaseTabList.vue.d.ts +14 -0
- package/dist/UIKit/Tab/BaseTabPanel.vue.d.ts +24 -0
- package/dist/UIKit/Tab/BaseTabView.vue.d.ts +27 -0
- package/dist/UIKit/types.d.ts +52 -10
- package/dist/assets/BaseAlert.css +1 -0
- package/dist/assets/BaseBadge.css +1 -1
- package/dist/assets/BaseCard.css +1 -0
- package/dist/assets/BaseComplexToggle.css +1 -0
- package/dist/assets/BaseFloatingLabel.css +1 -0
- package/dist/assets/BaseIcon.css +1 -0
- package/dist/assets/BaseInput.css +1 -0
- package/dist/assets/BaseModal.css +1 -0
- package/dist/assets/BasePaper.css +1 -0
- package/dist/assets/BaseShimmerLoader.css +1 -1
- package/dist/assets/BaseSlider.css +1 -0
- package/dist/assets/BaseSnackbar.css +1 -1
- package/dist/assets/BaseTextarea.css +1 -0
- package/dist/assets/BaseToggle.css +1 -0
- package/dist/assets/BaseTooltip.css +1 -0
- package/dist/assets/CheckboxBtn.css +1 -1
- package/dist/assets/SimpleSlider.css +1 -1
- package/dist/assets/StaticSpinner.css +1 -1
- package/dist/assets/SwiperCarousel.css +1 -1
- package/dist/assets/index.css +1 -0
- package/dist/chart/DoughnutChart.vue.d.ts +7 -0
- package/dist/chart/LineChart.vue.d.ts +19 -0
- package/dist/chart/composables/useChartjsModules.d.ts +10 -0
- package/dist/chunks/AccessibleSelect.vue_vue_type_script_setup_true_lang.QU1FSgY0.js +246 -0
- package/dist/chunks/ArrowIcon.Bq6Xr3uH.js +28 -0
- package/dist/chunks/BaseAccordion.vue_vue_type_script_setup_true_lang.C34SZThb.js +32 -0
- package/dist/chunks/BaseAccordionBtn.vue_vue_type_script_setup_true_lang.DEk3SXLJ.js +60 -0
- package/dist/chunks/BaseAccordionContent.vue_vue_type_script_setup_true_lang.Qp_TWYFE.js +34 -0
- package/dist/chunks/BaseAccordionItem.vue_vue_type_script_setup_true_lang.BJB5DnDs.js +143 -0
- package/dist/chunks/BaseAlert.vue_vue_type_style_index_0_lang.DUWb9d9_.js +19 -0
- package/dist/chunks/BaseAutocomplete.vue_vue_type_script_setup_true_lang.S_XFg2zV.js +202 -0
- package/dist/chunks/BaseBadge.vue_vue_type_style_index_0_lang.DvAI34Oa.js +19 -0
- package/dist/chunks/BaseBreadcrumb.vue_vue_type_script_setup_true_lang.BrzeVW2_.js +58 -0
- package/dist/chunks/BaseButton.vue_vue_type_script_setup_true_lang.DHwyd5Gb.js +66 -0
- package/dist/chunks/BaseDropDown.vue_vue_type_script_setup_true_lang.OKB0gEpo.js +137 -0
- package/dist/chunks/BaseModal.vue_vue_type_style_index_0_lang.a2qGyPhV.js +150 -0
- package/dist/chunks/BasePagination.vue_vue_type_script_setup_true_lang.DdFMVFIO.js +164 -0
- package/dist/{UIKit/Tab/BaseTab.vue.js → chunks/BaseTab.vue_vue_type_script_setup_true_lang.Cu67jd8K.js} +3 -3
- package/dist/chunks/BaseTabList.vue_vue_type_script_setup_true_lang.CxrS-Vq6.js +43 -0
- package/dist/chunks/BaseTabPanel.vue_vue_type_script_setup_true_lang.CVJUssBq.js +24 -0
- package/dist/chunks/BaseTabView.vue_vue_type_script_setup_true_lang.DGTsSVEG.js +105 -0
- package/dist/chunks/BaseUploadFile.vue_vue_type_script_setup_true_lang.BL98w2D8.js +71 -0
- package/dist/chunks/CheckboxGroup.vue_vue_type_script_setup_true_lang.B_9CFhd2.js +111 -0
- package/dist/chunks/CloseIcon.BZ4U3aiI.js +38 -0
- package/dist/chunks/DoughnutChart.vue_vue_type_script_setup_true_lang.B8wxbJBV.js +27 -0
- package/dist/chunks/IntersectionObservable.vue_vue_type_script_setup_true_lang.DC17cx-h.js +24 -0
- package/dist/chunks/IntersectionObserver.vue_vue_type_script_setup_true_lang.BKewKDXG.js +52 -0
- package/dist/chunks/LineChart.vue_vue_type_script_setup_true_lang.CXNsFiyD.js +42 -0
- package/dist/chunks/ObjectUtils.DwkJjVq1.js +10 -0
- package/dist/chunks/PharmacyIcon.DEQ8mOEJ.js +11 -0
- package/dist/chunks/RadioButton.vue_vue_type_script_setup_true_lang.CxVJji0G.js +58 -0
- package/dist/chunks/RadioGroup.vue_vue_type_script_setup_true_lang.BNKSEicl.js +62 -0
- package/dist/chunks/SelectItem.vue_vue_type_script_setup_true_lang.jB3LVM3c.js +41 -0
- package/dist/chunks/ShimmerMultiLine.vue_vue_type_script_setup_true_lang.CPUobRgG.js +29 -0
- package/dist/chunks/SwiperCarousel.BheiaKKw.js +748 -0
- package/dist/chunks/_plugin-vue_export-helper.CHgC5LLL.js +9 -0
- package/dist/chunks/index.BJP9rQkU.js +887 -0
- package/dist/chunks/polyline.DjpLdMaW.js +5256 -0
- package/dist/chunks/useBreakpoints.BXk8Xcw3.js +5189 -0
- package/dist/components/IntersectionObserver/IntersectionObservable.vue.d.ts +29 -0
- package/dist/components/IntersectionObserver/IntersectionObserver.vue.d.ts +57 -0
- package/dist/components/carousel/SwiperCarousel.vue.d.ts +57 -0
- package/dist/components/carousel/SwiperSlide.vue.d.ts +17 -0
- package/dist/composables/useFloatingLabel.d.ts +1 -1
- package/dist/index.d.ts +45 -67
- package/dist/index.js +85 -149
- package/dist/useChartjsModules.js +48 -0
- package/dist/utils.js +3 -3
- package/package.json +39 -69
- package/dist/UIKit/AccessibleSelect.d.ts +0 -64
- package/dist/UIKit/AccessibleSelect.js +0 -5
- package/dist/UIKit/AccessibleSelect.vue.js +0 -206
- package/dist/UIKit/Accordion/AccordionContentPrimitive.d.ts +0 -15
- package/dist/UIKit/Accordion/AccordionContentPrimitive.js +0 -4
- package/dist/UIKit/Accordion/AccordionContentPrimitive.vue.js +0 -22
- package/dist/UIKit/Accordion/AccordionHeaderPrimitive.d.ts +0 -12
- package/dist/UIKit/Accordion/AccordionHeaderPrimitive.js +0 -4
- package/dist/UIKit/Accordion/AccordionHeaderPrimitive.vue.js +0 -21
- package/dist/UIKit/Accordion/AccordionItemPrimitive.d.ts +0 -14
- package/dist/UIKit/Accordion/AccordionItemPrimitive.js +0 -4
- package/dist/UIKit/Accordion/AccordionItemPrimitive.vue.js +0 -24
- package/dist/UIKit/Accordion/AccordionTriggerPrimitive.d.ts +0 -14
- package/dist/UIKit/Accordion/AccordionTriggerPrimitive.js +0 -4
- package/dist/UIKit/Accordion/AccordionTriggerPrimitive.vue.js +0 -22
- package/dist/UIKit/Accordion/BaseAccordion.d.ts +0 -38
- package/dist/UIKit/Accordion/BaseAccordion.js +0 -4
- package/dist/UIKit/Accordion/BaseAccordion.vue.js +0 -37
- package/dist/UIKit/Accordion/BaseAccordionItem.d.ts +0 -33
- package/dist/UIKit/Accordion/BaseAccordionItem.js +0 -5
- package/dist/UIKit/Accordion/BaseAccordionItem.vue.js +0 -82
- package/dist/UIKit/Autocomplete/ClearableAutocomplete.d.ts +0 -75
- package/dist/UIKit/Autocomplete/ClearableAutocomplete.js +0 -5
- package/dist/UIKit/Autocomplete/ClearableAutocomplete.vue.js +0 -227
- package/dist/UIKit/BaseAlert.d.ts +0 -22
- package/dist/UIKit/BaseAlert.js +0 -5
- package/dist/UIKit/BaseAlert.vue.js +0 -19
- package/dist/UIKit/BaseAutocomplete.d.ts +0 -62
- package/dist/UIKit/BaseAutocomplete.js +0 -5
- package/dist/UIKit/BaseAutocomplete.vue.js +0 -195
- package/dist/UIKit/BaseBadge.d.ts +0 -18
- package/dist/UIKit/BaseBadge.js +0 -5
- package/dist/UIKit/BaseBadge.vue.js +0 -18
- package/dist/UIKit/BaseBreadcrumb.d.ts +0 -32
- package/dist/UIKit/BaseBreadcrumb.js +0 -4
- package/dist/UIKit/BaseBreadcrumb.vue.js +0 -57
- package/dist/UIKit/BaseButton.d.ts +0 -75
- package/dist/UIKit/BaseButton.js +0 -4
- package/dist/UIKit/BaseButton.vue.js +0 -88
- package/dist/UIKit/BaseComplexToggle.d.ts +0 -54
- package/dist/UIKit/BaseComplexToggle.js +0 -7
- package/dist/UIKit/BaseComplexToggle.vue.js +0 -106
- package/dist/UIKit/BaseDropDown.d.ts +0 -88
- package/dist/UIKit/BaseDropDown.js +0 -5
- package/dist/UIKit/BaseDropDown.vue.js +0 -152
- package/dist/UIKit/BaseFloatingLabel.d.ts +0 -24
- package/dist/UIKit/BaseFloatingLabel.js +0 -7
- package/dist/UIKit/BaseFloatingLabel.vue.js +0 -40
- package/dist/UIKit/BaseInput.d.ts +0 -63
- package/dist/UIKit/BaseInput.js +0 -7
- package/dist/UIKit/BaseInput.vue.js +0 -211
- package/dist/UIKit/BaseModal.d.ts +0 -65
- package/dist/UIKit/BaseModal.js +0 -5
- package/dist/UIKit/BaseModal.vue.js +0 -170
- package/dist/UIKit/BasePagination.js +0 -4
- package/dist/UIKit/BasePagination.vue.js +0 -230
- package/dist/UIKit/BaseSelect/SelectItem.d.ts +0 -30
- package/dist/UIKit/BaseSelect/SelectItem.js +0 -4
- package/dist/UIKit/BaseSelect/SelectItem.vue.js +0 -42
- package/dist/UIKit/BaseSlider.js +0 -7
- package/dist/UIKit/BaseSnackbar.d.ts +0 -64
- package/dist/UIKit/BaseSnackbar.js +0 -5
- package/dist/UIKit/BaseSnackbar.vue.js +0 -147
- package/dist/UIKit/BaseTextarea.js +0 -7
- package/dist/UIKit/BaseTextarea.vue.js +0 -127
- package/dist/UIKit/BaseToggle.d.ts +0 -28
- package/dist/UIKit/BaseToggle.js +0 -4
- package/dist/UIKit/BaseToggle.vue.js +0 -39
- package/dist/UIKit/BaseTooltip.d.ts +0 -35
- package/dist/UIKit/BaseTooltip.js +0 -7
- package/dist/UIKit/BaseTooltip.vue.js +0 -41
- package/dist/UIKit/BaseUploadFile.d.ts +0 -38
- package/dist/UIKit/BaseUploadFile.js +0 -4
- package/dist/UIKit/BaseUploadFile.vue.js +0 -71
- package/dist/UIKit/Card/BaseCard.d.ts +0 -25
- package/dist/UIKit/Card/BaseCard.js +0 -5
- package/dist/UIKit/Card/BaseCard.vue.js +0 -37
- package/dist/UIKit/Card/CardDescriptionPrimitive.d.ts +0 -13
- package/dist/UIKit/Card/CardDescriptionPrimitive.js +0 -12
- package/dist/UIKit/Card/CardImagePrimitive.d.ts +0 -13
- package/dist/UIKit/Card/CardImagePrimitive.js +0 -4
- package/dist/UIKit/Card/CardImagePrimitive.vue.js +0 -16
- package/dist/UIKit/Card/CardRootPrimitive.d.ts +0 -20
- package/dist/UIKit/Card/CardRootPrimitive.js +0 -5
- package/dist/UIKit/Card/CardRootPrimitive.vue.js +0 -27
- package/dist/UIKit/Card/type.d.ts +0 -3
- package/dist/UIKit/Card/type.js +0 -4
- package/dist/UIKit/Checkbox/CheckboxBtn.d.ts +0 -52
- package/dist/UIKit/Checkbox/CheckboxBtn.js +0 -5
- package/dist/UIKit/Checkbox/CheckboxBtn.vue.js +0 -82
- package/dist/UIKit/Checkbox/CheckboxGroup.d.ts +0 -74
- package/dist/UIKit/Checkbox/CheckboxGroup.js +0 -4
- package/dist/UIKit/Checkbox/CheckboxGroup.vue.js +0 -117
- package/dist/UIKit/Checkbox/v2/CheckboxButtonGroup.d.ts +0 -41
- package/dist/UIKit/Checkbox/v2/CheckboxButtonGroup.js +0 -4
- package/dist/UIKit/Checkbox/v2/CheckboxButtonGroup.vue.js +0 -78
- package/dist/UIKit/Checkbox/v2/CheckboxGroupItemPrimitive.d.ts +0 -31
- package/dist/UIKit/Checkbox/v2/CheckboxGroupItemPrimitive.js +0 -4
- package/dist/UIKit/Checkbox/v2/CheckboxGroupItemPrimitive.vue.js +0 -35
- package/dist/UIKit/Checkbox/v2/CheckboxGroupPrimitive.d.ts +0 -26
- package/dist/UIKit/Checkbox/v2/CheckboxGroupPrimitive.js +0 -4
- package/dist/UIKit/Checkbox/v2/CheckboxGroupPrimitive.vue.js +0 -35
- package/dist/UIKit/ProgressBar/ProgressIndicatorPrimitive.d.ts +0 -4
- package/dist/UIKit/ProgressBar/ProgressIndicatorPrimitive.js +0 -4
- package/dist/UIKit/ProgressBar/ProgressIndicatorPrimitive.vue.js +0 -16
- package/dist/UIKit/ProgressBar/ProgressRootPrimitive.d.ts +0 -25
- package/dist/UIKit/ProgressBar/ProgressRootPrimitive.js +0 -4
- package/dist/UIKit/ProgressBar/ProgressRootPrimitive.vue.js +0 -32
- package/dist/UIKit/Radio/RadioButton.d.ts +0 -38
- package/dist/UIKit/Radio/RadioButton.js +0 -4
- package/dist/UIKit/Radio/RadioButton.vue.js +0 -60
- package/dist/UIKit/Radio/RadioGroup.d.ts +0 -64
- package/dist/UIKit/Radio/RadioGroup.js +0 -4
- package/dist/UIKit/Radio/RadioGroup.vue.js +0 -64
- package/dist/UIKit/Radio/v2/RadioButtonGroup.d.ts +0 -38
- package/dist/UIKit/Radio/v2/RadioButtonGroup.js +0 -4
- package/dist/UIKit/Radio/v2/RadioButtonGroup.vue.js +0 -48
- package/dist/UIKit/Radio/v2/RadioButtonItem.d.ts +0 -17
- package/dist/UIKit/Radio/v2/RadioButtonItem.js +0 -5
- package/dist/UIKit/Radio/v2/RadioButtonItem.vue.js +0 -45
- package/dist/UIKit/Radio/v2/RadioGroupItemPrimitive.d.ts +0 -22
- package/dist/UIKit/Radio/v2/RadioGroupItemPrimitive.js +0 -4
- package/dist/UIKit/Radio/v2/RadioGroupItemPrimitive.vue.js +0 -31
- package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.d.ts +0 -15
- package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.js +0 -7
- package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.vue.js +0 -20
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.d.ts +0 -11
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.js +0 -4
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.vue.js +0 -31
- package/dist/UIKit/Slider/SimpleSlider.js +0 -7
- package/dist/UIKit/StaticSpinner.d.ts +0 -7
- package/dist/UIKit/StaticSpinner.js +0 -7
- package/dist/UIKit/StaticSpinner.vue.js +0 -27
- package/dist/UIKit/Tab/BaseTab.d.ts +0 -19
- package/dist/UIKit/Tab/BaseTab.js +0 -4
- package/dist/UIKit/Tab/BaseTabList.d.ts +0 -14
- package/dist/UIKit/Tab/BaseTabList.js +0 -4
- package/dist/UIKit/Tab/BaseTabList.vue.js +0 -45
- package/dist/UIKit/Tab/BaseTabPanel.d.ts +0 -20
- package/dist/UIKit/Tab/BaseTabPanel.js +0 -4
- package/dist/UIKit/Tab/BaseTabPanel.vue.js +0 -25
- package/dist/UIKit/Tab/BaseTabView.d.ts +0 -49
- package/dist/UIKit/Tab/BaseTabView.js +0 -4
- package/dist/UIKit/Tab/BaseTabView.vue.js +0 -106
- package/dist/UIKit/Tab/v2/BaseTabs.d.ts +0 -29
- package/dist/UIKit/Tab/v2/BaseTabs.js +0 -5
- package/dist/UIKit/Tab/v2/BaseTabs.vue.js +0 -39
- package/dist/UIKit/Tab/v2/BaseTabsContent.d.ts +0 -14
- package/dist/UIKit/Tab/v2/BaseTabsContent.js +0 -4
- package/dist/UIKit/Tab/v2/BaseTabsContent.vue.js +0 -24
- package/dist/UIKit/Tab/v2/BaseTabsIndicator.d.ts +0 -16
- package/dist/UIKit/Tab/v2/BaseTabsIndicator.js +0 -5
- package/dist/UIKit/Tab/v2/BaseTabsIndicator.vue.js +0 -34
- package/dist/UIKit/Tab/v2/BaseTabsList.d.ts +0 -14
- package/dist/UIKit/Tab/v2/BaseTabsList.js +0 -4
- package/dist/UIKit/Tab/v2/BaseTabsList.vue.js +0 -23
- package/dist/UIKit/Tab/v2/BaseTabsTrigger.d.ts +0 -25
- package/dist/UIKit/Tab/v2/BaseTabsTrigger.js +0 -4
- package/dist/UIKit/Tab/v2/BaseTabsTrigger.vue.js +0 -31
- package/dist/UIKit/types.js +0 -1
- package/dist/_virtual/_plugin-vue_export-helper.js +0 -9
- package/dist/assets/AccessibleSelect.css +0 -1
- package/dist/assets/BaseAccordionItem.css +0 -1
- package/dist/assets/BaseAutocomplete.css +0 -1
- package/dist/assets/BaseComplexToggle2.css +0 -1
- package/dist/assets/BaseDropDown.css +0 -1
- package/dist/assets/BaseFloatingLabel2.css +0 -1
- package/dist/assets/BaseInput2.css +0 -1
- package/dist/assets/BaseSlider2.css +0 -1
- package/dist/assets/BaseTabs.css +0 -1
- package/dist/assets/BaseTabsIndicator.css +0 -1
- package/dist/assets/BaseTextarea2.css +0 -1
- package/dist/assets/BaseTooltip2.css +0 -1
- package/dist/assets/ClearableAutocomplete.css +0 -1
- package/dist/assets/RadioButtonItem.css +0 -1
- package/dist/assets/SwiperRootPrimitive.css +0 -1
- package/dist/assets/SwiperRootPrimitive2.css +0 -1
- package/dist/assets/SwiperSlideImagePrimitive.css +0 -1
- package/dist/assets/baseAlert.css +0 -1
- package/dist/assets/baseCard.css +0 -1
- package/dist/assets/baseComplexToggle.css +0 -1
- package/dist/assets/baseFloatingLabel.css +0 -1
- package/dist/assets/baseInput.css +0 -1
- package/dist/assets/baseModal.css +0 -1
- package/dist/assets/baseSlider.css +0 -1
- package/dist/assets/baseSpinner.css +0 -1
- package/dist/assets/baseTextarea.css +0 -1
- package/dist/assets/baseTooltip.css +0 -1
- package/dist/assets/swiper-free-mode.css +0 -1
- package/dist/assets/swiper-navigation.css +0 -1
- package/dist/assets/swiper-pagination.css +0 -1
- package/dist/assets/swiper-swiper.css +0 -1
- package/dist/assets/swiper-thumbs.css +0 -0
- package/dist/assets/swiper-zoom.css +0 -1
- package/dist/assets/swiperPaginationBullet.css +0 -1
- package/dist/assets/tailwind.css +0 -1
- package/dist/chart/DoughnutChart.d.ts +0 -8
- package/dist/chart/DoughnutChart.js +0 -4
- package/dist/chart/DoughnutChart.vue.js +0 -26
- package/dist/chart/LineChart.d.ts +0 -11
- package/dist/chart/LineChart.js +0 -4
- package/dist/chart/LineChart.vue.js +0 -30
- package/dist/components/IntersectionObserver/IntersectionObservable.d.ts +0 -22
- package/dist/components/IntersectionObserver/IntersectionObservable.js +0 -4
- package/dist/components/IntersectionObserver/IntersectionObservable.vue.js +0 -24
- package/dist/components/IntersectionObserver/IntersectionObserver.d.ts +0 -52
- package/dist/components/IntersectionObserver/IntersectionObserver.js +0 -4
- package/dist/components/IntersectionObserver/IntersectionObserver.vue.js +0 -50
- package/dist/components/IntersectionObserver/v2/IntersectionObserverProvider.d.ts +0 -21
- package/dist/components/IntersectionObserver/v2/IntersectionObserverProvider.js +0 -4
- package/dist/components/IntersectionObserver/v2/IntersectionObserverProvider.vue.js +0 -39
- package/dist/components/IntersectionObserver/v2/IntersectionObserverTarget.d.ts +0 -22
- package/dist/components/IntersectionObserver/v2/IntersectionObserverTarget.js +0 -4
- package/dist/components/IntersectionObserver/v2/IntersectionObserverTarget.vue.js +0 -31
- package/dist/components/IntersectionObserver/v2/types.d.ts +0 -4
- package/dist/components/IntersectionObserver/v2/types.js +0 -6
- package/dist/components/carousel/Primitive/SwiperNavigationPrimitive.d.ts +0 -9
- package/dist/components/carousel/Primitive/SwiperNavigationPrimitive.js +0 -4
- package/dist/components/carousel/Primitive/SwiperNavigationPrimitive.vue.js +0 -39
- package/dist/components/carousel/Primitive/SwiperPaginationPrimitive.d.ts +0 -9
- package/dist/components/carousel/Primitive/SwiperPaginationPrimitive.js +0 -4
- package/dist/components/carousel/Primitive/SwiperPaginationPrimitive.vue.js +0 -35
- package/dist/components/carousel/Primitive/SwiperPrimitive.d.ts +0 -20
- package/dist/components/carousel/Primitive/SwiperPrimitive.js +0 -4
- package/dist/components/carousel/Primitive/SwiperPrimitive.vue.js +0 -21
- package/dist/components/carousel/Primitive/SwiperRootPrimitive.d.ts +0 -51
- package/dist/components/carousel/Primitive/SwiperRootPrimitive.js +0 -11
- package/dist/components/carousel/Primitive/SwiperRootPrimitive.vue.js +0 -113
- package/dist/components/carousel/Primitive/SwiperSlideImagePrimitive.d.ts +0 -18
- package/dist/components/carousel/Primitive/SwiperSlideImagePrimitive.js +0 -5
- package/dist/components/carousel/Primitive/SwiperSlideImagePrimitive.vue.js +0 -40
- package/dist/components/carousel/SwiperCarousel.d.ts +0 -50
- package/dist/components/carousel/SwiperCarousel.js +0 -7
- package/dist/components/carousel/SwiperCarousel.vue.js +0 -232
- package/dist/components/carousel/SwiperSlide.d.ts +0 -13
- package/dist/composables/mock.d.ts +0 -25
- package/dist/composables/mock.js +0 -49
- package/dist/lazyModules/ChartJs/Chart.d.ts +0 -1
- package/dist/lazyModules/ChartJs/Chart.js +0 -4
- package/dist/lazyModules/ChartJs/DoughnutChart/core.d.ts +0 -2
- package/dist/lazyModules/ChartJs/DoughnutChart/core.js +0 -6
- package/dist/lazyModules/ChartJs/LineChart/cartesian.d.ts +0 -2
- package/dist/lazyModules/ChartJs/LineChart/cartesian.js +0 -6
- package/dist/lazyModules/ChartJs/LineChart/core.d.ts +0 -2
- package/dist/lazyModules/ChartJs/LineChart/core.js +0 -6
- package/dist/lazyModules/ChartJs/Plugins/Legend.d.ts +0 -1
- package/dist/lazyModules/ChartJs/Plugins/Legend.js +0 -2
- package/dist/lazyModules/ChartJs/Plugins/TimeScale.d.ts +0 -0
- package/dist/lazyModules/ChartJs/Plugins/TimeScale.js +0 -3
- package/dist/lazyModules/ChartJs/Plugins/Title.d.ts +0 -1
- package/dist/lazyModules/ChartJs/Plugins/Title.js +0 -2
- package/dist/lazyModules/ChartJs/Plugins/Tooltip.d.ts +0 -1
- package/dist/lazyModules/ChartJs/Plugins/Tooltip.js +0 -2
- package/dist/lazyModules/Swiper/Autoplay/factory.d.ts +0 -3
- package/dist/lazyModules/Swiper/Autoplay/factory.js +0 -9
- package/dist/lazyModules/Swiper/Autoplay/index.d.ts +0 -1
- package/dist/lazyModules/Swiper/Autoplay/index.js +0 -6
- package/dist/lazyModules/Swiper/Controller/factory.d.ts +0 -3
- package/dist/lazyModules/Swiper/Controller/factory.js +0 -7
- package/dist/lazyModules/Swiper/Controller/index.d.ts +0 -1
- package/dist/lazyModules/Swiper/Controller/index.js +0 -6
- package/dist/lazyModules/Swiper/FreeMode/factory.d.ts +0 -3
- package/dist/lazyModules/Swiper/FreeMode/factory.js +0 -9
- package/dist/lazyModules/Swiper/FreeMode/index.d.ts +0 -1
- package/dist/lazyModules/Swiper/FreeMode/index.js +0 -6
- package/dist/lazyModules/Swiper/Keyboard/factory.d.ts +0 -3
- package/dist/lazyModules/Swiper/Keyboard/factory.js +0 -9
- package/dist/lazyModules/Swiper/Keyboard/index.d.ts +0 -1
- package/dist/lazyModules/Swiper/Keyboard/index.js +0 -6
- package/dist/lazyModules/Swiper/Navigation/factory.d.ts +0 -3
- package/dist/lazyModules/Swiper/Navigation/factory.js +0 -9
- package/dist/lazyModules/Swiper/Navigation/index.d.ts +0 -1
- package/dist/lazyModules/Swiper/Navigation/index.js +0 -6
- package/dist/lazyModules/Swiper/Pagination/factory.d.ts +0 -3
- package/dist/lazyModules/Swiper/Pagination/factory.js +0 -7
- package/dist/lazyModules/Swiper/Pagination/index.d.ts +0 -1
- package/dist/lazyModules/Swiper/Pagination/index.js +0 -6
- package/dist/lazyModules/Swiper/Thumbs/factory.d.ts +0 -3
- package/dist/lazyModules/Swiper/Thumbs/factory.js +0 -7
- package/dist/lazyModules/Swiper/Thumbs/index.d.ts +0 -1
- package/dist/lazyModules/Swiper/Thumbs/index.js +0 -6
- package/dist/lazyModules/Swiper/Zoom/factory.d.ts +0 -3
- package/dist/lazyModules/Swiper/Zoom/factory.js +0 -9
- package/dist/lazyModules/Swiper/Zoom/index.d.ts +0 -1
- package/dist/lazyModules/Swiper/Zoom/index.js +0 -6
- package/dist/lazyModules/Swiper/factory.d.ts +0 -3
- package/dist/lazyModules/Swiper/factory.js +0 -13
- package/dist/lazyModules/Swiper/index.d.ts +0 -1
- package/dist/lazyModules/Swiper/index.js +0 -5
- package/dist/lazyModules/Swiper/swiper-css.d.js +0 -1
- package/dist/lazyModules/Swiper/types.d.ts +0 -5
- package/dist/lazyModules/Swiper/types.js +0 -1
- package/dist/lazyModules/VueChartJs/Doughnut/factory.d.ts +0 -7
- package/dist/lazyModules/VueChartJs/Doughnut/factory.js +0 -12
- package/dist/lazyModules/VueChartJs/Doughnut/index.d.ts +0 -3
- package/dist/lazyModules/VueChartJs/Doughnut/index.js +0 -5
- package/dist/lazyModules/VueChartJs/Line/factory.d.ts +0 -7
- package/dist/lazyModules/VueChartJs/Line/factory.js +0 -14
- package/dist/lazyModules/VueChartJs/Line/index.d.ts +0 -3
- package/dist/lazyModules/VueChartJs/Line/index.js +0 -5
- package/dist/types/index.d.ts +0 -33
- package/dist/types/index.js +0 -1
- /package/dist/{composables/useFloatingLabel.js → useFloatingLabel.js} +0 -0
- /package/dist/{composables/useValidator.js → useValidator.js} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wikicasa-dev/components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-alpha.0",
|
|
4
4
|
"description": "Wikicasa frontend components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -13,23 +13,10 @@
|
|
|
13
13
|
],
|
|
14
14
|
"exports": {
|
|
15
15
|
".": {
|
|
16
|
-
"types": "./dist/
|
|
16
|
+
"types": "./dist/index.d.ts",
|
|
17
17
|
"default": "./dist/index.js"
|
|
18
18
|
},
|
|
19
|
-
"./style": "./dist/assets/
|
|
20
|
-
"./css/*": "./dist/assets/*.css",
|
|
21
|
-
"./generic/*": {
|
|
22
|
-
"import": "./dist/components/*.js",
|
|
23
|
-
"types": "./dist/components/*.d.ts"
|
|
24
|
-
},
|
|
25
|
-
"./UIKit/*": {
|
|
26
|
-
"import": "./dist/UIKit/*.js",
|
|
27
|
-
"types": "./dist/UIKit/*.d.ts"
|
|
28
|
-
},
|
|
29
|
-
"./chart/*": {
|
|
30
|
-
"import": "./dist/chart/*.js",
|
|
31
|
-
"types": "./dist/chart/*.d.ts"
|
|
32
|
-
}
|
|
19
|
+
"./style": "./dist/assets/index.css"
|
|
33
20
|
},
|
|
34
21
|
"repository": {
|
|
35
22
|
"type": "git",
|
|
@@ -41,70 +28,53 @@
|
|
|
41
28
|
"url": "https://bitbucket.org/wikicasa/wikicasa-fe/issues"
|
|
42
29
|
},
|
|
43
30
|
"homepage": "https://bitbucket.org/wikicasa/wikicasa-fe#readme",
|
|
44
|
-
"peerDependencies": {
|
|
45
|
-
"@wikicasa-dev/svg-icons": "^1.3.6",
|
|
46
|
-
"@wikicasa-dev/types": "^2.5.8",
|
|
47
|
-
"@wikicasa-dev/utilities": "^1.2.10",
|
|
48
|
-
"@wikicasa-dev/vue-composables": "^0.1.6",
|
|
49
|
-
"date-fns": "^4.0.0",
|
|
50
|
-
"vue": "^3.5.0"
|
|
51
|
-
},
|
|
52
31
|
"dependencies": {
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
32
|
+
"caniuse-lite": "^1.0.30001715",
|
|
33
|
+
"chart.js": "^4.4.9",
|
|
34
|
+
"chartjs-adapter-date-fns": "^3.0.0",
|
|
35
|
+
"date-fns": "^4.1.0",
|
|
36
|
+
"swiper": "^11.2.6",
|
|
37
|
+
"vue": "3.5.13",
|
|
38
|
+
"vue-chartjs": "^5.3.2",
|
|
39
|
+
"vue-router": "^4.5.0"
|
|
58
40
|
},
|
|
59
41
|
"devDependencies": {
|
|
60
|
-
"@
|
|
61
|
-
"@
|
|
62
|
-
"@
|
|
63
|
-
"@
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"eslint": "^
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
42
|
+
"@babel/eslint-parser": "^7.27.0",
|
|
43
|
+
"@histoire/plugin-vue": "^1.0.0-alpha.2",
|
|
44
|
+
"@tailwindcss/postcss": "^4.1.4",
|
|
45
|
+
"@types/node": "^22.14.1",
|
|
46
|
+
"@vitejs/plugin-vue": "^5.2.3",
|
|
47
|
+
"@vue/eslint-config-prettier": "^10.2.0",
|
|
48
|
+
"@vue/eslint-config-typescript": "^14.5.0",
|
|
49
|
+
"@wikicasa-dev/svg-icons": "^1.2.9",
|
|
50
|
+
"@wikicasa-dev/tailwind-plugins": "^0.0.3",
|
|
51
|
+
"@wikicasa-dev/types": "^2.0.2",
|
|
52
|
+
"@wikicasa-dev/utilities": "^1.1.19",
|
|
53
|
+
"@wikicasa-dev/vue-composables": "0.0.18",
|
|
54
|
+
"ajv": "^8.17.1",
|
|
55
|
+
"eslint": "^9.25",
|
|
56
|
+
"eslint-plugin-vue": "^10.0.0",
|
|
57
|
+
"glob": "^11.0.1",
|
|
58
|
+
"histoire": "^1.0.0-alpha.2",
|
|
59
|
+
"postcss": "^8.5.3",
|
|
60
|
+
"prettier": "^3.5.3",
|
|
61
|
+
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
62
|
+
"tailwindcss": "^4.1.4",
|
|
63
|
+
"typescript": "^5.8.3",
|
|
64
|
+
"vite": "^6.3.2",
|
|
65
|
+
"vite-plugin-dts": "^4.5.3",
|
|
80
66
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
81
|
-
"
|
|
82
|
-
"vitest-browser-vue": "^2.1.0",
|
|
83
|
-
"vue-router": "^5.1.0",
|
|
84
|
-
"vue-tsc": "3.3.3",
|
|
85
|
-
"@wikicasa-dev/tsconfig": "0.0.0",
|
|
86
|
-
"@wikicasa-dev/svg-icons": "1.3.6",
|
|
87
|
-
"@wikicasa-dev/tailwind-plugins": "0.0.7",
|
|
88
|
-
"@wikicasa-dev/vue-composables": "0.1.6",
|
|
89
|
-
"@wikicasa-dev/eslint-config": "0.0.0",
|
|
90
|
-
"@wikicasa-dev/utilities": "1.2.10",
|
|
91
|
-
"@wikicasa-dev/types": "2.5.8"
|
|
67
|
+
"vue-tsc": "^2.2.8"
|
|
92
68
|
},
|
|
93
69
|
"readme": "ERROR: No README data found!",
|
|
94
70
|
"scripts": {
|
|
95
|
-
"dev": "
|
|
96
|
-
"build": "vue-tsc --p ./tsconfig-build.json
|
|
71
|
+
"dev": "vite",
|
|
72
|
+
"build": "vite build && vue-tsc --p ./tsconfig-build.json",
|
|
97
73
|
"build-app": "vite --config vite-app.config.ts build",
|
|
98
74
|
"preview": "vite preview",
|
|
99
75
|
"prepublish": "pnpm build",
|
|
100
76
|
"story:dev": "histoire dev",
|
|
101
77
|
"story:build": "histoire build",
|
|
102
|
-
"story:preview": "histoire preview"
|
|
103
|
-
"tsc": "vue-tsc --p ./tsconfig-build.json",
|
|
104
|
-
"lint": "run-s lint:*",
|
|
105
|
-
"lint:oxlint": "oxlint --config ../eslint-config/oxlint-base.json . --fix",
|
|
106
|
-
"lint:eslint": "eslint . --fix --cache",
|
|
107
|
-
"format": "oxfmt src/",
|
|
108
|
-
"test:browser": "vitest --config=vitest.browser.config.ts"
|
|
78
|
+
"story:preview": "histoire preview"
|
|
109
79
|
}
|
|
110
80
|
}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { Optional } from '@wikicasa-dev/types';
|
|
2
|
-
import { ClassTypeProp, IconItem, LabelItem } from './types';
|
|
3
|
-
export type AccessibleSelectOptions<TPayload = unknown, TID = string | number | undefined> = IconItem & LabelItem<TID> & {
|
|
4
|
-
visibleLabel?: string;
|
|
5
|
-
} & TPayload;
|
|
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<({
|
|
10
|
-
label?: string;
|
|
11
|
-
dropdownPosition?: "top" | "bottom";
|
|
12
|
-
namespace?: string;
|
|
13
|
-
options: AccessibleSelectOptions<TPayload, TID>[];
|
|
14
|
-
isValid?: boolean | null;
|
|
15
|
-
feedback?: Partial<{
|
|
16
|
-
valid: string;
|
|
17
|
-
invalid: string;
|
|
18
|
-
}>;
|
|
19
|
-
/**
|
|
20
|
-
* If true, we will close the dropdown when we touch the body of the document
|
|
21
|
-
*/
|
|
22
|
-
closeOnBodyPressed?: boolean;
|
|
23
|
-
border?: boolean;
|
|
24
|
-
withFieldset?: boolean;
|
|
25
|
-
fieldsetClasses?: ClassTypeProp;
|
|
26
|
-
legendClasses?: ClassTypeProp;
|
|
27
|
-
dropdownClasses?: ClassTypeProp;
|
|
28
|
-
labelClasses?: ClassTypeProp;
|
|
29
|
-
btnClasses?: ClassTypeProp;
|
|
30
|
-
dropdownItemClasses?: ClassTypeProp;
|
|
31
|
-
btnTextClasses?: ClassTypeProp;
|
|
32
|
-
arrowIcon?: Partial<{
|
|
33
|
-
width: number;
|
|
34
|
-
height: number;
|
|
35
|
-
strokeColor: `#${string}`;
|
|
36
|
-
classes: ClassTypeProp;
|
|
37
|
-
}>;
|
|
38
|
-
dataCy?: string;
|
|
39
|
-
wrapperClasses?: ClassTypeProp;
|
|
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;
|
|
52
|
-
attrs: any;
|
|
53
|
-
slots: {
|
|
54
|
-
lefticon?: (props: {}) => any;
|
|
55
|
-
};
|
|
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));
|
|
57
|
-
}>) => import('vue').VNode & {
|
|
58
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
|
59
|
-
};
|
|
60
|
-
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
61
|
-
[K in keyof T]: T[K];
|
|
62
|
-
} : {
|
|
63
|
-
[K in keyof T as K]: T[K];
|
|
64
|
-
}) & {};
|
|
@@ -1,206 +0,0 @@
|
|
|
1
|
-
import { defineComponent as H, useModel as y, useId as F, useTemplateRef as z, computed as C, watch as I, openBlock as l, createElementBlock as a, createVNode as p, normalizeClass as n, withCtx as $, Fragment as x, renderList as N, withModifiers as f, createElementVNode as u, createCommentVNode as d, renderSlot as P, createBlock as A, unref as g, mergeModels as M } from "vue";
|
|
2
|
-
import { WarningIconRounded as E, ArrowIcon as R } from "@wikicasa-dev/svg-icons";
|
|
3
|
-
import S from "./BaseDropDown.vue.js";
|
|
4
|
-
import '../assets/BaseDropDown.css';/* empty css */
|
|
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
|
-
__name: "AccessibleSelect",
|
|
7
|
-
props: /* @__PURE__ */ M({
|
|
8
|
-
label: { default: "" },
|
|
9
|
-
dropdownPosition: { default: "bottom" },
|
|
10
|
-
namespace: {},
|
|
11
|
-
options: {},
|
|
12
|
-
isValid: { type: [Boolean, null], default: null },
|
|
13
|
-
feedback: {},
|
|
14
|
-
closeOnBodyPressed: { type: Boolean, default: !0 },
|
|
15
|
-
border: { type: Boolean, default: !0 },
|
|
16
|
-
withFieldset: { type: Boolean, default: !0 },
|
|
17
|
-
fieldsetClasses: {},
|
|
18
|
-
legendClasses: {},
|
|
19
|
-
dropdownClasses: {},
|
|
20
|
-
labelClasses: {},
|
|
21
|
-
btnClasses: {},
|
|
22
|
-
dropdownItemClasses: {},
|
|
23
|
-
btnTextClasses: {},
|
|
24
|
-
arrowIcon: {},
|
|
25
|
-
dataCy: {},
|
|
26
|
-
wrapperClasses: {}
|
|
27
|
-
}, {
|
|
28
|
-
modelValue: {
|
|
29
|
-
default: () => ({ id: "", label: "" })
|
|
30
|
-
},
|
|
31
|
-
modelModifiers: {},
|
|
32
|
-
open: { type: Boolean, default: !1 },
|
|
33
|
-
openModifiers: {}
|
|
34
|
-
}),
|
|
35
|
-
emits: /* @__PURE__ */ M(["click", "update:dropdownState"], ["update:modelValue", "update:open"]),
|
|
36
|
-
setup(e, { emit: V }) {
|
|
37
|
-
const T = V, k = y(e, "modelValue"), m = y(e, "open"), L = F(), B = z("dropdownRef"), t = C(() => e.namespace || L), w = C(() => !!k.value.label), h = (i) => {
|
|
38
|
-
m.value = !1, k.value = i;
|
|
39
|
-
};
|
|
40
|
-
return I(
|
|
41
|
-
() => B.value?.selectedIdx,
|
|
42
|
-
(i) => {
|
|
43
|
-
i === void 0 || i === -1 || (h(e.options[i]), m.value = !1);
|
|
44
|
-
}
|
|
45
|
-
), (i, v) => (l(), a("div", null, [
|
|
46
|
-
p(S, {
|
|
47
|
-
ref: "dropdownRef",
|
|
48
|
-
open: m.value,
|
|
49
|
-
"onUpdate:open": v[1] || (v[1] = (r) => m.value = r),
|
|
50
|
-
class: n(["uikit-select-wrapper", e.wrapperClasses]),
|
|
51
|
-
"data-cy": e.dataCy,
|
|
52
|
-
"activate-keyboard-controller": "",
|
|
53
|
-
"close-when-clicked-outside": e.closeOnBodyPressed,
|
|
54
|
-
direction: e.dropdownPosition === "top" ? "up" : "down",
|
|
55
|
-
"dropdown-element": "ul",
|
|
56
|
-
"dropdown-classes": [
|
|
57
|
-
"uikit-select-dropdown uikit-z-30 uikit-mb-0",
|
|
58
|
-
e.dropdownClasses
|
|
59
|
-
],
|
|
60
|
-
"dropdown-attrs": {
|
|
61
|
-
role: "listbox",
|
|
62
|
-
tabindex: -1,
|
|
63
|
-
"aria-multiselectable": !1
|
|
64
|
-
}
|
|
65
|
-
}, {
|
|
66
|
-
btn_slot: $(({ toggleDropdown: r, isOpen: b, activeIdx: o, setSelectedIdx: c }) => [
|
|
67
|
-
u("div", q, [
|
|
68
|
-
e.label ? (l(), a("label", {
|
|
69
|
-
key: 0,
|
|
70
|
-
id: `${t.value}_label`,
|
|
71
|
-
class: n(["uikit-pointer-events-none uikit-absolute uikit-z-10 uikit-text-sm uikit-font-medium uikit-transition-all uikit-ease-in-out", [
|
|
72
|
-
w.value ? "as-floating -uikit-top-1 uikit-left-[22px] uikit-text-w-black" : "as-inline uikit-top-4 uikit-text-w-gray",
|
|
73
|
-
e.labelClasses,
|
|
74
|
-
{ "uikit-left-9": i.$slots.lefticon && !w.value },
|
|
75
|
-
{ "uikit-left-4": !i.$slots.lefticon && !w.value }
|
|
76
|
-
]]),
|
|
77
|
-
innerHTML: e.label
|
|
78
|
-
}, null, 10, K)) : d("", !0),
|
|
79
|
-
i.$slots.lefticon ? (l(), a("span", {
|
|
80
|
-
key: 1,
|
|
81
|
-
class: "uikit-z-20 uikit-mt-2 uikit-pl-2",
|
|
82
|
-
onClick: f((s) => r(), ["stop"])
|
|
83
|
-
}, [
|
|
84
|
-
P(i.$slots, "lefticon")
|
|
85
|
-
], 8, j)) : d("", !0),
|
|
86
|
-
u("button", {
|
|
87
|
-
id: `${t.value}_btn`,
|
|
88
|
-
ref: "btnEl",
|
|
89
|
-
type: "button",
|
|
90
|
-
"data-cy": e.dataCy,
|
|
91
|
-
class: n(["uikit-peer uikit-relative uikit-z-10 uikit-flex uikit-h-full uikit-w-full uikit-items-center uikit-justify-between uikit-truncate uikit-border-0 uikit-bg-transparent uikit-pr-4 uikit-text-left focus-visible:uikit-outline-0", [i.$slots.lefticon ? "uikit-pl-2" : "uikit-pl-4", e.btnClasses]]),
|
|
92
|
-
"aria-required": !!i.$attrs.required,
|
|
93
|
-
role: "combobox",
|
|
94
|
-
"aria-haspopup": "listbox",
|
|
95
|
-
"aria-controls": `${t.value}_dropdown`,
|
|
96
|
-
"aria-labelledby": `${t.value}_label ${t.value}_btn`,
|
|
97
|
-
"aria-expanded": b,
|
|
98
|
-
"aria-activedescendant": o >= 0 && b ? `${t.value}_element_${e.options[o].label}` : "",
|
|
99
|
-
"aria-invalid": e.isValid === !1,
|
|
100
|
-
"aria-describedby": e.isValid === !1 ? `${t.value}_invalid_msg` : void 0,
|
|
101
|
-
onClick: (s) => {
|
|
102
|
-
r(), T("click", s);
|
|
103
|
-
},
|
|
104
|
-
onKeydown: (s) => {
|
|
105
|
-
["Enter", "Space"].includes(s.key) && (s.preventDefault(), s.stopPropagation(), c(o), r());
|
|
106
|
-
}
|
|
107
|
-
}, [
|
|
108
|
-
u("span", {
|
|
109
|
-
class: n(["uikit-pointer-events-none", [e.btnTextClasses, { "uikit-mt-1": e.withFieldset }]]),
|
|
110
|
-
innerHTML: k.value?.visibleLabel || k.value?.label
|
|
111
|
-
}, null, 10, W),
|
|
112
|
-
u("span", {
|
|
113
|
-
class: n(["uikit-pointer-events-none uikit-inline-flex", [{ "uikit-mt-1": e.withFieldset }]])
|
|
114
|
-
}, [
|
|
115
|
-
e.isValid == !1 ? (l(), A(g(E), {
|
|
116
|
-
key: 0,
|
|
117
|
-
class: "uikit-mr-1",
|
|
118
|
-
width: 20,
|
|
119
|
-
height: 20,
|
|
120
|
-
"stroke-color": "#FA4F64"
|
|
121
|
-
})) : d("", !0),
|
|
122
|
-
p(g(R), {
|
|
123
|
-
class: n(["uikit-transition-transform motion-reduce:uikit-transition-none", [b ? "uikit-rotate-180" : "", e.arrowIcon?.classes]]),
|
|
124
|
-
width: e.arrowIcon?.width ?? 18,
|
|
125
|
-
height: e.arrowIcon?.height ?? 18,
|
|
126
|
-
"stroke-color": e.isValid ? "#2B5DFF" : e.isValid === !1 ? "#FA4F64" : e.arrowIcon?.strokeColor ?? "#222"
|
|
127
|
-
}, null, 8, ["class", "width", "height", "stroke-color"])
|
|
128
|
-
], 2)
|
|
129
|
-
], 42, U),
|
|
130
|
-
e.withFieldset ? (l(), a("fieldset", {
|
|
131
|
-
key: 2,
|
|
132
|
-
"aria-hidden": "true",
|
|
133
|
-
class: n(["uikit-pointer-events-none uikit-absolute uikit-bottom-0 uikit-left-0 uikit-right-0 uikit-m-0 uikit-box-border uikit-h-12 uikit-cursor-pointer uikit-rounded-xs uikit-bg-white uikit-px-2 uikit-py-0 peer-focus:uikit-border-2", [
|
|
134
|
-
e.fieldsetClasses,
|
|
135
|
-
e.isValid ? "uikit-border-w-primary" : e.isValid === !1 ? "uikit-border-w-danger" : "uikit-border-w-secondary",
|
|
136
|
-
{
|
|
137
|
-
"uikit-border uikit-border-solid peer-focus:uikit-border-w-primary peer-focus-visible:uikit-border-2 peer-focus-visible:uikit-border-w-primary peer-aria-invalid:uikit-border-w-danger": e.border
|
|
138
|
-
},
|
|
139
|
-
{ "uikit-border-0 peer-focus:uikit-border-0": !e.border }
|
|
140
|
-
]])
|
|
141
|
-
}, [
|
|
142
|
-
u("legend", {
|
|
143
|
-
class: n([[e.legendClasses, { "uikit-m-0 uikit-w-0": !e.label }], "uikit-ml-2 uikit-h-3 uikit-px-0 uikit-text-sm"])
|
|
144
|
-
}, [
|
|
145
|
-
e.label ? (l(), a("span", {
|
|
146
|
-
key: 0,
|
|
147
|
-
class: n(["uikit-mx-5px", [
|
|
148
|
-
k.value.label ? "uikit-invisible" : "uikit-hidden"
|
|
149
|
-
]]),
|
|
150
|
-
innerHTML: e.label
|
|
151
|
-
}, null, 10, D)) : d("", !0)
|
|
152
|
-
], 2)
|
|
153
|
-
], 2)) : d("", !0)
|
|
154
|
-
])
|
|
155
|
-
]),
|
|
156
|
-
default: $(({ activeIdx: r, setActiveIdx: b }) => [
|
|
157
|
-
(l(!0), a(x, null, N(e.options, (o, c) => (l(), a("li", {
|
|
158
|
-
id: `${t.value}_element_${e.options[c].label}`,
|
|
159
|
-
key: `${o.label}_${c}`,
|
|
160
|
-
role: "option",
|
|
161
|
-
"aria-selected": r === c,
|
|
162
|
-
class: n(["uikit-m-1 uikit-cursor-pointer uikit-px-20px uikit-py-10px uikit-text aria-selected:uikit-rounded-xs aria-selected:uikit-bg-w-cultured", e.dropdownItemClasses]),
|
|
163
|
-
onClick: f((s) => h(o), ["stop"]),
|
|
164
|
-
onMouseover: f((s) => b(c), ["stop"]),
|
|
165
|
-
onBlur: v[0] || (v[0] = f(() => {
|
|
166
|
-
}, ["stop"]))
|
|
167
|
-
}, [
|
|
168
|
-
u("label", J, [
|
|
169
|
-
u("input", {
|
|
170
|
-
tabindex: "-1",
|
|
171
|
-
class: "uikit-m-0 uikit-appearance-none",
|
|
172
|
-
name: `${t.value}_radio`,
|
|
173
|
-
type: "radio",
|
|
174
|
-
checked: o.label === k.value.label,
|
|
175
|
-
onInput: f((s) => h(o), ["stop"])
|
|
176
|
-
}, null, 40, O),
|
|
177
|
-
u("span", {
|
|
178
|
-
innerHTML: o.label
|
|
179
|
-
}, null, 8, Q)
|
|
180
|
-
])
|
|
181
|
-
], 42, G))), 128))
|
|
182
|
-
]),
|
|
183
|
-
_: 3
|
|
184
|
-
}, 8, ["open", "class", "data-cy", "close-when-clicked-outside", "direction", "dropdown-classes"]),
|
|
185
|
-
e.feedback ? (l(), a(x, { key: 0 }, [
|
|
186
|
-
e.feedback.valid ? (l(), a("span", {
|
|
187
|
-
key: 0,
|
|
188
|
-
id: `${t.value}_valid_msg`,
|
|
189
|
-
"arial-live": i.$attrs["aria-live"],
|
|
190
|
-
class: "uikit-mt-1 uikit-inline-block uikit-text-12",
|
|
191
|
-
innerHTML: e.isValid ? e.feedback.valid : ""
|
|
192
|
-
}, null, 8, X)) : d("", !0),
|
|
193
|
-
e.feedback.invalid ? (l(), a("span", {
|
|
194
|
-
key: 1,
|
|
195
|
-
id: `${t.value}_invalid_msg`,
|
|
196
|
-
"arial-live": i.$attrs["aria-live"],
|
|
197
|
-
class: "uikit-mt-1 uikit-inline-block uikit-text-12 uikit-text-w-danger",
|
|
198
|
-
innerHTML: e.isValid === !1 ? e.feedback.invalid : ""
|
|
199
|
-
}, null, 8, Y)) : d("", !0)
|
|
200
|
-
], 64)) : d("", !0)
|
|
201
|
-
]));
|
|
202
|
-
}
|
|
203
|
-
});
|
|
204
|
-
export {
|
|
205
|
-
te as default
|
|
206
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { AccordionContentProps } from 'reka-ui';
|
|
2
|
-
export type AccordionContentPrimitiveProps = AccordionContentProps;
|
|
3
|
-
declare var __VLS_8: {};
|
|
4
|
-
type __VLS_Slots = {} & {
|
|
5
|
-
default?: (props: typeof __VLS_8) => any;
|
|
6
|
-
};
|
|
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;
|
|
10
|
-
export default _default;
|
|
11
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
12
|
-
new (): {
|
|
13
|
-
$slots: S;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { defineComponent as r, openBlock as n, createBlock as a, unref as c, normalizeProps as p, guardReactiveProps as i, withCtx as s, renderSlot as l } from "vue";
|
|
2
|
-
import { AccordionContent as d } from "reka-ui";
|
|
3
|
-
const _ = /* @__PURE__ */ r({
|
|
4
|
-
__name: "AccordionContentPrimitive",
|
|
5
|
-
props: {
|
|
6
|
-
forceMount: { type: Boolean },
|
|
7
|
-
asChild: { type: Boolean },
|
|
8
|
-
as: {}
|
|
9
|
-
},
|
|
10
|
-
setup(o) {
|
|
11
|
-
const e = o;
|
|
12
|
-
return (t, f) => (n(), a(c(d), p(i(e)), {
|
|
13
|
-
default: s(() => [
|
|
14
|
-
l(t.$slots, "default")
|
|
15
|
-
]),
|
|
16
|
-
_: 3
|
|
17
|
-
}, 16));
|
|
18
|
-
}
|
|
19
|
-
});
|
|
20
|
-
export {
|
|
21
|
-
_ as default
|
|
22
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { AccordionHeaderProps } from 'reka-ui';
|
|
2
|
-
export type AccordionHeaderPrimitiveProps = AccordionHeaderProps;
|
|
3
|
-
declare const _default: typeof __VLS_export;
|
|
4
|
-
export default _default;
|
|
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 & {
|
|
9
|
-
new (): {
|
|
10
|
-
$slots: S;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { defineComponent as t, openBlock as a, createBlock as n, unref as c, normalizeProps as i, guardReactiveProps as p, withCtx as s, renderSlot as d } from "vue";
|
|
2
|
-
import { AccordionHeader as l } from "reka-ui";
|
|
3
|
-
const _ = /* @__PURE__ */ t({
|
|
4
|
-
__name: "AccordionHeaderPrimitive",
|
|
5
|
-
props: {
|
|
6
|
-
asChild: { type: Boolean },
|
|
7
|
-
as: {}
|
|
8
|
-
},
|
|
9
|
-
setup(e) {
|
|
10
|
-
const o = e;
|
|
11
|
-
return (r, m) => (a(), n(c(l), i(p(o)), {
|
|
12
|
-
default: s(() => [
|
|
13
|
-
d(r.$slots, "default")
|
|
14
|
-
]),
|
|
15
|
-
_: 3
|
|
16
|
-
}, 16));
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
export {
|
|
20
|
-
_ as default
|
|
21
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { AccordionItemProps } from 'reka-ui';
|
|
2
|
-
export type AccordionItemPrimitiveProps = AccordionItemProps;
|
|
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: {
|
|
7
|
-
open: boolean;
|
|
8
|
-
}) => any;
|
|
9
|
-
}>;
|
|
10
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
11
|
-
new (): {
|
|
12
|
-
$slots: S;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { defineComponent as i, openBlock as p, createBlock as l, unref as s, normalizeProps as e, guardReactiveProps as o, withCtx as c, renderSlot as d } from "vue";
|
|
2
|
-
import { AccordionItem as m } from "reka-ui";
|
|
3
|
-
const B = /* @__PURE__ */ i({
|
|
4
|
-
__name: "AccordionItemPrimitive",
|
|
5
|
-
props: {
|
|
6
|
-
disabled: { type: Boolean },
|
|
7
|
-
value: {},
|
|
8
|
-
unmountOnHide: { type: Boolean },
|
|
9
|
-
asChild: { type: Boolean },
|
|
10
|
-
as: {}
|
|
11
|
-
},
|
|
12
|
-
setup(t) {
|
|
13
|
-
const r = t;
|
|
14
|
-
return (n, u) => (p(), l(s(m), e(o(r)), {
|
|
15
|
-
default: c((a) => [
|
|
16
|
-
d(n.$slots, "default", e(o(a)))
|
|
17
|
-
]),
|
|
18
|
-
_: 3
|
|
19
|
-
}, 16));
|
|
20
|
-
}
|
|
21
|
-
});
|
|
22
|
-
export {
|
|
23
|
-
B as default
|
|
24
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { AccordionTriggerProps } from 'reka-ui';
|
|
2
|
-
export type AccordionTriggerPrimitiveProps = AccordionTriggerProps & {
|
|
3
|
-
dataCy?: string;
|
|
4
|
-
};
|
|
5
|
-
declare const _default: typeof __VLS_export;
|
|
6
|
-
export default _default;
|
|
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 & {
|
|
11
|
-
new (): {
|
|
12
|
-
$slots: S;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { defineComponent as o, createPropsRestProxy as a, openBlock as c, createBlock as n, unref as d, mergeProps as i, withCtx as s, renderSlot as p } from "vue";
|
|
2
|
-
import { AccordionTrigger as l } from "reka-ui";
|
|
3
|
-
const y = /* @__PURE__ */ o({
|
|
4
|
-
__name: "AccordionTriggerPrimitive",
|
|
5
|
-
props: {
|
|
6
|
-
asChild: { type: Boolean },
|
|
7
|
-
as: {},
|
|
8
|
-
dataCy: {}
|
|
9
|
-
},
|
|
10
|
-
setup(e) {
|
|
11
|
-
const r = a(e, ["dataCy"]);
|
|
12
|
-
return (t, m) => (c(), n(d(l), i(r, { "data-cy": e.dataCy }), {
|
|
13
|
-
default: s(() => [
|
|
14
|
-
p(t.$slots, "default")
|
|
15
|
-
]),
|
|
16
|
-
_: 3
|
|
17
|
-
}, 16, ["data-cy"]));
|
|
18
|
-
}
|
|
19
|
-
});
|
|
20
|
-
export {
|
|
21
|
-
y as default
|
|
22
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { Optional } from '@wikicasa-dev/types';
|
|
2
|
-
import { AccordionRootProps } from 'reka-ui';
|
|
3
|
-
export interface BaseAccordionProps<T extends AccordionRootProps["type"]> extends Omit<AccordionRootProps, "modelValue" | "defaultValue"> {
|
|
4
|
-
/**
|
|
5
|
-
* When type is "single", allows closing content when clicking trigger for an open item. When type is "multiple", this prop has no effect.
|
|
6
|
-
*/
|
|
7
|
-
collapsible?: AccordionRootProps["collapsible"];
|
|
8
|
-
/**
|
|
9
|
-
* Determines whether a "single" or "multiple" items can be selected at a time.
|
|
10
|
-
*/
|
|
11
|
-
type: T;
|
|
12
|
-
}
|
|
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
|
-
modelValue?: Optional<T extends "single" ? string : string[]>;
|
|
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;
|
|
24
|
-
attrs: any;
|
|
25
|
-
slots: {
|
|
26
|
-
default?: (props: {
|
|
27
|
-
modelValue: import('reka-ui').AcceptableValue | import('reka-ui').AcceptableValue[] | undefined;
|
|
28
|
-
}) => any;
|
|
29
|
-
};
|
|
30
|
-
emit: (event: "update:modelValue", value: Optional<T extends "single" ? string : string[]>) => void;
|
|
31
|
-
}>) => import('vue').VNode & {
|
|
32
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
|
33
|
-
};
|
|
34
|
-
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
35
|
-
[K in keyof T]: T[K];
|
|
36
|
-
} : {
|
|
37
|
-
[K in keyof T as K]: T[K];
|
|
38
|
-
}) & {};
|