@dazhicheng/ui 1.5.3 → 1.5.4

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 (44) hide show
  1. package/dist/components/tt-button/index.d.ts +476 -476
  2. package/dist/components/tt-button/index.vue.d.ts +272 -272
  3. package/dist/components/tt-checkbox/index.d.ts +5 -5
  4. package/dist/components/tt-checkbox/index.vue.d.ts +2 -2
  5. package/dist/components/tt-drawer/index.d.ts +540 -540
  6. package/dist/components/tt-drawer/src/RenderDrawer.vue.d.ts +297 -297
  7. package/dist/components/tt-form/src/form/RenderContent.vue.d.ts +2 -2
  8. package/dist/components/tt-form/src/form-render/dependencies.d.ts +118 -118
  9. package/dist/components/tt-form-item-error-tooltip/index.d.ts +196 -196
  10. package/dist/components/tt-form-item-error-tooltip/index.vue.d.ts +98 -98
  11. package/dist/components/tt-icon/index.d.ts +3 -3
  12. package/dist/components/tt-icon/index.vue.d.ts +1 -1
  13. package/dist/components/tt-image/index.d.ts +5 -5
  14. package/dist/components/tt-image/src/components/ImageViewer.d.ts +2 -2
  15. package/dist/components/tt-image/tt-image.d.ts +5 -5
  16. package/dist/components/tt-loading/index.d.ts +3 -3
  17. package/dist/components/tt-loading/src/loading.vue.d.ts +3 -3
  18. package/dist/components/tt-modal/index.d.ts +184 -184
  19. package/dist/components/tt-modal/src/RenderModal.vue.d.ts +101 -101
  20. package/dist/components/tt-modal/src/components/ModalWrapper.vue.d.ts +10 -10
  21. package/dist/components/tt-modal/src/hooks/useModalRender.d.ts +33 -33
  22. package/dist/components/tt-part/index.d.ts +12 -12
  23. package/dist/components/tt-part/index.vue.d.ts +4 -4
  24. package/dist/components/tt-select/src/Select.vue.d.ts +89 -89
  25. package/dist/components/tt-select/src/components/SelectTable.vue.d.ts +7 -7
  26. package/dist/components/tt-select/src/components/Table.vue.d.ts +9 -9
  27. package/dist/components/tt-table/src/Table.vue.d.ts +183 -177
  28. package/dist/components/tt-table/src/components/TableToobalTools.vue.d.ts +202 -196
  29. package/dist/components/tt-table/src/hooks/useLeftRightSlot.d.ts +128 -128
  30. package/dist/components/tt-table/src/hooks/usePagination.d.ts +2 -2
  31. package/dist/components/tt-table/src/hooks/useTableRender.d.ts +1 -3
  32. package/dist/components/tt-table/src/props.d.ts +7 -4
  33. package/dist/components/tt-table/src/toolProps.d.ts +6 -2
  34. package/dist/components/tt-table/src/types/table.d.ts +2 -6
  35. package/dist/components/tt-table/src/types/tableTools.d.ts +2 -13
  36. package/dist/components/tt-text/index.d.ts +3 -3
  37. package/dist/components/tt-text/index.vue.d.ts +1 -1
  38. package/dist/components/tt-validate/src/Field.d.ts +4 -4
  39. package/dist/components/tt-validate/src/Form.d.ts +1 -1
  40. package/dist/components/tt-validate/src/utils/assertions.d.ts +1 -1
  41. package/dist/components/types.d.ts +2 -0
  42. package/dist/index.js +5968 -6003
  43. package/dist/style.css +1 -1
  44. package/package.json +1 -1
@@ -20,25 +20,25 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
20
20
  loadingIcon: string | import('vue').Component;
