bkui-vue 0.0.1-beta.43 → 0.0.1-beta.46

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 (160) hide show
  1. package/dist/index.cjs.js +27 -27
  2. package/dist/index.esm.js +497 -57
  3. package/dist/index.umd.js +27 -27
  4. package/dist/style.css +1 -1
  5. package/lib/alert/alert.variable.css +1 -0
  6. package/lib/alert/index.js +1 -0
  7. package/lib/animate-number/{animate-number.js → index.js} +1 -1
  8. package/lib/backtop/backtop.variable.css +1 -0
  9. package/lib/backtop/{backtop.js → index.js} +1 -1
  10. package/lib/badge/badge.variable.css +1 -0
  11. package/lib/badge/index.js +1 -0
  12. package/lib/breadcrumb/breadcrumb.variable.css +1 -0
  13. package/lib/breadcrumb/index.js +1 -0
  14. package/lib/button/button.variable.css +1 -0
  15. package/lib/button/index.js +1 -0
  16. package/lib/card/card.variable.css +1 -0
  17. package/lib/card/index.js +1 -0
  18. package/lib/checkbox/checkbox.variable.css +1 -0
  19. package/lib/checkbox/index.js +1 -0
  20. package/lib/code-diff/code-diff.variable.css +1 -0
  21. package/lib/code-diff/index.js +1 -0
  22. package/lib/collapse/index.js +1 -0
  23. package/lib/date-picker/date-picker.variable.css +1 -0
  24. package/lib/date-picker/index.js +1 -0
  25. package/lib/dialog/dialog.css +3 -0
  26. package/lib/dialog/dialog.d.ts +89 -17
  27. package/lib/dialog/dialog.less +4 -0
  28. package/lib/dialog/dialog.variable.css +3 -0
  29. package/lib/dialog/index.d.ts +191 -36
  30. package/lib/dialog/index.js +1 -0
  31. package/lib/directives/index.js +2 -0
  32. package/lib/directives/{directives.js.LICENSE.txt → index.js.LICENSE.txt} +0 -0
  33. package/lib/divider/divider.variable.css +1 -0
  34. package/lib/divider/{divider.js → index.js} +0 -0
  35. package/lib/dropdown/dropdown.variable.css +1 -0
  36. package/lib/dropdown/{dropdown.js → index.js} +0 -0
  37. package/lib/exception/exception.variable.css +1 -0
  38. package/lib/exception/{exception.js → index.js} +1 -1
  39. package/lib/fixed-navbar/fixed-navbar.variable.css +1 -0
  40. package/lib/fixed-navbar/{fixed-navbar.js → index.js} +1 -1
  41. package/lib/form/index.js +1 -0
  42. package/lib/icon/funnel.d.ts +4 -0
  43. package/lib/icon/funnel.js +1 -0
  44. package/lib/icon/index.d.ts +1 -0
  45. package/lib/input/input.variable.css +1 -0
  46. package/lib/link/link.variable.css +1 -0
  47. package/lib/loading/loading.variable.css +1 -0
  48. package/lib/menu/menu.variable.css +1 -0
  49. package/lib/menu/submenu.variable.css +1 -0
  50. package/lib/message/message.variable.css +1 -0
  51. package/lib/modal/index.d.ts +149 -1
  52. package/lib/modal/modal.css +20 -0
  53. package/lib/modal/modal.d.ts +58 -0
  54. package/lib/modal/modal.less +25 -0
  55. package/lib/modal/modal.variable.css +20 -0
  56. package/lib/modal/props.mixin.d.ts +26 -0
  57. package/lib/navigation/navigation.variable.css +1 -0
  58. package/lib/notify/notify.variable.css +1 -0
  59. package/lib/pagination/pagination.variable.css +1 -0
  60. package/lib/popover/index.d.ts +33 -2
  61. package/lib/popover/popover.d.ts +16 -1
  62. package/lib/popover/popover.variable.css +1 -0
  63. package/lib/popover/props.d.ts +12 -0
  64. package/lib/process/process.variable.css +1 -0
  65. package/lib/progress/progress.variable.css +1 -0
  66. package/lib/radio/radio.variable.css +1 -0
  67. package/lib/resize-layout/resize-layout.variable.css +1 -0
  68. package/lib/select/select.variable.css +1 -0
  69. package/lib/sideslider/index.d.ts +123 -1
  70. package/lib/sideslider/sideslider.d.ts +58 -0
  71. package/lib/sideslider/sideslider.variable.css +1 -0
  72. package/lib/slider/slider.variable.css +1 -0
  73. package/lib/steps/steps.variable.css +1 -0
  74. package/lib/styles/themes/themes.less +1 -0
  75. package/lib/switcher/switcher.less +2 -0
  76. package/lib/switcher/switcher.variable.css +1 -0
  77. package/lib/tab/index.d.ts +1 -1
  78. package/lib/tab/tab-panel.d.ts +1 -1
  79. package/lib/tab/tab.variable.css +1 -0
  80. package/lib/table/index.d.ts +4 -0
  81. package/lib/table/plugins/head-filter.css +68 -0
  82. package/lib/table/plugins/head-filter.less +83 -0
  83. package/lib/table/plugins/head-filter.variable.css +162 -0
  84. package/lib/table/plugins/head-sort.css +22 -0
  85. package/lib/table/plugins/head-sort.less +28 -0
  86. package/lib/table/plugins/head-sort.variable.css +116 -0
  87. package/lib/table/props.d.ts +27 -1
  88. package/lib/table/render.d.ts +27 -0
  89. package/lib/table/table.css +7 -3
  90. package/lib/table/table.d.ts +3 -0
  91. package/lib/table/table.less +11 -5
  92. package/lib/table/table.variable.css +10 -5
  93. package/lib/table/utils.d.ts +23 -1
  94. package/lib/tag/tag.variable.css +1 -0
  95. package/lib/tag-input/tag-input.variable.css +1 -0
  96. package/lib/timeline/timeline.variable.css +1 -0
  97. package/lib/transfer/transfer.variable.css +1 -0
  98. package/lib/tree/tree.variable.css +1 -0
  99. package/package.json +29 -16
  100. package/lib/alert/alert.js +0 -1
  101. package/lib/badge/badge.js +0 -1
  102. package/lib/breadcrumb/breadcrumb.js +0 -1
  103. package/lib/button/button.js +0 -1
  104. package/lib/card/card.js +0 -1
  105. package/lib/checkbox/checkbox.js +0 -1
  106. package/lib/code-diff/code-diff.js +0 -1
  107. package/lib/collapse/collapse.js +0 -1
  108. package/lib/date-picker/date-picker.js +0 -1
  109. package/lib/dialog/dialog.js +0 -1
  110. package/lib/directives/directives.js +0 -2
  111. package/lib/form/form.js +0 -1
  112. package/lib/icon/icon.js +0 -1
  113. package/lib/icon/info-line.js +0 -1
  114. package/lib/icon/info.js +0 -1
  115. package/lib/icon/left-shape.js +0 -1
  116. package/lib/icon/play-shape.js +0 -1
  117. package/lib/icon/plus.js +0 -1
  118. package/lib/icon/qq.js +0 -1
  119. package/lib/icon/right-shape.js +0 -1
  120. package/lib/icon/search.js +0 -1
  121. package/lib/icon/share.js +0 -1
  122. package/lib/icon/spinner.js +0 -1
  123. package/lib/icon/success.js +0 -1
  124. package/lib/icon/switcher-loading.js +0 -1
  125. package/lib/icon/text-file.js +0 -1
  126. package/lib/icon/tree-application-shape.js +0 -1
  127. package/lib/icon/unvisible.js +0 -1
  128. package/lib/icon/up-shape.js +0 -1
  129. package/lib/icon/warn.js +0 -1
  130. package/lib/icon/weixin.js +0 -1
  131. package/lib/input/input.js +0 -1
  132. package/lib/link/link.js +0 -1
  133. package/lib/loading/loading.js +0 -1
  134. package/lib/menu/menu.js +0 -1
  135. package/lib/message/message.js +0 -1
  136. package/lib/modal/modal.js +0 -1
  137. package/lib/navigation/navigation.js +0 -1
  138. package/lib/notify/notify.js +0 -1
  139. package/lib/pagination/pagination.js +0 -1
  140. package/lib/popover/popover.js +0 -1
  141. package/lib/process/process.js +0 -1
  142. package/lib/progress/progress.js +0 -1
  143. package/lib/radio/radio.js +0 -1
  144. package/lib/rate/rate.js +0 -1
  145. package/lib/resize-layout/resize-layout.js +0 -1
  146. package/lib/select/select.js +0 -1
  147. package/lib/shared/shared.js +0 -1
  148. package/lib/sideslider/sideslider.js +0 -1
  149. package/lib/slider/slider.js +0 -1
  150. package/lib/steps/steps.js +0 -1
  151. package/lib/swiper/swiper.js +0 -1
  152. package/lib/switcher/switcher.js +0 -1
  153. package/lib/tab/tab.js +0 -1
  154. package/lib/table/table.js +0 -1
  155. package/lib/tag/tag.js +0 -1
  156. package/lib/tag-input/tag-input.js +0 -1
  157. package/lib/timeline/timeline.js +0 -1
  158. package/lib/transfer/transfer.js +0 -1
  159. package/lib/tree/tree.js +0 -1
  160. package/lib/virtual-render/virtual-render.js +0 -1
