@wwtdev/bsds-components-vue3 1.14.1 → 1.15.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,7 +1,7 @@
1
- import { openBlock as r, createElementBlock as u, mergeProps as d, renderSlot as o, computed as R, unref as f, createBlock as $, withCtx as g, createElementVNode as k, createVNode as I, normalizeProps as E, guardReactiveProps as W, ref as h, reactive as w, onBeforeMount as p, onMounted as S, watch as C, nextTick as x, onBeforeUnmount as L, Fragment as V, Teleport as q, createCommentVNode as A, createSlots as z } from "vue";
2
- import { ClientOnly as T } from "#components";
1
+ import { openBlock as r, createElementBlock as o, mergeProps as d, renderSlot as u, computed as R, unref as m, createBlock as $, withCtx as g, createElementVNode as k, createVNode as T, normalizeProps as M, guardReactiveProps as E, ref as h, reactive as I, onBeforeMount as w, onMounted as S, watch as C, nextTick as L, onBeforeUnmount as V, Fragment as q, Teleport as A, createCommentVNode as x, createSlots as z } from "vue";
2
+ import { ClientOnly as p } from "#components";
3
3
  import { useAsyncData as D } from "#imports";
4
- const O = ["color", "count", "count-max", "dot", "label", "position", "show-zero"], He = {
4
+ const O = ["color", "count", "count-max", "dot", "label", "position", "show-zero"], Ye = {
5
5
  __name: "BsBadge",
6
6
  props: {
7
7
  color: {},
@@ -14,7 +14,7 @@ const O = ["color", "count", "count-max", "dot", "label", "position", "show-zero
14
14
  },
15
15
  emits: [],
16
16
  setup(e, { emit: s }) {
17
- return (a, t) => (r(), u("bs-badge", d(a.$attrs, {
17
+ return (a, t) => (r(), o("bs-badge", d(a.$attrs, {
18
18
  color: e.color,
19
19
  count: e.count,
20
20
  "count-max": e.countMax,
@@ -23,10 +23,10 @@ const O = ["color", "count", "count-max", "dot", "label", "position", "show-zero
23
23
  position: e.position,
24
24
  "show-zero": e.showZero
25
25
  }), [
26
- o(a.$slots, "default")
26
+ u(a.$slots, "default")
27
27
  ], 16, O));
28
28
  }
29
- }, F = ["char-count", "char-max"], Xe = {
29
+ }, F = ["char-count", "char-max"], Ze = {
30
30
  __name: "BsCharacterCount",
31
31
  props: {
32
32
  charCount: {},
@@ -34,12 +34,12 @@ const O = ["color", "count", "count-max", "dot", "label", "position", "show-zero
34
34
  },
35
35
  emits: [],
36
36
  setup(e, { emit: s }) {
37
- return (a, t) => (r(), u("bs-character-count", d(a.$attrs, {
37
+ return (a, t) => (r(), o("bs-character-count", d(a.$attrs, {
38
38
  "char-count": e.charCount,
39
39
  "char-max": e.charMax
40
40
  }), null, 16, F));
41
41
  }
42
- }, j = ["chart-title", "data", "dataIdxLabels", "show-legend", "show-tooltips", "show-x-grid", "show-y-grid", "stacked", "x-label", "y-label"], Ye = {
42
+ }, G = ["chart-title", "data", "dataIdxLabels", "show-legend", "show-tooltips", "show-x-grid", "show-y-grid", "stacked", "x-label", "y-label"], Je = {
43
43
  __name: "BsChartBar",
44
44
  props: {
45
45
  chartTitle: {},
@@ -55,7 +55,7 @@ const O = ["color", "count", "count-max", "dot", "label", "position", "show-zero
55
55
  },
56
56
  emits: [],
57
57
  setup(e, { emit: s }) {
58
- return (a, t) => (r(), u("bs-chart-bar", d(a.$attrs, {
58
+ return (a, t) => (r(), o("bs-chart-bar", d(a.$attrs, {
59
59
  "chart-title": e.chartTitle,
60
60
  data: e.data,
61
61
  dataIdxLabels: e.dataIdxLabels,
@@ -66,9 +66,9 @@ const O = ["color", "count", "count-max", "dot", "label", "position", "show-zero
66
66
  stacked: e.stacked,
67
67
  "x-label": e.xLabel,
68
68
  "y-label": e.yLabel
69
- }), null, 16, j));
69
+ }), null, 16, G));
70
70
  }
71
- }, N = ["data", "dataIdxLabels", "table-title"], Ze = {
71
+ }, j = ["data", "dataIdxLabels", "table-title"], Ke = {
72
72
  __name: "BsChartTable",
73
73
  props: {
74
74
  data: {},
@@ -77,13 +77,13 @@ const O = ["color", "count", "count-max", "dot", "label", "position", "show-zero
77
77
  },
78
78
  emits: [],
79
79
  setup(e, { emit: s }) {
80
- return (a, t) => (r(), u("bs-chart-table", d(a.$attrs, {
80
+ return (a, t) => (r(), o("bs-chart-table", d(a.$attrs, {
81
81
  data: e.data,
82
82
  dataIdxLabels: e.dataIdxLabels,
83
83
  "table-title": e.tableTitle
84
- }), null, 16, N));
84
+ }), null, 16, j));
85
85
  }
86
- }, G = ["label", "checked", "checked-partially", "disabled", "error", "input-id", "pass-attrs", "required", "size"], Je = {
86
+ }, N = ["label", "checked", "checked-partially", "disabled", "error", "input-id", "pass-attrs", "required", "size"], Qe = {
87
87
  __name: "BsCheckbox",
88
88
  props: {
89
89
  label: {},
@@ -99,7 +99,7 @@ const O = ["color", "count", "count-max", "dot", "label", "position", "show-zero
99
99
  },
100
100
  emits: ["update:modelValue"],
101
101
  setup(e, { emit: s }) {
102
- return (a, t) => (r(), u("bs-checkbox", d(a.$attrs, {
102
+ return (a, t) => (r(), o("bs-checkbox", d(a.$attrs, {
103
103
  label: e.label,
104
104
  checked: e.checked || e.modelValue,
105
105
  "checked-partially": e.checkedPartially,
@@ -110,10 +110,10 @@ const O = ["color", "count", "count-max", "dot", "label", "position", "show-zero
110
110
  required: e.required,
111
111
  size: e.size,
112
112
  onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.checked))
113
- }), null, 16, G));
113
+ }), null, 16, N));
114
114
  }
115
115
  };
116
- function M(e) {
116
+ function W(e) {
117
117
  const s = R(() => {
118
118
  var l, i;
119
119
  return ((i = (l = e.href) == null ? void 0 : l.startsWith) == null ? void 0 : i.call(l, "/")) || !1;
@@ -127,7 +127,7 @@ function M(e) {
127
127
  }
128
128
  return { onLinkClick: t };
129
129
  }
130
- const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-position", "label", "pass-attrs", "text-btn", "size"], Ke = {
130
+ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-position", "label", "pass-attrs", "text-btn", "size"], Ue = {
131
131
  __name: "BsCircleButton",
132
132
  props: {
133
133
  disabled: {},
@@ -144,8 +144,8 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
144
144
  },
145
145
  emits: [],
146
146
  setup(e, { emit: s }) {
147
- const a = e, { onLinkClick: t } = M(a);
148
- return (l, i) => (r(), u("bs-circle-button", d(l.$attrs, {
147
+ const a = e, { onLinkClick: t } = W(a);
148
+ return (l, i) => (r(), o("bs-circle-button", d(l.$attrs, {
149
149
  disabled: e.disabled,
150
150
  "ghost-btn": e.ghostBtn,
151
151
  "hover-effect": e.hoverEffect,
@@ -156,10 +156,10 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
156
156
  "pass-attrs": e.passAttrs,
157
157
  "text-btn": e.textBtn,
158
158
  size: e.size,
159
- onClick: i[0] || (i[0] = (...c) => f(t) && f(t)(...c))
159
+ onClick: i[0] || (i[0] = (...c) => m(t) && m(t)(...c))
160
160
  }), null, 16, H));
161
161
  }
162
- }, X = ["width", "top", "center", "toggle-id", "container-id", "helper-text", "helper-description", "enter-controlled", "enter-trigger", "leave-trigger"], Qe = {
162
+ }, X = ["width", "top", "center", "toggle-id", "container-id", "helper-text", "helper-description", "enter-controlled", "enter-trigger", "leave-trigger"], _e = {
163
163
  __name: "BsDropdown",
164
164
  props: {
165
165
  width: { default: void 0 },
@@ -175,7 +175,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
175
175
  },
176
176
  emits: ["close", "enterend", "leaveend"],
177
177
  setup(e, { emit: s }) {
178
- return (a, t) => (r(), $(f(T), null, {
178
+ return (a, t) => (r(), $(m(p), null, {
179
179
  default: g(() => [
180
180
  k("bs-dropdown", d(a.$attrs, {
181
181
  width: e.width,
@@ -192,13 +192,13 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
192
192
  onEnterend: t[1] || (t[1] = (l) => s("enterend", l.detail)),
193
193
  onLeaveend: t[2] || (t[2] = (l) => s("leaveend", l.detail))
194
194
  }), [
195
- o(a.$slots, "default")
195
+ u(a.$slots, "default")
196
196
  ], 16, X)
197
197
  ]),
198
198
  _: 3
199
199
  }));
200
200
  }
201
- }, Y = ["value", "variant", "options-id", "selected", "focused", "index"], Ue = {
201
+ }, Y = ["value", "variant", "options-id", "selected", "focused", "index"], et = {
202
202
  __name: "BsDropdownOption",
203
203
  props: {
204
204
  value: {},
@@ -210,7 +210,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
210
210
  },
211
211
  emits: ["optmouseenter", "optselect"],
212
212
  setup(e, { emit: s }) {
213
- return (a, t) => (r(), u("bs-dropdown-option", d(a.$attrs, {
213
+ return (a, t) => (r(), o("bs-dropdown-option", d(a.$attrs, {
214
214
  value: e.value,
215
215
  variant: e.variant,
216
216
  "options-id": e.optionsId,
@@ -220,10 +220,10 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
220
220
  onOptmouseenter: t[0] || (t[0] = (l) => s("optmouseenter", l.detail)),
221
221
  onOptselect: t[1] || (t[1] = (l) => s("optselect", l.detail))
222
222
  }), [
223
- o(a.$slots, "default")
223
+ u(a.$slots, "default")
224
224
  ], 16, Y));
225
225
  }
226
- }, Z = ["options-id", "visible", "focus-delay", "label", "selected-value"], _e = {
226
+ }, Z = ["options-id", "visible", "focus-delay", "label", "selected-value"], tt = {
227
227
  __name: "BsDropdownOptionList",
228
228
  props: {
229
229
  optionsId: {},
@@ -234,7 +234,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
234
234
  },
235
235
  emits: ["optselected", "close"],
236
236
  setup(e, { emit: s }) {
237
- return (a, t) => (r(), u("bs-dropdown-option-list", d(a.$attrs, {
237
+ return (a, t) => (r(), o("bs-dropdown-option-list", d(a.$attrs, {
238
238
  "options-id": e.optionsId,
239
239
  visible: e.visible,
240
240
  "focus-delay": e.focusDelay,
@@ -243,10 +243,10 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
243
243
  onOptselected: t[0] || (t[0] = (l) => s("optselected", l.detail)),
244
244
  onClose: t[1] || (t[1] = (l) => s("close", l.detail))
245
245
  }), [
246
- o(a.$slots, "default")
246
+ u(a.$slots, "default")
247
247
  ], 16, Z));
248
248
  }
249
- }, J = ["toggle-id", "container-id", "options-id", "width", "top", "center", "label", "selected-value", "enter-controlled", "enter-trigger", "leave-trigger", "helper-text", "helper-description"], et = {
249
+ }, J = ["toggle-id", "container-id", "options-id", "width", "top", "center", "label", "selected-value", "enter-controlled", "enter-trigger", "leave-trigger", "helper-text", "helper-description"], at = {
250
250
  __name: "BsDropdownWithOptions",
251
251
  props: {
252
252
  toggleId: {},
@@ -265,7 +265,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
265
265
  },
266
266
  emits: ["optselected", "close", "enterend", "leaveend"],
267
267
  setup(e, { emit: s }) {
268
- return (a, t) => (r(), u("bs-dropdown-with-options", d(a.$attrs, {
268
+ return (a, t) => (r(), o("bs-dropdown-with-options", d(a.$attrs, {
269
269
  "toggle-id": e.toggleId,
270
270
  "container-id": e.containerId,
271
271
  "options-id": e.optionsId,
@@ -284,10 +284,10 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
284
284
  onEnterend: t[2] || (t[2] = (l) => s("enterend", l.detail)),
285
285
  onLeaveend: t[3] || (t[3] = (l) => s("leaveend", l.detail))
286
286
  }), [
287
- o(a.$slots, "default")
287
+ u(a.$slots, "default")
288
288
  ], 16, J));
289
289
  }
290
- }, K = ["char-count", "char-max", "error", "error-msg", "hint", "hint-id"], tt = {
290
+ }, K = ["char-count", "char-max", "error", "error-msg", "hint", "hint-id"], lt = {
291
291
  __name: "BsFieldDetails",
292
292
  props: {
293
293
  charCount: {},
@@ -299,7 +299,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
299
299
  },
300
300
  emits: [],
301
301
  setup(e, { emit: s }) {
302
- return (a, t) => (r(), u("bs-field-details", d(a.$attrs, {
302
+ return (a, t) => (r(), o("bs-field-details", d(a.$attrs, {
303
303
  "char-count": e.charCount,
304
304
  "char-max": e.charMax,
305
305
  error: e.error,
@@ -308,7 +308,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
308
308
  "hint-id": e.hintId
309
309
  }), null, 16, K));
310
310
  }
311
- }, Q = ["char-count", "char-max", "disabled", "error", "hints", "label", "label-for", "required", "hint-id"], at = {
311
+ }, Q = ["char-count", "char-max", "disabled", "error", "hints", "label", "label-for", "required", "hint-id"], st = {
312
312
  __name: "BsFieldLayout",
313
313
  props: {
314
314
  charCount: {},
@@ -323,7 +323,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
323
323
  },
324
324
  emits: [],
325
325
  setup(e, { emit: s }) {
326
- return (a, t) => (r(), u("bs-field-layout", d(a.$attrs, {
326
+ return (a, t) => (r(), o("bs-field-layout", d(a.$attrs, {
327
327
  "char-count": e.charCount,
328
328
  "char-max": e.charMax,
329
329
  disabled: e.disabled,
@@ -334,10 +334,10 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
334
334
  required: e.required,
335
335
  "hint-id": e.hintId
336
336
  }), [
337
- o(a.$slots, "default")
337
+ u(a.$slots, "default")
338
338
  ], 16, Q));
339
339
  }
340
- }, U = ["error", "hint-id", "hints"], lt = {
340
+ }, U = ["error", "hint-id", "hints"], nt = {
341
341
  __name: "BsHint",
342
342
  props: {
343
343
  error: {},
@@ -346,13 +346,13 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
346
346
  },
347
347
  emits: [],
348
348
  setup(e, { emit: s }) {
349
- return (a, t) => (r(), u("bs-hint", d(a.$attrs, {
349
+ return (a, t) => (r(), o("bs-hint", d(a.$attrs, {
350
350
  error: e.error,
351
351
  "hint-id": e.hintId,
352
352
  hints: e.hints
353
353
  }), null, 16, U));
354
354
  }
355
- }, _ = ["disabled", "error", "input-id", "pass-attrs", "placeholder", "required", "type", "value", "hint-id"], st = {
355
+ }, _ = ["disabled", "error", "input-id", "pass-attrs", "placeholder", "required", "type", "value", "hint-id"], rt = {
356
356
  __name: "BsInput",
357
357
  props: {
358
358
  disabled: { default: !1 },
@@ -368,7 +368,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
368
368
  },
369
369
  emits: ["update:modelValue"],
370
370
  setup(e, { emit: s }) {
371
- return (a, t) => (r(), u("bs-input", d(a.$attrs, {
371
+ return (a, t) => (r(), o("bs-input", d(a.$attrs, {
372
372
  disabled: e.disabled,
373
373
  error: e.error,
374
374
  "input-id": e.inputId,
@@ -381,7 +381,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
381
381
  onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
382
382
  }), null, 16, _));
383
383
  }
384
- }, ee = ["disabled", "error", "multifocus", "variant"], nt = {
384
+ }, ee = ["disabled", "error", "multifocus", "variant"], it = {
385
385
  __name: "BsInputAddon",
386
386
  props: {
387
387
  disabled: { default: !1 },
@@ -391,16 +391,16 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
391
391
  },
392
392
  emits: [],
393
393
  setup(e, { emit: s }) {
394
- return (a, t) => (r(), u("bs-input-addon", d(a.$attrs, {
394
+ return (a, t) => (r(), o("bs-input-addon", d(a.$attrs, {
395
395
  disabled: e.disabled,
396
396
  error: e.error,
397
397
  multifocus: e.multifocus,
398
398
  variant: e.variant
399
399
  }), [
400
- o(a.$slots, "default")
400
+ u(a.$slots, "default")
401
401
  ], 16, ee));
402
402
  }
403
- }, te = ["disabled", "error", "error-msg", "hint", "hints", "input-id", "label", "pass-attrs", "placeholder", "required", "type", "value"], rt = {
403
+ }, te = ["disabled", "error", "error-msg", "hint", "hints", "input-id", "label", "pass-attrs", "placeholder", "required", "type", "value"], dt = {
404
404
  __name: "BsInputField",
405
405
  props: {
406
406
  disabled: { default: !1 },
@@ -419,7 +419,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
419
419
  },
420
420
  emits: ["update:modelValue"],
421
421
  setup(e, { emit: s }) {
422
- return (a, t) => (r(), u("bs-input-field", d(a.$attrs, {
422
+ return (a, t) => (r(), o("bs-input-field", d(a.$attrs, {
423
423
  disabled: e.disabled,
424
424
  error: e.error,
425
425
  "error-msg": e.errorMsg,
@@ -435,7 +435,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
435
435
  onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
436
436
  }), null, 16, te));
437
437
  }
438
- }, ae = ["disabled", "pass-attrs", "placeholder", "hint-id", "input-id", "value"], it = {
438
+ }, ae = ["disabled", "pass-attrs", "placeholder", "hint-id", "input-id", "value"], ut = {
439
439
  __name: "BsInputSearch",
440
440
  props: {
441
441
  disabled: { default: !1 },
@@ -448,7 +448,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
448
448
  },
449
449
  emits: ["clear", "update:modelValue"],
450
450
  setup(e, { emit: s }) {
451
- return (a, t) => (r(), u("bs-input-search", d(a.$attrs, {
451
+ return (a, t) => (r(), o("bs-input-search", d(a.$attrs, {
452
452
  disabled: e.disabled,
453
453
  "pass-attrs": e.passAttrs,
454
454
  placeholder: e.placeholder,
@@ -459,7 +459,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
459
459
  onInput: t[1] || (t[1] = (l) => s("update:modelValue", l.target.value))
460
460
  }), null, 16, ae));
461
461
  }
462
- }, le = ["size", "variant"], dt = {
462
+ }, le = ["size", "variant"], ot = {
463
463
  __name: "BsLoader",
464
464
  props: {
465
465
  size: {},
@@ -467,12 +467,12 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
467
467
  },
468
468
  emits: [],
469
469
  setup(e, { emit: s }) {
470
- return (a, t) => (r(), u("bs-loader", d(a.$attrs, {
470
+ return (a, t) => (r(), o("bs-loader", d(a.$attrs, {
471
471
  size: e.size,
472
472
  variant: e.variant
473
473
  }), null, 16, le));
474
474
  }
475
- }, se = ["alert", "close-button", "enter-controlled", "enter-trigger", "leave-trigger"], ut = {
475
+ }, se = ["alert", "close-button", "enter-controlled", "enter-trigger", "leave-trigger"], ct = {
476
476
  __name: "BsModal",
477
477
  props: {
478
478
  alert: { default: !1 },
@@ -483,7 +483,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
483
483
  },
484
484
  emits: ["close", "enterend", "leaveend"],
485
485
  setup(e, { emit: s }) {
486
- return (a, t) => (r(), $(f(T), null, {
486
+ return (a, t) => (r(), $(m(p), null, {
487
487
  default: g(() => [
488
488
  k("bs-modal", d(a.$attrs, {
489
489
  alert: e.alert,
@@ -495,13 +495,13 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
495
495
  onEnterend: t[1] || (t[1] = (l) => s("enterend", l.detail)),
496
496
  onLeaveend: t[2] || (t[2] = (l) => s("leaveend", l.detail))
497
497
  }), [
498
- o(a.$slots, "default")
498
+ u(a.$slots, "default")
499
499
  ], 16, se)
500
500
  ]),
501
501
  _: 3
502
502
  }));
503
503
  }
504
- }, ne = ["enter-controlled", "enter-trigger", "leave-trigger"], ot = {
504
+ }, ne = ["enter-controlled", "enter-trigger", "leave-trigger"], ft = {
505
505
  __name: "BsOverlay",
506
506
  props: {
507
507
  enterControlled: { default: !1 },
@@ -510,7 +510,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
510
510
  },
511
511
  emits: ["enterend", "leaveend"],
512
512
  setup(e, { emit: s }) {
513
- return (a, t) => (r(), $(f(T), null, {
513
+ return (a, t) => (r(), $(m(p), null, {
514
514
  default: g(() => [
515
515
  k("bs-overlay", d(a.$attrs, {
516
516
  "enter-controlled": e.enterControlled,
@@ -523,7 +523,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
523
523
  _: 1
524
524
  }));
525
525
  }
526
- }, re = ["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"], ct = {
526
+ }, re = ["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"], mt = {
527
527
  __name: "BsPagination",
528
528
  props: {
529
529
  showFirstLastButtons: { default: !1 },
@@ -545,7 +545,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
545
545
  },
546
546
  emits: ["selchange"],
547
547
  setup(e, { emit: s }) {
548
- return (a, t) => (r(), u("bs-pagination", d(a.$attrs, {
548
+ return (a, t) => (r(), o("bs-pagination", d(a.$attrs, {
549
549
  "show-first-last-buttons": e.showFirstLastButtons,
550
550
  "prev-page-text": e.prevPageText,
551
551
  "first-page-text": e.firstPageText,
@@ -565,7 +565,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
565
565
  onSelchange: t[0] || (t[0] = (l) => s("selchange", l.detail))
566
566
  }), null, 16, re));
567
567
  }
568
- }, ie = ["layout", "href", "image-src", "image-size", "initials", "profile-name", "company", "job-title", "email", "action", "action-icon", "misc-meta", "misc-meta-icon"], ft = {
568
+ }, ie = ["layout", "href", "image-src", "image-size", "initials", "profile-name", "company", "job-title", "email", "action", "action-icon", "misc-meta", "misc-meta-icon"], ht = {
569
569
  __name: "BsProfile",
570
570
  props: {
571
571
  layout: {},
@@ -585,8 +585,8 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
585
585
  },
586
586
  emits: ["action-toggled"],
587
587
  setup(e, { emit: s }) {
588
- const a = e, { onLinkClick: t } = M(a);
589
- return (l, i) => (r(), u("bs-profile", d(l.$attrs, {
588
+ const a = e, { onLinkClick: t } = W(a);
589
+ return (l, i) => (r(), o("bs-profile", d(l.$attrs, {
590
590
  layout: e.layout,
591
591
  href: e.href,
592
592
  "image-src": e.imageSrc,
@@ -601,10 +601,10 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
601
601
  "misc-meta": e.miscMeta,
602
602
  "misc-meta-icon": e.miscMetaIcon,
603
603
  onActionToggled: i[0] || (i[0] = (c) => s("action-toggled", c.detail)),
604
- onClick: i[1] || (i[1] = (...c) => f(t) && f(t)(...c))
604
+ onClick: i[1] || (i[1] = (...c) => m(t) && m(t)(...c))
605
605
  }), null, 16, ie));
606
606
  }
607
- }, de = ["profile-name", "company", "job-title", "email", "action", "action-icon", "misc-meta", "misc-meta-icon"], mt = {
607
+ }, de = ["profile-name", "company", "job-title", "email", "action", "action-icon", "misc-meta", "misc-meta-icon"], bt = {
608
608
  __name: "BsProfileDetails",
609
609
  props: {
610
610
  profileName: {},
@@ -618,7 +618,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
618
618
  },
619
619
  emits: ["action-toggled"],
620
620
  setup(e, { emit: s }) {
621
- return (a, t) => (r(), u("bs-profile-details", d(a.$attrs, {
621
+ return (a, t) => (r(), o("bs-profile-details", d(a.$attrs, {
622
622
  "profile-name": e.profileName,
623
623
  company: e.company,
624
624
  "job-title": e.jobTitle,
@@ -630,7 +630,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
630
630
  onActionToggled: t[0] || (t[0] = (l) => s("action-toggled", l.detail))
631
631
  }), null, 16, de));
632
632
  }
633
- }, ue = ["src", "size", "initials", "profile-name"], ht = {
633
+ }, ue = ["src", "size", "initials", "profile-name"], vt = {
634
634
  __name: "BsProfileImg",
635
635
  props: {
636
636
  src: {},
@@ -640,14 +640,14 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
640
640
  },
641
641
  emits: [],
642
642
  setup(e, { emit: s }) {
643
- return (a, t) => (r(), u("bs-profile-img", d(a.$attrs, {
643
+ return (a, t) => (r(), o("bs-profile-img", d(a.$attrs, {
644
644
  src: e.src,
645
645
  size: e.size,
646
646
  initials: e.initials,
647
647
  "profile-name": e.profileName
648
648
  }), null, 16, ue));
649
649
  }
650
- }, oe = ["layout", "href", "pass-attrs"], bt = {
650
+ }, oe = ["layout", "href", "pass-attrs"], gt = {
651
651
  __name: "BsProfileLayout",
652
652
  props: {
653
653
  layout: { default: "vertical" },
@@ -657,17 +657,17 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
657
657
  },
658
658
  emits: [],
659
659
  setup(e, { emit: s }) {
660
- const a = e, { onLinkClick: t } = M(a);
661
- return (l, i) => (r(), u("bs-profile-layout", d(l.$attrs, {
660
+ const a = e, { onLinkClick: t } = W(a);
661
+ return (l, i) => (r(), o("bs-profile-layout", d(l.$attrs, {
662
662
  layout: e.layout,
663
663
  href: e.href,
664
664
  "pass-attrs": e.passAttrs,
665
- onClick: i[0] || (i[0] = (...c) => f(t) && f(t)(...c))
665
+ onClick: i[0] || (i[0] = (...c) => m(t) && m(t)(...c))
666
666
  }), [
667
- o(l.$slots, "default")
667
+ u(l.$slots, "default")
668
668
  ], 16, oe));
669
669
  }
670
- }, ce = ["label", "checked", "disabled", "error", "input-id", "pass-attrs", "required", "size", "value"], vt = {
670
+ }, ce = ["label", "checked", "disabled", "error", "input-id", "pass-attrs", "required", "size", "value"], $t = {
671
671
  __name: "BsRadio",
672
672
  props: {
673
673
  label: {},
@@ -683,7 +683,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
683
683
  },
684
684
  emits: ["update:modelValue"],
685
685
  setup(e, { emit: s }) {
686
- return (a, t) => (r(), u("bs-radio", d(a.$attrs, {
686
+ return (a, t) => (r(), o("bs-radio", d(a.$attrs, {
687
687
  label: e.label,
688
688
  checked: e.checked || e.modelValue === e.value,
689
689
  disabled: e.disabled,
@@ -696,7 +696,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
696
696
  onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
697
697
  }), null, 16, ce));
698
698
  }
699
- }, fe = ["disabled", "error", "error-msg", "input-id", "label", "hint", "hints", "placeholder", "required", "value", "pass-attrs", "data"], gt = {
699
+ }, fe = ["disabled", "error", "error-msg", "input-id", "label", "hint", "hints", "placeholder", "required", "value", "pass-attrs", "data"], yt = {
700
700
  __name: "BsSelectField",
701
701
  props: {
702
702
  disabled: { default: !1 },
@@ -715,7 +715,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
715
715
  },
716
716
  emits: ["update:modelValue"],
717
717
  setup(e, { emit: s }) {
718
- return (a, t) => (r(), u("bs-select-field", d(a.$attrs, {
718
+ return (a, t) => (r(), o("bs-select-field", d(a.$attrs, {
719
719
  disabled: e.disabled,
720
720
  error: e.error,
721
721
  "error-msg": e.errorMsg,
@@ -731,7 +731,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
731
731
  onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
732
732
  }), null, 16, fe));
733
733
  }
734
- }, me = ["checked", "disabled", "hide-label", "input-id", "inner-on-label", "inner-off-label", "label", "pass-attrs", "size"], $t = {
734
+ }, me = ["checked", "disabled", "hide-label", "input-id", "inner-on-label", "inner-off-label", "label", "pass-attrs", "size"], Bt = {
735
735
  __name: "BsSwitch",
736
736
  props: {
737
737
  checked: { default: !1 },
@@ -747,7 +747,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
747
747
  },
748
748
  emits: ["update:modelValue"],
749
749
  setup(e, { emit: s }) {
750
- return (a, t) => (r(), u("bs-switch", d(a.$attrs, {
750
+ return (a, t) => (r(), o("bs-switch", d(a.$attrs, {
751
751
  checked: e.checked || e.modelValue,
752
752
  disabled: e.disabled,
753
753
  "hide-label": e.hideLabel,
@@ -760,7 +760,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
760
760
  onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.checked))
761
761
  }), null, 16, me));
762
762
  }
763
- }, he = ["active-tab-id", "hidden", "panel-id"], yt = {
763
+ }, he = ["active-tab-id", "hidden", "panel-id"], pt = {
764
764
  __name: "BsTab",
765
765
  props: {
766
766
  activeTabId: {},
@@ -769,15 +769,15 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
769
769
  },
770
770
  emits: [],
771
771
  setup(e, { emit: s }) {
772
- return (a, t) => (r(), u("bs-tab", d(a.$attrs, {
772
+ return (a, t) => (r(), o("bs-tab", d(a.$attrs, {
773
773
  "active-tab-id": e.activeTabId,
774
774
  hidden: e.hidden,
775
775
  "panel-id": e.panelId
776
776
  }), [
777
- o(a.$slots, "default")
777
+ u(a.$slots, "default")
778
778
  ], 16, he));
779
779
  }
780
- }, be = ["active-tab-id", "helper-text", "helper-description"], Bt = {
780
+ }, be = ["active-tab-id", "helper-text", "helper-description"], kt = {
781
781
  __name: "BsTabList",
782
782
  props: {
783
783
  activeTabId: {},
@@ -790,15 +790,15 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
790
790
  const a = (t) => {
791
791
  s("tabChange", t.detail), s("update:modelValue", t.detail);
792
792
  };
793
- return (t, l) => (r(), u("bs-tab-list", d(t.$attrs, {
793
+ return (t, l) => (r(), o("bs-tab-list", d(t.$attrs, {
794
794
  "active-tab-id": e.activeTabId || e.modelValue,
795
795
  "helper-text": e.helperText,
796
796
  "helper-description": e.helperDescription,
797
797
  "on:tabChange": a
798
798
  }), [
799
- I(f(T), null, {
799
+ T(m(p), null, {
800
800
  default: g(() => [
801
- o(t.$slots, "default")
801
+ u(t.$slots, "default")
802
802
  ]),
803
803
  _: 3
804
804
  })
@@ -812,14 +812,14 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
812
812
  },
813
813
  emits: [],
814
814
  setup(e, { emit: s }) {
815
- return (a, t) => (r(), u("bs-tab-panel", d(a.$attrs, {
815
+ return (a, t) => (r(), o("bs-tab-panel", d(a.$attrs, {
816
816
  "active-tab-id": e.activeTabId,
817
817
  "tab-id": e.tabId
818
818
  }), [
819
- o(a.$slots, "default")
819
+ u(a.$slots, "default")
820
820
  ], 16, ve));
821
821
  }
822
- }, ge = ["disabled", "error", "input-id", "pass-attrs", "placeholder", "required", "value", "hint-id"], kt = {
822
+ }, ge = ["disabled", "error", "input-id", "pass-attrs", "placeholder", "required", "value", "hint-id"], It = {
823
823
  __name: "BsTextarea",
824
824
  props: {
825
825
  disabled: { default: !1 },
@@ -834,7 +834,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
834
834
  },
835
835
  emits: ["update:modelValue"],
836
836
  setup(e, { emit: s }) {
837
- return (a, t) => (r(), u("bs-textarea", d(a.$attrs, {
837
+ return (a, t) => (r(), o("bs-textarea", d(a.$attrs, {
838
838
  disabled: e.disabled,
839
839
  error: e.error,
840
840
  "input-id": e.inputId,
@@ -846,7 +846,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
846
846
  onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
847
847
  }), null, 16, ge));
848
848
  }
849
- }, $e = ["char-max", "disabled", "error", "error-msg", "hint", "hints", "input-id", "label", "placeholder", "required", "value", "pass-attrs"], It = {
849
+ }, $e = ["char-max", "disabled", "error", "error-msg", "hint", "hints", "input-id", "label", "placeholder", "required", "value", "pass-attrs"], wt = {
850
850
  __name: "BsTextareaField",
851
851
  props: {
852
852
  charMax: {},
@@ -865,7 +865,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
865
865
  },
866
866
  emits: ["update:modelValue"],
867
867
  setup(e, { emit: s }) {
868
- return (a, t) => (r(), u("bs-textarea-field", d(a.$attrs, {
868
+ return (a, t) => (r(), o("bs-textarea-field", d(a.$attrs, {
869
869
  "char-max": e.charMax,
870
870
  disabled: e.disabled,
871
871
  error: e.error,
@@ -881,7 +881,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
881
881
  onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
882
882
  }), null, 16, $e));
883
883
  }
884
- }, ye = ["toast-id", "variant", "stacked", "duration", "enter-controlled", "enter-trigger", "leave-trigger"], wt = {
884
+ }, ye = ["toast-id", "variant", "stacked", "duration", "enter-controlled", "enter-trigger", "leave-trigger"], St = {
885
885
  __name: "BsToast",
886
886
  props: {
887
887
  toastId: {},
@@ -894,7 +894,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
894
894
  },
895
895
  emits: ["dismiss", "enterend", "leaveend"],
896
896
  setup(e, { emit: s }) {
897
- return (a, t) => (r(), $(f(T), null, {
897
+ return (a, t) => (r(), $(m(p), null, {
898
898
  default: g(() => [
899
899
  k("bs-toast", d(a.$attrs, {
900
900
  "toast-id": e.toastId,
@@ -908,58 +908,58 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
908
908
  onEnterend: t[1] || (t[1] = (l) => s("enterend", l.detail)),
909
909
  onLeaveend: t[2] || (t[2] = (l) => s("leaveend", l.detail))
910
910
  }), [
911
- o(a.$slots, "default")
911
+ u(a.$slots, "default")
912
912
  ], 16, ye)
913
913
  ]),
914
914
  _: 3
915
915
  }));
916
916
  }
917
- }, pt = {
917
+ }, Ct = {
918
918
  __name: "BsToastActions",
919
919
  props: {},
920
920
  emits: ["defaultDismiss"],
921
921
  setup(e, { emit: s }) {
922
- return (a, t) => (r(), u("bs-toast-actions", d(a.$attrs, {
922
+ return (a, t) => (r(), o("bs-toast-actions", d(a.$attrs, {
923
923
  "on:defaultDismiss": t[0] || (t[0] = (l) => s("defaultDismiss", l.detail))
924
924
  }), [
925
- o(a.$slots, "default")
925
+ u(a.$slots, "default")
926
926
  ], 16));
927
927
  }
928
- }, St = {
928
+ }, Lt = {
929
929
  __name: "BsToastBody",
930
930
  props: {},
931
931
  emits: [],
932
932
  setup(e, { emit: s }) {
933
- return (a, t) => (r(), u("bs-toast-body", E(W(a.$attrs)), [
934
- o(a.$slots, "default")
933
+ return (a, t) => (r(), o("bs-toast-body", M(E(a.$attrs)), [
934
+ u(a.$slots, "default")
935
935
  ], 16));
936
936
  }
937
- }, Be = ["variant"], Ct = {
937
+ }, Be = ["variant"], Vt = {
938
938
  __name: "BsToastHeader",
939
939
  props: {
940
940
  variant: {}
941
941
  },
942
942
  emits: [],
943
943
  setup(e, { emit: s }) {
944
- return (a, t) => (r(), u("bs-toast-header", d(a.$attrs, { variant: e.variant }), [
945
- o(a.$slots, "default")
944
+ return (a, t) => (r(), o("bs-toast-header", d(a.$attrs, { variant: e.variant }), [
945
+ u(a.$slots, "default")
946
946
  ], 16, Be));
947
947
  }
948
- }, xt = {
948
+ }, qt = {
949
949
  __name: "BsToaster",
950
950
  props: {},
951
951
  emits: [],
952
952
  setup(e, { emit: s }) {
953
- return (a, t) => (r(), $(f(T), null, {
953
+ return (a, t) => (r(), $(m(p), null, {
954
954
  default: g(() => [
955
- k("bs-toaster", E(W(a.$attrs)), [
956
- o(a.$slots, "default")
955
+ k("bs-toaster", M(E(a.$attrs)), [
956
+ u(a.$slots, "default")
957
957
  ], 16)
958
958
  ]),
959
959
  _: 3
960
960
  }));
961
961
  }
962
- }, Te = ["enter-class", "enter-attribute", "enter-duration", "leave-class", "leave-attribute", "leave-duration", "enter-controlled", "enter-trigger", "leave-trigger"], Lt = {
962
+ }, pe = ["enter-class", "enter-attribute", "enter-duration", "leave-class", "leave-attribute", "leave-duration", "enter-controlled", "enter-trigger", "leave-trigger"], At = {
963
963
  __name: "BsTransition",
964
964
  props: {
965
965
  enterClass: { default: void 0 },
@@ -974,7 +974,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
974
974
  },
975
975
  emits: ["enterend", "leaveend"],
976
976
  setup(e, { emit: s }) {
977
- return (a, t) => (r(), u("bs-transition", d(a.$attrs, {
977
+ return (a, t) => (r(), o("bs-transition", d(a.$attrs, {
978
978
  "enter-class": e.enterClass,
979
979
  "enter-attribute": e.enterAttribute,
980
980
  "enter-duration": e.enterDuration,
@@ -987,14 +987,14 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
987
987
  onEnterend: t[0] || (t[0] = (l) => s("enterend", l.detail)),
988
988
  onLeaveend: t[1] || (t[1] = (l) => s("leaveend", l.detail))
989
989
  }), [
990
- o(a.$slots, "default")
991
- ], 16, Te));
990
+ u(a.$slots, "default")
991
+ ], 16, pe));
992
992
  }
993
993
  };
994
994
  function P(e) {
995
995
  e.value.replaceChildren();
996
996
  }
997
- const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "open-item-id", "stacked"], Ie = {
997
+ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "open-item-id", "stacked"], Te = {
998
998
  __name: "BsAccordionServer",
999
999
  props: {
1000
1000
  controlled: { default: !1 },
@@ -1007,25 +1007,25 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1007
1007
  },
1008
1008
  emits: ["toggled"],
1009
1009
  setup(e, { emit: s }) {
1010
- const a = h(!1), t = h(null), l = h(""), i = w([]), c = h(null), b = h(!1), y = (n, v = 0) => {
1011
- var m, B;
1012
- t.value || v >= 4 || (t.value = (B = (m = n.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || i.push(setTimeout(() => y(n, v + 1), 50)));
1010
+ const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (n, v = 0) => {
1011
+ var f, B;
1012
+ t.value || v >= 4 || (t.value = (B = (f = n.value) == null ? void 0 : f.querySelector) == null ? void 0 : B.call(f, "[data-slot]"), t.value || i.push(setTimeout(() => y(n, v + 1), 50)));
1013
1013
  };
1014
- return p(() => b.value = !0), S(() => y(c, 0)), C(t, (n) => {
1014
+ return w(() => b.value = !0), S(() => y(c, 0)), C(t, (n) => {
1015
1015
  !n || a.value || (P(t), i.push(setTimeout(() => {
1016
- x(() => {
1016
+ L(() => {
1017
1017
  l.value = customElements.get("bs-accordion") ? "hydrated superhydrated" : "superhydrated";
1018
1018
  });
1019
1019
  }, 100)), a.value = !0);
1020
- }, { immediate: !0 }), L(() => i.forEach((n) => clearTimeout(n))), (n, v) => (r(), u(V, null, [
1021
- t.value && b.value ? (r(), $(f(T), { key: 0 }, {
1020
+ }, { immediate: !0 }), V(() => i.forEach((n) => clearTimeout(n))), (n, v) => (r(), o(q, null, [
1021
+ t.value && b.value ? (r(), $(m(p), { key: 0 }, {
1022
1022
  default: g(() => [
1023
- (r(), $(q, { to: t.value }, [
1024
- o(n.$slots, "default")
1023
+ (r(), $(A, { to: t.value }, [
1024
+ u(n.$slots, "default")
1025
1025
  ], 8, ["to"]))
1026
1026
  ]),
1027
1027
  _: 3
1028
- })) : A("", !0),
1028
+ })) : x("", !0),
1029
1029
  k("bs-accordion", d({
1030
1030
  ref_key: "wcRef",
1031
1031
  ref: c,
@@ -1038,13 +1038,13 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1038
1038
  "open-item": e.openItem,
1039
1039
  "open-item-id": e.openItemId,
1040
1040
  stacked: e.stacked,
1041
- onToggled: v[0] || (v[0] = (m) => s("toggled", m.detail))
1041
+ onToggled: v[0] || (v[0] = (f) => s("toggled", f.detail))
1042
1042
  }, n.$attrs), [
1043
- I(f(T), null, z({ _: 2 }, [
1043
+ T(m(p), null, z({ _: 2 }, [
1044
1044
  b.value ? void 0 : {
1045
1045
  name: "fallback",
1046
1046
  fn: g(() => [
1047
- o(n.$slots, "default")
1047
+ u(n.$slots, "default")
1048
1048
  ]),
1049
1049
  key: "0"
1050
1050
  }
@@ -1052,7 +1052,7 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1052
1052
  ], 16, ke)
1053
1053
  ], 64));
1054
1054
  }
1055
- }, we = "bs-accordion", Vt = {
1055
+ }, Ie = "bs-accordion", xt = {
1056
1056
  __name: "BsAccordion",
1057
1057
  props: {
1058
1058
  controlled: { default: !1 },
@@ -1066,61 +1066,61 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1066
1066
  },
1067
1067
  emits: ["toggled"],
1068
1068
  setup(e, { emit: s }) {
1069
- const a = e, { data: t } = D(we, () => {
1069
+ const a = e, { data: t } = D(Ie, () => {
1070
1070
  if (process.server)
1071
1071
  return !0;
1072
1072
  });
1073
- return (l, i) => f(t) ? (r(), $(Ie, d({ key: 0 }, { ...a, ...l.$attrs }, {
1073
+ return (l, i) => m(t) ? (r(), $(Te, d({ key: 0 }, { ...a, ...l.$attrs }, {
1074
1074
  style: { display: e.bsShow ? null : "none" },
1075
1075
  onToggled: i[0] || (i[0] = (c) => s("toggled", c))
1076
1076
  }), {
1077
1077
  default: g(() => [
1078
- o(l.$slots, "default")
1078
+ u(l.$slots, "default")
1079
1079
  ]),
1080
1080
  _: 3
1081
- }, 16, ["style"])) : (r(), u("bs-accordion", d({ key: 1 }, { ...a, ...l.$attrs }, {
1081
+ }, 16, ["style"])) : (r(), o("bs-accordion", d({ key: 1 }, { ...a, ...l.$attrs }, {
1082
1082
  style: { display: e.bsShow ? null : "none" },
1083
1083
  onToggled: i[1] || (i[1] = (c) => s("toggled", c.detail))
1084
1084
  }), [
1085
- o(l.$slots, "default")
1085
+ u(l.$slots, "default")
1086
1086
  ], 16));
1087
1087
  }
1088
- }, pe = {
1088
+ }, we = {
1089
1089
  __name: "BsBannerServer",
1090
1090
  props: {},
1091
1091
  emits: ["dismiss"],
1092
1092
  setup(e, { emit: s }) {
1093
- const a = h(!1), t = h(null), l = h(""), i = w([]), c = h(null), b = h(!1), y = (n, v = 0) => {
1094
- var m, B;
1095
- t.value || v >= 4 || (t.value = (B = (m = n.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || i.push(setTimeout(() => y(n, v + 1), 50)));
1093
+ const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (n, v = 0) => {
1094
+ var f, B;
1095
+ t.value || v >= 4 || (t.value = (B = (f = n.value) == null ? void 0 : f.querySelector) == null ? void 0 : B.call(f, "[data-slot]"), t.value || i.push(setTimeout(() => y(n, v + 1), 50)));
1096
1096
  };
1097
- return p(() => b.value = !0), S(() => y(c, 0)), C(t, (n) => {
1097
+ return w(() => b.value = !0), S(() => y(c, 0)), C(t, (n) => {
1098
1098
  !n || a.value || (P(t), i.push(setTimeout(() => {
1099
- x(() => {
1099
+ L(() => {
1100
1100
  l.value = customElements.get("bs-banner") ? "hydrated superhydrated" : "superhydrated";
1101
1101
  });
1102
1102
  }, 100)), a.value = !0);
1103
- }, { immediate: !0 }), L(() => i.forEach((n) => clearTimeout(n))), (n, v) => (r(), u(V, null, [
1104
- t.value && b.value ? (r(), $(f(T), { key: 0 }, {
1103
+ }, { immediate: !0 }), V(() => i.forEach((n) => clearTimeout(n))), (n, v) => (r(), o(q, null, [
1104
+ t.value && b.value ? (r(), $(m(p), { key: 0 }, {
1105
1105
  default: g(() => [
1106
- (r(), $(q, { to: t.value }, [
1107
- o(n.$slots, "default")
1106
+ (r(), $(A, { to: t.value }, [
1107
+ u(n.$slots, "default")
1108
1108
  ], 8, ["to"]))
1109
1109
  ]),
1110
1110
  _: 3
1111
- })) : A("", !0),
1111
+ })) : x("", !0),
1112
1112
  k("bs-banner", d({
1113
1113
  ref_key: "wcRef",
1114
1114
  ref: c,
1115
1115
  class: l.value,
1116
1116
  "data-bsds-ssr": "",
1117
- onDismiss: v[0] || (v[0] = (m) => s("dismiss", m.detail))
1117
+ onDismiss: v[0] || (v[0] = (f) => s("dismiss", f.detail))
1118
1118
  }, n.$attrs), [
1119
- I(f(T), null, z({ _: 2 }, [
1119
+ T(m(p), null, z({ _: 2 }, [
1120
1120
  b.value ? void 0 : {
1121
1121
  name: "fallback",
1122
1122
  fn: g(() => [
1123
- o(n.$slots, "default")
1123
+ u(n.$slots, "default")
1124
1124
  ]),
1125
1125
  key: "0"
1126
1126
  }
@@ -1128,7 +1128,7 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1128
1128
  ], 16)
1129
1129
  ], 64));
1130
1130
  }
1131
- }, Se = "bs-banner", qt = {
1131
+ }, Se = "bs-banner", zt = {
1132
1132
  __name: "BsBanner",
1133
1133
  props: {
1134
1134
  bsShow: { default: !0 }
@@ -1139,22 +1139,22 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1139
1139
  if (process.server)
1140
1140
  return !0;
1141
1141
  });
1142
- return (l, i) => f(t) ? (r(), $(pe, d({ key: 0 }, { ...a, ...l.$attrs }, {
1142
+ return (l, i) => m(t) ? (r(), $(we, d({ key: 0 }, { ...a, ...l.$attrs }, {
1143
1143
  style: { display: e.bsShow ? null : "none" },
1144
1144
  onDismiss: i[0] || (i[0] = (c) => s("dismiss", c))
1145
1145
  }), {
1146
1146
  default: g(() => [
1147
- o(l.$slots, "default")
1147
+ u(l.$slots, "default")
1148
1148
  ]),
1149
1149
  _: 3
1150
- }, 16, ["style"])) : (r(), u("bs-banner", d({ key: 1 }, { ...a, ...l.$attrs }, {
1150
+ }, 16, ["style"])) : (r(), o("bs-banner", d({ key: 1 }, { ...a, ...l.$attrs }, {
1151
1151
  style: { display: e.bsShow ? null : "none" },
1152
1152
  onDismiss: i[1] || (i[1] = (c) => s("dismiss", c.detail))
1153
1153
  }), [
1154
- o(l.$slots, "default")
1154
+ u(l.$slots, "default")
1155
1155
  ], 16));
1156
1156
  }
1157
- }, Ce = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn", "size"], xe = {
1157
+ }, Ce = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn", "size"], Le = {
1158
1158
  __name: "BsButtonServer",
1159
1159
  props: {
1160
1160
  variant: {},
@@ -1167,25 +1167,25 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1167
1167
  },
1168
1168
  emits: [],
1169
1169
  setup(e, { emit: s }) {
1170
- const a = h(!1), t = h(null), l = h(""), i = w([]), c = h(null), b = h(!1), y = (n, v = 0) => {
1171
- var m, B;
1172
- t.value || v >= 4 || (t.value = (B = (m = n.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || i.push(setTimeout(() => y(n, v + 1), 50)));
1170
+ const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (n, v = 0) => {
1171
+ var f, B;
1172
+ t.value || v >= 4 || (t.value = (B = (f = n.value) == null ? void 0 : f.querySelector) == null ? void 0 : B.call(f, "[data-slot]"), t.value || i.push(setTimeout(() => y(n, v + 1), 50)));
1173
1173
  };
1174
- return p(() => b.value = !0), S(() => y(c, 0)), C(t, (n) => {
1174
+ return w(() => b.value = !0), S(() => y(c, 0)), C(t, (n) => {
1175
1175
  !n || a.value || (P(t), i.push(setTimeout(() => {
1176
- x(() => {
1176
+ L(() => {
1177
1177
  l.value = customElements.get("bs-button") ? "hydrated superhydrated" : "superhydrated";
1178
1178
  });
1179
1179
  }, 100)), a.value = !0);
1180
- }, { immediate: !0 }), L(() => i.forEach((n) => clearTimeout(n))), (n, v) => (r(), u(V, null, [
1181
- t.value && b.value ? (r(), $(f(T), { key: 0 }, {
1180
+ }, { immediate: !0 }), V(() => i.forEach((n) => clearTimeout(n))), (n, v) => (r(), o(q, null, [
1181
+ t.value && b.value ? (r(), $(m(p), { key: 0 }, {
1182
1182
  default: g(() => [
1183
- (r(), $(q, { to: t.value }, [
1184
- o(n.$slots, "default")
1183
+ (r(), $(A, { to: t.value }, [
1184
+ u(n.$slots, "default")
1185
1185
  ], 8, ["to"]))
1186
1186
  ]),
1187
1187
  _: 3
1188
- })) : A("", !0),
1188
+ })) : x("", !0),
1189
1189
  k("bs-button", d({
1190
1190
  ref_key: "wcRef",
1191
1191
  ref: c,
@@ -1199,11 +1199,11 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1199
1199
  "text-btn": e.textBtn,
1200
1200
  size: e.size
1201
1201
  }, n.$attrs), [
1202
- I(f(T), null, z({ _: 2 }, [
1202
+ T(m(p), null, z({ _: 2 }, [
1203
1203
  b.value ? void 0 : {
1204
1204
  name: "fallback",
1205
1205
  fn: g(() => [
1206
- o(n.$slots, "default")
1206
+ u(n.$slots, "default")
1207
1207
  ]),
1208
1208
  key: "0"
1209
1209
  }
@@ -1211,7 +1211,7 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1211
1211
  ], 16, Ce)
1212
1212
  ], 64));
1213
1213
  }
1214
- }, Le = "bs-button", At = {
1214
+ }, Ve = "bs-button", Dt = {
1215
1215
  __name: "BsButton",
1216
1216
  props: {
1217
1217
  variant: {},
@@ -1226,26 +1226,92 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1226
1226
  },
1227
1227
  emits: [],
1228
1228
  setup(e, { emit: s }) {
1229
- const a = e, { onLinkClick: t } = M(a), { data: l } = D(Le, () => {
1229
+ const a = e, { onLinkClick: t } = W(a), { data: l } = D(Ve, () => {
1230
1230
  if (process.server)
1231
1231
  return !0;
1232
1232
  });
1233
- return (i, c) => f(l) ? (r(), $(xe, d({ key: 0 }, { ...a, ...i.$attrs, router: void 0 }, {
1233
+ return (i, c) => m(l) ? (r(), $(Le, d({ key: 0 }, { ...a, ...i.$attrs, router: void 0 }, {
1234
1234
  style: { display: e.bsShow ? null : "none" },
1235
- onClick: f(t)
1235
+ onClick: m(t)
1236
1236
  }), {
1237
1237
  default: g(() => [
1238
- o(i.$slots, "default")
1238
+ u(i.$slots, "default")
1239
1239
  ]),
1240
1240
  _: 3
1241
- }, 16, ["style", "onClick"])) : (r(), u("bs-button", d({ key: 1 }, { ...a, ...i.$attrs, router: void 0 }, {
1241
+ }, 16, ["style", "onClick"])) : (r(), o("bs-button", d({ key: 1 }, { ...a, ...i.$attrs, router: void 0 }, {
1242
1242
  style: { display: e.bsShow ? null : "none" },
1243
- onClick: c[0] || (c[0] = (...b) => f(t) && f(t)(...b))
1243
+ onClick: c[0] || (c[0] = (...b) => m(t) && m(t)(...b))
1244
+ }), [
1245
+ u(i.$slots, "default")
1246
+ ], 16));
1247
+ }
1248
+ }, qe = {
1249
+ __name: "BsIconGradientWrapperServer",
1250
+ props: {},
1251
+ emits: [],
1252
+ setup(e, { emit: s }) {
1253
+ const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (n, v = 0) => {
1254
+ var f, B;
1255
+ t.value || v >= 4 || (t.value = (B = (f = n.value) == null ? void 0 : f.querySelector) == null ? void 0 : B.call(f, "[data-slot]"), t.value || i.push(setTimeout(() => y(n, v + 1), 50)));
1256
+ };
1257
+ return w(() => b.value = !0), S(() => y(c, 0)), C(t, (n) => {
1258
+ !n || a.value || (P(t), i.push(setTimeout(() => {
1259
+ L(() => {
1260
+ l.value = customElements.get("bs-icon-gradient-wrapper") ? "hydrated superhydrated" : "superhydrated";
1261
+ });
1262
+ }, 100)), a.value = !0);
1263
+ }, { immediate: !0 }), V(() => i.forEach((n) => clearTimeout(n))), (n, v) => (r(), o(q, null, [
1264
+ t.value && b.value ? (r(), $(m(p), { key: 0 }, {
1265
+ default: g(() => [
1266
+ (r(), $(A, { to: t.value }, [
1267
+ u(n.$slots, "default")
1268
+ ], 8, ["to"]))
1269
+ ]),
1270
+ _: 3
1271
+ })) : x("", !0),
1272
+ k("bs-icon-gradient-wrapper", d({
1273
+ ref_key: "wcRef",
1274
+ ref: c,
1275
+ class: l.value,
1276
+ "data-bsds-ssr": ""
1277
+ }, n.$attrs), [
1278
+ T(m(p), null, z({ _: 2 }, [
1279
+ b.value ? void 0 : {
1280
+ name: "fallback",
1281
+ fn: g(() => [
1282
+ u(n.$slots, "default")
1283
+ ]),
1284
+ key: "0"
1285
+ }
1286
+ ]), 1024)
1287
+ ], 16)
1288
+ ], 64));
1289
+ }
1290
+ }, Ae = "bs-icon-gradient-wrapper", Pt = {
1291
+ __name: "BsIconGradientWrapper",
1292
+ props: {
1293
+ bsShow: { default: !0 }
1294
+ },
1295
+ emits: [],
1296
+ setup(e, { emit: s }) {
1297
+ const a = e, { data: t } = D(Ae, () => {
1298
+ if (process.server)
1299
+ return !0;
1300
+ });
1301
+ return (l, i) => m(t) ? (r(), $(qe, d({ key: 0 }, { ...a, ...l.$attrs }, {
1302
+ style: { display: e.bsShow ? null : "none" }
1303
+ }), {
1304
+ default: g(() => [
1305
+ u(l.$slots, "default")
1306
+ ]),
1307
+ _: 3
1308
+ }, 16, ["style"])) : (r(), o("bs-icon-gradient-wrapper", d({ key: 1 }, { ...a, ...l.$attrs }, {
1309
+ style: { display: e.bsShow ? null : "none" }
1244
1310
  }), [
1245
- o(i.$slots, "default")
1311
+ u(l.$slots, "default")
1246
1312
  ], 16));
1247
1313
  }
1248
- }, Ve = ["disabled", "for", "hide", "pass-attrs", "required"], qe = {
1314
+ }, xe = ["disabled", "for", "hide", "pass-attrs", "required"], ze = {
1249
1315
  __name: "BsLabelServer",
1250
1316
  props: {
1251
1317
  disabled: {},
@@ -1256,25 +1322,25 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1256
1322
  },
1257
1323
  emits: [],
1258
1324
  setup(e, { emit: s }) {
1259
- const a = h(!1), t = h(null), l = h(""), i = w([]), c = h(null), b = h(!1), y = (n, v = 0) => {
1260
- var m, B;
1261
- t.value || v >= 4 || (t.value = (B = (m = n.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || i.push(setTimeout(() => y(n, v + 1), 50)));
1325
+ const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (n, v = 0) => {
1326
+ var f, B;
1327
+ t.value || v >= 4 || (t.value = (B = (f = n.value) == null ? void 0 : f.querySelector) == null ? void 0 : B.call(f, "[data-slot]"), t.value || i.push(setTimeout(() => y(n, v + 1), 50)));
1262
1328
  };
1263
- return p(() => b.value = !0), S(() => y(c, 0)), C(t, (n) => {
1329
+ return w(() => b.value = !0), S(() => y(c, 0)), C(t, (n) => {
1264
1330
  !n || a.value || (P(t), i.push(setTimeout(() => {
1265
- x(() => {
1331
+ L(() => {
1266
1332
  l.value = customElements.get("bs-label") ? "hydrated superhydrated" : "superhydrated";
1267
1333
  });
1268
1334
  }, 100)), a.value = !0);
1269
- }, { immediate: !0 }), L(() => i.forEach((n) => clearTimeout(n))), (n, v) => (r(), u(V, null, [
1270
- t.value && b.value ? (r(), $(f(T), { key: 0 }, {
1335
+ }, { immediate: !0 }), V(() => i.forEach((n) => clearTimeout(n))), (n, v) => (r(), o(q, null, [
1336
+ t.value && b.value ? (r(), $(m(p), { key: 0 }, {
1271
1337
  default: g(() => [
1272
- (r(), $(q, { to: t.value }, [
1273
- o(n.$slots, "default")
1338
+ (r(), $(A, { to: t.value }, [
1339
+ u(n.$slots, "default")
1274
1340
  ], 8, ["to"]))
1275
1341
  ]),
1276
1342
  _: 3
1277
- })) : A("", !0),
1343
+ })) : x("", !0),
1278
1344
  k("bs-label", d({
1279
1345
  ref_key: "wcRef",
1280
1346
  ref: c,
@@ -1286,19 +1352,19 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1286
1352
  "pass-attrs": e.passAttrs,
1287
1353
  required: e.required
1288
1354
  }, n.$attrs), [
1289
- I(f(T), null, z({ _: 2 }, [
1355
+ T(m(p), null, z({ _: 2 }, [
1290
1356
  b.value ? void 0 : {
1291
1357
  name: "fallback",
1292
1358
  fn: g(() => [
1293
- o(n.$slots, "default")
1359
+ u(n.$slots, "default")
1294
1360
  ]),
1295
1361
  key: "0"
1296
1362
  }
1297
1363
  ]), 1024)
1298
- ], 16, Ve)
1364
+ ], 16, xe)
1299
1365
  ], 64));
1300
1366
  }
1301
- }, Ae = "bs-label", zt = {
1367
+ }, De = "bs-label", Wt = {
1302
1368
  __name: "BsLabel",
1303
1369
  props: {
1304
1370
  disabled: {},
@@ -1310,24 +1376,24 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1310
1376
  },
1311
1377
  emits: [],
1312
1378
  setup(e, { emit: s }) {
1313
- const a = e, { data: t } = D(Ae, () => {
1379
+ const a = e, { data: t } = D(De, () => {
1314
1380
  if (process.server)
1315
1381
  return !0;
1316
1382
  });
1317
- return (l, i) => f(t) ? (r(), $(qe, d({ key: 0 }, { ...a, ...l.$attrs }, {
1383
+ return (l, i) => m(t) ? (r(), $(ze, d({ key: 0 }, { ...a, ...l.$attrs }, {
1318
1384
  style: { display: e.bsShow ? null : "none" }
1319
1385
  }), {
1320
1386
  default: g(() => [
1321
- o(l.$slots, "default")
1387
+ u(l.$slots, "default")
1322
1388
  ]),
1323
1389
  _: 3
1324
- }, 16, ["style"])) : (r(), u("bs-label", d({ key: 1 }, { ...a, ...l.$attrs }, {
1390
+ }, 16, ["style"])) : (r(), o("bs-label", d({ key: 1 }, { ...a, ...l.$attrs }, {
1325
1391
  style: { display: e.bsShow ? null : "none" }
1326
1392
  }), [
1327
- o(l.$slots, "default")
1393
+ u(l.$slots, "default")
1328
1394
  ], 16));
1329
1395
  }
1330
- }, ze = ["variant", "status", "href", "active", "disabled", "pass-attrs"], De = {
1396
+ }, Pe = ["variant", "status", "href", "active", "disabled", "pass-attrs"], We = {
1331
1397
  __name: "BsPillServer",
1332
1398
  props: {
1333
1399
  variant: {},
@@ -1339,25 +1405,25 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1339
1405
  },
1340
1406
  emits: [],
1341
1407
  setup(e, { emit: s }) {
1342
- const a = h(!1), t = h(null), l = h(""), i = w([]), c = h(null), b = h(!1), y = (n, v = 0) => {
1343
- var m, B;
1344
- t.value || v >= 4 || (t.value = (B = (m = n.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || i.push(setTimeout(() => y(n, v + 1), 50)));
1408
+ const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (n, v = 0) => {
1409
+ var f, B;
1410
+ t.value || v >= 4 || (t.value = (B = (f = n.value) == null ? void 0 : f.querySelector) == null ? void 0 : B.call(f, "[data-slot]"), t.value || i.push(setTimeout(() => y(n, v + 1), 50)));
1345
1411
  };
1346
- return p(() => b.value = !0), S(() => y(c, 0)), C(t, (n) => {
1412
+ return w(() => b.value = !0), S(() => y(c, 0)), C(t, (n) => {
1347
1413
  !n || a.value || (P(t), i.push(setTimeout(() => {
1348
- x(() => {
1414
+ L(() => {
1349
1415
  l.value = customElements.get("bs-pill") ? "hydrated superhydrated" : "superhydrated";
1350
1416
  });
1351
1417
  }, 100)), a.value = !0);
1352
- }, { immediate: !0 }), L(() => i.forEach((n) => clearTimeout(n))), (n, v) => (r(), u(V, null, [
1353
- t.value && b.value ? (r(), $(f(T), { key: 0 }, {
1418
+ }, { immediate: !0 }), V(() => i.forEach((n) => clearTimeout(n))), (n, v) => (r(), o(q, null, [
1419
+ t.value && b.value ? (r(), $(m(p), { key: 0 }, {
1354
1420
  default: g(() => [
1355
- (r(), $(q, { to: t.value }, [
1356
- o(n.$slots, "default")
1421
+ (r(), $(A, { to: t.value }, [
1422
+ u(n.$slots, "default")
1357
1423
  ], 8, ["to"]))
1358
1424
  ]),
1359
1425
  _: 3
1360
- })) : A("", !0),
1426
+ })) : x("", !0),
1361
1427
  k("bs-pill", d({
1362
1428
  ref_key: "wcRef",
1363
1429
  ref: c,
@@ -1370,19 +1436,19 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1370
1436
  disabled: e.disabled,
1371
1437
  "pass-attrs": e.passAttrs
1372
1438
  }, n.$attrs), [
1373
- I(f(T), null, z({ _: 2 }, [
1439
+ T(m(p), null, z({ _: 2 }, [
1374
1440
  b.value ? void 0 : {
1375
1441
  name: "fallback",
1376
1442
  fn: g(() => [
1377
- o(n.$slots, "default")
1443
+ u(n.$slots, "default")
1378
1444
  ]),
1379
1445
  key: "0"
1380
1446
  }
1381
1447
  ]), 1024)
1382
- ], 16, ze)
1448
+ ], 16, Pe)
1383
1449
  ], 64));
1384
1450
  }
1385
- }, Pe = "bs-pill", Dt = {
1451
+ }, Re = "bs-pill", Rt = {
1386
1452
  __name: "BsPill",
1387
1453
  props: {
1388
1454
  variant: {},
@@ -1396,26 +1462,26 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1396
1462
  },
1397
1463
  emits: [],
1398
1464
  setup(e, { emit: s }) {
1399
- const a = e, { onLinkClick: t } = M(a), { data: l } = D(Pe, () => {
1465
+ const a = e, { onLinkClick: t } = W(a), { data: l } = D(Re, () => {
1400
1466
  if (process.server)
1401
1467
  return !0;
1402
1468
  });
1403
- return (i, c) => f(l) ? (r(), $(De, d({ key: 0 }, { ...a, ...i.$attrs, router: void 0 }, {
1469
+ return (i, c) => m(l) ? (r(), $(We, d({ key: 0 }, { ...a, ...i.$attrs, router: void 0 }, {
1404
1470
  style: { display: e.bsShow ? null : "none" },
1405
- onClick: f(t)
1471
+ onClick: m(t)
1406
1472
  }), {
1407
1473
  default: g(() => [
1408
- o(i.$slots, "default")
1474
+ u(i.$slots, "default")
1409
1475
  ]),
1410
1476
  _: 3
1411
- }, 16, ["style", "onClick"])) : (r(), u("bs-pill", d({ key: 1 }, { ...a, ...i.$attrs, router: void 0 }, {
1477
+ }, 16, ["style", "onClick"])) : (r(), o("bs-pill", d({ key: 1 }, { ...a, ...i.$attrs, router: void 0 }, {
1412
1478
  style: { display: e.bsShow ? null : "none" },
1413
- onClick: c[0] || (c[0] = (...b) => f(t) && f(t)(...b))
1479
+ onClick: c[0] || (c[0] = (...b) => m(t) && m(t)(...b))
1414
1480
  }), [
1415
- o(i.$slots, "default")
1481
+ u(i.$slots, "default")
1416
1482
  ], 16));
1417
1483
  }
1418
- }, Me = ["disabled", "input-id", "required", "error", "hint-id", "value", "pass-attrs"], Re = {
1484
+ }, Me = ["disabled", "input-id", "required", "error", "hint-id", "value", "pass-attrs"], Ee = {
1419
1485
  __name: "BsSelectServer",
1420
1486
  props: {
1421
1487
  disabled: { default: !1 },
@@ -1429,25 +1495,25 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1429
1495
  },
1430
1496
  emits: [],
1431
1497
  setup(e, { emit: s }) {
1432
- const a = h(!1), t = h(null), l = h(""), i = w([]), c = h(null), b = h(!1), y = (n, v = 0) => {
1433
- var m, B;
1434
- t.value || v >= 4 || (t.value = (B = (m = n.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || i.push(setTimeout(() => y(n, v + 1), 50)));
1498
+ const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (n, v = 0) => {
1499
+ var f, B;
1500
+ t.value || v >= 4 || (t.value = (B = (f = n.value) == null ? void 0 : f.querySelector) == null ? void 0 : B.call(f, "[data-slot]"), t.value || i.push(setTimeout(() => y(n, v + 1), 50)));
1435
1501
  };
1436
- return p(() => b.value = !0), S(() => y(c, 0)), C(t, (n) => {
1502
+ return w(() => b.value = !0), S(() => y(c, 0)), C(t, (n) => {
1437
1503
  !n || a.value || (P(t), i.push(setTimeout(() => {
1438
- x(() => {
1504
+ L(() => {
1439
1505
  l.value = customElements.get("bs-select") ? "hydrated superhydrated" : "superhydrated";
1440
1506
  });
1441
1507
  }, 100)), a.value = !0);
1442
- }, { immediate: !0 }), L(() => i.forEach((n) => clearTimeout(n))), (n, v) => (r(), u(V, null, [
1443
- t.value && b.value ? (r(), $(f(T), { key: 0 }, {
1508
+ }, { immediate: !0 }), V(() => i.forEach((n) => clearTimeout(n))), (n, v) => (r(), o(q, null, [
1509
+ t.value && b.value ? (r(), $(m(p), { key: 0 }, {
1444
1510
  default: g(() => [
1445
- (r(), $(q, { to: t.value }, [
1446
- o(n.$slots, "default")
1511
+ (r(), $(A, { to: t.value }, [
1512
+ u(n.$slots, "default")
1447
1513
  ], 8, ["to"]))
1448
1514
  ]),
1449
1515
  _: 3
1450
- })) : A("", !0),
1516
+ })) : x("", !0),
1451
1517
  k("bs-select", d({
1452
1518
  ref_key: "wcRef",
1453
1519
  ref: c,
@@ -1461,11 +1527,11 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1461
1527
  value: e.value,
1462
1528
  "pass-attrs": e.passAttrs
1463
1529
  }, e.modelValue, n.$attrs), [
1464
- I(f(T), null, z({ _: 2 }, [
1530
+ T(m(p), null, z({ _: 2 }, [
1465
1531
  b.value ? void 0 : {
1466
1532
  name: "fallback",
1467
1533
  fn: g(() => [
1468
- o(n.$slots, "default")
1534
+ u(n.$slots, "default")
1469
1535
  ]),
1470
1536
  key: "0"
1471
1537
  }
@@ -1473,7 +1539,7 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1473
1539
  ], 16, Me)
1474
1540
  ], 64));
1475
1541
  }
1476
- }, Ee = "bs-select", Pt = {
1542
+ }, Oe = "bs-select", Mt = {
1477
1543
  __name: "BsSelect",
1478
1544
  props: {
1479
1545
  disabled: { default: !1 },
@@ -1488,24 +1554,24 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1488
1554
  },
1489
1555
  emits: ["update:modelValue"],
1490
1556
  setup(e, { emit: s }) {
1491
- const a = e, { data: t } = D(Ee, () => {
1557
+ const a = e, { data: t } = D(Oe, () => {
1492
1558
  if (process.server)
1493
1559
  return !0;
1494
1560
  });
1495
- return (l, i) => f(t) ? (r(), $(Re, d({ key: 0 }, { ...a, ...l.$attrs, value: e.value || e.modelValue }, {
1561
+ return (l, i) => m(t) ? (r(), $(Ee, d({ key: 0 }, { ...a, ...l.$attrs, value: e.value || e.modelValue }, {
1496
1562
  style: { display: e.bsShow ? null : "none" }
1497
1563
  }), {
1498
1564
  default: g(() => [
1499
- o(l.$slots, "default")
1565
+ u(l.$slots, "default")
1500
1566
  ]),
1501
1567
  _: 3
1502
- }, 16, ["style"])) : (r(), u("bs-select", d({ key: 1 }, { ...a, ...l.$attrs, value: e.value || e.modelValue }, {
1568
+ }, 16, ["style"])) : (r(), o("bs-select", d({ key: 1 }, { ...a, ...l.$attrs, value: e.value || e.modelValue }, {
1503
1569
  style: { display: e.bsShow ? null : "none" }
1504
1570
  }), [
1505
- o(l.$slots, "default")
1571
+ u(l.$slots, "default")
1506
1572
  ], 16));
1507
1573
  }
1508
- }, We = ["tooltip-id", "content", "position"], Oe = {
1574
+ }, Fe = ["tooltip-id", "content", "position"], Ge = {
1509
1575
  __name: "BsTooltipServer",
1510
1576
  props: {
1511
1577
  tooltipId: {},
@@ -1514,25 +1580,25 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1514
1580
  },
1515
1581
  emits: [],
1516
1582
  setup(e, { emit: s }) {
1517
- const a = h(!1), t = h(null), l = h(""), i = w([]), c = h(null), b = h(!1), y = (n, v = 0) => {
1518
- var m, B;
1519
- t.value || v >= 4 || (t.value = (B = (m = n.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || i.push(setTimeout(() => y(n, v + 1), 50)));
1583
+ const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (n, v = 0) => {
1584
+ var f, B;
1585
+ t.value || v >= 4 || (t.value = (B = (f = n.value) == null ? void 0 : f.querySelector) == null ? void 0 : B.call(f, "[data-slot]"), t.value || i.push(setTimeout(() => y(n, v + 1), 50)));
1520
1586
  };
1521
- return p(() => b.value = !0), S(() => y(c, 0)), C(t, (n) => {
1587
+ return w(() => b.value = !0), S(() => y(c, 0)), C(t, (n) => {
1522
1588
  !n || a.value || (P(t), i.push(setTimeout(() => {
1523
- x(() => {
1589
+ L(() => {
1524
1590
  l.value = customElements.get("bs-tooltip") ? "hydrated superhydrated" : "superhydrated";
1525
1591
  });
1526
1592
  }, 100)), a.value = !0);
1527
- }, { immediate: !0 }), L(() => i.forEach((n) => clearTimeout(n))), (n, v) => (r(), u(V, null, [
1528
- t.value && b.value ? (r(), $(f(T), { key: 0 }, {
1593
+ }, { immediate: !0 }), V(() => i.forEach((n) => clearTimeout(n))), (n, v) => (r(), o(q, null, [
1594
+ t.value && b.value ? (r(), $(m(p), { key: 0 }, {
1529
1595
  default: g(() => [
1530
- (r(), $(q, { to: t.value }, [
1531
- o(n.$slots, "default")
1596
+ (r(), $(A, { to: t.value }, [
1597
+ u(n.$slots, "default")
1532
1598
  ], 8, ["to"]))
1533
1599
  ]),
1534
1600
  _: 3
1535
- })) : A("", !0),
1601
+ })) : x("", !0),
1536
1602
  k("bs-tooltip", d({
1537
1603
  ref_key: "wcRef",
1538
1604
  ref: c,
@@ -1542,19 +1608,19 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1542
1608
  content: e.content,
1543
1609
  position: e.position
1544
1610
  }, n.$attrs), [
1545
- I(f(T), null, z({ _: 2 }, [
1611
+ T(m(p), null, z({ _: 2 }, [
1546
1612
  b.value ? void 0 : {
1547
1613
  name: "fallback",
1548
1614
  fn: g(() => [
1549
- o(n.$slots, "default")
1615
+ u(n.$slots, "default")
1550
1616
  ]),
1551
1617
  key: "0"
1552
1618
  }
1553
1619
  ]), 1024)
1554
- ], 16, We)
1620
+ ], 16, Fe)
1555
1621
  ], 64));
1556
1622
  }
1557
- }, Fe = "bs-tooltip", Mt = {
1623
+ }, je = "bs-tooltip", Et = {
1558
1624
  __name: "BsTooltip",
1559
1625
  props: {
1560
1626
  tooltipId: {},
@@ -1564,76 +1630,78 @@ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1564
1630
  },
1565
1631
  emits: [],
1566
1632
  setup(e, { emit: s }) {
1567
- const a = e, { data: t } = D(Fe, () => {
1633
+ const a = e, { data: t } = D(je, () => {
1568
1634
  if (process.server)
1569
1635
  return !0;
1570
1636
  });
1571
- return (l, i) => f(t) ? (r(), $(Oe, d({ key: 0 }, { ...a, ...l.$attrs }, {
1637
+ return (l, i) => m(t) ? (r(), $(Ge, d({ key: 0 }, { ...a, ...l.$attrs }, {
1572
1638
  style: { display: e.bsShow ? null : "none" }
1573
1639
  }), {
1574
1640
  default: g(() => [
1575
- o(l.$slots, "default")
1641
+ u(l.$slots, "default")
1576
1642
  ]),
1577
1643
  _: 3
1578
- }, 16, ["style"])) : (r(), u("bs-tooltip", d({ key: 1 }, { ...a, ...l.$attrs }, {
1644
+ }, 16, ["style"])) : (r(), o("bs-tooltip", d({ key: 1 }, { ...a, ...l.$attrs }, {
1579
1645
  style: { display: e.bsShow ? null : "none" }
1580
1646
  }), [
1581
- o(l.$slots, "default")
1647
+ u(l.$slots, "default")
1582
1648
  ], 16));
1583
1649
  }
1584
1650
  };
1585
1651
  export {
1586
- Vt as BsAccordion,
1587
- Ie as BsAccordionServer,
1588
- He as BsBadge,
1589
- qt as BsBanner,
1590
- pe as BsBannerServer,
1591
- At as BsButton,
1592
- xe as BsButtonServer,
1593
- Xe as BsCharacterCount,
1594
- Ye as BsChartBar,
1595
- Ze as BsChartTable,
1596
- Je as BsCheckbox,
1597
- Ke as BsCircleButton,
1598
- Qe as BsDropdown,
1599
- Ue as BsDropdownOption,
1600
- _e as BsDropdownOptionList,
1601
- et as BsDropdownWithOptions,
1602
- tt as BsFieldDetails,
1603
- at as BsFieldLayout,
1604
- lt as BsHint,
1605
- st as BsInput,
1606
- nt as BsInputAddon,
1607
- rt as BsInputField,
1608
- it as BsInputSearch,
1609
- zt as BsLabel,
1610
- qe as BsLabelServer,
1611
- dt as BsLoader,
1612
- ut as BsModal,
1613
- ot as BsOverlay,
1614
- ct as BsPagination,
1615
- Dt as BsPill,
1616
- De as BsPillServer,
1617
- ft as BsProfile,
1618
- mt as BsProfileDetails,
1619
- ht as BsProfileImg,
1620
- bt as BsProfileLayout,
1621
- vt as BsRadio,
1622
- Pt as BsSelect,
1623
- gt as BsSelectField,
1624
- Re as BsSelectServer,
1625
- $t as BsSwitch,
1626
- yt as BsTab,
1627
- Bt as BsTabList,
1652
+ xt as BsAccordion,
1653
+ Te as BsAccordionServer,
1654
+ Ye as BsBadge,
1655
+ zt as BsBanner,
1656
+ we as BsBannerServer,
1657
+ Dt as BsButton,
1658
+ Le as BsButtonServer,
1659
+ Ze as BsCharacterCount,
1660
+ Je as BsChartBar,
1661
+ Ke as BsChartTable,
1662
+ Qe as BsCheckbox,
1663
+ Ue as BsCircleButton,
1664
+ _e as BsDropdown,
1665
+ et as BsDropdownOption,
1666
+ tt as BsDropdownOptionList,
1667
+ at as BsDropdownWithOptions,
1668
+ lt as BsFieldDetails,
1669
+ st as BsFieldLayout,
1670
+ nt as BsHint,
1671
+ Pt as BsIconGradientWrapper,
1672
+ qe as BsIconGradientWrapperServer,
1673
+ rt as BsInput,
1674
+ it as BsInputAddon,
1675
+ dt as BsInputField,
1676
+ ut as BsInputSearch,
1677
+ Wt as BsLabel,
1678
+ ze as BsLabelServer,
1679
+ ot as BsLoader,
1680
+ ct as BsModal,
1681
+ ft as BsOverlay,
1682
+ mt as BsPagination,
1683
+ Rt as BsPill,
1684
+ We as BsPillServer,
1685
+ ht as BsProfile,
1686
+ bt as BsProfileDetails,
1687
+ vt as BsProfileImg,
1688
+ gt as BsProfileLayout,
1689
+ $t as BsRadio,
1690
+ Mt as BsSelect,
1691
+ yt as BsSelectField,
1692
+ Ee as BsSelectServer,
1693
+ Bt as BsSwitch,
1694
+ pt as BsTab,
1695
+ kt as BsTabList,
1628
1696
  Tt as BsTabPanel,
1629
- kt as BsTextarea,
1630
- It as BsTextareaField,
1631
- wt as BsToast,
1632
- pt as BsToastActions,
1633
- St as BsToastBody,
1634
- Ct as BsToastHeader,
1635
- xt as BsToaster,
1636
- Mt as BsTooltip,
1637
- Oe as BsTooltipServer,
1638
- Lt as BsTransition
1697
+ It as BsTextarea,
1698
+ wt as BsTextareaField,
1699
+ St as BsToast,
1700
+ Ct as BsToastActions,
1701
+ Lt as BsToastBody,
1702
+ Vt as BsToastHeader,
1703
+ qt as BsToaster,
1704
+ Et as BsTooltip,
1705
+ Ge as BsTooltipServer,
1706
+ At as BsTransition
1639
1707
  };