@db-ux/v-core-components 5.1.1 → 5.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/db-ux.es.js CHANGED
@@ -30,7 +30,7 @@ var x = () => {
30
30
  }, A = (e, t) => {
31
31
  if (e != null) return typeof e == "string" ? e === "" || e === "true" || t?.toLowerCase() === e.toLowerCase() : !!e;
32
32
  }, j = (e, t) => {
33
- if (!(e == null && t == null)) return Number(e ?? t);
33
+ if (e != null || t != null) return Number(e ?? t);
34
34
  }, M = (e) => {
35
35
  if (e != null) return e === "any" ? "any" : Number(e);
36
36
  }, N = (e, t) => t && ["number", "range"].includes(t) ? j(e) : e, P = (e) => typeof e == "string" ? e !== "false" : e, F = (e) => {
@@ -2538,45 +2538,18 @@ var x = () => {
2538
2538
  class: c(_(C)("db-divider", t.class))
2539
2539
  }, null, 10, ln));
2540
2540
  }
2541
- }), dn = ["none", "_"], fn = ["horizontal", "vertical"], pn = 0, mn = (() => {
2542
- let e;
2543
- return () => {
2544
- if (e === void 0) {
2545
- if (typeof document > "u" || !document.body) return !1;
2546
- let t = document.createElement("div");
2547
- t.style.transition = "display 1s allow-discrete", document.body.append(t);
2548
- let n = getComputedStyle(t);
2549
- n.display, t.style.display = "none";
2550
- let r = n.display !== "none", i = CSS.supports("overlay", "auto");
2551
- e = r && i, t.remove();
2552
- }
2553
- return e;
2554
- };
2555
- })(), hn = (e, t, n) => {
2556
- if (t) {
2557
- delete e.dataset.closingAllowDiscretePonyfill;
2558
- return;
2559
- }
2560
- if (mn()) {
2561
- n();
2562
- return;
2563
- }
2564
- let r = getComputedStyle(e).getPropertyValue("--db-transition-duration").trim(), i = r.includes("ms") ? parseFloat(r) : parseFloat(r || "0") * 1e3, a = String(++pn);
2565
- e.dataset.closingAllowDiscretePonyfill = a, O(() => {
2566
- e.dataset.closingAllowDiscretePonyfill === a && (delete e.dataset.closingAllowDiscretePonyfill, n());
2567
- }, i);
2568
- }, gn = [
2541
+ }), dn = ["none", "_"], fn = ["horizontal", "vertical"], pn = [
2569
2542
  "id",
2570
2543
  "data-position",
2571
2544
  "data-backdrop",
2572
2545
  "data-direction",
2573
2546
  "data-variant"
2574
- ], _n = [
2547
+ ], mn = [
2575
2548
  "data-container-size",
2576
2549
  "data-show-spacing",
2577
2550
  "data-direction",
2578
2551
  "data-rounded"
2579
- ], vn = { class: "db-drawer-content" }, yn = /* @__PURE__ */ s({
2552
+ ], hn = { class: "db-drawer-content" }, gn = /* @__PURE__ */ s({
2580
2553
  name: "DBDrawer",
2581
2554
  __name: "drawer",
2582
2555
  props: {
@@ -2627,7 +2600,7 @@ var x = () => {
2627
2600
  ], () => {
2628
2601
  if (o.value && n.value && t.position === "absolute") {
2629
2602
  let e = o.value.parentElement;
2630
- e && (e.style.position = "relative");
2603
+ e && getComputedStyle(e).display === "contents" && (e = e.parentElement), e && getComputedStyle(e).position === "static" && (e.style.position = "relative");
2631
2604
  }
2632
2605
  }, {
2633
2606
  immediate: !0,
@@ -2647,10 +2620,9 @@ var x = () => {
2647
2620
  }
2648
2621
  }
2649
2622
  function m() {
2650
- if (o.value) {
2651
- let e = A(t.open, "open");
2652
- e && !o.value.open && (s() ? o.value.show() : o.value.showModal()), o.value.open && hn(o.value, !!e, () => o.value?.close());
2653
- }
2623
+ if (!o.value) return;
2624
+ let e = A(t.open, "open");
2625
+ e && !o.value.open ? s() ? o.value.show() : o.value.showModal() : !e && o.value.open && o.value.close();
2654
2626
  }
2655
2627
  return (n, a) => (f(), r("dialog", {
2656
2628
  class: "db-drawer",
@@ -2672,11 +2644,11 @@ var x = () => {
2672
2644
  "data-rounded": _(k)(e.rounded, "rounded")
2673
2645
  }, [
2674
2646
  h(n.$slots, "header"),
2675
- i("div", vn, [h(n.$slots, "default")]),
2647
+ i("div", hn, [h(n.$slots, "default")]),
2676
2648
  h(n.$slots, "footer")
2677
- ], 10, _n)], 40, gn));
2649
+ ], 10, mn)], 40, pn));
2678
2650
  }
2679
- }), bn = ["id"], xn = /* @__PURE__ */ s({
2651
+ }), _n = ["id"], vn = /* @__PURE__ */ s({
2680
2652
  name: "DBDrawerFooter",
2681
2653
  __name: "drawer-footer",
2682
2654
  props: {
@@ -2694,9 +2666,9 @@ var x = () => {
2694
2666
  ref: n,
2695
2667
  id: e.id ?? e.propOverrides?.id,
2696
2668
  class: c(_(C)("db-drawer-footer", t.class))
2697
- }, [h(i.$slots, "default")], 10, bn));
2669
+ }, [h(i.$slots, "default")], 10, _n));
2698
2670
  }
2699
- }), Sn = ["id"], Cn = ["id"], wn = { key: 0 }, Tn = /* @__PURE__ */ s({
2671
+ }), yn = ["id"], bn = ["id"], xn = { key: 0 }, Sn = /* @__PURE__ */ s({
2700
2672
  name: "DBDrawerHeader",
2701
2673
  __name: "drawer-header",
2702
2674
  props: {
@@ -2740,7 +2712,7 @@ var x = () => {
2740
2712
  i("header", {
2741
2713
  class: "db-drawer-header-container",
2742
2714
  id: s.value
2743
- }, [h(t.$slots, "start-slot"), e.text ? (f(), r("h2", wn, g(e.text), 1)) : h(t.$slots, "default", {}, void 0, void 0, 1)], 8, Cn),
2715
+ }, [h(t.$slots, "start-slot"), e.text ? (f(), r("h2", xn, g(e.text), 1)) : h(t.$slots, "default", {}, void 0, void 0, 1)], 8, bn),
2744
2716
  h(t.$slots, "end-slot"),
2745
2717
  o(Ve, {
2746
2718
  "data-action": "close",
@@ -2756,27 +2728,27 @@ var x = () => {
2756
2728
  })]),
2757
2729
  _: 1
2758
2730
  }, 8, ["id"])
2759
- ], 10, Sn));
2731
+ ], 10, yn));
2760
2732
  }