@@ -9,9 +9,15 @@ declare const BkModal: {
9
9
  width: string | number;
10
10
  height: string | number;
11
11
  showMask: boolean;
12
+ size: string;
12
13
  isShow: boolean;
13
14
  customClass: string | unknown[];
14
15
  scrollable: boolean;
16
+ closeIcon: boolean;
17
+ escClose: boolean;
18
+ maskClose: boolean;
19
+ fullscreen: boolean;
20
+ renderDirective: string;
15
21
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
16
22
  isShow: {
17
23
  type: BooleanConstructor;
@@ -37,7 +43,33 @@ declare const BkModal: {
37
43
  type: BooleanConstructor;
38
44
  default: boolean;
39
45
  };
40
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "width" | "height" | "showMask" | "isShow" | "customClass" | "scrollable">;
46
+ closeIcon: {
47
+ type: BooleanConstructor;
48
+ default: boolean;
49
+ };
50
+ escClose: {
51
+ type: BooleanConstructor;
52
+ default: boolean;
53
+ };
54
+ maskClose: {
55
+ type: BooleanConstructor;
56
+ default: boolean;
57
+ };
58
+ fullscreen: {
59
+ type: BooleanConstructor;
60
+ default: boolean;
61
+ };
62
+ size: {
63
+ type: StringConstructor;
64
+ default: string;
65
+ validator: (value: string) => boolean;
66
+ };
67
+ renderDirective: {
68
+ type: StringConstructor;
69
+ default: string;
70
+ validator: (value: string) => boolean;
71
+ };
72
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "width" | "height" | "showMask" | "size" | "isShow" | "customClass" | "scrollable" | "closeIcon" | "escClose" | "maskClose" | "fullscreen" | "renderDirective">;
41
73
  $attrs: {
42
74
  [x: string]: unknown;
43
75
  };
@@ -76,6 +108,32 @@ declare const BkModal: {
76
108
  type: BooleanConstructor;
77
109
  default: boolean;
78
110
  };
111
+ closeIcon: {
112
+ type: BooleanConstructor;
113
+ default: boolean;
114
+ };
115
+ escClose: {
116
+ type: BooleanConstructor;
117
+ default: boolean;
118
+ };
119
+ maskClose: {
120
+ type: BooleanConstructor;
121
+ default: boolean;
122
+ };
123
+ fullscreen: {
124
+ type: BooleanConstructor;
125
+ default: boolean;
126
+ };
127
+ size: {
128
+ type: StringConstructor;
129
+ default: string;
130
+ validator: (value: string) => boolean;
131
+ };
132
+ renderDirective: {
133
+ type: StringConstructor;
134
+ default: string;
135
+ validator: (value: string) => boolean;
136
+ };
79
137
  }>>, unknown, {
80
138
  visible: boolean;
81
139
  }, {
@@ -86,9 +144,15 @@ declare const BkModal: {
86
144
  width: string | number;
87
145
  height: string | number;
88
146
  showMask: boolean;
147
+ size: string;
89
148
  isShow: boolean;
90
149
  customClass: string | unknown[];
91
150
  scrollable: boolean;
151
+ closeIcon: boolean;
152
+ escClose: boolean;
153
+ maskClose: boolean;
154
+ fullscreen: boolean;
155
+ renderDirective: string;
92
156
  }> & {
93
157
  beforeCreate?: (() => void) | (() => void)[];
94
158
  created?: (() => void) | (() => void)[];
@@ -134,6 +198,32 @@ declare const BkModal: {
134
198
  type: BooleanConstructor;
135
199
  default: boolean;
136
200
  };
201
+ closeIcon: {
202
+ type: BooleanConstructor;
203
+ default: boolean;
204
+ };
205
+ escClose: {
206
+ type: BooleanConstructor;
207
+ default: boolean;
208
+ };
209
+ maskClose: {
210
+ type: BooleanConstructor;
211
+ default: boolean;
212
+ };
213
+ fullscreen: {
214
+ type: BooleanConstructor;
215
+ default: boolean;
216
+ };
217
+ size: {
218
+ type: StringConstructor;
219
+ default: string;
220
+ validator: (value: string) => boolean;
221
+ };
222
+ renderDirective: {
223
+ type: StringConstructor;
224
+ default: string;
225
+ validator: (value: string) => boolean;
226
+ };
137
227
  }>> & import("vue").ShallowUnwrapRef<{}> & {
138
228
  visible: boolean;
139
229
  } & {
@@ -169,6 +259,32 @@ declare const BkModal: {
169
259
  type: BooleanConstructor;
170
260
  default: boolean;
171
261
  };
262
+ closeIcon: {
263
+ type: BooleanConstructor;
264
+ default: boolean;
265
+ };
266
+ escClose: {
267
+ type: BooleanConstructor;
268
+ default: boolean;
269
+ };
270
+ maskClose: {
271
+ type: BooleanConstructor;
272
+ default: boolean;
273
+ };
274
+ fullscreen: {
275
+ type: BooleanConstructor;
276
+ default: boolean;
277
+ };
278
+ size: {
279
+ type: StringConstructor;
280
+ default: string;
281
+ validator: (value: string) => boolean;
282
+ };
283
+ renderDirective: {
284
+ type: StringConstructor;
285
+ default: string;
286
+ validator: (value: string) => boolean;
287
+ };
172
288
  }>>, unknown, {
173
289
  visible: boolean;
174
290
  }, {
@@ -179,9 +295,15 @@ declare const BkModal: {
179
295
  width: string | number;
180
296
  height: string | number;
181
297
  showMask: boolean;
298
+ size: string;
182
299
  isShow: boolean;
183
300
  customClass: string | unknown[];
184
301
  scrollable: boolean;
302
+ closeIcon: boolean;
303
+ escClose: boolean;
304
+ maskClose: boolean;
305
+ fullscreen: boolean;
306
+ renderDirective: string;
185
307
  }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & Readonly<{
186
308
  propsMixin: {
187
309
  isShow: {
@@ -208,6 +330,32 @@ declare const BkModal: {
208
330
  type: BooleanConstructor;
209
331
  default: boolean;
210
332
  };
333
+ closeIcon: {
334
+ type: BooleanConstructor;
335
+ default: boolean;
336
+ };
337
+ escClose: {
338
+ type: BooleanConstructor;
339
+ default: boolean;
340
+ };
341
+ maskClose: {
342
+ type: BooleanConstructor;
343
+ default: boolean;
344
+ };
345
+ fullscreen: {
346
+ type: BooleanConstructor;
347
+ default: boolean;
348
+ };
349
+ size: {
350
+ type: StringConstructor;
351
+ default: string;
352
+ validator: (value: string) => boolean;
353
+ };
354
+ renderDirective: {
355
+ type: StringConstructor;
356
+ default: string;
357
+ validator: (value: string) => boolean;
358
+ };
211
359
  };
212
360
  }>;
213
361
  export default BkModal;
@@ -9,3 +9,23 @@
9
9
  height: 100%;
10
10
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
11
11
  }
12
+ .normal {
13
+ width: 480px;
14
+ height: 240px;
15
+ }
16
+ .small {
17
+ width: 400px;
18
+ height: 200px;
19
+ }
20
+ .medium {
21
+ width: 640px;
22
+ height: 400px;
23
+ }
24
+ .large {
25
+ width: 960px;
26
+ height: 720px;
27
+ }
28
+ .bk-model-fullscreen {
29
+ width: 100%;
30
+ height: 100%;
31
+ }
@@ -23,6 +23,32 @@ declare const _default: import("vue").DefineComponent<{
23
23
  type: BooleanConstructor;
24
24
  default: boolean;
25
25
  };
26
+ closeIcon: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ escClose: {
31
+ type: BooleanConstructor;
32
+ default: boolean;
33
+ };
34
+ maskClose: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
37
+ };
38
+ fullscreen: {
39
+ type: BooleanConstructor;
40
+ default: boolean;
41
+ };
42
+ size: {
43
+ type: StringConstructor;
44
+ default: string;
45
+ validator: (value: string) => boolean;
46
+ };
47
+ renderDirective: {
48
+ type: StringConstructor;
49
+ default: string;
50
+ validator: (value: string) => boolean;
51
+ };
26
52
  }, unknown, {
27
53
  visible: boolean;
28
54
  }, {
@@ -54,12 +80,44 @@ declare const _default: import("vue").DefineComponent<{
54
80
  type: BooleanConstructor;
55
81
  default: boolean;
56
82
  };
83
+ closeIcon: {
84
+ type: BooleanConstructor;
85
+ default: boolean;
86
+ };
87
+ escClose: {
88
+ type: BooleanConstructor;
89
+ default: boolean;
90
+ };
91
+ maskClose: {
92
+ type: BooleanConstructor;
93
+ default: boolean;
94
+ };
95
+ fullscreen: {
96
+ type: BooleanConstructor;
97
+ default: boolean;
98
+ };
99
+ size: {
100
+ type: StringConstructor;
101
+ default: string;
102
+ validator: (value: string) => boolean;
103
+ };
104
+ renderDirective: {
105
+ type: StringConstructor;
106
+ default: string;
107
+ validator: (value: string) => boolean;
108
+ };
57
109
  }>>, {
58
110
  width: string | number;
59
111
  height: string | number;
60
112
  showMask: boolean;
113
+ size: string;
61
114
  isShow: boolean;
62
115
  customClass: string | unknown[];
63
116
  scrollable: boolean;
117
+ closeIcon: boolean;
118
+ escClose: boolean;
119
+ maskClose: boolean;
120
+ fullscreen: boolean;
121
+ renderDirective: string;
64
122
  }>;
65
123
  export default _default;
@@ -10,3 +10,28 @@
10
10
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
11
11
  }
