@wikicasa-dev/components 1.7.36 → 1.7.37
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/BaseAccordionBtn.js +1 -1
- package/dist/BaseAccordionItem.js +1 -1
- package/dist/BaseAutocomplete.js +1 -1
- package/dist/BaseDropDown.js +1 -1
- package/dist/BaseModal.js +1 -1
- package/dist/BasePagination.js +1 -1
- package/dist/BaseSnackbar.js +4 -3
- package/dist/chunks/{AccessibleSelect.vue_vue_type_script_setup_true_lang.DNBb2t-b.js → AccessibleSelect.vue_vue_type_script_setup_true_lang._TveE6SF.js} +2 -2
- package/dist/chunks/{ArrowIcon.CklBXJPN.js → ArrowIcon.GDkXwpPs.js} +1 -1
- package/dist/chunks/{BaseAccordionBtn.vue_vue_type_script_setup_true_lang.DcXCqpQX.js → BaseAccordionBtn.vue_vue_type_script_setup_true_lang.0xIiFb9q.js} +12 -11
- package/dist/chunks/{BaseAccordionItem.vue_vue_type_script_setup_true_lang.CjpJs5H1.js → BaseAccordionItem.vue_vue_type_script_setup_true_lang.6bQhmpuN.js} +5 -4
- package/dist/chunks/{BaseAutocomplete.vue_vue_type_script_setup_true_lang.4ohb2aKU.js → BaseAutocomplete.vue_vue_type_script_setup_true_lang.DqwIqwC2.js} +1 -1
- package/dist/chunks/{BaseDropDown.vue_vue_type_script_setup_true_lang.DK5S2KCI.js → BaseDropDown.vue_vue_type_script_setup_true_lang.CLzTJaGp.js} +4 -3
- package/dist/chunks/{BaseModal.vue_vue_type_style_index_0_lang.ToBCHvLi.js → BaseModal.vue_vue_type_style_index_0_lang.DR4KeMEv.js} +4 -3
- package/dist/chunks/{BasePagination.vue_vue_type_script_setup_true_lang.DnuvQIWk.js → BasePagination.vue_vue_type_script_setup_true_lang.DslSstg9.js} +4 -3
- package/dist/chunks/{CloseIcon.DiRdm5zi.js → CloseIcon._moEkaop.js} +1 -1
- package/dist/chunks/DownloadIcon.DHCHRETy.js +41 -0
- package/dist/index.js +7 -7
- package/package.json +1 -1
- package/dist/chunks/DefaultValues-k7iQWtC2.CPFgoBrE.js +0 -9
package/dist/AccessibleSelect.js
CHANGED
package/dist/BaseAccordionBtn.js
CHANGED
package/dist/BaseAutocomplete.js
CHANGED
package/dist/BaseDropDown.js
CHANGED
package/dist/BaseModal.js
CHANGED
package/dist/BasePagination.js
CHANGED
package/dist/BaseSnackbar.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
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";
|
|
2
|
-
import { l as _ } from "./chunks/CloseIcon.
|
|
2
|
+
import { l as _ } from "./chunks/CloseIcon._moEkaop.js";
|
|
3
|
+
import "./chunks/DownloadIcon.DHCHRETy.js";
|
|
3
4
|
import { _ as v } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
4
5
|
import './assets/BaseSnackbar.css';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 = {
|
|
5
6
|
key: 1,
|
|
@@ -73,7 +74,7 @@ import './assets/BaseSnackbar.css';const g = { class: "snackbar-container uikit-
|
|
|
73
74
|
], 10, C)
|
|
74
75
|
]));
|
|
75
76
|
}
|
|
76
|
-
}),
|
|
77
|
+
}), $ = /* @__PURE__ */ v(S, [["__scopeId", "data-v-1288e108"]]);
|
|
77
78
|
export {
|
|
78
|
-
|
|
79
|
+
$ as default
|
|
79
80
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { h as V, ref as L, onMounted as B, onUnmounted as E, unref as y, defineComponent as T, computed as C, watch as F, openBlock as d, createElementBlock as k, Fragment as H, createElementVNode as o, normalizeClass as s, createCommentVNode as v, withModifiers as f, renderSlot as P, createBlock as A, createVNode as z, renderList as D } from "vue";
|
|
2
|
-
import { d as O } from "./ArrowIcon.
|
|
3
|
-
import { o as q } from "./
|
|
2
|
+
import { d as O } from "./ArrowIcon.GDkXwpPs.js";
|
|
3
|
+
import { o as q } from "./DownloadIcon.DHCHRETy.js";
|
|
4
4
|
const N = (r, { attrs: u }) => {
|
|
5
5
|
r = { ...q(), ...r };
|
|
6
6
|
const { width: a, height: i } = r;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { defineComponent as a, openBlock as d, createElementBlock as l, normalizeClass as
|
|
2
|
-
import { d as
|
|
3
|
-
|
|
1
|
+
import { defineComponent as a, openBlock as d, createElementBlock as l, normalizeClass as e, renderSlot as i, createElementVNode as c, withModifiers as p, createVNode as u, unref as m } from "vue";
|
|
2
|
+
import { d as k } from "./ArrowIcon.GDkXwpPs.js";
|
|
3
|
+
import "./DownloadIcon.DHCHRETy.js";
|
|
4
|
+
const f = ["id"], g = ["aria-expanded", "aria-controls"], w = /* @__PURE__ */ a({
|
|
4
5
|
inheritAttrs: !1,
|
|
5
6
|
__name: "BaseAccordionBtn",
|
|
6
7
|
props: {
|
|
@@ -13,13 +14,13 @@ const f = ["id"], g = ["aria-expanded", "aria-controls"], b = /* @__PURE__ */ a(
|
|
|
13
14
|
emits: ["click"],
|
|
14
15
|
setup(h, { emit: n }) {
|
|
15
16
|
const r = n;
|
|
16
|
-
return (o,
|
|
17
|
+
return (o, t) => (d(), l("div", {
|
|
17
18
|
id: `${o.id}`,
|
|
18
|
-
class:
|
|
19
|
+
class: e(["uikit-flex uikit-items-center uikit-justify-around", [
|
|
19
20
|
o.$attrs["btn-wrapper-classes"],
|
|
20
21
|
o.onContainerClickExpand ? "uikit-cursor-pointer" : ""
|
|
21
22
|
]]),
|
|
22
|
-
onClick:
|
|
23
|
+
onClick: t[1] || (t[1] = (s) => o.onContainerClickExpand && o.toggleAccordion())
|
|
23
24
|
}, [
|
|
24
25
|
i(o.$slots, "custom_content"),
|
|
25
26
|
i(o.$slots, "custom_btn", {
|
|
@@ -29,15 +30,15 @@ const f = ["id"], g = ["aria-expanded", "aria-controls"], b = /* @__PURE__ */ a(
|
|
|
29
30
|
}, () => [
|
|
30
31
|
c("button", {
|
|
31
32
|
type: "button",
|
|
32
|
-
class:
|
|
33
|
+
class: e(["uikit-border-0 uikit-bg-transparent", o.$attrs["btn-classes"]]),
|
|
33
34
|
"aria-expanded": o.accordionOpen,
|
|
34
35
|
"aria-controls": `accordion-text-${o.id}`,
|
|
35
|
-
onClick:
|
|
36
|
+
onClick: t[0] || (t[0] = p((s) => {
|
|
36
37
|
o.toggleAccordion(), r("click");
|
|
37
38
|
}, ["prevent", "stop"]))
|
|
38
39
|
}, [
|
|
39
|
-
u(k
|
|
40
|
-
class:
|
|
40
|
+
u(m(k), {
|
|
41
|
+
class: e([
|
|
41
42
|
"uikit-transition-transform motion-reduce:uikit-transition-none",
|
|
42
43
|
[
|
|
43
44
|
o.accordionOpen ? "uikit-rotate-180" : "",
|
|
@@ -53,5 +54,5 @@ const f = ["id"], g = ["aria-expanded", "aria-controls"], b = /* @__PURE__ */ a(
|
|
|
53
54
|
}
|
|
54
55
|
});
|
|
55
56
|
export {
|
|
56
|
-
|
|
57
|
+
w as _
|
|
57
58
|
};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { defineComponent as f, ref as w, watch as d, openBlock as r, createElementBlock as u, normalizeClass as c, createElementVNode as p, withModifiers as b, createVNode as m, unref as v, createBlock as h, withCtx as i, renderSlot as s, createCommentVNode as C } from "vue";
|
|
2
|
-
import { d as y } from "./ArrowIcon.
|
|
2
|
+
import { d as y } from "./ArrowIcon.GDkXwpPs.js";
|
|
3
|
+
import "./DownloadIcon.DHCHRETy.js";
|
|
3
4
|
import { _ as g } from "./BaseAccordionContent.vue_vue_type_script_setup_true_lang.8ErZghvk.js";
|
|
4
|
-
import { _ as O } from "./BaseAccordionBtn.vue_vue_type_script_setup_true_lang.
|
|
5
|
-
const B = { key: 0 }, E = ["id", "data-cy", "aria-expanded", "aria-controls"], A = ["itemprop", "innerHTML"],
|
|
5
|
+
import { _ as O } from "./BaseAccordionBtn.vue_vue_type_script_setup_true_lang.0xIiFb9q.js";
|
|
6
|
+
const B = { key: 0 }, E = ["id", "data-cy", "aria-expanded", "aria-controls"], A = ["itemprop", "innerHTML"], I = /* @__PURE__ */ f({
|
|
6
7
|
inheritAttrs: !1,
|
|
7
8
|
__name: "BaseAccordionItem",
|
|
8
9
|
props: {
|
|
@@ -106,5 +107,5 @@ const B = { key: 0 }, E = ["id", "data-cy", "aria-expanded", "aria-controls"], A
|
|
|
106
107
|
}
|
|
107
108
|
});
|
|
108
109
|
export {
|
|
109
|
-
|
|
110
|
+
I as _
|
|
110
111
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as L, mergeModels as S, useModel as H, ref as u, computed as k, onBeforeMount as K, watch as f, openBlock as y, createBlock as V, normalizeClass as z, withCtx as c, createVNode as N, renderSlot as B, createElementBlock as U, Fragment as A, renderList as F, unref as W, createElementVNode as j } from "vue";
|
|
2
2
|
import q from "../BaseInput.js";
|
|
3
|
-
import { _ as G } from "./BaseDropDown.vue_vue_type_script_setup_true_lang.
|
|
3
|
+
import { _ as G } from "./BaseDropDown.vue_vue_type_script_setup_true_lang.CLzTJaGp.js";
|
|
4
4
|
import "./js.cookie.CkZE2oaL.js";
|
|
5
5
|
import { _ as J } from "./SelectItem.vue_vue_type_script_setup_true_lang.Colhxc7n.js";
|
|
6
6
|
import { useKeyboardController as Q } from "../useKeyboardController.js";
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { defineComponent as w, ref as b, watch as r, onBeforeMount as h, onUnmounted as v, openBlock as l, createElementBlock as C, normalizeClass as i, withModifiers as u, renderSlot as c, createVNode as y, withCtx as p, createElementVNode as g, createBlock as k, unref as $, createCommentVNode as B, resolveDynamicComponent as D } from "vue";
|
|
2
2
|
import { _ as E } from "./BaseButton.vue_vue_type_script_setup_true_lang.dlLTK59i.js";
|
|
3
|
-
import { d as L } from "./ArrowIcon.
|
|
4
|
-
|
|
3
|
+
import { d as L } from "./ArrowIcon.GDkXwpPs.js";
|
|
4
|
+
import "./DownloadIcon.DHCHRETy.js";
|
|
5
|
+
const S = ["innerHTML"], H = /* @__PURE__ */ w({
|
|
5
6
|
inheritAttrs: !1,
|
|
6
7
|
__name: "BaseDropDown",
|
|
7
8
|
props: {
|
|
@@ -110,5 +111,5 @@ const S = ["innerHTML"], M = /* @__PURE__ */ w({
|
|
|
110
111
|
}
|
|
111
112
|
});
|
|
112
113
|
export {
|
|
113
|
-
|
|
114
|
+
H as _
|
|
114
115
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { defineComponent as x, ref as k, watch as M, nextTick as B, openBlock as c, createBlock as f, Teleport as E, createElementVNode as a, normalizeClass as o, withModifiers as b, withCtx as L, createVNode as $, unref as T, createCommentVNode as y, renderSlot as d, createElementBlock as z } from "vue";
|
|
2
2
|
import "./js.cookie.CkZE2oaL.js";
|
|
3
3
|
import { _ as H } from "./BaseButton.vue_vue_type_script_setup_true_lang.dlLTK59i.js";
|
|
4
|
-
import { l as O } from "./CloseIcon.
|
|
4
|
+
import { l as O } from "./CloseIcon._moEkaop.js";
|
|
5
|
+
import "./DownloadIcon.DHCHRETy.js";
|
|
5
6
|
import '../assets/BaseModal.css';const I = (l, n) => new Promise((s, u) => {
|
|
6
7
|
setTimeout(() => {
|
|
7
8
|
try {
|
|
@@ -10,7 +11,7 @@ import '../assets/BaseModal.css';const I = (l, n) => new Promise((s, u) => {
|
|
|
10
11
|
u();
|
|
11
12
|
}
|
|
12
13
|
}, n);
|
|
13
|
-
}), K = ["id", "data-cy"], N = ["innerHTML"],
|
|
14
|
+
}), K = ["id", "data-cy"], N = ["innerHTML"], j = /* @__PURE__ */ x({
|
|
14
15
|
__name: "BaseModal",
|
|
15
16
|
props: {
|
|
16
17
|
id: { default: "base-bt-modal" },
|
|
@@ -134,5 +135,5 @@ import '../assets/BaseModal.css';const I = (l, n) => new Promise((s, u) => {
|
|
|
134
135
|
}
|
|
135
136
|
});
|
|
136
137
|
export {
|
|
137
|
-
|
|
138
|
+
j as _
|
|
138
139
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { defineComponent as P, mergeModels as S, useModel as $, computed as k, openBlock as r, createElementBlock as n, createElementVNode as h, normalizeClass as g, createVNode as y, unref as p, toDisplayString as v, createCommentVNode as a, Fragment as m, renderList as C } from "vue";
|
|
2
2
|
import "./js.cookie.CkZE2oaL.js";
|
|
3
|
-
import { d as N } from "./ArrowIcon.
|
|
3
|
+
import { d as N } from "./ArrowIcon.GDkXwpPs.js";
|
|
4
|
+
import "./DownloadIcon.DHCHRETy.js";
|
|
4
5
|
function d(s, l = !1) {
|
|
5
6
|
return s == null ? "" : B(l ? Math.round(s) : Math.floor(s), 0);
|
|
6
7
|
}
|
|
@@ -32,7 +33,7 @@ const F = {
|
|
|
32
33
|
}, z = {
|
|
33
34
|
key: 0,
|
|
34
35
|
class: "uikit-mx-10px uikit-select-none"
|
|
35
|
-
},
|
|
36
|
+
}, J = /* @__PURE__ */ P({
|
|
36
37
|
__name: "BasePagination",
|
|
37
38
|
props: /* @__PURE__ */ S({
|
|
38
39
|
count: { default: 0 },
|
|
@@ -159,5 +160,5 @@ const F = {
|
|
|
159
160
|
}
|
|
160
161
|
});
|
|
161
162
|
export {
|
|
162
|
-
|
|
163
|
+
J as _
|
|
163
164
|
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { h as o } from "vue";
|
|
2
|
+
const r = () => ({
|
|
3
|
+
width: 20,
|
|
4
|
+
height: 20,
|
|
5
|
+
color: "#222",
|
|
6
|
+
strokeColor: "#222",
|
|
7
|
+
fillColor: "none"
|
|
8
|
+
});
|
|
9
|
+
o("svg", { xmlns: "http://www.w3.org/2000/svg" });
|
|
10
|
+
o(
|
|
11
|
+
"svg",
|
|
12
|
+
{ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28.5 20.243" },
|
|
13
|
+
o("g", { fill: "none", stroke: "#222", "stroke-linecap": "round", "stroke-width": "3" }, [
|
|
14
|
+
o("path", { "stroke-linejoin": "round", d: "m9.501 2.121-8 8 8 8" }),
|
|
15
|
+
o("path", { d: "M2 10.121h25" })
|
|
16
|
+
])
|
|
17
|
+
);
|
|
18
|
+
o(
|
|
19
|
+
"svg",
|
|
20
|
+
{ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 13.504 13.504" },
|
|
21
|
+
o(
|
|
22
|
+
"g",
|
|
23
|
+
o(
|
|
24
|
+
"g",
|
|
25
|
+
{
|
|
26
|
+
fill: "none",
|
|
27
|
+
stroke: "#2b5dff",
|
|
28
|
+
"stroke-linecap": "round",
|
|
29
|
+
"stroke-linejoin": "round",
|
|
30
|
+
"stroke-width": "1.5"
|
|
31
|
+
},
|
|
32
|
+
[
|
|
33
|
+
o("path", { d: "m4.301 6.809 2.45 2.451 2.451-2.451L6.751 9.26V.745" }),
|
|
34
|
+
o("path", { d: "M.75 12.754h12.004" })
|
|
35
|
+
]
|
|
36
|
+
)
|
|
37
|
+
)
|
|
38
|
+
);
|
|
39
|
+
export {
|
|
40
|
+
r as o
|
|
41
|
+
};
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as r } from "./chunks/BaseAccordion.vue_vue_type_script_setup_true_lang.CoE2D2rV.js";
|
|
2
|
-
import { _ as t } from "./chunks/BaseAccordionBtn.vue_vue_type_script_setup_true_lang.
|
|
2
|
+
import { _ as t } from "./chunks/BaseAccordionBtn.vue_vue_type_script_setup_true_lang.0xIiFb9q.js";
|
|
3
3
|
import { _ as f } from "./chunks/BaseAccordionContent.vue_vue_type_script_setup_true_lang.8ErZghvk.js";
|
|
4
|
-
import { _ as m } from "./chunks/BaseAccordionItem.vue_vue_type_script_setup_true_lang.
|
|
4
|
+
import { _ as m } from "./chunks/BaseAccordionItem.vue_vue_type_script_setup_true_lang.6bQhmpuN.js";
|
|
5
5
|
import { _ as l } from "./chunks/SelectItem.vue_vue_type_script_setup_true_lang.Colhxc7n.js";
|
|
6
6
|
import { default as d } from "./CheckboxBtn.js";
|
|
7
7
|
import { _ as i } from "./chunks/CheckboxGroup.vue_vue_type_script_setup_true_lang.TNbYVnnF.js";
|
|
@@ -9,26 +9,26 @@ import { _ as n } from "./chunks/BaseTab.vue_vue_type_script_setup_true_lang.BRu
|
|
|
9
9
|
import { _ as b } from "./chunks/BaseTabView.vue_vue_type_script_setup_true_lang.DRECN-Oz.js";
|
|
10
10
|
import { _ as g } from "./chunks/RadioButton.vue_vue_type_script_setup_true_lang.DR6a7QAi.js";
|
|
11
11
|
import { _ as h } from "./chunks/RadioGroup.vue_vue_type_script_setup_true_lang.BYlMCUWP.js";
|
|
12
|
-
import { _ as I } from "./chunks/AccessibleSelect.vue_vue_type_script_setup_true_lang.
|
|
12
|
+
import { _ as I } from "./chunks/AccessibleSelect.vue_vue_type_script_setup_true_lang._TveE6SF.js";
|
|
13
13
|
import { _ as w } from "./chunks/BaseAlert.vue_vue_type_style_index_0_lang.BtqP_iYL.js";
|
|
14
|
-
import { _ as k } from "./chunks/BaseAutocomplete.vue_vue_type_script_setup_true_lang.
|
|
14
|
+
import { _ as k } from "./chunks/BaseAutocomplete.vue_vue_type_script_setup_true_lang.DqwIqwC2.js";
|
|
15
15
|
import { _ as D } from "./chunks/BaseBadge.vue_vue_type_style_index_0_lang.BOA1gBKu.js";
|
|
16
16
|
import { _ as G } from "./chunks/BaseButton.vue_vue_type_script_setup_true_lang.dlLTK59i.js";
|
|
17
17
|
import { _ as O } from "./chunks/BaseCard.vue_vue_type_style_index_0_lang.CHBFU8rV.js";
|
|
18
18
|
import { default as R } from "./BaseComplexToggle.js";
|
|
19
|
-
import { _ as N } from "./chunks/BaseDropDown.vue_vue_type_script_setup_true_lang.
|
|
19
|
+
import { _ as N } from "./chunks/BaseDropDown.vue_vue_type_script_setup_true_lang.CLzTJaGp.js";
|
|
20
20
|
import { default as j } from "./BaseFloatingLabel.js";
|
|
21
21
|
import { default as y } from "./BaseIcon.js";
|
|
22
22
|
import { default as E } from "./BaseInput.js";
|
|
23
23
|
import { default as J } from "./BaseNavItem.js";
|
|
24
|
-
import { _ as Q } from "./chunks/BasePagination.vue_vue_type_script_setup_true_lang.
|
|
24
|
+
import { _ as Q } from "./chunks/BasePagination.vue_vue_type_script_setup_true_lang.DslSstg9.js";
|
|
25
25
|
import { default as X } from "./BasePaper.js";
|
|
26
26
|
import { default as Z } from "./BaseSlider.js";
|
|
27
27
|
import { default as ee } from "./BaseTextarea.js";
|
|
28
28
|
import { default as re } from "./BaseToggle.js";
|
|
29
29
|
import { default as te } from "./BaseTooltip.js";
|
|
30
30
|
import { _ as fe } from "./chunks/BaseUploadFile.vue_vue_type_script_setup_true_lang.1Uo4HnFM.js";
|
|
31
|
-
import { _ as me } from "./chunks/BaseModal.vue_vue_type_style_index_0_lang.
|
|
31
|
+
import { _ as me } from "./chunks/BaseModal.vue_vue_type_style_index_0_lang.DR4KeMEv.js";
|
|
32
32
|
import { default as le } from "./BaseSnackbar.js";
|
|
33
33
|
import { default as de } from "./BaseShimmerLoader.js";
|
|
34
34
|
import { _ as ie } from "./chunks/ShimmerMultiLine.vue_vue_type_script_setup_true_lang.D1dEyGpr.js";
|
package/package.json
CHANGED