2761
- }), En = [
2733
+ }), Cn = [
2762
2734
  "none",
2763
2735
  "strong",
2764
2736
  "weak",
2765
2737
  "invisible"
2766
- ], Dn = [
2738
+ ], wn = [
2767
2739
  "to-left",
2768
2740
  "to-right",
2769
2741
  "up",
2770
2742
  "down"
2771
- ], On = ["modal", "inside"], kn = ["fixed", "absolute"], An = [
2743
+ ], Tn = ["modal", "inside"], En = ["fixed", "absolute"], Dn = [
2772
2744
  "small",
2773
2745
  "medium",
2774
2746
  "large",
2775
2747
  "full"
2776
- ], jn = (e) => {
2748
+ ], On = (e) => {
2777
2749
  let { target: t } = e;
2778
2750
  return !!(!t?.classList?.contains("db-navigation-item-expand-button") && t?.parentElement?.classList.contains("db-navigation-item"));
2779
- }, Mn = class {
2751
+ }, kn = class {
2780
2752
  element;
2781
2753
  subNavigation;
2782
2754
  parentSubNavigation = null;
@@ -2844,11 +2816,11 @@ var x = () => {
2844
2816
  let t = this.hasMouseEnteredSubNavigation(), n = this.getTriangleCoordinates(t ? "fill-gap" : "safe-triangle");
2845
2817
  n && (this.element.style.setProperty("--db-navigation-item-clip-path", `polygon(${n.lb}, ${n.lt}, ${n.rt}, ${n.rb})`), t && (this.triangleData = void 0));
2846
2818
  }
2847
- }, Nn = [
2819
+ }, An = [
2848
2820
  "id",
2849
2821
  "data-width",
2850
2822
  "data-on-forcing-mobile"
2851
- ], Pn = { class: "db-header-meta-navigation" }, Fn = { class: "db-header-navigation-bar" }, In = { class: "db-header-brand-container" }, Ln = { class: "db-header-navigation-container" }, Rn = { class: "db-header-navigation" }, zn = { class: "db-header-primary-action" }, Bn = { class: "db-header-action-container" }, Vn = { class: "db-header-burger-menu-container" }, Hn = { class: "db-header-secondary-action" }, Un = { class: "db-header-drawer-navigation" }, Wn = { class: "db-header-meta-navigation" }, Gn = { class: "db-header-secondary-action" }, Kn = /* @__PURE__ */ s({
2823
+ ], jn = { class: "db-header-meta-navigation" }, Mn = { class: "db-header-navigation-bar" }, Nn = { class: "db-header-brand-container" }, Pn = { class: "db-header-navigation-container" }, Fn = { class: "db-header-navigation" }, In = { class: "db-header-primary-action" }, Ln = { class: "db-header-action-container" }, Rn = { class: "db-header-burger-menu-container" }, zn = { class: "db-header-secondary-action" }, Bn = { class: "db-header-drawer-navigation" }, Vn = { class: "db-header-meta-navigation" }, Hn = { class: "db-header-secondary-action" }, Un = /* @__PURE__ */ s({
2852
2824
  name: "DBHeader",
2853
2825
  __name: "header",
2854
2826
  props: {
@@ -2900,7 +2872,7 @@ var x = () => {
2900
2872
  t.onToggle && t.onToggle(n);
2901
2873
  }
2902
2874
  function m(e) {
2903
- jn(e) && d();
2875
+ On(e) && d();
2904
2876
  }
2905
2877
  return (n, u) => (f(), r("header", {
2906
2878
  ref_key: "_ref",
@@ -2910,11 +2882,11 @@ var x = () => {
2910
2882
  "data-width": e.width,
2911
2883
  "data-on-forcing-mobile": e.forceMobile && !s.value
2912
2884
  }, [
2913
- i("div", Pn, [h(n.$slots, "meta-navigation")]),
2914
- i("div", Fn, [
2915
- i("div", In, [h(n.$slots, "brand")]),
2916
- i("div", Ln, [i("div", Rn, [h(n.$slots, "default")]), i("div", zn, [h(n.$slots, "primary-action")])]),
2917
- i("div", Bn, [i("div", Vn, [o(Ve, {
2885
+ i("div", jn, [h(n.$slots, "meta-navigation")]),
2886
+ i("div", Mn, [
2887
+ i("div", Nn, [h(n.$slots, "brand")]),
2888
+ i("div", Pn, [i("div", Fn, [h(n.$slots, "default")]), i("div", In, [h(n.$slots, "primary-action")])]),
2889
+ i("div", Ln, [i("div", Rn, [o(Ve, {
2918
2890
  icon: "menu",
2919
2891
  variant: "ghost",
2920
2892
  noText: !0,
@@ -2922,14 +2894,14 @@ var x = () => {
2922
2894
  }, {
2923
2895
  default: b(() => [a(g(e.burgerMenuLabel ?? _("Open navigation menu")), 1)]),
2924
2896
  _: 1
2925
- }, 8, ["onClick"])]), i("div", Hn, [h(n.$slots, "secondary-action")])])
2897
+ }, 8, ["onClick"])]), i("div", zn, [h(n.$slots, "secondary-action")])])
2926
2898
  ]),
2927
- o(yn, {
2899
+ o(gn, {
2928
2900
  rounded: !0,
2929
2901
  open: _(A)(e.drawerOpen),
2930
2902
  onClose: (e) => d()
2931
2903
  }, {
2932
- header: b(() => [o(Tn, {
2904
+ header: b(() => [o(Sn, {
2933
2905
  closeButtonId: e.closeButtonId,
2934
2906
  closeButtonText: e.closeButtonText,
2935
2907
  text: e.drawerHeaderText
@@ -2938,24 +2910,24 @@ var x = () => {
2938
2910
  "closeButtonText",
2939
2911
  "text"
2940
2912
  ])]),
2941
- footer: b(() => [o(xn, null, {
2942
- default: b(() => [i("div", Gn, [h(n.$slots, "secondary-action")])]),
2913
+ footer: b(() => [o(vn, null, {
2914
+ default: b(() => [i("div", Hn, [h(n.$slots, "secondary-action")])]),
2943
2915
  _: 3
2944
2916
  })]),
2945
- default: b(() => [i("div", Un, [i("div", {
2917
+ default: b(() => [i("div", Bn, [i("div", {
2946
2918
  class: "db-header-navigation",
2947
2919
  onClick: u[0] ||= async (e) => m(e)
2948
- }, [h(n.$slots, "default")]), i("div", Wn, [h(n.$slots, "meta-navigation")])])]),
2920
+ }, [h(n.$slots, "default")]), i("div", Vn, [h(n.$slots, "meta-navigation")])])]),
2949
2921
  _: 3
2950
2922
  }, 8, ["open", "onClose"])
2951
- ], 10, Nn));
2923
+ ], 10, An));
2952
2924
  }
2953
- }), qn = [
2925
+ }), Wn = [
2954
2926
  "id",
2955
2927
  "data-icon",
2956
2928
  "data-icon-weight",
2957
2929
  "data-icon-variant"
2958
- ], Jn = /* @__PURE__ */ s({
2930
+ ], Gn = /* @__PURE__ */ s({
2959
2931
  name: "DBIcon",
2960
2932
  __name: "icon",
2961
2933
  props: {
@@ -2981,16 +2953,16 @@ var x = () => {
2981
2953
  "data-icon": t.icon,
2982
2954
  "data-icon-weight": t.weight,
2983
2955
  "data-icon-variant": t.variant
2984
- }, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10, qn));
2956
+ }, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10, Wn));
2985
2957
  }
2986
- }), Yn = [
2958
+ }), Kn = [
2987
2959
  "16",
2988
2960
  "20",
2989
2961
  "24",
2990
2962
  "32",
2991
2963
  "48",
2992
2964
  "64"
2993
- ], Xn = [
2965
+ ], qn = [
2994
2966
  "color",
2995
2967
  "date",
2996
2968
  "datetime-local",
@@ -3007,7 +2979,7 @@ var x = () => {
3007
2979
  "time",
3008
2980
  "url",
3009
2981
  "week"
3010
- ], Zn = [
2982
+ ], Jn = [
3011
2983
  "id",
3012
2984
  "href",
3013
2985
  "target",
@@ -3022,7 +2994,7 @@ var x = () => {
3022
2994
  "data-variant",
3023
2995
  "data-content",
3024
2996
  "data-wrap"
3025
- ], Qn = /* @__PURE__ */ s({
2997
+ ], Yn = /* @__PURE__ */ s({
3026
2998
  name: "DBLink",
3027
2999
  __name: "link",
3028
3000
  props: {
@@ -3085,13 +3057,13 @@ var x = () => {
3085
3057
  "data-content": t.content || "internal",
3086
3058
  "data-wrap": _(k)(t.wrap, "wrap"),
3087
3059
  onClick: u[0] ||= async (e) => s(e)
3088
- }, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(l.$slots, "default")], 10, Zn));
3060
+ }, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(l.$slots, "default")], 10, Jn));
3089
3061
  }
3090
- }), $n = [
3062
+ }), Xn = [
3091
3063
  "adaptive",
3092
3064
  "brand",
3093
3065
  "inline"
3094
- ], er = ["medium", "small"], tr = ["external", "internal"], nr = ["id"], rr = /* @__PURE__ */ s({
3066
+ ], Zn = ["medium", "small"], Qn = ["external", "internal"], $n = ["id"], er = /* @__PURE__ */ s({
3095
3067
  name: "DBNavigation",
3096
3068
  __name: "navigation",
3097
3069
  props: {
@@ -3109,9 +3081,9 @@ var x = () => {
3109
3081
  ref: n,
3110
3082
  id: e.id ?? e.propOverrides?.id,
3111
3083
  class: c(_(C)("db-navigation", t.class))
3112
- }, [i("menu", null, [h(a.$slots, "default")])], 10, nr));
3084
+ }, [i("menu", null, [h(a.$slots, "default")])], 10, $n));
3113
3085
  }
