@wikicasa-dev/components 2.0.51 → 2.0.52

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 (128) hide show
  1. package/dist/AccessibleSelect.js +1 -1
  2. package/dist/BaseAccordion.js +1 -1
  3. package/dist/BaseAccordionBtn.js +1 -1
  4. package/dist/BaseAccordionContent.js +1 -1
  5. package/dist/BaseAccordionItem.js +1 -1
  6. package/dist/BaseAlert.js +1 -1
  7. package/dist/BaseAutocomplete.js +1 -1
  8. package/dist/BaseBadge.js +1 -1
  9. package/dist/BaseBreadcrumb.js +1 -1
  10. package/dist/BaseButton.js +1 -1
  11. package/dist/BaseCard.js +2 -2
  12. package/dist/BaseComplexToggle.js +4 -4
  13. package/dist/BaseDropDown.js +1 -1
  14. package/dist/BaseFloatingLabel.js +3 -3
  15. package/dist/BaseIcon.js +4 -4
  16. package/dist/BaseInput.js +9 -9
  17. package/dist/BaseModal.js +1 -1
  18. package/dist/BasePagination.js +1 -1
  19. package/dist/BasePaper.js +2 -2
  20. package/dist/BaseShimmerLoader.js +2 -2
  21. package/dist/BaseSlider.js +2 -2
  22. package/dist/BaseSnackbar.js +3 -3
  23. package/dist/BaseTabList.js +1 -1
  24. package/dist/BaseTabPanel.js +1 -1
  25. package/dist/BaseTabView.js +1 -1
  26. package/dist/BaseTextarea.js +4 -4
  27. package/dist/BaseToggle.js +4 -4
  28. package/dist/BaseTooltip.js +3 -3
  29. package/dist/BaseUploadFile.js +1 -1
  30. package/dist/CheckboxBtn.js +5 -5
  31. package/dist/CheckboxGroup.js +1 -1
  32. package/dist/DoughnutChart.js +1 -1
  33. package/dist/IntersectionObservable.js +1 -1
  34. package/dist/IntersectionObserver.js +1 -1
  35. package/dist/LineChart.js +1 -1
  36. package/dist/RadioButton.js +1 -1
  37. package/dist/RadioGroup.js +1 -1
  38. package/dist/SelectItem.js +1 -1
  39. package/dist/ShimmerMultiLine.js +1 -1
  40. package/dist/SimpleSlider.js +2 -2
  41. package/dist/StaticSpinner.js +2 -2
  42. package/dist/SwiperCarousel.js +1 -1
  43. package/dist/SwiperSlide.js +2 -2
  44. package/dist/UIKit/AccessibleSelect.vue.d.ts +10 -5
  45. package/dist/UIKit/Accordion/BaseAccordion.vue.d.ts +12 -9
  46. package/dist/UIKit/Accordion/BaseAccordionBtn.vue.d.ts +17 -12
  47. package/dist/UIKit/Accordion/BaseAccordionContent.vue.d.ts +14 -10
  48. package/dist/UIKit/Accordion/BaseAccordionItem.vue.d.ts +33 -20
  49. package/dist/UIKit/BaseAlert.vue.d.ts +7 -7
  50. package/dist/UIKit/BaseAutocomplete.vue.d.ts +8 -4
  51. package/dist/UIKit/BaseBadge.vue.d.ts +6 -6
  52. package/dist/UIKit/BaseBreadcrumb.vue.d.ts +10 -8
  53. package/dist/UIKit/BaseButton.vue.d.ts +30 -17
  54. package/dist/UIKit/BaseCard.vue.d.ts +15 -12
  55. package/dist/UIKit/BaseComplexToggle.vue.d.ts +6 -7
  56. package/dist/UIKit/BaseDropDown.vue.d.ts +6 -9
  57. package/dist/UIKit/BaseFloatingLabel.vue.d.ts +11 -5
  58. package/dist/UIKit/BaseIcon.vue.d.ts +9 -3
  59. package/dist/UIKit/BaseInput.vue.d.ts +7 -10
  60. package/dist/UIKit/BaseModal.vue.d.ts +44 -25
  61. package/dist/UIKit/BasePagination.vue.d.ts +5 -5
  62. package/dist/UIKit/BaseSelect/SelectItem.vue.d.ts +12 -10
  63. package/dist/UIKit/BaseSlider.vue.d.ts +7 -10
  64. package/dist/UIKit/BaseSnackbar.vue.d.ts +14 -7
  65. package/dist/UIKit/BaseTextarea.vue.d.ts +5 -7
  66. package/dist/UIKit/BaseToggle.vue.d.ts +5 -6
  67. package/dist/UIKit/BaseTooltip.vue.d.ts +20 -13
  68. package/dist/UIKit/BaseUploadFile.vue.d.ts +19 -13
  69. package/dist/UIKit/Checkbox/CheckboxBtn.vue.d.ts +31 -18
  70. package/dist/UIKit/Checkbox/CheckboxGroup.vue.d.ts +43 -23
  71. package/dist/UIKit/Radio/RadioButton.vue.d.ts +11 -7
  72. package/dist/UIKit/Radio/RadioGroup.vue.d.ts +7 -8
  73. package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.vue.d.ts +6 -6
  74. package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.vue.d.ts +8 -54
  75. package/dist/UIKit/Slider/SimpleSlider.vue.d.ts +5 -7
  76. package/dist/UIKit/StaticSpinner.vue.d.ts +5 -3
  77. package/dist/UIKit/Tab/BaseTab.vue.d.ts +10 -8
  78. package/dist/UIKit/Tab/BaseTabList.vue.d.ts +7 -5
  79. package/dist/UIKit/Tab/BaseTabPanel.vue.d.ts +11 -9
  80. package/dist/UIKit/Tab/BaseTabView.vue.d.ts +5 -7
  81. package/dist/assets/SwiperCarousel.css +1 -1
  82. package/dist/chart/DoughnutChart.vue.d.ts +5 -3
  83. package/dist/chart/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.aBS46udY.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.C34SZThb.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.C64T2OK4.js → BaseAutocomplete.vue_vue_type_script_setup_true_lang.B31Vyyn6.js} +9 -9
  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.ChUdDzP1.js → BaseButton.vue_vue_type_script_setup_true_lang.BWZPE2Gf.js} +4 -4
  96. package/dist/chunks/{BaseDropDown.vue_vue_type_script_setup_true_lang.DoEvtblv.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.Cy2ThBHM.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.D_X7MS6X.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.Cgu0FMFv.js → BaseUploadFile.vue_vue_type_script_setup_true_lang.2elmVcZt.js} +1 -1
  103. package/dist/chunks/{CheckboxGroup.vue_vue_type_script_setup_true_lang.CAO5UUO3.js → CheckboxGroup.vue_vue_type_script_setup_true_lang.BC3hlJfx.js} +5 -5
  104. package/dist/chunks/{CloseIcon.BZ4U3aiI.js → CloseIcon.DIkr4soH.js} +1 -1
  105. package/dist/chunks/{DoughnutChart.vue_vue_type_script_setup_true_lang.B8wxbJBV.js → DoughnutChart.vue_vue_type_script_setup_true_lang.C4QPaUsI.js} +3 -3
  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.CXNsFiyD.js → LineChart.vue_vue_type_script_setup_true_lang.iRZ_Q6nK.js} +3 -3
  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.CF7CkxXk.js → ShimmerMultiLine.vue_vue_type_script_setup_true_lang.DuLXZx8X.js} +3 -3
  115. package/dist/chunks/SwiperCarousel.ZCDTriDD.js +720 -0
  116. package/dist/chunks/{index.B8665G6v.js → index.DzeXT3uf.js} +7 -9
  117. package/dist/chunks/{useBreakpoints.BXk8Xcw3.js → types-B0dZ7OiV.D29wNgoj.js} +832 -2812
  118. package/dist/chunks/useKeyboardController.CutKeclN.js +41 -0
  119. package/dist/components/IntersectionObserver/IntersectionObservable.vue.d.ts +9 -10
  120. package/dist/components/IntersectionObserver/IntersectionObserver.vue.d.ts +2 -5
  121. package/dist/components/carousel/SwiperCarousel.vue.d.ts +2 -6
  122. package/dist/components/carousel/SwiperSlide.vue.d.ts +2 -3
  123. package/dist/index.js +25 -25
  124. package/package.json +1 -1
  125. package/dist/chunks/ObjectUtils.DwkJjVq1.js +0 -10
  126. package/dist/chunks/PharmacyIcon.DEQ8mOEJ.js +0 -11
  127. package/dist/chunks/SwiperCarousel.D_wjYYan.js +0 -749
  128. package/dist/chunks/polyline.DjpLdMaW.js +0 -5256
