@blueking/date-picker 0.0.58 → 0.0.60

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/README.md CHANGED
@@ -73,3 +73,22 @@ export default {
73
73
  }
74
74
  </script>
75
75
  ```
76
+
77
+ ### 属性列表
78
+ | 属性名 | 描述 | 属性类型 | 默认值 |
79
+ | ---------------| -------------------------------- | ---------------------------------------------- | ------------ |
80
+ | behavior | 组件展示风格 | `'normal' \| 'simplicity'` | 'normal' |
81
+ | commonUseList | 常用列表 | `DateValue[]` | |
82
+ | disabled | 是否禁用 | `boolean` | |
83
+ | format | 日期转换显示格式 | `string` | |
84
+ | modelValue | 日期值 | `DateValue \| dayjs.Dayjs[] \| number[] \| string[] \| undefined` | |
85
+ | needTimezone | 是否展示时区 | `boolean` | |
86
+ | timezone | 时区值 | `string` | 浏览器时区 |
87
+ | version | 版本号 用于控制本地缓存 | `number \| string` | '1.0' |
88
+
89
+ ### 事件列表
90
+
91
+ | 事件名 | 参数 | 参数类型 | 描述 |
92
+ | ----------------- | ----------------------- | -------------------------------------------------- | ------------------------- |
93
+ | update:modelValue | value, info | value: IDatePickerProps['modelValue']<br/>info: Array<br/>{<br/>dayjs: dayjs.Dayjs \| null;<br/>formatText: null \| string;<br/>} | 更新date值的事件,以及相关信息 |
94
+ | update:timezone | value, timezoneInfo | value: string<br/>timezoneInfo: ITimezoneItem | 更新时区值的事件,以及时区信息 |
@@ -22499,9 +22499,9 @@ const RL = { class: "date-wrapper" }, ZL = { class: "date-input" }, $L = { class
22499
22499
  s.value = !0;
22500
22500
  }, M = () => {
22501
22501
  o.value = !0;
22502
- }, O = (R = 100) => {
22502
+ }, O = (R = 32) => {
22503
22503
  setTimeout(() => s.value = !1, R);
22504
- }, _ = (R = 100) => {
22504
+ }, _ = (R = 32) => {
22505
22505
  setTimeout(() => o.value = !1, R);
22506
22506
  }, L = (R) => {
22507
22507
  var ae, X;