3114
- }), ir = [
3086
+ }), tr = [
3115
3087
  "id",
3116
3088
  "data-width",
3117
3089
  "data-icon",
@@ -3119,20 +3091,20 @@ var x = () => {
3119
3091
  "data-active",
3120
3092
  "data-wrap",
3121
3093
  "aria-disabled"
3122
- ], ar = [
3094
+ ], nr = [
3123
3095
  "id",
3124
3096
  "aria-haspopup",
3125
3097
  "aria-expanded",
3126
3098
  "aria-controls",
3127
3099
  "disabled"
3128
- ], or = [
3100
+ ], rr = [
3129
3101
  "id",
3130
3102
  "aria-labelledby",
3131
3103
  "data-force-close"
3132
- ], sr = {
3104
+ ], ir = {
3133
3105
  key: 0,
3134
3106
  class: "db-mobile-navigation-back"
3135
- }, cr = /* @__PURE__ */ s({
3107
+ }, ar = /* @__PURE__ */ s({
3136
3108
  name: "DBNavigationItem",
3137
3109
  __name: "navigation-item",
3138
3110
  props: {
@@ -3192,7 +3164,7 @@ var x = () => {
3192
3164
  }), y(() => [d.value, j.value], () => {
3193
3165
  if (d.value && j.value) {
3194
3166
  let e = j.value.querySelector("menu");
3195
- e && (e.children?.length > 0 ? (m.value = !0, T.value ||= new Mn(j.value, e)) : x.value = !1);
3167
+ e && (e.children?.length > 0 ? (m.value = !0, T.value ||= new kn(j.value, e)) : x.value = !1);
3196
3168
  }
3197
3169
  }, {
3198
3170
  immediate: !0,
@@ -3231,13 +3203,13 @@ var x = () => {
3231
3203
  "aria-controls": E.value,
3232
3204
  disabled: _(A)(t.disabled, "disabled"),
3233
3205
  onClick: u[0] ||= async (e) => N(e)
3234
- }, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 8, ar), i("menu", {
3206
+ }, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 8, nr), i("menu", {
3235
3207
  class: "db-sub-navigation",
3236
3208
  id: E.value,
3237
3209
  "aria-labelledby": D.value,
3238
3210
  "data-force-close": w.value,
3239
3211
  onClick: u[1] ||= async (e) => M(e)
3240
- }, [m.value ? (f(), r("div", sr, [o(Ve, {
3212
+ }, [m.value ? (f(), r("div", ir, [o(Ve, {
3241
3213
  icon: "arrow_left",
3242
3214
  variant: "ghost",
3243
3215
  id: t.backButtonId,
@@ -3245,9 +3217,9 @@ var x = () => {
3245
3217
  }, {
3246
3218
  default: b(() => [a(g(t.backButtonText ?? _("Back")), 1)]),
3247
3219
  _: 1
3248
- }, 8, ["id", "onClick"])])) : n("", !0), h(s.$slots, "sub-navigation")], 8, or)], 64)) : (f(), r(e, { key: 1 }, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 64))], 42, ir));
3220
+ }, 8, ["id", "onClick"])])) : n("", !0), h(s.$slots, "sub-navigation")], 8, rr)], 64)) : (f(), r(e, { key: 1 }, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 64))], 42, tr));
3249
3221
  }
3250
- }), lr = [
3222
+ }), or = [
3251
3223
  "id",
3252
3224
  "role",
3253
3225
  "aria-live",
@@ -3256,10 +3228,10 @@ var x = () => {
3256
3228
  "data-icon",
3257
3229
  "data-show-icon",
3258
3230
  "data-link-variant"
3259
- ], ur = {
3231
+ ], sr = {
3260
3232
  key: 0,
3261
3233
  "data-area": "head"
3262
- }, dr = { "data-area": "content" }, fr = ["dateTime"], pr = /* @__PURE__ */ s({
3234
+ }, cr = { "data-area": "content" }, lr = ["dateTime"], ur = /* @__PURE__ */ s({
3263
3235
  name: "DBNotification",
3264
3236
  __name: "notification",
3265
3237
  props: {
@@ -3328,13 +3300,13 @@ var x = () => {
3328
3300
  "data-link-variant": o.linkVariant
3329
3301
  }, [
3330
3302
  h(d.$slots, "image"),
3331
- _(I)(o.headline, o.showHeadline) ? (f(), r("header", ur, g(o.headline), 1)) : n("", !0),
3332
- i("div", dr, [o.text ? (f(), r(e, { key: 0 }, [a(g(o.text), 1)], 64)) : n("", !0), h(d.$slots, "default")]),
3303
+ _(I)(o.headline, o.showHeadline) ? (f(), r("header", sr, g(o.headline), 1)) : n("", !0),
3304
+ i("div", cr, [o.text ? (f(), r(e, { key: 0 }, [a(g(o.text), 1)], 64)) : n("", !0), h(d.$slots, "default")]),
3333
3305
  _(I)(o.timestamp, o.showTimestamp) ? (f(), r("time", {
3334
3306
  key: 1,
3335
3307
  "data-area": "timestamp",
3336
3308
  dateTime: o.timestampDatetime
3337
- }, g(o.timestamp), 9, fr)) : n("", !0),
3309
+ }, g(o.timestamp), 9, lr)) : n("", !0),
3338
3310
  h(d.$slots, "link"),
3339
3311
  _(A)(o.closeable, "closeable") ? (f(), t(Ve, {
3340
3312
  key: 2,
@@ -3348,22 +3320,22 @@ var x = () => {
3348
3320
  default: b(() => [a(g(o.closeButtonText ?? _("Close")), 1)]),
3349
3321
  _: 1
3350
3322
  }, 8, ["id", "onClick"])) : n("", !0)
3351
- ], 10, lr));
3323
+ ], 10, or));
3352
3324
  }
3353
- }), mr = [
3325
+ }), dr = [
3354
3326
  "docked",
3355
3327
  "standalone",
3356
3328
  "overlay"
3357
- ], hr = ["block", "inline"], gr = [
3329
+ ], fr = ["block", "inline"], pr = [
3358
3330
  "assertive",
3359
3331
  "polite",
3360
3332
  "off"
3361
- ], _r = [
3333
+ ], mr = [
3362
3334
  "id",
3363
3335
  "data-variant",
3364
3336
  "data-fade-in",
3365
3337
  "data-fonts-loaded"
3366
- ], vr = /* @__PURE__ */ s({
3338
+ ], hr = /* @__PURE__ */ s({
3367
3339
  name: "DBPage",
3368
3340
  __name: "page",
3369
3341
  props: {
@@ -3403,9 +3375,9 @@ var x = () => {
3403
3375
  h(o.$slots, "header"),
3404
3376
  i("main", { class: c(_(C)("db-main", e.mainClass)) }, [h(o.$slots, "default")], 2),
3405
3377
  h(o.$slots, "footer")
3406
- ], 10, _r));
3378
+ ], 10, mr));
3407
3379
  }
3408
- }), yr = ["auto", "fixed"], br = ["hidden", "auto"], xr = ["id"], Sr = [
3380
+ }), gr = ["auto", "fixed"], _r = ["hidden", "auto"], vr = ["id"], yr = [
3409
3381
  "data-spacing",
3410
3382
  "data-gap",
3411
3383
  "data-animation",
@@ -3413,7 +3385,7 @@ var x = () => {
3413
3385
  "data-delay",
3414
3386
  "data-width",
3415
3387
  "data-placement"
3416
- ], Cr = /* @__PURE__ */ s({
3388
+ ], br = /* @__PURE__ */ s({
3417
3389
  name: "DBPopover",
3418
3390
  __name: "popover",
3419
3391
  props: {
@@ -3517,14 +3489,14 @@ var x = () => {
3517
3489
  "data-delay": e.delay,
3518
3490
  "data-width": e.width,
3519
3491
  "data-placement": e.placement
3520
- }, [h(n.$slots, "default")], 8, Sr)], 10, xr));
3492
+ }, [h(n.$slots, "default")], 8, yr)], 10, vr));
3521
3493
  }
3522
- }), wr = [
3494
+ }), xr = [
3523
3495
  "data-size",
3524
3496
  "data-hide-label",
3525
3497
  "data-hide-asterisk",
3526
3498
  "for"
3527
- ], Tr = [
3499
+ ], Sr = [
3528
3500
  "aria-invalid",
3529
3501
  "data-custom-validity",
3530
3502
  "id",
@@ -3533,7 +3505,7 @@ var x = () => {
3533
3505
  "disabled",
3534
3506
  "value",
3535
3507
  "required"
3536
- ], Er = /* @__PURE__ */ s({
3508
+ ], Cr = /* @__PURE__ */ s({
3537
3509
  name: "DBRadio",
3538
3510
  __name: "radio",
3539
3511
  props: {
@@ -3674,16 +3646,16 @@ var x = () => {
3674
3646
  onChange: s[1] ||= async (e) => E(e),
3675
3647
  onBlur: s[2] ||= async (e) => D(e),
3676
3648
  onFocus: s[3] ||= async (e) => k(e)
3677
- }, null, 40, Tr),
3649
+ }, null, 40, Sr),
3678
3650
  t.label ? (f(), r(e, { key: 0 }, [a(g(t.label), 1)], 64)) : n("", !0),
3679
3651
  h(o.$slots, "default")
3680
- ], 10, wr));
3652
+ ], 10, xr));
3681
3653
  }
3682
- }), Dr = [
3654
+ }), wr = [
3683
3655
  "id",
3684
3656
  "data-spacing",
3685
3657
  "data-width"
3686
- ], Or = /* @__PURE__ */ s({
3658
+ ], Tr = /* @__PURE__ */ s({
3687
3659
  name: "DBSection",
3688
3660
  __name: "section",
3689
3661
  props: {
@@ -3705,15 +3677,15 @@ var x = () => {
3705
3677
  class: c(_(C)("db-section", t.class)),
3706
3678
  "data-spacing": e.spacing || "medium",
3707
3679
  "data-width": e.width
3708
- }, [h(i.$slots, "default")], 10, Dr));
3680
+ }, [h(i.$slots, "default")], 10, wr));
3709
3681
  }
