@wikicasa-dev/components 1.5.3 → 1.5.5

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 (96) hide show
  1. package/README.md +46 -46
  2. package/dist/AccessibleSelect.js +4 -0
  3. package/dist/BaseAccordion.js +4 -0
  4. package/dist/BaseAccordionBtn.js +4 -0
  5. package/dist/BaseAccordionContent.js +4 -0
  6. package/dist/BaseAccordionItem.js +4 -0
  7. package/dist/BaseAlert.js +4 -0
  8. package/dist/BaseAutocomplete.js +4 -0
  9. package/dist/BaseBadge.js +4 -0
  10. package/dist/BaseButton.js +4 -0
  11. package/dist/BaseCard.js +4 -0
  12. package/dist/{lib/UIKit/BaseComplexToggle.js → BaseComplexToggle.js} +3 -3
  13. package/dist/BaseDropDown.js +4 -0
  14. package/dist/{lib/UIKit/BaseFloatingLabel.js → BaseFloatingLabel.js} +4 -4
  15. package/dist/{lib/UIKit/BaseIcon.js → BaseIcon.js} +3 -3
  16. package/dist/{lib/UIKit/BaseInput.js → BaseInput.js} +5 -5
  17. package/dist/{lib/UIKit/BaseModal.js → BaseModal.js} +7 -7
  18. package/dist/{lib/UIKit/BaseNavItem.js → BaseNavItem.js} +15 -15
  19. package/dist/{lib/UIKit/BasePagination.js → BasePagination.js} +2 -2
  20. package/dist/{lib/UIKit/BasePaper.js → BasePaper.js} +4 -4
  21. package/dist/{lib/UIKit/BaseSlider.js → BaseSlider.js} +3 -3
  22. package/dist/{lib/UIKit/BaseSnackbar.js → BaseSnackbar.js} +4 -4
  23. package/dist/{lib/UIKit/BaseTab.js → BaseTab.js} +1 -1
  24. package/dist/{lib/UIKit/BaseTextarea.js → BaseTextarea.js} +8 -8
  25. package/dist/{lib/UIKit/BaseToggle.js → BaseToggle.js} +4 -4
  26. package/dist/{lib/UIKit/BaseTooltip.js → BaseTooltip.js} +4 -4
  27. package/dist/BaseUploadFile.js +4 -0
  28. package/dist/{lib/UIKit/Checkbox/CheckboxBtn.js → CheckboxBtn.js} +8 -8
  29. package/dist/CheckboxGroup.js +4 -0
  30. package/dist/IntersectionObservable.js +4 -0
  31. package/dist/IntersectionObserver.js +4 -0
  32. package/dist/RadioButton.js +4 -0
  33. package/dist/RadioGroup.js +4 -0
  34. package/dist/SelectItem.js +4 -0
  35. package/dist/{lib/UIKit/StaticSpinner.js → StaticSpinner.js} +3 -3
  36. package/dist/SwiperCarousel.js +4 -0
  37. package/dist/{lib/components/carousel/SwiperSlide.js → SwiperSlide.js} +1 -1
  38. package/dist/UIKit/BaseButton.vue.d.ts +1 -1
  39. package/dist/UIKit/BaseCard.vue.d.ts +3 -3
  40. package/dist/UIKit/BaseDropDown.vue.d.ts +1 -1
  41. package/dist/UIKit/BaseInput.vue.d.ts +1 -1
  42. package/dist/UIKit/BaseModal.vue.d.ts +1 -1
  43. package/dist/UIKit/BaseSelect/SelectItem.vue.d.ts +1 -1
  44. package/dist/UIKit/BaseTextarea.vue.d.ts +1 -1
  45. package/dist/UIKit/BaseTooltip.vue.d.ts +1 -1
  46. package/dist/UIKit/BaseUploadFile.vue.d.ts +69 -34
  47. package/dist/UIKit/Checkbox/CheckboxBtn.vue.d.ts +1 -1
  48. package/dist/assets/BaseComplexToggle.css +1 -1
  49. package/dist/assets/BaseFloatingLabel.css +1 -1
  50. package/dist/assets/BaseIcon.css +1 -1
  51. package/dist/assets/BaseInput.css +1 -1
  52. package/dist/assets/BaseModal.css +1 -1
  53. package/dist/assets/BaseNavItem.css +1 -1
  54. package/dist/assets/BasePaper.css +1 -1
  55. package/dist/assets/BaseSlider.css +1 -1
  56. package/dist/assets/BaseSnackbar.css +1 -1
  57. package/dist/assets/BaseTextarea.css +1 -1
  58. package/dist/assets/BaseToggle.css +1 -1
  59. package/dist/assets/BaseTooltip.css +1 -1
  60. package/dist/assets/CheckboxBtn.css +1 -1
  61. package/dist/assets/StaticSpinner.css +1 -1
  62. package/dist/assets/index.css +1 -1
  63. package/dist/chunks/{BaseAutocomplete.vue_vue_type_script_setup_true_lang.C45Bi9DC.js → BaseAutocomplete.vue_vue_type_script_setup_true_lang.DbIX6YbP.js} +3 -3
  64. package/dist/chunks/{BaseButton.vue_vue_type_script_setup_true_lang.m5d6yre7.js → BaseButton.vue_vue_type_script_setup_true_lang.BrJbAMJ8.js} +2 -2
  65. package/dist/chunks/{BaseDropDown.vue_vue_type_script_setup_true_lang.lKzbL7AZ.js → BaseDropDown.vue_vue_type_script_setup_true_lang.BTIpnAy4.js} +1 -1
  66. package/dist/chunks/BaseUploadFile.vue_vue_type_script_setup_true_lang.DJqPNQTa.js +70 -0
  67. package/dist/chunks/{CheckboxGroup.vue_vue_type_script_setup_true_lang.zoxPNnRF.js → CheckboxGroup.vue_vue_type_script_setup_true_lang.DDtN9_Bg.js} +1 -1
  68. package/dist/components/IntersectionObserver/IntersectionObservable.vue.d.ts +1 -1
  69. package/dist/components/IntersectionObserver/IntersectionObserver.vue.d.ts +1 -1
  70. package/dist/components/carousel/SwiperCarousel.vue.d.ts +1 -1
  71. package/dist/index.js +75 -0
  72. package/package.json +2 -2
  73. package/dist/lib/UIKit/AccessibleSelect.js +0 -4
  74. package/dist/lib/UIKit/Accordion/BaseAccordion.js +0 -4
  75. package/dist/lib/UIKit/Accordion/BaseAccordionBtn.js +0 -4
  76. package/dist/lib/UIKit/Accordion/BaseAccordionContent.js +0 -4
  77. package/dist/lib/UIKit/Accordion/BaseAccordionItem.js +0 -4
  78. package/dist/lib/UIKit/BaseAlert.js +0 -4
  79. package/dist/lib/UIKit/BaseAutocomplete.js +0 -4
  80. package/dist/lib/UIKit/BaseBadge.js +0 -4
  81. package/dist/lib/UIKit/BaseButton.js +0 -4
  82. package/dist/lib/UIKit/BaseCard.js +0 -4
  83. package/dist/lib/UIKit/BaseDropDown.js +0 -4
  84. package/dist/lib/UIKit/BaseSelect/SelectItem.js +0 -4
  85. package/dist/lib/UIKit/BaseUploadFile.js +0 -70
  86. package/dist/lib/UIKit/Checkbox/CheckboxGroup.js +0 -4
  87. package/dist/lib/UIKit/Radio/RadioButton.js +0 -4
  88. package/dist/lib/UIKit/Radio/RadioGroup.js +0 -4
  89. package/dist/lib/components/IntersectionObserver/IntersectionObservable.js +0 -4
  90. package/dist/lib/components/IntersectionObserver/IntersectionObserver.js +0 -4
  91. package/dist/lib/components/carousel/SwiperCarousel.js +0 -4
  92. package/dist/lib/index.js +0 -75
  93. /package/dist/{lib/composables/useBreakpoints.js → useBreakpoints.js} +0 -0
  94. /package/dist/{lib/composables/useFloatingLabel.js → useFloatingLabel.js} +0 -0
  95. /package/dist/{lib/composables/useKeyboardController.js → useKeyboardController.js} +0 -0
  96. /package/dist/{lib/composables/useValidator.js → useValidator.js} +0 -0
