cnhis-design-vue 3.1.18-beta.8 → 3.1.18-beta.9

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 (98) hide show
  1. package/es/components/big-table/index.d.ts +9 -3395
  2. package/es/components/big-table/src/BigTable.vue.d.ts +9 -3396
  3. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +1 -1
  4. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +1 -1
  5. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +2 -2
  6. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +1 -1
  7. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +2 -1163
  8. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +1 -1
  9. package/es/components/big-table/src/components/input-button.vue.d.ts +2 -2263
  10. package/es/components/big-table/src/hooks/useEdit.d.ts +7 -1168
  11. package/es/components/button-print/index.d.ts +16 -6819
  12. package/es/components/button-print/src/ButtonPrint.vue.d.ts +16 -6819
  13. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +10 -4469
  14. package/es/components/button-print/src/utils/print2.js +2 -2
  15. package/es/components/chunk-upload/index.d.ts +2 -1472
  16. package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +3 -1742
  17. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +2 -1472
  18. package/es/components/drag-layout/index.d.ts +155 -19744
  19. package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +5 -8012
  20. package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +4 -3107
  21. package/es/components/drag-layout/src/DragLayout.vue.d.ts +156 -19745
  22. package/es/components/fabric-chart/index.d.ts +2 -2
  23. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
  24. package/es/components/field-set/index.d.ts +8 -6824
  25. package/es/components/field-set/src/FieldSet.vue.d.ts +8 -6824
  26. package/es/components/form-config/index.d.ts +17 -8976
  27. package/es/components/form-config/src/FormConfig.vue.d.ts +17 -8976
  28. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +9 -4487
  29. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +7 -3091
  30. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +2 -1472
  31. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +2 -1472
  32. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +4 -3195
  33. package/es/components/form-render/index.d.ts +6 -1154
  34. package/es/components/form-render/src/FormRender.vue.d.ts +7 -1155
  35. package/es/components/form-render/src/components/renderer/jsonCombination/index.js +1 -1
  36. package/es/components/form-render/src/components/renderer/linebar.d.ts +1 -1
  37. package/es/components/form-render/src/components/renderer/select.js +1 -1
  38. package/es/components/form-render/src/hooks/useCommonLog2.js +1 -1
  39. package/es/components/form-render/src/hooks/useFieldListAdaptor2.js +1 -1
  40. package/es/components/form-render/src/utils/business.d.ts +1 -1
  41. package/es/components/form-render/src/utils/index.d.ts +1 -1
  42. package/es/components/form-render/src/utils/index.js +2 -2
  43. package/es/components/form-table/index.d.ts +43 -32166
  44. package/es/components/form-table/src/FormTable.vue.d.ts +43 -32180
  45. package/es/components/form-table/src/components/index.d.ts +43 -32166
  46. package/es/components/form-table/src/components/table-age.vue.d.ts +5 -4007
  47. package/es/components/form-table/src/components/table-date-picker.vue.d.ts +3 -5084
  48. package/es/components/form-table/src/components/table-digital.vue.d.ts +4 -2672
  49. package/es/components/form-table/src/components/table-input-password.vue.d.ts +4 -1344
  50. package/es/components/form-table/src/components/table-input.vue.d.ts +4 -1344
  51. package/es/components/form-table/src/components/table-month-picker.vue.d.ts +2 -5083
  52. package/es/components/form-table/src/components/table-search-more.vue.d.ts +2 -1401
  53. package/es/components/form-table/src/components/table-search.vue.d.ts +3 -2736
  54. package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +2 -1336
  55. package/es/components/form-table/src/components/table-select.vue.d.ts +2 -1336
  56. package/es/components/form-table/src/components/table-textarea.vue.d.ts +5 -1345
  57. package/es/components/form-table/src/components/table-time-picker.vue.d.ts +2 -2438
  58. package/es/components/form-table/src/components/table-tree-select.vue.d.ts +2 -1559
  59. package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +2 -480
  60. package/es/components/info-header/index.d.ts +16 -2561
  61. package/es/components/info-header/src/HiddenContent.vue.d.ts +4 -804
  62. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +3 -803
  63. package/es/components/info-header/src/InfoHeader.vue.d.ts +15 -2560
  64. package/es/components/map/index.d.ts +2 -2263
  65. package/es/components/map/src/Map.vue.d.ts +2 -2263
  66. package/es/components/scale-view/index.d.ts +12 -3073
  67. package/es/components/scale-view/src/ScaleView.vue.d.ts +8 -3070
  68. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +1 -1
  69. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +1 -1400
  70. package/es/components/scale-view/src/components/formitem/r-address.d.ts +1 -1
  71. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +1 -1
  72. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +1 -1
  73. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +1 -1
  74. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +1 -1
  75. package/es/components/scale-view/src/components/formitem/r-input.d.ts +1 -1
  76. package/es/components/scale-view/src/components/formitem/r-map.d.ts +1 -1
  77. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +1 -1
  78. package/es/components/scale-view/src/components/formitem/r-select.d.ts +1 -1
  79. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +1 -1
  80. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -480
  81. package/es/components/scale-view/src/hooks/use-component.d.ts +39 -8514
  82. package/es/components/select-label/index.d.ts +24 -11264
  83. package/es/components/select-label/src/LabelFormContent.vue.d.ts +10 -4250
  84. package/es/components/select-label/src/SelectLabel.vue.d.ts +14 -7027
  85. package/es/components/select-label/src/components/label-classify.vue.d.ts +5 -3482
  86. package/es/components/select-person/index.d.ts +9 -5369
  87. package/es/components/select-person/src/SearchTree.vue.d.ts +3 -1339
  88. package/es/components/select-person/src/SelectPerson.vue.d.ts +9 -5369
  89. package/es/components/shortcut-setter/index.d.ts +6 -1154
  90. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +6 -1154
  91. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +1 -863
  92. package/es/components/steps-wheel/index.d.ts +1 -479
  93. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -479
  94. package/es/components/time-line/index.d.ts +7 -1672
  95. package/es/components/time-line/src/TimeLine.vue.d.ts +6 -1671
  96. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +1 -1400
  97. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -480
  98. package/package.json +2 -2
