bkui-vue 0.0.1-beta.16 → 0.0.1-beta.19

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 (196) hide show
  1. package/dist/bkui-vue.cjs.js +1564 -558
  2. package/dist/bkui-vue.esm.js +1582 -579
  3. package/dist/bkui-vue.umd.js +1564 -558
  4. package/dist/style.css +469 -14
  5. package/lib/alert/alert.d.ts +24 -15
  6. package/lib/alert/alert.variable.css +7 -0
  7. package/lib/alert/index.d.ts +96 -60
  8. package/lib/animate-number/animate-number.d.ts +12 -7
  9. package/lib/animate-number/index.d.ts +48 -28
  10. package/lib/backtop/backtop.d.ts +27 -13
  11. package/lib/backtop/backtop.variable.css +7 -0
  12. package/lib/backtop/index.d.ts +108 -52
  13. package/lib/badge/badge.d.ts +40 -19
  14. package/lib/badge/badge.variable.css +7 -0
  15. package/lib/badge/index.d.ts +146 -78
  16. package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
  17. package/lib/breadcrumb/breadcrumb.d.ts +22 -14
  18. package/lib/breadcrumb/breadcrumb.variable.css +7 -0
  19. package/lib/breadcrumb/index.d.ts +100 -64
  20. package/lib/button/button-group.d.ts +3 -5
  21. package/lib/button/button.d.ts +28 -23
  22. package/lib/button/button.variable.css +7 -0
  23. package/lib/button/index.d.ts +114 -96
  24. package/lib/card/card.d.ts +30 -15
  25. package/lib/card/card.variable.css +7 -0
  26. package/lib/card/index.d.ts +120 -60
  27. package/lib/checkbox/checkbox-group.d.ts +13 -9
  28. package/lib/checkbox/checkbox.d.ts +31 -22
  29. package/lib/checkbox/checkbox.variable.css +7 -0
  30. package/lib/checkbox/index.d.ts +137 -97
  31. package/lib/collapse/collapse.d.ts +50 -18
  32. package/lib/collapse/index.d.ts +108 -72
  33. package/lib/components.d.ts +3 -0
  34. package/lib/date-picker/date-picker.d.ts +112 -65
  35. package/lib/date-picker/date-picker.variable.css +7 -0
  36. package/lib/date-picker/index.d.ts +444 -256
  37. package/lib/date-picker/index.js +1 -1
  38. package/lib/dialog/dialog.d.ts +55 -25
  39. package/lib/dialog/index.d.ts +199 -96
  40. package/lib/dialog/index.js +1 -1
  41. package/lib/directives/index.js +1 -1
  42. package/lib/divider/divider.d.ts +21 -13
  43. package/lib/divider/divider.variable.css +7 -0
  44. package/lib/divider/index.d.ts +84 -52
  45. package/lib/dropdown/dropdown-item.d.ts +6 -5
  46. package/lib/dropdown/dropdown-menu.d.ts +6 -5
  47. package/lib/dropdown/dropdown.d.ts +25 -13
  48. package/lib/dropdown/dropdown.variable.css +7 -0
  49. package/lib/dropdown/index.d.ts +94 -62
  50. package/lib/exception/exception.d.ts +11 -9
  51. package/lib/exception/exception.variable.css +7 -0
  52. package/lib/exception/index.d.ts +44 -36
  53. package/lib/fixed-navbar/fixed-navbar.d.ts +15 -9
  54. package/lib/fixed-navbar/fixed-navbar.variable.css +7 -0
  55. package/lib/fixed-navbar/index.d.ts +60 -36
  56. package/lib/form/form-item.d.ts +47 -28
  57. package/lib/form/form.d.ts +22 -14
  58. package/lib/form/index.d.ts +285 -3
  59. package/lib/form/index.js +1 -1
  60. package/lib/icon/angle-double-down-line.d.ts +4 -0
  61. package/lib/icon/angle-double-down-line.js +15 -0
  62. package/lib/icon/angle-double-left-line.d.ts +4 -0
  63. package/lib/icon/angle-double-left-line.js +15 -0
  64. package/lib/icon/angle-double-right-line.d.ts +4 -0
  65. package/lib/icon/angle-double-right-line.js +15 -0
  66. package/lib/icon/angle-double-up-line.d.ts +4 -0
  67. package/lib/icon/angle-double-up-line.js +15 -0
  68. package/lib/icon/ellipsis.d.ts +4 -0
  69. package/lib/icon/ellipsis.js +15 -0
  70. package/lib/icon/index.d.ts +7 -0
  71. package/lib/icon/index.js +1 -1
  72. package/lib/icon/left-shape.d.ts +4 -0
  73. package/lib/icon/left-shape.js +15 -0
  74. package/lib/icon/up-shape.d.ts +4 -0
  75. package/lib/icon/up-shape.js +15 -0
  76. package/lib/input/index.d.ts +243 -163
  77. package/lib/input/input.d.ts +61 -41
  78. package/lib/input/input.variable.css +7 -0
  79. package/lib/link/index.d.ts +100 -52
  80. package/lib/link/link.d.ts +25 -13
  81. package/lib/link/link.variable.css +7 -0
  82. package/lib/loading/index.d.ts +64 -64
  83. package/lib/loading/loading.d.ts +16 -16
  84. package/lib/loading/loading.variable.css +7 -0
  85. package/lib/menu/index.d.ts +90 -71
  86. package/lib/menu/menu-group.d.ts +6 -5
  87. package/lib/menu/menu-item.d.ts +6 -5
  88. package/lib/menu/menu.d.ts +18 -14
  89. package/lib/menu/menu.variable.css +7 -0
  90. package/lib/menu/submenu.d.ts +6 -5
  91. package/lib/menu/submenu.variable.css +7 -0
  92. package/lib/message/message.variable.css +7 -0
  93. package/lib/message/messageConstructor.d.ts +28 -16
  94. package/lib/modal/index.d.ts +111 -52
  95. package/lib/modal/index.js +1 -1
  96. package/lib/modal/modal.d.ts +31 -13
  97. package/lib/modal/props.mixin.d.ts +4 -0
  98. package/lib/navigation/navigation-title.d.ts +10 -7
  99. package/lib/navigation/navigation.d.ts +40 -23
  100. package/lib/navigation/navigation.variable.css +7 -0
  101. package/lib/notify/notify.variable.css +7 -0
  102. package/lib/notify/notifyConstructor.d.ts +36 -20
  103. package/lib/pagination/index.d.ts +395 -0
  104. package/lib/pagination/index.js +1 -0
  105. package/lib/pagination/pagination.css +179 -0
  106. package/lib/pagination/pagination.d.ts +220 -0
  107. package/lib/pagination/pagination.less +201 -0
  108. package/lib/pagination/pagination.variable.css +272 -0
  109. package/lib/pagination/type.d.ts +6 -0
  110. package/lib/pagination/use-limit.d.ts +8 -0
  111. package/lib/pagination/use-list.d.ts +8 -0
  112. package/lib/pagination/use-small-list.d.ts +5 -0
  113. package/lib/pagination/use-total.d.ts +5 -0
  114. package/lib/popover/index.d.ts +209 -179
  115. package/lib/popover/popover.css +1 -0
  116. package/lib/popover/popover.d.ts +53 -31
  117. package/lib/popover/popover.less +2 -0
  118. package/lib/popover/popover.variable.css +8 -0
  119. package/lib/process/index.d.ts +120 -60
  120. package/lib/process/process.css +2 -3
  121. package/lib/process/process.d.ts +30 -15
  122. package/lib/process/process.less +2 -3
  123. package/lib/process/process.variable.css +9 -3
  124. package/lib/progress/index.d.ts +293 -145
  125. package/lib/progress/progress.d.ts +74 -37
  126. package/lib/progress/progress.variable.css +7 -0
  127. package/lib/radio/index.d.ts +127 -78
  128. package/lib/radio/radio-button.d.ts +24 -16
  129. package/lib/radio/radio-group.d.ts +11 -10
  130. package/lib/radio/radio.d.ts +23 -13
  131. package/lib/radio/radio.variable.css +7 -0
  132. package/lib/rate/index.d.ts +52 -40
  133. package/lib/rate/rate.d.ts +13 -10
  134. package/lib/rate/star.d.ts +32 -15
  135. package/lib/select/index.d.ts +396 -327
  136. package/lib/select/option.d.ts +9 -10
  137. package/lib/select/optionGroup.d.ts +49 -41
  138. package/lib/select/select.css +2 -1
  139. package/lib/select/select.d.ts +98 -84
  140. package/lib/select/select.less +2 -1
  141. package/lib/select/select.variable.css +9 -1
  142. package/lib/shared/bk-mask-manager.d.ts +32 -3
  143. package/lib/shared/bk-pop-manager.d.ts +8 -1
  144. package/lib/shared/index.js +1 -1
  145. package/lib/shared/vue-types.d.ts +2 -6
  146. package/lib/sideslider/index.d.ts +130 -63
  147. package/lib/sideslider/sideslider.d.ts +37 -16
  148. package/lib/sideslider/sideslider.variable.css +7 -0
  149. package/lib/slider/slider-button.d.ts +10 -7
  150. package/lib/slider/slider.d.ts +70 -40
  151. package/lib/slider/slider.variable.css +7 -0
  152. package/lib/steps/index.d.ts +160 -108
  153. package/lib/steps/steps.css +3 -0
  154. package/lib/steps/steps.d.ts +40 -27
  155. package/lib/steps/steps.less +4 -0
  156. package/lib/steps/steps.variable.css +10 -0
  157. package/lib/styles/index.d.ts +2 -0
  158. package/lib/styles/index.js +1 -1
  159. package/lib/styles/themes/themes.less +11 -0
  160. package/lib/switcher/index.d.ts +192 -128
  161. package/lib/switcher/switcher.d.ts +48 -32
  162. package/lib/switcher/switcher.variable.css +7 -0
  163. package/lib/tab/index.d.ts +347 -211
  164. package/lib/tab/tab-nav.d.ts +74 -38
  165. package/lib/tab/tab-panel.d.ts +22 -20
  166. package/lib/tab/tab.d.ts +65 -33
  167. package/lib/tab/tab.variable.css +7 -0
  168. package/lib/table/const.d.ts +4 -0
  169. package/lib/table/index.d.ts +155 -131
  170. package/lib/table/index.js +1 -1
  171. package/lib/table/props.d.ts +18 -0
  172. package/lib/table/render.d.ts +18 -2
  173. package/lib/table/table.css +47 -10
  174. package/lib/table/table.d.ts +47 -22
  175. package/lib/table/table.less +61 -17
  176. package/lib/table/table.variable.css +56 -12
  177. package/lib/table/utils.d.ts +32 -1
  178. package/lib/tag/index.d.ts +10 -286
  179. package/lib/tag/tag.d.ts +2 -48
  180. package/lib/tag/tag.variable.css +7 -0
  181. package/lib/timeline/index.d.ts +129 -0
  182. package/lib/timeline/index.js +1 -0
  183. package/lib/timeline/timeline.css +235 -0
  184. package/lib/timeline/timeline.d.ts +81 -0
  185. package/lib/timeline/timeline.less +239 -0
  186. package/lib/timeline/timeline.variable.css +328 -0
  187. package/lib/tree/index.d.ts +142 -77
  188. package/lib/tree/index.js +1 -1
  189. package/lib/tree/props.d.ts +19 -1
  190. package/lib/tree/tree.d.ts +42 -20
  191. package/lib/use-form.d.ts +3 -0
  192. package/lib/virtual-render/index.d.ts +412 -266
  193. package/lib/virtual-render/index.js +1 -1
  194. package/lib/virtual-render/props.d.ts +1 -0
  195. package/lib/virtual-render/virtual-render.d.ts +106 -45
  196. package/package.json +46 -46
