@db-ux/v-core-components 4.11.1 → 4.12.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 +23 -0
- package/dist/components/accordion/accordion.vue.d.ts +7 -7
- package/dist/components/accordion/model.d.ts +2 -2
- package/dist/components/accordion-item/accordion-item.vue.d.ts +4 -4
- package/dist/components/accordion-item/model.d.ts +1 -1
- package/dist/components/badge/badge.vue.d.ts +8 -8
- package/dist/components/badge/model.d.ts +1 -1
- package/dist/components/brand/brand.vue.d.ts +5 -5
- package/dist/components/brand/model.d.ts +1 -1
- package/dist/components/button/button.vue.d.ts +12 -12
- package/dist/components/button/model.d.ts +1 -1
- package/dist/components/card/card.vue.d.ts +8 -8
- package/dist/components/card/model.d.ts +1 -1
- package/dist/components/checkbox/checkbox.vue.d.ts +9 -9
- package/dist/components/checkbox/model.d.ts +1 -1
- package/dist/components/custom-button/custom-button.vue.d.ts +10 -10
- package/dist/components/custom-button/model.d.ts +2 -2
- package/dist/components/custom-select/custom-select.vue.d.ts +14 -14
- package/dist/components/custom-select/model.d.ts +4 -4
- package/dist/components/custom-select-dropdown/custom-select-dropdown.vue.d.ts +5 -5
- package/dist/components/custom-select-dropdown/model.d.ts +1 -1
- package/dist/components/custom-select-form-field/custom-select-form-field.vue.d.ts +3 -3
- package/dist/components/custom-select-form-field/model.d.ts +1 -1
- package/dist/components/custom-select-list/custom-select-list.vue.d.ts +4 -4
- package/dist/components/custom-select-list/model.d.ts +1 -1
- package/dist/components/custom-select-list-item/custom-select-list-item.vue.d.ts +8 -8
- package/dist/components/custom-select-list-item/model.d.ts +1 -1
- package/dist/components/divider/divider.vue.d.ts +7 -7
- package/dist/components/divider/model.d.ts +1 -1
- package/dist/components/drawer/drawer.vue.d.ts +10 -10
- package/dist/components/drawer/model.d.ts +4 -1
- package/dist/components/header/header.vue.d.ts +5 -5
- package/dist/components/header/model.d.ts +1 -1
- package/dist/components/icon/icon.vue.d.ts +6 -6
- package/dist/components/icon/model.d.ts +1 -1
- package/dist/components/infotext/infotext.vue.d.ts +7 -7
- package/dist/components/infotext/model.d.ts +1 -1
- package/dist/components/input/input.vue.d.ts +18 -18
- package/dist/components/input/model.d.ts +1 -1
- package/dist/components/link/link.vue.d.ts +11 -11
- package/dist/components/link/model.d.ts +1 -1
- package/dist/components/navigation/model.d.ts +1 -1
- package/dist/components/navigation/navigation.vue.d.ts +3 -3
- package/dist/components/navigation-item/model.d.ts +2 -2
- package/dist/components/navigation-item/navigation-item.vue.d.ts +7 -7
- package/dist/components/notification/model.d.ts +1 -1
- package/dist/components/notification/notification.vue.d.ts +9 -9
- package/dist/components/page/model.d.ts +1 -1
- package/dist/components/page/page.vue.d.ts +6 -6
- package/dist/components/popover/model.d.ts +1 -1
- package/dist/components/popover/popover.vue.d.ts +8 -8
- package/dist/components/radio/model.d.ts +1 -1
- package/dist/components/radio/radio.vue.d.ts +10 -10
- package/dist/components/section/model.d.ts +1 -1
- package/dist/components/section/section.vue.d.ts +6 -6
- package/dist/components/select/model.d.ts +1 -1
- package/dist/components/select/select.vue.d.ts +11 -11
- package/dist/components/stack/model.d.ts +1 -1
- package/dist/components/stack/stack.vue.d.ts +9 -9
- package/dist/components/switch/model.d.ts +1 -1
- package/dist/components/switch/switch.vue.d.ts +13 -13
- package/dist/components/tab-item/model.d.ts +1 -1
- package/dist/components/tab-item/tab-item.vue.d.ts +9 -9
- package/dist/components/tab-list/model.d.ts +1 -1
- package/dist/components/tab-list/tab-list.vue.d.ts +3 -3
- package/dist/components/tab-panel/model.d.ts +1 -1
- package/dist/components/tab-panel/tab-panel.vue.d.ts +4 -4
- package/dist/components/table/examples/data.d.ts +1 -1
- package/dist/components/table/model.d.ts +2 -2
- package/dist/components/table/table.vue.d.ts +10 -10
- package/dist/components/table-body/model.d.ts +2 -2
- package/dist/components/table-body/table-body.vue.d.ts +4 -4
- package/dist/components/table-caption/model.d.ts +1 -1
- package/dist/components/table-caption/table-caption.vue.d.ts +2 -2
- package/dist/components/table-data-cell/model.d.ts +1 -1
- package/dist/components/table-data-cell/table-data-cell.vue.d.ts +5 -5
- package/dist/components/table-footer/model.d.ts +2 -2
- package/dist/components/table-footer/table-footer.vue.d.ts +4 -4
- package/dist/components/table-head/model.d.ts +2 -2
- package/dist/components/table-head/table-head.vue.d.ts +4 -4
- package/dist/components/table-header-cell/model.d.ts +1 -1
- package/dist/components/table-header-cell/table-header-cell.vue.d.ts +6 -6
- package/dist/components/table-row/model.d.ts +4 -4
- package/dist/components/table-row/table-row.vue.d.ts +4 -4
- package/dist/components/tabs/model.d.ts +3 -3
- package/dist/components/tabs/tabs.vue.d.ts +10 -10
- package/dist/components/tag/model.d.ts +1 -1
- package/dist/components/tag/tag.vue.d.ts +9 -9
- package/dist/components/textarea/model.d.ts +1 -1
- package/dist/components/textarea/textarea.vue.d.ts +13 -13
- package/dist/components/tooltip/model.d.ts +1 -1
- package/dist/components/tooltip/tooltip.vue.d.ts +9 -9
- package/dist/db-ux.es.js +265 -252
- package/dist/db-ux.umd.js +1 -1
- package/dist/index.d.ts +97 -97
- package/dist/utils/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/db-ux.es.js
CHANGED
|
@@ -886,9 +886,19 @@ var x = () => {
|
|
|
886
886
|
vx: i ? "right" : "left"
|
|
887
887
|
}, e.dataset.outsideVx = a.vx) : delete e.dataset.outsideVx, a;
|
|
888
888
|
}, at = (e, t, n) => {
|
|
889
|
-
if (!e || !t
|
|
890
|
-
let
|
|
891
|
-
|
|
889
|
+
if (!e || !t) return;
|
|
890
|
+
let r = e.dataset.width === "full", i = e.dataset.width === "auto";
|
|
891
|
+
if (e.style.inlineSize = "", e.style.minInlineSize = "", getComputedStyle(e).zIndex === "9999") return;
|
|
892
|
+
let { top: a, bottom: o, childHeight: s, childWidth: c, width: l, right: u, left: d, correctedPlacement: f, innerWidth: p } = ot(e, t, n), m = l;
|
|
893
|
+
if (i) {
|
|
894
|
+
let t = parseFloat(getComputedStyle(e).maxInlineSize);
|
|
895
|
+
!isNaN(t) && t > 0 && (m = Math.min(l, t));
|
|
896
|
+
}
|
|
897
|
+
r ? e.style.inlineSize = `${l}px` : i && (e.style.minInlineSize = `${m}px`);
|
|
898
|
+
let h = c;
|
|
899
|
+
i ? h = Math.max(c, m) : r && (h = l);
|
|
900
|
+
let g = f;
|
|
901
|
+
i && (g === "top" || g === "bottom" || g === "top-start" || g === "bottom-start") && d + h > p && (g = g.startsWith("top") ? "top-end" : "bottom-end"), g === "top" || g === "bottom" || g === "top-start" || g === "bottom-start" ? e.style.insetInlineStart = `${d}px` : (g === "top-end" || g === "bottom-end") && (e.style.insetInlineStart = `${Math.max(u - h, 0)}px`), g?.startsWith("top") ? e.style.insetBlockStart = `${a - s}px` : g?.startsWith("bottom") && (e.style.insetBlockStart = `${o}px`), e.style.position = "fixed";
|
|
892
902
|
}, ot = (e, t, n) => {
|
|
893
903
|
if (!e || !t) return {
|
|
894
904
|
top: 0,
|
|
@@ -1009,7 +1019,7 @@ var x = () => {
|
|
|
1009
1019
|
"checked",
|
|
1010
1020
|
"disabled",
|
|
1011
1021
|
"value"
|
|
1012
|
-
], gt = { key: 1 },
|
|
1022
|
+
], gt = { class: "db-custom-select-list-item-label" }, _t = { key: 1 }, vt = /* @__PURE__ */ s({
|
|
1013
1023
|
name: "DBCustomSelectListItem",
|
|
1014
1024
|
__name: "custom-select-list-item",
|
|
1015
1025
|
props: {
|
|
@@ -1075,32 +1085,28 @@ var x = () => {
|
|
|
1075
1085
|
"db-radio": t.type !== "checkbox" && !t.isGroupTitle
|
|
1076
1086
|
})),
|
|
1077
1087
|
"data-divider": _(k)(u.value, "hasDivider")
|
|
1078
|
-
}, [t.isGroupTitle ? (f(), r("span",
|
|
1088
|
+
}, [t.isGroupTitle ? (f(), r("span", _t, g(t.groupTitle), 1)) : (f(), r("label", {
|
|
1079
1089
|
key: 0,
|
|
1080
1090
|
"data-icon": t.type !== "checkbox" && t.icon ? t.icon : void 0,
|
|
1081
1091
|
"data-show-icon": _(k)(t.showIcon, "showIcon"),
|
|
1082
1092
|
"data-icon-trailing": v()
|
|
1083
|
-
}, [
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
}, null, 40, ht),
|
|
1095
|
-
t.label ? (f(), r(e, { key: 0 }, [a(g(t.label), 1)], 64)) : n("", !0),
|
|
1096
|
-
h(o.$slots, "default")
|
|
1097
|
-
], 8, mt))], 10, pt));
|
|
1093
|
+
}, [i("input", {
|
|
1094
|
+
class: "db-custom-select-list-item-checkbox",
|
|
1095
|
+
"data-disable-focus": "true",
|
|
1096
|
+
type: t.type,
|
|
1097
|
+
name: t.name,
|
|
1098
|
+
form: t.name,
|
|
1099
|
+
checked: _(A)(t.checked, "checked"),
|
|
1100
|
+
disabled: _(A)(t.disabled, "disabled"),
|
|
1101
|
+
value: t.value,
|
|
1102
|
+
onChange: s[0] ||= async (e) => m(e)
|
|
1103
|
+
}, null, 40, ht), i("span", gt, [t.label ? (f(), r(e, { key: 0 }, [a(g(t.label), 1)], 64)) : n("", !0), h(o.$slots, "default")])], 8, mt))], 10, pt));
|
|
1098
1104
|
}
|
|
1099
|
-
}),
|
|
1105
|
+
}), yt = [
|
|
1100
1106
|
"role",
|
|
1101
1107
|
"aria-label",
|
|
1102
1108
|
"id"
|
|
1103
|
-
],
|
|
1109
|
+
], bt = /* @__PURE__ */ s({
|
|
1104
1110
|
name: "DBCustomSelectList",
|
|
1105
1111
|
__name: "custom-select-list",
|
|
1106
1112
|
props: {
|
|
@@ -1125,9 +1131,9 @@ var x = () => {
|
|
|
1125
1131
|
ref: n,
|
|
1126
1132
|
id: e.id ?? e.propOverrides?.id,
|
|
1127
1133
|
class: c(_(C)("db-custom-select-list", t.class))
|
|
1128
|
-
}, [i("ul", null, [h(a.$slots, "default")])], 10,
|
|
1134
|
+
}, [i("ul", null, [h(a.$slots, "default")])], 10, yt));
|
|
1129
1135
|
}
|
|
1130
|
-
}),
|
|
1136
|
+
}), xt = [
|
|
1131
1137
|
"data-variant",
|
|
1132
1138
|
"data-hide-label",
|
|
1133
1139
|
"data-show-icon",
|
|
@@ -1135,10 +1141,10 @@ var x = () => {
|
|
|
1135
1141
|
"data-icon-trailing",
|
|
1136
1142
|
"data-hide-asterisk",
|
|
1137
1143
|
"data-show-icon-trailing"
|
|
1138
|
-
],
|
|
1144
|
+
], St = ["for"], Ct = /* @__PURE__ */ "aria-invalid.data-custom-validity.data-field-sizing.id.name.type.multiple.accept.placeholder.disabled.required.step.value.maxLength.minLength.max.min.readOnly.form.pattern.size.autoComplete.autoFocus.enterKeyHint.inputMode.list.aria-describedby.role".split("."), wt = ["id"], Tt = ["value"], Et = {
|
|
1139
1145
|
"data-visually-hidden": "true",
|
|
1140
1146
|
role: "status"
|
|
1141
|
-
},
|
|
1147
|
+
}, Dt = /* @__PURE__ */ s({
|
|
1142
1148
|
name: "DBInput",
|
|
1143
1149
|
__name: "input",
|
|
1144
1150
|
props: {
|
|
@@ -1337,7 +1343,7 @@ var x = () => {
|
|
|
1337
1343
|
"data-hide-asterisk": _(F)(s.showRequiredAsterisk),
|
|
1338
1344
|
"data-show-icon-trailing": _(k)(s.showIconTrailing, "showIconTrailing")
|
|
1339
1345
|
}, [
|
|
1340
|
-
i("label", { for: P.value }, g(s.label ?? _("LABEL SHOULD BE SET")), 9,
|
|
1346
|
+
i("label", { for: P.value }, g(s.label ?? _("LABEL SHOULD BE SET")), 9, St),
|
|
1341
1347
|
i("input", {
|
|
1342
1348
|
"aria-invalid": s.validation === "invalid",
|
|
1343
1349
|
"data-custom-validity": s.validation,
|
|
@@ -1380,14 +1386,14 @@ var x = () => {
|
|
|
1380
1386
|
"month",
|
|
1381
1387
|
"color"
|
|
1382
1388
|
].includes(s.type ?? "") && _(D)() ? "textbox" : void 0
|
|
1383
|
-
}, null, 40,
|
|
1389
|
+
}, null, 40, Ct),
|
|
1384
1390
|
s.dataList ? (f(), r("datalist", {
|
|
1385
1391
|
key: 0,
|
|
1386
1392
|
id: V.value
|
|
1387
1393
|
}, [(f(!0), r(e, null, m(oe(), (e) => (f(), r("option", {
|
|
1388
1394
|
key: V.value + "-option-" + e.value,
|
|
1389
1395
|
value: e.value
|
|
1390
|
-
}, g(e.label), 9,
|
|
1396
|
+
}, g(e.label), 9, Tt))), 128))], 8, wt)) : n("", !0),
|
|
1391
1397
|
h(l.$slots, "default"),
|
|
1392
1398
|
_(I)(s.message, s.showMessage) ? (f(), t($, {
|
|
1393
1399
|
key: 1,
|
|
@@ -1419,10 +1425,10 @@ var x = () => {
|
|
|
1419
1425
|
default: b(() => [a(g(B.value), 1)]),
|
|
1420
1426
|
_: 1
|
|
1421
1427
|
}, 8, ["id", "size"]),
|
|
1422
|
-
i("span",
|
|
1423
|
-
], 10,
|
|
1428
|
+
i("span", Et, g(W.value), 1)
|
|
1429
|
+
], 10, xt));
|
|
1424
1430
|
}
|
|
1425
|
-
}),
|
|
1431
|
+
}), Ot = [
|
|
1426
1432
|
"id",
|
|
1427
1433
|
"data-emphasis",
|
|
1428
1434
|
"data-wrap",
|
|
@@ -1431,7 +1437,7 @@ var x = () => {
|
|
|
1431
1437
|
"data-width",
|
|
1432
1438
|
"data-show-arrow",
|
|
1433
1439
|
"data-placement"
|
|
1434
|
-
],
|
|
1440
|
+
], kt = /* @__PURE__ */ s({
|
|
1435
1441
|
name: "DBTooltip",
|
|
1436
1442
|
__name: "tooltip",
|
|
1437
1443
|
props: {
|
|
@@ -1573,9 +1579,9 @@ var x = () => {
|
|
|
1573
1579
|
"data-show-arrow": _(k)(t.showArrow ?? !0, "showArrow"),
|
|
1574
1580
|
"data-placement": t.placement,
|
|
1575
1581
|
onClick: l[0] ||= async (e) => D(e)
|
|
1576
|
-
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(i.$slots, "default")], 10,
|
|
1582
|
+
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(i.$slots, "default")], 10, Ot));
|
|
1577
1583
|
}
|
|
1578
|
-
}),
|
|
1584
|
+
}), At = [
|
|
1579
1585
|
"id",
|
|
1580
1586
|
"data-semantic",
|
|
1581
1587
|
"data-emphasis",
|
|
@@ -1584,7 +1590,7 @@ var x = () => {
|
|
|
1584
1590
|
"data-show-icon",
|
|
1585
1591
|
"data-no-text",
|
|
1586
1592
|
"data-overflow"
|
|
1587
|
-
],
|
|
1593
|
+
], jt = /* @__PURE__ */ s({
|
|
1588
1594
|
name: "DBTag",
|
|
1589
1595
|
__name: "tag",
|
|
1590
1596
|
props: {
|
|
@@ -1657,13 +1663,13 @@ var x = () => {
|
|
|
1657
1663
|
"data-variant": "ghost",
|
|
1658
1664
|
type: "button",
|
|
1659
1665
|
onClick: p[0] ||= async (e) => l(e)
|
|
1660
|
-
}, [o(
|
|
1666
|
+
}, [o(kt, { variant: "label" }, {
|
|
1661
1667
|
default: b(() => [a(g(u()), 1)]),
|
|
1662
1668
|
_: 1
|
|
1663
1669
|
})])) : n("", !0)
|
|
1664
|
-
], 10,
|
|
1670
|
+
], 10, At));
|
|
1665
1671
|
}
|
|
1666
|
-
}),
|
|
1672
|
+
}), Mt = [
|
|
1667
1673
|
"id",
|
|
1668
1674
|
"aria-invalid",
|
|
1669
1675
|
"data-custom-validity",
|
|
@@ -1676,7 +1682,7 @@ var x = () => {
|
|
|
1676
1682
|
"data-hide-label",
|
|
1677
1683
|
"data-icon",
|
|
1678
1684
|
"data-show-icon"
|
|
1679
|
-
],
|
|
1685
|
+
], Nt = ["id"], Pt = [
|
|
1680
1686
|
"id",
|
|
1681
1687
|
"form",
|
|
1682
1688
|
"name",
|
|
@@ -1684,18 +1690,18 @@ var x = () => {
|
|
|
1684
1690
|
"multiple",
|
|
1685
1691
|
"disabled",
|
|
1686
1692
|
"required"
|
|
1687
|
-
],
|
|
1693
|
+
], Ft = ["disabled", "value"], It = ["open"], Lt = [
|
|
1688
1694
|
"id",
|
|
1689
1695
|
"aria-disabled",
|
|
1690
1696
|
"tabIndex",
|
|
1691
1697
|
"aria-labelledby"
|
|
1692
|
-
],
|
|
1698
|
+
], Rt = ["data-visually-hidden", "id"], zt = {
|
|
1693
1699
|
key: 0,
|
|
1694
1700
|
"data-visually-hidden": "true"
|
|
1695
|
-
},
|
|
1701
|
+
}, Bt = { key: 1 }, Vt = { key: 0 }, Ht = { key: 0 }, Ut = { class: "db-checkbox db-custom-select-list-item" }, Wt = ["form", "checked"], Gt = ["id"], Kt = {
|
|
1696
1702
|
"data-visually-hidden": "true",
|
|
1697
1703
|
role: "status"
|
|
1698
|
-
},
|
|
1704
|
+
}, qt = /* @__PURE__ */ s({
|
|
1699
1705
|
name: "DBCustomSelect",
|
|
1700
1706
|
__name: "custom-select",
|
|
1701
1707
|
props: {
|
|
@@ -1913,7 +1919,7 @@ var x = () => {
|
|
|
1913
1919
|
immediate: !0,
|
|
1914
1920
|
flush: "post"
|
|
1915
1921
|
}), y(() => [w.options], () => {
|
|
1916
|
-
ue.value = w.options, le.value = w.options?.filter((e) => !e.isGroupTitle).length ?? 0;
|
|
1922
|
+
ue.value = w.options, le.value = w.options?.filter((e) => !e.isGroupTitle).length ?? 0, X.value?.open && Fe();
|
|
1917
1923
|
}, {
|
|
1918
1924
|
immediate: !0,
|
|
1919
1925
|
flush: "post"
|
|
@@ -2130,7 +2136,7 @@ var x = () => {
|
|
|
2130
2136
|
let n = e;
|
|
2131
2137
|
n.stopPropagation(), w.onSearch && w.onSearch(n), t = n.target.value, ve.value = t;
|
|
2132
2138
|
}
|
|
2133
|
-
!w.options || !t || t.length === 0 ? ue.value = w.options : w.searchFilter ? ue.value = w.options.filter((e) => w.searchFilter(e, t)) : ue.value = w.options.filter((e) => !e.isGroupTitle && je(e).toLowerCase().includes(t.toLowerCase()));
|
|
2139
|
+
!w.options || !t || t.length === 0 ? ue.value = w.options : w.searchFilter ? ue.value = w.options.filter((e) => w.searchFilter(e, t)) : ue.value = w.options.filter((e) => !e.isGroupTitle && je(e).toLowerCase().includes(t.toLowerCase())), X.value?.open && Fe();
|
|
2134
2140
|
}
|
|
2135
2141
|
function Je(e) {
|
|
2136
2142
|
e.stopPropagation(), Ve([]), Ye();
|
|
@@ -2180,7 +2186,7 @@ var x = () => {
|
|
|
2180
2186
|
key: t,
|
|
2181
2187
|
disabled: e.disabled,
|
|
2182
2188
|
value: e.value
|
|
2183
|
-
}, g(je(e)), 9,
|
|
2189
|
+
}, g(je(e)), 9, Ft))), 128)) : n("", !0)], 40, Pt)], 8, Nt),
|
|
2184
2190
|
i("details", {
|
|
2185
2191
|
ref_key: "detailsRef",
|
|
2186
2192
|
ref: X,
|
|
@@ -2197,7 +2203,7 @@ var x = () => {
|
|
|
2197
2203
|
key: 0,
|
|
2198
2204
|
"data-visually-hidden": _(k)(s.selectedType === "tag", "selectedType"),
|
|
2199
2205
|
id: te.value
|
|
2200
|
-
}, [s.selectedPrefix ? (f(), r("span",
|
|
2206
|
+
}, [s.selectedPrefix ? (f(), r("span", zt, g(s.selectedPrefix), 1)) : n("", !0), a(" " + g(G.value), 1)], 8, Rt)) : n("", !0), s.selectedType === "tag" ? (f(), r("div", Bt, [(f(!0), r(e, null, m(K.value, (e, n) => (f(), t(jt, {
|
|
2201
2207
|
key: n,
|
|
2202
2208
|
emphasis: "strong",
|
|
2203
2209
|
behavior: "removable",
|
|
@@ -2206,9 +2212,9 @@ var x = () => {
|
|
|
2206
2212
|
}, {
|
|
2207
2213
|
default: b(() => [a(g(je(e)), 1)]),
|
|
2208
2214
|
_: 2
|
|
2209
|
-
}, 1032, ["removeButton", "onRemove"]))), 128))])) : n("", !0)], 8,
|
|
2215
|
+
}, 1032, ["removeButton", "onRemove"]))), 128))])) : n("", !0)], 8, Lt), o(ft, { width: s.dropdownWidth }, {
|
|
2210
2216
|
default: b(() => [
|
|
2211
|
-
ie.value ? (f(), r("div",
|
|
2217
|
+
ie.value ? (f(), r("div", Vt, [o(Dt, {
|
|
2212
2218
|
type: "search",
|
|
2213
2219
|
ref_key: "searchInputRef",
|
|
2214
2220
|
ref: Ce,
|
|
@@ -2241,7 +2247,7 @@ var x = () => {
|
|
|
2241
2247
|
"id",
|
|
2242
2248
|
"icon",
|
|
2243
2249
|
"semantic"
|
|
2244
|
-
])) : (f(), r(e, { key: 2 }, [re.value ? (f(), r("div",
|
|
2250
|
+
])) : (f(), r(e, { key: 2 }, [re.value ? (f(), r("div", Ht, [i("div", Ut, [i("label", null, [i("input", {
|
|
2245
2251
|
type: "checkbox",
|
|
2246
2252
|
value: "select-all",
|
|
2247
2253
|
ref_key: "selectAllRef",
|
|
@@ -2249,11 +2255,11 @@ var x = () => {
|
|
|
2249
2255
|
form: T.value,
|
|
2250
2256
|
checked: ye.value,
|
|
2251
2257
|
onChange: u[1] ||= async (e) => Ue(e)
|
|
2252
|
-
}, null, 40,
|
|
2258
|
+
}, null, 40, Wt), a(g(Ae()), 1)])])])) : n("", !0), o(bt, {
|
|
2253
2259
|
multiple: _(A)(s.multiple, "multiple"),
|
|
2254
2260
|
label: s.listLabel ?? s.label ?? _("LABEL SHOULD BE SET")
|
|
2255
2261
|
}, {
|
|
2256
|
-
default: b(() => [(f(!0), r(e, null, m(ue.value, (i, o) => (f(), t(
|
|
2262
|
+
default: b(() => [(f(!0), r(e, null, m(ue.value, (i, o) => (f(), t(vt, {
|
|
2257
2263
|
key: o,
|
|
2258
2264
|
type: s.multiple ? "checkbox" : "radio",
|
|
2259
2265
|
showDivider: i.showDivider,
|
|
@@ -2300,7 +2306,7 @@ var x = () => {
|
|
|
2300
2306
|
])])
|
|
2301
2307
|
]),
|
|
2302
2308
|
_: 1
|
|
2303
|
-
}, 8, ["width"])], 64)) : n("", !0)], 40,
|
|
2309
|
+
}, 8, ["width"])], 64)) : n("", !0)], 40, It),
|
|
2304
2310
|
(s.showClearSelection ?? !0) && Y.value?.length ? (f(), t(Le, {
|
|
2305
2311
|
key: 0,
|
|
2306
2312
|
icon: "cross",
|
|
@@ -2312,7 +2318,7 @@ var x = () => {
|
|
|
2312
2318
|
disabled: _(A)(s.disabled, "disabled"),
|
|
2313
2319
|
onClick: (e) => Je(e)
|
|
2314
2320
|
}, {
|
|
2315
|
-
default: b(() => [a(g(s.clearSelectionText), 1), o(
|
|
2321
|
+
default: b(() => [a(g(s.clearSelectionText), 1), o(kt, { placement: "top" }, {
|
|
2316
2322
|
default: b(() => [a(g(s.clearSelectionText), 1)]),
|
|
2317
2323
|
_: 1
|
|
2318
2324
|
})]),
|
|
@@ -2327,7 +2333,7 @@ var x = () => {
|
|
|
2327
2333
|
class: "db-custom-select-placeholder",
|
|
2328
2334
|
"aria-hidden": "true",
|
|
2329
2335
|
id: B.value
|
|
2330
|
-
}, g(s.placeholder ?? s.label), 9,
|
|
2336
|
+
}, g(s.placeholder ?? s.label), 9, Gt),
|
|
2331
2337
|
_(I)(s.message, s.showMessage) ? (f(), t($, {
|
|
2332
2338
|
key: 1,
|
|
2333
2339
|
size: "small",
|
|
@@ -2354,14 +2360,14 @@ var x = () => {
|
|
|
2354
2360
|
default: b(() => [a(g(N.value), 1)]),
|
|
2355
2361
|
_: 1
|
|
2356
2362
|
}, 8, ["id"]),
|
|
2357
|
-
i("span",
|
|
2358
|
-
], 10,
|
|
2363
|
+
i("span", Kt, g(ne.value), 1)
|
|
2364
|
+
], 10, Mt));
|
|
2359
2365
|
}
|
|
2360
|
-
}),
|
|
2366
|
+
}), Jt = [
|
|
2361
2367
|
"fixed",
|
|
2362
2368
|
"auto",
|
|
2363
2369
|
"full"
|
|
2364
|
-
],
|
|
2370
|
+
], Yt = ["id"], Xt = /* @__PURE__ */ s({
|
|
2365
2371
|
name: "DBCustomSelectFormField",
|
|
2366
2372
|
__name: "custom-select-form-field",
|
|
2367
2373
|
props: {
|
|
@@ -2379,19 +2385,19 @@ var x = () => {
|
|
|
2379
2385
|
ref: n,
|
|
2380
2386
|
id: e.id ?? e.propOverrides?.id,
|
|
2381
2387
|
class: c(_(C)("db-custom-select-form-field", t.class))
|
|
2382
|
-
}, [h(i.$slots, "default")], 10,
|
|
2388
|
+
}, [h(i.$slots, "default")], 10, Yt));
|
|
2383
2389
|
}
|
|
2384
|
-
}),
|
|
2390
|
+
}), Zt = ["checkbox", "radio"], Qt = [
|
|
2385
2391
|
"amount",
|
|
2386
2392
|
"text",
|
|
2387
2393
|
"tag"
|
|
2388
|
-
],
|
|
2394
|
+
], $t = [
|
|
2389
2395
|
"id",
|
|
2390
2396
|
"data-margin",
|
|
2391
2397
|
"data-variant",
|
|
2392
2398
|
"data-emphasis",
|
|
2393
2399
|
"data-width"
|
|
2394
|
-
],
|
|
2400
|
+
], en = /* @__PURE__ */ s({
|
|
2395
2401
|
name: "DBDivider",
|
|
2396
2402
|
__name: "divider",
|
|
2397
2403
|
props: {
|
|
@@ -2417,20 +2423,20 @@ var x = () => {
|
|
|
2417
2423
|
"data-emphasis": e.emphasis,
|
|
2418
2424
|
"data-width": e.width,
|
|
2419
2425
|
class: c(_(C)("db-divider", t.class))
|
|
2420
|
-
}, null, 10,
|
|
2426
|
+
}, null, 10, $t));
|
|
2421
2427
|
}
|
|
2422
|
-
}),
|
|
2428
|
+
}), tn = ["none", "_"], nn = ["horizontal", "vertical"], rn = [
|
|
2423
2429
|
"id",
|
|
2424
2430
|
"data-position",
|
|
2425
2431
|
"data-backdrop",
|
|
2426
2432
|
"data-direction",
|
|
2427
2433
|
"data-variant"
|
|
2428
|
-
],
|
|
2434
|
+
], an = [
|
|
2429
2435
|
"data-spacing",
|
|
2430
2436
|
"data-width",
|
|
2431
2437
|
"data-direction",
|
|
2432
2438
|
"data-rounded"
|
|
2433
|
-
],
|
|
2439
|
+
], on = { class: "db-drawer-header" }, sn = { class: "db-drawer-header-text" }, cn = { class: "db-drawer-content" }, ln = /* @__PURE__ */ s({
|
|
2434
2440
|
name: "DBDrawer",
|
|
2435
2441
|
__name: "drawer",
|
|
2436
2442
|
props: {
|
|
@@ -2464,85 +2470,92 @@ var x = () => {
|
|
|
2464
2470
|
spacing: { default: void 0 }
|
|
2465
2471
|
},
|
|
2466
2472
|
setup(e) {
|
|
2467
|
-
let t = e, n = p(!1), s = p(
|
|
2473
|
+
let t = e, n = p(!1), s = p(!1), l = p(null), d = p(null);
|
|
2468
2474
|
u(() => {
|
|
2469
|
-
|
|
2475
|
+
S(), n.value = !0;
|
|
2470
2476
|
}), y(() => [t.open], () => {
|
|
2471
|
-
|
|
2477
|
+
S();
|
|
2472
2478
|
}, {
|
|
2473
2479
|
immediate: !0,
|
|
2474
2480
|
flush: "post"
|
|
2475
2481
|
}), y(() => [
|
|
2476
|
-
|
|
2482
|
+
l.value,
|
|
2477
2483
|
n.value,
|
|
2478
2484
|
t.position
|
|
2479
2485
|
], () => {
|
|
2480
|
-
if (
|
|
2481
|
-
let e =
|
|
2486
|
+
if (l.value && n.value && t.position === "absolute") {
|
|
2487
|
+
let e = l.value.parentElement;
|
|
2482
2488
|
e && (e.style.position = "relative");
|
|
2483
2489
|
}
|
|
2484
2490
|
}, {
|
|
2485
2491
|
immediate: !0,
|
|
2486
2492
|
flush: "post"
|
|
2487
2493
|
});
|
|
2488
|
-
function d(e, n) {
|
|
2489
|
-
e && (z(e) ? e.key === "Escape" && (e.preventDefault(), t.onClose && t.onClose(e)) : (n && (e.stopPropagation(), t.onClose && t.onClose(e)), e.target?.nodeName === "DIALOG" && e.type === "click" && t.backdrop !== "none" && t.onClose && t.onClose(e)));
|
|
2490
|
-
}
|
|
2491
2494
|
function m() {
|
|
2492
|
-
|
|
2495
|
+
return t.position === "absolute" || t.backdrop === "none" || t.variant === "inside";
|
|
2496
|
+
}
|
|
2497
|
+
function v(e) {
|
|
2498
|
+
s.value = e?.target?.nodeName === "DIALOG";
|
|
2499
|
+
}
|
|
2500
|
+
function x(e, n) {
|
|
2501
|
+
e && (z(e) ? e.key === "Escape" && (e.preventDefault(), t.onClose && t.onClose(e)) : (n && (e.stopPropagation(), t.onClose && t.onClose(e)), e.target?.nodeName === "DIALOG" && e.type === "click" && t.backdrop !== "none" && s.value && t.onClose && t.onClose(e), s.value = !1));
|
|
2502
|
+
}
|
|
2503
|
+
function S() {
|
|
2504
|
+
if (l.value) {
|
|
2493
2505
|
let e = A(t.open, "open");
|
|
2494
|
-
e && !
|
|
2495
|
-
|
|
2496
|
-
}, 1)), !e &&
|
|
2497
|
-
|
|
2506
|
+
e && !l.value.open && (d.value && d.value.removeAttribute("data-transition"), m() ? l.value.show() : (l.value.setAttribute("closedby", "any"), l.value.showModal()), O(() => {
|
|
2507
|
+
d.value && (d.value.dataset.transition = "open");
|
|
2508
|
+
}, 1)), !e && l.value.open && (d.value && (d.value.dataset.transition = "close"), O(() => {
|
|
2509
|
+
l.value?.close();
|
|
2498
2510
|
}, 401));
|
|
2499
2511
|
}
|
|
2500
2512
|
}
|
|
2501
|
-
return (n,
|
|
2513
|
+
return (n, s) => (f(), r("dialog", {
|
|
2502
2514
|
class: "db-drawer",
|
|
2503
2515
|
id: e.id ?? e.propOverrides?.id,
|
|
2504
2516
|
ref_key: "_ref",
|
|
2505
|
-
ref:
|
|
2506
|
-
onClick:
|
|
2507
|
-
|
|
2517
|
+
ref: l,
|
|
2518
|
+
onClick: s[0] ||= async (e) => x(e),
|
|
2519
|
+
onMousedown: s[1] ||= async (e) => v(e),
|
|
2520
|
+
onKeydown: s[2] ||= async (e) => x(e),
|
|
2508
2521
|
"data-position": e.position,
|
|
2509
2522
|
"data-backdrop": e.backdrop,
|
|
2510
2523
|
"data-direction": e.direction,
|
|
2511
2524
|
"data-variant": e.variant
|
|
2512
2525
|
}, [i("article", {
|
|
2513
2526
|
ref_key: "dialogContainerRef",
|
|
2514
|
-
ref:
|
|
2527
|
+
ref: d,
|
|
2515
2528
|
class: c(_(C)("db-drawer-container", t.class)),
|
|
2516
2529
|
"data-spacing": e.spacing,
|
|
2517
2530
|
"data-width": e.width,
|
|
2518
2531
|
"data-direction": e.direction,
|
|
2519
2532
|
"data-rounded": _(k)(e.rounded, "rounded")
|
|
2520
|
-
}, [i("header",
|
|
2533
|
+
}, [i("header", on, [i("div", sn, [h(n.$slots, "drawer-header")]), o(Le, {
|
|
2521
2534
|
class: "button-close-drawer",
|
|
2522
2535
|
icon: "cross",
|
|
2523
2536
|
variant: "ghost",
|
|
2524
2537
|
id: e.closeButtonId,
|
|
2525
2538
|
noText: !0,
|
|
2526
|
-
onClick: (e) =>
|
|
2539
|
+
onClick: (e) => x(e, !0)
|
|
2527
2540
|
}, {
|
|
2528
2541
|
default: b(() => [a(g(e.closeButtonText ?? _("Close")), 1)]),
|
|
2529
2542
|
_: 1
|
|
2530
|
-
}, 8, ["id", "onClick"])]), i("div",
|
|
2543
|
+
}, 8, ["id", "onClick"])]), i("div", cn, [h(n.$slots, "default")])], 10, an)], 40, rn));
|
|
2531
2544
|
}
|
|
2532
|
-
}),
|
|
2545
|
+
}), un = [
|
|
2533
2546
|
"none",
|
|
2534
2547
|
"strong",
|
|
2535
2548
|
"weak",
|
|
2536
2549
|
"invisible"
|
|
2537
|
-
],
|
|
2550
|
+
], dn = [
|
|
2538
2551
|
"left",
|
|
2539
2552
|
"right",
|
|
2540
2553
|
"up",
|
|
2541
2554
|
"down"
|
|
2542
|
-
],
|
|
2555
|
+
], fn = ["modal", "inside"], pn = ["fixed", "absolute"], mn = (e) => {
|
|
2543
2556
|
let { target: t } = e;
|
|
2544
2557
|
return !!(!t?.classList?.contains("db-navigation-item-expand-button") && t?.parentElement?.classList.contains("db-navigation-item"));
|
|
2545
|
-
},
|
|
2558
|
+
}, hn = class {
|
|
2546
2559
|
element;
|
|
2547
2560
|
subNavigation;
|
|
2548
2561
|
parentSubNavigation = null;
|
|
@@ -2610,11 +2623,11 @@ var x = () => {
|
|
|
2610
2623
|
let t = this.hasMouseEnteredSubNavigation(), n = this.getTriangleCoordinates(t ? "fill-gap" : "safe-triangle");
|
|
2611
2624
|
n && (this.element.style.setProperty("--db-navigation-item-clip-path", `polygon(${n.lb}, ${n.lt}, ${n.rt}, ${n.rb})`), t && (this.triangleData = void 0));
|
|
2612
2625
|
}
|
|
2613
|
-
},
|
|
2626
|
+
}, gn = [
|
|
2614
2627
|
"id",
|
|
2615
2628
|
"data-width",
|
|
2616
2629
|
"data-on-forcing-mobile"
|
|
2617
|
-
],
|
|
2630
|
+
], _n = { class: "db-header-meta-navigation" }, vn = { class: "db-header-navigation-bar" }, yn = { class: "db-header-brand-container" }, bn = { class: "db-header-navigation-container" }, xn = { class: "db-header-navigation" }, Sn = { class: "db-header-primary-action" }, Cn = { class: "db-header-action-container" }, wn = { class: "db-header-burger-menu-container" }, Tn = { class: "db-header-secondary-action" }, En = { class: "db-header-drawer-navigation" }, Dn = { class: "db-header-meta-navigation" }, On = { class: "db-header-secondary-action" }, kn = /* @__PURE__ */ s({
|
|
2618
2631
|
name: "DBHeader",
|
|
2619
2632
|
__name: "header",
|
|
2620
2633
|
props: {
|
|
@@ -2665,7 +2678,7 @@ var x = () => {
|
|
|
2665
2678
|
t.onToggle && t.onToggle(n);
|
|
2666
2679
|
}
|
|
2667
2680
|
function m(e) {
|
|
2668
|
-
|
|
2681
|
+
mn(e) && d();
|
|
2669
2682
|
}
|
|
2670
2683
|
return (n, u) => (f(), r("header", {
|
|
2671
2684
|
ref_key: "_ref",
|
|
@@ -2675,11 +2688,11 @@ var x = () => {
|
|
|
2675
2688
|
"data-width": e.width,
|
|
2676
2689
|
"data-on-forcing-mobile": e.forceMobile && !s.value
|
|
2677
2690
|
}, [
|
|
2678
|
-
i("div",
|
|
2679
|
-
i("div",
|
|
2680
|
-
i("div",
|
|
2681
|
-
i("div",
|
|
2682
|
-
i("div",
|
|
2691
|
+
i("div", _n, [h(n.$slots, "meta-navigation")]),
|
|
2692
|
+
i("div", vn, [
|
|
2693
|
+
i("div", yn, [h(n.$slots, "brand")]),
|
|
2694
|
+
i("div", bn, [i("div", xn, [h(n.$slots, "default")]), i("div", Sn, [h(n.$slots, "primary-action")])]),
|
|
2695
|
+
i("div", Cn, [i("div", wn, [o(Le, {
|
|
2683
2696
|
icon: "menu",
|
|
2684
2697
|
variant: "ghost",
|
|
2685
2698
|
noText: !0,
|
|
@@ -2687,9 +2700,9 @@ var x = () => {
|
|
|
2687
2700
|
}, {
|
|
2688
2701
|
default: b(() => [a(g(e.burgerMenuLabel ?? _("BurgerMenu")), 1)]),
|
|
2689
2702
|
_: 1
|
|
2690
|
-
}, 8, ["onClick"])]), i("div",
|
|
2703
|
+
}, 8, ["onClick"])]), i("div", Tn, [h(n.$slots, "secondary-action")])])
|
|
2691
2704
|
]),
|
|
2692
|
-
o(
|
|
2705
|
+
o(ln, {
|
|
2693
2706
|
class: "db-header-drawer",
|
|
2694
2707
|
spacing: "small",
|
|
2695
2708
|
rounded: !0,
|
|
@@ -2698,10 +2711,10 @@ var x = () => {
|
|
|
2698
2711
|
open: _(A)(e.drawerOpen),
|
|
2699
2712
|
onClose: (e) => d()
|
|
2700
2713
|
}, {
|
|
2701
|
-
default: b(() => [i("div",
|
|
2714
|
+
default: b(() => [i("div", En, [i("div", {
|
|
2702
2715
|
class: "db-header-navigation",
|
|
2703
2716
|
onClick: u[0] ||= async (e) => m(e)
|
|
2704
|
-
}, [h(n.$slots, "default")]), i("div",
|
|
2717
|
+
}, [h(n.$slots, "default")]), i("div", Dn, [h(n.$slots, "meta-navigation")])]), i("div", On, [h(n.$slots, "secondary-action")])]),
|
|
2705
2718
|
_: 3
|
|
2706
2719
|
}, 8, [
|
|
2707
2720
|
"closeButtonId",
|
|
@@ -2709,14 +2722,14 @@ var x = () => {
|
|
|
2709
2722
|
"open",
|
|
2710
2723
|
"onClose"
|
|
2711
2724
|
])
|
|
2712
|
-
], 10,
|
|
2725
|
+
], 10, gn));
|
|
2713
2726
|
}
|
|
2714
|
-
}),
|
|
2727
|
+
}), An = [
|
|
2715
2728
|
"id",
|
|
2716
2729
|
"data-icon",
|
|
2717
2730
|
"data-icon-weight",
|
|
2718
2731
|
"data-icon-variant"
|
|
2719
|
-
],
|
|
2732
|
+
], jn = /* @__PURE__ */ s({
|
|
2720
2733
|
name: "DBIcon",
|
|
2721
2734
|
__name: "icon",
|
|
2722
2735
|
props: {
|
|
@@ -2742,16 +2755,16 @@ var x = () => {
|
|
|
2742
2755
|
"data-icon": t.icon,
|
|
2743
2756
|
"data-icon-weight": t.weight,
|
|
2744
2757
|
"data-icon-variant": t.variant
|
|
2745
|
-
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10,
|
|
2758
|
+
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10, An));
|
|
2746
2759
|
}
|
|
2747
|
-
}),
|
|
2760
|
+
}), Mn = [
|
|
2748
2761
|
"16",
|
|
2749
2762
|
"20",
|
|
2750
2763
|
"24",
|
|
2751
2764
|
"32",
|
|
2752
2765
|
"48",
|
|
2753
2766
|
"64"
|
|
2754
|
-
],
|
|
2767
|
+
], Nn = [
|
|
2755
2768
|
"color",
|
|
2756
2769
|
"date",
|
|
2757
2770
|
"datetime-local",
|
|
@@ -2768,7 +2781,7 @@ var x = () => {
|
|
|
2768
2781
|
"time",
|
|
2769
2782
|
"url",
|
|
2770
2783
|
"week"
|
|
2771
|
-
],
|
|
2784
|
+
], Pn = [
|
|
2772
2785
|
"id",
|
|
2773
2786
|
"href",
|
|
2774
2787
|
"target",
|
|
@@ -2783,7 +2796,7 @@ var x = () => {
|
|
|
2783
2796
|
"data-variant",
|
|
2784
2797
|
"data-content",
|
|
2785
2798
|
"data-wrap"
|
|
2786
|
-
],
|
|
2799
|
+
], Fn = /* @__PURE__ */ s({
|
|
2787
2800
|
name: "DBLink",
|
|
2788
2801
|
__name: "link",
|
|
2789
2802
|
props: {
|
|
@@ -2846,13 +2859,13 @@ var x = () => {
|
|
|
2846
2859
|
"data-content": t.content || "internal",
|
|
2847
2860
|
"data-wrap": _(k)(t.wrap, "wrap"),
|
|
2848
2861
|
onClick: u[0] ||= async (e) => s(e)
|
|
2849
|
-
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(l.$slots, "default")], 10,
|
|
2862
|
+
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(l.$slots, "default")], 10, Pn));
|
|
2850
2863
|
}
|
|
2851
|
-
}),
|
|
2864
|
+
}), In = [
|
|
2852
2865
|
"adaptive",
|
|
2853
2866
|
"brand",
|
|
2854
2867
|
"inline"
|
|
2855
|
-
],
|
|
2868
|
+
], Ln = ["medium", "small"], Rn = ["external", "internal"], zn = ["id"], Bn = /* @__PURE__ */ s({
|
|
2856
2869
|
name: "DBNavigation",
|
|
2857
2870
|
__name: "navigation",
|
|
2858
2871
|
props: {
|
|
@@ -2870,9 +2883,9 @@ var x = () => {
|
|
|
2870
2883
|
ref: n,
|
|
2871
2884
|
id: e.id ?? e.propOverrides?.id,
|
|
2872
2885
|
class: c(_(C)("db-navigation", t.class))
|
|
2873
|
-
}, [i("menu", null, [h(a.$slots, "default")])], 10,
|
|
2886
|
+
}, [i("menu", null, [h(a.$slots, "default")])], 10, zn));
|
|
2874
2887
|
}
|
|
2875
|
-
}),
|
|
2888
|
+
}), Vn = [
|
|
2876
2889
|
"id",
|
|
2877
2890
|
"data-width",
|
|
2878
2891
|
"data-icon",
|
|
@@ -2880,20 +2893,20 @@ var x = () => {
|
|
|
2880
2893
|
"data-active",
|
|
2881
2894
|
"data-wrap",
|
|
2882
2895
|
"aria-disabled"
|
|
2883
|
-
],
|
|
2896
|
+
], Hn = [
|
|
2884
2897
|
"id",
|
|
2885
2898
|
"aria-haspopup",
|
|
2886
2899
|
"aria-expanded",
|
|
2887
2900
|
"aria-controls",
|
|
2888
2901
|
"disabled"
|
|
2889
|
-
],
|
|
2902
|
+
], Un = [
|
|
2890
2903
|
"id",
|
|
2891
2904
|
"aria-labelledby",
|
|
2892
2905
|
"data-force-close"
|
|
2893
|
-
],
|
|
2906
|
+
], Wn = {
|
|
2894
2907
|
key: 0,
|
|
2895
2908
|
class: "db-mobile-navigation-back"
|
|
2896
|
-
},
|
|
2909
|
+
}, Gn = /* @__PURE__ */ s({
|
|
2897
2910
|
name: "DBNavigationItem",
|
|
2898
2911
|
__name: "navigation-item",
|
|
2899
2912
|
props: {
|
|
@@ -2953,7 +2966,7 @@ var x = () => {
|
|
|
2953
2966
|
}), y(() => [d.value, j.value], () => {
|
|
2954
2967
|
if (d.value && j.value) {
|
|
2955
2968
|
let e = j.value.querySelector("menu");
|
|
2956
|
-
e && (e.children?.length > 0 ? (m.value = !0, T.value ||= new
|
|
2969
|
+
e && (e.children?.length > 0 ? (m.value = !0, T.value ||= new hn(j.value, e)) : x.value = !1);
|
|
2957
2970
|
}
|
|
2958
2971
|
}, {
|
|
2959
2972
|
immediate: !0,
|
|
@@ -2992,13 +3005,13 @@ var x = () => {
|
|
|
2992
3005
|
"aria-controls": E.value,
|
|
2993
3006
|
disabled: _(A)(t.disabled, "disabled"),
|
|
2994
3007
|
onClick: u[0] ||= async (e) => N(e)
|
|
2995
|
-
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : h(s.$slots, "default", { key: 1 })], 8,
|
|
3008
|
+
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : h(s.$slots, "default", { key: 1 })], 8, Hn), i("menu", {
|
|
2996
3009
|
class: "db-sub-navigation",
|
|
2997
3010
|
id: E.value,
|
|
2998
3011
|
"aria-labelledby": D.value,
|
|
2999
3012
|
"data-force-close": w.value,
|
|
3000
3013
|
onClick: u[1] ||= async (e) => M(e)
|
|
3001
|
-
}, [m.value ? (f(), r("div",
|
|
3014
|
+
}, [m.value ? (f(), r("div", Wn, [o(Le, {
|
|
3002
3015
|
icon: "arrow_left",
|
|
3003
3016
|
variant: "ghost",
|
|
3004
3017
|
id: t.backButtonId,
|
|
@@ -3006,9 +3019,9 @@ var x = () => {
|
|
|
3006
3019
|
}, {
|
|
3007
3020
|
default: b(() => [a(g(t.backButtonText ?? _("Back")), 1)]),
|
|
3008
3021
|
_: 1
|
|
3009
|
-
}, 8, ["id", "onClick"])])) : n("", !0), h(s.$slots, "sub-navigation")], 8,
|
|
3022
|
+
}, 8, ["id", "onClick"])])) : n("", !0), h(s.$slots, "sub-navigation")], 8, Un)], 64)) : (f(), r(e, { key: 1 }, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : h(s.$slots, "default", { key: 1 })], 64))], 42, Vn));
|
|
3010
3023
|
}
|
|
3011
|
-
}),
|
|
3024
|
+
}), Kn = [
|
|
3012
3025
|
"id",
|
|
3013
3026
|
"role",
|
|
3014
3027
|
"aria-live",
|
|
@@ -3017,10 +3030,10 @@ var x = () => {
|
|
|
3017
3030
|
"data-icon",
|
|
3018
3031
|
"data-show-icon",
|
|
3019
3032
|
"data-link-variant"
|
|
3020
|
-
],
|
|
3033
|
+
], qn = {
|
|
3021
3034
|
key: 0,
|
|
3022
3035
|
"data-area": "head"
|
|
3023
|
-
},
|
|
3036
|
+
}, Jn = { "data-area": "content" }, Yn = ["dateTime"], Xn = /* @__PURE__ */ s({
|
|
3024
3037
|
name: "DBNotification",
|
|
3025
3038
|
__name: "notification",
|
|
3026
3039
|
props: {
|
|
@@ -3089,13 +3102,13 @@ var x = () => {
|
|
|
3089
3102
|
"data-link-variant": o.linkVariant
|
|
3090
3103
|
}, [
|
|
3091
3104
|
h(d.$slots, "image"),
|
|
3092
|
-
_(I)(o.headline, o.showHeadline) ? (f(), r("header",
|
|
3093
|
-
i("div",
|
|
3105
|
+
_(I)(o.headline, o.showHeadline) ? (f(), r("header", qn, g(o.headline), 1)) : n("", !0),
|
|
3106
|
+
i("div", Jn, [o.text ? (f(), r(e, { key: 0 }, [a(g(o.text), 1)], 64)) : n("", !0), h(d.$slots, "default")]),
|
|
3094
3107
|
_(I)(o.timestamp, o.showTimestamp) ? (f(), r("time", {
|
|
3095
3108
|
key: 1,
|
|
3096
3109
|
"data-area": "timestamp",
|
|
3097
3110
|
dateTime: o.timestampDatetime
|
|
3098
|
-
}, g(o.timestamp), 9,
|
|
3111
|
+
}, g(o.timestamp), 9, Yn)) : n("", !0),
|
|
3099
3112
|
h(d.$slots, "link"),
|
|
3100
3113
|
_(A)(o.closeable, "closeable") ? (f(), t(Le, {
|
|
3101
3114
|
key: 2,
|
|
@@ -3109,22 +3122,22 @@ var x = () => {
|
|
|
3109
3122
|
default: b(() => [a(g(o.closeButtonText ?? _("Close")), 1)]),
|
|
3110
3123
|
_: 1
|
|
3111
3124
|
}, 8, ["id", "onClick"])) : n("", !0)
|
|
3112
|
-
], 10,
|
|
3125
|
+
], 10, Kn));
|
|
3113
3126
|
}
|
|
3114
|
-
}),
|
|
3127
|
+
}), Zn = [
|
|
3115
3128
|
"docked",
|
|
3116
3129
|
"standalone",
|
|
3117
3130
|
"overlay"
|
|
3118
|
-
],
|
|
3131
|
+
], Qn = ["block", "inline"], $n = [
|
|
3119
3132
|
"assertive",
|
|
3120
3133
|
"polite",
|
|
3121
3134
|
"off"
|
|
3122
|
-
],
|
|
3135
|
+
], er = [
|
|
3123
3136
|
"id",
|
|
3124
3137
|
"data-variant",
|
|
3125
3138
|
"data-fade-in",
|
|
3126
3139
|
"data-fonts-loaded"
|
|
3127
|
-
],
|
|
3140
|
+
], tr = /* @__PURE__ */ s({
|
|
3128
3141
|
name: "DBPage",
|
|
3129
3142
|
__name: "page",
|
|
3130
3143
|
props: {
|
|
@@ -3164,9 +3177,9 @@ var x = () => {
|
|
|
3164
3177
|
h(o.$slots, "header"),
|
|
3165
3178
|
i("main", { class: c(_(C)("db-main", e.mainClass)) }, [h(o.$slots, "default")], 2),
|
|
3166
3179
|
h(o.$slots, "footer")
|
|
3167
|
-
], 10,
|
|
3180
|
+
], 10, er));
|
|
3168
3181
|
}
|
|
3169
|
-
}),
|
|
3182
|
+
}), nr = ["auto", "fixed"], rr = ["hidden", "auto"], ir = ["id"], ar = [
|
|
3170
3183
|
"data-spacing",
|
|
3171
3184
|
"data-gap",
|
|
3172
3185
|
"data-animation",
|
|
@@ -3174,7 +3187,7 @@ var x = () => {
|
|
|
3174
3187
|
"data-delay",
|
|
3175
3188
|
"data-width",
|
|
3176
3189
|
"data-placement"
|
|
3177
|
-
],
|
|
3190
|
+
], or = /* @__PURE__ */ s({
|
|
3178
3191
|
name: "DBPopover",
|
|
3179
3192
|
__name: "popover",
|
|
3180
3193
|
props: {
|
|
@@ -3281,14 +3294,14 @@ var x = () => {
|
|
|
3281
3294
|
"data-delay": e.delay,
|
|
3282
3295
|
"data-width": e.width,
|
|
3283
3296
|
"data-placement": e.placement
|
|
3284
|
-
}, [h(n.$slots, "default")], 8,
|
|
3297
|
+
}, [h(n.$slots, "default")], 8, ar)], 10, ir));
|
|
3285
3298
|
}
|
|
3286
|
-
}),
|
|
3299
|
+
}), sr = [
|
|
3287
3300
|
"data-size",
|
|
3288
3301
|
"data-hide-label",
|
|
3289
3302
|
"data-hide-asterisk",
|
|
3290
3303
|
"for"
|
|
3291
|
-
],
|
|
3304
|
+
], cr = [
|
|
3292
3305
|
"aria-invalid",
|
|
3293
3306
|
"data-custom-validity",
|
|
3294
3307
|
"id",
|
|
@@ -3297,7 +3310,7 @@ var x = () => {
|
|
|
3297
3310
|
"disabled",
|
|
3298
3311
|
"value",
|
|
3299
3312
|
"required"
|
|
3300
|
-
],
|
|
3313
|
+
], lr = /* @__PURE__ */ s({
|
|
3301
3314
|
name: "DBRadio",
|
|
3302
3315
|
__name: "radio",
|
|
3303
3316
|
props: {
|
|
@@ -3438,16 +3451,16 @@ var x = () => {
|
|
|
3438
3451
|
onChange: s[1] ||= async (e) => E(e),
|
|
3439
3452
|
onBlur: s[2] ||= async (e) => D(e),
|
|
3440
3453
|
onFocus: s[3] ||= async (e) => k(e)
|
|
3441
|
-
}, null, 40,
|
|
3454
|
+
}, null, 40, cr),
|
|
3442
3455
|
t.label ? (f(), r(e, { key: 0 }, [a(g(t.label), 1)], 64)) : n("", !0),
|
|
3443
3456
|
h(o.$slots, "default")
|
|
3444
|
-
], 10,
|
|
3457
|
+
], 10, sr));
|
|
3445
3458
|
}
|
|
3446
|
-
}),
|
|
3459
|
+
}), ur = [
|
|
3447
3460
|
"id",
|
|
3448
3461
|
"data-spacing",
|
|
3449
3462
|
"data-width"
|
|
3450
|
-
],
|
|
3463
|
+
], dr = /* @__PURE__ */ s({
|
|
3451
3464
|
name: "DBSection",
|
|
3452
3465
|
__name: "section",
|
|
3453
3466
|
props: {
|
|
@@ -3469,15 +3482,15 @@ var x = () => {
|
|
|
3469
3482
|
class: c(_(C)("db-section", t.class)),
|
|
3470
3483
|
"data-spacing": e.spacing || "medium",
|
|
3471
3484
|
"data-width": e.width
|
|
3472
|
-
}, [h(i.$slots, "default")], 10,
|
|
3485
|
+
}, [h(i.$slots, "default")], 10, ur));
|
|
3473
3486
|
}
|
|
3474
|
-
}),
|
|
3487
|
+
}), fr = [
|
|
3475
3488
|
"data-variant",
|
|
3476
3489
|
"data-hide-label",
|
|
3477
3490
|
"data-hide-asterisk",
|
|
3478
3491
|
"data-icon",
|
|
3479
3492
|
"data-show-icon"
|
|
3480
|
-
],
|
|
3493
|
+
], pr = ["for"], mr = [
|
|
3481
3494
|
"aria-invalid",
|
|
3482
3495
|
"data-custom-validity",
|
|
3483
3496
|
"required",
|
|
@@ -3489,18 +3502,18 @@ var x = () => {
|
|
|
3489
3502
|
"autocomplete",
|
|
3490
3503
|
"multiple",
|
|
3491
3504
|
"aria-describedby"
|
|
3492
|
-
],
|
|
3505
|
+
], hr = ["data-show-empty-option"], gr = ["label"], _r = [
|
|
3493
3506
|
"value",
|
|
3494
3507
|
"selected",
|
|
3495
3508
|
"disabled"
|
|
3496
|
-
],
|
|
3509
|
+
], vr = [
|
|
3497
3510
|
"value",
|
|
3498
3511
|
"disabled",
|
|
3499
3512
|
"selected"
|
|
3500
|
-
],
|
|
3513
|
+
], yr = ["id"], br = {
|
|
3501
3514
|
"data-visually-hidden": "true",
|
|
3502
3515
|
role: "status"
|
|
3503
|
-
},
|
|
3516
|
+
}, xr = /* @__PURE__ */ s({
|
|
3504
3517
|
name: "DBSelect",
|
|
3505
3518
|
__name: "select",
|
|
3506
3519
|
props: {
|
|
@@ -3670,7 +3683,7 @@ var x = () => {
|
|
|
3670
3683
|
"data-icon": s.icon,
|
|
3671
3684
|
"data-show-icon": _(k)(s.showIcon, "showIcon")
|
|
3672
3685
|
}, [
|
|
3673
|
-
i("label", { for: T.value }, g(s.label ?? _("LABEL SHOULD BE SET")), 9,
|
|
3686
|
+
i("label", { for: T.value }, g(s.label ?? _("LABEL SHOULD BE SET")), 9, pr),
|
|
3674
3687
|
i("select", {
|
|
3675
3688
|
"aria-invalid": s.validation === "invalid",
|
|
3676
3689
|
"data-custom-validity": s.validation,
|
|
@@ -3695,7 +3708,7 @@ var x = () => {
|
|
|
3695
3708
|
class: "placeholder",
|
|
3696
3709
|
value: "",
|
|
3697
3710
|
"data-show-empty-option": _(k)(ie(), "showEmptyOption")
|
|
3698
|
-
}, null, 8,
|
|
3711
|
+
}, null, 8, hr)) : 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", {
|
|
3699
3712
|
key: 0,
|
|
3700
3713
|
label: re(t)
|
|
3701
3714
|
}, [(f(!0), r(e, null, m(t.options, (e, t) => (f(), r("option", {
|
|
@@ -3703,17 +3716,17 @@ var x = () => {
|
|
|
3703
3716
|
value: e.value,
|
|
3704
3717
|
selected: e.selected,
|
|
3705
3718
|
disabled: e.disabled
|
|
3706
|
-
}, g(re(e)), 9,
|
|
3719
|
+
}, g(re(e)), 9, _r))), 128))], 8, gr)) : (f(), r("option", {
|
|
3707
3720
|
key: 1,
|
|
3708
3721
|
value: t.value,
|
|
3709
3722
|
disabled: t.disabled,
|
|
3710
3723
|
selected: t.selected
|
|
3711
|
-
}, g(re(t)), 9,
|
|
3724
|
+
}, g(re(t)), 9, vr))], 64))), 128)) : h(l.$slots, "default", { key: 2 })], 40, mr),
|
|
3712
3725
|
s.placeholder ? (f(), r("span", {
|
|
3713
3726
|
key: 0,
|
|
3714
3727
|
class: "db-select-placeholder",
|
|
3715
3728
|
id: P.value
|
|
3716
|
-
}, g(s.placeholder), 9,
|
|
3729
|
+
}, g(s.placeholder), 9, yr)) : n("", !0),
|
|
3717
3730
|
_(I)(s.message, s.showMessage) ? (f(), t($, {
|
|
3718
3731
|
key: 1,
|
|
3719
3732
|
size: "small",
|
|
@@ -3740,10 +3753,10 @@ var x = () => {
|
|
|
3740
3753
|
default: b(() => [a(g(N.value), 1)]),
|
|
3741
3754
|
_: 1
|
|
3742
3755
|
}, 8, ["id"]),
|
|
3743
|
-
i("span",
|
|
3744
|
-
], 10,
|
|
3756
|
+
i("span", br, g(B.value), 1)
|
|
3757
|
+
], 10, fr));
|
|
3745
3758
|
}
|
|
3746
|
-
}),
|
|
3759
|
+
}), Sr = [
|
|
3747
3760
|
"id",
|
|
3748
3761
|
"data-gap",
|
|
3749
3762
|
"data-variant",
|
|
@@ -3751,7 +3764,7 @@ var x = () => {
|
|
|
3751
3764
|
"data-alignment",
|
|
3752
3765
|
"data-justify-content",
|
|
3753
3766
|
"data-wrap"
|
|
3754
|
-
],
|
|
3767
|
+
], Cr = /* @__PURE__ */ s({
|
|
3755
3768
|
name: "DBStack",
|
|
3756
3769
|
__name: "stack",
|
|
3757
3770
|
props: {
|
|
@@ -3784,26 +3797,26 @@ var x = () => {
|
|
|
3784
3797
|
"data-alignment": e.alignment,
|
|
3785
3798
|
"data-justify-content": e.justifyContent,
|
|
3786
3799
|
"data-wrap": _(k)(e.wrap, "wrap")
|
|
3787
|
-
}, [h(i.$slots, "default")], 10,
|
|
3800
|
+
}, [h(i.$slots, "default")], 10, Sr));
|
|
3788
3801
|
}
|
|
3789
|
-
}),
|
|
3802
|
+
}), wr = ["simple", "divider"], Tr = ["row", "column"], Er = [
|
|
3790
3803
|
"stretch",
|
|
3791
3804
|
"start",
|
|
3792
3805
|
"end",
|
|
3793
3806
|
"center"
|
|
3794
|
-
],
|
|
3807
|
+
], Dr = [
|
|
3795
3808
|
"space-between",
|
|
3796
3809
|
"start",
|
|
3797
3810
|
"end",
|
|
3798
3811
|
"center"
|
|
3799
|
-
],
|
|
3812
|
+
], Or = [
|
|
3800
3813
|
"data-visual-aid",
|
|
3801
3814
|
"data-size",
|
|
3802
3815
|
"data-hide-label",
|
|
3803
3816
|
"data-variant",
|
|
3804
3817
|
"data-hide-asterisk",
|
|
3805
3818
|
"data-custom-validity"
|
|
3806
|
-
],
|
|
3819
|
+
], kr = ["for"], Ar = [
|
|
3807
3820
|
"id",
|
|
3808
3821
|
"checked",
|
|
3809
3822
|
"value",
|
|
@@ -3814,10 +3827,10 @@ var x = () => {
|
|
|
3814
3827
|
"required",
|
|
3815
3828
|
"data-aid-icon",
|
|
3816
3829
|
"data-aid-icon-trailing"
|
|
3817
|
-
],
|
|
3830
|
+
], jr = {
|
|
3818
3831
|
"data-visually-hidden": "true",
|
|
3819
3832
|
role: "status"
|
|
3820
|
-
},
|
|
3833
|
+
}, Mr = /* @__PURE__ */ s({
|
|
3821
3834
|
name: "DBSwitch",
|
|
3822
3835
|
__name: "switch",
|
|
3823
3836
|
props: {
|
|
@@ -3999,10 +4012,10 @@ var x = () => {
|
|
|
3999
4012
|
onBlur: u[1] ||= async (e) => H(e),
|
|
4000
4013
|
onFocus: u[2] ||= async (e) => U(e),
|
|
4001
4014
|
onKeydown: u[3] ||= async (e) => W(e)
|
|
4002
|
-
}, null, 40,
|
|
4015
|
+
}, null, 40, Ar),
|
|
4003
4016
|
s.label ? (f(), r(e, { key: 0 }, [a(g(s.label), 1)], 64)) : n("", !0),
|
|
4004
4017
|
h(l.$slots, "default")
|
|
4005
|
-
], 8,
|
|
4018
|
+
], 8, kr),
|
|
4006
4019
|
_(I)(s.message, s.showMessage) ? (f(), t($, {
|
|
4007
4020
|
key: 0,
|
|
4008
4021
|
size: "small",
|
|
@@ -4030,23 +4043,23 @@ var x = () => {
|
|
|
4030
4043
|
default: b(() => [a(g(M.value), 1)]),
|
|
4031
4044
|
_: 1
|
|
4032
4045
|
}, 8, ["id"]),
|
|
4033
|
-
i("span",
|
|
4034
|
-
], 10,
|
|
4046
|
+
i("span", jr, g(P.value), 1)
|
|
4047
|
+
], 10, Or));
|
|
4035
4048
|
}
|
|
4036
|
-
}),
|
|
4049
|
+
}), Nr = [
|
|
4037
4050
|
"for",
|
|
4038
4051
|
"data-icon",
|
|
4039
4052
|
"data-icon-trailing",
|
|
4040
4053
|
"data-show-icon",
|
|
4041
4054
|
"data-show-icon-trailing",
|
|
4042
4055
|
"data-no-text"
|
|
4043
|
-
],
|
|
4056
|
+
], Pr = [
|
|
4044
4057
|
"disabled",
|
|
4045
4058
|
"aria-selected",
|
|
4046
4059
|
"checked",
|
|
4047
4060
|
"name",
|
|
4048
4061
|
"id"
|
|
4049
|
-
],
|
|
4062
|
+
], Fr = /* @__PURE__ */ s({
|
|
4050
4063
|
name: "DBTabItem",
|
|
4051
4064
|
__name: "tab-item",
|
|
4052
4065
|
props: {
|
|
@@ -4145,12 +4158,12 @@ var x = () => {
|
|
|
4145
4158
|
name: v.value,
|
|
4146
4159
|
id: t.id ?? t.propOverrides?.id,
|
|
4147
4160
|
onInput: s[0] ||= async (e) => E(e)
|
|
4148
|
-
}, null, 40,
|
|
4161
|
+
}, null, 40, Pr),
|
|
4149
4162
|
t.label ? (f(), r(e, { key: 0 }, [a(g(t.label), 1)], 64)) : n("", !0),
|
|
4150
4163
|
h(o.$slots, "default")
|
|
4151
|
-
], 8,
|
|
4164
|
+
], 8, Nr)], 2));
|
|
4152
4165
|
}
|
|
4153
|
-
}),
|
|
4166
|
+
}), Ir = ["id"], Lr = { role: "tablist" }, Rr = /* @__PURE__ */ s({
|
|
4154
4167
|
name: "DBTabList",
|
|
4155
4168
|
__name: "tab-list",
|
|
4156
4169
|
props: {
|
|
@@ -4168,9 +4181,9 @@ var x = () => {
|
|
|
4168
4181
|
ref: n,
|
|
4169
4182
|
id: e.id ?? e.propOverrides?.id,
|
|
4170
4183
|
class: c(_(C)("db-tab-list", t.class))
|
|
4171
|
-
}, [i("ul",
|
|
4184
|
+
}, [i("ul", Lr, [h(a.$slots, "default")])], 10, Ir));
|
|
4172
4185
|
}
|
|
4173
|
-
}),
|
|
4186
|
+
}), zr = ["id"], Br = /* @__PURE__ */ s({
|
|
4174
4187
|
name: "DBTabPanel",
|
|
4175
4188
|
__name: "tab-panel",
|
|
4176
4189
|
props: {
|
|
@@ -4190,16 +4203,16 @@ var x = () => {
|
|
|
4190
4203
|
ref: o,
|
|
4191
4204
|
class: c(_(C)("db-tab-panel", i.class)),
|
|
4192
4205
|
id: t.id ?? t.propOverrides?.id
|
|
4193
|
-
}, [t.content ? (f(), r(e, { key: 0 }, [a(g(t.content), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10,
|
|
4206
|
+
}, [t.content ? (f(), r(e, { key: 0 }, [a(g(t.content), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10, zr));
|
|
4194
4207
|
}
|
|
4195
|
-
}),
|
|
4208
|
+
}), Vr = [
|
|
4196
4209
|
"id",
|
|
4197
4210
|
"data-horizontal-alignment",
|
|
4198
4211
|
"data-vertical-alignment",
|
|
4199
4212
|
"colSpan",
|
|
4200
4213
|
"rowSpan",
|
|
4201
4214
|
"headers"
|
|
4202
|
-
],
|
|
4215
|
+
], Hr = /* @__PURE__ */ s({
|
|
4203
4216
|
name: "DBTableDataCell",
|
|
4204
4217
|
__name: "table-data-cell",
|
|
4205
4218
|
props: {
|
|
@@ -4229,9 +4242,9 @@ var x = () => {
|
|
|
4229
4242
|
colSpan: _(j)(e.colSpan, e.colspan),
|
|
4230
4243
|
rowSpan: _(j)(e.rowSpan, e.rowspan),
|
|
4231
4244
|
headers: e.headers
|
|
4232
|
-
}, [h(i.$slots, "default")], 10,
|
|
4245
|
+
}, [h(i.$slots, "default")], 10, Vr));
|
|
4233
4246
|
}
|
|
4234
|
-
}),
|
|
4247
|
+
}), Ur = [
|
|
4235
4248
|
"id",
|
|
4236
4249
|
"data-horizontal-alignment",
|
|
4237
4250
|
"data-vertical-alignment",
|
|
@@ -4241,7 +4254,7 @@ var x = () => {
|
|
|
4241
4254
|
"rowSpan",
|
|
4242
4255
|
"headers",
|
|
4243
4256
|
"abbr"
|
|
4244
|
-
],
|
|
4257
|
+
], Wr = /* @__PURE__ */ s({
|
|
4245
4258
|
name: "DBTableHeaderCell",
|
|
4246
4259
|
__name: "table-header-cell",
|
|
4247
4260
|
props: {
|
|
@@ -4280,13 +4293,13 @@ var x = () => {
|
|
|
4280
4293
|
rowSpan: _(j)(e.rowSpan, e.rowspan),
|
|
4281
4294
|
headers: e.headers,
|
|
4282
4295
|
abbr: e.abbr
|
|
4283
|
-
}, [h(i.$slots, "default")], 10,
|
|
4296
|
+
}, [h(i.$slots, "default")], 10, Ur));
|
|
4284
4297
|
}
|
|
4285
|
-
}),
|
|
4298
|
+
}), Gr = [
|
|
4286
4299
|
"id",
|
|
4287
4300
|
"data-interactive",
|
|
4288
4301
|
"data-sub-header-emphasis"
|
|
4289
|
-
],
|
|
4302
|
+
], Kr = /* @__PURE__ */ s({
|
|
4290
4303
|
name: "DBTableRow",
|
|
4291
4304
|
__name: "table-row",
|
|
4292
4305
|
props: {
|
|
@@ -4315,7 +4328,7 @@ var x = () => {
|
|
|
4315
4328
|
class: c(_(C)("db-table-row", o.class)),
|
|
4316
4329
|
"data-interactive": _(k)(n.interactive),
|
|
4317
4330
|
"data-sub-header-emphasis": n.subHeaderEmphasis
|
|
4318
|
-
}, [n.cells ? (f(!0), r(e, { key: 0 }, m(n.cells, (o, s) => (f(), r(e, { key: s }, [o.headerCell ? (f(), t(
|
|
4331
|
+
}, [n.cells ? (f(!0), r(e, { key: 0 }, m(n.cells, (o, s) => (f(), r(e, { key: s }, [o.headerCell ? (f(), t(Wr, {
|
|
4319
4332
|
key: `${o.id ?? n.id ?? _(i)}-table-row-header-cell-${s}`,
|
|
4320
4333
|
id: o.id,
|
|
4321
4334
|
abbr: l(o)?.abbr,
|
|
@@ -4330,7 +4343,7 @@ var x = () => {
|
|
|
4330
4343
|
rowSpan: o.rowSpan,
|
|
4331
4344
|
rowspan: o.rowspan
|
|
4332
4345
|
}, {
|
|
4333
|
-
default: b(() => [o.link ? (f(), t(
|
|
4346
|
+
default: b(() => [o.link ? (f(), t(Fn, {
|
|
4334
4347
|
key: 0,
|
|
4335
4348
|
content: o.link?.content,
|
|
4336
4349
|
size: o.link?.size,
|
|
@@ -4383,7 +4396,7 @@ var x = () => {
|
|
|
4383
4396
|
"colspan",
|
|
4384
4397
|
"rowSpan",
|
|
4385
4398
|
"rowspan"
|
|
4386
|
-
])) : (f(), t(
|
|
4399
|
+
])) : (f(), t(Hr, {
|
|
4387
4400
|
key: `${o.id ?? n.id ?? _(i)}-table-row-data-cell-${s}`,
|
|
4388
4401
|
id: o.id,
|
|
4389
4402
|
className: o.className ?? o.class,
|
|
@@ -4395,7 +4408,7 @@ var x = () => {
|
|
|
4395
4408
|
rowSpan: o.rowSpan,
|
|
4396
4409
|
rowspan: o.rowspan
|
|
4397
4410
|
}, {
|
|
4398
|
-
default: b(() => [o.link ? (f(), t(
|
|
4411
|
+
default: b(() => [o.link ? (f(), t(Fn, {
|
|
4399
4412
|
key: 0,
|
|
4400
4413
|
content: o.link?.content,
|
|
4401
4414
|
size: o.link?.size,
|
|
@@ -4445,9 +4458,9 @@ var x = () => {
|
|
|
4445
4458
|
"colspan",
|
|
4446
4459
|
"rowSpan",
|
|
4447
4460
|
"rowspan"
|
|
4448
|
-
]))], 64))), 128)) : h(u.$slots, "default", { key: 1 })], 10,
|
|
4461
|
+
]))], 64))), 128)) : h(u.$slots, "default", { key: 1 })], 10, Gr));
|
|
4449
4462
|
}
|
|
4450
|
-
}),
|
|
4463
|
+
}), qr = ["id"], Jr = /* @__PURE__ */ s({
|
|
4451
4464
|
name: "DBTableBody",
|
|
4452
4465
|
__name: "table-body",
|
|
4453
4466
|
props: {
|
|
@@ -4466,7 +4479,7 @@ var x = () => {
|
|
|
4466
4479
|
ref: o,
|
|
4467
4480
|
id: n.id,
|
|
4468
4481
|
class: c(_(C)("db-table-body", a.class))
|
|
4469
|
-
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(
|
|
4482
|
+
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(Kr, {
|
|
4470
4483
|
key: `${e.id ?? n.id ?? _(i)}-table-body-row-${r}`,
|
|
4471
4484
|
cells: e.cells,
|
|
4472
4485
|
className: e.className ?? e.class,
|
|
@@ -4477,9 +4490,9 @@ var x = () => {
|
|
|
4477
4490
|
"className",
|
|
4478
4491
|
"interactive",
|
|
4479
4492
|
"id"
|
|
4480
|
-
]))), 128)) : h(s.$slots, "default", { key: 1 })], 10,
|
|
4493
|
+
]))), 128)) : h(s.$slots, "default", { key: 1 })], 10, qr));
|
|
4481
4494
|
}
|
|
4482
|
-
}),
|
|
4495
|
+
}), Yr = ["id"], Xr = /* @__PURE__ */ s({
|
|
4483
4496
|
name: "DBTableFooter",
|
|
4484
4497
|
__name: "table-footer",
|
|
4485
4498
|
props: {
|
|
@@ -4498,7 +4511,7 @@ var x = () => {
|
|
|
4498
4511
|
ref: o,
|
|
4499
4512
|
id: n.id,
|
|
4500
4513
|
class: c(_(C)("db-table-footer", a.class))
|
|
4501
|
-
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(
|
|
4514
|
+
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(Kr, {
|
|
4502
4515
|
key: `${e.id ?? n.id ?? _(i)}-table-footer-row-${r}`,
|
|
4503
4516
|
cells: e.cells,
|
|
4504
4517
|
className: e.className ?? e.class,
|
|
@@ -4509,9 +4522,9 @@ var x = () => {
|
|
|
4509
4522
|
"className",
|
|
4510
4523
|
"interactive",
|
|
4511
4524
|
"id"
|
|
4512
|
-
]))), 128)) : h(s.$slots, "default", { key: 1 })], 10,
|
|
4525
|
+
]))), 128)) : h(s.$slots, "default", { key: 1 })], 10, Yr));
|
|
4513
4526
|
}
|
|
4514
|
-
}),
|
|
4527
|
+
}), Zr = ["id"], Qr = /* @__PURE__ */ s({
|
|
4515
4528
|
name: "DBTableHead",
|
|
4516
4529
|
__name: "table-head",
|
|
4517
4530
|
props: {
|
|
@@ -4536,7 +4549,7 @@ var x = () => {
|
|
|
4536
4549
|
ref: o,
|
|
4537
4550
|
id: n.id,
|
|
4538
4551
|
class: c(_(C)("db-table-head", a.class))
|
|
4539
|
-
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(
|
|
4552
|
+
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(Kr, {
|
|
4540
4553
|
key: `${e.id ?? n.id ?? _(i)}-table-head-row-${r}`,
|
|
4541
4554
|
cells: s(e.cells),
|
|
4542
4555
|
className: e.className ?? e.class,
|
|
@@ -4549,9 +4562,9 @@ var x = () => {
|
|
|
4549
4562
|
"subHeaderEmphasis",
|
|
4550
4563
|
"interactive",
|
|
4551
4564
|
"id"
|
|
4552
|
-
]))), 128)) : h(l.$slots, "default", { key: 1 })], 10,
|
|
4565
|
+
]))), 128)) : h(l.$slots, "default", { key: 1 })], 10, Zr));
|
|
4553
4566
|
}
|
|
4554
|
-
}),
|
|
4567
|
+
}), $r = [
|
|
4555
4568
|
"data-width",
|
|
4556
4569
|
"data-size",
|
|
4557
4570
|
"data-divider",
|
|
@@ -4559,7 +4572,7 @@ var x = () => {
|
|
|
4559
4572
|
"data-mobile-variant",
|
|
4560
4573
|
"data-show-caption",
|
|
4561
4574
|
"data-sticky-header"
|
|
4562
|
-
],
|
|
4575
|
+
], ei = ["id"], ti = { key: 0 }, ni = /* @__PURE__ */ s({
|
|
4563
4576
|
name: "DBTable",
|
|
4564
4577
|
__name: "table",
|
|
4565
4578
|
props: {
|
|
@@ -4646,22 +4659,22 @@ var x = () => {
|
|
|
4646
4659
|
ref_key: "_ref",
|
|
4647
4660
|
ref: d,
|
|
4648
4661
|
id: a.id
|
|
4649
|
-
}, [a.captionPlain ? (f(), r("caption",
|
|
4650
|
-
s.value?.header ? (f(), t(
|
|
4662
|
+
}, [a.captionPlain ? (f(), r("caption", ti, g(a.captionPlain), 1)) : h(p.$slots, "caption", { key: 1 }), s.value ? (f(), r(e, { key: 2 }, [
|
|
4663
|
+
s.value?.header ? (f(), t(Qr, {
|
|
4651
4664
|
key: 0,
|
|
4652
4665
|
rows: s.value?.header
|
|
4653
4666
|
}, null, 8, ["rows"])) : n("", !0),
|
|
4654
|
-
s.value?.body ? (f(), t(
|
|
4667
|
+
s.value?.body ? (f(), t(Jr, {
|
|
4655
4668
|
key: 1,
|
|
4656
4669
|
rows: s.value?.body
|
|
4657
4670
|
}, null, 8, ["rows"])) : n("", !0),
|
|
4658
|
-
s.value?.footer ? (f(), t(
|
|
4671
|
+
s.value?.footer ? (f(), t(Xr, {
|
|
4659
4672
|
key: 2,
|
|
4660
4673
|
rows: s.value?.footer
|
|
4661
4674
|
}, null, 8, ["rows"])) : n("", !0)
|
|
4662
|
-
], 64)) : h(p.$slots, "default", { key: 3 })], 8,
|
|
4675
|
+
], 64)) : h(p.$slots, "default", { key: 3 })], 8, ei)], 14, $r));
|
|
4663
4676
|
}
|
|
4664
|
-
}),
|
|
4677
|
+
}), ri = ["id"], ii = /* @__PURE__ */ s({
|
|
4665
4678
|
name: "DBTableCaption",
|
|
4666
4679
|
__name: "table-caption",
|
|
4667
4680
|
props: {
|
|
@@ -4679,48 +4692,48 @@ var x = () => {
|
|
|
4679
4692
|
ref: n,
|
|
4680
4693
|
id: e.id,
|
|
4681
4694
|
class: c(_(C)("db-table-caption", t.class))
|
|
4682
|
-
}, [h(i.$slots, "default")], 10,
|
|
4695
|
+
}, [h(i.$slots, "default")], 10, ri));
|
|
4683
4696
|
}
|
|
4684
|
-
}),
|
|
4697
|
+
}), ai = [
|
|
4685
4698
|
"row",
|
|
4686
4699
|
"col",
|
|
4687
4700
|
"rowgroup",
|
|
4688
4701
|
"colgroup"
|
|
4689
|
-
],
|
|
4702
|
+
], oi = [
|
|
4690
4703
|
"none",
|
|
4691
4704
|
"weak",
|
|
4692
4705
|
"strong"
|
|
4693
|
-
],
|
|
4706
|
+
], si = [
|
|
4694
4707
|
"x-small",
|
|
4695
4708
|
"small",
|
|
4696
4709
|
"medium",
|
|
4697
4710
|
"large"
|
|
4698
|
-
],
|
|
4711
|
+
], ci = [
|
|
4699
4712
|
"flat",
|
|
4700
4713
|
"zebra",
|
|
4701
4714
|
"spaced"
|
|
4702
|
-
],
|
|
4715
|
+
], li = [
|
|
4703
4716
|
"none",
|
|
4704
4717
|
"both",
|
|
4705
4718
|
"horizontal",
|
|
4706
4719
|
"vertical"
|
|
4707
|
-
],
|
|
4720
|
+
], ui = ["table", "list"], di = [
|
|
4708
4721
|
"none",
|
|
4709
4722
|
"both",
|
|
4710
4723
|
"horizontal",
|
|
4711
4724
|
"vertical"
|
|
4712
|
-
],
|
|
4725
|
+
], fi = [
|
|
4713
4726
|
"auto",
|
|
4714
4727
|
"1fr",
|
|
4715
4728
|
"min-content",
|
|
4716
4729
|
"max-content"
|
|
4717
|
-
],
|
|
4730
|
+
], pi = [
|
|
4718
4731
|
"id",
|
|
4719
4732
|
"data-orientation",
|
|
4720
4733
|
"data-scroll-behavior",
|
|
4721
4734
|
"data-alignment",
|
|
4722
4735
|
"data-width"
|
|
4723
|
-
],
|
|
4736
|
+
], mi = /* @__PURE__ */ s({
|
|
4724
4737
|
name: "DBTabs",
|
|
4725
4738
|
__name: "tabs",
|
|
4726
4739
|
props: {
|
|
@@ -4871,8 +4884,8 @@ var x = () => {
|
|
|
4871
4884
|
default: b(() => [...u[2] ||= [a(" Scroll left ", -1)]]),
|
|
4872
4885
|
_: 1
|
|
4873
4886
|
}, 8, ["onClick"])) : n("", !0),
|
|
4874
|
-
i.tabs ? (f(), r(e, { key: 1 }, [o(
|
|
4875
|
-
default: b(() => [(f(!0), r(e, null, m(k(), (e, n) => (f(), t(
|
|
4887
|
+
i.tabs ? (f(), r(e, { key: 1 }, [o(Rr, null, {
|
|
4888
|
+
default: b(() => [(f(!0), r(e, null, m(k(), (e, n) => (f(), t(Fr, {
|
|
4876
4889
|
key: i.name + "tab-item" + n,
|
|
4877
4890
|
active: e.active,
|
|
4878
4891
|
label: e.label,
|
|
@@ -4887,7 +4900,7 @@ var x = () => {
|
|
|
4887
4900
|
"noText"
|
|
4888
4901
|
]))), 128))]),
|
|
4889
4902
|
_: 1
|
|
4890
|
-
}), (f(!0), r(e, null, m(k(), (e, n) => (f(), t(
|
|
4903
|
+
}), (f(!0), r(e, null, m(k(), (e, n) => (f(), t(Br, {
|
|
4891
4904
|
key: i.name + "tab-panel" + n,
|
|
4892
4905
|
content: e.content
|
|
4893
4906
|
}, {
|
|
@@ -4907,13 +4920,13 @@ var x = () => {
|
|
|
4907
4920
|
_: 1
|
|
4908
4921
|
}, 8, ["onClick"])) : n("", !0),
|
|
4909
4922
|
h(s.$slots, "default")
|
|
4910
|
-
], 42,
|
|
4923
|
+
], 42, pi));
|
|
4911
4924
|
}
|
|
4912
|
-
}),
|
|
4925
|
+
}), hi = ["scrollbar", "arrows"], gi = ["auto", "manually"], _i = ["static", "removable"], vi = [
|
|
4913
4926
|
"data-variant",
|
|
4914
4927
|
"data-hide-asterisk",
|
|
4915
4928
|
"data-hide-label"
|
|
4916
|
-
],
|
|
4929
|
+
], yi = ["for"], bi = [
|
|
4917
4930
|
"aria-invalid",
|
|
4918
4931
|
"data-custom-validity",
|
|
4919
4932
|
"data-field-sizing",
|
|
@@ -4935,10 +4948,10 @@ var x = () => {
|
|
|
4935
4948
|
"placeholder",
|
|
4936
4949
|
"rows",
|
|
4937
4950
|
"cols"
|
|
4938
|
-
],
|
|
4951
|
+
], xi = {
|
|
4939
4952
|
"data-visually-hidden": "true",
|
|
4940
4953
|
role: "status"
|
|
4941
|
-
},
|
|
4954
|
+
}, Si = /* @__PURE__ */ s({
|
|
4942
4955
|
name: "DBTextarea",
|
|
4943
4956
|
__name: "textarea",
|
|
4944
4957
|
props: {
|
|
@@ -5102,7 +5115,7 @@ var x = () => {
|
|
|
5102
5115
|
"data-hide-asterisk": _(F)(e.showRequiredAsterisk),
|
|
5103
5116
|
"data-hide-label": _(F)(e.showLabel)
|
|
5104
5117
|
}, [
|
|
5105
|
-
i("label", { for: x.value }, g(e.label ?? _("LABEL SHOULD BE SET")), 9,
|
|
5118
|
+
i("label", { for: x.value }, g(e.label ?? _("LABEL SHOULD BE SET")), 9, yi),
|
|
5106
5119
|
i("textarea", {
|
|
5107
5120
|
"aria-invalid": e.validation === "invalid",
|
|
5108
5121
|
"data-custom-validity": e.validation,
|
|
@@ -5131,7 +5144,7 @@ var x = () => {
|
|
|
5131
5144
|
placeholder: e.placeholder ?? _(" "),
|
|
5132
5145
|
rows: _(j)(e.rows, _(4)),
|
|
5133
5146
|
cols: _(j)(e.cols)
|
|
5134
|
-
}, g(e.value), 41,
|
|
5147
|
+
}, g(e.value), 41, bi),
|
|
5135
5148
|
_(I)(e.message, e.showMessage) ? (f(), t($, {
|
|
5136
5149
|
key: 0,
|
|
5137
5150
|
size: "small",
|
|
@@ -5158,50 +5171,50 @@ var x = () => {
|
|
|
5158
5171
|
default: b(() => [a(g(D.value), 1)]),
|
|
5159
5172
|
_: 1
|
|
5160
5173
|
}, 8, ["id"]),
|
|
5161
|
-
i("span",
|
|
5162
|
-
], 10,
|
|
5174
|
+
i("span", xi, g(N.value), 1)
|
|
5175
|
+
], 10, vi));
|
|
5163
5176
|
}
|
|
5164
|
-
}),
|
|
5177
|
+
}), Ci = [
|
|
5165
5178
|
"none",
|
|
5166
5179
|
"both",
|
|
5167
5180
|
"horizontal",
|
|
5168
5181
|
"vertical"
|
|
5169
|
-
],
|
|
5182
|
+
], wi = [
|
|
5170
5183
|
"hard",
|
|
5171
5184
|
"soft",
|
|
5172
5185
|
"off"
|
|
5173
|
-
],
|
|
5186
|
+
], Ti = ["description", "label"], Ei = [
|
|
5174
5187
|
"adaptive",
|
|
5175
5188
|
"neutral",
|
|
5176
5189
|
"critical",
|
|
5177
5190
|
"informational",
|
|
5178
5191
|
"warning",
|
|
5179
5192
|
"successful"
|
|
5180
|
-
],
|
|
5193
|
+
], Di = [
|
|
5181
5194
|
"medium",
|
|
5182
5195
|
"small",
|
|
5183
5196
|
"large",
|
|
5184
5197
|
"none"
|
|
5185
|
-
],
|
|
5198
|
+
], Oi = [
|
|
5186
5199
|
"medium",
|
|
5187
5200
|
"small",
|
|
5188
5201
|
"large",
|
|
5189
5202
|
"none"
|
|
5190
|
-
],
|
|
5203
|
+
], ki = [
|
|
5191
5204
|
"left",
|
|
5192
5205
|
"right",
|
|
5193
5206
|
"left-start",
|
|
5194
5207
|
"left-end",
|
|
5195
5208
|
"right-start",
|
|
5196
5209
|
"right-end"
|
|
5197
|
-
],
|
|
5210
|
+
], Ai = [
|
|
5198
5211
|
"top",
|
|
5199
5212
|
"bottom",
|
|
5200
5213
|
"top-start",
|
|
5201
5214
|
"top-end",
|
|
5202
5215
|
"bottom-start",
|
|
5203
5216
|
"bottom-end"
|
|
5204
|
-
],
|
|
5217
|
+
], ji = [...ki, ...Ai], Mi = [
|
|
5205
5218
|
"none",
|
|
5206
5219
|
"3x-large",
|
|
5207
5220
|
"2x-large",
|
|
@@ -5212,25 +5225,25 @@ var x = () => {
|
|
|
5212
5225
|
"x-small",
|
|
5213
5226
|
"2x-small",
|
|
5214
5227
|
"3x-small"
|
|
5215
|
-
],
|
|
5228
|
+
], Ni = ["horizontal", "vertical"], Pi = ["full", "auto"], Fi = [
|
|
5216
5229
|
"full",
|
|
5217
5230
|
"medium",
|
|
5218
5231
|
"large",
|
|
5219
5232
|
"small"
|
|
5220
|
-
],
|
|
5233
|
+
], Ii = [
|
|
5221
5234
|
"none",
|
|
5222
5235
|
"slow",
|
|
5223
5236
|
"fast"
|
|
5224
|
-
],
|
|
5237
|
+
], Li = ["auto", "fixed"], Ri = ["small", "medium"], zi = ["weak", "strong"], Bi = [
|
|
5225
5238
|
"invalid",
|
|
5226
5239
|
"valid",
|
|
5227
5240
|
"no-validation"
|
|
5228
|
-
],
|
|
5241
|
+
], Vi = ["fixed", "content"], Hi = ["above", "floating"], Ui = ["leading", "trailing"], Wi = /* @__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("."), Gi = [
|
|
5229
5242
|
"_self",
|
|
5230
5243
|
"_blank",
|
|
5231
5244
|
"_parent",
|
|
5232
5245
|
"_top"
|
|
5233
|
-
],
|
|
5246
|
+
], Ki = [
|
|
5234
5247
|
"no-referrer",
|
|
5235
5248
|
"no-referrer-when-downgrade",
|
|
5236
5249
|
"origin",
|
|
@@ -5239,10 +5252,10 @@ var x = () => {
|
|
|
5239
5252
|
"strict-origin",
|
|
5240
5253
|
"strict-origin-when-cross-origin",
|
|
5241
5254
|
"unsafe-url"
|
|
5242
|
-
],
|
|
5255
|
+
], qi = [
|
|
5243
5256
|
"start",
|
|
5244
5257
|
"center",
|
|
5245
5258
|
"end"
|
|
5246
5259
|
];
|
|
5247
5260
|
//#endregion
|
|
5248
|
-
export { te as AccordionBehaviorList, G as AccordionVariantList,
|
|
5261
|
+
export { te as AccordionBehaviorList, G as AccordionVariantList, qi as AlignmentList, Wi as AutoCompleteList, Ne as BadgePlacementList, ze as ButtonTypeList, Re as ButtonVariantList, Z as COLOR, Se as COLORS, Ce as COLORS_SIMPLE, ye as COLOR_CONST, X as COLOR_SIMPLE, He as CardBehaviorList, Ue as CardElevationLevelList, Jt as CustomSelectDropdownWidthList, Zt as CustomSelectListItemTypeList, ee as DBAccordion, U as DBAccordionItem, Me as DBBadge, Fe as DBBrand, Le as DBButton, Ve as DBCard, Qe as DBCheckbox, et as DBCustomButton, qt as DBCustomSelect, ft as DBCustomSelectDropdown, Xt as DBCustomSelectFormField, bt as DBCustomSelectList, vt as DBCustomSelectListItem, en as DBDivider, ln as DBDrawer, kn as DBHeader, jn as DBIcon, $ as DBInfotext, Dt as DBInput, Fn as DBLink, Bn as DBNavigation, Gn as DBNavigationItem, Xn as DBNotification, tr as DBPage, or as DBPopover, lr as DBRadio, dr as DBSection, xr as DBSelect, Cr as DBStack, Mr as DBSwitch, Fr as DBTabItem, Rr as DBTabList, Br as DBTabPanel, ni as DBTable, Jr as DBTableBody, ii as DBTableCaption, fi as DBTableColumnsSizeList, Hr as DBTableDataCell, li as DBTableDividerList, Xr as DBTableFooter, Qr as DBTableHead, Wr as DBTableHeaderCell, ai as DBTableHeaderCellScopeList, ui as DBTableMobileVariantList, Kr as DBTableRow, si as DBTableRowSizeList, oi as DBTableRowSubHeaderEmphasisList, di as DBTableStickyHeaderList, ci as DBTableVariantList, mi as DBTabs, jt as DBTag, Si as DBTextarea, kt as DBTooltip, ke as DB_UX_LOCAL_STORAGE_FRAMEWORK, Ae as DB_UX_LOCAL_STORAGE_MODE, fe as DEFAULT_BACK, me as DEFAULT_BURGER_MENU, _e as DEFAULT_CLOSE_BUTTON, le as DEFAULT_DATALIST_ID_SUFFIX, he as DEFAULT_ICON, ne as DEFAULT_ID, ue as DEFAULT_INVALID_MESSAGE, se as DEFAULT_INVALID_MESSAGE_ID_SUFFIX, K as DEFAULT_LABEL, ae as DEFAULT_LABEL_ID_SUFFIX, ie as DEFAULT_MESSAGE, q as DEFAULT_MESSAGE_ID_SUFFIX, re as DEFAULT_PLACEHOLDER, ce as DEFAULT_PLACEHOLDER_ID_SUFFIX, de as DEFAULT_REMOVE, ge as DEFAULT_ROWS, pe as DEFAULT_SELECTED, oe as DEFAULT_SELECT_ID_SUFFIX, Y as DEFAULT_VALID_MESSAGE, J as DEFAULT_VALID_MESSAGE_ID_SUFFIX, Ee as DEFAULT_VIEWPORT, xe as DENSITIES, be as DENSITY, ve as DENSITY_CONST, De as DESKTOP_VIEWPORT, tn as DividerMarginList, nn as DividerVariantList, tt as DocumentClickListener, nt as DocumentScrollListener, un as DrawerBackdropList, dn as DrawerDirectionList, pn as DrawerPositionList, fn as DrawerVariantList, zi as EmphasisList, Vi as FieldSizingList, Mi as GapSpacingList, Mn as IconWeightList, Nn as InputTypeList, Ui as LabelVariantHorizontalList, Hi as LabelVariantList, Rn as LinkContentList, Ki as LinkReferrerPolicyList, Ln as LinkSizeList, Gi as LinkTargetList, In as LinkVariantList, Oi as MarginList, Fi as MaxWidthList, hn as NavigationItemSafeTriangle, $n as NotificationAriaLiveList, Qn as NotificationLinkVariantList, Zn as NotificationVariantList, Ni as OrientationList, rr as PageDocumentOverflowList, nr as PageVariantList, ki as PlacementHorizontalList, ji as PlacementList, Ai as PlacementVerticalList, Ii as PopoverDelayList, Li as PopoverWidthList, we as SEMANTIC, Te as SEMANTICS, Qt as SelectedTypeList, Ei as SemanticList, Ri as SizeList, Di as SpacingList, Er as StackAlignmentList, Tr as StackDirectionList, Dr as StackJustifyContentList, wr as StackVariantList, Oe as TESTING_VIEWPORTS, hi as TabsBehaviorList, gi as TabsInitialSelectedModeList, _i as TagBehaviorList, Ci as TextareaResizeList, wi as TextareaWrapList, Ti as TooltipVariantList, Bi as ValidationList, Pi as WidthList, S as addAttributeToChildren, C as cls, O as delay, A as getBoolean, k as getBooleanAsString, ot as getFloatingProps, F as getHideProp, N as getInputValue, B as getNotificationRole, j as getNumber, R as getOptionKey, L as getSearchInput, M as getStep, it as handleDataOutside, at as handleFixedDropdown, ut as handleFixedPopover, E as hasVoiceOver, w as isArrayOfStrings, mn as isEventTargetNavigationItem, D as isIOSSafari, z as isKeyboardEvent, I as stringPropVisible, x as uuid };
|