@@ -75,1406 +75,7 @@ declare const _default: import("vue").DefineComponent<{
75
75
  init: () => void;
76
76
  handleEvaluateParams: () => void;
77
77
  writeGuage: () => void;
78
- NButton: import("vue").DefineComponent<{
79
- readonly color: StringConstructor;
80
- readonly textColor: StringConstructor;
81
- readonly text: BooleanConstructor;
82
- readonly block: BooleanConstructor;
83
- readonly loading: BooleanConstructor;
84
- readonly disabled: BooleanConstructor;
85
- readonly circle: BooleanConstructor;
86
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
87
- readonly ghost: BooleanConstructor;
88
- readonly round: BooleanConstructor;
89
- readonly secondary: BooleanConstructor;
90
- readonly tertiary: BooleanConstructor;
91
- readonly quaternary: BooleanConstructor;
92
- readonly strong: BooleanConstructor;
93
- readonly focusable: {
94
- readonly type: BooleanConstructor;
95
- readonly default: true;
96
- };
97
- readonly keyboard: {
98
- readonly type: BooleanConstructor;
99
- readonly default: true;
100
- };
101
- readonly tag: {
102
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
103
- readonly default: "button";
104
- };
105
- readonly type: {
106
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
107
- readonly default: "default";
108
- };
109
- readonly dashed: BooleanConstructor;
110
- readonly iconPlacement: {
111
- readonly type: import("vue").PropType<"left" | "right">;
112
- readonly default: "left";
113
- };
114
- readonly attrType: {
115
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
116
- readonly default: "button";
117
- };
118
- readonly bordered: {
119
- readonly type: BooleanConstructor;
120
- readonly default: true;
121
- };
122
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
123
- readonly nativeFocusBehavior: {
124
- readonly type: BooleanConstructor;
125
- readonly default: boolean;
126
- };
127
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
128
- heightTiny: string;
129
- heightSmall: string;
130
- heightMedium: string;
131
- heightLarge: string;
132
- borderRadiusTiny: string;
133
- borderRadiusSmall: string;
134
- borderRadiusMedium: string;
135
- borderRadiusLarge: string;
136
- fontSizeTiny: string;
137
- fontSizeSmall: string;
138
- fontSizeMedium: string;
139
- fontSizeLarge: string;
140
- opacityDisabled: string;
141
- colorOpacitySecondary: string;
142
- colorOpacitySecondaryHover: string;
143
- colorOpacitySecondaryPressed: string;
144
- colorSecondary: string;
145
- colorSecondaryHover: string;
146
- colorSecondaryPressed: string;
147
- colorTertiary: string;
148
- colorTertiaryHover: string;
149
- colorTertiaryPressed: string;
150
- colorQuaternary: string;
151
- colorQuaternaryHover: string;
152
- colorQuaternaryPressed: string;
153
- color: string;
154
- colorHover: string;
155
- colorPressed: string;
156
- colorFocus: string;
157
- colorDisabled: string;
158
- textColor: string;
159
- textColorTertiary: string;
160
- textColorHover: string;
161
- textColorPressed: string;
162
- textColorFocus: string;
163
- textColorDisabled: string;
164
- textColorText: string;
165
- textColorTextHover: string;
166
- textColorTextPressed: string;
167
- textColorTextFocus: string;
168
- textColorTextDisabled: string;
169
- textColorGhost: string;
170
- textColorGhostHover: string;
171
- textColorGhostPressed: string;
172
- textColorGhostFocus: string;
173
- textColorGhostDisabled: string;
174
- border: string;
175
- borderHover: string;
176
- borderPressed: string;
177
- borderFocus: string;
178
- borderDisabled: string;
179
- rippleColor: string;
180
- colorPrimary: string;
181
- colorHoverPrimary: string;
182
- colorPressedPrimary: string;
183
- colorFocusPrimary: string;
184
- colorDisabledPrimary: string;
185
- textColorPrimary: string;
186
- textColorHoverPrimary: string;
187
- textColorPressedPrimary: string;
188
- textColorFocusPrimary: string;
189
- textColorDisabledPrimary: string;
190
- textColorTextPrimary: string;
191
- textColorTextHoverPrimary: string;
192
- textColorTextPressedPrimary: string;
193
- textColorTextFocusPrimary: string;
194
- textColorTextDisabledPrimary: string;
195
- textColorGhostPrimary: string;
196
- textColorGhostHoverPrimary: string;
197
- textColorGhostPressedPrimary: string;
198
- textColorGhostFocusPrimary: string;
199
- textColorGhostDisabledPrimary: string;
200
- borderPrimary: string;
201
- borderHoverPrimary: string;
202
- borderPressedPrimary: string;
203
- borderFocusPrimary: string;
204
- borderDisabledPrimary: string;
205
- rippleColorPrimary: string;
206
- colorInfo: string;
207
- colorHoverInfo: string;
208
- colorPressedInfo: string;
209
- colorFocusInfo: string;
210
- colorDisabledInfo: string;
211
- textColorInfo: string;
212
- textColorHoverInfo: string;
213
- textColorPressedInfo: string;
214
- textColorFocusInfo: string;
215
- textColorDisabledInfo: string;
216
- textColorTextInfo: string;
217
- textColorTextHoverInfo: string;
218
- textColorTextPressedInfo: string;
219
- textColorTextFocusInfo: string;
220
- textColorTextDisabledInfo: string;
221
- textColorGhostInfo: string;
222
- textColorGhostHoverInfo: string;
223
- textColorGhostPressedInfo: string;
224
- textColorGhostFocusInfo: string;
225
- textColorGhostDisabledInfo: string;
226
- borderInfo: string;
227
- borderHoverInfo: string;
228
- borderPressedInfo: string;
229
- borderFocusInfo: string;
230
- borderDisabledInfo: string;
231
- rippleColorInfo: string;
232
- colorSuccess: string;
233
- colorHoverSuccess: string;
234
- colorPressedSuccess: string;
235
- colorFocusSuccess: string;
236
- colorDisabledSuccess: string;
237
- textColorSuccess: string;
238
- textColorHoverSuccess: string;
239
- textColorPressedSuccess: string;
240
- textColorFocusSuccess: string;
241
- textColorDisabledSuccess: string;
242
- textColorTextSuccess: string;
243
- textColorTextHoverSuccess: string;
244
- textColorTextPressedSuccess: string;
245
- textColorTextFocusSuccess: string;
246
- textColorTextDisabledSuccess: string;
247
- textColorGhostSuccess: string;
248
- textColorGhostHoverSuccess: string;
249
- textColorGhostPressedSuccess: string;
250
- textColorGhostFocusSuccess: string;
251
- textColorGhostDisabledSuccess: string;
252
- borderSuccess: string;
253
- borderHoverSuccess: string;
254
- borderPressedSuccess: string;
255
- borderFocusSuccess: string;
256
- borderDisabledSuccess: string;
257
- rippleColorSuccess: string;
258
- colorWarning: string;
259
- colorHoverWarning: string;
260
- colorPressedWarning: string;
261
- colorFocusWarning: string;
262
- colorDisabledWarning: string;
263
- textColorWarning: string;
264
- textColorHoverWarning: string;
265
- textColorPressedWarning: string;
266
- textColorFocusWarning: string;
267
- textColorDisabledWarning: string;
268
- textColorTextWarning: string;
269
- textColorTextHoverWarning: string;
270
- textColorTextPressedWarning: string;
271
- textColorTextFocusWarning: string;
272
- textColorTextDisabledWarning: string;
273
- textColorGhostWarning: string;
274
- textColorGhostHoverWarning: string;
275
- textColorGhostPressedWarning: string;
276
- textColorGhostFocusWarning: string;
277
- textColorGhostDisabledWarning: string;
278
- borderWarning: string;
279
- borderHoverWarning: string;
280
- borderPressedWarning: string;
281
- borderFocusWarning: string;
282
- borderDisabledWarning: string;
283
- rippleColorWarning: string;
284
- colorError: string;
285
- colorHoverError: string;
286
- colorPressedError: string;
287
- colorFocusError: string;
288
- colorDisabledError: string;
289
- textColorError: string;
290
- textColorHoverError: string;
291
- textColorPressedError: string;
292
- textColorFocusError: string;
293
- textColorDisabledError: string;
294
- textColorTextError: string;
295
- textColorTextHoverError: string;
296
- textColorTextPressedError: string;
297
- textColorTextFocusError: string;
298
- textColorTextDisabledError: string;
299
- textColorGhostError: string;
300
- textColorGhostHoverError: string;
301
- textColorGhostPressedError: string;
302
- textColorGhostFocusError: string;
303
- textColorGhostDisabledError: string;
304
- borderError: string;
305
- borderHoverError: string;
306
- borderPressedError: string;
307
- borderFocusError: string;
308
- borderDisabledError: string;
309
- rippleColorError: string;
310
- waveOpacity: string;
311
- fontWeight: string;
312
- fontWeightStrong: string;
313
- paddingTiny: string;
314
- paddingSmall: string;
315
- paddingMedium: string;
316
- paddingLarge: string;
317
- paddingRoundTiny: string;
318
- paddingRoundSmall: string;
319
- paddingRoundMedium: string;
320
- paddingRoundLarge: string;
321
- iconMarginTiny: string;
322
- iconMarginSmall: string;
323
- iconMarginMedium: string;
324
- iconMarginLarge: string;
325
- iconSizeTiny: string;
326
- iconSizeSmall: string;
327
- iconSizeMedium: string;
328
- iconSizeLarge: string;
329
- rippleDuration: string;
330
- }, any>>;
331
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
332
- heightTiny: string;
333
- heightSmall: string;
334
- heightMedium: string;
335
- heightLarge: string;
336
- borderRadiusTiny: string;
337
- borderRadiusSmall: string;
338
- borderRadiusMedium: string;
339
- borderRadiusLarge: string;
340
- fontSizeTiny: string;
341
- fontSizeSmall: string;
342
- fontSizeMedium: string;
343
- fontSizeLarge: string;
344
- opacityDisabled: string;
345
- colorOpacitySecondary: string;
346
- colorOpacitySecondaryHover: string;
347
- colorOpacitySecondaryPressed: string;
348
- colorSecondary: string;
349
- colorSecondaryHover: string;
350
- colorSecondaryPressed: string;
351
- colorTertiary: string;
352
- colorTertiaryHover: string;
353
- colorTertiaryPressed: string;
354
- colorQuaternary: string;
355
- colorQuaternaryHover: string;
356
- colorQuaternaryPressed: string;
357
- color: string;
358
- colorHover: string;
359
- colorPressed: string;
360
- colorFocus: string;
361
- colorDisabled: string;
362
- textColor: string;
363
- textColorTertiary: string;
364
- textColorHover: string;
365
- textColorPressed: string;
366
- textColorFocus: string;
367
- textColorDisabled: string;
368
- textColorText: string;
369
- textColorTextHover: string;
370
- textColorTextPressed: string;
371
- textColorTextFocus: string;
372
- textColorTextDisabled: string;
373
- textColorGhost: string;
374
- textColorGhostHover: string;
375
- textColorGhostPressed: string;
376
- textColorGhostFocus: string;
377
- textColorGhostDisabled: string;
378
- border: string;
379
- borderHover: string;
380
- borderPressed: string;
381
- borderFocus: string;
382
- borderDisabled: string;
383
- rippleColor: string;
384
- colorPrimary: string;
385
- colorHoverPrimary: string;
386
- colorPressedPrimary: string;
387
- colorFocusPrimary: string;
388
- colorDisabledPrimary: string;
389
- textColorPrimary: string;
390
- textColorHoverPrimary: string;
391
- textColorPressedPrimary: string;
392
- textColorFocusPrimary: string;
393
- textColorDisabledPrimary: string;
394
- textColorTextPrimary: string;
395
- textColorTextHoverPrimary: string;
396
- textColorTextPressedPrimary: string;
397
- textColorTextFocusPrimary: string;
398
- textColorTextDisabledPrimary: string;
399
- textColorGhostPrimary: string;
400
- textColorGhostHoverPrimary: string;
401
- textColorGhostPressedPrimary: string;
402
- textColorGhostFocusPrimary: string;
403
- textColorGhostDisabledPrimary: string;
404
- borderPrimary: string;
405
- borderHoverPrimary: string;
406
- borderPressedPrimary: string;
407
- borderFocusPrimary: string;
408
- borderDisabledPrimary: string;
409
- rippleColorPrimary: string;
410
- colorInfo: string;
411
- colorHoverInfo: string;
412
- colorPressedInfo: string;
413
- colorFocusInfo: string;
414
- colorDisabledInfo: string;
415
- textColorInfo: string;
416
- textColorHoverInfo: string;
417
- textColorPressedInfo: string;
418
- textColorFocusInfo: string;
419
- textColorDisabledInfo: string;
420
- textColorTextInfo: string;
421
- textColorTextHoverInfo: string;
422
- textColorTextPressedInfo: string;
423
- textColorTextFocusInfo: string;
424
- textColorTextDisabledInfo: string;
425
- textColorGhostInfo: string;
426
- textColorGhostHoverInfo: string;
427
- textColorGhostPressedInfo: string;
428
- textColorGhostFocusInfo: string;
429
- textColorGhostDisabledInfo: string;
430
- borderInfo: string;
431
- borderHoverInfo: string;
432
- borderPressedInfo: string;
433
- borderFocusInfo: string;
434
- borderDisabledInfo: string;
435
- rippleColorInfo: string;
436
- colorSuccess: string;
437
- colorHoverSuccess: string;
438
- colorPressedSuccess: string;
439
- colorFocusSuccess: string;
440
- colorDisabledSuccess: string;
441
- textColorSuccess: string;
442
- textColorHoverSuccess: string;
443
- textColorPressedSuccess: string;
444
- textColorFocusSuccess: string;
445
- textColorDisabledSuccess: string;
446
- textColorTextSuccess: string;
447
- textColorTextHoverSuccess: string;
448
- textColorTextPressedSuccess: string;
449
- textColorTextFocusSuccess: string;
450
- textColorTextDisabledSuccess: string;
451
- textColorGhostSuccess: string;
452
- textColorGhostHoverSuccess: string;
453
- textColorGhostPressedSuccess: string;
454
- textColorGhostFocusSuccess: string;
455
- textColorGhostDisabledSuccess: string;
456
- borderSuccess: string;
457
- borderHoverSuccess: string;
458
- borderPressedSuccess: string;
459
- borderFocusSuccess: string;
460
- borderDisabledSuccess: string;
461
- rippleColorSuccess: string;
462
- colorWarning: string;
463
- colorHoverWarning: string;
464
- colorPressedWarning: string;
465
- colorFocusWarning: string;
466
- colorDisabledWarning: string;
467
- textColorWarning: string;
468
- textColorHoverWarning: string;
469
- textColorPressedWarning: string;
470
- textColorFocusWarning: string;
471
- textColorDisabledWarning: string;
472
- textColorTextWarning: string;
473
- textColorTextHoverWarning: string;
474
- textColorTextPressedWarning: string;
475
- textColorTextFocusWarning: string;
476
- textColorTextDisabledWarning: string;
477
- textColorGhostWarning: string;
478
- textColorGhostHoverWarning: string;
479
- textColorGhostPressedWarning: string;
480
- textColorGhostFocusWarning: string;
481
- textColorGhostDisabledWarning: string;
482
- borderWarning: string;
483
- borderHoverWarning: string;
484
- borderPressedWarning: string;
485
- borderFocusWarning: string;
486
- borderDisabledWarning: string;
487
- rippleColorWarning: string;
488
- colorError: string;
489
- colorHoverError: string;
490
- colorPressedError: string;
491
- colorFocusError: string;
492
- colorDisabledError: string;
493
- textColorError: string;
494
- textColorHoverError: string;
495
- textColorPressedError: string;
496
- textColorFocusError: string;
497
- textColorDisabledError: string;
498
- textColorTextError: string;
499
- textColorTextHoverError: string;
500
- textColorTextPressedError: string;
501
- textColorTextFocusError: string;
502
- textColorTextDisabledError: string;
503
- textColorGhostError: string;
504
- textColorGhostHoverError: string;
505
- textColorGhostPressedError: string;
506
- textColorGhostFocusError: string;
507
- textColorGhostDisabledError: string;
508
- borderError: string;
509
- borderHoverError: string;
510
- borderPressedError: string;
511
- borderFocusError: string;
512
- borderDisabledError: string;
513
- rippleColorError: string;
514
- waveOpacity: string;
515
- fontWeight: string;
516
- fontWeightStrong: string;
517
- paddingTiny: string;
518
- paddingSmall: string;
519
- paddingMedium: string;
520
- paddingLarge: string;
521
- paddingRoundTiny: string;
522
- paddingRoundSmall: string;
523
- paddingRoundMedium: string;
524
- paddingRoundLarge: string;
525
- iconMarginTiny: string;
526
- iconMarginSmall: string;
527
- iconMarginMedium: string;
528
- iconMarginLarge: string;
529
- iconSizeTiny: string;
530
- iconSizeSmall: string;
531
- iconSizeMedium: string;
532
- iconSizeLarge: string;
533
- rippleDuration: string;
534
- }, any>>>;
535
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
536
- heightTiny: string;
537
- heightSmall: string;
538
- heightMedium: string;
539
- heightLarge: string;
540
- borderRadiusTiny: string;
541
- borderRadiusSmall: string;
542
- borderRadiusMedium: string;
543
- borderRadiusLarge: string;
544
- fontSizeTiny: string;
545
- fontSizeSmall: string;
546
- fontSizeMedium: string;
547
- fontSizeLarge: string;
548
- opacityDisabled: string;
549
- colorOpacitySecondary: string;
550
- colorOpacitySecondaryHover: string;
551
- colorOpacitySecondaryPressed: string;
552
- colorSecondary: string;
553
- colorSecondaryHover: string;
554
- colorSecondaryPressed: string;
555
- colorTertiary: string;
556
- colorTertiaryHover: string;
557
- colorTertiaryPressed: string;
558
- colorQuaternary: string;
559
- colorQuaternaryHover: string;
560
- colorQuaternaryPressed: string;
561
- color: string;
562
- colorHover: string;
563
- colorPressed: string;
564
- colorFocus: string;
565
- colorDisabled: string;
566
- textColor: string;
567
- textColorTertiary: string;
568
- textColorHover: string;
569
- textColorPressed: string;
570
- textColorFocus: string;
571
- textColorDisabled: string;
572
- textColorText: string;
573
- textColorTextHover: string;
574
- textColorTextPressed: string;
575
- textColorTextFocus: string;
576
- textColorTextDisabled: string;
577
- textColorGhost: string;
578
- textColorGhostHover: string;
579
- textColorGhostPressed: string;
580
- textColorGhostFocus: string;
581
- textColorGhostDisabled: string;
582
- border: string;
583
- borderHover: string;
584
- borderPressed: string;
585
- borderFocus: string;
586
- borderDisabled: string;
587
- rippleColor: string;
588
- colorPrimary: string;
589
- colorHoverPrimary: string;
590
- colorPressedPrimary: string;
591
- colorFocusPrimary: string;
592
- colorDisabledPrimary: string;
593
- textColorPrimary: string;
594
- textColorHoverPrimary: string;
595
- textColorPressedPrimary: string;
596
- textColorFocusPrimary: string;
597
- textColorDisabledPrimary: string;
598
- textColorTextPrimary: string;
599
- textColorTextHoverPrimary: string;
600
- textColorTextPressedPrimary: string;
601
- textColorTextFocusPrimary: string;
602
- textColorTextDisabledPrimary: string;
603
- textColorGhostPrimary: string;
604
- textColorGhostHoverPrimary: string;
605
- textColorGhostPressedPrimary: string;
606
- textColorGhostFocusPrimary: string;
607
- textColorGhostDisabledPrimary: string;
608
- borderPrimary: string;
609
- borderHoverPrimary: string;
610
- borderPressedPrimary: string;
611
- borderFocusPrimary: string;
612
- borderDisabledPrimary: string;
613
- rippleColorPrimary: string;
614
- colorInfo: string;
615
- colorHoverInfo: string;
616
- colorPressedInfo: string;
617
- colorFocusInfo: string;
618
- colorDisabledInfo: string;
619
- textColorInfo: string;
620
- textColorHoverInfo: string;
621
- textColorPressedInfo: string;
622
- textColorFocusInfo: string;
623
- textColorDisabledInfo: string;
624
- textColorTextInfo: string;
625
- textColorTextHoverInfo: string;
626
- textColorTextPressedInfo: string;
627
- textColorTextFocusInfo: string;
628
- textColorTextDisabledInfo: string;
629
- textColorGhostInfo: string;
630
- textColorGhostHoverInfo: string;
631
- textColorGhostPressedInfo: string;
632
- textColorGhostFocusInfo: string;
633
- textColorGhostDisabledInfo: string;
634
- borderInfo: string;
635
- borderHoverInfo: string;
636
- borderPressedInfo: string;
637
- borderFocusInfo: string;
638
- borderDisabledInfo: string;
639
- rippleColorInfo: string;
640
- colorSuccess: string;
641
- colorHoverSuccess: string;
642
- colorPressedSuccess: string;
643
- colorFocusSuccess: string;
644
- colorDisabledSuccess: string;
645
- textColorSuccess: string;
646
- textColorHoverSuccess: string;
647
- textColorPressedSuccess: string;
648
- textColorFocusSuccess: string;
649
- textColorDisabledSuccess: string;
650
- textColorTextSuccess: string;
651
- textColorTextHoverSuccess: string;
652
- textColorTextPressedSuccess: string;
653
- textColorTextFocusSuccess: string;
654
- textColorTextDisabledSuccess: string;
655
- textColorGhostSuccess: string;
656
- textColorGhostHoverSuccess: string;
657
- textColorGhostPressedSuccess: string;
658
- textColorGhostFocusSuccess: string;
659
- textColorGhostDisabledSuccess: string;
660
- borderSuccess: string;
661
- borderHoverSuccess: string;
662
- borderPressedSuccess: string;
663
- borderFocusSuccess: string;
664
- borderDisabledSuccess: string;
665
- rippleColorSuccess: string;
666
- colorWarning: string;
667
- colorHoverWarning: string;
668
- colorPressedWarning: string;
669
- colorFocusWarning: string;
670
- colorDisabledWarning: string;
671
- textColorWarning: string;
672
- textColorHoverWarning: string;
673
- textColorPressedWarning: string;
674
- textColorFocusWarning: string;
675
- textColorDisabledWarning: string;
676
- textColorTextWarning: string;
677
- textColorTextHoverWarning: string;
678
- textColorTextPressedWarning: string;
679
- textColorTextFocusWarning: string;
680
- textColorTextDisabledWarning: string;
681
- textColorGhostWarning: string;
682
- textColorGhostHoverWarning: string;
683
- textColorGhostPressedWarning: string;
684
- textColorGhostFocusWarning: string;
685
- textColorGhostDisabledWarning: string;
686
- borderWarning: string;
687
- borderHoverWarning: string;
688
- borderPressedWarning: string;
689
- borderFocusWarning: string;
690
- borderDisabledWarning: string;
691
- rippleColorWarning: string;
692
- colorError: string;
693
- colorHoverError: string;
694
- colorPressedError: string;
695
- colorFocusError: string;
696
- colorDisabledError: string;
697
- textColorError: string;
698
- textColorHoverError: string;
699
- textColorPressedError: string;
700
- textColorFocusError: string;
701
- textColorDisabledError: string;
702
- textColorTextError: string;
703
- textColorTextHoverError: string;
704
- textColorTextPressedError: string;
705
- textColorTextFocusError: string;
706
- textColorTextDisabledError: string;
707
- textColorGhostError: string;
708
- textColorGhostHoverError: string;
709
- textColorGhostPressedError: string;
710
- textColorGhostFocusError: string;
711
- textColorGhostDisabledError: string;
712
- borderError: string;
713
- borderHoverError: string;
714
- borderPressedError: string;
715
- borderFocusError: string;
716
- borderDisabledError: string;
717
- rippleColorError: string;
718
- waveOpacity: string;
719
- fontWeight: string;
720
- fontWeightStrong: string;
721
- paddingTiny: string;
722
- paddingSmall: string;
723
- paddingMedium: string;
724
- paddingLarge: string;
725
- paddingRoundTiny: string;
726
- paddingRoundSmall: string;
727
- paddingRoundMedium: string;
728
- paddingRoundLarge: string;
729
- iconMarginTiny: string;
730
- iconMarginSmall: string;
731
- iconMarginMedium: string;
732
- iconMarginLarge: string;
733
- iconSizeTiny: string;
734
- iconSizeSmall: string;
735
- iconSizeMedium: string;
736
- iconSizeLarge: string;
737
- rippleDuration: string;
738
- }, any>>>;
739
- }, {
740
- selfElRef: import("vue").Ref<HTMLElement | null>;
741
- waveElRef: import("vue").Ref<{
742
- play: () => void;
743
- } | null>;
744
- mergedClsPrefix: import("vue").ComputedRef<string>;
745
- mergedFocusable: import("vue").ComputedRef<boolean>;
746
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
747
- showBorder: import("vue").ComputedRef<boolean>;
748
- enterPressed: import("vue").Ref<boolean>;
749
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
750
- handleMousedown: (e: MouseEvent) => void;
751
- handleKeydown: (e: KeyboardEvent) => void;
752
- handleBlur: () => void;
753
- handleKeyup: (e: KeyboardEvent) => void;
754
- handleClick: (e: MouseEvent) => void;
755
- customColorCssVars: import("vue").ComputedRef<{
756
- '--n-border-color': string;
757
- '--n-border-color-hover': string;
758
- '--n-border-color-pressed': string;
759
- '--n-border-color-focus': string;
760
- '--n-border-color-disabled': string;
761
- } | null>;
762
- cssVars: import("vue").ComputedRef<{
763
- '--n-width': string;
764
- '--n-height': string;
765
- '--n-font-size': string;
766
- '--n-padding': string;
767
- '--n-icon-size': string;
768
- '--n-icon-margin': string;
769
- '--n-border-radius': string;
770
- '--n-border': string;
771
- '--n-border-hover': string;
772
- '--n-border-pressed': string;
773
- '--n-border-focus': string;
774
- '--n-border-disabled': string;
775
- '--n-color': string;
776
- '--n-color-hover': string;
777
- '--n-color-pressed': string;
778
- '--n-color-focus': string;
779
- '--n-color-disabled': string;
780
- '--n-ripple-color': string;
781
- '--n-text-color': string;
782
- '--n-text-color-hover': string;
783
- '--n-text-color-pressed': string;
784
- '--n-text-color-focus': string;
785
- '--n-text-color-disabled': string;
786
- 'font-weight': string;
787
- '--n-bezier': string;
788
- '--n-bezier-ease-out': string;
789
- '--n-ripple-duration': string;
790
- '--n-opacity-disabled': string;
791
- '--n-wave-opacity': string;
792
- }> | undefined;
793
- themeClass: import("vue").Ref<string> | undefined;
794
- onRender: (() => void) | undefined;
795
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
796
- readonly color: StringConstructor;
797
- readonly textColor: StringConstructor;
798
- readonly text: BooleanConstructor;
799
- readonly block: BooleanConstructor;
800
- readonly loading: BooleanConstructor;
801
- readonly disabled: BooleanConstructor;
802
- readonly circle: BooleanConstructor;
803
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
804
- readonly ghost: BooleanConstructor;
805
- readonly round: BooleanConstructor;
806
- readonly secondary: BooleanConstructor;
807
- readonly tertiary: BooleanConstructor;
808
- readonly quaternary: BooleanConstructor;
809
- readonly strong: BooleanConstructor;
810
- readonly focusable: {
811
- readonly type: BooleanConstructor;
812
- readonly default: true;
813
- };
814
- readonly keyboard: {
815
- readonly type: BooleanConstructor;
816
- readonly default: true;
817
- };
818
- readonly tag: {
819
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
820
- readonly default: "button";
821
- };
822
- readonly type: {
823
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
824
- readonly default: "default";
825
- };
826
- readonly dashed: BooleanConstructor;
827
- readonly iconPlacement: {
828
- readonly type: import("vue").PropType<"left" | "right">;
829
- readonly default: "left";
830
- };
831
- readonly attrType: {
832
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
833
- readonly default: "button";
834
- };
835
- readonly bordered: {
836
- readonly type: BooleanConstructor;
837
- readonly default: true;
838
- };
839
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
840
- readonly nativeFocusBehavior: {
841
- readonly type: BooleanConstructor;
842
- readonly default: boolean;
843
- };
844
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
845
- heightTiny: string;
846
- heightSmall: string;
847
- heightMedium: string;
848
- heightLarge: string;
849
- borderRadiusTiny: string;
850
- borderRadiusSmall: string;
851
- borderRadiusMedium: string;
852
- borderRadiusLarge: string;
853
- fontSizeTiny: string;
854
- fontSizeSmall: string;
855
- fontSizeMedium: string;
856
- fontSizeLarge: string;
857
- opacityDisabled: string;
858
- colorOpacitySecondary: string;
859
- colorOpacitySecondaryHover: string;
860
- colorOpacitySecondaryPressed: string;
861
- colorSecondary: string;
862
- colorSecondaryHover: string;
863
- colorSecondaryPressed: string;
864
- colorTertiary: string;
865
- colorTertiaryHover: string;
866
- colorTertiaryPressed: string;
867
- colorQuaternary: string;
868
- colorQuaternaryHover: string;
869
- colorQuaternaryPressed: string;
870
- color: string;
871
- colorHover: string;
872
- colorPressed: string;
873
- colorFocus: string;
874
- colorDisabled: string;
875
- textColor: string;
876
- textColorTertiary: string;
877
- textColorHover: string;
878
- textColorPressed: string;
879
- textColorFocus: string;
880
- textColorDisabled: string;
881
- textColorText: string;
882
- textColorTextHover: string;
883
- textColorTextPressed: string;
884
- textColorTextFocus: string;
885
- textColorTextDisabled: string;
886
- textColorGhost: string;
887
- textColorGhostHover: string;
888
- textColorGhostPressed: string;
889
- textColorGhostFocus: string;
890
- textColorGhostDisabled: string;
891
- border: string;
892
- borderHover: string;
893
- borderPressed: string;
894
- borderFocus: string;
895
- borderDisabled: string;
896
- rippleColor: string;
897
- colorPrimary: string;
898
- colorHoverPrimary: string;
899
- colorPressedPrimary: string;
900
- colorFocusPrimary: string;
901
- colorDisabledPrimary: string;
902
- textColorPrimary: string;
903
- textColorHoverPrimary: string;
904
- textColorPressedPrimary: string;
905
- textColorFocusPrimary: string;
906
- textColorDisabledPrimary: string;
907
- textColorTextPrimary: string;
908
- textColorTextHoverPrimary: string;
909
- textColorTextPressedPrimary: string;
910
- textColorTextFocusPrimary: string;
911
- textColorTextDisabledPrimary: string;
912
- textColorGhostPrimary: string;
913
- textColorGhostHoverPrimary: string;
914
- textColorGhostPressedPrimary: string;
915
- textColorGhostFocusPrimary: string;
916
- textColorGhostDisabledPrimary: string;
917
- borderPrimary: string;
918
- borderHoverPrimary: string;
919
- borderPressedPrimary: string;
920
- borderFocusPrimary: string;
921
- borderDisabledPrimary: string;
922
- rippleColorPrimary: string;
923
- colorInfo: string;
924
- colorHoverInfo: string;
925
- colorPressedInfo: string;
926
- colorFocusInfo: string;
927
- colorDisabledInfo: string;
928
- textColorInfo: string;
929
- textColorHoverInfo: string;
930
- textColorPressedInfo: string;
931
- textColorFocusInfo: string;
932
- textColorDisabledInfo: string;
933
- textColorTextInfo: string;
934
- textColorTextHoverInfo: string;
935
- textColorTextPressedInfo: string;
936
- textColorTextFocusInfo: string;
937
- textColorTextDisabledInfo: string;
938
- textColorGhostInfo: string;
939
- textColorGhostHoverInfo: string;
940
- textColorGhostPressedInfo: string;
941
- textColorGhostFocusInfo: string;
942
- textColorGhostDisabledInfo: string;
943
- borderInfo: string;
944
- borderHoverInfo: string;
945
- borderPressedInfo: string;
946
- borderFocusInfo: string;
947
- borderDisabledInfo: string;
948
- rippleColorInfo: string;
949
- colorSuccess: string;
950
- colorHoverSuccess: string;
951
- colorPressedSuccess: string;
952
- colorFocusSuccess: string;
953
- colorDisabledSuccess: string;
954
- textColorSuccess: string;
955
- textColorHoverSuccess: string;
956
- textColorPressedSuccess: string;
957
- textColorFocusSuccess: string;
958
- textColorDisabledSuccess: string;
959
- textColorTextSuccess: string;
960
- textColorTextHoverSuccess: string;
961
- textColorTextPressedSuccess: string;
962
- textColorTextFocusSuccess: string;
963
- textColorTextDisabledSuccess: string;
964
- textColorGhostSuccess: string;
965
- textColorGhostHoverSuccess: string;
966
- textColorGhostPressedSuccess: string;
967
- textColorGhostFocusSuccess: string;
968
- textColorGhostDisabledSuccess: string;
969
- borderSuccess: string;
970
- borderHoverSuccess: string;
971
- borderPressedSuccess: string;
972
- borderFocusSuccess: string;
973
- borderDisabledSuccess: string;
974
- rippleColorSuccess: string;
975
- colorWarning: string;
976
- colorHoverWarning: string;
977
- colorPressedWarning: string;
978
- colorFocusWarning: string;
979
- colorDisabledWarning: string;
980
- textColorWarning: string;
981
- textColorHoverWarning: string;
982
- textColorPressedWarning: string;
983
- textColorFocusWarning: string;
984
- textColorDisabledWarning: string;
985
- textColorTextWarning: string;
986
- textColorTextHoverWarning: string;
987
- textColorTextPressedWarning: string;
988
- textColorTextFocusWarning: string;
989
- textColorTextDisabledWarning: string;
990
- textColorGhostWarning: string;
991
- textColorGhostHoverWarning: string;
992
- textColorGhostPressedWarning: string;
993
- textColorGhostFocusWarning: string;
994
- textColorGhostDisabledWarning: string;
995
- borderWarning: string;
996
- borderHoverWarning: string;
997
- borderPressedWarning: string;
998
- borderFocusWarning: string;
999
- borderDisabledWarning: string;
1000
- rippleColorWarning: string;
1001
- colorError: string;
1002
- colorHoverError: string;
1003
- colorPressedError: string;
1004
- colorFocusError: string;
1005
- colorDisabledError: string;
1006
- textColorError: string;
1007
- textColorHoverError: string;
1008
- textColorPressedError: string;
1009
- textColorFocusError: string;
1010
- textColorDisabledError: string;
1011
- textColorTextError: string;
1012
- textColorTextHoverError: string;
1013
- textColorTextPressedError: string;
1014
- textColorTextFocusError: string;
1015
- textColorTextDisabledError: string;
1016
- textColorGhostError: string;
1017
- textColorGhostHoverError: string;
1018
- textColorGhostPressedError: string;
1019
- textColorGhostFocusError: string;
1020
- textColorGhostDisabledError: string;
1021
- borderError: string;
1022
- borderHoverError: string;
1023
- borderPressedError: string;
1024
- borderFocusError: string;
1025
- borderDisabledError: string;
1026
- rippleColorError: string;
1027
- waveOpacity: string;
1028
- fontWeight: string;
1029
- fontWeightStrong: string;
1030
- paddingTiny: string;
1031
- paddingSmall: string;
1032
- paddingMedium: string;
1033
- paddingLarge: string;
1034
- paddingRoundTiny: string;
1035
- paddingRoundSmall: string;
1036
- paddingRoundMedium: string;
1037
- paddingRoundLarge: string;
1038
- iconMarginTiny: string;
1039
- iconMarginSmall: string;
1040
- iconMarginMedium: string;
1041
- iconMarginLarge: string;
1042
- iconSizeTiny: string;
1043
- iconSizeSmall: string;
1044
- iconSizeMedium: string;
1045
- iconSizeLarge: string;
1046
- rippleDuration: string;
1047
- }, any>>;
1048
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1049
- heightTiny: string;
1050
- heightSmall: string;
1051
- heightMedium: string;
1052
- heightLarge: string;
1053
- borderRadiusTiny: string;
1054
- borderRadiusSmall: string;
1055
- borderRadiusMedium: string;
1056
- borderRadiusLarge: string;
1057
- fontSizeTiny: string;
1058
- fontSizeSmall: string;
1059
- fontSizeMedium: string;
1060
- fontSizeLarge: string;
1061
- opacityDisabled: string;
1062
- colorOpacitySecondary: string;
1063
- colorOpacitySecondaryHover: string;
1064
- colorOpacitySecondaryPressed: string;
1065
- colorSecondary: string;
1066
- colorSecondaryHover: string;
1067
- colorSecondaryPressed: string;
1068
- colorTertiary: string;
1069
- colorTertiaryHover: string;
1070
- colorTertiaryPressed: string;
1071
- colorQuaternary: string;
1072
- colorQuaternaryHover: string;
1073
- colorQuaternaryPressed: string;
1074
- color: string;
1075
- colorHover: string;
1076
- colorPressed: string;
1077
- colorFocus: string;
1078
- colorDisabled: string;
1079
- textColor: string;
1080
- textColorTertiary: string;
1081
- textColorHover: string;
1082
- textColorPressed: string;
1083
- textColorFocus: string;
1084
- textColorDisabled: string;
1085
- textColorText: string;
1086
- textColorTextHover: string;
1087
- textColorTextPressed: string;
1088
- textColorTextFocus: string;
1089
- textColorTextDisabled: string;
1090
- textColorGhost: string;
1091
- textColorGhostHover: string;
1092
- textColorGhostPressed: string;
1093
- textColorGhostFocus: string;
1094
- textColorGhostDisabled: string;
1095
- border: string;
1096
- borderHover: string;
1097
- borderPressed: string;
1098
- borderFocus: string;
1099
- borderDisabled: string;
1100
- rippleColor: string;
1101
- colorPrimary: string;
1102
- colorHoverPrimary: string;
1103
- colorPressedPrimary: string;
1104
- colorFocusPrimary: string;
1105
- colorDisabledPrimary: string;
1106
- textColorPrimary: string;
1107
- textColorHoverPrimary: string;
1108
- textColorPressedPrimary: string;
1109
- textColorFocusPrimary: string;
1110
- textColorDisabledPrimary: string;
1111
- textColorTextPrimary: string;
1112
- textColorTextHoverPrimary: string;
1113
- textColorTextPressedPrimary: string;
1114
- textColorTextFocusPrimary: string;
1115
- textColorTextDisabledPrimary: string;
1116
- textColorGhostPrimary: string;
1117
- textColorGhostHoverPrimary: string;
1118
- textColorGhostPressedPrimary: string;
1119
- textColorGhostFocusPrimary: string;
1120
- textColorGhostDisabledPrimary: string;
1121
- borderPrimary: string;
1122
- borderHoverPrimary: string;
1123
- borderPressedPrimary: string;
1124
- borderFocusPrimary: string;
1125
- borderDisabledPrimary: string;
1126
- rippleColorPrimary: string;
1127
- colorInfo: string;
1128
- colorHoverInfo: string;
1129
- colorPressedInfo: string;
1130
- colorFocusInfo: string;
1131
- colorDisabledInfo: string;
1132
- textColorInfo: string;
1133
- textColorHoverInfo: string;
1134
- textColorPressedInfo: string;
1135
- textColorFocusInfo: string;
1136
- textColorDisabledInfo: string;
1137
- textColorTextInfo: string;
1138
- textColorTextHoverInfo: string;
1139
- textColorTextPressedInfo: string;
1140
- textColorTextFocusInfo: string;
1141
- textColorTextDisabledInfo: string;
1142
- textColorGhostInfo: string;
1143
- textColorGhostHoverInfo: string;
1144
- textColorGhostPressedInfo: string;
1145
- textColorGhostFocusInfo: string;
1146
- textColorGhostDisabledInfo: string;
1147
- borderInfo: string;
1148
- borderHoverInfo: string;
1149
- borderPressedInfo: string;
1150
- borderFocusInfo: string;
1151
- borderDisabledInfo: string;
1152
- rippleColorInfo: string;
1153
- colorSuccess: string;
1154
- colorHoverSuccess: string;
1155
- colorPressedSuccess: string;
1156
- colorFocusSuccess: string;
1157
- colorDisabledSuccess: string;
1158
- textColorSuccess: string;
1159
- textColorHoverSuccess: string;
1160
- textColorPressedSuccess: string;
1161
- textColorFocusSuccess: string;
1162
- textColorDisabledSuccess: string;
1163
- textColorTextSuccess: string;
1164
- textColorTextHoverSuccess: string;
1165
- textColorTextPressedSuccess: string;
1166
- textColorTextFocusSuccess: string;
1167
- textColorTextDisabledSuccess: string;
1168
- textColorGhostSuccess: string;
1169
- textColorGhostHoverSuccess: string;
1170
- textColorGhostPressedSuccess: string;
1171
- textColorGhostFocusSuccess: string;
1172
- textColorGhostDisabledSuccess: string;
1173
- borderSuccess: string;
1174
- borderHoverSuccess: string;
1175
- borderPressedSuccess: string;
1176
- borderFocusSuccess: string;
1177
- borderDisabledSuccess: string;
1178
- rippleColorSuccess: string;
1179
- colorWarning: string;
1180
- colorHoverWarning: string;
1181
- colorPressedWarning: string;
1182
- colorFocusWarning: string;
1183
- colorDisabledWarning: string;
1184
- textColorWarning: string;
1185
- textColorHoverWarning: string;
1186
- textColorPressedWarning: string;
1187
- textColorFocusWarning: string;
1188
- textColorDisabledWarning: string;
1189
- textColorTextWarning: string;
1190
- textColorTextHoverWarning: string;
1191
- textColorTextPressedWarning: string;
1192
- textColorTextFocusWarning: string;
1193
- textColorTextDisabledWarning: string;
1194
- textColorGhostWarning: string;
1195
- textColorGhostHoverWarning: string;
1196
- textColorGhostPressedWarning: string;
1197
- textColorGhostFocusWarning: string;
1198
- textColorGhostDisabledWarning: string;
1199
- borderWarning: string;
1200
- borderHoverWarning: string;
1201
- borderPressedWarning: string;
1202
- borderFocusWarning: string;
1203
- borderDisabledWarning: string;
1204
- rippleColorWarning: string;
1205
- colorError: string;
1206
- colorHoverError: string;
1207
- colorPressedError: string;
1208
- colorFocusError: string;
1209
- colorDisabledError: string;
1210
- textColorError: string;
1211
- textColorHoverError: string;
1212
- textColorPressedError: string;
1213
- textColorFocusError: string;
1214
- textColorDisabledError: string;
1215
- textColorTextError: string;
1216
- textColorTextHoverError: string;
1217
- textColorTextPressedError: string;
1218
- textColorTextFocusError: string;
1219
- textColorTextDisabledError: string;
1220
- textColorGhostError: string;
1221
- textColorGhostHoverError: string;
1222
- textColorGhostPressedError: string;
1223
- textColorGhostFocusError: string;
1224
- textColorGhostDisabledError: string;
1225
- borderError: string;
1226
- borderHoverError: string;
1227
- borderPressedError: string;
1228
- borderFocusError: string;
1229
- borderDisabledError: string;
1230
- rippleColorError: string;
1231
- waveOpacity: string;
1232
- fontWeight: string;
1233
- fontWeightStrong: string;
1234
- paddingTiny: string;
1235
- paddingSmall: string;
1236
- paddingMedium: string;
1237
- paddingLarge: string;
1238
- paddingRoundTiny: string;
1239
- paddingRoundSmall: string;
1240
- paddingRoundMedium: string;
1241
- paddingRoundLarge: string;
1242
- iconMarginTiny: string;
1243
- iconMarginSmall: string;
1244
- iconMarginMedium: string;
1245
- iconMarginLarge: string;
1246
- iconSizeTiny: string;
1247
- iconSizeSmall: string;
1248
- iconSizeMedium: string;
1249
- iconSizeLarge: string;
1250
- rippleDuration: string;
1251
- }, any>>>;
1252
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1253
- heightTiny: string;
1254
- heightSmall: string;
1255
- heightMedium: string;
1256
- heightLarge: string;
1257
- borderRadiusTiny: string;
1258
- borderRadiusSmall: string;
1259
- borderRadiusMedium: string;
1260
- borderRadiusLarge: string;
1261
- fontSizeTiny: string;
1262
- fontSizeSmall: string;
1263
- fontSizeMedium: string;
1264
- fontSizeLarge: string;
1265
- opacityDisabled: string;
1266
- colorOpacitySecondary: string;
1267
- colorOpacitySecondaryHover: string;
1268
- colorOpacitySecondaryPressed: string;
1269
- colorSecondary: string;
1270
- colorSecondaryHover: string;
1271
- colorSecondaryPressed: string;
1272
- colorTertiary: string;
1273
- colorTertiaryHover: string;
1274
- colorTertiaryPressed: string;
1275
- colorQuaternary: string;
1276
- colorQuaternaryHover: string;
1277
- colorQuaternaryPressed: string;
1278
- color: string;
1279
- colorHover: string;
1280
- colorPressed: string;
1281
- colorFocus: string;
1282
- colorDisabled: string;
1283
- textColor: string;
1284
- textColorTertiary: string;
1285
- textColorHover: string;
1286
- textColorPressed: string;
1287
- textColorFocus: string;
1288
- textColorDisabled: string;
1289
- textColorText: string;
1290
- textColorTextHover: string;
1291
- textColorTextPressed: string;
1292
- textColorTextFocus: string;
1293
- textColorTextDisabled: string;
1294
- textColorGhost: string;
1295
- textColorGhostHover: string;
1296
- textColorGhostPressed: string;
1297
- textColorGhostFocus: string;
1298
- textColorGhostDisabled: string;
1299
- border: string;
1300
- borderHover: string;
1301
- borderPressed: string;
1302
- borderFocus: string;
1303
- borderDisabled: string;
1304
- rippleColor: string;
1305
- colorPrimary: string;
1306
- colorHoverPrimary: string;
1307
- colorPressedPrimary: string;
1308
- colorFocusPrimary: string;
1309
- colorDisabledPrimary: string;
1310
- textColorPrimary: string;
1311
- textColorHoverPrimary: string;
1312
- textColorPressedPrimary: string;
1313
- textColorFocusPrimary: string;
1314
- textColorDisabledPrimary: string;
1315
- textColorTextPrimary: string;
1316
- textColorTextHoverPrimary: string;
1317
- textColorTextPressedPrimary: string;
1318
- textColorTextFocusPrimary: string;
1319
- textColorTextDisabledPrimary: string;
1320
- textColorGhostPrimary: string;
1321
- textColorGhostHoverPrimary: string;
1322
- textColorGhostPressedPrimary: string;
1323
- textColorGhostFocusPrimary: string;
1324
- textColorGhostDisabledPrimary: string;
1325
- borderPrimary: string;
1326
- borderHoverPrimary: string;
1327
- borderPressedPrimary: string;
1328
- borderFocusPrimary: string;
1329
- borderDisabledPrimary: string;
1330
- rippleColorPrimary: string;
1331
- colorInfo: string;
1332
- colorHoverInfo: string;
1333
- colorPressedInfo: string;
1334
- colorFocusInfo: string;
1335
- colorDisabledInfo: string;
1336
- textColorInfo: string;
1337
- textColorHoverInfo: string;
1338
- textColorPressedInfo: string;
1339
- textColorFocusInfo: string;
1340
- textColorDisabledInfo: string;
1341
- textColorTextInfo: string;
1342
- textColorTextHoverInfo: string;
1343
- textColorTextPressedInfo: string;
1344
- textColorTextFocusInfo: string;
1345
- textColorTextDisabledInfo: string;
1346
- textColorGhostInfo: string;
1347
- textColorGhostHoverInfo: string;
1348
- textColorGhostPressedInfo: string;
1349
- textColorGhostFocusInfo: string;
1350
- textColorGhostDisabledInfo: string;
1351
- borderInfo: string;
1352
- borderHoverInfo: string;
1353
- borderPressedInfo: string;
1354
- borderFocusInfo: string;
1355
- borderDisabledInfo: string;
1356
- rippleColorInfo: string;
1357
- colorSuccess: string;
1358
- colorHoverSuccess: string;
1359
- colorPressedSuccess: string;
1360
- colorFocusSuccess: string;
1361
- colorDisabledSuccess: string;
1362
- textColorSuccess: string;
1363
- textColorHoverSuccess: string;
1364
- textColorPressedSuccess: string;
1365
- textColorFocusSuccess: string;
1366
- textColorDisabledSuccess: string;
1367
- textColorTextSuccess: string;
1368
- textColorTextHoverSuccess: string;
1369
- textColorTextPressedSuccess: string;
1370
- textColorTextFocusSuccess: string;
1371
- textColorTextDisabledSuccess: string;
1372
- textColorGhostSuccess: string;
1373
- textColorGhostHoverSuccess: string;
1374
- textColorGhostPressedSuccess: string;
1375
- textColorGhostFocusSuccess: string;
1376
- textColorGhostDisabledSuccess: string;
1377
- borderSuccess: string;
1378
- borderHoverSuccess: string;
1379
- borderPressedSuccess: string;
1380
- borderFocusSuccess: string;
1381
- borderDisabledSuccess: string;
1382
- rippleColorSuccess: string;
1383
- colorWarning: string;
1384
- colorHoverWarning: string;
1385
- colorPressedWarning: string;
1386
- colorFocusWarning: string;
1387
- colorDisabledWarning: string;
1388
- textColorWarning: string;
1389
- textColorHoverWarning: string;
1390
- textColorPressedWarning: string;
1391
- textColorFocusWarning: string;
1392
- textColorDisabledWarning: string;
1393
- textColorTextWarning: string;
1394
- textColorTextHoverWarning: string;
1395
- textColorTextPressedWarning: string;
1396
- textColorTextFocusWarning: string;
1397
- textColorTextDisabledWarning: string;
1398
- textColorGhostWarning: string;
1399
- textColorGhostHoverWarning: string;
1400
- textColorGhostPressedWarning: string;
1401
- textColorGhostFocusWarning: string;
1402
- textColorGhostDisabledWarning: string;
1403
- borderWarning: string;
1404
- borderHoverWarning: string;
1405
- borderPressedWarning: string;
1406
- borderFocusWarning: string;
1407
- borderDisabledWarning: string;
1408
- rippleColorWarning: string;
1409
- colorError: string;
1410
- colorHoverError: string;
1411
- colorPressedError: string;
1412
- colorFocusError: string;
1413
- colorDisabledError: string;
1414
- textColorError: string;
1415
- textColorHoverError: string;
1416
- textColorPressedError: string;
1417
- textColorFocusError: string;
1418
- textColorDisabledError: string;
1419
- textColorTextError: string;
1420
- textColorTextHoverError: string;
1421
- textColorTextPressedError: string;
1422
- textColorTextFocusError: string;
1423
- textColorTextDisabledError: string;
1424
- textColorGhostError: string;
1425
- textColorGhostHoverError: string;
1426
- textColorGhostPressedError: string;
1427
- textColorGhostFocusError: string;
1428
- textColorGhostDisabledError: string;
1429
- borderError: string;
1430
- borderHoverError: string;
1431
- borderPressedError: string;
1432
- borderFocusError: string;
1433
- borderDisabledError: string;
1434
- rippleColorError: string;
1435
- waveOpacity: string;
1436
- fontWeight: string;
1437
- fontWeightStrong: string;
1438
- paddingTiny: string;
1439
- paddingSmall: string;
1440
- paddingMedium: string;
1441
- paddingLarge: string;
1442
- paddingRoundTiny: string;
1443
- paddingRoundSmall: string;
1444
- paddingRoundMedium: string;
1445
- paddingRoundLarge: string;
1446
- iconMarginTiny: string;
1447
- iconMarginSmall: string;
1448
- iconMarginMedium: string;
1449
- iconMarginLarge: string;
1450
- iconSizeTiny: string;
1451
- iconSizeSmall: string;
1452
- iconSizeMedium: string;
1453
- iconSizeLarge: string;
1454
- rippleDuration: string;
1455
- }, any>>>;
1456
- }>>, {
1457
- readonly type: import("naive-ui/es/button/src/interface").Type;
1458
- readonly tag: keyof HTMLElementTagNameMap;
1459
- readonly block: boolean;
1460
- readonly round: boolean;
1461
- readonly dashed: boolean;
1462
- readonly text: boolean;
1463
- readonly circle: boolean;
1464
- readonly disabled: boolean;
1465
- readonly focusable: boolean;
1466
- readonly strong: boolean;
1467
- readonly loading: boolean;
1468
- readonly bordered: boolean;
1469
- readonly tertiary: boolean;
1470
- readonly ghost: boolean;
1471
- readonly keyboard: boolean;
1472
- readonly secondary: boolean;
1473
- readonly quaternary: boolean;
1474
- readonly iconPlacement: "left" | "right";
1475
- readonly attrType: "button" | "reset" | "submit";
1476
- readonly nativeFocusBehavior: boolean;
1477
- }>;
78
+ NButton: any;
1478
79
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closeEvaluateCountdown" | "writeGuage")[], "closeEvaluateCountdown" | "writeGuage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1479
80
  formArray: {
1480
81
  type: ArrayConstructor;