@wwtdev/bsds-components-vue3 2.5.0 → 2.5.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,9 +1,9 @@
1
- import { computed as v, ref as B, onMounted as Y, onUnmounted as re, shallowRef as pt, watch as R, defineAsyncComponent as Re, openBlock as d, createElementBlock as p, unref as f, createElementVNode as b, renderSlot as L, createBlock as O, resolveDynamicComponent as Z, createCommentVNode as w, toDisplayString as T, createVNode as V, normalizeClass as ae, useAttrs as se, mergeProps as N, withCtx as D, Fragment as U, toHandlers as Me, onBeforeUnmount as at, onBeforeMount as nt, nextTick as ce, createTextVNode as G, createSlots as lt, renderList as J, Teleport as vt, withDirectives as Be, Transition as Ke, vShow as Se, provide as oe, inject as ie, isRef as ht, useSlots as bt } from "vue";
1
+ import { computed as p, ref as g, onMounted as X, onUnmounted as ve, shallowRef as vt, watch as N, defineAsyncComponent as Re, openBlock as s, createElementBlock as v, unref as f, createElementVNode as b, renderSlot as x, createBlock as E, resolveDynamicComponent as te, createCommentVNode as S, toDisplayString as C, createVNode as A, normalizeClass as le, useAttrs as fe, mergeProps as z, withCtx as L, Fragment as W, toHandlers as Me, onBeforeUnmount as at, onBeforeMount as nt, nextTick as ge, createTextVNode as H, createSlots as lt, renderList as _, Teleport as pt, withDirectives as Te, Transition as Ke, vShow as xe, provide as ue, inject as ce, withModifiers as ht, isRef as bt, useSlots as gt } from "vue";
2
2
  import { v4 as ot } from "uuid";
