@wwtdev/bsds-components-vue3 2.0.4 → 2.0.6

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,4 +1,4 @@
1
- import { computed as p, ref as k, onMounted as O, onUnmounted as ne, shallowRef as Ne, watch as E, defineAsyncComponent as Oe, openBlock as u, createElementBlock as v, unref as c, createElementVNode as m, renderSlot as I, createBlock as A, resolveDynamicComponent as U, createCommentVNode as $, toDisplayString as T, createVNode as D, normalizeClass as X, useAttrs as N, mergeProps as V, withCtx as C, Fragment as R, renderList as Y, createTextVNode as W, withDirectives as We, Transition as me, vShow as je, inject as te, provide as ae, onDeactivated as Ge, normalizeStyle as Fe, isRef as Ue, nextTick as He, useSlots as Ke } from "vue";
1
+ import { computed as p, ref as k, onMounted as O, onUnmounted as ne, shallowRef as Ne, watch as E, defineAsyncComponent as Oe, openBlock as u, createElementBlock as f, unref as v, createElementVNode as m, renderSlot as I, createBlock as A, resolveDynamicComponent as U, createCommentVNode as $, toDisplayString as T, createVNode as D, normalizeClass as X, useAttrs as N, mergeProps as V, withCtx as C, Fragment as R, renderList as Y, createTextVNode as W, withDirectives as We, Transition as me, vShow as je, inject as te, provide as ae, onDeactivated as Ge, normalizeStyle as Fe, isRef as Ue, nextTick as He, useSlots as Ke } from "vue";
2
2
  import { v4 as Ye } from "uuid";
3
3
  import { BsIconCaretDown as Xe, BsIconWarning as ve, BsIconClose as oe, BsIconSearch as Ze, BsIconCaretLeftDouble as Je, BsIconCaretLeft as Qe, BsIconCaretRight as _e, BsIconCaretRightDouble as et, BsIconActionEllipsis as tt, BsIconCircleExclamation as at, BsIconThumbsUpStroke as nt } from "@wwtdev/bsds-icons-vue3";
4
4
  import { Chart as fe, BarController as lt, BarElement as ot, CategoryScale as it, LinearScale as rt, Legend as st, Tooltip as dt } from "chart.js";
@@ -137,12 +137,12 @@ const se = (e) => {
137
137
  },
138
138
  emits: ["toggled"],