@@ -8,24 +8,33 @@ declare const BkCollaspe: {
8
8
  titleField: string;
9
9
  contentField: string;
10
10
  accordion: boolean;
11
- }> & Omit<Readonly<{
12
- list?: unknown;
13
- idFiled?: unknown;
14
- titleField?: unknown;
15
- contentField?: unknown;
16
- activeIndex?: unknown;
17
- activeName?: unknown;
18
- accordion?: unknown;
19
- } & {
20
- list: any[];
21
- idFiled: string;
22
- titleField: string;
23
- contentField: string;
24
- accordion: boolean;
25
- } & {
26
- activeIndex?: number | number[];
27
- activeName?: string | string[];
28
- }> & {} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "list" | "idFiled" | "titleField" | "contentField" | "accordion">;
11
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
12
+ list: import("vue-types").VueTypeDef<any[]> & {
13
+ default: () => any[];
14
+ };
15
+ idFiled: import("vue-types").VueTypeValidableDef<string> & {
16
+ default: string;
17
+ } & {
18
+ default: string;
19
+ };
20
+ titleField: import("vue-types").VueTypeValidableDef<string> & {
21
+ default: string;
22
+ } & {
23
+ default: string;
24
+ };
25
+ contentField: import("vue-types").VueTypeValidableDef<string> & {
26
+ default: string;
27
+ } & {
28
+ default: string;
29
+ };
30
+ activeIndex: import("vue-types").VueTypeDef<number | number[]>;
31
+ activeName: import("vue-types").VueTypeDef<string | string[]>;
32
+ accordion: import("vue-types").VueTypeValidableDef<boolean> & {
33
+ default: boolean;
34
+ } & {
35
+ default: boolean;
36
+ };
37
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "list" | "idFiled" | "titleField" | "contentField" | "accordion">;
29
38
  $attrs: {
30
39
  [x: string]: unknown;
31
40
  };
