bitboss-ui 2.0.100 → 2.0.102

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.
Files changed (145) hide show
  1. package/dist/components/BaseSelect/BaseSelect.vue.d.ts +0 -6
  2. package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +4 -0
  3. package/dist/index100.js +4 -4
  4. package/dist/index111.js +5 -5
  5. package/dist/index119.js +2 -2
  6. package/dist/index121.js +5 -5
  7. package/dist/index123.js +1 -1
  8. package/dist/index127.js +1 -1
  9. package/dist/index128.js +1 -1
  10. package/dist/index129.js +1 -1
  11. package/dist/index13.js +54 -45
  12. package/dist/index133.js +2 -2
  13. package/dist/index15.js +4 -4
  14. package/dist/index17.js +3 -3
  15. package/dist/index19.js +3 -3
  16. package/dist/index207.js +5 -53
  17. package/dist/index208.js +18 -0
  18. package/dist/index209.js +16 -13
  19. package/dist/index21.js +14 -14
  20. package/dist/index210.js +19 -20
  21. package/dist/index211.js +19 -4
  22. package/dist/index212.js +27 -8
  23. package/dist/index213.js +3 -5
  24. package/dist/index214.js +2 -16
  25. package/dist/index215.js +8 -16
  26. package/dist/index216.js +250 -19
  27. package/dist/index217.js +51 -18
  28. package/dist/index218.js +44 -27
  29. package/dist/index219.js +5 -3
  30. package/dist/index220.js +60 -2
  31. package/dist/index221.js +47 -244
  32. package/dist/index223.js +13 -44
  33. package/dist/index224.js +2 -5
  34. package/dist/index225.js +4 -60
  35. package/dist/index226.js +2 -126
  36. package/dist/index227.js +19 -124
  37. package/dist/index228.js +4 -2
  38. package/dist/index229.js +3 -41
  39. package/dist/index23.js +16 -16
  40. package/dist/index230.js +168 -6
  41. package/dist/index231.js +84 -5
  42. package/dist/index233.js +8 -369
  43. package/dist/index234.js +119 -161
  44. package/dist/index235.js +125 -84
  45. package/dist/index236.js +4 -0
  46. package/dist/index237.js +41 -8
  47. package/dist/index238.js +6 -2
  48. package/dist/index239.js +5 -4
  49. package/dist/index240.js +12 -2
  50. package/dist/index241.js +369 -3
  51. package/dist/index242.js +3 -7
  52. package/dist/index243.js +7 -3
  53. package/dist/index244.js +1 -1
  54. package/dist/index246.js +1 -1
  55. package/dist/index248.js +1 -1
  56. package/dist/index25.js +6 -6
  57. package/dist/index256.js +4 -4
  58. package/dist/index258.js +9 -6
  59. package/dist/index259.js +6 -16
  60. package/dist/index260.js +16 -3
  61. package/dist/index261.js +11 -0
  62. package/dist/index262.js +8 -7
  63. package/dist/index263.js +279 -174
  64. package/dist/index264.js +5 -280
  65. package/dist/index265.js +2 -6
  66. package/dist/index266.js +2 -2
  67. package/dist/index27.js +1 -1
  68. package/dist/index271.js +2 -2
  69. package/dist/index272.js +1 -1
  70. package/dist/index273.js +1 -1
  71. package/dist/index274.js +1 -1
  72. package/dist/index275.js +28 -2
  73. package/dist/index276.js +21 -27
  74. package/dist/index278.js +9 -0
  75. package/dist/index279.js +3 -2
  76. package/dist/index281.js +3 -430
  77. package/dist/index282.js +224 -22
  78. package/dist/index283.js +178 -0
  79. package/dist/index284.js +3 -2
  80. package/dist/index285.js +12 -3
  81. package/dist/index286.js +9 -12
  82. package/dist/index287.js +16 -8
  83. package/dist/index288.js +4 -9
  84. package/dist/index289.js +7 -17
  85. package/dist/index29.js +2 -2
  86. package/dist/index290.js +10 -3
  87. package/dist/index291.js +2 -7
  88. package/dist/index292.js +125 -10
  89. package/dist/index293.js +420 -189
  90. package/dist/index294.js +21 -435
  91. package/dist/index296.js +2 -4
  92. package/dist/index297.js +88 -8
  93. package/dist/index298.js +197 -86
  94. package/dist/index299.js +436 -8
  95. package/dist/index300.js +121 -218
  96. package/dist/index301.js +2 -3
  97. package/dist/index302.js +1 -1
  98. package/dist/index303.js +3 -213
  99. package/dist/index304.js +213 -5
  100. package/dist/index305.js +66 -2
  101. package/dist/index306.js +5 -66
  102. package/dist/index307.js +3 -7
  103. package/dist/index308.js +3 -7
  104. package/dist/index309.js +3 -19
  105. package/dist/index31.js +26 -27
  106. package/dist/index310.js +57 -32
  107. package/dist/index311.js +32 -4
  108. package/dist/index312.js +8 -8
  109. package/dist/index313.js +8 -3
  110. package/dist/index314.js +5 -3
  111. package/dist/index315.js +7 -57
  112. package/dist/index316.js +7 -8
  113. package/dist/index317.js +18 -7
  114. package/dist/index318.js +6 -3
  115. package/dist/index319.js +4 -3
  116. package/dist/index320.js +2 -47
  117. package/dist/index321.js +47 -2
  118. package/dist/{index323.js → index322.js} +1 -1
  119. package/dist/index33.js +48 -42
  120. package/dist/index35.js +3 -3
  121. package/dist/index37.js +76 -74
  122. package/dist/index39.js +2 -2
  123. package/dist/index41.js +8 -9
  124. package/dist/index43.js +58 -52
  125. package/dist/index45.js +4 -4
  126. package/dist/index47.js +2 -2
  127. package/dist/index49.js +2 -2
  128. package/dist/index55.js +1 -1
  129. package/dist/index57.js +1 -1
  130. package/dist/index61.js +11 -7
  131. package/dist/index71.js +38 -18
  132. package/dist/index75.js +10 -10
  133. package/dist/index77.js +21 -20
  134. package/dist/index79.js +2 -2
  135. package/dist/index81.js +1 -1
  136. package/dist/index84.js +3 -3
  137. package/dist/index86.js +1 -1
  138. package/dist/index88.js +2 -2
  139. package/dist/style.css +1 -1
  140. package/package.json +1 -1
  141. package/dist/index222.js +0 -54
  142. package/dist/index232.js +0 -14
  143. package/dist/index277.js +0 -24
  144. package/dist/index280.js +0 -128
  145. package/dist/index295.js +0 -129
