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

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 (79) hide show
  1. package/es/components/big-table/index.d.ts +113 -47
  2. package/es/components/big-table/src/BigTable.vue.d.ts +114 -63
  3. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +31 -6
  4. package/es/components/big-table/src/components/input-button.vue.d.ts +52 -28
  5. package/es/components/big-table/src/hooks/useEdit.d.ts +31 -6
  6. package/es/components/button-print/index.d.ts +217 -110
  7. package/es/components/button-print/src/ButtonPrint.vue.d.ts +217 -110
  8. package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +2 -3
  9. package/es/components/button-print/src/components/IdentityVerification.js +14 -6
  10. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +144 -56
  11. package/es/components/button-print/src/utils/dialog.d.ts +3 -1
  12. package/es/components/button-print/src/utils/dialog.js +35 -23
  13. package/es/components/button-print/src/utils/print.d.ts +5 -0
  14. package/es/components/button-print/src/utils/print2.js +18 -0
  15. package/es/components/chunk-upload/index.d.ts +28 -22
  16. package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +38 -32
  17. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -22
  18. package/es/components/drag-layout/index.d.ts +568 -308
  19. package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +192 -99
  20. package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +112 -79
  21. package/es/components/drag-layout/src/DragLayout.vue.d.ts +568 -308
  22. package/es/components/field-set/index.d.ts +170 -95
  23. package/es/components/field-set/src/FieldSet.vue.d.ts +170 -95
  24. package/es/components/form-config/index.d.ts +308 -126
  25. package/es/components/form-config/src/FormConfig.vue.d.ts +308 -126
  26. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +123 -59
  27. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +157 -45
  28. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +28 -22
  29. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +28 -22
  30. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +60 -47
  31. package/es/components/form-render/index.d.ts +85 -33
  32. package/es/components/form-render/src/FormRender.vue.d.ts +85 -33
  33. package/es/components/form-render/src/components/renderer/select.js +8 -5
  34. package/es/components/form-table/index.d.ts +784 -420
  35. package/es/components/form-table/src/FormTable.vue.d.ts +805 -427
  36. package/es/components/form-table/src/components/index.d.ts +784 -420
  37. package/es/components/form-table/src/components/table-age.vue.d.ts +114 -64
  38. package/es/components/form-table/src/components/table-date-picker.vue.d.ts +77 -28
  39. package/es/components/form-table/src/components/table-digital.vue.d.ts +37 -7
  40. package/es/components/form-table/src/components/table-input-password.vue.d.ts +32 -8
  41. package/es/components/form-table/src/components/table-input.vue.d.ts +32 -8
  42. package/es/components/form-table/src/components/table-month-picker.vue.d.ts +77 -28
  43. package/es/components/form-table/src/components/table-search-more.vue.d.ts +28 -22
  44. package/es/components/form-table/src/components/table-search.vue.d.ts +105 -79
  45. package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +77 -57
  46. package/es/components/form-table/src/components/table-select.vue.d.ts +77 -57
  47. package/es/components/form-table/src/components/table-textarea.vue.d.ts +32 -8
  48. package/es/components/form-table/src/components/table-time-picker.vue.d.ts +33 -21
  49. package/es/components/form-table/src/components/table-tree-select.vue.d.ts +55 -31
  50. package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +8 -2
  51. package/es/components/info-header/index.d.ts +236 -61
  52. package/es/components/info-header/src/HiddenContent.vue.d.ts +12 -5
  53. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +12 -5
  54. package/es/components/info-header/src/InfoHeader.vue.d.ts +236 -61
  55. package/es/components/map/index.d.ts +52 -28
  56. package/es/components/map/src/Map.vue.d.ts +52 -28
  57. package/es/components/scale-view/index.d.ts +75 -60
  58. package/es/components/scale-view/src/ScaleView.vue.d.ts +75 -60
  59. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +28 -22
  60. package/es/components/scale-view/src/components/composables/choose-common.d.ts +1 -1
  61. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +8 -2
  62. package/es/components/scale-view/src/hooks/use-component.d.ts +656 -183
  63. package/es/components/select-label/index.d.ts +956 -262
  64. package/es/components/select-label/src/LabelFormContent.vue.d.ts +331 -101
  65. package/es/components/select-label/src/SelectLabel.vue.d.ts +637 -167
  66. package/es/components/select-label/src/components/label-classify.vue.d.ts +264 -73
  67. package/es/components/select-person/index.d.ts +210 -111
  68. package/es/components/select-person/src/SearchTree.vue.d.ts +77 -40
  69. package/es/components/select-person/src/SelectPerson.vue.d.ts +214 -115
  70. package/es/components/shortcut-setter/index.d.ts +85 -33
  71. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +85 -33
  72. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +24 -6
  73. package/es/components/steps-wheel/index.d.ts +8 -2
  74. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +8 -2
  75. package/es/components/time-line/index.d.ts +55 -30
  76. package/es/components/time-line/src/TimeLine.vue.d.ts +55 -30
  77. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +28 -22
  78. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +8 -2
  79. package/package.json +4 -4
