cnhis-design-vue 3.1.14-beta.9 → 3.1.15-beta.1

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 (214) hide show
  1. package/es/_virtual/plugin-vue_export-helper.js +9 -0
  2. package/es/node_modules/@formily/path/esm/contexts.js +22 -0
  3. package/es/node_modules/@formily/path/esm/destructor.js +124 -0
  4. package/es/node_modules/@formily/path/esm/index.js +579 -0
  5. package/es/node_modules/@formily/path/esm/matcher.js +199 -0
  6. package/es/node_modules/@formily/path/esm/parser.js +402 -0
  7. package/es/node_modules/@formily/path/esm/shared.js +73 -0
  8. package/es/node_modules/@formily/path/esm/tokenizer.js +287 -0
  9. package/es/node_modules/@formily/path/esm/tokens.js +240 -0
  10. package/es/node_modules/@formily/path/esm/types.js +17 -0
  11. package/es/packages/big-table/index.d.ts +13 -0
  12. package/es/packages/big-table/index.js +1 -2
  13. package/es/packages/big-table/src/BigTable.js +5 -3
  14. package/es/packages/big-table/src/BigTable.vue.d.ts +18 -12
  15. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +15 -15
  16. package/es/packages/big-table/src/bigTableProps.d.ts +4 -0
  17. package/es/packages/big-table/src/bigTableProps.js +1 -0
  18. package/es/packages/big-table/src/components/NoData.js +73 -3
  19. package/es/packages/big-table/src/components/edit-form/edit-date.js +11 -3
  20. package/es/packages/big-table/src/components/edit-form/edit-input.js +15 -4
  21. package/es/packages/big-table/src/components/edit-form/edit-separate.js +91 -3
  22. package/es/packages/big-table/src/components/edit-form/edit-separate.vue.d.ts +1 -0
  23. package/es/packages/big-table/src/components/edit-form/edit-time.d.ts +43 -0
  24. package/es/packages/big-table/src/components/edit-form/edit-time.js +52 -0
  25. package/es/packages/big-table/src/components/input-button.js +34 -3
  26. package/es/packages/big-table/src/components/separate.js +29 -3
  27. package/es/packages/big-table/src/hooks/useColumnConfigAdaptor.js +51 -12
  28. package/es/packages/big-table/src/hooks/useEdit.d.ts +43 -0
  29. package/es/packages/big-table/src/hooks/useEdit.js +4 -3
  30. package/es/packages/big-table/src/hooks/useFormat.js +8 -1
  31. package/es/packages/big-table/src/utils.js +1 -0
  32. package/es/packages/big-table/style/index.css +144 -0
  33. package/es/packages/bpmn-workflow/index.js +1 -2
  34. package/es/packages/bpmn-workflow/src/BpmnWorkflow.js +253 -3
  35. package/es/packages/button-print/index.js +1 -2
  36. package/es/packages/button-print/src/ButtonPrint.js +5 -3
  37. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +6 -7
  38. package/es/packages/button-print/src/components/IdentityVerification.js +129 -3
  39. package/es/packages/button-print/src/utils/print.d.ts +1 -1
  40. package/es/packages/button-print/src/utils/print.js +4 -4
  41. package/es/packages/chunk-upload/index.js +1 -1
  42. package/es/packages/chunk-upload/src/chunk-upload-new.js +474 -3
  43. package/es/packages/chunk-upload/src/vod-chunk-upload/index.js +2 -3
  44. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.js +328 -3
  45. package/es/packages/chunk-upload/src/vod-upload-modal.js +3 -4
  46. package/es/packages/drag-layout/index.js +1 -2
  47. package/es/packages/drag-layout/src/DragFormLeftItem.js +123 -3
  48. package/es/packages/drag-layout/src/DragFormRightItem.js +268 -3
  49. package/es/packages/drag-layout/src/DragLayout.js +658 -3
  50. package/es/packages/fabric-chart/index.js +1 -2
  51. package/es/packages/fabric-chart/src/FabricChart.js +315 -3
  52. package/es/packages/fabric-chart/src/components/PopupTip.js +33 -3
  53. package/es/packages/fabric-chart/src/hooks/useCenter.js +65 -89
  54. package/es/packages/fabric-chart/src/hooks/useEvent.js +9 -7
  55. package/es/packages/fabric-chart/src/hooks/useLeft.js +15 -4
  56. package/es/packages/field-set/index.d.ts +2509 -5166
  57. package/es/packages/field-set/index.js +1 -2
  58. package/es/packages/field-set/src/FieldSet.js +346 -3
  59. package/es/packages/field-set/src/FieldSet.vue.d.ts +2492 -5169
  60. package/es/packages/form-render/index.d.ts +0 -2
  61. package/es/packages/form-render/index.js +2 -3
  62. package/es/packages/form-render/src/FormRender.js +203 -3
  63. package/es/packages/form-render/src/FormRender.vue.d.ts +0 -2
  64. package/es/packages/form-render/src/components/renderer/cascader.d.ts +6 -6
  65. package/es/packages/form-render/src/components/renderer/cascader.js +72 -80
  66. package/es/packages/form-render/src/components/renderer/combination.d.ts +6 -0
  67. package/es/packages/form-render/src/components/renderer/combination.js +76 -20
  68. package/es/packages/form-render/src/components/renderer/formItem.js +1 -1
  69. package/es/packages/form-render/src/components/renderer/radio.d.ts +12 -4
  70. package/es/packages/form-render/src/components/renderer/radio.js +23 -5
  71. package/es/packages/form-render/src/components/renderer/select.js +51 -58
  72. package/es/packages/form-render/src/components/renderer/simpleComponent.d.ts +17 -2
  73. package/es/packages/form-render/src/components/renderer/simpleComponent.js +16 -14
  74. package/es/packages/form-render/src/hooks/useAsyncQueue.d.ts +1 -1
  75. package/es/packages/form-render/src/hooks/useAsyncQueue.js +1 -1
  76. package/es/packages/form-render/src/hooks/useChangeContext.d.ts +1 -1
  77. package/es/packages/form-render/src/hooks/useChangeContext.js +1 -1
  78. package/es/packages/form-render/src/hooks/useFieldListAdaptor.js +13 -9
  79. package/es/packages/form-render/src/hooks/useFormItemDeps.d.ts +3 -2
  80. package/es/packages/form-render/src/hooks/useFormItemDeps.js +5 -6
  81. package/es/packages/form-render/src/hooks/useFormRequest.d.ts +2 -2
  82. package/es/packages/form-render/src/types/fieldItem.d.ts +136 -35
  83. package/es/packages/form-render/src/types/index.d.ts +4 -2
  84. package/es/packages/form-render/src/utils/index.d.ts +4 -6
  85. package/es/packages/form-render/src/utils/index.js +6 -3
  86. package/es/packages/form-table/index.js +1 -2
  87. package/es/packages/form-table/src/FormTable.js +475 -3
  88. package/es/packages/form-table/src/components/index.js +28 -42
  89. package/es/packages/form-table/src/components/table-age.js +232 -3
  90. package/es/packages/form-table/src/components/table-date-picker.js +176 -3
  91. package/es/packages/form-table/src/components/table-digital.js +138 -3
  92. package/es/packages/form-table/src/components/table-input-password.js +138 -3
  93. package/es/packages/form-table/src/components/table-input.js +124 -3
  94. package/es/packages/form-table/src/components/table-month-picker.js +100 -3
  95. package/es/packages/form-table/src/components/table-search-more.js +5 -3
  96. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +2 -2
  97. package/es/packages/form-table/src/components/table-search.js +5 -3
  98. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +2 -2
  99. package/es/packages/form-table/src/components/table-select-multiple.js +161 -3
  100. package/es/packages/form-table/src/components/table-select.js +156 -3
  101. package/es/packages/form-table/src/components/table-textarea.js +154 -3
  102. package/es/packages/form-table/src/components/table-time-picker.js +146 -3
  103. package/es/packages/form-table/src/components/table-tree-select.js +282 -3
  104. package/es/packages/form-table/src/components/text-over-tooltip.js +63 -3
  105. package/es/packages/index.css +147 -0
  106. package/es/packages/info-header/index.d.ts +1373 -354
  107. package/es/packages/info-header/index.js +1 -2
  108. package/es/packages/info-header/src/HiddenContent.js +65 -3
  109. package/es/packages/info-header/src/HiddenContent.vue.d.ts +689 -178
  110. package/es/packages/info-header/src/InfoEllipsis.js +43 -0
  111. package/es/packages/info-header/src/InfoEllipsis.vue.d.ts +833 -0
  112. package/es/packages/info-header/src/InfoHeader.js +229 -3
  113. package/es/packages/info-header/src/InfoHeader.vue.d.ts +1373 -354
  114. package/es/packages/info-header/style/index.css +3 -0
  115. package/es/packages/map/index.js +1 -2
  116. package/es/packages/map/src/Map.js +337 -3
  117. package/es/packages/scale-view/index.js +1 -2
  118. package/es/packages/scale-view/src/ScaleView.js +418 -3
  119. package/es/packages/scale-view/src/components/AnswerParse.js +79 -3
  120. package/es/packages/scale-view/src/components/EvaluateCountdown.js +108 -3
  121. package/es/packages/scale-view/src/components/EvaluatePage.js +140 -3
  122. package/es/packages/scale-view/src/components/LoadingCom.js +17 -5
  123. package/es/packages/scale-view/src/components/NoData.js +73 -3
  124. package/es/packages/scale-view/src/components/formitem/r-cascader.js +3 -3
  125. package/es/packages/scale-view/src/components/formitem/r-select.js +3 -3
  126. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.js +78 -3
  127. package/es/packages/select-label/index.js +3 -5
  128. package/es/packages/select-label/src/LabelFormContent.js +441 -3
  129. package/es/packages/select-label/src/SelectLabel.js +5 -3
  130. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +5 -21
  131. package/es/packages/select-label/src/components/label-classify.js +128 -3
  132. package/es/packages/select-person/index.js +1 -2
  133. package/es/packages/select-person/src/SearchTree.js +5 -3
  134. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.js +2 -2
  135. package/es/packages/select-person/src/SelectPerson.js +5 -3
  136. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +4 -5
  137. package/es/packages/shortcut-provider/index.js +1 -2
  138. package/es/packages/shortcut-provider/src/ShortcutProvider.js +33 -3
  139. package/es/packages/shortcut-provider/src/types/index.d.ts +11 -9
  140. package/es/packages/shortcut-provider/src/utils/index.js +5 -5
  141. package/es/packages/shortcut-setter/index.d.ts +3247 -1486
  142. package/es/packages/shortcut-setter/index.js +1 -2
  143. package/es/packages/shortcut-setter/src/ShortcutSetter.js +42 -3
  144. package/es/packages/shortcut-setter/src/ShortcutSetter.vue.d.ts +3247 -1486
  145. package/es/packages/shortcut-setter/src/ShortcutSetterItem.js +139 -3
  146. package/es/packages/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +1700 -1661
  147. package/es/packages/steps-wheel/index.js +1 -2
  148. package/es/packages/steps-wheel/src/StepsWheel.js +264 -3
  149. package/es/packages/time-line/index.js +1 -2
  150. package/es/packages/time-line/src/TimeLine.js +69 -3
  151. package/es/src/components/SelectPage/SelectPage.js +62 -3
  152. package/es/src/components/SelectPage/index.js +2 -3
  153. package/es/src/components/SvgIcon/SvgIcon.js +35 -3
  154. package/es/src/components/SvgIcon/index.js +2 -3
  155. package/es/src/components/TextOverTooltip/TextOverTooltip.js +75 -3
  156. package/es/src/components/TextOverTooltip/index.js +2 -3
  157. package/es/src/components/player-vod/index.js +13 -3
  158. package/es/src/utils/anime.d.ts +1 -1
  159. package/package.json +1 -1
  160. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.js +0 -72
  161. package/es/packages/big-table/src/components/edit-form/edit-separate.vue_vue_type_script_setup_true_lang.js +0 -89
  162. package/es/packages/big-table/src/components/input-button.vue_vue_type_script_setup_true_lang.js +0 -33
  163. package/es/packages/big-table/src/components/separate.vue_vue_type_script_setup_true_lang.js +0 -28
  164. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.js +0 -252
  165. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.js +0 -128
  166. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.js +0 -473
  167. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.js +0 -327
  168. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.js +0 -122
  169. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.js +0 -267
  170. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.js +0 -659
  171. package/es/packages/fabric-chart/src/FabricChart.vue_vue_type_script_setup_true_lang.js +0 -315
  172. package/es/packages/fabric-chart/src/components/PopupTip.vue_vue_type_script_setup_true_lang.js +0 -32
  173. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.js +0 -22
  174. package/es/packages/field-set/src/NewFieldSet.js +0 -4
  175. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +0 -2607
  176. package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.js +0 -299
  177. package/es/packages/field-set/src/OldFieldSet.js +0 -4
  178. package/es/packages/field-set/src/OldFieldSet.vue.d.ts +0 -2610
  179. package/es/packages/field-set/src/OldFieldSet.vue_vue_type_script_setup_true_lang.js +0 -330
  180. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.js +0 -187
  181. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.js +0 -474
  182. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.js +0 -232
  183. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.js +0 -175
  184. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.js +0 -138
  185. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.js +0 -138
  186. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.js +0 -124
  187. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.js +0 -99
  188. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.js +0 -160
  189. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.js +0 -155
  190. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.js +0 -153
  191. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.js +0 -145
  192. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.js +0 -281
  193. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.js +0 -62
  194. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.js +0 -66
  195. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.js +0 -233
  196. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.js +0 -336
  197. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.js +0 -422
  198. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.js +0 -78
  199. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.js +0 -107
  200. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.js +0 -139
  201. package/es/packages/scale-view/src/components/LoadingCom.vue_vue_type_template_id_413329b0_lang.js +0 -16
  202. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.js +0 -72
  203. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +0 -77
  204. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.js +0 -441
  205. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.js +0 -127
  206. package/es/packages/shortcut-provider/src/ShortcutProvider.vue_vue_type_script_setup_true_lang.js +0 -32
  207. package/es/packages/shortcut-setter/src/ShortcutSetter.vue_vue_type_script_setup_true_lang.js +0 -38
  208. package/es/packages/shortcut-setter/src/ShortcutSetterItem.vue_vue_type_script_setup_true_lang.js +0 -125
  209. package/es/packages/steps-wheel/src/StepsWheel.vue_vue_type_script_setup_true_lang.js +0 -263
  210. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.js +0 -68
  211. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.js +0 -61
  212. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.js +0 -34
  213. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +0 -74
  214. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.js +0 -12
@@ -23,6 +23,21 @@ declare const _default: import("vue").DefineComponent<{
23
23
  type: null;
24
24
  required: true;
25
25
  };
