@wikicasa-dev/components 1.9.28 → 1.9.30
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/BaseBreadcrumb.js +1 -1
- package/dist/CheckboxGroup.js +1 -1
- package/dist/UIKit/BaseBreadcrumb.vue.d.ts +1 -0
- package/dist/chunks/{BaseBreadcrumb.vue_vue_type_script_setup_true_lang.BmvX56Gc.js → BaseBreadcrumb.vue_vue_type_script_setup_true_lang.B0owkt0c.js} +3 -3
- package/dist/chunks/{CheckboxGroup.vue_vue_type_script_setup_true_lang.Dt_WutB1.js → CheckboxGroup.vue_vue_type_script_setup_true_lang.D-AjsQLI.js} +7 -9
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/BaseBreadcrumb.js
CHANGED
package/dist/CheckboxGroup.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as m, computed as d, openBlock as s, createElementBlock as i, createElementVNode as o, normalizeClass as a, Fragment as n, renderList as k, renderSlot as u, toDisplayString as p, createVNode as h, unref as f } from "vue";
|
|
2
2
|
import { d as b } from "./ArrowIcon.B7Oqov4Y.js";
|
|
3
3
|
import "./PharmacyIcon.qIkuSERu.js";
|
|
4
|
-
const C = { "aria-label": "Breadcrumb" }, g = ["data-tooltip"], w = ["href"],
|
|
4
|
+
const C = { "aria-label": "Breadcrumb" }, g = ["data-tooltip"], w = ["href"], _ = /* @__PURE__ */ m({
|
|
5
5
|
__name: "BaseBreadcrumb",
|
|
6
6
|
props: {
|
|
7
7
|
items: {},
|
|
@@ -24,7 +24,7 @@ const C = { "aria-label": "Breadcrumb" }, g = ["data-tooltip"], w = ["href"], v
|
|
|
24
24
|
t?.label ? (s(), i("li", {
|
|
25
25
|
key: 0,
|
|
26
26
|
class: a(["uikit-list-none", e.listItemClasses]),
|
|
27
|
-
"data-tooltip":
|
|
27
|
+
"data-tooltip": t.dataTooltip
|
|
28
28
|
}, [
|
|
29
29
|
u(e.$slots, "item", {
|
|
30
30
|
item: t
|
|
@@ -54,5 +54,5 @@ const C = { "aria-label": "Breadcrumb" }, g = ["data-tooltip"], w = ["href"], v
|
|
|
54
54
|
}
|
|
55
55
|
});
|
|
56
56
|
export {
|
|
57
|
-
|
|
57
|
+
_
|
|
58
58
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as y, useAttrs as C, ref as j, computed as i, watch as O, renderSlot as p, createElementVNode as $, normalizeClass as B, openBlock as m, createElementBlock as E, Fragment as
|
|
1
|
+
import { defineComponent as y, useAttrs as C, ref as j, computed as i, watch as O, renderSlot as p, createElementVNode as $, normalizeClass as B, openBlock as m, createElementBlock as E, Fragment as R, renderList as w, createBlock as A, unref as K, createCommentVNode as L } from "vue";
|
|
2
2
|
import "./types-B0dZ7OiV.D29wNgoj.js";
|
|
3
3
|
import { s as G } from "./ObjectUtils.BOUbloeg.js";
|
|
4
|
-
import
|
|
5
|
-
const
|
|
4
|
+
import D from "../CheckboxBtn.js";
|
|
5
|
+
const I = (l = "") => !l || !l.trim() ? "" : (l = l.trim(), l.replace(" ", "-").toLowerCase()), M = ["id", "data-cy"], q = /* @__PURE__ */ y({
|
|
6
6
|
inheritAttrs: !1,
|
|
7
7
|
__name: "CheckboxGroup",
|
|
8
8
|
props: {
|
|
@@ -46,9 +46,7 @@ const D = (l = "") => !l || !l.trim() ? "" : (l = l.trim(), l.replace(" ", "-").
|
|
|
46
46
|
const t = a.valuesObj[s];
|
|
47
47
|
t.checked = !!t.checked, o.value.set(s, t), t.checked && e.push(t);
|
|
48
48
|
}
|
|
49
|
-
|
|
50
|
-
initialSelected: e
|
|
51
|
-
}), r("update:modelValue", e);
|
|
49
|
+
r("update:modelValue", e);
|
|
52
50
|
})();
|
|
53
51
|
const c = (e, s) => {
|
|
54
52
|
const t = o.value.get(e);
|
|
@@ -82,10 +80,10 @@ const D = (l = "") => !l || !l.trim() ? "" : (l = l.trim(), l.replace(" ", "-").
|
|
|
82
80
|
handleChange: d,
|
|
83
81
|
checkboxesData: e.valuesObj
|
|
84
82
|
}, () => [
|
|
85
|
-
e.valuesObj ? (m(!0), E(
|
|
83
|
+
e.valuesObj ? (m(!0), E(R, { key: 0 }, w(e.valuesObj, (t, S, g) => (m(), A(D, {
|
|
86
84
|
id: e.getKey(t),
|
|
87
85
|
key: g,
|
|
88
|
-
"data-cy": `checkbox_${K(
|
|
86
|
+
"data-cy": `checkbox_${K(I)(`${t.label}`)}`,
|
|
89
87
|
label: t.label,
|
|
90
88
|
inline: e.formCheckInline,
|
|
91
89
|
"wrapper-margin-y": e.$attrs["checkbox-padding-y"],
|
|
@@ -93,7 +91,7 @@ const D = (l = "") => !l || !l.trim() ? "" : (l = l.trim(), l.replace(" ", "-").
|
|
|
93
91
|
onChange: d
|
|
94
92
|
}, null, 8, ["id", "data-cy", "label", "inline", "wrapper-margin-y", "model-value"]))), 128)) : L("", !0)
|
|
95
93
|
])
|
|
96
|
-
], 10,
|
|
94
|
+
], 10, M)
|
|
97
95
|
]);
|
|
98
96
|
}
|
|
99
97
|
});
|
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { _ as f } from "./chunks/BaseAccordionContent.vue_vue_type_script_setup_
|
|
|
4
4
|
import { _ as m } from "./chunks/BaseAccordionItem.vue_vue_type_script_setup_true_lang.CR-nWss7.js";
|
|
5
5
|
import { _ as l } from "./chunks/SelectItem.vue_vue_type_script_setup_true_lang.GPFf7fjA.js";
|
|
6
6
|
import { default as d } from "./CheckboxBtn.js";
|
|
7
|
-
import { _ as i } from "./chunks/CheckboxGroup.vue_vue_type_script_setup_true_lang.
|
|
7
|
+
import { _ as i } from "./chunks/CheckboxGroup.vue_vue_type_script_setup_true_lang.D-AjsQLI.js";
|
|
8
8
|
import { _ } from "./chunks/BaseTab.vue_vue_type_script_setup_true_lang.Cu67jd8K.js";
|
|
9
9
|
import { _ as S } from "./chunks/BaseTabView.vue_vue_type_script_setup_true_lang.RbxW2M0Y.js";
|
|
10
10
|
import { _ as g } from "./chunks/RadioButton.vue_vue_type_script_setup_true_lang.DR6a7QAi.js";
|
|
@@ -40,7 +40,7 @@ import { _ as Ie } from "./chunks/IntersectionObserver.vue_vue_type_script_setup
|
|
|
40
40
|
import { S as we } from "./chunks/SwiperCarousel.BV6QiwmC.js";
|
|
41
41
|
import { default as ke } from "./SwiperSlide.js";
|
|
42
42
|
import { useValidator as De } from "./useValidator.js";
|
|
43
|
-
import { _ as Ge } from "./chunks/BaseBreadcrumb.vue_vue_type_script_setup_true_lang.
|
|
43
|
+
import { _ as Ge } from "./chunks/BaseBreadcrumb.vue_vue_type_script_setup_true_lang.B0owkt0c.js";
|
|
44
44
|
import './assets/index.css';export {
|
|
45
45
|
I as AccessibleSelect,
|
|
46
46
|
r as BaseAccordion,
|