@wikicasa-dev/components 2.0.54-alpha.6 → 2.0.54

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 (164) hide show
  1. package/dist/AccessibleSelect.js +4 -0
  2. package/dist/BaseAccordion.js +4 -0
  3. package/dist/BaseAccordionBtn.js +4 -0
  4. package/dist/BaseAccordionContent.js +4 -0
  5. package/dist/BaseAccordionItem.js +4 -0
  6. package/dist/BaseAlert.js +4 -0
  7. package/dist/BaseAutocomplete.js +4 -0
  8. package/dist/BaseBadge.js +4 -0
  9. package/dist/BaseBreadcrumb.js +4 -0
  10. package/dist/BaseButton.js +4 -0
  11. package/dist/{UIKit/BaseCard.js → BaseCard.js} +4 -4
  12. package/dist/{UIKit/BaseComplexToggle.js → BaseComplexToggle.js} +6 -6
  13. package/dist/BaseDropDown.js +4 -0
  14. package/dist/{UIKit/BaseFloatingLabel.js → BaseFloatingLabel.js} +5 -5
  15. package/dist/{UIKit/BaseIcon.js → BaseIcon.js} +6 -6
  16. package/dist/{UIKit/BaseInput.js → BaseInput.js} +12 -12
  17. package/dist/BaseModal.js +4 -0
  18. package/dist/BasePagination.js +4 -0
  19. package/dist/{UIKit/BasePaper.js → BasePaper.js} +4 -4
  20. package/dist/{UIKit/ShimmerLoader/BaseShimmerLoader.js → BaseShimmerLoader.js} +4 -4
  21. package/dist/{UIKit/BaseSlider.js → BaseSlider.js} +4 -4
  22. package/dist/{UIKit/BaseSnackbar.js → BaseSnackbar.js} +5 -5
  23. package/dist/BaseTab.js +4 -0
  24. package/dist/BaseTabList.js +4 -0
  25. package/dist/BaseTabPanel.js +4 -0
  26. package/dist/BaseTabView.js +4 -0
  27. package/dist/{UIKit/BaseTextarea.js → BaseTextarea.js} +7 -7
  28. package/dist/{UIKit/BaseToggle.js → BaseToggle.js} +6 -6
  29. package/dist/{UIKit/BaseTooltip.js → BaseTooltip.js} +5 -5
  30. package/dist/BaseUploadFile.js +4 -0
  31. package/dist/{UIKit/Checkbox/CheckboxBtn.js → CheckboxBtn.js} +7 -7
  32. package/dist/CheckboxGroup.js +4 -0
  33. package/dist/DoughnutChart.js +4 -0
  34. package/dist/IntersectionObservable.js +4 -0
  35. package/dist/IntersectionObserver.js +4 -0
  36. package/dist/LineChart.js +4 -0
  37. package/dist/RadioButton.js +4 -0
  38. package/dist/RadioGroup.js +4 -0
  39. package/dist/SelectItem.js +4 -0
  40. package/dist/ShimmerMultiLine.js +4 -0
  41. package/dist/{UIKit/Slider/SimpleSlider.js → SimpleSlider.js} +4 -4
  42. package/dist/{UIKit/StaticSpinner.js → StaticSpinner.js} +4 -4
  43. package/dist/SwiperCarousel.js +1563 -0
  44. package/dist/{components/carousel/SwiperSlide.js → SwiperSlide.js} +3 -3
  45. package/dist/UIKit/{AccessibleSelect.d.ts → AccessibleSelect.vue.d.ts} +10 -5
  46. package/dist/UIKit/Accordion/{BaseAccordion.d.ts → BaseAccordion.vue.d.ts} +12 -9
  47. package/dist/UIKit/Accordion/{BaseAccordionBtn.d.ts → BaseAccordionBtn.vue.d.ts} +17 -12
  48. package/dist/UIKit/Accordion/{BaseAccordionContent.d.ts → BaseAccordionContent.vue.d.ts} +14 -10
  49. package/dist/UIKit/Accordion/{BaseAccordionItem.d.ts → BaseAccordionItem.vue.d.ts} +33 -20
  50. package/dist/UIKit/{BaseAlert.d.ts → BaseAlert.vue.d.ts} +7 -7
  51. package/dist/UIKit/{BaseAutocomplete.d.ts → BaseAutocomplete.vue.d.ts} +8 -4
  52. package/dist/UIKit/{BaseBadge.d.ts → BaseBadge.vue.d.ts} +6 -6
  53. package/dist/UIKit/{BaseBreadcrumb.d.ts → BaseBreadcrumb.vue.d.ts} +10 -8
  54. package/dist/UIKit/{BaseButton.d.ts → BaseButton.vue.d.ts} +30 -17
  55. package/dist/UIKit/{BaseCard.d.ts → BaseCard.vue.d.ts} +15 -12
  56. package/dist/UIKit/{BaseComplexToggle.d.ts → BaseComplexToggle.vue.d.ts} +6 -7
  57. package/dist/UIKit/{BaseDropDown.d.ts → BaseDropDown.vue.d.ts} +6 -9
  58. package/dist/UIKit/{BaseFloatingLabel.d.ts → BaseFloatingLabel.vue.d.ts} +11 -5
  59. package/dist/UIKit/BaseIcon.vue.d.ts +17 -0
  60. package/dist/UIKit/{BaseInput.d.ts → BaseInput.vue.d.ts} +7 -10
  61. package/dist/UIKit/{BaseModal.d.ts → BaseModal.vue.d.ts} +44 -25
  62. package/dist/UIKit/{BasePagination.d.ts → BasePagination.vue.d.ts} +5 -5
  63. package/dist/UIKit/BaseSelect/{SelectItem.d.ts → SelectItem.vue.d.ts} +12 -10
  64. package/dist/UIKit/{BaseSlider.d.ts → BaseSlider.vue.d.ts} +7 -10
  65. package/dist/UIKit/{BaseSnackbar.d.ts → BaseSnackbar.vue.d.ts} +14 -7
  66. package/dist/UIKit/{BaseTextarea.d.ts → BaseTextarea.vue.d.ts} +5 -7
  67. package/dist/UIKit/{BaseToggle.d.ts → BaseToggle.vue.d.ts} +5 -6
  68. package/dist/UIKit/{BaseTooltip.d.ts → BaseTooltip.vue.d.ts} +20 -13
  69. package/dist/UIKit/{BaseUploadFile.d.ts → BaseUploadFile.vue.d.ts} +19 -13
  70. package/dist/UIKit/Checkbox/{CheckboxBtn.d.ts → CheckboxBtn.vue.d.ts} +31 -18
  71. package/dist/UIKit/Checkbox/{CheckboxGroup.d.ts → CheckboxGroup.vue.d.ts} +43 -23
  72. package/dist/UIKit/Radio/{RadioButton.d.ts → RadioButton.vue.d.ts} +11 -7
  73. package/dist/UIKit/Radio/{RadioGroup.d.ts → RadioGroup.vue.d.ts} +7 -8
  74. package/dist/UIKit/ShimmerLoader/{BaseShimmerLoader.d.ts → BaseShimmerLoader.vue.d.ts} +6 -6
  75. package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.vue.d.ts +17 -0
  76. package/dist/UIKit/Slider/{SimpleSlider.d.ts → SimpleSlider.vue.d.ts} +5 -7
  77. package/dist/UIKit/StaticSpinner.vue.d.ts +8 -0
  78. package/dist/UIKit/Tab/{BaseTab.d.ts → BaseTab.vue.d.ts} +10 -8
  79. package/dist/UIKit/Tab/{BaseTabList.d.ts → BaseTabList.vue.d.ts} +7 -5
  80. package/dist/UIKit/Tab/{BaseTabPanel.d.ts → BaseTabPanel.vue.d.ts} +11 -9
  81. package/dist/UIKit/Tab/{BaseTabView.d.ts → BaseTabView.vue.d.ts} +5 -7
  82. package/dist/chart/DoughnutChart.vue.d.ts +9 -0
  83. package/dist/chart/{LineChart.d.ts → LineChart.vue.d.ts} +6 -4
  84. package/dist/chart/composables/useChartjsModules.d.ts +1 -1
  85. package/dist/chunks/{AccessibleSelect.vue_vue_type_script_setup_true_lang.gRPd8LaO.js → AccessibleSelect.vue_vue_type_script_setup_true_lang.tcyWuhKm.js} +4 -4
  86. package/dist/chunks/{ArrowIcon.Bq6Xr3uH.js → ArrowIcon.CCFMdsq6.js} +1 -1
  87. package/dist/chunks/{BaseAccordion.vue_vue_type_script_setup_true_lang.BJW28Y_i.js → BaseAccordion.vue_vue_type_script_setup_true_lang.R7qkuKlw.js} +2 -2
  88. package/dist/chunks/{BaseAccordionBtn.vue_vue_type_script_setup_true_lang.APN3hif2.js → BaseAccordionBtn.vue_vue_type_script_setup_true_lang.DsDqk9iP.js} +4 -4
  89. package/dist/chunks/{BaseAccordionContent.vue_vue_type_script_setup_true_lang.Dn4qNu2R.js → BaseAccordionContent.vue_vue_type_script_setup_true_lang.C0aiiljz.js} +2 -2
  90. package/dist/chunks/{BaseAccordionItem.vue_vue_type_script_setup_true_lang.Dpjir3yq.js → BaseAccordionItem.vue_vue_type_script_setup_true_lang.Caagpb9M.js} +8 -8
  91. package/dist/chunks/{BaseAlert.vue_vue_type_style_index_0_lang.DUWb9d9_.js → BaseAlert.vue_vue_type_style_index_0_lang.BtqP_iYL.js} +2 -2
  92. package/dist/chunks/{BaseAutocomplete.vue_vue_type_script_setup_true_lang.Ol7Hmb-E.js → BaseAutocomplete.vue_vue_type_script_setup_true_lang.B31Vyyn6.js} +10 -10
  93. package/dist/chunks/{BaseBadge.vue_vue_type_style_index_0_lang.D2PAy8_x.js → BaseBadge.vue_vue_type_style_index_0_lang.BOA1gBKu.js} +2 -2
  94. package/dist/chunks/{BaseBreadcrumb.vue_vue_type_script_setup_true_lang.DlSPjwQe.js → BaseBreadcrumb.vue_vue_type_script_setup_true_lang.BAE3i6sW.js} +7 -7
  95. package/dist/chunks/{BaseButton.vue_vue_type_script_setup_true_lang.BPSr-Zxr.js → BaseButton.vue_vue_type_script_setup_true_lang.BWZPE2Gf.js} +5 -5
  96. package/dist/chunks/{BaseDropDown.vue_vue_type_script_setup_true_lang.Cb0-JXG0.js → BaseDropDown.vue_vue_type_script_setup_true_lang.CpbjEyOl.js} +9 -9
  97. package/dist/chunks/{BaseModal.vue_vue_type_style_index_0_lang.CCb032YN.js → BaseModal.vue_vue_type_style_index_0_lang.CeKWAwpg.js} +4 -4
  98. package/dist/chunks/{BasePagination.vue_vue_type_script_setup_true_lang.Cbo8eLhz.js → BasePagination.vue_vue_type_script_setup_true_lang.Cb6fEMc-.js} +19 -20
  99. package/dist/chunks/{BaseTabList.vue_vue_type_script_setup_true_lang.CHOGs5d-.js → BaseTabList.vue_vue_type_script_setup_true_lang.CohlLou1.js} +2 -2
  100. package/dist/chunks/{BaseTabPanel.vue_vue_type_script_setup_true_lang.CVJUssBq.js → BaseTabPanel.vue_vue_type_script_setup_true_lang.DoZHWHt1.js} +2 -2
  101. package/dist/chunks/{BaseTabView.vue_vue_type_script_setup_true_lang.CUgJNst9.js → BaseTabView.vue_vue_type_script_setup_true_lang.DTPN9Rg-.js} +3 -3
  102. package/dist/chunks/{BaseUploadFile.vue_vue_type_script_setup_true_lang.CdwKhQoc.js → BaseUploadFile.vue_vue_type_script_setup_true_lang.2elmVcZt.js} +2 -2
  103. package/dist/chunks/{CheckboxGroup.vue_vue_type_script_setup_true_lang.C9gKO-hI.js → CheckboxGroup.vue_vue_type_script_setup_true_lang.BC3hlJfx.js} +6 -6
  104. package/dist/chunks/{CloseIcon.BZ4U3aiI.js → CloseIcon.DIkr4soH.js} +1 -1
  105. package/dist/chunks/{DoughnutChart.vue_vue_type_script_setup_true_lang.M0NEigw0.js → DoughnutChart.vue_vue_type_script_setup_true_lang.C4QPaUsI.js} +4 -4
  106. package/dist/chunks/{IntersectionObservable.vue_vue_type_script_setup_true_lang.DC17cx-h.js → IntersectionObservable.vue_vue_type_script_setup_true_lang.BBMxY-re.js} +2 -2
  107. package/dist/chunks/{IntersectionObserver.vue_vue_type_script_setup_true_lang.BKewKDXG.js → IntersectionObserver.vue_vue_type_script_setup_true_lang.CQHjzQc3.js} +2 -2
  108. package/dist/chunks/{LineChart.vue_vue_type_script_setup_true_lang.ByrHxeZr.js → LineChart.vue_vue_type_script_setup_true_lang.iRZ_Q6nK.js} +4 -4
  109. package/dist/chunks/ObjectUtils.BOUbloeg.js +10 -0
  110. package/dist/chunks/PharmacyIcon.56ql_DYl.js +19 -0
  111. package/dist/chunks/{RadioButton.vue_vue_type_script_setup_true_lang.DRQnjRA7.js → RadioButton.vue_vue_type_script_setup_true_lang.CiJAhkRj.js} +2 -2
  112. package/dist/chunks/{RadioGroup.vue_vue_type_script_setup_true_lang.CpsMf2PN.js → RadioGroup.vue_vue_type_script_setup_true_lang.DdmSUyxZ.js} +2 -2
  113. package/dist/chunks/{SelectItem.vue_vue_type_script_setup_true_lang.Drq_K7Vx.js → SelectItem.vue_vue_type_script_setup_true_lang.GPFf7fjA.js} +2 -2
  114. package/dist/chunks/{ShimmerMultiLine.vue_vue_type_script_setup_true_lang.BoEMYLem.js → ShimmerMultiLine.vue_vue_type_script_setup_true_lang.DuLXZx8X.js} +4 -4
  115. package/dist/chunks/types-B0dZ7OiV.D29wNgoj.js +3209 -0
  116. package/dist/chunks/useKeyboardController.CutKeclN.js +41 -0
  117. package/dist/components/IntersectionObserver/{IntersectionObservable.d.ts → IntersectionObservable.vue.d.ts} +9 -10
  118. package/dist/components/IntersectionObserver/{IntersectionObserver.d.ts → IntersectionObserver.vue.d.ts} +2 -5
  119. package/dist/components/carousel/{SwiperCarousel.d.ts → SwiperCarousel.vue.d.ts} +2 -6
  120. package/dist/components/carousel/{SwiperSlide.d.ts → SwiperSlide.vue.d.ts} +2 -3
  121. package/dist/index.d.ts +42 -42
  122. package/dist/index.js +41 -41
  123. package/dist/{chart/composables/useChartjsModules.js → useChartjsModules.js} +5 -5
  124. package/package.json +6 -19
  125. package/dist/UIKit/AccessibleSelect.js +0 -4
  126. package/dist/UIKit/Accordion/BaseAccordion.js +0 -4
  127. package/dist/UIKit/Accordion/BaseAccordionBtn.js +0 -4
  128. package/dist/UIKit/Accordion/BaseAccordionContent.js +0 -4
  129. package/dist/UIKit/Accordion/BaseAccordionItem.js +0 -4
  130. package/dist/UIKit/BaseAlert.js +0 -4
  131. package/dist/UIKit/BaseAutocomplete.js +0 -4
  132. package/dist/UIKit/BaseBadge.js +0 -4
  133. package/dist/UIKit/BaseBreadcrumb.js +0 -4
  134. package/dist/UIKit/BaseButton.js +0 -4
  135. package/dist/UIKit/BaseDropDown.js +0 -4
  136. package/dist/UIKit/BaseIcon.d.ts +0 -11
  137. package/dist/UIKit/BaseModal.js +0 -4
  138. package/dist/UIKit/BasePagination.js +0 -4
  139. package/dist/UIKit/BaseSelect/SelectItem.js +0 -4
  140. package/dist/UIKit/BaseUploadFile.js +0 -4
  141. package/dist/UIKit/Checkbox/CheckboxGroup.js +0 -4
  142. package/dist/UIKit/Radio/RadioButton.js +0 -4
  143. package/dist/UIKit/Radio/RadioGroup.js +0 -4
  144. package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.d.ts +0 -63
  145. package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.js +0 -4
  146. package/dist/UIKit/StaticSpinner.d.ts +0 -6
  147. package/dist/UIKit/Tab/BaseTab.js +0 -4
  148. package/dist/UIKit/Tab/BaseTabList.js +0 -4
  149. package/dist/UIKit/Tab/BaseTabPanel.js +0 -4
  150. package/dist/UIKit/Tab/BaseTabView.js +0 -4
  151. package/dist/UIKit/types.js +0 -1
  152. package/dist/chart/DoughnutChart.d.ts +0 -7
  153. package/dist/chart/DoughnutChart.js +0 -4
  154. package/dist/chart/LineChart.js +0 -4
  155. package/dist/chunks/ObjectUtils.DwkJjVq1.js +0 -10
  156. package/dist/chunks/PharmacyIcon.DEQ8mOEJ.js +0 -11
  157. package/dist/chunks/polyline.tNTK3v2u.js +0 -129
  158. package/dist/chunks/useKeyboardController.Cs_5GQTJ.js +0 -41
  159. package/dist/components/IntersectionObserver/IntersectionObservable.js +0 -4
  160. package/dist/components/IntersectionObserver/IntersectionObserver.js +0 -4
  161. package/dist/components/carousel/SwiperCarousel.js +0 -1595
  162. /package/dist/UIKit/{BasePaper.d.ts → BasePaper.vue.d.ts} +0 -0
  163. /package/dist/{composables/useFloatingLabel.js → useFloatingLabel.js} +0 -0
  164. /package/dist/{composables/useValidator.js → useValidator.js} +0 -0