26
+ placeholder: {
27
+ type: StringConstructor;
28
+ required: false;
29
+ default: string;
30
+ };
31
+ editPlaceholder: {
32
+ type: StringConstructor;
33
+ required: false;
34
+ default: string;
35
+ };
36
+ operation: {
37
+ type: ArrayConstructor;
38
+ required: false;
39
+ default: () => never[];
40
+ };
26
41
  }, {
27
42
  props: {
28
43
  glob?: boolean | undefined;
@@ -30,6 +45,9 @@ declare const _default: import("vue").DefineComponent<{
30
45
  onChange: unknown;
31
46
  onFocus: unknown;
32
47
  fieldItem: FieldItem;
48
+ placeholder: string;
49
+ editPlaceholder: string;
50
+ operation: Array<'disabled' | 'reset'>;
33
51
  };
34
52
  query: (key: string) => any;
35
53
  update: (key: string, info: KeyboardEvent | Partial<import("../../../../es/packages/shortcut-provider").ShortcutSignatureInfo>) => void;
@@ -38,8 +56,11 @@ declare const _default: import("vue").DefineComponent<{
38
56
  disabledState: import("vue").ComputedRef<boolean>;
39
57
  currentSetShortcut: import("vue").ComputedRef<string>;
40
58
  state: import("vue").Ref<ShortcutInputState>;
59
+ isEditState: import("vue").ComputedRef<boolean>;
60
+ hasOperation: (operation: 'disabled' | 'reset') => boolean;
41
61
  currentEditShortcut: import("vue").Ref<string>;
42
62
  showContent: import("vue").ComputedRef<string>;
63
+ placeholder: import("vue").ComputedRef<string>;
43
64
  onInputFocus: () => void;
44
65
  inputRef: import("vue").Ref<AnyObject | undefined>;
45
66
  onInputBlur: () => void;
@@ -49,855 +70,724 @@ declare const _default: import("vue").DefineComponent<{
49
70
  onInputKeyUp: import("lodash").DebouncedFuncLeading<(event: KeyboardEvent) => void>;
50
71
  onStop: () => void;
51
72
  onReset: () => void;
52
- NInput: import("vue").DefineComponent<{
53
- bordered: {
54
- type: import("vue").PropType<boolean | undefined>;
55
- default: undefined;
56
- };
57
- type: {
58
- type: import("vue").PropType<"text" | "textarea" | "password">;
59
- default: string;
60
- };
61
- placeholder: import("vue").PropType<string | [string, string]>;
62
- defaultValue: {
63
- type: import("vue").PropType<string | [string, string] | null>;
64
- default: null;
65
- };
66
- value: import("vue").PropType<string | [string, string] | null>;
67
- disabled: {
68
- type: import("vue").PropType<boolean | undefined>;
69
- default: undefined;
73
+ NButton: import("vue").DefineComponent<{
74
+ readonly color: StringConstructor;
75
+ readonly textColor: StringConstructor;
76
+ readonly text: BooleanConstructor;
77
+ readonly block: BooleanConstructor;
78
+ readonly loading: BooleanConstructor;
79
+ readonly disabled: BooleanConstructor;
80
+ readonly circle: BooleanConstructor;
81
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
82
+ readonly ghost: BooleanConstructor;
83
+ readonly round: BooleanConstructor;
84
+ readonly secondary: BooleanConstructor;
85
+ readonly tertiary: BooleanConstructor;
86
+ readonly quaternary: BooleanConstructor;
87
+ readonly strong: BooleanConstructor;
88
+ readonly focusable: {
89
+ readonly type: BooleanConstructor;
90
+ readonly default: true;
70
91
  };
71
- size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
72
- rows: {
73
- type: import("vue").PropType<string | number>;
74
- default: number;
92
+ readonly keyboard: {
93
+ readonly type: BooleanConstructor;
94
+ readonly default: true;
75
95
  };
76
- round: BooleanConstructor;
77
- minlength: import("vue").PropType<string | number>;
78
- maxlength: import("vue").PropType<string | number>;
79
- clearable: BooleanConstructor;
80
- autosize: {
81
- type: import("vue").PropType<boolean | {
82
- minRows?: number | undefined;
83
- maxRows?: number | undefined;
84
- }>;
85
- default: boolean;
96
+ readonly tag: {
97
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
98
+ readonly default: "button";
86
99
  };
87
- pair: BooleanConstructor;
88
- separator: StringConstructor;
89
- readonly: {
90
- type: (BooleanConstructor | StringConstructor)[];
91
- default: boolean;
100
+ readonly type: {
101
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
102
+ readonly default: "default";
92
103
  };
93
- passivelyActivated: BooleanConstructor;
94
- showPasswordOn: import("vue").PropType<"click" | "mousedown">;
95
- stateful: {
96
- type: BooleanConstructor;
97
- default: boolean;
104
+ readonly dashed: BooleanConstructor;
105
+ readonly iconPlacement: {
106
+ readonly type: import("vue").PropType<"left" | "right">;
107
+ readonly default: "left";
98
108
  };
99
- autofocus: BooleanConstructor;
100
- inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
101
- resizable: {
102
- type: BooleanConstructor;
103
- default: boolean;
109
+ readonly attrType: {
110
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
111
+ readonly default: "button";
104
112
  };
105
- showCount: BooleanConstructor;
106
- loading: {
107
- type: BooleanConstructor;
108
- default: undefined;
113
+ readonly bordered: {
114
+ readonly type: BooleanConstructor;
115
+ readonly default: true;
109
116
  };
110
- allowInput: import("vue").PropType<(value: string) => boolean>;
111
- onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
112
- onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
113
- onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
114
- onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
115
- onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
116
- onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
117
- onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
118
- onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
119
- onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
120
- status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
121
- 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
122
- onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
123
- textDecoration: import("vue").PropType<string | [string, string]>;
124
- attrSize: {
125
- type: NumberConstructor;
126
- default: number;
117
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
118
+ readonly nativeFocusBehavior: {
119
+ readonly type: BooleanConstructor;
120
+ readonly default: boolean;
127
121
  };
128
- onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
129
- onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
130
- onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
131
- onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
132
- onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
133
- onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
134
- internalDeactivateOnEnter: BooleanConstructor;
135
- internalForceFocus: BooleanConstructor;
136
- internalLoadingBeforeSuffix: BooleanConstructor;
137
- showPasswordToggle: BooleanConstructor;
138
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
139
- countTextColor: string;
122
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
140
123
  heightTiny: string;
141
124
  heightSmall: string;
142
125
  heightMedium: string;
143
126
  heightLarge: string;
127
+ borderRadiusTiny: string;
128
+ borderRadiusSmall: string;
129
+ borderRadiusMedium: string;
130
+ borderRadiusLarge: string;
144
131
  fontSizeTiny: string;
145
132
  fontSizeSmall: string;
146
133
  fontSizeMedium: string;
147
134
  fontSizeLarge: string;
148
- lineHeight: string;
149
- lineHeightTextarea: string;
150
- borderRadius: string;
151
- iconSize: string;
152
- groupLabelColor: string;
153
- groupLabelTextColor: string;
154
- textColor: string;
155
- textColorDisabled: string;
156
- textDecorationColor: string;
157
- caretColor: string;
158
- placeholderColor: string;
159
- placeholderColorDisabled: string;
135
+ opacityDisabled: string;
136
+ colorOpacitySecondary: string;
137
+ colorOpacitySecondaryHover: string;
138
+ colorOpacitySecondaryPressed: string;
139
+ colorSecondary: string;
140
+ colorSecondaryHover: string;
141
+ colorSecondaryPressed: string;
142
+ colorTertiary: string;
143
+ colorTertiaryHover: string;
144
+ colorTertiaryPressed: string;
145
+ colorQuaternary: string;
146
+ colorQuaternaryHover: string;
147
+ colorQuaternaryPressed: string;
160
148
  color: string;
161
- colorDisabled: string;
149
+ colorHover: string;
150
+ colorPressed: string;
162
151
  colorFocus: string;
163
- groupLabelBorder: string;
164
- border: string;
165
- borderHover: string;
166
- borderDisabled: string;
167
- borderFocus: string;
168
- boxShadowFocus: string;
169
- loadingColor: string;
170
- loadingColorWarning: string;
171
- borderWarning: string;
172
- borderHoverWarning: string;
173
- colorFocusWarning: string;
174
- borderFocusWarning: string;
175
- boxShadowFocusWarning: string;
176
- caretColorWarning: string;
177
- loadingColorError: string;
178
- borderError: string;
179
- borderHoverError: string;
180
- colorFocusError: string;
181
- borderFocusError: string;
182
- boxShadowFocusError: string;
183
- caretColorError: string;
184
- clearColor: string;
185
- clearColorHover: string;
186
- clearColorPressed: string;
187
- iconColor: string;
188
- iconColorDisabled: string;
189
- iconColorHover: string;
190
- iconColorPressed: string;
191
- suffixTextColor: string;
192
- paddingTiny: string;
193
- paddingSmall: string;
194
- paddingMedium: string;
195
- paddingLarge: string;
196
- clearSize: string;
197
- }, any>>;
198
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
199
- countTextColor: string;
200
- heightTiny: string;
201
- heightSmall: string;
202
- heightMedium: string;
203
- heightLarge: string;
204
- fontSizeTiny: string;
205
- fontSizeSmall: string;
206
- fontSizeMedium: string;
207
- fontSizeLarge: string;
208
- lineHeight: string;
209
- lineHeightTextarea: string;
210
- borderRadius: string;
211
- iconSize: string;
212
- groupLabelColor: string;
213
- groupLabelTextColor: string;
152
+ colorDisabled: string;
214
153
  textColor: string;
154
+ textColorTertiary: string;
155
+ textColorHover: string;
156
+ textColorPressed: string;
157
+ textColorFocus: string;
215
158
  textColorDisabled: string;
216
- textDecorationColor: string;
217
- caretColor: string;
218
- placeholderColor: string;
219
- placeholderColorDisabled: string;
220
- color: string;
221
- colorDisabled: string;
222
- colorFocus: string;
223
- groupLabelBorder: string;
159
+ textColorText: string;
160
+ textColorTextHover: string;
161
+ textColorTextPressed: string;
162
+ textColorTextFocus: string;
163
+ textColorTextDisabled: string;
164
+ textColorGhost: string;
165
+ textColorGhostHover: string;
166
+ textColorGhostPressed: string;
167
+ textColorGhostFocus: string;
168
+ textColorGhostDisabled: string;
224
169
  border: string;
225
170
  borderHover: string;
226
- borderDisabled: string;
171
+ borderPressed: string;
227
172
  borderFocus: string;
228
- boxShadowFocus: string;
229
- loadingColor: string;
230
- loadingColorWarning: string;
231
- borderWarning: string;
232
- borderHoverWarning: string;
233
- colorFocusWarning: string;
234
- borderFocusWarning: string;
235
- boxShadowFocusWarning: string;
236
- caretColorWarning: string;
237
- loadingColorError: string;
238
- borderError: string;
239
- borderHoverError: string;
240
- colorFocusError: string;
241
- borderFocusError: string;
242
- boxShadowFocusError: string;
243
- caretColorError: string;
244
- clearColor: string;
245
- clearColorHover: string;
246
- clearColorPressed: string;
247
- iconColor: string;
248
- iconColorDisabled: string;
249
- iconColorHover: string;
250
- iconColorPressed: string;
251
- suffixTextColor: string;
173
+ borderDisabled: string;
174
+ rippleColor: string;
175
+ colorPrimary: string;
176
+ colorHoverPrimary: string;
177
+ colorPressedPrimary: string;
178
+ colorFocusPrimary: string;
179
+ colorDisabledPrimary: string;
180
+ textColorPrimary: string;
181
+ textColorHoverPrimary: string;
182
+ textColorPressedPrimary: string;
183
+ textColorFocusPrimary: string;
184
+ textColorDisabledPrimary: string;
185
+ textColorTextPrimary: string;
186
+ textColorTextHoverPrimary: string;
187
+ textColorTextPressedPrimary: string;
188
+ textColorTextFocusPrimary: string;
189
+ textColorTextDisabledPrimary: string;
190
+ textColorGhostPrimary: string;
191
+ textColorGhostHoverPrimary: string;
192
+ textColorGhostPressedPrimary: string;
193
+ textColorGhostFocusPrimary: string;
194
+ textColorGhostDisabledPrimary: string;
195
+ borderPrimary: string;
196
+ borderHoverPrimary: string;
197
+ borderPressedPrimary: string;
198
+ borderFocusPrimary: string;
199
+ borderDisabledPrimary: string;
200
+ rippleColorPrimary: string;
201
+ colorInfo: string;
202
+ colorHoverInfo: string;
203
+ colorPressedInfo: string;
204
+ colorFocusInfo: string;
205
+ colorDisabledInfo: string;
206
+ textColorInfo: string;
207
+ textColorHoverInfo: string;
208
+ textColorPressedInfo: string;
209
+ textColorFocusInfo: string;
210
+ textColorDisabledInfo: string;
211
+ textColorTextInfo: string;
212
+ textColorTextHoverInfo: string;
213
+ textColorTextPressedInfo: string;
214
+ textColorTextFocusInfo: string;
215
+ textColorTextDisabledInfo: string;
216
+ textColorGhostInfo: string;
217
+ textColorGhostHoverInfo: string;
218
+ textColorGhostPressedInfo: string;
219
+ textColorGhostFocusInfo: string;
220
+ textColorGhostDisabledInfo: string;
221
+ borderInfo: string;
222
+ borderHoverInfo: string;
223
+ borderPressedInfo: string;
224
+ borderFocusInfo: string;
225
+ borderDisabledInfo: string;
226
+ rippleColorInfo: string;
227
+ colorSuccess: string;
228
+ colorHoverSuccess: string;
229
+ colorPressedSuccess: string;
230
+ colorFocusSuccess: string;
231
+ colorDisabledSuccess: string;
232
+ textColorSuccess: string;
233
+ textColorHoverSuccess: string;
234
+ textColorPressedSuccess: string;
235
+ textColorFocusSuccess: string;
236
+ textColorDisabledSuccess: string;
237
+ textColorTextSuccess: string;
238
+ textColorTextHoverSuccess: string;
239
+ textColorTextPressedSuccess: string;
240
+ textColorTextFocusSuccess: string;
241
+ textColorTextDisabledSuccess: string;
242
+ textColorGhostSuccess: string;
243
+ textColorGhostHoverSuccess: string;
244
+ textColorGhostPressedSuccess: string;
245
+ textColorGhostFocusSuccess: string;
246
+ textColorGhostDisabledSuccess: string;
247
+ borderSuccess: string;
248
+ borderHoverSuccess: string;
249
+ borderPressedSuccess: string;
250
+ borderFocusSuccess: string;
251
+ borderDisabledSuccess: string;
252
+ rippleColorSuccess: string;
253
+ colorWarning: string;
254
+ colorHoverWarning: string;
255
+ colorPressedWarning: string;
256
+ colorFocusWarning: string;
257
+ colorDisabledWarning: string;
258
+ textColorWarning: string;
259
+ textColorHoverWarning: string;
260
+ textColorPressedWarning: string;
261
+ textColorFocusWarning: string;
262
+ textColorDisabledWarning: string;
263
+ textColorTextWarning: string;
264
+ textColorTextHoverWarning: string;
265
+ textColorTextPressedWarning: string;
266
+ textColorTextFocusWarning: string;
267
+ textColorTextDisabledWarning: string;
268
+ textColorGhostWarning: string;
269
+ textColorGhostHoverWarning: string;
270
+ textColorGhostPressedWarning: string;
271
+ textColorGhostFocusWarning: string;
272
+ textColorGhostDisabledWarning: string;
273
+ borderWarning: string;
274
+ borderHoverWarning: string;
275
+ borderPressedWarning: string;
276
+ borderFocusWarning: string;
277
+ borderDisabledWarning: string;
278
+ rippleColorWarning: string;
279
+ colorError: string;
280
+ colorHoverError: string;
281
+ colorPressedError: string;
282
+ colorFocusError: string;
283
+ colorDisabledError: string;
284
+ textColorError: string;
285
+ textColorHoverError: string;
286
+ textColorPressedError: string;
287
+ textColorFocusError: string;
288
+ textColorDisabledError: string;
289
+ textColorTextError: string;
290
+ textColorTextHoverError: string;
291
+ textColorTextPressedError: string;
292
+ textColorTextFocusError: string;
293
+ textColorTextDisabledError: string;
294
+ textColorGhostError: string;
295
+ textColorGhostHoverError: string;
296
+ textColorGhostPressedError: string;
297
+ textColorGhostFocusError: string;
298
+ textColorGhostDisabledError: string;
299
+ borderError: string;
300
+ borderHoverError: string;
301
+ borderPressedError: string;
302
+ borderFocusError: string;
303
+ borderDisabledError: string;
304
+ rippleColorError: string;
305
+ waveOpacity: string;
306
+ fontWeight: string;
307
+ fontWeightStrong: string;
252
308
  paddingTiny: string;
253
309
  paddingSmall: string;
254
310
  paddingMedium: string;
255
311
  paddingLarge: string;
256
- clearSize: string;
257
- }, any>>>;
258
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
259
- countTextColor: string;
312
+ paddingRoundTiny: string;
313
+ paddingRoundSmall: string;
314
+ paddingRoundMedium: string;
315
+ paddingRoundLarge: string;
316
+ iconMarginTiny: string;
317
+ iconMarginSmall: string;
318
+ iconMarginMedium: string;
319
+ iconMarginLarge: string;
320
+ iconSizeTiny: string;
321
+ iconSizeSmall: string;
322
+ iconSizeMedium: string;
323
+ iconSizeLarge: string;
324
+ rippleDuration: string;
325
+ }, any>>;
326
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
260
327
  heightTiny: string;
261
328
  heightSmall: string;
262
329
  heightMedium: string;
263
330
  heightLarge: string;
331
+ borderRadiusTiny: string;
332
+ borderRadiusSmall: string;
333
+ borderRadiusMedium: string;
334
+ borderRadiusLarge: string;
264
335
  fontSizeTiny: string;
265
336
  fontSizeSmall: string;
266
337
  fontSizeMedium: string;
267
338
  fontSizeLarge: string;
268
- lineHeight: string;
269
- lineHeightTextarea: string;
270
- borderRadius: string;
271
- iconSize: string;
272
- groupLabelColor: string;
273
- groupLabelTextColor: string;
274
- textColor: string;
275
- textColorDisabled: string;
276
- textDecorationColor: string;
277
- caretColor: string;
278
- placeholderColor: string;
279
- placeholderColorDisabled: string;
339
+ opacityDisabled: string;
340
+ colorOpacitySecondary: string;
341
+ colorOpacitySecondaryHover: string;
342
+ colorOpacitySecondaryPressed: string;
343
+ colorSecondary: string;
344
+ colorSecondaryHover: string;
345
+ colorSecondaryPressed: string;
346
+ colorTertiary: string;
347
+ colorTertiaryHover: string;
348
+ colorTertiaryPressed: string;
349
+ colorQuaternary: string;
350
+ colorQuaternaryHover: string;
351
+ colorQuaternaryPressed: string;
280
352
  color: string;
281
- colorDisabled: string;
353
+ colorHover: string;
354
+ colorPressed: string;
282
355
  colorFocus: string;
283
- groupLabelBorder: string;
356
+ colorDisabled: string;
357
+ textColor: string;
358
+ textColorTertiary: string;
359
+ textColorHover: string;
360
+ textColorPressed: string;
361
+ textColorFocus: string;
362
+ textColorDisabled: string;
363
+ textColorText: string;
364
+ textColorTextHover: string;
365
+ textColorTextPressed: string;
366
+ textColorTextFocus: string;
367
+ textColorTextDisabled: string;
368
+ textColorGhost: string;
369
+ textColorGhostHover: string;
370
+ textColorGhostPressed: string;
371
+ textColorGhostFocus: string;
372
+ textColorGhostDisabled: string;
284
373
  border: string;
285
374
  borderHover: string;
286
- borderDisabled: string;
375
+ borderPressed: string;
287
376
  borderFocus: string;
288
- boxShadowFocus: string;
289
- loadingColor: string;
290
- loadingColorWarning: string;
291
- borderWarning: string;
292
- borderHoverWarning: string;
293
- colorFocusWarning: string;
294
- borderFocusWarning: string;
295
- boxShadowFocusWarning: string;
296
- caretColorWarning: string;
297
- loadingColorError: string;
298
- borderError: string;
299
- borderHoverError: string;
300
- colorFocusError: string;
301
- borderFocusError: string;
302
- boxShadowFocusError: string;
303
- caretColorError: string;
304
- clearColor: string;
305
- clearColorHover: string;
306
- clearColorPressed: string;
307
- iconColor: string;
308
- iconColorDisabled: string;
309
- iconColorHover: string;
310
- iconColorPressed: string;
311
- suffixTextColor: string;
312
- paddingTiny: string;
313
- paddingSmall: string;
314
- paddingMedium: string;
315
- paddingLarge: string;
316
- clearSize: string;
317
- }, any>>>;
318
- }, {
319
- wrapperElRef: import("vue").Ref<HTMLElement | null>;
320
- inputElRef: import("vue").Ref<HTMLInputElement | null>;
321
- inputMirrorElRef: import("vue").Ref<HTMLElement | null>;
322
- inputEl2Ref: import("vue").Ref<HTMLInputElement | null>;
323
- textareaElRef: import("vue").Ref<HTMLTextAreaElement | null>;
324
- textareaMirrorElRef: import("vue").Ref<HTMLElement | null>;
325
- textareaScrollbarInstRef: import("vue").Ref<{
326
- $el: HTMLElement;
327
- containerRef: HTMLElement | null;
328
- contentRef: HTMLElement | null;
329
- containerScrollTop: number;
330
- syncUnifiedContainer: () => void;
331
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
332
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
333
- sync: () => void;
334
- handleMouseEnterWrapper: () => void;
335
- handleMouseLeaveWrapper: () => void;
336
- } | null>;
337
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
338
- uncontrolledValue: import("vue").Ref<string | [string, string] | null>;
339
- mergedValue: import("vue").ComputedRef<string | [string, string] | null>;
340
- passwordVisible: import("vue").Ref<boolean>;
341
- mergedPlaceholder: import("vue").ComputedRef<[string, string] | [string]>;
342
- showPlaceholder1: import("vue").ComputedRef<string | false>;
343
- showPlaceholder2: import("vue").ComputedRef<boolean | "" | undefined>;
344
- mergedFocus: import("vue").ComputedRef<boolean>;
345
- isComposing: import("vue").Ref<boolean>;
346
- activated: import("vue").Ref<boolean>;
347
- showClearButton: import("vue").ComputedRef<boolean>;
348
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
349
- mergedDisabled: import("vue").ComputedRef<boolean>;
350
- textDecorationStyle: import("vue").ComputedRef<string[] | {
351
- textDecoration: string;
352
- }[]>;
353
- mergedClsPrefix: import("vue").ComputedRef<string>;
354
- mergedBordered: import("vue").ComputedRef<boolean>;
355
- mergedShowPasswordOn: import("vue").ComputedRef<"click" | "mousedown" | undefined>;
356
- placeholderStyle: import("vue").Ref<{
357
- top: string;
358
- }>;
359
- mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
360
- textAreaScrollContainerWidth: import("vue").Ref<number | undefined>;
361
- handleTextAreaScroll: (e: Event) => void;
362
- handleCompositionStart: () => void;
363
- handleCompositionEnd: (e: CompositionEvent) => void;
364
- handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
365
- handleInputBlur: (e: FocusEvent) => void;
366
- handleInputFocus: (e: FocusEvent, index: number) => void;
367
- handleWrapperBlur: (e: FocusEvent) => void;
368
- handleWrapperFocus: (e: FocusEvent) => void;
369
- handleMouseEnter: () => void;
370
- handleMouseLeave: () => void;
371
- handleMouseDown: (e: MouseEvent) => void;
372
- handleChange: (e: Event, index?: 0 | 1 | undefined) => void;
373
- handleClick: (e: MouseEvent) => void;
374
- handleClear: (e: MouseEvent) => void;
375
- handlePasswordToggleClick: () => void;
376
- handlePasswordToggleMousedown: (e: MouseEvent) => void;
377
- handleWrapperKeydown: (e: KeyboardEvent) => void;
378
- handleTextAreaMirrorResize: () => void;
379
- getTextareaScrollContainer: () => HTMLTextAreaElement | null;
380
- mergedTheme: import("vue").ComputedRef<{
381
- common: {
382
- baseColor: string;
383
- primaryColor: string;
384
- primaryColorHover: string;
385
- primaryColorPressed: string;
386
- primaryColorSuppl: string;
387
- infoColor: string;
388
- infoColorHover: string;
389
- infoColorPressed: string;
390
- infoColorSuppl: string;
391
- successColor: string;
392
- successColorHover: string;
393
- successColorPressed: string;
394
- successColorSuppl: string;
395
- warningColor: string;
396
- warningColorHover: string;
397
- warningColorPressed: string;
398
- warningColorSuppl: string;
399
- errorColor: string;
400
- errorColorHover: string;
401
- errorColorPressed: string;
402
- errorColorSuppl: string;
403
- textColorBase: string;
404
- textColor1: string;
405
- textColor2: string;
406
- textColor3: string;
407
- textColorDisabled: string;
408
- placeholderColor: string;
409
- placeholderColorDisabled: string;
410
- iconColor: string;
411
- iconColorHover: string;
412
- iconColorPressed: string;
413
- iconColorDisabled: string;
414
- opacity1: string;
415
- opacity2: string;
416
- opacity3: string;
417
- opacity4: string;
418
- opacity5: string;
419
- dividerColor: string;
420
- borderColor: string;
421
- closeIconColor: string;
422
- closeIconColorHover: string;
423
- closeIconColorPressed: string;
424
- closeColorHover: string;
425
- closeColorPressed: string;
426
- clearColor: string;
427
- clearColorHover: string;
428
- clearColorPressed: string;
429
- scrollbarColor: string;
430
- scrollbarColorHover: string;
431
- scrollbarWidth: string;
432
- scrollbarHeight: string;
433
- scrollbarBorderRadius: string;
434
- progressRailColor: string;
435
- railColor: string;
436
- popoverColor: string;
437
- tableColor: string;
438
- cardColor: string;
439
- modalColor: string;
440
- bodyColor: string;
441
- tagColor: string;
442
- avatarColor: string;
443
- invertedColor: string;
444
- inputColor: string;
445
- codeColor: string;
446
- tabColor: string;
447
- actionColor: string;
448
- tableHeaderColor: string;
449
- hoverColor: string;
450
- tableColorHover: string;
451
- tableColorStriped: string;
452
- pressedColor: string;
453
- opacityDisabled: string;
454
- inputColorDisabled: string;
455
- buttonColor2: string;
456
- buttonColor2Hover: string;
457
- buttonColor2Pressed: string;
458
- boxShadow1: string;
459
- boxShadow2: string;
460
- boxShadow3: string;
461
- fontFamily: string;
462
- fontFamilyMono: string;
463
- fontWeight: string;
464
- fontWeightStrong: string;
465
- cubicBezierEaseInOut: string;
466
- cubicBezierEaseOut: string;
467
- cubicBezierEaseIn: string;
468
- borderRadius: string;
469
- borderRadiusSmall: string;
470
- fontSize: string;
471
- fontSizeMini: string;
472
- fontSizeTiny: string;
473
- fontSizeSmall: string;
474
- fontSizeMedium: string;
475
- fontSizeLarge: string;
476
- fontSizeHuge: string;
477
- lineHeight: string;
478
- heightMini: string;
479
- heightTiny: string;
480
- heightSmall: string;
481
- heightMedium: string;
482
- heightLarge: string;
483
- heightHuge: string;
484
- name: "common";
485
- };
486
- self: {
487
- countTextColor: string;
488
- heightTiny: string;
489
- heightSmall: string;
490
- heightMedium: string;
491
- heightLarge: string;
492
- fontSizeTiny: string;
493
- fontSizeSmall: string;
494
- fontSizeMedium: string;
495
- fontSizeLarge: string;
496
- lineHeight: string;
497
- lineHeightTextarea: string;
498
- borderRadius: string;
499
- iconSize: string;
500
- groupLabelColor: string;
501
- groupLabelTextColor: string;
502
- textColor: string;
503
- textColorDisabled: string;
504
- textDecorationColor: string;
505
- caretColor: string;
506
- placeholderColor: string;
507
- placeholderColorDisabled: string;
508
- color: string;
509
- colorDisabled: string;
510
- colorFocus: string;
511
- groupLabelBorder: string;
512
- border: string;
513
- borderHover: string;
514
- borderDisabled: string;
515
- borderFocus: string;
516
- boxShadowFocus: string;
517
- loadingColor: string;
518
- loadingColorWarning: string;
519
- borderWarning: string;
520
- borderHoverWarning: string;
521
- colorFocusWarning: string;
522
- borderFocusWarning: string;
523
- boxShadowFocusWarning: string;
524
- caretColorWarning: string;
525
- loadingColorError: string;
526
- borderError: string;
527
- borderHoverError: string;
528
- colorFocusError: string;
529
- borderFocusError: string;
530
- boxShadowFocusError: string;
531
- caretColorError: string;
532
- clearColor: string;
533
- clearColorHover: string;
534
- clearColorPressed: string;
535
- iconColor: string;
536
- iconColorDisabled: string;
537
- iconColorHover: string;
538
- iconColorPressed: string;
539
- suffixTextColor: string;
540
- paddingTiny: string;
541
- paddingSmall: string;
542
- paddingMedium: string;
543
- paddingLarge: string;
544
- clearSize: string;
545
- };
546
- peers: any;
547
- peerOverrides: {
548
- [x: string]: any;
549
- };
550
- }>;
551
- cssVars: import("vue").ComputedRef<{
552
- '--n-bezier': string;
553
- '--n-count-text-color': string;
554
- '--n-color': string;
555
- '--n-font-size': string;
556
- '--n-border-radius': string;
557
- '--n-height': string;
558
- '--n-padding-left': string;
559
- '--n-padding-right': string;
560
- '--n-text-color': string;
561
- '--n-caret-color': string;
562
- '--n-text-decoration-color': string;
563
- '--n-border': string;
564
- '--n-border-disabled': string;
565
- '--n-border-hover': string;
566
- '--n-border-focus': string;
567
- '--n-placeholder-color': string;
568
- '--n-placeholder-color-disabled': string;
569
- '--n-icon-size': string;
570
- '--n-line-height-textarea': string;
571
- '--n-color-disabled': string;
572
- '--n-color-focus': string;
573
- '--n-text-color-disabled': string;
574
- '--n-box-shadow-focus': string;
575
- '--n-loading-color': string;
576
- '--n-caret-color-warning': string;
577
- '--n-color-focus-warning': string;
578
- '--n-box-shadow-focus-warning': string;
579
- '--n-border-warning': string;
580
- '--n-border-focus-warning': string;
581
- '--n-border-hover-warning': string;
582
- '--n-loading-color-warning': string;
583
- '--n-caret-color-error': string;
584
- '--n-color-focus-error': string;
585
- '--n-box-shadow-focus-error': string;
586
- '--n-border-error': string;
587
- '--n-border-focus-error': string;
588
- '--n-border-hover-error': string;
589
- '--n-loading-color-error': string;
590
- '--n-clear-color': string;
591
- '--n-clear-size': string;
592
- '--n-clear-color-hover': string;
593
- '--n-clear-color-pressed': string;
594
- '--n-icon-color': string;
595
- '--n-icon-color-hover': string;
596
- '--n-icon-color-pressed': string;
597
- '--n-icon-color-disabled': string;
598
- '--n-suffix-text-color': string;
599
- }> | undefined;
600
- themeClass: import("vue").Ref<string> | undefined;
601
- onRender: (() => void) | undefined;
602
- isCompositing: import("vue").Ref<boolean>;
603
- blur: () => void;
604
- focus: () => void;
605
- select: () => void;
606
- activate: () => void;
607
- deactivate: () => void;
608
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
609
- bordered: {
610
- type: import("vue").PropType<boolean | undefined>;
611
- default: undefined;
612
- };
613
- type: {
614
- type: import("vue").PropType<"text" | "textarea" | "password">;
615
- default: string;
616
- };
617
- placeholder: import("vue").PropType<string | [string, string]>;
618
- defaultValue: {
619
- type: import("vue").PropType<string | [string, string] | null>;
620
- default: null;
621
- };
622
- value: import("vue").PropType<string | [string, string] | null>;
623
- disabled: {
624
- type: import("vue").PropType<boolean | undefined>;
625
- default: undefined;
626
- };
627
- size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
628
- rows: {
629
- type: import("vue").PropType<string | number>;
630
- default: number;
631
- };
632
- round: BooleanConstructor;
633
- minlength: import("vue").PropType<string | number>;
634
- maxlength: import("vue").PropType<string | number>;
635
- clearable: BooleanConstructor;
636
- autosize: {
637
- type: import("vue").PropType<boolean | {
638
- minRows?: number | undefined;
639
- maxRows?: number | undefined;
640
- }>;
641
- default: boolean;
642
- };
643
- pair: BooleanConstructor;
644
- separator: StringConstructor;
645
- readonly: {
646
- type: (BooleanConstructor | StringConstructor)[];
647
- default: boolean;
648
- };
649
- passivelyActivated: BooleanConstructor;
650
- showPasswordOn: import("vue").PropType<"click" | "mousedown">;
651
- stateful: {
652
- type: BooleanConstructor;
653
- default: boolean;
654
- };
655
- autofocus: BooleanConstructor;
656
- inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
657
- resizable: {
658
- type: BooleanConstructor;
659
- default: boolean;
660
- };
661
- showCount: BooleanConstructor;
662
- loading: {
663
- type: BooleanConstructor;
664
- default: undefined;
665
- };
666
- allowInput: import("vue").PropType<(value: string) => boolean>;
667
- onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
668
- onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
669
- onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
670
- onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
671
- onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
672
- onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
673
- onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
674
- onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
675
- onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
676
- status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
677
- 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
678
- onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
679
- textDecoration: import("vue").PropType<string | [string, string]>;
680
- attrSize: {
681
- type: NumberConstructor;
682
- default: number;
683
- };
684
- onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
685
- onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
686
- onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
687
- onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
688
- onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
689
- onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
690
- internalDeactivateOnEnter: BooleanConstructor;
691
- internalForceFocus: BooleanConstructor;
692
- internalLoadingBeforeSuffix: BooleanConstructor;
693
- showPasswordToggle: BooleanConstructor;
694
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
695
- countTextColor: string;
696
- heightTiny: string;
697
- heightSmall: string;
698
- heightMedium: string;
699
- heightLarge: string;
700
- fontSizeTiny: string;
701
- fontSizeSmall: string;
702
- fontSizeMedium: string;
703
- fontSizeLarge: string;
704
- lineHeight: string;
705
- lineHeightTextarea: string;
706
- borderRadius: string;
707
- iconSize: string;
708
- groupLabelColor: string;
709
- groupLabelTextColor: string;
710
- textColor: string;
711
- textColorDisabled: string;
712
- textDecorationColor: string;
713
- caretColor: string;
714
- placeholderColor: string;
715
- placeholderColorDisabled: string;
716
- color: string;
717
- colorDisabled: string;
718
- colorFocus: string;
719
- groupLabelBorder: string;
720
- border: string;
721
- borderHover: string;
722
- borderDisabled: string;
723
- borderFocus: string;
724
- boxShadowFocus: string;
725
- loadingColor: string;
726
- loadingColorWarning: string;
727
- borderWarning: string;
728
- borderHoverWarning: string;
729
- colorFocusWarning: string;
730
- borderFocusWarning: string;
731
- boxShadowFocusWarning: string;
732
- caretColorWarning: string;
733
- loadingColorError: string;
734
- borderError: string;
735
- borderHoverError: string;
736
- colorFocusError: string;
737
- borderFocusError: string;
738
- boxShadowFocusError: string;
739
- caretColorError: string;
740
- clearColor: string;
741
- clearColorHover: string;
742
- clearColorPressed: string;
743
- iconColor: string;
744
- iconColorDisabled: string;
745
- iconColorHover: string;
746
- iconColorPressed: string;
747
- suffixTextColor: string;
748
- paddingTiny: string;
749
- paddingSmall: string;
750
- paddingMedium: string;
751
- paddingLarge: string;
752
- clearSize: string;
753
- }, any>>;
754
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
755
- countTextColor: string;
756
- heightTiny: string;
757
- heightSmall: string;
758
- heightMedium: string;
759
- heightLarge: string;
760
- fontSizeTiny: string;
761
- fontSizeSmall: string;
762
- fontSizeMedium: string;
763
- fontSizeLarge: string;
764
- lineHeight: string;
765
- lineHeightTextarea: string;
766
- borderRadius: string;
767
- iconSize: string;
768
- groupLabelColor: string;
769
- groupLabelTextColor: string;
770
- textColor: string;
771
- textColorDisabled: string;
772
- textDecorationColor: string;
773
- caretColor: string;
774
- placeholderColor: string;
775
- placeholderColorDisabled: string;
776
- color: string;
777
- colorDisabled: string;
778
- colorFocus: string;
779
- groupLabelBorder: string;
780
- border: string;
781
- borderHover: string;
782
377
  borderDisabled: string;
783
- borderFocus: string;
784
- boxShadowFocus: string;
785
- loadingColor: string;
786
- loadingColorWarning: string;
378
+ rippleColor: string;
379
+ colorPrimary: string;
380
+ colorHoverPrimary: string;
381
+ colorPressedPrimary: string;
382
+ colorFocusPrimary: string;
383
+ colorDisabledPrimary: string;
384
+ textColorPrimary: string;
385
+ textColorHoverPrimary: string;
386
+ textColorPressedPrimary: string;
387
+ textColorFocusPrimary: string;
388
+ textColorDisabledPrimary: string;
389
+ textColorTextPrimary: string;
390
+ textColorTextHoverPrimary: string;
391
+ textColorTextPressedPrimary: string;
392
+ textColorTextFocusPrimary: string;
393
+ textColorTextDisabledPrimary: string;
394
+ textColorGhostPrimary: string;
395
+ textColorGhostHoverPrimary: string;
396
+ textColorGhostPressedPrimary: string;
397
+ textColorGhostFocusPrimary: string;
398
+ textColorGhostDisabledPrimary: string;
399
+ borderPrimary: string;
400
+ borderHoverPrimary: string;
401
+ borderPressedPrimary: string;
402
+ borderFocusPrimary: string;
403
+ borderDisabledPrimary: string;
404
+ rippleColorPrimary: string;
405
+ colorInfo: string;
406
+ colorHoverInfo: string;
407
+ colorPressedInfo: string;
408
+ colorFocusInfo: string;
409
+ colorDisabledInfo: string;
410
+ textColorInfo: string;
411
+ textColorHoverInfo: string;
412
+ textColorPressedInfo: string;
413
+ textColorFocusInfo: string;
414
+ textColorDisabledInfo: string;
415
+ textColorTextInfo: string;
416
+ textColorTextHoverInfo: string;
417
+ textColorTextPressedInfo: string;
418
+ textColorTextFocusInfo: string;
419
+ textColorTextDisabledInfo: string;
420
+ textColorGhostInfo: string;
421
+ textColorGhostHoverInfo: string;
422
+ textColorGhostPressedInfo: string;
423
+ textColorGhostFocusInfo: string;
424
+ textColorGhostDisabledInfo: string;
425
+ borderInfo: string;
426
+ borderHoverInfo: string;
427
+ borderPressedInfo: string;
428
+ borderFocusInfo: string;
429
+ borderDisabledInfo: string;
430
+ rippleColorInfo: string;
431
+ colorSuccess: string;
432
+ colorHoverSuccess: string;
433
+ colorPressedSuccess: string;
434
+ colorFocusSuccess: string;
435
+ colorDisabledSuccess: string;
436
+ textColorSuccess: string;
437
+ textColorHoverSuccess: string;
438
+ textColorPressedSuccess: string;
439
+ textColorFocusSuccess: string;
440
+ textColorDisabledSuccess: string;
441
+ textColorTextSuccess: string;
442
+ textColorTextHoverSuccess: string;
443
+ textColorTextPressedSuccess: string;
444
+ textColorTextFocusSuccess: string;
445
+ textColorTextDisabledSuccess: string;
446
+ textColorGhostSuccess: string;
447
+ textColorGhostHoverSuccess: string;
448
+ textColorGhostPressedSuccess: string;
449
+ textColorGhostFocusSuccess: string;
450
+ textColorGhostDisabledSuccess: string;
451
+ borderSuccess: string;
452
+ borderHoverSuccess: string;
453
+ borderPressedSuccess: string;
454
+ borderFocusSuccess: string;
455
+ borderDisabledSuccess: string;
456
+ rippleColorSuccess: string;
457
+ colorWarning: string;
458
+ colorHoverWarning: string;
459
+ colorPressedWarning: string;
460
+ colorFocusWarning: string;
461
+ colorDisabledWarning: string;
462
+ textColorWarning: string;
463
+ textColorHoverWarning: string;
464
+ textColorPressedWarning: string;
465
+ textColorFocusWarning: string;
466
+ textColorDisabledWarning: string;
467
+ textColorTextWarning: string;
468
+ textColorTextHoverWarning: string;
469
+ textColorTextPressedWarning: string;
470
+ textColorTextFocusWarning: string;
471
+ textColorTextDisabledWarning: string;
472
+ textColorGhostWarning: string;
473
+ textColorGhostHoverWarning: string;
474
+ textColorGhostPressedWarning: string;
475
+ textColorGhostFocusWarning: string;
476
+ textColorGhostDisabledWarning: string;
787
477
  borderWarning: string;
788
478
  borderHoverWarning: string;
789
- colorFocusWarning: string;
479
+ borderPressedWarning: string;
790
480
  borderFocusWarning: string;
791
- boxShadowFocusWarning: string;
792
- caretColorWarning: string;
793
- loadingColorError: string;
481
+ borderDisabledWarning: string;
482
+ rippleColorWarning: string;
483
+ colorError: string;
484
+ colorHoverError: string;
485
+ colorPressedError: string;
486
+ colorFocusError: string;
487
+ colorDisabledError: string;
488
+ textColorError: string;
489
+ textColorHoverError: string;
490
+ textColorPressedError: string;
491
+ textColorFocusError: string;
492
+ textColorDisabledError: string;
493
+ textColorTextError: string;
494
+ textColorTextHoverError: string;
495
+ textColorTextPressedError: string;
496
+ textColorTextFocusError: string;
497
+ textColorTextDisabledError: string;
498
+ textColorGhostError: string;
499
+ textColorGhostHoverError: string;
500
+ textColorGhostPressedError: string;
501
+ textColorGhostFocusError: string;
502
+ textColorGhostDisabledError: string;
794
503
  borderError: string;
795
504
  borderHoverError: string;
796
- colorFocusError: string;
505
+ borderPressedError: string;
797
506
  borderFocusError: string;
798
- boxShadowFocusError: string;
799
- caretColorError: string;
800
- clearColor: string;
801
- clearColorHover: string;
802
- clearColorPressed: string;
803
- iconColor: string;
804
- iconColorDisabled: string;
805
- iconColorHover: string;
806
- iconColorPressed: string;
807
- suffixTextColor: string;
507
+ borderDisabledError: string;
508
+ rippleColorError: string;
509
+ waveOpacity: string;
510
+ fontWeight: string;
511
+ fontWeightStrong: string;
808
512
  paddingTiny: string;
809
513
  paddingSmall: string;
810
514
  paddingMedium: string;
811
515
  paddingLarge: string;
812
- clearSize: string;
516
+ paddingRoundTiny: string;
517
+ paddingRoundSmall: string;
518
+ paddingRoundMedium: string;
519
+ paddingRoundLarge: string;
520
+ iconMarginTiny: string;
521
+ iconMarginSmall: string;
522
+ iconMarginMedium: string;
523
+ iconMarginLarge: string;
524
+ iconSizeTiny: string;
525
+ iconSizeSmall: string;
526
+ iconSizeMedium: string;
527
+ iconSizeLarge: string;
528
+ rippleDuration: string;
813
529
  }, any>>>;
814
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
815
- countTextColor: string;
530
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
816
531
  heightTiny: string;
817
532
  heightSmall: string;
818
533
  heightMedium: string;
819
534
  heightLarge: string;
535
+ borderRadiusTiny: string;
536
+ borderRadiusSmall: string;
537
+ borderRadiusMedium: string;
538
+ borderRadiusLarge: string;
820
539
  fontSizeTiny: string;
821
540
  fontSizeSmall: string;
822
541
  fontSizeMedium: string;
823
542
  fontSizeLarge: string;
824
- lineHeight: string;
825
- lineHeightTextarea: string;
826
- borderRadius: string;
827
- iconSize: string;
828
- groupLabelColor: string;
829
- groupLabelTextColor: string;
830
- textColor: string;
831
- textColorDisabled: string;
832
- textDecorationColor: string;
833
- caretColor: string;
834
- placeholderColor: string;
835
- placeholderColorDisabled: string;
543
+ opacityDisabled: string;
544
+ colorOpacitySecondary: string;
545
+ colorOpacitySecondaryHover: string;
546
+ colorOpacitySecondaryPressed: string;
547
+ colorSecondary: string;
548
+ colorSecondaryHover: string;
549
+ colorSecondaryPressed: string;
550
+ colorTertiary: string;
551
+ colorTertiaryHover: string;
552
+ colorTertiaryPressed: string;
553
+ colorQuaternary: string;
554
+ colorQuaternaryHover: string;
555
+ colorQuaternaryPressed: string;
836
556
  color: string;
837
- colorDisabled: string;
557
+ colorHover: string;
558
+ colorPressed: string;
838
559
  colorFocus: string;
839
- groupLabelBorder: string;
560
+ colorDisabled: string;
561
+ textColor: string;
562
+ textColorTertiary: string;
563
+ textColorHover: string;
564
+ textColorPressed: string;
565
+ textColorFocus: string;
566
+ textColorDisabled: string;
567
+ textColorText: string;
568
+ textColorTextHover: string;
569
+ textColorTextPressed: string;
570
+ textColorTextFocus: string;
571
+ textColorTextDisabled: string;
572
+ textColorGhost: string;
573
+ textColorGhostHover: string;
574
+ textColorGhostPressed: string;
575
+ textColorGhostFocus: string;
576
+ textColorGhostDisabled: string;
840
577
  border: string;
841
578
  borderHover: string;
842
- borderDisabled: string;
579
+ borderPressed: string;
843
580
  borderFocus: string;
844
- boxShadowFocus: string;
845
- loadingColor: string;
846
- loadingColorWarning: string;
581
+ borderDisabled: string;
582
+ rippleColor: string;
583
+ colorPrimary: string;
584
+ colorHoverPrimary: string;
585
+ colorPressedPrimary: string;
586
+ colorFocusPrimary: string;
587
+ colorDisabledPrimary: string;
588
+ textColorPrimary: string;
589
+ textColorHoverPrimary: string;
590
+ textColorPressedPrimary: string;
591
+ textColorFocusPrimary: string;
592
+ textColorDisabledPrimary: string;
593
+ textColorTextPrimary: string;
594
+ textColorTextHoverPrimary: string;
595
+ textColorTextPressedPrimary: string;
596
+ textColorTextFocusPrimary: string;
597
+ textColorTextDisabledPrimary: string;
598
+ textColorGhostPrimary: string;
599
+ textColorGhostHoverPrimary: string;
600
+ textColorGhostPressedPrimary: string;
601
+ textColorGhostFocusPrimary: string;
602
+ textColorGhostDisabledPrimary: string;
603
+ borderPrimary: string;
604
+ borderHoverPrimary: string;
605
+ borderPressedPrimary: string;
606
+ borderFocusPrimary: string;
607
+ borderDisabledPrimary: string;
608
+ rippleColorPrimary: string;
609
+ colorInfo: string;
610
+ colorHoverInfo: string;
611
+ colorPressedInfo: string;
612
+ colorFocusInfo: string;
613
+ colorDisabledInfo: string;
614
+ textColorInfo: string;
615
+ textColorHoverInfo: string;
616
+ textColorPressedInfo: string;
617
+ textColorFocusInfo: string;
618
+ textColorDisabledInfo: string;
619
+ textColorTextInfo: string;
620
+ textColorTextHoverInfo: string;
621
+ textColorTextPressedInfo: string;
622
+ textColorTextFocusInfo: string;
623
+ textColorTextDisabledInfo: string;
624
+ textColorGhostInfo: string;
625
+ textColorGhostHoverInfo: string;
626
+ textColorGhostPressedInfo: string;
627
+ textColorGhostFocusInfo: string;
628
+ textColorGhostDisabledInfo: string;
629
+ borderInfo: string;
630
+ borderHoverInfo: string;
631
+ borderPressedInfo: string;
632
+ borderFocusInfo: string;
633
+ borderDisabledInfo: string;
634
+ rippleColorInfo: string;
635
+ colorSuccess: string;
636
+ colorHoverSuccess: string;
637
+ colorPressedSuccess: string;
638
+ colorFocusSuccess: string;
639
+ colorDisabledSuccess: string;
640
+ textColorSuccess: string;
641
+ textColorHoverSuccess: string;
642
+ textColorPressedSuccess: string;
643
+ textColorFocusSuccess: string;
644
+ textColorDisabledSuccess: string;
645
+ textColorTextSuccess: string;
646
+ textColorTextHoverSuccess: string;
647
+ textColorTextPressedSuccess: string;
648
+ textColorTextFocusSuccess: string;
649
+ textColorTextDisabledSuccess: string;
650
+ textColorGhostSuccess: string;
651
+ textColorGhostHoverSuccess: string;
652
+ textColorGhostPressedSuccess: string;
653
+ textColorGhostFocusSuccess: string;
654
+ textColorGhostDisabledSuccess: string;
655
+ borderSuccess: string;
656
+ borderHoverSuccess: string;
657
+ borderPressedSuccess: string;
658
+ borderFocusSuccess: string;
659
+ borderDisabledSuccess: string;
660
+ rippleColorSuccess: string;
661
+ colorWarning: string;
662
+ colorHoverWarning: string;
663
+ colorPressedWarning: string;
664
+ colorFocusWarning: string;
665
+ colorDisabledWarning: string;
666
+ textColorWarning: string;
667
+ textColorHoverWarning: string;
668
+ textColorPressedWarning: string;
669
+ textColorFocusWarning: string;
670
+ textColorDisabledWarning: string;
671
+ textColorTextWarning: string;
672
+ textColorTextHoverWarning: string;
673
+ textColorTextPressedWarning: string;
674
+ textColorTextFocusWarning: string;
675
+ textColorTextDisabledWarning: string;
676
+ textColorGhostWarning: string;
677
+ textColorGhostHoverWarning: string;
678
+ textColorGhostPressedWarning: string;
679
+ textColorGhostFocusWarning: string;
680
+ textColorGhostDisabledWarning: string;
847
681
  borderWarning: string;
848
682
  borderHoverWarning: string;
849
- colorFocusWarning: string;
683
+ borderPressedWarning: string;
850
684
  borderFocusWarning: string;
851
- boxShadowFocusWarning: string;
852
- caretColorWarning: string;
853
- loadingColorError: string;
685
+ borderDisabledWarning: string;
686
+ rippleColorWarning: string;
687
+ colorError: string;
688
+ colorHoverError: string;
689
+ colorPressedError: string;
690
+ colorFocusError: string;
691
+ colorDisabledError: string;
692
+ textColorError: string;
693
+ textColorHoverError: string;
694
+ textColorPressedError: string;
695
+ textColorFocusError: string;
696
+ textColorDisabledError: string;
697
+ textColorTextError: string;
698
+ textColorTextHoverError: string;
699
+ textColorTextPressedError: string;
700
+ textColorTextFocusError: string;
701
+ textColorTextDisabledError: string;
702
+ textColorGhostError: string;
703
+ textColorGhostHoverError: string;
704
+ textColorGhostPressedError: string;
705
+ textColorGhostFocusError: string;
706
+ textColorGhostDisabledError: string;
854
707
  borderError: string;
855
708
  borderHoverError: string;
856
- colorFocusError: string;
709
+ borderPressedError: string;
857
710
  borderFocusError: string;
858
- boxShadowFocusError: string;
859
- caretColorError: string;
860
- clearColor: string;
861
- clearColorHover: string;
862
- clearColorPressed: string;
863
- iconColor: string;
864
- iconColorDisabled: string;
865
- iconColorHover: string;
866
- iconColorPressed: string;
867
- suffixTextColor: string;
711
+ borderDisabledError: string;
712
+ rippleColorError: string;
713
+ waveOpacity: string;
714
+ fontWeight: string;
715
+ fontWeightStrong: string;
868
716
  paddingTiny: string;
869
717
  paddingSmall: string;
870
718
  paddingMedium: string;
871
719
  paddingLarge: string;
872
- clearSize: string;
720
+ paddingRoundTiny: string;
721
+ paddingRoundSmall: string;
722
+ paddingRoundMedium: string;
723
+ paddingRoundLarge: string;
724
+ iconMarginTiny: string;
725
+ iconMarginSmall: string;
726
+ iconMarginMedium: string;
727
+ iconMarginLarge: string;
728
+ iconSizeTiny: string;
729
+ iconSizeSmall: string;
730
+ iconSizeMedium: string;
731
+ iconSizeLarge: string;
732
+ rippleDuration: string;
873
733
  }, any>>>;
874
- }>>, {
875
- type: "text" | "textarea" | "password";
876
- readonly: string | boolean;
877
- round: boolean;
878
- disabled: boolean | undefined;
879
- autofocus: boolean;
880
- autosize: boolean | {
881
- minRows?: number | undefined;
882
- maxRows?: number | undefined;
883
- };
884
- loading: boolean;
885
- bordered: boolean | undefined;
886
- clearable: boolean;
887
- defaultValue: string | [string, string] | null;
888
- resizable: boolean;
889
- pair: boolean;
890
- rows: string | number;
891
- passivelyActivated: boolean;
892
- stateful: boolean;
893
- showCount: boolean;
894
- attrSize: number;
895
- internalDeactivateOnEnter: boolean;
896
- internalForceFocus: boolean;
897
- internalLoadingBeforeSuffix: boolean;
898
- showPasswordToggle: boolean;
899
- }>;
900
- NButton: import("vue").DefineComponent<{
734
+ }, {
735
+ selfElRef: import("vue").Ref<HTMLElement | null>;
736
+ waveElRef: import("vue").Ref<{
737
+ play: () => void;
738
+ } | null>;
739
+ mergedClsPrefix: import("vue").ComputedRef<string>;
740
+ mergedFocusable: import("vue").ComputedRef<boolean>;
741
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
742
+ showBorder: import("vue").ComputedRef<boolean>;
743
+ enterPressed: import("vue").Ref<boolean>;
744
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
745
+ handleMousedown: (e: MouseEvent) => void;
746
+ handleKeydown: (e: KeyboardEvent) => void;
747
+ handleBlur: () => void;
748
+ handleKeyup: (e: KeyboardEvent) => void;
749
+ handleClick: (e: MouseEvent) => void;
750
+ customColorCssVars: import("vue").ComputedRef<{
751
+ '--n-border-color': string;
752
+ '--n-border-color-hover': string;
753
+ '--n-border-color-pressed': string;
754
+ '--n-border-color-focus': string;
755
+ '--n-border-color-disabled': string;
756
+ } | null>;
757
+ cssVars: import("vue").ComputedRef<{
758
+ '--n-width': string;
759
+ '--n-height': string;
760
+ '--n-font-size': string;
761
+ '--n-padding': string;
762
+ '--n-icon-size': string;
763
+ '--n-icon-margin': string;
764
+ '--n-border-radius': string;
765
+ '--n-border': string;
766
+ '--n-border-hover': string;
767
+ '--n-border-pressed': string;
768
+ '--n-border-focus': string;
769
+ '--n-border-disabled': string;
770
+ '--n-color': string;
771
+ '--n-color-hover': string;
772
+ '--n-color-pressed': string;
773
+ '--n-color-focus': string;
774
+ '--n-color-disabled': string;
775
+ '--n-ripple-color': string;
776
+ '--n-text-color': string;
777
+ '--n-text-color-hover': string;
778
+ '--n-text-color-pressed': string;
779
+ '--n-text-color-focus': string;
780
+ '--n-text-color-disabled': string;
781
+ 'font-weight': string;
782
+ '--n-bezier': string;
783
+ '--n-bezier-ease-out': string;
784
+ '--n-ripple-duration': string;
785
+ '--n-opacity-disabled': string;
786
+ '--n-wave-opacity': string;
787
+ }> | undefined;
788
+ themeClass: import("vue").Ref<string> | undefined;
789
+ onRender: (() => void) | undefined;
790
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
901
791
  readonly color: StringConstructor;
902
792
  readonly textColor: StringConstructor;
903
793
  readonly text: BooleanConstructor;
@@ -1149,8 +1039,212 @@ declare const _default: import("vue").DefineComponent<{
1149
1039
  iconSizeMedium: string;
1150
1040
  iconSizeLarge: string;
1151
1041
  rippleDuration: string;
1152
- }, any>>;
1153
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1042
+ }, any>>;
1043
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1044
+ heightTiny: string;
1045
+ heightSmall: string;
1046
+ heightMedium: string;
1047
+ heightLarge: string;
1048
+ borderRadiusTiny: string;
1049
+ borderRadiusSmall: string;
1050
+ borderRadiusMedium: string;
1051
+ borderRadiusLarge: string;
1052
+ fontSizeTiny: string;
1053
+ fontSizeSmall: string;
1054
+ fontSizeMedium: string;
1055
+ fontSizeLarge: string;
1056
+ opacityDisabled: string;
1057
+ colorOpacitySecondary: string;
1058
+ colorOpacitySecondaryHover: string;
1059
+ colorOpacitySecondaryPressed: string;
1060
+ colorSecondary: string;
1061
+ colorSecondaryHover: string;
1062
+ colorSecondaryPressed: string;
1063
+ colorTertiary: string;
1064
+ colorTertiaryHover: string;
1065
+ colorTertiaryPressed: string;
1066
+ colorQuaternary: string;
1067
+ colorQuaternaryHover: string;
1068
+ colorQuaternaryPressed: string;
1069
+ color: string;
1070
+ colorHover: string;
1071
+ colorPressed: string;
1072
+ colorFocus: string;
1073
+ colorDisabled: string;
1074
+ textColor: string;
1075
+ textColorTertiary: string;
1076
+ textColorHover: string;
1077
+ textColorPressed: string;
1078
+ textColorFocus: string;
1079
+ textColorDisabled: string;
1080
+ textColorText: string;
1081
+ textColorTextHover: string;
1082
+ textColorTextPressed: string;
1083
+ textColorTextFocus: string;
1084
+ textColorTextDisabled: string;
1085
+ textColorGhost: string;
1086
+ textColorGhostHover: string;
1087
+ textColorGhostPressed: string;
1088
+ textColorGhostFocus: string;
1089
+ textColorGhostDisabled: string;
1090
+ border: string;
1091
+ borderHover: string;
1092
+ borderPressed: string;
1093
+ borderFocus: string;
1094
+ borderDisabled: string;
1095
+ rippleColor: string;
1096
+ colorPrimary: string;
1097
+ colorHoverPrimary: string;
1098
+ colorPressedPrimary: string;
1099
+ colorFocusPrimary: string;
1100
+ colorDisabledPrimary: string;
1101
+ textColorPrimary: string;
1102
+ textColorHoverPrimary: string;
1103
+ textColorPressedPrimary: string;
1104
+ textColorFocusPrimary: string;
1105
+ textColorDisabledPrimary: string;
1106
+ textColorTextPrimary: string;
1107
+ textColorTextHoverPrimary: string;
1108
+ textColorTextPressedPrimary: string;
1109
+ textColorTextFocusPrimary: string;
1110
+ textColorTextDisabledPrimary: string;
1111
+ textColorGhostPrimary: string;
1112
+ textColorGhostHoverPrimary: string;
1113
+ textColorGhostPressedPrimary: string;
1114
+ textColorGhostFocusPrimary: string;
1115
+ textColorGhostDisabledPrimary: string;
1116
+ borderPrimary: string;
1117
+ borderHoverPrimary: string;
1118
+ borderPressedPrimary: string;
1119
+ borderFocusPrimary: string;
1120
+ borderDisabledPrimary: string;
1121
+ rippleColorPrimary: string;
1122
+ colorInfo: string;
1123
+ colorHoverInfo: string;
1124
+ colorPressedInfo: string;
1125
+ colorFocusInfo: string;
1126
+ colorDisabledInfo: string;
1127
+ textColorInfo: string;
1128
+ textColorHoverInfo: string;
1129
+ textColorPressedInfo: string;
1130
+ textColorFocusInfo: string;
1131
+ textColorDisabledInfo: string;
1132
+ textColorTextInfo: string;
1133
+ textColorTextHoverInfo: string;
1134
+ textColorTextPressedInfo: string;
1135
+ textColorTextFocusInfo: string;
1136
+ textColorTextDisabledInfo: string;
1137
+ textColorGhostInfo: string;
1138
+ textColorGhostHoverInfo: string;
1139
+ textColorGhostPressedInfo: string;
1140
+ textColorGhostFocusInfo: string;
1141
+ textColorGhostDisabledInfo: string;
1142
+ borderInfo: string;
1143
+ borderHoverInfo: string;
1144
+ borderPressedInfo: string;
1145
+ borderFocusInfo: string;
1146
+ borderDisabledInfo: string;
1147
+ rippleColorInfo: string;
1148
+ colorSuccess: string;
1149
+ colorHoverSuccess: string;
1150
+ colorPressedSuccess: string;
1151
+ colorFocusSuccess: string;
1152
+ colorDisabledSuccess: string;
1153
+ textColorSuccess: string;
1154
+ textColorHoverSuccess: string;
1155
+ textColorPressedSuccess: string;
1156
+ textColorFocusSuccess: string;
1157
+ textColorDisabledSuccess: string;
1158
+ textColorTextSuccess: string;
1159
+ textColorTextHoverSuccess: string;
1160
+ textColorTextPressedSuccess: string;
1161
+ textColorTextFocusSuccess: string;
1162
+ textColorTextDisabledSuccess: string;
1163
+ textColorGhostSuccess: string;
1164
+ textColorGhostHoverSuccess: string;
1165
+ textColorGhostPressedSuccess: string;
1166
+ textColorGhostFocusSuccess: string;
1167
+ textColorGhostDisabledSuccess: string;
1168
+ borderSuccess: string;
1169
+ borderHoverSuccess: string;
1170
+ borderPressedSuccess: string;
1171
+ borderFocusSuccess: string;
1172
+ borderDisabledSuccess: string;
1173
+ rippleColorSuccess: string;
1174
+ colorWarning: string;
1175
+ colorHoverWarning: string;
1176
+ colorPressedWarning: string;
1177
+ colorFocusWarning: string;
1178
+ colorDisabledWarning: string;
1179
+ textColorWarning: string;
1180
+ textColorHoverWarning: string;
1181
+ textColorPressedWarning: string;
1182
+ textColorFocusWarning: string;
1183
+ textColorDisabledWarning: string;
1184
+ textColorTextWarning: string;
1185
+ textColorTextHoverWarning: string;
1186
+ textColorTextPressedWarning: string;
1187
+ textColorTextFocusWarning: string;
1188
+ textColorTextDisabledWarning: string;
1189
+ textColorGhostWarning: string;
1190
+ textColorGhostHoverWarning: string;
1191
+ textColorGhostPressedWarning: string;
1192
+ textColorGhostFocusWarning: string;
1193
+ textColorGhostDisabledWarning: string;
1194
+ borderWarning: string;
1195
+ borderHoverWarning: string;
1196
+ borderPressedWarning: string;
1197
+ borderFocusWarning: string;
1198
+ borderDisabledWarning: string;
1199
+ rippleColorWarning: string;
1200
+ colorError: string;
1201
+ colorHoverError: string;
1202
+ colorPressedError: string;
1203
+ colorFocusError: string;
1204
+ colorDisabledError: string;
1205
+ textColorError: string;
1206
+ textColorHoverError: string;
1207
+ textColorPressedError: string;
1208
+ textColorFocusError: string;
1209
+ textColorDisabledError: string;
1210
+ textColorTextError: string;
1211
+ textColorTextHoverError: string;
1212
+ textColorTextPressedError: string;
1213
+ textColorTextFocusError: string;
1214
+ textColorTextDisabledError: string;
1215
+ textColorGhostError: string;
1216
+ textColorGhostHoverError: string;
1217
+ textColorGhostPressedError: string;
1218
+ textColorGhostFocusError: string;
1219
+ textColorGhostDisabledError: string;
1220
+ borderError: string;
1221
+ borderHoverError: string;
1222
+ borderPressedError: string;
1223
+ borderFocusError: string;
1224
+ borderDisabledError: string;
1225
+ rippleColorError: string;
1226
+ waveOpacity: string;
1227
+ fontWeight: string;
1228
+ fontWeightStrong: string;
1229
+ paddingTiny: string;
1230
+ paddingSmall: string;
1231
+ paddingMedium: string;
1232
+ paddingLarge: string;
1233
+ paddingRoundTiny: string;
1234
+ paddingRoundSmall: string;
1235
+ paddingRoundMedium: string;
1236
+ paddingRoundLarge: string;
1237
+ iconMarginTiny: string;
1238
+ iconMarginSmall: string;
1239
+ iconMarginMedium: string;
1240
+ iconMarginLarge: string;
1241
+ iconSizeTiny: string;
1242
+ iconSizeSmall: string;
1243
+ iconSizeMedium: string;
1244
+ iconSizeLarge: string;
1245
+ rippleDuration: string;
1246
+ }, any>>>;
1247
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1154
1248
  heightTiny: string;
1155
1249
  heightSmall: string;
1156
1250
  heightMedium: string;
@@ -1303,999 +1397,926 @@ declare const _default: import("vue").DefineComponent<{
1303
1397
  textColorGhostDisabledWarning: string;
1304
1398
  borderWarning: string;
1305
1399
  borderHoverWarning: string;
1306
- borderPressedWarning: string;
1400
+ borderPressedWarning: string;
1401
+ borderFocusWarning: string;
1402
+ borderDisabledWarning: string;
1403
+ rippleColorWarning: string;
1404
+ colorError: string;
1405
+ colorHoverError: string;
1406
+ colorPressedError: string;
1407
+ colorFocusError: string;
1408
+ colorDisabledError: string;
1409
+ textColorError: string;
1410
+ textColorHoverError: string;
1411
+ textColorPressedError: string;
1412
+ textColorFocusError: string;
1413
+ textColorDisabledError: string;
1414
+ textColorTextError: string;
1415
+ textColorTextHoverError: string;
1416
+ textColorTextPressedError: string;
1417
+ textColorTextFocusError: string;
1418
+ textColorTextDisabledError: string;
1419
+ textColorGhostError: string;
1420
+ textColorGhostHoverError: string;
1421
+ textColorGhostPressedError: string;
1422
+ textColorGhostFocusError: string;
1423
+ textColorGhostDisabledError: string;
1424
+ borderError: string;
1425
+ borderHoverError: string;
1426
+ borderPressedError: string;
1427
+ borderFocusError: string;
1428
+ borderDisabledError: string;
1429
+ rippleColorError: string;
1430
+ waveOpacity: string;
1431
+ fontWeight: string;
1432
+ fontWeightStrong: string;
1433
+ paddingTiny: string;
1434
+ paddingSmall: string;
1435
+ paddingMedium: string;
1436
+ paddingLarge: string;
1437
+ paddingRoundTiny: string;
1438
+ paddingRoundSmall: string;
1439
+ paddingRoundMedium: string;
1440
+ paddingRoundLarge: string;
1441
+ iconMarginTiny: string;
1442
+ iconMarginSmall: string;
1443
+ iconMarginMedium: string;
1444
+ iconMarginLarge: string;
1445
+ iconSizeTiny: string;
1446
+ iconSizeSmall: string;
1447
+ iconSizeMedium: string;
1448
+ iconSizeLarge: string;
1449
+ rippleDuration: string;
1450
+ }, any>>>;
1451
+ }>>, {
1452
+ readonly type: import("naive-ui/es/button/src/interface").Type;
1453
+ readonly tag: keyof HTMLElementTagNameMap;
1454
+ readonly block: boolean;
1455
+ readonly round: boolean;
1456
+ readonly dashed: boolean;
1457
+ readonly text: boolean;
1458
+ readonly circle: boolean;
1459
+ readonly disabled: boolean;
1460
+ readonly focusable: boolean;
1461
+ readonly strong: boolean;
1462
+ readonly loading: boolean;
1463
+ readonly bordered: boolean;
1464
+ readonly tertiary: boolean;
1465
+ readonly ghost: boolean;
1466
+ readonly keyboard: boolean;
1467
+ readonly secondary: boolean;
1468
+ readonly quaternary: boolean;
1469
+ readonly iconPlacement: "left" | "right";
1470
+ readonly attrType: "button" | "reset" | "submit";
1471
+ readonly nativeFocusBehavior: boolean;
1472
+ }>;
1473
+ NInput: import("vue").DefineComponent<{
1474
+ bordered: {
1475
+ type: import("vue").PropType<boolean | undefined>;
1476
+ default: undefined;
1477
+ };
1478
+ type: {
1479
+ type: import("vue").PropType<"text" | "textarea" | "password">;
1480
+ default: string;
1481
+ };
1482
+ placeholder: import("vue").PropType<string | [string, string]>;
1483
+ defaultValue: {
1484
+ type: import("vue").PropType<string | [string, string] | null>;
1485
+ default: null;
1486
+ };
1487
+ value: import("vue").PropType<string | [string, string] | null>;
1488
+ disabled: {
1489
+ type: import("vue").PropType<boolean | undefined>;
1490
+ default: undefined;
1491
+ };
1492
+ size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
1493
+ rows: {
1494
+ type: import("vue").PropType<string | number>;
1495
+ default: number;
1496
+ };
1497
+ round: BooleanConstructor;
1498
+ minlength: import("vue").PropType<string | number>;
1499
+ maxlength: import("vue").PropType<string | number>;
1500
+ clearable: BooleanConstructor;
1501
+ autosize: {
1502
+ type: import("vue").PropType<boolean | {
1503
+ minRows?: number | undefined;
1504
+ maxRows?: number | undefined;
1505
+ }>;
1506
+ default: boolean;
1507
+ };
1508
+ pair: BooleanConstructor;
1509
+ separator: StringConstructor;
1510
+ readonly: {
1511
+ type: (BooleanConstructor | StringConstructor)[];
1512
+ default: boolean;
1513
+ };
1514
+ passivelyActivated: BooleanConstructor;
1515
+ showPasswordOn: import("vue").PropType<"click" | "mousedown">;
1516
+ stateful: {
1517
+ type: BooleanConstructor;
1518
+ default: boolean;
1519
+ };
1520
+ autofocus: BooleanConstructor;
1521
+ inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
1522
+ resizable: {
1523
+ type: BooleanConstructor;
1524
+ default: boolean;
1525
+ };
1526
+ showCount: BooleanConstructor;
1527
+ loading: {
1528
+ type: BooleanConstructor;
1529
+ default: undefined;
1530
+ };
1531
+ allowInput: import("vue").PropType<(value: string) => boolean>;
1532
+ onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
1533
+ onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
1534
+ onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
1535
+ onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1536
+ onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1537
+ onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1538
+ onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1539
+ onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1540
+ onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1541
+ status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1542
+ 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1543
+ onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1544
+ textDecoration: import("vue").PropType<string | [string, string]>;
1545
+ attrSize: {
1546
+ type: NumberConstructor;
1547
+ default: number;
1548
+ };
1549
+ onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1550
+ onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1551
+ onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1552
+ onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1553
+ onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1554
+ onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1555
+ internalDeactivateOnEnter: BooleanConstructor;
1556
+ internalForceFocus: BooleanConstructor;
1557
+ internalLoadingBeforeSuffix: BooleanConstructor;
1558
+ showPasswordToggle: BooleanConstructor;
1559
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
1560
+ countTextColor: string;
1561
+ heightTiny: string;
1562
+ heightSmall: string;
1563
+ heightMedium: string;
1564
+ heightLarge: string;
1565
+ fontSizeTiny: string;
1566
+ fontSizeSmall: string;
1567
+ fontSizeMedium: string;
1568
+ fontSizeLarge: string;
1569
+ lineHeight: string;
1570
+ lineHeightTextarea: string;
1571
+ borderRadius: string;
1572
+ iconSize: string;
1573
+ groupLabelColor: string;
1574
+ groupLabelTextColor: string;
1575
+ textColor: string;
1576
+ textColorDisabled: string;
1577
+ textDecorationColor: string;
1578
+ caretColor: string;
1579
+ placeholderColor: string;
1580
+ placeholderColorDisabled: string;
1581
+ color: string;
1582
+ colorDisabled: string;
1583
+ colorFocus: string;
1584
+ groupLabelBorder: string;
1585
+ border: string;
1586
+ borderHover: string;
1587
+ borderDisabled: string;
1588
+ borderFocus: string;
1589
+ boxShadowFocus: string;
1590
+ loadingColor: string;
1591
+ loadingColorWarning: string;
1592
+ borderWarning: string;
1593
+ borderHoverWarning: string;
1594
+ colorFocusWarning: string;
1307
1595
  borderFocusWarning: string;
1308
- borderDisabledWarning: string;
1309
- rippleColorWarning: string;
1310
- colorError: string;
1311
- colorHoverError: string;
1312
- colorPressedError: string;
1313
- colorFocusError: string;
1314
- colorDisabledError: string;
1315
- textColorError: string;
1316
- textColorHoverError: string;
1317
- textColorPressedError: string;
1318
- textColorFocusError: string;
1319
- textColorDisabledError: string;
1320
- textColorTextError: string;
1321
- textColorTextHoverError: string;
1322
- textColorTextPressedError: string;
1323
- textColorTextFocusError: string;
1324
- textColorTextDisabledError: string;
1325
- textColorGhostError: string;
1326
- textColorGhostHoverError: string;
1327
- textColorGhostPressedError: string;
1328
- textColorGhostFocusError: string;
1329
- textColorGhostDisabledError: string;
1596
+ boxShadowFocusWarning: string;
1597
+ caretColorWarning: string;
1598
+ loadingColorError: string;
1330
1599
  borderError: string;
1331
1600
  borderHoverError: string;
1332
- borderPressedError: string;
1601
+ colorFocusError: string;
1333
1602
  borderFocusError: string;
1334
- borderDisabledError: string;
1335
- rippleColorError: string;
1336
- waveOpacity: string;
1337
- fontWeight: string;
1338
- fontWeightStrong: string;
1603
+ boxShadowFocusError: string;
1604
+ caretColorError: string;
1605
+ clearColor: string;
1606
+ clearColorHover: string;
1607
+ clearColorPressed: string;
1608
+ iconColor: string;
1609
+ iconColorDisabled: string;
1610
+ iconColorHover: string;
1611
+ iconColorPressed: string;
1612
+ suffixTextColor: string;
1339
1613
  paddingTiny: string;
1340
1614
  paddingSmall: string;
1341
1615
  paddingMedium: string;
1342
1616
  paddingLarge: string;
1343
- paddingRoundTiny: string;
1344
- paddingRoundSmall: string;
1345
- paddingRoundMedium: string;
1346
- paddingRoundLarge: string;
1347
- iconMarginTiny: string;
1348
- iconMarginSmall: string;
1349
- iconMarginMedium: string;
1350
- iconMarginLarge: string;
1351
- iconSizeTiny: string;
1352
- iconSizeSmall: string;
1353
- iconSizeMedium: string;
1354
- iconSizeLarge: string;
1355
- rippleDuration: string;
1356
- }, any>>>;
1357
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1617
+ clearSize: string;
1618
+ }, any>>;
1619
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1620
+ countTextColor: string;
1358
1621
  heightTiny: string;
1359
1622
  heightSmall: string;
1360
1623
  heightMedium: string;
1361
1624
  heightLarge: string;
1362
- borderRadiusTiny: string;
1363
- borderRadiusSmall: string;
1364
- borderRadiusMedium: string;
1365
- borderRadiusLarge: string;
1366
1625
  fontSizeTiny: string;
1367
1626
  fontSizeSmall: string;
1368
1627
  fontSizeMedium: string;
1369
1628
  fontSizeLarge: string;
1370
- opacityDisabled: string;
1371
- colorOpacitySecondary: string;
1372
- colorOpacitySecondaryHover: string;
1373
- colorOpacitySecondaryPressed: string;
1374
- colorSecondary: string;
1375
- colorSecondaryHover: string;
1376
- colorSecondaryPressed: string;
1377
- colorTertiary: string;
1378
- colorTertiaryHover: string;
1379
- colorTertiaryPressed: string;
1380
- colorQuaternary: string;
1381
- colorQuaternaryHover: string;
1382
- colorQuaternaryPressed: string;
1383
- color: string;
1384
- colorHover: string;
1385
- colorPressed: string;
1386
- colorFocus: string;
1387
- colorDisabled: string;
1629
+ lineHeight: string;
1630
+ lineHeightTextarea: string;
1631
+ borderRadius: string;
1632
+ iconSize: string;
1633
+ groupLabelColor: string;
1634
+ groupLabelTextColor: string;
1388
1635
  textColor: string;
1389
- textColorTertiary: string;
1390
- textColorHover: string;
1391
- textColorPressed: string;
1392
- textColorFocus: string;
1393
1636
  textColorDisabled: string;
1394
- textColorText: string;
1395
- textColorTextHover: string;
1396
- textColorTextPressed: string;
1397
- textColorTextFocus: string;
1398
- textColorTextDisabled: string;
1399
- textColorGhost: string;
1400
- textColorGhostHover: string;
1401
- textColorGhostPressed: string;
1402
- textColorGhostFocus: string;
1403
- textColorGhostDisabled: string;
1637
+ textDecorationColor: string;
1638
+ caretColor: string;
1639
+ placeholderColor: string;
1640
+ placeholderColorDisabled: string;
1641
+ color: string;
1642
+ colorDisabled: string;
1643
+ colorFocus: string;
1644
+ groupLabelBorder: string;
1404
1645
  border: string;
1405
1646
  borderHover: string;
1406
- borderPressed: string;
1407
- borderFocus: string;
1408
1647
  borderDisabled: string;
1409
- rippleColor: string;
1410
- colorPrimary: string;
1411
- colorHoverPrimary: string;
1412
- colorPressedPrimary: string;
1413
- colorFocusPrimary: string;
1414
- colorDisabledPrimary: string;
1415
- textColorPrimary: string;
1416
- textColorHoverPrimary: string;
1417
- textColorPressedPrimary: string;
1418
- textColorFocusPrimary: string;
1419
- textColorDisabledPrimary: string;
1420
- textColorTextPrimary: string;
1421
- textColorTextHoverPrimary: string;
1422
- textColorTextPressedPrimary: string;
1423
- textColorTextFocusPrimary: string;
1424
- textColorTextDisabledPrimary: string;
1425
- textColorGhostPrimary: string;
1426
- textColorGhostHoverPrimary: string;
1427
- textColorGhostPressedPrimary: string;
1428
- textColorGhostFocusPrimary: string;
1429
- textColorGhostDisabledPrimary: string;
1430
- borderPrimary: string;
1431
- borderHoverPrimary: string;
1432
- borderPressedPrimary: string;
1433
- borderFocusPrimary: string;
1434
- borderDisabledPrimary: string;
1435
- rippleColorPrimary: string;
1436
- colorInfo: string;
1437
- colorHoverInfo: string;
1438
- colorPressedInfo: string;
1439
- colorFocusInfo: string;
1440
- colorDisabledInfo: string;
1441
- textColorInfo: string;
1442
- textColorHoverInfo: string;
1443
- textColorPressedInfo: string;
1444
- textColorFocusInfo: string;
1445
- textColorDisabledInfo: string;
1446
- textColorTextInfo: string;
1447
- textColorTextHoverInfo: string;
1448
- textColorTextPressedInfo: string;
1449
- textColorTextFocusInfo: string;
1450
- textColorTextDisabledInfo: string;
1451
- textColorGhostInfo: string;
1452
- textColorGhostHoverInfo: string;
1453
- textColorGhostPressedInfo: string;
1454
- textColorGhostFocusInfo: string;
1455
- textColorGhostDisabledInfo: string;
1456
- borderInfo: string;
1457
- borderHoverInfo: string;
1458
- borderPressedInfo: string;
1459
- borderFocusInfo: string;
1460
- borderDisabledInfo: string;
1461
- rippleColorInfo: string;
1462
- colorSuccess: string;
1463
- colorHoverSuccess: string;
1464
- colorPressedSuccess: string;
1465
- colorFocusSuccess: string;
1466
- colorDisabledSuccess: string;
1467
- textColorSuccess: string;
1468
- textColorHoverSuccess: string;
1469
- textColorPressedSuccess: string;
1470
- textColorFocusSuccess: string;
1471
- textColorDisabledSuccess: string;
1472
- textColorTextSuccess: string;
1473
- textColorTextHoverSuccess: string;
1474
- textColorTextPressedSuccess: string;
1475
- textColorTextFocusSuccess: string;
1476
- textColorTextDisabledSuccess: string;
1477
- textColorGhostSuccess: string;
1478
- textColorGhostHoverSuccess: string;
1479
- textColorGhostPressedSuccess: string;
1480
- textColorGhostFocusSuccess: string;
1481
- textColorGhostDisabledSuccess: string;
1482
- borderSuccess: string;
1483
- borderHoverSuccess: string;
1484
- borderPressedSuccess: string;
1485
- borderFocusSuccess: string;
1486
- borderDisabledSuccess: string;
1487
- rippleColorSuccess: string;
1488
- colorWarning: string;
1489
- colorHoverWarning: string;
1490
- colorPressedWarning: string;
1648
+ borderFocus: string;
1649
+ boxShadowFocus: string;
1650
+ loadingColor: string;
1651
+ loadingColorWarning: string;
1652
+ borderWarning: string;
1653
+ borderHoverWarning: string;
1491
1654
  colorFocusWarning: string;
1492
- colorDisabledWarning: string;
1493
- textColorWarning: string;
1494
- textColorHoverWarning: string;
1495
- textColorPressedWarning: string;
1496
- textColorFocusWarning: string;
1497
- textColorDisabledWarning: string;
1498
- textColorTextWarning: string;
1499
- textColorTextHoverWarning: string;
1500
- textColorTextPressedWarning: string;
1501
- textColorTextFocusWarning: string;
1502
- textColorTextDisabledWarning: string;
1503
- textColorGhostWarning: string;
1504
- textColorGhostHoverWarning: string;
1505
- textColorGhostPressedWarning: string;
1506
- textColorGhostFocusWarning: string;
1507
- textColorGhostDisabledWarning: string;
1655
+ borderFocusWarning: string;
1656
+ boxShadowFocusWarning: string;
1657
+ caretColorWarning: string;
1658
+ loadingColorError: string;
1659
+ borderError: string;
1660
+ borderHoverError: string;
1661
+ colorFocusError: string;
1662
+ borderFocusError: string;
1663
+ boxShadowFocusError: string;
1664
+ caretColorError: string;
1665
+ clearColor: string;
1666
+ clearColorHover: string;
1667
+ clearColorPressed: string;
1668
+ iconColor: string;
1669
+ iconColorDisabled: string;
1670
+ iconColorHover: string;
1671
+ iconColorPressed: string;
1672
+ suffixTextColor: string;
1673
+ paddingTiny: string;
1674
+ paddingSmall: string;
1675
+ paddingMedium: string;
1676
+ paddingLarge: string;
1677
+ clearSize: string;
1678
+ }, any>>>;
1679
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1680
+ countTextColor: string;
1681
+ heightTiny: string;
1682
+ heightSmall: string;
1683
+ heightMedium: string;
1684
+ heightLarge: string;
1685
+ fontSizeTiny: string;
1686
+ fontSizeSmall: string;
1687
+ fontSizeMedium: string;
1688
+ fontSizeLarge: string;
1689
+ lineHeight: string;
1690
+ lineHeightTextarea: string;
1691
+ borderRadius: string;
1692
+ iconSize: string;
1693
+ groupLabelColor: string;
1694
+ groupLabelTextColor: string;
1695
+ textColor: string;
1696
+ textColorDisabled: string;
1697
+ textDecorationColor: string;
1698
+ caretColor: string;
1699
+ placeholderColor: string;
1700
+ placeholderColorDisabled: string;
1701
+ color: string;
1702
+ colorDisabled: string;
1703
+ colorFocus: string;
1704
+ groupLabelBorder: string;
1705
+ border: string;
1706
+ borderHover: string;
1707
+ borderDisabled: string;
1708
+ borderFocus: string;
1709
+ boxShadowFocus: string;
1710
+ loadingColor: string;
1711
+ loadingColorWarning: string;
1508
1712
  borderWarning: string;
1509
1713
  borderHoverWarning: string;
1510
- borderPressedWarning: string;
1714
+ colorFocusWarning: string;
1511
1715
  borderFocusWarning: string;
1512
- borderDisabledWarning: string;
1513
- rippleColorWarning: string;
1514
- colorError: string;
1515
- colorHoverError: string;
1516
- colorPressedError: string;
1517
- colorFocusError: string;
1518
- colorDisabledError: string;
1519
- textColorError: string;
1520
- textColorHoverError: string;
1521
- textColorPressedError: string;
1522
- textColorFocusError: string;
1523
- textColorDisabledError: string;
1524
- textColorTextError: string;
1525
- textColorTextHoverError: string;
1526
- textColorTextPressedError: string;
1527
- textColorTextFocusError: string;
1528
- textColorTextDisabledError: string;
1529
- textColorGhostError: string;
1530
- textColorGhostHoverError: string;
1531
- textColorGhostPressedError: string;
1532
- textColorGhostFocusError: string;
1533
- textColorGhostDisabledError: string;
1716
+ boxShadowFocusWarning: string;
1717
+ caretColorWarning: string;
1718
+ loadingColorError: string;
1534
1719
  borderError: string;
1535
1720
  borderHoverError: string;
1536
- borderPressedError: string;
1721
+ colorFocusError: string;
1537
1722
  borderFocusError: string;
1538
- borderDisabledError: string;
1539
- rippleColorError: string;
1540
- waveOpacity: string;
1541
- fontWeight: string;
1542
- fontWeightStrong: string;
1723
+ boxShadowFocusError: string;
1724
+ caretColorError: string;
1725
+ clearColor: string;
1726
+ clearColorHover: string;
1727
+ clearColorPressed: string;
1728
+ iconColor: string;
1729
+ iconColorDisabled: string;
1730
+ iconColorHover: string;
1731
+ iconColorPressed: string;
1732
+ suffixTextColor: string;
1543
1733
  paddingTiny: string;
1544
1734
  paddingSmall: string;
1545
1735
  paddingMedium: string;
1546
1736
  paddingLarge: string;
1547
- paddingRoundTiny: string;
1548
- paddingRoundSmall: string;
1549
- paddingRoundMedium: string;
1550
- paddingRoundLarge: string;
1551
- iconMarginTiny: string;
1552
- iconMarginSmall: string;
1553
- iconMarginMedium: string;
1554
- iconMarginLarge: string;
1555
- iconSizeTiny: string;
1556
- iconSizeSmall: string;
1557
- iconSizeMedium: string;
1558
- iconSizeLarge: string;
1559
- rippleDuration: string;
1737
+ clearSize: string;
1560
1738
  }, any>>>;
1561
1739
  }, {
1562
- selfElRef: import("vue").Ref<HTMLElement | null>;
1563
- waveElRef: import("vue").Ref<{
1564
- play: () => void;
1740
+ wrapperElRef: import("vue").Ref<HTMLElement | null>;
1741
+ inputElRef: import("vue").Ref<HTMLInputElement | null>;
1742
+ inputMirrorElRef: import("vue").Ref<HTMLElement | null>;
1743
+ inputEl2Ref: import("vue").Ref<HTMLInputElement | null>;
1744
+ textareaElRef: import("vue").Ref<HTMLTextAreaElement | null>;
1745
+ textareaMirrorElRef: import("vue").Ref<HTMLElement | null>;
1746
+ textareaScrollbarInstRef: import("vue").Ref<{
1747
+ $el: HTMLElement;
1748
+ containerRef: HTMLElement | null;
1749
+ contentRef: HTMLElement | null;
1750
+ containerScrollTop: number;
1751
+ syncUnifiedContainer: () => void;
1752
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
1753
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
1754
+ sync: () => void;
1755
+ handleMouseEnterWrapper: () => void;
1756
+ handleMouseLeaveWrapper: () => void;
1565
1757
  } | null>;
1566
- mergedClsPrefix: import("vue").ComputedRef<string>;
1567
- mergedFocusable: import("vue").ComputedRef<boolean>;
1568
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
1569
- showBorder: import("vue").ComputedRef<boolean>;
1570
- enterPressed: import("vue").Ref<boolean>;
1571
1758
  rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1572
- handleMousedown: (e: MouseEvent) => void;
1573
- handleKeydown: (e: KeyboardEvent) => void;
1574
- handleBlur: () => void;
1575
- handleKeyup: (e: KeyboardEvent) => void;
1759
+ uncontrolledValue: import("vue").Ref<string | [string, string] | null>;
1760
+ mergedValue: import("vue").ComputedRef<string | [string, string] | null>;
1761
+ passwordVisible: import("vue").Ref<boolean>;
1762
+ mergedPlaceholder: import("vue").ComputedRef<[string, string] | [string]>;
1763
+ showPlaceholder1: import("vue").ComputedRef<string | false>;
1764
+ showPlaceholder2: import("vue").ComputedRef<boolean | "" | undefined>;
1765
+ mergedFocus: import("vue").ComputedRef<boolean>;
1766
+ isComposing: import("vue").Ref<boolean>;
1767
+ activated: import("vue").Ref<boolean>;
1768
+ showClearButton: import("vue").ComputedRef<boolean>;
1769
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
1770
+ mergedDisabled: import("vue").ComputedRef<boolean>;
1771
+ textDecorationStyle: import("vue").ComputedRef<string[] | {
1772
+ textDecoration: string;
1773
+ }[]>;
1774
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1775
+ mergedBordered: import("vue").ComputedRef<boolean>;
1776
+ mergedShowPasswordOn: import("vue").ComputedRef<"click" | "mousedown" | undefined>;
1777
+ placeholderStyle: import("vue").Ref<{
1778
+ top: string;
1779
+ }>;
1780
+ mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
1781
+ textAreaScrollContainerWidth: import("vue").Ref<number | undefined>;
1782
+ handleTextAreaScroll: (e: Event) => void;
1783
+ handleCompositionStart: () => void;
1784
+ handleCompositionEnd: (e: CompositionEvent) => void;
1785
+ handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
1786
+ handleInputBlur: (e: FocusEvent) => void;
1787
+ handleInputFocus: (e: FocusEvent, index: number) => void;
1788
+ handleWrapperBlur: (e: FocusEvent) => void;
1789
+ handleWrapperFocus: (e: FocusEvent) => void;
1790
+ handleMouseEnter: () => void;
1791
+ handleMouseLeave: () => void;
1792
+ handleMouseDown: (e: MouseEvent) => void;
1793
+ handleChange: (e: Event, index?: 0 | 1 | undefined) => void;
1576
1794
  handleClick: (e: MouseEvent) => void;
1577
- customColorCssVars: import("vue").ComputedRef<{
1578
- '--n-border-color': string;
1579
- '--n-border-color-hover': string;
1580
- '--n-border-color-pressed': string;
1581
- '--n-border-color-focus': string;
1582
- '--n-border-color-disabled': string;
1583
- } | null>;
1795
+ handleClear: (e: MouseEvent) => void;
1796
+ handlePasswordToggleClick: () => void;
1797
+ handlePasswordToggleMousedown: (e: MouseEvent) => void;
1798
+ handleWrapperKeydown: (e: KeyboardEvent) => void;
1799
+ handleTextAreaMirrorResize: () => void;
1800
+ getTextareaScrollContainer: () => HTMLTextAreaElement | null;
1801
+ mergedTheme: import("vue").ComputedRef<{
1802
+ common: {
1803
+ baseColor: string;
1804
+ primaryColor: string;
1805
+ primaryColorHover: string;
1806
+ primaryColorPressed: string;
1807
+ primaryColorSuppl: string;
1808
+ infoColor: string;
1809
+ infoColorHover: string;
1810
+ infoColorPressed: string;
1811
+ infoColorSuppl: string;
1812
+ successColor: string;
1813
+ successColorHover: string;
1814
+ successColorPressed: string;
1815
+ successColorSuppl: string;
1816
+ warningColor: string;
1817
+ warningColorHover: string;
1818
+ warningColorPressed: string;
1819
+ warningColorSuppl: string;
1820
+ errorColor: string;
1821
+ errorColorHover: string;
1822
+ errorColorPressed: string;
1823
+ errorColorSuppl: string;
1824
+ textColorBase: string;
1825
+ textColor1: string;
1826
+ textColor2: string;
1827
+ textColor3: string;
1828
+ textColorDisabled: string;
1829
+ placeholderColor: string;
1830
+ placeholderColorDisabled: string;
1831
+ iconColor: string;
1832
+ iconColorHover: string;
1833
+ iconColorPressed: string;
1834
+ iconColorDisabled: string;
1835
+ opacity1: string;
1836
+ opacity2: string;
1837
+ opacity3: string;
1838
+ opacity4: string;
1839
+ opacity5: string;
1840
+ dividerColor: string;
1841
+ borderColor: string;
1842
+ closeIconColor: string;
1843
+ closeIconColorHover: string;
1844
+ closeIconColorPressed: string;
1845
+ closeColorHover: string;
1846
+ closeColorPressed: string;
1847
+ clearColor: string;
1848
+ clearColorHover: string;
1849
+ clearColorPressed: string;
1850
+ scrollbarColor: string;
1851
+ scrollbarColorHover: string;
1852
+ scrollbarWidth: string;
1853
+ scrollbarHeight: string;
1854
+ scrollbarBorderRadius: string;
1855
+ progressRailColor: string;
1856
+ railColor: string;
1857
+ popoverColor: string;
1858
+ tableColor: string;
1859
+ cardColor: string;
1860
+ modalColor: string;
1861
+ bodyColor: string;
1862
+ tagColor: string;
1863
+ avatarColor: string;
1864
+ invertedColor: string;
1865
+ inputColor: string;
1866
+ codeColor: string;
1867
+ tabColor: string;
1868
+ actionColor: string;
1869
+ tableHeaderColor: string;
1870
+ hoverColor: string;
1871
+ tableColorHover: string;
1872
+ tableColorStriped: string;
1873
+ pressedColor: string;
1874
+ opacityDisabled: string;
1875
+ inputColorDisabled: string;
1876
+ buttonColor2: string;
1877
+ buttonColor2Hover: string;
1878
+ buttonColor2Pressed: string;
1879
+ boxShadow1: string;
1880
+ boxShadow2: string;
1881
+ boxShadow3: string;
1882
+ fontFamily: string;
1883
+ fontFamilyMono: string;
1884
+ fontWeight: string;
1885
+ fontWeightStrong: string;
1886
+ cubicBezierEaseInOut: string;
1887
+ cubicBezierEaseOut: string;
1888
+ cubicBezierEaseIn: string;
1889
+ borderRadius: string;
1890
+ borderRadiusSmall: string;
1891
+ fontSize: string;
1892
+ fontSizeMini: string;
1893
+ fontSizeTiny: string;
1894
+ fontSizeSmall: string;
1895
+ fontSizeMedium: string;
1896
+ fontSizeLarge: string;
1897
+ fontSizeHuge: string;
1898
+ lineHeight: string;
1899
+ heightMini: string;
1900
+ heightTiny: string;
1901
+ heightSmall: string;
1902
+ heightMedium: string;
1903
+ heightLarge: string;
1904
+ heightHuge: string;
1905
+ name: "common";
1906
+ };
1907
+ self: {
1908
+ countTextColor: string;
1909
+ heightTiny: string;
1910
+ heightSmall: string;
1911
+ heightMedium: string;
1912
+ heightLarge: string;
1913
+ fontSizeTiny: string;
1914
+ fontSizeSmall: string;
1915
+ fontSizeMedium: string;
1916
+ fontSizeLarge: string;
1917
+ lineHeight: string;
1918
+ lineHeightTextarea: string;
1919
+ borderRadius: string;
1920
+ iconSize: string;
1921
+ groupLabelColor: string;
1922
+ groupLabelTextColor: string;
1923
+ textColor: string;
1924
+ textColorDisabled: string;
1925
+ textDecorationColor: string;
1926
+ caretColor: string;
1927
+ placeholderColor: string;
1928
+ placeholderColorDisabled: string;
1929
+ color: string;
1930
+ colorDisabled: string;
1931
+ colorFocus: string;
1932
+ groupLabelBorder: string;
1933
+ border: string;
1934
+ borderHover: string;
1935
+ borderDisabled: string;
1936
+ borderFocus: string;
1937
+ boxShadowFocus: string;
1938
+ loadingColor: string;
1939
+ loadingColorWarning: string;
1940
+ borderWarning: string;
1941
+ borderHoverWarning: string;
1942
+ colorFocusWarning: string;
1943
+ borderFocusWarning: string;
1944
+ boxShadowFocusWarning: string;
1945
+ caretColorWarning: string;
1946
+ loadingColorError: string;
1947
+ borderError: string;
1948
+ borderHoverError: string;
1949
+ colorFocusError: string;
1950
+ borderFocusError: string;
1951
+ boxShadowFocusError: string;
1952
+ caretColorError: string;
1953
+ clearColor: string;
1954
+ clearColorHover: string;
1955
+ clearColorPressed: string;
1956
+ iconColor: string;
1957
+ iconColorDisabled: string;
1958
+ iconColorHover: string;
1959
+ iconColorPressed: string;
1960
+ suffixTextColor: string;
1961
+ paddingTiny: string;
1962
+ paddingSmall: string;
1963
+ paddingMedium: string;
1964
+ paddingLarge: string;
1965
+ clearSize: string;
1966
+ };
1967
+ peers: any;
1968
+ peerOverrides: {
1969
+ [x: string]: any;
1970
+ };
1971
+ }>;
1584
1972
  cssVars: import("vue").ComputedRef<{
1585
- '--n-width': string;
1586
- '--n-height': string;
1973
+ '--n-bezier': string;
1974
+ '--n-count-text-color': string;
1975
+ '--n-color': string;
1587
1976
  '--n-font-size': string;
1588
- '--n-padding': string;
1589
- '--n-icon-size': string;
1590
- '--n-icon-margin': string;
1591
1977
  '--n-border-radius': string;
1978
+ '--n-height': string;
1979
+ '--n-padding-left': string;
1980
+ '--n-padding-right': string;
1981
+ '--n-text-color': string;
1982
+ '--n-caret-color': string;
1983
+ '--n-text-decoration-color': string;
1592
1984
  '--n-border': string;
1985
+ '--n-border-disabled': string;
1593
1986
  '--n-border-hover': string;
1594
- '--n-border-pressed': string;
1595
1987
  '--n-border-focus': string;
1596
- '--n-border-disabled': string;
1597
- '--n-color': string;
1598
- '--n-color-hover': string;
1599
- '--n-color-pressed': string;
1600
- '--n-color-focus': string;
1988
+ '--n-placeholder-color': string;
1989
+ '--n-placeholder-color-disabled': string;
1990
+ '--n-icon-size': string;
1991
+ '--n-line-height-textarea': string;
1601
1992
  '--n-color-disabled': string;
1602
- '--n-ripple-color': string;
1603
- '--n-text-color': string;
1604
- '--n-text-color-hover': string;
1605
- '--n-text-color-pressed': string;
1606
- '--n-text-color-focus': string;
1993
+ '--n-color-focus': string;
1607
1994
  '--n-text-color-disabled': string;
1608
- 'font-weight': string;
1609
- '--n-bezier': string;
1610
- '--n-bezier-ease-out': string;
1611
- '--n-ripple-duration': string;
1612
- '--n-opacity-disabled': string;
1613
- '--n-wave-opacity': string;
1995
+ '--n-box-shadow-focus': string;
1996
+ '--n-loading-color': string;
1997
+ '--n-caret-color-warning': string;
1998
+ '--n-color-focus-warning': string;
1999
+ '--n-box-shadow-focus-warning': string;
2000
+ '--n-border-warning': string;
2001
+ '--n-border-focus-warning': string;
2002
+ '--n-border-hover-warning': string;
2003
+ '--n-loading-color-warning': string;
2004
+ '--n-caret-color-error': string;
2005
+ '--n-color-focus-error': string;
2006
+ '--n-box-shadow-focus-error': string;
2007
+ '--n-border-error': string;
2008
+ '--n-border-focus-error': string;
2009
+ '--n-border-hover-error': string;
2010
+ '--n-loading-color-error': string;
2011
+ '--n-clear-color': string;
2012
+ '--n-clear-size': string;
2013
+ '--n-clear-color-hover': string;
2014
+ '--n-clear-color-pressed': string;
2015
+ '--n-icon-color': string;
2016
+ '--n-icon-color-hover': string;
2017
+ '--n-icon-color-pressed': string;
2018
+ '--n-icon-color-disabled': string;
2019
+ '--n-suffix-text-color': string;
1614
2020
  }> | undefined;
1615
2021
  themeClass: import("vue").Ref<string> | undefined;
1616
2022
  onRender: (() => void) | undefined;
2023
+ isCompositing: import("vue").Ref<boolean>;
2024
+ blur: () => void;
2025
+ focus: () => void;
2026
+ select: () => void;
2027
+ activate: () => void;
2028
+ deactivate: () => void;
1617
2029
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1618
- readonly color: StringConstructor;
1619
- readonly textColor: StringConstructor;
1620
- readonly text: BooleanConstructor;
1621
- readonly block: BooleanConstructor;
1622
- readonly loading: BooleanConstructor;
1623
- readonly disabled: BooleanConstructor;
1624
- readonly circle: BooleanConstructor;
1625
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
1626
- readonly ghost: BooleanConstructor;
1627
- readonly round: BooleanConstructor;
1628
- readonly secondary: BooleanConstructor;
1629
- readonly tertiary: BooleanConstructor;
1630
- readonly quaternary: BooleanConstructor;
1631
- readonly strong: BooleanConstructor;
1632
- readonly focusable: {
1633
- readonly type: BooleanConstructor;
1634
- readonly default: true;
2030
+ bordered: {
2031
+ type: import("vue").PropType<boolean | undefined>;
2032
+ default: undefined;
1635
2033
  };
1636
- readonly keyboard: {
1637
- readonly type: BooleanConstructor;
1638
- readonly default: true;
2034
+ type: {
2035
+ type: import("vue").PropType<"text" | "textarea" | "password">;
2036
+ default: string;
1639
2037
  };
1640
- readonly tag: {
1641
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
1642
- readonly default: "button";
2038
+ placeholder: import("vue").PropType<string | [string, string]>;
2039
+ defaultValue: {
2040
+ type: import("vue").PropType<string | [string, string] | null>;
2041
+ default: null;
1643
2042
  };
1644
- readonly type: {
1645
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
1646
- readonly default: "default";
2043
+ value: import("vue").PropType<string | [string, string] | null>;
2044
+ disabled: {
2045
+ type: import("vue").PropType<boolean | undefined>;
2046
+ default: undefined;
1647
2047
  };
1648
- readonly dashed: BooleanConstructor;
1649
- readonly iconPlacement: {
1650
- readonly type: import("vue").PropType<"left" | "right">;
1651
- readonly default: "left";
2048
+ size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
2049
+ rows: {
2050
+ type: import("vue").PropType<string | number>;
2051
+ default: number;
1652
2052
  };
1653
- readonly attrType: {
1654
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
1655
- readonly default: "button";
2053
+ round: BooleanConstructor;
2054
+ minlength: import("vue").PropType<string | number>;
2055
+ maxlength: import("vue").PropType<string | number>;
2056
+ clearable: BooleanConstructor;
2057
+ autosize: {
2058
+ type: import("vue").PropType<boolean | {
2059
+ minRows?: number | undefined;
2060
+ maxRows?: number | undefined;
2061
+ }>;
2062
+ default: boolean;
1656
2063
  };
1657
- readonly bordered: {
1658
- readonly type: BooleanConstructor;
1659
- readonly default: true;
2064
+ pair: BooleanConstructor;
2065
+ separator: StringConstructor;
2066
+ readonly: {
2067
+ type: (BooleanConstructor | StringConstructor)[];
2068
+ default: boolean;
1660
2069
  };
1661
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1662
- readonly nativeFocusBehavior: {
1663
- readonly type: BooleanConstructor;
1664
- readonly default: boolean;
2070
+ passivelyActivated: BooleanConstructor;
2071
+ showPasswordOn: import("vue").PropType<"click" | "mousedown">;
2072
+ stateful: {
2073
+ type: BooleanConstructor;
2074
+ default: boolean;
2075
+ };
2076
+ autofocus: BooleanConstructor;
2077
+ inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
2078
+ resizable: {
2079
+ type: BooleanConstructor;
2080
+ default: boolean;
2081
+ };
2082
+ showCount: BooleanConstructor;
2083
+ loading: {
2084
+ type: BooleanConstructor;
2085
+ default: undefined;
2086
+ };
2087
+ allowInput: import("vue").PropType<(value: string) => boolean>;
2088
+ onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
2089
+ onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
2090
+ onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
2091
+ onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
2092
+ onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2093
+ onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2094
+ onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2095
+ onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
2096
+ onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2097
+ status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
2098
+ 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
2099
+ onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
2100
+ textDecoration: import("vue").PropType<string | [string, string]>;
2101
+ attrSize: {
2102
+ type: NumberConstructor;
2103
+ default: number;
1665
2104
  };
1666
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
1667
- heightTiny: string;
1668
- heightSmall: string;
1669
- heightMedium: string;
1670
- heightLarge: string;
1671
- borderRadiusTiny: string;
1672
- borderRadiusSmall: string;
1673
- borderRadiusMedium: string;
1674
- borderRadiusLarge: string;
1675
- fontSizeTiny: string;
1676
- fontSizeSmall: string;
1677
- fontSizeMedium: string;
1678
- fontSizeLarge: string;
1679
- opacityDisabled: string;
1680
- colorOpacitySecondary: string;
1681
- colorOpacitySecondaryHover: string;
1682
- colorOpacitySecondaryPressed: string;
1683
- colorSecondary: string;
1684
- colorSecondaryHover: string;
1685
- colorSecondaryPressed: string;
1686
- colorTertiary: string;
1687
- colorTertiaryHover: string;
1688
- colorTertiaryPressed: string;
1689
- colorQuaternary: string;
1690
- colorQuaternaryHover: string;
1691
- colorQuaternaryPressed: string;
1692
- color: string;
1693
- colorHover: string;
1694
- colorPressed: string;
1695
- colorFocus: string;
1696
- colorDisabled: string;
1697
- textColor: string;
1698
- textColorTertiary: string;
1699
- textColorHover: string;
1700
- textColorPressed: string;
1701
- textColorFocus: string;
1702
- textColorDisabled: string;
1703
- textColorText: string;
1704
- textColorTextHover: string;
1705
- textColorTextPressed: string;
1706
- textColorTextFocus: string;
1707
- textColorTextDisabled: string;
1708
- textColorGhost: string;
1709
- textColorGhostHover: string;
1710
- textColorGhostPressed: string;
1711
- textColorGhostFocus: string;
1712
- textColorGhostDisabled: string;
1713
- border: string;
1714
- borderHover: string;
1715
- borderPressed: string;
1716
- borderFocus: string;
1717
- borderDisabled: string;
1718
- rippleColor: string;
1719
- colorPrimary: string;
1720
- colorHoverPrimary: string;
1721
- colorPressedPrimary: string;
1722
- colorFocusPrimary: string;
1723
- colorDisabledPrimary: string;
1724
- textColorPrimary: string;
1725
- textColorHoverPrimary: string;
1726
- textColorPressedPrimary: string;
1727
- textColorFocusPrimary: string;
1728
- textColorDisabledPrimary: string;
1729
- textColorTextPrimary: string;
1730
- textColorTextHoverPrimary: string;
1731
- textColorTextPressedPrimary: string;
1732
- textColorTextFocusPrimary: string;
1733
- textColorTextDisabledPrimary: string;
1734
- textColorGhostPrimary: string;
1735
- textColorGhostHoverPrimary: string;
1736
- textColorGhostPressedPrimary: string;
1737
- textColorGhostFocusPrimary: string;
1738
- textColorGhostDisabledPrimary: string;
1739
- borderPrimary: string;
1740
- borderHoverPrimary: string;
1741
- borderPressedPrimary: string;
1742
- borderFocusPrimary: string;
1743
- borderDisabledPrimary: string;
1744
- rippleColorPrimary: string;
1745
- colorInfo: string;
1746
- colorHoverInfo: string;
1747
- colorPressedInfo: string;
1748
- colorFocusInfo: string;
1749
- colorDisabledInfo: string;
1750
- textColorInfo: string;
1751
- textColorHoverInfo: string;
1752
- textColorPressedInfo: string;
1753
- textColorFocusInfo: string;
1754
- textColorDisabledInfo: string;
1755
- textColorTextInfo: string;
1756
- textColorTextHoverInfo: string;
1757
- textColorTextPressedInfo: string;
1758
- textColorTextFocusInfo: string;
1759
- textColorTextDisabledInfo: string;
1760
- textColorGhostInfo: string;
1761
- textColorGhostHoverInfo: string;
1762
- textColorGhostPressedInfo: string;
1763
- textColorGhostFocusInfo: string;
1764
- textColorGhostDisabledInfo: string;
1765
- borderInfo: string;
1766
- borderHoverInfo: string;
1767
- borderPressedInfo: string;
1768
- borderFocusInfo: string;
1769
- borderDisabledInfo: string;
1770
- rippleColorInfo: string;
1771
- colorSuccess: string;
1772
- colorHoverSuccess: string;
1773
- colorPressedSuccess: string;
1774
- colorFocusSuccess: string;
1775
- colorDisabledSuccess: string;
1776
- textColorSuccess: string;
1777
- textColorHoverSuccess: string;
1778
- textColorPressedSuccess: string;
1779
- textColorFocusSuccess: string;
1780
- textColorDisabledSuccess: string;
1781
- textColorTextSuccess: string;
1782
- textColorTextHoverSuccess: string;
1783
- textColorTextPressedSuccess: string;
1784
- textColorTextFocusSuccess: string;
1785
- textColorTextDisabledSuccess: string;
1786
- textColorGhostSuccess: string;
1787
- textColorGhostHoverSuccess: string;
1788
- textColorGhostPressedSuccess: string;
1789
- textColorGhostFocusSuccess: string;
1790
- textColorGhostDisabledSuccess: string;
1791
- borderSuccess: string;
1792
- borderHoverSuccess: string;
1793
- borderPressedSuccess: string;
1794
- borderFocusSuccess: string;
1795
- borderDisabledSuccess: string;
1796
- rippleColorSuccess: string;
1797
- colorWarning: string;
1798
- colorHoverWarning: string;
1799
- colorPressedWarning: string;
1800
- colorFocusWarning: string;
1801
- colorDisabledWarning: string;
1802
- textColorWarning: string;
1803
- textColorHoverWarning: string;
1804
- textColorPressedWarning: string;
1805
- textColorFocusWarning: string;
1806
- textColorDisabledWarning: string;
1807
- textColorTextWarning: string;
1808
- textColorTextHoverWarning: string;
1809
- textColorTextPressedWarning: string;
1810
- textColorTextFocusWarning: string;
1811
- textColorTextDisabledWarning: string;
1812
- textColorGhostWarning: string;
1813
- textColorGhostHoverWarning: string;
1814
- textColorGhostPressedWarning: string;
1815
- textColorGhostFocusWarning: string;
1816
- textColorGhostDisabledWarning: string;
1817
- borderWarning: string;
1818
- borderHoverWarning: string;
1819
- borderPressedWarning: string;
1820
- borderFocusWarning: string;
1821
- borderDisabledWarning: string;
1822
- rippleColorWarning: string;
1823
- colorError: string;
1824
- colorHoverError: string;
1825
- colorPressedError: string;
1826
- colorFocusError: string;
1827
- colorDisabledError: string;
1828
- textColorError: string;
1829
- textColorHoverError: string;
1830
- textColorPressedError: string;
1831
- textColorFocusError: string;
1832
- textColorDisabledError: string;
1833
- textColorTextError: string;
1834
- textColorTextHoverError: string;
1835
- textColorTextPressedError: string;
1836
- textColorTextFocusError: string;
1837
- textColorTextDisabledError: string;
1838
- textColorGhostError: string;
1839
- textColorGhostHoverError: string;
1840
- textColorGhostPressedError: string;
1841
- textColorGhostFocusError: string;
1842
- textColorGhostDisabledError: string;
1843
- borderError: string;
1844
- borderHoverError: string;
1845
- borderPressedError: string;
1846
- borderFocusError: string;
1847
- borderDisabledError: string;
1848
- rippleColorError: string;
1849
- waveOpacity: string;
1850
- fontWeight: string;
1851
- fontWeightStrong: string;
1852
- paddingTiny: string;
1853
- paddingSmall: string;
1854
- paddingMedium: string;
1855
- paddingLarge: string;
1856
- paddingRoundTiny: string;
1857
- paddingRoundSmall: string;
1858
- paddingRoundMedium: string;
1859
- paddingRoundLarge: string;
1860
- iconMarginTiny: string;
1861
- iconMarginSmall: string;
1862
- iconMarginMedium: string;
1863
- iconMarginLarge: string;
1864
- iconSizeTiny: string;
1865
- iconSizeSmall: string;
1866
- iconSizeMedium: string;
1867
- iconSizeLarge: string;
1868
- rippleDuration: string;
1869
- }, any>>;
1870
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
2105
+ onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2106
+ onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2107
+ onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
2108
+ onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
2109
+ onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2110
+ onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2111
+ internalDeactivateOnEnter: BooleanConstructor;
2112
+ internalForceFocus: BooleanConstructor;
2113
+ internalLoadingBeforeSuffix: BooleanConstructor;
2114
+ showPasswordToggle: BooleanConstructor;
2115
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
2116
+ countTextColor: string;
1871
2117
  heightTiny: string;
1872
2118
  heightSmall: string;
1873
2119
  heightMedium: string;
1874
2120
  heightLarge: string;
1875
- borderRadiusTiny: string;
1876
- borderRadiusSmall: string;
1877
- borderRadiusMedium: string;
1878
- borderRadiusLarge: string;
1879
2121
  fontSizeTiny: string;
1880
2122
  fontSizeSmall: string;
1881
2123
  fontSizeMedium: string;
1882
2124
  fontSizeLarge: string;
1883
- opacityDisabled: string;
1884
- colorOpacitySecondary: string;
1885
- colorOpacitySecondaryHover: string;
1886
- colorOpacitySecondaryPressed: string;
1887
- colorSecondary: string;
1888
- colorSecondaryHover: string;
1889
- colorSecondaryPressed: string;
1890
- colorTertiary: string;
1891
- colorTertiaryHover: string;
1892
- colorTertiaryPressed: string;
1893
- colorQuaternary: string;
1894
- colorQuaternaryHover: string;
1895
- colorQuaternaryPressed: string;
1896
- color: string;
1897
- colorHover: string;
1898
- colorPressed: string;
1899
- colorFocus: string;
1900
- colorDisabled: string;
2125
+ lineHeight: string;
2126
+ lineHeightTextarea: string;
2127
+ borderRadius: string;
2128
+ iconSize: string;
2129
+ groupLabelColor: string;
2130
+ groupLabelTextColor: string;
1901
2131
  textColor: string;
1902
- textColorTertiary: string;
1903
- textColorHover: string;
1904
- textColorPressed: string;
1905
- textColorFocus: string;
1906
2132
  textColorDisabled: string;
1907
- textColorText: string;
1908
- textColorTextHover: string;
1909
- textColorTextPressed: string;
1910
- textColorTextFocus: string;
1911
- textColorTextDisabled: string;
1912
- textColorGhost: string;
1913
- textColorGhostHover: string;
1914
- textColorGhostPressed: string;
1915
- textColorGhostFocus: string;
1916
- textColorGhostDisabled: string;
2133
+ textDecorationColor: string;
2134
+ caretColor: string;
2135
+ placeholderColor: string;
2136
+ placeholderColorDisabled: string;
2137
+ color: string;
2138
+ colorDisabled: string;
2139
+ colorFocus: string;
2140
+ groupLabelBorder: string;
1917
2141
  border: string;
1918
2142
  borderHover: string;
1919
- borderPressed: string;
1920
- borderFocus: string;
1921
2143
  borderDisabled: string;
1922
- rippleColor: string;
1923
- colorPrimary: string;
1924
- colorHoverPrimary: string;
1925
- colorPressedPrimary: string;
1926
- colorFocusPrimary: string;
1927
- colorDisabledPrimary: string;
1928
- textColorPrimary: string;
1929
- textColorHoverPrimary: string;
1930
- textColorPressedPrimary: string;
1931
- textColorFocusPrimary: string;
1932
- textColorDisabledPrimary: string;
1933
- textColorTextPrimary: string;
1934
- textColorTextHoverPrimary: string;
1935
- textColorTextPressedPrimary: string;
1936
- textColorTextFocusPrimary: string;
1937
- textColorTextDisabledPrimary: string;
1938
- textColorGhostPrimary: string;
1939
- textColorGhostHoverPrimary: string;
1940
- textColorGhostPressedPrimary: string;
1941
- textColorGhostFocusPrimary: string;
1942
- textColorGhostDisabledPrimary: string;
1943
- borderPrimary: string;
1944
- borderHoverPrimary: string;
1945
- borderPressedPrimary: string;
1946
- borderFocusPrimary: string;
1947
- borderDisabledPrimary: string;
1948
- rippleColorPrimary: string;
1949
- colorInfo: string;
1950
- colorHoverInfo: string;
1951
- colorPressedInfo: string;
1952
- colorFocusInfo: string;
1953
- colorDisabledInfo: string;
1954
- textColorInfo: string;
1955
- textColorHoverInfo: string;
1956
- textColorPressedInfo: string;
1957
- textColorFocusInfo: string;
1958
- textColorDisabledInfo: string;
1959
- textColorTextInfo: string;
1960
- textColorTextHoverInfo: string;
1961
- textColorTextPressedInfo: string;
1962
- textColorTextFocusInfo: string;
1963
- textColorTextDisabledInfo: string;
1964
- textColorGhostInfo: string;
1965
- textColorGhostHoverInfo: string;
1966
- textColorGhostPressedInfo: string;
1967
- textColorGhostFocusInfo: string;
1968
- textColorGhostDisabledInfo: string;
1969
- borderInfo: string;
1970
- borderHoverInfo: string;
1971
- borderPressedInfo: string;
1972
- borderFocusInfo: string;
1973
- borderDisabledInfo: string;
1974
- rippleColorInfo: string;
1975
- colorSuccess: string;
1976
- colorHoverSuccess: string;
1977
- colorPressedSuccess: string;
1978
- colorFocusSuccess: string;
1979
- colorDisabledSuccess: string;
1980
- textColorSuccess: string;
1981
- textColorHoverSuccess: string;
1982
- textColorPressedSuccess: string;
1983
- textColorFocusSuccess: string;
1984
- textColorDisabledSuccess: string;
1985
- textColorTextSuccess: string;
1986
- textColorTextHoverSuccess: string;
1987
- textColorTextPressedSuccess: string;
1988
- textColorTextFocusSuccess: string;
1989
- textColorTextDisabledSuccess: string;
1990
- textColorGhostSuccess: string;
1991
- textColorGhostHoverSuccess: string;
1992
- textColorGhostPressedSuccess: string;
1993
- textColorGhostFocusSuccess: string;
1994
- textColorGhostDisabledSuccess: string;
1995
- borderSuccess: string;
1996
- borderHoverSuccess: string;
1997
- borderPressedSuccess: string;
1998
- borderFocusSuccess: string;
1999
- borderDisabledSuccess: string;
2000
- rippleColorSuccess: string;
2001
- colorWarning: string;
2002
- colorHoverWarning: string;
2003
- colorPressedWarning: string;
2004
- colorFocusWarning: string;
2005
- colorDisabledWarning: string;
2006
- textColorWarning: string;
2007
- textColorHoverWarning: string;
2008
- textColorPressedWarning: string;
2009
- textColorFocusWarning: string;
2010
- textColorDisabledWarning: string;
2011
- textColorTextWarning: string;
2012
- textColorTextHoverWarning: string;
2013
- textColorTextPressedWarning: string;
2014
- textColorTextFocusWarning: string;
2015
- textColorTextDisabledWarning: string;
2016
- textColorGhostWarning: string;
2017
- textColorGhostHoverWarning: string;
2018
- textColorGhostPressedWarning: string;
2019
- textColorGhostFocusWarning: string;
2020
- textColorGhostDisabledWarning: string;
2144
+ borderFocus: string;
2145
+ boxShadowFocus: string;
2146
+ loadingColor: string;
2147
+ loadingColorWarning: string;
2021
2148
  borderWarning: string;
2022
2149
  borderHoverWarning: string;
2023
- borderPressedWarning: string;
2150
+ colorFocusWarning: string;
2024
2151
  borderFocusWarning: string;
2025
- borderDisabledWarning: string;
2026
- rippleColorWarning: string;
2027
- colorError: string;
2028
- colorHoverError: string;
2029
- colorPressedError: string;
2030
- colorFocusError: string;
2031
- colorDisabledError: string;
2032
- textColorError: string;
2033
- textColorHoverError: string;
2034
- textColorPressedError: string;
2035
- textColorFocusError: string;
2036
- textColorDisabledError: string;
2037
- textColorTextError: string;
2038
- textColorTextHoverError: string;
2039
- textColorTextPressedError: string;
2040
- textColorTextFocusError: string;
2041
- textColorTextDisabledError: string;
2042
- textColorGhostError: string;
2043
- textColorGhostHoverError: string;
2044
- textColorGhostPressedError: string;
2045
- textColorGhostFocusError: string;
2046
- textColorGhostDisabledError: string;
2152
+ boxShadowFocusWarning: string;
2153
+ caretColorWarning: string;
2154
+ loadingColorError: string;
2047
2155
  borderError: string;
2048
2156
  borderHoverError: string;
2049
- borderPressedError: string;
2157
+ colorFocusError: string;
2050
2158
  borderFocusError: string;
2051
- borderDisabledError: string;
2052
- rippleColorError: string;
2053
- waveOpacity: string;
2054
- fontWeight: string;
2055
- fontWeightStrong: string;
2159
+ boxShadowFocusError: string;
2160
+ caretColorError: string;
2161
+ clearColor: string;
2162
+ clearColorHover: string;
2163
+ clearColorPressed: string;
2164
+ iconColor: string;
2165
+ iconColorDisabled: string;
2166
+ iconColorHover: string;
2167
+ iconColorPressed: string;
2168
+ suffixTextColor: string;
2056
2169
  paddingTiny: string;
2057
2170
  paddingSmall: string;
2058
2171
  paddingMedium: string;
2059
2172
  paddingLarge: string;
2060
- paddingRoundTiny: string;
2061
- paddingRoundSmall: string;
2062
- paddingRoundMedium: string;
2063
- paddingRoundLarge: string;
2064
- iconMarginTiny: string;
2065
- iconMarginSmall: string;
2066
- iconMarginMedium: string;
2067
- iconMarginLarge: string;
2068
- iconSizeTiny: string;
2069
- iconSizeSmall: string;
2070
- iconSizeMedium: string;
2071
- iconSizeLarge: string;
2072
- rippleDuration: string;
2073
- }, any>>>;
2074
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
2173
+ clearSize: string;
2174
+ }, any>>;
2175
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2176
+ countTextColor: string;
2075
2177
  heightTiny: string;
2076
2178
  heightSmall: string;
2077
2179
  heightMedium: string;
2078
2180
  heightLarge: string;
2079
- borderRadiusTiny: string;
2080
- borderRadiusSmall: string;
2081
- borderRadiusMedium: string;
2082
- borderRadiusLarge: string;
2083
2181
  fontSizeTiny: string;
2084
2182
  fontSizeSmall: string;
2085
2183
  fontSizeMedium: string;
2086
2184
  fontSizeLarge: string;
2087
- opacityDisabled: string;
2088
- colorOpacitySecondary: string;
2089
- colorOpacitySecondaryHover: string;
2090
- colorOpacitySecondaryPressed: string;
2091
- colorSecondary: string;
2092
- colorSecondaryHover: string;
2093
- colorSecondaryPressed: string;
2094
- colorTertiary: string;
2095
- colorTertiaryHover: string;
2096
- colorTertiaryPressed: string;
2097
- colorQuaternary: string;
2098
- colorQuaternaryHover: string;
2099
- colorQuaternaryPressed: string;
2185
+ lineHeight: string;
2186
+ lineHeightTextarea: string;
2187
+ borderRadius: string;
2188
+ iconSize: string;
2189
+ groupLabelColor: string;
2190
+ groupLabelTextColor: string;
2191
+ textColor: string;
2192
+ textColorDisabled: string;
2193
+ textDecorationColor: string;
2194
+ caretColor: string;
2195
+ placeholderColor: string;
2196
+ placeholderColorDisabled: string;
2100
2197
  color: string;
2101
- colorHover: string;
2102
- colorPressed: string;
2103
- colorFocus: string;
2104
2198
  colorDisabled: string;
2199
+ colorFocus: string;
2200
+ groupLabelBorder: string;
2201
+ border: string;
2202
+ borderHover: string;
2203
+ borderDisabled: string;
2204
+ borderFocus: string;
2205
+ boxShadowFocus: string;
2206
+ loadingColor: string;
2207
+ loadingColorWarning: string;
2208
+ borderWarning: string;
2209
+ borderHoverWarning: string;
2210
+ colorFocusWarning: string;
2211
+ borderFocusWarning: string;
2212
+ boxShadowFocusWarning: string;
2213
+ caretColorWarning: string;
2214
+ loadingColorError: string;
2215
+ borderError: string;
2216
+ borderHoverError: string;
2217
+ colorFocusError: string;
2218
+ borderFocusError: string;
2219
+ boxShadowFocusError: string;
2220
+ caretColorError: string;
2221
+ clearColor: string;
2222
+ clearColorHover: string;
2223
+ clearColorPressed: string;
2224
+ iconColor: string;
2225
+ iconColorDisabled: string;
2226
+ iconColorHover: string;
2227
+ iconColorPressed: string;
2228
+ suffixTextColor: string;
2229
+ paddingTiny: string;
2230
+ paddingSmall: string;
2231
+ paddingMedium: string;
2232
+ paddingLarge: string;
2233
+ clearSize: string;
2234
+ }, any>>>;
2235
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2236
+ countTextColor: string;
2237
+ heightTiny: string;
2238
+ heightSmall: string;
2239
+ heightMedium: string;
2240
+ heightLarge: string;
2241
+ fontSizeTiny: string;
2242
+ fontSizeSmall: string;
2243
+ fontSizeMedium: string;
2244
+ fontSizeLarge: string;
2245
+ lineHeight: string;
2246
+ lineHeightTextarea: string;
2247
+ borderRadius: string;
2248
+ iconSize: string;
2249
+ groupLabelColor: string;
2250
+ groupLabelTextColor: string;
2105
2251
  textColor: string;
2106
- textColorTertiary: string;
2107
- textColorHover: string;
2108
- textColorPressed: string;
2109
- textColorFocus: string;
2110
2252
  textColorDisabled: string;
2111
- textColorText: string;
2112
- textColorTextHover: string;
2113
- textColorTextPressed: string;
2114
- textColorTextFocus: string;
2115
- textColorTextDisabled: string;
2116
- textColorGhost: string;
2117
- textColorGhostHover: string;
2118
- textColorGhostPressed: string;
2119
- textColorGhostFocus: string;
2120
- textColorGhostDisabled: string;
2253
+ textDecorationColor: string;
2254
+ caretColor: string;
2255
+ placeholderColor: string;
2256
+ placeholderColorDisabled: string;
2257
+ color: string;
2258
+ colorDisabled: string;
2259
+ colorFocus: string;
2260
+ groupLabelBorder: string;
2121
2261
  border: string;
2122
2262
  borderHover: string;
2123
- borderPressed: string;
2124
- borderFocus: string;
2125
2263
  borderDisabled: string;
2126
- rippleColor: string;
2127
- colorPrimary: string;
2128
- colorHoverPrimary: string;
2129
- colorPressedPrimary: string;
2130
- colorFocusPrimary: string;
2131
- colorDisabledPrimary: string;
2132
- textColorPrimary: string;
2133
- textColorHoverPrimary: string;
2134
- textColorPressedPrimary: string;
2135
- textColorFocusPrimary: string;
2136
- textColorDisabledPrimary: string;
2137
- textColorTextPrimary: string;
2138
- textColorTextHoverPrimary: string;
2139
- textColorTextPressedPrimary: string;
2140
- textColorTextFocusPrimary: string;
2141
- textColorTextDisabledPrimary: string;
2142
- textColorGhostPrimary: string;
2143
- textColorGhostHoverPrimary: string;
2144
- textColorGhostPressedPrimary: string;
2145
- textColorGhostFocusPrimary: string;
2146
- textColorGhostDisabledPrimary: string;
2147
- borderPrimary: string;
2148
- borderHoverPrimary: string;
2149
- borderPressedPrimary: string;
2150
- borderFocusPrimary: string;
2151
- borderDisabledPrimary: string;
2152
- rippleColorPrimary: string;
2153
- colorInfo: string;
2154
- colorHoverInfo: string;
2155
- colorPressedInfo: string;
2156
- colorFocusInfo: string;
2157
- colorDisabledInfo: string;
2158
- textColorInfo: string;
2159
- textColorHoverInfo: string;
2160
- textColorPressedInfo: string;
2161
- textColorFocusInfo: string;
2162
- textColorDisabledInfo: string;
2163
- textColorTextInfo: string;
2164
- textColorTextHoverInfo: string;
2165
- textColorTextPressedInfo: string;
2166
- textColorTextFocusInfo: string;
2167
- textColorTextDisabledInfo: string;
2168
- textColorGhostInfo: string;
2169
- textColorGhostHoverInfo: string;
2170
- textColorGhostPressedInfo: string;
2171
- textColorGhostFocusInfo: string;
2172
- textColorGhostDisabledInfo: string;
2173
- borderInfo: string;
2174
- borderHoverInfo: string;
2175
- borderPressedInfo: string;
2176
- borderFocusInfo: string;
2177
- borderDisabledInfo: string;
2178
- rippleColorInfo: string;
2179
- colorSuccess: string;
2180
- colorHoverSuccess: string;
2181
- colorPressedSuccess: string;
2182
- colorFocusSuccess: string;
2183
- colorDisabledSuccess: string;
2184
- textColorSuccess: string;
2185
- textColorHoverSuccess: string;
2186
- textColorPressedSuccess: string;
2187
- textColorFocusSuccess: string;
2188
- textColorDisabledSuccess: string;
2189
- textColorTextSuccess: string;
2190
- textColorTextHoverSuccess: string;
2191
- textColorTextPressedSuccess: string;
2192
- textColorTextFocusSuccess: string;
2193
- textColorTextDisabledSuccess: string;
2194
- textColorGhostSuccess: string;
2195
- textColorGhostHoverSuccess: string;
2196
- textColorGhostPressedSuccess: string;
2197
- textColorGhostFocusSuccess: string;
2198
- textColorGhostDisabledSuccess: string;
2199
- borderSuccess: string;
2200
- borderHoverSuccess: string;
2201
- borderPressedSuccess: string;
2202
- borderFocusSuccess: string;
2203
- borderDisabledSuccess: string;
2204
- rippleColorSuccess: string;
2205
- colorWarning: string;
2206
- colorHoverWarning: string;
2207
- colorPressedWarning: string;
2208
- colorFocusWarning: string;
2209
- colorDisabledWarning: string;
2210
- textColorWarning: string;
2211
- textColorHoverWarning: string;
2212
- textColorPressedWarning: string;
2213
- textColorFocusWarning: string;
2214
- textColorDisabledWarning: string;
2215
- textColorTextWarning: string;
2216
- textColorTextHoverWarning: string;
2217
- textColorTextPressedWarning: string;
2218
- textColorTextFocusWarning: string;
2219
- textColorTextDisabledWarning: string;
2220
- textColorGhostWarning: string;
2221
- textColorGhostHoverWarning: string;
2222
- textColorGhostPressedWarning: string;
2223
- textColorGhostFocusWarning: string;
2224
- textColorGhostDisabledWarning: string;
2264
+ borderFocus: string;
2265
+ boxShadowFocus: string;
2266
+ loadingColor: string;
2267
+ loadingColorWarning: string;
2225
2268
  borderWarning: string;
2226
2269
  borderHoverWarning: string;
2227
- borderPressedWarning: string;
2270
+ colorFocusWarning: string;
2228
2271
  borderFocusWarning: string;
2229
- borderDisabledWarning: string;
2230
- rippleColorWarning: string;
2231
- colorError: string;
2232
- colorHoverError: string;
2233
- colorPressedError: string;
2234
- colorFocusError: string;
2235
- colorDisabledError: string;
2236
- textColorError: string;
2237
- textColorHoverError: string;
2238
- textColorPressedError: string;
2239
- textColorFocusError: string;
2240
- textColorDisabledError: string;
2241
- textColorTextError: string;
2242
- textColorTextHoverError: string;
2243
- textColorTextPressedError: string;
2244
- textColorTextFocusError: string;
2245
- textColorTextDisabledError: string;
2246
- textColorGhostError: string;
2247
- textColorGhostHoverError: string;
2248
- textColorGhostPressedError: string;
2249
- textColorGhostFocusError: string;
2250
- textColorGhostDisabledError: string;
2272
+ boxShadowFocusWarning: string;
2273
+ caretColorWarning: string;
2274
+ loadingColorError: string;
2251
2275
  borderError: string;
2252
2276
  borderHoverError: string;
2253
- borderPressedError: string;
2277
+ colorFocusError: string;
2254
2278
  borderFocusError: string;
2255
- borderDisabledError: string;
2256
- rippleColorError: string;
2257
- waveOpacity: string;
2258
- fontWeight: string;
2259
- fontWeightStrong: string;
2279
+ boxShadowFocusError: string;
2280
+ caretColorError: string;
2281
+ clearColor: string;
2282
+ clearColorHover: string;
2283
+ clearColorPressed: string;
2284
+ iconColor: string;
2285
+ iconColorDisabled: string;
2286
+ iconColorHover: string;
2287
+ iconColorPressed: string;
2288
+ suffixTextColor: string;
2260
2289
  paddingTiny: string;
2261
2290
  paddingSmall: string;
2262
2291
  paddingMedium: string;
2263
2292
  paddingLarge: string;
2264
- paddingRoundTiny: string;
2265
- paddingRoundSmall: string;
2266
- paddingRoundMedium: string;
2267
- paddingRoundLarge: string;
2268
- iconMarginTiny: string;
2269
- iconMarginSmall: string;
2270
- iconMarginMedium: string;
2271
- iconMarginLarge: string;
2272
- iconSizeTiny: string;
2273
- iconSizeSmall: string;
2274
- iconSizeMedium: string;
2275
- iconSizeLarge: string;
2276
- rippleDuration: string;
2293
+ clearSize: string;
2277
2294
  }, any>>>;
2278
2295
  }>>, {
2279
- readonly type: import("naive-ui/es/button/src/interface").Type;
2280
- readonly tag: keyof HTMLElementTagNameMap;
2281
- readonly block: boolean;
2282
- readonly round: boolean;
2283
- readonly dashed: boolean;
2284
- readonly text: boolean;
2285
- readonly circle: boolean;
2286
- readonly disabled: boolean;
2287
- readonly focusable: boolean;
2288
- readonly strong: boolean;
2289
- readonly loading: boolean;
2290
- readonly bordered: boolean;
2291
- readonly tertiary: boolean;
2292
- readonly ghost: boolean;
2293
- readonly keyboard: boolean;
2294
- readonly secondary: boolean;
2295
- readonly quaternary: boolean;
2296
- readonly iconPlacement: "left" | "right";
2297
- readonly attrType: "button" | "reset" | "submit";
2298
- readonly nativeFocusBehavior: boolean;
2296
+ type: "text" | "textarea" | "password";
2297
+ readonly: string | boolean;
2298
+ round: boolean;
2299
+ disabled: boolean | undefined;
2300
+ autofocus: boolean;
2301
+ autosize: boolean | {
2302
+ minRows?: number | undefined;
2303
+ maxRows?: number | undefined;
2304
+ };
2305
+ loading: boolean;
2306
+ bordered: boolean | undefined;
2307
+ clearable: boolean;
2308
+ defaultValue: string | [string, string] | null;
2309
+ resizable: boolean;
2310
+ pair: boolean;
2311
+ rows: string | number;
2312
+ passivelyActivated: boolean;
2313
+ stateful: boolean;
2314
+ showCount: boolean;
2315
+ attrSize: number;
2316
+ internalDeactivateOnEnter: boolean;
2317
+ internalForceFocus: boolean;
2318
+ internalLoadingBeforeSuffix: boolean;
2319
+ showPasswordToggle: boolean;
2299
2320
  }>;
2300
2321
  NPopconfirm: import("vue").DefineComponent<{
2301
2322
  positiveText: import("vue").PropType<string | null>;
@@ -4232,7 +4253,25 @@ declare const _default: import("vue").DefineComponent<{
4232
4253
  type: null;
4233
4254
  required: true;
4234
4255
  };
4256
+ placeholder: {
4257
+ type: StringConstructor;
4258
+ required: false;
4259
+ default: string;
4260
+ };
4261
+ editPlaceholder: {
4262
+ type: StringConstructor;
4263
+ required: false;
4264
+ default: string;
4265
+ };
4266
+ operation: {
4267
+ type: ArrayConstructor;
4268
+ required: false;
4269
+ default: () => never[];
4270
+ };
4235
4271
  }>>, {
4272
+ placeholder: string;
4236
4273
  glob: boolean;
4274
+ editPlaceholder: string;
4275
+ operation: unknown[];
4237
4276
  }>;
4238
4277
  export default _default;