@wikicasa-dev/components 2.0.53 → 2.0.54-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AccessibleSelect.js +1 -1
- package/dist/BaseAccordion.js +1 -1
- package/dist/BaseAccordionBtn.js +1 -1
- package/dist/BaseAccordionContent.js +1 -1
- package/dist/BaseAccordionItem.js +1 -1
- package/dist/BaseAlert.js +1 -1
- package/dist/BaseAutocomplete.js +1 -1
- package/dist/BaseBadge.js +1 -1
- package/dist/BaseBreadcrumb.js +1 -1
- package/dist/BaseButton.js +1 -1
- package/dist/BaseCard.js +2 -2
- package/dist/BaseComplexToggle.js +4 -4
- package/dist/BaseDropDown.js +1 -1
- package/dist/BaseFloatingLabel.js +3 -3
- package/dist/BaseIcon.js +4 -4
- package/dist/BaseInput.js +9 -9
- package/dist/BaseModal.js +1 -1
- package/dist/BasePagination.js +1 -1
- package/dist/BasePaper.js +2 -2
- package/dist/BaseShimmerLoader.js +2 -2
- package/dist/BaseSlider.js +2 -2
- package/dist/BaseSnackbar.js +3 -3
- package/dist/BaseTabList.js +1 -1
- package/dist/BaseTabPanel.js +1 -1
- package/dist/BaseTabView.js +1 -1
- package/dist/BaseTextarea.js +4 -4
- package/dist/BaseToggle.js +4 -4
- package/dist/BaseTooltip.js +3 -3
- package/dist/BaseUploadFile.js +1 -1
- package/dist/CheckboxBtn.js +5 -5
- package/dist/CheckboxGroup.js +1 -1
- package/dist/DoughnutChart.js +1 -1
- package/dist/IntersectionObservable.js +1 -1
- package/dist/IntersectionObserver.js +1 -1
- package/dist/LineChart.js +1 -1
- package/dist/RadioButton.js +1 -1
- package/dist/RadioGroup.js +1 -1
- package/dist/SelectItem.js +1 -1
- package/dist/ShimmerMultiLine.js +1 -1
- package/dist/SimpleSlider.js +2 -2
- package/dist/StaticSpinner.js +2 -2
- package/dist/SwiperCarousel.js +861 -829
- package/dist/SwiperSlide.js +2 -2
- package/dist/UIKit/AccessibleSelect.vue.d.ts +5 -10
- package/dist/UIKit/Accordion/BaseAccordion.vue.d.ts +9 -12
- package/dist/UIKit/Accordion/BaseAccordionBtn.vue.d.ts +12 -17
- package/dist/UIKit/Accordion/BaseAccordionContent.vue.d.ts +10 -14
- package/dist/UIKit/Accordion/BaseAccordionItem.vue.d.ts +20 -33
- package/dist/UIKit/BaseAlert.vue.d.ts +7 -7
- package/dist/UIKit/BaseAutocomplete.vue.d.ts +4 -8
- package/dist/UIKit/BaseBadge.vue.d.ts +6 -6
- package/dist/UIKit/BaseBreadcrumb.vue.d.ts +8 -10
- package/dist/UIKit/BaseButton.vue.d.ts +17 -30
- package/dist/UIKit/BaseCard.vue.d.ts +12 -15
- package/dist/UIKit/BaseComplexToggle.vue.d.ts +7 -6
- package/dist/UIKit/BaseDropDown.vue.d.ts +9 -6
- package/dist/UIKit/BaseFloatingLabel.vue.d.ts +5 -11
- package/dist/UIKit/BaseIcon.vue.d.ts +3 -9
- package/dist/UIKit/BaseInput.vue.d.ts +10 -7
- package/dist/UIKit/BaseModal.vue.d.ts +25 -44
- package/dist/UIKit/BasePagination.vue.d.ts +5 -5
- package/dist/UIKit/BaseSelect/SelectItem.vue.d.ts +10 -12
- package/dist/UIKit/BaseSlider.vue.d.ts +10 -7
- package/dist/UIKit/BaseSnackbar.vue.d.ts +7 -14
- package/dist/UIKit/BaseTextarea.vue.d.ts +7 -5
- package/dist/UIKit/BaseToggle.vue.d.ts +6 -5
- package/dist/UIKit/BaseTooltip.vue.d.ts +13 -20
- package/dist/UIKit/BaseUploadFile.vue.d.ts +13 -19
- package/dist/UIKit/Checkbox/CheckboxBtn.vue.d.ts +18 -31
- package/dist/UIKit/Checkbox/CheckboxGroup.vue.d.ts +23 -43
- package/dist/UIKit/Radio/RadioButton.vue.d.ts +7 -11
- package/dist/UIKit/Radio/RadioGroup.vue.d.ts +8 -7
- package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.vue.d.ts +6 -6
- package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.vue.d.ts +54 -8
- package/dist/UIKit/Slider/SimpleSlider.vue.d.ts +7 -5
- package/dist/UIKit/StaticSpinner.vue.d.ts +3 -5
- package/dist/UIKit/Tab/BaseTab.vue.d.ts +8 -10
- package/dist/UIKit/Tab/BaseTabList.vue.d.ts +5 -7
- package/dist/UIKit/Tab/BaseTabPanel.vue.d.ts +9 -11
- package/dist/UIKit/Tab/BaseTabView.vue.d.ts +7 -5
- package/dist/chart/DoughnutChart.vue.d.ts +3 -5
- package/dist/chart/LineChart.vue.d.ts +4 -6
- package/dist/chart/composables/useChartjsModules.d.ts +1 -1
- package/dist/chunks/{AccessibleSelect.vue_vue_type_script_setup_true_lang.tcyWuhKm.js → AccessibleSelect.vue_vue_type_script_setup_true_lang.gRPd8LaO.js} +4 -4
- package/dist/chunks/{ArrowIcon.CCFMdsq6.js → ArrowIcon.Bq6Xr3uH.js} +1 -1
- package/dist/chunks/{BaseAccordion.vue_vue_type_script_setup_true_lang.R7qkuKlw.js → BaseAccordion.vue_vue_type_script_setup_true_lang.BJW28Y_i.js} +2 -2
- package/dist/chunks/{BaseAccordionBtn.vue_vue_type_script_setup_true_lang.DsDqk9iP.js → BaseAccordionBtn.vue_vue_type_script_setup_true_lang.APN3hif2.js} +4 -4
- package/dist/chunks/{BaseAccordionContent.vue_vue_type_script_setup_true_lang.C0aiiljz.js → BaseAccordionContent.vue_vue_type_script_setup_true_lang.Dn4qNu2R.js} +2 -2
- package/dist/chunks/{BaseAccordionItem.vue_vue_type_script_setup_true_lang.Caagpb9M.js → BaseAccordionItem.vue_vue_type_script_setup_true_lang.Dpjir3yq.js} +8 -8
- package/dist/chunks/{BaseAlert.vue_vue_type_style_index_0_lang.BtqP_iYL.js → BaseAlert.vue_vue_type_style_index_0_lang.DUWb9d9_.js} +2 -2
- package/dist/chunks/{BaseAutocomplete.vue_vue_type_script_setup_true_lang.B31Vyyn6.js → BaseAutocomplete.vue_vue_type_script_setup_true_lang.m9DVH1he.js} +9 -9
- package/dist/chunks/{BaseBadge.vue_vue_type_style_index_0_lang.BOA1gBKu.js → BaseBadge.vue_vue_type_style_index_0_lang.D2PAy8_x.js} +2 -2
- package/dist/chunks/{BaseBreadcrumb.vue_vue_type_script_setup_true_lang.BAE3i6sW.js → BaseBreadcrumb.vue_vue_type_script_setup_true_lang.DlSPjwQe.js} +7 -7
- package/dist/chunks/{BaseButton.vue_vue_type_script_setup_true_lang.BWZPE2Gf.js → BaseButton.vue_vue_type_script_setup_true_lang.ChUdDzP1.js} +4 -4
- package/dist/chunks/{BaseDropDown.vue_vue_type_script_setup_true_lang.CpbjEyOl.js → BaseDropDown.vue_vue_type_script_setup_true_lang.CPpsFIZy.js} +9 -9
- package/dist/chunks/{BaseModal.vue_vue_type_style_index_0_lang.CeKWAwpg.js → BaseModal.vue_vue_type_style_index_0_lang.CCb032YN.js} +4 -4
- package/dist/chunks/{BasePagination.vue_vue_type_script_setup_true_lang.Cb6fEMc-.js → BasePagination.vue_vue_type_script_setup_true_lang.Cbo8eLhz.js} +20 -19
- package/dist/chunks/{BaseTabList.vue_vue_type_script_setup_true_lang.CohlLou1.js → BaseTabList.vue_vue_type_script_setup_true_lang.CHOGs5d-.js} +2 -2
- package/dist/chunks/{BaseTabPanel.vue_vue_type_script_setup_true_lang.DoZHWHt1.js → BaseTabPanel.vue_vue_type_script_setup_true_lang.CVJUssBq.js} +2 -2
- package/dist/chunks/{BaseTabView.vue_vue_type_script_setup_true_lang.DTPN9Rg-.js → BaseTabView.vue_vue_type_script_setup_true_lang.CUgJNst9.js} +3 -3
- package/dist/chunks/{BaseUploadFile.vue_vue_type_script_setup_true_lang.2elmVcZt.js → BaseUploadFile.vue_vue_type_script_setup_true_lang.Cgu0FMFv.js} +1 -1
- package/dist/chunks/{CheckboxGroup.vue_vue_type_script_setup_true_lang.BC3hlJfx.js → CheckboxGroup.vue_vue_type_script_setup_true_lang.CDFRhya0.js} +5 -5
- package/dist/chunks/{CloseIcon.DIkr4soH.js → CloseIcon.BZ4U3aiI.js} +1 -1
- package/dist/chunks/{DoughnutChart.vue_vue_type_script_setup_true_lang.C4QPaUsI.js → DoughnutChart.vue_vue_type_script_setup_true_lang.B8wxbJBV.js} +3 -3
- package/dist/chunks/{IntersectionObservable.vue_vue_type_script_setup_true_lang.BBMxY-re.js → IntersectionObservable.vue_vue_type_script_setup_true_lang.DC17cx-h.js} +2 -2
- package/dist/chunks/{IntersectionObserver.vue_vue_type_script_setup_true_lang.CQHjzQc3.js → IntersectionObserver.vue_vue_type_script_setup_true_lang.BKewKDXG.js} +2 -2
- package/dist/chunks/{LineChart.vue_vue_type_script_setup_true_lang.iRZ_Q6nK.js → LineChart.vue_vue_type_script_setup_true_lang.CXNsFiyD.js} +3 -3
- package/dist/chunks/ObjectUtils.DwkJjVq1.js +10 -0
- package/dist/chunks/PharmacyIcon.DEQ8mOEJ.js +11 -0
- package/dist/chunks/{RadioButton.vue_vue_type_script_setup_true_lang.CiJAhkRj.js → RadioButton.vue_vue_type_script_setup_true_lang.DRQnjRA7.js} +2 -2
- package/dist/chunks/{RadioGroup.vue_vue_type_script_setup_true_lang.DdmSUyxZ.js → RadioGroup.vue_vue_type_script_setup_true_lang.CpsMf2PN.js} +2 -2
- package/dist/chunks/{SelectItem.vue_vue_type_script_setup_true_lang.GPFf7fjA.js → SelectItem.vue_vue_type_script_setup_true_lang.Drq_K7Vx.js} +2 -2
- package/dist/chunks/{ShimmerMultiLine.vue_vue_type_script_setup_true_lang.DuLXZx8X.js → ShimmerMultiLine.vue_vue_type_script_setup_true_lang.CF7CkxXk.js} +3 -3
- package/dist/chunks/polyline.tNTK3v2u.js +129 -0
- package/dist/chunks/useKeyboardController.Cs_5GQTJ.js +41 -0
- package/dist/components/IntersectionObserver/IntersectionObservable.vue.d.ts +10 -9
- package/dist/components/IntersectionObserver/IntersectionObserver.vue.d.ts +5 -2
- package/dist/components/carousel/SwiperCarousel.vue.d.ts +6 -2
- package/dist/components/carousel/SwiperSlide.vue.d.ts +3 -2
- package/dist/index.js +24 -24
- package/dist/useChartjsModules.js +24 -29
- package/package.json +6 -5
- package/dist/chunks/ObjectUtils.BOUbloeg.js +0 -10
- package/dist/chunks/PharmacyIcon.56ql_DYl.js +0 -19
- package/dist/chunks/types-B0dZ7OiV.D29wNgoj.js +0 -3209
- package/dist/chunks/useKeyboardController.CutKeclN.js +0 -41
package/dist/AccessibleSelect.js
CHANGED
package/dist/BaseAccordion.js
CHANGED
package/dist/BaseAccordionBtn.js
CHANGED
package/dist/BaseAlert.js
CHANGED
package/dist/BaseAutocomplete.js
CHANGED
package/dist/BaseBadge.js
CHANGED
package/dist/BaseBreadcrumb.js
CHANGED
package/dist/BaseButton.js
CHANGED
package/dist/BaseCard.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as m, computed as o,
|
|
1
|
+
import { defineComponent as m, computed as o, createBlock as p, openBlock as C, resolveDynamicComponent as u, normalizeClass as a, withCtx as f, createElementVNode as d, renderSlot as r } from "vue";
|
|
2
2
|
import { _ as v } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
3
|
import './assets/BaseCard.css';const y = /* @__PURE__ */ m({
|
|
4
4
|
__name: "BaseCard",
|
|
@@ -13,7 +13,7 @@ import './assets/BaseCard.css';const y = /* @__PURE__ */ m({
|
|
|
13
13
|
const l = c, n = o(
|
|
14
14
|
() => s.type === "news" ? "news-card" : s.type
|
|
15
15
|
), i = o(() => s.type ? `${s.type}-img` : "");
|
|
16
|
-
return (e, t) => (
|
|
16
|
+
return (e, t) => (C(), p(u(e.rootComponent), {
|
|
17
17
|
class: a(["card", [n.value]]),
|
|
18
18
|
onClick: t[0] || (t[0] = (g) => l("click"))
|
|
19
19
|
}, {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as v, mergeModels as T, useModel as C, computed as c,
|
|
1
|
+
import { defineComponent as v, mergeModels as T, useModel as C, computed as c, createElementBlock as r, openBlock as n, normalizeClass as o, createElementVNode as t, withModifiers as m, renderSlot as f, createCommentVNode as k } from "vue";
|
|
2
2
|
import { _ as y } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
3
|
import './assets/BaseComplexToggle.css';const $ = ["id", "data-cy"], B = ["data-btn-bg-color", "data-cy"], L = ["src", "alt"], M = ["innerHTML"], z = ["data-btn-bg-color", "data-cy"], V = ["src", "alt"], w = ["innerHTML"], H = /* @__PURE__ */ v({
|
|
4
4
|
__name: "BaseComplexToggle",
|
|
@@ -35,7 +35,7 @@ import './assets/BaseComplexToggle.css';const $ = ["id", "data-cy"], B = ["data-
|
|
|
35
35
|
s();
|
|
36
36
|
})();
|
|
37
37
|
const b = (e) => a.value?.label === e.label, d = c(() => b(l.labels.leftToggle)), p = c(() => b(l.labels.rightToggle));
|
|
38
|
-
return (e, i) => (
|
|
38
|
+
return (e, i) => (n(), r("div", {
|
|
39
39
|
id: e.$attrs.id || "",
|
|
40
40
|
"data-cy": e.$attrs["data-cy"] || "",
|
|
41
41
|
class: o(["base-complex-toggle uikit-relative uikit-flex uikit-justify-center uikit-p-0", [e.mode, e.borderContainerColor, e.size]])
|
|
@@ -51,7 +51,7 @@ import './assets/BaseComplexToggle.css';const $ = ["id", "data-cy"], B = ["data-
|
|
|
51
51
|
onClick: i[0] || (i[0] = m((h) => s(), ["stop"]))
|
|
52
52
|
}, [
|
|
53
53
|
f(e.$slots, "left_icon", {}, () => [
|
|
54
|
-
e.labels.leftToggle.icon ? (
|
|
54
|
+
e.labels.leftToggle.icon ? (n(), r("img", {
|
|
55
55
|
key: 0,
|
|
56
56
|
class: "base-complex-toggle-icon uikit-relative uikit-z-10 uikit-mr-10px",
|
|
57
57
|
src: e.labels.leftToggle.icon.src,
|
|
@@ -76,7 +76,7 @@ import './assets/BaseComplexToggle.css';const $ = ["id", "data-cy"], B = ["data-
|
|
|
76
76
|
onClick: i[1] || (i[1] = m((h) => u(), ["stop"]))
|
|
77
77
|
}, [
|
|
78
78
|
f(e.$slots, "right_icon", {}, () => [
|
|
79
|
-
e.labels.rightToggle.icon ? (
|
|
79
|
+
e.labels.rightToggle.icon ? (n(), r("img", {
|
|
80
80
|
key: 0,
|
|
81
81
|
class: "base-complex-toggle-icon uikit-relative uikit-z-10 uikit-mr-10px",
|
|
82
82
|
src: e.labels.rightToggle.icon.src,
|
package/dist/BaseDropDown.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as n,
|
|
1
|
+
import { defineComponent as n, createElementBlock as l, openBlock as s, withModifiers as r, normalizeClass as t, createElementVNode as d, createCommentVNode as u } from "vue";
|
|
2
2
|
import { _ as k } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
3
|
import './assets/BaseFloatingLabel.css';const b = ["for"], m = ["innerHTML"], p = /* @__PURE__ */ n({
|
|
4
4
|
__name: "BaseFloatingLabel",
|
|
@@ -13,7 +13,7 @@ import './assets/BaseFloatingLabel.css';const b = ["for"], m = ["innerHTML"], p
|
|
|
13
13
|
emits: ["click"],
|
|
14
14
|
setup(f, { emit: a }) {
|
|
15
15
|
const o = a;
|
|
16
|
-
return (e, i) => (
|
|
16
|
+
return (e, i) => (s(), l("label", {
|
|
17
17
|
for: e.$attrs.for,
|
|
18
18
|
class: t(["uikit-pointer-events-none uikit-absolute uikit-left-15px uikit-h-5 uikit-text-sm", [e.labelState, { "uikit-text-w-secondary": e.disabled }, e.labelClasses]]),
|
|
19
19
|
onClick: i[0] || (i[0] = r((c) => o("click"), ["stop"]))
|
|
@@ -25,7 +25,7 @@ import './assets/BaseFloatingLabel.css';const b = ["for"], m = ["innerHTML"], p
|
|
|
25
25
|
]]),
|
|
26
26
|
innerHTML: e.labelText
|
|
27
27
|
}, null, 10, m),
|
|
28
|
-
e.$attrs.required ? (
|
|
28
|
+
e.$attrs.required ? (s(), l("sup", {
|
|
29
29
|
key: 0,
|
|
30
30
|
class: t(["uikit-absolute -uikit-top-[0.3rem] uikit-text", [
|
|
31
31
|
{ "uikit-text-w-secondary": e.disabled },
|
package/dist/BaseIcon.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e,
|
|
1
|
+
import { defineComponent as e, createElementBlock as a, openBlock as i, normalizeStyle as o, normalizeClass as s } from "vue";
|
|
2
2
|
import { _ as l } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
3
|
import './assets/BaseIcon.css';const n = ["id", "alt", "src", "width", "height", "loading"], r = /* @__PURE__ */ e({
|
|
4
4
|
__name: "BaseIcon",
|
|
@@ -11,11 +11,11 @@ import './assets/BaseIcon.css';const n = ["id", "alt", "src", "width", "height",
|
|
|
11
11
|
height: {}
|
|
12
12
|
},
|
|
13
13
|
setup(d) {
|
|
14
|
-
return (t, c) => (
|
|
14
|
+
return (t, c) => (i(), a("img", {
|
|
15
15
|
id: t.$attrs.id,
|
|
16
|
-
class:
|
|
16
|
+
class: s(["uikit-inline-block", t.iconType, t.iconClass]),
|
|
17
17
|
alt: t.altAttribute || t.$attrs.alt,
|
|
18
|
-
style:
|
|
18
|
+
style: o(t.$attrs.style),
|
|
19
19
|
src: t.$attrs.src ? t.$attrs.src : "",
|
|
20
20
|
width: t.width,
|
|
21
21
|
height: t.height,
|
package/dist/BaseInput.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as z, mergeModels as C, useModel as A, ref as m, watch as g, useAttrs as N,
|
|
1
|
+
import { defineComponent as z, mergeModels as C, useModel as A, ref as m, watch as g, useAttrs as N, createElementBlock as r, openBlock as u, normalizeClass as v, unref as s, renderSlot as p, createElementVNode as h, createBlock as O, createCommentVNode as w, withKeys as j, withModifiers as y, Fragment as T, renderList as B } from "vue";
|
|
2
2
|
import D from "./BaseFloatingLabel.js";
|
|
3
3
|
import { useFloatingLabel as G } from "./useFloatingLabel.js";
|
|
4
4
|
import { _ as J } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
@@ -141,11 +141,11 @@ import './assets/BaseInput.css';const Q = ["id", "data-cy", "name", "autocomplet
|
|
|
141
141
|
placeholder: e.$attrs.placeholder,
|
|
142
142
|
value: a.value,
|
|
143
143
|
onClick: i[0] || (i[0] = (t) => k("click", t)),
|
|
144
|
-
onFocusin: i[1] || (i[1] =
|
|
145
|
-
onFocusout: i[2] || (i[2] =
|
|
146
|
-
onInput:
|
|
144
|
+
onFocusin: i[1] || (i[1] = y(() => e.labelText && s(H)(), ["stop"])),
|
|
145
|
+
onFocusout: i[2] || (i[2] = y((t) => e.labelText && !e.keepFloatingLabel && s($)(a.value), ["stop"])),
|
|
146
|
+
onInput: y(P, ["stop"]),
|
|
147
147
|
onKeydown: [
|
|
148
|
-
i[3] || (i[3] =
|
|
148
|
+
i[3] || (i[3] = j(() => k("keydownEnterPressed"), ["enter"])),
|
|
149
149
|
i[4] || (i[4] = (t) => k("keydown", t))
|
|
150
150
|
],
|
|
151
151
|
onKeyup: i[5] || (i[5] = (t) => k("keyup", t))
|
|
@@ -176,7 +176,7 @@ import './assets/BaseInput.css';const Q = ["id", "data-cy", "name", "autocomplet
|
|
|
176
176
|
}, null, 10, X)
|
|
177
177
|
])
|
|
178
178
|
], 2),
|
|
179
|
-
e.labelText ? (u(),
|
|
179
|
+
e.labelText ? (u(), O(D, {
|
|
180
180
|
key: 0,
|
|
181
181
|
for: e.$attrs.id,
|
|
182
182
|
"label-text": e.labelText,
|
|
@@ -189,7 +189,7 @@ import './assets/BaseInput.css';const Q = ["id", "data-cy", "name", "autocomplet
|
|
|
189
189
|
e.labelClasses
|
|
190
190
|
],
|
|
191
191
|
"label-text-classes": e.labelTextClasses
|
|
192
|
-
}, null, 8, ["for", "label-text", "label-state", "is-valid", "required", "disabled", "label-classes", "label-text-classes"])) :
|
|
192
|
+
}, null, 8, ["for", "label-text", "label-state", "is-valid", "required", "disabled", "label-classes", "label-text-classes"])) : w("", !0),
|
|
193
193
|
p(e.$slots, "feedback", {}, () => [
|
|
194
194
|
e.isValid === !1 ? (u(!0), r(T, { key: 0 }, B(f.value.invalid, (t, c) => (u(), r("div", {
|
|
195
195
|
key: `${e.$attrs.id}_invalid_${c}`,
|
|
@@ -199,11 +199,11 @@ import './assets/BaseInput.css';const Q = ["id", "data-cy", "name", "autocomplet
|
|
|
199
199
|
key: `${e.$attrs.id}_valid_${c}`,
|
|
200
200
|
class: "uikit-mt-1 uikit-text-12 uikit-text-w-primary",
|
|
201
201
|
innerHTML: t
|
|
202
|
-
}, null, 8, Z))), 128)) :
|
|
202
|
+
}, null, 8, Z))), 128)) : w("", !0)
|
|
203
203
|
], !0),
|
|
204
204
|
e.$slots["under-label"] ? (u(), r("div", x, [
|
|
205
205
|
p(e.$slots, "under-label", {}, void 0, !0)
|
|
206
|
-
])) :
|
|
206
|
+
])) : w("", !0)
|
|
207
207
|
], 2));
|
|
208
208
|
}
|
|
209
209
|
}), ae = /* @__PURE__ */ J(U, [["__scopeId", "data-v-919095a8"]]);
|
package/dist/BaseModal.js
CHANGED
package/dist/BasePagination.js
CHANGED
package/dist/BasePaper.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { defineComponent as o,
|
|
1
|
+
import { defineComponent as o, createElementBlock as t, openBlock as r, renderSlot as s } from "vue";
|
|
2
2
|
import { _ as n } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
3
|
import './assets/BasePaper.css';const a = o({
|
|
4
4
|
name: "BasePaper"
|
|
5
5
|
}), c = { class: "base-paper" };
|
|
6
6
|
function p(e, _, d, f, i, m) {
|
|
7
|
-
return
|
|
7
|
+
return r(), t("div", c, [
|
|
8
8
|
s(e.$slots, "content", {}, void 0, !0)
|
|
9
9
|
]);
|
|
10
10
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as i,
|
|
1
|
+
import { defineComponent as i, createElementBlock as s, openBlock as r, normalizeClass as t, createElementVNode as a, renderSlot as l } from "vue";
|
|
2
2
|
import { _ as o } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
3
|
import './assets/BaseShimmerLoader.css';const m = /* @__PURE__ */ i({
|
|
4
4
|
inheritAttrs: !1,
|
|
@@ -7,7 +7,7 @@ import './assets/BaseShimmerLoader.css';const m = /* @__PURE__ */ i({
|
|
|
7
7
|
shimmerClasses: { default: "" }
|
|
8
8
|
},
|
|
9
9
|
setup(u) {
|
|
10
|
-
return (e, n) => (
|
|
10
|
+
return (e, n) => (r(), s("div", {
|
|
11
11
|
class: t(["uikit-relative uikit-overflow-hidden uikit-bg-w-lavender", e.$attrs.class])
|
|
12
12
|
}, [
|
|
13
13
|
a("div", {
|
package/dist/BaseSlider.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as R, mergeModels as j, useModel as D, ref as p, useTemplateRef as T, useAttrs as q, onMounted as G,
|
|
1
|
+
import { defineComponent as R, mergeModels as j, useModel as D, ref as p, useTemplateRef as T, useAttrs as q, onMounted as G, createElementBlock as H, openBlock as J, createElementVNode as x, withModifiers as _, unref as h, createVNode as k } from "vue";
|
|
2
2
|
import C from "./BaseInput.js";
|
|
3
3
|
import { _ as K } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
4
4
|
import './assets/BaseSlider.css';const O = { class: "range_container" }, Q = { class: "sliders_control" }, W = ["value", "min", "max", "step"], X = ["value", "min", "max", "step"], Y = { class: "form_control row" }, Z = { class: "pb-15 pb-sm-0 col-sm-6 col-xl-4" }, ee = { class: "col-sm-6 col-xl-4" }, le = /* @__PURE__ */ R({
|
|
@@ -147,7 +147,7 @@ import './assets/BaseSlider.css';const O = { class: "range_container" }, Q = { c
|
|
|
147
147
|
"#2B5DFF",
|
|
148
148
|
s.value
|
|
149
149
|
), y(d.value, s.value));
|
|
150
|
-
}), (e, l) => (
|
|
150
|
+
}), (e, l) => (J(), H("div", O, [
|
|
151
151
|
x("div", Q, [
|
|
152
152
|
x("input", {
|
|
153
153
|
ref_key: "fromSlider",
|
package/dist/BaseSnackbar.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as b, ref as u, onBeforeMount as f,
|
|
2
|
-
import { l as g } from "./chunks/CloseIcon.
|
|
3
|
-
import "./chunks/PharmacyIcon.
|
|
1
|
+
import { defineComponent as b, ref as u, onBeforeMount as f, createBlock as h, openBlock as i, Teleport as y, createElementVNode as e, withModifiers as l, normalizeClass as x, createElementBlock as a, createCommentVNode as s, createVNode as _, unref as v } from "vue";
|
|
2
|
+
import { l as g } from "./chunks/CloseIcon.BZ4U3aiI.js";
|
|
3
|
+
import "./chunks/PharmacyIcon.DEQ8mOEJ.js";
|
|
4
4
|
import { _ as C } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
5
5
|
import './assets/BaseSnackbar.css';const T = { class: "snackbar-container uikit-fixed uikit-bottom-10px uikit-left-10px uikit-z-[2000] max-sm:uikit-left-0 max-sm:uikit-w-full" }, w = ["data-cy"], B = ["src", "alt"], L = {
|
|
6
6
|
key: 1,
|
package/dist/BaseTabList.js
CHANGED
package/dist/BaseTabPanel.js
CHANGED
package/dist/BaseTabView.js
CHANGED
package/dist/BaseTextarea.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as h, mergeModels as f, useModel as x, ref as $, watch as L,
|
|
1
|
+
import { defineComponent as h, mergeModels as f, useModel as x, ref as $, watch as L, createElementBlock as k, openBlock as b, normalizeClass as s, createElementVNode as o, createCommentVNode as p, unref as l, createVNode as M, withModifiers as d, nextTick as C } from "vue";
|
|
2
2
|
import F from "./BaseFloatingLabel.js";
|
|
3
3
|
import { useFloatingLabel as B } from "./useFloatingLabel.js";
|
|
4
4
|
import { _ as z } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
@@ -49,7 +49,7 @@ import './assets/BaseTextarea.css';const E = ["id", "data-cy", "rows", "disabled
|
|
|
49
49
|
i.value && i.value.focus();
|
|
50
50
|
}));
|
|
51
51
|
}
|
|
52
|
-
}), (e, t) => (
|
|
52
|
+
}), (e, t) => (b(), k("div", {
|
|
53
53
|
class: s(e.$attrs["wrapper-classes"])
|
|
54
54
|
}, [
|
|
55
55
|
o("div", {
|
|
@@ -87,7 +87,7 @@ import './assets/BaseTextarea.css';const E = ["id", "data-cy", "rows", "disabled
|
|
|
87
87
|
{ "uikit-border-w-secondary": e.isValid === null }
|
|
88
88
|
]])
|
|
89
89
|
}, [
|
|
90
|
-
e.labelText ? (
|
|
90
|
+
e.labelText ? (b(), k("legend", H, [
|
|
91
91
|
o("span", {
|
|
92
92
|
class: s(["uikit-px-5px uikit-opacity-0", [
|
|
93
93
|
{
|
|
@@ -113,7 +113,7 @@ import './assets/BaseTextarea.css';const E = ["id", "data-cy", "rows", "disabled
|
|
|
113
113
|
]
|
|
114
114
|
}, null, 8, ["for", "label-text", "label-state", "required", "is-valid", "label-classes"])
|
|
115
115
|
], 2),
|
|
116
|
-
(e.isValid || e.isValid === !1) && e.feedback ? (
|
|
116
|
+
(e.isValid || e.isValid === !1) && e.feedback ? (b(), k("div", {
|
|
117
117
|
key: 0,
|
|
118
118
|
class: s(
|
|
119
119
|
e.isValid === !1 ? "uikit-mt-1 uikit-text-12 uikit-text-w-danger" : "uikit-mt-1 uikit-text-12 uikit-text-w-primary"
|
package/dist/BaseToggle.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as a, mergeModels as n, useModel as d,
|
|
1
|
+
import { defineComponent as a, mergeModels as n, useModel as d, createElementBlock as k, openBlock as b, normalizeClass as c, renderSlot as l, createElementVNode as i, createCommentVNode as f, withModifiers as p } from "vue";
|
|
2
2
|
import { _ as m } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
3
|
import './assets/BaseToggle.css';const h = { class: "switch uikit-relative uikit-inline-block uikit-min-w-[40px] uikit-text-sm" }, g = ["data-cy", "checked"], w = ["innerHTML"], y = /* @__PURE__ */ a({
|
|
4
4
|
inheritAttrs: !1,
|
|
@@ -15,7 +15,7 @@ import './assets/BaseToggle.css';const h = { class: "switch uikit-relative uikit
|
|
|
15
15
|
const o = d(r, "modelValue"), u = ({ target: e }) => {
|
|
16
16
|
o.value = e.checked;
|
|
17
17
|
};
|
|
18
|
-
return (e, t) => (
|
|
18
|
+
return (e, t) => (b(), k("div", {
|
|
19
19
|
class: c(["switch-container uikit-inline-block uikit-items-center", e.$attrs.class])
|
|
20
20
|
}, [
|
|
21
21
|
l(e.$slots, "leftLabel", {}, void 0, !0),
|
|
@@ -25,7 +25,7 @@ import './assets/BaseToggle.css';const h = { class: "switch uikit-relative uikit
|
|
|
25
25
|
class: "uikit-peer/toggle uikit-h-0 uikit-w-0 uikit-opacity-0",
|
|
26
26
|
type: "checkbox",
|
|
27
27
|
checked: o.value,
|
|
28
|
-
onInput: t[0] || (t[0] =
|
|
28
|
+
onInput: t[0] || (t[0] = p((s) => u(s), ["stop"]))
|
|
29
29
|
}, null, 40, g),
|
|
30
30
|
t[1] || (t[1] = i("span", { class: "slider round uikit-absolute uikit-bottom-0 uikit-left-0 uikit-right-0 uikit-top-0 uikit-cursor-pointer uikit-bg-w-lavender uikit-duration-300 before:uikit-absolute before:uikit-bottom-0 before:uikit-left-0 before:uikit-top-0 before:uikit-box-border before:uikit-h-[22px] before:uikit-w-[22px] before:uikit-rounded-circle before:uikit-border before:uikit-border-solid before:uikit-border-w-secondary before:uikit-bg-white before:uikit-shadow-sm before:uikit-duration-300 before:uikit-content-[''] peer-checked/toggle:uikit-bg-w-primary" }, null, -1))
|
|
31
31
|
]),
|
|
@@ -34,7 +34,7 @@ import './assets/BaseToggle.css';const h = { class: "switch uikit-relative uikit
|
|
|
34
34
|
class: "uikit-ml-10px",
|
|
35
35
|
innerHTML: e.label
|
|
36
36
|
}, null, 8, w)
|
|
37
|
-
], !0) :
|
|
37
|
+
], !0) : f("", !0)
|
|
38
38
|
], 2));
|
|
39
39
|
}
|
|
40
40
|
}), B = /* @__PURE__ */ m(y, [["__scopeId", "data-v-1e6f488b"]]);
|
package/dist/BaseTooltip.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as a,
|
|
1
|
+
import { defineComponent as a, createElementBlock as e, openBlock as t, renderSlot as s, createElementVNode as i, normalizeClass as l, createCommentVNode as n } from "vue";
|
|
2
2
|
import { _ as r } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
3
|
import './assets/BaseTooltip.css';const p = { class: "base-tooltip" }, d = /* @__PURE__ */ a({
|
|
4
4
|
__name: "BaseTooltip",
|
|
@@ -13,7 +13,7 @@ import './assets/BaseTooltip.css';const p = { class: "base-tooltip" }, d = /* @_
|
|
|
13
13
|
tooltipContentClasses: { default: "" }
|
|
14
14
|
},
|
|
15
15
|
setup(m) {
|
|
16
|
-
return (o, u) => (
|
|
16
|
+
return (o, u) => (t(), e("div", p, [
|
|
17
17
|
s(o.$slots, "trigger", {}, void 0, !0),
|
|
18
18
|
i("div", {
|
|
19
19
|
class: l(["bg-transparent", [
|
|
@@ -21,7 +21,7 @@ import './assets/BaseTooltip.css';const p = { class: "base-tooltip" }, d = /* @_
|
|
|
21
21
|
`${o.customTooltipClass ? o.customTooltipClass : "tooltip-content-wrapper"}`
|
|
22
22
|
]])
|
|
23
23
|
}, [
|
|
24
|
-
o.showTooltipContentManually ? (
|
|
24
|
+
o.showTooltipContentManually ? (t(), e("div", {
|
|
25
25
|
key: 0,
|
|
26
26
|
class: l(["tooltip-content uikit-shadow-lg uikit-shadow-w-primary/10", [
|
|
27
27
|
"base-tooltip-arrow",
|
package/dist/BaseUploadFile.js
CHANGED
package/dist/CheckboxBtn.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as b, useId as f, computed as h,
|
|
1
|
+
import { defineComponent as b, useId as f, computed as h, createElementBlock as s, openBlock as r, withModifiers as o, normalizeClass as l, createElementVNode as u, renderSlot as m, createCommentVNode as C, toDisplayString as g } from "vue";
|
|
2
2
|
import { _ as y } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
3
|
import './assets/CheckboxBtn.css';const v = ["id"], V = ["id", "data-cy", "checked", "disabled"], B = ["for"], w = /* @__PURE__ */ b({
|
|
4
4
|
__name: "CheckboxBtn",
|
|
@@ -30,7 +30,7 @@ import './assets/CheckboxBtn.css';const v = ["id"], V = ["id", "data-cy", "check
|
|
|
30
30
|
}, p = () => {
|
|
31
31
|
k(), i.handleLabelClick && a("click");
|
|
32
32
|
};
|
|
33
|
-
return (e, t) => (
|
|
33
|
+
return (e, t) => (r(), s("div", {
|
|
34
34
|
id: e.containerId,
|
|
35
35
|
class: l(["uikit-group uikit-relative uikit-items-center uikit-pl-30px hover:uikit-cursor-pointer", [
|
|
36
36
|
{ "uikit-inline-flex": e.inline },
|
|
@@ -60,13 +60,13 @@ import './assets/CheckboxBtn.css';const v = ["id"], V = ["id", "data-cy", "check
|
|
|
60
60
|
u("label", {
|
|
61
61
|
class: l(["uikit-text-sm group-hover:uikit-cursor-pointer", [e.labelClass, { "uikit-text-w-danger": e.isValid === !1 }]]),
|
|
62
62
|
for: n.value
|
|
63
|
-
},
|
|
64
|
-
e.required ? (
|
|
63
|
+
}, g(e.label), 11, B),
|
|
64
|
+
e.required ? (r(), s("span", {
|
|
65
65
|
key: 0,
|
|
66
66
|
class: l(["required after:uikit-content-['*']", [
|
|
67
67
|
e.isValid !== !1 ? "after:uikit-text-w-primary" : "after:uikit-text-w-danger"
|
|
68
68
|
]])
|
|
69
|
-
}, null, 2)) :
|
|
69
|
+
}, null, 2)) : C("", !0)
|
|
70
70
|
], !0)
|
|
71
71
|
], 10, v));
|
|
72
72
|
}
|
package/dist/CheckboxGroup.js
CHANGED
package/dist/DoughnutChart.js
CHANGED
package/dist/LineChart.js
CHANGED
package/dist/RadioButton.js
CHANGED
package/dist/RadioGroup.js
CHANGED
package/dist/SelectItem.js
CHANGED
package/dist/ShimmerMultiLine.js
CHANGED
package/dist/SimpleSlider.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as V, mergeModels as L, useCssVars as S,
|
|
1
|
+
import { defineComponent as V, mergeModels as L, useCssVars as S, ref as m, useTemplateRef as T, useModel as y, watch as E, onMounted as C, createElementBlock as X, openBlock as $, createElementVNode as s, withModifiers as B } from "vue";
|
|
2
2
|
import { _ as D } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
3
|
import './assets/SimpleSlider.css';const W = ["aria-valuemin", "aria-valuemax", "aria-valuenow"], P = /* @__PURE__ */ V({
|
|
4
4
|
__name: "SimpleSlider",
|
|
@@ -58,7 +58,7 @@ import './assets/SimpleSlider.css';const W = ["aria-valuemin", "aria-valuemax",
|
|
|
58
58
|
{ immediate: !0 }
|
|
59
59
|
), C(() => {
|
|
60
60
|
document.addEventListener("mousemove", v), document.addEventListener("mouseup", g), document.addEventListener("touchmove", v, { passive: !0 }), document.addEventListener("touchend", g, { passive: !0 });
|
|
61
|
-
}), (i, e) => (
|
|
61
|
+
}), (i, e) => ($(), X("div", null, [
|
|
62
62
|
s("div", {
|
|
63
63
|
ref: "customSlider",
|
|
64
64
|
class: "uikit-relative uikit-my-20px uikit-h-1 uikit-rounded-2xs uikit-bg-w-secondary",
|
package/dist/StaticSpinner.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as t,
|
|
1
|
+
import { defineComponent as t, createElementBlock as o, openBlock as s, createElementVNode as r } from "vue";
|
|
2
2
|
import { _ as n } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
3
3
|
import './assets/StaticSpinner.css';const c = {
|
|
4
4
|
viewBox: "0 0 128 128",
|
|
@@ -10,7 +10,7 @@ import './assets/StaticSpinner.css';const c = {
|
|
|
10
10
|
strokeColor: { default: "#fff" }
|
|
11
11
|
},
|
|
12
12
|
setup(l) {
|
|
13
|
-
return (e, p) => (
|
|
13
|
+
return (e, p) => (s(), o("svg", c, [
|
|
14
14
|
r("circle", {
|
|
15
15
|
class: "path",
|
|
16
16
|
cx: "64",
|