@db-ux/v-core-components 5.1.0 → 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/CHANGELOG.md +10 -0
- package/dist/db-ux.es.js +182 -206
- package/dist/db-ux.umd.js +1 -1
- package/dist/index.d.ts +0 -1
- package/package.json +8 -8
- package/dist/utils/allow-discrete-ponyfill.d.ts +0 -62
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 (
|
|
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,41 +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 =
|
|
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) => {
|
|
2556
|
-
if (mn()) {
|
|
2557
|
-
e.close();
|
|
2558
|
-
return;
|
|
2559
|
-
}
|
|
2560
|
-
let t = getComputedStyle(e).getPropertyValue("--db-transition-duration").trim(), n = t.includes("ms") ? parseFloat(t) : parseFloat(t || "0") * 1e3, r = String(++pn);
|
|
2561
|
-
e.dataset.closingAllowDiscretePonyfill = r, O(() => {
|
|
2562
|
-
e.dataset.closingAllowDiscretePonyfill === r && (delete e.dataset.closingAllowDiscretePonyfill, e.close());
|
|
2563
|
-
}, n);
|
|
2564
|
-
}, gn = [
|
|
2541
|
+
}), dn = ["none", "_"], fn = ["horizontal", "vertical"], pn = [
|
|
2565
2542
|
"id",
|
|
2566
2543
|
"data-position",
|
|
2567
2544
|
"data-backdrop",
|
|
2568
2545
|
"data-direction",
|
|
2569
2546
|
"data-variant"
|
|
2570
|
-
],
|
|
2547
|
+
], mn = [
|
|
2571
2548
|
"data-container-size",
|
|
2572
2549
|
"data-show-spacing",
|
|
2573
2550
|
"data-direction",
|
|
2574
2551
|
"data-rounded"
|
|
2575
|
-
],
|
|
2552
|
+
], hn = { class: "db-drawer-content" }, gn = /* @__PURE__ */ s({
|
|
2576
2553
|
name: "DBDrawer",
|
|
2577
2554
|
__name: "drawer",
|
|
2578
2555
|
props: {
|
|
@@ -2623,7 +2600,7 @@ var x = () => {
|
|
|
2623
2600
|
], () => {
|
|
2624
2601
|
if (o.value && n.value && t.position === "absolute") {
|
|
2625
2602
|
let e = o.value.parentElement;
|
|
2626
|
-
e && (e.style.position = "relative");
|
|
2603
|
+
e && getComputedStyle(e).display === "contents" && (e = e.parentElement), e && getComputedStyle(e).position === "static" && (e.style.position = "relative");
|
|
2627
2604
|
}
|
|
2628
2605
|
}, {
|
|
2629
2606
|
immediate: !0,
|
|
@@ -2643,10 +2620,9 @@ var x = () => {
|
|
|
2643
2620
|
}
|
|
2644
2621
|
}
|
|
2645
2622
|
function m() {
|
|
2646
|
-
if (o.value)
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
}
|
|
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();
|
|
2650
2626
|
}
|
|
2651
2627
|
return (n, a) => (f(), r("dialog", {
|
|
2652
2628
|
class: "db-drawer",
|
|
@@ -2668,11 +2644,11 @@ var x = () => {
|
|
|
2668
2644
|
"data-rounded": _(k)(e.rounded, "rounded")
|
|
2669
2645
|
}, [
|
|
2670
2646
|
h(n.$slots, "header"),
|
|
2671
|
-
i("div",
|
|
2647
|
+
i("div", hn, [h(n.$slots, "default")]),
|
|
2672
2648
|
h(n.$slots, "footer")
|
|
2673
|
-
], 10,
|
|
2649
|
+
], 10, mn)], 40, pn));
|
|
2674
2650
|
}
|
|
2675
|
-
}),
|
|
2651
|
+
}), _n = ["id"], vn = /* @__PURE__ */ s({
|
|
2676
2652
|
name: "DBDrawerFooter",
|
|
2677
2653
|
__name: "drawer-footer",
|
|
2678
2654
|
props: {
|
|
@@ -2690,9 +2666,9 @@ var x = () => {
|
|
|
2690
2666
|
ref: n,
|
|
2691
2667
|
id: e.id ?? e.propOverrides?.id,
|
|
2692
2668
|
class: c(_(C)("db-drawer-footer", t.class))
|
|
2693
|
-
}, [h(i.$slots, "default")], 10,
|
|
2669
|
+
}, [h(i.$slots, "default")], 10, _n));
|
|
2694
2670
|
}
|
|
2695
|
-
}),
|
|
2671
|
+
}), yn = ["id"], bn = ["id"], xn = { key: 0 }, Sn = /* @__PURE__ */ s({
|
|
2696
2672
|
name: "DBDrawerHeader",
|
|
2697
2673
|
__name: "drawer-header",
|
|
2698
2674
|
props: {
|
|
@@ -2736,7 +2712,7 @@ var x = () => {
|
|
|
2736
2712
|
i("header", {
|
|
2737
2713
|
class: "db-drawer-header-container",
|
|
2738
2714
|
id: s.value
|
|
2739
|
-
}, [h(t.$slots, "start-slot"), e.text ? (f(), r("h2",
|
|
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),
|
|
2740
2716
|
h(t.$slots, "end-slot"),
|
|
2741
2717
|
o(Ve, {
|
|
2742
2718
|
"data-action": "close",
|
|
@@ -2752,27 +2728,27 @@ var x = () => {
|
|
|
2752
2728
|
})]),
|
|
2753
2729
|
_: 1
|
|
2754
2730
|
}, 8, ["id"])
|
|
2755
|
-
], 10,
|
|
2731
|
+
], 10, yn));
|
|
2756
2732
|
}
|
|
2757
|
-
}),
|
|
2733
|
+
}), Cn = [
|
|
2758
2734
|
"none",
|
|
2759
2735
|
"strong",
|
|
2760
2736
|
"weak",
|
|
2761
2737
|
"invisible"
|
|
2762
|
-
],
|
|
2738
|
+
], wn = [
|
|
2763
2739
|
"to-left",
|
|
2764
2740
|
"to-right",
|
|
2765
2741
|
"up",
|
|
2766
2742
|
"down"
|
|
2767
|
-
],
|
|
2743
|
+
], Tn = ["modal", "inside"], En = ["fixed", "absolute"], Dn = [
|
|
2768
2744
|
"small",
|
|
2769
2745
|
"medium",
|
|
2770
2746
|
"large",
|
|
2771
2747
|
"full"
|
|
2772
|
-
],
|
|
2748
|
+
], On = (e) => {
|
|
2773
2749
|
let { target: t } = e;
|
|
2774
2750
|
return !!(!t?.classList?.contains("db-navigation-item-expand-button") && t?.parentElement?.classList.contains("db-navigation-item"));
|
|
2775
|
-
},
|
|
2751
|
+
}, kn = class {
|
|
2776
2752
|
element;
|
|
2777
2753
|
subNavigation;
|
|
2778
2754
|
parentSubNavigation = null;
|
|
@@ -2840,11 +2816,11 @@ var x = () => {
|
|
|
2840
2816
|
let t = this.hasMouseEnteredSubNavigation(), n = this.getTriangleCoordinates(t ? "fill-gap" : "safe-triangle");
|
|
2841
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));
|
|
2842
2818
|
}
|
|
2843
|
-
},
|
|
2819
|
+
}, An = [
|
|
2844
2820
|
"id",
|
|
2845
2821
|
"data-width",
|
|
2846
2822
|
"data-on-forcing-mobile"
|
|
2847
|
-
],
|
|
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({
|
|
2848
2824
|
name: "DBHeader",
|
|
2849
2825
|
__name: "header",
|
|
2850
2826
|
props: {
|
|
@@ -2896,7 +2872,7 @@ var x = () => {
|
|
|
2896
2872
|
t.onToggle && t.onToggle(n);
|
|
2897
2873
|
}
|
|
2898
2874
|
function m(e) {
|
|
2899
|
-
|
|
2875
|
+
On(e) && d();
|
|
2900
2876
|
}
|
|
2901
2877
|
return (n, u) => (f(), r("header", {
|
|
2902
2878
|
ref_key: "_ref",
|
|
@@ -2906,11 +2882,11 @@ var x = () => {
|
|
|
2906
2882
|
"data-width": e.width,
|
|
2907
2883
|
"data-on-forcing-mobile": e.forceMobile && !s.value
|
|
2908
2884
|
}, [
|
|
2909
|
-
i("div",
|
|
2910
|
-
i("div",
|
|
2911
|
-
i("div",
|
|
2912
|
-
i("div",
|
|
2913
|
-
i("div",
|
|
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, {
|
|
2914
2890
|
icon: "menu",
|
|
2915
2891
|
variant: "ghost",
|
|
2916
2892
|
noText: !0,
|
|
@@ -2918,14 +2894,14 @@ var x = () => {
|
|
|
2918
2894
|
}, {
|
|
2919
2895
|
default: b(() => [a(g(e.burgerMenuLabel ?? _("Open navigation menu")), 1)]),
|
|
2920
2896
|
_: 1
|
|
2921
|
-
}, 8, ["onClick"])]), i("div",
|
|
2897
|
+
}, 8, ["onClick"])]), i("div", zn, [h(n.$slots, "secondary-action")])])
|
|
2922
2898
|
]),
|
|
2923
|
-
o(
|
|
2899
|
+
o(gn, {
|
|
2924
2900
|
rounded: !0,
|
|
2925
2901
|
open: _(A)(e.drawerOpen),
|
|
2926
2902
|
onClose: (e) => d()
|
|
2927
2903
|
}, {
|
|
2928
|
-
header: b(() => [o(
|
|
2904
|
+
header: b(() => [o(Sn, {
|
|
2929
2905
|
closeButtonId: e.closeButtonId,
|
|
2930
2906
|
closeButtonText: e.closeButtonText,
|
|
2931
2907
|
text: e.drawerHeaderText
|
|
@@ -2934,24 +2910,24 @@ var x = () => {
|
|
|
2934
2910
|
"closeButtonText",
|
|
2935
2911
|
"text"
|
|
2936
2912
|
])]),
|
|
2937
|
-
footer: b(() => [o(
|
|
2938
|
-
default: b(() => [i("div",
|
|
2913
|
+
footer: b(() => [o(vn, null, {
|
|
2914
|
+
default: b(() => [i("div", Hn, [h(n.$slots, "secondary-action")])]),
|
|
2939
2915
|
_: 3
|
|
2940
2916
|
})]),
|
|
2941
|
-
default: b(() => [i("div",
|
|
2917
|
+
default: b(() => [i("div", Bn, [i("div", {
|
|
2942
2918
|
class: "db-header-navigation",
|
|
2943
2919
|
onClick: u[0] ||= async (e) => m(e)
|
|
2944
|
-
}, [h(n.$slots, "default")]), i("div",
|
|
2920
|
+
}, [h(n.$slots, "default")]), i("div", Vn, [h(n.$slots, "meta-navigation")])])]),
|
|
2945
2921
|
_: 3
|
|
2946
2922
|
}, 8, ["open", "onClose"])
|
|
2947
|
-
], 10,
|
|
2923
|
+
], 10, An));
|
|
2948
2924
|
}
|
|
2949
|
-
}),
|
|
2925
|
+
}), Wn = [
|
|
2950
2926
|
"id",
|
|
2951
2927
|
"data-icon",
|
|
2952
2928
|
"data-icon-weight",
|
|
2953
2929
|
"data-icon-variant"
|
|
2954
|
-
],
|
|
2930
|
+
], Gn = /* @__PURE__ */ s({
|
|
2955
2931
|
name: "DBIcon",
|
|
2956
2932
|
__name: "icon",
|
|
2957
2933
|
props: {
|
|
@@ -2977,16 +2953,16 @@ var x = () => {
|
|
|
2977
2953
|
"data-icon": t.icon,
|
|
2978
2954
|
"data-icon-weight": t.weight,
|
|
2979
2955
|
"data-icon-variant": t.variant
|
|
2980
|
-
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10,
|
|
2956
|
+
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10, Wn));
|
|
2981
2957
|
}
|
|
2982
|
-
}),
|
|
2958
|
+
}), Kn = [
|
|
2983
2959
|
"16",
|
|
2984
2960
|
"20",
|
|
2985
2961
|
"24",
|
|
2986
2962
|
"32",
|
|
2987
2963
|
"48",
|
|
2988
2964
|
"64"
|
|
2989
|
-
],
|
|
2965
|
+
], qn = [
|
|
2990
2966
|
"color",
|
|
2991
2967
|
"date",
|
|
2992
2968
|
"datetime-local",
|
|
@@ -3003,7 +2979,7 @@ var x = () => {
|
|
|
3003
2979
|
"time",
|
|
3004
2980
|
"url",
|
|
3005
2981
|
"week"
|
|
3006
|
-
],
|
|
2982
|
+
], Jn = [
|
|
3007
2983
|
"id",
|
|
3008
2984
|
"href",
|
|
3009
2985
|
"target",
|
|
@@ -3018,7 +2994,7 @@ var x = () => {
|
|
|
3018
2994
|
"data-variant",
|
|
3019
2995
|
"data-content",
|
|
3020
2996
|
"data-wrap"
|
|
3021
|
-
],
|
|
2997
|
+
], Yn = /* @__PURE__ */ s({
|
|
3022
2998
|
name: "DBLink",
|
|
3023
2999
|
__name: "link",
|
|
3024
3000
|
props: {
|
|
@@ -3081,13 +3057,13 @@ var x = () => {
|
|
|
3081
3057
|
"data-content": t.content || "internal",
|
|
3082
3058
|
"data-wrap": _(k)(t.wrap, "wrap"),
|
|
3083
3059
|
onClick: u[0] ||= async (e) => s(e)
|
|
3084
|
-
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(l.$slots, "default")], 10,
|
|
3060
|
+
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(l.$slots, "default")], 10, Jn));
|
|
3085
3061
|
}
|
|
3086
|
-
}),
|
|
3062
|
+
}), Xn = [
|
|
3087
3063
|
"adaptive",
|
|
3088
3064
|
"brand",
|
|
3089
3065
|
"inline"
|
|
3090
|
-
],
|
|
3066
|
+
], Zn = ["medium", "small"], Qn = ["external", "internal"], $n = ["id"], er = /* @__PURE__ */ s({
|
|
3091
3067
|
name: "DBNavigation",
|
|
3092
3068
|
__name: "navigation",
|
|
3093
3069
|
props: {
|
|
@@ -3105,9 +3081,9 @@ var x = () => {
|
|
|
3105
3081
|
ref: n,
|
|
3106
3082
|
id: e.id ?? e.propOverrides?.id,
|
|
3107
3083
|
class: c(_(C)("db-navigation", t.class))
|
|
3108
|
-
}, [i("menu", null, [h(a.$slots, "default")])], 10,
|
|
3084
|
+
}, [i("menu", null, [h(a.$slots, "default")])], 10, $n));
|
|
3109
3085
|
}
|
|
3110
|
-
}),
|
|
3086
|
+
}), tr = [
|
|
3111
3087
|
"id",
|
|
3112
3088
|
"data-width",
|
|
3113
3089
|
"data-icon",
|
|
@@ -3115,20 +3091,20 @@ var x = () => {
|
|
|
3115
3091
|
"data-active",
|
|
3116
3092
|
"data-wrap",
|
|
3117
3093
|
"aria-disabled"
|
|
3118
|
-
],
|
|
3094
|
+
], nr = [
|
|
3119
3095
|
"id",
|
|
3120
3096
|
"aria-haspopup",
|
|
3121
3097
|
"aria-expanded",
|
|
3122
3098
|
"aria-controls",
|
|
3123
3099
|
"disabled"
|
|
3124
|
-
],
|
|
3100
|
+
], rr = [
|
|
3125
3101
|
"id",
|
|
3126
3102
|
"aria-labelledby",
|
|
3127
3103
|
"data-force-close"
|
|
3128
|
-
],
|
|
3104
|
+
], ir = {
|
|
3129
3105
|
key: 0,
|
|
3130
3106
|
class: "db-mobile-navigation-back"
|
|
3131
|
-
},
|
|
3107
|
+
}, ar = /* @__PURE__ */ s({
|
|
3132
3108
|
name: "DBNavigationItem",
|
|
3133
3109
|
__name: "navigation-item",
|
|
3134
3110
|
props: {
|
|
@@ -3188,7 +3164,7 @@ var x = () => {
|
|
|
3188
3164
|
}), y(() => [d.value, j.value], () => {
|
|
3189
3165
|
if (d.value && j.value) {
|
|
3190
3166
|
let e = j.value.querySelector("menu");
|
|
3191
|
-
e && (e.children?.length > 0 ? (m.value = !0, T.value ||= new
|
|
3167
|
+
e && (e.children?.length > 0 ? (m.value = !0, T.value ||= new kn(j.value, e)) : x.value = !1);
|
|
3192
3168
|
}
|
|
3193
3169
|
}, {
|
|
3194
3170
|
immediate: !0,
|
|
@@ -3227,13 +3203,13 @@ var x = () => {
|
|
|
3227
3203
|
"aria-controls": E.value,
|
|
3228
3204
|
disabled: _(A)(t.disabled, "disabled"),
|
|
3229
3205
|
onClick: u[0] ||= async (e) => N(e)
|
|
3230
|
-
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 8,
|
|
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", {
|
|
3231
3207
|
class: "db-sub-navigation",
|
|
3232
3208
|
id: E.value,
|
|
3233
3209
|
"aria-labelledby": D.value,
|
|
3234
3210
|
"data-force-close": w.value,
|
|
3235
3211
|
onClick: u[1] ||= async (e) => M(e)
|
|
3236
|
-
}, [m.value ? (f(), r("div",
|
|
3212
|
+
}, [m.value ? (f(), r("div", ir, [o(Ve, {
|
|
3237
3213
|
icon: "arrow_left",
|
|
3238
3214
|
variant: "ghost",
|
|
3239
3215
|
id: t.backButtonId,
|
|
@@ -3241,9 +3217,9 @@ var x = () => {
|
|
|
3241
3217
|
}, {
|
|
3242
3218
|
default: b(() => [a(g(t.backButtonText ?? _("Back")), 1)]),
|
|
3243
3219
|
_: 1
|
|
3244
|
-
}, 8, ["id", "onClick"])])) : n("", !0), h(s.$slots, "sub-navigation")], 8,
|
|
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));
|
|
3245
3221
|
}
|
|
3246
|
-
}),
|
|
3222
|
+
}), or = [
|
|
3247
3223
|
"id",
|
|
3248
3224
|
"role",
|
|
3249
3225
|
"aria-live",
|
|
@@ -3252,10 +3228,10 @@ var x = () => {
|
|
|
3252
3228
|
"data-icon",
|
|
3253
3229
|
"data-show-icon",
|
|
3254
3230
|
"data-link-variant"
|
|
3255
|
-
],
|
|
3231
|
+
], sr = {
|
|
3256
3232
|
key: 0,
|
|
3257
3233
|
"data-area": "head"
|
|
3258
|
-
},
|
|
3234
|
+
}, cr = { "data-area": "content" }, lr = ["dateTime"], ur = /* @__PURE__ */ s({
|
|
3259
3235
|
name: "DBNotification",
|
|
3260
3236
|
__name: "notification",
|
|
3261
3237
|
props: {
|
|
@@ -3324,13 +3300,13 @@ var x = () => {
|
|
|
3324
3300
|
"data-link-variant": o.linkVariant
|
|
3325
3301
|
}, [
|
|
3326
3302
|
h(d.$slots, "image"),
|
|
3327
|
-
_(I)(o.headline, o.showHeadline) ? (f(), r("header",
|
|
3328
|
-
i("div",
|
|
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")]),
|
|
3329
3305
|
_(I)(o.timestamp, o.showTimestamp) ? (f(), r("time", {
|
|
3330
3306
|
key: 1,
|
|
3331
3307
|
"data-area": "timestamp",
|
|
3332
3308
|
dateTime: o.timestampDatetime
|
|
3333
|
-
}, g(o.timestamp), 9,
|
|
3309
|
+
}, g(o.timestamp), 9, lr)) : n("", !0),
|
|
3334
3310
|
h(d.$slots, "link"),
|
|
3335
3311
|
_(A)(o.closeable, "closeable") ? (f(), t(Ve, {
|
|
3336
3312
|
key: 2,
|
|
@@ -3344,22 +3320,22 @@ var x = () => {
|
|
|
3344
3320
|
default: b(() => [a(g(o.closeButtonText ?? _("Close")), 1)]),
|
|
3345
3321
|
_: 1
|
|
3346
3322
|
}, 8, ["id", "onClick"])) : n("", !0)
|
|
3347
|
-
], 10,
|
|
3323
|
+
], 10, or));
|
|
3348
3324
|
}
|
|
3349
|
-
}),
|
|
3325
|
+
}), dr = [
|
|
3350
3326
|
"docked",
|
|
3351
3327
|
"standalone",
|
|
3352
3328
|
"overlay"
|
|
3353
|
-
],
|
|
3329
|
+
], fr = ["block", "inline"], pr = [
|
|
3354
3330
|
"assertive",
|
|
3355
3331
|
"polite",
|
|
3356
3332
|
"off"
|
|
3357
|
-
],
|
|
3333
|
+
], mr = [
|
|
3358
3334
|
"id",
|
|
3359
3335
|
"data-variant",
|
|
3360
3336
|
"data-fade-in",
|
|
3361
3337
|
"data-fonts-loaded"
|
|
3362
|
-
],
|
|
3338
|
+
], hr = /* @__PURE__ */ s({
|
|
3363
3339
|
name: "DBPage",
|
|
3364
3340
|
__name: "page",
|
|
3365
3341
|
props: {
|
|
@@ -3399,9 +3375,9 @@ var x = () => {
|
|
|
3399
3375
|
h(o.$slots, "header"),
|
|
3400
3376
|
i("main", { class: c(_(C)("db-main", e.mainClass)) }, [h(o.$slots, "default")], 2),
|
|
3401
3377
|
h(o.$slots, "footer")
|
|
3402
|
-
], 10,
|
|
3378
|
+
], 10, mr));
|
|
3403
3379
|
}
|
|
3404
|
-
}),
|
|
3380
|
+
}), gr = ["auto", "fixed"], _r = ["hidden", "auto"], vr = ["id"], yr = [
|
|
3405
3381
|
"data-spacing",
|
|
3406
3382
|
"data-gap",
|
|
3407
3383
|
"data-animation",
|
|
@@ -3409,7 +3385,7 @@ var x = () => {
|
|
|
3409
3385
|
"data-delay",
|
|
3410
3386
|
"data-width",
|
|
3411
3387
|
"data-placement"
|
|
3412
|
-
],
|
|
3388
|
+
], br = /* @__PURE__ */ s({
|
|
3413
3389
|
name: "DBPopover",
|
|
3414
3390
|
__name: "popover",
|
|
3415
3391
|
props: {
|
|
@@ -3513,14 +3489,14 @@ var x = () => {
|
|
|
3513
3489
|
"data-delay": e.delay,
|
|
3514
3490
|
"data-width": e.width,
|
|
3515
3491
|
"data-placement": e.placement
|
|
3516
|
-
}, [h(n.$slots, "default")], 8,
|
|
3492
|
+
}, [h(n.$slots, "default")], 8, yr)], 10, vr));
|
|
3517
3493
|
}
|
|
3518
|
-
}),
|
|
3494
|
+
}), xr = [
|
|
3519
3495
|
"data-size",
|
|
3520
3496
|
"data-hide-label",
|
|
3521
3497
|
"data-hide-asterisk",
|
|
3522
3498
|
"for"
|
|
3523
|
-
],
|
|
3499
|
+
], Sr = [
|
|
3524
3500
|
"aria-invalid",
|
|
3525
3501
|
"data-custom-validity",
|
|
3526
3502
|
"id",
|
|
@@ -3529,7 +3505,7 @@ var x = () => {
|
|
|
3529
3505
|
"disabled",
|
|
3530
3506
|
"value",
|
|
3531
3507
|
"required"
|
|
3532
|
-
],
|
|
3508
|
+
], Cr = /* @__PURE__ */ s({
|
|
3533
3509
|
name: "DBRadio",
|
|
3534
3510
|
__name: "radio",
|
|
3535
3511
|
props: {
|
|
@@ -3670,16 +3646,16 @@ var x = () => {
|
|
|
3670
3646
|
onChange: s[1] ||= async (e) => E(e),
|
|
3671
3647
|
onBlur: s[2] ||= async (e) => D(e),
|
|
3672
3648
|
onFocus: s[3] ||= async (e) => k(e)
|
|
3673
|
-
}, null, 40,
|
|
3649
|
+
}, null, 40, Sr),
|
|
3674
3650
|
t.label ? (f(), r(e, { key: 0 }, [a(g(t.label), 1)], 64)) : n("", !0),
|
|
3675
3651
|
h(o.$slots, "default")
|
|
3676
|
-
], 10,
|
|
3652
|
+
], 10, xr));
|
|
3677
3653
|
}
|
|
3678
|
-
}),
|
|
3654
|
+
}), wr = [
|
|
3679
3655
|
"id",
|
|
3680
3656
|
"data-spacing",
|
|
3681
3657
|
"data-width"
|
|
3682
|
-
],
|
|
3658
|
+
], Tr = /* @__PURE__ */ s({
|
|
3683
3659
|
name: "DBSection",
|
|
3684
3660
|
__name: "section",
|
|
3685
3661
|
props: {
|
|
@@ -3701,15 +3677,15 @@ var x = () => {
|
|
|
3701
3677
|
class: c(_(C)("db-section", t.class)),
|
|
3702
3678
|
"data-spacing": e.spacing || "medium",
|
|
3703
3679
|
"data-width": e.width
|
|
3704
|
-
}, [h(i.$slots, "default")], 10,
|
|
3680
|
+
}, [h(i.$slots, "default")], 10, wr));
|
|
3705
3681
|
}
|
|
3706
|
-
}),
|
|
3682
|
+
}), Er = [
|
|
3707
3683
|
"data-variant",
|
|
3708
3684
|
"data-hide-label",
|
|
3709
3685
|
"data-hide-asterisk",
|
|
3710
3686
|
"data-icon",
|
|
3711
3687
|
"data-show-icon"
|
|
3712
|
-
],
|
|
3688
|
+
], Dr = ["for"], Or = [
|
|
3713
3689
|
"aria-invalid",
|
|
3714
3690
|
"data-custom-validity",
|
|
3715
3691
|
"required",
|
|
@@ -3721,18 +3697,18 @@ var x = () => {
|
|
|
3721
3697
|
"autocomplete",
|
|
3722
3698
|
"multiple",
|
|
3723
3699
|
"aria-describedby"
|
|
3724
|
-
],
|
|
3700
|
+
], kr = ["data-show-empty-option"], Ar = ["label"], jr = [
|
|
3725
3701
|
"value",
|
|
3726
3702
|
"selected",
|
|
3727
3703
|
"disabled"
|
|
3728
|
-
],
|
|
3704
|
+
], Mr = [
|
|
3729
3705
|
"value",
|
|
3730
3706
|
"disabled",
|
|
3731
3707
|
"selected"
|
|
3732
|
-
],
|
|
3708
|
+
], Nr = ["id"], Pr = {
|
|
3733
3709
|
"data-visually-hidden": "true",
|
|
3734
3710
|
role: "status"
|
|
3735
|
-
},
|
|
3711
|
+
}, Fr = /* @__PURE__ */ s({
|
|
3736
3712
|
name: "DBSelect",
|
|
3737
3713
|
__name: "select",
|
|
3738
3714
|
props: {
|
|
@@ -3903,7 +3879,7 @@ var x = () => {
|
|
|
3903
3879
|
"data-icon": s.icon,
|
|
3904
3880
|
"data-show-icon": _(k)(s.showIcon, "showIcon")
|
|
3905
3881
|
}, [
|
|
3906
|
-
i("label", { for: T.value }, g(s.label ?? _("LABEL SHOULD BE SET")), 9,
|
|
3882
|
+
i("label", { for: T.value }, g(s.label ?? _("LABEL SHOULD BE SET")), 9, Dr),
|
|
3907
3883
|
i("select", {
|
|
3908
3884
|
"aria-invalid": s.validation === "invalid",
|
|
3909
3885
|
"data-custom-validity": s.validation,
|
|
@@ -3928,7 +3904,7 @@ var x = () => {
|
|
|
3928
3904
|
class: "placeholder",
|
|
3929
3905
|
value: "",
|
|
3930
3906
|
"data-show-empty-option": _(k)(K(), "showEmptyOption")
|
|
3931
|
-
}, null, 8,
|
|
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", {
|
|
3932
3908
|
key: 0,
|
|
3933
3909
|
label: ie(t)
|
|
3934
3910
|
}, [(f(!0), r(e, null, m(t.options, (e, t) => (f(), r("option", {
|
|
@@ -3936,17 +3912,17 @@ var x = () => {
|
|
|
3936
3912
|
value: e.value,
|
|
3937
3913
|
selected: e.selected,
|
|
3938
3914
|
disabled: e.disabled
|
|
3939
|
-
}, g(ie(e)), 9,
|
|
3915
|
+
}, g(ie(e)), 9, jr))), 128))], 8, Ar)) : (f(), r("option", {
|
|
3940
3916
|
key: 1,
|
|
3941
3917
|
value: t.value,
|
|
3942
3918
|
disabled: t.disabled,
|
|
3943
3919
|
selected: t.selected
|
|
3944
|
-
}, g(ie(t)), 9,
|
|
3920
|
+
}, g(ie(t)), 9, Mr))], 64))), 128)) : h(l.$slots, "default", {}, void 0, void 0, 2)], 40, Or),
|
|
3945
3921
|
s.placeholder ? (f(), r("span", {
|
|
3946
3922
|
key: 0,
|
|
3947
3923
|
class: "db-select-placeholder",
|
|
3948
3924
|
id: P.value
|
|
3949
|
-
}, g(s.placeholder), 9,
|
|
3925
|
+
}, g(s.placeholder), 9, Nr)) : n("", !0),
|
|
3950
3926
|
_(I)(s.message, s.showMessage) ? (f(), t($, {
|
|
3951
3927
|
key: 1,
|
|
3952
3928
|
size: "small",
|
|
@@ -3973,10 +3949,10 @@ var x = () => {
|
|
|
3973
3949
|
default: b(() => [a(g(N.value), 1)]),
|
|
3974
3950
|
_: 1
|
|
3975
3951
|
}, 8, ["id"]),
|
|
3976
|
-
i("span",
|
|
3977
|
-
], 10,
|
|
3952
|
+
i("span", Pr, g(B.value), 1)
|
|
3953
|
+
], 10, Er));
|
|
3978
3954
|
}
|
|
3979
|
-
}),
|
|
3955
|
+
}), Ir = [
|
|
3980
3956
|
"id",
|
|
3981
3957
|
"data-gap",
|
|
3982
3958
|
"data-variant",
|
|
@@ -3984,7 +3960,7 @@ var x = () => {
|
|
|
3984
3960
|
"data-alignment",
|
|
3985
3961
|
"data-justify-content",
|
|
3986
3962
|
"data-wrap"
|
|
3987
|
-
],
|
|
3963
|
+
], Lr = /* @__PURE__ */ s({
|
|
3988
3964
|
name: "DBStack",
|
|
3989
3965
|
__name: "stack",
|
|
3990
3966
|
props: {
|
|
@@ -4017,26 +3993,26 @@ var x = () => {
|
|
|
4017
3993
|
"data-alignment": e.alignment,
|
|
4018
3994
|
"data-justify-content": e.justifyContent,
|
|
4019
3995
|
"data-wrap": _(k)(e.wrap, "wrap")
|
|
4020
|
-
}, [h(i.$slots, "default")], 10,
|
|
3996
|
+
}, [h(i.$slots, "default")], 10, Ir));
|
|
4021
3997
|
}
|
|
4022
|
-
}),
|
|
3998
|
+
}), Rr = ["simple", "divider"], zr = ["row", "column"], Br = [
|
|
4023
3999
|
"stretch",
|
|
4024
4000
|
"start",
|
|
4025
4001
|
"end",
|
|
4026
4002
|
"center"
|
|
4027
|
-
],
|
|
4003
|
+
], Vr = [
|
|
4028
4004
|
"space-between",
|
|
4029
4005
|
"start",
|
|
4030
4006
|
"center",
|
|
4031
4007
|
"end"
|
|
4032
|
-
],
|
|
4008
|
+
], Hr = [
|
|
4033
4009
|
"data-visual-aid",
|
|
4034
4010
|
"data-size",
|
|
4035
4011
|
"data-hide-label",
|
|
4036
4012
|
"data-variant",
|
|
4037
4013
|
"data-hide-asterisk",
|
|
4038
4014
|
"data-custom-validity"
|
|
4039
|
-
],
|
|
4015
|
+
], Ur = ["for"], Wr = [
|
|
4040
4016
|
"id",
|
|
4041
4017
|
"checked",
|
|
4042
4018
|
"value",
|
|
@@ -4047,10 +4023,10 @@ var x = () => {
|
|
|
4047
4023
|
"required",
|
|
4048
4024
|
"data-aid-icon",
|
|
4049
4025
|
"data-aid-icon-trailing"
|
|
4050
|
-
],
|
|
4026
|
+
], Gr = {
|
|
4051
4027
|
"data-visually-hidden": "true",
|
|
4052
4028
|
role: "status"
|
|
4053
|
-
},
|
|
4029
|
+
}, Kr = /* @__PURE__ */ s({
|
|
4054
4030
|
name: "DBSwitch",
|
|
4055
4031
|
__name: "switch",
|
|
4056
4032
|
props: {
|
|
@@ -4233,10 +4209,10 @@ var x = () => {
|
|
|
4233
4209
|
onBlur: u[1] ||= async (e) => H(e),
|
|
4234
4210
|
onFocus: u[2] ||= async (e) => ee(e),
|
|
4235
4211
|
onKeydown: u[3] ||= async (e) => U(e)
|
|
4236
|
-
}, null, 40,
|
|
4212
|
+
}, null, 40, Wr),
|
|
4237
4213
|
s.label ? (f(), r(e, { key: 0 }, [a(g(s.label), 1)], 64)) : n("", !0),
|
|
4238
4214
|
h(l.$slots, "default")
|
|
4239
|
-
], 8,
|
|
4215
|
+
], 8, Ur),
|
|
4240
4216
|
_(I)(s.message, s.showMessage) ? (f(), t($, {
|
|
4241
4217
|
key: 0,
|
|
4242
4218
|
size: "small",
|
|
@@ -4264,20 +4240,20 @@ var x = () => {
|
|
|
4264
4240
|
default: b(() => [a(g(M.value), 1)]),
|
|
4265
4241
|
_: 1
|
|
4266
4242
|
}, 8, ["id"]),
|
|
4267
|
-
i("span",
|
|
4268
|
-
], 10,
|
|
4243
|
+
i("span", Gr, g(P.value), 1)
|
|
4244
|
+
], 10, Hr));
|
|
4269
4245
|
}
|
|
4270
|
-
}),
|
|
4246
|
+
}), qr = [
|
|
4271
4247
|
"disabled",
|
|
4272
4248
|
"aria-selected",
|
|
4273
4249
|
"focusgroupstart",
|
|
4274
4250
|
"data-value"
|
|
4275
|
-
],
|
|
4251
|
+
], Jr = [
|
|
4276
4252
|
"data-icon",
|
|
4277
4253
|
"data-show-icon",
|
|
4278
4254
|
"data-icon-trailing",
|
|
4279
4255
|
"data-show-icon-trailing"
|
|
4280
|
-
],
|
|
4256
|
+
], Yr = { class: "db-tab-item-label-end-slot" }, Xr = /* @__PURE__ */ s({
|
|
4281
4257
|
name: "DBTabItem",
|
|
4282
4258
|
__name: "tab-item",
|
|
4283
4259
|
props: {
|
|
@@ -4406,19 +4382,19 @@ var x = () => {
|
|
|
4406
4382
|
class: "db-tab-item-label-text",
|
|
4407
4383
|
ref_key: "_labelRef",
|
|
4408
4384
|
ref: D
|
|
4409
|
-
}, [o.label ? (f(), r(e, { key: 0 }, [a(g(o.label), 1)], 64)) : n("", !0), h(l.$slots, "default")], 512), i("span",
|
|
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, {
|
|
4410
4386
|
key: 0,
|
|
4411
4387
|
placement: "top"
|
|
4412
4388
|
}, {
|
|
4413
4389
|
default: b(() => [a(g(v.value), 1)]),
|
|
4414
4390
|
_: 1
|
|
4415
|
-
})) : n("", !0)], 10,
|
|
4391
|
+
})) : n("", !0)], 10, qr));
|
|
4416
4392
|
}
|
|
4417
|
-
}),
|
|
4393
|
+
}), Zr = [
|
|
4418
4394
|
"id",
|
|
4419
4395
|
"aria-orientation",
|
|
4420
4396
|
"focusgroup"
|
|
4421
|
-
],
|
|
4397
|
+
], Qr = /* @__PURE__ */ s({
|
|
4422
4398
|
name: "DBTabList",
|
|
4423
4399
|
__name: "tab-list",
|
|
4424
4400
|
props: {
|
|
@@ -4442,9 +4418,9 @@ var x = () => {
|
|
|
4442
4418
|
class: c(_(C)("db-tab-list", n.class)),
|
|
4443
4419
|
"aria-orientation": e.orientation ?? "horizontal",
|
|
4444
4420
|
focusgroup: e.orientation === "vertical" ? "tablist block wrap" : "tablist"
|
|
4445
|
-
}, [h(t.$slots, "default")], 10,
|
|
4421
|
+
}, [h(t.$slots, "default")], 10, Zr));
|
|
4446
4422
|
}
|
|
4447
|
-
}),
|
|
4423
|
+
}), $r = ["hidden"], ei = /* @__PURE__ */ s({
|
|
4448
4424
|
name: "DBTabPanel",
|
|
4449
4425
|
__name: "tab-panel",
|
|
4450
4426
|
props: {
|
|
@@ -4464,16 +4440,16 @@ var x = () => {
|
|
|
4464
4440
|
class: c(_(C)("db-tab-panel", i.class)),
|
|
4465
4441
|
hidden: t.hidden,
|
|
4466
4442
|
tabIndex: 0
|
|
4467
|
-
}, [t.content ? (f(), r(e, { key: 0 }, [a(g(t.content), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10,
|
|
4443
|
+
}, [t.content ? (f(), r(e, { key: 0 }, [a(g(t.content), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10, $r));
|
|
4468
4444
|
}
|
|
4469
|
-
}),
|
|
4445
|
+
}), ti = [
|
|
4470
4446
|
"id",
|
|
4471
4447
|
"data-horizontal-alignment",
|
|
4472
4448
|
"data-vertical-alignment",
|
|
4473
4449
|
"colSpan",
|
|
4474
4450
|
"rowSpan",
|
|
4475
4451
|
"headers"
|
|
4476
|
-
],
|
|
4452
|
+
], ni = /* @__PURE__ */ s({
|
|
4477
4453
|
name: "DBTableDataCell",
|
|
4478
4454
|
__name: "table-data-cell",
|
|
4479
4455
|
props: {
|
|
@@ -4503,9 +4479,9 @@ var x = () => {
|
|
|
4503
4479
|
colSpan: _(j)(e.colSpan, e.colspan),
|
|
4504
4480
|
rowSpan: _(j)(e.rowSpan, e.rowspan),
|
|
4505
4481
|
headers: e.headers
|
|
4506
|
-
}, [h(i.$slots, "default")], 10,
|
|
4482
|
+
}, [h(i.$slots, "default")], 10, ti));
|
|
4507
4483
|
}
|
|
4508
|
-
}),
|
|
4484
|
+
}), ri = [
|
|
4509
4485
|
"id",
|
|
4510
4486
|
"data-horizontal-alignment",
|
|
4511
4487
|
"data-vertical-alignment",
|
|
@@ -4515,7 +4491,7 @@ var x = () => {
|
|
|
4515
4491
|
"rowSpan",
|
|
4516
4492
|
"headers",
|
|
4517
4493
|
"abbr"
|
|
4518
|
-
],
|
|
4494
|
+
], ii = /* @__PURE__ */ s({
|
|
4519
4495
|
name: "DBTableHeaderCell",
|
|
4520
4496
|
__name: "table-header-cell",
|
|
4521
4497
|
props: {
|
|
@@ -4554,13 +4530,13 @@ var x = () => {
|
|
|
4554
4530
|
rowSpan: _(j)(e.rowSpan, e.rowspan),
|
|
4555
4531
|
headers: e.headers,
|
|
4556
4532
|
abbr: e.abbr
|
|
4557
|
-
}, [h(i.$slots, "default")], 10,
|
|
4533
|
+
}, [h(i.$slots, "default")], 10, ri));
|
|
4558
4534
|
}
|
|
4559
|
-
}),
|
|
4535
|
+
}), ai = [
|
|
4560
4536
|
"id",
|
|
4561
4537
|
"data-interactive",
|
|
4562
4538
|
"data-sub-header-emphasis"
|
|
4563
|
-
],
|
|
4539
|
+
], oi = /* @__PURE__ */ s({
|
|
4564
4540
|
name: "DBTableRow",
|
|
4565
4541
|
__name: "table-row",
|
|
4566
4542
|
props: {
|
|
@@ -4589,7 +4565,7 @@ var x = () => {
|
|
|
4589
4565
|
class: c(_(C)("db-table-row", o.class)),
|
|
4590
4566
|
"data-interactive": _(k)(n.interactive),
|
|
4591
4567
|
"data-sub-header-emphasis": n.subHeaderEmphasis
|
|
4592
|
-
}, [n.cells ? (f(!0), r(e, { key: 0 }, m(n.cells, (o, s) => (f(), r(e, { key: s }, [o.headerCell ? (f(), t(
|
|
4568
|
+
}, [n.cells ? (f(!0), r(e, { key: 0 }, m(n.cells, (o, s) => (f(), r(e, { key: s }, [o.headerCell ? (f(), t(ii, {
|
|
4593
4569
|
key: `${o.id ?? n.id ?? _(i)}-table-row-header-cell-${s}`,
|
|
4594
4570
|
id: o.id,
|
|
4595
4571
|
abbr: l(o)?.abbr,
|
|
@@ -4604,7 +4580,7 @@ var x = () => {
|
|
|
4604
4580
|
rowSpan: o.rowSpan,
|
|
4605
4581
|
rowspan: o.rowspan
|
|
4606
4582
|
}, {
|
|
4607
|
-
default: b(() => [o.link ? (f(), t(
|
|
4583
|
+
default: b(() => [o.link ? (f(), t(Yn, {
|
|
4608
4584
|
key: 0,
|
|
4609
4585
|
content: o.link?.content,
|
|
4610
4586
|
size: o.link?.size,
|
|
@@ -4657,7 +4633,7 @@ var x = () => {
|
|
|
4657
4633
|
"colspan",
|
|
4658
4634
|
"rowSpan",
|
|
4659
4635
|
"rowspan"
|
|
4660
|
-
])) : (f(), t(
|
|
4636
|
+
])) : (f(), t(ni, {
|
|
4661
4637
|
key: `${o.id ?? n.id ?? _(i)}-table-row-data-cell-${s}`,
|
|
4662
4638
|
id: o.id,
|
|
4663
4639
|
className: o.className ?? o.class,
|
|
@@ -4669,7 +4645,7 @@ var x = () => {
|
|
|
4669
4645
|
rowSpan: o.rowSpan,
|
|
4670
4646
|
rowspan: o.rowspan
|
|
4671
4647
|
}, {
|
|
4672
|
-
default: b(() => [o.link ? (f(), t(
|
|
4648
|
+
default: b(() => [o.link ? (f(), t(Yn, {
|
|
4673
4649
|
key: 0,
|
|
4674
4650
|
content: o.link?.content,
|
|
4675
4651
|
size: o.link?.size,
|
|
@@ -4719,9 +4695,9 @@ var x = () => {
|
|
|
4719
4695
|
"colspan",
|
|
4720
4696
|
"rowSpan",
|
|
4721
4697
|
"rowspan"
|
|
4722
|
-
]))], 64))), 128)) : h(u.$slots, "default", {}, void 0, void 0, 1)], 10,
|
|
4698
|
+
]))], 64))), 128)) : h(u.$slots, "default", {}, void 0, void 0, 1)], 10, ai));
|
|
4723
4699
|
}
|
|
4724
|
-
}),
|
|
4700
|
+
}), si = ["id"], ci = /* @__PURE__ */ s({
|
|
4725
4701
|
name: "DBTableBody",
|
|
4726
4702
|
__name: "table-body",
|
|
4727
4703
|
props: {
|
|
@@ -4740,7 +4716,7 @@ var x = () => {
|
|
|
4740
4716
|
ref: o,
|
|
4741
4717
|
id: n.id ?? n.propOverrides?.id,
|
|
4742
4718
|
class: c(_(C)("db-table-body", a.class))
|
|
4743
|
-
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(
|
|
4719
|
+
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(oi, {
|
|
4744
4720
|
key: `${e.id ?? n.id ?? _(i)}-table-body-row-${r}`,
|
|
4745
4721
|
cells: e.cells,
|
|
4746
4722
|
className: e.className ?? e.class,
|
|
@@ -4751,9 +4727,9 @@ var x = () => {
|
|
|
4751
4727
|
"className",
|
|
4752
4728
|
"interactive",
|
|
4753
4729
|
"id"
|
|
4754
|
-
]))), 128)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 10,
|
|
4730
|
+
]))), 128)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 10, si));
|
|
4755
4731
|
}
|
|
4756
|
-
}),
|
|
4732
|
+
}), li = ["id"], ui = /* @__PURE__ */ s({
|
|
4757
4733
|
name: "DBTableFooter",
|
|
4758
4734
|
__name: "table-footer",
|
|
4759
4735
|
props: {
|
|
@@ -4772,7 +4748,7 @@ var x = () => {
|
|
|
4772
4748
|
ref: o,
|
|
4773
4749
|
id: n.id ?? n.propOverrides?.id,
|
|
4774
4750
|
class: c(_(C)("db-table-footer", a.class))
|
|
4775
|
-
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(
|
|
4751
|
+
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(oi, {
|
|
4776
4752
|
key: `${e.id ?? n.id ?? _(i)}-table-footer-row-${r}`,
|
|
4777
4753
|
cells: e.cells,
|
|
4778
4754
|
className: e.className ?? e.class,
|
|
@@ -4783,9 +4759,9 @@ var x = () => {
|
|
|
4783
4759
|
"className",
|
|
4784
4760
|
"interactive",
|
|
4785
4761
|
"id"
|
|
4786
|
-
]))), 128)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 10,
|
|
4762
|
+
]))), 128)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 10, li));
|
|
4787
4763
|
}
|
|
4788
|
-
}),
|
|
4764
|
+
}), di = ["id"], fi = /* @__PURE__ */ s({
|
|
4789
4765
|
name: "DBTableHead",
|
|
4790
4766
|
__name: "table-head",
|
|
4791
4767
|
props: {
|
|
@@ -4810,7 +4786,7 @@ var x = () => {
|
|
|
4810
4786
|
ref: o,
|
|
4811
4787
|
id: n.id ?? n.propOverrides?.id,
|
|
4812
4788
|
class: c(_(C)("db-table-head", a.class))
|
|
4813
|
-
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(
|
|
4789
|
+
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(oi, {
|
|
4814
4790
|
key: `${e.id ?? n.id ?? _(i)}-table-head-row-${r}`,
|
|
4815
4791
|
cells: s(e.cells),
|
|
4816
4792
|
className: e.className ?? e.class,
|
|
@@ -4823,9 +4799,9 @@ var x = () => {
|
|
|
4823
4799
|
"subHeaderEmphasis",
|
|
4824
4800
|
"interactive",
|
|
4825
4801
|
"id"
|
|
4826
|
-
]))), 128)) : h(l.$slots, "default", {}, void 0, void 0, 1)], 10,
|
|
4802
|
+
]))), 128)) : h(l.$slots, "default", {}, void 0, void 0, 1)], 10, di));
|
|
4827
4803
|
}
|
|
4828
|
-
}),
|
|
4804
|
+
}), pi = [
|
|
4829
4805
|
"data-width",
|
|
4830
4806
|
"data-size",
|
|
4831
4807
|
"data-divider",
|
|
@@ -4833,7 +4809,7 @@ var x = () => {
|
|
|
4833
4809
|
"data-mobile-variant",
|
|
4834
4810
|
"data-show-caption",
|
|
4835
4811
|
"data-sticky-header"
|
|
4836
|
-
],
|
|
4812
|
+
], mi = ["id"], hi = { key: 0 }, gi = /* @__PURE__ */ s({
|
|
4837
4813
|
name: "DBTable",
|
|
4838
4814
|
__name: "table",
|
|
4839
4815
|
props: {
|
|
@@ -4920,22 +4896,22 @@ var x = () => {
|
|
|
4920
4896
|
ref_key: "_ref",
|
|
4921
4897
|
ref: d,
|
|
4922
4898
|
id: a.id ?? a.propOverrides?.id
|
|
4923
|
-
}, [a.captionPlain ? (f(), r("caption",
|
|
4924
|
-
s.value?.header ? (f(), t(
|
|
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, {
|
|
4925
4901
|
key: 0,
|
|
4926
4902
|
rows: s.value?.header
|
|
4927
4903
|
}, null, 8, ["rows"])) : n("", !0),
|
|
4928
|
-
s.value?.body ? (f(), t(
|
|
4904
|
+
s.value?.body ? (f(), t(ci, {
|
|
4929
4905
|
key: 1,
|
|
4930
4906
|
rows: s.value?.body
|
|
4931
4907
|
}, null, 8, ["rows"])) : n("", !0),
|
|
4932
|
-
s.value?.footer ? (f(), t(
|
|
4908
|
+
s.value?.footer ? (f(), t(ui, {
|
|
4933
4909
|
key: 2,
|
|
4934
4910
|
rows: s.value?.footer
|
|
4935
4911
|
}, null, 8, ["rows"])) : n("", !0)
|
|
4936
|
-
], 64)) : h(p.$slots, "default", {}, void 0, void 0, 3)], 8,
|
|
4912
|
+
], 64)) : h(p.$slots, "default", {}, void 0, void 0, 3)], 8, mi)], 14, pi));
|
|
4937
4913
|
}
|
|
4938
|
-
}),
|
|
4914
|
+
}), _i = ["id"], vi = /* @__PURE__ */ s({
|
|
4939
4915
|
name: "DBTableCaption",
|
|
4940
4916
|
__name: "table-caption",
|
|
4941
4917
|
props: {
|
|
@@ -4953,49 +4929,49 @@ var x = () => {
|
|
|
4953
4929
|
ref: n,
|
|
4954
4930
|
id: e.id ?? e.propOverrides?.id,
|
|
4955
4931
|
class: c(_(C)("db-table-caption", t.class))
|
|
4956
|
-
}, [h(i.$slots, "default")], 10,
|
|
4932
|
+
}, [h(i.$slots, "default")], 10, _i));
|
|
4957
4933
|
}
|
|
4958
|
-
}),
|
|
4934
|
+
}), yi = [
|
|
4959
4935
|
"row",
|
|
4960
4936
|
"col",
|
|
4961
4937
|
"rowgroup",
|
|
4962
4938
|
"colgroup"
|
|
4963
|
-
],
|
|
4939
|
+
], bi = [
|
|
4964
4940
|
"none",
|
|
4965
4941
|
"weak",
|
|
4966
4942
|
"strong"
|
|
4967
|
-
],
|
|
4943
|
+
], xi = [
|
|
4968
4944
|
"x-small",
|
|
4969
4945
|
"small",
|
|
4970
4946
|
"medium",
|
|
4971
4947
|
"large"
|
|
4972
|
-
],
|
|
4948
|
+
], Si = [
|
|
4973
4949
|
"flat",
|
|
4974
4950
|
"zebra",
|
|
4975
4951
|
"spaced"
|
|
4976
|
-
],
|
|
4952
|
+
], Ci = [
|
|
4977
4953
|
"none",
|
|
4978
4954
|
"both",
|
|
4979
4955
|
"horizontal",
|
|
4980
4956
|
"vertical"
|
|
4981
|
-
],
|
|
4957
|
+
], wi = ["table", "list"], Ti = [
|
|
4982
4958
|
"none",
|
|
4983
4959
|
"both",
|
|
4984
4960
|
"horizontal",
|
|
4985
4961
|
"vertical"
|
|
4986
|
-
],
|
|
4962
|
+
], Ei = [
|
|
4987
4963
|
"auto",
|
|
4988
4964
|
"1fr",
|
|
4989
4965
|
"min-content",
|
|
4990
4966
|
"max-content"
|
|
4991
|
-
],
|
|
4967
|
+
], Di = [
|
|
4992
4968
|
"id",
|
|
4993
4969
|
"data-orientation",
|
|
4994
4970
|
"data-scroll-behavior",
|
|
4995
4971
|
"data-tab-item-alignment",
|
|
4996
4972
|
"data-tab-item-width",
|
|
4997
4973
|
"data-initial-selected-mode"
|
|
4998
|
-
],
|
|
4974
|
+
], Oi = /* @__PURE__ */ s({
|
|
4999
4975
|
name: "DBTabs",
|
|
5000
4976
|
__name: "tabs",
|
|
5001
4977
|
props: {
|
|
@@ -5361,11 +5337,11 @@ var x = () => {
|
|
|
5361
5337
|
default: b(() => [a(g(i.scrollStartLabel), 1)]),
|
|
5362
5338
|
_: 1
|
|
5363
5339
|
}, 8, ["onClick"])) : n("", !0),
|
|
5364
|
-
W().length ? (f(), r(e, { key: 1 }, [o(
|
|
5340
|
+
W().length ? (f(), r(e, { key: 1 }, [o(Qr, {
|
|
5365
5341
|
orientation: i.orientation,
|
|
5366
5342
|
"aria-label": i.label
|
|
5367
5343
|
}, {
|
|
5368
|
-
default: b(() => [(f(!0), r(e, null, m(W(), (e, n) => (f(), t(
|
|
5344
|
+
default: b(() => [(f(!0), r(e, null, m(W(), (e, n) => (f(), t(Xr, {
|
|
5369
5345
|
key: i.label + "tab-item" + n,
|
|
5370
5346
|
"aria-label": e.ariaLabel,
|
|
5371
5347
|
label: e.label,
|
|
@@ -5388,7 +5364,7 @@ var x = () => {
|
|
|
5388
5364
|
"value"
|
|
5389
5365
|
]))), 128))]),
|
|
5390
5366
|
_: 1
|
|
5391
|
-
}, 8, ["orientation", "aria-label"]), (f(!0), r(e, null, m(W(), (e, n) => (f(), t(
|
|
5367
|
+
}, 8, ["orientation", "aria-label"]), (f(!0), r(e, null, m(W(), (e, n) => (f(), t(ei, {
|
|
5392
5368
|
key: i.label + "tab-panel" + n,
|
|
5393
5369
|
content: e.content
|
|
5394
5370
|
}, {
|
|
@@ -5406,13 +5382,13 @@ var x = () => {
|
|
|
5406
5382
|
default: b(() => [a(g(i.scrollEndLabel), 1)]),
|
|
5407
5383
|
_: 1
|
|
5408
5384
|
}, 8, ["onClick"])) : n("", !0)
|
|
5409
|
-
], 42,
|
|
5385
|
+
], 42, Di));
|
|
5410
5386
|
}
|
|
5411
|
-
}),
|
|
5387
|
+
}), ki = ["scrollbar", "arrows"], Ai = ["auto", "manually"], ji = ["static", "removable"], Mi = [
|
|
5412
5388
|
"data-variant",
|
|
5413
5389
|
"data-hide-asterisk",
|
|
5414
5390
|
"data-hide-label"
|
|
5415
|
-
],
|
|
5391
|
+
], Ni = ["for"], Pi = [
|
|
5416
5392
|
"aria-invalid",
|
|
5417
5393
|
"data-custom-validity",
|
|
5418
5394
|
"data-field-sizing",
|
|
@@ -5434,10 +5410,10 @@ var x = () => {
|
|
|
5434
5410
|
"placeholder",
|
|
5435
5411
|
"rows",
|
|
5436
5412
|
"cols"
|
|
5437
|
-
],
|
|
5413
|
+
], Fi = {
|
|
5438
5414
|
"data-visually-hidden": "true",
|
|
5439
5415
|
role: "status"
|
|
5440
|
-
},
|
|
5416
|
+
}, Ii = /* @__PURE__ */ s({
|
|
5441
5417
|
name: "DBTextarea",
|
|
5442
5418
|
__name: "textarea",
|
|
5443
5419
|
props: {
|
|
@@ -5602,7 +5578,7 @@ var x = () => {
|
|
|
5602
5578
|
"data-hide-asterisk": _(F)(e.showRequiredAsterisk),
|
|
5603
5579
|
"data-hide-label": _(F)(e.showLabel)
|
|
5604
5580
|
}, [
|
|
5605
|
-
i("label", { for: x.value }, g(e.label ?? _("LABEL SHOULD BE SET")), 9,
|
|
5581
|
+
i("label", { for: x.value }, g(e.label ?? _("LABEL SHOULD BE SET")), 9, Ni),
|
|
5606
5582
|
i("textarea", {
|
|
5607
5583
|
"aria-invalid": e.validation === "invalid",
|
|
5608
5584
|
"data-custom-validity": e.validation,
|
|
@@ -5631,7 +5607,7 @@ var x = () => {
|
|
|
5631
5607
|
placeholder: e.placeholder ?? _(" "),
|
|
5632
5608
|
rows: _(j)(e.rows, _(4)),
|
|
5633
5609
|
cols: _(j)(e.cols)
|
|
5634
|
-
}, g(e.value), 41,
|
|
5610
|
+
}, g(e.value), 41, Pi),
|
|
5635
5611
|
_(I)(e.message, e.showMessage) ? (f(), t($, {
|
|
5636
5612
|
key: 0,
|
|
5637
5613
|
size: "small",
|
|
@@ -5658,50 +5634,50 @@ var x = () => {
|
|
|
5658
5634
|
default: b(() => [a(g(D.value), 1)]),
|
|
5659
5635
|
_: 1
|
|
5660
5636
|
}, 8, ["id"]),
|
|
5661
|
-
i("span",
|
|
5662
|
-
], 10,
|
|
5637
|
+
i("span", Fi, g(N.value), 1)
|
|
5638
|
+
], 10, Mi));
|
|
5663
5639
|
}
|
|
5664
|
-
}),
|
|
5640
|
+
}), Li = [
|
|
5665
5641
|
"none",
|
|
5666
5642
|
"both",
|
|
5667
5643
|
"horizontal",
|
|
5668
5644
|
"vertical"
|
|
5669
|
-
],
|
|
5645
|
+
], Ri = [
|
|
5670
5646
|
"hard",
|
|
5671
5647
|
"soft",
|
|
5672
5648
|
"off"
|
|
5673
|
-
],
|
|
5649
|
+
], zi = ["description", "label"], Bi = [
|
|
5674
5650
|
"adaptive",
|
|
5675
5651
|
"neutral",
|
|
5676
5652
|
"critical",
|
|
5677
5653
|
"informational",
|
|
5678
5654
|
"warning",
|
|
5679
5655
|
"successful"
|
|
5680
|
-
],
|
|
5656
|
+
], Vi = [
|
|
5681
5657
|
"medium",
|
|
5682
5658
|
"small",
|
|
5683
5659
|
"large",
|
|
5684
5660
|
"none"
|
|
5685
|
-
],
|
|
5661
|
+
], Hi = [
|
|
5686
5662
|
"medium",
|
|
5687
5663
|
"small",
|
|
5688
5664
|
"large",
|
|
5689
5665
|
"none"
|
|
5690
|
-
],
|
|
5666
|
+
], Ui = [
|
|
5691
5667
|
"left",
|
|
5692
5668
|
"right",
|
|
5693
5669
|
"left-start",
|
|
5694
5670
|
"left-end",
|
|
5695
5671
|
"right-start",
|
|
5696
5672
|
"right-end"
|
|
5697
|
-
],
|
|
5673
|
+
], Wi = [
|
|
5698
5674
|
"top",
|
|
5699
5675
|
"bottom",
|
|
5700
5676
|
"top-start",
|
|
5701
5677
|
"top-end",
|
|
5702
5678
|
"bottom-start",
|
|
5703
5679
|
"bottom-end"
|
|
5704
|
-
],
|
|
5680
|
+
], Gi = [...Ui, ...Wi], Ki = [
|
|
5705
5681
|
"none",
|
|
5706
5682
|
"3x-large",
|
|
5707
5683
|
"2x-large",
|
|
@@ -5712,25 +5688,25 @@ var x = () => {
|
|
|
5712
5688
|
"x-small",
|
|
5713
5689
|
"2x-small",
|
|
5714
5690
|
"3x-small"
|
|
5715
|
-
],
|
|
5691
|
+
], qi = ["horizontal", "vertical"], Ji = ["full", "auto"], Yi = [
|
|
5716
5692
|
"full",
|
|
5717
5693
|
"medium",
|
|
5718
5694
|
"large",
|
|
5719
5695
|
"small"
|
|
5720
|
-
],
|
|
5696
|
+
], Xi = [
|
|
5721
5697
|
"none",
|
|
5722
5698
|
"slow",
|
|
5723
5699
|
"fast"
|
|
5724
|
-
],
|
|
5700
|
+
], Zi = ["auto", "fixed"], Qi = ["small", "medium"], $i = ["weak", "strong"], ea = [
|
|
5725
5701
|
"invalid",
|
|
5726
5702
|
"valid",
|
|
5727
5703
|
"no-validation"
|
|
5728
|
-
],
|
|
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 = [
|
|
5729
5705
|
"_self",
|
|
5730
5706
|
"_blank",
|
|
5731
5707
|
"_parent",
|
|
5732
5708
|
"_top"
|
|
5733
|
-
],
|
|
5709
|
+
], oa = [
|
|
5734
5710
|
"no-referrer",
|
|
5735
5711
|
"no-referrer-when-downgrade",
|
|
5736
5712
|
"origin",
|
|
@@ -5739,10 +5715,10 @@ var x = () => {
|
|
|
5739
5715
|
"strict-origin",
|
|
5740
5716
|
"strict-origin-when-cross-origin",
|
|
5741
5717
|
"unsafe-url"
|
|
5742
|
-
],
|
|
5718
|
+
], sa = [
|
|
5743
5719
|
"start",
|
|
5744
5720
|
"center",
|
|
5745
5721
|
"end"
|
|
5746
5722
|
];
|
|
5747
5723
|
//#endregion
|
|
5748
|
-
export { ie as AccordionBehaviorList, G as AccordionVariantList,
|
|
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 };
|