@@ -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.ChUdDzP1.js";
3
- import { a as U } from "./ArrowIcon.Bq6Xr3uH.js";
4
- import "./PharmacyIcon.DEQ8mOEJ.js";
5
- import { A as j } from "./useBreakpoints.BXk8Xcw3.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.DjpLdMaW.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 {
@@ -1,7 +1,7 @@
1
- import { defineComponent as j, mergeModels as P, useModel as D, computed as s, createElementBlock as n, openBlock as r, createCommentVNode as o, createElementVNode as p, normalizeClass as h, createVNode as y, unref as v, toDisplayString as c, Fragment as m, renderList as x } from "vue";
2
- import "./polyline.DjpLdMaW.js";
3
- import { a as C } from "./ArrowIcon.Bq6Xr3uH.js";
4
- import "./PharmacyIcon.DEQ8mOEJ.js";
1
+ import { defineComponent as j, mergeModels as P, useModel as D, computed as s, openBlock as n, createElementBlock as r, createElementVNode as p, normalizeClass as h, createVNode as y, unref as v, toDisplayString as c, createCommentVNode as o, Fragment as m, renderList as x } from "vue";
2
+ import "./types-B0dZ7OiV.D29wNgoj.js";
3
+ import { a as C } from "./ArrowIcon.CCFMdsq6.js";
4
+ import "./PharmacyIcon.56ql_DYl.js";
5
5
  function d(l, t = !1) {
6
6
  return l == null ? "" : S(t ? Math.round(l) : Math.floor(l), 0);
7
7
  }
