wave-ui 3.25.2 → 3.25.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.
@@ -803,7 +803,7 @@ const q = class q {
803
803
  */
804
804
  setAppClasses(...t) {
805
805
  const i = document.querySelector(".w-app");
806
- i && (i.className = "w-app", i.classList.add(...t));
806
+ i && (i.className = "w-app", t.length && t[0] && i.classList.add(...t));
807
807
  }
808
808
  });
809
809
  if (ie(q, ee)) return;
@@ -6677,7 +6677,7 @@ function Ao(e, t, i, s, n, l) {
6677
6677
  class: f(["w-table__header-sort", l.headerSortClasses(g)])
6678
6678
  }, {
6679
6679
  default: m(() => t[8] || (t[8] = [
6680
- _("wi-arrow-down")
6680
+ _("wi-arrow-down", -1)
6681
6681
  ])),
6682
6682
  _: 2,
6683
6683
  __: [8]
@@ -6700,7 +6700,7 @@ function Ao(e, t, i, s, n, l) {
6700
6700
  class: f(["w-table__header-sort", l.headerSortClasses(g)])
6701
6701
  }, {
6702
6702
  default: m(() => t[9] || (t[9] = [
6703
- _("wi-arrow-down")
6703
+ _("wi-arrow-down", -1)
6704
6704
  ])),
6705
6705
  _: 2,
6706
6706
  __: [9]
@@ -6734,7 +6734,7 @@ function Ao(e, t, i, s, n, l) {
6734
6734
  L(r, { tile: "" }),
6735
6735
  k("div", vo, [
6736
6736
  c(e.$slots, "loading", {}, () => [
6737
- t[10] || (t[10] = _("Loading..."))
6737
+ t[10] || (t[10] = _("Loading...", -1))
6738
6738
  ])
6739
6739
  ])
6740
6740
  ], 8, ko)
@@ -6744,7 +6744,7 @@ function Ao(e, t, i, s, n, l) {
6744
6744
  colspan: i.headers.length
6745
6745
  }, [
6746
6746
  c(e.$slots, "no-data", {}, () => [
6747
- t[11] || (t[11] = _("No data to show."))
6747
+ t[11] || (t[11] = _("No data to show.", -1))
6748
6748
  ])
6749
6749
  ], 8, So)
6750
6750
  ])),
@@ -6891,7 +6891,7 @@ function Ao(e, t, i, s, n, l) {
6891
6891
  lg: ""
6892
6892
  }, {
6893
6893
  default: m(() => t[12] || (t[12] = [
6894
- _("...")
6894
+ _("...", -1)
6895
6895
  ])),
6896
6896
  _: 2,
6897
6897
  __: [12]