@@ -45,7 +45,10 @@ declare const _default: import("vue").DefineComponent<{}, {
45
45
  readonly default: true;
46
46
  };
47
47
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
48
- readonly nativeFocusBehavior: BooleanConstructor;
48
+ readonly nativeFocusBehavior: {
49
+ readonly type: BooleanConstructor;
50
+ readonly default: boolean;
51
+ };
49
52
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
50
53
  heightTiny: string;
51
54
  heightSmall: string;
@@ -759,7 +762,10 @@ declare const _default: import("vue").DefineComponent<{}, {
759
762
  readonly default: true;
760
763
  };
761
764
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
762
- readonly nativeFocusBehavior: BooleanConstructor;
765
+ readonly nativeFocusBehavior: {
766
+ readonly type: BooleanConstructor;
767
+ readonly default: boolean;
768
+ };
763
769
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
764
770
  heightTiny: string;
765
771
  heightSmall: string;
@@ -1373,26 +1379,26 @@ declare const _default: import("vue").DefineComponent<{}, {
1373
1379
  rippleDuration: string;
1374
1380
  }, any>>>;
1375
1381
  }>>, {
1376
- type: import("naive-ui/es/button/src/interface").Type;
1377
- tag: keyof HTMLElementTagNameMap;
1378
- block: boolean;
1379
- round: boolean;
1380
- dashed: boolean;
1381
- text: boolean;
1382
- circle: boolean;
1383
- disabled: boolean;
1384
- focusable: boolean;
1385
- strong: boolean;
1386
- loading: boolean;
1387
- bordered: boolean;
1388
- tertiary: boolean;
1389
- ghost: boolean;
1390
- keyboard: boolean;
1391
- secondary: boolean;
1392
- quaternary: boolean;
1393
- iconPlacement: "left" | "right";
1394
- attrType: "button" | "reset" | "submit";
1395
- nativeFocusBehavior: boolean;
1382
+ readonly type: import("naive-ui/es/button/src/interface").Type;
1383
+ readonly tag: keyof HTMLElementTagNameMap;
1384
+ readonly block: boolean;
1385
+ readonly round: boolean;
1386
+ readonly dashed: boolean;
1387
+ readonly text: boolean;
1388
+ readonly circle: boolean;
1389
+ readonly disabled: boolean;
1390
+ readonly focusable: boolean;
1391
+ readonly strong: boolean;
1392
+ readonly loading: boolean;
1393
+ readonly bordered: boolean;
1394
+ readonly tertiary: boolean;
1395
+ readonly ghost: boolean;
1396
+ readonly keyboard: boolean;
1397
+ readonly secondary: boolean;
1398
+ readonly quaternary: boolean;
1399
+ readonly iconPlacement: "left" | "right";
1400
+ readonly attrType: "button" | "reset" | "submit";
1401
+ readonly nativeFocusBehavior: boolean;
1396
1402
  }>;
