@wikicasa-dev/components 2.0.54 → 2.0.55

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.
Files changed (165) hide show
  1. package/dist/UIKit/{AccessibleSelect.vue.d.ts → AccessibleSelect.d.ts} +5 -10
  2. package/dist/UIKit/AccessibleSelect.js +4 -0
  3. package/dist/UIKit/Accordion/{BaseAccordion.vue.d.ts → BaseAccordion.d.ts} +9 -12
  4. package/dist/UIKit/Accordion/BaseAccordion.js +4 -0
  5. package/dist/UIKit/Accordion/{BaseAccordionBtn.vue.d.ts → BaseAccordionBtn.d.ts} +12 -17
  6. package/dist/UIKit/Accordion/BaseAccordionBtn.js +4 -0
  7. package/dist/UIKit/Accordion/{BaseAccordionContent.vue.d.ts → BaseAccordionContent.d.ts} +10 -14
  8. package/dist/UIKit/Accordion/BaseAccordionContent.js +4 -0
  9. package/dist/UIKit/Accordion/{BaseAccordionItem.vue.d.ts → BaseAccordionItem.d.ts} +20 -33
  10. package/dist/UIKit/Accordion/BaseAccordionItem.js +4 -0
  11. package/dist/UIKit/{BaseAlert.vue.d.ts → BaseAlert.d.ts} +7 -7
  12. package/dist/UIKit/BaseAlert.js +4 -0
  13. package/dist/UIKit/{BaseAutocomplete.vue.d.ts → BaseAutocomplete.d.ts} +4 -8
  14. package/dist/UIKit/BaseAutocomplete.js +4 -0
  15. package/dist/UIKit/{BaseBadge.vue.d.ts → BaseBadge.d.ts} +6 -6
  16. package/dist/UIKit/BaseBadge.js +4 -0
  17. package/dist/UIKit/{BaseBreadcrumb.vue.d.ts → BaseBreadcrumb.d.ts} +8 -10
  18. package/dist/UIKit/BaseBreadcrumb.js +4 -0
  19. package/dist/UIKit/{BaseButton.vue.d.ts → BaseButton.d.ts} +17 -30
  20. package/dist/UIKit/BaseButton.js +4 -0
  21. package/dist/UIKit/{BaseCard.vue.d.ts → BaseCard.d.ts} +12 -15
  22. package/dist/{BaseCard.js → UIKit/BaseCard.js} +4 -4
  23. package/dist/UIKit/{BaseComplexToggle.vue.d.ts → BaseComplexToggle.d.ts} +7 -6
  24. package/dist/{BaseComplexToggle.js → UIKit/BaseComplexToggle.js} +6 -6
  25. package/dist/UIKit/{BaseDropDown.vue.d.ts → BaseDropDown.d.ts} +9 -6
  26. package/dist/UIKit/BaseDropDown.js +4 -0
  27. package/dist/UIKit/{BaseFloatingLabel.vue.d.ts → BaseFloatingLabel.d.ts} +5 -11
  28. package/dist/{BaseFloatingLabel.js → UIKit/BaseFloatingLabel.js} +5 -5
  29. package/dist/UIKit/BaseIcon.d.ts +11 -0
  30. package/dist/{BaseIcon.js → UIKit/BaseIcon.js} +6 -6
  31. package/dist/UIKit/{BaseInput.vue.d.ts → BaseInput.d.ts} +10 -7
  32. package/dist/{BaseInput.js → UIKit/BaseInput.js} +12 -12
  33. package/dist/UIKit/{BaseModal.vue.d.ts → BaseModal.d.ts} +25 -44
  34. package/dist/UIKit/BaseModal.js +4 -0
  35. package/dist/UIKit/{BasePagination.vue.d.ts → BasePagination.d.ts} +5 -5
  36. package/dist/UIKit/BasePagination.js +4 -0
  37. package/dist/{BasePaper.js → UIKit/BasePaper.js} +4 -4
  38. package/dist/UIKit/BaseSelect/{SelectItem.vue.d.ts → SelectItem.d.ts} +10 -12
  39. package/dist/UIKit/BaseSelect/SelectItem.js +4 -0
  40. package/dist/UIKit/{BaseSlider.vue.d.ts → BaseSlider.d.ts} +10 -7
  41. package/dist/{BaseSlider.js → UIKit/BaseSlider.js} +4 -4
  42. package/dist/UIKit/{BaseSnackbar.vue.d.ts → BaseSnackbar.d.ts} +7 -14
  43. package/dist/{BaseSnackbar.js → UIKit/BaseSnackbar.js} +5 -5
  44. package/dist/UIKit/{BaseTextarea.vue.d.ts → BaseTextarea.d.ts} +7 -5
  45. package/dist/{BaseTextarea.js → UIKit/BaseTextarea.js} +7 -7
  46. package/dist/UIKit/{BaseToggle.vue.d.ts → BaseToggle.d.ts} +6 -5
  47. package/dist/{BaseToggle.js → UIKit/BaseToggle.js} +6 -6
  48. package/dist/UIKit/{BaseTooltip.vue.d.ts → BaseTooltip.d.ts} +13 -20
  49. package/dist/{BaseTooltip.js → UIKit/BaseTooltip.js} +5 -5
  50. package/dist/UIKit/{BaseUploadFile.vue.d.ts → BaseUploadFile.d.ts} +13 -19
  51. package/dist/UIKit/BaseUploadFile.js +4 -0
  52. package/dist/UIKit/Checkbox/{CheckboxBtn.vue.d.ts → CheckboxBtn.d.ts} +18 -31
  53. package/dist/{CheckboxBtn.js → UIKit/Checkbox/CheckboxBtn.js} +7 -7
  54. package/dist/UIKit/Checkbox/{CheckboxGroup.vue.d.ts → CheckboxGroup.d.ts} +23 -43
  55. package/dist/UIKit/Checkbox/CheckboxGroup.js +4 -0
  56. package/dist/UIKit/Radio/{RadioButton.vue.d.ts → RadioButton.d.ts} +7 -11
  57. package/dist/UIKit/Radio/RadioButton.js +4 -0
  58. package/dist/UIKit/Radio/{RadioGroup.vue.d.ts → RadioGroup.d.ts} +8 -7
  59. package/dist/UIKit/Radio/RadioGroup.js +4 -0
  60. package/dist/UIKit/ShimmerLoader/{BaseShimmerLoader.vue.d.ts → BaseShimmerLoader.d.ts} +6 -6
  61. package/dist/{BaseShimmerLoader.js → UIKit/ShimmerLoader/BaseShimmerLoader.js} +4 -4
  62. package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.d.ts +63 -0
  63. package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.js +4 -0
  64. package/dist/UIKit/Slider/{SimpleSlider.vue.d.ts → SimpleSlider.d.ts} +7 -5
  65. package/dist/{SimpleSlider.js → UIKit/Slider/SimpleSlider.js} +4 -4
  66. package/dist/UIKit/StaticSpinner.d.ts +6 -0
  67. package/dist/{StaticSpinner.js → UIKit/StaticSpinner.js} +4 -4
  68. package/dist/UIKit/Tab/{BaseTab.vue.d.ts → BaseTab.d.ts} +8 -10
  69. package/dist/UIKit/Tab/BaseTab.js +4 -0
  70. package/dist/UIKit/Tab/{BaseTabList.vue.d.ts → BaseTabList.d.ts} +5 -7
  71. package/dist/UIKit/Tab/BaseTabList.js +4 -0
  72. package/dist/UIKit/Tab/{BaseTabPanel.vue.d.ts → BaseTabPanel.d.ts} +9 -11
  73. package/dist/UIKit/Tab/BaseTabPanel.js +4 -0
  74. package/dist/UIKit/Tab/{BaseTabView.vue.d.ts → BaseTabView.d.ts} +7 -5
  75. package/dist/UIKit/Tab/BaseTabView.js +4 -0
  76. package/dist/UIKit/types.js +1 -0
  77. package/dist/assets/SwiperCarousel.css +1 -1
  78. package/dist/chart/DoughnutChart.d.ts +7 -0
  79. package/dist/chart/DoughnutChart.js +4 -0
  80. package/dist/chart/{LineChart.vue.d.ts → LineChart.d.ts} +4 -6
  81. package/dist/chart/LineChart.js +4 -0
  82. package/dist/chart/composables/useChartjsModules.d.ts +1 -1
  83. package/dist/{useChartjsModules.js → chart/composables/useChartjsModules.js} +5 -5
  84. package/dist/chunks/{AccessibleSelect.vue_vue_type_script_setup_true_lang.tcyWuhKm.js → AccessibleSelect.vue_vue_type_script_setup_true_lang.gRPd8LaO.js} +4 -4
  85. package/dist/chunks/{ArrowIcon.CCFMdsq6.js → ArrowIcon.Bq6Xr3uH.js} +1 -1
  86. package/dist/chunks/{BaseAccordion.vue_vue_type_script_setup_true_lang.R7qkuKlw.js → BaseAccordion.vue_vue_type_script_setup_true_lang.BJW28Y_i.js} +2 -2
  87. package/dist/chunks/{BaseAccordionBtn.vue_vue_type_script_setup_true_lang.DsDqk9iP.js → BaseAccordionBtn.vue_vue_type_script_setup_true_lang.APN3hif2.js} +4 -4
  88. package/dist/chunks/{BaseAccordionContent.vue_vue_type_script_setup_true_lang.C0aiiljz.js → BaseAccordionContent.vue_vue_type_script_setup_true_lang.Dn4qNu2R.js} +2 -2
  89. package/dist/chunks/{BaseAccordionItem.vue_vue_type_script_setup_true_lang.Caagpb9M.js → BaseAccordionItem.vue_vue_type_script_setup_true_lang.Dpjir3yq.js} +8 -8
  90. package/dist/chunks/{BaseAlert.vue_vue_type_style_index_0_lang.BtqP_iYL.js → BaseAlert.vue_vue_type_style_index_0_lang.DUWb9d9_.js} +2 -2
  91. package/dist/chunks/{BaseAutocomplete.vue_vue_type_script_setup_true_lang.B31Vyyn6.js → BaseAutocomplete.vue_vue_type_script_setup_true_lang.Ol7Hmb-E.js} +10 -10
  92. package/dist/chunks/{BaseBadge.vue_vue_type_style_index_0_lang.BOA1gBKu.js → BaseBadge.vue_vue_type_style_index_0_lang.D2PAy8_x.js} +2 -2
  93. package/dist/chunks/{BaseBreadcrumb.vue_vue_type_script_setup_true_lang.BAE3i6sW.js → BaseBreadcrumb.vue_vue_type_script_setup_true_lang.DlSPjwQe.js} +7 -7
  94. package/dist/chunks/{BaseButton.vue_vue_type_script_setup_true_lang.BWZPE2Gf.js → BaseButton.vue_vue_type_script_setup_true_lang.BPSr-Zxr.js} +5 -5
  95. package/dist/chunks/{BaseDropDown.vue_vue_type_script_setup_true_lang.CpbjEyOl.js → BaseDropDown.vue_vue_type_script_setup_true_lang.Cb0-JXG0.js} +9 -9
  96. package/dist/chunks/{BaseModal.vue_vue_type_style_index_0_lang.CeKWAwpg.js → BaseModal.vue_vue_type_style_index_0_lang.CCb032YN.js} +4 -4
  97. package/dist/chunks/{BasePagination.vue_vue_type_script_setup_true_lang.Cb6fEMc-.js → BasePagination.vue_vue_type_script_setup_true_lang.Cbo8eLhz.js} +20 -19
  98. package/dist/chunks/{BaseTabList.vue_vue_type_script_setup_true_lang.CohlLou1.js → BaseTabList.vue_vue_type_script_setup_true_lang.CHOGs5d-.js} +2 -2
  99. package/dist/chunks/{BaseTabPanel.vue_vue_type_script_setup_true_lang.DoZHWHt1.js → BaseTabPanel.vue_vue_type_script_setup_true_lang.CVJUssBq.js} +2 -2
  100. package/dist/chunks/{BaseTabView.vue_vue_type_script_setup_true_lang.DTPN9Rg-.js → BaseTabView.vue_vue_type_script_setup_true_lang.CUgJNst9.js} +3 -3
  101. package/dist/chunks/{BaseUploadFile.vue_vue_type_script_setup_true_lang.2elmVcZt.js → BaseUploadFile.vue_vue_type_script_setup_true_lang.CdwKhQoc.js} +2 -2
  102. package/dist/chunks/{CheckboxGroup.vue_vue_type_script_setup_true_lang.BC3hlJfx.js → CheckboxGroup.vue_vue_type_script_setup_true_lang.C9gKO-hI.js} +6 -6
  103. package/dist/chunks/{CloseIcon.DIkr4soH.js → CloseIcon.BZ4U3aiI.js} +1 -1
  104. package/dist/chunks/{DoughnutChart.vue_vue_type_script_setup_true_lang.C4QPaUsI.js → DoughnutChart.vue_vue_type_script_setup_true_lang.M0NEigw0.js} +4 -4
  105. package/dist/chunks/{IntersectionObservable.vue_vue_type_script_setup_true_lang.BBMxY-re.js → IntersectionObservable.vue_vue_type_script_setup_true_lang.DC17cx-h.js} +2 -2
  106. package/dist/chunks/{IntersectionObserver.vue_vue_type_script_setup_true_lang.CQHjzQc3.js → IntersectionObserver.vue_vue_type_script_setup_true_lang.BKewKDXG.js} +2 -2
  107. package/dist/chunks/{LineChart.vue_vue_type_script_setup_true_lang.iRZ_Q6nK.js → LineChart.vue_vue_type_script_setup_true_lang.ByrHxeZr.js} +4 -4
  108. package/dist/chunks/ObjectUtils.DwkJjVq1.js +10 -0
  109. package/dist/chunks/PharmacyIcon.DEQ8mOEJ.js +11 -0
  110. package/dist/chunks/{RadioButton.vue_vue_type_script_setup_true_lang.CiJAhkRj.js → RadioButton.vue_vue_type_script_setup_true_lang.DRQnjRA7.js} +2 -2
  111. package/dist/chunks/{RadioGroup.vue_vue_type_script_setup_true_lang.DdmSUyxZ.js → RadioGroup.vue_vue_type_script_setup_true_lang.CpsMf2PN.js} +2 -2
  112. package/dist/chunks/{SelectItem.vue_vue_type_script_setup_true_lang.GPFf7fjA.js → SelectItem.vue_vue_type_script_setup_true_lang.Drq_K7Vx.js} +2 -2
  113. package/dist/chunks/{ShimmerMultiLine.vue_vue_type_script_setup_true_lang.DuLXZx8X.js → ShimmerMultiLine.vue_vue_type_script_setup_true_lang.BoEMYLem.js} +4 -4
  114. package/dist/chunks/polyline.tNTK3v2u.js +129 -0
  115. package/dist/chunks/useKeyboardController.Cs_5GQTJ.js +41 -0
  116. package/dist/components/IntersectionObserver/{IntersectionObservable.vue.d.ts → IntersectionObservable.d.ts} +10 -9
  117. package/dist/components/IntersectionObserver/IntersectionObservable.js +4 -0
  118. package/dist/components/IntersectionObserver/{IntersectionObserver.vue.d.ts → IntersectionObserver.d.ts} +5 -2
  119. package/dist/components/IntersectionObserver/IntersectionObserver.js +4 -0
  120. package/dist/components/carousel/{SwiperCarousel.vue.d.ts → SwiperCarousel.d.ts} +6 -2
  121. package/dist/components/carousel/SwiperCarousel.js +1595 -0
  122. package/dist/components/carousel/{SwiperSlide.vue.d.ts → SwiperSlide.d.ts} +3 -2
  123. package/dist/{SwiperSlide.js → components/carousel/SwiperSlide.js} +3 -3
  124. package/dist/index.d.ts +42 -42
  125. package/dist/index.js +41 -41
  126. package/package.json +19 -6
  127. package/dist/AccessibleSelect.js +0 -4
  128. package/dist/BaseAccordion.js +0 -4
  129. package/dist/BaseAccordionBtn.js +0 -4
  130. package/dist/BaseAccordionContent.js +0 -4
  131. package/dist/BaseAccordionItem.js +0 -4
  132. package/dist/BaseAlert.js +0 -4
  133. package/dist/BaseAutocomplete.js +0 -4
  134. package/dist/BaseBadge.js +0 -4
  135. package/dist/BaseBreadcrumb.js +0 -4
  136. package/dist/BaseButton.js +0 -4
  137. package/dist/BaseDropDown.js +0 -4
  138. package/dist/BaseModal.js +0 -4
  139. package/dist/BasePagination.js +0 -4
  140. package/dist/BaseTab.js +0 -4
  141. package/dist/BaseTabList.js +0 -4
  142. package/dist/BaseTabPanel.js +0 -4
  143. package/dist/BaseTabView.js +0 -4
  144. package/dist/BaseUploadFile.js +0 -4
  145. package/dist/CheckboxGroup.js +0 -4
  146. package/dist/DoughnutChart.js +0 -4
  147. package/dist/IntersectionObservable.js +0 -4
  148. package/dist/IntersectionObserver.js +0 -4
  149. package/dist/LineChart.js +0 -4
  150. package/dist/RadioButton.js +0 -4
  151. package/dist/RadioGroup.js +0 -4
  152. package/dist/SelectItem.js +0 -4
  153. package/dist/ShimmerMultiLine.js +0 -4
  154. package/dist/SwiperCarousel.js +0 -1563
  155. package/dist/UIKit/BaseIcon.vue.d.ts +0 -17
  156. package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.vue.d.ts +0 -17
  157. package/dist/UIKit/StaticSpinner.vue.d.ts +0 -8
  158. package/dist/chart/DoughnutChart.vue.d.ts +0 -9
  159. package/dist/chunks/ObjectUtils.BOUbloeg.js +0 -10
  160. package/dist/chunks/PharmacyIcon.56ql_DYl.js +0 -19
  161. package/dist/chunks/types-B0dZ7OiV.D29wNgoj.js +0 -3209
  162. package/dist/chunks/useKeyboardController.CutKeclN.js +0 -41
  163. /package/dist/UIKit/{BasePaper.vue.d.ts → BasePaper.d.ts} +0 -0
  164. /package/dist/{useFloatingLabel.js → composables/useFloatingLabel.js} +0 -0
  165. /package/dist/{useValidator.js → composables/useValidator.js} +0 -0
