bkui-vue 0.0.3-beta.6 → 1.0.1

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 (276) hide show
  1. package/README.md +1 -0
  2. package/dist/index.cjs.js +47 -47
  3. package/dist/index.esm.js +10444 -10431
  4. package/dist/index.umd.js +47 -47
  5. package/dist/style.css +1 -1
  6. package/dist/style.variable.css +1 -1
  7. package/lib/affix/index.d.ts +57 -111
  8. package/lib/affix/index.js +35 -34
  9. package/lib/alert/alert.d.ts +1 -1
  10. package/lib/alert/index.d.ts +82 -132
  11. package/lib/alert/index.js +43 -42
  12. package/lib/animate-number/index.d.ts +33 -96
  13. package/lib/animate-number/index.js +7 -7
  14. package/lib/backtop/index.d.ts +69 -117
  15. package/lib/backtop/index.js +23 -22
  16. package/lib/badge/badge.d.ts +1 -1
  17. package/lib/badge/index.d.ts +120 -153
  18. package/lib/badge/index.js +40 -39
  19. package/lib/breadcrumb/index.d.ts +67 -119
  20. package/lib/breadcrumb/index.js +48 -47
  21. package/lib/button/button.d.ts +2 -2
  22. package/lib/button/index.d.ts +119 -155
  23. package/lib/button/index.js +60 -53
  24. package/lib/card/card.d.ts +1 -1
  25. package/lib/card/index.d.ts +129 -158
  26. package/lib/card/index.js +62 -57
  27. package/lib/cascader/cascader.d.ts +3 -3
  28. package/lib/cascader/index.d.ts +393 -354
  29. package/lib/cascader/index.js +338 -320
  30. package/lib/checkbox/checkbox.d.ts +1 -1
  31. package/lib/checkbox/index.d.ts +119 -161
  32. package/lib/checkbox/index.js +77 -78
  33. package/lib/code-diff/code-diff.css +0 -1
  34. package/lib/code-diff/code-diff.d.ts +1 -0
  35. package/lib/code-diff/code-diff.less +1 -1
  36. package/lib/code-diff/code-diff.variable.css +0 -1
  37. package/lib/code-diff/index.d.ts +65 -82
  38. package/lib/code-diff/index.js +532 -452
  39. package/lib/collapse/index.d.ts +144 -168
  40. package/lib/collapse/index.js +67 -66
  41. package/lib/collapse-transition/index.d.ts +19 -94
  42. package/lib/collapse-transition/index.js +10 -10
  43. package/lib/color-picker/color-picker.d.ts +1 -1
  44. package/lib/color-picker/index.d.ts +128 -154
  45. package/lib/color-picker/index.js +74 -76
  46. package/lib/components.js +63 -504
  47. package/lib/config-provider/index.d.ts +159 -226
  48. package/lib/config-provider/index.js +49 -45
  49. package/lib/config-provider/use-global-config.d.ts +2 -2
  50. package/lib/container/container.d.ts +1 -1
  51. package/lib/container/index.d.ts +74 -85
  52. package/lib/container/index.js +47 -46
  53. package/lib/date-picker/base/picker-dropdown.d.ts +1 -1
  54. package/lib/date-picker/base/time-spinner.d.ts +3 -3
  55. package/lib/date-picker/date-picker.d.ts +3 -3
  56. package/lib/date-picker/index.d.ts +384 -351
  57. package/lib/date-picker/index.js +164 -170
  58. package/lib/date-picker/panel/date-range.d.ts +1 -1
  59. package/lib/date-picker/panel/date.d.ts +1 -1
  60. package/lib/date-picker/panel/time-range.d.ts +2 -2
  61. package/lib/date-picker/panel/time.d.ts +1 -1
  62. package/lib/date-picker/time-picker.d.ts +3 -3
  63. package/lib/dialog/index.d.ts +355 -309
  64. package/lib/dialog/index.js +291 -279
  65. package/lib/directives/index.js +51 -51
  66. package/lib/dist.index.js +5 -61
  67. package/lib/divider/index.d.ts +57 -111
  68. package/lib/divider/index.js +16 -15
  69. package/lib/dropdown/dropdown.d.ts +1 -1
  70. package/lib/dropdown/index.d.ts +94 -136
  71. package/lib/dropdown/index.js +56 -49
  72. package/lib/exception/index.d.ts +41 -102
  73. package/lib/exception/index.js +37 -37
  74. package/lib/fixed-navbar/index.d.ts +59 -113
  75. package/lib/fixed-navbar/index.js +16 -15
  76. package/lib/form/form.d.ts +1 -1
  77. package/lib/form/index.d.ts +80 -132
  78. package/lib/form/index.js +83 -83
  79. package/lib/hooks.js +8 -48
  80. package/lib/icon/angle-double-down-line.js +23 -23
  81. package/lib/icon/angle-double-left-line.js +23 -23
  82. package/lib/icon/angle-double-left.js +23 -23
  83. package/lib/icon/angle-double-right-line.js +23 -23
  84. package/lib/icon/angle-double-right.js +23 -23
  85. package/lib/icon/angle-double-up-line.js +23 -23
  86. package/lib/icon/angle-down-fill.js +23 -23
  87. package/lib/icon/angle-down-line.js +23 -23
  88. package/lib/icon/angle-down.js +23 -23
  89. package/lib/icon/angle-left.js +23 -23
  90. package/lib/icon/angle-right.js +23 -23
  91. package/lib/icon/angle-up-fill.js +23 -23
  92. package/lib/icon/angle-up.js +23 -23
  93. package/lib/icon/archive-fill.js +23 -23
  94. package/lib/icon/arrows-left.js +23 -23
  95. package/lib/icon/arrows-right.js +23 -23
  96. package/lib/icon/assistant.js +23 -23
  97. package/lib/icon/audio-fill.js +23 -23
  98. package/lib/icon/bk.js +23 -23
  99. package/lib/icon/circle.js +23 -23
  100. package/lib/icon/close-line.js +23 -23
  101. package/lib/icon/close.js +23 -23
  102. package/lib/icon/code.js +23 -23
  103. package/lib/icon/cog-shape.js +23 -23
  104. package/lib/icon/collapse-left.js +23 -23
  105. package/lib/icon/copy-shape.js +23 -23
  106. package/lib/icon/copy.js +23 -23
  107. package/lib/icon/data-shape.js +23 -23
  108. package/lib/icon/del.js +23 -23
  109. package/lib/icon/doc-fill.js +23 -23
  110. package/lib/icon/done.js +23 -23
  111. package/lib/icon/down-shape.js +23 -23
  112. package/lib/icon/down-small.js +23 -23
  113. package/lib/icon/edit-line.js +23 -23
  114. package/lib/icon/ellipsis.js +23 -23
  115. package/lib/icon/enlarge-line.js +23 -23
  116. package/lib/icon/error.js +23 -23
  117. package/lib/icon/excel-fill.js +23 -23
  118. package/lib/icon/exclamation-circle-shape.js +23 -23
  119. package/lib/icon/eye.js +23 -23
  120. package/lib/icon/filliscreen-line.js +23 -23
  121. package/lib/icon/fix-line.js +23 -23
  122. package/lib/icon/fix-shape.js +23 -23
  123. package/lib/icon/folder-open.js +23 -23
  124. package/lib/icon/folder-shape-open.js +23 -23
  125. package/lib/icon/folder-shape.js +23 -23
  126. package/lib/icon/folder.js +23 -23
  127. package/lib/icon/funnel.js +23 -23
  128. package/lib/icon/grag-fill.js +23 -23
  129. package/lib/icon/help-document-fill.js +23 -23
  130. package/lib/icon/help-fill.js +23 -23
  131. package/lib/icon/help.js +23 -23
  132. package/lib/icon/image-fill.js +29 -29
  133. package/lib/icon/img-error.js +29 -29
  134. package/lib/icon/img-placehoulder.js +29 -29
  135. package/lib/icon/index.js +485 -485
  136. package/lib/icon/info-line.js +29 -29
  137. package/lib/icon/info.js +29 -29
  138. package/lib/icon/left-shape.js +29 -29
  139. package/lib/icon/left-turn-line.js +29 -29
  140. package/lib/icon/loading.js +29 -29
  141. package/lib/icon/narrow-line.js +29 -29
  142. package/lib/icon/original.js +29 -29
  143. package/lib/icon/pdf-fill.js +29 -29
  144. package/lib/icon/play-shape.js +29 -29
  145. package/lib/icon/plus.js +29 -29
  146. package/lib/icon/ppt-fill.js +29 -29
  147. package/lib/icon/qq.js +29 -29
  148. package/lib/icon/right-shape.js +29 -29
  149. package/lib/icon/right-turn-line.js +29 -29
  150. package/lib/icon/search.js +29 -29
  151. package/lib/icon/share.js +29 -29
  152. package/lib/icon/spinner.js +29 -29
  153. package/lib/icon/success.js +29 -29
  154. package/lib/icon/switcher-loading.js +29 -29
  155. package/lib/icon/text-file.js +29 -29
  156. package/lib/icon/text-fill.js +29 -29
  157. package/lib/icon/transfer.js +29 -29
  158. package/lib/icon/tree-application-shape.js +29 -29
  159. package/lib/icon/unfull-screen.js +29 -29
  160. package/lib/icon/unvisible.js +29 -29
  161. package/lib/icon/up-shape.js +29 -29
  162. package/lib/icon/upload.js +29 -29
  163. package/lib/icon/video-fill.js +29 -29
  164. package/lib/icon/warn.js +29 -29
  165. package/lib/icon/weixin-pro.js +29 -29
  166. package/lib/icon/weixin.js +29 -29
  167. package/lib/image/index.d.ts +113 -149
  168. package/lib/image/index.js +62 -62
  169. package/lib/index.js +8 -72
  170. package/lib/info-box/index.js +296 -284
  171. package/lib/input/index.d.ts +326 -293
  172. package/lib/input/index.js +316 -317
  173. package/lib/link/index.d.ts +73 -122
  174. package/lib/link/index.js +16 -15
  175. package/lib/loading/index.d.ts +130 -156
  176. package/lib/loading/index.js +49 -50
  177. package/lib/loading/loading.d.ts +1 -1
  178. package/lib/locale/index.js +2 -4
  179. package/lib/menu/index.d.ts +51 -112
  180. package/lib/menu/index.js +49 -48
  181. package/lib/message/index.js +69 -70
  182. package/lib/message/messageConstructor.d.ts +5 -5
  183. package/lib/modal/index.d.ts +261 -249
  184. package/lib/modal/index.js +535 -75
  185. package/lib/navigation/index.d.ts +152 -188
  186. package/lib/navigation/index.js +17 -16
  187. package/lib/notify/index.js +56 -57
  188. package/lib/notify/notifyConstructor.d.ts +1 -1
  189. package/lib/overflow-title/index.d.ts +314 -242
  190. package/lib/overflow-title/index.js +32 -25
  191. package/lib/pagination/index.d.ts +194 -205
  192. package/lib/pagination/index.js +116 -109
  193. package/lib/plugin-popover/index.js +247 -153
  194. package/lib/plugins/index.js +2 -2
  195. package/lib/pop-confirm/index.d.ts +126 -159
  196. package/lib/pop-confirm/index.js +43 -31
  197. package/lib/pop-confirm/pop-confirm.d.ts +1 -1
  198. package/lib/popover/content.d.ts +1 -1
  199. package/lib/popover/index.d.ts +374 -330
  200. package/lib/popover/index.js +251 -156
  201. package/lib/popover2/index.d.ts +8 -83
  202. package/lib/popover2/index.js +5 -5
  203. package/lib/preset.d.ts +2 -287
  204. package/lib/preset.js +16 -58
  205. package/lib/process/index.d.ts +93 -137
  206. package/lib/process/index.js +253 -254
  207. package/lib/progress/index.d.ts +178 -187
  208. package/lib/progress/index.js +48 -47
  209. package/lib/progress/progress.d.ts +2 -2
  210. package/lib/radio/index.d.ts +83 -135
  211. package/lib/radio/index.js +80 -81
  212. package/lib/rate/index.d.ts +55 -112
  213. package/lib/rate/index.js +43 -43
  214. package/lib/resize-layout/index.d.ts +156 -185
  215. package/lib/resize-layout/index.js +48 -48
  216. package/lib/resize-layout/resize-layout.d.ts +2 -2
  217. package/lib/search-select/index.d.ts +292 -327
  218. package/lib/search-select/index.js +310 -293
  219. package/lib/search-select/input.d.ts +2 -2
  220. package/lib/search-select/search-select.d.ts +3 -3
  221. package/lib/search-select/selected.d.ts +2 -2
  222. package/lib/select/index.d.ts +1234 -1135
  223. package/lib/select/index.js +427 -392
  224. package/lib/select/select.d.ts +121 -161
  225. package/lib/select/selectTagInput.d.ts +2 -2
  226. package/lib/shared/helper.d.ts +4 -0
  227. package/lib/shared/index.js +235 -217
  228. package/lib/sideslider/index.d.ts +247 -233
  229. package/lib/sideslider/index.js +264 -263
  230. package/lib/slider/index.d.ts +204 -204
  231. package/lib/slider/index.js +245 -233
  232. package/lib/steps/index.d.ts +114 -150
  233. package/lib/steps/index.js +257 -257
  234. package/lib/styles/index.d.ts +0 -1
  235. package/lib/swiper/index.d.ts +81 -127
  236. package/lib/swiper/index.js +35 -34
  237. package/lib/switcher/index.d.ts +152 -174
  238. package/lib/switcher/index.js +52 -53
  239. package/lib/tab/index.d.ts +199 -211
  240. package/lib/tab/index.js +78 -79
  241. package/lib/table/components/table-column.d.ts +2 -2
  242. package/lib/table/index.d.ts +605 -593
  243. package/lib/table/index.js +275 -237
  244. package/lib/table/plugins/use-pagination.d.ts +1 -1
  245. package/lib/table/table.d.ts +1 -1
  246. package/lib/table/use-common.d.ts +67 -34
  247. package/lib/table-column/index.d.ts +207 -243
  248. package/lib/table-column/index.js +61 -62
  249. package/lib/tag/index.d.ts +95 -142
  250. package/lib/tag/index.js +41 -40
  251. package/lib/tag-input/index.d.ts +690 -498
  252. package/lib/tag-input/index.js +135 -129
  253. package/lib/tag-input/tag-input.d.ts +5 -5
  254. package/lib/time-picker/index.d.ts +442 -385
  255. package/lib/time-picker/index.js +10 -9
  256. package/lib/timeline/index.d.ts +50 -109
  257. package/lib/timeline/index.js +20 -20
  258. package/lib/transfer/index.d.ts +191 -206
  259. package/lib/transfer/index.js +52 -38
  260. package/lib/tree/index.d.ts +322 -288
  261. package/lib/tree/index.js +129 -113
  262. package/lib/tree/tree.d.ts +1 -1
  263. package/lib/tree/use-tree-init.d.ts +1 -1
  264. package/lib/upload/index.d.ts +281 -254
  265. package/lib/upload/index.js +313 -302
  266. package/lib/upload/upload.d.ts +2 -2
  267. package/lib/virtual-render/index.d.ts +337 -242
  268. package/lib/virtual-render/index.js +66 -65
  269. package/lib/virtual-render/virtual-render.d.ts +1 -1
  270. package/package.json +10 -14
  271. package/lib/version-log/index.d.ts +0 -298
  272. package/lib/version-log/index.js +0 -9045
  273. package/lib/version-log/version-log.css +0 -224
  274. package/lib/version-log/version-log.d.ts +0 -203
  275. package/lib/version-log/version-log.less +0 -239
  276. package/lib/version-log/version-log.variable.css +0 -350
