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
@@ -1,2267 +1,6 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
2
  content: import("vue").Ref<string>;
3
- NButton: import("vue").DefineComponent<{
4
- readonly color: StringConstructor;
5
- readonly textColor: StringConstructor;
6
- readonly text: BooleanConstructor;
7
- readonly block: BooleanConstructor;
8
- readonly loading: BooleanConstructor;
9
- readonly disabled: BooleanConstructor;
10
- readonly circle: BooleanConstructor;
11
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
12
- readonly ghost: BooleanConstructor;
13
- readonly round: BooleanConstructor;
14
- readonly secondary: BooleanConstructor;
15
- readonly tertiary: BooleanConstructor;
16
- readonly quaternary: BooleanConstructor;
17
- readonly strong: BooleanConstructor;
18
- readonly focusable: {
19
- readonly type: BooleanConstructor;
20
- readonly default: true;
21
- };
22
- readonly keyboard: {
23
- readonly type: BooleanConstructor;
24
- readonly default: true;
25
- };
26
- readonly tag: {
27
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
28
- readonly default: "button";
29
- };
30
- readonly type: {
31
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
32
- readonly default: "default";
33
- };
34
- readonly dashed: BooleanConstructor;
35
- readonly iconPlacement: {
36
- readonly type: import("vue").PropType<"left" | "right">;
37
- readonly default: "left";
38
- };
39
- readonly attrType: {
40
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
41
- readonly default: "button";
42
- };
43
- readonly bordered: {
44
- readonly type: BooleanConstructor;
45
- readonly default: true;
46
- };
47
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
48
- readonly nativeFocusBehavior: {
49
- readonly type: BooleanConstructor;
50
- readonly default: boolean;
51
- };
52
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
53
- heightTiny: string;
54
- heightSmall: string;
55
- heightMedium: string;
56
- heightLarge: string;
57
- borderRadiusTiny: string;
58
- borderRadiusSmall: string;
59
- borderRadiusMedium: string;
60
- borderRadiusLarge: string;
61
- fontSizeTiny: string;
62
- fontSizeSmall: string;
63
- fontSizeMedium: string;
64
- fontSizeLarge: string;
65
- opacityDisabled: string;
66
- colorOpacitySecondary: string;
67
- colorOpacitySecondaryHover: string;
68
- colorOpacitySecondaryPressed: string;
69
- colorSecondary: string;
70
- colorSecondaryHover: string;
71
- colorSecondaryPressed: string;
72
- colorTertiary: string;
73
- colorTertiaryHover: string;
74
- colorTertiaryPressed: string;
75
- colorQuaternary: string;
76
- colorQuaternaryHover: string;
77
- colorQuaternaryPressed: string;
78
- color: string;
79
- colorHover: string;
80
- colorPressed: string;
81
- colorFocus: string;
82
- colorDisabled: string;
83
- textColor: string;
84
- textColorTertiary: string;
85
- textColorHover: string;
86
- textColorPressed: string;
87
- textColorFocus: string;
88
- textColorDisabled: string;
89
- textColorText: string;
90
- textColorTextHover: string;
91
- textColorTextPressed: string;
92
- textColorTextFocus: string;
93
- textColorTextDisabled: string;
94
- textColorGhost: string;
95
- textColorGhostHover: string;
96
- textColorGhostPressed: string;
97
- textColorGhostFocus: string;
98
- textColorGhostDisabled: string;
99
- border: string;
100
- borderHover: string;
101
- borderPressed: string;
102
- borderFocus: string;
103
- borderDisabled: string;
104
- rippleColor: string;
105
- colorPrimary: string;
106
- colorHoverPrimary: string;
107
- colorPressedPrimary: string;
108
- colorFocusPrimary: string;
109
- colorDisabledPrimary: string;
110
- textColorPrimary: string;
111
- textColorHoverPrimary: string;
112
- textColorPressedPrimary: string;
113
- textColorFocusPrimary: string;
114
- textColorDisabledPrimary: string;
115
- textColorTextPrimary: string;
116
- textColorTextHoverPrimary: string;
117
- textColorTextPressedPrimary: string;
118
- textColorTextFocusPrimary: string;
119
- textColorTextDisabledPrimary: string;
120
- textColorGhostPrimary: string;
121
- textColorGhostHoverPrimary: string;
122
- textColorGhostPressedPrimary: string;
123
- textColorGhostFocusPrimary: string;
124
- textColorGhostDisabledPrimary: string;
125
- borderPrimary: string;
126
- borderHoverPrimary: string;
127
- borderPressedPrimary: string;
128
- borderFocusPrimary: string;
129
- borderDisabledPrimary: string;
130
- rippleColorPrimary: string;
131
- colorInfo: string;
132
- colorHoverInfo: string;
133
- colorPressedInfo: string;
134
- colorFocusInfo: string;
135
- colorDisabledInfo: string;
136
- textColorInfo: string;
137
- textColorHoverInfo: string;
138
- textColorPressedInfo: string;
139
- textColorFocusInfo: string;
140
- textColorDisabledInfo: string;
141
- textColorTextInfo: string;
142
- textColorTextHoverInfo: string;
143
- textColorTextPressedInfo: string;
144
- textColorTextFocusInfo: string;
145
- textColorTextDisabledInfo: string;
146
- textColorGhostInfo: string;
147
- textColorGhostHoverInfo: string;
148
- textColorGhostPressedInfo: string;
149
- textColorGhostFocusInfo: string;
150
- textColorGhostDisabledInfo: string;
151
- borderInfo: string;
152
- borderHoverInfo: string;
153
- borderPressedInfo: string;
154
- borderFocusInfo: string;
155
- borderDisabledInfo: string;
156
- rippleColorInfo: string;
157
- colorSuccess: string;
158
- colorHoverSuccess: string;
159
- colorPressedSuccess: string;
160
- colorFocusSuccess: string;
161
- colorDisabledSuccess: string;
162
- textColorSuccess: string;
163
- textColorHoverSuccess: string;
164
- textColorPressedSuccess: string;
165
- textColorFocusSuccess: string;
166
- textColorDisabledSuccess: string;
167
- textColorTextSuccess: string;
168
- textColorTextHoverSuccess: string;
169
- textColorTextPressedSuccess: string;
170
- textColorTextFocusSuccess: string;
171
- textColorTextDisabledSuccess: string;
172
- textColorGhostSuccess: string;
173
- textColorGhostHoverSuccess: string;
174
- textColorGhostPressedSuccess: string;
175
- textColorGhostFocusSuccess: string;
176
- textColorGhostDisabledSuccess: string;
177
- borderSuccess: string;
178
- borderHoverSuccess: string;
179
- borderPressedSuccess: string;
180
- borderFocusSuccess: string;
181
- borderDisabledSuccess: string;
182
- rippleColorSuccess: string;
183
- colorWarning: string;
184
- colorHoverWarning: string;
185
- colorPressedWarning: string;
186
- colorFocusWarning: string;
187
- colorDisabledWarning: string;
188
- textColorWarning: string;
189
- textColorHoverWarning: string;
190
- textColorPressedWarning: string;
191
- textColorFocusWarning: string;
192
- textColorDisabledWarning: string;
193
- textColorTextWarning: string;
194
- textColorTextHoverWarning: string;
195
- textColorTextPressedWarning: string;
196
- textColorTextFocusWarning: string;
197
- textColorTextDisabledWarning: string;
198
- textColorGhostWarning: string;
199
- textColorGhostHoverWarning: string;
200
- textColorGhostPressedWarning: string;
201
- textColorGhostFocusWarning: string;
202
- textColorGhostDisabledWarning: string;
203
- borderWarning: string;
204
- borderHoverWarning: string;
205
- borderPressedWarning: string;
206
- borderFocusWarning: string;
207
- borderDisabledWarning: string;
208
- rippleColorWarning: string;
209
- colorError: string;
210
- colorHoverError: string;
211
- colorPressedError: string;
212
- colorFocusError: string;
213
- colorDisabledError: string;
214
- textColorError: string;
215
- textColorHoverError: string;
216
- textColorPressedError: string;
217
- textColorFocusError: string;
218
- textColorDisabledError: string;
219
- textColorTextError: string;
220
- textColorTextHoverError: string;
221
- textColorTextPressedError: string;
222
- textColorTextFocusError: string;
223
- textColorTextDisabledError: string;
224
- textColorGhostError: string;
225
- textColorGhostHoverError: string;
226
- textColorGhostPressedError: string;
227
- textColorGhostFocusError: string;
228
- textColorGhostDisabledError: string;
229
- borderError: string;
230
- borderHoverError: string;
231
- borderPressedError: string;
232
- borderFocusError: string;
233
- borderDisabledError: string;
234
- rippleColorError: string;
235
- waveOpacity: string;
236
- fontWeight: string;
237
- fontWeightStrong: string;
238
- paddingTiny: string;
239
- paddingSmall: string;
240
- paddingMedium: string;
241
- paddingLarge: string;
242
- paddingRoundTiny: string;
243
- paddingRoundSmall: string;
244
- paddingRoundMedium: string;
245
- paddingRoundLarge: string;
246
- iconMarginTiny: string;
247
- iconMarginSmall: string;
248
- iconMarginMedium: string;
249
- iconMarginLarge: string;
250
- iconSizeTiny: string;
251
- iconSizeSmall: string;
252
- iconSizeMedium: string;
253
- iconSizeLarge: string;
254
- rippleDuration: string;
255
- }, any>>;
256
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
257
- heightTiny: string;
258
- heightSmall: string;
259
- heightMedium: string;
260
- heightLarge: string;
261
- borderRadiusTiny: string;
262
- borderRadiusSmall: string;
263
- borderRadiusMedium: string;
264
- borderRadiusLarge: string;
265
- fontSizeTiny: string;
266
- fontSizeSmall: string;
267
- fontSizeMedium: string;
268
- fontSizeLarge: string;
269
- opacityDisabled: string;
270
- colorOpacitySecondary: string;
271
- colorOpacitySecondaryHover: string;
272
- colorOpacitySecondaryPressed: string;
273
- colorSecondary: string;
274
- colorSecondaryHover: string;
275
- colorSecondaryPressed: string;
276
- colorTertiary: string;
277
- colorTertiaryHover: string;
278
- colorTertiaryPressed: string;
279
- colorQuaternary: string;
280
- colorQuaternaryHover: string;
281
- colorQuaternaryPressed: string;
282
- color: string;
283
- colorHover: string;
284
- colorPressed: string;
285
- colorFocus: string;
286
- colorDisabled: string;
287
- textColor: string;
288
- textColorTertiary: string;
289
- textColorHover: string;
290
- textColorPressed: string;
291
- textColorFocus: string;
292
- textColorDisabled: string;
293
- textColorText: string;
294
- textColorTextHover: string;
295
- textColorTextPressed: string;
296
- textColorTextFocus: string;
297
- textColorTextDisabled: string;
298
- textColorGhost: string;
299
- textColorGhostHover: string;
300
- textColorGhostPressed: string;
301
- textColorGhostFocus: string;
302
- textColorGhostDisabled: string;
303
- border: string;
304
- borderHover: string;
305
- borderPressed: string;
306
- borderFocus: string;
307
- borderDisabled: string;
308
- rippleColor: string;
309
- colorPrimary: string;
310
- colorHoverPrimary: string;
311
- colorPressedPrimary: string;
312
- colorFocusPrimary: string;
313
- colorDisabledPrimary: string;
314
- textColorPrimary: string;
315
- textColorHoverPrimary: string;
316
- textColorPressedPrimary: string;
317
- textColorFocusPrimary: string;
318
- textColorDisabledPrimary: string;
319
- textColorTextPrimary: string;
320
- textColorTextHoverPrimary: string;
321
- textColorTextPressedPrimary: string;
322
- textColorTextFocusPrimary: string;
323
- textColorTextDisabledPrimary: string;
324
- textColorGhostPrimary: string;
325
- textColorGhostHoverPrimary: string;
326
- textColorGhostPressedPrimary: string;
327
- textColorGhostFocusPrimary: string;
328
- textColorGhostDisabledPrimary: string;
329
- borderPrimary: string;
330
- borderHoverPrimary: string;
331
- borderPressedPrimary: string;
332
- borderFocusPrimary: string;
333
- borderDisabledPrimary: string;
334
- rippleColorPrimary: string;
335
- colorInfo: string;
336
- colorHoverInfo: string;
337
- colorPressedInfo: string;
338
- colorFocusInfo: string;
339
- colorDisabledInfo: string;
340
- textColorInfo: string;
341
- textColorHoverInfo: string;
342
- textColorPressedInfo: string;
343
- textColorFocusInfo: string;
344
- textColorDisabledInfo: string;
345
- textColorTextInfo: string;
346
- textColorTextHoverInfo: string;
347
- textColorTextPressedInfo: string;
348
- textColorTextFocusInfo: string;
349
- textColorTextDisabledInfo: string;
350
- textColorGhostInfo: string;
351
- textColorGhostHoverInfo: string;
352
- textColorGhostPressedInfo: string;
353
- textColorGhostFocusInfo: string;
354
- textColorGhostDisabledInfo: string;
355
- borderInfo: string;
356
- borderHoverInfo: string;
357
- borderPressedInfo: string;
358
- borderFocusInfo: string;
359
- borderDisabledInfo: string;
360
- rippleColorInfo: string;
361
- colorSuccess: string;
362
- colorHoverSuccess: string;
363
- colorPressedSuccess: string;
364
- colorFocusSuccess: string;
365
- colorDisabledSuccess: string;
366
- textColorSuccess: string;
367
- textColorHoverSuccess: string;
368
- textColorPressedSuccess: string;
369
- textColorFocusSuccess: string;
370
- textColorDisabledSuccess: string;
371
- textColorTextSuccess: string;
372
- textColorTextHoverSuccess: string;
373
- textColorTextPressedSuccess: string;
374
- textColorTextFocusSuccess: string;
375
- textColorTextDisabledSuccess: string;
376
- textColorGhostSuccess: string;
377
- textColorGhostHoverSuccess: string;
378
- textColorGhostPressedSuccess: string;
379
- textColorGhostFocusSuccess: string;
380
- textColorGhostDisabledSuccess: string;
381
- borderSuccess: string;
382
- borderHoverSuccess: string;
383
- borderPressedSuccess: string;
384
- borderFocusSuccess: string;
385
- borderDisabledSuccess: string;
386
- rippleColorSuccess: string;
387
- colorWarning: string;
388
- colorHoverWarning: string;
389
- colorPressedWarning: string;
390
- colorFocusWarning: string;
391
- colorDisabledWarning: string;
392
- textColorWarning: string;
393
- textColorHoverWarning: string;
394
- textColorPressedWarning: string;
395
- textColorFocusWarning: string;
396
- textColorDisabledWarning: string;
397
- textColorTextWarning: string;
398
- textColorTextHoverWarning: string;
399
- textColorTextPressedWarning: string;
400
- textColorTextFocusWarning: string;
401
- textColorTextDisabledWarning: string;
402
- textColorGhostWarning: string;
403
- textColorGhostHoverWarning: string;
404
- textColorGhostPressedWarning: string;
405
- textColorGhostFocusWarning: string;
406
- textColorGhostDisabledWarning: string;
407
- borderWarning: string;
408
- borderHoverWarning: string;
409
- borderPressedWarning: string;
410
- borderFocusWarning: string;
411
- borderDisabledWarning: string;
412
- rippleColorWarning: string;
413
- colorError: string;
414
- colorHoverError: string;
415
- colorPressedError: string;
416
- colorFocusError: string;
417
- colorDisabledError: string;
418
- textColorError: string;
419
- textColorHoverError: string;
420
- textColorPressedError: string;
421
- textColorFocusError: string;
422
- textColorDisabledError: string;
423
- textColorTextError: string;
424
- textColorTextHoverError: string;
425
- textColorTextPressedError: string;
426
- textColorTextFocusError: string;
427
- textColorTextDisabledError: string;
428
- textColorGhostError: string;
429
- textColorGhostHoverError: string;
430
- textColorGhostPressedError: string;
431
- textColorGhostFocusError: string;
432
- textColorGhostDisabledError: string;
433
- borderError: string;
434
- borderHoverError: string;
435
- borderPressedError: string;
436
- borderFocusError: string;
437
- borderDisabledError: string;
438
- rippleColorError: string;
439
- waveOpacity: string;
440
- fontWeight: string;
441
- fontWeightStrong: string;
442
- paddingTiny: string;
443
- paddingSmall: string;
444
- paddingMedium: string;
445
- paddingLarge: string;
446
- paddingRoundTiny: string;
447
- paddingRoundSmall: string;
448
- paddingRoundMedium: string;
449
- paddingRoundLarge: string;
450
- iconMarginTiny: string;
451
- iconMarginSmall: string;
452
- iconMarginMedium: string;
453
- iconMarginLarge: string;
454
- iconSizeTiny: string;
455
- iconSizeSmall: string;
456
- iconSizeMedium: string;
457
- iconSizeLarge: string;
458
- rippleDuration: string;
459
- }, any>>>;
460
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
461
- heightTiny: string;
462
- heightSmall: string;
463
- heightMedium: string;
464
- heightLarge: string;
465
- borderRadiusTiny: string;
466
- borderRadiusSmall: string;
467
- borderRadiusMedium: string;
468
- borderRadiusLarge: string;
469
- fontSizeTiny: string;
470
- fontSizeSmall: string;
471
- fontSizeMedium: string;
472
- fontSizeLarge: string;
473
- opacityDisabled: string;
474
- colorOpacitySecondary: string;
475
- colorOpacitySecondaryHover: string;
476
- colorOpacitySecondaryPressed: string;
477
- colorSecondary: string;
478
- colorSecondaryHover: string;
479
- colorSecondaryPressed: string;
480
- colorTertiary: string;
481
- colorTertiaryHover: string;
482
- colorTertiaryPressed: string;
483
- colorQuaternary: string;
484
- colorQuaternaryHover: string;
485
- colorQuaternaryPressed: string;
486
- color: string;
487
- colorHover: string;
488
- colorPressed: string;
489
- colorFocus: string;
490
- colorDisabled: string;
491
- textColor: string;
492
- textColorTertiary: string;
493
- textColorHover: string;
494
- textColorPressed: string;
495
- textColorFocus: string;
496
- textColorDisabled: string;
497
- textColorText: string;
498
- textColorTextHover: string;
499
- textColorTextPressed: string;
500
- textColorTextFocus: string;
501
- textColorTextDisabled: string;
502
- textColorGhost: string;
503
- textColorGhostHover: string;
504
- textColorGhostPressed: string;
505
- textColorGhostFocus: string;
506
- textColorGhostDisabled: string;
507
- border: string;
508
- borderHover: string;
509
- borderPressed: string;
510
- borderFocus: string;
511
- borderDisabled: string;
512
- rippleColor: string;
513
- colorPrimary: string;
514
- colorHoverPrimary: string;
515
- colorPressedPrimary: string;
516
- colorFocusPrimary: string;
517
- colorDisabledPrimary: string;
518
- textColorPrimary: string;
519
- textColorHoverPrimary: string;
520
- textColorPressedPrimary: string;
521
- textColorFocusPrimary: string;
522
- textColorDisabledPrimary: string;
523
- textColorTextPrimary: string;
524
- textColorTextHoverPrimary: string;
525
- textColorTextPressedPrimary: string;
526
- textColorTextFocusPrimary: string;
527
- textColorTextDisabledPrimary: string;
528
- textColorGhostPrimary: string;
529
- textColorGhostHoverPrimary: string;
530
- textColorGhostPressedPrimary: string;
531
- textColorGhostFocusPrimary: string;
532
- textColorGhostDisabledPrimary: string;
533
- borderPrimary: string;
534
- borderHoverPrimary: string;
535
- borderPressedPrimary: string;
536
- borderFocusPrimary: string;
537
- borderDisabledPrimary: string;
538
- rippleColorPrimary: string;
539
- colorInfo: string;
540
- colorHoverInfo: string;
541
- colorPressedInfo: string;
542
- colorFocusInfo: string;
543
- colorDisabledInfo: string;
544
- textColorInfo: string;
545
- textColorHoverInfo: string;
546
- textColorPressedInfo: string;
547
- textColorFocusInfo: string;
548
- textColorDisabledInfo: string;
549
- textColorTextInfo: string;
550
- textColorTextHoverInfo: string;
551
- textColorTextPressedInfo: string;
552
- textColorTextFocusInfo: string;
553
- textColorTextDisabledInfo: string;
554
- textColorGhostInfo: string;
555
- textColorGhostHoverInfo: string;
556
- textColorGhostPressedInfo: string;
557
- textColorGhostFocusInfo: string;
558
- textColorGhostDisabledInfo: string;
559
- borderInfo: string;
560
- borderHoverInfo: string;
561
- borderPressedInfo: string;
562
- borderFocusInfo: string;
563
- borderDisabledInfo: string;
564
- rippleColorInfo: string;
565
- colorSuccess: string;
566
- colorHoverSuccess: string;
567
- colorPressedSuccess: string;
568
- colorFocusSuccess: string;
569
- colorDisabledSuccess: string;
570
- textColorSuccess: string;
571
- textColorHoverSuccess: string;
572
- textColorPressedSuccess: string;
573
- textColorFocusSuccess: string;
574
- textColorDisabledSuccess: string;
575
- textColorTextSuccess: string;
576
- textColorTextHoverSuccess: string;
577
- textColorTextPressedSuccess: string;
578
- textColorTextFocusSuccess: string;
579
- textColorTextDisabledSuccess: string;
580
- textColorGhostSuccess: string;
581
- textColorGhostHoverSuccess: string;
582
- textColorGhostPressedSuccess: string;
583
- textColorGhostFocusSuccess: string;
584
- textColorGhostDisabledSuccess: string;
585
- borderSuccess: string;
586
- borderHoverSuccess: string;
587
- borderPressedSuccess: string;
588
- borderFocusSuccess: string;
589
- borderDisabledSuccess: string;
590
- rippleColorSuccess: string;
591
- colorWarning: string;
592
- colorHoverWarning: string;
593
- colorPressedWarning: string;
594
- colorFocusWarning: string;
595
- colorDisabledWarning: string;
596
- textColorWarning: string;
597
- textColorHoverWarning: string;
598
- textColorPressedWarning: string;
599
- textColorFocusWarning: string;
600
- textColorDisabledWarning: string;
601
- textColorTextWarning: string;
602
- textColorTextHoverWarning: string;
603
- textColorTextPressedWarning: string;
604
- textColorTextFocusWarning: string;
605
- textColorTextDisabledWarning: string;
606
- textColorGhostWarning: string;
607
- textColorGhostHoverWarning: string;
608
- textColorGhostPressedWarning: string;
609
- textColorGhostFocusWarning: string;
610
- textColorGhostDisabledWarning: string;
611
- borderWarning: string;
612
- borderHoverWarning: string;
613
- borderPressedWarning: string;
614
- borderFocusWarning: string;
615
- borderDisabledWarning: string;
616
- rippleColorWarning: string;
617
- colorError: string;
618
- colorHoverError: string;
619
- colorPressedError: string;
620
- colorFocusError: string;
621
- colorDisabledError: string;
622
- textColorError: string;
623
- textColorHoverError: string;
624
- textColorPressedError: string;
625
- textColorFocusError: string;
626
- textColorDisabledError: string;
627
- textColorTextError: string;
628
- textColorTextHoverError: string;
629
- textColorTextPressedError: string;
630
- textColorTextFocusError: string;
631
- textColorTextDisabledError: string;
632
- textColorGhostError: string;
633
- textColorGhostHoverError: string;
634
- textColorGhostPressedError: string;
635
- textColorGhostFocusError: string;
636
- textColorGhostDisabledError: string;
637
- borderError: string;
638
- borderHoverError: string;
639
- borderPressedError: string;
640
- borderFocusError: string;
641
- borderDisabledError: string;
642
- rippleColorError: string;
643
- waveOpacity: string;
644
- fontWeight: string;
645
- fontWeightStrong: string;
646
- paddingTiny: string;
647
- paddingSmall: string;
648
- paddingMedium: string;
649
- paddingLarge: string;
650
- paddingRoundTiny: string;
651
- paddingRoundSmall: string;
652
- paddingRoundMedium: string;
653
- paddingRoundLarge: string;
654
- iconMarginTiny: string;
655
- iconMarginSmall: string;
656
- iconMarginMedium: string;
657
- iconMarginLarge: string;
658
- iconSizeTiny: string;
659
- iconSizeSmall: string;
660
- iconSizeMedium: string;
661
- iconSizeLarge: string;
662
- rippleDuration: string;
663
- }, any>>>;
664
- }, {
665
- selfElRef: import("vue").Ref<HTMLElement | null>;
666
- waveElRef: import("vue").Ref<{
667
- play: () => void;
668
- } | null>;
669
- mergedClsPrefix: import("vue").ComputedRef<string>;
670
- mergedFocusable: import("vue").ComputedRef<boolean>;
671
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
672
- showBorder: import("vue").ComputedRef<boolean>;
673
- enterPressed: import("vue").Ref<boolean>;
674
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
675
- handleMousedown: (e: MouseEvent) => void;
676
- handleKeydown: (e: KeyboardEvent) => void;
677
- handleBlur: () => void;
678
- handleKeyup: (e: KeyboardEvent) => void;
679
- handleClick: (e: MouseEvent) => void;
680
- customColorCssVars: import("vue").ComputedRef<{
681
- '--n-border-color': string;
682
- '--n-border-color-hover': string;
683
- '--n-border-color-pressed': string;
684
- '--n-border-color-focus': string;
685
- '--n-border-color-disabled': string;
686
- } | null>;
687
- cssVars: import("vue").ComputedRef<{
688
- '--n-width': string;
689
- '--n-height': string;
690
- '--n-font-size': string;
691
- '--n-padding': string;
692
- '--n-icon-size': string;
693
- '--n-icon-margin': string;
694
- '--n-border-radius': string;
695
- '--n-border': string;
696
- '--n-border-hover': string;
697
- '--n-border-pressed': string;
698
- '--n-border-focus': string;
699
- '--n-border-disabled': string;
700
- '--n-color': string;
701
- '--n-color-hover': string;
702
- '--n-color-pressed': string;
703
- '--n-color-focus': string;
704
- '--n-color-disabled': string;
705
- '--n-ripple-color': string;
706
- '--n-text-color': string;
707
- '--n-text-color-hover': string;
708
- '--n-text-color-pressed': string;
709
- '--n-text-color-focus': string;
710
- '--n-text-color-disabled': string;
711
- 'font-weight': string;
712
- '--n-bezier': string;
713
- '--n-bezier-ease-out': string;
714
- '--n-ripple-duration': string;
715
- '--n-opacity-disabled': string;
716
- '--n-wave-opacity': string;
717
- }> | undefined;
718
- themeClass: import("vue").Ref<string> | undefined;
719
- onRender: (() => void) | undefined;
720
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
721
- readonly color: StringConstructor;
722
- readonly textColor: StringConstructor;
723
- readonly text: BooleanConstructor;
724
- readonly block: BooleanConstructor;
725
- readonly loading: BooleanConstructor;
726
- readonly disabled: BooleanConstructor;
727
- readonly circle: BooleanConstructor;
728
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
729
- readonly ghost: BooleanConstructor;
730
- readonly round: BooleanConstructor;
731
- readonly secondary: BooleanConstructor;
732
- readonly tertiary: BooleanConstructor;
733
- readonly quaternary: BooleanConstructor;
734
- readonly strong: BooleanConstructor;
735
- readonly focusable: {
736
- readonly type: BooleanConstructor;
737
- readonly default: true;
738
- };
739
- readonly keyboard: {
740
- readonly type: BooleanConstructor;
741
- readonly default: true;
742
- };
743
- readonly tag: {
744
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
745
- readonly default: "button";
746
- };
747
- readonly type: {
748
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
749
- readonly default: "default";
750
- };
751
- readonly dashed: BooleanConstructor;
752
- readonly iconPlacement: {
753
- readonly type: import("vue").PropType<"left" | "right">;
754
- readonly default: "left";
755
- };
756
- readonly attrType: {
757
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
758
- readonly default: "button";
759
- };
760
- readonly bordered: {
761
- readonly type: BooleanConstructor;
762
- readonly default: true;
763
- };
764
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
765
- readonly nativeFocusBehavior: {
766
- readonly type: BooleanConstructor;
767
- readonly default: boolean;
768
- };
769
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
770
- heightTiny: string;
771
- heightSmall: string;
772
- heightMedium: string;
773
- heightLarge: string;
774
- borderRadiusTiny: string;
775
- borderRadiusSmall: string;
776
- borderRadiusMedium: string;
777
- borderRadiusLarge: string;
778
- fontSizeTiny: string;
779
- fontSizeSmall: string;
780
- fontSizeMedium: string;
781
- fontSizeLarge: string;
782
- opacityDisabled: string;
783
- colorOpacitySecondary: string;
784
- colorOpacitySecondaryHover: string;
785
- colorOpacitySecondaryPressed: string;
786
- colorSecondary: string;
787
- colorSecondaryHover: string;
788
- colorSecondaryPressed: string;
789
- colorTertiary: string;
790
- colorTertiaryHover: string;
791
- colorTertiaryPressed: string;
792
- colorQuaternary: string;
793
- colorQuaternaryHover: string;
794
- colorQuaternaryPressed: string;
795
- color: string;
796
- colorHover: string;
797
- colorPressed: string;
798
- colorFocus: string;
799
- colorDisabled: string;
800
- textColor: string;
801
- textColorTertiary: string;
802
- textColorHover: string;
803
- textColorPressed: string;
804
- textColorFocus: string;
805
- textColorDisabled: string;
806
- textColorText: string;
807
- textColorTextHover: string;
808
- textColorTextPressed: string;
809
- textColorTextFocus: string;
810
- textColorTextDisabled: string;
811
- textColorGhost: string;
812
- textColorGhostHover: string;
813
- textColorGhostPressed: string;
814
- textColorGhostFocus: string;
815
- textColorGhostDisabled: string;
816
- border: string;
817
- borderHover: string;
818
- borderPressed: string;
819
- borderFocus: string;
820
- borderDisabled: string;
821
- rippleColor: string;
822
- colorPrimary: string;
823
- colorHoverPrimary: string;
824
- colorPressedPrimary: string;
825
- colorFocusPrimary: string;
826
- colorDisabledPrimary: string;
827
- textColorPrimary: string;
828
- textColorHoverPrimary: string;
829
- textColorPressedPrimary: string;
830
- textColorFocusPrimary: string;
831
- textColorDisabledPrimary: string;
832
- textColorTextPrimary: string;
833
- textColorTextHoverPrimary: string;
834
- textColorTextPressedPrimary: string;
835
- textColorTextFocusPrimary: string;
836
- textColorTextDisabledPrimary: string;
837
- textColorGhostPrimary: string;
838
- textColorGhostHoverPrimary: string;
839
- textColorGhostPressedPrimary: string;
840
- textColorGhostFocusPrimary: string;
841
- textColorGhostDisabledPrimary: string;
842
- borderPrimary: string;
843
- borderHoverPrimary: string;
844
- borderPressedPrimary: string;
845
- borderFocusPrimary: string;
846
- borderDisabledPrimary: string;
847
- rippleColorPrimary: string;
848
- colorInfo: string;
849
- colorHoverInfo: string;
850
- colorPressedInfo: string;
851
- colorFocusInfo: string;
852
- colorDisabledInfo: string;
853
- textColorInfo: string;
854
- textColorHoverInfo: string;
855
- textColorPressedInfo: string;
856
- textColorFocusInfo: string;
857
- textColorDisabledInfo: string;
858
- textColorTextInfo: string;
859
- textColorTextHoverInfo: string;
860
- textColorTextPressedInfo: string;
861
- textColorTextFocusInfo: string;
862
- textColorTextDisabledInfo: string;
863
- textColorGhostInfo: string;
864
- textColorGhostHoverInfo: string;
865
- textColorGhostPressedInfo: string;
866
- textColorGhostFocusInfo: string;
867
- textColorGhostDisabledInfo: string;
868
- borderInfo: string;
869
- borderHoverInfo: string;
870
- borderPressedInfo: string;
871
- borderFocusInfo: string;
872
- borderDisabledInfo: string;
873
- rippleColorInfo: string;
874
- colorSuccess: string;
875
- colorHoverSuccess: string;
876
- colorPressedSuccess: string;
877
- colorFocusSuccess: string;
878
- colorDisabledSuccess: string;
879
- textColorSuccess: string;
880
- textColorHoverSuccess: string;
881
- textColorPressedSuccess: string;
882
- textColorFocusSuccess: string;
883
- textColorDisabledSuccess: string;
884
- textColorTextSuccess: string;
885
- textColorTextHoverSuccess: string;
886
- textColorTextPressedSuccess: string;
887
- textColorTextFocusSuccess: string;
888
- textColorTextDisabledSuccess: string;
889
- textColorGhostSuccess: string;
890
- textColorGhostHoverSuccess: string;
891
- textColorGhostPressedSuccess: string;
892
- textColorGhostFocusSuccess: string;
893
- textColorGhostDisabledSuccess: string;
894
- borderSuccess: string;
895
- borderHoverSuccess: string;
896
- borderPressedSuccess: string;
897
- borderFocusSuccess: string;
898
- borderDisabledSuccess: string;
899
- rippleColorSuccess: string;
900
- colorWarning: string;
901
- colorHoverWarning: string;
902
- colorPressedWarning: string;
903
- colorFocusWarning: string;
904
- colorDisabledWarning: string;
905
- textColorWarning: string;
906
- textColorHoverWarning: string;
907
- textColorPressedWarning: string;
908
- textColorFocusWarning: string;
909
- textColorDisabledWarning: string;
910
- textColorTextWarning: string;
911
- textColorTextHoverWarning: string;
912
- textColorTextPressedWarning: string;
913
- textColorTextFocusWarning: string;
914
- textColorTextDisabledWarning: string;
915
- textColorGhostWarning: string;
916
- textColorGhostHoverWarning: string;
917
- textColorGhostPressedWarning: string;
918
- textColorGhostFocusWarning: string;
919
- textColorGhostDisabledWarning: string;
920
- borderWarning: string;
921
- borderHoverWarning: string;
922
- borderPressedWarning: string;
923
- borderFocusWarning: string;
924
- borderDisabledWarning: string;
925
- rippleColorWarning: string;
926
- colorError: string;
927
- colorHoverError: string;
928
- colorPressedError: string;
929
- colorFocusError: string;
930
- colorDisabledError: string;
931
- textColorError: string;
932
- textColorHoverError: string;
933
- textColorPressedError: string;
934
- textColorFocusError: string;
935
- textColorDisabledError: string;
936
- textColorTextError: string;
937
- textColorTextHoverError: string;
938
- textColorTextPressedError: string;
939
- textColorTextFocusError: string;
940
- textColorTextDisabledError: string;
941
- textColorGhostError: string;
942
- textColorGhostHoverError: string;
943
- textColorGhostPressedError: string;
944
- textColorGhostFocusError: string;
945
- textColorGhostDisabledError: string;
946
- borderError: string;
947
- borderHoverError: string;
948
- borderPressedError: string;
949
- borderFocusError: string;
950
- borderDisabledError: string;
951
- rippleColorError: string;
952
- waveOpacity: string;
953
- fontWeight: string;
954
- fontWeightStrong: string;
955
- paddingTiny: string;
956
- paddingSmall: string;
957
- paddingMedium: string;
958
- paddingLarge: string;
959
- paddingRoundTiny: string;
960
- paddingRoundSmall: string;
961
- paddingRoundMedium: string;
962
- paddingRoundLarge: string;
963
- iconMarginTiny: string;
964
- iconMarginSmall: string;
965
- iconMarginMedium: string;
966
- iconMarginLarge: string;
967
- iconSizeTiny: string;
968
- iconSizeSmall: string;
969
- iconSizeMedium: string;
970
- iconSizeLarge: string;
971
- rippleDuration: string;
972
- }, any>>;
973
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
974
- heightTiny: string;
975
- heightSmall: string;
976
- heightMedium: string;
977
- heightLarge: string;
978
- borderRadiusTiny: string;
979
- borderRadiusSmall: string;
980
- borderRadiusMedium: string;
981
- borderRadiusLarge: string;
982
- fontSizeTiny: string;
983
- fontSizeSmall: string;
984
- fontSizeMedium: string;
985
- fontSizeLarge: string;
986
- opacityDisabled: string;
987
- colorOpacitySecondary: string;
988
- colorOpacitySecondaryHover: string;
989
- colorOpacitySecondaryPressed: string;
990
- colorSecondary: string;
991
- colorSecondaryHover: string;
992
- colorSecondaryPressed: string;
993
- colorTertiary: string;
994
- colorTertiaryHover: string;
995
- colorTertiaryPressed: string;
996
- colorQuaternary: string;
997
- colorQuaternaryHover: string;
998
- colorQuaternaryPressed: string;
999
- color: string;
1000
- colorHover: string;
1001
- colorPressed: string;
1002
- colorFocus: string;
1003
- colorDisabled: string;
1004
- textColor: string;
1005
- textColorTertiary: string;
1006
- textColorHover: string;
1007
- textColorPressed: string;
1008
- textColorFocus: string;
1009
- textColorDisabled: string;
1010
- textColorText: string;
1011
- textColorTextHover: string;
1012
- textColorTextPressed: string;
1013
- textColorTextFocus: string;
1014
- textColorTextDisabled: string;
1015
- textColorGhost: string;
1016
- textColorGhostHover: string;
1017
- textColorGhostPressed: string;
1018
- textColorGhostFocus: string;
1019
- textColorGhostDisabled: string;
1020
- border: string;
1021
- borderHover: string;
1022
- borderPressed: string;
1023
- borderFocus: string;
1024
- borderDisabled: string;
1025
- rippleColor: string;
1026
- colorPrimary: string;
1027
- colorHoverPrimary: string;
1028
- colorPressedPrimary: string;
1029
- colorFocusPrimary: string;
1030
- colorDisabledPrimary: string;
1031
- textColorPrimary: string;
1032
- textColorHoverPrimary: string;
1033
- textColorPressedPrimary: string;
1034
- textColorFocusPrimary: string;
1035
- textColorDisabledPrimary: string;
1036
- textColorTextPrimary: string;
1037
- textColorTextHoverPrimary: string;
1038
- textColorTextPressedPrimary: string;
1039
- textColorTextFocusPrimary: string;
1040
- textColorTextDisabledPrimary: string;
1041
- textColorGhostPrimary: string;
1042
- textColorGhostHoverPrimary: string;
1043
- textColorGhostPressedPrimary: string;
1044
- textColorGhostFocusPrimary: string;
1045
- textColorGhostDisabledPrimary: string;
1046
- borderPrimary: string;
1047
- borderHoverPrimary: string;
1048
- borderPressedPrimary: string;
1049
- borderFocusPrimary: string;
1050
- borderDisabledPrimary: string;
1051
- rippleColorPrimary: string;
1052
- colorInfo: string;
1053
- colorHoverInfo: string;
1054
- colorPressedInfo: string;
1055
- colorFocusInfo: string;
1056
- colorDisabledInfo: string;
1057
- textColorInfo: string;
1058
- textColorHoverInfo: string;
1059
- textColorPressedInfo: string;
1060
- textColorFocusInfo: string;
1061
- textColorDisabledInfo: string;
1062
- textColorTextInfo: string;
1063
- textColorTextHoverInfo: string;
1064
- textColorTextPressedInfo: string;
1065
- textColorTextFocusInfo: string;
1066
- textColorTextDisabledInfo: string;
1067
- textColorGhostInfo: string;
1068
- textColorGhostHoverInfo: string;
1069
- textColorGhostPressedInfo: string;
1070
- textColorGhostFocusInfo: string;
1071
- textColorGhostDisabledInfo: string;
1072
- borderInfo: string;
1073
- borderHoverInfo: string;
1074
- borderPressedInfo: string;
1075
- borderFocusInfo: string;
1076
- borderDisabledInfo: string;
1077
- rippleColorInfo: string;
1078
- colorSuccess: string;
1079
- colorHoverSuccess: string;
1080
- colorPressedSuccess: string;
1081
- colorFocusSuccess: string;
1082
- colorDisabledSuccess: string;
1083
- textColorSuccess: string;
1084
- textColorHoverSuccess: string;
1085
- textColorPressedSuccess: string;
1086
- textColorFocusSuccess: string;
1087
- textColorDisabledSuccess: string;
1088
- textColorTextSuccess: string;
1089
- textColorTextHoverSuccess: string;
1090
- textColorTextPressedSuccess: string;
1091
- textColorTextFocusSuccess: string;
1092
- textColorTextDisabledSuccess: string;
1093
- textColorGhostSuccess: string;
1094
- textColorGhostHoverSuccess: string;
1095
- textColorGhostPressedSuccess: string;
1096
- textColorGhostFocusSuccess: string;
1097
- textColorGhostDisabledSuccess: string;
1098
- borderSuccess: string;
1099
- borderHoverSuccess: string;
1100
- borderPressedSuccess: string;
1101
- borderFocusSuccess: string;
1102
- borderDisabledSuccess: string;
1103
- rippleColorSuccess: string;
1104
- colorWarning: string;
1105
- colorHoverWarning: string;
1106
- colorPressedWarning: string;
1107
- colorFocusWarning: string;
1108
- colorDisabledWarning: string;
1109
- textColorWarning: string;
1110
- textColorHoverWarning: string;
1111
- textColorPressedWarning: string;
1112
- textColorFocusWarning: string;
1113
- textColorDisabledWarning: string;
1114
- textColorTextWarning: string;
1115
- textColorTextHoverWarning: string;
1116
- textColorTextPressedWarning: string;
1117
- textColorTextFocusWarning: string;
1118
- textColorTextDisabledWarning: string;
1119
- textColorGhostWarning: string;
1120
- textColorGhostHoverWarning: string;
1121
- textColorGhostPressedWarning: string;
1122
- textColorGhostFocusWarning: string;
1123
- textColorGhostDisabledWarning: string;
1124
- borderWarning: string;
1125
- borderHoverWarning: string;
1126
- borderPressedWarning: string;
1127
- borderFocusWarning: string;
1128
- borderDisabledWarning: string;
1129
- rippleColorWarning: string;
1130
- colorError: string;
1131
- colorHoverError: string;
1132
- colorPressedError: string;
1133
- colorFocusError: string;
1134
- colorDisabledError: string;
1135
- textColorError: string;
1136
- textColorHoverError: string;
1137
- textColorPressedError: string;
1138
- textColorFocusError: string;
1139
- textColorDisabledError: string;
1140
- textColorTextError: string;
1141
- textColorTextHoverError: string;
1142
- textColorTextPressedError: string;
1143
- textColorTextFocusError: string;
1144
- textColorTextDisabledError: string;
1145
- textColorGhostError: string;
1146
- textColorGhostHoverError: string;
1147
- textColorGhostPressedError: string;
1148
- textColorGhostFocusError: string;
1149
- textColorGhostDisabledError: string;
1150
- borderError: string;
1151
- borderHoverError: string;
1152
- borderPressedError: string;
1153
- borderFocusError: string;
1154
- borderDisabledError: string;
1155
- rippleColorError: string;
1156
- waveOpacity: string;
1157
- fontWeight: string;
1158
- fontWeightStrong: string;
1159
- paddingTiny: string;
1160
- paddingSmall: string;
1161
- paddingMedium: string;
1162
- paddingLarge: string;
1163
- paddingRoundTiny: string;
1164
- paddingRoundSmall: string;
1165
- paddingRoundMedium: string;
1166
- paddingRoundLarge: string;
1167
- iconMarginTiny: string;
1168
- iconMarginSmall: string;
1169
- iconMarginMedium: string;
1170
- iconMarginLarge: string;
1171
- iconSizeTiny: string;
1172
- iconSizeSmall: string;
1173
- iconSizeMedium: string;
1174
- iconSizeLarge: string;
1175
- rippleDuration: string;
1176
- }, any>>>;
1177
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1178
- heightTiny: string;
1179
- heightSmall: string;
1180
- heightMedium: string;
1181
- heightLarge: string;
1182
- borderRadiusTiny: string;
1183
- borderRadiusSmall: string;
1184
- borderRadiusMedium: string;
1185
- borderRadiusLarge: string;
1186
- fontSizeTiny: string;
1187
- fontSizeSmall: string;
1188
- fontSizeMedium: string;
1189
- fontSizeLarge: string;
1190
- opacityDisabled: string;
1191
- colorOpacitySecondary: string;
1192
- colorOpacitySecondaryHover: string;
1193
- colorOpacitySecondaryPressed: string;
1194
- colorSecondary: string;
1195
- colorSecondaryHover: string;
1196
- colorSecondaryPressed: string;
1197
- colorTertiary: string;
1198
- colorTertiaryHover: string;
1199
- colorTertiaryPressed: string;
1200
- colorQuaternary: string;
1201
- colorQuaternaryHover: string;
1202
- colorQuaternaryPressed: string;
1203
- color: string;
1204
- colorHover: string;
1205
- colorPressed: string;
1206
- colorFocus: string;
1207
- colorDisabled: string;
1208
- textColor: string;
1209
- textColorTertiary: string;
1210
- textColorHover: string;
1211
- textColorPressed: string;
1212
- textColorFocus: string;
1213
- textColorDisabled: string;
1214
- textColorText: string;
1215
- textColorTextHover: string;
1216
- textColorTextPressed: string;
1217
- textColorTextFocus: string;
1218
- textColorTextDisabled: string;
1219
- textColorGhost: string;
1220
- textColorGhostHover: string;
1221
- textColorGhostPressed: string;
1222
- textColorGhostFocus: string;
1223
- textColorGhostDisabled: string;
1224
- border: string;
1225
- borderHover: string;
1226
- borderPressed: string;
1227
- borderFocus: string;
1228
- borderDisabled: string;
1229
- rippleColor: string;
1230
- colorPrimary: string;
1231
- colorHoverPrimary: string;
1232
- colorPressedPrimary: string;
1233
- colorFocusPrimary: string;
1234
- colorDisabledPrimary: string;
1235
- textColorPrimary: string;
1236
- textColorHoverPrimary: string;
1237
- textColorPressedPrimary: string;
1238
- textColorFocusPrimary: string;
1239
- textColorDisabledPrimary: string;
1240
- textColorTextPrimary: string;
1241
- textColorTextHoverPrimary: string;
1242
- textColorTextPressedPrimary: string;
1243
- textColorTextFocusPrimary: string;
1244
- textColorTextDisabledPrimary: string;
1245
- textColorGhostPrimary: string;
1246
- textColorGhostHoverPrimary: string;
1247
- textColorGhostPressedPrimary: string;
1248
- textColorGhostFocusPrimary: string;
1249
- textColorGhostDisabledPrimary: string;
1250
- borderPrimary: string;
1251
- borderHoverPrimary: string;
1252
- borderPressedPrimary: string;
1253
- borderFocusPrimary: string;
1254
- borderDisabledPrimary: string;
1255
- rippleColorPrimary: string;
1256
- colorInfo: string;
1257
- colorHoverInfo: string;
1258
- colorPressedInfo: string;
1259
- colorFocusInfo: string;
1260
- colorDisabledInfo: string;
1261
- textColorInfo: string;
1262
- textColorHoverInfo: string;
1263
- textColorPressedInfo: string;
1264
- textColorFocusInfo: string;
1265
- textColorDisabledInfo: string;
1266
- textColorTextInfo: string;
1267
- textColorTextHoverInfo: string;
1268
- textColorTextPressedInfo: string;
1269
- textColorTextFocusInfo: string;
1270
- textColorTextDisabledInfo: string;
1271
- textColorGhostInfo: string;
1272
- textColorGhostHoverInfo: string;
1273
- textColorGhostPressedInfo: string;
1274
- textColorGhostFocusInfo: string;
1275
- textColorGhostDisabledInfo: string;
1276
- borderInfo: string;
1277
- borderHoverInfo: string;
1278
- borderPressedInfo: string;
1279
- borderFocusInfo: string;
1280
- borderDisabledInfo: string;
1281
- rippleColorInfo: string;
1282
- colorSuccess: string;
1283
- colorHoverSuccess: string;
1284
- colorPressedSuccess: string;
1285
- colorFocusSuccess: string;
1286
- colorDisabledSuccess: string;
1287
- textColorSuccess: string;
1288
- textColorHoverSuccess: string;
1289
- textColorPressedSuccess: string;
1290
- textColorFocusSuccess: string;
1291
- textColorDisabledSuccess: string;
1292
- textColorTextSuccess: string;
1293
- textColorTextHoverSuccess: string;
1294
- textColorTextPressedSuccess: string;
1295
- textColorTextFocusSuccess: string;
1296
- textColorTextDisabledSuccess: string;
1297
- textColorGhostSuccess: string;
1298
- textColorGhostHoverSuccess: string;
1299
- textColorGhostPressedSuccess: string;
1300
- textColorGhostFocusSuccess: string;
1301
- textColorGhostDisabledSuccess: string;
1302
- borderSuccess: string;
1303
- borderHoverSuccess: string;
1304
- borderPressedSuccess: string;
1305
- borderFocusSuccess: string;
1306
- borderDisabledSuccess: string;
1307
- rippleColorSuccess: string;
1308
- colorWarning: string;
1309
- colorHoverWarning: string;
1310
- colorPressedWarning: string;
1311
- colorFocusWarning: string;
1312
- colorDisabledWarning: string;
1313
- textColorWarning: string;
1314
- textColorHoverWarning: string;
1315
- textColorPressedWarning: string;
1316
- textColorFocusWarning: string;
1317
- textColorDisabledWarning: string;
1318
- textColorTextWarning: string;
1319
- textColorTextHoverWarning: string;
1320
- textColorTextPressedWarning: string;
1321
- textColorTextFocusWarning: string;
1322
- textColorTextDisabledWarning: string;
1323
- textColorGhostWarning: string;
1324
- textColorGhostHoverWarning: string;
1325
- textColorGhostPressedWarning: string;
1326
- textColorGhostFocusWarning: string;
1327
- textColorGhostDisabledWarning: string;
1328
- borderWarning: string;
1329
- borderHoverWarning: string;
1330
- borderPressedWarning: string;
1331
- borderFocusWarning: string;
1332
- borderDisabledWarning: string;
1333
- rippleColorWarning: string;
1334
- colorError: string;
1335
- colorHoverError: string;
1336
- colorPressedError: string;
1337
- colorFocusError: string;
1338
- colorDisabledError: string;
1339
- textColorError: string;
1340
- textColorHoverError: string;
1341
- textColorPressedError: string;
1342
- textColorFocusError: string;
1343
- textColorDisabledError: string;
1344
- textColorTextError: string;
1345
- textColorTextHoverError: string;
1346
- textColorTextPressedError: string;
1347
- textColorTextFocusError: string;
1348
- textColorTextDisabledError: string;
1349
- textColorGhostError: string;
1350
- textColorGhostHoverError: string;
1351
- textColorGhostPressedError: string;
1352
- textColorGhostFocusError: string;
1353
- textColorGhostDisabledError: string;
1354
- borderError: string;
1355
- borderHoverError: string;
1356
- borderPressedError: string;
1357
- borderFocusError: string;
1358
- borderDisabledError: string;
1359
- rippleColorError: string;
1360
- waveOpacity: string;
1361
- fontWeight: string;
1362
- fontWeightStrong: string;
1363
- paddingTiny: string;
1364
- paddingSmall: string;
1365
- paddingMedium: string;
1366
- paddingLarge: string;
1367
- paddingRoundTiny: string;
1368
- paddingRoundSmall: string;
1369
- paddingRoundMedium: string;
1370
- paddingRoundLarge: string;
1371
- iconMarginTiny: string;
1372
- iconMarginSmall: string;
1373
- iconMarginMedium: string;
1374
- iconMarginLarge: string;
1375
- iconSizeTiny: string;
1376
- iconSizeSmall: string;
1377
- iconSizeMedium: string;
1378
- iconSizeLarge: string;
1379
- rippleDuration: string;
1380
- }, any>>>;
1381
- }>>, {
1382
- readonly type: import("naive-ui/es/button/src/interface").Type;
1383
- readonly tag: keyof HTMLElementTagNameMap;
1384
- readonly block: boolean;
1385
- readonly round: boolean;
1386
- readonly dashed: boolean;
1387
- readonly text: boolean;
1388
- readonly circle: boolean;
1389
- readonly disabled: boolean;
1390
- readonly focusable: boolean;
1391
- readonly strong: boolean;
1392
- readonly loading: boolean;
1393
- readonly bordered: boolean;
1394
- readonly tertiary: boolean;
1395
- readonly ghost: boolean;
1396
- readonly keyboard: boolean;
1397
- readonly secondary: boolean;
1398
- readonly quaternary: boolean;
1399
- readonly iconPlacement: "left" | "right";
1400
- readonly attrType: "button" | "reset" | "submit";
1401
- readonly nativeFocusBehavior: boolean;
1402
- }>;
1403
- NInput: import("vue").DefineComponent<{
1404
- bordered: {
1405
- type: import("vue").PropType<boolean | undefined>;
1406
- default: undefined;
1407
- };
1408
- type: {
1409
- type: import("vue").PropType<"text" | "textarea" | "password">;
1410
- default: string;
1411
- };
1412
- placeholder: import("vue").PropType<string | [string, string]>;
1413
- defaultValue: {
1414
- type: import("vue").PropType<string | [string, string] | null>;
1415
- default: null;
1416
- };
1417
- value: import("vue").PropType<string | [string, string] | null>;
1418
- disabled: {
1419
- type: import("vue").PropType<boolean | undefined>;
1420
- default: undefined;
1421
- };
1422
- size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
1423
- rows: {
1424
- type: import("vue").PropType<string | number>;
1425
- default: number;
1426
- };
1427
- round: BooleanConstructor;
1428
- minlength: import("vue").PropType<string | number>;
1429
- maxlength: import("vue").PropType<string | number>;
1430
- clearable: BooleanConstructor;
1431
- autosize: {
1432
- type: import("vue").PropType<boolean | {
1433
- minRows?: number | undefined;
1434
- maxRows?: number | undefined;
1435
- }>;
1436
- default: boolean;
1437
- };
1438
- pair: BooleanConstructor;
1439
- separator: StringConstructor;
1440
- readonly: {
1441
- type: (BooleanConstructor | StringConstructor)[];
1442
- default: boolean;
1443
- };
1444
- passivelyActivated: BooleanConstructor;
1445
- showPasswordOn: import("vue").PropType<"click" | "mousedown">;
1446
- stateful: {
1447
- type: BooleanConstructor;
1448
- default: boolean;
1449
- };
1450
- autofocus: BooleanConstructor;
1451
- inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
1452
- resizable: {
1453
- type: BooleanConstructor;
1454
- default: boolean;
1455
- };
1456
- showCount: BooleanConstructor;
1457
- loading: {
1458
- type: BooleanConstructor;
1459
- default: undefined;
1460
- };
1461
- allowInput: import("vue").PropType<(value: string) => boolean>;
1462
- renderCount: import("vue").PropType<(props: {
1463
- value: string;
1464
- }) => import("vue").VNodeChild>;
1465
- onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
1466
- onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
1467
- onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
1468
- onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1469
- onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1470
- onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1471
- onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1472
- onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1473
- onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1474
- status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1475
- 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1476
- onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1477
- textDecoration: import("vue").PropType<string | [string, string]>;
1478
- attrSize: {
1479
- type: NumberConstructor;
1480
- default: number;
1481
- };
1482
- onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1483
- onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1484
- onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1485
- onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1486
- onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1487
- onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1488
- internalDeactivateOnEnter: BooleanConstructor;
1489
- internalForceFocus: BooleanConstructor;
1490
- internalLoadingBeforeSuffix: BooleanConstructor;
1491
- showPasswordToggle: BooleanConstructor;
1492
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
1493
- countTextColorDisabled: string;
1494
- countTextColor: string;
1495
- heightTiny: string;
1496
- heightSmall: string;
1497
- heightMedium: string;
1498
- heightLarge: string;
1499
- fontSizeTiny: string;
1500
- fontSizeSmall: string;
1501
- fontSizeMedium: string;
1502
- fontSizeLarge: string;
1503
- lineHeight: string;
1504
- lineHeightTextarea: string;
1505
- borderRadius: string;
1506
- iconSize: string;
1507
- groupLabelColor: string;
1508
- groupLabelTextColor: string;
1509
- textColor: string;
1510
- textColorDisabled: string;
1511
- textDecorationColor: string;
1512
- caretColor: string;
1513
- placeholderColor: string;
1514
- placeholderColorDisabled: string;
1515
- color: string;
1516
- colorDisabled: string;
1517
- colorFocus: string;
1518
- groupLabelBorder: string;
1519
- border: string;
1520
- borderHover: string;
1521
- borderDisabled: string;
1522
- borderFocus: string;
1523
- boxShadowFocus: string;
1524
- loadingColor: string;
1525
- loadingColorWarning: string;
1526
- borderWarning: string;
1527
- borderHoverWarning: string;
1528
- colorFocusWarning: string;
1529
- borderFocusWarning: string;
1530
- boxShadowFocusWarning: string;
1531
- caretColorWarning: string;
1532
- loadingColorError: string;
1533
- borderError: string;
1534
- borderHoverError: string;
1535
- colorFocusError: string;
1536
- borderFocusError: string;
1537
- boxShadowFocusError: string;
1538
- caretColorError: string;
1539
- clearColor: string;
1540
- clearColorHover: string;
1541
- clearColorPressed: string;
1542
- iconColor: string;
1543
- iconColorDisabled: string;
1544
- iconColorHover: string;
1545
- iconColorPressed: string;
1546
- suffixTextColor: string;
1547
- paddingTiny: string;
1548
- paddingSmall: string;
1549
- paddingMedium: string;
1550
- paddingLarge: string;
1551
- clearSize: string;
1552
- }, any>>;
1553
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1554
- countTextColorDisabled: string;
1555
- countTextColor: string;
1556
- heightTiny: string;
1557
- heightSmall: string;
1558
- heightMedium: string;
1559
- heightLarge: string;
1560
- fontSizeTiny: string;
1561
- fontSizeSmall: string;
1562
- fontSizeMedium: string;
1563
- fontSizeLarge: string;
1564
- lineHeight: string;
1565
- lineHeightTextarea: string;
1566
- borderRadius: string;
1567
- iconSize: string;
1568
- groupLabelColor: string;
1569
- groupLabelTextColor: string;
1570
- textColor: string;
1571
- textColorDisabled: string;
1572
- textDecorationColor: string;
1573
- caretColor: string;
1574
- placeholderColor: string;
1575
- placeholderColorDisabled: string;
1576
- color: string;
1577
- colorDisabled: string;
1578
- colorFocus: string;
1579
- groupLabelBorder: string;
1580
- border: string;
1581
- borderHover: string;
1582
- borderDisabled: string;
1583
- borderFocus: string;
1584
- boxShadowFocus: string;
1585
- loadingColor: string;
1586
- loadingColorWarning: string;
1587
- borderWarning: string;
1588
- borderHoverWarning: string;
1589
- colorFocusWarning: string;
1590
- borderFocusWarning: string;
1591
- boxShadowFocusWarning: string;
1592
- caretColorWarning: string;
1593
- loadingColorError: string;
1594
- borderError: string;
1595
- borderHoverError: string;
1596
- colorFocusError: string;
1597
- borderFocusError: string;
1598
- boxShadowFocusError: string;
1599
- caretColorError: string;
1600
- clearColor: string;
1601
- clearColorHover: string;
1602
- clearColorPressed: string;
1603
- iconColor: string;
1604
- iconColorDisabled: string;
1605
- iconColorHover: string;
1606
- iconColorPressed: string;
1607
- suffixTextColor: string;
1608
- paddingTiny: string;
1609
- paddingSmall: string;
1610
- paddingMedium: string;
1611
- paddingLarge: string;
1612
- clearSize: string;
1613
- }, any>>>;
1614
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1615
- countTextColorDisabled: string;
1616
- countTextColor: string;
1617
- heightTiny: string;
1618
- heightSmall: string;
1619
- heightMedium: string;
1620
- heightLarge: string;
1621
- fontSizeTiny: string;
1622
- fontSizeSmall: string;
1623
- fontSizeMedium: string;
1624
- fontSizeLarge: string;
1625
- lineHeight: string;
1626
- lineHeightTextarea: string;
1627
- borderRadius: string;
1628
- iconSize: string;
1629
- groupLabelColor: string;
1630
- groupLabelTextColor: string;
1631
- textColor: string;
1632
- textColorDisabled: string;
1633
- textDecorationColor: string;
1634
- caretColor: string;
1635
- placeholderColor: string;
1636
- placeholderColorDisabled: string;
1637
- color: string;
1638
- colorDisabled: string;
1639
- colorFocus: string;
1640
- groupLabelBorder: string;
1641
- border: string;
1642
- borderHover: string;
1643
- borderDisabled: string;
1644
- borderFocus: string;
1645
- boxShadowFocus: string;
1646
- loadingColor: string;
1647
- loadingColorWarning: string;
1648
- borderWarning: string;
1649
- borderHoverWarning: string;
1650
- colorFocusWarning: string;
1651
- borderFocusWarning: string;
1652
- boxShadowFocusWarning: string;
1653
- caretColorWarning: string;
1654
- loadingColorError: string;
1655
- borderError: string;
1656
- borderHoverError: string;
1657
- colorFocusError: string;
1658
- borderFocusError: string;
1659
- boxShadowFocusError: string;
1660
- caretColorError: string;
1661
- clearColor: string;
1662
- clearColorHover: string;
1663
- clearColorPressed: string;
1664
- iconColor: string;
1665
- iconColorDisabled: string;
1666
- iconColorHover: string;
1667
- iconColorPressed: string;
1668
- suffixTextColor: string;
1669
- paddingTiny: string;
1670
- paddingSmall: string;
1671
- paddingMedium: string;
1672
- paddingLarge: string;
1673
- clearSize: string;
1674
- }, any>>>;
1675
- }, {
1676
- wrapperElRef: import("vue").Ref<HTMLElement | null>;
1677
- inputElRef: import("vue").Ref<HTMLInputElement | null>;
1678
- inputMirrorElRef: import("vue").Ref<HTMLElement | null>;
1679
- inputEl2Ref: import("vue").Ref<HTMLInputElement | null>;
1680
- textareaElRef: import("vue").Ref<HTMLTextAreaElement | null>;
1681
- textareaMirrorElRef: import("vue").Ref<HTMLElement | null>;
1682
- textareaScrollbarInstRef: import("vue").Ref<{
1683
- $el: HTMLElement;
1684
- containerRef: HTMLElement | null;
1685
- contentRef: HTMLElement | null;
1686
- containerScrollTop: number;
1687
- syncUnifiedContainer: () => void;
1688
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
1689
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
1690
- sync: () => void;
1691
- handleMouseEnterWrapper: () => void;
1692
- handleMouseLeaveWrapper: () => void;
1693
- } | null>;
1694
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1695
- uncontrolledValue: import("vue").Ref<string | [string, string] | null>;
1696
- mergedValue: import("vue").ComputedRef<string | [string, string] | null>;
1697
- passwordVisible: import("vue").Ref<boolean>;
1698
- mergedPlaceholder: import("vue").ComputedRef<[string, string] | [string]>;
1699
- showPlaceholder1: import("vue").ComputedRef<string | false>;
1700
- showPlaceholder2: import("vue").ComputedRef<boolean | "" | undefined>;
1701
- mergedFocus: import("vue").ComputedRef<boolean>;
1702
- isComposing: import("vue").Ref<boolean>;
1703
- activated: import("vue").Ref<boolean>;
1704
- showClearButton: import("vue").ComputedRef<boolean>;
1705
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
1706
- mergedDisabled: import("vue").ComputedRef<boolean>;
1707
- textDecorationStyle: import("vue").ComputedRef<string[] | {
1708
- textDecoration: string;
1709
- }[]>;
1710
- mergedClsPrefix: import("vue").ComputedRef<string>;
1711
- mergedBordered: import("vue").ComputedRef<boolean>;
1712
- mergedShowPasswordOn: import("vue").ComputedRef<"click" | "mousedown" | undefined>;
1713
- placeholderStyle: import("vue").Ref<{
1714
- top: string;
1715
- }>;
1716
- mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
1717
- textAreaScrollContainerWidth: import("vue").Ref<number | undefined>;
1718
- handleTextAreaScroll: (e: Event) => void;
1719
- handleCompositionStart: () => void;
1720
- handleCompositionEnd: (e: CompositionEvent) => void;
1721
- handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
1722
- handleInputBlur: (e: FocusEvent) => void;
1723
- handleInputFocus: (e: FocusEvent, index: number) => void;
1724
- handleWrapperBlur: (e: FocusEvent) => void;
1725
- handleWrapperFocus: (e: FocusEvent) => void;
1726
- handleMouseEnter: () => void;
1727
- handleMouseLeave: () => void;
1728
- handleMouseDown: (e: MouseEvent) => void;
1729
- handleChange: (e: Event, index?: 0 | 1 | undefined) => void;
1730
- handleClick: (e: MouseEvent) => void;
1731
- handleClear: (e: MouseEvent) => void;
1732
- handlePasswordToggleClick: () => void;
1733
- handlePasswordToggleMousedown: (e: MouseEvent) => void;
1734
- handleWrapperKeydown: (e: KeyboardEvent) => void;
1735
- handleTextAreaMirrorResize: () => void;
1736
- getTextareaScrollContainer: () => HTMLTextAreaElement | null;
1737
- mergedTheme: import("vue").ComputedRef<{
1738
- common: {
1739
- baseColor: string;
1740
- primaryColor: string;
1741
- primaryColorHover: string;
1742
- primaryColorPressed: string;
1743
- primaryColorSuppl: string;
1744
- infoColor: string;
1745
- infoColorHover: string;
1746
- infoColorPressed: string;
1747
- infoColorSuppl: string;
1748
- successColor: string;
1749
- successColorHover: string;
1750
- successColorPressed: string;
1751
- successColorSuppl: string;
1752
- warningColor: string;
1753
- warningColorHover: string;
1754
- warningColorPressed: string;
1755
- warningColorSuppl: string;
1756
- errorColor: string;
1757
- errorColorHover: string;
1758
- errorColorPressed: string;
1759
- errorColorSuppl: string;
1760
- textColorBase: string;
1761
- textColor1: string;
1762
- textColor2: string;
1763
- textColor3: string;
1764
- textColorDisabled: string;
1765
- placeholderColor: string;
1766
- placeholderColorDisabled: string;
1767
- iconColor: string;
1768
- iconColorHover: string;
1769
- iconColorPressed: string;
1770
- iconColorDisabled: string;
1771
- opacity1: string;
1772
- opacity2: string;
1773
- opacity3: string;
1774
- opacity4: string;
1775
- opacity5: string;
1776
- dividerColor: string;
1777
- borderColor: string;
1778
- closeIconColor: string;
1779
- closeIconColorHover: string;
1780
- closeIconColorPressed: string;
1781
- closeColorHover: string;
1782
- closeColorPressed: string;
1783
- clearColor: string;
1784
- clearColorHover: string;
1785
- clearColorPressed: string;
1786
- scrollbarColor: string;
1787
- scrollbarColorHover: string;
1788
- scrollbarWidth: string;
1789
- scrollbarHeight: string;
1790
- scrollbarBorderRadius: string;
1791
- progressRailColor: string;
1792
- railColor: string;
1793
- popoverColor: string;
1794
- tableColor: string;
1795
- cardColor: string;
1796
- modalColor: string;
1797
- bodyColor: string;
1798
- tagColor: string;
1799
- avatarColor: string;
1800
- invertedColor: string;
1801
- inputColor: string;
1802
- codeColor: string;
1803
- tabColor: string;
1804
- actionColor: string;
1805
- tableHeaderColor: string;
1806
- hoverColor: string;
1807
- tableColorHover: string;
1808
- tableColorStriped: string;
1809
- pressedColor: string;
1810
- opacityDisabled: string;
1811
- inputColorDisabled: string;
1812
- buttonColor2: string;
1813
- buttonColor2Hover: string;
1814
- buttonColor2Pressed: string;
1815
- boxShadow1: string;
1816
- boxShadow2: string;
1817
- boxShadow3: string;
1818
- fontFamily: string;
1819
- fontFamilyMono: string;
1820
- fontWeight: string;
1821
- fontWeightStrong: string;
1822
- cubicBezierEaseInOut: string;
1823
- cubicBezierEaseOut: string;
1824
- cubicBezierEaseIn: string;
1825
- borderRadius: string;
1826
- borderRadiusSmall: string;
1827
- fontSize: string;
1828
- fontSizeMini: string;
1829
- fontSizeTiny: string;
1830
- fontSizeSmall: string;
1831
- fontSizeMedium: string;
1832
- fontSizeLarge: string;
1833
- fontSizeHuge: string;
1834
- lineHeight: string;
1835
- heightMini: string;
1836
- heightTiny: string;
1837
- heightSmall: string;
1838
- heightMedium: string;
1839
- heightLarge: string;
1840
- heightHuge: string;
1841
- name: "common";
1842
- };
1843
- self: {
1844
- countTextColorDisabled: string;
1845
- countTextColor: string;
1846
- heightTiny: string;
1847
- heightSmall: string;
1848
- heightMedium: string;
1849
- heightLarge: string;
1850
- fontSizeTiny: string;
1851
- fontSizeSmall: string;
1852
- fontSizeMedium: string;
1853
- fontSizeLarge: string;
1854
- lineHeight: string;
1855
- lineHeightTextarea: string;
1856
- borderRadius: string;
1857
- iconSize: string;
1858
- groupLabelColor: string;
1859
- groupLabelTextColor: string;
1860
- textColor: string;
1861
- textColorDisabled: string;
1862
- textDecorationColor: string;
1863
- caretColor: string;
1864
- placeholderColor: string;
1865
- placeholderColorDisabled: string;
1866
- color: string;
1867
- colorDisabled: string;
1868
- colorFocus: string;
1869
- groupLabelBorder: string;
1870
- border: string;
1871
- borderHover: string;
1872
- borderDisabled: string;
1873
- borderFocus: string;
1874
- boxShadowFocus: string;
1875
- loadingColor: string;
1876
- loadingColorWarning: string;
1877
- borderWarning: string;
1878
- borderHoverWarning: string;
1879
- colorFocusWarning: string;
1880
- borderFocusWarning: string;
1881
- boxShadowFocusWarning: string;
1882
- caretColorWarning: string;
1883
- loadingColorError: string;
1884
- borderError: string;
1885
- borderHoverError: string;
1886
- colorFocusError: string;
1887
- borderFocusError: string;
1888
- boxShadowFocusError: string;
1889
- caretColorError: string;
1890
- clearColor: string;
1891
- clearColorHover: string;
1892
- clearColorPressed: string;
1893
- iconColor: string;
1894
- iconColorDisabled: string;
1895
- iconColorHover: string;
1896
- iconColorPressed: string;
1897
- suffixTextColor: string;
1898
- paddingTiny: string;
1899
- paddingSmall: string;
1900
- paddingMedium: string;
1901
- paddingLarge: string;
1902
- clearSize: string;
1903
- };
1904
- peers: any;
1905
- peerOverrides: {
1906
- [x: string]: any;
1907
- };
1908
- }>;
1909
- cssVars: import("vue").ComputedRef<{
1910
- '--n-bezier': string;
1911
- '--n-count-text-color': string;
1912
- '--n-count-text-color-disabled': string;
1913
- '--n-color': string;
1914
- '--n-font-size': string;
1915
- '--n-border-radius': string;
1916
- '--n-height': string;
1917
- '--n-padding-left': string;
1918
- '--n-padding-right': string;
1919
- '--n-text-color': string;
1920
- '--n-caret-color': string;
1921
- '--n-text-decoration-color': string;
1922
- '--n-border': string;
1923
- '--n-border-disabled': string;
1924
- '--n-border-hover': string;
1925
- '--n-border-focus': string;
1926
- '--n-placeholder-color': string;
1927
- '--n-placeholder-color-disabled': string;
1928
- '--n-icon-size': string;
1929
- '--n-line-height-textarea': string;
1930
- '--n-color-disabled': string;
1931
- '--n-color-focus': string;
1932
- '--n-text-color-disabled': string;
1933
- '--n-box-shadow-focus': string;
1934
- '--n-loading-color': string;
1935
- '--n-caret-color-warning': string;
1936
- '--n-color-focus-warning': string;
1937
- '--n-box-shadow-focus-warning': string;
1938
- '--n-border-warning': string;
1939
- '--n-border-focus-warning': string;
1940
- '--n-border-hover-warning': string;
1941
- '--n-loading-color-warning': string;
1942
- '--n-caret-color-error': string;
1943
- '--n-color-focus-error': string;
1944
- '--n-box-shadow-focus-error': string;
1945
- '--n-border-error': string;
1946
- '--n-border-focus-error': string;
1947
- '--n-border-hover-error': string;
1948
- '--n-loading-color-error': string;
1949
- '--n-clear-color': string;
1950
- '--n-clear-size': string;
1951
- '--n-clear-color-hover': string;
1952
- '--n-clear-color-pressed': string;
1953
- '--n-icon-color': string;
1954
- '--n-icon-color-hover': string;
1955
- '--n-icon-color-pressed': string;
1956
- '--n-icon-color-disabled': string;
1957
- '--n-suffix-text-color': string;
1958
- }> | undefined;
1959
- themeClass: import("vue").Ref<string> | undefined;
1960
- onRender: (() => void) | undefined;
1961
- isCompositing: import("vue").Ref<boolean>;
1962
- blur: () => void;
1963
- focus: () => void;
1964
- select: () => void;
1965
- activate: () => void;
1966
- deactivate: () => void;
1967
- scrollTo: (options: ScrollToOptions) => void;
1968
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1969
- bordered: {
1970
- type: import("vue").PropType<boolean | undefined>;
1971
- default: undefined;
1972
- };
1973
- type: {
1974
- type: import("vue").PropType<"text" | "textarea" | "password">;
1975
- default: string;
1976
- };
1977
- placeholder: import("vue").PropType<string | [string, string]>;
1978
- defaultValue: {
1979
- type: import("vue").PropType<string | [string, string] | null>;
1980
- default: null;
1981
- };
1982
- value: import("vue").PropType<string | [string, string] | null>;
1983
- disabled: {
1984
- type: import("vue").PropType<boolean | undefined>;
1985
- default: undefined;
1986
- };
1987
- size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
1988
- rows: {
1989
- type: import("vue").PropType<string | number>;
1990
- default: number;
1991
- };
1992
- round: BooleanConstructor;
1993
- minlength: import("vue").PropType<string | number>;
1994
- maxlength: import("vue").PropType<string | number>;
1995
- clearable: BooleanConstructor;
1996
- autosize: {
1997
- type: import("vue").PropType<boolean | {
1998
- minRows?: number | undefined;
1999
- maxRows?: number | undefined;
2000
- }>;
2001
- default: boolean;
2002
- };
2003
- pair: BooleanConstructor;
2004
- separator: StringConstructor;
2005
- readonly: {
2006
- type: (BooleanConstructor | StringConstructor)[];
2007
- default: boolean;
2008
- };
2009
- passivelyActivated: BooleanConstructor;
2010
- showPasswordOn: import("vue").PropType<"click" | "mousedown">;
2011
- stateful: {
2012
- type: BooleanConstructor;
2013
- default: boolean;
2014
- };
2015
- autofocus: BooleanConstructor;
2016
- inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
2017
- resizable: {
2018
- type: BooleanConstructor;
2019
- default: boolean;
2020
- };
2021
- showCount: BooleanConstructor;
2022
- loading: {
2023
- type: BooleanConstructor;
2024
- default: undefined;
2025
- };
2026
- allowInput: import("vue").PropType<(value: string) => boolean>;
2027
- renderCount: import("vue").PropType<(props: {
2028
- value: string;
2029
- }) => import("vue").VNodeChild>;
2030
- onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
2031
- onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
2032
- onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
2033
- onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
2034
- onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2035
- onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2036
- onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2037
- onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
2038
- onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2039
- status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
2040
- 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
2041
- onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
2042
- textDecoration: import("vue").PropType<string | [string, string]>;
2043
- attrSize: {
2044
- type: NumberConstructor;
2045
- default: number;
2046
- };
2047
- onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2048
- onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2049
- onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
2050
- onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
2051
- onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2052
- onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2053
- internalDeactivateOnEnter: BooleanConstructor;
2054
- internalForceFocus: BooleanConstructor;
2055
- internalLoadingBeforeSuffix: BooleanConstructor;
2056
- showPasswordToggle: BooleanConstructor;
2057
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
2058
- countTextColorDisabled: string;
2059
- countTextColor: string;
2060
- heightTiny: string;
2061
- heightSmall: string;
2062
- heightMedium: string;
2063
- heightLarge: string;
2064
- fontSizeTiny: string;
2065
- fontSizeSmall: string;
2066
- fontSizeMedium: string;
2067
- fontSizeLarge: string;
2068
- lineHeight: string;
2069
- lineHeightTextarea: string;
2070
- borderRadius: string;
2071
- iconSize: string;
2072
- groupLabelColor: string;
2073
- groupLabelTextColor: string;
2074
- textColor: string;
2075
- textColorDisabled: string;
2076
- textDecorationColor: string;
2077
- caretColor: string;
2078
- placeholderColor: string;
2079
- placeholderColorDisabled: string;
2080
- color: string;
2081
- colorDisabled: string;
2082
- colorFocus: string;
2083
- groupLabelBorder: string;
2084
- border: string;
2085
- borderHover: string;
2086
- borderDisabled: string;
2087
- borderFocus: string;
2088
- boxShadowFocus: string;
2089
- loadingColor: string;
2090
- loadingColorWarning: string;
2091
- borderWarning: string;
2092
- borderHoverWarning: string;
2093
- colorFocusWarning: string;
2094
- borderFocusWarning: string;
2095
- boxShadowFocusWarning: string;
2096
- caretColorWarning: string;
2097
- loadingColorError: string;
2098
- borderError: string;
2099
- borderHoverError: string;
2100
- colorFocusError: string;
2101
- borderFocusError: string;
2102
- boxShadowFocusError: string;
2103
- caretColorError: string;
2104
- clearColor: string;
2105
- clearColorHover: string;
2106
- clearColorPressed: string;
2107
- iconColor: string;
2108
- iconColorDisabled: string;
2109
- iconColorHover: string;
2110
- iconColorPressed: string;
2111
- suffixTextColor: string;
2112
- paddingTiny: string;
2113
- paddingSmall: string;
2114
- paddingMedium: string;
2115
- paddingLarge: string;
2116
- clearSize: string;
2117
- }, any>>;
2118
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2119
- countTextColorDisabled: string;
2120
- countTextColor: string;
2121
- heightTiny: string;
2122
- heightSmall: string;
2123
- heightMedium: string;
2124
- heightLarge: string;
2125
- fontSizeTiny: string;
2126
- fontSizeSmall: string;
2127
- fontSizeMedium: string;
2128
- fontSizeLarge: string;
2129
- lineHeight: string;
2130
- lineHeightTextarea: string;
2131
- borderRadius: string;
2132
- iconSize: string;
2133
- groupLabelColor: string;
2134
- groupLabelTextColor: string;
2135
- textColor: string;
2136
- textColorDisabled: string;
2137
- textDecorationColor: string;
2138
- caretColor: string;
2139
- placeholderColor: string;
2140
- placeholderColorDisabled: string;
2141
- color: string;
2142
- colorDisabled: string;
2143
- colorFocus: string;
2144
- groupLabelBorder: string;
2145
- border: string;
2146
- borderHover: string;
2147
- borderDisabled: string;
2148
- borderFocus: string;
2149
- boxShadowFocus: string;
2150
- loadingColor: string;
2151
- loadingColorWarning: string;
2152
- borderWarning: string;
2153
- borderHoverWarning: string;
2154
- colorFocusWarning: string;
2155
- borderFocusWarning: string;
2156
- boxShadowFocusWarning: string;
2157
- caretColorWarning: string;
2158
- loadingColorError: string;
2159
- borderError: string;
2160
- borderHoverError: string;
2161
- colorFocusError: string;
2162
- borderFocusError: string;
2163
- boxShadowFocusError: string;
2164
- caretColorError: string;
2165
- clearColor: string;
2166
- clearColorHover: string;
2167
- clearColorPressed: string;
2168
- iconColor: string;
2169
- iconColorDisabled: string;
2170
- iconColorHover: string;
2171
- iconColorPressed: string;
2172
- suffixTextColor: string;
2173
- paddingTiny: string;
2174
- paddingSmall: string;
2175
- paddingMedium: string;
2176
- paddingLarge: string;
2177
- clearSize: string;
2178
- }, any>>>;
2179
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2180
- countTextColorDisabled: string;
2181
- countTextColor: string;
2182
- heightTiny: string;
2183
- heightSmall: string;
2184
- heightMedium: string;
2185
- heightLarge: string;
2186
- fontSizeTiny: string;
2187
- fontSizeSmall: string;
2188
- fontSizeMedium: string;
2189
- fontSizeLarge: string;
2190
- lineHeight: string;
2191
- lineHeightTextarea: string;
2192
- borderRadius: string;
2193
- iconSize: string;
2194
- groupLabelColor: string;
2195
- groupLabelTextColor: string;
2196
- textColor: string;
2197
- textColorDisabled: string;
2198
- textDecorationColor: string;
2199
- caretColor: string;
2200
- placeholderColor: string;
2201
- placeholderColorDisabled: string;
2202
- color: string;
2203
- colorDisabled: string;
2204
- colorFocus: string;
2205
- groupLabelBorder: string;
2206
- border: string;
2207
- borderHover: string;
2208
- borderDisabled: string;
2209
- borderFocus: string;
2210
- boxShadowFocus: string;
2211
- loadingColor: string;
2212
- loadingColorWarning: string;
2213
- borderWarning: string;
2214
- borderHoverWarning: string;
2215
- colorFocusWarning: string;
2216
- borderFocusWarning: string;
2217
- boxShadowFocusWarning: string;
2218
- caretColorWarning: string;
2219
- loadingColorError: string;
2220
- borderError: string;
2221
- borderHoverError: string;
2222
- colorFocusError: string;
2223
- borderFocusError: string;
2224
- boxShadowFocusError: string;
2225
- caretColorError: string;
2226
- clearColor: string;
2227
- clearColorHover: string;
2228
- clearColorPressed: string;
2229
- iconColor: string;
2230
- iconColorDisabled: string;
2231
- iconColorHover: string;
2232
- iconColorPressed: string;
2233
- suffixTextColor: string;
2234
- paddingTiny: string;
2235
- paddingSmall: string;
2236
- paddingMedium: string;
2237
- paddingLarge: string;
2238
- clearSize: string;
2239
- }, any>>>;
2240
- }>>, {
2241
- type: "text" | "textarea" | "password";
2242
- readonly: string | boolean;
2243
- round: boolean;
2244
- disabled: boolean | undefined;
2245
- autofocus: boolean;
2246
- autosize: boolean | {
2247
- minRows?: number | undefined;
2248
- maxRows?: number | undefined;
2249
- };
2250
- loading: boolean;
2251
- bordered: boolean | undefined;
2252
- clearable: boolean;
2253
- defaultValue: string | [string, string] | null;
2254
- resizable: boolean;
2255
- pair: boolean;
2256
- rows: string | number;
2257
- passivelyActivated: boolean;
2258
- stateful: boolean;
2259
- showCount: boolean;
2260
- attrSize: number;
2261
- internalDeactivateOnEnter: boolean;
2262
- internalForceFocus: boolean;
2263
- internalLoadingBeforeSuffix: boolean;
2264
- showPasswordToggle: boolean;
2265
- }>;
3
+ NButton: any;
4
+ NInput: any;
2266
5
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2267
6
  export default _default;