@unizhen/ui 0.0.21 → 0.0.22

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/lib/ui.js +2 -2
  2. package/package.json +1 -1
package/lib/ui.js CHANGED
@@ -4649,7 +4649,7 @@ const Q = /* @__PURE__ */ Za(vg), gg = se({
4649
4649
  },
4650
4650
  checkNumberMax: (f) => {
4651
4651
  if (e.status !== 2)
4652
- return f.params.maxKey ? Number(e.formValue[f.params.maxKey]) : f.params.min;
4652
+ return f.params.maxKey ? Number(e.formValue[f.params.maxKey]) : f.params.max;
4653
4653
  }
4654
4654
  };
4655
4655
  }
@@ -10323,7 +10323,7 @@ function gk(e, t, r) {
10323
10323
  refetch: p
10324
10324
  };
10325
10325
  }
10326
- const Ry = "0.0.21";
10326
+ const Ry = "0.0.22";
10327
10327
  let Bc;
10328
10328
  async function Fc() {
10329
10329
  const e = await fetch(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unizhen/ui",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "author": {
5
5
  "name": "Donovan"
6
6
  },