@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
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { CheckboxGroupRootProps, AcceptableValue } from 'reka-ui';
|
|
2
|
-
export interface CheckboxGroupPrimitiveProps<T extends AcceptableValue> extends CheckboxGroupRootProps<T> {
|
|
3
|
-
dataCy?: string;
|
|
4
|
-
}
|
|
5
|
-
declare const _default: typeof __VLS_export;
|
|
6
|
-
export default _default;
|
|
7
|
-
declare const __VLS_export: <T extends AcceptableValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
8
|
-
props: import('vue').PublicProps & __VLS_PrettifyLocal<CheckboxGroupPrimitiveProps<T> & {
|
|
9
|
-
"onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
|
|
10
|
-
}> & (typeof globalThis extends {
|
|
11
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
12
|
-
} ? P : {});
|
|
13
|
-
expose: (exposed: {}) => void;
|
|
14
|
-
attrs: any;
|
|
15
|
-
slots: {
|
|
16
|
-
default?: (props: {}) => any;
|
|
17
|
-
};
|
|
18
|
-
emit: (evt: "update:modelValue", value: T[]) => void;
|
|
19
|
-
}>) => import('vue').VNode & {
|
|
20
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
|
21
|
-
};
|
|
22
|
-
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
23
|
-
[K in keyof T]: T[K];
|
|
24
|
-
} : {
|
|
25
|
-
[K in keyof T as K]: T[K];
|
|
26
|
-
}) & {};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { defineComponent as n, createPropsRestProxy as p, openBlock as u, createBlock as i, unref as s, mergeProps as m, withCtx as c, renderSlot as y } from "vue";
|
|
2
|
-
import { CheckboxGroupRoot as f } from "reka-ui";
|
|
3
|
-
const x = /* @__PURE__ */ n({
|
|
4
|
-
__name: "CheckboxGroupPrimitive",
|
|
5
|
-
props: {
|
|
6
|
-
dataCy: {},
|
|
7
|
-
defaultValue: {},
|
|
8
|
-
modelValue: {},
|
|
9
|
-
rovingFocus: { type: Boolean },
|
|
10
|
-
disabled: { type: Boolean },
|
|
11
|
-
as: {},
|
|
12
|
-
asChild: { type: Boolean },
|
|
13
|
-
dir: {},
|
|
14
|
-
orientation: {},
|
|
15
|
-
loop: { type: Boolean },
|
|
16
|
-
name: {},
|
|
17
|
-
required: { type: Boolean }
|
|
18
|
-
},
|
|
19
|
-
emits: ["update:modelValue"],
|
|
20
|
-
setup(e, { emit: t }) {
|
|
21
|
-
const a = p(e, ["dataCy"]), r = t;
|
|
22
|
-
return (l, o) => (u(), i(s(f), m(a, {
|
|
23
|
-
"data-cy": e.dataCy,
|
|
24
|
-
"onUpdate:modelValue": o[0] || (o[0] = (d) => r("update:modelValue", d))
|
|
25
|
-
}), {
|
|
26
|
-
default: c(() => [
|
|
27
|
-
y(l.$slots, "default")
|
|
28
|
-
]),
|
|
29
|
-
_: 3
|
|
30
|
-
}, 16, ["data-cy"]));
|
|
31
|
-
}
|
|
32
|
-
});
|
|
33
|
-
export {
|
|
34
|
-
x as default
|
|
35
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ProgressIndicatorProps } from 'reka-ui';
|
|
2
|
-
declare const __VLS_export: import('vue').DefineComponent<ProgressIndicatorProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ProgressIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
3
|
-
declare const _default: typeof __VLS_export;
|
|
4
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { defineComponent as e, openBlock as t, createBlock as n, unref as s, normalizeProps as a, guardReactiveProps as p } from "vue";
|
|
2
|
-
import { ProgressIndicator as c } from "reka-ui";
|
|
3
|
-
const d = /* @__PURE__ */ e({
|
|
4
|
-
__name: "ProgressIndicatorPrimitive",
|
|
5
|
-
props: {
|
|
6
|
-
asChild: { type: Boolean },
|
|
7
|
-
as: {}
|
|
8
|
-
},
|
|
9
|
-
setup(r) {
|
|
10
|
-
const o = r;
|
|
11
|
-
return (i, m) => (t(), n(s(c), a(p(o)), null, 16));
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
export {
|
|
15
|
-
d as default
|
|
16
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { ProgressRootProps } from 'reka-ui';
|
|
2
|
-
declare var __VLS_12: {
|
|
3
|
-
modelValue: number | null | undefined;
|
|
4
|
-
};
|
|
5
|
-
type __VLS_Slots = {} & {
|
|
6
|
-
default?: (props: typeof __VLS_12) => any;
|
|
7
|
-
};
|
|
8
|
-
declare const __VLS_base: import('vue').DefineComponent<ProgressRootProps, {
|
|
9
|
-
getValueLabel: (value: number | null | undefined, max: number) => string | undefined;
|
|
10
|
-
getValueText: (value: number | null | undefined, max: number) => string | undefined;
|
|
11
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
-
"update:modelValue": (value: string[] | undefined) => any;
|
|
13
|
-
"update:max": (value: number) => any;
|
|
14
|
-
}, string, import('vue').PublicProps, Readonly<ProgressRootProps> & Readonly<{
|
|
15
|
-
"onUpdate:modelValue"?: ((value: string[] | undefined) => any) | undefined;
|
|
16
|
-
"onUpdate:max"?: ((value: number) => any) | undefined;
|
|
17
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
|
-
declare const _default: typeof __VLS_export;
|
|
20
|
-
export default _default;
|
|
21
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
22
|
-
new (): {
|
|
23
|
-
$slots: S;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { defineComponent as p, useTemplateRef as m, openBlock as d, createBlock as i, unref as g, mergeProps as V, withCtx as x, renderSlot as f, normalizeProps as c, guardReactiveProps as P } from "vue";
|
|
2
|
-
import { ProgressRoot as T } from "reka-ui";
|
|
3
|
-
const R = /* @__PURE__ */ p({
|
|
4
|
-
__name: "ProgressRootPrimitive",
|
|
5
|
-
props: {
|
|
6
|
-
modelValue: {},
|
|
7
|
-
max: {},
|
|
8
|
-
getValueLabel: { type: Function },
|
|
9
|
-
getValueText: { type: Function },
|
|
10
|
-
asChild: { type: Boolean },
|
|
11
|
-
as: {}
|
|
12
|
-
},
|
|
13
|
-
emits: ["update:modelValue", "update:max"],
|
|
14
|
-
setup(r, { expose: u, emit: n }) {
|
|
15
|
-
const s = r, a = n, l = m("root");
|
|
16
|
-
return u({
|
|
17
|
-
getValueLabel: (t, e) => l.value?.getValueLabel?.(t, e),
|
|
18
|
-
getValueText: (t, e) => l.value?.getValueText?.(t, e)
|
|
19
|
-
}), (t, e) => (d(), i(g(T), V({ ref: "root" }, s, {
|
|
20
|
-
"onUpdate:modelValue": e[0] || (e[0] = (o) => a("update:modelValue", o)),
|
|
21
|
-
"onUpdate:max": e[1] || (e[1] = (o) => a("update:max", o))
|
|
22
|
-
}), {
|
|
23
|
-
default: x((o) => [
|
|
24
|
-
f(t.$slots, "default", c(P(o)))
|
|
25
|
-
]),
|
|
26
|
-
_: 3
|
|
27
|
-
}, 16));
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
export {
|
|
31
|
-
R as default
|
|
32
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { ClassTypeProp } from '../types';
|
|
2
|
-
declare const __VLS_export: <TID extends string | number | null>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3
|
-
props: import('vue').PublicProps & __VLS_PrettifyLocal<{
|
|
4
|
-
id?: TID;
|
|
5
|
-
dataCy?: string;
|
|
6
|
-
name?: string;
|
|
7
|
-
label: string;
|
|
8
|
-
modelValue?: boolean;
|
|
9
|
-
inputClasses?: ClassTypeProp;
|
|
10
|
-
labelClasses?: ClassTypeProp;
|
|
11
|
-
} & {
|
|
12
|
-
"onUpdate:modelValue"?: ((args_0: boolean) => any) | undefined;
|
|
13
|
-
onChange?: ((args_0: {
|
|
14
|
-
id: NonNullable<TID>;
|
|
15
|
-
label: string;
|
|
16
|
-
name?: string;
|
|
17
|
-
}) => any) | undefined;
|
|
18
|
-
}> & (typeof globalThis extends {
|
|
19
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
20
|
-
} ? P : {});
|
|
21
|
-
expose: (exposed: {}) => void;
|
|
22
|
-
attrs: any;
|
|
23
|
-
slots: {};
|
|
24
|
-
emit: ((evt: "update:modelValue", args_0: boolean) => void) & ((evt: "change", args_0: {
|
|
25
|
-
id: NonNullable<TID>;
|
|
26
|
-
label: string;
|
|
27
|
-
name?: string;
|
|
28
|
-
}) => void);
|
|
29
|
-
}>) => import('vue').VNode & {
|
|
30
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
|
31
|
-
};
|
|
32
|
-
declare const _default: typeof __VLS_export;
|
|
33
|
-
export default _default;
|
|
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
|
-
}) & {};
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { defineComponent as c, useId as k, computed as m, openBlock as f, createElementBlock as b, withModifiers as t, createElementVNode as a, normalizeClass as u, createTextVNode as h, toDisplayString as C } from "vue";
|
|
2
|
-
const y = ["data-cy"], V = ["id", "name", "checked"], x = ["for"], g = /* @__PURE__ */ c({
|
|
3
|
-
__name: "RadioButton",
|
|
4
|
-
props: {
|
|
5
|
-
id: {},
|
|
6
|
-
dataCy: {},
|
|
7
|
-
name: {},
|
|
8
|
-
label: {},
|
|
9
|
-
modelValue: { type: Boolean, default: !1 },
|
|
10
|
-
inputClasses: {},
|
|
11
|
-
labelClasses: {}
|
|
12
|
-
},
|
|
13
|
-
emits: ["change", "update:modelValue"],
|
|
14
|
-
setup(e, { emit: s }) {
|
|
15
|
-
const l = s, n = k(), o = m(() => `${e.id ?? n}`), r = () => {
|
|
16
|
-
if (e.modelValue) return;
|
|
17
|
-
const d = {
|
|
18
|
-
id: e.id ?? n,
|
|
19
|
-
label: e.label,
|
|
20
|
-
name: e.name
|
|
21
|
-
};
|
|
22
|
-
l("change", d), l("update:modelValue", !e.modelValue);
|
|
23
|
-
};
|
|
24
|
-
return (d, i) => (f(), b("div", {
|
|
25
|
-
class: "uikit-inline-block",
|
|
26
|
-
"data-cy": e.dataCy,
|
|
27
|
-
onClick: t(r, ["stop"])
|
|
28
|
-
}, [
|
|
29
|
-
a("input", {
|
|
30
|
-
id: o.value,
|
|
31
|
-
ref: "checkbox",
|
|
32
|
-
type: "radio",
|
|
33
|
-
class: "uikit-pointer-events-none uikit-hidden",
|
|
34
|
-
name: e.name,
|
|
35
|
-
checked: e.modelValue,
|
|
36
|
-
onChange: i[0] || (i[0] = t(() => {
|
|
37
|
-
}, ["prevent"])),
|
|
38
|
-
onClick: i[1] || (i[1] = t(() => {
|
|
39
|
-
}, ["prevent"]))
|
|
40
|
-
}, null, 40, V),
|
|
41
|
-
a("label", {
|
|
42
|
-
class: u([e.labelClasses, "uikit-flex uikit-cursor-pointer uikit-items-center uikit-text-sm"]),
|
|
43
|
-
for: o.value
|
|
44
|
-
}, [
|
|
45
|
-
a("span", {
|
|
46
|
-
class: u(["uikit-flex-no-shrink uikit-mr-2 uikit-inline-block uikit-h-4 uikit-w-4 uikit-transform uikit-rounded-full uikit-border uikit-border-solid uikit-border-w-secondary uikit-transition-colors uikit-duration-200", [
|
|
47
|
-
{
|
|
48
|
-
"checked uikit-border-w-primary uikit-bg-w-primary uikit-shadow-[0_0_0_2px_white_inset]": e.modelValue
|
|
49
|
-
},
|
|
50
|
-
e.inputClasses
|
|
51
|
-
]])
|
|
52
|
-
}, null, 2),
|
|
53
|
-
h(" " + C(e.label), 1)
|
|
54
|
-
], 10, x)
|
|
55
|
-
], 8, y));
|
|
56
|
-
}
|
|
57
|
-
});
|
|
58
|
-
export {
|
|
59
|
-
g as default
|
|
60
|
-
};
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { Nullable, Optional } from '@wikicasa-dev/types';
|
|
2
|
-
import { ClassTypeProp } from '../types';
|
|
3
|
-
export type RadioButtonType<TID = string | number | null, TPayload = unknown> = {
|
|
4
|
-
id?: TID;
|
|
5
|
-
label: string;
|
|
6
|
-
payload?: TPayload;
|
|
7
|
-
active?: boolean;
|
|
8
|
-
};
|
|
9
|
-
declare const _default: typeof __VLS_export;
|
|
10
|
-
export default _default;
|
|
11
|
-
declare const __VLS_export: <TID extends string | number | null, TPayload>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
12
|
-
props: import('vue').PublicProps & __VLS_PrettifyLocal<({
|
|
13
|
-
radioValues?: RadioButtonType<TID, TPayload>[];
|
|
14
|
-
dataCy?: string;
|
|
15
|
-
radioContainerClasses?: ClassTypeProp;
|
|
16
|
-
} & {
|
|
17
|
-
resetRadio?: Optional<boolean>;
|
|
18
|
-
/**
|
|
19
|
-
* If true, we will reinitialized the inner data of the component
|
|
20
|
-
*/
|
|
21
|
-
refresh?: boolean;
|
|
22
|
-
}) & {
|
|
23
|
-
"onUpdate:modelValue"?: ((args_0: Nullable<RadioButtonType<TID, TPayload>>) => any) | undefined;
|
|
24
|
-
"onUpdate:refresh"?: ((value: boolean) => any) | undefined;
|
|
25
|
-
"onUpdate:resetRadio"?: ((value: Optional<boolean>) => any) | undefined;
|
|
26
|
-
}> & (typeof globalThis extends {
|
|
27
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
28
|
-
} ? P : {});
|
|
29
|
-
expose: (exposed: {}) => void;
|
|
30
|
-
attrs: any;
|
|
31
|
-
slots: {
|
|
32
|
-
default?: (props: {
|
|
33
|
-
handleClick: (elem: RadioButtonType<TID, TPayload>) => void;
|
|
34
|
-
activeValue: {
|
|
35
|
-
id?: import('vue').UnwrapRef<TID> | undefined;
|
|
36
|
-
label: string;
|
|
37
|
-
payload?: import('vue').UnwrapRef<TPayload> | undefined;
|
|
38
|
-
active?: boolean | undefined;
|
|
39
|
-
} | null;
|
|
40
|
-
reset: () => void;
|
|
41
|
-
isActive: (elem: RadioButtonType<TID, TPayload>) => boolean;
|
|
42
|
-
}) => any;
|
|
43
|
-
} & {
|
|
44
|
-
radio_elements?: (props: {
|
|
45
|
-
handleClick: (elem: RadioButtonType<TID, TPayload>) => void;
|
|
46
|
-
activeValue: {
|
|
47
|
-
id?: import('vue').UnwrapRef<TID> | undefined;
|
|
48
|
-
label: string;
|
|
49
|
-
payload?: import('vue').UnwrapRef<TPayload> | undefined;
|
|
50
|
-
active?: boolean | undefined;
|
|
51
|
-
} | null;
|
|
52
|
-
reset: () => void;
|
|
53
|
-
isActive: (elem: RadioButtonType<TID, TPayload>) => boolean;
|
|
54
|
-
}) => any;
|
|
55
|
-
};
|
|
56
|
-
emit: ((evt: "update:modelValue", args_0: Nullable<RadioButtonType<TID, TPayload>>) => void) & (((event: "update:refresh", value: boolean) => void) & ((event: "update:resetRadio", value: Optional<boolean>) => void));
|
|
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,64 +0,0 @@
|
|
|
1
|
-
import { defineComponent as k, useModel as f, ref as R, watch as m, renderSlot as v, createElementVNode as g, normalizeClass as h, openBlock as C, createElementBlock as B, Fragment as M, renderList as b, createBlock as A, mergeModels as $ } from "vue";
|
|
2
|
-
import E from "./RadioButton.vue.js";
|
|
3
|
-
const w = ["data-cy"], G = /* @__PURE__ */ k({
|
|
4
|
-
inheritAttrs: !1,
|
|
5
|
-
__name: "RadioGroup",
|
|
6
|
-
props: /* @__PURE__ */ $({
|
|
7
|
-
radioValues: { default: () => [] },
|
|
8
|
-
dataCy: {},
|
|
9
|
-
radioContainerClasses: {}
|
|
10
|
-
}, {
|
|
11
|
-
resetRadio: { type: Boolean, default: !1 },
|
|
12
|
-
resetRadioModifiers: {},
|
|
13
|
-
refresh: { type: Boolean, default: !1 },
|
|
14
|
-
refreshModifiers: {}
|
|
15
|
-
}),
|
|
16
|
-
emits: /* @__PURE__ */ $(["update:modelValue"], ["update:resetRadio", "update:refresh"]),
|
|
17
|
-
setup(l, { emit: V }) {
|
|
18
|
-
const o = V, n = f(l, "resetRadio"), i = f(l, "refresh"), a = R(null), t = (e) => {
|
|
19
|
-
a.value = e, o("update:modelValue", e);
|
|
20
|
-
}, s = () => {
|
|
21
|
-
a.value = null, n.value = !1, o("update:modelValue", null);
|
|
22
|
-
}, d = (e) => a.value ? `${a.value.id}` == `${e.id}` : !1, u = () => {
|
|
23
|
-
for (const e of l.radioValues)
|
|
24
|
-
if (e.active) {
|
|
25
|
-
t(e);
|
|
26
|
-
return;
|
|
27
|
-
}
|
|
28
|
-
};
|
|
29
|
-
return u(), m(n, (e) => {
|
|
30
|
-
e && s();
|
|
31
|
-
}), m(i, (e) => {
|
|
32
|
-
e && (u(), i.value = !1);
|
|
33
|
-
}), (e, c) => v(e.$slots, "default", {
|
|
34
|
-
handleClick: t,
|
|
35
|
-
activeValue: a.value,
|
|
36
|
-
reset: s,
|
|
37
|
-
isActive: d
|
|
38
|
-
}, () => [
|
|
39
|
-
g("div", {
|
|
40
|
-
class: h(["radio-group-container", e.$attrs.class]),
|
|
41
|
-
"data-cy": l.dataCy
|
|
42
|
-
}, [
|
|
43
|
-
v(e.$slots, "radio_elements", {
|
|
44
|
-
handleClick: t,
|
|
45
|
-
activeValue: a.value,
|
|
46
|
-
reset: s,
|
|
47
|
-
isActive: d
|
|
48
|
-
}, () => [
|
|
49
|
-
(C(!0), B(M, null, b(l.radioValues, (r, p) => (C(), A(E, {
|
|
50
|
-
id: r.id,
|
|
51
|
-
key: p,
|
|
52
|
-
class: h(l.radioContainerClasses),
|
|
53
|
-
label: `${r.label}`,
|
|
54
|
-
"model-value": `${r.id}` == `${a.value?.id}`,
|
|
55
|
-
onChange: c[0] || (c[0] = (y) => t(y))
|
|
56
|
-
}, null, 8, ["id", "class", "label", "model-value"]))), 128))
|
|
57
|
-
])
|
|
58
|
-
], 10, w)
|
|
59
|
-
]);
|
|
60
|
-
}
|
|
61
|
-
});
|
|
62
|
-
export {
|
|
63
|
-
G as default
|
|
64
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { RadioGroupRootProps, RadioGroupItemProps } from 'reka-ui';
|
|
2
|
-
type AcceptableValue = RadioGroupRootProps["modelValue"];
|
|
3
|
-
export type RadioButtonItem<TValue extends AcceptableValue> = {
|
|
4
|
-
dataCy?: string;
|
|
5
|
-
value: TValue;
|
|
6
|
-
required?: RadioGroupItemProps["required"];
|
|
7
|
-
as?: RadioGroupItemProps["as"];
|
|
8
|
-
label: string;
|
|
9
|
-
};
|
|
10
|
-
export interface RadioButtonGroupProps<TValue extends AcceptableValue> extends Omit<RadioGroupRootProps, "modelValue" | "defaultValue"> {
|
|
11
|
-
dataCy?: string;
|
|
12
|
-
items?: RadioButtonItem<TValue>[];
|
|
13
|
-
defaultValue?: TValue;
|
|
14
|
-
}
|
|
15
|
-
declare const _default: typeof __VLS_export;
|
|
16
|
-
export default _default;
|
|
17
|
-
declare const __VLS_export: <T extends AcceptableValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
18
|
-
props: import('vue').PublicProps & __VLS_PrettifyLocal<(RadioButtonGroupProps<T> & {
|
|
19
|
-
modelValue?: T;
|
|
20
|
-
}) & {
|
|
21
|
-
"onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
|
|
22
|
-
}> & (typeof globalThis extends {
|
|
23
|
-
__VLS_PROPS_FALLBACK: infer P;
|
|
24
|
-
} ? P : {});
|
|
25
|
-
expose: (exposed: {}) => void;
|
|
26
|
-
attrs: any;
|
|
27
|
-
slots: {
|
|
28
|
-
default?: (props: {}) => any;
|
|
29
|
-
};
|
|
30
|
-
emit: (event: "update:modelValue", value: T | undefined) => 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
|
-
}) & {};
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { defineComponent as s, createPropsRestProxy as f, useModel as p, openBlock as o, createBlock as d, unref as c, mergeProps as u, withCtx as m, renderSlot as y, createElementBlock as B, Fragment as V, renderList as C, createTextVNode as g, toDisplayString as k, mergeModels as x } from "vue";
|
|
2
|
-
import { RadioGroupRoot as R } from "reka-ui";
|
|
3
|
-
import v from "./RadioButtonItem.vue.js";
|
|
4
|
-
import '../../../assets/RadioButtonItem.css';/* empty css */
|
|
5
|
-
const S = /* @__PURE__ */ s({
|
|
6
|
-
__name: "RadioButtonGroup",
|
|
7
|
-
props: /* @__PURE__ */ x({
|
|
8
|
-
dataCy: {},
|
|
9
|
-
items: { default: () => [] },
|
|
10
|
-
defaultValue: {},
|
|
11
|
-
disabled: { type: Boolean },
|
|
12
|
-
orientation: {},
|
|
13
|
-
dir: {},
|
|
14
|
-
loop: { type: Boolean },
|
|
15
|
-
asChild: { type: Boolean },
|
|
16
|
-
as: {},
|
|
17
|
-
name: {},
|
|
18
|
-
required: { type: Boolean }
|
|
19
|
-
}, {
|
|
20
|
-
modelValue: {},
|
|
21
|
-
modelModifiers: {}
|
|
22
|
-
}),
|
|
23
|
-
emits: ["update:modelValue"],
|
|
24
|
-
setup(e) {
|
|
25
|
-
const n = f(e, ["dataCy", "items"]), a = p(e, "modelValue");
|
|
26
|
-
return (i, l) => (o(), d(c(R), u({ "data-cy": e.dataCy }, n, {
|
|
27
|
-
modelValue: a.value,
|
|
28
|
-
"onUpdate:modelValue": l[0] || (l[0] = (t) => a.value = t)
|
|
29
|
-
}), {
|
|
30
|
-
default: m(() => [
|
|
31
|
-
y(i.$slots, "default", {}, () => [
|
|
32
|
-
(o(!0), B(V, null, C(e.items, ({ label: t, ...r }) => (o(), d(v, u({ ref_for: !0 }, r, {
|
|
33
|
-
key: `radio-item-${r.value}`
|
|
34
|
-
}), {
|
|
35
|
-
default: m(() => [
|
|
36
|
-
g(k(t), 1)
|
|
37
|
-
]),
|
|
38
|
-
_: 2
|
|
39
|
-
}, 1040))), 128))
|
|
40
|
-
])
|
|
41
|
-
]),
|
|
42
|
-
_: 3
|
|
43
|
-
}, 16, ["data-cy", "modelValue"]));
|
|
44
|
-
}
|
|
45
|
-
});
|
|
46
|
-
export {
|
|
47
|
-
S as default
|
|
48
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { RadioGroupItemProps } from 'reka-ui';
|
|
2
|
-
import { ClassTypeProp } from '../../types';
|
|
3
|
-
export interface RadioButtonItemProps extends RadioGroupItemProps {
|
|
4
|
-
itemClasses?: ClassTypeProp;
|
|
5
|
-
labelClasses?: ClassTypeProp;
|
|
6
|
-
dataCy?: string;
|
|
7
|
-
}
|
|
8
|
-
declare const _default: typeof __VLS_export;
|
|
9
|
-
export default _default;
|
|
10
|
-
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<RadioButtonItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<RadioButtonItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
11
|
-
default?: (props: {}) => any;
|
|
12
|
-
}>;
|
|
13
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
-
new (): {
|
|
15
|
-
$slots: S;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { defineComponent as l, createPropsRestProxy as n, useId as c, computed as k, openBlock as a, createElementBlock as s, createVNode as r, unref as u, mergeProps as m, withCtx as p, normalizeClass as f, renderSlot as y, createCommentVNode as C } from "vue";
|
|
2
|
-
import { RadioGroupItem as b, RadioGroupIndicator as h } from "reka-ui";
|
|
3
|
-
const x = { class: "uikit-radio-btn uikit-flex uikit-items-center uikit-gap-x-[8px]" }, g = ["for"], v = /* @__PURE__ */ l({
|
|
4
|
-
__name: "RadioButtonItem",
|
|
5
|
-
props: {
|
|
6
|
-
itemClasses: {},
|
|
7
|
-
labelClasses: {},
|
|
8
|
-
dataCy: {},
|
|
9
|
-
id: {},
|
|
10
|
-
value: {},
|
|
11
|
-
disabled: { type: Boolean },
|
|
12
|
-
asChild: { type: Boolean },
|
|
13
|
-
as: {},
|
|
14
|
-
name: {},
|
|
15
|
-
required: { type: Boolean }
|
|
16
|
-
},
|
|
17
|
-
setup(e) {
|
|
18
|
-
const i = n(e, ["itemClasses", "labelClasses", "dataCy"]), d = c(), t = k(() => i.id ?? d);
|
|
19
|
-
return (o, w) => (a(), s("div", x, [
|
|
20
|
-
r(u(b), m(i, {
|
|
21
|
-
id: t.value,
|
|
22
|
-
"data-cy": e.dataCy,
|
|
23
|
-
class: [
|
|
24
|
-
"uikit-radio-group-item uikit-inline-flex uikit-size-[18px] uikit-shrink-0 uikit-cursor-default uikit-items-center uikit-justify-center uikit-rounded-full uikit-border uikit-border-solid uikit-border-w-secondary uikit-bg-white uikit-p-0 uikit-shadow-sm uikit-outline-none focus:uikit-border-2 focus:uikit-border-w-primary",
|
|
25
|
-
e.itemClasses
|
|
26
|
-
]
|
|
27
|
-
}), {
|
|
28
|
-
default: p(() => [
|
|
29
|
-
r(u(h), { class: "uikit-radio-group-indicator uikit-size-[12px] uikit-rounded-[50%] uikit-bg-w-primary" })
|
|
30
|
-
]),
|
|
31
|
-
_: 1
|
|
32
|
-
}, 16, ["id", "data-cy", "class"]),
|
|
33
|
-
o.$slots.default ? (a(), s("label", {
|
|
34
|
-
key: 0,
|
|
35
|
-
for: t.value,
|
|
36
|
-
class: f(e.labelClasses)
|
|
37
|
-
}, [
|
|
38
|
-
y(o.$slots, "default")
|
|
39
|
-
], 10, g)) : C("", !0)
|
|
40
|
-
]));
|
|
41
|
-
}
|
|
42
|
-
});
|
|
43
|
-
export {
|
|
44
|
-
v as default
|
|
45
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { RadioGroupItemProps, RadioGroupItemSelectEvent } from 'reka-ui';
|
|
2
|
-
export interface RadioGroupItemPrimitiveProps extends RadioGroupItemProps {
|
|
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<RadioGroupItemPrimitiveProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
-
select: (args_0: RadioGroupItemSelectEvent) => any;
|
|
9
|
-
}, string, import('vue').PublicProps, Readonly<RadioGroupItemPrimitiveProps> & Readonly<{
|
|
10
|
-
onSelect?: ((args_0: RadioGroupItemSelectEvent) => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
12
|
-
default?: (props: {
|
|
13
|
-
checked: boolean;
|
|
14
|
-
required: boolean;
|
|
15
|
-
disabled: boolean;
|
|
16
|
-
}) => any;
|
|
17
|
-
}>;
|
|
18
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
19
|
-
new (): {
|
|
20
|
-
$slots: S;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { defineComponent as n, createPropsRestProxy as d, openBlock as l, createBlock as p, unref as m, mergeProps as c, withCtx as u, renderSlot as y, normalizeProps as f, guardReactiveProps as C } from "vue";
|
|
2
|
-
import { RadioGroupItem as P } from "reka-ui";
|
|
3
|
-
const v = /* @__PURE__ */ n({
|
|
4
|
-
__name: "RadioGroupItemPrimitive",
|
|
5
|
-
props: {
|
|
6
|
-
dataCy: {},
|
|
7
|
-
id: {},
|
|
8
|
-
value: {},
|
|
9
|
-
disabled: { type: Boolean },
|
|
10
|
-
asChild: { type: Boolean },
|
|
11
|
-
as: {},
|
|
12
|
-
name: {},
|
|
13
|
-
required: { type: Boolean }
|
|
14
|
-
},
|
|
15
|
-
emits: ["select"],
|
|
16
|
-
setup(t, { emit: a }) {
|
|
17
|
-
const r = d(t, ["dataCy"]), s = a;
|
|
18
|
-
return (i, o) => (l(), p(m(P), c(r, {
|
|
19
|
-
"data-cy": t.dataCy,
|
|
20
|
-
onSelect: o[0] || (o[0] = (e) => s("select", e))
|
|
21
|
-
}), {
|
|
22
|
-
default: u((e) => [
|
|
23
|
-
y(i.$slots, "default", f(C(e)))
|
|
24
|
-
]),
|
|
25
|
-
_: 3
|
|
26
|
-
}, 16, ["data-cy"]));
|
|
27
|
-
}
|
|
28
|
-
});
|
|
29
|
-
export {
|
|
30
|
-
v as default
|
|
31
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ClassTypeProp } from '../types';
|
|
2
|
-
export type BaseShimmerLoaderProps = {
|
|
3
|
-
shimmerClasses?: ClassTypeProp;
|
|
4
|
-
enabled?: boolean;
|
|
5
|
-
};
|
|
6
|
-
declare const _default: typeof __VLS_export;
|
|
7
|
-
export default _default;
|
|
8
|
-
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<BaseShimmerLoaderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BaseShimmerLoaderProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
9
|
-
default?: (props: {}) => any;
|
|
10
|
-
}>;
|
|
11
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
12
|
-
new (): {
|
|
13
|
-
$slots: S;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import o from "./BaseShimmerLoader.vue.js";
|
|
2
|
-
import '../../assets/BaseShimmerLoader.css';/* empty css */
|
|
3
|
-
import r from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-cf2534f5"]]);
|
|
5
|
-
export {
|
|
6
|
-
e as default
|
|
7
|
-
};
|