bitboss-ui 2.0.104 → 2.0.106
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/BaseDialog/BaseDialog.vue.d.ts +0 -1
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +1 -7
- package/dist/components/BbAlert/BbAlert.vue.d.ts +0 -1
- package/dist/components/BbChip/BbChip.vue.d.ts +0 -1
- package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +0 -1
- package/dist/components/BbPopover/BbPopover.vue.d.ts +1 -1
- package/dist/components/BbTable/BbTable.vue.d.ts +2 -7
- package/dist/components/ListBox.vue.d.ts +0 -2
- package/dist/composables/useLocale.d.ts +1 -1
- package/dist/i18n/en.d.ts +45 -0
- package/dist/i18n/it.d.ts +45 -0
- package/dist/index100.js +9 -9
- package/dist/index111.js +109 -108
- package/dist/index119.js +1 -1
- package/dist/index121.js +55 -54
- package/dist/index123.js +1 -1
- package/dist/index125.js +14 -13
- package/dist/index127.js +1 -1
- package/dist/index128.js +1 -1
- package/dist/index129.js +1 -1
- package/dist/index13.js +23 -23
- package/dist/index132.js +2 -2
- package/dist/index133.js +2 -2
- package/dist/index15.js +36 -35
- package/dist/index17.js +3 -3
- package/dist/index19.js +63 -64
- package/dist/index206.js +85 -114
- package/dist/index208.js +25 -16
- package/dist/index209.js +16 -15
- package/dist/index21.js +110 -103
- package/dist/index210.js +48 -19
- package/dist/index211.js +15 -19
- package/dist/index212.js +3 -27
- package/dist/index213.js +12 -3
- package/dist/index214.js +16 -2
- package/dist/index215.js +2 -8
- package/dist/index216.js +4 -250
- package/dist/index217.js +2 -52
- package/dist/index218.js +6 -42
- package/dist/index219.js +3 -5
- package/dist/index220.js +41 -60
- package/dist/index221.js +6 -126
- package/dist/index222.js +7 -125
- package/dist/index223.js +12 -2
- package/dist/index224.js +13 -41
- package/dist/index225.js +51 -18
- package/dist/index227.js +12 -52
- package/dist/index228.js +7 -0
- package/dist/index229.js +16 -13
- package/dist/index23.js +127 -119
- package/dist/index230.js +16 -5
- package/dist/index231.js +19 -12
- package/dist/index232.js +14 -368
- package/dist/index233.js +19 -4
- package/dist/index234.js +27 -84
- package/dist/index235.js +4 -0
- package/dist/index236.js +249 -7
- package/dist/index237.js +51 -24
- package/dist/index238.js +44 -17
- package/dist/index239.js +5 -48
- package/dist/index240.js +60 -15
- package/dist/index241.js +19 -11
- package/dist/index242.js +4 -16
- package/dist/index243.js +126 -2
- package/dist/index244.js +125 -4
- package/dist/index245.js +2 -2
- package/dist/index246.js +5 -3
- package/dist/index247.js +369 -7
- package/dist/index248.js +115 -2
- package/dist/index249.js +3 -18
- package/dist/index25.js +44 -41
- package/dist/index250.js +2 -106
- package/dist/index251.js +20 -0
- package/dist/index252.js +53 -47
- package/dist/index254.js +100 -12
- package/dist/index256.js +12 -3
- package/dist/index258.js +2 -10
- package/dist/index259.js +9 -2
- package/dist/index260.js +2 -8
- package/dist/index261.js +3 -23
- package/dist/index262.js +14 -86
- package/dist/index263.js +11 -0
- package/dist/index264.js +27 -8
- package/dist/index265.js +4 -6
- package/dist/index266.js +430 -15
- package/dist/index267.js +2 -281
- package/dist/index268.js +88 -5
- package/dist/index269.js +7 -2
- package/dist/index27.js +1 -1
- package/dist/index270.js +11 -2
- package/dist/index271.js +3 -2
- package/dist/index273.js +7 -2
- package/dist/index274.js +200 -2
- package/dist/index275.js +281 -2
- package/dist/index276.js +6 -2
- package/dist/index277.js +2 -2
- package/dist/index278.js +2 -2
- package/dist/index279.js +2 -28
- package/dist/index280.js +2 -22
- package/dist/index282.js +2 -7
- package/dist/index283.js +2 -3
- package/dist/index284.js +2 -7
- package/dist/index285.js +2 -11
- package/dist/index286.js +2 -17
- package/dist/index287.js +2 -9
- package/dist/index288.js +22 -3
- package/dist/index29.js +2 -2
- package/dist/index290.js +6 -173
- package/dist/index291.js +23 -2
- package/dist/index292.js +88 -125
- package/dist/index294.js +176 -22
- package/dist/index295.js +4 -0
- package/dist/index296.js +126 -2
- package/dist/index297.js +22 -4
- package/dist/index299.js +7 -434
- package/dist/index300.js +6 -127
- package/dist/index301.js +15 -199
- package/dist/index302.js +8 -89
- package/dist/index303.js +224 -3
- package/dist/index304.js +436 -3
- package/dist/index305.js +126 -212
- package/dist/index306.js +3 -224
- package/dist/index307.js +3 -5
- package/dist/index308.js +214 -2
- package/dist/index309.js +21 -20
- package/dist/index31.js +2 -2
- package/dist/index310.js +2 -3
- package/dist/index311.js +5 -7
- package/dist/index312.js +4 -18
- package/dist/index313.js +7 -4
- package/dist/index314.js +6 -7
- package/dist/index315.js +19 -3
- package/dist/index316.js +53 -3
- package/dist/index317.js +52 -57
- package/dist/index318.js +7 -8
- package/dist/index319.js +32 -7
- package/dist/index320.js +3 -6
- package/dist/index321.js +3 -4
- package/dist/index322.js +2 -32
- package/dist/index323.js +3 -47
- package/dist/index324.js +58 -2
- package/dist/index325.js +47 -480
- package/dist/index326.js +4 -0
- package/dist/index327.js +470 -414
- package/dist/index329.js +424 -2
- package/dist/index33.js +45 -45
- package/dist/index331.js +4 -0
- package/dist/index35.js +56 -55
- package/dist/index37.js +166 -165
- package/dist/index39.js +3 -3
- package/dist/index41.js +2 -2
- package/dist/index43.js +70 -71
- package/dist/index45.js +7 -7
- package/dist/index47.js +2 -2
- package/dist/index49.js +2 -2
- package/dist/index53.js +28 -27
- package/dist/index55.js +1 -1
- package/dist/index57.js +2 -2
- package/dist/index61.js +32 -31
- package/dist/index75.js +3 -3
- package/dist/index77.js +87 -86
- package/dist/index79.js +2 -2
- package/dist/index81.js +1 -1
- package/dist/index84.js +45 -44
- package/dist/index86.js +67 -66
- package/dist/index88.js +69 -67
- package/package.json +1 -1
- package/dist/index207.js +0 -7
- package/dist/index226.js +0 -8
- package/dist/index255.js +0 -4
- package/dist/index293.js +0 -433
- package/dist/index298.js +0 -10
- /package/dist/{index272.js → index281.js} +0 -0
- /package/dist/{index328.js → index330.js} +0 -0
package/dist/index248.js
CHANGED
@@ -1,4 +1,117 @@
|
|
1
|
-
import
|
1
|
+
import { getCurrentScope as F, onScopeDispose as O, unref as g, onMounted as x, nextTick as S, isRef as W, getCurrentInstance as C, watch as P } from "vue";
|
2
|
+
function V(e) {
|
3
|
+
return F() ? (O(e), !0) : !1;
|
4
|
+
}
|
5
|
+
function m(e) {
|
6
|
+
return typeof e == "function" ? e() : g(e);
|
7
|
+
}
|
8
|
+
const A = typeof window < "u" && typeof document < "u";
|
9
|
+
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
10
|
+
const E = (e) => e != null, v = Object.prototype.toString, I = (e) => v.call(e) === "[object Object]", p = () => {
|
11
|
+
};
|
12
|
+
function h(e, o) {
|
13
|
+
function t(...n) {
|
14
|
+
return new Promise((r, i) => {
|
15
|
+
Promise.resolve(e(() => o.apply(this, n), { fn: o, thisArg: this, args: n })).then(r).catch(i);
|
16
|
+
});
|
17
|
+
}
|
18
|
+
return t;
|
19
|
+
}
|
20
|
+
const M = (e) => e();
|
21
|
+
function T(e, o = {}) {
|
22
|
+
let t, n, r = p;
|
23
|
+
const i = (c) => {
|
24
|
+
clearTimeout(c), r(), r = p;
|
25
|
+
};
|
26
|
+
return (c) => {
|
27
|
+
const l = m(e), u = m(o.maxWait);
|
28
|
+
return t && i(t), l <= 0 || u !== void 0 && u <= 0 ? (n && (i(n), n = null), Promise.resolve(c())) : new Promise((s, w) => {
|
29
|
+
r = o.rejectOnCancel ? w : s, u && !n && (n = setTimeout(() => {
|
30
|
+
t && i(t), n = null, s(c());
|
31
|
+
}, u)), t = setTimeout(() => {
|
32
|
+
n && i(n), n = null, s(c());
|
33
|
+
}, l);
|
34
|
+
});
|
35
|
+
};
|
36
|
+
}
|
37
|
+
function R(...e) {
|
38
|
+
let o = 0, t, n = !0, r = p, i, a, c, l, u;
|
39
|
+
!W(e[0]) && typeof e[0] == "object" ? { delay: a, trailing: c = !0, leading: l = !0, rejectOnCancel: u = !1 } = e[0] : [a, c = !0, l = !0, u = !1] = e;
|
40
|
+
const s = () => {
|
41
|
+
t && (clearTimeout(t), t = void 0, r(), r = p);
|
42
|
+
};
|
43
|
+
return (j) => {
|
44
|
+
const f = m(a), b = Date.now() - o, d = () => i = j();
|
45
|
+
return s(), f <= 0 ? (o = Date.now(), d()) : (b > f && (l || !n) ? (o = Date.now(), d()) : c && (i = new Promise((y, D) => {
|
46
|
+
r = u ? D : y, t = setTimeout(() => {
|
47
|
+
o = Date.now(), n = !0, y(d()), s();
|
48
|
+
}, Math.max(0, f - b));
|
49
|
+
})), !l && !t && (t = setTimeout(() => n = !0, f)), n = !1, i);
|
50
|
+
};
|
51
|
+
}
|
52
|
+
function k(e) {
|
53
|
+
return C();
|
54
|
+
}
|
55
|
+
function N(e, o = 200, t = {}) {
|
56
|
+
return h(
|
57
|
+
T(o, t),
|
58
|
+
e
|
59
|
+
);
|
60
|
+
}
|
61
|
+
function _(e, o = 200, t = !1, n = !0, r = !1) {
|
62
|
+
return h(
|
63
|
+
R(o, t, n, r),
|
64
|
+
e
|
65
|
+
);
|
66
|
+
}
|
67
|
+
function G(e, o, t = {}) {
|
68
|
+
const {
|
69
|
+
eventFilter: n = M,
|
70
|
+
...r
|
71
|
+
} = t;
|
72
|
+
return P(
|
73
|
+
e,
|
74
|
+
h(
|
75
|
+
n,
|
76
|
+
o
|
77
|
+
),
|
78
|
+
r
|
79
|
+
);
|
80
|
+
}
|
81
|
+
function q(e, o = !0, t) {
|
82
|
+
k() ? x(e, t) : o ? e() : S(e);
|
83
|
+
}
|
84
|
+
function z(e, o, t = {}) {
|
85
|
+
const {
|
86
|
+
debounce: n = 0,
|
87
|
+
maxWait: r = void 0,
|
88
|
+
...i
|
89
|
+
} = t;
|
90
|
+
return G(
|
91
|
+
e,
|
92
|
+
o,
|
93
|
+
{
|
94
|
+
...i,
|
95
|
+
eventFilter: T(n, { maxWait: r })
|
96
|
+
}
|
97
|
+
);
|
98
|
+
}
|
2
99
|
export {
|
3
|
-
|
100
|
+
M as bypassFilter,
|
101
|
+
h as createFilterWrapper,
|
102
|
+
T as debounceFilter,
|
103
|
+
z as debouncedWatch,
|
104
|
+
k as getLifeCycleTarget,
|
105
|
+
A as isClient,
|
106
|
+
I as isObject,
|
107
|
+
p as noop,
|
108
|
+
E as notNullish,
|
109
|
+
R as throttleFilter,
|
110
|
+
m as toValue,
|
111
|
+
q as tryOnMounted,
|
112
|
+
V as tryOnScopeDispose,
|
113
|
+
N as useDebounceFn,
|
114
|
+
_ as useThrottleFn,
|
115
|
+
z as watchDebounced,
|
116
|
+
G as watchWithFilter
|
4
117
|
};
|
package/dist/index249.js
CHANGED
@@ -1,20 +1,5 @@
|
|
1
|
-
import
|
2
|
-
const
|
3
|
-
if (!Object.prototype.hasOwnProperty.call(t, r))
|
4
|
-
throw new Error(
|
5
|
-
`Object ${JSON.stringify(t, null, 2)} has no property named "${r.toString()}"`
|
6
|
-
);
|
7
|
-
}, l = (t) => typeof t == "string" ? t.toLocaleLowerCase() : JSON.stringify(t).toLowerCase(), y = (t, r, s) => {
|
8
|
-
const i = s.toLocaleLowerCase();
|
9
|
-
for (let e = 0; e < r.length; e++) {
|
10
|
-
const n = r[e];
|
11
|
-
a(t, n);
|
12
|
-
const o = t[n];
|
13
|
-
if (c(o)) continue;
|
14
|
-
if (l(o).includes(i)) return !0;
|
15
|
-
}
|
16
|
-
return !1;
|
17
|
-
};
|
1
|
+
import r from "./index303.js";
|
2
|
+
const t = r;
|
18
3
|
export {
|
19
|
-
|
4
|
+
t as deburr
|
20
5
|
};
|
package/dist/index25.js
CHANGED
@@ -1,17 +1,18 @@
|
|
1
|
-
import { defineComponent as
|
2
|
-
import { throttle as
|
3
|
-
import { useFocusTrap as
|
1
|
+
import { defineComponent as ne, ref as o, computed as u, getCurrentInstance as re, nextTick as N, useAttrs as ue, onMounted as de, onBeforeUnmount as G, watch as ce, openBlock as _, createBlock as ve, withCtx as fe, createElementVNode as a, mergeProps as P, createElementBlock as $, renderSlot as d, createTextVNode as be, toDisplayString as K, createCommentVNode as z } from "vue";
|
2
|
+
import { throttle as pe } from "./index219.js";
|
3
|
+
import { useFocusTrap as me } from "./index220.js";
|
4
4
|
import { useId as U } from "./index8.js";
|
5
5
|
import { wait as H } from "./index130.js";
|
6
|
-
import { waitFor as
|
7
|
-
import { useModalsState as C } from "./
|
8
|
-
import { useLogger as
|
9
|
-
import { useMobile as
|
10
|
-
import
|
11
|
-
|
6
|
+
import { waitFor as ge } from "./index221.js";
|
7
|
+
import { useModalsState as C } from "./index222.js";
|
8
|
+
import { useLogger as ye } from "./index218.js";
|
9
|
+
import { useMobile as he } from "./index9.js";
|
10
|
+
import we from "./index223.js";
|
11
|
+
import { useLocale as ke } from "./index224.js";
|
12
|
+
const _e = { class: "bb-base-dialog-close" }, Ce = ["aria-label"], Se = /* @__PURE__ */ ne({
|
12
13
|
__name: "BaseDialog",
|
13
14
|
props: {
|
14
|
-
closeLabel: {
|
15
|
+
closeLabel: {},
|
15
16
|
compact: { type: Boolean },
|
16
17
|
disabled: { type: Boolean },
|
17
18
|
eager: { type: Boolean },
|
@@ -31,12 +32,12 @@ const we = { class: "bb-base-dialog-close" }, ke = ["aria-label"], Le = /* @__PU
|
|
31
32
|
emits: ["shown", "hidden", "update:modelValue"],
|
32
33
|
setup(j, { emit: q }) {
|
33
34
|
var R, W;
|
34
|
-
const l = j, c = q, B = `title_${U().id.value}`, V = `description_${U().id.value}`, { isMobile: J } =
|
35
|
+
const l = j, c = q, B = `title_${U().id.value}`, V = `description_${U().id.value}`, { isMobile: J } = he(), g = o(null), v = o(null), L = o(null), y = o(null), f = o(null), s = o(null), b = o(null), Q = o(null), T = u(
|
35
36
|
() => l.fullscreen === !0 || l.fullscreen === "mobile" && J.value
|
36
|
-
),
|
37
|
+
), M = !!((W = (R = re()) == null ? void 0 : R.proxy) != null && W.$nuxt), h = o(0), X = u(() => {
|
37
38
|
const { openedModals: e } = C();
|
38
39
|
return e.value && e.value === h.value;
|
39
|
-
}), { activate: Y, deactivate: x } =
|
40
|
+
}), { activate: Y, deactivate: x } = me(L, {
|
40
41
|
initialFocus: l.focusTarget ?? void 0,
|
41
42
|
clickOutsideDeactivates: (e) => e.target === v.value,
|
42
43
|
allowOutsideClick: !0,
|
@@ -44,13 +45,15 @@ const we = { class: "bb-base-dialog-close" }, ke = ["aria-label"], Le = /* @__PU
|
|
44
45
|
escapeDeactivates: () => (N(() => {
|
45
46
|
c("update:modelValue", !1);
|
46
47
|
}), !0)
|
47
|
-
}), Z =
|
48
|
-
|
49
|
-
|
48
|
+
}), Z = ue(), { t: ee } = ke(), le = u(
|
49
|
+
() => l.closeLabel || ee("dialog.closeLabel").value
|
50
|
+
);
|
51
|
+
de(async () => {
|
52
|
+
s.value && (g.value = new ResizeObserver(r), g.value.observe(s.value)), window.addEventListener("resize", r), r(), !(!l.modelValue && !n.value) && (M && !globalThis.document || A());
|
50
53
|
}), G(() => {
|
51
54
|
window.removeEventListener("resize", r);
|
52
55
|
});
|
53
|
-
const w = o(!1), p = o(!1), D = o(!0), m = o(!1), n = o(l.eager || l.modelValue), O = u(() => p.value || m.value),
|
56
|
+
const w = o(!1), p = o(!1), D = o(!0), m = o(!1), n = o(l.eager || l.modelValue), O = u(() => p.value || m.value), te = () => {
|
54
57
|
if (!globalThis.document) return;
|
55
58
|
const e = window.innerWidth - document.documentElement.clientWidth;
|
56
59
|
document.body.style.overflow = "hidden", document.body.style.paddingRight = `${e}px`;
|
@@ -65,33 +68,33 @@ const we = { class: "bb-base-dialog-close" }, ke = ["aria-label"], Le = /* @__PU
|
|
65
68
|
});
|
66
69
|
const A = async () => {
|
67
70
|
if (l.modelValue) {
|
68
|
-
n.value || (n.value = !0, await
|
71
|
+
n.value || (n.value = !0, await ge(() => !!s.value), await N(), s.value && (g.value = new ResizeObserver(r), g.value.observe(s.value))), D.value = !1, m.value = !1, p.value = !0;
|
69
72
|
const { modalHasOpened: e, openedModals: t } = C();
|
70
|
-
e(), h.value = t.value,
|
73
|
+
e(), h.value = t.value, te(), await H(l.transitionDuration), p.value = !1, w.value = !0, c("shown"), Y();
|
71
74
|
} else {
|
72
75
|
x(), p.value = !1, w.value = !1, m.value = !0, await H(l.transitionDuration), m.value = !1, D.value = !0;
|
73
76
|
const { modalHasClosed: e, openedModals: t } = C();
|
74
77
|
e(), h.value = 0, t.value || S(), c("hidden");
|
75
78
|
}
|
76
79
|
};
|
77
|
-
|
80
|
+
ce(
|
78
81
|
() => l.modelValue,
|
79
82
|
() => {
|
80
|
-
!l.modelValue && !n.value ||
|
83
|
+
!l.modelValue && !n.value || M && !globalThis.document || A();
|
81
84
|
},
|
82
85
|
{ flush: "post" }
|
83
86
|
);
|
84
87
|
const k = (e) => {
|
85
88
|
e.target === v.value && e.preventDefault();
|
86
|
-
},
|
89
|
+
}, oe = (e) => {
|
87
90
|
l.disabled || O.value || v.value && e.target === v.value && (l.persistent || c("update:modelValue", !1));
|
88
91
|
}, E = () => {
|
89
92
|
l.disabled || O.value || (x(), c("update:modelValue", !1));
|
90
|
-
},
|
93
|
+
}, ae = u(() => {
|
91
94
|
const e = [
|
92
95
|
{
|
93
96
|
"bb-base-dialog bb-base-dialog__overlay": !0,
|
94
|
-
"bb-base-dialog--fullscreen":
|
97
|
+
"bb-base-dialog--fullscreen": T.value,
|
95
98
|
"bb-base-dialog--faded": !X.value,
|
96
99
|
"bb-base-dialog--open": w.value,
|
97
100
|
"bb-base-dialog--opening": p.value,
|
@@ -101,7 +104,7 @@ const we = { class: "bb-base-dialog-close" }, ke = ["aria-label"], Le = /* @__PU
|
|
101
104
|
},
|
102
105
|
l.overlayClasses
|
103
106
|
].flat(), t = {
|
104
|
-
onClick:
|
107
|
+
onClick: oe,
|
105
108
|
onScroll: k,
|
106
109
|
onTouchmove: k,
|
107
110
|
onWheel: k,
|
@@ -115,7 +118,7 @@ const we = { class: "bb-base-dialog-close" }, ke = ["aria-label"], Le = /* @__PU
|
|
115
118
|
...t,
|
116
119
|
...Z
|
117
120
|
};
|
118
|
-
}),
|
121
|
+
}), se = u(() => {
|
119
122
|
const e = [
|
120
123
|
{
|
121
124
|
"bb-base-dialog__panel": !0,
|
@@ -134,22 +137,22 @@ const we = { class: "bb-base-dialog-close" }, ke = ["aria-label"], Le = /* @__PU
|
|
134
137
|
md: 652,
|
135
138
|
lg: 896
|
136
139
|
};
|
137
|
-
|
138
|
-
const
|
140
|
+
T.value ? i = "100%" : typeof l.size == "number" ? i = l.size + "px" : l.size in F ? i = F[l.size] + "px" : i = l.size + "px";
|
141
|
+
const ie = {
|
139
142
|
maxWidth: i,
|
140
143
|
transitionDuration: l.transitionDuration / 1e3 + "s"
|
141
144
|
};
|
142
145
|
return {
|
143
146
|
class: e,
|
144
|
-
style:
|
147
|
+
style: ie,
|
145
148
|
...t
|
146
149
|
};
|
147
150
|
});
|
148
151
|
let I = 0;
|
149
|
-
const r =
|
152
|
+
const r = pe(
|
150
153
|
async () => {
|
151
154
|
if (I++, I === 100) {
|
152
|
-
const { error: e } =
|
155
|
+
const { error: e } = ye();
|
153
156
|
e(
|
154
157
|
"Dialog is updating its height too often. Please check the content is reliably sized."
|
155
158
|
);
|
@@ -169,15 +172,15 @@ const we = { class: "bb-base-dialog-close" }, ke = ["aria-label"], Le = /* @__PU
|
|
169
172
|
200,
|
170
173
|
{ trailing: !0 }
|
171
174
|
);
|
172
|
-
return (e, t) => (_(),
|
173
|
-
default:
|
174
|
-
a("div", P(
|
175
|
+
return (e, t) => (_(), ve(we, null, {
|
176
|
+
default: fe(() => [
|
177
|
+
a("div", P(ae.value, {
|
175
178
|
ref_key: "overlay",
|
176
179
|
ref: v
|
177
180
|
}), [
|
178
|
-
a("div", P(
|
181
|
+
a("div", P(se.value, {
|
179
182
|
ref_key: "panel",
|
180
|
-
ref:
|
183
|
+
ref: L
|
181
184
|
}), [
|
182
185
|
n.value ? (_(), $("div", {
|
183
186
|
key: 0,
|
@@ -200,13 +203,13 @@ const we = { class: "bb-base-dialog-close" }, ke = ["aria-label"], Le = /* @__PU
|
|
200
203
|
class: "bb-base-dialog__title"
|
201
204
|
}, [
|
202
205
|
d(e.$slots, "title", { text: e.title }, () => [
|
203
|
-
|
206
|
+
be(K(e.title), 1)
|
204
207
|
])
|
205
208
|
]),
|
206
|
-
a("span",
|
209
|
+
a("span", _e, [
|
207
210
|
e.showClose ? (_(), $("button", {
|
208
211
|
key: 0,
|
209
|
-
"aria-label":
|
212
|
+
"aria-label": le.value,
|
210
213
|
type: "button",
|
211
214
|
onClick: E
|
212
215
|
}, [
|
@@ -227,7 +230,7 @@ const we = { class: "bb-base-dialog-close" }, ke = ["aria-label"], Le = /* @__PU
|
|
227
230
|
])
|
228
231
|
], -1))
|
229
232
|
])
|
230
|
-
], 8,
|
233
|
+
], 8, Ce)) : z("", !0)
|
231
234
|
])
|
232
235
|
])
|
233
236
|
], 512),
|
@@ -265,5 +268,5 @@ const we = { class: "bb-base-dialog-close" }, ke = ["aria-label"], Le = /* @__PU
|
|
265
268
|
}
|
266
269
|
});
|
267
270
|
export {
|
268
|
-
|
271
|
+
Se as default
|
269
272
|
};
|
package/dist/index250.js
CHANGED
@@ -1,108 +1,4 @@
|
|
1
|
-
import
|
2
|
-
import { hash as d } from "./index213.js";
|
3
|
-
import { isNil as l } from "./index255.js";
|
4
|
-
import E from "./index125.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 "./index308.js";
|
106
2
|
export {
|
107
|
-
|
3
|
+
f as default
|
108
4
|
};
|
package/dist/index251.js
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
import { isNil as c } from "./index258.js";
|
2
|
+
const a = (t, r) => {
|
3
|
+
if (!Object.prototype.hasOwnProperty.call(t, r))
|
4
|
+
throw new Error(
|
5
|
+
`Object ${JSON.stringify(t, null, 2)} has no property named "${r.toString()}"`
|
6
|
+
);
|
7
|
+
}, l = (t) => typeof t == "string" ? t.toLocaleLowerCase() : JSON.stringify(t).toLowerCase(), y = (t, r, s) => {
|
8
|
+
const i = s.toLocaleLowerCase();
|
9
|
+
for (let e = 0; e < r.length; e++) {
|
10
|
+
const n = r[e];
|
11
|
+
a(t, n);
|
12
|
+
const o = t[n];
|
13
|
+
if (c(o)) continue;
|
14
|
+
if (l(o).includes(i)) return !0;
|
15
|
+
}
|
16
|
+
return !1;
|
17
|
+
};
|
18
|
+
export {
|
19
|
+
y as matchAnyKey
|
20
|
+
};
|
package/dist/index252.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 "./index212.js";
|
3
|
+
import { isNil as l } from "./index258.js";
|
4
|
+
import E from "./index125.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
|
};
|