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

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 (153) hide show
  1. package/dist/bkui-vue.cjs.js +796 -139
  2. package/dist/bkui-vue.esm.js +841 -186
  3. package/dist/bkui-vue.umd.js +796 -139
  4. package/dist/style.css +287 -13
  5. package/lib/alert/alert.d.ts +24 -15
  6. package/lib/alert/alert.variable.css +6 -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 +6 -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 +6 -0
  15. package/lib/badge/index.d.ts +144 -76
  16. package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
  17. package/lib/breadcrumb/breadcrumb.d.ts +21 -13
  18. package/lib/breadcrumb/breadcrumb.variable.css +6 -0
  19. package/lib/breadcrumb/index.d.ts +97 -61
  20. package/lib/button/button-group.d.ts +3 -5
  21. package/lib/button/button.d.ts +27 -22
  22. package/lib/button/button.variable.css +6 -0
  23. package/lib/button/index.d.ts +111 -93
  24. package/lib/card/card.d.ts +30 -15
  25. package/lib/card/card.variable.css +6 -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 +6 -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 +2 -0
  34. package/lib/date-picker/date-picker.d.ts +110 -63
  35. package/lib/date-picker/date-picker.variable.css +6 -0
  36. package/lib/date-picker/index.d.ts +437 -249
  37. package/lib/dialog/dialog.d.ts +44 -23
  38. package/lib/dialog/index.d.ts +176 -92
  39. package/lib/divider/divider.d.ts +21 -13
  40. package/lib/divider/divider.variable.css +6 -0
  41. package/lib/divider/index.d.ts +84 -52
  42. package/lib/dropdown/dropdown-item.d.ts +6 -5
  43. package/lib/dropdown/dropdown-menu.d.ts +6 -5
  44. package/lib/dropdown/dropdown.d.ts +25 -13
  45. package/lib/dropdown/dropdown.variable.css +6 -0
  46. package/lib/dropdown/index.d.ts +94 -62
  47. package/lib/exception/exception.d.ts +11 -9
  48. package/lib/exception/exception.variable.css +6 -0
  49. package/lib/exception/index.d.ts +44 -36
  50. package/lib/fixed-navbar/fixed-navbar.d.ts +15 -9
  51. package/lib/fixed-navbar/fixed-navbar.variable.css +6 -0
  52. package/lib/fixed-navbar/index.d.ts +60 -36
  53. package/lib/form/form-item.d.ts +46 -27
  54. package/lib/form/form.d.ts +21 -13
  55. package/lib/input/index.d.ts +240 -160
  56. package/lib/input/input.d.ts +60 -40
  57. package/lib/input/input.variable.css +6 -0
  58. package/lib/link/index.d.ts +100 -52
  59. package/lib/link/link.d.ts +25 -13
  60. package/lib/link/link.variable.css +6 -0
  61. package/lib/loading/index.d.ts +64 -64
  62. package/lib/loading/loading.d.ts +16 -16
  63. package/lib/loading/loading.variable.css +6 -0
  64. package/lib/menu/index.d.ts +90 -71
  65. package/lib/menu/menu-group.d.ts +6 -5
  66. package/lib/menu/menu-item.d.ts +6 -5
  67. package/lib/menu/menu.d.ts +18 -14
  68. package/lib/menu/menu.variable.css +6 -0
  69. package/lib/menu/submenu.d.ts +6 -5
  70. package/lib/menu/submenu.variable.css +6 -0
  71. package/lib/message/message.variable.css +6 -0
  72. package/lib/message/messageConstructor.d.ts +28 -16
  73. package/lib/modal/index.d.ts +88 -52
  74. package/lib/modal/modal.d.ts +22 -13
  75. package/lib/navigation/navigation-title.d.ts +10 -7
  76. package/lib/navigation/navigation.d.ts +40 -23
  77. package/lib/navigation/navigation.variable.css +6 -0
  78. package/lib/notify/notify.variable.css +6 -0
  79. package/lib/notify/notifyConstructor.d.ts +36 -20
  80. package/lib/popover/index.d.ts +207 -177
  81. package/lib/popover/popover.d.ts +52 -30
  82. package/lib/popover/popover.variable.css +6 -0
  83. package/lib/process/index.d.ts +120 -60
  84. package/lib/process/process.css +2 -3
  85. package/lib/process/process.d.ts +30 -15
  86. package/lib/process/process.less +2 -3
  87. package/lib/process/process.variable.css +8 -3
  88. package/lib/progress/index.d.ts +284 -136
  89. package/lib/progress/progress.d.ts +71 -34
  90. package/lib/progress/progress.variable.css +6 -0
  91. package/lib/radio/index.d.ts +127 -78
  92. package/lib/radio/radio-button.d.ts +24 -16
  93. package/lib/radio/radio-group.d.ts +11 -10
  94. package/lib/radio/radio.d.ts +23 -13
  95. package/lib/radio/radio.variable.css +6 -0
  96. package/lib/rate/index.d.ts +52 -40
  97. package/lib/rate/rate.d.ts +13 -10
  98. package/lib/rate/star.d.ts +32 -15
  99. package/lib/select/index.d.ts +396 -327
  100. package/lib/select/option.d.ts +9 -10
  101. package/lib/select/optionGroup.d.ts +49 -41
  102. package/lib/select/select.d.ts +98 -84
  103. package/lib/select/select.variable.css +6 -0
  104. package/lib/sideslider/index.d.ts +108 -60
  105. package/lib/sideslider/sideslider.d.ts +27 -15
  106. package/lib/sideslider/sideslider.variable.css +6 -0
  107. package/lib/slider/slider-button.d.ts +10 -7
  108. package/lib/slider/slider.d.ts +70 -40
  109. package/lib/slider/slider.variable.css +6 -0
  110. package/lib/steps/index.d.ts +156 -104
  111. package/lib/steps/steps.css +3 -0
  112. package/lib/steps/steps.d.ts +39 -26
  113. package/lib/steps/steps.less +4 -0
  114. package/lib/steps/steps.variable.css +9 -0
  115. package/lib/styles/index.d.ts +1 -0
  116. package/lib/styles/index.js +1 -1
  117. package/lib/styles/themes/themes.less +10 -0
  118. package/lib/switcher/index.d.ts +192 -128
  119. package/lib/switcher/switcher.d.ts +48 -32
  120. package/lib/switcher/switcher.variable.css +6 -0
  121. package/lib/tab/index.d.ts +344 -208
  122. package/lib/tab/tab-nav.d.ts +74 -38
  123. package/lib/tab/tab-panel.d.ts +22 -20
  124. package/lib/tab/tab.d.ts +64 -32
  125. package/lib/tab/tab.variable.css +6 -0
  126. package/lib/table/const.d.ts +4 -0
  127. package/lib/table/index.d.ts +154 -130
  128. package/lib/table/index.js +1 -1
  129. package/lib/table/props.d.ts +18 -0
  130. package/lib/table/render.d.ts +18 -2
  131. package/lib/table/table.css +47 -10
  132. package/lib/table/table.d.ts +47 -22
  133. package/lib/table/table.less +61 -17
  134. package/lib/table/table.variable.css +55 -12
  135. package/lib/table/utils.d.ts +26 -1
  136. package/lib/tag/index.d.ts +10 -286
  137. package/lib/tag/tag.d.ts +2 -48
  138. package/lib/tag/tag.variable.css +6 -0
  139. package/lib/timeline/index.d.ts +129 -0
  140. package/lib/timeline/index.js +1 -0
  141. package/lib/timeline/timeline.css +235 -0
  142. package/lib/timeline/timeline.d.ts +81 -0
  143. package/lib/timeline/timeline.less +239 -0
  144. package/lib/timeline/timeline.variable.css +327 -0
  145. package/lib/tree/index.d.ts +140 -75
  146. package/lib/tree/index.js +1 -1
  147. package/lib/tree/props.d.ts +19 -1
  148. package/lib/tree/tree.d.ts +42 -20
  149. package/lib/virtual-render/index.d.ts +406 -260
  150. package/lib/virtual-render/index.js +1 -1
  151. package/lib/virtual-render/props.d.ts +1 -0
  152. package/lib/virtual-render/virtual-render.d.ts +104 -43
  153. package/package.json +1 -1
