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