bitboss-ui 2.0.78 → 2.0.79
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/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +1 -1
- package/dist/components/BaseDialog/BaseDialog.vue.d.ts +1 -1
- package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +1 -1
- package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +1 -1
- package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +1 -1
- package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +1 -1
- package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +1 -1
- package/dist/components/BbSelect/BbSelect.vue.d.ts +1 -1
- package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +1 -1
- package/dist/components/OptionsContainer.vue.d.ts +1 -1
- package/dist/index110.js +5 -5
- package/dist/index118.js +25 -21
- package/dist/index120.js +5 -5
- package/dist/index122.js +1 -1
- package/dist/index126.js +1 -1
- package/dist/index127.js +1 -1
- package/dist/index128.js +1 -1
- package/dist/index13.js +1 -1
- package/dist/index130.js +1 -1
- package/dist/index132.js +2 -2
- package/dist/index133.js +2 -2
- package/dist/index15.js +4 -4
- package/dist/index17.js +3 -3
- package/dist/index19.js +2 -2
- package/dist/index204.js +2 -81
- package/dist/index205.js +5 -2
- package/dist/index206.js +16 -8
- package/dist/index207.js +16 -3
- package/dist/index208.js +18 -40
- package/dist/index209.js +19 -6
- package/dist/index21.js +14 -14
- package/dist/index210.js +27 -7
- package/dist/index211.js +3 -5
- package/dist/index212.js +2 -16
- package/dist/index213.js +8 -16
- package/dist/index214.js +249 -19
- package/dist/index215.js +51 -18
- package/dist/index216.js +44 -27
- package/dist/index217.js +5 -3
- package/dist/index218.js +60 -2
- package/dist/index219.js +47 -243
- package/dist/index221.js +13 -44
- package/dist/index222.js +20 -5
- package/dist/index223.js +4 -60
- package/dist/index224.js +124 -51
- package/dist/index225.js +127 -0
- package/dist/index226.js +2 -13
- package/dist/index227.js +39 -162
- package/dist/index228.js +5 -83
- package/dist/index229.js +7 -0
- package/dist/index23.js +188 -187
- package/dist/index230.js +12 -3
- package/dist/index231.js +353 -110
- package/dist/index232.js +81 -125
- package/dist/index233.js +3 -2
- package/dist/index234.js +2 -20
- package/dist/index235.js +4 -5
- package/dist/index236.js +2 -369
- package/dist/index237.js +164 -4
- package/dist/index238.js +84 -2
- package/dist/index240.js +3 -2
- package/dist/index241.js +7 -2
- package/dist/index242.js +2 -106
- package/dist/index244.js +53 -47
- package/dist/index246.js +100 -2
- package/dist/index248.js +2 -10
- package/dist/index249.js +9 -2
- package/dist/index25.js +109 -105
- package/dist/index250.js +2 -8
- package/dist/index251.js +6 -23
- package/dist/index252.js +14 -87
- package/dist/index253.js +11 -0
- package/dist/index254.js +23 -6
- package/dist/index255.js +87 -14
- package/dist/index257.js +8 -5
- package/dist/index258.js +3 -2
- package/dist/index260.js +7 -2
- package/dist/index261.js +176 -2
- package/dist/index262.js +281 -2
- package/dist/index263.js +6 -2
- package/dist/index264.js +2 -2
- package/dist/index265.js +2 -2
- package/dist/index266.js +2 -2
- package/dist/index267.js +2 -2
- package/dist/index268.js +2 -28
- package/dist/index269.js +2 -22
- package/dist/index27.js +1 -1
- package/dist/index270.js +4 -0
- package/dist/index271.js +2 -7
- package/dist/index272.js +2 -431
- package/dist/index273.js +2 -89
- package/dist/index274.js +27 -8
- package/dist/index275.js +22 -3
- package/dist/index277.js +2 -200
- package/dist/index278.js +126 -3
- package/dist/index279.js +430 -11
- package/dist/index280.js +21 -8
- package/dist/index282.js +2 -17
- package/dist/index283.js +223 -3
- package/dist/index284.js +200 -224
- package/dist/index285.js +436 -2
- package/dist/index286.js +121 -120
- package/dist/index287.js +3 -175
- package/dist/index288.js +3 -22
- package/dist/index289.js +14 -0
- package/dist/index29.js +3 -3
- package/dist/index290.js +9 -4
- package/dist/index291.js +9 -436
- package/dist/index292.js +16 -126
- package/dist/index293.js +4 -2
- package/dist/index294.js +89 -3
- package/dist/index296.js +3 -5
- package/dist/index297.js +204 -59
- package/dist/index298.js +2 -211
- package/dist/index299.js +5 -5
- package/dist/index300.js +66 -8
- package/dist/index304.js +1 -1
- package/dist/index305.js +4 -3
- package/dist/index306.js +7 -6
- package/dist/index307.js +6 -6
- package/dist/index308.js +6 -18
- package/dist/index309.js +18 -32
- package/dist/index31.js +2 -2
- package/dist/index310.js +32 -10
- package/dist/index311.js +3 -46
- package/dist/index312.js +47 -12
- package/dist/index313.js +10 -479
- package/dist/index314.js +1 -1
- package/dist/index315.js +482 -0
- package/dist/index317.js +1 -1
- package/dist/index318.js +47 -2
- package/dist/index319.js +2 -47
- package/dist/index33.js +2 -2
- package/dist/index35.js +3 -3
- package/dist/index37.js +99 -98
- package/dist/index39.js +4 -4
- package/dist/index41.js +2 -2
- package/dist/index43.js +2 -2
- package/dist/index45.js +8 -8
- package/dist/index47.js +2 -2
- package/dist/index49.js +2 -2
- package/dist/index55.js +1 -1
- package/dist/index57.js +1 -1
- package/dist/index61.js +2 -2
- package/dist/index75.js +3 -3
- package/dist/index79.js +2 -2
- package/dist/index81.js +1 -1
- package/dist/index84.js +110 -106
- package/dist/index86.js +1 -1
- package/dist/index88.js +4 -4
- package/dist/index90.js +1 -1
- package/package.json +1 -1
- package/dist/index220.js +0 -54
- package/dist/index239.js +0 -6
- package/dist/index256.js +0 -283
- package/dist/index259.js +0 -4
- package/dist/index281.js +0 -11
- package/dist/index316.js +0 -4
- /package/dist/{index247.js → index243.js} +0 -0
package/dist/index237.js
CHANGED
@@ -1,6 +1,166 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
}
|
1
|
+
import { ref as s, computed as a, onServerPrefetch as $, onBeforeMount as ee, onBeforeUnmount as te, watch as b, nextTick as Q } from "vue";
|
2
|
+
import { last as le } from "./index212.js";
|
3
|
+
import { useArray as E } from "./index289.js";
|
4
|
+
import { uniqBy as ne } from "./index290.js";
|
5
|
+
import { useItemValue as ue } from "./index291.js";
|
6
|
+
import { useItemText as oe } from "./index292.js";
|
7
|
+
import { hash as f } from "./index211.js";
|
8
|
+
import { isNotNil as F } from "./index134.js";
|
9
|
+
import { waitFor as ie } from "./index228.js";
|
10
|
+
import { isNil as se } from "./index129.js";
|
11
|
+
import { pipe as H } from "./index293.js";
|
12
|
+
const xe = (t) => {
|
13
|
+
const r = s(""), P = s(), o = (e) => {
|
14
|
+
P.value = e, t.emit("update:modelValue", e);
|
15
|
+
}, m = s([]), {
|
16
|
+
array: k,
|
17
|
+
add: j,
|
18
|
+
remove: J,
|
19
|
+
set: h
|
20
|
+
} = E(), {
|
21
|
+
array: O,
|
22
|
+
add: L,
|
23
|
+
remove: U
|
24
|
+
} = E(), { getItemText: z } = oe(), { getItemValue: G } = ue();
|
25
|
+
if (t.max && t.max < 1)
|
26
|
+
throw new Error("Invalid value for `max` property");
|
27
|
+
const B = (e) => {
|
28
|
+
const l = !!(t.disabled.value || e.disabled), n = z(e, t.itemText), u = G(e, t.itemValue);
|
29
|
+
if (u === void 0)
|
30
|
+
throw new Error(
|
31
|
+
'The result of extracting "value" from option was undefined. Affected item is ' + JSON.stringify(e) + " please check itemValue property is correct."
|
32
|
+
);
|
33
|
+
const _ = f(u);
|
34
|
+
return {
|
35
|
+
item: e,
|
36
|
+
text: n,
|
37
|
+
value: u,
|
38
|
+
valueHash: _,
|
39
|
+
disabled: l,
|
40
|
+
selected: !1
|
41
|
+
};
|
42
|
+
}, V = (e) => (e.selected = F(q.value[e.valueHash]), e), K = t.max || 1 / 0, g = (e) => (e.disabled = e.disabled || t.multiple && t.modelValue.value.length >= K && !e.selected, e), x = a(() => {
|
43
|
+
const e = [].concat(
|
44
|
+
m.value.map(H(B, V, g)),
|
45
|
+
O.value.map(H(V, g)),
|
46
|
+
k.value.map(H(V, g))
|
47
|
+
);
|
48
|
+
return ne(e, (n) => n.valueHash);
|
49
|
+
}), R = (e) => {
|
50
|
+
t.multiple ? (o(t.modelValue.value.concat(e.value)), t.stash && j(e), t.resetQueryOnOptionSelected && i()) : (t.stash && h(e), o(e.value), Q(() => i()));
|
51
|
+
}, W = async (e) => {
|
52
|
+
if (U((l) => l.valueHash !== e.valueHash), J((l) => l.valueHash !== e.valueHash), t.multiple) {
|
53
|
+
const l = { ...q.value };
|
54
|
+
delete l[e.valueHash], o(Object.values(l));
|
55
|
+
} else
|
56
|
+
o(null), await Q(), i();
|
57
|
+
}, q = a(() => {
|
58
|
+
const e = {}, l = [].concat(t.modelValue.value);
|
59
|
+
for (let n = 0; n < l.length; n++) {
|
60
|
+
const u = l[n];
|
61
|
+
e[f(u)] = u;
|
62
|
+
}
|
63
|
+
return e;
|
64
|
+
}), I = async ({ prefill: e = !1 }) => {
|
65
|
+
let l = [];
|
66
|
+
if (Array.isArray(t.items.value))
|
67
|
+
l = t.items.value;
|
68
|
+
else if (typeof t.items.value == "function") {
|
69
|
+
const n = ++d.value;
|
70
|
+
try {
|
71
|
+
l = await t.items.value(
|
72
|
+
r.value,
|
73
|
+
e,
|
74
|
+
t.modelValue.value
|
75
|
+
), n < d.value && (await ie(() => n === d.value), l = m.value);
|
76
|
+
} catch (u) {
|
77
|
+
console.error(u);
|
78
|
+
}
|
79
|
+
d.value--;
|
80
|
+
}
|
81
|
+
m.value = l;
|
82
|
+
}, C = a(() => {
|
83
|
+
const e = {};
|
84
|
+
for (let l = 0; l < x.value.length; l++) {
|
85
|
+
const n = x.value[l], { valueHash: u } = n;
|
86
|
+
e[u] = n;
|
87
|
+
}
|
88
|
+
return {
|
89
|
+
get: (l) => e[f(l)]
|
90
|
+
};
|
91
|
+
}), c = a(() => [].concat(t.modelValue.value).reduce((e, l) => {
|
92
|
+
const n = C.value.get(l);
|
93
|
+
return n && e.push(n), e;
|
94
|
+
}, [])), M = (e) => F(C.value.get(e)), i = () => {
|
95
|
+
if (t.multiple) {
|
96
|
+
r.value = "";
|
97
|
+
return;
|
98
|
+
}
|
99
|
+
let e;
|
100
|
+
c.value && (e = le(c.value)), r.value = (e == null ? void 0 : e.text) || "";
|
101
|
+
}, X = () => {
|
102
|
+
const e = r.value.trim(), l = B(e);
|
103
|
+
L(l), i();
|
104
|
+
}, d = s(0), A = a(() => [].concat(t.modelValue.value).reduce(
|
105
|
+
(e, l) => (M(l) ? e.coherent.push(l) : e.incoherent.push(l), e),
|
106
|
+
{ coherent: [], incoherent: [] }
|
107
|
+
)), D = a(() => t.multiple && !t.modelValue.value.length || !t.multiple && se(t.modelValue.value) ? !0 : !A.value.incoherent.length), Y = () => {
|
108
|
+
t.enforceCoherence && !D.value && (t.multiple ? o(A.value.coherent) : o(null));
|
109
|
+
}, y = s(!1), w = s(!1), v = async () => {
|
110
|
+
w.value = !0, await I({ prefill: !0 }), Y(), i(), y.value = !0, w.value = !1;
|
111
|
+
};
|
112
|
+
$(async () => {
|
113
|
+
t.prefill && (await v(), t.stash && h(...c.value));
|
114
|
+
}), ee(async () => {
|
115
|
+
t.prefill && !y.value && (await v(), t.stash && h(...c.value));
|
116
|
+
});
|
117
|
+
let T;
|
118
|
+
const Z = () => {
|
119
|
+
T && clearTimeout(T), T = setTimeout(async () => {
|
120
|
+
try {
|
121
|
+
await I({ prefill: !1 });
|
122
|
+
} catch (e) {
|
123
|
+
console.error(e);
|
124
|
+
}
|
125
|
+
}, t.queryDebounceTime);
|
126
|
+
};
|
127
|
+
te(() => clearTimeout(T));
|
128
|
+
let p;
|
129
|
+
b(
|
130
|
+
() => t.modelValue.value,
|
131
|
+
() => {
|
132
|
+
D.value || (p && clearTimeout(p), p = setTimeout(async () => {
|
133
|
+
v();
|
134
|
+
}, t.modelValueDebounceTime));
|
135
|
+
}
|
136
|
+
);
|
137
|
+
let S;
|
138
|
+
const N = async (e, l) => {
|
139
|
+
f(l) !== f(e) && y.value && (S && clearTimeout(S), S = setTimeout(async () => {
|
140
|
+
await v();
|
141
|
+
}, t.depsDebounceTime));
|
142
|
+
};
|
143
|
+
return b(() => t.items.value, N), b(() => t.dependencies.value, N), {
|
144
|
+
addCurrentQueryToManualItems: X,
|
145
|
+
alignQueryToState: i,
|
146
|
+
getOptions: I,
|
147
|
+
hasPrefilled: y,
|
148
|
+
innerLoading: d,
|
149
|
+
isPrefilling: w,
|
150
|
+
manualItems: O,
|
151
|
+
options: x,
|
152
|
+
prefillItems: v,
|
153
|
+
query: r,
|
154
|
+
searchByQuery: Z,
|
155
|
+
selectedOptions: c,
|
156
|
+
selectOption: R,
|
157
|
+
setStash: h,
|
158
|
+
unselectOption: W,
|
159
|
+
updateModelValue: o,
|
160
|
+
valueIsSelected: M,
|
161
|
+
internalItems: m
|
162
|
+
};
|
163
|
+
};
|
4
164
|
export {
|
5
|
-
|
165
|
+
xe as useOptions
|
6
166
|
};
|
package/dist/index238.js
CHANGED
@@ -1,4 +1,86 @@
|
|
1
|
-
|
1
|
+
import { defineComponent as b, openBlock as t, createElementBlock as n, normalizeClass as r, createElementVNode as l, renderSlot as s, createTextVNode as o, toDisplayString as d, createCommentVNode as h, Fragment as c, renderList as m } from "vue";
|
2
|
+
const p = { class: "bb-cr-container__container" }, u = {
|
3
|
+
key: 0,
|
4
|
+
class: "bb-cr-container__loading-container"
|
5
|
+
}, g = {
|
6
|
+
key: 1,
|
7
|
+
class: "bb-cr-container__no-data-container"
|
8
|
+
}, f = /* @__PURE__ */ b({
|
9
|
+
__name: "OptionsContainer",
|
10
|
+
props: {
|
11
|
+
direction: {},
|
12
|
+
hasErrors: { type: Boolean },
|
13
|
+
hideLabel: { type: Boolean },
|
14
|
+
loadingText: {},
|
15
|
+
loading: { type: Boolean },
|
16
|
+
noDataText: {},
|
17
|
+
options: {}
|
18
|
+
},
|
19
|
+
setup(k) {
|
20
|
+
return (a, y) => (t(), n("span", {
|
21
|
+
ref: "container",
|
22
|
+
class: r(["bb-cr-container", {
|
23
|
+
"bb-cr-container--errors": a.hasErrors,
|
24
|
+
"bb-cr-container--horizontal": a.direction === "horizontal",
|
25
|
+
"bb-cr-container--vertical": a.direction === "vertical"
|
26
|
+
}])
|
27
|
+
}, [
|
28
|
+
l("span", p, [
|
29
|
+
s(a.$slots, "prepend"),
|
30
|
+
!a.options.length && a.loading ? (t(), n("span", u, [
|
31
|
+
s(a.$slots, "loading", {}, () => [
|
32
|
+
o(d(a.loadingText), 1)
|
33
|
+
])
|
34
|
+
])) : a.options.length ? h("", !0) : (t(), n("span", g, [
|
35
|
+
s(a.$slots, "no-data", {}, () => [
|
36
|
+
o(d(a.noDataText), 1)
|
37
|
+
])
|
38
|
+
])),
|
39
|
+
(t(!0), n(c, null, m(a.options, (e, i) => (t(), n(c, {
|
40
|
+
key: (e == null ? void 0 : e.valueHash) || i
|
41
|
+
}, [
|
42
|
+
s(a.$slots, "option:prepend", {
|
43
|
+
id: e.valueHash,
|
44
|
+
checked: !!e.selected,
|
45
|
+
disabled: !!e.disabled,
|
46
|
+
item: e.item,
|
47
|
+
text: e.text
|
48
|
+
}),
|
49
|
+
l("label", {
|
50
|
+
class: r(["bb-cr-container-option", { "bb-base-radio-selected": e.selected }])
|
51
|
+
}, [
|
52
|
+
s(a.$slots, "input", {
|
53
|
+
index: i,
|
54
|
+
option: e
|
55
|
+
}),
|
56
|
+
l("span", {
|
57
|
+
class: r({
|
58
|
+
"bb-cr-container-option__text": !0,
|
59
|
+
"sr-only": a.hideLabel
|
60
|
+
})
|
61
|
+
}, [
|
62
|
+
s(a.$slots, "label", {
|
63
|
+
checked: !!e.selected,
|
64
|
+
item: e.item,
|
65
|
+
text: e.text
|
66
|
+
}, () => [
|
67
|
+
o(d(e.text), 1)
|
68
|
+
])
|
69
|
+
], 2)
|
70
|
+
], 2),
|
71
|
+
s(a.$slots, "option:append", {
|
72
|
+
id: e.valueHash,
|
73
|
+
checked: !!e.selected,
|
74
|
+
disabled: !!e.disabled,
|
75
|
+
item: e.item,
|
76
|
+
text: e.text
|
77
|
+
})
|
78
|
+
], 64))), 128)),
|
79
|
+
s(a.$slots, "append")
|
80
|
+
])
|
81
|
+
], 2));
|
82
|
+
}
|
83
|
+
});
|
2
84
|
export {
|
3
|
-
|
85
|
+
f as default
|
4
86
|
};
|
package/dist/index240.js
CHANGED
package/dist/index241.js
CHANGED
package/dist/index242.js
CHANGED
@@ -1,108 +1,4 @@
|
|
1
|
-
import
|
2
|
-
import { hash as d } from "./index217.js";
|
3
|
-
import { isNil as l } from "./index129.js";
|
4
|
-
import E from "./index124.js";
|
5
|
-
/* empty css */
|
6
|
-
const K = /* @__PURE__ */ y({
|
7
|
-
__name: "ChipsBox",
|
8
|
-
props: {
|
9
|
-
options: {}
|
10
|
-
},
|
11
|
-
emits: ["option:unselected"],
|
12
|
-
setup(f, { expose: v, emit: h }) {
|
13
|
-
const t = f, u = h, n = F(null), i = H(() => t.options.some((e) => !e.disabled)), a = (e = 1) => {
|
14
|
-
const s = l(n.value) ? -1 : n.value;
|
15
|
-
let o = (s + e) % t.options.length;
|
16
|
-
for (; t.options[o].disabled && o !== s; )
|
17
|
-
o = a(e + 1);
|
18
|
-
return o;
|
19
|
-
}, x = () => {
|
20
|
-
if (!i.value) return;
|
21
|
-
const e = a();
|
22
|
-
n.value = e;
|
23
|
-
}, c = (e = 1) => {
|
24
|
-
const s = l(n.value) ? 0 : n.value;
|
25
|
-
let o = (s - e + t.options.length) % t.options.length;
|
26
|
-
for (; t.options[o].disabled && o !== s; )
|
27
|
-
o = c(e + 1);
|
28
|
-
return o;
|
29
|
-
}, m = async () => {
|
30
|
-
if (!i.value) return;
|
31
|
-
const e = c();
|
32
|
-
n.value = e;
|
33
|
-
}, w = () => {
|
34
|
-
if (!i.value) return;
|
35
|
-
let e = 0;
|
36
|
-
for (; t.options[e].disabled; )
|
37
|
-
e++;
|
38
|
-
n.value = e;
|
39
|
-
}, b = () => {
|
40
|
-
if (!i.value) return;
|
41
|
-
let e = t.options.length - 1;
|
42
|
-
for (; t.options[e].disabled && e !== 0; )
|
43
|
-
e--;
|
44
|
-
n.value = e;
|
45
|
-
}, I = () => {
|
46
|
-
if (!i.value) return;
|
47
|
-
let e = 0;
|
48
|
-
for (; !t.options[e].selected && t.options.length !== e; )
|
49
|
-
e++;
|
50
|
-
n.value = e;
|
51
|
-
}, g = () => {
|
52
|
-
if (!i.value) return;
|
53
|
-
let e = t.options.length - 1;
|
54
|
-
for (; t.options[e].selected && e !== 0; )
|
55
|
-
e--;
|
56
|
-
n.value = e;
|
57
|
-
}, _ = (e) => {
|
58
|
-
if (!i.value) return;
|
59
|
-
const s = t.options.findIndex(
|
60
|
-
(o) => o.valueHash === e
|
61
|
-
);
|
62
|
-
s >= 0 && (n.value = s);
|
63
|
-
}, r = () => {
|
64
|
-
n.value = null;
|
65
|
-
}, k = () => {
|
66
|
-
if (l(n.value)) return;
|
67
|
-
const e = t.options[n.value];
|
68
|
-
e.selected && u("option:unselected", e);
|
69
|
-
}, C = () => l(n.value) ? void 0 : t.options[n.value];
|
70
|
-
return N(
|
71
|
-
() => t.options,
|
72
|
-
(e, s) => {
|
73
|
-
d(e) !== d(s) && r();
|
74
|
-
},
|
75
|
-
{
|
76
|
-
flush: "post"
|
77
|
-
}
|
78
|
-
), v({
|
79
|
-
focusNext: x,
|
80
|
-
focusPrevious: m,
|
81
|
-
focusFirst: w,
|
82
|
-
focusFirstSelected: I,
|
83
|
-
focusLast: b,
|
84
|
-
focusLastSelected: g,
|
85
|
-
blur: r,
|
86
|
-
confirmOption: k,
|
87
|
-
focusByHash: _,
|
88
|
-
getHighlighted: C
|
89
|
-
}), (e, s) => (p(!0), L(S, null, V(e.options, (o, B) => (p(), A(E, {
|
90
|
-
key: o.valueHash,
|
91
|
-
class: O({
|
92
|
-
"bb-chipsbox-item": !0,
|
93
|
-
"bb-chipsbox-item--focused": B === n.value
|
94
|
-
}),
|
95
|
-
clearable: !0,
|
96
|
-
text: o.text,
|
97
|
-
"onClick:clear": P((M) => u("option:unselected", o), ["stop"])
|
98
|
-
}, {
|
99
|
-
default: $(() => [
|
100
|
-
z(D(o.text), 1)
|
101
|
-
]),
|
102
|
-
_: 2
|
103
|
-
}, 1032, ["class", "text", "onClick:clear"]))), 128));
|
104
|
-
}
|
105
|
-
});
|
1
|
+
import f from "./index297.js";
|
106
2
|
export {
|
107
|
-
|
3
|
+
f as default
|
108
4
|
};
|
package/dist/index244.js
CHANGED
@@ -1,102 +1,108 @@
|
|
1
|
-
import { defineComponent as
|
2
|
-
import { hash as
|
3
|
-
import { isNil as
|
4
|
-
|
5
|
-
|
1
|
+
import { defineComponent as y, ref as F, computed as H, watch as N, openBlock as p, createElementBlock as L, Fragment as S, renderList as V, createBlock as A, normalizeClass as O, withModifiers as P, withCtx as $, createTextVNode as z, toDisplayString as D } from "vue";
|
2
|
+
import { hash as d } from "./index211.js";
|
3
|
+
import { isNil as l } from "./index129.js";
|
4
|
+
import E from "./index124.js";
|
5
|
+
/* empty css */
|
6
|
+
const K = /* @__PURE__ */ y({
|
7
|
+
__name: "ChipsBox",
|
6
8
|
props: {
|
7
9
|
options: {}
|
8
10
|
},
|
9
11
|
emits: ["option:unselected"],
|
10
|
-
setup(
|
11
|
-
const t =
|
12
|
-
const s =
|
12
|
+
setup(f, { expose: v, emit: h }) {
|
13
|
+
const t = f, u = h, n = F(null), i = H(() => t.options.some((e) => !e.disabled)), a = (e = 1) => {
|
14
|
+
const s = l(n.value) ? -1 : n.value;
|
13
15
|
let o = (s + e) % t.options.length;
|
14
16
|
for (; t.options[o].disabled && o !== s; )
|
15
|
-
o =
|
17
|
+
o = a(e + 1);
|
16
18
|
return o;
|
17
|
-
},
|
18
|
-
if (!
|
19
|
-
const e =
|
19
|
+
}, x = () => {
|
20
|
+
if (!i.value) return;
|
21
|
+
const e = a();
|
20
22
|
n.value = e;
|
21
23
|
}, c = (e = 1) => {
|
22
|
-
const s =
|
24
|
+
const s = l(n.value) ? 0 : n.value;
|
23
25
|
let o = (s - e + t.options.length) % t.options.length;
|
24
26
|
for (; t.options[o].disabled && o !== s; )
|
25
27
|
o = c(e + 1);
|
26
28
|
return o;
|
27
|
-
},
|
28
|
-
if (!
|
29
|
+
}, m = async () => {
|
30
|
+
if (!i.value) return;
|
29
31
|
const e = c();
|
30
32
|
n.value = e;
|
31
|
-
},
|
32
|
-
if (!
|
33
|
+
}, w = () => {
|
34
|
+
if (!i.value) return;
|
33
35
|
let e = 0;
|
34
36
|
for (; t.options[e].disabled; )
|
35
37
|
e++;
|
36
38
|
n.value = e;
|
37
|
-
},
|
38
|
-
if (!
|
39
|
+
}, b = () => {
|
40
|
+
if (!i.value) return;
|
39
41
|
let e = t.options.length - 1;
|
40
42
|
for (; t.options[e].disabled && e !== 0; )
|
41
43
|
e--;
|
42
44
|
n.value = e;
|
43
|
-
},
|
44
|
-
if (!
|
45
|
+
}, I = () => {
|
46
|
+
if (!i.value) return;
|
45
47
|
let e = 0;
|
46
48
|
for (; !t.options[e].selected && t.options.length !== e; )
|
47
49
|
e++;
|
48
50
|
n.value = e;
|
49
|
-
},
|
50
|
-
if (!
|
51
|
+
}, g = () => {
|
52
|
+
if (!i.value) return;
|
51
53
|
let e = t.options.length - 1;
|
52
54
|
for (; t.options[e].selected && e !== 0; )
|
53
55
|
e--;
|
54
56
|
n.value = e;
|
55
|
-
},
|
56
|
-
if (!
|
57
|
+
}, _ = (e) => {
|
58
|
+
if (!i.value) return;
|
57
59
|
const s = t.options.findIndex(
|
58
60
|
(o) => o.valueHash === e
|
59
61
|
);
|
60
62
|
s >= 0 && (n.value = s);
|
61
63
|
}, r = () => {
|
62
64
|
n.value = null;
|
63
|
-
},
|
64
|
-
if (
|
65
|
+
}, k = () => {
|
66
|
+
if (l(n.value)) return;
|
65
67
|
const e = t.options[n.value];
|
66
|
-
e.selected &&
|
67
|
-
},
|
68
|
+
e.selected && u("option:unselected", e);
|
69
|
+
}, C = () => l(n.value) ? void 0 : t.options[n.value];
|
68
70
|
return N(
|
69
71
|
() => t.options,
|
70
72
|
(e, s) => {
|
71
|
-
|
73
|
+
d(e) !== d(s) && r();
|
72
74
|
},
|
73
75
|
{
|
74
76
|
flush: "post"
|
75
77
|
}
|
76
|
-
),
|
77
|
-
focusNext:
|
78
|
-
focusPrevious:
|
79
|
-
focusFirst:
|
80
|
-
focusFirstSelected:
|
81
|
-
focusLast:
|
82
|
-
focusLastSelected:
|
78
|
+
), v({
|
79
|
+
focusNext: x,
|
80
|
+
focusPrevious: m,
|
81
|
+
focusFirst: w,
|
82
|
+
focusFirstSelected: I,
|
83
|
+
focusLast: b,
|
84
|
+
focusLastSelected: g,
|
83
85
|
blur: r,
|
84
|
-
confirmOption:
|
85
|
-
focusByHash:
|
86
|
-
getHighlighted:
|
87
|
-
}), (e, s) => (
|
86
|
+
confirmOption: k,
|
87
|
+
focusByHash: _,
|
88
|
+
getHighlighted: C
|
89
|
+
}), (e, s) => (p(!0), L(S, null, V(e.options, (o, B) => (p(), A(E, {
|
88
90
|
key: o.valueHash,
|
89
91
|
class: O({
|
90
|
-
"bb-
|
91
|
-
"bb-
|
92
|
-
"bb-commabox-item--has-comma": p !== e.options.length - 1
|
92
|
+
"bb-chipsbox-item": !0,
|
93
|
+
"bb-chipsbox-item--focused": B === n.value
|
93
94
|
}),
|
94
95
|
clearable: !0,
|
95
96
|
text: o.text,
|
96
|
-
"onClick:clear": P((
|
97
|
-
},
|
97
|
+
"onClick:clear": P((M) => u("option:unselected", o), ["stop"])
|
98
|
+
}, {
|
99
|
+
default: $(() => [
|
100
|
+
z(D(o.text), 1)
|
101
|
+
]),
|
102
|
+
_: 2
|
103
|
+
}, 1032, ["class", "text", "onClick:clear"]))), 128));
|
98
104
|
}
|
99
105
|
});
|
100
106
|
export {
|
101
|
-
|
107
|
+
K as default
|
102
108
|
};
|
package/dist/index246.js
CHANGED
@@ -1,4 +1,102 @@
|
|
1
|
-
import
|
1
|
+
import { defineComponent as F, ref as H, computed as L, watch as N, openBlock as d, createElementBlock as v, Fragment as S, renderList as A, normalizeClass as O, withModifiers as P, toDisplayString as V } from "vue";
|
2
|
+
import { hash as f } from "./index211.js";
|
3
|
+
import { isNil as i } from "./index129.js";
|
4
|
+
const z = ["text", "onClick:clear"], j = /* @__PURE__ */ F({
|
5
|
+
__name: "CommaBox",
|
6
|
+
props: {
|
7
|
+
options: {}
|
8
|
+
},
|
9
|
+
emits: ["option:unselected"],
|
10
|
+
setup(m, { expose: h, emit: x }) {
|
11
|
+
const t = m, a = x, n = H(null), l = L(() => t.options.some((e) => !e.disabled)), u = (e = 1) => {
|
12
|
+
const s = i(n.value) ? -1 : n.value;
|
13
|
+
let o = (s + e) % t.options.length;
|
14
|
+
for (; t.options[o].disabled && o !== s; )
|
15
|
+
o = u(e + 1);
|
16
|
+
return o;
|
17
|
+
}, b = () => {
|
18
|
+
if (!l.value) return;
|
19
|
+
const e = u();
|
20
|
+
n.value = e;
|
21
|
+
}, c = (e = 1) => {
|
22
|
+
const s = i(n.value) ? 0 : n.value;
|
23
|
+
let o = (s - e + t.options.length) % t.options.length;
|
24
|
+
for (; t.options[o].disabled && o !== s; )
|
25
|
+
o = c(e + 1);
|
26
|
+
return o;
|
27
|
+
}, w = async () => {
|
28
|
+
if (!l.value) return;
|
29
|
+
const e = c();
|
30
|
+
n.value = e;
|
31
|
+
}, I = () => {
|
32
|
+
if (!l.value) return;
|
33
|
+
let e = 0;
|
34
|
+
for (; t.options[e].disabled; )
|
35
|
+
e++;
|
36
|
+
n.value = e;
|
37
|
+
}, g = () => {
|
38
|
+
if (!l.value) return;
|
39
|
+
let e = t.options.length - 1;
|
40
|
+
for (; t.options[e].disabled && e !== 0; )
|
41
|
+
e--;
|
42
|
+
n.value = e;
|
43
|
+
}, k = () => {
|
44
|
+
if (!l.value) return;
|
45
|
+
let e = 0;
|
46
|
+
for (; !t.options[e].selected && t.options.length !== e; )
|
47
|
+
e++;
|
48
|
+
n.value = e;
|
49
|
+
}, _ = () => {
|
50
|
+
if (!l.value) return;
|
51
|
+
let e = t.options.length - 1;
|
52
|
+
for (; t.options[e].selected && e !== 0; )
|
53
|
+
e--;
|
54
|
+
n.value = e;
|
55
|
+
}, C = (e) => {
|
56
|
+
if (!l.value) return;
|
57
|
+
const s = t.options.findIndex(
|
58
|
+
(o) => o.valueHash === e
|
59
|
+
);
|
60
|
+
s >= 0 && (n.value = s);
|
61
|
+
}, r = () => {
|
62
|
+
n.value = null;
|
63
|
+
}, y = () => {
|
64
|
+
if (!n.value) return;
|
65
|
+
const e = t.options[n.value];
|
66
|
+
e.selected && a("option:unselected", e);
|
67
|
+
}, B = () => i(n.value) ? void 0 : t.options[n.value];
|
68
|
+
return N(
|
69
|
+
() => t.options,
|
70
|
+
(e, s) => {
|
71
|
+
f(e) !== f(s) && r();
|
72
|
+
},
|
73
|
+
{
|
74
|
+
flush: "post"
|
75
|
+
}
|
76
|
+
), h({
|
77
|
+
focusNext: b,
|
78
|
+
focusPrevious: w,
|
79
|
+
focusFirst: I,
|
80
|
+
focusFirstSelected: k,
|
81
|
+
focusLast: g,
|
82
|
+
focusLastSelected: _,
|
83
|
+
blur: r,
|
84
|
+
confirmOption: y,
|
85
|
+
focusByHash: C,
|
86
|
+
getHighlighted: B
|
87
|
+
}), (e, s) => (d(!0), v(S, null, A(e.options, (o, p) => (d(), v("span", {
|
88
|
+
key: o.valueHash,
|
89
|
+
class: O({
|
90
|
+
"bb-commabox-item": !0,
|
91
|
+
"bb-commabox-item--focused": p === n.value,
|
92
|
+
"bb-commabox-item--has-comma": p !== e.options.length - 1
|
93
|
+
}),
|
94
|
+
clearable: !0,
|
95
|
+
text: o.text,
|
96
|
+
"onClick:clear": P((D) => a("option:unselected", o), ["stop"])
|
97
|
+
}, V(o.text), 43, z))), 128));
|
98
|
+
}
|
99
|
+
});
|
2
100
|
export {
|
3
|
-
|
101
|
+
j as default
|
4
102
|
};
|
package/dist/index248.js
CHANGED
package/dist/index249.js
CHANGED