@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,147 +0,0 @@
|
|
|
1
|
-
import { defineComponent as b, useModel as w, ref as I, watch as y, nextTick as $, openBlock as u, createBlock as r, unref as i, withCtx as a, renderSlot as d, createVNode as n, normalizeClass as k, createCommentVNode as p, normalizeStyle as x, mergeModels as B } from "vue";
|
|
2
|
-
import { CloseIcon as V } from "@wikicasa-dev/svg-icons";
|
|
3
|
-
import { ToastProvider as D, ToastRoot as M, ToastTitle as P, ToastDescription as z, ToastClose as S, ToastAction as A, ProgressRoot as N, ProgressIndicator as R, ToastPortal as U, ToastViewport as h } from "reka-ui";
|
|
4
|
-
const q = /* @__PURE__ */ b({
|
|
5
|
-
inheritAttrs: !1,
|
|
6
|
-
__name: "BaseSnackbar",
|
|
7
|
-
props: /* @__PURE__ */ B({
|
|
8
|
-
alertClass: { default: "primary" },
|
|
9
|
-
duration: { default: 3e3 },
|
|
10
|
-
swipeDirection: { default: "left" },
|
|
11
|
-
to: { type: [String, Boolean], default: "body" },
|
|
12
|
-
dataCy: { default: "" },
|
|
13
|
-
withCloseIcon: { type: Boolean, default: !0 },
|
|
14
|
-
closeClasses: {},
|
|
15
|
-
viewportClasses: { default: "" },
|
|
16
|
-
type: { default: "foreground" }
|
|
17
|
-
}, {
|
|
18
|
-
open: { type: Boolean, default: !1 },
|
|
19
|
-
openModifiers: {},
|
|
20
|
-
refresh: { type: Boolean, default: !1 },
|
|
21
|
-
refreshModifiers: {}
|
|
22
|
-
}),
|
|
23
|
-
emits: ["update:open", "update:refresh"],
|
|
24
|
-
setup(e) {
|
|
25
|
-
const l = w(e, "open"), v = w(e, "refresh"), o = I(0);
|
|
26
|
-
let c, m;
|
|
27
|
-
const C = (t = 3e3) => {
|
|
28
|
-
o.value = 0;
|
|
29
|
-
const s = Date.now();
|
|
30
|
-
m = setInterval(() => {
|
|
31
|
-
const g = Date.now() - s;
|
|
32
|
-
o.value = Math.min(100, g / t * 100), o.value >= 100 && clearInterval(m);
|
|
33
|
-
}, 30);
|
|
34
|
-
}, T = () => {
|
|
35
|
-
clearTimeout(c), c = setTimeout(() => {
|
|
36
|
-
l.value = !1;
|
|
37
|
-
}, e.duration), C(e.duration);
|
|
38
|
-
};
|
|
39
|
-
return y(
|
|
40
|
-
l,
|
|
41
|
-
(t) => {
|
|
42
|
-
$(() => {
|
|
43
|
-
if (t) {
|
|
44
|
-
T();
|
|
45
|
-
return;
|
|
46
|
-
}
|
|
47
|
-
clearInterval(m), clearTimeout(c), o.value = 0;
|
|
48
|
-
});
|
|
49
|
-
},
|
|
50
|
-
{ immediate: !0 }
|
|
51
|
-
), y(v, (t) => {
|
|
52
|
-
t && (l.value = !1, setTimeout(() => {
|
|
53
|
-
l.value = !0, v.value = !1;
|
|
54
|
-
}));
|
|
55
|
-
}), (t, s) => (u(), r(i(D), { "swipe-direction": e.swipeDirection }, {
|
|
56
|
-
default: a(() => [
|
|
57
|
-
d(t.$slots, "trigger", {
|
|
58
|
-
open: () => l.value = !0
|
|
59
|
-
}),
|
|
60
|
-
n(i(M), {
|
|
61
|
-
open: l.value,
|
|
62
|
-
"onUpdate:open": s[1] || (s[1] = (f) => l.value = f),
|
|
63
|
-
duration: e.duration,
|
|
64
|
-
class: k(["uikit-toast-root uikit-relative uikit-box-border uikit-overflow-hidden uikit-rounded-[4px] uikit-p-[16px] uikit-text-16 uikit-font-medium uikit-shadow-surface sm:uikit-max-w-[460px]", ["uikit-alert", `uikit-alert-w-${e.alertClass}`, t.$attrs.class]]),
|
|
65
|
-
"data-cy": e.dataCy,
|
|
66
|
-
type: e.type
|
|
67
|
-
}, {
|
|
68
|
-
default: a(() => [
|
|
69
|
-
t.$slots.title ? (u(), r(i(P), {
|
|
70
|
-
key: 0,
|
|
71
|
-
"as-child": ""
|
|
72
|
-
}, {
|
|
73
|
-
default: a(() => [
|
|
74
|
-
d(t.$slots, "title")
|
|
75
|
-
]),
|
|
76
|
-
_: 3
|
|
77
|
-
})) : p("", !0),
|
|
78
|
-
n(i(z), { "as-child": "" }, {
|
|
79
|
-
default: a(() => [
|
|
80
|
-
d(t.$slots, "default")
|
|
81
|
-
]),
|
|
82
|
-
_: 3
|
|
83
|
-
}),
|
|
84
|
-
e.withCloseIcon ? (u(), r(i(S), {
|
|
85
|
-
key: 1,
|
|
86
|
-
class: k(["uikit-ml-[16px] uikit-flex uikit-size-[24px] uikit-shrink-0 uikit-cursor-pointer uikit-appearance-none uikit-items-center uikit-justify-center uikit-rounded-full uikit-bg-[#C1C8D5]", e.closeClasses]),
|
|
87
|
-
"data-cy": "base-snackbar-close-btn"
|
|
88
|
-
}, {
|
|
89
|
-
default: a(() => [
|
|
90
|
-
d(t.$slots, "toast-close", {}, () => [
|
|
91
|
-
n(i(V), {
|
|
92
|
-
width: 12,
|
|
93
|
-
height: 12,
|
|
94
|
-
"stroke-color": "#fff"
|
|
95
|
-
})
|
|
96
|
-
])
|
|
97
|
-
]),
|
|
98
|
-
_: 3
|
|
99
|
-
}, 8, ["class"])) : p("", !0),
|
|
100
|
-
t.$slots["toast-action"] ? (u(), r(i(A), {
|
|
101
|
-
key: 2,
|
|
102
|
-
"as-child": "",
|
|
103
|
-
"alt-text": "Goto schedule to undo"
|
|
104
|
-
}, {
|
|
105
|
-
default: a(() => [
|
|
106
|
-
d(t.$slots, "toast-action")
|
|
107
|
-
]),
|
|
108
|
-
_: 3
|
|
109
|
-
})) : p("", !0),
|
|
110
|
-
n(i(N), {
|
|
111
|
-
modelValue: o.value,
|
|
112
|
-
"onUpdate:modelValue": s[0] || (s[0] = (f) => o.value = f),
|
|
113
|
-
class: "uikit-absolute uikit-bottom-0 uikit-left-0 uikit-h-[4px] uikit-w-full uikit-overflow-hidden"
|
|
114
|
-
}, {
|
|
115
|
-
default: a(() => [
|
|
116
|
-
n(i(R), {
|
|
117
|
-
class: "uikit-alert-progress-indicator uikit-relative uikit-block uikit-size-full uikit-transition-transform uikit-duration-75 uikit-will-change-transform",
|
|
118
|
-
style: x(`transform: translateX(-${100 - o.value}%)`)
|
|
119
|
-
}, null, 8, ["style"])
|
|
120
|
-
]),
|
|
121
|
-
_: 1
|
|
122
|
-
}, 8, ["modelValue"])
|
|
123
|
-
]),
|
|
124
|
-
_: 3
|
|
125
|
-
}, 8, ["open", "duration", "class", "data-cy", "type"]),
|
|
126
|
-
e.to ? (u(), r(i(U), {
|
|
127
|
-
key: 0,
|
|
128
|
-
to: e.to
|
|
129
|
-
}, {
|
|
130
|
-
default: a(() => [
|
|
131
|
-
n(i(h), {
|
|
132
|
-
class: k(["uikit-alert-viewport uikit-m-0 uikit-w-full uikit-list-none uikit-gap-[8px]", e.viewportClasses])
|
|
133
|
-
}, null, 8, ["class"])
|
|
134
|
-
]),
|
|
135
|
-
_: 1
|
|
136
|
-
}, 8, ["to"])) : (u(), r(i(h), {
|
|
137
|
-
key: 1,
|
|
138
|
-
class: k(["uikit-alert-viewport uikit-m-0 uikit-w-full uikit-list-none uikit-gap-[8px]", e.viewportClasses])
|
|
139
|
-
}, null, 8, ["class"]))
|
|
140
|
-
]),
|
|
141
|
-
_: 3
|
|
142
|
-
}, 8, ["swipe-direction"]));
|
|
143
|
-
}
|
|
144
|
-
});
|
|
145
|
-
export {
|
|
146
|
-
q as default
|
|
147
|
-
};
|
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
import { defineComponent as T, useModel as h, ref as $, watch as L, openBlock as b, createElementBlock as f, normalizeClass as s, createElementVNode as r, unref as u, withModifiers as o, createCommentVNode as c, createVNode as M, mergeModels as v, nextTick as C } from "vue";
|
|
2
|
-
import F from "./BaseFloatingLabel.js";
|
|
3
|
-
import { useFloatingLabel as B } from "../composables/useFloatingLabel.js";
|
|
4
|
-
const z = ["id", "data-cy", "rows", "disabled", "aria-labelledby", "readonly", "value"], E = {
|
|
5
|
-
key: 0,
|
|
6
|
-
class: "uikit-visible uikit-float-none uikit-ml-2 uikit-block uikit-h-3 uikit-w-auto uikit-max-w-full uikit-overflow-hidden uikit-whitespace-nowrap uikit-p-0 uikit-text uikit-duration-[50s] uikit-ease-out"
|
|
7
|
-
}, H = ["innerHTML"], q = ["innerHTML"], S = /* @__PURE__ */ T({
|
|
8
|
-
inheritAttrs: !1,
|
|
9
|
-
__name: "BaseTextarea",
|
|
10
|
-
props: /* @__PURE__ */ v({
|
|
11
|
-
labelText: { default: "" },
|
|
12
|
-
feedback: {},
|
|
13
|
-
isValid: { type: [Boolean, null], default: null },
|
|
14
|
-
resize: { type: Boolean, default: !1 },
|
|
15
|
-
labelClasses: {}
|
|
16
|
-
}, {
|
|
17
|
-
modelValue: { default: "" },
|
|
18
|
-
modelModifiers: {}
|
|
19
|
-
}),
|
|
20
|
-
emits: /* @__PURE__ */ v(["focusin", "focusout", "click", "keydown"], ["update:modelValue"]),
|
|
21
|
-
setup(e, { expose: m, emit: x }) {
|
|
22
|
-
const n = h(e, "modelValue"), k = x, {
|
|
23
|
-
labelState: a,
|
|
24
|
-
handleFocusIn: w,
|
|
25
|
-
handleFocusOut: y,
|
|
26
|
-
setFloatingLabel: g,
|
|
27
|
-
setInlineLabel: p
|
|
28
|
-
} = B(k), t = $(null);
|
|
29
|
-
L(
|
|
30
|
-
n,
|
|
31
|
-
(i) => {
|
|
32
|
-
`${i}`.length && a.value !== "floating-label" ? g() : !i?.length && a.value !== "inline-label" && document.activeElement !== t.value && p();
|
|
33
|
-
},
|
|
34
|
-
{ immediate: !0 }
|
|
35
|
-
);
|
|
36
|
-
const V = ({ target: i }) => {
|
|
37
|
-
n.value = i.value;
|
|
38
|
-
};
|
|
39
|
-
return m({
|
|
40
|
-
disableTextarea: () => {
|
|
41
|
-
t.value && (t.value.setAttribute("readonly", "readonly"), t.value.classList.add("disabled"));
|
|
42
|
-
},
|
|
43
|
-
clearTextareaElem: () => {
|
|
44
|
-
t.value && (t.value.value = "");
|
|
45
|
-
},
|
|
46
|
-
focusDisabledTextarea: () => {
|
|
47
|
-
t.value && (t.value.removeAttribute("readonly"), t.value.classList.remove("disabled"), C(() => {
|
|
48
|
-
t.value && t.value.focus();
|
|
49
|
-
}));
|
|
50
|
-
}
|
|
51
|
-
}), (i, l) => (b(), f("div", {
|
|
52
|
-
class: s(i.$attrs["wrapper-classes"])
|
|
53
|
-
}, [
|
|
54
|
-
r("div", {
|
|
55
|
-
class: s(["input-wrapper uikit-relative uikit-rounded-xs uikit-px-0", [
|
|
56
|
-
u(a) === "floating-label" ? "floating-state" : "inline-state"
|
|
57
|
-
]])
|
|
58
|
-
}, [
|
|
59
|
-
r("textarea", {
|
|
60
|
-
id: i.$attrs.id,
|
|
61
|
-
ref_key: "textarea",
|
|
62
|
-
ref: t,
|
|
63
|
-
"data-cy": i.$attrs["data-cy"],
|
|
64
|
-
class: s(["textarea-scrollbar uikit-peer/fieldset uikit-relative uikit-z-20 uikit-mb-10px uikit-mt-15px uikit-w-[calc(100%-1px)] uikit-overflow-y-auto uikit-whitespace-pre-wrap uikit-rounded-xs uikit-border-0 uikit-bg-transparent uikit-bg-no-repeat uikit-px-15px uikit-pb-[8px] uikit-outline-none", [
|
|
65
|
-
{ "is-invalid invalid-bg !uikit-pr-10": e.isValid === !1 },
|
|
66
|
-
{ "is-valid valid-bg !uikit-pr-10": e.isValid },
|
|
67
|
-
{ "uikit-resize-none": !e.resize },
|
|
68
|
-
i.$attrs.class
|
|
69
|
-
]]),
|
|
70
|
-
rows: i.$attrs.rows,
|
|
71
|
-
disabled: i.$attrs.disabled,
|
|
72
|
-
"aria-labelledby": i.$attrs.id,
|
|
73
|
-
readonly: i.$attrs.readonly,
|
|
74
|
-
onFocusin: l[0] || (l[0] = o((d) => u(w)(), ["stop"])),
|
|
75
|
-
onFocusout: l[1] || (l[1] = o((d) => u(y)(`${n.value}`.trim()), ["stop"])),
|
|
76
|
-
onInput: o(V, ["stop"]),
|
|
77
|
-
onKeydown: l[2] || (l[2] = o((d) => k("keydown", d), ["stop"])),
|
|
78
|
-
onClick: l[3] || (l[3] = (d) => k("click", d)),
|
|
79
|
-
value: n.value
|
|
80
|
-
}, null, 42, z),
|
|
81
|
-
r("fieldset", {
|
|
82
|
-
class: s(["uikit-pointer-events-none uikit-absolute -uikit-top-0 uikit-bottom-[3px] uikit-left-0 uikit-right-0 uikit-m-0 uikit-min-w-0 uikit-overflow-hidden uikit-rounded-xs uikit-border uikit-border-solid uikit-bg-white uikit-p-0 uikit-px-2 uikit-text-start uikit-transition-[border] uikit-duration-100 uikit-ease-out peer-focus/fieldset:uikit-border-2 peer-focus/fieldset:uikit-border-w-primary peer-disabled/fieldset:uikit-bg-w-cultured peer-[&.disabled]/fieldset:uikit-bg-w-cultured peer-focus/fieldset:[&.is-invalid]:uikit-border-w-danger", [
|
|
83
|
-
{ "is-invalid": e.isValid === !1, "is-valid": e.isValid },
|
|
84
|
-
{ "uikit-border-w-danger": e.isValid === !1 },
|
|
85
|
-
{ "uikit-border-w-primary": e.isValid },
|
|
86
|
-
{ "uikit-border-w-secondary": e.isValid === null }
|
|
87
|
-
]])
|
|
88
|
-
}, [
|
|
89
|
-
e.labelText ? (b(), f("legend", E, [
|
|
90
|
-
r("span", {
|
|
91
|
-
class: s(["uikit-px-5px uikit-opacity-0", [
|
|
92
|
-
{
|
|
93
|
-
"uikit-visible uikit-inline-block": u(a) === "floating-label"
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"uikit-invisible uikit-hidden": u(a) === "inline-label"
|
|
97
|
-
}
|
|
98
|
-
]]),
|
|
99
|
-
innerHTML: e.labelText
|
|
100
|
-
}, null, 10, H)
|
|
101
|
-
])) : c("", !0)
|
|
102
|
-
], 2),
|
|
103
|
-
M(F, {
|
|
104
|
-
for: i.$attrs.id,
|
|
105
|
-
"label-text": e.labelText,
|
|
106
|
-
"label-state": u(a),
|
|
107
|
-
required: i.$attrs.required,
|
|
108
|
-
"is-valid": e.isValid,
|
|
109
|
-
"label-classes": [
|
|
110
|
-
u(a) === "floating-label" ? "!-uikit-top-1" : "!uikit-top-4",
|
|
111
|
-
e.labelClasses
|
|
112
|
-
]
|
|
113
|
-
}, null, 8, ["for", "label-text", "label-state", "required", "is-valid", "label-classes"])
|
|
114
|
-
], 2),
|
|
115
|
-
(e.isValid || e.isValid === !1) && e.feedback ? (b(), f("div", {
|
|
116
|
-
key: 0,
|
|
117
|
-
class: s(
|
|
118
|
-
e.isValid === !1 ? "uikit-mt-1 uikit-text-12 uikit-text-w-danger" : "uikit-mt-1 uikit-text-12 uikit-text-w-primary"
|
|
119
|
-
),
|
|
120
|
-
innerHTML: e.isValid === !1 ? e.feedback.invalid : e.feedback.valid
|
|
121
|
-
}, null, 10, q)) : c("", !0)
|
|
122
|
-
], 2));
|
|
123
|
-
}
|
|
124
|
-
});
|
|
125
|
-
export {
|
|
126
|
-
S as default
|
|
127
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { Optional } from '@wikicasa-dev/types';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
label?: string;
|
|
4
|
-
dataCy?: string;
|
|
5
|
-
};
|
|
6
|
-
type __VLS_ModelProps = {
|
|
7
|
-
modelValue?: Optional<boolean>;
|
|
8
|
-
};
|
|
9
|
-
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
10
|
-
declare var __VLS_1: {}, __VLS_14: {};
|
|
11
|
-
type __VLS_Slots = {} & {
|
|
12
|
-
leftLabel?: (props: typeof __VLS_1) => any;
|
|
13
|
-
} & {
|
|
14
|
-
rightLabel?: (props: typeof __VLS_14) => any;
|
|
15
|
-
};
|
|
16
|
-
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
-
"update:modelValue": (value: Optional<boolean>) => any;
|
|
18
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
19
|
-
"onUpdate:modelValue"?: ((value: Optional<boolean>) => any) | undefined;
|
|
20
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
21
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
22
|
-
declare const _default: typeof __VLS_export;
|
|
23
|
-
export default _default;
|
|
24
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
25
|
-
new (): {
|
|
26
|
-
$slots: S;
|
|
27
|
-
};
|
|
28
|
-
};
|
package/dist/UIKit/BaseToggle.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { defineComponent as d, useModel as s, openBlock as n, createElementBlock as k, renderSlot as a, createVNode as u, unref as o, withCtx as c, createElementVNode as m, createCommentVNode as f, mergeModels as p } from "vue";
|
|
2
|
-
import { SwitchRoot as b, SwitchThumb as h } from "reka-ui";
|
|
3
|
-
const g = { class: "uikit-flex uikit-items-center uikit-gap-[8px]" }, w = ["innerHTML"], V = /* @__PURE__ */ d({
|
|
4
|
-
__name: "BaseToggle",
|
|
5
|
-
props: /* @__PURE__ */ p({
|
|
6
|
-
label: {},
|
|
7
|
-
dataCy: {}
|
|
8
|
-
}, {
|
|
9
|
-
modelValue: { type: Boolean, default: !1 },
|
|
10
|
-
modelModifiers: {}
|
|
11
|
-
}),
|
|
12
|
-
emits: ["update:modelValue"],
|
|
13
|
-
setup(e) {
|
|
14
|
-
const i = s(e, "modelValue");
|
|
15
|
-
return (t, l) => (n(), k("div", g, [
|
|
16
|
-
a(t.$slots, "leftLabel"),
|
|
17
|
-
u(o(b), {
|
|
18
|
-
modelValue: i.value,
|
|
19
|
-
"onUpdate:modelValue": l[0] || (l[0] = (r) => i.value = r),
|
|
20
|
-
"data-cy": e.dataCy,
|
|
21
|
-
class: "uikit-flex uikit-h-[20px] uikit-w-[40px] uikit-cursor-pointer uikit-rounded-full uikit-p-0 uikit-transition-[background] uikit-will-change-[background] focus-visible:uikit-outline-w-primary data-[state=checked]:uikit-bg-w-primary data-[state=unchecked]:uikit-bg-w-cultured"
|
|
22
|
-
}, {
|
|
23
|
-
default: c(() => [
|
|
24
|
-
u(o(h), { class: "uikit-box-border uikit-flex uikit-size-[20px] uikit-translate-x-0 uikit-items-center uikit-justify-center uikit-rounded-full uikit-border uikit-border-solid uikit-border-w-lightgray uikit-bg-white uikit-shadow-xl uikit-transition-transform uikit-will-change-transform data-[state=checked]:uikit-translate-x-full" })
|
|
25
|
-
]),
|
|
26
|
-
_: 1
|
|
27
|
-
}, 8, ["modelValue", "data-cy"]),
|
|
28
|
-
t.$slots.leftLabel ? f("", !0) : a(t.$slots, "rightLabel", { key: 0 }, () => [
|
|
29
|
-
m("span", {
|
|
30
|
-
class: "uikit-ml-[10px]",
|
|
31
|
-
innerHTML: e.label
|
|
32
|
-
}, null, 8, w)
|
|
33
|
-
])
|
|
34
|
-
]));
|
|
35
|
-
}
|
|
36
|
-
});
|
|
37
|
-
export {
|
|
38
|
-
V as default
|
|
39
|
-
};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ClassTypeProp } from './types';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
theme?: {
|
|
4
|
-
color: "blue" | "white";
|
|
5
|
-
size: "sm" | "md" | "lg";
|
|
6
|
-
};
|
|
7
|
-
direction?: "top" | "bottom" | "left" | "right" | "top-center" | "bottom-center";
|
|
8
|
-
customTooltipClass?: "mail-alert" | "";
|
|
9
|
-
showTooltipContentManually?: boolean;
|
|
10
|
-
tooltipContentClasses?: ClassTypeProp;
|
|
11
|
-
};
|
|
12
|
-
declare var __VLS_1: {}, __VLS_3: {};
|
|
13
|
-
type __VLS_Slots = {} & {
|
|
14
|
-
trigger?: (props: typeof __VLS_1) => any;
|
|
15
|
-
} & {
|
|
16
|
-
content?: (props: typeof __VLS_3) => any;
|
|
17
|
-
};
|
|
18
|
-
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
19
|
-
direction: "top" | "bottom" | "left" | "right" | "top-center" | "bottom-center";
|
|
20
|
-
theme: {
|
|
21
|
-
color: "blue" | "white";
|
|
22
|
-
size: "sm" | "md" | "lg";
|
|
23
|
-
};
|
|
24
|
-
customTooltipClass: "mail-alert" | "";
|
|
25
|
-
showTooltipContentManually: boolean;
|
|
26
|
-
tooltipContentClasses: string | Record<string, boolean> | import('./types').ClassType[] | import('./types').ClassType[] | null;
|
|
27
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
28
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
29
|
-
declare const _default: typeof __VLS_export;
|
|
30
|
-
export default _default;
|
|
31
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
32
|
-
new (): {
|
|
33
|
-
$slots: S;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { defineComponent as n, openBlock as o, createElementBlock as l, renderSlot as s, createElementVNode as i, normalizeClass as a, createCommentVNode as r } from "vue";
|
|
2
|
-
const c = { class: "base-tooltip" }, m = /* @__PURE__ */ n({
|
|
3
|
-
__name: "BaseTooltip",
|
|
4
|
-
props: {
|
|
5
|
-
theme: { default: () => ({
|
|
6
|
-
color: "blue",
|
|
7
|
-
size: "sm"
|
|
8
|
-
}) },
|
|
9
|
-
direction: { default: "top" },
|
|
10
|
-
customTooltipClass: { default: "" },
|
|
11
|
-
showTooltipContentManually: { type: Boolean, default: !0 },
|
|
12
|
-
tooltipContentClasses: { default: "" }
|
|
13
|
-
},
|
|
14
|
-
setup(t) {
|
|
15
|
-
return (e, u) => (o(), l("div", c, [
|
|
16
|
-
s(e.$slots, "trigger", {}, void 0, !0),
|
|
17
|
-
i("div", {
|
|
18
|
-
class: a(["bg-transparent", [
|
|
19
|
-
t.theme.size,
|
|
20
|
-
`${t.customTooltipClass ? t.customTooltipClass : "tooltip-content-wrapper"}`
|
|
21
|
-
]])
|
|
22
|
-
}, [
|
|
23
|
-
t.showTooltipContentManually ? (o(), l("div", {
|
|
24
|
-
key: 0,
|
|
25
|
-
class: a(["tooltip-content uikit-shadow-lg uikit-shadow-w-primary/10", [
|
|
26
|
-
"base-tooltip-arrow",
|
|
27
|
-
t.direction,
|
|
28
|
-
t.theme.color,
|
|
29
|
-
t.theme.size,
|
|
30
|
-
t.tooltipContentClasses
|
|
31
|
-
]])
|
|
32
|
-
}, [
|
|
33
|
-
s(e.$slots, "content", {}, void 0, !0)
|
|
34
|
-
], 2)) : r("", !0)
|
|
35
|
-
], 2)
|
|
36
|
-
]));
|
|
37
|
-
}
|
|
38
|
-
});
|
|
39
|
-
export {
|
|
40
|
-
m as default
|
|
41
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { ClassTypeProp } from './types';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
id: string;
|
|
4
|
-
labelText?: string;
|
|
5
|
-
clear?: boolean;
|
|
6
|
-
labelClasses?: ClassTypeProp;
|
|
7
|
-
floatingLabelClasses?: ClassTypeProp;
|
|
8
|
-
fieldsetClasses?: ClassTypeProp;
|
|
9
|
-
legendClasses?: ClassTypeProp;
|
|
10
|
-
};
|
|
11
|
-
declare var __VLS_6: {
|
|
12
|
-
filename: string;
|
|
13
|
-
};
|
|
14
|
-
type __VLS_Slots = {} & {
|
|
15
|
-
label?: (props: typeof __VLS_6) => any;
|
|
16
|
-
};
|
|
17
|
-
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
-
cleared: () => any;
|
|
19
|
-
uploaded: (args_0: File) => any;
|
|
20
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
21
|
-
onCleared?: (() => any) | undefined;
|
|
22
|
-
onUploaded?: ((args_0: File) => any) | undefined;
|
|
23
|
-
}>, {
|
|
24
|
-
clear: boolean;
|
|
25
|
-
labelClasses: string | Record<string, boolean> | import('./types').ClassType[] | import('./types').ClassType[] | null;
|
|
26
|
-
fieldsetClasses: string | Record<string, boolean> | import('./types').ClassType[] | import('./types').ClassType[] | null;
|
|
27
|
-
legendClasses: string | Record<string, boolean> | import('./types').ClassType[] | import('./types').ClassType[] | null;
|
|
28
|
-
labelText: string;
|
|
29
|
-
floatingLabelClasses: string | Record<string, boolean> | import('./types').ClassType[] | import('./types').ClassType[] | null;
|
|
30
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
31
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
32
|
-
declare const _default: typeof __VLS_export;
|
|
33
|
-
export default _default;
|
|
34
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
35
|
-
new (): {
|
|
36
|
-
$slots: S;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import { defineComponent as b, ref as m, watch as p, openBlock as u, createElementBlock as o, normalizeClass as l, createElementVNode as a, createCommentVNode as d, createBlock as x, renderSlot as h } from "vue";
|
|
2
|
-
import v from "./BaseFloatingLabel.js";
|
|
3
|
-
const w = ["innerHTML"], C = ["for"], g = ["id", "multiple", "accept"], B = /* @__PURE__ */ b({
|
|
4
|
-
inheritAttrs: !1,
|
|
5
|
-
__name: "BaseUploadFile",
|
|
6
|
-
props: {
|
|
7
|
-
id: {},
|
|
8
|
-
labelText: { default: "" },
|
|
9
|
-
clear: { type: Boolean, default: !1 },
|
|
10
|
-
labelClasses: { default: "" },
|
|
11
|
-
floatingLabelClasses: { default: "" },
|
|
12
|
-
fieldsetClasses: { default: "" },
|
|
13
|
-
legendClasses: { default: "" }
|
|
14
|
-
},
|
|
15
|
-
emits: ["cleared", "uploaded"],
|
|
16
|
-
setup(e, { emit: r }) {
|
|
17
|
-
const k = e, n = r, s = m("");
|
|
18
|
-
p(
|
|
19
|
-
() => k.clear,
|
|
20
|
-
(i) => {
|
|
21
|
-
i && (s.value = "", n("cleared"));
|
|
22
|
-
}
|
|
23
|
-
);
|
|
24
|
-
const c = ({ target: i }) => {
|
|
25
|
-
if (!i) return;
|
|
26
|
-
const t = i.files;
|
|
27
|
-
t?.length && (s.value = t[0].name, n("uploaded", t[0]));
|
|
28
|
-
};
|
|
29
|
-
return (i, t) => (u(), o("div", {
|
|
30
|
-
class: l(["base-upload-file-wrapper uikit-relative", [i.$attrs.class]])
|
|
31
|
-
}, [
|
|
32
|
-
a("fieldset", {
|
|
33
|
-
class: l(["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-overflow-hidden uikit-rounded-xs uikit-border uikit-border-dashed uikit-border-w-secondary uikit-bg-w-lavender uikit-px-2 uikit-py-0 uikit-text-start", e.fieldsetClasses])
|
|
34
|
-
}, [
|
|
35
|
-
e.labelText ? (u(), o("legend", {
|
|
36
|
-
key: 0,
|
|
37
|
-
class: l(["uikit-invisible uikit-float-none uikit-ml-2 uikit-block uikit-h-3 uikit-w-auto uikit-max-w-full uikit-overflow-hidden uikit-whitespace-nowrap uikit-p-0 uikit-text", e.legendClasses])
|
|
38
|
-
}, [
|
|
39
|
-
a("span", {
|
|
40
|
-
class: "uikit-visible uikit-inline-block uikit-px-5px uikit-opacity-0",
|
|
41
|
-
innerHTML: e.labelText
|
|
42
|
-
}, null, 8, w)
|
|
43
|
-
], 2)) : d("", !0)
|
|
44
|
-
], 2),
|
|
45
|
-
e.labelText ? (u(), x(v, {
|
|
46
|
-
key: 0,
|
|
47
|
-
class: l(e.floatingLabelClasses),
|
|
48
|
-
"label-text": e.labelText,
|
|
49
|
-
"label-state": "floating-label",
|
|
50
|
-
"label-classes": "!-uikit-top-1"
|
|
51
|
-
}, null, 8, ["class", "label-text"])) : d("", !0),
|
|
52
|
-
a("label", {
|
|
53
|
-
class: l(["upload-file-input uikit-relative uikit-z-10 uikit-flex uikit-h-12 uikit-w-full uikit-cursor-pointer uikit-items-center uikit-justify-center uikit-rounded-xs uikit-text-sm", e.labelClasses]),
|
|
54
|
-
for: e.id
|
|
55
|
-
}, [
|
|
56
|
-
a("input", {
|
|
57
|
-
id: e.id,
|
|
58
|
-
multiple: i.$attrs.multiple,
|
|
59
|
-
type: "file",
|
|
60
|
-
class: "uikit-hidden",
|
|
61
|
-
accept: i.$attrs.accept,
|
|
62
|
-
onInput: t[0] || (t[0] = (f) => c(f))
|
|
63
|
-
}, null, 40, g),
|
|
64
|
-
h(i.$slots, "label", { filename: s.value })
|
|
65
|
-
], 10, C)
|
|
66
|
-
], 2));
|
|
67
|
-
}
|
|
68
|
-
});
|
|
69
|
-
export {
|
|
70
|
-
B as default
|
|
71
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { ClassTypeProp } from '../types';
|
|
2
|
-
export type CardTypes = "mini" | "vertical" | "news" | "";
|
|
3
|
-
export type CardRootTypes = "div" | "article";
|
|
4
|
-
export type BaseCardProps = {
|
|
5
|
-
type?: CardTypes;
|
|
6
|
-
rootComponent?: CardRootTypes;
|
|
7
|
-
cardImgClasses?: ClassTypeProp;
|
|
8
|
-
cardBodyClasses?: ClassTypeProp;
|
|
9
|
-
};
|
|
10
|
-
declare const _default: typeof __VLS_export;
|
|
11
|
-
export default _default;
|
|
12
|
-
declare const __VLS_export: __VLS_WithSlots<import('vue').DefineComponent<BaseCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
|
-
click: (args_0: MouseEvent) => any;
|
|
14
|
-
}, string, import('vue').PublicProps, Readonly<BaseCardProps> & Readonly<{
|
|
15
|
-
onClick?: ((args_0: MouseEvent) => any) | undefined;
|
|
16
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
17
|
-
'card-image'?: (props: {}) => any;
|
|
18
|
-
} & {
|
|
19
|
-
'card-description'?: (props: {}) => any;
|
|
20
|
-
}>;
|
|
21
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
22
|
-
new (): {
|
|
23
|
-
$slots: S;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { defineComponent as C, computed as c, openBlock as u, createBlock as y, resolveDynamicComponent as f, normalizeClass as a, withCtx as g, createElementVNode as d, renderSlot as l } from "vue";
|
|
2
|
-
const p = /* @__PURE__ */ C({
|
|
3
|
-
__name: "BaseCard",
|
|
4
|
-
props: {
|
|
5
|
-
type: { default: "" },
|
|
6
|
-
rootComponent: { default: "div" },
|
|
7
|
-
cardImgClasses: { default: "" },
|
|
8
|
-
cardBodyClasses: { default: "" }
|
|
9
|
-
},
|
|
10
|
-
emits: ["click"],
|
|
11
|
-
setup(e, { emit: o }) {
|
|
12
|
-
const n = o, r = c(
|
|
13
|
-
() => e.type === "news" ? "news-card" : e.type
|
|
14
|
-
), i = c(() => e.type ? `${e.type}-img` : "");
|
|
15
|
-
return (s, t) => (u(), y(f(e.rootComponent), {
|
|
16
|
-
class: a(["uikit-card", [r.value]]),
|
|
17
|
-
onClick: t[0] || (t[0] = (m) => n("click", m))
|
|
18
|
-
}, {
|
|
19
|
-
default: g(() => [
|
|
20
|
-
d("div", {
|
|
21
|
-
class: a(["card-img", [i.value, e.cardImgClasses]])
|
|
22
|
-
}, [
|
|
23
|
-
l(s.$slots, "card-image")
|
|
24
|
-
], 2),
|
|
25
|
-
d("div", {
|
|
26
|
-
class: a(["card-body", [e.cardBodyClasses]])
|
|
27
|
-
}, [
|
|
28
|
-
l(s.$slots, "card-description")
|
|
29
|
-
], 2)
|
|
30
|
-
]),
|
|
31
|
-
_: 3
|
|
32
|
-
}, 8, ["class"]));
|
|
33
|
-
}
|
|
34
|
-
});
|
|
35
|
-
export {
|
|
36
|
-
p as default
|
|
37
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
declare var __VLS_1: {};
|
|
2
|
-
type __VLS_Slots = {} & {
|
|
3
|
-
default?: (props: typeof __VLS_1) => any;
|
|
4
|
-
};
|
|
5
|
-
declare const __VLS_base: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
7
|
-
declare const _default: typeof __VLS_export;
|
|
8
|
-
export default _default;
|
|
9
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
10
|
-
new (): {
|
|
11
|
-
$slots: S;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { openBlock as r, createElementBlock as o, renderSlot as t } from "vue";
|
|
2
|
-
import c from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
const n = {}, s = { class: "card-body" };
|
|
4
|
-
function i(e, d) {
|
|
5
|
-
return r(), o("div", s, [
|
|
6
|
-
t(e.$slots, "default")
|
|
7
|
-
]);
|
|
8
|
-
}
|
|
9
|
-
const f = /* @__PURE__ */ c(n, [["render", i]]);
|
|
10
|
-
export {
|
|
11
|
-
f as default
|
|
12
|
-
};
|