@@ -1,8 +1,8 @@
1
- import { defineComponent as h, mergeModels as f, useModel as x, ref as $, watch as L, openBlock as k, createElementBlock as b, normalizeClass as s, createElementVNode as o, unref as l, withModifiers as d, createCommentVNode as p, createVNode as M, nextTick as C } from "vue";
1
+ import { defineComponent as h, mergeModels as f, useModel as x, ref as $, watch as L, createElementBlock as k, openBlock as b, normalizeClass as s, createElementVNode as o, createCommentVNode as p, unref as l, createVNode as M, withModifiers as d, nextTick as C } from "vue";
2
2
  import F from "./BaseFloatingLabel.js";
3
- import { useFloatingLabel as B } from "./useFloatingLabel.js";
4
- import { _ as z } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
5
- import './assets/BaseTextarea.css';const E = ["id", "data-cy", "rows", "disabled", "aria-labelledby", "readonly", "value"], H = {
3
+ import { useFloatingLabel as B } from "../composables/useFloatingLabel.js";
4
+ import { _ as z } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
5
+ import '../assets/BaseTextarea.css';const E = ["id", "data-cy", "rows", "disabled", "aria-labelledby", "readonly", "value"], H = {
6
6
  key: 0,
7
7
  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"
8
8
  }, I = ["innerHTML"], q = ["innerHTML"], A = /* @__PURE__ */ h({
@@ -49,7 +49,7 @@ import './assets/BaseTextarea.css';const E = ["id", "data-cy", "rows", "disabled
49
49
  i.value && i.value.focus();
50
50
  }));
51
51
  }
