cnhis-design-vue 3.1.15-beta.4 → 3.1.15-beta.5

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 (154) hide show
  1. package/es/packages/bpmn-workflow/src/BpmnWorkflow.js +2 -2
  2. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.js +8 -8
  3. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.js +2 -2
  4. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.js +1 -1
  5. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.js +4 -3
  6. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.js +2 -2
  7. package/es/packages/bpmn-workflow/src/custom/customModeler/index.js +1 -1
  8. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.js +2 -2
  9. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.js +3 -3
  10. package/es/packages/field-set/index.d.ts +4365 -0
  11. package/es/packages/field-set/src/FieldSet.js +53 -54
  12. package/es/packages/field-set/src/FieldSet.vue.d.ts +4365 -0
  13. package/es/packages/field-set/style/index.css +0 -9
  14. package/es/packages/form-render/index.d.ts +24 -3
  15. package/es/packages/form-render/src/FormRender.js +10 -6
  16. package/es/packages/form-render/src/FormRender.vue.d.ts +24 -3
  17. package/es/packages/form-render/src/components/renderer/combination/hooks/useDeepValidate.d.ts +5 -0
  18. package/es/packages/form-render/src/components/renderer/combination/hooks/useDeepValidate.js +32 -0
  19. package/es/packages/form-render/src/components/renderer/{combination.d.ts → combination/index.d.ts} +7 -1
  20. package/es/packages/form-render/src/components/renderer/combination/index.js +157 -0
  21. package/es/packages/form-render/src/components/renderer/date.d.ts +2 -2
  22. package/es/packages/form-render/src/components/renderer/index.js +1 -1
  23. package/es/packages/form-render/src/components/renderer/radio.js +4 -1
  24. package/es/packages/form-render/src/components/renderer/select.d.ts +9 -0
  25. package/es/packages/form-render/src/components/renderer/select.js +5 -1
  26. package/es/packages/form-render/src/constants/index.d.ts +2 -1
  27. package/es/packages/form-render/src/hooks/useAnchor.d.ts +7 -6
  28. package/es/packages/form-render/src/hooks/useAnchor.js +1 -2
  29. package/es/packages/form-render/src/hooks/useAsyncQueue.d.ts +6 -1
  30. package/es/packages/form-render/src/hooks/useAsyncQueue.js +11 -2
  31. package/es/packages/form-render/src/hooks/useFieldListAdaptor.js +2 -4
  32. package/es/packages/form-render/src/hooks/useFormContext.d.ts +3 -3
  33. package/es/packages/form-render/src/hooks/useFormContext.js +15 -3
  34. package/es/packages/form-render/src/hooks/useFormRenderLifeCycle.d.ts +13 -0
  35. package/es/packages/form-render/src/hooks/useFormRenderLifeCycle.js +10 -0
  36. package/es/packages/form-render/src/types/fieldItem.d.ts +8 -0
  37. package/es/packages/form-render/src/types/index.d.ts +25 -1
  38. package/es/packages/form-render/src/utils/index.d.ts +3 -3
  39. package/es/packages/form-render/src/utils/index.js +1 -4
  40. package/es/packages/index.css +0 -9
  41. package/es/packages/info-header/index.d.ts +1 -3
  42. package/es/packages/info-header/src/HiddenContent.js +1 -1
  43. package/es/packages/info-header/src/HiddenContent.vue.d.ts +1 -3
  44. package/es/packages/info-header/src/InfoHeader.vue.d.ts +1 -3
  45. package/es/packages/shortcut-setter/index.d.ts +25 -4
  46. package/es/packages/shortcut-setter/src/ShortcutSetter.vue.d.ts +25 -4
  47. package/es/packages/shortcut-setter/src/ShortcutSetterItem.js +2 -2
  48. package/es/packages/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +1 -1
  49. package/global.d.ts +8 -8
  50. package/package.json +9 -1
  51. package/es/_virtual/_commonjsHelpers.js +0 -7
  52. package/es/_virtual/css.escape.js +0 -3
  53. package/es/_virtual/inherits.js +0 -3
  54. package/es/_virtual/inherits_browser.js +0 -3
  55. package/es/node_modules/@formily/path/esm/contexts.js +0 -22
  56. package/es/node_modules/@formily/path/esm/destructor.js +0 -124
  57. package/es/node_modules/@formily/path/esm/index.js +0 -579
  58. package/es/node_modules/@formily/path/esm/matcher.js +0 -199
  59. package/es/node_modules/@formily/path/esm/parser.js +0 -402
  60. package/es/node_modules/@formily/path/esm/shared.js +0 -73
  61. package/es/node_modules/@formily/path/esm/tokenizer.js +0 -287
  62. package/es/node_modules/@formily/path/esm/tokens.js +0 -240
  63. package/es/node_modules/@formily/path/esm/types.js +0 -17
  64. package/es/node_modules/css.escape/css.escape.js +0 -110
  65. package/es/node_modules/date-fns/esm/_lib/defaultOptions/index.js +0 -6
  66. package/es/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/index.js +0 -18
  67. package/es/node_modules/date-fns/esm/_lib/getUTCISOWeek/index.js +0 -17
  68. package/es/node_modules/date-fns/esm/_lib/getUTCISOWeekYear/index.js +0 -27
  69. package/es/node_modules/date-fns/esm/_lib/getUTCWeek/index.js +0 -17
  70. package/es/node_modules/date-fns/esm/_lib/getUTCWeekYear/index.js +0 -38
  71. package/es/node_modules/date-fns/esm/_lib/requiredArgs/index.js +0 -7
  72. package/es/node_modules/date-fns/esm/_lib/setUTCDay/index.js +0 -27
  73. package/es/node_modules/date-fns/esm/_lib/setUTCISODay/index.js +0 -23
  74. package/es/node_modules/date-fns/esm/_lib/setUTCISOWeek/index.js +0 -15
  75. package/es/node_modules/date-fns/esm/_lib/setUTCWeek/index.js +0 -15
  76. package/es/node_modules/date-fns/esm/_lib/startOfUTCISOWeek/index.js +0 -15
  77. package/es/node_modules/date-fns/esm/_lib/startOfUTCISOWeekYear/index.js +0 -15
  78. package/es/node_modules/date-fns/esm/_lib/startOfUTCWeek/index.js +0 -25
  79. package/es/node_modules/date-fns/esm/_lib/startOfUTCWeekYear/index.js +0 -21
  80. package/es/node_modules/date-fns/esm/_lib/toInteger/index.js +0 -15
  81. package/es/node_modules/date-fns/esm/compareAsc/index.js +0 -52
  82. package/es/node_modules/date-fns/esm/constants/index.js +0 -40
  83. package/es/node_modules/date-fns/esm/differenceInCalendarDays/index.js +0 -49
  84. package/es/node_modules/date-fns/esm/differenceInCalendarMonths/index.js +0 -35
  85. package/es/node_modules/date-fns/esm/differenceInCalendarYears/index.js +0 -33
  86. package/es/node_modules/date-fns/esm/differenceInDays/index.js +0 -86
  87. package/es/node_modules/date-fns/esm/differenceInMonths/index.js +0 -59
  88. package/es/node_modules/date-fns/esm/differenceInYears/index.js +0 -43
  89. package/es/node_modules/date-fns/esm/endOfDay/index.js +0 -30
  90. package/es/node_modules/date-fns/esm/endOfMonth/index.js +0 -32
  91. package/es/node_modules/date-fns/esm/isLastDayOfMonth/index.js +0 -30
  92. package/es/node_modules/date-fns/esm/parse/_lib/Parser.js +0 -32
  93. package/es/node_modules/date-fns/esm/parse/_lib/Setter.js +0 -37
  94. package/es/node_modules/date-fns/esm/parse/_lib/constants.js +0 -48
  95. package/es/node_modules/date-fns/esm/parse/_lib/parsers/AMPMMidnightParser.js +0 -55
  96. package/es/node_modules/date-fns/esm/parse/_lib/parsers/AMPMParser.js +0 -55
  97. package/es/node_modules/date-fns/esm/parse/_lib/parsers/DateParser.js +0 -55
  98. package/es/node_modules/date-fns/esm/parse/_lib/parsers/DayOfYearParser.js +0 -52
  99. package/es/node_modules/date-fns/esm/parse/_lib/parsers/DayParser.js +0 -80
  100. package/es/node_modules/date-fns/esm/parse/_lib/parsers/DayPeriodParser.js +0 -56
  101. package/es/node_modules/date-fns/esm/parse/_lib/parsers/EraParser.js +0 -53
  102. package/es/node_modules/date-fns/esm/parse/_lib/parsers/ExtendedYearParser.js +0 -30
  103. package/es/node_modules/date-fns/esm/parse/_lib/parsers/FractionOfSecondParser.js +0 -29
  104. package/es/node_modules/date-fns/esm/parse/_lib/parsers/Hour0To11Parser.js +0 -48
  105. package/es/node_modules/date-fns/esm/parse/_lib/parsers/Hour0to23Parser.js +0 -41
  106. package/es/node_modules/date-fns/esm/parse/_lib/parsers/Hour1To24Parser.js +0 -42
  107. package/es/node_modules/date-fns/esm/parse/_lib/parsers/Hour1to12Parser.js +0 -50
  108. package/es/node_modules/date-fns/esm/parse/_lib/parsers/ISODayParser.js +0 -99
  109. package/es/node_modules/date-fns/esm/parse/_lib/parsers/ISOTimezoneParser.js +0 -46
  110. package/es/node_modules/date-fns/esm/parse/_lib/parsers/ISOTimezoneWithZParser.js +0 -46
  111. package/es/node_modules/date-fns/esm/parse/_lib/parsers/ISOWeekParser.js +0 -43
  112. package/es/node_modules/date-fns/esm/parse/_lib/parsers/ISOWeekYearParser.js +0 -33
  113. package/es/node_modules/date-fns/esm/parse/_lib/parsers/LocalDayParser.js +0 -96
  114. package/es/node_modules/date-fns/esm/parse/_lib/parsers/LocalWeekParser.js +0 -43
  115. package/es/node_modules/date-fns/esm/parse/_lib/parsers/LocalWeekYearParser.js +0 -61
  116. package/es/node_modules/date-fns/esm/parse/_lib/parsers/MinuteParser.js +0 -41
  117. package/es/node_modules/date-fns/esm/parse/_lib/parsers/MonthParser.js +0 -80
  118. package/es/node_modules/date-fns/esm/parse/_lib/parsers/QuarterParser.js +0 -73
  119. package/es/node_modules/date-fns/esm/parse/_lib/parsers/SecondParser.js +0 -41
  120. package/es/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneLocalDayParser.js +0 -96
  121. package/es/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneMonthParser.js +0 -80
  122. package/es/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneQuarterParser.js +0 -73
  123. package/es/node_modules/date-fns/esm/parse/_lib/parsers/TimestampMillisecondsParser.js +0 -26
  124. package/es/node_modules/date-fns/esm/parse/_lib/parsers/TimestampSecondsParser.js +0 -26
  125. package/es/node_modules/date-fns/esm/parse/_lib/parsers/YearParser.js +0 -66
  126. package/es/node_modules/date-fns/esm/parse/_lib/parsers/index.js +0 -109
  127. package/es/node_modules/date-fns/esm/parse/_lib/utils.js +0 -133
  128. package/es/node_modules/date-fns/esm/startOfDay/index.js +0 -30
  129. package/es/node_modules/date-fns/esm/toDate/index.js +0 -55
  130. package/es/node_modules/diagram-js/lib/command/CommandInterceptor.js +0 -139
  131. package/es/node_modules/diagram-js/lib/draw/BaseRenderer.js +0 -88
  132. package/es/node_modules/diagram-js/lib/features/popup-menu/PopupMenu.js +0 -591
  133. package/es/node_modules/diagram-js/lib/features/rules/RuleProvider.js +0 -88
  134. package/es/node_modules/diagram-js/lib/navigation/movecanvas/MoveCanvas.js +0 -120
  135. package/es/node_modules/diagram-js/lib/navigation/movecanvas/index.js +0 -8
  136. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomScroll.js +0 -227
  137. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomUtil.js +0 -24
  138. package/es/node_modules/diagram-js/lib/util/ClickTrap.js +0 -23
  139. package/es/node_modules/diagram-js/lib/util/Cursor.js +0 -20
  140. package/es/node_modules/diagram-js/lib/util/Event.js +0 -22
  141. package/es/node_modules/diagram-js/lib/util/Math.js +0 -9
  142. package/es/node_modules/diagram-js/lib/util/Mouse.js +0 -30
  143. package/es/node_modules/diagram-js/lib/util/Platform.js +0 -5
  144. package/es/node_modules/diagram-js/lib/util/PositionUtil.js +0 -8
  145. package/es/node_modules/diagram-js/lib/util/RenderUtil.js +0 -25
  146. package/es/node_modules/diagram-js/lib/util/SvgTransformUtil.js +0 -48
  147. package/es/node_modules/ids/dist/index.esm.js +0 -164
  148. package/es/node_modules/inherits/inherits.js +0 -19
  149. package/es/node_modules/inherits/inherits_browser.js +0 -38
  150. package/es/node_modules/inherits-browser/dist/index.es.js +0 -3
  151. package/es/node_modules/min-dash/dist/index.esm.js +0 -169
  152. package/es/node_modules/min-dom/dist/index.esm.js +0 -588
  153. package/es/node_modules/tiny-svg/dist/index.esm.js +0 -525
  154. package/es/packages/form-render/src/components/renderer/combination.js +0 -171
@@ -42,6 +42,7 @@ declare const _default: import("vue").DefineComponent<{
42
42
  };
