@db-ux/v-core-components 1.1.0 → 1.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.
Files changed (36) hide show
  1. package/README.md +6 -1
  2. package/dist/components/accordion/accordion.vue.d.ts +1 -5
  3. package/dist/components/accordion-item/accordion-item.vue.d.ts +1 -5
  4. package/dist/components/badge/badge.vue.d.ts +1 -5
  5. package/dist/components/brand/brand.vue.d.ts +1 -5
  6. package/dist/components/button/button.vue.d.ts +1 -5
  7. package/dist/components/card/card.vue.d.ts +1 -5
  8. package/dist/components/checkbox/checkbox.vue.d.ts +1 -5
  9. package/dist/components/divider/divider.vue.d.ts +1 -5
  10. package/dist/components/drawer/drawer.vue.d.ts +1 -6
  11. package/dist/components/header/header.vue.d.ts +1 -5
  12. package/dist/components/icon/icon.vue.d.ts +1 -5
  13. package/dist/components/infotext/infotext.vue.d.ts +1 -5
  14. package/dist/components/input/input.vue.d.ts +1 -5
  15. package/dist/components/link/link.vue.d.ts +1 -5
  16. package/dist/components/navigation/navigation.vue.d.ts +1 -5
  17. package/dist/components/navigation-item/model.d.ts +3 -2
  18. package/dist/components/navigation-item/navigation-item.vue.d.ts +1 -5
  19. package/dist/components/notification/notification.vue.d.ts +1 -5
  20. package/dist/components/page/page.vue.d.ts +1 -5
  21. package/dist/components/popover/popover.vue.d.ts +1 -5
  22. package/dist/components/radio/radio.vue.d.ts +3 -7
  23. package/dist/components/section/section.vue.d.ts +1 -5
  24. package/dist/components/select/select.vue.d.ts +1 -5
  25. package/dist/components/stack/stack.vue.d.ts +1 -5
  26. package/dist/components/switch/switch.vue.d.ts +1 -5
  27. package/dist/components/tab-item/tab-item.vue.d.ts +1 -5
  28. package/dist/components/tab-list/tab-list.vue.d.ts +1 -5
  29. package/dist/components/tab-panel/tab-panel.vue.d.ts +1 -5
  30. package/dist/components/tabs/tabs.vue.d.ts +1 -5
  31. package/dist/components/tag/tag.vue.d.ts +1 -5
  32. package/dist/components/textarea/textarea.vue.d.ts +1 -5
  33. package/dist/components/tooltip/tooltip.vue.d.ts +1 -5
  34. package/dist/db-ux.es.js +571 -564
  35. package/dist/db-ux.umd.js +1 -1
  36. package/package.json +5 -5
package/dist/db-ux.es.js CHANGED
@@ -1,7 +1,7 @@
1
- var be = Object.defineProperty;
2
- var ge = (t, n, d) => n in t ? be(t, n, { enumerable: !0, configurable: !0, writable: !0, value: d }) : t[n] = d;
3
- var j = (t, n, d) => ge(t, typeof n != "symbol" ? n + "" : n, d);
4
- import { defineComponent as E, ref as o, createElementBlock as g, openBlock as m, unref as v, normalizeClass as N, renderSlot as I, Fragment as C, createTextVNode as L, toDisplayString as w, createCommentVNode as D, createElementVNode as _, createBlock as X, withCtx as z, onMounted as R, watch as M, createVNode as O, renderList as te, onUnmounted as ye } from "vue";
1
+ var ge = Object.defineProperty;
2
+ var ye = (t, n, d) => n in t ? ge(t, n, { enumerable: !0, configurable: !0, writable: !0, value: d }) : t[n] = d;
3
+ var j = (t, n, d) => ye(t, typeof n != "symbol" ? n + "" : n, d);
4
+ import { defineComponent as E, ref as u, createElementBlock as g, openBlock as m, unref as v, normalizeClass as N, renderSlot as w, Fragment as C, createTextVNode as L, toDisplayString as k, createCommentVNode as M, createElementVNode as I, createBlock as X, withCtx as R, onMounted as U, watch as z, createVNode as O, renderList as te, onUnmounted as Be } from "vue";
5
5
  const G = () => {
6
6
  var t, n;
7
7
  if (typeof window < "u") {
@@ -42,20 +42,20 @@ const G = () => {
42
42
  innerHeight: e
43
43
  } = window;
44
44
  return n >= 0 && d <= e;
45
- }, Be = (t) => {
46
- var U;
45
+ }, ke = (t) => {
46
+ var _;
47
47
  const {
48
48
  top: n,
49
49
  bottom: d,
50
50
  left: e,
51
51
  right: a
52
52
  } = t.getBoundingClientRect(), {
53
- innerHeight: r,
53
+ innerHeight: c,
54
54
  innerWidth: l
55
55
  } = window;
56
- let p = n < 0, i = d > r, h = e < 0, s = a > l;
57
- const B = t.hasAttribute("data-outside-vy"), y = t.hasAttribute("data-outside-vx"), $ = (U = t == null ? void 0 : t.parentElement) == null ? void 0 : U.getBoundingClientRect();
58
- return $ && (B && (t.getAttribute("data-outside-vy") === "top" ? p = $.top - (d - $.bottom) < 0 : i = $.bottom + ($.top - n) > r), y && (t.getAttribute("data-outside-vx") === "left" ? h = $.left - (a - $.right) < 0 : s = $.right + ($.left - e) > l)), {
56
+ let p = n < 0, i = d > c, h = e < 0, s = a > l;
57
+ const B = t.hasAttribute("data-outside-vy"), $ = t.hasAttribute("data-outside-vx"), D = (_ = t == null ? void 0 : t.parentElement) == null ? void 0 : _.getBoundingClientRect();
58
+ return D && (B && (t.getAttribute("data-outside-vy") === "top" ? p = D.top - (d - D.bottom) < 0 : i = D.bottom + (D.top - n) > c), $ && (t.getAttribute("data-outside-vx") === "left" ? h = D.left - (a - D.right) < 0 : s = D.right + (D.left - e) > l)), {
59
59
  outTop: p,
60
60
  outBottom: i,
61
61
  outLeft: h,
@@ -67,18 +67,18 @@ const G = () => {
67
67
  outBottom: d,
68
68
  outLeft: e,
69
69
  outRight: a
70
- } = Be(t);
71
- let r = {};
72
- return n || d ? (r = {
70
+ } = ke(t);
71
+ let c = {};
72
+ return n || d ? (c = {
73
73
  vy: n ? "top" : "bottom"
74
- }, t.setAttribute("data-outside-vy", r.vy)) : t.removeAttribute("data-outside-vy"), e || a ? (r = {
75
- ...r,
74
+ }, t.setAttribute("data-outside-vy", c.vy)) : t.removeAttribute("data-outside-vy"), e || a ? (c = {
75
+ ...c,
76
76
  vx: a ? "right" : "left"
77
- }, t.setAttribute("data-outside-vx", r.vx)) : t.removeAttribute("data-outside-vx"), r;
78
- }, ke = (t) => Array.isArray(t) && t.every((n) => typeof n == "string"), we = ["Mac", "iPhone", "iPad", "iPod"], Y = () => typeof window < "u" && we.some((t) => window.navigator.userAgent.includes(t)), H = (t, n) => new Promise(() => setTimeout(t, n)), V = (t) => t && String(t), P = (t) => {
77
+ }, t.setAttribute("data-outside-vx", c.vx)) : t.removeAttribute("data-outside-vx"), c;
78
+ }, we = (t) => Array.isArray(t) && t.every((n) => typeof n == "string"), Ie = ["Mac", "iPhone", "iPad", "iPod"], Y = () => typeof window < "u" && Ie.some((t) => window.navigator.userAgent.includes(t)), H = (t, n) => new Promise(() => setTimeout(t, n)), V = (t) => t && String(t), P = (t) => {
79
79
  if (t != null)
80
80
  return V(!t);
81
- }, q = (t, n) => n === void 0 ? !!t : n && t, Ie = ["id", "type", "disabled", "aria-label", "data-icon", "data-hide-icon", "data-size", "data-state", "data-width", "data-variant", "data-no-text", "name", "value", "aria-describedby", "aria-expanded", "aria-pressed"], de = /* @__PURE__ */ E({
81
+ }, q = (t, n) => n === void 0 ? !!t : n && t, _e = ["id", "type", "disabled", "aria-label", "data-icon", "data-hide-icon", "data-size", "data-state", "data-width", "data-variant", "data-no-text", "name", "value", "aria-describedby", "aria-expanded", "aria-pressed"], de = /* @__PURE__ */ E({
82
82
  __name: "button",
83
83
  props: {
84
84
  ariaexpanded: { type: Boolean, default: void 0 },
@@ -105,11 +105,11 @@ const G = () => {
105
105
  text: { default: void 0 }
106
106
  },
107
107
  setup(t) {
108
- const n = t, d = o(null);
108
+ const n = t, d = u(null);
109
109
  function e(a) {
110
110
  n.onClick && n.onClick(a);
111
111
  }
112
- return (a, r) => (m(), g("button", {
112
+ return (a, c) => (m(), g("button", {
113
113
  ref_key: "_ref",
114
114
  ref: d,
115
115
  id: a.id,
@@ -129,36 +129,36 @@ const G = () => {
129
129
  "aria-describedby": a.describedbyid,
130
130
  "aria-expanded": a.ariaexpanded,
131
131
  "aria-pressed": a.ariapressed,
132
- onClick: r[0] || (r[0] = async (l) => e(l))
132
+ onClick: c[0] || (c[0] = async (l) => e(l))
133
133
  }, [
134
134
  a.text ? (m(), g(C, { key: 0 }, [
135
- L(w(a.text), 1)
136
- ], 64)) : I(a.$slots, "default", { key: 1 })
137
- ], 10, Ie));
135
+ L(k(a.text), 1)
136
+ ], 64)) : w(a.$slots, "default", { key: 1 })
137
+ ], 10, _e));
138
138
  }
139
- }), ee = "OVERWRITE_DEFAULT_ID", le = "LABEL SHOULD BE SET", fe = " ", K = "-message", J = "-valid-message", Q = "-invalid-message", oe = "-placeholder", ue = "-datalist", Z = "TODO: Add a validMessage", x = "TODO: Add an invalidMessage", _e = "Back", $e = "BurgerMenu", Le = "brand", Ee = 4, ce = "Close Button", vn = "density", pn = "color";
139
+ }), ee = "OVERWRITE_DEFAULT_ID", le = "LABEL SHOULD BE SET", fe = " ", K = "-message", J = "-valid-message", Q = "-invalid-message", oe = "-placeholder", ue = "-datalist", Z = "TODO: Add a validMessage", x = "TODO: Add an invalidMessage", $e = "Back", Le = "BurgerMenu", Ee = "brand", Ne = 4, ce = "Close Button", vn = "density", pn = "color";
140
140
  var ve = /* @__PURE__ */ ((t) => (t.FUNCTIONAL = "functional", t.REGULAR = "regular", t.EXPRESSIVE = "expressive", t))(ve || {});
141
141
  const hn = Object.entries(ve).map(([, t]) => t);
142
142
  var pe = /* @__PURE__ */ ((t) => (t.PRIMARY = "primary", t))(pe || {}), he = /* @__PURE__ */ ((t) => (t.NEUTRAL_BG_LEVEL_1 = "neutral-bg-basic-level-1", t.NEUTRAL_BG_LEVEL_2 = "neutral-bg-basic-level-2", t.NEUTRAL_BG_LEVEL_3 = "neutral-bg-basic-level-3", t.NEUTRAL_BG_TRANSPARENT_SEMI = "neutral-bg-basic-transparent-semi", t.NEUTRAL_BG_TRANSPARENT_FULL = "neutral-bg-basic-transparent-full", t.BRAND_BG_LEVEL_1 = "brand-bg-basic-level-1", t.BRAND_BG_LEVEL_2 = "brand-bg-basic-level-2", t.BRAND_BG_LEVEL_3 = "brand-bg-basic-level-3", t.BRAND_BG_TRANSPARENT_SEMI = "brand-bg-basic-transparent-semi", t.BRAND_BG_TRANSPARENT_FULL = "brand-bg-basic-transparent-full", t.SUCCESSFUL_BG_LEVEL_1 = "successful-bg-basic-level-1", t.SUCCESSFUL_BG_LEVEL_2 = "successful-bg-basic-level-2", t.SUCCESSFUL_BG_LEVEL_3 = "successful-bg-basic-level-3", t.SUCCESSFUL_BG_TRANSPARENT_SEMI = "successful-bg-basic-transparent-semi", t.SUCCESSFUL_BG_TRANSPARENT_FULL = "successful-bg-basic-transparent-full", t.CRITICAL_BG_LEVEL_1 = "critical-bg-basic-level-1", t.CRITICAL_BG_LEVEL_2 = "critical-bg-basic-level-2", t.CRITICAL_BG_LEVEL_3 = "critical-bg-basic-level-3", t.CRITICAL_BG_TRANSPARENT_SEMI = "critical-bg-basic-transparent-semi", t.CRITICAL_BG_TRANSPARENT_Full = "critical-bg-basic-transparent-full", t.WARNING_BG_LEVEL_1 = "warning-bg-basic-level-1", t.WARNING_BG_LEVEL_2 = "warning-bg-basic-level-2", t.WARNING_BG_LEVEL_3 = "warning-bg-basic-level-3", t.WARNING_BG_TRANSPARENT_SEMI = "warning-bg-basic-transparent-semi", t.WARNING_BG_TRANSPARENT_FULL = "warning-bg-basic-transparent-full", t.INFORMATIONAL_BG_LEVEL_1 = "informational-bg-basic-level-1", t.INFORMATIONAL_BG_LEVEL_2 = "informational-bg-basic-level-2", t.INFORMATIONAL_BG_LEVEL_3 = "informational-bg-basic-level-3", t.INFORMATIONAL_BG_TRANSPARENT_SEMI = "informational-bg-basic-transparent-semi", t.INFORMATIONAL_BG_TRANSPARENT_FULL = "informational-bg-basic-transparent-full", t))(he || {});
143
143
  const mn = Object.entries(he).map(([, t]) => t), bn = Object.entries(pe).map(([, t]) => t);
144
144
  var me = /* @__PURE__ */ ((t) => (t.CRITICAL = "critical", t.INFORMATIONAL = "informational", t.WARNING = "warning", t.SUCCESSFUL = "successful", t))(me || {});
