bkui-vue 0.0.1-beta.205 → 0.0.1-beta.206
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 -1
- package/dist/index.umd.js +1 -1
- package/lib/date-picker/date-picker.d.ts +4 -2
- package/lib/date-picker/index.d.ts +8 -4
- package/lib/date-picker/index.js +1 -1
- package/lib/date-picker/panel/time.d.ts +4 -2
- package/lib/date-picker/props.d.ts +2 -1
- package/lib/date-picker/time-picker.d.ts +4 -2
- package/lib/time-picker/index.d.ts +8 -4
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -23932,7 +23932,8 @@ const datePickerProps = {
|
|
23932
23932
|
default: true
|
23933
23933
|
},
|
23934
23934
|
open: {
|
23935
|
-
type: Boolean
|
23935
|
+
type: Boolean,
|
23936
|
+
default: null
|
23936
23937
|
},
|
23937
23938
|
multiple: {
|
23938
23939
|
type: Boolean,
|