1397
1403
  NInput: import("vue").DefineComponent<{
1398
1404
  bordered: {
@@ -1452,6 +1458,10 @@ declare const _default: import("vue").DefineComponent<{}, {
1452
1458
  type: BooleanConstructor;
1453
1459
  default: undefined;
1454
1460
  };
1461
+ allowInput: import("vue").PropType<(value: string) => boolean>;
1462
+ renderCount: import("vue").PropType<(props: {
1463
+ value: string;
1464
+ }) => import("vue").VNodeChild>;
1455
1465
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
1456
1466
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
1457
1467
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -1480,6 +1490,7 @@ declare const _default: import("vue").DefineComponent<{}, {
1480
1490
  internalLoadingBeforeSuffix: BooleanConstructor;
1481
1491
  showPasswordToggle: BooleanConstructor;
1482
1492
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
1493
+ countTextColorDisabled: string;
1483
1494
  countTextColor: string;
1484
1495
  heightTiny: string;
1485
1496
  heightSmall: string;
@@ -1540,6 +1551,7 @@ declare const _default: import("vue").DefineComponent<{}, {
1540
1551
  clearSize: string;
1541
1552
  }, any>>;
1542
1553
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1554
+ countTextColorDisabled: string;
1543
1555
  countTextColor: string;
1544
1556
  heightTiny: string;
1545
1557
  heightSmall: string;
@@ -1600,6 +1612,7 @@ declare const _default: import("vue").DefineComponent<{}, {
1600
1612
  clearSize: string;
1601
1613
  }, any>>>;
1602
1614
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1615
+ countTextColorDisabled: string;
1603
1616
  countTextColor: string;
1604
1617
  heightTiny: string;
1605
1618
  heightSmall: string;
@@ -1672,8 +1685,8 @@ declare const _default: import("vue").DefineComponent<{}, {
1672
1685
  contentRef: HTMLElement | null;
1673
1686
  containerScrollTop: number;
1674
1687
  syncUnifiedContainer: () => void;
1675
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
1676
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
1688
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
1689
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
1677
1690
  sync: () => void;
1678
1691
  handleMouseEnterWrapper: () => void;
1679
1692
  handleMouseLeaveWrapper: () => void;
@@ -1707,7 +1720,7 @@ declare const _default: import("vue").DefineComponent<{}, {
1707
1720
  handleCompositionEnd: (e: CompositionEvent) => void;
1708
1721
  handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
1709
1722
  handleInputBlur: (e: FocusEvent) => void;
1710
- handleInputFocus: (e: FocusEvent) => void;
1723
+ handleInputFocus: (e: FocusEvent, index: number) => void;
1711
1724
  handleWrapperBlur: (e: FocusEvent) => void;
1712
1725
  handleWrapperFocus: (e: FocusEvent) => void;
1713
1726
  handleMouseEnter: () => void;
@@ -1718,7 +1731,7 @@ declare const _default: import("vue").DefineComponent<{}, {
1718
1731
  handleClear: (e: MouseEvent) => void;
1719
1732
  handlePasswordToggleClick: () => void;
1720
1733
  handlePasswordToggleMousedown: (e: MouseEvent) => void;
1721
- handleWrapperKeyDown: (e: KeyboardEvent) => void;
1734
+ handleWrapperKeydown: (e: KeyboardEvent) => void;
1722
1735
  handleTextAreaMirrorResize: () => void;
1723
1736
  getTextareaScrollContainer: () => HTMLTextAreaElement | null;
1724
1737
  mergedTheme: import("vue").ComputedRef<{
@@ -1762,10 +1775,11 @@ declare const _default: import("vue").DefineComponent<{}, {
1762
1775
  opacity5: string;
1763
1776
  dividerColor: string;
1764
1777
  borderColor: string;
1765
- closeColor: string;
1778
+ closeIconColor: string;
1779
+ closeIconColorHover: string;
1780
+ closeIconColorPressed: string;
1766
1781
  closeColorHover: string;
1767
1782
  closeColorPressed: string;
1768
- closeColorDisabled: string;
1769
1783
  clearColor: string;
1770
1784
  clearColorHover: string;
1771
1785
  clearColorPressed: string;
@@ -1827,6 +1841,7 @@ declare const _default: import("vue").DefineComponent<{}, {
1827
1841
  name: "common";
1828
1842
  };
1829
1843
  self: {
1844
+ countTextColorDisabled: string;
1830
1845
  countTextColor: string;
1831
1846
  heightTiny: string;
1832
1847
  heightSmall: string;
@@ -1894,6 +1909,7 @@ declare const _default: import("vue").DefineComponent<{}, {
1894
1909
  cssVars: import("vue").ComputedRef<{
1895
1910
  '--n-bezier': string;
1896
1911
  '--n-count-text-color': string;
1912
+ '--n-count-text-color-disabled': string;
1897
1913
  '--n-color': string;
1898
1914
  '--n-font-size': string;
1899
1915
  '--n-border-radius': string;
@@ -1948,6 +1964,7 @@ declare const _default: import("vue").DefineComponent<{}, {
1948
1964
  select: () => void;
1949
1965
  activate: () => void;
1950
1966
  deactivate: () => void;
1967
+ scrollTo: (options: ScrollToOptions) => void;
1951
1968
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1952
1969
  bordered: {
1953
1970
  type: import("vue").PropType<boolean | undefined>;
@@ -2006,6 +2023,10 @@ declare const _default: import("vue").DefineComponent<{}, {
2006
2023
  type: BooleanConstructor;
2007
2024
  default: undefined;
2008
2025
  };
2026
+ allowInput: import("vue").PropType<(value: string) => boolean>;
2027
+ renderCount: import("vue").PropType<(props: {
2028
+ value: string;
2029
+ }) => import("vue").VNodeChild>;
2009
2030
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
2010
2031
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
2011
2032
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -2034,6 +2055,7 @@ declare const _default: import("vue").DefineComponent<{}, {
2034
2055
  internalLoadingBeforeSuffix: BooleanConstructor;
2035
2056
  showPasswordToggle: BooleanConstructor;
2036
2057
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
2058
+ countTextColorDisabled: string;
2037
2059
  countTextColor: string;
2038
2060
  heightTiny: string;
2039
2061
  heightSmall: string;
@@ -2094,6 +2116,7 @@ declare const _default: import("vue").DefineComponent<{}, {
2094
2116
  clearSize: string;
2095
2117
  }, any>>;
2096
2118
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2119
+ countTextColorDisabled: string;
2097
2120
  countTextColor: string;
2098
2121
  heightTiny: string;
2099
2122
  heightSmall: string;
@@ -2154,6 +2177,7 @@ declare const _default: import("vue").DefineComponent<{}, {
2154
2177
  clearSize: string;
2155
2178
  }, any>>>;
2156
2179
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2180
+ countTextColorDisabled: string;
2157
2181
  countTextColor: string;
2158
2182
  heightTiny: string;
2159
2183
  heightSmall: string;
@@ -265,6 +265,7 @@ export declare const comps: {
265
265
  };
266
266
  }>>, {}>;
267
267
  NPopover: import("vue").DefineComponent<{
268
+ internalOnAfterLeave: import("vue").PropType<() => void>;
268
269
  internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
269
270
  show: {
270
271
  type: import("vue").PropType<boolean | undefined>;
@@ -327,9 +328,11 @@ export declare const comps: {
327
328
  scrollable: BooleanConstructor;
328
329
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
329
330
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
331
+ footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
330
332
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
331
333
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
332
334
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
335
+ internalDeactivateImmediately: BooleanConstructor;
333
336
  internalSyncTargetWithParent: BooleanConstructor;
334
337
  internalInheritedEventHandlers: {
335
338
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -407,6 +410,7 @@ export declare const comps: {
407
410
  handleBlur: () => void;
408
411
  syncPosition: () => void;
409
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>;
410
414
  internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
411
415
  show: {
412
416
  type: import("vue").PropType<boolean | undefined>;
@@ -469,9 +473,11 @@ export declare const comps: {
469
473
  scrollable: BooleanConstructor;
470
474
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
471
475
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
476
+ footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
472
477
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
473
478
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
474
479
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
480
+ internalDeactivateImmediately: BooleanConstructor;
475
481
  internalSyncTargetWithParent: BooleanConstructor;
476
482
  internalInheritedEventHandlers: {
477
483
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -549,6 +555,7 @@ export declare const comps: {
549
555
  arrowPointToCenter: boolean;
550
556
  displayDirective: "show" | "if";
551
557
  keepAliveOnHover: boolean;
558
+ internalDeactivateImmediately: boolean;
552
559
  animated: boolean;
553
560
  internalTrapFocus: boolean;
554
561
  defaultShow: boolean;
@@ -615,6 +622,10 @@ export declare const comps: {
615
622
  type: BooleanConstructor;
616
623
  default: undefined;
617
624
  };
625
+ allowInput: import("vue").PropType<(value: string) => boolean>;
626
+ renderCount: import("vue").PropType<(props: {
627
+ value: string;
628
+ }) => import("vue").VNodeChild>;
618
629
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
619
630
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
620
631
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -643,6 +654,7 @@ export declare const comps: {
643
654
  internalLoadingBeforeSuffix: BooleanConstructor;
644
655
  showPasswordToggle: BooleanConstructor;
645
656
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
657
+ countTextColorDisabled: string;
646
658
  countTextColor: string;
647
659
  heightTiny: string;
648
660
  heightSmall: string;
@@ -703,6 +715,7 @@ export declare const comps: {
703
715
  clearSize: string;
704
716
  }, any>>;
705
717
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
718
+ countTextColorDisabled: string;
706
719
  countTextColor: string;
707
720
  heightTiny: string;
708
721
  heightSmall: string;
@@ -763,6 +776,7 @@ export declare const comps: {
763
776
  clearSize: string;
764
777
  }, any>>>;
765
778
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
779
+ countTextColorDisabled: string;
766
780
  countTextColor: string;
767
781
  heightTiny: string;
768
782
  heightSmall: string;
@@ -835,8 +849,8 @@ export declare const comps: {
835
849
  contentRef: HTMLElement | null;
836
850
  containerScrollTop: number;
837
851
  syncUnifiedContainer: () => void;
838
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
839
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
852
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
853
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
840
854
  sync: () => void;
841
855
  handleMouseEnterWrapper: () => void;
842
856
  handleMouseLeaveWrapper: () => void;
@@ -870,7 +884,7 @@ export declare const comps: {
870
884
  handleCompositionEnd: (e: CompositionEvent) => void;
871
885
  handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
872
886
  handleInputBlur: (e: FocusEvent) => void;
873
- handleInputFocus: (e: FocusEvent) => void;
887
+ handleInputFocus: (e: FocusEvent, index: number) => void;
874
888
  handleWrapperBlur: (e: FocusEvent) => void;
875
889
  handleWrapperFocus: (e: FocusEvent) => void;
876
890
  handleMouseEnter: () => void;
@@ -881,7 +895,7 @@ export declare const comps: {
881
895
  handleClear: (e: MouseEvent) => void;
882
896
  handlePasswordToggleClick: () => void;
883
897
  handlePasswordToggleMousedown: (e: MouseEvent) => void;
884
- handleWrapperKeyDown: (e: KeyboardEvent) => void;
898
+ handleWrapperKeydown: (e: KeyboardEvent) => void;
885
899
  handleTextAreaMirrorResize: () => void;
886
900
  getTextareaScrollContainer: () => HTMLTextAreaElement | null;
887
901
  mergedTheme: import("vue").ComputedRef<{
@@ -925,10 +939,11 @@ export declare const comps: {
925
939
  opacity5: string;
926
940
  dividerColor: string;
927
941
  borderColor: string;
928
- closeColor: string;
942
+ closeIconColor: string;
943
+ closeIconColorHover: string;
944
+ closeIconColorPressed: string;
929
945
  closeColorHover: string;
930
946
  closeColorPressed: string;
931
- closeColorDisabled: string;
932
947
  clearColor: string;
933
948
  clearColorHover: string;
934
949
  clearColorPressed: string;
@@ -990,6 +1005,7 @@ export declare const comps: {
990
1005
  name: "common";
991
1006
  };
992
1007
  self: {
1008
+ countTextColorDisabled: string;
993
1009
  countTextColor: string;
994
1010
  heightTiny: string;
995
1011
  heightSmall: string;
@@ -1057,6 +1073,7 @@ export declare const comps: {
1057
1073
  cssVars: import("vue").ComputedRef<{
1058
1074
  '--n-bezier': string;
1059
1075
  '--n-count-text-color': string;
1076
+ '--n-count-text-color-disabled': string;
1060
1077
  '--n-color': string;
1061
1078
  '--n-font-size': string;
1062
1079
  '--n-border-radius': string;
@@ -1111,6 +1128,7 @@ export declare const comps: {
1111
1128
  select: () => void;
1112
1129
  activate: () => void;
1113
1130
  deactivate: () => void;
1131
+ scrollTo: (options: ScrollToOptions) => void;
1114
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<{
1115
1133
  bordered: {
1116
1134
  type: import("vue").PropType<boolean | undefined>;
@@ -1169,6 +1187,10 @@ export declare const comps: {
1169
1187
  type: BooleanConstructor;
1170
1188
  default: undefined;
1171
1189
  };
1190
+ allowInput: import("vue").PropType<(value: string) => boolean>;
1191
+ renderCount: import("vue").PropType<(props: {
1192
+ value: string;
1193
+ }) => import("vue").VNodeChild>;
1172
1194
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
1173
1195
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
1174
1196
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -1197,6 +1219,7 @@ export declare const comps: {
1197
1219
  internalLoadingBeforeSuffix: BooleanConstructor;
1198
1220
  showPasswordToggle: BooleanConstructor;
1199
1221
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
1222
+ countTextColorDisabled: string;
1200
1223
  countTextColor: string;
1201
1224
  heightTiny: string;
1202
1225
  heightSmall: string;
@@ -1257,6 +1280,7 @@ export declare const comps: {
1257
1280
  clearSize: string;
1258
1281
  }, any>>;
1259
1282
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1283
+ countTextColorDisabled: string;
1260
1284
  countTextColor: string;
1261
1285
  heightTiny: string;
1262
1286
  heightSmall: string;
@@ -1317,6 +1341,7 @@ export declare const comps: {
1317
1341
  clearSize: string;
1318
1342
  }, any>>>;
1319
1343
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1344
+ countTextColorDisabled: string;
1320
1345
  countTextColor: string;
1321
1346
  heightTiny: string;
1322
1347
  heightSmall: string;