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
@@ -37,9 +37,9 @@ export declare const comps: {
37
37
  onFormChange?: ((...args: any[]) => any) | undefined;
38
38
  }, {
39
39
  type: string;
40
- col: Record<string, any>;
41
40
  row: Record<string, any>;
42
41
  index: number | Record<string, any>;
42
+ col: Record<string, any>;
43
43
  }>;
44
44
  number: import("vue").DefineComponent<{
45
45
  type: {
@@ -79,9 +79,9 @@ export declare const comps: {
79
79
  onFormChange?: ((...args: any[]) => any) | undefined;
80
80
  }, {
81
81
  type: string;
82
- col: Record<string, any>;
83
82
  row: Record<string, any>;
84
83
  index: number | Record<string, any>;
84
+ col: Record<string, any>;
85
85
  }>;
86
86
  select: import("vue").DefineComponent<{
87
87
  col: {
@@ -113,9 +113,9 @@ export declare const comps: {
113
113
  onFormChange?: ((...args: any[]) => any) | undefined;
114
114
  onSetOptions?: ((...args: any[]) => any) | undefined;
115
115
  }, {
116
- col: Record<string, any>;
117
116
  row: Record<string, any>;
118
117
  index: number | Record<string, any>;
118
+ col: Record<string, any>;
119
119
  }>;
120
120
  date: import("vue").DefineComponent<{
121
121
  col: {
@@ -146,9 +146,9 @@ export declare const comps: {
146
146
  }>> & {
147
147
  onFormChange?: ((...args: any[]) => any) | undefined;
148
148
  }, {
149
- col: Record<string, any>;
150
149
  row: Record<string, any>;
151
150
  index: number | Record<string, any>;
151
+ col: Record<string, any>;
152
152
  }>;
153
153
  time: import("vue").DefineComponent<{
154
154
  type: {
@@ -188,9 +188,9 @@ export declare const comps: {
188
188
  onFormChange?: ((...args: any[]) => any) | undefined;
189
189
  }, {
190
190
  type: string;
191
- col: Record<string, any>;
192
191
  row: Record<string, any>;
193
192
  index: number | Record<string, any>;
193
+ col: Record<string, any>;
194
194
  }>;
195
195
  separate: import("vue").DefineComponent<{
196
196
  col: {
@@ -264,1169 +264,8 @@ export declare const comps: {
264
264
  type: import("vue").PropType<Record<string, import("../../../../shared/types").Func<any[], any>>>;
265
265
  };
266
266
  }>>, {}>;
267
- NPopover: import("vue").DefineComponent<{
268
- internalOnAfterLeave: import("vue").PropType<() => void>;
269
- internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
270
- show: {
271
- type: import("vue").PropType<boolean | undefined>;
272
- default: undefined;
273
- };
274
- defaultShow: BooleanConstructor;
275
- showArrow: {
276
- type: BooleanConstructor;
277
- default: boolean;
278
- };
279
- trigger: {
280
- type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
281
- default: string;
282
- };
283
- delay: {
284
- type: NumberConstructor;
285
- default: number;
286
- };
287
- duration: {
288
- type: NumberConstructor;
289
- default: number;
290
- };
291
- raw: BooleanConstructor;
292
- placement: {
293
- type: import("vue").PropType<import("vueuc").FollowerPlacement>;
294
- default: string;
295
- };
296
- x: NumberConstructor;
297
- y: NumberConstructor;
298
- arrowPointToCenter: BooleanConstructor;
299
- disabled: BooleanConstructor;
300
- getDisabled: import("vue").PropType<() => boolean>;
301
- displayDirective: {
302
- type: import("vue").PropType<"show" | "if">;
303
- default: string;
304
- };
305
- arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
306
- flip: {
307
- type: BooleanConstructor;
308
- default: boolean;
309
- };
310
- animated: {
311
- type: BooleanConstructor;
312
- default: boolean;
313
- };
314
- width: {
315
- type: import("vue").PropType<number | "trigger">;
316
- default: undefined;
317
- };
318
- overlap: BooleanConstructor;
319
- keepAliveOnHover: {
320
- type: BooleanConstructor;
321
- default: boolean;
322
- };
323
- zIndex: NumberConstructor;
324
- to: {
325
- type: import("vue").PropType<string | boolean | HTMLElement>;
326
- default: undefined;
327
- };
328
- scrollable: BooleanConstructor;
329
- contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
330
- headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
331
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
332
- onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
333
- 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
334
- onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
335
- internalDeactivateImmediately: BooleanConstructor;
336
- internalSyncTargetWithParent: BooleanConstructor;
337
- internalInheritedEventHandlers: {
338
- type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
339
- default: () => never[];
340
- };
341
- internalTrapFocus: BooleanConstructor;
342
- internalExtraClass: {
343
- type: import("vue").PropType<string[]>;
344
- default: () => never[];
345
- };
346
- onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
347
- onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
348
- arrow: {
349
- type: import("vue").PropType<boolean | undefined>;
350
- default: undefined;
351
- };
352
- minWidth: NumberConstructor;
353
- maxWidth: NumberConstructor;
354
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Popover", {
355
- fontSize: string;
356
- borderRadius: string;
357
- color: string;
358
- dividerColor: string;
359
- textColor: string;
360
- boxShadow: string;
361
- space: string;
362
- spaceArrow: string;
363
- arrowOffset: string;
364
- arrowOffsetVertical: string;
365
- arrowHeight: string;
366
- padding: string;
367
- }, any>>;
368
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
369
- fontSize: string;
370
- borderRadius: string;
371
- color: string;
372
- dividerColor: string;
373
- textColor: string;
374
- boxShadow: string;
375
- space: string;
376
- spaceArrow: string;
377
- arrowOffset: string;
378
- arrowOffsetVertical: string;
379
- arrowHeight: string;
380
- padding: string;
381
- }, any>>>;
382
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
383
- fontSize: string;
384
- borderRadius: string;
385
- color: string;
386
- dividerColor: string;
387
- textColor: string;
388
- boxShadow: string;
389
- space: string;
390
- spaceArrow: string;
391
- arrowOffset: string;
392
- arrowOffsetVertical: string;
393
- arrowHeight: string;
394
- padding: string;
395
- }, any>>>;
396
- }, {
397
- binderInstRef: import("vue").Ref<{
398
- targetRef: HTMLElement | null;
399
- } | null>;
400
- positionManually: import("vue").ComputedRef<boolean>;
401
- mergedShowConsideringDisabledProp: import("vue").ComputedRef<boolean>;
402
- uncontrolledShow: import("vue").Ref<boolean>;
403
- mergedShowArrow: import("vue").ComputedRef<boolean>;
404
- getMergedShow: () => boolean;
405
- setShow: (value: boolean) => void;
406
- handleClick: () => void;
407
- handleMouseEnter: () => void;
408
- handleMouseLeave: () => void;
409
- handleFocus: () => void;
410
- handleBlur: () => void;
411
- syncPosition: () => void;
412
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
413
- internalOnAfterLeave: import("vue").PropType<() => void>;
414
- internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
415
- show: {
416
- type: import("vue").PropType<boolean | undefined>;
417
- default: undefined;
418
- };
419
- defaultShow: BooleanConstructor;
420
- showArrow: {
421
- type: BooleanConstructor;
422
- default: boolean;
423
- };
424
- trigger: {
425
- type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
426
- default: string;
427
- };
428
- delay: {
429
- type: NumberConstructor;
430
- default: number;
431
- };
432
- duration: {
433
- type: NumberConstructor;
434
- default: number;
435
- };
436
- raw: BooleanConstructor;
437
- placement: {
438
- type: import("vue").PropType<import("vueuc").FollowerPlacement>;
439
- default: string;
440
- };
441
- x: NumberConstructor;
442
- y: NumberConstructor;
443
- arrowPointToCenter: BooleanConstructor;
444
- disabled: BooleanConstructor;
445
- getDisabled: import("vue").PropType<() => boolean>;
446
- displayDirective: {
447
- type: import("vue").PropType<"show" | "if">;
448
- default: string;
449
- };
450
- arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
451
- flip: {
452
- type: BooleanConstructor;
453
- default: boolean;
454
- };
455
- animated: {
456
- type: BooleanConstructor;
457
- default: boolean;
458
- };
459
- width: {
460
- type: import("vue").PropType<number | "trigger">;
461
- default: undefined;
462
- };
463
- overlap: BooleanConstructor;
464
- keepAliveOnHover: {
465
- type: BooleanConstructor;
466
- default: boolean;
467
- };
468
- zIndex: NumberConstructor;
469
- to: {
470
- type: import("vue").PropType<string | boolean | HTMLElement>;
471
- default: undefined;
472
- };
473
- scrollable: BooleanConstructor;
474
- contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
475
- headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
476
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
477
- onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
478
- 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
479
- onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
480
- internalDeactivateImmediately: BooleanConstructor;
481
- internalSyncTargetWithParent: BooleanConstructor;
482
- internalInheritedEventHandlers: {
483
- type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
484
- default: () => never[];
485
- };
486
- internalTrapFocus: BooleanConstructor;
487
- internalExtraClass: {
488
- type: import("vue").PropType<string[]>;
489
- default: () => never[];
490
- };
491
- onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
492
- onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
493
- arrow: {
494
- type: import("vue").PropType<boolean | undefined>;
495
- default: undefined;
496
- };
497
- minWidth: NumberConstructor;
498
- maxWidth: NumberConstructor;
499
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Popover", {
500
- fontSize: string;
501
- borderRadius: string;
502
- color: string;
503
- dividerColor: string;
504
- textColor: string;
505
- boxShadow: string;
506
- space: string;
507
- spaceArrow: string;
508
- arrowOffset: string;
509
- arrowOffsetVertical: string;
510
- arrowHeight: string;
511
- padding: string;
512
- }, any>>;
513
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
514
- fontSize: string;
515
- borderRadius: string;
516
- color: string;
517
- dividerColor: string;
518
- textColor: string;
519
- boxShadow: string;
520
- space: string;
521
- spaceArrow: string;
522
- arrowOffset: string;
523
- arrowOffsetVertical: string;
524
- arrowHeight: string;
525
- padding: string;
526
- }, any>>>;
527
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
528
- fontSize: string;
529
- borderRadius: string;
530
- color: string;
531
- dividerColor: string;
532
- textColor: string;
533
- boxShadow: string;
534
- space: string;
535
- spaceArrow: string;
536
- arrowOffset: string;
537
- arrowOffsetVertical: string;
538
- arrowHeight: string;
539
- padding: string;
540
- }, any>>>;
541
- }>>, {
542
- show: boolean | undefined;
543
- flip: boolean;
544
- width: number | "trigger";
545
- disabled: boolean;
546
- duration: number;
547
- to: string | boolean | HTMLElement;
548
- raw: boolean;
549
- placement: import("vueuc").FollowerPlacement;
550
- overlap: boolean;
551
- scrollable: boolean;
552
- trigger: import("naive-ui").PopoverTrigger;
553
- showArrow: boolean;
554
- delay: number;
555
- arrowPointToCenter: boolean;
556
- displayDirective: "show" | "if";
557
- keepAliveOnHover: boolean;
558
- internalDeactivateImmediately: boolean;
559
- animated: boolean;
560
- internalTrapFocus: boolean;
561
- defaultShow: boolean;
562
- internalSyncTargetWithParent: boolean;
563
- internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
564
- internalExtraClass: string[];
565
- arrow: boolean | undefined;
566
- }>;
567
- NInput: import("vue").DefineComponent<{
568
- bordered: {
569
- type: import("vue").PropType<boolean | undefined>;
570
- default: undefined;
571
- };
572
- type: {
573
- type: import("vue").PropType<"text" | "textarea" | "password">;
574
- default: string;
575
- };
576
- placeholder: import("vue").PropType<string | [string, string]>;
577
- defaultValue: {
578
- type: import("vue").PropType<string | [string, string] | null>;
579
- default: null;
580
- };
581
- value: import("vue").PropType<string | [string, string] | null>;
582
- disabled: {
583
- type: import("vue").PropType<boolean | undefined>;
584
- default: undefined;
585
- };
586
- size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
587
- rows: {
588
- type: import("vue").PropType<string | number>;
589
- default: number;
590
- };
591
- round: BooleanConstructor;
592
- minlength: import("vue").PropType<string | number>;
593
- maxlength: import("vue").PropType<string | number>;
594
- clearable: BooleanConstructor;
595
- autosize: {
596
- type: import("vue").PropType<boolean | {
597
- minRows?: number | undefined;
598
- maxRows?: number | undefined;
599
- }>;
600
- default: boolean;
601
- };
602
- pair: BooleanConstructor;
603
- separator: StringConstructor;
604
- readonly: {
605
- type: (BooleanConstructor | StringConstructor)[];
606
- default: boolean;
607
- };
608
- passivelyActivated: BooleanConstructor;
609
- showPasswordOn: import("vue").PropType<"click" | "mousedown">;
610
- stateful: {
611
- type: BooleanConstructor;
612
- default: boolean;
613
- };
614
- autofocus: BooleanConstructor;
615
- inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
616
- resizable: {
617
- type: BooleanConstructor;
618
- default: boolean;
619
- };
620
- showCount: BooleanConstructor;
621
- loading: {
622
- type: BooleanConstructor;
623
- default: undefined;
624
- };
625
- allowInput: import("vue").PropType<(value: string) => boolean>;
626
- renderCount: import("vue").PropType<(props: {
627
- value: string;
628
- }) => import("vue").VNodeChild>;
629
- onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
630
- onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
631
- onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
632
- onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
633
- onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
634
- onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
635
- onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
636
- onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
637
- onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
638
- status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
639
- 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
640
- onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
641
- textDecoration: import("vue").PropType<string | [string, string]>;
642
- attrSize: {
643
- type: NumberConstructor;
644
- default: number;
645
- };
646
- onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
647
- onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
648
- onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
649
- onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
650
- onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
651
- onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
652
- internalDeactivateOnEnter: BooleanConstructor;
653
- internalForceFocus: BooleanConstructor;
654
- internalLoadingBeforeSuffix: BooleanConstructor;
655
- showPasswordToggle: BooleanConstructor;
656
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
657
- countTextColorDisabled: string;
658
- countTextColor: string;
659
- heightTiny: string;
660
- heightSmall: string;
661
- heightMedium: string;
662
- heightLarge: string;
663
- fontSizeTiny: string;
664
- fontSizeSmall: string;
665
- fontSizeMedium: string;
666
- fontSizeLarge: string;
667
- lineHeight: string;
668
- lineHeightTextarea: string;
669
- borderRadius: string;
670
- iconSize: string;
671
- groupLabelColor: string;
672
- groupLabelTextColor: string;
673
- textColor: string;
674
- textColorDisabled: string;
675
- textDecorationColor: string;
676
- caretColor: string;
677
- placeholderColor: string;
678
- placeholderColorDisabled: string;
679
- color: string;
680
- colorDisabled: string;
681
- colorFocus: string;
682
- groupLabelBorder: string;
683
- border: string;
684
- borderHover: string;
685
- borderDisabled: string;
686
- borderFocus: string;
687
- boxShadowFocus: string;
688
- loadingColor: string;
689
- loadingColorWarning: string;
690
- borderWarning: string;
691
- borderHoverWarning: string;
692
- colorFocusWarning: string;
693
- borderFocusWarning: string;
694
- boxShadowFocusWarning: string;
695
- caretColorWarning: string;
696
- loadingColorError: string;
697
- borderError: string;
698
- borderHoverError: string;
699
- colorFocusError: string;
700
- borderFocusError: string;
701
- boxShadowFocusError: string;
702
- caretColorError: string;
703
- clearColor: string;
704
- clearColorHover: string;
705
- clearColorPressed: string;
706
- iconColor: string;
707
- iconColorDisabled: string;
708
- iconColorHover: string;
709
- iconColorPressed: string;
710
- suffixTextColor: string;
711
- paddingTiny: string;
712
- paddingSmall: string;
713
- paddingMedium: string;
714
- paddingLarge: string;
715
- clearSize: string;
716
- }, any>>;
717
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
718
- countTextColorDisabled: string;
719
- countTextColor: string;
720
- heightTiny: string;
721
- heightSmall: string;
722
- heightMedium: string;
723
- heightLarge: string;
724
- fontSizeTiny: string;
725
- fontSizeSmall: string;
726
- fontSizeMedium: string;
727
- fontSizeLarge: string;
728
- lineHeight: string;
729
- lineHeightTextarea: string;
730
- borderRadius: string;
731
- iconSize: string;
732
- groupLabelColor: string;
733
- groupLabelTextColor: string;
734
- textColor: string;
735
- textColorDisabled: string;
736
- textDecorationColor: string;
737
- caretColor: string;
738
- placeholderColor: string;
739
- placeholderColorDisabled: string;
740
- color: string;
741
- colorDisabled: string;
742
- colorFocus: string;
743
- groupLabelBorder: string;
744
- border: string;
745
- borderHover: string;
746
- borderDisabled: string;
747
- borderFocus: string;
748
- boxShadowFocus: string;
749
- loadingColor: string;
750
- loadingColorWarning: string;
751
- borderWarning: string;
752
- borderHoverWarning: string;
753
- colorFocusWarning: string;
754
- borderFocusWarning: string;
755
- boxShadowFocusWarning: string;
756
- caretColorWarning: string;
757
- loadingColorError: string;
758
- borderError: string;
759
- borderHoverError: string;
760
- colorFocusError: string;
761
- borderFocusError: string;
762
- boxShadowFocusError: string;
763
- caretColorError: string;
764
- clearColor: string;
765
- clearColorHover: string;
766
- clearColorPressed: string;
767
- iconColor: string;
768
- iconColorDisabled: string;
769
- iconColorHover: string;
770
- iconColorPressed: string;
771
- suffixTextColor: string;
772
- paddingTiny: string;
773
- paddingSmall: string;
774
- paddingMedium: string;
775
- paddingLarge: string;
776
- clearSize: string;
777
- }, any>>>;
778
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
779
- countTextColorDisabled: string;
780
- countTextColor: string;
781
- heightTiny: string;
782
- heightSmall: string;
783
- heightMedium: string;
784
- heightLarge: string;
785
- fontSizeTiny: string;
786
- fontSizeSmall: string;
787
- fontSizeMedium: string;
788
- fontSizeLarge: string;
789
- lineHeight: string;
790
- lineHeightTextarea: string;
791
- borderRadius: string;
792
- iconSize: string;
793
- groupLabelColor: string;
794
- groupLabelTextColor: string;
795
- textColor: string;
796
- textColorDisabled: string;
797
- textDecorationColor: string;
798
- caretColor: string;
799
- placeholderColor: string;
800
- placeholderColorDisabled: string;
801
- color: string;
802
- colorDisabled: string;
803
- colorFocus: string;
804
- groupLabelBorder: string;
805
- border: string;
806
- borderHover: string;
807
- borderDisabled: string;
808
- borderFocus: string;
809
- boxShadowFocus: string;
810
- loadingColor: string;
811
- loadingColorWarning: string;
812
- borderWarning: string;
813
- borderHoverWarning: string;
814
- colorFocusWarning: string;
815
- borderFocusWarning: string;
816
- boxShadowFocusWarning: string;
817
- caretColorWarning: string;
818
- loadingColorError: string;
819
- borderError: string;
820
- borderHoverError: string;
821
- colorFocusError: string;
822
- borderFocusError: string;
823
- boxShadowFocusError: string;
824
- caretColorError: string;
825
- clearColor: string;
826
- clearColorHover: string;
827
- clearColorPressed: string;
828
- iconColor: string;
829
- iconColorDisabled: string;
830
- iconColorHover: string;
831
- iconColorPressed: string;
832
- suffixTextColor: string;
833
- paddingTiny: string;
834
- paddingSmall: string;
835
- paddingMedium: string;
836
- paddingLarge: string;
837
- clearSize: string;
838
- }, any>>>;
839
- }, {
840
- wrapperElRef: import("vue").Ref<HTMLElement | null>;
841
- inputElRef: import("vue").Ref<HTMLInputElement | null>;
842
- inputMirrorElRef: import("vue").Ref<HTMLElement | null>;
843
- inputEl2Ref: import("vue").Ref<HTMLInputElement | null>;
844
- textareaElRef: import("vue").Ref<HTMLTextAreaElement | null>;
845
- textareaMirrorElRef: import("vue").Ref<HTMLElement | null>;
846
- textareaScrollbarInstRef: import("vue").Ref<{
847
- $el: HTMLElement;
848
- containerRef: HTMLElement | null;
849
- contentRef: HTMLElement | null;
850
- containerScrollTop: number;
851
- syncUnifiedContainer: () => void;
852
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
853
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
854
- sync: () => void;
855
- handleMouseEnterWrapper: () => void;
856
- handleMouseLeaveWrapper: () => void;
857
- } | null>;
858
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
859
- uncontrolledValue: import("vue").Ref<string | [string, string] | null>;
860
- mergedValue: import("vue").ComputedRef<string | [string, string] | null>;
861
- passwordVisible: import("vue").Ref<boolean>;
862
- mergedPlaceholder: import("vue").ComputedRef<[string, string] | [string]>;
863
- showPlaceholder1: import("vue").ComputedRef<string | false>;
864
- showPlaceholder2: import("vue").ComputedRef<boolean | "" | undefined>;
865
- mergedFocus: import("vue").ComputedRef<boolean>;
866
- isComposing: import("vue").Ref<boolean>;
867
- activated: import("vue").Ref<boolean>;
868
- showClearButton: import("vue").ComputedRef<boolean>;
869
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
870
- mergedDisabled: import("vue").ComputedRef<boolean>;
871
- textDecorationStyle: import("vue").ComputedRef<string[] | {
872
- textDecoration: string;
873
- }[]>;
874
- mergedClsPrefix: import("vue").ComputedRef<string>;
875
- mergedBordered: import("vue").ComputedRef<boolean>;
876
- mergedShowPasswordOn: import("vue").ComputedRef<"click" | "mousedown" | undefined>;
877
- placeholderStyle: import("vue").Ref<{
878
- top: string;
879
- }>;
880
- mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
881
- textAreaScrollContainerWidth: import("vue").Ref<number | undefined>;
882
- handleTextAreaScroll: (e: Event) => void;
883
- handleCompositionStart: () => void;
884
- handleCompositionEnd: (e: CompositionEvent) => void;
885
- handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
886
- handleInputBlur: (e: FocusEvent) => void;
887
- handleInputFocus: (e: FocusEvent, index: number) => void;
888
- handleWrapperBlur: (e: FocusEvent) => void;
889
- handleWrapperFocus: (e: FocusEvent) => void;
890
- handleMouseEnter: () => void;
891
- handleMouseLeave: () => void;
892
- handleMouseDown: (e: MouseEvent) => void;
893
- handleChange: (e: Event, index?: 0 | 1 | undefined) => void;
894
- handleClick: (e: MouseEvent) => void;
895
- handleClear: (e: MouseEvent) => void;
896
- handlePasswordToggleClick: () => void;
897
- handlePasswordToggleMousedown: (e: MouseEvent) => void;
898
- handleWrapperKeydown: (e: KeyboardEvent) => void;
899
- handleTextAreaMirrorResize: () => void;
900
- getTextareaScrollContainer: () => HTMLTextAreaElement | null;
901
- mergedTheme: import("vue").ComputedRef<{
902
- common: {
903
- baseColor: string;
904
- primaryColor: string;
905
- primaryColorHover: string;
906
- primaryColorPressed: string;
907
- primaryColorSuppl: string;
908
- infoColor: string;
909
- infoColorHover: string;
910
- infoColorPressed: string;
911
- infoColorSuppl: string;
912
- successColor: string;
913
- successColorHover: string;
914
- successColorPressed: string;
915
- successColorSuppl: string;
916
- warningColor: string;
917
- warningColorHover: string;
918
- warningColorPressed: string;
919
- warningColorSuppl: string;
920
- errorColor: string;
921
- errorColorHover: string;
922
- errorColorPressed: string;
923
- errorColorSuppl: string;
924
- textColorBase: string;
925
- textColor1: string;
926
- textColor2: string;
927
- textColor3: string;
928
- textColorDisabled: string;
929
- placeholderColor: string;
930
- placeholderColorDisabled: string;
931
- iconColor: string;
932
- iconColorHover: string;
933
- iconColorPressed: string;
934
- iconColorDisabled: string;
935
- opacity1: string;
936
- opacity2: string;
937
- opacity3: string;
938
- opacity4: string;
939
- opacity5: string;
940
- dividerColor: string;
941
- borderColor: string;
942
- closeIconColor: string;
943
- closeIconColorHover: string;
944
- closeIconColorPressed: string;
945
- closeColorHover: string;
946
- closeColorPressed: string;
947
- clearColor: string;
948
- clearColorHover: string;
949
- clearColorPressed: string;
950
- scrollbarColor: string;
951
- scrollbarColorHover: string;
952
- scrollbarWidth: string;
953
- scrollbarHeight: string;
954
- scrollbarBorderRadius: string;
955
- progressRailColor: string;
956
- railColor: string;
957
- popoverColor: string;
958
- tableColor: string;
959
- cardColor: string;
960
- modalColor: string;
961
- bodyColor: string;
962
- tagColor: string;
963
- avatarColor: string;
964
- invertedColor: string;
965
- inputColor: string;
966
- codeColor: string;
967
- tabColor: string;
968
- actionColor: string;
969
- tableHeaderColor: string;
970
- hoverColor: string;
971
- tableColorHover: string;
972
- tableColorStriped: string;
973
- pressedColor: string;
974
- opacityDisabled: string;
975
- inputColorDisabled: string;
976
- buttonColor2: string;
977
- buttonColor2Hover: string;
978
- buttonColor2Pressed: string;
979
- boxShadow1: string;
980
- boxShadow2: string;
981
- boxShadow3: string;
982
- fontFamily: string;
983
- fontFamilyMono: string;
984
- fontWeight: string;
985
- fontWeightStrong: string;
986
- cubicBezierEaseInOut: string;
987
- cubicBezierEaseOut: string;
988
- cubicBezierEaseIn: string;
989
- borderRadius: string;
990
- borderRadiusSmall: string;
991
- fontSize: string;
992
- fontSizeMini: string;
993
- fontSizeTiny: string;
994
- fontSizeSmall: string;
995
- fontSizeMedium: string;
996
- fontSizeLarge: string;
997
- fontSizeHuge: string;
998
- lineHeight: string;
999
- heightMini: string;
1000
- heightTiny: string;
1001
- heightSmall: string;
1002
- heightMedium: string;
1003
- heightLarge: string;
1004
- heightHuge: string;
1005
- name: "common";
1006
- };
1007
- self: {
1008
- countTextColorDisabled: string;
1009
- countTextColor: string;
1010
- heightTiny: string;
1011
- heightSmall: string;
1012
- heightMedium: string;
1013
- heightLarge: string;
1014
- fontSizeTiny: string;
1015
- fontSizeSmall: string;
1016
- fontSizeMedium: string;
1017
- fontSizeLarge: string;
1018
- lineHeight: string;
1019
- lineHeightTextarea: string;
1020
- borderRadius: string;
1021
- iconSize: string;
1022
- groupLabelColor: string;
1023
- groupLabelTextColor: string;
1024
- textColor: string;
1025
- textColorDisabled: string;
1026
- textDecorationColor: string;
1027
- caretColor: string;
1028
- placeholderColor: string;
1029
- placeholderColorDisabled: string;
1030
- color: string;
1031
- colorDisabled: string;
1032
- colorFocus: string;
1033
- groupLabelBorder: string;
1034
- border: string;
1035
- borderHover: string;
1036
- borderDisabled: string;
1037
- borderFocus: string;
1038
- boxShadowFocus: string;
1039
- loadingColor: string;
1040
- loadingColorWarning: string;
1041
- borderWarning: string;
1042
- borderHoverWarning: string;
1043
- colorFocusWarning: string;
1044
- borderFocusWarning: string;
1045
- boxShadowFocusWarning: string;
1046
- caretColorWarning: string;
1047
- loadingColorError: string;
1048
- borderError: string;
1049
- borderHoverError: string;
1050
- colorFocusError: string;
1051
- borderFocusError: string;
1052
- boxShadowFocusError: string;
1053
- caretColorError: string;
1054
- clearColor: string;
1055
- clearColorHover: string;
1056
- clearColorPressed: string;
1057
- iconColor: string;
1058
- iconColorDisabled: string;
1059
- iconColorHover: string;
1060
- iconColorPressed: string;
1061
- suffixTextColor: string;
1062
- paddingTiny: string;
1063
- paddingSmall: string;
1064
- paddingMedium: string;
1065
- paddingLarge: string;
1066
- clearSize: string;
1067
- };
1068
- peers: any;
1069
- peerOverrides: {
1070
- [x: string]: any;
1071
- };
1072
- }>;
1073
- cssVars: import("vue").ComputedRef<{
1074
- '--n-bezier': string;
1075
- '--n-count-text-color': string;
1076
- '--n-count-text-color-disabled': string;
1077
- '--n-color': string;
1078
- '--n-font-size': string;
1079
- '--n-border-radius': string;
1080
- '--n-height': string;
1081
- '--n-padding-left': string;
1082
- '--n-padding-right': string;
1083
- '--n-text-color': string;
1084
- '--n-caret-color': string;
1085
- '--n-text-decoration-color': string;
1086
- '--n-border': string;
1087
- '--n-border-disabled': string;
1088
- '--n-border-hover': string;
1089
- '--n-border-focus': string;
1090
- '--n-placeholder-color': string;
1091
- '--n-placeholder-color-disabled': string;
1092
- '--n-icon-size': string;
1093
- '--n-line-height-textarea': string;
1094
- '--n-color-disabled': string;
1095
- '--n-color-focus': string;
1096
- '--n-text-color-disabled': string;
1097
- '--n-box-shadow-focus': string;
1098
- '--n-loading-color': string;
1099
- '--n-caret-color-warning': string;
1100
- '--n-color-focus-warning': string;
1101
- '--n-box-shadow-focus-warning': string;
1102
- '--n-border-warning': string;
1103
- '--n-border-focus-warning': string;
1104
- '--n-border-hover-warning': string;
1105
- '--n-loading-color-warning': string;
1106
- '--n-caret-color-error': string;
1107
- '--n-color-focus-error': string;
1108
- '--n-box-shadow-focus-error': string;
1109
- '--n-border-error': string;
1110
- '--n-border-focus-error': string;
1111
- '--n-border-hover-error': string;
1112
- '--n-loading-color-error': string;
1113
- '--n-clear-color': string;
1114
- '--n-clear-size': string;
1115
- '--n-clear-color-hover': string;
1116
- '--n-clear-color-pressed': string;
1117
- '--n-icon-color': string;
1118
- '--n-icon-color-hover': string;
1119
- '--n-icon-color-pressed': string;
1120
- '--n-icon-color-disabled': string;
1121
- '--n-suffix-text-color': string;
1122
- }> | undefined;
1123
- themeClass: import("vue").Ref<string> | undefined;
1124
- onRender: (() => void) | undefined;
1125
- isCompositing: import("vue").Ref<boolean>;
1126
- blur: () => void;
1127
- focus: () => void;
1128
- select: () => void;
1129
- activate: () => void;
1130
- deactivate: () => void;
1131
- scrollTo: (options: ScrollToOptions) => void;
1132
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1133
- bordered: {
1134
- type: import("vue").PropType<boolean | undefined>;
1135
- default: undefined;
1136
- };
1137
- type: {
1138
- type: import("vue").PropType<"text" | "textarea" | "password">;
1139
- default: string;
1140
- };
1141
- placeholder: import("vue").PropType<string | [string, string]>;
1142
- defaultValue: {
1143
- type: import("vue").PropType<string | [string, string] | null>;
1144
- default: null;
1145
- };
1146
- value: import("vue").PropType<string | [string, string] | null>;
1147
- disabled: {
1148
- type: import("vue").PropType<boolean | undefined>;
1149
- default: undefined;
1150
- };
1151
- size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
1152
- rows: {
1153
- type: import("vue").PropType<string | number>;
1154
- default: number;
1155
- };
1156
- round: BooleanConstructor;
1157
- minlength: import("vue").PropType<string | number>;
1158
- maxlength: import("vue").PropType<string | number>;
1159
- clearable: BooleanConstructor;
1160
- autosize: {
1161
- type: import("vue").PropType<boolean | {
1162
- minRows?: number | undefined;
1163
- maxRows?: number | undefined;
1164
- }>;
1165
- default: boolean;
1166
- };
1167
- pair: BooleanConstructor;
1168
- separator: StringConstructor;
1169
- readonly: {
1170
- type: (BooleanConstructor | StringConstructor)[];
1171
- default: boolean;
1172
- };
1173
- passivelyActivated: BooleanConstructor;
1174
- showPasswordOn: import("vue").PropType<"click" | "mousedown">;
1175
- stateful: {
1176
- type: BooleanConstructor;
1177
- default: boolean;
1178
- };
1179
- autofocus: BooleanConstructor;
1180
- inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
1181
- resizable: {
1182
- type: BooleanConstructor;
1183
- default: boolean;
1184
- };
1185
- showCount: BooleanConstructor;
1186
- loading: {
1187
- type: BooleanConstructor;
1188
- default: undefined;
1189
- };
1190
- allowInput: import("vue").PropType<(value: string) => boolean>;
1191
- renderCount: import("vue").PropType<(props: {
1192
- value: string;
1193
- }) => import("vue").VNodeChild>;
1194
- onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
1195
- onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
1196
- onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
1197
- onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1198
- onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1199
- onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1200
- onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1201
- onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1202
- onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1203
- status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1204
- 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1205
- onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1206
- textDecoration: import("vue").PropType<string | [string, string]>;
1207
- attrSize: {
1208
- type: NumberConstructor;
1209
- default: number;
1210
- };
1211
- onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1212
- onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1213
- onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1214
- onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1215
- onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1216
- onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1217
- internalDeactivateOnEnter: BooleanConstructor;
1218
- internalForceFocus: BooleanConstructor;
1219
- internalLoadingBeforeSuffix: BooleanConstructor;
1220
- showPasswordToggle: BooleanConstructor;
1221
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
1222
- countTextColorDisabled: string;
1223
- countTextColor: string;
1224
- heightTiny: string;
1225
- heightSmall: string;
1226
- heightMedium: string;
1227
- heightLarge: string;
1228
- fontSizeTiny: string;
1229
- fontSizeSmall: string;
1230
- fontSizeMedium: string;
1231
- fontSizeLarge: string;
1232
- lineHeight: string;
1233
- lineHeightTextarea: string;
1234
- borderRadius: string;
1235
- iconSize: string;
1236
- groupLabelColor: string;
1237
- groupLabelTextColor: string;
1238
- textColor: string;
1239
- textColorDisabled: string;
1240
- textDecorationColor: string;
1241
- caretColor: string;
1242
- placeholderColor: string;
1243
- placeholderColorDisabled: string;
1244
- color: string;
1245
- colorDisabled: string;
1246
- colorFocus: string;
1247
- groupLabelBorder: string;
1248
- border: string;
1249
- borderHover: string;
1250
- borderDisabled: string;
1251
- borderFocus: string;
1252
- boxShadowFocus: string;
1253
- loadingColor: string;
1254
- loadingColorWarning: string;
1255
- borderWarning: string;
1256
- borderHoverWarning: string;
1257
- colorFocusWarning: string;
1258
- borderFocusWarning: string;
1259
- boxShadowFocusWarning: string;
1260
- caretColorWarning: string;
1261
- loadingColorError: string;
1262
- borderError: string;
1263
- borderHoverError: string;
1264
- colorFocusError: string;
1265
- borderFocusError: string;
1266
- boxShadowFocusError: string;
1267
- caretColorError: string;
1268
- clearColor: string;
1269
- clearColorHover: string;
1270
- clearColorPressed: string;
1271
- iconColor: string;
1272
- iconColorDisabled: string;
1273
- iconColorHover: string;
1274
- iconColorPressed: string;
1275
- suffixTextColor: string;
1276
- paddingTiny: string;
1277
- paddingSmall: string;
1278
- paddingMedium: string;
1279
- paddingLarge: string;
1280
- clearSize: string;
1281
- }, any>>;
1282
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1283
- countTextColorDisabled: string;
1284
- countTextColor: string;
1285
- heightTiny: string;
1286
- heightSmall: string;
1287
- heightMedium: string;
1288
- heightLarge: string;
1289
- fontSizeTiny: string;
1290
- fontSizeSmall: string;
1291
- fontSizeMedium: string;
1292
- fontSizeLarge: string;
1293
- lineHeight: string;
1294
- lineHeightTextarea: string;
1295
- borderRadius: string;
1296
- iconSize: string;
1297
- groupLabelColor: string;
1298
- groupLabelTextColor: string;
1299
- textColor: string;
1300
- textColorDisabled: string;
1301
- textDecorationColor: string;
1302
- caretColor: string;
1303
- placeholderColor: string;
1304
- placeholderColorDisabled: string;
1305
- color: string;
1306
- colorDisabled: string;
1307
- colorFocus: string;
1308
- groupLabelBorder: string;
1309
- border: string;
1310
- borderHover: string;
1311
- borderDisabled: string;
1312
- borderFocus: string;
1313
- boxShadowFocus: string;
1314
- loadingColor: string;
1315
- loadingColorWarning: string;
1316
- borderWarning: string;
1317
- borderHoverWarning: string;
1318
- colorFocusWarning: string;
1319
- borderFocusWarning: string;
1320
- boxShadowFocusWarning: string;
1321
- caretColorWarning: string;
1322
- loadingColorError: string;
1323
- borderError: string;
1324
- borderHoverError: string;
1325
- colorFocusError: string;
1326
- borderFocusError: string;
1327
- boxShadowFocusError: string;
1328
- caretColorError: string;
1329
- clearColor: string;
1330
- clearColorHover: string;
1331
- clearColorPressed: string;
1332
- iconColor: string;
1333
- iconColorDisabled: string;
1334
- iconColorHover: string;
1335
- iconColorPressed: string;
1336
- suffixTextColor: string;
1337
- paddingTiny: string;
1338
- paddingSmall: string;
1339
- paddingMedium: string;
1340
- paddingLarge: string;
1341
- clearSize: string;
1342
- }, any>>>;
1343
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1344
- countTextColorDisabled: string;
1345
- countTextColor: string;
1346
- heightTiny: string;
1347
- heightSmall: string;
1348
- heightMedium: string;
1349
- heightLarge: string;
1350
- fontSizeTiny: string;
1351
- fontSizeSmall: string;
1352
- fontSizeMedium: string;
1353
- fontSizeLarge: string;
1354
- lineHeight: string;
1355
- lineHeightTextarea: string;
1356
- borderRadius: string;
1357
- iconSize: string;
1358
- groupLabelColor: string;
1359
- groupLabelTextColor: string;
1360
- textColor: string;
1361
- textColorDisabled: string;
1362
- textDecorationColor: string;
1363
- caretColor: string;
1364
- placeholderColor: string;
1365
- placeholderColorDisabled: string;
1366
- color: string;
1367
- colorDisabled: string;
1368
- colorFocus: string;
1369
- groupLabelBorder: string;
1370
- border: string;
1371
- borderHover: string;
1372
- borderDisabled: string;
1373
- borderFocus: string;
1374
- boxShadowFocus: string;
1375
- loadingColor: string;
1376
- loadingColorWarning: string;
1377
- borderWarning: string;
1378
- borderHoverWarning: string;
1379
- colorFocusWarning: string;
1380
- borderFocusWarning: string;
1381
- boxShadowFocusWarning: string;
1382
- caretColorWarning: string;
1383
- loadingColorError: string;
1384
- borderError: string;
1385
- borderHoverError: string;
1386
- colorFocusError: string;
1387
- borderFocusError: string;
1388
- boxShadowFocusError: string;
1389
- caretColorError: string;
1390
- clearColor: string;
1391
- clearColorHover: string;
1392
- clearColorPressed: string;
1393
- iconColor: string;
1394
- iconColorDisabled: string;
1395
- iconColorHover: string;
1396
- iconColorPressed: string;
1397
- suffixTextColor: string;
1398
- paddingTiny: string;
1399
- paddingSmall: string;
1400
- paddingMedium: string;
1401
- paddingLarge: string;
1402
- clearSize: string;
1403
- }, any>>>;
1404
- }>>, {
1405
- type: "text" | "textarea" | "password";
1406
- readonly: string | boolean;
1407
- round: boolean;
1408
- disabled: boolean | undefined;
1409
- autofocus: boolean;
1410
- autosize: boolean | {
1411
- minRows?: number | undefined;
1412
- maxRows?: number | undefined;
1413
- };
1414
- loading: boolean;
1415
- bordered: boolean | undefined;
1416
- clearable: boolean;
1417
- defaultValue: string | [string, string] | null;
1418
- resizable: boolean;
1419
- pair: boolean;
1420
- rows: string | number;
1421
- passivelyActivated: boolean;
1422
- stateful: boolean;
1423
- showCount: boolean;
1424
- attrSize: number;
1425
- internalDeactivateOnEnter: boolean;
1426
- internalForceFocus: boolean;
1427
- internalLoadingBeforeSuffix: boolean;
1428
- showPasswordToggle: boolean;
1429
- }>;
267
+ NPopover: any;
268
+ NInput: any;
1430
269
  Separate: import("vue").DefineComponent<{
1431
270
  col: {
1432
271
  type: import("vue").PropType<import("../../../../shared/types").AnyObject>;