3710
- }), kr = [
3682
+ }), Er = [
3711
3683
  "data-variant",
3712
3684
  "data-hide-label",
3713
3685
  "data-hide-asterisk",
3714
3686
  "data-icon",
3715
3687
  "data-show-icon"
3716
- ], Ar = ["for"], jr = [
3688
+ ], Dr = ["for"], Or = [
3717
3689
  "aria-invalid",
3718
3690
  "data-custom-validity",
3719
3691
  "required",
@@ -3725,18 +3697,18 @@ var x = () => {
3725
3697
  "autocomplete",
3726
3698
  "multiple",
3727
3699
  "aria-describedby"
3728
- ], Mr = ["data-show-empty-option"], Nr = ["label"], Pr = [
3700
+ ], kr = ["data-show-empty-option"], Ar = ["label"], jr = [
3729
3701
  "value",
3730
3702
  "selected",
3731
3703
  "disabled"
3732
- ], Fr = [
3704
+ ], Mr = [
3733
3705
  "value",
3734
3706
  "disabled",
3735
3707
  "selected"
3736
- ], Ir = ["id"], Lr = {
3708
+ ], Nr = ["id"], Pr = {
3737
3709
  "data-visually-hidden": "true",
3738
3710
  role: "status"
3739
- }, Rr = /* @__PURE__ */ s({
3711
+ }, Fr = /* @__PURE__ */ s({
3740
3712
  name: "DBSelect",
3741
3713
  __name: "select",
3742
3714
  props: {
@@ -3907,7 +3879,7 @@ var x = () => {
3907
3879
  "data-icon": s.icon,
3908
3880
  "data-show-icon": _(k)(s.showIcon, "showIcon")
3909
3881
  }, [
3910
- i("label", { for: T.value }, g(s.label ?? _("LABEL SHOULD BE SET")), 9, Ar),
3882
+ i("label", { for: T.value }, g(s.label ?? _("LABEL SHOULD BE SET")), 9, Dr),
3911
3883
  i("select", {
3912
3884
  "aria-invalid": s.validation === "invalid",
3913
3885
  "data-custom-validity": s.validation,
@@ -3932,7 +3904,7 @@ var x = () => {
3932
3904
  class: "placeholder",
3933
3905
  value: "",
3934
3906
  "data-show-empty-option": _(k)(K(), "showEmptyOption")
3935
- }, null, 8, Mr)) : n("", !0), s.options?.length ? (f(!0), r(e, { key: 1 }, m(s.options, (t, n) => (f(), r(e, { key: n }, [t.options ? (f(), r("optgroup", {
3907
+ }, null, 8, kr)) : n("", !0), s.options?.length ? (f(!0), r(e, { key: 1 }, m(s.options, (t, n) => (f(), r(e, { key: n }, [t.options ? (f(), r("optgroup", {
3936
3908
  key: 0,
3937
3909
  label: ie(t)
3938
3910
  }, [(f(!0), r(e, null, m(t.options, (e, t) => (f(), r("option", {
@@ -3940,17 +3912,17 @@ var x = () => {
3940
3912
  value: e.value,
3941
3913
  selected: e.selected,
3942
3914
  disabled: e.disabled
3943
- }, g(ie(e)), 9, Pr))), 128))], 8, Nr)) : (f(), r("option", {
3915
+ }, g(ie(e)), 9, jr))), 128))], 8, Ar)) : (f(), r("option", {
3944
3916
  key: 1,
3945
3917
  value: t.value,
3946
3918
  disabled: t.disabled,
3947
3919
  selected: t.selected
3948
- }, g(ie(t)), 9, Fr))], 64))), 128)) : h(l.$slots, "default", {}, void 0, void 0, 2)], 40, jr),
3920
+ }, g(ie(t)), 9, Mr))], 64))), 128)) : h(l.$slots, "default", {}, void 0, void 0, 2)], 40, Or),
3949
3921
  s.placeholder ? (f(), r("span", {
3950
3922
  key: 0,
3951
3923
  class: "db-select-placeholder",
3952
3924
  id: P.value
3953
- }, g(s.placeholder), 9, Ir)) : n("", !0),
3925
+ }, g(s.placeholder), 9, Nr)) : n("", !0),
3954
3926
  _(I)(s.message, s.showMessage) ? (f(), t($, {
3955
3927
  key: 1,
3956
3928
  size: "small",
@@ -3977,10 +3949,10 @@ var x = () => {
3977
3949
  default: b(() => [a(g(N.value), 1)]),
3978
3950
  _: 1
3979
3951
  }, 8, ["id"]),
3980
- i("span", Lr, g(B.value), 1)
3981
- ], 10, kr));
3952
+ i("span", Pr, g(B.value), 1)
3953
+ ], 10, Er));
3982
3954
  }
3983
- }), zr = [
3955
+ }), Ir = [
3984
3956
  "id",
3985
3957
  "data-gap",
3986
3958
  "data-variant",
@@ -3988,7 +3960,7 @@ var x = () => {
3988
3960
  "data-alignment",
3989
3961
  "data-justify-content",
3990
3962
  "data-wrap"
3991
- ], Br = /* @__PURE__ */ s({
3963
+ ], Lr = /* @__PURE__ */ s({
3992
3964
  name: "DBStack",
3993
3965
  __name: "stack",
3994
3966
  props: {
@@ -4021,26 +3993,26 @@ var x = () => {
4021
3993
  "data-alignment": e.alignment,
4022
3994
  "data-justify-content": e.justifyContent,
4023
3995
  "data-wrap": _(k)(e.wrap, "wrap")
4024
- }, [h(i.$slots, "default")], 10, zr));
3996
+ }, [h(i.$slots, "default")], 10, Ir));
4025
3997
  }
4026
- }), Vr = ["simple", "divider"], Hr = ["row", "column"], Ur = [
3998
+ }), Rr = ["simple", "divider"], zr = ["row", "column"], Br = [
4027
3999
  "stretch",
4028
4000
  "start",
4029
4001
  "end",
4030
4002
  "center"
4031
- ], Wr = [
4003
+ ], Vr = [
4032
4004
  "space-between",
4033
4005
  "start",
4034
4006
  "center",
4035
4007
  "end"
4036
- ], Gr = [
4008
+ ], Hr = [
4037
4009
  "data-visual-aid",
4038
4010
  "data-size",
4039
4011
  "data-hide-label",
4040
4012
  "data-variant",
4041
4013
  "data-hide-asterisk",
4042
4014
  "data-custom-validity"
4043
- ], Kr = ["for"], qr = [
4015
+ ], Ur = ["for"], Wr = [
4044
4016
  "id",
4045
4017
  "checked",
4046
4018
  "value",
@@ -4051,10 +4023,10 @@ var x = () => {
4051
4023
  "required",
4052
4024
  "data-aid-icon",
4053
4025
  "data-aid-icon-trailing"
4054
- ], Jr = {
4026
+ ], Gr = {
4055
4027
  "data-visually-hidden": "true",
4056
4028
  role: "status"
4057
- }, Yr = /* @__PURE__ */ s({
4029
+ }, Kr = /* @__PURE__ */ s({
4058
4030
  name: "DBSwitch",
4059
4031
  __name: "switch",
4060
4032
  props: {
@@ -4237,10 +4209,10 @@ var x = () => {
4237
4209
  onBlur: u[1] ||= async (e) => H(e),
4238
4210
  onFocus: u[2] ||= async (e) => ee(e),
4239
4211
  onKeydown: u[3] ||= async (e) => U(e)
4240
- }, null, 40, qr),
4212
+ }, null, 40, Wr),
4241
4213
  s.label ? (f(), r(e, { key: 0 }, [a(g(s.label), 1)], 64)) : n("", !0),
4242
4214
  h(l.$slots, "default")
4243
- ], 8, Kr),
4215
+ ], 8, Ur),
4244
4216
  _(I)(s.message, s.showMessage) ? (f(), t($, {
4245
4217
  key: 0,
4246
4218
  size: "small",
@@ -4268,20 +4240,20 @@ var x = () => {
4268
4240
  default: b(() => [a(g(M.value), 1)]),
4269
4241
  _: 1
4270
4242
  }, 8, ["id"]),
4271
- i("span", Jr, g(P.value), 1)
4272
- ], 10, Gr));
4243
+ i("span", Gr, g(P.value), 1)
4244
+ ], 10, Hr));
4273
4245
  }
4274
- }), Xr = [
4246
+ }), qr = [
4275
4247
  "disabled",
4276
4248
  "aria-selected",
4277
4249
  "focusgroupstart",
4278
4250
  "data-value"
4279
- ], Zr = [
4251
+ ], Jr = [
4280
4252
  "data-icon",
4281
4253
  "data-show-icon",
4282
4254
  "data-icon-trailing",
4283
4255
  "data-show-icon-trailing"
4284
- ], Qr = { class: "db-tab-item-label-end-slot" }, $r = /* @__PURE__ */ s({
4256
+ ], Yr = { class: "db-tab-item-label-end-slot" }, Xr = /* @__PURE__ */ s({
4285
4257
  name: "DBTabItem",
4286
4258
  __name: "tab-item",
4287
4259
  props: {
@@ -4410,19 +4382,19 @@ var x = () => {
4410
4382
  class: "db-tab-item-label-text",
4411
4383
  ref_key: "_labelRef",
4412
4384
  ref: D
4413
- }, [o.label ? (f(), r(e, { key: 0 }, [a(g(o.label), 1)], 64)) : n("", !0), h(l.$slots, "default")], 512), i("span", Qr, [h(l.$slots, "end-slot")])], 8, Zr), m.value && v.value ? (f(), t(Rt, {
4385
+ }, [o.label ? (f(), r(e, { key: 0 }, [a(g(o.label), 1)], 64)) : n("", !0), h(l.$slots, "default")], 512), i("span", Yr, [h(l.$slots, "end-slot")])], 8, Jr), m.value && v.value ? (f(), t(Rt, {
4414
4386
  key: 0,
4415
4387
  placement: "top"
4416
4388
  }, {
4417
4389
  default: b(() => [a(g(v.value), 1)]),
4418
4390
  _: 1
4419
- })) : n("", !0)], 10, Xr));
4391
+ })) : n("", !0)], 10, qr));
4420
4392
  }
