@ditojs/admin 2.56.0 → 2.57.0
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/dito-admin.css +1 -1
- package/dist/dito-admin.es.js +8 -8
- package/dist/dito-admin.umd.js +3 -3
- package/package.json +8 -8
package/dist/dito-admin.es.js
CHANGED
|
@@ -3219,7 +3219,7 @@ function Li(e, t, s, n, o, i) {
|
|
|
3219
3219
|
placement: "bottom-left",
|
|
3220
3220
|
target: e.$refs.picker
|
|
3221
3221
|
}, i.attributes), {
|
|
3222
|
-
trigger: O(() => t[9] || (t[9] = [])),
|
|
3222
|
+
trigger: O(() => [...t[9] || (t[9] = [])]),
|
|
3223
3223
|
_: 1
|
|
3224
3224
|
}, 16, ["modelValue", "show", "target"]),
|
|
3225
3225
|
P(d, T({
|
|
@@ -3231,7 +3231,7 @@ function Li(e, t, s, n, o, i) {
|
|
|
3231
3231
|
placement: "bottom-right",
|
|
3232
3232
|
target: e.$refs.picker
|
|
3233
3233
|
}, i.attributes), {
|
|
3234
|
-
trigger: O(() => t[10] || (t[10] = [])),
|
|
3234
|
+
trigger: O(() => [...t[10] || (t[10] = [])]),
|
|
3235
3235
|
_: 1
|
|
3236
3236
|
}, 16, ["modelValue", "show", "target"])
|
|
3237
3237
|
], 2)
|
|
@@ -4081,9 +4081,9 @@ function ir(e, t, s, n, o, i) {
|
|
|
4081
4081
|
key: 1,
|
|
4082
4082
|
class: "dito-login",
|
|
4083
4083
|
onClick: t[0] || (t[0] = (y) => e.rootComponent.login())
|
|
4084
|
-
}, t[1] || (t[1] = [
|
|
4084
|
+
}, [...t[1] || (t[1] = [
|
|
4085
4085
|
p("span", null, "Login", -1)
|
|
4086
|
-
]))) : m("", !0)
|
|
4086
|
+
])])) : m("", !0)
|
|
4087
4087
|
]),
|
|
4088
4088
|
_: 1
|
|
4089
4089
|
}),
|
|
@@ -7486,9 +7486,9 @@ function Lu(e, t, s, n, o, i) {
|
|
|
7486
7486
|
}, 1032, ["to"])) : (l(), h("span", Bu, V(e.getLabel(r)), 1))
|
|
7487
7487
|
], 2)) : m("", !0)
|
|
7488
7488
|
], 64))), 256)),
|
|
7489
|
-
e.hasEditButtons ? (l(), h("th", Tu, t[1] || (t[1] = [
|
|
7489
|
+
e.hasEditButtons ? (l(), h("th", Tu, [...t[1] || (t[1] = [
|
|
7490
7490
|
p("span", null, null, -1)
|
|
7491
|
-
]))) : m("", !0)
|
|
7491
|
+
])])) : m("", !0)
|
|
7492
7492
|
])
|
|
7493
7493
|
]);
|
|
7494
7494
|
}
|
|
@@ -7774,11 +7774,11 @@ function ed(e, t, s, n, o, i) {
|
|
|
7774
7774
|
return U((l(), h("div", {
|
|
7775
7775
|
class: "dito-spinner",
|
|
7776
7776
|
style: G({ "--color": e.color, "--size": e.size, "--margin": e.margin })
|
|
7777
|
-
}, t[0] || (t[0] = [
|
|
7777
|
+
}, [...t[0] || (t[0] = [
|
|
7778
7778
|
p("div", { class: "dito-spinner__pulse dito-spinner__pulse1" }, null, -1),
|
|
7779
7779
|
p("div", { class: "dito-spinner__pulse dito-spinner__pulse2" }, null, -1),
|
|
7780
7780
|
p("div", { class: "dito-spinner__pulse dito-spinner__pulse3" }, null, -1)
|
|
7781
|
-
]), 4)), [
|
|
7781
|
+
])], 4)), [
|
|
7782
7782
|
[X, e.loading]
|
|
7783
7783
|
]);
|
|
7784
7784
|
}
|