@harbor-design/proform 1.2.27 → 1.2.28

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/dist/index.js +6 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1169,7 +1169,8 @@ const vr = {
1169
1169
  });
1170
1170
  },
1171
1171
  clearValidate(t) {
1172
- t.formRef.value.clearValidate();
1172
+ var e, r;
1173
+ (r = (e = t.formRef.value) == null ? void 0 : e.clearValidate) == null || r.call(e);
1173
1174
  }
1174
1175
  },
1175
1176
  NutUI: {
@@ -1241,7 +1242,8 @@ const vr = {
1241
1242
  });
1242
1243
  },
1243
1244
  clearValidate(t) {
1244
- t.formRef.value.reset();
1245
+ var e, r;
1246
+ (r = (e = t.formRef.value) == null ? void 0 : e.reset) == null || r.call(e);
1245
1247
  }
1246
1248
  },
1247
1249
  NaiveUI: {
@@ -1310,7 +1312,8 @@ const vr = {
1310
1312
  });
1311
1313
  },
1312
1314
  clearValidate(t) {
1313
- t.formRef.value.restoreValidation();
1315
+ var e, r;
1316
+ (r = (e = t.formRef.value) == null ? void 0 : e.restoreValidation) == null || r.call(e);
1314
1317
  }
1315
1318
  }
1316
1319
  }, w = class w {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harbor-design/proform",
3
- "version": "1.2.27",
3
+ "version": "1.2.28",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",