@wwtdev/bsds-components-vue3 1.8.1 → 1.9.0

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.
@@ -1,78 +1,7 @@
1
- import { defineComponent as ae, ref as m, getCurrentInstance as se, inject as le, h as ne, openBlock as i, createElementBlock as f, mergeProps as d, renderSlot as h, computed as K, unref as b, createBlock as $, withCtx as g, createElementVNode as T, reactive as p, onBeforeMount as A, onMounted as I, watch as L, nextTick as q, onBeforeUnmount as V, Fragment as x, Teleport as R, createCommentVNode as P, createVNode as E, createSlots as z } from "vue";
2
- import { ClientOnly as w } from "#components";
3
- import { useAsyncData as W } from "#imports";
4
- const J = "update:modelValue", H = "modelValue", re = "routerLink", Q = "navManager", ie = "router", oe = "aria", O = Symbol(), X = { default: O }, _ = (e) => (e == null ? void 0 : e.split(" ")) || [], ue = (e, n, s = []) => {
5
- var t;
6
- return [...Array.from(((t = e.value) == null ? void 0 : t.classList) || []), ...s].filter(
7
- (a, r, o) => !n.has(a) && o.indexOf(a) === r
8
- );
9
- }, M = (e, n, s = [], t, a, r) => {
10
- n !== void 0 && n();
11
- const o = ae((u, { attrs: y, slots: l, emit: v }) => {
12
- var Z;
13
- let c = u[t];
14
- const B = m(), Y = new Set(_(y.class)), ee = (C) => {
15
- C.el && (Array.isArray(a) ? a : [a]).forEach((S) => {
16
- C.el.addEventListener(S.toLowerCase(), (k) => {
17
- c = (k == null ? void 0 : k.target)[t], v(J, c), r && v(r, k);
18
- });
19
- });
20
- }, G = se(), U = ((Z = G == null ? void 0 : G.appContext) == null ? void 0 : Z.provides[Q]) ? le(Q) : void 0, te = (C) => {
21
- const { routerLink: j } = u;
22
- if (j !== O)
23
- if (U !== void 0) {
24
- let S = { event: C };
25
- for (const k in u) {
26
- const F = u[k];
27
- u.hasOwnProperty(k) && k.startsWith(ie) && F !== O && (S[k] = F);
28
- }
29
- U.navigate(S);
30
- } else
31
- console.warn("Tried to navigate, but no router was found. Make sure you have mounted Vue Router.");
32
- };
33
- return () => {
34
- c = u[t], _(y.class).forEach((k) => {
35
- Y.add(k);
36
- });
37
- const C = u.onClick, j = (k) => {
38
- C !== void 0 && C(k), k.defaultPrevented || te(k);
39
- };
40
- let S = {
41
- ref: B,
42
- class: ue(B, Y),
43
- onClick: j,
44
- onVnodeBeforeMount: a ? ee : void 0
45
- };
46
- for (const k in u) {
47
- const F = u[k];
48
- (u.hasOwnProperty(k) && F !== O || k.startsWith(oe)) && (S[k] = F);
49
- }
50
- return t && (u[H] !== O ? S = {
51
- ...S,
52
- [t]: u[H]
53
- } : c !== O && (S = {
54
- ...S,
55
- [t]: c
56
- })), ne(e, S, l.default && l.default());
57
- };
58
- });
59
- return typeof o != "function" && (o.name = e, o.props = {
60
- [re]: X
61
- }, s.forEach((u) => {
62
- o.props[u] = X;
63
- }), t && (o.props[H] = X, o.emits = [J, r])), o;
64
- }, ot = /* @__PURE__ */ M("bs-input-addon", void 0, [
65
- "disabled",
66
- "error",
67
- "multifocus",
68
- "variant"
69
- ]), ut = /* @__PURE__ */ M("bs-loader", void 0, [
70
- "size"
71
- ]), dt = /* @__PURE__ */ M("bs-toast-actions", void 0, [
72
- "defaultDismiss"
73
- ]), ct = /* @__PURE__ */ M("bs-toast-body", void 0), ft = /* @__PURE__ */ M("bs-toast-header", void 0, [
74
- "variant"
75
- ]), ht = /* @__PURE__ */ M("bs-toaster", void 0), de = ["color", "count", "count-max", "dot", "label", "position", "show-zero"], mt = {
1
+ import { openBlock as i, createElementBlock as d, mergeProps as u, renderSlot as c, computed as W, unref as m, createBlock as y, withCtx as g, createElementVNode as w, normalizeProps as E, guardReactiveProps as F, ref as h, reactive as p, onBeforeMount as S, onMounted as T, watch as C, nextTick as I, onBeforeUnmount as q, Fragment as A, Teleport as L, createCommentVNode as x, createVNode as V, createSlots as z } from "vue";
2
+ import { ClientOnly as k } from "#components";
3
+ import { useAsyncData as P } from "#imports";
4
+ const O = ["color", "count", "count-max", "dot", "label", "position", "show-zero"], Oe = {
76
5
  __name: "BsBadge",
77
6
  props: {
78
7
  color: {},
@@ -84,8 +13,8 @@ const J = "update:modelValue", H = "modelValue", re = "routerLink", Q = "navMana
84
13
  showZero: {}
85
14
  },
86
15
  emits: [],
87
- setup(e, { emit: n }) {
88
- return (s, t) => (i(), f("bs-badge", d(s.$attrs, {
16
+ setup(e, { emit: l }) {
17
+ return (a, t) => (i(), d("bs-badge", u(a.$attrs, {
89
18
  color: e.color,
90
19
  count: e.count,
91
20
  "count-max": e.countMax,
@@ -94,23 +23,23 @@ const J = "update:modelValue", H = "modelValue", re = "routerLink", Q = "navMana
94
23
  position: e.position,
95
24
  "show-zero": e.showZero
96
25
  }), [
97
- h(s.$slots, "default")
98
- ], 16, de));
26
+ c(a.$slots, "default")
27
+ ], 16, O));
99
28
  }
100
- }, ce = ["char-count", "char-max"], bt = {
29
+ }, M = ["char-count", "char-max"], Me = {
101
30
  __name: "BsCharacterCount",
102
31
  props: {
103
32
  charCount: {},
104
33
  charMax: {}
105
34
  },
106
35
  emits: [],
107
- setup(e, { emit: n }) {
108
- return (s, t) => (i(), f("bs-character-count", d(s.$attrs, {
36
+ setup(e, { emit: l }) {
37
+ return (a, t) => (i(), d("bs-character-count", u(a.$attrs, {
109
38
  "char-count": e.charCount,
110
39
  "char-max": e.charMax
111
- }), null, 16, ce));
40
+ }), null, 16, M));
112
41
  }
113
- }, fe = ["chart-title", "data", "dataIdxLabels", "show-legend", "show-tooltips", "show-x-grid", "show-y-grid", "stacked", "x-label", "y-label"], vt = {
42
+ }, j = ["chart-title", "data", "dataIdxLabels", "show-legend", "show-tooltips", "show-x-grid", "show-y-grid", "stacked", "x-label", "y-label"], je = {
114
43
  __name: "BsChartBar",
115
44
  props: {
116
45
  chartTitle: {},
@@ -125,8 +54,8 @@ const J = "update:modelValue", H = "modelValue", re = "routerLink", Q = "navMana
125
54
  yLabel: { default: "" }
126
55
  },
127
56
  emits: [],
128
- setup(e, { emit: n }) {
129
- return (s, t) => (i(), f("bs-chart-bar", d(s.$attrs, {
57
+ setup(e, { emit: l }) {
58
+ return (a, t) => (i(), d("bs-chart-bar", u(a.$attrs, {
130
59
  "chart-title": e.chartTitle,
131
60
  data: e.data,
132
61
  dataIdxLabels: e.dataIdxLabels,
@@ -137,9 +66,9 @@ const J = "update:modelValue", H = "modelValue", re = "routerLink", Q = "navMana
137
66
  stacked: e.stacked,
138
67
  "x-label": e.xLabel,
139
68
  "y-label": e.yLabel
140
- }), null, 16, fe));
69
+ }), null, 16, j));
141
70
  }
142
- }, he = ["data", "dataIdxLabels", "table-title"], yt = {
71
+ }, N = ["data", "dataIdxLabels", "table-title"], Ne = {
143
72
  __name: "BsChartTable",
144
73
  props: {
145
74
  data: {},
@@ -147,14 +76,14 @@ const J = "update:modelValue", H = "modelValue", re = "routerLink", Q = "navMana
147
76
  tableTitle: { default: "" }
148
77
  },
149
78
  emits: [],
150
- setup(e, { emit: n }) {
151
- return (s, t) => (i(), f("bs-chart-table", d(s.$attrs, {
79
+ setup(e, { emit: l }) {
80
+ return (a, t) => (i(), d("bs-chart-table", u(a.$attrs, {
152
81
  data: e.data,
153
82
  dataIdxLabels: e.dataIdxLabels,
154
83
  "table-title": e.tableTitle
155
- }), null, 16, he));
84
+ }), null, 16, N));
156
85
  }
157
- }, me = ["label", "checked", "checked-partially", "disabled", "error", "pass-attrs", "required", "size"], $t = {
86
+ }, G = ["label", "checked", "checked-partially", "disabled", "error", "pass-attrs", "required", "size"], Ge = {
158
87
  __name: "BsCheckbox",
159
88
  props: {
160
89
  label: {},
@@ -168,8 +97,8 @@ const J = "update:modelValue", H = "modelValue", re = "routerLink", Q = "navMana
168
97
  modelValue: {}
169
98
  },
170
99
  emits: ["update:modelValue"],
171
- setup(e, { emit: n }) {
172
- return (s, t) => (i(), f("bs-checkbox", d(s.$attrs, {
100
+ setup(e, { emit: l }) {
101
+ return (a, t) => (i(), d("bs-checkbox", u(a.$attrs, {
173
102
  label: e.label,
174
103
  checked: e.checked || e.modelValue,
175
104
  "checked-partially": e.checkedPartially,
@@ -178,25 +107,25 @@ const J = "update:modelValue", H = "modelValue", re = "routerLink", Q = "navMana
178
107
  "pass-attrs": e.passAttrs,
179
108
  required: e.required,
180
109
  size: e.size,
181
- onChange: t[0] || (t[0] = (a) => n("update:modelValue", a.target.checked))
182
- }), null, 16, me));
110
+ onChange: t[0] || (t[0] = (s) => l("update:modelValue", s.target.checked))
111
+ }), null, 16, G));
183
112
  }
184
113
  };
185
- function N(e) {
186
- const n = K(() => {
187
- var a, r;
188
- return ((r = (a = e.href) == null ? void 0 : a.startsWith) == null ? void 0 : r.call(a, "/")) || !1;
189
- }), s = K(() => {
190
- var a, r;
191
- return n.value && ((a = e.router) == null ? void 0 : a.navigateTo) || ((r = e.router) == null ? void 0 : r.push) || null;
114
+ function D(e) {
115
+ const l = W(() => {
116
+ var s, n;
117
+ return ((n = (s = e.href) == null ? void 0 : s.startsWith) == null ? void 0 : n.call(s, "/")) || !1;
118
+ }), a = W(() => {
119
+ var s, n;
120
+ return l.value && ((s = e.router) == null ? void 0 : s.navigateTo) || ((n = e.router) == null ? void 0 : n.push) || null;
192
121
  });
193
- function t(a) {
194
- var r, o, u, y, l;
195
- s.value && ((o = (r = a.target.href) == null ? void 0 : r.endsWith) != null && o.call(r, e.href) || (l = (y = (u = a.target.closest("a")) == null ? void 0 : u.href) == null ? void 0 : y.endsWith) != null && l.call(y, e.href)) && (a.preventDefault(), s.value(e.href));
122
+ function t(s) {
123
+ var n, o, b, $, r;
124
+ a.value && ((o = (n = s.target.href) == null ? void 0 : n.endsWith) != null && o.call(n, e.href) || (r = ($ = (b = s.target.closest("a")) == null ? void 0 : b.href) == null ? void 0 : $.endsWith) != null && r.call($, e.href)) && (s.preventDefault(), a.value(e.href));
196
125
  }
197
126
  return { onLinkClick: t };
198
127
  }
199
- const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-position", "label", "pass-attrs", "text-btn", "size"], gt = {
128
+ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-position", "label", "pass-attrs", "text-btn", "size"], He = {
200
129
  __name: "BsCircleButton",
201
130
  props: {
202
131
  disabled: {},
@@ -212,9 +141,9 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
212
141
  router: {}
213
142
  },
214
143
  emits: [],
215
- setup(e, { emit: n }) {
216
- const s = e, { onLinkClick: t } = N(s);
217
- return (a, r) => (i(), f("bs-circle-button", d(a.$attrs, {
144
+ setup(e, { emit: l }) {
145
+ const a = e, { onLinkClick: t } = D(a);
146
+ return (s, n) => (i(), d("bs-circle-button", u(s.$attrs, {
218
147
  disabled: e.disabled,
219
148
  "ghost-btn": e.ghostBtn,
220
149
  "hover-effect": e.hoverEffect,
@@ -225,10 +154,10 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
225
154
  "pass-attrs": e.passAttrs,
226
155
  "text-btn": e.textBtn,
227
156
  size: e.size,
228
- onClick: r[0] || (r[0] = (...o) => b(t) && b(t)(...o))
229
- }), null, 16, be));
157
+ onClick: n[0] || (n[0] = (...o) => m(t) && m(t)(...o))
158
+ }), null, 16, H));
230
159
  }
231
- }, ve = ["shown", "width", "top", "center", "toggle-id", "container-id"], Bt = {
160
+ }, X = ["shown", "width", "top", "center", "toggle-id", "container-id"], Xe = {
232
161
  __name: "BsDropdown",
233
162
  props: {
234
163
  shown: { default: !1 },
@@ -239,25 +168,25 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
239
168
  containerId: { default: void 0 }
240
169
  },
241
170
  emits: ["close"],
242
- setup(e, { emit: n }) {
243
- return (s, t) => (i(), $(b(w), null, {
171
+ setup(e, { emit: l }) {
172
+ return (a, t) => (i(), y(m(k), null, {
244
173
  default: g(() => [
245
- T("bs-dropdown", d(s.$attrs, {
174
+ w("bs-dropdown", u(a.$attrs, {
246
175
  shown: e.shown,
247
176
  width: e.width,
248
177
  top: e.top,
249
178
  center: e.center,
250
179
  "toggle-id": e.toggleId,
251
180
  "container-id": e.containerId,
252
- onClose: t[0] || (t[0] = (a) => n("close", a.detail))
181
+ onClose: t[0] || (t[0] = (s) => l("close", s.detail))
253
182
  }), [
254
- h(s.$slots, "default")
255
- ], 16, ve)
183
+ c(a.$slots, "default")
184
+ ], 16, X)
256
185
  ]),
257
186
  _: 3
258
187
  }));
259
188
  }
260
- }, ye = ["value", "variant", "selected", "options-id", "shown", "focused", "index"], kt = {
189
+ }, Y = ["value", "variant", "selected", "options-id", "shown", "focused", "index"], Ye = {
261
190
  __name: "BsDropdownOption",
262
191
  props: {
263
192
  value: {},
@@ -269,8 +198,8 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
269
198
  index: {}
270
199
  },
271
200
  emits: ["optionmouseenter", "optionselect"],
272
- setup(e, { emit: n }) {
273
- return (s, t) => (i(), f("bs-dropdown-option", d(s.$attrs, {
201
+ setup(e, { emit: l }) {
202
+ return (a, t) => (i(), d("bs-dropdown-option", u(a.$attrs, {
274
203
  value: e.value,
275
204
  variant: e.variant,
276
205
  selected: e.selected,
@@ -278,13 +207,13 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
278
207
  shown: e.shown,
279
208
  focused: e.focused,
280
209
  index: e.index,
281
- onOptionmouseenter: t[0] || (t[0] = (a) => n("optionmouseenter", a.detail)),
282
- onOptionselect: t[1] || (t[1] = (a) => n("optionselect", a.detail))
210
+ onOptionmouseenter: t[0] || (t[0] = (s) => l("optionmouseenter", s.detail)),
211
+ onOptionselect: t[1] || (t[1] = (s) => l("optionselect", s.detail))
283
212
  }), [
284
- h(s.$slots, "default")
285
- ], 16, ye));
213
+ c(a.$slots, "default")
214
+ ], 16, Y));
286
215
  }
287
- }, $e = ["options-id", "shown", "label"], wt = {
216
+ }, Z = ["options-id", "shown", "label"], Ze = {
288
217
  __name: "BsDropdownOptions",
289
218
  props: {
290
219
  optionsId: {},
@@ -292,18 +221,18 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
292
221
  label: {}
293
222
  },
294
223
  emits: ["selectionchange", "close"],
295
- setup(e, { emit: n }) {
296
- return (s, t) => (i(), f("bs-dropdown-options", d(s.$attrs, {
224
+ setup(e, { emit: l }) {
225
+ return (a, t) => (i(), d("bs-dropdown-options", u(a.$attrs, {
297
226
  "options-id": e.optionsId,
298
227
  shown: e.shown,
299
228
  label: e.label,
300
- onSelectionchange: t[0] || (t[0] = (a) => n("selectionchange", a.detail)),
301
- onClose: t[1] || (t[1] = (a) => n("close", a.detail))
229
+ onSelectionchange: t[0] || (t[0] = (s) => l("selectionchange", s.detail)),
230
+ onClose: t[1] || (t[1] = (s) => l("close", s.detail))
302
231
  }), [
303
- h(s.$slots, "default")
304
- ], 16, $e));
232
+ c(a.$slots, "default")
233
+ ], 16, Z));
305
234
  }
306
- }, ge = ["char-count", "char-max", "disabled", "error", "hints", "label", "label-for", "required", "hint-id"], St = {
235
+ }, J = ["char-count", "char-max", "disabled", "error", "hints", "label", "label-for", "required", "hint-id"], Je = {
307
236
  __name: "BsFieldLayout",
308
237
  props: {
309
238
  charCount: {},
@@ -317,8 +246,8 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
317
246
  hintId: {}
318
247
  },
319
248
  emits: [],
320
- setup(e, { emit: n }) {
321
- return (s, t) => (i(), f("bs-field-layout", d(s.$attrs, {
249
+ setup(e, { emit: l }) {
250
+ return (a, t) => (i(), d("bs-field-layout", u(a.$attrs, {
322
251
  "char-count": e.charCount,
323
252
  "char-max": e.charMax,
324
253
  disabled: e.disabled,
@@ -329,10 +258,10 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
329
258
  required: e.required,
330
259
  "hint-id": e.hintId
331
260
  }), [
332
- h(s.$slots, "default")
333
- ], 16, ge));
261
+ c(a.$slots, "default")
262
+ ], 16, J));
334
263
  }
335
- }, Be = ["error", "hint-id", "hints"], Tt = {
264
+ }, K = ["error", "hint-id", "hints"], Ke = {
336
265
  __name: "BsHint",
337
266
  props: {
338
267
  error: {},
@@ -340,14 +269,14 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
340
269
  hints: {}
341
270
  },
342
271
  emits: [],
343
- setup(e, { emit: n }) {
344
- return (s, t) => (i(), f("bs-hint", d(s.$attrs, {
272
+ setup(e, { emit: l }) {
273
+ return (a, t) => (i(), d("bs-hint", u(a.$attrs, {
345
274
  error: e.error,
346
275
  "hint-id": e.hintId,
347
276
  hints: e.hints
348
- }), null, 16, Be));
277
+ }), null, 16, K));
349
278
  }
350
- }, ke = ["disabled", "error", "pass-attrs", "placeholder", "required", "type", "value", "hint-id"], Ct = {
279
+ }, U = ["disabled", "error", "pass-attrs", "placeholder", "required", "type", "value", "hint-id"], Ue = {
351
280
  __name: "BsInput",
352
281
  props: {
353
282
  disabled: { default: !1 },
@@ -361,8 +290,8 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
361
290
  modelValue: {}
362
291
  },
363
292
  emits: ["update:modelValue"],
364
- setup(e, { emit: n }) {
365
- return (s, t) => (i(), f("bs-input", d(s.$attrs, {
293
+ setup(e, { emit: l }) {
294
+ return (a, t) => (i(), d("bs-input", u(a.$attrs, {
366
295
  disabled: e.disabled,
367
296
  error: e.error,
368
297
  "pass-attrs": e.passAttrs,
@@ -371,10 +300,29 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
371
300
  type: e.type,
372
301
  value: e.value || e.modelValue,
373
302
  "hint-id": e.hintId,
374
- onInput: t[0] || (t[0] = (a) => n("update:modelValue", a.target.value))
375
- }), null, 16, ke));
303
+ onInput: t[0] || (t[0] = (s) => l("update:modelValue", s.target.value))
304
+ }), null, 16, U));
305
+ }
306
+ }, Q = ["disabled", "error", "multifocus", "variant"], Qe = {
307
+ __name: "BsInputAddon",
308
+ props: {
309
+ disabled: { default: !1 },
310
+ error: { default: !1 },
311
+ multifocus: { default: !1 },
312
+ variant: {}
313
+ },
314
+ emits: [],
315
+ setup(e, { emit: l }) {
316
+ return (a, t) => (i(), d("bs-input-addon", u(a.$attrs, {
317
+ disabled: e.disabled,
318
+ error: e.error,
319
+ multifocus: e.multifocus,
320
+ variant: e.variant
321
+ }), [
322
+ c(a.$slots, "default")
323
+ ], 16, Q));
376
324
  }
377
- }, we = ["disabled", "error", "hints", "label", "pass-attrs", "placeholder", "required", "type", "value"], pt = {
325
+ }, _ = ["disabled", "error", "hints", "label", "pass-attrs", "placeholder", "required", "type", "value"], _e = {
378
326
  __name: "BsInputField",
379
327
  props: {
380
328
  disabled: { default: !1 },
@@ -389,8 +337,8 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
389
337
  modelValue: {}
390
338
  },
391
339
  emits: ["update:modelValue"],
392
- setup(e, { emit: n }) {
393
- return (s, t) => (i(), f("bs-input-field", d(s.$attrs, {
340
+ setup(e, { emit: l }) {
341
+ return (a, t) => (i(), d("bs-input-field", u(a.$attrs, {
394
342
  disabled: e.disabled,
395
343
  error: e.error,
396
344
  hints: e.hints,
@@ -400,10 +348,10 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
400
348
  required: e.required,
401
349
  type: e.type,
402
350
  value: e.value || e.modelValue,
403
- onInput: t[0] || (t[0] = (a) => n("update:modelValue", a.target.value))
404
- }), null, 16, we));
351
+ onInput: t[0] || (t[0] = (s) => l("update:modelValue", s.target.value))
352
+ }), null, 16, _));
405
353
  }
406
- }, Se = ["disabled", "pass-attrs", "placeholder", "hint-id", "value"], At = {
354
+ }, ee = ["disabled", "pass-attrs", "placeholder", "hint-id", "value"], et = {
407
355
  __name: "BsInputSearch",
408
356
  props: {
409
357
  disabled: { default: !1 },
@@ -414,18 +362,31 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
414
362
  modelValue: {}
415
363
  },
416
364
  emits: ["clear", "update:modelValue"],
417
- setup(e, { emit: n }) {
418
- return (s, t) => (i(), f("bs-input-search", d(s.$attrs, {
365
+ setup(e, { emit: l }) {
366
+ return (a, t) => (i(), d("bs-input-search", u(a.$attrs, {
419
367
  disabled: e.disabled,
420
368
  "pass-attrs": e.passAttrs,
421
369
  placeholder: e.placeholder,
422
370
  "hint-id": e.hintId,
423
371
  value: e.value || e.modelValue,
424
- onClear: t[0] || (t[0] = (a) => n("clear", a.detail)),
425
- onInput: t[1] || (t[1] = (a) => n("update:modelValue", a.target.value))
426
- }), null, 16, Se));
372
+ onClear: t[0] || (t[0] = (s) => l("clear", s.detail)),
373
+ onInput: t[1] || (t[1] = (s) => l("update:modelValue", s.target.value))
374
+ }), null, 16, ee));
427
375
  }
428
- }, Te = ["shown", "alert", "close-button"], It = {
376
+ }, te = ["size", "variant"], tt = {
377
+ __name: "BsLoader",
378
+ props: {
379
+ size: {},
380
+ variant: {}
381
+ },
382
+ emits: [],
383
+ setup(e, { emit: l }) {
384
+ return (a, t) => (i(), d("bs-loader", u(a.$attrs, {
385
+ size: e.size,
386
+ variant: e.variant
387
+ }), null, 16, te));
388
+ }
389
+ }, ae = ["shown", "alert", "close-button"], at = {
429
390
  __name: "BsModal",
430
391
  props: {
431
392
  shown: { default: !1 },
@@ -433,37 +394,37 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
433
394
  closeButton: { default: !0 }
434
395
  },
435
396
  emits: ["close", "leaveend"],
436
- setup(e, { emit: n }) {
437
- return (s, t) => (i(), $(b(w), null, {
397
+ setup(e, { emit: l }) {
398
+ return (a, t) => (i(), y(m(k), null, {
438
399
  default: g(() => [
439
- T("bs-modal", d(s.$attrs, {
400
+ w("bs-modal", u(a.$attrs, {
440
401
  shown: e.shown,
441
402
  alert: e.alert,
442
403
  "close-button": e.closeButton,
443
- onClose: t[0] || (t[0] = (a) => n("close", a.detail)),
444
- onLeaveend: t[1] || (t[1] = (a) => n("leaveend", a.detail))
404
+ onClose: t[0] || (t[0] = (s) => l("close", s.detail)),
405
+ onLeaveend: t[1] || (t[1] = (s) => l("leaveend", s.detail))
445
406
  }), [
446
- h(s.$slots, "default")
447
- ], 16, Te)
407
+ c(a.$slots, "default")
408
+ ], 16, ae)
448
409
  ]),
449
410
  _: 3
450
411
  }));
451
412
  }
452
- }, Ce = ["shown"], Lt = {
413
+ }, se = ["shown"], st = {
453
414
  __name: "BsOverlay",
454
415
  props: {
455
416
  shown: { default: !1 }
456
417
  },
457
418
  emits: [],
458
- setup(e, { emit: n }) {
459
- return (s, t) => (i(), $(b(w), null, {
419
+ setup(e, { emit: l }) {
420
+ return (a, t) => (i(), y(m(k), null, {
460
421
  default: g(() => [
461
- T("bs-overlay", d(s.$attrs, { shown: e.shown }), null, 16, Ce)
422
+ w("bs-overlay", u(a.$attrs, { shown: e.shown }), null, 16, se)
462
423
  ]),
463
424
  _: 1
464
425
  }));
465
426
  }
466
- }, pe = ["show-first-last-buttons", "prev-page-text", "first-page-text", "next-page-text", "last-page-text", "fixed", "variant", "selection", "center-display", "break-text", "page-range", "page-count", "center-label", "items-per-group", "items-count", "results-increments"], qt = {
427
+ }, le = ["show-first-last-buttons", "prev-page-text", "first-page-text", "next-page-text", "last-page-text", "fixed", "variant", "selection", "center-display", "break-text", "page-range", "page-count", "center-label", "items-per-group", "items-count", "results-increments"], lt = {
467
428
  __name: "BsPagination",
468
429
  props: {
469
430
  showFirstLastButtons: { default: !1 },
@@ -484,8 +445,8 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
484
445
  resultsIncrements: {}
485
446
  },
486
447
  emits: ["selectionchange"],
487
- setup(e, { emit: n }) {
488
- return (s, t) => (i(), f("bs-pagination", d(s.$attrs, {
448
+ setup(e, { emit: l }) {
449
+ return (a, t) => (i(), d("bs-pagination", u(a.$attrs, {
489
450
  "show-first-last-buttons": e.showFirstLastButtons,
490
451
  "prev-page-text": e.prevPageText,
491
452
  "first-page-text": e.firstPageText,
@@ -502,10 +463,10 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
502
463
  "items-per-group": e.itemsPerGroup,
503
464
  "items-count": e.itemsCount,
504
465
  "results-increments": e.resultsIncrements,
505
- onSelectionchange: t[0] || (t[0] = (a) => n("selectionchange", a.detail))
506
- }), null, 16, pe));
466
+ onSelectionchange: t[0] || (t[0] = (s) => l("selectionchange", s.detail))
467
+ }), null, 16, le));
507
468
  }
508
- }, Ae = ["layout", "href", "image-src", "image-size", "initials", "profile-name", "company", "job-title", "email"], Vt = {
469
+ }, re = ["layout", "href", "image-src", "image-size", "initials", "profile-name", "company", "job-title", "email"], rt = {
509
470
  __name: "BsProfile",
510
471
  props: {
511
472
  layout: {},
@@ -520,9 +481,9 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
520
481
  router: {}
521
482
  },
522
483
  emits: [],
523
- setup(e, { emit: n }) {
524
- const s = e, { onLinkClick: t } = N(s);
525
- return (a, r) => (i(), f("bs-profile", d(a.$attrs, {
484
+ setup(e, { emit: l }) {
485
+ const a = e, { onLinkClick: t } = D(a);
486
+ return (s, n) => (i(), d("bs-profile", u(s.$attrs, {
526
487
  layout: e.layout,
527
488
  href: e.href,
528
489
  "image-src": e.imageSrc,
@@ -532,10 +493,10 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
532
493
  company: e.company,
533
494
  "job-title": e.jobTitle,
534
495
  email: e.email,
535
- onClick: r[0] || (r[0] = (...o) => b(t) && b(t)(...o))
536
- }), null, 16, Ae));
496
+ onClick: n[0] || (n[0] = (...o) => m(t) && m(t)(...o))
497
+ }), null, 16, re));
537
498
  }
538
- }, Ie = ["profile-name", "company", "job-title", "email"], xt = {
499
+ }, ne = ["profile-name", "company", "job-title", "email"], nt = {
539
500
  __name: "BsProfileDetails",
540
501
  props: {
541
502
  profileName: {},
@@ -544,15 +505,15 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
544
505
  email: {}
545
506
  },
546
507
  emits: [],
547
- setup(e, { emit: n }) {
548
- return (s, t) => (i(), f("bs-profile-details", d(s.$attrs, {
508
+ setup(e, { emit: l }) {
509
+ return (a, t) => (i(), d("bs-profile-details", u(a.$attrs, {
549
510
  "profile-name": e.profileName,
550
511
  company: e.company,
551
512
  "job-title": e.jobTitle,
552
513
  email: e.email
553
- }), null, 16, Ie));
514
+ }), null, 16, ne));
554
515
  }
555
- }, Le = ["src", "size", "initials", "profile-name"], Rt = {
516
+ }, ie = ["src", "size", "initials", "profile-name"], it = {
556
517
  __name: "BsProfileImg",
557
518
  props: {
558
519
  src: {},
@@ -561,15 +522,15 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
561
522
  profileName: {}
562
523
  },
563
524
  emits: [],
564
- setup(e, { emit: n }) {
565
- return (s, t) => (i(), f("bs-profile-img", d(s.$attrs, {
525
+ setup(e, { emit: l }) {
526
+ return (a, t) => (i(), d("bs-profile-img", u(a.$attrs, {
566
527
  src: e.src,
567
528
  size: e.size,
568
529
  initials: e.initials,
569
530
  "profile-name": e.profileName
570
- }), null, 16, Le));
531
+ }), null, 16, ie));
571
532
  }
572
- }, qe = ["layout", "href", "pass-attrs"], Pt = {
533
+ }, ue = ["layout", "href", "pass-attrs"], ut = {
573
534
  __name: "BsProfileLayout",
574
535
  props: {
575
536
  layout: { default: "vertical" },
@@ -578,18 +539,18 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
578
539
  router: {}
579
540
  },
580
541
  emits: [],
581
- setup(e, { emit: n }) {
582
- const s = e, { onLinkClick: t } = N(s);
583
- return (a, r) => (i(), f("bs-profile-layout", d(a.$attrs, {
542
+ setup(e, { emit: l }) {
543
+ const a = e, { onLinkClick: t } = D(a);
544
+ return (s, n) => (i(), d("bs-profile-layout", u(s.$attrs, {
584
545
  layout: e.layout,
585
546
  href: e.href,
586
547
  "pass-attrs": e.passAttrs,
587
- onClick: r[0] || (r[0] = (...o) => b(t) && b(t)(...o))
548
+ onClick: n[0] || (n[0] = (...o) => m(t) && m(t)(...o))
588
549
  }), [
589
- h(a.$slots, "default")
590
- ], 16, qe));
550
+ c(s.$slots, "default")
551
+ ], 16, ue));
591
552
  }
592
- }, Ve = ["label", "checked", "disabled", "error", "pass-attrs", "required", "size", "value"], Et = {
553
+ }, de = ["label", "checked", "disabled", "error", "pass-attrs", "required", "size", "value"], dt = {
593
554
  __name: "BsRadio",
594
555
  props: {
595
556
  label: {},
@@ -603,8 +564,8 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
603
564
  modelValue: {}
604
565
  },
605
566
  emits: ["update:modelValue"],
606
- setup(e, { emit: n }) {
607
- return (s, t) => (i(), f("bs-radio", d(s.$attrs, {
567
+ setup(e, { emit: l }) {
568
+ return (a, t) => (i(), d("bs-radio", u(a.$attrs, {
608
569
  label: e.label,
609
570
  checked: e.checked || e.modelValue === e.value,
610
571
  disabled: e.disabled,
@@ -613,10 +574,10 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
613
574
  required: e.required,
614
575
  size: e.size,
615
576
  value: e.value,
616
- onChange: t[0] || (t[0] = (a) => n("update:modelValue", a.target.value))
617
- }), null, 16, Ve));
577
+ onChange: t[0] || (t[0] = (s) => l("update:modelValue", s.target.value))
578
+ }), null, 16, de));
618
579
  }
619
- }, xe = ["disabled", "error", "required", "label", "hints", "placeholder", "value", "pass-attrs", "data"], zt = {
580
+ }, oe = ["disabled", "error", "required", "label", "hints", "placeholder", "value", "pass-attrs", "data"], ot = {
620
581
  __name: "BsSelectField",
621
582
  props: {
622
583
  disabled: { default: !1 },
@@ -631,8 +592,8 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
631
592
  modelValue: {}
632
593
  },
633
594
  emits: ["update:modelValue"],
634
- setup(e, { emit: n }) {
635
- return (s, t) => (i(), f("bs-select-field", d(s.$attrs, {
595
+ setup(e, { emit: l }) {
596
+ return (a, t) => (i(), d("bs-select-field", u(a.$attrs, {
636
597
  disabled: e.disabled,
637
598
  error: e.error,
638
599
  required: e.required,
@@ -642,10 +603,10 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
642
603
  value: e.value || e.modelValue,
643
604
  "pass-attrs": e.passAttrs,
644
605
  data: e.data,
645
- onChange: t[0] || (t[0] = (a) => n("update:modelValue", a.target.value))
646
- }), null, 16, xe));
606
+ onChange: t[0] || (t[0] = (s) => l("update:modelValue", s.target.value))
607
+ }), null, 16, oe));
647
608
  }
648
- }, Re = ["checked", "disabled", "inner-on-label", "inner-off-label", "label", "pass-attrs", "size"], Wt = {
609
+ }, ce = ["checked", "disabled", "inner-on-label", "inner-off-label", "label", "pass-attrs", "size"], ct = {
649
610
  __name: "BsSwitch",
650
611
  props: {
651
612
  checked: { default: !1 },
@@ -658,8 +619,8 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
658
619
  modelValue: {}
659
620
  },
660
621
  emits: ["update:modelValue"],
661
- setup(e, { emit: n }) {
662
- return (s, t) => (i(), f("bs-switch", d(s.$attrs, {
622
+ setup(e, { emit: l }) {
623
+ return (a, t) => (i(), d("bs-switch", u(a.$attrs, {
663
624
  checked: e.checked || e.modelValue,
664
625
  disabled: e.disabled,
665
626
  "inner-on-label": e.innerOnLabel,
@@ -667,10 +628,10 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
667
628
  label: e.label,
668
629
  "pass-attrs": e.passAttrs,
669
630
  size: e.size,
670
- onChange: t[0] || (t[0] = (a) => n("update:modelValue", a.target.checked))
671
- }), null, 16, Re));
631
+ onChange: t[0] || (t[0] = (s) => l("update:modelValue", s.target.checked))
632
+ }), null, 16, ce));
672
633
  }
673
- }, Pe = ["disabled", "error", "pass-attrs", "placeholder", "required", "value", "hint-id"], Dt = {
634
+ }, fe = ["disabled", "error", "pass-attrs", "placeholder", "required", "value", "hint-id"], ft = {
674
635
  __name: "BsTextarea",
675
636
  props: {
676
637
  disabled: { default: !1 },
@@ -683,8 +644,8 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
683
644
  modelValue: {}
684
645
  },
685
646
  emits: ["update:modelValue"],
686
- setup(e, { emit: n }) {
687
- return (s, t) => (i(), f("bs-textarea", d(s.$attrs, {
647
+ setup(e, { emit: l }) {
648
+ return (a, t) => (i(), d("bs-textarea", u(a.$attrs, {
688
649
  disabled: e.disabled,
689
650
  error: e.error,
690
651
  "pass-attrs": e.passAttrs,
@@ -692,10 +653,10 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
692
653
  required: e.required,
693
654
  value: e.value || e.modelValue,
694
655
  "hint-id": e.hintId,
695
- onInput: t[0] || (t[0] = (a) => n("update:modelValue", a.target.value))
696
- }), null, 16, Pe));
656
+ onInput: t[0] || (t[0] = (s) => l("update:modelValue", s.target.value))
657
+ }), null, 16, fe));
697
658
  }
698
- }, Ee = ["char-max", "disabled", "error", "hints", "label", "placeholder", "required", "value", "pass-attrs"], Ot = {
659
+ }, me = ["char-max", "disabled", "error", "hints", "label", "placeholder", "required", "value", "pass-attrs"], mt = {
699
660
  __name: "BsTextareaField",
700
661
  props: {
701
662
  charMax: {},
@@ -710,8 +671,8 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
710
671
  modelValue: {}
711
672
  },
712
673
  emits: ["update:modelValue"],
713
- setup(e, { emit: n }) {
714
- return (s, t) => (i(), f("bs-textarea-field", d(s.$attrs, {
674
+ setup(e, { emit: l }) {
675
+ return (a, t) => (i(), d("bs-textarea-field", u(a.$attrs, {
715
676
  "char-max": e.charMax,
716
677
  disabled: e.disabled,
717
678
  error: e.error,
@@ -721,10 +682,10 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
721
682
  required: e.required,
722
683
  value: e.value || e.modelValue,
723
684
  "pass-attrs": e.passAttrs,
724
- onInput: t[0] || (t[0] = (a) => n("update:modelValue", a.target.value))
725
- }), null, 16, Ee));
685
+ onInput: t[0] || (t[0] = (s) => l("update:modelValue", s.target.value))
686
+ }), null, 16, me));
726
687
  }
727
- }, ze = ["toast-id", "shown", "variant", "stacked", "duration"], Mt = {
688
+ }, he = ["toast-id", "shown", "variant", "stacked", "duration"], ht = {
728
689
  __name: "BsToast",
729
690
  props: {
730
691
  toastId: {},
@@ -734,19 +695,59 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
734
695
  duration: { default: 1e4 }
735
696
  },
736
697
  emits: ["dismiss"],
737
- setup(e, { emit: n }) {
738
- return (s, t) => (i(), f("bs-toast", d(s.$attrs, {
698
+ setup(e, { emit: l }) {
699
+ return (a, t) => (i(), d("bs-toast", u(a.$attrs, {
739
700
  "toast-id": e.toastId,
740
701
  shown: e.shown,
741
702
  variant: e.variant,
742
703
  stacked: e.stacked,
743
704
  duration: e.duration,
744
- onDismiss: t[0] || (t[0] = (a) => n("dismiss", a.detail))
705
+ onDismiss: t[0] || (t[0] = (s) => l("dismiss", s.detail))
745
706
  }), [
746
- h(s.$slots, "default")
747
- ], 16, ze));
707
+ c(a.$slots, "default")
708
+ ], 16, he));
748
709
  }
749
- }, We = ["active", "enter-class", "enter-attribute", "enter-duration", "leave-class", "leave-attribute", "leave-duration"], Ft = {
710
+ }, bt = {
711
+ __name: "BsToastActions",
712
+ props: {},
713
+ emits: ["defaultDismiss"],
714
+ setup(e, { emit: l }) {
715
+ return (a, t) => (i(), d("bs-toast-actions", u(a.$attrs, {
716
+ "on:defaultDismiss": t[0] || (t[0] = (s) => l("defaultDismiss", s.detail))
717
+ }), [
718
+ c(a.$slots, "default")
719
+ ], 16));
720
+ }
721
+ }, vt = {
722
+ __name: "BsToastBody",
723
+ props: {},
724
+ emits: [],
725
+ setup(e, { emit: l }) {
726
+ return (a, t) => (i(), d("bs-toast-body", E(F(a.$attrs)), [
727
+ c(a.$slots, "default")
728
+ ], 16));
729
+ }
730
+ }, be = ["variant"], $t = {
731
+ __name: "BsToastHeader",
732
+ props: {
733
+ variant: {}
734
+ },
735
+ emits: [],
736
+ setup(e, { emit: l }) {
737
+ return (a, t) => (i(), d("bs-toast-header", u(a.$attrs, { variant: e.variant }), [
738
+ c(a.$slots, "default")
739
+ ], 16, be));
740
+ }
741
+ }, yt = {
742
+ __name: "BsToaster",
743
+ props: {},
744
+ emits: [],
745
+ setup(e, { emit: l }) {
746
+ return (a, t) => (i(), d("bs-toaster", E(F(a.$attrs)), [
747
+ c(a.$slots, "default")
748
+ ], 16));
749
+ }
750
+ }, ve = ["active", "enter-class", "enter-attribute", "enter-duration", "leave-class", "leave-attribute", "leave-duration"], gt = {
750
751
  __name: "BsTransition",
751
752
  props: {
752
753
  active: {},
@@ -758,8 +759,8 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
758
759
  leaveDuration: { default: void 0 }
759
760
  },
760
761
  emits: ["enterstart", "enterend", "leavestart", "leaveend"],
761
- setup(e, { emit: n }) {
762
- return (s, t) => (i(), f("bs-transition", d(s.$attrs, {
762
+ setup(e, { emit: l }) {
763
+ return (a, t) => (i(), d("bs-transition", u(a.$attrs, {
763
764
  active: e.active,
764
765
  "enter-class": e.enterClass,
765
766
  "enter-attribute": e.enterAttribute,
@@ -767,19 +768,19 @@ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
767
768
  "leave-class": e.leaveClass,
768
769
  "leave-attribute": e.leaveAttribute,
769
770
  "leave-duration": e.leaveDuration,
770
- onEnterstart: t[0] || (t[0] = (a) => n("enterstart", a.detail)),
771
- onEnterend: t[1] || (t[1] = (a) => n("enterend", a.detail)),
772
- onLeavestart: t[2] || (t[2] = (a) => n("leavestart", a.detail)),
773
- onLeaveend: t[3] || (t[3] = (a) => n("leaveend", a.detail))
771
+ onEnterstart: t[0] || (t[0] = (s) => l("enterstart", s.detail)),
772
+ onEnterend: t[1] || (t[1] = (s) => l("enterend", s.detail)),
773
+ onLeavestart: t[2] || (t[2] = (s) => l("leavestart", s.detail)),
774
+ onLeaveend: t[3] || (t[3] = (s) => l("leaveend", s.detail))
774
775
  }), [
775
- h(s.$slots, "default")
776
- ], 16, We));
776
+ c(a.$slots, "default")
777
+ ], 16, ve));
777
778
  }
778
779
  };
779
- function D(e) {
780
+ function R(e) {
780
781
  e.value.replaceChildren();
781
782
  }
782
- const De = ["controlled", "icon", "header-text", "heading-level", "open-item", "stacked"], Oe = {
783
+ const $e = ["controlled", "icon", "header-text", "heading-level", "open-item", "stacked"], ye = {
783
784
  __name: "BsAccordionServer",
784
785
  props: {
785
786
  controlled: { default: !1 },
@@ -790,30 +791,30 @@ const De = ["controlled", "icon", "header-text", "heading-level", "open-item", "
790
791
  stacked: { default: !1 }
791
792
  },
792
793
  emits: ["toggled"],
793
- setup(e, { emit: n }) {
794
- const s = m(!1), t = m(null), a = m(""), r = p([]), o = m(null), u = m(!1), y = (l, v = 0) => {
795
- var c, B;
796
- t.value || v >= 4 || (t.value = (B = (c = l.value) == null ? void 0 : c.querySelector) == null ? void 0 : B.call(c, "[data-slot]"), t.value || r.push(setTimeout(() => y(l, v + 1), 50)));
794
+ setup(e, { emit: l }) {
795
+ const a = h(!1), t = h(null), s = h(""), n = p([]), o = h(null), b = h(!1), $ = (r, v = 0) => {
796
+ var f, B;
797
+ t.value || v >= 4 || (t.value = (B = (f = r.value) == null ? void 0 : f.querySelector) == null ? void 0 : B.call(f, "[data-slot]"), t.value || n.push(setTimeout(() => $(r, v + 1), 50)));
797
798
  };
798
- return A(() => u.value = !0), I(() => y(o, 0)), L(t, (l) => {
799
- !l || s.value || (D(t), r.push(setTimeout(() => {
800
- q(() => {
801
- a.value = customElements.get("bs-accordion") ? "hydrated superhydrated" : "superhydrated";
799
+ return S(() => b.value = !0), T(() => $(o, 0)), C(t, (r) => {
800
+ !r || a.value || (R(t), n.push(setTimeout(() => {
801
+ I(() => {
802
+ s.value = customElements.get("bs-accordion") ? "hydrated superhydrated" : "superhydrated";
802
803
  });
803
- }, 100)), s.value = !0);
804
- }, { immediate: !0 }), V(() => r.forEach((l) => clearTimeout(l))), (l, v) => (i(), f(x, null, [
805
- t.value && u.value ? (i(), $(b(w), { key: 0 }, {
804
+ }, 100)), a.value = !0);
805
+ }, { immediate: !0 }), q(() => n.forEach((r) => clearTimeout(r))), (r, v) => (i(), d(A, null, [
806
+ t.value && b.value ? (i(), y(m(k), { key: 0 }, {
806
807
  default: g(() => [
807
- (i(), $(R, { to: t.value }, [
808
- h(l.$slots, "default")
808
+ (i(), y(L, { to: t.value }, [
809
+ c(r.$slots, "default")
809
810
  ], 8, ["to"]))
810
811
  ]),
811
812
  _: 3
812
- })) : P("", !0),
813
- T("bs-accordion", d({
813
+ })) : x("", !0),
814
+ w("bs-accordion", u({
814
815
  ref_key: "wcRef",
815
816
  ref: o,
816
- class: a.value,
817
+ class: s.value,
817
818
  "data-bsds-ssr": "",
818
819
  controlled: e.controlled,
819
820
  icon: e.icon,
@@ -821,21 +822,21 @@ const De = ["controlled", "icon", "header-text", "heading-level", "open-item", "
821
822
  "heading-level": e.headingLevel,
822
823
  "open-item": e.openItem,
823
824
  stacked: e.stacked,
824
- onToggled: v[0] || (v[0] = (c) => n("toggled", c.detail))
825
- }, l.$attrs), [
826
- E(b(w), null, z({ _: 2 }, [
827
- u.value ? void 0 : {
825
+ onToggled: v[0] || (v[0] = (f) => l("toggled", f.detail))
826
+ }, r.$attrs), [
827
+ V(m(k), null, z({ _: 2 }, [
828
+ b.value ? void 0 : {
828
829
  name: "fallback",
829
830
  fn: g(() => [
830
- h(l.$slots, "default")
831
+ c(r.$slots, "default")
831
832
  ]),
832
833
  key: "0"
833
834
  }
834
835
  ]), 1024)
835
- ], 16, De)
836
+ ], 16, $e)
836
837
  ], 64));
837
838
  }
838
- }, Me = "bs-accordion", Nt = {
839
+ }, ge = "bs-accordion", Bt = {
839
840
  __name: "BsAccordion",
840
841
  props: {
841
842
  controlled: { default: !1 },
@@ -847,62 +848,62 @@ const De = ["controlled", "icon", "header-text", "heading-level", "open-item", "
847
848
  bsShow: { default: !0 }
848
849
  },
849
850
  emits: ["toggled"],
850
- setup(e, { emit: n }) {
851
- const s = e, { data: t } = W(Me, () => {
851
+ setup(e, { emit: l }) {
852
+ const a = e, { data: t } = P(ge, () => {
852
853
  if (process.server)
853
854
  return !0;
854
855
  });
855
- return (a, r) => b(t) ? (i(), $(Oe, d({ key: 0 }, { ...s, ...a.$attrs }, {
856
+ return (s, n) => m(t) ? (i(), y(ye, u({ key: 0 }, { ...a, ...s.$attrs }, {
856
857
  style: { display: e.bsShow ? null : "none" },
857
- onToggled: r[0] || (r[0] = (o) => n("toggled", o))
858
+ onToggled: n[0] || (n[0] = (o) => l("toggled", o))
858
859
  }), {
859
860
  default: g(() => [
860
- h(a.$slots, "default")
861
+ c(s.$slots, "default")
861
862
  ]),
862
863
  _: 3
863
- }, 16, ["style"])) : (i(), f("bs-accordion", d({ key: 1 }, { ...s, ...a.$attrs }, {
864
+ }, 16, ["style"])) : (i(), d("bs-accordion", u({ key: 1 }, { ...a, ...s.$attrs }, {
864
865
  style: { display: e.bsShow ? null : "none" },
865
- onToggled: r[1] || (r[1] = (o) => n("toggled", o.detail))
866
+ onToggled: n[1] || (n[1] = (o) => l("toggled", o.detail))
866
867
  }), [
867
- h(a.$slots, "default")
868
+ c(s.$slots, "default")
868
869
  ], 16));
869
870
  }
870
- }, Fe = {
871
+ }, Be = {
871
872
  __name: "BsBannerServer",
872
873
  props: {},
873
874
  emits: ["dismiss"],
874
- setup(e, { emit: n }) {
875
- const s = m(!1), t = m(null), a = m(""), r = p([]), o = m(null), u = m(!1), y = (l, v = 0) => {
876
- var c, B;
877
- t.value || v >= 4 || (t.value = (B = (c = l.value) == null ? void 0 : c.querySelector) == null ? void 0 : B.call(c, "[data-slot]"), t.value || r.push(setTimeout(() => y(l, v + 1), 50)));
875
+ setup(e, { emit: l }) {
876
+ const a = h(!1), t = h(null), s = h(""), n = p([]), o = h(null), b = h(!1), $ = (r, v = 0) => {
877
+ var f, B;
878
+ t.value || v >= 4 || (t.value = (B = (f = r.value) == null ? void 0 : f.querySelector) == null ? void 0 : B.call(f, "[data-slot]"), t.value || n.push(setTimeout(() => $(r, v + 1), 50)));
878
879
  };
879
- return A(() => u.value = !0), I(() => y(o, 0)), L(t, (l) => {
880
- !l || s.value || (D(t), r.push(setTimeout(() => {
881
- q(() => {
882
- a.value = customElements.get("bs-banner") ? "hydrated superhydrated" : "superhydrated";
880
+ return S(() => b.value = !0), T(() => $(o, 0)), C(t, (r) => {
881
+ !r || a.value || (R(t), n.push(setTimeout(() => {
882
+ I(() => {
883
+ s.value = customElements.get("bs-banner") ? "hydrated superhydrated" : "superhydrated";
883
884
  });
884
- }, 100)), s.value = !0);
885
- }, { immediate: !0 }), V(() => r.forEach((l) => clearTimeout(l))), (l, v) => (i(), f(x, null, [
886
- t.value && u.value ? (i(), $(b(w), { key: 0 }, {
885
+ }, 100)), a.value = !0);
886
+ }, { immediate: !0 }), q(() => n.forEach((r) => clearTimeout(r))), (r, v) => (i(), d(A, null, [
887
+ t.value && b.value ? (i(), y(m(k), { key: 0 }, {
887
888
  default: g(() => [
888
- (i(), $(R, { to: t.value }, [
889
- h(l.$slots, "default")
889
+ (i(), y(L, { to: t.value }, [
890
+ c(r.$slots, "default")
890
891
  ], 8, ["to"]))
891
892
  ]),
892
893
  _: 3
893
- })) : P("", !0),
894
- T("bs-banner", d({
894
+ })) : x("", !0),
895
+ w("bs-banner", u({
895
896
  ref_key: "wcRef",
896
897
  ref: o,
897
- class: a.value,
898
+ class: s.value,
898
899
  "data-bsds-ssr": "",
899
- onDismiss: v[0] || (v[0] = (c) => n("dismiss", c.detail))
900
- }, l.$attrs), [
901
- E(b(w), null, z({ _: 2 }, [
902
- u.value ? void 0 : {
900
+ onDismiss: v[0] || (v[0] = (f) => l("dismiss", f.detail))
901
+ }, r.$attrs), [
902
+ V(m(k), null, z({ _: 2 }, [
903
+ b.value ? void 0 : {
903
904
  name: "fallback",
904
905
  fn: g(() => [
905
- h(l.$slots, "default")
906
+ c(r.$slots, "default")
906
907
  ]),
907
908
  key: "0"
908
909
  }
@@ -910,33 +911,33 @@ const De = ["controlled", "icon", "header-text", "heading-level", "open-item", "
910
911
  ], 16)
911
912
  ], 64));
912
913
  }
913
- }, Ne = "bs-banner", jt = {
914
+ }, ke = "bs-banner", kt = {
914
915
  __name: "BsBanner",
915
916
  props: {
916
917
  bsShow: { default: !0 }
917
918
  },
918
919
  emits: ["dismiss"],
919
- setup(e, { emit: n }) {
920
- const s = e, { data: t } = W(Ne, () => {
920
+ setup(e, { emit: l }) {
921
+ const a = e, { data: t } = P(ke, () => {
921
922
  if (process.server)
922
923
  return !0;
923
924
  });
924
- return (a, r) => b(t) ? (i(), $(Fe, d({ key: 0 }, { ...s, ...a.$attrs }, {
925
+ return (s, n) => m(t) ? (i(), y(Be, u({ key: 0 }, { ...a, ...s.$attrs }, {
925
926
  style: { display: e.bsShow ? null : "none" },
926
- onDismiss: r[0] || (r[0] = (o) => n("dismiss", o))
927
+ onDismiss: n[0] || (n[0] = (o) => l("dismiss", o))
927
928
  }), {
928
929
  default: g(() => [
929
- h(a.$slots, "default")
930
+ c(s.$slots, "default")
930
931
  ]),
931
932
  _: 3
932
- }, 16, ["style"])) : (i(), f("bs-banner", d({ key: 1 }, { ...s, ...a.$attrs }, {
933
+ }, 16, ["style"])) : (i(), d("bs-banner", u({ key: 1 }, { ...a, ...s.$attrs }, {
933
934
  style: { display: e.bsShow ? null : "none" },
934
- onDismiss: r[1] || (r[1] = (o) => n("dismiss", o.detail))
935
+ onDismiss: n[1] || (n[1] = (o) => l("dismiss", o.detail))
935
936
  }), [
936
- h(a.$slots, "default")
937
+ c(s.$slots, "default")
937
938
  ], 16));
938
939
  }
939
- }, je = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn", "size"], Ge = {
940
+ }, we = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn", "size"], pe = {
940
941
  __name: "BsButtonServer",
941
942
  props: {
942
943
  variant: {},
@@ -948,30 +949,30 @@ const De = ["controlled", "icon", "header-text", "heading-level", "open-item", "
948
949
  size: {}
949
950
  },
950
951
  emits: [],
951
- setup(e, { emit: n }) {
952
- const s = m(!1), t = m(null), a = m(""), r = p([]), o = m(null), u = m(!1), y = (l, v = 0) => {
953
- var c, B;
954
- t.value || v >= 4 || (t.value = (B = (c = l.value) == null ? void 0 : c.querySelector) == null ? void 0 : B.call(c, "[data-slot]"), t.value || r.push(setTimeout(() => y(l, v + 1), 50)));
952
+ setup(e, { emit: l }) {
953
+ const a = h(!1), t = h(null), s = h(""), n = p([]), o = h(null), b = h(!1), $ = (r, v = 0) => {
954
+ var f, B;
955
+ t.value || v >= 4 || (t.value = (B = (f = r.value) == null ? void 0 : f.querySelector) == null ? void 0 : B.call(f, "[data-slot]"), t.value || n.push(setTimeout(() => $(r, v + 1), 50)));
955
956
  };
956
- return A(() => u.value = !0), I(() => y(o, 0)), L(t, (l) => {
957
- !l || s.value || (D(t), r.push(setTimeout(() => {
958
- q(() => {
959
- a.value = customElements.get("bs-button") ? "hydrated superhydrated" : "superhydrated";
957
+ return S(() => b.value = !0), T(() => $(o, 0)), C(t, (r) => {
958
+ !r || a.value || (R(t), n.push(setTimeout(() => {
959
+ I(() => {
960
+ s.value = customElements.get("bs-button") ? "hydrated superhydrated" : "superhydrated";
960
961
  });
961
- }, 100)), s.value = !0);
962
- }, { immediate: !0 }), V(() => r.forEach((l) => clearTimeout(l))), (l, v) => (i(), f(x, null, [
963
- t.value && u.value ? (i(), $(b(w), { key: 0 }, {
962
+ }, 100)), a.value = !0);
963
+ }, { immediate: !0 }), q(() => n.forEach((r) => clearTimeout(r))), (r, v) => (i(), d(A, null, [
964
+ t.value && b.value ? (i(), y(m(k), { key: 0 }, {
964
965
  default: g(() => [
965
- (i(), $(R, { to: t.value }, [
966
- h(l.$slots, "default")
966
+ (i(), y(L, { to: t.value }, [
967
+ c(r.$slots, "default")
967
968
  ], 8, ["to"]))
968
969
  ]),
969
970
  _: 3
970
- })) : P("", !0),
971
- T("bs-button", d({
971
+ })) : x("", !0),
972
+ w("bs-button", u({
972
973
  ref_key: "wcRef",
973
974
  ref: o,
974
- class: a.value,
975
+ class: s.value,
975
976
  "data-bsds-ssr": "",
976
977
  variant: e.variant,
977
978
  disabled: e.disabled,
@@ -980,20 +981,20 @@ const De = ["controlled", "icon", "header-text", "heading-level", "open-item", "
980
981
  "pass-attrs": e.passAttrs,
981
982
  "text-btn": e.textBtn,
982
983
  size: e.size
983
- }, l.$attrs), [
984
- E(b(w), null, z({ _: 2 }, [
985
- u.value ? void 0 : {
984
+ }, r.$attrs), [
985
+ V(m(k), null, z({ _: 2 }, [
986
+ b.value ? void 0 : {
986
987
  name: "fallback",
987
988
  fn: g(() => [
988
- h(l.$slots, "default")
989
+ c(r.$slots, "default")
989
990
  ]),
990
991
  key: "0"
991
992
  }
992
993
  ]), 1024)
993
- ], 16, je)
994
+ ], 16, we)
994
995
  ], 64));
995
996
  }
996
- }, He = "bs-button", Gt = {
997
+ }, Se = "bs-button", wt = {
997
998
  __name: "BsButton",
998
999
  props: {
999
1000
  variant: {},
@@ -1007,27 +1008,27 @@ const De = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1007
1008
  bsShow: { default: !0 }
1008
1009
  },
1009
1010
  emits: [],
1010
- setup(e, { emit: n }) {
1011
- const s = e, { onLinkClick: t } = N(s), { data: a } = W(He, () => {
1011
+ setup(e, { emit: l }) {
1012
+ const a = e, { onLinkClick: t } = D(a), { data: s } = P(Se, () => {
1012
1013
  if (process.server)
1013
1014
  return !0;
1014
1015
  });
1015
- return (r, o) => b(a) ? (i(), $(Ge, d({ key: 0 }, { ...s, ...r.$attrs, router: void 0 }, {
1016
+ return (n, o) => m(s) ? (i(), y(pe, u({ key: 0 }, { ...a, ...n.$attrs, router: void 0 }, {
1016
1017
  style: { display: e.bsShow ? null : "none" },
1017
- onClick: b(t)
1018
+ onClick: m(t)
1018
1019
  }), {
1019
1020
  default: g(() => [
1020
- h(r.$slots, "default")
1021
+ c(n.$slots, "default")
1021
1022
  ]),
1022
1023
  _: 3
1023
- }, 16, ["style", "onClick"])) : (i(), f("bs-button", d({ key: 1 }, { ...s, ...r.$attrs, router: void 0 }, {
1024
+ }, 16, ["style", "onClick"])) : (i(), d("bs-button", u({ key: 1 }, { ...a, ...n.$attrs, router: void 0 }, {
1024
1025
  style: { display: e.bsShow ? null : "none" },
1025
- onClick: o[0] || (o[0] = (...u) => b(t) && b(t)(...u))
1026
+ onClick: o[0] || (o[0] = (...b) => m(t) && m(t)(...b))
1026
1027
  }), [
1027
- h(r.$slots, "default")
1028
+ c(n.$slots, "default")
1028
1029
  ], 16));
1029
1030
  }
1030
- }, Xe = ["disabled", "for", "hide", "pass-attrs", "required"], Ye = {
1031
+ }, Te = ["disabled", "for", "hide", "pass-attrs", "required"], Ce = {
1031
1032
  __name: "BsLabelServer",
1032
1033
  props: {
1033
1034
  disabled: {},
@@ -1037,50 +1038,50 @@ const De = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1037
1038
  required: {}
1038
1039
  },
1039
1040
  emits: [],
1040
- setup(e, { emit: n }) {
1041
- const s = m(!1), t = m(null), a = m(""), r = p([]), o = m(null), u = m(!1), y = (l, v = 0) => {
1042
- var c, B;
1043
- t.value || v >= 4 || (t.value = (B = (c = l.value) == null ? void 0 : c.querySelector) == null ? void 0 : B.call(c, "[data-slot]"), t.value || r.push(setTimeout(() => y(l, v + 1), 50)));
1041
+ setup(e, { emit: l }) {
1042
+ const a = h(!1), t = h(null), s = h(""), n = p([]), o = h(null), b = h(!1), $ = (r, v = 0) => {
1043
+ var f, B;
1044
+ t.value || v >= 4 || (t.value = (B = (f = r.value) == null ? void 0 : f.querySelector) == null ? void 0 : B.call(f, "[data-slot]"), t.value || n.push(setTimeout(() => $(r, v + 1), 50)));
1044
1045
  };
1045
- return A(() => u.value = !0), I(() => y(o, 0)), L(t, (l) => {
1046
- !l || s.value || (D(t), r.push(setTimeout(() => {
1047
- q(() => {
1048
- a.value = customElements.get("bs-label") ? "hydrated superhydrated" : "superhydrated";
1046
+ return S(() => b.value = !0), T(() => $(o, 0)), C(t, (r) => {
1047
+ !r || a.value || (R(t), n.push(setTimeout(() => {
1048
+ I(() => {
1049
+ s.value = customElements.get("bs-label") ? "hydrated superhydrated" : "superhydrated";
1049
1050
  });
1050
- }, 100)), s.value = !0);
1051
- }, { immediate: !0 }), V(() => r.forEach((l) => clearTimeout(l))), (l, v) => (i(), f(x, null, [
1052
- t.value && u.value ? (i(), $(b(w), { key: 0 }, {
1051
+ }, 100)), a.value = !0);
1052
+ }, { immediate: !0 }), q(() => n.forEach((r) => clearTimeout(r))), (r, v) => (i(), d(A, null, [
1053
+ t.value && b.value ? (i(), y(m(k), { key: 0 }, {
1053
1054
  default: g(() => [
1054
- (i(), $(R, { to: t.value }, [
1055
- h(l.$slots, "default")
1055
+ (i(), y(L, { to: t.value }, [
1056
+ c(r.$slots, "default")
1056
1057
  ], 8, ["to"]))
1057
1058
  ]),
1058
1059
  _: 3
1059
- })) : P("", !0),
1060
- T("bs-label", d({
1060
+ })) : x("", !0),
1061
+ w("bs-label", u({
1061
1062
  ref_key: "wcRef",
1062
1063
  ref: o,
1063
- class: a.value,
1064
+ class: s.value,
1064
1065
  "data-bsds-ssr": "",
1065
1066
  disabled: e.disabled,
1066
1067
  for: e.for,
1067
1068
  hide: e.hide,
1068
1069
  "pass-attrs": e.passAttrs,
1069
1070
  required: e.required
1070
- }, l.$attrs), [
1071
- E(b(w), null, z({ _: 2 }, [
1072
- u.value ? void 0 : {
1071
+ }, r.$attrs), [
1072
+ V(m(k), null, z({ _: 2 }, [
1073
+ b.value ? void 0 : {
1073
1074
  name: "fallback",
1074
1075
  fn: g(() => [
1075
- h(l.$slots, "default")
1076
+ c(r.$slots, "default")
1076
1077
  ]),
1077
1078
  key: "0"
1078
1079
  }
1079
1080
  ]), 1024)
1080
- ], 16, Xe)
1081
+ ], 16, Te)
1081
1082
  ], 64));
1082
1083
  }
1083
- }, Ue = "bs-label", Ht = {
1084
+ }, Ie = "bs-label", pt = {
1084
1085
  __name: "BsLabel",
1085
1086
  props: {
1086
1087
  disabled: {},
@@ -1091,25 +1092,25 @@ const De = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1091
1092
  bsShow: { default: !0 }
1092
1093
  },
1093
1094
  emits: [],
1094
- setup(e, { emit: n }) {
1095
- const s = e, { data: t } = W(Ue, () => {
1095
+ setup(e, { emit: l }) {
1096
+ const a = e, { data: t } = P(Ie, () => {
1096
1097
  if (process.server)
1097
1098
  return !0;
1098
1099
  });
1099
- return (a, r) => b(t) ? (i(), $(Ye, d({ key: 0 }, { ...s, ...a.$attrs }, {
1100
+ return (s, n) => m(t) ? (i(), y(Ce, u({ key: 0 }, { ...a, ...s.$attrs }, {
1100
1101
  style: { display: e.bsShow ? null : "none" }
1101
1102
  }), {
1102
1103
  default: g(() => [
1103
- h(a.$slots, "default")
1104
+ c(s.$slots, "default")
1104
1105
  ]),
1105
1106
  _: 3
1106
- }, 16, ["style"])) : (i(), f("bs-label", d({ key: 1 }, { ...s, ...a.$attrs }, {
1107
+ }, 16, ["style"])) : (i(), d("bs-label", u({ key: 1 }, { ...a, ...s.$attrs }, {
1107
1108
  style: { display: e.bsShow ? null : "none" }
1108
1109
  }), [
1109
- h(a.$slots, "default")
1110
+ c(s.$slots, "default")
1110
1111
  ], 16));
1111
1112
  }
1112
- }, Ze = ["variant", "status", "href", "active", "disabled", "pass-attrs"], Ke = {
1113
+ }, qe = ["variant", "status", "href", "active", "disabled", "pass-attrs"], Ae = {
1113
1114
  __name: "BsPillServer",
1114
1115
  props: {
1115
1116
  variant: {},
@@ -1120,30 +1121,30 @@ const De = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1120
1121
  passAttrs: { default: "" }
1121
1122
  },
1122
1123
  emits: [],
1123
- setup(e, { emit: n }) {
1124
- const s = m(!1), t = m(null), a = m(""), r = p([]), o = m(null), u = m(!1), y = (l, v = 0) => {
1125
- var c, B;
1126
- t.value || v >= 4 || (t.value = (B = (c = l.value) == null ? void 0 : c.querySelector) == null ? void 0 : B.call(c, "[data-slot]"), t.value || r.push(setTimeout(() => y(l, v + 1), 50)));
1124
+ setup(e, { emit: l }) {
1125
+ const a = h(!1), t = h(null), s = h(""), n = p([]), o = h(null), b = h(!1), $ = (r, v = 0) => {
1126
+ var f, B;
1127
+ t.value || v >= 4 || (t.value = (B = (f = r.value) == null ? void 0 : f.querySelector) == null ? void 0 : B.call(f, "[data-slot]"), t.value || n.push(setTimeout(() => $(r, v + 1), 50)));
1127
1128
  };
1128
- return A(() => u.value = !0), I(() => y(o, 0)), L(t, (l) => {
1129
- !l || s.value || (D(t), r.push(setTimeout(() => {
1130
- q(() => {
1131
- a.value = customElements.get("bs-pill") ? "hydrated superhydrated" : "superhydrated";
1129
+ return S(() => b.value = !0), T(() => $(o, 0)), C(t, (r) => {
1130
+ !r || a.value || (R(t), n.push(setTimeout(() => {
1131
+ I(() => {
1132
+ s.value = customElements.get("bs-pill") ? "hydrated superhydrated" : "superhydrated";
1132
1133
  });
1133
- }, 100)), s.value = !0);
1134
- }, { immediate: !0 }), V(() => r.forEach((l) => clearTimeout(l))), (l, v) => (i(), f(x, null, [
1135
- t.value && u.value ? (i(), $(b(w), { key: 0 }, {
1134
+ }, 100)), a.value = !0);
1135
+ }, { immediate: !0 }), q(() => n.forEach((r) => clearTimeout(r))), (r, v) => (i(), d(A, null, [
1136
+ t.value && b.value ? (i(), y(m(k), { key: 0 }, {
1136
1137
  default: g(() => [
1137
- (i(), $(R, { to: t.value }, [
1138
- h(l.$slots, "default")
1138
+ (i(), y(L, { to: t.value }, [
1139
+ c(r.$slots, "default")
1139
1140
  ], 8, ["to"]))
1140
1141
  ]),
1141
1142
  _: 3
1142
- })) : P("", !0),
1143
- T("bs-pill", d({
1143
+ })) : x("", !0),
1144
+ w("bs-pill", u({
1144
1145
  ref_key: "wcRef",
1145
1146
  ref: o,
1146
- class: a.value,
1147
+ class: s.value,
1147
1148
  "data-bsds-ssr": "",
1148
1149
  variant: e.variant,
1149
1150
  status: e.status,
@@ -1151,20 +1152,20 @@ const De = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1151
1152
  active: e.active,
1152
1153
  disabled: e.disabled,
1153
1154
  "pass-attrs": e.passAttrs
1154
- }, l.$attrs), [
1155
- E(b(w), null, z({ _: 2 }, [
1156
- u.value ? void 0 : {
1155
+ }, r.$attrs), [
1156
+ V(m(k), null, z({ _: 2 }, [
1157
+ b.value ? void 0 : {
1157
1158
  name: "fallback",
1158
1159
  fn: g(() => [
1159
- h(l.$slots, "default")
1160
+ c(r.$slots, "default")
1160
1161
  ]),
1161
1162
  key: "0"
1162
1163
  }
1163
1164
  ]), 1024)
1164
- ], 16, Ze)
1165
+ ], 16, qe)
1165
1166
  ], 64));
1166
1167
  }
1167
- }, Je = "bs-pill", Xt = {
1168
+ }, Le = "bs-pill", St = {
1168
1169
  __name: "BsPill",
1169
1170
  props: {
1170
1171
  variant: {},
@@ -1177,27 +1178,27 @@ const De = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1177
1178
  bsShow: { default: !0 }
1178
1179
  },
1179
1180
  emits: [],
1180
- setup(e, { emit: n }) {
1181
- const s = e, { onLinkClick: t } = N(s), { data: a } = W(Je, () => {
1181
+ setup(e, { emit: l }) {
1182
+ const a = e, { onLinkClick: t } = D(a), { data: s } = P(Le, () => {
1182
1183
  if (process.server)
1183
1184
  return !0;
1184
1185
  });
1185
- return (r, o) => b(a) ? (i(), $(Ke, d({ key: 0 }, { ...s, ...r.$attrs, router: void 0 }, {
1186
+ return (n, o) => m(s) ? (i(), y(Ae, u({ key: 0 }, { ...a, ...n.$attrs, router: void 0 }, {
1186
1187
  style: { display: e.bsShow ? null : "none" },
1187
- onClick: b(t)
1188
+ onClick: m(t)
1188
1189
  }), {
1189
1190
  default: g(() => [
1190
- h(r.$slots, "default")
1191
+ c(n.$slots, "default")
1191
1192
  ]),
1192
1193
  _: 3
1193
- }, 16, ["style", "onClick"])) : (i(), f("bs-pill", d({ key: 1 }, { ...s, ...r.$attrs, router: void 0 }, {
1194
+ }, 16, ["style", "onClick"])) : (i(), d("bs-pill", u({ key: 1 }, { ...a, ...n.$attrs, router: void 0 }, {
1194
1195
  style: { display: e.bsShow ? null : "none" },
1195
- onClick: o[0] || (o[0] = (...u) => b(t) && b(t)(...u))
1196
+ onClick: o[0] || (o[0] = (...b) => m(t) && m(t)(...b))
1196
1197
  }), [
1197
- h(r.$slots, "default")
1198
+ c(n.$slots, "default")
1198
1199
  ], 16));
1199
1200
  }
1200
- }, Qe = ["disabled", "required", "error", "hint-id", "value", "pass-attrs"], _e = {
1201
+ }, xe = ["disabled", "required", "error", "hint-id", "value", "pass-attrs"], Ve = {
1201
1202
  __name: "BsSelectServer",
1202
1203
  props: {
1203
1204
  disabled: { default: !1 },
@@ -1208,30 +1209,30 @@ const De = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1208
1209
  passAttrs: { default: "" }
1209
1210
  },
1210
1211
  emits: [],
1211
- setup(e, { emit: n }) {
1212
- const s = m(!1), t = m(null), a = m(""), r = p([]), o = m(null), u = m(!1), y = (l, v = 0) => {
1213
- var c, B;
1214
- t.value || v >= 4 || (t.value = (B = (c = l.value) == null ? void 0 : c.querySelector) == null ? void 0 : B.call(c, "[data-slot]"), t.value || r.push(setTimeout(() => y(l, v + 1), 50)));
1212
+ setup(e, { emit: l }) {
1213
+ const a = h(!1), t = h(null), s = h(""), n = p([]), o = h(null), b = h(!1), $ = (r, v = 0) => {
1214
+ var f, B;
1215
+ t.value || v >= 4 || (t.value = (B = (f = r.value) == null ? void 0 : f.querySelector) == null ? void 0 : B.call(f, "[data-slot]"), t.value || n.push(setTimeout(() => $(r, v + 1), 50)));
1215
1216
  };
1216
- return A(() => u.value = !0), I(() => y(o, 0)), L(t, (l) => {
1217
- !l || s.value || (D(t), r.push(setTimeout(() => {
1218
- q(() => {
1219
- a.value = customElements.get("bs-select") ? "hydrated superhydrated" : "superhydrated";
1217
+ return S(() => b.value = !0), T(() => $(o, 0)), C(t, (r) => {
1218
+ !r || a.value || (R(t), n.push(setTimeout(() => {
1219
+ I(() => {
1220
+ s.value = customElements.get("bs-select") ? "hydrated superhydrated" : "superhydrated";
1220
1221
  });
1221
- }, 100)), s.value = !0);
1222
- }, { immediate: !0 }), V(() => r.forEach((l) => clearTimeout(l))), (l, v) => (i(), f(x, null, [
1223
- t.value && u.value ? (i(), $(b(w), { key: 0 }, {
1222
+ }, 100)), a.value = !0);
1223
+ }, { immediate: !0 }), q(() => n.forEach((r) => clearTimeout(r))), (r, v) => (i(), d(A, null, [
1224
+ t.value && b.value ? (i(), y(m(k), { key: 0 }, {
1224
1225
  default: g(() => [
1225
- (i(), $(R, { to: t.value }, [
1226
- h(l.$slots, "default")
1226
+ (i(), y(L, { to: t.value }, [
1227
+ c(r.$slots, "default")
1227
1228
  ], 8, ["to"]))
1228
1229
  ]),
1229
1230
  _: 3
1230
- })) : P("", !0),
1231
- T("bs-select", d({
1231
+ })) : x("", !0),
1232
+ w("bs-select", u({
1232
1233
  ref_key: "wcRef",
1233
1234
  ref: o,
1234
- class: a.value,
1235
+ class: s.value,
1235
1236
  "data-bsds-ssr": "",
1236
1237
  disabled: e.disabled,
1237
1238
  required: e.required,
@@ -1239,20 +1240,20 @@ const De = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1239
1240
  "hint-id": e.hintId,
1240
1241
  value: e.value,
1241
1242
  "pass-attrs": e.passAttrs
1242
- }, l.$attrs), [
1243
- E(b(w), null, z({ _: 2 }, [
1244
- u.value ? void 0 : {
1243
+ }, r.$attrs), [
1244
+ V(m(k), null, z({ _: 2 }, [
1245
+ b.value ? void 0 : {
1245
1246
  name: "fallback",
1246
1247
  fn: g(() => [
1247
- h(l.$slots, "default")
1248
+ c(r.$slots, "default")
1248
1249
  ]),
1249
1250
  key: "0"
1250
1251
  }
1251
1252
  ]), 1024)
1252
- ], 16, Qe)
1253
+ ], 16, xe)
1253
1254
  ], 64));
1254
1255
  }
1255
- }, et = "bs-select", Yt = {
1256
+ }, ze = "bs-select", Tt = {
1256
1257
  __name: "BsSelect",
1257
1258
  props: {
1258
1259
  disabled: { default: !1 },
@@ -1264,25 +1265,25 @@ const De = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1264
1265
  bsShow: { default: !0 }
1265
1266
  },
1266
1267
  emits: [],
1267
- setup(e, { emit: n }) {
1268
- const s = e, { data: t } = W(et, () => {
1268
+ setup(e, { emit: l }) {
1269
+ const a = e, { data: t } = P(ze, () => {
1269
1270
  if (process.server)
1270
1271
  return !0;
1271
1272
  });
1272
- return (a, r) => b(t) ? (i(), $(_e, d({ key: 0 }, { ...s, ...a.$attrs }, {
1273
+ return (s, n) => m(t) ? (i(), y(Ve, u({ key: 0 }, { ...a, ...s.$attrs }, {
1273
1274
  style: { display: e.bsShow ? null : "none" }
1274
1275
  }), {
1275
1276
  default: g(() => [
1276
- h(a.$slots, "default")
1277
+ c(s.$slots, "default")
1277
1278
  ]),
1278
1279
  _: 3
1279
- }, 16, ["style"])) : (i(), f("bs-select", d({ key: 1 }, { ...s, ...a.$attrs }, {
1280
+ }, 16, ["style"])) : (i(), d("bs-select", u({ key: 1 }, { ...a, ...s.$attrs }, {
1280
1281
  style: { display: e.bsShow ? null : "none" }
1281
1282
  }), [
1282
- h(a.$slots, "default")
1283
+ c(s.$slots, "default")
1283
1284
  ], 16));
1284
1285
  }
1285
- }, tt = ["tooltip-id", "content", "position"], at = {
1286
+ }, Pe = ["tooltip-id", "content", "position"], Re = {
1286
1287
  __name: "BsTooltipServer",
1287
1288
  props: {
1288
1289
  tooltipId: {},
@@ -1290,48 +1291,48 @@ const De = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1290
1291
  position: {}
1291
1292
  },
1292
1293
  emits: [],
1293
- setup(e, { emit: n }) {
1294
- const s = m(!1), t = m(null), a = m(""), r = p([]), o = m(null), u = m(!1), y = (l, v = 0) => {
1295
- var c, B;
1296
- t.value || v >= 4 || (t.value = (B = (c = l.value) == null ? void 0 : c.querySelector) == null ? void 0 : B.call(c, "[data-slot]"), t.value || r.push(setTimeout(() => y(l, v + 1), 50)));
1294
+ setup(e, { emit: l }) {
1295
+ const a = h(!1), t = h(null), s = h(""), n = p([]), o = h(null), b = h(!1), $ = (r, v = 0) => {
1296
+ var f, B;
1297
+ t.value || v >= 4 || (t.value = (B = (f = r.value) == null ? void 0 : f.querySelector) == null ? void 0 : B.call(f, "[data-slot]"), t.value || n.push(setTimeout(() => $(r, v + 1), 50)));
1297
1298
  };
1298
- return A(() => u.value = !0), I(() => y(o, 0)), L(t, (l) => {
1299
- !l || s.value || (D(t), r.push(setTimeout(() => {
1300
- q(() => {
1301
- a.value = customElements.get("bs-tooltip") ? "hydrated superhydrated" : "superhydrated";
1299
+ return S(() => b.value = !0), T(() => $(o, 0)), C(t, (r) => {
1300
+ !r || a.value || (R(t), n.push(setTimeout(() => {
1301
+ I(() => {
1302
+ s.value = customElements.get("bs-tooltip") ? "hydrated superhydrated" : "superhydrated";
1302
1303
  });
1303
- }, 100)), s.value = !0);
1304
- }, { immediate: !0 }), V(() => r.forEach((l) => clearTimeout(l))), (l, v) => (i(), f(x, null, [
1305
- t.value && u.value ? (i(), $(b(w), { key: 0 }, {
1304
+ }, 100)), a.value = !0);
1305
+ }, { immediate: !0 }), q(() => n.forEach((r) => clearTimeout(r))), (r, v) => (i(), d(A, null, [
1306
+ t.value && b.value ? (i(), y(m(k), { key: 0 }, {
1306
1307
  default: g(() => [
1307
- (i(), $(R, { to: t.value }, [
1308
- h(l.$slots, "default")
1308
+ (i(), y(L, { to: t.value }, [
1309
+ c(r.$slots, "default")
1309
1310
  ], 8, ["to"]))
1310
1311
  ]),
1311
1312
  _: 3
1312
- })) : P("", !0),
1313
- T("bs-tooltip", d({
1313
+ })) : x("", !0),
1314
+ w("bs-tooltip", u({
1314
1315
  ref_key: "wcRef",
1315
1316
  ref: o,
1316
- class: a.value,
1317
+ class: s.value,
1317
1318
  "data-bsds-ssr": "",
1318
1319
  "tooltip-id": e.tooltipId,
1319
1320
  content: e.content,
1320
1321
  position: e.position
1321
- }, l.$attrs), [
1322
- E(b(w), null, z({ _: 2 }, [
1323
- u.value ? void 0 : {
1322
+ }, r.$attrs), [
1323
+ V(m(k), null, z({ _: 2 }, [
1324
+ b.value ? void 0 : {
1324
1325
  name: "fallback",
1325
1326
  fn: g(() => [
1326
- h(l.$slots, "default")
1327
+ c(r.$slots, "default")
1327
1328
  ]),
1328
1329
  key: "0"
1329
1330
  }
1330
1331
  ]), 1024)
1331
- ], 16, tt)
1332
+ ], 16, Pe)
1332
1333
  ], 64));
1333
1334
  }
1334
- }, st = "bs-tooltip", Ut = {
1335
+ }, De = "bs-tooltip", Ct = {
1335
1336
  __name: "BsTooltip",
1336
1337
  props: {
1337
1338
  tooltipId: {},
@@ -1340,72 +1341,72 @@ const De = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1340
1341
  bsShow: { default: !0 }
1341
1342
  },
1342
1343
  emits: [],
1343
- setup(e, { emit: n }) {
1344
- const s = e, { data: t } = W(st, () => {
1344
+ setup(e, { emit: l }) {
1345
+ const a = e, { data: t } = P(De, () => {
1345
1346
  if (process.server)
1346
1347
  return !0;
1347
1348
  });
1348
- return (a, r) => b(t) ? (i(), $(at, d({ key: 0 }, { ...s, ...a.$attrs }, {
1349
+ return (s, n) => m(t) ? (i(), y(Re, u({ key: 0 }, { ...a, ...s.$attrs }, {
1349
1350
  style: { display: e.bsShow ? null : "none" }
1350
1351
  }), {
1351
1352
  default: g(() => [
1352
- h(a.$slots, "default")
1353
+ c(s.$slots, "default")
1353
1354
  ]),
1354
1355
  _: 3
1355
- }, 16, ["style"])) : (i(), f("bs-tooltip", d({ key: 1 }, { ...s, ...a.$attrs }, {
1356
+ }, 16, ["style"])) : (i(), d("bs-tooltip", u({ key: 1 }, { ...a, ...s.$attrs }, {
1356
1357
  style: { display: e.bsShow ? null : "none" }
1357
1358
  }), [
1358
- h(a.$slots, "default")
1359
+ c(s.$slots, "default")
1359
1360
  ], 16));
1360
1361
  }
1361
1362
  };
1362
1363
  export {
1363
- Nt as BsAccordion,
1364
- Oe as BsAccordionServer,
1365
- mt as BsBadge,
1366
- jt as BsBanner,
1367
- Fe as BsBannerServer,
1368
- Gt as BsButton,
1369
- Ge as BsButtonServer,
1370
- bt as BsCharacterCount,
1371
- vt as BsChartBar,
1372
- yt as BsChartTable,
1373
- $t as BsCheckbox,
1374
- gt as BsCircleButton,
1375
- Bt as BsDropdown,
1376
- kt as BsDropdownOption,
1377
- wt as BsDropdownOptions,
1378
- St as BsFieldLayout,
1379
- Tt as BsHint,
1380
- Ct as BsInput,
1381
- ot as BsInputAddon,
1382
- pt as BsInputField,
1383
- At as BsInputSearch,
1384
- Ht as BsLabel,
1385
- Ye as BsLabelServer,
1386
- ut as BsLoader,
1387
- It as BsModal,
1388
- Lt as BsOverlay,
1389
- qt as BsPagination,
1390
- Xt as BsPill,
1391
- Ke as BsPillServer,
1392
- Vt as BsProfile,
1393
- xt as BsProfileDetails,
1394
- Rt as BsProfileImg,
1395
- Pt as BsProfileLayout,
1396
- Et as BsRadio,
1397
- Yt as BsSelect,
1398
- zt as BsSelectField,
1399
- _e as BsSelectServer,
1400
- Wt as BsSwitch,
1401
- Dt as BsTextarea,
1402
- Ot as BsTextareaField,
1403
- Mt as BsToast,
1404
- dt as BsToastActions,
1405
- ct as BsToastBody,
1406
- ft as BsToastHeader,
1407
- ht as BsToaster,
1408
- Ut as BsTooltip,
1409
- at as BsTooltipServer,
1410
- Ft as BsTransition
1364
+ Bt as BsAccordion,
1365
+ ye as BsAccordionServer,
1366
+ Oe as BsBadge,
1367
+ kt as BsBanner,
1368
+ Be as BsBannerServer,
1369
+ wt as BsButton,
1370
+ pe as BsButtonServer,
1371
+ Me as BsCharacterCount,
1372
+ je as BsChartBar,
1373
+ Ne as BsChartTable,
1374
+ Ge as BsCheckbox,
1375
+ He as BsCircleButton,
1376
+ Xe as BsDropdown,
1377
+ Ye as BsDropdownOption,
1378
+ Ze as BsDropdownOptions,
1379
+ Je as BsFieldLayout,
1380
+ Ke as BsHint,
1381
+ Ue as BsInput,
1382
+ Qe as BsInputAddon,
1383
+ _e as BsInputField,
1384
+ et as BsInputSearch,
1385
+ pt as BsLabel,
1386
+ Ce as BsLabelServer,
1387
+ tt as BsLoader,
1388
+ at as BsModal,
1389
+ st as BsOverlay,
1390
+ lt as BsPagination,
1391
+ St as BsPill,
1392
+ Ae as BsPillServer,
1393
+ rt as BsProfile,
1394
+ nt as BsProfileDetails,
1395
+ it as BsProfileImg,
1396
+ ut as BsProfileLayout,
1397
+ dt as BsRadio,
1398
+ Tt as BsSelect,
1399
+ ot as BsSelectField,
1400
+ Ve as BsSelectServer,
1401
+ ct as BsSwitch,
1402
+ ft as BsTextarea,
1403
+ mt as BsTextareaField,
1404
+ ht as BsToast,
1405
+ bt as BsToastActions,
1406
+ vt as BsToastBody,
1407
+ $t as BsToastHeader,
1408
+ yt as BsToaster,
1409
+ Ct as BsTooltip,
1410
+ Re as BsTooltipServer,
1411
+ gt as BsTransition
1411
1412
  };