12
12
  }
13
+
14
+ .normal {
15
+ width: 480px;
16
+ height: 240px;
17
+ }
18
+
19
+ .small {
20
+ width: 400px;
21
+ height: 200px;
22
+ }
23
+
24
+ .medium {
25
+ width: 640px;
26
+ height: 400px;
27
+ }
28
+
29
+ .large {
30
+ width: 960px;
31
+ height: 720px;
32
+ }
33
+
34
+ .bk-model-fullscreen {
35
+ width: 100%;
36
+ height: 100%;
37
+ }
@@ -9,3 +9,23 @@
9
9
  height: 100%;
10
10
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
11
11
  }
12
+ .normal {
13
+ width: 480px;
14
+ height: 240px;
15
+ }
16
+ .small {
17
+ width: 400px;
18
+ height: 200px;
19
+ }
20
+ .medium {
21
+ width: 640px;
22
+ height: 400px;
23
+ }
24
+ .large {
25
+ width: 960px;
26
+ height: 720px;
27
+ }
28
+ .bk-model-fullscreen {
29
+ width: 100%;
30
+ height: 100%;
31
+ }
@@ -23,4 +23,30 @@ export declare const propsMixin: {
23
23
  type: BooleanConstructor;
24
24
  default: boolean;
25
25
  };