4421
- }), ei = [
4393
+ }), Zr = [
4422
4394
  "id",
4423
4395
  "aria-orientation",
4424
4396
  "focusgroup"
4425
- ], ti = /* @__PURE__ */ s({
4397
+ ], Qr = /* @__PURE__ */ s({
4426
4398
  name: "DBTabList",
4427
4399
  __name: "tab-list",
4428
4400
  props: {
@@ -4446,9 +4418,9 @@ var x = () => {
4446
4418
  class: c(_(C)("db-tab-list", n.class)),
4447
4419
  "aria-orientation": e.orientation ?? "horizontal",
4448
4420
  focusgroup: e.orientation === "vertical" ? "tablist block wrap" : "tablist"
4449
- }, [h(t.$slots, "default")], 10, ei));
4421
+ }, [h(t.$slots, "default")], 10, Zr));
4450
4422
  }
4451
- }), ni = ["hidden"], ri = /* @__PURE__ */ s({
4423
+ }), $r = ["hidden"], ei = /* @__PURE__ */ s({
4452
4424
  name: "DBTabPanel",
4453
4425
  __name: "tab-panel",
4454
4426
  props: {
@@ -4468,16 +4440,16 @@ var x = () => {
4468
4440
  class: c(_(C)("db-tab-panel", i.class)),
4469
4441
  hidden: t.hidden,
4470
4442
  tabIndex: 0
4471
- }, [t.content ? (f(), r(e, { key: 0 }, [a(g(t.content), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10, ni));
4443
+ }, [t.content ? (f(), r(e, { key: 0 }, [a(g(t.content), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10, $r));
4472
4444
  }
4473
- }), ii = [
4445
+ }), ti = [
4474
4446
  "id",
4475
4447
  "data-horizontal-alignment",
4476
4448
  "data-vertical-alignment",
4477
4449
  "colSpan",
4478
4450
  "rowSpan",
4479
4451
  "headers"
4480
- ], ai = /* @__PURE__ */ s({
4452
+ ], ni = /* @__PURE__ */ s({
4481
4453
  name: "DBTableDataCell",
4482
4454
  __name: "table-data-cell",
4483
4455
  props: {
@@ -4507,9 +4479,9 @@ var x = () => {
4507
4479
  colSpan: _(j)(e.colSpan, e.colspan),
4508
4480
  rowSpan: _(j)(e.rowSpan, e.rowspan),
4509
4481
  headers: e.headers
4510
- }, [h(i.$slots, "default")], 10, ii));
4482
+ }, [h(i.$slots, "default")], 10, ti));
4511
4483
  }
4512
- }), oi = [
4484
+ }), ri = [
4513
4485
  "id",
4514
4486
  "data-horizontal-alignment",
4515
4487
  "data-vertical-alignment",
@@ -4519,7 +4491,7 @@ var x = () => {
4519
4491
  "rowSpan",
4520
4492
  "headers",
4521
4493
  "abbr"
4522
- ], si = /* @__PURE__ */ s({
4494
+ ], ii = /* @__PURE__ */ s({
4523
4495
  name: "DBTableHeaderCell",
4524
4496
  __name: "table-header-cell",
4525
4497
  props: {
@@ -4558,13 +4530,13 @@ var x = () => {
4558
4530
  rowSpan: _(j)(e.rowSpan, e.rowspan),
4559
4531
  headers: e.headers,
4560
4532
  abbr: e.abbr
4561
- }, [h(i.$slots, "default")], 10, oi));
4533
+ }, [h(i.$slots, "default")], 10, ri));
4562
4534
  }
4563
- }), ci = [
4535
+ }), ai = [
4564
4536
  "id",
4565
4537
  "data-interactive",
4566
4538
  "data-sub-header-emphasis"
4567
- ], li = /* @__PURE__ */ s({
4539
+ ], oi = /* @__PURE__ */ s({
4568
4540
  name: "DBTableRow",
4569
4541
  __name: "table-row",
4570
4542
  props: {
@@ -4593,7 +4565,7 @@ var x = () => {
4593
4565
  class: c(_(C)("db-table-row", o.class)),
4594
4566
  "data-interactive": _(k)(n.interactive),
4595
4567
  "data-sub-header-emphasis": n.subHeaderEmphasis
4596
- }, [n.cells ? (f(!0), r(e, { key: 0 }, m(n.cells, (o, s) => (f(), r(e, { key: s }, [o.headerCell ? (f(), t(si, {
4568
+ }, [n.cells ? (f(!0), r(e, { key: 0 }, m(n.cells, (o, s) => (f(), r(e, { key: s }, [o.headerCell ? (f(), t(ii, {
4597
4569
  key: `${o.id ?? n.id ?? _(i)}-table-row-header-cell-${s}`,
4598
4570
  id: o.id,
4599
4571
  abbr: l(o)?.abbr,
@@ -4608,7 +4580,7 @@ var x = () => {
4608
4580
  rowSpan: o.rowSpan,
4609
4581
  rowspan: o.rowspan
4610
4582
  }, {
4611
- default: b(() => [o.link ? (f(), t(Qn, {
4583
+ default: b(() => [o.link ? (f(), t(Yn, {
4612
4584
  key: 0,
4613
4585
  content: o.link?.content,
4614
4586
  size: o.link?.size,
@@ -4661,7 +4633,7 @@ var x = () => {
4661
4633
  "colspan",
4662
4634
  "rowSpan",
4663
4635
  "rowspan"
4664
- ])) : (f(), t(ai, {
4636
+ ])) : (f(), t(ni, {
4665
4637
  key: `${o.id ?? n.id ?? _(i)}-table-row-data-cell-${s}`,
4666
4638
  id: o.id,
4667
4639
  className: o.className ?? o.class,
@@ -4673,7 +4645,7 @@ var x = () => {
4673
4645
  rowSpan: o.rowSpan,
4674
4646
  rowspan: o.rowspan
4675
4647
  }, {
4676
- default: b(() => [o.link ? (f(), t(Qn, {
4648
+ default: b(() => [o.link ? (f(), t(Yn, {
4677
4649
  key: 0,
4678
4650
  content: o.link?.content,
4679
4651
  size: o.link?.size,
@@ -4723,9 +4695,9 @@ var x = () => {
4723
4695
  "colspan",
4724
4696
  "rowSpan",
4725
4697
  "rowspan"
4726
- ]))], 64))), 128)) : h(u.$slots, "default", {}, void 0, void 0, 1)], 10, ci));
4698
+ ]))], 64))), 128)) : h(u.$slots, "default", {}, void 0, void 0, 1)], 10, ai));
4727
4699
  }
4728
- }), ui = ["id"], di = /* @__PURE__ */ s({
4700
+ }), si = ["id"], ci = /* @__PURE__ */ s({
4729
4701
  name: "DBTableBody",
4730
4702
  __name: "table-body",
4731
4703
  props: {
@@ -4744,7 +4716,7 @@ var x = () => {
4744
4716
  ref: o,
4745
4717
  id: n.id ?? n.propOverrides?.id,
4746
4718
  class: c(_(C)("db-table-body", a.class))
4747
- }, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(li, {
4719
+ }, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(oi, {
4748
4720
  key: `${e.id ?? n.id ?? _(i)}-table-body-row-${r}`,
4749
4721
  cells: e.cells,
4750
4722
  className: e.className ?? e.class,
@@ -4755,9 +4727,9 @@ var x = () => {
4755
4727
  "className",
4756
4728
  "interactive",
4757
4729
  "id"
4758
- ]))), 128)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 10, ui));
4730
+ ]))), 128)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 10, si));
4759
4731
  }
4760
- }), fi = ["id"], pi = /* @__PURE__ */ s({
4732
+ }), li = ["id"], ui = /* @__PURE__ */ s({
4761
4733
  name: "DBTableFooter",
4762
4734
  __name: "table-footer",
4763
4735
  props: {
@@ -4776,7 +4748,7 @@ var x = () => {
4776
4748
  ref: o,
4777
4749
  id: n.id ?? n.propOverrides?.id,
4778
4750
  class: c(_(C)("db-table-footer", a.class))
4779
- }, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(li, {
4751
+ }, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(oi, {
4780
4752
  key: `${e.id ?? n.id ?? _(i)}-table-footer-row-${r}`,
4781
4753
  cells: e.cells,
4782
4754
  className: e.className ?? e.class,
@@ -4787,9 +4759,9 @@ var x = () => {
4787
4759
  "className",
4788
4760
  "interactive",
4789
4761
  "id"
4790
- ]))), 128)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 10, fi));
4762
+ ]))), 128)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 10, li));
4791
4763
  }
4792
- }), mi = ["id"], hi = /* @__PURE__ */ s({
4764
+ }), di = ["id"], fi = /* @__PURE__ */ s({
4793
4765
  name: "DBTableHead",
4794
4766
  __name: "table-head",
4795
4767
  props: {
@@ -4814,7 +4786,7 @@ var x = () => {
4814
4786
  ref: o,
4815
4787
  id: n.id ?? n.propOverrides?.id,
4816
4788
  class: c(_(C)("db-table-head", a.class))
4817
- }, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(li, {
4789
+ }, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(oi, {
4818
4790
  key: `${e.id ?? n.id ?? _(i)}-table-head-row-${r}`,
4819
4791
  cells: s(e.cells),
4820
4792
  className: e.className ?? e.class,
@@ -4827,9 +4799,9 @@ var x = () => {
4827
4799
  "subHeaderEmphasis",
4828
4800
  "interactive",
4829
4801
  "id"
4830
- ]))), 128)) : h(l.$slots, "default", {}, void 0, void 0, 1)], 10, mi));
4802
+ ]))), 128)) : h(l.$slots, "default", {}, void 0, void 0, 1)], 10, di));
4831
4803
  }
