bitboss-ui 2.1.87 → 2.1.89

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 (164) hide show
  1. package/dist/components/BaseSelect/BaseSelect.vue.d.ts +8 -0
  2. package/dist/components/BbSelect/BbSelect.vue.d.ts +6 -0
  3. package/dist/components/ListBox.vue.d.ts +1 -0
  4. package/dist/index.css +1 -1
  5. package/dist/index107.js +8 -8
  6. package/dist/index108.js +5 -3
  7. package/dist/index114.js +1 -1
  8. package/dist/index120.js +1 -1
  9. package/dist/index122.js +78 -76
  10. package/dist/index13.js +2 -2
  11. package/dist/index130.js +1 -1
  12. package/dist/index132.js +4 -4
  13. package/dist/index134.js +1 -1
  14. package/dist/index136.js +2 -2
  15. package/dist/index139.js +1 -1
  16. package/dist/index142.js +1 -1
  17. package/dist/index143.js +2 -2
  18. package/dist/index15.js +4 -4
  19. package/dist/index17.js +3 -3
  20. package/dist/index19.js +7 -7
  21. package/dist/index215.js +2 -2
  22. package/dist/index216.js +2 -2
  23. package/dist/index217.js +5 -2
  24. package/dist/index218.js +8 -2
  25. package/dist/index219.js +2 -3
  26. package/dist/index220.js +2 -5
  27. package/dist/index221.js +3 -8
  28. package/dist/index222.js +1 -1
  29. package/dist/index223.js +1 -1
  30. package/dist/index224.js +1 -1
  31. package/dist/index225.js +1 -1
  32. package/dist/index23.js +7 -7
  33. package/dist/index230.js +6 -6
  34. package/dist/index231.js +1 -1
  35. package/dist/index234.js +1 -1
  36. package/dist/index235.js +1 -1
  37. package/dist/index236.js +85 -12
  38. package/dist/index238.js +29 -3
  39. package/dist/index239.js +17 -4
  40. package/dist/index240.js +50 -9
  41. package/dist/index241.js +14 -2
  42. package/dist/index242.js +12 -4
  43. package/dist/index243.js +16 -86
  44. package/dist/index244.js +4 -0
  45. package/dist/index245.js +2 -29
  46. package/dist/index246.js +6 -16
  47. package/dist/index247.js +7 -51
  48. package/dist/index248.js +32 -14
  49. package/dist/index249.js +28 -12
  50. package/dist/index25.js +2 -2
  51. package/dist/index251.js +4 -9
  52. package/dist/index252.js +18 -133
  53. package/dist/index253.js +203 -0
  54. package/dist/index255.js +131 -19
  55. package/dist/index257.js +4 -3
  56. package/dist/index258.js +13 -9
  57. package/dist/index259.js +4 -106
  58. package/dist/index260.js +25 -0
  59. package/dist/index261.js +3 -100
  60. package/dist/index262.js +5 -0
  61. package/dist/index263.js +11 -3
  62. package/dist/index264.js +9 -2
  63. package/dist/index265.js +13 -5
  64. package/dist/index266.js +6 -5
  65. package/dist/index267.js +16 -5
  66. package/dist/index268.js +5 -20
  67. package/dist/index269.js +5 -2
  68. package/dist/index27.js +1 -1
  69. package/dist/index270.js +5 -2
  70. package/dist/index271.js +2 -7
  71. package/dist/index272.js +3 -7
  72. package/dist/index273.js +10 -67
  73. package/dist/index274.js +2 -32
  74. package/dist/index275.js +188 -28
  75. package/dist/index276.js +5 -0
  76. package/dist/index277.js +67 -7
  77. package/dist/index278.js +17 -8
  78. package/dist/index279.js +12 -9
  79. package/dist/index280.js +104 -51
  80. package/dist/index282.js +100 -5
  81. package/dist/index284.js +229 -12
  82. package/dist/index285.js +7 -225
  83. package/dist/index286.js +53 -6
  84. package/dist/index287.js +5 -16
  85. package/dist/index288.js +34 -8
  86. package/dist/index289.js +9 -4
  87. package/dist/index29.js +3 -3
  88. package/dist/index290.js +7 -201
  89. package/dist/index291.js +11 -0
  90. package/dist/index292.js +23 -34
  91. package/dist/index293.js +8 -3
  92. package/dist/index295.js +1 -1
  93. package/dist/index31.js +2 -2
  94. package/dist/index310.js +2 -2
  95. package/dist/index311.js +3 -4
  96. package/dist/index312.js +3 -5
  97. package/dist/index313.js +1 -1
  98. package/dist/index314.js +1 -1
  99. package/dist/index315.js +5 -3
  100. package/dist/index316.js +4 -3
  101. package/dist/index317.js +5 -3
  102. package/dist/index318.js +719 -125
  103. package/dist/index319.js +366 -2
  104. package/dist/index320.js +56 -14
  105. package/dist/index321.js +125 -2
  106. package/dist/index322.js +2 -19
  107. package/dist/index323.js +15 -2
  108. package/dist/index324.js +2 -2
  109. package/dist/index325.js +18 -5
  110. package/dist/index326.js +2 -719
  111. package/dist/index327.js +2 -366
  112. package/dist/index328.js +3 -57
  113. package/dist/index329.js +3 -2
  114. package/dist/index33.js +7 -7
  115. package/dist/index330.js +2 -4
  116. package/dist/index331.js +1 -1
  117. package/dist/index332.js +4 -3
  118. package/dist/index333.js +6 -5
  119. package/dist/index334.js +6 -34
  120. package/dist/index335.js +7 -6
  121. package/dist/index336.js +17 -127
  122. package/dist/index337.js +7 -396
  123. package/dist/index338.js +14 -6
  124. package/dist/index339.js +5 -7
  125. package/dist/index340.js +57 -18
  126. package/dist/index341.js +58 -9
  127. package/dist/index342.js +90 -12
  128. package/dist/index343.js +8 -5
  129. package/dist/index344.js +6 -58
  130. package/dist/index345.js +7 -57
  131. package/dist/index346.js +1 -1
  132. package/dist/index347.js +31 -130
  133. package/dist/index348.js +5 -21
  134. package/dist/index349.js +131 -0
  135. package/dist/index35.js +3 -3
  136. package/dist/index350.js +395 -44
  137. package/dist/index351.js +46 -7
  138. package/dist/index352.js +22 -6
  139. package/dist/index354.js +130 -89
  140. package/dist/index37.js +56 -54
  141. package/dist/index39.js +6 -6
  142. package/dist/index41.js +2 -2
  143. package/dist/index43.js +7 -7
  144. package/dist/index45.js +5 -5
  145. package/dist/index49.js +2 -2
  146. package/dist/index55.js +1 -1
  147. package/dist/index57.js +2 -2
  148. package/dist/index61.js +4 -4
  149. package/dist/index80.js +6 -6
  150. package/dist/index84.js +2 -2
  151. package/dist/index86.js +2 -2
  152. package/dist/index88.js +1 -1
  153. package/dist/index91.js +2 -2
  154. package/dist/index93.js +1 -1
  155. package/dist/index95.js +4 -4
  156. package/dist/index97.js +1 -1
  157. package/package.json +1 -1
  158. package/dist/index237.js +0 -15
  159. package/dist/index250.js +0 -18
  160. package/dist/index254.js +0 -25
  161. package/dist/index256.js +0 -190
  162. package/dist/index281.js +0 -13
  163. package/dist/index283.js +0 -20
  164. package/dist/index353.js +0 -10