@@ -39,24 +48,33 @@ declare const BkCollaspe: {
39
48
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
40
49
  $emit: (event: string, ...args: any[]) => void;
41
50
  $el: any;
42
- $options: import("vue").ComponentOptionsBase<Readonly<{
43
- list?: unknown;
44
- idFiled?: unknown;
45
- titleField?: unknown;
46
- contentField?: unknown;
47
- activeIndex?: unknown;
48
- activeName?: unknown;
49
- accordion?: unknown;
50
- } & {
51
- list: any[];
52
- idFiled: string;
53
- titleField: string;
54
- contentField: string;
55
- accordion: boolean;
56
- } & {
57
- activeIndex?: number | number[];
58
- activeName?: string | string[];
59
- }> & {}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
51
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
52
+ list: import("vue-types").VueTypeDef<any[]> & {
53
+ default: () => any[];
54
+ };
55
+ idFiled: import("vue-types").VueTypeValidableDef<string> & {
56
+ default: string;
57
+ } & {
58
+ default: string;
59
+ };
60
+ titleField: import("vue-types").VueTypeValidableDef<string> & {
61
+ default: string;
62
+ } & {
63
+ default: string;
64
+ };
65
+ contentField: import("vue-types").VueTypeValidableDef<string> & {
66
+ default: string;
67
+ } & {
68
+ default: string;
69
+ };
70
+ activeIndex: import("vue-types").VueTypeDef<number | number[]>;
71
+ activeName: import("vue-types").VueTypeDef<string | string[]>;
72
+ accordion: import("vue-types").VueTypeValidableDef<boolean> & {
73
+ default: boolean;
74
+ } & {
75
+ default: boolean;
76
+ };
77
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
60
78
  list: any[];
61
79
  idFiled: string;
62
80
  titleField: string;
@@ -82,45 +100,63 @@ declare const BkCollaspe: {
82
100
  $forceUpdate: () => void;
83
101
  $nextTick: typeof import("vue").nextTick;
84
102
  $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
85
- } & Readonly<{
86
- list?: unknown;
87
- idFiled?: unknown;
88
- titleField?: unknown;
89
- contentField?: unknown;
90
- activeIndex?: unknown;
91
- activeName?: unknown;
92
- accordion?: unknown;
93
- } & {
94
- list: any[];
95
- idFiled: string;
96
- titleField: string;
97
- contentField: string;
98
- accordion: boolean;
99
- } & {
100
- activeIndex?: number | number[];
101
- activeName?: string | string[];
102
- }> & {} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {} & import("vue").ComponentCustomProperties;
103
+ } & Readonly<import("vue").ExtractPropTypes<{
104
+ list: import("vue-types").VueTypeDef<any[]> & {
105
+ default: () => any[];
106
+ };
107
+ idFiled: import("vue-types").VueTypeValidableDef<string> & {
108
+ default: string;
109
+ } & {
110
+ default: string;
111
+ };
112
+ titleField: import("vue-types").VueTypeValidableDef<string> & {
113
+ default: string;
114
+ } & {
115
+ default: string;
116
+ };
117
+ contentField: import("vue-types").VueTypeValidableDef<string> & {
118
+ default: string;
119
+ } & {
120
+ default: string;
121
+ };
122
+ activeIndex: import("vue-types").VueTypeDef<number | number[]>;
123
+ activeName: import("vue-types").VueTypeDef<string | string[]>;
124
+ accordion: import("vue-types").VueTypeValidableDef<boolean> & {
125
+ default: boolean;
126
+ } & {
127
+ default: boolean;
128
+ };
129
+ }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {} & import("vue").ComponentCustomProperties;
103
130
  __isFragment?: never;