139
139
  setup(e, { emit: a }) {
140
- const t = e, l = a, n = k(null), o = k(!1), { icon: s } = le(t, "icon"), [i] = H(), d = p(() => i.value + "-content"), r = p(() => i.value + "-title"), f = p(() => t.openItemId && t.openItemId === i.value || t.openItem === !0), b = p(() => t.controlled ? f.value : o.value);
140
+ const t = e, l = a, n = k(null), o = k(!1), { icon: s } = le(t, "icon"), [i] = H(), d = p(() => i.value + "-content"), r = p(() => i.value + "-title"), c = p(() => t.openItemId && t.openItemId === i.value || t.openItem === !0), b = p(() => t.controlled ? c.value : o.value);
141
141
  function g() {
142
142
  l("toggled", i.value), t.controlled || (o.value = !o.value);
143
143
  }
144
- return (y, L) => (u(), v("div", {
145
- id: c(i),
144
+ return (y, L) => (u(), f("div", {
145
+ id: v(i),
146
146
  ref_key: "containerRef",
147
147
  ref: n,
148
148
  class: "bs-accordion",
@@ -159,9 +159,9 @@ const se = (e) => {
159
159
  type: "button",
160
160
  onClick: g
161
161
  }, [
162
- e.icon || y.$slots.icon ? (u(), v("span", bt, [
162
+ e.icon || y.$slots.icon ? (u(), f("span", bt, [
163
163
  I(y.$slots, "icon", {}, () => [
164
- e.icon ? (u(), A(U(c(s) ? c(s) : "span"), { key: 0 })) : $("", !0)
164
+ e.icon ? (u(), A(U(v(s) ? v(s) : "span"), { key: 0 })) : $("", !0)
165
165
  ])
166
166
  ])) : $("", !0),
167
167
  m("span", {
@@ -169,7 +169,7 @@ const se = (e) => {
169
169
  "aria-level": e.headingLevel,
170
170
  role: "heading"
171
171
  }, T(e.headerText), 9, mt),
172
- D(c(Xe), {
172
+ D(v(Xe), {
173
173
  size: "md",
174
174
  "data-position": "end"
175
175
  })
@@ -240,7 +240,7 @@ const se = (e) => {
240
240
  const i = a.count !== 1 ? "s" : "";
241
241
  return `${o}, ${s}${a.label}${i}`;
242
242
  });
243
- return (o, s) => (u(), v("span", {
243
+ return (o, s) => (u(), f("span", {
244
244
  ref_key: "hostRef",
245
245
  ref: t,
246
246
  class: X({ "bs-badge": e.dot || l.value }),
@@ -266,10 +266,10 @@ const se = (e) => {
266
266
  function n() {
267
267
  l.value = !0, t("dismiss");
268
268
  }
269
- return (o, s) => l.value ? $("", !0) : (u(), v("div", $t, [
269
+ return (o, s) => l.value ? $("", !0) : (u(), f("div", $t, [
270
270
  m("div", St, [
271
271
  m("div", wt, [
272
- D(c(ve), { size: "lg" })
272
+ D(v(ve), { size: "lg" })
273
273
  ]),
274
274
  m("p", null, [
275
275
  I(o.$slots, "default")
@@ -279,7 +279,7 @@ const se = (e) => {
279
279
  title: "Close Banner",
280
280
  onClick: n
281
281
  }, [
282
- D(c(oe))
282
+ D(v(oe))
283
283
  ])
284
284
  ])
285
285
  ]));
@@ -297,7 +297,7 @@ const se = (e) => {
297
297
  },
298
298
  setup(e) {
299
299
  const a = e, t = N(), { rootTag: l, attrsToBind: n } = he(a, t), { onLinkClick: o } = ie(a);
300
- return (s, i) => (u(), A(U(c(l)), V({
300
+ return (s, i) => (u(), A(U(v(l)), V({
301
301
  class: "bs-button",
302
302
  "data-component": "bs-button",
303
303
  "data-ghost": e.ghostBtn,
@@ -305,7 +305,7 @@ const se = (e) => {
305
305
  "data-text": e.textBtn,
306
306
  "data-variant": e.variant,
307
307
  href: e.href
308
- }, c(n), { onClick: c(o) }), {
308
+ }, v(n), { onClick: v(o) }), {
309
309
  default: C(() => [
310
310
  I(s.$slots, "default")
311
311
  ]),
@@ -331,7 +331,7 @@ const se = (e) => {
331
331
  setup(e) {
332
332
  return (a, t) => {
333
333
  var l;
334
- return u(), v("div", It, [
334
+ return u(), f("div", It, [
335
335
  m("table", { summary: e.tableTitle }, [
336
336
  m("thead", null, [
337
337
  m("tr", null, [
@@ -341,18 +341,18 @@ const se = (e) => {
341
341
  ]),
342
342
  m("tr", null, [
343
343
  Ct,
344
- (u(!0), v(R, null, Y(e.dataIdxLabels, (n) => (u(), v("th", {
344
+ (u(!0), f(R, null, Y(e.dataIdxLabels, (n) => (u(), f("th", {
345
345
  key: n,
346
346
  scope: "col"
347
347
  }, T(n), 1))), 128))
348
348
  ])
349
349
  ]),
350
350
  m("tbody", null, [
351
- (u(!0), v(R, null, Y(e.data, (n) => (u(), v("tr", {
351
+ (u(!0), f(R, null, Y(e.data, (n) => (u(), f("tr", {
352
352
  key: n.label
353
353
  }, [
354
354
  m("th", At, T(n.label), 1),
355
- (u(!0), v(R, null, Y(n.data, (o, s) => (u(), v("td", {
355
+ (u(!0), f(R, null, Y(n.data, (o, s) => (u(), f("td", {
356
356
  key: `${o}${s}`
357
357
  }, T(o), 1))), 128))
358
358
  ]))), 128))
@@ -477,12 +477,12 @@ const Et = {
477
477
  const a = e, t = k(null), l = k(null);
478
478
  let n;
479
479
  const o = p(() => {
480
- const f = {
480
+ const c = {
481
481
  datasets: s.value,
482
482
  labels: a.dataIdxLabels,
483
483
  type: "bar",
484
484
  tooltips: a.showTooltips
485
- }, b = Dt(f);
485
+ }, b = Dt(c);
486
486
  return b.plugins = [Pt(l.value)], b.options.scales = {
487
487
  x: {
488
488
  grid: {
@@ -505,18 +505,18 @@ const Et = {
505
505
  }
506
506
  }
507
507
  }, b;
508
- }), s = p(() => a.data.map((f, b) => ({
509
- ...f,
508
+ }), s = p(() => a.data.map((c, b) => ({
509
+ ...c,
510
510
  backgroundColor: Vt(b),
511
511
  categoryPercentage: a.data.length > 1 ? 0.5 : 0.33
512
- }))), i = p(() => a.chartTitle || `${a.yLabel} / ${a.xLabel}`), d = $e(function(f, b) {
513
- !n || f === b || (n.options = o.value.options, n.update());
512
+ }))), i = p(() => a.chartTitle || `${a.yLabel} / ${a.xLabel}`), d = $e(function(c, b) {
513
+ !n || c === b || (n.options = o.value.options, n.update());
514
514
  }, 100), r = $e(function() {
515
515
  n && (n.data = o.value.data, n.update());
516
516
  }, 100);
517
517
  return O(() => {
518
518
  fe.register(lt, ot, it, rt, st, dt), fe.defaults.font.family = "'Roobert', sans-serif", n = new fe(t.value, o.value);
519
- }), E(() => a.showLegend, d), E(() => a.showTooltips, d), E(() => a.showXGrid, d), E(() => a.showYGrid, d), E(() => a.stacked, d), E(() => a.xLabel, d), E(() => a.yLabel, d), E(() => a.data, r), E(() => a.dataIdxLabels, r), (f, b) => (u(), v("div", Et, [
519
+ }), E(() => a.showLegend, d), E(() => a.showTooltips, d), E(() => a.showXGrid, d), E(() => a.showYGrid, d), E(() => a.stacked, d), E(() => a.xLabel, d), E(() => a.yLabel, d), E(() => a.data, r), E(() => a.dataIdxLabels, r), (c, b) => (u(), f("div", Et, [
520
520
  m("figure", null, [
521
521
  m("div", null, [
522
522
  m("canvas", {
@@ -544,7 +544,34 @@ const Et = {
544
544
  ])
545
545
  ]));
546
546
  }
547
- }, Mt = ["data-size"], Rt = ["checked", "disabled", "id", "required", "data-error"], En = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
547
+ }, Mt = ["data-disabled", "for"], Rt = /* @__PURE__ */ m("span", {
548
+ "data-required": "true",
549
+ "aria-hidden": "true"
550
+ }, " *", -1), Nt = /* @__PURE__ */ m("span", { class: "visually-hidden" }, "required", -1), _ = {
551
+ __name: "BsLabel",
552
+ props: {
553
+ disabled: { type: Boolean, default: !1 },
554
+ for: { type: String, required: !0 },
555
+ hide: { type: Boolean, default: !1 },
556
+ required: { type: Boolean, default: !1 }
557
+ },
558
+ setup(e) {
559
+ return (a, t) => (u(), f("label", {
560
+ class: X(["bs-label", e.hide ? "visually-hidden" : ""]),
561
+ "data-component": "bs-label",
562
+ "data-disabled": e.disabled,
563
+ for: e.for
564
+ }, [
565
+ m("span", null, [
566
+ I(a.$slots, "default")
567
+ ]),
568
+ e.required ? (u(), f(R, { key: 0 }, [
569
+ Rt,
570
+ Nt
571
+ ], 64)) : $("", !0)
572
+ ], 10, Mt));
573
+ }
574
+ }, Ot = ["data-size"], Wt = ["checked", "disabled", "id", "required", "data-error"], En = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
548
575
  __name: "BsCheckbox",
549
576
  props: {
550
577
  /** Sets the label. */
@@ -600,14 +627,14 @@ const Et = {
600
627
  emits: ["update:modelValue"],
601
628
  setup(e, { emit: a }) {
602
629
  const t = e, l = N(), [n] = H(), { toChild: o, toRoot: s } = Z(t, l), i = k(null), d = p(() => t.inputId || n.value), r = p(() => t.checked || t.modelValue);
603
- function f() {
630
+ function c() {
604
631
  i.value && (i.value.indeterminate = t.checkedPartially && !r.value);
605
632
  }
606
- return E(r, f), E(() => t.checkedPartially, f), (b, g) => (u(), v("div", V({
633
+ return E(r, c), E(() => t.checkedPartially, c), (b, g) => (u(), f("div", V({
607
634
  class: "bs-boolean",
608
635
  "data-component": "bs-checkbox",
609
636
  "data-size": e.size
610
- }, c(s)), [
637
+ }, v(s)), [
611
638
  m("input", V({
612
639
  ref_key: "inputEl",
613
640
  ref: i,
@@ -618,8 +645,8 @@ const Et = {
618
645
  type: "checkbox",
619
646
  "data-error": e.error,
620
647
  onChange: g[0] || (g[0] = (y) => b.$emit("update:modelValue", y.target.checked))
621
- }, c(o)), null, 16, Rt),
622
- e.label || b.$slots.label ? (u(), A(c(_), {
648
+ }, v(o)), null, 16, Wt),
649
+ e.label || b.$slots.label ? (u(), A(_, {
623
650
  key: 0,
624
651
  for: d.value,
625
652
  disabled: e.disabled,
@@ -632,9 +659,9 @@ const Et = {
632
659
  ]),
633
660
  _: 3
634
661
  }, 8, ["for", "disabled", "required"])) : $("", !0)
635
- ], 16, Mt));
662
+ ], 16, Ot));
636
663
  }
637
- }), Nt = { key: 0 }, Ot = { class: "bs-circle-button-icon" }, Wt = { key: 1 }, qn = {
664
+ }), jt = { key: 0 }, Gt = { class: "bs-circle-button-icon" }, Ft = { key: 1 }, qn = {
638
665
  __name: "BsCircleButton",
639
666
  props: {
640
667
  disabled: {
@@ -680,8 +707,8 @@ const Et = {
680
707
  const a = e, t = N(), { rootTag: l, attrsToBind: n } = he(a, t), { icon: o } = le(a, "icon"), { onLinkClick: s } = ie(a), i = p(() => a.textBtn ? {} : a.href ? { title: a.label } : { "aria-label": a.label }), d = p(() => {
681
708
  if (a.hoverEffect)
682
709
  return a.iconPosition;
683
- }), r = p(() => a.textBtn && a.iconPosition !== "left"), f = p(() => a.textBtn && a.iconPosition === "left");
684
- return (b, g) => (u(), A(U(c(l)), V({
710
+ }), r = p(() => a.textBtn && a.iconPosition !== "left"), c = p(() => a.textBtn && a.iconPosition === "left");
711
+ return (b, g) => (u(), A(U(v(l)), V({
685
712
  class: "bs-circle-button",
686
713
  "data-disabled": e.disabled,
687
714
  "data-direction": d.value,
@@ -689,15 +716,15 @@ const Et = {
689
716
  "data-size": e.size,
690
717
  "data-text": e.textBtn,
691
718
  href: e.href
692
- }, { ...c(n), ...i.value }, { onClick: c(s) }), {
719
+ }, { ...v(n), ...i.value }, { onClick: v(s) }), {
693
720
  default: C(() => [
694
- r.value ? (u(), v("span", Nt, T(e.label), 1)) : $("", !0),
695
- m("span", Ot, [
721
+ r.value ? (u(), f("span", jt, T(e.label), 1)) : $("", !0),
722
+ m("span", Gt, [
696
723
  I(b.$slots, "icon", {}, () => [
697
- (u(), A(U(c(o)), { size: e.size }, null, 8, ["size"]))
724
+ (u(), A(U(v(o)), { size: e.size }, null, 8, ["size"]))
698
725
  ])
699
726
  ]),
700
- f.value ? (u(), v("span", Wt, T(e.label), 1)) : $("", !0)
727
+ c.value ? (u(), f("span", Ft, T(e.label), 1)) : $("", !0)
701
728
  ]),
702
729
  _: 3
703
730
  }, 16, ["data-disabled", "data-direction", "data-ghost", "data-size", "data-text", "href", "onClick"]));
@@ -747,16 +774,16 @@ const Et = {
747
774
  setup(e, { emit: a }) {
748
775
  const t = e, l = a, n = [];
749
776
  function o(d, r) {
750
- const { duration: f, enterClass: b, enterAttribute: g } = t;
777
+ const { duration: c, enterClass: b, enterAttribute: g } = t;
751
778
  n.push(setTimeout(() => {
752
779
  b && d.classList.add(b), g && d.setAttribute(g, ""), n.push(setTimeout(() => {
753
780
  r();
754
- }, f)), l("enter", d);
781
+ }, c)), l("enter", d);
755
782
  }));
756
783
  }
757
784
  function s(d, r) {
758
785
  const {
759
- duration: f,
786
+ duration: c,
760
787
  enterClass: b,
761
788
  enterAttribute: g,
762
789
  leaveClass: y,
@@ -764,11 +791,11 @@ const Et = {
764
791
  } = t;
765
792
  d.classList.remove(b), d.removeAttribute(g), y && d.classList.add(y), L && d.setAttribute(L, ""), n.push(setTimeout(() => {
766
793
  r();
767
- }, f)), l("leave", d);
794
+ }, c)), l("leave", d);
768
795
  }
769
796
  function i(d) {
770
- const { leaveClass: r, leaveAttribute: f } = t;
771
- d.classList.remove(r), d.removeAttribute(f), l("after-leave", d);
797
+ const { leaveClass: r, leaveAttribute: c } = t;
798
+ d.classList.remove(r), d.removeAttribute(c), l("after-leave", d);
772
799
  }
773
800
  return ne(() => {
774
801
  n.forEach((d) => {
@@ -777,14 +804,14 @@ const Et = {
777
804
  }), (d, r) => e.preloaded ? We((u(), A(me, {
778
805
  key: 0,
779
806
  css: !1,
780
- onBeforeEnter: r[0] || (r[0] = (f) => l("before-enter", f)),
807
+ onBeforeEnter: r[0] || (r[0] = (c) => l("before-enter", c)),
781
808
  onEnter: o,
782
- onAfterEnter: r[1] || (r[1] = (f) => l("after-enter", f)),
783
- onEnterCancelled: r[2] || (r[2] = (f) => l("enter-cancelled", f)),
784
- onBeforeLeave: r[3] || (r[3] = (f) => l("before-leave", f)),
809
+ onAfterEnter: r[1] || (r[1] = (c) => l("after-enter", c)),
810
+ onEnterCancelled: r[2] || (r[2] = (c) => l("enter-cancelled", c)),
811
+ onBeforeLeave: r[3] || (r[3] = (c) => l("before-leave", c)),
785
812
  onLeave: s,
786
813
  onAfterLeave: i,
787
- onLeaveCancelled: r[4] || (r[4] = (f) => l("leave-cancelled", f))
814
+ onLeaveCancelled: r[4] || (r[4] = (c) => l("leave-cancelled", c))
788
815
  }, {
789
816
  default: C(() => [
790
817
  I(d.$slots, "default")
@@ -795,14 +822,14 @@ const Et = {
795
822
  ]) : (u(), A(me, {
796
823
  key: 1,
797
824
  css: !1,
798
- onBeforeEnter: r[5] || (r[5] = (f) => l("before-enter", f)),
825
+ onBeforeEnter: r[5] || (r[5] = (c) => l("before-enter", c)),
799
826
  onEnter: o,
800
- onAfterEnter: r[6] || (r[6] = (f) => l("after-enter", f)),
801
- onEnterCancelled: r[7] || (r[7] = (f) => l("enter-cancelled", f)),
802
- onBeforeLeave: r[8] || (r[8] = (f) => l("before-leave", f)),
827
+ onAfterEnter: r[6] || (r[6] = (c) => l("after-enter", c)),
828
+ onEnterCancelled: r[7] || (r[7] = (c) => l("enter-cancelled", c)),
829
+ onBeforeLeave: r[8] || (r[8] = (c) => l("before-leave", c)),
803
830
  onLeave: s,
804
831
  onAfterLeave: i,
805
- onLeaveCancelled: r[9] || (r[9] = (f) => l("leave-cancelled", f))
832
+ onLeaveCancelled: r[9] || (r[9] = (c) => l("leave-cancelled", c))
806
833
  }, {
807
834
  default: C(() => [
808
835
  e.shown ? I(d.$slots, "default", { key: 0 }) : $("", !0)
@@ -810,7 +837,7 @@ const Et = {
810
837
  _: 3
811
838
  }));
812
839
  }
813
- }, jt = ["data-width"], Gt = { key: 0 }, Ft = { key: 0 }, Se = {
840
+ }, Ut = ["data-width"], Ht = { key: 0 }, Kt = { key: 0 }, Se = {
814
841
  __name: "BsDropdownInternal",
815
842
  props: {
816
843
  shown: {
@@ -897,20 +924,20 @@ const Et = {
897
924
  function r() {
898
925
  o = !0, l("after-enter");
899
926
  }
900
- function f() {
927
+ function c() {
901
928
  o = !1, l("after-leave");
902
929
  }
903
930
  function b() {
904
931
  return t.width === "toggle" ? void 0 : t.width;
905
932
  }
906
- return (g, y) => (u(), A(c(de), {
933
+ return (g, y) => (u(), A(v(de), {
907
934
  shown: e.shown,
908
935
  preloaded: e.preloaded,
909
936
  duration: 75,
910
937
  "enter-attribute": "data-shown",
911
938
  onAfterEnter: y[1] || (y[1] = (L) => r()),
912
939
  onEnter: y[2] || (y[2] = (L) => d()),
913
- onAfterLeave: y[3] || (y[3] = (L) => f())
940
+ onAfterLeave: y[3] || (y[3] = (L) => c())
914
941
  }, {
915
942
  default: C(() => [
916
943
  m("div", V({
@@ -919,29 +946,29 @@ const Et = {
919
946
  class: "bs-dropdown",
920
947
  "data-width": b()
921
948
  }, g.$attrs), [
922
- e.helperText ? (u(), v("header", Gt, [
949
+ e.helperText ? (u(), f("header", Ht, [
923
950
  m("div", null, [
924
951
  m("h3", null, T(e.helperText), 1),
925
- e.helperDescription ? (u(), v("p", Ft, T(e.helperDescription), 1)) : $("", !0)
952
+ e.helperDescription ? (u(), f("p", Kt, T(e.helperDescription), 1)) : $("", !0)
926
953
  ]),
927
954
  m("button", {
928
955
  type: "button",
929
956
  title: "close",
930
957
  onClick: y[0] || (y[0] = () => l("close"))
931
958
  }, [
932
- D(c(oe))
959
+ D(v(oe))
933
960
  ])
934
961
  ])) : $("", !0),
935
962
  I(g.$slots, "default")
936
- ], 16, jt)
963
+ ], 16, Ut)
937
964
  ]),
938
965
  _: 3
939
966
  }, 8, ["shown", "preloaded"]));
940
967
  }
941
- }, Ut = {
968
+ }, Yt = {
942
969
  key: 0,
943
970
  class: "bs-dropdown-backdrop"
944
- }, Ht = {
971
+ }, Xt = {
945
972
  __name: "BsDropdown",
946
973
  props: {
947
974
  shown: {
@@ -1022,11 +1049,11 @@ const Et = {
1022
1049
  ],
1023
1050
  setup(e, { emit: a }) {
1024
1051
  const t = e, l = a, n = k(null), { transition: o } = se(t), s = p(() => t.toggleId ? t.toggleId : t.anchorId), i = p(() => t.top ? "top" : t.center ? "center" : t.right ? "right" : t.position);
1025
- return (d, r) => (u(), v(R, null, [
1026
- c(o) ? (u(), v("div", Ut)) : $("", !0),
1027
- e.containerId ? (u(), A(c(Se), V({
1052
+ return (d, r) => (u(), f(R, null, [
1053
+ v(o) ? (u(), f("div", Yt)) : $("", !0),
1054
+ e.containerId ? (u(), A(v(Se), V({
1028
1055
  key: 1,
1029
- shown: c(o),
1056
+ shown: v(o),
1030
1057
  preloaded: e.preloaded,
1031
1058
  "anchor-id": s.value,
1032
1059
  "container-id": e.containerId,
@@ -1035,23 +1062,23 @@ const Et = {
1035
1062
  position: i.value,
1036
1063
  width: e.width
1037
1064
  }, d.$attrs, {
1038
- onClose: r[0] || (r[0] = (f) => l("close")),
1039
- onAfterEnter: r[1] || (r[1] = (f) => l("after-enter")),
1040
- onEnter: r[2] || (r[2] = (f) => l("enter")),
1041
- onAfterLeave: r[3] || (r[3] = (f) => l("after-leave"))
1065
+ onClose: r[0] || (r[0] = (c) => l("close")),
1066
+ onAfterEnter: r[1] || (r[1] = (c) => l("after-enter")),
1067
+ onEnter: r[2] || (r[2] = (c) => l("enter")),
1068
+ onAfterLeave: r[3] || (r[3] = (c) => l("after-leave"))
1042
1069
  }), {
1043
1070
  default: C(() => [
1044
1071
  I(d.$slots, "default")
1045
1072
  ]),
1046
1073
  _: 3
1047
- }, 16, ["shown", "preloaded", "anchor-id", "container-id", "helper-description", "helper-text", "position", "width"])) : (u(), v("div", {
1074
+ }, 16, ["shown", "preloaded", "anchor-id", "container-id", "helper-description", "helper-text", "position", "width"])) : (u(), f("div", {
1048
1075
  key: 2,
1049
1076
  ref_key: "containerRef",
1050
1077
  ref: n,
1051
1078
  style: { position: "relative" }
1052
1079
  }, [
1053
- D(c(Se), V({
1054
- shown: c(o),
1080
+ D(v(Se), V({
1081
+ shown: v(o),
1055
1082
  preloaded: e.preloaded,
1056
1083
  "anchor-id": s.value,
1057
1084
  "container-ref": n.value,
@@ -1060,10 +1087,10 @@ const Et = {
1060
1087
  position: i.value,
1061
1088
  width: e.width
1062
1089
  }, d.$attrs, {
1063
- onClose: r[4] || (r[4] = (f) => l("close")),
1064
- onAfterEnter: r[5] || (r[5] = (f) => l("after-enter")),
1065
- onEnter: r[6] || (r[6] = (f) => l("enter")),
1066
- onAfterLeave: r[7] || (r[7] = (f) => l("after-leave"))
1090
+ onClose: r[4] || (r[4] = (c) => l("close")),
1091
+ onAfterEnter: r[5] || (r[5] = (c) => l("after-enter")),
1092
+ onEnter: r[6] || (r[6] = (c) => l("enter")),
1093
+ onAfterLeave: r[7] || (r[7] = (c) => l("after-leave"))
1067
1094
  }), {
1068
1095
  default: C(() => [
1069
1096
  I(d.$slots, "default")
@@ -1073,7 +1100,7 @@ const Et = {
1073
1100
  ], 512))
1074
1101
  ], 64));
1075
1102
  }
1076
- }, Kt = ["data-value", "data-variant", "id"], Yt = {
1103
+ }, Zt = ["data-value", "data-variant", "id"], Jt = {
1077
1104
  __name: "BsDropdownOption",
1078
1105
  props: {
1079
1106
  value: {
@@ -1095,7 +1122,7 @@ const Et = {
1095
1122
  var i;
1096
1123
  n(o.value, a.value), (i = t.value.querySelector("a")) == null || i.click();
1097
1124
  }
1098
- return (i, d) => (u(), v("li", {
1125
+ return (i, d) => (u(), f("li", {
1099
1126
  "data-component": "bs-dropdown-option",
1100
1127
  "data-value": a.value,
1101
1128
  ref_key: "optionRef",
@@ -1107,9 +1134,9 @@ const Et = {
1107
1134
  onClick: s
1108
1135
  }, [
1109
1136
  I(i.$slots, "default")
1110
- ], 8, Kt));
1137
+ ], 8, Zt));
1111
1138
  }
1112
- }, Xt = ["aria-activedescendant", "aria-label", "id"], Zt = {
1139
+ }, Qt = ["aria-activedescendant", "aria-label", "id"], _t = {
1113
1140
  __name: "BsDropdownOptionList",
1114
1141
  props: {
1115
1142
  optionsId: {
@@ -1162,10 +1189,10 @@ const Et = {
1162
1189
  }), E(() => t.shown, () => {
1163
1190
  g();
1164
1191
  });
1165
- const f = p(() => t.visible || t.shown), b = p(() => t.modelValue || t.selectedValue);
1192
+ const c = p(() => t.visible || t.shown), b = p(() => t.modelValue || t.selectedValue);
1166
1193
  function g() {
1167
1194
  var w, S, q, j, ee;
1168
- f.value ? (d = r().findIndex(
1195
+ c.value ? (d = r().findIndex(
1169
1196
  (J) => J.getAttribute("data-value") === String(b.value)
1170
1197
  ), d > -1 && ((w = r()[d]) == null || w.setAttribute("data-selected", ""), (S = r()[d]) == null || S.setAttribute("aria-selected", "true"), i = d, t.focusDelay > 0 ? setTimeout(() => {
1171
1198
  var J;
@@ -1184,7 +1211,7 @@ const Et = {
1184
1211
  i > -1 && ((w = r()[i]) == null || w.blur());
1185
1212
  }
1186
1213
  function L(w) {
1187
- if (f.value)
1214
+ if (c.value)
1188
1215
  switch (w.key) {
1189
1216
  case "ArrowDown":
1190
1217
  M("down"), w.preventDefault();
@@ -1224,7 +1251,7 @@ const Et = {
1224
1251
  function P(w, S) {
1225
1252
  o.value = w, y(), l("optselected", S), l("update:modelValue", S), l("close");
1226
1253
  }
1227
- return (w, S) => (u(), v("ul", {
1254
+ return (w, S) => (u(), f("ul", {
1228
1255
  ref_key: "optionsRef",
1229
1256
  ref: n,
1230
1257
  "aria-activedescendant": o.value || void 0,
@@ -1234,9 +1261,9 @@ const Et = {
1234
1261
  role: "listbox"
1235
1262
  }, [
1236
1263
  I(w.$slots, "default")
1237
- ], 8, Xt));
1264
+ ], 8, Qt));
1238
1265
  }
1239
- }, Jt = {
1266
+ }, ea = {
1240
1267
  __name: "BsDropdownWithOptions",
1241
1268
  props: {
1242
1269
  // OPTION LIST PROPS
@@ -1346,7 +1373,7 @@ const Et = {
1346
1373
  function s() {
1347
1374
  l.value && (l.value = !1, t("close"));
1348
1375
  }
1349
- return (i, d) => (u(), A(c(Ht), {
1376
+ return (i, d) => (u(), A(v(Xt), {
1350
1377
  shown: e.shown,
1351
1378
  preloaded: e.preloaded,
1352
1379
  "anchor-id": e.anchorId,
@@ -1368,7 +1395,7 @@ const Et = {
1368
1395
  onAfterLeave: d[1] || (d[1] = (r) => t("after-leave"))
1369
1396
  }, {
1370
1397
  default: C(() => [
1371
- D(c(Zt), {
1398
+ D(v(_t), {
1372
1399
  label: e.label,
1373
1400
  "model-value": e.modelValue,
1374
1401
  "options-id": e.optionsId,
@@ -1386,10 +1413,10 @@ const Et = {
1386
1413
  _: 3
1387
1414
  }, 8, ["shown", "preloaded", "anchor-id", "center", "container-id", "enter-controlled", "enter-trigger", "helper-description", "helper-text", "leave-trigger", "position", "right", "toggle-id", "top", "width"]));
1388
1415
  }
1389
- }, Qt = {
1416
+ }, ta = {
1390
1417
  class: "bs-field-details",
1391
1418
  "data-component": "bs-field-details"
1392
- }, _t = ["id", "data-error"], ea = ["data-error"], pe = {
1419
+ }, aa = ["id", "data-error"], na = ["data-error"], pe = {
1393
1420
  __name: "BsFieldDetails",
1394
1421
  props: {
1395
1422
  /** The number of characters that have been entered by the user. */
@@ -1410,22 +1437,22 @@ const Et = {
1410
1437
  },
1411
1438
  setup(e) {
1412
1439
  const a = e, t = p(() => a.error && a.errorMsg || a.hint);
1413
- return (l, n) => (u(), v("div", Qt, [
1414
- t.value ? (u(), v("span", {
1440
+ return (l, n) => (u(), f("div", ta, [
1441
+ t.value ? (u(), f("span", {
1415
1442
  key: 0,
1416
1443
  id: e.hintId,
1417
1444
  class: "bs-hint",
1418
1445
  "data-error": e.error
1419
- }, T(t.value), 9, _t)) : $("", !0),
1420
- e.charMax ? (u(), v("span", {
1446
+ }, T(t.value), 9, aa)) : $("", !0),
1447
+ e.charMax ? (u(), f("span", {
1421
1448
  key: 1,
1422
1449
  "aria-description": "character count over character limit for the preceding text field",
1423
1450
  class: "bs-character-count",
1424
1451
  "data-error": a.charCount > a.charMax
1425
- }, T(a.charCount || "0") + " / " + T(a.charMax), 9, ea)) : $("", !0)
1452
+ }, T(a.charCount || "0") + " / " + T(a.charMax), 9, na)) : $("", !0)
1426
1453
  ]));
1427
1454
  }
1428
- }, ta = ["view-box"], aa = ["id"], na = ["offset", "stop-color"], zn = {
1455
+ }, la = ["view-box"], oa = ["id"], ia = ["offset", "stop-color"], zn = {
1429
1456
  __name: "BsIconGradientWrapper",
1430
1457
  setup(e) {
1431
1458
  const a = k(null), t = k(null), l = [
@@ -1435,39 +1462,39 @@ const Et = {
1435
1462
  ], [n] = H();
1436
1463
  return O(() => {
1437
1464
  t.value = a.value.querySelector("svg").getAttribute("viewBox") || "0 0 0 0";
1438
- }), (o, s) => (u(), v(R, null, [
1465
+ }), (o, s) => (u(), f(R, null, [
1439
1466
  m("span", {
1440
1467
  ref_key: "svgWrapperRef",
1441
1468
  ref: a,
1442
1469
  class: "bs-icon-gradient-wrapper",
1443
- style: Fe(`fill: url(#${c(n)});`)
1470
+ style: Fe(`fill: url(#${v(n)});`)
1444
1471
  }, [
1445
1472
  I(o.$slots, "default")
1446
1473
  ], 4),
1447
- (u(), v("svg", {
1474
+ (u(), f("svg", {
1448
1475
  xmlns: "http://www.w3.org/2000/svg",
1449
1476
  "view-box": t.value,
1450
1477
  width: "0",
1451
1478
  height: "0"
1452
1479
  }, [
1453
1480
  m("linearGradient", {
1454
- id: c(n),
1481
+ id: v(n),
1455
1482
  x1: "0",
1456
1483
  y1: "0",
1457
1484
  x2: "100%",
1458
1485
  y2: "100%",
1459
1486
  "gradient-units": "userSpaceOnUse"
1460
1487
  }, [
1461
- (u(), v(R, null, Y(l, (i) => m("stop", {
1488
+ (u(), f(R, null, Y(l, (i) => m("stop", {
1462
1489
  key: i.offset,
1463
1490
  offset: i.offset,
1464
1491
  "stop-color": i.color
1465
- }, null, 8, na)), 64))
1466
- ], 8, aa)
1467
- ], 8, ta))
1492
+ }, null, 8, ia)), 64))
1493
+ ], 8, oa)
1494
+ ], 8, la))
1468
1495
  ], 64));
1469
1496
  }
1470
- }, la = ["data-error", "id", "value"], we = {
1497
+ }, ra = ["data-error", "id", "value"], we = {
1471
1498
  __name: "BsInput",
1472
1499
  props: {
1473
1500
  error: {
@@ -1487,15 +1514,16 @@ const Et = {
1487
1514
  const d = n.type === "number" ? parseInt(i.target.value) : i.target.value;
1488
1515
  l("update:modelValue", d);
1489
1516
  }
1490
- return (i, d) => (u(), v("input", V({
1517
+ return (i, d) => (u(), f("input", V({
1518
+ class: "bs-input",
1491
1519
  "data-component": "bs-input",
1492
1520
  "data-error": e.error,
1493
1521
  id: i.$attrs.id || e.inputId,
1494
1522
  value: e.value || e.modelValue,
1495
1523
  onInput: s
1496
- }, o.value), null, 16, la));
1524
+ }, o.value), null, 16, ra));
1497
1525
  }
1498
- }, oa = ["data-disabled", "data-error", "data-variant", "data-multifocus"], ia = {
1526
+ }, sa = ["data-disabled", "data-error", "data-variant", "data-multifocus"], da = {
1499
1527
  __name: "BsInputAddon",
1500
1528
  props: {
1501
1529
  disabled: { type: Boolean, default: !1 },
@@ -1504,7 +1532,7 @@ const Et = {
1504
1532
  variant: { type: String, validator: (e) => e === "inner-bordered" }
1505
1533
  },
1506
1534
  setup(e) {
1507
- return (a, t) => (u(), v("div", {
1535
+ return (a, t) => (u(), f("div", {
1508
1536
  class: "bs-input-addon",
1509
1537
  "data-component": "bs-input-addon",
1510
1538
  "data-disabled": e.disabled,
@@ -1513,7 +1541,7 @@ const Et = {
1513
1541
  "data-multifocus": e.multifocus
1514
1542
  }, [
1515
1543
  I(a.$slots, "default")
1516
- ], 8, oa));
1544
+ ], 8, sa));
1517
1545
  }
1518
1546
  }, Mn = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
1519
1547
  __name: "BsInputField",
@@ -1566,11 +1594,11 @@ const Et = {
1566
1594
  var b, g;
1567
1595
  return ((g = (b = t.hints) == null ? void 0 : b.join) == null ? void 0 : g.call(b, `
1568
1596
  `)) || t.hints;
1569
- }), r = p(() => t.error && t.errorMsg || t.hint || d.value || void 0), f = p(() => t.inputId || n.value);
1570
- return (b, g) => (u(), v("div", V({ "data-component": "bs-input-field" }, c(i)), [
1571
- e.label || b.$slots.label ? (u(), A(c(_), {
1597
+ }), r = p(() => t.error && t.errorMsg || t.hint || d.value || void 0), c = p(() => t.inputId || n.value);
1598
+ return (b, g) => (u(), f("div", V({ "data-component": "bs-input-field" }, v(i)), [
1599
+ e.label || b.$slots.label ? (u(), A(_, {
1572
1600
  key: 0,
1573
- for: f.value,
1601
+ for: c.value,
1574
1602
  disabled: e.disabled,
1575
1603
  required: e.required
1576
1604
  }, {
@@ -1581,23 +1609,23 @@ const Et = {
1581
1609
  ]),
1582
1610
  _: 3
1583
1611
  }, 8, ["for", "disabled", "required"])) : $("", !0),
1584
- D(c(we), V({
1612
+ D(we, V({
1585
1613
  disabled: e.disabled,
1586
1614
  error: e.error,
1587
- "hint-id": c(o),
1588
- id: f.value,
1615
+ "hint-id": v(o),
1616
+ id: c.value,
1589
1617
  placeholder: e.placeholder,
1590
1618
  required: e.required,
1591
1619
  type: e.type,
1592
1620
  value: e.value || e.modelValue,
1593
1621
  "onUpdate:modelValue": g[0] || (g[0] = (y) => b.$emit("update:modelValue", y))
1594
- }, c(s)), null, 16, ["disabled", "error", "hint-id", "id", "placeholder", "required", "type", "value"]),
1622
+ }, v(s)), null, 16, ["disabled", "error", "hint-id", "id", "placeholder", "required", "type", "value"]),
1595
1623
  r.value ? (u(), A(pe, {
1596
1624
  key: 1,
1597
1625
  error: e.error,
1598
1626
  "error-msg": e.errorMsg,
1599
1627
  hint: e.hint || d.value,
1600
- "hint-id": c(o)
1628
+ "hint-id": v(o)
1601
1629
  }, null, 8, ["error", "error-msg", "hint", "hint-id"])) : $("", !0)
1602
1630
  ], 16));
1603
1631
  }
@@ -1635,61 +1663,34 @@ const Et = {
1635
1663
  emits: ["clear", "update:modelValue"],
1636
1664
  setup(e, { emit: a }) {
1637
1665
  const t = e, l = N(), { toChild: n, toRoot: o } = Z(t, l);
1638
- return (s, i) => (u(), A(c(ia), V({
1666
+ return (s, i) => (u(), A(da, V({
1639
1667
  class: "bs-input-search",
1640
1668
  "data-component": "bs-input-search",
1641
1669
  disabled: e.disabled
1642
- }, c(o)), {
1670
+ }, v(o)), {
1643
1671
  default: C(() => [
1644
- D(c(Ze)),
1645
- D(c(we), V({
1672
+ D(v(Ze)),
1673
+ D(we, V({
1646
1674
  "data-autowidth": "",
1647
1675
  disabled: e.disabled,
1648
1676
  "input-id": e.inputId,
1649
1677
  placeholder: e.placeholder,
1650
1678
  value: e.value || e.modelValue,
1651
1679
  "onUpdate:modelValue": i[0] || (i[0] = (d) => s.$emit("update:modelValue", d))
1652
- }, c(n)), null, 16, ["disabled", "input-id", "placeholder", "value"]),
1653
- e.disabled || e.hideClear ? $("", !0) : (u(), v("button", {
1680
+ }, v(n)), null, 16, ["disabled", "input-id", "placeholder", "value"]),
1681
+ e.disabled || e.hideClear ? $("", !0) : (u(), f("button", {
1654
1682
  key: 0,
1655
1683
  title: "Clear",
1656
1684
  type: "button",
1657
1685
  onClick: i[1] || (i[1] = (d) => s.$emit("clear"))
1658
1686
  }, [
1659
- D(c(oe), { size: "sm" })
1687
+ D(v(oe), { size: "sm" })
1660
1688
  ]))
1661
1689
  ]),
1662
1690
  _: 1
1663
1691
  }, 16, ["disabled"]));
1664
1692
  }
1665
- }), ra = ["data-disabled", "for"], sa = /* @__PURE__ */ m("span", {
1666
- "data-required": "true",
1667
- "aria-hidden": "true"
1668
- }, " *", -1), da = /* @__PURE__ */ m("span", { class: "visually-hidden" }, "required", -1), _ = {
1669
- __name: "BsLabel",
1670
- props: {
1671
- disabled: { type: Boolean, default: !1 },
1672
- for: { type: String, required: !0 },
1673
- hide: { type: Boolean, default: !1 },
1674
- required: { type: Boolean, default: !1 }
1675
- },
1676
- setup(e) {
1677
- return (a, t) => (u(), v("label", {
1678
- class: X(["bs-label", e.hide ? "visually-hidden" : ""]),
1679
- "data-component": "bs-label",
1680
- "data-disabled": e.disabled,
1681
- for: e.for
1682
- }, [
1683
- m("span", null, [
1684
- I(a.$slots, "default")
1685
- ]),
1686
- e.required ? (u(), v(R, { key: 0 }, [
1687
- sa,
1688
- da
1689
- ], 64)) : $("", !0)
1690
- ], 10, ra));
1691
- }
1692
- }, ua = ["data-size", "data-variant"], ca = /* @__PURE__ */ m("span", null, null, -1), fa = /* @__PURE__ */ m("span", null, null, -1), va = /* @__PURE__ */ m("span", null, null, -1), ha = /* @__PURE__ */ m("span", null, null, -1), pa = /* @__PURE__ */ m("span", { class: "visually-hidden" }, "Loading", -1), ga = [
1693
+ }), ua = ["data-size", "data-variant"], ca = /* @__PURE__ */ m("span", null, null, -1), fa = /* @__PURE__ */ m("span", null, null, -1), va = /* @__PURE__ */ m("span", null, null, -1), ha = /* @__PURE__ */ m("span", null, null, -1), pa = /* @__PURE__ */ m("span", { class: "visually-hidden" }, "Loading", -1), ga = [
1693
1694
  ca,
1694
1695
  fa,
1695
1696
  va,
@@ -1709,7 +1710,7 @@ const Et = {
1709
1710
  }
1710
1711
  },
1711
1712
  setup(e) {
1712
- return (a, t) => (u(), v("span", {
1713
+ return (a, t) => (u(), f("span", {
1713
1714
  class: "bs-loader",
1714
1715
  "data-size": e.size,
1715
1716
  "data-variant": e.variant,
@@ -1746,8 +1747,8 @@ const Et = {
1746
1747
  emits: ["after-enter", "after-leave"],
1747
1748
  setup(e, { emit: a }) {
1748
1749
  const t = e, l = a, { transition: n } = se(t);
1749
- return (o, s) => (u(), A(c(de), {
1750
- shown: c(n),
1750
+ return (o, s) => (u(), A(v(de), {
1751
+ shown: v(n),
1751
1752
  preloaded: e.preloaded,
1752
1753
  duration: 75,
1753
1754
  "enter-attribute": "data-shown",
@@ -1812,16 +1813,16 @@ const Et = {
1812
1813
  let o = !1;
1813
1814
  return re(["Escape"], () => {
1814
1815
  o && l("close", t.modalId);
1815
- }), (s, i) => (u(), v(R, null, [
1816
+ }), (s, i) => (u(), f(R, null, [
1816
1817
  D(ma, {
1817
- shown: c(n),
1818
+ shown: v(n),
1818
1819
  preloaded: e.preloaded,
1819
1820
  "enter-controlled": e.enterControlled,
1820
1821
  "enter-trigger": e.enterTrigger,
1821
1822
  "leave-trigger": e.leaveTrigger
1822
1823
  }, null, 8, ["shown", "preloaded", "enter-controlled", "enter-trigger", "leave-trigger"]),
1823
1824
  D(de, {
1824
- shown: c(n),
1825
+ shown: v(n),
1825
1826
  preloaded: e.preloaded,
1826
1827
  duration: 75,
1827
1828
  "enter-attribute": "data-shown",
@@ -1836,14 +1837,14 @@ const Et = {
1836
1837
  role: e.alert ? "alertdialog" : "dialog",
1837
1838
  "aria-modal": "true"
1838
1839
  }, [
1839
- e.closeButton ? (u(), v("div", Ba, [
1840
+ e.closeButton ? (u(), f("div", Ba, [
1840
1841
  m("button", {
1841
1842
  type: "button",
1842
1843
  title: "Close Modal",
1843
1844
  "aria-label": "Close Modal",
1844
1845
  onClick: i[0] || (i[0] = (d) => l("close", e.modalId))
1845
1846
  }, [
1846
- D(c(oe), { class: "close-button" })
1847
+ D(v(oe), { class: "close-button" })
1847
1848
  ])
1848
1849
  ])) : $("", !0),
1849
1850
  I(s.$slots, "default")
@@ -1972,7 +1973,7 @@ const Et = {
1972
1973
  function r() {
1973
1974
  n.value = Math.max(n.value - 1, 1);
1974
1975
  }
1975
- function f() {
1976
+ function c() {
1976
1977
  n.value = Math.min(
1977
1978
  n.value + 1,
1978
1979
  s.value
@@ -1994,13 +1995,13 @@ const Et = {
1994
1995
  const P = (n.value - 1) * t.itemsPerGroup + 1, w = Math.min(P - 1 + t.itemsPerGroup, t.itemsCount);
1995
1996
  return `${t.centerLabel ?? "Results"} ${P} - ${w} of ${t.itemsCount}`;
1996
1997
  }), M = p(() => t.resultsIncrements.split(",").map((P) => parseInt(P)));
1997
- return (P, w) => (u(), v("div", {
1998
+ return (P, w) => (u(), f("div", {
1998
1999
  class: "bs-pagination",
1999
2000
  "data-variant": i.value,
2000
2001
  "data-fixed": t.fixed
2001
2002
  }, [
2002
- e.variant === "base" || e.variant === "group" ? (u(), v("div", Sa, [
2003
- e.showFirstLastButtons ? (u(), v("button", {
2003
+ e.variant === "base" || e.variant === "group" ? (u(), f("div", Sa, [
2004
+ e.showFirstLastButtons ? (u(), f("button", {
2004
2005
  key: 0,
2005
2006
  type: "button",
2006
2007
  class: X(e.firstPageText ? "bs-pagination-word-caret" : void 0),
@@ -2008,8 +2009,8 @@ const Et = {
2008
2009
  disabled: n.value === 1,
2009
2010
  onClick: d
2010
2011
  }, [
2011
- D(c(Je)),
2012
- e.firstPageText ? (u(), v("span", ka, T(e.firstPageText), 1)) : $("", !0)
2012
+ D(v(Je)),
2013
+ e.firstPageText ? (u(), f("span", ka, T(e.firstPageText), 1)) : $("", !0)
2013
2014
  ], 10, wa)) : $("", !0),
2014
2015
  m("button", {
2015
2016
  type: "button",
@@ -2018,12 +2019,12 @@ const Et = {
2018
2019
  disabled: n.value === 1,
2019
2020
  onClick: r
2020
2021
  }, [
2021
- D(c(Qe)),
2022
- e.prevPageText ? (u(), v("span", Ta, T(e.prevPageText), 1)) : $("", !0)
2022
+ D(v(Qe)),
2023
+ e.prevPageText ? (u(), f("span", Ta, T(e.prevPageText), 1)) : $("", !0)
2023
2024
  ], 10, Ia)
2024
2025
  ])) : $("", !0),
2025
- e.variant === "base" && e.centerDisplay === "numbers" ? (u(), v("div", xa, [
2026
- (u(!0), v(R, null, Y(g.value, (S) => (u(), v("button", {
2026
+ e.variant === "base" && e.centerDisplay === "numbers" ? (u(), f("div", xa, [
2027
+ (u(!0), f(R, null, Y(g.value, (S) => (u(), f("button", {
2027
2028
  key: `page-${S}-button`,
2028
2029
  type: "button",
2029
2030
  title: `Page ${S}`,
@@ -2031,12 +2032,12 @@ const Et = {
2031
2032
  onClick: (q) => n.value = S
2032
2033
  }, T(S), 9, Ca))), 128))
2033
2034
  ])) : $("", !0),
2034
- t.variant === "base" && t.centerDisplay === "text" ? (u(), v("span", Aa, T(y.value), 1)) : $("", !0),
2035
- t.variant === "group" ? (u(), v("span", La, T(L.value), 1)) : $("", !0),
2036
- t.variant === "results" ? (u(), v(R, { key: 4 }, [
2035
+ t.variant === "base" && t.centerDisplay === "text" ? (u(), f("span", Aa, T(y.value), 1)) : $("", !0),
2036
+ t.variant === "group" ? (u(), f("span", La, T(L.value), 1)) : $("", !0),
2037
+ t.variant === "results" ? (u(), f(R, { key: 4 }, [
2037
2038
  Pa,
2038
2039
  m("div", Da, [
2039
- (u(!0), v(R, null, Y(M.value, (S) => (u(), v("button", {
2040
+ (u(!0), f(R, null, Y(M.value, (S) => (u(), f("button", {
2040
2041
  type: "button",
2041
2042
  key: `results-${S}`,
2042
2043
  "data-selected": S === n.value,
@@ -2045,18 +2046,18 @@ const Et = {
2045
2046
  }, T(S), 9, Va))), 128))
2046
2047
  ])
2047
2048
  ], 64)) : $("", !0),
2048
- e.variant === "base" || e.variant === "group" ? (u(), v("div", Ea, [
2049
+ e.variant === "base" || e.variant === "group" ? (u(), f("div", Ea, [
2049
2050
  m("button", {
2050
2051
  type: "button",
2051
2052
  class: X(e.nextPageText ? "bs-pagination-word-caret" : void 0),
2052
2053
  title: e.nextPageText,
2053
2054
  disabled: n.value === s.value,
2054
- onClick: f
2055
+ onClick: c
2055
2056
  }, [
2056
- e.nextPageText ? (u(), v("span", za, T(e.nextPageText), 1)) : $("", !0),
2057
- D(c(_e))
2057
+ e.nextPageText ? (u(), f("span", za, T(e.nextPageText), 1)) : $("", !0),
2058
+ D(v(_e))
2058
2059
  ], 10, qa),
2059
- e.showFirstLastButtons ? (u(), v("button", {
2060
+ e.showFirstLastButtons ? (u(), f("button", {
2060
2061
  key: 0,
2061
2062
  type: "button",
2062
2063
  class: X(e.lastPageText ? "bs-pagination-word-caret" : void 0),
@@ -2064,8 +2065,8 @@ const Et = {
2064
2065
  disabled: n.value === s.value,
2065
2066
  onClick: b
2066
2067
  }, [
2067
- e.lastPageText ? (u(), v("span", Ra, T(e.lastPageText), 1)) : $("", !0),
2068
- D(c(et))
2068
+ e.lastPageText ? (u(), f("span", Ra, T(e.lastPageText), 1)) : $("", !0),
2069
+ D(v(et))
2069
2070
  ], 10, Ma)) : $("", !0)
2070
2071
  ])) : $("", !0)
2071
2072
  ], 8, $a));
@@ -2092,7 +2093,7 @@ const Et = {
2092
2093
  },
2093
2094
  setup(e) {
2094
2095
  const a = e, { onLinkClick: t } = ie(a), l = N(), { rootTag: n, attrsToBind: o } = he(a, l, "span");
2095
- return (s, i) => (u(), A(U(c(n)), V({
2096
+ return (s, i) => (u(), A(U(v(n)), V({
2096
2097
  class: "bs-pill",
2097
2098
  "data-active": e.active,
2098
2099
  "data-component": "bs-pill",
@@ -2100,7 +2101,7 @@ const Et = {
2100
2101
  "data-variant": e.variant || void 0,
2101
2102
  disabled: e.disabled,
2102
2103
  href: e.href
2103
- }, c(o), { onClick: c(t) }), {
2104
+ }, v(o), { onClick: v(t) }), {
2104
2105
  default: C(() => [
2105
2106
  m("span", { "data-truncate": e.truncate }, [
2106
2107
  I(s.$slots, "default")
@@ -2109,71 +2110,6 @@ const Et = {
2109
2110
  _: 3
2110
2111
  }, 16, ["data-active", "data-status", "data-variant", "disabled", "href", "onClick"]));
2111
2112
  }
2112
- }, Gn = {
2113
- __name: "BsProfile",
2114
- props: {
2115
- layout: {
2116
- type: String,
2117
- default: "vertical",
2118
- validator: (e) => ["horizontal", "vertical"].includes(e)
2119
- },
2120
- href: String,
2121
- imageSrc: String,
2122
- imageSize: {
2123
- type: String,
2124
- default: "lg",
2125
- validator: (e) => ["sm", "md", "lg"].includes(e)
2126
- },
2127
- initials: String,
2128
- profileName: String,
2129
- company: String,
2130
- jobTitle: String,
2131
- email: String,
2132
- action: String,
2133
- actionIcon: String,
2134
- miscMeta: String,
2135
- miscMetaIcon: String,
2136
- router: Object
2137
- },
2138
- emits: ["action-toggled"],
2139
- setup(e, { emit: a }) {
2140
- const t = e, l = a, { onLinkClick: n } = ie(t), o = p(() => t.href ? "a" : "div");
2141
- return (s, i) => (u(), A(U(o.value), {
2142
- class: "bs-profile",
2143
- href: e.href,
2144
- "data-layout": e.layout,
2145
- onClick: c(n)
2146
- }, {
2147
- default: C(() => [
2148
- D(c(Xa), {
2149
- src: e.imageSrc,
2150
- size: e.imageSize,
2151
- initials: e.initials,
2152
- "profile-name": e.profileName
2153
- }, null, 8, ["src", "size", "initials", "profile-name"]),
2154
- D(c(Ha), {
2155
- "profile-name": e.profileName,
2156
- company: e.company,
2157
- "job-title": e.jobTitle,
2158
- email: e.email,
2159
- action: e.action,
2160
- "action-icon": e.actionIcon,
2161
- "misc-meta": e.miscMeta,
2162
- "misc-meta-icon": e.miscMetaIcon,
2163
- onActionToggled: i[0] || (i[0] = (d) => l("action-toggled"))
2164
- }, {
2165
- action: C(() => [
2166
- I(s.$slots, "action")
2167
- ]),
2168
- misc: C(() => [
2169
- I(s.$slots, "misc")
2170
- ]),
2171
- _: 3
2172
- }, 8, ["profile-name", "company", "job-title", "email", "action", "action-icon", "misc-meta", "misc-meta-icon"])
2173
- ]),
2174
- _: 3
2175
- }, 8, ["href", "data-layout", "onClick"]));
2176
- }
2177
2113
  }, Oa = { class: "bs-profile-details" }, Wa = {
2178
2114
  class: "bs-profile-name",
2179
2115
  "data-size": "sm",
@@ -2205,14 +2141,14 @@ const Et = {
2205
2141
  function s(i) {
2206
2142
  i.target.tagName === "BUTTON" && (i.preventDefault(), i.stopImmediatePropagation(), l("action-toggled"));
2207
2143
  }
2208
- return (i, d) => (u(), v("div", Oa, [
2209
- e.action || i.$slots.action ? (u(), v("button", {
2144
+ return (i, d) => (u(), f("div", Oa, [
2145
+ e.action || i.$slots.action ? (u(), f("button", {
2210
2146
  key: 0,
2211
2147
  "data-icon": "true",
2212
2148
  onClick: s
2213
2149
  }, [
2214
2150
  I(i.$slots, "action", {}, () => [
2215
- e.actionIcon ? (u(), A(U(c(n) ? c(n) : "span"), {
2151
+ e.actionIcon ? (u(), A(U(v(n) ? v(n) : "span"), {
2216
2152
  key: 0,
2217
2153
  class: "bs-icon"
2218
2154
  })) : $("", !0),
@@ -2220,12 +2156,12 @@ const Et = {
2220
2156
  ])
2221
2157
  ])) : $("", !0),
2222
2158
  m("span", Wa, T(e.profileName), 1),
2223
- e.company ? (u(), v("span", ja, T(e.company), 1)) : $("", !0),
2224
- e.jobTitle ? (u(), v("span", Ga, T(e.jobTitle), 1)) : $("", !0),
2225
- e.email ? (u(), v("span", Fa, T(e.email), 1)) : $("", !0),
2226
- e.miscMeta || i.$slots.misc ? (u(), v("span", Ua, [
2159
+ e.company ? (u(), f("span", ja, T(e.company), 1)) : $("", !0),
2160
+ e.jobTitle ? (u(), f("span", Ga, T(e.jobTitle), 1)) : $("", !0),
2161
+ e.email ? (u(), f("span", Fa, T(e.email), 1)) : $("", !0),
2162
+ e.miscMeta || i.$slots.misc ? (u(), f("span", Ua, [
2227
2163
  I(i.$slots, "misc", {}, () => [
2228
- e.miscMetaIcon ? (u(), A(U(c(o) ? c(o) : "span"), {
2164
+ e.miscMetaIcon ? (u(), A(U(v(o) ? v(o) : "span"), {
2229
2165
  key: 0,
2230
2166
  class: "bs-icon"
2231
2167
  })) : $("", !0),
@@ -2250,13 +2186,13 @@ const Et = {
2250
2186
  },
2251
2187
  setup(e) {
2252
2188
  const a = e, t = k(!1), l = k(!!a.src);
2253
- return O(() => t.value = !0), (n, o) => (u(), v("div", {
2189
+ return O(() => t.value = !0), (n, o) => (u(), f("div", {
2254
2190
  class: "bs-profile-img",
2255
2191
  "data-img-size": e.size,
2256
2192
  "data-initials": e.initials,
2257
2193
  "data-no-img": !l.value
2258
2194
  }, [
2259
- l.value && t.value ? (u(), v("img", {
2195
+ l.value && t.value ? (u(), f("img", {
2260
2196
  key: 0,
2261
2197
  src: e.src,
2262
2198
  alt: e.profileName,
@@ -2264,6 +2200,71 @@ const Et = {
2264
2200
  }, null, 40, Ya)) : $("", !0)
2265
2201
  ], 8, Ka));
2266
2202
  }
2203
+ }, Gn = {
2204
+ __name: "BsProfile",
2205
+ props: {
2206
+ layout: {
2207
+ type: String,
2208
+ default: "vertical",
2209
+ validator: (e) => ["horizontal", "vertical"].includes(e)
2210
+ },
2211
+ href: String,
2212
+ imageSrc: String,
2213
+ imageSize: {
2214
+ type: String,
2215
+ default: "lg",
2216
+ validator: (e) => ["sm", "md", "lg"].includes(e)
2217
+ },
2218
+ initials: String,
2219
+ profileName: String,
2220
+ company: String,
2221
+ jobTitle: String,
2222
+ email: String,
2223
+ action: String,
2224
+ actionIcon: String,
2225
+ miscMeta: String,
2226
+ miscMetaIcon: String,
2227
+ router: Object
2228
+ },
2229
+ emits: ["action-toggled"],
2230
+ setup(e, { emit: a }) {
2231
+ const t = e, l = a, { onLinkClick: n } = ie(t), o = p(() => t.href ? "a" : "div");
2232
+ return (s, i) => (u(), A(U(o.value), {
2233
+ class: "bs-profile",
2234
+ href: e.href,
2235
+ "data-layout": e.layout,
2236
+ onClick: v(n)
2237
+ }, {
2238
+ default: C(() => [
2239
+ D(Xa, {
2240
+ src: e.imageSrc,
2241
+ size: e.imageSize,
2242
+ initials: e.initials,
2243
+ "profile-name": e.profileName
2244
+ }, null, 8, ["src", "size", "initials", "profile-name"]),
2245
+ D(Ha, {
2246
+ "profile-name": e.profileName,
2247
+ company: e.company,
2248
+ "job-title": e.jobTitle,
2249
+ email: e.email,
2250
+ action: e.action,
2251
+ "action-icon": e.actionIcon,
2252
+ "misc-meta": e.miscMeta,
2253
+ "misc-meta-icon": e.miscMetaIcon,
2254
+ onActionToggled: i[0] || (i[0] = (d) => l("action-toggled"))
2255
+ }, {
2256
+ action: C(() => [
2257
+ I(s.$slots, "action")
2258
+ ]),
2259
+ misc: C(() => [
2260
+ I(s.$slots, "misc")
2261
+ ]),
2262
+ _: 3
2263
+ }, 8, ["profile-name", "company", "job-title", "email", "action", "action-icon", "misc-meta", "misc-meta-icon"])
2264
+ ]),
2265
+ _: 3
2266
+ }, 8, ["href", "data-layout", "onClick"]));
2267
+ }
2267
2268
  }, Za = ["data-size"], Ja = ["checked", "disabled", "id", "required", "value", "data-error"], Fn = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
2268
2269
  __name: "BsRadio",
2269
2270
  props: {
@@ -2309,11 +2310,11 @@ const Et = {
2309
2310
  emits: ["update:modelValue"],
2310
2311
  setup(e, { emit: a }) {
2311
2312
  const t = e, l = N(), [n] = H(), { toChild: o, toRoot: s } = Z(t, l), i = p(() => t.inputId || n.value), d = p(() => t.checked || t.modelValue && t.modelValue === t.value);
2312
- return (r, f) => (u(), v("div", V({
2313
+ return (r, c) => (u(), f("div", V({
2313
2314
  class: "bs-boolean",
2314
2315
  "data-component": "bs-radio",
2315
2316
  "data-size": e.size
2316
- }, c(s)), [
2317
+ }, v(s)), [
2317
2318
  m("input", V({
2318
2319
  checked: d.value,
2319
2320
  disabled: e.disabled,
@@ -2322,10 +2323,10 @@ const Et = {
2322
2323
  type: "radio",
2323
2324
  value: e.value,
2324
2325
  "data-error": e.error
2325
- }, c(o), {
2326
- onChange: f[0] || (f[0] = (b) => r.$emit("update:modelValue", b.target.value))
2326
+ }, v(o), {
2327
+ onChange: c[0] || (c[0] = (b) => r.$emit("update:modelValue", b.target.value))
2327
2328
  }), null, 16, Ja),
2328
- e.label || r.$slots.label ? (u(), A(c(_), {
2329
+ e.label || r.$slots.label ? (u(), A(_, {
2329
2330
  key: 0,
2330
2331
  for: i.value,
2331
2332
  disabled: e.disabled,
@@ -2354,7 +2355,7 @@ const Et = {
2354
2355
  emits: ["update:modelValue"],
2355
2356
  setup(e, { emit: a }) {
2356
2357
  const t = e, l = p(() => ({ [t.error ? "aria-errormessage" : "aria-describedby"]: t.hintId }));
2357
- return (n, o) => (u(), v("select", V({
2358
+ return (n, o) => (u(), f("select", V({
2358
2359
  id: n.$attrs.id || e.inputId,
2359
2360
  class: "bs-select",
2360
2361
  "data-component": "bs-select",
@@ -2412,9 +2413,9 @@ const Et = {
2412
2413
  var b, g;
2413
2414
  return ((g = (b = a.hints) == null ? void 0 : b.join) == null ? void 0 : g.call(b, `
2414
2415
  `)) || a.hints;
2415
- }), d = p(() => a.error && a.errorMsg || a.hint || i.value || void 0), r = p(() => a.inputId || l.value), f = p(() => a.value || a.modelValue);
2416
- return (b, g) => (u(), v("div", V({ "data-component": "bs-select-field" }, c(s)), [
2417
- e.label || b.$slots.label ? (u(), A(c(_), {
2416
+ }), d = p(() => a.error && a.errorMsg || a.hint || i.value || void 0), r = p(() => a.inputId || l.value), c = p(() => a.value || a.modelValue);
2417
+ return (b, g) => (u(), f("div", V({ "data-component": "bs-select-field" }, v(s)), [
2418
+ e.label || b.$slots.label ? (u(), A(_, {
2418
2419
  key: 0,
2419
2420
  for: r.value,
2420
2421
  disabled: e.disabled,
@@ -2427,25 +2428,25 @@ const Et = {
2427
2428
  ]),
2428
2429
  _: 3
2429
2430
  }, 8, ["for", "disabled", "required"])) : $("", !0),
2430
- D(c(_a), V({
2431
+ D(_a, V({
2431
2432
  disabled: e.disabled,
2432
2433
  error: e.error,
2433
- "hint-id": c(n),
2434
+ "hint-id": v(n),
2434
2435
  "input-id": r.value,
2435
2436
  required: e.required,
2436
- value: f.value,
2437
+ value: c.value,
2437
2438
  "onUpdate:modelValue": g[0] || (g[0] = (y) => b.$emit("update:modelValue", y))
2438
- }, c(o)), {
2439
+ }, v(o)), {
2439
2440
  default: C(() => [
2440
2441
  m("option", {
2441
- selected: !f.value,
2442
+ selected: !c.value,
2442
2443
  value: "",
2443
- disabled: !!f.value
2444
+ disabled: !!c.value
2444
2445
  }, T(e.placeholder), 9, en),
2445
- (u(!0), v(R, null, Y(e.data, (y) => (u(), v("option", {
2446
+ (u(!0), f(R, null, Y(e.data, (y) => (u(), f("option", {
2446
2447
  key: y.value,
2447
2448
  disabled: y.disabled,
2448
- selected: f.value === y.value,
2449
+ selected: c.value === y.value,
2449
2450
  value: y.value
2450
2451
  }, T(y.label), 9, tn))), 128))
2451
2452
  ]),
@@ -2457,7 +2458,7 @@ const Et = {
2457
2458
  error: e.error,
2458
2459
  "error-msg": e.errorMsg,
2459
2460
  hint: e.hint || i.value,
2460
- "hint-id": c(n)
2461
+ "hint-id": v(n)
2461
2462
  }, null, 8, ["data-disabled", "error", "error-msg", "hint", "hint-id"])) : $("", !0)
2462
2463
  ], 16));
2463
2464
  }
@@ -2508,19 +2509,19 @@ const Et = {
2508
2509
  emits: ["update:modelValue"],
2509
2510
  setup(e, { emit: a }) {
2510
2511
  const t = e, l = a, n = N(), [o] = H(), { toChild: s, toRoot: i } = Z(t, n), d = p(() => t.inputId || o.value), r = p(() => t.checked || t.modelValue);
2511
- return (f, b) => (u(), v("div", V({
2512
+ return (c, b) => (u(), f("div", V({
2512
2513
  class: "bs-boolean",
2513
2514
  "data-component": "bs-switch",
2514
2515
  "data-size": e.size
2515
- }, c(i)), [
2516
- e.label || f.$slots.label ? (u(), A(c(_), {
2516
+ }, v(i)), [
2517
+ e.label || c.$slots.label ? (u(), A(_, {
2517
2518
  key: 0,
2518
2519
  for: d.value,
2519
2520
  disabled: e.disabled,
2520
2521
  hide: e.hideLabel
2521
2522
  }, {
2522
2523
  default: C(() => [
2523
- I(f.$slots, "label", {}, () => [
2524
+ I(c.$slots, "label", {}, () => [
2524
2525
  W(T(e.label), 1)
2525
2526
  ])
2526
2527
  ]),
@@ -2537,7 +2538,7 @@ const Et = {
2537
2538
  disabled: e.disabled,
2538
2539
  id: d.value,
2539
2540
  type: "checkbox"
2540
- }, c(s), {
2541
+ }, v(s), {
2541
2542
  onChange: b[0] || (b[0] = (g) => l("update:modelValue", g.target.checked))
2542
2543
  }), null, 16, ln),
2543
2544
  m("span", {
@@ -2575,7 +2576,7 @@ const Et = {
2575
2576
  n.value.dispatchEvent(r);
2576
2577
  }
2577
2578
  }
2578
- return (r, f) => (u(), v("div", {
2579
+ return (r, c) => (u(), f("div", {
2579
2580
  "aria-controls": s.value,
2580
2581
  "aria-selected": o.value ? "true" : "false",
2581
2582
  "data-hidden": e.hidden || void 0,
@@ -2601,10 +2602,10 @@ const Et = {
2601
2602
  },
2602
2603
  emits: ["tabChange", "update:modelValue"],
2603
2604
  setup(e, { emit: a }) {
2604
- const t = e, l = a, n = k(!1), o = k(!1), s = k([]), i = k(!1), d = k(!1), r = k(), f = k([]), b = k(!1), g = k([]), y = k(), L = k(), M = k(), [P, w] = H(2), S = p(() => t.activeTabId ? g.value.findIndex((h) => h.id === t.activeTabId) : 0), q = p(() => s.value.some((h) => h.id === t.activeTabId)), j = p(() => `${w.value}-options`), ee = p(() => `${w.value}-toggle`), J = p(() => {
2605
+ const t = e, l = a, n = k(!1), o = k(!1), s = k([]), i = k(!1), d = k(!1), r = k(), c = k([]), b = k(!1), g = k([]), y = k(), L = k(), M = k(), [P, w] = H(2), S = p(() => t.activeTabId ? g.value.findIndex((h) => h.id === t.activeTabId) : 0), q = p(() => s.value.some((h) => h.id === t.activeTabId)), j = p(() => `${w.value}-options`), ee = p(() => `${w.value}-toggle`), J = p(() => {
2605
2606
  var h;
2606
2607
  return q.value ? (h = g.value[S.value]) == null ? void 0 : h.textContent : "More";
2607
- }), ke = p(() => q.value ? f.value[S.value] - f.value[S.value - 1] + cn : un), Q = p(() => {
2608
+ }), ke = p(() => q.value ? c.value[S.value] - c.value[S.value - 1] + cn : un), Q = p(() => {
2608
2609
  var B, x;
2609
2610
  let h = [];
2610
2611
  if (typeof window > "u")
@@ -2625,7 +2626,7 @@ const Et = {
2625
2626
  B.dataset.hidden = "true", G.push(B);
2626
2627
  continue;
2627
2628
  }
2628
- if (x = F < g.value.length - 1 ? M.value - ke.value : M.value, f.value[F] > x) {
2629
+ if (x = F < g.value.length - 1 ? M.value - ke.value : M.value, c.value[F] > x) {
2629
2630
  B.dataset.hidden = "true", G.push(B), h = !0, z = !0;
2630
2631
  continue;
2631
2632
  }
@@ -2642,7 +2643,7 @@ const Et = {
2642
2643
  function Ie(h) {
2643
2644
  var z, G, K;
2644
2645
  const B = (K = (G = (z = g.value[h]) == null ? void 0 : z.getBoundingClientRect) == null ? void 0 : G.call(z)) == null ? void 0 : K.width;
2645
- return B || (h === 0 ? f.value[0] : f.value[h] - f.value[h - 1]) || 0;
2646
+ return B || (h === 0 ? c.value[0] : c.value[h] - c.value[h - 1]) || 0;
2646
2647
  }
2647
2648
  function Te() {
2648
2649
  var h;
@@ -2709,7 +2710,7 @@ const Et = {
2709
2710
  function Re() {
2710
2711
  let h;
2711
2712
  g.value.forEach((B, x) => {
2712
- h = B.getBoundingClientRect().width + fn, f.value.push(x ? h + f.value[x - 1] : h);
2713
+ h = B.getBoundingClientRect().width + fn, c.value.push(x ? h + c.value[x - 1] : h);
2713
2714
  });
2714
2715
  }
2715
2716
  return E(() => t.activeTabId, Te), O(() => {
@@ -2719,10 +2720,10 @@ const Et = {
2719
2720
  } catch (B) {
2720
2721
  console.log("tab error", B);
2721
2722
  }
2722
- }), ne(qe), (h, B) => (u(), v("div", {
2723
+ }), ne(qe), (h, B) => (u(), f("div", {
2723
2724
  class: "bs-tab-list",
2724
2725
  "data-component": "bs-tab-list",
2725
- id: h.$attrs.id || c(P),
2726
+ id: h.$attrs.id || v(P),
2726
2727
  ref_key: "hostEl",
2727
2728
  ref: r,
2728
2729
  role: "tablist",
@@ -2733,7 +2734,7 @@ const Et = {
2733
2734
  }, [
2734
2735
  I(h.$slots, "default"),
2735
2736
  m("button", {
2736
- "aria-controls": c(w),
2737
+ "aria-controls": v(w),
2737
2738
  "aria-expanded": i.value,
2738
2739
  class: "bs-tab-list-toggle",
2739
2740
  "data-active": q.value || void 0,
@@ -2743,15 +2744,15 @@ const Et = {
2743
2744
  ref: y,
2744
2745
  onClick: Ce
2745
2746
  }, [
2746
- D(c(tt), { size: "sm" }),
2747
+ D(v(tt), { size: "sm" }),
2747
2748
  W(" " + T(J.value), 1)
2748
2749
  ], 8, dn),
2749
- D(c(Jt), {
2750
+ D(ea, {
2750
2751
  "anchor-id": ee.value,
2751
- "container-id": h.$attrs.id || c(P),
2752
+ "container-id": h.$attrs.id || v(P),
2752
2753
  "helper-description": e.helperDescription || void 0,
2753
2754
  "helper-text": e.helperText,
2754
- id: c(w),
2755
+ id: v(w),
2755
2756
  "options-id": j.value,
2756
2757
  position: "right",
2757
2758
  preloaded: "",
@@ -2761,7 +2762,7 @@ const Et = {
2761
2762
  "onUpdate:modelValue": Ae
2762
2763
  }, {
2763
2764
  default: C(() => [
2764
- (u(!0), v(R, null, Y(s.value, (x) => (u(), A(c(Yt), {
2765
+ (u(!0), f(R, null, Y(s.value, (x) => (u(), A(Jt, {
2765
2766
  key: x.id,
2766
2767
  value: x.id,
2767
2768
  "options-id": j.value
@@ -2790,7 +2791,7 @@ const Et = {
2790
2791
  },
2791
2792
  setup(e) {
2792
2793
  const a = e, t = N(), l = p(() => a.activeTabId && a.activeTabId === a.tabId), n = p(() => t.id || `${a.tabId}-panel`);
2793
- return (o, s) => (u(), v("section", {
2794
+ return (o, s) => (u(), f("section", {
2794
2795
  "aria-labelledby": e.tabId,
2795
2796
  "data-active": l.value,
2796
2797
  "data-component": "bs-tab-panel",
@@ -2816,7 +2817,8 @@ const Et = {
2816
2817
  emits: ["update:modelValue"],
2817
2818
  setup(e, { emit: a }) {
2818
2819
  const t = e, l = p(() => ({ [t.error ? "aria-errormessage" : "aria-describedby"]: t.hintId }));
2819
- return (n, o) => (u(), v("textarea", V({
2820
+ return (n, o) => (u(), f("textarea", V({
2821
+ class: "bs-textarea",
2820
2822
  "data-component": "bs-textarea",
2821
2823
  "data-error": e.error,
2822
2824
  id: n.$attrs.id || e.inputId,
@@ -2881,9 +2883,9 @@ const Et = {
2881
2883
  var g, y;
2882
2884
  return ((y = (g = t.hints) == null ? void 0 : g.join) == null ? void 0 : y.call(g, `
2883
2885
  `)) || t.hints;
2884
- }), f = p(() => t.error && t.errorMsg || t.hint || r.value || void 0), b = p(() => t.inputId || n.value);
2885
- return (g, y) => (u(), v("div", V({ "data-component": "bs-textarea-field" }, c(i)), [
2886
- e.label || g.$slots.label ? (u(), A(c(_), {
2886
+ }), c = p(() => t.error && t.errorMsg || t.hint || r.value || void 0), b = p(() => t.inputId || n.value);
2887
+ return (g, y) => (u(), f("div", V({ "data-component": "bs-textarea-field" }, v(i)), [
2888
+ e.label || g.$slots.label ? (u(), A(_, {
2887
2889
  key: 0,
2888
2890
  for: b.value,
2889
2891
  disabled: e.disabled,
@@ -2896,18 +2898,18 @@ const Et = {
2896
2898
  ]),
2897
2899
  _: 3
2898
2900
  }, 8, ["for", "disabled", "required"])) : $("", !0),
2899
- D(c(pn), V({
2901
+ D(pn, V({
2900
2902
  disabled: e.disabled,
2901
2903
  error: e.error,
2902
- "hint-id": c(o),
2904
+ "hint-id": v(o),
2903
2905
  id: b.value,
2904
2906
  placeholder: e.placeholder,
2905
2907
  required: e.required,
2906
2908
  rows: e.rows,
2907
2909
  value: e.value || e.modelValue,
2908
2910
  "onUpdate:modelValue": y[0] || (y[0] = (L) => g.$emit("update:modelValue", L))
2909
- }, c(s)), null, 16, ["disabled", "error", "hint-id", "id", "placeholder", "required", "rows", "value"]),
2910
- f.value || e.charMax ? (u(), A(pe, {
2911
+ }, v(s)), null, 16, ["disabled", "error", "hint-id", "id", "placeholder", "required", "rows", "value"]),
2912
+ c.value || e.charMax ? (u(), A(pe, {
2911
2913
  key: 1,
2912
2914
  "char-count": d.value,
2913
2915
  "char-max": e.charMax,
@@ -2915,7 +2917,7 @@ const Et = {
2915
2917
  error: e.error,
2916
2918
  "error-msg": e.errorMsg,
2917
2919
  hint: e.hint || r.value,
2918
- "hint-id": c(o)
2920
+ "hint-id": v(o)
2919
2921
  }, null, 8, ["char-count", "char-max", "data-disabled", "error", "error-msg", "hint", "hint-id"])) : $("", !0)
2920
2922
  ], 16));
2921
2923
  }
@@ -2977,19 +2979,19 @@ const Et = {
2977
2979
  i();
2978
2980
  }, t.duration)), l("after-enter");
2979
2981
  }
2980
- return (r, f) => (u(), A(c(de), {
2981
- shown: c(n),
2982
+ return (r, c) => (u(), A(v(de), {
2983
+ shown: v(n),
2982
2984
  preloaded: e.preloaded,
2983
2985
  duration: 200,
2984
2986
  "enter-attribute": "data-shown",
2985
2987
  onAfterEnter: d,
2986
- onAfterLeave: f[0] || (f[0] = (b) => l("after-leave"))
2988
+ onAfterLeave: c[0] || (c[0] = (b) => l("after-leave"))
2987
2989
  }, {
2988
2990
  default: C(() => [
2989
2991
  m("div", {
2990
2992
  class: "bs-toast",
2991
2993
  "data-variant": e.variant,
2992
- "data-stacked": c(s) || void 0,
2994
+ "data-stacked": v(s) || void 0,
2993
2995
  "aria-role": "alert"
2994
2996
  }, [
2995
2997
  I(r.$slots, "default")
@@ -3008,7 +3010,7 @@ const Et = {
3008
3010
  ((n = l.default) == null ? void 0 : n.call(l).length) > 2 && (a.value = !0);
3009
3011
  });
3010
3012
  const t = te("handleDismiss");
3011
- return (l, n) => (u(), v("div", {
3013
+ return (l, n) => (u(), f("div", {
3012
3014
  class: "bs-toast-actions",
3013
3015
  "data-stacked": a.value || void 0
3014
3016
  }, [
@@ -3016,7 +3018,7 @@ const Et = {
3016
3018
  D(kt, {
3017
3019
  size: "sm",
3018
3020
  "text-btn": "",
3019
- onClick: c(t)
3021
+ onClick: v(t)
3020
3022
  }, {
3021
3023
  default: C(() => [
3022
3024
  W(" Dismiss ")
@@ -3033,7 +3035,7 @@ const Et = {
3033
3035
  return t;
3034
3036
  }, yn = {}, Bn = { class: "bs-toast-body" };
3035
3037
  function $n(e, a) {
3036
- return u(), v("div", Bn, [
3038
+ return u(), f("div", Bn, [
3037
3039
  I(e.$slots, "default")
3038
3040
  ]);
3039
3041
  }
@@ -3052,9 +3054,9 @@ const _n = /* @__PURE__ */ mn(yn, [["render", $n]]), Sn = ["data-variant"], el =
3052
3054
  return at;
3053
3055
  }
3054
3056
  });
3055
- return (l, n) => (u(), v("div", {
3057
+ return (l, n) => (u(), f("div", {
3056
3058
  class: "bs-toast-header",
3057
- "data-variant": c(a)
3059
+ "data-variant": v(a)
3058
3060
  }, [
3059
3061
  (u(), A(U(t.value), { class: "bs-toast-header-icon" })),
3060
3062
  m("h5", null, [
@@ -3065,7 +3067,7 @@ const _n = /* @__PURE__ */ mn(yn, [["render", $n]]), Sn = ["data-variant"], el =
3065
3067
  }, wn = { class: "bs-toaster" }, tl = {
3066
3068
  __name: "BsToaster",
3067
3069
  setup(e) {
3068
- return ae("stacked", !0), (a, t) => (u(), v("div", wn, [
3070
+ return ae("stacked", !0), (a, t) => (u(), f("div", wn, [
3069
3071
  I(a.$slots, "default")
3070
3072
  ]));
3071
3073
  }
@@ -3109,7 +3111,7 @@ const _n = /* @__PURE__ */ mn(yn, [["render", $n]]), Sn = ["data-variant"], el =
3109
3111
  function s() {
3110
3112
  t.value = !1, l.value = !1;
3111
3113
  }
3112
- return (i, d) => (u(), v("div", {
3114
+ return (i, d) => (u(), f("div", {
3113
3115
  class: "bs-tooltip",
3114
3116
  "data-position": e.position || void 0,
3115
3117
  "data-component": "bs-tooltip",
@@ -3119,7 +3121,7 @@ const _n = /* @__PURE__ */ mn(yn, [["render", $n]]), Sn = ["data-variant"], el =
3119
3121
  onFocusout: s
3120
3122
  }, [
3121
3123
  I(i.$slots, "default"),
3122
- e.content ? (u(), v("div", {
3124
+ e.content ? (u(), f("div", {
3123
3125
  key: 0,
3124
3126
  class: X(n.value),
3125
3127
  id: e.tooltipId,
@@ -3136,14 +3138,14 @@ export {
3136
3138
  Vn as BsChartBar,
3137
3139
  En as BsCheckbox,
3138
3140
  qn as BsCircleButton,
3139
- Ht as BsDropdown,
3140
- Yt as BsDropdownOption,
3141
- Zt as BsDropdownOptionList,
3142
- Jt as BsDropdownWithOptions,
3141
+ Xt as BsDropdown,
3142
+ Jt as BsDropdownOption,
3143
+ _t as BsDropdownOptionList,
3144
+ ea as BsDropdownWithOptions,
3143
3145
  pe as BsFieldDetails,
3144
3146
  zn as BsIconGradientWrapper,
3145
3147
  we as BsInput,
3146
- ia as BsInputAddon,
3148
+ da as BsInputAddon,
3147
3149
  Mn as BsInputField,
3148
3150
  Rn as BsInputSearch,
3149
3151
  _ as BsLabel,