ninemoon-ui 0.0.25 → 0.0.26

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/dist/index.umd.js CHANGED
@@ -2259,7 +2259,9 @@
2259
2259
  });
2260
2260
  }
2261
2261
  if (passflag === true) {
2262
- callBack(passflag);
2262
+ callBack(true);
2263
+ } else {
2264
+ callBack(false);
2263
2265
  }
2264
2266
  };
2265
2267
  const validateField = async (propname, callBack) => {
@@ -33,7 +33,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
33
33
  });
34
34
  }
35
35
  if (passflag === true) {
36
- callBack(passflag);
36
+ callBack(true);
37
+ } else {
38
+ callBack(false);
37
39
  }
38
40
  };
39
41
  const validateField = async (propname, callBack) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninemoon-ui",
3
3
  "private": false,
4
- "version": "0.0.25",
4
+ "version": "0.0.26",
5
5
  "author": "zhuboy",
6
6
  "keywords": [
7
7
  "vue3",