3
- import { BsIconCaretDown as it, BsIconWarning as ze, BsIconClose as $e, BsIconCalendar as rt, BsIconCaretSort as gt, BsIconSearch as mt, BsIconCaretLeftDouble as yt, BsIconCaretLeft as Bt, BsIconCaretRight as St, BsIconCaretRightDouble as $t, BsIconActionEllipsis as wt, BsIconGraphPieEmpty as Ye, BsIconCircleStop as kt, BsIconCircleCheck as It, BsIconCircleX as Ct, BsIconCircleEllipsis as Tt, BsIconCirclePlay as xt, BsIconCirclePause as At, BsIconCircleExclamation as st, BsIconThumbsUpStroke as Lt } from "@wwtdev/bsds-icons-vue3";
4
- import { DatePicker as Vt } from "v-calendar";
5
- import { Chart as Pe, BarController as Et, BarElement as Dt, CategoryScale as Ot, LinearScale as Pt, Legend as qt, Tooltip as Mt } from "chart.js";
6
- import { getSupportedCallingCodes as zt, getRegionCodeForCountryCode as Nt, parsePhoneNumber as Xe } from "awesome-phonenumber";
3
+ import { BsIconCaretDown as it, BsIconWarning as Ne, BsIconClose as Ae, BsIconCalendar as rt, BsIconCaretSort as mt, BsIconSearch as yt, BsIconCaretLeftDouble as Bt, BsIconCaretLeft as St, BsIconCaretRight as $t, BsIconCaretRightDouble as wt, BsIconActionEllipsis as kt, BsIconGraphPieEmpty as Ye, BsIconCircleStop as It, BsIconCircleCheck as Ct, BsIconCircleX as Tt, BsIconCircleEllipsis as xt, BsIconCirclePlay as At, BsIconCirclePause as Vt, BsIconCircleExclamation as st, BsIconThumbsUpStroke as Lt } from "@wwtdev/bsds-icons-vue3";
4
+ import { DatePicker as Et } from "v-calendar";
5
+ import { Chart as Pe, BarController as Ot, BarElement as Dt, CategoryScale as Pt, LinearScale as qt, Legend as Mt, Tooltip as Nt } from "chart.js";
6
+ import { getSupportedCallingCodes as zt, getRegionCodeForCountryCode as Rt, parsePhoneNumber as Xe } from "awesome-phonenumber";
7
7
  const Qe = {
8
8
  href: "a",
9
9
  linkTo: "a",
@@ -11,111 +11,111 @@ const Qe = {
11
11
  onClick: "button",
12
12
  type: "button"
13
13
  };
14
- function we(e, a, t = "button") {
15
- const n = Rt(e, a, t), l = v(() => {
16
- const o = n.value === "button", s = {};
17
- return o ? (s.type = a.type || "button", s.autocomplete = "off", e.disabled && (s.disabled = !0)) : e.disabled && (s["aria-disabled"] = "true", s.tabindex = "-1"), s;
18
- }), i = v(() => {
14
+ function Ve(e, a, t = "button") {
15
+ const n = Ft(e, a, t), l = p(() => {
16
+ const o = n.value === "button", d = {};
17
+ return o ? (d.type = a.type || "button", d.autocomplete = "off", e.disabled && (d.disabled = !0)) : e.disabled && (d["aria-disabled"] = "true", d.tabindex = "-1"), d;
18
+ }), r = p(() => {
19
19
  const o = { ...a, ...l.value };
20
20
  return delete o.href, o;
21
- }), u = v(() => e.linkTo || e.href);
22
- return { rootTag: n, attrsToBind: i, hrefUrl: u };
21
+ }), u = p(() => e.linkTo || e.href);
22
+ return { rootTag: n, attrsToBind: r, hrefUrl: u };
23
23
  }
24
- function Rt(e, a, t) {
24
+ function Ft(e, a, t) {
25
25
  const n = Object.keys(Qe).find((l) => jt(e, a, l));
26
- return B(Qe[n] || t);
26
+ return g(Qe[n] || t);
27
27
  }
28
28
  function jt(e, a, t) {
29
29
  return e[t] || a[t];
30
30
  }
31
- const Ft = (e, a) => {
31
+ const Ut = (e, a) => {
32
32
  const t = (n) => {
33
33
  e.some((l) => {
34
- var i;
35
- return (i = l.value) == null ? void 0 : i.contains(n.target);
34
+ var r;
35
+ return (r = l.value) == null ? void 0 : r.contains(n.target);
36
36
  }) || a(n);
37
37
  };
38
- Y(() => {
38
+ X(() => {
39
39
  document.addEventListener("click", t);
40
- }), re(() => {
40
+ }), ve(() => {
41
41
  document.removeEventListener("click", t);
42
42
  });
43
43
  };
44
- function ke(e) {
45
- const a = v(() => e.linkTo || e.href || ""), t = v(() => {
46
- var i, u;
47
- return ((u = (i = a.value) == null ? void 0 : i.startsWith) == null ? void 0 : u.call(i, "/")) || !1;
48
- }), n = v(() => {
49
- var i, u;
50
- return t.value && ((i = e.router) == null ? void 0 : i.navigateTo) || ((u = e.router) == null ? void 0 : u.push) || null;
44
+ function Le(e) {
45
+ const a = p(() => e.linkTo || e.href || ""), t = p(() => {
46
+ var r, u;
47
+ return ((u = (r = a.value) == null ? void 0 : r.startsWith) == null ? void 0 : u.call(r, "/")) || !1;
48
+ }), n = p(() => {
49
+ var r, u;
50
+ return t.value && ((r = e.router) == null ? void 0 : r.navigateTo) || ((u = e.router) == null ? void 0 : u.push) || null;
51
51
  });
52
- function l(i) {
52
+ function l(r) {
53
53
  if (e.disabled) {
54
- i.preventDefault(), i.stopImmediatePropagation();
54
+ r.preventDefault(), r.stopImmediatePropagation();
55
55
  return;
56
56
  }
57
57
  if (!a.value || !n.value)
58
58
  return;
59
- i.target.closest("a").href === `${window.location.origin}${a.value}` && (i.preventDefault(), n.value(a.value));
59
+ r.target.closest("a").href === `${window.location.origin}${a.value}` && (r.preventDefault(), n.value(a.value));
60
60
  }
61
61
  return { onLinkClick: l };
62
62
  }
63
63
  function Je(e) {
64
64
  return e.split("-").map((n) => n.charAt(0).toUpperCase() + n.slice(1)).join("");
65
65
  }
66
- const ge = (e, a) => {
66
+ const ke = (e, a) => {
67
67
  function t(l) {
68
68
  if (!l)
69
69
  return null;
70
- const i = l.startsWith("bs-") ? Je(l) : `BsIcon${Je(l)}`;
70
+ const r = l.startsWith("bs-") ? Je(l) : `BsIcon${Je(l)}`;
71
71
  return Re(async () => {
72
- const { [i]: u } = await import("@wwtdev/bsds-icons-vue3");
72
+ const { [r]: u } = await import("@wwtdev/bsds-icons-vue3");
73
73
  return u;
74
74
  });
75
75
  }
76
- const n = pt();
77
- return n.value = t(e[a]), R(() => e[a], async (l) => n.value = t(l)), { icon: n };
76
+ const n = vt();
77
+ return n.value = t(e[a]), N(() => e[a], async (l) => n.value = t(l)), { icon: n };
78
78
  };
79
- function Q(e = 1) {
79
+ function Z(e = 1) {
80
80
  const a = [];
81
81
  for (let t = 0; t < e; t++)
82
- a.push(B(""));
83
- return Y(() => {
82
+ a.push(g(""));
83
+ return X(() => {
84
84
  a.forEach((t) => t.value = `id-${ot()}`);
85
85
  }), a;
86
86
  }
87
- const Ie = (e, a, t = void 0) => {
87
+ const me = (e, a, t = void 0) => {
88
88
  const n = (l) => {
89
89
  e.includes(l.key) && a(l);
90
90
  };
91
- Y(() => {
91
+ X(() => {
92
92
  ((t == null ? void 0 : t.value) ?? document).addEventListener("keydown", n);
93
- }), re(() => {
93
+ }), ve(() => {
94
94
  ((t == null ? void 0 : t.value) ?? document).removeEventListener("keydown", n);
95
95
  });
96
- }, Ut = (e, a, t) => {
96
+ }, Wt = (e, a, t) => {
97
97
  let n = null;
98
- Y(() => {
98
+ X(() => {
99
99
  n = new MutationObserver(a), n.observe(e.value, t);
100
- }), re(() => {
100
+ }), ve(() => {
101
101
  n.disconnect();
102
102
  });
103
- }, fe = (e) => {
104
- const a = B(!1);
105
- return Y(() => {
103
+ }, ye = (e) => {
104
+ const a = g(!1);
105
+ return X(() => {
106
106
  e.enterControlled ? a.value = e.enterTrigger : a.value = e.shown;
107
- }), R(() => e.shown, (t) => {
107
+ }), N(() => e.shown, (t) => {
108
108
  a.value = t;
109
- }), R(() => e.enterTrigger, (t) => {
109
+ }), N(() => e.enterTrigger, (t) => {
110
110
  a.value = t;
111
- }), R(() => e.leaveTrigger, (t) => {
111
+ }), N(() => e.leaveTrigger, (t) => {
112
112
  t && (a.value = !1);
113
113
  }), { transition: a };
114
- }, Wt = ["id", "data-stacked"], Gt = ["data-open"], Ht = ["aria-controls", "aria-expanded"], Kt = {
114
+ }, Gt = ["id", "data-stacked"], Ht = ["data-open"], Kt = ["aria-controls", "aria-expanded"], Yt = {
115
115
  key: 0,
116
116
  "data-position": "start",
117
117
  style: { display: "inline-flex" }
118
- }, Yt = ["id"], Xt = ["aria-labelledby", "data-open", "id"], Xl = {
118
+ }, Xt = ["id"], Qt = ["aria-labelledby", "data-open", "id"], Ql = {
119
119
  __name: "BsAccordion",
120
120
  props: {
121
121
  controlled: { type: Boolean, default: !1 },
@@ -132,11 +132,11 @@ const Ie = (e, a, t = void 0) => {
132
132
  },
133
133
  emits: ["toggled"],
134
134
  setup(e, { emit: a }) {
135
- const t = e, n = a, l = B(null), i = B(!1), { icon: u } = ge(t, "icon"), [o] = Q(), s = v(() => o.value + "-content"), r = v(() => o.value + "-title"), c = v(() => t.openItemId && t.openItemId === o.value || t.openItem === !0), h = v(() => t.controlled ? c.value : i.value);
136
- function k() {
137
- n("toggled", o.value), t.controlled || (i.value = !i.value);
135
+ const t = e, n = a, l = g(null), r = g(!1), { icon: u } = ke(t, "icon"), [o] = Z(), d = p(() => o.value + "-content"), i = p(() => o.value + "-title"), c = p(() => t.openItemId && t.openItemId === o.value || t.openItem === !0), h = p(() => t.controlled ? c.value : r.value);
136
+ function w() {
137
+ n("toggled", o.value), t.controlled || (r.value = !r.value);
138
138
  }
139
- return (g, x) => (d(), p("div", {
139
+ return ($, M) => (s(), v("div", {
140
140
  id: f(o),
141
141
  ref_key: "containerRef",
142
142
  ref: l,
@@ -149,38 +149,38 @@ const Ie = (e, a, t = void 0) => {
149
149
  "data-open": h.value
150
150
  }, [
151
151
  b("button", {
152
- "aria-controls": s.value,
152
+ "aria-controls": d.value,
153
153
  "aria-expanded": h.value,
154
154
  type: "button",
155
- onClick: k
155
+ onClick: w
156
156
  }, [
157
- e.icon || g.$slots.icon ? (d(), p("span", Kt, [
158
- L(g.$slots, "icon", {}, () => [
159
- e.icon ? (d(), O(Z(f(u) ? f(u) : "span"), { key: 0 })) : w("", !0)
157
+ e.icon || $.$slots.icon ? (s(), v("span", Yt, [
158
+ x($.$slots, "icon", {}, () => [
159
+ e.icon ? (s(), E(te(f(u) ? f(u) : "span"), { key: 0 })) : S("", !0)
160
160
  ])
161
- ])) : w("", !0),
162
- b("span", { id: r.value }, T(e.headerText), 9, Yt),
163
- V(f(it), {
161
+ ])) : S("", !0),
162
+ b("span", { id: i.value }, C(e.headerText), 9, Xt),
163
+ A(f(it), {
164
164
  size: "md",
165
165
  "data-position": "end"
166
166
  })
167
- ], 8, Ht)
168
- ], 8, Gt),
167
+ ], 8, Kt)
168
+ ], 8, Ht),
169
169
  b("div", {
170
- "aria-labelledby": r.value,
170
+ "aria-labelledby": i.value,
171
171
  class: "bs-accordion-content",
172
172
  "data-open": h.value,
173
- id: s.value,
173
+ id: d.value,
174
174
  part: "content",
175
175
  role: "region"
176
176
  }, [
177
177
  b("div", null, [
178
- L(g.$slots, "default")
178
+ x($.$slots, "default")
179
179
  ])
180
- ], 8, Xt)
181
- ], 8, Wt));
180
+ ], 8, Qt)
181
+ ], 8, Gt));
182
182
  }
183
- }, Qt = ["aria-label", "data-badge-color", "data-count", "data-position", "data-show-zero", "data-variant"], Jt = {
183
+ }, Jt = ["aria-label", "data-badge-color", "data-count", "data-position", "data-show-zero", "data-variant"], Zt = {
184
184
  __name: "BsBadge",
185
185
  props: {
186
186
  /** Pass value to set `data-badge-color`. */
@@ -227,19 +227,19 @@ const Ie = (e, a, t = void 0) => {
227
227
  }
228
228
  },
229
229
  setup(e) {
230
- const a = e, t = B(null), n = v(() => a.count === 0 ? "0" : !a.count || a.dot ? null : a.count > a.countMax ? a.countMax + "+" : a.count.toString()), l = v(() => {
231
- var s, r;
232
- const i = ((r = (s = t.value) == null ? void 0 : s.textContent) == null ? void 0 : r.trim()) || "", u = n.value ? n.value + " " : "";
230
+ const a = e, t = g(null), n = p(() => a.count === 0 ? "0" : !a.count || a.dot ? null : a.count > a.countMax ? a.countMax + "+" : a.count.toString()), l = p(() => {
231
+ var d, i;
232
+ const r = ((i = (d = t.value) == null ? void 0 : d.textContent) == null ? void 0 : i.trim()) || "", u = n.value ? n.value + " " : "";
233
233
  if (!u && !a.dot)
234
- return i;
234
+ return r;
235
235
  const o = a.count !== 1 ? "s" : "";
236
- return `${i ? `${i}, ` : ""}${u}${a.label}${o}`;
236
+ return `${r ? `${r}, ` : ""}${u}${a.label}${o}`;
237
237
  });
238
- return (i, u) => (d(), p("span", {
238
+ return (r, u) => (s(), v("span", {
239
239
  ref_key: "hostRef",
240
240
  ref: t,
241
241
  "aria-label": l.value,
242
- class: ae({ "bs-badge": e.dot || n.value }),
242
+ class: le({ "bs-badge": e.dot || n.value }),
243
243
  "data-badge-color": e.color,
244
244
  "data-component": "bs-badge",
245
245
  "data-count": n.value,
@@ -248,40 +248,40 @@ const Ie = (e, a, t = void 0) => {
248
248
  "data-variant": e.variant,
249
249
  role: "status"
250
250
  }, [
251
- e.variant !== "notext" ? L(i.$slots, "default", { key: 0 }) : w("", !0)
252
- ], 10, Qt));
251
+ e.variant !== "notext" ? x(r.$slots, "default", { key: 0 }) : S("", !0)
252
+ ], 10, Jt));
253
253
  }
254
- }, Zt = {
254
+ }, _t = {
255
255
  key: 0,
256
256
  role: "alert",
257
257
  class: "bs-banner"
258
- }, _t = { class: "bs-banner-content" }, ea = { class: "bs-banner-warning-icon" }, Ql = {
258
+ }, ea = { class: "bs-banner-content" }, ta = { class: "bs-banner-warning-icon" }, Jl = {
259
259
  __name: "BsBanner",
260
260
  emits: ["dismiss"],
261
261
  setup(e, { emit: a }) {
262
- const t = a, n = B(!1);
262
+ const t = a, n = g(!1);
263
263
  function l() {
264
264
  n.value = !0, t("dismiss");
265
265
  }
266
- return (i, u) => n.value ? w("", !0) : (d(), p("div", Zt, [
267
- b("div", _t, [
268
- b("div", ea, [
269
- V(f(ze), { size: "lg" })
266
+ return (r, u) => n.value ? S("", !0) : (s(), v("div", _t, [
267
+ b("div", ea, [
268
+ b("div", ta, [
269
+ A(f(Ne), { size: "lg" })
270
270
  ]),
271
271
  b("p", null, [
272
- L(i.$slots, "default")
272
+ x(r.$slots, "default")
273
273
  ]),
274
274
  b("button", {
275
275
  type: "button",
276
276
  title: "Close Banner",
277
277
  onClick: l
278
278
  }, [
279
- V(f($e))
279
+ A(f(Ae))
280
280
  ])
281
281
  ])
282
282
  ]));
283
283
  }
284
- }, ta = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
284
+ }, aa = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
285
285
  __name: "BsButton",
286
286
  props: {
287
287
  variant: { type: String },
@@ -295,26 +295,26 @@ const Ie = (e, a, t = void 0) => {
295
295
  size: { type: String, validator: (e) => ["sm", "xs", "xxs"].includes(e) }
296
296
  },
297
297
  setup(e) {
298
- const a = e, t = se(), { rootTag: n, attrsToBind: l, hrefUrl: i } = we(a, t), { onLinkClick: u } = ke(a);
299
- return (o, s) => (d(), O(Z(f(n)), N({
298
+ const a = e, t = fe(), { rootTag: n, attrsToBind: l, hrefUrl: r } = Ve(a, t), { onLinkClick: u } = Le(a);
299
+ return (o, d) => (s(), E(te(f(n)), z({
300
300
  class: "bs-button",
301
301
  "data-component": "bs-button",
302
302
  "data-ghost": e.ghostBtn,
303
303
  "data-size": e.size,
304
304
  "data-text": e.textBtn,
305
305
  "data-variant": e.variant,
306
- ".href": f(i)
306
+ ".href": f(r)
307
307
  }, f(l), { onClick: f(u) }), {
308
- default: D(() => [
309
- L(o.$slots, "default")
308
+ default: L(() => [
309
+ x(o.$slots, "default")
310
310
  ]),
311
311
  _: 3
312
312
  }, 48, ["data-ghost", "data-size", "data-text", "data-variant", ".href", "onClick"]));
313
313
  }
314
- }), aa = {
314
+ }), na = {
315
315
  class: "bs-field-details",
316
316
  "data-component": "bs-field-details"
317
- }, na = ["id", "data-error"], la = ["data-error"], pe = {
317
+ }, la = ["id", "data-error"], oa = ["data-error"], Be = {
318
318
  __name: "BsFieldDetails",
319
319
  props: {
320
320
  /** The number of characters that have been entered by the user. */
@@ -334,26 +334,26 @@ const Ie = (e, a, t = void 0) => {
334
334
  hintId: String
335
335
  },
336
336
  setup(e) {
337
- const a = e, t = v(() => a.error && a.errorMsg || a.hint);
338
- return (n, l) => (d(), p("div", aa, [
339
- t.value ? (d(), p("span", {
337
+ const a = e, t = p(() => a.error && a.errorMsg || a.hint);
338
+ return (n, l) => (s(), v("div", na, [
339
+ t.value ? (s(), v("span", {
340
340
  key: 0,
341
341
  id: e.hintId,
342
342
  class: "bs-hint",
343
343
  "data-error": e.error
344
- }, T(t.value), 9, na)) : w("", !0),
345
- e.charMax ? (d(), p("span", {
344
+ }, C(t.value), 9, la)) : S("", !0),
345
+ e.charMax ? (s(), v("span", {
346
346
  key: 1,
347
347
  "aria-description": "character count over character limit for the preceding text field",
348
348
  class: "bs-character-count",
349
349
  "data-error": a.charCount > a.charMax
350
- }, T(a.charCount || "0") + " / " + T(a.charMax), 9, la)) : w("", !0)
350
+ }, C(a.charCount || "0") + " / " + C(a.charMax), 9, oa)) : S("", !0)
351
351
  ]));
352
352
  }
353
- }, oa = ["data-disabled", "for"], ia = /* @__PURE__ */ b("span", {
353
+ }, ia = ["data-disabled", "for"], ra = /* @__PURE__ */ b("span", {
354
354
  "data-required": "true",
355
355
  "aria-hidden": "true"
356
- }, " *", -1), ra = /* @__PURE__ */ b("span", { class: "visually-hidden" }, "required", -1), ne = {
356
+ }, " *", -1), sa = /* @__PURE__ */ b("span", { class: "visually-hidden" }, "required", -1), oe = {
357
357
  __name: "BsLabel",
358
358
  props: {
359
359
  disabled: { type: Boolean, default: !1 },
@@ -362,22 +362,22 @@ const Ie = (e, a, t = void 0) => {
362
362
  required: { type: Boolean, default: !1 }
363
363
  },
364
364
  setup(e) {
365
- return (a, t) => (d(), p("label", {
366
- class: ae(["bs-label", e.hide ? "visually-hidden" : ""]),
365
+ return (a, t) => (s(), v("label", {
366
+ class: le(["bs-label", e.hide ? "visually-hidden" : ""]),
367
367
  "data-component": "bs-label",
368
368
  "data-disabled": e.disabled,
369
369
  for: e.for
370
370
  }, [
371
371
  b("span", null, [
372
- L(a.$slots, "default")
372
+ x(a.$slots, "default")
373
373
  ]),
374
- e.required ? (d(), p(U, { key: 0 }, [
375
- ia,
376
- ra
377
- ], 64)) : w("", !0)
378
- ], 10, oa));
374
+ e.required ? (s(), v(W, { key: 0 }, [
375
+ ra,
376
+ sa
377
+ ], 64)) : S("", !0)
378
+ ], 10, ia));
379
379
  }
380
- }, sa = ["data-error", "id", "value"], ve = {
380
+ }, da = ["data-error", "id", "value"], Se = {
381
381
  __name: "BsInput",
382
382
  props: {
383
383
  error: {
@@ -392,21 +392,21 @@ const Ie = (e, a, t = void 0) => {
392
392
  },
393
393
  emits: ["update:modelValue"],
394
394
  setup(e, { emit: a }) {
395
- const t = e, n = a, l = se(), i = v(() => ({ [t.error ? "aria-errormessage" : "aria-describedby"]: t.hintId }));
395
+ const t = e, n = a, l = fe(), r = p(() => ({ [t.error ? "aria-errormessage" : "aria-describedby"]: t.hintId }));
396
396
  function u(o) {
397
- const s = l.type === "number" ? parseInt(o.target.value) : o.target.value;
398
- n("update:modelValue", s);
397
+ const d = l.type === "number" ? parseInt(o.target.value) : o.target.value;
398
+ n("update:modelValue", d);
399
399
  }
400
- return (o, s) => (d(), p("input", N({
400
+ return (o, d) => (s(), v("input", z({
401
401
  class: "bs-input",
402
402
  "data-component": "bs-input",
403
403
  "data-error": e.error,
404
404
  id: o.$attrs.id || e.inputId,
405
405
  value: e.value || e.modelValue,
406
406
  onInput: u
407
- }, i.value), null, 16, sa));
407
+ }, r.value), null, 16, da));
408
408
  }
409
- }, da = ["data-disabled", "data-error", "data-variant", "data-multifocus"], Ce = {
409
+ }, ua = ["data-disabled", "data-error", "data-variant", "data-multifocus"], Ee = {
410
410
  __name: "BsInputAddon",
411
411
  props: {
412
412
  disabled: { type: Boolean, default: !1 },
@@ -415,7 +415,7 @@ const Ie = (e, a, t = void 0) => {
415
415
  variant: { type: String, validator: (e) => e === "inner-bordered" }
416
416
  },
417
417
  setup(e) {
418
- return (a, t) => (d(), p("div", {
418
+ return (a, t) => (s(), v("div", {
419
419
  class: "bs-input-addon",
420
420
  "data-component": "bs-input-addon",
421
421
  "data-disabled": e.disabled,
@@ -423,10 +423,10 @@ const Ie = (e, a, t = void 0) => {
423
423
  "data-variant": e.variant,
424
424
  "data-multifocus": e.multifocus
425
425
  }, [
426
- L(a.$slots, "default")
427
- ], 8, da));
426
+ x(a.$slots, "default")
427
+ ], 8, ua));
428
428
  }
429
- }, ua = {
429
+ }, ca = {
430
430
  __name: "BsInputDateSingle",
431
431
  props: {
432
432
  disabled: {
@@ -459,13 +459,13 @@ const Ie = (e, a, t = void 0) => {
459
459
  }
460
460
  },
461
461
  setup(e) {
462
- return (a, t) => (d(), O(Ce, {
462
+ return (a, t) => (s(), E(Ee, {
463
463
  disabled: e.disabled,
464
464
  error: e.error
465
465
  }, {
466
- default: D(() => [
467
- V(f(rt)),
468
- V(ve, N({
466
+ default: L(() => [
467
+ A(f(rt)),
468
+ A(Se, z({
469
469
  "data-autowidth": "",
470
470
  disabled: e.disabled,
471
471
  id: e.inputId,
@@ -478,16 +478,16 @@ const Ie = (e, a, t = void 0) => {
478
478
  }, 8, ["disabled", "error"]));
479
479
  }
480
480
  };
481
- function Ne(e, a, t) {
481
+ function ze(e, a, t) {
482
482
  let n;
483
483
  return function() {
484
- let l = this, i = arguments;
485
- clearTimeout(n), t && !n && e.apply(l, i), n = setTimeout(function() {
486
- n = null, t || e.apply(l, i);
484
+ let l = this, r = arguments;
485
+ clearTimeout(n), t && !n && e.apply(l, r), n = setTimeout(function() {
486
+ n = null, t || e.apply(l, r);
487
487
  }, a);
488
488
  };
489
489
  }
490
- const ca = ["disabled", "id", "model-value"], fa = ["disabled", "id", "model-value"], pa = {
490
+ const fa = ["disabled", "id", "model-value"], va = ["disabled", "id", "model-value"], pa = {
491
491
  __name: "BsInputDateRange",
492
492
  props: {
493
493
  disabled: {
@@ -524,70 +524,70 @@ const ca = ["disabled", "id", "model-value"], fa = ["disabled", "id", "model-val
524
524
  },
525
525
  emits: ["ui-focusin", "ui-input"],
526
526
  setup(e, { emit: a }) {
527
- const t = a, n = B(null), l = B(null);
528
- function i(r) {
527
+ const t = a, n = g(null), l = g(null);
528
+ function r(i) {
529
529
  const c = new Event("change", { bubbles: !0, cancelable: !0 });
530
- r.dispatchEvent(c);
530
+ i.dispatchEvent(c);
531
531
  }
532
- function u(r) {
533
- const { value: c } = r.target, [h, k] = c.split(/ to | - /);
534
- n.value.value = h || "", l.value.value = k || "", i(n.value), i(l.value);
532
+ function u(i) {
533
+ const { value: c } = i.target, [h, w] = c.split(/ to | - /);
534
+ n.value.value = h || "", l.value.value = w || "", r(n.value), r(l.value);
535
535
  }
536
- const o = Ne(u, 1e3);
537
- function s(r) {
538
- t("ui-input"), o(r);
536
+ const o = ze(u, 1e3);
537
+ function d(i) {
538
+ t("ui-input"), o(i);
539
539
  }
540
- return (r, c) => (d(), O(Ce, {
540
+ return (i, c) => (s(), E(Ee, {
541
541
  disabled: e.disabled,
542
542
  error: e.error
543
543
  }, {
544
- default: D(() => [
545
- V(f(rt)),
546
- V(ve, {
544
+ default: L(() => [
545
+ A(f(rt)),
546
+ A(Se, {
547
547
  "data-autowidth": "",
548
548
  disabled: e.disabled,
549
549
  id: e.inputId,
550
550
  "model-value": e.inputValueFmt,
551
551
  placeholder: e.placeholder,
552
552
  required: e.required,
553
- onFocusin: c[0] || (c[0] = (h) => r.$emit("ui-focusin")),
554
- onInput: s,
553
+ onFocusin: c[0] || (c[0] = (h) => i.$emit("ui-focusin")),
554
+ onInput: d,
555
555
  onChange: u
556
556
  }, null, 8, ["disabled", "id", "model-value", "placeholder", "required"]),
557
- b("input", N({
557
+ b("input", z({
558
558
  ref_key: "hiddenStart",
559
559
  ref: n,
560
560
  type: "hidden",
561
561
  disabled: e.disabled,
562
562
  id: `${e.inputId}-start`,
563
563
  "model-value": e.inputValue.start
564
- }, Me(e.listeners.start, !0)), null, 16, ca),
565
- b("input", N({
564
+ }, Me(e.listeners.start, !0)), null, 16, fa),
565
+ b("input", z({
566
566
  ref_key: "hiddenEnd",
567
567
  ref: l,
568
568
  type: "hidden",
569
569
  disabled: e.disabled,
570
570
  id: `${e.inputId}-end`,
571
571
  "model-value": e.inputValue.end
572
- }, Me(e.listeners.end, !0)), null, 16, fa)
572
+ }, Me(e.listeners.end, !0)), null, 16, va)
573
573
  ]),
574
574
  _: 1
575
575
  }, 8, ["disabled", "error"]));
576
576
  }
577
577
  };
578
- function va(e) {
578
+ function ha(e) {
579
579
  var a, t;
580
580
  return ((t = (a = e == null ? void 0 : e.classList) == null ? void 0 : a.contains) == null ? void 0 : t.call(a, "vc-arrow")) && (e.classList.contains("vc-prev") || e.classList.contains("vc-next"));
581
581
  }
582
- function ha(e) {
582
+ function ba(e) {
583
583
  return e === " " || e === "Spacebar" || e === "Enter";
584
584
  }
585
585
  function Ze(e) {
586
- va(e == null ? void 0 : e.target) && ha(e == null ? void 0 : e.key) && e.preventDefault();
586
+ ha(e == null ? void 0 : e.target) && ba(e == null ? void 0 : e.key) && e.preventDefault();
587
587
  }
588
- function ba(e) {
588
+ function ga(e) {
589
589
  let a;
590
- Y(() => {
590
+ X(() => {
591
591
  var t, n, l;
592
592
  a = (t = e == null ? void 0 : e.value) == null ? void 0 : t.popoverRef, (l = (n = a == null ? void 0 : a.$el) == null ? void 0 : n.addEventListener) == null || l.call(n, "keydown", Ze);
593
593
  }), at(() => {
@@ -601,15 +601,15 @@ function _e(e, a, t = []) {
601
601
  n = window.matchMedia(e), n.addEventListener("change", a), a(n);
602
602
  }), at(() => {
603
603
  n.removeEventListener("change", a), n = null;
604
- }), t.length && R(t, () => a(n));
604
+ }), t.length && N(t, () => a(n));
605
605
  }
606
- const je = [
606
+ const Fe = [
607
607
  "aria-describedby",
608
608
  "aria-label",
609
609
  "form",
610
610
  "id",
611
611
  "name"
612
- ], ga = [
612
+ ], ma = [
613
613
  "aria-describedby",
614
614
  "aria-label",
615
615
  "autocomplete",
@@ -619,7 +619,7 @@ const je = [
619
619
  "multiple",
620
620
  "name",
621
621
  "size"
622
- ], ma = [
622
+ ], ya = [
623
623
  "aria-describedby",
624
624
  "aria-label",
625
625
  "autocapitalize",
@@ -637,7 +637,7 @@ const je = [
637
637
  "rows",
638
638
  "spellcheck",
639
639
  "wrap"
640
- ], me = [
640
+ ], Ie = [
641
641
  "aria-describedby",
642
642
  "aria-label",
643
643
  "autocapitalize",
@@ -658,13 +658,13 @@ const je = [
658
658
  "size",
659
659
  "step"
660
660
  ];
661
- function K(e, a = []) {
661
+ function Y(e, a = []) {
662
662
  const t = {}, n = {};
663
663
  return Object.keys(e).forEach((l) => {
664
664
  a.includes(l) ? t[l] = e[l] : n[l] = e[l];
665
665
  }), { filtered: t, remaining: n };
666
666
  }
667
- const ya = ["data-range"], et = "(min-width: 752px)", Jl = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
667
+ const Ba = ["data-range"], et = "(min-width: 752px)", Zl = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
668
668
  __name: "BsCalendar",
669
669
  props: {
670
670
  disabled: {
@@ -731,7 +731,7 @@ const ya = ["data-range"], et = "(min-width: 752px)", Jl = /* @__PURE__ */ Objec
731
731
  },
732
732
  emits: ["update:modelValue"],
733
733
  setup(e, { emit: a }) {
734
- const t = e, n = B(null), l = B(1), i = B(null), [u, o] = Q(2), s = B(1), { filtered: r, remaining: c } = K(se(), [
734
+ const t = e, n = g(null), l = g(1), r = g(null), [u, o] = Z(2), d = g(1), { filtered: i, remaining: c } = Y(fe(), [
735
735
  "attributes",
736
736
  "expanded",
737
737
  "first-day-of-week",
@@ -739,52 +739,52 @@ const ya = ["data-range"], et = "(min-width: 752px)", Jl = /* @__PURE__ */ Objec
739
739
  "masks",
740
740
  "rows",
741
741
  "trim-weeks"
742
- ]), h = v(() => t.inputId || u.value), k = v(() => ({ range: t.isRange })), g = v(() => !!(t.error && t.errorMsg || t.hint)), x = v(() => t.step), $ = v(() => t.variant);
743
- ba(n), _e(
742
+ ]), h = p(() => t.inputId || u.value), w = p(() => ({ range: t.isRange })), $ = p(() => !!(t.error && t.errorMsg || t.hint)), M = p(() => t.step), k = p(() => t.variant);
743
+ ga(n), _e(
744
744
  et,
745
- (m) => l.value = m != null && m.matches && $.value == "2-col" ? 2 : 1,
746
- [$]
745
+ (m) => l.value = m != null && m.matches && k.value == "2-col" ? 2 : 1,
746
+ [k]
747
747
  ), _e(
748
748
  et,
749
- (m) => s.value = m != null && m.matches && $.value == "2-col" ? x.value : 1,
750
- [x, $]
751
- ), R(() => {
752
- var m, z;
753
- return (z = (m = n.value) == null ? void 0 : m.popoverRef) == null ? void 0 : z.isVisible;
749
+ (m) => d.value = m != null && m.matches && k.value == "2-col" ? M.value : 1,
750
+ [M, k]
751
+ ), N(() => {
752
+ var m, P;
753
+ return (P = (m = n.value) == null ? void 0 : m.popoverRef) == null ? void 0 : P.isVisible;
754
754
  }, (m) => {
755
- m && ce(y);
755
+ m && ge(y);
756
756
  });
757
- function C(m) {
757
+ function I(m) {
758
758
  return t.isRange && m.start && m.end ? `${m.start} to ${m.end}` : !t.isRange && m ? m : "";
759
759
  }
760
- function q(m) {
761
- !t.isRange || i.value.contains(m.relatedTarget) || n.value.hidePopover();
760
+ function O(m) {
761
+ !t.isRange || r.value.contains(m.relatedTarget) || n.value.hidePopover();
762
762
  }
763
763
  function y() {
764
- const m = i.value.querySelector("button.vc-prev"), z = i.value.querySelector("button.vc-next");
765
- m && m.setAttribute("aria-label", "Previous month"), z && z.setAttribute("aria-label", "Next month");
764
+ const m = r.value.querySelector("button.vc-prev"), P = r.value.querySelector("button.vc-next");
765
+ m && m.setAttribute("aria-label", "Previous month"), P && P.setAttribute("aria-label", "Next month");
766
766
  }
767
- return (m, z) => (d(), p("div", N({
767
+ return (m, P) => (s(), v("div", z({
768
768
  ref_key: "container",
769
- ref: i,
769
+ ref: r,
770
770
  class: "bs-calendar",
771
771
  "data-range": e.isRange,
772
- onFocusout: q
772
+ onFocusout: O
773
773
  }, f(c)), [
774
- e.label || m.$slots.label ? (d(), O(ne, {
774
+ e.label || m.$slots.label ? (s(), E(oe, {
775
775
  key: 0,
776
776
  for: h.value,
777
777
  disabled: e.disabled,
778
778
  required: e.required
779
779
  }, {
780
- default: D(() => [
781
- L(m.$slots, "label", {}, () => [
782
- G(T(e.label), 1)
780
+ default: L(() => [
781
+ x(m.$slots, "label", {}, () => [
782
+ H(C(e.label), 1)
783
783
  ])
784
784
  ]),
785
785
  _: 3
786
- }, 8, ["for", "disabled", "required"])) : w("", !0),
787
- V(f(Vt), N({
786
+ }, 8, ["for", "disabled", "required"])) : S("", !0),
787
+ A(f(Et), z({
788
788
  ref_key: "calendar",
789
789
  ref: n,
790
790
  columns: l.value,
@@ -793,34 +793,34 @@ const ya = ["data-range"], et = "(min-width: 752px)", Jl = /* @__PURE__ */ Objec
793
793
  "min-date": e.minDate,
794
794
  mode: "date",
795
795
  "model-value": e.modelValue,
796
- "model-modifiers": k.value,
796
+ "model-modifiers": w.value,
797
797
  popover: { visibility: "focus" },
798
798
  rows: 1,
799
- step: s.value,
800
- "onUpdate:modelValue": z[0] || (z[0] = (I) => m.$emit("update:modelValue", I))
801
- }, f(r)), lt({ _: 2 }, [
799
+ step: d.value,
800
+ "onUpdate:modelValue": P[0] || (P[0] = (D) => m.$emit("update:modelValue", D))
801
+ }, f(i)), lt({ _: 2 }, [
802
802
  e.inputMode ? {
803
803
  name: "default",
804
- fn: D(({ inputValue: I, inputEvents: A, showPopover: P }) => [
805
- e.isRange ? (d(), O(pa, {
804
+ fn: L(({ inputValue: D, inputEvents: R, showPopover: U }) => [
805
+ e.isRange ? (s(), E(pa, {
806
806
  key: 1,
807
807
  disabled: e.disabled,
808
808
  error: e.error,
809
809
  "input-id": h.value,
810
- "input-value": I,
811
- "input-value-fmt": C(I),
812
- listeners: A,
810
+ "input-value": D,
811
+ "input-value-fmt": I(D),
812
+ listeners: R,
813
813
  placeholder: e.placeholder,
814
814
  required: e.required,
815
- onUiFocusin: P,
816
- onUiInput: P
817
- }, null, 8, ["disabled", "error", "input-id", "input-value", "input-value-fmt", "listeners", "placeholder", "required", "onUiFocusin", "onUiInput"])) : (d(), O(ua, {
815
+ onUiFocusin: U,
816
+ onUiInput: U
817
+ }, null, 8, ["disabled", "error", "input-id", "input-value", "input-value-fmt", "listeners", "placeholder", "required", "onUiFocusin", "onUiInput"])) : (s(), E(ca, {
818
818
  key: 0,
819
819
  disabled: e.disabled,
820
820
  error: e.error,
821
821
  "input-id": h.value,
822
- listeners: A,
823
- "model-value": C(I),
822
+ listeners: R,
823
+ "model-value": I(D),
824
824
  placeholder: e.placeholder,
825
825
  required: e.required
826
826
  }, null, 8, ["disabled", "error", "input-id", "listeners", "model-value", "placeholder", "required"]))
@@ -828,16 +828,16 @@ const ya = ["data-range"], et = "(min-width: 752px)", Jl = /* @__PURE__ */ Objec
828
828
  key: "0"
829
829
  } : void 0
830
830
  ]), 1040, ["columns", "disabled-dates", "max-date", "min-date", "model-value", "model-modifiers", "step"]),
831
- g.value ? (d(), O(pe, {
831
+ $.value ? (s(), E(Be, {
832
832
  key: 1,
833
833
  error: e.error,
834
834
  "error-msg": e.errorMsg,
835
835
  hint: e.hint,
836
836
  "hint-id": f(o)
837
- }, null, 8, ["error", "error-msg", "hint", "hint-id"])) : w("", !0)
838
- ], 16, ya));
837
+ }, null, 8, ["error", "error-msg", "hint", "hint-id"])) : S("", !0)
838
+ ], 16, Ba));
839
839
  }
840
- }), Ba = { "data-component": "bs-chart-table" }, Sa = ["summary"], $a = ["colspan"], wa = /* @__PURE__ */ b("th", { scope: "col" }, " Dataset ", -1), ka = { scope: "row" }, Ia = {
840
+ }), Sa = { "data-component": "bs-chart-table" }, $a = ["summary"], wa = ["colspan"], ka = /* @__PURE__ */ b("th", { scope: "col" }, " Dataset ", -1), Ia = { scope: "row" }, Ca = {
841
841
  __name: "BsChartTable",
842
842
  props: {
843
843
  data: {
@@ -856,52 +856,52 @@ const ya = ["data-range"], et = "(min-width: 752px)", Jl = /* @__PURE__ */ Objec
856
856
  setup(e) {
857
857
  return (a, t) => {
858
858
  var n;
859
- return d(), p("div", Ba, [
859
+ return s(), v("div", Sa, [
860
860
  b("table", { summary: e.tableTitle }, [
861
861
  b("thead", null, [
862
862
  b("tr", null, [
863
863
  b("th", {
864
864
  colspan: ((n = e.dataIdxLabels) == null ? void 0 : n.length) + 1
865
- }, T(e.tableTitle), 9, $a)
865
+ }, C(e.tableTitle), 9, wa)
866
866
  ]),
867
867
  b("tr", null, [
868
- wa,
869
- (d(!0), p(U, null, J(e.dataIdxLabels, (l) => (d(), p("th", {
868
+ ka,
869
+ (s(!0), v(W, null, _(e.dataIdxLabels, (l) => (s(), v("th", {
870
870
  key: l,
871
871
  scope: "col"
872
- }, T(l), 1))), 128))
872
+ }, C(l), 1))), 128))
873
873
  ])
874
874
  ]),
875
875
  b("tbody", null, [
876
- (d(!0), p(U, null, J(e.data, (l) => (d(), p("tr", {
876
+ (s(!0), v(W, null, _(e.data, (l) => (s(), v("tr", {
877
877
  key: l.label
878
878
  }, [
879
- b("th", ka, T(l.label), 1),
880
- (d(!0), p(U, null, J(l.data, (i, u) => (d(), p("td", {
881
- key: `${i}${u}`
882
- }, T(i), 1))), 128))
879
+ b("th", Ia, C(l.label), 1),
880
+ (s(!0), v(W, null, _(l.data, (r, u) => (s(), v("td", {
881
+ key: `${r}${u}`
882
+ }, C(r), 1))), 128))
883
883
  ]))), 128))
884
884
  ])
885
- ], 8, Sa)
885
+ ], 8, $a)
886
886
  ]);
887
887
  };
888
888
  }
889
- }, Ca = (e) => ({
889
+ }, Ta = (e) => ({
890
890
  id: "htmlLegend",
891
891
  afterUpdate(a) {
892
892
  e.innerHTML = "", e.style.setProperty("--legend-padding", `${a.scales.x.left}px`), a.options.plugins.legend.labels.generateLabels(a).forEach((n) => {
893
893
  const l = document.createElement("li");
894
894
  l.onclick = () => {
895
- const { type: s } = a.config._config;
896
- s === "pie" || s === "doughnut" ? a.toggleDataVisibility(n.index) : a.setDatasetVisibility(n.datasetIndex, !a.isDatasetVisible(n.datasetIndex)), a.update();
895
+ const { type: d } = a.config._config;
896
+ d === "pie" || d === "doughnut" ? a.toggleDataVisibility(n.index) : a.setDatasetVisibility(n.datasetIndex, !a.isDatasetVisible(n.datasetIndex)), a.update();
897
897
  };
898
- const i = document.createElement("span");
899
- i.style.setProperty("--item-box-fill", n.fillStyle), i.style.setProperty("--item-box-stroke", n.strokeStyle);
898
+ const r = document.createElement("span");
899
+ r.style.setProperty("--item-box-fill", n.fillStyle), r.style.setProperty("--item-box-stroke", n.strokeStyle);
900
900
  const u = document.createTextNode(n.text), o = document.createElement("p");
901
- o.style.setProperty("--item-text-color", "var(--bs-ink-base)"), o.style.setProperty("--item-text-decoration", n.hidden ? "line-through" : "none"), o.appendChild(u), l.appendChild(i), l.appendChild(o), e.appendChild(l);
901
+ o.style.setProperty("--item-text-color", "var(--bs-ink-base)"), o.style.setProperty("--item-text-decoration", n.hidden ? "line-through" : "none"), o.appendChild(u), l.appendChild(r), l.appendChild(o), e.appendChild(l);
902
902
  });
903
903
  }
904
- }), Ta = ({ type: e, datasets: a, labels: t, tooltips: n }) => ({
904
+ }), xa = ({ type: e, datasets: a, labels: t, tooltips: n }) => ({
905
905
  type: e,
906
906
  data: {
907
907
  datasets: a,
@@ -920,7 +920,7 @@ const ya = ["data-range"], et = "(min-width: 752px)", Jl = /* @__PURE__ */ Objec
920
920
  responsive: !0
921
921
  }
922
922
  });
923
- function xa(e) {
923
+ function Aa(e) {
924
924
  const a = [
925
925
  "rgba(209, 26, 111, 1)",
926
926
  "rgba(130, 18, 196, 1)",
@@ -933,10 +933,10 @@ function xa(e) {
933
933
  ], t = a[e % a.length];
934
934
  return e >= a.length ? t.replace("1)", "0.5)") : t;
935
935
  }
936
- const Aa = {
936
+ const Va = {
937
937
  class: "bs-chart-bar",
938
938
  "data-component": "bs-chart-bar"
939
- }, La = ["aria-label"], Va = ["data-hidden"], Zl = {
939
+ }, La = ["aria-label"], Ea = ["data-hidden"], _l = {
940
940
  __name: "BsChartBar",
941
941
  props: {
942
942
  chartTitle: {
@@ -990,16 +990,16 @@ const Aa = {
990
990
  }
991
991
  },
992
992
  setup(e) {
993
- const a = e, t = B(null), n = B(null);
993
+ const a = e, t = g(null), n = g(null);
994
994
  let l;
995
- const i = v(() => {
995
+ const r = p(() => {
996
996
  const c = {
997
997
  datasets: u.value,
998
998
  labels: a.dataIdxLabels,
999
999
  type: "bar",
1000
1000
  tooltips: a.showTooltips
1001
- }, h = Ta(c);
1002
- return h.plugins = [Ca(n.value)], h.options.scales = {
1001
+ }, h = xa(c);
1002
+ return h.plugins = [Ta(n.value)], h.options.scales = {
1003
1003
  x: {
1004
1004
  grid: {
1005
1005
  display: a.showXGrid
@@ -1021,18 +1021,18 @@ const Aa = {
1021
1021
  }
1022
1022
  }
1023
1023
  }, h;
1024
- }), u = v(() => a.data.map((c, h) => ({
1024
+ }), u = p(() => a.data.map((c, h) => ({
1025
1025
  ...c,
1026
- backgroundColor: xa(h),
1026
+ backgroundColor: Aa(h),
1027
1027
  categoryPercentage: a.data.length > 1 ? 0.5 : 0.33
1028
- }))), o = v(() => a.chartTitle || `${a.yLabel} / ${a.xLabel}`), s = Ne(function(c, h) {
1029
- !l || c === h || (l.options = i.value.options, l.update());
1030
- }, 100), r = Ne(function() {
1031
- l && (l.data = i.value.data, l.update());
1028
+ }))), o = p(() => a.chartTitle || `${a.yLabel} / ${a.xLabel}`), d = ze(function(c, h) {
1029
+ !l || c === h || (l.options = r.value.options, l.update());
1030
+ }, 100), i = ze(function() {
1031
+ l && (l.data = r.value.data, l.update());
1032
1032
  }, 100);
1033
- return Y(() => {
1034
- Pe.register(Et, Dt, Ot, Pt, qt, Mt), Pe.defaults.font.family = "'Roobert', sans-serif", l = new Pe(t.value, i.value);
1035
- }), R(() => a.showLegend, s), R(() => a.showTooltips, s), R(() => a.showXGrid, s), R(() => a.showYGrid, s), R(() => a.stacked, s), R(() => a.xLabel, s), R(() => a.yLabel, s), R(() => a.data, r), R(() => a.dataIdxLabels, r), (c, h) => (d(), p("div", Aa, [
1033
+ return X(() => {
1034
+ Pe.register(Ot, Dt, Pt, qt, Mt, Nt), Pe.defaults.font.family = "'Roobert', sans-serif", l = new Pe(t.value, r.value);
1035
+ }), N(() => a.showLegend, d), N(() => a.showTooltips, d), N(() => a.showXGrid, d), N(() => a.showYGrid, d), N(() => a.stacked, d), N(() => a.xLabel, d), N(() => a.yLabel, d), N(() => a.data, i), N(() => a.dataIdxLabels, i), (c, h) => (s(), v("div", Va, [
1036
1036
  b("figure", null, [
1037
1037
  b("div", null, [
1038
1038
  b("canvas", {
@@ -1043,7 +1043,7 @@ const Aa = {
1043
1043
  }, null, 8, La)
1044
1044
  ]),
1045
1045
  b("div", null, [
1046
- V(Ia, {
1046
+ A(Ca, {
1047
1047
  data: e.data,
1048
1048
  "data-idx-labels": e.dataIdxLabels,
1049
1049
  "table-title": o.value
@@ -1055,12 +1055,12 @@ const Aa = {
1055
1055
  ref_key: "legendList",
1056
1056
  ref: n
1057
1057
  }, null, 512)
1058
- ], 8, Va)
1058
+ ], 8, Ea)
1059
1059
  ])
1060
1060
  ])
1061
1061
  ]));
1062
1062
  }
1063
- }, Ea = ["data-size"], Da = ["checked", "data-error", "disabled", "id", "required", "value"], _l = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
1063
+ }, Oa = ["data-size"], Da = ["checked", "data-error", "disabled", "id", "required", "value"], eo = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
1064
1064
  __name: "BsCheckbox",
1065
1065
  props: {
1066
1066
  /** Sets the label. */
@@ -1123,54 +1123,54 @@ const Aa = {
1123
1123
  },
1124
1124
  emits: ["update:modelValue"],
1125
1125
  setup(e, { emit: a }) {
1126
- const t = e, n = a, [l] = Q(), i = v(() => je.concat(t.passAttrs.split(","))), u = B(null), o = v(() => t.inputId || l.value), s = v(() => t.checked || h.value), r = v(() => t.indeterminate || t.checkedPartially), c = v(() => Array.isArray(t.modelValue) && t.value), h = v(() => c.value && t.modelValue.includes(t.value) || typeof t.modelValue == "boolean" && t.modelValue);
1127
- function k() {
1128
- u.value && (u.value.indeterminate = r.value && !s.value);
1126
+ const t = e, n = a, [l] = Z(), r = p(() => Fe.concat(t.passAttrs.split(","))), u = g(null), o = p(() => t.inputId || l.value), d = p(() => t.checked || h.value), i = p(() => t.indeterminate || t.checkedPartially), c = p(() => Array.isArray(t.modelValue) && t.value), h = p(() => c.value && t.modelValue.includes(t.value) || typeof t.modelValue == "boolean" && t.modelValue);
1127
+ function w() {
1128
+ u.value && (u.value.indeterminate = i.value && !d.value);
1129
1129
  }
1130
- function g(C) {
1131
- n("update:modelValue", C);
1130
+ function $(I) {
1131
+ n("update:modelValue", I);
1132
1132
  }
1133
- function x(C) {
1134
- const q = [...t.modelValue];
1135
- C ? q.push(t.value) : q.splice(q.indexOf(t.value), 1), n("update:modelValue", q);
1133
+ function M(I) {
1134
+ const O = [...t.modelValue];
1135
+ I ? O.push(t.value) : O.splice(O.indexOf(t.value), 1), n("update:modelValue", O);
1136
1136
  }
1137
- function $(C) {
1138
- const { checked: q } = C.target;
1139
- c.value ? x(q) : g(q);
1137
+ function k(I) {
1138
+ const { checked: O } = I.target;
1139
+ c.value ? M(O) : $(O);
1140
1140
  }
1141
- return R(s, k), R(r, k), Y(k), (C, q) => (d(), p("div", N({
1141
+ return N(d, w), N(i, w), X(w), (I, O) => (s(), v("div", z({
1142
1142
  class: "bs-boolean",
1143
1143
  "data-component": "bs-checkbox",
1144
1144
  "data-size": e.size
1145
- }, f(K)(C.$attrs, i.value).remaining), [
1146
- b("input", N({
1145
+ }, f(Y)(I.$attrs, r.value).remaining), [
1146
+ b("input", z({
1147
1147
  ref_key: "inputEl",
1148
1148
  ref: u,
1149
- checked: s.value,
1149
+ checked: d.value,
1150
1150
  "data-error": e.error,
1151
1151
  disabled: e.disabled,
1152
- id: C.$attrs.id || o.value,
1152
+ id: I.$attrs.id || o.value,
1153
1153
  required: e.required,
1154
1154
  value: e.value || "on",
1155
1155
  type: "checkbox",
1156
- onChange: $
1157
- }, f(K)(C.$attrs, i.value).filtered), null, 16, Da),
1158
- e.label || C.$slots.label ? (d(), O(ne, {
1156
+ onChange: k
1157
+ }, f(Y)(I.$attrs, r.value).filtered), null, 16, Da),
1158
+ e.label || I.$slots.label ? (s(), E(oe, {
1159
1159
  key: 0,
1160
- for: C.$attrs.id || o.value,
1160
+ for: I.$attrs.id || o.value,
1161
1161
  disabled: e.disabled,
1162
1162
  required: e.required
1163
1163
  }, {
1164
- default: D(() => [
1165
- L(C.$slots, "label", {}, () => [
1166
- G(T(e.label), 1)
1164
+ default: L(() => [
1165
+ x(I.$slots, "label", {}, () => [
1166
+ H(C(e.label), 1)
1167
1167
  ])
1168
1168
  ]),
1169
1169
  _: 3
1170
- }, 8, ["for", "disabled", "required"])) : w("", !0)
1171
- ], 16, Ea));
1170
+ }, 8, ["for", "disabled", "required"])) : S("", !0)
1171
+ ], 16, Oa));
1172
1172
  }
1173
- }), Oa = { key: 0 }, Pa = { class: "bs-circle-button-icon" }, qa = { key: 1 }, eo = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
1173
+ }), Pa = { key: 0 }, qa = { class: "bs-circle-button-icon" }, Ma = { key: 1 }, to = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
1174
1174
  __name: "BsCircleButton",
1175
1175
  props: {
1176
1176
  disabled: {
@@ -1216,32 +1216,32 @@ const Aa = {
1216
1216
  }
1217
1217
  },
1218
1218
  setup(e) {
1219
- const a = e, t = se(), { rootTag: n, attrsToBind: l, hrefUrl: i } = we(a, t), { icon: u } = ge(a, "icon"), { onLinkClick: o } = ke(a), s = v(() => a.textBtn ? {} : a.href ? { title: a.label } : { "aria-label": a.label }), r = v(() => {
1219
+ const a = e, t = fe(), { rootTag: n, attrsToBind: l, hrefUrl: r } = Ve(a, t), { icon: u } = ke(a, "icon"), { onLinkClick: o } = Le(a), d = p(() => a.textBtn ? {} : a.href ? { title: a.label } : { "aria-label": a.label }), i = p(() => {
1220
1220
  if (a.hoverEffect)
1221
1221
  return a.iconPosition;
1222
- }), c = v(() => a.textBtn && a.iconPosition !== "left"), h = v(() => a.textBtn && a.iconPosition === "left");
1223
- return (k, g) => (d(), O(Z(f(n)), N({
1222
+ }), c = p(() => a.textBtn && a.iconPosition !== "left"), h = p(() => a.textBtn && a.iconPosition === "left");
1223
+ return (w, $) => (s(), E(te(f(n)), z({
1224
1224
  class: "bs-circle-button",
1225
1225
  "data-disabled": e.disabled,
1226
- "data-direction": r.value,
1226
+ "data-direction": i.value,
1227
1227
  "data-ghost": e.ghostBtn,
1228
1228
  "data-size": e.size,
1229
1229
  "data-text": e.textBtn,
1230
- ".href": f(i)
1231
- }, { ...f(l), ...s.value }, { onClick: f(o) }), {
1232
- default: D(() => [
1233
- c.value ? (d(), p("span", Oa, T(e.label), 1)) : w("", !0),
1234
- b("span", Pa, [
1235
- L(k.$slots, "icon", {}, () => [
1236
- (d(), O(Z(f(u)), { size: e.size }, null, 8, ["size"]))
1230
+ ".href": f(r)
1231
+ }, { ...f(l), ...d.value }, { onClick: f(o) }), {
1232
+ default: L(() => [
1233
+ c.value ? (s(), v("span", Pa, C(e.label), 1)) : S("", !0),
1234
+ b("span", qa, [
1235
+ x(w.$slots, "icon", {}, () => [
1236
+ (s(), E(te(f(u)), { size: e.size }, null, 8, ["size"]))
1237
1237
  ])
1238
1238
  ]),
1239
- h.value ? (d(), p("span", qa, T(e.label), 1)) : w("", !0)
1239
+ h.value ? (s(), v("span", Ma, C(e.label), 1)) : S("", !0)
1240
1240
  ]),
1241
1241
  _: 3
1242
1242
  }, 48, ["data-disabled", "data-direction", "data-ghost", "data-size", "data-text", ".href", "onClick"]));
1243
1243
  }
1244
- }), Ma = {
1244
+ }), Na = {
1245
1245
  __name: "BsDropdownContainer",
1246
1246
  props: {
1247
1247
  breakout: {
@@ -1262,27 +1262,27 @@ const Aa = {
1262
1262
  }
1263
1263
  },
1264
1264
  setup(e, { expose: a }) {
1265
- const t = B(null);
1266
- return a({ internalContainerRef: t }), (n, l) => (d(), p(U, null, [
1267
- e.breakout && e.breakoutMounted ? (d(), O(vt, {
1265
+ const t = g(null);
1266
+ return a({ internalContainerRef: t }), (n, l) => (s(), v(W, null, [
1267
+ e.breakout && e.breakoutMounted ? (s(), E(pt, {
1268
1268
  key: 0,
1269
1269
  to: e.breakoutStub
1270
1270
  }, [
1271
- L(n.$slots, "default")
1272
- ], 8, ["to"])) : w("", !0),
1273
- e.breakout ? w("", !0) : (d(), p(U, { key: 1 }, [
1274
- e.containerId ? L(n.$slots, "default", { key: 0 }) : (d(), p("div", {
1271
+ x(n.$slots, "default")
1272
+ ], 8, ["to"])) : S("", !0),
1273
+ e.breakout ? S("", !0) : (s(), v(W, { key: 1 }, [
1274
+ e.containerId ? x(n.$slots, "default", { key: 0 }) : (s(), v("div", {
1275
1275
  key: 1,
1276
1276
  ref_key: "internalContainerRef",
1277
1277
  ref: t,
1278
1278
  style: { position: "relative" }
1279
1279
  }, [
1280
- L(n.$slots, "default")
1280
+ x(n.$slots, "default")
1281
1281
  ], 512))
1282
1282
  ], 64))
1283
1283
  ], 64));
1284
1284
  }
1285
- }, Te = {
1285
+ }, Oe = {
1286
1286
  __name: "BsTransition",
1287
1287
  props: {
1288
1288
  shown: {
@@ -1325,38 +1325,38 @@ const Aa = {
1325
1325
  "leave-cancelled"
1326
1326
  ],
1327
1327
  setup(e, { emit: a }) {
1328
- const t = e, n = a, l = [], i = t.preloaded && t.shown;
1329
- function u(r, c) {
1330
- const { duration: h, enterClass: k, enterAttribute: g } = t;
1328
+ const t = e, n = a, l = [], r = t.preloaded && t.shown;
1329
+ function u(i, c) {
1330
+ const { duration: h, enterClass: w, enterAttribute: $ } = t;
1331
1331
  l.push(setTimeout(() => {
1332
- k && r.classList.add(k), g && r.setAttribute(g, ""), l.push(setTimeout(() => {
1332
+ w && i.classList.add(w), $ && i.setAttribute($, ""), l.push(setTimeout(() => {
1333
1333
  c();
1334
- }, h)), n("enter", r);
1334
+ }, h)), n("enter", i);
1335
1335
  }));
1336
1336
  }
1337
- function o(r, c) {
1337
+ function o(i, c) {
1338
1338
  const {
1339
1339
  duration: h,
1340
- enterClass: k,
1341
- enterAttribute: g,
1342
- leaveClass: x,
1343
- leaveAttribute: $
1340
+ enterClass: w,
1341
+ enterAttribute: $,
1342
+ leaveClass: M,
1343
+ leaveAttribute: k
1344
1344
  } = t;
1345
- r.classList.remove(k), r.removeAttribute(g), x && r.classList.add(x), $ && r.setAttribute($, ""), l.push(setTimeout(() => {
1345
+ i.classList.remove(w), i.removeAttribute($), M && i.classList.add(M), k && i.setAttribute(k, ""), l.push(setTimeout(() => {
1346
1346
  c();
1347
- }, h)), n("leave", r);
1347
+ }, h)), n("leave", i);
1348
1348
  }
1349
- function s(r) {
1349
+ function d(i) {
1350
1350
  const { leaveClass: c, leaveAttribute: h } = t;
1351
- r.classList.remove(c), r.removeAttribute(h), n("after-leave", r);
1351
+ i.classList.remove(c), i.removeAttribute(h), n("after-leave", i);
1352
1352
  }
1353
- return re(() => {
1354
- l.forEach((r) => {
1355
- clearTimeout(r);
1353
+ return ve(() => {
1354
+ l.forEach((i) => {
1355
+ clearTimeout(i);
1356
1356
  });
1357
- }), (r, c) => e.preloaded ? Be((d(), O(Ke, {
1357
+ }), (i, c) => e.preloaded ? Te((s(), E(Ke, {
1358
1358
  key: 0,
1359
- appear: f(i),
1359
+ appear: f(r),
1360
1360
  css: !1,
1361
1361
  onBeforeEnter: c[0] || (c[0] = (h) => n("before-enter", h)),
1362
1362
  onEnter: u,
@@ -1364,16 +1364,16 @@ const Aa = {
1364
1364
  onEnterCancelled: c[2] || (c[2] = (h) => n("enter-cancelled", h)),
1365
1365
  onBeforeLeave: c[3] || (c[3] = (h) => n("before-leave", h)),
1366
1366
  onLeave: o,
1367
- onAfterLeave: s,
1367
+ onAfterLeave: d,
1368
1368
  onLeaveCancelled: c[4] || (c[4] = (h) => n("leave-cancelled", h))
1369
1369
  }, {
1370
- default: D(() => [
1371
- L(r.$slots, "default")
1370
+ default: L(() => [
1371
+ x(i.$slots, "default")
1372
1372
  ]),
1373
1373
  _: 3
1374
1374
  }, 8, ["appear"])), [
1375
- [Se, e.shown]
1376
- ]) : (d(), O(Ke, {
1375
+ [xe, e.shown]
1376
+ ]) : (s(), E(Ke, {
1377
1377
  key: 1,
1378
1378
  appear: !0,
1379
1379
  css: !1,
@@ -1383,28 +1383,28 @@ const Aa = {
1383
1383
  onEnterCancelled: c[7] || (c[7] = (h) => n("enter-cancelled", h)),
1384
1384
  onBeforeLeave: c[8] || (c[8] = (h) => n("before-leave", h)),
1385
1385
  onLeave: o,
1386
- onAfterLeave: s,
1386
+ onAfterLeave: d,
1387
1387
  onLeaveCancelled: c[9] || (c[9] = (h) => n("leave-cancelled", h))
1388
1388
  }, {
1389
- default: D(() => [
1390
- e.shown ? L(r.$slots, "default", { key: 0 }) : w("", !0)
1389
+ default: L(() => [
1390
+ e.shown ? x(i.$slots, "default", { key: 0 }) : S("", !0)
1391
1391
  ]),
1392
1392
  _: 3
1393
1393
  }));
1394
1394
  }
1395
1395
  }, za = (e, a = void 0, t = "relative") => {
1396
- const n = B(null), l = B(null), i = B(!1);
1396
+ const n = g(null), l = g(null), r = g(!1);
1397
1397
  let u = !1;
1398
- return Y(() => {
1399
- e && (n.value = a || ot(), document.getElementById(n.value) ? (l.value = document.getElementById(n.value), u = !0) : (l.value = document.createElement("div"), l.value.id = n.value, l.value.style.position = t, document.body.insertAdjacentElement("afterbegin", l.value)), i.value = !0);
1400
- }), re(() => {
1398
+ return X(() => {
1399
+ e && (n.value = a || ot(), document.getElementById(n.value) ? (l.value = document.getElementById(n.value), u = !0) : (l.value = document.createElement("div"), l.value.id = n.value, l.value.style.position = t, document.body.insertAdjacentElement("afterbegin", l.value)), r.value = !0);
1400
+ }), ve(() => {
1401
1401
  var o;
1402
1402
  e && !u && ((o = document.getElementById(n.value)) == null || o.remove());
1403
- }), { breakoutId: n, breakoutStub: l, breakoutMounted: i };
1404
- }, Na = {
1403
+ }), { breakoutId: n, breakoutStub: l, breakoutMounted: r };
1404
+ }, Ra = {
1405
1405
  key: 0,
1406
1406
  class: "bs-dropdown-backdrop"
1407
- }, Ra = ["data-width", "data-no-mobile"], ja = { key: 0 }, Fa = { key: 0 }, Ua = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
1407
+ }, Fa = ["data-width", "data-no-mobile"], ja = { key: 0 }, Ua = { key: 0 }, Wa = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
1408
1408
  __name: "BsDropdownNew",
1409
1409
  props: {
1410
1410
  anchorId: {
@@ -1457,102 +1457,102 @@ const Aa = {
1457
1457
  "after-leave"
1458
1458
  ],
1459
1459
  setup(e, { emit: a }) {
1460
- const t = e, n = a, l = B(null), i = B(null), u = B(!1), o = B(!1), s = v(() => document.getElementById(t.anchorId)), r = v(() => t.breakout ? h.value : t.containerId ? document.getElementById(t.containerId) : l.value.internalContainerRef), c = v(() => t.width === "anchor" ? void 0 : t.width);
1461
- Ft([i, s], () => {
1460
+ const t = e, n = a, l = g(null), r = g(null), u = g(!1), o = g(!1), d = p(() => document.getElementById(t.anchorId)), i = p(() => t.breakout ? h.value : t.containerId ? document.getElementById(t.containerId) : l.value.internalContainerRef), c = p(() => t.width === "anchor" ? void 0 : t.width);
1461
+ Ut([r, d], () => {
1462
1462
  o.value && n("close");
1463
- }), Ie(["Escape"], () => {
1463
+ }), me(["Escape"], () => {
1464
1464
  o.value && n("close");
1465
1465
  });
1466
- const { breakoutStub: h, breakoutMounted: k } = za(t.breakout, t.containerId);
1467
- oe("dropdownEnter", u), oe("dropdownAfterEnter", o), oe("dropdownShown", v(() => t.shown));
1468
- const g = (I, A) => {
1469
- i.value.style.setProperty(I, A);
1466
+ const { breakoutStub: h, breakoutMounted: w } = za(t.breakout, t.containerId);
1467
+ ue("dropdownEnter", u), ue("dropdownAfterEnter", o), ue("dropdownShown", p(() => t.shown));
1468
+ const $ = (D, R) => {
1469
+ r.value.style.setProperty(D, R);
1470
1470
  };
1471
- function x() {
1472
- const I = r.value.getBoundingClientRect(), A = s.value.getBoundingClientRect(), P = i.value.getBoundingClientRect();
1473
- $(I, A), C(I, A, P);
1471
+ function M() {
1472
+ const D = i.value.getBoundingClientRect(), R = d.value.getBoundingClientRect(), U = r.value.getBoundingClientRect();
1473
+ k(D, R), I(D, R, U);
1474
1474
  }
1475
- function $(I, A) {
1475
+ function k(D, R) {
1476
1476
  if (t.position === "top") {
1477
- const P = I.bottom - A.bottom;
1478
- g("--dropdown-wscreen-top", "auto"), g("--dropdown-wscreen-bottom", `${P + A.height + 8}px`);
1477
+ const U = D.bottom - R.bottom;
1478
+ $("--dropdown-wscreen-top", "auto"), $("--dropdown-wscreen-bottom", `${U + R.height + 8}px`);
1479
1479
  } else {
1480
- const P = A.top - I.top;
1481
- g("--dropdown-wscreen-top", `${P + A.height + 8}px`), g("--dropdown-wscreen-bottom", "auto");
1480
+ const U = R.top - D.top;
1481
+ $("--dropdown-wscreen-top", `${U + R.height + 8}px`), $("--dropdown-wscreen-bottom", "auto");
1482
1482
  }
1483
1483
  }
1484
- function C(I, A, P) {
1484
+ function I(D, R, U) {
1485
1485
  if (t.width !== "anchor") {
1486
- const F = A.left - I.left;
1486
+ const J = R.left - D.left;
1487
1487
  if (t.position === "center") {
1488
- const _ = (A.width - P.width) / 2;
1489
- g("--dropdown-wscreen-left", `${F + _}px`), g("--dropdown-wscreen-right", "auto");
1488
+ const ee = (R.width - U.width) / 2;
1489
+ $("--dropdown-wscreen-left", `${J + ee}px`), $("--dropdown-wscreen-right", "auto");
1490
1490
  } else if (t.position === "right") {
1491
- const _ = I.right - A.right;
1492
- g("--dropdown-wscreen-left", "auto"), g("--dropdown-wscreen-right", `${_}px`);
1491
+ const ee = D.right - R.right;
1492
+ $("--dropdown-wscreen-left", "auto"), $("--dropdown-wscreen-right", `${ee}px`);
1493
1493
  } else
1494
- g("--dropdown-wscreen-left", `${F}px`), g("--dropdown-wscreen-right", "auto");
1494
+ $("--dropdown-wscreen-left", `${J}px`), $("--dropdown-wscreen-right", "auto");
1495
1495
  }
1496
1496
  }
1497
- function q() {
1497
+ function O() {
1498
1498
  if (t.width === "anchor") {
1499
- const I = s.value.getBoundingClientRect();
1500
- g("--dropdown-wscreen-width", `${I.width}px`);
1499
+ const D = d.value.getBoundingClientRect();
1500
+ $("--dropdown-wscreen-width", `${D.width}px`);
1501
1501
  } else
1502
- g("--dropdown-wscreen-width", "");
1502
+ $("--dropdown-wscreen-width", "");
1503
1503
  }
1504
1504
  function y() {
1505
- u.value = !0, x(), q(), n("enter");
1505
+ u.value = !0, M(), O(), n("enter");
1506
1506
  }
1507
1507
  function m() {
1508
1508
  o.value = !0, n("after-enter");
1509
1509
  }
1510
- function z() {
1510
+ function P() {
1511
1511
  u.value = !1, o.value = !1, n("after-leave");
1512
1512
  }
1513
- return (I, A) => (d(), p(U, null, [
1514
- e.useMobileStyle && e.shown ? (d(), p("div", Na)) : w("", !0),
1515
- V(Ma, {
1513
+ return (D, R) => (s(), v(W, null, [
1514
+ e.useMobileStyle && e.shown ? (s(), v("div", Ra)) : S("", !0),
1515
+ A(Na, {
1516
1516
  ref_key: "dropdownContainerRef",
1517
1517
  ref: l,
1518
1518
  breakout: e.breakout,
1519
- breakoutMounted: f(k),
1519
+ breakoutMounted: f(w),
1520
1520
  breakoutStub: f(h),
1521
1521
  containerId: e.containerId
1522
1522
  }, {
1523
- default: D(() => [
1524
- V(Te, {
1523
+ default: L(() => [
1524
+ A(Oe, {
1525
1525
  shown: e.shown,
1526
1526
  preloaded: e.preloaded,
1527
1527
  duration: 75,
1528
1528
  "enter-attribute": "data-shown",
1529
1529
  onAfterEnter: m,
1530
1530
  onEnter: y,
1531
- onAfterLeave: z
1531
+ onAfterLeave: P
1532
1532
  }, {
1533
- default: D(() => [
1534
- b("div", N({
1533
+ default: L(() => [
1534
+ b("div", z({
1535
1535
  ref_key: "dropdownRef",
1536
- ref: i,
1536
+ ref: r,
1537
1537
  class: "bs-dropdown",
1538
1538
  "data-width": c.value,
1539
1539
  "data-no-mobile": !e.useMobileStyle
1540
- }, I.$attrs), [
1541
- e.helperText ? (d(), p("header", ja, [
1540
+ }, D.$attrs), [
1541
+ e.helperText ? (s(), v("header", ja, [
1542
1542
  b("div", null, [
1543
- b("h3", null, T(e.helperText), 1),
1544
- e.helperDescription ? (d(), p("p", Fa, T(e.helperDescription), 1)) : w("", !0)
1543
+ b("h3", null, C(e.helperText), 1),
1544
+ e.helperDescription ? (s(), v("p", Ua, C(e.helperDescription), 1)) : S("", !0)
1545
1545
  ]),
1546
1546
  b("button", {
1547
1547
  type: "button",
1548
1548
  title: "close",
1549
- onClick: A[0] || (A[0] = () => n("close"))
1549
+ onClick: R[0] || (R[0] = () => n("close"))
1550
1550
  }, [
1551
- V(f($e))
1551
+ A(f(Ae))
1552
1552
  ])
1553
- ])) : w("", !0),
1554
- L(I.$slots, "default")
1555
- ], 16, Ra)
1553
+ ])) : S("", !0),
1554
+ x(D.$slots, "default")
1555
+ ], 16, Fa)
1556
1556
  ]),
1557
1557
  _: 3
1558
1558
  }, 8, ["shown", "preloaded"])
@@ -1651,8 +1651,8 @@ const Aa = {
1651
1651
  "after-leave"
1652
1652
  ],
1653
1653
  setup(e, { emit: a }) {
1654
- const t = e, n = a, { transition: l } = fe(t), i = v(() => t.width === "toggle" ? "anchor" : t.width), u = v(() => t.top ? "top" : t.center ? "center" : t.right ? "right" : t.position), o = v(() => t.toggleId ? t.toggleId : t.anchorId);
1655
- return (s, r) => (d(), O(Ua, {
1654
+ const t = e, n = a, { transition: l } = ye(t), r = p(() => t.width === "toggle" ? "anchor" : t.width), u = p(() => t.top ? "top" : t.center ? "center" : t.right ? "right" : t.position), o = p(() => t.toggleId ? t.toggleId : t.anchorId);
1655
+ return (d, i) => (s(), E(Wa, {
1656
1656
  "anchor-id": o.value,
1657
1657
  breakout: e.breakout,
1658
1658
  "container-id": e.containerId,
@@ -1662,29 +1662,25 @@ const Aa = {
1662
1662
  preloaded: e.preloaded,
1663
1663
  shown: f(l),
1664
1664
  "use-mobile-style": e.useMobileStyle,
1665
- width: i.value,
1666
- onClose: r[0] || (r[0] = () => n("close")),
1667
- onEnter: r[1] || (r[1] = () => n("enter")),
1668
- onAfterEnter: r[2] || (r[2] = () => n("after-enter")),
1669
- onAfterLeave: r[3] || (r[3] = () => n("after-leave"))
1665
+ width: r.value,
1666
+ onClose: i[0] || (i[0] = () => n("close")),
1667
+ onEnter: i[1] || (i[1] = () => n("enter")),
1668
+ onAfterEnter: i[2] || (i[2] = () => n("after-enter")),
1669
+ onAfterLeave: i[3] || (i[3] = () => n("after-leave"))
1670
1670
  }, {
1671
- default: D(() => [
1672
- L(s.$slots, "default")
1671
+ default: L(() => [
1672
+ x(d.$slots, "default")
1673
1673
  ]),
1674
1674
  _: 3
1675
1675
  }, 8, ["anchor-id", "breakout", "container-id", "helper-description", "helper-text", "position", "preloaded", "shown", "use-mobile-style", "width"]));
1676
1676
  }
1677
- }, Wa = ["aria-activedescendant", "aria-label", "data-overflow", "id"], Fe = {
1677
+ }, Ga = ["aria-activedescendant", "aria-label", "data-overflow", "id", "tabindex"], je = {
1678
1678
  __name: "BsDropdownOptionList",
1679
1679
  props: {
1680
1680
  optionsId: {
1681
1681
  type: String,
1682
1682
  required: !0
1683
1683
  },
1684
- focusOnShow: {
1685
- type: Boolean,
1686
- default: !0
1687
- },
1688
1684
  label: {
1689
1685
  type: String,
1690
1686
  default: "Select an option"
@@ -1708,121 +1704,137 @@ const Aa = {
1708
1704
  default: void 0
1709
1705
  }
1710
1706
  },
1711
- emits: ["optselected", "update:modelValue", "close"],
1707
+ emits: [
1708
+ "close",
1709
+ "optselected",
1710
+ "update:modelValue"
1711
+ ],
1712
1712
  setup(e, { expose: a, emit: t }) {
1713
- const n = e, l = t, i = B(null), u = B(null), o = B(-1), s = B(null), r = B(!1), c = ie("dropdownEnter", !1), h = ie("dropdownAfterEnter", !1), k = ie("dropdownShown", !1);
1714
- let g = -1;
1715
- oe("handleSelect", z), oe("optionsId", v(() => n.optionsId)), Y(() => {
1716
- $(), C(), document.addEventListener("keydown", y);
1717
- }), re(() => {
1718
- document.removeEventListener("keydown", y);
1719
- }), R(
1720
- [c, () => {
1721
- var I;
1722
- return (I = s.value) == null ? void 0 : I.length;
1713
+ const n = e, l = t, r = g(null), u = g(null), o = g(-1), d = g(-1), i = g(null), c = g(!1), h = ce("dropdownEnter", g(!1)), w = ce("dropdownAfterEnter", g(!1)), $ = ce("dropdownShown", g(!1));
1714
+ ue("optionsId", p(() => n.optionsId)), ue("handleOptionSelect", ie), Wt(r, O, { childList: !0 }), me([" ", "Enter", "NumpadEnter"], pe, r), me(["ArrowDown", "ArrowUp", "Home", "End"], he), X(() => {
1715
+ O(), U($.value);
1716
+ }), N(
1717
+ [h, () => {
1718
+ var T;
1719
+ return (T = i.value) == null ? void 0 : T.length;
1723
1720
  }],
1724
- ([I, A]) => {
1725
- (I || A > 0) && (r.value = i.value.scrollHeight > i.value.clientHeight);
1721
+ ([T, j]) => {
1722
+ (T || j > 0) && (c.value = r.value.scrollHeight > r.value.clientHeight);
1726
1723
  }
1727
- ), R(h, (I) => {
1728
- var A, P;
1729
- I && g > -1 && (n.focusOnShow ? (A = s.value[g]) == null || A.focus() : (P = s.value[g]) == null || P.scrollIntoView({ block: "nearest" }));
1730
- }), R(k, C);
1731
- const x = v(() => n.modelValue || n.selectedValue);
1732
- function $() {
1733
- s.value = Array.from(
1734
- i.value.querySelectorAll('[data-component="bs-dropdown-option"]')
1724
+ ), N(w, (T) => {
1725
+ T && (y(), m());
1726
+ }), N($, (T) => U(T));
1727
+ const I = p(() => n.modelValue || n.selectedValue);
1728
+ function O() {
1729
+ i.value = Array.from(
1730
+ r.value.querySelectorAll('[data-component="bs-dropdown-option"]')
1735
1731
  );
1736
1732
  }
1737
- function C() {
1738
- var I, A;
1739
- k.value && !n.multiselect ? (g = s.value.findIndex(
1740
- (P) => P.getAttribute("data-value") === String(x.value)
1741
- ), s.value.forEach((P) => {
1742
- var F;
1743
- return (F = P == null ? void 0 : P.setAttribute) == null ? void 0 : F.call(P, "aria-selected", "false");
1744
- }), g > -1 && ((I = s.value[g]) == null || I.setAttribute("data-selected", ""), (A = s.value[g]) == null || A.setAttribute("aria-selected", "true"), o.value = g)) : (s.value.forEach((P) => {
1745
- var F;
1746
- return (F = P == null ? void 0 : P.removeAttribute) == null ? void 0 : F.call(P, "data-selected");
1747
- }), s.value.forEach((P) => {
1748
- var F;
1749
- return (F = P == null ? void 0 : P.removeAttribute) == null ? void 0 : F.call(P, "aria-selected");
1750
- }));
1751
- }
1752
- Ut(
1753
- i,
1754
- () => {
1755
- $();
1756
- },
1757
- { childList: !0 }
1758
- );
1759
- function q() {
1760
- var I;
1761
- o.value > -1 && ((I = s.value[o.value]) == null || I.blur());
1733
+ function y() {
1734
+ r.value.getBoundingClientRect().bottom > window.innerHeight && r.value.scrollIntoView();
1762
1735
  }
1763
- function y(I) {
1764
- if (k.value)
1765
- switch (I.key) {
1736
+ function m() {
1737
+ var T;
1738
+ o.value > -1 && (y(), (T = i.value[o.value]) == null || T.scrollIntoView({ block: "nearest" }));
1739
+ }
1740
+ function P() {
1741
+ var T;
1742
+ o.value > -1 && ((T = i.value[o.value]) == null || T.setAttribute("data-active", ""), u.value = i.value[o.value].id, m());
1743
+ }
1744
+ function D() {
1745
+ var T;
1746
+ o.value > -1 && ((T = i.value[o.value]) == null || T.removeAttribute("data-active"));
1747
+ }
1748
+ function R() {
1749
+ var T;
1750
+ o.value < 0 && (o.value = 0, u.value = (T = i.value[0]) == null ? void 0 : T.id), P();
1751
+ }
1752
+ function U(T) {
1753
+ T ? J() : ee();
1754
+ }
1755
+ function J() {
1756
+ var T, j;
1757
+ n.multiselect || (d.value = i.value.findIndex(
1758
+ (se) => se.getAttribute("data-value") === String(I.value)
1759
+ ), !n.multiselect && d.value > -1 && ((T = i.value[d.value]) == null || T.setAttribute("data-selected", ""), (j = i.value[d.value]) == null || j.setAttribute("aria-selected", "true")), o.value = d.value);
1760
+ }
1761
+ function ee() {
1762
+ i.value.forEach((T) => {
1763
+ T.removeAttribute("data-selected"), T.setAttribute("aria-selected", "false");
1764
+ }), D(), d.value = -1, o.value = -1, u.value = null;
1765
+ }
1766
+ function ie(T) {
1767
+ var se;
1768
+ (se = T.querySelector("a")) == null || se.click();
1769
+ let j = T.getAttribute("data-value");
1770
+ T.getAttribute("data-value-type") === "number" && (j = Number(j)), u.value = T.id, D(), l("optselected", j), l("update:modelValue", j), l("close");
1771
+ }
1772
+ function pe(T) {
1773
+ ie(i.value[o.value]), T.preventDefault();
1774
+ }
1775
+ function he(T) {
1776
+ if ($.value)
1777
+ switch (T.key) {
1766
1778
  case "ArrowDown":
1767
- m("down"), I.preventDefault();
1779
+ re("down"), T.preventDefault();
1768
1780
  break;
1769
1781
  case "ArrowUp":
1770
- m("up"), I.preventDefault();
1782
+ re("up"), T.preventDefault();
1771
1783
  break;
1772
1784
  case "Home":
1773
- m("home"), I.preventDefault();
1785
+ re("home"), T.preventDefault();
1774
1786
  break;
1775
1787
  case "End":
1776
- m("end"), I.preventDefault();
1777
- break;
1778
- case "Tab":
1779
- o.value = g, n.preventTab && I.preventDefault();
1788
+ re("end"), T.preventDefault();
1780
1789
  break;
1781
1790
  }
1782
1791
  }
1783
- function m(I) {
1784
- let A;
1785
- switch (I) {
1792
+ function re(T) {
1793
+ let j;
1794
+ switch (T) {
1786
1795
  case "up":
1787
- A = o.value - 1 < 0 ? s.value.length - 1 : o.value - 1;
1796
+ j = o.value - 1 < 0 ? i.value.length - 1 : o.value - 1;
1788
1797
  break;
1789
1798
  case "down":
1790
- A = (o.value + 1) % s.value.length;
1799
+ j = (o.value + 1) % i.value.length;
1791
1800
  break;
1792
1801
  case "home":
1793
- A = 0;
1802
+ j = 0;
1794
1803
  break;
1795
1804
  case "end":
1796
- A = s.value.length - 1;
1805
+ j = i.value.length - 1;
1797
1806
  break;
1798
1807
  }
1799
- q(), s.value[A].focus(), u.value = s.value[A].id, o.value = A;
1800
- }
1801
- function z(I, A) {
1802
- u.value = I, q(), l("optselected", A), l("update:modelValue", A), l("close");
1808
+ D(), o.value = j, document.activeElement !== r.value ? r.value.focus() : P();
1803
1809
  }
1804
1810
  return a({
1805
- activeDescendantId: u,
1806
- focusedIndex: o,
1807
- optionEls: s,
1808
- refreshOptions: $
1809
- }), (I, A) => (d(), p("ul", {
1811
+ activeIndex: o,
1812
+ optionEls: i,
1813
+ optionsRef: r,
1814
+ refreshOptions: O,
1815
+ setCurrentActive: P
1816
+ }), (T, j) => (s(), v("ul", {
1810
1817
  ref_key: "optionsRef",
1811
- ref: i,
1818
+ ref: r,
1812
1819
  "aria-activedescendant": u.value || void 0,
1813
1820
  "aria-label": e.label,
1814
1821
  class: "bs-dropdown-options",
1815
- "data-overflow": r.value,
1822
+ "data-overflow": c.value,
1816
1823
  id: e.optionsId,
1817
- role: "listbox"
1824
+ role: "listbox",
1825
+ tabindex: f($) ? 0 : void 0,
1826
+ onBlur: D,
1827
+ onFocus: R,
1828
+ onMousedown: j[0] || (j[0] = ht(() => {
1829
+ }, ["prevent"]))
1818
1830
  }, [
1819
- L(I.$slots, "default")
1820
- ], 8, Wa));
1831
+ x(T.$slots, "default")
1832
+ ], 40, Ga));
1821
1833
  }
1822
- }, Ga = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1834
+ }, Ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1823
1835
  __proto__: null,
1824
- default: Fe
1825
- }, Symbol.toStringTag, { value: "Module" })), Ha = ["data-value", "data-variant", "id"], Ue = {
1836
+ default: je
1837
+ }, Symbol.toStringTag, { value: "Module" })), Ka = ["data-value", "data-value-type", "data-variant", "id"], Ue = {
1826
1838
  __name: "BsDropdownOption",
1827
1839
  props: {
1828
1840
  value: {
@@ -1835,30 +1847,26 @@ const Aa = {
1835
1847
  }
1836
1848
  },
1837
1849
  setup(e) {
1838
- const a = e, t = B(null), n = ie("optionsId", ""), l = ie("handleSelect", () => {
1839
- }), i = v(() => `${n.value}-option-${a.value}`);
1840
- Ie([" ", "Enter", "NumpadEnter"], (o) => {
1841
- u(), o.preventDefault();
1842
- }, t);
1850
+ const a = e, t = g(null), n = ce("optionsId", ""), l = ce("handleOptionSelect", () => {
1851
+ }), r = p(() => `${n.value}-option-${a.value}`);
1843
1852
  function u(o) {
1844
- var s, r;
1845
- l(i.value, a.value), (s = t.value.querySelector("a")) == null || s.click(), (r = o == null ? void 0 : o.stopPropagation) == null || r.call(o);
1853
+ l(t.value), o.stopPropagation();
1846
1854
  }
1847
- return (o, s) => (d(), p("li", {
1855
+ return (o, d) => (s(), v("li", {
1848
1856
  ref_key: "optionRef",
1849
1857
  ref: t,
1850
1858
  "data-component": "bs-dropdown-option",
1851
1859
  "data-value": a.value,
1860
+ "data-value-type": typeof a.value,
1852
1861
  "data-variant": e.variant || void 0,
1853
- id: i.value,
1862
+ id: r.value,
1854
1863
  role: "option",
1855
- tabIndex: -1,
1856
1864
  onClick: u
1857
1865
  }, [
1858
- L(o.$slots, "default")
1859
- ], 8, Ha));
1866
+ x(o.$slots, "default")
1867
+ ], 8, Ka));
1860
1868
  }
1861
- }, Ka = ["data-img-size", "data-initials", "data-no-img"], Ya = ["src", "alt"], ut = {
1869
+ }, Ya = ["data-img-size", "data-initials", "data-no-img"], Xa = ["src", "alt"], ut = {
1862
1870
  __name: "BsProfileImg",
1863
1871
  props: {
1864
1872
  src: String,
@@ -1877,26 +1885,26 @@ const Aa = {
1877
1885
  }
1878
1886
  },
1879
1887
  setup(e) {
1880
- const a = e, t = B(!1), n = B(!!a.src);
1881
- return Y(() => t.value = !0), (l, i) => (d(), p("div", {
1888
+ const a = e, t = g(!1), n = g(!!a.src);
1889
+ return X(() => t.value = !0), (l, r) => (s(), v("div", {
1882
1890
  class: "bs-profile-img",
1883
1891
  "data-img-size": e.size,
1884
1892
  "data-initials": e.initials,
1885
1893
  "data-no-img": !n.value
1886
1894
  }, [
1887
- n.value && t.value ? (d(), p("img", {
1895
+ n.value && t.value ? (s(), v("img", {
1888
1896
  key: 0,
1889
1897
  src: e.src,
1890
1898
  alt: e.useAltText ? e.profileName : "",
1891
- onError: i[0] || (i[0] = (u) => n.value = !1)
1892
- }, null, 40, Ya)) : w("", !0)
1893
- ], 8, Ka));
1899
+ onError: r[0] || (r[0] = (u) => n.value = !1)
1900
+ }, null, 40, Xa)) : S("", !0)
1901
+ ], 8, Ya));
1894
1902
  }
1895
- }, Xa = ["id", "data-checked"], Qa = { key: 1 }, Ja = ["innerHTML"], Za = { key: 4 }, _a = { key: 5 }, en = {
1903
+ }, Qa = ["id", "data-checked"], Ja = { key: 1 }, Za = ["innerHTML"], _a = { key: 4 }, en = { key: 5 }, tn = {
1896
1904
  key: 0,
1897
1905
  role: "option",
1898
1906
  "data-no-hover": ""
1899
- }, ye = {
1907
+ }, Ce = {
1900
1908
  __name: "BsDropdownOptionBuilder",
1901
1909
  props: {
1902
1910
  // Array of objects with the following properties (either label or labelHtml
@@ -1931,72 +1939,72 @@ const Aa = {
1931
1939
  const a = e, t = {};
1932
1940
  nt(() => {
1933
1941
  n();
1934
- }), R(() => a.options, () => {
1942
+ }), N(() => a.options, () => {
1935
1943
  n();
1936
1944
  });
1937
1945
  function n() {
1938
1946
  a.options.forEach((o) => {
1939
- const { icon: s } = o;
1940
- s && !t[s] && (t[s] = i(s));
1947
+ const { icon: d } = o;
1948
+ d && !t[d] && (t[d] = r(d));
1941
1949
  });
1942
1950
  }
1943
1951
  function l(o) {
1944
- let s = "", r = 1;
1945
- return r += o.checkbox ? 1 : 0, r += o.icon ? 1 : 0, r += o.profileImg ? 1 : 0, r > 1 && (s += ` ${r}-col`), o.checkbox && (s += " checkbox"), o.description && (s += " description"), o.negative && (s += " negative"), s;
1952
+ let d = "", i = 1;
1953
+ return i += o.checkbox ? 1 : 0, i += o.icon ? 1 : 0, i += o.profileImg ? 1 : 0, i > 1 && (d += ` ${i}-col`), o.checkbox && (d += " checkbox"), o.description && (d += " description"), o.negative && (d += " negative"), d;
1946
1954
  }
1947
- function i(o) {
1955
+ function r(o) {
1948
1956
  return Re(async () => {
1949
- const { [`BsIcon${o}`]: s } = await import("@wwtdev/bsds-icons-vue3");
1950
- return s;
1957
+ const { [`BsIcon${o}`]: d } = await import("@wwtdev/bsds-icons-vue3");
1958
+ return d;
1951
1959
  });
1952
1960
  }
1953
- function u(o, s) {
1954
- return !!o && o !== s;
1961
+ function u(o, d) {
1962
+ return !!o && o !== d;
1955
1963
  }
1956
- return (o, s) => (d(), p(U, null, [
1957
- (d(!0), p(U, null, J(e.options, (r) => (d(), O(Ue, {
1958
- "aria-checked": r.checkbox ? r.checkbox.checked : void 0,
1959
- key: r.value,
1960
- value: r.value,
1961
- variant: l(r)
1964
+ return (o, d) => (s(), v(W, null, [
1965
+ (s(!0), v(W, null, _(e.options, (i) => (s(), E(Ue, {
1966
+ "aria-checked": i.checkbox ? i.checkbox.checked : void 0,
1967
+ key: i.value,
1968
+ value: i.value,
1969
+ variant: l(i)
1962
1970
  }, {
1963
- default: D(() => [
1964
- r.checkbox ? (d(), p("span", {
1971
+ default: L(() => [
1972
+ i.checkbox ? (s(), v("span", {
1965
1973
  key: 0,
1966
- id: r.checkbox.inputId,
1974
+ id: i.checkbox.inputId,
1967
1975
  "aria-hidden": "true",
1968
1976
  class: "bs-checkbox",
1969
- "data-checked": r.checkbox.checked
1970
- }, null, 8, Xa)) : w("", !0),
1971
- r.icon ? (d(), p("span", Qa, [
1972
- (d(), O(Z(t[r.icon])))
1973
- ])) : w("", !0),
1974
- r.profileImg ? (d(), O(ut, {
1977
+ "data-checked": i.checkbox.checked
1978
+ }, null, 8, Qa)) : S("", !0),
1979
+ i.icon ? (s(), v("span", Ja, [
1980
+ (s(), E(te(t[i.icon])))
1981
+ ])) : S("", !0),
1982
+ i.profileImg ? (s(), E(ut, {
1975
1983
  key: 2,
1976
- src: r.profileImg.src,
1984
+ src: i.profileImg.src,
1977
1985
  size: "xs",
1978
- initials: r.profileImg.initials,
1979
- "profile-name": r.profileImg.profileName,
1980
- "use-alt-text": u(r.profileImg.profileName, r.label)
1981
- }, null, 8, ["src", "initials", "profile-name", "use-alt-text"])) : w("", !0),
1982
- r.labelHtml ? (d(), p("span", {
1986
+ initials: i.profileImg.initials,
1987
+ "profile-name": i.profileImg.profileName,
1988
+ "use-alt-text": u(i.profileImg.profileName, i.label)
1989
+ }, null, 8, ["src", "initials", "profile-name", "use-alt-text"])) : S("", !0),
1990
+ i.labelHtml ? (s(), v("span", {
1983
1991
  key: 3,
1984
- innerHTML: r.labelHtml
1985
- }, null, 8, Ja)) : (d(), p("span", Za, T(r.label), 1)),
1986
- r.description ? (d(), p("span", _a, T(r.description), 1)) : w("", !0)
1992
+ innerHTML: i.labelHtml
1993
+ }, null, 8, Za)) : (s(), v("span", _a, C(i.label), 1)),
1994
+ i.description ? (s(), v("span", en, C(i.description), 1)) : S("", !0)
1987
1995
  ]),
1988
1996
  _: 2
1989
1997
  }, 1032, ["aria-checked", "value", "variant"]))), 128)),
1990
- e.showNoOptions && e.options.length === 0 ? (d(), p("li", en, [
1991
- L(o.$slots, "no-options", {}, () => [
1992
- G("No options")
1998
+ e.showNoOptions && e.options.length === 0 ? (s(), v("li", tn, [
1999
+ x(o.$slots, "no-options", {}, () => [
2000
+ H("No options")
1993
2001
  ])
1994
- ])) : w("", !0)
2002
+ ])) : S("", !0)
1995
2003
  ], 64));
1996
2004
  }
1997
- }, tn = { role: "separator" }, an = /* @__PURE__ */ b("hr", null, null, -1), nn = [
1998
- an
1999
- ], ln = {
2005
+ }, an = { role: "separator" }, nn = /* @__PURE__ */ b("hr", null, null, -1), ln = [
2006
+ nn
2007
+ ], on = {
2000
2008
  __name: "BsDropdownMultiselect",
2001
2009
  props: {
2002
2010
  label: {
@@ -2022,51 +2030,45 @@ const Aa = {
2022
2030
  },
2023
2031
  emits: ["update:selectedOptions"],
2024
2032
  setup(e, { emit: a }) {
2025
- const t = e, n = a, l = B(null), i = B([]), u = B([]);
2033
+ const t = e, n = a, l = g(null), r = g([]), u = g([]);
2026
2034
  let o = !1;
2027
- R(
2035
+ N(() => t.options, () => {
2036
+ c(t.selectedOptions);
2037
+ }), N(
2028
2038
  () => t.selectedOptions,
2029
2039
  c,
2030
2040
  { immediate: !0 }
2031
- ), R(() => t.shown, (g) => {
2032
- g && ce(s);
2041
+ ), N(() => t.shown, ($) => {
2042
+ $ && ge(d);
2033
2043
  });
2034
- function s() {
2035
- var x, $;
2036
- l.value && (l.value.refreshOptions(), l.value.activeDescendantId = (x = l.value.optionEls[0]) == null ? void 0 : x.id, l.value.focusedIndex = 0);
2037
- const g = document.querySelector(`#${t.optionsId} [data-component="bs-dropdown-option"]`);
2038
- ($ = g == null ? void 0 : g.focus) == null || $.call(g, { preventScroll: !0 });
2044
+ function d() {
2045
+ l.value && (l.value.refreshOptions(), l.value.optionsRef.focus());
2039
2046
  }
2040
- function r() {
2041
- var g;
2042
- if (l.value) {
2043
- l.value.refreshOptions();
2044
- const x = l.value.focusedIndex, $ = l.value.optionEls[x];
2045
- (g = $ == null ? void 0 : $.focus) == null || g.call($), l.value.activeDescendantId = $ == null ? void 0 : $.id;
2046
- }
2047
- }
2048
- function c(g = []) {
2049
- const x = new Set(g), $ = [], C = [];
2050
- t.options.forEach((q) => {
2051
- const y = { ...q }, m = `${t.optionsId}-${q.value}-cb`;
2052
- x.has(q.value) ? (y.checkbox = { inputId: m, checked: !0 }, $.push(y)) : (y.checkbox = { inputId: m, checked: !1 }, C.push(y));
2053
- }), i.value = $, ce(() => {
2054
- u.value = C, ce(() => {
2055
- o && r(), o = !1;
2047
+ function i() {
2048
+ l.value && (l.value.refreshOptions(), l.value.setCurrentActive());
2049
+ }
2050
+ function c($ = []) {
2051
+ const M = new Set($), k = [], I = [];
2052
+ t.options.forEach((O) => {
2053
+ const y = { ...O }, m = `${t.optionsId}-${O.value}-cb`;
2054
+ M.has(O.value) ? (y.checkbox = { inputId: m, checked: !0 }, k.push(y)) : (y.checkbox = { inputId: m, checked: !1 }, I.push(y));
2055
+ }), r.value = k, ge(() => {
2056
+ u.value = I, ge(() => {
2057
+ o && i(), o = !1;
2056
2058
  });
2057
2059
  });
2058
2060
  }
2059
- function h(g = []) {
2060
- const x = new Set(g), $ = [];
2061
- return t.options.forEach((C) => {
2062
- x.has(C.value) && $.push(C.value);
2063
- }), $;
2061
+ function h($ = []) {
2062
+ const M = new Set($), k = [];
2063
+ return t.options.forEach((I) => {
2064
+ M.has(I.value) && k.push(I.value);
2065
+ }), k;
2064
2066
  }
2065
- function k(g) {
2066
- const x = t.selectedOptions.includes(g) ? t.selectedOptions.filter(($) => $ !== g) : h([...t.selectedOptions, g]);
2067
- o = !0, n("update:selectedOptions", x);
2067
+ function w($) {
2068
+ const M = t.selectedOptions.includes($) ? t.selectedOptions.filter((k) => k !== $) : h([...t.selectedOptions, $]);
2069
+ o = !0, n("update:selectedOptions", M);
2068
2070
  }
2069
- return (g, x) => (d(), O(Fe, {
2071
+ return ($, M) => (s(), E(je, {
2070
2072
  ref_key: "optlist",
2071
2073
  ref: l,
2072
2074
  "aria-multiselectable": "true",
@@ -2075,19 +2077,19 @@ const Aa = {
2075
2077
  multiselect: "",
2076
2078
  "options-id": e.optionsId,
2077
2079
  shown: e.shown,
2078
- "onUpdate:modelValue": k
2080
+ "onUpdate:modelValue": w
2079
2081
  }, {
2080
- default: D(() => {
2081
- var $;
2082
+ default: L(() => {
2083
+ var k;
2082
2084
  return [
2083
- V(ye, {
2084
- options: i.value,
2085
+ A(Ce, {
2086
+ options: r.value,
2085
2087
  "show-no-options": !1
2086
2088
  }, null, 8, ["options"]),
2087
- Be(b("li", tn, nn, 512), [
2088
- [Se, ($ = i.value) == null ? void 0 : $.length]
2089
+ Te(b("li", an, ln, 512), [
2090
+ [xe, (k = r.value) == null ? void 0 : k.length]
2089
2091
  ]),
2090
- V(ye, {
2092
+ A(Ce, {
2091
2093
  options: u.value,
2092
2094
  "show-no-options": !1
2093
2095
  }, null, 8, ["options"])
@@ -2096,10 +2098,10 @@ const Aa = {
2096
2098
  _: 1
2097
2099
  }, 8, ["label", "options-id", "shown"]));
2098
2100
  }
2099
- }, on = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2101
+ }, rn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2100
2102
  __proto__: null,
2101
- default: ln
2102
- }, Symbol.toStringTag, { value: "Module" })), rn = {
2103
+ default: on
2104
+ }, Symbol.toStringTag, { value: "Module" })), sn = {
2103
2105
  __name: "BsDropdownWithOptionsNew",
2104
2106
  props: {
2105
2107
  // DROPDOWN PROPS
@@ -2146,10 +2148,6 @@ const Aa = {
2146
2148
  validator: (e) => ["sm", "md", "lg", "content", "anchor"].includes(e)
2147
2149
  },
2148
2150
  // OPTION LIST PROPS
2149
- focusOnShow: {
2150
- type: Boolean,
2151
- default: !0
2152
- },
2153
2151
  label: {
2154
2152
  type: String,
2155
2153
  default: "Select an option"
@@ -2174,17 +2172,17 @@ const Aa = {
2174
2172
  "after-leave"
2175
2173
  ],
2176
2174
  setup(e, { emit: a }) {
2177
- const t = a, n = B(!1);
2175
+ const t = a, n = g(!1);
2178
2176
  function l() {
2179
2177
  n.value = !0;
2180
2178
  }
2181
- function i(o) {
2179
+ function r(o) {
2182
2180
  n.value = !1, t("update:modelValue", o), t("close");
2183
2181
  }
2184
2182
  function u() {
2185
2183
  n.value && (n.value = !1, t("close"));
2186
2184
  }
2187
- return (o, s) => (d(), O(f(dt), {
2185
+ return (o, d) => (s(), E(f(dt), {
2188
2186
  "anchor-id": e.anchorId,
2189
2187
  breakout: e.breakout,
2190
2188
  "container-id": e.containerId,
@@ -2196,25 +2194,24 @@ const Aa = {
2196
2194
  "use-mobile-style": e.useMobileStyle,
2197
2195
  width: e.width,
2198
2196
  onClose: u,
2199
- onAfterEnter: s[0] || (s[0] = (r) => t("after-enter")),
2197
+ onAfterEnter: d[0] || (d[0] = (i) => t("after-enter")),
2200
2198
  onEnter: l,
2201
- onAfterLeave: s[1] || (s[1] = (r) => t("after-leave"))
2199
+ onAfterLeave: d[1] || (d[1] = (i) => t("after-leave"))
2202
2200
  }, {
2203
- default: D(() => [
2204
- V(f(Fe), {
2205
- "focus-on-show": e.focusOnShow,
2201
+ default: L(() => [
2202
+ A(f(je), {
2206
2203
  label: e.label,
2207
2204
  "model-value": e.modelValue,
2208
2205
  "options-id": e.optionsId,
2209
2206
  "prevent-tab": e.preventTab,
2210
- "onUpdate:modelValue": i,
2207
+ "onUpdate:modelValue": r,
2211
2208
  onClose: u
2212
2209
  }, {
2213
- default: D(() => [
2214
- L(o.$slots, "default")
2210
+ default: L(() => [
2211
+ x(o.$slots, "default")
2215
2212
  ]),
2216
2213
  _: 3
2217
- }, 8, ["focus-on-show", "label", "model-value", "options-id", "prevent-tab"])
2214
+ }, 8, ["label", "model-value", "options-id", "prevent-tab"])
2218
2215
  ]),
2219
2216
  _: 3
2220
2217
  }, 8, ["anchor-id", "breakout", "container-id", "helper-description", "helper-text", "position", "preloaded", "shown", "use-mobile-style", "width"]));
@@ -2302,10 +2299,6 @@ const Aa = {
2302
2299
  default: !1
2303
2300
  },
2304
2301
  // OPTION LIST PROPS
2305
- focusOnShow: {
2306
- type: Boolean,
2307
- default: !0
2308
- },
2309
2302
  label: {
2310
2303
  type: String,
2311
2304
  default: "Select an option"
@@ -2337,38 +2330,37 @@ const Aa = {
2337
2330
  "after-leave"
2338
2331
  ],
2339
2332
  setup(e, { emit: a }) {
2340
- const t = e, n = a, { transition: l } = fe(t), i = v(() => t.width === "toggle" ? "anchor" : t.width), u = v(() => t.top ? "top" : t.center ? "center" : t.right ? "right" : t.position), o = v(() => t.toggleId ? t.toggleId : t.anchorId), s = v(() => t.selectedValue || t.modelValue);
2341
- function r(c) {
2333
+ const t = e, n = a, { transition: l } = ye(t), r = p(() => t.width === "toggle" ? "anchor" : t.width), u = p(() => t.top ? "top" : t.center ? "center" : t.right ? "right" : t.position), o = p(() => t.toggleId ? t.toggleId : t.anchorId), d = p(() => t.selectedValue || t.modelValue);
2334
+ function i(c) {
2342
2335
  n("optselected", c), n("update:modelValue", c);
2343
2336
  }
2344
- return (c, h) => (d(), O(rn, {
2337
+ return (c, h) => (s(), E(sn, {
2345
2338
  "anchor-id": o.value,
2346
2339
  breakout: e.breakout,
2347
2340
  "container-id": e.containerId,
2348
- "focus-on-show": e.focusOnShow,
2349
2341
  "helper-description": e.helperDescription,
2350
2342
  "helper-text": e.helperText,
2351
2343
  label: e.label,
2352
- "model-value": s.value,
2344
+ "model-value": d.value,
2353
2345
  "options-id": e.optionsId,
2354
2346
  position: u.value,
2355
2347
  preloaded: e.preloaded,
2356
2348
  "prevent-tab": e.preventTab,
2357
2349
  shown: f(l),
2358
2350
  "use-mobile-style": e.useMobileStyle,
2359
- width: i.value,
2360
- onClose: h[0] || (h[0] = (k) => n("close")),
2361
- onAfterEnter: h[1] || (h[1] = (k) => n("after-enter")),
2362
- onAfterLeave: h[2] || (h[2] = (k) => n("after-leave")),
2363
- "onUpdate:modelValue": r
2351
+ width: r.value,
2352
+ onClose: h[0] || (h[0] = (w) => n("close")),
2353
+ onAfterEnter: h[1] || (h[1] = (w) => n("after-enter")),
2354
+ onAfterLeave: h[2] || (h[2] = (w) => n("after-leave")),
2355
+ "onUpdate:modelValue": i
2364
2356
  }, {
2365
- default: D(() => [
2366
- L(c.$slots, "default")
2357
+ default: L(() => [
2358
+ x(c.$slots, "default")
2367
2359
  ]),
2368
2360
  _: 3
2369
- }, 8, ["anchor-id", "breakout", "container-id", "focus-on-show", "helper-description", "helper-text", "label", "model-value", "options-id", "position", "preloaded", "prevent-tab", "shown", "use-mobile-style", "width"]));
2361
+ }, 8, ["anchor-id", "breakout", "container-id", "helper-description", "helper-text", "label", "model-value", "options-id", "position", "preloaded", "prevent-tab", "shown", "use-mobile-style", "width"]));
2370
2362
  }
2371
- }, sn = ["aria-controls", "aria-expanded", "data-open", "data-size", "disabled"], dn = {
2363
+ }, dn = ["aria-controls", "aria-expanded", "data-open", "data-size", "disabled"], un = {
2372
2364
  __name: "BsFilterButton",
2373
2365
  props: {
2374
2366
  badgeCount: {
@@ -2397,8 +2389,8 @@ const Aa = {
2397
2389
  }
2398
2390
  },
2399
2391
  setup(e) {
2400
- const a = e, t = v(() => a.badgeCount > 0);
2401
- return (n, l) => (d(), p("button", {
2392
+ const a = e, t = p(() => a.badgeCount > 0);
2393
+ return (n, l) => (s(), v("button", {
2402
2394
  class: "bs-filter-button",
2403
2395
  "aria-controls": e.optionsId,
2404
2396
  "aria-expanded": e.open,
@@ -2408,21 +2400,21 @@ const Aa = {
2408
2400
  disabled: e.disabled,
2409
2401
  type: "button"
2410
2402
  }, [
2411
- t.value ? (d(), O(Jt, {
2403
+ t.value ? (s(), E(Zt, {
2412
2404
  key: 0,
2413
2405
  color: "blue",
2414
2406
  count: e.badgeCount,
2415
2407
  label: "active filter",
2416
2408
  position: "left",
2417
2409
  variant: "notext"
2418
- }, null, 8, ["count"])) : w("", !0),
2419
- L(n.$slots, "label", {}, () => [
2420
- G(T(e.label), 1)
2410
+ }, null, 8, ["count"])) : S("", !0),
2411
+ x(n.$slots, "label", {}, () => [
2412
+ H(C(e.label), 1)
2421
2413
  ]),
2422
- V(f(it))
2423
- ], 8, sn));
2414
+ A(f(it))
2415
+ ], 8, dn));
2424
2416
  }
2425
- }, un = ["id"], to = {
2417
+ }, cn = ["id"], ao = {
2426
2418
  __name: "BsDropdownWithToggle",
2427
2419
  props: {
2428
2420
  breakout: {
@@ -2485,49 +2477,53 @@ const Aa = {
2485
2477
  },
2486
2478
  emits: ["update:selectedOptions", "update:selectedOption", "toggled", "close"],
2487
2479
  setup(e, { emit: a }) {
2488
- const t = e, n = a, l = B(!1), i = B(null), u = v(() => Re(async () => await (t.multiselect ? Promise.resolve().then(() => on) : Promise.resolve().then(() => Ga)))), [o, s] = Q(2);
2489
- R(l, (x) => {
2490
- x && i.value.$el.blur();
2480
+ const t = e, n = a, l = g(!1), r = g(null), u = p(() => Re(async () => await (t.multiselect ? Promise.resolve().then(() => rn) : Promise.resolve().then(() => Ha)))), [o, d] = Z(2);
2481
+ N(l, (k) => {
2482
+ k && r.value.$el.blur();
2491
2483
  });
2492
- function r() {
2493
- l.value = !1, n("close"), i.value.$el.focus();
2484
+ function i() {
2485
+ const k = document.activeElement;
2486
+ return !k || k.tagName === "BODY" || k.id === d.value;
2494
2487
  }
2495
2488
  function c() {
2496
- l.value && r();
2489
+ l.value = !1, n("close"), i() && r.value.$el.focus();
2497
2490
  }
2498
2491
  function h() {
2492
+ l.value && c();
2493
+ }
2494
+ function w() {
2499
2495
  l.value = !0;
2500
2496
  }
2501
- function k(x) {
2502
- n("update:selectedOptions", x);
2497
+ function $(k) {
2498
+ n("update:selectedOptions", k);
2503
2499
  }
2504
- function g(x) {
2505
- t.multiselect || (n("update:selectedOption", x), r());
2500
+ function M(k) {
2501
+ t.multiselect || (n("update:selectedOption", k), c());
2506
2502
  }
2507
- return (x, $) => (d(), p("div", {
2503
+ return (k, I) => (s(), v("div", {
2508
2504
  class: "bs-dropdown-with-toggle",
2509
- id: x.$attrs.id
2505
+ id: k.$attrs.id
2510
2506
  }, [
2511
- V(dn, {
2507
+ A(un, {
2512
2508
  ref_key: "toggleRef",
2513
- ref: i,
2514
- "aria-controls": f(s),
2509
+ ref: r,
2510
+ "aria-controls": f(d),
2515
2511
  "aria-expanded": e.open,
2516
2512
  disabled: e.disabled,
2517
2513
  id: f(o),
2518
2514
  open: e.open,
2519
- "options-id": f(s),
2515
+ "options-id": f(d),
2520
2516
  size: e.toggleSize,
2521
- onClick: $[0] || ($[0] = (C) => x.$emit("toggled"))
2517
+ onClick: I[0] || (I[0] = (O) => k.$emit("toggled"))
2522
2518
  }, {
2523
- label: D(() => [
2524
- L(x.$slots, "toggle-label", {}, () => [
2525
- G(T(e.toggleLabel), 1)
2519
+ label: L(() => [
2520
+ x(k.$slots, "toggle-label", {}, () => [
2521
+ H(C(e.toggleLabel), 1)
2526
2522
  ])
2527
2523
  ]),
2528
2524
  _: 3
2529
2525
  }, 8, ["aria-controls", "aria-expanded", "disabled", "id", "open", "options-id", "size"]),
2530
- V(dt, {
2526
+ A(dt, {
2531
2527
  shown: e.open,
2532
2528
  "anchor-id": f(o),
2533
2529
  breakout: e.breakout,
@@ -2537,23 +2533,23 @@ const Aa = {
2537
2533
  preloaded: "",
2538
2534
  "use-mobile-style": e.useMobileStyle,
2539
2535
  width: e.dropdownWidth,
2540
- onClose: c,
2541
- onEnter: h
2536
+ onClose: h,
2537
+ onEnter: w
2542
2538
  }, {
2543
- default: D(() => [
2544
- V(f(u), {
2539
+ default: L(() => [
2540
+ A(f(u), {
2545
2541
  label: e.dropdownLabel,
2546
2542
  "model-value": e.selectedOption,
2547
2543
  options: e.options,
2548
- "options-id": f(s),
2544
+ "options-id": f(d),
2549
2545
  "selected-options": e.selectedOptions,
2550
2546
  shown: e.open,
2551
- "onUpdate:modelValue": g,
2552
- "onUpdate:selectedOptions": k,
2553
- onClose: $[1] || ($[1] = (C) => e.multiselect ? void 0 : c())
2547
+ "onUpdate:modelValue": M,
2548
+ "onUpdate:selectedOptions": $,
2549
+ onClose: I[1] || (I[1] = (O) => e.multiselect ? void 0 : h())
2554
2550
  }, {
2555
- default: D(() => [
2556
- e.multiselect ? w("", !0) : (d(), O(ye, {
2551
+ default: L(() => [
2552
+ e.multiselect ? S("", !0) : (s(), E(Ce, {
2557
2553
  key: 0,
2558
2554
  options: e.options
2559
2555
  }, null, 8, ["options"]))
@@ -2563,28 +2559,28 @@ const Aa = {
2563
2559
  ]),
2564
2560
  _: 1
2565
2561
  }, 8, ["shown", "anchor-id", "breakout", "helper-text", "helper-description", "position", "use-mobile-style", "width"])
2566
- ], 8, un));
2562
+ ], 8, cn));
2567
2563
  }
2568
- }, cn = ["view-box"], fn = ["id"], pn = ["offset", "stop-color"], ao = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
2564
+ }, fn = ["view-box"], vn = ["id"], pn = ["offset", "stop-color"], no = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
2569
2565
  __name: "BsIconGradientWrapper",
2570
2566
  setup(e) {
2571
- const a = B(null), t = B(null), n = [
2567
+ const a = g(null), t = g(null), n = [
2572
2568
  { offset: 0.1326, color: "#EE282A" },
2573
2569
  { offset: 0.5466, color: "#1C0087" },
2574
2570
  { offset: 0.9715, color: "#0086EA" }
2575
- ], [l] = Q();
2576
- return Y(() => {
2571
+ ], [l] = Z();
2572
+ return X(() => {
2577
2573
  t.value = a.value.querySelector("svg").getAttribute("viewBox") || "0 0 0 0";
2578
- }), (i, u) => (d(), p(U, null, [
2579
- b("span", N({
2574
+ }), (r, u) => (s(), v(W, null, [
2575
+ b("span", z({
2580
2576
  ref_key: "svgWrapperRef",
2581
2577
  ref: a,
2582
2578
  class: "bs-icon-gradient-wrapper",
2583
2579
  style: `fill: url(#${f(l)});`
2584
- }, i.$attrs), [
2585
- L(i.$slots, "default")
2580
+ }, r.$attrs), [
2581
+ x(r.$slots, "default")
2586
2582
  ], 16),
2587
- (d(), p("svg", {
2583
+ (s(), v("svg", {
2588
2584
  xmlns: "http://www.w3.org/2000/svg",
2589
2585
  "view-box": t.value,
2590
2586
  width: "0",
@@ -2598,16 +2594,16 @@ const Aa = {
2598
2594
  y2: "100%",
2599
2595
  "gradient-units": "userSpaceOnUse"
2600
2596
  }, [
2601
- (d(), p(U, null, J(n, (o) => b("stop", {
2597
+ (s(), v(W, null, _(n, (o) => b("stop", {
2602
2598
  key: o.offset,
2603
2599
  offset: o.offset,
2604
2600
  "stop-color": o.color
2605
2601
  }, null, 8, pn)), 64))
2606
- ], 8, fn)
2607
- ], 8, cn))
2602
+ ], 8, vn)
2603
+ ], 8, fn))
2608
2604
  ], 64));
2609
2605
  }
2610
- }), no = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
2606
+ }), lo = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
2611
2607
  __name: "BsInputField",
2612
2608
  props: {
2613
2609
  /** Sets the disabled state on input, disabled styles on label. */
@@ -2654,43 +2650,43 @@ const Aa = {
2654
2650
  },
2655
2651
  emits: ["update:modelValue"],
2656
2652
  setup(e, { emit: a }) {
2657
- const t = e, [n, l] = Q(2), i = v(() => me.concat(t.passAttrs.split(",")).concat("type")), u = v(() => {
2658
- var r, c;
2659
- return ((c = (r = t.hints) == null ? void 0 : r.join) == null ? void 0 : c.call(r, `
2653
+ const t = e, [n, l] = Z(2), r = p(() => Ie.concat(t.passAttrs.split(",")).concat("type")), u = p(() => {
2654
+ var i, c;
2655
+ return ((c = (i = t.hints) == null ? void 0 : i.join) == null ? void 0 : c.call(i, `
2660
2656
  `)) || t.hints;
2661
- }), o = v(() => t.error && t.errorMsg || t.hint || u.value || void 0), s = v(() => t.inputId || n.value);
2662
- return (r, c) => (d(), p("div", N({ "data-component": "bs-input-field" }, f(K)(r.$attrs, i.value).remaining), [
2663
- e.label || r.$slots.label ? (d(), O(ne, {
2657
+ }), o = p(() => t.error && t.errorMsg || t.hint || u.value || void 0), d = p(() => t.inputId || n.value);
2658
+ return (i, c) => (s(), v("div", z({ "data-component": "bs-input-field" }, f(Y)(i.$attrs, r.value).remaining), [
2659
+ e.label || i.$slots.label ? (s(), E(oe, {
2664
2660
  key: 0,
2665
- for: r.$attrs.id || s.value,
2661
+ for: i.$attrs.id || d.value,
2666
2662
  disabled: e.disabled,
2667
2663
  required: e.required
2668
2664
  }, {
2669
- default: D(() => [
2670
- L(r.$slots, "label", {}, () => [
2671
- G(T(e.label), 1)
2665
+ default: L(() => [
2666
+ x(i.$slots, "label", {}, () => [
2667
+ H(C(e.label), 1)
2672
2668
  ])
2673
2669
  ]),
2674
2670
  _: 3
2675
- }, 8, ["for", "disabled", "required"])) : w("", !0),
2676
- V(ve, N({
2671
+ }, 8, ["for", "disabled", "required"])) : S("", !0),
2672
+ A(Se, z({
2677
2673
  disabled: e.disabled,
2678
2674
  error: e.error,
2679
2675
  "hint-id": f(l),
2680
- id: r.$attrs.id || s.value,
2676
+ id: i.$attrs.id || d.value,
2681
2677
  placeholder: e.placeholder,
2682
2678
  required: e.required,
2683
2679
  type: e.type,
2684
2680
  value: e.value || e.modelValue,
2685
- "onUpdate:modelValue": c[0] || (c[0] = (h) => r.$emit("update:modelValue", h))
2686
- }, f(K)(r.$attrs, i.value).filtered), null, 16, ["disabled", "error", "hint-id", "id", "placeholder", "required", "type", "value"]),
2687
- o.value ? (d(), O(pe, {
2681
+ "onUpdate:modelValue": c[0] || (c[0] = (h) => i.$emit("update:modelValue", h))
2682
+ }, f(Y)(i.$attrs, r.value).filtered), null, 16, ["disabled", "error", "hint-id", "id", "placeholder", "required", "type", "value"]),
2683
+ o.value ? (s(), E(Be, {
2688
2684
  key: 1,
2689
2685
  error: e.error,
2690
2686
  "error-msg": e.errorMsg,
2691
2687
  hint: e.hint || u.value,
2692
2688
  "hint-id": f(l)
2693
- }, null, 8, ["error", "error-msg", "hint", "hint-id"])) : w("", !0)
2689
+ }, null, 8, ["error", "error-msg", "hint", "hint-id"])) : S("", !0)
2694
2690
  ], 16));
2695
2691
  }
2696
2692
  }), tt = {
@@ -2747,7 +2743,7 @@ const Aa = {
2747
2743
  */
2748
2744
  initSourceData() {
2749
2745
  return this.data.allCountries || (this.data.allCountries = zt().map((e) => {
2750
- const a = Nt(e), t = tt[a[0]] + tt[a[1]] || "";
2746
+ const a = Rt(e), t = tt[a[0]] + tt[a[1]] || "";
2751
2747
  return {
2752
2748
  label: `+${e}`,
2753
2749
  flag: t,
@@ -2761,10 +2757,10 @@ const Aa = {
2761
2757
  this.data[e][t[a]] = t;
2762
2758
  }));
2763
2759
  }
2764
- }, vn = ["id", "aria-controls", "aria-expanded", "aria-label", "disabled"], hn = { key: 0 }, bn = {
2760
+ }, hn = ["id", "aria-controls", "aria-expanded", "aria-label", "disabled"], bn = { key: 0 }, gn = {
2765
2761
  "aria-hidden": "true",
2766
2762
  style: { width: "1.25rem" }
2767
- }, gn = { "aria-hidden": "true" }, lo = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
2763
+ }, mn = { "aria-hidden": "true" }, oo = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
2768
2764
  __name: "BsInputPhone",
2769
2765
  props: {
2770
2766
  deferValidation: {
@@ -2814,7 +2810,7 @@ const Aa = {
2814
2810
  },
2815
2811
  emits: ["update:modelValue", "input-blur"],
2816
2812
  setup(e, { expose: a, emit: t }) {
2817
- const n = e, l = t, i = [
2813
+ const n = e, l = t, r = [
2818
2814
  "ArrowDown",
2819
2815
  "ArrowLeft",
2820
2816
  "ArrowRight",
@@ -2826,80 +2822,80 @@ const Aa = {
2826
2822
  "Escape",
2827
2823
  "Home",
2828
2824
  "Tab"
2829
- ], u = B(null), o = B(1), s = B([]), r = B(null), [
2825
+ ], u = g(null), o = g(1), d = g([]), i = g(null), [
2830
2826
  c,
2831
2827
  h,
2832
- k,
2833
- g
2834
- ] = Q(4), x = B(!1), $ = B(""), C = B(""), q = B(!1), y = B(!1), m = B(!0);
2828
+ w,
2829
+ $
2830
+ ] = Z(4), M = g(!1), k = g(""), I = g(""), O = g(!1), y = g(!1), m = g(!0);
2835
2831
  a({
2836
- validationErr: q,
2837
- validationErrMsg: C
2832
+ validationErr: O,
2833
+ validationErrMsg: I
2838
2834
  });
2839
- const z = v(() => $.value ? `+${o.value}${$.value}` : ""), I = v(() => `Country code: ${o.value}. Click to change.`), A = v(() => m.value ? n.errorMsg || C.value : ""), P = v(() => n.error || q.value), F = v(() => n.hint || P.value && A.value), _ = v(() => m.value && P.value);
2840
- R(z, (M) => {
2841
- l("update:modelValue", M), be(M);
2842
- }), R(() => n.modelValue, de), De(), Y(() => x.value = !0);
2843
- function de(M, W) {
2844
- M === "" && M !== W && ($.value = "");
2845
- }
2846
- function xe() {
2847
- var M;
2848
- y.value && (y.value = !1, (M = u.value) == null || M.focus());
2849
- }
2850
- function Ae(M) {
2851
- var W;
2852
- o.value = M, y.value = !1, (W = u.value) == null || W.focus(), he(M);
2853
- }
2854
- function Le() {
2835
+ const P = p(() => k.value ? `+${o.value}${k.value}` : ""), D = p(() => `Country code: ${o.value}. Click to change.`), R = p(() => m.value ? n.errorMsg || I.value : ""), U = p(() => n.error || O.value), J = p(() => n.hint || U.value && R.value), ee = p(() => m.value && U.value);
2836
+ N(P, (q) => {
2837
+ l("update:modelValue", q), we(q);
2838
+ }), N(() => n.modelValue, ie), se(), X(() => M.value = !0);
2839
+ function ie(q, G) {
2840
+ q === "" && q !== G && (k.value = "");
2841
+ }
2842
+ function pe() {
2843
+ var q;
2844
+ y.value && (y.value = !1, (q = u.value) == null || q.focus());
2845
+ }
2846
+ function he(q) {
2847
+ var G;
2848
+ o.value = q, y.value = !1, (G = u.value) == null || G.focus(), $e(q);
2849
+ }
2850
+ function re() {
2855
2851
  n.deferValidation && (m.value = !0), l("input-blur");
2856
2852
  }
2857
- function Ve(M) {
2858
- $.value = M.target.value, n.deferValidation && (m.value = !1);
2853
+ function T(q) {
2854
+ k.value = q.target.value, n.deferValidation && (m.value = !1);
2859
2855
  }
2860
- function Ee(M) {
2861
- var W, H;
2862
- !((H = (W = M.key) == null ? void 0 : W.match) != null && H.call(W, /[0-9]/)) && !i.includes(M.key) && !M.ctrlKey && !M.metaKey && M.preventDefault();
2856
+ function j(q) {
2857
+ var G, K;
2858
+ !((K = (G = q.key) == null ? void 0 : G.match) != null && K.call(G, /[0-9]/)) && !r.includes(q.key) && !q.ctrlKey && !q.metaKey && q.preventDefault();
2859
+ }
2860
+ function se() {
2861
+ qe.initSourceData(), De(), $e(o.value), we(P.value);
2863
2862
  }
2864
2863
  function De() {
2865
- qe.initSourceData(), Oe(), he(o.value), be(z.value);
2866
- }
2867
- function Oe() {
2868
- var W, H;
2869
- let M = Xe(n.modelValue);
2870
- M.valid || M.countryCode && ((H = (W = n.modelValue) == null ? void 0 : W.startsWith) != null && H.call(W, "+")) ? (o.value = M.countryCode, $.value = M.number.significant) : $.value = n.modelValue, s.value = qe.data.allCountries.map((ue) => ({
2871
- ...ue,
2872
- isSelected: o.value === ue
2864
+ var G, K;
2865
+ let q = Xe(n.modelValue);
2866
+ q.valid || q.countryCode && ((K = (G = n.modelValue) == null ? void 0 : G.startsWith) != null && K.call(G, "+")) ? (o.value = q.countryCode, k.value = q.number.significant) : k.value = n.modelValue, d.value = qe.data.allCountries.map((be) => ({
2867
+ ...be,
2868
+ isSelected: o.value === be
2873
2869
  }));
2874
2870
  }
2875
- function he(M) {
2876
- r.value = qe.getCountryByCountryCode(M);
2871
+ function $e(q) {
2872
+ i.value = qe.getCountryByCountryCode(q);
2877
2873
  }
2878
- function be(M) {
2879
- q.value = M ? !Xe(M).valid : !1, C.value = q.value ? "Invalid phone number" : "";
2874
+ function we(q) {
2875
+ O.value = q ? !Xe(q).valid : !1, I.value = O.value ? "Invalid phone number" : "";
2880
2876
  }
2881
- return (M, W) => (d(), p("div", N({
2877
+ return (q, G) => (s(), v("div", z({
2882
2878
  class: "bs-input-phone",
2883
2879
  "data-component": "bs-input-phone"
2884
- }, f(K)(M.$attrs, f(me)).remaining), [
2885
- V(ne, {
2886
- for: M.$attrs.id || e.inputId || f(g),
2880
+ }, f(Y)(q.$attrs, f(Ie)).remaining), [
2881
+ A(oe, {
2882
+ for: q.$attrs.id || e.inputId || f($),
2887
2883
  required: e.required,
2888
- class: ae({ "visually-hidden": e.hideLabel })
2884
+ class: le({ "visually-hidden": e.hideLabel })
2889
2885
  }, {
2890
- default: D(() => [
2891
- G(T(e.label), 1)
2886
+ default: L(() => [
2887
+ H(C(e.label), 1)
2892
2888
  ]),
2893
2889
  _: 1
2894
2890
  }, 8, ["for", "required", "class"]),
2895
- V(Ce, {
2891
+ A(Ee, {
2896
2892
  disabled: e.disabled,
2897
- error: _.value,
2893
+ error: ee.value,
2898
2894
  multifocus: !0,
2899
2895
  variant: "inner-bordered"
2900
2896
  }, {
2901
- default: D(() => {
2902
- var H;
2897
+ default: L(() => {
2898
+ var K;
2903
2899
  return [
2904
2900
  b("button", {
2905
2901
  id: f(c),
@@ -2908,42 +2904,42 @@ const Aa = {
2908
2904
  "aria-controls": f(h),
2909
2905
  "aria-expanded": y.value,
2910
2906
  "aria-haspopup": "listbox",
2911
- "aria-label": I.value,
2907
+ "aria-label": D.value,
2912
2908
  disabled: e.disabled,
2913
2909
  type: "button",
2914
- onClick: W[0] || (W[0] = (ue) => y.value = !y.value)
2910
+ onClick: G[0] || (G[0] = (be) => y.value = !y.value)
2915
2911
  }, [
2916
- b("span", null, T((H = r.value) == null ? void 0 : H.flag), 1),
2917
- b("span", null, "+" + T(o.value), 1),
2918
- V(f(gt), { size: "sm" })
2919
- ], 8, vn),
2920
- V(ve, N({
2921
- "input-id": M.$attrs.id || e.inputId || f(g),
2912
+ b("span", null, C((K = i.value) == null ? void 0 : K.flag), 1),
2913
+ b("span", null, "+" + C(o.value), 1),
2914
+ A(f(mt), { size: "sm" })
2915
+ ], 8, hn),
2916
+ A(Se, z({
2917
+ "input-id": q.$attrs.id || e.inputId || f($),
2922
2918
  disabled: e.disabled,
2923
- "hint-id": f(k),
2919
+ "hint-id": f(w),
2924
2920
  placeholder: e.placeholder,
2925
- value: $.value,
2921
+ value: k.value,
2926
2922
  "data-autowidth": "",
2927
2923
  type: "tel"
2928
- }, f(K)(M.$attrs, f(me)).filtered, {
2929
- onInput: Ve,
2930
- onFocusout: Le,
2931
- onKeydown: Ee
2924
+ }, f(Y)(q.$attrs, f(Ie)).filtered, {
2925
+ onInput: T,
2926
+ onFocusout: re,
2927
+ onKeydown: j
2932
2928
  }), null, 16, ["input-id", "disabled", "hint-id", "placeholder", "value"])
2933
2929
  ];
2934
2930
  }),
2935
2931
  _: 1
2936
2932
  }, 8, ["disabled", "error"]),
2937
- Be(V(pe, {
2938
- error: P.value,
2939
- "error-msg": A.value,
2933
+ Te(A(Be, {
2934
+ error: U.value,
2935
+ "error-msg": R.value,
2940
2936
  hint: e.hint,
2941
- "hint-id": f(k)
2937
+ "hint-id": f(w)
2942
2938
  }, null, 8, ["error", "error-msg", "hint", "hint-id"]), [
2943
- [Se, F.value]
2939
+ [xe, J.value]
2944
2940
  ]),
2945
- x.value ? (d(), p("div", hn, [
2946
- V(We, {
2941
+ M.value ? (s(), v("div", bn, [
2942
+ A(We, {
2947
2943
  "anchor-id": f(c),
2948
2944
  "helper-text": "Country Code",
2949
2945
  label: "Country Code",
@@ -2952,29 +2948,29 @@ const Aa = {
2952
2948
  preloaded: "",
2953
2949
  shown: y.value,
2954
2950
  width: "content",
2955
- onClose: xe,
2956
- "onUpdate:modelValue": Ae
2951
+ onClose: pe,
2952
+ "onUpdate:modelValue": he
2957
2953
  }, {
2958
- default: D(() => [
2959
- x.value ? (d(!0), p(U, { key: 0 }, J(s.value, (H) => (d(), O(Ue, {
2960
- "aria-label": H.value,
2961
- key: H.value,
2962
- value: `${H.value}`,
2954
+ default: L(() => [
2955
+ M.value ? (s(!0), v(W, { key: 0 }, _(d.value, (K) => (s(), E(Ue, {
2956
+ "aria-label": K.value,
2957
+ key: K.value,
2958
+ value: `${K.value}`,
2963
2959
  variant: "2-col"
2964
2960
  }, {
2965
- default: D(() => [
2966
- b("span", bn, T(H == null ? void 0 : H.flag), 1),
2967
- b("span", gn, T(H.label), 1)
2961
+ default: L(() => [
2962
+ b("span", gn, C(K == null ? void 0 : K.flag), 1),
2963
+ b("span", mn, C(K.label), 1)
2968
2964
  ]),
2969
2965
  _: 2
2970
- }, 1032, ["aria-label", "value"]))), 128)) : w("", !0)
2966
+ }, 1032, ["aria-label", "value"]))), 128)) : S("", !0)
2971
2967
  ]),
2972
2968
  _: 1
2973
2969
  }, 8, ["anchor-id", "model-value", "options-id", "shown"])
2974
- ])) : w("", !0)
2970
+ ])) : S("", !0)
2975
2971
  ], 16));
2976
2972
  }
2977
- }), mn = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
2973
+ }), yn = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
2978
2974
  __name: "BsInputSearch",
2979
2975
  props: {
2980
2976
  /** Sets the disabled state on input, disabled styles on label. */
@@ -3019,44 +3015,44 @@ const Aa = {
3019
3015
  },
3020
3016
  emits: ["clear", "update:modelValue"],
3021
3017
  setup(e, { emit: a }) {
3022
- const t = e, n = v(() => me.concat(t.passAttrs.split(","))), l = v(() => !t.disabled && !t.hideClear && t.variant !== "filter");
3023
- return (i, u) => (d(), O(Ce, N({
3018
+ const t = e, n = p(() => Ie.concat(t.passAttrs.split(","))), l = p(() => !t.disabled && !t.hideClear && t.variant !== "filter");
3019
+ return (r, u) => (s(), E(Ee, z({
3024
3020
  class: "bs-input-search",
3025
3021
  "data-component": "bs-input-search",
3026
3022
  "data-variant": e.variant,
3027
3023
  disabled: e.disabled
3028
- }, f(K)(i.$attrs, n.value).remaining), {
3029
- default: D(() => [
3030
- e.hideSearchIcon ? w("", !0) : (d(), O(f(mt), { key: 0 })),
3031
- V(ve, N({
3024
+ }, f(Y)(r.$attrs, n.value).remaining), {
3025
+ default: L(() => [
3026
+ e.hideSearchIcon ? S("", !0) : (s(), E(f(yt), { key: 0 })),
3027
+ A(Se, z({
3032
3028
  "data-autowidth": "",
3033
3029
  disabled: e.disabled,
3034
- "input-id": i.$attrs.id || e.inputId,
3030
+ "input-id": r.$attrs.id || e.inputId,
3035
3031
  placeholder: e.placeholder,
3036
3032
  value: e.value || e.modelValue
3037
- }, f(K)(i.$attrs, n.value).filtered, {
3038
- "onUpdate:modelValue": u[0] || (u[0] = (o) => i.$emit("update:modelValue", o))
3033
+ }, f(Y)(r.$attrs, n.value).filtered, {
3034
+ "onUpdate:modelValue": u[0] || (u[0] = (o) => r.$emit("update:modelValue", o))
3039
3035
  }), null, 16, ["disabled", "input-id", "placeholder", "value"]),
3040
- Be(b("button", {
3036
+ Te(b("button", {
3041
3037
  title: "Clear",
3042
3038
  type: "button",
3043
- onClick: u[1] || (u[1] = (o) => i.$emit("clear"))
3039
+ onClick: u[1] || (u[1] = (o) => r.$emit("clear"))
3044
3040
  }, [
3045
- V(f($e), { size: "sm" })
3041
+ A(f(Ae), { size: "sm" })
3046
3042
  ], 512), [
3047
- [Se, l.value]
3043
+ [xe, l.value]
3048
3044
  ])
3049
3045
  ]),
3050
3046
  _: 1
3051
3047
  }, 16, ["data-variant", "disabled"]));
3052
3048
  }
3053
- }), yn = ["data-size", "data-variant"], Bn = /* @__PURE__ */ b("span", null, null, -1), Sn = /* @__PURE__ */ b("span", null, null, -1), $n = /* @__PURE__ */ b("span", null, null, -1), wn = /* @__PURE__ */ b("span", null, null, -1), kn = /* @__PURE__ */ b("span", { class: "visually-hidden" }, "Loading", -1), In = [
3054
- Bn,
3049
+ }), Bn = ["data-size", "data-variant"], Sn = /* @__PURE__ */ b("span", null, null, -1), $n = /* @__PURE__ */ b("span", null, null, -1), wn = /* @__PURE__ */ b("span", null, null, -1), kn = /* @__PURE__ */ b("span", null, null, -1), In = /* @__PURE__ */ b("span", { class: "visually-hidden" }, "Loading", -1), Cn = [
3055
3050
  Sn,
3056
3051
  $n,
3057
3052
  wn,
3058
- kn
3059
- ], Cn = {
3053
+ kn,
3054
+ In
3055
+ ], Tn = {
3060
3056
  __name: "BsLoader",
3061
3057
  props: {
3062
3058
  size: {
@@ -3070,14 +3066,14 @@ const Aa = {
3070
3066
  }
3071
3067
  },
3072
3068
  setup(e) {
3073
- return (a, t) => (d(), p("span", {
3069
+ return (a, t) => (s(), v("span", {
3074
3070
  class: "bs-loader",
3075
3071
  "data-size": e.size,
3076
3072
  "data-variant": e.variant,
3077
3073
  role: "status"
3078
- }, In, 8, yn));
3074
+ }, Cn, 8, Bn));
3079
3075
  }
3080
- }, Tn = ["id"], oo = {
3076
+ }, xn = ["id"], io = {
3081
3077
  __name: "BsInputTypeahead",
3082
3078
  props: {
3083
3079
  characterThreshold: {
@@ -3141,59 +3137,59 @@ const Aa = {
3141
3137
  },
3142
3138
  emits: ["update:inputValue", "update:optionsValue"],
3143
3139
  setup(e, { emit: a }) {
3144
- const t = e, n = a, l = B(!1), i = B(!1), [u] = Q();
3140
+ const t = e, n = a, l = g(!1), r = g(!1), [u] = Z();
3145
3141
  let o = [];
3146
- R(() => t.inputValue, () => {
3147
- i.value ? i.value = !1 : $();
3142
+ N(() => t.inputValue, () => {
3143
+ r.value ? r.value = !1 : k();
3148
3144
  });
3149
- const s = v(() => t.typeaheadId || u.value), r = v(() => `${s.value}-input-container`), c = v(() => `${s.value}-input`), h = v(() => `${s.value}-options`), k = v(() => {
3145
+ const d = p(() => t.typeaheadId || u.value), i = p(() => `${d.value}-input-container`), c = p(() => `${d.value}-input`), h = p(() => `${d.value}-options`), w = p(() => {
3150
3146
  if (l.value) {
3151
3147
  let y = t.options;
3152
- const m = t.inputValue.toLowerCase(), z = t.filterType === "includes" ? "includes" : "startsWith";
3153
- return y = g(y, m, z), y = y.slice(0, t.maxOptions), y = x(y, m, z), o = y, y;
3148
+ const m = t.inputValue.toLowerCase(), P = t.filterType === "includes" ? "includes" : "startsWith";
3149
+ return y = $(y, m, P), y = y.slice(0, t.maxOptions), y = M(y, m, P), o = y, y;
3154
3150
  } else
3155
3151
  return o;
3156
3152
  });
3157
- function g(y, m, z) {
3158
- return t.internalFiltering ? y.filter((I) => I.label.toLowerCase()[z](m)) : y;
3153
+ function $(y, m, P) {
3154
+ return t.internalFiltering ? y.filter((D) => D.label.toLowerCase()[P](m)) : y;
3159
3155
  }
3160
- function x(y, m, z) {
3161
- return y.map((I) => {
3162
- let A = I.label;
3156
+ function M(y, m, P) {
3157
+ return y.map((D) => {
3158
+ let R = D.label;
3163
3159
  if (m !== "") {
3164
- const P = z === "includes" ? "gi" : "i", F = new RegExp(`(${m})`, P);
3165
- A = I.label.replace(F, '<span style="color: var(--bs-blue-base)">$1</span>');
3160
+ const U = P === "includes" ? "gi" : "i", J = new RegExp(`(${m})`, U);
3161
+ R = D.label.replace(J, '<span style="color: var(--bs-blue-base)">$1</span>');
3166
3162
  }
3167
- return { ...I, labelHtml: A };
3163
+ return { ...D, labelHtml: R };
3168
3164
  });
3169
3165
  }
3170
- function $() {
3166
+ function k() {
3171
3167
  t.inputValue.length >= t.characterThreshold ? l.value = !0 : l.value = !1;
3172
3168
  }
3173
- function C() {
3169
+ function I() {
3174
3170
  n("update:inputValue", ""), n("update:optionsValue", ""), document.getElementById(c.value).focus();
3175
3171
  }
3176
- function q(y) {
3177
- i.value = !0, l.value = !1;
3178
- const m = k.value.find((z) => z.value === y);
3172
+ function O(y) {
3173
+ r.value = !0, l.value = !1;
3174
+ const m = w.value.find((P) => P.value === y);
3179
3175
  n("update:inputValue", m.label), n("update:optionsValue", y);
3180
3176
  }
3181
- return (y, m) => (d(), p(U, null, [
3182
- e.label || y.$slots.label ? (d(), O(ne, {
3177
+ return (y, m) => (s(), v(W, null, [
3178
+ e.label || y.$slots.label ? (s(), E(oe, {
3183
3179
  key: 0,
3184
3180
  for: c.value,
3185
3181
  disabled: e.disabled,
3186
3182
  required: e.required
3187
3183
  }, {
3188
- default: D(() => [
3189
- L(y.$slots, "label", {}, () => [
3190
- G(T(e.label), 1)
3184
+ default: L(() => [
3185
+ x(y.$slots, "label", {}, () => [
3186
+ H(C(e.label), 1)
3191
3187
  ])
3192
3188
  ]),
3193
3189
  _: 3
3194
- }, 8, ["for", "disabled", "required"])) : w("", !0),
3195
- b("div", { id: r.value }, [
3196
- V(mn, N({
3190
+ }, 8, ["for", "disabled", "required"])) : S("", !0),
3191
+ b("div", { id: i.value }, [
3192
+ A(yn, z({
3197
3193
  "aria-controls": h.value,
3198
3194
  "aria-expanded": l.value,
3199
3195
  "aria-haspopup": "listbox",
@@ -3207,14 +3203,13 @@ const Aa = {
3207
3203
  role: "combobox",
3208
3204
  value: e.inputValue
3209
3205
  }, y.$attrs, {
3210
- onClear: C,
3211
- onFocusin: $,
3212
- "onUpdate:modelValue": m[0] || (m[0] = (z) => n("update:inputValue", z))
3206
+ onClear: I,
3207
+ onFocusin: k,
3208
+ "onUpdate:modelValue": m[0] || (m[0] = (P) => n("update:inputValue", P))
3213
3209
  }), null, 16, ["aria-controls", "aria-expanded", "disabled", "hide-clear", "hide-search-icon", "input-id", "placeholder", "value"])
3214
- ], 8, Tn),
3215
- V(We, {
3216
- "anchor-id": r.value,
3217
- "focus-on-show": !1,
3210
+ ], 8, xn),
3211
+ A(We, {
3212
+ "anchor-id": i.value,
3218
3213
  "model-value": e.optionsValue,
3219
3214
  "options-id": h.value,
3220
3215
  preloaded: !0,
@@ -3222,21 +3217,21 @@ const Aa = {
3222
3217
  shown: l.value,
3223
3218
  "use-mobile-style": !1,
3224
3219
  width: "toggle",
3225
- onClose: m[1] || (m[1] = (z) => l.value = !1),
3226
- "onUpdate:modelValue": q
3220
+ onClose: m[1] || (m[1] = (P) => l.value = !1),
3221
+ "onUpdate:modelValue": O
3227
3222
  }, {
3228
- default: D(() => [
3229
- V(ye, { options: k.value }, lt({ _: 2 }, [
3223
+ default: L(() => [
3224
+ A(Ce, { options: w.value }, lt({ _: 2 }, [
3230
3225
  e.loading ? {
3231
3226
  name: "no-options",
3232
- fn: D(() => [
3233
- V(Cn, { size: "xs" })
3227
+ fn: L(() => [
3228
+ A(Tn, { size: "xs" })
3234
3229
  ]),
3235
3230
  key: "0"
3236
3231
  } : {
3237
3232
  name: "no-options",
3238
- fn: D(() => [
3239
- G("No results found")
3233
+ fn: L(() => [
3234
+ H("No results found")
3240
3235
  ]),
3241
3236
  key: "1"
3242
3237
  }
@@ -3246,7 +3241,7 @@ const Aa = {
3246
3241
  }, 8, ["anchor-id", "model-value", "options-id", "shown"])
3247
3242
  ], 64));
3248
3243
  }
3249
- }, xn = /* @__PURE__ */ b("div", { class: "bs-overlay" }, null, -1), An = {
3244
+ }, An = /* @__PURE__ */ b("div", { class: "bs-overlay" }, null, -1), Vn = {
3250
3245
  __name: "BsOverlay",
3251
3246
  props: {
3252
3247
  shown: {
@@ -3275,10 +3270,10 @@ const Aa = {
3275
3270
  },
3276
3271
  emits: ["after-enter", "after-leave"],
3277
3272
  setup(e, { emit: a }) {
3278
- const t = e, n = a, { transition: l } = fe(t);
3279
- return R(l, (i) => {
3280
- i ? document.body.setAttribute("data-scroll", "false") : document.body.removeAttribute("data-scroll");
3281
- }), (i, u) => (d(), O(f(Te), {
3273
+ const t = e, n = a, { transition: l } = ye(t);
3274
+ return N(l, (r) => {
3275
+ r ? document.body.setAttribute("data-scroll", "false") : document.body.removeAttribute("data-scroll");
3276
+ }), (r, u) => (s(), E(f(Oe), {
3282
3277
  shown: f(l),
3283
3278
  preloaded: e.preloaded,
3284
3279
  duration: 75,
@@ -3286,13 +3281,13 @@ const Aa = {
3286
3281
  onAfterEnter: u[0] || (u[0] = (o) => n("after-enter")),
3287
3282
  onAfterLeave: u[1] || (u[1] = (o) => n("after-leave"))
3288
3283
  }, {
3289
- default: D(() => [
3290
- xn
3284
+ default: L(() => [
3285
+ An
3291
3286
  ]),
3292
3287
  _: 1
3293
3288
  }, 8, ["shown", "preloaded"]));
3294
3289
  }
3295
- }, Ln = ["id", "role", "aria-labelledby"], Vn = ["id"], io = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
3290
+ }, Ln = ["id", "role", "aria-labelledby"], En = ["id"], ro = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
3296
3291
  __name: "BsModal",
3297
3292
  props: {
3298
3293
  modalId: {
@@ -3337,86 +3332,86 @@ const Aa = {
3337
3332
  },
3338
3333
  emits: ["close", "after-enter", "after-leave"],
3339
3334
  setup(e, { emit: a }) {
3340
- const t = e, n = a, { transition: l } = fe(t), [i] = Q();
3335
+ const t = e, n = a, { transition: l } = ye(t), [r] = Z();
3341
3336
  let u = !1;
3342
- const o = B(null), s = (h) => {
3337
+ const o = g(null), d = (h) => {
3343
3338
  o.value && h.target.closest(".bs-overlay") && n("close", t.modalId);
3344
3339
  };
3345
- Y(() => {
3346
- document.addEventListener("click", s);
3347
- }), re(() => {
3348
- document.removeEventListener("click", s);
3349
- }), Ie(["Escape"], () => {
3340
+ X(() => {
3341
+ document.addEventListener("click", d);
3342
+ }), ve(() => {
3343
+ document.removeEventListener("click", d);
3344
+ }), me(["Escape"], () => {
3350
3345
  u && n("close", t.modalId);
3351
3346
  });
3352
- const r = () => !t.title && t.closeButton, c = () => t.title && t.closeButton;
3353
- return (h, k) => (d(), p(U, null, [
3354
- V(An, {
3347
+ const i = () => !t.title && t.closeButton, c = () => t.title && t.closeButton;
3348
+ return (h, w) => (s(), v(W, null, [
3349
+ A(Vn, {
3355
3350
  shown: f(l),
3356
3351
  preloaded: e.preloaded,
3357
3352
  "enter-controlled": e.enterControlled,
3358
3353
  "enter-trigger": e.enterTrigger,
3359
3354
  "leave-trigger": e.leaveTrigger
3360
3355
  }, null, 8, ["shown", "preloaded", "enter-controlled", "enter-trigger", "leave-trigger"]),
3361
- V(Te, {
3356
+ A(Oe, {
3362
3357
  shown: f(l),
3363
3358
  preloaded: e.preloaded,
3364
3359
  duration: 75,
3365
3360
  "enter-attribute": "data-shown",
3366
- onEnter: k[1] || (k[1] = (g) => ht(u) ? u.value = !0 : u = !0),
3367
- onAfterEnter: k[2] || (k[2] = (g) => n("after-enter")),
3368
- onAfterLeave: k[3] || (k[3] = (g) => n("after-leave"))
3361
+ onEnter: w[1] || (w[1] = ($) => bt(u) ? u.value = !0 : u = !0),
3362
+ onAfterEnter: w[2] || (w[2] = ($) => n("after-enter")),
3363
+ onAfterLeave: w[3] || (w[3] = ($) => n("after-leave"))
3369
3364
  }, {
3370
- default: D(() => [
3371
- b("div", N({
3365
+ default: L(() => [
3366
+ b("div", z({
3372
3367
  id: e.modalId,
3373
3368
  class: "bs-modal",
3374
3369
  role: e.alert ? "alertdialog" : "dialog",
3375
- "aria-labelledby": e.title && !h.$attrs["aria-label"] ? f(i) : void 0,
3370
+ "aria-labelledby": e.title && !h.$attrs["aria-label"] ? f(r) : void 0,
3376
3371
  "aria-modal": "true"
3377
3372
  }, h.$attrs, {
3378
3373
  ref_key: "modalRef",
3379
3374
  ref: o
3380
3375
  }), [
3381
- e.title || e.closeButton ? (d(), p("header", {
3376
+ e.title || e.closeButton ? (s(), v("header", {
3382
3377
  key: 0,
3383
- class: ae({
3384
- "only-close-button-modal-header": r,
3378
+ class: le({
3379
+ "only-close-button-modal-header": i,
3385
3380
  "modal-header": c
3386
3381
  })
3387
3382
  }, [
3388
- e.title ? (d(), p("h5", {
3383
+ e.title ? (s(), v("h5", {
3389
3384
  key: 0,
3390
- id: f(i),
3385
+ id: f(r),
3391
3386
  class: "modal-title"
3392
- }, T(e.title), 9, Vn)) : w("", !0),
3393
- e.closeButton ? (d(), p("button", {
3387
+ }, C(e.title), 9, En)) : S("", !0),
3388
+ e.closeButton ? (s(), v("button", {
3394
3389
  key: 1,
3395
3390
  type: "button",
3396
3391
  title: "Close Modal",
3397
3392
  "aria-label": "Close Modal",
3398
- onClick: k[0] || (k[0] = (g) => n("close", e.modalId))
3393
+ onClick: w[0] || (w[0] = ($) => n("close", e.modalId))
3399
3394
  }, [
3400
- V(f($e), { class: "close-button" })
3401
- ])) : w("", !0)
3402
- ], 2)) : w("", !0),
3403
- L(h.$slots, "default")
3395
+ A(f(Ae), { class: "close-button" })
3396
+ ])) : S("", !0)
3397
+ ], 2)) : S("", !0),
3398
+ x(h.$slots, "default")
3404
3399
  ], 16, Ln)
3405
3400
  ]),
3406
3401
  _: 3
3407
3402
  }, 8, ["shown", "preloaded"])
3408
3403
  ], 64));
3409
3404
  }
3410
- }), En = ["data-variant", "data-fixed"], Dn = {
3405
+ }), On = ["data-variant", "data-fixed"], Dn = {
3411
3406
  key: 0,
3412
3407
  class: "bs-pagination-carets"
3413
- }, On = ["aria-label", "title", "disabled"], Pn = { key: 0 }, qn = ["aria-label", "title", "disabled"], Mn = { key: 0 }, zn = {
3408
+ }, Pn = ["aria-label", "title", "disabled"], qn = { key: 0 }, Mn = ["aria-label", "title", "disabled"], Nn = { key: 0 }, zn = {
3414
3409
  key: 1,
3415
3410
  class: "bs-pagination-page-numbers"
3416
- }, Nn = ["title", "data-selected", "onClick"], Rn = { key: 2 }, jn = { key: 3 }, Fn = /* @__PURE__ */ b("span", null, "Results Per Page:", -1), Un = { class: "bs-pagination-results-numbers" }, Wn = ["data-selected", "disabled", "onClick"], Gn = {
3411
+ }, Rn = ["title", "data-selected", "onClick"], Fn = { key: 2 }, jn = { key: 3 }, Un = /* @__PURE__ */ b("span", null, "Results Per Page:", -1), Wn = { class: "bs-pagination-results-numbers" }, Gn = ["data-selected", "disabled", "onClick"], Hn = {
3417
3412
  key: 5,
3418
3413
  class: "bs-pagination-carets"
3419
- }, Hn = ["aria-label", "title", "disabled"], Kn = { key: 0 }, Yn = ["aria-label", "title", "disabled"], Xn = { key: 0 }, ro = {
3414
+ }, Kn = ["aria-label", "title", "disabled"], Yn = { key: 0 }, Xn = ["aria-label", "title", "disabled"], Qn = { key: 0 }, so = {
3420
3415
  __name: "BsPagination",
3421
3416
  props: {
3422
3417
  // Used for all
@@ -3502,28 +3497,28 @@ const Aa = {
3502
3497
  },
3503
3498
  emits: ["selchange", "update:modelValue"],
3504
3499
  setup(e, { emit: a }) {
3505
- const t = e, n = a, l = B(null);
3506
- Y(() => {
3507
- i.value ? l.value = i.value : t.variant === "results" ? l.value = $.value[0] : l.value = 1;
3500
+ const t = e, n = a, l = g(null);
3501
+ X(() => {
3502
+ r.value ? l.value = r.value : t.variant === "results" ? l.value = k.value[0] : l.value = 1;
3508
3503
  });
3509
- const i = v(() => t.modelValue || t.selection);
3510
- R(() => t.selection, (C) => {
3511
- l.value = C;
3512
- }), R(() => t.modelValue, (C) => {
3513
- l.value = C;
3514
- }), R(l, (C, q) => {
3515
- q !== null && (n("selchange", C), n("update:modelValue", C));
3504
+ const r = p(() => t.modelValue || t.selection);
3505
+ N(() => t.selection, (I) => {
3506
+ l.value = I;
3507
+ }), N(() => t.modelValue, (I) => {
3508
+ l.value = I;
3509
+ }), N(l, (I, O) => {
3510
+ O !== null && (n("selchange", I), n("update:modelValue", I));
3516
3511
  });
3517
- const u = v(() => {
3512
+ const u = p(() => {
3518
3513
  if (t.variant === "group")
3519
3514
  return Math.ceil(t.itemsCount / t.itemsPerGroup);
3520
3515
  if (t.variant === "base")
3521
3516
  return t.pageCount;
3522
- }), o = v(() => t.variant === "base" ? t.centerDisplay === "text" ? "group" : void 0 : t.variant);
3523
- function s() {
3517
+ }), o = p(() => t.variant === "base" ? t.centerDisplay === "text" ? "group" : void 0 : t.variant);
3518
+ function d() {
3524
3519
  l.value = 1;
3525
3520
  }
3526
- function r() {
3521
+ function i() {
3527
3522
  l.value = Math.max(l.value - 1, 1);
3528
3523
  }
3529
3524
  function c() {
@@ -3535,100 +3530,100 @@ const Aa = {
3535
3530
  function h() {
3536
3531
  l.value = u.value;
3537
3532
  }
3538
- const k = v(() => {
3533
+ const w = p(() => {
3539
3534
  if (t.pageCount <= t.pageRange)
3540
3535
  return [...Array(t.pageCount + 1).keys()].slice(1);
3541
- const C = [1], q = (t.pageRange - 1) / 2;
3542
- let y = l.value - q, m = l.value + q;
3543
- y < 1 && (m += 1 - y, y = 1), m > t.pageCount && (y -= m - t.pageCount, m = t.pageCount), y = Math.max(y, 2), m = Math.min(m, t.pageCount - 1), y > 2 && C.push(t.breakText);
3544
- for (let z = y; z <= m; z++)
3545
- C.push(z);
3546
- return m < t.pageCount - 1 && C.push(t.breakText), C.push(t.pageCount), C;
3547
- }), g = v(() => `${t.centerLabel ?? "Page"} ${l.value} of ${u.value}`), x = v(() => {
3548
- const C = (l.value - 1) * t.itemsPerGroup + 1, q = Math.min(C - 1 + t.itemsPerGroup, t.itemsCount);
3549
- return `${t.centerLabel ?? "Results"} ${C} - ${q} of ${t.itemsCount}`;
3550
- }), $ = v(() => t.resultsIncrements.split(",").map((C) => parseInt(C)));
3551
- return (C, q) => (d(), p("div", {
3536
+ const I = [1], O = (t.pageRange - 1) / 2;
3537
+ let y = l.value - O, m = l.value + O;
3538
+ y < 1 && (m += 1 - y, y = 1), m > t.pageCount && (y -= m - t.pageCount, m = t.pageCount), y = Math.max(y, 2), m = Math.min(m, t.pageCount - 1), y > 2 && I.push(t.breakText);
3539
+ for (let P = y; P <= m; P++)
3540
+ I.push(P);
3541
+ return m < t.pageCount - 1 && I.push(t.breakText), I.push(t.pageCount), I;
3542
+ }), $ = p(() => `${t.centerLabel ?? "Page"} ${l.value} of ${u.value}`), M = p(() => {
3543
+ const I = (l.value - 1) * t.itemsPerGroup + 1, O = Math.min(I - 1 + t.itemsPerGroup, t.itemsCount);
3544
+ return `${t.centerLabel ?? "Results"} ${I} - ${O} of ${t.itemsCount}`;
3545
+ }), k = p(() => t.resultsIncrements.split(",").map((I) => parseInt(I)));
3546
+ return (I, O) => (s(), v("div", {
3552
3547
  class: "bs-pagination",
3553
3548
  "data-variant": o.value,
3554
3549
  "data-fixed": t.fixed
3555
3550
  }, [
3556
- e.variant === "base" || e.variant === "group" ? (d(), p("div", Dn, [
3557
- e.showFirstLastButtons ? (d(), p("button", {
3551
+ e.variant === "base" || e.variant === "group" ? (s(), v("div", Dn, [
3552
+ e.showFirstLastButtons ? (s(), v("button", {
3558
3553
  key: 0,
3559
3554
  type: "button",
3560
- class: ae(e.firstPageText ? "bs-pagination-word-caret" : void 0),
3555
+ class: le(e.firstPageText ? "bs-pagination-word-caret" : void 0),
3561
3556
  "aria-label": e.firstPageText ? void 0 : "First Page",
3562
3557
  title: e.firstPageText,
3563
3558
  disabled: l.value === 1,
3564
- onClick: s
3559
+ onClick: d
3565
3560
  }, [
3566
- V(f(yt)),
3567
- e.firstPageText ? (d(), p("span", Pn, T(e.firstPageText), 1)) : w("", !0)
3568
- ], 10, On)) : w("", !0),
3561
+ A(f(Bt)),
3562
+ e.firstPageText ? (s(), v("span", qn, C(e.firstPageText), 1)) : S("", !0)
3563
+ ], 10, Pn)) : S("", !0),
3569
3564
  b("button", {
3570
3565
  type: "button",
3571
- class: ae(e.prevPageText ? "bs-pagination-word-caret" : void 0),
3566
+ class: le(e.prevPageText ? "bs-pagination-word-caret" : void 0),
3572
3567
  "aria-label": e.prevPageText ? void 0 : "Previous Page",
3573
3568
  title: e.prevPageText,
3574
3569
  disabled: l.value === 1,
3575
- onClick: r
3570
+ onClick: i
3576
3571
  }, [
3577
- V(f(Bt)),
3578
- e.prevPageText ? (d(), p("span", Mn, T(e.prevPageText), 1)) : w("", !0)
3579
- ], 10, qn)
3580
- ])) : w("", !0),
3581
- e.variant === "base" && e.centerDisplay === "numbers" ? (d(), p("div", zn, [
3582
- (d(!0), p(U, null, J(k.value, (y) => (d(), p("button", {
3572
+ A(f(St)),
3573
+ e.prevPageText ? (s(), v("span", Nn, C(e.prevPageText), 1)) : S("", !0)
3574
+ ], 10, Mn)
3575
+ ])) : S("", !0),
3576
+ e.variant === "base" && e.centerDisplay === "numbers" ? (s(), v("div", zn, [
3577
+ (s(!0), v(W, null, _(w.value, (y) => (s(), v("button", {
3583
3578
  key: `page-${y}-button`,
3584
3579
  type: "button",
3585
3580
  title: `Page ${y}`,
3586
3581
  "data-selected": y === l.value,
3587
3582
  onClick: (m) => l.value = y
3588
- }, T(y), 9, Nn))), 128))
3589
- ])) : w("", !0),
3590
- t.variant === "base" && t.centerDisplay === "text" ? (d(), p("span", Rn, T(g.value), 1)) : w("", !0),
3591
- t.variant === "group" ? (d(), p("span", jn, T(x.value), 1)) : w("", !0),
3592
- t.variant === "results" ? (d(), p(U, { key: 4 }, [
3593
- Fn,
3594
- b("div", Un, [
3595
- (d(!0), p(U, null, J($.value, (y) => (d(), p("button", {
3583
+ }, C(y), 9, Rn))), 128))
3584
+ ])) : S("", !0),
3585
+ t.variant === "base" && t.centerDisplay === "text" ? (s(), v("span", Fn, C($.value), 1)) : S("", !0),
3586
+ t.variant === "group" ? (s(), v("span", jn, C(M.value), 1)) : S("", !0),
3587
+ t.variant === "results" ? (s(), v(W, { key: 4 }, [
3588
+ Un,
3589
+ b("div", Wn, [
3590
+ (s(!0), v(W, null, _(k.value, (y) => (s(), v("button", {
3596
3591
  type: "button",
3597
3592
  key: `results-${y}`,
3598
3593
  "data-selected": y === l.value,
3599
3594
  disabled: l.value === y,
3600
3595
  onClick: (m) => l.value = y
3601
- }, T(y), 9, Wn))), 128))
3596
+ }, C(y), 9, Gn))), 128))
3602
3597
  ])
3603
- ], 64)) : w("", !0),
3604
- e.variant === "base" || e.variant === "group" ? (d(), p("div", Gn, [
3598
+ ], 64)) : S("", !0),
3599
+ e.variant === "base" || e.variant === "group" ? (s(), v("div", Hn, [
3605
3600
  b("button", {
3606
3601
  type: "button",
3607
- class: ae(e.nextPageText ? "bs-pagination-word-caret" : void 0),
3602
+ class: le(e.nextPageText ? "bs-pagination-word-caret" : void 0),
3608
3603
  "aria-label": e.nextPageText ? void 0 : "Next Page",
3609
3604
  title: e.nextPageText,
3610
3605
  disabled: l.value === u.value,
3611
3606
  onClick: c
3612
3607
  }, [
3613
- e.nextPageText ? (d(), p("span", Kn, T(e.nextPageText), 1)) : w("", !0),
3614
- V(f(St))
3615
- ], 10, Hn),
3616
- e.showFirstLastButtons ? (d(), p("button", {
3608
+ e.nextPageText ? (s(), v("span", Yn, C(e.nextPageText), 1)) : S("", !0),
3609
+ A(f($t))
3610
+ ], 10, Kn),
3611
+ e.showFirstLastButtons ? (s(), v("button", {
3617
3612
  key: 0,
3618
3613
  type: "button",
3619
- class: ae(e.lastPageText ? "bs-pagination-word-caret" : void 0),
3614
+ class: le(e.lastPageText ? "bs-pagination-word-caret" : void 0),
3620
3615
  "aria-label": e.lastPageText ? void 0 : "Last Page",
3621
3616
  title: e.lastPageText,
3622
3617
  disabled: l.value === u.value,
3623
3618
  onClick: h
3624
3619
  }, [
3625
- e.lastPageText ? (d(), p("span", Xn, T(e.lastPageText), 1)) : w("", !0),
3626
- V(f($t))
3627
- ], 10, Yn)) : w("", !0)
3628
- ])) : w("", !0)
3629
- ], 8, En));
3620
+ e.lastPageText ? (s(), v("span", Qn, C(e.lastPageText), 1)) : S("", !0),
3621
+ A(f(wt))
3622
+ ], 10, Xn)) : S("", !0)
3623
+ ])) : S("", !0)
3624
+ ], 8, On));
3630
3625
  }
3631
- }, Qn = ["data-truncate"], so = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
3626
+ }, Jn = ["data-truncate"], uo = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
3632
3627
  __name: "BsPill",
3633
3628
  props: {
3634
3629
  active: { type: Boolean, default: !1 },
@@ -3652,8 +3647,8 @@ const Aa = {
3652
3647
  }
3653
3648
  },
3654
3649
  setup(e) {
3655
- const a = e, { onLinkClick: t } = ke(a), n = se(), { rootTag: l, attrsToBind: i, hrefUrl: u } = we(a, n, "span");
3656
- return (o, s) => (d(), O(Z(f(l)), N({
3650
+ const a = e, { onLinkClick: t } = Le(a), n = fe(), { rootTag: l, attrsToBind: r, hrefUrl: u } = Ve(a, n, "span");
3651
+ return (o, d) => (s(), E(te(f(l)), z({
3657
3652
  class: "bs-pill",
3658
3653
  "data-active": e.active,
3659
3654
  "data-component": "bs-pill",
@@ -3661,26 +3656,26 @@ const Aa = {
3661
3656
  "data-variant": e.variant || void 0,
3662
3657
  disabled: e.disabled,
3663
3658
  ".href": f(u)
3664
- }, f(i), { onClick: f(t) }), {
3665
- default: D(() => [
3659
+ }, f(r), { onClick: f(t) }), {
3660
+ default: L(() => [
3666
3661
  b("span", { "data-truncate": e.truncate }, [
3667
- L(o.$slots, "default")
3668
- ], 8, Qn)
3662
+ x(o.$slots, "default")
3663
+ ], 8, Jn)
3669
3664
  ]),
3670
3665
  _: 3
3671
3666
  }, 48, ["data-active", "data-status", "data-variant", "disabled", ".href", "onClick"]));
3672
3667
  }
3673
- }), Jn = { class: "bs-profile-details" }, Zn = {
3668
+ }), Zn = { class: "bs-profile-details" }, _n = {
3674
3669
  class: "bs-profile-name",
3675
3670
  "data-size": "sm",
3676
3671
  "data-weight": "bold"
3677
- }, _n = {
3672
+ }, el = {
3678
3673
  key: 1,
3679
3674
  "data-weight": "bold"
3680
- }, el = { key: 2 }, tl = { key: 3 }, al = {
3675
+ }, tl = { key: 2 }, al = { key: 3 }, nl = {
3681
3676
  key: 4,
3682
3677
  "data-icon": "true"
3683
- }, nl = {
3678
+ }, ll = {
3684
3679
  __name: "BsProfileDetails",
3685
3680
  props: {
3686
3681
  profileName: {
@@ -3697,40 +3692,40 @@ const Aa = {
3697
3692
  },
3698
3693
  emits: ["action-toggled"],
3699
3694
  setup(e, { emit: a }) {
3700
- const t = e, n = a, { icon: l } = ge(t, "actionIcon"), { icon: i } = ge(t, "miscMetaIcon");
3695
+ const t = e, n = a, { icon: l } = ke(t, "actionIcon"), { icon: r } = ke(t, "miscMetaIcon");
3701
3696
  function u(o) {
3702
3697
  o.target.tagName === "BUTTON" && (o.preventDefault(), o.stopImmediatePropagation(), n("action-toggled"));
3703
3698
  }
3704
- return (o, s) => (d(), p("div", Jn, [
3705
- e.action || o.$slots.action ? (d(), p("button", {
3699
+ return (o, d) => (s(), v("div", Zn, [
3700
+ e.action || o.$slots.action ? (s(), v("button", {
3706
3701
  key: 0,
3707
3702
  "data-icon": "true",
3708
3703
  onClick: u
3709
3704
  }, [
3710
- L(o.$slots, "action", {}, () => [
3711
- e.actionIcon ? (d(), O(Z(f(l) ? f(l) : "span"), {
3705
+ x(o.$slots, "action", {}, () => [
3706
+ e.actionIcon ? (s(), E(te(f(l) ? f(l) : "span"), {
3712
3707
  key: 0,
3713
3708
  class: "bs-icon"
3714
- })) : w("", !0),
3715
- G(" " + T(e.action), 1)
3709
+ })) : S("", !0),
3710
+ H(" " + C(e.action), 1)
3716
3711
  ])
3717
- ])) : w("", !0),
3718
- b("span", Zn, T(e.profileName), 1),
3719
- e.company ? (d(), p("span", _n, T(e.company), 1)) : w("", !0),
3720
- e.jobTitle ? (d(), p("span", el, T(e.jobTitle), 1)) : w("", !0),
3721
- e.email ? (d(), p("span", tl, T(e.email), 1)) : w("", !0),
3722
- e.miscMeta || o.$slots.misc ? (d(), p("span", al, [
3723
- L(o.$slots, "misc", {}, () => [
3724
- e.miscMetaIcon ? (d(), O(Z(f(i) ? f(i) : "span"), {
3712
+ ])) : S("", !0),
3713
+ b("span", _n, C(e.profileName), 1),
3714
+ e.company ? (s(), v("span", el, C(e.company), 1)) : S("", !0),
3715
+ e.jobTitle ? (s(), v("span", tl, C(e.jobTitle), 1)) : S("", !0),
3716
+ e.email ? (s(), v("span", al, C(e.email), 1)) : S("", !0),
3717
+ e.miscMeta || o.$slots.misc ? (s(), v("span", nl, [
3718
+ x(o.$slots, "misc", {}, () => [
3719
+ e.miscMetaIcon ? (s(), E(te(f(r) ? f(r) : "span"), {
3725
3720
  key: 0,
3726
3721
  class: "bs-icon"
3727
- })) : w("", !0),
3728
- G(" " + T(e.miscMeta), 1)
3722
+ })) : S("", !0),
3723
+ H(" " + C(e.miscMeta), 1)
3729
3724
  ])
3730
- ])) : w("", !0)
3725
+ ])) : S("", !0)
3731
3726
  ]));
3732
3727
  }
3733
- }, uo = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
3728
+ }, co = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
3734
3729
  __name: "BsProfile",
3735
3730
  props: {
3736
3731
  layout: {
@@ -3760,21 +3755,21 @@ const Aa = {
3760
3755
  },
3761
3756
  emits: ["action-toggled"],
3762
3757
  setup(e, { emit: a }) {
3763
- const t = e, n = a, l = se(), { onLinkClick: i } = ke(t), { rootTag: u, attrsToBind: o, hrefUrl: s } = we(t, l, "div");
3764
- return (r, c) => (d(), O(Z(f(u)), N({
3758
+ const t = e, n = a, l = fe(), { onLinkClick: r } = Le(t), { rootTag: u, attrsToBind: o, hrefUrl: d } = Ve(t, l, "div");
3759
+ return (i, c) => (s(), E(te(f(u)), z({
3765
3760
  class: "bs-profile",
3766
- ".href": f(s),
3761
+ ".href": f(d),
3767
3762
  "data-layout": e.layout
3768
- }, f(o), { onClick: f(i) }), {
3769
- default: D(() => [
3770
- V(ut, {
3763
+ }, f(o), { onClick: f(r) }), {
3764
+ default: L(() => [
3765
+ A(ut, {
3771
3766
  src: e.imageSrc,
3772
3767
  size: e.imageSize,
3773
3768
  initials: e.initials,
3774
3769
  "profile-name": e.profileName,
3775
3770
  "use-alt-text": !1
3776
3771
  }, null, 8, ["src", "size", "initials", "profile-name"]),
3777
- V(nl, {
3772
+ A(ll, {
3778
3773
  "profile-name": e.profileName,
3779
3774
  company: e.company,
3780
3775
  "job-title": e.jobTitle,
@@ -3785,11 +3780,11 @@ const Aa = {
3785
3780
  "misc-meta-icon": e.miscMetaIcon,
3786
3781
  onActionToggled: c[0] || (c[0] = (h) => n("action-toggled"))
3787
3782
  }, {
3788
- action: D(() => [
3789
- L(r.$slots, "action")
3783
+ action: L(() => [
3784
+ x(i.$slots, "action")
3790
3785
  ]),
3791
- misc: D(() => [
3792
- L(r.$slots, "misc")
3786
+ misc: L(() => [
3787
+ x(i.$slots, "misc")
3793
3788
  ]),
3794
3789
  _: 3
3795
3790
  }, 8, ["profile-name", "company", "job-title", "email", "action", "action-icon", "misc-meta", "misc-meta-icon"])
@@ -3799,13 +3794,13 @@ const Aa = {
3799
3794
  }
3800
3795
  });
3801
3796
  function ct(e) {
3802
- const a = v(() => {
3797
+ const a = p(() => {
3803
3798
  var l;
3804
3799
  switch (e.currentStatus) {
3805
3800
  case void 0:
3806
3801
  case null:
3807
3802
  case "":
3808
- return (l = e.steps.filter((i) => i.status === "complete")) == null ? void 0 : l.length;
3803
+ return (l = e.steps.filter((r) => r.status === "complete")) == null ? void 0 : l.length;
3809
3804
  case "complete":
3810
3805
  return e.steps.length;
3811
3806
  case "in-progress":
@@ -3813,9 +3808,9 @@ function ct(e) {
3813
3808
  default:
3814
3809
  return e.currentStep;
3815
3810
  }
3816
- }), t = v(() => `${a.value} of ${e.steps.length} completed.`);
3817
- function n(l, i) {
3818
- return l || (e.currentStatus ? i < e.currentStep ? "complete" : i === e.currentStep ? e.currentStatus : "not-started" : "not-started");
3811
+ }), t = p(() => `${a.value} of ${e.steps.length} completed.`);
3812
+ function n(l, r) {
3813
+ return l || (e.currentStatus ? r < e.currentStep ? "complete" : r === e.currentStep ? e.currentStatus : "not-started" : "not-started");
3819
3814
  }
3820
3815
  return {
3821
3816
  progressStep: a,
@@ -3823,7 +3818,7 @@ function ct(e) {
3823
3818
  getStatus: n
3824
3819
  };
3825
3820
  }
3826
- const ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], ol = ["data-status"], co = {
3821
+ const ol = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], il = ["data-status"], fo = {
3827
3822
  __name: "BsProgressBar",
3828
3823
  props: {
3829
3824
  /** @type {Status} */
@@ -3852,25 +3847,25 @@ const ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], ol = ["data-sta
3852
3847
  },
3853
3848
  setup(e) {
3854
3849
  const a = e, { progressStep: t, progressText: n, getStatus: l } = ct(a);
3855
- return (i, u) => (d(), p("div", {
3850
+ return (r, u) => (s(), v("div", {
3856
3851
  "aria-valuemax": e.steps.length,
3857
3852
  "aria-valuenow": f(t),
3858
3853
  "aria-valuetext": f(n),
3859
3854
  class: "bs-progress-bar",
3860
3855
  role: "progressbar"
3861
3856
  }, [
3862
- (d(!0), p(U, null, J(e.steps, (o, s) => (d(), p("div", {
3857
+ (s(!0), v(W, null, _(e.steps, (o, d) => (s(), v("div", {
3863
3858
  class: "bs-step-item",
3864
- "data-status": f(l)(o.status, s),
3859
+ "data-status": f(l)(o.status, d),
3865
3860
  "data-variant": "progress",
3866
3861
  key: o.id || o.label,
3867
3862
  role: "status"
3868
3863
  }, [
3869
- b("span", null, T(o.label || o) + " : " + T(f(l)(o.status, s) || "not started"), 1)
3870
- ], 8, ol))), 128))
3871
- ], 8, ll));
3864
+ b("span", null, C(o.label || o) + " : " + C(f(l)(o.status, d) || "not started"), 1)
3865
+ ], 8, il))), 128))
3866
+ ], 8, ol));
3872
3867
  }
3873
- }, il = ["data-size"], rl = ["checked", "disabled", "id", "required", "value", "data-error"], fo = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
3868
+ }, rl = ["data-size"], sl = ["checked", "disabled", "id", "required", "value", "data-error"], vo = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
3874
3869
  __name: "BsRadio",
3875
3870
  props: {
3876
3871
  label: {
@@ -3914,39 +3909,39 @@ const ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], ol = ["data-sta
3914
3909
  },
3915
3910
  emits: ["update:modelValue"],
3916
3911
  setup(e, { emit: a }) {
3917
- const t = e, [n] = Q(), l = v(() => je.concat(t.passAttrs.split(","))), i = v(() => t.inputId || n.value), u = v(() => t.checked || t.modelValue && t.modelValue === t.value);
3918
- return (o, s) => (d(), p("div", N({
3912
+ const t = e, [n] = Z(), l = p(() => Fe.concat(t.passAttrs.split(","))), r = p(() => t.inputId || n.value), u = p(() => t.checked || t.modelValue && t.modelValue === t.value);
3913
+ return (o, d) => (s(), v("div", z({
3919
3914
  class: "bs-boolean",
3920
3915
  "data-component": "bs-radio",
3921
3916
  "data-size": e.size
3922
- }, f(K)(o.$attrs, l.value).remaining), [
3923
- b("input", N({
3917
+ }, f(Y)(o.$attrs, l.value).remaining), [
3918
+ b("input", z({
3924
3919
  checked: u.value,
3925
3920
  disabled: e.disabled,
3926
- id: o.$attrs.id || i.value,
3921
+ id: o.$attrs.id || r.value,
3927
3922
  required: e.required,
3928
3923
  type: "radio",
3929
3924
  value: e.value,
3930
3925
  "data-error": e.error
3931
- }, f(K)(o.$attrs, l.value).filtered, {
3932
- onChange: s[0] || (s[0] = (r) => o.$emit("update:modelValue", r.target.value))
3933
- }), null, 16, rl),
3934
- e.label || o.$slots.label ? (d(), O(ne, {
3926
+ }, f(Y)(o.$attrs, l.value).filtered, {
3927
+ onChange: d[0] || (d[0] = (i) => o.$emit("update:modelValue", i.target.value))
3928
+ }), null, 16, sl),
3929
+ e.label || o.$slots.label ? (s(), E(oe, {
3935
3930
  key: 0,
3936
- for: o.$attrs.id || i.value,
3931
+ for: o.$attrs.id || r.value,
3937
3932
  disabled: e.disabled,
3938
3933
  required: e.required
3939
3934
  }, {
3940
- default: D(() => [
3941
- L(o.$slots, "label", {}, () => [
3942
- G(T(e.label), 1)
3935
+ default: L(() => [
3936
+ x(o.$slots, "label", {}, () => [
3937
+ H(C(e.label), 1)
3943
3938
  ])
3944
3939
  ]),
3945
3940
  _: 3
3946
- }, 8, ["for", "disabled", "required"])) : w("", !0)
3947
- ], 16, il));
3941
+ }, 8, ["for", "disabled", "required"])) : S("", !0)
3942
+ ], 16, rl));
3948
3943
  }
3949
- }), sl = ["id", "disabled", "required", "data-error", "value"], dl = {
3944
+ }), dl = ["id", "disabled", "required", "data-error", "value"], ul = {
3950
3945
  __name: "BsSelect",
3951
3946
  props: {
3952
3947
  disabled: { type: Boolean, default: !1 },
@@ -3959,8 +3954,8 @@ const ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], ol = ["data-sta
3959
3954
  },
3960
3955
  emits: ["update:modelValue"],
3961
3956
  setup(e, { emit: a }) {
3962
- const t = e, n = v(() => ({ [t.error ? "aria-errormessage" : "aria-describedby"]: t.hintId }));
3963
- return (l, i) => (d(), p("select", N({
3957
+ const t = e, n = p(() => ({ [t.error ? "aria-errormessage" : "aria-describedby"]: t.hintId }));
3958
+ return (l, r) => (s(), v("select", z({
3964
3959
  id: l.$attrs.id || e.inputId,
3965
3960
  class: "bs-select",
3966
3961
  "data-component": "bs-select",
@@ -3969,12 +3964,12 @@ const ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], ol = ["data-sta
3969
3964
  "data-error": e.error,
3970
3965
  value: e.value || e.modelValue
3971
3966
  }, n.value, {
3972
- onChange: i[0] || (i[0] = (u) => l.$emit("update:modelValue", u.target.value))
3967
+ onChange: r[0] || (r[0] = (u) => l.$emit("update:modelValue", u.target.value))
3973
3968
  }), [
3974
- L(l.$slots, "default")
3975
- ], 16, sl));
3969
+ x(l.$slots, "default")
3970
+ ], 16, dl));
3976
3971
  }
3977
- }, ul = ["selected", "disabled"], cl = ["disabled", "selected", "value"], po = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
3972
+ }, cl = ["selected", "disabled"], fl = ["disabled", "selected", "value"], po = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
3978
3973
  __name: "BsSelectField",
3979
3974
  props: {
3980
3975
  data: {
@@ -4018,66 +4013,66 @@ const ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], ol = ["data-sta
4018
4013
  modelValue: [String, Number]
4019
4014
  },
4020
4015
  setup(e) {
4021
- const a = e, [t, n] = Q(2), l = v(() => ga.concat(a.passAttrs.split(","))), i = v(() => {
4022
- var r, c;
4023
- return ((c = (r = a.hints) == null ? void 0 : r.join) == null ? void 0 : c.call(r, `
4016
+ const a = e, [t, n] = Z(2), l = p(() => ma.concat(a.passAttrs.split(","))), r = p(() => {
4017
+ var i, c;
4018
+ return ((c = (i = a.hints) == null ? void 0 : i.join) == null ? void 0 : c.call(i, `
4024
4019
  `)) || a.hints;
4025
- }), u = v(() => a.error && a.errorMsg || a.hint || i.value || void 0), o = v(() => a.inputId || t.value), s = v(() => a.value || a.modelValue);
4026
- return (r, c) => (d(), p("div", N({ "data-component": "bs-select-field" }, f(K)(r.$attrs, l.value).remaining), [
4027
- e.label || r.$slots.label ? (d(), O(ne, {
4020
+ }), u = p(() => a.error && a.errorMsg || a.hint || r.value || void 0), o = p(() => a.inputId || t.value), d = p(() => a.value || a.modelValue);
4021
+ return (i, c) => (s(), v("div", z({ "data-component": "bs-select-field" }, f(Y)(i.$attrs, l.value).remaining), [
4022
+ e.label || i.$slots.label ? (s(), E(oe, {
4028
4023
  key: 0,
4029
- for: r.$attrs.id || o.value,
4024
+ for: i.$attrs.id || o.value,
4030
4025
  disabled: e.disabled,
4031
4026
  required: e.required
4032
4027
  }, {
4033
- default: D(() => [
4034
- L(r.$slots, "label", {}, () => [
4035
- G(T(e.label), 1)
4028
+ default: L(() => [
4029
+ x(i.$slots, "label", {}, () => [
4030
+ H(C(e.label), 1)
4036
4031
  ])
4037
4032
  ]),
4038
4033
  _: 3
4039
- }, 8, ["for", "disabled", "required"])) : w("", !0),
4040
- V(dl, N({
4034
+ }, 8, ["for", "disabled", "required"])) : S("", !0),
4035
+ A(ul, z({
4041
4036
  disabled: e.disabled,
4042
4037
  error: e.error,
4043
4038
  "hint-id": f(n),
4044
- "input-id": r.$attrs.id || o.value,
4039
+ "input-id": i.$attrs.id || o.value,
4045
4040
  required: e.required,
4046
- value: s.value,
4047
- "onUpdate:modelValue": c[0] || (c[0] = (h) => r.$emit("update:modelValue", h))
4048
- }, f(K)(r.$attrs, l.value).filtered), {
4049
- default: D(() => [
4041
+ value: d.value,
4042
+ "onUpdate:modelValue": c[0] || (c[0] = (h) => i.$emit("update:modelValue", h))
4043
+ }, f(Y)(i.$attrs, l.value).filtered), {
4044
+ default: L(() => [
4050
4045
  b("option", {
4051
- selected: !s.value,
4046
+ selected: !d.value,
4052
4047
  value: "",
4053
- disabled: !!s.value
4054
- }, T(e.disabled ? "" : e.placeholder), 9, ul),
4055
- (d(!0), p(U, null, J(e.data, (h) => (d(), p("option", {
4048
+ disabled: !!d.value
4049
+ }, C(e.disabled ? "" : e.placeholder), 9, cl),
4050
+ (s(!0), v(W, null, _(e.data, (h) => (s(), v("option", {
4056
4051
  key: h.value,
4057
4052
  disabled: h.disabled,
4058
- selected: s.value === h.value,
4053
+ selected: d.value === h.value,
4059
4054
  value: h.value
4060
- }, T(h.label), 9, cl))), 128))
4055
+ }, C(h.label), 9, fl))), 128))
4061
4056
  ]),
4062
4057
  _: 1
4063
4058
  }, 16, ["disabled", "error", "hint-id", "input-id", "required", "value"]),
4064
- u.value ? (d(), O(pe, {
4059
+ u.value ? (s(), E(Be, {
4065
4060
  key: 1,
4066
4061
  "data-disabled": e.disabled,
4067
4062
  error: e.error,
4068
4063
  "error-msg": e.errorMsg,
4069
- hint: e.hint || i.value,
4064
+ hint: e.hint || r.value,
4070
4065
  "hint-id": f(n)
4071
- }, null, 8, ["data-disabled", "error", "error-msg", "hint", "hint-id"])) : w("", !0)
4066
+ }, null, 8, ["data-disabled", "error", "error-msg", "hint", "hint-id"])) : S("", !0)
4072
4067
  ], 16));
4073
4068
  }
4074
- }), fl = ["data-size", "data-variant"], pl = ["stroke"], vl = { key: 0 }, hl = /* @__PURE__ */ b("linearGradient", { id: "bs-spinner-gradient" }, [
4069
+ }), vl = ["data-size", "data-variant"], pl = ["stroke"], hl = { key: 0 }, bl = /* @__PURE__ */ b("linearGradient", { id: "bs-spinner-gradient" }, [
4075
4070
  /* @__PURE__ */ b("stop", { offset: "0%" }),
4076
4071
  /* @__PURE__ */ b("stop", { offset: "49%" }),
4077
4072
  /* @__PURE__ */ b("stop", { offset: "100%" })
4078
- ], -1), bl = [
4079
- hl
4080
- ], vo = {
4073
+ ], -1), gl = [
4074
+ bl
4075
+ ], ho = {
4081
4076
  __name: "BsSpinner",
4082
4077
  props: {
4083
4078
  label: {
@@ -4094,7 +4089,7 @@ const ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], ol = ["data-sta
4094
4089
  }
4095
4090
  },
4096
4091
  setup(e) {
4097
- return (a, t) => (d(), p("svg", {
4092
+ return (a, t) => (s(), v("svg", {
4098
4093
  class: "bs-spinner",
4099
4094
  "data-size": e.size,
4100
4095
  "data-variant": e.variant,
@@ -4103,7 +4098,7 @@ const ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], ol = ["data-sta
4103
4098
  viewBox: "0 0 100 100",
4104
4099
  xmlns: "http://www.w3.org/2000/svg"
4105
4100
  }, [
4106
- b("title", null, T(e.label), 1),
4101
+ b("title", null, C(e.label), 1),
4107
4102
  b("circle", {
4108
4103
  cx: "50",
4109
4104
  cy: "50",
@@ -4111,10 +4106,10 @@ const ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], ol = ["data-sta
4111
4106
  r: "45",
4112
4107
  stroke: e.variant === "gradient" ? "url(#bs-spinner-gradient)" : void 0
4113
4108
  }, null, 8, pl),
4114
- e.variant === "gradient" ? (d(), p("defs", vl, bl)) : w("", !0)
4115
- ], 8, fl));
4109
+ e.variant === "gradient" ? (s(), v("defs", hl, gl)) : S("", !0)
4110
+ ], 8, vl));
4116
4111
  }
4117
- }, gl = ["data-size"], ml = ["data-disabled", "data-pending", "data-size"], yl = ["checked", "disabled", "id"], Bl = ["data-inner-on-label", "data-inner-off-label"], ho = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
4112
+ }, ml = ["data-size"], yl = ["data-disabled", "data-pending", "data-size"], Bl = ["checked", "disabled", "id"], Sl = ["data-inner-on-label", "data-inner-off-label"], bo = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
4118
4113
  __name: "BsSwitch",
4119
4114
  props: {
4120
4115
  checked: {
@@ -4160,48 +4155,48 @@ const ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], ol = ["data-sta
4160
4155
  },
4161
4156
  emits: ["update:modelValue"],
4162
4157
  setup(e, { emit: a }) {
4163
- const t = e, n = a, [l] = Q(), i = v(() => je.concat(t.passAttrs.split(","))), u = v(() => t.inputId || l.value), o = v(() => t.checked || t.modelValue);
4164
- return (s, r) => (d(), p("div", N({
4158
+ const t = e, n = a, [l] = Z(), r = p(() => Fe.concat(t.passAttrs.split(","))), u = p(() => t.inputId || l.value), o = p(() => t.checked || t.modelValue);
4159
+ return (d, i) => (s(), v("div", z({
4165
4160
  class: "bs-boolean",
4166
4161
  "data-component": "bs-switch",
4167
4162
  "data-size": e.size
4168
- }, f(K)(s.$attrs, i.value).remaining), [
4169
- e.label || s.$slots.label ? (d(), O(ne, {
4163
+ }, f(Y)(d.$attrs, r.value).remaining), [
4164
+ e.label || d.$slots.label ? (s(), E(oe, {
4170
4165
  key: 0,
4171
- for: s.$attrs.id || u.value,
4166
+ for: d.$attrs.id || u.value,
4172
4167
  disabled: e.disabled,
4173
4168
  hide: e.hideLabel
4174
4169
  }, {
4175
- default: D(() => [
4176
- L(s.$slots, "label", {}, () => [
4177
- G(T(e.label), 1)
4170
+ default: L(() => [
4171
+ x(d.$slots, "label", {}, () => [
4172
+ H(C(e.label), 1)
4178
4173
  ])
4179
4174
  ]),
4180
4175
  _: 3
4181
- }, 8, ["for", "disabled", "hide"])) : w("", !0),
4176
+ }, 8, ["for", "disabled", "hide"])) : S("", !0),
4182
4177
  b("div", {
4183
4178
  class: "bs-switch",
4184
4179
  "data-disabled": e.disabled,
4185
4180
  "data-pending": e.pending,
4186
4181
  "data-size": e.size
4187
4182
  }, [
4188
- b("input", N({
4183
+ b("input", z({
4189
4184
  checked: o.value,
4190
4185
  disabled: e.disabled,
4191
- id: s.$attrs.id || u.value,
4186
+ id: d.$attrs.id || u.value,
4192
4187
  type: "checkbox"
4193
- }, f(K)(s.$attrs, i.value).filtered, {
4194
- onChange: r[0] || (r[0] = (c) => n("update:modelValue", c.target.checked))
4195
- }), null, 16, yl),
4188
+ }, f(Y)(d.$attrs, r.value).filtered, {
4189
+ onChange: i[0] || (i[0] = (c) => n("update:modelValue", c.target.checked))
4190
+ }), null, 16, Bl),
4196
4191
  b("span", {
4197
4192
  "aria-hidden": "true",
4198
4193
  "data-inner-on-label": e.innerOnLabel,
4199
4194
  "data-inner-off-label": e.innerOffLabel
4200
- }, null, 8, Bl)
4201
- ], 8, ml)
4202
- ], 16, gl));
4195
+ }, null, 8, Sl)
4196
+ ], 8, yl)
4197
+ ], 16, ml));
4203
4198
  }
4204
- }), Sl = ["aria-controls", "aria-selected", "data-hidden"], bo = {
4199
+ }), $l = ["aria-controls", "aria-selected", "data-hidden"], go = {
4205
4200
  __name: "BsTab",
4206
4201
  props: {
4207
4202
  activeTabId: {
@@ -4218,32 +4213,32 @@ const ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], ol = ["data-sta
4218
4213
  },
4219
4214
  emits: ["tabClick"],
4220
4215
  setup(e, { emit: a }) {
4221
- const t = e, n = se(), l = B(), i = v(() => t.activeTabId === n.id), u = v(() => t.panelId || `${n.id}-panel`);
4222
- function o(r) {
4223
- (r.key === "Enter" || r.key === " ") && (r.preventDefault(), r.stopPropagation(), s());
4216
+ const t = e, n = fe(), l = g(), r = p(() => t.activeTabId === n.id), u = p(() => t.panelId || `${n.id}-panel`);
4217
+ function o(i) {
4218
+ (i.key === "Enter" || i.key === " ") && (i.preventDefault(), i.stopPropagation(), d());
4224
4219
  }
4225
- function s() {
4220
+ function d() {
4226
4221
  if (t.activeTabId !== n.id) {
4227
- const r = new CustomEvent("tabClick", { detail: n.id, bubbles: !0 });
4228
- l.value.dispatchEvent(r);
4222
+ const i = new CustomEvent("tabClick", { detail: n.id, bubbles: !0 });
4223
+ l.value.dispatchEvent(i);
4229
4224
  }
4230
4225
  }
4231
- return (r, c) => (d(), p("div", {
4226
+ return (i, c) => (s(), v("div", {
4232
4227
  "aria-controls": u.value,
4233
- "aria-selected": i.value ? "true" : "false",
4228
+ "aria-selected": r.value ? "true" : "false",
4234
4229
  "data-hidden": e.hidden || void 0,
4235
4230
  "data-component": "bs-tab",
4236
4231
  role: "tab",
4237
4232
  tabindex: "0",
4238
4233
  ref_key: "hostEl",
4239
4234
  ref: l,
4240
- onClick: s,
4235
+ onClick: d,
4241
4236
  onKeydown: o
4242
4237
  }, [
4243
- L(r.$slots, "default")
4244
- ], 40, Sl));
4238
+ x(i.$slots, "default")
4239
+ ], 40, $l));
4245
4240
  }
4246
- }, $l = ["id", "data-resizing"], wl = ["aria-controls", "aria-expanded", "data-active", "data-hidden", "id"], kl = 73, Il = 20, Cl = 16, go = {
4241
+ }, wl = ["id", "data-resizing"], kl = ["aria-controls", "aria-expanded", "data-active", "data-hidden", "id"], Il = 73, Cl = 20, Tl = 16, mo = {
4247
4242
  __name: "BsTabList",
4248
4243
  props: {
4249
4244
  activeTabId: { type: String, required: !0 },
@@ -4254,182 +4249,182 @@ const ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], ol = ["data-sta
4254
4249
  },
4255
4250
  emits: ["tabChange", "update:modelValue"],
4256
4251
  setup(e, { emit: a }) {
4257
- const t = e, n = a, l = B(!1), i = B(!1), u = B([]), o = B(!1), s = B(!1), r = B(), c = B([]), h = B(!1), k = B([]), g = B(), x = B(), $ = B(), [C, q] = Q(2), y = v(() => t.activeTabId ? k.value.findIndex((S) => S.id === t.activeTabId) : 0), m = v(() => u.value.some((S) => S.id === t.activeTabId)), z = v(() => `${q.value}-options`), I = v(() => `${q.value}-toggle`), A = v(() => {
4258
- var S;
4259
- return m.value ? (S = k.value[y.value]) == null ? void 0 : S.textContent : "More";
4260
- }), P = v(() => m.value ? c.value[y.value] - c.value[y.value - 1] + Il : kl), F = v(() => {
4261
- var E, j;
4262
- let S = [];
4252
+ const t = e, n = a, l = g(!1), r = g(!1), u = g([]), o = g(!1), d = g(!1), i = g(), c = g([]), h = g(!1), w = g([]), $ = g(), M = g(), k = g(), [I, O] = Z(2), y = p(() => t.activeTabId ? w.value.findIndex((B) => B.id === t.activeTabId) : 0), m = p(() => u.value.some((B) => B.id === t.activeTabId)), P = p(() => `${O.value}-options`), D = p(() => `${O.value}-toggle`), R = p(() => {
4253
+ var B;
4254
+ return m.value ? (B = w.value[y.value]) == null ? void 0 : B.textContent : "More";
4255
+ }), U = p(() => m.value ? c.value[y.value] - c.value[y.value - 1] + Cl : Il), J = p(() => {
4256
+ var V, F;
4257
+ let B = [];
4263
4258
  if (typeof window > "u")
4264
- return S;
4265
- for (let X of k.value) {
4266
- if (((E = X.dataset) == null ? void 0 : E.hidden) === "true" || ((j = X.dataset) == null ? void 0 : j.hidden) === "" || X.getAttribute("tabindex") === "-1")
4259
+ return B;
4260
+ for (let Q of w.value) {
4261
+ if (((V = Q.dataset) == null ? void 0 : V.hidden) === "true" || ((F = Q.dataset) == null ? void 0 : F.hidden) === "" || Q.getAttribute("tabindex") === "-1")
4267
4262
  break;
4268
- S.push(X);
4263
+ B.push(Q);
4269
4264
  }
4270
- return s.value && S.push(r.value.querySelector(".bs-tab-list-toggle")), S;
4265
+ return d.value && B.push(i.value.querySelector(".bs-tab-list-toggle")), B;
4271
4266
  });
4272
- function _() {
4273
- var le;
4274
- let S = !1, E, j = 0, X = !1, ee = [];
4275
- if ((le = k.value) != null && le.length) {
4276
- for (let te = 0; te < k.value.length; te++) {
4277
- if (E = k.value[te], E.setAttribute("tabindex", "-1"), X && te !== y.value) {
4278
- E.dataset.hidden = "true", ee.push(E);
4267
+ function ee() {
4268
+ var de;
4269
+ let B = !1, V, F = 0, Q = !1, ae = [];
4270
+ if ((de = w.value) != null && de.length) {
4271
+ for (let ne = 0; ne < w.value.length; ne++) {
4272
+ if (V = w.value[ne], V.setAttribute("tabindex", "-1"), Q && ne !== y.value) {
4273
+ V.dataset.hidden = "true", ae.push(V);
4279
4274
  continue;
4280
4275
  }
4281
- if (j = te < k.value.length - 1 ? $.value - P.value : $.value, c.value[te] > j) {
4282
- E.dataset.hidden = "true", ee.push(E), S = !0, X = !0;
4276
+ if (F = ne < w.value.length - 1 ? k.value - U.value : k.value, c.value[ne] > F) {
4277
+ V.dataset.hidden = "true", ae.push(V), B = !0, Q = !0;
4283
4278
  continue;
4284
4279
  }
4285
- E.dataset.hidden = "false", E.setAttribute("tabindex", "0");
4280
+ V.dataset.hidden = "false", V.setAttribute("tabindex", "0");
4286
4281
  }
4287
- s.value = S, u.value = ee, l.value || ce(() => l.value = !0), setTimeout(() => {
4288
- M(), h.value = !0;
4282
+ d.value = B, u.value = ae, l.value || ge(() => l.value = !0), setTimeout(() => {
4283
+ q(), h.value = !0;
4289
4284
  }, h.value ? 0 : 1e3);
4290
4285
  }
4291
4286
  }
4292
- function de(S) {
4293
- n("tabChange", S), n("update:modelValue", S);
4287
+ function ie(B) {
4288
+ n("tabChange", B), n("update:modelValue", B);
4294
4289
  }
4295
- function xe(S) {
4296
- var X, ee, le;
4297
- const E = (le = (ee = (X = k.value[S]) == null ? void 0 : X.getBoundingClientRect) == null ? void 0 : ee.call(X)) == null ? void 0 : le.width;
4298
- return E || (S === 0 ? c.value[0] : c.value[S] - c.value[S - 1]) || 0;
4290
+ function pe(B) {
4291
+ var Q, ae, de;
4292
+ const V = (de = (ae = (Q = w.value[B]) == null ? void 0 : Q.getBoundingClientRect) == null ? void 0 : ae.call(Q)) == null ? void 0 : de.width;
4293
+ return V || (B === 0 ? c.value[0] : c.value[B] - c.value[B - 1]) || 0;
4299
4294
  }
4300
- function Ae() {
4301
- var S;
4302
- (S = k.value[y.value]) == null || S.setAttribute("aria-selected", "true"), _();
4295
+ function he() {
4296
+ var B;
4297
+ (B = w.value[y.value]) == null || B.setAttribute("aria-selected", "true"), ee();
4303
4298
  }
4304
- function Le() {
4305
- var S;
4306
- (S = g.value) == null || S.focus(), o.value = !1;
4299
+ function re() {
4300
+ var B;
4301
+ (B = $.value) == null || B.focus(), o.value = !1;
4307
4302
  }
4308
- function Ve() {
4309
- o.value = !o.value, i.value || (i.value = !0);
4303
+ function T() {
4304
+ o.value = !o.value, r.value || (r.value = !0);
4310
4305
  }
4311
- function Ee(S) {
4312
- var E;
4313
- o.value = !1, (E = g.value) == null || E.focus(), de(S);
4306
+ function j(B) {
4307
+ var V;
4308
+ o.value = !1, (V = $.value) == null || V.focus(), ie(B);
4314
4309
  }
4315
- function De(S) {
4310
+ function se(B) {
4316
4311
  if (t.withBsTabs)
4317
4312
  return;
4318
- const E = S.target.closest('[role="tab"]');
4319
- if (!E || E.getAttribute("aria-selected") === "true")
4313
+ const V = B.target.closest('[role="tab"]');
4314
+ if (!V || V.getAttribute("aria-selected") === "true")
4320
4315
  return;
4321
- const j = E.getAttribute("id");
4322
- de(j);
4316
+ const F = V.getAttribute("id");
4317
+ ie(F);
4323
4318
  }
4324
- function Oe(S) {
4325
- if (S.key === "ArrowLeft" || S.key === "ArrowRight") {
4326
- const E = F.value.findIndex((j) => j.id === S.target.id);
4327
- if (E === -1)
4319
+ function De(B) {
4320
+ if (B.key === "ArrowLeft" || B.key === "ArrowRight") {
4321
+ const V = J.value.findIndex((F) => F.id === B.target.id);
4322
+ if (V === -1)
4328
4323
  return;
4329
- S.preventDefault(), S.stopPropagation(), S.key === "ArrowLeft" ? be(E) : he(E);
4324
+ B.preventDefault(), B.stopPropagation(), B.key === "ArrowLeft" ? we(V) : $e(V);
4330
4325
  }
4331
4326
  }
4332
- function he(S) {
4333
- var j;
4334
- const E = (S + 1) % F.value.length;
4335
- (j = F.value[E]) == null || j.focus();
4327
+ function $e(B) {
4328
+ var F;
4329
+ const V = (B + 1) % J.value.length;
4330
+ (F = J.value[V]) == null || F.focus();
4336
4331
  }
4337
- function be(S) {
4338
- var j;
4339
- const E = S === 0 ? F.value.length - 1 : S - 1;
4340
- (j = F.value[E]) == null || j.focus();
4332
+ function we(B) {
4333
+ var F;
4334
+ const V = B === 0 ? J.value.length - 1 : B - 1;
4335
+ (F = J.value[V]) == null || F.focus();
4341
4336
  }
4342
- function M() {
4343
- var le, te, Ge, He;
4344
- const S = parseInt(r.value.style.getPropertyValue("--active-line-offset")) || 0, E = $.value;
4345
- let j = 300, X = ((te = (le = F.value) == null ? void 0 : le[y.value]) == null ? void 0 : te.offsetLeft) || 0, ee = xe(y.value);
4346
- s.value && m.value && (X = (Ge = g.value) == null ? void 0 : Ge.offsetLeft, ee = (He = g.value) == null ? void 0 : He.offsetWidth), j = Math.max(Math.abs((X - S) / E * 300), 100), r.value.style.setProperty("--active-line-max-width", `${E}px`), r.value.style.setProperty("--active-line-scale", `${ee / E}`), r.value.style.setProperty("--active-line-offset", `${X}px`), r.value.style.setProperty("--active-line-transition-duration", `${j}ms`);
4337
+ function q() {
4338
+ var de, ne, Ge, He;
4339
+ const B = parseInt(i.value.style.getPropertyValue("--active-line-offset")) || 0, V = k.value;
4340
+ let F = 300, Q = ((ne = (de = J.value) == null ? void 0 : de[y.value]) == null ? void 0 : ne.offsetLeft) || 0, ae = pe(y.value);
4341
+ d.value && m.value && (Q = (Ge = $.value) == null ? void 0 : Ge.offsetLeft, ae = (He = $.value) == null ? void 0 : He.offsetWidth), F = Math.max(Math.abs((Q - B) / V * 300), 100), i.value.style.setProperty("--active-line-max-width", `${V}px`), i.value.style.setProperty("--active-line-scale", `${ae / V}`), i.value.style.setProperty("--active-line-offset", `${Q}px`), i.value.style.setProperty("--active-line-transition-duration", `${F}ms`);
4347
4342
  }
4348
- function W() {
4349
- var S, E;
4350
- (E = (S = x.value) == null ? void 0 : S.disconnect) == null || E.call(S), x.value = null;
4343
+ function G() {
4344
+ var B, V;
4345
+ (V = (B = M.value) == null ? void 0 : B.disconnect) == null || V.call(B), M.value = null;
4351
4346
  }
4352
- function H() {
4353
- x.value = new ResizeObserver((S) => {
4354
- for (let E of S)
4355
- $.value = E.contentBoxSize[0].inlineSize;
4356
- _();
4357
- }), x.value.observe(r.value);
4347
+ function K() {
4348
+ M.value = new ResizeObserver((B) => {
4349
+ for (let V of B)
4350
+ k.value = V.contentBoxSize[0].inlineSize;
4351
+ ee();
4352
+ }), M.value.observe(i.value);
4358
4353
  }
4359
- function ue() {
4360
- k.value = Array.from(r.value.children).filter((S) => S.role === "tab");
4354
+ function be() {
4355
+ w.value = Array.from(i.value.children).filter((B) => B.role === "tab");
4361
4356
  }
4362
4357
  function ft() {
4363
- let S;
4364
- k.value.forEach((E, j) => {
4365
- S = E.getBoundingClientRect().width + Cl, c.value.push(j ? S + c.value[j - 1] : S);
4358
+ let B;
4359
+ w.value.forEach((V, F) => {
4360
+ B = V.getBoundingClientRect().width + Tl, c.value.push(F ? B + c.value[F - 1] : B);
4366
4361
  });
4367
4362
  }
4368
- return R(() => t.activeTabId, Ae), Y(() => {
4369
- var S;
4363
+ return N(() => t.activeTabId, he), X(() => {
4364
+ var B;
4370
4365
  try {
4371
- ue(), ft(), H(), $.value = r.value.getBoundingClientRect().width, _(), t.withBsTabs || (S = k.value[y.value]) == null || S.setAttribute("aria-selected", "true");
4372
- } catch (E) {
4373
- console.log("tab error", E);
4366
+ be(), ft(), K(), k.value = i.value.getBoundingClientRect().width, ee(), t.withBsTabs || (B = w.value[y.value]) == null || B.setAttribute("aria-selected", "true");
4367
+ } catch (V) {
4368
+ console.log("tab error", V);
4374
4369
  }
4375
- }), re(W), (S, E) => (d(), p("div", {
4370
+ }), ve(G), (B, V) => (s(), v("div", {
4376
4371
  class: "bs-tab-list",
4377
4372
  "data-component": "bs-tab-list",
4378
- id: S.$attrs.id || f(C),
4373
+ id: B.$attrs.id || f(I),
4379
4374
  ref_key: "hostEl",
4380
- ref: r,
4375
+ ref: i,
4381
4376
  role: "tablist",
4382
4377
  "data-resizing": !l.value || void 0,
4383
- onClick: De,
4384
- "on:tabClick": E[0] || (E[0] = (j) => de(j.detail)),
4385
- onKeydown: Oe
4378
+ onClick: se,
4379
+ "on:tabClick": V[0] || (V[0] = (F) => ie(F.detail)),
4380
+ onKeydown: De
4386
4381
  }, [
4387
- L(S.$slots, "default"),
4382
+ x(B.$slots, "default"),
4388
4383
  b("button", {
4389
- "aria-controls": f(q),
4384
+ "aria-controls": f(O),
4390
4385
  "aria-expanded": o.value,
4391
4386
  class: "bs-tab-list-toggle",
4392
4387
  "data-active": m.value || void 0,
4393
- "data-hidden": !s.value,
4394
- id: I.value,
4388
+ "data-hidden": !d.value,
4389
+ id: D.value,
4395
4390
  ref_key: "dropdownToggle",
4396
- ref: g,
4397
- onClick: Ve
4391
+ ref: $,
4392
+ onClick: T
4398
4393
  }, [
4399
- V(f(wt), { size: "sm" }),
4400
- G(" " + T(A.value), 1)
4401
- ], 8, wl),
4402
- V(We, {
4403
- "anchor-id": I.value,
4404
- "container-id": S.$attrs.id || f(C),
4394
+ A(f(kt), { size: "sm" }),
4395
+ H(" " + C(R.value), 1)
4396
+ ], 8, kl),
4397
+ A(We, {
4398
+ "anchor-id": D.value,
4399
+ "container-id": B.$attrs.id || f(I),
4405
4400
  "helper-description": e.helperDescription || void 0,
4406
4401
  "helper-text": e.helperText,
4407
- id: f(q),
4408
- "options-id": z.value,
4402
+ id: f(O),
4403
+ "options-id": P.value,
4409
4404
  position: "right",
4410
4405
  preloaded: "",
4411
4406
  shown: o.value,
4412
4407
  width: "content",
4413
- onClose: Le,
4414
- "onUpdate:modelValue": Ee
4408
+ onClose: re,
4409
+ "onUpdate:modelValue": j
4415
4410
  }, {
4416
- default: D(() => [
4417
- (d(!0), p(U, null, J(u.value, (j) => (d(), O(Ue, {
4418
- key: j.id,
4419
- value: j.id,
4420
- "options-id": z.value
4411
+ default: L(() => [
4412
+ (s(!0), v(W, null, _(u.value, (F) => (s(), E(Ue, {
4413
+ key: F.id,
4414
+ value: F.id,
4415
+ "options-id": P.value
4421
4416
  }, {
4422
- default: D(() => [
4423
- G(T(j.textContent), 1)
4417
+ default: L(() => [
4418
+ H(C(F.textContent), 1)
4424
4419
  ]),
4425
4420
  _: 2
4426
4421
  }, 1032, ["value", "options-id"]))), 128))
4427
4422
  ]),
4428
4423
  _: 1
4429
4424
  }, 8, ["anchor-id", "container-id", "helper-description", "helper-text", "id", "options-id", "shown"])
4430
- ], 40, $l));
4425
+ ], 40, wl));
4431
4426
  }
4432
- }, Tl = ["aria-labelledby", "data-active", "id"], mo = {
4427
+ }, xl = ["aria-labelledby", "data-active", "id"], yo = {
4433
4428
  __name: "BsTabPanel",
4434
4429
  props: {
4435
4430
  activeTabId: {
@@ -4442,18 +4437,18 @@ const ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], ol = ["data-sta
4442
4437
  }
4443
4438
  },
4444
4439
  setup(e) {
4445
- const a = e, t = se(), n = v(() => a.activeTabId && a.activeTabId === a.tabId), l = v(() => t.id || `${a.tabId}-panel`);
4446
- return (i, u) => (d(), p("section", {
4440
+ const a = e, t = fe(), n = p(() => a.activeTabId && a.activeTabId === a.tabId), l = p(() => t.id || `${a.tabId}-panel`);
4441
+ return (r, u) => (s(), v("section", {
4447
4442
  "aria-labelledby": e.tabId,
4448
4443
  "data-active": n.value,
4449
4444
  "data-component": "bs-tab-panel",
4450
4445
  id: l.value,
4451
4446
  role: "tabpanel"
4452
4447
  }, [
4453
- L(i.$slots, "default")
4454
- ], 8, Tl));
4448
+ x(r.$slots, "default")
4449
+ ], 8, xl));
4455
4450
  }
4456
- }, xl = ["data-error", "id", "rows", "value"], Al = {
4451
+ }, Al = ["data-error", "id", "rows", "value"], Vl = {
4457
4452
  __name: "BsTextarea",
4458
4453
  props: {
4459
4454
  error: {
@@ -4468,18 +4463,18 @@ const ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], ol = ["data-sta
4468
4463
  },
4469
4464
  emits: ["update:modelValue"],
4470
4465
  setup(e, { emit: a }) {
4471
- const t = e, n = v(() => ({ [t.error ? "aria-errormessage" : "aria-describedby"]: t.hintId }));
4472
- return (l, i) => (d(), p("textarea", N({
4466
+ const t = e, n = p(() => ({ [t.error ? "aria-errormessage" : "aria-describedby"]: t.hintId }));
4467
+ return (l, r) => (s(), v("textarea", z({
4473
4468
  class: "bs-textarea",
4474
4469
  "data-component": "bs-textarea",
4475
4470
  "data-error": e.error,
4476
4471
  id: l.$attrs.id || e.inputId,
4477
4472
  rows: l.$attrs.rows || 6,
4478
4473
  value: e.value || e.modelValue,
4479
- onInput: i[0] || (i[0] = (u) => l.$emit("update:modelValue", u.target.value))
4480
- }, n.value), null, 16, xl));
4474
+ onInput: r[0] || (r[0] = (u) => l.$emit("update:modelValue", u.target.value))
4475
+ }, n.value), null, 16, Al));
4481
4476
  }
4482
- }, yo = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
4477
+ }, Bo = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
4483
4478
  __name: "BsTextareaField",
4484
4479
  props: {
4485
4480
  /** Sets the maximum value this textarea will allow. Will also display character count if present. This does not set maxlength, so users are able to enter text that is longer and edit it down. Enforcement of length must be by the developer. */
@@ -4528,40 +4523,40 @@ const ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], ol = ["data-sta
4528
4523
  },
4529
4524
  emits: ["update:modelValue"],
4530
4525
  setup(e, { emit: a }) {
4531
- const t = e, [n, l] = Q(2), i = v(() => ma.concat(t.passAttrs.split(","))), u = v(() => {
4526
+ const t = e, [n, l] = Z(2), r = p(() => ya.concat(t.passAttrs.split(","))), u = p(() => {
4532
4527
  var c;
4533
4528
  return ((c = t.value || t.modelValue) == null ? void 0 : c.length) || 0;
4534
- }), o = v(() => {
4529
+ }), o = p(() => {
4535
4530
  var c, h;
4536
4531
  return ((h = (c = t.hints) == null ? void 0 : c.join) == null ? void 0 : h.call(c, `
4537
4532
  `)) || t.hints;
4538
- }), s = v(() => t.error && t.errorMsg || t.hint || o.value || void 0), r = v(() => t.inputId || n.value);
4539
- return (c, h) => (d(), p("div", N({ "data-component": "bs-textarea-field" }, f(K)(c.$attrs, i.value).remaining), [
4540
- e.label || c.$slots.label ? (d(), O(ne, {
4533
+ }), d = p(() => t.error && t.errorMsg || t.hint || o.value || void 0), i = p(() => t.inputId || n.value);
4534
+ return (c, h) => (s(), v("div", z({ "data-component": "bs-textarea-field" }, f(Y)(c.$attrs, r.value).remaining), [
4535
+ e.label || c.$slots.label ? (s(), E(oe, {
4541
4536
  key: 0,
4542
- for: c.$attrs.id || r.value,
4537
+ for: c.$attrs.id || i.value,
4543
4538
  disabled: e.disabled,
4544
4539
  required: e.required
4545
4540
  }, {
4546
- default: D(() => [
4547
- L(c.$slots, "label", {}, () => [
4548
- G(T(e.label), 1)
4541
+ default: L(() => [
4542
+ x(c.$slots, "label", {}, () => [
4543
+ H(C(e.label), 1)
4549
4544
  ])
4550
4545
  ]),
4551
4546
  _: 3
4552
- }, 8, ["for", "disabled", "required"])) : w("", !0),
4553
- V(Al, N({
4547
+ }, 8, ["for", "disabled", "required"])) : S("", !0),
4548
+ A(Vl, z({
4554
4549
  disabled: e.disabled,
4555
4550
  error: e.error,
4556
4551
  "hint-id": f(l),
4557
- id: c.$attrs.id || r.value,
4552
+ id: c.$attrs.id || i.value,
4558
4553
  placeholder: e.placeholder,
4559
4554
  required: e.required,
4560
4555
  rows: e.rows,
4561
4556
  value: e.value || e.modelValue,
4562
- "onUpdate:modelValue": h[0] || (h[0] = (k) => c.$emit("update:modelValue", k))
4563
- }, f(K)(c.$attrs, i.value).filtered), null, 16, ["disabled", "error", "hint-id", "id", "placeholder", "required", "rows", "value"]),
4564
- s.value || e.charMax ? (d(), O(pe, {
4557
+ "onUpdate:modelValue": h[0] || (h[0] = (w) => c.$emit("update:modelValue", w))
4558
+ }, f(Y)(c.$attrs, r.value).filtered), null, 16, ["disabled", "error", "hint-id", "id", "placeholder", "required", "rows", "value"]),
4559
+ d.value || e.charMax ? (s(), E(Be, {
4565
4560
  key: 1,
4566
4561
  "char-count": u.value,
4567
4562
  "char-max": e.charMax,
@@ -4570,10 +4565,10 @@ const ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], ol = ["data-sta
4570
4565
  "error-msg": e.errorMsg,
4571
4566
  hint: e.hint || o.value,
4572
4567
  "hint-id": f(l)
4573
- }, null, 8, ["char-count", "char-max", "data-disabled", "error", "error-msg", "hint", "hint-id"])) : w("", !0)
4568
+ }, null, 8, ["char-count", "char-max", "data-disabled", "error", "error-msg", "hint", "hint-id"])) : S("", !0)
4574
4569
  ], 16));
4575
4570
  }
4576
- }), Ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], Vl = ["data-status"], El = { class: "visually-hidden" }, Bo = {
4571
+ }), Ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], El = ["data-status"], Ol = { class: "visually-hidden" }, So = {
4577
4572
  __name: "BsTimeline",
4578
4573
  props: {
4579
4574
  /** @type {Status} */
@@ -4602,43 +4597,43 @@ const ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], ol = ["data-sta
4602
4597
  },
4603
4598
  setup(e) {
4604
4599
  const a = e, t = {
4605
- cancelled: kt,
4606
- complete: It,
4607
- error: Ct,
4608
- "in-progress": Tt,
4600
+ cancelled: It,
4601
+ complete: Ct,
4602
+ error: Tt,
4603
+ "in-progress": xt,
4609
4604
  "not-started": Ye,
4610
- ongoing: xt,
4611
- paused: At,
4605
+ ongoing: At,
4606
+ paused: Vt,
4612
4607
  warning: st
4613
- }, { progressStep: n, progressText: l, getStatus: i } = ct(a);
4614
- function u(o, s) {
4615
- return o = i(o, s), t[o] || Ye;
4608
+ }, { progressStep: n, progressText: l, getStatus: r } = ct(a);
4609
+ function u(o, d) {
4610
+ return o = r(o, d), t[o] || Ye;
4616
4611
  }
4617
- return (o, s) => (d(), p("div", {
4612
+ return (o, d) => (s(), v("div", {
4618
4613
  "aria-valuemax": e.steps.length,
4619
4614
  "aria-valuenow": f(n),
4620
4615
  "aria-valuetext": f(l),
4621
4616
  class: "bs-timeline",
4622
4617
  role: "progressbar"
4623
4618
  }, [
4624
- (d(!0), p(U, null, J(e.steps, (r, c) => (d(), p("div", {
4619
+ (s(!0), v(W, null, _(e.steps, (i, c) => (s(), v("div", {
4625
4620
  class: "bs-step-item",
4626
- "data-status": f(i)(r.status, c),
4627
- key: r.id || r.label,
4621
+ "data-status": f(r)(i.status, c),
4622
+ key: i.id || i.label,
4628
4623
  role: "status"
4629
4624
  }, [
4630
- (d(), O(Z(u(r.status, c)), {
4625
+ (s(), E(te(u(i.status, c)), {
4631
4626
  class: "bs-step-icon",
4632
4627
  role: "presentation"
4633
4628
  })),
4634
4629
  b("p", null, [
4635
- G(T(r.label || r) + " ", 1),
4636
- b("span", El, " : " + T(f(i)(r.status, c) || "not started"), 1)
4630
+ H(C(i.label || i) + " ", 1),
4631
+ b("span", Ol, " : " + C(f(r)(i.status, c) || "not started"), 1)
4637
4632
  ])
4638
- ], 8, Vl))), 128))
4633
+ ], 8, El))), 128))
4639
4634
  ], 8, Ll));
4640
4635
  }
4641
- }, Dl = ["data-variant", "data-stacked"], So = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
4636
+ }, Dl = ["data-variant", "data-stacked"], $o = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
4642
4637
  __name: "BsToast",
4643
4638
  props: {
4644
4639
  shown: {
@@ -4684,111 +4679,111 @@ const ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], ol = ["data-sta
4684
4679
  },
4685
4680
  emits: ["dismiss", "after-enter", "after-leave"],
4686
4681
  setup(e, { emit: a }) {
4687
- const t = e, n = a, { transition: l } = fe(t);
4688
- let i = null;
4689
- oe("variant", t.variant), oe("handleDismiss", o);
4690
- const u = ie("stacked", t.stacked);
4682
+ const t = e, n = a, { transition: l } = ye(t);
4683
+ let r = null;
4684
+ ue("variant", t.variant), ue("handleDismiss", o);
4685
+ const u = ce("stacked", t.stacked);
4691
4686
  function o() {
4692
- i && (clearTimeout(i), i = null), n("dismiss", t.toastId);
4687
+ r && (clearTimeout(r), r = null), n("dismiss", t.toastId);
4693
4688
  }
4694
- function s() {
4695
- t.duration > 0 && (i = setTimeout(() => {
4689
+ function d() {
4690
+ t.duration > 0 && (r = setTimeout(() => {
4696
4691
  o();
4697
4692
  }, t.duration)), n("after-enter");
4698
4693
  }
4699
- return (r, c) => (d(), O(f(Te), {
4694
+ return (i, c) => (s(), E(f(Oe), {
4700
4695
  shown: f(l),
4701
4696
  preloaded: e.preloaded,
4702
4697
  duration: 200,
4703
4698
  "enter-attribute": "data-shown",
4704
- onAfterEnter: s,
4699
+ onAfterEnter: d,
4705
4700
  onAfterLeave: c[0] || (c[0] = (h) => n("after-leave"))
4706
4701
  }, {
4707
- default: D(() => [
4708
- b("div", N({
4702
+ default: L(() => [
4703
+ b("div", z({
4709
4704
  class: "bs-toast",
4710
4705
  "data-variant": e.variant,
4711
4706
  "data-stacked": f(u) || void 0,
4712
4707
  role: "alert"
4713
- }, r.$attrs), [
4714
- L(r.$slots, "default")
4708
+ }, i.$attrs), [
4709
+ x(i.$slots, "default")
4715
4710
  ], 16, Dl)
4716
4711
  ]),
4717
4712
  _: 3
4718
4713
  }, 8, ["shown", "preloaded"]));
4719
4714
  }
4720
- }), Ol = ["data-stacked"], $o = {
4715
+ }), Pl = ["data-stacked"], wo = {
4721
4716
  __name: "BsToastActions",
4722
4717
  setup(e) {
4723
- const a = B(!1);
4724
- Y(() => {
4718
+ const a = g(!1);
4719
+ X(() => {
4725
4720
  var l;
4726
- const n = bt();
4721
+ const n = gt();
4727
4722
  ((l = n.default) == null ? void 0 : l.call(n).length) > 2 && (a.value = !0);
4728
4723
  });
4729
- const t = ie("handleDismiss");
4730
- return (n, l) => (d(), p("div", {
4724
+ const t = ce("handleDismiss");
4725
+ return (n, l) => (s(), v("div", {
4731
4726
  class: "bs-toast-actions",
4732
4727
  "data-stacked": a.value || void 0
4733
4728
  }, [
4734
- L(n.$slots, "default", {}, () => [
4735
- V(ta, {
4729
+ x(n.$slots, "default", {}, () => [
4730
+ A(aa, {
4736
4731
  size: "sm",
4737
4732
  "text-btn": "",
4738
4733
  onClick: f(t)
4739
4734
  }, {
4740
- default: D(() => [
4741
- G(" Dismiss ")
4735
+ default: L(() => [
4736
+ H(" Dismiss ")
4742
4737
  ]),
4743
4738
  _: 1
4744
4739
  }, 8, ["onClick"])
4745
4740
  ])
4746
- ], 8, Ol));
4741
+ ], 8, Pl));
4747
4742
  }
4748
- }, Pl = (e, a) => {
4743
+ }, ql = (e, a) => {
4749
4744
  const t = e.__vccOpts || e;
4750
4745
  for (const [n, l] of a)
4751
4746
  t[n] = l;
4752
4747
  return t;
4753
- }, ql = {}, Ml = { class: "bs-toast-body" };
4748
+ }, Ml = {}, Nl = { class: "bs-toast-body" };
4754
4749
  function zl(e, a) {
4755
- return d(), p("div", Ml, [
4756
- L(e.$slots, "default")
4750
+ return s(), v("div", Nl, [
4751
+ x(e.$slots, "default")
4757
4752
  ]);
4758
4753
  }
4759
- const wo = /* @__PURE__ */ Pl(ql, [["render", zl]]), Nl = ["data-variant"], ko = {
4754
+ const ko = /* @__PURE__ */ ql(Ml, [["render", zl]]), Rl = ["data-variant"], Io = {
4760
4755
  __name: "BsToastHeader",
4761
4756
  setup(e) {
4762
- const a = ie("variant"), t = v(() => {
4757
+ const a = ce("variant"), t = p(() => {
4763
4758
  switch (a) {
4764
4759
  case "warning":
4765
- return ze;
4760
+ return Ne;
4766
4761
  case "positive":
4767
4762
  return Lt;
4768
4763
  case "negative":
4769
- return ze;
4764
+ return Ne;
4770
4765
  default:
4771
4766
  return st;
4772
4767
  }
4773
4768
  });
4774
- return (n, l) => (d(), p("div", {
4769
+ return (n, l) => (s(), v("div", {
4775
4770
  class: "bs-toast-header",
4776
4771
  "data-variant": f(a)
4777
4772
  }, [
4778
- (d(), O(Z(t.value), { class: "bs-toast-header-icon" })),
4773
+ (s(), E(te(t.value), { class: "bs-toast-header-icon" })),
4779
4774
  b("h5", null, [
4780
- L(n.$slots, "default")
4775
+ x(n.$slots, "default")
4781
4776
  ])
4782
- ], 8, Nl));
4777
+ ], 8, Rl));
4783
4778
  }
4784
- }, Rl = { class: "bs-toaster" }, Io = {
4779
+ }, Fl = { class: "bs-toaster" }, Co = {
4785
4780
  __name: "BsToaster",
4786
4781
  setup(e) {
4787
- return oe("stacked", !0), (a, t) => (d(), p("div", Rl, [
4788
- L(a.$slots, "default")
4782
+ return ue("stacked", !0), (a, t) => (s(), v("div", Fl, [
4783
+ x(a.$slots, "default")
4789
4784
  ]));
4790
4785
  }
4791
- }, jl = ["data-position"], Fl = ["id"], Co = {
4786
+ }, jl = ["data-position"], Ul = ["id"], To = {
4792
4787
  __name: "BsTooltip",
4793
4788
  props: {
4794
4789
  tooltipId: {
@@ -4815,89 +4810,89 @@ const wo = /* @__PURE__ */ Pl(ql, [["render", zl]]), Nl = ["data-variant"], ko =
4815
4810
  }
4816
4811
  },
4817
4812
  setup(e) {
4818
- const a = e, t = B(!1), n = B(!1), l = v(() => {
4813
+ const a = e, t = g(!1), n = g(!1), l = p(() => {
4819
4814
  let o = "bs-tooltip-text";
4820
4815
  return n.value && (a.position === void 0 || a.position === "top" || a.position === "bottom" ? o += " escaped-x" : a.position === "left" || a.position === "right" ? o += " escaped-y" : o += " escaped"), o;
4821
4816
  });
4822
- Ie(["Escape"], () => {
4817
+ me(["Escape"], () => {
4823
4818
  t.value && (t.value = !1, n.value = !0);
4824
4819
  });
4825
- function i() {
4820
+ function r() {
4826
4821
  t.value = !0;
4827
4822
  }
4828
4823
  function u() {
4829
4824
  t.value = !1, n.value = !1;
4830
4825
  }
4831
- return (o, s) => (d(), p("div", {
4826
+ return (o, d) => (s(), v("div", {
4832
4827
  class: "bs-tooltip",
4833
4828
  "data-position": e.position || void 0,
4834
4829
  "data-component": "bs-tooltip",
4835
- onMouseenter: i,
4836
- onFocusin: i,
4830
+ onMouseenter: r,
4831
+ onFocusin: r,
4837
4832
  onMouseleave: u,
4838
4833
  onFocusout: u
4839
4834
  }, [
4840
- L(o.$slots, "default"),
4841
- e.content ? (d(), p("div", {
4835
+ x(o.$slots, "default"),
4836
+ e.content ? (s(), v("div", {
4842
4837
  key: 0,
4843
- class: ae(l.value),
4838
+ class: le(l.value),
4844
4839
  id: e.tooltipId,
4845
4840
  role: "tooltip"
4846
- }, T(e.content), 11, Fl)) : w("", !0)
4841
+ }, C(e.content), 11, Ul)) : S("", !0)
4847
4842
  ], 40, jl));
4848
4843
  }
4849
4844
  };
4850
4845
  export {
4851
- Xl as BsAccordion,
4852
- Jt as BsBadge,
4853
- Ql as BsBanner,
4854
- ta as BsButton,
4855
- Jl as BsCalendar,
4856
- Zl as BsChartBar,
4857
- _l as BsCheckbox,
4858
- eo as BsCircleButton,
4846
+ Ql as BsAccordion,
4847
+ Zt as BsBadge,
4848
+ Jl as BsBanner,
4849
+ aa as BsButton,
4850
+ Zl as BsCalendar,
4851
+ _l as BsChartBar,
4852
+ eo as BsCheckbox,
4853
+ to as BsCircleButton,
4859
4854
  dt as BsDropdown,
4860
- ln as BsDropdownMultiselect,
4855
+ on as BsDropdownMultiselect,
4861
4856
  Ue as BsDropdownOption,
4862
- ye as BsDropdownOptionBuilder,
4863
- Fe as BsDropdownOptionList,
4857
+ Ce as BsDropdownOptionBuilder,
4858
+ je as BsDropdownOptionList,
4864
4859
  We as BsDropdownWithOptions,
4865
- to as BsDropdownWithToggle,
4866
- pe as BsFieldDetails,
4867
- dn as BsFilterButton,
4868
- ao as BsIconGradientWrapper,
4869
- ve as BsInput,
4870
- Ce as BsInputAddon,
4871
- no as BsInputField,
4872
- lo as BsInputPhone,
4873
- mn as BsInputSearch,
4874
- oo as BsInputTypeahead,
4875
- ne as BsLabel,
4876
- Cn as BsLoader,
4877
- io as BsModal,
4878
- An as BsOverlay,
4879
- ro as BsPagination,
4880
- so as BsPill,
4881
- uo as BsProfile,
4882
- nl as BsProfileDetails,
4860
+ ao as BsDropdownWithToggle,
4861
+ Be as BsFieldDetails,
4862
+ un as BsFilterButton,
4863
+ no as BsIconGradientWrapper,
4864
+ Se as BsInput,
4865
+ Ee as BsInputAddon,
4866
+ lo as BsInputField,
4867
+ oo as BsInputPhone,
4868
+ yn as BsInputSearch,
4869
+ io as BsInputTypeahead,
4870
+ oe as BsLabel,
4871
+ Tn as BsLoader,
4872
+ ro as BsModal,
4873
+ Vn as BsOverlay,
4874
+ so as BsPagination,
4875
+ uo as BsPill,
4876
+ co as BsProfile,
4877
+ ll as BsProfileDetails,
4883
4878
  ut as BsProfileImg,
4884
- co as BsProgressBar,
4885
- fo as BsRadio,
4886
- dl as BsSelect,
4879
+ fo as BsProgressBar,
4880
+ vo as BsRadio,
4881
+ ul as BsSelect,
4887
4882
  po as BsSelectField,
4888
- vo as BsSpinner,
4889
- ho as BsSwitch,
4890
- bo as BsTab,
4891
- go as BsTabList,
4892
- mo as BsTabPanel,
4893
- Al as BsTextarea,
4894
- yo as BsTextareaField,
4895
- Bo as BsTimeline,
4896
- So as BsToast,
4897
- $o as BsToastActions,
4898
- wo as BsToastBody,
4899
- ko as BsToastHeader,
4900
- Io as BsToaster,
4901
- Co as BsTooltip,
4902
- Te as BsTransition
4883
+ ho as BsSpinner,
4884
+ bo as BsSwitch,
4885
+ go as BsTab,
4886
+ mo as BsTabList,
4887
+ yo as BsTabPanel,
4888
+ Vl as BsTextarea,
4889
+ Bo as BsTextareaField,
4890
+ So as BsTimeline,
4891
+ $o as BsToast,
4892
+ wo as BsToastActions,
4893
+ ko as BsToastBody,
4894
+ Io as BsToastHeader,
4895
+ Co as BsToaster,
4896
+ To as BsTooltip,
4897
+ Oe as BsTransition
4903
4898
  };