26
+ closeIcon: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ escClose: {
31
+ type: BooleanConstructor;
32
+ default: boolean;
33
+ };
34
+ maskClose: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
37
+ };
38
+ fullscreen: {
39
+ type: BooleanConstructor;
40
+ default: boolean;
41
+ };
42
+ size: {
43
+ type: StringConstructor;
44
+ default: string;
45
+ validator: (value: string) => boolean;
46
+ };
47
+ renderDirective: {
48
+ type: StringConstructor;
49
+ default: string;
50
+ validator: (value: string) => boolean;
51
+ };
26
52
  };
@@ -90,6 +90,7 @@
90
90
  --table-head-font-color: #313238;
91
91
  --table-body-font-color: #575961;
92
92
  --table-row-hover-bg-color: #f5f7fa;
93
+ --table-row-active-bg-color: #f0f1f5;
93
94
  }
94
95
  .bk-navigation {
95
96
  display: flex;
@@ -90,6 +90,7 @@
90
90
  --table-head-font-color: #313238;
91
91
  --table-body-font-color: #575961;
92
92
  --table-row-hover-bg-color: #f5f7fa;
93
+ --table-row-active-bg-color: #f0f1f5;
93
94
  }
94
95
  .bk-notify {
95
96
  position: fixed;
@@ -90,6 +90,7 @@
90
90
  --table-head-font-color: #313238;
91
91
  --table-body-font-color: #575961;
92
92
  --table-row-hover-bg-color: #f5f7fa;
93
+ --table-row-active-bg-color: #f0f1f5;
93
94
  }