package/README.md CHANGED
@@ -1,46 +1,46 @@
1
- # @wikicasa-dev/types
2
-
3
- Libreria condivisa contenente componneti scritte in Vue 3.
4
- La chiave privata per la condivisione è già configurata su tutti i progetti Wikicasa, per l'installazione o l'aggiornamento della libreria basterà quindi eseguire
5
-
6
- yarn add @wikicasa-dev/components
7
-
8
- ## Sviluppo e rilascio
9
-
10
- La libreria fa parte di un monorepo insieme a `@wikicasa-dev/utilities` e `@wikicasa-dev/types`.
11
- Il monorepo è gestito da **[pnpm](https://pnpm.io/it/)**. Il bundler in uso per questa libreria è **[Vite](https://pnpm.io/it/)**.
12
-
13
- I file _index.html_ e _main.ts_ possono essere usati come playground per provare il funzionamento del codice. Per avviare il server di sviluppo basterà eseguire
14
-
15
- pnpm dev
16
-
17
- e collegarsi all'indirizzo corrispondente. Il server di sviluppo è dotato di hot reload, basterà quidni salvare il file modificato. Il file _main.ts_ è escluso dalla build quindi non bisogna preoccuparsi di sporcarlo.
18
-
19
- ### Rilascio
20
-
21
- Come prima cosa bisogna buildare i file con
22
-
23
- pnpm build
24
-
25
- Successivamente bisognerà incrementare la versione. pnpm ha un comando apposito per cui si sconsiglia di andare a modificare a mano la versione nel _package.json_. Il comando è
26
-
27
- pnpm version <major|minor|patch>
28
-
29
- Sta allo sviluppatore scegliere l'incremento di versione più opportuno.
30
- Dopodiché occorrerà eseguire il commit e push delle modifiche (pnpm blocca il rilascio in caso di modifiche non committate) per poi procedere alla pubblicazione con
31
-
32
- pnpm publish
33
-
34
- ## Storybook
35
-
36
- La libreria è configurata con [Storybook](https://storybook.js.org/) per testare le componenti. Per lanciare Storybook in locale basterà eseguire
37
-
38
- pnpm storybook
39
-
40
- L'hot reload funziona anche per le componenti e le stories, occasionalmente sarà necessario aggiornare la pagina.
41
-
42
- Storybook può essere rilasciato su Chromatic, occorre eseguire
43
-
44
- pnpm chromatic
45
-
46
- per generare un link pubblico a Storybook.
1
+ # @wikicasa-dev/types
2
+
3
+ Libreria condivisa contenente componneti scritte in Vue 3.
4
+ La chiave privata per la condivisione è già configurata su tutti i progetti Wikicasa, per l'installazione o l'aggiornamento della libreria basterà quindi eseguire
5
+
6
+ yarn add @wikicasa-dev/components
7
+
8
+ ## Sviluppo e rilascio
9
+
10
+ La libreria fa parte di un monorepo insieme a `@wikicasa-dev/utilities` e `@wikicasa-dev/types`.
11
+ Il monorepo è gestito da **[pnpm](https://pnpm.io/it/)**. Il bundler in uso per questa libreria è **[Vite](https://pnpm.io/it/)**.
12
+
13
+ I file _index.html_ e _main.ts_ possono essere usati come playground per provare il funzionamento del codice. Per avviare il server di sviluppo basterà eseguire
14
+
15
+ pnpm dev
16
+
17
+ e collegarsi all'indirizzo corrispondente. Il server di sviluppo è dotato di hot reload, basterà quidni salvare il file modificato. Il file _main.ts_ è escluso dalla build quindi non bisogna preoccuparsi di sporcarlo.
18
+
19
+ ### Rilascio
20
+
21
+ Come prima cosa bisogna buildare i file con
22
+
23
+ pnpm build
24
+
25
+ Successivamente bisognerà incrementare la versione. pnpm ha un comando apposito per cui si sconsiglia di andare a modificare a mano la versione nel _package.json_. Il comando è
26
+
27
+ pnpm version <major|minor|patch>
28
+
29
+ Sta allo sviluppatore scegliere l'incremento di versione più opportuno.
30
+ Dopodiché occorrerà eseguire il commit e push delle modifiche (pnpm blocca il rilascio in caso di modifiche non committate) per poi procedere alla pubblicazione con
31
+
32
+ pnpm publish
33
+
34
+ ## Storybook
35
+
36
+ La libreria è configurata con [Storybook](https://storybook.js.org/) per testare le componenti. Per lanciare Storybook in locale basterà eseguire
37
+
38
+ pnpm storybook
39
+
40
+ L'hot reload funziona anche per le componenti e le stories, occasionalmente sarà necessario aggiornare la pagina.
41
+
42
+ Storybook può essere rilasciato su Chromatic, occorre eseguire
43
+
44
+ pnpm chromatic
45
+
46
+ per generare un link pubblico a Storybook.
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/AccessibleSelect.vue_vue_type_script_setup_true_lang.DB7G0w8N.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/BaseAccordion.vue_vue_type_script_setup_true_lang.CoE2D2rV.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/BaseAccordionBtn.vue_vue_type_script_setup_true_lang.CrVwjQqr.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/BaseAccordionContent.vue_vue_type_script_setup_true_lang.8ErZghvk.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/BaseAccordionItem.vue_vue_type_script_setup_true_lang.cWFIcTGL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/BaseAlert.vue_vue_type_script_setup_true_lang.HqYdk4yE.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/BaseAutocomplete.vue_vue_type_script_setup_true_lang.DbIX6YbP.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/BaseBadge.vue_vue_type_style_index_0_lang.BOA1gBKu.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/BaseButton.vue_vue_type_script_setup_true_lang.BrJbAMJ8.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/BaseCard.vue_vue_type_style_index_0_lang.w5aEohzG.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1,6 +1,6 @@
1
- import '../../assets/BaseComplexToggle.css';
1
+ import './assets/BaseComplexToggle.css';
2
2
  import { defineComponent as n, openBlock as l, createElementBlock as o, normalizeClass as a, createElementVNode as t, withModifiers as s, createCommentVNode as r } from "vue";
3
- import { _ as d } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
+ import { _ as d } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
4
4
  const c = n({
5
5
  name: "BaseComplexToggle",
6
6
  props: {
@@ -134,7 +134,7 @@ function T(e, i, v, y, B, L) {
134
134
  }, null, 2)
135
135
  ], 10, u);
136
136
  }
137
- const w = /* @__PURE__ */ d(c, [["render", T], ["__scopeId", "data-v-e52c9d8c"]]);
137
+ const w = /* @__PURE__ */ d(c, [["render", T], ["__scopeId", "data-v-f02f3790"]]);
138
138
  export {
139
139
  w as default
140
140
  };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/BaseDropDown.vue_vue_type_script_setup_true_lang.BTIpnAy4.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1,6 +1,6 @@
1
- import '../../assets/BaseFloatingLabel.css';
1
+ import './assets/BaseFloatingLabel.css';
2
2
  import { defineComponent as s, openBlock as a, createElementBlock as l, normalizeClass as t, withModifiers as o, createElementVNode as n, createCommentVNode as r } from "vue";
3
- import { _ as u } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
+ import { _ as u } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
4
4
  const d = s({
5
5
  name: "BaseFloatingLabel",
6
6
  props: {
@@ -23,7 +23,7 @@ const d = s({
23
23
  },
24
24
  emits: ["click"]
25
25
  }), p = ["for"], k = ["innerHTML"];
26
- function c(e, i, m, f, b, y) {
26
+ function m(e, i, c, f, b, y) {
27
27
  return a(), l("label", {
28
28
  for: e.$attrs.for,
29
29
  class: t(["uikit-absolute uikit-left-15px uikit-h-5 uikit-text-sm", [
@@ -43,7 +43,7 @@ function c(e, i, m, f, b, y) {
43
43
  }, " *", 2)) : r("", !0)
44
44
  ], 10, p);
45
45
  }
46
- const g = /* @__PURE__ */ u(d, [["render", c], ["__scopeId", "data-v-c568e13c"]]);
46
+ const g = /* @__PURE__ */ u(d, [["render", m], ["__scopeId", "data-v-bc398569"]]);
47
47
  export {
48
48
  g as default
49
49
  };
@@ -1,6 +1,6 @@
1
- import '../../assets/BaseIcon.css';
1
+ import './assets/BaseIcon.css';
2
2
  import { defineComponent as e, openBlock as a, createElementBlock as i, normalizeClass as n, normalizeStyle as o } from "vue";
3
- import { _ as s } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
+ import { _ as s } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
4
4
  const r = e({
5
5
  name: "BaseIcon",
6
6
  props: {
@@ -35,7 +35,7 @@ function d(t, p, c, f, m, u) {
35
35
  loading: t.lazyLoading ? "lazy" : "eager"
36
36
  }, null, 14, l);
37
37
  }
38
- const h = /* @__PURE__ */ s(r, [["render", d], ["__scopeId", "data-v-e6be9629"]]);
38
+ const h = /* @__PURE__ */ s(r, [["render", d], ["__scopeId", "data-v-8b2e5b08"]]);
39
39
  export {
40
40
  h as default
41
41
  };
@@ -1,8 +1,8 @@
1
- import '../../assets/BaseInput.css';
1
+ import './assets/BaseInput.css';
2
2
  import v from "./BaseFloatingLabel.js";
3
- import { useFloatingLabel as y } from "../composables/useFloatingLabel.js";
3
+ import { useFloatingLabel as y } from "./useFloatingLabel.js";
4
4
  import { defineComponent as w, resolveComponent as g, openBlock as l, createElementBlock as s, normalizeClass as n, renderSlot as d, createElementVNode as o, withModifiers as p, withKeys as V, createCommentVNode as b, createBlock as c, Fragment as m, renderList as $ } from "vue";
5
- import { _ as I } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
5
+ import { _ as I } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
6
6
  const F = w({
7
7
  name: "BaseInput",
8
8
  components: { BaseFloatingLabel: v },
@@ -219,7 +219,7 @@ function j(e, t, a, k, h, f) {
219
219
  ]
220
220
  }, null, 42, L),
221
221
  o("fieldset", {
222
- class: n(["uikit-pointer-events-none uikit-absolute -uikit-top-[5px] uikit-bottom-0 uikit-left-0 uikit-right-0 uikit-m-0 uikit-h-12 uikit-overflow-hidden uikit-px-2 uikit-py-0 uikit-text-left", [
222
+ class: n(["uikit-pointer-events-none uikit-absolute -uikit-top-[6px] uikit-bottom-0 uikit-left-0 uikit-right-0 uikit-m-0 uikit-h-12 uikit-overflow-hidden uikit-px-2 uikit-py-0 uikit-text-left", [
223
223
  { "uikit-border-0": !e.border },
224
224
  {
225
225
  "uikit-border uikit-border-solid uikit-transition-[border] uikit-duration-100 uikit-ease-out peer-focus:uikit-border-2 peer-focus:uikit-border-w-primary peer-focus:[&.is-invalid]:uikit-border-w-danger": e.border,
@@ -272,7 +272,7 @@ function j(e, t, a, k, h, f) {
272
272
  ])
273
273
  ], 2);
274
274
  }
275
- const z = /* @__PURE__ */ I(F, [["render", j], ["__scopeId", "data-v-423a57a1"]]);
275
+ const z = /* @__PURE__ */ I(F, [["render", j], ["__scopeId", "data-v-681dfa04"]]);
276
276
  export {
277
277
  z as default
278
278
  };
@@ -1,10 +1,10 @@
1
- import '../../assets/BaseModal.css';
1
+ import './assets/BaseModal.css';
2
2
  import { defineComponent as x, ref as r, watch as M, openBlock as k, createBlock as f, Teleport as B, createElementVNode as s, normalizeClass as i, withModifiers as g, withCtx as E, createVNode as L, unref as $, createCommentVNode as p, renderSlot as d, createElementBlock as T } from "vue";
3
- import "../../chunks/js.cookie.BQua9eWh.js";
4
- import { _ as H } from "../../chunks/BaseButton.vue_vue_type_script_setup_true_lang.m5d6yre7.js";
5
- import { l as O } from "../../chunks/CloseIcon.DiRdm5zi.js";
6
- import { useBreakpoints as z } from "../composables/useBreakpoints.js";
7
- import { _ as F } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
+ import "./chunks/js.cookie.BQua9eWh.js";
4
+ import { _ as H } from "./chunks/BaseButton.vue_vue_type_script_setup_true_lang.BrJbAMJ8.js";
5
+ import { l as O } from "./chunks/CloseIcon.DiRdm5zi.js";
6
+ import { useBreakpoints as z } from "./useBreakpoints.js";
7
+ import { _ as F } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
8
8
  const I = (a, n) => new Promise((l, u) => {
9
9
  setTimeout(() => {
10
10
  try {
@@ -142,7 +142,7 @@ const I = (a, n) => new Promise((l, u) => {
142
142
  ], 2)
143
143
  ]));
144
144
  }
145
- }), G = /* @__PURE__ */ F(V, [["__scopeId", "data-v-52bf155b"]]);
145
+ }), G = /* @__PURE__ */ F(V, [["__scopeId", "data-v-7fc1eaab"]]);
146
146
  export {
147
147
  G as default
148
148
  };
@@ -1,7 +1,7 @@
1
- import '../../assets/BaseNavItem.css';
1
+ import './assets/BaseNavItem.css';
2
2
  import s from "./BaseIcon.js";
3
3
  import { defineComponent as r, resolveComponent as n, openBlock as i, createElementBlock as l, normalizeClass as c, createBlock as m, createCommentVNode as u, renderSlot as p, createElementVNode as d, toDisplayString as f } from "vue";
4
- import { _ as b } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
4
+ import { _ as b } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
5
5
  const k = r({
6
6
  name: "BaseNavItem",
7
7
  components: { BaseIcon: s },
@@ -26,34 +26,34 @@ const k = r({
26
26
  },
27
27
  emits: ["click"],
28
28
  watch: {
29
- isActive(t) {
30
- const e = this.$refs["base-nav-item"];
31
- t ? e.classList.add("active") : e.classList.remove("active");
29
+ isActive(e) {
30
+ const t = this.$refs["base-nav-item"];
31
+ e ? t.classList.add("active") : t.classList.remove("active");
32
32
  }
33
33
  }
34
34
  }), v = ["id"];
35
- function g(t, e, C, y, $, N) {
35
+ function g(e, t, C, y, $, N) {
36
36
  const a = n("base-icon");
37
37
  return i(), l("li", {
38
- id: `${t.$attrs.id}`,
39
- class: c(["uikit-group/tabs uikit-relative uikit-flex uikit-cursor-pointer uikit-items-center uikit-pb-5px disabled:uikit-border-transparent disabled:uikit-bg-transparent disabled:uikit-text-gray-600", [t.navItemCustomClass]]),
40
- onClick: e[0] || (e[0] = (o) => t.$emit("click", o))
38
+ id: `${e.$attrs.id}`,
39
+ class: c(["uikit-group/tabs uikit-relative uikit-flex uikit-cursor-pointer uikit-items-center uikit-pb-5px disabled:uikit-border-transparent disabled:uikit-bg-transparent disabled:uikit-text-gray-600", [e.navItemCustomClass]]),
40
+ onClick: t[0] || (t[0] = (o) => e.$emit("click", o))
41
41
  }, [
42
- t.iconName ? (i(), m(a, {
42
+ e.iconName ? (i(), m(a, {
43
43
  key: 0,
44
44
  "alt-attribute": "icon",
45
- "icon-name": t.iconName,
46
- "icon-class": t.iconClass
45
+ "icon-name": e.iconName,
46
+ "icon-class": e.iconClass
47
47
  }, null, 8, ["icon-name", "icon-class"])) : u("", !0),
48
- p(t.$slots, "default", {}, () => [
48
+ p(e.$slots, "default", {}, () => [
49
49
  d("a", {
50
50
  ref: "base-nav-item",
51
51
  class: "after:uikit-absolute after:uikit-bottom-0 after:uikit-left-0 after:uikit-w-full after:uikit-content-[''] group-hover/tabs:after:uikit-border-b-2 group-hover/tabs:after:uikit-border-b-w-primary group-hover/tabs:after:[border-bottom-style:solid]"
52
- }, f(t.text), 513)
52
+ }, f(e.text), 513)
53
53
  ], !0)
54
54
  ], 10, v);
55
55
  }
56
- const _ = /* @__PURE__ */ b(k, [["render", g], ["__scopeId", "data-v-d19a9a40"]]);
56
+ const _ = /* @__PURE__ */ b(k, [["render", g], ["__scopeId", "data-v-7f3f4fee"]]);
57
57
  export {
58
58
  _ as default
59
59
  };
@@ -1,7 +1,7 @@
1
1
  import c from "./BaseIcon.js";
2
- import "../../chunks/js.cookie.BQua9eWh.js";
2
+ import "./chunks/js.cookie.BQua9eWh.js";
3
3
  import { defineComponent as h, resolveComponent as f, openBlock as r, createElementBlock as n, createVNode as k, createCommentVNode as o, Fragment as l, renderList as g, toDisplayString as s, createElementVNode as d } from "vue";
4
- import { _ as v } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
4
+ import { _ as v } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
5
5
  function p(i, t = !1) {
6
6
  return i == null ? "" : w(t ? Math.round(i) : Math.floor(i), 0);
7
7
  }
@@ -1,15 +1,15 @@
1
- import '../../assets/BasePaper.css';
1
+ import './assets/BasePaper.css';
2
2
  import { defineComponent as o, openBlock as t, createElementBlock as r, renderSlot as s } from "vue";
3
- import { _ as n } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
+ import { _ as n } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
4
4
  const a = o({
5
5
  name: "BasePaper"
6
6
  }), c = { class: "base-paper" };
7
- function p(e, _, d, i, f, m) {
7
+ function p(e, _, d, f, i, m) {
8
8
  return t(), r("div", c, [
9
9
  s(e.$slots, "content", {}, void 0, !0)
10
10
  ]);
11
11
  }
12
- const $ = /* @__PURE__ */ n(a, [["render", p], ["__scopeId", "data-v-535e7409"]]);
12
+ const $ = /* @__PURE__ */ n(a, [["render", p], ["__scopeId", "data-v-f52750e0"]]);
13
13
  export {
14
14
  $ as default
15
15
  };
@@ -1,7 +1,7 @@
1
- import '../../assets/BaseSlider.css';
1
+ import './assets/BaseSlider.css';
2
2
  import f from "./BaseInput.js";
3
3
  import { defineComponent as c, resolveComponent as S, openBlock as V, createElementBlock as g, createElementVNode as a, withModifiers as h, createVNode as d } from "vue";
4
- import { _ as x } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
4
+ import { _ as x } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
5
5
  function p(t, i) {
6
6
  const e = parseInt(t.value, 10), l = parseInt(i.value, 10);
7
7
  return [e, l];
@@ -256,7 +256,7 @@ function b(t, i, e, l, s, r) {
256
256
  ])
257
257
  ]);
258
258
  }
259
- const _ = /* @__PURE__ */ x(I, [["render", b], ["__scopeId", "data-v-4dbded3e"]]);
259
+ const _ = /* @__PURE__ */ x(I, [["render", b], ["__scopeId", "data-v-0fa5a933"]]);
260
260
  export {
261
261
  _ as default
262
262
  };
@@ -1,7 +1,7 @@
1
- import '../../assets/BaseSnackbar.css';
1
+ import './assets/BaseSnackbar.css';
2
2
  import { defineComponent as b, ref as u, onBeforeMount as f, openBlock as i, createElementBlock as e, createElementVNode as o, normalizeClass as h, withModifiers as l, createCommentVNode as a, createVNode as y, unref as x } from "vue";
3
- import { l as _ } from "../../chunks/CloseIcon.DiRdm5zi.js";
4
- import { _ as v } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
+ import { l as _ } from "./chunks/CloseIcon.DiRdm5zi.js";
4
+ import { _ as v } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
5
5
  const g = { class: "snackbar-container uikit-fixed uikit-bottom-10px uikit-left-10px uikit-z-[2000] max-sm:uikit-left-0 max-sm:uikit-w-full" }, C = ["data-cy"], w = ["src", "alt"], L = {
6
6
  key: 1,
7
7
  class: "snackbar-type-icon uikit-bg-contain uikit-bg-no-repeat"
@@ -74,7 +74,7 @@ const g = { class: "snackbar-container uikit-fixed uikit-bottom-10px uikit-left-
74
74
  ], 10, C)
75
75
  ]));
76
76
  }
77
- }), z = /* @__PURE__ */ v(S, [["__scopeId", "data-v-3e60a2a9"]]);
77
+ }), z = /* @__PURE__ */ v(S, [["__scopeId", "data-v-1288e108"]]);
78
78
  export {
79
79
  z as default
80
80
  };
@@ -1,6 +1,6 @@
1
1
  import r from "./BaseNavItem.js";
2
2
  import { defineComponent as c, resolveComponent as m, openBlock as s, createElementBlock as o, normalizeClass as d, renderSlot as p, createVNode as l, Fragment as k, renderList as b, createBlock as u } from "vue";
3
- import { _ as f } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
+ import { _ as f } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
4
4
  const v = c({
5
5
  name: "BaseTab",
6
6
  components: { BaseNavItem: r },
@@ -1,8 +1,8 @@
1
- import '../../assets/BaseTextarea.css';
1
+ import './assets/BaseTextarea.css';
2
2
  import f from "./BaseFloatingLabel.js";
3
- import { useFloatingLabel as m } from "../composables/useFloatingLabel.js";
3
+ import { useFloatingLabel as m } from "./useFloatingLabel.js";
4
4
  import { defineComponent as h, resolveComponent as v, openBlock as o, createElementBlock as r, normalizeClass as t, createElementVNode as l, withModifiers as s, createCommentVNode as b, createVNode as w } from "vue";
5
- import { _ as g } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
5
+ import { _ as g } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
6
6
  const y = h({
7
7
  name: "BaseTextarea",
8
8
  components: { BaseFloatingLabel: f },
@@ -68,7 +68,7 @@ const y = h({
68
68
  }), V = ["id", "data-cy", "rows", "disabled", "aria-labelledby", "innerHTML"], $ = {
69
69
  key: 0,
70
70
  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"
71
- }, T = ["innerHTML"], c = ["innerHTML"];
71
+ }, c = ["innerHTML"], T = ["innerHTML"];
72
72
  function L(e, i, n, u, d, k) {
73
73
  const p = v("base-floating-label");
74
74
  return o(), r("div", {
@@ -99,7 +99,7 @@ function L(e, i, n, u, d, k) {
99
99
  innerHTML: e.modelValue
100
100
  }, null, 42, V),
101
101
  l("fieldset", {
102
- class: t(["uikit-pointer-events-none uikit-absolute -uikit-top-5px uikit-bottom-5px uikit-left-0 uikit-right-0 uikit-m-0 uikit-min-w-0 uikit-overflow-hidden uikit-rounded-xs uikit-border uikit-border-solid uikit-px-2 uikit-text-start uikit-transition-[border] uikit-duration-100 uikit-ease-out peer-focus/fieldset:uikit-border-2 peer-focus/fieldset:uikit-border-w-primary", [
102
+ class: t(["uikit-pointer-events-none uikit-absolute -uikit-top-[7px] uikit-bottom-[3px] uikit-left-0 uikit-right-0 uikit-m-0 uikit-min-w-0 uikit-overflow-hidden uikit-rounded-xs uikit-border uikit-border-solid uikit-px-2 uikit-text-start uikit-transition-[border] uikit-duration-100 uikit-ease-out peer-focus/fieldset:uikit-border-2 peer-focus/fieldset:uikit-border-w-primary", [
103
103
  { "is-invalid": e.isValid === !1, "is-valid": e.isValid },
104
104
  { "uikit-border-w-danger": e.isValid === !1 },
105
105
  { "uikit-border-w-primary": e.isValid },
@@ -117,7 +117,7 @@ function L(e, i, n, u, d, k) {
117
117
  }
118
118
  ]]),
119
119
  innerHTML: e.labelText
120
- }, null, 10, T)
120
+ }, null, 10, c)
121
121
  ])) : b("", !0)
122
122
  ], 2),
123
123
  w(p, {
@@ -135,10 +135,10 @@ function L(e, i, n, u, d, k) {
135
135
  e.isValid === !1 ? "uikit-mt-1 uikit-text-12 uikit-text-w-danger" : "uikit-mt-1 uikit-text-12 uikit-text-w-primary"
136
136
  ),
137
137
  innerHTML: e.isValid === !1 ? e.feedback.invalid : e.feedback.valid
138
- }, null, 10, c)) : b("", !0)
138
+ }, null, 10, T)) : b("", !0)
139
139
  ], 2);
140
140
  }
