cnhis-design-vue 3.1.7 → 3.1.8-beta.3

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 (229) hide show
  1. package/README.md +22 -22
  2. package/env.d.ts +42 -38
  3. package/es/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/index.mjs +18 -0
  4. package/es/node_modules/date-fns/esm/_lib/requiredArgs/index.mjs +7 -0
  5. package/es/node_modules/date-fns/esm/compareAsc/index.mjs +56 -0
  6. package/es/node_modules/date-fns/esm/differenceInCalendarDays/index.mjs +53 -0
  7. package/es/node_modules/date-fns/esm/differenceInCalendarMonths/index.mjs +39 -0
  8. package/es/node_modules/date-fns/esm/differenceInDays/index.mjs +90 -0
  9. package/es/node_modules/date-fns/esm/differenceInMonths/index.mjs +63 -0
  10. package/es/node_modules/date-fns/esm/endOfDay/index.mjs +34 -0
  11. package/es/node_modules/date-fns/esm/endOfMonth/index.mjs +36 -0
  12. package/es/node_modules/date-fns/esm/isLastDayOfMonth/index.mjs +34 -0
  13. package/es/node_modules/date-fns/esm/startOfDay/index.mjs +34 -0
  14. package/es/node_modules/date-fns/esm/toDate/index.mjs +55 -0
  15. package/es/packages/big-table/index.d.ts +0 -3
  16. package/es/packages/big-table/index2.mjs +6 -4
  17. package/es/packages/big-table/src/BigTable.vue.d.ts +0 -3
  18. package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +1 -1
  19. package/es/packages/big-table/style/index.less +557 -557
  20. package/es/packages/bpmn-workflow/index2.mjs +3 -3
  21. package/es/packages/bpmn-workflow/style/index.less +29 -29
  22. package/es/packages/button-print/index.d.ts +2 -7
  23. package/es/packages/button-print/index2.mjs +3 -3
  24. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +2 -7
  25. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +2 -4
  26. package/es/packages/button-print/style/index.less +30 -30
  27. package/es/packages/chunk-upload/index2.mjs +5 -3
  28. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +4 -6
  29. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +0 -3
  30. package/es/packages/chunk-upload/style/index.less +394 -394
  31. package/es/packages/drag-layout/index.d.ts +8 -18
  32. package/es/packages/drag-layout/index2.mjs +5 -3
  33. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +4 -7
  34. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +1 -4
  35. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +10 -25
  36. package/es/packages/drag-layout/style/index.less +208 -208
  37. package/es/packages/editor/index2.mjs +3 -3
  38. package/es/packages/field-set/index.d.ts +0 -6
  39. package/es/packages/field-set/index2.mjs +3 -3
  40. package/es/packages/field-set/src/FieldSet.vue.d.ts +0 -3
  41. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +0 -3
  42. package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +1 -3
  43. package/es/packages/field-set/style/index.less +157 -157
  44. package/es/packages/form-render/index.d.ts +402 -0
  45. package/es/packages/form-render/index.mjs +10 -0
  46. package/es/packages/form-render/index2.mjs +15 -0
  47. package/es/packages/form-render/src/FormRender.mjs +2 -0
  48. package/es/packages/form-render/src/FormRender.vue.d.ts +402 -0
  49. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +92 -0
  50. package/es/packages/form-render/src/FormRender2.mjs +4 -0
  51. package/es/packages/form-render/src/components/cascader.d.ts +40 -0
  52. package/es/packages/form-render/src/components/cascader.mjs +1 -0
  53. package/es/packages/form-render/src/components/cascader2.mjs +137 -0
  54. package/es/packages/form-render/src/components/checkbox.d.ts +24 -0
  55. package/es/packages/form-render/src/components/checkbox.mjs +1 -0
  56. package/es/packages/form-render/src/components/checkbox2.mjs +42 -0
  57. package/es/packages/form-render/src/components/collapse.d.ts +31 -0
  58. package/es/packages/form-render/src/components/collapse.mjs +1 -0
  59. package/es/packages/form-render/src/components/collapse2.mjs +54 -0
  60. package/es/packages/form-render/src/components/combination.d.ts +142 -0
  61. package/es/packages/form-render/src/components/combination.mjs +1 -0
  62. package/es/packages/form-render/src/components/combination2.mjs +118 -0
  63. package/es/packages/form-render/src/components/date.d.ts +5037 -0
  64. package/es/packages/form-render/src/components/date.mjs +1 -0
  65. package/es/packages/form-render/src/components/date2.mjs +34 -0
  66. package/es/packages/form-render/src/components/formItem.d.ts +294 -0
  67. package/es/packages/form-render/src/components/formItem.mjs +1 -0
  68. package/es/packages/form-render/src/components/formItem2.mjs +22 -0
  69. package/es/packages/form-render/src/components/index.d.ts +15 -0
  70. package/es/packages/form-render/src/components/index.mjs +15 -0
  71. package/es/packages/form-render/src/components/index2.mjs +15 -0
  72. package/es/packages/form-render/src/components/input.d.ts +15 -0
  73. package/es/packages/form-render/src/components/input.mjs +1 -0
  74. package/es/packages/form-render/src/components/input2.mjs +40 -0
  75. package/es/packages/form-render/src/components/inputGroup.d.ts +11 -0
  76. package/es/packages/form-render/src/components/inputGroup.mjs +1 -0
  77. package/es/packages/form-render/src/components/inputGroup2.mjs +8 -0
  78. package/es/packages/form-render/src/components/inputNumber.d.ts +2183 -0
  79. package/es/packages/form-render/src/components/inputNumber.mjs +1 -0
  80. package/es/packages/form-render/src/components/inputNumber2.mjs +7 -0
  81. package/es/packages/form-render/src/components/labelSelect.d.ts +1 -0
  82. package/es/packages/form-render/src/components/labelSelect.mjs +1 -0
  83. package/es/packages/form-render/src/components/labelSelect2.mjs +18 -0
  84. package/es/packages/form-render/src/components/radio.d.ts +24 -0
  85. package/es/packages/form-render/src/components/radio.mjs +1 -0
  86. package/es/packages/form-render/src/components/radio2.mjs +44 -0
  87. package/es/packages/form-render/src/components/select.d.ts +29 -0
  88. package/es/packages/form-render/src/components/select.mjs +1 -0
  89. package/es/packages/form-render/src/components/select2.mjs +97 -0
  90. package/es/packages/form-render/src/components/slider.d.ts +347 -0
  91. package/es/packages/form-render/src/components/slider.mjs +1 -0
  92. package/es/packages/form-render/src/components/slider2.mjs +16 -0
  93. package/es/packages/form-render/src/components/switch.d.ts +21 -0
  94. package/es/packages/form-render/src/components/switch.mjs +1 -0
  95. package/es/packages/form-render/src/components/switch2.mjs +48 -0
  96. package/es/packages/form-render/src/components/textarea.d.ts +846 -0
  97. package/es/packages/form-render/src/components/textarea.mjs +1 -0
  98. package/es/packages/form-render/src/components/textarea2.mjs +11 -0
  99. package/es/packages/form-render/src/constants/index.d.ts +23 -0
  100. package/es/packages/form-render/src/constants/index.mjs +1 -0
  101. package/es/packages/form-render/src/constants/index2.mjs +24 -0
  102. package/es/packages/form-render/src/hooks/index.d.ts +9 -0
  103. package/es/packages/form-render/src/hooks/index.mjs +9 -0
  104. package/es/packages/form-render/src/hooks/useAsyncQueue.d.ts +60 -0
  105. package/es/packages/form-render/src/hooks/useAsyncQueue.mjs +1 -0
  106. package/es/packages/form-render/src/hooks/useAsyncQueue2.mjs +138 -0
  107. package/es/packages/form-render/src/hooks/useBusinessBinding.d.ts +13 -0
  108. package/es/packages/form-render/src/hooks/useBusinessBinding.mjs +1 -0
  109. package/es/packages/form-render/src/hooks/useBusinessBinding2.mjs +48 -0
  110. package/es/packages/form-render/src/hooks/useCommonLog.d.ts +3 -0
  111. package/es/packages/form-render/src/hooks/useCommonLog.mjs +1 -0
  112. package/es/packages/form-render/src/hooks/useCommonLog2.mjs +10 -0
  113. package/es/packages/form-render/src/hooks/useFieldList2Schema.d.ts +64 -0
  114. package/es/packages/form-render/src/hooks/useFieldList2Schema.mjs +1 -0
  115. package/es/packages/form-render/src/hooks/useFieldList2Schema2.mjs +184 -0
  116. package/es/packages/form-render/src/hooks/useFieldVisitor.d.ts +4 -0
  117. package/es/packages/form-render/src/hooks/useFieldVisitor.mjs +1 -0
  118. package/es/packages/form-render/src/hooks/useFieldVisitor2.mjs +38 -0
  119. package/es/packages/form-render/src/hooks/useFormField.d.ts +4 -0
  120. package/es/packages/form-render/src/hooks/useFormField.mjs +1 -0
  121. package/es/packages/form-render/src/hooks/useFormField2.mjs +9 -0
  122. package/es/packages/form-render/src/hooks/useFormRequest.d.ts +6 -0
  123. package/es/packages/form-render/src/hooks/useFormRequest.mjs +1 -0
  124. package/es/packages/form-render/src/hooks/useFormRequest2.mjs +12 -0
  125. package/es/packages/form-render/src/hooks/useFormValidator.d.ts +5 -0
  126. package/es/packages/form-render/src/hooks/useFormValidator.mjs +1 -0
  127. package/es/packages/form-render/src/hooks/useFormValidator2.mjs +48 -0
  128. package/es/packages/form-render/src/hooks/useTypeNormalize.d.ts +4 -0
  129. package/es/packages/form-render/src/hooks/useTypeNormalize.mjs +1 -0
  130. package/es/packages/form-render/src/hooks/useTypeNormalize2.mjs +37 -0
  131. package/es/packages/form-render/src/types/fieldItem.d.ts +45 -0
  132. package/es/packages/form-render/src/types/fieldItem.mjs +1 -0
  133. package/es/packages/form-render/src/types/index.d.ts +26 -0
  134. package/es/packages/form-render/src/types/index.mjs +1 -0
  135. package/es/packages/form-render/src/utils/index.d.ts +10 -0
  136. package/es/packages/form-render/src/utils/index.mjs +1 -0
  137. package/es/packages/form-render/src/utils/index2.mjs +59 -0
  138. package/es/packages/form-render/style/index.css +84 -0
  139. package/es/packages/form-render/style/index.less +121 -0
  140. package/es/packages/form-table/index.d.ts +16 -41
  141. package/es/packages/form-table/index2.mjs +3 -3
  142. package/es/packages/form-table/src/FormTable.vue.d.ts +16 -41
  143. package/es/packages/form-table/src/components/index.d.ts +16 -41
  144. package/es/packages/form-table/src/components/table-age.vue.d.ts +1 -4
  145. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +1 -2
  146. package/es/packages/form-table/src/components/table-digital.vue.d.ts +0 -3
  147. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +2 -7
  148. package/es/packages/form-table/src/components/table-input.vue.d.ts +2 -7
  149. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +1 -2
  150. package/es/packages/form-table/src/components/table-search.vue.d.ts +1 -1
  151. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1 -1
  152. package/es/packages/form-table/src/components/table-select.vue.d.ts +1 -1
  153. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +2 -7
  154. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +1 -2
  155. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +3 -1
  156. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +0 -3
  157. package/es/packages/form-table/style/index.less +301 -301
  158. package/es/packages/grid/index2.mjs +5 -3
  159. package/es/packages/grid/style/index.less +12 -12
  160. package/es/packages/index.css +85 -1
  161. package/es/packages/index.d.ts +5 -2
  162. package/es/packages/index.less +3066 -2944
  163. package/es/packages/index.mjs +10 -0
  164. package/es/packages/index2.mjs +7 -7
  165. package/es/packages/info-header/index.d.ts +20 -16
  166. package/es/packages/info-header/index2.mjs +3 -3
  167. package/es/packages/info-header/src/InfoHeader.vue.d.ts +20 -16
  168. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +1 -1
  169. package/es/packages/info-header/style/index.css +1 -1
  170. package/es/packages/info-header/style/index.less +153 -153
  171. package/es/packages/map/index.d.ts +2 -4
  172. package/es/packages/map/index2.mjs +3 -3
  173. package/es/packages/map/src/Map.vue.d.ts +2 -4
  174. package/es/packages/map/style/index.less +59 -59
  175. package/es/packages/scale-view/index.d.ts +26 -13
  176. package/es/packages/scale-view/index2.mjs +9 -7
  177. package/es/packages/scale-view/src/ScaleView.vue.d.ts +26 -16
  178. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +31 -6
  179. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +2 -2
  180. package/es/packages/scale-view/src/components/ScaleScore2.mjs +1 -1
  181. package/es/packages/scale-view/src/components/formitem/r-checkbox2.mjs +5 -4
  182. package/es/packages/scale-view/src/components/formitem/r-collection2.mjs +1 -1
  183. package/es/packages/scale-view/src/components/formitem/r-datetime2.mjs +5 -3
  184. package/es/packages/scale-view/src/components/formitem/r-radio2.mjs +6 -5
  185. package/es/packages/scale-view/src/components/formitem/r-select2.mjs +3 -3
  186. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +0 -3
  187. package/es/packages/scale-view/src/hooks/scaleview-computed.d.ts +1 -1
  188. package/es/packages/scale-view/src/hooks/scaleview-computed2.mjs +33 -13
  189. package/es/packages/scale-view/src/hooks/scaleview-props.d.ts +7 -3
  190. package/es/packages/scale-view/src/hooks/scaleview-props2.mjs +7 -3
  191. package/es/packages/scale-view/src/hooks/use-component.d.ts +7503 -15
  192. package/es/packages/scale-view/src/hooks/use-component2.mjs +4 -2
  193. package/es/packages/scale-view/style/index.less +748 -748
  194. package/es/packages/select-label/index.d.ts +13 -37
  195. package/es/packages/select-label/index2.mjs +4 -4
  196. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +2 -10
  197. package/es/packages/select-label/src/SelectLabel.vue.d.ts +20 -35
  198. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +13 -7
  199. package/es/packages/select-label/src/components/label-classify.vue.d.ts +2 -7
  200. package/es/packages/select-label/style/index.less +151 -151
  201. package/es/packages/select-person/index.d.ts +2 -4
  202. package/es/packages/select-person/index2.mjs +3 -3
  203. package/es/packages/select-person/src/SelectPerson.vue.d.ts +10 -10
  204. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +1 -1
  205. package/es/packages/select-person/style/index.less +229 -229
  206. package/es/packages/time-line/index.d.ts +0 -19
  207. package/es/packages/time-line/index2.mjs +3 -3
  208. package/es/packages/time-line/src/TimeLine.vue.d.ts +0 -19
  209. package/es/packages/time-line/style/index.less +34 -34
  210. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +0 -3
  211. package/es/src/core/create2.mjs +2 -2
  212. package/es/src/global/variable.d.ts +1 -1
  213. package/es/src/global/variable.mjs +1 -1
  214. package/es/src/global/variable2.mjs +2 -2
  215. package/es/src/utils/anime.d.ts +35 -0
  216. package/es/src/utils/anime.mjs +1 -0
  217. package/es/src/utils/anime2.mjs +126 -0
  218. package/es/src/utils/index.d.ts +0 -1
  219. package/es/src/utils/index.mjs +1 -1
  220. package/es/src/utils/index2.mjs +1 -5
  221. package/es/src/utils/utilExpand.d.ts +1 -0
  222. package/es/src/utils/utilExpand.mjs +1 -0
  223. package/es/src/utils/utilExpand2.mjs +714 -0
  224. package/es/src/utils/vexutils2.mjs +2 -708
  225. package/global.d.ts +8 -8
  226. package/memory-log.ts +62 -0
  227. package/package.json +132 -119
  228. package/sync-w.sh +13 -0
  229. package/yarn-error.log +8659 -103
