@unizhen/ui 0.0.14 → 0.0.16

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
@@ -8661,7 +8661,7 @@ const j2 = /* @__PURE__ */ _(y2, [["render", D2]]), z2 = se({
8661
8661
  }), e.item.params.init && A.length === 0 && e.status === 0 && (A = [l.value]), e.item.params.merge && typeof e.item.params.merge == "string")
8662
8662
  try {
8663
8663
  const P = e.item.params.merge;
8664
- A = await new Function("formValue", "POST", P)(A, he);
8664
+ A = await new Function("formValue", "mainFormValue", "POST", P)(A, o, he);
8665
8665
  } catch (P) {
8666
8666
  console.log(P);
8667
8667
  }
@@ -10311,7 +10311,7 @@ function vk(e, t, r) {
10311
10311
  refetch: f
10312
10312
  };
10313
10313
  }
10314
- const Oy = "0.0.14";
10314
+ const Oy = "0.0.16";
10315
10315
  let Oc;
10316
10316
  async function Rc() {
10317
10317
  const e = await fetch(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unizhen/ui",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
4
4
  "author": {
5
5
  "name": "Donovan"
6
6
  },