@wikicasa-dev/components 1.2.58 → 1.3.1
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/BaseAutocomplete.js +1 -1
- package/dist/UIKit/BaseAutocomplete.vue.d.ts +7 -5
- package/dist/chunks/{BaseAutocomplete.vue_vue_type_script_setup_true_lang.3aynnDI5.js → BaseAutocomplete.vue_vue_type_script_setup_true_lang.KqJ6OB8f.js} +67 -66
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/BaseAutocomplete.js
CHANGED
|
@@ -34,7 +34,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
34
34
|
type: import("vue").PropType<Nullable<(v: AccessibleSelectOptions) => void>>;
|
|
35
35
|
default: null;
|
|
36
36
|
};
|
|
37
|
-
|
|
37
|
+
cleanupOnClose: {
|
|
38
38
|
type: import("vue").PropType<boolean>;
|
|
39
39
|
default: boolean;
|
|
40
40
|
};
|
|
@@ -42,7 +42,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
42
42
|
select: () => void;
|
|
43
43
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
44
44
|
click: () => void;
|
|
45
|
-
|
|
45
|
+
keydown: (args_0: KeyboardEvent) => void;
|
|
46
|
+
dropdownClosed: (args_0: boolean) => void;
|
|
46
47
|
changedValue: (args_0: string) => void;
|
|
47
48
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
48
49
|
modelValue: import("vue").PropType<ModelValueType<unknown> | undefined>;
|
|
@@ -78,13 +79,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
78
79
|
type: import("vue").PropType<Nullable<(v: AccessibleSelectOptions) => void>>;
|
|
79
80
|
default: null;
|
|
80
81
|
};
|
|
81
|
-
|
|
82
|
+
cleanupOnClose: {
|
|
82
83
|
type: import("vue").PropType<boolean>;
|
|
83
84
|
default: boolean;
|
|
84
85
|
};
|
|
85
86
|
}>> & {
|
|
87
|
+
onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
86
88
|
onClick?: (() => any) | undefined;
|
|
87
|
-
onDropdownClosed?: (() => any) | undefined;
|
|
89
|
+
onDropdownClosed?: ((args_0: boolean) => any) | undefined;
|
|
88
90
|
onChangedValue?: ((args_0: string) => any) | undefined;
|
|
89
91
|
}, {
|
|
90
92
|
label: string;
|
|
@@ -94,7 +96,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
94
96
|
keepState: Nullable<"closed" | "open">;
|
|
95
97
|
disableCb: boolean;
|
|
96
98
|
onOptionSelectedCb: Nullable<(v: AccessibleSelectOptions) => void>;
|
|
97
|
-
|
|
99
|
+
cleanupOnClose: boolean;
|
|
98
100
|
}, {}>, {
|
|
99
101
|
lefticon?(_: {}): any;
|
|
100
102
|
righticon?(_: {
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
import { _ as
|
|
1
|
+
import { defineComponent as H, mergeModels as S, useModel as z, ref as s, computed as k, onBeforeMount as E, watch as C, openBlock as g, createBlock as V, normalizeClass as J, withCtx as c, createVNode as K, renderSlot as B, createElementBlock as U, Fragment as A, renderList as F, unref as P, createElementVNode as W } from "vue";
|
|
2
|
+
import j from "../BaseInput.js";
|
|
3
|
+
import { _ as q } from "./BaseDropDown.vue_vue_type_script_setup_true_lang.C4VH7V0e.js";
|
|
4
4
|
import "./js.cookie.BQua9eWh.js";
|
|
5
|
-
import { _ as
|
|
5
|
+
import { _ as G } from "./SelectItem.vue_vue_type_script_setup_true_lang.BOLdDTLM.js";
|
|
6
6
|
import { useKeyboardController as Q } from "../useKeyboardController.js";
|
|
7
|
-
function R(
|
|
8
|
-
return (...
|
|
9
|
-
|
|
7
|
+
function R(u, f) {
|
|
8
|
+
return (...v) => new Promise((t, n) => {
|
|
9
|
+
u.id && clearTimeout(u.id), u.id = setTimeout(() => {
|
|
10
10
|
try {
|
|
11
|
-
const
|
|
12
|
-
t(
|
|
13
|
-
} catch (
|
|
14
|
-
|
|
11
|
+
const i = f(...v);
|
|
12
|
+
t(i);
|
|
13
|
+
} catch (i) {
|
|
14
|
+
n(i);
|
|
15
15
|
}
|
|
16
|
-
},
|
|
16
|
+
}, u.delay);
|
|
17
17
|
});
|
|
18
18
|
}
|
|
19
|
-
const X = ["innerHTML"], oe = /* @__PURE__ */
|
|
19
|
+
const X = ["innerHTML"], oe = /* @__PURE__ */ H({
|
|
20
20
|
__name: "BaseAutocomplete",
|
|
21
|
-
props: /* @__PURE__ */
|
|
21
|
+
props: /* @__PURE__ */ S({
|
|
22
22
|
border: { type: Boolean, default: !0 },
|
|
23
23
|
isValid: { default: null },
|
|
24
24
|
theme: { default: "" },
|
|
@@ -26,8 +26,8 @@ const X = ["innerHTML"], oe = /* @__PURE__ */ z({
|
|
|
26
26
|
disableCb: { type: Boolean, default: !1 },
|
|
27
27
|
onInputChangeCb: {},
|
|
28
28
|
onOptionSelectedCb: { default: null },
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
keepState: { default: null },
|
|
30
|
+
cleanupOnClose: { type: Boolean, default: !0 }
|
|
31
31
|
}, {
|
|
32
32
|
modelValue: {
|
|
33
33
|
default() {
|
|
@@ -36,17 +36,17 @@ const X = ["innerHTML"], oe = /* @__PURE__ */ z({
|
|
|
36
36
|
},
|
|
37
37
|
modelModifiers: {}
|
|
38
38
|
}),
|
|
39
|
-
emits: /* @__PURE__ */
|
|
40
|
-
setup(
|
|
41
|
-
const t =
|
|
42
|
-
|
|
43
|
-
d.value =
|
|
39
|
+
emits: /* @__PURE__ */ S(["dropdownClosed", "changedValue", "click", "keydown"], ["update:modelValue"]),
|
|
40
|
+
setup(u, { expose: f, emit: v }) {
|
|
41
|
+
const t = u, n = z(u, "modelValue"), i = v, d = s(""), a = s([]), m = s(null), p = s(!1), l = s(!1), y = s(null), O = k(() => a.value.length);
|
|
42
|
+
E(() => {
|
|
43
|
+
d.value = n.value?.label || "", m.value = R({ delay: 300 }, t.onInputChangeCb);
|
|
44
44
|
});
|
|
45
45
|
const { activeIdx: h, selectedIdx: w } = Q({
|
|
46
|
-
optionsLength:
|
|
46
|
+
optionsLength: O,
|
|
47
47
|
isDropdownOpen: l,
|
|
48
48
|
disableSpaceHandler: !0
|
|
49
|
-
}),
|
|
49
|
+
}), M = k(() => {
|
|
50
50
|
switch (t.theme) {
|
|
51
51
|
case "bordered":
|
|
52
52
|
return "";
|
|
@@ -57,7 +57,7 @@ const X = ["innerHTML"], oe = /* @__PURE__ */ z({
|
|
|
57
57
|
default:
|
|
58
58
|
return "";
|
|
59
59
|
}
|
|
60
|
-
}),
|
|
60
|
+
}), I = k(() => {
|
|
61
61
|
switch (t.theme) {
|
|
62
62
|
case "bordered":
|
|
63
63
|
return "";
|
|
@@ -68,8 +68,8 @@ const X = ["innerHTML"], oe = /* @__PURE__ */ z({
|
|
|
68
68
|
default:
|
|
69
69
|
return "";
|
|
70
70
|
}
|
|
71
|
-
}), T =
|
|
72
|
-
|
|
71
|
+
}), T = k(() => {
|
|
72
|
+
const e = "uikit-rounded-b-xl uikit-shadow uikit-rounded-t-none uikit-mb-0 !uikit-mt-0 uikit-text-w-black !uikit-rounded-b-xl !uikit-rounded-t-none";
|
|
73
73
|
switch (t.theme) {
|
|
74
74
|
case "bordered":
|
|
75
75
|
return "before:uikit-content-[''] before:uikit-absolute before:uikit-w-1/2 before:uikit-border-b before:uikit-border-b-w-lavender before:[border-bottom-style:solid] before:uikit-right-1/4 uikit-rounded-b-xl uikit-shadow uikit-rounded-t-none uikit-mt-5px uikit-mb-0";
|
|
@@ -81,36 +81,36 @@ const X = ["innerHTML"], oe = /* @__PURE__ */ z({
|
|
|
81
81
|
return "";
|
|
82
82
|
}
|
|
83
83
|
}), L = async (e) => {
|
|
84
|
-
if (d.value !== e && (
|
|
85
|
-
if (
|
|
86
|
-
|
|
84
|
+
if (d.value !== e && (i("changedValue", e), d.value = e, !!t.onInputChangeCb)) {
|
|
85
|
+
if (n.value && !e && (n.value.label = "", l.value = !1), !e || p.value) {
|
|
86
|
+
a.value = [], p.value = !1, w.value = -1, h.value = -1, await m.value(null);
|
|
87
87
|
return;
|
|
88
88
|
}
|
|
89
|
-
t.disableCb || (
|
|
89
|
+
t.disableCb || (a.value = await m.value(e), console.log({ options: JSON.parse(JSON.stringify(a.value)) }), a.value.length && (l.value = !0));
|
|
90
90
|
}
|
|
91
|
-
},
|
|
92
|
-
t.onOptionSelectedCb && t.onOptionSelectedCb(e),
|
|
93
|
-
},
|
|
94
|
-
|
|
91
|
+
}, $ = (e, o) => {
|
|
92
|
+
t.onOptionSelectedCb && t.onOptionSelectedCb(e), p.value = !0, d.value = e.label, n.value = e, l.value = !1, w.value = o;
|
|
93
|
+
}, N = () => {
|
|
94
|
+
a.value.length && t.keepState !== "closed" && (l.value = !0);
|
|
95
95
|
};
|
|
96
|
-
return C(
|
|
96
|
+
return C(n, (e, o) => {
|
|
97
97
|
e !== o && (d.value = e?.label || "");
|
|
98
98
|
}), C(w, (e) => {
|
|
99
99
|
if (e === -1)
|
|
100
100
|
return;
|
|
101
|
-
const o =
|
|
102
|
-
|
|
101
|
+
const o = a.value[e];
|
|
102
|
+
p.value && o.label === n.value?.label || $(o, e);
|
|
103
103
|
}), C(
|
|
104
|
-
() => t.
|
|
104
|
+
() => t.keepState,
|
|
105
105
|
(e) => {
|
|
106
|
-
e && (
|
|
106
|
+
e === "closed" ? l.value = !1 : e === "open" && a.value.length && (l.value = !0), t.cleanupOnClose && (a.value = []), i("dropdownClosed", l.value);
|
|
107
107
|
}
|
|
108
|
-
),
|
|
108
|
+
), f({
|
|
109
109
|
select: () => {
|
|
110
|
-
|
|
110
|
+
y.value?.select();
|
|
111
111
|
}
|
|
112
|
-
}), (e, o) => (g(),
|
|
113
|
-
class:
|
|
112
|
+
}), (e, o) => (g(), V(q, {
|
|
113
|
+
class: J(e.$attrs["root-classes"]),
|
|
114
114
|
"data-cy": `ac_${e.$attrs.id}`,
|
|
115
115
|
"dropdown-element": "ul",
|
|
116
116
|
"dropdown-classes": [
|
|
@@ -125,20 +125,20 @@ const X = ["innerHTML"], oe = /* @__PURE__ */ z({
|
|
|
125
125
|
e.$attrs["dropdown-classes"]
|
|
126
126
|
],
|
|
127
127
|
"open-dropdown": l.value,
|
|
128
|
-
"keep-state":
|
|
129
|
-
"onUpdate:dropdownState": o[
|
|
130
|
-
onClick: o[
|
|
131
|
-
|
|
128
|
+
"keep-state": !a.value.length || t.keepState === "closed" ? "closed" : "opened",
|
|
129
|
+
"onUpdate:dropdownState": o[1] || (o[1] = (r) => l.value = r),
|
|
130
|
+
onClick: o[2] || (o[2] = (r) => {
|
|
131
|
+
i("click"), N();
|
|
132
132
|
})
|
|
133
133
|
}, {
|
|
134
|
-
btn_slot:
|
|
135
|
-
|
|
134
|
+
btn_slot: c(() => [
|
|
135
|
+
K(j, {
|
|
136
136
|
id: `ac_input_${e.$attrs.id}`,
|
|
137
137
|
ref_key: "baseInput",
|
|
138
|
-
ref:
|
|
138
|
+
ref: y,
|
|
139
139
|
"data-cy": `ac_input_${e.$attrs.id}`,
|
|
140
140
|
"label-text": e.label,
|
|
141
|
-
"model-value":
|
|
141
|
+
"model-value": n.value?.label || "",
|
|
142
142
|
"is-valid": e.isValid,
|
|
143
143
|
disabled: e.$attrs.disabled,
|
|
144
144
|
placeholder: e.$attrs.placeholder,
|
|
@@ -146,31 +146,32 @@ const X = ["innerHTML"], oe = /* @__PURE__ */ z({
|
|
|
146
146
|
"with-right-icon": !!e.$slots.righticon,
|
|
147
147
|
border: !e.theme,
|
|
148
148
|
radius: !e.theme || e.theme === "bordered",
|
|
149
|
-
"input-class": [
|
|
150
|
-
"fieldset-classes": [
|
|
149
|
+
"input-class": [M.value, e.$attrs["input-classes"]],
|
|
150
|
+
"fieldset-classes": [I.value, e.$attrs["fieldset-classes"]],
|
|
151
151
|
"keep-floating-label": !!d.value,
|
|
152
|
-
"onUpdate:modelValue": L
|
|
152
|
+
"onUpdate:modelValue": L,
|
|
153
|
+
onKeydown: o[0] || (o[0] = (r) => i("keydown", r))
|
|
153
154
|
}, {
|
|
154
|
-
leftIcon:
|
|
155
|
+
leftIcon: c(() => [
|
|
155
156
|
B(e.$slots, "lefticon")
|
|
156
157
|
]),
|
|
157
|
-
righticon:
|
|
158
|
-
B(e.$slots, "righticon", { handleClean:
|
|
158
|
+
righticon: c(({ handleClean: r }) => [
|
|
159
|
+
B(e.$slots, "righticon", { handleClean: r })
|
|
159
160
|
]),
|
|
160
161
|
_: 3
|
|
161
162
|
}, 8, ["id", "data-cy", "label-text", "model-value", "is-valid", "disabled", "placeholder", "with-left-icon", "with-right-icon", "border", "radius", "input-class", "fieldset-classes", "keep-floating-label"])
|
|
162
163
|
]),
|
|
163
|
-
default:
|
|
164
|
-
(g(!0),
|
|
165
|
-
key:
|
|
166
|
-
active:
|
|
164
|
+
default: c(() => [
|
|
165
|
+
(g(!0), U(A, null, F(a.value, (r, b) => (g(), V(G, {
|
|
166
|
+
key: b,
|
|
167
|
+
active: P(h) === b,
|
|
167
168
|
class: "uikit-m-1 uikit-rounded-[5px] uikit-px-5 uikit-py-10px hover:uikit-cursor-pointer",
|
|
168
|
-
onClick: (
|
|
169
|
-
onMouseover: (
|
|
169
|
+
onClick: (D) => $(r, b),
|
|
170
|
+
onMouseover: (D) => h.value = b
|
|
170
171
|
}, {
|
|
171
|
-
default:
|
|
172
|
-
|
|
173
|
-
innerHTML:
|
|
172
|
+
default: c(() => [
|
|
173
|
+
W("span", {
|
|
174
|
+
innerHTML: r.label
|
|
174
175
|
}, null, 8, X)
|
|
175
176
|
]),
|
|
176
177
|
_: 2
|
package/dist/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import { _ as c } from "./chunks/RadioButton.vue_vue_type_script_setup_true_lang
|
|
|
10
10
|
import { _ as b } from "./chunks/RadioGroup.vue_vue_type_script_setup_true_lang.C-jm5z4e.js";
|
|
11
11
|
import { _ as A } from "./chunks/AccessibleSelect.vue_vue_type_script_setup_true_lang.lyHlWiC5.js";
|
|
12
12
|
import { _ as C } from "./chunks/BaseAlert.vue_vue_type_script_setup_true_lang.HqYdk4yE.js";
|
|
13
|
-
import { _ as T } from "./chunks/BaseAutocomplete.vue_vue_type_script_setup_true_lang.
|
|
13
|
+
import { _ as T } from "./chunks/BaseAutocomplete.vue_vue_type_script_setup_true_lang.KqJ6OB8f.js";
|
|
14
14
|
import { _ as w } from "./chunks/BaseBadge.vue_vue_type_style_index_0_lang.BOA1gBKu.js";
|
|
15
15
|
import { _ as k } from "./chunks/BaseButton.vue_vue_type_script_setup_true_lang.BrJbAMJ8.js";
|
|
16
16
|
import { _ as F } from "./chunks/BaseCard.vue_vue_type_style_index_0_lang.w5aEohzG.js";
|