@wwtdev/bsds-components-vue3 1.12.0 → 1.13.1

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 n, createElementBlock as u, mergeProps as i, renderSlot as o, computed as E, unref as f, createBlock as $, withCtx as g, createElementVNode as k, createVNode as p, normalizeProps as W, guardReactiveProps as O, ref as h, reactive as w, onBeforeMount as S, onMounted as I, watch as C, nextTick as L, onBeforeUnmount as V, Fragment as q, Teleport as x, createCommentVNode as A, createSlots as z } from "vue";
1
+ import { openBlock as n, createElementBlock as u, mergeProps as d, renderSlot as o, computed as E, unref as f, createBlock as $, withCtx as g, createElementVNode as k, createVNode as p, normalizeProps as W, guardReactiveProps as M, ref as h, reactive as I, onBeforeMount as w, 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
2
  import { ClientOnly as T } from "#components";
3
3
  import { useAsyncData as D } from "#imports";
4
- const F = ["color", "count", "count-max", "dot", "label", "position", "show-zero"], Ge = {
4
+ const O = ["color", "count", "count-max", "dot", "label", "position", "show-zero"], He = {
5
5
  __name: "BsBadge",
6
6
  props: {
7
7
  color: {},
@@ -14,7 +14,7 @@ const F = ["color", "count", "count-max", "dot", "label", "position", "show-zero
14
14
  },
15
15
  emits: [],
16
16
  setup(e, { emit: s }) {
17
- return (a, t) => (n(), u("bs-badge", i(a.$attrs, {
17
+ return (a, t) => (n(), u("bs-badge", d(a.$attrs, {
18
18
  color: e.color,
19
19
  count: e.count,
20
20
  "count-max": e.countMax,
@@ -24,9 +24,9 @@ const F = ["color", "count", "count-max", "dot", "label", "position", "show-zero
24
24
  "show-zero": e.showZero
25
25
  }), [
26
26
  o(a.$slots, "default")
27
- ], 16, F));
27
+ ], 16, O));
28
28
  }
29
- }, M = ["char-count", "char-max"], He = {
29
+ }, F = ["char-count", "char-max"], Xe = {
30
30
  __name: "BsCharacterCount",
31
31
  props: {
32
32
  charCount: {},
@@ -34,12 +34,12 @@ const F = ["color", "count", "count-max", "dot", "label", "position", "show-zero
34
34
  },
35
35
  emits: [],
36
36
  setup(e, { emit: s }) {
37
- return (a, t) => (n(), u("bs-character-count", i(a.$attrs, {
37
+ return (a, t) => (n(), u("bs-character-count", d(a.$attrs, {
38
38
  "char-count": e.charCount,
39
39
  "char-max": e.charMax
40
- }), null, 16, M));
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"], Xe = {
42
+ }, j = ["chart-title", "data", "dataIdxLabels", "show-legend", "show-tooltips", "show-x-grid", "show-y-grid", "stacked", "x-label", "y-label"], Ye = {
43
43
  __name: "BsChartBar",
44
44
  props: {
45
45
  chartTitle: {},
@@ -55,7 +55,7 @@ const F = ["color", "count", "count-max", "dot", "label", "position", "show-zero
55
55
  },
56
56
  emits: [],
57
57
  setup(e, { emit: s }) {
58
- return (a, t) => (n(), u("bs-chart-bar", i(a.$attrs, {
58
+ return (a, t) => (n(), u("bs-chart-bar", d(a.$attrs, {
59
59
  "chart-title": e.chartTitle,
60
60
  data: e.data,
61
61
  dataIdxLabels: e.dataIdxLabels,
@@ -68,7 +68,7 @@ const F = ["color", "count", "count-max", "dot", "label", "position", "show-zero
68
68
  "y-label": e.yLabel
69
69
  }), null, 16, j));
70
70
  }
71
- }, N = ["data", "dataIdxLabels", "table-title"], Ye = {
71
+ }, N = ["data", "dataIdxLabels", "table-title"], Ze = {
72
72
  __name: "BsChartTable",
73
73
  props: {
74
74
  data: {},
@@ -77,13 +77,13 @@ const F = ["color", "count", "count-max", "dot", "label", "position", "show-zero
77
77
  },
78
78
  emits: [],
79
79
  setup(e, { emit: s }) {
80
- return (a, t) => (n(), u("bs-chart-table", i(a.$attrs, {
80
+ return (a, t) => (n(), u("bs-chart-table", d(a.$attrs, {
81
81
  data: e.data,
82
82
  dataIdxLabels: e.dataIdxLabels,
83
83
  "table-title": e.tableTitle
84
84
  }), null, 16, N));
85
85
  }
86
- }, G = ["label", "checked", "checked-partially", "disabled", "error", "pass-attrs", "required", "size"], Ze = {
86
+ }, G = ["label", "checked", "checked-partially", "disabled", "error", "input-id", "pass-attrs", "required", "size"], Je = {
87
87
  __name: "BsCheckbox",
88
88
  props: {
89
89
  label: {},
@@ -91,6 +91,7 @@ const F = ["color", "count", "count-max", "dot", "label", "position", "show-zero
91
91
  checkedPartially: { default: !1 },
92
92
  disabled: { default: !1 },
93
93
  error: {},
94
+ inputId: {},
94
95
  passAttrs: { default: "" },
95
96
  required: {},
96
97
  size: {},
@@ -98,12 +99,13 @@ const F = ["color", "count", "count-max", "dot", "label", "position", "show-zero
98
99
  },
99
100
  emits: ["update:modelValue"],
100
101
  setup(e, { emit: s }) {
101
- return (a, t) => (n(), u("bs-checkbox", i(a.$attrs, {
102
+ return (a, t) => (n(), u("bs-checkbox", d(a.$attrs, {
102
103
  label: e.label,
103
104
  checked: e.checked || e.modelValue,
104
105
  "checked-partially": e.checkedPartially,
105
106
  disabled: e.disabled,
106
107
  error: e.error,
108
+ "input-id": e.inputId,
107
109
  "pass-attrs": e.passAttrs,
108
110
  required: e.required,
109
111
  size: e.size,
@@ -113,19 +115,19 @@ const F = ["color", "count", "count-max", "dot", "label", "position", "show-zero
113
115
  };
114
116
  function R(e) {
115
117
  const s = E(() => {
116
- var l, d;
117
- return ((d = (l = e.href) == null ? void 0 : l.startsWith) == null ? void 0 : d.call(l, "/")) || !1;
118
+ var l, i;
119
+ return ((i = (l = e.href) == null ? void 0 : l.startsWith) == null ? void 0 : i.call(l, "/")) || !1;
118
120
  }), a = E(() => {
119
- var l, d;
120
- return s.value && ((l = e.router) == null ? void 0 : l.navigateTo) || ((d = e.router) == null ? void 0 : d.push) || null;
121
+ var l, i;
122
+ return s.value && ((l = e.router) == null ? void 0 : l.navigateTo) || ((i = e.router) == null ? void 0 : i.push) || null;
121
123
  });
122
124
  function t(l) {
123
- var d, c, b, y, r;
124
- a.value && ((c = (d = l.target.href) == null ? void 0 : d.endsWith) != null && c.call(d, e.href) || (r = (y = (b = l.target.closest("a")) == null ? void 0 : b.href) == null ? void 0 : y.endsWith) != null && r.call(y, e.href)) && (l.preventDefault(), a.value(e.href));
125
+ var i, c, b, y, r;
126
+ a.value && ((c = (i = l.target.href) == null ? void 0 : i.endsWith) != null && c.call(i, e.href) || (r = (y = (b = l.target.closest("a")) == null ? void 0 : b.href) == null ? void 0 : y.endsWith) != null && r.call(y, e.href)) && (l.preventDefault(), a.value(e.href));
125
127
  }
126
128
  return { onLinkClick: t };
127
129
  }
128
- const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-position", "label", "pass-attrs", "text-btn", "size"], Je = {
130
+ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-position", "label", "pass-attrs", "text-btn", "size"], Ke = {
129
131
  __name: "BsCircleButton",
130
132
  props: {
131
133
  disabled: {},
@@ -143,7 +145,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
143
145
  emits: [],
144
146
  setup(e, { emit: s }) {
145
147
  const a = e, { onLinkClick: t } = R(a);
146
- return (l, d) => (n(), u("bs-circle-button", i(l.$attrs, {
148
+ return (l, i) => (n(), u("bs-circle-button", d(l.$attrs, {
147
149
  disabled: e.disabled,
148
150
  "ghost-btn": e.ghostBtn,
149
151
  "hover-effect": e.hoverEffect,
@@ -154,10 +156,10 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
154
156
  "pass-attrs": e.passAttrs,
155
157
  "text-btn": e.textBtn,
156
158
  size: e.size,
157
- onClick: d[0] || (d[0] = (...c) => f(t) && f(t)(...c))
159
+ onClick: i[0] || (i[0] = (...c) => f(t) && f(t)(...c))
158
160
  }), null, 16, H));
159
161
  }
160
- }, X = ["width", "top", "center", "toggle-id", "container-id", "helper-text", "helper-description", "enter-controlled", "enter-trigger", "leave-trigger"], Ke = {
162
+ }, X = ["width", "top", "center", "toggle-id", "container-id", "helper-text", "helper-description", "enter-controlled", "enter-trigger", "leave-trigger"], Qe = {
161
163
  __name: "BsDropdown",
162
164
  props: {
163
165
  width: { default: void 0 },
@@ -175,7 +177,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
175
177
  setup(e, { emit: s }) {
176
178
  return (a, t) => (n(), $(f(T), null, {
177
179
  default: g(() => [
178
- k("bs-dropdown", i(a.$attrs, {
180
+ k("bs-dropdown", d(a.$attrs, {
179
181
  width: e.width,
180
182
  top: e.top,
181
183
  center: e.center,
@@ -208,7 +210,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
208
210
  },
209
211
  emits: ["optmouseenter", "optselect"],
210
212
  setup(e, { emit: s }) {
211
- return (a, t) => (n(), u("bs-dropdown-option", i(a.$attrs, {
213
+ return (a, t) => (n(), u("bs-dropdown-option", d(a.$attrs, {
212
214
  value: e.value,
213
215
  variant: e.variant,
214
216
  "options-id": e.optionsId,
@@ -221,7 +223,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
221
223
  o(a.$slots, "default")
222
224
  ], 16, Y));
223
225
  }
224
- }, Z = ["options-id", "visible", "focus-delay", "label", "selected-value"], Qe = {
226
+ }, Z = ["options-id", "visible", "focus-delay", "label", "selected-value"], _e = {
225
227
  __name: "BsDropdownOptionList",
226
228
  props: {
227
229
  optionsId: {},
@@ -232,7 +234,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
232
234
  },
233
235
  emits: ["optselected", "close"],
234
236
  setup(e, { emit: s }) {
235
- return (a, t) => (n(), u("bs-dropdown-option-list", i(a.$attrs, {
237
+ return (a, t) => (n(), u("bs-dropdown-option-list", d(a.$attrs, {
236
238
  "options-id": e.optionsId,
237
239
  visible: e.visible,
238
240
  "focus-delay": e.focusDelay,
@@ -244,7 +246,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
244
246
  o(a.$slots, "default")
245
247
  ], 16, Z));
246
248
  }
247
- }, J = ["toggle-id", "container-id", "options-id", "width", "top", "center", "label", "selected-value", "enter-controlled", "enter-trigger", "leave-trigger", "helper-text", "helper-description"], _e = {
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 = {
248
250
  __name: "BsDropdownWithOptions",
249
251
  props: {
250
252
  toggleId: {},
@@ -263,7 +265,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
263
265
  },
264
266
  emits: ["optselected", "close", "enterend", "leaveend"],
265
267
  setup(e, { emit: s }) {
266
- return (a, t) => (n(), u("bs-dropdown-with-options", i(a.$attrs, {
268
+ return (a, t) => (n(), u("bs-dropdown-with-options", d(a.$attrs, {
267
269
  "toggle-id": e.toggleId,
268
270
  "container-id": e.containerId,
269
271
  "options-id": e.optionsId,
@@ -285,7 +287,28 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
285
287
  o(a.$slots, "default")
286
288
  ], 16, J));
287
289
  }
288
- }, K = ["char-count", "char-max", "disabled", "error", "hints", "label", "label-for", "required", "hint-id"], et = {
290
+ }, K = ["char-count", "char-max", "error", "error-msg", "hint", "hint-id"], tt = {
291
+ __name: "BsFieldDetails",
292
+ props: {
293
+ charCount: {},
294
+ charMax: {},
295
+ error: {},
296
+ errorMsg: {},
297
+ hint: {},
298
+ hintId: {}
299
+ },
300
+ emits: [],
301
+ setup(e, { emit: s }) {
302
+ return (a, t) => (n(), u("bs-field-details", d(a.$attrs, {
303
+ "char-count": e.charCount,
304
+ "char-max": e.charMax,
305
+ error: e.error,
306
+ "error-msg": e.errorMsg,
307
+ hint: e.hint,
308
+ "hint-id": e.hintId
309
+ }), null, 16, K));
310
+ }
311
+ }, Q = ["char-count", "char-max", "disabled", "error", "hints", "label", "label-for", "required", "hint-id"], at = {
289
312
  __name: "BsFieldLayout",
290
313
  props: {
291
314
  charCount: {},
@@ -300,7 +323,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
300
323
  },
301
324
  emits: [],
302
325
  setup(e, { emit: s }) {
303
- return (a, t) => (n(), u("bs-field-layout", i(a.$attrs, {
326
+ return (a, t) => (n(), u("bs-field-layout", d(a.$attrs, {
304
327
  "char-count": e.charCount,
305
328
  "char-max": e.charMax,
306
329
  disabled: e.disabled,
@@ -312,9 +335,9 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
312
335
  "hint-id": e.hintId
313
336
  }), [
314
337
  o(a.$slots, "default")
315
- ], 16, K));
338
+ ], 16, Q));
316
339
  }
317
- }, U = ["error", "hint-id", "hints"], tt = {
340
+ }, U = ["error", "hint-id", "hints"], lt = {
318
341
  __name: "BsHint",
319
342
  props: {
320
343
  error: {},
@@ -323,17 +346,18 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
323
346
  },
324
347
  emits: [],
325
348
  setup(e, { emit: s }) {
326
- return (a, t) => (n(), u("bs-hint", i(a.$attrs, {
349
+ return (a, t) => (n(), u("bs-hint", d(a.$attrs, {
327
350
  error: e.error,
328
351
  "hint-id": e.hintId,
329
352
  hints: e.hints
330
353
  }), null, 16, U));
331
354
  }
332
- }, Q = ["disabled", "error", "pass-attrs", "placeholder", "required", "type", "value", "hint-id"], at = {
355
+ }, _ = ["disabled", "error", "input-id", "pass-attrs", "placeholder", "required", "type", "value", "hint-id"], st = {
333
356
  __name: "BsInput",
334
357
  props: {
335
358
  disabled: { default: !1 },
336
359
  error: {},
360
+ inputId: {},
337
361
  passAttrs: { default: "" },
338
362
  placeholder: {},
339
363
  required: {},
@@ -344,9 +368,10 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
344
368
  },
345
369
  emits: ["update:modelValue"],
346
370
  setup(e, { emit: s }) {
347
- return (a, t) => (n(), u("bs-input", i(a.$attrs, {
371
+ return (a, t) => (n(), u("bs-input", d(a.$attrs, {
348
372
  disabled: e.disabled,
349
373
  error: e.error,
374
+ "input-id": e.inputId,
350
375
  "pass-attrs": e.passAttrs,
351
376
  placeholder: e.placeholder,
352
377
  required: e.required,
@@ -354,9 +379,9 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
354
379
  value: e.value || e.modelValue,
355
380
  "hint-id": e.hintId,
356
381
  onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
357
- }), null, 16, Q));
382
+ }), null, 16, _));
358
383
  }
359
- }, _ = ["disabled", "error", "multifocus", "variant"], lt = {
384
+ }, ee = ["disabled", "error", "multifocus", "variant"], rt = {
360
385
  __name: "BsInputAddon",
361
386
  props: {
362
387
  disabled: { default: !1 },
@@ -366,21 +391,24 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
366
391
  },
367
392
  emits: [],
368
393
  setup(e, { emit: s }) {
369
- return (a, t) => (n(), u("bs-input-addon", i(a.$attrs, {
394
+ return (a, t) => (n(), u("bs-input-addon", d(a.$attrs, {
370
395
  disabled: e.disabled,
371
396
  error: e.error,
372
397
  multifocus: e.multifocus,
373
398
  variant: e.variant
374
399
  }), [
375
400
  o(a.$slots, "default")
376
- ], 16, _));
401
+ ], 16, ee));
377
402
  }
378
- }, ee = ["disabled", "error", "hints", "label", "pass-attrs", "placeholder", "required", "type", "value"], st = {
403
+ }, te = ["disabled", "error", "error-msg", "hint", "hints", "input-id", "label", "pass-attrs", "placeholder", "required", "type", "value"], nt = {
379
404
  __name: "BsInputField",
380
405
  props: {
381
406
  disabled: { default: !1 },
382
407
  error: {},
408
+ errorMsg: {},
409
+ hint: {},
383
410
  hints: {},
411
+ inputId: {},
384
412
  label: {},
385
413
  passAttrs: { default: "" },
386
414
  placeholder: {},
@@ -391,10 +419,13 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
391
419
  },
392
420
  emits: ["update:modelValue"],
393
421
  setup(e, { emit: s }) {
394
- return (a, t) => (n(), u("bs-input-field", i(a.$attrs, {
422
+ return (a, t) => (n(), u("bs-input-field", d(a.$attrs, {
395
423
  disabled: e.disabled,
396
424
  error: e.error,
425
+ "error-msg": e.errorMsg,
426
+ hint: e.hint,
397
427
  hints: e.hints,
428
+ "input-id": e.inputId,
398
429
  label: e.label,
399
430
  "pass-attrs": e.passAttrs,
400
431
  placeholder: e.placeholder,
@@ -402,31 +433,33 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
402
433
  type: e.type,
403
434
  value: e.value || e.modelValue,
404
435
  onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
405
- }), null, 16, ee));
436
+ }), null, 16, te));
406
437
  }
407
- }, te = ["disabled", "pass-attrs", "placeholder", "hint-id", "value"], rt = {
438
+ }, ae = ["disabled", "pass-attrs", "placeholder", "hint-id", "input-id", "value"], it = {
408
439
  __name: "BsInputSearch",
409
440
  props: {
410
441
  disabled: { default: !1 },
411
442
  passAttrs: { default: "" },
412
443
  placeholder: { default: "Search Items" },
413
444
  hintId: {},
445
+ inputId: {},
414
446
  value: { default: "" },
415
447
  modelValue: {}
416
448
  },
417
449
  emits: ["clear", "update:modelValue"],
418
450
  setup(e, { emit: s }) {
419
- return (a, t) => (n(), u("bs-input-search", i(a.$attrs, {
451
+ return (a, t) => (n(), u("bs-input-search", d(a.$attrs, {
420
452
  disabled: e.disabled,
421
453
  "pass-attrs": e.passAttrs,
422
454
  placeholder: e.placeholder,
423
455
  "hint-id": e.hintId,
456
+ "input-id": e.inputId,
424
457
  value: e.value || e.modelValue,
425
458
  onClear: t[0] || (t[0] = (l) => s("clear", l.detail)),
426
459
  onInput: t[1] || (t[1] = (l) => s("update:modelValue", l.target.value))
427
- }), null, 16, te));
460
+ }), null, 16, ae));
428
461
  }
429
- }, ae = ["size", "variant"], nt = {
462
+ }, le = ["size", "variant"], dt = {
430
463
  __name: "BsLoader",
431
464
  props: {
432
465
  size: {},
@@ -434,12 +467,12 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
434
467
  },
435
468
  emits: [],
436
469
  setup(e, { emit: s }) {
437
- return (a, t) => (n(), u("bs-loader", i(a.$attrs, {
470
+ return (a, t) => (n(), u("bs-loader", d(a.$attrs, {
438
471
  size: e.size,
439
472
  variant: e.variant
440
- }), null, 16, ae));
473
+ }), null, 16, le));
441
474
  }
442
- }, le = ["alert", "close-button", "enter-controlled", "enter-trigger", "leave-trigger"], dt = {
475
+ }, se = ["alert", "close-button", "enter-controlled", "enter-trigger", "leave-trigger"], ut = {
443
476
  __name: "BsModal",
444
477
  props: {
445
478
  alert: { default: !1 },
@@ -452,7 +485,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
452
485
  setup(e, { emit: s }) {
453
486
  return (a, t) => (n(), $(f(T), null, {
454
487
  default: g(() => [
455
- k("bs-modal", i(a.$attrs, {
488
+ k("bs-modal", d(a.$attrs, {
456
489
  alert: e.alert,
457
490
  "close-button": e.closeButton,
458
491
  "enter-controlled": e.enterControlled,
@@ -463,12 +496,12 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
463
496
  onLeaveend: t[2] || (t[2] = (l) => s("leaveend", l.detail))
464
497
  }), [
465
498
  o(a.$slots, "default")
466
- ], 16, le)
499
+ ], 16, se)
467
500
  ]),
468
501
  _: 3
469
502
  }));
470
503
  }
471
- }, se = ["enter-controlled", "enter-trigger", "leave-trigger"], it = {
504
+ }, re = ["enter-controlled", "enter-trigger", "leave-trigger"], ot = {
472
505
  __name: "BsOverlay",
473
506
  props: {
474
507
  enterControlled: { default: !1 },
@@ -479,18 +512,18 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
479
512
  setup(e, { emit: s }) {
480
513
  return (a, t) => (n(), $(f(T), null, {
481
514
  default: g(() => [
482
- k("bs-overlay", i(a.$attrs, {
515
+ k("bs-overlay", d(a.$attrs, {
483
516
  "enter-controlled": e.enterControlled,
484
517
  "enter-trigger": e.enterTrigger,
485
518
  "leave-trigger": e.leaveTrigger,
486
519
  onEnterend: t[0] || (t[0] = (l) => s("enterend", l.detail)),
487
520
  onLeaveend: t[1] || (t[1] = (l) => s("leaveend", l.detail))
488
- }), null, 16, se)
521
+ }), null, 16, re)
489
522
  ]),
490
523
  _: 1
491
524
  }));
492
525
  }
493
- }, 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"], ut = {
526
+ }, ne = ["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 = {
494
527
  __name: "BsPagination",
495
528
  props: {
496
529
  showFirstLastButtons: { default: !1 },
@@ -512,7 +545,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
512
545
  },
513
546
  emits: ["selchange"],
514
547
  setup(e, { emit: s }) {
515
- return (a, t) => (n(), u("bs-pagination", i(a.$attrs, {
548
+ return (a, t) => (n(), u("bs-pagination", d(a.$attrs, {
516
549
  "show-first-last-buttons": e.showFirstLastButtons,
517
550
  "prev-page-text": e.prevPageText,
518
551
  "first-page-text": e.firstPageText,
@@ -530,9 +563,9 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
530
563
  "items-count": e.itemsCount,
531
564
  "results-increments": e.resultsIncrements,
532
565
  onSelchange: t[0] || (t[0] = (l) => s("selchange", l.detail))
533
- }), null, 16, re));
566
+ }), null, 16, ne));
534
567
  }
535
- }, ne = ["layout", "href", "image-src", "image-size", "initials", "profile-name", "company", "job-title", "email"], ot = {
568
+ }, ie = ["layout", "href", "image-src", "image-size", "initials", "profile-name", "company", "job-title", "email"], ft = {
536
569
  __name: "BsProfile",
537
570
  props: {
538
571
  layout: {},
@@ -549,7 +582,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
549
582
  emits: [],
550
583
  setup(e, { emit: s }) {
551
584
  const a = e, { onLinkClick: t } = R(a);
552
- return (l, d) => (n(), u("bs-profile", i(l.$attrs, {
585
+ return (l, i) => (n(), u("bs-profile", d(l.$attrs, {
553
586
  layout: e.layout,
554
587
  href: e.href,
555
588
  "image-src": e.imageSrc,
@@ -559,10 +592,10 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
559
592
  company: e.company,
560
593
  "job-title": e.jobTitle,
561
594
  email: e.email,
562
- onClick: d[0] || (d[0] = (...c) => f(t) && f(t)(...c))
563
- }), null, 16, ne));
595
+ onClick: i[0] || (i[0] = (...c) => f(t) && f(t)(...c))
596
+ }), null, 16, ie));
564
597
  }
565
- }, de = ["profile-name", "company", "job-title", "email"], ct = {
598
+ }, de = ["profile-name", "company", "job-title", "email"], mt = {
566
599
  __name: "BsProfileDetails",
567
600
  props: {
568
601
  profileName: {},
@@ -572,14 +605,14 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
572
605
  },
573
606
  emits: [],
574
607
  setup(e, { emit: s }) {
575
- return (a, t) => (n(), u("bs-profile-details", i(a.$attrs, {
608
+ return (a, t) => (n(), u("bs-profile-details", d(a.$attrs, {
576
609
  "profile-name": e.profileName,
577
610
  company: e.company,
578
611
  "job-title": e.jobTitle,
579
612
  email: e.email
580
613
  }), null, 16, de));
581
614
  }
582
- }, ie = ["src", "size", "initials", "profile-name"], ft = {
615
+ }, ue = ["src", "size", "initials", "profile-name"], ht = {
583
616
  __name: "BsProfileImg",
584
617
  props: {
585
618
  src: {},
@@ -589,14 +622,14 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
589
622
  },
590
623
  emits: [],
591
624
  setup(e, { emit: s }) {
592
- return (a, t) => (n(), u("bs-profile-img", i(a.$attrs, {
625
+ return (a, t) => (n(), u("bs-profile-img", d(a.$attrs, {
593
626
  src: e.src,
594
627
  size: e.size,
595
628
  initials: e.initials,
596
629
  "profile-name": e.profileName
597
- }), null, 16, ie));
630
+ }), null, 16, ue));
598
631
  }
599
- }, ue = ["layout", "href", "pass-attrs"], mt = {
632
+ }, oe = ["layout", "href", "pass-attrs"], bt = {
600
633
  __name: "BsProfileLayout",
601
634
  props: {
602
635
  layout: { default: "vertical" },
@@ -607,22 +640,23 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
607
640
  emits: [],
608
641
  setup(e, { emit: s }) {
609
642
  const a = e, { onLinkClick: t } = R(a);
610
- return (l, d) => (n(), u("bs-profile-layout", i(l.$attrs, {
643
+ return (l, i) => (n(), u("bs-profile-layout", d(l.$attrs, {
611
644
  layout: e.layout,
612
645
  href: e.href,
613
646
  "pass-attrs": e.passAttrs,
614
- onClick: d[0] || (d[0] = (...c) => f(t) && f(t)(...c))
647
+ onClick: i[0] || (i[0] = (...c) => f(t) && f(t)(...c))
615
648
  }), [
616
649
  o(l.$slots, "default")
617
- ], 16, ue));
650
+ ], 16, oe));
618
651
  }
619
- }, oe = ["label", "checked", "disabled", "error", "pass-attrs", "required", "size", "value"], ht = {
652
+ }, ce = ["label", "checked", "disabled", "error", "input-id", "pass-attrs", "required", "size", "value"], vt = {
620
653
  __name: "BsRadio",
621
654
  props: {
622
655
  label: {},
623
656
  checked: { default: !1 },
624
657
  disabled: { default: !1 },
625
658
  error: {},
659
+ inputId: {},
626
660
  passAttrs: { default: "" },
627
661
  required: {},
628
662
  size: {},
@@ -631,27 +665,31 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
631
665
  },
632
666
  emits: ["update:modelValue"],
633
667
  setup(e, { emit: s }) {
634
- return (a, t) => (n(), u("bs-radio", i(a.$attrs, {
668
+ return (a, t) => (n(), u("bs-radio", d(a.$attrs, {
635
669
  label: e.label,
636
670
  checked: e.checked || e.modelValue === e.value,
637
671
  disabled: e.disabled,
638
672
  error: e.error,
673
+ "input-id": e.inputId,
639
674
  "pass-attrs": e.passAttrs,
640
675
  required: e.required,
641
676
  size: e.size,
642
677
  value: e.value,
643
678
  onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
644
- }), null, 16, oe));
679
+ }), null, 16, ce));
645
680
  }
646
- }, ce = ["disabled", "error", "required", "label", "hints", "placeholder", "value", "pass-attrs", "data"], bt = {
681
+ }, fe = ["disabled", "error", "error-msg", "input-id", "label", "hint", "hints", "placeholder", "required", "value", "pass-attrs", "data"], gt = {
647
682
  __name: "BsSelectField",
648
683
  props: {
649
684
  disabled: { default: !1 },
650
685
  error: {},
651
- required: {},
686
+ errorMsg: {},
687
+ inputId: {},
652
688
  label: {},
689
+ hint: {},
653
690
  hints: {},
654
691
  placeholder: { default: "" },
692
+ required: {},
655
693
  value: {},
656
694
  passAttrs: { default: "" },
657
695
  data: { default: [] },
@@ -659,25 +697,29 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
659
697
  },
660
698
  emits: ["update:modelValue"],
661
699
  setup(e, { emit: s }) {
662
- return (a, t) => (n(), u("bs-select-field", i(a.$attrs, {
700
+ return (a, t) => (n(), u("bs-select-field", d(a.$attrs, {
663
701
  disabled: e.disabled,
664
702
  error: e.error,
665
- required: e.required,
703
+ "error-msg": e.errorMsg,
704
+ "input-id": e.inputId,
666
705
  label: e.label,
706
+ hint: e.hint,
667
707
  hints: e.hints,
668
708
  placeholder: e.placeholder,
709
+ required: e.required,
669
710
  value: e.value || e.modelValue,
670
711
  "pass-attrs": e.passAttrs,
671
712
  data: e.data,
672
713
  onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
673
- }), null, 16, ce));
714
+ }), null, 16, fe));
674
715
  }
675
- }, fe = ["checked", "disabled", "hide-label", "inner-on-label", "inner-off-label", "label", "pass-attrs", "size"], vt = {
716
+ }, me = ["checked", "disabled", "hide-label", "input-id", "inner-on-label", "inner-off-label", "label", "pass-attrs", "size"], $t = {
676
717
  __name: "BsSwitch",
677
718
  props: {
678
719
  checked: { default: !1 },
679
720
  disabled: { default: !1 },
680
721
  hideLabel: { default: !1 },
722
+ inputId: {},
681
723
  innerOnLabel: {},
682
724
  innerOffLabel: {},
683
725
  label: {},
@@ -687,19 +729,20 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
687
729
  },
688
730
  emits: ["update:modelValue"],
689
731
  setup(e, { emit: s }) {
690
- return (a, t) => (n(), u("bs-switch", i(a.$attrs, {
732
+ return (a, t) => (n(), u("bs-switch", d(a.$attrs, {
691
733
  checked: e.checked || e.modelValue,
692
734
  disabled: e.disabled,
693
735
  "hide-label": e.hideLabel,
736
+ "input-id": e.inputId,
694
737
  "inner-on-label": e.innerOnLabel,
695
738
  "inner-off-label": e.innerOffLabel,
696
739
  label: e.label,
697
740
  "pass-attrs": e.passAttrs,
698
741
  size: e.size,
699
742
  onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.checked))
700
- }), null, 16, fe));
743
+ }), null, 16, me));
701
744
  }
702
- }, me = ["active-tab-id", "hidden", "panel-id"], gt = {
745
+ }, he = ["active-tab-id", "hidden", "panel-id"], yt = {
703
746
  __name: "BsTab",
704
747
  props: {
705
748
  activeTabId: {},
@@ -708,15 +751,15 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
708
751
  },
709
752
  emits: [],
710
753
  setup(e, { emit: s }) {
711
- return (a, t) => (n(), u("bs-tab", i(a.$attrs, {
754
+ return (a, t) => (n(), u("bs-tab", d(a.$attrs, {
712
755
  "active-tab-id": e.activeTabId,
713
756
  hidden: e.hidden,
714
757
  "panel-id": e.panelId
715
758
  }), [
716
759
  o(a.$slots, "default")
717
- ], 16, me));
760
+ ], 16, he));
718
761
  }
719
- }, he = ["active-tab-id", "helper-text", "helper-description"], $t = {
762
+ }, be = ["active-tab-id", "helper-text", "helper-description"], Bt = {
720
763
  __name: "BsTabList",
721
764
  props: {
722
765
  activeTabId: {},
@@ -729,7 +772,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
729
772
  const a = (t) => {
730
773
  s("tabChange", t.detail), s("update:modelValue", t.detail);
731
774
  };
732
- return (t, l) => (n(), u("bs-tab-list", i(t.$attrs, {
775
+ return (t, l) => (n(), u("bs-tab-list", d(t.$attrs, {
733
776
  "active-tab-id": e.activeTabId || e.modelValue,
734
777
  "helper-text": e.helperText,
735
778
  "helper-description": e.helperDescription,
@@ -741,9 +784,9 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
741
784
  ]),
742
785
  _: 3
743
786
  })
744
- ], 16, he));
787
+ ], 16, be));
745
788
  }
746
- }, be = ["active-tab-id", "tab-id"], yt = {
789
+ }, ve = ["active-tab-id", "tab-id"], Tt = {
747
790
  __name: "BsTabPanel",
748
791
  props: {
749
792
  activeTabId: {},
@@ -751,18 +794,19 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
751
794
  },
752
795
  emits: [],
753
796
  setup(e, { emit: s }) {
754
- return (a, t) => (n(), u("bs-tab-panel", i(a.$attrs, {
797
+ return (a, t) => (n(), u("bs-tab-panel", d(a.$attrs, {
755
798
  "active-tab-id": e.activeTabId,
756
799
  "tab-id": e.tabId
757
800
  }), [
758
801
  o(a.$slots, "default")
759
- ], 16, be));
802
+ ], 16, ve));
760
803
  }
761
- }, ve = ["disabled", "error", "pass-attrs", "placeholder", "required", "value", "hint-id"], Bt = {
804
+ }, ge = ["disabled", "error", "input-id", "pass-attrs", "placeholder", "required", "value", "hint-id"], kt = {
762
805
  __name: "BsTextarea",
763
806
  props: {
764
807
  disabled: { default: !1 },
765
808
  error: {},
809
+ inputId: {},
766
810
  passAttrs: { default: "" },
767
811
  placeholder: {},
768
812
  required: {},
@@ -772,24 +816,28 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
772
816
  },
773
817
  emits: ["update:modelValue"],
774
818
  setup(e, { emit: s }) {
775
- return (a, t) => (n(), u("bs-textarea", i(a.$attrs, {
819
+ return (a, t) => (n(), u("bs-textarea", d(a.$attrs, {
776
820
  disabled: e.disabled,
777
821
  error: e.error,
822
+ "input-id": e.inputId,
778
823
  "pass-attrs": e.passAttrs,
779
824
  placeholder: e.placeholder,
780
825
  required: e.required,
781
826
  value: e.value || e.modelValue,
782
827
  "hint-id": e.hintId,
783
828
  onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
784
- }), null, 16, ve));
829
+ }), null, 16, ge));
785
830
  }
786
- }, ge = ["char-max", "disabled", "error", "hints", "label", "placeholder", "required", "value", "pass-attrs"], Tt = {
831
+ }, $e = ["char-max", "disabled", "error", "error-msg", "hint", "hints", "input-id", "label", "placeholder", "required", "value", "pass-attrs"], pt = {
787
832
  __name: "BsTextareaField",
788
833
  props: {
789
834
  charMax: {},
790
835
  disabled: { default: !1 },
791
836
  error: {},
837
+ errorMsg: {},
838
+ hint: {},
792
839
  hints: {},
840
+ inputId: {},
793
841
  label: {},
794
842
  placeholder: {},
795
843
  required: {},
@@ -799,20 +847,23 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
799
847
  },
800
848
  emits: ["update:modelValue"],
801
849
  setup(e, { emit: s }) {
802
- return (a, t) => (n(), u("bs-textarea-field", i(a.$attrs, {
850
+ return (a, t) => (n(), u("bs-textarea-field", d(a.$attrs, {
803
851
  "char-max": e.charMax,
804
852
  disabled: e.disabled,
805
853
  error: e.error,
854
+ "error-msg": e.errorMsg,
855
+ hint: e.hint,
806
856
  hints: e.hints,
857
+ "input-id": e.inputId,
807
858
  label: e.label,
808
859
  placeholder: e.placeholder,
809
860
  required: e.required,
810
861
  value: e.value || e.modelValue,
811
862
  "pass-attrs": e.passAttrs,
812
863
  onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
813
- }), null, 16, ge));
864
+ }), null, 16, $e));
814
865
  }
815
- }, $e = ["toast-id", "variant", "stacked", "duration", "enter-controlled", "enter-trigger", "leave-trigger"], kt = {
866
+ }, ye = ["toast-id", "variant", "stacked", "duration", "enter-controlled", "enter-trigger", "leave-trigger"], It = {
816
867
  __name: "BsToast",
817
868
  props: {
818
869
  toastId: {},
@@ -827,7 +878,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
827
878
  setup(e, { emit: s }) {
828
879
  return (a, t) => (n(), $(f(T), null, {
829
880
  default: g(() => [
830
- k("bs-toast", i(a.$attrs, {
881
+ k("bs-toast", d(a.$attrs, {
831
882
  "toast-id": e.toastId,
832
883
  variant: e.variant,
833
884
  stacked: e.stacked,
@@ -840,57 +891,57 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
840
891
  onLeaveend: t[2] || (t[2] = (l) => s("leaveend", l.detail))
841
892
  }), [
842
893
  o(a.$slots, "default")
843
- ], 16, $e)
894
+ ], 16, ye)
844
895
  ]),
845
896
  _: 3
846
897
  }));
847
898
  }
848
- }, pt = {
899
+ }, wt = {
849
900
  __name: "BsToastActions",
850
901
  props: {},
851
902
  emits: ["defaultDismiss"],
852
903
  setup(e, { emit: s }) {
853
- return (a, t) => (n(), u("bs-toast-actions", i(a.$attrs, {
904
+ return (a, t) => (n(), u("bs-toast-actions", d(a.$attrs, {
854
905
  "on:defaultDismiss": t[0] || (t[0] = (l) => s("defaultDismiss", l.detail))
855
906
  }), [
856
907
  o(a.$slots, "default")
857
908
  ], 16));
858
909
  }
859
- }, wt = {
910
+ }, St = {
860
911
  __name: "BsToastBody",
861
912
  props: {},
862
913
  emits: [],
863
914
  setup(e, { emit: s }) {
864
- return (a, t) => (n(), u("bs-toast-body", W(O(a.$attrs)), [
915
+ return (a, t) => (n(), u("bs-toast-body", W(M(a.$attrs)), [
865
916
  o(a.$slots, "default")
866
917
  ], 16));
867
918
  }
868
- }, ye = ["variant"], St = {
919
+ }, Be = ["variant"], Ct = {
869
920
  __name: "BsToastHeader",
870
921
  props: {
871
922
  variant: {}
872
923
  },
873
924
  emits: [],
874
925
  setup(e, { emit: s }) {
875
- return (a, t) => (n(), u("bs-toast-header", i(a.$attrs, { variant: e.variant }), [
926
+ return (a, t) => (n(), u("bs-toast-header", d(a.$attrs, { variant: e.variant }), [
876
927
  o(a.$slots, "default")
877
- ], 16, ye));
928
+ ], 16, Be));
878
929
  }
879
- }, It = {
930
+ }, xt = {
880
931
  __name: "BsToaster",
881
932
  props: {},
882
933
  emits: [],
883
934
  setup(e, { emit: s }) {
884
935
  return (a, t) => (n(), $(f(T), null, {
885
936
  default: g(() => [
886
- k("bs-toaster", W(O(a.$attrs)), [
937
+ k("bs-toaster", W(M(a.$attrs)), [
887
938
  o(a.$slots, "default")
888
939
  ], 16)
889
940
  ]),
890
941
  _: 3
891
942
  }));
892
943
  }
893
- }, Be = ["enter-class", "enter-attribute", "enter-duration", "leave-class", "leave-attribute", "leave-duration", "enter-controlled", "enter-trigger", "leave-trigger"], Ct = {
944
+ }, Te = ["enter-class", "enter-attribute", "enter-duration", "leave-class", "leave-attribute", "leave-duration", "enter-controlled", "enter-trigger", "leave-trigger"], Lt = {
894
945
  __name: "BsTransition",
895
946
  props: {
896
947
  enterClass: { default: void 0 },
@@ -905,7 +956,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
905
956
  },
906
957
  emits: ["enterend", "leaveend"],
907
958
  setup(e, { emit: s }) {
908
- return (a, t) => (n(), u("bs-transition", i(a.$attrs, {
959
+ return (a, t) => (n(), u("bs-transition", d(a.$attrs, {
909
960
  "enter-class": e.enterClass,
910
961
  "enter-attribute": e.enterAttribute,
911
962
  "enter-duration": e.enterDuration,
@@ -919,13 +970,13 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
919
970
  onLeaveend: t[1] || (t[1] = (l) => s("leaveend", l.detail))
920
971
  }), [
921
972
  o(a.$slots, "default")
922
- ], 16, Be));
973
+ ], 16, Te));
923
974
  }
924
975
  };
925
976
  function P(e) {
926
977
  e.value.replaceChildren();
927
978
  }
928
- const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "open-item-id", "stacked"], ke = {
979
+ const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "open-item-id", "stacked"], pe = {
929
980
  __name: "BsAccordionServer",
930
981
  props: {
931
982
  controlled: { default: !1 },
@@ -938,26 +989,26 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
938
989
  },
939
990
  emits: ["toggled"],
940
991
  setup(e, { emit: s }) {
941
- const a = h(!1), t = h(null), l = h(""), d = w([]), c = h(null), b = h(!1), y = (r, v = 0) => {
992
+ const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (r, v = 0) => {
942
993
  var m, B;
943
- t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || d.push(setTimeout(() => y(r, v + 1), 50)));
994
+ t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || i.push(setTimeout(() => y(r, v + 1), 50)));
944
995
  };
945
- return S(() => b.value = !0), I(() => y(c, 0)), C(t, (r) => {
946
- !r || a.value || (P(t), d.push(setTimeout(() => {
947
- L(() => {
996
+ return w(() => b.value = !0), S(() => y(c, 0)), C(t, (r) => {
997
+ !r || a.value || (P(t), i.push(setTimeout(() => {
998
+ x(() => {
948
999
  l.value = customElements.get("bs-accordion") ? "hydrated superhydrated" : "superhydrated";
949
1000
  });
950
1001
  }, 100)), a.value = !0);
951
- }, { immediate: !0 }), V(() => d.forEach((r) => clearTimeout(r))), (r, v) => (n(), u(q, null, [
1002
+ }, { immediate: !0 }), L(() => i.forEach((r) => clearTimeout(r))), (r, v) => (n(), u(V, null, [
952
1003
  t.value && b.value ? (n(), $(f(T), { key: 0 }, {
953
1004
  default: g(() => [
954
- (n(), $(x, { to: t.value }, [
1005
+ (n(), $(q, { to: t.value }, [
955
1006
  o(r.$slots, "default")
956
1007
  ], 8, ["to"]))
957
1008
  ]),
958
1009
  _: 3
959
1010
  })) : A("", !0),
960
- k("bs-accordion", i({
1011
+ k("bs-accordion", d({
961
1012
  ref_key: "wcRef",
962
1013
  ref: c,
963
1014
  class: l.value,
@@ -980,10 +1031,10 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
980
1031
  key: "0"
981
1032
  }
982
1033
  ]), 1024)
983
- ], 16, Te)
1034
+ ], 16, ke)
984
1035
  ], 64));
985
1036
  }
986
- }, pe = "bs-accordion", Lt = {
1037
+ }, Ie = "bs-accordion", Vt = {
987
1038
  __name: "BsAccordion",
988
1039
  props: {
989
1040
  controlled: { default: !1 },
@@ -997,21 +1048,21 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
997
1048
  },
998
1049
  emits: ["toggled"],
999
1050
  setup(e, { emit: s }) {
1000
- const a = e, { data: t } = D(pe, () => {
1051
+ const a = e, { data: t } = D(Ie, () => {
1001
1052
  if (process.server)
1002
1053
  return !0;
1003
1054
  });
1004
- return (l, d) => f(t) ? (n(), $(ke, i({ key: 0 }, { ...a, ...l.$attrs }, {
1055
+ return (l, i) => f(t) ? (n(), $(pe, d({ key: 0 }, { ...a, ...l.$attrs }, {
1005
1056
  style: { display: e.bsShow ? null : "none" },
1006
- onToggled: d[0] || (d[0] = (c) => s("toggled", c))
1057
+ onToggled: i[0] || (i[0] = (c) => s("toggled", c))
1007
1058
  }), {
1008
1059
  default: g(() => [
1009
1060
  o(l.$slots, "default")
1010
1061
  ]),
1011
1062
  _: 3
1012
- }, 16, ["style"])) : (n(), u("bs-accordion", i({ key: 1 }, { ...a, ...l.$attrs }, {
1063
+ }, 16, ["style"])) : (n(), u("bs-accordion", d({ key: 1 }, { ...a, ...l.$attrs }, {
1013
1064
  style: { display: e.bsShow ? null : "none" },
1014
- onToggled: d[1] || (d[1] = (c) => s("toggled", c.detail))
1065
+ onToggled: i[1] || (i[1] = (c) => s("toggled", c.detail))
1015
1066
  }), [
1016
1067
  o(l.$slots, "default")
1017
1068
  ], 16));
@@ -1021,26 +1072,26 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1021
1072
  props: {},
1022
1073
  emits: ["dismiss"],
1023
1074
  setup(e, { emit: s }) {
1024
- const a = h(!1), t = h(null), l = h(""), d = w([]), c = h(null), b = h(!1), y = (r, v = 0) => {
1075
+ const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (r, v = 0) => {
1025
1076
  var m, B;
1026
- t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || d.push(setTimeout(() => y(r, v + 1), 50)));
1077
+ t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || i.push(setTimeout(() => y(r, v + 1), 50)));
1027
1078
  };
1028
- return S(() => b.value = !0), I(() => y(c, 0)), C(t, (r) => {
1029
- !r || a.value || (P(t), d.push(setTimeout(() => {
1030
- L(() => {
1079
+ return w(() => b.value = !0), S(() => y(c, 0)), C(t, (r) => {
1080
+ !r || a.value || (P(t), i.push(setTimeout(() => {
1081
+ x(() => {
1031
1082
  l.value = customElements.get("bs-banner") ? "hydrated superhydrated" : "superhydrated";
1032
1083
  });
1033
1084
  }, 100)), a.value = !0);
1034
- }, { immediate: !0 }), V(() => d.forEach((r) => clearTimeout(r))), (r, v) => (n(), u(q, null, [
1085
+ }, { immediate: !0 }), L(() => i.forEach((r) => clearTimeout(r))), (r, v) => (n(), u(V, null, [
1035
1086
  t.value && b.value ? (n(), $(f(T), { key: 0 }, {
1036
1087
  default: g(() => [
1037
- (n(), $(x, { to: t.value }, [
1088
+ (n(), $(q, { to: t.value }, [
1038
1089
  o(r.$slots, "default")
1039
1090
  ], 8, ["to"]))
1040
1091
  ]),
1041
1092
  _: 3
1042
1093
  })) : A("", !0),
1043
- k("bs-banner", i({
1094
+ k("bs-banner", d({
1044
1095
  ref_key: "wcRef",
1045
1096
  ref: c,
1046
1097
  class: l.value,
@@ -1059,7 +1110,7 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1059
1110
  ], 16)
1060
1111
  ], 64));
1061
1112
  }
1062
- }, Se = "bs-banner", Vt = {
1113
+ }, Se = "bs-banner", qt = {
1063
1114
  __name: "BsBanner",
1064
1115
  props: {
1065
1116
  bsShow: { default: !0 }
@@ -1070,22 +1121,22 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1070
1121
  if (process.server)
1071
1122
  return !0;
1072
1123
  });
1073
- return (l, d) => f(t) ? (n(), $(we, i({ key: 0 }, { ...a, ...l.$attrs }, {
1124
+ return (l, i) => f(t) ? (n(), $(we, d({ key: 0 }, { ...a, ...l.$attrs }, {
1074
1125
  style: { display: e.bsShow ? null : "none" },
1075
- onDismiss: d[0] || (d[0] = (c) => s("dismiss", c))
1126
+ onDismiss: i[0] || (i[0] = (c) => s("dismiss", c))
1076
1127
  }), {
1077
1128
  default: g(() => [
1078
1129
  o(l.$slots, "default")
1079
1130
  ]),
1080
1131
  _: 3
1081
- }, 16, ["style"])) : (n(), u("bs-banner", i({ key: 1 }, { ...a, ...l.$attrs }, {
1132
+ }, 16, ["style"])) : (n(), u("bs-banner", d({ key: 1 }, { ...a, ...l.$attrs }, {
1082
1133
  style: { display: e.bsShow ? null : "none" },
1083
- onDismiss: d[1] || (d[1] = (c) => s("dismiss", c.detail))
1134
+ onDismiss: i[1] || (i[1] = (c) => s("dismiss", c.detail))
1084
1135
  }), [
1085
1136
  o(l.$slots, "default")
1086
1137
  ], 16));
1087
1138
  }
1088
- }, Ie = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn", "size"], Ce = {
1139
+ }, Ce = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn", "size"], xe = {
1089
1140
  __name: "BsButtonServer",
1090
1141
  props: {
1091
1142
  variant: {},
@@ -1098,26 +1149,26 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1098
1149
  },
1099
1150
  emits: [],
1100
1151
  setup(e, { emit: s }) {
1101
- const a = h(!1), t = h(null), l = h(""), d = w([]), c = h(null), b = h(!1), y = (r, v = 0) => {
1152
+ const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (r, v = 0) => {
1102
1153
  var m, B;
1103
- t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || d.push(setTimeout(() => y(r, v + 1), 50)));
1154
+ t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || i.push(setTimeout(() => y(r, v + 1), 50)));
1104
1155
  };
1105
- return S(() => b.value = !0), I(() => y(c, 0)), C(t, (r) => {
1106
- !r || a.value || (P(t), d.push(setTimeout(() => {
1107
- L(() => {
1156
+ return w(() => b.value = !0), S(() => y(c, 0)), C(t, (r) => {
1157
+ !r || a.value || (P(t), i.push(setTimeout(() => {
1158
+ x(() => {
1108
1159
  l.value = customElements.get("bs-button") ? "hydrated superhydrated" : "superhydrated";
1109
1160
  });
1110
1161
  }, 100)), a.value = !0);
1111
- }, { immediate: !0 }), V(() => d.forEach((r) => clearTimeout(r))), (r, v) => (n(), u(q, null, [
1162
+ }, { immediate: !0 }), L(() => i.forEach((r) => clearTimeout(r))), (r, v) => (n(), u(V, null, [
1112
1163
  t.value && b.value ? (n(), $(f(T), { key: 0 }, {
1113
1164
  default: g(() => [
1114
- (n(), $(x, { to: t.value }, [
1165
+ (n(), $(q, { to: t.value }, [
1115
1166
  o(r.$slots, "default")
1116
1167
  ], 8, ["to"]))
1117
1168
  ]),
1118
1169
  _: 3
1119
1170
  })) : A("", !0),
1120
- k("bs-button", i({
1171
+ k("bs-button", d({
1121
1172
  ref_key: "wcRef",
1122
1173
  ref: c,
1123
1174
  class: l.value,
@@ -1139,10 +1190,10 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1139
1190
  key: "0"
1140
1191
  }
1141
1192
  ]), 1024)
1142
- ], 16, Ie)
1193
+ ], 16, Ce)
1143
1194
  ], 64));
1144
1195
  }
1145
- }, Le = "bs-button", qt = {
1196
+ }, Le = "bs-button", At = {
1146
1197
  __name: "BsButton",
1147
1198
  props: {
1148
1199
  variant: {},
@@ -1161,19 +1212,19 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1161
1212
  if (process.server)
1162
1213
  return !0;
1163
1214
  });
1164
- return (d, c) => f(l) ? (n(), $(Ce, i({ key: 0 }, { ...a, ...d.$attrs, router: void 0 }, {
1215
+ return (i, c) => f(l) ? (n(), $(xe, d({ key: 0 }, { ...a, ...i.$attrs, router: void 0 }, {
1165
1216
  style: { display: e.bsShow ? null : "none" },
1166
1217
  onClick: f(t)
1167
1218
  }), {
1168
1219
  default: g(() => [
1169
- o(d.$slots, "default")
1220
+ o(i.$slots, "default")
1170
1221
  ]),
1171
1222
  _: 3
1172
- }, 16, ["style", "onClick"])) : (n(), u("bs-button", i({ key: 1 }, { ...a, ...d.$attrs, router: void 0 }, {
1223
+ }, 16, ["style", "onClick"])) : (n(), u("bs-button", d({ key: 1 }, { ...a, ...i.$attrs, router: void 0 }, {
1173
1224
  style: { display: e.bsShow ? null : "none" },
1174
1225
  onClick: c[0] || (c[0] = (...b) => f(t) && f(t)(...b))
1175
1226
  }), [
1176
- o(d.$slots, "default")
1227
+ o(i.$slots, "default")
1177
1228
  ], 16));
1178
1229
  }
1179
1230
  }, Ve = ["disabled", "for", "hide", "pass-attrs", "required"], qe = {
@@ -1187,26 +1238,26 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1187
1238
  },
1188
1239
  emits: [],
1189
1240
  setup(e, { emit: s }) {
1190
- const a = h(!1), t = h(null), l = h(""), d = w([]), c = h(null), b = h(!1), y = (r, v = 0) => {
1241
+ const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (r, v = 0) => {
1191
1242
  var m, B;
1192
- t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || d.push(setTimeout(() => y(r, v + 1), 50)));
1243
+ t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || i.push(setTimeout(() => y(r, v + 1), 50)));
1193
1244
  };
1194
- return S(() => b.value = !0), I(() => y(c, 0)), C(t, (r) => {
1195
- !r || a.value || (P(t), d.push(setTimeout(() => {
1196
- L(() => {
1245
+ return w(() => b.value = !0), S(() => y(c, 0)), C(t, (r) => {
1246
+ !r || a.value || (P(t), i.push(setTimeout(() => {
1247
+ x(() => {
1197
1248
  l.value = customElements.get("bs-label") ? "hydrated superhydrated" : "superhydrated";
1198
1249
  });
1199
1250
  }, 100)), a.value = !0);
1200
- }, { immediate: !0 }), V(() => d.forEach((r) => clearTimeout(r))), (r, v) => (n(), u(q, null, [
1251
+ }, { immediate: !0 }), L(() => i.forEach((r) => clearTimeout(r))), (r, v) => (n(), u(V, null, [
1201
1252
  t.value && b.value ? (n(), $(f(T), { key: 0 }, {
1202
1253
  default: g(() => [
1203
- (n(), $(x, { to: t.value }, [
1254
+ (n(), $(q, { to: t.value }, [
1204
1255
  o(r.$slots, "default")
1205
1256
  ], 8, ["to"]))
1206
1257
  ]),
1207
1258
  _: 3
1208
1259
  })) : A("", !0),
1209
- k("bs-label", i({
1260
+ k("bs-label", d({
1210
1261
  ref_key: "wcRef",
1211
1262
  ref: c,
1212
1263
  class: l.value,
@@ -1229,7 +1280,7 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1229
1280
  ], 16, Ve)
1230
1281
  ], 64));
1231
1282
  }
1232
- }, xe = "bs-label", xt = {
1283
+ }, Ae = "bs-label", zt = {
1233
1284
  __name: "BsLabel",
1234
1285
  props: {
1235
1286
  disabled: {},
@@ -1241,24 +1292,24 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1241
1292
  },
1242
1293
  emits: [],
1243
1294
  setup(e, { emit: s }) {
1244
- const a = e, { data: t } = D(xe, () => {
1295
+ const a = e, { data: t } = D(Ae, () => {
1245
1296
  if (process.server)
1246
1297
  return !0;
1247
1298
  });
1248
- return (l, d) => f(t) ? (n(), $(qe, i({ key: 0 }, { ...a, ...l.$attrs }, {
1299
+ return (l, i) => f(t) ? (n(), $(qe, d({ key: 0 }, { ...a, ...l.$attrs }, {
1249
1300
  style: { display: e.bsShow ? null : "none" }
1250
1301
  }), {
1251
1302
  default: g(() => [
1252
1303
  o(l.$slots, "default")
1253
1304
  ]),
1254
1305
  _: 3
1255
- }, 16, ["style"])) : (n(), u("bs-label", i({ key: 1 }, { ...a, ...l.$attrs }, {
1306
+ }, 16, ["style"])) : (n(), u("bs-label", d({ key: 1 }, { ...a, ...l.$attrs }, {
1256
1307
  style: { display: e.bsShow ? null : "none" }
1257
1308
  }), [
1258
1309
  o(l.$slots, "default")
1259
1310
  ], 16));
1260
1311
  }
1261
- }, Ae = ["variant", "status", "href", "active", "disabled", "pass-attrs"], ze = {
1312
+ }, ze = ["variant", "status", "href", "active", "disabled", "pass-attrs"], De = {
1262
1313
  __name: "BsPillServer",
1263
1314
  props: {
1264
1315
  variant: {},
@@ -1270,26 +1321,26 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1270
1321
  },
1271
1322
  emits: [],
1272
1323
  setup(e, { emit: s }) {
1273
- const a = h(!1), t = h(null), l = h(""), d = w([]), c = h(null), b = h(!1), y = (r, v = 0) => {
1324
+ const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (r, v = 0) => {
1274
1325
  var m, B;
1275
- t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || d.push(setTimeout(() => y(r, v + 1), 50)));
1326
+ t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || i.push(setTimeout(() => y(r, v + 1), 50)));
1276
1327
  };
1277
- return S(() => b.value = !0), I(() => y(c, 0)), C(t, (r) => {
1278
- !r || a.value || (P(t), d.push(setTimeout(() => {
1279
- L(() => {
1328
+ return w(() => b.value = !0), S(() => y(c, 0)), C(t, (r) => {
1329
+ !r || a.value || (P(t), i.push(setTimeout(() => {
1330
+ x(() => {
1280
1331
  l.value = customElements.get("bs-pill") ? "hydrated superhydrated" : "superhydrated";
1281
1332
  });
1282
1333
  }, 100)), a.value = !0);
1283
- }, { immediate: !0 }), V(() => d.forEach((r) => clearTimeout(r))), (r, v) => (n(), u(q, null, [
1334
+ }, { immediate: !0 }), L(() => i.forEach((r) => clearTimeout(r))), (r, v) => (n(), u(V, null, [
1284
1335
  t.value && b.value ? (n(), $(f(T), { key: 0 }, {
1285
1336
  default: g(() => [
1286
- (n(), $(x, { to: t.value }, [
1337
+ (n(), $(q, { to: t.value }, [
1287
1338
  o(r.$slots, "default")
1288
1339
  ], 8, ["to"]))
1289
1340
  ]),
1290
1341
  _: 3
1291
1342
  })) : A("", !0),
1292
- k("bs-pill", i({
1343
+ k("bs-pill", d({
1293
1344
  ref_key: "wcRef",
1294
1345
  ref: c,
1295
1346
  class: l.value,
@@ -1310,10 +1361,10 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1310
1361
  key: "0"
1311
1362
  }
1312
1363
  ]), 1024)
1313
- ], 16, Ae)
1364
+ ], 16, ze)
1314
1365
  ], 64));
1315
1366
  }
1316
- }, De = "bs-pill", At = {
1367
+ }, Pe = "bs-pill", Dt = {
1317
1368
  __name: "BsPill",
1318
1369
  props: {
1319
1370
  variant: {},
@@ -1327,29 +1378,30 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1327
1378
  },
1328
1379
  emits: [],
1329
1380
  setup(e, { emit: s }) {
1330
- const a = e, { onLinkClick: t } = R(a), { data: l } = D(De, () => {
1381
+ const a = e, { onLinkClick: t } = R(a), { data: l } = D(Pe, () => {
1331
1382
  if (process.server)
1332
1383
  return !0;
1333
1384
  });
1334
- return (d, c) => f(l) ? (n(), $(ze, i({ key: 0 }, { ...a, ...d.$attrs, router: void 0 }, {
1385
+ return (i, c) => f(l) ? (n(), $(De, d({ key: 0 }, { ...a, ...i.$attrs, router: void 0 }, {
1335
1386
  style: { display: e.bsShow ? null : "none" },
1336
1387
  onClick: f(t)
1337
1388
  }), {
1338
1389
  default: g(() => [
1339
- o(d.$slots, "default")
1390
+ o(i.$slots, "default")
1340
1391
  ]),
1341
1392
  _: 3
1342
- }, 16, ["style", "onClick"])) : (n(), u("bs-pill", i({ key: 1 }, { ...a, ...d.$attrs, router: void 0 }, {
1393
+ }, 16, ["style", "onClick"])) : (n(), u("bs-pill", d({ key: 1 }, { ...a, ...i.$attrs, router: void 0 }, {
1343
1394
  style: { display: e.bsShow ? null : "none" },
1344
1395
  onClick: c[0] || (c[0] = (...b) => f(t) && f(t)(...b))
1345
1396
  }), [
1346
- o(d.$slots, "default")
1397
+ o(i.$slots, "default")
1347
1398
  ], 16));
1348
1399
  }
1349
- }, Pe = ["disabled", "required", "error", "hint-id", "value", "pass-attrs"], Re = {
1400
+ }, Re = ["disabled", "input-id", "required", "error", "hint-id", "value", "pass-attrs"], Ee = {
1350
1401
  __name: "BsSelectServer",
1351
1402
  props: {
1352
1403
  disabled: { default: !1 },
1404
+ inputId: {},
1353
1405
  required: {},
1354
1406
  error: {},
1355
1407
  hintId: {},
@@ -1359,31 +1411,32 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1359
1411
  },
1360
1412
  emits: [],
1361
1413
  setup(e, { emit: s }) {
1362
- const a = h(!1), t = h(null), l = h(""), d = w([]), c = h(null), b = h(!1), y = (r, v = 0) => {
1414
+ const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (r, v = 0) => {
1363
1415
  var m, B;
1364
- t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || d.push(setTimeout(() => y(r, v + 1), 50)));
1416
+ t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || i.push(setTimeout(() => y(r, v + 1), 50)));
1365
1417
  };
1366
- return S(() => b.value = !0), I(() => y(c, 0)), C(t, (r) => {
1367
- !r || a.value || (P(t), d.push(setTimeout(() => {
1368
- L(() => {
1418
+ return w(() => b.value = !0), S(() => y(c, 0)), C(t, (r) => {
1419
+ !r || a.value || (P(t), i.push(setTimeout(() => {
1420
+ x(() => {
1369
1421
  l.value = customElements.get("bs-select") ? "hydrated superhydrated" : "superhydrated";
1370
1422
  });
1371
1423
  }, 100)), a.value = !0);
1372
- }, { immediate: !0 }), V(() => d.forEach((r) => clearTimeout(r))), (r, v) => (n(), u(q, null, [
1424
+ }, { immediate: !0 }), L(() => i.forEach((r) => clearTimeout(r))), (r, v) => (n(), u(V, null, [
1373
1425
  t.value && b.value ? (n(), $(f(T), { key: 0 }, {
1374
1426
  default: g(() => [
1375
- (n(), $(x, { to: t.value }, [
1427
+ (n(), $(q, { to: t.value }, [
1376
1428
  o(r.$slots, "default")
1377
1429
  ], 8, ["to"]))
1378
1430
  ]),
1379
1431
  _: 3
1380
1432
  })) : A("", !0),
1381
- k("bs-select", i({
1433
+ k("bs-select", d({
1382
1434
  ref_key: "wcRef",
1383
1435
  ref: c,
1384
1436
  class: l.value,
1385
1437
  "data-bsds-ssr": "",
1386
1438
  disabled: e.disabled,
1439
+ "input-id": e.inputId,
1387
1440
  required: e.required,
1388
1441
  error: e.error,
1389
1442
  "hint-id": e.hintId,
@@ -1399,13 +1452,14 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1399
1452
  key: "0"
1400
1453
  }
1401
1454
  ]), 1024)
1402
- ], 16, Pe)
1455
+ ], 16, Re)
1403
1456
  ], 64));
1404
1457
  }
1405
- }, Ee = "bs-select", zt = {
1458
+ }, We = "bs-select", Pt = {
1406
1459
  __name: "BsSelect",
1407
1460
  props: {
1408
1461
  disabled: { default: !1 },
1462
+ inputId: {},
1409
1463
  required: {},
1410
1464
  error: {},
1411
1465
  hintId: {},
@@ -1416,24 +1470,24 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1416
1470
  },
1417
1471
  emits: ["update:modelValue"],
1418
1472
  setup(e, { emit: s }) {
1419
- const a = e, { data: t } = D(Ee, () => {
1473
+ const a = e, { data: t } = D(We, () => {
1420
1474
  if (process.server)
1421
1475
  return !0;
1422
1476
  });
1423
- return (l, d) => f(t) ? (n(), $(Re, i({ key: 0 }, { ...a, ...l.$attrs, value: e.value || e.modelValue }, {
1477
+ return (l, i) => f(t) ? (n(), $(Ee, d({ key: 0 }, { ...a, ...l.$attrs, value: e.value || e.modelValue }, {
1424
1478
  style: { display: e.bsShow ? null : "none" }
1425
1479
  }), {
1426
1480
  default: g(() => [
1427
1481
  o(l.$slots, "default")
1428
1482
  ]),
1429
1483
  _: 3
1430
- }, 16, ["style"])) : (n(), u("bs-select", i({ key: 1 }, { ...a, ...l.$attrs, value: e.value || e.modelValue }, {
1484
+ }, 16, ["style"])) : (n(), u("bs-select", d({ key: 1 }, { ...a, ...l.$attrs, value: e.value || e.modelValue }, {
1431
1485
  style: { display: e.bsShow ? null : "none" }
1432
1486
  }), [
1433
1487
  o(l.$slots, "default")
1434
1488
  ], 16));
1435
1489
  }
1436
- }, We = ["tooltip-id", "content", "position"], Oe = {
1490
+ }, Me = ["tooltip-id", "content", "position"], Oe = {
1437
1491
  __name: "BsTooltipServer",
1438
1492
  props: {
1439
1493
  tooltipId: {},
@@ -1442,26 +1496,26 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1442
1496
  },
1443
1497
  emits: [],
1444
1498
  setup(e, { emit: s }) {
1445
- const a = h(!1), t = h(null), l = h(""), d = w([]), c = h(null), b = h(!1), y = (r, v = 0) => {
1499
+ const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (r, v = 0) => {
1446
1500
  var m, B;
1447
- t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || d.push(setTimeout(() => y(r, v + 1), 50)));
1501
+ t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || i.push(setTimeout(() => y(r, v + 1), 50)));
1448
1502
  };
1449
- return S(() => b.value = !0), I(() => y(c, 0)), C(t, (r) => {
1450
- !r || a.value || (P(t), d.push(setTimeout(() => {
1451
- L(() => {
1503
+ return w(() => b.value = !0), S(() => y(c, 0)), C(t, (r) => {
1504
+ !r || a.value || (P(t), i.push(setTimeout(() => {
1505
+ x(() => {
1452
1506
  l.value = customElements.get("bs-tooltip") ? "hydrated superhydrated" : "superhydrated";
1453
1507
  });
1454
1508
  }, 100)), a.value = !0);
1455
- }, { immediate: !0 }), V(() => d.forEach((r) => clearTimeout(r))), (r, v) => (n(), u(q, null, [
1509
+ }, { immediate: !0 }), L(() => i.forEach((r) => clearTimeout(r))), (r, v) => (n(), u(V, null, [
1456
1510
  t.value && b.value ? (n(), $(f(T), { key: 0 }, {
1457
1511
  default: g(() => [
1458
- (n(), $(x, { to: t.value }, [
1512
+ (n(), $(q, { to: t.value }, [
1459
1513
  o(r.$slots, "default")
1460
1514
  ], 8, ["to"]))
1461
1515
  ]),
1462
1516
  _: 3
1463
1517
  })) : A("", !0),
1464
- k("bs-tooltip", i({
1518
+ k("bs-tooltip", d({
1465
1519
  ref_key: "wcRef",
1466
1520
  ref: c,
1467
1521
  class: l.value,
@@ -1479,10 +1533,10 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1479
1533
  key: "0"
1480
1534
  }
1481
1535
  ]), 1024)
1482
- ], 16, We)
1536
+ ], 16, Me)
1483
1537
  ], 64));
1484
1538
  }
1485
- }, Fe = "bs-tooltip", Dt = {
1539
+ }, Fe = "bs-tooltip", Rt = {
1486
1540
  __name: "BsTooltip",
1487
1541
  props: {
1488
1542
  tooltipId: {},
@@ -1496,14 +1550,14 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1496
1550
  if (process.server)
1497
1551
  return !0;
1498
1552
  });
1499
- return (l, d) => f(t) ? (n(), $(Oe, i({ key: 0 }, { ...a, ...l.$attrs }, {
1553
+ return (l, i) => f(t) ? (n(), $(Oe, d({ key: 0 }, { ...a, ...l.$attrs }, {
1500
1554
  style: { display: e.bsShow ? null : "none" }
1501
1555
  }), {
1502
1556
  default: g(() => [
1503
1557
  o(l.$slots, "default")
1504
1558
  ]),
1505
1559
  _: 3
1506
- }, 16, ["style"])) : (n(), u("bs-tooltip", i({ key: 1 }, { ...a, ...l.$attrs }, {
1560
+ }, 16, ["style"])) : (n(), u("bs-tooltip", d({ key: 1 }, { ...a, ...l.$attrs }, {
1507
1561
  style: { display: e.bsShow ? null : "none" }
1508
1562
  }), [
1509
1563
  o(l.$slots, "default")
@@ -1511,56 +1565,57 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1511
1565
  }
1512
1566
  };
1513
1567
  export {
1514
- Lt as BsAccordion,
1515
- ke as BsAccordionServer,
1516
- Ge as BsBadge,
1517
- Vt as BsBanner,
1568
+ Vt as BsAccordion,
1569
+ pe as BsAccordionServer,
1570
+ He as BsBadge,
1571
+ qt as BsBanner,
1518
1572
  we as BsBannerServer,
1519
- qt as BsButton,
1520
- Ce as BsButtonServer,
1521
- He as BsCharacterCount,
1522
- Xe as BsChartBar,
1523
- Ye as BsChartTable,
1524
- Ze as BsCheckbox,
1525
- Je as BsCircleButton,
1526
- Ke as BsDropdown,
1573
+ At as BsButton,
1574
+ xe as BsButtonServer,
1575
+ Xe as BsCharacterCount,
1576
+ Ye as BsChartBar,
1577
+ Ze as BsChartTable,
1578
+ Je as BsCheckbox,
1579
+ Ke as BsCircleButton,
1580
+ Qe as BsDropdown,
1527
1581
  Ue as BsDropdownOption,
1528
- Qe as BsDropdownOptionList,
1529
- _e as BsDropdownWithOptions,
1530
- et as BsFieldLayout,
1531
- tt as BsHint,
1532
- at as BsInput,
1533
- lt as BsInputAddon,
1534
- st as BsInputField,
1535
- rt as BsInputSearch,
1536
- xt as BsLabel,
1582
+ _e as BsDropdownOptionList,
1583
+ et as BsDropdownWithOptions,
1584
+ tt as BsFieldDetails,
1585
+ at as BsFieldLayout,
1586
+ lt as BsHint,
1587
+ st as BsInput,
1588
+ rt as BsInputAddon,
1589
+ nt as BsInputField,
1590
+ it as BsInputSearch,
1591
+ zt as BsLabel,
1537
1592
  qe as BsLabelServer,
1538
- nt as BsLoader,
1539
- dt as BsModal,
1540
- it as BsOverlay,
1541
- ut as BsPagination,
1542
- At as BsPill,
1543
- ze as BsPillServer,
1544
- ot as BsProfile,
1545
- ct as BsProfileDetails,
1546
- ft as BsProfileImg,
1547
- mt as BsProfileLayout,
1548
- ht as BsRadio,
1549
- zt as BsSelect,
1550
- bt as BsSelectField,
1551
- Re as BsSelectServer,
1552
- vt as BsSwitch,
1553
- gt as BsTab,
1554
- $t as BsTabList,
1555
- yt as BsTabPanel,
1556
- Bt as BsTextarea,
1557
- Tt as BsTextareaField,
1558
- kt as BsToast,
1559
- pt as BsToastActions,
1560
- wt as BsToastBody,
1561
- St as BsToastHeader,
1562
- It as BsToaster,
1563
- Dt as BsTooltip,
1593
+ dt as BsLoader,
1594
+ ut as BsModal,
1595
+ ot as BsOverlay,
1596
+ ct as BsPagination,
1597
+ Dt as BsPill,
1598
+ De as BsPillServer,
1599
+ ft as BsProfile,
1600
+ mt as BsProfileDetails,
1601
+ ht as BsProfileImg,
1602
+ bt as BsProfileLayout,
1603
+ vt as BsRadio,
1604
+ Pt as BsSelect,
1605
+ gt as BsSelectField,
1606
+ Ee as BsSelectServer,
1607
+ $t as BsSwitch,
1608
+ yt as BsTab,
1609
+ Bt as BsTabList,
1610
+ Tt as BsTabPanel,
1611
+ kt as BsTextarea,
1612
+ pt as BsTextareaField,
1613
+ It as BsToast,
1614
+ wt as BsToastActions,
1615
+ St as BsToastBody,
1616
+ Ct as BsToastHeader,
1617
+ xt as BsToaster,
1618
+ Rt as BsTooltip,
1564
1619
  Oe as BsTooltipServer,
1565
- Ct as BsTransition
1620
+ Lt as BsTransition
1566
1621
  };