wave-ui 3.14.2 → 3.14.3

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.
@@ -5,7 +5,7 @@ var de = (e) => {
5
5
  var $e = (e, t, i) => t in e ? _e(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i;
6
6
  var H = (e, t, i) => $e(e, typeof t != "symbol" ? t + "" : t, i), ue = (e, t, i) => t.has(e) || de("Cannot " + i);
7
7
  var Y = (e, t, i) => (ue(e, t, "read from private field"), i ? i.call(e) : t.get(e)), te = (e, t, i) => t.has(e) ? de("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, i), ie = (e, t, i, s) => (ue(e, t, "write to private field"), s ? s.call(e, i) : t.set(e, i), i);
8
- import { reactive as Z, resolveComponent as $, openBlock as o, createBlock as g, Teleport as Ve, createVNode as T, TransitionGroup as ae, normalizeClass as f, withCtx as m, createElementBlock as u, Fragment as k, renderList as x, mergeProps as _, createElementVNode as w, createCommentVNode as p, createApp as Ie, defineComponent as Te, inject as Le, withKeys as E, withModifiers as M, renderSlot as c, createTextVNode as S, toDisplayString as C, normalizeStyle as R, toHandlers as ne, Transition as P, resolveDynamicComponent as L, normalizeProps as le, resolveDirective as ke, withDirectives as W, createSlots as ee, vShow as re, vModelText as ve, vModelDynamic as Re, KeepAlive as xe } from "vue";
8
+ import { reactive as Z, resolveComponent as $, openBlock as o, createBlock as b, Teleport as Ve, createVNode as T, TransitionGroup as ae, normalizeClass as f, withCtx as m, createElementBlock as u, Fragment as k, renderList as x, mergeProps as _, createElementVNode as w, createCommentVNode as p, createApp as Ie, defineComponent as Te, inject as Le, withKeys as E, withModifiers as M, renderSlot as c, createTextVNode as B, toDisplayString as C, normalizeStyle as R, toHandlers as ne, Transition as P, resolveDynamicComponent as L, normalizeProps as le, resolveDirective as ke, withDirectives as W, createSlots as ee, vShow as re, vModelText as ve, vModelDynamic as Re, KeepAlive as xe } from "vue";
9
9
  const Pe = Z({
10
10
  on: "#app",
11
11
  // Sets the Wave UI root node. If not found, will default to `body`.
@@ -76,16 +76,18 @@ const Pe = Z({
76
76
  return t;
77
77
  }, j = (e) => console.warn(`Wave UI: ${e}`), F = (e) => console.error(`Wave UI: ${e}`), Oe = (e) => {
78
78
  ["light", "dark"].forEach((t) => {
79
- var s;
79
+ var s, n, l;
80
80
  const i = e.colors[t];
81
81
  i.shades = {};
82
- for (const n in i) {
83
- if (n === "shades") continue;
84
- const l = i[n], a = { label: n, color: (((s = i[n]) == null ? void 0 : s.color) ?? i[n]).replace("#", "") }, r = a.color;
85
- r.length === 3 && (a.color = r[0] + "" + r[0] + r[1] + r[1] + r[2] + r[2]);
86
- for (let d = 1; d <= 6; d++) {
87
- const h = We(`#${a.color}`, d * ((l == null ? void 0 : l.lightIncrement) ?? 16) + ((l == null ? void 0 : l.lightOffset) ?? 0)), y = Ke(`#${a.color}`, d * ((l == null ? void 0 : l.darkIncrement) ?? 12.4) + ((l == null ? void 0 : l.darkOffset) ?? 0));
88
- i.shades[`${a.label}-light${d}`] = h, i.shades[`${a.label}-dark${d}`] = y;
82
+ for (const a in i) {
83
+ if (a === "shades") continue;
84
+ const r = i[a], d = { label: a, color: (l = (n = ((s = i[a]) == null ? void 0 : s.color) ?? i[a]) == null ? void 0 : n.replace) == null ? void 0 : l.call(n, "#", "") }, h = d.color;
85
+ if (h) {
86
+ h.length === 3 && (d.color = h[0] + "" + h[0] + h[1] + h[1] + h[2] + h[2]);
87
+ for (let y = 1; y <= 6; y++) {
88
+ const S = We(`#${d.color}`, y * ((r == null ? void 0 : r.lightIncrement) ?? 16) + ((r == null ? void 0 : r.lightOffset) ?? 0)), g = Ke(`#${d.color}`, y * ((r == null ? void 0 : r.darkIncrement) ?? 12.4) + ((r == null ? void 0 : r.darkOffset) ?? 0));
89
+ i.shades[`${d.label}-light${y}`] = S, i.shades[`${d.label}-dark${y}`] = g;
90
+ }
89
91
  }
90
92
  }
91
93
  });
@@ -132,8 +134,8 @@ function pe(e, t, i, s) {
132
134
  return `#${J(e)}${J(t)}${J(i)}${s ? J(Math.floor(s * 255)) : ""}`;
133
135
  }
134
136
  function Se(e, t, i = 50) {
135
- const s = ce(e), n = ce(t), l = G(i, 0, 100) / 100, a = 2 * l - 1, r = s.alpha - n.alpha, d = ((a * r === -1 ? a : (a + r) / (1 + a * r)) + 1) / 2, h = 1 - d, y = G(Math.round(s.red * d + n.red * h), 0, 255), B = G(Math.round(s.green * d + n.green * h), 0, 255), b = G(Math.round(s.blue * d + n.blue * h), 0, 255), I = s.alpha * l + n.alpha * (1 - l);
136
- return s.hasAlpha || n.hasAlpha || I !== 1 ? pe(y, B, b, I) : pe(y, B, b);
137
+ const s = ce(e), n = ce(t), l = G(i, 0, 100) / 100, a = 2 * l - 1, r = s.alpha - n.alpha, d = ((a * r === -1 ? a : (a + r) / (1 + a * r)) + 1) / 2, h = 1 - d, y = G(Math.round(s.red * d + n.red * h), 0, 255), S = G(Math.round(s.green * d + n.green * h), 0, 255), g = G(Math.round(s.blue * d + n.blue * h), 0, 255), I = s.alpha * l + n.alpha * (1 - l);
138
+ return s.hasAlpha || n.hasAlpha || I !== 1 ? pe(y, S, g, I) : pe(y, S, g);
137
139
  }
138
140
  function We(e, t = 15) {
139
141
  return Se("#ffffff", e, t);
@@ -501,14 +503,14 @@ const Ne = (e, t) => {
501
503
  i += `${y} .${V}--bg{background-color:var(--w-${V}-color)}${y} .${V}{color:var(--w-${V}-color)}`;
502
504
  for (const V in d)
503
505
  i += `${y} .${V}--bg{background-color:${d[V]}}${y} .${V}{color:${d[V]}}`;
504
- const B = { ...h, info: n, warning: l, success: a, error: r };
505
- for (const V in B) s[V] = ((I = B[V]) == null ? void 0 : I.color) ?? B[V];
506
+ const S = { ...h, info: n, warning: l, success: a, error: r };
507
+ for (const V in S) s[V] = ((I = S[V]) == null ? void 0 : I.color) ?? S[V];
506
508
  if (t)
507
509
  for (const V in d) s[V] = d[V];
508
- let b = "";
510
+ let g = "";
509
511
  return Object.entries(s).forEach(([V, O]) => {
510
- b += `--w-${V}-color: ${O};`;
511
- }), `:root{${b}}${i}`;
512
+ g += `--w-${V}-color: ${O};`;
513
+ }), `:root{${g}}${i}`;
512
514
  }, De = (e, t) => {
513
515
  let i = "";
514
516
  const { cssScope: s } = U;
@@ -543,6 +545,8 @@ const Ne = (e, t) => {
543
545
  "no-grow{flex-grow:0}",
544
546
  "shrink{flex-shrink:1;margin-left:auto;margin-right:auto}",
545
547
  "no-shrink{flex-shrink:0}",
548
+ "wrap{flex-wrap: wrap}",
549
+ "no-wrap{flex-wrap: nowrap}",
546
550
  "fill-width{width:100%}",
547
551
  "fill-height{height:100%}",
548
552
  "basis-zero{flex-basis:0}",
@@ -610,7 +614,7 @@ const Ne = (e, t) => {
610
614
  }, qe = ["innerHTML"];
611
615
  function Xe(e, t, i, s, n, l) {
612
616
  const a = $("w-alert");
613
- return o(), g(Ve, { to: ".w-app" }, [
617
+ return o(), b(Ve, { to: ".w-app" }, [
614
618
  T(ae, {
615
619
  class: f(["w-notification-manager", { "w-notification-manager--left": l.conf.align === "left" }]),
616
620
  tag: "div",
@@ -619,7 +623,7 @@ function Xe(e, t, i, s, n, l) {
619
623
  }, {
620
624
  default: m(() => [
621
625
  (o(!0), u(k, null, x(l.notifications, (r) => (o(), u(k, null, [
622
- r._value ? (o(), g(a, _({
626
+ r._value ? (o(), b(a, _({
623
627
  class: "white--bg",
624
628
  key: r._uid,
625
629
  modelValue: r._value,
@@ -840,7 +844,7 @@ function st(e, t, i, s, n, l) {
840
844
  onKeypress: E((y) => !d._disabled && l.toggleItem(d, y), ["enter"]),
841
845
  tabindex: !d._disabled && 0
842
846
  }, [
843
- i.expandIcon && !i.expandIconRight ? (o(), g(a, {
847
+ i.expandIcon && !i.expandIconRight ? (o(), b(a, {
844
848
  key: 0,
845
849
  class: f(["w-accordion__expand-icon", { "w-accordion__expand-icon--expanded": d._expanded, "w-accordion__expand-icon--rotate90": i.expandIconRotate90 }]),
846
850
  icon: d._expanded && i.collapseIcon || i.expandIcon,
@@ -868,7 +872,7 @@ function st(e, t, i, s, n, l) {
868
872
  innerHTML: d[i.itemTitleKey]
869
873
  }, null, 8, it)
870
874
  ]),
871
- i.expandIcon && i.expandIconRight ? (o(), g(a, {
875
+ i.expandIcon && i.expandIconRight ? (o(), b(a, {
872
876
  key: 3,
873
877
  class: f(["w-accordion__expand-icon", { "w-accordion__expand-icon--expanded": d._expanded, "w-accordion__expand-icon--rotate90": i.expandIconRotate90 }]),
874
878
  icon: d._expanded && i.collapseIcon || i.expandIcon,
@@ -1006,19 +1010,19 @@ function rt(e, t, i, s, n, l) {
1006
1010
  class: f(["w-alert", l.classes])
1007
1011
  }, [
1008
1012
  l.type || i.icon || i.dismiss ? (o(), u(k, { key: 0 }, [
1009
- l.type || i.icon ? (o(), g(a, {
1013
+ l.type || i.icon ? (o(), b(a, {
1010
1014
  key: 0,
1011
1015
  class: "w-alert__icon mr2"
1012
1016
  }, {
1013
1017
  default: m(() => [
1014
- S(C(l.type ? l.typeIcon : i.icon), 1)
1018
+ B(C(l.type ? l.typeIcon : i.icon), 1)
1015
1019
  ]),
1016
1020
  _: 1
1017
1021
  })) : p("", !0),
1018
1022
  w("div", nt, [
1019
1023
  c(e.$slots, "default")
1020
1024
  ]),
1021
- i.dismiss ? (o(), g(r, {
1025
+ i.dismiss ? (o(), b(r, {
1022
1026
  key: 1,
1023
1027
  class: "w-alert__dismiss",
1024
1028
  onClick: t[0] || (t[0] = (d) => {
@@ -1422,7 +1426,7 @@ function $t(e, t, i, s, n, l) {
1422
1426
  role: "status"
1423
1427
  }, [
1424
1428
  i.dot ? p("", !0) : c(e.$slots, "badge", { key: 0 }, () => [
1425
- S(C(i.modelValue === !0 ? "" : i.modelValue || ""), 1)
1429
+ B(C(i.modelValue === !0 ? "" : i.modelValue || ""), 1)
1426
1430
  ])
1427
1431
  ], 6)) : p("", !0)
1428
1432
  ]),
@@ -1505,17 +1509,17 @@ function Lt(e, t, i, s, n, l) {
1505
1509
  key: `${d}a`
1506
1510
  }, [
1507
1511
  c(e.$slots, "separator", { index: d })
1508
- ], 2)) : d ? (o(), g(a, {
1512
+ ], 2)) : d ? (o(), b(a, {
1509
1513
  class: f(["w-breadcrumbs__separator", i.separatorColor]),
1510
1514
  key: `${d}b`
1511
1515
  }, {
1512
1516
  default: m(() => [
1513
- S(C(i.icon), 1)
1517
+ B(C(i.icon), 1)
1514
1518
  ]),
1515
1519
  _: 2
1516
1520
  }, 1032, ["class"])) : p("", !0),
1517
1521
  r[i.itemRouteKey] && (d < i.items.length - 1 || i.linkLastItem) ? (o(), u(k, { key: 2 }, [
1518
- e.$slots.item ? (o(), g(L(l.hasRouter ? "router-link" : "a"), {
1522
+ e.$slots.item ? (o(), b(L(l.hasRouter ? "router-link" : "a"), {
1519
1523
  class: f(["w-breadcrumbs__item", i.color || null]),
1520
1524
  key: `${d}c`,
1521
1525
  to: l.hasRouter && r[i.itemRouteKey],
@@ -1529,7 +1533,7 @@ function Lt(e, t, i, s, n, l) {
1529
1533
  })
1530
1534
  ]),
1531
1535
  _: 2
1532
- }, 1032, ["to", "href", "class"])) : (o(), g(L(l.hasRouter ? "router-link" : "a"), {
1536
+ }, 1032, ["to", "href", "class"])) : (o(), b(L(l.hasRouter ? "router-link" : "a"), {
1533
1537
  class: f(["w-breadcrumbs__item", i.color || null]),
1534
1538
  key: `${d}d`,
1535
1539
  to: l.hasRouter && r[i.itemRouteKey],
@@ -1595,16 +1599,16 @@ const Rt = {
1595
1599
  ], -1);
1596
1600
  function Mt(e, t, i, s, n, l) {
1597
1601
  const a = $("w-icon");
1598
- return o(), g(L(!i.disabled && i.route ? "a" : "button"), _({
1602
+ return o(), b(L(!i.disabled && i.route ? "a" : "button"), _({
1599
1603
  class: ["w-button", l.classes],
1600
1604
  type: !i.route && i.type,
1601
1605
  href: !i.disabled && i.route && (l.externalLink ? i.route : l.resolvedRoute) || null,
1602
1606
  disabled: !!i.disabled || null
1603
1607
  }, l.attrs, { style: l.styles }), {
1604
1608
  default: m(() => [
1605
- i.icon ? (o(), g(a, le(_({ key: 0 }, i.iconProps || {})), {
1609
+ i.icon ? (o(), b(a, le(_({ key: 0 }, i.iconProps || {})), {
1606
1610
  default: m(() => [
1607
- S(C(i.icon), 1)
1611
+ B(C(i.icon), 1)
1608
1612
  ]),
1609
1613
  _: 1
1610
1614
  }, 16)) : c(e.$slots, "default", { key: 1 }),
@@ -1726,7 +1730,7 @@ const zt = {
1726
1730
  }, Et = /* @__PURE__ */ v(zt, [["render", Mt]]), At = ["innerHTML"];
1727
1731
  function Wt(e, t, i, s, n, l) {
1728
1732
  const a = $("button-partial");
1729
- return i.tooltip ? (o(), g(L("w-tooltip"), le(_({ key: 0 }, i.tooltipProps)), {
1733
+ return i.tooltip ? (o(), b(L("w-tooltip"), le(_({ key: 0 }, i.tooltipProps)), {
1730
1734
  activator: m(({ on: r }) => [
1731
1735
  T(a, _(l.buttonProps, ne(r)), {
1732
1736
  default: m(() => [
@@ -1739,7 +1743,7 @@ function Wt(e, t, i, s, n, l) {
1739
1743
  w("div", { innerHTML: i.tooltip }, null, 8, At)
1740
1744
  ]),
1741
1745
  _: 3
1742
- }, 16)) : (o(), g(a, le(_({ key: 1 }, l.buttonProps)), {
1746
+ }, 16)) : (o(), b(a, le(_({ key: 1 }, l.buttonProps)), {
1743
1747
  loading: m(() => [
1744
1748
  c(e.$slots, "loading")
1745
1749
  ]),
@@ -1816,7 +1820,7 @@ function Ht(e, t, i, s, n, l) {
1816
1820
  class: f(["w-card__title", { "w-card__title--has-toolbar": e.$slots.title && l.titleHasToolbar, ...l.titleClasses }]),
1817
1821
  innerHTML: i.title
1818
1822
  }, null, 10, Dt)) : p("", !0),
1819
- i.image ? (o(), g(a, _({
1823
+ i.image ? (o(), b(a, _({
1820
1824
  key: 2,
1821
1825
  class: "w-card__image",
1822
1826
  src: i.image
@@ -1943,7 +1947,7 @@ const Ft = {
1943
1947
  Yt
1944
1948
  ], Jt = ["for"], Qt = ["for", "innerHTML"];
1945
1949
  function Zt(e, t, i, s, n, l) {
1946
- return o(), g(L(e.formRegister && !l.wCheckboxes ? "w-form-element" : "div"), _({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: n.isChecked, disabled: e.isDisabled, readonly: e.isReadonly }, {
1950
+ return o(), b(L(e.formRegister && !l.wCheckboxes ? "w-form-element" : "div"), _({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: n.isChecked, disabled: e.isDisabled, readonly: e.isReadonly }, {
1947
1951
  valid: e.valid,
1948
1952
  "onUpdate:valid": t[5] || (t[5] = (a) => e.valid = a),
1949
1953
  onReset: t[6] || (t[6] = (a) => {
@@ -1975,7 +1979,7 @@ function Zt(e, t, i, s, n, l) {
1975
1979
  for: `w-checkbox--${e._.uid}`
1976
1980
  }, [
1977
1981
  c(e.$slots, "default", {}, () => [
1978
- S(C(i.label), 1)
1982
+ B(C(i.label), 1)
1979
1983
  ])
1980
1984
  ], 10, qt)) : i.label ? (o(), u("label", {
1981
1985
  key: 1,
@@ -1997,7 +2001,7 @@ function Zt(e, t, i, s, n, l) {
1997
2001
  for: `w-checkbox--${e._.uid}`
1998
2002
  }, [
1999
2003
  c(e.$slots, "default", {}, () => [
2000
- S(C(i.label), 1)
2004
+ B(C(i.label), 1)
2001
2005
  ])
2002
2006
  ], 10, Jt)) : i.label ? (o(), u("label", {
2003
2007
  key: 1,
@@ -2080,7 +2084,7 @@ const ei = {
2080
2084
  }, ti = /* @__PURE__ */ v(ei, [["render", Zt]]), ii = ["innerHTML"];
2081
2085
  function li(e, t, i, s, n, l) {
2082
2086
  const a = $("w-checkbox");
2083
- return o(), g(L(e.formRegister ? "w-form-element" : "div"), _({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: l.checkboxItems.some((r) => r._isChecked), disabled: e.isDisabled }, {
2087
+ return o(), b(L(e.formRegister ? "w-form-element" : "div"), _({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: l.checkboxItems.some((r) => r._isChecked), disabled: e.isDisabled }, {
2084
2088
  valid: e.valid,
2085
2089
  "onUpdate:valid": t[1] || (t[1] = (r) => e.valid = r),
2086
2090
  onReset: l.reset,
@@ -2089,7 +2093,7 @@ function li(e, t, i, s, n, l) {
2089
2093
  class: l.classes
2090
2094
  }), {
2091
2095
  default: m(() => [
2092
- (o(!0), u(k, null, x(l.checkboxItems, (r, d) => (o(), g(a, _({
2096
+ (o(!0), u(k, null, x(l.checkboxItems, (r, d) => (o(), b(a, _({
2093
2097
  key: d,
2094
2098
  "model-value": r._isChecked,
2095
2099
  "onUpdate:modelValue": (h) => l.toggleCheck(r, h),
@@ -2185,7 +2189,7 @@ const si = {
2185
2189
  }, oi = /* @__PURE__ */ v(si, [["render", li]]);
2186
2190
  function ai(e, t, i, s, n, l) {
2187
2191
  const a = $("w-button"), r = $("w-flex"), d = $("w-menu"), h = ke("focus");
2188
- return o(), g(d, _({
2192
+ return o(), b(d, _({
2189
2193
  modelValue: e.showPopup,
2190
2194
  "onUpdate:modelValue": t[2] || (t[2] = (y) => e.showPopup = y)
2191
2195
  }, l.wMenuProps), {
@@ -2205,13 +2209,13 @@ function ai(e, t, i, s, n, l) {
2205
2209
  default: m(() => [
2206
2210
  w("div", null, [
2207
2211
  c(e.$slots, "question", {}, () => [
2208
- S(C(i.question), 1)
2212
+ B(C(i.question), 1)
2209
2213
  ])
2210
2214
  ]),
2211
2215
  w("div", {
2212
2216
  class: f(["w-flex justify-end", i.inline ? "ml2" : "mt2"])
2213
2217
  }, [
2214
- i.cancel !== !1 ? (o(), g(a, _({
2218
+ i.cancel !== !1 ? (o(), b(a, _({
2215
2219
  key: 0,
2216
2220
  class: "mr2"
2217
2221
  }, l.cancelButtonProps, {
@@ -2221,19 +2225,19 @@ function ai(e, t, i, s, n, l) {
2221
2225
  }), {
2222
2226
  default: m(() => [
2223
2227
  c(e.$slots, "cancel", {}, () => [
2224
- S(C(l.cancelButton.label), 1)
2228
+ B(C(l.cancelButton.label), 1)
2225
2229
  ])
2226
2230
  ]),
2227
2231
  _: 3
2228
2232
  }, 16, ["bg-color", "onClick"])) : p("", !0),
2229
- W((o(), g(a, _(l.confirmButtonProps, {
2233
+ W((o(), b(a, _(l.confirmButtonProps, {
2230
2234
  "bg-color": (l.confirmButton || {}).bgColor || "success",
2231
2235
  onKeyup: t[1] || (t[1] = E((y) => !i.persistent && l.onCancel(), ["escape"])),
2232
2236
  onClick: l.onConfirm
2233
2237
  }), {
2234
2238
  default: m(() => [
2235
2239
  c(e.$slots, "confirm", {}, () => [
2236
- S(C(l.confirmButton.label), 1)
2240
+ B(C(l.confirmButton.label), 1)
2237
2241
  ])
2238
2242
  ]),
2239
2243
  _: 3
@@ -2391,7 +2395,7 @@ const ui = {
2391
2395
  }, hi = /* @__PURE__ */ v(ui, [["render", di]]);
2392
2396
  function ci(e, t, i, s, n, l) {
2393
2397
  const a = $("w-card"), r = $("w-overlay");
2394
- return o(), g(r, {
2398
+ return o(), b(r, {
2395
2399
  class: f(["w-dialog", l.classes]),
2396
2400
  "model-value": n.showWrapper,
2397
2401
  persistent: i.persistent,
@@ -2561,7 +2565,7 @@ function ki(e, t, i, s, n, l) {
2561
2565
  style: R(l.trackStyles)
2562
2566
  }, [
2563
2567
  w("div", wi, [
2564
- i.noOverlay ? p("", !0) : (o(), g(a, {
2568
+ i.noOverlay ? p("", !0) : (o(), b(a, {
2565
2569
  key: 0,
2566
2570
  modelValue: n.showDrawer,
2567
2571
  "onUpdate:modelValue": t[0] || (t[0] = (r) => n.showDrawer = r),
@@ -2579,7 +2583,7 @@ function ki(e, t, i, s, n, l) {
2579
2583
  onAfterLeave: l.onClose
2580
2584
  }, {
2581
2585
  default: m(() => [
2582
- n.showDrawer ? (o(), g(L(i.tag || "aside"), {
2586
+ n.showDrawer ? (o(), b(L(i.tag || "aside"), {
2583
2587
  key: 0,
2584
2588
  class: f(["w-drawer", l.drawerClasses]),
2585
2589
  ref: "drawer",
@@ -2594,7 +2598,7 @@ function ki(e, t, i, s, n, l) {
2594
2598
  _: 3
2595
2599
  }, 8, ["onBeforeLeave", "onAfterLeave"])
2596
2600
  ], 4)) : (o(), u(k, { key: 1 }, [
2597
- i.noOverlay ? p("", !0) : (o(), g(a, {
2601
+ i.noOverlay ? p("", !0) : (o(), b(a, {
2598
2602
  key: 0,
2599
2603
  modelValue: n.showDrawer,
2600
2604
  "onUpdate:modelValue": t[1] || (t[1] = (r) => n.showDrawer = r),
@@ -2611,7 +2615,7 @@ function ki(e, t, i, s, n, l) {
2611
2615
  onAfterLeave: l.onClose
2612
2616
  }, {
2613
2617
  default: m(() => [
2614
- n.showDrawer ? (o(), g(L(i.tag || "aside"), {
2618
+ n.showDrawer ? (o(), b(L(i.tag || "aside"), {
2615
2619
  key: 0,
2616
2620
  class: f(["w-drawer", l.drawerClasses]),
2617
2621
  ref: "drawer",
@@ -2743,7 +2747,7 @@ const vi = { left: "right", right: "left", top: "down", bottom: "up" }, Ci = {
2743
2747
  }
2744
2748
  }, Si = /* @__PURE__ */ v(Ci, [["render", ki]]);
2745
2749
  function Bi(e, t, i, s, n, l) {
2746
- return o(), g(L(i.tag), {
2750
+ return o(), b(L(i.tag), {
2747
2751
  class: f(["w-flex", l.classes])
2748
2752
  }, {
2749
2753
  default: m(() => [
@@ -2940,7 +2944,7 @@ function Ri(e, t, i, s, n, l) {
2940
2944
  c(e.$slots, "error-message", {
2941
2945
  message: e.Validation.message
2942
2946
  }, () => [
2943
- S(C(e.Validation.message), 1)
2947
+ B(C(e.Validation.message), 1)
2944
2948
  ])
2945
2949
  ], 2)) : p("", !0)
2946
2950
  ]),
@@ -3023,7 +3027,7 @@ const xi = {
3023
3027
  }
3024
3028
  }, Pi = /* @__PURE__ */ v(xi, [["render", Ri]]);
3025
3029
  function Oi(e, t, i, s, n, l) {
3026
- return o(), g(L(i.tag), {
3030
+ return o(), b(L(i.tag), {
3027
3031
  class: f(["w-grid", l.classes])
3028
3032
  }, {
3029
3033
  default: m(() => [
@@ -3078,7 +3082,7 @@ const Mi = {
3078
3082
  }
3079
3083
  }, zi = /* @__PURE__ */ v(Mi, [["render", Oi]]);
3080
3084
  function Ei(e, t, i, s, n, l) {
3081
- return o(), g(L(i.tag || "i"), {
3085
+ return o(), b(L(i.tag || "i"), {
3082
3086
  class: f(["w-icon", l.classes]),
3083
3087
  role: "icon",
3084
3088
  "aria-hidden": "true",
@@ -3086,7 +3090,7 @@ function Ei(e, t, i, s, n, l) {
3086
3090
  }, {
3087
3091
  default: m(() => [
3088
3092
  l.hasLigature ? (o(), u(k, { key: 0 }, [
3089
- S(C(e.icon), 1)
3093
+ B(C(e.icon), 1)
3090
3094
  ], 64)) : p("", !0)
3091
3095
  ]),
3092
3096
  _: 1
@@ -3167,7 +3171,7 @@ const Ai = {
3167
3171
  };
3168
3172
  function Ni(e, t, i, s, n, l) {
3169
3173
  const a = $("w-progress");
3170
- return o(), g(L(l.wrapperTag), {
3174
+ return o(), b(L(l.wrapperTag), {
3171
3175
  class: f(["w-image-wrap", l.wrapperClasses]),
3172
3176
  style: R(l.wrapperStyles)
3173
3177
  }, {
@@ -3177,7 +3181,7 @@ function Ni(e, t, i, s, n, l) {
3177
3181
  appear: ""
3178
3182
  }, {
3179
3183
  default: m(() => [
3180
- n.loaded ? (o(), g(L(i.tag), {
3184
+ n.loaded ? (o(), b(L(i.tag), {
3181
3185
  key: 0,
3182
3186
  class: f(["w-image", l.imageClasses]),
3183
3187
  style: R(l.imageStyles),
@@ -3187,13 +3191,13 @@ function Ni(e, t, i, s, n, l) {
3187
3191
  _: 1
3188
3192
  }, 8, ["name"]),
3189
3193
  !i.noSpinner && n.loading ? (o(), u("div", Ki, [
3190
- e.$slots.loading ? c(e.$slots, "loading", { key: 0 }) : (o(), g(a, _({
3194
+ e.$slots.loading ? c(e.$slots, "loading", { key: 0 }) : (o(), b(a, _({
3191
3195
  key: 1,
3192
3196
  circle: "",
3193
3197
  indeterminate: ""
3194
3198
  }, i.spinnerColor ? { color: i.spinnerColor } : {}), null, 16))
3195
3199
  ])) : p("", !0),
3196
- e.$slots.default ? (o(), g(L(l.wrapperTag), {
3200
+ e.$slots.default ? (o(), b(L(l.wrapperTag), {
3197
3201
  key: 1,
3198
3202
  class: f(["w-image__content", i.contentClass])
3199
3203
  }, {
@@ -3306,7 +3310,7 @@ const Di = {
3306
3310
  }, Yi = ["for"], Gi = ["src"], Ji = ["for"];
3307
3311
  function Qi(e, t, i, s, n, l) {
3308
3312
  const a = $("w-icon"), r = $("w-progress");
3309
- return o(), g(L(e.formRegister ? "w-form-element" : "div"), _({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: n.inputValue, disabled: e.isDisabled, readonly: e.isReadonly, isFocused: n.isFocused }, {
3313
+ return o(), b(L(e.formRegister ? "w-form-element" : "div"), _({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: n.inputValue, disabled: e.isDisabled, readonly: e.isReadonly, isFocused: n.isFocused }, {
3310
3314
  valid: e.valid,
3311
3315
  "onUpdate:valid": t[10] || (t[10] = (d) => e.valid = d),
3312
3316
  onReset: t[11] || (t[11] = (d) => {
@@ -3332,7 +3336,7 @@ function Qi(e, t, i, s, n, l) {
3332
3336
  for: `w-input--${e._.uid}`
3333
3337
  }, [
3334
3338
  c(e.$slots, "default", {}, () => [
3335
- S(C(i.label), 1)
3339
+ B(C(i.label), 1)
3336
3340
  ])
3337
3341
  ], 10, ji)) : p("", !0)
3338
3342
  ], 64)) : p("", !0),
@@ -3342,7 +3346,7 @@ function Qi(e, t, i, s, n, l) {
3342
3346
  c(e.$slots, "icon-left", {
3343
3347
  inputId: `w-input--${e._.uid}`
3344
3348
  }, () => [
3345
- i.innerIconLeft ? (o(), g(a, {
3349
+ i.innerIconLeft ? (o(), b(a, {
3346
3350
  key: 0,
3347
3351
  class: "w-input__icon w-input__icon--inner-left",
3348
3352
  tag: "label",
@@ -3350,7 +3354,7 @@ function Qi(e, t, i, s, n, l) {
3350
3354
  onClick: t[1] || (t[1] = (d) => e.$emit("click:inner-icon-left", d))
3351
3355
  }, {
3352
3356
  default: m(() => [
3353
- S(C(i.innerIconLeft), 1)
3357
+ B(C(i.innerIconLeft), 1)
3354
3358
  ]),
3355
3359
  _: 1
3356
3360
  }, 8, ["for"])) : p("", !0)
@@ -3404,19 +3408,19 @@ function Qi(e, t, i, s, n, l) {
3404
3408
  !n.inputFiles.length && n.isFocused ? (o(), u("span", Xi, [
3405
3409
  c(e.$slots, "no-file", {}, () => [
3406
3410
  e.$slots["no-file"] === void 0 ? (o(), u(k, { key: 0 }, [
3407
- S("No file")
3411
+ B("No file")
3408
3412
  ], 64)) : p("", !0)
3409
3413
  ])
3410
3414
  ])) : p("", !0),
3411
3415
  (o(!0), u(k, null, x(n.inputFiles, (d, h) => (o(), u("span", {
3412
3416
  key: d.lastModified
3413
3417
  }, [
3414
- S(C(h ? ", " : ""), 1),
3418
+ B(C(h ? ", " : ""), 1),
3415
3419
  (o(), u("span", {
3416
3420
  class: "filename",
3417
3421
  key: `${h}b`
3418
3422
  }, C(d.base), 1)),
3419
- S(C(d.extension ? `.${d.extension}` : ""), 1)
3423
+ B(C(d.extension ? `.${d.extension}` : ""), 1)
3420
3424
  ]))), 128))
3421
3425
  ]),
3422
3426
  _: 3
@@ -3428,14 +3432,14 @@ function Qi(e, t, i, s, n, l) {
3428
3432
  class: f(["w-input__label w-input__label--inside w-form-el-shakable", e.labelClasses])
3429
3433
  }, [
3430
3434
  c(e.$slots, "default", {}, () => [
3431
- S(C(i.label), 1)
3435
+ B(C(i.label), 1)
3432
3436
  ])
3433
3437
  ], 2)) : p("", !0)
3434
3438
  ], 64)) : p("", !0),
3435
3439
  c(e.$slots, "icon-right", {
3436
3440
  inputId: `w-input--${e._.uid}`
3437
3441
  }, () => [
3438
- i.innerIconRight ? (o(), g(a, {
3442
+ i.innerIconRight ? (o(), b(a, {
3439
3443
  key: 0,
3440
3444
  class: "w-input__icon w-input__icon--inner-right",
3441
3445
  tag: "label",
@@ -3443,12 +3447,12 @@ function Qi(e, t, i, s, n, l) {
3443
3447
  onClick: t[9] || (t[9] = (d) => e.$emit("click:inner-icon-right", d))
3444
3448
  }, {
3445
3449
  default: m(() => [
3446
- S(C(i.innerIconRight), 1)
3450
+ B(C(i.innerIconRight), 1)
3447
3451
  ]),
3448
3452
  _: 1
3449
3453
  }, 8, ["for"])) : p("", !0)
3450
3454
  ]),
3451
- l.hasLoading || i.showProgress && (l.uploadInProgress || l.uploadComplete) ? (o(), g(r, {
3455
+ l.hasLoading || i.showProgress && (l.uploadInProgress || l.uploadComplete) ? (o(), b(r, {
3452
3456
  key: 3,
3453
3457
  class: "fill-width",
3454
3458
  size: "2",
@@ -3483,7 +3487,7 @@ function Qi(e, t, i, s, n, l) {
3483
3487
  for: `w-input--${e._.uid}`
3484
3488
  }, [
3485
3489
  c(e.$slots, "default", {}, () => [
3486
- S(C(i.label), 1)
3490
+ B(C(i.label), 1)
3487
3491
  ])
3488
3492
  ], 10, Ji)) : p("", !0)
3489
3493
  ], 64)) : p("", !0)
@@ -3687,16 +3691,16 @@ function tl(e, t, i, s, n, l) {
3687
3691
  class: f(["w-list__item", { "w-list__item--parent": (d.children || []).length }]),
3688
3692
  key: h
3689
3693
  }, [
3690
- i.icon ? (o(), g(a, {
3694
+ i.icon ? (o(), b(a, {
3691
3695
  key: 0,
3692
3696
  class: "w-list__item-bullet"
3693
3697
  }, {
3694
3698
  default: m(() => [
3695
- S(C(i.icon), 1)
3699
+ B(C(i.icon), 1)
3696
3700
  ]),
3697
3701
  _: 1
3698
3702
  })) : p("", !0),
3699
- e.$slots[`item.${h + 1}`] || e.$slots.item || e.$slots.default ? (o(), g(L(i.checklist ? "w-checkbox" : i.nav && !d.disabled && d.route ? l.hasRouter ? "router-link" : "a" : "div"), _({
3703
+ e.$slots[`item.${h + 1}`] || e.$slots.item || e.$slots.default ? (o(), b(L(i.checklist ? "w-checkbox" : i.nav && !d.disabled && d.route ? l.hasRouter ? "router-link" : "a" : "div"), _({
3700
3704
  key: 1,
3701
3705
  class: "w-list__item-label",
3702
3706
  ref_for: !0
@@ -3718,16 +3722,16 @@ function tl(e, t, i, s, n, l) {
3718
3722
  index: h + 1,
3719
3723
  selected: d._selected
3720
3724
  }, () => [
3721
- S(C(d._label), 1)
3725
+ B(C(d._label), 1)
3722
3726
  ])
3723
3727
  ]),
3724
3728
  _: 2
3725
- }, 1040)) : (o(), g(L(i.checklist ? "w-checkbox" : i.nav && !d.disabled && d.route ? l.hasRouter ? "router-link" : "a" : "div"), _({
3729
+ }, 1040)) : (o(), b(L(i.checklist ? "w-checkbox" : i.nav && !d.disabled && d.route ? l.hasRouter ? "router-link" : "a" : "div"), _({
3726
3730
  key: 2,
3727
3731
  class: "w-list__item-label",
3728
3732
  ref_for: !0
3729
3733
  }, l.liLabelProps(d, h, d._selected)), null, 16)),
3730
- (d.children || []).length ? (o(), g(r, _({
3734
+ (d.children || []).length ? (o(), b(r, _({
3731
3735
  key: 3,
3732
3736
  ref_for: !0
3733
3737
  }, e.$props, {
@@ -3740,23 +3744,23 @@ function tl(e, t, i, s, n, l) {
3740
3744
  }), ee({ _: 2 }, [
3741
3745
  e.$slots.item ? {
3742
3746
  name: "item",
3743
- fn: m(({ item: y, index: B, selected: b }) => [
3747
+ fn: m(({ item: y, index: S, selected: g }) => [
3744
3748
  c(e.$slots, "item", {
3745
3749
  item: l.cleanLi(y),
3746
- index: B,
3747
- selected: b
3750
+ index: S,
3751
+ selected: g
3748
3752
  })
3749
3753
  ]),
3750
3754
  key: "0"
3751
3755
  } : {
3752
3756
  name: "default",
3753
- fn: m(({ item: y, index: B, selected: b }) => [
3757
+ fn: m(({ item: y, index: S, selected: g }) => [
3754
3758
  c(e.$slots, "default", {
3755
3759
  item: l.cleanLi(y),
3756
- index: B,
3757
- selected: b
3760
+ index: S,
3761
+ selected: g
3758
3762
  }, () => [
3759
- S(C(y[i.itemLabelKey]), 1)
3763
+ B(C(y[i.itemLabelKey]), 1)
3760
3764
  ])
3761
3765
  ]),
3762
3766
  key: "1"
@@ -4157,7 +4161,7 @@ function sl(e, t, i, s, n, l) {
4157
4161
  style: l.styles
4158
4162
  }), [
4159
4163
  c(e.$slots, "default")
4160
- ], 16)) : e.detachableVisible ? (o(), g(a, _({
4164
+ ], 16)) : e.detachableVisible ? (o(), b(a, _({
4161
4165
  key: 1,
4162
4166
  class: "w-menu",
4163
4167
  ref: "detachable"
@@ -4196,7 +4200,7 @@ function sl(e, t, i, s, n, l) {
4196
4200
  ]),
4197
4201
  _: 3
4198
4202
  }, 8, ["name"]),
4199
- i.overlay ? (o(), g(r, _({
4203
+ i.overlay ? (o(), b(r, _({
4200
4204
  key: 0,
4201
4205
  ref: "overlay",
4202
4206
  "model-value": e.detachableVisible,
@@ -4384,7 +4388,7 @@ const ol = {
4384
4388
  }, al = /* @__PURE__ */ v(ol, [["render", sl]]);
4385
4389
  function nl(e, t, i, s, n, l) {
4386
4390
  const a = $("w-alert");
4387
- return o(), g(P, {
4391
+ return o(), b(P, {
4388
4392
  name: l.transitionName,
4389
4393
  appear: ""
4390
4394
  }, {
@@ -4536,7 +4540,7 @@ const rl = {
4536
4540
  }, dl = /* @__PURE__ */ v(rl, [["render", nl]]);
4537
4541
  function ul(e, t, i, s, n, l) {
4538
4542
  const a = ke("focus");
4539
- return o(), g(P, {
4543
+ return o(), b(P, {
4540
4544
  name: "fade",
4541
4545
  appear: "",
4542
4546
  onAfterLeave: l.onClose
@@ -4668,7 +4672,7 @@ function kl(e, t, i, s, n, l) {
4668
4672
  class: f(["w-progress__label", i.labelColor || !1])
4669
4673
  }, [
4670
4674
  c(e.$slots, "default", {}, () => [
4671
- S(C(Math.round(l.progressValue)) + C(i.circle ? "" : "%"), 1)
4675
+ B(C(Math.round(l.progressValue)) + C(i.circle ? "" : "%"), 1)
4672
4676
  ])
4673
4677
  ], 2)) : p("", !0)
4674
4678
  ], 6);
@@ -4744,7 +4748,7 @@ const Q = 40, vl = Q / 2, Cl = Math.round(Q * 3.14 * 100) / 100, Sl = {
4744
4748
  }
4745
4749
  }, Bl = /* @__PURE__ */ v(Sl, [["render", kl]]), _l = ["id", "name", "checked", "disabled", "required", "tabindex", "aria-checked"], $l = ["for"], Vl = ["for", "innerHTML"], Il = ["for"], Tl = ["for", "innerHTML"];
4746
4750
  function Ll(e, t, i, s, n, l) {
4747
- return o(), g(L(e.formRegister && !l.wRadios ? "w-form-element" : "div"), _({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: e.inputValue, disabled: e.isDisabled, readonly: e.isReadonly }, {
4751
+ return o(), b(L(e.formRegister && !l.wRadios ? "w-form-element" : "div"), _({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: e.inputValue, disabled: e.isDisabled, readonly: e.isReadonly }, {
4748
4752
  valid: e.valid,
4749
4753
  "onUpdate:valid": t[3] || (t[3] = (a) => e.valid = a),
4750
4754
  onReset: t[4] || (t[4] = (a) => {
@@ -4774,7 +4778,7 @@ function Ll(e, t, i, s, n, l) {
4774
4778
  for: `w-radio--${e._.uid}`
4775
4779
  }, [
4776
4780
  c(e.$slots, "default", {}, () => [
4777
- S(C(i.label), 1)
4781
+ B(C(i.label), 1)
4778
4782
  ])
4779
4783
  ], 10, $l)) : i.label ? (o(), u("label", {
4780
4784
  key: 1,
@@ -4796,7 +4800,7 @@ function Ll(e, t, i, s, n, l) {
4796
4800
  for: `w-radio--${e._.uid}`
4797
4801
  }, [
4798
4802
  c(e.$slots, "default", {}, () => [
4799
- S(C(i.label), 1)
4803
+ B(C(i.label), 1)
4800
4804
  ])
4801
4805
  ], 10, Il)) : i.label ? (o(), u("label", {
4802
4806
  key: 1,
@@ -4877,7 +4881,7 @@ const Rl = {
4877
4881
  }, xl = /* @__PURE__ */ v(Rl, [["render", Ll]]), Pl = ["innerHTML"];
4878
4882
  function Ol(e, t, i, s, n, l) {
4879
4883
  const a = $("w-radio");
4880
- return o(), g(L(e.formRegister ? "w-form-element" : "div"), _({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: e.inputValue, disabled: e.isDisabled }, {
4884
+ return o(), b(L(e.formRegister ? "w-form-element" : "div"), _({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: e.inputValue, disabled: e.isDisabled }, {
4881
4885
  valid: e.valid,
4882
4886
  "onUpdate:valid": t[1] || (t[1] = (r) => e.valid = r),
4883
4887
  onReset: t[2] || (t[2] = (r) => {
@@ -4888,7 +4892,7 @@ function Ol(e, t, i, s, n, l) {
4888
4892
  class: l.classes
4889
4893
  }), {
4890
4894
  default: m(() => [
4891
- (o(!0), u(k, null, x(l.radioItems, (r, d) => (o(), g(a, _({
4895
+ (o(!0), u(k, null, x(l.radioItems, (r, d) => (o(), b(a, _({
4892
4896
  key: d,
4893
4897
  "model-value": r.value === i.modelValue,
4894
4898
  "onUpdate:modelValue": (h) => l.onInput(r),
@@ -4973,7 +4977,7 @@ const Ml = {
4973
4977
  }
4974
4978
  }, zl = /* @__PURE__ */ v(Ml, [["render", Ol]]), El = ["id", "name", "value"], Al = ["disabled", "onMouseenter", "onClick", "tabindex"];
4975
4979
  function Wl(e, t, i, s, n, l) {
4976
- return o(), g(L(e.formRegister ? "w-form-element" : "div"), _({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: n.rating, disabled: e.isDisabled, readonly: e.isReadonly }, {
4980
+ return o(), b(L(e.formRegister ? "w-form-element" : "div"), _({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: n.rating, disabled: e.isDisabled, readonly: e.isReadonly }, {
4977
4981
  valid: e.valid,
4978
4982
  "onUpdate:valid": t[4] || (t[4] = (a) => e.valid = a),
4979
4983
  onReset: t[5] || (t[5] = (a) => {
@@ -5259,7 +5263,7 @@ const Hl = {
5259
5263
  }, Xl = ["innerHTML"], Yl = ["value", "name"];
5260
5264
  function Gl(e, t, i, s, n, l) {
5261
5265
  const a = $("w-icon"), r = $("w-list"), d = $("w-menu");
5262
- return o(), g(L(e.formRegister ? "w-form-element" : "div"), _({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: l.selectionString, disabled: e.isDisabled, readonly: e.isReadonly, isFocused: e.isFocused }, {
5266
+ return o(), b(L(e.formRegister ? "w-form-element" : "div"), _({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: l.selectionString, disabled: e.isDisabled, readonly: e.isReadonly, isFocused: e.isFocused }, {
5263
5267
  valid: e.valid,
5264
5268
  "onUpdate:valid": t[12] || (t[12] = (h) => e.valid = h),
5265
5269
  onReset: l.onReset,
@@ -5274,7 +5278,7 @@ function Gl(e, t, i, s, n, l) {
5274
5278
  onClick: t[0] || (t[0] = (h) => e.$refs["selection-input"].click())
5275
5279
  }, [
5276
5280
  c(e.$slots, "default", {}, () => [
5277
- S(C(i.label), 1)
5281
+ B(C(i.label), 1)
5278
5282
  ])
5279
5283
  ], 2)) : p("", !0)
5280
5284
  ], 64)) : p("", !0),
@@ -5300,14 +5304,14 @@ function Gl(e, t, i, s, n, l) {
5300
5304
  "aria-activedescendant": `w-select-menu--${e._.uid}_item-1`
5301
5305
  }, [
5302
5306
  c(e.$slots, "icon-left", {}, () => [
5303
- i.innerIconLeft ? (o(), g(a, {
5307
+ i.innerIconLeft ? (o(), b(a, {
5304
5308
  key: 0,
5305
5309
  class: "w-select__icon w-select__icon--inner-left",
5306
5310
  tag: "label",
5307
5311
  onClick: t[1] || (t[1] = (h) => e.$emit("click:inner-icon-left", h))
5308
5312
  }, {
5309
5313
  default: m(() => [
5310
- S(C(i.innerIconLeft), 1)
5314
+ B(C(i.innerIconLeft), 1)
5311
5315
  ]),
5312
5316
  _: 1
5313
5317
  })) : p("", !0)
@@ -5336,19 +5340,19 @@ function Gl(e, t, i, s, n, l) {
5336
5340
  class: f(["w-select__label w-select__label--inside w-form-el-shakable", e.labelClasses])
5337
5341
  }, [
5338
5342
  c(e.$slots, "default", {}, () => [
5339
- S(C(i.label), 1)
5343
+ B(C(i.label), 1)
5340
5344
  ])
5341
5345
  ], 2)) : p("", !0)
5342
5346
  ], 64)) : p("", !0),
5343
5347
  c(e.$slots, "icon-right", {}, () => [
5344
- i.innerIconRight ? (o(), g(a, {
5348
+ i.innerIconRight ? (o(), b(a, {
5345
5349
  key: 0,
5346
5350
  class: "w-select__icon w-select__icon--inner-right",
5347
5351
  tag: "label",
5348
5352
  onClick: t[5] || (t[5] = (h) => e.$emit("click:inner-icon-right", h))
5349
5353
  }, {
5350
5354
  default: m(() => [
5351
- S(C(i.innerIconRight), 1)
5355
+ B(C(i.innerIconRight), 1)
5352
5356
  ]),
5353
5357
  _: 1
5354
5358
  })) : p("", !0)
@@ -5378,21 +5382,21 @@ function Gl(e, t, i, s, n, l) {
5378
5382
  }, ee({ _: 2 }, [
5379
5383
  x(i.items.length, (h) => ({
5380
5384
  name: `item.${h}`,
5381
- fn: m(({ item: y, selected: B, index: b }) => [
5382
- e.$slots[`item.${h}`] && e.$slots[`item.${h}`](y, B, b) ? c(e.$slots, `item.${h}`, {
5385
+ fn: m(({ item: y, selected: S, index: g }) => [
5386
+ e.$slots[`item.${h}`] && e.$slots[`item.${h}`](y, S, g) ? c(e.$slots, `item.${h}`, {
5383
5387
  key: 0,
5384
5388
  item: y,
5385
- selected: B,
5386
- index: b
5389
+ selected: S,
5390
+ index: g
5387
5391
  }, () => [
5388
- S(C(y[i.itemLabelKey]), 1)
5392
+ B(C(y[i.itemLabelKey]), 1)
5389
5393
  ]) : c(e.$slots, "item", {
5390
5394
  key: 1,
5391
5395
  item: y,
5392
- selected: B,
5393
- index: b
5396
+ selected: S,
5397
+ index: g
5394
5398
  }, () => [
5395
- S(C(y[i.itemLabelKey]), 1)
5399
+ B(C(y[i.itemLabelKey]), 1)
5396
5400
  ])
5397
5401
  ])
5398
5402
  }))
@@ -5407,7 +5411,7 @@ function Gl(e, t, i, s, n, l) {
5407
5411
  onClick: t[11] || (t[11] = (h) => e.$refs["selection-input"].click())
5408
5412
  }, [
5409
5413
  c(e.$slots, "default", {}, () => [
5410
- S(C(i.label), 1)
5414
+ B(C(i.label), 1)
5411
5415
  ])
5412
5416
  ], 2)) : p("", !0)
5413
5417
  ], 64)) : p("", !0)
@@ -5650,7 +5654,7 @@ const Jl = {
5650
5654
  class: "w-slider__step-labels"
5651
5655
  }, ns = ["onClick"], rs = ["for"], ds = ["for", "innerHTML"];
5652
5656
  function us(e, t, i, s, n, l) {
5653
- return o(), g(L(e.formRegister ? "w-form-element" : "div"), _({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: e.rangeValueScaled, disabled: e.isDisabled, readonly: e.isReadonly }, {
5657
+ return o(), b(L(e.formRegister ? "w-form-element" : "div"), _({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: e.rangeValueScaled, disabled: e.isDisabled, readonly: e.isReadonly }, {
5654
5658
  valid: e.valid,
5655
5659
  "onUpdate:valid": t[8] || (t[8] = (a) => e.valid = a),
5656
5660
  onReset: t[9] || (t[9] = (a) => {
@@ -5719,13 +5723,13 @@ function us(e, t, i, s, n, l) {
5719
5723
  }, [
5720
5724
  i.thumbLabel === "droplet" ? (o(), u("div", os, [
5721
5725
  c(e.$slots, "label", { value: e.rangeValueScaled }, () => [
5722
- S(C(~~e.rangeValueScaled), 1)
5726
+ B(C(~~e.rangeValueScaled), 1)
5723
5727
  ])
5724
5728
  ])) : c(e.$slots, "label", {
5725
5729
  key: 1,
5726
5730
  value: e.rangeValueScaled
5727
5731
  }, () => [
5728
- S(C(~~e.rangeValueScaled), 1)
5732
+ B(C(~~e.rangeValueScaled), 1)
5729
5733
  ])
5730
5734
  ], 10, ss)) : p("", !0)
5731
5735
  ], 4)
@@ -5981,7 +5985,7 @@ const ys = {
5981
5985
  }, Bs = ["for"];
5982
5986
  function _s(e, t, i, s, n, l) {
5983
5987
  const a = $("w-progress");
5984
- return o(), g(L(e.formRegister ? "w-form-element" : "div"), _({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: n.isOn, disabled: e.isDisabled, readonly: e.isReadonly }, {
5988
+ return o(), b(L(e.formRegister ? "w-form-element" : "div"), _({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: n.isOn, disabled: e.isDisabled, readonly: e.isReadonly }, {
5985
5989
  valid: e.valid,
5986
5990
  "onUpdate:valid": t[3] || (t[3] = (r) => e.valid = r),
5987
5991
  onReset: t[4] || (t[4] = (r) => {
@@ -6015,7 +6019,7 @@ function _s(e, t, i, s, n, l) {
6015
6019
  for: `w-switch--${e._.uid}`
6016
6020
  }, [
6017
6021
  c(e.$slots, "default", {}, () => [
6018
- S(C(i.label), 1)
6022
+ B(C(i.label), 1)
6019
6023
  ])
6020
6024
  ], 10, vs)) : p("", !0)
6021
6025
  ], 64)) : p("", !0),
@@ -6029,7 +6033,7 @@ function _s(e, t, i, s, n, l) {
6029
6033
  c(e.$slots, "track")
6030
6034
  ])) : p("", !0),
6031
6035
  e.$slots.thumb || i.loading ? (o(), u("div", Ss, [
6032
- i.loading ? (o(), g(a, _({
6036
+ i.loading ? (o(), b(a, _({
6033
6037
  key: 0,
6034
6038
  circle: "",
6035
6039
  color: "inherit"
@@ -6043,7 +6047,7 @@ function _s(e, t, i, s, n, l) {
6043
6047
  for: `w-switch--${e._.uid}`
6044
6048
  }, [
6045
6049
  c(e.$slots, "default", {}, () => [
6046
- S(C(i.label), 1)
6050
+ B(C(i.label), 1)
6047
6051
  ])
6048
6052
  ], 10, Bs)) : p("", !0)
6049
6053
  ], 64)) : p("", !0)
@@ -6189,12 +6193,12 @@ function As(e, t, i, s, n, l) {
6189
6193
  }, null, 6)) : p("", !0)
6190
6194
  ], 2),
6191
6195
  e.tabs.length ? (o(), u("div", Ms, [
6192
- i.keepInDom ? (o(), g(ae, {
6196
+ i.keepInDom ? (o(), b(ae, {
6193
6197
  key: 0,
6194
6198
  name: l.transitionName
6195
6199
  }, {
6196
6200
  default: m(() => [
6197
- (o(!0), u(k, null, x(e.tabs, (r, d) => W((o(), g(a, {
6201
+ (o(!0), u(k, null, x(e.tabs, (r, d) => W((o(), b(a, {
6198
6202
  key: r._uid,
6199
6203
  item: r,
6200
6204
  class: f(i.contentClass)
@@ -6223,16 +6227,16 @@ function As(e, t, i, s, n, l) {
6223
6227
  ])), 128))
6224
6228
  ]),
6225
6229
  _: 3
6226
- }, 8, ["name"])) : (o(), g(P, {
6230
+ }, 8, ["name"])) : (o(), b(P, {
6227
6231
  key: 1,
6228
6232
  name: l.transitionName,
6229
6233
  mode: l.transitionMode
6230
6234
  }, {
6231
6235
  default: m(() => [
6232
- (o(), g(xe, {
6236
+ (o(), b(xe, {
6233
6237
  exclude: i.keepAlive ? "" : "tab-content"
6234
6238
  }, [
6235
- (o(), g(a, {
6239
+ (o(), b(a, {
6236
6240
  key: e.activeTabUid,
6237
6241
  item: l.activeTab,
6238
6242
  class: f(i.contentClass)
@@ -6468,59 +6472,59 @@ const Ws = {
6468
6472
  class: "w-table__pagination w-pagination"
6469
6473
  }, po = { class: "pages-wrap" }, fo = { class: "w-pagination__results" };
6470
6474
  function mo(e, t, i, s, n, l) {
6471
- const a = $("w-icon"), r = $("w-progress"), d = $("w-transition-fade"), h = $("w-transition-expand"), y = $("w-select"), B = $("w-button");
6475
+ const a = $("w-icon"), r = $("w-progress"), d = $("w-transition-fade"), h = $("w-transition-expand"), y = $("w-select"), S = $("w-button");
6472
6476
  return o(), u("div", {
6473
6477
  class: f(["w-table w-table--wrap", l.classes])
6474
6478
  }, [
6475
6479
  w("div", Ns, [
6476
6480
  w("table", {
6477
6481
  class: "w-table__table",
6478
- onMousedown: t[1] || (t[1] = (...b) => l.onMouseDown && l.onMouseDown(...b)),
6479
- onMouseover: t[2] || (t[2] = (...b) => l.onMouseOver && l.onMouseOver(...b)),
6480
- onMouseout: t[3] || (t[3] = (...b) => l.onMouseOut && l.onMouseOut(...b))
6482
+ onMousedown: t[1] || (t[1] = (...g) => l.onMouseDown && l.onMouseDown(...g)),
6483
+ onMouseover: t[2] || (t[2] = (...g) => l.onMouseOver && l.onMouseOver(...g)),
6484
+ onMouseout: t[3] || (t[3] = (...g) => l.onMouseOut && l.onMouseOut(...g))
6481
6485
  }, [
6482
6486
  w("colgroup", Ds, [
6483
- (o(!0), u(k, null, x(i.headers, (b, I) => (o(), u("col", {
6487
+ (o(!0), u(k, null, x(i.headers, (g, I) => (o(), u("col", {
6484
6488
  class: f(["w-table__col", l.colClasses[I]]),
6485
6489
  key: I,
6486
- width: b.width || null
6490
+ width: g.width || null
6487
6491
  }, null, 10, Hs))), 128))
6488
6492
  ], 512),
6489
6493
  i.noHeaders ? p("", !0) : (o(), u("thead", Fs, [
6490
6494
  w("tr", null, [
6491
- (o(!0), u(k, null, x(i.headers, (b, I) => (o(), u("th", {
6492
- class: f(["w-table__header", l.headerClasses(b)]),
6495
+ (o(!0), u(k, null, x(i.headers, (g, I) => (o(), u("th", {
6496
+ class: f(["w-table__header", l.headerClasses(g)]),
6493
6497
  key: I,
6494
- onClick: (V) => !e.colResizing.dragging && b.sortable !== !1 && l.sortTable(b)
6498
+ onClick: (V) => !e.colResizing.dragging && g.sortable !== !1 && l.sortTable(g)
6495
6499
  }, [
6496
- b.sortable !== !1 && b.align === "right" ? (o(), g(a, {
6500
+ g.sortable !== !1 && g.align === "right" ? (o(), b(a, {
6497
6501
  key: 0,
6498
- class: f(["w-table__header-sort", l.headerSortClasses(b)])
6502
+ class: f(["w-table__header-sort", l.headerSortClasses(g)])
6499
6503
  }, {
6500
6504
  default: m(() => [
6501
- S("wi-arrow-down")
6505
+ B("wi-arrow-down")
6502
6506
  ]),
6503
6507
  _: 2
6504
6508
  }, 1032, ["class"])) : p("", !0),
6505
- b.label ? (o(), u(k, { key: 1 }, [
6509
+ g.label ? (o(), u(k, { key: 1 }, [
6506
6510
  e.$slots["header-label"] ? c(e.$slots, "header-label", {
6507
6511
  key: 0,
6508
- header: b,
6509
- label: b.label,
6512
+ header: g,
6513
+ label: g.label,
6510
6514
  index: I + 1
6511
6515
  }, () => [
6512
- S(C(b.label || ""), 1)
6516
+ B(C(g.label || ""), 1)
6513
6517
  ]) : (o(), u("span", {
6514
6518
  key: 1,
6515
- innerHTML: b.label || ""
6519
+ innerHTML: g.label || ""
6516
6520
  }, null, 8, Us))
6517
6521
  ], 64)) : p("", !0),
6518
- b.sortable !== !1 && b.align !== "right" ? (o(), g(a, {
6522
+ g.sortable !== !1 && g.align !== "right" ? (o(), b(a, {
6519
6523
  key: 2,
6520
- class: f(["w-table__header-sort", l.headerSortClasses(b)])
6524
+ class: f(["w-table__header-sort", l.headerSortClasses(g)])
6521
6525
  }, {
6522
6526
  default: m(() => [
6523
- S("wi-arrow-down")
6527
+ B("wi-arrow-down")
6524
6528
  ]),
6525
6529
  _: 2
6526
6530
  }, 1032, ["class"])) : p("", !0),
@@ -6553,7 +6557,7 @@ function mo(e, t, i, s, n, l) {
6553
6557
  T(r, { tile: "" }),
6554
6558
  w("div", Js, [
6555
6559
  c(e.$slots, "loading", {}, () => [
6556
- S("Loading...")
6560
+ B("Loading...")
6557
6561
  ])
6558
6562
  ])
6559
6563
  ], 8, Gs)
@@ -6563,21 +6567,21 @@ function mo(e, t, i, s, n, l) {
6563
6567
  colspan: i.headers.length
6564
6568
  }, [
6565
6569
  c(e.$slots, "no-data", {}, () => [
6566
- S("No data to show.")
6570
+ B("No data to show.")
6567
6571
  ])
6568
6572
  ], 8, Zs)
6569
6573
  ])),
6570
- l.tableItems.length && i.loading !== !0 ? (o(!0), u(k, { key: 2 }, x(l.paginatedItems, (b, I) => (o(), u(k, { key: I }, [
6574
+ l.tableItems.length && i.loading !== !0 ? (o(!0), u(k, { key: 2 }, x(l.paginatedItems, (g, I) => (o(), u(k, { key: I }, [
6571
6575
  e.$slots.item ? c(e.$slots, "item", {
6572
6576
  key: 0,
6573
- item: b,
6577
+ item: g,
6574
6578
  index: I + 1,
6575
- select: () => l.doSelectRow(b, I),
6576
- classes: { "w-table__row": !0, "w-table__row--selected": l.selectedRowsByUid[b._uid] !== void 0, "w-table__row--expanded": l.expandedRowsByUid[b._uid] !== void 0 }
6579
+ select: () => l.doSelectRow(g, I),
6580
+ classes: { "w-table__row": !0, "w-table__row--selected": l.selectedRowsByUid[g._uid] !== void 0, "w-table__row--expanded": l.expandedRowsByUid[g._uid] !== void 0 }
6577
6581
  }) : (o(), u("tr", {
6578
6582
  key: 1,
6579
- class: f(["w-table__row", { "w-table__row--selected": l.selectedRowsByUid[b._uid] !== void 0, "w-table__row--expanded": l.expandedRowsByUid[b._uid] !== void 0 }]),
6580
- onClick: (V) => l.doSelectRow(b, I)
6583
+ class: f(["w-table__row", { "w-table__row--selected": l.selectedRowsByUid[g._uid] !== void 0, "w-table__row--expanded": l.expandedRowsByUid[g._uid] !== void 0 }]),
6584
+ onClick: (V) => l.doSelectRow(g, I)
6581
6585
  }, [
6582
6586
  (o(!0), u(k, null, x(i.headers, (V, O) => (o(), u(k, null, [
6583
6587
  e.$slots[`item-cell.${V.key}`] || e.$slots[`item-cell.${O + 1}`] || e.$slots["item-cell"] ? (o(), u("td", {
@@ -6588,20 +6592,20 @@ function mo(e, t, i, s, n, l) {
6588
6592
  e.$slots[`item-cell.${V.key}`] ? c(e.$slots, `item-cell.${V.key}`, {
6589
6593
  key: 0,
6590
6594
  header: V,
6591
- item: b,
6592
- label: b[V.key] || "",
6595
+ item: g,
6596
+ label: g[V.key] || "",
6593
6597
  index: I + 1
6594
6598
  }) : e.$slots[`item-cell.${O + 1}`] ? c(e.$slots, `item-cell.${O + 1}`, {
6595
6599
  key: 1,
6596
6600
  header: V,
6597
- item: b,
6598
- label: b[V.key] || "",
6601
+ item: g,
6602
+ label: g[V.key] || "",
6599
6603
  index: I + 1
6600
6604
  }) : e.$slots["item-cell"] ? c(e.$slots, "item-cell", {
6601
6605
  key: 2,
6602
6606
  header: V,
6603
- item: b,
6604
- label: b[V.key] || "",
6607
+ item: g,
6608
+ label: g[V.key] || "",
6605
6609
  index: I + 1
6606
6610
  }) : p("", !0),
6607
6611
  O < i.headers.length - 1 && i.resizableColumns ? (o(), u("span", {
@@ -6614,7 +6618,7 @@ function mo(e, t, i, s, n, l) {
6614
6618
  "data-label": V.label
6615
6619
  }, [
6616
6620
  w("div", {
6617
- innerHTML: b[V.key] || ""
6621
+ innerHTML: g[V.key] || ""
6618
6622
  }, null, 8, lo),
6619
6623
  O < i.headers.length - 1 && i.resizableColumns ? (o(), u("span", {
6620
6624
  key: 0,
@@ -6623,16 +6627,16 @@ function mo(e, t, i, s, n, l) {
6623
6627
  ], 10, io))
6624
6628
  ], 64))), 256))
6625
6629
  ], 10, eo)),
6626
- l.expandedRowsByUid[b._uid] ? (o(), u("tr", so, [
6630
+ l.expandedRowsByUid[g._uid] ? (o(), u("tr", so, [
6627
6631
  w("td", {
6628
6632
  class: "w-table__cell",
6629
6633
  colspan: i.headers.length
6630
6634
  }, [
6631
6635
  T(h, { y: "" }, {
6632
6636
  default: m(() => [
6633
- l.expandedRowsByUid[b._uid] ? (o(), u("div", ao, [
6637
+ l.expandedRowsByUid[g._uid] ? (o(), u("div", ao, [
6634
6638
  c(e.$slots, "row-expansion", {
6635
- item: b,
6639
+ item: g,
6636
6640
  index: I + 1
6637
6641
  })
6638
6642
  ])) : p("", !0),
@@ -6670,65 +6674,65 @@ function mo(e, t, i, s, n, l) {
6670
6674
  page: e.paginationConfig.page,
6671
6675
  goToPage: l.goToPage
6672
6676
  }, () => [
6673
- e.paginationConfig.itemsPerPageOptions ? (o(), g(y, {
6677
+ e.paginationConfig.itemsPerPageOptions ? (o(), b(y, {
6674
6678
  key: 0,
6675
6679
  class: "w-pagination__items-per-page",
6676
6680
  modelValue: e.paginationConfig.itemsPerPage,
6677
- "onUpdate:modelValue": t[4] || (t[4] = (b) => e.paginationConfig.itemsPerPage = b),
6678
- onInput: t[5] || (t[5] = (b) => l.updatePaginationConfig({ itemsPerPage: e.paginationConfig.itemsPerPage })),
6681
+ "onUpdate:modelValue": t[4] || (t[4] = (g) => e.paginationConfig.itemsPerPage = g),
6682
+ onInput: t[5] || (t[5] = (g) => l.updatePaginationConfig({ itemsPerPage: e.paginationConfig.itemsPerPage })),
6679
6683
  items: e.paginationConfig.itemsPerPageOptions,
6680
6684
  "label-position": "left",
6681
6685
  label: "Items per page",
6682
6686
  "label-color": "inherit"
6683
6687
  }, null, 8, ["modelValue", "items"])) : p("", !0),
6684
6688
  w("div", po, [
6685
- T(B, {
6689
+ T(S, {
6686
6690
  class: "w-pagination__arrow w-pagination__arrow--prev",
6687
- onClick: t[6] || (t[6] = (b) => l.goToPage("-1")),
6691
+ onClick: t[6] || (t[6] = (g) => l.goToPage("-1")),
6688
6692
  disabled: e.paginationConfig.page <= 1,
6689
6693
  icon: "wi-chevron-left",
6690
6694
  text: "",
6691
6695
  lg: ""
6692
6696
  }, null, 8, ["disabled"]),
6693
- e.paginationConfig.pagesCount > 7 ? (o(!0), u(k, { key: 0 }, x(e.paginationConfig.pagesCount, (b) => (o(), u(k, { key: b }, [
6694
- [1, e.paginationConfig.pagesCount, e.paginationConfig.page - 1, e.paginationConfig.page, e.paginationConfig.page + 1].includes(b) ? (o(), g(B, {
6697
+ e.paginationConfig.pagesCount > 7 ? (o(!0), u(k, { key: 0 }, x(e.paginationConfig.pagesCount, (g) => (o(), u(k, { key: g }, [
6698
+ [1, e.paginationConfig.pagesCount, e.paginationConfig.page - 1, e.paginationConfig.page, e.paginationConfig.page + 1].includes(g) ? (o(), b(S, {
6695
6699
  key: 0,
6696
- class: f(["w-pagination__page", { "w-pagination__page--active": b === e.paginationConfig.page }]),
6697
- onClick: (I) => b !== e.paginationConfig.page && l.goToPage(b),
6700
+ class: f(["w-pagination__page", { "w-pagination__page--active": g === e.paginationConfig.page }]),
6701
+ onClick: (I) => g !== e.paginationConfig.page && l.goToPage(g),
6698
6702
  round: "",
6699
6703
  lg: ""
6700
6704
  }, {
6701
6705
  default: m(() => [
6702
- S(C(b), 1)
6706
+ B(C(g), 1)
6703
6707
  ]),
6704
6708
  _: 2
6705
- }, 1032, ["onClick", "class"])) : [1, e.paginationConfig.pagesCount, e.paginationConfig.page - 1, e.paginationConfig.page, e.paginationConfig.page + 1].includes(b - 1) ? (o(), g(B, {
6709
+ }, 1032, ["onClick", "class"])) : [1, e.paginationConfig.pagesCount, e.paginationConfig.page - 1, e.paginationConfig.page, e.paginationConfig.page + 1].includes(g - 1) ? (o(), b(S, {
6706
6710
  key: 1,
6707
- class: f(["w-pagination__page", { "w-pagination__page--active": b === e.paginationConfig.page }]),
6708
- onClick: (I) => b !== e.paginationConfig.page && l.goToPage(b),
6711
+ class: f(["w-pagination__page", { "w-pagination__page--active": g === e.paginationConfig.page }]),
6712
+ onClick: (I) => g !== e.paginationConfig.page && l.goToPage(g),
6709
6713
  round: "",
6710
6714
  lg: ""
6711
6715
  }, {
6712
6716
  default: m(() => [
6713
- S("...")
6717
+ B("...")
6714
6718
  ]),
6715
6719
  _: 2
6716
6720
  }, 1032, ["onClick", "class"])) : p("", !0)
6717
- ], 64))), 128)) : (o(!0), u(k, { key: 1 }, x(e.paginationConfig.pagesCount, (b) => (o(), g(B, {
6718
- class: f(["w-pagination__page", { "w-pagination__page--active": b === e.paginationConfig.page }]),
6719
- key: b,
6720
- onClick: (I) => b !== e.paginationConfig.page && l.goToPage(b),
6721
+ ], 64))), 128)) : (o(!0), u(k, { key: 1 }, x(e.paginationConfig.pagesCount, (g) => (o(), b(S, {
6722
+ class: f(["w-pagination__page", { "w-pagination__page--active": g === e.paginationConfig.page }]),
6723
+ key: g,
6724
+ onClick: (I) => g !== e.paginationConfig.page && l.goToPage(g),
6721
6725
  round: "",
6722
6726
  lg: ""
6723
6727
  }, {
6724
6728
  default: m(() => [
6725
- S(C(b), 1)
6729
+ B(C(g), 1)
6726
6730
  ]),
6727
6731
  _: 2
6728
6732
  }, 1032, ["onClick", "class"]))), 128)),
6729
- T(B, {
6733
+ T(S, {
6730
6734
  class: "w-pagination__arrow w-pagination__arrow--next",
6731
- onClick: t[7] || (t[7] = (b) => l.goToPage("+1")),
6735
+ onClick: t[7] || (t[7] = (g) => l.goToPage("+1")),
6732
6736
  disabled: e.paginationConfig.page >= e.paginationConfig.pagesCount,
6733
6737
  icon: "wi-chevron-right",
6734
6738
  text: "",
@@ -6963,11 +6967,11 @@ const we = 15, go = {
6963
6967
  this.colResizing.dragging = !0;
6964
6968
  const a = e.pageX - t, r = n + l, d = n + a, h = l - a;
6965
6969
  i.style.width = n + a + "px", s.style.width = l - a + "px";
6966
- const y = a < 0 && i.offsetWidth > d || i.offsetWidth <= we, B = a > 0 && s.offsetWidth > h;
6970
+ const y = a < 0 && i.offsetWidth > d || i.offsetWidth <= we, S = a > 0 && s.offsetWidth > h;
6967
6971
  if (y) {
6968
- const b = Math.max(i.offsetWidth, we);
6969
- i.style.width = b + "px", s.style.width = r - b + "px";
6970
- } else B && (i.style.width = r - s.offsetWidth + "px", s.style.width = s.offsetWidth + "px");
6972
+ const g = Math.max(i.offsetWidth, we);
6973
+ i.style.width = g + "px", s.style.width = r - g + "px";
6974
+ } else S && (i.style.width = r - s.offsetWidth + "px", s.style.width = s.offsetWidth + "px");
6971
6975
  },
6972
6976
  onResizerMouseUp() {
6973
6977
  document.removeEventListener("mousemove", this.onResizerMouseMove), document.removeEventListener("mouseup", this.onResizerMouseUp), setTimeout(() => {
@@ -7148,7 +7152,7 @@ const ko = {
7148
7152
  }, vo = /* @__PURE__ */ v(ko, [["render", wo]]), Co = ["for"], So = ["id", "name", "placeholder", "rows", "cols", "readonly", "aria-readonly", "disabled", "required", "tabindex"], Bo = ["for"];
7149
7153
  function _o(e, t, i, s, n, l) {
7150
7154
  const a = $("w-icon");
7151
- return o(), g(L(e.formRegister ? "w-form-element" : "div"), _({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: n.inputValue, disabled: e.isDisabled, readonly: e.isReadonly, isFocused: n.isFocused }, {
7155
+ return o(), b(L(e.formRegister ? "w-form-element" : "div"), _({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: n.inputValue, disabled: e.isDisabled, readonly: e.isReadonly, isFocused: n.isFocused }, {
7152
7156
  valid: e.valid,
7153
7157
  "onUpdate:valid": t[6] || (t[6] = (r) => e.valid = r),
7154
7158
  wrap: l.hasLabel && i.labelPosition !== "inside",
@@ -7166,7 +7170,7 @@ function _o(e, t, i, s, n, l) {
7166
7170
  for: `w-textarea--${e._.uid}`
7167
7171
  }, [
7168
7172
  c(e.$slots, "default", {}, () => [
7169
- S(C(i.label), 1)
7173
+ B(C(i.label), 1)
7170
7174
  ])
7171
7175
  ], 10, Co)) : p("", !0)
7172
7176
  ], 64)) : p("", !0),
@@ -7176,7 +7180,7 @@ function _o(e, t, i, s, n, l) {
7176
7180
  c(e.$slots, "icon-left", {
7177
7181
  inputId: `w-textarea--${e._.uid}`
7178
7182
  }, () => [
7179
- i.innerIconLeft ? (o(), g(a, {
7183
+ i.innerIconLeft ? (o(), b(a, {
7180
7184
  key: 0,
7181
7185
  class: "w-textarea__icon w-textarea__icon--inner-left",
7182
7186
  tag: "label",
@@ -7184,7 +7188,7 @@ function _o(e, t, i, s, n, l) {
7184
7188
  onClick: t[0] || (t[0] = (r) => e.$emit("click:inner-icon-left", r))
7185
7189
  }, {
7186
7190
  default: m(() => [
7187
- S(C(i.innerIconLeft), 1)
7191
+ B(C(i.innerIconLeft), 1)
7188
7192
  ]),
7189
7193
  _: 1
7190
7194
  }, 8, ["for"])) : p("", !0)
@@ -7216,14 +7220,14 @@ function _o(e, t, i, s, n, l) {
7216
7220
  class: f(["w-textarea__label w-textarea__label--inside w-form-el-shakable", e.labelClasses])
7217
7221
  }, [
7218
7222
  c(e.$slots, "default", {}, () => [
7219
- S(C(i.label), 1)
7223
+ B(C(i.label), 1)
7220
7224
  ])
7221
7225
  ], 2)) : p("", !0)
7222
7226
  ], 64)) : p("", !0),
7223
7227
  c(e.$slots, "icon-right", {
7224
7228
  inputId: `w-textarea--${e._.uid}`
7225
7229
  }, () => [
7226
- i.innerIconRight ? (o(), g(a, {
7230
+ i.innerIconRight ? (o(), b(a, {
7227
7231
  key: 0,
7228
7232
  class: "w-textarea__icon w-textarea__icon--inner-right",
7229
7233
  tag: "label",
@@ -7231,7 +7235,7 @@ function _o(e, t, i, s, n, l) {
7231
7235
  onClick: t[5] || (t[5] = (r) => e.$emit("click:inner-icon-right", r))
7232
7236
  }, {
7233
7237
  default: m(() => [
7234
- S(C(i.innerIconRight), 1)
7238
+ B(C(i.innerIconRight), 1)
7235
7239
  ]),
7236
7240
  _: 1
7237
7241
  }, 8, ["for"])) : p("", !0)
@@ -7244,7 +7248,7 @@ function _o(e, t, i, s, n, l) {
7244
7248
  for: `w-textarea--${e._.uid}`
7245
7249
  }, [
7246
7250
  c(e.$slots, "default", {}, () => [
7247
- S(C(i.label), 1)
7251
+ B(C(i.label), 1)
7248
7252
  ])
7249
7253
  ], 10, Bo)) : p("", !0)
7250
7254
  ], 64)) : p("", !0)
@@ -7387,11 +7391,11 @@ function Lo(e, t, i, s, n, l) {
7387
7391
  class: "w-timeline-item",
7388
7392
  key: r
7389
7393
  }, [
7390
- (o(), g(L(a[i.itemIconKey] || i.icon ? "w-icon" : "div"), {
7394
+ (o(), b(L(a[i.itemIconKey] || i.icon ? "w-icon" : "div"), {
7391
7395
  class: f(["w-timeline-item__bullet", { [a[i.itemColorKey] || i.color]: a[i.itemColorKey] || i.color }])
7392
7396
  }, {
7393
7397
  default: m(() => [
7394
- S(C(a[i.itemIconKey] || i.icon), 1)
7398
+ B(C(a[i.itemIconKey] || i.icon), 1)
7395
7399
  ]),
7396
7400
  _: 2
7397
7401
  }, 1032, ["class"])),
@@ -7658,7 +7662,7 @@ const Eo = {
7658
7662
  // watch, mounted & beforeDestroy hooks are set in the detachable.js mixin.
7659
7663
  }, Ao = /* @__PURE__ */ v(Eo, [["render", zo]]);
7660
7664
  function Wo(e, t, i, s, n, l) {
7661
- return o(), g(P, _({ name: "bounce" }, e.$props), {
7665
+ return o(), b(P, _({ name: "bounce" }, e.$props), {
7662
7666
  default: m(() => [
7663
7667
  c(e.$slots, "default")
7664
7668
  ]),
@@ -7673,7 +7677,7 @@ const Ko = {
7673
7677
  }
7674
7678
  }, No = /* @__PURE__ */ v(Ko, [["render", Wo]]);
7675
7679
  function Do(e, t, i, s, n, l) {
7676
- return o(), g(P, {
7680
+ return o(), b(P, {
7677
7681
  name: "expand",
7678
7682
  mode: "out-in",
7679
7683
  css: !1,
@@ -7785,7 +7789,7 @@ const Ho = {
7785
7789
  }
7786
7790
  }, Fo = /* @__PURE__ */ v(Ho, [["render", Do]]);
7787
7791
  function jo(e, t, i, s, n, l) {
7788
- return o(), g(P, _({ name: "fade" }, e.$props), {
7792
+ return o(), b(P, _({ name: "fade" }, e.$props), {
7789
7793
  default: m(() => [
7790
7794
  c(e.$slots, "default")
7791
7795
  ]),
@@ -7800,7 +7804,7 @@ const Uo = {
7800
7804
  }
7801
7805
  }, qo = /* @__PURE__ */ v(Uo, [["render", jo]]);
7802
7806
  function Xo(e, t, i, s, n, l) {
7803
- return o(), g(P, _({ name: "scale" }, e.$props), {
7807
+ return o(), b(P, _({ name: "scale" }, e.$props), {
7804
7808
  default: m(() => [
7805
7809
  c(e.$slots, "default")
7806
7810
  ]),
@@ -7815,7 +7819,7 @@ const Yo = {
7815
7819
  }
7816
7820
  }, Go = /* @__PURE__ */ v(Yo, [["render", Xo]]);
7817
7821
  function Jo(e, t, i, s, n, l) {
7818
- return o(), g(P, _({ name: "scale-fade" }, e.$props), {
7822
+ return o(), b(P, _({ name: "scale-fade" }, e.$props), {
7819
7823
  default: m(() => [
7820
7824
  c(e.$slots, "default")
7821
7825
  ]),
@@ -7830,7 +7834,7 @@ const Qo = {
7830
7834
  }
7831
7835
  }, Zo = /* @__PURE__ */ v(Qo, [["render", Jo]]);
7832
7836
  function ea(e, t, i, s, n, l) {
7833
- return o(), g(P, _({ name: l.transitionName }, e.$props), {
7837
+ return o(), b(P, _({ name: l.transitionName }, e.$props), {
7834
7838
  default: m(() => [
7835
7839
  c(e.$slots, "default")
7836
7840
  ]),
@@ -7857,7 +7861,7 @@ const ta = {
7857
7861
  }
7858
7862
  }, ia = /* @__PURE__ */ v(ta, [["render", ea]]);
7859
7863
  function la(e, t, i, s, n, l) {
7860
- return o(), g(P, _({ name: l.transitionName }, e.$props), {
7864
+ return o(), b(P, _({ name: l.transitionName }, e.$props), {
7861
7865
  default: m(() => [
7862
7866
  c(e.$slots, "default")
7863
7867
  ]),
@@ -7884,7 +7888,7 @@ const sa = {
7884
7888
  }
7885
7889
  }, oa = /* @__PURE__ */ v(sa, [["render", la]]);
7886
7890
  function aa(e, t, i, s, n, l) {
7887
- return o(), g(P, _({ name: "twist" }, e.$props), {
7891
+ return o(), b(P, _({ name: "twist" }, e.$props), {
7888
7892
  default: m(() => [
7889
7893
  c(e.$slots, "default")
7890
7894
  ]),
@@ -7910,19 +7914,19 @@ function ha(e, t, i, s, n, l) {
7910
7914
  class: f(["w-tree__item", l.itemClasses(h)]),
7911
7915
  key: y
7912
7916
  }, [
7913
- (o(), g(L(l.getTreeItemComponent(h)), _({
7917
+ (o(), b(L(l.getTreeItemComponent(h)), _({
7914
7918
  class: "w-tree__item-label",
7915
7919
  ref_for: !0
7916
7920
  }, h.route && { [!e.$router || l.hasExternalLink(h) ? "href" : "to"]: h.route }, {
7917
- onClick: (B) => !i.disabled && !h.disabled && l.onLabelClick(h, B),
7918
- onKeydown: (B) => !i.disabled && !h.disabled && l.onLabelKeydown(h, B),
7921
+ onClick: (S) => !i.disabled && !h.disabled && l.onLabelClick(h, S),
7922
+ onKeydown: (S) => !i.disabled && !h.disabled && l.onLabelKeydown(h, S),
7919
7923
  tabindex: l.getTreeItemTabindex(h)
7920
7924
  }), {
7921
7925
  default: m(() => [
7922
- (h.children || h.branch) && (i.expandOpenIcon && h.open || i.expandIcon) && !(i.unexpandableEmpty && !h.children) ? (o(), g(a, {
7926
+ (h.children || h.branch) && (i.expandOpenIcon && h.open || i.expandIcon) && !(i.unexpandableEmpty && !h.children) ? (o(), b(a, {
7923
7927
  key: 0,
7924
7928
  class: "w-tree__item-expand",
7925
- onClick: M((B) => !i.disabled && !h.disabled && l.onLabelClick(h, B), ["stop"]),
7929
+ onClick: M((S) => !i.disabled && !h.disabled && l.onLabelClick(h, S), ["stop"]),
7926
7930
  color: "inherit",
7927
7931
  icon: h.open && i.expandOpenIcon || i.expandIcon,
7928
7932
  "icon-props": { rotate90a: !h.open },
@@ -7937,52 +7941,52 @@ function ha(e, t, i, s, n, l) {
7937
7941
  path: h.path,
7938
7942
  open: h.open
7939
7943
  }, () => {
7940
- var B;
7944
+ var S;
7941
7945
  return [
7942
- l.itemIcon(h) ? (o(), g(r, {
7946
+ l.itemIcon(h) ? (o(), b(r, {
7943
7947
  key: 0,
7944
7948
  class: "w-tree__item-icon",
7945
7949
  color: h.originalItem[i.itemIconColorKey] || i.iconColor
7946
7950
  }, {
7947
7951
  default: m(() => [
7948
- S(C(l.itemIcon(h)), 1)
7952
+ B(C(l.itemIcon(h)), 1)
7949
7953
  ]),
7950
7954
  _: 2
7951
7955
  }, 1032, ["color"])) : p("", !0),
7952
7956
  w("span", {
7953
7957
  innerHTML: h.label
7954
7958
  }, null, 8, da),
7955
- i.counts && (h.children || h.branch) ? (o(), u("span", ua, "(" + C(((B = h.originalItem.children) == null ? void 0 : B.length) || 0) + ")", 1)) : p("", !0)
7959
+ i.counts && (h.children || h.branch) ? (o(), u("span", ua, "(" + C(((S = h.originalItem.children) == null ? void 0 : S.length) || 0) + ")", 1)) : p("", !0)
7956
7960
  ];
7957
7961
  })
7958
7962
  ]),
7959
7963
  _: 2
7960
7964
  }, 1040, ["onClick", "onKeydown", "tabindex"])),
7961
- (o(), g(L(i.noTransition ? "div" : "w-transition-expand"), {
7965
+ (o(), b(L(i.noTransition ? "div" : "w-transition-expand"), {
7962
7966
  y: !i.noTransition || null,
7963
- onAfterEnter: (B) => e.$emit("open", l.emitPayload(h)),
7964
- onAfterLeave: (B) => e.$emit("close", l.emitPayload(h))
7967
+ onAfterEnter: (S) => e.$emit("open", l.emitPayload(h)),
7968
+ onAfterLeave: (S) => e.$emit("close", l.emitPayload(h))
7965
7969
  }, {
7966
7970
  default: m(() => [
7967
- h.children && h.open ? (o(), g(d, _({
7971
+ h.children && h.open ? (o(), b(d, _({
7968
7972
  key: 0,
7969
7973
  ref_for: !0
7970
7974
  }, e.$props, {
7971
7975
  depth: i.depth + 1,
7972
7976
  data: h.originalItem.children,
7973
7977
  parent: h,
7974
- onBeforeOpen: t[0] || (t[0] = (B) => e.$emit("before-open", B)),
7975
- onOpen: t[1] || (t[1] = (B) => e.$emit("open", B)),
7976
- onBeforeClose: t[2] || (t[2] = (B) => e.$emit("before-close", B)),
7977
- onClose: t[3] || (t[3] = (B) => e.$emit("close", B)),
7978
- onClick: t[4] || (t[4] = (B) => e.$emit("click", B)),
7979
- onSelect: t[5] || (t[5] = (B) => e.$emit("select", B)),
7980
- "onUpdate:modelValue": t[6] || (t[6] = (B) => e.$emit("update:model-value", B))
7978
+ onBeforeOpen: t[0] || (t[0] = (S) => e.$emit("before-open", S)),
7979
+ onOpen: t[1] || (t[1] = (S) => e.$emit("open", S)),
7980
+ onBeforeClose: t[2] || (t[2] = (S) => e.$emit("before-close", S)),
7981
+ onClose: t[3] || (t[3] = (S) => e.$emit("close", S)),
7982
+ onClick: t[4] || (t[4] = (S) => e.$emit("click", S)),
7983
+ onSelect: t[5] || (t[5] = (S) => e.$emit("select", S)),
7984
+ "onUpdate:modelValue": t[6] || (t[6] = (S) => e.$emit("update:model-value", S))
7981
7985
  }), {
7982
- item: m(({ item: B, depth: b, path: I, open: V }) => [
7986
+ item: m(({ item: S, depth: g, path: I, open: V }) => [
7983
7987
  c(e.$slots, "item", {
7984
- item: B,
7985
- depth: b,
7988
+ item: S,
7989
+ depth: g,
7986
7990
  path: I,
7987
7991
  open: V
7988
7992
  })