@@ -11,8 +11,7 @@ function S(l, t) {
11
11
  // usare una stringa tipo 'en-US' per sovrascrivere la lingua del browser
12
12
  {
13
13
  minimumFractionDigits: t,
14
- maximumFractionDigits: t,
15
- useGrouping: "always"
14
+ maximumFractionDigits: t
16
15
  }
17
16
  );
18
17
  }
@@ -31,7 +30,7 @@ const $ = {
31
30
  }, A = ["onClick"], E = ["onClick"], z = {
32
31
  key: 0,
33
32
  class: "uikit-flex uikit-h-30px uikit-min-w-[30px] uikit-cursor-pointer uikit-select-none uikit-items-center uikit-justify-center uikit-rounded-circle uikit-p-5px hover:uikit-bg-w-primary hover:uikit-text-white"
34
- }, G = ["data-cy"], T = {
33
+ }, T = ["data-cy"], q = {
35
34
  key: 0,
36
35
  class: "uikit-mx-10px uikit-select-none"
37
36
  }, Q = /* @__PURE__ */ j({
@@ -88,8 +87,8 @@ const $ = {
88
87
  let e = i;
89
88
  i < 1 ? e = 1 : i > a.value && (e = a.value), t.value = e;
90
89
  };
91
- return (i, e) => (r(), n("nav", $, [
92
- i.count > 0 ? (r(), n("ul", B, [
90
+ return (i, e) => (n(), r("nav", $, [
91
+ i.count > 0 ? (n(), r("ul", B, [
93
92
  p("li", {
94
93
  class: h(["arrow-button prev-page uikit-h-30x uikit-flex uikit-min-w-[30px] uikit-items-center uikit-justify-center uikit-rounded-circle uikit-p-5px", {
95
94
  "uikit-cursor-pointer hover:uikit-bg-w-primary [&_>_svg]:hover:uikit-brightness-0 [&_>_svg]:hover:uikit-invert": t.value !== 1,
@@ -105,16 +104,16 @@ const $ = {
105
104
  "stroke-color": t.value === 1 ? "#8996A9" : i.arrowColor,
106
105
  class: "uikit-inline-block uikit-rotate-90"
107
106
  }, null, 8, ["stroke-color"]),
108
- i.small && i.prevLabel ? (r(), n("span", O, c(i.prevLabel), 1)) : o("", !0)
107
+ i.small && i.prevLabel ? (n(), r("span", O, c(i.prevLabel), 1)) : o("", !0)
109
108
  ], 10, F),
110
- i.small ? o("", !0) : (r(), n(m, { key: 0 }, [
111
- (t.value || 0) > 1 ? (r(), n("li", {
109
+ i.small ? o("", !0) : (n(), r(m, { key: 0 }, [
110
+ (t.value || 0) > 1 ? (n(), r("li", {
112
111
  key: 0,
113
112
  class: "page uikit-flex uikit-h-30px uikit-min-w-[30px] uikit-cursor-pointer uikit-select-none uikit-items-center uikit-justify-center uikit-rounded-circle uikit-p-5px hover:uikit-bg-w-primary hover:uikit-text-white",
114
113
  onClick: e[1] || (e[1] = (u) => k(0))
115
114
  }, " 1 ")) : o("", !0),
116
- g.value ? (r(), n("li", V, " ... ")) : o("", !0),
117
- (r(!0), n(m, null, x(N.value, (u) => (r(), n("li", {
115
+ g.value ? (n(), r("li", V, " ... ")) : o("", !0),
116
+ (n(!0), r(m, null, x(N.value, (u) => (n(), r("li", {
118
117
  key: u,
119
118
  class: "uikit-flex uikit-h-30px uikit-min-w-[30px] uikit-cursor-pointer uikit-select-none uikit-items-center uikit-justify-center uikit-rounded-circle uikit-p-5px hover:uikit-bg-w-primary hover:uikit-text-white",
120
119
  onClick: (L) => k(u)
@@ -125,14 +124,14 @@ const $ = {
125
124
  "uikit-bg-w-primary uikit-text-white hover:uikit-bg-w-primary hover:uikit-text-white": !i.small
126
125
  }])
127
126
  }, c(t.value || 0), 3),
128
- i.small ? o("", !0) : (r(), n(m, { key: 1 }, [
129
- (r(!0), n(m, null, x(M.value, (u) => (r(), n("li", {
127
+ i.small ? o("", !0) : (n(), r(m, { key: 1 }, [
128
+ (n(!0), r(m, null, x(M.value, (u) => (n(), r("li", {
130
129
  key: u,
131
130
  class: "uikit-flex uikit-h-30px uikit-min-w-[30px] uikit-cursor-pointer uikit-select-none uikit-items-center uikit-justify-center uikit-rounded-circle uikit-p-5px hover:uikit-bg-w-primary hover:uikit-text-white",
132
131
  onClick: (L) => k(u)
133
132
  }, c(v(d)(u)), 9, E))), 128)),
134
- f.value ? (r(), n("li", z, " ... ")) : o("", !0),
135
- (t.value || 0) < a.value ? (r(), n("li", {
133
+ f.value ? (n(), r("li", z, " ... ")) : o("", !0),
134
+ (t.value || 0) < a.value ? (n(), r("li", {
136
135
  key: 1,
137
136
  class: "uikit-flex uikit-h-30px uikit-min-w-[30px] uikit-cursor-pointer uikit-select-none uikit-items-center uikit-justify-center uikit-rounded-circle uikit-p-5px hover:uikit-bg-w-primary hover:uikit-text-white",
138
137
  onClick: e[2] || (e[2] = (u) => k(a.value))
@@ -147,14 +146,14 @@ const $ = {
147
146
  "data-cy": i.nextDataCy,
148
147
  onClick: e[3] || (e[3] = (u) => k((t.value || 0) + 1))
149
148
  }, [
150
- i.small && i.nextLabel ? (r(), n("span", T, c(i.nextLabel), 1)) : o("", !0),
149
+ i.small && i.nextLabel ? (n(), r("span", q, c(i.nextLabel), 1)) : o("", !0),
151
150
  y(v(C), {
152
151
  "stroke-color": (t.value || 0) === a.value ? "#8996A9" : i.arrowColor,
153
152
  width: 20,
154
153
  height: 11,
155
154
  class: "uikit-inline-block -uikit-rotate-90"
156
155
  }, null, 8, ["stroke-color"])
157
- ], 10, G)
156
+ ], 10, T)
158
157
  ])) : o("", !0)
159
158
  ]));
160
159
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent as p, inject as l, createElementBlock as r, openBlock as a, normalizeClass as o, Fragment as m, renderList as h, unref as i, createBlock as y, createCommentVNode as C, toDisplayString as _, resolveDynamicComponent as f } from "vue";
1
+ import { defineComponent as p, inject as l, openBlock as a, createElementBlock as r, normalizeClass as o, Fragment as m, renderList as h, unref as i, toDisplayString as y, createBlock as C, resolveDynamicComponent as _, createCommentVNode as f } from "vue";
2
2
  const v = ["aria-labelledby"], B = ["id", "data-cy", "aria-selected", "aria-controls", "tabindex", "onClick"], F = { key: 0 }, $ = /* @__PURE__ */ p({
3
3
  __name: "BaseTabList",
4
4
  props: {
@@ -33,7 +33,7 @@ const v = ["aria-labelledby"], B = ["id", "data-cy", "aria-selected", "aria-cont
33
33
  i(b)(t, e), u("tabClick", k, t, e);
34
34
  }
35
35
  }, [
36
- e["header-title"] ? (a(), r("span", F, _(e["header-title"]), 1)) : e.renderFn.children && e.renderFn.children.header ? (a(), y(f(e.renderFn.children.header), { key: 1 })) : C("", !0)
36
+ e["header-title"] ? (a(), r("span", F, y(e["header-title"]), 1)) : e.renderFn.children && e.renderFn.children.header ? (a(), C(_(e.renderFn.children.header), { key: 1 })) : f("", !0)
37
37
  ], 10, B))), 128))
38
38
  ], 10, v));
39
39
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent as a, withDirectives as l, createElementBlock as o, openBlock as s, normalizeClass as t, renderSlot as r, vShow as i } from "vue";
1
+ import { defineComponent as a, withDirectives as l, openBlock as o, createElementBlock as s, normalizeClass as t, renderSlot as r, vShow as i } from "vue";
2
2
  const n = ["id", "aria-labelledby"], b = /* @__PURE__ */ a({
3
3
  __name: "BaseTabPanel",
4
4
  props: {
@@ -7,7 +7,7 @@ const n = ["id", "aria-labelledby"], b = /* @__PURE__ */ a({
7
7
  labelledBy: {}
8
8
  },
9
9
  setup(d) {
10
- return (e, p) => l((s(), o("div", {
10
+ return (e, p) => l((o(), s("div", {
11
11
  id: e.id,
12
12
  role: "tabpanel",
13
13
  "aria-labelledby": e.labelledBy,
@@ -1,6 +1,6 @@
1
- import { defineComponent as S, mergeModels as C, useModel as z, ref as b, useId as j, useSlots as q, computed as G, provide as v, watch as k, createElementBlock as p, openBlock as i, normalizeClass as I, createElementVNode as H, createBlock as d, createCommentVNode as o, unref as f, toDisplayString as J, Fragment as _, renderList as K, withCtx as O, resolveDynamicComponent as Q } from "vue";
2
- import { _ as R } from "./BaseTabPanel.vue_vue_type_script_setup_true_lang.CVJUssBq.js";
3
- import { _ as g } from "./BaseTabList.vue_vue_type_script_setup_true_lang.CHOGs5d-.js";
1
+ import { defineComponent as S, mergeModels as C, useModel as z, ref as b, useId as j, useSlots as q, computed as G, provide as v, watch as k, openBlock as i, createElementBlock as p, normalizeClass as I, createElementVNode as H, unref as f, toDisplayString as J, createBlock as d, createCommentVNode as o, Fragment as _, renderList as K, withCtx as O, resolveDynamicComponent as Q } from "vue";
2
+ import { _ as R } from "./BaseTabPanel.vue_vue_type_script_setup_true_lang.DoZHWHt1.js";
3
+ import { _ as g } from "./BaseTabList.vue_vue_type_script_setup_true_lang.CohlLou1.js";
4
4
  const U = ["data-cy"], W = ["id"], te = /* @__PURE__ */ S({
5
5
  inheritAttrs: !1,
6
6
  __name: "BaseTabView",
@@ -1,4 +1,4 @@
1
- import { defineComponent as c, ref as b, watch as m, createElementBlock as o, openBlock as s, normalizeClass as t, createElementVNode as l, createBlock as h, createCommentVNode as n, renderSlot as v } from "vue";
1
+ import { defineComponent as c, ref as b, watch as m, openBlock as s, createElementBlock as o, normalizeClass as t, createElementVNode as l, createCommentVNode as n, createBlock as h, renderSlot as v } from "vue";
2
2
  import w from "../BaseFloatingLabel.js";
3
3
  const C = ["innerHTML"], g = ["for"], y = ["id", "multiple", "accept"], B = /* @__PURE__ */ c({
4
4
  inheritAttrs: !1,
@@ -1,5 +1,5 @@
1
- import { defineComponent as y, ref as v, computed as i, watch as x, renderSlot as m, createElementVNode as D, normalizeClass as E, createElementBlock as $, createCommentVNode as B, openBlock as b, Fragment as I, renderList as R, createBlock as A, unref as K } from "vue";
2
- import "./polyline.DjpLdMaW.js";
1
+ import { defineComponent as y, ref as v, computed as i, watch as x, renderSlot as m, createElementVNode as D, normalizeClass as E, openBlock as b, createElementBlock as $, Fragment as B, renderList as I, createBlock as R, unref as A, createCommentVNode as K } from "vue";
2
+ import "./types-B0dZ7OiV.D29wNgoj.js";
3
3
  import L from "../CheckboxBtn.js";
4
4
  const V = (a) => !a?.length, w = (a = "") => !a || !a.trim() ? "" : (a = a.trim(), a.replace(" ", "-").toLowerCase()), G = ["id", "data-cy"], j = /* @__PURE__ */ y({
5
5
  inheritAttrs: !1,
@@ -88,10 +88,10 @@ const V = (a) => !a?.length, w = (a = "") => !a || !a.trim() ? "" : (a = a.trim(
88
88
  checkboxesData: e.checkboxData,
89
89
  reset: p
90
90
  }, () => [
91
- e.checkboxData ? (b(!0), $(I, { key: 0 }, R(e.checkboxData, (o, n) => (b(), A(L, {
91
+ e.checkboxData ? (b(!0), $(B, { key: 0 }, I(e.checkboxData, (o, n) => (b(), R(L, {
92
92
  id: e.getKey(o),
93
93
  key: n,
94
- "data-cy": o.dataCy ?? `checkbox_${K(w)(`${o.label}`)}`,
94
+ "data-cy": o.dataCy ?? `checkbox_${A(w)(`${o.label}`)}`,
95
95
  label: o.label,
96
96
  inline: e.formCheckInline,
97
97
  "model-value": d(o),
@@ -100,7 +100,7 @@ const V = (a) => !a?.length, w = (a = "") => !a || !a.trim() ? "" : (a = a.trim(
100
100
  e.checkboxContainerClasses
101
101
  ],
102
102
  onChange: h
103
- }, null, 8, ["id", "data-cy", "label", "inline", "model-value", "container-class"]))), 128)) : B("", !0)
103
+ }, null, 8, ["id", "data-cy", "label", "inline", "model-value", "container-class"]))), 128)) : K("", !0)
104
104
  ])
105
105
  ], 10, G)
106
106
  ]);
@@ -1,5 +1,5 @@
1
1
  import { h as r } from "vue";
2
- import { e } from "./PharmacyIcon.DEQ8mOEJ.js";
2
+ import { e } from "./PharmacyIcon.56ql_DYl.js";
3
3
  const d = (t, { attrs: o }) => {
4
4
  t = { ...e(), ...t };
5
5
  const { width: i, height: s } = t;
@@ -1,4 +1,4 @@
1
- import { defineComponent as i, onBeforeMount as p, createBlock as u, createCommentVNode as m, unref as t, openBlock as c } from "vue";
1
+ import { defineComponent as i, onBeforeMount as p, unref as t, openBlock as u, createBlock as m, createCommentVNode as c } from "vue";
2
2
  import { Doughnut as l } from "vue-chartjs";
3
3
  import { Chart as d, DoughnutController as f, ArcElement as g } from "chart.js";
4
4
  import { useChartJsModules as h } from "../useChartjsModules.js";
@@ -15,11 +15,11 @@ const y = /* @__PURE__ */ i({
15
15
  );
16
16
  return p(async () => {
17
17
  await a(n);
18
- }), (o, C) => t(s) ? (c(), u(t(l), {
18
+ }), (o, C) => t(s) ? (u(), m(t(l), {
19
19
  key: 0,
20
20
  options: o.options,
21
21
  data: o.data
22
- }, null, 8, ["options", "data"])) : m("", !0);
22
+ }, null, 8, ["options", "data"])) : c("", !0);
23
23
  }
24
24
  });
25
25
  export {
@@ -1,4 +1,4 @@
1
- import { defineComponent as t, ref as n, onMounted as a, createElementBlock as i, renderSlot as s, openBlock as u, normalizeClass as f } from "vue";
1
+ import { defineComponent as t, ref as n, onMounted as a, openBlock as i, createElementBlock as u, normalizeClass as f, renderSlot as s } from "vue";
2
2
  const b = /* @__PURE__ */ t({
3
3
  __name: "IntersectionObservable",
4
4
  props: {
@@ -9,7 +9,7 @@ const b = /* @__PURE__ */ t({
9
9
  const r = l, o = n(null);
10
10
  return a(() => {
11
11
  !r.observer || !o.value || r.observer.observe(o.value);
12
- }), (e, p) => e.isVisible ? s(e.$slots, "default", { key: 1 }) : (u(), i("div", {
12
+ }), (e, p) => e.isVisible ? s(e.$slots, "default", { key: 1 }) : (i(), u("div", {
13
13
  key: 0,
14
14
  ref_key: "root",
15
15
  ref: o,
@@ -1,4 +1,4 @@
1
- import { defineComponent as p, reactive as d, ref as m, onBeforeMount as h, onBeforeUnmount as V, createElementBlock as k, renderSlot as l, unref as t, openBlock as B, normalizeClass as O } from "vue";
1
+ import { defineComponent as p, reactive as d, ref as m, onBeforeMount as h, onBeforeUnmount as V, unref as t, openBlock as k, createElementBlock as B, normalizeClass as O, renderSlot as l } from "vue";
2
2
  const _ = /* @__PURE__ */ p({
3
3
  __name: "IntersectionObserver",
4
4
  props: {
@@ -35,7 +35,7 @@ const _ = /* @__PURE__ */ p({
35
35
  key: 1,
36
36
  observer: e.value,
37
37
  isVisible: t(r).isVisible
38
- }) : (B(), k("div", {
38
+ }) : (k(), B("div", {
39
39
  key: 0,
40
40
  ref: "root",
41
41
  class: O(s.$attrs["root-classes"])
@@ -1,4 +1,4 @@
1
- import { defineComponent as m, onBeforeMount as u, useTemplateRef as f, computed as d, createBlock as h, createCommentVNode as C, unref as t, openBlock as g } from "vue";
1
+ import { defineComponent as m, onBeforeMount as u, useTemplateRef as f, computed as d, unref as t, openBlock as h, createBlock as C, createCommentVNode as g } from "vue";
2
2
  import { Line as L } from "vue-chartjs";
3
3
  import { Chart as _, LineController as k, LineElement as x, Filler as y, PointElement as B, CategoryScale as E, LinearScale as v } from "chart.js";
4
4
  import { useChartJsModules as M } from "../useChartjsModules.js";
@@ -29,12 +29,12 @@ const A = /* @__PURE__ */ m({
29
29
  const p = f("chart"), l = d(
30
30
  () => p.value?.chart
31
31
  );
32
- return r({ chartInstance: l }), (e, P) => t(c) ? (g(), h(t(L), {
32
+ return r({ chartInstance: l }), (e, P) => t(c) ? (h(), C(t(L), {
33
33
  key: 0,
34
34
  ref: "chart",
35
35
  options: e.options,
36
36
  data: e.data
37
- }, null, 8, ["options", "data"])) : C("", !0);
37
+ }, null, 8, ["options", "data"])) : g("", !0);
38
38
  }
39
39
  });
40
40
  export {
@@ -0,0 +1,10 @@
1
+ function c(t, o) {
2
+ if (t)
3
+ for (const n in t)
4
+ o[n] = t[n];
5
+ }
6
+ const i = (t) => !t || !Object.keys(t).length;
7
+ export {
8
+ c as i,
9
+ i as s
10
+ };
@@ -0,0 +1,19 @@
1
+ import { h as o } from "vue";
2
+ const e = () => ({
3
+ width: 20,
4
+ height: 20,
5
+ "stroke-color": "#222",
6
+ "aria-hidden": !0
7
+ });
8
+ o(
9
+ "svg",
10
+ { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28.5 20.243" },
11
+ o("g", { fill: "none", stroke: "#222", "stroke-linecap": "round", "stroke-width": "3" }, [
12
+ o("path", { "stroke-linejoin": "round", d: "m9.501 2.121-8 8 8 8" }),
13
+ o("path", { d: "M2 10.121h25" })
14
+ ])
15
+ );
16
+ o("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17 17" });
17
+ export {
18
+ e
19
+ };
@@ -1,4 +1,4 @@
1
- import { defineComponent as k, useId as m, computed as c, createElementBlock as p, openBlock as b, withModifiers as l, createElementVNode as n, normalizeClass as u, createTextVNode as f, toDisplayString as h } from "vue";
1
+ import { defineComponent as k, useId as m, computed as c, openBlock as p, createElementBlock as b, withModifiers as l, createElementVNode as n, normalizeClass as u, createTextVNode as f, toDisplayString as h } from "vue";
2
2
  const C = ["id", "name", "checked"], V = ["for"], y = /* @__PURE__ */ k({
3
3
  __name: "RadioButton",
4
4
  props: {
@@ -20,7 +20,7 @@ const C = ["id", "name", "checked"], V = ["for"], y = /* @__PURE__ */ k({
20
20
  };
21
21
  o("change", e), o("update:modelValue", !i.modelValue);
22
22
  };
23
- return (e, t) => (b(), p("div", {
23
+ return (e, t) => (p(), b("div", {
24
24
  class: "uikit-inline-block",
25
25
  onClick: l(r, ["stop"])
26
26
  }, [
@@ -1,5 +1,5 @@
1
- import { defineComponent as p, mergeModels as d, useModel as C, ref as h, watch as $, renderSlot as u, createElementVNode as V, normalizeClass as c, createElementBlock as k, openBlock as m, Fragment as R, renderList as g, createBlock as y } from "vue";
2
- import { _ } from "./RadioButton.vue_vue_type_script_setup_true_lang.DRQnjRA7.js";
1
+ import { defineComponent as p, mergeModels as d, useModel as C, ref as h, watch as $, renderSlot as u, createElementVNode as V, normalizeClass as c, openBlock as m, createElementBlock as k, Fragment as R, renderList as g, createBlock as y } from "vue";
2
+ import { _ } from "./RadioButton.vue_vue_type_script_setup_true_lang.CiJAhkRj.js";
3
3
  const b = ["data-cy"], w = /* @__PURE__ */ p({
4
4
  inheritAttrs: !1,
5
5
  __name: "RadioGroup",
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, useTemplateRef as u, watch as m, nextTick as d, createElementBlock as c, openBlock as f, normalizeClass as p, renderSlot as k, createElementVNode as v } from "vue";
1
+ import { defineComponent as r, useTemplateRef as u, watch as m, nextTick as d, openBlock as c, createElementBlock as f, normalizeClass as p, renderSlot as k, createElementVNode as v } from "vue";
2
2
  const b = ["tabindex"], x = ["innerHTML"], $ = /* @__PURE__ */ r({
3
3
  __name: "SelectItem",
4
4
  props: {
@@ -17,7 +17,7 @@ const b = ["tabindex"], x = ["innerHTML"], $ = /* @__PURE__ */ r({
17
17
  });
18
18
  },
19
19
  { immediate: !0 }
20
- ), (e, i) => (f(), c("li", {
20
+ ), (e, i) => (c(), f("li", {
21
21
  ref: "liItem",
22
22
  class: p(["uikit-list-none uikit-text-w-black", [
23
23
  { "active uikit-bg-w-cultured": e.active },
@@ -1,4 +1,4 @@
1
- import { defineComponent as t, createElementBlock as n, openBlock as r, Fragment as s, renderList as l, createBlock as m, normalizeStyle as a, normalizeClass as o } from "vue";
1
+ import { defineComponent as t, openBlock as r, createElementBlock as n, Fragment as s, renderList as l, createBlock as m, normalizeClass as a, normalizeStyle as o } from "vue";
2
2
  import h from "../BaseShimmerLoader.js";
3
3
  const c = /* @__PURE__ */ t({
4
4
  __name: "ShimmerMultiLine",
@@ -12,13 +12,13 @@ const c = /* @__PURE__ */ t({
12
12
  return (e, d) => (r(!0), n(s, null, l(e.lines, (i) => (r(), m(h, {
13
13
  ref_for: !0,
14
14
  ref: "shimmerLines",
15
- class: o(["shimmer-line", [
15
+ class: a(["shimmer-line", [
16
16
  e.shimmerClasses,
17
17
  e.inheritHeight ? "uikit-h-[1em]" : "uikit-h-8",
18
18
  "uikit-mb-2 uikit-rounded-xs"
19
19
  ]]),
20
20
  key: `sml-${i}`,
21
- style: a({
21
+ style: o({
22
22
  marginRight: e.randomLength ? `${Math.round(Math.random() * 5) * 10}%` : 0
23
23
  })
24
24
  }, null, 8, ["class", "style"]))), 128));