21
21
  }> & Omit<{
22
22
  readonly type: import('element-plus').ButtonType;
23
- readonly nativeType: import('element-plus').ButtonNativeType;
24
23
  readonly tag: string | import('vue').Component;
25
- readonly link?: boolean | undefined;
26
- readonly icon?: (string | import('vue').Component) | undefined;
27
- readonly plain?: boolean | undefined;
24
+ readonly nativeType: import('element-plus').ButtonNativeType;
25
+ readonly size?: import('element-plus').ComponentSize | undefined;
26
+ readonly round?: boolean | undefined;
27
+ readonly loading?: boolean | undefined;
28
+ readonly disabled?: boolean | undefined;
28
29
  readonly dark?: boolean | undefined;
30
+ readonly icon?: (string | import('vue').Component) | undefined;
31
+ readonly color?: string | undefined;
32
+ readonly link?: boolean | undefined;
33
+ readonly autofocus?: boolean | undefined;
29
34
  readonly text?: boolean | undefined;
30
- readonly disabled?: boolean | undefined;
31
- readonly size?: import('element-plus').ComponentSize | undefined;
32
35
  readonly circle?: boolean | undefined;
33
- readonly color?: string | undefined;
34
- readonly loading?: boolean | undefined;
35
36
  readonly loadingIcon?: (string | import('vue').Component) | undefined;
37
+ readonly plain?: boolean | undefined;
36
38
  readonly bg?: boolean | undefined;
37
- readonly autofocus?: boolean | undefined;
38
- readonly round?: boolean | undefined;
39
39
  readonly autoInsertSpace?: boolean | undefined;
40
40
  onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
41
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "plain" | "text" | "disabled" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag">;
41
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "round" | "type" | "disabled" | "tag" | "text" | "nativeType" | "loadingIcon" | "plain" | "autoInsertSpace">;
42
42
  $attrs: {
43
43
  [x: string]: unknown;
44
44
  };
@@ -54,69 +54,69 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
54
54
  $emit: (event: "click", evt: MouseEvent) => void;
55
55
  $el: any;
56
56
  $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
57
+ size: {
58
+ type: import('vue').PropType<"" | "large" | "small" | "default">;
59
+ };
60
+ round: {
61
+ type: import('vue').PropType<boolean>;
62
+ default: undefined;
63
+ };
64
+ loading: {
65
+ type: import('vue').PropType<boolean>;
66
+ };
57
67
  type: {
58
- type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
68
+ type: import('vue').PropType<"" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger">;
59
69
  default: string;
60
70
  };
61
- link: {
71
+ disabled: {
72
+ type: import('vue').PropType<boolean>;
73
+ default: undefined;
74
+ };
75
+ dark: {
62
76
  type: import('vue').PropType<boolean>;
63
77
  };
64
78
  icon: {
65
79
  type: import('vue').PropType<string | import('vue').Component>;
66
80
  };
67
- plain: {
68
- type: import('vue').PropType<boolean>;
69
- default: undefined;
81
+ color: {
82
+ type: import('vue').PropType<string>;
70
83
  };
71
- dark: {
84
+ tag: {
85
+ type: import('vue').PropType<string | import('vue').Component>;
86
+ default: string;
87
+ };
88
+ link: {
72
89
  type: import('vue').PropType<boolean>;
73
90
  };
74
- text: {
91
+ autofocus: {
75
92
  type: import('vue').PropType<boolean>;
76
- default: undefined;
77
93
  };
78
- disabled: {
94
+ text: {
79
95
  type: import('vue').PropType<boolean>;
80
96
  default: undefined;
81
97
  };
82
- size: {
83
- type: import('vue').PropType<"" | "small" | "default" | "large">;
84
- };
85
98
  circle: {
86
99
  type: import('vue').PropType<boolean>;
87
100
  };
88
- color: {
89
- type: import('vue').PropType<string>;
90
- };
91
101
  nativeType: {
92
102
  type: import('vue').PropType<"button" | "reset" | "submit">;
93
103
  default: string;
94
104
  };
95
- loading: {
96
- type: import('vue').PropType<boolean>;
97
- };
98
105
  loadingIcon: {
99
106
  type: import('vue').PropType<string | import('vue').Component>;
100
107
  default: any;
101
108
  };
102
- bg: {
103
- type: import('vue').PropType<boolean>;
104
- };
105
- autofocus: {
109
+ plain: {
106
110
  type: import('vue').PropType<boolean>;
111
+ default: undefined;
107
112
  };
108
- round: {
113
+ bg: {
109
114
  type: import('vue').PropType<boolean>;
110
- default: undefined;
111
115
  };
112
116
  autoInsertSpace: {
113
117
  type: import('vue').PropType<boolean>;
114
118
  default: undefined;
115
119
  };
116
- tag: {
117
- type: import('vue').PropType<string | import('vue').Component>;
118
- default: string;
119
- };
120
120
  }>> & {
121
121
  onClick?: ((evt: MouseEvent) => any) | undefined;
122
122
  }, {
@@ -168,72 +168,72 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
168
168
  nativeType: import('element-plus').ButtonNativeType;
169
169
  loadingIcon: string | import('vue').Component;
170
170
  }> & Omit<Readonly<import('vue').ExtractPropTypes<{
171
+ size: {
172
+ type: import('vue').PropType<"" | "large" | "small" | "default">;
173
+ };
174
+ round: {
175
+ type: import('vue').PropType<boolean>;
176
+ default: undefined;
177
+ };
178
+ loading: {
179
+ type: import('vue').PropType<boolean>;
180
+ };
171
181
  type: {
172
- type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
182
+ type: import('vue').PropType<"" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger">;
173
183
  default: string;
174
184
  };
175
- link: {
185
+ disabled: {
186
+ type: import('vue').PropType<boolean>;
187
+ default: undefined;
188
+ };
189
+ dark: {
176
190
  type: import('vue').PropType<boolean>;
177
191
  };
178
192
  icon: {
179
193
  type: import('vue').PropType<string | import('vue').Component>;
180
194
  };
181
- plain: {
182
- type: import('vue').PropType<boolean>;
183
- default: undefined;
195
+ color: {
196
+ type: import('vue').PropType<string>;
184
197
  };
185
- dark: {
198
+ tag: {
199
+ type: import('vue').PropType<string | import('vue').Component>;
200
+ default: string;
201
+ };
202
+ link: {
186
203
  type: import('vue').PropType<boolean>;
187
204
  };
188
- text: {
205
+ autofocus: {
189
206
  type: import('vue').PropType<boolean>;
190
- default: undefined;
191
207
  };
192
- disabled: {
208
+ text: {
193
209
  type: import('vue').PropType<boolean>;
194
210
  default: undefined;
195
211
  };
196
- size: {
197
- type: import('vue').PropType<"" | "small" | "default" | "large">;
198
- };
199
212
  circle: {
200
213
  type: import('vue').PropType<boolean>;
201
214
  };
202
- color: {
203
- type: import('vue').PropType<string>;
204
- };
205
215
  nativeType: {
206
216
  type: import('vue').PropType<"button" | "reset" | "submit">;
207
217
  default: string;
208
218
  };
209
- loading: {
210
- type: import('vue').PropType<boolean>;
211
- };
212
219
  loadingIcon: {
213
220
  type: import('vue').PropType<string | import('vue').Component>;
214
221
  default: any;
215
222
  };
216
- bg: {
217
- type: import('vue').PropType<boolean>;
218
- };
219
- autofocus: {
223
+ plain: {
220
224
  type: import('vue').PropType<boolean>;
225
+ default: undefined;
221
226
  };
222
- round: {
227
+ bg: {
223
228
  type: import('vue').PropType<boolean>;
224
- default: undefined;
225
229
  };
226
230
  autoInsertSpace: {
227
231
  type: import('vue').PropType<boolean>;
228
232
  default: undefined;
229
233
  };
230
- tag: {
231
- type: import('vue').PropType<string | import('vue').Component>;
232
- default: string;
233
- };
234
234
  }>> & {
235
235
  onClick?: ((evt: MouseEvent) => any) | undefined;
236
- }, "type" | "plain" | "text" | "disabled" | "size" | "ref" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & import('vue').ShallowUnwrapRef<{
236
+ }, "size" | "round" | "type" | "disabled" | "ref" | "tag" | "text" | "nativeType" | "loadingIcon" | "plain" | "autoInsertSpace" | "shouldAddSpace"> & import('vue').ShallowUnwrapRef<{
237
237
  ref: import('vue').Ref<HTMLButtonElement | undefined>;
238
238
  size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
239
239
  type: import('vue').ComputedRef<"text" | "" | "default" | "primary" | "success" | "warning" | "info" | "danger">;
@@ -262,25 +262,25 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
262
262
  loadingIcon: string | import('vue').Component;
263
263
  }> & Omit<{
264
264
  readonly type: import('element-plus').ButtonType;
265
- readonly nativeType: import('element-plus').ButtonNativeType;
266
265
  readonly tag: string | import('vue').Component;
267
- readonly link?: boolean | undefined;
268
- readonly icon?: (string | import('vue').Component) | undefined;
269
- readonly plain?: boolean | undefined;
266
+ readonly nativeType: import('element-plus').ButtonNativeType;
267
+ readonly size?: import('element-plus').ComponentSize | undefined;
268
+ readonly round?: boolean | undefined;
269
+ readonly loading?: boolean | undefined;
270
+ readonly disabled?: boolean | undefined;
270
271
  readonly dark?: boolean | undefined;
272
+ readonly icon?: (string | import('vue').Component) | undefined;
273
+ readonly color?: string | undefined;
274
+ readonly link?: boolean | undefined;
275
+ readonly autofocus?: boolean | undefined;
271
276
  readonly text?: boolean | undefined;
272
- readonly disabled?: boolean | undefined;
273
- readonly size?: import('element-plus').ComponentSize | undefined;
274
277
  readonly circle?: boolean | undefined;
275
- readonly color?: string | undefined;
276
- readonly loading?: boolean | undefined;
277
278
  readonly loadingIcon?: (string | import('vue').Component) | undefined;
279
+ readonly plain?: boolean | undefined;
278
280
  readonly bg?: boolean | undefined;
279
- readonly autofocus?: boolean | undefined;
280
- readonly round?: boolean | undefined;
281
281
  readonly autoInsertSpace?: boolean | undefined;
282
282
  onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
283
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "plain" | "text" | "disabled" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag">;
283
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "round" | "type" | "disabled" | "tag" | "text" | "nativeType" | "loadingIcon" | "plain" | "autoInsertSpace">;
284
284
  $attrs: {
285
285
  [x: string]: unknown;
286
286
  };
@@ -296,69 +296,69 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
296
296
  $emit: (event: "click", evt: MouseEvent) => void;
297
297
  $el: any;
298
298
  $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
299
+ size: {
300
+ type: import('vue').PropType<"" | "large" | "small" | "default">;
301
+ };
302
+ round: {
303
+ type: import('vue').PropType<boolean>;
304
+ default: undefined;
305
+ };
306
+ loading: {
307
+ type: import('vue').PropType<boolean>;
308
+ };
299
309
  type: {
300
- type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
310
+ type: import('vue').PropType<"" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger">;
301
311
  default: string;
302
312
  };
303
- link: {
313
+ disabled: {
314
+ type: import('vue').PropType<boolean>;
315
+ default: undefined;
316
+ };
317
+ dark: {
304
318
  type: import('vue').PropType<boolean>;
305
319
  };
306
320
  icon: {
307
321
  type: import('vue').PropType<string | import('vue').Component>;
308
322
  };
309
- plain: {
310
- type: import('vue').PropType<boolean>;
311
- default: undefined;
323
+ color: {
324
+ type: import('vue').PropType<string>;
312
325
  };
313
- dark: {
326
+ tag: {
327
+ type: import('vue').PropType<string | import('vue').Component>;
328
+ default: string;
329
+ };
330
+ link: {
314
331
  type: import('vue').PropType<boolean>;
315
332
  };
316
- text: {
333
+ autofocus: {
317
334
  type: import('vue').PropType<boolean>;
318
- default: undefined;
319
335
  };
320
- disabled: {
336
+ text: {
321
337
  type: import('vue').PropType<boolean>;
322
338
  default: undefined;
323
339
  };
324
- size: {
325
- type: import('vue').PropType<"" | "small" | "default" | "large">;
326
- };
327
340
  circle: {
328
341
  type: import('vue').PropType<boolean>;
329
342
  };
330
- color: {
331
- type: import('vue').PropType<string>;
332
- };
333
343
  nativeType: {
334
344
  type: import('vue').PropType<"button" | "reset" | "submit">;
335
345
  default: string;
336
346
  };
337
- loading: {
338
- type: import('vue').PropType<boolean>;
339
- };
340
347
  loadingIcon: {
341
348
  type: import('vue').PropType<string | import('vue').Component>;
342
349
  default: any;
343
350
  };
344
- bg: {
345
- type: import('vue').PropType<boolean>;
346
- };
347
- autofocus: {
351
+ plain: {
348
352
  type: import('vue').PropType<boolean>;
353
+ default: undefined;
349
354
  };
350
- round: {
355
+ bg: {
351
356
  type: import('vue').PropType<boolean>;
352
- default: undefined;
353
357
  };
354
358
  autoInsertSpace: {
355
359
  type: import('vue').PropType<boolean>;
356
360
  default: undefined;
357
361
  };
358
- tag: {
359
- type: import('vue').PropType<string | import('vue').Component>;
360
- default: string;
361
- };
362
362
  }>> & {
363
363
  onClick?: ((evt: MouseEvent) => any) | undefined;
364
364
  }, {
@@ -410,72 +410,72 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
410
410
  nativeType: import('element-plus').ButtonNativeType;
411
411
  loadingIcon: string | import('vue').Component;
412
412
  }> & Omit<Readonly<import('vue').ExtractPropTypes<{
413
+ size: {
414
+ type: import('vue').PropType<"" | "large" | "small" | "default">;
415
+ };
416
+ round: {
417
+ type: import('vue').PropType<boolean>;
418
+ default: undefined;
419
+ };
420
+ loading: {
421
+ type: import('vue').PropType<boolean>;
422
+ };
413
423
  type: {
414
- type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
424
+ type: import('vue').PropType<"" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger">;
415
425
  default: string;
416
426
  };
417
- link: {
427
+ disabled: {
428
+ type: import('vue').PropType<boolean>;
429
+ default: undefined;
430
+ };
431
+ dark: {
418
432
  type: import('vue').PropType<boolean>;
419
433
  };
420
434
  icon: {
421
435
  type: import('vue').PropType<string | import('vue').Component>;
422
436
  };
423
- plain: {
424
- type: import('vue').PropType<boolean>;
425
- default: undefined;
437
+ color: {
438
+ type: import('vue').PropType<string>;
426
439
  };
427
- dark: {
440
+ tag: {
441
+ type: import('vue').PropType<string | import('vue').Component>;
442
+ default: string;
443
+ };
444
+ link: {
428
445
  type: import('vue').PropType<boolean>;
429
446
  };
430
- text: {
447
+ autofocus: {
431
448
  type: import('vue').PropType<boolean>;
432
- default: undefined;
433
449
  };
434
- disabled: {
450
+ text: {
435
451
  type: import('vue').PropType<boolean>;
436
452
  default: undefined;
437
453
  };
438
- size: {
439
- type: import('vue').PropType<"" | "small" | "default" | "large">;
440
- };
441
454
  circle: {
442
455
  type: import('vue').PropType<boolean>;
443
456
  };
444
- color: {
445
- type: import('vue').PropType<string>;
446
- };
447
457
  nativeType: {
448
458
  type: import('vue').PropType<"button" | "reset" | "submit">;
449
459
  default: string;
450
460
  };
451
- loading: {
452
- type: import('vue').PropType<boolean>;
453
- };
454
461
  loadingIcon: {
455
462
  type: import('vue').PropType<string | import('vue').Component>;
456
463
  default: any;
457
464
  };
458
- bg: {
459
- type: import('vue').PropType<boolean>;
460
- };
461
- autofocus: {
465
+ plain: {
462
466
  type: import('vue').PropType<boolean>;
467
+ default: undefined;
463
468
  };
464
- round: {
469
+ bg: {
465
470
  type: import('vue').PropType<boolean>;
466
- default: undefined;
467
471
  };
468
472
  autoInsertSpace: {
469
473
  type: import('vue').PropType<boolean>;
470
474
  default: undefined;
471
475
  };
472
- tag: {
473
- type: import('vue').PropType<string | import('vue').Component>;
474
- default: string;
475
- };
476
476
  }>> & {
477
477
  onClick?: ((evt: MouseEvent) => any) | undefined;
478
- }, "type" | "plain" | "text" | "disabled" | "size" | "ref" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & import('vue').ShallowUnwrapRef<{
478
+ }, "size" | "round" | "type" | "disabled" | "ref" | "tag" | "text" | "nativeType" | "loadingIcon" | "plain" | "autoInsertSpace" | "shouldAddSpace"> & import('vue').ShallowUnwrapRef<{
479
479
  ref: import('vue').Ref<HTMLButtonElement | undefined>;
480
480
  size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
481
481
  type: import('vue').ComputedRef<"text" | "" | "default" | "primary" | "success" | "warning" | "info" | "danger">;
@@ -508,25 +508,25 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
508
508
  loadingIcon: string | import('vue').Component;
509
509
  }> & Omit<{
510
510
  readonly type: import('element-plus').ButtonType;
511
- readonly nativeType: import('element-plus').ButtonNativeType;
512
511
  readonly tag: string | import('vue').Component;
513
- readonly link?: boolean | undefined;
514
- readonly icon?: (string | import('vue').Component) | undefined;
515
- readonly plain?: boolean | undefined;
512
+ readonly nativeType: import('element-plus').ButtonNativeType;
513
+ readonly size?: import('element-plus').ComponentSize | undefined;
514
+ readonly round?: boolean | undefined;
515
+ readonly loading?: boolean | undefined;
516
+ readonly disabled?: boolean | undefined;
516
517
  readonly dark?: boolean | undefined;
518
+ readonly icon?: (string | import('vue').Component) | undefined;
519
+ readonly color?: string | undefined;
520
+ readonly link?: boolean | undefined;
521
+ readonly autofocus?: boolean | undefined;
517
522
  readonly text?: boolean | undefined;
518
- readonly disabled?: boolean | undefined;
519
- readonly size?: import('element-plus').ComponentSize | undefined;
520
523
  readonly circle?: boolean | undefined;
521
- readonly color?: string | undefined;
522
- readonly loading?: boolean | undefined;
523
524
  readonly loadingIcon?: (string | import('vue').Component) | undefined;
525
+ readonly plain?: boolean | undefined;
524
526
  readonly bg?: boolean | undefined;
525
- readonly autofocus?: boolean | undefined;
526
- readonly round?: boolean | undefined;
527
527
  readonly autoInsertSpace?: boolean | undefined;
528
528
  onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
529
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "plain" | "text" | "disabled" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag">;
529
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "round" | "type" | "disabled" | "tag" | "text" | "nativeType" | "loadingIcon" | "plain" | "autoInsertSpace">;
530
530
  $attrs: {
531
531
  [x: string]: unknown;
532
532
  };
@@ -542,69 +542,69 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
542
542
  $emit: (event: "click", evt: MouseEvent) => void;
543
543
  $el: any;
544
544
  $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
545
+ size: {
546
+ type: import('vue').PropType<"" | "large" | "small" | "default">;
547
+ };
548
+ round: {
549
+ type: import('vue').PropType<boolean>;
550
+ default: undefined;
551
+ };
552
+ loading: {
553
+ type: import('vue').PropType<boolean>;
554
+ };
545
555
  type: {
546
- type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
556
+ type: import('vue').PropType<"" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger">;
547
557
  default: string;
548
558
  };
549
- link: {
559
+ disabled: {
560
+ type: import('vue').PropType<boolean>;
561
+ default: undefined;
562
+ };
563
+ dark: {
550
564
  type: import('vue').PropType<boolean>;
551
565
  };
552
566
  icon: {
553
567
  type: import('vue').PropType<string | import('vue').Component>;
554
568
  };
555
- plain: {
556
- type: import('vue').PropType<boolean>;
557
- default: undefined;
569
+ color: {
570
+ type: import('vue').PropType<string>;
558
571
  };
559
- dark: {
572
+ tag: {
573
+ type: import('vue').PropType<string | import('vue').Component>;
574
+ default: string;
575
+ };
576
+ link: {
560
577
  type: import('vue').PropType<boolean>;
561
578
  };
562
- text: {
579
+ autofocus: {
563
580
  type: import('vue').PropType<boolean>;
564
- default: undefined;
565
581
  };
566
- disabled: {
582
+ text: {
567
583
  type: import('vue').PropType<boolean>;
568
584
  default: undefined;
569
585
  };
570
- size: {
571
- type: import('vue').PropType<"" | "small" | "default" | "large">;
572
- };
573
586
  circle: {
574
587
  type: import('vue').PropType<boolean>;
575
588
  };
576
- color: {
577
- type: import('vue').PropType<string>;
578
- };
579
589
  nativeType: {
580
590
  type: import('vue').PropType<"button" | "reset" | "submit">;
581
591
  default: string;
582
592
  };
583
- loading: {
584
- type: import('vue').PropType<boolean>;
585
- };
586
593
  loadingIcon: {
587
594
  type: import('vue').PropType<string | import('vue').Component>;
588
595
  default: any;
589
596
  };
590
- bg: {
591
- type: import('vue').PropType<boolean>;
592
- };
593
- autofocus: {
597
+ plain: {
594
598
  type: import('vue').PropType<boolean>;
599
+ default: undefined;
595
600
  };
596
- round: {
601
+ bg: {
597
602
  type: import('vue').PropType<boolean>;
598
- default: undefined;
599
603
  };
600
604
  autoInsertSpace: {
601
605
  type: import('vue').PropType<boolean>;
602
606
  default: undefined;
603
607
  };
604
- tag: {
605
- type: import('vue').PropType<string | import('vue').Component>;
606
- default: string;
607
- };
608
608
  }>> & {
609
609
  onClick?: ((evt: MouseEvent) => any) | undefined;
610
610
  }, {
@@ -656,72 +656,72 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
656
656
  nativeType: import('element-plus').ButtonNativeType;
657
657
  loadingIcon: string | import('vue').Component;
658
658
  }> & Omit<Readonly<import('vue').ExtractPropTypes<{
659
+ size: {
660
+ type: import('vue').PropType<"" | "large" | "small" | "default">;
661
+ };
662
+ round: {
663
+ type: import('vue').PropType<boolean>;
664
+ default: undefined;
665
+ };
666
+ loading: {
667
+ type: import('vue').PropType<boolean>;
668
+ };
659
669
  type: {
660
- type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
670
+ type: import('vue').PropType<"" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger">;
661
671
  default: string;
662
672
  };
663
- link: {
673
+ disabled: {
674
+ type: import('vue').PropType<boolean>;
675
+ default: undefined;
676
+ };
677
+ dark: {
664
678
  type: import('vue').PropType<boolean>;
665
679
  };
666
680
  icon: {
667
681
  type: import('vue').PropType<string | import('vue').Component>;
668
682
  };
669
- plain: {
670
- type: import('vue').PropType<boolean>;
671
- default: undefined;
683
+ color: {
684
+ type: import('vue').PropType<string>;
672
685
  };
673
- dark: {
686
+ tag: {
687
+ type: import('vue').PropType<string | import('vue').Component>;
688
+ default: string;
689
+ };
690
+ link: {
674
691
  type: import('vue').PropType<boolean>;
675
692
  };
676
- text: {
693
+ autofocus: {
677
694
  type: import('vue').PropType<boolean>;
678
- default: undefined;
679
695
  };
680
- disabled: {
696
+ text: {
681
697
  type: import('vue').PropType<boolean>;
682
698
  default: undefined;
683
699
  };
684
- size: {
685
- type: import('vue').PropType<"" | "small" | "default" | "large">;
686
- };
687
700
  circle: {
688
701
  type: import('vue').PropType<boolean>;
689
702
  };
690
- color: {
691
- type: import('vue').PropType<string>;
692
- };
693
703
  nativeType: {
694
704
  type: import('vue').PropType<"button" | "reset" | "submit">;
695
705
  default: string;
696
706
  };
697
- loading: {
698
- type: import('vue').PropType<boolean>;
699
- };
700
707
  loadingIcon: {
701
708
  type: import('vue').PropType<string | import('vue').Component>;
702
709
  default: any;
703
710
  };
704
- bg: {
705
- type: import('vue').PropType<boolean>;
706
- };
707
- autofocus: {
711
+ plain: {
708
712
  type: import('vue').PropType<boolean>;
713
+ default: undefined;
709
714
  };
710
- round: {
715
+ bg: {
711
716
  type: import('vue').PropType<boolean>;
712
- default: undefined;
713
717
  };
714
718
  autoInsertSpace: {
715
719
  type: import('vue').PropType<boolean>;
716
720
  default: undefined;
717
721
  };
718
- tag: {
719
- type: import('vue').PropType<string | import('vue').Component>;
720
- default: string;
721
- };
722
722
  }>> & {
723
723
  onClick?: ((evt: MouseEvent) => any) | undefined;
724
- }, "type" | "plain" | "text" | "disabled" | "size" | "ref" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & import('vue').ShallowUnwrapRef<{
724
+ }, "size" | "round" | "type" | "disabled" | "ref" | "tag" | "text" | "nativeType" | "loadingIcon" | "plain" | "autoInsertSpace" | "shouldAddSpace"> & import('vue').ShallowUnwrapRef<{
725
725
  ref: import('vue').Ref<HTMLButtonElement | undefined>;
726
726
  size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
727
727
  type: import('vue').ComputedRef<"text" | "" | "default" | "primary" | "success" | "warning" | "info" | "danger">;
@@ -763,25 +763,25 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
763
763
  loadingIcon: string | import('vue').Component;
764
764
  }> & Omit<{
765
765
  readonly type: import('element-plus').ButtonType;
766
- readonly nativeType: import('element-plus').ButtonNativeType;
767
766
  readonly tag: string | import('vue').Component;
768
- readonly link?: boolean | undefined;
769
- readonly icon?: (string | import('vue').Component) | undefined;
770
- readonly plain?: boolean | undefined;
767
+ readonly nativeType: import('element-plus').ButtonNativeType;
768
+ readonly size?: import('element-plus').ComponentSize | undefined;
769
+ readonly round?: boolean | undefined;
770
+ readonly loading?: boolean | undefined;
771
+ readonly disabled?: boolean | undefined;
771
772
  readonly dark?: boolean | undefined;
773
+ readonly icon?: (string | import('vue').Component) | undefined;
774
+ readonly color?: string | undefined;
775
+ readonly link?: boolean | undefined;
776
+ readonly autofocus?: boolean | undefined;
772
777
  readonly text?: boolean | undefined;
773
- readonly disabled?: boolean | undefined;
774
- readonly size?: import('element-plus').ComponentSize | undefined;
775
778
  readonly circle?: boolean | undefined;
776
- readonly color?: string | undefined;
777
- readonly loading?: boolean | undefined;
778
779
  readonly loadingIcon?: (string | import('vue').Component) | undefined;
780
+ readonly plain?: boolean | undefined;
779
781
  readonly bg?: boolean | undefined;
780
- readonly autofocus?: boolean | undefined;
781
- readonly round?: boolean | undefined;
782
782
  readonly autoInsertSpace?: boolean | undefined;
783
783
  onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
784
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "plain" | "text" | "disabled" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag">;
784
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "round" | "type" | "disabled" | "tag" | "text" | "nativeType" | "loadingIcon" | "plain" | "autoInsertSpace">;
785
785
  $attrs: {
786
786
  [x: string]: unknown;
787
787
  };
@@ -797,69 +797,69 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
797
797
  $emit: (event: "click", evt: MouseEvent) => void;
798
798
  $el: any;
799
799
  $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
800
+ size: {
801
+ type: import('vue').PropType<"" | "large" | "small" | "default">;
802
+ };
803
+ round: {
804
+ type: import('vue').PropType<boolean>;
805
+ default: undefined;
806
+ };
807
+ loading: {
808
+ type: import('vue').PropType<boolean>;
809
+ };
800
810
  type: {
801
- type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
811
+ type: import('vue').PropType<"" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger">;
802
812
  default: string;
803
813
  };
804
- link: {
814
+ disabled: {
815
+ type: import('vue').PropType<boolean>;
816
+ default: undefined;
817
+ };
818
+ dark: {
805
819
  type: import('vue').PropType<boolean>;
806
820
  };
807
821
  icon: {
808
822
  type: import('vue').PropType<string | import('vue').Component>;
809
823
  };
810
- plain: {
811
- type: import('vue').PropType<boolean>;
812
- default: undefined;
824
+ color: {
825
+ type: import('vue').PropType<string>;
813
826
  };
814
- dark: {
827
+ tag: {
828
+ type: import('vue').PropType<string | import('vue').Component>;
829
+ default: string;
830
+ };
831
+ link: {
815
832
  type: import('vue').PropType<boolean>;
816
833
  };
817
- text: {
834
+ autofocus: {
818
835
  type: import('vue').PropType<boolean>;
819
- default: undefined;
820
836
  };
821
- disabled: {
837
+ text: {
822
838
  type: import('vue').PropType<boolean>;
823
839
  default: undefined;
824
840
  };
825
- size: {
826
- type: import('vue').PropType<"" | "small" | "default" | "large">;
827
- };
828
841
  circle: {
829
842
  type: import('vue').PropType<boolean>;
830
843
  };
831
- color: {
832
- type: import('vue').PropType<string>;
833
- };
834
844
  nativeType: {
835
845
  type: import('vue').PropType<"button" | "reset" | "submit">;
836
846
  default: string;
837
847
  };
838
- loading: {
839
- type: import('vue').PropType<boolean>;
840
- };
841
848
  loadingIcon: {
842
849
  type: import('vue').PropType<string | import('vue').Component>;
843
850
  default: any;
844
851
  };
845
- bg: {
846
- type: import('vue').PropType<boolean>;
847
- };
848
- autofocus: {
852
+ plain: {
849
853
  type: import('vue').PropType<boolean>;
854
+ default: undefined;
850
855
  };
851
- round: {
856
+ bg: {
852
857
  type: import('vue').PropType<boolean>;
853
- default: undefined;
854
858
  };
855
859
  autoInsertSpace: {
856
860
  type: import('vue').PropType<boolean>;
857
861
  default: undefined;
858
862
  };
859
- tag: {
860
- type: import('vue').PropType<string | import('vue').Component>;
861
- default: string;
862
- };
863
863
  }>> & {
864
864
  onClick?: ((evt: MouseEvent) => any) | undefined;
865
865
  }, {
@@ -911,72 +911,72 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
911
911
  nativeType: import('element-plus').ButtonNativeType;
912
912
  loadingIcon: string | import('vue').Component;
913
913
  }> & Omit<Readonly<import('vue').ExtractPropTypes<{
914
+ size: {
915
+ type: import('vue').PropType<"" | "large" | "small" | "default">;
916
+ };
917
+ round: {
918
+ type: import('vue').PropType<boolean>;
919
+ default: undefined;
920
+ };
921
+ loading: {
922
+ type: import('vue').PropType<boolean>;
923
+ };
914
924
  type: {
915
- type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
925
+ type: import('vue').PropType<"" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger">;
916
926
  default: string;
917
927
  };
918
- link: {
928
+ disabled: {
929
+ type: import('vue').PropType<boolean>;
930
+ default: undefined;
931
+ };
932
+ dark: {
919
933
  type: import('vue').PropType<boolean>;
920
934
  };
921
935
  icon: {
922
936
  type: import('vue').PropType<string | import('vue').Component>;
923
937
  };
924
- plain: {
925
- type: import('vue').PropType<boolean>;
926
- default: undefined;
938
+ color: {
939
+ type: import('vue').PropType<string>;
927
940
  };
928
- dark: {
941
+ tag: {
942
+ type: import('vue').PropType<string | import('vue').Component>;
943
+ default: string;
944
+ };
945
+ link: {
929
946
  type: import('vue').PropType<boolean>;
930
947
  };
931
- text: {
948
+ autofocus: {
932
949
  type: import('vue').PropType<boolean>;
933
- default: undefined;
934
950
  };
935
- disabled: {
951
+ text: {
936
952
  type: import('vue').PropType<boolean>;
937
953
  default: undefined;
938
954
  };
939
- size: {
940
- type: import('vue').PropType<"" | "small" | "default" | "large">;
941
- };
942
955
  circle: {
943
956
  type: import('vue').PropType<boolean>;
944
957
  };
945
- color: {
946
- type: import('vue').PropType<string>;
947
- };
948
958
  nativeType: {
949
959
  type: import('vue').PropType<"button" | "reset" | "submit">;
950
960
  default: string;
951
961
  };
952
- loading: {
953
- type: import('vue').PropType<boolean>;
954
- };
955
962
  loadingIcon: {
956
963
  type: import('vue').PropType<string | import('vue').Component>;
957
964
  default: any;
958
965
  };
959
- bg: {
960
- type: import('vue').PropType<boolean>;
961
- };
962
- autofocus: {
966
+ plain: {
963
967
  type: import('vue').PropType<boolean>;
968
+ default: undefined;
964
969
  };
965
- round: {
970
+ bg: {
966
971
  type: import('vue').PropType<boolean>;
967
- default: undefined;
968
972
  };
969
973
  autoInsertSpace: {
970
974
  type: import('vue').PropType<boolean>;
971
975
  default: undefined;
972
976
  };
973
- tag: {
974
- type: import('vue').PropType<string | import('vue').Component>;
975
- default: string;
976
- };
977
977
  }>> & {
978
978
  onClick?: ((evt: MouseEvent) => any) | undefined;
979
- }, "type" | "plain" | "text" | "disabled" | "size" | "ref" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & import('vue').ShallowUnwrapRef<{
979
+ }, "size" | "round" | "type" | "disabled" | "ref" | "tag" | "text" | "nativeType" | "loadingIcon" | "plain" | "autoInsertSpace" | "shouldAddSpace"> & import('vue').ShallowUnwrapRef<{
980
980
  ref: import('vue').Ref<HTMLButtonElement | undefined>;
981
981
  size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
982
982
  type: import('vue').ComputedRef<"text" | "" | "default" | "primary" | "success" | "warning" | "info" | "danger">;
@@ -1005,25 +1005,25 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
1005
1005
  loadingIcon: string | import('vue').Component;
1006
1006
  }> & Omit<{
1007
1007
  readonly type: import('element-plus').ButtonType;
1008
- readonly nativeType: import('element-plus').ButtonNativeType;
1009
1008
  readonly tag: string | import('vue').Component;
1010
- readonly link?: boolean | undefined;
1011
- readonly icon?: (string | import('vue').Component) | undefined;
1012
- readonly plain?: boolean | undefined;
1009
+ readonly nativeType: import('element-plus').ButtonNativeType;
1010
+ readonly size?: import('element-plus').ComponentSize | undefined;
1011
+ readonly round?: boolean | undefined;
1012
+ readonly loading?: boolean | undefined;
1013
+ readonly disabled?: boolean | undefined;
1013
1014
  readonly dark?: boolean | undefined;
1015
+ readonly icon?: (string | import('vue').Component) | undefined;
1016
+ readonly color?: string | undefined;
1017
+ readonly link?: boolean | undefined;
1018
+ readonly autofocus?: boolean | undefined;
1014
1019
  readonly text?: boolean | undefined;
1015
- readonly disabled?: boolean | undefined;
1016
- readonly size?: import('element-plus').ComponentSize | undefined;
1017
1020
  readonly circle?: boolean | undefined;
1018
- readonly color?: string | undefined;
1019
- readonly loading?: boolean | undefined;
1020
1021
  readonly loadingIcon?: (string | import('vue').Component) | undefined;
1022
+ readonly plain?: boolean | undefined;
1021
1023
  readonly bg?: boolean | undefined;
1022
- readonly autofocus?: boolean | undefined;
1023
- readonly round?: boolean | undefined;
1024
1024
  readonly autoInsertSpace?: boolean | undefined;
1025
1025
  onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
1026
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "plain" | "text" | "disabled" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag">;
1026
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "round" | "type" | "disabled" | "tag" | "text" | "nativeType" | "loadingIcon" | "plain" | "autoInsertSpace">;
1027
1027
  $attrs: {
1028
1028
  [x: string]: unknown;
1029
1029
  };
@@ -1039,69 +1039,69 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
1039
1039
  $emit: (event: "click", evt: MouseEvent) => void;
1040
1040
  $el: any;
1041
1041
  $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1042
+ size: {
1043
+ type: import('vue').PropType<"" | "large" | "small" | "default">;
1044
+ };
1045
+ round: {
1046
+ type: import('vue').PropType<boolean>;
1047
+ default: undefined;
1048
+ };
1049
+ loading: {
1050
+ type: import('vue').PropType<boolean>;
1051
+ };
1042
1052
  type: {
1043
- type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
1053
+ type: import('vue').PropType<"" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger">;
1044
1054
  default: string;
1045
1055
  };
1046
- link: {
1056
+ disabled: {
1057
+ type: import('vue').PropType<boolean>;
1058
+ default: undefined;
1059
+ };
1060
+ dark: {
1047
1061
  type: import('vue').PropType<boolean>;
1048
1062
  };
1049
1063
  icon: {
1050
1064
  type: import('vue').PropType<string | import('vue').Component>;
1051
1065
  };
1052
- plain: {
1053
- type: import('vue').PropType<boolean>;
1054
- default: undefined;
1066
+ color: {
1067
+ type: import('vue').PropType<string>;
1055
1068
  };
1056
- dark: {
1069
+ tag: {
1070
+ type: import('vue').PropType<string | import('vue').Component>;
1071
+ default: string;
1072
+ };
1073
+ link: {
1057
1074
  type: import('vue').PropType<boolean>;
1058
1075
  };
1059
- text: {
1076
+ autofocus: {
1060
1077
  type: import('vue').PropType<boolean>;
1061
- default: undefined;
1062
1078
  };
1063
- disabled: {
1079
+ text: {
1064
1080
  type: import('vue').PropType<boolean>;
1065
1081
  default: undefined;
1066
1082
  };
1067
- size: {
1068
- type: import('vue').PropType<"" | "small" | "default" | "large">;
1069
- };
1070
1083
  circle: {
1071
1084
  type: import('vue').PropType<boolean>;
1072
1085
  };
1073
- color: {
1074
- type: import('vue').PropType<string>;
1075
- };
1076
1086
  nativeType: {
1077
1087
  type: import('vue').PropType<"button" | "reset" | "submit">;
1078
1088
  default: string;
1079
1089
  };
1080
- loading: {
1081
- type: import('vue').PropType<boolean>;
1082
- };
1083
1090
  loadingIcon: {
1084
1091
  type: import('vue').PropType<string | import('vue').Component>;
1085
1092
  default: any;
1086
1093
  };
1087
- bg: {
1088
- type: import('vue').PropType<boolean>;
1089
- };
1090
- autofocus: {
1094
+ plain: {
1091
1095
  type: import('vue').PropType<boolean>;
1096
+ default: undefined;
1092
1097
  };
1093
- round: {
1098
+ bg: {
1094
1099
  type: import('vue').PropType<boolean>;
1095
- default: undefined;
1096
1100
  };
1097
1101
  autoInsertSpace: {
1098
1102
  type: import('vue').PropType<boolean>;
1099
1103
  default: undefined;
1100
1104
  };
1101
- tag: {
1102
- type: import('vue').PropType<string | import('vue').Component>;
1103
- default: string;
1104
- };
1105
1105
  }>> & {
1106
1106
  onClick?: ((evt: MouseEvent) => any) | undefined;
1107
1107
  }, {
@@ -1153,72 +1153,72 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
1153
1153
  nativeType: import('element-plus').ButtonNativeType;
1154
1154
  loadingIcon: string | import('vue').Component;
1155
1155
  }> & Omit<Readonly<import('vue').ExtractPropTypes<{
1156
+ size: {
1157
+ type: import('vue').PropType<"" | "large" | "small" | "default">;
1158
+ };
1159
+ round: {
1160
+ type: import('vue').PropType<boolean>;
1161
+ default: undefined;
1162
+ };
1163
+ loading: {
1164
+ type: import('vue').PropType<boolean>;
1165
+ };
1156
1166
  type: {
1157
- type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
1167
+ type: import('vue').PropType<"" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger">;
1158
1168
  default: string;
1159
1169
  };
1160
- link: {
1170
+ disabled: {
1171
+ type: import('vue').PropType<boolean>;
1172
+ default: undefined;
1173
+ };
1174
+ dark: {
1161
1175
  type: import('vue').PropType<boolean>;
1162
1176
  };
1163
1177
  icon: {
1164
1178
  type: import('vue').PropType<string | import('vue').Component>;
1165
1179
  };
1166
- plain: {
1167
- type: import('vue').PropType<boolean>;
1168
- default: undefined;
1180
+ color: {
1181
+ type: import('vue').PropType<string>;
1169
1182
  };
1170
- dark: {
1183
+ tag: {
1184
+ type: import('vue').PropType<string | import('vue').Component>;
1185
+ default: string;
1186
+ };
1187
+ link: {
1171
1188
  type: import('vue').PropType<boolean>;
1172
1189
  };
1173
- text: {
1190
+ autofocus: {
1174
1191
  type: import('vue').PropType<boolean>;
1175
- default: undefined;
1176
1192
  };
1177
- disabled: {
1193
+ text: {
1178
1194
  type: import('vue').PropType<boolean>;
1179
1195
  default: undefined;
1180
1196
  };
1181
- size: {
1182
- type: import('vue').PropType<"" | "small" | "default" | "large">;
1183
- };
1184
1197
  circle: {
1185
1198
  type: import('vue').PropType<boolean>;
1186
1199
  };
1187
- color: {
1188
- type: import('vue').PropType<string>;
1189
- };
1190
1200
  nativeType: {
1191
1201
  type: import('vue').PropType<"button" | "reset" | "submit">;
1192
1202
  default: string;
1193
1203
  };
1194
- loading: {
1195
- type: import('vue').PropType<boolean>;
1196
- };
1197
1204
  loadingIcon: {
1198
1205
  type: import('vue').PropType<string | import('vue').Component>;
1199
1206
  default: any;
1200
1207
  };
1201
- bg: {
1202
- type: import('vue').PropType<boolean>;
1203
- };
1204
- autofocus: {
1208
+ plain: {
1205
1209
  type: import('vue').PropType<boolean>;
1210
+ default: undefined;
1206
1211
  };
1207
- round: {
1212
+ bg: {
1208
1213
  type: import('vue').PropType<boolean>;
1209
- default: undefined;
1210
1214
  };
1211
1215
  autoInsertSpace: {
1212
1216
  type: import('vue').PropType<boolean>;
1213
1217
  default: undefined;
1214
1218
  };
1215
- tag: {
1216
- type: import('vue').PropType<string | import('vue').Component>;
1217
- default: string;
1218
- };
1219
1219
  }>> & {
1220
1220
  onClick?: ((evt: MouseEvent) => any) | undefined;
1221
- }, "type" | "plain" | "text" | "disabled" | "size" | "ref" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & import('vue').ShallowUnwrapRef<{
1221
+ }, "size" | "round" | "type" | "disabled" | "ref" | "tag" | "text" | "nativeType" | "loadingIcon" | "plain" | "autoInsertSpace" | "shouldAddSpace"> & import('vue').ShallowUnwrapRef<{
1222
1222
  ref: import('vue').Ref<HTMLButtonElement | undefined>;
1223
1223
  size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
1224
1224
  type: import('vue').ComputedRef<"text" | "" | "default" | "primary" | "success" | "warning" | "info" | "danger">;
@@ -1257,25 +1257,25 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
1257
1257
  loadingIcon: string | import('vue').Component;
1258
1258
  }> & Omit<{
1259
1259
  readonly type: import('element-plus').ButtonType;
1260
- readonly nativeType: import('element-plus').ButtonNativeType;
1261
1260
  readonly tag: string | import('vue').Component;
1262
- readonly link?: boolean | undefined;
1263
- readonly icon?: (string | import('vue').Component) | undefined;
1264
- readonly plain?: boolean | undefined;
1261
+ readonly nativeType: import('element-plus').ButtonNativeType;
1262
+ readonly size?: import('element-plus').ComponentSize | undefined;
1263
+ readonly round?: boolean | undefined;
1264
+ readonly loading?: boolean | undefined;
1265
+ readonly disabled?: boolean | undefined;
1265
1266
  readonly dark?: boolean | undefined;
1267
+ readonly icon?: (string | import('vue').Component) | undefined;
1268
+ readonly color?: string | undefined;
1269
+ readonly link?: boolean | undefined;
1270
+ readonly autofocus?: boolean | undefined;
1266
1271
  readonly text?: boolean | undefined;
1267
- readonly disabled?: boolean | undefined;
1268
- readonly size?: import('element-plus').ComponentSize | undefined;
1269
1272
  readonly circle?: boolean | undefined;
1270
- readonly color?: string | undefined;
1271
- readonly loading?: boolean | undefined;
1272
1273
  readonly loadingIcon?: (string | import('vue').Component) | undefined;
1274
+ readonly plain?: boolean | undefined;
1273
1275
  readonly bg?: boolean | undefined;
1274
- readonly autofocus?: boolean | undefined;
1275
- readonly round?: boolean | undefined;
1276
1276
  readonly autoInsertSpace?: boolean | undefined;
1277
1277
  onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
1278
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "plain" | "text" | "disabled" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag">;
1278
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "round" | "type" | "disabled" | "tag" | "text" | "nativeType" | "loadingIcon" | "plain" | "autoInsertSpace">;
1279
1279
  $attrs: {
1280
1280
  [x: string]: unknown;
1281
1281
  };
@@ -1291,69 +1291,69 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
1291
1291
  $emit: (event: "click", evt: MouseEvent) => void;
1292
1292
  $el: any;
1293
1293
  $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1294
+ size: {
1295
+ type: import('vue').PropType<"" | "large" | "small" | "default">;
1296
+ };
1297
+ round: {
1298
+ type: import('vue').PropType<boolean>;
1299
+ default: undefined;
1300
+ };
1301
+ loading: {
1302
+ type: import('vue').PropType<boolean>;
1303
+ };
1294
1304
  type: {
1295
- type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
1305
+ type: import('vue').PropType<"" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger">;
1296
1306
  default: string;
1297
1307
  };
1298
- link: {
1308
+ disabled: {
1309
+ type: import('vue').PropType<boolean>;
1310
+ default: undefined;
1311
+ };
1312
+ dark: {
1299
1313
  type: import('vue').PropType<boolean>;
1300
1314
  };
1301
1315
  icon: {
1302
1316
  type: import('vue').PropType<string | import('vue').Component>;
1303
1317
  };
1304
- plain: {
1305
- type: import('vue').PropType<boolean>;
1306
- default: undefined;
1318
+ color: {
1319
+ type: import('vue').PropType<string>;
1307
1320
  };
1308
- dark: {
1321
+ tag: {
1322
+ type: import('vue').PropType<string | import('vue').Component>;
1323
+ default: string;
1324
+ };
1325
+ link: {
1309
1326
  type: import('vue').PropType<boolean>;
1310
1327
  };
1311
- text: {
1328
+ autofocus: {
1312
1329
  type: import('vue').PropType<boolean>;
1313
- default: undefined;
1314
1330
  };
1315
- disabled: {
1331
+ text: {
1316
1332
  type: import('vue').PropType<boolean>;
1317
1333
  default: undefined;
1318
1334
  };
1319
- size: {
1320
- type: import('vue').PropType<"" | "small" | "default" | "large">;
1321
- };
1322
1335
  circle: {
1323
1336
  type: import('vue').PropType<boolean>;
1324
1337
  };
1325
- color: {
1326
- type: import('vue').PropType<string>;
1327
- };
1328
1338
  nativeType: {
1329
1339
  type: import('vue').PropType<"button" | "reset" | "submit">;
1330
1340
  default: string;
1331
1341
  };
1332
- loading: {
1333
- type: import('vue').PropType<boolean>;
1334
- };
1335
1342
  loadingIcon: {
1336
1343
  type: import('vue').PropType<string | import('vue').Component>;
1337
1344
  default: any;
1338
1345
  };
1339
- bg: {
1340
- type: import('vue').PropType<boolean>;
1341
- };
1342
- autofocus: {
1346
+ plain: {
1343
1347
  type: import('vue').PropType<boolean>;
1348
+ default: undefined;
1344
1349
  };
1345
- round: {
1350
+ bg: {
1346
1351
  type: import('vue').PropType<boolean>;
1347
- default: undefined;
1348
1352
  };
1349
1353
  autoInsertSpace: {
1350
1354
  type: import('vue').PropType<boolean>;
1351
1355
  default: undefined;
1352
1356
  };
1353
- tag: {
1354
- type: import('vue').PropType<string | import('vue').Component>;
1355
- default: string;
1356
- };
1357
1357
  }>> & {
1358
1358
  onClick?: ((evt: MouseEvent) => any) | undefined;
1359
1359
  }, {
@@ -1405,72 +1405,72 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
1405
1405
  nativeType: import('element-plus').ButtonNativeType;
1406
1406
  loadingIcon: string | import('vue').Component;
1407
1407
  }> & Omit<Readonly<import('vue').ExtractPropTypes<{
1408
+ size: {
1409
+ type: import('vue').PropType<"" | "large" | "small" | "default">;
1410
+ };
1411
+ round: {
1412
+ type: import('vue').PropType<boolean>;
1413
+ default: undefined;
1414
+ };
1415
+ loading: {
1416
+ type: import('vue').PropType<boolean>;
1417
+ };
1408
1418
  type: {
1409
- type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
1419
+ type: import('vue').PropType<"" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger">;
1410
1420
  default: string;
1411
1421
  };
1412
- link: {
1422
+ disabled: {
1423
+ type: import('vue').PropType<boolean>;
1424
+ default: undefined;
1425
+ };
1426
+ dark: {
1413
1427
  type: import('vue').PropType<boolean>;
1414
1428
  };
1415
1429
  icon: {
1416
1430
  type: import('vue').PropType<string | import('vue').Component>;
1417
1431
  };
1418
- plain: {
1419
- type: import('vue').PropType<boolean>;
1420
- default: undefined;
1432
+ color: {
1433
+ type: import('vue').PropType<string>;
1421
1434
  };
1422
- dark: {
1435
+ tag: {
1436
+ type: import('vue').PropType<string | import('vue').Component>;
1437
+ default: string;
1438
+ };
1439
+ link: {
1423
1440
  type: import('vue').PropType<boolean>;
1424
1441
  };
1425
- text: {
1442
+ autofocus: {
1426
1443
  type: import('vue').PropType<boolean>;
1427
- default: undefined;
1428
1444
  };
1429
- disabled: {
1445
+ text: {
1430
1446
  type: import('vue').PropType<boolean>;
1431
1447
  default: undefined;
1432
1448
  };
1433
- size: {
1434
- type: import('vue').PropType<"" | "small" | "default" | "large">;
1435
- };
1436
1449
  circle: {
1437
1450
  type: import('vue').PropType<boolean>;
1438
1451
  };
1439
- color: {
1440
- type: import('vue').PropType<string>;
1441
- };
1442
1452
  nativeType: {
1443
1453
  type: import('vue').PropType<"button" | "reset" | "submit">;
1444
1454
  default: string;
1445
1455
  };
1446
- loading: {
1447
- type: import('vue').PropType<boolean>;
1448
- };
1449
1456
  loadingIcon: {
1450
1457
  type: import('vue').PropType<string | import('vue').Component>;
1451
1458
  default: any;
1452
1459
  };
1453
- bg: {
1454
- type: import('vue').PropType<boolean>;
1455
- };
1456
- autofocus: {
1460
+ plain: {
1457
1461
  type: import('vue').PropType<boolean>;
1462
+ default: undefined;
1458
1463
  };
1459
- round: {
1464
+ bg: {
1460
1465
  type: import('vue').PropType<boolean>;
1461
- default: undefined;
1462
1466
  };
1463
1467
  autoInsertSpace: {
1464
1468
  type: import('vue').PropType<boolean>;
1465
1469
  default: undefined;
1466
1470
  };
1467
- tag: {
1468
- type: import('vue').PropType<string | import('vue').Component>;
1469
- default: string;
1470
- };
1471
1471
  }>> & {
1472
1472
  onClick?: ((evt: MouseEvent) => any) | undefined;
1473
- }, "type" | "plain" | "text" | "disabled" | "size" | "ref" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & import('vue').ShallowUnwrapRef<{
1473
+ }, "size" | "round" | "type" | "disabled" | "ref" | "tag" | "text" | "nativeType" | "loadingIcon" | "plain" | "autoInsertSpace" | "shouldAddSpace"> & import('vue').ShallowUnwrapRef<{
1474
1474
  ref: import('vue').Ref<HTMLButtonElement | undefined>;
1475
1475
  size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
1476
1476
  type: import('vue').ComputedRef<"text" | "" | "default" | "primary" | "success" | "warning" | "info" | "danger">;
@@ -1499,25 +1499,25 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
1499
1499
  loadingIcon: string | import('vue').Component;
1500
1500
  }> & Omit<{
1501
1501
  readonly type: import('element-plus').ButtonType;
1502
- readonly nativeType: import('element-plus').ButtonNativeType;
1503
1502
  readonly tag: string | import('vue').Component;
1504
- readonly link?: boolean | undefined;
1505
- readonly icon?: (string | import('vue').Component) | undefined;
1506
- readonly plain?: boolean | undefined;
1503
+ readonly nativeType: import('element-plus').ButtonNativeType;
1504
+ readonly size?: import('element-plus').ComponentSize | undefined;
1505
+ readonly round?: boolean | undefined;
1506
+ readonly loading?: boolean | undefined;
1507
+ readonly disabled?: boolean | undefined;
1507
1508
  readonly dark?: boolean | undefined;
1509
+ readonly icon?: (string | import('vue').Component) | undefined;
1510
+ readonly color?: string | undefined;
1511
+ readonly link?: boolean | undefined;
1512
+ readonly autofocus?: boolean | undefined;
1508
1513
  readonly text?: boolean | undefined;
1509
- readonly disabled?: boolean | undefined;
1510
- readonly size?: import('element-plus').ComponentSize | undefined;
1511
1514
  readonly circle?: boolean | undefined;
1512
- readonly color?: string | undefined;
1513
- readonly loading?: boolean | undefined;
1514
1515
  readonly loadingIcon?: (string | import('vue').Component) | undefined;
1516
+ readonly plain?: boolean | undefined;
1515
1517
  readonly bg?: boolean | undefined;
1516
- readonly autofocus?: boolean | undefined;
1517
- readonly round?: boolean | undefined;
1518
1518
  readonly autoInsertSpace?: boolean | undefined;
1519
1519
  onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
1520
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "plain" | "text" | "disabled" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag">;
1520
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "round" | "type" | "disabled" | "tag" | "text" | "nativeType" | "loadingIcon" | "plain" | "autoInsertSpace">;
1521
1521
  $attrs: {
1522
1522
  [x: string]: unknown;
1523
1523
  };
@@ -1533,69 +1533,69 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
1533
1533
  $emit: (event: "click", evt: MouseEvent) => void;
1534
1534
  $el: any;
1535
1535
  $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1536
+ size: {
1537
+ type: import('vue').PropType<"" | "large" | "small" | "default">;
1538
+ };
1539
+ round: {
1540
+ type: import('vue').PropType<boolean>;
1541
+ default: undefined;
1542
+ };
1543
+ loading: {
1544
+ type: import('vue').PropType<boolean>;
1545
+ };
1536
1546
  type: {
1537
- type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
1547
+ type: import('vue').PropType<"" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger">;
1538
1548
  default: string;
1539
1549
  };
1540
- link: {
1550
+ disabled: {
1551
+ type: import('vue').PropType<boolean>;
1552
+ default: undefined;
1553
+ };
1554
+ dark: {
1541
1555
  type: import('vue').PropType<boolean>;
1542
1556
  };
1543
1557
  icon: {
1544
1558
  type: import('vue').PropType<string | import('vue').Component>;
1545
1559
  };
1546
- plain: {
1547
- type: import('vue').PropType<boolean>;
1548
- default: undefined;
1560
+ color: {
1561
+ type: import('vue').PropType<string>;
1549
1562
  };
1550
- dark: {
1563
+ tag: {
1564
+ type: import('vue').PropType<string | import('vue').Component>;
1565
+ default: string;
1566
+ };
1567
+ link: {
1551
1568
  type: import('vue').PropType<boolean>;
1552
1569
  };
1553
- text: {
1570
+ autofocus: {
1554
1571
  type: import('vue').PropType<boolean>;
1555
- default: undefined;
1556
1572
  };
1557
- disabled: {
1573
+ text: {
1558
1574
  type: import('vue').PropType<boolean>;
1559
1575
  default: undefined;
1560
1576
  };
1561
- size: {
1562
- type: import('vue').PropType<"" | "small" | "default" | "large">;
1563
- };
1564
1577
  circle: {
1565
1578
  type: import('vue').PropType<boolean>;
1566
1579
  };
1567
- color: {
1568
- type: import('vue').PropType<string>;
1569
- };
1570
1580
  nativeType: {
1571
1581
  type: import('vue').PropType<"button" | "reset" | "submit">;
1572
1582
  default: string;
1573
1583
  };
1574
- loading: {
1575
- type: import('vue').PropType<boolean>;
1576
- };
1577
1584
  loadingIcon: {
1578
1585
  type: import('vue').PropType<string | import('vue').Component>;
1579
1586
  default: any;
1580
1587
  };
1581
- bg: {
1582
- type: import('vue').PropType<boolean>;
1583
- };
1584
- autofocus: {
1588
+ plain: {
1585
1589
  type: import('vue').PropType<boolean>;
1590
+ default: undefined;
1586
1591
  };
1587
- round: {
1592
+ bg: {
1588
1593
  type: import('vue').PropType<boolean>;
1589
- default: undefined;
1590
1594
  };
1591
1595
  autoInsertSpace: {
1592
1596
  type: import('vue').PropType<boolean>;
1593
1597
  default: undefined;
1594
1598
  };
1595
- tag: {
1596
- type: import('vue').PropType<string | import('vue').Component>;
1597
- default: string;
1598
- };
1599
1599
  }>> & {
1600
1600
  onClick?: ((evt: MouseEvent) => any) | undefined;
1601
1601
  }, {
@@ -1647,72 +1647,72 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
1647
1647
  nativeType: import('element-plus').ButtonNativeType;
1648
1648
  loadingIcon: string | import('vue').Component;
1649
1649
  }> & Omit<Readonly<import('vue').ExtractPropTypes<{
1650
+ size: {
1651
+ type: import('vue').PropType<"" | "large" | "small" | "default">;
1652
+ };
1653
+ round: {
1654
+ type: import('vue').PropType<boolean>;
1655
+ default: undefined;
1656
+ };
1657
+ loading: {
1658
+ type: import('vue').PropType<boolean>;
1659
+ };
1650
1660
  type: {
1651
- type: import('vue').PropType<"" | "text" | "info" | "default" | "primary" | "success" | "warning" | "danger">;
1661
+ type: import('vue').PropType<"" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger">;
1652
1662
  default: string;
1653
1663
  };
1654
- link: {
1664
+ disabled: {
1665
+ type: import('vue').PropType<boolean>;
1666
+ default: undefined;
1667
+ };
1668
+ dark: {
1655
1669
  type: import('vue').PropType<boolean>;
1656
1670
  };
1657
1671
  icon: {
1658
1672
  type: import('vue').PropType<string | import('vue').Component>;
1659
1673
  };
1660
- plain: {
1661
- type: import('vue').PropType<boolean>;
1662
- default: undefined;
1674
+ color: {
1675
+ type: import('vue').PropType<string>;
1663
1676
  };
1664
- dark: {
1677
+ tag: {
1678
+ type: import('vue').PropType<string | import('vue').Component>;
1679
+ default: string;
1680
+ };
1681
+ link: {
1665
1682
  type: import('vue').PropType<boolean>;
1666
1683
  };
1667
- text: {
1684
+ autofocus: {
1668
1685
  type: import('vue').PropType<boolean>;
1669
- default: undefined;
1670
1686
  };
1671
- disabled: {
1687
+ text: {
1672
1688
  type: import('vue').PropType<boolean>;
1673
1689
  default: undefined;
1674
1690
  };
1675
- size: {
1676
- type: import('vue').PropType<"" | "small" | "default" | "large">;
1677
- };
1678
1691
  circle: {
1679
1692
  type: import('vue').PropType<boolean>;
1680
1693
  };
1681
- color: {
1682
- type: import('vue').PropType<string>;
1683
- };
1684
1694
  nativeType: {
1685
1695
  type: import('vue').PropType<"button" | "reset" | "submit">;
1686
1696
  default: string;
1687
1697
  };
1688
- loading: {
1689
- type: import('vue').PropType<boolean>;
1690
- };
1691
1698
  loadingIcon: {
1692
1699
  type: import('vue').PropType<string | import('vue').Component>;
1693
1700
  default: any;
1694
1701
  };
1695
- bg: {
1696
- type: import('vue').PropType<boolean>;
1697
- };
1698
- autofocus: {
1702
+ plain: {
1699
1703
  type: import('vue').PropType<boolean>;
1704
+ default: undefined;
1700
1705
  };
1701
- round: {
1706
+ bg: {
1702
1707
  type: import('vue').PropType<boolean>;
1703
- default: undefined;
1704
1708
  };
1705
1709
  autoInsertSpace: {
1706
1710
  type: import('vue').PropType<boolean>;
1707
1711
  default: undefined;
1708
1712
  };
1709
- tag: {
1710
- type: import('vue').PropType<string | import('vue').Component>;
1711
- default: string;
1712
- };
1713
1713
  }>> & {
1714
1714
  onClick?: ((evt: MouseEvent) => any) | undefined;
1715
- }, "type" | "plain" | "text" | "disabled" | "size" | "ref" | "nativeType" | "loadingIcon" | "round" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & import('vue').ShallowUnwrapRef<{
1715
+ }, "size" | "round" | "type" | "disabled" | "ref" | "tag" | "text" | "nativeType" | "loadingIcon" | "plain" | "autoInsertSpace" | "shouldAddSpace"> & import('vue').ShallowUnwrapRef<{
1716
1716
  ref: import('vue').Ref<HTMLButtonElement | undefined>;
1717
1717
  size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
1718
1718
  type: import('vue').ComputedRef<"text" | "" | "default" | "primary" | "success" | "warning" | "info" | "danger">;