104
131
  __isTeleport?: never;
105
132
  __isSuspense?: never;
106
- } & import("vue").ComponentOptionsBase<Readonly<{
107
- list?: unknown;
108
- idFiled?: unknown;
109
- titleField?: unknown;
110
- contentField?: unknown;
111
- activeIndex?: unknown;
112
- activeName?: unknown;
113
- accordion?: unknown;
114
- } & {
115
- list: any[];
116
- idFiled: string;
117
- titleField: string;
118
- contentField: string;
119
- accordion: boolean;
120
- } & {
121
- activeIndex?: number | number[];
122
- activeName?: string | string[];
123
- }> & {}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
133
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
134
+ list: import("vue-types").VueTypeDef<any[]> & {
135
+ default: () => any[];
136
+ };
137
+ idFiled: import("vue-types").VueTypeValidableDef<string> & {
138
+ default: string;
139
+ } & {
140
+ default: string;
141
+ };
142
+ titleField: import("vue-types").VueTypeValidableDef<string> & {
143
+ default: string;
144
+ } & {
145
+ default: string;
146
+ };
147
+ contentField: import("vue-types").VueTypeValidableDef<string> & {
148
+ default: string;
149
+ } & {
150
+ default: string;
151
+ };
152
+ activeIndex: import("vue-types").VueTypeDef<number | number[]>;
153
+ activeName: import("vue-types").VueTypeDef<string | string[]>;
154
+ accordion: import("vue-types").VueTypeValidableDef<boolean> & {
155
+ default: boolean;
156
+ } & {
157
+ default: boolean;
158
+ };
159
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
124
160
  list: any[];
