@wwtdev/bsds-components-vue3 1.6.1 → 1.6.2

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,72 +1,72 @@
1
- import { defineComponent as ee, ref as b, getCurrentInstance as te, inject as ae, h as se, openBlock as n, createElementBlock as o, mergeProps as d, renderSlot as h, reactive as S, onMounted as I, watch as q, nextTick as V, onBeforeUnmount as C, Fragment as L, createBlock as $, unref as B, withCtx as g, Teleport as R, createCommentVNode as z, createElementVNode as P, createVNode as x, normalizeProps as p } from "vue";
2
- import { useAsyncData as E } from "#imports";
3
- import { ClientOnly as w } from "#components";
4
- const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navManager", re = "router", ne = "aria", T = Symbol(), F = { default: T }, K = (e) => (e == null ? void 0 : e.split(" ")) || [], ie = (e, r, a = []) => {
1
+ import { defineComponent as ae, ref as v, getCurrentInstance as se, inject as le, h as re, openBlock as i, createElementBlock as c, mergeProps as d, renderSlot as m, computed as Z, unref as b, reactive as T, onMounted as C, watch as S, nextTick as I, onBeforeUnmount as q, Fragment as L, createBlock as k, withCtx as B, Teleport as V, createCommentVNode as R, createElementVNode as z, createVNode as P, normalizeProps as j } from "vue";
2
+ import { useAsyncData as x } from "#imports";
3
+ import { ClientOnly as g } from "#components";
4
+ const K = "update:modelValue", F = "modelValue", ne = "routerLink", J = "navManager", ie = "router", oe = "aria", A = Symbol(), H = { default: A }, Q = (e) => (e == null ? void 0 : e.split(" ")) || [], de = (e, n, a = []) => {
5
5
  var t;
6
6
  return [...Array.from(((t = e.value) == null ? void 0 : t.classList) || []), ...a].filter(
7
- (s, i, c) => !r.has(s) && c.indexOf(s) === i
7
+ (s, r, o) => !n.has(s) && o.indexOf(s) === r
8
8
  );
9
- }, J = (e, r, a = [], t, s, i) => {
10
- r !== void 0 && r();
11
- const c = ee((f, { attrs: l, slots: m, emit: u }) => {
12
- var Y;
13
- let v = f[t];
14
- const H = b(), G = new Set(K(l.class)), Q = (A) => {
15
- A.el && (Array.isArray(s) ? s : [s]).forEach((k) => {
16
- A.el.addEventListener(k.toLowerCase(), (y) => {
17
- v = (y == null ? void 0 : y.target)[t], u(U, v), i && u(i, y);
9
+ }, _ = (e, n, a = [], t, s, r) => {
10
+ n !== void 0 && n();
11
+ const o = ae((u, { attrs: l, slots: h, emit: f }) => {
12
+ var U;
13
+ let y = u[t];
14
+ const G = v(), X = new Set(Q(l.class)), ee = (p) => {
15
+ p.el && (Array.isArray(s) ? s : [s]).forEach((w) => {
16
+ p.el.addEventListener(w.toLowerCase(), ($) => {
17
+ y = ($ == null ? void 0 : $.target)[t], f(K, y), r && f(r, $);
18
18
  });
19
19
  });
20
- }, j = te(), X = ((Y = j == null ? void 0 : j.appContext) == null ? void 0 : Y.provides[Z]) ? ae(Z) : void 0, _ = (A) => {
21
- const { routerLink: M } = f;
22
- if (M !== T)
23
- if (X !== void 0) {
24
- let k = { event: A };
25
- for (const y in f) {
26
- const D = f[y];
27
- f.hasOwnProperty(y) && y.startsWith(re) && D !== T && (k[y] = D);
20
+ }, N = se(), Y = ((U = N == null ? void 0 : N.appContext) == null ? void 0 : U.provides[J]) ? le(J) : void 0, te = (p) => {
21
+ const { routerLink: M } = u;
22
+ if (M !== A)
23
+ if (Y !== void 0) {
24
+ let w = { event: p };
25
+ for (const $ in u) {
26
+ const D = u[$];
27
+ u.hasOwnProperty($) && $.startsWith(ie) && D !== A && (w[$] = D);
28
28
  }
29
- X.navigate(k);
29
+ Y.navigate(w);
30
30
  } else
31
31
  console.warn("Tried to navigate, but no router was found. Make sure you have mounted Vue Router.");
32
32
  };
33
33
  return () => {
34
- v = f[t], K(l.class).forEach((y) => {
35
- G.add(y);
34
+ y = u[t], Q(l.class).forEach(($) => {
35
+ X.add($);
36
36
  });
37
- const A = f.onClick, M = (y) => {
38
- A !== void 0 && A(y), y.defaultPrevented || _(y);
37
+ const p = u.onClick, M = ($) => {
38
+ p !== void 0 && p($), $.defaultPrevented || te($);
39
39
  };
40
- let k = {
41
- ref: H,
42
- class: ie(H, G),
40
+ let w = {
41
+ ref: G,
42
+ class: de(G, X),
43
43
  onClick: M,
44
- onVnodeBeforeMount: s ? Q : void 0
44
+ onVnodeBeforeMount: s ? ee : void 0
45
45
  };
46
- for (const y in f) {
47
- const D = f[y];
48
- (f.hasOwnProperty(y) && D !== T || y.startsWith(ne)) && (k[y] = D);
46
+ for (const $ in u) {
47
+ const D = u[$];
48
+ (u.hasOwnProperty($) && D !== A || $.startsWith(oe)) && (w[$] = D);
49
49
  }
50
- return t && (f[N] !== T ? k = {
51
- ...k,
52
- [t]: f[N]
53
- } : v !== T && (k = {
54
- ...k,
55
- [t]: v
56
- })), se(e, k, m.default && m.default());
50
+ return t && (u[F] !== A ? w = {
51
+ ...w,
52
+ [t]: u[F]
53
+ } : y !== A && (w = {
54
+ ...w,
55
+ [t]: y
56
+ })), re(e, w, h.default && h.default());
57
57
  };
58
58
  });
59
- return typeof c != "function" && (c.name = e, c.props = {
60
- [le]: F
61
- }, a.forEach((f) => {
62
- c.props[f] = F;
63
- }), t && (c.props[N] = F, c.emits = [U, i])), c;
64
- }, et = /* @__PURE__ */ J("bs-input-addon", void 0, [
59
+ return typeof o != "function" && (o.name = e, o.props = {
60
+ [ne]: H
61
+ }, a.forEach((u) => {
62
+ o.props[u] = H;
63
+ }), t && (o.props[F] = H, o.emits = [K, r])), o;
64
+ }, at = /* @__PURE__ */ _("bs-input-addon", void 0, [
65
65
  "disabled",
66
66
  "error",
67
67
  "multifocus",
68
68
  "variant"
69
- ]), tt = /* @__PURE__ */ J("bs-toaster", void 0), de = ["color", "count", "count-max", "dot", "label", "position", "show-zero"], at = {
69
+ ]), st = /* @__PURE__ */ _("bs-toaster", void 0), ue = ["color", "count", "count-max", "dot", "label", "position", "show-zero"], lt = {
70
70
  __name: "BsBadge",
71
71
  props: {
72
72
  color: {},
@@ -78,8 +78,8 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
78
78
  showZero: {}
79
79
  },
80
80
  emits: [],
81
- setup(e, { emit: r }) {
82
- return (a, t) => (n(), o("bs-badge", d(a.$attrs, {
81
+ setup(e, { emit: n }) {
82
+ return (a, t) => (i(), c("bs-badge", d(a.$attrs, {
83
83
  color: e.color,
84
84
  count: e.count,
85
85
  "count-max": e.countMax,
@@ -88,23 +88,23 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
88
88
  position: e.position,
89
89
  "show-zero": e.showZero
90
90
  }), [
91
- h(a.$slots, "default")
92
- ], 16, de));
91
+ m(a.$slots, "default")
92
+ ], 16, ue));
93
93
  }
94
- }, oe = ["char-count", "char-max"], st = {
94
+ }, ce = ["char-count", "char-max"], rt = {
95
95
  __name: "BsCharacterCount",
96
96
  props: {
97
97
  charCount: {},
98
98
  charMax: {}
99
99
  },
100
100
  emits: [],
101
- setup(e, { emit: r }) {
102
- return (a, t) => (n(), o("bs-character-count", d(a.$attrs, {
101
+ setup(e, { emit: n }) {
102
+ return (a, t) => (i(), c("bs-character-count", d(a.$attrs, {
103
103
  "char-count": e.charCount,
104
104
  "char-max": e.charMax
105
- }), null, 16, oe));
105
+ }), null, 16, ce));
106
106
  }
107
- }, ue = ["chart-title", "data", "dataIdxLabels", "show-legend", "show-tooltips", "show-x-grid", "show-y-grid", "stacked", "x-label", "y-label"], lt = {
107
+ }, fe = ["chart-title", "data", "dataIdxLabels", "show-legend", "show-tooltips", "show-x-grid", "show-y-grid", "stacked", "x-label", "y-label"], nt = {
108
108
  __name: "BsChartBar",
109
109
  props: {
110
110
  chartTitle: {},
@@ -119,8 +119,8 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
119
119
  yLabel: { default: "" }
120
120
  },
121
121
  emits: [],
122
- setup(e, { emit: r }) {
123
- return (a, t) => (n(), o("bs-chart-bar", d(a.$attrs, {
122
+ setup(e, { emit: n }) {
123
+ return (a, t) => (i(), c("bs-chart-bar", d(a.$attrs, {
124
124
  "chart-title": e.chartTitle,
125
125
  data: e.data,
126
126
  dataIdxLabels: e.dataIdxLabels,
@@ -131,9 +131,9 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
131
131
  stacked: e.stacked,
132
132
  "x-label": e.xLabel,
133
133
  "y-label": e.yLabel
134
- }), null, 16, ue));
134
+ }), null, 16, fe));
135
135
  }
136
- }, ce = ["data", "dataIdxLabels", "table-title"], rt = {
136
+ }, he = ["data", "dataIdxLabels", "table-title"], it = {
137
137
  __name: "BsChartTable",
138
138
  props: {
139
139
  data: {},
@@ -141,14 +141,14 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
141
141
  tableTitle: { default: "" }
142
142
  },
143
143
  emits: [],
144
- setup(e, { emit: r }) {
145
- return (a, t) => (n(), o("bs-chart-table", d(a.$attrs, {
144
+ setup(e, { emit: n }) {
145
+ return (a, t) => (i(), c("bs-chart-table", d(a.$attrs, {
146
146
  data: e.data,
147
147
  dataIdxLabels: e.dataIdxLabels,
148
148
  "table-title": e.tableTitle
149
- }), null, 16, ce));
149
+ }), null, 16, he));
150
150
  }
151
- }, fe = ["label", "checked", "checked-partially", "disabled", "error", "pass-attrs", "required", "size"], nt = {
151
+ }, me = ["label", "checked", "checked-partially", "disabled", "error", "pass-attrs", "required", "size"], ot = {
152
152
  __name: "BsCheckbox",
153
153
  props: {
154
154
  label: {},
@@ -162,8 +162,8 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
162
162
  modelValue: {}
163
163
  },
164
164
  emits: ["update:modelValue"],
165
- setup(e, { emit: r }) {
166
- return (a, t) => (n(), o("bs-checkbox", d(a.$attrs, {
165
+ setup(e, { emit: n }) {
166
+ return (a, t) => (i(), c("bs-checkbox", d(a.$attrs, {
167
167
  label: e.label,
168
168
  checked: e.checked || e.modelValue,
169
169
  "checked-partially": e.checkedPartially,
@@ -172,10 +172,25 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
172
172
  "pass-attrs": e.passAttrs,
173
173
  required: e.required,
174
174
  size: e.size,
175
- onChange: t[0] || (t[0] = (s) => r("update:modelValue", s.target.checked))
176
- }), null, 16, fe));
175
+ onChange: t[0] || (t[0] = (s) => n("update:modelValue", s.target.checked))
176
+ }), null, 16, me));
177
+ }
178
+ };
179
+ function O(e) {
180
+ const n = Z(() => {
181
+ var s, r;
182
+ return ((r = (s = e.href) == null ? void 0 : s.startsWith) == null ? void 0 : r.call(s, "/")) || !1;
183
+ }), a = Z(() => {
184
+ var s, r;
185
+ return n.value && ((s = e.router) == null ? void 0 : s.navigateTo) || ((r = e.router) == null ? void 0 : r.push) || null;
186
+ });
187
+ function t(s) {
188
+ var r, o, u, l, h;
189
+ a.value && ((o = (r = s.target.href) == null ? void 0 : r.endsWith) != null && o.call(r, e.href) || (h = (l = (u = s.target.closest("a")) == null ? void 0 : u.href) == null ? void 0 : l.endsWith) != null && h.call(l, e.href)) && (s.preventDefault(), a.value(e.href));
177
190
  }
178
- }, he = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-position", "label", "pass-attrs", "text-btn", "size"], it = {
191
+ return { onLinkClick: t };
192
+ }
193
+ const be = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-position", "label", "pass-attrs", "text-btn", "size"], dt = {
179
194
  __name: "BsCircleButton",
180
195
  props: {
181
196
  disabled: {},
@@ -187,11 +202,13 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
187
202
  label: {},
188
203
  passAttrs: { default: "" },
189
204
  textBtn: {},
190
- size: {}
205
+ size: {},
206
+ router: {}
191
207
  },
192
208
  emits: [],
193
- setup(e, { emit: r }) {
194
- return (a, t) => (n(), o("bs-circle-button", d(a.$attrs, {
209
+ setup(e, { emit: n }) {
210
+ const a = e, { onLinkClick: t } = O(a);
211
+ return (s, r) => (i(), c("bs-circle-button", d(s.$attrs, {
195
212
  disabled: e.disabled,
196
213
  "ghost-btn": e.ghostBtn,
197
214
  "hover-effect": e.hoverEffect,
@@ -201,10 +218,11 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
201
218
  label: e.label,
202
219
  "pass-attrs": e.passAttrs,
203
220
  "text-btn": e.textBtn,
204
- size: e.size
205
- }), null, 16, he));
221
+ size: e.size,
222
+ onClick: r[0] || (r[0] = (...o) => b(t) && b(t)(...o))
223
+ }), null, 16, be));
206
224
  }
207
- }, me = ["dropdown-id", "shown", "label", "position", "justify", "variant"], dt = {
225
+ }, ve = ["dropdown-id", "shown", "label", "position", "justify", "variant"], ut = {
208
226
  __name: "BsDropdown",
209
227
  props: {
210
228
  dropdownId: {},
@@ -215,21 +233,21 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
215
233
  variant: {}
216
234
  },
217
235
  emits: ["dropdownchange", "close"],
218
- setup(e, { emit: r }) {
219
- return (a, t) => (n(), o("bs-dropdown", d(a.$attrs, {
236
+ setup(e, { emit: n }) {
237
+ return (a, t) => (i(), c("bs-dropdown", d(a.$attrs, {
220
238
  "dropdown-id": e.dropdownId,
221
239
  shown: e.shown,
222
240
  label: e.label,
223
241
  position: e.position,
224
242
  justify: e.justify,
225
243
  variant: e.variant,
226
- onDropdownchange: t[0] || (t[0] = (s) => r("dropdownchange", s.detail)),
227
- onClose: t[1] || (t[1] = (s) => r("close", s.detail))
244
+ onDropdownchange: t[0] || (t[0] = (s) => n("dropdownchange", s.detail)),
245
+ onClose: t[1] || (t[1] = (s) => n("close", s.detail))
228
246
  }), [
229
- h(a.$slots, "default")
230
- ], 16, me));
247
+ m(a.$slots, "default")
248
+ ], 16, ve));
231
249
  }
232
- }, be = ["value", "variant", "selected", "shown", "focused", "index", "dropdown-id"], ot = {
250
+ }, ye = ["value", "variant", "selected", "shown", "focused", "index", "dropdown-id"], ct = {
233
251
  __name: "BsDropdownOption",
234
252
  props: {
235
253
  value: {},
@@ -241,8 +259,8 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
241
259
  dropdownId: {}
242
260
  },
243
261
  emits: ["mousefocus", "optionselect"],
244
- setup(e, { emit: r }) {
245
- return (a, t) => (n(), o("bs-dropdown-option", d(a.$attrs, {
262
+ setup(e, { emit: n }) {
263
+ return (a, t) => (i(), c("bs-dropdown-option", d(a.$attrs, {
246
264
  value: e.value,
247
265
  variant: e.variant,
248
266
  selected: e.selected,
@@ -250,13 +268,13 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
250
268
  focused: e.focused,
251
269
  index: e.index,
252
270
  "dropdown-id": e.dropdownId,
253
- onMousefocus: t[0] || (t[0] = (s) => r("mousefocus", s.detail)),
254
- onOptionselect: t[1] || (t[1] = (s) => r("optionselect", s.detail))
271
+ onMousefocus: t[0] || (t[0] = (s) => n("mousefocus", s.detail)),
272
+ onOptionselect: t[1] || (t[1] = (s) => n("optionselect", s.detail))
255
273
  }), [
256
- h(a.$slots, "default")
257
- ], 16, be));
274
+ m(a.$slots, "default")
275
+ ], 16, ye));
258
276
  }
259
- }, ve = ["dropdown-id", "shown", "label", "position", "variant"], ut = {
277
+ }, $e = ["dropdown-id", "shown", "label", "position", "variant"], ft = {
260
278
  __name: "BsDropdownOptions",
261
279
  props: {
262
280
  dropdownId: {},
@@ -266,20 +284,20 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
266
284
  variant: {}
267
285
  },
268
286
  emits: ["dropdownchange", "close"],
269
- setup(e, { emit: r }) {
270
- return (a, t) => (n(), o("bs-dropdown-options", d(a.$attrs, {
287
+ setup(e, { emit: n }) {
288
+ return (a, t) => (i(), c("bs-dropdown-options", d(a.$attrs, {
271
289
  "dropdown-id": e.dropdownId,
272
290
  shown: e.shown,
273
291
  label: e.label,
274
292
  position: e.position,
275
293
  variant: e.variant,
276
- onDropdownchange: t[0] || (t[0] = (s) => r("dropdownchange", s.detail)),
277
- onClose: t[1] || (t[1] = (s) => r("close", s.detail))
294
+ onDropdownchange: t[0] || (t[0] = (s) => n("dropdownchange", s.detail)),
295
+ onClose: t[1] || (t[1] = (s) => n("close", s.detail))
278
296
  }), [
279
- h(a.$slots, "default")
280
- ], 16, ve));
297
+ m(a.$slots, "default")
298
+ ], 16, $e));
281
299
  }
282
- }, ye = ["char-count", "char-max", "disabled", "error", "hints", "label", "label-for", "required", "hint-id"], ct = {
300
+ }, ke = ["char-count", "char-max", "disabled", "error", "hints", "label", "label-for", "required", "hint-id"], ht = {
283
301
  __name: "BsFieldLayout",
284
302
  props: {
285
303
  charCount: {},
@@ -293,8 +311,8 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
293
311
  hintId: {}
294
312
  },
295
313
  emits: [],
296
- setup(e, { emit: r }) {
297
- return (a, t) => (n(), o("bs-field-layout", d(a.$attrs, {
314
+ setup(e, { emit: n }) {
315
+ return (a, t) => (i(), c("bs-field-layout", d(a.$attrs, {
298
316
  "char-count": e.charCount,
299
317
  "char-max": e.charMax,
300
318
  disabled: e.disabled,
@@ -305,10 +323,10 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
305
323
  required: e.required,
306
324
  "hint-id": e.hintId
307
325
  }), [
308
- h(a.$slots, "default")
309
- ], 16, ye));
326
+ m(a.$slots, "default")
327
+ ], 16, ke));
310
328
  }
311
- }, $e = ["error", "hint-id", "hints"], ft = {
329
+ }, Be = ["error", "hint-id", "hints"], mt = {
312
330
  __name: "BsHint",
313
331
  props: {
314
332
  error: {},
@@ -316,14 +334,14 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
316
334
  hints: {}
317
335
  },
318
336
  emits: [],
319
- setup(e, { emit: r }) {
320
- return (a, t) => (n(), o("bs-hint", d(a.$attrs, {
337
+ setup(e, { emit: n }) {
338
+ return (a, t) => (i(), c("bs-hint", d(a.$attrs, {
321
339
  error: e.error,
322
340
  "hint-id": e.hintId,
323
341
  hints: e.hints
324
- }), null, 16, $e));
342
+ }), null, 16, Be));
325
343
  }
326
- }, Be = ["disabled", "error", "pass-attrs", "placeholder", "required", "type", "value", "hint-id"], ht = {
344
+ }, ge = ["disabled", "error", "pass-attrs", "placeholder", "required", "type", "value", "hint-id"], bt = {
327
345
  __name: "BsInput",
328
346
  props: {
329
347
  disabled: { default: !1 },
@@ -337,8 +355,8 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
337
355
  modelValue: {}
338
356
  },
339
357
  emits: ["update:modelValue"],
340
- setup(e, { emit: r }) {
341
- return (a, t) => (n(), o("bs-input", d(a.$attrs, {
358
+ setup(e, { emit: n }) {
359
+ return (a, t) => (i(), c("bs-input", d(a.$attrs, {
342
360
  disabled: e.disabled,
343
361
  error: e.error,
344
362
  "pass-attrs": e.passAttrs,
@@ -347,10 +365,10 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
347
365
  type: e.type,
348
366
  value: e.value || e.modelValue,
349
367
  "hint-id": e.hintId,
350
- onInput: t[0] || (t[0] = (s) => r("update:modelValue", s.target.value))
351
- }), null, 16, Be));
368
+ onInput: t[0] || (t[0] = (s) => n("update:modelValue", s.target.value))
369
+ }), null, 16, ge));
352
370
  }
353
- }, ge = ["disabled", "error", "hints", "label", "pass-attrs", "placeholder", "required", "type", "value"], mt = {
371
+ }, we = ["disabled", "error", "hints", "label", "pass-attrs", "placeholder", "required", "type", "value"], vt = {
354
372
  __name: "BsInputField",
355
373
  props: {
356
374
  disabled: { default: !1 },
@@ -365,8 +383,8 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
365
383
  modelValue: {}
366
384
  },
367
385
  emits: ["update:modelValue"],
368
- setup(e, { emit: r }) {
369
- return (a, t) => (n(), o("bs-input-field", d(a.$attrs, {
386
+ setup(e, { emit: n }) {
387
+ return (a, t) => (i(), c("bs-input-field", d(a.$attrs, {
370
388
  disabled: e.disabled,
371
389
  error: e.error,
372
390
  hints: e.hints,
@@ -376,10 +394,10 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
376
394
  required: e.required,
377
395
  type: e.type,
378
396
  value: e.value || e.modelValue,
379
- onInput: t[0] || (t[0] = (s) => r("update:modelValue", s.target.value))
380
- }), null, 16, ge));
397
+ onInput: t[0] || (t[0] = (s) => n("update:modelValue", s.target.value))
398
+ }), null, 16, we));
381
399
  }
382
- }, we = ["disabled", "pass-attrs", "placeholder", "aria-label", "hint-id", "value"], bt = {
400
+ }, pe = ["disabled", "pass-attrs", "placeholder", "aria-label", "hint-id", "value"], yt = {
383
401
  __name: "BsInputSearch",
384
402
  props: {
385
403
  disabled: { default: !1 },
@@ -390,18 +408,18 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
390
408
  value: { default: "" }
391
409
  },
392
410
  emits: ["onclear"],
393
- setup(e, { emit: r }) {
394
- return (a, t) => (n(), o("bs-input-search", d(a.$attrs, {
411
+ setup(e, { emit: n }) {
412
+ return (a, t) => (i(), c("bs-input-search", d(a.$attrs, {
395
413
  disabled: e.disabled,
396
414
  "pass-attrs": e.passAttrs,
397
415
  placeholder: e.placeholder,
398
416
  "aria-label": e.ariaLabel,
399
417
  "hint-id": e.hintId,
400
418
  value: e.value,
401
- onOnclear: t[0] || (t[0] = (s) => r("onclear", s.detail))
402
- }), null, 16, we));
419
+ onOnclear: t[0] || (t[0] = (s) => n("onclear", s.detail))
420
+ }), null, 16, pe));
403
421
  }
404
- }, ke = ["layout", "href", "image-src", "image-size", "initials", "profile-name", "company", "job-title", "email"], vt = {
422
+ }, Ae = ["layout", "href", "image-src", "image-size", "initials", "profile-name", "company", "job-title", "email"], $t = {
405
423
  __name: "BsProfile",
406
424
  props: {
407
425
  layout: {},
@@ -412,11 +430,13 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
412
430
  profileName: {},
413
431
  company: {},
414
432
  jobTitle: {},
415
- email: {}
433
+ email: {},
434
+ router: {}
416
435
  },
417
436
  emits: [],
418
- setup(e, { emit: r }) {
419
- return (a, t) => (n(), o("bs-profile", d(a.$attrs, {
437
+ setup(e, { emit: n }) {
438
+ const a = e, { onLinkClick: t } = O(a);
439
+ return (s, r) => (i(), c("bs-profile", d(s.$attrs, {
420
440
  layout: e.layout,
421
441
  href: e.href,
422
442
  "image-src": e.imageSrc,
@@ -425,10 +445,11 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
425
445
  "profile-name": e.profileName,
426
446
  company: e.company,
427
447
  "job-title": e.jobTitle,
428
- email: e.email
429
- }), null, 16, ke));
448
+ email: e.email,
449
+ onClick: r[0] || (r[0] = (...o) => b(t) && b(t)(...o))
450
+ }), null, 16, Ae));
430
451
  }
431
- }, pe = ["profile-name", "company", "job-title", "email"], yt = {
452
+ }, Te = ["profile-name", "company", "job-title", "email"], kt = {
432
453
  __name: "BsProfileDetails",
433
454
  props: {
434
455
  profileName: {},
@@ -437,15 +458,15 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
437
458
  email: {}
438
459
  },
439
460
  emits: [],
440
- setup(e, { emit: r }) {
441
- return (a, t) => (n(), o("bs-profile-details", d(a.$attrs, {
461
+ setup(e, { emit: n }) {
462
+ return (a, t) => (i(), c("bs-profile-details", d(a.$attrs, {
442
463
  "profile-name": e.profileName,
443
464
  company: e.company,
444
465
  "job-title": e.jobTitle,
445
466
  email: e.email
446
- }), null, 16, pe));
467
+ }), null, 16, Te));
447
468
  }
448
- }, Ae = ["src", "size", "initials", "profile-name"], $t = {
469
+ }, Ce = ["src", "size", "initials", "profile-name"], Bt = {
449
470
  __name: "BsProfileImg",
450
471
  props: {
451
472
  src: {},
@@ -454,32 +475,35 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
454
475
  profileName: {}
455
476
  },
456
477
  emits: [],
457
- setup(e, { emit: r }) {
458
- return (a, t) => (n(), o("bs-profile-img", d(a.$attrs, {
478
+ setup(e, { emit: n }) {
479
+ return (a, t) => (i(), c("bs-profile-img", d(a.$attrs, {
459
480
  src: e.src,
460
481
  size: e.size,
461
482
  initials: e.initials,
462
483
  "profile-name": e.profileName
463
- }), null, 16, Ae));
484
+ }), null, 16, Ce));
464
485
  }
465
- }, Te = ["layout", "href", "pass-attrs"], Bt = {
486
+ }, Se = ["layout", "href", "pass-attrs"], gt = {
466
487
  __name: "BsProfileLayout",
467
488
  props: {
468
489
  layout: { default: "vertical" },
469
490
  href: {},
470
- passAttrs: { default: "" }
491
+ passAttrs: { default: "" },
492
+ router: {}
471
493
  },
472
494
  emits: [],
473
- setup(e, { emit: r }) {
474
- return (a, t) => (n(), o("bs-profile-layout", d(a.$attrs, {
495
+ setup(e, { emit: n }) {
496
+ const a = e, { onLinkClick: t } = O(a);
497
+ return (s, r) => (i(), c("bs-profile-layout", d(s.$attrs, {
475
498
  layout: e.layout,
476
499
  href: e.href,
477
- "pass-attrs": e.passAttrs
500
+ "pass-attrs": e.passAttrs,
501
+ onClick: r[0] || (r[0] = (...o) => b(t) && b(t)(...o))
478
502
  }), [
479
- h(a.$slots, "default")
480
- ], 16, Te));
503
+ m(s.$slots, "default")
504
+ ], 16, Se));
481
505
  }
482
- }, Se = ["label", "checked", "disabled", "error", "pass-attrs", "required", "size", "value"], gt = {
506
+ }, Ie = ["label", "checked", "disabled", "error", "pass-attrs", "required", "size", "value"], wt = {
483
507
  __name: "BsRadio",
484
508
  props: {
485
509
  label: {},
@@ -493,8 +517,8 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
493
517
  modelValue: {}
494
518
  },
495
519
  emits: ["update:modelValue"],
496
- setup(e, { emit: r }) {
497
- return (a, t) => (n(), o("bs-radio", d(a.$attrs, {
520
+ setup(e, { emit: n }) {
521
+ return (a, t) => (i(), c("bs-radio", d(a.$attrs, {
498
522
  label: e.label,
499
523
  checked: e.checked || e.modelValue === e.value,
500
524
  disabled: e.disabled,
@@ -503,10 +527,10 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
503
527
  required: e.required,
504
528
  size: e.size,
505
529
  value: e.value,
506
- onChange: t[0] || (t[0] = (s) => r("update:modelValue", s.target.value))
507
- }), null, 16, Se));
530
+ onChange: t[0] || (t[0] = (s) => n("update:modelValue", s.target.value))
531
+ }), null, 16, Ie));
508
532
  }
509
- }, Ie = ["disabled", "error", "required", "label", "hints", "placeholder", "value", "pass-attrs", "data"], wt = {
533
+ }, qe = ["disabled", "error", "required", "label", "hints", "placeholder", "value", "pass-attrs", "data"], pt = {
510
534
  __name: "BsSelectField",
511
535
  props: {
512
536
  disabled: { default: !1 },
@@ -521,8 +545,8 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
521
545
  modelValue: {}
522
546
  },
523
547
  emits: ["update:modelValue"],
524
- setup(e, { emit: r }) {
525
- return (a, t) => (n(), o("bs-select-field", d(a.$attrs, {
548
+ setup(e, { emit: n }) {
549
+ return (a, t) => (i(), c("bs-select-field", d(a.$attrs, {
526
550
  disabled: e.disabled,
527
551
  error: e.error,
528
552
  required: e.required,
@@ -532,10 +556,10 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
532
556
  value: e.value || e.modelValue,
533
557
  "pass-attrs": e.passAttrs,
534
558
  data: e.data,
535
- onChange: t[0] || (t[0] = (s) => r("update:modelValue", s.target.value))
536
- }), null, 16, Ie));
559
+ onChange: t[0] || (t[0] = (s) => n("update:modelValue", s.target.value))
560
+ }), null, 16, qe));
537
561
  }
538
- }, qe = ["checked", "disabled", "inner-on-label", "inner-off-label", "label", "pass-attrs", "size"], kt = {
562
+ }, Le = ["checked", "disabled", "inner-on-label", "inner-off-label", "label", "pass-attrs", "size"], At = {
539
563
  __name: "BsSwitch",
540
564
  props: {
541
565
  checked: { default: !1 },
@@ -548,8 +572,8 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
548
572
  modelValue: {}
549
573
  },
550
574
  emits: ["update:modelValue"],
551
- setup(e, { emit: r }) {
552
- return (a, t) => (n(), o("bs-switch", d(a.$attrs, {
575
+ setup(e, { emit: n }) {
576
+ return (a, t) => (i(), c("bs-switch", d(a.$attrs, {
553
577
  checked: e.checked || e.modelValue,
554
578
  disabled: e.disabled,
555
579
  "inner-on-label": e.innerOnLabel,
@@ -557,10 +581,10 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
557
581
  label: e.label,
558
582
  "pass-attrs": e.passAttrs,
559
583
  size: e.size,
560
- onChange: t[0] || (t[0] = (s) => r("update:modelValue", s.target.checked))
561
- }), null, 16, qe));
584
+ onChange: t[0] || (t[0] = (s) => n("update:modelValue", s.target.checked))
585
+ }), null, 16, Le));
562
586
  }
563
- }, Ve = ["disabled", "error", "pass-attrs", "placeholder", "required", "value", "hint-id"], pt = {
587
+ }, Ve = ["disabled", "error", "pass-attrs", "placeholder", "required", "value", "hint-id"], Tt = {
564
588
  __name: "BsTextarea",
565
589
  props: {
566
590
  disabled: { default: !1 },
@@ -573,8 +597,8 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
573
597
  modelValue: {}
574
598
  },
575
599
  emits: ["update:modelValue"],
576
- setup(e, { emit: r }) {
577
- return (a, t) => (n(), o("bs-textarea", d(a.$attrs, {
600
+ setup(e, { emit: n }) {
601
+ return (a, t) => (i(), c("bs-textarea", d(a.$attrs, {
578
602
  disabled: e.disabled,
579
603
  error: e.error,
580
604
  "pass-attrs": e.passAttrs,
@@ -582,10 +606,10 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
582
606
  required: e.required,
583
607
  value: e.value || e.modelValue,
584
608
  "hint-id": e.hintId,
585
- onInput: t[0] || (t[0] = (s) => r("update:modelValue", s.target.value))
609
+ onInput: t[0] || (t[0] = (s) => n("update:modelValue", s.target.value))
586
610
  }), null, 16, Ve));
587
611
  }
588
- }, Ce = ["char-max", "disabled", "error", "hints", "label", "placeholder", "required", "value", "pass-attrs"], At = {
612
+ }, Re = ["char-max", "disabled", "error", "hints", "label", "placeholder", "required", "value", "pass-attrs"], Ct = {
589
613
  __name: "BsTextareaField",
590
614
  props: {
591
615
  charMax: {},
@@ -600,8 +624,8 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
600
624
  modelValue: {}
601
625
  },
602
626
  emits: ["update:modelValue"],
603
- setup(e, { emit: r }) {
604
- return (a, t) => (n(), o("bs-textarea-field", d(a.$attrs, {
627
+ setup(e, { emit: n }) {
628
+ return (a, t) => (i(), c("bs-textarea-field", d(a.$attrs, {
605
629
  "char-max": e.charMax,
606
630
  disabled: e.disabled,
607
631
  error: e.error,
@@ -611,10 +635,10 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
611
635
  required: e.required,
612
636
  value: e.value || e.modelValue,
613
637
  "pass-attrs": e.passAttrs,
614
- onInput: t[0] || (t[0] = (s) => r("update:modelValue", s.target.value))
615
- }), null, 16, Ce));
638
+ onInput: t[0] || (t[0] = (s) => n("update:modelValue", s.target.value))
639
+ }), null, 16, Re));
616
640
  }
617
- }, Le = ["toast-id", "shown", "variant", "toast-title", "content", "stacked", "duration", "primary-action", "primary-action-type", "secondary-action", "secondary-action-type", "tertiary-action", "tertiary-action-type", "dismiss-action"], Tt = {
641
+ }, ze = ["toast-id", "shown", "variant", "toast-title", "content", "stacked", "duration", "primary-action", "primary-action-type", "secondary-action", "secondary-action-type", "tertiary-action", "tertiary-action-type", "dismiss-action"], St = {
618
642
  __name: "BsToast",
619
643
  props: {
620
644
  toastId: {},
@@ -633,8 +657,8 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
633
657
  dismissAction: { default: "Dismiss" }
634
658
  },
635
659
  emits: ["dismiss", "actionclick"],
636
- setup(e, { emit: r }) {
637
- return (a, t) => (n(), o("bs-toast", d(a.$attrs, {
660
+ setup(e, { emit: n }) {
661
+ return (a, t) => (i(), c("bs-toast", d(a.$attrs, {
638
662
  "toast-id": e.toastId,
639
663
  shown: e.shown,
640
664
  variant: e.variant,
@@ -649,13 +673,13 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
649
673
  "tertiary-action": e.tertiaryAction,
650
674
  "tertiary-action-type": e.tertiaryActionType,
651
675
  "dismiss-action": e.dismissAction,
652
- onDismiss: t[0] || (t[0] = (s) => r("dismiss", s.detail)),
653
- onActionclick: t[1] || (t[1] = (s) => r("actionclick", s.detail))
676
+ onDismiss: t[0] || (t[0] = (s) => n("dismiss", s.detail)),
677
+ onActionclick: t[1] || (t[1] = (s) => n("actionclick", s.detail))
654
678
  }), [
655
- h(a.$slots, "default")
656
- ], 16, Le));
679
+ m(a.$slots, "default")
680
+ ], 16, ze));
657
681
  }
658
- }, Re = ["tooltip-id", "content", "position"], St = {
682
+ }, Pe = ["tooltip-id", "content", "position"], It = {
659
683
  __name: "BsTooltip",
660
684
  props: {
661
685
  tooltipId: {},
@@ -663,24 +687,24 @@ const U = "update:modelValue", N = "modelValue", le = "routerLink", Z = "navMana
663
687
  position: {}
664
688
  },
665
689
  emits: [],
666
- setup(e, { emit: r }) {
667
- return (a, t) => (n(), o("bs-tooltip", d(a.$attrs, {
690
+ setup(e, { emit: n }) {
691
+ return (a, t) => (i(), c("bs-tooltip", d(a.$attrs, {
668
692
  "tooltip-id": e.tooltipId,
669
693
  content: e.content,
670
694
  position: e.position
671
695
  }), [
672
- h(a.$slots, "default")
673
- ], 16, Re));
696
+ m(a.$slots, "default")
697
+ ], 16, Pe));
674
698
  }
675
699
  };
676
- function W(e) {
677
- const { height: r, width: a } = e.value.getBoundingClientRect();
678
- e.value.style.minHeight = r + "px", e.value.style.minWidth = a + "px", e.value.replaceChildren();
700
+ function E(e) {
701
+ const { height: n, width: a } = e.value.getBoundingClientRect();
702
+ e.value.style.minHeight = n + "px", e.value.style.minWidth = a + "px", e.value.replaceChildren();
679
703
  }
680
- function O(e) {
704
+ function W(e) {
681
705
  e.value.style.minHeight = null, e.value.style.minWidth = null;
682
706
  }
683
- const ze = ["controlled", "icon", "header-text", "heading-level", "open-item", "stacked"], Pe = {
707
+ const xe = ["controlled", "icon", "header-text", "heading-level", "open-item", "stacked"], Ee = {
684
708
  __name: "BsAccordionServer",
685
709
  props: {
686
710
  controlled: { default: !1 },
@@ -691,29 +715,29 @@ const ze = ["controlled", "icon", "header-text", "heading-level", "open-item", "
691
715
  stacked: { default: !1 }
692
716
  },
693
717
  emits: ["toggled"],
694
- setup(e, { emit: r }) {
695
- const a = b(!1), t = b(null), s = b(""), i = S([]), c = b(null), f = (l, m = 0) => {
696
- var u, v;
697
- t.value || m >= 4 || (t.value = (v = (u = l.value) == null ? void 0 : u.querySelector) == null ? void 0 : v.call(u, "[data-slot]"), t.value || i.push(setTimeout(() => f(l, m + 1), 50)));
718
+ setup(e, { emit: n }) {
719
+ const a = v(!1), t = v(null), s = v(""), r = T([]), o = v(null), u = (l, h = 0) => {
720
+ var f, y;
721
+ t.value || h >= 4 || (t.value = (y = (f = l.value) == null ? void 0 : f.querySelector) == null ? void 0 : y.call(f, "[data-slot]"), t.value || r.push(setTimeout(() => u(l, h + 1), 50)));
698
722
  };
699
- return I(() => f(c, 0)), q(t, (l) => {
700
- !l || a.value || (W(t), i.push(setTimeout(() => {
701
- O(t), V(() => {
723
+ return C(() => u(o, 0)), S(t, (l) => {
724
+ !l || a.value || (E(t), r.push(setTimeout(() => {
725
+ W(t), I(() => {
702
726
  s.value = customElements.get("bs-accordion") ? "hydrated superhydrated" : "superhydrated";
703
727
  });
704
728
  }, 100)), a.value = !0);
705
- }, { immediate: !0 }), C(() => i.forEach((l) => clearTimeout(l))), (l, m) => (n(), o(L, null, [
706
- t.value ? (n(), $(B(w), { key: 0 }, {
707
- default: g(() => [
708
- (n(), $(R, { to: t.value }, [
709
- h(l.$slots, "default")
729
+ }, { immediate: !0 }), q(() => r.forEach((l) => clearTimeout(l))), (l, h) => (i(), c(L, null, [
730
+ t.value ? (i(), k(b(g), { key: 0 }, {
731
+ default: B(() => [
732
+ (i(), k(V, { to: t.value }, [
733
+ m(l.$slots, "default")
710
734
  ], 8, ["to"]))
711
735
  ]),
712
736
  _: 3
713
- })) : z("", !0),
714
- P("bs-accordion", d({
737
+ })) : R("", !0),
738
+ z("bs-accordion", d({
715
739
  ref_key: "wcRef",
716
- ref: c,
740
+ ref: o,
717
741
  class: s.value,
718
742
  "data-bsds-ssr": "",
719
743
  controlled: e.controlled,
@@ -722,18 +746,18 @@ const ze = ["controlled", "icon", "header-text", "heading-level", "open-item", "
722
746
  "heading-level": e.headingLevel,
723
747
  "open-item": e.openItem,
724
748
  stacked: e.stacked,
725
- onToggled: m[0] || (m[0] = (u) => r("toggled", u.detail))
749
+ onToggled: h[0] || (h[0] = (f) => n("toggled", f.detail))
726
750
  }, l.$attrs), [
727
- x(B(w), null, {
728
- fallback: g(() => [
729
- h(l.$slots, "default")
751
+ P(b(g), null, {
752
+ fallback: B(() => [
753
+ m(l.$slots, "default")
730
754
  ]),
731
755
  _: 3
732
756
  })
733
- ], 16, ze)
757
+ ], 16, xe)
734
758
  ], 64));
735
759
  }
736
- }, xe = "bs-accordion", It = {
760
+ }, We = "bs-accordion", qt = {
737
761
  __name: "BsAccordion",
738
762
  props: {
739
763
  controlled: { default: !1 },
@@ -744,87 +768,87 @@ const ze = ["controlled", "icon", "header-text", "heading-level", "open-item", "
744
768
  stacked: { default: !1 }
745
769
  },
746
770
  emits: ["toggled"],
747
- setup(e, { emit: r }) {
748
- const a = e, { data: t } = E(xe, () => {
771
+ setup(e, { emit: n }) {
772
+ const a = e, { data: t } = x(We, () => {
749
773
  if (process.server)
750
774
  return !0;
751
775
  });
752
- return (s, i) => B(t) ? (n(), $(Pe, d({ key: 0 }, { ...a, ...s.$attrs }, {
753
- onToggled: i[0] || (i[0] = (c) => r("toggled", c.detail))
776
+ return (s, r) => b(t) ? (i(), k(Ee, d({ key: 0 }, { ...a, ...s.$attrs }, {
777
+ onToggled: r[0] || (r[0] = (o) => n("toggled", o.detail))
754
778
  }), {
755
- default: g(() => [
756
- h(s.$slots, "default")
779
+ default: B(() => [
780
+ m(s.$slots, "default")
757
781
  ]),
758
782
  _: 3
759
- }, 16)) : (n(), o("bs-accordion", d({ key: 1 }, { ...a, ...s.$attrs }, {
760
- onToggled: i[1] || (i[1] = (c) => r("toggled", c.detail))
783
+ }, 16)) : (i(), c("bs-accordion", d({ key: 1 }, { ...a, ...s.$attrs }, {
784
+ onToggled: r[1] || (r[1] = (o) => n("toggled", o.detail))
761
785
  }), [
762
- h(s.$slots, "default")
786
+ m(s.$slots, "default")
763
787
  ], 16));
764
788
  }
765
- }, Ee = {
789
+ }, De = {
766
790
  __name: "BsBannerServer",
767
791
  props: {},
768
792
  emits: ["dismiss"],
769
- setup(e, { emit: r }) {
770
- const a = b(!1), t = b(null), s = b(""), i = S([]), c = b(null), f = (l, m = 0) => {
771
- var u, v;
772
- t.value || m >= 4 || (t.value = (v = (u = l.value) == null ? void 0 : u.querySelector) == null ? void 0 : v.call(u, "[data-slot]"), t.value || i.push(setTimeout(() => f(l, m + 1), 50)));
793
+ setup(e, { emit: n }) {
794
+ const a = v(!1), t = v(null), s = v(""), r = T([]), o = v(null), u = (l, h = 0) => {
795
+ var f, y;
796
+ t.value || h >= 4 || (t.value = (y = (f = l.value) == null ? void 0 : f.querySelector) == null ? void 0 : y.call(f, "[data-slot]"), t.value || r.push(setTimeout(() => u(l, h + 1), 50)));
773
797
  };
774
- return I(() => f(c, 0)), q(t, (l) => {
775
- !l || a.value || (W(t), i.push(setTimeout(() => {
776
- O(t), V(() => {
798
+ return C(() => u(o, 0)), S(t, (l) => {
799
+ !l || a.value || (E(t), r.push(setTimeout(() => {
800
+ W(t), I(() => {
777
801
  s.value = customElements.get("bs-banner") ? "hydrated superhydrated" : "superhydrated";
778
802
  });
779
803
  }, 100)), a.value = !0);
780
- }, { immediate: !0 }), C(() => i.forEach((l) => clearTimeout(l))), (l, m) => (n(), o(L, null, [
781
- t.value ? (n(), $(B(w), { key: 0 }, {
782
- default: g(() => [
783
- (n(), $(R, { to: t.value }, [
784
- h(l.$slots, "default")
804
+ }, { immediate: !0 }), q(() => r.forEach((l) => clearTimeout(l))), (l, h) => (i(), c(L, null, [
805
+ t.value ? (i(), k(b(g), { key: 0 }, {
806
+ default: B(() => [
807
+ (i(), k(V, { to: t.value }, [
808
+ m(l.$slots, "default")
785
809
  ], 8, ["to"]))
786
810
  ]),
787
811
  _: 3
788
- })) : z("", !0),
789
- P("bs-banner", d({
812
+ })) : R("", !0),
813
+ z("bs-banner", d({
790
814
  ref_key: "wcRef",
791
- ref: c,
815
+ ref: o,
792
816
  class: s.value,
793
817
  "data-bsds-ssr": "",
794
- onDismiss: m[0] || (m[0] = (u) => r("dismiss", u.detail))
818
+ onDismiss: h[0] || (h[0] = (f) => n("dismiss", f.detail))
795
819
  }, l.$attrs), [
796
- x(B(w), null, {
797
- fallback: g(() => [
798
- h(l.$slots, "default")
820
+ P(b(g), null, {
821
+ fallback: B(() => [
822
+ m(l.$slots, "default")
799
823
  ]),
800
824
  _: 3
801
825
  })
802
826
  ], 16)
803
827
  ], 64));
804
828
  }
805
- }, We = "bs-banner", qt = {
829
+ }, Oe = "bs-banner", Lt = {
806
830
  __name: "BsBanner",
807
831
  props: {},
808
832
  emits: ["dismiss"],
809
- setup(e, { emit: r }) {
810
- const a = e, { data: t } = E(We, () => {
833
+ setup(e, { emit: n }) {
834
+ const a = e, { data: t } = x(Oe, () => {
811
835
  if (process.server)
812
836
  return !0;
813
837
  });
814
- return (s, i) => B(t) ? (n(), $(Ee, d({ key: 0 }, { ...a, ...s.$attrs }, {
815
- onDismiss: i[0] || (i[0] = (c) => r("dismiss", c.detail))
838
+ return (s, r) => b(t) ? (i(), k(De, d({ key: 0 }, { ...a, ...s.$attrs }, {
839
+ onDismiss: r[0] || (r[0] = (o) => n("dismiss", o.detail))
816
840
  }), {
817
- default: g(() => [
818
- h(s.$slots, "default")
841
+ default: B(() => [
842
+ m(s.$slots, "default")
819
843
  ]),
820
844
  _: 3
821
- }, 16)) : (n(), o("bs-banner", d({ key: 1 }, { ...a, ...s.$attrs }, {
822
- onDismiss: i[1] || (i[1] = (c) => r("dismiss", c.detail))
845
+ }, 16)) : (i(), c("bs-banner", d({ key: 1 }, { ...a, ...s.$attrs }, {
846
+ onDismiss: r[1] || (r[1] = (o) => n("dismiss", o.detail))
823
847
  }), [
824
- h(s.$slots, "default")
848
+ m(s.$slots, "default")
825
849
  ], 16));
826
850
  }
827
- }, Oe = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn", "size"], De = {
851
+ }, Me = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn", "size"], je = {
828
852
  __name: "BsButtonServer",
829
853
  props: {
830
854
  variant: {},
@@ -836,29 +860,29 @@ const ze = ["controlled", "icon", "header-text", "heading-level", "open-item", "
836
860
  size: {}
837
861
  },
838
862
  emits: [],
839
- setup(e, { emit: r }) {
840
- const a = b(!1), t = b(null), s = b(""), i = S([]), c = b(null), f = (l, m = 0) => {
841
- var u, v;
842
- t.value || m >= 4 || (t.value = (v = (u = l.value) == null ? void 0 : u.querySelector) == null ? void 0 : v.call(u, "[data-slot]"), t.value || i.push(setTimeout(() => f(l, m + 1), 50)));
863
+ setup(e, { emit: n }) {
864
+ const a = v(!1), t = v(null), s = v(""), r = T([]), o = v(null), u = (l, h = 0) => {
865
+ var f, y;
866
+ t.value || h >= 4 || (t.value = (y = (f = l.value) == null ? void 0 : f.querySelector) == null ? void 0 : y.call(f, "[data-slot]"), t.value || r.push(setTimeout(() => u(l, h + 1), 50)));
843
867
  };
844
- return I(() => f(c, 0)), q(t, (l) => {
845
- !l || a.value || (W(t), i.push(setTimeout(() => {
846
- O(t), V(() => {
868
+ return C(() => u(o, 0)), S(t, (l) => {
869
+ !l || a.value || (E(t), r.push(setTimeout(() => {
870
+ W(t), I(() => {
847
871
  s.value = customElements.get("bs-button") ? "hydrated superhydrated" : "superhydrated";
848
872
  });
849
873
  }, 100)), a.value = !0);
850
- }, { immediate: !0 }), C(() => i.forEach((l) => clearTimeout(l))), (l, m) => (n(), o(L, null, [
851
- t.value ? (n(), $(B(w), { key: 0 }, {
852
- default: g(() => [
853
- (n(), $(R, { to: t.value }, [
854
- h(l.$slots, "default")
874
+ }, { immediate: !0 }), q(() => r.forEach((l) => clearTimeout(l))), (l, h) => (i(), c(L, null, [
875
+ t.value ? (i(), k(b(g), { key: 0 }, {
876
+ default: B(() => [
877
+ (i(), k(V, { to: t.value }, [
878
+ m(l.$slots, "default")
855
879
  ], 8, ["to"]))
856
880
  ]),
857
881
  _: 3
858
- })) : z("", !0),
859
- P("bs-button", d({
882
+ })) : R("", !0),
883
+ z("bs-button", d({
860
884
  ref_key: "wcRef",
861
- ref: c,
885
+ ref: o,
862
886
  class: s.value,
863
887
  "data-bsds-ssr": "",
864
888
  variant: e.variant,
@@ -869,16 +893,16 @@ const ze = ["controlled", "icon", "header-text", "heading-level", "open-item", "
869
893
  "text-btn": e.textBtn,
870
894
  size: e.size
871
895
  }, l.$attrs), [
872
- x(B(w), null, {
873
- fallback: g(() => [
874
- h(l.$slots, "default")
896
+ P(b(g), null, {
897
+ fallback: B(() => [
898
+ m(l.$slots, "default")
875
899
  ]),
876
900
  _: 3
877
901
  })
878
- ], 16, Oe)
902
+ ], 16, Me)
879
903
  ], 64));
880
904
  }
881
- }, Me = "bs-button", Vt = {
905
+ }, Ne = "bs-button", Vt = {
882
906
  __name: "BsButton",
883
907
  props: {
884
908
  variant: {},
@@ -887,24 +911,27 @@ const ze = ["controlled", "icon", "header-text", "heading-level", "open-item", "
887
911
  href: {},
888
912
  passAttrs: { default: "" },
889
913
  textBtn: {},
890
- size: {}
914
+ size: {},
915
+ router: {}
891
916
  },
892
917
  emits: [],
893
- setup(e, { emit: r }) {
894
- const a = e, { data: t } = E(Me, () => {
918
+ setup(e, { emit: n }) {
919
+ const a = e, { onLinkClick: t } = O(a), { data: s } = x(Ne, () => {
895
920
  if (process.server)
896
921
  return !0;
897
922
  });
898
- return (s, i) => B(t) ? (n(), $(De, p(d({ key: 0 }, { ...a, ...s.$attrs })), {
899
- default: g(() => [
900
- h(s.$slots, "default")
923
+ return (r, o) => b(s) ? (i(), k(je, d({ key: 0 }, { ...a, ...r.$attrs, router: void 0 }, { onClick: b(t) }), {
924
+ default: B(() => [
925
+ m(r.$slots, "default")
901
926
  ]),
902
927
  _: 3
903
- }, 16)) : (n(), o("bs-button", p(d({ key: 1 }, { ...a, ...s.$attrs })), [
904
- h(s.$slots, "default")
928
+ }, 16, ["onClick"])) : (i(), c("bs-button", d({ key: 1 }, { ...a, ...r.$attrs, router: void 0 }, {
929
+ onClick: o[0] || (o[0] = (...u) => b(t) && b(t)(...u))
930
+ }), [
931
+ m(r.$slots, "default")
905
932
  ], 16));
906
933
  }
907
- }, je = ["disabled", "for", "hide", "pass-attrs", "required"], Ne = {
934
+ }, Fe = ["disabled", "for", "hide", "pass-attrs", "required"], He = {
908
935
  __name: "BsLabelServer",
909
936
  props: {
910
937
  disabled: {},
@@ -914,29 +941,29 @@ const ze = ["controlled", "icon", "header-text", "heading-level", "open-item", "
914
941
  required: {}
915
942
  },
916
943
  emits: [],
917
- setup(e, { emit: r }) {
918
- const a = b(!1), t = b(null), s = b(""), i = S([]), c = b(null), f = (l, m = 0) => {
919
- var u, v;
920
- t.value || m >= 4 || (t.value = (v = (u = l.value) == null ? void 0 : u.querySelector) == null ? void 0 : v.call(u, "[data-slot]"), t.value || i.push(setTimeout(() => f(l, m + 1), 50)));
944
+ setup(e, { emit: n }) {
945
+ const a = v(!1), t = v(null), s = v(""), r = T([]), o = v(null), u = (l, h = 0) => {
946
+ var f, y;
947
+ t.value || h >= 4 || (t.value = (y = (f = l.value) == null ? void 0 : f.querySelector) == null ? void 0 : y.call(f, "[data-slot]"), t.value || r.push(setTimeout(() => u(l, h + 1), 50)));
921
948
  };
922
- return I(() => f(c, 0)), q(t, (l) => {
923
- !l || a.value || (W(t), i.push(setTimeout(() => {
924
- O(t), V(() => {
949
+ return C(() => u(o, 0)), S(t, (l) => {
950
+ !l || a.value || (E(t), r.push(setTimeout(() => {
951
+ W(t), I(() => {
925
952
  s.value = customElements.get("bs-label") ? "hydrated superhydrated" : "superhydrated";
926
953
  });
927
954
  }, 100)), a.value = !0);
928
- }, { immediate: !0 }), C(() => i.forEach((l) => clearTimeout(l))), (l, m) => (n(), o(L, null, [
929
- t.value ? (n(), $(B(w), { key: 0 }, {
930
- default: g(() => [
931
- (n(), $(R, { to: t.value }, [
932
- h(l.$slots, "default")
955
+ }, { immediate: !0 }), q(() => r.forEach((l) => clearTimeout(l))), (l, h) => (i(), c(L, null, [
956
+ t.value ? (i(), k(b(g), { key: 0 }, {
957
+ default: B(() => [
958
+ (i(), k(V, { to: t.value }, [
959
+ m(l.$slots, "default")
933
960
  ], 8, ["to"]))
934
961
  ]),
935
962
  _: 3
936
- })) : z("", !0),
937
- P("bs-label", d({
963
+ })) : R("", !0),
964
+ z("bs-label", d({
938
965
  ref_key: "wcRef",
939
- ref: c,
966
+ ref: o,
940
967
  class: s.value,
941
968
  "data-bsds-ssr": "",
942
969
  disabled: e.disabled,
@@ -945,16 +972,16 @@ const ze = ["controlled", "icon", "header-text", "heading-level", "open-item", "
945
972
  "pass-attrs": e.passAttrs,
946
973
  required: e.required
947
974
  }, l.$attrs), [
948
- x(B(w), null, {
949
- fallback: g(() => [
950
- h(l.$slots, "default")
975
+ P(b(g), null, {
976
+ fallback: B(() => [
977
+ m(l.$slots, "default")
951
978
  ]),
952
979
  _: 3
953
980
  })
954
- ], 16, je)
981
+ ], 16, Fe)
955
982
  ], 64));
956
983
  }
957
- }, Fe = "bs-label", Ct = {
984
+ }, Ge = "bs-label", Rt = {
958
985
  __name: "BsLabel",
959
986
  props: {
960
987
  disabled: {},
@@ -964,21 +991,21 @@ const ze = ["controlled", "icon", "header-text", "heading-level", "open-item", "
964
991
  required: {}
965
992
  },
966
993
  emits: [],
967
- setup(e, { emit: r }) {
968
- const a = e, { data: t } = E(Fe, () => {
994
+ setup(e, { emit: n }) {
995
+ const a = e, { data: t } = x(Ge, () => {
969
996
  if (process.server)
970
997
  return !0;
971
998
  });
972
- return (s, i) => B(t) ? (n(), $(Ne, p(d({ key: 0 }, { ...a, ...s.$attrs })), {
973
- default: g(() => [
974
- h(s.$slots, "default")
999
+ return (s, r) => b(t) ? (i(), k(He, j(d({ key: 0 }, { ...a, ...s.$attrs })), {
1000
+ default: B(() => [
1001
+ m(s.$slots, "default")
975
1002
  ]),
976
1003
  _: 3
977
- }, 16)) : (n(), o("bs-label", p(d({ key: 1 }, { ...a, ...s.$attrs })), [
978
- h(s.$slots, "default")
1004
+ }, 16)) : (i(), c("bs-label", j(d({ key: 1 }, { ...a, ...s.$attrs })), [
1005
+ m(s.$slots, "default")
979
1006
  ], 16));
980
1007
  }
981
- }, He = ["variant", "status", "href", "active", "disabled", "pass-attrs"], Ge = {
1008
+ }, Xe = ["variant", "status", "href", "active", "disabled", "pass-attrs"], Ye = {
982
1009
  __name: "BsPillServer",
983
1010
  props: {
984
1011
  variant: {},
@@ -989,29 +1016,29 @@ const ze = ["controlled", "icon", "header-text", "heading-level", "open-item", "
989
1016
  passAttrs: { default: "" }
990
1017
  },
991
1018
  emits: [],
992
- setup(e, { emit: r }) {
993
- const a = b(!1), t = b(null), s = b(""), i = S([]), c = b(null), f = (l, m = 0) => {
994
- var u, v;
995
- t.value || m >= 4 || (t.value = (v = (u = l.value) == null ? void 0 : u.querySelector) == null ? void 0 : v.call(u, "[data-slot]"), t.value || i.push(setTimeout(() => f(l, m + 1), 50)));
1019
+ setup(e, { emit: n }) {
1020
+ const a = v(!1), t = v(null), s = v(""), r = T([]), o = v(null), u = (l, h = 0) => {
1021
+ var f, y;
1022
+ t.value || h >= 4 || (t.value = (y = (f = l.value) == null ? void 0 : f.querySelector) == null ? void 0 : y.call(f, "[data-slot]"), t.value || r.push(setTimeout(() => u(l, h + 1), 50)));
996
1023
  };
997
- return I(() => f(c, 0)), q(t, (l) => {
998
- !l || a.value || (W(t), i.push(setTimeout(() => {
999
- O(t), V(() => {
1024
+ return C(() => u(o, 0)), S(t, (l) => {
1025
+ !l || a.value || (E(t), r.push(setTimeout(() => {
1026
+ W(t), I(() => {
1000
1027
  s.value = customElements.get("bs-pill") ? "hydrated superhydrated" : "superhydrated";
1001
1028
  });
1002
1029
  }, 100)), a.value = !0);
1003
- }, { immediate: !0 }), C(() => i.forEach((l) => clearTimeout(l))), (l, m) => (n(), o(L, null, [
1004
- t.value ? (n(), $(B(w), { key: 0 }, {
1005
- default: g(() => [
1006
- (n(), $(R, { to: t.value }, [
1007
- h(l.$slots, "default")
1030
+ }, { immediate: !0 }), q(() => r.forEach((l) => clearTimeout(l))), (l, h) => (i(), c(L, null, [
1031
+ t.value ? (i(), k(b(g), { key: 0 }, {
1032
+ default: B(() => [
1033
+ (i(), k(V, { to: t.value }, [
1034
+ m(l.$slots, "default")
1008
1035
  ], 8, ["to"]))
1009
1036
  ]),
1010
1037
  _: 3
1011
- })) : z("", !0),
1012
- P("bs-pill", d({
1038
+ })) : R("", !0),
1039
+ z("bs-pill", d({
1013
1040
  ref_key: "wcRef",
1014
- ref: c,
1041
+ ref: o,
1015
1042
  class: s.value,
1016
1043
  "data-bsds-ssr": "",
1017
1044
  variant: e.variant,
@@ -1021,16 +1048,16 @@ const ze = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1021
1048
  disabled: e.disabled,
1022
1049
  "pass-attrs": e.passAttrs
1023
1050
  }, l.$attrs), [
1024
- x(B(w), null, {
1025
- fallback: g(() => [
1026
- h(l.$slots, "default")
1051
+ P(b(g), null, {
1052
+ fallback: B(() => [
1053
+ m(l.$slots, "default")
1027
1054
  ]),
1028
1055
  _: 3
1029
1056
  })
1030
- ], 16, He)
1057
+ ], 16, Xe)
1031
1058
  ], 64));
1032
1059
  }
1033
- }, Xe = "bs-pill", Lt = {
1060
+ }, Ue = "bs-pill", zt = {
1034
1061
  __name: "BsPill",
1035
1062
  props: {
1036
1063
  variant: {},
@@ -1038,24 +1065,27 @@ const ze = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1038
1065
  href: {},
1039
1066
  active: {},
1040
1067
  disabled: {},
1041
- passAttrs: { default: "" }
1068
+ passAttrs: { default: "" },
1069
+ router: {}
1042
1070
  },
1043
1071
  emits: [],
1044
- setup(e, { emit: r }) {
1045
- const a = e, { data: t } = E(Xe, () => {
1072
+ setup(e, { emit: n }) {
1073
+ const a = e, { onLinkClick: t } = O(a), { data: s } = x(Ue, () => {
1046
1074
  if (process.server)
1047
1075
  return !0;
1048
1076
  });
1049
- return (s, i) => B(t) ? (n(), $(Ge, p(d({ key: 0 }, { ...a, ...s.$attrs })), {
1050
- default: g(() => [
1051
- h(s.$slots, "default")
1077
+ return (r, o) => b(s) ? (i(), k(Ye, d({ key: 0 }, { ...a, ...r.$attrs, router: void 0 }, { onClick: b(t) }), {
1078
+ default: B(() => [
1079
+ m(r.$slots, "default")
1052
1080
  ]),
1053
1081
  _: 3
1054
- }, 16)) : (n(), o("bs-pill", p(d({ key: 1 }, { ...a, ...s.$attrs })), [
1055
- h(s.$slots, "default")
1082
+ }, 16, ["onClick"])) : (i(), c("bs-pill", d({ key: 1 }, { ...a, ...r.$attrs, router: void 0 }, {
1083
+ onClick: o[0] || (o[0] = (...u) => b(t) && b(t)(...u))
1084
+ }), [
1085
+ m(r.$slots, "default")
1056
1086
  ], 16));
1057
1087
  }
1058
- }, Ye = ["disabled", "required", "error", "hint-id", "value", "pass-attrs"], Ue = {
1088
+ }, Ze = ["disabled", "required", "error", "hint-id", "value", "pass-attrs"], Ke = {
1059
1089
  __name: "BsSelectServer",
1060
1090
  props: {
1061
1091
  disabled: { default: !1 },
@@ -1066,29 +1096,29 @@ const ze = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1066
1096
  passAttrs: { default: "" }
1067
1097
  },
1068
1098
  emits: [],
1069
- setup(e, { emit: r }) {
1070
- const a = b(!1), t = b(null), s = b(""), i = S([]), c = b(null), f = (l, m = 0) => {
1071
- var u, v;
1072
- t.value || m >= 4 || (t.value = (v = (u = l.value) == null ? void 0 : u.querySelector) == null ? void 0 : v.call(u, "[data-slot]"), t.value || i.push(setTimeout(() => f(l, m + 1), 50)));
1099
+ setup(e, { emit: n }) {
1100
+ const a = v(!1), t = v(null), s = v(""), r = T([]), o = v(null), u = (l, h = 0) => {
1101
+ var f, y;
1102
+ t.value || h >= 4 || (t.value = (y = (f = l.value) == null ? void 0 : f.querySelector) == null ? void 0 : y.call(f, "[data-slot]"), t.value || r.push(setTimeout(() => u(l, h + 1), 50)));
1073
1103
  };
1074
- return I(() => f(c, 0)), q(t, (l) => {
1075
- !l || a.value || (W(t), i.push(setTimeout(() => {
1076
- O(t), V(() => {
1104
+ return C(() => u(o, 0)), S(t, (l) => {
1105
+ !l || a.value || (E(t), r.push(setTimeout(() => {
1106
+ W(t), I(() => {
1077
1107
  s.value = customElements.get("bs-select") ? "hydrated superhydrated" : "superhydrated";
1078
1108
  });
1079
1109
  }, 100)), a.value = !0);
1080
- }, { immediate: !0 }), C(() => i.forEach((l) => clearTimeout(l))), (l, m) => (n(), o(L, null, [
1081
- t.value ? (n(), $(B(w), { key: 0 }, {
1082
- default: g(() => [
1083
- (n(), $(R, { to: t.value }, [
1084
- h(l.$slots, "default")
1110
+ }, { immediate: !0 }), q(() => r.forEach((l) => clearTimeout(l))), (l, h) => (i(), c(L, null, [
1111
+ t.value ? (i(), k(b(g), { key: 0 }, {
1112
+ default: B(() => [
1113
+ (i(), k(V, { to: t.value }, [
1114
+ m(l.$slots, "default")
1085
1115
  ], 8, ["to"]))
1086
1116
  ]),
1087
1117
  _: 3
1088
- })) : z("", !0),
1089
- P("bs-select", d({
1118
+ })) : R("", !0),
1119
+ z("bs-select", d({
1090
1120
  ref_key: "wcRef",
1091
- ref: c,
1121
+ ref: o,
1092
1122
  class: s.value,
1093
1123
  "data-bsds-ssr": "",
1094
1124
  disabled: e.disabled,
@@ -1098,16 +1128,16 @@ const ze = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1098
1128
  value: e.value,
1099
1129
  "pass-attrs": e.passAttrs
1100
1130
  }, l.$attrs), [
1101
- x(B(w), null, {
1102
- fallback: g(() => [
1103
- h(l.$slots, "default")
1131
+ P(b(g), null, {
1132
+ fallback: B(() => [
1133
+ m(l.$slots, "default")
1104
1134
  ]),
1105
1135
  _: 3
1106
1136
  })
1107
- ], 16, Ye)
1137
+ ], 16, Ze)
1108
1138
  ], 64));
1109
1139
  }
1110
- }, Ze = "bs-select", Rt = {
1140
+ }, Je = "bs-select", Pt = {
1111
1141
  __name: "BsSelect",
1112
1142
  props: {
1113
1143
  disabled: { default: !1 },
@@ -1118,59 +1148,59 @@ const ze = ["controlled", "icon", "header-text", "heading-level", "open-item", "
1118
1148
  passAttrs: { default: "" }
1119
1149
  },
1120
1150
  emits: [],
1121
- setup(e, { emit: r }) {
1122
- const a = e, { data: t } = E(Ze, () => {
1151
+ setup(e, { emit: n }) {
1152
+ const a = e, { data: t } = x(Je, () => {
1123
1153
  if (process.server)
1124
1154
  return !0;
1125
1155
  });
1126
- return (s, i) => B(t) ? (n(), $(Ue, p(d({ key: 0 }, { ...a, ...s.$attrs })), {
1127
- default: g(() => [
1128
- h(s.$slots, "default")
1156
+ return (s, r) => b(t) ? (i(), k(Ke, j(d({ key: 0 }, { ...a, ...s.$attrs })), {
1157
+ default: B(() => [
1158
+ m(s.$slots, "default")
1129
1159
  ]),
1130
1160
  _: 3
1131
- }, 16)) : (n(), o("bs-select", p(d({ key: 1 }, { ...a, ...s.$attrs })), [
1132
- h(s.$slots, "default")
1161
+ }, 16)) : (i(), c("bs-select", j(d({ key: 1 }, { ...a, ...s.$attrs })), [
1162
+ m(s.$slots, "default")
1133
1163
  ], 16));
1134
1164
  }
1135
1165
  };
1136
1166
  export {
1137
- It as BsAccordion,
1138
- Pe as BsAccordionServer,
1139
- at as BsBadge,
1140
- qt as BsBanner,
1141
- Ee as BsBannerServer,
1167
+ qt as BsAccordion,
1168
+ Ee as BsAccordionServer,
1169
+ lt as BsBadge,
1170
+ Lt as BsBanner,
1171
+ De as BsBannerServer,
1142
1172
  Vt as BsButton,
1143
- De as BsButtonServer,
1144
- st as BsCharacterCount,
1145
- lt as BsChartBar,
1146
- rt as BsChartTable,
1147
- nt as BsCheckbox,
1148
- it as BsCircleButton,
1149
- dt as BsDropdown,
1150
- ot as BsDropdownOption,
1151
- ut as BsDropdownOptions,
1152
- ct as BsFieldLayout,
1153
- ft as BsHint,
1154
- ht as BsInput,
1155
- et as BsInputAddon,
1156
- mt as BsInputField,
1157
- bt as BsInputSearch,
1158
- Ct as BsLabel,
1159
- Ne as BsLabelServer,
1160
- Lt as BsPill,
1161
- Ge as BsPillServer,
1162
- vt as BsProfile,
1163
- yt as BsProfileDetails,
1164
- $t as BsProfileImg,
1165
- Bt as BsProfileLayout,
1166
- gt as BsRadio,
1167
- Rt as BsSelect,
1168
- wt as BsSelectField,
1169
- Ue as BsSelectServer,
1170
- kt as BsSwitch,
1171
- pt as BsTextarea,
1172
- At as BsTextareaField,
1173
- Tt as BsToast,
1174
- tt as BsToaster,
1175
- St as BsTooltip
1173
+ je as BsButtonServer,
1174
+ rt as BsCharacterCount,
1175
+ nt as BsChartBar,
1176
+ it as BsChartTable,
1177
+ ot as BsCheckbox,
1178
+ dt as BsCircleButton,
1179
+ ut as BsDropdown,
1180
+ ct as BsDropdownOption,
1181
+ ft as BsDropdownOptions,
1182
+ ht as BsFieldLayout,
1183
+ mt as BsHint,
1184
+ bt as BsInput,
1185
+ at as BsInputAddon,
1186
+ vt as BsInputField,
1187
+ yt as BsInputSearch,
1188
+ Rt as BsLabel,
1189
+ He as BsLabelServer,
1190
+ zt as BsPill,
1191
+ Ye as BsPillServer,
1192
+ $t as BsProfile,
1193
+ kt as BsProfileDetails,
1194
+ Bt as BsProfileImg,
1195
+ gt as BsProfileLayout,
1196
+ wt as BsRadio,
1197
+ Pt as BsSelect,
1198
+ pt as BsSelectField,
1199
+ Ke as BsSelectServer,
1200
+ At as BsSwitch,
1201
+ Tt as BsTextarea,
1202
+ Ct as BsTextareaField,
1203
+ St as BsToast,
1204
+ st as BsToaster,
1205
+ It as BsTooltip
1176
1206
  };