@unizhen/ui 0.0.72 → 0.0.73

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
@@ -4041,7 +4041,7 @@ const Ee = /* @__PURE__ */ w(bh, [["render", $h]]), _h = oe({
4041
4041
  return t({ validate: g, restoreValidation: N, getValues: () => r.value }), le(
4042
4042
  () => e.value,
4043
4043
  (F, b) => {
4044
- JSON.stringify(F) !== JSON.stringify(b) && (r.value = F, p.value.length === 0 && k(e.items));
4044
+ JSON.stringify(F) !== JSON.stringify(b) && (r.value = F, p.value.length > 0 && k(e.items));
4045
4045
  },
4046
4046
  {
4047
4047
  deep: !0,
@@ -8841,7 +8841,7 @@ function Y0(e, t, n) {
8841
8841
  refetch: N
8842
8842
  };
8843
8843
  }
8844
- const k0 = "0.0.72";
8844
+ const k0 = "0.0.73";
8845
8845
  let xa;
8846
8846
  async function $a() {
8847
8847
  const e = await fetch(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unizhen/ui",
3
- "version": "0.0.72",
3
+ "version": "0.0.73",
4
4
  "author": {
5
5
  "name": "Donovan"
6
6
  },