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
@@ -127,7 +127,10 @@ declare const _default: import("vue").DefineComponent<{
127
127
  readonly default: true;
128
128
  };
129
129
  readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
130
- readonly nativeFocusBehavior: BooleanConstructor;
130
+ readonly nativeFocusBehavior: {
131
+ readonly type: BooleanConstructor;
132
+ readonly default: boolean;
133
+ };
131
134
  readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
132
135
  heightTiny: string;
133
136
  heightSmall: string;
@@ -841,7 +844,10 @@ declare const _default: import("vue").DefineComponent<{
841
844
  readonly default: true;
842
845
  };
843
846
  readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
844
- readonly nativeFocusBehavior: BooleanConstructor;
847
+ readonly nativeFocusBehavior: {
848
+ readonly type: BooleanConstructor;
849
+ readonly default: boolean;
850
+ };
845
851
  readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
846
852
  heightTiny: string;
847
853
  heightSmall: string;
@@ -1455,26 +1461,26 @@ declare const _default: import("vue").DefineComponent<{
1455
1461
  rippleDuration: string;
1456
1462
  }, any>>>;
1457
1463
  }>>, {
1458
- type: import("naive-ui/es/button/src/interface").Type;
1459
- tag: keyof HTMLElementTagNameMap;
1460
- block: boolean;
1461
- round: boolean;
1462
- dashed: boolean;
1463
- text: boolean;
1464
- circle: boolean;
1465
- disabled: boolean;
1466
- focusable: boolean;
1467
- strong: boolean;
1468
- loading: boolean;
1469
- bordered: boolean;
1470
- tertiary: boolean;
1471
- ghost: boolean;
1472
- keyboard: boolean;
1473
- secondary: boolean;
1474
- quaternary: boolean;
1475
- iconPlacement: "left" | "right";
1476
- attrType: "button" | "reset" | "submit";
1477
- nativeFocusBehavior: boolean;
1464
+ readonly type: import("naive-ui/es/button/src/interface").Type;
1465
+ readonly tag: keyof HTMLElementTagNameMap;
1466
+ readonly block: boolean;
1467
+ readonly round: boolean;
1468
+ readonly dashed: boolean;
1469
+ readonly text: boolean;
1470
+ readonly circle: boolean;
1471
+ readonly disabled: boolean;
1472
+ readonly focusable: boolean;
1473
+ readonly strong: boolean;
1474
+ readonly loading: boolean;
1475
+ readonly bordered: boolean;
1476
+ readonly tertiary: boolean;
1477
+ readonly ghost: boolean;
1478
+ readonly keyboard: boolean;
1479
+ readonly secondary: boolean;
1480
+ readonly quaternary: boolean;
1481
+ readonly iconPlacement: "left" | "right";
1482
+ readonly attrType: "button" | "reset" | "submit";
1483
+ readonly nativeFocusBehavior: boolean;
1478
1484
  }>;
