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
@@ -52,6 +52,7 @@ declare const _default: import("vue").DefineComponent<{
52
52
  readonly type: import("vue").PropType<boolean | undefined>;
53
53
  readonly default: undefined;
54
54
  };
55
+ readonly panel: BooleanConstructor;
55
56
  readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
56
57
  readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
57
58
  readonly inputReadonly: BooleanConstructor;
@@ -122,6 +123,8 @@ declare const _default: import("vue").DefineComponent<{
122
123
  calendarLeftPaddingYear: string;
123
124
  calendarLeftPaddingQuarter: string;
124
125
  calendarLeftPaddingMonthrange: string;
126
+ calendarLeftPaddingQuarterrange: string;
127
+ calendarLeftPaddingYearrange: string;
125
128
  calendarRightPaddingDate: string;
126
129
  calendarRightPaddingDatetime: string;
127
130
  calendarRightPaddingDaterange: string;
@@ -130,8 +133,11 @@ declare const _default: import("vue").DefineComponent<{
130
133
  calendarRightPaddingYear: string;
131
134
  calendarRightPaddingQuarter: string;
132
135
  calendarRightPaddingMonthrange: string;
136
+ calendarRightPaddingQuarterrange: string;
137
+ calendarRightPaddingYearrange: string;
133
138
  }, {
134
139
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
140
+ countTextColorDisabled: string;
135
141
  countTextColor: string;
136
142
  heightTiny: string;
137
143
  heightSmall: string;
@@ -621,6 +627,7 @@ declare const _default: import("vue").DefineComponent<{
621
627
  rippleDuration: string;
622
628
  }, any>;
623
629
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
630
+ countTextColorDisabled: string;
624
631
  countTextColor: string;
625
632
  heightTiny: string;
626
633
  heightSmall: string;
@@ -736,6 +743,8 @@ declare const _default: import("vue").DefineComponent<{
736
743
  calendarLeftPaddingYear: string;
737
744
  calendarLeftPaddingQuarter: string;
738
745
  calendarLeftPaddingMonthrange: string;
746
+ calendarLeftPaddingQuarterrange: string;
747
+ calendarLeftPaddingYearrange: string;
739
748
  calendarRightPaddingDate: string;
740
749
  calendarRightPaddingDatetime: string;
741
750
  calendarRightPaddingDaterange: string;
@@ -744,8 +753,11 @@ declare const _default: import("vue").DefineComponent<{
744
753
  calendarRightPaddingYear: string;
745
754
  calendarRightPaddingQuarter: string;
746
755
  calendarRightPaddingMonthrange: string;
756
+ calendarRightPaddingQuarterrange: string;
757
+ calendarRightPaddingYearrange: string;
747
758
  }, {
748
759
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
760
+ countTextColorDisabled: string;
749
761
  countTextColor: string;
750
762
  heightTiny: string;
751
763
  heightSmall: string;
@@ -1235,6 +1247,7 @@ declare const _default: import("vue").DefineComponent<{
1235
1247
  rippleDuration: string;
1236
1248
  }, any>;
1237
1249
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
1250
+ countTextColorDisabled: string;
1238
1251
  countTextColor: string;
1239
1252
  heightTiny: string;
1240
1253
  heightSmall: string;
@@ -1350,6 +1363,8 @@ declare const _default: import("vue").DefineComponent<{
1350
1363
  calendarLeftPaddingYear: string;
1351
1364
  calendarLeftPaddingQuarter: string;
1352
1365
  calendarLeftPaddingMonthrange: string;
1366
+ calendarLeftPaddingQuarterrange: string;
1367
+ calendarLeftPaddingYearrange: string;
1353
1368
  calendarRightPaddingDate: string;
1354
1369
  calendarRightPaddingDatetime: string;
1355
1370
  calendarRightPaddingDaterange: string;
@@ -1358,8 +1373,11 @@ declare const _default: import("vue").DefineComponent<{
1358
1373
  calendarRightPaddingYear: string;
1359
1374
  calendarRightPaddingQuarter: string;
1360
1375
  calendarRightPaddingMonthrange: string;
1376
+ calendarRightPaddingQuarterrange: string;
1377
+ calendarRightPaddingYearrange: string;
1361
1378
  }, {
1362
1379
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
1380
+ countTextColorDisabled: string;
1363
1381
  countTextColor: string;
1364
1382
  heightTiny: string;
1365
1383
  heightSmall: string;
@@ -1849,6 +1867,7 @@ declare const _default: import("vue").DefineComponent<{
1849
1867
  rippleDuration: string;
1850
1868
  }, any>;
1851
1869
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
1870
+ countTextColorDisabled: string;
1852
1871
  countTextColor: string;
1853
1872
  heightTiny: string;
1854
1873
  heightSmall: string;
@@ -1929,8 +1948,8 @@ declare const _default: import("vue").DefineComponent<{
1929
1948
  contentRef: HTMLElement | null;
1930
1949
  containerScrollTop: number;
1931
1950
  syncUnifiedContainer: () => void;
1932
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
1933
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
1951
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
1952
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
1934
1953
  sync: () => void;
1935
1954
  handleMouseEnterWrapper: () => void;
1936
1955
  handleMouseLeaveWrapper: () => void;
@@ -1941,8 +1960,8 @@ declare const _default: import("vue").DefineComponent<{
1941
1960
  contentRef: HTMLElement | null;
1942
1961
  containerScrollTop: number;
1943
1962
  syncUnifiedContainer: () => void;
1944
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
1945
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
1963
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
1964
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
1946
1965
  sync: () => void;
1947
1966
  handleMouseEnterWrapper: () => void;
1948
1967
  handleMouseLeaveWrapper: () => void;
@@ -1958,8 +1977,8 @@ declare const _default: import("vue").DefineComponent<{
1958
1977
  contentRef: HTMLElement | null;
1959
1978
  containerScrollTop: number;
1960
1979
  syncUnifiedContainer: () => void;
1961
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
1962
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
1980
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
1981
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
1963
1982
  sync: () => void;
1964
1983
  handleMouseEnterWrapper: () => void;
1965
1984
  handleMouseLeaveWrapper: () => void;
@@ -1970,8 +1989,8 @@ declare const _default: import("vue").DefineComponent<{
1970
1989
  contentRef: HTMLElement | null;
1971
1990
  containerScrollTop: number;
1972
1991
  syncUnifiedContainer: () => void;
1973
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
1974
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
1992
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
1993
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
1975
1994
  sync: () => void;
1976
1995
  handleMouseEnterWrapper: () => void;
1977
1996
  handleMouseLeaveWrapper: () => void;
@@ -1982,8 +2001,8 @@ declare const _default: import("vue").DefineComponent<{
1982
2001
  contentRef: HTMLElement | null;
1983
2002
  containerScrollTop: number;
1984
2003
  syncUnifiedContainer: () => void;
1985
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
1986
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
2004
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
2005
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
1987
2006
  sync: () => void;
1988
2007
  handleMouseEnterWrapper: () => void;
1989
2008
  handleMouseLeaveWrapper: () => void;
@@ -1994,8 +2013,8 @@ declare const _default: import("vue").DefineComponent<{
1994
2013
  contentRef: HTMLElement | null;
1995
2014
  containerScrollTop: number;
1996
2015
  syncUnifiedContainer: () => void;
1997
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
1998
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
2016
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
2017
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
1999
2018
  sync: () => void;
2000
2019
  handleMouseEnterWrapper: () => void;
2001
2020
  handleMouseLeaveWrapper: () => void;
@@ -2022,6 +2041,7 @@ declare const _default: import("vue").DefineComponent<{
2022
2041
  select: () => void;
2023
2042
  activate: () => void;
2024
2043
  deactivate: () => void;
2044
+ scrollTo: (options: ScrollToOptions) => void;
2025
2045
  } | null>;
2026
2046
  isMounted: Readonly<import("vue").Ref<boolean>>;
2027
2047
  displayTime: import("vue").Ref<string>;
@@ -2038,8 +2058,9 @@ declare const _default: import("vue").DefineComponent<{
2038
2058
  isValueInvalid: import("vue").ComputedRef<boolean>;
2039
2059
  isStartValueInvalid: import("vue").ComputedRef<boolean>;
2040
2060
  isEndValueInvalid: import("vue").ComputedRef<boolean>;
2061
+ handleInputKeydown: (e: KeyboardEvent) => void;
2041
2062
  handleClickOutside: (e: MouseEvent) => void;
2042
- handleKeyDown: (e: KeyboardEvent) => void;
2063
+ handleKeydown: (e: KeyboardEvent) => void;
2043
2064
  handleClear: () => void;
2044
2065
  handlePanelClear: () => void;
2045
2066
  handleTriggerClick: (e: MouseEvent) => void;
@@ -2094,10 +2115,11 @@ declare const _default: import("vue").DefineComponent<{
2094
2115
  opacity5: string;
2095
2116
  dividerColor: string;
2096
2117
  borderColor: string;
2097
- closeColor: string;
2118
+ closeIconColor: string;
2119
+ closeIconColorHover: string;
2120
+ closeIconColorPressed: string;
2098
2121
  closeColorHover: string;
2099
2122
  closeColorPressed: string;
2100
- closeColorDisabled: string;
2101
2123
  clearColor: string;
2102
2124
  clearColorHover: string;
2103
2125
  clearColorPressed: string;
@@ -2208,6 +2230,8 @@ declare const _default: import("vue").DefineComponent<{
2208
2230
  calendarLeftPaddingYear: string;
2209
2231
  calendarLeftPaddingQuarter: string;
2210
2232
  calendarLeftPaddingMonthrange: string;
2233
+ calendarLeftPaddingQuarterrange: string;
2234
+ calendarLeftPaddingYearrange: string;
2211
2235
  calendarRightPaddingDate: string;
2212
2236
  calendarRightPaddingDatetime: string;
2213
2237
  calendarRightPaddingDaterange: string;
@@ -2216,9 +2240,12 @@ declare const _default: import("vue").DefineComponent<{
2216
2240
  calendarRightPaddingYear: string;
2217
2241
  calendarRightPaddingQuarter: string;
2218
2242
  calendarRightPaddingMonthrange: string;
2243
+ calendarRightPaddingQuarterrange: string;
2244
+ calendarRightPaddingYearrange: string;
2219
2245
  };
2220
2246
  peers: {
2221
2247
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
2248
+ countTextColorDisabled: string;
2222
2249
  countTextColor: string;
2223
2250
  heightTiny: string;
2224
2251
  heightSmall: string;
@@ -2708,6 +2735,7 @@ declare const _default: import("vue").DefineComponent<{
2708
2735
  rippleDuration: string;
2709
2736
  }, any>;
2710
2737
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
2738
+ countTextColorDisabled: string;
2711
2739
  countTextColor: string;
2712
2740
  heightTiny: string;
2713
2741
  heightSmall: string;
@@ -2995,6 +3023,7 @@ declare const _default: import("vue").DefineComponent<{
2995
3023
  rippleDuration: string;
2996
3024
  }, any>> | undefined;
2997
3025
  Input?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
3026
+ countTextColorDisabled: string;
2998
3027
  countTextColor: string;
2999
3028
  heightTiny: string;
3000
3029
  heightSmall: string;
@@ -3066,8 +3095,8 @@ declare const _default: import("vue").DefineComponent<{
3066
3095
  actions: import("vue").ComputedRef<string[] | undefined>;
3067
3096
  triggerCssVars: import("vue").ComputedRef<{
3068
3097
  '--n-bezier': string;
3069
- '--n-icon-color': string;
3070
- '--n-icon-color-disabled': string;
3098
+ '--n-icon-color-override': string;
3099
+ '--n-icon-color-disabled-override': string;
3071
3100
  }> | undefined;
3072
3101
  triggerThemeClass: import("vue").Ref<string> | undefined;
3073
3102
  triggerOnRender: (() => void) | undefined;
@@ -3165,6 +3194,7 @@ declare const _default: import("vue").DefineComponent<{
3165
3194
  readonly type: import("vue").PropType<boolean | undefined>;
3166
3195
  readonly default: undefined;
3167
3196
  };
3197
+ readonly panel: BooleanConstructor;
3168
3198
  readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
3169
3199
  readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
3170
3200
  readonly inputReadonly: BooleanConstructor;
@@ -3235,6 +3265,8 @@ declare const _default: import("vue").DefineComponent<{
3235
3265
  calendarLeftPaddingYear: string;
3236
3266
  calendarLeftPaddingQuarter: string;
3237
3267
  calendarLeftPaddingMonthrange: string;
3268
+ calendarLeftPaddingQuarterrange: string;
3269
+ calendarLeftPaddingYearrange: string;
3238
3270
  calendarRightPaddingDate: string;
3239
3271
  calendarRightPaddingDatetime: string;
3240
3272
  calendarRightPaddingDaterange: string;
@@ -3243,8 +3275,11 @@ declare const _default: import("vue").DefineComponent<{
3243
3275
  calendarRightPaddingYear: string;
3244
3276
  calendarRightPaddingQuarter: string;
3245
3277
  calendarRightPaddingMonthrange: string;
3278
+ calendarRightPaddingQuarterrange: string;
3279
+ calendarRightPaddingYearrange: string;
3246
3280
  }, {
3247
3281
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
3282
+ countTextColorDisabled: string;
3248
3283
  countTextColor: string;
3249
3284
  heightTiny: string;
3250
3285
  heightSmall: string;
@@ -3734,6 +3769,7 @@ declare const _default: import("vue").DefineComponent<{
3734
3769
  rippleDuration: string;
3735
3770
  }, any>;
3736
3771
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
3772
+ countTextColorDisabled: string;
3737
3773
  countTextColor: string;
3738
3774
  heightTiny: string;
3739
3775
  heightSmall: string;
@@ -3849,6 +3885,8 @@ declare const _default: import("vue").DefineComponent<{
3849
3885
  calendarLeftPaddingYear: string;
3850
3886
  calendarLeftPaddingQuarter: string;
3851
3887
  calendarLeftPaddingMonthrange: string;
3888
+ calendarLeftPaddingQuarterrange: string;
3889
+ calendarLeftPaddingYearrange: string;
3852
3890
  calendarRightPaddingDate: string;
3853
3891
  calendarRightPaddingDatetime: string;
3854
3892
  calendarRightPaddingDaterange: string;
@@ -3857,8 +3895,11 @@ declare const _default: import("vue").DefineComponent<{
3857
3895
  calendarRightPaddingYear: string;
3858
3896
  calendarRightPaddingQuarter: string;
3859
3897
  calendarRightPaddingMonthrange: string;
3898
+ calendarRightPaddingQuarterrange: string;
3899
+ calendarRightPaddingYearrange: string;
3860
3900
  }, {
3861
3901
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
3902
+ countTextColorDisabled: string;
3862
3903
  countTextColor: string;
3863
3904
  heightTiny: string;
3864
3905
  heightSmall: string;
@@ -4348,6 +4389,7 @@ declare const _default: import("vue").DefineComponent<{
4348
4389
  rippleDuration: string;
4349
4390
  }, any>;
4350
4391
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
4392
+ countTextColorDisabled: string;
4351
4393
  countTextColor: string;
4352
4394
  heightTiny: string;
4353
4395
  heightSmall: string;
@@ -4463,6 +4505,8 @@ declare const _default: import("vue").DefineComponent<{
4463
4505
  calendarLeftPaddingYear: string;
4464
4506
  calendarLeftPaddingQuarter: string;
4465
4507
  calendarLeftPaddingMonthrange: string;
4508
+ calendarLeftPaddingQuarterrange: string;
4509
+ calendarLeftPaddingYearrange: string;
4466
4510
  calendarRightPaddingDate: string;
4467
4511
  calendarRightPaddingDatetime: string;
4468
4512
  calendarRightPaddingDaterange: string;
@@ -4471,8 +4515,11 @@ declare const _default: import("vue").DefineComponent<{
4471
4515
  calendarRightPaddingYear: string;
4472
4516
  calendarRightPaddingQuarter: string;
4473
4517
  calendarRightPaddingMonthrange: string;
4518
+ calendarRightPaddingQuarterrange: string;
4519
+ calendarRightPaddingYearrange: string;
4474
4520
  }, {
4475
4521
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
4522
+ countTextColorDisabled: string;
4476
4523
  countTextColor: string;
4477
4524
  heightTiny: string;
4478
4525
  heightSmall: string;
@@ -4962,6 +5009,7 @@ declare const _default: import("vue").DefineComponent<{
4962
5009
  rippleDuration: string;
4963
5010
  }, any>;
4964
5011
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
5012
+ countTextColorDisabled: string;
4965
5013
  countTextColor: string;
4966
5014
  heightTiny: string;
4967
5015
  heightSmall: string;
@@ -5028,17 +5076,18 @@ declare const _default: import("vue").DefineComponent<{
5028
5076
  }, any>;
5029
5077
  }>>>;
5030
5078
  }>>, {
5031
- type: import("naive-ui/es/date-picker/src/config").DatePickerType;
5032
- show: boolean | undefined;
5033
- disabled: boolean | undefined;
5034
- to: string | boolean | HTMLElement;
5035
- bordered: boolean | undefined;
5036
- placement: import("naive-ui").PopoverPlacement;
5037
- clearable: boolean;
5038
- inputReadonly: boolean;
5039
- updateValueOnClose: boolean;
5040
- closeOnSelect: boolean;
5041
- bindCalendarMonths: boolean;
5079
+ readonly type: import("naive-ui/es/date-picker/src/config").DatePickerType;
5080
+ readonly show: boolean | undefined;
5081
+ readonly disabled: boolean | undefined;
5082
+ readonly to: string | boolean | HTMLElement;
5083
+ readonly bordered: boolean | undefined;
5084
+ readonly placement: import("naive-ui").PopoverPlacement;
5085
+ readonly clearable: boolean;
5086
+ readonly inputReadonly: boolean;
5087
+ readonly panel: boolean;
5088
+ readonly updateValueOnClose: boolean;
5089
+ readonly closeOnSelect: boolean;
5090
+ readonly bindCalendarMonths: boolean;
5042
5091
  }>;
5043
5092
  NSelect: import("vue").DefineComponent<{
5044
5093
  readonly to: {
@@ -5074,10 +5123,7 @@ declare const _default: import("vue").DefineComponent<{
5074
5123
  };
5075
5124
  readonly remote: BooleanConstructor;
5076
5125
  readonly loading: BooleanConstructor;
5077
- readonly filter: {
5078
- readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
5079
- readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
5080
- };
5126
+ readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
5081
5127
  readonly placement: {
5082
5128
  readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
5083
5129
  readonly default: "bottom-start";
@@ -5087,19 +5133,10 @@ declare const _default: import("vue").DefineComponent<{
5087
5133
  readonly default: "trigger";
5088
5134
  };
5089
5135
  readonly tag: BooleanConstructor;
5090
- readonly onCreate: {
5091
- readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
5092
- readonly default: (label: string) => {
5093
- label: string;
5094
- value: string;
5095
- };
5096
- };
5136
+ readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
5097
5137
  readonly fallbackOption: {
5098
- readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
5099
- readonly default: () => (value: string | number) => {
5100
- label: string;
5101
- value: string | number;
5102
- };
5138
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
5139
+ readonly default: undefined;
5103
5140
  };
5104
5141
  readonly show: {
5105
5142
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -5118,11 +5155,24 @@ declare const _default: import("vue").DefineComponent<{
5118
5155
  readonly type: BooleanConstructor;
5119
5156
  readonly default: true;
5120
5157
  };
5158
+ readonly labelField: {
5159
+ readonly type: StringConstructor;
5160
+ readonly default: "label";
5161
+ };
5162
+ readonly valueField: {
5163
+ readonly type: StringConstructor;
5164
+ readonly default: "value";
5165
+ };
5166
+ readonly childrenField: {
5167
+ readonly type: StringConstructor;
5168
+ readonly default: "children";
5169
+ };
5121
5170
  readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
5122
5171
  readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
5123
5172
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
5124
5173
  readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
5125
5174
  readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
5175
+ readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
5126
5176
  readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
5127
5177
  readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
5128
5178
  readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
@@ -5140,6 +5190,10 @@ declare const _default: import("vue").DefineComponent<{
5140
5190
  readonly default: true;
5141
5191
  };
5142
5192
  readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
5193
+ readonly internalShowCheckmark: {
5194
+ readonly type: BooleanConstructor;
5195
+ readonly default: true;
5196
+ };
5143
5197
  readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
5144
5198
  readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
5145
5199
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -5235,6 +5289,7 @@ declare const _default: import("vue").DefineComponent<{
5235
5289
  optionCheckColor: string;
5236
5290
  optionColorPending: string;
5237
5291
  optionColorActive: string;
5292
+ optionColorActivePending: string;
5238
5293
  actionTextColor: string;
5239
5294
  loadingColor: string;
5240
5295
  height: string;
@@ -5360,6 +5415,7 @@ declare const _default: import("vue").DefineComponent<{
5360
5415
  optionCheckColor: string;
5361
5416
  optionColorPending: string;
5362
5417
  optionColorActive: string;
5418
+ optionColorActivePending: string;
5363
5419
  actionTextColor: string;
5364
5420
  loadingColor: string;
5365
5421
  height: string;
@@ -5485,6 +5541,7 @@ declare const _default: import("vue").DefineComponent<{
5485
5541
  optionCheckColor: string;
5486
5542
  optionColorPending: string;
5487
5543
  optionColorActive: string;
5544
+ optionColorActivePending: string;
5488
5545
  actionTextColor: string;
5489
5546
  loadingColor: string;
5490
5547
  height: string;
@@ -5614,10 +5671,11 @@ declare const _default: import("vue").DefineComponent<{
5614
5671
  opacity5: string;
5615
5672
  dividerColor: string;
5616
5673
  borderColor: string;
5617
- closeColor: string;
5674
+ closeIconColor: string;
5675
+ closeIconColorHover: string;
5676
+ closeIconColorPressed: string;
5618
5677
  closeColorHover: string;
5619
5678
  closeColorPressed: string;
5620
- closeColorDisabled: string;
5621
5679
  clearColor: string;
5622
5680
  clearColorHover: string;
5623
5681
  clearColorPressed: string;
@@ -5772,6 +5830,7 @@ declare const _default: import("vue").DefineComponent<{
5772
5830
  optionCheckColor: string;
5773
5831
  optionColorPending: string;
5774
5832
  optionColorActive: string;
5833
+ optionColorActivePending: string;
5775
5834
  actionTextColor: string;
5776
5835
  loadingColor: string;
5777
5836
  height: string;
@@ -5887,10 +5946,7 @@ declare const _default: import("vue").DefineComponent<{
5887
5946
  };
5888
5947
  readonly remote: BooleanConstructor;
5889
5948
  readonly loading: BooleanConstructor;
5890
- readonly filter: {
5891
- readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
5892
- readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
5893
- };
5949
+ readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
5894
5950
  readonly placement: {
5895
5951
  readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
5896
5952
  readonly default: "bottom-start";
@@ -5900,19 +5956,10 @@ declare const _default: import("vue").DefineComponent<{
5900
5956
  readonly default: "trigger";
5901
5957
  };
5902
5958
  readonly tag: BooleanConstructor;
5903
- readonly onCreate: {
5904
- readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
5905
- readonly default: (label: string) => {
5906
- label: string;
5907
- value: string;
5908
- };
5909
- };
5959
+ readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
5910
5960
  readonly fallbackOption: {
5911
- readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
5912
- readonly default: () => (value: string | number) => {
5913
- label: string;
5914
- value: string | number;
5915
- };
5961
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
5962
+ readonly default: undefined;
5916
5963
  };
5917
5964
  readonly show: {
5918
5965
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -5931,11 +5978,24 @@ declare const _default: import("vue").DefineComponent<{
5931
5978
  readonly type: BooleanConstructor;
5932
5979
  readonly default: true;
5933
5980
  };
5981
+ readonly labelField: {
5982
+ readonly type: StringConstructor;
5983
+ readonly default: "label";
5984
+ };
5985
+ readonly valueField: {
5986
+ readonly type: StringConstructor;
5987
+ readonly default: "value";
5988
+ };
5989
+ readonly childrenField: {
5990
+ readonly type: StringConstructor;
5991
+ readonly default: "children";
5992
+ };
5934
5993
  readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
5935
5994
  readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
5936
5995
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
5937
5996
  readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
5938
5997
  readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
5998
+ readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
5939
5999
  readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
5940
6000
  readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
5941
6001
  readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
@@ -5953,6 +6013,10 @@ declare const _default: import("vue").DefineComponent<{
5953
6013
  readonly default: true;
5954
6014
  };
5955
6015
  readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
6016
+ readonly internalShowCheckmark: {
6017
+ readonly type: BooleanConstructor;
6018
+ readonly default: true;
6019
+ };
5956
6020
  readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
5957
6021
  readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
5958
6022
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -6048,6 +6112,7 @@ declare const _default: import("vue").DefineComponent<{
6048
6112
  optionCheckColor: string;
6049
6113
  optionColorPending: string;
6050
6114
  optionColorActive: string;
6115
+ optionColorActivePending: string;
6051
6116
  actionTextColor: string;
6052
6117
  loadingColor: string;
6053
6118
  height: string;
@@ -6173,6 +6238,7 @@ declare const _default: import("vue").DefineComponent<{
6173
6238
  optionCheckColor: string;
6174
6239
  optionColorPending: string;
6175
6240
  optionColorActive: string;
6241
+ optionColorActivePending: string;
6176
6242
  actionTextColor: string;
6177
6243
  loadingColor: string;
6178
6244
  height: string;
@@ -6298,6 +6364,7 @@ declare const _default: import("vue").DefineComponent<{
6298
6364
  optionCheckColor: string;
6299
6365
  optionColorPending: string;
6300
6366
  optionColorActive: string;
6367
+ optionColorActivePending: string;
6301
6368
  actionTextColor: string;
6302
6369
  loadingColor: string;
6303
6370
  height: string;
@@ -6331,34 +6398,36 @@ declare const _default: import("vue").DefineComponent<{
6331
6398
  }>;
6332
6399
  }>>>;
6333
6400
  }>>, {
6334
- tag: boolean;
6335
- filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
6336
- show: boolean | undefined;
6337
- multiple: boolean;
6338
- disabled: boolean | undefined;
6339
- to: string | boolean | HTMLElement;
6340
- options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
6341
- loading: boolean;
6342
- bordered: boolean | undefined;
6343
- placement: import("naive-ui").PopoverPlacement;
6344
- virtualScroll: boolean;
6345
- resetMenuOnOptionsChange: boolean;
6346
- showArrow: boolean;
6347
- displayDirective: "show" | "if";
6348
- filterable: boolean;
6349
- clearable: boolean;
6350
- clearFilterAfterSelect: boolean;
6351
- defaultValue: import("naive-ui/es/select/src/interface").Value | null;
6352
- remote: boolean;
6353
- widthMode: string;
6354
- onCreate: (label: string) => import("naive-ui").SelectOption;
6355
- fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
6356
- consistentMenuWidth: boolean;
6401
+ readonly tag: boolean;
6402
+ readonly show: boolean | undefined;
6403
+ readonly multiple: boolean;
6404
+ readonly disabled: boolean | undefined;
6405
+ readonly to: string | boolean | HTMLElement;
6406
+ readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
6407
+ readonly loading: boolean;
6408
+ readonly bordered: boolean | undefined;
6409
+ readonly placement: import("naive-ui").PopoverPlacement;
6410
+ readonly labelField: string;
6411
+ readonly virtualScroll: boolean;
6412
+ readonly valueField: string;
6413
+ readonly resetMenuOnOptionsChange: boolean;
6414
+ readonly showArrow: boolean;
6415
+ readonly displayDirective: "show" | "if";
6416
+ readonly filterable: boolean;
6417
+ readonly clearable: boolean;
6418
+ readonly internalShowCheckmark: boolean;
6419
+ readonly clearFilterAfterSelect: boolean;
6420
+ readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
6421
+ readonly remote: boolean;
6422
+ readonly widthMode: string;
6423
+ readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
6424
+ readonly consistentMenuWidth: boolean;
6425
+ readonly childrenField: string;
6357
6426
  }>;
6358
6427
  NRadio: import("vue").DefineComponent<{
6359
6428
  name: StringConstructor;
6360
6429
  value: {
6361
- readonly type: import("vue").PropType<string | number>;
6430
+ readonly type: import("vue").PropType<string | number | boolean>;
6362
6431
  readonly default: "on";
6363
6432
  };
6364
6433
  checked: {
@@ -6376,7 +6445,6 @@ declare const _default: import("vue").DefineComponent<{
6376
6445
  'onUpdate:checked': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
6377
6446
  checkedValue: {
6378
6447
  readonly type: import("vue").PropType<boolean | undefined>;
6379
- readonly validator: () => boolean;
6380
6448
  readonly default: undefined;
6381
6449
  };
6382
6450
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
@@ -6394,6 +6462,7 @@ declare const _default: import("vue").DefineComponent<{
6394
6462
  boxShadowDisabled: string;
6395
6463
  color: string;
6396
6464
  colorDisabled: string;
6465
+ colorActive: string;
6397
6466
  textColor: string;
6398
6467
  textColorDisabled: string;
6399
6468
  dotColorActive: string;
@@ -6431,6 +6500,7 @@ declare const _default: import("vue").DefineComponent<{
6431
6500
  boxShadowDisabled: string;
6432
6501
  color: string;
6433
6502
  colorDisabled: string;
6503
+ colorActive: string;
6434
6504
  textColor: string;
6435
6505
  textColorDisabled: string;
6436
6506
  dotColorActive: string;
@@ -6468,6 +6538,7 @@ declare const _default: import("vue").DefineComponent<{
6468
6538
  boxShadowDisabled: string;
6469
6539
  color: string;
6470
6540
  colorDisabled: string;
6541
+ colorActive: string;
6471
6542
  textColor: string;
6472
6543
  textColorDisabled: string;
6473
6544
  dotColorActive: string;
@@ -6501,6 +6572,7 @@ declare const _default: import("vue").DefineComponent<{
6501
6572
  '--n-box-shadow-focus': string;
6502
6573
  '--n-box-shadow-hover': string;
6503
6574
  '--n-color': string;
6575
+ '--n-color-active': string;
6504
6576
  '--n-color-disabled': string;
6505
6577
  '--n-dot-color-active': string;
6506
6578
  '--n-dot-color-disabled': string;
@@ -6515,7 +6587,7 @@ declare const _default: import("vue").DefineComponent<{
6515
6587
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
6516
6588
  name: StringConstructor;
6517
6589
  value: {
6518
- readonly type: import("vue").PropType<string | number>;
6590
+ readonly type: import("vue").PropType<string | number | boolean>;
6519
6591
  readonly default: "on";
6520
6592
  };
6521
6593
  checked: {
@@ -6533,7 +6605,6 @@ declare const _default: import("vue").DefineComponent<{
6533
6605
  'onUpdate:checked': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
6534
6606
  checkedValue: {
6535
6607
  readonly type: import("vue").PropType<boolean | undefined>;
6536
- readonly validator: () => boolean;
6537
6608
  readonly default: undefined;
6538
6609
  };
6539
6610
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
@@ -6551,6 +6622,7 @@ declare const _default: import("vue").DefineComponent<{
6551
6622
  boxShadowDisabled: string;
6552
6623
  color: string;
6553
6624
  colorDisabled: string;
6625
+ colorActive: string;
6554
6626
  textColor: string;
6555
6627
  textColorDisabled: string;
6556
6628
  dotColorActive: string;
@@ -6588,6 +6660,7 @@ declare const _default: import("vue").DefineComponent<{
6588
6660
  boxShadowDisabled: string;
6589
6661
  color: string;
6590
6662
  colorDisabled: string;
6663
+ colorActive: string;
6591
6664
  textColor: string;
6592
6665
  textColorDisabled: string;
6593
6666
  dotColorActive: string;
@@ -6625,6 +6698,7 @@ declare const _default: import("vue").DefineComponent<{
6625
6698
  boxShadowDisabled: string;
6626
6699
  color: string;
6627
6700
  colorDisabled: string;
6701
+ colorActive: string;
6628
6702
  textColor: string;
6629
6703
  textColorDisabled: string;
6630
6704
  dotColorActive: string;
@@ -6648,7 +6722,7 @@ declare const _default: import("vue").DefineComponent<{
6648
6722
  labelPadding: string;
6649
6723
  }, any>>>;
6650
6724
  }>>, {
6651
- value: string | number;
6725
+ value: string | number | boolean;
6652
6726
  disabled: boolean | undefined;
6653
6727
  checked: boolean | undefined;
6654
6728
  defaultChecked: boolean;
@@ -6821,10 +6895,11 @@ declare const _default: import("vue").DefineComponent<{
6821
6895
  opacity5: string;
6822
6896
  dividerColor: string;
6823
6897
  borderColor: string;
6824
- closeColor: string;
6898
+ closeIconColor: string;
6899
+ closeIconColorHover: string;
6900
+ closeIconColorPressed: string;
6825
6901
  closeColorHover: string;
6826
6902
  closeColorPressed: string;
6827
- closeColorDisabled: string;
6828
6903
  clearColor: string;
6829
6904
  clearColorHover: string;
6830
6905
  clearColorPressed: string;
@@ -7074,8 +7149,8 @@ declare const _default: import("vue").DefineComponent<{
7074
7149
  }>>, {
7075
7150
  disabled: boolean | undefined;
7076
7151
  checked: string | number | boolean | undefined;
7077
- focusable: boolean;
7078
7152
  indeterminate: boolean;
7153
+ focusable: boolean;
7079
7154
  defaultChecked: string | number | boolean;
7080
7155
  checkedValue: string | number | boolean;
7081
7156
  uncheckedValue: string | number | boolean;
@@ -7139,6 +7214,10 @@ declare const _default: import("vue").DefineComponent<{
7139
7214
  type: BooleanConstructor;
7140
7215
  default: undefined;
7141
7216
  };
7217
+ allowInput: import("vue").PropType<(value: string) => boolean>;
7218
+ renderCount: import("vue").PropType<(props: {
7219
+ value: string;
7220
+ }) => import("vue").VNodeChild>;
7142
7221
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
7143
7222
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
7144
7223
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -7167,6 +7246,7 @@ declare const _default: import("vue").DefineComponent<{
7167
7246
  internalLoadingBeforeSuffix: BooleanConstructor;
7168
7247
  showPasswordToggle: BooleanConstructor;
7169
7248
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
7249
+ countTextColorDisabled: string;
7170
7250
  countTextColor: string;
7171
7251
  heightTiny: string;
7172
7252
  heightSmall: string;
@@ -7227,6 +7307,7 @@ declare const _default: import("vue").DefineComponent<{
7227
7307
  clearSize: string;
7228
7308
  }, any>>;
7229
7309
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
7310
+ countTextColorDisabled: string;
7230
7311
  countTextColor: string;
7231
7312
  heightTiny: string;
7232
7313
  heightSmall: string;
@@ -7287,6 +7368,7 @@ declare const _default: import("vue").DefineComponent<{
7287
7368
  clearSize: string;
7288
7369
  }, any>>>;
7289
7370
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
7371
+ countTextColorDisabled: string;
7290
7372
  countTextColor: string;
7291
7373
  heightTiny: string;
7292
7374
  heightSmall: string;
@@ -7359,8 +7441,8 @@ declare const _default: import("vue").DefineComponent<{
7359
7441
  contentRef: HTMLElement | null;
7360
7442
  containerScrollTop: number;
7361
7443
  syncUnifiedContainer: () => void;
7362
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
7363
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
7444
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
7445
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
7364
7446
  sync: () => void;
7365
7447
  handleMouseEnterWrapper: () => void;
7366
7448
  handleMouseLeaveWrapper: () => void;
@@ -7394,7 +7476,7 @@ declare const _default: import("vue").DefineComponent<{
7394
7476
  handleCompositionEnd: (e: CompositionEvent) => void;
7395
7477
  handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
7396
7478
  handleInputBlur: (e: FocusEvent) => void;
7397
- handleInputFocus: (e: FocusEvent) => void;
7479
+ handleInputFocus: (e: FocusEvent, index: number) => void;
7398
7480
  handleWrapperBlur: (e: FocusEvent) => void;
7399
7481
  handleWrapperFocus: (e: FocusEvent) => void;
7400
7482
  handleMouseEnter: () => void;
@@ -7405,7 +7487,7 @@ declare const _default: import("vue").DefineComponent<{
7405
7487
  handleClear: (e: MouseEvent) => void;
7406
7488
  handlePasswordToggleClick: () => void;
7407
7489
  handlePasswordToggleMousedown: (e: MouseEvent) => void;
7408
- handleWrapperKeyDown: (e: KeyboardEvent) => void;
7490
+ handleWrapperKeydown: (e: KeyboardEvent) => void;
7409
7491
  handleTextAreaMirrorResize: () => void;
7410
7492
  getTextareaScrollContainer: () => HTMLTextAreaElement | null;
7411
7493
  mergedTheme: import("vue").ComputedRef<{
@@ -7449,10 +7531,11 @@ declare const _default: import("vue").DefineComponent<{
7449
7531
  opacity5: string;
7450
7532
  dividerColor: string;
7451
7533
  borderColor: string;
7452
- closeColor: string;
7534
+ closeIconColor: string;
7535
+ closeIconColorHover: string;
7536
+ closeIconColorPressed: string;
7453
7537
  closeColorHover: string;
7454
7538
  closeColorPressed: string;
7455
- closeColorDisabled: string;
7456
7539
  clearColor: string;
7457
7540
  clearColorHover: string;
7458
7541
  clearColorPressed: string;
@@ -7514,6 +7597,7 @@ declare const _default: import("vue").DefineComponent<{
7514
7597
  name: "common";
7515
7598
  };
7516
7599
  self: {
7600
+ countTextColorDisabled: string;
7517
7601
  countTextColor: string;
7518
7602
  heightTiny: string;
7519
7603
  heightSmall: string;
@@ -7581,6 +7665,7 @@ declare const _default: import("vue").DefineComponent<{
7581
7665
  cssVars: import("vue").ComputedRef<{
7582
7666
  '--n-bezier': string;
7583
7667
  '--n-count-text-color': string;
7668
+ '--n-count-text-color-disabled': string;
7584
7669
  '--n-color': string;
7585
7670
  '--n-font-size': string;
7586
7671
  '--n-border-radius': string;
@@ -7635,6 +7720,7 @@ declare const _default: import("vue").DefineComponent<{
7635
7720
  select: () => void;
7636
7721
  activate: () => void;
7637
7722
  deactivate: () => void;
7723
+ scrollTo: (options: ScrollToOptions) => void;
7638
7724
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7639
7725
  bordered: {
7640
7726
  type: import("vue").PropType<boolean | undefined>;
@@ -7693,6 +7779,10 @@ declare const _default: import("vue").DefineComponent<{
7693
7779
  type: BooleanConstructor;
7694
7780
  default: undefined;
7695
7781
  };
7782
+ allowInput: import("vue").PropType<(value: string) => boolean>;
7783
+ renderCount: import("vue").PropType<(props: {
7784
+ value: string;
7785
+ }) => import("vue").VNodeChild>;
7696
7786
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
7697
7787
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
7698
7788
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -7721,6 +7811,7 @@ declare const _default: import("vue").DefineComponent<{
7721
7811
  internalLoadingBeforeSuffix: BooleanConstructor;
7722
7812
  showPasswordToggle: BooleanConstructor;
7723
7813
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
7814
+ countTextColorDisabled: string;
7724
7815
  countTextColor: string;
7725
7816
  heightTiny: string;
7726
7817
  heightSmall: string;
@@ -7781,6 +7872,7 @@ declare const _default: import("vue").DefineComponent<{
7781
7872
  clearSize: string;
7782
7873
  }, any>>;
7783
7874
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
7875
+ countTextColorDisabled: string;
7784
7876
  countTextColor: string;
7785
7877
  heightTiny: string;
7786
7878
  heightSmall: string;
@@ -7841,6 +7933,7 @@ declare const _default: import("vue").DefineComponent<{
7841
7933
  clearSize: string;
7842
7934
  }, any>>>;
7843
7935
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
7936
+ countTextColorDisabled: string;
7844
7937
  countTextColor: string;
7845
7938
  heightTiny: string;
7846
7939
  heightSmall: string;