@db-ux/v-core-components 5.0.4 → 5.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/components/custom-select/custom-select.vue.d.ts +2 -0
- package/dist/components/drawer/model.d.ts +0 -1
- package/dist/components/input/input.vue.d.ts +1 -0
- package/dist/components/select/select.vue.d.ts +1 -0
- package/dist/components/textarea/textarea.vue.d.ts +1 -0
- package/dist/db-ux.es.js +227 -206
- package/dist/db-ux.umd.js +1 -1
- package/dist/ponyfills/allow-discrete.d.ts +56 -0
- package/dist/shared/model.d.ts +4 -0
- package/package.json +3 -3
package/dist/db-ux.es.js
CHANGED
|
@@ -654,6 +654,7 @@ var x = () => {
|
|
|
654
654
|
invalidMessage: { default: void 0 },
|
|
655
655
|
messageIcon: { default: void 0 },
|
|
656
656
|
autocomplete: {},
|
|
657
|
+
autoComplete: {},
|
|
657
658
|
showMessage: {
|
|
658
659
|
type: [Boolean, String],
|
|
659
660
|
default: void 0
|
|
@@ -1337,6 +1338,7 @@ var x = () => {
|
|
|
1337
1338
|
invalidMessage: { default: void 0 },
|
|
1338
1339
|
messageIcon: { default: void 0 },
|
|
1339
1340
|
autocomplete: { default: void 0 },
|
|
1341
|
+
autoComplete: { default: void 0 },
|
|
1340
1342
|
showMessage: {
|
|
1341
1343
|
type: [Boolean, String],
|
|
1342
1344
|
default: void 0
|
|
@@ -1464,7 +1466,7 @@ var x = () => {
|
|
|
1464
1466
|
form: s.form,
|
|
1465
1467
|
pattern: s.pattern,
|
|
1466
1468
|
size: s.size,
|
|
1467
|
-
autoComplete: s.autocomplete,
|
|
1469
|
+
autoComplete: s.autoComplete ?? s.autocomplete,
|
|
1468
1470
|
autoFocus: _(A)(s.autofocus, "autofocus"),
|
|
1469
1471
|
enterKeyHint: s.enterkeyhint,
|
|
1470
1472
|
inputMode: s.inputmode,
|
|
@@ -1795,6 +1797,7 @@ var x = () => {
|
|
|
1795
1797
|
"id",
|
|
1796
1798
|
"form",
|
|
1797
1799
|
"name",
|
|
1800
|
+
"autocomplete",
|
|
1798
1801
|
"data-custom-validity",
|
|
1799
1802
|
"multiple",
|
|
1800
1803
|
"disabled",
|
|
@@ -1843,7 +1846,8 @@ var x = () => {
|
|
|
1843
1846
|
validMessage: { default: void 0 },
|
|
1844
1847
|
invalidMessage: { default: void 0 },
|
|
1845
1848
|
messageIcon: { default: void 0 },
|
|
1846
|
-
autocomplete: {},
|
|
1849
|
+
autocomplete: { default: void 0 },
|
|
1850
|
+
autoComplete: { default: void 0 },
|
|
1847
1851
|
showMessage: {
|
|
1848
1852
|
type: [Boolean, String],
|
|
1849
1853
|
default: void 0
|
|
@@ -2285,6 +2289,7 @@ var x = () => {
|
|
|
2285
2289
|
ref: Q,
|
|
2286
2290
|
form: s.form,
|
|
2287
2291
|
name: s.name,
|
|
2292
|
+
autocomplete: s.autoComplete ?? s.autocomplete,
|
|
2288
2293
|
"data-custom-validity": H.value,
|
|
2289
2294
|
multiple: _(A)(s.multiple, "multiple"),
|
|
2290
2295
|
disabled: _(A)(s.disabled, "disabled"),
|
|
@@ -2533,18 +2538,45 @@ var x = () => {
|
|
|
2533
2538
|
class: c(_(C)("db-divider", t.class))
|
|
2534
2539
|
}, null, 10, ln));
|
|
2535
2540
|
}
|
|
2536
|
-
}), dn = ["none", "_"], fn = ["horizontal", "vertical"], pn =
|
|
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 = [
|
|
2537
2569
|
"id",
|
|
2538
2570
|
"data-position",
|
|
2539
2571
|
"data-backdrop",
|
|
2540
2572
|
"data-direction",
|
|
2541
2573
|
"data-variant"
|
|
2542
|
-
],
|
|
2574
|
+
], _n = [
|
|
2543
2575
|
"data-container-size",
|
|
2544
2576
|
"data-show-spacing",
|
|
2545
2577
|
"data-direction",
|
|
2546
2578
|
"data-rounded"
|
|
2547
|
-
],
|
|
2579
|
+
], vn = { class: "db-drawer-content" }, yn = /* @__PURE__ */ s({
|
|
2548
2580
|
name: "DBDrawer",
|
|
2549
2581
|
__name: "drawer",
|
|
2550
2582
|
props: {
|
|
@@ -2580,11 +2612,11 @@ var x = () => {
|
|
|
2580
2612
|
close: {}
|
|
2581
2613
|
},
|
|
2582
2614
|
setup(e) {
|
|
2583
|
-
let t = e, n = p(!1), a = p(!1), o = p(null)
|
|
2615
|
+
let t = e, n = p(!1), a = p(!1), o = p(null);
|
|
2584
2616
|
u(() => {
|
|
2585
|
-
|
|
2617
|
+
m(), n.value = !0;
|
|
2586
2618
|
}), y(() => [t.open], () => {
|
|
2587
|
-
|
|
2619
|
+
m();
|
|
2588
2620
|
}, {
|
|
2589
2621
|
immediate: !0,
|
|
2590
2622
|
flush: "post"
|
|
@@ -2601,35 +2633,23 @@ var x = () => {
|
|
|
2601
2633
|
immediate: !0,
|
|
2602
2634
|
flush: "post"
|
|
2603
2635
|
});
|
|
2604
|
-
function
|
|
2636
|
+
function s() {
|
|
2605
2637
|
return t.position === "absolute" || t.backdrop === "none" || t.variant === "inside";
|
|
2606
2638
|
}
|
|
2607
|
-
function
|
|
2639
|
+
function l(e) {
|
|
2608
2640
|
a.value = e?.target?.nodeName === "DIALOG";
|
|
2609
2641
|
}
|
|
2610
|
-
function
|
|
2642
|
+
function d(e) {
|
|
2611
2643
|
if (e) if (B(e)) e.key === "Escape" && (e.preventDefault(), t.onClose && t.onClose(e));
|
|
2612
2644
|
else {
|
|
2613
2645
|
let n = e.target?.nodeName === "DIALOG" && e.type === "click" && t.backdrop !== "none" && a.value, r = !!e.target?.closest?.("[data-action=\"close\"]");
|
|
2614
2646
|
(n || r) && (r && e.stopPropagation(), t.onClose && t.onClose(e)), a.value = !1;
|
|
2615
2647
|
}
|
|
2616
2648
|
}
|
|
2617
|
-
function
|
|
2649
|
+
function m() {
|
|
2618
2650
|
if (o.value) {
|
|
2619
2651
|
let e = A(t.open, "open");
|
|
2620
|
-
|
|
2621
|
-
s.value && (s.value.dataset.transition = "open");
|
|
2622
|
-
}, 1)), !e && o.value.open) {
|
|
2623
|
-
s.value && (s.value.dataset.transition = "close");
|
|
2624
|
-
let e = 401;
|
|
2625
|
-
if (s.value) {
|
|
2626
|
-
let t = getComputedStyle(s.value).getPropertyValue("--db-drawer-close-delay").trim(), n = parseFloat(t);
|
|
2627
|
-
n > 0 && (e = n * 1e3 + 1);
|
|
2628
|
-
}
|
|
2629
|
-
O(() => {
|
|
2630
|
-
o.value?.close();
|
|
2631
|
-
}, e);
|
|
2632
|
-
}
|
|
2652
|
+
e && !o.value.open && (s() ? o.value.show() : o.value.showModal()), o.value.open && hn(o.value, !!e, () => o.value?.close());
|
|
2633
2653
|
}
|
|
2634
2654
|
}
|
|
2635
2655
|
return (n, a) => (f(), r("dialog", {
|
|
@@ -2637,16 +2657,14 @@ var x = () => {
|
|
|
2637
2657
|
id: e.id ?? e.propOverrides?.id,
|
|
2638
2658
|
ref_key: "_ref",
|
|
2639
2659
|
ref: o,
|
|
2640
|
-
onClick: a[0] ||= async (e) =>
|
|
2641
|
-
onMousedown: a[1] ||= async (e) =>
|
|
2642
|
-
onKeydown: a[2] ||= async (e) =>
|
|
2660
|
+
onClick: a[0] ||= async (e) => d(e),
|
|
2661
|
+
onMousedown: a[1] ||= async (e) => l(e),
|
|
2662
|
+
onKeydown: a[2] ||= async (e) => d(e),
|
|
2643
2663
|
"data-position": e.position,
|
|
2644
2664
|
"data-backdrop": e.backdrop,
|
|
2645
2665
|
"data-direction": e.direction,
|
|
2646
2666
|
"data-variant": e.variant
|
|
2647
2667
|
}, [i("article", {
|
|
2648
|
-
ref_key: "dialogContainerRef",
|
|
2649
|
-
ref: s,
|
|
2650
2668
|
class: c(_(C)("db-drawer-container", t.class)),
|
|
2651
2669
|
"data-container-size": e.containerSize,
|
|
2652
2670
|
"data-show-spacing": _(k)(e.showSpacing ?? !0, "showSpacing"),
|
|
@@ -2654,11 +2672,11 @@ var x = () => {
|
|
|
2654
2672
|
"data-rounded": _(k)(e.rounded, "rounded")
|
|
2655
2673
|
}, [
|
|
2656
2674
|
h(n.$slots, "header"),
|
|
2657
|
-
i("div",
|
|
2675
|
+
i("div", vn, [h(n.$slots, "default")]),
|
|
2658
2676
|
h(n.$slots, "footer")
|
|
2659
|
-
], 10,
|
|
2677
|
+
], 10, _n)], 40, gn));
|
|
2660
2678
|
}
|
|
2661
|
-
}),
|
|
2679
|
+
}), bn = ["id"], xn = /* @__PURE__ */ s({
|
|
2662
2680
|
name: "DBDrawerFooter",
|
|
2663
2681
|
__name: "drawer-footer",
|
|
2664
2682
|
props: {
|
|
@@ -2676,9 +2694,9 @@ var x = () => {
|
|
|
2676
2694
|
ref: n,
|
|
2677
2695
|
id: e.id ?? e.propOverrides?.id,
|
|
2678
2696
|
class: c(_(C)("db-drawer-footer", t.class))
|
|
2679
|
-
}, [h(i.$slots, "default")], 10,
|
|
2697
|
+
}, [h(i.$slots, "default")], 10, bn));
|
|
2680
2698
|
}
|
|
2681
|
-
}),
|
|
2699
|
+
}), Sn = ["id"], Cn = ["id"], wn = { key: 0 }, Tn = /* @__PURE__ */ s({
|
|
2682
2700
|
name: "DBDrawerHeader",
|
|
2683
2701
|
__name: "drawer-header",
|
|
2684
2702
|
props: {
|
|
@@ -2722,7 +2740,7 @@ var x = () => {
|
|
|
2722
2740
|
i("header", {
|
|
2723
2741
|
class: "db-drawer-header-container",
|
|
2724
2742
|
id: s.value
|
|
2725
|
-
}, [h(t.$slots, "start-slot"), e.text ? (f(), r("h2",
|
|
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),
|
|
2726
2744
|
h(t.$slots, "end-slot"),
|
|
2727
2745
|
o(Ve, {
|
|
2728
2746
|
"data-action": "close",
|
|
@@ -2738,27 +2756,27 @@ var x = () => {
|
|
|
2738
2756
|
})]),
|
|
2739
2757
|
_: 1
|
|
2740
2758
|
}, 8, ["id"])
|
|
2741
|
-
], 10,
|
|
2759
|
+
], 10, Sn));
|
|
2742
2760
|
}
|
|
2743
|
-
}),
|
|
2761
|
+
}), En = [
|
|
2744
2762
|
"none",
|
|
2745
2763
|
"strong",
|
|
2746
2764
|
"weak",
|
|
2747
2765
|
"invisible"
|
|
2748
|
-
],
|
|
2766
|
+
], Dn = [
|
|
2749
2767
|
"to-left",
|
|
2750
2768
|
"to-right",
|
|
2751
2769
|
"up",
|
|
2752
2770
|
"down"
|
|
2753
|
-
],
|
|
2771
|
+
], On = ["modal", "inside"], kn = ["fixed", "absolute"], An = [
|
|
2754
2772
|
"small",
|
|
2755
2773
|
"medium",
|
|
2756
2774
|
"large",
|
|
2757
2775
|
"full"
|
|
2758
|
-
],
|
|
2776
|
+
], jn = (e) => {
|
|
2759
2777
|
let { target: t } = e;
|
|
2760
2778
|
return !!(!t?.classList?.contains("db-navigation-item-expand-button") && t?.parentElement?.classList.contains("db-navigation-item"));
|
|
2761
|
-
},
|
|
2779
|
+
}, Mn = class {
|
|
2762
2780
|
element;
|
|
2763
2781
|
subNavigation;
|
|
2764
2782
|
parentSubNavigation = null;
|
|
@@ -2826,11 +2844,11 @@ var x = () => {
|
|
|
2826
2844
|
let t = this.hasMouseEnteredSubNavigation(), n = this.getTriangleCoordinates(t ? "fill-gap" : "safe-triangle");
|
|
2827
2845
|
n && (this.element.style.setProperty("--db-navigation-item-clip-path", `polygon(${n.lb}, ${n.lt}, ${n.rt}, ${n.rb})`), t && (this.triangleData = void 0));
|
|
2828
2846
|
}
|
|
2829
|
-
},
|
|
2847
|
+
}, Nn = [
|
|
2830
2848
|
"id",
|
|
2831
2849
|
"data-width",
|
|
2832
2850
|
"data-on-forcing-mobile"
|
|
2833
|
-
],
|
|
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({
|
|
2834
2852
|
name: "DBHeader",
|
|
2835
2853
|
__name: "header",
|
|
2836
2854
|
props: {
|
|
@@ -2882,7 +2900,7 @@ var x = () => {
|
|
|
2882
2900
|
t.onToggle && t.onToggle(n);
|
|
2883
2901
|
}
|
|
2884
2902
|
function m(e) {
|
|
2885
|
-
|
|
2903
|
+
jn(e) && d();
|
|
2886
2904
|
}
|
|
2887
2905
|
return (n, u) => (f(), r("header", {
|
|
2888
2906
|
ref_key: "_ref",
|
|
@@ -2892,11 +2910,11 @@ var x = () => {
|
|
|
2892
2910
|
"data-width": e.width,
|
|
2893
2911
|
"data-on-forcing-mobile": e.forceMobile && !s.value
|
|
2894
2912
|
}, [
|
|
2895
|
-
i("div",
|
|
2896
|
-
i("div",
|
|
2897
|
-
i("div",
|
|
2898
|
-
i("div",
|
|
2899
|
-
i("div",
|
|
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, {
|
|
2900
2918
|
icon: "menu",
|
|
2901
2919
|
variant: "ghost",
|
|
2902
2920
|
noText: !0,
|
|
@@ -2904,14 +2922,14 @@ var x = () => {
|
|
|
2904
2922
|
}, {
|
|
2905
2923
|
default: b(() => [a(g(e.burgerMenuLabel ?? _("Open navigation menu")), 1)]),
|
|
2906
2924
|
_: 1
|
|
2907
|
-
}, 8, ["onClick"])]), i("div",
|
|
2925
|
+
}, 8, ["onClick"])]), i("div", Hn, [h(n.$slots, "secondary-action")])])
|
|
2908
2926
|
]),
|
|
2909
|
-
o(
|
|
2927
|
+
o(yn, {
|
|
2910
2928
|
rounded: !0,
|
|
2911
2929
|
open: _(A)(e.drawerOpen),
|
|
2912
2930
|
onClose: (e) => d()
|
|
2913
2931
|
}, {
|
|
2914
|
-
header: b(() => [o(
|
|
2932
|
+
header: b(() => [o(Tn, {
|
|
2915
2933
|
closeButtonId: e.closeButtonId,
|
|
2916
2934
|
closeButtonText: e.closeButtonText,
|
|
2917
2935
|
text: e.drawerHeaderText
|
|
@@ -2920,24 +2938,24 @@ var x = () => {
|
|
|
2920
2938
|
"closeButtonText",
|
|
2921
2939
|
"text"
|
|
2922
2940
|
])]),
|
|
2923
|
-
footer: b(() => [o(
|
|
2924
|
-
default: b(() => [i("div",
|
|
2941
|
+
footer: b(() => [o(xn, null, {
|
|
2942
|
+
default: b(() => [i("div", Gn, [h(n.$slots, "secondary-action")])]),
|
|
2925
2943
|
_: 3
|
|
2926
2944
|
})]),
|
|
2927
|
-
default: b(() => [i("div",
|
|
2945
|
+
default: b(() => [i("div", Un, [i("div", {
|
|
2928
2946
|
class: "db-header-navigation",
|
|
2929
2947
|
onClick: u[0] ||= async (e) => m(e)
|
|
2930
|
-
}, [h(n.$slots, "default")]), i("div",
|
|
2948
|
+
}, [h(n.$slots, "default")]), i("div", Wn, [h(n.$slots, "meta-navigation")])])]),
|
|
2931
2949
|
_: 3
|
|
2932
2950
|
}, 8, ["open", "onClose"])
|
|
2933
|
-
], 10,
|
|
2951
|
+
], 10, Nn));
|
|
2934
2952
|
}
|
|
2935
|
-
}),
|
|
2953
|
+
}), qn = [
|
|
2936
2954
|
"id",
|
|
2937
2955
|
"data-icon",
|
|
2938
2956
|
"data-icon-weight",
|
|
2939
2957
|
"data-icon-variant"
|
|
2940
|
-
],
|
|
2958
|
+
], Jn = /* @__PURE__ */ s({
|
|
2941
2959
|
name: "DBIcon",
|
|
2942
2960
|
__name: "icon",
|
|
2943
2961
|
props: {
|
|
@@ -2963,16 +2981,16 @@ var x = () => {
|
|
|
2963
2981
|
"data-icon": t.icon,
|
|
2964
2982
|
"data-icon-weight": t.weight,
|
|
2965
2983
|
"data-icon-variant": t.variant
|
|
2966
|
-
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10,
|
|
2984
|
+
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10, qn));
|
|
2967
2985
|
}
|
|
2968
|
-
}),
|
|
2986
|
+
}), Yn = [
|
|
2969
2987
|
"16",
|
|
2970
2988
|
"20",
|
|
2971
2989
|
"24",
|
|
2972
2990
|
"32",
|
|
2973
2991
|
"48",
|
|
2974
2992
|
"64"
|
|
2975
|
-
],
|
|
2993
|
+
], Xn = [
|
|
2976
2994
|
"color",
|
|
2977
2995
|
"date",
|
|
2978
2996
|
"datetime-local",
|
|
@@ -2989,7 +3007,7 @@ var x = () => {
|
|
|
2989
3007
|
"time",
|
|
2990
3008
|
"url",
|
|
2991
3009
|
"week"
|
|
2992
|
-
],
|
|
3010
|
+
], Zn = [
|
|
2993
3011
|
"id",
|
|
2994
3012
|
"href",
|
|
2995
3013
|
"target",
|
|
@@ -3004,7 +3022,7 @@ var x = () => {
|
|
|
3004
3022
|
"data-variant",
|
|
3005
3023
|
"data-content",
|
|
3006
3024
|
"data-wrap"
|
|
3007
|
-
],
|
|
3025
|
+
], Qn = /* @__PURE__ */ s({
|
|
3008
3026
|
name: "DBLink",
|
|
3009
3027
|
__name: "link",
|
|
3010
3028
|
props: {
|
|
@@ -3067,13 +3085,13 @@ var x = () => {
|
|
|
3067
3085
|
"data-content": t.content || "internal",
|
|
3068
3086
|
"data-wrap": _(k)(t.wrap, "wrap"),
|
|
3069
3087
|
onClick: u[0] ||= async (e) => s(e)
|
|
3070
|
-
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(l.$slots, "default")], 10,
|
|
3088
|
+
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(l.$slots, "default")], 10, Zn));
|
|
3071
3089
|
}
|
|
3072
|
-
}),
|
|
3090
|
+
}), $n = [
|
|
3073
3091
|
"adaptive",
|
|
3074
3092
|
"brand",
|
|
3075
3093
|
"inline"
|
|
3076
|
-
],
|
|
3094
|
+
], er = ["medium", "small"], tr = ["external", "internal"], nr = ["id"], rr = /* @__PURE__ */ s({
|
|
3077
3095
|
name: "DBNavigation",
|
|
3078
3096
|
__name: "navigation",
|
|
3079
3097
|
props: {
|
|
@@ -3091,9 +3109,9 @@ var x = () => {
|
|
|
3091
3109
|
ref: n,
|
|
3092
3110
|
id: e.id ?? e.propOverrides?.id,
|
|
3093
3111
|
class: c(_(C)("db-navigation", t.class))
|
|
3094
|
-
}, [i("menu", null, [h(a.$slots, "default")])], 10,
|
|
3112
|
+
}, [i("menu", null, [h(a.$slots, "default")])], 10, nr));
|
|
3095
3113
|
}
|
|
3096
|
-
}),
|
|
3114
|
+
}), ir = [
|
|
3097
3115
|
"id",
|
|
3098
3116
|
"data-width",
|
|
3099
3117
|
"data-icon",
|
|
@@ -3101,20 +3119,20 @@ var x = () => {
|
|
|
3101
3119
|
"data-active",
|
|
3102
3120
|
"data-wrap",
|
|
3103
3121
|
"aria-disabled"
|
|
3104
|
-
],
|
|
3122
|
+
], ar = [
|
|
3105
3123
|
"id",
|
|
3106
3124
|
"aria-haspopup",
|
|
3107
3125
|
"aria-expanded",
|
|
3108
3126
|
"aria-controls",
|
|
3109
3127
|
"disabled"
|
|
3110
|
-
],
|
|
3128
|
+
], or = [
|
|
3111
3129
|
"id",
|
|
3112
3130
|
"aria-labelledby",
|
|
3113
3131
|
"data-force-close"
|
|
3114
|
-
],
|
|
3132
|
+
], sr = {
|
|
3115
3133
|
key: 0,
|
|
3116
3134
|
class: "db-mobile-navigation-back"
|
|
3117
|
-
},
|
|
3135
|
+
}, cr = /* @__PURE__ */ s({
|
|
3118
3136
|
name: "DBNavigationItem",
|
|
3119
3137
|
__name: "navigation-item",
|
|
3120
3138
|
props: {
|
|
@@ -3174,7 +3192,7 @@ var x = () => {
|
|
|
3174
3192
|
}), y(() => [d.value, j.value], () => {
|
|
3175
3193
|
if (d.value && j.value) {
|
|
3176
3194
|
let e = j.value.querySelector("menu");
|
|
3177
|
-
e && (e.children?.length > 0 ? (m.value = !0, T.value ||= new
|
|
3195
|
+
e && (e.children?.length > 0 ? (m.value = !0, T.value ||= new Mn(j.value, e)) : x.value = !1);
|
|
3178
3196
|
}
|
|
3179
3197
|
}, {
|
|
3180
3198
|
immediate: !0,
|
|
@@ -3213,13 +3231,13 @@ var x = () => {
|
|
|
3213
3231
|
"aria-controls": E.value,
|
|
3214
3232
|
disabled: _(A)(t.disabled, "disabled"),
|
|
3215
3233
|
onClick: u[0] ||= async (e) => N(e)
|
|
3216
|
-
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 8,
|
|
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", {
|
|
3217
3235
|
class: "db-sub-navigation",
|
|
3218
3236
|
id: E.value,
|
|
3219
3237
|
"aria-labelledby": D.value,
|
|
3220
3238
|
"data-force-close": w.value,
|
|
3221
3239
|
onClick: u[1] ||= async (e) => M(e)
|
|
3222
|
-
}, [m.value ? (f(), r("div",
|
|
3240
|
+
}, [m.value ? (f(), r("div", sr, [o(Ve, {
|
|
3223
3241
|
icon: "arrow_left",
|
|
3224
3242
|
variant: "ghost",
|
|
3225
3243
|
id: t.backButtonId,
|
|
@@ -3227,9 +3245,9 @@ var x = () => {
|
|
|
3227
3245
|
}, {
|
|
3228
3246
|
default: b(() => [a(g(t.backButtonText ?? _("Back")), 1)]),
|
|
3229
3247
|
_: 1
|
|
3230
|
-
}, 8, ["id", "onClick"])])) : n("", !0), h(s.$slots, "sub-navigation")], 8,
|
|
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));
|
|
3231
3249
|
}
|
|
3232
|
-
}),
|
|
3250
|
+
}), lr = [
|
|
3233
3251
|
"id",
|
|
3234
3252
|
"role",
|
|
3235
3253
|
"aria-live",
|
|
@@ -3238,10 +3256,10 @@ var x = () => {
|
|
|
3238
3256
|
"data-icon",
|
|
3239
3257
|
"data-show-icon",
|
|
3240
3258
|
"data-link-variant"
|
|
3241
|
-
],
|
|
3259
|
+
], ur = {
|
|
3242
3260
|
key: 0,
|
|
3243
3261
|
"data-area": "head"
|
|
3244
|
-
},
|
|
3262
|
+
}, dr = { "data-area": "content" }, fr = ["dateTime"], pr = /* @__PURE__ */ s({
|
|
3245
3263
|
name: "DBNotification",
|
|
3246
3264
|
__name: "notification",
|
|
3247
3265
|
props: {
|
|
@@ -3310,13 +3328,13 @@ var x = () => {
|
|
|
3310
3328
|
"data-link-variant": o.linkVariant
|
|
3311
3329
|
}, [
|
|
3312
3330
|
h(d.$slots, "image"),
|
|
3313
|
-
_(I)(o.headline, o.showHeadline) ? (f(), r("header",
|
|
3314
|
-
i("div",
|
|
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")]),
|
|
3315
3333
|
_(I)(o.timestamp, o.showTimestamp) ? (f(), r("time", {
|
|
3316
3334
|
key: 1,
|
|
3317
3335
|
"data-area": "timestamp",
|
|
3318
3336
|
dateTime: o.timestampDatetime
|
|
3319
|
-
}, g(o.timestamp), 9,
|
|
3337
|
+
}, g(o.timestamp), 9, fr)) : n("", !0),
|
|
3320
3338
|
h(d.$slots, "link"),
|
|
3321
3339
|
_(A)(o.closeable, "closeable") ? (f(), t(Ve, {
|
|
3322
3340
|
key: 2,
|
|
@@ -3330,22 +3348,22 @@ var x = () => {
|
|
|
3330
3348
|
default: b(() => [a(g(o.closeButtonText ?? _("Close")), 1)]),
|
|
3331
3349
|
_: 1
|
|
3332
3350
|
}, 8, ["id", "onClick"])) : n("", !0)
|
|
3333
|
-
], 10,
|
|
3351
|
+
], 10, lr));
|
|
3334
3352
|
}
|
|
3335
|
-
}),
|
|
3353
|
+
}), mr = [
|
|
3336
3354
|
"docked",
|
|
3337
3355
|
"standalone",
|
|
3338
3356
|
"overlay"
|
|
3339
|
-
],
|
|
3357
|
+
], hr = ["block", "inline"], gr = [
|
|
3340
3358
|
"assertive",
|
|
3341
3359
|
"polite",
|
|
3342
3360
|
"off"
|
|
3343
|
-
],
|
|
3361
|
+
], _r = [
|
|
3344
3362
|
"id",
|
|
3345
3363
|
"data-variant",
|
|
3346
3364
|
"data-fade-in",
|
|
3347
3365
|
"data-fonts-loaded"
|
|
3348
|
-
],
|
|
3366
|
+
], vr = /* @__PURE__ */ s({
|
|
3349
3367
|
name: "DBPage",
|
|
3350
3368
|
__name: "page",
|
|
3351
3369
|
props: {
|
|
@@ -3385,9 +3403,9 @@ var x = () => {
|
|
|
3385
3403
|
h(o.$slots, "header"),
|
|
3386
3404
|
i("main", { class: c(_(C)("db-main", e.mainClass)) }, [h(o.$slots, "default")], 2),
|
|
3387
3405
|
h(o.$slots, "footer")
|
|
3388
|
-
], 10,
|
|
3406
|
+
], 10, _r));
|
|
3389
3407
|
}
|
|
3390
|
-
}),
|
|
3408
|
+
}), yr = ["auto", "fixed"], br = ["hidden", "auto"], xr = ["id"], Sr = [
|
|
3391
3409
|
"data-spacing",
|
|
3392
3410
|
"data-gap",
|
|
3393
3411
|
"data-animation",
|
|
@@ -3395,7 +3413,7 @@ var x = () => {
|
|
|
3395
3413
|
"data-delay",
|
|
3396
3414
|
"data-width",
|
|
3397
3415
|
"data-placement"
|
|
3398
|
-
],
|
|
3416
|
+
], Cr = /* @__PURE__ */ s({
|
|
3399
3417
|
name: "DBPopover",
|
|
3400
3418
|
__name: "popover",
|
|
3401
3419
|
props: {
|
|
@@ -3499,14 +3517,14 @@ var x = () => {
|
|
|
3499
3517
|
"data-delay": e.delay,
|
|
3500
3518
|
"data-width": e.width,
|
|
3501
3519
|
"data-placement": e.placement
|
|
3502
|
-
}, [h(n.$slots, "default")], 8,
|
|
3520
|
+
}, [h(n.$slots, "default")], 8, Sr)], 10, xr));
|
|
3503
3521
|
}
|
|
3504
|
-
}),
|
|
3522
|
+
}), wr = [
|
|
3505
3523
|
"data-size",
|
|
3506
3524
|
"data-hide-label",
|
|
3507
3525
|
"data-hide-asterisk",
|
|
3508
3526
|
"for"
|
|
3509
|
-
],
|
|
3527
|
+
], Tr = [
|
|
3510
3528
|
"aria-invalid",
|
|
3511
3529
|
"data-custom-validity",
|
|
3512
3530
|
"id",
|
|
@@ -3515,7 +3533,7 @@ var x = () => {
|
|
|
3515
3533
|
"disabled",
|
|
3516
3534
|
"value",
|
|
3517
3535
|
"required"
|
|
3518
|
-
],
|
|
3536
|
+
], Er = /* @__PURE__ */ s({
|
|
3519
3537
|
name: "DBRadio",
|
|
3520
3538
|
__name: "radio",
|
|
3521
3539
|
props: {
|
|
@@ -3656,16 +3674,16 @@ var x = () => {
|
|
|
3656
3674
|
onChange: s[1] ||= async (e) => E(e),
|
|
3657
3675
|
onBlur: s[2] ||= async (e) => D(e),
|
|
3658
3676
|
onFocus: s[3] ||= async (e) => k(e)
|
|
3659
|
-
}, null, 40,
|
|
3677
|
+
}, null, 40, Tr),
|
|
3660
3678
|
t.label ? (f(), r(e, { key: 0 }, [a(g(t.label), 1)], 64)) : n("", !0),
|
|
3661
3679
|
h(o.$slots, "default")
|
|
3662
|
-
], 10,
|
|
3680
|
+
], 10, wr));
|
|
3663
3681
|
}
|
|
3664
|
-
}),
|
|
3682
|
+
}), Dr = [
|
|
3665
3683
|
"id",
|
|
3666
3684
|
"data-spacing",
|
|
3667
3685
|
"data-width"
|
|
3668
|
-
],
|
|
3686
|
+
], Or = /* @__PURE__ */ s({
|
|
3669
3687
|
name: "DBSection",
|
|
3670
3688
|
__name: "section",
|
|
3671
3689
|
props: {
|
|
@@ -3687,15 +3705,15 @@ var x = () => {
|
|
|
3687
3705
|
class: c(_(C)("db-section", t.class)),
|
|
3688
3706
|
"data-spacing": e.spacing || "medium",
|
|
3689
3707
|
"data-width": e.width
|
|
3690
|
-
}, [h(i.$slots, "default")], 10,
|
|
3708
|
+
}, [h(i.$slots, "default")], 10, Dr));
|
|
3691
3709
|
}
|
|
3692
|
-
}),
|
|
3710
|
+
}), kr = [
|
|
3693
3711
|
"data-variant",
|
|
3694
3712
|
"data-hide-label",
|
|
3695
3713
|
"data-hide-asterisk",
|
|
3696
3714
|
"data-icon",
|
|
3697
3715
|
"data-show-icon"
|
|
3698
|
-
],
|
|
3716
|
+
], Ar = ["for"], jr = [
|
|
3699
3717
|
"aria-invalid",
|
|
3700
3718
|
"data-custom-validity",
|
|
3701
3719
|
"required",
|
|
@@ -3707,18 +3725,18 @@ var x = () => {
|
|
|
3707
3725
|
"autocomplete",
|
|
3708
3726
|
"multiple",
|
|
3709
3727
|
"aria-describedby"
|
|
3710
|
-
],
|
|
3728
|
+
], Mr = ["data-show-empty-option"], Nr = ["label"], Pr = [
|
|
3711
3729
|
"value",
|
|
3712
3730
|
"selected",
|
|
3713
3731
|
"disabled"
|
|
3714
|
-
],
|
|
3732
|
+
], Fr = [
|
|
3715
3733
|
"value",
|
|
3716
3734
|
"disabled",
|
|
3717
3735
|
"selected"
|
|
3718
|
-
],
|
|
3736
|
+
], Ir = ["id"], Lr = {
|
|
3719
3737
|
"data-visually-hidden": "true",
|
|
3720
3738
|
role: "status"
|
|
3721
|
-
},
|
|
3739
|
+
}, Rr = /* @__PURE__ */ s({
|
|
3722
3740
|
name: "DBSelect",
|
|
3723
3741
|
__name: "select",
|
|
3724
3742
|
props: {
|
|
@@ -3786,6 +3804,7 @@ var x = () => {
|
|
|
3786
3804
|
invalidMessage: { default: void 0 },
|
|
3787
3805
|
messageIcon: { default: void 0 },
|
|
3788
3806
|
autocomplete: { default: void 0 },
|
|
3807
|
+
autoComplete: { default: void 0 },
|
|
3789
3808
|
showMessage: {
|
|
3790
3809
|
type: [Boolean, String],
|
|
3791
3810
|
default: void 0
|
|
@@ -3888,7 +3907,7 @@ var x = () => {
|
|
|
3888
3907
|
"data-icon": s.icon,
|
|
3889
3908
|
"data-show-icon": _(k)(s.showIcon, "showIcon")
|
|
3890
3909
|
}, [
|
|
3891
|
-
i("label", { for: T.value }, g(s.label ?? _("LABEL SHOULD BE SET")), 9,
|
|
3910
|
+
i("label", { for: T.value }, g(s.label ?? _("LABEL SHOULD BE SET")), 9, Ar),
|
|
3892
3911
|
i("select", {
|
|
3893
3912
|
"aria-invalid": s.validation === "invalid",
|
|
3894
3913
|
"data-custom-validity": s.validation,
|
|
@@ -3900,7 +3919,7 @@ var x = () => {
|
|
|
3900
3919
|
name: s.name,
|
|
3901
3920
|
size: s.size,
|
|
3902
3921
|
value: s.value ?? R.value ?? "",
|
|
3903
|
-
autocomplete: s.autocomplete,
|
|
3922
|
+
autocomplete: s.autoComplete ?? s.autocomplete,
|
|
3904
3923
|
multiple: s.multiple,
|
|
3905
3924
|
onInput: u[0] ||= async (e) => W(e),
|
|
3906
3925
|
onClick: u[1] ||= async (e) => te(e),
|
|
@@ -3913,7 +3932,7 @@ var x = () => {
|
|
|
3913
3932
|
class: "placeholder",
|
|
3914
3933
|
value: "",
|
|
3915
3934
|
"data-show-empty-option": _(k)(K(), "showEmptyOption")
|
|
3916
|
-
}, null, 8,
|
|
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", {
|
|
3917
3936
|
key: 0,
|
|
3918
3937
|
label: ie(t)
|
|
3919
3938
|
}, [(f(!0), r(e, null, m(t.options, (e, t) => (f(), r("option", {
|
|
@@ -3921,17 +3940,17 @@ var x = () => {
|
|
|
3921
3940
|
value: e.value,
|
|
3922
3941
|
selected: e.selected,
|
|
3923
3942
|
disabled: e.disabled
|
|
3924
|
-
}, g(ie(e)), 9,
|
|
3943
|
+
}, g(ie(e)), 9, Pr))), 128))], 8, Nr)) : (f(), r("option", {
|
|
3925
3944
|
key: 1,
|
|
3926
3945
|
value: t.value,
|
|
3927
3946
|
disabled: t.disabled,
|
|
3928
3947
|
selected: t.selected
|
|
3929
|
-
}, g(ie(t)), 9,
|
|
3948
|
+
}, g(ie(t)), 9, Fr))], 64))), 128)) : h(l.$slots, "default", {}, void 0, void 0, 2)], 40, jr),
|
|
3930
3949
|
s.placeholder ? (f(), r("span", {
|
|
3931
3950
|
key: 0,
|
|
3932
3951
|
class: "db-select-placeholder",
|
|
3933
3952
|
id: P.value
|
|
3934
|
-
}, g(s.placeholder), 9,
|
|
3953
|
+
}, g(s.placeholder), 9, Ir)) : n("", !0),
|
|
3935
3954
|
_(I)(s.message, s.showMessage) ? (f(), t($, {
|
|
3936
3955
|
key: 1,
|
|
3937
3956
|
size: "small",
|
|
@@ -3958,10 +3977,10 @@ var x = () => {
|
|
|
3958
3977
|
default: b(() => [a(g(N.value), 1)]),
|
|
3959
3978
|
_: 1
|
|
3960
3979
|
}, 8, ["id"]),
|
|
3961
|
-
i("span",
|
|
3962
|
-
], 10,
|
|
3980
|
+
i("span", Lr, g(B.value), 1)
|
|
3981
|
+
], 10, kr));
|
|
3963
3982
|
}
|
|
3964
|
-
}),
|
|
3983
|
+
}), zr = [
|
|
3965
3984
|
"id",
|
|
3966
3985
|
"data-gap",
|
|
3967
3986
|
"data-variant",
|
|
@@ -3969,7 +3988,7 @@ var x = () => {
|
|
|
3969
3988
|
"data-alignment",
|
|
3970
3989
|
"data-justify-content",
|
|
3971
3990
|
"data-wrap"
|
|
3972
|
-
],
|
|
3991
|
+
], Br = /* @__PURE__ */ s({
|
|
3973
3992
|
name: "DBStack",
|
|
3974
3993
|
__name: "stack",
|
|
3975
3994
|
props: {
|
|
@@ -4002,26 +4021,26 @@ var x = () => {
|
|
|
4002
4021
|
"data-alignment": e.alignment,
|
|
4003
4022
|
"data-justify-content": e.justifyContent,
|
|
4004
4023
|
"data-wrap": _(k)(e.wrap, "wrap")
|
|
4005
|
-
}, [h(i.$slots, "default")], 10,
|
|
4024
|
+
}, [h(i.$slots, "default")], 10, zr));
|
|
4006
4025
|
}
|
|
4007
|
-
}),
|
|
4026
|
+
}), Vr = ["simple", "divider"], Hr = ["row", "column"], Ur = [
|
|
4008
4027
|
"stretch",
|
|
4009
4028
|
"start",
|
|
4010
4029
|
"end",
|
|
4011
4030
|
"center"
|
|
4012
|
-
],
|
|
4031
|
+
], Wr = [
|
|
4013
4032
|
"space-between",
|
|
4014
4033
|
"start",
|
|
4015
4034
|
"center",
|
|
4016
4035
|
"end"
|
|
4017
|
-
],
|
|
4036
|
+
], Gr = [
|
|
4018
4037
|
"data-visual-aid",
|
|
4019
4038
|
"data-size",
|
|
4020
4039
|
"data-hide-label",
|
|
4021
4040
|
"data-variant",
|
|
4022
4041
|
"data-hide-asterisk",
|
|
4023
4042
|
"data-custom-validity"
|
|
4024
|
-
],
|
|
4043
|
+
], Kr = ["for"], qr = [
|
|
4025
4044
|
"id",
|
|
4026
4045
|
"checked",
|
|
4027
4046
|
"value",
|
|
@@ -4032,10 +4051,10 @@ var x = () => {
|
|
|
4032
4051
|
"required",
|
|
4033
4052
|
"data-aid-icon",
|
|
4034
4053
|
"data-aid-icon-trailing"
|
|
4035
|
-
],
|
|
4054
|
+
], Jr = {
|
|
4036
4055
|
"data-visually-hidden": "true",
|
|
4037
4056
|
role: "status"
|
|
4038
|
-
},
|
|
4057
|
+
}, Yr = /* @__PURE__ */ s({
|
|
4039
4058
|
name: "DBSwitch",
|
|
4040
4059
|
__name: "switch",
|
|
4041
4060
|
props: {
|
|
@@ -4092,6 +4111,7 @@ var x = () => {
|
|
|
4092
4111
|
invalidMessage: { default: void 0 },
|
|
4093
4112
|
messageIcon: { default: void 0 },
|
|
4094
4113
|
autocomplete: {},
|
|
4114
|
+
autoComplete: {},
|
|
4095
4115
|
showMessage: {
|
|
4096
4116
|
type: [Boolean, String],
|
|
4097
4117
|
default: void 0
|
|
@@ -4217,10 +4237,10 @@ var x = () => {
|
|
|
4217
4237
|
onBlur: u[1] ||= async (e) => H(e),
|
|
4218
4238
|
onFocus: u[2] ||= async (e) => ee(e),
|
|
4219
4239
|
onKeydown: u[3] ||= async (e) => U(e)
|
|
4220
|
-
}, null, 40,
|
|
4240
|
+
}, null, 40, qr),
|
|
4221
4241
|
s.label ? (f(), r(e, { key: 0 }, [a(g(s.label), 1)], 64)) : n("", !0),
|
|
4222
4242
|
h(l.$slots, "default")
|
|
4223
|
-
], 8,
|
|
4243
|
+
], 8, Kr),
|
|
4224
4244
|
_(I)(s.message, s.showMessage) ? (f(), t($, {
|
|
4225
4245
|
key: 0,
|
|
4226
4246
|
size: "small",
|
|
@@ -4248,20 +4268,20 @@ var x = () => {
|
|
|
4248
4268
|
default: b(() => [a(g(M.value), 1)]),
|
|
4249
4269
|
_: 1
|
|
4250
4270
|
}, 8, ["id"]),
|
|
4251
|
-
i("span",
|
|
4252
|
-
], 10,
|
|
4271
|
+
i("span", Jr, g(P.value), 1)
|
|
4272
|
+
], 10, Gr));
|
|
4253
4273
|
}
|
|
4254
|
-
}),
|
|
4274
|
+
}), Xr = [
|
|
4255
4275
|
"disabled",
|
|
4256
4276
|
"aria-selected",
|
|
4257
4277
|
"focusgroupstart",
|
|
4258
4278
|
"data-value"
|
|
4259
|
-
],
|
|
4279
|
+
], Zr = [
|
|
4260
4280
|
"data-icon",
|
|
4261
4281
|
"data-show-icon",
|
|
4262
4282
|
"data-icon-trailing",
|
|
4263
4283
|
"data-show-icon-trailing"
|
|
4264
|
-
],
|
|
4284
|
+
], Qr = { class: "db-tab-item-label-end-slot" }, $r = /* @__PURE__ */ s({
|
|
4265
4285
|
name: "DBTabItem",
|
|
4266
4286
|
__name: "tab-item",
|
|
4267
4287
|
props: {
|
|
@@ -4390,19 +4410,19 @@ var x = () => {
|
|
|
4390
4410
|
class: "db-tab-item-label-text",
|
|
4391
4411
|
ref_key: "_labelRef",
|
|
4392
4412
|
ref: D
|
|
4393
|
-
}, [o.label ? (f(), r(e, { key: 0 }, [a(g(o.label), 1)], 64)) : n("", !0), h(l.$slots, "default")], 512), i("span",
|
|
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, {
|
|
4394
4414
|
key: 0,
|
|
4395
4415
|
placement: "top"
|
|
4396
4416
|
}, {
|
|
4397
4417
|
default: b(() => [a(g(v.value), 1)]),
|
|
4398
4418
|
_: 1
|
|
4399
|
-
})) : n("", !0)], 10,
|
|
4419
|
+
})) : n("", !0)], 10, Xr));
|
|
4400
4420
|
}
|
|
4401
|
-
}),
|
|
4421
|
+
}), ei = [
|
|
4402
4422
|
"id",
|
|
4403
4423
|
"aria-orientation",
|
|
4404
4424
|
"focusgroup"
|
|
4405
|
-
],
|
|
4425
|
+
], ti = /* @__PURE__ */ s({
|
|
4406
4426
|
name: "DBTabList",
|
|
4407
4427
|
__name: "tab-list",
|
|
4408
4428
|
props: {
|
|
@@ -4426,9 +4446,9 @@ var x = () => {
|
|
|
4426
4446
|
class: c(_(C)("db-tab-list", n.class)),
|
|
4427
4447
|
"aria-orientation": e.orientation ?? "horizontal",
|
|
4428
4448
|
focusgroup: e.orientation === "vertical" ? "tablist block wrap" : "tablist"
|
|
4429
|
-
}, [h(t.$slots, "default")], 10,
|
|
4449
|
+
}, [h(t.$slots, "default")], 10, ei));
|
|
4430
4450
|
}
|
|
4431
|
-
}),
|
|
4451
|
+
}), ni = ["hidden"], ri = /* @__PURE__ */ s({
|
|
4432
4452
|
name: "DBTabPanel",
|
|
4433
4453
|
__name: "tab-panel",
|
|
4434
4454
|
props: {
|
|
@@ -4448,16 +4468,16 @@ var x = () => {
|
|
|
4448
4468
|
class: c(_(C)("db-tab-panel", i.class)),
|
|
4449
4469
|
hidden: t.hidden,
|
|
4450
4470
|
tabIndex: 0
|
|
4451
|
-
}, [t.content ? (f(), r(e, { key: 0 }, [a(g(t.content), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10,
|
|
4471
|
+
}, [t.content ? (f(), r(e, { key: 0 }, [a(g(t.content), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10, ni));
|
|
4452
4472
|
}
|
|
4453
|
-
}),
|
|
4473
|
+
}), ii = [
|
|
4454
4474
|
"id",
|
|
4455
4475
|
"data-horizontal-alignment",
|
|
4456
4476
|
"data-vertical-alignment",
|
|
4457
4477
|
"colSpan",
|
|
4458
4478
|
"rowSpan",
|
|
4459
4479
|
"headers"
|
|
4460
|
-
],
|
|
4480
|
+
], ai = /* @__PURE__ */ s({
|
|
4461
4481
|
name: "DBTableDataCell",
|
|
4462
4482
|
__name: "table-data-cell",
|
|
4463
4483
|
props: {
|
|
@@ -4487,9 +4507,9 @@ var x = () => {
|
|
|
4487
4507
|
colSpan: _(j)(e.colSpan, e.colspan),
|
|
4488
4508
|
rowSpan: _(j)(e.rowSpan, e.rowspan),
|
|
4489
4509
|
headers: e.headers
|
|
4490
|
-
}, [h(i.$slots, "default")], 10,
|
|
4510
|
+
}, [h(i.$slots, "default")], 10, ii));
|
|
4491
4511
|
}
|
|
4492
|
-
}),
|
|
4512
|
+
}), oi = [
|
|
4493
4513
|
"id",
|
|
4494
4514
|
"data-horizontal-alignment",
|
|
4495
4515
|
"data-vertical-alignment",
|
|
@@ -4499,7 +4519,7 @@ var x = () => {
|
|
|
4499
4519
|
"rowSpan",
|
|
4500
4520
|
"headers",
|
|
4501
4521
|
"abbr"
|
|
4502
|
-
],
|
|
4522
|
+
], si = /* @__PURE__ */ s({
|
|
4503
4523
|
name: "DBTableHeaderCell",
|
|
4504
4524
|
__name: "table-header-cell",
|
|
4505
4525
|
props: {
|
|
@@ -4538,13 +4558,13 @@ var x = () => {
|
|
|
4538
4558
|
rowSpan: _(j)(e.rowSpan, e.rowspan),
|
|
4539
4559
|
headers: e.headers,
|
|
4540
4560
|
abbr: e.abbr
|
|
4541
|
-
}, [h(i.$slots, "default")], 10,
|
|
4561
|
+
}, [h(i.$slots, "default")], 10, oi));
|
|
4542
4562
|
}
|
|
4543
|
-
}),
|
|
4563
|
+
}), ci = [
|
|
4544
4564
|
"id",
|
|
4545
4565
|
"data-interactive",
|
|
4546
4566
|
"data-sub-header-emphasis"
|
|
4547
|
-
],
|
|
4567
|
+
], li = /* @__PURE__ */ s({
|
|
4548
4568
|
name: "DBTableRow",
|
|
4549
4569
|
__name: "table-row",
|
|
4550
4570
|
props: {
|
|
@@ -4573,7 +4593,7 @@ var x = () => {
|
|
|
4573
4593
|
class: c(_(C)("db-table-row", o.class)),
|
|
4574
4594
|
"data-interactive": _(k)(n.interactive),
|
|
4575
4595
|
"data-sub-header-emphasis": n.subHeaderEmphasis
|
|
4576
|
-
}, [n.cells ? (f(!0), r(e, { key: 0 }, m(n.cells, (o, s) => (f(), r(e, { key: s }, [o.headerCell ? (f(), t(
|
|
4596
|
+
}, [n.cells ? (f(!0), r(e, { key: 0 }, m(n.cells, (o, s) => (f(), r(e, { key: s }, [o.headerCell ? (f(), t(si, {
|
|
4577
4597
|
key: `${o.id ?? n.id ?? _(i)}-table-row-header-cell-${s}`,
|
|
4578
4598
|
id: o.id,
|
|
4579
4599
|
abbr: l(o)?.abbr,
|
|
@@ -4588,7 +4608,7 @@ var x = () => {
|
|
|
4588
4608
|
rowSpan: o.rowSpan,
|
|
4589
4609
|
rowspan: o.rowspan
|
|
4590
4610
|
}, {
|
|
4591
|
-
default: b(() => [o.link ? (f(), t(
|
|
4611
|
+
default: b(() => [o.link ? (f(), t(Qn, {
|
|
4592
4612
|
key: 0,
|
|
4593
4613
|
content: o.link?.content,
|
|
4594
4614
|
size: o.link?.size,
|
|
@@ -4641,7 +4661,7 @@ var x = () => {
|
|
|
4641
4661
|
"colspan",
|
|
4642
4662
|
"rowSpan",
|
|
4643
4663
|
"rowspan"
|
|
4644
|
-
])) : (f(), t(
|
|
4664
|
+
])) : (f(), t(ai, {
|
|
4645
4665
|
key: `${o.id ?? n.id ?? _(i)}-table-row-data-cell-${s}`,
|
|
4646
4666
|
id: o.id,
|
|
4647
4667
|
className: o.className ?? o.class,
|
|
@@ -4653,7 +4673,7 @@ var x = () => {
|
|
|
4653
4673
|
rowSpan: o.rowSpan,
|
|
4654
4674
|
rowspan: o.rowspan
|
|
4655
4675
|
}, {
|
|
4656
|
-
default: b(() => [o.link ? (f(), t(
|
|
4676
|
+
default: b(() => [o.link ? (f(), t(Qn, {
|
|
4657
4677
|
key: 0,
|
|
4658
4678
|
content: o.link?.content,
|
|
4659
4679
|
size: o.link?.size,
|
|
@@ -4703,9 +4723,9 @@ var x = () => {
|
|
|
4703
4723
|
"colspan",
|
|
4704
4724
|
"rowSpan",
|
|
4705
4725
|
"rowspan"
|
|
4706
|
-
]))], 64))), 128)) : h(u.$slots, "default", {}, void 0, void 0, 1)], 10,
|
|
4726
|
+
]))], 64))), 128)) : h(u.$slots, "default", {}, void 0, void 0, 1)], 10, ci));
|
|
4707
4727
|
}
|
|
4708
|
-
}),
|
|
4728
|
+
}), ui = ["id"], di = /* @__PURE__ */ s({
|
|
4709
4729
|
name: "DBTableBody",
|
|
4710
4730
|
__name: "table-body",
|
|
4711
4731
|
props: {
|
|
@@ -4724,7 +4744,7 @@ var x = () => {
|
|
|
4724
4744
|
ref: o,
|
|
4725
4745
|
id: n.id ?? n.propOverrides?.id,
|
|
4726
4746
|
class: c(_(C)("db-table-body", a.class))
|
|
4727
|
-
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(
|
|
4747
|
+
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(li, {
|
|
4728
4748
|
key: `${e.id ?? n.id ?? _(i)}-table-body-row-${r}`,
|
|
4729
4749
|
cells: e.cells,
|
|
4730
4750
|
className: e.className ?? e.class,
|
|
@@ -4735,9 +4755,9 @@ var x = () => {
|
|
|
4735
4755
|
"className",
|
|
4736
4756
|
"interactive",
|
|
4737
4757
|
"id"
|
|
4738
|
-
]))), 128)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 10,
|
|
4758
|
+
]))), 128)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 10, ui));
|
|
4739
4759
|
}
|
|
4740
|
-
}),
|
|
4760
|
+
}), fi = ["id"], pi = /* @__PURE__ */ s({
|
|
4741
4761
|
name: "DBTableFooter",
|
|
4742
4762
|
__name: "table-footer",
|
|
4743
4763
|
props: {
|
|
@@ -4756,7 +4776,7 @@ var x = () => {
|
|
|
4756
4776
|
ref: o,
|
|
4757
4777
|
id: n.id ?? n.propOverrides?.id,
|
|
4758
4778
|
class: c(_(C)("db-table-footer", a.class))
|
|
4759
|
-
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(
|
|
4779
|
+
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(li, {
|
|
4760
4780
|
key: `${e.id ?? n.id ?? _(i)}-table-footer-row-${r}`,
|
|
4761
4781
|
cells: e.cells,
|
|
4762
4782
|
className: e.className ?? e.class,
|
|
@@ -4767,9 +4787,9 @@ var x = () => {
|
|
|
4767
4787
|
"className",
|
|
4768
4788
|
"interactive",
|
|
4769
4789
|
"id"
|
|
4770
|
-
]))), 128)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 10,
|
|
4790
|
+
]))), 128)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 10, fi));
|
|
4771
4791
|
}
|
|
4772
|
-
}),
|
|
4792
|
+
}), mi = ["id"], hi = /* @__PURE__ */ s({
|
|
4773
4793
|
name: "DBTableHead",
|
|
4774
4794
|
__name: "table-head",
|
|
4775
4795
|
props: {
|
|
@@ -4794,7 +4814,7 @@ var x = () => {
|
|
|
4794
4814
|
ref: o,
|
|
4795
4815
|
id: n.id ?? n.propOverrides?.id,
|
|
4796
4816
|
class: c(_(C)("db-table-head", a.class))
|
|
4797
|
-
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(
|
|
4817
|
+
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(li, {
|
|
4798
4818
|
key: `${e.id ?? n.id ?? _(i)}-table-head-row-${r}`,
|
|
4799
4819
|
cells: s(e.cells),
|
|
4800
4820
|
className: e.className ?? e.class,
|
|
@@ -4807,9 +4827,9 @@ var x = () => {
|
|
|
4807
4827
|
"subHeaderEmphasis",
|
|
4808
4828
|
"interactive",
|
|
4809
4829
|
"id"
|
|
4810
|
-
]))), 128)) : h(l.$slots, "default", {}, void 0, void 0, 1)], 10,
|
|
4830
|
+
]))), 128)) : h(l.$slots, "default", {}, void 0, void 0, 1)], 10, mi));
|
|
4811
4831
|
}
|
|
4812
|
-
}),
|
|
4832
|
+
}), gi = [
|
|
4813
4833
|
"data-width",
|
|
4814
4834
|
"data-size",
|
|
4815
4835
|
"data-divider",
|
|
@@ -4817,7 +4837,7 @@ var x = () => {
|
|
|
4817
4837
|
"data-mobile-variant",
|
|
4818
4838
|
"data-show-caption",
|
|
4819
4839
|
"data-sticky-header"
|
|
4820
|
-
],
|
|
4840
|
+
], _i = ["id"], vi = { key: 0 }, yi = /* @__PURE__ */ s({
|
|
4821
4841
|
name: "DBTable",
|
|
4822
4842
|
__name: "table",
|
|
4823
4843
|
props: {
|
|
@@ -4904,22 +4924,22 @@ var x = () => {
|
|
|
4904
4924
|
ref_key: "_ref",
|
|
4905
4925
|
ref: d,
|
|
4906
4926
|
id: a.id ?? a.propOverrides?.id
|
|
4907
|
-
}, [a.captionPlain ? (f(), r("caption",
|
|
4908
|
-
s.value?.header ? (f(), t(
|
|
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, {
|
|
4909
4929
|
key: 0,
|
|
4910
4930
|
rows: s.value?.header
|
|
4911
4931
|
}, null, 8, ["rows"])) : n("", !0),
|
|
4912
|
-
s.value?.body ? (f(), t(
|
|
4932
|
+
s.value?.body ? (f(), t(di, {
|
|
4913
4933
|
key: 1,
|
|
4914
4934
|
rows: s.value?.body
|
|
4915
4935
|
}, null, 8, ["rows"])) : n("", !0),
|
|
4916
|
-
s.value?.footer ? (f(), t(
|
|
4936
|
+
s.value?.footer ? (f(), t(pi, {
|
|
4917
4937
|
key: 2,
|
|
4918
4938
|
rows: s.value?.footer
|
|
4919
4939
|
}, null, 8, ["rows"])) : n("", !0)
|
|
4920
|
-
], 64)) : h(p.$slots, "default", {}, void 0, void 0, 3)], 8,
|
|
4940
|
+
], 64)) : h(p.$slots, "default", {}, void 0, void 0, 3)], 8, _i)], 14, gi));
|
|
4921
4941
|
}
|
|
4922
|
-
}),
|
|
4942
|
+
}), bi = ["id"], xi = /* @__PURE__ */ s({
|
|
4923
4943
|
name: "DBTableCaption",
|
|
4924
4944
|
__name: "table-caption",
|
|
4925
4945
|
props: {
|
|
@@ -4937,49 +4957,49 @@ var x = () => {
|
|
|
4937
4957
|
ref: n,
|
|
4938
4958
|
id: e.id ?? e.propOverrides?.id,
|
|
4939
4959
|
class: c(_(C)("db-table-caption", t.class))
|
|
4940
|
-
}, [h(i.$slots, "default")], 10,
|
|
4960
|
+
}, [h(i.$slots, "default")], 10, bi));
|
|
4941
4961
|
}
|
|
4942
|
-
}),
|
|
4962
|
+
}), Si = [
|
|
4943
4963
|
"row",
|
|
4944
4964
|
"col",
|
|
4945
4965
|
"rowgroup",
|
|
4946
4966
|
"colgroup"
|
|
4947
|
-
],
|
|
4967
|
+
], Ci = [
|
|
4948
4968
|
"none",
|
|
4949
4969
|
"weak",
|
|
4950
4970
|
"strong"
|
|
4951
|
-
],
|
|
4971
|
+
], wi = [
|
|
4952
4972
|
"x-small",
|
|
4953
4973
|
"small",
|
|
4954
4974
|
"medium",
|
|
4955
4975
|
"large"
|
|
4956
|
-
],
|
|
4976
|
+
], Ti = [
|
|
4957
4977
|
"flat",
|
|
4958
4978
|
"zebra",
|
|
4959
4979
|
"spaced"
|
|
4960
|
-
],
|
|
4980
|
+
], Ei = [
|
|
4961
4981
|
"none",
|
|
4962
4982
|
"both",
|
|
4963
4983
|
"horizontal",
|
|
4964
4984
|
"vertical"
|
|
4965
|
-
],
|
|
4985
|
+
], Di = ["table", "list"], Oi = [
|
|
4966
4986
|
"none",
|
|
4967
4987
|
"both",
|
|
4968
4988
|
"horizontal",
|
|
4969
4989
|
"vertical"
|
|
4970
|
-
],
|
|
4990
|
+
], ki = [
|
|
4971
4991
|
"auto",
|
|
4972
4992
|
"1fr",
|
|
4973
4993
|
"min-content",
|
|
4974
4994
|
"max-content"
|
|
4975
|
-
],
|
|
4995
|
+
], Ai = [
|
|
4976
4996
|
"id",
|
|
4977
4997
|
"data-orientation",
|
|
4978
4998
|
"data-scroll-behavior",
|
|
4979
4999
|
"data-tab-item-alignment",
|
|
4980
5000
|
"data-tab-item-width",
|
|
4981
5001
|
"data-initial-selected-mode"
|
|
4982
|
-
],
|
|
5002
|
+
], ji = /* @__PURE__ */ s({
|
|
4983
5003
|
name: "DBTabs",
|
|
4984
5004
|
__name: "tabs",
|
|
4985
5005
|
props: {
|
|
@@ -5345,11 +5365,11 @@ var x = () => {
|
|
|
5345
5365
|
default: b(() => [a(g(i.scrollStartLabel), 1)]),
|
|
5346
5366
|
_: 1
|
|
5347
5367
|
}, 8, ["onClick"])) : n("", !0),
|
|
5348
|
-
W().length ? (f(), r(e, { key: 1 }, [o(
|
|
5368
|
+
W().length ? (f(), r(e, { key: 1 }, [o(ti, {
|
|
5349
5369
|
orientation: i.orientation,
|
|
5350
5370
|
"aria-label": i.label
|
|
5351
5371
|
}, {
|
|
5352
|
-
default: b(() => [(f(!0), r(e, null, m(W(), (e, n) => (f(), t(
|
|
5372
|
+
default: b(() => [(f(!0), r(e, null, m(W(), (e, n) => (f(), t($r, {
|
|
5353
5373
|
key: i.label + "tab-item" + n,
|
|
5354
5374
|
"aria-label": e.ariaLabel,
|
|
5355
5375
|
label: e.label,
|
|
@@ -5372,7 +5392,7 @@ var x = () => {
|
|
|
5372
5392
|
"value"
|
|
5373
5393
|
]))), 128))]),
|
|
5374
5394
|
_: 1
|
|
5375
|
-
}, 8, ["orientation", "aria-label"]), (f(!0), r(e, null, m(W(), (e, n) => (f(), t(
|
|
5395
|
+
}, 8, ["orientation", "aria-label"]), (f(!0), r(e, null, m(W(), (e, n) => (f(), t(ri, {
|
|
5376
5396
|
key: i.label + "tab-panel" + n,
|
|
5377
5397
|
content: e.content
|
|
5378
5398
|
}, {
|
|
@@ -5390,13 +5410,13 @@ var x = () => {
|
|
|
5390
5410
|
default: b(() => [a(g(i.scrollEndLabel), 1)]),
|
|
5391
5411
|
_: 1
|
|
5392
5412
|
}, 8, ["onClick"])) : n("", !0)
|
|
5393
|
-
], 42,
|
|
5413
|
+
], 42, Ai));
|
|
5394
5414
|
}
|
|
5395
|
-
}),
|
|
5415
|
+
}), Mi = ["scrollbar", "arrows"], Ni = ["auto", "manually"], Pi = ["static", "removable"], Fi = [
|
|
5396
5416
|
"data-variant",
|
|
5397
5417
|
"data-hide-asterisk",
|
|
5398
5418
|
"data-hide-label"
|
|
5399
|
-
],
|
|
5419
|
+
], Ii = ["for"], Li = [
|
|
5400
5420
|
"aria-invalid",
|
|
5401
5421
|
"data-custom-validity",
|
|
5402
5422
|
"data-field-sizing",
|
|
@@ -5418,10 +5438,10 @@ var x = () => {
|
|
|
5418
5438
|
"placeholder",
|
|
5419
5439
|
"rows",
|
|
5420
5440
|
"cols"
|
|
5421
|
-
],
|
|
5441
|
+
], Ri = {
|
|
5422
5442
|
"data-visually-hidden": "true",
|
|
5423
5443
|
role: "status"
|
|
5424
|
-
},
|
|
5444
|
+
}, zi = /* @__PURE__ */ s({
|
|
5425
5445
|
name: "DBTextarea",
|
|
5426
5446
|
__name: "textarea",
|
|
5427
5447
|
props: {
|
|
@@ -5508,6 +5528,7 @@ var x = () => {
|
|
|
5508
5528
|
invalidMessage: { default: void 0 },
|
|
5509
5529
|
messageIcon: { default: void 0 },
|
|
5510
5530
|
autocomplete: { default: void 0 },
|
|
5531
|
+
autoComplete: { default: void 0 },
|
|
5511
5532
|
showMessage: {
|
|
5512
5533
|
type: [Boolean, String],
|
|
5513
5534
|
default: void 0
|
|
@@ -5585,7 +5606,7 @@ var x = () => {
|
|
|
5585
5606
|
"data-hide-asterisk": _(F)(e.showRequiredAsterisk),
|
|
5586
5607
|
"data-hide-label": _(F)(e.showLabel)
|
|
5587
5608
|
}, [
|
|
5588
|
-
i("label", { for: x.value }, g(e.label ?? _("LABEL SHOULD BE SET")), 9,
|
|
5609
|
+
i("label", { for: x.value }, g(e.label ?? _("LABEL SHOULD BE SET")), 9, Ii),
|
|
5589
5610
|
i("textarea", {
|
|
5590
5611
|
"aria-invalid": e.validation === "invalid",
|
|
5591
5612
|
"data-custom-validity": e.validation,
|
|
@@ -5604,7 +5625,7 @@ var x = () => {
|
|
|
5604
5625
|
name: e.name,
|
|
5605
5626
|
wrap: e.wrap,
|
|
5606
5627
|
spellcheck: e.spellCheck,
|
|
5607
|
-
autocomplete: e.autocomplete,
|
|
5628
|
+
autocomplete: e.autoComplete ?? e.autocomplete,
|
|
5608
5629
|
onInput: l[0] ||= async (e) => B(e),
|
|
5609
5630
|
onChange: l[1] ||= async (e) => V(e),
|
|
5610
5631
|
onBlur: l[2] ||= async (e) => H(e),
|
|
@@ -5614,7 +5635,7 @@ var x = () => {
|
|
|
5614
5635
|
placeholder: e.placeholder ?? _(" "),
|
|
5615
5636
|
rows: _(j)(e.rows, _(4)),
|
|
5616
5637
|
cols: _(j)(e.cols)
|
|
5617
|
-
}, g(e.value), 41,
|
|
5638
|
+
}, g(e.value), 41, Li),
|
|
5618
5639
|
_(I)(e.message, e.showMessage) ? (f(), t($, {
|
|
5619
5640
|
key: 0,
|
|
5620
5641
|
size: "small",
|
|
@@ -5641,50 +5662,50 @@ var x = () => {
|
|
|
5641
5662
|
default: b(() => [a(g(D.value), 1)]),
|
|
5642
5663
|
_: 1
|
|
5643
5664
|
}, 8, ["id"]),
|
|
5644
|
-
i("span",
|
|
5645
|
-
], 10,
|
|
5665
|
+
i("span", Ri, g(N.value), 1)
|
|
5666
|
+
], 10, Fi));
|
|
5646
5667
|
}
|
|
5647
|
-
}),
|
|
5668
|
+
}), Bi = [
|
|
5648
5669
|
"none",
|
|
5649
5670
|
"both",
|
|
5650
5671
|
"horizontal",
|
|
5651
5672
|
"vertical"
|
|
5652
|
-
],
|
|
5673
|
+
], Vi = [
|
|
5653
5674
|
"hard",
|
|
5654
5675
|
"soft",
|
|
5655
5676
|
"off"
|
|
5656
|
-
],
|
|
5677
|
+
], Hi = ["description", "label"], Ui = [
|
|
5657
5678
|
"adaptive",
|
|
5658
5679
|
"neutral",
|
|
5659
5680
|
"critical",
|
|
5660
5681
|
"informational",
|
|
5661
5682
|
"warning",
|
|
5662
5683
|
"successful"
|
|
5663
|
-
],
|
|
5684
|
+
], Wi = [
|
|
5664
5685
|
"medium",
|
|
5665
5686
|
"small",
|
|
5666
5687
|
"large",
|
|
5667
5688
|
"none"
|
|
5668
|
-
],
|
|
5689
|
+
], Gi = [
|
|
5669
5690
|
"medium",
|
|
5670
5691
|
"small",
|
|
5671
5692
|
"large",
|
|
5672
5693
|
"none"
|
|
5673
|
-
],
|
|
5694
|
+
], Ki = [
|
|
5674
5695
|
"left",
|
|
5675
5696
|
"right",
|
|
5676
5697
|
"left-start",
|
|
5677
5698
|
"left-end",
|
|
5678
5699
|
"right-start",
|
|
5679
5700
|
"right-end"
|
|
5680
|
-
],
|
|
5701
|
+
], qi = [
|
|
5681
5702
|
"top",
|
|
5682
5703
|
"bottom",
|
|
5683
5704
|
"top-start",
|
|
5684
5705
|
"top-end",
|
|
5685
5706
|
"bottom-start",
|
|
5686
5707
|
"bottom-end"
|
|
5687
|
-
],
|
|
5708
|
+
], Ji = [...Ki, ...qi], Yi = [
|
|
5688
5709
|
"none",
|
|
5689
5710
|
"3x-large",
|
|
5690
5711
|
"2x-large",
|
|
@@ -5695,25 +5716,25 @@ var x = () => {
|
|
|
5695
5716
|
"x-small",
|
|
5696
5717
|
"2x-small",
|
|
5697
5718
|
"3x-small"
|
|
5698
|
-
],
|
|
5719
|
+
], Xi = ["horizontal", "vertical"], Zi = ["full", "auto"], Qi = [
|
|
5699
5720
|
"full",
|
|
5700
5721
|
"medium",
|
|
5701
5722
|
"large",
|
|
5702
5723
|
"small"
|
|
5703
|
-
],
|
|
5724
|
+
], $i = [
|
|
5704
5725
|
"none",
|
|
5705
5726
|
"slow",
|
|
5706
5727
|
"fast"
|
|
5707
|
-
],
|
|
5728
|
+
], ea = ["auto", "fixed"], ta = ["small", "medium"], na = ["weak", "strong"], ra = [
|
|
5708
5729
|
"invalid",
|
|
5709
5730
|
"valid",
|
|
5710
5731
|
"no-validation"
|
|
5711
|
-
],
|
|
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 = [
|
|
5712
5733
|
"_self",
|
|
5713
5734
|
"_blank",
|
|
5714
5735
|
"_parent",
|
|
5715
5736
|
"_top"
|
|
5716
|
-
],
|
|
5737
|
+
], la = [
|
|
5717
5738
|
"no-referrer",
|
|
5718
5739
|
"no-referrer-when-downgrade",
|
|
5719
5740
|
"origin",
|
|
@@ -5722,10 +5743,10 @@ var x = () => {
|
|
|
5722
5743
|
"strict-origin",
|
|
5723
5744
|
"strict-origin-when-cross-origin",
|
|
5724
5745
|
"unsafe-url"
|
|
5725
|
-
],
|
|
5746
|
+
], ua = [
|
|
5726
5747
|
"start",
|
|
5727
5748
|
"center",
|
|
5728
5749
|
"end"
|
|
5729
5750
|
];
|
|
5730
5751
|
//#endregion
|
|
5731
|
-
export { ie as AccordionBehaviorList, G as AccordionVariantList,
|
|
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 };
|