4832
- }), gi = [
4804
+ }), pi = [
4833
4805
  "data-width",
4834
4806
  "data-size",
4835
4807
  "data-divider",
@@ -4837,7 +4809,7 @@ var x = () => {
4837
4809
  "data-mobile-variant",
4838
4810
  "data-show-caption",
4839
4811
  "data-sticky-header"
4840
- ], _i = ["id"], vi = { key: 0 }, yi = /* @__PURE__ */ s({
4812
+ ], mi = ["id"], hi = { key: 0 }, gi = /* @__PURE__ */ s({
4841
4813
  name: "DBTable",
4842
4814
  __name: "table",
4843
4815
  props: {
@@ -4924,22 +4896,22 @@ var x = () => {
4924
4896
  ref_key: "_ref",
4925
4897
  ref: d,
4926
4898
  id: a.id ?? a.propOverrides?.id
4927
- }, [a.captionPlain ? (f(), r("caption", vi, g(a.captionPlain), 1)) : h(p.$slots, "caption", {}, void 0, void 0, 1), s.value ? (f(), r(e, { key: 2 }, [
4928
- s.value?.header ? (f(), t(hi, {
4899
+ }, [a.captionPlain ? (f(), r("caption", hi, g(a.captionPlain), 1)) : h(p.$slots, "caption", {}, void 0, void 0, 1), s.value ? (f(), r(e, { key: 2 }, [
4900
+ s.value?.header ? (f(), t(fi, {
4929
4901
  key: 0,
4930
4902
  rows: s.value?.header
4931
4903
  }, null, 8, ["rows"])) : n("", !0),
4932
- s.value?.body ? (f(), t(di, {
4904
+ s.value?.body ? (f(), t(ci, {
4933
4905
  key: 1,
4934
4906
  rows: s.value?.body
4935
4907
  }, null, 8, ["rows"])) : n("", !0),
4936
- s.value?.footer ? (f(), t(pi, {
4908
+ s.value?.footer ? (f(), t(ui, {
4937
4909
  key: 2,
4938
4910
  rows: s.value?.footer
4939
4911
  }, null, 8, ["rows"])) : n("", !0)
4940
- ], 64)) : h(p.$slots, "default", {}, void 0, void 0, 3)], 8, _i)], 14, gi));
4912
+ ], 64)) : h(p.$slots, "default", {}, void 0, void 0, 3)], 8, mi)], 14, pi));
4941
4913
  }
4942
- }), bi = ["id"], xi = /* @__PURE__ */ s({
4914
+ }), _i = ["id"], vi = /* @__PURE__ */ s({
4943
4915
  name: "DBTableCaption",
4944
4916
  __name: "table-caption",
4945
4917
  props: {
@@ -4957,49 +4929,49 @@ var x = () => {
4957
4929
  ref: n,
4958
4930
  id: e.id ?? e.propOverrides?.id,
4959
4931
  class: c(_(C)("db-table-caption", t.class))
4960
- }, [h(i.$slots, "default")], 10, bi));
4932
+ }, [h(i.$slots, "default")], 10, _i));
4961
4933
  }