@@ -0,0 +1,846 @@
1
+ export declare const TEXTAREA: import("vue").DefineComponent<{
2
+ bordered: {
3
+ type: import("vue").PropType<boolean | undefined>;
4
+ default: undefined;
5
+ };
6
+ type: {
7
+ type: import("vue").PropType<"text" | "textarea" | "password">;
8
+ default: string;
9
+ };
10
+ placeholder: import("vue").PropType<string | [string, string]>;
11
+ defaultValue: {
12
+ type: import("vue").PropType<string | [string, string] | null>;
13
+ default: null;
14
+ };
15
+ value: import("vue").PropType<string | [string, string] | null>;
16
+ disabled: {
17
+ type: import("vue").PropType<boolean | undefined>;
18
+ default: undefined;
19
+ };
20
+ size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
21
+ rows: {
22
+ type: import("vue").PropType<string | number>;
23
+ default: number;
24
+ };
25
+ round: BooleanConstructor;
26
+ minlength: import("vue").PropType<string | number>;
27
+ maxlength: import("vue").PropType<string | number>;
28
+ clearable: BooleanConstructor;
29
+ autosize: {
30
+ type: import("vue").PropType<boolean | {
31
+ minRows?: number | undefined;
32
+ maxRows?: number | undefined;
33
+ }>;
34
+ default: boolean;
35
+ };
36
+ pair: BooleanConstructor;
37
+ separator: StringConstructor;
38
+ readonly: {
39
+ type: (BooleanConstructor | StringConstructor)[];
40
+ default: boolean;
41
+ };
42
+ passivelyActivated: BooleanConstructor;
43
+ showPasswordOn: import("vue").PropType<"click" | "mousedown">;
44
+ stateful: {
45
+ type: BooleanConstructor;
46
+ default: boolean;
47
+ };
48
+ autofocus: BooleanConstructor;
49
+ inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
50
+ resizable: {
51
+ type: BooleanConstructor;
52
+ default: boolean;
53
+ };
54
+ showCount: BooleanConstructor;
55
+ loading: {
56
+ type: BooleanConstructor;
57
+ default: undefined;
58
+ };
59
+ onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
60
+ onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
61
+ onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
62
+ onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
63
+ onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
64
+ onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
65
+ onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
66
+ onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
67
+ onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
68
+ status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
69
+ 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
70
+ onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
71
+ textDecoration: import("vue").PropType<string | [string, string]>;
72
+ attrSize: {
73
+ type: NumberConstructor;
74
+ default: number;
75
+ };
76
+ onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
77
+ onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
78
+ onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
79
+ onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
80
+ onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
81
+ onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
82
+ internalDeactivateOnEnter: BooleanConstructor;
83
+ internalForceFocus: BooleanConstructor;
84
+ internalLoadingBeforeSuffix: BooleanConstructor;
85
+ showPasswordToggle: BooleanConstructor;
86
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
87
+ countTextColor: string;
88
+ heightTiny: string;
89
+ heightSmall: string;
90
+ heightMedium: string;
91
+ heightLarge: string;
92
+ fontSizeTiny: string;
93
+ fontSizeSmall: string;
94
+ fontSizeMedium: string;
95
+ fontSizeLarge: string;
96
+ lineHeight: string;
97
+ lineHeightTextarea: string;
98
+ borderRadius: string;
99
+ iconSize: string;
100
+ groupLabelColor: string;
101
+ groupLabelTextColor: string;
102
+ textColor: string;
103
+ textColorDisabled: string;
104
+ textDecorationColor: string;
105
+ caretColor: string;
106
+ placeholderColor: string;
107
+ placeholderColorDisabled: string;
108
+ color: string;
109
+ colorDisabled: string;
110
+ colorFocus: string;
111
+ groupLabelBorder: string;
112
+ border: string;
113
+ borderHover: string;
114
+ borderDisabled: string;
115
+ borderFocus: string;
116
+ boxShadowFocus: string;
117
+ loadingColor: string;
118
+ loadingColorWarning: string;
119
+ borderWarning: string;
120
+ borderHoverWarning: string;
121
+ colorFocusWarning: string;
122
+ borderFocusWarning: string;
123
+ boxShadowFocusWarning: string;
124
+ caretColorWarning: string;
125
+ loadingColorError: string;
126
+ borderError: string;
127
+ borderHoverError: string;
128
+ colorFocusError: string;
129
+ borderFocusError: string;
130
+ boxShadowFocusError: string;
131
+ caretColorError: string;
132
+ clearColor: string;
133
+ clearColorHover: string;
134
+ clearColorPressed: string;
135
+ iconColor: string;
136
+ iconColorDisabled: string;
137
+ iconColorHover: string;
138
+ iconColorPressed: string;
139
+ suffixTextColor: string;
140
+ paddingTiny: string;
141
+ paddingSmall: string;
142
+ paddingMedium: string;
143
+ paddingLarge: string;
144
+ clearSize: string;
145
+ }, any>>;
146
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
147
+ countTextColor: string;
148
+ heightTiny: string;
149
+ heightSmall: string;
150
+ heightMedium: string;
151
+ heightLarge: string;
152
+ fontSizeTiny: string;
153
+ fontSizeSmall: string;
154
+ fontSizeMedium: string;
155
+ fontSizeLarge: string;
156
+ lineHeight: string;
157
+ lineHeightTextarea: string;
158
+ borderRadius: string;
159
+ iconSize: string;
160
+ groupLabelColor: string;
161
+ groupLabelTextColor: string;
162
+ textColor: string;
163
+ textColorDisabled: string;
164
+ textDecorationColor: string;
165
+ caretColor: string;
166
+ placeholderColor: string;
167
+ placeholderColorDisabled: string;
168
+ color: string;
169
+ colorDisabled: string;
170
+ colorFocus: string;
171
+ groupLabelBorder: string;
172
+ border: string;
173
+ borderHover: string;
174
+ borderDisabled: string;
175
+ borderFocus: string;
176
+ boxShadowFocus: string;
177
+ loadingColor: string;
178
+ loadingColorWarning: string;
179
+ borderWarning: string;
180
+ borderHoverWarning: string;
181
+ colorFocusWarning: string;
182
+ borderFocusWarning: string;
183
+ boxShadowFocusWarning: string;
184
+ caretColorWarning: string;
185
+ loadingColorError: string;
186
+ borderError: string;
187
+ borderHoverError: string;
188
+ colorFocusError: string;
189
+ borderFocusError: string;
190
+ boxShadowFocusError: string;
191
+ caretColorError: string;
192
+ clearColor: string;
193
+ clearColorHover: string;
194
+ clearColorPressed: string;
195
+ iconColor: string;
196
+ iconColorDisabled: string;
197
+ iconColorHover: string;
198
+ iconColorPressed: string;
199
+ suffixTextColor: string;
200
+ paddingTiny: string;
201
+ paddingSmall: string;
202
+ paddingMedium: string;
203
+ paddingLarge: string;
204
+ clearSize: string;
205
+ }, any>>>;
206
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
207
+ countTextColor: string;
208
+ heightTiny: string;
209
+ heightSmall: string;
210
+ heightMedium: string;
211
+ heightLarge: string;
212
+ fontSizeTiny: string;
213
+ fontSizeSmall: string;
214
+ fontSizeMedium: string;
215
+ fontSizeLarge: string;
216
+ lineHeight: string;
217
+ lineHeightTextarea: string;
218
+ borderRadius: string;
219
+ iconSize: string;
220
+ groupLabelColor: string;
221
+ groupLabelTextColor: string;
222
+ textColor: string;
223
+ textColorDisabled: string;
224
+ textDecorationColor: string;
225
+ caretColor: string;
226
+ placeholderColor: string;
227
+ placeholderColorDisabled: string;
228
+ color: string;
229
+ colorDisabled: string;
230
+ colorFocus: string;
231
+ groupLabelBorder: string;
232
+ border: string;
233
+ borderHover: string;
234
+ borderDisabled: string;
235
+ borderFocus: string;
236
+ boxShadowFocus: string;
237
+ loadingColor: string;
238
+ loadingColorWarning: string;
239
+ borderWarning: string;
240
+ borderHoverWarning: string;
241
+ colorFocusWarning: string;
242
+ borderFocusWarning: string;
243
+ boxShadowFocusWarning: string;
244
+ caretColorWarning: string;
245
+ loadingColorError: string;
246
+ borderError: string;
247
+ borderHoverError: string;
248
+ colorFocusError: string;
249
+ borderFocusError: string;
250
+ boxShadowFocusError: string;
251
+ caretColorError: string;
252
+ clearColor: string;
253
+ clearColorHover: string;
254
+ clearColorPressed: string;
255
+ iconColor: string;
256
+ iconColorDisabled: string;
257
+ iconColorHover: string;
258
+ iconColorPressed: string;
259
+ suffixTextColor: string;
260
+ paddingTiny: string;
261
+ paddingSmall: string;
262
+ paddingMedium: string;
263
+ paddingLarge: string;
264
+ clearSize: string;
265
+ }, any>>>;
266
+ }, {
267
+ wrapperElRef: import("vue").Ref<HTMLElement | null>;
268
+ inputElRef: import("vue").Ref<HTMLInputElement | null>;
269
+ inputMirrorElRef: import("vue").Ref<HTMLElement | null>;
270
+ inputEl2Ref: import("vue").Ref<HTMLInputElement | null>;
271
+ textareaElRef: import("vue").Ref<HTMLTextAreaElement | null>;
272
+ textareaMirrorElRef: import("vue").Ref<HTMLElement | null>;
273
+ textareaScrollbarInstRef: import("vue").Ref<{
274
+ $el: HTMLElement;
275
+ containerRef: HTMLElement | null;
276
+ contentRef: HTMLElement | null;
277
+ containerScrollTop: number;
278
+ syncUnifiedContainer: () => void;
279
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
280
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
281
+ sync: () => void;
282
+ handleMouseEnterWrapper: () => void;
283
+ handleMouseLeaveWrapper: () => void;
284
+ } | null>;
285
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
286
+ uncontrolledValue: import("vue").Ref<string | [string, string] | null>;
287
+ mergedValue: import("vue").ComputedRef<string | [string, string] | null>;
288
+ passwordVisible: import("vue").Ref<boolean>;
289
+ mergedPlaceholder: import("vue").ComputedRef<[string, string] | [string]>;
290
+ showPlaceholder1: import("vue").ComputedRef<string | false>;
291
+ showPlaceholder2: import("vue").ComputedRef<boolean | "" | undefined>;
292
+ mergedFocus: import("vue").ComputedRef<boolean>;
293
+ isComposing: import("vue").Ref<boolean>;
294
+ activated: import("vue").Ref<boolean>;
295
+ showClearButton: import("vue").ComputedRef<boolean>;
296
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
297
+ mergedDisabled: import("vue").ComputedRef<boolean>;
298
+ textDecorationStyle: import("vue").ComputedRef<string[] | {
299
+ textDecoration: string;
300
+ }[]>;
301
+ mergedClsPrefix: import("vue").ComputedRef<string>;
302
+ mergedBordered: import("vue").ComputedRef<boolean>;
303
+ mergedShowPasswordOn: import("vue").ComputedRef<"click" | "mousedown" | undefined>;
304
+ placeholderStyle: import("vue").Ref<{
305
+ top: string;
306
+ }>;
307
+ mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
308
+ textAreaScrollContainerWidth: import("vue").Ref<number | undefined>;
309
+ handleTextAreaScroll: (e: Event) => void;
310
+ handleCompositionStart: () => void;
311
+ handleCompositionEnd: (e: CompositionEvent) => void;
312
+ handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
313
+ handleInputBlur: (e: FocusEvent) => void;
314
+ handleInputFocus: (e: FocusEvent) => void;
315
+ handleWrapperBlur: (e: FocusEvent) => void;
316
+ handleWrapperFocus: (e: FocusEvent) => void;
317
+ handleMouseEnter: () => void;
318
+ handleMouseLeave: () => void;
319
+ handleMouseDown: (e: MouseEvent) => void;
320
+ handleChange: (e: Event, index?: 0 | 1 | undefined) => void;
321
+ handleClick: (e: MouseEvent) => void;
322
+ handleClear: (e: MouseEvent) => void;
323
+ handlePasswordToggleClick: () => void;
324
+ handlePasswordToggleMousedown: (e: MouseEvent) => void;
325
+ handleWrapperKeyDown: (e: KeyboardEvent) => void;
326
+ handleTextAreaMirrorResize: () => void;
327
+ getTextareaScrollContainer: () => HTMLTextAreaElement | null;
328
+ mergedTheme: import("vue").ComputedRef<{
329
+ common: {
330
+ baseColor: string;
331
+ primaryColor: string;
332
+ primaryColorHover: string;
333
+ primaryColorPressed: string;
334
+ primaryColorSuppl: string;
335
+ infoColor: string;
336
+ infoColorHover: string;
337
+ infoColorPressed: string;
338
+ infoColorSuppl: string;
339
+ successColor: string;
340
+ successColorHover: string;
341
+ successColorPressed: string;
342
+ successColorSuppl: string;
343
+ warningColor: string;
344
+ warningColorHover: string;
345
+ warningColorPressed: string;
346
+ warningColorSuppl: string;
347
+ errorColor: string;
348
+ errorColorHover: string;
349
+ errorColorPressed: string;
350
+ errorColorSuppl: string;
351
+ textColorBase: string;
352
+ textColor1: string;
353
+ textColor2: string;
354
+ textColor3: string;
355
+ textColorDisabled: string;
356
+ placeholderColor: string;
357
+ placeholderColorDisabled: string;
358
+ iconColor: string;
359
+ iconColorHover: string;
360
+ iconColorPressed: string;
361
+ iconColorDisabled: string;
362
+ opacity1: string;
363
+ opacity2: string;
364
+ opacity3: string;
365
+ opacity4: string;
366
+ opacity5: string;
367
+ dividerColor: string;
368
+ borderColor: string;
369
+ closeIconColor: string;
370
+ closeIconColorHover: string;
371
+ closeIconColorPressed: string;
372
+ closeColorHover: string;
373
+ closeColorPressed: string;
374
+ clearColor: string;
375
+ clearColorHover: string;
376
+ clearColorPressed: string;
377
+ scrollbarColor: string;
378
+ scrollbarColorHover: string;
379
+ scrollbarWidth: string;
380
+ scrollbarHeight: string;
381
+ scrollbarBorderRadius: string;
382
+ progressRailColor: string;
383
+ railColor: string;
384
+ popoverColor: string;
385
+ tableColor: string;
386
+ cardColor: string;
387
+ modalColor: string;
388
+ bodyColor: string;
389
+ tagColor: string;
390
+ avatarColor: string;
391
+ invertedColor: string;
392
+ inputColor: string;
393
+ codeColor: string;
394
+ tabColor: string;
395
+ actionColor: string;
396
+ tableHeaderColor: string;
397
+ hoverColor: string;
398
+ tableColorHover: string;
399
+ tableColorStriped: string;
400
+ pressedColor: string;
401
+ opacityDisabled: string;
402
+ inputColorDisabled: string;
403
+ buttonColor2: string;
404
+ buttonColor2Hover: string;
405
+ buttonColor2Pressed: string;
406
+ boxShadow1: string;
407
+ boxShadow2: string;
408
+ boxShadow3: string;
409
+ fontFamily: string;
410
+ fontFamilyMono: string;
411
+ fontWeight: string;
412
+ fontWeightStrong: string;
413
+ cubicBezierEaseInOut: string;
414
+ cubicBezierEaseOut: string;
415
+ cubicBezierEaseIn: string;
416
+ borderRadius: string;
417
+ borderRadiusSmall: string;
418
+ fontSize: string;
419
+ fontSizeMini: string;
420
+ fontSizeTiny: string;
421
+ fontSizeSmall: string;
422
+ fontSizeMedium: string;
423
+ fontSizeLarge: string;
424
+ fontSizeHuge: string;
425
+ lineHeight: string;
426
+ heightMini: string;
427
+ heightTiny: string;
428
+ heightSmall: string;
429
+ heightMedium: string;
430
+ heightLarge: string;
431
+ heightHuge: string;
432
+ name: "common";
433
+ };
434
+ self: {
435
+ countTextColor: string;
436
+ heightTiny: string;
437
+ heightSmall: string;
438
+ heightMedium: string;
439
+ heightLarge: string;
440
+ fontSizeTiny: string;
441
+ fontSizeSmall: string;
442
+ fontSizeMedium: string;
443
+ fontSizeLarge: string;
444
+ lineHeight: string;
445
+ lineHeightTextarea: string;
446
+ borderRadius: string;
447
+ iconSize: string;
448
+ groupLabelColor: string;
449
+ groupLabelTextColor: string;
450
+ textColor: string;
451
+ textColorDisabled: string;
452
+ textDecorationColor: string;
453
+ caretColor: string;
454
+ placeholderColor: string;
455
+ placeholderColorDisabled: string;
456
+ color: string;
457
+ colorDisabled: string;
458
+ colorFocus: string;
459
+ groupLabelBorder: string;
460
+ border: string;
461
+ borderHover: string;
462
+ borderDisabled: string;
463
+ borderFocus: string;
464
+ boxShadowFocus: string;
465
+ loadingColor: string;
466
+ loadingColorWarning: string;
467
+ borderWarning: string;
468
+ borderHoverWarning: string;
469
+ colorFocusWarning: string;
470
+ borderFocusWarning: string;
471
+ boxShadowFocusWarning: string;
472
+ caretColorWarning: string;
473
+ loadingColorError: string;
474
+ borderError: string;
475
+ borderHoverError: string;
476
+ colorFocusError: string;
477
+ borderFocusError: string;
478
+ boxShadowFocusError: string;
479
+ caretColorError: string;
480
+ clearColor: string;
481
+ clearColorHover: string;
482
+ clearColorPressed: string;
483
+ iconColor: string;
484
+ iconColorDisabled: string;
485
+ iconColorHover: string;
486
+ iconColorPressed: string;
487
+ suffixTextColor: string;
488
+ paddingTiny: string;
489
+ paddingSmall: string;
490
+ paddingMedium: string;
491
+ paddingLarge: string;
492
+ clearSize: string;
493
+ };
494
+ peers: any;
495
+ peerOverrides: {
496
+ [x: string]: any;
497
+ };
498
+ }>;
499
+ cssVars: import("vue").ComputedRef<{
500
+ '--n-bezier': string;
501
+ '--n-count-text-color': string;
502
+ '--n-color': string;
503
+ '--n-font-size': string;
504
+ '--n-border-radius': string;
505
+ '--n-height': string;
506
+ '--n-padding-left': string;
507
+ '--n-padding-right': string;
508
+ '--n-text-color': string;
509
+ '--n-caret-color': string;
510
+ '--n-text-decoration-color': string;
511
+ '--n-border': string;
512
+ '--n-border-disabled': string;
513
+ '--n-border-hover': string;
514
+ '--n-border-focus': string;
515
+ '--n-placeholder-color': string;
516
+ '--n-placeholder-color-disabled': string;
517
+ '--n-icon-size': string;
518
+ '--n-line-height-textarea': string;
519
+ '--n-color-disabled': string;
520
+ '--n-color-focus': string;
521
+ '--n-text-color-disabled': string;
522
+ '--n-box-shadow-focus': string;
523
+ '--n-loading-color': string;
524
+ '--n-caret-color-warning': string;
525
+ '--n-color-focus-warning': string;
526
+ '--n-box-shadow-focus-warning': string;
527
+ '--n-border-warning': string;
528
+ '--n-border-focus-warning': string;
529
+ '--n-border-hover-warning': string;
530
+ '--n-loading-color-warning': string;
531
+ '--n-caret-color-error': string;
532
+ '--n-color-focus-error': string;
533
+ '--n-box-shadow-focus-error': string;
534
+ '--n-border-error': string;
535
+ '--n-border-focus-error': string;
536
+ '--n-border-hover-error': string;
537
+ '--n-loading-color-error': string;
538
+ '--n-clear-color': string;
539
+ '--n-clear-size': string;
540
+ '--n-clear-color-hover': string;
541
+ '--n-clear-color-pressed': string;
542
+ '--n-icon-color': string;
543
+ '--n-icon-color-hover': string;
544
+ '--n-icon-color-pressed': string;
545
+ '--n-icon-color-disabled': string;
546
+ '--n-suffix-text-color': string;
547
+ }> | undefined;
548
+ themeClass: import("vue").Ref<string> | undefined;
549
+ onRender: (() => void) | undefined;
550
+ isCompositing: import("vue").Ref<boolean>;
551
+ blur: () => void;
552
+ focus: () => void;
553
+ select: () => void;
554
+ activate: () => void;
555
+ deactivate: () => void;
556
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
557
+ bordered: {
558
+ type: import("vue").PropType<boolean | undefined>;
559
+ default: undefined;
560
+ };
561
+ type: {
562
+ type: import("vue").PropType<"text" | "textarea" | "password">;
563
+ default: string;
564
+ };
565
+ placeholder: import("vue").PropType<string | [string, string]>;
566
+ defaultValue: {
567
+ type: import("vue").PropType<string | [string, string] | null>;
568
+ default: null;
569
+ };
570
+ value: import("vue").PropType<string | [string, string] | null>;
571
+ disabled: {
572
+ type: import("vue").PropType<boolean | undefined>;
573
+ default: undefined;
574
+ };
575
+ size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
576
+ rows: {
577
+ type: import("vue").PropType<string | number>;
578
+ default: number;
579
+ };
580
+ round: BooleanConstructor;
581
+ minlength: import("vue").PropType<string | number>;
582
+ maxlength: import("vue").PropType<string | number>;
583
+ clearable: BooleanConstructor;
584
+ autosize: {
585
+ type: import("vue").PropType<boolean | {
586
+ minRows?: number | undefined;
587
+ maxRows?: number | undefined;
588
+ }>;
589
+ default: boolean;
590
+ };
591
+ pair: BooleanConstructor;
592
+ separator: StringConstructor;
593
+ readonly: {
594
+ type: (BooleanConstructor | StringConstructor)[];
595
+ default: boolean;
596
+ };
597
+ passivelyActivated: BooleanConstructor;
598
+ showPasswordOn: import("vue").PropType<"click" | "mousedown">;
599
+ stateful: {
600
+ type: BooleanConstructor;
601
+ default: boolean;
602
+ };
603
+ autofocus: BooleanConstructor;
604
+ inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
605
+ resizable: {
606
+ type: BooleanConstructor;
607
+ default: boolean;
608
+ };
609
+ showCount: BooleanConstructor;
610
+ loading: {
611
+ type: BooleanConstructor;
612
+ default: undefined;
613
+ };
614
+ onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
615
+ onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
616
+ onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
617
+ onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
618
+ onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
619
+ onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
620
+ onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
621
+ onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
622
+ onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
623
+ status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
624
+ 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
625
+ onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
626
+ textDecoration: import("vue").PropType<string | [string, string]>;
627
+ attrSize: {
628
+ type: NumberConstructor;
629
+ default: number;
630
+ };
631
+ onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
632
+ onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
633
+ onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
634
+ onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
635
+ onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
636
+ onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
637
+ internalDeactivateOnEnter: BooleanConstructor;
638
+ internalForceFocus: BooleanConstructor;
639
+ internalLoadingBeforeSuffix: BooleanConstructor;
640
+ showPasswordToggle: BooleanConstructor;
641
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
642
+ countTextColor: string;
643
+ heightTiny: string;
644
+ heightSmall: string;
645
+ heightMedium: string;
646
+ heightLarge: string;
647
+ fontSizeTiny: string;
648
+ fontSizeSmall: string;
649
+ fontSizeMedium: string;
650
+ fontSizeLarge: string;
651
+ lineHeight: string;
652
+ lineHeightTextarea: string;
653
+ borderRadius: string;
654
+ iconSize: string;
655
+ groupLabelColor: string;
656
+ groupLabelTextColor: string;
657
+ textColor: string;
658
+ textColorDisabled: string;
659
+ textDecorationColor: string;
660
+ caretColor: string;
661
+ placeholderColor: string;
662
+ placeholderColorDisabled: string;
663
+ color: string;
664
+ colorDisabled: string;
665
+ colorFocus: string;
666
+ groupLabelBorder: string;
667
+ border: string;
668
+ borderHover: string;
669
+ borderDisabled: string;
670
+ borderFocus: string;
671
+ boxShadowFocus: string;
672
+ loadingColor: string;
673
+ loadingColorWarning: string;
674
+ borderWarning: string;
675
+ borderHoverWarning: string;
676
+ colorFocusWarning: string;
677
+ borderFocusWarning: string;
678
+ boxShadowFocusWarning: string;
679
+ caretColorWarning: string;
680
+ loadingColorError: string;
681
+ borderError: string;
682
+ borderHoverError: string;
683
+ colorFocusError: string;
684
+ borderFocusError: string;
685
+ boxShadowFocusError: string;
686
+ caretColorError: string;
687
+ clearColor: string;
688
+ clearColorHover: string;
689
+ clearColorPressed: string;
690
+ iconColor: string;
691
+ iconColorDisabled: string;
692
+ iconColorHover: string;
693
+ iconColorPressed: string;
694
+ suffixTextColor: string;
695
+ paddingTiny: string;
696
+ paddingSmall: string;
697
+ paddingMedium: string;
698
+ paddingLarge: string;
699
+ clearSize: string;
700
+ }, any>>;
701
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
702
+ countTextColor: string;
703
+ heightTiny: string;
704
+ heightSmall: string;
705
+ heightMedium: string;
706
+ heightLarge: string;
707
+ fontSizeTiny: string;
708
+ fontSizeSmall: string;
709
+ fontSizeMedium: string;
710
+ fontSizeLarge: string;
711
+ lineHeight: string;
712
+ lineHeightTextarea: string;
713
+ borderRadius: string;
714
+ iconSize: string;
715
+ groupLabelColor: string;
716
+ groupLabelTextColor: string;
717
+ textColor: string;
718
+ textColorDisabled: string;
719
+ textDecorationColor: string;
720
+ caretColor: string;
721
+ placeholderColor: string;
722
+ placeholderColorDisabled: string;
723
+ color: string;
724
+ colorDisabled: string;
725
+ colorFocus: string;
726
+ groupLabelBorder: string;
727
+ border: string;
728
+ borderHover: string;
729
+ borderDisabled: string;
730
+ borderFocus: string;
731
+ boxShadowFocus: string;
732
+ loadingColor: string;
733
+ loadingColorWarning: string;
734
+ borderWarning: string;
735
+ borderHoverWarning: string;
736
+ colorFocusWarning: string;
737
+ borderFocusWarning: string;
738
+ boxShadowFocusWarning: string;
739
+ caretColorWarning: string;
740
+ loadingColorError: string;
741
+ borderError: string;
742
+ borderHoverError: string;
743
+ colorFocusError: string;
744
+ borderFocusError: string;
745
+ boxShadowFocusError: string;
746
+ caretColorError: string;
747
+ clearColor: string;
748
+ clearColorHover: string;
749
+ clearColorPressed: string;
750
+ iconColor: string;
751
+ iconColorDisabled: string;
752
+ iconColorHover: string;
753
+ iconColorPressed: string;
754
+ suffixTextColor: string;
755
+ paddingTiny: string;
756
+ paddingSmall: string;
757
+ paddingMedium: string;
758
+ paddingLarge: string;
759
+ clearSize: string;
760
+ }, any>>>;
761
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
762
+ countTextColor: string;
763
+ heightTiny: string;
764
+ heightSmall: string;
765
+ heightMedium: string;
766
+ heightLarge: string;
767
+ fontSizeTiny: string;
768
+ fontSizeSmall: string;
769
+ fontSizeMedium: string;
770
+ fontSizeLarge: string;
771
+ lineHeight: string;
772
+ lineHeightTextarea: string;
773
+ borderRadius: string;
774
+ iconSize: string;
775
+ groupLabelColor: string;
776
+ groupLabelTextColor: string;
777
+ textColor: string;
778
+ textColorDisabled: string;
779
+ textDecorationColor: string;
780
+ caretColor: string;
781
+ placeholderColor: string;
782
+ placeholderColorDisabled: string;
783
+ color: string;
784
+ colorDisabled: string;
785
+ colorFocus: string;
786
+ groupLabelBorder: string;
787
+ border: string;
788
+ borderHover: string;
789
+ borderDisabled: string;
790
+ borderFocus: string;
791
+ boxShadowFocus: string;
792
+ loadingColor: string;
793
+ loadingColorWarning: string;
794
+ borderWarning: string;
795
+ borderHoverWarning: string;
796
+ colorFocusWarning: string;
797
+ borderFocusWarning: string;
798
+ boxShadowFocusWarning: string;
799
+ caretColorWarning: string;
800
+ loadingColorError: string;
801
+ borderError: string;
802
+ borderHoverError: string;
803
+ colorFocusError: string;
804
+ borderFocusError: string;
805
+ boxShadowFocusError: string;
806
+ caretColorError: string;
807
+ clearColor: string;
808
+ clearColorHover: string;
809
+ clearColorPressed: string;
810
+ iconColor: string;
811
+ iconColorDisabled: string;
812
+ iconColorHover: string;
813
+ iconColorPressed: string;
814
+ suffixTextColor: string;
815
+ paddingTiny: string;
816
+ paddingSmall: string;
817
+ paddingMedium: string;
818
+ paddingLarge: string;
819
+ clearSize: string;
820
+ }, any>>>;
821
+ }>>, {
822
+ type: "text" | "textarea" | "password";
823
+ readonly: string | boolean;
824
+ round: boolean;
825
+ disabled: boolean | undefined;
826
+ autofocus: boolean;
827
+ autosize: boolean | {
828
+ minRows?: number | undefined;
829
+ maxRows?: number | undefined;
830
+ };
831
+ loading: boolean;
832
+ bordered: boolean | undefined;
833
+ clearable: boolean;
834
+ defaultValue: string | [string, string] | null;
835
+ resizable: boolean;
836
+ pair: boolean;
837
+ rows: string | number;
838
+ passivelyActivated: boolean;
839
+ stateful: boolean;
840
+ showCount: boolean;
841
+ attrSize: number;
842
+ internalDeactivateOnEnter: boolean;
843
+ internalForceFocus: boolean;
844
+ internalLoadingBeforeSuffix: boolean;
845
+ showPasswordToggle: boolean;
846
+ }>;