bkui-vue 0.0.1-beta.334 → 0.0.1-beta.336
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 +2 -2
- package/dist/index.umd.js +1 -1
- package/lib/date-picker/index.js +1 -1
- package/lib/form/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -25300,7 +25300,7 @@ var DatePanel = defineComponent({
|
|
25300
25300
|
"onPick-toggle-time": this.handleToggleTime,
|
25301
25301
|
"onPick-clear": this.handlePickClear,
|
25302
25302
|
"onPick-success": this.handlePickSuccess
|
25303
|
-
},
|
25303
|
+
}, this.$slots) : ""]), this.hasShortcuts ? createVNode("div", {
|
25304
25304
|
"class": "bk-picker-panel-sidebar"
|
25305
25305
|
}, [(_c = (_b = (_a = this.$slots).shortcuts) == null ? void 0 : _b.call(_a)) != null ? _c : null]) : null]);
|
25306
25306
|
}
|
@@ -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,
|