94
95
  .bk-pagination {
95
96
  display: flex;
@@ -13,11 +13,16 @@ declare const BkPopover: {
13
13
  trigger: string;
14
14
  arrow: boolean;
15
15
  isShow: boolean;
16
+ stopBehaviors: string | string[];
16
17
  handleFirstUpdate: import("@bkui-vue/shared").OnFirstUpdateFnType;
17
18
  fixOnBoundary: boolean;
18
19
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
20
+ onAfterHidden: FunctionConstructor;
21
+ onAfterShow: FunctionConstructor;
19
22
  isShow: import("vue-types").VueTypeValidableDef<boolean> & {
20
23
  default: boolean;
24
+ } & {
25
+ default: boolean;
21
26
  };
22
27
  width: import("vue-types").VueTypeDef<string | number> & {
23
28
  default: string | number;
@@ -66,7 +71,10 @@ declare const BkPopover: {
66
71
  } & {
67
72
  default: boolean;
68
73
  };
69
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "width" | "height" | "placement" | "modifiers" | "content" | "theme" | "transition" | "trigger" | "arrow" | "isShow" | "handleFirstUpdate" | "fixOnBoundary">;
74
+ stopBehaviors: import("vue-types").VueTypeDef<string | string[]> & {
75
+ default: string | (() => string[]);
76
+ };
77
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "width" | "height" | "placement" | "modifiers" | "content" | "theme" | "transition" | "trigger" | "arrow" | "isShow" | "stopBehaviors" | "handleFirstUpdate" | "fixOnBoundary">;
70
78
  $attrs: {
71
79
  [x: string]: unknown;
72
80
  };
@@ -81,8 +89,12 @@ declare const BkPopover: {
81
89
  $emit: ((event: string, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
82
90
  $el: any;
83
91
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
92
+ onAfterHidden: FunctionConstructor;
93
+ onAfterShow: FunctionConstructor;
84
94
  isShow: import("vue-types").VueTypeValidableDef<boolean> & {
85
95
  default: boolean;
96
+ } & {
97
+ default: boolean;
86
98
  };
87
99
  width: import("vue-types").VueTypeDef<string | number> & {
88
100
  default: string | number;
@@ -131,6 +143,9 @@ declare const BkPopover: {
131
143
  } & {
132
144
  default: boolean;
133
145
  };
146
+ stopBehaviors: import("vue-types").VueTypeDef<string | string[]> & {
147
+ default: string | (() => string[]);
148
+ };
134
149
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, {
135
150
  width: string | number;
136
151
  height: string | number;
@@ -142,6 +157,7 @@ declare const BkPopover: {
142
157
  trigger: string;
143
158
  arrow: boolean;
144
159
  isShow: boolean;
160
+ stopBehaviors: string | string[];
145
161
  handleFirstUpdate: import("@bkui-vue/shared").OnFirstUpdateFnType;
146
162
  fixOnBoundary: boolean;
147
163
  }> & {
@@ -165,8 +181,12 @@ declare const BkPopover: {
165
181
  $nextTick: typeof import("vue").nextTick;
166
182
  $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
167
183
  } & Readonly<import("vue").ExtractPropTypes<{
184
+ onAfterHidden: FunctionConstructor;
185
+ onAfterShow: FunctionConstructor;
168
186
  isShow: import("vue-types").VueTypeValidableDef<boolean> & {
169
187
  default: boolean;
188
+ } & {
189
+ default: boolean;
170
190
  };
171
191
  width: import("vue-types").VueTypeDef<string | number> & {
172
192
  default: string | number;
@@ -215,13 +235,20 @@ declare const BkPopover: {
215
235
  } & {
216
236
  default: boolean;
217
237
  };
238
+ stopBehaviors: import("vue-types").VueTypeDef<string | string[]> & {
239
+ default: string | (() => string[]);
240
+ };
218
241
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {} & import("vue").ComponentCustomProperties;
219
242
  __isFragment?: never;
220
243
  __isTeleport?: never;
221
244
  __isSuspense?: never;
222
245
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
246
+ onAfterHidden: FunctionConstructor;
247
+ onAfterShow: FunctionConstructor;
223
248
  isShow: import("vue-types").VueTypeValidableDef<boolean> & {
224
249
  default: boolean;
250
+ } & {
251
+ default: boolean;
225
252
  };
226
253
  width: import("vue-types").VueTypeDef<string | number> & {
227
254
  default: string | number;
@@ -270,7 +297,10 @@ declare const BkPopover: {
270
297
  } & {
271
298
  default: boolean;
272
299
  };
273
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, {
300
+ stopBehaviors: import("vue-types").VueTypeDef<string | string[]> & {
301
+ default: string | (() => string[]);
302
+ };
303
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, "update:isShow" | "afterHidden" | "afterShow", {
274
304
  width: string | number;
275
305
  height: string | number;
276
306
  placement: string;
@@ -281,6 +311,7 @@ declare const BkPopover: {
281
311
  trigger: string;
282
312
  arrow: boolean;
283
313
  isShow: boolean;
314
+ stopBehaviors: string | string[];
284
315
  handleFirstUpdate: import("@bkui-vue/shared").OnFirstUpdateFnType;
285
316
  fixOnBoundary: boolean;
286
317
  }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
@@ -1,6 +1,10 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
+ onAfterHidden: FunctionConstructor;
3
+ onAfterShow: FunctionConstructor;
2
4
  isShow: import("vue-types").VueTypeValidableDef<boolean> & {
3
5
  default: boolean;
6
+ } & {
7
+ default: boolean;
4
8
  };
5
9
  width: import("vue-types").VueTypeDef<string | number> & {
6
10
  default: string | number;
@@ -49,9 +53,16 @@ declare const _default: import("vue").DefineComponent<{
49
53
  } & {
50
54
  default: boolean;
51
55
  };
52
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
56
+ stopBehaviors: import("vue-types").VueTypeDef<string | string[]> & {
57
+ default: string | (() => string[]);
58
+ };
59
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, "update:isShow" | "afterHidden" | "afterShow", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
60
+ onAfterHidden: FunctionConstructor;
61
+ onAfterShow: FunctionConstructor;
53
62
  isShow: import("vue-types").VueTypeValidableDef<boolean> & {
54
63
  default: boolean;
64
+ } & {
65
+ default: boolean;
55
66
  };
56
67
  width: import("vue-types").VueTypeDef<string | number> & {
57
68
  default: string | number;
@@ -100,6 +111,9 @@ declare const _default: import("vue").DefineComponent<{
100
111
  } & {
101
112
  default: boolean;
102
113
  };
114
+ stopBehaviors: import("vue-types").VueTypeDef<string | string[]> & {
115
+ default: string | (() => string[]);
116
+ };
103
117
  }>>, {
104
118
  width: string | number;
105
119
  height: string | number;
@@ -111,6 +125,7 @@ declare const _default: import("vue").DefineComponent<{
111
125
  trigger: string;
112
126
  arrow: boolean;
113
127
  isShow: boolean;
128
+ stopBehaviors: string | string[];
114
129
  handleFirstUpdate: import("@bkui-vue/shared").OnFirstUpdateFnType;
115
130
  fixOnBoundary: boolean;
116
131
  }>;
@@ -90,6 +90,7 @@
90
90
  --table-head-font-color: #313238;
91
91
  --table-body-font-color: #575961;
92
92
  --table-row-hover-bg-color: #f5f7fa;
93
+ --table-row-active-bg-color: #f0f1f5;
93
94
  }
94
95
  .bk-popover .bk-popover-reference {
95
96
  display: inline-block;
@@ -1,8 +1,12 @@
1
1
  import { ExtractPropTypes, PropType } from 'vue';
2
2
  import { OnFirstUpdateFnType } from '@bkui-vue/shared';
3
3
  export declare const PopoverProps: {
4
+ onAfterHidden: FunctionConstructor;
5
+ onAfterShow: FunctionConstructor;
4
6
  isShow: import("vue-types").VueTypeValidableDef<boolean> & {
5
7
  default: boolean;
8
+ } & {
9
+ default: boolean;
6
10
  };
7
11
  width: import("vue-types").VueTypeDef<string | number> & {
8
12
  default: string | number;
@@ -73,5 +77,13 @@ export declare const PopoverProps: {
73
77
  } & {
74
78
  default: boolean;
75
79
  };
80
+ /**
81
+ * 弹出框鼠标点击事件是否阻止的点击事件行为
82
+ * 支持 stopPropagation stopImmediatePropagation preventDefault
83
+ * 用于在嵌套弹出或者元素定位导致的点击触发关闭问题
84
+ */
85
+ stopBehaviors: import("vue-types").VueTypeDef<string | string[]> & {
86
+ default: string | (() => string[]);
87
+ };
76
88
  };
77
89
  export declare type PopoverPropTypes = Readonly<ExtractPropTypes<typeof PopoverProps>>;
@@ -90,6 +90,7 @@
90
90
  --table-head-font-color: #313238;
91
91
  --table-body-font-color: #575961;
92
92
  --table-row-hover-bg-color: #f5f7fa;
93
+ --table-row-active-bg-color: #f0f1f5;
93
94
  }
94
95
  * {
95
96
  box-sizing: border-box;
@@ -90,6 +90,7 @@
90
90
  --table-head-font-color: #313238;
91
91
  --table-body-font-color: #575961;
92
92
  --table-row-hover-bg-color: #f5f7fa;
93
+ --table-row-active-bg-color: #f0f1f5;
93
94
  }
94
95
  @keyframes loading-scale-animate {
95
96
  0% {
@@ -90,6 +90,7 @@
90
90
  --table-head-font-color: #313238;
91
91
  --table-body-font-color: #575961;
92
92
  --table-row-hover-bg-color: #f5f7fa;
93
+ --table-row-active-bg-color: #f0f1f5;
93
94
  }
94
95
  .bk-radio {
95
96
  display: inline-block;
@@ -90,6 +90,7 @@
90
90
  --table-head-font-color: #313238;
91
91
  --table-body-font-color: #575961;
92
92
  --table-row-hover-bg-color: #f5f7fa;
93
+ --table-row-active-bg-color: #f0f1f5;
93
94
  }
94
95
  .bk-resize-layout {
95
96
  display: flex;
@@ -90,6 +90,7 @@
90
90
  --table-head-font-color: #313238;
91
91
  --table-body-font-color: #575961;
92
92
  --table-row-hover-bg-color: #f5f7fa;
93
+ --table-row-active-bg-color: #f0f1f5;
93
94
  }
94
95
  @keyframes loading-scale-animate {
95
96
  0% {