@@ -1,20 +1,19 @@
1
1
  import { RadioButtonType } from '../types';
2
2
  import { ClassType, Nullable, Optional } from '@wikicasa-dev/types';
3
- type __VLS_Props = {
3
+ declare let __VLS_typeProps: {
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
- } & __VLS_Props;
10
+ } & typeof __VLS_typeProps;
11
11
  declare function __VLS_template(): {
12
- attrs: Partial<{}>;
13
12
  slots: {
14
13
  default?(_: {
15
14
  handleClick: (elem: RadioButtonType) => void;
16
15
  activeValue: {
17
- id?: string | number | null | undefined;
16
+ id?: (string | number | null) | undefined;
18
17
  label: string | number;
19
18
  payload?: unknown;
20
19
  active?: boolean | undefined;
@@ -25,7 +24,7 @@ declare function __VLS_template(): {
25
24
  radio_elements?(_: {
26
25
  handleClick: (elem: RadioButtonType) => void;
27
26
  activeValue: {
28
- id?: string | number | null | undefined;
27
+ id?: (string | number | null) | undefined;
29
28
  label: string | number;
30
29
  payload?: unknown;
31
30
  active?: boolean | undefined;
@@ -35,15 +34,15 @@ declare function __VLS_template(): {
35
34
  }): any;
36
35
  };
37
36
  refs: {};
38
- rootEl: any;
37
+ attrs: Partial<{}>;
39
38
  };
40
39
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
41
40
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
42
41
  "update:modelValue": (args_0: Nullable<RadioButtonType>) => any;
43
- "update:resetRadio": (value: Optional<boolean>) => any;
42
+ "update:resetRadio": (resetRadio: Optional<boolean>) => any;
44
43
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
45
44
  "onUpdate:modelValue"?: ((args_0: Nullable<RadioButtonType>) => any) | undefined;
46
- "onUpdate:resetRadio"?: ((value: Optional<boolean>) => any) | undefined;
45
+ "onUpdate:resetRadio"?: ((resetRadio: Optional<boolean>) => any) | undefined;
47
46
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
48
47
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
49
48
  export default _default;
@@ -1,17 +1,17 @@
1
1
  import { ClassType } from '@wikicasa-dev/types';
2
- type __VLS_Props = {
3
- shimmerClasses?: ClassType;
4
- };
5
2
  declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
3
  slots: {
8
4
  default?(_: {}): any;
9
5
  };
10
6
  refs: {};
11
- rootEl: any;
7
+ attrs: Partial<{}>;
12
8
  };
13
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
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>;
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>;
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 & {
@@ -0,0 +1,17 @@
1
+ import { ClassType } from '@wikicasa-dev/types';
2
+ declare const _default: import('vue').DefineComponent<{
3
+ lines?: number;
4
+ randomLength?: boolean;
5
+ shimmerClasses?: ClassType;
6
+ inheritHeight?: boolean;
7
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
8
+ lines?: number;
9
+ randomLength?: boolean;
10
+ shimmerClasses?: ClassType;
11
+ inheritHeight?: boolean;
12
+ }> & Readonly<{}>, {
13
+ lines: number;
14
+ randomLength: boolean;
15
+ inheritHeight: boolean;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
+ export default _default;
@@ -1,5 +1,5 @@
1
1
  import { Optional } from '@wikicasa-dev/types';
2
- type __VLS_Props = {
2
+ declare let __VLS_typeProps: {
3
3
  min?: number;
4
4
  max?: number;
5
5
  step?: number;
@@ -8,12 +8,10 @@ type __VLS_Props = {
8
8
  };
9
9
  type __VLS_PublicProps = {
10
10
  modelValue?: Optional<number>;
11
- } & __VLS_Props;
11
+ } & typeof __VLS_typeProps;
12
12
  declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
- "update:modelValue": (value: Optional<number>) => any;
13
+ "update:modelValue": (modelValue: Optional<number>) => any;
14
14
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
15
- "onUpdate:modelValue"?: ((value: Optional<number>) => any) | undefined;
16
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
17
- customSlider: HTMLDivElement;
18
- }, HTMLDivElement>;
15
+ "onUpdate:modelValue"?: ((modelValue: Optional<number>) => any) | undefined;
16
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
17
  export default _default;
@@ -0,0 +1,8 @@
1
+ declare const _default: import('vue').DefineComponent<{
2
+ thickness?: number;
3
+ strokeColor?: string;
4
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
5
+ thickness?: number;
6
+ strokeColor?: string;
7
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8
+ export default _default;
@@ -1,19 +1,21 @@
1
1
  import { ClassType } from '@wikicasa-dev/types';
2
- type __VLS_Props = {
3
- activeTabPanelIdx?: number;
4
- headerTitle?: string;
5
- tabPanelClasses?: ClassType;
6
- };
7
2
  declare function __VLS_template(): {
8
- attrs: Partial<{}>;
9
3
  slots: {
10
4
  header?(_: {}): any;
11
5
  };
12
6
  refs: {};
13
- rootEl: any;
7
+ attrs: Partial<{}>;
14
8
  };
15
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
- 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>;
10
+ declare const __VLS_component: import('vue').DefineComponent<{
11
+ activeTabPanelIdx?: number;
12
+ headerTitle?: string;
13
+ tabPanelClasses?: ClassType;
14
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
15
+ activeTabPanelIdx?: number;
16
+ headerTitle?: string;
17
+ tabPanelClasses?: ClassType;
18
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
19
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
20
  export default _default;
19
21
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,14 +1,16 @@
1
1
  import { ClassType } from '@wikicasa-dev/types';
2
2
  import { TabType } from '../types';
3
- type __VLS_Props = {
3
+ declare const _default: import('vue').DefineComponent<{
4
4
  uid: string;
5
5
  tabListClasses?: ClassType;
6
- };
7
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
7
  tabClick: (e: Event, tabIdx: number, tabElement: TabType) => any;
9
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
8
+ }, string, import('vue').PublicProps, Readonly<{
9
+ uid: string;
10
+ tabListClasses?: ClassType;
11
+ }> & Readonly<{
10
12
  onTabClick?: ((e: Event, tabIdx: number, tabElement: TabType) => any) | undefined;
11
13
  }>, {
12
14
  tabListClasses: ClassType;
13
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
16
  export default _default;
@@ -1,20 +1,22 @@
1
- type __VLS_Props = {
2
- id: string;
3
- active?: boolean;
4
- labelledBy: string;
5
- };
6
1
  declare function __VLS_template(): {
7
- attrs: Partial<{}>;
8
2
  slots: {
9
3
  default?(_: {}): any;
10
4
  };
11
5
  refs: {};
12
- rootEl: HTMLDivElement;
6
+ attrs: Partial<{}>;
13
7
  };
14
8
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
9
+ declare const __VLS_component: import('vue').DefineComponent<{
10
+ id: string;
11
+ active?: boolean;
12
+ labelledBy: string;
13
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
14
+ id: string;
15
+ active?: boolean;
16
+ labelledBy: string;
17
+ }> & Readonly<{}>, {
16
18
  active: boolean;
17
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
20
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
21
  export default _default;
20
22
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,6 +1,6 @@
1
1
  import { ClassType } from '@wikicasa-dev/types';
2
2
  import { TabType } from '../types';
3
- type __VLS_Props = {
3
+ declare let __VLS_typeProps: {
4
4
  tabsPosition?: "top" | "bottom";
5
5
  tabViewDescription: string;
6
6
  tabListClasses?: ClassType;
@@ -8,20 +8,18 @@ type __VLS_Props = {
8
8
  };
9
9
  type __VLS_PublicProps = {
10
10
  "activeIdx"?: number | undefined;
11
- } & __VLS_Props;
11
+ } & typeof __VLS_typeProps;
12
12
  declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
13
  tabClicked: (args_0: {
14
14
  tabIdx: number;
15
15
  tabElement: TabType;
16
16
  }) => any;
17
- "update:activeIdx": (value: number | undefined) => any;
17
+ "update:activeIdx": (activeIdx: number | undefined) => any;
18
18
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
19
19
  onTabClicked?: ((args_0: {
20
20
  tabIdx: number;
21
21
  tabElement: TabType;
22
22
  }) => any) | undefined;
23
- "onUpdate:activeIdx"?: ((value: number | undefined) => any) | undefined;
24
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
25
- root: HTMLDivElement;
26
- }, any>;
23
+ "onUpdate:activeIdx"?: ((activeIdx: number | undefined) => any) | undefined;
24
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
27
25
  export default _default;
@@ -0,0 +1,9 @@
1
+ import { ChartOptions, ChartData } from 'chart.js';
2
+ declare const _default: import('vue').DefineComponent<{
3
+ options: ChartOptions<"doughnut">;
4
+ data: ChartData<"doughnut">;
5
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
6
+ options: ChartOptions<"doughnut">;
7
+ data: ChartData<"doughnut">;
8
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
+ export default _default;
@@ -1,12 +1,14 @@
1
1
  import { ChartOptions, ChartData, Chart } from 'chart.js';
2
2
  import { Optional } from '@wikicasa-dev/types';
3
- type __VLS_Props = {
3
+ declare const _default: import('vue').DefineComponent<{
4
4
  options: ChartOptions<"line">;
5
5
  data: ChartData<"line">;
6
- };
7
- declare const _default: import('vue').DefineComponent<__VLS_Props, {
6
+ }, {
8
7
  chartInstance: import('vue').ComputedRef<Optional<Chart<"line", (number | import('chart.js').Point | null)[], unknown>>>;
9
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
8
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
9
+ options: ChartOptions<"line">;
10
+ data: ChartData<"line">;
11
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
10
12
  chart: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<Omit<import('vue-chartjs').ChartProps<"line", (number | import('chart.js').Point | null)[], unknown>, "type">>, {}, {}, import('vue').ComputedOptions, import('vue').MethodOptions, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
11
13
  P: {};
12
14
  B: {};
@@ -1,5 +1,5 @@
1
1
  import { ChartOptions, ChartType } from 'chart.js';
2
- export declare const useChartJsModules: <T extends ChartType = ChartType>(options: ChartOptions<T>) => {
2
+ export declare const useChartJsModules: <T extends ChartType = keyof import('chart.js').ChartTypeRegistry>(options: ChartOptions<T>) => {
3
3
  registerTitle: () => Promise<void>;
4
4
  registerLegend: () => Promise<void>;
5
5
  registerTooltip: () => Promise<void>;
@@ -1,7 +1,7 @@
1
- import { h as m, defineComponent as D, mergeModels as L, useModel as V, useId as z, computed as T, ref as B, watch as g, onMounted as E, onUnmounted as P, createElementBlock as n, openBlock as o, normalizeClass as a, createElementVNode as s, createCommentVNode as k, withModifiers as p, renderSlot as N, unref as b, createBlock as O, createVNode as S, Fragment as H, renderList as q } from "vue";
2
- import { A as j } from "./useKeyboardController.Cs_5GQTJ.js";
3
- import { a as U } from "./ArrowIcon.Bq6Xr3uH.js";
4
- import { e as G } from "./PharmacyIcon.DEQ8mOEJ.js";
1
+ import { h as m, defineComponent as D, mergeModels as L, useModel as V, useId as z, computed as T, ref as B, watch as g, onMounted as E, onUnmounted as P, openBlock as o, createElementBlock as n, normalizeClass as a, createElementVNode as s, createCommentVNode as k, withModifiers as p, renderSlot as N, unref as b, createBlock as O, createVNode as S, Fragment as H, renderList as q } from "vue";
2
+ import { A as j } from "./useKeyboardController.CutKeclN.js";
3
+ import { a as U } from "./ArrowIcon.CCFMdsq6.js";
4
+ import { e as G } from "./PharmacyIcon.56ql_DYl.js";
5
5
  const J = (t, { attrs: w }) => {
6
6
  t = { ...G(), ...t };
7
7
  const { width: c, height: r } = t;
@@ -1,5 +1,5 @@
1
1
  import { h as o } from "vue";
2
- import { e as s } from "./PharmacyIcon.DEQ8mOEJ.js";
2
+ import { e as s } from "./PharmacyIcon.56ql_DYl.js";
3
3
  const d = (r, { attrs: t }) => {
4
4
  r = { ...s(), ...r };
5
5
  const { width: e, height: i } = r;
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as d, ref as u, provide as c, renderSlot as f } from "vue";
2
- import "./polyline.tNTK3v2u.js";
3
- import { u as p } from "./ObjectUtils.DwkJjVq1.js";
2
+ import "./types-B0dZ7OiV.D29wNgoj.js";
3
+ import { s as p } from "./ObjectUtils.BOUbloeg.js";
4
4
  const k = /* @__PURE__ */ d({
5
5
  __name: "BaseAccordion",
6
6
  props: {
@@ -1,6 +1,6 @@
1
- import { defineComponent as s, createElementBlock as l, openBlock as d, normalizeClass as e, renderSlot as i, createElementVNode as c, withModifiers as p, createVNode as u, unref as k } from "vue";
2
- import { a as m } from "./ArrowIcon.Bq6Xr3uH.js";
3
- import "./PharmacyIcon.DEQ8mOEJ.js";
1
+ import { defineComponent as s, openBlock as l, createElementBlock as d, normalizeClass as e, renderSlot as i, createElementVNode as c, withModifiers as p, createVNode as u, unref as k } from "vue";
2
+ import { a as m } from "./ArrowIcon.CCFMdsq6.js";
3
+ import "./PharmacyIcon.56ql_DYl.js";
4
4
  const f = ["id"], g = ["aria-expanded", "aria-controls"], b = /* @__PURE__ */ s({
5
5
  inheritAttrs: !1,
6
6
  __name: "BaseAccordionBtn",
@@ -15,7 +15,7 @@ const f = ["id"], g = ["aria-expanded", "aria-controls"], b = /* @__PURE__ */ s(
15
15
  emits: ["click"],
16
16
  setup(C, { emit: n }) {
17
17
  const r = n;
18
- return (o, t) => (d(), l("div", {
18
+ return (o, t) => (l(), d("div", {
19
19
  id: `${o.id}`,
20
20
  class: e(["uikit-flex uikit-items-center uikit-justify-around", [
21
21
  o.$attrs["btn-wrapper-classes"],
@@ -1,4 +1,4 @@
1
- import { defineComponent as n, createElementBlock as a, openBlock as s, normalizeClass as o, renderSlot as e, createElementVNode as r } from "vue";
1
+ import { defineComponent as n, openBlock as a, createElementBlock as s, normalizeClass as o, renderSlot as e, createElementVNode as r } from "vue";
2
2
  const t = ["id", "aria-labelledby"], p = /* @__PURE__ */ n({
3
3
  __name: "BaseAccordionContent",
4
4
  props: {
@@ -9,7 +9,7 @@ const t = ["id", "aria-labelledby"], p = /* @__PURE__ */ n({
9
9
  accordionContentClasses: {}
10
10
  },
11
11
  setup(d) {
12
- return (i, c) => (s(), a("div", {
12
+ return (i, c) => (a(), s("div", {
13
13
  id: `accordion-text-${i.id}`,
14
14
  role: "region",
15
15
  "aria-labelledby": `accordion-title-${i.id}`,
@@ -1,8 +1,8 @@
1
- import { defineComponent as h, ref as $, inject as p, watch as l, unref as d, createElementBlock as v, openBlock as u, normalizeClass as m, createBlock as y, createCommentVNode as g, renderSlot as t, createElementVNode as f, withModifiers as O, createVNode as k, withCtx as c } from "vue";
2
- import { _ as B } from "./BaseAccordionBtn.vue_vue_type_script_setup_true_lang.APN3hif2.js";
3
- import { _ as A } from "./BaseAccordionContent.vue_vue_type_script_setup_true_lang.Dn4qNu2R.js";
4
- import { a as E } from "./ArrowIcon.Bq6Xr3uH.js";
5
- import "./PharmacyIcon.DEQ8mOEJ.js";
1
+ import { defineComponent as h, ref as $, inject as p, watch as l, unref as d, openBlock as u, createElementBlock as v, normalizeClass as m, createElementVNode as f, withModifiers as y, createVNode as k, createBlock as g, withCtx as c, renderSlot as t, createCommentVNode as O } from "vue";
2
+ import { _ as B } from "./BaseAccordionBtn.vue_vue_type_script_setup_true_lang.DsDqk9iP.js";
3
+ import { _ as A } from "./BaseAccordionContent.vue_vue_type_script_setup_true_lang.C0aiiljz.js";
4
+ import { a as E } from "./ArrowIcon.CCFMdsq6.js";
5
+ import "./PharmacyIcon.56ql_DYl.js";
6
6
  const W = { key: 0 }, I = ["id", "data-cy", "aria-expanded", "aria-controls"], M = ["itemprop", "innerHTML"], P = /* @__PURE__ */ h({
7
7
  inheritAttrs: !1,
8
8
  __name: "BaseAccordionItem",
@@ -72,7 +72,7 @@ const W = { key: 0 }, I = ["id", "data-cy", "aria-expanded", "aria-controls"], M
72
72
  "data-cy": e.dataCy,
73
73
  "aria-expanded": o.value,
74
74
  "aria-controls": `accordion-text-${e.id}`,
75
- onClick: s[0] || (s[0] = O((N) => {
75
+ onClick: s[0] || (s[0] = y((N) => {
76
76
  n(), d(b)?.({ id: e.id, title: e.title, active: o.value }), a("click");
77
77
  }, ["prevent", "stop"]))
78
78
  }, [
@@ -90,7 +90,7 @@ const W = { key: 0 }, I = ["id", "data-cy", "aria-expanded", "aria-controls"], M
90
90
  height: e.arrowWidth
91
91
  }, null, 8, ["class", "arrow-classes", "width", "height"])
92
92
  ], 10, I)
93
- ])) : (e.$slots.custom_content || e.$slots.custom_btn) && !e.$slots.custom_accordion ? (u(), y(B, {
93
+ ])) : (e.$slots.custom_content || e.$slots.custom_btn) && !e.$slots.custom_accordion ? (u(), g(B, {
94
94
  key: 1,
95
95
  id: e.id,
96
96
  "btn-wrapper-classes": e.btnWrapperClasses,
@@ -112,7 +112,7 @@ const W = { key: 0 }, I = ["id", "data-cy", "aria-expanded", "aria-controls"], M
112
112
  })
113
113
  ]),
114
114
  _: 3
115
- }, 8, ["id", "btn-wrapper-classes", "btn-classes", "arrow-color", "arrow-classes", "on-container-click-expand", "accordion-open"])) : g("", !0),
115
+ }, 8, ["id", "btn-wrapper-classes", "btn-classes", "arrow-color", "arrow-classes", "on-container-click-expand", "accordion-open"])) : O("", !0),
116
116
  t(e.$slots, "custom_accordion", {
117
117
  id: e.id,
118
118
  isOpen: o.value,
@@ -1,11 +1,11 @@
1
- import { defineComponent as t, createElementBlock as r, openBlock as s, normalizeClass as a, renderSlot as l } from "vue";
1
+ import { defineComponent as t, openBlock as r, createElementBlock as s, normalizeClass as a, renderSlot as l } from "vue";
2
2
  import '../assets/BaseAlert.css';const o = ["id"], p = /* @__PURE__ */ t({
3
3
  __name: "BaseAlert",
4
4
  props: {
5
5
  alertClass: { default: "" }
6
6
  },
7
7
  setup(n) {
8
- return (e, i) => (s(), r("div", {
8
+ return (e, i) => (r(), s("div", {
9
9
  id: e.$attrs.id,
10
10
  class: a(["uikit-alert", e.alertClass]),
11
11
  role: "alert"
@@ -1,9 +1,9 @@
1
- import { defineComponent as T, mergeModels as $, useModel as L, ref as r, computed as k, onBeforeMount as F, watch as f, createBlock as S, openBlock as C, normalizeClass as H, withCtx as s, createElementBlock as z, Fragment as A, renderList as K, unref as N, createElementVNode as U, createVNode as W, renderSlot as V } from "vue";
2
- import j from "../UIKit/BaseInput.js";
3
- import { _ as q } from "./BaseDropDown.vue_vue_type_script_setup_true_lang.Cb0-JXG0.js";
4
- import "./polyline.tNTK3v2u.js";
5
- import { _ as G } from "./SelectItem.vue_vue_type_script_setup_true_lang.Drq_K7Vx.js";
6
- import { A as J } from "./useKeyboardController.Cs_5GQTJ.js";
1
+ import { defineComponent as T, mergeModels as $, useModel as L, ref as r, computed as k, onBeforeMount as F, watch as f, openBlock as C, createBlock as S, normalizeClass as H, withCtx as s, createVNode as z, renderSlot as V, createElementBlock as A, Fragment as K, renderList as N, unref as U, createElementVNode as W } from "vue";
2
+ import j from "../BaseInput.js";
3
+ import { _ as q } from "./BaseDropDown.vue_vue_type_script_setup_true_lang.CpbjEyOl.js";
4
+ import "./types-B0dZ7OiV.D29wNgoj.js";
5
+ import { _ as G } from "./SelectItem.vue_vue_type_script_setup_true_lang.GPFf7fjA.js";
6
+ import { A as J } from "./useKeyboardController.CutKeclN.js";
7
7
  function Q(t, p) {
8
8
  return (...v) => new Promise((d, u) => {
9
9
  t.id && clearTimeout(t.id), t.id = setTimeout(() => {
@@ -146,7 +146,7 @@ const R = ["innerHTML"], le = /* @__PURE__ */ T({
146
146
  })
147
147
  }, {
148
148
  btn_slot: s(() => [
149
- W(j, {
149
+ z(j, {
150
150
  id: e.$attrs.id ? `ac_input_${e.$attrs.id}` : "",
151
151
  ref_key: "baseInput",
152
152
  ref: y,
@@ -178,15 +178,15 @@ const R = ["innerHTML"], le = /* @__PURE__ */ T({
178
178
  }, 8, ["id", "data-cy", "label-text", "model-value", "is-valid", "disabled", "placeholder", "with-left-icon", "with-right-icon", "input-class", "fieldset-classes"])
179
179
  ]),
180
180
  default: s(() => [
181
- (C(!0), z(A, null, K(n.value, (a, b) => (C(), S(G, {
181
+ (C(!0), A(K, null, N(n.value, (a, b) => (C(), S(G, {
182
182
  key: b,
183
- active: N(h) === b,
183
+ active: U(h) === b,
184
184
  class: "uikit-m-1 uikit-rounded-[5px] uikit-px-5 uikit-py-10px hover:uikit-cursor-pointer",
185
185
  onClick: (E) => g(a, b),
186
186
  onMouseover: (E) => h.value = b
187
187
  }, {
188
188
  default: s(() => [
189
- U("span", {
189
+ W("span", {
190
190
  innerHTML: a.label
191
191
  }, null, 8, R)
192
192
  ]),
@@ -1,4 +1,4 @@
1
- import { defineComponent as e, createElementBlock as a, openBlock as t, normalizeClass as r, renderSlot as i } from "vue";
1
+ import { defineComponent as e, openBlock as a, createElementBlock as t, normalizeClass as r, renderSlot as i } from "vue";
2
2
  import '../assets/BaseBadge.css';const o = ["id"], p = /* @__PURE__ */ e({
3
3
  inheritAttrs: !1,
4
4
  __name: "BaseBadge",
@@ -6,7 +6,7 @@ import '../assets/BaseBadge.css';const o = ["id"], p = /* @__PURE__ */ e({
6
6
  badgeClass: { default: "uikit-badge-w-primary-sm" }
7
7
  },
8
8
  setup(n) {
9
- return (s, d) => (t(), a("span", {
9
+ return (s, d) => (a(), t("span", {
10
10
  id: s.$attrs.id,
11
11
  class: r(["uikit-badge uikit-shadow-sm", s.badgeClass, s.$attrs.class])
12
12
  }, [
@@ -1,6 +1,6 @@
1
- import { defineComponent as d, computed as k, createElementBlock as s, openBlock as i, createElementVNode as n, normalizeClass as a, Fragment as u, renderList as p, renderSlot as c, toDisplayString as h, createVNode as b, unref as f } from "vue";
2
- import { a as C } from "./ArrowIcon.Bq6Xr3uH.js";
3
- import "./PharmacyIcon.DEQ8mOEJ.js";
1
+ import { defineComponent as d, computed as k, openBlock as s, createElementBlock as i, createElementVNode as n, normalizeClass as a, Fragment as u, renderList as p, renderSlot as c, toDisplayString as h, createVNode as b, unref as f } from "vue";
2
+ import { a as C } from "./ArrowIcon.CCFMdsq6.js";
3
+ import "./PharmacyIcon.56ql_DYl.js";
4
4
  const g = { "aria-label": "Breadcrumb" }, w = ["data-tooltip"], B = ["href"], $ = /* @__PURE__ */ d({
5
5
  __name: "BaseBreadcrumb",
6
6
  props: {
@@ -16,12 +16,12 @@ const g = { "aria-label": "Breadcrumb" }, w = ["data-tooltip"], B = ["href"], $
16
16
  l.push({ ...r.items[e], idx: e }), e < r.items.length - 1 && l.push({ arrowIcon: !0 }), e++;
17
17
  return l;
18
18
  });
19
- return (e, l) => (i(), s("nav", g, [
19
+ return (e, l) => (s(), i("nav", g, [
20
20
  n("ol", {
21
21
  class: a(["uikit-flex uikit-items-center uikit-gap-10px uikit-p-0", e.listClasses])
22
22
  }, [
23
- (i(!0), s(u, null, p(m.value, (t, o) => (i(), s(u, null, [
24
- t?.label ? (i(), s("li", {
23
+ (s(!0), i(u, null, p(m.value, (t, o) => (s(), i(u, null, [
24
+ t?.label ? (s(), i("li", {
25
25
  key: `breadcrumb-li-${o}`,
26
26
  class: a(["uikit-list-none", e.listItemClasses]),
27
27
  "data-tooltip": t.dataTooltip
@@ -34,7 +34,7 @@ const g = { "aria-label": "Breadcrumb" }, w = ["data-tooltip"], B = ["href"], $
34
34
  href: t.link
35
35
  }, h(t.label), 11, B)
36
36
  ])
37
- ], 10, w)) : (i(), s("li", {
37
+ ], 10, w)) : (s(), i("li", {
38
38
  key: `breadcrumb-li-no-label-${o}`,
39
39
  class: a(["uikit-list-none", e.listItemClasses]),
40
40
  "aria-hidden": "true"
@@ -1,5 +1,5 @@
1
- import { defineComponent as y, ref as b, computed as s, createElementBlock as f, openBlock as v, withModifiers as l, normalizeStyle as B, normalizeClass as C, renderSlot as u, createVNode as c } from "vue";
2
- import M from "../UIKit/StaticSpinner.js";
1
+ import { defineComponent as y, ref as b, computed as s, openBlock as f, createElementBlock as v, normalizeClass as B, normalizeStyle as C, withModifiers as l, renderSlot as u, createVNode as c } from "vue";
2
+ import M from "../StaticSpinner.js";
3
3
  const z = ["id", "data-cy", "type", "data-active", "disabled", "aria-label", "title"], S = /* @__PURE__ */ y({
4
4
  __name: "BaseButton",
5
5
  props: {
@@ -22,11 +22,11 @@ const z = ["id", "data-cy", "type", "data-active", "disabled", "aria-label", "ti
22
22
  }, k = () => {
23
23
  n.value = !1;
24
24
  };
25
- return (e, t) => (v(), f("button", {
25
+ return (e, t) => (f(), v("button", {
26
26
  id: e.$attrs.id,
27
27
  "data-cy": e.dataCy,
28
28
  type: e.type,
29
- class: C([
29
+ class: B([
30
30
  "uikit-btn",
31
31
  {
32
32
  "uikit-btn-empty": !e.withMinWidth,
@@ -37,7 +37,7 @@ const z = ["id", "data-cy", "type", "data-active", "disabled", "aria-label", "ti
37
37
  d.value,
38
38
  m.value
39
39
  ]),
40
- style: B(e.$attrs.style),
40
+ style: C(e.$attrs.style),
41
41
  "data-active": e.keepActive,
42
42
  disabled: e.isLoading || e.disabled,
43
43
  "aria-label": e.ariaLabel,
@@ -1,8 +1,8 @@
1
- import { defineComponent as M, mergeModels as b, useId as A, useModel as E, ref as h, computed as O, useTemplateRef as W, watch as n, onBeforeMount as $, onMounted as H, onUnmounted as N, createElementBlock as T, openBlock as u, withModifiers as g, normalizeClass as i, renderSlot as C, createBlock as y, createVNode as V, unref as l, withCtx as D, createElementVNode as K, createCommentVNode as q, resolveDynamicComponent as z } from "vue";
2
- import { _ as R } from "./BaseButton.vue_vue_type_script_setup_true_lang.BPSr-Zxr.js";
3
- import { a as U } from "./ArrowIcon.Bq6Xr3uH.js";
4
- import "./PharmacyIcon.DEQ8mOEJ.js";
5
- import { A as j } from "./useKeyboardController.Cs_5GQTJ.js";
1
+ import { defineComponent as M, mergeModels as b, useId as A, useModel as E, ref as h, computed as O, useTemplateRef as W, watch as n, onBeforeMount as $, onMounted as H, onUnmounted as N, openBlock as u, createElementBlock as T, normalizeClass as i, withModifiers as g, renderSlot as C, createVNode as V, unref as l, withCtx as y, createElementVNode as K, createBlock as D, createCommentVNode as q, resolveDynamicComponent as z } from "vue";
2
+ import { _ as R } from "./BaseButton.vue_vue_type_script_setup_true_lang.BWZPE2Gf.js";
3
+ import { a as U } from "./ArrowIcon.CCFMdsq6.js";
4
+ import "./PharmacyIcon.56ql_DYl.js";
5
+ import { A as j } from "./useKeyboardController.CutKeclN.js";
6
6
  const F = ["innerHTML"], Z = /* @__PURE__ */ M({
7
7
  inheritAttrs: !1,
8
8
  __name: "BaseDropDown",
@@ -86,12 +86,12 @@ const F = ["innerHTML"], Z = /* @__PURE__ */ M({
86
86
  "aria-expanded": t.value,
87
87
  "btn-class": "uikit-btn-single-selection"
88
88
  }, {
89
- default: D(() => [
89
+ default: y(() => [
90
90
  K("span", {
91
91
  class: i(["uikit-mr-5px", e.labelClasses]),
92
92
  innerHTML: e.btnLabel
93
93
  }, null, 10, F),
94
- e.withArrowIcon ? (u(), y(l(U), {
94
+ e.withArrowIcon ? (u(), D(l(U), {
95
95
  key: 0,
96
96
  class: i(["uikit-shrink-0 uikit-transition-transform motion-reduce:uikit-transition-none", t.value ? "uikit-rotate-180" : ""]),
97
97
  width: e.arrowWidth,
@@ -102,7 +102,7 @@ const F = ["innerHTML"], Z = /* @__PURE__ */ M({
102
102
  _: 1
103
103
  }, 8, ["id", "data-cy", "class", "aria-expanded"])
104
104
  ]),
105
- (u(), y(z(e.dropdownElement), {
105
+ (u(), D(z(e.dropdownElement), {
106
106
  id: "dropdown_" + l(c),
107
107
  ref: "dropdown",
108
108
  "data-cy": e.dataCy && `${e.dataCy}_dropdown`,
@@ -117,7 +117,7 @@ const F = ["innerHTML"], Z = /* @__PURE__ */ M({
117
117
  onClick: a[0] || (a[0] = g(() => {
118
118
  }, ["stop"]))
119
119
  }, {
120
- default: D(() => [
120
+ default: y(() => [
121
121
  C(e.$slots, "default", {
122
122
  isOpen: t.value,
123
123
  toggleDropdown: s,
@@ -1,7 +1,7 @@
1
- import { defineComponent as T, ref as d, useTemplateRef as z, onUnmounted as H, watch as O, createBlock as $, openBlock as m, Teleport as D, createElementVNode as a, normalizeClass as s, withModifiers as y, createElementBlock as h, createCommentVNode as w, renderSlot as r, createVNode as I, unref as K, nextTick as N } from "vue";
2
- import "./polyline.tNTK3v2u.js";
3
- import { l as V } from "./CloseIcon.BZ4U3aiI.js";
4
- import "./PharmacyIcon.DEQ8mOEJ.js";
1
+ import { defineComponent as T, ref as d, useTemplateRef as z, onUnmounted as H, watch as O, openBlock as m, createBlock as $, Teleport as D, createElementVNode as a, normalizeClass as s, withModifiers as y, createElementBlock as h, createVNode as I, unref as K, createCommentVNode as w, renderSlot as r, nextTick as N } from "vue";
2
+ import "./types-B0dZ7OiV.D29wNgoj.js";
3
+ import { l as V } from "./CloseIcon.DIkr4soH.js";
4
+ import "./PharmacyIcon.56ql_DYl.js";
5
5
  import '../assets/BaseModal.css';const g = () => navigator?.userAgent.includes("Windows"), A = (o, c) => new Promise((l, t) => {
6
6
  setTimeout(() => {
7
7
  try {