bitboss-ui 2.1.102 → 2.1.104
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/BaseColorInput/BaseColorInput.vue.d.ts +21 -47
- package/dist/components/BaseColorInput/ColorPalette.vue.d.ts +36 -0
- package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +1 -1
- package/dist/components/BbColorInput/BbColorInput.vue.d.ts +17 -0
- package/dist/components/BbColorPalette/BbColorPalette.vue.d.ts +207 -0
- package/dist/components/BbSelectPopover/BbSelectPopover.vue.d.ts +277 -0
- package/dist/components/FlatListBox.vue.d.ts +4 -1
- package/dist/components/GroupedListBox.vue.d.ts +4 -1
- package/dist/components/ListBox.vue.d.ts +5 -1
- package/dist/composables/useCoherence.d.ts +1 -0
- package/dist/composables/usePrefill.d.ts +13 -3
- package/dist/i18n/en.d.ts +5 -0
- package/dist/i18n/it.d.ts +5 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +79 -77
- package/dist/index109.js +132 -175
- package/dist/index11.js +1 -1
- package/dist/index110.js +185 -0
- package/dist/{index115.js → index116.js} +1 -1
- package/dist/index12.js +2 -2
- package/dist/{index121.js → index122.js} +10 -10
- package/dist/{index123.js → index124.js} +15 -17
- package/dist/index13.js +6 -6
- package/dist/{index131.js → index132.js} +1 -1
- package/dist/{index133.js → index134.js} +6 -6
- package/dist/{index135.js → index136.js} +1 -1
- package/dist/{index137.js → index138.js} +4 -4
- package/dist/index14.js +1 -1
- package/dist/index140.js +13 -11
- package/dist/index141.js +11 -2
- package/dist/index142.js +2 -419
- package/dist/index143.js +417 -7
- package/dist/index144.js +8 -8
- package/dist/index145.js +9 -25
- package/dist/index146.js +25 -2
- package/dist/index147.js +2 -5
- package/dist/index148.js +5 -6
- package/dist/index149.js +5 -4
- package/dist/index150.js +5 -3
- package/dist/index151.js +1 -1
- package/dist/index152.js +1 -1
- package/dist/index153.js +1 -1
- package/dist/index154.js +1 -1
- package/dist/index155.js +1 -1
- package/dist/index156.js +1 -1
- package/dist/index157.js +1 -1
- package/dist/index158.js +1 -1
- package/dist/index159.js +1 -1
- package/dist/index16.js +80 -94
- package/dist/index160.js +1 -1
- package/dist/index161.js +1 -1
- package/dist/index162.js +1 -1
- package/dist/index163.js +1 -1
- package/dist/index164.js +1 -1
- package/dist/index165.js +1 -1
- package/dist/index166.js +1 -1
- package/dist/index167.js +1 -1
- package/dist/index168.js +1 -1
- package/dist/index169.js +1 -1
- package/dist/index170.js +1 -1
- package/dist/index171.js +1 -1
- package/dist/index172.js +1 -1
- package/dist/index173.js +1 -1
- package/dist/index174.js +1 -1
- package/dist/index175.js +1 -1
- package/dist/index176.js +1 -1
- package/dist/index177.js +1 -1
- package/dist/index178.js +1 -1
- package/dist/index179.js +1 -1
- package/dist/index18.js +3 -3
- package/dist/index180.js +1 -1
- package/dist/index181.js +1 -1
- package/dist/index182.js +1 -1
- package/dist/index183.js +2 -3
- package/dist/index184.js +1 -1
- package/dist/index185.js +1 -1
- package/dist/index186.js +1 -1
- package/dist/index187.js +1 -1
- package/dist/index188.js +3 -2
- package/dist/index189.js +1 -1
- package/dist/index190.js +2 -3
- package/dist/index191.js +1 -1
- package/dist/index192.js +1 -1
- package/dist/index193.js +1 -1
- package/dist/index194.js +2 -2
- package/dist/index195.js +1 -1
- package/dist/index196.js +1 -1
- package/dist/index197.js +1 -1
- package/dist/index198.js +3 -2
- package/dist/index199.js +1 -1
- package/dist/index20.js +14 -14
- package/dist/index200.js +2 -3
- package/dist/index201.js +1 -1
- package/dist/index202.js +1 -1
- package/dist/index203.js +1 -1
- package/dist/index204.js +1 -1
- package/dist/index205.js +1 -1
- package/dist/index206.js +1 -1
- package/dist/index207.js +1 -1
- package/dist/index208.js +1 -1
- package/dist/index209.js +1 -1
- package/dist/index210.js +1 -1
- package/dist/index211.js +1 -1
- package/dist/index212.js +1 -1
- package/dist/index213.js +1 -1
- package/dist/index214.js +5 -0
- package/dist/index215.js +3 -7
- package/dist/index217.js +7 -2
- package/dist/index218.js +2 -2
- package/dist/index219.js +137 -4
- package/dist/index22.js +14 -14
- package/dist/index220.js +2 -8
- package/dist/index221.js +3 -33
- package/dist/index222.js +5 -28
- package/dist/index223.js +10 -0
- package/dist/index224.js +2 -2
- package/dist/index225.js +66 -12
- package/dist/index226.js +86 -2
- package/dist/index228.js +30 -3
- package/dist/index229.js +17 -5
- package/dist/index230.js +51 -5
- package/dist/index231.js +18 -5
- package/dist/index232.js +3 -5
- package/dist/index233.js +12 -3
- package/dist/index234.js +18 -2
- package/dist/index235.js +13 -6
- package/dist/index236.js +12 -7
- package/dist/index237.js +13 -268
- package/dist/index238.js +2 -52
- package/dist/index239.js +101 -47
- package/dist/index24.js +13 -13
- package/dist/index241.js +95 -55
- package/dist/index243.js +3 -5
- package/dist/index244.js +18 -5
- package/dist/index245.js +12 -5
- package/dist/index246.js +4 -2
- package/dist/index247.js +135 -3
- package/dist/index249.js +102 -130
- package/dist/index250.js +4 -0
- package/dist/index251.js +11 -4
- package/dist/index252.js +2 -4
- package/dist/index253.js +2 -201
- package/dist/index254.js +9 -0
- package/dist/index255.js +6 -187
- package/dist/index256.js +5 -3
- package/dist/index257.js +9 -3
- package/dist/index258.js +23 -2
- package/dist/index259.js +4 -86
- package/dist/index26.js +4 -4
- package/dist/index260.js +25 -0
- package/dist/index261.js +8 -29
- package/dist/index262.js +9 -17
- package/dist/index263.js +25 -51
- package/dist/index264.js +6 -15
- package/dist/index265.js +16 -12
- package/dist/index266.js +3 -16
- package/dist/index267.js +2 -25
- package/dist/index268.js +2 -106
- package/dist/index269.js +9 -0
- package/dist/index270.js +5 -100
- package/dist/index271.js +7 -0
- package/dist/index272.js +5 -67
- package/dist/index273.js +5 -18
- package/dist/index274.js +5 -12
- package/dist/index275.js +5 -104
- package/dist/index276.js +19 -12
- package/dist/index277.js +3 -10
- package/dist/index278.js +8 -12
- package/dist/index279.js +21 -5
- package/dist/index28.js +2 -2
- package/dist/index280.js +33 -6
- package/dist/index281.js +27 -15
- package/dist/index285.js +3 -4
- package/dist/index286.js +372 -8
- package/dist/index288.js +184 -19
- package/dist/index289.js +3 -7
- package/dist/index290.js +5 -2
- package/dist/index291.js +6 -7
- package/dist/index292.js +268 -7
- package/dist/index293.js +50 -7
- package/dist/index294.js +51 -20
- package/dist/index295.js +31 -52
- package/dist/index296.js +60 -9
- package/dist/index298.js +53 -3
- package/dist/index299.js +2 -7
- package/dist/index30.js +6 -6
- package/dist/index300.js +5 -2
- package/dist/index301.js +2 -4
- package/dist/index302.js +3 -5
- package/dist/index303.js +17 -5
- package/dist/index304.js +27 -279
- package/dist/index305.js +3 -2
- package/dist/index306.js +3 -16
- package/dist/index307.js +4 -2
- package/dist/index308.js +7 -16
- package/dist/index310.js +3 -27
- package/dist/index311.js +3 -2
- package/dist/index312.js +1 -1
- package/dist/index313.js +5 -2
- package/dist/index314.js +719 -2
- package/dist/index315.js +366 -2
- package/dist/index316.js +52 -23
- package/dist/index317.js +280 -2
- package/dist/index318.js +2 -3
- package/dist/index319.js +125 -3
- package/dist/index32.js +2 -2
- package/dist/index320.js +2 -125
- package/dist/index321.js +15 -2
- package/dist/index322.js +2 -15
- package/dist/index323.js +16 -2
- package/dist/index324.js +2 -19
- package/dist/index325.js +16 -2
- package/dist/index326.js +2 -3
- package/dist/index327.js +18 -16
- package/dist/index328.js +2 -2
- package/dist/index329.js +1 -1
- package/dist/index330.js +27 -3
- package/dist/index331.js +2 -719
- package/dist/index332.js +2 -366
- package/dist/index333.js +2 -57
- package/dist/index334.js +1 -1
- package/dist/index335.js +2 -4
- package/dist/index336.js +2 -6
- package/dist/index337.js +227 -6
- package/dist/index338.js +5 -18
- package/dist/index339.js +67 -9
- package/dist/index34.js +12 -12
- package/dist/index340.js +66 -14
- package/dist/index341.js +4 -5
- package/dist/index342.js +34 -7
- package/dist/index343.js +6 -6
- package/dist/index344.js +128 -7
- package/dist/index345.js +397 -6
- package/dist/index346.js +199 -34
- package/dist/index347.js +258 -5
- package/dist/index348.js +85 -121
- package/dist/index349.js +114 -378
- package/dist/index350.js +2 -228
- package/dist/index351.js +2 -62
- package/dist/index352.js +5 -62
- package/dist/index353.js +6 -92
- package/dist/index354.js +7 -191
- package/dist/index355.js +17 -256
- package/dist/index356.js +9 -22
- package/dist/index357.js +17 -0
- package/dist/index358.js +21 -133
- package/dist/index36.js +5 -5
- package/dist/index360.js +441 -2
- package/dist/index361.js +114 -427
- package/dist/index362.js +46 -127
- package/dist/index363.js +67 -44
- package/dist/index364.js +516 -66
- package/dist/index365.js +45 -515
- package/dist/index38.js +245 -245
- package/dist/index40.js +8 -8
- package/dist/index42.js +2 -2
- package/dist/index44.js +27 -29
- package/dist/index46.js +9 -9
- package/dist/index48.js +4 -4
- package/dist/index50.js +4 -4
- package/dist/index54.js +2 -2
- package/dist/index56.js +2 -2
- package/dist/index58.js +2 -2
- package/dist/index60.js +4 -4
- package/dist/index62.js +6 -6
- package/dist/index68.js +1 -1
- package/dist/index7.js +2 -2
- package/dist/index72.js +16 -10
- package/dist/index74.js +119 -79
- package/dist/index75.js +85 -0
- package/dist/index77.js +17 -123
- package/dist/index78.js +127 -0
- package/dist/{index81.js → index82.js} +10 -10
- package/dist/{index83.js → index84.js} +4 -4
- package/dist/{index85.js → index86.js} +3 -3
- package/dist/{index87.js → index88.js} +3 -3
- package/dist/index9.js +1 -1
- package/dist/index90.js +37 -125
- package/dist/index91.js +134 -0
- package/dist/{index92.js → index93.js} +4 -4
- package/dist/{index94.js → index95.js} +3 -3
- package/dist/{index96.js → index97.js} +6 -6
- package/dist/{index98.js → index99.js} +2 -2
- package/package.json +2 -2
- package/dist/components/BaseColorInput/ColorPallette.vue.d.ts +0 -13
- package/dist/index108.js +0 -144
- package/dist/index139.js +0 -15
- package/dist/index216.js +0 -140
- package/dist/index227.js +0 -4
- package/dist/index240.js +0 -34
- package/dist/index242.js +0 -5
- package/dist/index248.js +0 -22
- package/dist/index287.js +0 -25
- package/dist/index309.js +0 -4
- package/dist/index359.js +0 -4
- package/dist/index366.js +0 -52
- package/dist/index76.js +0 -21
- package/dist/index89.js +0 -46
- /package/dist/{index100.js → index101.js} +0 -0
- /package/dist/{index102.js → index103.js} +0 -0
- /package/dist/{index104.js → index105.js} +0 -0
- /package/dist/{index106.js → index107.js} +0 -0
- /package/dist/{index111.js → index112.js} +0 -0
- /package/dist/{index113.js → index114.js} +0 -0
- /package/dist/{index117.js → index118.js} +0 -0
- /package/dist/{index119.js → index120.js} +0 -0
- /package/dist/{index125.js → index126.js} +0 -0
- /package/dist/{index127.js → index128.js} +0 -0
- /package/dist/{index129.js → index130.js} +0 -0
- /package/dist/{index282.js → index297.js} +0 -0
- /package/dist/{index79.js → index80.js} +0 -0
package/dist/index268.js
CHANGED
|
@@ -1,108 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import { hash as d } from "./index233.js";
|
|
3
|
-
import { isNil as l } from "./index258.js";
|
|
4
|
-
import E from "./index68.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: P({
|
|
92
|
-
"bb-chipsbox-item": !0,
|
|
93
|
-
"bb-chipsbox-item--focused": B === n.value
|
|
94
|
-
}),
|
|
95
|
-
clearable: !0,
|
|
96
|
-
text: o.text,
|
|
97
|
-
"onClick:clear": O((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
|
+
const e = (t) => t;
|
|
106
2
|
export {
|
|
107
|
-
|
|
3
|
+
e as identity
|
|
108
4
|
};
|
package/dist/index269.js
ADDED
package/dist/index270.js
CHANGED
|
@@ -1,102 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
const
|
|
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 (i(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) => (v(!0), d(S, null, A(e.options, (o, p) => (v(), d("span", {
|
|
88
|
-
key: o.valueHash,
|
|
89
|
-
class: P({
|
|
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": O((D) => a("option:unselected", o), ["stop"])
|
|
97
|
-
}, V(o.text), 43, z))), 128));
|
|
98
|
-
}
|
|
99
|
-
});
|
|
1
|
+
import { getDefaultExportFromCjs as r } from "./index338.js";
|
|
2
|
+
import { __require as o } from "./index317.js";
|
|
3
|
+
var t = o();
|
|
4
|
+
const s = /* @__PURE__ */ r(t);
|
|
100
5
|
export {
|
|
101
|
-
|
|
6
|
+
s as default
|
|
102
7
|
};
|
package/dist/index271.js
ADDED
package/dist/index272.js
CHANGED
|
@@ -1,69 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
/*
|
|
5
|
-
import C from "./index87.js";
|
|
6
|
-
/* empty css */
|
|
7
|
-
const w = { class: "bb-toast-message__icon-container" }, v = { class: "bb-toast-message__content" }, y = {
|
|
8
|
-
key: 1,
|
|
9
|
-
class: "bb-toast-message__title"
|
|
10
|
-
}, B = { class: "bb-toast-message__text" }, z = /* @__PURE__ */ d({
|
|
11
|
-
__name: "BbToastMessage",
|
|
12
|
-
props: {
|
|
13
|
-
title: {},
|
|
14
|
-
text: {},
|
|
15
|
-
icon: {},
|
|
16
|
-
theme: { default: "default" },
|
|
17
|
-
id: {},
|
|
18
|
-
showClose: { type: Boolean }
|
|
19
|
-
},
|
|
20
|
-
emits: ["click:close"],
|
|
21
|
-
setup(r, { emit: c }) {
|
|
22
|
-
const m = r, p = c, { t: _ } = k(), b = () => {
|
|
23
|
-
p("click:close", m.id);
|
|
24
|
-
};
|
|
25
|
-
return (e, a) => (o(), l("div", {
|
|
26
|
-
"aria-atomic": "true",
|
|
27
|
-
"aria-live": "polite",
|
|
28
|
-
"aria-role": "alert",
|
|
29
|
-
class: u(["bb-toast-message", { [`bb-toast-message--${e.theme}`]: e.theme }])
|
|
30
|
-
}, [
|
|
31
|
-
t("div", w, [
|
|
32
|
-
e.icon ? (o(), i(C, {
|
|
33
|
-
key: 0,
|
|
34
|
-
class: "bb-toast-message__icon",
|
|
35
|
-
type: e.icon
|
|
36
|
-
}, null, 8, ["type"])) : s("", !0)
|
|
37
|
-
]),
|
|
38
|
-
t("div", v, [
|
|
39
|
-
e.showClose ? (o(), i(h, {
|
|
40
|
-
key: 0,
|
|
41
|
-
"aria-label": f(_)("common.closeLabel").value,
|
|
42
|
-
class: "bb-toast-message__close",
|
|
43
|
-
onClick: b
|
|
44
|
-
}, {
|
|
45
|
-
default: g(() => a[0] || (a[0] = [
|
|
46
|
-
t("svg", {
|
|
47
|
-
fill: "none",
|
|
48
|
-
viewBox: "0 0 24 24",
|
|
49
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
50
|
-
}, [
|
|
51
|
-
t("path", {
|
|
52
|
-
d: "M23 23L1 1M23 1L1 23",
|
|
53
|
-
stroke: "currentColor",
|
|
54
|
-
"stroke-linecap": "round",
|
|
55
|
-
"stroke-width": "2"
|
|
56
|
-
})
|
|
57
|
-
], -1)
|
|
58
|
-
])),
|
|
59
|
-
_: 1
|
|
60
|
-
}, 8, ["aria-label"])) : s("", !0),
|
|
61
|
-
e.title ? (o(), l("p", y, n(e.title), 1)) : s("", !0),
|
|
62
|
-
t("p", B, n(e.text), 1)
|
|
63
|
-
])
|
|
64
|
-
], 2));
|
|
65
|
-
}
|
|
66
|
-
});
|
|
1
|
+
import { getDefaultExportFromCjs as r } from "./index338.js";
|
|
2
|
+
import { __require as e } from "./index321.js";
|
|
3
|
+
var o = e();
|
|
4
|
+
const m = /* @__PURE__ */ r(o);
|
|
67
5
|
export {
|
|
68
|
-
|
|
6
|
+
m as default
|
|
69
7
|
};
|
package/dist/index273.js
CHANGED
|
@@ -1,20 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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 { getDefaultExportFromCjs as r } from "./index338.js";
|
|
2
|
+
import { __require as e } from "./index323.js";
|
|
3
|
+
var t = e();
|
|
4
|
+
const m = /* @__PURE__ */ r(t);
|
|
18
5
|
export {
|
|
19
|
-
|
|
6
|
+
m as default
|
|
20
7
|
};
|
package/dist/index274.js
CHANGED
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
e.value = r;
|
|
6
|
-
}, add: (...r) => {
|
|
7
|
-
e.value.push(...r);
|
|
8
|
-
}, remove: (r) => {
|
|
9
|
-
e.value = e.value.filter(r);
|
|
10
|
-
} };
|
|
11
|
-
};
|
|
1
|
+
import { getDefaultExportFromCjs as r } from "./index338.js";
|
|
2
|
+
import { __require as e } from "./index325.js";
|
|
3
|
+
var o = e();
|
|
4
|
+
const m = /* @__PURE__ */ r(o);
|
|
12
5
|
export {
|
|
13
|
-
|
|
6
|
+
m as default
|
|
14
7
|
};
|
package/dist/index275.js
CHANGED
|
@@ -1,106 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
const
|
|
5
|
-
__name: "ListBox",
|
|
6
|
-
props: {
|
|
7
|
-
compact: { type: Boolean },
|
|
8
|
-
options: {},
|
|
9
|
-
groups: {},
|
|
10
|
-
headerHeight: {},
|
|
11
|
-
open: { type: Boolean },
|
|
12
|
-
loading: { type: Boolean },
|
|
13
|
-
multiple: { type: Boolean },
|
|
14
|
-
transitionDuration: {},
|
|
15
|
-
loadingText: {},
|
|
16
|
-
noDataText: {},
|
|
17
|
-
optionHeight: {}
|
|
18
|
-
},
|
|
19
|
-
emits: ["option:selected", "option:unselected"],
|
|
20
|
-
setup(h, { expose: r }) {
|
|
21
|
-
const t = g();
|
|
22
|
-
return r({
|
|
23
|
-
focusNext: () => t.value?.focusNext(),
|
|
24
|
-
focusPrevious: () => t.value?.focusPrevious(),
|
|
25
|
-
focusFirst: () => t.value?.focusFirst(),
|
|
26
|
-
focusFirstSelected: () => t.value?.focusFirstSelected(),
|
|
27
|
-
focusLast: () => t.value?.focusLast(),
|
|
28
|
-
focusLastSelected: () => t.value?.focusLastSelected(),
|
|
29
|
-
blur: () => t.value?.blur(),
|
|
30
|
-
confirmOption: () => t.value?.confirmOption(),
|
|
31
|
-
focusByHash: (o) => t.value?.focusByHash(o),
|
|
32
|
-
getHighlighted: () => t.value?.getHighlighted()
|
|
33
|
-
}), (o, p) => o.groups ? (d(), l(f, {
|
|
34
|
-
key: 0,
|
|
35
|
-
ref_key: "child",
|
|
36
|
-
ref: t,
|
|
37
|
-
compact: o.compact,
|
|
38
|
-
groups: o.groups,
|
|
39
|
-
"header-height": o.headerHeight,
|
|
40
|
-
loading: o.loading,
|
|
41
|
-
"loading-text": o.loadingText,
|
|
42
|
-
multiple: o.multiple,
|
|
43
|
-
"no-data-text": o.noDataText,
|
|
44
|
-
open: o.open,
|
|
45
|
-
"option-height": o.optionHeight,
|
|
46
|
-
"transition-duration": o.transitionDuration,
|
|
47
|
-
"onOption:selected": p[0] || (p[0] = (e) => o.$emit("option:selected", e)),
|
|
48
|
-
"onOption:unselected": p[1] || (p[1] = (e) => o.$emit("option:unselected", e))
|
|
49
|
-
}, {
|
|
50
|
-
"options:prepend": n(() => [
|
|
51
|
-
i(o.$slots, "options:prepend")
|
|
52
|
-
]),
|
|
53
|
-
loading: n(() => [
|
|
54
|
-
i(o.$slots, "loading")
|
|
55
|
-
]),
|
|
56
|
-
"no-data": n(() => [
|
|
57
|
-
i(o.$slots, "no-data")
|
|
58
|
-
]),
|
|
59
|
-
"options:append": n(() => [
|
|
60
|
-
i(o.$slots, "options:append")
|
|
61
|
-
]),
|
|
62
|
-
option: n((e) => [
|
|
63
|
-
i(o.$slots, "option", s(a(e)))
|
|
64
|
-
]),
|
|
65
|
-
group: n((e) => [
|
|
66
|
-
i(o.$slots, "group", s(a(e)))
|
|
67
|
-
]),
|
|
68
|
-
_: 3
|
|
69
|
-
}, 8, ["compact", "groups", "header-height", "loading", "loading-text", "multiple", "no-data-text", "open", "option-height", "transition-duration"])) : (d(), l(m, {
|
|
70
|
-
key: 1,
|
|
71
|
-
ref_key: "child",
|
|
72
|
-
ref: t,
|
|
73
|
-
compact: o.compact,
|
|
74
|
-
loading: o.loading,
|
|
75
|
-
"loading-text": o.loadingText,
|
|
76
|
-
multiple: o.multiple,
|
|
77
|
-
"no-data-text": o.noDataText,
|
|
78
|
-
open: o.open,
|
|
79
|
-
options: o.options ?? [],
|
|
80
|
-
"option-height": o.optionHeight,
|
|
81
|
-
"transition-duration": o.transitionDuration,
|
|
82
|
-
"onOption:selected": p[2] || (p[2] = (e) => o.$emit("option:selected", e)),
|
|
83
|
-
"onOption:unselected": p[3] || (p[3] = (e) => o.$emit("option:unselected", e))
|
|
84
|
-
}, {
|
|
85
|
-
"options:prepend": n(() => [
|
|
86
|
-
i(o.$slots, "options:prepend")
|
|
87
|
-
]),
|
|
88
|
-
loading: n(() => [
|
|
89
|
-
i(o.$slots, "loading")
|
|
90
|
-
]),
|
|
91
|
-
"no-data": n(() => [
|
|
92
|
-
i(o.$slots, "no-data")
|
|
93
|
-
]),
|
|
94
|
-
"options:append": n(() => [
|
|
95
|
-
i(o.$slots, "options:append")
|
|
96
|
-
]),
|
|
97
|
-
option: n((e) => [
|
|
98
|
-
i(o.$slots, "option", s(a(e)))
|
|
99
|
-
]),
|
|
100
|
-
_: 3
|
|
101
|
-
}, 8, ["compact", "loading", "loading-text", "multiple", "no-data-text", "open", "options", "option-height", "transition-duration"]));
|
|
102
|
-
}
|
|
103
|
-
});
|
|
1
|
+
import { getDefaultExportFromCjs as r } from "./index338.js";
|
|
2
|
+
import { __require as t } from "./index327.js";
|
|
3
|
+
var o = t();
|
|
4
|
+
const a = /* @__PURE__ */ r(o);
|
|
104
5
|
export {
|
|
105
|
-
|
|
6
|
+
a as default
|
|
106
7
|
};
|
package/dist/index276.js
CHANGED
|
@@ -1,15 +1,22 @@
|
|
|
1
|
-
import {
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { MaskInput as r } from "./index288.js";
|
|
2
|
+
const u = /* @__PURE__ */ new WeakMap(), p = (a, n) => {
|
|
3
|
+
if (a.arg == null || a.instance == null) return;
|
|
4
|
+
const s = "setup" in a.instance.$.type;
|
|
5
|
+
a.arg in a.instance ? a.instance[a.arg] = n : s && console.warn("Maska: please expose `%s` using defineExpose", a.arg);
|
|
6
|
+
}, k = (a, n) => {
|
|
7
|
+
var s;
|
|
8
|
+
const t = a instanceof HTMLInputElement ? a : a.querySelector("input");
|
|
9
|
+
if (t == null || t?.type === "file") return;
|
|
10
|
+
let e = {};
|
|
11
|
+
if (n.value != null && (e = typeof n.value == "string" ? { mask: n.value } : { ...n.value }), n.arg != null) {
|
|
12
|
+
const l = (o) => {
|
|
13
|
+
const i = n.modifiers.unmasked ? o.unmasked : n.modifiers.completed ? o.completed : o.masked;
|
|
14
|
+
p(n, i);
|
|
15
|
+
};
|
|
16
|
+
e.onMaska = e.onMaska == null ? l : Array.isArray(e.onMaska) ? [...e.onMaska, l] : [e.onMaska, l];
|
|
17
|
+
}
|
|
18
|
+
u.has(t) ? (s = u.get(t)) == null || s.update(e) : u.set(t, new r(t, e));
|
|
12
19
|
};
|
|
13
20
|
export {
|
|
14
|
-
|
|
21
|
+
k as vMaska
|
|
15
22
|
};
|
package/dist/index277.js
CHANGED
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
function
|
|
2
|
-
|
|
3
|
-
let t = n;
|
|
4
|
-
for (const o of i)
|
|
5
|
-
if (t && typeof t == "object" && o in t)
|
|
6
|
-
t = t[o];
|
|
7
|
-
else
|
|
8
|
-
return e;
|
|
9
|
-
return t === void 0 ? e : t;
|
|
1
|
+
function e(t) {
|
|
2
|
+
return /^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{8})$/.test(t);
|
|
10
3
|
}
|
|
11
4
|
export {
|
|
12
|
-
|
|
5
|
+
e as isHex
|
|
13
6
|
};
|
package/dist/index278.js
CHANGED
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
if (
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
} else if (t in r)
|
|
8
|
-
return r[t] + "px";
|
|
9
|
-
throw new Error(`Invalid size: ${t}`);
|
|
1
|
+
import { get as o } from "./index251.js";
|
|
2
|
+
const e = () => ({
|
|
3
|
+
getItemValue(n, f) {
|
|
4
|
+
if (typeof f > "u") return n;
|
|
5
|
+
if (typeof f == "function") return f(n);
|
|
6
|
+
if (typeof f == "string") return o(n, f);
|
|
10
7
|
}
|
|
11
|
-
|
|
12
|
-
};
|
|
8
|
+
});
|
|
13
9
|
export {
|
|
14
|
-
|
|
10
|
+
e as useItemValue
|
|
15
11
|
};
|
package/dist/index279.js
CHANGED
|
@@ -1,7 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
function i(e, o) {
|
|
2
|
+
const l = {}, u = e.length;
|
|
3
|
+
for (let n = 0; n < u; n++) {
|
|
4
|
+
const s = e[n];
|
|
5
|
+
let f;
|
|
6
|
+
if (typeof o == "function")
|
|
7
|
+
f = o(s, n, e);
|
|
8
|
+
else {
|
|
9
|
+
const t = s[o];
|
|
10
|
+
if (typeof t == "string" || typeof t == "number" || typeof t == "symbol")
|
|
11
|
+
f = t;
|
|
12
|
+
else
|
|
13
|
+
throw new Error(
|
|
14
|
+
`Property "${String(o)}" must be of type string, number, or symbol`
|
|
15
|
+
);
|
|
16
|
+
}
|
|
17
|
+
l[f] = s;
|
|
18
|
+
}
|
|
19
|
+
return l;
|
|
20
|
+
}
|
|
5
21
|
export {
|
|
6
|
-
|
|
22
|
+
i as indexBy
|
|
7
23
|
};
|
package/dist/index28.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as S, computed as r, ref as V, watchPostEffect as N, nextTick as D, createElementBlock as u, openBlock as i, normalizeClass as I, createBlock as B, createVNode as E, createElementVNode as d, resolveDynamicComponent as P, normalizeProps as o, guardReactiveProps as s, withCtx as b, renderSlot as C, createTextVNode as q, toDisplayString as h, unref as f, Transition as F, createCommentVNode as G, TransitionGroup as M, Fragment as R, renderList as j } from "vue";
|
|
2
|
-
import { deburr as x } from "./
|
|
3
|
-
import { getAsPercentage as k } from "./
|
|
2
|
+
import { deburr as x } from "./index221.js";
|
|
3
|
+
import { getAsPercentage as k } from "./index141.js";
|
|
4
4
|
import { useId as J } from "./index8.js";
|
|
5
5
|
const K = ["id"], O = { class: "bb-base-input-container__hint" }, Y = /* @__PURE__ */ S({
|
|
6
6
|
__name: "BaseInputContainer",
|
package/dist/index280.js
CHANGED
|
@@ -1,8 +1,35 @@
|
|
|
1
|
-
import e from "
|
|
2
|
-
|
|
3
|
-
import
|
|
4
|
-
const
|
|
1
|
+
import { createElementBlock as e, openBlock as t, createElementVNode as o } from "vue";
|
|
2
|
+
/* empty css */
|
|
3
|
+
import n from "./index217.js";
|
|
4
|
+
const l = {}, s = {
|
|
5
|
+
class: "bb-error-icon",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 20 20",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function i(c, r) {
|
|
11
|
+
return t(), e("svg", s, r[0] || (r[0] = [
|
|
12
|
+
o("path", {
|
|
13
|
+
d: "M9.99422 18.3333C14.5966 18.3333 18.3276 14.6024 18.3276 9.99999C18.3276 5.39762 14.5966 1.66666 9.99422 1.66666C5.39185 1.66666 1.66089 5.39762 1.66089 9.99999C1.66089 14.6024 5.39185 18.3333 9.99422 18.3333Z",
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
}, null, -1),
|
|
16
|
+
o("path", {
|
|
17
|
+
d: "M9.99414 6.66666V9.99999",
|
|
18
|
+
stroke: "white",
|
|
19
|
+
"stroke-linecap": "round",
|
|
20
|
+
"stroke-linejoin": "round",
|
|
21
|
+
"stroke-width": "2"
|
|
22
|
+
}, null, -1),
|
|
23
|
+
o("path", {
|
|
24
|
+
d: "M9.99414 13.3333H10.0025",
|
|
25
|
+
stroke: "white",
|
|
26
|
+
"stroke-linecap": "round",
|
|
27
|
+
"stroke-linejoin": "round",
|
|
28
|
+
"stroke-width": "2"
|
|
29
|
+
}, null, -1)
|
|
30
|
+
]));
|
|
31
|
+
}
|
|
32
|
+
const a = /* @__PURE__ */ n(l, [["render", i]]);
|
|
5
33
|
export {
|
|
6
|
-
|
|
7
|
-
f as default
|
|
34
|
+
a as default
|
|
8
35
|
};
|