@maxax/ui 1.0.5 → 1.0.7

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