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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/es/components/big-table/index.d.ts +9 -3395
  2. package/es/components/big-table/src/BigTable.vue.d.ts +9 -3396
  3. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +1 -1
  4. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +1 -1
  5. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +2 -2
  6. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +1 -1
  7. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +2 -1163
  8. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +1 -1
  9. package/es/components/big-table/src/components/input-button.vue.d.ts +2 -2263
  10. package/es/components/big-table/src/hooks/useEdit.d.ts +7 -1168
  11. package/es/components/button-print/index.d.ts +16 -6819
  12. package/es/components/button-print/src/ButtonPrint.vue.d.ts +16 -6819
  13. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +10 -4469
  14. package/es/components/button-print/src/utils/print2.js +2 -2
  15. package/es/components/chunk-upload/index.d.ts +2 -1472
  16. package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +3 -1742
  17. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +2 -1472
  18. package/es/components/drag-layout/index.d.ts +155 -19744
  19. package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +5 -8012
  20. package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +4 -3107
  21. package/es/components/drag-layout/src/DragLayout.vue.d.ts +156 -19745
  22. package/es/components/fabric-chart/index.d.ts +2 -2
  23. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
  24. package/es/components/field-set/index.d.ts +8 -6824
  25. package/es/components/field-set/src/FieldSet.vue.d.ts +8 -6824
  26. package/es/components/form-config/index.d.ts +17 -8976
  27. package/es/components/form-config/src/FormConfig.vue.d.ts +17 -8976
  28. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +9 -4487
  29. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +7 -3091
  30. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +2 -1472
  31. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +2 -1472
  32. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +4 -3195
  33. package/es/components/form-render/index.d.ts +6 -1154
  34. package/es/components/form-render/src/FormRender.vue.d.ts +7 -1155
  35. package/es/components/form-render/src/components/renderer/jsonCombination/index.js +1 -1
  36. package/es/components/form-render/src/components/renderer/linebar.d.ts +1 -1
  37. package/es/components/form-render/src/components/renderer/select.js +1 -1
  38. package/es/components/form-render/src/hooks/useCommonLog2.js +1 -1
  39. package/es/components/form-render/src/hooks/useFieldListAdaptor2.js +1 -1
  40. package/es/components/form-render/src/utils/business.d.ts +1 -1
  41. package/es/components/form-render/src/utils/index.d.ts +1 -1
  42. package/es/components/form-render/src/utils/index.js +2 -2
  43. package/es/components/form-table/index.d.ts +43 -32166
  44. package/es/components/form-table/src/FormTable.vue.d.ts +43 -32180
  45. package/es/components/form-table/src/components/index.d.ts +43 -32166
  46. package/es/components/form-table/src/components/table-age.vue.d.ts +5 -4007
  47. package/es/components/form-table/src/components/table-date-picker.vue.d.ts +3 -5084
  48. package/es/components/form-table/src/components/table-digital.vue.d.ts +4 -2672
  49. package/es/components/form-table/src/components/table-input-password.vue.d.ts +4 -1344
  50. package/es/components/form-table/src/components/table-input.vue.d.ts +4 -1344
  51. package/es/components/form-table/src/components/table-month-picker.vue.d.ts +2 -5083
  52. package/es/components/form-table/src/components/table-search-more.vue.d.ts +2 -1401
  53. package/es/components/form-table/src/components/table-search.vue.d.ts +3 -2736
  54. package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +2 -1336
  55. package/es/components/form-table/src/components/table-select.vue.d.ts +2 -1336
  56. package/es/components/form-table/src/components/table-textarea.vue.d.ts +5 -1345
  57. package/es/components/form-table/src/components/table-time-picker.vue.d.ts +2 -2438
  58. package/es/components/form-table/src/components/table-tree-select.vue.d.ts +2 -1559
  59. package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +2 -480
  60. package/es/components/info-header/index.d.ts +16 -2561
  61. package/es/components/info-header/src/HiddenContent.vue.d.ts +4 -804
  62. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +3 -803
  63. package/es/components/info-header/src/InfoHeader.vue.d.ts +15 -2560
  64. package/es/components/map/index.d.ts +2 -2263
  65. package/es/components/map/src/Map.vue.d.ts +2 -2263
  66. package/es/components/scale-view/index.d.ts +12 -3073
  67. package/es/components/scale-view/src/ScaleView.vue.d.ts +8 -3070
  68. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +1 -1
  69. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +1 -1400
  70. package/es/components/scale-view/src/components/formitem/r-address.d.ts +1 -1
  71. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +1 -1
  72. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +1 -1
  73. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +1 -1
  74. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +1 -1
  75. package/es/components/scale-view/src/components/formitem/r-input.d.ts +1 -1
  76. package/es/components/scale-view/src/components/formitem/r-map.d.ts +1 -1
  77. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +1 -1
  78. package/es/components/scale-view/src/components/formitem/r-select.d.ts +1 -1
  79. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +1 -1
  80. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -480
  81. package/es/components/scale-view/src/hooks/use-component.d.ts +39 -8514
  82. package/es/components/select-label/index.d.ts +24 -11264
  83. package/es/components/select-label/src/LabelFormContent.vue.d.ts +10 -4250
  84. package/es/components/select-label/src/SelectLabel.vue.d.ts +14 -7027
  85. package/es/components/select-label/src/components/label-classify.vue.d.ts +5 -3482
  86. package/es/components/select-person/index.d.ts +9 -5369
  87. package/es/components/select-person/src/SearchTree.vue.d.ts +3 -1339
  88. package/es/components/select-person/src/SelectPerson.vue.d.ts +9 -5369
  89. package/es/components/shortcut-setter/index.d.ts +6 -1154
  90. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +6 -1154
  91. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +1 -863
  92. package/es/components/steps-wheel/index.d.ts +1 -479
  93. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -479
  94. package/es/components/time-line/index.d.ts +7 -1672
  95. package/es/components/time-line/src/TimeLine.vue.d.ts +6 -1671
  96. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +1 -1400
  97. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -480
  98. package/package.json +2 -2