145
- const gn = Object.entries(me).map(([, t]) => t), Ne = {
145
+ const gn = Object.entries(me).map(([, t]) => t), Ae = {
146
146
  width: 390,
147
147
  height: 884
148
- }, Ae = {
148
+ }, Fe = {
149
149
  width: 1920,
150
150
  height: 1280
151
151
  }, yn = [{
152
152
  name: "desktop",
153
- ...Ae
153
+ ...Fe
154
154
  }, {
155
155
  name: "tablet",
156
156
  width: 768,
157
157
  height: 1024
158
158
  }, {
159
159
  name: "mobile",
160
- ...Ne
161
- }], Fe = ["id", "aria-live", "data-semantic", "data-variant", "data-icon", "data-hide-icon", "data-link-variant"], Te = { key: 0 }, Se = { key: 1 }, Bn = /* @__PURE__ */ E({
160
+ ...Ae
161
+ }], Te = ["id", "aria-live", "data-semantic", "data-variant", "data-icon", "data-hide-icon", "data-link-variant"], Se = { key: 0 }, Ce = { key: 1 }, Bn = /* @__PURE__ */ E({
162
162
  __name: "notification",
163
163
  props: {
164
164
  ariaLive: { default: void 0 },
@@ -189,11 +189,11 @@ const gn = Object.entries(me).map(([, t]) => t), Ne = {
189
189
  text: { default: void 0 }
190
190
  },
191
191
  setup(t) {
192
- const n = t, d = o(null);
192
+ const n = t, d = u(null);
193
193
  function e(a) {
194
194
  n.onClose && n.onClose();
195
195
  }
196
- return (a, r) => (m(), g("article", {
196
+ return (a, c) => (m(), g("article", {
197
197
  ref_key: "_ref",
198
198
  ref: d,
199
199
  id: a.id,
@@ -205,15 +205,15 @@ const gn = Object.entries(me).map(([, t]) => t), Ne = {
205
205
  "data-hide-icon": v(P)(a.showIcon),
206
206
  "data-link-variant": a.linkVariant
207
207
  }, [
208
- I(a.$slots, "image"),
209
- v(q)(a.headline, a.showHeadline) ? (m(), g("header", Te, w(a.headline), 1)) : D("", !0),
210
- _("p", null, [
208
+ w(a.$slots, "image"),
209
+ v(q)(a.headline, a.showHeadline) ? (m(), g("header", Se, k(a.headline), 1)) : M("", !0),
210
+ I("p", null, [
211
211
  a.text ? (m(), g(C, { key: 0 }, [
212
- L(w(a.text), 1)
213
- ], 64)) : I(a.$slots, "default", { key: 1 })
212
+ L(k(a.text), 1)
213
+ ], 64)) : w(a.$slots, "default", { key: 1 })
214
214
  ]),
215
- v(q)(a.timestamp, a.showTimestamp) ? (m(), g("span", Se, w(a.timestamp), 1)) : D("", !0),
216
- I(a.$slots, "link"),
215
+ v(q)(a.timestamp, a.showTimestamp) ? (m(), g("span", Ce, k(a.timestamp), 1)) : M("", !0),
216
+ w(a.$slots, "link"),
217
217
  a.closeable ? (m(), X(de, {
218
218
  key: 2,
219
219
  icon: "cross",
@@ -223,14 +223,14 @@ const gn = Object.entries(me).map(([, t]) => t), Ne = {
223
223
  noText: !0,
224
224
  onClick: (l) => e()
225
225
  }, {
226
- default: z(() => [
227
- L(w(a.closeButtonText ?? v(ce)), 1)
226
+ default: R(() => [
227
+ L(k(a.closeButtonText ?? v(ce)), 1)
228
228
  ]),
229
229
  _: 1
230
- }, 8, ["id", "onClick"])) : D("", !0)
231
- ], 10, Fe));
230
+ }, 8, ["id", "onClick"])) : M("", !0)
231
+ ], 10, Te));
232
232
  }
233
- }), Ce = ["id", "data-semantic", "data-size", "data-emphasis", "data-placement", "data-label"], kn = /* @__PURE__ */ E({
233
+ }), De = ["id", "data-semantic", "data-size", "data-emphasis", "data-placement", "data-label"], kn = /* @__PURE__ */ E({
234
234
  __name: "badge",
235
235
  props: {
236
236
  placement: { default: void 0 },
@@ -247,23 +247,23 @@ const gn = Object.entries(me).map(([, t]) => t), Ne = {
247
247
  text: { default: void 0 }
248
248
  },
249
249
  setup(t) {
250
- const n = t, d = o(!1), e = o(null);
251
- return R(() => {
250
+ const n = t, d = u(!1), e = u(null);
251
+ return U(() => {
252
252
  d.value = !0;
253
- }), M(
253
+ }), z(
254
254
  () => [e.value, d.value],
255
255
  () => {
256
256
  var a;
257
257
  if (e.value && d.value && (a = n.placement) != null && a.startsWith("corner")) {
258
- let r = e.value.parentElement;
259
- r && r.localName.includes("badge") && (r = r.parentElement), r && r.setAttribute("data-has-badge", "true");
258
+ let c = e.value.parentElement;
259
+ c && c.localName.includes("badge") && (c = c.parentElement), c && c.setAttribute("data-has-badge", "true");
260
260
  }
261
261
  },
262
262
  {
263
263
  immediate: !0,
264
264
  flush: "post"
265
265
  }
266
- ), (a, r) => {
266
+ ), (a, c) => {
267
267
  var l;
268
268
  return m(), g("span", {
269
269
  ref_key: "_ref",
@@ -277,12 +277,12 @@ const gn = Object.entries(me).map(([, t]) => t), Ne = {
277
277
  "data-label": ((l = a.placement) == null ? void 0 : l.startsWith("corner")) && (a.label ?? v(le))
278
278
  }, [
279
279
  a.text ? (m(), g(C, { key: 0 }, [
280
- L(w(a.text), 1)
281
- ], 64)) : I(a.$slots, "default", { key: 1 })
282
- ], 10, Ce);
280
+ L(k(a.text), 1)
281
+ ], 64)) : w(a.$slots, "default", { key: 1 })
282
+ ], 10, De);
283
283
  };
284
284
  }
285
- }), De = ["data-icon", "data-hide-icon", "id"], wn = /* @__PURE__ */ E({
285
+ }), Me = ["data-icon", "data-hide-icon", "id"], wn = /* @__PURE__ */ E({
286
286
  __name: "brand",
287
287
  props: {
288
288
  hideLogo: { type: Boolean, default: void 0 },
@@ -297,21 +297,21 @@ const gn = Object.entries(me).map(([, t]) => t), Ne = {
297
297
  text: { default: void 0 }
298
298
  },
299
299
  setup(t) {
300
- const n = t, d = o(null);
300
+ const n = t, d = u(null);
301
301
  return (e, a) => (m(), g("div", {
302
302
  ref_key: "_ref",
303
303
  ref: d,
304
- "data-icon": e.hideLogo ? "none" : e.icon ?? v(Le),
304
+ "data-icon": e.hideLogo ? "none" : e.icon ?? v(Ee),
305
305
  "data-hide-icon": v(P)(e.showIcon),
306
306
  id: e.id,
307
307
  class: N(v(A)("db-brand", n.class))
308
308
  }, [
309
309
  e.text ? (m(), g(C, { key: 0 }, [
310
- L(w(e.text), 1)
311
- ], 64)) : I(e.$slots, "default", { key: 1 })
312
- ], 10, De));
310
+ L(k(e.text), 1)
311
+ ], 64)) : w(e.$slots, "default", { key: 1 })
312
+ ], 10, Me));
313
313
  }
