bitboss-ui 2.0.50 → 2.0.52
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 +7 -0
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +10 -0
- package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +3 -0
- package/dist/components/BaseTag/BaseTag.vue.d.ts +4 -0
- package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +7 -0
- package/dist/components/BbSelect/BbSelect.vue.d.ts +14 -0
- package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +3 -0
- package/dist/components/BbTable/BbTable.vue.d.ts +1 -0
- package/dist/components/BbTable/types.d.ts +4 -0
- package/dist/components/BbTag/BbTag.vue.d.ts +4 -0
- package/dist/composables/useOptions.d.ts +1 -0
- package/dist/index100.js +14 -10
- package/dist/index106.js +3 -1
- package/dist/index108.js +1 -1
- package/dist/index110.js +66 -64
- package/dist/index112.js +3 -1
- package/dist/index118.js +1 -1
- 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/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 +6 -4
- package/dist/index204.js +116 -2
- package/dist/index205.js +280 -52
- package/dist/{index224.js → index206.js} +2 -2
- package/dist/index207.js +16 -13
- package/dist/index208.js +19 -20
- package/dist/index209.js +19 -4
- package/dist/index21.js +13 -13
- package/dist/index210.js +27 -2
- package/dist/index211.js +3 -4
- package/dist/index212.js +2 -2
- package/dist/index214.js +248 -115
- package/dist/index215.js +52 -3
- package/dist/index216.js +44 -41
- package/dist/index217.js +5 -6
- package/dist/index218.js +49 -7
- package/dist/index219.js +2 -3
- package/dist/index220.js +4 -158
- package/dist/index221.js +2 -84
- package/dist/index222.js +164 -0
- package/dist/index223.js +84 -5
- package/dist/index225.js +3 -16
- package/dist/index226.js +40 -18
- package/dist/index227.js +6 -19
- package/dist/index228.js +7 -27
- package/dist/index229.js +2 -3
- package/dist/index23.js +15 -15
- package/dist/index230.js +3 -2
- package/dist/index231.js +122 -245
- package/dist/index232.js +124 -51
- package/dist/index233.js +2 -44
- package/dist/index234.js +20 -5
- package/dist/index235.js +45 -41
- package/dist/index237.js +13 -125
- package/dist/index238.js +5 -2
- package/dist/index239.js +369 -5
- package/dist/index240.js +3 -368
- package/dist/index242.js +1 -1
- package/dist/index244.js +1 -1
- package/dist/index246.js +1 -1
- package/dist/index25.js +4 -4
- package/dist/index250.js +1 -1
- package/dist/index251.js +11 -0
- package/dist/index252.js +23 -7
- package/dist/index253.js +6 -176
- package/dist/index254.js +16 -4
- package/dist/index256.js +6 -3
- package/dist/index257.js +2 -9
- package/dist/index258.js +2 -23
- package/dist/index259.js +2 -6
- package/dist/index260.js +2 -16
- package/dist/index261.js +2 -224
- package/dist/index262.js +2 -3
- package/dist/index263.js +2 -12
- package/dist/index264.js +2 -9
- package/dist/index265.js +2 -9
- package/dist/index266.js +2 -17
- package/dist/index267.js +24 -427
- package/dist/index268.js +22 -89
- package/dist/index27.js +1 -1
- package/dist/index270.js +7 -6
- package/dist/index271.js +4 -2
- package/dist/index272.js +3 -2
- package/dist/index273.js +12 -2
- package/dist/index274.js +9 -2
- package/dist/index275.js +9 -2
- package/dist/index276.js +17 -2
- package/dist/index277.js +4 -2
- package/dist/index278.js +431 -2
- package/dist/index279.js +89 -2
- package/dist/index280.js +224 -2
- package/dist/index281.js +197 -25
- package/dist/index282.js +3 -22
- package/dist/index286.js +176 -22
- package/dist/index287.js +24 -0
- package/dist/index289.js +5 -436
- package/dist/index29.js +3 -3
- package/dist/index290.js +65 -126
- package/dist/index291.js +2 -3
- package/dist/index292.js +436 -3
- package/dist/index293.js +126 -210
- package/dist/index294.js +3 -5
- package/dist/index295.js +3 -2
- package/dist/index296.js +204 -59
- package/dist/index297.js +79 -33
- package/dist/index299.js +4 -8
- package/dist/index300.js +4 -4
- package/dist/index301.js +57 -77
- package/dist/index302.js +9 -0
- package/dist/index303.js +6 -6
- package/dist/index304.js +19 -4
- package/dist/index305.js +5 -4
- package/dist/index306.js +7 -58
- package/dist/index307.js +3 -46
- package/dist/index308.js +32 -10
- package/dist/index309.js +10 -6
- package/dist/index31.js +2 -2
- package/dist/index310.js +2 -19
- package/dist/index311.js +47 -2
- package/dist/{index313.js → index312.js} +2 -2
- package/dist/index314.js +1 -1
- package/dist/index315.js +2 -47
- package/dist/index316.js +47 -2
- package/dist/index33.js +2 -2
- package/dist/index35.js +3 -3
- package/dist/index37.js +180 -174
- package/dist/index39.js +3 -3
- package/dist/index41.js +2 -2
- package/dist/index43.js +4 -2
- package/dist/index45.js +52 -45
- 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/index65.js +3 -1
- package/dist/index75.js +3 -3
- package/dist/index79.js +2 -2
- package/dist/index81.js +1 -1
- package/dist/index84.js +2 -2
- package/dist/index88.js +3 -3
- package/dist/index90.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/index236.js +0 -128
- package/dist/index269.js +0 -283
- package/dist/index288.js +0 -202
- package/dist/index298.js +0 -7
package/dist/index216.js
CHANGED
@@ -1,43 +1,46 @@
|
|
1
|
-
import {
|
2
|
-
import
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
},
|
10
|
-
|
11
|
-
|
12
|
-
const
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
1
|
+
import { defineComponent as _, computed as a, openBlock as o, createElementBlock as c, createElementVNode as p, Fragment as b, renderList as h, createBlock as k, normalizeClass as f, withCtx as y, createTextVNode as x, toDisplayString as B } from "vue";
|
2
|
+
import C from "./index13.js";
|
3
|
+
/* empty css */
|
4
|
+
const M = { class: "bb-base-date-picker__button-menu bb-base-date-picker__month-selector" }, v = { class: "content" }, E = /* @__PURE__ */ _({
|
5
|
+
__name: "BaseDatePickerMonthSelector",
|
6
|
+
props: {
|
7
|
+
cursor: {},
|
8
|
+
disabled: { type: Boolean }
|
9
|
+
},
|
10
|
+
emits: ["update:month"],
|
11
|
+
setup(l, { emit: d }) {
|
12
|
+
const s = l, m = d, i = a(() => s.cursor.month()), u = a(
|
13
|
+
() => new Array(12).fill(0).map((r, t) => {
|
14
|
+
const n = s.cursor.clone().startOf("year").add(t, "month");
|
15
|
+
return {
|
16
|
+
text: n.format("MMMM"),
|
17
|
+
key: n.unix(),
|
18
|
+
selected: n.month() === i.value,
|
19
|
+
handler: () => m("update:month", t)
|
20
|
+
};
|
21
|
+
})
|
22
|
+
);
|
23
|
+
return (r, t) => (o(), c("div", M, [
|
24
|
+
p("div", v, [
|
25
|
+
(o(!0), c(b, null, h(u.value, (e) => (o(), k(C, {
|
26
|
+
key: e.key,
|
27
|
+
class: f({
|
28
|
+
content__btn: !0,
|
29
|
+
"content__btn--selected": e.selected
|
30
|
+
}),
|
31
|
+
disabled: r.disabled,
|
32
|
+
type: "button",
|
33
|
+
onClick: e.handler
|
34
|
+
}, {
|
35
|
+
default: y(() => [
|
36
|
+
x(B(e.text), 1)
|
37
|
+
]),
|
38
|
+
_: 2
|
39
|
+
}, 1032, ["class", "disabled", "onClick"]))), 128))
|
40
|
+
])
|
41
|
+
]));
|
42
|
+
}
|
43
|
+
});
|
41
44
|
export {
|
42
|
-
E as
|
45
|
+
E as default
|
43
46
|
};
|
package/dist/index217.js
CHANGED
@@ -1,8 +1,7 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
});
|
1
|
+
import o from "./index268.js";
|
2
|
+
/* empty css */
|
3
|
+
import t from "./index270.js";
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-8c6b13bd"]]);
|
6
5
|
export {
|
7
|
-
|
6
|
+
m as default
|
8
7
|
};
|
package/dist/index218.js
CHANGED
@@ -1,9 +1,51 @@
|
|
1
|
-
import { ref as
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
1
|
+
import { defineComponent as p, ref as _, computed as b, onMounted as f, openBlock as n, createElementBlock as o, createElementVNode as k, Fragment as y, renderList as h, unref as g, createBlock as v, normalizeClass as x, withCtx as B, createTextVNode as C, toDisplayString as E } from "vue";
|
2
|
+
import { range as w } from "./index302.js";
|
3
|
+
import D from "./index13.js";
|
4
|
+
/* empty css */
|
5
|
+
const S = { class: "content" }, c = 100, V = /* @__PURE__ */ p({
|
6
|
+
__name: "BaseDatePickerYearSelector",
|
7
|
+
props: {
|
8
|
+
cursor: {},
|
9
|
+
disabled: { type: Boolean }
|
10
|
+
},
|
11
|
+
emits: ["update:year"],
|
12
|
+
setup(s, { emit: l }) {
|
13
|
+
const i = s, d = l, r = _(), u = b(() => i.cursor.year()), a = (/* @__PURE__ */ new Date()).getFullYear() - c / 2, m = w(a, a + c).map((e) => ({
|
14
|
+
text: e,
|
15
|
+
key: e,
|
16
|
+
selected: e === u.value,
|
17
|
+
handler: () => d("update:year", e)
|
18
|
+
}));
|
19
|
+
return f(() => {
|
20
|
+
if (!r.value) return;
|
21
|
+
const e = r.value.querySelector(
|
22
|
+
".content__btn--selected"
|
23
|
+
);
|
24
|
+
e && (e.parentElement.scrollTop = e.offsetTop - e.parentElement.clientHeight / 2 + 16);
|
25
|
+
}), (e, T) => (n(), o("div", {
|
26
|
+
ref_key: "container",
|
27
|
+
ref: r,
|
28
|
+
class: "bb-base-date-picker__button-menu bb-base-date-picker__year-selector scrollbar-border"
|
29
|
+
}, [
|
30
|
+
k("div", S, [
|
31
|
+
(n(!0), o(y, null, h(g(m), (t) => (n(), v(D, {
|
32
|
+
key: t.key,
|
33
|
+
class: x({
|
34
|
+
content__btn: !0,
|
35
|
+
"content__btn--selected": t.selected
|
36
|
+
}),
|
37
|
+
disabled: e.disabled,
|
38
|
+
onClick: t.handler
|
39
|
+
}, {
|
40
|
+
default: B(() => [
|
41
|
+
C(E(t.text), 1)
|
42
|
+
]),
|
43
|
+
_: 2
|
44
|
+
}, 1032, ["class", "disabled", "onClick"]))), 128))
|
45
|
+
])
|
46
|
+
], 512));
|
47
|
+
}
|
48
|
+
});
|
7
49
|
export {
|
8
|
-
|
50
|
+
V as default
|
9
51
|
};
|
package/dist/index219.js
CHANGED
package/dist/index220.js
CHANGED
@@ -1,160 +1,6 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
import { useArray as Q } from "./index263.js";
|
4
|
-
import { uniqBy as $ } from "./index264.js";
|
5
|
-
import { useItemValue as ee } from "./index265.js";
|
6
|
-
import { useItemText as te } from "./index266.js";
|
7
|
-
import { hash as v } from "./index229.js";
|
8
|
-
import { isNotNil as q } from "./index134.js";
|
9
|
-
import { waitFor as le } from "./index217.js";
|
10
|
-
import { isNil as oe } from "./index129.js";
|
11
|
-
const he = (l) => {
|
12
|
-
const i = a(""), F = a(), u = (e) => {
|
13
|
-
F.value = e, l.emit("update:modelValue", e);
|
14
|
-
}, d = a([]), {
|
15
|
-
array: k,
|
16
|
-
add: E,
|
17
|
-
remove: P,
|
18
|
-
set: y
|
19
|
-
} = Q(), {
|
20
|
-
array: S,
|
21
|
-
add: j,
|
22
|
-
remove: J
|
23
|
-
} = Q(), { getItemText: L } = te(), { getItemValue: U } = ee(), O = (e) => {
|
24
|
-
const t = !!(l.disabled.value || e.disabled), o = L(e, l.itemText), n = U(e, l.itemValue);
|
25
|
-
if (n === void 0)
|
26
|
-
throw new Error(
|
27
|
-
'The result of extracting "value" from option was undefined. Affected item is ' + JSON.stringify(e) + " please check itemValue property is correct."
|
28
|
-
);
|
29
|
-
const X = v(n);
|
30
|
-
return {
|
31
|
-
item: e,
|
32
|
-
text: o,
|
33
|
-
value: n,
|
34
|
-
valueHash: X,
|
35
|
-
disabled: t,
|
36
|
-
selected: !1
|
37
|
-
};
|
38
|
-
}, T = (e) => (e.selected = q(b.value[e.valueHash]), e), V = r(() => {
|
39
|
-
const e = [].concat(
|
40
|
-
d.value.map((t) => T(O(t))),
|
41
|
-
S.value.map(T),
|
42
|
-
k.value.map(T)
|
43
|
-
);
|
44
|
-
return $(e, (t) => t.valueHash);
|
45
|
-
}), z = (e) => {
|
46
|
-
l.multiple ? (u(l.modelValue.value.concat(e.value)), l.stash && E(e), l.resetQueryOnOptionSelected && s()) : (l.stash && y(e), u(e.value), N(() => s()));
|
47
|
-
}, G = async (e) => {
|
48
|
-
if (J((t) => t.valueHash !== e.valueHash), P((t) => t.valueHash !== e.valueHash), l.multiple) {
|
49
|
-
const t = { ...b.value };
|
50
|
-
delete t[e.valueHash], u(Object.values(t));
|
51
|
-
} else
|
52
|
-
u(null), await N(), s();
|
53
|
-
}, b = r(() => {
|
54
|
-
const e = {}, t = [].concat(l.modelValue.value);
|
55
|
-
for (let o = 0; o < t.length; o++) {
|
56
|
-
const n = t[o];
|
57
|
-
e[v(n)] = n;
|
58
|
-
}
|
59
|
-
return e;
|
60
|
-
}), g = async ({ prefill: e = !1 }) => {
|
61
|
-
let t = [];
|
62
|
-
if (Array.isArray(l.items.value))
|
63
|
-
t = l.items.value;
|
64
|
-
else if (typeof l.items.value == "function") {
|
65
|
-
const o = ++c.value;
|
66
|
-
try {
|
67
|
-
t = await l.items.value(
|
68
|
-
i.value,
|
69
|
-
e,
|
70
|
-
l.modelValue.value
|
71
|
-
), o < c.value && (await le(() => o === c.value), t = d.value);
|
72
|
-
} catch (n) {
|
73
|
-
console.error(n);
|
74
|
-
}
|
75
|
-
c.value--;
|
76
|
-
}
|
77
|
-
d.value = t;
|
78
|
-
}, B = r(() => {
|
79
|
-
const e = {};
|
80
|
-
for (let t = 0; t < V.value.length; t++) {
|
81
|
-
const o = V.value[t], { valueHash: n } = o;
|
82
|
-
e[n] = o;
|
83
|
-
}
|
84
|
-
return {
|
85
|
-
get: (t) => e[v(t)]
|
86
|
-
};
|
87
|
-
}), f = r(() => [].concat(l.modelValue.value).reduce((e, t) => {
|
88
|
-
const o = B.value.get(t);
|
89
|
-
return o && e.push(o), e;
|
90
|
-
}, [])), C = (e) => q(B.value.get(e)), s = () => {
|
91
|
-
if (l.multiple) {
|
92
|
-
i.value = "";
|
93
|
-
return;
|
94
|
-
}
|
95
|
-
let e;
|
96
|
-
f.value && (e = _(f.value)), i.value = (e == null ? void 0 : e.text) || "";
|
97
|
-
}, K = () => {
|
98
|
-
const e = i.value.trim(), t = O(e);
|
99
|
-
j(t), s();
|
100
|
-
}, c = a(0), M = r(() => [].concat(l.modelValue.value).reduce(
|
101
|
-
(e, t) => (C(t) ? e.coherent.push(t) : e.incoherent.push(t), e),
|
102
|
-
{ coherent: [], incoherent: [] }
|
103
|
-
)), A = r(() => l.multiple && !l.modelValue.value.length || !l.multiple && oe(l.modelValue.value) ? !0 : !M.value.incoherent.length), R = () => {
|
104
|
-
l.enforceCoherence && !A.value && (l.multiple ? u(M.value.coherent) : u(null));
|
105
|
-
}, p = a(!1), I = a(!1), m = async () => {
|
106
|
-
I.value = !0, await g({ prefill: !0 }), R(), s(), p.value = !0, I.value = !1;
|
107
|
-
};
|
108
|
-
Y(async () => {
|
109
|
-
l.prefill && (await m(), l.stash && y(...f.value));
|
110
|
-
});
|
111
|
-
let h;
|
112
|
-
const W = () => {
|
113
|
-
h && clearTimeout(h), h = setTimeout(async () => {
|
114
|
-
try {
|
115
|
-
await g({ prefill: !1 });
|
116
|
-
} catch (e) {
|
117
|
-
console.error(e);
|
118
|
-
}
|
119
|
-
}, l.queryDebounceTime);
|
120
|
-
};
|
121
|
-
Z(() => clearTimeout(h));
|
122
|
-
let x;
|
123
|
-
H(
|
124
|
-
() => l.modelValue.value,
|
125
|
-
() => {
|
126
|
-
A.value || (x && clearTimeout(x), x = setTimeout(async () => {
|
127
|
-
m();
|
128
|
-
}, l.modelValueDebounceTime));
|
129
|
-
}
|
130
|
-
);
|
131
|
-
let w;
|
132
|
-
const D = async (e, t) => {
|
133
|
-
v(t) !== v(e) && p.value && (w && clearTimeout(w), w = setTimeout(async () => {
|
134
|
-
await m();
|
135
|
-
}, l.depsDebounceTime));
|
136
|
-
};
|
137
|
-
return H(() => l.items.value, D), H(() => l.dependencies.value, D), {
|
138
|
-
addCurrentQueryToManualItems: K,
|
139
|
-
alignQueryToState: s,
|
140
|
-
getOptions: g,
|
141
|
-
hasPrefilled: p,
|
142
|
-
innerLoading: c,
|
143
|
-
isPrefilling: I,
|
144
|
-
manualItems: S,
|
145
|
-
options: V,
|
146
|
-
prefillItems: m,
|
147
|
-
query: i,
|
148
|
-
searchByQuery: W,
|
149
|
-
selectedOptions: f,
|
150
|
-
selectOption: z,
|
151
|
-
setStash: y,
|
152
|
-
unselectOption: G,
|
153
|
-
updateModelValue: u,
|
154
|
-
valueIsSelected: C,
|
155
|
-
internalItems: d
|
156
|
-
};
|
157
|
-
};
|
1
|
+
import { curry as e } from "./index271.js";
|
2
|
+
const t = (n, o, r) => n(r) ? o(r) : r, s = e(t);
|
158
3
|
export {
|
159
|
-
|
4
|
+
t as baseWhen,
|
5
|
+
s as when
|
160
6
|
};
|
package/dist/index221.js
CHANGED
@@ -1,86 +1,4 @@
|
|
1
|
-
|
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
|
-
});
|
1
|
+
const o = (e) => typeof e == "boolean" ? e : e === "true";
|
84
2
|
export {
|
85
|
-
|
3
|
+
o as booleanishToBoolean
|
86
4
|
};
|
package/dist/index222.js
ADDED
@@ -0,0 +1,164 @@
|
|
1
|
+
import { ref as s, computed as a, onBeforeMount as $, onBeforeUnmount as ee, watch as b, nextTick as Q } from "vue";
|
2
|
+
import { last as te } from "./index212.js";
|
3
|
+
import { useArray as E } from "./index273.js";
|
4
|
+
import { uniqBy as le } from "./index274.js";
|
5
|
+
import { useItemValue as ne } from "./index275.js";
|
6
|
+
import { useItemText as oe } from "./index276.js";
|
7
|
+
import { hash as d } from "./index211.js";
|
8
|
+
import { isNotNil as F } from "./index134.js";
|
9
|
+
import { waitFor as ue } from "./index227.js";
|
10
|
+
import { isNil as ie } from "./index129.js";
|
11
|
+
import { pipe as H } from "./index277.js";
|
12
|
+
const ge = (t) => {
|
13
|
+
const r = s(""), k = s(), u = (e) => {
|
14
|
+
k.value = e, t.emit("update:modelValue", e);
|
15
|
+
}, v = s([]), {
|
16
|
+
array: P,
|
17
|
+
add: j,
|
18
|
+
remove: J,
|
19
|
+
set: y
|
20
|
+
} = E(), {
|
21
|
+
array: O,
|
22
|
+
add: L,
|
23
|
+
remove: U
|
24
|
+
} = E(), { getItemText: z } = oe(), { getItemValue: G } = ne();
|
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), o = G(e, t.itemValue);
|
29
|
+
if (o === 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 _ = d(o);
|
34
|
+
return {
|
35
|
+
item: e,
|
36
|
+
text: n,
|
37
|
+
value: o,
|
38
|
+
valueHash: _,
|
39
|
+
disabled: l,
|
40
|
+
selected: !1
|
41
|
+
};
|
42
|
+
}, T = (e) => (e.selected = F(q.value[e.valueHash]), e), K = t.max || 1 / 0, V = (e) => (e.disabled = e.disabled || t.multiple && t.modelValue.value.length >= K && !e.selected, e), g = a(() => {
|
43
|
+
const e = [].concat(
|
44
|
+
v.value.map(H(B, T, V)),
|
45
|
+
O.value.map(H(T, V)),
|
46
|
+
P.value.map(H(T, V))
|
47
|
+
);
|
48
|
+
return le(e, (n) => n.valueHash);
|
49
|
+
}), R = (e) => {
|
50
|
+
t.multiple ? (u(t.modelValue.value.concat(e.value)), t.stash && j(e), t.resetQueryOnOptionSelected && i()) : (t.stash && y(e), u(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], u(Object.values(l));
|
55
|
+
} else
|
56
|
+
u(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 o = l[n];
|
61
|
+
e[d(o)] = o;
|
62
|
+
}
|
63
|
+
return e;
|
64
|
+
}), x = 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 = ++c.value;
|
70
|
+
try {
|
71
|
+
l = await t.items.value(
|
72
|
+
r.value,
|
73
|
+
e,
|
74
|
+
t.modelValue.value
|
75
|
+
), n < c.value && (await ue(() => n === c.value), l = v.value);
|
76
|
+
} catch (o) {
|
77
|
+
console.error(o);
|
78
|
+
}
|
79
|
+
c.value--;
|
80
|
+
}
|
81
|
+
v.value = l;
|
82
|
+
}, C = a(() => {
|
83
|
+
const e = {};
|
84
|
+
for (let l = 0; l < g.value.length; l++) {
|
85
|
+
const n = g.value[l], { valueHash: o } = n;
|
86
|
+
e[o] = n;
|
87
|
+
}
|
88
|
+
return {
|
89
|
+
get: (l) => e[d(l)]
|
90
|
+
};
|
91
|
+
}), f = 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
|
+
f.value && (e = te(f.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
|
+
}, c = 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 && ie(t.modelValue.value) ? !0 : !A.value.incoherent.length), Y = () => {
|
108
|
+
t.enforceCoherence && !D.value && (t.multiple ? u(A.value.coherent) : u(null));
|
109
|
+
}, I = s(!1), p = s(!1), m = async () => {
|
110
|
+
p.value = !0, await x({ prefill: !0 }), Y(), i(), I.value = !0, p.value = !1;
|
111
|
+
};
|
112
|
+
$(async () => {
|
113
|
+
t.prefill && (await m(), t.stash && y(...f.value));
|
114
|
+
});
|
115
|
+
let h;
|
116
|
+
const Z = () => {
|
117
|
+
h && clearTimeout(h), h = setTimeout(async () => {
|
118
|
+
try {
|
119
|
+
await x({ prefill: !1 });
|
120
|
+
} catch (e) {
|
121
|
+
console.error(e);
|
122
|
+
}
|
123
|
+
}, t.queryDebounceTime);
|
124
|
+
};
|
125
|
+
ee(() => clearTimeout(h));
|
126
|
+
let w;
|
127
|
+
b(
|
128
|
+
() => t.modelValue.value,
|
129
|
+
() => {
|
130
|
+
D.value || (w && clearTimeout(w), w = setTimeout(async () => {
|
131
|
+
m();
|
132
|
+
}, t.modelValueDebounceTime));
|
133
|
+
}
|
134
|
+
);
|
135
|
+
let S;
|
136
|
+
const N = async (e, l) => {
|
137
|
+
d(l) !== d(e) && I.value && (S && clearTimeout(S), S = setTimeout(async () => {
|
138
|
+
await m();
|
139
|
+
}, t.depsDebounceTime));
|
140
|
+
};
|
141
|
+
return b(() => t.items.value, N), b(() => t.dependencies.value, N), {
|
142
|
+
addCurrentQueryToManualItems: X,
|
143
|
+
alignQueryToState: i,
|
144
|
+
getOptions: x,
|
145
|
+
hasPrefilled: I,
|
146
|
+
innerLoading: c,
|
147
|
+
isPrefilling: p,
|
148
|
+
manualItems: O,
|
149
|
+
options: g,
|
150
|
+
prefillItems: m,
|
151
|
+
query: r,
|
152
|
+
searchByQuery: Z,
|
153
|
+
selectedOptions: f,
|
154
|
+
selectOption: R,
|
155
|
+
setStash: y,
|
156
|
+
unselectOption: W,
|
157
|
+
updateModelValue: u,
|
158
|
+
valueIsSelected: M,
|
159
|
+
internalItems: v
|
160
|
+
};
|
161
|
+
};
|
162
|
+
export {
|
163
|
+
ge as useOptions
|
164
|
+
};
|
package/dist/index223.js
CHANGED
@@ -1,7 +1,86 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
|
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
|
+
});
|
5
84
|
export {
|
6
|
-
|
85
|
+
f as default
|
7
86
|
};
|