z-ui-pc 1.1.2 → 1.1.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.
- package/dist/index.js +2 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2024,12 +2024,11 @@ async function Ol(e, t, o) {
|
|
|
2024
2024
|
if (u === "confirm") {
|
|
2025
2025
|
if (n)
|
|
2026
2026
|
return;
|
|
2027
|
-
n = !0;
|
|
2028
2027
|
const d = (i) => {
|
|
2029
2028
|
a.confirmButtonLoading = i, a.cancelButtonLoading = i;
|
|
2030
2029
|
};
|
|
2031
2030
|
try {
|
|
2032
|
-
d(!0), await t(), s();
|
|
2031
|
+
d(!0), await t(), n = !0, s();
|
|
2033
2032
|
} finally {
|
|
2034
2033
|
d(!1);
|
|
2035
2034
|
}
|
|
@@ -5206,7 +5205,7 @@ const dt = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, Ss = (e) => {
|
|
|
5206
5205
|
}, Cl = (e) => ({
|
|
5207
5206
|
...Fl,
|
|
5208
5207
|
...e ?? {}
|
|
5209
|
-
}), hl = "1.1.
|
|
5208
|
+
}), hl = "1.1.3", vl = {
|
|
5210
5209
|
version: hl
|
|
5211
5210
|
};
|
|
5212
5211
|
function zl(e, t, o) {
|