@@ -72,1169 +72,8 @@ declare const _default: import("vue").DefineComponent<{
72
72
  type: PropType<Record<string, import("../../../../../../es/shared/types").Func<any[], any>>>;
73
73
  };
74
74
  }>>, {}>;
75
- NPopover: import("vue").DefineComponent<{
76
- internalOnAfterLeave: PropType<() => void>;
77
- internalRenderBody: PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
78
- show: {
79
- type: PropType<boolean | undefined>;
80
- default: undefined;
81
- };
82
- defaultShow: BooleanConstructor;
83
- showArrow: {
84
- type: BooleanConstructor;
85
- default: boolean;
86
- };
87
- trigger: {
88
- type: PropType<import("naive-ui").PopoverTrigger>;
89
- default: string;
90
- };
91
- delay: {
92
- type: NumberConstructor;
93
- default: number;
94
- };
95
- duration: {
96
- type: NumberConstructor;
97
- default: number;
98
- };
99
- raw: BooleanConstructor;
100
- placement: {
101
- type: PropType<import("naive-ui").PopoverPlacement>;
102
- default: string;
103
- };
104
- x: NumberConstructor;
105
- y: NumberConstructor;
106
- arrowPointToCenter: BooleanConstructor;
107
- disabled: BooleanConstructor;
108
- getDisabled: PropType<() => boolean>;
109
- displayDirective: {
110
- type: PropType<"show" | "if">;
111
- default: string;
112
- };
113
- arrowStyle: PropType<string | CSSProperties>;
114
- flip: {
115
- type: BooleanConstructor;
116
- default: boolean;
117
- };
118
- animated: {
119
- type: BooleanConstructor;
120
- default: boolean;
121
- };
122
- width: {
123
- type: PropType<number | "trigger">;
124
- default: undefined;
125
- };
126
- overlap: BooleanConstructor;
127
- keepAliveOnHover: {
128
- type: BooleanConstructor;
129
- default: boolean;
130
- };
131
- zIndex: NumberConstructor;
132
- to: {
133
- type: PropType<string | boolean | HTMLElement>;
134
- default: undefined;
135
- };
136
- scrollable: BooleanConstructor;
137
- contentStyle: PropType<string | CSSProperties>;
138
- headerStyle: PropType<string | CSSProperties>;
139
- footerStyle: PropType<string | CSSProperties>;
140
- onClickoutside: PropType<(e: MouseEvent) => void>;
141
- 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
142
- onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
143
- internalDeactivateImmediately: BooleanConstructor;
144
- internalSyncTargetWithParent: BooleanConstructor;
145
- internalInheritedEventHandlers: {
146
- type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
147
- default: () => never[];
148
- };
149
- internalTrapFocus: BooleanConstructor;
150
- internalExtraClass: {
151
- type: PropType<string[]>;
152
- default: () => never[];
153
- };
154
- onShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
155
- onHide: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
156
- arrow: {
157
- type: PropType<boolean | undefined>;
158
- default: undefined;
159
- };
160
- minWidth: NumberConstructor;
161
- maxWidth: NumberConstructor;
162
- theme: PropType<import("naive-ui/es/_mixins").Theme<"Popover", {
163
- fontSize: string;
164
- borderRadius: string;
165
- color: string;
166
- dividerColor: string;
167
- textColor: string;
168
- boxShadow: string;
169
- space: string;
170
- spaceArrow: string;
171
- arrowOffset: string;
172
- arrowOffsetVertical: string;
173
- arrowHeight: string;
174
- padding: string;
175
- }, any>>;
176
- themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
177
- fontSize: string;
178
- borderRadius: string;
179
- color: string;
180
- dividerColor: string;
181
- textColor: string;
182
- boxShadow: string;
183
- space: string;
184
- spaceArrow: string;
185
- arrowOffset: string;
186
- arrowOffsetVertical: string;
187
- arrowHeight: string;
188
- padding: string;
189
- }, any>>>;
190
- builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
191
- fontSize: string;
192
- borderRadius: string;
193
- color: string;
194
- dividerColor: string;
195
- textColor: string;
196
- boxShadow: string;
197
- space: string;
198
- spaceArrow: string;
199
- arrowOffset: string;
200
- arrowOffsetVertical: string;
201
- arrowHeight: string;
202
- padding: string;
203
- }, any>>>;
204
- }, {
205
- binderInstRef: import("vue").Ref<{
206
- targetRef: HTMLElement | null;
207
- } | null>;
208
- positionManually: import("vue").ComputedRef<boolean>;
209
- mergedShowConsideringDisabledProp: import("vue").ComputedRef<boolean>;
210
- uncontrolledShow: import("vue").Ref<boolean>;
211
- mergedShowArrow: import("vue").ComputedRef<boolean>;
212
- getMergedShow: () => boolean;
213
- setShow: (value: boolean) => void;
214
- handleClick: () => void;
215
- handleMouseEnter: () => void;
216
- handleMouseLeave: () => void;
217
- handleFocus: () => void;
218
- handleBlur: () => void;
219
- syncPosition: () => void;
220
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
221
- internalOnAfterLeave: PropType<() => void>;
222
- internalRenderBody: PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
223
- show: {
224
- type: PropType<boolean | undefined>;
225
- default: undefined;
226
- };
227
- defaultShow: BooleanConstructor;
228
- showArrow: {
229
- type: BooleanConstructor;
230
- default: boolean;
231
- };
232
- trigger: {
233
- type: PropType<import("naive-ui").PopoverTrigger>;
234
- default: string;
235
- };
236
- delay: {
237
- type: NumberConstructor;
238
- default: number;
239
- };
240
- duration: {
241
- type: NumberConstructor;
242
- default: number;
243
- };
244
- raw: BooleanConstructor;
245
- placement: {
246
- type: PropType<import("naive-ui").PopoverPlacement>;
247
- default: string;
248
- };
249
- x: NumberConstructor;
250
- y: NumberConstructor;
251
- arrowPointToCenter: BooleanConstructor;
252
- disabled: BooleanConstructor;
253
- getDisabled: PropType<() => boolean>;
254
- displayDirective: {
255
- type: PropType<"show" | "if">;
256
- default: string;
257
- };
258
- arrowStyle: PropType<string | CSSProperties>;
259
- flip: {
260
- type: BooleanConstructor;
261
- default: boolean;
262
- };
263
- animated: {
264
- type: BooleanConstructor;
265
- default: boolean;
266
- };
267
- width: {
268
- type: PropType<number | "trigger">;
269
- default: undefined;
270
- };
271
- overlap: BooleanConstructor;
272
- keepAliveOnHover: {
273
- type: BooleanConstructor;
274
- default: boolean;
275
- };
276
- zIndex: NumberConstructor;
277
- to: {
278
- type: PropType<string | boolean | HTMLElement>;
279
- default: undefined;
280
- };
281
- scrollable: BooleanConstructor;
282
- contentStyle: PropType<string | CSSProperties>;
283
- headerStyle: PropType<string | CSSProperties>;
284
- footerStyle: PropType<string | CSSProperties>;
285
- onClickoutside: PropType<(e: MouseEvent) => void>;
286
- 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
287
- onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
288
- internalDeactivateImmediately: BooleanConstructor;
289
- internalSyncTargetWithParent: BooleanConstructor;
290
- internalInheritedEventHandlers: {
291
- type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
292
- default: () => never[];
293
- };
294
- internalTrapFocus: BooleanConstructor;
295
- internalExtraClass: {
296
- type: PropType<string[]>;
297
- default: () => never[];
298
- };
299
- onShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
300
- onHide: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
301
- arrow: {
302
- type: PropType<boolean | undefined>;
303
- default: undefined;
304
- };
305
- minWidth: NumberConstructor;
306
- maxWidth: NumberConstructor;
307
- theme: PropType<import("naive-ui/es/_mixins").Theme<"Popover", {
308
- fontSize: string;
309
- borderRadius: string;
310
- color: string;
311
- dividerColor: string;
312
- textColor: string;
313
- boxShadow: string;
314
- space: string;
315
- spaceArrow: string;
316
- arrowOffset: string;
317
- arrowOffsetVertical: string;
318
- arrowHeight: string;
319
- padding: string;
320
- }, any>>;
321
- themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
322
- fontSize: string;
323
- borderRadius: string;
324
- color: string;
325
- dividerColor: string;
326
- textColor: string;
327
- boxShadow: string;
328
- space: string;
329
- spaceArrow: string;
330
- arrowOffset: string;
331
- arrowOffsetVertical: string;
332
- arrowHeight: string;
333
- padding: string;
334
- }, any>>>;
335
- builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
336
- fontSize: string;
337
- borderRadius: string;
338
- color: string;
339
- dividerColor: string;
340
- textColor: string;
341
- boxShadow: string;
342
- space: string;
343
- spaceArrow: string;
344
- arrowOffset: string;
345
- arrowOffsetVertical: string;
346
- arrowHeight: string;
347
- padding: string;
348
- }, any>>>;
349
- }>>, {
350
- show: boolean | undefined;
351
- flip: boolean;
352
- width: number | "trigger";
353
- disabled: boolean;
354
- duration: number;
355
- to: string | boolean | HTMLElement;
356
- raw: boolean;
357
- placement: import("naive-ui").PopoverPlacement;
358
- overlap: boolean;
359
- scrollable: boolean;
360
- trigger: import("naive-ui").PopoverTrigger;
361
- showArrow: boolean;
362
- delay: number;
363
- arrowPointToCenter: boolean;
364
- displayDirective: "show" | "if";
365
- keepAliveOnHover: boolean;
366
- internalDeactivateImmediately: boolean;
367
- animated: boolean;
368
- internalTrapFocus: boolean;
369
- defaultShow: boolean;
370
- internalSyncTargetWithParent: boolean;
371
- internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
372
- internalExtraClass: string[];
373
- arrow: boolean | undefined;
374
- }>;
375
- NInput: import("vue").DefineComponent<{
376
- bordered: {
377
- type: PropType<boolean | undefined>;
378
- default: undefined;
379
- };
380
- type: {
381
- type: PropType<"text" | "textarea" | "password">;
382
- default: string;
383
- };
384
- placeholder: PropType<string | [string, string]>;
385
- defaultValue: {
386
- type: PropType<string | [string, string] | null>;
387
- default: null;
388
- };
389
- value: PropType<string | [string, string] | null>;
390
- disabled: {
391
- type: PropType<boolean | undefined>;
392
- default: undefined;
393
- };
394
- size: PropType<import("naive-ui/es/input/src/interface").Size>;
395
- rows: {
396
- type: PropType<string | number>;
397
- default: number;
398
- };
399
- round: BooleanConstructor;
400
- minlength: PropType<string | number>;
401
- maxlength: PropType<string | number>;
402
- clearable: BooleanConstructor;
403
- autosize: {
404
- type: PropType<boolean | {
405
- minRows?: number | undefined;
406
- maxRows?: number | undefined;
407
- }>;
408
- default: boolean;
409
- };
410
- pair: BooleanConstructor;
411
- separator: StringConstructor;
412
- readonly: {
413
- type: (BooleanConstructor | StringConstructor)[];
414
- default: boolean;
415
- };
416
- passivelyActivated: BooleanConstructor;
417
- showPasswordOn: PropType<"click" | "mousedown">;
418
- stateful: {
419
- type: BooleanConstructor;
420
- default: boolean;
421
- };
422
- autofocus: BooleanConstructor;
423
- inputProps: PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
424
- resizable: {
425
- type: BooleanConstructor;
426
- default: boolean;
427
- };
428
- showCount: BooleanConstructor;
429
- loading: {
430
- type: BooleanConstructor;
431
- default: undefined;
432
- };
433
- allowInput: PropType<(value: string) => boolean>;
434
- renderCount: PropType<(props: {
435
- value: string;
436
- }) => import("vue").VNodeChild>;
437
- onMousedown: PropType<(e: MouseEvent) => void>;
438
- onKeydown: PropType<(e: KeyboardEvent) => void>;
439
- onKeyup: PropType<(e: KeyboardEvent) => void>;
440
- onInput: PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
441
- onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
442
- onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
443
- onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
444
- onChange: PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
445
- onClear: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
446
- status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
447
- 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
448
- onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
449
- textDecoration: PropType<string | [string, string]>;
450
- attrSize: {
451
- type: NumberConstructor;
452
- default: number;
453
- };
454
- onInputBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
455
- onInputFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
456
- onDeactivate: PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
457
- onActivate: PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
458
- onWrapperFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
459
- onWrapperBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
460
- internalDeactivateOnEnter: BooleanConstructor;
461
- internalForceFocus: BooleanConstructor;
462
- internalLoadingBeforeSuffix: BooleanConstructor;
463
- showPasswordToggle: BooleanConstructor;
464
- theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
465
- countTextColorDisabled: string;
466
- countTextColor: string;
467
- heightTiny: string;
468
- heightSmall: string;
469
- heightMedium: string;
470
- heightLarge: string;
471
- fontSizeTiny: string;
472
- fontSizeSmall: string;
473
- fontSizeMedium: string;
474
- fontSizeLarge: string;
475
- lineHeight: string;
476
- lineHeightTextarea: string;
477
- borderRadius: string;
478
- iconSize: string;
479
- groupLabelColor: string;
480
- groupLabelTextColor: string;
481
- textColor: string;
482
- textColorDisabled: string;
483
- textDecorationColor: string;
484
- caretColor: string;
485
- placeholderColor: string;
486
- placeholderColorDisabled: string;
487
- color: string;
488
- colorDisabled: string;
489
- colorFocus: string;
490
- groupLabelBorder: string;
491
- border: string;
492
- borderHover: string;
493
- borderDisabled: string;
494
- borderFocus: string;
495
- boxShadowFocus: string;
496
- loadingColor: string;
497
- loadingColorWarning: string;
498
- borderWarning: string;
499
- borderHoverWarning: string;
500
- colorFocusWarning: string;
501
- borderFocusWarning: string;
502
- boxShadowFocusWarning: string;
503
- caretColorWarning: string;
504
- loadingColorError: string;
505
- borderError: string;
506
- borderHoverError: string;
507
- colorFocusError: string;
508
- borderFocusError: string;
509
- boxShadowFocusError: string;
510
- caretColorError: string;
511
- clearColor: string;
512
- clearColorHover: string;
513
- clearColorPressed: string;
514
- iconColor: string;
515
- iconColorDisabled: string;
516
- iconColorHover: string;
517
- iconColorPressed: string;
518
- suffixTextColor: string;
519
- paddingTiny: string;
520
- paddingSmall: string;
521
- paddingMedium: string;
522
- paddingLarge: string;
523
- clearSize: string;
524
- }, any>>;
525
- themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
526
- countTextColorDisabled: string;
527
- countTextColor: string;
528
- heightTiny: string;
529
- heightSmall: string;
530
- heightMedium: string;
531
- heightLarge: string;
532
- fontSizeTiny: string;
533
- fontSizeSmall: string;
534
- fontSizeMedium: string;
535
- fontSizeLarge: string;
536
- lineHeight: string;
537
- lineHeightTextarea: string;
538
- borderRadius: string;
539
- iconSize: string;
540
- groupLabelColor: string;
541
- groupLabelTextColor: string;
542
- textColor: string;
543
- textColorDisabled: string;
544
- textDecorationColor: string;
545
- caretColor: string;
546
- placeholderColor: string;
547
- placeholderColorDisabled: string;
548
- color: string;
549
- colorDisabled: string;
550
- colorFocus: string;
551
- groupLabelBorder: string;
552
- border: string;
553
- borderHover: string;
554
- borderDisabled: string;
555
- borderFocus: string;
556
- boxShadowFocus: string;
557
- loadingColor: string;
558
- loadingColorWarning: string;
559
- borderWarning: string;
560
- borderHoverWarning: string;
561
- colorFocusWarning: string;
562
- borderFocusWarning: string;
563
- boxShadowFocusWarning: string;
564
- caretColorWarning: string;
565
- loadingColorError: string;
566
- borderError: string;
567
- borderHoverError: string;
568
- colorFocusError: string;
569
- borderFocusError: string;
570
- boxShadowFocusError: string;
571
- caretColorError: string;
572
- clearColor: string;
573
- clearColorHover: string;
574
- clearColorPressed: string;
575
- iconColor: string;
576
- iconColorDisabled: string;
577
- iconColorHover: string;
578
- iconColorPressed: string;
579
- suffixTextColor: string;
580
- paddingTiny: string;
581
- paddingSmall: string;
582
- paddingMedium: string;
583
- paddingLarge: string;
584
- clearSize: string;
585
- }, any>>>;
586
- builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
587
- countTextColorDisabled: string;
588
- countTextColor: string;
589
- heightTiny: string;
590
- heightSmall: string;
591
- heightMedium: string;
592
- heightLarge: string;
593
- fontSizeTiny: string;
594
- fontSizeSmall: string;
595
- fontSizeMedium: string;
596
- fontSizeLarge: string;
597
- lineHeight: string;
598
- lineHeightTextarea: string;
599
- borderRadius: string;
600
- iconSize: string;
601
- groupLabelColor: string;
602
- groupLabelTextColor: string;
603
- textColor: string;
604
- textColorDisabled: string;
605
- textDecorationColor: string;
606
- caretColor: string;
607
- placeholderColor: string;
608
- placeholderColorDisabled: string;
609
- color: string;
610
- colorDisabled: string;
611
- colorFocus: string;
612
- groupLabelBorder: string;
613
- border: string;
614
- borderHover: string;
615
- borderDisabled: string;
616
- borderFocus: string;
617
- boxShadowFocus: string;
618
- loadingColor: string;
619
- loadingColorWarning: string;
620
- borderWarning: string;
621
- borderHoverWarning: string;
622
- colorFocusWarning: string;
623
- borderFocusWarning: string;
624
- boxShadowFocusWarning: string;
625
- caretColorWarning: string;
626
- loadingColorError: string;
627
- borderError: string;
628
- borderHoverError: string;
629
- colorFocusError: string;
630
- borderFocusError: string;
631
- boxShadowFocusError: string;
632
- caretColorError: string;
633
- clearColor: string;
634
- clearColorHover: string;
635
- clearColorPressed: string;
636
- iconColor: string;
637
- iconColorDisabled: string;
638
- iconColorHover: string;
639
- iconColorPressed: string;
640
- suffixTextColor: string;
641
- paddingTiny: string;
642
- paddingSmall: string;
643
- paddingMedium: string;
644
- paddingLarge: string;
645
- clearSize: string;
646
- }, any>>>;
647
- }, {
648
- wrapperElRef: import("vue").Ref<HTMLElement | null>;
649
- inputElRef: import("vue").Ref<HTMLInputElement | null>;
650
- inputMirrorElRef: import("vue").Ref<HTMLElement | null>;
651
- inputEl2Ref: import("vue").Ref<HTMLInputElement | null>;
652
- textareaElRef: import("vue").Ref<HTMLTextAreaElement | null>;
653
- textareaMirrorElRef: import("vue").Ref<HTMLElement | null>;
654
- textareaScrollbarInstRef: import("vue").Ref<{
655
- $el: HTMLElement;
656
- containerRef: HTMLElement | null;
657
- contentRef: HTMLElement | null;
658
- containerScrollTop: number;
659
- syncUnifiedContainer: () => void;
660
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
661
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
662
- sync: () => void;
663
- handleMouseEnterWrapper: () => void;
664
- handleMouseLeaveWrapper: () => void;
665
- } | null>;
666
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
667
- uncontrolledValue: import("vue").Ref<string | [string, string] | null>;
668
- mergedValue: import("vue").ComputedRef<string | [string, string] | null>;
669
- passwordVisible: import("vue").Ref<boolean>;
670
- mergedPlaceholder: import("vue").ComputedRef<[string, string] | [string]>;
671
- showPlaceholder1: import("vue").ComputedRef<string | false>;
672
- showPlaceholder2: import("vue").ComputedRef<boolean | "" | undefined>;
673
- mergedFocus: import("vue").ComputedRef<boolean>;
674
- isComposing: import("vue").Ref<boolean>;
675
- activated: import("vue").Ref<boolean>;
676
- showClearButton: import("vue").ComputedRef<boolean>;
677
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
678
- mergedDisabled: import("vue").ComputedRef<boolean>;
679
- textDecorationStyle: import("vue").ComputedRef<string[] | {
680
- textDecoration: string;
681
- }[]>;
682
- mergedClsPrefix: import("vue").ComputedRef<string>;
683
- mergedBordered: import("vue").ComputedRef<boolean>;
684
- mergedShowPasswordOn: import("vue").ComputedRef<"click" | "mousedown" | undefined>;
685
- placeholderStyle: import("vue").Ref<{
686
- top: string;
687
- }>;
688
- mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
689
- textAreaScrollContainerWidth: import("vue").Ref<number | undefined>;
690
- handleTextAreaScroll: (e: Event) => void;
691
- handleCompositionStart: () => void;
692
- handleCompositionEnd: (e: CompositionEvent) => void;
693
- handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
694
- handleInputBlur: (e: FocusEvent) => void;
695
- handleInputFocus: (e: FocusEvent, index: number) => void;
696
- handleWrapperBlur: (e: FocusEvent) => void;
697
- handleWrapperFocus: (e: FocusEvent) => void;
698
- handleMouseEnter: () => void;
699
- handleMouseLeave: () => void;
700
- handleMouseDown: (e: MouseEvent) => void;
701
- handleChange: (e: Event, index?: 0 | 1 | undefined) => void;
702
- handleClick: (e: MouseEvent) => void;
703
- handleClear: (e: MouseEvent) => void;
704
- handlePasswordToggleClick: () => void;
705
- handlePasswordToggleMousedown: (e: MouseEvent) => void;
706
- handleWrapperKeydown: (e: KeyboardEvent) => void;
707
- handleTextAreaMirrorResize: () => void;
708
- getTextareaScrollContainer: () => HTMLTextAreaElement | null;
709
- mergedTheme: import("vue").ComputedRef<{
710
- common: {
711
- baseColor: string;
712
- primaryColor: string;
713
- primaryColorHover: string;
714
- primaryColorPressed: string;
715
- primaryColorSuppl: string;
716
- infoColor: string;
717
- infoColorHover: string;
718
- infoColorPressed: string;
719
- infoColorSuppl: string;
720
- successColor: string;
721
- successColorHover: string;
722
- successColorPressed: string;
723
- successColorSuppl: string;
724
- warningColor: string;
725
- warningColorHover: string;
726
- warningColorPressed: string;
727
- warningColorSuppl: string;
728
- errorColor: string;
729
- errorColorHover: string;
730
- errorColorPressed: string;
731
- errorColorSuppl: string;
732
- textColorBase: string;
733
- textColor1: string;
734
- textColor2: string;
735
- textColor3: string;
736
- textColorDisabled: string;
737
- placeholderColor: string;
738
- placeholderColorDisabled: string;
739
- iconColor: string;
740
- iconColorHover: string;
741
- iconColorPressed: string;
742
- iconColorDisabled: string;
743
- opacity1: string;
744
- opacity2: string;
745
- opacity3: string;
746
- opacity4: string;
747
- opacity5: string;
748
- dividerColor: string;
749
- borderColor: string;
750
- closeIconColor: string;
751
- closeIconColorHover: string;
752
- closeIconColorPressed: string;
753
- closeColorHover: string;
754
- closeColorPressed: string;
755
- clearColor: string;
756
- clearColorHover: string;
757
- clearColorPressed: string;
758
- scrollbarColor: string;
759
- scrollbarColorHover: string;
760
- scrollbarWidth: string;
761
- scrollbarHeight: string;
762
- scrollbarBorderRadius: string;
763
- progressRailColor: string;
764
- railColor: string;
765
- popoverColor: string;
766
- tableColor: string;
767
- cardColor: string;
768
- modalColor: string;
769
- bodyColor: string;
770
- tagColor: string;
771
- avatarColor: string;
772
- invertedColor: string;
773
- inputColor: string;
774
- codeColor: string;
775
- tabColor: string;
776
- actionColor: string;
777
- tableHeaderColor: string;
778
- hoverColor: string;
779
- tableColorHover: string;
780
- tableColorStriped: string;
781
- pressedColor: string;
782
- opacityDisabled: string;
783
- inputColorDisabled: string;
784
- buttonColor2: string;
785
- buttonColor2Hover: string;
786
- buttonColor2Pressed: string;
787
- boxShadow1: string;
788
- boxShadow2: string;
789
- boxShadow3: string;
790
- fontFamily: string;
791
- fontFamilyMono: string;
792
- fontWeight: string;
793
- fontWeightStrong: string;
794
- cubicBezierEaseInOut: string;
795
- cubicBezierEaseOut: string;
796
- cubicBezierEaseIn: string;
797
- borderRadius: string;
798
- borderRadiusSmall: string;
799
- fontSize: string;
800
- fontSizeMini: string;
801
- fontSizeTiny: string;
802
- fontSizeSmall: string;
803
- fontSizeMedium: string;
804
- fontSizeLarge: string;
805
- fontSizeHuge: string;
806
- lineHeight: string;
807
- heightMini: string;
808
- heightTiny: string;
809
- heightSmall: string;
810
- heightMedium: string;
811
- heightLarge: string;
812
- heightHuge: string;
813
- name: "common";
814
- };
815
- self: {
816
- countTextColorDisabled: string;
817
- countTextColor: string;
818
- heightTiny: string;
819
- heightSmall: string;
820
- heightMedium: string;
821
- heightLarge: string;
822
- fontSizeTiny: string;
823
- fontSizeSmall: string;
824
- fontSizeMedium: string;
825
- fontSizeLarge: string;
826
- lineHeight: string;
827
- lineHeightTextarea: string;
828
- borderRadius: string;
829
- iconSize: string;
830
- groupLabelColor: string;
831
- groupLabelTextColor: string;
832
- textColor: string;
833
- textColorDisabled: string;
834
- textDecorationColor: string;
835
- caretColor: string;
836
- placeholderColor: string;
837
- placeholderColorDisabled: string;
838
- color: string;
839
- colorDisabled: string;
840
- colorFocus: string;
841
- groupLabelBorder: string;
842
- border: string;
843
- borderHover: string;
844
- borderDisabled: string;
845
- borderFocus: string;
846
- boxShadowFocus: string;
847
- loadingColor: string;
848
- loadingColorWarning: string;
849
- borderWarning: string;
850
- borderHoverWarning: string;
851
- colorFocusWarning: string;
852
- borderFocusWarning: string;
853
- boxShadowFocusWarning: string;
854
- caretColorWarning: string;
855
- loadingColorError: string;
856
- borderError: string;
857
- borderHoverError: string;
858
- colorFocusError: string;
859
- borderFocusError: string;
860
- boxShadowFocusError: string;
861
- caretColorError: string;
862
- clearColor: string;
863
- clearColorHover: string;
864
- clearColorPressed: string;
865
- iconColor: string;
866
- iconColorDisabled: string;
867
- iconColorHover: string;
868
- iconColorPressed: string;
869
- suffixTextColor: string;
870
- paddingTiny: string;
871
- paddingSmall: string;
872
- paddingMedium: string;
873
- paddingLarge: string;
874
- clearSize: string;
875
- };
876
- peers: any;
877
- peerOverrides: {
878
- [x: string]: any;
879
- };
880
- }>;
881
- cssVars: import("vue").ComputedRef<{
882
- '--n-bezier': string;
883
- '--n-count-text-color': string;
884
- '--n-count-text-color-disabled': string;
885
- '--n-color': string;
886
- '--n-font-size': string;
887
- '--n-border-radius': string;
888
- '--n-height': string;
889
- '--n-padding-left': string;
890
- '--n-padding-right': string;
891
- '--n-text-color': string;
892
- '--n-caret-color': string;
893
- '--n-text-decoration-color': string;
894
- '--n-border': string;
895
- '--n-border-disabled': string;
896
- '--n-border-hover': string;
897
- '--n-border-focus': string;
898
- '--n-placeholder-color': string;
899
- '--n-placeholder-color-disabled': string;
900
- '--n-icon-size': string;
901
- '--n-line-height-textarea': string;
902
- '--n-color-disabled': string;
903
- '--n-color-focus': string;
904
- '--n-text-color-disabled': string;
905
- '--n-box-shadow-focus': string;
906
- '--n-loading-color': string;
907
- '--n-caret-color-warning': string;
908
- '--n-color-focus-warning': string;
909
- '--n-box-shadow-focus-warning': string;
910
- '--n-border-warning': string;
911
- '--n-border-focus-warning': string;
912
- '--n-border-hover-warning': string;
913
- '--n-loading-color-warning': string;
914
- '--n-caret-color-error': string;
915
- '--n-color-focus-error': string;
916
- '--n-box-shadow-focus-error': string;
917
- '--n-border-error': string;
918
- '--n-border-focus-error': string;
919
- '--n-border-hover-error': string;
920
- '--n-loading-color-error': string;
921
- '--n-clear-color': string;
922
- '--n-clear-size': string;
923
- '--n-clear-color-hover': string;
924
- '--n-clear-color-pressed': string;
925
- '--n-icon-color': string;
926
- '--n-icon-color-hover': string;
927
- '--n-icon-color-pressed': string;
928
- '--n-icon-color-disabled': string;
929
- '--n-suffix-text-color': string;
930
- }> | undefined;
931
- themeClass: import("vue").Ref<string> | undefined;
932
- onRender: (() => void) | undefined;
933
- isCompositing: import("vue").Ref<boolean>;
934
- blur: () => void;
935
- focus: () => void;
936
- select: () => void;
937
- activate: () => void;
938
- deactivate: () => void;
939
- scrollTo: (options: ScrollToOptions) => void;
940
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
941
- bordered: {
942
- type: PropType<boolean | undefined>;
943
- default: undefined;
944
- };
945
- type: {
946
- type: PropType<"text" | "textarea" | "password">;
947
- default: string;
948
- };
949
- placeholder: PropType<string | [string, string]>;
950
- defaultValue: {
951
- type: PropType<string | [string, string] | null>;
952
- default: null;
953
- };
954
- value: PropType<string | [string, string] | null>;
955
- disabled: {
956
- type: PropType<boolean | undefined>;
957
- default: undefined;
958
- };
959
- size: PropType<import("naive-ui/es/input/src/interface").Size>;
960
- rows: {
961
- type: PropType<string | number>;
962
- default: number;
963
- };
964
- round: BooleanConstructor;
965
- minlength: PropType<string | number>;
966
- maxlength: PropType<string | number>;
967
- clearable: BooleanConstructor;
968
- autosize: {
969
- type: PropType<boolean | {
970
- minRows?: number | undefined;
971
- maxRows?: number | undefined;
972
- }>;
973
- default: boolean;
974
- };
975
- pair: BooleanConstructor;
976
- separator: StringConstructor;
977
- readonly: {
978
- type: (BooleanConstructor | StringConstructor)[];
979
- default: boolean;
980
- };
981
- passivelyActivated: BooleanConstructor;
982
- showPasswordOn: PropType<"click" | "mousedown">;
983
- stateful: {
984
- type: BooleanConstructor;
985
- default: boolean;
986
- };
987
- autofocus: BooleanConstructor;
988
- inputProps: PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
989
- resizable: {
990
- type: BooleanConstructor;
991
- default: boolean;
992
- };
993
- showCount: BooleanConstructor;
994
- loading: {
995
- type: BooleanConstructor;
996
- default: undefined;
997
- };
998
- allowInput: PropType<(value: string) => boolean>;
999
- renderCount: PropType<(props: {
1000
- value: string;
1001
- }) => import("vue").VNodeChild>;
1002
- onMousedown: PropType<(e: MouseEvent) => void>;
1003
- onKeydown: PropType<(e: KeyboardEvent) => void>;
1004
- onKeyup: PropType<(e: KeyboardEvent) => void>;
1005
- onInput: PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1006
- onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1007
- onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1008
- onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1009
- onChange: PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1010
- onClear: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1011
- status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1012
- 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1013
- onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1014
- textDecoration: PropType<string | [string, string]>;
1015
- attrSize: {
1016
- type: NumberConstructor;
1017
- default: number;
1018
- };
1019
- onInputBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1020
- onInputFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1021
- onDeactivate: PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1022
- onActivate: PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1023
- onWrapperFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1024
- onWrapperBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1025
- internalDeactivateOnEnter: BooleanConstructor;
1026
- internalForceFocus: BooleanConstructor;
1027
- internalLoadingBeforeSuffix: BooleanConstructor;
1028
- showPasswordToggle: BooleanConstructor;
1029
- theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
1030
- countTextColorDisabled: string;
1031
- countTextColor: string;
1032
- heightTiny: string;
1033
- heightSmall: string;
1034
- heightMedium: string;
1035
- heightLarge: string;
1036
- fontSizeTiny: string;
1037
- fontSizeSmall: string;
1038
- fontSizeMedium: string;
1039
- fontSizeLarge: string;
1040
- lineHeight: string;
1041
- lineHeightTextarea: string;
1042
- borderRadius: string;
1043
- iconSize: string;
1044
- groupLabelColor: string;
1045
- groupLabelTextColor: string;
1046
- textColor: string;
1047
- textColorDisabled: string;
1048
- textDecorationColor: string;
1049
- caretColor: string;
1050
- placeholderColor: string;
1051
- placeholderColorDisabled: string;
1052
- color: string;
1053
- colorDisabled: string;
1054
- colorFocus: string;
1055
- groupLabelBorder: string;
1056
- border: string;
1057
- borderHover: string;
1058
- borderDisabled: string;
1059
- borderFocus: string;
1060
- boxShadowFocus: string;
1061
- loadingColor: string;
1062
- loadingColorWarning: string;
1063
- borderWarning: string;
1064
- borderHoverWarning: string;
1065
- colorFocusWarning: string;
1066
- borderFocusWarning: string;
1067
- boxShadowFocusWarning: string;
1068
- caretColorWarning: string;
1069
- loadingColorError: string;
1070
- borderError: string;
1071
- borderHoverError: string;
1072
- colorFocusError: string;
1073
- borderFocusError: string;
1074
- boxShadowFocusError: string;
1075
- caretColorError: string;
1076
- clearColor: string;
1077
- clearColorHover: string;
1078
- clearColorPressed: string;
1079
- iconColor: string;
1080
- iconColorDisabled: string;
1081
- iconColorHover: string;
1082
- iconColorPressed: string;
1083
- suffixTextColor: string;
1084
- paddingTiny: string;
1085
- paddingSmall: string;
1086
- paddingMedium: string;
1087
- paddingLarge: string;
1088
- clearSize: string;
1089
- }, any>>;
1090
- themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1091
- countTextColorDisabled: string;
1092
- countTextColor: string;
1093
- heightTiny: string;
1094
- heightSmall: string;
1095
- heightMedium: string;
1096
- heightLarge: string;
1097
- fontSizeTiny: string;
1098
- fontSizeSmall: string;
1099
- fontSizeMedium: string;
1100
- fontSizeLarge: string;
1101
- lineHeight: string;
1102
- lineHeightTextarea: string;
1103
- borderRadius: string;
1104
- iconSize: string;
1105
- groupLabelColor: string;
1106
- groupLabelTextColor: string;
1107
- textColor: string;
1108
- textColorDisabled: string;
1109
- textDecorationColor: string;
1110
- caretColor: string;
1111
- placeholderColor: string;
1112
- placeholderColorDisabled: string;
1113
- color: string;
1114
- colorDisabled: string;
1115
- colorFocus: string;
1116
- groupLabelBorder: string;
1117
- border: string;
1118
- borderHover: string;
1119
- borderDisabled: string;
1120
- borderFocus: string;
1121
- boxShadowFocus: string;
1122
- loadingColor: string;
1123
- loadingColorWarning: string;
1124
- borderWarning: string;
1125
- borderHoverWarning: string;
1126
- colorFocusWarning: string;
1127
- borderFocusWarning: string;
1128
- boxShadowFocusWarning: string;
1129
- caretColorWarning: string;
1130
- loadingColorError: string;
1131
- borderError: string;
1132
- borderHoverError: string;
1133
- colorFocusError: string;
1134
- borderFocusError: string;
1135
- boxShadowFocusError: string;
1136
- caretColorError: string;
1137
- clearColor: string;
1138
- clearColorHover: string;
1139
- clearColorPressed: string;
1140
- iconColor: string;
1141
- iconColorDisabled: string;
1142
- iconColorHover: string;
1143
- iconColorPressed: string;
1144
- suffixTextColor: string;
1145
- paddingTiny: string;
1146
- paddingSmall: string;
1147
- paddingMedium: string;
1148
- paddingLarge: string;
1149
- clearSize: string;
1150
- }, any>>>;
1151
- builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1152
- countTextColorDisabled: string;
1153
- countTextColor: string;
1154
- heightTiny: string;
1155
- heightSmall: string;
1156
- heightMedium: string;
1157
- heightLarge: string;
1158
- fontSizeTiny: string;
1159
- fontSizeSmall: string;
1160
- fontSizeMedium: string;
1161
- fontSizeLarge: string;
1162
- lineHeight: string;
1163
- lineHeightTextarea: string;
1164
- borderRadius: string;
1165
- iconSize: string;
1166
- groupLabelColor: string;
1167
- groupLabelTextColor: string;
1168
- textColor: string;
1169
- textColorDisabled: string;
1170
- textDecorationColor: string;
1171
- caretColor: string;
1172
- placeholderColor: string;
1173
- placeholderColorDisabled: string;
1174
- color: string;
1175
- colorDisabled: string;
1176
- colorFocus: string;
1177
- groupLabelBorder: string;
1178
- border: string;
1179
- borderHover: string;
1180
- borderDisabled: string;
1181
- borderFocus: string;
1182
- boxShadowFocus: string;
1183
- loadingColor: string;
1184
- loadingColorWarning: string;
1185
- borderWarning: string;
1186
- borderHoverWarning: string;
1187
- colorFocusWarning: string;
1188
- borderFocusWarning: string;
1189
- boxShadowFocusWarning: string;
1190
- caretColorWarning: string;
1191
- loadingColorError: string;
1192
- borderError: string;
1193
- borderHoverError: string;
1194
- colorFocusError: string;
1195
- borderFocusError: string;
1196
- boxShadowFocusError: string;
1197
- caretColorError: string;
1198
- clearColor: string;
1199
- clearColorHover: string;
1200
- clearColorPressed: string;
1201
- iconColor: string;
1202
- iconColorDisabled: string;
1203
- iconColorHover: string;
1204
- iconColorPressed: string;
1205
- suffixTextColor: string;
1206
- paddingTiny: string;
1207
- paddingSmall: string;
1208
- paddingMedium: string;
1209
- paddingLarge: string;
1210
- clearSize: string;
1211
- }, any>>>;
1212
- }>>, {
1213
- type: "text" | "textarea" | "password";
1214
- readonly: string | boolean;
1215
- round: boolean;
1216
- disabled: boolean | undefined;
1217
- autofocus: boolean;
1218
- autosize: boolean | {
1219
- minRows?: number | undefined;
1220
- maxRows?: number | undefined;
1221
- };
1222
- loading: boolean;
1223
- bordered: boolean | undefined;
1224
- clearable: boolean;
1225
- defaultValue: string | [string, string] | null;
1226
- resizable: boolean;
1227
- pair: boolean;
1228
- rows: string | number;
1229
- passivelyActivated: boolean;
1230
- stateful: boolean;
1231
- showCount: boolean;
1232
- attrSize: number;
1233
- internalDeactivateOnEnter: boolean;
1234
- internalForceFocus: boolean;
1235
- internalLoadingBeforeSuffix: boolean;
1236
- showPasswordToggle: boolean;
1237
- }>;
75
+ NPopover: any;
76
+ NInput: any;
1238
77
  Separate: import("vue").DefineComponent<{
1239
78
  col: {
1240
79
  type: PropType<AnyObject>;