package/dist/index300.js CHANGED
@@ -1,226 +1,129 @@
1
- import { getDefaultExportFromCjs as f, commonjsGlobal as r } from "./index265.js";
2
- var c = 1 / 0, n = "[object Symbol]", a = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, d = "\\u0300-\\u036f\\ufe20-\\ufe23", b = "\\u20d0-\\u20f0", i = "[" + d + b + "]", s = RegExp(i, "g"), l = {
3
- // Latin-1 Supplement block.
4
- À: "A",
5
- Á: "A",
6
- Â: "A",
7
- Ã: "A",
8
- Ä: "A",
9
- Å: "A",
10
- à: "a",
11
- á: "a",
12
- â: "a",
13
- ã: "a",
14
- ä: "a",
15
- å: "a",
16
- Ç: "C",
17
- ç: "c",
18
- Ð: "D",
19
- ð: "d",
20
- È: "E",
21
- É: "E",
22
- Ê: "E",
23
- Ë: "E",
24
- è: "e",
25
- é: "e",
26
- ê: "e",
27
- ë: "e",
28
- Ì: "I",
29
- Í: "I",
30
- Î: "I",
31
- Ï: "I",
32
- ì: "i",
33
- í: "i",
34
- î: "i",
35
- ï: "i",
36
- Ñ: "N",
37
- ñ: "n",
38
- Ò: "O",
39
- Ó: "O",
40
- Ô: "O",
41
- Õ: "O",
42
- Ö: "O",
43
- Ø: "O",
44
- ò: "o",
45
- ó: "o",
46
- ô: "o",
47
- õ: "o",
48
- ö: "o",
49
- ø: "o",
50
- Ù: "U",
51
- Ú: "U",
52
- Û: "U",
53
- Ü: "U",
54
- ù: "u",
55
- ú: "u",
56
- û: "u",
57
- ü: "u",
58
- Ý: "Y",
59
- ý: "y",
60
- ÿ: "y",
61
- Æ: "Ae",
62
- æ: "ae",
63
- Þ: "Th",
64
- þ: "th",
65
- ß: "ss",
66
- // Latin Extended-A block.
67
- Ā: "A",
68
- Ă: "A",
69
- Ą: "A",
70
- ā: "a",
71
- ă: "a",
72
- ą: "a",
73
- Ć: "C",
74
- Ĉ: "C",
75
- Ċ: "C",
76
- Č: "C",
77
- ć: "c",
78
- ĉ: "c",
79
- ċ: "c",
80
- č: "c",
81
- Ď: "D",
82
- Đ: "D",
83
- ď: "d",
84
- đ: "d",
85
- Ē: "E",
86
- Ĕ: "E",
87
- Ė: "E",
88
- Ę: "E",
89
- Ě: "E",
90
- ē: "e",
91
- ĕ: "e",
92
- ė: "e",
93
- ę: "e",
94
- ě: "e",
95
- Ĝ: "G",
96
- Ğ: "G",
97
- Ġ: "G",
98
- Ģ: "G",
99
- ĝ: "g",
100
- ğ: "g",
101
- ġ: "g",
102
- ģ: "g",
103
- Ĥ: "H",
104
- Ħ: "H",
105
- ĥ: "h",
106
- ħ: "h",
107
- Ĩ: "I",
108
- Ī: "I",
109
- Ĭ: "I",
110
- Į: "I",
111
- İ: "I",
112
- ĩ: "i",
113
- ī: "i",
114
- ĭ: "i",
115
- į: "i",
116
- ı: "i",
117
- Ĵ: "J",
118
- ĵ: "j",
119
- Ķ: "K",
120
- ķ: "k",
121
- ĸ: "k",
122
- Ĺ: "L",
123
- Ļ: "L",
124
- Ľ: "L",
125
- Ŀ: "L",
126
- Ł: "L",
127
- ĺ: "l",
128
- ļ: "l",
129
- ľ: "l",
130
- ŀ: "l",
131
- ł: "l",
132
- Ń: "N",
133
- Ņ: "N",
134
- Ň: "N",
135
- Ŋ: "N",
136
- ń: "n",
137
- ņ: "n",
138
- ň: "n",
139
- ŋ: "n",
140
- Ō: "O",
141
- Ŏ: "O",
142
- Ő: "O",
143
- ō: "o",
144
- ŏ: "o",
145
- ő: "o",
146
- Ŕ: "R",
147
- Ŗ: "R",
148
- Ř: "R",
149
- ŕ: "r",
150
- ŗ: "r",
151
- ř: "r",
152
- Ś: "S",
153
- Ŝ: "S",
154
- Ş: "S",
155
- Š: "S",
156
- ś: "s",
157
- ŝ: "s",
158
- ş: "s",
159
- š: "s",
160
- Ţ: "T",
161
- Ť: "T",
162
- Ŧ: "T",
163
- ţ: "t",
164
- ť: "t",
165
- ŧ: "t",
166
- Ũ: "U",
167
- Ū: "U",
168
- Ŭ: "U",
169
- Ů: "U",
170
- Ű: "U",
171
- Ų: "U",
172
- ũ: "u",
173
- ū: "u",
174
- ŭ: "u",
175
- ů: "u",
176
- ű: "u",
177
- ų: "u",
178
- Ŵ: "W",
179
- ŵ: "w",
180
- Ŷ: "Y",
181
- ŷ: "y",
182
- Ÿ: "Y",
183
- Ź: "Z",
184
- Ż: "Z",
185
- Ž: "Z",
186
- ź: "z",
187
- ż: "z",
188
- ž: "z",
189
- IJ: "IJ",
190
- ij: "ij",
191
- Œ: "Oe",
192
- œ: "oe",
193
- ʼn: "'n",
194
- ſ: "ss"
195
- }, y = typeof r == "object" && r && r.Object === Object && r, m = typeof self == "object" && self && self.Object === Object && self, O = y || m || Function("return this")();
196
- function p(u) {
197
- return function(e) {
198
- return u == null ? void 0 : u[e];
199
- };
1
+ const P = ["top", "right", "bottom", "left"], l = Math.min, m = Math.max, M = Math.round, O = Math.floor, S = (t) => ({
2
+ x: t,
3
+ y: t
4
+ }), p = {
5
+ left: "right",
6
+ right: "left",
7
+ bottom: "top",
8
+ top: "bottom"
9
+ }, a = {
10
+ start: "end",
11
+ end: "start"
12
+ };
13
+ function w(t, n, e) {
14
+ return m(t, l(n, e));
15
+ }
16
+ function j(t, n) {
17
+ return typeof t == "function" ? t(n) : t;
18
+ }
19
+ function u(t) {
20
+ return t.split("-")[0];
21
+ }
22
+ function g(t) {
23
+ return t.split("-")[1];
24
+ }
25
+ function h(t) {
26
+ return t === "x" ? "y" : "x";
27
+ }
28
+ function b(t) {
29
+ return t === "y" ? "height" : "width";
30
+ }
31
+ function x(t) {
32
+ return ["top", "bottom"].includes(u(t)) ? "y" : "x";
200
33
  }
201
- var S = p(l), g = Object.prototype, j = g.toString, o = O.Symbol, x = o ? o.prototype : void 0, t = x ? x.toString : void 0;
202
- function I(u) {
203
- if (typeof u == "string")
204
- return u;
205
- if (A(u))
206
- return t ? t.call(u) : "";
207
- var e = u + "";
208
- return e == "0" && 1 / u == -c ? "-0" : e;
34
+ function d(t) {
35
+ return h(x(t));
209
36
  }
210
- function E(u) {
211
- return !!u && typeof u == "object";
37
+ function C(t, n, e) {
38
+ e === void 0 && (e = !1);
39
+ const r = g(t), o = d(t), i = b(o);
40
+ let c = o === "x" ? r === (e ? "end" : "start") ? "right" : "left" : r === "start" ? "bottom" : "top";
41
+ return n.reference[i] > n.floating[i] && (c = f(c)), [c, f(c)];
212
42
  }
213
- function A(u) {
214
- return typeof u == "symbol" || E(u) && j.call(u) == n;
43
+ function L(t) {
44
+ const n = f(t);
45
+ return [s(t), n, s(n)];
215
46
  }
216
- function C(u) {
217
- return u == null ? "" : I(u);
47
+ function s(t) {
48
+ return t.replace(/start|end/g, (n) => a[n]);
218
49
  }
219
- function U(u) {
220
- return u = C(u), u && u.replace(a, S).replace(s, "");
50
+ function A(t, n, e) {
51
+ const r = ["left", "right"], o = ["right", "left"], i = ["top", "bottom"], c = ["bottom", "top"];
52
+ switch (t) {
53
+ case "top":
54
+ case "bottom":
55
+ return e ? n ? o : r : n ? r : o;
56
+ case "left":
57
+ case "right":
58
+ return n ? i : c;
59
+ default:
60
+ return [];
61
+ }
62
+ }
63
+ function E(t, n, e, r) {
64
+ const o = g(t);
65
+ let i = A(u(t), e === "start", r);
66
+ return o && (i = i.map((c) => c + "-" + o), n && (i = i.concat(i.map(s)))), i;
67
+ }
68
+ function f(t) {
69
+ return t.replace(/left|right|bottom|top/g, (n) => p[n]);
70
+ }
71
+ function y(t) {
72
+ return {
73
+ top: 0,
74
+ right: 0,
75
+ bottom: 0,
76
+ left: 0,
77
+ ...t
78
+ };
79
+ }
80
+ function R(t) {
81
+ return typeof t != "number" ? y(t) : {
82
+ top: t,
83
+ right: t,
84
+ bottom: t,
85
+ left: t
86
+ };
87
+ }
88
+ function T(t) {
89
+ const {
90
+ x: n,
91
+ y: e,
92
+ width: r,
93
+ height: o
94
+ } = t;
95
+ return {
96
+ width: r,
97
+ height: o,
98
+ top: e,
99
+ left: n,
100
+ right: n + r,
101
+ bottom: e + o,
102
+ x: n,
103
+ y: e
104
+ };
221
105
  }
222
- var L = U;
223
- const v = /* @__PURE__ */ f(L);
224
106
  export {
225
- v as default
107
+ w as clamp,
108
+ S as createCoords,
109
+ j as evaluate,
110
+ y as expandPaddingObject,
111
+ O as floor,
112
+ g as getAlignment,
113
+ d as getAlignmentAxis,
114
+ C as getAlignmentSides,
115
+ b as getAxisLength,
116
+ L as getExpandedPlacements,
117
+ s as getOppositeAlignmentPlacement,
118
+ h as getOppositeAxis,
119
+ E as getOppositeAxisPlacements,
120
+ f as getOppositePlacement,
121
+ R as getPaddingObject,
122
+ u as getSide,
123
+ x as getSideAxis,
124
+ m as max,
125
+ l as min,
126
+ T as rectToClientRect,
127
+ M as round,
128
+ P as sides
226
129
  };
package/dist/index301.js CHANGED
@@ -1,5 +1,4 @@
1
- import o from "./index246.js";
2
- /* empty css */
1
+ const t = (d, o) => +d + +o;
3
2
  export {
4
- o as default
3
+ t as add
5
4
  };
package/dist/index302.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index248.js";
1
+ import o from "./index246.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index303.js CHANGED
@@ -1,215 +1,5 @@
1
- import { defineComponent as K, ref as x, computed as f, watch as N, openBlock as r, createElementBlock as c, normalizeClass as $, normalizeStyle as h, withModifiers as Q, createElementVNode as b, renderSlot as v, createTextVNode as B, toDisplayString as g, Fragment as U, renderList as X } from "vue";
2
- import { isNil as m } from "./index251.js";
3
- import { useVirtualizer as Z } from "./index320.js";
4
- import { isNotNil as ee } from "./index134.js";
5
- import { hash as D } from "./index219.js";
6
- const te = { class: "bb-listbox__outer-container scrollbar-border" }, oe = {
7
- key: 0,
8
- class: "bb-listbox__loading"
9
- }, ne = {
10
- key: 1,
11
- class: "bb-listbox__no-data"
12
- }, le = ["aria-selected", "data-index"], ie = { class: "autocomplete-option__content" }, se = { class: "autocomplete-option__label" }, pe = /* @__PURE__ */ K({
13
- __name: "ListBox",
14
- props: {
15
- compact: { type: Boolean },
16
- options: {},
17
- open: { type: Boolean },
18
- loading: { type: Boolean },
19
- transitionDuration: { default: 250 },
20
- loadingText: { default: "Caricamento..." },
21
- noDataText: { default: "Nessun elemento da visualizzare" }
22
- },
23
- emits: ["option:selected", "option:unselected"],
24
- setup(H, { expose: T, emit: V }) {
25
- const o = H, _ = V, s = x(null), C = (e) => "option_" + JSON.stringify(e).replace(/\W/g, "_"), i = f(
26
- () => o.options.map((e) => ({ ...e, id: C(e.value) }))
27
- ), p = Z({
28
- get count() {
29
- return o.options.length;
30
- },
31
- getScrollElement: () => s.value,
32
- estimateSize: () => 42,
33
- overscan: 5
34
- }), L = (e) => {
35
- e && p.value.measureElement(e);
36
- }, O = f(() => p.value.getVirtualItems()), F = f(() => p.value.getTotalSize()), n = x(null), a = f(
37
- () => o.open && o.options.some((e) => !e.disabled)
38
- ), y = (e = 1) => {
39
- const l = m(n.value) ? -1 : n.value;
40
- let t = (l + e) % o.options.length;
41
- for (; o.options[t].disabled && t !== l; )
42
- t = y(e + 1);
43
- return t;
44
- }, M = () => {
45
- if (!a.value) return;
46
- const e = y();
47
- n.value = e, u();
48
- }, I = (e = 1) => {
49
- const l = m(n.value) ? 0 : n.value;
50
- let t = (l - e + o.options.length) % o.options.length;
51
- for (; o.options[t].disabled && t !== l; )
52
- t = I(e + 1);
53
- return t;
54
- }, A = async () => {
55
- if (!a.value) return;
56
- const e = I();
57
- n.value = e, u();
58
- }, P = () => {
59
- if (!a.value) return;
60
- let e = 0;
61
- for (; o.options[e].disabled; )
62
- e++;
63
- n.value = e, u();
64
- }, R = () => {
65
- if (!a.value) return;
66
- let e = o.options.length - 1;
67
- for (; o.options[e].disabled && e !== 0; )
68
- e--;
69
- n.value = e, u();
70
- }, q = () => {
71
- if (!a.value) return;
72
- let e = 0;
73
- for (; o.options[e] && !o.options[e].selected && o.options.length !== e; )
74
- e++;
75
- n.value = e % o.options.length, u();
76
- }, J = () => {
77
- if (!a.value) return;
78
- let e = o.options.length - 1;
79
- for (; o.options[e].selected && e > 0; )
80
- e--;
81
- n.value = e === -1 ? o.options.length - 1 : e, u();
82
- }, W = (e) => {
83
- if (!a.value) return;
84
- const l = o.options.findIndex(
85
- (t) => t.valueHash === e
86
- );
87
- l >= 0 && (n.value = l), u();
88
- }, S = () => {
89
- n.value = null;
90
- }, u = () => {
91
- s.value && ee(n.value) && p.value.scrollToIndex(n.value, {
92
- align: "center",
93
- behavior: "smooth"
94
- });
95
- }, k = () => {
96
- if (m(n.value) || !o.open) return;
97
- const e = o.options[n.value];
98
- e.selected ? _("option:unselected", e) : _("option:selected", e);
99
- }, w = x(0), z = () => {
100
- s.value && (w.value = s.value.scrollHeight);
101
- }, Y = (e) => !e.disabled, j = (e) => {
102
- if (e.preventDefault(), s.value && e.target && e.target instanceof HTMLElement) {
103
- if (!s.value.querySelector('[role="listbox"]'))
104
- throw new Error("Could not find listbox in DOM tree.");
105
- let t = e.target, d = t.dataset.index;
106
- for (; m(d) && t.parentElement; )
107
- t = t.parentElement, d = t.dataset.index;
108
- if (d) {
109
- const E = o.options[+d];
110
- E && Y(E) && (n.value = +d, k());
111
- }
112
- }
113
- }, G = () => m(n.value) ? void 0 : o.options[n.value];
114
- return N(
115
- () => o.open,
116
- () => {
117
- z();
118
- },
119
- { flush: "post" }
120
- ), N(
121
- () => o.options,
122
- (e, l) => {
123
- D(e.map((t) => t.valueHash)) !== D(l.map((t) => t.valueHash)) && (p.value.calculateRange(), z(), S());
124
- },
125
- {
126
- flush: "post"
127
- }
128
- ), T({
129
- focusNext: M,
130
- focusPrevious: A,
131
- focusFirst: P,
132
- focusFirstSelected: q,
133
- focusLast: R,
134
- focusLastSelected: J,
135
- blur: S,
136
- confirmOption: k,
137
- focusByHash: W,
138
- getHighlighted: G
139
- }), (e, l) => (r(), c("div", {
140
- class: $(["bb-listbox", {
141
- "bb-listbox--compact": e.compact,
142
- "bb-listbox--open": e.open,
143
- "bb-listbox--loading": e.loading,
144
- "bb-listbox--no-data": !i.value.length
145
- }]),
146
- style: h({
147
- "--transition-duration": `${e.transitionDuration}ms`,
148
- "--overlay-min-height": `${w.value}px`
149
- }),
150
- onClick: Q(j, ["stop"])
151
- }, [
152
- b("div", te, [
153
- b("div", {
154
- ref_key: "inner",
155
- ref: s,
156
- class: "bb-listbox__inner-container"
157
- }, [
158
- v(e.$slots, "options:prepend"),
159
- e.loading && !e.options.length ? (r(), c("div", oe, [
160
- v(e.$slots, "loading", {}, () => [
161
- B(g(e.loadingText), 1)
162
- ])
163
- ])) : e.options.length ? (r(), c("div", {
164
- key: 2,
165
- role: "listbox",
166
- style: h({
167
- height: `${F.value}px`
168
- }),
169
- tabindex: "-1"
170
- }, [
171
- (r(!0), c(U, null, X(O.value, (t, d) => (r(), c("div", {
172
- key: i.value[t.index].value,
173
- ref_for: !0,
174
- ref: L,
175
- "aria-selected": n.value === d ? !0 : void 0,
176
- class: $({
177
- "bb-listbox__option autocomplete-option": !0,
178
- "autocomplete-option--focused": n.value === t.index,
179
- "autocomplete-option--selected": i.value[t.index].selected,
180
- "autocomplete-option--disabled": i.value[t.index].disabled
181
- }),
182
- "data-index": t.index,
183
- role: "option",
184
- style: h({
185
- transform: `translateY(${t.start}px)`
186
- })
187
- }, [
188
- b("span", ie, [
189
- v(e.$slots, "option", {
190
- disabled: !!i.value[t.index].disabled,
191
- focused: n.value === t.index,
192
- index: t.index,
193
- item: i.value[t.index].item,
194
- selected: !!i.value[t.index].selected,
195
- text: i.value[t.index].text,
196
- value: i.value[t.index].value
197
- }, () => [
198
- b("span", se, g(i.value[t.index].text), 1)
199
- ])
200
- ])
201
- ], 14, le))), 128))
202
- ], 4)) : (r(), c("div", ne, [
203
- v(e.$slots, "no-data", {}, () => [
204
- B(g(e.noDataText), 1)
205
- ])
206
- ])),
207
- v(e.$slots, "options:append")
208
- ], 512)
209
- ])
210
- ], 6));
211
- }
212
- });
1
+ import o from "./index248.js";
2
+ /* empty css */
213
3
  export {
214
- pe as default
4
+ o as default
215
5
  };