package/dist/index284.js CHANGED
@@ -1,14 +1,231 @@
1
- import { ref as t } from "vue";
2
- const n = () => {
3
- const e = t([]);
4
- return { array: e, set: (...r) => {
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 { defineComponent as Z, useTemplateRef as $, computed as c, ref as w, watch as E, createElementBlock as r, openBlock as p, withModifiers as ee, normalizeStyle as h, normalizeClass as z, createElementVNode as v, renderSlot as m, createTextVNode as D, toDisplayString as g, unref as L, Fragment as te, renderList as oe } from "vue";
2
+ import { isNil as b } from "./index245.js";
3
+ import { useVirtualizer as ne } from "./index351.js";
4
+ import { isNotNil as le } from "./index144.js";
5
+ import { hash as N } from "./index226.js";
6
+ import { useLocale as ie } from "./index235.js";
7
+ const se = { class: "bb-listbox__outer-container scrollbar-border" }, ae = {
8
+ ref: "inner",
9
+ class: "bb-listbox__inner-container",
10
+ tabindex: "-1"
11
+ }, ue = {
12
+ key: 0,
13
+ class: "bb-listbox__loading"
14
+ }, re = {
15
+ key: 1,
16
+ class: "bb-listbox__no-data"
17
+ }, pe = ["aria-selected", "data-index"], de = { class: "autocomplete-option__label" }, he = /* @__PURE__ */ Z({
18
+ __name: "ListBox",
19
+ props: {
20
+ compact: { type: Boolean },
21
+ options: {},
22
+ open: { type: Boolean },
23
+ loading: { type: Boolean },
24
+ multiple: { type: Boolean },
25
+ transitionDuration: { default: 250 },
26
+ loadingText: {},
27
+ noDataText: {},
28
+ optionHeight: {}
29
+ },
30
+ emits: ["option:selected", "option:unselected"],
31
+ setup(V, { expose: R, emit: F }) {
32
+ const o = V, _ = F, { t: y } = ie(), u = $("inner"), O = $("listbox"), C = (e) => "option_" + JSON.stringify(e).replace(/\W/g, "_"), i = c(
33
+ () => o.options.map((e) => ({ ...e, id: C(e.value) }))
34
+ ), x = c(() => o.optionHeight ? o.optionHeight : o.compact ? 32 : 40), d = ne({
35
+ get count() {
36
+ return o.options.length;
37
+ },
38
+ getScrollElement: () => u.value ? u.value : null,
39
+ estimateSize: () => x.value,
40
+ overscan: 5,
41
+ measureElement: () => x.value,
42
+ useAnimationFrameWithResizeObserver: !0
43
+ }), A = (e) => {
44
+ e && d.value.measureElement(e);
45
+ }, M = c(() => d.value.getVirtualItems()), P = c(() => d.value.getTotalSize()), n = w(null), s = c(
46
+ () => o.open && o.options.some((e) => !e.disabled)
47
+ ), I = (e = 1) => {
48
+ const l = b(n.value) ? -1 : n.value;
49
+ let t = (l + e) % o.options.length;
50
+ for (; o.options[t].disabled && t !== l; )
51
+ t = I(e + 1);
52
+ return t;
53
+ }, W = () => {
54
+ if (!s.value) return;
55
+ const e = I();
56
+ n.value = e, a();
57
+ }, S = (e = 1) => {
58
+ const l = b(n.value) ? 0 : n.value;
59
+ let t = (l - e + o.options.length) % o.options.length;
60
+ for (; o.options[t].disabled && t !== l; )
61
+ t = S(e + 1);
62
+ return t;
63
+ }, J = async () => {
64
+ if (!s.value) return;
65
+ const e = S();
66
+ n.value = e, a();
67
+ }, Y = () => {
68
+ if (!s.value) return;
69
+ let e = 0;
70
+ for (; o.options[e].disabled; )
71
+ e++;
72
+ n.value = e, a();
73
+ }, j = () => {
74
+ if (!s.value) return;
75
+ let e = o.options.length - 1;
76
+ for (; o.options[e].disabled && e !== 0; )
77
+ e--;
78
+ n.value = e, a();
79
+ }, q = () => {
80
+ if (!s.value) return;
81
+ let e = 0;
82
+ for (; o.options[e] && !o.options[e].selected && o.options.length !== e; )
83
+ e++;
84
+ n.value = e % o.options.length, a();
85
+ }, G = () => {
86
+ if (!s.value) return;
87
+ let e = o.options.length - 1;
88
+ for (; o.options[e].selected && e > 0; )
89
+ e--;
90
+ n.value = e === -1 ? o.options.length - 1 : e, a();
91
+ }, K = (e) => {
92
+ if (!s.value) return;
93
+ const l = o.options.findIndex(
94
+ (t) => t.valueHash === e
95
+ );
96
+ l >= 0 && (n.value = l), a();
97
+ }, k = () => {
98
+ n.value = null;
99
+ }, a = () => {
100
+ u.value && le(n.value) && d.value.scrollToIndex(n.value, {
101
+ align: "center",
102
+ behavior: "smooth"
103
+ });
104
+ }, H = () => {
105
+ if (b(n.value) || !o.open) return;
106
+ const e = o.options[n.value];
107
+ e.selected ? _("option:unselected", e) : _("option:selected", e);
108
+ }, T = w(0), B = () => {
109
+ u.value && (T.value = u.value.scrollHeight);
110
+ }, Q = (e) => !e.disabled, U = (e) => {
111
+ if (e.preventDefault(), u.value && e.target && e.target instanceof HTMLElement && O.value) {
112
+ let l = e.target, t = l.dataset.index;
113
+ for (; b(t) && l.parentElement; )
114
+ l = l.parentElement, t = l.dataset.index;
115
+ if (t) {
116
+ const f = o.options[+t];
117
+ f && Q(f) && (n.value = +t, H());
118
+ }
119
+ }
120
+ }, X = () => b(n.value) ? void 0 : o.options[n.value];
121
+ return E(
122
+ () => o.open,
123
+ () => {
124
+ B();
125
+ },
126
+ { flush: "post" }
127
+ ), E(
128
+ () => o.options,
129
+ (e, l) => {
130
+ N(e.map((t) => t.valueHash)) !== N(l.map((t) => t.valueHash)) && (d.value.calculateRange(), B(), k());
131
+ },
132
+ {
133
+ flush: "post"
134
+ }
135
+ ), R({
136
+ focusNext: W,
137
+ focusPrevious: J,
138
+ focusFirst: Y,
139
+ focusFirstSelected: q,
140
+ focusLast: j,
141
+ focusLastSelected: G,
142
+ blur: k,
143
+ confirmOption: H,
144
+ focusByHash: K,
145
+ getHighlighted: X
146
+ }), (e, l) => (p(), r("span", {
147
+ class: z(["bb-listbox", {
148
+ "bb-listbox--compact": e.compact,
149
+ "bb-listbox--loading": e.loading,
150
+ "bb-listbox--multiple": e.multiple,
151
+ "bb-listbox--no-data": !i.value.length,
152
+ "bb-listbox--open": e.open
153
+ }]),
154
+ style: h({
155
+ "--transition-duration": `${e.transitionDuration}ms`,
156
+ "--overlay-min-height": `${T.value}px`,
157
+ "--option-height": `${x.value}px`
158
+ }),
159
+ onClick: ee(U, ["stop"])
160
+ }, [
161
+ v("span", se, [
162
+ v("span", ae, [
163
+ m(e.$slots, "options:prepend"),
164
+ e.loading && !e.options.length ? (p(), r("span", ue, [
165
+ m(e.$slots, "loading", {}, () => [
166
+ D(g(e.loadingText || L(y)("common.loadingText").value), 1)
167
+ ])
168
+ ])) : e.options.length ? (p(), r("span", {
169
+ key: 2,
170
+ role: "listbox",
171
+ ref: "listbox",
172
+ style: h({
173
+ height: `${P.value}px`
174
+ }),
175
+ tabindex: "-1"
176
+ }, [
177
+ (p(!0), r(te, null, oe(M.value, (t, f) => (p(), r("span", {
178
+ key: i.value[t.index].value,
179
+ ref_for: !0,
180
+ ref: A,
181
+ "aria-selected": n.value === f ? !0 : void 0,
182
+ class: z({
183
+ "bb-listbox__option autocomplete-option": !0,
184
+ "autocomplete-option--focused": n.value === t.index,
185
+ "autocomplete-option--selected": i.value[t.index].selected,
186
+ "autocomplete-option--disabled": i.value[t.index].disabled
187
+ }),
188
+ "data-index": t.index,
189
+ role: "option",
190
+ style: h({
191
+ transform: `translateY(${t.start}px)`
192
+ })
193
+ }, [
194
+ m(e.$slots, "option", {
195
+ disabled: !!i.value[t.index].disabled,
196
+ focused: n.value === t.index,
197
+ index: t.index,
198
+ item: i.value[t.index].item,
199
+ selected: !!i.value[t.index].selected,
200
+ text: i.value[t.index].text,
201
+ value: i.value[t.index].value
202
+ }, () => [
203
+ l[0] || (l[0] = v("svg", {
204
+ class: "autocomplete-option__checkbox",
205
+ role: "presentation",
206
+ viewBox: "276.411 158.834 114.971 114.97"
207
+ }, [
208
+ v("path", {
209
+ d: "M 297.574 224.786 L 318.309 243.134 L 371.568 189.232",
210
+ fill: "none",
211
+ "stroke-linecap": "round",
212
+ "stroke-width": "14px"
213
+ })
214
+ ], -1)),
215
+ v("span", de, g(i.value[t.index].text), 1)
216
+ ])
217
+ ], 14, pe))), 128))
218
+ ], 4)) : (p(), r("span", re, [
219
+ m(e.$slots, "no-data", {}, () => [
220
+ D(g(e.noDataText || L(y)("common.noDataText").value), 1)
221
+ ])
222
+ ])),
223
+ m(e.$slots, "options:append")
224
+ ], 512)
225
+ ])
226
+ ], 6));
227
+ }
228
+ });
12
229
  export {
13
- n as useArray
230
+ he as default
14
231
  };
package/dist/index285.js CHANGED
@@ -1,229 +1,11 @@
1
- import { defineComponent as X, useTemplateRef as w, computed as x, ref as E, watch as $, createElementBlock as r, openBlock as d, withModifiers as Z, normalizeStyle as f, normalizeClass as z, createElementVNode as c, renderSlot as v, createTextVNode as D, toDisplayString as h, unref as H, Fragment as ee, renderList as te } from "vue";
2
- import { isNil as m } from "./index270.js";
3
- import { useVirtualizer as oe } from "./index350.js";
4
- import { isNotNil as ne } from "./index144.js";
5
- import { hash as L } from "./index226.js";
6
- import { useLocale as le } from "./index235.js";
7
- const ie = { class: "bb-listbox__outer-container scrollbar-border" }, se = {
8
- ref: "inner",
9
- class: "bb-listbox__inner-container",
10
- tabindex: "-1"
11
- }, ae = {
12
- key: 0,
13
- class: "bb-listbox__loading"
14
- }, ue = {
15
- key: 1,
16
- class: "bb-listbox__no-data"
17
- }, re = ["aria-selected", "data-index"], de = { class: "autocomplete-option__label" }, fe = /* @__PURE__ */ X({
18
- __name: "ListBox",
19
- props: {
20
- compact: { type: Boolean },
21
- options: {},
22
- open: { type: Boolean },
23
- loading: { type: Boolean },
24
- multiple: { type: Boolean },
25
- transitionDuration: { default: 250 },
26
- loadingText: {},
27
- noDataText: {}
28
- },
29
- emits: ["option:selected", "option:unselected"],
30
- setup(N, { expose: V, emit: R }) {
31
- const o = N, g = R, { t: _ } = le(), u = w("inner"), F = w("listbox"), O = (e) => "option_" + JSON.stringify(e).replace(/\W/g, "_"), i = x(
32
- () => o.options.map((e) => ({ ...e, id: O(e.value) }))
33
- ), p = oe({
34
- get count() {
35
- return o.options.length;
36
- },
37
- getScrollElement: () => u.value ? u.value : null,
38
- estimateSize: () => o.compact ? 32 : 40,
39
- overscan: 5,
40
- measureElement: () => o.compact ? 32 : 40,
41
- useAnimationFrameWithResizeObserver: !0
42
- }), C = (e) => {
43
- e && p.value.measureElement(e);
44
- }, A = x(() => p.value.getVirtualItems()), M = x(() => p.value.getTotalSize()), n = E(null), s = x(
45
- () => o.open && o.options.some((e) => !e.disabled)
46
- ), y = (e = 1) => {
47
- const l = m(n.value) ? -1 : n.value;
48
- let t = (l + e) % o.options.length;
49
- for (; o.options[t].disabled && t !== l; )
50
- t = y(e + 1);
51
- return t;
52
- }, P = () => {
53
- if (!s.value) return;
54
- const e = y();
55
- n.value = e, a();
56
- }, I = (e = 1) => {
57
- const l = m(n.value) ? 0 : n.value;
58
- let t = (l - e + o.options.length) % o.options.length;
59
- for (; o.options[t].disabled && t !== l; )
60
- t = I(e + 1);
61
- return t;
62
- }, W = async () => {
63
- if (!s.value) return;
64
- const e = I();
65
- n.value = e, a();
66
- }, J = () => {
67
- if (!s.value) return;
68
- let e = 0;
69
- for (; o.options[e].disabled; )
70
- e++;
71
- n.value = e, a();
72
- }, Y = () => {
73
- if (!s.value) return;
74
- let e = o.options.length - 1;
75
- for (; o.options[e].disabled && e !== 0; )
76
- e--;
77
- n.value = e, a();
78
- }, j = () => {
79
- if (!s.value) return;
80
- let e = 0;
81
- for (; o.options[e] && !o.options[e].selected && o.options.length !== e; )
82
- e++;
83
- n.value = e % o.options.length, a();
84
- }, q = () => {
85
- if (!s.value) return;
86
- let e = o.options.length - 1;
87
- for (; o.options[e].selected && e > 0; )
88
- e--;
89
- n.value = e === -1 ? o.options.length - 1 : e, a();
90
- }, G = (e) => {
91
- if (!s.value) return;
92
- const l = o.options.findIndex(
93
- (t) => t.valueHash === e
94
- );
95
- l >= 0 && (n.value = l), a();
96
- }, S = () => {
97
- n.value = null;
98
- }, a = () => {
99
- u.value && ne(n.value) && p.value.scrollToIndex(n.value, {
100
- align: "center",
101
- behavior: "smooth"
102
- });
103
- }, k = () => {
104
- if (m(n.value) || !o.open) return;
105
- const e = o.options[n.value];
106
- e.selected ? g("option:unselected", e) : g("option:selected", e);
107
- }, T = E(0), B = () => {
108
- u.value && (T.value = u.value.scrollHeight);
109
- }, K = (e) => !e.disabled, Q = (e) => {
110
- if (e.preventDefault(), u.value && e.target && e.target instanceof HTMLElement && F.value) {
111
- let l = e.target, t = l.dataset.index;
112
- for (; m(t) && l.parentElement; )
113
- l = l.parentElement, t = l.dataset.index;
114
- if (t) {
115
- const b = o.options[+t];
116
- b && K(b) && (n.value = +t, k());
117
- }
118
- }
119
- }, U = () => m(n.value) ? void 0 : o.options[n.value];
120
- return $(
121
- () => o.open,
122
- () => {
123
- B();
124
- },
125
- { flush: "post" }
126
- ), $(
127
- () => o.options,
128
- (e, l) => {
129
- L(e.map((t) => t.valueHash)) !== L(l.map((t) => t.valueHash)) && (p.value.calculateRange(), B(), S());
130
- },
131
- {
132
- flush: "post"
133
- }
134
- ), V({
135
- focusNext: P,
136
- focusPrevious: W,
137
- focusFirst: J,
138
- focusFirstSelected: j,
139
- focusLast: Y,
140
- focusLastSelected: q,
141
- blur: S,
142
- confirmOption: k,
143
- focusByHash: G,
144
- getHighlighted: U
145
- }), (e, l) => (d(), r("span", {
146
- class: z(["bb-listbox", {
147
- "bb-listbox--compact": e.compact,
148
- "bb-listbox--loading": e.loading,
149
- "bb-listbox--multiple": e.multiple,
150
- "bb-listbox--no-data": !i.value.length,
151
- "bb-listbox--open": e.open
152
- }]),
153
- style: f({
154
- "--transition-duration": `${e.transitionDuration}ms`,
155
- "--overlay-min-height": `${T.value}px`
156
- }),
157
- onClick: Z(Q, ["stop"])
158
- }, [
159
- c("span", ie, [
160
- c("span", se, [
161
- v(e.$slots, "options:prepend"),
162
- e.loading && !e.options.length ? (d(), r("span", ae, [
163
- v(e.$slots, "loading", {}, () => [
164
- D(h(e.loadingText || H(_)("common.loadingText").value), 1)
165
- ])
166
- ])) : e.options.length ? (d(), r("span", {
167
- key: 2,
168
- role: "listbox",
169
- ref: "listbox",
170
- style: f({
171
- height: `${M.value}px`
172
- }),
173
- tabindex: "-1"
174
- }, [
175
- (d(!0), r(ee, null, te(A.value, (t, b) => (d(), r("span", {
176
- key: i.value[t.index].value,
177
- ref_for: !0,
178
- ref: C,
179
- "aria-selected": n.value === b ? !0 : void 0,
180
- class: z({
181
- "bb-listbox__option autocomplete-option": !0,
182
- "autocomplete-option--focused": n.value === t.index,
183
- "autocomplete-option--selected": i.value[t.index].selected,
184
- "autocomplete-option--disabled": i.value[t.index].disabled
185
- }),
186
- "data-index": t.index,
187
- role: "option",
188
- style: f({
189
- transform: `translateY(${t.start}px)`
190
- })
191
- }, [
192
- v(e.$slots, "option", {
193
- disabled: !!i.value[t.index].disabled,
194
- focused: n.value === t.index,
195
- index: t.index,
196
- item: i.value[t.index].item,
197
- selected: !!i.value[t.index].selected,
198
- text: i.value[t.index].text,
199
- value: i.value[t.index].value
200
- }, () => [
201
- l[0] || (l[0] = c("svg", {
202
- class: "autocomplete-option__checkbox",
203
- role: "presentation",
204
- viewBox: "276.411 158.834 114.971 114.97"
205
- }, [
206
- c("path", {
207
- d: "M 297.574 224.786 L 318.309 243.134 L 371.568 189.232",
208
- fill: "none",
209
- "stroke-linecap": "round",
210
- "stroke-width": "14px"
211
- })
212
- ], -1)),
213
- c("span", de, h(i.value[t.index].text), 1)
214
- ])
215
- ], 14, re))), 128))
216
- ], 4)) : (d(), r("span", ue, [
217
- v(e.$slots, "no-data", {}, () => [
218
- D(h(e.noDataText || H(_)("common.noDataText").value), 1)
219
- ])
220
- ])),
221
- v(e.$slots, "options:append")
222
- ], 512)
223
- ])
224
- ], 6));
1
+ import { get as o } from "./index263.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);
225
7
  }
226
8
  });
227
9
  export {
228
- fe as default
10
+ e as useItemValue
229
11
  };
package/dist/index286.js CHANGED
@@ -1,8 +1,55 @@
1
- import e from "./index326.js";
2
- import o from "./index327.js";
3
- import r from "./index328.js";
4
- const f = new r(o, e)._freeze();
1
+ import { useLogger as y } from "./index229.js";
2
+ const g = (t, i) => {
3
+ if (!i.length) return;
4
+ const n = Array.from(
5
+ t.querySelectorAll(":scope > thead th")
6
+ );
7
+ if (!n.length) return;
8
+ const { error: r } = y(), p = n.length, u = i.map((e) => ({
9
+ index: typeof e == "number" ? e : e.index,
10
+ position: typeof e == "number" ? "left" : e.position
11
+ })).sort((e, o) => e.position !== o.position ? e.position === "left" ? -1 : 1 : e.position === "left" ? e.index - o.index : o.index - e.index).reduce((e, o) => {
12
+ const l = n[o.index];
13
+ if (!l)
14
+ return r(
15
+ `BbTable fixedColumns: Cannot affix column at index ${o.index}. Table has ${p} columns (valid indices: 0–${p - 1}).`
16
+ ), e;
17
+ const { width: c } = l.getBoundingClientRect(), m = e.filter((h) => h.position === o.position).reduce((h, x) => h + x.width, 0);
18
+ return e.push({
19
+ index: o.index,
20
+ position: o.position,
21
+ width: Math.floor(c),
22
+ offset: m
23
+ }), e;
24
+ }, []);
25
+ Array.from(
26
+ t.querySelectorAll(":scope > thead > tr, :scope > tbody > tr")
27
+ ).forEach((e) => {
28
+ u.forEach((o) => {
29
+ const l = e.querySelector(
30
+ `:scope > :nth-child(${o.index + 1})`
31
+ );
32
+ l && (l.style.position = "sticky", l.style[o.position] = `${o.offset}px`);
33
+ });
34
+ });
35
+ }, d = (t) => Array.isArray(t) ? t : [t], w = (t) => t.split(/\W+/g).join("_").toLowerCase(), A = (t, i, n) => {
36
+ const r = [...d(t)];
37
+ return i && r.push(...d(i)), n && r.push(...d(n)), r;
38
+ }, $ = (t, i, n, r, p, a) => {
39
+ const f = [...d(t)], u = (s) => typeof s == "function" ? s(r, p, a) : s;
40
+ if (i) {
41
+ const s = u(i);
42
+ s && f.push(...d(s));
43
+ }
44
+ if (n) {
45
+ const s = u(n);
46
+ s && f.push(...d(s));
47
+ }
48
+ return f;
49
+ };
5
50
  export {
6
- r as Mime,
7
- f as default
51
+ g as applyFixedTableColumns,
52
+ w as columnKeyToSlotName,
53
+ $ as mergeCellClasses,
54
+ A as mergeHeaderClasses
8
55
  };
package/dist/index287.js CHANGED
@@ -1,18 +1,7 @@
1
- const e = (o, r, f) => o.reduce((t, n) => {
2
- if (t) return t;
3
- if (f(n))
4
- return n;
5
- if (r in n) {
6
- const i = e(
7
- [].concat(n[r]),
8
- r,
9
- f
10
- );
11
- if (i)
12
- return i;
13
- }
14
- return t;
15
- }, null);
1
+ const o = (l, n, f = (r) => r, u) => l.map((r) => Array.isArray(r[n]) ? [
2
+ f(r, u),
3
+ ...o(r[n], n, f, f(r, u))
4
+ ] : [f(r, u)]).flat();
16
5
  export {
17
- e as findInTree
6
+ o as flattenTree
18
7
  };
package/dist/index288.js CHANGED
@@ -1,10 +1,36 @@
1
- const u = (t, r) => t.reduce(
2
- (e, n, o, d) => {
3
- const s = r(n, o, d);
4
- return e[s] = n, e;
5
- },
6
- {}
7
- );
1
+ import { defineComponent as a, resolveComponent as o, createBlock as u, openBlock as l, resolveDynamicComponent as m, unref as c, withCtx as p, renderSlot as f } from "vue";
2
+ import { _config as e } from "./index4.js";
3
+ import { useLogger as i } from "./index229.js";
4
+ import { useFrameworkDetection as k } from "./index289.js";
5
+ const y = /* @__PURE__ */ a({
6
+ __name: "RouterComponent",
7
+ setup(g) {
8
+ const { isInertia: r, isNuxt: s } = k();
9
+ let t;
10
+ if (r) {
11
+ if (t = o(e.inertiaLinkName), typeof t == "string") {
12
+ const { warn: n } = i();
13
+ n(
14
+ `Inertia link component "${e.inertiaLinkName}" could not be resolved. Ensure you app registers a link component with the name "${e.inertiaLinkName}" or set bitboss-ui config key "inertiaLinkName" to the correct value globally. Please visit ${e.documentationURL}/getting-started to resolve setup issues in bitboss-ui.`
15
+ );
16
+ }
17
+ } else if (s) {
18
+ if (t = o(e.nuxtLinkName), typeof t == "string") {
19
+ const { warn: n } = i();
20
+ n(
21
+ `Nuxt link component "${e.nuxtLinkName}" could not be resolved. Ensure you app registers a link component with the name "${e.nuxtLinkName}" or set bitboss-ui config key "nuxtLinkName" to the correct value globally. Please visit ${e.documentationURL}/getting-started to resolve setup issues in bitboss-ui.`
22
+ );
23
+ }
24
+ } else
25
+ t = "router-link";
26
+ return (n, d) => (l(), u(m(c(t)), null, {
27
+ default: p(() => [
28
+ f(n.$slots, "default")
29
+ ]),
30
+ _: 3
31
+ }));
32
+ }
33
+ });
8
34
  export {
9
- u as indexBy
35
+ y as default
10
36
  };
package/dist/index289.js CHANGED
@@ -1,6 +1,11 @@
1
- function x(e) {
2
- return /^#([A-Fa-f0-9]{6})$/.test(e);
3
- }
1
+ import { getCurrentInstance as e } from "vue";
2
+ const s = () => {
3
+ const t = e(), n = !!t?.proxy?.$inertia, r = !!t?.proxy?.$nuxt;
4
+ return {
5
+ isInertia: n,
6
+ isNuxt: r
7
+ };
8
+ };
4
9
  export {
5
- x as isHex
10
+ s as useFrameworkDetection
6
11
  };
package/dist/index29.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as M, computed as T, ref as W, watchPostEffect as q, createBlock as F, openBlock as K, normalizeClass as L, withCtx as i, createVNode as O, unref as h, createElementVNode as z, mergeProps as G, withModifiers as R, renderSlot as d } from "vue";
2
- import { clamp as c } from "./index215.js";
3
- import { clampPrecision as U } from "./index277.js";
4
- import { isNil as f } from "./index270.js";
2
+ import { clamp as c } from "./index216.js";
3
+ import { clampPrecision as U } from "./index290.js";
4
+ import { isNil as f } from "./index245.js";
5
5
  import { isNotNil as g } from "./index144.js";
6
6
  import j from "./index136.js";
7
7
  /* empty css */