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/index347.js
CHANGED
|
@@ -1,8 +1,261 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { defineComponent as pe, useTemplateRef as G, computed as i, watch as E, ref as ve, createElementBlock as r, openBlock as c, withModifiers as he, normalizeStyle as V, normalizeClass as J, createElementVNode as v, renderSlot as b, createTextVNode as P, toDisplayString as x, unref as g, Fragment as Y, renderList as K } from "vue";
|
|
2
|
+
import { isNil as f } from "./index250.js";
|
|
3
|
+
import { useVirtualizer as be } from "./index362.js";
|
|
4
|
+
import { useLocale as me } from "./index236.js";
|
|
5
|
+
import { useListboxFocus as xe } from "./index363.js";
|
|
6
|
+
import { indexBy as A } from "./index279.js";
|
|
7
|
+
const ge = { class: "bb-listbox__outer-container scrollbar-border" }, fe = {
|
|
8
|
+
ref: "inner",
|
|
9
|
+
class: "bb-listbox__inner-container",
|
|
10
|
+
tabindex: "-1"
|
|
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"], De = { 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", "focused:change"],
|
|
32
|
+
setup(Q, { expose: U, emit: W }) {
|
|
33
|
+
const s = Q, H = W, { t: F } = me(), h = G("inner"), X = G("listbox"), _ = i(() => s.optionHeight ? s.optionHeight : s.compact ? 32 : 40), y = i(() => s.headerHeight ? s.headerHeight : s.compact ? 24 : 32), Z = i(() => {
|
|
34
|
+
let e = 0;
|
|
35
|
+
return s.groups.map((a, t) => {
|
|
36
|
+
const l = a.id, p = e, d = a.options.length, D = y.value + d * _.value, M = `group-header-${a.id}`, S = typeof a.data == "string" ? a.data : JSON.stringify(a.data), T = a.options.every((O) => O.disabled), z = a.data, L = a.options;
|
|
37
|
+
return e += d, {
|
|
38
|
+
offset: p,
|
|
39
|
+
length: d,
|
|
40
|
+
height: D,
|
|
41
|
+
id: l,
|
|
42
|
+
headerId: M,
|
|
43
|
+
label: S,
|
|
44
|
+
index: t,
|
|
45
|
+
allOptionsAreDisabled: T,
|
|
46
|
+
data: z,
|
|
47
|
+
options: L
|
|
48
|
+
};
|
|
49
|
+
});
|
|
50
|
+
}), n = i(
|
|
51
|
+
() => A(Z.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, D = e.id, M = !!t.selected, S = !!t.disabled, T = t.item, z = t.text, L = t.value, O = d === u.value;
|
|
55
|
+
return {
|
|
56
|
+
id: p,
|
|
57
|
+
globalIndex: d,
|
|
58
|
+
groupIndex: a,
|
|
59
|
+
groupId: D,
|
|
60
|
+
indexInGroup: l,
|
|
61
|
+
selected: M,
|
|
62
|
+
disabled: S,
|
|
63
|
+
item: T,
|
|
64
|
+
text: z,
|
|
65
|
+
value: L,
|
|
66
|
+
valueHash: t.valueHash,
|
|
67
|
+
focused: O
|
|
68
|
+
};
|
|
69
|
+
})
|
|
70
|
+
)), o = i(() => A(m.value, "id")), I = i(
|
|
71
|
+
() => A(m.value, "globalIndex")
|
|
72
|
+
), N = (e) => `listbox-option-${e}`, $ = i(() => {
|
|
73
|
+
if (f(u.value)) return;
|
|
74
|
+
const e = I.value[u.value];
|
|
75
|
+
if (e)
|
|
76
|
+
return N(e.valueHash);
|
|
77
|
+
}), k = i(() => m.value.length > 0), w = (e) => y.value + s.groups[e].options.length * _.value, B = be({
|
|
78
|
+
get count() {
|
|
79
|
+
return s.groups.length;
|
|
80
|
+
},
|
|
81
|
+
getScrollElement: () => h.value ?? null,
|
|
82
|
+
estimateSize: (e) => w(e),
|
|
83
|
+
overscan: 2
|
|
84
|
+
}), ee = i(() => B.value.getVirtualItems()), te = i(() => B.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: C,
|
|
94
|
+
getHighlighted: de
|
|
95
|
+
} = xe(
|
|
96
|
+
i(() => m.value),
|
|
97
|
+
{ disabled: () => !s.open }
|
|
98
|
+
), re = () => {
|
|
99
|
+
if (!h.value || f(u.value)) return;
|
|
100
|
+
const e = h.value.querySelector(
|
|
101
|
+
`[data-index="${u.value}"]`
|
|
102
|
+
);
|
|
103
|
+
e && e.scrollIntoView({ block: "nearest", behavior: "smooth" });
|
|
104
|
+
};
|
|
105
|
+
E(u, () => {
|
|
106
|
+
re(), H("focused:change", $.value);
|
|
107
|
+
});
|
|
108
|
+
const R = () => {
|
|
109
|
+
if (f(u.value) || !s.open) return;
|
|
110
|
+
const e = I.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 ? H("option:unselected", a) : H("option:selected", a);
|
|
121
|
+
}, j = ve(0), q = () => {
|
|
122
|
+
h.value && (j.value = h.value.scrollHeight);
|
|
123
|
+
}, ce = (e) => {
|
|
124
|
+
if (e.preventDefault(), h.value && e.target instanceof HTMLElement && X.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 = I.value[+t];
|
|
130
|
+
l && !l.disabled && (u.value = +t, R());
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
};
|
|
134
|
+
return E(() => s.open, q, { flush: "post" }), E(
|
|
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 && (B.value.measure(), q(), C());
|
|
139
|
+
},
|
|
140
|
+
{ flush: "post" }
|
|
141
|
+
), U({
|
|
142
|
+
focusNext: ae,
|
|
143
|
+
focusPrevious: le,
|
|
144
|
+
focusFirst: se,
|
|
145
|
+
focusFirstSelected: ne,
|
|
146
|
+
focusLast: oe,
|
|
147
|
+
focusLastSelected: ie,
|
|
148
|
+
blur: C,
|
|
149
|
+
confirmOption: R,
|
|
150
|
+
focusByHash: ue,
|
|
151
|
+
getHighlighted: de,
|
|
152
|
+
getActiveDescendantId: () => $.value
|
|
153
|
+
}), (e, a) => (c(), r("span", {
|
|
154
|
+
class: J(["bb-listbox bb-listbox--grouped", {
|
|
155
|
+
"bb-listbox--compact": e.compact,
|
|
156
|
+
"bb-listbox--loading": e.loading,
|
|
157
|
+
"bb-listbox--multiple": e.multiple,
|
|
158
|
+
"bb-listbox--no-data": !k.value,
|
|
159
|
+
"bb-listbox--open": e.open
|
|
160
|
+
}]),
|
|
161
|
+
style: V({
|
|
162
|
+
"--transition-duration": `${e.transitionDuration}ms`,
|
|
163
|
+
"--overlay-min-height": `${j.value}px`,
|
|
164
|
+
"--option-height": `${_.value}px`,
|
|
165
|
+
"--group-header-height": `${y.value}px`
|
|
166
|
+
}),
|
|
167
|
+
onClick: he(ce, ["stop"])
|
|
168
|
+
}, [
|
|
169
|
+
v("span", ge, [
|
|
170
|
+
v("span", fe, [
|
|
171
|
+
b(e.$slots, "options:prepend"),
|
|
172
|
+
e.loading && !k.value ? (c(), r("span", He, [
|
|
173
|
+
b(e.$slots, "loading", {}, () => [
|
|
174
|
+
P(x(e.loadingText || g(F)("common.loadingText").value), 1)
|
|
175
|
+
])
|
|
176
|
+
])) : k.value ? (c(), r("span", {
|
|
177
|
+
key: 2,
|
|
178
|
+
role: "listbox",
|
|
179
|
+
ref: "listbox",
|
|
180
|
+
style: V({ height: `${te.value}px` }),
|
|
181
|
+
"aria-activedescendant": $.value,
|
|
182
|
+
"aria-multiselectable": e.multiple ? !0 : void 0,
|
|
183
|
+
tabindex: "-1"
|
|
184
|
+
}, [
|
|
185
|
+
(c(!0), r(Y, null, K(ee.value, (t) => (c(), r("span", {
|
|
186
|
+
key: n.value[t.index].id,
|
|
187
|
+
style: V({ transform: `translateY(${t.start}px)` }),
|
|
188
|
+
role: "group",
|
|
189
|
+
"aria-labelledby": n.value[t.index].headerId,
|
|
190
|
+
"aria-disabled": n.value[t.index].allOptionsAreDisabled,
|
|
191
|
+
class: "bb-listbox__group"
|
|
192
|
+
}, [
|
|
193
|
+
v("span", {
|
|
194
|
+
class: "bb-listbox__group-header",
|
|
195
|
+
role: "presentation",
|
|
196
|
+
id: n.value[t.index].headerId
|
|
197
|
+
}, [
|
|
198
|
+
b(e.$slots, "group", {
|
|
199
|
+
text: n.value[t.index].label,
|
|
200
|
+
item: n.value[t.index].data,
|
|
201
|
+
index: t.index,
|
|
202
|
+
length: n.value[t.index].length,
|
|
203
|
+
disabled: n.value[t.index].allOptionsAreDisabled
|
|
204
|
+
}, () => [
|
|
205
|
+
v("span", ke, x(n.value[t.index].label), 1)
|
|
206
|
+
])
|
|
207
|
+
], 8, $e),
|
|
208
|
+
(c(!0), r(Y, null, K(n.value[t.index].options, (l) => (c(), r("span", {
|
|
209
|
+
key: l.valueHash,
|
|
210
|
+
"aria-selected": o.value[l.valueHash].selected ? !0 : void 0,
|
|
211
|
+
"aria-setsize": n.value[t.index].length,
|
|
212
|
+
"aria-posinset": o.value[l.valueHash].indexInGroup + 1,
|
|
213
|
+
id: N(l.valueHash),
|
|
214
|
+
class: J({
|
|
215
|
+
"bb-listbox__option autocomplete-option": !0,
|
|
216
|
+
"autocomplete-option--focused": g(u) === o.value[l.valueHash].globalIndex,
|
|
217
|
+
"autocomplete-option--selected": o.value[l.valueHash].selected,
|
|
218
|
+
"autocomplete-option--disabled": o.value[l.valueHash].disabled
|
|
219
|
+
}),
|
|
220
|
+
"data-index": o.value[l.valueHash].globalIndex,
|
|
221
|
+
role: "option"
|
|
222
|
+
}, [
|
|
223
|
+
b(e.$slots, "option", {
|
|
224
|
+
disabled: !!o.value[l.valueHash].disabled,
|
|
225
|
+
focused: g(u) === o.value[l.valueHash].globalIndex,
|
|
226
|
+
index: o.value[l.valueHash].globalIndex,
|
|
227
|
+
item: o.value[l.valueHash].item,
|
|
228
|
+
selected: !!o.value[l.valueHash].selected,
|
|
229
|
+
text: o.value[l.valueHash].text,
|
|
230
|
+
value: o.value[l.valueHash].value
|
|
231
|
+
}, () => [
|
|
232
|
+
a[0] || (a[0] = v("svg", {
|
|
233
|
+
class: "autocomplete-option__checkbox",
|
|
234
|
+
role: "presentation",
|
|
235
|
+
viewBox: "276.411 158.834 114.971 114.97"
|
|
236
|
+
}, [
|
|
237
|
+
v("path", {
|
|
238
|
+
d: "M 297.574 224.786 L 318.309 243.134 L 371.568 189.232",
|
|
239
|
+
fill: "none",
|
|
240
|
+
"stroke-linecap": "round",
|
|
241
|
+
"stroke-width": "14px"
|
|
242
|
+
})
|
|
243
|
+
], -1)),
|
|
244
|
+
v("span", De, x(o.value[l.valueHash].text), 1)
|
|
245
|
+
])
|
|
246
|
+
], 10, Be))), 128))
|
|
247
|
+
], 12, Ie))), 128))
|
|
248
|
+
], 12, ye)) : (c(), r("span", _e, [
|
|
249
|
+
b(e.$slots, "no-data", {}, () => [
|
|
250
|
+
P(x(e.noDataText || g(F)("common.noDataText").value), 1)
|
|
251
|
+
])
|
|
252
|
+
])),
|
|
253
|
+
b(e.$slots, "options:append")
|
|
254
|
+
], 512)
|
|
255
|
+
])
|
|
256
|
+
], 6));
|
|
257
|
+
}
|
|
5
258
|
});
|
|
6
259
|
export {
|
|
7
|
-
|
|
260
|
+
Ee as default
|
|
8
261
|
};
|
package/dist/index348.js
CHANGED
|
@@ -1,131 +1,95 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
function
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
function V(e) {
|
|
10
|
-
if (z(e)) {
|
|
11
|
-
const l = e.$el;
|
|
12
|
-
return B(l) && F(l) === "#comment" ? null : l;
|
|
13
|
-
}
|
|
14
|
-
return e;
|
|
15
|
-
}
|
|
16
|
-
function i(e) {
|
|
17
|
-
return typeof e == "function" ? e() : q(e);
|
|
18
|
-
}
|
|
19
|
-
function K(e) {
|
|
20
|
-
return {
|
|
21
|
-
name: "arrow",
|
|
22
|
-
options: e,
|
|
23
|
-
fn(l) {
|
|
24
|
-
const t = V(i(e.element));
|
|
25
|
-
return t == null ? {} : j({
|
|
26
|
-
element: t,
|
|
27
|
-
padding: e.padding
|
|
28
|
-
}).fn(l);
|
|
29
|
-
}
|
|
1
|
+
import { commonjsGlobal as y } from "./index338.js";
|
|
2
|
+
var p, _;
|
|
3
|
+
function Z() {
|
|
4
|
+
if (_) return p;
|
|
5
|
+
_ = 1;
|
|
6
|
+
var x = "Expected a function", I = NaN, W = "[object Symbol]", C = /^\s+|\s+$/g, M = /^[-+]0x[0-9a-f]+$/i, N = /^0b[01]+$/i, R = /^0o[0-7]+$/i, $ = parseInt, q = typeof y == "object" && y && y.Object === Object && y, A = typeof self == "object" && self && self.Object === Object && self, B = q || A || Function("return this")(), F = Object.prototype, G = F.toString, P = Math.max, D = Math.min, h = function() {
|
|
7
|
+
return B.Date.now();
|
|
30
8
|
};
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
9
|
+
function H(e, r, n) {
|
|
10
|
+
var f, a, g, c, i, u, s = 0, S = !1, d = !1, j = !0;
|
|
11
|
+
if (typeof e != "function")
|
|
12
|
+
throw new TypeError(x);
|
|
13
|
+
r = O(r) || 0, m(n) && (S = !!n.leading, d = "maxWait" in n, g = d ? P(O(n.maxWait) || 0, r) : g, j = "trailing" in n ? !!n.trailing : j);
|
|
14
|
+
function v(t) {
|
|
15
|
+
var o = f, l = a;
|
|
16
|
+
return f = a = void 0, s = t, c = e.apply(l, o), c;
|
|
17
|
+
}
|
|
18
|
+
function J(t) {
|
|
19
|
+
return s = t, i = setTimeout(b, r), S ? v(t) : c;
|
|
20
|
+
}
|
|
21
|
+
function K(t) {
|
|
22
|
+
var o = t - u, l = t - s, L = r - o;
|
|
23
|
+
return d ? D(L, g - l) : L;
|
|
24
|
+
}
|
|
25
|
+
function E(t) {
|
|
26
|
+
var o = t - u, l = t - s;
|
|
27
|
+
return u === void 0 || o >= r || o < 0 || d && l >= g;
|
|
28
|
+
}
|
|
29
|
+
function b() {
|
|
30
|
+
var t = h();
|
|
31
|
+
if (E(t))
|
|
32
|
+
return k(t);
|
|
33
|
+
i = setTimeout(b, K(t));
|
|
34
|
+
}
|
|
35
|
+
function k(t) {
|
|
36
|
+
return i = void 0, j && f ? v(t) : (f = a = void 0, c);
|
|
37
|
+
}
|
|
38
|
+
function Q() {
|
|
39
|
+
i !== void 0 && clearTimeout(i), s = 0, f = u = a = i = void 0;
|
|
40
|
+
}
|
|
41
|
+
function V() {
|
|
42
|
+
return i === void 0 ? c : k(h());
|
|
43
|
+
}
|
|
44
|
+
function T() {
|
|
45
|
+
var t = h(), o = E(t);
|
|
46
|
+
if (f = arguments, a = this, u = t, o) {
|
|
47
|
+
if (i === void 0)
|
|
48
|
+
return J(u);
|
|
49
|
+
if (d)
|
|
50
|
+
return i = setTimeout(b, r), v(u);
|
|
67
51
|
}
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
middleware: O.value,
|
|
81
|
-
placement: p.value,
|
|
82
|
-
strategy: w.value
|
|
83
|
-
}).then((a) => {
|
|
84
|
-
y.value = a.x, h.value = a.y, m.value = a.strategy, P.value = a.placement, E.value = a.middlewareData, g.value = n !== !1;
|
|
52
|
+
return i === void 0 && (i = setTimeout(b, r)), c;
|
|
53
|
+
}
|
|
54
|
+
return T.cancel = Q, T.flush = V, T;
|
|
55
|
+
}
|
|
56
|
+
function U(e, r, n) {
|
|
57
|
+
var f = !0, a = !0;
|
|
58
|
+
if (typeof e != "function")
|
|
59
|
+
throw new TypeError(x);
|
|
60
|
+
return m(n) && (f = "leading" in n ? !!n.leading : f, a = "trailing" in n ? !!n.trailing : a), H(e, r, {
|
|
61
|
+
leading: f,
|
|
62
|
+
maxWait: r,
|
|
63
|
+
trailing: a
|
|
85
64
|
});
|
|
86
65
|
}
|
|
87
|
-
function
|
|
88
|
-
|
|
66
|
+
function m(e) {
|
|
67
|
+
var r = typeof e;
|
|
68
|
+
return !!e && (r == "object" || r == "function");
|
|
89
69
|
}
|
|
90
|
-
function
|
|
91
|
-
|
|
92
|
-
v();
|
|
93
|
-
return;
|
|
94
|
-
}
|
|
95
|
-
if (f.value != null && u.value != null) {
|
|
96
|
-
d = D(f.value, u.value, v);
|
|
97
|
-
return;
|
|
98
|
-
}
|
|
70
|
+
function X(e) {
|
|
71
|
+
return !!e && typeof e == "object";
|
|
99
72
|
}
|
|
100
|
-
function
|
|
101
|
-
|
|
73
|
+
function z(e) {
|
|
74
|
+
return typeof e == "symbol" || X(e) && G.call(e) == W;
|
|
102
75
|
}
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
76
|
+
function O(e) {
|
|
77
|
+
if (typeof e == "number")
|
|
78
|
+
return e;
|
|
79
|
+
if (z(e))
|
|
80
|
+
return I;
|
|
81
|
+
if (m(e)) {
|
|
82
|
+
var r = typeof e.valueOf == "function" ? e.valueOf() : e;
|
|
83
|
+
e = m(r) ? r + "" : r;
|
|
84
|
+
}
|
|
85
|
+
if (typeof e != "string")
|
|
86
|
+
return e === 0 ? e : +e;
|
|
87
|
+
e = e.replace(C, "");
|
|
88
|
+
var n = N.test(e);
|
|
89
|
+
return n || R.test(e) ? $(e.slice(2), n ? 2 : 8) : M.test(e) ? I : +e;
|
|
90
|
+
}
|
|
91
|
+
return p = U, p;
|
|
119
92
|
}
|
|
120
93
|
export {
|
|
121
|
-
|
|
122
|
-
W as autoUpdate,
|
|
123
|
-
A as computePosition,
|
|
124
|
-
X as flip,
|
|
125
|
-
le as getOverflowAncestors,
|
|
126
|
-
Y as hide,
|
|
127
|
-
Z as offset,
|
|
128
|
-
ee as platform,
|
|
129
|
-
ne as shift,
|
|
130
|
-
L as useFloating
|
|
94
|
+
Z as __require
|
|
131
95
|
};
|