314
- }), Me = ["id", "data-behavior", "data-elevation-level", "data-spacing", "role", "tabIndex"], In = /* @__PURE__ */ E({
314
+ }), ze = ["id", "data-behavior", "data-elevation-level", "data-spacing", "role", "tabIndex"], In = /* @__PURE__ */ E({
315
315
  __name: "card",
316
316
  props: {
317
317
  behavior: { default: void 0 },
@@ -326,11 +326,11 @@ const gn = Object.entries(me).map(([, t]) => t), Ne = {
326
326
  spacing: { default: void 0 }
327
327
  },
328
328
  setup(t) {
329
- const n = t, d = o(null);
329
+ const n = t, d = u(null);
330
330
  function e(a) {
331
331
  n.onClick && n.onClick(a);
332
332
  }
333
- return (a, r) => (m(), g("div", {
333
+ return (a, c) => (m(), g("div", {
334
334
  ref_key: "_ref",
335
335
  ref: d,
336
336
  id: a.id,
@@ -340,14 +340,14 @@ const gn = Object.entries(me).map(([, t]) => t), Ne = {
340
340
  "data-spacing": a.spacing,
341
341
  role: a.behavior === "interactive" ? "button" : void 0,
342
342
  tabIndex: a.behavior === "interactive" ? 0 : void 0,
343
- onClick: r[0] || (r[0] = async (l) => e(l))
343
+ onClick: c[0] || (c[0] = async (l) => e(l))
344
344
  }, [
345
- I(a.$slots, "default")
346
- ], 10, Me));
345
+ w(a.$slots, "default")
346
+ ], 10, ze));
347
347
  }
348
348
  }), ae = (t, n, d = "value") => {
349
349
  t(`update:${d}`, n.target[d]);
350
- }, ze = ["id", "data-icon", "data-semantic", "data-size", "data-hide-icon-before"], W = /* @__PURE__ */ E({
350
+ }, Re = ["id", "data-icon", "data-semantic", "data-size", "data-hide-icon-before"], W = /* @__PURE__ */ E({
351
351
  __name: "infotext",
352
352
  props: {
353
353
  children: { default: void 0 },
@@ -363,7 +363,7 @@ const gn = Object.entries(me).map(([, t]) => t), Ne = {
363
363
  text: { default: void 0 }
364
364
  },
365
365
  setup(t) {
366
- const n = t, d = o(null);
366
+ const n = t, d = u(null);
367
367
  return (e, a) => (m(), g("span", {
368
368
  ref_key: "_ref",
369
369
  ref: d,
@@ -375,11 +375,11 @@ const gn = Object.entries(me).map(([, t]) => t), Ne = {
375
375
  "data-hide-icon-before": v(P)(e.showIcon ?? !0)
376
376
  }, [
377
377
  e.text ? (m(), g(C, { key: 0 }, [
378
- L(w(e.text), 1)
379
- ], 64)) : I(e.$slots, "default", { key: 1 })
380
- ], 10, ze));
378
+ L(k(e.text), 1)
379
+ ], 64)) : w(e.$slots, "default", { key: 1 })
380
+ ], 10, Re));
381
381
  }
382
- }), Re = ["data-size", "data-hide-label"], Ue = ["for"], Pe = ["aria-invalid", "data-custom-validity", "id", "name", "checked", "disabled", "value", "required", "aria-describedby"], Ve = {
382
+ }), Ue = ["data-size", "data-hide-label"], Pe = ["for"], Ve = ["aria-invalid", "data-custom-validity", "id", "name", "checked", "disabled", "value", "required", "aria-describedby"], Ge = {
383
383
  "data-visually-hidden": "true",
384
384
  role: "status"
385
385
  }, _n = /* @__PURE__ */ E({
@@ -419,24 +419,24 @@ const gn = Object.entries(me).map(([, t]) => t), Ne = {
419
419
  },
420
420
  emits: ["update:checked"],
421
421
  setup(t, { emit: n }) {
422
- const d = n, e = t, a = o(!1), r = o(void 0), l = o(void 0), p = o(void 0), i = o(void 0), h = o(""), s = o(""), B = o(null);
423
- R(() => {
422
+ const d = n, e = t, a = u(!1), c = u(void 0), l = u(void 0), p = u(void 0), i = u(void 0), h = u(""), s = u(""), B = u(null);
423
+ U(() => {
424
424
  a.value = !0;
425
425
  const f = e.id ?? `checkbox-${G()}`;
426
- r.value = f, l.value = f + K, p.value = f + J, i.value = f + Q;
427
- }), M(
428
- () => [r.value],
426
+ c.value = f, l.value = f + K, p.value = f + J, i.value = f + Q;
427
+ }), z(
428
+ () => [c.value],
429
429
  () => {
430
- if (r.value) {
431
- const f = r.value + K;
432
- l.value = f, p.value = r.value + J, i.value = r.value + Q, q(e.message, e.showMessage) && (h.value = f);
430
+ if (c.value) {
431
+ const f = c.value + K;
432
+ l.value = f, p.value = c.value + J, i.value = c.value + Q, q(e.message, e.showMessage) && (h.value = f);
433
433
  }
434
434
  },
435
435
  {
436
436
  immediate: !0,
437
437
  flush: "post"
438
438
  }
439
- ), M(
439
+ ), z(
440
440
  () => [a.value, B.value, e.indeterminate],
441
441
  () => {
442
442
  B.value && e.indeterminate !== void 0 && (B.value.indeterminate = e.indeterminate);
@@ -445,7 +445,7 @@ const gn = Object.entries(me).map(([, t]) => t), Ne = {
445
445
  immediate: !0,
446
446
  flush: "post"
447
447
  }
448
- ), M(
448
+ ), z(
449
449
  () => [a.value, B.value, e.checked],
450
450
  () => {
451
451
  a.value && B.value && (e.checked != null && (B.value.checked = e.checked), a.value = !1);
@@ -455,61 +455,61 @@ const gn = Object.entries(me).map(([, t]) => t), Ne = {
455
455
  flush: "post"
456
456
  }
457
457
  );
458
- function y(f) {
459
- var c, k, u;
460
- e.onChange && e.onChange(f), e.change && e.change(f), ae(d, f, "checked"), !((c = B.value) != null && c.validity.valid) || e.validation === "invalid" ? (h.value = i.value, Y() && (s.value = e.invalidMessage ?? ((k = B.value) == null ? void 0 : k.validationMessage) ?? x, H(() => s.value = "", 1e3))) : e.validation === "valid" || (u = B.value) != null && u.validity.valid && e.required ? (h.value = p.value, Y() && (s.value = e.validMessage ?? Z, H(() => s.value = "", 1e3))) : q(e.message, e.showMessage) ? h.value = l.value : h.value = "";
461
- }
462
458
  function $(f) {
459
+ var o, y, r;
460
+ e.onChange && e.onChange(f), e.change && e.change(f), ae(d, f, "checked"), !((o = B.value) != null && o.validity.valid) || e.validation === "invalid" ? (h.value = i.value, Y() && (s.value = e.invalidMessage ?? ((y = B.value) == null ? void 0 : y.validationMessage) ?? x, H(() => s.value = "", 1e3))) : e.validation === "valid" || (r = B.value) != null && r.validity.valid && e.required ? (h.value = p.value, Y() && (s.value = e.validMessage ?? Z, H(() => s.value = "", 1e3))) : q(e.message, e.showMessage) ? h.value = l.value : h.value = "";
461
+ }
462
+ function D(f) {
463
463
  e.onBlur && e.onBlur(f), e.blur && e.blur(f);
464
464
  }
465
- function U(f) {
465
+ function _(f) {
466
466
  e.onFocus && e.onFocus(f), e.focus && e.focus(f);
467
467
  }
468
- return (f, c) => (m(), g("div", {
468
+ return (f, o) => (m(), g("div", {
469
469
  class: N(v(A)("db-checkbox", e.class)),
470
470
  "data-size": f.size,
471
471
  "data-hide-label": v(P)(f.showLabel)
472
472
  }, [
473
- _("label", { for: r.value }, [
474
- _("input", {
473
+ I("label", { for: c.value }, [
474
+ I("input", {
475
475
  type: "checkbox",
476
476
  "aria-invalid": f.validation === "invalid",
477
477
  "data-custom-validity": f.validation,
478
478
  ref_key: "_ref",
479
479
  ref: B,
480
- id: r.value,
480
+ id: c.value,
481
481
  name: f.name,
482
482
  checked: f.checked,
483
483
  disabled: f.disabled,
484
484
  value: f.value,
485
485
  required: f.required,
486
- onChange: c[0] || (c[0] = async (k) => y(k)),
487
- onBlur: c[1] || (c[1] = async (k) => $(k)),
488
- onFocus: c[2] || (c[2] = async (k) => U(k)),
486
+ onChange: o[0] || (o[0] = async (y) => $(y)),
487
+ onBlur: o[1] || (o[1] = async (y) => D(y)),
488
+ onFocus: o[2] || (o[2] = async (y) => _(y)),
489
489
  "aria-describedby": h.value
490
- }, null, 40, Pe),
490
+ }, null, 40, Ve),
491
491
  f.label ? (m(), g(C, { key: 0 }, [
492
- L(w(f.label), 1)
493
- ], 64)) : I(f.$slots, "default", { key: 1 })
494
- ], 8, Ue),
492
+ L(k(f.label), 1)
493
+ ], 64)) : w(f.$slots, "default", { key: 1 })
494
+ ], 8, Pe),
495
495
  v(q)(f.message, f.showMessage) ? (m(), X(W, {
496
496
  key: 0,
497
497
  size: "small",
498
498
  icon: f.messageIcon,
499
499
  id: l.value
500
500
  }, {
501
- default: z(() => [
502
- L(w(f.message), 1)
501
+ default: R(() => [
502
+ L(k(f.message), 1)
503
503
  ]),
504
504
  _: 1
505
- }, 8, ["icon", "id"])) : D("", !0),
505
+ }, 8, ["icon", "id"])) : M("", !0),
506
506
  O(W, {
507
507
  size: "small",
508
508
  semantic: "successful",
509
509
  id: p.value
510
510
  }, {
511
- default: z(() => [
512
- L(w(f.validMessage ?? v(Z)), 1)
511
+ default: R(() => [
512
+ L(k(f.validMessage ?? v(Z)), 1)
513
513
  ]),
514
514
  _: 1
515
515
  }, 8, ["id"]),
@@ -518,18 +518,18 @@ const gn = Object.entries(me).map(([, t]) => t), Ne = {
518
518
  semantic: "critical",
519
519
  id: i.value
520
520
  }, {
521
- default: z(() => {
522
- var k;
521
+ default: R(() => {
522
+ var y;
523
523
  return [
524
- L(w(f.invalidMessage ?? ((k = B.value) == null ? void 0 : k.validationMessage) ?? v(x)), 1)
524
+ L(k(f.invalidMessage ?? ((y = B.value) == null ? void 0 : y.validationMessage) ?? v(x)), 1)
525
525
  ];
526
526
  }),
527
527
  _: 1
528
528
  }, 8, ["id"]),
529
- _("span", Ve, w(s.value), 1)
530
- ], 10, Re));
529
+ I("span", Ge, k(s.value), 1)
530
+ ], 10, Ue));
531
531
  }
532
- }), Ge = ["id", "data-margin", "data-variant", "data-emphasis", "data-width"], $n = /* @__PURE__ */ E({
532
+ }), qe = ["id", "data-margin", "data-variant", "data-emphasis", "data-width"], $n = /* @__PURE__ */ E({
533
533
  __name: "divider",
534
534
  props: {
535
535
  margin: { default: void 0 },
@@ -544,7 +544,7 @@ const gn = Object.entries(me).map(([, t]) => t), Ne = {
544
544
  width: { default: void 0 }
545
545
  },
546
546
  setup(t) {
547
- const n = t, d = o(null);
547
+ const n = t, d = u(null);
548
548
  return (e, a) => (m(), g("div", {
549
549
  ref_key: "_ref",
550
550
  ref: d,
@@ -554,9 +554,9 @@ const gn = Object.entries(me).map(([, t]) => t), Ne = {
554
554
  "data-emphasis": e.emphasis,
555
555
  "data-width": e.width,
556
556
  class: N(v(A)("db-divider", n.class))
557
- }, null, 10, Ge));
557
+ }, null, 10, qe));
558
558
  }
559
- }), qe = ["id", "data-backdrop", "data-variant"], Oe = ["data-spacing", "data-width", "data-direction", "data-rounded"], We = { class: "db-drawer-header" }, Xe = { class: "db-drawer-header-text" }, He = { class: "db-drawer-content" }, je = /* @__PURE__ */ E({
559
+ }), Oe = ["id", "data-backdrop", "data-variant"], We = ["data-spacing", "data-width", "data-direction", "data-rounded"], Xe = { class: "db-drawer-header" }, He = { class: "db-drawer-header-text" }, je = { class: "db-drawer-content" }, Ye = /* @__PURE__ */ E({
560
560
  __name: "drawer",
561
561
  props: {
562
562
  backdrop: { default: void 0 },
@@ -578,13 +578,13 @@ const gn = Object.entries(me).map(([, t]) => t), Ne = {
578
578
  spacing: { default: void 0 }
579
579
  },
580
580
  setup(t) {
581
- const n = t, d = o(null), e = o(null);
582
- R(() => {
583
- r();
584
- }), M(
581
+ const n = t, d = u(null), e = u(null);
582
+ U(() => {
583
+ c();
584
+ }), z(
585
585
  () => [n.open],
586
586
  () => {
587
- r();
587
+ c();
588
588
  },
589
589
  {
590
590
  immediate: !0,
@@ -594,7 +594,7 @@ const gn = Object.entries(me).map(([, t]) => t), Ne = {
594
594
  function a(l) {
595
595
  l.key === "Escape" && l.preventDefault(), (l === "close" || l.key === "Escape" || l.target.nodeName === "DIALOG" && l.type === "click" && n.backdrop !== "none") && n.onClose && n.onClose(l);
596
596
  }
597
- function r() {
597
+ function c() {
598
598
  d.value && (n.open && !d.value.open && (e.value && (e.value.hidden = !1), n.backdrop === "none" || n.variant === "inside" ? d.value.show() : d.value.showModal()), !n.open && d.value.open && (e.value && (e.value.hidden = !0), H(() => {
599
599
  var l;
600
600
  e.value && (e.value.hidden = !1), (l = d.value) == null || l.close();
@@ -612,7 +612,7 @@ const gn = Object.entries(me).map(([, t]) => t), Ne = {
612
612
  "data-backdrop": l.backdrop,
613
613
  "data-variant": l.variant
614
614
  }, [
615
- _("article", {
615
+ I("article", {
616
616
  ref_key: "dialogContainerRef",
617
617
  ref: e,
618
618
  class: N(v(A)("db-drawer-container", n.class)),
@@ -621,9 +621,9 @@ const gn = Object.entries(me).map(([, t]) => t), Ne = {
621
621
  "data-direction": l.direction,
622
622
  "data-rounded": l.rounded
623
623
  }, [
624
- _("header", We, [
625
- _("div", Xe, [
626
- I(l.$slots, "drawer-header")
624
+ I("header", Xe, [
625
+ I("div", He, [
626
+ w(l.$slots, "drawer-header")
627
627
  ]),
628
628
  O(de, {
629
629
  class: "button-close-drawer",
@@ -633,19 +633,19 @@ const gn = Object.entries(me).map(([, t]) => t), Ne = {
633
633
  noText: !0,
634
634
  onClick: (i) => a("close")
635
635
  }, {
636
- default: z(() => [
637
- L(w(l.closeButtonText ?? v(ce)), 1)
636
+ default: R(() => [
637
+ L(k(l.closeButtonText ?? v(ce)), 1)
638
638
  ]),
639
639
  _: 1
640
640
  }, 8, ["id", "onClick"])
641
641
  ]),
642
- _("div", He, [
643
- I(l.$slots, "default")
642
+ I("div", je, [
643
+ w(l.$slots, "default")
644
644
  ])
645
- ], 10, Oe)
646
- ], 40, qe));
645
+ ], 10, We)
646
+ ], 40, Oe));
647
647
  }
648
- }), Ye = (t) => {
648
+ }), be = (t) => {
649
649
  var d, e;
650
650
  const {
651
651
  target: n
@@ -712,10 +712,10 @@ class Ke {
712
712
  rb: `100% ${l}`
713
713
  };
714
714
  }
715
- const d = this.getTriangleTipX(), e = this.getTriangleTipY(), a = `${d}px ${e}px`, r = `${d}px ${e}px`;
715
+ const d = this.getTriangleTipX(), e = this.getTriangleTipY(), a = `${d}px ${e}px`, c = `${d}px ${e}px`;
716
716
  return {
717
717
  lb: a,
718
- lt: r,
718
+ lt: c,
719
719
  rt: "100% 0",
720
720
  rb: "100% 100%"
721
721
  };
@@ -748,10 +748,10 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
748
748
  width: { default: void 0 }
749
749
  },
750
750
  setup(t) {
751
- const n = t, d = o(ee), e = o(!1), a = o(!1), r = o(null);
752
- R(() => {
751
+ const n = t, d = u(ee), e = u(!1), a = u(!1), c = u(null);
752
+ U(() => {
753
753
  e.value = !0, d.value = n.id || "header-" + G();
754
- }), M(
754
+ }), z(
755
755
  () => [e.value],
756
756
  () => {
757
757
  if (e.value && document && d.value && n.forceMobile) {
@@ -771,58 +771,58 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
771
771
  n.onToggle && n.onToggle(!n.drawerOpen);
772
772
  }
773
773
  function p(i) {
774
- Ye(i) && l();
774
+ be(i) && l();
775
775
  }
776
776
  return (i, h) => (m(), g("header", {
777
777
  ref_key: "_ref",
778
- ref: r,
778
+ ref: c,
779
779
  class: N(v(A)("db-header", n.class)),
780
780
  id: d.value,
781
781
  "data-width": i.width,
782
782
  "data-on-forcing-mobile": i.forceMobile && !a.value
783
783
  }, [
784
- O(je, {
784
+ O(Ye, {
785
785
  class: "db-header-drawer",
786
786
  spacing: "small",
787
787
  rounded: !0,
788
788
  open: i.drawerOpen,
789
789
  onClose: () => l()
790
790
  }, {
791
- default: z(() => [
792
- _("div", Qe, [
793
- _("div", {
791
+ default: R(() => [
792
+ I("div", Qe, [
793
+ I("div", {
794
794
  class: "db-header-navigation",
795
795
  onClick: h[0] || (h[0] = async (s) => p(s))
796
796
  }, [
797
- I(i.$slots, "default")
797
+ w(i.$slots, "default")
798
798
  ]),
799
- _("div", Ze, [
800
- I(i.$slots, "meta-navigation")
799
+ I("div", Ze, [
800
+ w(i.$slots, "meta-navigation")
801
801
  ])
802
802
  ]),
803
- _("div", xe, [
804
- I(i.$slots, "secondary-action")
803
+ I("div", xe, [
804
+ w(i.$slots, "secondary-action")
805
805
  ])
806
806
  ]),
807
807
  _: 3
808
808
  }, 8, ["open", "onClose"]),
809
- _("div", ea, [
810
- I(i.$slots, "meta-navigation")
809
+ I("div", ea, [
810
+ w(i.$slots, "meta-navigation")
811
811
  ]),
812
- _("div", aa, [
813
- _("div", na, [
814
- I(i.$slots, "brand")
812
+ I("div", aa, [
813
+ I("div", na, [
814
+ w(i.$slots, "brand")
815
815
  ]),
816
- _("div", ta, [
817
- _("div", da, [
818
- I(i.$slots, "default")
816
+ I("div", ta, [
817
+ I("div", da, [
818
+ w(i.$slots, "default")
819
819
  ]),
820
- _("div", ia, [
821
- I(i.$slots, "primary-action")
820
+ I("div", ia, [
821
+ w(i.$slots, "primary-action")
822
822
  ])
823
823
  ]),
824
- _("div", la, [
825
- _("div", sa, [
824
+ I("div", la, [
825
+ I("div", sa, [
826
826
  O(de, {
827
827
  icon: "menu",
828
828
  variant: "ghost",
@@ -830,14 +830,14 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
830
830
  noText: !0,
831
831
  onClick: () => l()
832
832
  }, {
833
- default: z(() => [
834
- L(w(i.burgerMenuLabel ?? v($e)), 1)
833
+ default: R(() => [
834
+ L(k(i.burgerMenuLabel ?? v(Le)), 1)
835
835
  ]),
836
836
  _: 1
837
837
  }, 8, ["id", "onClick"])
838
838
  ]),
839
- _("div", oa, [
840
- I(i.$slots, "secondary-action")
839
+ I("div", oa, [
840
+ w(i.$slots, "secondary-action")
841
841
  ])
842
842
  ])
843
843
  ])
@@ -858,7 +858,7 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
858
858
  text: { default: void 0 }
859
859
  },
860
860
  setup(t) {
861
- const n = t, d = o(null);
861
+ const n = t, d = u(null);
862
862
  return (e, a) => (m(), g("span", {
863
863
  "aria-hidden": "true",
864
864
  ref_key: "_ref",
@@ -870,8 +870,8 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
870
870
  "data-icon-variant": e.variant
871
871
  }, [
872
872
  e.text ? (m(), g(C, { key: 0 }, [
873
- L(w(e.text), 1)
874
- ], 64)) : I(e.$slots, "default", { key: 1 })
873
+ L(k(e.text), 1)
874
+ ], 64)) : w(e.$slots, "default", { key: 1 })
875
875
  ], 10, ua));
876
876
  }
877
877
  }), ra = ["data-variant", "data-hide-label", "data-hide-icon", "data-icon", "data-icon-after", "data-hide-icon-after"], fa = ["for"], ca = ["aria-invalid", "data-custom-validity", "id", "name", "type", "placeholder", "disabled", "required", "step", "value", "maxLength", "minLength", "max", "min", "readOnly", "form", "pattern", "size", "autoComplete", "autoFocus", "list", "aria-describedby"], va = ["id"], pa = ["value"], ha = {
@@ -927,23 +927,23 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
927
927
  },
928
928
  emits: ["update:value"],
929
929
  setup(t, { emit: n }) {
930
- const d = n, e = t, a = o(void 0), r = o(void 0), l = o(void 0), p = o(void 0), i = o(void 0), h = o(""), s = o(""), B = o(""), y = o(null);
931
- R(() => {
932
- const u = e.id ?? `input-${G()}`;
933
- a.value = u, r.value = u + K, l.value = u + J, p.value = u + Q, i.value = u + ue;
934
- }), M(
930
+ const d = n, e = t, a = u(void 0), c = u(void 0), l = u(void 0), p = u(void 0), i = u(void 0), h = u(""), s = u(""), B = u(""), $ = u(null);
931
+ U(() => {
932
+ const r = e.id ?? `input-${G()}`;
933
+ a.value = r, c.value = r + K, l.value = r + J, p.value = r + Q, i.value = r + ue;
934
+ }), z(
935
935
  () => [a.value],
936
936
  () => {
937
937
  if (a.value) {
938
- const u = a.value + K;
939
- r.value = u, l.value = a.value + J, p.value = a.value + Q, i.value = e.dataListId ?? a.value + ue, q(e.message, e.showMessage) && (h.value = u);
938
+ const r = a.value + K;
939
+ c.value = r, l.value = a.value + J, p.value = a.value + Q, i.value = e.dataListId ?? a.value + ue, q(e.message, e.showMessage) && (h.value = r);
940
940
  }
941
941
  },
942
942
  {
943
943
  immediate: !0,
944
944
  flush: "post"
945
945
  }
946
- ), M(
946
+ ), z(
947
947
  () => [e.value],
948
948
  () => {
949
949
  s.value = e.value;
@@ -953,95 +953,95 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
953
953
  flush: "post"
954
954
  }
955
955
  );
956
- function $(u) {
957
- s.value = u.target.value, e.onInput && e.onInput(u), e.input && e.input(u);
956
+ function D(r) {
957
+ s.value = r.target.value, e.onInput && e.onInput(r), e.input && e.input(r);
958
958
  }
959
- function U(u) {
959
+ function _(r) {
960
960
  var T, b, S;
961
- e.onChange && e.onChange(u), e.change && e.change(u), ae(d, u), !((T = y.value) != null && T.validity.valid) || e.validation === "invalid" ? (h.value = p.value, Y() && (B.value = e.invalidMessage ?? ((b = y.value) == null ? void 0 : b.validationMessage) ?? x, H(() => B.value = "", 1e3))) : e.validation === "valid" || (S = y.value) != null && S.validity.valid && (e.required || e.minLength || e.maxLength || e.pattern) ? (h.value = l.value, Y() && (B.value = e.validMessage ?? Z, H(() => B.value = "", 1e3))) : q(e.message, e.showMessage) ? h.value = r.value : h.value = "";
961
+ e.onChange && e.onChange(r), e.change && e.change(r), ae(d, r), !((T = $.value) != null && T.validity.valid) || e.validation === "invalid" ? (h.value = p.value, Y() && (B.value = e.invalidMessage ?? ((b = $.value) == null ? void 0 : b.validationMessage) ?? x, H(() => B.value = "", 1e3))) : e.validation === "valid" || (S = $.value) != null && S.validity.valid && (e.required || e.minLength || e.maxLength || e.pattern) ? (h.value = l.value, Y() && (B.value = e.validMessage ?? Z, H(() => B.value = "", 1e3))) : q(e.message, e.showMessage) ? h.value = c.value : h.value = "";
962
962
  }
963
- function f(u) {
964
- e.onBlur && e.onBlur(u), e.blur && e.blur(u);
963
+ function f(r) {
964
+ e.onBlur && e.onBlur(r), e.blur && e.blur(r);
965
965
  }
966
- function c(u) {
967
- e.onFocus && e.onFocus(u), e.focus && e.focus(u);
966
+ function o(r) {
967
+ e.onFocus && e.onFocus(r), e.focus && e.focus(r);
968
968
  }
969
- function k(u) {
969
+ function y(r) {
970
970
  return Array.from(
971
- (ke(u) ? u.map((T) => ({
971
+ (we(r) ? r.map((T) => ({
972
972
  value: T,
973
973
  label: void 0
974
- })) : u) || []
974
+ })) : r) || []
975
975
  );
976
976
  }
977
- return (u, T) => (m(), g("div", {
977
+ return (r, T) => (m(), g("div", {
978
978
  class: N(v(A)("db-input", e.class)),
979
- "data-variant": u.variant,
980
- "data-hide-label": v(P)(u.showLabel),
981
- "data-hide-icon": v(P)(u.showIcon),
982
- "data-icon": u.icon,
983
- "data-icon-after": u.iconAfter,
984
- "data-hide-icon-after": v(P)(u.showIcon)
979
+ "data-variant": r.variant,
980
+ "data-hide-label": v(P)(r.showLabel),
981
+ "data-hide-icon": v(P)(r.showIcon),
982
+ "data-icon": r.icon,
983
+ "data-icon-after": r.iconAfter,
984
+ "data-hide-icon-after": v(P)(r.showIcon)
985
985
  }, [
986
- _("label", { for: a.value }, w(u.label ?? v(le)), 9, fa),
987
- _("input", {
988
- "aria-invalid": u.validation === "invalid",
989
- "data-custom-validity": u.validation,
986
+ I("label", { for: a.value }, k(r.label ?? v(le)), 9, fa),
987
+ I("input", {
988
+ "aria-invalid": r.validation === "invalid",
989
+ "data-custom-validity": r.validation,
990
990
  ref_key: "_ref",
991
- ref: y,
991
+ ref: $,
992
992
  id: a.value,
993
- name: u.name,
994
- type: u.type || "text",
995
- placeholder: u.placeholder ?? v(fe),
996
- disabled: u.disabled,
997
- required: u.required,
998
- step: u.step,
999
- value: u.value ?? s.value,
1000
- maxLength: u.maxLength,
1001
- minLength: u.minLength,
1002
- max: u.max,
1003
- min: u.min,
1004
- readOnly: u.readOnly,
1005
- form: u.form,
1006
- pattern: u.pattern,
1007
- size: u.size,
1008
- autoComplete: u.autocomplete,
1009
- autoFocus: u.autofocus,
1010
- onInput: T[0] || (T[0] = async (b) => $(b)),
1011
- onChange: T[1] || (T[1] = async (b) => U(b)),
993
+ name: r.name,
994
+ type: r.type || "text",
995
+ placeholder: r.placeholder ?? v(fe),
996
+ disabled: r.disabled,
997
+ required: r.required,
998
+ step: r.step,
999
+ value: r.value ?? s.value,
1000
+ maxLength: r.maxLength,
1001
+ minLength: r.minLength,
1002
+ max: r.max,
1003
+ min: r.min,
1004
+ readOnly: r.readOnly,
1005
+ form: r.form,
1006
+ pattern: r.pattern,
1007
+ size: r.size,
1008
+ autoComplete: r.autocomplete,
1009
+ autoFocus: r.autofocus,
1010
+ onInput: T[0] || (T[0] = async (b) => D(b)),
1011
+ onChange: T[1] || (T[1] = async (b) => _(b)),
1012
1012
  onBlur: T[2] || (T[2] = async (b) => f(b)),
1013
- onFocus: T[3] || (T[3] = async (b) => c(b)),
1014
- list: u.dataList && i.value,
1013
+ onFocus: T[3] || (T[3] = async (b) => o(b)),
1014
+ list: r.dataList && i.value,
1015
1015
  "aria-describedby": h.value
1016
1016
  }, null, 40, ca),
1017
- u.dataList ? (m(), g("datalist", {
1017
+ r.dataList ? (m(), g("datalist", {
1018
1018
  key: 0,
1019
1019
  id: i.value
1020
1020
  }, [
1021
- (m(!0), g(C, null, te(k(u.dataList), (b) => (m(), g("option", {
1021
+ (m(!0), g(C, null, te(y(r.dataList), (b) => (m(), g("option", {
1022
1022
  key: i.value + "-option-" + b.value,
1023
1023
  value: b.value
1024
- }, w(b.label), 9, pa))), 128))
1025
- ], 8, va)) : D("", !0),
1026
- I(u.$slots, "default"),
1027
- v(q)(u.message, u.showMessage) ? (m(), X(W, {
1024
+ }, k(b.label), 9, pa))), 128))
1025
+ ], 8, va)) : M("", !0),
1026
+ w(r.$slots, "default"),
1027
+ v(q)(r.message, r.showMessage) ? (m(), X(W, {
1028
1028
  key: 1,
1029
1029
  size: "small",
1030
- icon: u.messageIcon,
1031
- id: r.value
1030
+ icon: r.messageIcon,
1031
+ id: c.value
1032
1032
  }, {
1033
- default: z(() => [
1034
- L(w(u.message), 1)
1033
+ default: R(() => [
1034
+ L(k(r.message), 1)
1035
1035
  ]),
1036
1036
  _: 1
1037
- }, 8, ["icon", "id"])) : D("", !0),
1037
+ }, 8, ["icon", "id"])) : M("", !0),
1038
1038
  O(W, {
1039
1039
  size: "small",
1040
1040
  semantic: "successful",
1041
1041
  id: l.value
1042
1042
  }, {
1043
- default: z(() => [
1044
- L(w(u.validMessage ?? v(Z)), 1)
1043
+ default: R(() => [
1044
+ L(k(r.validMessage ?? v(Z)), 1)
1045
1045
  ]),
1046
1046
  _: 1
1047
1047
  }, 8, ["id"]),
@@ -1050,15 +1050,15 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1050
1050
  semantic: "critical",
1051
1051
  id: p.value
1052
1052
  }, {
1053
- default: z(() => {
1053
+ default: R(() => {
1054
1054
  var b;
1055
1055
  return [
1056
- L(w(u.invalidMessage ?? ((b = y.value) == null ? void 0 : b.validationMessage) ?? v(x)), 1)
1056
+ L(k(r.invalidMessage ?? ((b = $.value) == null ? void 0 : b.validationMessage) ?? v(x)), 1)
1057
1057
  ];
1058
1058
  }),
1059
1059
  _: 1
1060
1060
  }, 8, ["id"]),
1061
- _("span", ha, w(B.value), 1)
1061
+ I("span", ha, k(B.value), 1)
1062
1062
  ], 10, ra));
1063
1063
  }
1064
1064
  }), ma = ["id", "href", "target", "rel", "role", "hrefLang", "aria-disabled", "tabIndex", "aria-selected", "aria-label", "aria-current", "data-size", "data-hide-icon-after", "data-variant", "data-content"], An = /* @__PURE__ */ E({
@@ -1088,11 +1088,11 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1088
1088
  text: { default: void 0 }
1089
1089
  },
1090
1090
  setup(t) {
1091
- const n = t, d = o(null);
1091
+ const n = t, d = u(null);
1092
1092
  function e(a) {
1093
1093
  n.onClick && n.onClick(a);
1094
1094
  }
1095
- return (a, r) => (m(), g("a", {
1095
+ return (a, c) => (m(), g("a", {
1096
1096
  ref_key: "_ref",
1097
1097
  ref: d,
1098
1098
  id: a.id,
@@ -1111,11 +1111,11 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1111
1111
  "data-hide-icon-after": v(P)(a.showIcon ?? !0),
1112
1112
  "data-variant": a.variant,
1113
1113
  "data-content": a.content || "internal",
1114
- onClick: r[0] || (r[0] = async (l) => e(l))
1114
+ onClick: c[0] || (c[0] = async (l) => e(l))
1115
1115
  }, [
1116
1116
  a.text ? (m(), g(C, { key: 0 }, [
1117
- L(w(a.text), 1)
1118
- ], 64)) : I(a.$slots, "default", { key: 1 })
1117
+ L(k(a.text), 1)
1118
+ ], 64)) : w(a.$slots, "default", { key: 1 })
1119
1119
  ], 10, ma));
1120
1120
  }
1121
1121
  }), ba = ["id", "data-variant", "data-fade-in", "data-fonts-loaded"], ga = { class: "db-main" }, Fn = /* @__PURE__ */ E({
@@ -1134,14 +1134,14 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1134
1134
  autofocus: { type: Boolean }
1135
1135
  },
1136
1136
  setup(t) {
1137
- const n = t, d = o(!1), e = o(null);
1138
- return typeof window < "u" && document && (n.documentOverflow === "hidden" || n.variant === "fixed" && n.documentOverflow !== "auto") && document.documentElement.classList.add("db-page-document"), R(() => {
1137
+ const n = t, d = u(!1), e = u(null);
1138
+ return typeof window < "u" && document && (n.documentOverflow === "hidden" || n.variant === "fixed" && n.documentOverflow !== "auto") && document.documentElement.classList.add("db-page-document"), U(() => {
1139
1139
  d.value = !n.fadeIn, document && n.fadeIn ? document.fonts.ready.then(() => {
1140
1140
  d.value = !0;
1141
1141
  }) : d.value = !0;
1142
- }), ye(() => {
1142
+ }), Be(() => {
1143
1143
  typeof window < "u" && document.documentElement.classList.contains("db-page-document") && document.documentElement.classList.remove("db-page-document");
1144
- }), (a, r) => (m(), g("div", {
1144
+ }), (a, c) => (m(), g("div", {
1145
1145
  ref_key: "_ref",
1146
1146
  ref: e,
1147
1147
  id: a.id,
@@ -1150,11 +1150,11 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1150
1150
  "data-fade-in": a.fadeIn,
1151
1151
  "data-fonts-loaded": v(V)(d.value)
1152
1152
  }, [
1153
- I(a.$slots, "header"),
1154
- _("main", ga, [
1155
- I(a.$slots, "default")
1153
+ w(a.$slots, "header"),
1154
+ I("main", ga, [
1155
+ w(a.$slots, "default")
1156
1156
  ]),
1157
- I(a.$slots, "footer")
1157
+ w(a.$slots, "footer")
1158
1158
  ], 10, ba));
1159
1159
  }
1160
1160
  }), ya = ["data-size", "data-hide-label", "for"], Ba = ["aria-invalid", "data-custom-validity", "id", "name", "checked", "disabled", "aria-describedby", "value", "required"], Tn = /* @__PURE__ */ E({
@@ -1183,12 +1183,12 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1183
1183
  checked: { type: Boolean, default: void 0 },
1184
1184
  size: { default: void 0 }
1185
1185
  },
1186
- emits: ["update:checked"],
1186
+ emits: ["update:value"],
1187
1187
  setup(t, { emit: n }) {
1188
- const d = n, e = t, a = o(!1), r = o(void 0), l = o(null);
1189
- R(() => {
1190
- a.value = !0, r.value = e.id ?? `radio-${G()}`;
1191
- }), M(
1188
+ const d = n, e = t, a = u(!1), c = u(void 0), l = u(null);
1189
+ U(() => {
1190
+ a.value = !0, c.value = e.id ?? `radio-${G()}`;
1191
+ }), z(
1192
1192
  () => [a.value, l.value, e.checked],
1193
1193
  () => {
1194
1194
  e.checked && a.value && l.value && (l.value.checked = !0);
@@ -1199,7 +1199,7 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1199
1199
  }
1200
1200
  );
1201
1201
  function p(s) {
1202
- e.onChange && e.onChange(s), e.change && e.change(s), ae(d, s, "checked");
1202
+ e.onChange && e.onChange(s), e.change && e.change(s), ae(d, s);
1203
1203
  }
1204
1204
  function i(s) {
1205
1205
  e.onBlur && e.onBlur(s), e.blur && e.blur(s);
@@ -1211,28 +1211,28 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1211
1211
  "data-size": s.size,
1212
1212
  "data-hide-label": v(P)(s.showLabel),
1213
1213
  class: N(v(A)("db-radio", e.class)),
1214
- for: r.value
1214
+ for: c.value
1215
1215
  }, [
1216
- _("input", {
1216
+ I("input", {
1217
1217
  type: "radio",
1218
1218
  "aria-invalid": s.validation === "invalid",
1219
1219
  "data-custom-validity": s.validation,
1220
1220
  ref_key: "_ref",
1221
1221
  ref: l,
1222
- id: r.value,
1222
+ id: c.value,
1223
1223
  name: s.name,
1224
1224
  checked: s.checked,
1225
1225
  disabled: s.disabled,
1226
1226
  "aria-describedby": s.describedbyid,
1227
1227
  value: s.value,
1228
1228
  required: s.required,
1229
- onChange: B[0] || (B[0] = async (y) => p(y)),
1230
- onBlur: B[1] || (B[1] = async (y) => i(y)),
1231
- onFocus: B[2] || (B[2] = async (y) => h(y))
1229
+ onChange: B[0] || (B[0] = async ($) => p($)),
1230
+ onBlur: B[1] || (B[1] = async ($) => i($)),
1231
+ onFocus: B[2] || (B[2] = async ($) => h($))
1232
1232
  }, null, 40, Ba),
1233
1233
  s.label ? (m(), g(C, { key: 0 }, [
1234
- L(w(s.label), 1)
1235
- ], 64)) : I(s.$slots, "default", { key: 1 })
1234
+ L(k(s.label), 1)
1235
+ ], 64)) : w(s.$slots, "default", { key: 1 })
1236
1236
  ], 10, ya));
1237
1237
  }
1238
1238
  }), ka = ["id", "data-spacing", "data-width"], Sn = /* @__PURE__ */ E({
@@ -1248,10 +1248,10 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1248
1248
  width: { default: void 0 }
1249
1249
  },
1250
1250
  setup(t) {
1251
- const n = t, d = o(ee), e = o(null);
1252
- return R(() => {
1251
+ const n = t, d = u(ee), e = u(null);
1252
+ return U(() => {
1253
1253
  d.value = n.id || "section-" + G();
1254
- }), (a, r) => (m(), g("section", {
1254
+ }), (a, c) => (m(), g("section", {
1255
1255
  ref_key: "_ref",
1256
1256
  ref: e,
1257
1257
  id: d.value,
@@ -1259,7 +1259,7 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1259
1259
  "data-spacing": a.spacing || "medium",
1260
1260
  "data-width": a.width
1261
1261
  }, [
1262
- I(a.$slots, "default")
1262
+ w(a.$slots, "default")
1263
1263
  ], 10, ka));
1264
1264
  }
1265
1265
  }), wa = ["data-variant", "data-hide-label", "data-icon", "data-hide-icon"], Ia = ["for"], _a = ["aria-invalid", "data-custom-validity", "required", "disabled", "id", "name", "size", "value", "autocomplete", "aria-describedby"], $a = ["label"], La = ["value", "selected", "disabled"], Ea = ["value", "disabled", "selected"], Na = ["id"], Aa = {
@@ -1307,24 +1307,24 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1307
1307
  },
1308
1308
  emits: ["update:value"],
1309
1309
  setup(t, { emit: n }) {
1310
- const d = n, e = t, a = o(void 0), r = o(void 0), l = o(void 0), p = o(void 0), i = o(""), h = o(""), s = o(""), B = o(!1), y = o(""), $ = o(null);
1311
- R(() => {
1310
+ const d = n, e = t, a = u(void 0), c = u(void 0), l = u(void 0), p = u(void 0), i = u(""), h = u(""), s = u(""), B = u(!1), $ = u(""), D = u(null);
1311
+ U(() => {
1312
1312
  B.value = !0;
1313
1313
  const b = e.id ?? `select-${G()}`;
1314
- a.value = b, r.value = b + K, l.value = b + J, p.value = b + Q, i.value = b + oe;
1315
- }), M(
1314
+ a.value = b, c.value = b + K, l.value = b + J, p.value = b + Q, i.value = b + oe;
1315
+ }), z(
1316
1316
  () => [a.value, B.value],
1317
1317
  () => {
1318
1318
  if (a.value && B.value) {
1319
1319
  const b = a.value + K, S = a.value + oe;
1320
- r.value = b, l.value = a.value + J, p.value = a.value + Q, i.value = S, q(e.message, e.showMessage) ? h.value = b : h.value = S, B.value = !1;
1320
+ c.value = b, l.value = a.value + J, p.value = a.value + Q, i.value = S, q(e.message, e.showMessage) ? h.value = b : h.value = S, B.value = !1;
1321
1321
  }
1322
1322
  },
1323
1323
  {
1324
1324
  immediate: !0,
1325
1325
  flush: "post"
1326
1326
  }
1327
- ), M(
1327
+ ), z(
1328
1328
  () => [e.value],
1329
1329
  () => {
1330
1330
  s.value = e.value;
@@ -1334,20 +1334,20 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1334
1334
  flush: "post"
1335
1335
  }
1336
1336
  );
1337
- function U(b) {
1337
+ function _(b) {
1338
1338
  e.onClick && e.onClick(b);
1339
1339
  }
1340
1340
  function f(b) {
1341
1341
  s.value = b.target.value, e.onInput && e.onInput(b), e.input && e.input(b);
1342
1342
  }
1343
- function c(b) {
1343
+ function o(b) {
1344
1344
  var S, F, ne;
1345
- e.onChange && e.onChange(b), e.change && e.change(b), ae(d, b), !((S = $.value) != null && S.validity.valid) || e.validation === "invalid" ? (h.value = p.value, Y() && (y.value = e.invalidMessage ?? ((F = $.value) == null ? void 0 : F.validationMessage) ?? x, H(() => y.value = "", 1e3))) : e.validation === "valid" || (ne = $.value) != null && ne.validity.valid && e.required ? (h.value = l.value, Y() && (y.value = e.validMessage ?? Z, H(() => y.value = "", 1e3))) : q(e.message, e.showMessage) ? h.value = r.value : h.value = i.value;
1345
+ e.onChange && e.onChange(b), e.change && e.change(b), ae(d, b), !((S = D.value) != null && S.validity.valid) || e.validation === "invalid" ? (h.value = p.value, Y() && ($.value = e.invalidMessage ?? ((F = D.value) == null ? void 0 : F.validationMessage) ?? x, H(() => $.value = "", 1e3))) : e.validation === "valid" || (ne = D.value) != null && ne.validity.valid && e.required ? (h.value = l.value, Y() && ($.value = e.validMessage ?? Z, H(() => $.value = "", 1e3))) : q(e.message, e.showMessage) ? h.value = c.value : h.value = i.value;
1346
1346
  }
1347
- function k(b) {
1347
+ function y(b) {
1348
1348
  e.onBlur && e.onBlur(b), e.blur && e.blur(b);
1349
1349
  }
1350
- function u(b) {
1350
+ function r(b) {
1351
1351
  e.onFocus && e.onFocus(b), e.focus && e.focus(b);
1352
1352
  }
1353
1353
  function T(b) {
@@ -1360,12 +1360,12 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1360
1360
  "data-icon": b.icon,
1361
1361
  "data-hide-icon": v(P)(b.showIcon)
1362
1362
  }, [
1363
- _("label", { for: a.value }, w(b.label ?? v(le)), 9, Ia),
1364
- _("select", {
1363
+ I("label", { for: a.value }, k(b.label ?? v(le)), 9, Ia),
1364
+ I("select", {
1365
1365
  "aria-invalid": b.validation === "invalid",
1366
1366
  "data-custom-validity": b.validation,
1367
1367
  ref_key: "_ref",
1368
- ref: $,
1368
+ ref: D,
1369
1369
  required: b.required,
1370
1370
  disabled: b.disabled,
1371
1371
  id: a.value,
@@ -1374,13 +1374,13 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1374
1374
  value: b.value ?? s.value,
1375
1375
  autocomplete: b.autocomplete,
1376
1376
  onInput: S[0] || (S[0] = async (F) => f(F)),
1377
- onClick: S[1] || (S[1] = async (F) => U(F)),
1378
- onChange: S[2] || (S[2] = async (F) => c(F)),
1379
- onBlur: S[3] || (S[3] = async (F) => k(F)),
1380
- onFocus: S[4] || (S[4] = async (F) => u(F)),
1377
+ onClick: S[1] || (S[1] = async (F) => _(F)),
1378
+ onChange: S[2] || (S[2] = async (F) => o(F)),
1379
+ onBlur: S[3] || (S[3] = async (F) => y(F)),
1380
+ onFocus: S[4] || (S[4] = async (F) => r(F)),
1381
1381
  "aria-describedby": h.value
1382
1382
  }, [
1383
- S[5] || (S[5] = _("option", { hidden: !0 }, null, -1)),
1383
+ S[5] || (S[5] = I("option", { hidden: !0 }, null, -1)),
1384
1384
  b.options ? (m(!0), g(C, { key: 0 }, te(b.options, (F, ne) => (m(), g(C, { key: ne }, [
1385
1385
  F.options ? (m(), g("optgroup", {
1386
1386
  key: 0,
@@ -1391,36 +1391,36 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1391
1391
  value: ie.value,
1392
1392
  selected: ie.selected,
1393
1393
  disabled: ie.disabled
1394
- }, w(T(ie)), 9, La))), 128))
1395
- ], 8, $a)) : D("", !0),
1396
- F.options ? D("", !0) : (m(), g("option", {
1394
+ }, k(T(ie)), 9, La))), 128))
1395
+ ], 8, $a)) : M("", !0),
1396
+ F.options ? M("", !0) : (m(), g("option", {
1397
1397
  key: 1,
1398
1398
  value: F.value,
1399
1399
  disabled: F.disabled,
1400
1400
  selected: F.selected
1401
- }, w(T(F)), 9, Ea))
1402
- ], 64))), 128)) : D("", !0),
1403
- I(b.$slots, "default")
1401
+ }, k(T(F)), 9, Ea))
1402
+ ], 64))), 128)) : M("", !0),
1403
+ w(b.$slots, "default")
1404
1404
  ], 40, _a),
1405
- _("span", { id: i.value }, w(b.placeholder ?? b.label), 9, Na),
1405
+ I("span", { id: i.value }, k(b.placeholder ?? b.label), 9, Na),
1406
1406
  v(q)(b.message, b.showMessage) ? (m(), X(W, {
1407
1407
  key: 0,
1408
1408
  size: "small",
1409
1409
  icon: b.messageIcon,
1410
- id: r.value
1410
+ id: c.value
1411
1411
  }, {
1412
- default: z(() => [
1413
- L(w(b.message), 1)
1412
+ default: R(() => [
1413
+ L(k(b.message), 1)
1414
1414
  ]),
1415
1415
  _: 1
1416
- }, 8, ["icon", "id"])) : D("", !0),
1416
+ }, 8, ["icon", "id"])) : M("", !0),
1417
1417
  O(W, {
1418
1418
  size: "small",
1419
1419
  semantic: "successful",
1420
1420
  id: l.value
1421
1421
  }, {
1422
- default: z(() => [
1423
- L(w(b.validMessage ?? v(Z)), 1)
1422
+ default: R(() => [
1423
+ L(k(b.validMessage ?? v(Z)), 1)
1424
1424
  ]),
1425
1425
  _: 1
1426
1426
  }, 8, ["id"]),
@@ -1429,15 +1429,15 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1429
1429
  semantic: "critical",
1430
1430
  id: p.value
1431
1431
  }, {
1432
- default: z(() => {
1432
+ default: R(() => {
1433
1433
  var F;
1434
1434
  return [
1435
- L(w(b.invalidMessage ?? ((F = $.value) == null ? void 0 : F.validationMessage) ?? v(x)), 1)
1435
+ L(k(b.invalidMessage ?? ((F = D.value) == null ? void 0 : F.validationMessage) ?? v(x)), 1)
1436
1436
  ];
1437
1437
  }),
1438
1438
  _: 1
1439
1439
  }, 8, ["id"]),
1440
- _("span", Aa, w(y.value), 1)
1440
+ I("span", Aa, k($.value), 1)
1441
1441
  ], 10, wa));
1442
1442
  }
1443
1443
  }), Fa = ["data-visual-aid", "data-size", "data-hide-label", "data-emphasis", "for"], Ta = ["id", "aria-checked", "checked", "value", "disabled", "aria-describedby", "aria-invalid", "data-custom-validity", "name", "required", "data-aid-icon", "data-aid-icon-after"], Dn = /* @__PURE__ */ E({
@@ -1472,13 +1472,13 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1472
1472
  },
1473
1473
  emits: ["update:checked"],
1474
1474
  setup(t, { emit: n }) {
1475
- const d = n, e = t, a = o(void 0), r = o(!1), l = o(null);
1476
- R(() => {
1475
+ const d = n, e = t, a = u(void 0), c = u(!1), l = u(null);
1476
+ U(() => {
1477
1477
  a.value = e.id ?? `switch-${G()}`;
1478
- }), M(
1478
+ }), z(
1479
1479
  () => [e.checked],
1480
1480
  () => {
1481
- e.checked !== void 0 && e.checked !== null && (r.value = !!e.checked);
1481
+ e.checked !== void 0 && e.checked !== null && (c.value = !!e.checked);
1482
1482
  },
1483
1483
  {
1484
1484
  immediate: !0,
@@ -1487,7 +1487,7 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1487
1487
  );
1488
1488
  function p(s) {
1489
1489
  var B;
1490
- e.onChange && e.onChange(s), e.change && e.change(s), r.value = (B = s.target) == null ? void 0 : B.checked, ae(d, s, "checked");
1490
+ e.onChange && e.onChange(s), e.change && e.change(s), c.value = (B = s.target) == null ? void 0 : B.checked, ae(d, s, "checked");
1491
1491
  }
1492
1492
  function i(s) {
1493
1493
  e.onBlur && e.onBlur(s), e.blur && e.blur(s);
@@ -1503,11 +1503,11 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1503
1503
  for: a.value,
1504
1504
  class: N(v(A)("db-switch", e.class))
1505
1505
  }, [
1506
- _("input", {
1506
+ I("input", {
1507
1507
  type: "checkbox",
1508
1508
  role: "switch",
1509
1509
  id: a.value,
1510
- "aria-checked": v(V)(r.value),
1510
+ "aria-checked": v(V)(c.value),
1511
1511
  ref_key: "_ref",
1512
1512
  ref: l,
1513
1513
  checked: s.checked,
@@ -1520,13 +1520,13 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1520
1520
  required: s.required,
1521
1521
  "data-aid-icon": s.icon,
1522
1522
  "data-aid-icon-after": s.iconAfter,
1523
- onChange: B[0] || (B[0] = async (y) => p(y)),
1524
- onBlur: B[1] || (B[1] = async (y) => i(y)),
1525
- onFocus: B[2] || (B[2] = async (y) => h(y))
1523
+ onChange: B[0] || (B[0] = async ($) => p($)),
1524
+ onBlur: B[1] || (B[1] = async ($) => i($)),
1525
+ onFocus: B[2] || (B[2] = async ($) => h($))
1526
1526
  }, null, 40, Ta),
1527
1527
  s.label ? (m(), g(C, { key: 0 }, [
1528
- L(w(s.label), 1)
1529
- ], 64)) : I(s.$slots, "default", { key: 1 })
1528
+ L(k(s.label), 1)
1529
+ ], 64)) : w(s.$slots, "default", { key: 1 })
1530
1530
  ], 10, Fa));
1531
1531
  }
1532
1532
  }), Sa = ["for", "data-icon", "data-icon-after", "data-hide-icon", "data-hide-icon-after", "data-no-text"], Ca = ["disabled", "aria-selected", "aria-controls", "checked", "id"], Da = /* @__PURE__ */ E({
@@ -1552,10 +1552,10 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1552
1552
  },
1553
1553
  emits: ["update:checked"],
1554
1554
  setup(t, { emit: n }) {
1555
- const d = n, e = t, a = o(!1), r = o(!1), l = o(null);
1556
- R(() => {
1555
+ const d = n, e = t, a = u(!1), c = u(!1), l = u(null);
1556
+ U(() => {
1557
1557
  a.value = !0;
1558
- }), M(
1558
+ }), z(
1559
1559
  () => [l.value, a.value],
1560
1560
  () => {
1561
1561
  e.active && a.value && l.value && (l.value.click(), a.value = !1);
@@ -1567,13 +1567,13 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1567
1567
  );
1568
1568
  function p(i) {
1569
1569
  var h;
1570
- e.onChange && e.onChange(i), e.change && e.change(i), r.value = (h = i.target) == null ? void 0 : h.checked, ae(d, i, "checked");
1570
+ e.onChange && e.onChange(i), e.change && e.change(i), c.value = (h = i.target) == null ? void 0 : h.checked, ae(d, i, "checked");
1571
1571
  }
1572
1572
  return (i, h) => (m(), g("li", {
1573
1573
  role: "none",
1574
1574
  class: N(v(A)("db-tab-item", e.class))
1575
1575
  }, [
1576
- _("label", {
1576
+ I("label", {
1577
1577
  for: i.id,
1578
1578
  "data-icon": i.icon,
1579
1579
  "data-icon-after": i.iconAfter,
@@ -1581,11 +1581,11 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1581
1581
  "data-hide-icon-after": v(P)(i.showIcon),
1582
1582
  "data-no-text": i.noText
1583
1583
  }, [
1584
- _("input", {
1584
+ I("input", {
1585
1585
  type: "radio",
1586
1586
  role: "tab",
1587
1587
  disabled: i.disabled,
1588
- "aria-selected": r.value,
1588
+ "aria-selected": c.value,
1589
1589
  "aria-controls": i.controls,
1590
1590
  checked: i.checked,
1591
1591
  ref_key: "_ref",
@@ -1594,9 +1594,9 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1594
1594
  onInput: h[0] || (h[0] = async (s) => p(s))
1595
1595
  }, null, 40, Ca),
1596
1596
  i.label ? (m(), g(C, { key: 0 }, [
1597
- L(w(i.label), 1)
1598
- ], 64)) : D("", !0),
1599
- I(i.$slots, "default")
1597
+ L(k(i.label), 1)
1598
+ ], 64)) : M("", !0),
1599
+ w(i.$slots, "default")
1600
1600
  ], 8, Sa)
1601
1601
  ], 2));
1602
1602
  }
@@ -1625,8 +1625,8 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1625
1625
  content: {}
1626
1626
  },
1627
1627
  setup(t) {
1628
- const n = t, d = o(!1), e = o(null);
1629
- d.value = !0, M(
1628
+ const n = t, d = u(!1), e = u(null);
1629
+ d.value = !0, z(
1630
1630
  () => [d.value, n.disabled, e.value],
1631
1631
  () => {
1632
1632
  var l, p;
@@ -1646,7 +1646,7 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1646
1646
  function a() {
1647
1647
  n.onRemove && n.onRemove();
1648
1648
  }
1649
- function r() {
1649
+ function c() {
1650
1650
  return n.removeButton ? n.removeButton : "Remove tag";
1651
1651
  }
1652
1652
  return (l, p) => (m(), g("div", {
@@ -1663,11 +1663,11 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1663
1663
  "data-no-text": v(V)(l.noText),
1664
1664
  "data-overflow": v(V)(l.overflow)
1665
1665
  }, [
1666
- I(l.$slots, "content"),
1667
- I(l.$slots, "default"),
1666
+ w(l.$slots, "content"),
1667
+ w(l.$slots, "default"),
1668
1668
  l.text ? (m(), g(C, { key: 0 }, [
1669
- L(w(l.text), 1)
1670
- ], 64)) : D("", !0),
1669
+ L(k(l.text), 1)
1670
+ ], 64)) : M("", !0),
1671
1671
  l.behavior === "removable" ? (m(), g("button", {
1672
1672
  key: 1,
1673
1673
  class: "db-button db-tab-remove-button",
@@ -1676,8 +1676,8 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1676
1676
  "data-no-text": "true",
1677
1677
  "data-variant": "ghost",
1678
1678
  onClick: p[0] || (p[0] = async (i) => a()),
1679
- title: r()
1680
- }, w(r()), 9, za)) : D("", !0)
1679
+ title: c()
1680
+ }, k(c()), 9, za)) : M("", !0)
1681
1681
  ], 10, Ma));
1682
1682
  }
1683
1683
  }), Ra = ["data-variant", "data-hide-label"], Ua = ["for"], Pa = ["aria-invalid", "data-custom-validity", "id", "data-resize", "disabled", "required", "readOnly", "form", "maxLength", "minLength", "name", "wrap", "spellcheck", "autocomplete", "value", "aria-describedby", "placeholder", "rows", "cols"], Va = {
@@ -1727,23 +1727,23 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1727
1727
  },
1728
1728
  emits: ["update:value"],
1729
1729
  setup(t, { emit: n }) {
1730
- const d = n, e = t, a = o(void 0), r = o(void 0), l = o(void 0), p = o(void 0), i = o(""), h = o(""), s = o(""), B = o(null);
1731
- R(() => {
1732
- const c = e.id ?? `textarea-${G()}`;
1733
- a.value = c, r.value = c + K, l.value = c + J, p.value = c + Q;
1734
- }), M(
1730
+ const d = n, e = t, a = u(void 0), c = u(void 0), l = u(void 0), p = u(void 0), i = u(""), h = u(""), s = u(""), B = u(null);
1731
+ U(() => {
1732
+ const o = e.id ?? `textarea-${G()}`;
1733
+ a.value = o, c.value = o + K, l.value = o + J, p.value = o + Q;
1734
+ }), z(
1735
1735
  () => [a.value],
1736
1736
  () => {
1737
1737
  if (a.value) {
1738
- const c = a.value + K;
1739
- r.value = c, l.value = a.value + J, p.value = a.value + Q, q(e.message, e.showMessage) && (i.value = c);
1738
+ const o = a.value + K;
1739
+ c.value = o, l.value = a.value + J, p.value = a.value + Q, q(e.message, e.showMessage) && (i.value = o);
1740
1740
  }
1741
1741
  },
1742
1742
  {
1743
1743
  immediate: !0,
1744
1744
  flush: "post"
1745
1745
  }
1746
- ), M(
1746
+ ), z(
1747
1747
  () => [e.value],
1748
1748
  () => {
1749
1749
  h.value = e.value;
@@ -1753,70 +1753,70 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1753
1753
  flush: "post"
1754
1754
  }
1755
1755
  );
1756
- function y(c) {
1757
- h.value = c.target.value, e.onInput && e.onInput(c), e.input && e.input(c);
1756
+ function $(o) {
1757
+ h.value = o.target.value, e.onInput && e.onInput(o), e.input && e.input(o);
1758
1758
  }
1759
- function $(c) {
1760
- var k, u, T;
1761
- e.onChange && e.onChange(c), e.change && e.change(c), ae(d, c), !((k = B.value) != null && k.validity.valid) || e.validation === "invalid" ? (i.value = p.value, Y() && (s.value = e.invalidMessage ?? ((u = B.value) == null ? void 0 : u.validationMessage) ?? x, H(() => s.value = "", 1e3))) : e.validation === "valid" || (T = B.value) != null && T.validity.valid && (e.required || e.minLength || e.maxLength) ? (i.value = l.value, Y() && (s.value = e.validMessage ?? Z, H(() => s.value = "", 1e3))) : q(e.message, e.showMessage) ? i.value = r.value : i.value = "";
1759
+ function D(o) {
1760
+ var y, r, T;
1761
+ e.onChange && e.onChange(o), e.change && e.change(o), ae(d, o), !((y = B.value) != null && y.validity.valid) || e.validation === "invalid" ? (i.value = p.value, Y() && (s.value = e.invalidMessage ?? ((r = B.value) == null ? void 0 : r.validationMessage) ?? x, H(() => s.value = "", 1e3))) : e.validation === "valid" || (T = B.value) != null && T.validity.valid && (e.required || e.minLength || e.maxLength) ? (i.value = l.value, Y() && (s.value = e.validMessage ?? Z, H(() => s.value = "", 1e3))) : q(e.message, e.showMessage) ? i.value = c.value : i.value = "";
1762
1762
  }
1763
- function U(c) {
1764
- e.onBlur && e.onBlur(c), e.blur && e.blur(c);
1763
+ function _(o) {
1764
+ e.onBlur && e.onBlur(o), e.blur && e.blur(o);
1765
1765
  }
1766
- function f(c) {
1767
- e.onFocus && e.onFocus(c), e.focus && e.focus(c);
1766
+ function f(o) {
1767
+ e.onFocus && e.onFocus(o), e.focus && e.focus(o);
1768
1768
  }
1769
- return (c, k) => (m(), g("div", {
1769
+ return (o, y) => (m(), g("div", {
1770
1770
  class: N(v(A)("db-textarea", e.class)),
1771
- "data-variant": c.variant,
1772
- "data-hide-label": v(P)(c.showLabel)
1771
+ "data-variant": o.variant,
1772
+ "data-hide-label": v(P)(o.showLabel)
1773
1773
  }, [
1774
- _("label", { for: a.value }, w(c.label ?? v(le)), 9, Ua),
1775
- _("textarea", {
1776
- "aria-invalid": c.validation === "invalid",
1777
- "data-custom-validity": c.validation,
1774
+ I("label", { for: a.value }, k(o.label ?? v(le)), 9, Ua),
1775
+ I("textarea", {
1776
+ "aria-invalid": o.validation === "invalid",
1777
+ "data-custom-validity": o.validation,
1778
1778
  ref_key: "_ref",
1779
1779
  ref: B,
1780
1780
  id: a.value,
1781
- "data-resize": c.resize,
1782
- disabled: c.disabled,
1783
- required: c.required,
1784
- readOnly: c.readOnly,
1785
- form: c.form,
1786
- maxLength: c.maxLength,
1787
- minLength: c.minLength,
1788
- name: c.name,
1789
- wrap: c.wrap,
1790
- spellcheck: c.spellCheck,
1791
- autocomplete: c.autocomplete,
1792
- onInput: k[0] || (k[0] = async (u) => y(u)),
1793
- onChange: k[1] || (k[1] = async (u) => $(u)),
1794
- onBlur: k[2] || (k[2] = async (u) => U(u)),
1795
- onFocus: k[3] || (k[3] = async (u) => f(u)),
1796
- value: c.value ?? h.value,
1781
+ "data-resize": o.resize,
1782
+ disabled: o.disabled,
1783
+ required: o.required,
1784
+ readOnly: o.readOnly,
1785
+ form: o.form,
1786
+ maxLength: o.maxLength,
1787
+ minLength: o.minLength,
1788
+ name: o.name,
1789
+ wrap: o.wrap,
1790
+ spellcheck: o.spellCheck,
1791
+ autocomplete: o.autocomplete,
1792
+ onInput: y[0] || (y[0] = async (r) => $(r)),
1793
+ onChange: y[1] || (y[1] = async (r) => D(r)),
1794
+ onBlur: y[2] || (y[2] = async (r) => _(r)),
1795
+ onFocus: y[3] || (y[3] = async (r) => f(r)),
1796
+ value: o.value ?? h.value,
1797
1797
  "aria-describedby": i.value,
1798
- placeholder: c.placeholder ?? v(fe),
1799
- rows: c.rows ?? v(Ee),
1800
- cols: c.cols
1798
+ placeholder: o.placeholder ?? v(fe),
1799
+ rows: o.rows ?? v(Ne),
1800
+ cols: o.cols
1801
1801
  }, null, 40, Pa),
1802
- v(q)(c.message, c.showMessage) ? (m(), X(W, {
1802
+ v(q)(o.message, o.showMessage) ? (m(), X(W, {
1803
1803
  key: 0,
1804
1804
  size: "small",
1805
- icon: c.messageIcon,
1806
- id: r.value
1805
+ icon: o.messageIcon,
1806
+ id: c.value
1807
1807
  }, {
1808
- default: z(() => [
1809
- L(w(c.message), 1)
1808
+ default: R(() => [
1809
+ L(k(o.message), 1)
1810
1810
  ]),
1811
1811
  _: 1
1812
- }, 8, ["icon", "id"])) : D("", !0),
1812
+ }, 8, ["icon", "id"])) : M("", !0),
1813
1813
  O(W, {
1814
1814
  size: "small",
1815
1815
  semantic: "successful",
1816
1816
  id: l.value
1817
1817
  }, {
1818
- default: z(() => [
1819
- L(w(c.validMessage ?? v(Z)), 1)
1818
+ default: R(() => [
1819
+ L(k(o.validMessage ?? v(Z)), 1)
1820
1820
  ]),
1821
1821
  _: 1
1822
1822
  }, 8, ["id"]),
@@ -1825,18 +1825,18 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1825
1825
  semantic: "critical",
1826
1826
  id: p.value
1827
1827
  }, {
1828
- default: z(() => {
1829
- var u;
1828
+ default: R(() => {
1829
+ var r;
1830
1830
  return [
1831
- L(w(c.invalidMessage ?? ((u = B.value) == null ? void 0 : u.validationMessage) ?? v(x)), 1)
1831
+ L(k(o.invalidMessage ?? ((r = B.value) == null ? void 0 : r.validationMessage) ?? v(x)), 1)
1832
1832
  ];
1833
1833
  }),
1834
1834
  _: 1
1835
1835
  }, 8, ["id"]),
1836
- _("span", Va, w(s.value), 1)
1836
+ I("span", Va, k(s.value), 1)
1837
1837
  ], 10, Ra));
1838
1838
  }
1839
- }), Ga = ["id", "data-width", "data-icon", "data-hide-icon", "data-active", "aria-disabled"], qa = ["aria-haspopup", "aria-expanded", "disabled"], Oa = ["id"], Wa = {
1839
+ }), Ga = ["id", "data-width", "data-icon", "data-hide-icon", "data-active", "aria-disabled"], qa = ["aria-haspopup", "aria-expanded", "disabled"], Oa = ["data-auto-close", "id"], Wa = {
1840
1840
  key: 0,
1841
1841
  class: "db-mobile-navigation-back"
1842
1842
  }, Rn = /* @__PURE__ */ E({
@@ -1861,108 +1861,115 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1861
1861
  text: { default: void 0 }
1862
1862
  },
1863
1863
  setup(t) {
1864
- const n = t, d = o(!1), e = o(!1), a = o(!0), r = o(!1), l = o(
1864
+ const n = t, d = u(!1), e = u(!1), a = u(!0), c = u(!1), l = u(!1), p = u(
1865
1865
  "sub-navigation-" + G()
1866
- ), p = o(void 0), i = o(null);
1867
- R(() => {
1866
+ ), i = u(void 0), h = u(null);
1867
+ U(() => {
1868
1868
  d.value = !0;
1869
- }), M(
1869
+ }), z(
1870
1870
  () => [n.subNavigationExpanded],
1871
1871
  () => {
1872
- n.subNavigationExpanded !== void 0 && (r.value = !!n.subNavigationExpanded);
1872
+ n.subNavigationExpanded !== void 0 && (c.value = !!n.subNavigationExpanded);
1873
1873
  },
1874
1874
  {
1875
1875
  immediate: !0,
1876
1876
  flush: "post"
1877
1877
  }
1878
- ), M(
1878
+ ), z(
1879
1879
  () => [d.value],
1880
1880
  () => {
1881
- B();
1881
+ D();
1882
1882
  },
1883
1883
  {
1884
1884
  immediate: !0,
1885
1885
  flush: "post"
1886
1886
  }
1887
1887
  );
1888
- function h(y) {
1889
- n.onClick && n.onClick(y), e.value && (r.value = !0);
1888
+ function s(_) {
1889
+ be(_) && (l.value = !0, H(() => {
1890
+ l.value = !1;
1891
+ }, 300));
1890
1892
  }
1891
- function s(y) {
1892
- y.stopPropagation(), r.value = !1;
1893
+ function B(_) {
1894
+ n.onClick && n.onClick(_), e.value && (c.value = !0);
1893
1895
  }
1894
- function B() {
1895
- var y;
1896
- if (d.value && document && l.value) {
1897
- const $ = document == null ? void 0 : document.getElementById(
1898
- l.value
1896
+ function $(_) {
1897
+ _.stopPropagation(), c.value = !1;
1898
+ }
1899
+ function D() {
1900
+ var _;
1901
+ if (d.value && document && p.value) {
1902
+ const f = document == null ? void 0 : document.getElementById(
1903
+ p.value
1899
1904
  );
1900
- $ && (((y = $.children) == null ? void 0 : y.length) > 0 ? (e.value = !0, p.value || (p.value = new Ke(
1901
- i.value,
1902
- $
1905
+ f && (((_ = f.children) == null ? void 0 : _.length) > 0 ? (e.value = !0, i.value || (i.value = new Ke(
1906
+ h.value,
1907
+ f
1903
1908
  ))) : a.value = !1);
1904
1909
  }
1905
1910
  }
1906
- return (y, $) => (m(), g("li", {
1911
+ return (_, f) => (m(), g("li", {
1907
1912
  ref_key: "_ref",
1908
- ref: i,
1909
- id: y.id,
1910
- onMouseover: $[1] || ($[1] = async (U) => {
1911
- var f;
1912
- return (f = p.value) == null ? void 0 : f.enableFollow();
1913
+ ref: h,
1914
+ id: _.id,
1915
+ onMouseover: f[2] || (f[2] = async (o) => {
1916
+ var y;
1917
+ return (y = i.value) == null ? void 0 : y.enableFollow();
1913
1918
  }),
1914
- onMouseleave: $[2] || ($[2] = async (U) => {
1915
- var f;
1916
- return (f = p.value) == null ? void 0 : f.disableFollow();
1919
+ onMouseleave: f[3] || (f[3] = async (o) => {
1920
+ var y;
1921
+ return (y = i.value) == null ? void 0 : y.disableFollow();
1917
1922
  }),
1918
- onMousemove: $[3] || ($[3] = async (U) => {
1919
- var f;
1920
- return (f = p.value) == null ? void 0 : f.followByMouseEvent(U);
1923
+ onMousemove: f[4] || (f[4] = async (o) => {
1924
+ var y;
1925
+ return (y = i.value) == null ? void 0 : y.followByMouseEvent(o);
1921
1926
  }),
1922
1927
  class: N(v(A)("db-navigation-item", n.class)),
1923
- "data-width": y.width,
1924
- "data-icon": y.icon,
1925
- "data-hide-icon": v(P)(y.showIcon),
1926
- "data-active": y.active,
1927
- "aria-disabled": v(V)(y.disabled)
1928
+ "data-width": _.width,
1929
+ "data-icon": _.icon,
1930
+ "data-hide-icon": v(P)(_.showIcon),
1931
+ "data-active": _.active,
1932
+ "aria-disabled": v(V)(_.disabled)
1928
1933
  }, [
1929
- a.value ? D("", !0) : (m(), g(C, { key: 0 }, [
1930
- y.text ? (m(), g(C, { key: 0 }, [
1931
- L(w(y.text), 1)
1932
- ], 64)) : I(y.$slots, "default", { key: 1 })
1934
+ a.value ? M("", !0) : (m(), g(C, { key: 0 }, [
1935
+ _.text ? (m(), g(C, { key: 0 }, [
1936
+ L(k(_.text), 1)
1937
+ ], 64)) : w(_.$slots, "default", { key: 1 })
1933
1938
  ], 64)),
1934
1939
  a.value ? (m(), g(C, { key: 1 }, [
1935
- _("button", {
1940
+ I("button", {
1936
1941
  class: "db-navigation-item-expand-button",
1937
1942
  "aria-haspopup": e.value,
1938
- "aria-expanded": r.value,
1939
- disabled: y.disabled,
1940
- onClick: $[0] || ($[0] = async (U) => h(U))
1943
+ "aria-expanded": c.value,
1944
+ disabled: _.disabled,
1945
+ onClick: f[0] || (f[0] = async (o) => B(o))
1941
1946
  }, [
1942
- y.text ? (m(), g(C, { key: 0 }, [
1943
- L(w(y.text), 1)
1944
- ], 64)) : I(y.$slots, "default", { key: 1 })
1947
+ _.text ? (m(), g(C, { key: 0 }, [
1948
+ L(k(_.text), 1)
1949
+ ], 64)) : w(_.$slots, "default", { key: 1 })
1945
1950
  ], 8, qa),
1946
- _("menu", {
1951
+ I("menu", {
1947
1952
  class: "db-sub-navigation",
1948
- id: l.value
1953
+ "data-auto-close": l.value,
1954
+ id: p.value,
1955
+ onClick: f[1] || (f[1] = async (o) => s(o))
1949
1956
  }, [
1950
1957
  e.value ? (m(), g("div", Wa, [
1951
1958
  O(de, {
1952
1959
  icon: "arrow_left",
1953
1960
  variant: "ghost",
1954
- id: y.backButtonId,
1955
- onClick: (U) => s(U)
1961
+ id: _.backButtonId,
1962
+ onClick: (o) => $(o)
1956
1963
  }, {
1957
- default: z(() => [
1958
- L(w(y.backButtonText ?? v(_e)), 1)
1964
+ default: R(() => [
1965
+ L(k(_.backButtonText ?? v($e)), 1)
1959
1966
  ]),
1960
1967
  _: 1
1961
1968
  }, 8, ["id", "onClick"])
1962
- ])) : D("", !0),
1963
- I(y.$slots, "sub-navigation")
1969
+ ])) : M("", !0),
1970
+ w(_.$slots, "sub-navigation")
1964
1971
  ], 8, Oa)
1965
- ], 64)) : D("", !0)
1972
+ ], 64)) : M("", !0)
1966
1973
  ], 42, Ga));
1967
1974
  }
1968
1975
  }), Xa = ["id"], Ha = ["aria-disabled", "open"], ja = /* @__PURE__ */ E({
@@ -1982,11 +1989,11 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1982
1989
  onToggle: { type: Function, default: void 0 }
1983
1990
  },
1984
1991
  setup(t) {
1985
- const n = t, d = o(ee), e = o(!1), a = o(null);
1986
- R(() => {
1992
+ const n = t, d = u(ee), e = u(!1), a = u(null);
1993
+ U(() => {
1987
1994
  d.value = n.id || "accordion-item-" + G(), n.defaultOpen && (e.value = n.defaultOpen);
1988
1995
  });
1989
- function r(l) {
1996
+ function c(l) {
1990
1997
  l == null || l.preventDefault();
1991
1998
  const p = !e.value;
1992
1999
  n.onToggle && n.onToggle(p), e.value = p;
@@ -1995,24 +2002,24 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
1995
2002
  id: d.value,
1996
2003
  class: N(v(A)("db-accordion-item", n.class))
1997
2004
  }, [
1998
- _("details", {
2005
+ I("details", {
1999
2006
  "aria-disabled": v(V)(l.disabled),
2000
2007
  ref_key: "_ref",
2001
2008
  ref: a,
2002
2009
  open: e.value
2003
2010
  }, [
2004
- _("summary", {
2005
- onClick: p[0] || (p[0] = async (i) => r(i))
2011
+ I("summary", {
2012
+ onClick: p[0] || (p[0] = async (i) => c(i))
2006
2013
  }, [
2007
2014
  l.headlinePlain ? (m(), g(C, { key: 0 }, [
2008
- L(w(l.headlinePlain), 1)
2009
- ], 64)) : D("", !0),
2010
- l.headlinePlain ? D("", !0) : I(l.$slots, "headline", { key: 1 })
2015
+ L(k(l.headlinePlain), 1)
2016
+ ], 64)) : M("", !0),
2017
+ l.headlinePlain ? M("", !0) : w(l.$slots, "headline", { key: 1 })
2011
2018
  ]),
2012
- _("div", null, [
2019
+ I("div", null, [
2013
2020
  l.text ? (m(), g(C, { key: 0 }, [
2014
- L(w(l.text), 1)
2015
- ], 64)) : I(l.$slots, "default", { key: 1 })
2021
+ L(k(l.text), 1)
2022
+ ], 64)) : w(l.$slots, "default", { key: 1 })
2016
2023
  ])
2017
2024
  ], 8, Ha)
2018
2025
  ], 10, Xa));
@@ -2034,10 +2041,10 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2034
2041
  autofocus: { type: Boolean }
2035
2042
  },
2036
2043
  setup(t) {
2037
- const n = t, d = o(ee), e = o(""), a = o(!1), r = o(!1), l = o(null);
2038
- R(() => {
2039
- d.value = n.id || "accordion-" + G(), a.value = !0, r.value = !0;
2040
- }), M(
2044
+ const n = t, d = u(ee), e = u(""), a = u(!1), c = u(!1), l = u(null);
2045
+ U(() => {
2046
+ d.value = n.id || "accordion-" + G(), a.value = !0, c.value = !0;
2047
+ }), z(
2041
2048
  () => [a.value, n.name, n.behavior, d.value],
2042
2049
  () => {
2043
2050
  a.value && (n.behavior === "single" ? n.name ? e.value !== n.name && (e.value = n.name) : e.value !== d.value && d.value && (e.value = d.value) : e.value = "");
@@ -2046,7 +2053,7 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2046
2053
  immediate: !0,
2047
2054
  flush: "post"
2048
2055
  }
2049
- ), M(
2056
+ ), z(
2050
2057
  () => [l.value, e.value],
2051
2058
  () => {
2052
2059
  if (l.value) {
@@ -2060,23 +2067,23 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2060
2067
  immediate: !0,
2061
2068
  flush: "post"
2062
2069
  }
2063
- ), M(
2064
- () => [l.value, r.value, n.initOpenIndex],
2070
+ ), z(
2071
+ () => [l.value, c.value, n.initOpenIndex],
2065
2072
  () => {
2066
2073
  var i;
2067
- if (l.value && r.value) {
2074
+ if (l.value && c.value) {
2068
2075
  if (n.initOpenIndex && ((i = n.initOpenIndex) == null ? void 0 : i.length) > 0) {
2069
2076
  const h = l.value.getElementsByTagName("details");
2070
2077
  if (h) {
2071
2078
  const s = n.behavior === "single" && n.initOpenIndex.length > 1 ? [n.initOpenIndex[0]] : n.initOpenIndex;
2072
2079
  Array.from(h).forEach(
2073
- (B, y) => {
2074
- s.includes(y) && (B.open = !0);
2080
+ (B, $) => {
2081
+ s.includes($) && (B.open = !0);
2075
2082
  }
2076
2083
  );
2077
2084
  }
2078
2085
  }
2079
- r.value = !1;
2086
+ c.value = !1;
2080
2087
  }
2081
2088
  },
2082
2089
  {
@@ -2099,13 +2106,13 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2099
2106
  class: N(v(A)("db-accordion", n.class)),
2100
2107
  "data-variant": i.variant
2101
2108
  }, [
2102
- i.items ? D("", !0) : I(i.$slots, "default", { key: 0 }),
2109
+ i.items ? M("", !0) : w(i.$slots, "default", { key: 0 }),
2103
2110
  i.items ? (m(!0), g(C, { key: 1 }, te(p(i.items), (s, B) => (m(), X(ja, {
2104
2111
  key: `accordion-item-${B}`,
2105
2112
  headlinePlain: s.headlinePlain,
2106
2113
  disabled: s.disabled,
2107
2114
  text: s.text
2108
- }, null, 8, ["headlinePlain", "disabled", "text"]))), 128)) : D("", !0)
2115
+ }, null, 8, ["headlinePlain", "disabled", "text"]))), 128)) : M("", !0)
2109
2116
  ], 10, Ya));
2110
2117
  }
2111
2118
  }), Ka = ["id", "aria-labelledby"], Pn = /* @__PURE__ */ E({
@@ -2120,18 +2127,18 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2120
2127
  labelledBy: { default: void 0 }
2121
2128
  },
2122
2129
  setup(t) {
2123
- const n = t, d = o(ee), e = o(null);
2124
- return R(() => {
2130
+ const n = t, d = u(ee), e = u(null);
2131
+ return U(() => {
2125
2132
  d.value = n.id || "navigation-" + G();
2126
- }), (a, r) => (m(), g("nav", {
2133
+ }), (a, c) => (m(), g("nav", {
2127
2134
  ref_key: "_ref",
2128
2135
  ref: e,
2129
2136
  id: d.value,
2130
2137
  "aria-labelledby": a.labelledBy,
2131
2138
  class: N(v(A)("db-navigation", n.class))
2132
2139
  }, [
2133
- _("menu", null, [
2134
- I(a.$slots, "default")
2140
+ I("menu", null, [
2141
+ w(a.$slots, "default")
2135
2142
  ])
2136
2143
  ], 10, Ka));
2137
2144
  }
@@ -2154,10 +2161,10 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2154
2161
  width: { default: void 0 }
2155
2162
  },
2156
2163
  setup(t) {
2157
- const n = t, d = o(!1), e = o(!1), a = o(null);
2158
- R(() => {
2164
+ const n = t, d = u(!1), e = u(!1), a = u(null);
2165
+ U(() => {
2159
2166
  d.value = !0;
2160
- }), M(
2167
+ }), z(
2161
2168
  () => [a.value, d.value],
2162
2169
  () => {
2163
2170
  if (a.value && d.value) {
@@ -2169,7 +2176,7 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2169
2176
  immediate: !0,
2170
2177
  flush: "post"
2171
2178
  }
2172
- ), M(
2179
+ ), z(
2173
2180
  () => [a.value, e.value],
2174
2181
  () => {
2175
2182
  if (a.value) {
@@ -2182,7 +2189,7 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2182
2189
  flush: "post"
2183
2190
  }
2184
2191
  );
2185
- function r() {
2192
+ function c() {
2186
2193
  if (e.value = !0, !a.value) return;
2187
2194
  const i = a.value.querySelector("article");
2188
2195
  i && se(i);
@@ -2207,13 +2214,13 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2207
2214
  ref: a,
2208
2215
  id: i.id,
2209
2216
  class: N(v(A)("db-popover", n.class)),
2210
- onFocus: h[0] || (h[0] = async (s) => r()),
2217
+ onFocus: h[0] || (h[0] = async (s) => c()),
2211
2218
  onBlur: h[1] || (h[1] = async (s) => l(s)),
2212
- onMouseenter: h[2] || (h[2] = async (s) => r()),
2219
+ onMouseenter: h[2] || (h[2] = async (s) => c()),
2213
2220
  onMouseleave: h[3] || (h[3] = async (s) => l(s))
2214
2221
  }, [
2215
- I(i.$slots, "trigger"),
2216
- _("article", {
2222
+ w(i.$slots, "trigger"),
2223
+ I("article", {
2217
2224
  class: "db-popover-content",
2218
2225
  "data-spacing": i.spacing,
2219
2226
  "data-gap": v(V)(i.gap),
@@ -2223,7 +2230,7 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2223
2230
  "data-width": i.width,
2224
2231
  "data-placement": i.placement
2225
2232
  }, [
2226
- I(i.$slots, "default")
2233
+ w(i.$slots, "default")
2227
2234
  ], 8, Qa)
2228
2235
  ], 42, Ja));
2229
2236
  }
@@ -2244,10 +2251,10 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2244
2251
  width: { default: void 0 }
2245
2252
  },
2246
2253
  setup(t) {
2247
- const n = t, d = o(ee), e = o(!1), a = o(null);
2248
- R(() => {
2254
+ const n = t, d = u(ee), e = u(!1), a = u(null);
2255
+ U(() => {
2249
2256
  d.value = n.id || "tooltip-" + G(), e.value = !0;
2250
- }), M(
2257
+ }), z(
2251
2258
  () => [a.value, e.value],
2252
2259
  () => {
2253
2260
  if (a.value && e.value && d.value) {
@@ -2262,7 +2269,7 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2262
2269
  flush: "post"
2263
2270
  }
2264
2271
  );
2265
- function r(p) {
2272
+ function c(p) {
2266
2273
  p.stopPropagation();
2267
2274
  }
2268
2275
  function l() {
@@ -2282,9 +2289,9 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2282
2289
  "data-width": p.width,
2283
2290
  "data-show-arrow": v(V)(p.showArrow ?? !0),
2284
2291
  "data-placement": p.placement,
2285
- onClick: i[0] || (i[0] = async (h) => r(h))
2292
+ onClick: i[0] || (i[0] = async (h) => c(h))
2286
2293
  }, [
2287
- I(p.$slots, "default")
2294
+ w(p.$slots, "default")
2288
2295
  ], 10, Za));
2289
2296
  }
2290
2297
  }), xa = ["id"], en = { role: "tablist" }, an = /* @__PURE__ */ E({
@@ -2298,17 +2305,17 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2298
2305
  autofocus: { type: Boolean }
2299
2306
  },
2300
2307
  setup(t) {
2301
- const n = t, d = o(ee), e = o(null);
2302
- return R(() => {
2308
+ const n = t, d = u(ee), e = u(null);
2309
+ return U(() => {
2303
2310
  d.value = n.id || "tab-list-" + G();
2304
- }), (a, r) => (m(), g("div", {
2311
+ }), (a, c) => (m(), g("div", {
2305
2312
  ref_key: "_ref",
2306
2313
  ref: e,
2307
2314
  id: d.value,
2308
2315
  class: N(v(A)("db-tab-list", n.class))
2309
2316
  }, [
2310
- _("ul", en, [
2311
- I(a.$slots, "default")
2317
+ I("ul", en, [
2318
+ w(a.$slots, "default")
2312
2319
  ])
2313
2320
  ], 10, xa));
2314
2321
  }
@@ -2325,8 +2332,8 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2325
2332
  labelledBy: { default: void 0 }
2326
2333
  },
2327
2334
  setup(t) {
2328
- const n = t, d = o(null);
2329
- return R(() => {
2335
+ const n = t, d = u(null);
2336
+ return U(() => {
2330
2337
  }), (e, a) => (m(), g("section", {
2331
2338
  role: "tabpanel",
2332
2339
  ref_key: "_ref",
@@ -2336,9 +2343,9 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2336
2343
  "aria-labelledby": e.labelledBy
2337
2344
  }, [
2338
2345
  e.content ? (m(), g(C, { key: 0 }, [
2339
- L(w(e.content), 1)
2340
- ], 64)) : D("", !0),
2341
- I(e.$slots, "default")
2346
+ L(k(e.content), 1)
2347
+ ], 64)) : M("", !0),
2348
+ w(e.$slots, "default")
2342
2349
  ], 10, nn));
2343
2350
  }
2344
2351
  }), dn = ["id", "data-orientation", "data-scroll-behavior", "data-alignment", "data-width"], qn = /* @__PURE__ */ E({
@@ -2363,18 +2370,18 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2363
2370
  alignment: { default: void 0 }
2364
2371
  },
2365
2372
  setup(t) {
2366
- const n = t, d = o("tabs-" + G()), e = o(""), a = o(!1), r = o(!1), l = o(!1), p = o(null), i = o(null);
2367
- R(() => {
2373
+ const n = t, d = u("tabs-" + G()), e = u(""), a = u(!1), c = u(!1), l = u(!1), p = u(null), i = u(null);
2374
+ U(() => {
2368
2375
  d.value = n.id || d.value, e.value = `tabs-${n.name || G()}`, a.value = !0;
2369
- }), M(
2376
+ }), z(
2370
2377
  () => [i.value, a.value],
2371
2378
  () => {
2372
2379
  if (i.value && a.value) {
2373
- y(), $(!0);
2380
+ $(), D(!0);
2374
2381
  const f = i.value.querySelector(".db-tab-list");
2375
- f && new MutationObserver((k) => {
2376
- k.forEach((u) => {
2377
- (u.removedNodes.length || u.addedNodes.length) && (y(), $());
2382
+ f && new MutationObserver((y) => {
2383
+ y.forEach((r) => {
2384
+ (r.removedNodes.length || r.addedNodes.length) && ($(), D());
2378
2385
  });
2379
2386
  }).observe(f, {
2380
2387
  childList: !0,
@@ -2390,45 +2397,45 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2390
2397
  function h(f) {
2391
2398
  try {
2392
2399
  return typeof f == "string" ? JSON.parse(f) : f;
2393
- } catch (c) {
2394
- console.error(c);
2400
+ } catch (o) {
2401
+ console.error(o);
2395
2402
  }
2396
2403
  return [];
2397
2404
  }
2398
2405
  function s(f) {
2399
- const c = f.scrollWidth > f.clientWidth;
2400
- r.value = c && f.scrollLeft > 1, l.value = c && f.scrollLeft < f.scrollWidth - f.clientWidth;
2406
+ const o = f.scrollWidth > f.clientWidth;
2407
+ c.value = o && f.scrollLeft > 1, l.value = o && f.scrollLeft < f.scrollWidth - f.clientWidth;
2401
2408
  }
2402
2409
  function B(f) {
2403
- var k;
2404
- let c = n.arrowScrollDistance || 100;
2405
- f && (c *= -1), (k = p.value) == null || k.scrollBy({
2410
+ var y;
2411
+ let o = n.arrowScrollDistance || 100;
2412
+ f && (o *= -1), (y = p.value) == null || y.scrollBy({
2406
2413
  top: 0,
2407
- left: c,
2414
+ left: o,
2408
2415
  behavior: "smooth"
2409
2416
  });
2410
2417
  }
2411
- function y() {
2418
+ function $() {
2412
2419
  if (i.value) {
2413
2420
  const f = i.value.querySelector(".db-tab-list");
2414
2421
  if (f) {
2415
- const c = f.querySelector('[role="tablist"]');
2416
- c && (c.setAttribute(
2422
+ const o = f.querySelector('[role="tablist"]');
2423
+ o && (o.setAttribute(
2417
2424
  "aria-orientation",
2418
2425
  n.orientation || "horizontal"
2419
- ), n.behavior === "arrows" && (p.value = c, s(c), c.addEventListener("scroll", () => {
2420
- s(c);
2426
+ ), n.behavior === "arrows" && (p.value = o, s(o), o.addEventListener("scroll", () => {
2427
+ s(o);
2421
2428
  })));
2422
2429
  }
2423
2430
  }
2424
2431
  }
2425
- function $(f) {
2432
+ function D(f) {
2426
2433
  if (i.value) {
2427
- const c = Array.from(
2434
+ const o = Array.from(
2428
2435
  i.value.getElementsByClassName("db-tab-item")
2429
2436
  );
2430
- for (const u of c) {
2431
- const T = c.indexOf(u), b = u.querySelector("label"), S = u.querySelector("input");
2437
+ for (const r of o) {
2438
+ const T = o.indexOf(r), b = r.querySelector("label"), S = r.querySelector("input");
2432
2439
  if (S && b) {
2433
2440
  if (!S.id) {
2434
2441
  const F = `${e.value}-tab-${T}`;
@@ -2443,29 +2450,29 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2443
2450
  }
2444
2451
  }
2445
2452
  }
2446
- const k = Array.from(
2453
+ const y = Array.from(
2447
2454
  i.value.querySelectorAll(
2448
2455
  ":is(:scope > .db-tab-panel, :scope > db-tab-panel > .db-tab-panel)"
2449
2456
  )
2450
2457
  );
2451
- for (const u of k) {
2452
- if (u.id) continue;
2453
- const T = k.indexOf(u);
2454
- u.id = `${e.value}-tab-panel-${T}`, u.setAttribute("aria-labelledby", `${e.value}-tab-${T}`);
2458
+ for (const r of y) {
2459
+ if (r.id) continue;
2460
+ const T = y.indexOf(r);
2461
+ r.id = `${e.value}-tab-panel-${T}`, r.setAttribute("aria-labelledby", `${e.value}-tab-${T}`);
2455
2462
  }
2456
2463
  }
2457
2464
  }
2458
- function U(f) {
2465
+ function _(f) {
2459
2466
  if (n.onIndexChange && f.target) {
2460
- const c = f.target.closest("ul"), k = (
2467
+ const o = f.target.closest("ul"), y = (
2461
2468
  // db-tab-item for angular and stencil wrapping elements
2462
2469
  f.target.closest("db-tab-item") ?? f.target.closest("li")
2463
2470
  );
2464
- c !== null && k !== null && n.onIndexChange(Array.from(c.childNodes).indexOf(k));
2471
+ o !== null && y !== null && n.onIndexChange(Array.from(o.childNodes).indexOf(y));
2465
2472
  }
2466
2473
  n.onTabSelect && n.onTabSelect(f);
2467
2474
  }
2468
- return (f, c) => (m(), g("div", {
2475
+ return (f, o) => (m(), g("div", {
2469
2476
  ref_key: "_ref",
2470
2477
  ref: i,
2471
2478
  id: d.value,
@@ -2474,46 +2481,46 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2474
2481
  "data-scroll-behavior": f.behavior,
2475
2482
  "data-alignment": f.alignment ?? "start",
2476
2483
  "data-width": f.width ?? "auto",
2477
- onInput: c[0] || (c[0] = async (k) => U(k))
2484
+ onInput: o[0] || (o[0] = async (y) => _(y))
2478
2485
  }, [
2479
- r.value ? (m(), X(de, {
2486
+ c.value ? (m(), X(de, {
2480
2487
  key: 0,
2481
2488
  class: "tabs-scroll-left",
2482
2489
  variant: "ghost",
2483
2490
  icon: "chevron_left",
2484
2491
  type: "button",
2485
2492
  noText: !0,
2486
- onClick: (k) => B(!0)
2493
+ onClick: (y) => B(!0)
2487
2494
  }, {
2488
- default: z(() => c[1] || (c[1] = [
2495
+ default: R(() => o[1] || (o[1] = [
2489
2496
  L(" Scroll left ")
2490
2497
  ])),
2491
2498
  _: 1
2492
- }, 8, ["onClick"])) : D("", !0),
2499
+ }, 8, ["onClick"])) : M("", !0),
2493
2500
  f.tabs ? (m(), g(C, { key: 1 }, [
2494
2501
  O(an, null, {
2495
- default: z(() => [
2496
- (m(!0), g(C, null, te(h(f.tabs), (k, u) => (m(), X(Da, {
2497
- key: f.name + "tab-item" + u,
2498
- active: k.active,
2499
- label: k.label,
2500
- iconAfter: k.iconAfter,
2501
- icon: k.icon,
2502
- noText: k.noText
2502
+ default: R(() => [
2503
+ (m(!0), g(C, null, te(h(f.tabs), (y, r) => (m(), X(Da, {
2504
+ key: f.name + "tab-item" + r,
2505
+ active: y.active,
2506
+ label: y.label,
2507
+ iconAfter: y.iconAfter,
2508
+ icon: y.icon,
2509
+ noText: y.noText
2503
2510
  }, null, 8, ["active", "label", "iconAfter", "icon", "noText"]))), 128))
2504
2511
  ]),
2505
2512
  _: 1
2506
2513
  }),
2507
- (m(!0), g(C, null, te(h(f.tabs), (k, u) => (m(), X(tn, {
2508
- key: f.name + "tab-panel" + u,
2509
- content: k.content
2514
+ (m(!0), g(C, null, te(h(f.tabs), (y, r) => (m(), X(tn, {
2515
+ key: f.name + "tab-panel" + r,
2516
+ content: y.content
2510
2517
  }, {
2511
- default: z(() => [
2512
- L(w(k.children), 1)
2518
+ default: R(() => [
2519
+ L(k(y.children), 1)
2513
2520
  ]),
2514
2521
  _: 2
2515
2522
  }, 1032, ["content"]))), 128))
2516
- ], 64)) : D("", !0),
2523
+ ], 64)) : M("", !0),
2517
2524
  l.value ? (m(), X(de, {
2518
2525
  key: 2,
2519
2526
  class: "tabs-scroll-right",
@@ -2521,14 +2528,14 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2521
2528
  icon: "chevron_right",
2522
2529
  type: "button",
2523
2530
  noText: !0,
2524
- onClick: (k) => B()
2531
+ onClick: (y) => B()
2525
2532
  }, {
2526
- default: z(() => c[2] || (c[2] = [
2533
+ default: R(() => o[2] || (o[2] = [
2527
2534
  L(" Scroll right ")
2528
2535
  ])),
2529
2536
  _: 1
2530
- }, 8, ["onClick"])) : D("", !0),
2531
- I(f.$slots, "default")
2537
+ }, 8, ["onClick"])) : M("", !0),
2538
+ w(f.$slots, "default")
2532
2539
  ], 42, dn));
2533
2540
  }
2534
2541
  }), On = ["adaptive", "neutral", "critical", "informational", "warning", "successful"], Wn = ["medium", "small", "large", "none"], Xn = ["medium", "small", "large", "none"], Hn = ["left", "right", "top", "bottom", "left-start", "left-end", "right-start", "right-end", "top-start", "top-end", "bottom-start", "bottom-end"], jn = ["none", "3x-large", "2x-large", "x-large", "large", "medium", "small", "x-small", "2x-small", "3x-small"], Yn = ["horizontal", "vertical"], Kn = ["full", "auto"], Jn = ["full", "medium", "large", "small"], Qn = ["none", "slow", "fast"], Zn = ["auto", "fixed"], xn = ["small", "medium"], ln = ["weak", "strong"], et = [...ln, "origin"], at = ["invalid", "valid", "no-validation"], nt = ["above", "floating"], tt = ["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"], dt = ["time", "true", "false", "date", "page", "step", "location"], it = ["_self", "_blank", "_parent", "_top"], lt = ["no-referrer", "no-referrer-when-downgrade", "origin", "origin-when-cross-origin", "same-origin", "strict-origin", "strict-origin-when-cross-origin", "unsafe-url"], st = ["start", "center"], sn = ["id", "data-gap", "data-variant", "data-direction", "data-alignment", "data-justify-content", "data-wrap"], ot = /* @__PURE__ */ E({
@@ -2548,7 +2555,7 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2548
2555
  gap: { default: void 0 }
2549
2556
  },
2550
2557
  setup(t) {
2551
- const n = t, d = o(null);
2558
+ const n = t, d = u(null);
2552
2559
  return (e, a) => (m(), g("div", {
2553
2560
  ref_key: "_ref",
2554
2561
  ref: d,
@@ -2561,7 +2568,7 @@ const Je = ["id", "data-width", "data-on-forcing-mobile"], Qe = { class: "db-hea
2561
2568
  "data-justify-content": e.justifyContent,
2562
2569
  "data-wrap": v(V)(e.wrap)
2563
2570
  }, [
2564
- I(e.$slots, "default")
2571
+ w(e.$slots, "default")
2565
2572
  ], 10, sn));
2566
2573
  }
2567
2574
  });
@@ -2581,7 +2588,7 @@ export {
2581
2588
  In as DBCard,
2582
2589
  _n as DBCheckbox,
2583
2590
  $n as DBDivider,
2584
- je as DBDrawer,
2591
+ Ye as DBDrawer,
2585
2592
  Ln as DBHeader,
2586
2593
  En as DBIcon,
2587
2594
  W as DBInfotext,
@@ -2604,11 +2611,11 @@ export {
2604
2611
  Mn as DBTag,
2605
2612
  zn as DBTextarea,
2606
2613
  Gn as DBTooltip,
2607
- _e as DEFAULT_BACK,
2608
- $e as DEFAULT_BURGER_MENU,
2614
+ $e as DEFAULT_BACK,
2615
+ Le as DEFAULT_BURGER_MENU,
2609
2616
  ce as DEFAULT_CLOSE_BUTTON,
2610
2617
  ue as DEFAULT_DATALIST_ID_SUFFIX,
2611
- Le as DEFAULT_ICON,
2618
+ Ee as DEFAULT_ICON,
2612
2619
  ee as DEFAULT_ID,
2613
2620
  x as DEFAULT_INVALID_MESSAGE,
2614
2621
  Q as DEFAULT_INVALID_MESSAGE_ID_SUFFIX,
@@ -2616,14 +2623,14 @@ export {
2616
2623
  K as DEFAULT_MESSAGE_ID_SUFFIX,
2617
2624
  fe as DEFAULT_PLACEHOLDER,
2618
2625
  oe as DEFAULT_PLACEHOLDER_ID_SUFFIX,
2619
- Ee as DEFAULT_ROWS,
2626
+ Ne as DEFAULT_ROWS,
2620
2627
  Z as DEFAULT_VALID_MESSAGE,
2621
2628
  J as DEFAULT_VALID_MESSAGE_ID_SUFFIX,
2622
- Ne as DEFAULT_VIEWPORT,
2629
+ Ae as DEFAULT_VIEWPORT,
2623
2630
  hn as DENSITIES,
2624
2631
  ve as DENSITY,
2625
2632
  vn as DENSITY_CONST,
2626
- Ae as DESKTOP_VIEWPORT,
2633
+ Fe as DESKTOP_VIEWPORT,
2627
2634
  ln as EmphasisList,
2628
2635
  jn as GapSpacingList,
2629
2636
  nt as LabelVariantList,
@@ -2653,9 +2660,9 @@ export {
2653
2660
  P as getHideProp,
2654
2661
  se as handleDataOutside,
2655
2662
  Y as hasVoiceOver,
2656
- ke as isArrayOfStrings,
2657
- Ye as isEventTargetNavigationItem,
2658
- Be as isInView,
2663
+ we as isArrayOfStrings,
2664
+ be as isEventTargetNavigationItem,
2665
+ ke as isInView,
2659
2666
  q as stringPropVisible,
2660
2667
  G as uuid,
2661
2668
  fn as visibleInVX,