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.
Files changed (2) hide show
  1. package/dist/index.js +2 -3
  2. 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.2", vl = {
5208
+ }), hl = "1.1.3", vl = {
5210
5209
  version: hl
5211
5210
  };
5212
5211
  function zl(e, t, o) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "z-ui-pc",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "适用于pc端的前端组件库",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",