@@ -11,25 +11,42 @@ declare const BkBadge: {
11
11
  radius: string;
12
12
  valLength: number;
13
13
  overflowCount: number;
14
- }> & Omit<Readonly<{
15
- theme?: unknown;
16
- count?: unknown;
17
- position?: unknown;
18
- radius?: unknown;
19
- valLength?: unknown;
20
- overflowCount?: unknown;
21
- dot?: unknown;
22
- visible?: unknown;
23
- } & {
24
- theme: string;
25
- visible: boolean;
26
- dot: boolean;
27
- count: number;
28
- position: string;
29
- radius: string;
30
- valLength: number;
31
- overflowCount: number;
32
- } & {}> & {} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "visible" | "dot" | "count" | "position" | "radius" | "valLength" | "overflowCount">;
14
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
15
+ theme: import("vue-types").VueTypeValidableDef<string> & {
16
+ default: string;
17
+ } & {
18
+ default: string;
19
+ };
20
+ count: import("vue-types").VueTypeValidableDef<number> & {
21
+ default: number;
22
+ };
23
+ position: import("vue-types").VueTypeValidableDef<string> & {
24
+ default: string;
25
+ } & {
26
+ default: string;
27
+ };
28
+ radius: import("vue-types").VueTypeValidableDef<string> & {
29
+ default: string;
30
+ };
31
+ valLength: import("vue-types").VueTypeValidableDef<number> & {
32
+ default: number;
33
+ };
34
+ overflowCount: import("vue-types").VueTypeValidableDef<number> & {
35
+ default: number;
36
+ } & {
37
+ default: number;
38
+ };
39
+ dot: import("vue-types").VueTypeValidableDef<boolean> & {
40
+ default: boolean;
41
+ } & {
42
+ default: boolean;
43
+ };
44
+ visible: import("vue-types").VueTypeValidableDef<boolean> & {
45
+ default: boolean;
46
+ } & {
47
+ default: boolean;
48
+ };
49
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "visible" | "dot" | "count" | "position" | "radius" | "valLength" | "overflowCount">;
33
50
  $attrs: {
34
51
  [x: string]: unknown;
35
52
  };
