bkui-vue 0.0.1-beta.57 → 0.0.1-beta.58

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 (68) hide show
  1. package/dist/index.cjs.js +20 -20
  2. package/dist/index.esm.js +584 -140
  3. package/dist/index.umd.js +20 -20
  4. package/dist/style.css +1 -1
  5. package/lib/breadcrumb/breadcrumb.css +8 -0
  6. package/lib/breadcrumb/breadcrumb.variable.css +8 -0
  7. package/lib/card/card.css +8 -0
  8. package/lib/card/card.variable.css +8 -0
  9. package/lib/components.d.ts +1 -0
  10. package/lib/components.js +1 -1
  11. package/lib/container/col.d.ts +51 -0
  12. package/lib/container/container.css +48 -0
  13. package/lib/container/container.d.ts +83 -0
  14. package/lib/container/container.less +20 -0
  15. package/lib/container/container.variable.css +142 -0
  16. package/lib/container/index.d.ts +223 -0
  17. package/lib/container/index.js +1 -0
  18. package/lib/container/row.d.ts +4 -0
  19. package/lib/dialog/dialog.d.ts +57 -30
  20. package/lib/dialog/index.d.ts +129 -64
  21. package/lib/dialog/index.js +1 -1
  22. package/lib/icon/close-line.d.ts +4 -0
  23. package/lib/icon/{funnel.js → close-line.js} +1 -1
  24. package/lib/icon/help-document-fill.js +1 -0
  25. package/lib/icon/index.d.ts +1 -0
  26. package/lib/icon/index.js +1 -1
  27. package/lib/input/index.js +1 -1
  28. package/lib/input/input.css +9 -0
  29. package/lib/input/input.less +1 -0
  30. package/lib/input/input.variable.css +9 -0
  31. package/lib/loading/loading.css +8 -0
  32. package/lib/loading/loading.variable.css +8 -0
  33. package/lib/menu/menu.css +8 -0
  34. package/lib/menu/menu.variable.css +8 -0
  35. package/lib/modal/index.d.ts +29 -57
  36. package/lib/modal/index.js +1 -1
  37. package/lib/modal/modal.d.ts +11 -22
  38. package/lib/modal/props.mixin.d.ts +5 -10
  39. package/lib/pagination/index.d.ts +7 -7
  40. package/lib/pagination/pagination.d.ts +2 -2
  41. package/lib/progress/progress.css +8 -0
  42. package/lib/progress/progress.variable.css +8 -0
  43. package/lib/sideslider/index.d.ts +24 -47
  44. package/lib/sideslider/sideslider.d.ts +11 -22
  45. package/lib/styles/index.d.ts +1 -0
  46. package/lib/styles/mixins/clearfix.css +8 -0
  47. package/lib/styles/mixins/clearfix.less +10 -0
  48. package/lib/styles/mixins/clearfix.variable.css +8 -0
  49. package/lib/styles/mixins/mixins.css +8 -0
  50. package/lib/styles/mixins/mixins.less +1 -0
  51. package/lib/styles/mixins/mixins.variable.css +8 -0
  52. package/lib/switcher/switcher.css +8 -0
  53. package/lib/switcher/switcher.variable.css +8 -0
  54. package/lib/table/index.d.ts +16 -1
  55. package/lib/table/index.js +1 -1
  56. package/lib/table/plugins/settings.css +110 -0
  57. package/lib/table/plugins/settings.less +130 -0
  58. package/lib/table/plugins/settings.variable.css +204 -0
  59. package/lib/table/props.d.ts +26 -0
  60. package/lib/table/render.d.ts +12 -2
  61. package/lib/table/table.css +129 -0
  62. package/lib/table/table.d.ts +7 -0
  63. package/lib/table/table.less +26 -0
  64. package/lib/table/table.variable.css +129 -0
  65. package/lib/table/use-common.d.ts +3 -0
  66. package/lib/tree/index.js +1 -1
  67. package/lib/virtual-render/index.js +1 -1
  68. package/package.json +1 -1
