@unizhen/ui 0.0.19 → 0.0.20

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
@@ -7804,7 +7804,7 @@ const Ic = /* @__PURE__ */ _(w2, [["render", g2], ["__scopeId", "data-v-e91e9583
7804
7804
  const V = H.value.when_drawer_open;
7805
7805
  if (V && typeof V == "string")
7806
7806
  try {
7807
- new Function("formValues", "POST", V)(M, de).then((ee) => {
7807
+ new Function("data", "POST", V)(M, de).then((ee) => {
7808
7808
  C.value = ee;
7809
7809
  }).catch((ee) => {
7810
7810
  console.log(ee);
@@ -10308,7 +10308,7 @@ function vk(e, t, r) {
10308
10308
  refetch: f
10309
10309
  };
10310
10310
  }
10311
- const Ay = "0.0.19";
10311
+ const Ay = "0.0.20";
10312
10312
  let Ac;
10313
10313
  async function Rc() {
10314
10314
  const e = await fetch(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unizhen/ui",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "author": {
5
5
  "name": "Donovan"
6
6
  },