1479
1485
  NCheckbox: import("vue").DefineComponent<{
1480
1486
  size: PropType<"small" | "medium" | "large">;
@@ -1643,10 +1649,11 @@ declare const _default: import("vue").DefineComponent<{
1643
1649
  opacity5: string;
1644
1650
  dividerColor: string;
1645
1651
  borderColor: string;
1646
- closeColor: string;
1652
+ closeIconColor: string;
1653
+ closeIconColorHover: string;
1654
+ closeIconColorPressed: string;
1647
1655
  closeColorHover: string;
1648
1656
  closeColorPressed: string;
1649
- closeColorDisabled: string;
1650
1657
  clearColor: string;
1651
1658
  clearColorHover: string;
1652
1659
  clearColorPressed: string;
@@ -1896,8 +1903,8 @@ declare const _default: import("vue").DefineComponent<{
1896
1903
  }>>, {
1897
1904
  disabled: boolean | undefined;
1898
1905
  checked: string | number | boolean | undefined;
1899
- focusable: boolean;
1900
1906
  indeterminate: boolean;
1907
+ focusable: boolean;
1901
1908
  defaultChecked: string | number | boolean;
1902
1909
  checkedValue: string | number | boolean;
1903
1910
  uncheckedValue: string | number | boolean;
@@ -1937,10 +1944,7 @@ declare const _default: import("vue").DefineComponent<{
1937
1944
  };
1938
1945
  readonly remote: BooleanConstructor;
1939
1946
  readonly loading: BooleanConstructor;
1940
- readonly filter: {
1941
- readonly type: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
1942
- readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
1943
- };
1947
+ readonly filter: PropType<import("naive-ui").SelectFilter>;
1944
1948
  readonly placement: {
1945
1949
  readonly type: PropType<import("naive-ui").PopoverPlacement>;
1946
1950
  readonly default: "bottom-start";
@@ -1950,19 +1954,10 @@ declare const _default: import("vue").DefineComponent<{
1950
1954
  readonly default: "trigger";
1951
1955
  };
1952
1956
  readonly tag: BooleanConstructor;
1953
- readonly onCreate: {
1954
- readonly type: PropType<(label: string) => import("naive-ui").SelectOption>;
1955
- readonly default: (label: string) => {
1956
- label: string;
1957
- value: string;
1958
- };
1959
- };
1957
+ readonly onCreate: PropType<(label: string) => import("naive-ui").SelectOption>;
1960
1958
  readonly fallbackOption: {
1961
- readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
1962
- readonly default: () => (value: string | number) => {
1963
- label: string;
1964
- value: string | number;
1965
- };
1959
+ readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
1960
+ readonly default: undefined;
1966
1961
  };
1967
1962
  readonly show: {
1968
1963
  readonly type: PropType<boolean | undefined>;
@@ -1981,11 +1976,24 @@ declare const _default: import("vue").DefineComponent<{
1981
1976
  readonly type: BooleanConstructor;
1982
1977
  readonly default: true;
1983
1978
  };
1979
+ readonly labelField: {
1980
+ readonly type: StringConstructor;
1981
+ readonly default: "label";
1982
+ };
1983
+ readonly valueField: {
1984
+ readonly type: StringConstructor;
1985
+ readonly default: "value";
1986
+ };
1987
+ readonly childrenField: {
1988
+ readonly type: StringConstructor;
1989
+ readonly default: "children";
1990
+ };
1984
1991
  readonly renderLabel: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
1985
1992
  readonly renderOption: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
1986
1993
  readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
1987
1994
  readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
1988
1995
  readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
1996
+ readonly nodeProps: PropType<import("naive-ui").SelectNodeProps>;
1989
1997
  readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
1990
1998
  readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
1991
1999
  readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
@@ -2003,6 +2011,10 @@ declare const _default: import("vue").DefineComponent<{
2003
2011
  readonly default: true;
2004
2012
  };
2005
2013
  readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
2014
+ readonly internalShowCheckmark: {
2015
+ readonly type: BooleanConstructor;
2016
+ readonly default: true;
2017
+ };
2006
2018
  readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
2007
2019
  readonly items: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
2008
2020
  readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -2098,6 +2110,7 @@ declare const _default: import("vue").DefineComponent<{
2098
2110
  optionCheckColor: string;
2099
2111
  optionColorPending: string;
2100
2112
  optionColorActive: string;
2113
+ optionColorActivePending: string;
2101
2114
  actionTextColor: string;
2102
2115
  loadingColor: string;
2103
2116
  height: string;
@@ -2223,6 +2236,7 @@ declare const _default: import("vue").DefineComponent<{
2223
2236
  optionCheckColor: string;
2224
2237
  optionColorPending: string;
2225
2238
  optionColorActive: string;
2239
+ optionColorActivePending: string;
2226
2240
  actionTextColor: string;
2227
2241
  loadingColor: string;
2228
2242
  height: string;
@@ -2348,6 +2362,7 @@ declare const _default: import("vue").DefineComponent<{
2348
2362
  optionCheckColor: string;
2349
2363
  optionColorPending: string;
2350
2364
  optionColorActive: string;
2365
+ optionColorActivePending: string;
2351
2366
  actionTextColor: string;
2352
2367
  loadingColor: string;
2353
2368
  height: string;
@@ -2477,10 +2492,11 @@ declare const _default: import("vue").DefineComponent<{
2477
2492
  opacity5: string;
2478
2493
  dividerColor: string;
2479
2494
  borderColor: string;
2480
- closeColor: string;
2495
+ closeIconColor: string;
2496
+ closeIconColorHover: string;
2497
+ closeIconColorPressed: string;
2481
2498
  closeColorHover: string;
2482
2499
  closeColorPressed: string;
2483
- closeColorDisabled: string;
2484
2500
  clearColor: string;
2485
2501
  clearColorHover: string;
2486
2502
  clearColorPressed: string;
@@ -2635,6 +2651,7 @@ declare const _default: import("vue").DefineComponent<{
2635
2651
  optionCheckColor: string;
2636
2652
  optionColorPending: string;
2637
2653
  optionColorActive: string;
2654
+ optionColorActivePending: string;
2638
2655
  actionTextColor: string;
2639
2656
  loadingColor: string;
2640
2657
  height: string;
@@ -2750,10 +2767,7 @@ declare const _default: import("vue").DefineComponent<{
2750
2767
  };
2751
2768
  readonly remote: BooleanConstructor;
2752
2769
  readonly loading: BooleanConstructor;
2753
- readonly filter: {
2754
- readonly type: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
2755
- readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
2756
- };
2770
+ readonly filter: PropType<import("naive-ui").SelectFilter>;
2757
2771
  readonly placement: {
2758
2772
  readonly type: PropType<import("naive-ui").PopoverPlacement>;
2759
2773
  readonly default: "bottom-start";
@@ -2763,19 +2777,10 @@ declare const _default: import("vue").DefineComponent<{
2763
2777
  readonly default: "trigger";
2764
2778
  };
2765
2779
  readonly tag: BooleanConstructor;
2766
- readonly onCreate: {
2767
- readonly type: PropType<(label: string) => import("naive-ui").SelectOption>;
2768
- readonly default: (label: string) => {
2769
- label: string;
2770
- value: string;
2771
- };
2772
- };
2780
+ readonly onCreate: PropType<(label: string) => import("naive-ui").SelectOption>;
2773
2781
  readonly fallbackOption: {
2774
- readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
2775
- readonly default: () => (value: string | number) => {
2776
- label: string;
2777
- value: string | number;
2778
- };
2782
+ readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
2783
+ readonly default: undefined;
2779
2784
  };
2780
2785
  readonly show: {
2781
2786
  readonly type: PropType<boolean | undefined>;
@@ -2794,11 +2799,24 @@ declare const _default: import("vue").DefineComponent<{
2794
2799
  readonly type: BooleanConstructor;
2795
2800
  readonly default: true;
2796
2801
  };
2802
+ readonly labelField: {
2803
+ readonly type: StringConstructor;
2804
+ readonly default: "label";
2805
+ };
2806
+ readonly valueField: {
2807
+ readonly type: StringConstructor;
2808
+ readonly default: "value";
2809
+ };
2810
+ readonly childrenField: {
2811
+ readonly type: StringConstructor;
2812
+ readonly default: "children";
2813
+ };
2797
2814
  readonly renderLabel: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
2798
2815
  readonly renderOption: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
2799
2816
  readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
2800
2817
  readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
2801
2818
  readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
2819
+ readonly nodeProps: PropType<import("naive-ui").SelectNodeProps>;
2802
2820
  readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
2803
2821
  readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
2804
2822
  readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
@@ -2816,6 +2834,10 @@ declare const _default: import("vue").DefineComponent<{
2816
2834
  readonly default: true;
2817
2835
  };
2818
2836
  readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
2837
+ readonly internalShowCheckmark: {
2838
+ readonly type: BooleanConstructor;
2839
+ readonly default: true;
2840
+ };
2819
2841
  readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
2820
2842
  readonly items: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
2821
2843
  readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -2911,6 +2933,7 @@ declare const _default: import("vue").DefineComponent<{
2911
2933
  optionCheckColor: string;
2912
2934
  optionColorPending: string;
2913
2935
  optionColorActive: string;
2936
+ optionColorActivePending: string;
2914
2937
  actionTextColor: string;
2915
2938
  loadingColor: string;
2916
2939
  height: string;
@@ -3036,6 +3059,7 @@ declare const _default: import("vue").DefineComponent<{
3036
3059
  optionCheckColor: string;
3037
3060
  optionColorPending: string;
3038
3061
  optionColorActive: string;
3062
+ optionColorActivePending: string;
3039
3063
  actionTextColor: string;
3040
3064
  loadingColor: string;
3041
3065
  height: string;
@@ -3161,6 +3185,7 @@ declare const _default: import("vue").DefineComponent<{
3161
3185
  optionCheckColor: string;
3162
3186
  optionColorPending: string;
3163
3187
  optionColorActive: string;
3188
+ optionColorActivePending: string;
3164
3189
  actionTextColor: string;
3165
3190
  loadingColor: string;
3166
3191
  height: string;
@@ -3194,29 +3219,31 @@ declare const _default: import("vue").DefineComponent<{
3194
3219
  }>;
3195
3220
  }>>>;
3196
3221
  }>>, {
3197
- tag: boolean;
3198
- filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
3199
- show: boolean | undefined;
3200
- multiple: boolean;
3201
- disabled: boolean | undefined;
3202
- to: string | boolean | HTMLElement;
3203
- options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
3204
- loading: boolean;
3205
- bordered: boolean | undefined;
3206
- placement: import("naive-ui").PopoverPlacement;
3207
- virtualScroll: boolean;
3208
- resetMenuOnOptionsChange: boolean;
3209
- showArrow: boolean;
3210
- displayDirective: "show" | "if";
3211
- filterable: boolean;
3212
- clearable: boolean;
3213
- clearFilterAfterSelect: boolean;
3214
- defaultValue: import("naive-ui/es/select/src/interface").Value | null;
3215
- remote: boolean;
3216
- widthMode: string;
3217
- onCreate: (label: string) => import("naive-ui").SelectOption;
3218
- fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
3219
- consistentMenuWidth: boolean;
3222
+ readonly tag: boolean;
3223
+ readonly show: boolean | undefined;
3224
+ readonly multiple: boolean;
3225
+ readonly disabled: boolean | undefined;
3226
+ readonly to: string | boolean | HTMLElement;
3227
+ readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
3228
+ readonly loading: boolean;
3229
+ readonly bordered: boolean | undefined;
3230
+ readonly placement: import("naive-ui").PopoverPlacement;
3231
+ readonly labelField: string;
3232
+ readonly virtualScroll: boolean;
3233
+ readonly valueField: string;
3234
+ readonly resetMenuOnOptionsChange: boolean;
3235
+ readonly showArrow: boolean;
3236
+ readonly displayDirective: "show" | "if";
3237
+ readonly filterable: boolean;
3238
+ readonly clearable: boolean;
3239
+ readonly internalShowCheckmark: boolean;
3240
+ readonly clearFilterAfterSelect: boolean;
3241
+ readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
3242
+ readonly remote: boolean;
3243
+ readonly widthMode: string;
3244
+ readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
3245
+ readonly consistentMenuWidth: boolean;
3246
+ readonly childrenField: string;
3220
3247
  }>;
3221
3248
  NInput: import("vue").DefineComponent<{
3222
3249
  bordered: {
@@ -3276,6 +3303,10 @@ declare const _default: import("vue").DefineComponent<{
3276
3303
  type: BooleanConstructor;
3277
3304
  default: undefined;
3278
3305
  };
3306
+ allowInput: PropType<(value: string) => boolean>;
3307
+ renderCount: PropType<(props: {
3308
+ value: string;
3309
+ }) => import("vue").VNodeChild>;
3279
3310
  onMousedown: PropType<(e: MouseEvent) => void>;
3280
3311
  onKeydown: PropType<(e: KeyboardEvent) => void>;
3281
3312
  onKeyup: PropType<(e: KeyboardEvent) => void>;
@@ -3304,6 +3335,7 @@ declare const _default: import("vue").DefineComponent<{
3304
3335
  internalLoadingBeforeSuffix: BooleanConstructor;
3305
3336
  showPasswordToggle: BooleanConstructor;
3306
3337
  theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
3338
+ countTextColorDisabled: string;
3307
3339
  countTextColor: string;
3308
3340
  heightTiny: string;
3309
3341
  heightSmall: string;
@@ -3364,6 +3396,7 @@ declare const _default: import("vue").DefineComponent<{
3364
3396
  clearSize: string;
3365
3397
  }, any>>;
3366
3398
  themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
3399
+ countTextColorDisabled: string;
3367
3400
  countTextColor: string;
3368
3401
  heightTiny: string;
3369
3402
  heightSmall: string;
@@ -3424,6 +3457,7 @@ declare const _default: import("vue").DefineComponent<{
3424
3457
  clearSize: string;
3425
3458
  }, any>>>;
3426
3459
  builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
3460
+ countTextColorDisabled: string;
3427
3461
  countTextColor: string;
3428
3462
  heightTiny: string;
3429
3463
  heightSmall: string;
@@ -3496,8 +3530,8 @@ declare const _default: import("vue").DefineComponent<{
3496
3530
  contentRef: HTMLElement | null;
3497
3531
  containerScrollTop: number;
3498
3532
  syncUnifiedContainer: () => void;
3499
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
3500
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
3533
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
3534
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
3501
3535
  sync: () => void;
3502
3536
  handleMouseEnterWrapper: () => void;
3503
3537
  handleMouseLeaveWrapper: () => void;
@@ -3531,7 +3565,7 @@ declare const _default: import("vue").DefineComponent<{
3531
3565
  handleCompositionEnd: (e: CompositionEvent) => void;
3532
3566
  handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
3533
3567
  handleInputBlur: (e: FocusEvent) => void;
3534
- handleInputFocus: (e: FocusEvent) => void;
3568
+ handleInputFocus: (e: FocusEvent, index: number) => void;
3535
3569
  handleWrapperBlur: (e: FocusEvent) => void;
3536
3570
  handleWrapperFocus: (e: FocusEvent) => void;
3537
3571
  handleMouseEnter: () => void;
@@ -3542,7 +3576,7 @@ declare const _default: import("vue").DefineComponent<{
3542
3576
  handleClear: (e: MouseEvent) => void;
3543
3577
  handlePasswordToggleClick: () => void;
3544
3578
  handlePasswordToggleMousedown: (e: MouseEvent) => void;
3545
- handleWrapperKeyDown: (e: KeyboardEvent) => void;
3579
+ handleWrapperKeydown: (e: KeyboardEvent) => void;
3546
3580
  handleTextAreaMirrorResize: () => void;
3547
3581
  getTextareaScrollContainer: () => HTMLTextAreaElement | null;
3548
3582
  mergedTheme: import("vue").ComputedRef<{
@@ -3586,10 +3620,11 @@ declare const _default: import("vue").DefineComponent<{
3586
3620
  opacity5: string;
3587
3621
  dividerColor: string;
3588
3622
  borderColor: string;
3589
- closeColor: string;
3623
+ closeIconColor: string;
3624
+ closeIconColorHover: string;
3625
+ closeIconColorPressed: string;
3590
3626
  closeColorHover: string;
3591
3627
  closeColorPressed: string;
3592
- closeColorDisabled: string;
3593
3628
  clearColor: string;
3594
3629
  clearColorHover: string;
3595
3630
  clearColorPressed: string;
@@ -3651,6 +3686,7 @@ declare const _default: import("vue").DefineComponent<{
3651
3686
  name: "common";
3652
3687
  };
3653
3688
  self: {
3689
+ countTextColorDisabled: string;
3654
3690
  countTextColor: string;
3655
3691
  heightTiny: string;
3656
3692
  heightSmall: string;
@@ -3718,6 +3754,7 @@ declare const _default: import("vue").DefineComponent<{
3718
3754
  cssVars: import("vue").ComputedRef<{
3719
3755
  '--n-bezier': string;
3720
3756
  '--n-count-text-color': string;
3757
+ '--n-count-text-color-disabled': string;
3721
3758
  '--n-color': string;
3722
3759
  '--n-font-size': string;
3723
3760
  '--n-border-radius': string;
@@ -3772,6 +3809,7 @@ declare const _default: import("vue").DefineComponent<{
3772
3809
  select: () => void;
3773
3810
  activate: () => void;
3774
3811
  deactivate: () => void;
3812
+ scrollTo: (options: ScrollToOptions) => void;
3775
3813
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3776
3814
  bordered: {
3777
3815
  type: PropType<boolean | undefined>;
@@ -3830,6 +3868,10 @@ declare const _default: import("vue").DefineComponent<{
3830
3868
  type: BooleanConstructor;
3831
3869
  default: undefined;
3832
3870
  };
3871
+ allowInput: PropType<(value: string) => boolean>;
3872
+ renderCount: PropType<(props: {
3873
+ value: string;
3874
+ }) => import("vue").VNodeChild>;
3833
3875
  onMousedown: PropType<(e: MouseEvent) => void>;
3834
3876
  onKeydown: PropType<(e: KeyboardEvent) => void>;
3835
3877
  onKeyup: PropType<(e: KeyboardEvent) => void>;
@@ -3858,6 +3900,7 @@ declare const _default: import("vue").DefineComponent<{
3858
3900
  internalLoadingBeforeSuffix: BooleanConstructor;
3859
3901
  showPasswordToggle: BooleanConstructor;
3860
3902
  theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
3903
+ countTextColorDisabled: string;
3861
3904
  countTextColor: string;
3862
3905
  heightTiny: string;
3863
3906
  heightSmall: string;
@@ -3918,6 +3961,7 @@ declare const _default: import("vue").DefineComponent<{
3918
3961
  clearSize: string;
3919
3962
  }, any>>;
3920
3963
  themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
3964
+ countTextColorDisabled: string;
3921
3965
  countTextColor: string;
3922
3966
  heightTiny: string;
3923
3967
  heightSmall: string;
@@ -3978,6 +4022,7 @@ declare const _default: import("vue").DefineComponent<{
3978
4022
  clearSize: string;
3979
4023
  }, any>>>;
3980
4024
  builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
4025
+ countTextColorDisabled: string;
3981
4026
  countTextColor: string;
3982
4027
  heightTiny: string;
3983
4028
  heightSmall: string;
@@ -4081,7 +4126,7 @@ declare const _default: import("vue").DefineComponent<{
4081
4126
  };
4082
4127
  min: (NumberConstructor | StringConstructor)[];
4083
4128
  max: (NumberConstructor | StringConstructor)[];
4084
- size: PropType<"small" | "medium" | "large">;
4129
+ size: PropType<import("naive-ui/es/input-number/src/interface").Size>;
4085
4130
  disabled: {
4086
4131
  type: PropType<boolean | undefined>;
4087
4132
  default: undefined;
@@ -4095,6 +4140,10 @@ declare const _default: import("vue").DefineComponent<{
4095
4140
  type: BooleanConstructor;
4096
4141
  default: boolean;
4097
4142
  };
4143
+ buttonPlacement: {
4144
+ type: PropType<"right" | "both">;
4145
+ default: string;
4146
+ };
4098
4147
  readonly: BooleanConstructor;
4099
4148
  clearable: BooleanConstructor;
4100
4149
  keyboard: {
@@ -4108,6 +4157,9 @@ declare const _default: import("vue").DefineComponent<{
4108
4157
  type: BooleanConstructor;
4109
4158
  default: boolean;
4110
4159
  };
4160
+ parse: PropType<(input: string) => number | null>;
4161
+ format: PropType<(value: number | null) => string>;
4162
+ precision: NumberConstructor;
4111
4163
  status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
4112
4164
  'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
4113
4165
  onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
@@ -4323,6 +4375,7 @@ declare const _default: import("vue").DefineComponent<{
4323
4375
  rippleDuration: string;
4324
4376
  }, any>;
4325
4377
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
4378
+ countTextColorDisabled: string;
4326
4379
  countTextColor: string;
4327
4380
  heightTiny: string;
4328
4381
  heightSmall: string;
@@ -4591,6 +4644,7 @@ declare const _default: import("vue").DefineComponent<{
4591
4644
  rippleDuration: string;
4592
4645
  }, any>;
4593
4646
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
4647
+ countTextColorDisabled: string;
4594
4648
  countTextColor: string;
4595
4649
  heightTiny: string;
4596
4650
  heightSmall: string;
@@ -4859,6 +4913,7 @@ declare const _default: import("vue").DefineComponent<{
4859
4913
  rippleDuration: string;
4860
4914
  }, any>;
4861
4915
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
4916
+ countTextColorDisabled: string;
4862
4917
  countTextColor: string;
4863
4918
  heightTiny: string;
4864
4919
  heightSmall: string;
@@ -4931,6 +4986,7 @@ declare const _default: import("vue").DefineComponent<{
4931
4986
  select: () => void;
4932
4987
  activate: () => void;
4933
4988
  deactivate: () => void;
4989
+ scrollTo: (options: ScrollToOptions) => void;
4934
4990
  } | null>;
4935
4991
  minusButtonInstRef: import("vue").Ref<{
4936
4992
  $el: HTMLElement;
@@ -4944,7 +5000,7 @@ declare const _default: import("vue").DefineComponent<{
4944
5000
  mergedValue: import("vue").ComputedRef<number | null>;
4945
5001
  mergedPlaceholder: import("vue").ComputedRef<string>;
4946
5002
  displayedValueInvalid: import("vue").ComputedRef<boolean>;
4947
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
5003
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
4948
5004
  mergedDisabled: import("vue").ComputedRef<boolean>;
4949
5005
  displayedValue: import("vue").Ref<string>;
4950
5006
  addable: import("vue").ComputedRef<boolean>;
@@ -5001,10 +5057,11 @@ declare const _default: import("vue").DefineComponent<{
5001
5057
  opacity5: string;
5002
5058
  dividerColor: string;
5003
5059
  borderColor: string;
5004
- closeColor: string;
5060
+ closeIconColor: string;
5061
+ closeIconColorHover: string;
5062
+ closeIconColorPressed: string;
5005
5063
  closeColorHover: string;
5006
5064
  closeColorPressed: string;
5007
- closeColorDisabled: string;
5008
5065
  clearColor: string;
5009
5066
  clearColorHover: string;
5010
5067
  clearColorPressed: string;
@@ -5274,6 +5331,7 @@ declare const _default: import("vue").DefineComponent<{
5274
5331
  rippleDuration: string;
5275
5332
  }, any>;
5276
5333
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
5334
+ countTextColorDisabled: string;
5277
5335
  countTextColor: string;
5278
5336
  heightTiny: string;
5279
5337
  heightSmall: string;
@@ -5376,7 +5434,7 @@ declare const _default: import("vue").DefineComponent<{
5376
5434
  };
5377
5435
  min: (NumberConstructor | StringConstructor)[];
5378
5436
  max: (NumberConstructor | StringConstructor)[];
5379
- size: PropType<"small" | "medium" | "large">;
5437
+ size: PropType<import("naive-ui/es/input-number/src/interface").Size>;
5380
5438
  disabled: {
5381
5439
  type: PropType<boolean | undefined>;
5382
5440
  default: undefined;
@@ -5390,6 +5448,10 @@ declare const _default: import("vue").DefineComponent<{
5390
5448
  type: BooleanConstructor;
5391
5449
  default: boolean;
5392
5450
  };
5451
+ buttonPlacement: {
5452
+ type: PropType<"right" | "both">;
5453
+ default: string;
5454
+ };
5393
5455
  readonly: BooleanConstructor;
5394
5456
  clearable: BooleanConstructor;
5395
5457
  keyboard: {
@@ -5403,6 +5465,9 @@ declare const _default: import("vue").DefineComponent<{
5403
5465
  type: BooleanConstructor;
5404
5466
  default: boolean;
5405
5467
  };
5468
+ parse: PropType<(input: string) => number | null>;
5469
+ format: PropType<(value: number | null) => string>;
5470
+ precision: NumberConstructor;
5406
5471
  status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
5407
5472
  'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
5408
5473
  onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
@@ -5618,6 +5683,7 @@ declare const _default: import("vue").DefineComponent<{
5618
5683
  rippleDuration: string;
5619
5684
  }, any>;
5620
5685
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
5686
+ countTextColorDisabled: string;
5621
5687
  countTextColor: string;
5622
5688
  heightTiny: string;
5623
5689
  heightSmall: string;
@@ -5886,6 +5952,7 @@ declare const _default: import("vue").DefineComponent<{
5886
5952
  rippleDuration: string;
5887
5953
  }, any>;
5888
5954
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
5955
+ countTextColorDisabled: string;
5889
5956
  countTextColor: string;
5890
5957
  heightTiny: string;
5891
5958
  heightSmall: string;
@@ -6154,6 +6221,7 @@ declare const _default: import("vue").DefineComponent<{
6154
6221
  rippleDuration: string;
6155
6222
  }, any>;
6156
6223
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
6224
+ countTextColorDisabled: string;
6157
6225
  countTextColor: string;
6158
6226
  heightTiny: string;
6159
6227
  heightSmall: string;
@@ -6228,6 +6296,7 @@ declare const _default: import("vue").DefineComponent<{
6228
6296
  ArrowDown?: boolean | undefined;
6229
6297
  };
6230
6298
  showButton: boolean;
6299
+ buttonPlacement: "right" | "both";
6231
6300
  updateValueOnInput: boolean;
6232
6301
  }>;
6233
6302
  NSpin: import("vue").DefineComponent<{
@@ -6485,9 +6554,11 @@ declare const _default: import("vue").DefineComponent<{
6485
6554
  scrollable: BooleanConstructor;
6486
6555
  contentStyle: PropType<string | import("vue").CSSProperties>;
6487
6556
  headerStyle: PropType<string | import("vue").CSSProperties>;
6557
+ footerStyle: PropType<string | import("vue").CSSProperties>;
6488
6558
  onClickoutside: PropType<(e: MouseEvent) => void>;
6489
6559
  'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
6490
6560
  onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
6561
+ internalDeactivateImmediately: BooleanConstructor;
6491
6562
  internalSyncTargetWithParent: BooleanConstructor;
6492
6563
  internalInheritedEventHandlers: {
6493
6564
  type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -6552,10 +6623,11 @@ declare const _default: import("vue").DefineComponent<{
6552
6623
  opacity5: string;
6553
6624
  dividerColor: string;
6554
6625
  borderColor: string;
6555
- closeColor: string;
6626
+ closeIconColor: string;
6627
+ closeIconColorHover: string;
6628
+ closeIconColorPressed: string;
6556
6629
  closeColorHover: string;
6557
6630
  closeColorPressed: string;
6558
- closeColorDisabled: string;
6559
6631
  clearColor: string;
6560
6632
  clearColorHover: string;
6561
6633
  clearColorPressed: string;
@@ -6784,9 +6856,11 @@ declare const _default: import("vue").DefineComponent<{
6784
6856
  scrollable: BooleanConstructor;
6785
6857
  contentStyle: PropType<string | import("vue").CSSProperties>;
6786
6858
  headerStyle: PropType<string | import("vue").CSSProperties>;
6859
+ footerStyle: PropType<string | import("vue").CSSProperties>;
6787
6860
  onClickoutside: PropType<(e: MouseEvent) => void>;
6788
6861
  'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
6789
6862
  onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
6863
+ internalDeactivateImmediately: BooleanConstructor;
6790
6864
  internalSyncTargetWithParent: BooleanConstructor;
6791
6865
  internalInheritedEventHandlers: {
6792
6866
  type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -6822,6 +6896,7 @@ declare const _default: import("vue").DefineComponent<{
6822
6896
  arrowPointToCenter: boolean;
6823
6897
  displayDirective: "show" | "if";
6824
6898
  keepAliveOnHover: boolean;
6899
+ internalDeactivateImmediately: boolean;
6825
6900
  animated: boolean;
6826
6901
  internalTrapFocus: boolean;
6827
6902
  defaultShow: boolean;