@@ -1,32 +1,38 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
- width: (import("vue-types").VueTypeValidableDef<string> & {
2
+ width: import("vue-types").VueTypeDef<string | number> & {
3
+ default: string | number;
4
+ };
5
+ height: import("vue-types").VueTypeDef<string | number> & {
6
+ default: string | number;
7
+ };
8
+ confirmText: import("vue-types").VueTypeValidableDef<string> & {
3
9
  default: string;
4
10
  } & {
5
11
  default: string;
6
- }) | (import("vue-types").VueTypeValidableDef<number> & {
7
- default: number;
8
- } & {
9
- default: number;
10
- });
11
- height: (import("vue-types").VueTypeValidableDef<string> & {
12
+ };
13
+ cancelText: import("vue-types").VueTypeValidableDef<string> & {
12
14
  default: string;
13
15
  } & {
14
16
  default: string;
15
- }) | (import("vue-types").VueTypeValidableDef<number> & {
16
- default: number;
17
- } & {
18
- default: number;
19
- });
20
- confirmText: import("vue-types").VueTypeValidableDef<string> & {
17
+ };
18
+ prevText: import("vue-types").VueTypeValidableDef<string> & {
21
19
  default: string;
22
20
  } & {
23
21
  default: string;
24
22
  };
25
- cancelText: import("vue-types").VueTypeValidableDef<string> & {
23
+ nextText: import("vue-types").VueTypeValidableDef<string> & {
26
24
  default: string;
27
25
  } & {
28
26
  default: string;
29
27
  };
28
+ current: import("vue-types").VueTypeValidableDef<number> & {
29
+ default: number;
30
+ } & {
31
+ default: number;
32
+ };
33
+ totalStep: import("vue-types").VueTypeValidableDef<number> & {
34
+ default: number;
35
+ };
30
36
  title: import("vue-types").VueTypeValidableDef<string> & {
31
37
  default: string;
32
38
  } & {
@@ -94,6 +100,9 @@ declare const _default: import("vue").DefineComponent<{
94
100
  } & {
95
101
  default: boolean;
96
102
  };
103
+ dialogType: import("vue-types").VueTypeDef<string> & {
104
+ default: string;
105
+ };
97
106
  }, {
98
107
  data: {
99
108
  positionX: number;
@@ -107,35 +116,43 @@ declare const _default: import("vue").DefineComponent<{
107
116
  handleConfirm: () => void;
108
117
  escCloseHandler: (e: any) => void;
109
118
  moveHandler: (e: any) => boolean;
110
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closed" | "update:isShow" | "confirm")[], "closed" | "update:isShow" | "confirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
111
- width: (import("vue-types").VueTypeValidableDef<string> & {
119
+ handlePrevStep: () => void;
120
+ handleNextStep: () => void;
121
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("prev" | "next" | "confirm" | "closed" | "update:isShow")[], "prev" | "next" | "confirm" | "closed" | "update:isShow", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
122
+ width: import("vue-types").VueTypeDef<string | number> & {
123
+ default: string | number;
124
+ };
125
+ height: import("vue-types").VueTypeDef<string | number> & {
126
+ default: string | number;
127
+ };
128
+ confirmText: import("vue-types").VueTypeValidableDef<string> & {
112
129
  default: string;
113
130
  } & {
114
131
  default: string;
115
- }) | (import("vue-types").VueTypeValidableDef<number> & {
116
- default: number;
117
- } & {
118
- default: number;
119
- });
120
- height: (import("vue-types").VueTypeValidableDef<string> & {
132
+ };
133
+ cancelText: import("vue-types").VueTypeValidableDef<string> & {
121
134
  default: string;
122
135
  } & {
123
136
  default: string;
124
- }) | (import("vue-types").VueTypeValidableDef<number> & {
125
- default: number;
126
- } & {
127
- default: number;
128
- });
129
- confirmText: import("vue-types").VueTypeValidableDef<string> & {
137
+ };
138
+ prevText: import("vue-types").VueTypeValidableDef<string> & {
130
139
  default: string;
131
140
  } & {
132
141
  default: string;
133
142
  };
134
- cancelText: import("vue-types").VueTypeValidableDef<string> & {
143
+ nextText: import("vue-types").VueTypeValidableDef<string> & {
135
144
  default: string;
136
145
  } & {
137
146
  default: string;
138
147
  };
148
+ current: import("vue-types").VueTypeValidableDef<number> & {
149
+ default: number;
150
+ } & {
151
+ default: number;
152
+ };
153
+ totalStep: import("vue-types").VueTypeValidableDef<number> & {
154
+ default: number;
155
+ };
139
156
  title: import("vue-types").VueTypeValidableDef<string> & {
140
157
  default: string;
141
158
  } & {
@@ -203,10 +220,15 @@ declare const _default: import("vue").DefineComponent<{
203
220
  } & {
204
221
  default: boolean;
205
222
  };
223
+ dialogType: import("vue-types").VueTypeDef<string> & {
224
+ default: string;
225
+ };
206
226
  }>> & {
227
+ onPrev?: (...args: any[]) => any;
228
+ onNext?: (...args: any[]) => any;
229
+ onConfirm?: (...args: any[]) => any;
207
230
  onClosed?: (...args: any[]) => any;
208
231
  "onUpdate:isShow"?: (...args: any[]) => any;
209
- onConfirm?: (...args: any[]) => any;
210
232
  }, {
211
233
  width: string | number;
212
234
  height: string | number;
@@ -215,6 +237,7 @@ declare const _default: import("vue").DefineComponent<{
215
237
  showMask: boolean;
216
238
  theme: string;
217
239
  size: string;
240
+ dialogType: string;
218
241
  isShow: boolean;
219
242
  customClass: string | unknown[];
220
243
  scrollable: boolean;
@@ -226,6 +249,10 @@ declare const _default: import("vue").DefineComponent<{
226
249
  footerAlign: string;
227
250
  confirmText: string;
228
251
  cancelText: string;
252
+ prevText: string;
253
+ nextText: string;
254
+ current: number;
255
+ totalStep: number;
229
256
  isLoading: boolean;
230
257
  }>;
231
258
  export default _default;
@@ -10,6 +10,7 @@ declare const BkDialog: {
10
10
  showMask: boolean;
11
11
  theme: string;
12
12
  size: string;
13
+ dialogType: string;
13
14
  isShow: boolean;
14
15
  customClass: string | unknown[];
15
16
  scrollable: boolean;
@@ -21,36 +22,46 @@ declare const BkDialog: {
21
22
  footerAlign: string;
22
23
  confirmText: string;
23
24
  cancelText: string;
25
+ prevText: string;
26
+ nextText: string;
27
+ current: number;
28
+ totalStep: number;
24
29
  isLoading: boolean;
25
30
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
26
- width: (import("vue-types").VueTypeValidableDef<string> & {
31
+ width: import("vue-types").VueTypeDef<string | number> & {
32
+ default: string | number;
33
+ };
34
+ height: import("vue-types").VueTypeDef<string | number> & {
35
+ default: string | number;
36
+ };
37
+ confirmText: import("vue-types").VueTypeValidableDef<string> & {
27
38
  default: string;
28
39
  } & {
29
40
  default: string;
30
- }) | (import("vue-types").VueTypeValidableDef<number> & {
31
- default: number;
32
- } & {
33
- default: number;
34
- });
35
- height: (import("vue-types").VueTypeValidableDef<string> & {
41
+ };
42
+ cancelText: import("vue-types").VueTypeValidableDef<string> & {
36
43
  default: string;
37
44
  } & {
38
45
  default: string;
39
- }) | (import("vue-types").VueTypeValidableDef<number> & {
40
- default: number;
41
- } & {
42
- default: number;
43
- });
44
- confirmText: import("vue-types").VueTypeValidableDef<string> & {
46
+ };
47
+ prevText: import("vue-types").VueTypeValidableDef<string> & {
45
48
  default: string;
46
49
  } & {
47
50
  default: string;
48
51
  };
49
- cancelText: import("vue-types").VueTypeValidableDef<string> & {
52
+ nextText: import("vue-types").VueTypeValidableDef<string> & {
50
53
  default: string;
51
54
  } & {
52
55
  default: string;
53
56
  };
57
+ current: import("vue-types").VueTypeValidableDef<number> & {
58
+ default: number;
59
+ } & {
60
+ default: number;
61
+ };
62
+ totalStep: import("vue-types").VueTypeValidableDef<number> & {
63
+ default: number;
64
+ };
54
65
  title: import("vue-types").VueTypeValidableDef<string> & {
55
66
  default: string;
56
67
  } & {
@@ -118,11 +129,16 @@ declare const BkDialog: {
118
129
  } & {
119
130
  default: boolean;
120
131
  };
132
+ dialogType: import("vue-types").VueTypeDef<string> & {
133
+ default: string;
134
+ };
121
135
  }>> & {
136
+ onPrev?: (...args: any[]) => any;
137
+ onNext?: (...args: any[]) => any;
138
+ onConfirm?: (...args: any[]) => any;
122
139
  onClosed?: (...args: any[]) => any;
123
140
  "onUpdate:isShow"?: (...args: any[]) => any;
124
- onConfirm?: (...args: any[]) => any;
125
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "width" | "height" | "draggable" | "title" | "showMask" | "theme" | "size" | "isShow" | "customClass" | "scrollable" | "closeIcon" | "escClose" | "maskClose" | "fullscreen" | "headerAlign" | "footerAlign" | "confirmText" | "cancelText" | "isLoading">;
141
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "width" | "height" | "draggable" | "title" | "showMask" | "theme" | "size" | "dialogType" | "isShow" | "customClass" | "scrollable" | "closeIcon" | "escClose" | "maskClose" | "fullscreen" | "headerAlign" | "footerAlign" | "confirmText" | "cancelText" | "prevText" | "nextText" | "current" | "totalStep" | "isLoading">;
126
142
  $attrs: {
127
143
  [x: string]: unknown;
128
144
  };
@@ -134,37 +150,43 @@ declare const BkDialog: {
134
150
  }>;
135
151
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
136
152
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
137
- $emit: (event: "closed" | "update:isShow" | "confirm", ...args: any[]) => void;
153
+ $emit: (event: "prev" | "next" | "confirm" | "closed" | "update:isShow", ...args: any[]) => void;
138
154
  $el: any;
139
155
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
140
- width: (import("vue-types").VueTypeValidableDef<string> & {
156
+ width: import("vue-types").VueTypeDef<string | number> & {
157
+ default: string | number;
158
+ };
159
+ height: import("vue-types").VueTypeDef<string | number> & {
160
+ default: string | number;
161
+ };
162
+ confirmText: import("vue-types").VueTypeValidableDef<string> & {
141
163
  default: string;
142
164
  } & {
143
165
  default: string;
144
- }) | (import("vue-types").VueTypeValidableDef<number> & {
145
- default: number;
146
- } & {
147
- default: number;
148
- });
149
- height: (import("vue-types").VueTypeValidableDef<string> & {
166
+ };
167
+ cancelText: import("vue-types").VueTypeValidableDef<string> & {
150
168
  default: string;
151
169
  } & {
152
170
  default: string;
153
- }) | (import("vue-types").VueTypeValidableDef<number> & {
154
- default: number;
155
- } & {
156
- default: number;
157
- });
158
- confirmText: import("vue-types").VueTypeValidableDef<string> & {
171
+ };
172
+ prevText: import("vue-types").VueTypeValidableDef<string> & {
159
173
  default: string;
160
174
  } & {
161
175
  default: string;
162
176
  };
163
- cancelText: import("vue-types").VueTypeValidableDef<string> & {
177
+ nextText: import("vue-types").VueTypeValidableDef<string> & {
164
178
  default: string;
165
179
  } & {
166
180
  default: string;
167
181
  };
182
+ current: import("vue-types").VueTypeValidableDef<number> & {
183
+ default: number;
184
+ } & {
185
+ default: number;
186
+ };
187
+ totalStep: import("vue-types").VueTypeValidableDef<number> & {
188
+ default: number;
189
+ };
168
190
  title: import("vue-types").VueTypeValidableDef<string> & {
169
191
  default: string;
170
192
  } & {
@@ -232,10 +254,15 @@ declare const BkDialog: {
232
254
  } & {
233
255
  default: boolean;
234
256
  };
257
+ dialogType: import("vue-types").VueTypeDef<string> & {
258
+ default: string;
259
+ };
235
260
  }>> & {
261
+ onPrev?: (...args: any[]) => any;
262
+ onNext?: (...args: any[]) => any;
263
+ onConfirm?: (...args: any[]) => any;
236
264
  onClosed?: (...args: any[]) => any;
237
265
  "onUpdate:isShow"?: (...args: any[]) => any;
238
- onConfirm?: (...args: any[]) => any;
239
266
  }, {
240
267
  data: {
241
268
  positionX: number;
@@ -249,7 +276,9 @@ declare const BkDialog: {
249
276
  handleConfirm: () => void;
250
277
  escCloseHandler: (e: any) => void;
251
278
  moveHandler: (e: any) => boolean;
252
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closed" | "update:isShow" | "confirm")[], string, {
279
+ handlePrevStep: () => void;
280
+ handleNextStep: () => void;
281
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("prev" | "next" | "confirm" | "closed" | "update:isShow")[], string, {
253
282
  width: string | number;
254
283
  height: string | number;
255
284
  draggable: boolean;
@@ -257,6 +286,7 @@ declare const BkDialog: {
257
286
  showMask: boolean;
258
287
  theme: string;
259
288
  size: string;
289
+ dialogType: string;
260
290
  isShow: boolean;
261
291
  customClass: string | unknown[];
262
292
  scrollable: boolean;
@@ -268,6 +298,10 @@ declare const BkDialog: {
268
298
  footerAlign: string;
269
299
  confirmText: string;
270
300
  cancelText: string;
301
+ prevText: string;
302
+ nextText: string;
303
+ current: number;
304
+ totalStep: number;
271
305
  isLoading: boolean;
272
306
  }> & {
273
307
  beforeCreate?: (() => void) | (() => void)[];
@@ -290,34 +324,40 @@ declare const BkDialog: {
290
324
  $nextTick: typeof import("vue").nextTick;
291
325
  $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
292
326
  } & Readonly<import("vue").ExtractPropTypes<{
293
- width: (import("vue-types").VueTypeValidableDef<string> & {
327
+ width: import("vue-types").VueTypeDef<string | number> & {
328
+ default: string | number;
329
+ };
330
+ height: import("vue-types").VueTypeDef<string | number> & {
331
+ default: string | number;
332
+ };
333
+ confirmText: import("vue-types").VueTypeValidableDef<string> & {
294
334
  default: string;
295
335
  } & {
296
336
  default: string;
297
- }) | (import("vue-types").VueTypeValidableDef<number> & {
298
- default: number;
299
- } & {
300
- default: number;
301
- });
302
- height: (import("vue-types").VueTypeValidableDef<string> & {
337
+ };
338
+ cancelText: import("vue-types").VueTypeValidableDef<string> & {
303
339
  default: string;
304
340
  } & {
305
341
  default: string;
306
- }) | (import("vue-types").VueTypeValidableDef<number> & {
307
- default: number;
308
- } & {
309
- default: number;
310
- });
311
- confirmText: import("vue-types").VueTypeValidableDef<string> & {
342
+ };
343
+ prevText: import("vue-types").VueTypeValidableDef<string> & {
312
344
  default: string;
313
345
  } & {
314
346
  default: string;
315
347
  };
316
- cancelText: import("vue-types").VueTypeValidableDef<string> & {
348
+ nextText: import("vue-types").VueTypeValidableDef<string> & {
317
349
  default: string;
318
350
  } & {
319
351
  default: string;
320
352
  };
353
+ current: import("vue-types").VueTypeValidableDef<number> & {
354
+ default: number;
355
+ } & {
356
+ default: number;
357
+ };
358
+ totalStep: import("vue-types").VueTypeValidableDef<number> & {
359
+ default: number;
360
+ };
321
361
  title: import("vue-types").VueTypeValidableDef<string> & {
322
362
  default: string;
323
363
  } & {
@@ -385,10 +425,15 @@ declare const BkDialog: {
385
425
  } & {
386
426
  default: boolean;
387
427
  };
428
+ dialogType: import("vue-types").VueTypeDef<string> & {
429
+ default: string;
430
+ };
388
431
  }>> & {
432
+ onPrev?: (...args: any[]) => any;
433
+ onNext?: (...args: any[]) => any;
434
+ onConfirm?: (...args: any[]) => any;
389
435
  onClosed?: (...args: any[]) => any;
390
436
  "onUpdate:isShow"?: (...args: any[]) => any;
391
- onConfirm?: (...args: any[]) => any;
392
437
  } & import("vue").ShallowUnwrapRef<{
393
438
  data: {
394
439
  positionX: number;
@@ -402,39 +447,47 @@ declare const BkDialog: {
402
447
  handleConfirm: () => void;
403
448
  escCloseHandler: (e: any) => void;
404
449
  moveHandler: (e: any) => boolean;
450
+ handlePrevStep: () => void;
451
+ handleNextStep: () => void;
405
452
  }> & {} & {} & import("vue").ComponentCustomProperties;
406
453
  __isFragment?: never;
407
454
  __isTeleport?: never;
408
455
  __isSuspense?: never;
409
456
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
410
- width: (import("vue-types").VueTypeValidableDef<string> & {
457
+ width: import("vue-types").VueTypeDef<string | number> & {
458
+ default: string | number;
459
+ };
460
+ height: import("vue-types").VueTypeDef<string | number> & {
461
+ default: string | number;
462
+ };
463
+ confirmText: import("vue-types").VueTypeValidableDef<string> & {
411
464
  default: string;
412
465
  } & {
413
466
  default: string;
414
- }) | (import("vue-types").VueTypeValidableDef<number> & {
415
- default: number;
416
- } & {
417
- default: number;
418
- });
419
- height: (import("vue-types").VueTypeValidableDef<string> & {
467
+ };
468
+ cancelText: import("vue-types").VueTypeValidableDef<string> & {
420
469
  default: string;
421
470
  } & {
422
471
  default: string;
423
- }) | (import("vue-types").VueTypeValidableDef<number> & {
424
- default: number;
425
- } & {
426
- default: number;
427
- });
428
- confirmText: import("vue-types").VueTypeValidableDef<string> & {
472
+ };
473
+ prevText: import("vue-types").VueTypeValidableDef<string> & {
429
474
  default: string;
430
475
  } & {
431
476
  default: string;
432
477
  };
433
- cancelText: import("vue-types").VueTypeValidableDef<string> & {
478
+ nextText: import("vue-types").VueTypeValidableDef<string> & {
434
479
  default: string;
435
480
  } & {
436
481
  default: string;
437
482
  };
483
+ current: import("vue-types").VueTypeValidableDef<number> & {
484
+ default: number;
485
+ } & {
486
+ default: number;
487
+ };
488
+ totalStep: import("vue-types").VueTypeValidableDef<number> & {
489
+ default: number;
490
+ };
438
491
  title: import("vue-types").VueTypeValidableDef<string> & {
439
492
  default: string;
440
493
  } & {
@@ -502,10 +555,15 @@ declare const BkDialog: {
502
555
  } & {
503
556
  default: boolean;
504
557
  };
558
+ dialogType: import("vue-types").VueTypeDef<string> & {
559
+ default: string;
560
+ };
505
561
  }>> & {
562
+ onPrev?: (...args: any[]) => any;
563
+ onNext?: (...args: any[]) => any;
564
+ onConfirm?: (...args: any[]) => any;
506
565
  onClosed?: (...args: any[]) => any;
507
566
  "onUpdate:isShow"?: (...args: any[]) => any;
508
- onConfirm?: (...args: any[]) => any;
509
567
  }, {
510
568
  data: {
511
569
  positionX: number;
@@ -519,7 +577,9 @@ declare const BkDialog: {
519
577
  handleConfirm: () => void;
520
578
  escCloseHandler: (e: any) => void;
521
579
  moveHandler: (e: any) => boolean;
522
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closed" | "update:isShow" | "confirm")[], "closed" | "update:isShow" | "confirm", {
580
+ handlePrevStep: () => void;
581
+ handleNextStep: () => void;
582
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("prev" | "next" | "confirm" | "closed" | "update:isShow")[], "prev" | "next" | "confirm" | "closed" | "update:isShow", {
523
583
  width: string | number;
524
584
  height: string | number;
525
585
  draggable: boolean;
@@ -527,6 +587,7 @@ declare const BkDialog: {
527
587
  showMask: boolean;
528
588
  theme: string;
529
589
  size: string;
590
+ dialogType: string;
530
591
  isShow: boolean;
531
592
  customClass: string | unknown[];
532
593
  scrollable: boolean;
@@ -538,6 +599,10 @@ declare const BkDialog: {
538
599
  footerAlign: string;
539
600
  confirmText: string;
540
601
  cancelText: string;
602
+ prevText: string;
603
+ nextText: string;
604
+ current: number;
605
+ totalStep: number;
541
606
  isLoading: boolean;
542
607
  }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
543
608
  export default BkDialog;
@@ -1 +1 @@
1
- !function(e,o){if("object"==typeof exports&&"object"==typeof module)module.exports=o(require("../shared"),require("vue"),require("../button"),require("../modal"));else if("function"==typeof define&&define.amd)define(["../shared","vue","../button","../modal"],o);else{var t="object"==typeof exports?o(require("../shared"),require("vue"),require("../button"),require("../modal")):o(e["../shared"],e.vue,e["../button"],e["../modal"]);for(var n in t)("object"==typeof exports?exports:e)[n]=t[n]}}(self,((e,o,t,n)=>(()=>{"use strict";var r={4976:e=>{e.exports=t},8014:e=>{e.exports=n},4212:o=>{o.exports=e},748:e=>{e.exports=o}},i={};function l(e){var o=i[e];if(void 0!==o)return o.exports;var t=i[e]={exports:{}};return r[e](t,t.exports,l),t.exports}l.n=e=>{var o=e&&e.__esModule?()=>e.default:()=>e;return l.d(o,{a:o}),o},l.d=(e,o)=>{for(var t in o)l.o(o,t)&&!l.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:o[t]})},l.o=(e,o)=>Object.prototype.hasOwnProperty.call(e,o),l.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var s={};return(()=>{l.r(s),l.d(s,{default:()=>d});var e=l(4212),o=l(748),t=l(4976),n=l.n(t),r=l(8014),i=l.n(r);const a=(0,o.defineComponent)({name:"Dialog",components:{BkModal:i(),BkButton:n()},props:Object.assign(Object.assign({},r.propsMixin),{width:e.PropTypes.string.def("null")||e.PropTypes.number.def(),height:e.PropTypes.string.def("null")||e.PropTypes.number.def(),confirmText:e.PropTypes.string.def("确定"),cancelText:e.PropTypes.string.def("取消"),title:e.PropTypes.string.def("title"),headerAlign:e.PropTypes.commonType(["left","center","right"],"headerAlign").def("left"),footerAlign:e.PropTypes.commonType(["left","center","right"],"footerAlign").def("right"),theme:e.PropTypes.commonType(["primary","warning","success","danger"],"theme").def("primary"),isLoading:e.PropTypes.bool.def(!1)}),emits:["closed","update:isShow","confirm"],setup:function(e,t){var n=t.emit,r=(0,o.reactive)({positionX:0,positionY:0,moveStyle:{top:"",left:""}});(0,o.onMounted)((function(){e.escClose&&addEventListener("keydown",l)})),(0,o.onBeforeUnmount)((function(){e.escClose&&removeEventListener("keydown",l)})),(0,o.watch)((function(){return e.isShow}),(function(e){e||(r.moveStyle={top:"50%",left:"50%"},r.positionX=0,r.positionY=0)}));var i=function(){n("update:isShow",!1),n("closed")},l=function(o){e.isShow&&e.closeIcon&&27===o.keyCode&&i()};return{data:r,handleClose:i,handleConfirm:function(){n("update:isShow",!1),n("confirm")},escCloseHandler:l,moveHandler:function(o){if(e.fullscreen)return!1;var t,n,i=o.target,l=o.currentTarget.parentNode.parentNode.offsetHeight,s=o.currentTarget.parentNode.parentNode.offsetWidth;0!==r.positionX&&0!==r.positionY?(t=o.clientX-r.positionX,n=o.clientY-r.positionY):(t=o.clientX-i.offsetLeft,n=o.clientY-i.offsetTop),document.onmousemove=function(e){var o=window.innerWidth-s,i=window.innerHeight-l,a=e.clientX-t,d=e.clientY-n;o/2-a<=0?a=o/2:o/2+a<=0&&(a=-o/2),i/2-d<=0?d=i/2:i/2+d<=0&&(d=-i/2),r.positionX=a,r.positionY=d,r.moveStyle.left="calc(50% + ".concat(a,"px)"),r.moveStyle.top="calc(50% + ".concat(d,"px)")},document.onmouseup=function(){document.onmousemove=null,document.onmouseup=null}}}},render:function(){var e,t=this,r={header:function(){var e,n,r;return[(0,o.createVNode)("div",{class:["bk-dialog-tool",t.fullscreen||!t.draggable?"":"move",t.draggable?"content-dragging":""],onMousedown:t.moveHandler},[(0,o.createVNode)("span",{class:["bk-dialog-close",t.closeIcon?"":"close-icon"],onClick:t.handleClose},[(0,o.createTextVNode)("+")])]),(0,o.createVNode)("div",{class:"bk-dialog-header"},[(0,o.createVNode)("span",{class:"bk-dialog-title",style:"text-align: ".concat(t.headerAlign)},[null!==(r=null===(n=(e=t.$slots).header)||void 0===n?void 0:n.call(e))&&void 0!==r?r:t.title])])]},default:function(){var e,o,n;return null!==(n=null===(o=(e=t.$slots).default)||void 0===o?void 0:o.call(e))&&void 0!==n?n:"default"},footer:function(){var e,r,i;return(0,o.createVNode)("div",{class:"bk-dialog-footer",style:"text-align: ".concat(t.footerAlign)},[null!==(i=null===(r=(e=t.$slots).footer)||void 0===r?void 0:r.call(e))&&void 0!==i?i:(0,o.createVNode)(o.Fragment,null,[(0,o.createVNode)(n(),{onClick:t.handleConfirm,theme:t.theme,loading:t.isLoading},{default:function(){return[t.confirmText]}}),(0,o.createVNode)(n(),{style:"margin-left: 8px;",onClick:t.handleClose},{default:function(){return[t.cancelText]}})])])}},l="bk-dialog-wrapper ".concat(this.scrollable?"scroll-able":"");return(0,o.createVNode)(i(),(0,o.mergeProps)(this.$props,{class:[l,this.fullscreen?"bk-model-fullscreen":this.size],style:this.data.moveStyle}),"function"==typeof(e=r)||"[object Object]"===Object.prototype.toString.call(e)&&!(0,o.isVNode)(e)?r:{default:function(){return[r]}})}}),d=(0,e.withInstall)(a)})(),s})()));
1
+ !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("../shared"),require("vue"),require("../button"),require("../modal"));else if("function"==typeof define&&define.amd)define(["../shared","vue","../button","../modal"],t);else{var o="object"==typeof exports?t(require("../shared"),require("vue"),require("../button"),require("../modal")):t(e["../shared"],e.vue,e["../button"],e["../modal"]);for(var n in o)("object"==typeof exports?exports:e)[n]=o[n]}}(self,((e,t,o,n)=>(()=>{"use strict";var r={4976:e=>{e.exports=o},8014:e=>{e.exports=n},4212:t=>{t.exports=e},748:e=>{e.exports=t}},l={};function i(e){var t=l[e];if(void 0!==t)return t.exports;var o=l[e]={exports:{}};return r[e](o,o.exports,i),o.exports}i.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return i.d(t,{a:t}),t},i.d=(e,t)=>{for(var o in t)i.o(t,o)&&!i.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};return(()=>{i.r(a),i.d(a,{default:()=>c});var e=i(4212),t=i(748),o=i(4976),n=i.n(o),r=i(8014),l=i.n(r);const d=(0,t.defineComponent)({name:"Dialog",components:{BkModal:l(),BkButton:n()},props:Object.assign(Object.assign({},r.propsMixin),{width:e.PropTypes.oneOfType([String,Number]).def(""),height:e.PropTypes.oneOfType([String,Number]).def(""),confirmText:e.PropTypes.string.def("确定"),cancelText:e.PropTypes.string.def("取消"),prevText:e.PropTypes.string.def("上一步"),nextText:e.PropTypes.string.def("下一步"),current:e.PropTypes.number.def(1),totalStep:e.PropTypes.number,title:e.PropTypes.string.def("title"),headerAlign:e.PropTypes.commonType(["left","center","right"],"headerAlign").def("left"),footerAlign:e.PropTypes.commonType(["left","center","right"],"footerAlign").def("right"),theme:e.PropTypes.commonType(["primary","warning","success","danger"],"theme").def("primary"),isLoading:e.PropTypes.bool.def(!1)}),emits:["closed","update:isShow","confirm","prev","next"],setup:function(e,o){var n=o.emit,r=(0,t.reactive)({positionX:0,positionY:0,moveStyle:{top:"",left:""}});(0,t.onMounted)((function(){e.escClose&&addEventListener("keydown",i)})),(0,t.onBeforeUnmount)((function(){e.escClose&&removeEventListener("keydown",i)})),(0,t.watch)((function(){return e.isShow}),(function(e){e||(r.moveStyle={top:"50%",left:"50%"},r.positionX=0,r.positionY=0)}));var l=function(){n("update:isShow",!1),n("closed")},i=function(t){e.isShow&&e.closeIcon&&27===t.keyCode&&l()};return{data:r,handleClose:l,handleConfirm:function(){n("update:isShow",!1),n("confirm")},escCloseHandler:i,moveHandler:function(t){if(e.fullscreen)return!1;var o,n,l=t.target,i=t.currentTarget.parentNode.parentNode.offsetHeight,a=t.currentTarget.parentNode.parentNode.offsetWidth;0!==r.positionX&&0!==r.positionY?(o=t.clientX-r.positionX,n=t.clientY-r.positionY):(o=t.clientX-l.offsetLeft,n=t.clientY-l.offsetTop),document.onmousemove=function(e){var t=window.innerWidth-a,l=window.innerHeight-i,d=e.clientX-o,c=e.clientY-n;t/2-d<=0?d=t/2:t/2+d<=0&&(d=-t/2),l/2-c<=0?c=l/2:l/2+c<=0&&(c=-l/2),r.positionX=d,r.positionY=c,r.moveStyle.left="calc(50% + ".concat(d,"px)"),r.moveStyle.top="calc(50% + ".concat(c,"px)")},document.onmouseup=function(){document.onmousemove=null,document.onmouseup=null}},handlePrevStep:function(){n("prev")},handleNextStep:function(){n("next")}}},render:function(){var e,o=this,r={header:function(){var e,n,r;return[(0,t.createVNode)("div",{class:["bk-dialog-tool",o.fullscreen||!o.draggable?"":"move",o.draggable?"content-dragging":""],onMousedown:o.moveHandler},[(0,t.createVNode)("span",{class:["bk-dialog-close",o.closeIcon?"":"close-icon"],onClick:o.handleClose},[(0,t.createTextVNode)("+")])]),(0,t.createVNode)("div",{class:"bk-dialog-header"},[(0,t.createVNode)("span",{class:"bk-dialog-title",style:"text-align: ".concat(o.headerAlign)},[null!==(r=null===(n=(e=o.$slots).header)||void 0===n?void 0:n.call(e))&&void 0!==r?r:o.title])])]},default:function(){var e,t,n;return null!==(n=null===(t=(e=o.$slots).default)||void 0===t?void 0:t.call(e))&&void 0!==n?n:"default"},footer:function(){var e,r,l,i,a,d,c,s,u;return(0,t.createVNode)("div",{class:"bk-dialog-footer",style:"text-align: ".concat(o.footerAlign)},["process"===o.dialogType?null!==(l=null===(r=(e=o.$slots).footer)||void 0===r?void 0:r.call(e))&&void 0!==l?l:(0,t.createVNode)(t.Fragment,null,[1===o.current?"":(0,t.createVNode)(n(),{style:"float: left;margin-right: 8px",onClick:o.handlePrevStep},{default:function(){return[o.prevText]}}),o.current===o.totalStep?"":(0,t.createVNode)(n(),{style:"float: left",onClick:o.handleNextStep},{default:function(){return[o.nextText]}}),o.current===o.totalStep?(0,t.createVNode)(n(),{onClick:o.handleConfirm,theme:o.theme,loading:o.isLoading},{default:function(){return[o.confirmText]}}):"",(0,t.createVNode)(n(),{style:"margin-left: 8px",onClick:o.handleClose},{default:function(){return[o.cancelText]}})]):"","operation"===o.dialogType?null!==(d=null===(a=(i=o.$slots).footer)||void 0===a?void 0:a.call(i))&&void 0!==d?d:(0,t.createVNode)(t.Fragment,null,[(0,t.createVNode)(n(),{onClick:o.handleConfirm,theme:o.theme,loading:o.isLoading},{default:function(){return[o.confirmText]}}),(0,t.createVNode)(n(),{style:"margin-left: 8px",onClick:o.handleClose},{default:function(){return[o.cancelText]}})]):"","confirm"===o.dialogType?null!==(u=null===(s=(c=o.$slots).footer)||void 0===s?void 0:s.call(c))&&void 0!==u?u:(0,t.createVNode)(t.Fragment,null,[(0,t.createVNode)(n(),{onClick:o.handleConfirm,theme:o.theme,loading:o.isLoading},{default:function(){return[o.confirmText]}})]):""])}},i="bk-dialog-wrapper ".concat(this.scrollable?"scroll-able":"");return(0,t.createVNode)(l(),(0,t.mergeProps)(this.$props,{class:[i,this.fullscreen?"bk-model-fullscreen":this.size],style:this.data.moveStyle}),"function"==typeof(e=r)||"[object Object]"===Object.prototype.toString.call(e)&&!(0,t.isVNode)(e)?r:{default:function(){return[r]}})}}),c=(0,e.withInstall)(d)})(),a})()));
@@ -0,0 +1,4 @@
1
+ import { FunctionalComponent } from 'vue';
2
+ import { IIconBaseProps } from './icon';
3
+ declare const closeLine: FunctionalComponent<IIconBaseProps>;
4
+ export default closeLine;
@@ -1 +1 @@
1
- !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("vue"));else if("function"==typeof define&&define.amd)define(["vue"],t);else{var r="object"==typeof exports?t(require("vue")):t(e.vue);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(self,(e=>(()=>{"use strict";var t={748:t=>{t.exports=e}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var a=r[e]={exports:{}};return t[e](a,a.exports,n),a.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return(()=>{n.r(o),n.d(o,{default:()=>l});var e=n(748);function t(r,n,o){return(0,e.h)(r.name,Object.assign(Object.assign({key:n},r.attributes),{style:"".concat(r.attributes.style," ").concat(o)}),(r.elements||[]).map((function(e,o){return t(e,"".concat(n,"-").concat(r.name,"-").concat(o))})))}Object.create,Object.create;var r=function(r,n){var o=Object.assign(Object.assign({},n.attrs),r),a=o.data,i=o.name,c=o.width,l=o.height,s=o.fill,u=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(o,["data","name","width","height","fill"]),f="width: ".concat(c,"; height: ").concat(l,"; fill: ").concat(s);return(0,e.createVNode)("span",u,[t(a,i,f)])};r.inheritAttrs=!1,r.displayName="bkIcon";const a=r;var i=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M860.8 128H163.2a32 32 0 0 0-27.36 52l295.2 336 0.96 0V896l160-82.72V516.8l0.96 0 295.2-336A32 32 0 0 0 860.8 128Z"}}]}'),c=function(t,r){var n=Object.assign(Object.assign({},t),r.attrs);return(0,e.createVNode)(a,(0,e.mergeProps)(n,{data:i,name:"funnel"}),null)};c.displayName="funnel",c.inheritAttrs=!1;const l=c})(),o})()));
1
+ !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("vue"));else if("function"==typeof define&&define.amd)define(["vue"],t);else{var r="object"==typeof exports?t(require("vue")):t(e.vue);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(self,(e=>(()=>{"use strict";var t={748:t=>{t.exports=e}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var a=r[e]={exports:{}};return t[e](a,a.exports,n),a.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return(()=>{n.r(o),n.d(o,{default:()=>s});var e=n(748);function t(r,n,o){return(0,e.h)(r.name,Object.assign(Object.assign({key:n},r.attributes),{style:"".concat(r.attributes.style," ").concat(o)}),(r.elements||[]).map((function(e,o){return t(e,"".concat(n,"-").concat(r.name,"-").concat(o))})))}Object.create,Object.create;var r=function(r,n){var o=Object.assign(Object.assign({},n.attrs),r),a=o.data,i=o.name,c=o.width,s=o.height,l=o.fill,p=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(o,["data","name","width","height","fill"]),u="width: ".concat(c,"; height: ").concat(s,"; fill: ").concat(l);return(0,e.createVNode)("span",p,[t(a,i,u)])};r.inheritAttrs=!1,r.displayName="bkIcon";const a=r;var i=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M902.56 166.56L857.44 121.44 512 466.72 166.56 121.44 121.44 166.56 466.72 512 121.44 857.44 166.56 902.56 512 557.28 857.44 902.56 902.56 857.44 557.28 512 902.56 166.56z"}}]}'),c=function(t,r){var n=Object.assign(Object.assign({},t),r.attrs);return(0,e.createVNode)(a,(0,e.mergeProps)(n,{data:i,name:"closeLine"}),null)};c.displayName="closeLine",c.inheritAttrs=!1;const s=c})(),o})()));
@@ -0,0 +1 @@
1
+ !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("vue"));else if("function"==typeof define&&define.amd)define(["vue"],t);else{var r="object"==typeof exports?t(require("vue")):t(e.vue);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(self,(e=>(()=>{"use strict";var t={9430:(e,t,r)=>{r.d(t,{Z:()=>c});var n=r(748);function o(e,t,r){return(0,n.h)(e.name,Object.assign(Object.assign({key:t},e.attributes),{style:"".concat(e.attributes.style," ").concat(r)}),(e.elements||[]).map((function(r,n){return o(r,"".concat(t,"-").concat(e.name,"-").concat(n))})))}Object.create,Object.create;var a=function(e,t){var r=Object.assign(Object.assign({},t.attrs),e),a=r.data,c=r.name,i=r.width,l=r.height,s=r.fill,u=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(r,["data","name","width","height","fill"]),p="width: ".concat(i,"; height: ").concat(l,"; fill: ").concat(s);return(0,n.createVNode)("span",u,[o(a,c,p)])};a.inheritAttrs=!1,a.displayName="bkIcon";const c=a},748:t=>{t.exports=e}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var a=r[e]={exports:{}};return t[e](a,a.exports,n),a.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return(()=>{n.r(o),n.d(o,{default:()=>c});var e=n(748),t=n(9430),r=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;","overflow":"hidden","viewBox":"0 0 1024 1024"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 64C264 64 64 264 64 512c0 57.6 11.2 113.6 32 166.4V896c0 17.6 14.4 32 32 32h217.6C576 1019.2 836.8 908.8 928 678.4S908.8 187.2 678.4 96C625.6 75.2 569.6 64 512 64zM500.8 721.6c-27.2 0-48-20.8-48-48s20.8-48 48-48c27.2 0 48 20.8 48 48S528 721.6 500.8 721.6zM587.2 507.2c-36.8 20.8-48 35.2-48 62.4v14.4H464v-16c-3.2-44.8 11.2-70.4 51.2-92.8 36.8-22.4 48-35.2 48-60.8s-20.8-44.8-52.8-44.8c-28.8-1.6-52.8 19.2-56 48 0 1.6 0 1.6 0 3.2h-76.8c1.6-70.4 49.6-118.4 136-118.4 80 0 132.8 44.8 132.8 110.4C648 454.4 627.2 484.8 587.2 507.2z"}}]}'),a=function(n,o){var a=Object.assign(Object.assign({},n),o.attrs);return(0,e.createVNode)(t.Z,(0,e.mergeProps)(a,{data:r,name:"helpDocumentFill"}),null)};a.displayName="helpDocumentFill",a.inheritAttrs=!1;const c=a})(),o})()));
@@ -15,6 +15,7 @@ export { default as ArrowsLeft } from '../icons/arrows-left';
15
15
  export { default as ArrowsRight } from '../icons/arrows-right';
16
16
  export { default as Bk } from '../icons/bk';
17
17
  export { default as Circle } from '../icons/circle';
18
+ export { default as CloseLine } from '../icons/close-line';
18
19
  export { default as Close } from '../icons/close';
19
20
  export { default as Code } from '../icons/code';
20
21
  export { default as CogShape } from '../icons/cog-shape';