52
- }), (e, t) => (k(), b("div", {
52
+ }), (e, t) => (b(), k("div", {
53
53
  class: s(e.$attrs["wrapper-classes"])
54
54
  }, [
55
55
  o("div", {
@@ -87,7 +87,7 @@ import './assets/BaseTextarea.css';const E = ["id", "data-cy", "rows", "disabled
87
87
  { "uikit-border-w-secondary": e.isValid === null }
88
88
  ]])
89
89
  }, [
90
- e.labelText ? (k(), b("legend", H, [
90
+ e.labelText ? (b(), k("legend", H, [
91
91
  o("span", {
92
92
  class: s(["uikit-px-5px uikit-opacity-0", [
93
93
  {
@@ -113,7 +113,7 @@ import './assets/BaseTextarea.css';const E = ["id", "data-cy", "rows", "disabled
113
113
  ]
114
114
  }, null, 8, ["for", "label-text", "label-state", "required", "is-valid", "label-classes"])
115
115
  ], 2),
116
- (e.isValid || e.isValid === !1) && e.feedback ? (k(), b("div", {
116
+ (e.isValid || e.isValid === !1) && e.feedback ? (b(), k("div", {
117
117
  key: 0,
118
118
  class: s(
119
119
  e.isValid === !1 ? "uikit-mt-1 uikit-text-12 uikit-text-w-danger" : "uikit-mt-1 uikit-text-12 uikit-text-w-primary"
@@ -1,23 +1,24 @@
1
- declare let __VLS_typeProps: {
1
+ type __VLS_Props = {
2
2
  withRightLabel?: boolean;
3
3
  label?: string;
4
4
  };
5
5
  type __VLS_PublicProps = {
6
6
  modelValue?: boolean | undefined;
7
- } & typeof __VLS_typeProps;
7
+ } & __VLS_Props;
8
8
  declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
9
10
  slots: {
10
11
  leftLabel?(_: {}): any;
11
12
  rightLabel?(_: {}): any;
12
13
  };
13
14
  refs: {};
14
- attrs: Partial<{}>;
15
+ rootEl: any;
15
16
  };
16
17
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
18
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
- "update:modelValue": (modelValue: boolean | undefined) => any;
19
+ "update:modelValue": (value: boolean | undefined) => any;
19
20
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
20
- "onUpdate:modelValue"?: ((modelValue: boolean | undefined) => any) | undefined;
21
+ "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
21
22
  }>, {
22
23
  label: string;
23
24
  withRightLabel: boolean;
@@ -1,6 +1,6 @@
1
- import { defineComponent as a, mergeModels as n, useModel as d, openBlock as k, createElementBlock as b, normalizeClass as c, renderSlot as l, createElementVNode as i, withModifiers as f, createCommentVNode as p } from "vue";
2
- import { _ as m } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
- import './assets/BaseToggle.css';const h = { class: "switch uikit-relative uikit-inline-block uikit-min-w-[40px] uikit-text-sm" }, g = ["data-cy", "checked"], w = ["innerHTML"], y = /* @__PURE__ */ a({
1
+ import { defineComponent as a, mergeModels as n, useModel as d, createElementBlock as k, openBlock as b, normalizeClass as c, renderSlot as l, createElementVNode as i, createCommentVNode as f, withModifiers as p } from "vue";
2
+ import { _ as m } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
+ import '../assets/BaseToggle.css';const h = { class: "switch uikit-relative uikit-inline-block uikit-min-w-[40px] uikit-text-sm" }, g = ["data-cy", "checked"], w = ["innerHTML"], y = /* @__PURE__ */ a({
4
4
  inheritAttrs: !1,
5
5
  __name: "BaseToggle",
6
6
  props: /* @__PURE__ */ n({
@@ -15,7 +15,7 @@ import './assets/BaseToggle.css';const h = { class: "switch uikit-relative uikit
15
15
  const o = d(r, "modelValue"), u = ({ target: e }) => {
16
16
  o.value = e.checked;
17
17
  };
18
- return (e, t) => (k(), b("div", {
18
+ return (e, t) => (b(), k("div", {
19
19
  class: c(["switch-container uikit-inline-block uikit-items-center", e.$attrs.class])
20
20
  }, [
21
21
  l(e.$slots, "leftLabel", {}, void 0, !0),
@@ -25,7 +25,7 @@ import './assets/BaseToggle.css';const h = { class: "switch uikit-relative uikit
25
25
  class: "uikit-peer/toggle uikit-h-0 uikit-w-0 uikit-opacity-0",
26
26
  type: "checkbox",
27
27
  checked: o.value,
28
- onInput: t[0] || (t[0] = f((s) => u(s), ["stop"]))
28
+ onInput: t[0] || (t[0] = p((s) => u(s), ["stop"]))
29
29
  }, null, 40, g),
30
30
  t[1] || (t[1] = i("span", { class: "slider round uikit-absolute uikit-bottom-0 uikit-left-0 uikit-right-0 uikit-top-0 uikit-cursor-pointer uikit-bg-w-lavender uikit-duration-300 before:uikit-absolute before:uikit-bottom-0 before:uikit-left-0 before:uikit-top-0 before:uikit-box-border before:uikit-h-[22px] before:uikit-w-[22px] before:uikit-rounded-circle before:uikit-border before:uikit-border-solid before:uikit-border-w-secondary before:uikit-bg-white before:uikit-shadow-sm before:uikit-duration-300 before:uikit-content-[''] peer-checked/toggle:uikit-bg-w-primary" }, null, -1))
31
31
  ]),
@@ -34,7 +34,7 @@ import './assets/BaseToggle.css';const h = { class: "switch uikit-relative uikit
34
34
  class: "uikit-ml-10px",
35
35
  innerHTML: e.label
36
36
  }, null, 8, w)
37
- ], !0) : p("", !0)
37
+ ], !0) : f("", !0)
38
38
  ], 2));
39
39
  }
40
40
  }), B = /* @__PURE__ */ m(y, [["__scopeId", "data-v-1e6f488b"]]);
@@ -1,14 +1,5 @@
1
1
  import { ClassType } from '@wikicasa-dev/types';
2
- declare function __VLS_template(): {
3
- slots: {
4
- trigger?(_: {}): any;
5
- content?(_: {}): any;
6
- };
7
- refs: {};
8
- attrs: Partial<{}>;
9
- };
10
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import('vue').DefineComponent<{
2
+ type __VLS_Props = {
12
3
  theme?: {
13
4
  color: "blue" | "white";
14
5
  size: "sm" | "md" | "lg";
@@ -17,16 +8,18 @@ declare const __VLS_component: import('vue').DefineComponent<{
17
8
  customTooltipClass?: "mail-alert" | "";
18
9
  showTooltipContentManually?: boolean;
19
10
  tooltipContentClasses?: ClassType;
20
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
21
- theme?: {
22
- color: "blue" | "white";
23
- size: "sm" | "md" | "lg";
11
+ };
12
+ declare function __VLS_template(): {
13
+ attrs: Partial<{}>;
14
+ slots: {
15
+ trigger?(_: {}): any;
16
+ content?(_: {}): any;
24
17
  };
25
- direction?: "top" | "bottom" | "left" | "right" | "top-center" | "bottom-center";
26
- customTooltipClass?: "mail-alert" | "";
27
- showTooltipContentManually?: boolean;
28
- tooltipContentClasses?: ClassType;
29
- }> & Readonly<{}>, {
18
+ refs: {};
19
+ rootEl: HTMLDivElement;
20
+ };
21
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
30
23
  direction: "top" | "bottom" | "left" | "right" | "top-center" | "bottom-center";
31
24
  theme: {
32
25
  color: "blue" | "white";
@@ -35,7 +28,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
35
28
  customTooltipClass: "mail-alert" | "";
36
29
  showTooltipContentManually: boolean;
37
30
  tooltipContentClasses: ClassType;
38
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
31
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
39
32
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
40
33
  export default _default;
41
34
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,6 +1,6 @@
1
- import { defineComponent as a, openBlock as e, createElementBlock as t, renderSlot as s, createElementVNode as i, normalizeClass as l, createCommentVNode as n } from "vue";
2
- import { _ as r } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
- import './assets/BaseTooltip.css';const p = { class: "base-tooltip" }, d = /* @__PURE__ */ a({
1
+ import { defineComponent as a, createElementBlock as e, openBlock as t, renderSlot as s, createElementVNode as i, normalizeClass as l, createCommentVNode as n } from "vue";
2
+ import { _ as r } from "../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
+ import '../assets/BaseTooltip.css';const p = { class: "base-tooltip" }, d = /* @__PURE__ */ a({
4
4
  __name: "BaseTooltip",
5
5
  props: {
6
6
  theme: { default: () => ({
@@ -13,7 +13,7 @@ import './assets/BaseTooltip.css';const p = { class: "base-tooltip" }, d = /* @_
13
13
  tooltipContentClasses: { default: "" }
14
14
  },
15
15
  setup(m) {
16
- return (o, u) => (e(), t("div", p, [
16
+ return (o, u) => (t(), e("div", p, [
17
17
  s(o.$slots, "trigger", {}, void 0, !0),
18
18
  i("div", {
19
19
  class: l(["bg-transparent", [
@@ -21,7 +21,7 @@ import './assets/BaseTooltip.css';const p = { class: "base-tooltip" }, d = /* @_
21
21
  `${o.customTooltipClass ? o.customTooltipClass : "tooltip-content-wrapper"}`
22
22
  ]])
23
23
  }, [
24
- o.showTooltipContentManually ? (e(), t("div", {
24
+ o.showTooltipContentManually ? (t(), e("div", {
25
25
  key: 0,
26
26
  class: l(["tooltip-content uikit-shadow-lg uikit-shadow-w-primary/10", [
27
27
  "base-tooltip-arrow",
@@ -1,34 +1,28 @@
1
1
  import { ClassType } from '@wikicasa-dev/types';
2
+ type __VLS_Props = {
3
+ id: string;
4
+ labelText?: string;
5
+ clear?: boolean;
6
+ labelClasses?: ClassType;
7
+ floatingLabelClasses?: ClassType;
8
+ fieldsetClasses?: ClassType;
9
+ legendClasses?: ClassType;
10
+ };
2
11
  declare function __VLS_template(): {
12
+ attrs: Partial<{}>;
3
13
  slots: {
4
14
  label?(_: {
5
15
  filename: string;
6
16
  }): any;
7
17
  };
8
18
  refs: {};
9
- attrs: Partial<{}>;
19
+ rootEl: any;
10
20
  };
11
21
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: import('vue').DefineComponent<{
13
- id: string;
14
- labelText?: string;
15
- clear?: boolean;
16
- labelClasses?: ClassType;
17
- floatingLabelClasses?: ClassType;
18
- fieldsetClasses?: ClassType;
19
- legendClasses?: ClassType;
20
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21
23
  cleared: () => any;
22
24
  uploaded: (args_0: File) => any;
23
- }, string, import('vue').PublicProps, Readonly<{
24
- id: string;
25
- labelText?: string;
26
- clear?: boolean;
27
- labelClasses?: ClassType;
28
- floatingLabelClasses?: ClassType;
29
- fieldsetClasses?: ClassType;
30
- legendClasses?: ClassType;
31
- }> & Readonly<{
25
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
32
26
  onCleared?: (() => any) | undefined;
33
27
  onUploaded?: ((args_0: File) => any) | undefined;
34
28
  }>, {
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "../chunks/BaseUploadFile.vue_vue_type_script_setup_true_lang.CdwKhQoc.js";
2
+ export {
3
+ f as default
4
+ };
@@ -4,17 +4,7 @@ type EventPayload = {
4
4
  label: string | number;
5
5
  checked: boolean;
6
6
  };
7
- declare function __VLS_template(): {
8
- slots: {
9
- label?(_: {}): any;
10
- };
11
- refs: {
12
- checkbox: HTMLInputElement;
13
- };
14
- attrs: Partial<{}>;
15
- };
16
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
- declare const __VLS_component: import('vue').DefineComponent<{
7
+ type __VLS_Props = {
18
8
  id?: string | number;
19
9
  dataCy?: string;
20
10
  disabled?: boolean;
@@ -31,32 +21,29 @@ declare const __VLS_component: import('vue').DefineComponent<{
31
21
  */
32
22
  handleLabelClick?: boolean;
33
23
  modelValue?: boolean;
34
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
+ };
25
+ declare function __VLS_template(): {
26
+ attrs: Partial<{}>;
27
+ slots: {
28
+ label?(_: {}): any;
29
+ };
30
+ refs: {
31
+ checkbox: HTMLInputElement;
32
+ };
33
+ rootEl: HTMLDivElement;
34
+ };
35
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
36
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
35
37
  click: () => any;
36
38
  change: (args_0: EventPayload) => any;
37
39
  "update:modelValue": (args_0: boolean) => any;
38
- }, string, import('vue').PublicProps, Readonly<{
39
- id?: string | number;
40
- dataCy?: string;
41
- disabled?: boolean;
42
- checked?: boolean;
43
- required?: boolean;
44
- inputClass?: ClassType;
45
- inline?: boolean;
46
- label?: string | number;
47
- labelClass?: ClassType;
48
- isValid?: Nullable<boolean>;
49
- containerId?: string;
50
- /**
51
- * If false, the click event won't be emitted
52
- */
53
- handleLabelClick?: boolean;
54
- modelValue?: boolean;
55
- }> & Readonly<{
40
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
56
41
  onClick?: (() => any) | undefined;
57
42
  onChange?: ((args_0: EventPayload) => any) | undefined;
58
43
  "onUpdate:modelValue"?: ((args_0: boolean) => any) | undefined;
59
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
44
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
45
+ checkbox: HTMLInputElement;
46
+ }, HTMLDivElement>;
60
47
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
61
48
  export default _default;
62
49
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,6 +1,6 @@
1
- import { defineComponent as b, useId as f, computed as h, openBlock as s, createElementBlock as r, normalizeClass as l, withModifiers as o, createElementVNode as u, renderSlot as m, toDisplayString as C, createCommentVNode as g } from "vue";
2
- import { _ as y } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
- import './assets/CheckboxBtn.css';const v = ["id"], V = ["id", "data-cy", "checked", "disabled"], B = ["for"], w = /* @__PURE__ */ b({
1
+ import { defineComponent as b, useId as f, computed as h, createElementBlock as s, openBlock as r, withModifiers as o, normalizeClass as l, createElementVNode as u, renderSlot as m, createCommentVNode as C, toDisplayString as g } from "vue";
2
+ import { _ as y } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
+ import '../../assets/CheckboxBtn.css';const v = ["id"], V = ["id", "data-cy", "checked", "disabled"], B = ["for"], w = /* @__PURE__ */ b({
4
4
  __name: "CheckboxBtn",
5
5
  props: {
6
6
  id: {},
@@ -30,7 +30,7 @@ import './assets/CheckboxBtn.css';const v = ["id"], V = ["id", "data-cy", "check
30
30
  }, p = () => {
31
31
  k(), i.handleLabelClick && a("click");
32
32
  };
33
- return (e, t) => (s(), r("div", {
33
+ return (e, t) => (r(), s("div", {
34
34
  id: e.containerId,
35
35
  class: l(["uikit-group uikit-relative uikit-items-center uikit-pl-30px hover:uikit-cursor-pointer", [
36
36
  { "uikit-inline-flex": e.inline },
@@ -60,13 +60,13 @@ import './assets/CheckboxBtn.css';const v = ["id"], V = ["id", "data-cy", "check
60
60
  u("label", {
61
61
  class: l(["uikit-text-sm group-hover:uikit-cursor-pointer", [e.labelClass, { "uikit-text-w-danger": e.isValid === !1 }]]),
62
62
  for: n.value
63
- }, C(e.label), 11, B),
64
- e.required ? (s(), r("span", {
63
+ }, g(e.label), 11, B),
64
+ e.required ? (r(), s("span", {
65
65
  key: 0,
66
66
  class: l(["required after:uikit-content-['*']", [
67
67
  e.isValid !== !1 ? "after:uikit-text-w-primary" : "after:uikit-text-w-danger"
68
68
  ]])
69
- }, null, 2)) : g("", !0)
69
+ }, null, 2)) : C("", !0)
70
70
  ], !0)
71
71
  ], 10, v));
72
72
  }
@@ -1,24 +1,6 @@
1
1
  import { CheckboxButtonType, GetterIdType } from '../types';
2
2
  import { ClassType } from '@wikicasa-dev/types';
3
- declare function __VLS_template(): {
4
- slots: {
5
- default?(_: {
6
- isActive: (elem: CheckboxButtonType | string | number) => boolean;
7
- handleChange: (checkboxValue: CheckboxButtonType) => void;
8
- checkboxesData: CheckboxButtonType[];
9
- }): any;
10
- checkbox_elements?(_: {
11
- isActive: (elem: CheckboxButtonType | string | number) => boolean;
12
- handleChange: (checkboxValue: CheckboxButtonType) => void;
13
- checkboxesData: CheckboxButtonType[];
14
- reset: () => void;
15
- }): any;
16
- };
17
- refs: {};
18
- attrs: Partial<{}>;
19
- };
20
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
- declare const __VLS_component: import('vue').DefineComponent<{
3
+ type __VLS_Props = {
22
4
  checkboxData?: CheckboxButtonType[];
23
5
  formCheckInline?: boolean;
24
6
  reset?: boolean;
@@ -40,33 +22,31 @@ declare const __VLS_component: import('vue').DefineComponent<{
40
22
  getKey?: GetterIdType;
41
23
  groupId?: string;
42
24
  dataCy?: string;
43
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
25
+ };
26
+ declare function __VLS_template(): {
27
+ attrs: Partial<{}>;
28
+ slots: {
29
+ default?(_: {
30
+ isActive: (elem: CheckboxButtonType | string | number) => boolean;
31
+ handleChange: (checkboxValue: CheckboxButtonType) => void;
32
+ checkboxesData: CheckboxButtonType[];
33
+ }): any;
34
+ checkbox_elements?(_: {
35
+ isActive: (elem: CheckboxButtonType | string | number) => boolean;
36
+ handleChange: (checkboxValue: CheckboxButtonType) => void;
37
+ checkboxesData: CheckboxButtonType[];
38
+ reset: () => void;
39
+ }): any;
40
+ };
41
+ refs: {};
42
+ rootEl: any;
43
+ };
44
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
45
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
44
46
  "update:modelValue": (args_0: CheckboxButtonType[]) => any;
45
47
  resetted: () => any;
46
48
  checkedGroup: (args_0: string) => any;
47
- }, string, import('vue').PublicProps, Readonly<{
48
- checkboxData?: CheckboxButtonType[];
49
- formCheckInline?: boolean;
50
- reset?: boolean;
51
- checkboxContainerClasses?: ClassType;
52
- /**
53
- * [ResetCheckbox required] If true, when you check all the checkboxes, the reset one will be checked
54
- */
55
- autoCheckResetAll?: boolean;
56
- /**
57
- * [ResetCheckbox required] If true, when you uncheck all the checkboxes, the reset one will be checked
58
- */
59
- autoCheckResetEmpty?: boolean;
60
- /**
61
- * [ResetCheckbox required]
62
- * If true, you can manually toggle the reset button.
63
- * Otherwise, if autoCheckResetEmpty is false, the reset button would never be unchecked when the user clicks on it
64
- */
65
- manualToggleResetButton?: boolean;
66
- getKey?: GetterIdType;
67
- groupId?: string;
68
- dataCy?: string;
69
- }> & Readonly<{
49
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
70
50
  "onUpdate:modelValue"?: ((args_0: CheckboxButtonType[]) => any) | undefined;
71
51
  onResetted?: (() => any) | undefined;
72
52
  onCheckedGroup?: ((args_0: string) => any) | undefined;
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "../../chunks/CheckboxGroup.vue_vue_type_script_setup_true_lang.C9gKO-hI.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1,31 +1,27 @@
1
1
  import { ClassType, Nullable } from '@wikicasa-dev/types';
2
- declare const _default: import('vue').DefineComponent<{
2
+ type __VLS_Props = {
3
3
  id?: Nullable<string | number>;
4
4
  name?: string;
5
5
  label: string;
6
6
  modelValue?: boolean;
7
7
  inputClasses?: ClassType;
8
8
  labelClasses?: ClassType;
9
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
+ };
10
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
11
  change: (args_0: {
11
12
  id: string | number;
12
13
  label: string;
13
14
  name?: string;
14
15
  }) => any;
15
16
  "update:modelValue": (args_0: boolean) => any;
16
- }, string, import('vue').PublicProps, Readonly<{
17
- id?: Nullable<string | number>;
18
- name?: string;
19
- label: string;
20
- modelValue?: boolean;
21
- inputClasses?: ClassType;
22
- labelClasses?: ClassType;
23
- }> & Readonly<{
17
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
24
18
  onChange?: ((args_0: {
25
19
  id: string | number;
26
20
  label: string;
27
21
  name?: string;
28
22
  }) => any) | undefined;
29
23
  "onUpdate:modelValue"?: ((args_0: boolean) => any) | undefined;
30
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
24
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
25
+ checkbox: HTMLInputElement;
26
+ }, HTMLDivElement>;
31
27
  export default _default;
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "../../chunks/RadioButton.vue_vue_type_script_setup_true_lang.DRQnjRA7.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1,19 +1,20 @@
1
1
  import { RadioButtonType } from '../types';
2
2
  import { ClassType, Nullable, Optional } from '@wikicasa-dev/types';
3
- declare let __VLS_typeProps: {
3
+ type __VLS_Props = {
4
4
  radioValues?: RadioButtonType[];
5
5
  dataCy?: string;
6
6
  radioContainerClasses?: ClassType;
7
7
  };
8
8
  type __VLS_PublicProps = {
9
9
  "resetRadio"?: Optional<boolean>;
10
- } & typeof __VLS_typeProps;
10
+ } & __VLS_Props;
11
11
  declare function __VLS_template(): {
12
+ attrs: Partial<{}>;
12
13
  slots: {
13
14
  default?(_: {
14
15
  handleClick: (elem: RadioButtonType) => void;
15
16
  activeValue: {
16
- id?: (string | number | null) | undefined;
17
+ id?: string | number | null | undefined;
17
18
  label: string | number;
18
19
  payload?: unknown;
19
20
  active?: boolean | undefined;
@@ -24,7 +25,7 @@ declare function __VLS_template(): {
24
25
  radio_elements?(_: {
25
26
  handleClick: (elem: RadioButtonType) => void;
26
27
  activeValue: {
27
- id?: (string | number | null) | undefined;
28
+ id?: string | number | null | undefined;
28
29
  label: string | number;
29
30
  payload?: unknown;
30
31
  active?: boolean | undefined;
@@ -34,15 +35,15 @@ declare function __VLS_template(): {
34
35
  }): any;
35
36
  };
36
37
  refs: {};
37
- attrs: Partial<{}>;
38
+ rootEl: any;
38
39
  };
39
40
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
40
41
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
41
42
  "update:modelValue": (args_0: Nullable<RadioButtonType>) => any;
42
- "update:resetRadio": (resetRadio: Optional<boolean>) => any;
43
+ "update:resetRadio": (value: Optional<boolean>) => any;
43
44
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
44
45
  "onUpdate:modelValue"?: ((args_0: Nullable<RadioButtonType>) => any) | undefined;
45
- "onUpdate:resetRadio"?: ((resetRadio: Optional<boolean>) => any) | undefined;
46
+ "onUpdate:resetRadio"?: ((value: Optional<boolean>) => any) | undefined;
46
47
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
47
48
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
48
49
  export default _default;
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "../../chunks/RadioGroup.vue_vue_type_script_setup_true_lang.CpsMf2PN.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1,17 +1,17 @@
1
1
  import { ClassType } from '@wikicasa-dev/types';
2
+ type __VLS_Props = {
3
+ shimmerClasses?: ClassType;
4
+ };
2
5
  declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
3
7
  slots: {
4
8
  default?(_: {}): any;
5
9
  };
6
10
  refs: {};
7
- attrs: Partial<{}>;
11
+ rootEl: any;
8
12
  };
9
13
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
- declare const __VLS_component: import('vue').DefineComponent<{
11
- shimmerClasses?: ClassType;
12
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
13
- shimmerClasses?: ClassType;
14
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
15
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
16
  export default _default;
17
17
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,13 +1,13 @@
1
- import { defineComponent as i, openBlock as s, createElementBlock as r, normalizeClass as t, createElementVNode as a, renderSlot as l } from "vue";
2
- import { _ as o } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
- import './assets/BaseShimmerLoader.css';const m = /* @__PURE__ */ i({
1
+ import { defineComponent as i, createElementBlock as s, openBlock as r, normalizeClass as t, createElementVNode as a, renderSlot as l } from "vue";
2
+ import { _ as o } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
+ import '../../assets/BaseShimmerLoader.css';const m = /* @__PURE__ */ i({
4
4
  inheritAttrs: !1,
5
5
  __name: "BaseShimmerLoader",
6
6
  props: {
7
7
  shimmerClasses: { default: "" }
8
8
  },
9
9
  setup(u) {
10
- return (e, n) => (s(), r("div", {
10
+ return (e, n) => (r(), s("div", {
11
11
  class: t(["uikit-relative uikit-overflow-hidden uikit-bg-w-lavender", e.$attrs.class])
12
12
  }, [
13
13
  a("div", {