@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.
- package/lib/ui.js +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.
|
|
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.
|
|
10326
|
+
const Ry = "0.0.22";
|
|
10327
10327
|
let Bc;
|
|
10328
10328
|
async function Fc() {
|
|
10329
10329
|
const e = await fetch(
|