141
- const x = /* @__PURE__ */ g(y, [["render", L], ["__scopeId", "data-v-eb852b69"]]);
141
+ const x = /* @__PURE__ */ g(y, [["render", L], ["__scopeId", "data-v-c29deed2"]]);
142
142
  export {
143
143
  x as default
144
144
  };
@@ -1,6 +1,6 @@
1
- import '../../assets/BaseToggle.css';
1
+ import './assets/BaseToggle.css';
2
2
  import { defineComponent as l, openBlock as a, createElementBlock as s, normalizeClass as u, renderSlot as o, createElementVNode as t, withModifiers as n, createCommentVNode as d, pushScopeId as k, popScopeId as c } from "vue";
3
- import { _ as p } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
+ import { _ as p } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
4
4
  const b = l({
5
5
  name: "BaseToggle",
6
6
  inheritAttrs: !1,
@@ -15,7 +15,7 @@ const b = l({
15
15
  this.$emit("update:modelValue", e.checked);
16
16
  }
17
17
  }
18
- }), f = (e) => (k("data-v-45f07047"), e = e(), c(), e), h = { class: "switch uikit-relative uikit-inline-block uikit-min-w-[40px] uikit-text-sm" }, m = ["data-cy", "checked"], g = /* @__PURE__ */ f(() => /* @__PURE__ */ t("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-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)), w = ["innerHTML"];
18
+ }), f = (e) => (k("data-v-b0a3ed96"), e = e(), c(), e), h = { class: "switch uikit-relative uikit-inline-block uikit-min-w-[40px] uikit-text-sm" }, m = ["data-cy", "checked"], g = /* @__PURE__ */ f(() => /* @__PURE__ */ t("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-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)), w = ["innerHTML"];
19
19
  function y(e, i, _, $, v, B) {
20
20
  return a(), s("div", {
21
21
  class: u(["switch-container uikit-inline-block uikit-items-center", e.$attrs.class])
@@ -39,7 +39,7 @@ function y(e, i, _, $, v, B) {
39
39
  ], !0) : d("", !0)
40
40
  ], 2);
41
41
  }
42
- const V = /* @__PURE__ */ p(b, [["render", y], ["__scopeId", "data-v-45f07047"]]);
42
+ const V = /* @__PURE__ */ p(b, [["render", y], ["__scopeId", "data-v-b0a3ed96"]]);
43
43
  export {
44
44
  V as default
45
45
  };
@@ -1,6 +1,6 @@
1
- import '../../assets/BaseTooltip.css';
1
+ import './assets/BaseTooltip.css';
2
2
  import { defineComponent as a, openBlock as o, createElementBlock as s, normalizeClass as t, renderSlot as r, createElementVNode as l, createCommentVNode as i } from "vue";
3
- import { _ as n } from "../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
3
+ import { _ as n } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
4
4
  const p = a({
5
5
  name: "BaseTooltip",
6
6
  inheritAttrs: !1,
@@ -28,7 +28,7 @@ const p = a({
28
28
  }
29
29
  }
30
30
  });
31
- function d(e, m, u, c, f, h) {
31
+ function d(e, c, m, u, f, h) {
32
32
  return o(), s("div", {
33
33
  class: t(["base-tooltip", e.$attrs.class])
34
34
  }, [
@@ -48,7 +48,7 @@ function d(e, m, u, c, f, h) {
48
48
  ], 2)
49
49
  ], 2);
50
50
  }
51
- const $ = /* @__PURE__ */ n(p, [["render", d], ["__scopeId", "data-v-d8025021"]]);
51
+ const $ = /* @__PURE__ */ n(p, [["render", d], ["__scopeId", "data-v-5d6f1c73"]]);
52
52
  export {
53
53
  $ as default
54
54
  };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/BaseUploadFile.vue_vue_type_script_setup_true_lang.DJqPNQTa.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1,6 +1,6 @@
1
- import '../../../assets/CheckboxBtn.css';
2
- import { defineComponent as f, openBlock as o, createElementBlock as d, normalizeClass as l, withModifiers as r, createElementVNode as s, renderSlot as b, toDisplayString as m, createCommentVNode as h } from "vue";
3
- import { _ as g } from "../../../chunks/_plugin-vue_export-helper.CHgC5LLL.js";
1
+ import './assets/CheckboxBtn.css';
2
+ import { defineComponent as f, openBlock as o, createElementBlock as s, normalizeClass as l, withModifiers as r, createElementVNode as d, renderSlot as b, toDisplayString as m, createCommentVNode as h } from "vue";
3
+ import { _ as g } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
4
4
  const C = ["id"], y = ["id", "data-cy", "checked", "disabled"], V = ["for"], v = /* @__PURE__ */ f({
5
5
  __name: "CheckboxBtn",
6
6
  props: {
@@ -26,7 +26,7 @@ const C = ["id"], y = ["id", "data-cy", "checked", "disabled"], V = ["for"], v =
26
26
  }, p = () => {
27
27
  n(), i.handleLabelClick && t("click");
28
28
  };
29
- return (e, a) => (o(), d("div", {
29
+ return (e, a) => (o(), s("div", {
30
30
  id: e.containerId,
31
31
  class: l(["uikit-group uikit-relative uikit-block uikit-pl-25px hover:uikit-cursor-pointer", [
32
32
  { "uikit-mr-4 uikit-inline-flex uikit-items-center": e.inline },
@@ -36,7 +36,7 @@ const C = ["id"], y = ["id", "data-cy", "checked", "disabled"], V = ["for"], v =
36
36
  ]]),
37
37
  onClick: r(p, ["stop", "prevent"])
38
38
  }, [
39
- s("input", {
39
+ d("input", {
40
40
  id: `${e.id}`,
41
41
  ref: "checkbox",
42
42
  "data-cy": e.$attrs["data-cy"],
@@ -52,11 +52,11 @@ const C = ["id"], y = ["id", "data-cy", "checked", "disabled"], V = ["for"], v =
52
52
  onClick: a[1] || (a[1] = r((c) => t("click"), ["stop"]))
53
53
  }, null, 42, y),
54
54
  b(e.$slots, "label", {}, () => [
55
- s("label", {
55
+ d("label", {
56
56
  class: l(["uikit-pl-10px uikit-text-sm group-hover:uikit-cursor-pointer", [e.labelClass, { "uikit-text-w-danger": e.isValid === !1 }]]),
57
57
  for: `${e.id}`
58
58
  }, m(e.label), 11, V),
59
- e.$attrs.required ? (o(), d("span", {
59
+ e.$attrs.required ? (o(), s("span", {
60
60
  key: 0,
61
61
  class: l(["required after:uikit-content-['*']", [
62
62
  e.isValid !== !1 ? "after:uikit-text-w-primary" : "after:uikit-text-w-danger"
@@ -65,7 +65,7 @@ const C = ["id"], y = ["id", "data-cy", "checked", "disabled"], V = ["for"], v =
65
65
  ], !0)
66
66
  ], 10, C));
67
67
  }
68
- }), B = /* @__PURE__ */ g(v, [["__scopeId", "data-v-7bda105f"]]);
68
+ }), B = /* @__PURE__ */ g(v, [["__scopeId", "data-v-13281133"]]);
69
69
  export {
70
70
  B as default
71
71
  };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/CheckboxGroup.vue_vue_type_script_setup_true_lang.DDtN9_Bg.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/IntersectionObservable.vue_vue_type_script_setup_true_lang.BBMxY-re.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/IntersectionObserver.vue_vue_type_script_setup_true_lang.CQHjzQc3.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/RadioButton.vue_vue_type_script_setup_true_lang.DR6a7QAi.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/RadioGroup.vue_vue_type_script_setup_true_lang.C-jm5z4e.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./chunks/SelectItem.vue_vue_type_script_setup_true_lang.Colhxc7n.js";
2
+ export {
3
+ f as default
4
+ };