@@ -43,25 +60,42 @@ declare const BkBadge: {
43
60
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
44
61
  $emit: (event: string, ...args: any[]) => void;
45
62
  $el: any;
46
- $options: import("vue").ComponentOptionsBase<Readonly<{
47
- theme?: unknown;
48
- count?: unknown;
49
- position?: unknown;
50
- radius?: unknown;
51
- valLength?: unknown;
52
- overflowCount?: unknown;
53
- dot?: unknown;
54
- visible?: unknown;
55
- } & {
56
- theme: string;
57
- visible: boolean;
58
- dot: boolean;
59
- count: number;
60
- position: string;
61
- radius: string;
62
- valLength: number;
63
- overflowCount: number;
64
- } & {}> & {}, {
63
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
64
+ theme: import("vue-types").VueTypeValidableDef<string> & {
65
+ default: string;
66
+ } & {
67
+ default: string;
68
+ };
69
+ count: import("vue-types").VueTypeValidableDef<number> & {
70
+ default: number;
71
+ };
72
+ position: import("vue-types").VueTypeValidableDef<string> & {
73
+ default: string;
74
+ } & {
75
+ default: string;
76
+ };
77
+ radius: import("vue-types").VueTypeValidableDef<string> & {
78
+ default: string;
79
+ };
80
+ valLength: import("vue-types").VueTypeValidableDef<number> & {
81
+ default: number;
82
+ };
83
+ overflowCount: import("vue-types").VueTypeValidableDef<number> & {
84
+ default: number;
85
+ } & {
86
+ default: number;
87
+ };
88
+ dot: import("vue-types").VueTypeValidableDef<boolean> & {
89
+ default: boolean;
90
+ } & {
91
+ default: boolean;
92
+ };
93
+ visible: import("vue-types").VueTypeValidableDef<boolean> & {
94
+ default: boolean;
95
+ } & {
96
+ default: boolean;
97
+ };
98
+ }>>, {
65
99
  numberCount: import("vue").ComputedRef<string | number>;
66
100
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
67
101
  theme: string;
@@ -92,49 +126,83 @@ declare const BkBadge: {
92
126
  $forceUpdate: () => void;
93
127
  $nextTick: typeof import("vue").nextTick;
94
128
  $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
95
- } & Readonly<{
96
- theme?: unknown;
97
- count?: unknown;
98
- position?: unknown;
99
- radius?: unknown;
100
- valLength?: unknown;
101
- overflowCount?: unknown;
102
- dot?: unknown;
103
- visible?: unknown;
104
- } & {
105
- theme: string;
106
- visible: boolean;
107
- dot: boolean;
108
- count: number;
109
- position: string;
110
- radius: string;
111
- valLength: number;
112
- overflowCount: number;
113
- } & {}> & {} & import("vue").ShallowUnwrapRef<{
129
+ } & Readonly<import("vue").ExtractPropTypes<{
130
+ theme: import("vue-types").VueTypeValidableDef<string> & {
131
+ default: string;
132
+ } & {
133
+ default: string;
134
+ };
135
+ count: import("vue-types").VueTypeValidableDef<number> & {
136
+ default: number;
137
+ };
138
+ position: import("vue-types").VueTypeValidableDef<string> & {
139
+ default: string;
140
+ } & {
141
+ default: string;
142
+ };
143
+ radius: import("vue-types").VueTypeValidableDef<string> & {
144
+ default: string;
145
+ };
146
+ valLength: import("vue-types").VueTypeValidableDef<number> & {
147
+ default: number;
148
+ };
149
+ overflowCount: import("vue-types").VueTypeValidableDef<number> & {
150
+ default: number;
151
+ } & {
152
+ default: number;
153
+ };
154
+ dot: import("vue-types").VueTypeValidableDef<boolean> & {
155
+ default: boolean;
156
+ } & {
157
+ default: boolean;
158
+ };
159
+ visible: import("vue-types").VueTypeValidableDef<boolean> & {
160
+ default: boolean;
161
+ } & {
162
+ default: boolean;
163
+ };
164
+ }>> & import("vue").ShallowUnwrapRef<{
114
165
  numberCount: import("vue").ComputedRef<string | number>;
115
166
  }> & {} & {} & import("vue").ComponentCustomProperties;
116
167
  __isFragment?: never;
117
168
  __isTeleport?: never;
118
169
  __isSuspense?: never;
119
- } & import("vue").ComponentOptionsBase<Readonly<{
120
- theme?: unknown;
121
- count?: unknown;
122
- position?: unknown;
123
- radius?: unknown;
124
- valLength?: unknown;
125
- overflowCount?: unknown;
126
- dot?: unknown;
127
- visible?: unknown;
128
- } & {
129
- theme: string;
130
- visible: boolean;
131
- dot: boolean;
132
- count: number;
133
- position: string;
134
- radius: string;
135
- valLength: number;
136
- overflowCount: number;
137
- } & {}> & {}, {
170
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
171
+ theme: import("vue-types").VueTypeValidableDef<string> & {
172
+ default: string;
173
+ } & {
174
+ default: string;
175
+ };
176
+ count: import("vue-types").VueTypeValidableDef<number> & {
177
+ default: number;
178
+ };
179
+ position: import("vue-types").VueTypeValidableDef<string> & {
180
+ default: string;
181
+ } & {
182
+ default: string;
183
+ };
184
+ radius: import("vue-types").VueTypeValidableDef<string> & {
185
+ default: string;
186
+ };
187
+ valLength: import("vue-types").VueTypeValidableDef<number> & {
188
+ default: number;
189
+ };
190
+ overflowCount: import("vue-types").VueTypeValidableDef<number> & {
191
+ default: number;
192
+ } & {
193
+ default: number;
194
+ };
195
+ dot: import("vue-types").VueTypeValidableDef<boolean> & {
196
+ default: boolean;
197
+ } & {
198
+ default: boolean;
199
+ };
200
+ visible: import("vue-types").VueTypeValidableDef<boolean> & {
201
+ default: boolean;
202
+ } & {
203
+ default: boolean;
204
+ };
205
+ }>>, {
138
206
  numberCount: import("vue").ComputedRef<string | number>;
139
207
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
140
208
  theme: string;
@@ -12,17 +12,21 @@ declare const _default: import("vue").DefineComponent<{
12
12
  replace: import("vue-types").VueTypeValidableDef<boolean> & {
13
13
  default: boolean;
14
14
  };
15
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
16
- extCls?: unknown;
17
- to?: unknown;
18
- replace?: unknown;
19
- } & {
20
- extCls: string;
21
- to: string | {
15
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
+ extCls: import("vue-types").VueTypeValidableDef<string> & {
17
+ default: string;
18
+ };
19
+ to: import("vue-types").VueTypeDef<string | {
22
20
  [key: string]: any;
21
+ }> & {
22
+ default: string | (() => {
23
+ [key: string]: any;
24
+ });
23
25
  };
24
- replace: boolean;
25
- } & {}> & {}, {
26
+ replace: import("vue-types").VueTypeValidableDef<boolean> & {
27
+ default: boolean;
28
+ };
29
+ }>>, {
26
30
  extCls: string;
27
31
  to: string | {
28
32
  [key: string]: any;
@@ -20,21 +20,29 @@ declare const _default: import("vue").DefineComponent<{
20
20
  [key: string]: any;
21
21
  });
22
22
  };
23
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
24
- extCls?: unknown;
25
- separator?: unknown;
26
- separatorClass?: unknown;
27
- replace?: unknown;
28
- backRouter?: unknown;
29
- } & {
30
- extCls: string;
31
- separator: string;
32
- replace: boolean;
33
- separatorClass: string;
34
- backRouter: string | {
23
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
24
+ extCls: import("vue-types").VueTypeValidableDef<string> & {
25
+ default: string;
26
+ };
27
+ separator: import("vue-types").VueTypeValidableDef<string> & {
28
+ default: string;
29
+ } & {
30
+ default: string;
31
+ };
32
+ separatorClass: import("vue-types").VueTypeValidableDef<string> & {
33
+ default: string;
34
+ };
35
+ replace: import("vue-types").VueTypeValidableDef<boolean> & {
36
+ default: boolean;
37
+ };
38
+ backRouter: import("vue-types").VueTypeDef<string | {
35
39
  [key: string]: any;
40
+ }> & {
41
+ default: string | (() => {
42
+ [key: string]: any;
43
+ });
36
44
  };
37
- } & {}> & {}, {
45
+ }>>, {
38
46
  extCls: string;
39
47
  separator: string;
40
48
  replace: boolean;
@@ -83,6 +83,12 @@
83
83
  --date-picker-disabled-bg: #fafbfd;
84
84
  --date-picker-dropdown-mb: 4px;
85
85
  --date-picker-dropdown-bg: #fff;
86
+ --table-bg-color: var(--white-color);
87
+ --table-border-color: #dcdee5;
88
+ --table-head-bg-color: #fafbfd;
89
+ --table-head-font-color: #313238;
90
+ --table-body-font-color: #575961;
91
+ --table-row-hover-bg-color: #f5f7fa;
86
92
  }
87
93
  @keyframes loading-scale-animate {
88
94
  0% {
@@ -11,21 +11,29 @@ declare const BkBreadcrumb: {
11
11
  backRouter: string | {
12
12
  [key: string]: any;
13
13
  };
14
- }> & Omit<Readonly<{
15
- extCls?: unknown;
16
- separator?: unknown;
17
- separatorClass?: unknown;
18
- replace?: unknown;
19
- backRouter?: unknown;
20
- } & {
21
- extCls: string;
22
- separator: string;
23
- replace: boolean;
24
- separatorClass: string;
25
- backRouter: string | {
14
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
15
+ extCls: import("vue-types").VueTypeValidableDef<string> & {
16
+ default: string;
17
+ };
18
+ separator: import("vue-types").VueTypeValidableDef<string> & {
19
+ default: string;
20
+ } & {
21
+ default: string;
22
+ };
23
+ separatorClass: import("vue-types").VueTypeValidableDef<string> & {
24
+ default: string;
25
+ };
26
+ replace: import("vue-types").VueTypeValidableDef<boolean> & {
27
+ default: boolean;
28
+ };
29
+ backRouter: import("vue-types").VueTypeDef<string | {
26
30
  [key: string]: any;
31
+ }> & {
32
+ default: string | (() => {
33
+ [key: string]: any;
34
+ });
27
35
  };
28
- } & {}> & {} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "extCls" | "separator" | "replace" | "separatorClass" | "backRouter">;
36
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "extCls" | "separator" | "replace" | "separatorClass" | "backRouter">;
29
37
  $attrs: {
30
38
  [x: string]: unknown;
31
39
  };
@@ -39,21 +47,29 @@ declare const BkBreadcrumb: {
39
47
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
40
48
  $emit: (event: string, ...args: any[]) => void;
41
49
  $el: any;
42
- $options: import("vue").ComponentOptionsBase<Readonly<{
43
- extCls?: unknown;
44
- separator?: unknown;
45
- separatorClass?: unknown;
46
- replace?: unknown;
47
- backRouter?: unknown;
48
- } & {
49
- extCls: string;
50
- separator: string;
51
- replace: boolean;
52
- separatorClass: string;
53
- backRouter: string | {
50
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
51
+ extCls: import("vue-types").VueTypeValidableDef<string> & {
52
+ default: string;
53
+ };
54
+ separator: import("vue-types").VueTypeValidableDef<string> & {
55
+ default: string;
56
+ } & {
57
+ default: string;
58
+ };
59
+ separatorClass: import("vue-types").VueTypeValidableDef<string> & {
60
+ default: string;
61
+ };
62
+ replace: import("vue-types").VueTypeValidableDef<boolean> & {
63
+ default: boolean;
64
+ };
65
+ backRouter: import("vue-types").VueTypeDef<string | {
54
66
  [key: string]: any;
67
+ }> & {
68
+ default: string | (() => {
69
+ [key: string]: any;
70
+ });
55
71
  };
56
- } & {}> & {}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
72
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
57
73
  extCls: string;
58
74
  separator: string;
59
75
  replace: boolean;
@@ -81,39 +97,55 @@ declare const BkBreadcrumb: {
81
97
  $forceUpdate: () => void;
82
98
  $nextTick: typeof import("vue").nextTick;
83
99
  $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
84
- } & Readonly<{
85
- extCls?: unknown;
86
- separator?: unknown;
87
- separatorClass?: unknown;
88
- replace?: unknown;
89
- backRouter?: unknown;
90
- } & {
91
- extCls: string;
92
- separator: string;
93
- replace: boolean;
94
- separatorClass: string;
95
- backRouter: string | {
100
+ } & Readonly<import("vue").ExtractPropTypes<{
101
+ extCls: import("vue-types").VueTypeValidableDef<string> & {
102
+ default: string;
103
+ };
104
+ separator: import("vue-types").VueTypeValidableDef<string> & {
105
+ default: string;
106
+ } & {
107
+ default: string;
108
+ };
109
+ separatorClass: import("vue-types").VueTypeValidableDef<string> & {
110
+ default: string;
111
+ };
112
+ replace: import("vue-types").VueTypeValidableDef<boolean> & {
113
+ default: boolean;
114
+ };
115
+ backRouter: import("vue-types").VueTypeDef<string | {
96
116
  [key: string]: any;
117
+ }> & {
118
+ default: string | (() => {
119
+ [key: string]: any;
120
+ });
97
121
  };
98
- } & {}> & {} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {} & import("vue").ComponentCustomProperties;
122
+ }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {} & import("vue").ComponentCustomProperties;
99
123
  __isFragment?: never;
100
124
  __isTeleport?: never;
101
125
  __isSuspense?: never;
102
- } & import("vue").ComponentOptionsBase<Readonly<{
103
- extCls?: unknown;
104
- separator?: unknown;
105
- separatorClass?: unknown;
106
- replace?: unknown;
107
- backRouter?: unknown;
108
- } & {
109
- extCls: string;
110
- separator: string;
111
- replace: boolean;
112
- separatorClass: string;
113
- backRouter: string | {
126
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
127
+ extCls: import("vue-types").VueTypeValidableDef<string> & {
128
+ default: string;
129
+ };
130
+ separator: import("vue-types").VueTypeValidableDef<string> & {
131
+ default: string;
132
+ } & {
133
+ default: string;
134
+ };
135
+ separatorClass: import("vue-types").VueTypeValidableDef<string> & {
136
+ default: string;
137
+ };
138
+ replace: import("vue-types").VueTypeValidableDef<boolean> & {
139
+ default: boolean;
140
+ };
141
+ backRouter: import("vue-types").VueTypeDef<string | {
114
142
  [key: string]: any;
143
+ }> & {
144
+ default: string | (() => {
145
+ [key: string]: any;
146
+ });
115
147
  };
116
- } & {}> & {}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
148
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
117
149
  extCls: string;
118
150
  separator: string;
119
151
  replace: boolean;
@@ -136,17 +168,21 @@ declare const BkBreadcrumb: {
136
168
  replace: import("vue-types").VueTypeValidableDef<boolean> & {
137
169
  default: boolean;
138
170
  };
139
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
140
- extCls?: unknown;
141
- to?: unknown;
142
- replace?: unknown;
143
- } & {
144
- extCls: string;
145
- to: string | {
171
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
172
+ extCls: import("vue-types").VueTypeValidableDef<string> & {
173
+ default: string;
174
+ };
175
+ to: import("vue-types").VueTypeDef<string | {
146
176
  [key: string]: any;
177
+ }> & {
178
+ default: string | (() => {
179
+ [key: string]: any;
180
+ });
147
181
  };
148
- replace: boolean;
149
- } & {}> & {}, {
182
+ replace: import("vue-types").VueTypeValidableDef<boolean> & {
183
+ default: boolean;
184
+ };
185
+ }>>, {
150
186
  extCls: string;
151
187
  to: string | {
152
188
  [key: string]: any;
@@ -1,8 +1,6 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
2
  size: import("vue-types").VueTypeDef<string>;
3
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
4
- size?: unknown;
5
- } & {} & {
6
- size?: string;
7
- }> & {}, {}>;
3
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4
+ size: import("vue-types").VueTypeDef<string>;
5
+ }>>, {}>;
8
6
  export default _default;
@@ -79,28 +79,33 @@ declare const _default: import("vue").DefineComponent<{
79
79
  nativeType: {
80
80
  type: IButtonNativeType;
81
81
  };
82
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
83
- theme?: unknown;
84
- hoverTheme?: unknown;
85
- size?: unknown;
86
- title?: unknown;
87
- disabled?: unknown;
88
- loading?: unknown;
89
- outline?: unknown;
90
- text?: unknown;
91
- nativeType?: unknown;
92
- } & {
93
- title: string;
94
- text: boolean;
95
- theme: string;
96
- disabled: boolean;
97
- loading: boolean;
98
- hoverTheme: string;
99
- outline: boolean;
100
- } & {
101
- size?: string;
102
- nativeType?: "button" | "reset" | "submit";
103
- }> & {
82
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
83
+ theme: import("vue-types").VueTypeDef<string> & {
84
+ default: string;
85
+ };
86
+ hoverTheme: import("vue-types").VueTypeDef<string> & {
87
+ default: string;
88
+ };
89
+ size: import("vue-types").VueTypeDef<string>;
90
+ title: import("vue-types").VueTypeValidableDef<string> & {
91
+ default: string;
92
+ };
93
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
94
+ default: boolean;
95
+ };
96
+ loading: import("vue-types").VueTypeValidableDef<boolean> & {
97
+ default: boolean;
98
+ };
99
+ outline: import("vue-types").VueTypeValidableDef<boolean> & {
100
+ default: boolean;
101
+ };
102
+ text: import("vue-types").VueTypeValidableDef<boolean> & {
103
+ default: boolean;
104
+ };
105
+ nativeType: {
106
+ type: IButtonNativeType;
107
+ };
108
+ }>> & {
104
109
  onClick?: (...args: any[]) => any;
105
110
  }, {
106
111
  title: string;
@@ -83,6 +83,12 @@
83
83
  --date-picker-disabled-bg: #fafbfd;
84
84
  --date-picker-dropdown-mb: 4px;
85
85
  --date-picker-dropdown-bg: #fff;
86
+ --table-bg-color: var(--white-color);
87
+ --table-border-color: #dcdee5;
88
+ --table-head-bg-color: #fafbfd;
89
+ --table-head-font-color: #313238;
90
+ --table-body-font-color: #575961;
91
+ --table-row-hover-bg-color: #f5f7fa;
86
92
  }
87
93
  .bk-button {
88
94
  display: inline-block;