4962
- }), Si = [
4934
+ }), yi = [
4963
4935
  "row",
4964
4936
  "col",
4965
4937
  "rowgroup",
4966
4938
  "colgroup"
4967
- ], Ci = [
4939
+ ], bi = [
4968
4940
  "none",
4969
4941
  "weak",
4970
4942
  "strong"
4971
- ], wi = [
4943
+ ], xi = [
4972
4944
  "x-small",
4973
4945
  "small",
4974
4946
  "medium",
4975
4947
  "large"
4976
- ], Ti = [
4948
+ ], Si = [
4977
4949
  "flat",
4978
4950
  "zebra",
4979
4951
  "spaced"
4980
- ], Ei = [
4952
+ ], Ci = [
4981
4953
  "none",
4982
4954
  "both",
4983
4955
  "horizontal",
4984
4956
  "vertical"
4985
- ], Di = ["table", "list"], Oi = [
4957
+ ], wi = ["table", "list"], Ti = [
4986
4958
  "none",
4987
4959
  "both",
4988
4960
  "horizontal",
4989
4961
  "vertical"
4990
- ], ki = [
4962
+ ], Ei = [
4991
4963
  "auto",
4992
4964
  "1fr",
4993
4965
  "min-content",
4994
4966
  "max-content"
4995
- ], Ai = [
4967
+ ], Di = [
4996
4968
  "id",
4997
4969
  "data-orientation",
4998
4970
  "data-scroll-behavior",
4999
4971
  "data-tab-item-alignment",
5000
4972
  "data-tab-item-width",
5001
4973
  "data-initial-selected-mode"
5002
- ], ji = /* @__PURE__ */ s({
4974
+ ], Oi = /* @__PURE__ */ s({
5003
4975
  name: "DBTabs",
5004
4976
  __name: "tabs",
5005
4977
  props: {
@@ -5365,11 +5337,11 @@ var x = () => {
5365
5337
  default: b(() => [a(g(i.scrollStartLabel), 1)]),
5366
5338
  _: 1
5367
5339
  }, 8, ["onClick"])) : n("", !0),
5368
- W().length ? (f(), r(e, { key: 1 }, [o(ti, {
5340
+ W().length ? (f(), r(e, { key: 1 }, [o(Qr, {
5369
5341
  orientation: i.orientation,
5370
5342
  "aria-label": i.label
5371
5343
  }, {
5372
- default: b(() => [(f(!0), r(e, null, m(W(), (e, n) => (f(), t($r, {
5344
+ default: b(() => [(f(!0), r(e, null, m(W(), (e, n) => (f(), t(Xr, {
5373
5345
  key: i.label + "tab-item" + n,
5374
5346
  "aria-label": e.ariaLabel,
5375
5347
  label: e.label,
@@ -5392,7 +5364,7 @@ var x = () => {
5392
5364
  "value"
5393
5365
  ]))), 128))]),
5394
5366
  _: 1
5395
- }, 8, ["orientation", "aria-label"]), (f(!0), r(e, null, m(W(), (e, n) => (f(), t(ri, {
5367
+ }, 8, ["orientation", "aria-label"]), (f(!0), r(e, null, m(W(), (e, n) => (f(), t(ei, {
5396
5368
  key: i.label + "tab-panel" + n,
5397
5369
  content: e.content
5398
5370
  }, {
@@ -5410,13 +5382,13 @@ var x = () => {
5410
5382
  default: b(() => [a(g(i.scrollEndLabel), 1)]),
5411
5383
  _: 1
5412
5384
  }, 8, ["onClick"])) : n("", !0)
5413
- ], 42, Ai));
5385
+ ], 42, Di));
5414
5386
  }
5415
- }), Mi = ["scrollbar", "arrows"], Ni = ["auto", "manually"], Pi = ["static", "removable"], Fi = [
5387
+ }), ki = ["scrollbar", "arrows"], Ai = ["auto", "manually"], ji = ["static", "removable"], Mi = [
5416
5388
  "data-variant",
5417
5389
  "data-hide-asterisk",
5418
5390
  "data-hide-label"
5419
- ], Ii = ["for"], Li = [
5391
+ ], Ni = ["for"], Pi = [
5420
5392
  "aria-invalid",
5421
5393
  "data-custom-validity",
5422
5394
  "data-field-sizing",
@@ -5438,10 +5410,10 @@ var x = () => {
5438
5410
  "placeholder",
5439
5411
  "rows",
5440
5412
  "cols"
5441
- ], Ri = {
5413
+ ], Fi = {
5442
5414
  "data-visually-hidden": "true",
5443
5415
  role: "status"
5444
- }, zi = /* @__PURE__ */ s({
5416
+ }, Ii = /* @__PURE__ */ s({
5445
5417
  name: "DBTextarea",
5446
5418
  __name: "textarea",
5447
5419
  props: {
@@ -5606,7 +5578,7 @@ var x = () => {
5606
5578
  "data-hide-asterisk": _(F)(e.showRequiredAsterisk),
5607
5579
  "data-hide-label": _(F)(e.showLabel)
5608
5580
  }, [
5609
- i("label", { for: x.value }, g(e.label ?? _("LABEL SHOULD BE SET")), 9, Ii),
5581
+ i("label", { for: x.value }, g(e.label ?? _("LABEL SHOULD BE SET")), 9, Ni),
5610
5582
  i("textarea", {
5611
5583
  "aria-invalid": e.validation === "invalid",
5612
5584
  "data-custom-validity": e.validation,
@@ -5635,7 +5607,7 @@ var x = () => {
5635
5607
  placeholder: e.placeholder ?? _(" "),
5636
5608
  rows: _(j)(e.rows, _(4)),
5637
5609
  cols: _(j)(e.cols)
5638
- }, g(e.value), 41, Li),
5610
+ }, g(e.value), 41, Pi),
5639
5611
  _(I)(e.message, e.showMessage) ? (f(), t($, {
5640
5612
  key: 0,
5641
5613
  size: "small",
@@ -5662,50 +5634,50 @@ var x = () => {
5662
5634
  default: b(() => [a(g(D.value), 1)]),
5663
5635
  _: 1
5664
5636
  }, 8, ["id"]),
5665
- i("span", Ri, g(N.value), 1)
5666
- ], 10, Fi));
5637
+ i("span", Fi, g(N.value), 1)
5638
+ ], 10, Mi));
5667
5639
  }
5668
- }), Bi = [
5640
+ }), Li = [
5669
5641
  "none",
5670
5642
  "both",
5671
5643
  "horizontal",
5672
5644
  "vertical"
5673
- ], Vi = [
5645
+ ], Ri = [
5674
5646
  "hard",
5675
5647
  "soft",
5676
5648
  "off"
5677
- ], Hi = ["description", "label"], Ui = [
5649
+ ], zi = ["description", "label"], Bi = [
5678
5650
  "adaptive",
5679
5651
  "neutral",
5680
5652
  "critical",
5681
5653
  "informational",
5682
5654
  "warning",
5683
5655
  "successful"
5684
- ], Wi = [
5656
+ ], Vi = [
5685
5657
  "medium",
5686
5658
  "small",
5687
5659
  "large",
5688
5660
  "none"
5689
- ], Gi = [
5661
+ ], Hi = [
5690
5662
  "medium",
5691
5663
  "small",
5692
5664
  "large",
5693
5665
  "none"
5694
- ], Ki = [
5666
+ ], Ui = [
5695
5667
  "left",
5696
5668
  "right",
5697
5669
  "left-start",
5698
5670
  "left-end",
5699
5671
  "right-start",
5700
5672
  "right-end"
5701
- ], qi = [
5673
+ ], Wi = [
5702
5674
  "top",
5703
5675
  "bottom",
5704
5676
  "top-start",
5705
5677
  "top-end",
5706
5678
  "bottom-start",
5707
5679
  "bottom-end"
5708
- ], Ji = [...Ki, ...qi], Yi = [
5680
+ ], Gi = [...Ui, ...Wi], Ki = [
5709
5681
  "none",
5710
5682
  "3x-large",
5711
5683
  "2x-large",
@@ -5716,25 +5688,25 @@ var x = () => {
5716
5688
  "x-small",
5717
5689
  "2x-small",
5718
5690
  "3x-small"
5719
- ], Xi = ["horizontal", "vertical"], Zi = ["full", "auto"], Qi = [
5691
+ ], qi = ["horizontal", "vertical"], Ji = ["full", "auto"], Yi = [
5720
5692
  "full",
5721
5693
  "medium",
5722
5694
  "large",
5723
5695
  "small"
5724
- ], $i = [
5696
+ ], Xi = [
5725
5697
  "none",
5726
5698
  "slow",
5727
5699
  "fast"
5728
- ], ea = ["auto", "fixed"], ta = ["small", "medium"], na = ["weak", "strong"], ra = [
5700
+ ], Zi = ["auto", "fixed"], Qi = ["small", "medium"], $i = ["weak", "strong"], ea = [
5729
5701
  "invalid",
5730
5702
  "valid",
5731
5703
  "no-validation"
5732
- ], ia = ["fixed", "content"], aa = ["above", "floating"], oa = ["leading", "trailing"], sa = /* @__PURE__ */ "off.on.name.honorific-prefix.given-name.additional-name.family-name.honorific-suffix.nickname.email.username.new-password.current-password.one-time-code.organization-title.organization.street-address.shipping.billing.address-line1.address-line2.address-line3.address-level4.address-level3.address-level2.address-level1.country.country-name.postal-code.cc-name.cc-given-name.cc-additional-name.cc-family-name.cc-number.cc-exp.cc-exp-month.cc-exp-year.cc-csc.cc-type.transaction-currency.transaction-amount.language.bday.bday-day.bday-month.bday-year.sex.tel.tel-country-code.tel-national.tel-area-code.tel-local.tel-extension.impp.url.photo.webauthn".split("."), ca = [
5704
+ ], ta = ["fixed", "content"], na = ["above", "floating"], ra = ["leading", "trailing"], ia = /* @__PURE__ */ "off.on.name.honorific-prefix.given-name.additional-name.family-name.honorific-suffix.nickname.email.username.new-password.current-password.one-time-code.organization-title.organization.street-address.shipping.billing.address-line1.address-line2.address-line3.address-level4.address-level3.address-level2.address-level1.country.country-name.postal-code.cc-name.cc-given-name.cc-additional-name.cc-family-name.cc-number.cc-exp.cc-exp-month.cc-exp-year.cc-csc.cc-type.transaction-currency.transaction-amount.language.bday.bday-day.bday-month.bday-year.sex.tel.tel-country-code.tel-national.tel-area-code.tel-local.tel-extension.impp.url.photo.webauthn".split("."), aa = [
5733
5705
  "_self",
5734
5706
  "_blank",
5735
5707
  "_parent",
5736
5708
  "_top"
5737
- ], la = [
5709
+ ], oa = [
5738
5710
  "no-referrer",
5739
5711
  "no-referrer-when-downgrade",
5740
5712
  "origin",
@@ -5743,10 +5715,10 @@ var x = () => {
5743
5715
  "strict-origin",
5744
5716
  "strict-origin-when-cross-origin",
5745
5717
  "unsafe-url"
5746
- ], ua = [
5718
+ ], sa = [
5747
5719
  "start",
5748
5720
  "center",
5749
5721
  "end"
5750
5722
  ];
5751
5723
  //#endregion
5752
- export { ie as AccordionBehaviorList, G as AccordionVariantList, ua as AlignmentList, sa as AutoCompleteList, Le as BadgePlacementList, Ue as ButtonTypeList, He as ButtonVariantList, Te as COLOR, Ee as COLORS, De as COLORS_SIMPLE, Q as COLOR_CONST, we as COLOR_SIMPLE, Ke as CardBehaviorList, qe as CardElevationLevelList, rn as CustomSelectDropdownWidthList, sn as CustomSelectListItemTypeList, re as DBAccordion, W as DBAccordionItem, Ie as DBBadge, ze as DBBrand, Ve as DBButton, Ge as DBCard, rt as DBCheckbox, at as DBCustomButton, nn as DBCustomSelect, xt as DBCustomSelectDropdown, on as DBCustomSelectFormField, kt as DBCustomSelectList, Dt as DBCustomSelectListItem, un as DBDivider, yn as DBDrawer, xn as DBDrawerFooter, Tn as DBDrawerHeader, Kn as DBHeader, Jn as DBIcon, $ as DBInfotext, It as DBInput, Qn as DBLink, rr as DBNavigation, cr as DBNavigationItem, pr as DBNotification, vr as DBPage, Cr as DBPopover, Er as DBRadio, Or as DBSection, Rr as DBSelect, Br as DBStack, Yr as DBSwitch, $r as DBTabItem, ti as DBTabList, ri as DBTabPanel, yi as DBTable, di as DBTableBody, xi as DBTableCaption, ki as DBTableColumnsSizeList, ai as DBTableDataCell, Ei as DBTableDividerList, pi as DBTableFooter, hi as DBTableHead, si as DBTableHeaderCell, Si as DBTableHeaderCellScopeList, Di as DBTableMobileVariantList, li as DBTableRow, wi as DBTableRowSizeList, Ci as DBTableRowSubHeaderEmphasisList, Oi as DBTableStickyHeaderList, Ti as DBTableVariantList, ji as DBTabs, Bt as DBTag, zi as DBTextarea, Rt as DBTooltip, Ne as DB_UX_LOCAL_STORAGE_FRAMEWORK, Pe as DB_UX_LOCAL_STORAGE_MODE, me as DEFAULT_BACK, ve as DEFAULT_BURGER_MENU, xe as DEFAULT_CLOSE_BUTTON, ue as DEFAULT_DATALIST_ID_SUFFIX, ye as DEFAULT_ICON, K as DEFAULT_ID, fe as DEFAULT_INVALID_MESSAGE, ce as DEFAULT_INVALID_MESSAGE_ID_SUFFIX, q as DEFAULT_LABEL, ae as DEFAULT_LABEL_ID_SUFFIX, Y as DEFAULT_MESSAGE, X as DEFAULT_MESSAGE_ID_SUFFIX, J as DEFAULT_PLACEHOLDER, le as DEFAULT_PLACEHOLDER_ID_SUFFIX, pe as DEFAULT_REMOVE, be as DEFAULT_ROWS, ge as DEFAULT_SCROLL_LEFT, _e as DEFAULT_SCROLL_RIGHT, he as DEFAULT_SELECTED, oe as DEFAULT_SELECT_ID_SUFFIX, de as DEFAULT_VALID_MESSAGE, se as DEFAULT_VALID_MESSAGE_ID_SUFFIX, Ae as DEFAULT_VIEWPORT, Ce as DENSITIES, Se as DENSITY, Z as DENSITY_CONST, je as DESKTOP_VIEWPORT, dn as DividerMarginList, fn as DividerVariantList, st as DocumentClickListener, ct as DocumentScrollListener, En as DrawerBackdropList, An as DrawerContainerSizeList, Dn as DrawerDirectionList, kn as DrawerPositionList, On as DrawerVariantList, na as EmphasisList, ia as FieldSizingList, Yi as GapSpacingList, Yn as IconWeightList, Xn as InputTypeList, oa as LabelVariantHorizontalList, aa as LabelVariantList, tr as LinkContentList, la as LinkReferrerPolicyList, er as LinkSizeList, ca as LinkTargetList, $n as LinkVariantList, Gi as MarginList, Qi as MaxWidthList, H as NAVIGATION_KEYS, Mn as NavigationItemSafeTriangle, gr as NotificationAriaLiveList, hr as NotificationLinkVariantList, mr as NotificationVariantList, Xi as OrientationList, br as PageDocumentOverflowList, yr as PageVariantList, Ki as PlacementHorizontalList, Ji as PlacementList, qi as PlacementVerticalList, $i as PopoverDelayList, ea as PopoverWidthList, Oe as SEMANTIC, ke as SEMANTICS, cn as SelectedTypeList, Ui as SemanticList, ta as SizeList, Wi as SpacingList, Ur as StackAlignmentList, Hr as StackDirectionList, Wr as StackJustifyContentList, Vr as StackVariantList, Me as TESTING_VIEWPORTS, Mi as TabsBehaviorList, Ni as TabsInitialSelectedModeList, Pi as TagBehaviorList, Bi as TextareaResizeList, Vi as TextareaWrapList, Hi as TooltipVariantList, ra as ValidationList, Zi as WidthList, S as addAttributeToChildren, C as cls, O as delay, A as getBoolean, k as getBooleanAsString, ut as getFloatingProps, F as getHideProp, N as getInputValue, V as getNotificationRole, j as getNumber, z as getOptionKey, L as getSearchInput, M as getStep, ht as handleDataOutside, lt as handleFixedDropdown, mt as handleFixedPopover, ee as hasFocusgroupSupport, E as hasVoiceOver, w as isArrayOfStrings, jn as isEventTargetNavigationItem, D as isIOSSafari, B as isKeyboardEvent, I as stringPropVisible, x as uuid };
5724
+ export { ie as AccordionBehaviorList, G as AccordionVariantList, sa as AlignmentList, ia as AutoCompleteList, Le as BadgePlacementList, Ue as ButtonTypeList, He as ButtonVariantList, Te as COLOR, Ee as COLORS, De as COLORS_SIMPLE, Q as COLOR_CONST, we as COLOR_SIMPLE, Ke as CardBehaviorList, qe as CardElevationLevelList, rn as CustomSelectDropdownWidthList, sn as CustomSelectListItemTypeList, re as DBAccordion, W as DBAccordionItem, Ie as DBBadge, ze as DBBrand, Ve as DBButton, Ge as DBCard, rt as DBCheckbox, at as DBCustomButton, nn as DBCustomSelect, xt as DBCustomSelectDropdown, on as DBCustomSelectFormField, kt as DBCustomSelectList, Dt as DBCustomSelectListItem, un as DBDivider, gn as DBDrawer, vn as DBDrawerFooter, Sn as DBDrawerHeader, Un as DBHeader, Gn as DBIcon, $ as DBInfotext, It as DBInput, Yn as DBLink, er as DBNavigation, ar as DBNavigationItem, ur as DBNotification, hr as DBPage, br as DBPopover, Cr as DBRadio, Tr as DBSection, Fr as DBSelect, Lr as DBStack, Kr as DBSwitch, Xr as DBTabItem, Qr as DBTabList, ei as DBTabPanel, gi as DBTable, ci as DBTableBody, vi as DBTableCaption, Ei as DBTableColumnsSizeList, ni as DBTableDataCell, Ci as DBTableDividerList, ui as DBTableFooter, fi as DBTableHead, ii as DBTableHeaderCell, yi as DBTableHeaderCellScopeList, wi as DBTableMobileVariantList, oi as DBTableRow, xi as DBTableRowSizeList, bi as DBTableRowSubHeaderEmphasisList, Ti as DBTableStickyHeaderList, Si as DBTableVariantList, Oi as DBTabs, Bt as DBTag, Ii as DBTextarea, Rt as DBTooltip, Ne as DB_UX_LOCAL_STORAGE_FRAMEWORK, Pe as DB_UX_LOCAL_STORAGE_MODE, me as DEFAULT_BACK, ve as DEFAULT_BURGER_MENU, xe as DEFAULT_CLOSE_BUTTON, ue as DEFAULT_DATALIST_ID_SUFFIX, ye as DEFAULT_ICON, K as DEFAULT_ID, fe as DEFAULT_INVALID_MESSAGE, ce as DEFAULT_INVALID_MESSAGE_ID_SUFFIX, q as DEFAULT_LABEL, ae as DEFAULT_LABEL_ID_SUFFIX, Y as DEFAULT_MESSAGE, X as DEFAULT_MESSAGE_ID_SUFFIX, J as DEFAULT_PLACEHOLDER, le as DEFAULT_PLACEHOLDER_ID_SUFFIX, pe as DEFAULT_REMOVE, be as DEFAULT_ROWS, ge as DEFAULT_SCROLL_LEFT, _e as DEFAULT_SCROLL_RIGHT, he as DEFAULT_SELECTED, oe as DEFAULT_SELECT_ID_SUFFIX, de as DEFAULT_VALID_MESSAGE, se as DEFAULT_VALID_MESSAGE_ID_SUFFIX, Ae as DEFAULT_VIEWPORT, Ce as DENSITIES, Se as DENSITY, Z as DENSITY_CONST, je as DESKTOP_VIEWPORT, dn as DividerMarginList, fn as DividerVariantList, st as DocumentClickListener, ct as DocumentScrollListener, Cn as DrawerBackdropList, Dn as DrawerContainerSizeList, wn as DrawerDirectionList, En as DrawerPositionList, Tn as DrawerVariantList, $i as EmphasisList, ta as FieldSizingList, Ki as GapSpacingList, Kn as IconWeightList, qn as InputTypeList, ra as LabelVariantHorizontalList, na as LabelVariantList, Qn as LinkContentList, oa as LinkReferrerPolicyList, Zn as LinkSizeList, aa as LinkTargetList, Xn as LinkVariantList, Hi as MarginList, Yi as MaxWidthList, H as NAVIGATION_KEYS, kn as NavigationItemSafeTriangle, pr as NotificationAriaLiveList, fr as NotificationLinkVariantList, dr as NotificationVariantList, qi as OrientationList, _r as PageDocumentOverflowList, gr as PageVariantList, Ui as PlacementHorizontalList, Gi as PlacementList, Wi as PlacementVerticalList, Xi as PopoverDelayList, Zi as PopoverWidthList, Oe as SEMANTIC, ke as SEMANTICS, cn as SelectedTypeList, Bi as SemanticList, Qi as SizeList, Vi as SpacingList, Br as StackAlignmentList, zr as StackDirectionList, Vr as StackJustifyContentList, Rr as StackVariantList, Me as TESTING_VIEWPORTS, ki as TabsBehaviorList, Ai as TabsInitialSelectedModeList, ji as TagBehaviorList, Li as TextareaResizeList, Ri as TextareaWrapList, zi as TooltipVariantList, ea as ValidationList, Ji as WidthList, S as addAttributeToChildren, C as cls, O as delay, A as getBoolean, k as getBooleanAsString, ut as getFloatingProps, F as getHideProp, N as getInputValue, V as getNotificationRole, j as getNumber, z as getOptionKey, L as getSearchInput, M as getStep, ht as handleDataOutside, lt as handleFixedDropdown, mt as handleFixedPopover, ee as hasFocusgroupSupport, E as hasVoiceOver, w as isArrayOfStrings, On as isEventTargetNavigationItem, D as isIOSSafari, B as isKeyboardEvent, I as stringPropVisible, x as uuid };