125
161
  idFiled: string;
126
162
  titleField: string;
@@ -31,3 +31,6 @@ export { default as Notify } from './notify';
31
31
  export { default as Menu } from './menu';
32
32
  export { default as Navigation } from './navigation';
33
33
  export { default as DatePicker } from './date-picker';
34
+ export { default as Tree } from './tree';
35
+ export { default as VirtualRender } from './virtual-render';
36
+ export { default as Form, BkFormItem as FormItem } from './form';
@@ -244,13 +244,13 @@ declare const _default: import("vue").DefineComponent<{
244
244
  onPick: (_dates: any, visible: boolean, type: any, shortcut: any) => void;
245
245
  showClose: import("vue").Ref<boolean>;
246
246
  visible: import("vue").Ref<boolean>;
247
- internalValue: any;
247
+ internalValue: import("vue").Ref<any>;
248
248
  disableClickOutSide: import("vue").Ref<boolean>;
249
249
  disableCloseUnderTransfer: import("vue").Ref<boolean>;
250
250
  selectionMode: import("vue").Ref<SelectionModeType>;
251
251
  forceInputRerender: import("vue").Ref<number>;
252
252
  isFocused: import("vue").Ref<boolean>;
253
- focusedDate: any;
253
+ focusedDate: import("vue").Ref<any>;
254
254
  focusedTime: import("vue").Ref<{
255
255
  column: number;
256
256
  picker: number;
@@ -259,68 +259,115 @@ declare const _default: import("vue").DefineComponent<{
259
259
  }>;
260
260
  internalFocus: import("vue").Ref<boolean>;
261
261
  timeEnterMode: import("vue").Ref<boolean>;
262
- shortcut: any;
262
+ shortcut: import("vue").Ref<any>;
263
263
  onSelectionModeChange: import("vue").Ref<(_type: any) => SelectionModeType>;
264
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "change" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change")[], "input" | "change" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
265
- readonly type?: unknown;
266
- readonly extPopoverCls?: unknown;
267
- readonly format?: unknown;
268
- readonly readonly?: unknown;
269
- readonly disabled?: unknown;
270
- readonly editable?: unknown;
271
- readonly clearable?: unknown;
272
- readonly open?: unknown;
273
- readonly multiple?: unknown;
274
- readonly timePickerOptions?: unknown;
275
- readonly splitPanels?: unknown;
276
- readonly startDate?: unknown;
277
- readonly placeholder?: unknown;
278
- readonly placement?: unknown;
279
- readonly transfer?: unknown;
280
- readonly appendToBody?: unknown;
281
- readonly shortcuts?: unknown;
282
- readonly shortcutClose?: unknown;
283
- readonly modelValue?: unknown;
284
- readonly options?: unknown;
285
- readonly fontSize?: unknown;
286
- readonly upToNow?: unknown;
287
- readonly useShortcutText?: unknown;
288
- readonly shortcutSelectedIndex?: unknown;
289
- readonly footerSlotCls?: unknown;
290
- readonly allowCrossDay?: unknown;
291
- readonly behavior?: unknown;
292
- readonly disableDate?: unknown;
293
- } & {
294
- placement: import("@popperjs/core").ComputedPlacement;
295
- options: Record<string, any>;
296
- placeholder: string;
297
- multiple: boolean;
298
- disabled: boolean;
299
- type: PickerTypeType;
300
- extPopoverCls: string;
301
- readonly: boolean;
302
- editable: boolean;
303
- clearable: boolean;
304
- timePickerOptions: {};
305
- splitPanels: boolean;
306
- transfer: boolean;
307
- appendToBody: boolean;
308
- shortcuts: DatePickerShortcutsType;
309
- shortcutClose: boolean;
310
- fontSize: "large" | "normal" | "medium";
311
- upToNow: boolean;
312
- useShortcutText: boolean;
313
- shortcutSelectedIndex: number;
314
- footerSlotCls: string;
315
- allowCrossDay: boolean;
316
- behavior: "normal" | "simplicity";
317
- } & {
318
- open?: boolean;
319
- modelValue?: DatePickerValueType;
320
- format?: string;
321
- startDate?: Date;
322
- disableDate?: DisableDateType;
323
- }> & {
264
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "change" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change")[], "input" | "change" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
265
+ readonly type: {
266
+ readonly type: PropType<PickerTypeType>;
267
+ readonly default: "date";
268
+ readonly validator: (value: any) => boolean;
269
+ };
270
+ readonly extPopoverCls: {
271
+ readonly type: StringConstructor;
272
+ readonly default: "";
273
+ };
274
+ readonly format: StringConstructor;
275
+ readonly readonly: {
276
+ readonly type: BooleanConstructor;
277
+ readonly default: false;
278
+ };
279
+ readonly disabled: {
280
+ readonly type: BooleanConstructor;
281
+ readonly default: false;
282
+ };
283
+ readonly editable: {
284
+ readonly type: BooleanConstructor;
285
+ readonly default: true;
286
+ };
287
+ readonly clearable: {
288
+ readonly type: BooleanConstructor;
289
+ readonly default: true;
290
+ };
291
+ readonly open: {
292
+ readonly type: BooleanConstructor;
293
+ readonly default: any;
294
+ };
295
+ readonly multiple: {
296
+ readonly type: BooleanConstructor;
297
+ readonly default: false;
298
+ };
299
+ readonly timePickerOptions: {
300
+ readonly type: PropType<Record<string, any>>;
301
+ readonly default: () => {};
302
+ };
303
+ readonly splitPanels: {
304
+ readonly type: BooleanConstructor;
305
+ readonly default: true;
306
+ };
307
+ readonly startDate: DateConstructor;
308
+ readonly placeholder: {
309
+ readonly type: StringConstructor;
310
+ readonly default: "";
311
+ };
312
+ readonly placement: {
313
+ readonly type: PropType<import("@popperjs/core").ComputedPlacement>;
314
+ readonly default: "bottom-start";
315
+ readonly validator: (value: any) => boolean;
316
+ };
317
+ readonly transfer: {
318
+ readonly type: BooleanConstructor;
319
+ readonly default: false;
320
+ };
321
+ readonly appendToBody: {
322
+ readonly type: BooleanConstructor;
323
+ readonly default: false;
324
+ };
325
+ readonly shortcuts: {
326
+ readonly type: PropType<DatePickerShortcutsType>;
327
+ readonly default: () => any[];
328
+ };
329
+ readonly shortcutClose: {
330
+ readonly type: BooleanConstructor;
331
+ readonly default: false;
332
+ };
333
+ readonly modelValue: {
334
+ readonly type: PropType<DatePickerValueType>;
335
+ };
336
+ readonly options: {
337
+ readonly type: ObjectConstructor;
338
+ readonly default: () => {};
339
+ };
340
+ readonly fontSize: {
341
+ readonly type: PropType<"large" | "normal" | "medium">;
342
+ readonly default: "normal";
343
+ };
344
+ readonly upToNow: {
345
+ readonly type: BooleanConstructor;
346
+ readonly default: false;
347
+ };
348
+ readonly useShortcutText: {
349
+ readonly type: BooleanConstructor;
350
+ readonly default: false;
351
+ };
352
+ readonly shortcutSelectedIndex: {
353
+ readonly type: NumberConstructor;
354
+ readonly default: -1;
355
+ };
356
+ readonly footerSlotCls: {
357
+ readonly type: StringConstructor;
358
+ readonly default: "";
359
+ };
360
+ readonly allowCrossDay: {
361
+ readonly type: BooleanConstructor;
362
+ readonly default: false;
363
+ };
364
+ readonly behavior: {
365
+ readonly type: PropType<"normal" | "simplicity">;
366
+ readonly default: "normal";
367
+ readonly validator: (v: any) => boolean;
368
+ };
369
+ readonly disableDate: PropType<DisableDateType>;
370
+ }>> & {
324
371
  onChange?: (...args: any[]) => any;
325
372
  onInput?: (...args: any[]) => any;
326
373
  "onUpdate:modelValue"?: (...args: any[]) => any;
@@ -331,11 +378,12 @@ declare const _default: import("vue").DefineComponent<{
331
378
  }, {
332
379
  placement: import("@popperjs/core").ComputedPlacement;
333
380
  options: Record<string, any>;
381
+ type: PickerTypeType;
334
382
  placeholder: string;
383
+ fontSize: "large" | "normal" | "medium";
335
384
  open: boolean;
336
385
  multiple: boolean;
337
386
  disabled: boolean;
338
- type: PickerTypeType;
339
387
  extPopoverCls: string;
340
388
  readonly: boolean;
341
389
  editable: boolean;
@@ -346,7 +394,6 @@ declare const _default: import("vue").DefineComponent<{
346
394
  appendToBody: boolean;
347
395
  shortcuts: DatePickerShortcutsType;
348
396
  shortcutClose: boolean;
349
- fontSize: "large" | "normal" | "medium";
350
397
  upToNow: boolean;
351
398
  useShortcutText: boolean;
352
399
  shortcutSelectedIndex: number;
@@ -1,5 +1,6 @@
1
1
  :root {
2
2
  --bk-prefix: bk;
3
+ --popover-max-height: 216px;
3
4
  --primary-color: #3a84ff;
4
5
  --success-color: #2dcb56;
5
6
  --warning-color: #ff9c01;
@@ -83,6 +84,12 @@
83
84
  --date-picker-disabled-bg: #fafbfd;
84
85
  --date-picker-dropdown-mb: 4px;
85
86
  --date-picker-dropdown-bg: #fff;
87
+ --table-bg-color: var(--white-color);
88
+ --table-border-color: #dcdee5;
89
+ --table-head-bg-color: #fafbfd;
90
+ --table-head-font-color: #313238;
91
+ --table-body-font-color: #575961;
92
+ --table-row-hover-bg-color: #f5f7fa;
86
93
  }
87
94
  .bk-date-picker {
88
95
  display: inline-block;