wave-ui 3.25.3 → 3.25.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/wave-ui.cjs.js +1 -1
- package/dist/wave-ui.es.js +21 -24
- package/dist/wave-ui.umd.js +1 -1
- package/package.json +7 -7
- package/src/wave-ui/mixins/detachable.js +1 -1
package/dist/wave-ui.es.js
CHANGED
|
@@ -1659,8 +1659,8 @@ function si(e, t, i, s, n, l) {
|
|
|
1659
1659
|
default: m(() => [
|
|
1660
1660
|
_(S(i.icon), 1)
|
|
1661
1661
|
]),
|
|
1662
|
-
_:
|
|
1663
|
-
},
|
|
1662
|
+
_: 1
|
|
1663
|
+
}, 8, ["class"])) : p("", !0),
|
|
1664
1664
|
r[i.itemRouteKey] && (d < i.items.length - 1 || i.linkLastItem) ? (o(), u(v, { key: 2 }, [
|
|
1665
1665
|
e.$slots.item ? (o(), b(R(l.hasRouter ? "router-link" : "a"), {
|
|
1666
1666
|
class: f(["w-breadcrumbs__item", i.color || null]),
|
|
@@ -1879,8 +1879,8 @@ function ci(e, t, i, s, n, l) {
|
|
|
1879
1879
|
default: m(() => [
|
|
1880
1880
|
c(e.$slots, "default")
|
|
1881
1881
|
]),
|
|
1882
|
-
_:
|
|
1883
|
-
},
|
|
1882
|
+
_: 3
|
|
1883
|
+
}, 16)
|
|
1884
1884
|
]),
|
|
1885
1885
|
default: m(() => [
|
|
1886
1886
|
k("div", { innerHTML: i.tooltip }, null, 8, hi)
|
|
@@ -2134,11 +2134,11 @@ function Bi(e, t, i, s, n, l) {
|
|
|
2134
2134
|
onClick: t[4] || (t[4] = (a) => {
|
|
2135
2135
|
e.$refs.input.focus(), e.$refs.input.click();
|
|
2136
2136
|
})
|
|
2137
|
-
}, t[7] || (t[7] = [
|
|
2137
|
+
}, [...t[7] || (t[7] = [
|
|
2138
2138
|
k("svg", { viewBox: "-0.5 0 12 10" }, [
|
|
2139
2139
|
k("polyline", { points: "1 5 4 8 10 2" })
|
|
2140
2140
|
], -1)
|
|
2141
|
-
]), 2),
|
|
2141
|
+
])], 2),
|
|
2142
2142
|
l.hasLabel && !i.labelOnLeft ? (o(), u(v, { key: 1 }, [
|
|
2143
2143
|
e.$slots.default ? (o(), u("label", {
|
|
2144
2144
|
key: 0,
|
|
@@ -2343,8 +2343,8 @@ function Ri(e, t, i, s, n, l) {
|
|
|
2343
2343
|
default: m(() => [
|
|
2344
2344
|
c(e.$slots, "default")
|
|
2345
2345
|
]),
|
|
2346
|
-
_:
|
|
2347
|
-
},
|
|
2346
|
+
_: 3
|
|
2347
|
+
}, 16)
|
|
2348
2348
|
]),
|
|
2349
2349
|
default: m(() => [
|
|
2350
2350
|
L(r, {
|
|
@@ -4191,7 +4191,7 @@ const Vl = {
|
|
|
4191
4191
|
let e = ".w-app";
|
|
4192
4192
|
typeof this.detachableDefaultRoot == "function" && (e = this.detachableDefaultRoot() || e);
|
|
4193
4193
|
let t = this.appendTo || e;
|
|
4194
|
-
return t === !0 ? t = e : this.appendTo === "activator" ? t = this.$el.previousElementSibling : t && !["object", "string"].includes(typeof t) ? t = e : typeof t == "object" && !t.nodeType && (t = e, J(`Invalid node provided in ${this.$options.name} \`append-to\`. Falling back to .w-app.`)), typeof t == "string" && (t = document.querySelector(t)), t || (J(`Unable to locate ${this.appendTo ? `target ${this.appendTo}` : e}`), t = document.querySelector(e)), t;
|
|
4194
|
+
return t === !0 ? t = e : this.appendTo === "activator" ? t = this.$el.previousElementSibling || this.$el.nextElementSibling : t && !["object", "string"].includes(typeof t) ? t = e : typeof t == "object" && !t.nodeType && (t = e, J(`Invalid node provided in ${this.$options.name} \`append-to\`. Falling back to .w-app.`)), typeof t == "string" && (t = document.querySelector(t)), t || (J(`Unable to locate ${this.appendTo ? `target ${this.appendTo}` : e}`), t = document.querySelector(e)), t;
|
|
4195
4195
|
},
|
|
4196
4196
|
// DOM element that will receive the tooltip/menu.
|
|
4197
4197
|
// ! \ This computed uses the DOM - NO SSR (only trigger from beforeMount and later).
|
|
@@ -6676,12 +6676,11 @@ function Ao(e, t, i, s, n, l) {
|
|
|
6676
6676
|
key: 0,
|
|
6677
6677
|
class: f(["w-table__header-sort", l.headerSortClasses(g)])
|
|
6678
6678
|
}, {
|
|
6679
|
-
default: m(() => t[8] || (t[8] = [
|
|
6679
|
+
default: m(() => [...t[8] || (t[8] = [
|
|
6680
6680
|
_("wi-arrow-down", -1)
|
|
6681
|
-
])),
|
|
6682
|
-
_:
|
|
6683
|
-
|
|
6684
|
-
}, 1032, ["class"])) : p("", !0),
|
|
6681
|
+
])]),
|
|
6682
|
+
_: 1
|
|
6683
|
+
}, 8, ["class"])) : p("", !0),
|
|
6685
6684
|
g.label ? (o(), u(v, { key: 1 }, [
|
|
6686
6685
|
e.$slots["header-label"] ? c(e.$slots, "header-label", {
|
|
6687
6686
|
key: 0,
|
|
@@ -6699,12 +6698,11 @@ function Ao(e, t, i, s, n, l) {
|
|
|
6699
6698
|
key: 2,
|
|
6700
6699
|
class: f(["w-table__header-sort", l.headerSortClasses(g)])
|
|
6701
6700
|
}, {
|
|
6702
|
-
default: m(() => t[9] || (t[9] = [
|
|
6701
|
+
default: m(() => [...t[9] || (t[9] = [
|
|
6703
6702
|
_("wi-arrow-down", -1)
|
|
6704
|
-
])),
|
|
6705
|
-
_:
|
|
6706
|
-
|
|
6707
|
-
}, 1032, ["class"])) : p("", !0),
|
|
6703
|
+
])]),
|
|
6704
|
+
_: 1
|
|
6705
|
+
}, 8, ["class"])) : p("", !0),
|
|
6708
6706
|
B < i.headers.length - 1 && i.resizableColumns ? (o(), u("span", {
|
|
6709
6707
|
key: 3,
|
|
6710
6708
|
class: f(["w-table__col-resizer", { "w-table__col-resizer--hover": e.colResizing.hover === B, "w-table__col-resizer--active": e.colResizing.columnIndex === B }]),
|
|
@@ -6890,12 +6888,11 @@ function Ao(e, t, i, s, n, l) {
|
|
|
6890
6888
|
round: "",
|
|
6891
6889
|
lg: ""
|
|
6892
6890
|
}, {
|
|
6893
|
-
default: m(() => t[12] || (t[12] = [
|
|
6891
|
+
default: m(() => [...t[12] || (t[12] = [
|
|
6894
6892
|
_("...", -1)
|
|
6895
|
-
])),
|
|
6896
|
-
_:
|
|
6897
|
-
|
|
6898
|
-
}, 1032, ["onClick", "class"])) : p("", !0)
|
|
6893
|
+
])]),
|
|
6894
|
+
_: 1
|
|
6895
|
+
}, 8, ["onClick", "class"])) : p("", !0)
|
|
6899
6896
|
], 64))), 128)) : (o(!0), u(v, { key: 1 }, O(e.paginationConfig.pagesCount, (g) => (o(), b(w, {
|
|
6900
6897
|
class: f(["w-pagination__page", { "w-pagination__page--active": g === e.paginationConfig.page }]),
|
|
6901
6898
|
key: g,
|