wave-ui 3.25.3 → 3.25.5
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.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).
|
|
@@ -6158,8 +6158,10 @@ function Xs(e, t, i, s, n, l) {
|
|
|
6158
6158
|
const a = V("w-progress");
|
|
6159
6159
|
return o(), b(R(e.formRegister ? "w-form-element" : "div"), $({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: n.isOn, disabled: e.isDisabled, readonly: e.isReadonly }, {
|
|
6160
6160
|
valid: e.valid,
|
|
6161
|
-
"onUpdate:valid": t[
|
|
6162
|
-
|
|
6161
|
+
"onUpdate:valid": t[4] || (t[4] = (r) => e.valid = r),
|
|
6162
|
+
onMouseenter: t[5] || (t[5] = (r) => e.$emit("mouseenter", r)),
|
|
6163
|
+
onMouseleave: t[6] || (t[6] = (r) => e.$emit("mouseleave", r)),
|
|
6164
|
+
onReset: t[7] || (t[7] = (r) => {
|
|
6163
6165
|
e.$emit("update:modelValue", n.isOn = null), e.$emit("input", null);
|
|
6164
6166
|
}),
|
|
6165
6167
|
class: l.classes,
|
|
@@ -6180,6 +6182,7 @@ function Xs(e, t, i, s, n, l) {
|
|
|
6180
6182
|
}, l.attrs, {
|
|
6181
6183
|
onChange: t[0] || (t[0] = (r) => l.onInput()),
|
|
6182
6184
|
onFocus: t[1] || (t[1] = (r) => e.$emit("focus", r)),
|
|
6185
|
+
onBlur: t[2] || (t[2] = (r) => e.$emit("blur", r)),
|
|
6183
6186
|
"aria-checked": n.isOn || "false",
|
|
6184
6187
|
role: "switch"
|
|
6185
6188
|
}), null, 16, Hs),
|
|
@@ -6196,7 +6199,7 @@ function Xs(e, t, i, s, n, l) {
|
|
|
6196
6199
|
], 64)) : p("", !0),
|
|
6197
6200
|
k("div", {
|
|
6198
6201
|
class: f(["w-switch__input", l.inputClasses]),
|
|
6199
|
-
onClick: t[
|
|
6202
|
+
onClick: t[3] || (t[3] = (r) => {
|
|
6200
6203
|
e.$refs.input.focus(), e.$refs.input.click();
|
|
6201
6204
|
})
|
|
6202
6205
|
}, [
|
|
@@ -6676,12 +6679,11 @@ function Ao(e, t, i, s, n, l) {
|
|
|
6676
6679
|
key: 0,
|
|
6677
6680
|
class: f(["w-table__header-sort", l.headerSortClasses(g)])
|
|
6678
6681
|
}, {
|
|
6679
|
-
default: m(() => t[8] || (t[8] = [
|
|
6682
|
+
default: m(() => [...t[8] || (t[8] = [
|
|
6680
6683
|
_("wi-arrow-down", -1)
|
|
6681
|
-
])),
|
|
6682
|
-
_:
|
|
6683
|
-
|
|
6684
|
-
}, 1032, ["class"])) : p("", !0),
|
|
6684
|
+
])]),
|
|
6685
|
+
_: 1
|
|
6686
|
+
}, 8, ["class"])) : p("", !0),
|
|
6685
6687
|
g.label ? (o(), u(v, { key: 1 }, [
|
|
6686
6688
|
e.$slots["header-label"] ? c(e.$slots, "header-label", {
|
|
6687
6689
|
key: 0,
|
|
@@ -6699,12 +6701,11 @@ function Ao(e, t, i, s, n, l) {
|
|
|
6699
6701
|
key: 2,
|
|
6700
6702
|
class: f(["w-table__header-sort", l.headerSortClasses(g)])
|
|
6701
6703
|
}, {
|
|
6702
|
-
default: m(() => t[9] || (t[9] = [
|
|
6704
|
+
default: m(() => [...t[9] || (t[9] = [
|
|
6703
6705
|
_("wi-arrow-down", -1)
|
|
6704
|
-
])),
|
|
6705
|
-
_:
|
|
6706
|
-
|
|
6707
|
-
}, 1032, ["class"])) : p("", !0),
|
|
6706
|
+
])]),
|
|
6707
|
+
_: 1
|
|
6708
|
+
}, 8, ["class"])) : p("", !0),
|
|
6708
6709
|
B < i.headers.length - 1 && i.resizableColumns ? (o(), u("span", {
|
|
6709
6710
|
key: 3,
|
|
6710
6711
|
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 +6891,11 @@ function Ao(e, t, i, s, n, l) {
|
|
|
6890
6891
|
round: "",
|
|
6891
6892
|
lg: ""
|
|
6892
6893
|
}, {
|
|
6893
|
-
default: m(() => t[12] || (t[12] = [
|
|
6894
|
+
default: m(() => [...t[12] || (t[12] = [
|
|
6894
6895
|
_("...", -1)
|
|
6895
|
-
])),
|
|
6896
|
-
_:
|
|
6897
|
-
|
|
6898
|
-
}, 1032, ["onClick", "class"])) : p("", !0)
|
|
6896
|
+
])]),
|
|
6897
|
+
_: 1
|
|
6898
|
+
}, 8, ["onClick", "class"])) : p("", !0)
|
|
6899
6899
|
], 64))), 128)) : (o(!0), u(v, { key: 1 }, O(e.paginationConfig.pagesCount, (g) => (o(), b(w, {
|
|
6900
6900
|
class: f(["w-pagination__page", { "w-pagination__page--active": g === e.paginationConfig.page }]),
|
|
6901
6901
|
key: g,
|