43
43
  }, {
44
44
  fieldsMapping: Record<string, string>;
45
+ selectOptions: Record<string, string>[];
45
46
  emit: (event: "onSave" | "onClose", ...args: any[]) => void;
46
47
  settingView: any;
47
48
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
@@ -1910,6 +1911,4370 @@ declare const _default: import("vue").DefineComponent<{
1910
1911
  uncheckedValue: string | number | boolean;
1911
1912
  privateInsideTable: boolean;
1912
1913
  }>;
1914
+ NSelect: import("vue").DefineComponent<{
1915
+ readonly to: {
1916
+ type: PropType<string | boolean | HTMLElement>;
1917
+ default: undefined;
1918
+ };
1919
+ readonly bordered: {
1920
+ readonly type: PropType<boolean | undefined>;
1921
+ readonly default: undefined;
1922
+ };
1923
+ readonly clearable: BooleanConstructor;
1924
+ readonly clearFilterAfterSelect: {
1925
+ readonly type: BooleanConstructor;
1926
+ readonly default: true;
1927
+ };
1928
+ readonly options: {
1929
+ readonly type: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
1930
+ readonly default: () => never[];
1931
+ };
1932
+ readonly defaultValue: {
1933
+ readonly type: PropType<import("naive-ui/es/select/src/interface").Value | null>;
1934
+ readonly default: null;
1935
+ };
1936
+ readonly value: PropType<import("naive-ui/es/select/src/interface").Value | null>;
1937
+ readonly placeholder: StringConstructor;
1938
+ readonly menuProps: PropType<import("vue").HTMLAttributes>;
1939
+ readonly multiple: BooleanConstructor;
1940
+ readonly size: PropType<import("naive-ui/es/select/src/interface").Size>;
1941
+ readonly filterable: BooleanConstructor;
1942
+ readonly disabled: {
1943
+ readonly type: PropType<boolean | undefined>;
1944
+ readonly default: undefined;
1945
+ };
1946
+ readonly remote: BooleanConstructor;
1947
+ readonly loading: BooleanConstructor;
1948
+ readonly filter: PropType<import("naive-ui").SelectFilter>;
1949
+ readonly placement: {
1950
+ readonly type: PropType<import("naive-ui").PopoverPlacement>;
1951
+ readonly default: "bottom-start";
1952
+ };
1953
+ readonly widthMode: {
1954
+ readonly type: StringConstructor;
1955
+ readonly default: "trigger";
1956
+ };
1957
+ readonly tag: BooleanConstructor;
1958
+ readonly onCreate: PropType<(label: string) => import("naive-ui").SelectOption>;
1959
+ readonly fallbackOption: {
1960
+ readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
1961
+ readonly default: undefined;
1962
+ };
1963
+ readonly show: {
1964
+ readonly type: PropType<boolean | undefined>;
1965
+ readonly default: undefined;
1966
+ };
1967
+ readonly showArrow: {
1968
+ readonly type: BooleanConstructor;
1969
+ readonly default: true;
1970
+ };
1971
+ readonly maxTagCount: PropType<number | "responsive">;
1972
+ readonly consistentMenuWidth: {
1973
+ readonly type: BooleanConstructor;
1974
+ readonly default: true;
1975
+ };
1976
+ readonly virtualScroll: {
1977
+ readonly type: BooleanConstructor;
1978
+ readonly default: true;
1979
+ };
1980
+ readonly labelField: {
1981
+ readonly type: StringConstructor;
1982
+ readonly default: "label";
1983
+ };
1984
+ readonly valueField: {
1985
+ readonly type: StringConstructor;
1986
+ readonly default: "value";
1987
+ };
1988
+ readonly childrenField: {
1989
+ readonly type: StringConstructor;
1990
+ readonly default: "children";
1991
+ };
1992
+ readonly renderLabel: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
1993
+ readonly renderOption: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
1994
+ readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
1995
+ readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
1996
+ readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
1997
+ readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
1998
+ readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
1999
+ readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
2000
+ readonly onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
2001
+ readonly onScroll: PropType<import("naive-ui/es/_utils").MaybeArray<(e: Event) => void> | undefined>;
2002
+ readonly onSearch: PropType<import("naive-ui/es/_utils").MaybeArray<(value: string) => void> | undefined>;
2003
+ readonly onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2004
+ readonly 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2005
+ readonly displayDirective: {
2006
+ readonly type: PropType<"show" | "if">;
2007
+ readonly default: "show";
2008
+ };
2009
+ readonly resetMenuOnOptionsChange: {
2010
+ readonly type: BooleanConstructor;
2011
+ readonly default: true;
2012
+ };
2013
+ readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
2014
+ readonly internalShowCheckmark: {
2015
+ readonly type: BooleanConstructor;
2016
+ readonly default: true;
2017
+ };
2018
+ readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
2019
+ readonly items: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
2020
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Select", {
2021
+ menuBoxShadow: string;
2022
+ }, {
2023
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
2024
+ fontSizeTiny: string;
2025
+ fontSizeSmall: string;
2026
+ fontSizeMedium: string;
2027
+ fontSizeLarge: string;
2028
+ heightTiny: string;
2029
+ heightSmall: string;
2030
+ heightMedium: string;
2031
+ heightLarge: string;
2032
+ borderRadius: string;
2033
+ textColor: string;
2034
+ textColorDisabled: string;
2035
+ placeholderColor: string;
2036
+ placeholderColorDisabled: string;
2037
+ color: string;
2038
+ colorDisabled: string;
2039
+ colorActive: string;
2040
+ border: string;
2041
+ borderHover: string;
2042
+ borderActive: string;
2043
+ borderFocus: string;
2044
+ boxShadowHover: string;
2045
+ boxShadowActive: string;
2046
+ boxShadowFocus: string;
2047
+ caretColor: string;
2048
+ arrowColor: string;
2049
+ arrowColorDisabled: string;
2050
+ loadingColor: string;
2051
+ borderWarning: string;
2052
+ borderHoverWarning: string;
2053
+ borderActiveWarning: string;
2054
+ borderFocusWarning: string;
2055
+ boxShadowHoverWarning: string;
2056
+ boxShadowActiveWarning: string;
2057
+ boxShadowFocusWarning: string;
2058
+ colorActiveWarning: string;
2059
+ caretColorWarning: string;
2060
+ borderError: string;
2061
+ borderHoverError: string;
2062
+ borderActiveError: string;
2063
+ borderFocusError: string;
2064
+ boxShadowHoverError: string;
2065
+ boxShadowActiveError: string;
2066
+ boxShadowFocusError: string;
2067
+ colorActiveError: string;
2068
+ caretColorError: string;
2069
+ clearColor: string;
2070
+ clearColorHover: string;
2071
+ clearColorPressed: string;
2072
+ paddingSingle: string;
2073
+ paddingMultiple: string;
2074
+ clearSize: string;
2075
+ arrowSize: string;
2076
+ }, {
2077
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2078
+ fontSize: string;
2079
+ borderRadius: string;
2080
+ color: string;
2081
+ dividerColor: string;
2082
+ textColor: string;
2083
+ boxShadow: string;
2084
+ space: string;
2085
+ spaceArrow: string;
2086
+ arrowOffset: string;
2087
+ arrowOffsetVertical: string;
2088
+ arrowHeight: string;
2089
+ padding: string;
2090
+ }, any>;
2091
+ }>;
2092
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
2093
+ optionFontSizeSmall: string;
2094
+ optionFontSizeMedium: string;
2095
+ optionFontSizeLarge: string;
2096
+ optionFontSizeHuge: string;
2097
+ optionHeightSmall: string;
2098
+ optionHeightMedium: string;
2099
+ optionHeightLarge: string;
2100
+ optionHeightHuge: string;
2101
+ borderRadius: string;
2102
+ color: string;
2103
+ groupHeaderTextColor: string;
2104
+ actionDividerColor: string;
2105
+ optionTextColor: string;
2106
+ optionTextColorPressed: string;
2107
+ optionTextColorDisabled: string;
2108
+ optionTextColorActive: string;
2109
+ optionOpacityDisabled: string;
2110
+ optionCheckColor: string;
2111
+ optionColorPending: string;
2112
+ optionColorActive: string;
2113
+ optionColorActivePending: string;
2114
+ actionTextColor: string;
2115
+ loadingColor: string;
2116
+ height: string;
2117
+ paddingSmall: string;
2118
+ paddingMedium: string;
2119
+ paddingLarge: string;
2120
+ paddingHuge: string;
2121
+ optionPaddingSmall: string;
2122
+ optionPaddingMedium: string;
2123
+ optionPaddingLarge: string;
2124
+ optionPaddingHuge: string;
2125
+ loadingSize: string;
2126
+ }, {
2127
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2128
+ color: string;
2129
+ colorHover: string;
2130
+ }, any>;
2131
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
2132
+ fontSizeSmall: string;
2133
+ fontSizeMedium: string;
2134
+ fontSizeLarge: string;
2135
+ fontSizeHuge: string;
2136
+ textColor: string;
2137
+ iconColor: string;
2138
+ extraTextColor: string;
2139
+ iconSizeSmall: string;
2140
+ iconSizeMedium: string;
2141
+ iconSizeLarge: string;
2142
+ iconSizeHuge: string;
2143
+ }, any>;
2144
+ }>;
2145
+ }>>;
2146
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
2147
+ menuBoxShadow: string;
2148
+ }, {
2149
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
2150
+ fontSizeTiny: string;
2151
+ fontSizeSmall: string;
2152
+ fontSizeMedium: string;
2153
+ fontSizeLarge: string;
2154
+ heightTiny: string;
2155
+ heightSmall: string;
2156
+ heightMedium: string;
2157
+ heightLarge: string;
2158
+ borderRadius: string;
2159
+ textColor: string;
2160
+ textColorDisabled: string;
2161
+ placeholderColor: string;
2162
+ placeholderColorDisabled: string;
2163
+ color: string;
2164
+ colorDisabled: string;
2165
+ colorActive: string;
2166
+ border: string;
2167
+ borderHover: string;
2168
+ borderActive: string;
2169
+ borderFocus: string;
2170
+ boxShadowHover: string;
2171
+ boxShadowActive: string;
2172
+ boxShadowFocus: string;
2173
+ caretColor: string;
2174
+ arrowColor: string;
2175
+ arrowColorDisabled: string;
2176
+ loadingColor: string;
2177
+ borderWarning: string;
2178
+ borderHoverWarning: string;
2179
+ borderActiveWarning: string;
2180
+ borderFocusWarning: string;
2181
+ boxShadowHoverWarning: string;
2182
+ boxShadowActiveWarning: string;
2183
+ boxShadowFocusWarning: string;
2184
+ colorActiveWarning: string;
2185
+ caretColorWarning: string;
2186
+ borderError: string;
2187
+ borderHoverError: string;
2188
+ borderActiveError: string;
2189
+ borderFocusError: string;
2190
+ boxShadowHoverError: string;
2191
+ boxShadowActiveError: string;
2192
+ boxShadowFocusError: string;
2193
+ colorActiveError: string;
2194
+ caretColorError: string;
2195
+ clearColor: string;
2196
+ clearColorHover: string;
2197
+ clearColorPressed: string;
2198
+ paddingSingle: string;
2199
+ paddingMultiple: string;
2200
+ clearSize: string;
2201
+ arrowSize: string;
2202
+ }, {
2203
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2204
+ fontSize: string;
2205
+ borderRadius: string;
2206
+ color: string;
2207
+ dividerColor: string;
2208
+ textColor: string;
2209
+ boxShadow: string;
2210
+ space: string;
2211
+ spaceArrow: string;
2212
+ arrowOffset: string;
2213
+ arrowOffsetVertical: string;
2214
+ arrowHeight: string;
2215
+ padding: string;
2216
+ }, any>;
2217
+ }>;
2218
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
2219
+ optionFontSizeSmall: string;
2220
+ optionFontSizeMedium: string;
2221
+ optionFontSizeLarge: string;
2222
+ optionFontSizeHuge: string;
2223
+ optionHeightSmall: string;
2224
+ optionHeightMedium: string;
2225
+ optionHeightLarge: string;
2226
+ optionHeightHuge: string;
2227
+ borderRadius: string;
2228
+ color: string;
2229
+ groupHeaderTextColor: string;
2230
+ actionDividerColor: string;
2231
+ optionTextColor: string;
2232
+ optionTextColorPressed: string;
2233
+ optionTextColorDisabled: string;
2234
+ optionTextColorActive: string;
2235
+ optionOpacityDisabled: string;
2236
+ optionCheckColor: string;
2237
+ optionColorPending: string;
2238
+ optionColorActive: string;
2239
+ optionColorActivePending: string;
2240
+ actionTextColor: string;
2241
+ loadingColor: string;
2242
+ height: string;
2243
+ paddingSmall: string;
2244
+ paddingMedium: string;
2245
+ paddingLarge: string;
2246
+ paddingHuge: string;
2247
+ optionPaddingSmall: string;
2248
+ optionPaddingMedium: string;
2249
+ optionPaddingLarge: string;
2250
+ optionPaddingHuge: string;
2251
+ loadingSize: string;
2252
+ }, {
2253
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2254
+ color: string;
2255
+ colorHover: string;
2256
+ }, any>;
2257
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
2258
+ fontSizeSmall: string;
2259
+ fontSizeMedium: string;
2260
+ fontSizeLarge: string;
2261
+ fontSizeHuge: string;
2262
+ textColor: string;
2263
+ iconColor: string;
2264
+ extraTextColor: string;
2265
+ iconSizeSmall: string;
2266
+ iconSizeMedium: string;
2267
+ iconSizeLarge: string;
2268
+ iconSizeHuge: string;
2269
+ }, any>;
2270
+ }>;
2271
+ }>>>;
2272
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
2273
+ menuBoxShadow: string;
2274
+ }, {
2275
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
2276
+ fontSizeTiny: string;
2277
+ fontSizeSmall: string;
2278
+ fontSizeMedium: string;
2279
+ fontSizeLarge: string;
2280
+ heightTiny: string;
2281
+ heightSmall: string;
2282
+ heightMedium: string;
2283
+ heightLarge: string;
2284
+ borderRadius: string;
2285
+ textColor: string;
2286
+ textColorDisabled: string;
2287
+ placeholderColor: string;
2288
+ placeholderColorDisabled: string;
2289
+ color: string;
2290
+ colorDisabled: string;
2291
+ colorActive: string;
2292
+ border: string;
2293
+ borderHover: string;
2294
+ borderActive: string;
2295
+ borderFocus: string;
2296
+ boxShadowHover: string;
2297
+ boxShadowActive: string;
2298
+ boxShadowFocus: string;
2299
+ caretColor: string;
2300
+ arrowColor: string;
2301
+ arrowColorDisabled: string;
2302
+ loadingColor: string;
2303
+ borderWarning: string;
2304
+ borderHoverWarning: string;
2305
+ borderActiveWarning: string;
2306
+ borderFocusWarning: string;
2307
+ boxShadowHoverWarning: string;
2308
+ boxShadowActiveWarning: string;
2309
+ boxShadowFocusWarning: string;
2310
+ colorActiveWarning: string;
2311
+ caretColorWarning: string;
2312
+ borderError: string;
2313
+ borderHoverError: string;
2314
+ borderActiveError: string;
2315
+ borderFocusError: string;
2316
+ boxShadowHoverError: string;
2317
+ boxShadowActiveError: string;
2318
+ boxShadowFocusError: string;
2319
+ colorActiveError: string;
2320
+ caretColorError: string;
2321
+ clearColor: string;
2322
+ clearColorHover: string;
2323
+ clearColorPressed: string;
2324
+ paddingSingle: string;
2325
+ paddingMultiple: string;
2326
+ clearSize: string;
2327
+ arrowSize: string;
2328
+ }, {
2329
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2330
+ fontSize: string;
2331
+ borderRadius: string;
2332
+ color: string;
2333
+ dividerColor: string;
2334
+ textColor: string;
2335
+ boxShadow: string;
2336
+ space: string;
2337
+ spaceArrow: string;
2338
+ arrowOffset: string;
2339
+ arrowOffsetVertical: string;
2340
+ arrowHeight: string;
2341
+ padding: string;
2342
+ }, any>;
2343
+ }>;
2344
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
2345
+ optionFontSizeSmall: string;
2346
+ optionFontSizeMedium: string;
2347
+ optionFontSizeLarge: string;
2348
+ optionFontSizeHuge: string;
2349
+ optionHeightSmall: string;
2350
+ optionHeightMedium: string;
2351
+ optionHeightLarge: string;
2352
+ optionHeightHuge: string;
2353
+ borderRadius: string;
2354
+ color: string;
2355
+ groupHeaderTextColor: string;
2356
+ actionDividerColor: string;
2357
+ optionTextColor: string;
2358
+ optionTextColorPressed: string;
2359
+ optionTextColorDisabled: string;
2360
+ optionTextColorActive: string;
2361
+ optionOpacityDisabled: string;
2362
+ optionCheckColor: string;
2363
+ optionColorPending: string;
2364
+ optionColorActive: string;
2365
+ optionColorActivePending: string;
2366
+ actionTextColor: string;
2367
+ loadingColor: string;
2368
+ height: string;
2369
+ paddingSmall: string;
2370
+ paddingMedium: string;
2371
+ paddingLarge: string;
2372
+ paddingHuge: string;
2373
+ optionPaddingSmall: string;
2374
+ optionPaddingMedium: string;
2375
+ optionPaddingLarge: string;
2376
+ optionPaddingHuge: string;
2377
+ loadingSize: string;
2378
+ }, {
2379
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2380
+ color: string;
2381
+ colorHover: string;
2382
+ }, any>;
2383
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
2384
+ fontSizeSmall: string;
2385
+ fontSizeMedium: string;
2386
+ fontSizeLarge: string;
2387
+ fontSizeHuge: string;
2388
+ textColor: string;
2389
+ iconColor: string;
2390
+ extraTextColor: string;
2391
+ iconSizeSmall: string;
2392
+ iconSizeMedium: string;
2393
+ iconSizeLarge: string;
2394
+ iconSizeHuge: string;
2395
+ }, any>;
2396
+ }>;
2397
+ }>>>;
2398
+ }, {
2399
+ mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
2400
+ mergedClsPrefix: import("vue").ComputedRef<string>;
2401
+ mergedBordered: import("vue").ComputedRef<boolean>;
2402
+ namespace: import("vue").ComputedRef<string | undefined>;
2403
+ treeMate: import("vue").ComputedRef<import("treemate").TreeMate<import("naive-ui").SelectOption, import("naive-ui").SelectGroupOption, import("naive-ui/es/select/src/interface").SelectIgnoredOption>>;
2404
+ isMounted: Readonly<import("vue").Ref<boolean>>;
2405
+ triggerRef: import("vue").Ref<{
2406
+ isCompositing: boolean;
2407
+ focus: () => void;
2408
+ focusInput: () => void;
2409
+ blur: () => void;
2410
+ $el: HTMLElement;
2411
+ } | null>;
2412
+ menuRef: import("vue").Ref<{
2413
+ selfRef: HTMLElement | null;
2414
+ getPendingTmNode: () => import("treemate").TreeNode<import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | ((option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, any>, selected: boolean) => import("vue").VNodeChild)>, import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | ((option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, any>, selected: boolean) => import("vue").VNodeChild)>, import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | ((option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, any>, selected: boolean) => import("vue").VNodeChild)>> | null;
2415
+ prev: () => void;
2416
+ next: () => void;
2417
+ } | null>;
2418
+ pattern: import("vue").Ref<string>;
2419
+ uncontrolledShow: import("vue").Ref<boolean>;
2420
+ mergedShow: import("vue").ComputedRef<boolean>;
2421
+ adjustedTo: import("vue").ComputedRef<string | HTMLElement>;
2422
+ uncontrolledValue: import("vue").Ref<string[] | import("naive-ui/es/select/src/interface").ValueAtom | number[] | import("naive-ui/es/select/src/interface").ValueAtom[] | null>;
2423
+ mergedValue: import("vue").ComputedRef<string[] | import("naive-ui/es/select/src/interface").ValueAtom | number[] | import("naive-ui/es/select/src/interface").ValueAtom[] | null>;
2424
+ followerRef: import("vue").Ref<{
2425
+ syncPosition: () => void;
2426
+ } | null>;
2427
+ localizedPlaceholder: import("vue").ComputedRef<string>;
2428
+ selectedOption: import("vue").ComputedRef<import("naive-ui").SelectOption | null>;
2429
+ selectedOptions: import("vue").ComputedRef<import("naive-ui").SelectOption[] | null>;
2430
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
2431
+ mergedDisabled: import("vue").ComputedRef<boolean>;
2432
+ focused: import("vue").Ref<boolean>;
2433
+ activeWithoutMenuOpen: import("vue").Ref<boolean>;
2434
+ inlineThemeDisabled: boolean | undefined;
2435
+ onTriggerInputFocus: () => void;
2436
+ onTriggerInputBlur: () => void;
2437
+ handleTriggerOrMenuResize: () => void;
2438
+ handleMenuFocus: (e: FocusEvent) => void;
2439
+ handleMenuBlur: (e: FocusEvent) => void;
2440
+ handleMenuTabOut: () => void;
2441
+ handleTriggerClick: () => void;
2442
+ handleToggle: (tmNode: import("treemate").TreeNode<import("naive-ui").SelectOption, import("naive-ui").SelectOption, import("naive-ui").SelectOption>) => void;
2443
+ handleDeleteOption: (option: import("naive-ui").SelectOption) => void;
2444
+ handlePatternInput: (e: InputEvent) => void;
2445
+ handleClear: (e: MouseEvent) => void;
2446
+ handleTriggerBlur: (e: FocusEvent) => void;
2447
+ handleTriggerFocus: (e: FocusEvent) => void;
2448
+ handleKeydown: (e: KeyboardEvent) => void;
2449
+ handleMenuAfterLeave: () => void;
2450
+ handleMenuClickOutside: (e: MouseEvent) => void;
2451
+ handleMenuScroll: (e: Event) => void;
2452
+ handleMenuKeydown: (e: KeyboardEvent) => void;
2453
+ handleMenuMousedown: (e: MouseEvent) => void;
2454
+ mergedTheme: import("vue").ComputedRef<{
2455
+ common: {
2456
+ baseColor: string;
2457
+ primaryColor: string;
2458
+ primaryColorHover: string;
2459
+ primaryColorPressed: string;
2460
+ primaryColorSuppl: string;
2461
+ infoColor: string;
2462
+ infoColorHover: string;
2463
+ infoColorPressed: string;
2464
+ infoColorSuppl: string;
2465
+ successColor: string;
2466
+ successColorHover: string;
2467
+ successColorPressed: string;
2468
+ successColorSuppl: string;
2469
+ warningColor: string;
2470
+ warningColorHover: string;
2471
+ warningColorPressed: string;
2472
+ warningColorSuppl: string;
2473
+ errorColor: string;
2474
+ errorColorHover: string;
2475
+ errorColorPressed: string;
2476
+ errorColorSuppl: string;
2477
+ textColorBase: string;
2478
+ textColor1: string;
2479
+ textColor2: string;
2480
+ textColor3: string;
2481
+ textColorDisabled: string;
2482
+ placeholderColor: string;
2483
+ placeholderColorDisabled: string;
2484
+ iconColor: string;
2485
+ iconColorHover: string;
2486
+ iconColorPressed: string;
2487
+ iconColorDisabled: string;
2488
+ opacity1: string;
2489
+ opacity2: string;
2490
+ opacity3: string;
2491
+ opacity4: string;
2492
+ opacity5: string;
2493
+ dividerColor: string;
2494
+ borderColor: string;
2495
+ closeIconColor: string;
2496
+ closeIconColorHover: string;
2497
+ closeIconColorPressed: string;
2498
+ closeColorHover: string;
2499
+ closeColorPressed: string;
2500
+ clearColor: string;
2501
+ clearColorHover: string;
2502
+ clearColorPressed: string;
2503
+ scrollbarColor: string;
2504
+ scrollbarColorHover: string;
2505
+ scrollbarWidth: string;
2506
+ scrollbarHeight: string;
2507
+ scrollbarBorderRadius: string;
2508
+ progressRailColor: string;
2509
+ railColor: string;
2510
+ popoverColor: string;
2511
+ tableColor: string;
2512
+ cardColor: string;
2513
+ modalColor: string;
2514
+ bodyColor: string;
2515
+ tagColor: string;
2516
+ avatarColor: string;
2517
+ invertedColor: string;
2518
+ inputColor: string;
2519
+ codeColor: string;
2520
+ tabColor: string;
2521
+ actionColor: string;
2522
+ tableHeaderColor: string;
2523
+ hoverColor: string;
2524
+ tableColorHover: string;
2525
+ tableColorStriped: string;
2526
+ pressedColor: string;
2527
+ opacityDisabled: string;
2528
+ inputColorDisabled: string;
2529
+ buttonColor2: string;
2530
+ buttonColor2Hover: string;
2531
+ buttonColor2Pressed: string;
2532
+ boxShadow1: string;
2533
+ boxShadow2: string;
2534
+ boxShadow3: string;
2535
+ fontFamily: string;
2536
+ fontFamilyMono: string;
2537
+ fontWeight: string;
2538
+ fontWeightStrong: string;
2539
+ cubicBezierEaseInOut: string;
2540
+ cubicBezierEaseOut: string;
2541
+ cubicBezierEaseIn: string;
2542
+ borderRadius: string;
2543
+ borderRadiusSmall: string;
2544
+ fontSize: string;
2545
+ fontSizeMini: string;
2546
+ fontSizeTiny: string;
2547
+ fontSizeSmall: string;
2548
+ fontSizeMedium: string;
2549
+ fontSizeLarge: string;
2550
+ fontSizeHuge: string;
2551
+ lineHeight: string;
2552
+ heightMini: string;
2553
+ heightTiny: string;
2554
+ heightSmall: string;
2555
+ heightMedium: string;
2556
+ heightLarge: string;
2557
+ heightHuge: string;
2558
+ name: "common";
2559
+ };
2560
+ self: {
2561
+ menuBoxShadow: string;
2562
+ };
2563
+ peers: {
2564
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
2565
+ fontSizeTiny: string;
2566
+ fontSizeSmall: string;
2567
+ fontSizeMedium: string;
2568
+ fontSizeLarge: string;
2569
+ heightTiny: string;
2570
+ heightSmall: string;
2571
+ heightMedium: string;
2572
+ heightLarge: string;
2573
+ borderRadius: string;
2574
+ textColor: string;
2575
+ textColorDisabled: string;
2576
+ placeholderColor: string;
2577
+ placeholderColorDisabled: string;
2578
+ color: string;
2579
+ colorDisabled: string;
2580
+ colorActive: string;
2581
+ border: string;
2582
+ borderHover: string;
2583
+ borderActive: string;
2584
+ borderFocus: string;
2585
+ boxShadowHover: string;
2586
+ boxShadowActive: string;
2587
+ boxShadowFocus: string;
2588
+ caretColor: string;
2589
+ arrowColor: string;
2590
+ arrowColorDisabled: string;
2591
+ loadingColor: string;
2592
+ borderWarning: string;
2593
+ borderHoverWarning: string;
2594
+ borderActiveWarning: string;
2595
+ borderFocusWarning: string;
2596
+ boxShadowHoverWarning: string;
2597
+ boxShadowActiveWarning: string;
2598
+ boxShadowFocusWarning: string;
2599
+ colorActiveWarning: string;
2600
+ caretColorWarning: string;
2601
+ borderError: string;
2602
+ borderHoverError: string;
2603
+ borderActiveError: string;
2604
+ borderFocusError: string;
2605
+ boxShadowHoverError: string;
2606
+ boxShadowActiveError: string;
2607
+ boxShadowFocusError: string;
2608
+ colorActiveError: string;
2609
+ caretColorError: string;
2610
+ clearColor: string;
2611
+ clearColorHover: string;
2612
+ clearColorPressed: string;
2613
+ paddingSingle: string;
2614
+ paddingMultiple: string;
2615
+ clearSize: string;
2616
+ arrowSize: string;
2617
+ }, {
2618
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2619
+ fontSize: string;
2620
+ borderRadius: string;
2621
+ color: string;
2622
+ dividerColor: string;
2623
+ textColor: string;
2624
+ boxShadow: string;
2625
+ space: string;
2626
+ spaceArrow: string;
2627
+ arrowOffset: string;
2628
+ arrowOffsetVertical: string;
2629
+ arrowHeight: string;
2630
+ padding: string;
2631
+ }, any>;
2632
+ }>;
2633
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
2634
+ optionFontSizeSmall: string;
2635
+ optionFontSizeMedium: string;
2636
+ optionFontSizeLarge: string;
2637
+ optionFontSizeHuge: string;
2638
+ optionHeightSmall: string;
2639
+ optionHeightMedium: string;
2640
+ optionHeightLarge: string;
2641
+ optionHeightHuge: string;
2642
+ borderRadius: string;
2643
+ color: string;
2644
+ groupHeaderTextColor: string;
2645
+ actionDividerColor: string;
2646
+ optionTextColor: string;
2647
+ optionTextColorPressed: string;
2648
+ optionTextColorDisabled: string;
2649
+ optionTextColorActive: string;
2650
+ optionOpacityDisabled: string;
2651
+ optionCheckColor: string;
2652
+ optionColorPending: string;
2653
+ optionColorActive: string;
2654
+ optionColorActivePending: string;
2655
+ actionTextColor: string;
2656
+ loadingColor: string;
2657
+ height: string;
2658
+ paddingSmall: string;
2659
+ paddingMedium: string;
2660
+ paddingLarge: string;
2661
+ paddingHuge: string;
2662
+ optionPaddingSmall: string;
2663
+ optionPaddingMedium: string;
2664
+ optionPaddingLarge: string;
2665
+ optionPaddingHuge: string;
2666
+ loadingSize: string;
2667
+ }, {
2668
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2669
+ color: string;
2670
+ colorHover: string;
2671
+ }, any>;
2672
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
2673
+ fontSizeSmall: string;
2674
+ fontSizeMedium: string;
2675
+ fontSizeLarge: string;
2676
+ fontSizeHuge: string;
2677
+ textColor: string;
2678
+ iconColor: string;
2679
+ extraTextColor: string;
2680
+ iconSizeSmall: string;
2681
+ iconSizeMedium: string;
2682
+ iconSizeLarge: string;
2683
+ iconSizeHuge: string;
2684
+ }, any>;
2685
+ }>;
2686
+ };
2687
+ peerOverrides: {
2688
+ InternalSelection?: {
2689
+ peers?: {
2690
+ Popover?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
2691
+ fontSize: string;
2692
+ borderRadius: string;
2693
+ color: string;
2694
+ dividerColor: string;
2695
+ textColor: string;
2696
+ boxShadow: string;
2697
+ space: string;
2698
+ spaceArrow: string;
2699
+ arrowOffset: string;
2700
+ arrowOffsetVertical: string;
2701
+ arrowHeight: string;
2702
+ padding: string;
2703
+ }, any>> | undefined;
2704
+ } | undefined;
2705
+ } | undefined;
2706
+ InternalSelectMenu?: {
2707
+ peers?: {
2708
+ Scrollbar?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2709
+ color: string;
2710
+ colorHover: string;
2711
+ }, any>> | undefined;
2712
+ Empty?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Empty", {
2713
+ fontSizeSmall: string;
2714
+ fontSizeMedium: string;
2715
+ fontSizeLarge: string;
2716
+ fontSizeHuge: string;
2717
+ textColor: string;
2718
+ iconColor: string;
2719
+ extraTextColor: string;
2720
+ iconSizeSmall: string;
2721
+ iconSizeMedium: string;
2722
+ iconSizeLarge: string;
2723
+ iconSizeHuge: string;
2724
+ }, any>> | undefined;
2725
+ } | undefined;
2726
+ } | undefined;
2727
+ };
2728
+ }>;
2729
+ cssVars: import("vue").ComputedRef<{
2730
+ '--n-menu-box-shadow': string;
2731
+ }> | undefined;
2732
+ themeClass: import("vue").Ref<string> | undefined;
2733
+ onRender: (() => void) | undefined;
2734
+ focus: () => void;
2735
+ blur: () => void;
2736
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2737
+ readonly to: {
2738
+ type: PropType<string | boolean | HTMLElement>;
2739
+ default: undefined;
2740
+ };
2741
+ readonly bordered: {
2742
+ readonly type: PropType<boolean | undefined>;
2743
+ readonly default: undefined;
2744
+ };
2745
+ readonly clearable: BooleanConstructor;
2746
+ readonly clearFilterAfterSelect: {
2747
+ readonly type: BooleanConstructor;
2748
+ readonly default: true;
2749
+ };
2750
+ readonly options: {
2751
+ readonly type: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
2752
+ readonly default: () => never[];
2753
+ };
2754
+ readonly defaultValue: {
2755
+ readonly type: PropType<import("naive-ui/es/select/src/interface").Value | null>;
2756
+ readonly default: null;
2757
+ };
2758
+ readonly value: PropType<import("naive-ui/es/select/src/interface").Value | null>;
2759
+ readonly placeholder: StringConstructor;
2760
+ readonly menuProps: PropType<import("vue").HTMLAttributes>;
2761
+ readonly multiple: BooleanConstructor;
2762
+ readonly size: PropType<import("naive-ui/es/select/src/interface").Size>;
2763
+ readonly filterable: BooleanConstructor;
2764
+ readonly disabled: {
2765
+ readonly type: PropType<boolean | undefined>;
2766
+ readonly default: undefined;
2767
+ };
2768
+ readonly remote: BooleanConstructor;
2769
+ readonly loading: BooleanConstructor;
2770
+ readonly filter: PropType<import("naive-ui").SelectFilter>;
2771
+ readonly placement: {
2772
+ readonly type: PropType<import("naive-ui").PopoverPlacement>;
2773
+ readonly default: "bottom-start";
2774
+ };
2775
+ readonly widthMode: {
2776
+ readonly type: StringConstructor;
2777
+ readonly default: "trigger";
2778
+ };
2779
+ readonly tag: BooleanConstructor;
2780
+ readonly onCreate: PropType<(label: string) => import("naive-ui").SelectOption>;
2781
+ readonly fallbackOption: {
2782
+ readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
2783
+ readonly default: undefined;
2784
+ };
2785
+ readonly show: {
2786
+ readonly type: PropType<boolean | undefined>;
2787
+ readonly default: undefined;
2788
+ };
2789
+ readonly showArrow: {
2790
+ readonly type: BooleanConstructor;
2791
+ readonly default: true;
2792
+ };
2793
+ readonly maxTagCount: PropType<number | "responsive">;
2794
+ readonly consistentMenuWidth: {
2795
+ readonly type: BooleanConstructor;
2796
+ readonly default: true;
2797
+ };
2798
+ readonly virtualScroll: {
2799
+ readonly type: BooleanConstructor;
2800
+ readonly default: true;
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
+ };
2814
+ readonly renderLabel: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
2815
+ readonly renderOption: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
2816
+ readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
2817
+ readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
2818
+ readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
2819
+ readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
2820
+ readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
2821
+ readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
2822
+ readonly onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
2823
+ readonly onScroll: PropType<import("naive-ui/es/_utils").MaybeArray<(e: Event) => void> | undefined>;
2824
+ readonly onSearch: PropType<import("naive-ui/es/_utils").MaybeArray<(value: string) => void> | undefined>;
2825
+ readonly onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2826
+ readonly 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2827
+ readonly displayDirective: {
2828
+ readonly type: PropType<"show" | "if">;
2829
+ readonly default: "show";
2830
+ };
2831
+ readonly resetMenuOnOptionsChange: {
2832
+ readonly type: BooleanConstructor;
2833
+ readonly default: true;
2834
+ };
2835
+ readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
2836
+ readonly internalShowCheckmark: {
2837
+ readonly type: BooleanConstructor;
2838
+ readonly default: true;
2839
+ };
2840
+ readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
2841
+ readonly items: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
2842
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Select", {
2843
+ menuBoxShadow: string;
2844
+ }, {
2845
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
2846
+ fontSizeTiny: string;
2847
+ fontSizeSmall: string;
2848
+ fontSizeMedium: string;
2849
+ fontSizeLarge: string;
2850
+ heightTiny: string;
2851
+ heightSmall: string;
2852
+ heightMedium: string;
2853
+ heightLarge: string;
2854
+ borderRadius: string;
2855
+ textColor: string;
2856
+ textColorDisabled: string;
2857
+ placeholderColor: string;
2858
+ placeholderColorDisabled: string;
2859
+ color: string;
2860
+ colorDisabled: string;
2861
+ colorActive: string;
2862
+ border: string;
2863
+ borderHover: string;
2864
+ borderActive: string;
2865
+ borderFocus: string;
2866
+ boxShadowHover: string;
2867
+ boxShadowActive: string;
2868
+ boxShadowFocus: string;
2869
+ caretColor: string;
2870
+ arrowColor: string;
2871
+ arrowColorDisabled: string;
2872
+ loadingColor: string;
2873
+ borderWarning: string;
2874
+ borderHoverWarning: string;
2875
+ borderActiveWarning: string;
2876
+ borderFocusWarning: string;
2877
+ boxShadowHoverWarning: string;
2878
+ boxShadowActiveWarning: string;
2879
+ boxShadowFocusWarning: string;
2880
+ colorActiveWarning: string;
2881
+ caretColorWarning: string;
2882
+ borderError: string;
2883
+ borderHoverError: string;
2884
+ borderActiveError: string;
2885
+ borderFocusError: string;
2886
+ boxShadowHoverError: string;
2887
+ boxShadowActiveError: string;
2888
+ boxShadowFocusError: string;
2889
+ colorActiveError: string;
2890
+ caretColorError: string;
2891
+ clearColor: string;
2892
+ clearColorHover: string;
2893
+ clearColorPressed: string;
2894
+ paddingSingle: string;
2895
+ paddingMultiple: string;
2896
+ clearSize: string;
2897
+ arrowSize: string;
2898
+ }, {
2899
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2900
+ fontSize: string;
2901
+ borderRadius: string;
2902
+ color: string;
2903
+ dividerColor: string;
2904
+ textColor: string;
2905
+ boxShadow: string;
2906
+ space: string;
2907
+ spaceArrow: string;
2908
+ arrowOffset: string;
2909
+ arrowOffsetVertical: string;
2910
+ arrowHeight: string;
2911
+ padding: string;
2912
+ }, any>;
2913
+ }>;
2914
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
2915
+ optionFontSizeSmall: string;
2916
+ optionFontSizeMedium: string;
2917
+ optionFontSizeLarge: string;
2918
+ optionFontSizeHuge: string;
2919
+ optionHeightSmall: string;
2920
+ optionHeightMedium: string;
2921
+ optionHeightLarge: string;
2922
+ optionHeightHuge: string;
2923
+ borderRadius: string;
2924
+ color: string;
2925
+ groupHeaderTextColor: string;
2926
+ actionDividerColor: string;
2927
+ optionTextColor: string;
2928
+ optionTextColorPressed: string;
2929
+ optionTextColorDisabled: string;
2930
+ optionTextColorActive: string;
2931
+ optionOpacityDisabled: string;
2932
+ optionCheckColor: string;
2933
+ optionColorPending: string;
2934
+ optionColorActive: string;
2935
+ optionColorActivePending: string;
2936
+ actionTextColor: string;
2937
+ loadingColor: string;
2938
+ height: string;
2939
+ paddingSmall: string;
2940
+ paddingMedium: string;
2941
+ paddingLarge: string;
2942
+ paddingHuge: string;
2943
+ optionPaddingSmall: string;
2944
+ optionPaddingMedium: string;
2945
+ optionPaddingLarge: string;
2946
+ optionPaddingHuge: string;
2947
+ loadingSize: string;
2948
+ }, {
2949
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2950
+ color: string;
2951
+ colorHover: string;
2952
+ }, any>;
2953
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
2954
+ fontSizeSmall: string;
2955
+ fontSizeMedium: string;
2956
+ fontSizeLarge: string;
2957
+ fontSizeHuge: string;
2958
+ textColor: string;
2959
+ iconColor: string;
2960
+ extraTextColor: string;
2961
+ iconSizeSmall: string;
2962
+ iconSizeMedium: string;
2963
+ iconSizeLarge: string;
2964
+ iconSizeHuge: string;
2965
+ }, any>;
2966
+ }>;
2967
+ }>>;
2968
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
2969
+ menuBoxShadow: string;
2970
+ }, {
2971
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
2972
+ fontSizeTiny: string;
2973
+ fontSizeSmall: string;
2974
+ fontSizeMedium: string;
2975
+ fontSizeLarge: string;
2976
+ heightTiny: string;
2977
+ heightSmall: string;
2978
+ heightMedium: string;
2979
+ heightLarge: string;
2980
+ borderRadius: string;
2981
+ textColor: string;
2982
+ textColorDisabled: string;
2983
+ placeholderColor: string;
2984
+ placeholderColorDisabled: string;
2985
+ color: string;
2986
+ colorDisabled: string;
2987
+ colorActive: string;
2988
+ border: string;
2989
+ borderHover: string;
2990
+ borderActive: string;
2991
+ borderFocus: string;
2992
+ boxShadowHover: string;
2993
+ boxShadowActive: string;
2994
+ boxShadowFocus: string;
2995
+ caretColor: string;
2996
+ arrowColor: string;
2997
+ arrowColorDisabled: string;
2998
+ loadingColor: string;
2999
+ borderWarning: string;
3000
+ borderHoverWarning: string;
3001
+ borderActiveWarning: string;
3002
+ borderFocusWarning: string;
3003
+ boxShadowHoverWarning: string;
3004
+ boxShadowActiveWarning: string;
3005
+ boxShadowFocusWarning: string;
3006
+ colorActiveWarning: string;
3007
+ caretColorWarning: string;
3008
+ borderError: string;
3009
+ borderHoverError: string;
3010
+ borderActiveError: string;
3011
+ borderFocusError: string;
3012
+ boxShadowHoverError: string;
3013
+ boxShadowActiveError: string;
3014
+ boxShadowFocusError: string;
3015
+ colorActiveError: string;
3016
+ caretColorError: string;
3017
+ clearColor: string;
3018
+ clearColorHover: string;
3019
+ clearColorPressed: string;
3020
+ paddingSingle: string;
3021
+ paddingMultiple: string;
3022
+ clearSize: string;
3023
+ arrowSize: string;
3024
+ }, {
3025
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
3026
+ fontSize: string;
3027
+ borderRadius: string;
3028
+ color: string;
3029
+ dividerColor: string;
3030
+ textColor: string;
3031
+ boxShadow: string;
3032
+ space: string;
3033
+ spaceArrow: string;
3034
+ arrowOffset: string;
3035
+ arrowOffsetVertical: string;
3036
+ arrowHeight: string;
3037
+ padding: string;
3038
+ }, any>;
3039
+ }>;
3040
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
3041
+ optionFontSizeSmall: string;
3042
+ optionFontSizeMedium: string;
3043
+ optionFontSizeLarge: string;
3044
+ optionFontSizeHuge: string;
3045
+ optionHeightSmall: string;
3046
+ optionHeightMedium: string;
3047
+ optionHeightLarge: string;
3048
+ optionHeightHuge: string;
3049
+ borderRadius: string;
3050
+ color: string;
3051
+ groupHeaderTextColor: string;
3052
+ actionDividerColor: string;
3053
+ optionTextColor: string;
3054
+ optionTextColorPressed: string;
3055
+ optionTextColorDisabled: string;
3056
+ optionTextColorActive: string;
3057
+ optionOpacityDisabled: string;
3058
+ optionCheckColor: string;
3059
+ optionColorPending: string;
3060
+ optionColorActive: string;
3061
+ optionColorActivePending: string;
3062
+ actionTextColor: string;
3063
+ loadingColor: string;
3064
+ height: string;
3065
+ paddingSmall: string;
3066
+ paddingMedium: string;
3067
+ paddingLarge: string;
3068
+ paddingHuge: string;
3069
+ optionPaddingSmall: string;
3070
+ optionPaddingMedium: string;
3071
+ optionPaddingLarge: string;
3072
+ optionPaddingHuge: string;
3073
+ loadingSize: string;
3074
+ }, {
3075
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
3076
+ color: string;
3077
+ colorHover: string;
3078
+ }, any>;
3079
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
3080
+ fontSizeSmall: string;
3081
+ fontSizeMedium: string;
3082
+ fontSizeLarge: string;
3083
+ fontSizeHuge: string;
3084
+ textColor: string;
3085
+ iconColor: string;
3086
+ extraTextColor: string;
3087
+ iconSizeSmall: string;
3088
+ iconSizeMedium: string;
3089
+ iconSizeLarge: string;
3090
+ iconSizeHuge: string;
3091
+ }, any>;
3092
+ }>;
3093
+ }>>>;
3094
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
3095
+ menuBoxShadow: string;
3096
+ }, {
3097
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
3098
+ fontSizeTiny: string;
3099
+ fontSizeSmall: string;
3100
+ fontSizeMedium: string;
3101
+ fontSizeLarge: string;
3102
+ heightTiny: string;
3103
+ heightSmall: string;
3104
+ heightMedium: string;
3105
+ heightLarge: string;
3106
+ borderRadius: string;
3107
+ textColor: string;
3108
+ textColorDisabled: string;
3109
+ placeholderColor: string;
3110
+ placeholderColorDisabled: string;
3111
+ color: string;
3112
+ colorDisabled: string;
3113
+ colorActive: string;
3114
+ border: string;
3115
+ borderHover: string;
3116
+ borderActive: string;
3117
+ borderFocus: string;
3118
+ boxShadowHover: string;
3119
+ boxShadowActive: string;
3120
+ boxShadowFocus: string;
3121
+ caretColor: string;
3122
+ arrowColor: string;
3123
+ arrowColorDisabled: string;
3124
+ loadingColor: string;
3125
+ borderWarning: string;
3126
+ borderHoverWarning: string;
3127
+ borderActiveWarning: string;
3128
+ borderFocusWarning: string;
3129
+ boxShadowHoverWarning: string;
3130
+ boxShadowActiveWarning: string;
3131
+ boxShadowFocusWarning: string;
3132
+ colorActiveWarning: string;
3133
+ caretColorWarning: string;
3134
+ borderError: string;
3135
+ borderHoverError: string;
3136
+ borderActiveError: string;
3137
+ borderFocusError: string;
3138
+ boxShadowHoverError: string;
3139
+ boxShadowActiveError: string;
3140
+ boxShadowFocusError: string;
3141
+ colorActiveError: string;
3142
+ caretColorError: string;
3143
+ clearColor: string;
3144
+ clearColorHover: string;
3145
+ clearColorPressed: string;
3146
+ paddingSingle: string;
3147
+ paddingMultiple: string;
3148
+ clearSize: string;
3149
+ arrowSize: string;
3150
+ }, {
3151
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
3152
+ fontSize: string;
3153
+ borderRadius: string;
3154
+ color: string;
3155
+ dividerColor: string;
3156
+ textColor: string;
3157
+ boxShadow: string;
3158
+ space: string;
3159
+ spaceArrow: string;
3160
+ arrowOffset: string;
3161
+ arrowOffsetVertical: string;
3162
+ arrowHeight: string;
3163
+ padding: string;
3164
+ }, any>;
3165
+ }>;
3166
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
3167
+ optionFontSizeSmall: string;
3168
+ optionFontSizeMedium: string;
3169
+ optionFontSizeLarge: string;
3170
+ optionFontSizeHuge: string;
3171
+ optionHeightSmall: string;
3172
+ optionHeightMedium: string;
3173
+ optionHeightLarge: string;
3174
+ optionHeightHuge: string;
3175
+ borderRadius: string;
3176
+ color: string;
3177
+ groupHeaderTextColor: string;
3178
+ actionDividerColor: string;
3179
+ optionTextColor: string;
3180
+ optionTextColorPressed: string;
3181
+ optionTextColorDisabled: string;
3182
+ optionTextColorActive: string;
3183
+ optionOpacityDisabled: string;
3184
+ optionCheckColor: string;
3185
+ optionColorPending: string;
3186
+ optionColorActive: string;
3187
+ optionColorActivePending: string;
3188
+ actionTextColor: string;
3189
+ loadingColor: string;
3190
+ height: string;
3191
+ paddingSmall: string;
3192
+ paddingMedium: string;
3193
+ paddingLarge: string;
3194
+ paddingHuge: string;
3195
+ optionPaddingSmall: string;
3196
+ optionPaddingMedium: string;
3197
+ optionPaddingLarge: string;
3198
+ optionPaddingHuge: string;
3199
+ loadingSize: string;
3200
+ }, {
3201
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
3202
+ color: string;
3203
+ colorHover: string;
3204
+ }, any>;
3205
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
3206
+ fontSizeSmall: string;
3207
+ fontSizeMedium: string;
3208
+ fontSizeLarge: string;
3209
+ fontSizeHuge: string;
3210
+ textColor: string;
3211
+ iconColor: string;
3212
+ extraTextColor: string;
3213
+ iconSizeSmall: string;
3214
+ iconSizeMedium: string;
3215
+ iconSizeLarge: string;
3216
+ iconSizeHuge: string;
3217
+ }, any>;
3218
+ }>;
3219
+ }>>>;
3220
+ }>>, {
3221
+ readonly tag: boolean;
3222
+ readonly show: boolean | undefined;
3223
+ readonly multiple: boolean;
3224
+ readonly disabled: boolean | undefined;
3225
+ readonly to: string | boolean | HTMLElement;
3226
+ readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
3227
+ readonly loading: boolean;
3228
+ readonly bordered: boolean | undefined;
3229
+ readonly placement: import("naive-ui").PopoverPlacement;
3230
+ readonly labelField: string;
3231
+ readonly virtualScroll: boolean;
3232
+ readonly valueField: string;
3233
+ readonly resetMenuOnOptionsChange: boolean;
3234
+ readonly showArrow: boolean;
3235
+ readonly displayDirective: "show" | "if";
3236
+ readonly filterable: boolean;
3237
+ readonly clearable: boolean;
3238
+ readonly internalShowCheckmark: boolean;
3239
+ readonly clearFilterAfterSelect: boolean;
3240
+ readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
3241
+ readonly remote: boolean;
3242
+ readonly widthMode: string;
3243
+ readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
3244
+ readonly consistentMenuWidth: boolean;
3245
+ readonly childrenField: string;
3246
+ }>;
3247
+ NInput: import("vue").DefineComponent<{
3248
+ bordered: {
3249
+ type: PropType<boolean | undefined>;
3250
+ default: undefined;
3251
+ };
3252
+ type: {
3253
+ type: PropType<"text" | "textarea" | "password">;
3254
+ default: string;
3255
+ };
3256
+ placeholder: PropType<string | [string, string]>;
3257
+ defaultValue: {
3258
+ type: PropType<string | [string, string] | null>;
3259
+ default: null;
3260
+ };
3261
+ value: PropType<string | [string, string] | null>;
3262
+ disabled: {
3263
+ type: PropType<boolean | undefined>;
3264
+ default: undefined;
3265
+ };
3266
+ size: PropType<import("naive-ui/es/input/src/interface").Size>;
3267
+ rows: {
3268
+ type: PropType<string | number>;
3269
+ default: number;
3270
+ };
3271
+ round: BooleanConstructor;
3272
+ minlength: PropType<string | number>;
3273
+ maxlength: PropType<string | number>;
3274
+ clearable: BooleanConstructor;
3275
+ autosize: {
3276
+ type: PropType<boolean | {
3277
+ minRows?: number | undefined;
3278
+ maxRows?: number | undefined;
3279
+ }>;
3280
+ default: boolean;
3281
+ };
3282
+ pair: BooleanConstructor;
3283
+ separator: StringConstructor;
3284
+ readonly: {
3285
+ type: (BooleanConstructor | StringConstructor)[];
3286
+ default: boolean;
3287
+ };
3288
+ passivelyActivated: BooleanConstructor;
3289
+ showPasswordOn: PropType<"click" | "mousedown">;
3290
+ stateful: {
3291
+ type: BooleanConstructor;
3292
+ default: boolean;
3293
+ };
3294
+ autofocus: BooleanConstructor;
3295
+ inputProps: PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
3296
+ resizable: {
3297
+ type: BooleanConstructor;
3298
+ default: boolean;
3299
+ };
3300
+ showCount: BooleanConstructor;
3301
+ loading: {
3302
+ type: BooleanConstructor;
3303
+ default: undefined;
3304
+ };
3305
+ allowInput: PropType<(value: string) => boolean>;
3306
+ onMousedown: PropType<(e: MouseEvent) => void>;
3307
+ onKeydown: PropType<(e: KeyboardEvent) => void>;
3308
+ onKeyup: PropType<(e: KeyboardEvent) => void>;
3309
+ onInput: PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
3310
+ onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
3311
+ onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
3312
+ onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
3313
+ onChange: PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
3314
+ onClear: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
3315
+ status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
3316
+ 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
3317
+ onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
3318
+ textDecoration: PropType<string | [string, string]>;
3319
+ attrSize: {
3320
+ type: NumberConstructor;
3321
+ default: number;
3322
+ };
3323
+ onInputBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
3324
+ onInputFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
3325
+ onDeactivate: PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
3326
+ onActivate: PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
3327
+ onWrapperFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
3328
+ onWrapperBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
3329
+ internalDeactivateOnEnter: BooleanConstructor;
3330
+ internalForceFocus: BooleanConstructor;
3331
+ internalLoadingBeforeSuffix: BooleanConstructor;
3332
+ showPasswordToggle: BooleanConstructor;
3333
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
3334
+ countTextColor: string;
3335
+ heightTiny: string;
3336
+ heightSmall: string;
3337
+ heightMedium: string;
3338
+ heightLarge: string;
3339
+ fontSizeTiny: string;
3340
+ fontSizeSmall: string;
3341
+ fontSizeMedium: string;
3342
+ fontSizeLarge: string;
3343
+ lineHeight: string;
3344
+ lineHeightTextarea: string;
3345
+ borderRadius: string;
3346
+ iconSize: string;
3347
+ groupLabelColor: string;
3348
+ groupLabelTextColor: string;
3349
+ textColor: string;
3350
+ textColorDisabled: string;
3351
+ textDecorationColor: string;
3352
+ caretColor: string;
3353
+ placeholderColor: string;
3354
+ placeholderColorDisabled: string;
3355
+ color: string;
3356
+ colorDisabled: string;
3357
+ colorFocus: string;
3358
+ groupLabelBorder: string;
3359
+ border: string;
3360
+ borderHover: string;
3361
+ borderDisabled: string;
3362
+ borderFocus: string;
3363
+ boxShadowFocus: string;
3364
+ loadingColor: string;
3365
+ loadingColorWarning: string;
3366
+ borderWarning: string;
3367
+ borderHoverWarning: string;
3368
+ colorFocusWarning: string;
3369
+ borderFocusWarning: string;
3370
+ boxShadowFocusWarning: string;
3371
+ caretColorWarning: string;
3372
+ loadingColorError: string;
3373
+ borderError: string;
3374
+ borderHoverError: string;
3375
+ colorFocusError: string;
3376
+ borderFocusError: string;
3377
+ boxShadowFocusError: string;
3378
+ caretColorError: string;
3379
+ clearColor: string;
3380
+ clearColorHover: string;
3381
+ clearColorPressed: string;
3382
+ iconColor: string;
3383
+ iconColorDisabled: string;
3384
+ iconColorHover: string;
3385
+ iconColorPressed: string;
3386
+ suffixTextColor: string;
3387
+ paddingTiny: string;
3388
+ paddingSmall: string;
3389
+ paddingMedium: string;
3390
+ paddingLarge: string;
3391
+ clearSize: string;
3392
+ }, any>>;
3393
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
3394
+ countTextColor: string;
3395
+ heightTiny: string;
3396
+ heightSmall: string;
3397
+ heightMedium: string;
3398
+ heightLarge: string;
3399
+ fontSizeTiny: string;
3400
+ fontSizeSmall: string;
3401
+ fontSizeMedium: string;
3402
+ fontSizeLarge: string;
3403
+ lineHeight: string;
3404
+ lineHeightTextarea: string;
3405
+ borderRadius: string;
3406
+ iconSize: string;
3407
+ groupLabelColor: string;
3408
+ groupLabelTextColor: string;
3409
+ textColor: string;
3410
+ textColorDisabled: string;
3411
+ textDecorationColor: string;
3412
+ caretColor: string;
3413
+ placeholderColor: string;
3414
+ placeholderColorDisabled: string;
3415
+ color: string;
3416
+ colorDisabled: string;
3417
+ colorFocus: string;
3418
+ groupLabelBorder: string;
3419
+ border: string;
3420
+ borderHover: string;
3421
+ borderDisabled: string;
3422
+ borderFocus: string;
3423
+ boxShadowFocus: string;
3424
+ loadingColor: string;
3425
+ loadingColorWarning: string;
3426
+ borderWarning: string;
3427
+ borderHoverWarning: string;
3428
+ colorFocusWarning: string;
3429
+ borderFocusWarning: string;
3430
+ boxShadowFocusWarning: string;
3431
+ caretColorWarning: string;
3432
+ loadingColorError: string;
3433
+ borderError: string;
3434
+ borderHoverError: string;
3435
+ colorFocusError: string;
3436
+ borderFocusError: string;
3437
+ boxShadowFocusError: string;
3438
+ caretColorError: string;
3439
+ clearColor: string;
3440
+ clearColorHover: string;
3441
+ clearColorPressed: string;
3442
+ iconColor: string;
3443
+ iconColorDisabled: string;
3444
+ iconColorHover: string;
3445
+ iconColorPressed: string;
3446
+ suffixTextColor: string;
3447
+ paddingTiny: string;
3448
+ paddingSmall: string;
3449
+ paddingMedium: string;
3450
+ paddingLarge: string;
3451
+ clearSize: string;
3452
+ }, any>>>;
3453
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
3454
+ countTextColor: string;
3455
+ heightTiny: string;
3456
+ heightSmall: string;
3457
+ heightMedium: string;
3458
+ heightLarge: string;
3459
+ fontSizeTiny: string;
3460
+ fontSizeSmall: string;
3461
+ fontSizeMedium: string;
3462
+ fontSizeLarge: string;
3463
+ lineHeight: string;
3464
+ lineHeightTextarea: string;
3465
+ borderRadius: string;
3466
+ iconSize: string;
3467
+ groupLabelColor: string;
3468
+ groupLabelTextColor: string;
3469
+ textColor: string;
3470
+ textColorDisabled: string;
3471
+ textDecorationColor: string;
3472
+ caretColor: string;
3473
+ placeholderColor: string;
3474
+ placeholderColorDisabled: string;
3475
+ color: string;
3476
+ colorDisabled: string;
3477
+ colorFocus: string;
3478
+ groupLabelBorder: string;
3479
+ border: string;
3480
+ borderHover: string;
3481
+ borderDisabled: string;
3482
+ borderFocus: string;
3483
+ boxShadowFocus: string;
3484
+ loadingColor: string;
3485
+ loadingColorWarning: string;
3486
+ borderWarning: string;
3487
+ borderHoverWarning: string;
3488
+ colorFocusWarning: string;
3489
+ borderFocusWarning: string;
3490
+ boxShadowFocusWarning: string;
3491
+ caretColorWarning: string;
3492
+ loadingColorError: string;
3493
+ borderError: string;
3494
+ borderHoverError: string;
3495
+ colorFocusError: string;
3496
+ borderFocusError: string;
3497
+ boxShadowFocusError: string;
3498
+ caretColorError: string;
3499
+ clearColor: string;
3500
+ clearColorHover: string;
3501
+ clearColorPressed: string;
3502
+ iconColor: string;
3503
+ iconColorDisabled: string;
3504
+ iconColorHover: string;
3505
+ iconColorPressed: string;
3506
+ suffixTextColor: string;
3507
+ paddingTiny: string;
3508
+ paddingSmall: string;
3509
+ paddingMedium: string;
3510
+ paddingLarge: string;
3511
+ clearSize: string;
3512
+ }, any>>>;
3513
+ }, {
3514
+ wrapperElRef: import("vue").Ref<HTMLElement | null>;
3515
+ inputElRef: import("vue").Ref<HTMLInputElement | null>;
3516
+ inputMirrorElRef: import("vue").Ref<HTMLElement | null>;
3517
+ inputEl2Ref: import("vue").Ref<HTMLInputElement | null>;
3518
+ textareaElRef: import("vue").Ref<HTMLTextAreaElement | null>;
3519
+ textareaMirrorElRef: import("vue").Ref<HTMLElement | null>;
3520
+ textareaScrollbarInstRef: import("vue").Ref<{
3521
+ $el: HTMLElement;
3522
+ containerRef: HTMLElement | null;
3523
+ contentRef: HTMLElement | null;
3524
+ containerScrollTop: number;
3525
+ syncUnifiedContainer: () => void;
3526
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
3527
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
3528
+ sync: () => void;
3529
+ handleMouseEnterWrapper: () => void;
3530
+ handleMouseLeaveWrapper: () => void;
3531
+ } | null>;
3532
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
3533
+ uncontrolledValue: import("vue").Ref<string | [string, string] | null>;
3534
+ mergedValue: import("vue").ComputedRef<string | [string, string] | null>;
3535
+ passwordVisible: import("vue").Ref<boolean>;
3536
+ mergedPlaceholder: import("vue").ComputedRef<[string, string] | [string]>;
3537
+ showPlaceholder1: import("vue").ComputedRef<string | false>;
3538
+ showPlaceholder2: import("vue").ComputedRef<boolean | "" | undefined>;
3539
+ mergedFocus: import("vue").ComputedRef<boolean>;
3540
+ isComposing: import("vue").Ref<boolean>;
3541
+ activated: import("vue").Ref<boolean>;
3542
+ showClearButton: import("vue").ComputedRef<boolean>;
3543
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
3544
+ mergedDisabled: import("vue").ComputedRef<boolean>;
3545
+ textDecorationStyle: import("vue").ComputedRef<string[] | {
3546
+ textDecoration: string;
3547
+ }[]>;
3548
+ mergedClsPrefix: import("vue").ComputedRef<string>;
3549
+ mergedBordered: import("vue").ComputedRef<boolean>;
3550
+ mergedShowPasswordOn: import("vue").ComputedRef<"click" | "mousedown" | undefined>;
3551
+ placeholderStyle: import("vue").Ref<{
3552
+ top: string;
3553
+ }>;
3554
+ mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
3555
+ textAreaScrollContainerWidth: import("vue").Ref<number | undefined>;
3556
+ handleTextAreaScroll: (e: Event) => void;
3557
+ handleCompositionStart: () => void;
3558
+ handleCompositionEnd: (e: CompositionEvent) => void;
3559
+ handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
3560
+ handleInputBlur: (e: FocusEvent) => void;
3561
+ handleInputFocus: (e: FocusEvent, index: number) => void;
3562
+ handleWrapperBlur: (e: FocusEvent) => void;
3563
+ handleWrapperFocus: (e: FocusEvent) => void;
3564
+ handleMouseEnter: () => void;
3565
+ handleMouseLeave: () => void;
3566
+ handleMouseDown: (e: MouseEvent) => void;
3567
+ handleChange: (e: Event, index?: 0 | 1 | undefined) => void;
3568
+ handleClick: (e: MouseEvent) => void;
3569
+ handleClear: (e: MouseEvent) => void;
3570
+ handlePasswordToggleClick: () => void;
3571
+ handlePasswordToggleMousedown: (e: MouseEvent) => void;
3572
+ handleWrapperKeydown: (e: KeyboardEvent) => void;
3573
+ handleTextAreaMirrorResize: () => void;
3574
+ getTextareaScrollContainer: () => HTMLTextAreaElement | null;
3575
+ mergedTheme: import("vue").ComputedRef<{
3576
+ common: {
3577
+ baseColor: string;
3578
+ primaryColor: string;
3579
+ primaryColorHover: string;
3580
+ primaryColorPressed: string;
3581
+ primaryColorSuppl: string;
3582
+ infoColor: string;
3583
+ infoColorHover: string;
3584
+ infoColorPressed: string;
3585
+ infoColorSuppl: string;
3586
+ successColor: string;
3587
+ successColorHover: string;
3588
+ successColorPressed: string;
3589
+ successColorSuppl: string;
3590
+ warningColor: string;
3591
+ warningColorHover: string;
3592
+ warningColorPressed: string;
3593
+ warningColorSuppl: string;
3594
+ errorColor: string;
3595
+ errorColorHover: string;
3596
+ errorColorPressed: string;
3597
+ errorColorSuppl: string;
3598
+ textColorBase: string;
3599
+ textColor1: string;
3600
+ textColor2: string;
3601
+ textColor3: string;
3602
+ textColorDisabled: string;
3603
+ placeholderColor: string;
3604
+ placeholderColorDisabled: string;
3605
+ iconColor: string;
3606
+ iconColorHover: string;
3607
+ iconColorPressed: string;
3608
+ iconColorDisabled: string;
3609
+ opacity1: string;
3610
+ opacity2: string;
3611
+ opacity3: string;
3612
+ opacity4: string;
3613
+ opacity5: string;
3614
+ dividerColor: string;
3615
+ borderColor: string;
3616
+ closeIconColor: string;
3617
+ closeIconColorHover: string;
3618
+ closeIconColorPressed: string;
3619
+ closeColorHover: string;
3620
+ closeColorPressed: string;
3621
+ clearColor: string;
3622
+ clearColorHover: string;
3623
+ clearColorPressed: string;
3624
+ scrollbarColor: string;
3625
+ scrollbarColorHover: string;
3626
+ scrollbarWidth: string;
3627
+ scrollbarHeight: string;
3628
+ scrollbarBorderRadius: string;
3629
+ progressRailColor: string;
3630
+ railColor: string;
3631
+ popoverColor: string;
3632
+ tableColor: string;
3633
+ cardColor: string;
3634
+ modalColor: string;
3635
+ bodyColor: string;
3636
+ tagColor: string;
3637
+ avatarColor: string;
3638
+ invertedColor: string;
3639
+ inputColor: string;
3640
+ codeColor: string;
3641
+ tabColor: string;
3642
+ actionColor: string;
3643
+ tableHeaderColor: string;
3644
+ hoverColor: string;
3645
+ tableColorHover: string;
3646
+ tableColorStriped: string;
3647
+ pressedColor: string;
3648
+ opacityDisabled: string;
3649
+ inputColorDisabled: string;
3650
+ buttonColor2: string;
3651
+ buttonColor2Hover: string;
3652
+ buttonColor2Pressed: string;
3653
+ boxShadow1: string;
3654
+ boxShadow2: string;
3655
+ boxShadow3: string;
3656
+ fontFamily: string;
3657
+ fontFamilyMono: string;
3658
+ fontWeight: string;
3659
+ fontWeightStrong: string;
3660
+ cubicBezierEaseInOut: string;
3661
+ cubicBezierEaseOut: string;
3662
+ cubicBezierEaseIn: string;
3663
+ borderRadius: string;
3664
+ borderRadiusSmall: string;
3665
+ fontSize: string;
3666
+ fontSizeMini: string;
3667
+ fontSizeTiny: string;
3668
+ fontSizeSmall: string;
3669
+ fontSizeMedium: string;
3670
+ fontSizeLarge: string;
3671
+ fontSizeHuge: string;
3672
+ lineHeight: string;
3673
+ heightMini: string;
3674
+ heightTiny: string;
3675
+ heightSmall: string;
3676
+ heightMedium: string;
3677
+ heightLarge: string;
3678
+ heightHuge: string;
3679
+ name: "common";
3680
+ };
3681
+ self: {
3682
+ countTextColor: string;
3683
+ heightTiny: string;
3684
+ heightSmall: string;
3685
+ heightMedium: string;
3686
+ heightLarge: string;
3687
+ fontSizeTiny: string;
3688
+ fontSizeSmall: string;
3689
+ fontSizeMedium: string;
3690
+ fontSizeLarge: string;
3691
+ lineHeight: string;
3692
+ lineHeightTextarea: string;
3693
+ borderRadius: string;
3694
+ iconSize: string;
3695
+ groupLabelColor: string;
3696
+ groupLabelTextColor: string;
3697
+ textColor: string;
3698
+ textColorDisabled: string;
3699
+ textDecorationColor: string;
3700
+ caretColor: string;
3701
+ placeholderColor: string;
3702
+ placeholderColorDisabled: string;
3703
+ color: string;
3704
+ colorDisabled: string;
3705
+ colorFocus: string;
3706
+ groupLabelBorder: string;
3707
+ border: string;
3708
+ borderHover: string;
3709
+ borderDisabled: string;
3710
+ borderFocus: string;
3711
+ boxShadowFocus: string;
3712
+ loadingColor: string;
3713
+ loadingColorWarning: string;
3714
+ borderWarning: string;
3715
+ borderHoverWarning: string;
3716
+ colorFocusWarning: string;
3717
+ borderFocusWarning: string;
3718
+ boxShadowFocusWarning: string;
3719
+ caretColorWarning: string;
3720
+ loadingColorError: string;
3721
+ borderError: string;
3722
+ borderHoverError: string;
3723
+ colorFocusError: string;
3724
+ borderFocusError: string;
3725
+ boxShadowFocusError: string;
3726
+ caretColorError: string;
3727
+ clearColor: string;
3728
+ clearColorHover: string;
3729
+ clearColorPressed: string;
3730
+ iconColor: string;
3731
+ iconColorDisabled: string;
3732
+ iconColorHover: string;
3733
+ iconColorPressed: string;
3734
+ suffixTextColor: string;
3735
+ paddingTiny: string;
3736
+ paddingSmall: string;
3737
+ paddingMedium: string;
3738
+ paddingLarge: string;
3739
+ clearSize: string;
3740
+ };
3741
+ peers: any;
3742
+ peerOverrides: {
3743
+ [x: string]: any;
3744
+ };
3745
+ }>;
3746
+ cssVars: import("vue").ComputedRef<{
3747
+ '--n-bezier': string;
3748
+ '--n-count-text-color': string;
3749
+ '--n-color': string;
3750
+ '--n-font-size': string;
3751
+ '--n-border-radius': string;
3752
+ '--n-height': string;
3753
+ '--n-padding-left': string;
3754
+ '--n-padding-right': string;
3755
+ '--n-text-color': string;
3756
+ '--n-caret-color': string;
3757
+ '--n-text-decoration-color': string;
3758
+ '--n-border': string;
3759
+ '--n-border-disabled': string;
3760
+ '--n-border-hover': string;
3761
+ '--n-border-focus': string;
3762
+ '--n-placeholder-color': string;
3763
+ '--n-placeholder-color-disabled': string;
3764
+ '--n-icon-size': string;
3765
+ '--n-line-height-textarea': string;
3766
+ '--n-color-disabled': string;
3767
+ '--n-color-focus': string;
3768
+ '--n-text-color-disabled': string;
3769
+ '--n-box-shadow-focus': string;
3770
+ '--n-loading-color': string;
3771
+ '--n-caret-color-warning': string;
3772
+ '--n-color-focus-warning': string;
3773
+ '--n-box-shadow-focus-warning': string;
3774
+ '--n-border-warning': string;
3775
+ '--n-border-focus-warning': string;
3776
+ '--n-border-hover-warning': string;
3777
+ '--n-loading-color-warning': string;
3778
+ '--n-caret-color-error': string;
3779
+ '--n-color-focus-error': string;
3780
+ '--n-box-shadow-focus-error': string;
3781
+ '--n-border-error': string;
3782
+ '--n-border-focus-error': string;
3783
+ '--n-border-hover-error': string;
3784
+ '--n-loading-color-error': string;
3785
+ '--n-clear-color': string;
3786
+ '--n-clear-size': string;
3787
+ '--n-clear-color-hover': string;
3788
+ '--n-clear-color-pressed': string;
3789
+ '--n-icon-color': string;
3790
+ '--n-icon-color-hover': string;
3791
+ '--n-icon-color-pressed': string;
3792
+ '--n-icon-color-disabled': string;
3793
+ '--n-suffix-text-color': string;
3794
+ }> | undefined;
3795
+ themeClass: import("vue").Ref<string> | undefined;
3796
+ onRender: (() => void) | undefined;
3797
+ isCompositing: import("vue").Ref<boolean>;
3798
+ blur: () => void;
3799
+ focus: () => void;
3800
+ select: () => void;
3801
+ activate: () => void;
3802
+ deactivate: () => void;
3803
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3804
+ bordered: {
3805
+ type: PropType<boolean | undefined>;
3806
+ default: undefined;
3807
+ };
3808
+ type: {
3809
+ type: PropType<"text" | "textarea" | "password">;
3810
+ default: string;
3811
+ };
3812
+ placeholder: PropType<string | [string, string]>;
3813
+ defaultValue: {
3814
+ type: PropType<string | [string, string] | null>;
3815
+ default: null;
3816
+ };
3817
+ value: PropType<string | [string, string] | null>;
3818
+ disabled: {
3819
+ type: PropType<boolean | undefined>;
3820
+ default: undefined;
3821
+ };
3822
+ size: PropType<import("naive-ui/es/input/src/interface").Size>;
3823
+ rows: {
3824
+ type: PropType<string | number>;
3825
+ default: number;
3826
+ };
3827
+ round: BooleanConstructor;
3828
+ minlength: PropType<string | number>;
3829
+ maxlength: PropType<string | number>;
3830
+ clearable: BooleanConstructor;
3831
+ autosize: {
3832
+ type: PropType<boolean | {
3833
+ minRows?: number | undefined;
3834
+ maxRows?: number | undefined;
3835
+ }>;
3836
+ default: boolean;
3837
+ };
3838
+ pair: BooleanConstructor;
3839
+ separator: StringConstructor;
3840
+ readonly: {
3841
+ type: (BooleanConstructor | StringConstructor)[];
3842
+ default: boolean;
3843
+ };
3844
+ passivelyActivated: BooleanConstructor;
3845
+ showPasswordOn: PropType<"click" | "mousedown">;
3846
+ stateful: {
3847
+ type: BooleanConstructor;
3848
+ default: boolean;
3849
+ };
3850
+ autofocus: BooleanConstructor;
3851
+ inputProps: PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
3852
+ resizable: {
3853
+ type: BooleanConstructor;
3854
+ default: boolean;
3855
+ };
3856
+ showCount: BooleanConstructor;
3857
+ loading: {
3858
+ type: BooleanConstructor;
3859
+ default: undefined;
3860
+ };
3861
+ allowInput: PropType<(value: string) => boolean>;
3862
+ onMousedown: PropType<(e: MouseEvent) => void>;
3863
+ onKeydown: PropType<(e: KeyboardEvent) => void>;
3864
+ onKeyup: PropType<(e: KeyboardEvent) => void>;
3865
+ onInput: PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
3866
+ onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
3867
+ onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
3868
+ onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
3869
+ onChange: PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
3870
+ onClear: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
3871
+ status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
3872
+ 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
3873
+ onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
3874
+ textDecoration: PropType<string | [string, string]>;
3875
+ attrSize: {
3876
+ type: NumberConstructor;
3877
+ default: number;
3878
+ };
3879
+ onInputBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
3880
+ onInputFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
3881
+ onDeactivate: PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
3882
+ onActivate: PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
3883
+ onWrapperFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
3884
+ onWrapperBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
3885
+ internalDeactivateOnEnter: BooleanConstructor;
3886
+ internalForceFocus: BooleanConstructor;
3887
+ internalLoadingBeforeSuffix: BooleanConstructor;
3888
+ showPasswordToggle: BooleanConstructor;
3889
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
3890
+ countTextColor: string;
3891
+ heightTiny: string;
3892
+ heightSmall: string;
3893
+ heightMedium: string;
3894
+ heightLarge: string;
3895
+ fontSizeTiny: string;
3896
+ fontSizeSmall: string;
3897
+ fontSizeMedium: string;
3898
+ fontSizeLarge: string;
3899
+ lineHeight: string;
3900
+ lineHeightTextarea: string;
3901
+ borderRadius: string;
3902
+ iconSize: string;
3903
+ groupLabelColor: string;
3904
+ groupLabelTextColor: string;
3905
+ textColor: string;
3906
+ textColorDisabled: string;
3907
+ textDecorationColor: string;
3908
+ caretColor: string;
3909
+ placeholderColor: string;
3910
+ placeholderColorDisabled: string;
3911
+ color: string;
3912
+ colorDisabled: string;
3913
+ colorFocus: string;
3914
+ groupLabelBorder: string;
3915
+ border: string;
3916
+ borderHover: string;
3917
+ borderDisabled: string;
3918
+ borderFocus: string;
3919
+ boxShadowFocus: string;
3920
+ loadingColor: string;
3921
+ loadingColorWarning: string;
3922
+ borderWarning: string;
3923
+ borderHoverWarning: string;
3924
+ colorFocusWarning: string;
3925
+ borderFocusWarning: string;
3926
+ boxShadowFocusWarning: string;
3927
+ caretColorWarning: string;
3928
+ loadingColorError: string;
3929
+ borderError: string;
3930
+ borderHoverError: string;
3931
+ colorFocusError: string;
3932
+ borderFocusError: string;
3933
+ boxShadowFocusError: string;
3934
+ caretColorError: string;
3935
+ clearColor: string;
3936
+ clearColorHover: string;
3937
+ clearColorPressed: string;
3938
+ iconColor: string;
3939
+ iconColorDisabled: string;
3940
+ iconColorHover: string;
3941
+ iconColorPressed: string;
3942
+ suffixTextColor: string;
3943
+ paddingTiny: string;
3944
+ paddingSmall: string;
3945
+ paddingMedium: string;
3946
+ paddingLarge: string;
3947
+ clearSize: string;
3948
+ }, any>>;
3949
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
3950
+ countTextColor: string;
3951
+ heightTiny: string;
3952
+ heightSmall: string;
3953
+ heightMedium: string;
3954
+ heightLarge: string;
3955
+ fontSizeTiny: string;
3956
+ fontSizeSmall: string;
3957
+ fontSizeMedium: string;
3958
+ fontSizeLarge: string;
3959
+ lineHeight: string;
3960
+ lineHeightTextarea: string;
3961
+ borderRadius: string;
3962
+ iconSize: string;
3963
+ groupLabelColor: string;
3964
+ groupLabelTextColor: string;
3965
+ textColor: string;
3966
+ textColorDisabled: string;
3967
+ textDecorationColor: string;
3968
+ caretColor: string;
3969
+ placeholderColor: string;
3970
+ placeholderColorDisabled: string;
3971
+ color: string;
3972
+ colorDisabled: string;
3973
+ colorFocus: string;
3974
+ groupLabelBorder: string;
3975
+ border: string;
3976
+ borderHover: string;
3977
+ borderDisabled: string;
3978
+ borderFocus: string;
3979
+ boxShadowFocus: string;
3980
+ loadingColor: string;
3981
+ loadingColorWarning: string;
3982
+ borderWarning: string;
3983
+ borderHoverWarning: string;
3984
+ colorFocusWarning: string;
3985
+ borderFocusWarning: string;
3986
+ boxShadowFocusWarning: string;
3987
+ caretColorWarning: string;
3988
+ loadingColorError: string;
3989
+ borderError: string;
3990
+ borderHoverError: string;
3991
+ colorFocusError: string;
3992
+ borderFocusError: string;
3993
+ boxShadowFocusError: string;
3994
+ caretColorError: string;
3995
+ clearColor: string;
3996
+ clearColorHover: string;
3997
+ clearColorPressed: string;
3998
+ iconColor: string;
3999
+ iconColorDisabled: string;
4000
+ iconColorHover: string;
4001
+ iconColorPressed: string;
4002
+ suffixTextColor: string;
4003
+ paddingTiny: string;
4004
+ paddingSmall: string;
4005
+ paddingMedium: string;
4006
+ paddingLarge: string;
4007
+ clearSize: string;
4008
+ }, any>>>;
4009
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
4010
+ countTextColor: string;
4011
+ heightTiny: string;
4012
+ heightSmall: string;
4013
+ heightMedium: string;
4014
+ heightLarge: string;
4015
+ fontSizeTiny: string;
4016
+ fontSizeSmall: string;
4017
+ fontSizeMedium: string;
4018
+ fontSizeLarge: string;
4019
+ lineHeight: string;
4020
+ lineHeightTextarea: string;
4021
+ borderRadius: string;
4022
+ iconSize: string;
4023
+ groupLabelColor: string;
4024
+ groupLabelTextColor: string;
4025
+ textColor: string;
4026
+ textColorDisabled: string;
4027
+ textDecorationColor: string;
4028
+ caretColor: string;
4029
+ placeholderColor: string;
4030
+ placeholderColorDisabled: string;
4031
+ color: string;
4032
+ colorDisabled: string;
4033
+ colorFocus: string;
4034
+ groupLabelBorder: string;
4035
+ border: string;
4036
+ borderHover: string;
4037
+ borderDisabled: string;
4038
+ borderFocus: string;
4039
+ boxShadowFocus: string;
4040
+ loadingColor: string;
4041
+ loadingColorWarning: string;
4042
+ borderWarning: string;
4043
+ borderHoverWarning: string;
4044
+ colorFocusWarning: string;
4045
+ borderFocusWarning: string;
4046
+ boxShadowFocusWarning: string;
4047
+ caretColorWarning: string;
4048
+ loadingColorError: string;
4049
+ borderError: string;
4050
+ borderHoverError: string;
4051
+ colorFocusError: string;
4052
+ borderFocusError: string;
4053
+ boxShadowFocusError: string;
4054
+ caretColorError: string;
4055
+ clearColor: string;
4056
+ clearColorHover: string;
4057
+ clearColorPressed: string;
4058
+ iconColor: string;
4059
+ iconColorDisabled: string;
4060
+ iconColorHover: string;
4061
+ iconColorPressed: string;
4062
+ suffixTextColor: string;
4063
+ paddingTiny: string;
4064
+ paddingSmall: string;
4065
+ paddingMedium: string;
4066
+ paddingLarge: string;
4067
+ clearSize: string;
4068
+ }, any>>>;
4069
+ }>>, {
4070
+ type: "text" | "textarea" | "password";
4071
+ readonly: string | boolean;
4072
+ round: boolean;
4073
+ disabled: boolean | undefined;
4074
+ autofocus: boolean;
4075
+ autosize: boolean | {
4076
+ minRows?: number | undefined;
4077
+ maxRows?: number | undefined;
4078
+ };
4079
+ loading: boolean;
4080
+ bordered: boolean | undefined;
4081
+ clearable: boolean;
4082
+ defaultValue: string | [string, string] | null;
4083
+ resizable: boolean;
4084
+ pair: boolean;
4085
+ rows: string | number;
4086
+ passivelyActivated: boolean;
4087
+ stateful: boolean;
4088
+ showCount: boolean;
4089
+ attrSize: number;
4090
+ internalDeactivateOnEnter: boolean;
4091
+ internalForceFocus: boolean;
4092
+ internalLoadingBeforeSuffix: boolean;
4093
+ showPasswordToggle: boolean;
4094
+ }>;
4095
+ NInputNumber: import("vue").DefineComponent<{
4096
+ autofocus: BooleanConstructor;
4097
+ loading: {
4098
+ type: BooleanConstructor;
4099
+ default: undefined;
4100
+ };
4101
+ placeholder: StringConstructor;
4102
+ defaultValue: {
4103
+ type: PropType<number | null>;
4104
+ default: null;
4105
+ };
4106
+ value: PropType<number | null>;
4107
+ step: {
4108
+ type: (NumberConstructor | StringConstructor)[];
4109
+ default: number;
4110
+ };
4111
+ min: (NumberConstructor | StringConstructor)[];
4112
+ max: (NumberConstructor | StringConstructor)[];
4113
+ size: PropType<"small" | "medium" | "large">;
4114
+ disabled: {
4115
+ type: PropType<boolean | undefined>;
4116
+ default: undefined;
4117
+ };
4118
+ validator: PropType<(value: number) => boolean>;
4119
+ bordered: {
4120
+ type: PropType<boolean | undefined>;
4121
+ default: undefined;
4122
+ };
4123
+ showButton: {
4124
+ type: BooleanConstructor;
4125
+ default: boolean;
4126
+ };
4127
+ buttonPlacement: {
4128
+ type: PropType<"right" | "both">;
4129
+ default: string;
4130
+ };
4131
+ readonly: BooleanConstructor;
4132
+ clearable: BooleanConstructor;
4133
+ keyboard: {
4134
+ type: PropType<{
4135
+ ArrowUp?: boolean | undefined;
4136
+ ArrowDown?: boolean | undefined;
4137
+ }>;
4138
+ default: {};
4139
+ };
4140
+ updateValueOnInput: {
4141
+ type: BooleanConstructor;
4142
+ default: boolean;
4143
+ };
4144
+ parse: PropType<(input: string) => number | null>;
4145
+ format: PropType<(value: number | null) => string>;
4146
+ precision: NumberConstructor;
4147
+ status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
4148
+ 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
4149
+ onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
4150
+ onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
4151
+ onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
4152
+ onClear: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
4153
+ onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
4154
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"InputNumber", {
4155
+ iconColorDisabled: string;
4156
+ }, {
4157
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
4158
+ heightTiny: string;
4159
+ heightSmall: string;
4160
+ heightMedium: string;
4161
+ heightLarge: string;
4162
+ borderRadiusTiny: string;
4163
+ borderRadiusSmall: string;
4164
+ borderRadiusMedium: string;
4165
+ borderRadiusLarge: string;
4166
+ fontSizeTiny: string;
4167
+ fontSizeSmall: string;
4168
+ fontSizeMedium: string;
4169
+ fontSizeLarge: string;
4170
+ opacityDisabled: string;
4171
+ colorOpacitySecondary: string;
4172
+ colorOpacitySecondaryHover: string;
4173
+ colorOpacitySecondaryPressed: string;
4174
+ colorSecondary: string;
4175
+ colorSecondaryHover: string;
4176
+ colorSecondaryPressed: string;
4177
+ colorTertiary: string;
4178
+ colorTertiaryHover: string;
4179
+ colorTertiaryPressed: string;
4180
+ colorQuaternary: string;
4181
+ colorQuaternaryHover: string;
4182
+ colorQuaternaryPressed: string;
4183
+ color: string;
4184
+ colorHover: string;
4185
+ colorPressed: string;
4186
+ colorFocus: string;
4187
+ colorDisabled: string;
4188
+ textColor: string;
4189
+ textColorTertiary: string;
4190
+ textColorHover: string;
4191
+ textColorPressed: string;
4192
+ textColorFocus: string;
4193
+ textColorDisabled: string;
4194
+ textColorText: string;
4195
+ textColorTextHover: string;
4196
+ textColorTextPressed: string;
4197
+ textColorTextFocus: string;
4198
+ textColorTextDisabled: string;
4199
+ textColorGhost: string;
4200
+ textColorGhostHover: string;
4201
+ textColorGhostPressed: string;
4202
+ textColorGhostFocus: string;
4203
+ textColorGhostDisabled: string;
4204
+ border: string;
4205
+ borderHover: string;
4206
+ borderPressed: string;
4207
+ borderFocus: string;
4208
+ borderDisabled: string;
4209
+ rippleColor: string;
4210
+ colorPrimary: string;
4211
+ colorHoverPrimary: string;
4212
+ colorPressedPrimary: string;
4213
+ colorFocusPrimary: string;
4214
+ colorDisabledPrimary: string;
4215
+ textColorPrimary: string;
4216
+ textColorHoverPrimary: string;
4217
+ textColorPressedPrimary: string;
4218
+ textColorFocusPrimary: string;
4219
+ textColorDisabledPrimary: string;
4220
+ textColorTextPrimary: string;
4221
+ textColorTextHoverPrimary: string;
4222
+ textColorTextPressedPrimary: string;
4223
+ textColorTextFocusPrimary: string;
4224
+ textColorTextDisabledPrimary: string;
4225
+ textColorGhostPrimary: string;
4226
+ textColorGhostHoverPrimary: string;
4227
+ textColorGhostPressedPrimary: string;
4228
+ textColorGhostFocusPrimary: string;
4229
+ textColorGhostDisabledPrimary: string;
4230
+ borderPrimary: string;
4231
+ borderHoverPrimary: string;
4232
+ borderPressedPrimary: string;
4233
+ borderFocusPrimary: string;
4234
+ borderDisabledPrimary: string;
4235
+ rippleColorPrimary: string;
4236
+ colorInfo: string;
4237
+ colorHoverInfo: string;
4238
+ colorPressedInfo: string;
4239
+ colorFocusInfo: string;
4240
+ colorDisabledInfo: string;
4241
+ textColorInfo: string;
4242
+ textColorHoverInfo: string;
4243
+ textColorPressedInfo: string;
4244
+ textColorFocusInfo: string;
4245
+ textColorDisabledInfo: string;
4246
+ textColorTextInfo: string;
4247
+ textColorTextHoverInfo: string;
4248
+ textColorTextPressedInfo: string;
4249
+ textColorTextFocusInfo: string;
4250
+ textColorTextDisabledInfo: string;
4251
+ textColorGhostInfo: string;
4252
+ textColorGhostHoverInfo: string;
4253
+ textColorGhostPressedInfo: string;
4254
+ textColorGhostFocusInfo: string;
4255
+ textColorGhostDisabledInfo: string;
4256
+ borderInfo: string;
4257
+ borderHoverInfo: string;
4258
+ borderPressedInfo: string;
4259
+ borderFocusInfo: string;
4260
+ borderDisabledInfo: string;
4261
+ rippleColorInfo: string;
4262
+ colorSuccess: string;
4263
+ colorHoverSuccess: string;
4264
+ colorPressedSuccess: string;
4265
+ colorFocusSuccess: string;
4266
+ colorDisabledSuccess: string;
4267
+ textColorSuccess: string;
4268
+ textColorHoverSuccess: string;
4269
+ textColorPressedSuccess: string;
4270
+ textColorFocusSuccess: string;
4271
+ textColorDisabledSuccess: string;
4272
+ textColorTextSuccess: string;
4273
+ textColorTextHoverSuccess: string;
4274
+ textColorTextPressedSuccess: string;
4275
+ textColorTextFocusSuccess: string;
4276
+ textColorTextDisabledSuccess: string;
4277
+ textColorGhostSuccess: string;
4278
+ textColorGhostHoverSuccess: string;
4279
+ textColorGhostPressedSuccess: string;
4280
+ textColorGhostFocusSuccess: string;
4281
+ textColorGhostDisabledSuccess: string;
4282
+ borderSuccess: string;
4283
+ borderHoverSuccess: string;
4284
+ borderPressedSuccess: string;
4285
+ borderFocusSuccess: string;
4286
+ borderDisabledSuccess: string;
4287
+ rippleColorSuccess: string;
4288
+ colorWarning: string;
4289
+ colorHoverWarning: string;
4290
+ colorPressedWarning: string;
4291
+ colorFocusWarning: string;
4292
+ colorDisabledWarning: string;
4293
+ textColorWarning: string;
4294
+ textColorHoverWarning: string;
4295
+ textColorPressedWarning: string;
4296
+ textColorFocusWarning: string;
4297
+ textColorDisabledWarning: string;
4298
+ textColorTextWarning: string;
4299
+ textColorTextHoverWarning: string;
4300
+ textColorTextPressedWarning: string;
4301
+ textColorTextFocusWarning: string;
4302
+ textColorTextDisabledWarning: string;
4303
+ textColorGhostWarning: string;
4304
+ textColorGhostHoverWarning: string;
4305
+ textColorGhostPressedWarning: string;
4306
+ textColorGhostFocusWarning: string;
4307
+ textColorGhostDisabledWarning: string;
4308
+ borderWarning: string;
4309
+ borderHoverWarning: string;
4310
+ borderPressedWarning: string;
4311
+ borderFocusWarning: string;
4312
+ borderDisabledWarning: string;
4313
+ rippleColorWarning: string;
4314
+ colorError: string;
4315
+ colorHoverError: string;
4316
+ colorPressedError: string;
4317
+ colorFocusError: string;
4318
+ colorDisabledError: string;
4319
+ textColorError: string;
4320
+ textColorHoverError: string;
4321
+ textColorPressedError: string;
4322
+ textColorFocusError: string;
4323
+ textColorDisabledError: string;
4324
+ textColorTextError: string;
4325
+ textColorTextHoverError: string;
4326
+ textColorTextPressedError: string;
4327
+ textColorTextFocusError: string;
4328
+ textColorTextDisabledError: string;
4329
+ textColorGhostError: string;
4330
+ textColorGhostHoverError: string;
4331
+ textColorGhostPressedError: string;
4332
+ textColorGhostFocusError: string;
4333
+ textColorGhostDisabledError: string;
4334
+ borderError: string;
4335
+ borderHoverError: string;
4336
+ borderPressedError: string;
4337
+ borderFocusError: string;
4338
+ borderDisabledError: string;
4339
+ rippleColorError: string;
4340
+ waveOpacity: string;
4341
+ fontWeight: string;
4342
+ fontWeightStrong: string;
4343
+ paddingTiny: string;
4344
+ paddingSmall: string;
4345
+ paddingMedium: string;
4346
+ paddingLarge: string;
4347
+ paddingRoundTiny: string;
4348
+ paddingRoundSmall: string;
4349
+ paddingRoundMedium: string;
4350
+ paddingRoundLarge: string;
4351
+ iconMarginTiny: string;
4352
+ iconMarginSmall: string;
4353
+ iconMarginMedium: string;
4354
+ iconMarginLarge: string;
4355
+ iconSizeTiny: string;
4356
+ iconSizeSmall: string;
4357
+ iconSizeMedium: string;
4358
+ iconSizeLarge: string;
4359
+ rippleDuration: string;
4360
+ }, any>;
4361
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
4362
+ countTextColor: string;
4363
+ heightTiny: string;
4364
+ heightSmall: string;
4365
+ heightMedium: string;
4366
+ heightLarge: string;
4367
+ fontSizeTiny: string;
4368
+ fontSizeSmall: string;
4369
+ fontSizeMedium: string;
4370
+ fontSizeLarge: string;
4371
+ lineHeight: string;
4372
+ lineHeightTextarea: string;
4373
+ borderRadius: string;
4374
+ iconSize: string;
4375
+ groupLabelColor: string;
4376
+ groupLabelTextColor: string;
4377
+ textColor: string;
4378
+ textColorDisabled: string;
4379
+ textDecorationColor: string;
4380
+ caretColor: string;
4381
+ placeholderColor: string;
4382
+ placeholderColorDisabled: string;
4383
+ color: string;
4384
+ colorDisabled: string;
4385
+ colorFocus: string;
4386
+ groupLabelBorder: string;
4387
+ border: string;
4388
+ borderHover: string;
4389
+ borderDisabled: string;
4390
+ borderFocus: string;
4391
+ boxShadowFocus: string;
4392
+ loadingColor: string;
4393
+ loadingColorWarning: string;
4394
+ borderWarning: string;
4395
+ borderHoverWarning: string;
4396
+ colorFocusWarning: string;
4397
+ borderFocusWarning: string;
4398
+ boxShadowFocusWarning: string;
4399
+ caretColorWarning: string;
4400
+ loadingColorError: string;
4401
+ borderError: string;
4402
+ borderHoverError: string;
4403
+ colorFocusError: string;
4404
+ borderFocusError: string;
4405
+ boxShadowFocusError: string;
4406
+ caretColorError: string;
4407
+ clearColor: string;
4408
+ clearColorHover: string;
4409
+ clearColorPressed: string;
4410
+ iconColor: string;
4411
+ iconColorDisabled: string;
4412
+ iconColorHover: string;
4413
+ iconColorPressed: string;
4414
+ suffixTextColor: string;
4415
+ paddingTiny: string;
4416
+ paddingSmall: string;
4417
+ paddingMedium: string;
4418
+ paddingLarge: string;
4419
+ clearSize: string;
4420
+ }, any>;
4421
+ }>>;
4422
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"InputNumber", {
4423
+ iconColorDisabled: string;
4424
+ }, {
4425
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
4426
+ heightTiny: string;
4427
+ heightSmall: string;
4428
+ heightMedium: string;
4429
+ heightLarge: string;
4430
+ borderRadiusTiny: string;
4431
+ borderRadiusSmall: string;
4432
+ borderRadiusMedium: string;
4433
+ borderRadiusLarge: string;
4434
+ fontSizeTiny: string;
4435
+ fontSizeSmall: string;
4436
+ fontSizeMedium: string;
4437
+ fontSizeLarge: string;
4438
+ opacityDisabled: string;
4439
+ colorOpacitySecondary: string;
4440
+ colorOpacitySecondaryHover: string;
4441
+ colorOpacitySecondaryPressed: string;
4442
+ colorSecondary: string;
4443
+ colorSecondaryHover: string;
4444
+ colorSecondaryPressed: string;
4445
+ colorTertiary: string;
4446
+ colorTertiaryHover: string;
4447
+ colorTertiaryPressed: string;
4448
+ colorQuaternary: string;
4449
+ colorQuaternaryHover: string;
4450
+ colorQuaternaryPressed: string;
4451
+ color: string;
4452
+ colorHover: string;
4453
+ colorPressed: string;
4454
+ colorFocus: string;
4455
+ colorDisabled: string;
4456
+ textColor: string;
4457
+ textColorTertiary: string;
4458
+ textColorHover: string;
4459
+ textColorPressed: string;
4460
+ textColorFocus: string;
4461
+ textColorDisabled: string;
4462
+ textColorText: string;
4463
+ textColorTextHover: string;
4464
+ textColorTextPressed: string;
4465
+ textColorTextFocus: string;
4466
+ textColorTextDisabled: string;
4467
+ textColorGhost: string;
4468
+ textColorGhostHover: string;
4469
+ textColorGhostPressed: string;
4470
+ textColorGhostFocus: string;
4471
+ textColorGhostDisabled: string;
4472
+ border: string;
4473
+ borderHover: string;
4474
+ borderPressed: string;
4475
+ borderFocus: string;
4476
+ borderDisabled: string;
4477
+ rippleColor: string;
4478
+ colorPrimary: string;
4479
+ colorHoverPrimary: string;
4480
+ colorPressedPrimary: string;
4481
+ colorFocusPrimary: string;
4482
+ colorDisabledPrimary: string;
4483
+ textColorPrimary: string;
4484
+ textColorHoverPrimary: string;
4485
+ textColorPressedPrimary: string;
4486
+ textColorFocusPrimary: string;
4487
+ textColorDisabledPrimary: string;
4488
+ textColorTextPrimary: string;
4489
+ textColorTextHoverPrimary: string;
4490
+ textColorTextPressedPrimary: string;
4491
+ textColorTextFocusPrimary: string;
4492
+ textColorTextDisabledPrimary: string;
4493
+ textColorGhostPrimary: string;
4494
+ textColorGhostHoverPrimary: string;
4495
+ textColorGhostPressedPrimary: string;
4496
+ textColorGhostFocusPrimary: string;
4497
+ textColorGhostDisabledPrimary: string;
4498
+ borderPrimary: string;
4499
+ borderHoverPrimary: string;
4500
+ borderPressedPrimary: string;
4501
+ borderFocusPrimary: string;
4502
+ borderDisabledPrimary: string;
4503
+ rippleColorPrimary: string;
4504
+ colorInfo: string;
4505
+ colorHoverInfo: string;
4506
+ colorPressedInfo: string;
4507
+ colorFocusInfo: string;
4508
+ colorDisabledInfo: string;
4509
+ textColorInfo: string;
4510
+ textColorHoverInfo: string;
4511
+ textColorPressedInfo: string;
4512
+ textColorFocusInfo: string;
4513
+ textColorDisabledInfo: string;
4514
+ textColorTextInfo: string;
4515
+ textColorTextHoverInfo: string;
4516
+ textColorTextPressedInfo: string;
4517
+ textColorTextFocusInfo: string;
4518
+ textColorTextDisabledInfo: string;
4519
+ textColorGhostInfo: string;
4520
+ textColorGhostHoverInfo: string;
4521
+ textColorGhostPressedInfo: string;
4522
+ textColorGhostFocusInfo: string;
4523
+ textColorGhostDisabledInfo: string;
4524
+ borderInfo: string;
4525
+ borderHoverInfo: string;
4526
+ borderPressedInfo: string;
4527
+ borderFocusInfo: string;
4528
+ borderDisabledInfo: string;
4529
+ rippleColorInfo: string;
4530
+ colorSuccess: string;
4531
+ colorHoverSuccess: string;
4532
+ colorPressedSuccess: string;
4533
+ colorFocusSuccess: string;
4534
+ colorDisabledSuccess: string;
4535
+ textColorSuccess: string;
4536
+ textColorHoverSuccess: string;
4537
+ textColorPressedSuccess: string;
4538
+ textColorFocusSuccess: string;
4539
+ textColorDisabledSuccess: string;
4540
+ textColorTextSuccess: string;
4541
+ textColorTextHoverSuccess: string;
4542
+ textColorTextPressedSuccess: string;
4543
+ textColorTextFocusSuccess: string;
4544
+ textColorTextDisabledSuccess: string;
4545
+ textColorGhostSuccess: string;
4546
+ textColorGhostHoverSuccess: string;
4547
+ textColorGhostPressedSuccess: string;
4548
+ textColorGhostFocusSuccess: string;
4549
+ textColorGhostDisabledSuccess: string;
4550
+ borderSuccess: string;
4551
+ borderHoverSuccess: string;
4552
+ borderPressedSuccess: string;
4553
+ borderFocusSuccess: string;
4554
+ borderDisabledSuccess: string;
4555
+ rippleColorSuccess: string;
4556
+ colorWarning: string;
4557
+ colorHoverWarning: string;
4558
+ colorPressedWarning: string;
4559
+ colorFocusWarning: string;
4560
+ colorDisabledWarning: string;
4561
+ textColorWarning: string;
4562
+ textColorHoverWarning: string;
4563
+ textColorPressedWarning: string;
4564
+ textColorFocusWarning: string;
4565
+ textColorDisabledWarning: string;
4566
+ textColorTextWarning: string;
4567
+ textColorTextHoverWarning: string;
4568
+ textColorTextPressedWarning: string;
4569
+ textColorTextFocusWarning: string;
4570
+ textColorTextDisabledWarning: string;
4571
+ textColorGhostWarning: string;
4572
+ textColorGhostHoverWarning: string;
4573
+ textColorGhostPressedWarning: string;
4574
+ textColorGhostFocusWarning: string;
4575
+ textColorGhostDisabledWarning: string;
4576
+ borderWarning: string;
4577
+ borderHoverWarning: string;
4578
+ borderPressedWarning: string;
4579
+ borderFocusWarning: string;
4580
+ borderDisabledWarning: string;
4581
+ rippleColorWarning: string;
4582
+ colorError: string;
4583
+ colorHoverError: string;
4584
+ colorPressedError: string;
4585
+ colorFocusError: string;
4586
+ colorDisabledError: string;
4587
+ textColorError: string;
4588
+ textColorHoverError: string;
4589
+ textColorPressedError: string;
4590
+ textColorFocusError: string;
4591
+ textColorDisabledError: string;
4592
+ textColorTextError: string;
4593
+ textColorTextHoverError: string;
4594
+ textColorTextPressedError: string;
4595
+ textColorTextFocusError: string;
4596
+ textColorTextDisabledError: string;
4597
+ textColorGhostError: string;
4598
+ textColorGhostHoverError: string;
4599
+ textColorGhostPressedError: string;
4600
+ textColorGhostFocusError: string;
4601
+ textColorGhostDisabledError: string;
4602
+ borderError: string;
4603
+ borderHoverError: string;
4604
+ borderPressedError: string;
4605
+ borderFocusError: string;
4606
+ borderDisabledError: string;
4607
+ rippleColorError: string;
4608
+ waveOpacity: string;
4609
+ fontWeight: string;
4610
+ fontWeightStrong: string;
4611
+ paddingTiny: string;
4612
+ paddingSmall: string;
4613
+ paddingMedium: string;
4614
+ paddingLarge: string;
4615
+ paddingRoundTiny: string;
4616
+ paddingRoundSmall: string;
4617
+ paddingRoundMedium: string;
4618
+ paddingRoundLarge: string;
4619
+ iconMarginTiny: string;
4620
+ iconMarginSmall: string;
4621
+ iconMarginMedium: string;
4622
+ iconMarginLarge: string;
4623
+ iconSizeTiny: string;
4624
+ iconSizeSmall: string;
4625
+ iconSizeMedium: string;
4626
+ iconSizeLarge: string;
4627
+ rippleDuration: string;
4628
+ }, any>;
4629
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
4630
+ countTextColor: string;
4631
+ heightTiny: string;
4632
+ heightSmall: string;
4633
+ heightMedium: string;
4634
+ heightLarge: string;
4635
+ fontSizeTiny: string;
4636
+ fontSizeSmall: string;
4637
+ fontSizeMedium: string;
4638
+ fontSizeLarge: string;
4639
+ lineHeight: string;
4640
+ lineHeightTextarea: string;
4641
+ borderRadius: string;
4642
+ iconSize: string;
4643
+ groupLabelColor: string;
4644
+ groupLabelTextColor: string;
4645
+ textColor: string;
4646
+ textColorDisabled: string;
4647
+ textDecorationColor: string;
4648
+ caretColor: string;
4649
+ placeholderColor: string;
4650
+ placeholderColorDisabled: string;
4651
+ color: string;
4652
+ colorDisabled: string;
4653
+ colorFocus: string;
4654
+ groupLabelBorder: string;
4655
+ border: string;
4656
+ borderHover: string;
4657
+ borderDisabled: string;
4658
+ borderFocus: string;
4659
+ boxShadowFocus: string;
4660
+ loadingColor: string;
4661
+ loadingColorWarning: string;
4662
+ borderWarning: string;
4663
+ borderHoverWarning: string;
4664
+ colorFocusWarning: string;
4665
+ borderFocusWarning: string;
4666
+ boxShadowFocusWarning: string;
4667
+ caretColorWarning: string;
4668
+ loadingColorError: string;
4669
+ borderError: string;
4670
+ borderHoverError: string;
4671
+ colorFocusError: string;
4672
+ borderFocusError: string;
4673
+ boxShadowFocusError: string;
4674
+ caretColorError: string;
4675
+ clearColor: string;
4676
+ clearColorHover: string;
4677
+ clearColorPressed: string;
4678
+ iconColor: string;
4679
+ iconColorDisabled: string;
4680
+ iconColorHover: string;
4681
+ iconColorPressed: string;
4682
+ suffixTextColor: string;
4683
+ paddingTiny: string;
4684
+ paddingSmall: string;
4685
+ paddingMedium: string;
4686
+ paddingLarge: string;
4687
+ clearSize: string;
4688
+ }, any>;
4689
+ }>>>;
4690
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"InputNumber", {
4691
+ iconColorDisabled: string;
4692
+ }, {
4693
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
4694
+ heightTiny: string;
4695
+ heightSmall: string;
4696
+ heightMedium: string;
4697
+ heightLarge: string;
4698
+ borderRadiusTiny: string;
4699
+ borderRadiusSmall: string;
4700
+ borderRadiusMedium: string;
4701
+ borderRadiusLarge: string;
4702
+ fontSizeTiny: string;
4703
+ fontSizeSmall: string;
4704
+ fontSizeMedium: string;
4705
+ fontSizeLarge: string;
4706
+ opacityDisabled: string;
4707
+ colorOpacitySecondary: string;
4708
+ colorOpacitySecondaryHover: string;
4709
+ colorOpacitySecondaryPressed: string;
4710
+ colorSecondary: string;
4711
+ colorSecondaryHover: string;
4712
+ colorSecondaryPressed: string;
4713
+ colorTertiary: string;
4714
+ colorTertiaryHover: string;
4715
+ colorTertiaryPressed: string;
4716
+ colorQuaternary: string;
4717
+ colorQuaternaryHover: string;
4718
+ colorQuaternaryPressed: string;
4719
+ color: string;
4720
+ colorHover: string;
4721
+ colorPressed: string;
4722
+ colorFocus: string;
4723
+ colorDisabled: string;
4724
+ textColor: string;
4725
+ textColorTertiary: string;
4726
+ textColorHover: string;
4727
+ textColorPressed: string;
4728
+ textColorFocus: string;
4729
+ textColorDisabled: string;
4730
+ textColorText: string;
4731
+ textColorTextHover: string;
4732
+ textColorTextPressed: string;
4733
+ textColorTextFocus: string;
4734
+ textColorTextDisabled: string;
4735
+ textColorGhost: string;
4736
+ textColorGhostHover: string;
4737
+ textColorGhostPressed: string;
4738
+ textColorGhostFocus: string;
4739
+ textColorGhostDisabled: string;
4740
+ border: string;
4741
+ borderHover: string;
4742
+ borderPressed: string;
4743
+ borderFocus: string;
4744
+ borderDisabled: string;
4745
+ rippleColor: string;
4746
+ colorPrimary: string;
4747
+ colorHoverPrimary: string;
4748
+ colorPressedPrimary: string;
4749
+ colorFocusPrimary: string;
4750
+ colorDisabledPrimary: string;
4751
+ textColorPrimary: string;
4752
+ textColorHoverPrimary: string;
4753
+ textColorPressedPrimary: string;
4754
+ textColorFocusPrimary: string;
4755
+ textColorDisabledPrimary: string;
4756
+ textColorTextPrimary: string;
4757
+ textColorTextHoverPrimary: string;
4758
+ textColorTextPressedPrimary: string;
4759
+ textColorTextFocusPrimary: string;
4760
+ textColorTextDisabledPrimary: string;
4761
+ textColorGhostPrimary: string;
4762
+ textColorGhostHoverPrimary: string;
4763
+ textColorGhostPressedPrimary: string;
4764
+ textColorGhostFocusPrimary: string;
4765
+ textColorGhostDisabledPrimary: string;
4766
+ borderPrimary: string;
4767
+ borderHoverPrimary: string;
4768
+ borderPressedPrimary: string;
4769
+ borderFocusPrimary: string;
4770
+ borderDisabledPrimary: string;
4771
+ rippleColorPrimary: string;
4772
+ colorInfo: string;
4773
+ colorHoverInfo: string;
4774
+ colorPressedInfo: string;
4775
+ colorFocusInfo: string;
4776
+ colorDisabledInfo: string;
4777
+ textColorInfo: string;
4778
+ textColorHoverInfo: string;
4779
+ textColorPressedInfo: string;
4780
+ textColorFocusInfo: string;
4781
+ textColorDisabledInfo: string;
4782
+ textColorTextInfo: string;
4783
+ textColorTextHoverInfo: string;
4784
+ textColorTextPressedInfo: string;
4785
+ textColorTextFocusInfo: string;
4786
+ textColorTextDisabledInfo: string;
4787
+ textColorGhostInfo: string;
4788
+ textColorGhostHoverInfo: string;
4789
+ textColorGhostPressedInfo: string;
4790
+ textColorGhostFocusInfo: string;
4791
+ textColorGhostDisabledInfo: string;
4792
+ borderInfo: string;
4793
+ borderHoverInfo: string;
4794
+ borderPressedInfo: string;
4795
+ borderFocusInfo: string;
4796
+ borderDisabledInfo: string;
4797
+ rippleColorInfo: string;
4798
+ colorSuccess: string;
4799
+ colorHoverSuccess: string;
4800
+ colorPressedSuccess: string;
4801
+ colorFocusSuccess: string;
4802
+ colorDisabledSuccess: string;
4803
+ textColorSuccess: string;
4804
+ textColorHoverSuccess: string;
4805
+ textColorPressedSuccess: string;
4806
+ textColorFocusSuccess: string;
4807
+ textColorDisabledSuccess: string;
4808
+ textColorTextSuccess: string;
4809
+ textColorTextHoverSuccess: string;
4810
+ textColorTextPressedSuccess: string;
4811
+ textColorTextFocusSuccess: string;
4812
+ textColorTextDisabledSuccess: string;
4813
+ textColorGhostSuccess: string;
4814
+ textColorGhostHoverSuccess: string;
4815
+ textColorGhostPressedSuccess: string;
4816
+ textColorGhostFocusSuccess: string;
4817
+ textColorGhostDisabledSuccess: string;
4818
+ borderSuccess: string;
4819
+ borderHoverSuccess: string;
4820
+ borderPressedSuccess: string;
4821
+ borderFocusSuccess: string;
4822
+ borderDisabledSuccess: string;
4823
+ rippleColorSuccess: string;
4824
+ colorWarning: string;
4825
+ colorHoverWarning: string;
4826
+ colorPressedWarning: string;
4827
+ colorFocusWarning: string;
4828
+ colorDisabledWarning: string;
4829
+ textColorWarning: string;
4830
+ textColorHoverWarning: string;
4831
+ textColorPressedWarning: string;
4832
+ textColorFocusWarning: string;
4833
+ textColorDisabledWarning: string;
4834
+ textColorTextWarning: string;
4835
+ textColorTextHoverWarning: string;
4836
+ textColorTextPressedWarning: string;
4837
+ textColorTextFocusWarning: string;
4838
+ textColorTextDisabledWarning: string;
4839
+ textColorGhostWarning: string;
4840
+ textColorGhostHoverWarning: string;
4841
+ textColorGhostPressedWarning: string;
4842
+ textColorGhostFocusWarning: string;
4843
+ textColorGhostDisabledWarning: string;
4844
+ borderWarning: string;
4845
+ borderHoverWarning: string;
4846
+ borderPressedWarning: string;
4847
+ borderFocusWarning: string;
4848
+ borderDisabledWarning: string;
4849
+ rippleColorWarning: string;
4850
+ colorError: string;
4851
+ colorHoverError: string;
4852
+ colorPressedError: string;
4853
+ colorFocusError: string;
4854
+ colorDisabledError: string;
4855
+ textColorError: string;
4856
+ textColorHoverError: string;
4857
+ textColorPressedError: string;
4858
+ textColorFocusError: string;
4859
+ textColorDisabledError: string;
4860
+ textColorTextError: string;
4861
+ textColorTextHoverError: string;
4862
+ textColorTextPressedError: string;
4863
+ textColorTextFocusError: string;
4864
+ textColorTextDisabledError: string;
4865
+ textColorGhostError: string;
4866
+ textColorGhostHoverError: string;
4867
+ textColorGhostPressedError: string;
4868
+ textColorGhostFocusError: string;
4869
+ textColorGhostDisabledError: string;
4870
+ borderError: string;
4871
+ borderHoverError: string;
4872
+ borderPressedError: string;
4873
+ borderFocusError: string;
4874
+ borderDisabledError: string;
4875
+ rippleColorError: string;
4876
+ waveOpacity: string;
4877
+ fontWeight: string;
4878
+ fontWeightStrong: string;
4879
+ paddingTiny: string;
4880
+ paddingSmall: string;
4881
+ paddingMedium: string;
4882
+ paddingLarge: string;
4883
+ paddingRoundTiny: string;
4884
+ paddingRoundSmall: string;
4885
+ paddingRoundMedium: string;
4886
+ paddingRoundLarge: string;
4887
+ iconMarginTiny: string;
4888
+ iconMarginSmall: string;
4889
+ iconMarginMedium: string;
4890
+ iconMarginLarge: string;
4891
+ iconSizeTiny: string;
4892
+ iconSizeSmall: string;
4893
+ iconSizeMedium: string;
4894
+ iconSizeLarge: string;
4895
+ rippleDuration: string;
4896
+ }, any>;
4897
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
4898
+ countTextColor: string;
4899
+ heightTiny: string;
4900
+ heightSmall: string;
4901
+ heightMedium: string;
4902
+ heightLarge: string;
4903
+ fontSizeTiny: string;
4904
+ fontSizeSmall: string;
4905
+ fontSizeMedium: string;
4906
+ fontSizeLarge: string;
4907
+ lineHeight: string;
4908
+ lineHeightTextarea: string;
4909
+ borderRadius: string;
4910
+ iconSize: string;
4911
+ groupLabelColor: string;
4912
+ groupLabelTextColor: string;
4913
+ textColor: string;
4914
+ textColorDisabled: string;
4915
+ textDecorationColor: string;
4916
+ caretColor: string;
4917
+ placeholderColor: string;
4918
+ placeholderColorDisabled: string;
4919
+ color: string;
4920
+ colorDisabled: string;
4921
+ colorFocus: string;
4922
+ groupLabelBorder: string;
4923
+ border: string;
4924
+ borderHover: string;
4925
+ borderDisabled: string;
4926
+ borderFocus: string;
4927
+ boxShadowFocus: string;
4928
+ loadingColor: string;
4929
+ loadingColorWarning: string;
4930
+ borderWarning: string;
4931
+ borderHoverWarning: string;
4932
+ colorFocusWarning: string;
4933
+ borderFocusWarning: string;
4934
+ boxShadowFocusWarning: string;
4935
+ caretColorWarning: string;
4936
+ loadingColorError: string;
4937
+ borderError: string;
4938
+ borderHoverError: string;
4939
+ colorFocusError: string;
4940
+ borderFocusError: string;
4941
+ boxShadowFocusError: string;
4942
+ caretColorError: string;
4943
+ clearColor: string;
4944
+ clearColorHover: string;
4945
+ clearColorPressed: string;
4946
+ iconColor: string;
4947
+ iconColorDisabled: string;
4948
+ iconColorHover: string;
4949
+ iconColorPressed: string;
4950
+ suffixTextColor: string;
4951
+ paddingTiny: string;
4952
+ paddingSmall: string;
4953
+ paddingMedium: string;
4954
+ paddingLarge: string;
4955
+ clearSize: string;
4956
+ }, any>;
4957
+ }>>>;
4958
+ }, {
4959
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
4960
+ inputInstRef: import("vue").Ref<{
4961
+ wrapperElRef: HTMLElement | null;
4962
+ textareaElRef: HTMLTextAreaElement | null;
4963
+ inputElRef: HTMLInputElement | null;
4964
+ isCompositing: boolean;
4965
+ blur: () => void;
4966
+ focus: () => void;
4967
+ select: () => void;
4968
+ activate: () => void;
4969
+ deactivate: () => void;
4970
+ } | null>;
4971
+ minusButtonInstRef: import("vue").Ref<{
4972
+ $el: HTMLElement;
4973
+ } | null>;
4974
+ addButtonInstRef: import("vue").Ref<{
4975
+ $el: HTMLElement;
4976
+ } | null>;
4977
+ mergedClsPrefix: import("vue").ComputedRef<string>;
4978
+ mergedBordered: import("vue").ComputedRef<boolean>;
4979
+ uncontrolledValue: import("vue").Ref<number | null>;
4980
+ mergedValue: import("vue").ComputedRef<number | null>;
4981
+ mergedPlaceholder: import("vue").ComputedRef<string>;
4982
+ displayedValueInvalid: import("vue").ComputedRef<boolean>;
4983
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
4984
+ mergedDisabled: import("vue").ComputedRef<boolean>;
4985
+ displayedValue: import("vue").Ref<string>;
4986
+ addable: import("vue").ComputedRef<boolean>;
4987
+ minusable: import("vue").ComputedRef<boolean>;
4988
+ mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
4989
+ handleFocus: (e: FocusEvent) => void;
4990
+ handleBlur: (e: FocusEvent) => void;
4991
+ handleClear: (e: MouseEvent) => void;
4992
+ handleMouseDown: (e: MouseEvent) => void;
4993
+ handleAddClick: () => void;
4994
+ handleMinusClick: () => void;
4995
+ handleAddMousedown: () => void;
4996
+ handleMinusMousedown: () => void;
4997
+ handleKeyDown: (e: KeyboardEvent) => void;
4998
+ handleUpdateDisplayedValue: (value: string) => void;
4999
+ mergedTheme: import("vue").ComputedRef<{
5000
+ common: {
5001
+ baseColor: string;
5002
+ primaryColor: string;
5003
+ primaryColorHover: string;
5004
+ primaryColorPressed: string;
5005
+ primaryColorSuppl: string;
5006
+ infoColor: string;
5007
+ infoColorHover: string;
5008
+ infoColorPressed: string;
5009
+ infoColorSuppl: string;
5010
+ successColor: string;
5011
+ successColorHover: string;
5012
+ successColorPressed: string;
5013
+ successColorSuppl: string;
5014
+ warningColor: string;
5015
+ warningColorHover: string;
5016
+ warningColorPressed: string;
5017
+ warningColorSuppl: string;
5018
+ errorColor: string;
5019
+ errorColorHover: string;
5020
+ errorColorPressed: string;
5021
+ errorColorSuppl: string;
5022
+ textColorBase: string;
5023
+ textColor1: string;
5024
+ textColor2: string;
5025
+ textColor3: string;
5026
+ textColorDisabled: string;
5027
+ placeholderColor: string;
5028
+ placeholderColorDisabled: string;
5029
+ iconColor: string;
5030
+ iconColorHover: string;
5031
+ iconColorPressed: string;
5032
+ iconColorDisabled: string;
5033
+ opacity1: string;
5034
+ opacity2: string;
5035
+ opacity3: string;
5036
+ opacity4: string;
5037
+ opacity5: string;
5038
+ dividerColor: string;
5039
+ borderColor: string;
5040
+ closeIconColor: string;
5041
+ closeIconColorHover: string;
5042
+ closeIconColorPressed: string;
5043
+ closeColorHover: string;
5044
+ closeColorPressed: string;
5045
+ clearColor: string;
5046
+ clearColorHover: string;
5047
+ clearColorPressed: string;
5048
+ scrollbarColor: string;
5049
+ scrollbarColorHover: string;
5050
+ scrollbarWidth: string;
5051
+ scrollbarHeight: string;
5052
+ scrollbarBorderRadius: string;
5053
+ progressRailColor: string;
5054
+ railColor: string;
5055
+ popoverColor: string;
5056
+ tableColor: string;
5057
+ cardColor: string;
5058
+ modalColor: string;
5059
+ bodyColor: string;
5060
+ tagColor: string;
5061
+ avatarColor: string;
5062
+ invertedColor: string;
5063
+ inputColor: string;
5064
+ codeColor: string;
5065
+ tabColor: string;
5066
+ actionColor: string;
5067
+ tableHeaderColor: string;
5068
+ hoverColor: string;
5069
+ tableColorHover: string;
5070
+ tableColorStriped: string;
5071
+ pressedColor: string;
5072
+ opacityDisabled: string;
5073
+ inputColorDisabled: string;
5074
+ buttonColor2: string;
5075
+ buttonColor2Hover: string;
5076
+ buttonColor2Pressed: string;
5077
+ boxShadow1: string;
5078
+ boxShadow2: string;
5079
+ boxShadow3: string;
5080
+ fontFamily: string;
5081
+ fontFamilyMono: string;
5082
+ fontWeight: string;
5083
+ fontWeightStrong: string;
5084
+ cubicBezierEaseInOut: string;
5085
+ cubicBezierEaseOut: string;
5086
+ cubicBezierEaseIn: string;
5087
+ borderRadius: string;
5088
+ borderRadiusSmall: string;
5089
+ fontSize: string;
5090
+ fontSizeMini: string;
5091
+ fontSizeTiny: string;
5092
+ fontSizeSmall: string;
5093
+ fontSizeMedium: string;
5094
+ fontSizeLarge: string;
5095
+ fontSizeHuge: string;
5096
+ lineHeight: string;
5097
+ heightMini: string;
5098
+ heightTiny: string;
5099
+ heightSmall: string;
5100
+ heightMedium: string;
5101
+ heightLarge: string;
5102
+ heightHuge: string;
5103
+ name: "common";
5104
+ };
5105
+ self: {
5106
+ iconColorDisabled: string;
5107
+ };
5108
+ peers: {
5109
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
5110
+ heightTiny: string;
5111
+ heightSmall: string;
5112
+ heightMedium: string;
5113
+ heightLarge: string;
5114
+ borderRadiusTiny: string;
5115
+ borderRadiusSmall: string;
5116
+ borderRadiusMedium: string;
5117
+ borderRadiusLarge: string;
5118
+ fontSizeTiny: string;
5119
+ fontSizeSmall: string;
5120
+ fontSizeMedium: string;
5121
+ fontSizeLarge: string;
5122
+ opacityDisabled: string;
5123
+ colorOpacitySecondary: string;
5124
+ colorOpacitySecondaryHover: string;
5125
+ colorOpacitySecondaryPressed: string;
5126
+ colorSecondary: string;
5127
+ colorSecondaryHover: string;
5128
+ colorSecondaryPressed: string;
5129
+ colorTertiary: string;
5130
+ colorTertiaryHover: string;
5131
+ colorTertiaryPressed: string;
5132
+ colorQuaternary: string;
5133
+ colorQuaternaryHover: string;
5134
+ colorQuaternaryPressed: string;
5135
+ color: string;
5136
+ colorHover: string;
5137
+ colorPressed: string;
5138
+ colorFocus: string;
5139
+ colorDisabled: string;
5140
+ textColor: string;
5141
+ textColorTertiary: string;
5142
+ textColorHover: string;
5143
+ textColorPressed: string;
5144
+ textColorFocus: string;
5145
+ textColorDisabled: string;
5146
+ textColorText: string;
5147
+ textColorTextHover: string;
5148
+ textColorTextPressed: string;
5149
+ textColorTextFocus: string;
5150
+ textColorTextDisabled: string;
5151
+ textColorGhost: string;
5152
+ textColorGhostHover: string;
5153
+ textColorGhostPressed: string;
5154
+ textColorGhostFocus: string;
5155
+ textColorGhostDisabled: string;
5156
+ border: string;
5157
+ borderHover: string;
5158
+ borderPressed: string;
5159
+ borderFocus: string;
5160
+ borderDisabled: string;
5161
+ rippleColor: string;
5162
+ colorPrimary: string;
5163
+ colorHoverPrimary: string;
5164
+ colorPressedPrimary: string;
5165
+ colorFocusPrimary: string;
5166
+ colorDisabledPrimary: string;
5167
+ textColorPrimary: string;
5168
+ textColorHoverPrimary: string;
5169
+ textColorPressedPrimary: string;
5170
+ textColorFocusPrimary: string;
5171
+ textColorDisabledPrimary: string;
5172
+ textColorTextPrimary: string;
5173
+ textColorTextHoverPrimary: string;
5174
+ textColorTextPressedPrimary: string;
5175
+ textColorTextFocusPrimary: string;
5176
+ textColorTextDisabledPrimary: string;
5177
+ textColorGhostPrimary: string;
5178
+ textColorGhostHoverPrimary: string;
5179
+ textColorGhostPressedPrimary: string;
5180
+ textColorGhostFocusPrimary: string;
5181
+ textColorGhostDisabledPrimary: string;
5182
+ borderPrimary: string;
5183
+ borderHoverPrimary: string;
5184
+ borderPressedPrimary: string;
5185
+ borderFocusPrimary: string;
5186
+ borderDisabledPrimary: string;
5187
+ rippleColorPrimary: string;
5188
+ colorInfo: string;
5189
+ colorHoverInfo: string;
5190
+ colorPressedInfo: string;
5191
+ colorFocusInfo: string;
5192
+ colorDisabledInfo: string;
5193
+ textColorInfo: string;
5194
+ textColorHoverInfo: string;
5195
+ textColorPressedInfo: string;
5196
+ textColorFocusInfo: string;
5197
+ textColorDisabledInfo: string;
5198
+ textColorTextInfo: string;
5199
+ textColorTextHoverInfo: string;
5200
+ textColorTextPressedInfo: string;
5201
+ textColorTextFocusInfo: string;
5202
+ textColorTextDisabledInfo: string;
5203
+ textColorGhostInfo: string;
5204
+ textColorGhostHoverInfo: string;
5205
+ textColorGhostPressedInfo: string;
5206
+ textColorGhostFocusInfo: string;
5207
+ textColorGhostDisabledInfo: string;
5208
+ borderInfo: string;
5209
+ borderHoverInfo: string;
5210
+ borderPressedInfo: string;
5211
+ borderFocusInfo: string;
5212
+ borderDisabledInfo: string;
5213
+ rippleColorInfo: string;
5214
+ colorSuccess: string;
5215
+ colorHoverSuccess: string;
5216
+ colorPressedSuccess: string;
5217
+ colorFocusSuccess: string;
5218
+ colorDisabledSuccess: string;
5219
+ textColorSuccess: string;
5220
+ textColorHoverSuccess: string;
5221
+ textColorPressedSuccess: string;
5222
+ textColorFocusSuccess: string;
5223
+ textColorDisabledSuccess: string;
5224
+ textColorTextSuccess: string;
5225
+ textColorTextHoverSuccess: string;
5226
+ textColorTextPressedSuccess: string;
5227
+ textColorTextFocusSuccess: string;
5228
+ textColorTextDisabledSuccess: string;
5229
+ textColorGhostSuccess: string;
5230
+ textColorGhostHoverSuccess: string;
5231
+ textColorGhostPressedSuccess: string;
5232
+ textColorGhostFocusSuccess: string;
5233
+ textColorGhostDisabledSuccess: string;
5234
+ borderSuccess: string;
5235
+ borderHoverSuccess: string;
5236
+ borderPressedSuccess: string;
5237
+ borderFocusSuccess: string;
5238
+ borderDisabledSuccess: string;
5239
+ rippleColorSuccess: string;
5240
+ colorWarning: string;
5241
+ colorHoverWarning: string;
5242
+ colorPressedWarning: string;
5243
+ colorFocusWarning: string;
5244
+ colorDisabledWarning: string;
5245
+ textColorWarning: string;
5246
+ textColorHoverWarning: string;
5247
+ textColorPressedWarning: string;
5248
+ textColorFocusWarning: string;
5249
+ textColorDisabledWarning: string;
5250
+ textColorTextWarning: string;
5251
+ textColorTextHoverWarning: string;
5252
+ textColorTextPressedWarning: string;
5253
+ textColorTextFocusWarning: string;
5254
+ textColorTextDisabledWarning: string;
5255
+ textColorGhostWarning: string;
5256
+ textColorGhostHoverWarning: string;
5257
+ textColorGhostPressedWarning: string;
5258
+ textColorGhostFocusWarning: string;
5259
+ textColorGhostDisabledWarning: string;
5260
+ borderWarning: string;
5261
+ borderHoverWarning: string;
5262
+ borderPressedWarning: string;
5263
+ borderFocusWarning: string;
5264
+ borderDisabledWarning: string;
5265
+ rippleColorWarning: string;
5266
+ colorError: string;
5267
+ colorHoverError: string;
5268
+ colorPressedError: string;
5269
+ colorFocusError: string;
5270
+ colorDisabledError: string;
5271
+ textColorError: string;
5272
+ textColorHoverError: string;
5273
+ textColorPressedError: string;
5274
+ textColorFocusError: string;
5275
+ textColorDisabledError: string;
5276
+ textColorTextError: string;
5277
+ textColorTextHoverError: string;
5278
+ textColorTextPressedError: string;
5279
+ textColorTextFocusError: string;
5280
+ textColorTextDisabledError: string;
5281
+ textColorGhostError: string;
5282
+ textColorGhostHoverError: string;
5283
+ textColorGhostPressedError: string;
5284
+ textColorGhostFocusError: string;
5285
+ textColorGhostDisabledError: string;
5286
+ borderError: string;
5287
+ borderHoverError: string;
5288
+ borderPressedError: string;
5289
+ borderFocusError: string;
5290
+ borderDisabledError: string;
5291
+ rippleColorError: string;
5292
+ waveOpacity: string;
5293
+ fontWeight: string;
5294
+ fontWeightStrong: string;
5295
+ paddingTiny: string;
5296
+ paddingSmall: string;
5297
+ paddingMedium: string;
5298
+ paddingLarge: string;
5299
+ paddingRoundTiny: string;
5300
+ paddingRoundSmall: string;
5301
+ paddingRoundMedium: string;
5302
+ paddingRoundLarge: string;
5303
+ iconMarginTiny: string;
5304
+ iconMarginSmall: string;
5305
+ iconMarginMedium: string;
5306
+ iconMarginLarge: string;
5307
+ iconSizeTiny: string;
5308
+ iconSizeSmall: string;
5309
+ iconSizeMedium: string;
5310
+ iconSizeLarge: string;
5311
+ rippleDuration: string;
5312
+ }, any>;
5313
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
5314
+ countTextColor: string;
5315
+ heightTiny: string;
5316
+ heightSmall: string;
5317
+ heightMedium: string;
5318
+ heightLarge: string;
5319
+ fontSizeTiny: string;
5320
+ fontSizeSmall: string;
5321
+ fontSizeMedium: string;
5322
+ fontSizeLarge: string;
5323
+ lineHeight: string;
5324
+ lineHeightTextarea: string;
5325
+ borderRadius: string;
5326
+ iconSize: string;
5327
+ groupLabelColor: string;
5328
+ groupLabelTextColor: string;
5329
+ textColor: string;
5330
+ textColorDisabled: string;
5331
+ textDecorationColor: string;
5332
+ caretColor: string;
5333
+ placeholderColor: string;
5334
+ placeholderColorDisabled: string;
5335
+ color: string;
5336
+ colorDisabled: string;
5337
+ colorFocus: string;
5338
+ groupLabelBorder: string;
5339
+ border: string;
5340
+ borderHover: string;
5341
+ borderDisabled: string;
5342
+ borderFocus: string;
5343
+ boxShadowFocus: string;
5344
+ loadingColor: string;
5345
+ loadingColorWarning: string;
5346
+ borderWarning: string;
5347
+ borderHoverWarning: string;
5348
+ colorFocusWarning: string;
5349
+ borderFocusWarning: string;
5350
+ boxShadowFocusWarning: string;
5351
+ caretColorWarning: string;
5352
+ loadingColorError: string;
5353
+ borderError: string;
5354
+ borderHoverError: string;
5355
+ colorFocusError: string;
5356
+ borderFocusError: string;
5357
+ boxShadowFocusError: string;
5358
+ caretColorError: string;
5359
+ clearColor: string;
5360
+ clearColorHover: string;
5361
+ clearColorPressed: string;
5362
+ iconColor: string;
5363
+ iconColorDisabled: string;
5364
+ iconColorHover: string;
5365
+ iconColorPressed: string;
5366
+ suffixTextColor: string;
5367
+ paddingTiny: string;
5368
+ paddingSmall: string;
5369
+ paddingMedium: string;
5370
+ paddingLarge: string;
5371
+ clearSize: string;
5372
+ }, any>;
5373
+ };
5374
+ peerOverrides: {
5375
+ Button?: {
5376
+ peers?: {
5377
+ [x: string]: any;
5378
+ } | undefined;
5379
+ } | undefined;
5380
+ Input?: {
5381
+ peers?: {
5382
+ [x: string]: any;
5383
+ } | undefined;
5384
+ } | undefined;
5385
+ };
5386
+ }>;
5387
+ inputThemeOverrides: {
5388
+ paddingSmall: string;
5389
+ paddingMedium: string;
5390
+ paddingLarge: string;
5391
+ };
5392
+ buttonThemeOverrides: import("vue").ComputedRef<{
5393
+ textColorTextDisabled: string;
5394
+ opacityDisabled: string;
5395
+ }>;
5396
+ focus: () => void;
5397
+ blur: () => void;
5398
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
5399
+ autofocus: BooleanConstructor;
5400
+ loading: {
5401
+ type: BooleanConstructor;
5402
+ default: undefined;
5403
+ };
5404
+ placeholder: StringConstructor;
5405
+ defaultValue: {
5406
+ type: PropType<number | null>;
5407
+ default: null;
5408
+ };
5409
+ value: PropType<number | null>;
5410
+ step: {
5411
+ type: (NumberConstructor | StringConstructor)[];
5412
+ default: number;
5413
+ };
5414
+ min: (NumberConstructor | StringConstructor)[];
5415
+ max: (NumberConstructor | StringConstructor)[];
5416
+ size: PropType<"small" | "medium" | "large">;
5417
+ disabled: {
5418
+ type: PropType<boolean | undefined>;
5419
+ default: undefined;
5420
+ };
5421
+ validator: PropType<(value: number) => boolean>;
5422
+ bordered: {
5423
+ type: PropType<boolean | undefined>;
5424
+ default: undefined;
5425
+ };
5426
+ showButton: {
5427
+ type: BooleanConstructor;
5428
+ default: boolean;
5429
+ };
5430
+ buttonPlacement: {
5431
+ type: PropType<"right" | "both">;
5432
+ default: string;
5433
+ };
5434
+ readonly: BooleanConstructor;
5435
+ clearable: BooleanConstructor;
5436
+ keyboard: {
5437
+ type: PropType<{
5438
+ ArrowUp?: boolean | undefined;
5439
+ ArrowDown?: boolean | undefined;
5440
+ }>;
5441
+ default: {};
5442
+ };
5443
+ updateValueOnInput: {
5444
+ type: BooleanConstructor;
5445
+ default: boolean;
5446
+ };
5447
+ parse: PropType<(input: string) => number | null>;
5448
+ format: PropType<(value: number | null) => string>;
5449
+ precision: NumberConstructor;
5450
+ status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
5451
+ 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
5452
+ onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
5453
+ onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
5454
+ onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
5455
+ onClear: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
5456
+ onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
5457
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"InputNumber", {
5458
+ iconColorDisabled: string;
5459
+ }, {
5460
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
5461
+ heightTiny: string;
5462
+ heightSmall: string;
5463
+ heightMedium: string;
5464
+ heightLarge: string;
5465
+ borderRadiusTiny: string;
5466
+ borderRadiusSmall: string;
5467
+ borderRadiusMedium: string;
5468
+ borderRadiusLarge: string;
5469
+ fontSizeTiny: string;
5470
+ fontSizeSmall: string;
5471
+ fontSizeMedium: string;
5472
+ fontSizeLarge: string;
5473
+ opacityDisabled: string;
5474
+ colorOpacitySecondary: string;
5475
+ colorOpacitySecondaryHover: string;
5476
+ colorOpacitySecondaryPressed: string;
5477
+ colorSecondary: string;
5478
+ colorSecondaryHover: string;
5479
+ colorSecondaryPressed: string;
5480
+ colorTertiary: string;
5481
+ colorTertiaryHover: string;
5482
+ colorTertiaryPressed: string;
5483
+ colorQuaternary: string;
5484
+ colorQuaternaryHover: string;
5485
+ colorQuaternaryPressed: string;
5486
+ color: string;
5487
+ colorHover: string;
5488
+ colorPressed: string;
5489
+ colorFocus: string;
5490
+ colorDisabled: string;
5491
+ textColor: string;
5492
+ textColorTertiary: string;
5493
+ textColorHover: string;
5494
+ textColorPressed: string;
5495
+ textColorFocus: string;
5496
+ textColorDisabled: string;
5497
+ textColorText: string;
5498
+ textColorTextHover: string;
5499
+ textColorTextPressed: string;
5500
+ textColorTextFocus: string;
5501
+ textColorTextDisabled: string;
5502
+ textColorGhost: string;
5503
+ textColorGhostHover: string;
5504
+ textColorGhostPressed: string;
5505
+ textColorGhostFocus: string;
5506
+ textColorGhostDisabled: string;
5507
+ border: string;
5508
+ borderHover: string;
5509
+ borderPressed: string;
5510
+ borderFocus: string;
5511
+ borderDisabled: string;
5512
+ rippleColor: string;
5513
+ colorPrimary: string;
5514
+ colorHoverPrimary: string;
5515
+ colorPressedPrimary: string;
5516
+ colorFocusPrimary: string;
5517
+ colorDisabledPrimary: string;
5518
+ textColorPrimary: string;
5519
+ textColorHoverPrimary: string;
5520
+ textColorPressedPrimary: string;
5521
+ textColorFocusPrimary: string;
5522
+ textColorDisabledPrimary: string;
5523
+ textColorTextPrimary: string;
5524
+ textColorTextHoverPrimary: string;
5525
+ textColorTextPressedPrimary: string;
5526
+ textColorTextFocusPrimary: string;
5527
+ textColorTextDisabledPrimary: string;
5528
+ textColorGhostPrimary: string;
5529
+ textColorGhostHoverPrimary: string;
5530
+ textColorGhostPressedPrimary: string;
5531
+ textColorGhostFocusPrimary: string;
5532
+ textColorGhostDisabledPrimary: string;
5533
+ borderPrimary: string;
5534
+ borderHoverPrimary: string;
5535
+ borderPressedPrimary: string;
5536
+ borderFocusPrimary: string;
5537
+ borderDisabledPrimary: string;
5538
+ rippleColorPrimary: string;
5539
+ colorInfo: string;
5540
+ colorHoverInfo: string;
5541
+ colorPressedInfo: string;
5542
+ colorFocusInfo: string;
5543
+ colorDisabledInfo: string;
5544
+ textColorInfo: string;
5545
+ textColorHoverInfo: string;
5546
+ textColorPressedInfo: string;
5547
+ textColorFocusInfo: string;
5548
+ textColorDisabledInfo: string;
5549
+ textColorTextInfo: string;
5550
+ textColorTextHoverInfo: string;
5551
+ textColorTextPressedInfo: string;
5552
+ textColorTextFocusInfo: string;
5553
+ textColorTextDisabledInfo: string;
5554
+ textColorGhostInfo: string;
5555
+ textColorGhostHoverInfo: string;
5556
+ textColorGhostPressedInfo: string;
5557
+ textColorGhostFocusInfo: string;
5558
+ textColorGhostDisabledInfo: string;
5559
+ borderInfo: string;
5560
+ borderHoverInfo: string;
5561
+ borderPressedInfo: string;
5562
+ borderFocusInfo: string;
5563
+ borderDisabledInfo: string;
5564
+ rippleColorInfo: string;
5565
+ colorSuccess: string;
5566
+ colorHoverSuccess: string;
5567
+ colorPressedSuccess: string;
5568
+ colorFocusSuccess: string;
5569
+ colorDisabledSuccess: string;
5570
+ textColorSuccess: string;
5571
+ textColorHoverSuccess: string;
5572
+ textColorPressedSuccess: string;
5573
+ textColorFocusSuccess: string;
5574
+ textColorDisabledSuccess: string;
5575
+ textColorTextSuccess: string;
5576
+ textColorTextHoverSuccess: string;
5577
+ textColorTextPressedSuccess: string;
5578
+ textColorTextFocusSuccess: string;
5579
+ textColorTextDisabledSuccess: string;
5580
+ textColorGhostSuccess: string;
5581
+ textColorGhostHoverSuccess: string;
5582
+ textColorGhostPressedSuccess: string;
5583
+ textColorGhostFocusSuccess: string;
5584
+ textColorGhostDisabledSuccess: string;
5585
+ borderSuccess: string;
5586
+ borderHoverSuccess: string;
5587
+ borderPressedSuccess: string;
5588
+ borderFocusSuccess: string;
5589
+ borderDisabledSuccess: string;
5590
+ rippleColorSuccess: string;
5591
+ colorWarning: string;
5592
+ colorHoverWarning: string;
5593
+ colorPressedWarning: string;
5594
+ colorFocusWarning: string;
5595
+ colorDisabledWarning: string;
5596
+ textColorWarning: string;
5597
+ textColorHoverWarning: string;
5598
+ textColorPressedWarning: string;
5599
+ textColorFocusWarning: string;
5600
+ textColorDisabledWarning: string;
5601
+ textColorTextWarning: string;
5602
+ textColorTextHoverWarning: string;
5603
+ textColorTextPressedWarning: string;
5604
+ textColorTextFocusWarning: string;
5605
+ textColorTextDisabledWarning: string;
5606
+ textColorGhostWarning: string;
5607
+ textColorGhostHoverWarning: string;
5608
+ textColorGhostPressedWarning: string;
5609
+ textColorGhostFocusWarning: string;
5610
+ textColorGhostDisabledWarning: string;
5611
+ borderWarning: string;
5612
+ borderHoverWarning: string;
5613
+ borderPressedWarning: string;
5614
+ borderFocusWarning: string;
5615
+ borderDisabledWarning: string;
5616
+ rippleColorWarning: string;
5617
+ colorError: string;
5618
+ colorHoverError: string;
5619
+ colorPressedError: string;
5620
+ colorFocusError: string;
5621
+ colorDisabledError: string;
5622
+ textColorError: string;
5623
+ textColorHoverError: string;
5624
+ textColorPressedError: string;
5625
+ textColorFocusError: string;
5626
+ textColorDisabledError: string;
5627
+ textColorTextError: string;
5628
+ textColorTextHoverError: string;
5629
+ textColorTextPressedError: string;
5630
+ textColorTextFocusError: string;
5631
+ textColorTextDisabledError: string;
5632
+ textColorGhostError: string;
5633
+ textColorGhostHoverError: string;
5634
+ textColorGhostPressedError: string;
5635
+ textColorGhostFocusError: string;
5636
+ textColorGhostDisabledError: string;
5637
+ borderError: string;
5638
+ borderHoverError: string;
5639
+ borderPressedError: string;
5640
+ borderFocusError: string;
5641
+ borderDisabledError: string;
5642
+ rippleColorError: string;
5643
+ waveOpacity: string;
5644
+ fontWeight: string;
5645
+ fontWeightStrong: string;
5646
+ paddingTiny: string;
5647
+ paddingSmall: string;
5648
+ paddingMedium: string;
5649
+ paddingLarge: string;
5650
+ paddingRoundTiny: string;
5651
+ paddingRoundSmall: string;
5652
+ paddingRoundMedium: string;
5653
+ paddingRoundLarge: string;
5654
+ iconMarginTiny: string;
5655
+ iconMarginSmall: string;
5656
+ iconMarginMedium: string;
5657
+ iconMarginLarge: string;
5658
+ iconSizeTiny: string;
5659
+ iconSizeSmall: string;
5660
+ iconSizeMedium: string;
5661
+ iconSizeLarge: string;
5662
+ rippleDuration: string;
5663
+ }, any>;
5664
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
5665
+ countTextColor: string;
5666
+ heightTiny: string;
5667
+ heightSmall: string;
5668
+ heightMedium: string;
5669
+ heightLarge: string;
5670
+ fontSizeTiny: string;
5671
+ fontSizeSmall: string;
5672
+ fontSizeMedium: string;
5673
+ fontSizeLarge: string;
5674
+ lineHeight: string;
5675
+ lineHeightTextarea: string;
5676
+ borderRadius: string;
5677
+ iconSize: string;
5678
+ groupLabelColor: string;
5679
+ groupLabelTextColor: string;
5680
+ textColor: string;
5681
+ textColorDisabled: string;
5682
+ textDecorationColor: string;
5683
+ caretColor: string;
5684
+ placeholderColor: string;
5685
+ placeholderColorDisabled: string;
5686
+ color: string;
5687
+ colorDisabled: string;
5688
+ colorFocus: string;
5689
+ groupLabelBorder: string;
5690
+ border: string;
5691
+ borderHover: string;
5692
+ borderDisabled: string;
5693
+ borderFocus: string;
5694
+ boxShadowFocus: string;
5695
+ loadingColor: string;
5696
+ loadingColorWarning: string;
5697
+ borderWarning: string;
5698
+ borderHoverWarning: string;
5699
+ colorFocusWarning: string;
5700
+ borderFocusWarning: string;
5701
+ boxShadowFocusWarning: string;
5702
+ caretColorWarning: string;
5703
+ loadingColorError: string;
5704
+ borderError: string;
5705
+ borderHoverError: string;
5706
+ colorFocusError: string;
5707
+ borderFocusError: string;
5708
+ boxShadowFocusError: string;
5709
+ caretColorError: string;
5710
+ clearColor: string;
5711
+ clearColorHover: string;
5712
+ clearColorPressed: string;
5713
+ iconColor: string;
5714
+ iconColorDisabled: string;
5715
+ iconColorHover: string;
5716
+ iconColorPressed: string;
5717
+ suffixTextColor: string;
5718
+ paddingTiny: string;
5719
+ paddingSmall: string;
5720
+ paddingMedium: string;
5721
+ paddingLarge: string;
5722
+ clearSize: string;
5723
+ }, any>;
5724
+ }>>;
5725
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"InputNumber", {
5726
+ iconColorDisabled: string;
5727
+ }, {
5728
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
5729
+ heightTiny: string;
5730
+ heightSmall: string;
5731
+ heightMedium: string;
5732
+ heightLarge: string;
5733
+ borderRadiusTiny: string;
5734
+ borderRadiusSmall: string;
5735
+ borderRadiusMedium: string;
5736
+ borderRadiusLarge: string;
5737
+ fontSizeTiny: string;
5738
+ fontSizeSmall: string;
5739
+ fontSizeMedium: string;
5740
+ fontSizeLarge: string;
5741
+ opacityDisabled: string;
5742
+ colorOpacitySecondary: string;
5743
+ colorOpacitySecondaryHover: string;
5744
+ colorOpacitySecondaryPressed: string;
5745
+ colorSecondary: string;
5746
+ colorSecondaryHover: string;
5747
+ colorSecondaryPressed: string;
5748
+ colorTertiary: string;
5749
+ colorTertiaryHover: string;
5750
+ colorTertiaryPressed: string;
5751
+ colorQuaternary: string;
5752
+ colorQuaternaryHover: string;
5753
+ colorQuaternaryPressed: string;
5754
+ color: string;
5755
+ colorHover: string;
5756
+ colorPressed: string;
5757
+ colorFocus: string;
5758
+ colorDisabled: string;
5759
+ textColor: string;
5760
+ textColorTertiary: string;
5761
+ textColorHover: string;
5762
+ textColorPressed: string;
5763
+ textColorFocus: string;
5764
+ textColorDisabled: string;
5765
+ textColorText: string;
5766
+ textColorTextHover: string;
5767
+ textColorTextPressed: string;
5768
+ textColorTextFocus: string;
5769
+ textColorTextDisabled: string;
5770
+ textColorGhost: string;
5771
+ textColorGhostHover: string;
5772
+ textColorGhostPressed: string;
5773
+ textColorGhostFocus: string;
5774
+ textColorGhostDisabled: string;
5775
+ border: string;
5776
+ borderHover: string;
5777
+ borderPressed: string;
5778
+ borderFocus: string;
5779
+ borderDisabled: string;
5780
+ rippleColor: string;
5781
+ colorPrimary: string;
5782
+ colorHoverPrimary: string;
5783
+ colorPressedPrimary: string;
5784
+ colorFocusPrimary: string;
5785
+ colorDisabledPrimary: string;
5786
+ textColorPrimary: string;
5787
+ textColorHoverPrimary: string;
5788
+ textColorPressedPrimary: string;
5789
+ textColorFocusPrimary: string;
5790
+ textColorDisabledPrimary: string;
5791
+ textColorTextPrimary: string;
5792
+ textColorTextHoverPrimary: string;
5793
+ textColorTextPressedPrimary: string;
5794
+ textColorTextFocusPrimary: string;
5795
+ textColorTextDisabledPrimary: string;
5796
+ textColorGhostPrimary: string;
5797
+ textColorGhostHoverPrimary: string;
5798
+ textColorGhostPressedPrimary: string;
5799
+ textColorGhostFocusPrimary: string;
5800
+ textColorGhostDisabledPrimary: string;
5801
+ borderPrimary: string;
5802
+ borderHoverPrimary: string;
5803
+ borderPressedPrimary: string;
5804
+ borderFocusPrimary: string;
5805
+ borderDisabledPrimary: string;
5806
+ rippleColorPrimary: string;
5807
+ colorInfo: string;
5808
+ colorHoverInfo: string;
5809
+ colorPressedInfo: string;
5810
+ colorFocusInfo: string;
5811
+ colorDisabledInfo: string;
5812
+ textColorInfo: string;
5813
+ textColorHoverInfo: string;
5814
+ textColorPressedInfo: string;
5815
+ textColorFocusInfo: string;
5816
+ textColorDisabledInfo: string;
5817
+ textColorTextInfo: string;
5818
+ textColorTextHoverInfo: string;
5819
+ textColorTextPressedInfo: string;
5820
+ textColorTextFocusInfo: string;
5821
+ textColorTextDisabledInfo: string;
5822
+ textColorGhostInfo: string;
5823
+ textColorGhostHoverInfo: string;
5824
+ textColorGhostPressedInfo: string;
5825
+ textColorGhostFocusInfo: string;
5826
+ textColorGhostDisabledInfo: string;
5827
+ borderInfo: string;
5828
+ borderHoverInfo: string;
5829
+ borderPressedInfo: string;
5830
+ borderFocusInfo: string;
5831
+ borderDisabledInfo: string;
5832
+ rippleColorInfo: string;
5833
+ colorSuccess: string;
5834
+ colorHoverSuccess: string;
5835
+ colorPressedSuccess: string;
5836
+ colorFocusSuccess: string;
5837
+ colorDisabledSuccess: string;
5838
+ textColorSuccess: string;
5839
+ textColorHoverSuccess: string;
5840
+ textColorPressedSuccess: string;
5841
+ textColorFocusSuccess: string;
5842
+ textColorDisabledSuccess: string;
5843
+ textColorTextSuccess: string;
5844
+ textColorTextHoverSuccess: string;
5845
+ textColorTextPressedSuccess: string;
5846
+ textColorTextFocusSuccess: string;
5847
+ textColorTextDisabledSuccess: string;
5848
+ textColorGhostSuccess: string;
5849
+ textColorGhostHoverSuccess: string;
5850
+ textColorGhostPressedSuccess: string;
5851
+ textColorGhostFocusSuccess: string;
5852
+ textColorGhostDisabledSuccess: string;
5853
+ borderSuccess: string;
5854
+ borderHoverSuccess: string;
5855
+ borderPressedSuccess: string;
5856
+ borderFocusSuccess: string;
5857
+ borderDisabledSuccess: string;
5858
+ rippleColorSuccess: string;
5859
+ colorWarning: string;
5860
+ colorHoverWarning: string;
5861
+ colorPressedWarning: string;
5862
+ colorFocusWarning: string;
5863
+ colorDisabledWarning: string;
5864
+ textColorWarning: string;
5865
+ textColorHoverWarning: string;
5866
+ textColorPressedWarning: string;
5867
+ textColorFocusWarning: string;
5868
+ textColorDisabledWarning: string;
5869
+ textColorTextWarning: string;
5870
+ textColorTextHoverWarning: string;
5871
+ textColorTextPressedWarning: string;
5872
+ textColorTextFocusWarning: string;
5873
+ textColorTextDisabledWarning: string;
5874
+ textColorGhostWarning: string;
5875
+ textColorGhostHoverWarning: string;
5876
+ textColorGhostPressedWarning: string;
5877
+ textColorGhostFocusWarning: string;
5878
+ textColorGhostDisabledWarning: string;
5879
+ borderWarning: string;
5880
+ borderHoverWarning: string;
5881
+ borderPressedWarning: string;
5882
+ borderFocusWarning: string;
5883
+ borderDisabledWarning: string;
5884
+ rippleColorWarning: string;
5885
+ colorError: string;
5886
+ colorHoverError: string;
5887
+ colorPressedError: string;
5888
+ colorFocusError: string;
5889
+ colorDisabledError: string;
5890
+ textColorError: string;
5891
+ textColorHoverError: string;
5892
+ textColorPressedError: string;
5893
+ textColorFocusError: string;
5894
+ textColorDisabledError: string;
5895
+ textColorTextError: string;
5896
+ textColorTextHoverError: string;
5897
+ textColorTextPressedError: string;
5898
+ textColorTextFocusError: string;
5899
+ textColorTextDisabledError: string;
5900
+ textColorGhostError: string;
5901
+ textColorGhostHoverError: string;
5902
+ textColorGhostPressedError: string;
5903
+ textColorGhostFocusError: string;
5904
+ textColorGhostDisabledError: string;
5905
+ borderError: string;
5906
+ borderHoverError: string;
5907
+ borderPressedError: string;
5908
+ borderFocusError: string;
5909
+ borderDisabledError: string;
5910
+ rippleColorError: string;
5911
+ waveOpacity: string;
5912
+ fontWeight: string;
5913
+ fontWeightStrong: string;
5914
+ paddingTiny: string;
5915
+ paddingSmall: string;
5916
+ paddingMedium: string;
5917
+ paddingLarge: string;
5918
+ paddingRoundTiny: string;
5919
+ paddingRoundSmall: string;
5920
+ paddingRoundMedium: string;
5921
+ paddingRoundLarge: string;
5922
+ iconMarginTiny: string;
5923
+ iconMarginSmall: string;
5924
+ iconMarginMedium: string;
5925
+ iconMarginLarge: string;
5926
+ iconSizeTiny: string;
5927
+ iconSizeSmall: string;
5928
+ iconSizeMedium: string;
5929
+ iconSizeLarge: string;
5930
+ rippleDuration: string;
5931
+ }, any>;
5932
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
5933
+ countTextColor: string;
5934
+ heightTiny: string;
5935
+ heightSmall: string;
5936
+ heightMedium: string;
5937
+ heightLarge: string;
5938
+ fontSizeTiny: string;
5939
+ fontSizeSmall: string;
5940
+ fontSizeMedium: string;
5941
+ fontSizeLarge: string;
5942
+ lineHeight: string;
5943
+ lineHeightTextarea: string;
5944
+ borderRadius: string;
5945
+ iconSize: string;
5946
+ groupLabelColor: string;
5947
+ groupLabelTextColor: string;
5948
+ textColor: string;
5949
+ textColorDisabled: string;
5950
+ textDecorationColor: string;
5951
+ caretColor: string;
5952
+ placeholderColor: string;
5953
+ placeholderColorDisabled: string;
5954
+ color: string;
5955
+ colorDisabled: string;
5956
+ colorFocus: string;
5957
+ groupLabelBorder: string;
5958
+ border: string;
5959
+ borderHover: string;
5960
+ borderDisabled: string;
5961
+ borderFocus: string;
5962
+ boxShadowFocus: string;
5963
+ loadingColor: string;
5964
+ loadingColorWarning: string;
5965
+ borderWarning: string;
5966
+ borderHoverWarning: string;
5967
+ colorFocusWarning: string;
5968
+ borderFocusWarning: string;
5969
+ boxShadowFocusWarning: string;
5970
+ caretColorWarning: string;
5971
+ loadingColorError: string;
5972
+ borderError: string;
5973
+ borderHoverError: string;
5974
+ colorFocusError: string;
5975
+ borderFocusError: string;
5976
+ boxShadowFocusError: string;
5977
+ caretColorError: string;
5978
+ clearColor: string;
5979
+ clearColorHover: string;
5980
+ clearColorPressed: string;
5981
+ iconColor: string;
5982
+ iconColorDisabled: string;
5983
+ iconColorHover: string;
5984
+ iconColorPressed: string;
5985
+ suffixTextColor: string;
5986
+ paddingTiny: string;
5987
+ paddingSmall: string;
5988
+ paddingMedium: string;
5989
+ paddingLarge: string;
5990
+ clearSize: string;
5991
+ }, any>;
5992
+ }>>>;
5993
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"InputNumber", {
5994
+ iconColorDisabled: string;
5995
+ }, {
5996
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
5997
+ heightTiny: string;
5998
+ heightSmall: string;
5999
+ heightMedium: string;
6000
+ heightLarge: string;
6001
+ borderRadiusTiny: string;
6002
+ borderRadiusSmall: string;
6003
+ borderRadiusMedium: string;
6004
+ borderRadiusLarge: string;
6005
+ fontSizeTiny: string;
6006
+ fontSizeSmall: string;
6007
+ fontSizeMedium: string;
6008
+ fontSizeLarge: string;
6009
+ opacityDisabled: string;
6010
+ colorOpacitySecondary: string;
6011
+ colorOpacitySecondaryHover: string;
6012
+ colorOpacitySecondaryPressed: string;
6013
+ colorSecondary: string;
6014
+ colorSecondaryHover: string;
6015
+ colorSecondaryPressed: string;
6016
+ colorTertiary: string;
6017
+ colorTertiaryHover: string;
6018
+ colorTertiaryPressed: string;
6019
+ colorQuaternary: string;
6020
+ colorQuaternaryHover: string;
6021
+ colorQuaternaryPressed: string;
6022
+ color: string;
6023
+ colorHover: string;
6024
+ colorPressed: string;
6025
+ colorFocus: string;
6026
+ colorDisabled: string;
6027
+ textColor: string;
6028
+ textColorTertiary: string;
6029
+ textColorHover: string;
6030
+ textColorPressed: string;
6031
+ textColorFocus: string;
6032
+ textColorDisabled: string;
6033
+ textColorText: string;
6034
+ textColorTextHover: string;
6035
+ textColorTextPressed: string;
6036
+ textColorTextFocus: string;
6037
+ textColorTextDisabled: string;
6038
+ textColorGhost: string;
6039
+ textColorGhostHover: string;
6040
+ textColorGhostPressed: string;
6041
+ textColorGhostFocus: string;
6042
+ textColorGhostDisabled: string;
6043
+ border: string;
6044
+ borderHover: string;
6045
+ borderPressed: string;
6046
+ borderFocus: string;
6047
+ borderDisabled: string;
6048
+ rippleColor: string;
6049
+ colorPrimary: string;
6050
+ colorHoverPrimary: string;
6051
+ colorPressedPrimary: string;
6052
+ colorFocusPrimary: string;
6053
+ colorDisabledPrimary: string;
6054
+ textColorPrimary: string;
6055
+ textColorHoverPrimary: string;
6056
+ textColorPressedPrimary: string;
6057
+ textColorFocusPrimary: string;
6058
+ textColorDisabledPrimary: string;
6059
+ textColorTextPrimary: string;
6060
+ textColorTextHoverPrimary: string;
6061
+ textColorTextPressedPrimary: string;
6062
+ textColorTextFocusPrimary: string;
6063
+ textColorTextDisabledPrimary: string;
6064
+ textColorGhostPrimary: string;
6065
+ textColorGhostHoverPrimary: string;
6066
+ textColorGhostPressedPrimary: string;
6067
+ textColorGhostFocusPrimary: string;
6068
+ textColorGhostDisabledPrimary: string;
6069
+ borderPrimary: string;
6070
+ borderHoverPrimary: string;
6071
+ borderPressedPrimary: string;
6072
+ borderFocusPrimary: string;
6073
+ borderDisabledPrimary: string;
6074
+ rippleColorPrimary: string;
6075
+ colorInfo: string;
6076
+ colorHoverInfo: string;
6077
+ colorPressedInfo: string;
6078
+ colorFocusInfo: string;
6079
+ colorDisabledInfo: string;
6080
+ textColorInfo: string;
6081
+ textColorHoverInfo: string;
6082
+ textColorPressedInfo: string;
6083
+ textColorFocusInfo: string;
6084
+ textColorDisabledInfo: string;
6085
+ textColorTextInfo: string;
6086
+ textColorTextHoverInfo: string;
6087
+ textColorTextPressedInfo: string;
6088
+ textColorTextFocusInfo: string;
6089
+ textColorTextDisabledInfo: string;
6090
+ textColorGhostInfo: string;
6091
+ textColorGhostHoverInfo: string;
6092
+ textColorGhostPressedInfo: string;
6093
+ textColorGhostFocusInfo: string;
6094
+ textColorGhostDisabledInfo: string;
6095
+ borderInfo: string;
6096
+ borderHoverInfo: string;
6097
+ borderPressedInfo: string;
6098
+ borderFocusInfo: string;
6099
+ borderDisabledInfo: string;
6100
+ rippleColorInfo: string;
6101
+ colorSuccess: string;
6102
+ colorHoverSuccess: string;
6103
+ colorPressedSuccess: string;
6104
+ colorFocusSuccess: string;
6105
+ colorDisabledSuccess: string;
6106
+ textColorSuccess: string;
6107
+ textColorHoverSuccess: string;
6108
+ textColorPressedSuccess: string;
6109
+ textColorFocusSuccess: string;
6110
+ textColorDisabledSuccess: string;
6111
+ textColorTextSuccess: string;
6112
+ textColorTextHoverSuccess: string;
6113
+ textColorTextPressedSuccess: string;
6114
+ textColorTextFocusSuccess: string;
6115
+ textColorTextDisabledSuccess: string;
6116
+ textColorGhostSuccess: string;
6117
+ textColorGhostHoverSuccess: string;
6118
+ textColorGhostPressedSuccess: string;
6119
+ textColorGhostFocusSuccess: string;
6120
+ textColorGhostDisabledSuccess: string;
6121
+ borderSuccess: string;
6122
+ borderHoverSuccess: string;
6123
+ borderPressedSuccess: string;
6124
+ borderFocusSuccess: string;
6125
+ borderDisabledSuccess: string;
6126
+ rippleColorSuccess: string;
6127
+ colorWarning: string;
6128
+ colorHoverWarning: string;
6129
+ colorPressedWarning: string;
6130
+ colorFocusWarning: string;
6131
+ colorDisabledWarning: string;
6132
+ textColorWarning: string;
6133
+ textColorHoverWarning: string;
6134
+ textColorPressedWarning: string;
6135
+ textColorFocusWarning: string;
6136
+ textColorDisabledWarning: string;
6137
+ textColorTextWarning: string;
6138
+ textColorTextHoverWarning: string;
6139
+ textColorTextPressedWarning: string;
6140
+ textColorTextFocusWarning: string;
6141
+ textColorTextDisabledWarning: string;
6142
+ textColorGhostWarning: string;
6143
+ textColorGhostHoverWarning: string;
6144
+ textColorGhostPressedWarning: string;
6145
+ textColorGhostFocusWarning: string;
6146
+ textColorGhostDisabledWarning: string;
6147
+ borderWarning: string;
6148
+ borderHoverWarning: string;
6149
+ borderPressedWarning: string;
6150
+ borderFocusWarning: string;
6151
+ borderDisabledWarning: string;
6152
+ rippleColorWarning: string;
6153
+ colorError: string;
6154
+ colorHoverError: string;
6155
+ colorPressedError: string;
6156
+ colorFocusError: string;
6157
+ colorDisabledError: string;
6158
+ textColorError: string;
6159
+ textColorHoverError: string;
6160
+ textColorPressedError: string;
6161
+ textColorFocusError: string;
6162
+ textColorDisabledError: string;
6163
+ textColorTextError: string;
6164
+ textColorTextHoverError: string;
6165
+ textColorTextPressedError: string;
6166
+ textColorTextFocusError: string;
6167
+ textColorTextDisabledError: string;
6168
+ textColorGhostError: string;
6169
+ textColorGhostHoverError: string;
6170
+ textColorGhostPressedError: string;
6171
+ textColorGhostFocusError: string;
6172
+ textColorGhostDisabledError: string;
6173
+ borderError: string;
6174
+ borderHoverError: string;
6175
+ borderPressedError: string;
6176
+ borderFocusError: string;
6177
+ borderDisabledError: string;
6178
+ rippleColorError: string;
6179
+ waveOpacity: string;
6180
+ fontWeight: string;
6181
+ fontWeightStrong: string;
6182
+ paddingTiny: string;
6183
+ paddingSmall: string;
6184
+ paddingMedium: string;
6185
+ paddingLarge: string;
6186
+ paddingRoundTiny: string;
6187
+ paddingRoundSmall: string;
6188
+ paddingRoundMedium: string;
6189
+ paddingRoundLarge: string;
6190
+ iconMarginTiny: string;
6191
+ iconMarginSmall: string;
6192
+ iconMarginMedium: string;
6193
+ iconMarginLarge: string;
6194
+ iconSizeTiny: string;
6195
+ iconSizeSmall: string;
6196
+ iconSizeMedium: string;
6197
+ iconSizeLarge: string;
6198
+ rippleDuration: string;
6199
+ }, any>;
6200
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
6201
+ countTextColor: string;
6202
+ heightTiny: string;
6203
+ heightSmall: string;
6204
+ heightMedium: string;
6205
+ heightLarge: string;
6206
+ fontSizeTiny: string;
6207
+ fontSizeSmall: string;
6208
+ fontSizeMedium: string;
6209
+ fontSizeLarge: string;
6210
+ lineHeight: string;
6211
+ lineHeightTextarea: string;
6212
+ borderRadius: string;
6213
+ iconSize: string;
6214
+ groupLabelColor: string;
6215
+ groupLabelTextColor: string;
6216
+ textColor: string;
6217
+ textColorDisabled: string;
6218
+ textDecorationColor: string;
6219
+ caretColor: string;
6220
+ placeholderColor: string;
6221
+ placeholderColorDisabled: string;
6222
+ color: string;
6223
+ colorDisabled: string;
6224
+ colorFocus: string;
6225
+ groupLabelBorder: string;
6226
+ border: string;
6227
+ borderHover: string;
6228
+ borderDisabled: string;
6229
+ borderFocus: string;
6230
+ boxShadowFocus: string;
6231
+ loadingColor: string;
6232
+ loadingColorWarning: string;
6233
+ borderWarning: string;
6234
+ borderHoverWarning: string;
6235
+ colorFocusWarning: string;
6236
+ borderFocusWarning: string;
6237
+ boxShadowFocusWarning: string;
6238
+ caretColorWarning: string;
6239
+ loadingColorError: string;
6240
+ borderError: string;
6241
+ borderHoverError: string;
6242
+ colorFocusError: string;
6243
+ borderFocusError: string;
6244
+ boxShadowFocusError: string;
6245
+ caretColorError: string;
6246
+ clearColor: string;
6247
+ clearColorHover: string;
6248
+ clearColorPressed: string;
6249
+ iconColor: string;
6250
+ iconColorDisabled: string;
6251
+ iconColorHover: string;
6252
+ iconColorPressed: string;
6253
+ suffixTextColor: string;
6254
+ paddingTiny: string;
6255
+ paddingSmall: string;
6256
+ paddingMedium: string;
6257
+ paddingLarge: string;
6258
+ clearSize: string;
6259
+ }, any>;
6260
+ }>>>;
6261
+ }>>, {
6262
+ readonly: boolean;
6263
+ disabled: boolean | undefined;
6264
+ step: string | number;
6265
+ autofocus: boolean;
6266
+ loading: boolean;
6267
+ bordered: boolean | undefined;
6268
+ clearable: boolean;
6269
+ defaultValue: number | null;
6270
+ keyboard: {
6271
+ ArrowUp?: boolean | undefined;
6272
+ ArrowDown?: boolean | undefined;
6273
+ };
6274
+ showButton: boolean;
6275
+ buttonPlacement: "right" | "both";
6276
+ updateValueOnInput: boolean;
6277
+ }>;
1913
6278
  NSpin: import("vue").DefineComponent<{
1914
6279
  description: StringConstructor;
1915
6280
  stroke: StringConstructor;