bkui-vue 0.0.1-beta.334 → 0.0.1-beta.335
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.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/lib/form/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -28814,7 +28814,7 @@ var defaultValidator = {
|
|
28814
28814
|
if (typeof value === "number") {
|
28815
28815
|
return true;
|
28816
28816
|
}
|
28817
|
-
return _$1.isEmpty(value);
|
28817
|
+
return !_$1.isEmpty(value);
|
28818
28818
|
},
|
28819
28819
|
min: (value, min2) => value >= min2,
|
28820
28820
|
max: (value, max2) => max2 >= value,
|