@@ -1,349 +1,355 @@
1
1
  import TimePicker from './time-picker';
2
2
  declare const BkDatePicker: {
3
- new (...args: any[]): {
4
- $: import("vue").ComponentInternalInstance;
5
- $data: {};
6
- $props: {
7
- readonly type?: import("./interface").PickerTypeType;
8
- readonly disabled?: boolean;
9
- readonly placement?: import("@popperjs/core").ComputedPlacement;
10
- readonly options?: Record<string, any>;
11
- readonly fontSize?: "medium" | "large" | "normal";
12
- readonly open?: boolean;
13
- readonly multiple?: boolean;
14
- readonly placeholder?: string;
15
- readonly transfer?: boolean;
16
- readonly behavior?: "normal" | "simplicity";
17
- readonly clearable?: boolean;
18
- readonly readonly?: boolean;
19
- readonly withValidate?: boolean;
20
- readonly extPopoverCls?: string;
21
- readonly editable?: boolean;
22
- readonly timePickerOptions?: {};
23
- readonly splitPanels?: boolean;
24
- readonly appendToBody?: boolean;
25
- readonly shortcuts?: import("./interface").DatePickerShortcutsType;
26
- readonly shortcutClose?: boolean;
27
- readonly upToNow?: boolean;
28
- readonly useShortcutText?: boolean;
29
- readonly shortcutSelectedIndex?: number;
30
- readonly headerSlotCls?: string;
31
- readonly footerSlotCls?: string;
32
- readonly allowCrossDay?: boolean;
33
- class?: unknown;
34
- style?: unknown;
35
- onChange?: (...args: any[]) => any;
36
- onInput?: (...args: any[]) => any;
37
- ref?: import("vue").VNodeRef;
38
- key?: string | number | symbol;
39
- ref_for?: boolean;
40
- ref_key?: string;
41
- onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
42
- [key: string]: any;
43
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
44
- [key: string]: any;
45
- }>) => void)[];
46
- onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
- [key: string]: any;
48
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
- [key: string]: any;
50
- }>) => void)[];
51
- onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
52
- [key: string]: any;
53
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
- [key: string]: any;
55
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
56
- [key: string]: any;
57
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
58
- [key: string]: any;
59
- }>) => void)[];
60
- onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
61
- [key: string]: any;
62
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
63
- [key: string]: any;
64
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
65
- [key: string]: any;
66
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
67
- [key: string]: any;
68
- }>) => void)[];
69
- onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
70
- [key: string]: any;
71
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
72
- [key: string]: any;
73
- }>) => void)[];
74
- onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
75
- [key: string]: any;
76
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
77
- [key: string]: any;
78
- }>) => void)[];
79
- readonly value?: import("./interface").DatePickerValueType;
80
- readonly modelValue?: import("./interface").DatePickerValueType;
81
- onClear?: (...args: any[]) => any;
82
- "onUpdate:modelValue"?: (...args: any[]) => any;
83
- readonly format?: string;
84
- readonly startDate?: Date;
85
- readonly disabledDate?: import("./interface").DisabledDateType;
86
- "onPick-success"?: (...args: any[]) => any;
87
- "onPick-first"?: (...args: any[]) => any;
88
- "onOpen-change"?: (...args: any[]) => any;
89
- "onShortcut-change"?: (...args: any[]) => any;
90
- };
91
- $attrs: {
92
- [x: string]: unknown;
93
- };
94
- $refs: {
95
- [x: string]: unknown;
96
- };
97
- $slots: Readonly<{
98
- header?: () => any;
99
- trigger?: (displayValue: string) => any;
100
- footer?: () => any;
101
- shortcuts?: (arg?: {
102
- change: Function;
103
- }) => any;
104
- confirm?: import("vue").Slot<{}>;
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
+ readonly type: {
5
+ readonly type: import("vue").PropType<import("./interface").PickerTypeType>;
6
+ readonly default: "date";
7
+ readonly validator: (value: any) => boolean;
8
+ };
9
+ readonly extPopoverCls: {
10
+ readonly type: StringConstructor;
11
+ readonly default: "";
12
+ };
13
+ readonly format: StringConstructor;
14
+ readonly readonly: {
15
+ readonly type: BooleanConstructor;
16
+ readonly default: false;
17
+ };
18
+ readonly disabled: {
19
+ readonly type: BooleanConstructor;
20
+ readonly default: false;
21
+ };
22
+ readonly editable: {
23
+ readonly type: BooleanConstructor;
24
+ readonly default: true;
25
+ };
26
+ readonly clearable: {
27
+ readonly type: BooleanConstructor;
28
+ readonly default: true;
29
+ };
30
+ readonly open: {
31
+ readonly type: () => boolean;
32
+ readonly default: any;
33
+ };
34
+ readonly multiple: {
35
+ readonly type: BooleanConstructor;
36
+ readonly default: false;
37
+ };
38
+ readonly timePickerOptions: {
39
+ readonly type: import("vue").PropType<Record<string, any>>;
40
+ readonly default: () => {};
41
+ };
42
+ readonly splitPanels: {
43
+ readonly type: BooleanConstructor;
44
+ readonly default: true;
45
+ };
46
+ readonly startDate: DateConstructor;
47
+ readonly placeholder: {
48
+ readonly type: StringConstructor;
49
+ readonly default: "";
50
+ };
51
+ readonly placement: {
52
+ readonly type: import("vue").PropType<import("@popperjs/core").ComputedPlacement>;
53
+ readonly default: "bottom-start";
54
+ readonly validator: (value: any) => boolean;
55
+ };
56
+ readonly transfer: {
57
+ readonly type: BooleanConstructor;
58
+ readonly default: false;
59
+ };
60
+ readonly appendToBody: {
61
+ readonly type: BooleanConstructor;
62
+ readonly default: false;
63
+ };
64
+ readonly shortcuts: {
65
+ readonly type: import("vue").PropType<import("./interface").DatePickerShortcutsType>;
66
+ readonly default: () => any[];
67
+ };
68
+ readonly shortcutClose: {
69
+ readonly type: BooleanConstructor;
70
+ readonly default: false;
71
+ };
72
+ readonly modelValue: {
73
+ readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
74
+ };
75
+ readonly value: {
76
+ readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
77
+ };
78
+ readonly options: {
79
+ readonly type: ObjectConstructor;
80
+ readonly default: () => {};
81
+ };
82
+ readonly fontSize: {
83
+ readonly type: import("vue").PropType<"medium" | "large" | "normal">;
84
+ readonly default: "normal";
85
+ };
86
+ readonly upToNow: {
87
+ readonly type: BooleanConstructor;
88
+ readonly default: false;
89
+ };
90
+ readonly useShortcutText: {
91
+ readonly type: BooleanConstructor;
92
+ readonly default: false;
93
+ };
94
+ readonly shortcutSelectedIndex: {
95
+ readonly type: NumberConstructor;
96
+ readonly default: -1;
97
+ };
98
+ readonly headerSlotCls: {
99
+ readonly type: StringConstructor;
100
+ readonly default: "";
101
+ };
102
+ readonly footerSlotCls: {
103
+ readonly type: StringConstructor;
104
+ readonly default: "";
105
+ };
106
+ readonly allowCrossDay: {
107
+ readonly type: BooleanConstructor;
108
+ readonly default: false;
109
+ };
110
+ readonly behavior: {
111
+ readonly type: import("vue").PropType<"normal" | "simplicity">;
112
+ readonly default: "normal";
113
+ readonly validator: (v: any) => boolean;
114
+ };
115
+ readonly disabledDate: import("vue").PropType<import("./interface").DisabledDateType>;
116
+ readonly withValidate: {
117
+ readonly type: BooleanConstructor;
118
+ readonly default: true;
119
+ };
120
+ }>> & {
121
+ onChange?: (...args: any[]) => any;
122
+ onInput?: (...args: any[]) => any;
123
+ onClear?: (...args: any[]) => any;
124
+ "onUpdate:modelValue"?: (...args: any[]) => any;
125
+ "onPick-success"?: (...args: any[]) => any;
126
+ "onPick-first"?: (...args: any[]) => any;
127
+ "onOpen-change"?: (...args: any[]) => any;
128
+ "onShortcut-change"?: (...args: any[]) => any;
129
+ }, {
130
+ panel: import("vue").ComputedRef<import("./interface").DatePickerPanelType>;
131
+ publicStringValue: import("vue").ComputedRef<any>;
132
+ opened: import("vue").ComputedRef<boolean>;
133
+ visualValue: import("vue").ComputedRef<any>;
134
+ displayValue: import("vue").ComputedRef<any>;
135
+ isConfirm: import("vue").ComputedRef<boolean>;
136
+ hasHeader: import("vue").ComputedRef<boolean>;
137
+ hasFooter: import("vue").ComputedRef<boolean>;
138
+ hasShortcuts: import("vue").ComputedRef<boolean>;
139
+ hasConfirm: import("vue").ComputedRef<boolean>;
140
+ fontSizeCls: import("vue").ComputedRef<string>;
141
+ longWidthCls: import("vue").ComputedRef<string>;
142
+ localReadonly: import("vue").ComputedRef<boolean>;
143
+ allowCrossDayProp: import("vue").ComputedRef<boolean>;
144
+ ownPickerProps: import("vue").ComputedRef<Record<string, any>>;
145
+ pickerDropdownRef: import("vue").Ref<any>;
146
+ inputRef: import("vue").Ref<any>;
147
+ triggerRef: import("vue").Ref<HTMLElement>;
148
+ pickerPanelRef: import("vue").Ref<any>;
149
+ handleClose: (e?: Event) => boolean;
150
+ handleIconClick: () => void;
151
+ handleInputMouseenter: () => void;
152
+ handleInputMouseleave: (_e: any) => void;
153
+ handleFocus: (e: any) => void;
154
+ handleBlur: (e: any) => void;
155
+ handleKeydown: (e: KeyboardEvent) => void;
156
+ handleInputChange: (e: any) => void;
157
+ handleInputInput: (e: any) => void;
158
+ handleClear: () => void;
159
+ onPick: (_dates: any, visible: boolean, type: any, shortcut: any) => void;
160
+ onPickSuccess: () => void;
161
+ onPickFirst: (val: any, type: any) => void;
162
+ handleToggleTime: () => void;
163
+ resolveClassName: (cls: string) => string;
164
+ showClose: import("vue").Ref<boolean>;
165
+ visible: import("vue").Ref<boolean>;
166
+ internalValue: import("vue").Ref<any>;
167
+ disableClickOutSide: import("vue").Ref<boolean>;
168
+ disableCloseUnderTransfer: import("vue").Ref<boolean>;
169
+ selectionMode: import("vue").Ref<import("./interface").SelectionModeType>;
170
+ forceInputRerender: import("vue").Ref<number>;
171
+ isFocused: import("vue").Ref<boolean>;
172
+ focusedDate: import("vue").Ref<any>;
173
+ focusedTime: import("vue").Ref<{
174
+ column: number;
175
+ picker: number;
176
+ time: any;
177
+ active: boolean;
105
178
  }>;
106
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
107
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
108
- $emit: (event: "change" | "input" | "clear" | "update:modelValue" | "pick-success" | "pick-first" | "open-change" | "shortcut-change", ...args: any[]) => void;
109
- $el: any;
110
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
111
- readonly type: {
112
- readonly type: import("vue").PropType<import("./interface").PickerTypeType>;
113
- readonly default: "date";
114
- readonly validator: (value: any) => boolean;
115
- };
116
- readonly extPopoverCls: {
117
- readonly type: StringConstructor;
118
- readonly default: "";
119
- };
120
- readonly format: StringConstructor;
121
- readonly readonly: {
122
- readonly type: BooleanConstructor;
123
- readonly default: false;
124
- };
125
- readonly disabled: {
126
- readonly type: BooleanConstructor;
127
- readonly default: false;
128
- };
129
- readonly editable: {
130
- readonly type: BooleanConstructor;
131
- readonly default: true;
132
- };
133
- readonly clearable: {
134
- readonly type: BooleanConstructor;
135
- readonly default: true;
136
- };
137
- readonly open: {
138
- readonly type: () => boolean;
139
- readonly default: any;
140
- };
141
- readonly multiple: {
142
- readonly type: BooleanConstructor;
143
- readonly default: false;
144
- };
145
- readonly timePickerOptions: {
146
- readonly type: import("vue").PropType<Record<string, any>>;
147
- readonly default: () => {};
148
- };
149
- readonly splitPanels: {
150
- readonly type: BooleanConstructor;
151
- readonly default: true;
152
- };
153
- readonly startDate: DateConstructor;
154
- readonly placeholder: {
155
- readonly type: StringConstructor;
156
- readonly default: "";
157
- };
158
- readonly placement: {
159
- readonly type: import("vue").PropType<import("@popperjs/core").ComputedPlacement>;
160
- readonly default: "bottom-start";
161
- readonly validator: (value: any) => boolean;
162
- };
163
- readonly transfer: {
164
- readonly type: BooleanConstructor;
165
- readonly default: false;
166
- };
167
- readonly appendToBody: {
168
- readonly type: BooleanConstructor;
169
- readonly default: false;
170
- };
171
- readonly shortcuts: {
172
- readonly type: import("vue").PropType<import("./interface").DatePickerShortcutsType>;
173
- readonly default: () => any[];
174
- };
175
- readonly shortcutClose: {
176
- readonly type: BooleanConstructor;
177
- readonly default: false;
178
- };
179
- readonly modelValue: {
180
- readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
181
- };
182
- readonly value: {
183
- readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
184
- };
185
- readonly options: {
186
- readonly type: ObjectConstructor;
187
- readonly default: () => {};
188
- };
189
- readonly fontSize: {
190
- readonly type: import("vue").PropType<"medium" | "large" | "normal">;
191
- readonly default: "normal";
192
- };
193
- readonly upToNow: {
194
- readonly type: BooleanConstructor;
195
- readonly default: false;
196
- };
197
- readonly useShortcutText: {
198
- readonly type: BooleanConstructor;
199
- readonly default: false;
200
- };
201
- readonly shortcutSelectedIndex: {
202
- readonly type: NumberConstructor;
203
- readonly default: -1;
204
- };
205
- readonly headerSlotCls: {
206
- readonly type: StringConstructor;
207
- readonly default: "";
208
- };
209
- readonly footerSlotCls: {
210
- readonly type: StringConstructor;
211
- readonly default: "";
212
- };
213
- readonly allowCrossDay: {
214
- readonly type: BooleanConstructor;
215
- readonly default: false;
216
- };
217
- readonly behavior: {
218
- readonly type: import("vue").PropType<"normal" | "simplicity">;
219
- readonly default: "normal";
220
- readonly validator: (v: any) => boolean;
221
- };
222
- readonly disabledDate: import("vue").PropType<import("./interface").DisabledDateType>;
223
- readonly withValidate: {
224
- readonly type: BooleanConstructor;
225
- readonly default: true;
226
- };
227
- }>> & {
228
- onChange?: (...args: any[]) => any;
229
- onInput?: (...args: any[]) => any;
230
- onClear?: (...args: any[]) => any;
231
- "onUpdate:modelValue"?: (...args: any[]) => any;
232
- "onPick-success"?: (...args: any[]) => any;
233
- "onPick-first"?: (...args: any[]) => any;
234
- "onOpen-change"?: (...args: any[]) => any;
235
- "onShortcut-change"?: (...args: any[]) => any;
236
- }, {
237
- panel: import("vue").ComputedRef<import("./interface").DatePickerPanelType>;
238
- publicStringValue: import("vue").ComputedRef<any>;
239
- opened: import("vue").ComputedRef<boolean>;
240
- visualValue: import("vue").ComputedRef<any>;
241
- displayValue: import("vue").ComputedRef<any>;
242
- isConfirm: import("vue").ComputedRef<boolean>;
243
- hasHeader: import("vue").ComputedRef<boolean>;
244
- hasFooter: import("vue").ComputedRef<boolean>;
245
- hasShortcuts: import("vue").ComputedRef<boolean>;
246
- hasConfirm: import("vue").ComputedRef<boolean>;
247
- fontSizeCls: import("vue").ComputedRef<string>;
248
- longWidthCls: import("vue").ComputedRef<string>;
249
- localReadonly: import("vue").ComputedRef<boolean>;
250
- allowCrossDayProp: import("vue").ComputedRef<boolean>;
251
- ownPickerProps: import("vue").ComputedRef<Record<string, any>>;
252
- pickerDropdownRef: any;
253
- inputRef: any;
254
- triggerRef: import("vue").Ref<HTMLElement>;
255
- pickerPanelRef: any;
256
- handleClose: (e?: Event) => boolean;
257
- handleIconClick: () => void;
258
- handleInputMouseenter: () => void;
259
- handleInputMouseleave: (_e: any) => void;
260
- handleFocus: (e: any) => void;
261
- handleBlur: (e: any) => void;
262
- handleKeydown: (e: KeyboardEvent) => void;
263
- handleInputChange: (e: any) => void;
264
- handleInputInput: (e: any) => void;
265
- handleClear: () => void;
266
- onPick: (_dates: any, visible: boolean, type: any, shortcut: any) => void;
267
- onPickSuccess: () => void;
268
- onPickFirst: (val: any, type: any) => void;
269
- handleToggleTime: () => void;
270
- resolveClassName: (cls: string) => string;
271
- showClose: import("vue").Ref<boolean>;
272
- visible: import("vue").Ref<boolean>;
273
- internalValue: import("vue").Ref<any>;
274
- disableClickOutSide: import("vue").Ref<boolean>;
275
- disableCloseUnderTransfer: import("vue").Ref<boolean>;
276
- selectionMode: import("vue").Ref<import("./interface").SelectionModeType>;
277
- forceInputRerender: import("vue").Ref<number>;
278
- isFocused: import("vue").Ref<boolean>;
279
- focusedDate: import("vue").Ref<any>;
280
- focusedTime: import("vue").Ref<{
281
- column: number;
282
- picker: number;
283
- time: any;
284
- active: boolean;
285
- }>;
286
- internalFocus: import("vue").Ref<boolean>;
287
- timeEnterMode: import("vue").Ref<boolean>;
288
- shortcut: import("vue").Ref<any>;
289
- onSelectionModeChange: import("vue").Ref<(_type: any) => import("./interface").SelectionModeType>;
290
- tmpValue: import("vue").Ref<any>;
291
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "input" | "clear" | "update:modelValue" | "pick-success" | "pick-first" | "open-change" | "shortcut-change")[], string, {
292
- readonly type: import("./interface").PickerTypeType;
293
- readonly disabled: boolean;
294
- readonly placement: import("@popperjs/core").ComputedPlacement;
295
- readonly options: Record<string, any>;
296
- readonly fontSize: "medium" | "large" | "normal";
297
- readonly open: boolean;
298
- readonly multiple: boolean;
299
- readonly placeholder: string;
300
- readonly transfer: boolean;
301
- readonly behavior: "normal" | "simplicity";
302
- readonly clearable: boolean;
303
- readonly readonly: boolean;
304
- readonly withValidate: boolean;
305
- readonly extPopoverCls: string;
306
- readonly editable: boolean;
307
- readonly timePickerOptions: {};
308
- readonly splitPanels: boolean;
309
- readonly appendToBody: boolean;
310
- readonly shortcuts: import("./interface").DatePickerShortcutsType;
311
- readonly shortcutClose: boolean;
312
- readonly upToNow: boolean;
313
- readonly useShortcutText: boolean;
314
- readonly shortcutSelectedIndex: number;
315
- readonly headerSlotCls: string;
316
- readonly footerSlotCls: string;
317
- readonly allowCrossDay: boolean;
318
- }, {}, string, import("vue").SlotsType<{
319
- header?: () => any;
320
- trigger?: (displayValue: string) => any;
321
- footer?: () => any;
322
- shortcuts?: (arg?: {
323
- change: Function;
324
- }) => any;
325
- confirm?: {};
326
- }>> & {
327
- beforeCreate?: (() => void) | (() => void)[];
328
- created?: (() => void) | (() => void)[];
329
- beforeMount?: (() => void) | (() => void)[];
330
- mounted?: (() => void) | (() => void)[];
331
- beforeUpdate?: (() => void) | (() => void)[];
332
- updated?: (() => void) | (() => void)[];
333
- activated?: (() => void) | (() => void)[];
334
- deactivated?: (() => void) | (() => void)[];
335
- beforeDestroy?: (() => void) | (() => void)[];
336
- beforeUnmount?: (() => void) | (() => void)[];
337
- destroyed?: (() => void) | (() => void)[];
338
- unmounted?: (() => void) | (() => void)[];
339
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
340
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
341
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
342
- };
343
- $forceUpdate: () => void;
344
- $nextTick: typeof import("vue").nextTick;
345
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
346
- } & Readonly<import("vue").ExtractPropTypes<{
179
+ internalFocus: import("vue").Ref<boolean>;
180
+ timeEnterMode: import("vue").Ref<boolean>;
181
+ shortcut: import("vue").Ref<any>;
182
+ onSelectionModeChange: import("vue").Ref<(_type: any) => import("./interface").SelectionModeType>;
183
+ tmpValue: import("vue").Ref<any>;
184
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "input" | "clear" | "update:modelValue" | "pick-success" | "pick-first" | "open-change" | "shortcut-change")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
185
+ readonly type: {
186
+ readonly type: import("vue").PropType<import("./interface").PickerTypeType>;
187
+ readonly default: "date";
188
+ readonly validator: (value: any) => boolean;
189
+ };
190
+ readonly extPopoverCls: {
191
+ readonly type: StringConstructor;
192
+ readonly default: "";
193
+ };
194
+ readonly format: StringConstructor;
195
+ readonly readonly: {
196
+ readonly type: BooleanConstructor;
197
+ readonly default: false;
198
+ };
199
+ readonly disabled: {
200
+ readonly type: BooleanConstructor;
201
+ readonly default: false;
202
+ };
203
+ readonly editable: {
204
+ readonly type: BooleanConstructor;
205
+ readonly default: true;
206
+ };
207
+ readonly clearable: {
208
+ readonly type: BooleanConstructor;
209
+ readonly default: true;
210
+ };
211
+ readonly open: {
212
+ readonly type: () => boolean;
213
+ readonly default: any;
214
+ };
215
+ readonly multiple: {
216
+ readonly type: BooleanConstructor;
217
+ readonly default: false;
218
+ };
219
+ readonly timePickerOptions: {
220
+ readonly type: import("vue").PropType<Record<string, any>>;
221
+ readonly default: () => {};
222
+ };
223
+ readonly splitPanels: {
224
+ readonly type: BooleanConstructor;
225
+ readonly default: true;
226
+ };
227
+ readonly startDate: DateConstructor;
228
+ readonly placeholder: {
229
+ readonly type: StringConstructor;
230
+ readonly default: "";
231
+ };
232
+ readonly placement: {
233
+ readonly type: import("vue").PropType<import("@popperjs/core").ComputedPlacement>;
234
+ readonly default: "bottom-start";
235
+ readonly validator: (value: any) => boolean;
236
+ };
237
+ readonly transfer: {
238
+ readonly type: BooleanConstructor;
239
+ readonly default: false;
240
+ };
241
+ readonly appendToBody: {
242
+ readonly type: BooleanConstructor;
243
+ readonly default: false;
244
+ };
245
+ readonly shortcuts: {
246
+ readonly type: import("vue").PropType<import("./interface").DatePickerShortcutsType>;
247
+ readonly default: () => any[];
248
+ };
249
+ readonly shortcutClose: {
250
+ readonly type: BooleanConstructor;
251
+ readonly default: false;
252
+ };
253
+ readonly modelValue: {
254
+ readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
255
+ };
256
+ readonly value: {
257
+ readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
258
+ };
259
+ readonly options: {
260
+ readonly type: ObjectConstructor;
261
+ readonly default: () => {};
262
+ };
263
+ readonly fontSize: {
264
+ readonly type: import("vue").PropType<"medium" | "large" | "normal">;
265
+ readonly default: "normal";
266
+ };
267
+ readonly upToNow: {
268
+ readonly type: BooleanConstructor;
269
+ readonly default: false;
270
+ };
271
+ readonly useShortcutText: {
272
+ readonly type: BooleanConstructor;
273
+ readonly default: false;
274
+ };
275
+ readonly shortcutSelectedIndex: {
276
+ readonly type: NumberConstructor;
277
+ readonly default: -1;
278
+ };
279
+ readonly headerSlotCls: {
280
+ readonly type: StringConstructor;
281
+ readonly default: "";
282
+ };
283
+ readonly footerSlotCls: {
284
+ readonly type: StringConstructor;
285
+ readonly default: "";
286
+ };
287
+ readonly allowCrossDay: {
288
+ readonly type: BooleanConstructor;
289
+ readonly default: false;
290
+ };
291
+ readonly behavior: {
292
+ readonly type: import("vue").PropType<"normal" | "simplicity">;
293
+ readonly default: "normal";
294
+ readonly validator: (v: any) => boolean;
295
+ };
296
+ readonly disabledDate: import("vue").PropType<import("./interface").DisabledDateType>;
297
+ readonly withValidate: {
298
+ readonly type: BooleanConstructor;
299
+ readonly default: true;
300
+ };
301
+ }>> & {
302
+ onChange?: (...args: any[]) => any;
303
+ onInput?: (...args: any[]) => any;
304
+ onClear?: (...args: any[]) => any;
305
+ "onUpdate:modelValue"?: (...args: any[]) => any;
306
+ "onPick-success"?: (...args: any[]) => any;
307
+ "onPick-first"?: (...args: any[]) => any;
308
+ "onOpen-change"?: (...args: any[]) => any;
309
+ "onShortcut-change"?: (...args: any[]) => any;
310
+ }, {
311
+ readonly type: import("./interface").PickerTypeType;
312
+ readonly disabled: boolean;
313
+ readonly placement: import("@popperjs/core").ComputedPlacement;
314
+ readonly options: Record<string, any>;
315
+ readonly fontSize: "medium" | "large" | "normal";
316
+ readonly open: boolean;
317
+ readonly multiple: boolean;
318
+ readonly placeholder: string;
319
+ readonly transfer: boolean;
320
+ readonly behavior: "normal" | "simplicity";
321
+ readonly clearable: boolean;
322
+ readonly readonly: boolean;
323
+ readonly withValidate: boolean;
324
+ readonly extPopoverCls: string;
325
+ readonly editable: boolean;
326
+ readonly timePickerOptions: {};
327
+ readonly splitPanels: boolean;
328
+ readonly appendToBody: boolean;
329
+ readonly shortcuts: import("./interface").DatePickerShortcutsType;
330
+ readonly shortcutClose: boolean;
331
+ readonly upToNow: boolean;
332
+ readonly useShortcutText: boolean;
333
+ readonly shortcutSelectedIndex: number;
334
+ readonly headerSlotCls: string;
335
+ readonly footerSlotCls: string;
336
+ readonly allowCrossDay: boolean;
337
+ }, true, {}, import("vue").SlotsType<{
338
+ header?: () => any;
339
+ trigger?: (displayValue: string) => any;
340
+ footer?: () => any;
341
+ shortcuts?: (arg?: {
342
+ change: Function;
343
+ }) => any;
344
+ confirm?: {};
345
+ }>, {
346
+ P: {};
347
+ B: {};
348
+ D: {};
349
+ C: {};
350
+ M: {};
351
+ Defaults: {};
352
+ }, Readonly<import("vue").ExtractPropTypes<{
347
353
  readonly type: {
348
354
  readonly type: import("vue").PropType<import("./interface").PickerTypeType>;
349
355
  readonly default: "date";
@@ -469,7 +475,7 @@ declare const BkDatePicker: {
469
475
  "onPick-first"?: (...args: any[]) => any;
470
476
  "onOpen-change"?: (...args: any[]) => any;
471
477
  "onShortcut-change"?: (...args: any[]) => any;
472
- } & import("vue").ShallowUnwrapRef<{
478
+ }, {
473
479
  panel: import("vue").ComputedRef<import("./interface").DatePickerPanelType>;
474
480
  publicStringValue: import("vue").ComputedRef<any>;
475
481
  opened: import("vue").ComputedRef<boolean>;
@@ -485,10 +491,10 @@ declare const BkDatePicker: {
485
491
  localReadonly: import("vue").ComputedRef<boolean>;
486
492
  allowCrossDayProp: import("vue").ComputedRef<boolean>;
487
493
  ownPickerProps: import("vue").ComputedRef<Record<string, any>>;
488
- pickerDropdownRef: any;
489
- inputRef: any;
494
+ pickerDropdownRef: import("vue").Ref<any>;
495
+ inputRef: import("vue").Ref<any>;
490
496
  triggerRef: import("vue").Ref<HTMLElement>;
491
- pickerPanelRef: any;
497
+ pickerPanelRef: import("vue").Ref<any>;
492
498
  handleClose: (e?: Event) => boolean;
493
499
  handleIconClick: () => void;
494
500
  handleInputMouseenter: () => void;
@@ -524,7 +530,34 @@ declare const BkDatePicker: {
524
530
  shortcut: import("vue").Ref<any>;
525
531
  onSelectionModeChange: import("vue").Ref<(_type: any) => import("./interface").SelectionModeType>;
526
532
  tmpValue: import("vue").Ref<any>;
527
- }> & {} & import("vue").ComponentCustomProperties & {};
533
+ }, {}, {}, {}, {
534
+ readonly type: import("./interface").PickerTypeType;
535
+ readonly disabled: boolean;
536
+ readonly placement: import("@popperjs/core").ComputedPlacement;
537
+ readonly options: Record<string, any>;
538
+ readonly fontSize: "medium" | "large" | "normal";
539
+ readonly open: boolean;
540
+ readonly multiple: boolean;
541
+ readonly placeholder: string;
542
+ readonly transfer: boolean;
543
+ readonly behavior: "normal" | "simplicity";
544
+ readonly clearable: boolean;
545
+ readonly readonly: boolean;
546
+ readonly withValidate: boolean;
547
+ readonly extPopoverCls: string;
548
+ readonly editable: boolean;
549
+ readonly timePickerOptions: {};
550
+ readonly splitPanels: boolean;
551
+ readonly appendToBody: boolean;
552
+ readonly shortcuts: import("./interface").DatePickerShortcutsType;
553
+ readonly shortcutClose: boolean;
554
+ readonly upToNow: boolean;
555
+ readonly useShortcutText: boolean;
556
+ readonly shortcutSelectedIndex: number;
557
+ readonly headerSlotCls: string;
558
+ readonly footerSlotCls: string;
559
+ readonly allowCrossDay: boolean;
560
+ }>;
528
561
  __isFragment?: never;
529
562
  __isTeleport?: never;
530
563
  __isSuspense?: never;
@@ -670,10 +703,10 @@ declare const BkDatePicker: {
670
703
  localReadonly: import("vue").ComputedRef<boolean>;
671
704
  allowCrossDayProp: import("vue").ComputedRef<boolean>;
672
705
  ownPickerProps: import("vue").ComputedRef<Record<string, any>>;
673
- pickerDropdownRef: any;
674
- inputRef: any;
706
+ pickerDropdownRef: import("vue").Ref<any>;
707
+ inputRef: import("vue").Ref<any>;
675
708
  triggerRef: import("vue").Ref<HTMLElement>;
676
- pickerPanelRef: any;
709
+ pickerPanelRef: import("vue").Ref<any>;
677
710
  handleClose: (e?: Event) => boolean;
678
711
  handleIconClick: () => void;
679
712
  handleInputMouseenter: () => void;