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/index355.js
CHANGED
|
@@ -1,260 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}, He = {
|
|
12
|
-
key: 0,
|
|
13
|
-
class: "bb-listbox__loading"
|
|
14
|
-
}, _e = {
|
|
15
|
-
key: 1,
|
|
16
|
-
class: "bb-listbox__no-data"
|
|
17
|
-
}, ye = ["aria-activedescendant", "aria-multiselectable"], Ie = ["aria-labelledby", "aria-disabled"], $e = ["id"], ke = { class: "bb-listbox__group-header-label" }, Be = ["aria-selected", "aria-setsize", "aria-posinset", "id", "data-index"], Me = { class: "autocomplete-option__label" }, Ee = /* @__PURE__ */ pe({
|
|
18
|
-
__name: "GroupedListBox",
|
|
19
|
-
props: {
|
|
20
|
-
compact: { type: Boolean },
|
|
21
|
-
groups: {},
|
|
22
|
-
headerHeight: {},
|
|
23
|
-
loading: { type: Boolean },
|
|
24
|
-
loadingText: {},
|
|
25
|
-
multiple: { type: Boolean },
|
|
26
|
-
noDataText: {},
|
|
27
|
-
open: { type: Boolean },
|
|
28
|
-
optionHeight: {},
|
|
29
|
-
transitionDuration: { default: 250 }
|
|
30
|
-
},
|
|
31
|
-
emits: ["option:selected", "option:unselected"],
|
|
32
|
-
setup(K, { expose: Q, emit: U }) {
|
|
33
|
-
const s = K, V = U, { t: F } = me(), b = q("inner"), W = q("listbox"), H = i(() => s.optionHeight ? s.optionHeight : s.compact ? 32 : 40), _ = i(() => s.headerHeight ? s.headerHeight : s.compact ? 24 : 32), X = i(() => {
|
|
34
|
-
let e = 0;
|
|
35
|
-
return s.groups.map((a, t) => {
|
|
36
|
-
const l = a.id, p = e, d = a.options.length, k = _.value + d * H.value, B = `group-header-${a.id}`, M = typeof a.data == "string" ? a.data : JSON.stringify(a.data), S = a.options.every((z) => z.disabled), D = a.data, T = a.options;
|
|
37
|
-
return e += d, {
|
|
38
|
-
offset: p,
|
|
39
|
-
length: d,
|
|
40
|
-
height: k,
|
|
41
|
-
id: l,
|
|
42
|
-
headerId: B,
|
|
43
|
-
label: M,
|
|
44
|
-
index: t,
|
|
45
|
-
allOptionsAreDisabled: S,
|
|
46
|
-
data: D,
|
|
47
|
-
options: T
|
|
48
|
-
};
|
|
49
|
-
});
|
|
50
|
-
}), n = i(
|
|
51
|
-
() => E(X.value, "index")
|
|
52
|
-
), m = i(() => s.groups.flatMap(
|
|
53
|
-
(e, a) => e.options.map((t, l) => {
|
|
54
|
-
const p = t.valueHash, d = n.value[a].offset + l, k = e.id, B = !!t.selected, M = !!t.disabled, S = t.item, D = t.text, T = t.value, z = d === u.value;
|
|
55
|
-
return {
|
|
56
|
-
id: p,
|
|
57
|
-
globalIndex: d,
|
|
58
|
-
groupIndex: a,
|
|
59
|
-
groupId: k,
|
|
60
|
-
indexInGroup: l,
|
|
61
|
-
selected: B,
|
|
62
|
-
disabled: M,
|
|
63
|
-
item: S,
|
|
64
|
-
text: D,
|
|
65
|
-
value: T,
|
|
66
|
-
valueHash: t.valueHash,
|
|
67
|
-
focused: z
|
|
68
|
-
};
|
|
69
|
-
})
|
|
70
|
-
)), o = i(() => E(m.value, "id")), y = i(
|
|
71
|
-
() => E(m.value, "globalIndex")
|
|
72
|
-
), N = (e) => `listbox-option-${e}`, Z = i(() => {
|
|
73
|
-
if (f(u.value)) return;
|
|
74
|
-
const e = y.value[u.value];
|
|
75
|
-
if (e)
|
|
76
|
-
return N(e.valueHash);
|
|
77
|
-
}), I = i(() => m.value.length > 0), w = (e) => _.value + s.groups[e].options.length * H.value, $ = he({
|
|
78
|
-
get count() {
|
|
79
|
-
return s.groups.length;
|
|
80
|
-
},
|
|
81
|
-
getScrollElement: () => b.value ?? null,
|
|
82
|
-
estimateSize: (e) => w(e),
|
|
83
|
-
overscan: 2
|
|
84
|
-
}), ee = i(() => $.value.getVirtualItems()), te = i(() => $.value.getTotalSize()), {
|
|
85
|
-
focusedIndex: u,
|
|
86
|
-
focusNext: ae,
|
|
87
|
-
focusPrevious: le,
|
|
88
|
-
focusFirst: se,
|
|
89
|
-
focusLast: oe,
|
|
90
|
-
focusFirstSelected: ne,
|
|
91
|
-
focusLastSelected: ie,
|
|
92
|
-
focusByHash: ue,
|
|
93
|
-
blur: A,
|
|
94
|
-
getHighlighted: de
|
|
95
|
-
} = xe(
|
|
96
|
-
i(() => m.value),
|
|
97
|
-
{ disabled: () => !s.open }
|
|
98
|
-
), re = () => {
|
|
99
|
-
if (!b.value || f(u.value)) return;
|
|
100
|
-
const e = b.value.querySelector(
|
|
101
|
-
`[data-index="${u.value}"]`
|
|
102
|
-
);
|
|
103
|
-
e && e.scrollIntoView({ block: "nearest", behavior: "smooth" });
|
|
104
|
-
};
|
|
105
|
-
L(u, () => {
|
|
106
|
-
re();
|
|
107
|
-
});
|
|
108
|
-
const C = () => {
|
|
109
|
-
if (f(u.value) || !s.open) return;
|
|
110
|
-
const e = y.value[u.value];
|
|
111
|
-
if (!e || e.disabled) return;
|
|
112
|
-
const a = {
|
|
113
|
-
text: e.text,
|
|
114
|
-
value: e.value,
|
|
115
|
-
item: e.item,
|
|
116
|
-
valueHash: e.valueHash,
|
|
117
|
-
selected: e.selected,
|
|
118
|
-
disabled: e.disabled
|
|
119
|
-
};
|
|
120
|
-
e.selected ? V("option:unselected", a) : V("option:selected", a);
|
|
121
|
-
}, R = ve(0), j = () => {
|
|
122
|
-
b.value && (R.value = b.value.scrollHeight);
|
|
123
|
-
}, ce = (e) => {
|
|
124
|
-
if (e.preventDefault(), b.value && e.target instanceof HTMLElement && W.value) {
|
|
125
|
-
let a = e.target, t = a.dataset.index;
|
|
126
|
-
for (; f(t) && a.parentElement; )
|
|
127
|
-
a = a.parentElement, t = a.dataset.index;
|
|
128
|
-
if (t) {
|
|
129
|
-
const l = y.value[+t];
|
|
130
|
-
l && !l.disabled && (u.value = +t, C());
|
|
1
|
+
function l(t, ...e) {
|
|
2
|
+
if (t.length) {
|
|
3
|
+
const o = t[0];
|
|
4
|
+
if (typeof o == "string") return [...t].sort(r);
|
|
5
|
+
if (typeof o == "number") return [...t].sort(r);
|
|
6
|
+
if (e && e.length)
|
|
7
|
+
return [...t].sort((f, u) => {
|
|
8
|
+
for (let n = 0; n < e.length; n++) {
|
|
9
|
+
const i = e[n], s = r(f[i], u[i]);
|
|
10
|
+
if (s) return s;
|
|
131
11
|
}
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
() => s.groups,
|
|
136
|
-
(e, a) => {
|
|
137
|
-
const t = e.flatMap((p) => p.options.map((d) => d.valueHash)).join(","), l = a.flatMap((p) => p.options.map((d) => d.valueHash)).join(",");
|
|
138
|
-
t !== l && ($.value.measure(), j(), A());
|
|
139
|
-
},
|
|
140
|
-
{ flush: "post" }
|
|
141
|
-
), Q({
|
|
142
|
-
focusNext: ae,
|
|
143
|
-
focusPrevious: le,
|
|
144
|
-
focusFirst: se,
|
|
145
|
-
focusFirstSelected: ne,
|
|
146
|
-
focusLast: oe,
|
|
147
|
-
focusLastSelected: ie,
|
|
148
|
-
blur: A,
|
|
149
|
-
confirmOption: C,
|
|
150
|
-
focusByHash: ue,
|
|
151
|
-
getHighlighted: de
|
|
152
|
-
}), (e, a) => (c(), r("span", {
|
|
153
|
-
class: G(["bb-listbox bb-listbox--grouped", {
|
|
154
|
-
"bb-listbox--compact": e.compact,
|
|
155
|
-
"bb-listbox--loading": e.loading,
|
|
156
|
-
"bb-listbox--multiple": e.multiple,
|
|
157
|
-
"bb-listbox--no-data": !I.value,
|
|
158
|
-
"bb-listbox--open": e.open
|
|
159
|
-
}]),
|
|
160
|
-
style: O({
|
|
161
|
-
"--transition-duration": `${e.transitionDuration}ms`,
|
|
162
|
-
"--overlay-min-height": `${R.value}px`,
|
|
163
|
-
"--option-height": `${H.value}px`,
|
|
164
|
-
"--group-header-height": `${_.value}px`
|
|
165
|
-
}),
|
|
166
|
-
onClick: be(ce, ["stop"])
|
|
167
|
-
}, [
|
|
168
|
-
v("span", ge, [
|
|
169
|
-
v("span", fe, [
|
|
170
|
-
h(e.$slots, "options:prepend"),
|
|
171
|
-
e.loading && !I.value ? (c(), r("span", He, [
|
|
172
|
-
h(e.$slots, "loading", {}, () => [
|
|
173
|
-
J(x(e.loadingText || g(F)("common.loadingText").value), 1)
|
|
174
|
-
])
|
|
175
|
-
])) : I.value ? (c(), r("span", {
|
|
176
|
-
key: 2,
|
|
177
|
-
role: "listbox",
|
|
178
|
-
ref: "listbox",
|
|
179
|
-
style: O({ height: `${te.value}px` }),
|
|
180
|
-
"aria-activedescendant": Z.value,
|
|
181
|
-
"aria-multiselectable": e.multiple ? !0 : void 0,
|
|
182
|
-
tabindex: "-1"
|
|
183
|
-
}, [
|
|
184
|
-
(c(!0), r(P, null, Y(ee.value, (t) => (c(), r("span", {
|
|
185
|
-
key: n.value[t.index].id,
|
|
186
|
-
style: O({ transform: `translateY(${t.start}px)` }),
|
|
187
|
-
role: "group",
|
|
188
|
-
"aria-labelledby": n.value[t.index].headerId,
|
|
189
|
-
"aria-disabled": n.value[t.index].allOptionsAreDisabled,
|
|
190
|
-
class: "bb-listbox__group"
|
|
191
|
-
}, [
|
|
192
|
-
v("span", {
|
|
193
|
-
class: "bb-listbox__group-header",
|
|
194
|
-
role: "presentation",
|
|
195
|
-
id: n.value[t.index].headerId
|
|
196
|
-
}, [
|
|
197
|
-
h(e.$slots, "group", {
|
|
198
|
-
text: n.value[t.index].label,
|
|
199
|
-
item: n.value[t.index].data,
|
|
200
|
-
index: t.index,
|
|
201
|
-
length: n.value[t.index].length,
|
|
202
|
-
disabled: n.value[t.index].allOptionsAreDisabled
|
|
203
|
-
}, () => [
|
|
204
|
-
v("span", ke, x(n.value[t.index].label), 1)
|
|
205
|
-
])
|
|
206
|
-
], 8, $e),
|
|
207
|
-
(c(!0), r(P, null, Y(n.value[t.index].options, (l) => (c(), r("span", {
|
|
208
|
-
key: l.valueHash,
|
|
209
|
-
"aria-selected": o.value[l.valueHash].selected ? !0 : void 0,
|
|
210
|
-
"aria-setsize": n.value[t.index].length,
|
|
211
|
-
"aria-posinset": o.value[l.valueHash].indexInGroup + 1,
|
|
212
|
-
id: N(l.valueHash),
|
|
213
|
-
class: G({
|
|
214
|
-
"bb-listbox__option autocomplete-option": !0,
|
|
215
|
-
"autocomplete-option--focused": g(u) === o.value[l.valueHash].globalIndex,
|
|
216
|
-
"autocomplete-option--selected": o.value[l.valueHash].selected,
|
|
217
|
-
"autocomplete-option--disabled": o.value[l.valueHash].disabled
|
|
218
|
-
}),
|
|
219
|
-
"data-index": o.value[l.valueHash].globalIndex,
|
|
220
|
-
role: "option"
|
|
221
|
-
}, [
|
|
222
|
-
h(e.$slots, "option", {
|
|
223
|
-
disabled: !!o.value[l.valueHash].disabled,
|
|
224
|
-
focused: g(u) === o.value[l.valueHash].globalIndex,
|
|
225
|
-
index: o.value[l.valueHash].globalIndex,
|
|
226
|
-
item: o.value[l.valueHash].item,
|
|
227
|
-
selected: !!o.value[l.valueHash].selected,
|
|
228
|
-
text: o.value[l.valueHash].text,
|
|
229
|
-
value: o.value[l.valueHash].value
|
|
230
|
-
}, () => [
|
|
231
|
-
a[0] || (a[0] = v("svg", {
|
|
232
|
-
class: "autocomplete-option__checkbox",
|
|
233
|
-
role: "presentation",
|
|
234
|
-
viewBox: "276.411 158.834 114.971 114.97"
|
|
235
|
-
}, [
|
|
236
|
-
v("path", {
|
|
237
|
-
d: "M 297.574 224.786 L 318.309 243.134 L 371.568 189.232",
|
|
238
|
-
fill: "none",
|
|
239
|
-
"stroke-linecap": "round",
|
|
240
|
-
"stroke-width": "14px"
|
|
241
|
-
})
|
|
242
|
-
], -1)),
|
|
243
|
-
v("span", Me, x(o.value[l.valueHash].text), 1)
|
|
244
|
-
])
|
|
245
|
-
], 10, Be))), 128))
|
|
246
|
-
], 12, Ie))), 128))
|
|
247
|
-
], 12, ye)) : (c(), r("span", _e, [
|
|
248
|
-
h(e.$slots, "no-data", {}, () => [
|
|
249
|
-
J(x(e.noDataText || g(F)("common.noDataText").value), 1)
|
|
250
|
-
])
|
|
251
|
-
])),
|
|
252
|
-
h(e.$slots, "options:append")
|
|
253
|
-
], 512)
|
|
254
|
-
])
|
|
255
|
-
], 6));
|
|
12
|
+
return 0;
|
|
13
|
+
});
|
|
14
|
+
throw new Error("Invalid comparison");
|
|
256
15
|
}
|
|
257
|
-
|
|
16
|
+
return t;
|
|
17
|
+
}
|
|
18
|
+
const r = (t, e) => t < e ? -1 : t > e ? 1 : 0;
|
|
258
19
|
export {
|
|
259
|
-
|
|
20
|
+
l as sort
|
|
260
21
|
};
|
package/dist/index356.js
CHANGED
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
},
|
|
9
|
-
setup(t) {
|
|
10
|
-
const n = t, o = i(() => `bb-slide-in-${n.direction}`);
|
|
11
|
-
return (e, m) => (d(), r(l, {
|
|
12
|
-
name: o.value,
|
|
13
|
-
style: s({ "--transition-duration": `${e.duration}ms`, "--gap": `${e.gap}px` })
|
|
14
|
-
}, {
|
|
15
|
-
default: u(() => [
|
|
16
|
-
p(e.$slots, "default", {}, void 0, !0)
|
|
17
|
-
]),
|
|
18
|
-
_: 3
|
|
19
|
-
}, 8, ["name", "style"]));
|
|
20
|
-
}
|
|
21
|
-
});
|
|
1
|
+
import n from "./index270.js";
|
|
2
|
+
function Y(r, t) {
|
|
3
|
+
return t ? r.format("YYYY-MM-DD") : r.toISOString();
|
|
4
|
+
}
|
|
5
|
+
function e(r, t) {
|
|
6
|
+
return t ? n(r, "YYYY-MM-DD") : n(r);
|
|
7
|
+
}
|
|
22
8
|
export {
|
|
23
|
-
|
|
9
|
+
e as toInnerValue,
|
|
10
|
+
Y as toOuterValue
|
|
24
11
|
};
|
package/dist/index357.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import f from "./index270.js";
|
|
2
|
+
import { toOuterValue as i } from "./index356.js";
|
|
3
|
+
function Y(m, e) {
|
|
4
|
+
let r = !0;
|
|
5
|
+
if (e.min) {
|
|
6
|
+
const a = f(e.min, "YYYY-MM-DD");
|
|
7
|
+
r &&= m.isSameOrAfter(a);
|
|
8
|
+
}
|
|
9
|
+
if (e.max) {
|
|
10
|
+
const a = f(e.max, "YYYY-MM-DD");
|
|
11
|
+
r &&= m.isSameOrBefore(a);
|
|
12
|
+
}
|
|
13
|
+
return typeof e.selectable == "function" && (r &&= e.selectable(i(m, e.floating))), !r;
|
|
14
|
+
}
|
|
15
|
+
export {
|
|
16
|
+
Y as isDateDisabled
|
|
17
|
+
};
|
package/dist/index358.js
CHANGED
|
@@ -1,136 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
function w(t) {
|
|
22
|
-
return c() ? t instanceof HTMLElement || t instanceof i(t).HTMLElement : !1;
|
|
23
|
-
}
|
|
24
|
-
function f(t) {
|
|
25
|
-
return !c() || typeof ShadowRoot > "u" ? !1 : t instanceof ShadowRoot || t instanceof i(t).ShadowRoot;
|
|
26
|
-
}
|
|
27
|
-
const E = /* @__PURE__ */ new Set(["inline", "contents"]);
|
|
28
|
-
function y(t) {
|
|
29
|
-
const {
|
|
30
|
-
overflow: e,
|
|
31
|
-
overflowX: n,
|
|
32
|
-
overflowY: o,
|
|
33
|
-
display: r
|
|
34
|
-
} = S(t);
|
|
35
|
-
return /auto|scroll|overlay|hidden|clip/.test(e + o + n) && !E.has(r);
|
|
36
|
-
}
|
|
37
|
-
const T = /* @__PURE__ */ new Set(["table", "td", "th"]);
|
|
38
|
-
function A(t) {
|
|
39
|
-
return T.has(u(t));
|
|
40
|
-
}
|
|
41
|
-
const v = [":popover-open", ":modal"];
|
|
42
|
-
function L(t) {
|
|
43
|
-
return v.some((e) => {
|
|
44
|
-
try {
|
|
45
|
-
return t.matches(e);
|
|
46
|
-
} catch {
|
|
47
|
-
return !1;
|
|
48
|
-
}
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
const D = ["transform", "translate", "scale", "rotate", "perspective"], C = ["transform", "translate", "scale", "rotate", "perspective", "filter"], k = ["paint", "layout", "strict", "content"];
|
|
52
|
-
function V(t) {
|
|
53
|
-
const e = O(), n = m(t) ? S(t) : t;
|
|
54
|
-
return D.some((o) => n[o] ? n[o] !== "none" : !1) || (n.containerType ? n.containerType !== "normal" : !1) || !e && (n.backdropFilter ? n.backdropFilter !== "none" : !1) || !e && (n.filter ? n.filter !== "none" : !1) || C.some((o) => (n.willChange || "").includes(o)) || k.some((o) => (n.contain || "").includes(o));
|
|
55
|
-
}
|
|
56
|
-
function B(t) {
|
|
57
|
-
let e = s(t);
|
|
58
|
-
for (; w(e) && !h(e); ) {
|
|
59
|
-
if (V(e))
|
|
60
|
-
return e;
|
|
61
|
-
if (L(e))
|
|
62
|
-
return null;
|
|
63
|
-
e = s(e);
|
|
1
|
+
import { defineComponent as a, computed as i, createBlock as r, openBlock as d, Transition as l, normalizeStyle as s, withCtx as u, renderSlot as p } from "vue";
|
|
2
|
+
const f = /* @__PURE__ */ a({
|
|
3
|
+
__name: "Slide",
|
|
4
|
+
props: {
|
|
5
|
+
direction: { default: "right" },
|
|
6
|
+
duration: { default: 500 },
|
|
7
|
+
gap: { default: 0 }
|
|
8
|
+
},
|
|
9
|
+
setup(t) {
|
|
10
|
+
const n = t, o = i(() => `bb-slide-in-${n.direction}`);
|
|
11
|
+
return (e, m) => (d(), r(l, {
|
|
12
|
+
name: o.value,
|
|
13
|
+
style: s({ "--transition-duration": `${e.duration}ms`, "--gap": `${e.gap}px` })
|
|
14
|
+
}, {
|
|
15
|
+
default: u(() => [
|
|
16
|
+
p(e.$slots, "default", {}, void 0, !0)
|
|
17
|
+
]),
|
|
18
|
+
_: 3
|
|
19
|
+
}, 8, ["name", "style"]));
|
|
64
20
|
}
|
|
65
|
-
|
|
66
|
-
}
|
|
67
|
-
function O() {
|
|
68
|
-
return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
|
|
69
|
-
}
|
|
70
|
-
const R = /* @__PURE__ */ new Set(["html", "body", "#document"]);
|
|
71
|
-
function h(t) {
|
|
72
|
-
return R.has(u(t));
|
|
73
|
-
}
|
|
74
|
-
function S(t) {
|
|
75
|
-
return i(t).getComputedStyle(t);
|
|
76
|
-
}
|
|
77
|
-
function F(t) {
|
|
78
|
-
return m(t) ? {
|
|
79
|
-
scrollLeft: t.scrollLeft,
|
|
80
|
-
scrollTop: t.scrollTop
|
|
81
|
-
} : {
|
|
82
|
-
scrollLeft: t.scrollX,
|
|
83
|
-
scrollTop: t.scrollY
|
|
84
|
-
};
|
|
85
|
-
}
|
|
86
|
-
function s(t) {
|
|
87
|
-
if (u(t) === "html")
|
|
88
|
-
return t;
|
|
89
|
-
const e = (
|
|
90
|
-
// Step into the shadow DOM of the parent of a slotted node.
|
|
91
|
-
t.assignedSlot || // DOM Element detected.
|
|
92
|
-
t.parentNode || // ShadowRoot detected.
|
|
93
|
-
f(t) && t.host || // Fallback.
|
|
94
|
-
N(t)
|
|
95
|
-
);
|
|
96
|
-
return f(e) ? e.host : e;
|
|
97
|
-
}
|
|
98
|
-
function b(t) {
|
|
99
|
-
const e = s(t);
|
|
100
|
-
return h(e) ? t.ownerDocument ? t.ownerDocument.body : t.body : w(e) && y(e) ? e : b(e);
|
|
101
|
-
}
|
|
102
|
-
function d(t, e, n) {
|
|
103
|
-
var o;
|
|
104
|
-
e === void 0 && (e = []), n === void 0 && (n = !0);
|
|
105
|
-
const r = b(t), g = r === ((o = t.ownerDocument) == null ? void 0 : o.body), l = i(r);
|
|
106
|
-
if (g) {
|
|
107
|
-
const a = _(l);
|
|
108
|
-
return e.concat(l, l.visualViewport || [], y(r) ? r : [], a && n ? d(a) : []);
|
|
109
|
-
}
|
|
110
|
-
return e.concat(r, d(r, [], n));
|
|
111
|
-
}
|
|
112
|
-
function _(t) {
|
|
113
|
-
return t.parent && Object.getPrototypeOf(t.parent) ? t.frameElement : null;
|
|
114
|
-
}
|
|
21
|
+
});
|
|
115
22
|
export {
|
|
116
|
-
|
|
117
|
-
B as getContainingBlock,
|
|
118
|
-
N as getDocumentElement,
|
|
119
|
-
_ as getFrameElement,
|
|
120
|
-
b as getNearestOverflowAncestor,
|
|
121
|
-
u as getNodeName,
|
|
122
|
-
F as getNodeScroll,
|
|
123
|
-
d as getOverflowAncestors,
|
|
124
|
-
s as getParentNode,
|
|
125
|
-
i as getWindow,
|
|
126
|
-
V as isContainingBlock,
|
|
127
|
-
m as isElement,
|
|
128
|
-
w as isHTMLElement,
|
|
129
|
-
h as isLastTraversableNode,
|
|
130
|
-
p as isNode,
|
|
131
|
-
y as isOverflowElement,
|
|
132
|
-
f as isShadowRoot,
|
|
133
|
-
A as isTableElement,
|
|
134
|
-
L as isTopLayer,
|
|
135
|
-
O as isWebKit
|
|
23
|
+
f as default
|
|
136
24
|
};
|
package/dist/index36.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent as I, ref as v, computed as f, createElementBlock as l, openBlock as r, mergeProps as h, createElementVNode as i, renderSlot as g, Fragment as V, renderList as M, normalizeClass as D, toDisplayString as F, unref as y } from "vue";
|
|
2
|
-
import { booleanishToBoolean as T } from "./
|
|
3
|
-
import { identity as $ } from "./
|
|
4
|
-
import { isCssColor as k } from "./
|
|
5
|
-
import { isNotNil as q } from "./
|
|
6
|
-
import { useLocale as x } from "./
|
|
2
|
+
import { booleanishToBoolean as T } from "./index267.js";
|
|
3
|
+
import { identity as $ } from "./index268.js";
|
|
4
|
+
import { isCssColor as k } from "./index253.js";
|
|
5
|
+
import { isNotNil as q } from "./index147.js";
|
|
6
|
+
import { useLocale as x } from "./index236.js";
|
|
7
7
|
const H = { class: "bb-base-rating__inner-container" }, S = { class: "bb-base-rating__label-text sr-only" }, N = ["id", "aria-describedby", "autofocus", "checked", "disabled", "name", "required", "value"], j = ["height", "width"], W = /* @__PURE__ */ I({
|
|
8
8
|
__name: "BaseRating",
|
|
9
9
|
props: {
|