@wikicasa-dev/components 2.2.8-alpha.22 → 2.2.8-alpha.23
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/Swiper/autoplay.js +1 -1
- package/dist/Swiper/controller.js +1 -1
- package/dist/Swiper/keyboard.js +1 -1
- package/dist/Swiper/thumbs.js +1 -1
- package/dist/UIKit/Autocomplete/ClearableAutocomplete.d.ts +3 -2
- package/dist/packages/components/lib/UIKit/Autocomplete/ClearableAutocomplete.vue.js +55 -54
- package/package.json +1 -1
- /package/dist/assets/{swiper-thumbs.css → swiper-keyboard.css} +0 -0
package/dist/Swiper/autoplay.js
CHANGED
package/dist/Swiper/keyboard.js
CHANGED
package/dist/Swiper/thumbs.js
CHANGED
|
@@ -24,8 +24,9 @@ declare const _default: <TID extends string | number | undefined, TPayload>(__VL
|
|
|
24
24
|
readonly onClick?: (() => any) | undefined;
|
|
25
25
|
readonly onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
|
|
26
26
|
readonly "onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
27
|
+
readonly onInputClick?: (() => any) | undefined;
|
|
27
28
|
readonly "onUpdate:inputValue"?: ((args_0: string) => any) | undefined;
|
|
28
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onClick" | "onKeydown" | "onUpdate:open" | "onUpdate:inputValue"> & ({
|
|
29
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onClick" | "onKeydown" | "onUpdate:open" | "onInputClick" | "onUpdate:inputValue"> & ({
|
|
29
30
|
open?: boolean;
|
|
30
31
|
modelValue?: Nullable<AccessibleSelectOptions<TPayload, TID>>;
|
|
31
32
|
} & ClearableAutocompleteProps<TID, TPayload>) & Partial<{}>> & import('vue').PublicProps;
|
|
@@ -42,7 +43,7 @@ declare const _default: <TID extends string | number | undefined, TPayload>(__VL
|
|
|
42
43
|
idx: number;
|
|
43
44
|
}): any;
|
|
44
45
|
};
|
|
45
|
-
emit: (((evt: "click") => void) & ((evt: "keydown", args_0: KeyboardEvent) => void) & ((evt: "update:inputValue", args_0: string) => void)) & (((evt: "update:modelValue", value: Nullable<AccessibleSelectOptions<TPayload, TID>>) => void) & ((evt: "update:open", value: boolean) => void));
|
|
46
|
+
emit: (((evt: "click") => void) & ((evt: "keydown", args_0: KeyboardEvent) => void) & ((evt: "inputClick") => void) & ((evt: "update:inputValue", args_0: string) => void)) & (((evt: "update:modelValue", value: Nullable<AccessibleSelectOptions<TPayload, TID>>) => void) & ((evt: "update:open", value: boolean) => void));
|
|
46
47
|
}>) => import('vue').VNode & {
|
|
47
48
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
48
49
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as L, mergeModels as B, useModel as M, useTemplateRef as C, shallowRef as d, onBeforeMount as N, watch as b, nextTick as W, createBlock as V, openBlock as c, withCtx as y, createElementBlock as $, Fragment as I, renderList as A, renderSlot as f, createElementVNode as p, withModifiers as w, normalizeClass as v, withDirectives as H, createCommentVNode as G, vModelText as P, toDisplayString as X, normalizeStyle as j, createTextVNode as q } from "vue";
|
|
2
2
|
import J from "../BaseDropDown.vue.js";
|
|
3
3
|
import '../../../../../assets/BaseDropDown.css';/* empty css */
|
|
4
4
|
import Q from "../BaseSelect/SelectItem.vue.js";
|
|
5
5
|
import { debounce as Y } from "@wikicasa-dev/utilities";
|
|
6
|
-
const Z = ["readonly", "placeholder"], _ = ["innerHTML"], ie = /* @__PURE__ */
|
|
6
|
+
const Z = ["readonly", "placeholder"], _ = ["innerHTML"], ie = /* @__PURE__ */ L({
|
|
7
7
|
__name: "ClearableAutocomplete",
|
|
8
|
-
props: /* @__PURE__ */
|
|
8
|
+
props: /* @__PURE__ */ B({
|
|
9
9
|
dataCy: {},
|
|
10
10
|
placeholder: {},
|
|
11
11
|
enableKeyboardController: { type: Boolean, default: !0 },
|
|
@@ -23,28 +23,28 @@ const Z = ["readonly", "placeholder"], _ = ["innerHTML"], ie = /* @__PURE__ */ K
|
|
|
23
23
|
modelValue: { default: null },
|
|
24
24
|
modelModifiers: {}
|
|
25
25
|
}),
|
|
26
|
-
emits: /* @__PURE__ */
|
|
27
|
-
setup(l, { expose:
|
|
28
|
-
const u =
|
|
29
|
-
o.value = "", a.value = null,
|
|
30
|
-
},
|
|
31
|
-
if (
|
|
26
|
+
emits: /* @__PURE__ */ B(["click", "inputClick", "update:inputValue", "keydown"], ["update:open", "update:modelValue"]),
|
|
27
|
+
setup(l, { expose: F, emit: O }) {
|
|
28
|
+
const u = M(l, "open"), a = M(l, "modelValue"), r = O, U = C("inputRef"), o = d(a.value?.label || ""), k = d(0), m = d(!1), h = d(null), i = d([]), x = C("dropdownRef"), g = C("hiddenSpan"), E = () => {
|
|
29
|
+
o.value = "", a.value = null, r("update:inputValue", "");
|
|
30
|
+
}, R = async (t) => {
|
|
31
|
+
if (r("update:inputValue", t), !t) {
|
|
32
32
|
i.value = [], u.value = !1;
|
|
33
33
|
return;
|
|
34
34
|
}
|
|
35
|
-
i.value = await
|
|
36
|
-
},
|
|
35
|
+
i.value = await h.value?.(t) || [], m.value = !0, u.value = !!i.value.length;
|
|
36
|
+
}, S = (t = -1) => {
|
|
37
37
|
const e = i.value[t];
|
|
38
38
|
!e || e.id === a.value?.id || (l.onOptionSelectedCb?.(e), o.value = e.label, u.value = !1, a.value = e, i.value = []);
|
|
39
|
-
},
|
|
40
|
-
|
|
39
|
+
}, z = () => {
|
|
40
|
+
U.value?.select();
|
|
41
41
|
};
|
|
42
|
-
return
|
|
43
|
-
|
|
44
|
-
}),
|
|
45
|
-
[o, () =>
|
|
42
|
+
return N(() => {
|
|
43
|
+
h.value = Y({ delay: 300 }, l.onInputChangeCb);
|
|
44
|
+
}), b(
|
|
45
|
+
[o, () => g.value],
|
|
46
46
|
([t, e]) => {
|
|
47
|
-
e &&
|
|
47
|
+
e && W(() => {
|
|
48
48
|
if (!e) return;
|
|
49
49
|
const n = e.offsetWidth;
|
|
50
50
|
n !== k.value && (console.log("DEBUG:updating icon positioning", {
|
|
@@ -53,21 +53,21 @@ const Z = ["readonly", "placeholder"], _ = ["innerHTML"], ie = /* @__PURE__ */ K
|
|
|
53
53
|
});
|
|
54
54
|
},
|
|
55
55
|
{ immediate: !0 }
|
|
56
|
-
),
|
|
57
|
-
() =>
|
|
56
|
+
), b(
|
|
57
|
+
() => x.value?.selectedIdx,
|
|
58
58
|
(t) => {
|
|
59
59
|
const e = t ?? -1;
|
|
60
|
-
e !== -1 &&
|
|
60
|
+
e !== -1 && S(e);
|
|
61
61
|
}
|
|
62
|
-
),
|
|
62
|
+
), b(
|
|
63
63
|
a,
|
|
64
64
|
(t, e) => {
|
|
65
65
|
t === e || t?.label === o.value || (o.value = t?.label || "");
|
|
66
66
|
},
|
|
67
67
|
{ immediate: !0 }
|
|
68
|
-
),
|
|
69
|
-
select:
|
|
70
|
-
}), (t, e) => (c(),
|
|
68
|
+
), F({
|
|
69
|
+
select: z
|
|
70
|
+
}), (t, e) => (c(), V(J, {
|
|
71
71
|
ref: "dropdownRef",
|
|
72
72
|
class: "uikit-clearable-autocomplete",
|
|
73
73
|
"data-cy": l.dataCy,
|
|
@@ -77,23 +77,23 @@ const Z = ["readonly", "placeholder"], _ = ["innerHTML"], ie = /* @__PURE__ */ K
|
|
|
77
77
|
"keep-state": !i.value.length || l.keepState === "closed" ? "closed" : "opened",
|
|
78
78
|
"activate-keyboard-controller": l.enableKeyboardController,
|
|
79
79
|
"reset-keyboard-controller": m.value,
|
|
80
|
-
"onUpdate:resetKeyboardController": e[
|
|
81
|
-
"onUpdate:dropdownState": e[
|
|
82
|
-
onClick: e[4] || (e[4] = (n) => p("click"))
|
|
80
|
+
"onUpdate:resetKeyboardController": e[4] || (e[4] = (n) => m.value = n),
|
|
81
|
+
"onUpdate:dropdownState": e[5] || (e[5] = (n) => u.value = n)
|
|
83
82
|
}, {
|
|
84
|
-
btn_slot:
|
|
85
|
-
|
|
86
|
-
class: v(["uikit-text-16", l.triggerWrapperClasses])
|
|
83
|
+
btn_slot: y(() => [
|
|
84
|
+
p("div", {
|
|
85
|
+
class: v(["uikit-text-16", l.triggerWrapperClasses]),
|
|
86
|
+
onClick: e[3] || (e[3] = w((n) => r("click"), ["stop"]))
|
|
87
87
|
}, [
|
|
88
88
|
f(t.$slots, "left-icon"),
|
|
89
|
-
|
|
89
|
+
p("div", {
|
|
90
90
|
class: v(["uikit-relative", l.inputWrapperClasses])
|
|
91
91
|
}, [
|
|
92
|
-
|
|
92
|
+
H(p("input", {
|
|
93
93
|
ref: "inputRef",
|
|
94
94
|
"onUpdate:modelValue": [
|
|
95
95
|
e[0] || (e[0] = (n) => o.value = n),
|
|
96
|
-
|
|
96
|
+
R
|
|
97
97
|
],
|
|
98
98
|
readonly: !!a.value?.label,
|
|
99
99
|
class: v(["uikit-w-full uikit-border-none focus-visible:uikit-outline-none", l.inputClasses]),
|
|
@@ -102,20 +102,21 @@ const Z = ["readonly", "placeholder"], _ = ["innerHTML"], ie = /* @__PURE__ */ K
|
|
|
102
102
|
fontSize: "inherit"
|
|
103
103
|
},
|
|
104
104
|
placeholder: l.placeholder,
|
|
105
|
-
onKeydown: e[1] || (e[1] = (n) =>
|
|
105
|
+
onKeydown: e[1] || (e[1] = (n) => r("keydown", n)),
|
|
106
|
+
onClick: e[2] || (e[2] = w((n) => r("inputClick"), ["stop"]))
|
|
106
107
|
}, null, 42, Z), [
|
|
107
|
-
[
|
|
108
|
+
[P, o.value]
|
|
108
109
|
]),
|
|
109
|
-
|
|
110
|
+
p("span", {
|
|
110
111
|
ref_key: "hiddenSpan",
|
|
111
|
-
ref:
|
|
112
|
+
ref: g,
|
|
112
113
|
class: "uikit-invisible uikit-absolute uikit-left-0 uikit-top-0 uikit-whitespace-pre",
|
|
113
114
|
style: {
|
|
114
115
|
font: "inherit",
|
|
115
116
|
fontSize: "inherit"
|
|
116
117
|
}
|
|
117
|
-
},
|
|
118
|
-
a.value?.label ? (c(),
|
|
118
|
+
}, X(o.value), 513),
|
|
119
|
+
a.value?.label ? (c(), $("button", {
|
|
119
120
|
key: 0,
|
|
120
121
|
type: "button",
|
|
121
122
|
class: v(["uikit-clear-btn uikit-absolute uikit-top-1/2 -uikit-translate-y-1/2 uikit-appearance-none", l.clearButton?.classes]),
|
|
@@ -123,31 +124,31 @@ const Z = ["readonly", "placeholder"], _ = ["innerHTML"], ie = /* @__PURE__ */ K
|
|
|
123
124
|
style: j({
|
|
124
125
|
left: `${k.value + (l.clearButton?.offset || 10)}px`
|
|
125
126
|
}),
|
|
126
|
-
onClick:
|
|
127
|
+
onClick: w(E, ["stop"])
|
|
127
128
|
}, [
|
|
128
129
|
f(t.$slots, "clear-icon", {}, () => [
|
|
129
|
-
e[
|
|
130
|
+
e[6] || (e[6] = q("X", -1))
|
|
130
131
|
])
|
|
131
|
-
], 6)) :
|
|
132
|
+
], 6)) : G("", !0)
|
|
132
133
|
], 2),
|
|
133
134
|
f(t.$slots, "right-icon")
|
|
134
135
|
], 2)
|
|
135
136
|
]),
|
|
136
|
-
default:
|
|
137
|
-
(c(!0),
|
|
138
|
-
key:
|
|
139
|
-
active: n ===
|
|
137
|
+
default: y(({ activeIdx: n, setActiveIdx: D }) => [
|
|
138
|
+
(c(!0), $(I, null, A(i.value, (T, s) => (c(), V(Q, {
|
|
139
|
+
key: s,
|
|
140
|
+
active: n === s,
|
|
140
141
|
class: "uikit-m-1 uikit-rounded-[5px] uikit-px-5 uikit-py-10px hover:uikit-cursor-pointer",
|
|
141
|
-
onClick: (
|
|
142
|
-
onMouseover: (
|
|
142
|
+
onClick: (K) => S(s),
|
|
143
|
+
onMouseover: (K) => D(s)
|
|
143
144
|
}, {
|
|
144
|
-
default:
|
|
145
|
+
default: y(() => [
|
|
145
146
|
f(t.$slots, "option-content", {
|
|
146
|
-
option:
|
|
147
|
-
idx:
|
|
147
|
+
option: T,
|
|
148
|
+
idx: s
|
|
148
149
|
}, () => [
|
|
149
|
-
|
|
150
|
-
innerHTML:
|
|
150
|
+
p("span", {
|
|
151
|
+
innerHTML: T.label
|
|
151
152
|
}, null, 8, _)
|
|
152
153
|
])
|
|
153
154
|
]),
|
package/package.json
CHANGED
|
File without changes
|