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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (534) hide show
  1. package/README.md +22 -22
  2. package/env.d.ts +42 -38
  3. package/es/_virtual/_commonjsHelpers.mjs +3 -1
  4. package/es/_virtual/css.escape.mjs +3 -0
  5. package/es/node_modules/css.escape/css.escape.mjs +110 -0
  6. package/es/node_modules/diagram-js/lib/features/popup-menu/PopupMenu.mjs +26 -7
  7. package/es/packages/big-table/index.d.ts +2048 -0
  8. package/es/packages/big-table/index.mjs +17 -1
  9. package/es/packages/big-table/src/BigTable.mjs +3 -1
  10. package/es/packages/big-table/src/BigTable.vue.d.ts +2062 -0
  11. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +54 -28
  12. package/es/packages/big-table/src/bigTableEmits.mjs +50 -1
  13. package/es/packages/big-table/src/bigTableProps.mjs +116 -1
  14. package/es/packages/big-table/src/bigTableState.mjs +52 -1
  15. package/es/packages/big-table/src/components/NoData.mjs +3 -1
  16. package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
  17. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
  18. package/es/packages/big-table/src/components/edit-form/edit-date.mjs +114 -1
  19. package/es/packages/big-table/src/components/edit-form/edit-input.mjs +54 -1
  20. package/es/packages/big-table/src/components/edit-form/edit-select-table.mjs +148 -1
  21. package/es/packages/big-table/src/components/edit-form/edit-select.mjs +89 -1
  22. package/es/packages/big-table/src/hooks/useBatchEditing.mjs +289 -1
  23. package/es/packages/big-table/src/hooks/useEdit.mjs +115 -1
  24. package/es/packages/big-table/src/hooks/useEvent.mjs +70 -1
  25. package/es/packages/big-table/src/hooks/useFormat.mjs +484 -1
  26. package/es/packages/big-table/src/hooks/useNestTable.mjs +85 -1
  27. package/es/packages/big-table/src/hooks/useTableParse.mjs +135 -1
  28. package/es/packages/big-table/src/utils.mjs +607 -1
  29. package/es/packages/big-table/style/index.less +557 -557
  30. package/es/packages/bpmn-workflow/index.d.ts +74 -0
  31. package/es/packages/bpmn-workflow/index.mjs +11 -1
  32. package/es/packages/bpmn-workflow/src/BpmnWorkflow.mjs +3 -1
  33. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
  34. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +3 -2
  35. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.mjs +1427 -1
  36. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.mjs +373 -1
  37. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.mjs +141 -1
  38. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.mjs +99 -1
  39. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.mjs +119 -1
  40. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.mjs +40 -1
  41. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.mjs +25 -1
  42. package/es/packages/bpmn-workflow/src/custom/customModeler/index.mjs +12 -1
  43. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.mjs +47 -1
  44. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.mjs +14 -1
  45. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.mjs +10 -1
  46. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.mjs +15 -1
  47. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.mjs +227 -1
  48. package/es/packages/bpmn-workflow/style/index.less +29 -29
  49. package/es/packages/button-print/index.d.ts +7342 -0
  50. package/es/packages/button-print/index.mjs +11 -1
  51. package/es/packages/button-print/src/ButtonPrint.mjs +3 -1
  52. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7350 -0
  53. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +36 -47
  54. package/es/packages/button-print/src/components/IdentityVerification.mjs +3 -1
  55. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +107 -54
  56. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -0
  57. package/es/packages/button-print/src/utils/print.es.min.mjs +2080 -1
  58. package/es/packages/button-print/style/index.less +30 -30
  59. package/es/packages/chunk-upload/index.d.ts +1748 -0
  60. package/es/packages/chunk-upload/index.mjs +15 -1
  61. package/es/packages/chunk-upload/src/chunk-upload-new.mjs +3 -1
  62. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1903 -0
  63. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +5 -4
  64. package/es/packages/chunk-upload/src/hooks/upload-computed.mjs +68 -1
  65. package/es/packages/chunk-upload/src/hooks/upload-data.mjs +93 -1
  66. package/es/packages/chunk-upload/src/hooks/vod-computed.mjs +79 -1
  67. package/es/packages/chunk-upload/src/hooks/vod-data.mjs +33 -1
  68. package/es/packages/chunk-upload/src/vod-chunk-upload/index.mjs +2 -1
  69. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.mjs +3 -1
  70. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1746 -0
  71. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +15 -14
  72. package/es/packages/chunk-upload/src/vod-upload-modal.mjs +95 -1
  73. package/es/packages/chunk-upload/style/index.less +394 -394
  74. package/es/packages/drag-layout/index.d.ts +458 -294
  75. package/es/packages/drag-layout/index.mjs +13 -1
  76. package/es/packages/drag-layout/src/DragFormLeftItem.mjs +3 -1
  77. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +147 -92
  78. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
  79. package/es/packages/drag-layout/src/DragFormRightItem.mjs +3 -1
  80. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +98 -77
  81. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
  82. package/es/packages/drag-layout/src/DragLayout.mjs +3 -1
  83. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +463 -305
  84. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +47 -46
  85. package/es/packages/drag-layout/style/index.less +208 -208
  86. package/es/packages/editor/index.mjs +10 -1
  87. package/es/packages/editor/src/Editor.mjs +77 -1
  88. package/es/packages/field-set/index.d.ts +5284 -0
  89. package/es/packages/field-set/index.mjs +11 -1
  90. package/es/packages/field-set/src/FieldSet.mjs +3 -1
  91. package/es/packages/field-set/src/FieldSet.vue.d.ts +2602 -0
  92. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
  93. package/es/packages/field-set/src/Index.mjs +3 -1
  94. package/es/packages/field-set/src/Index.vue_vue_type_script_setup_true_lang.mjs +2 -2
  95. package/es/packages/field-set/src/NewFieldSet.mjs +3 -1
  96. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +2599 -0
  97. package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
  98. package/es/packages/field-set/src/index.vue_vue_type_script_setup_true_lang2.mjs +2 -2
  99. package/es/packages/field-set/src/{index3.mjs → index2.mjs} +0 -0
  100. package/es/packages/field-set/style/index.less +157 -157
  101. package/es/packages/form-render/index.d.ts +416 -0
  102. package/es/packages/form-render/index.mjs +22 -10
  103. package/es/packages/form-render/src/FormRender.mjs +3 -1
  104. package/es/packages/form-render/src/FormRender.vue.d.ts +416 -0
  105. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +41 -21
  106. package/es/packages/form-render/src/components/cascader.d.ts +12 -4
  107. package/es/packages/form-render/src/components/cascader.mjs +138 -1
  108. package/es/packages/form-render/src/components/checkbox.mjs +42 -1
  109. package/es/packages/form-render/src/components/collapse.mjs +54 -1
  110. package/es/packages/form-render/src/components/combination.mjs +118 -1
  111. package/es/packages/form-render/src/components/complex.d.ts +13 -0
  112. package/es/packages/form-render/src/components/complex.mjs +31 -0
  113. package/es/packages/form-render/src/components/date.d.ts +6 -5032
  114. package/es/packages/form-render/src/components/date.mjs +51 -1
  115. package/es/packages/form-render/src/components/formItem.d.ts +10 -8
  116. package/es/packages/form-render/src/components/formItem.mjs +22 -1
  117. package/es/packages/form-render/src/components/index.d.ts +1 -0
  118. package/es/packages/form-render/src/components/index.mjs +16 -15
  119. package/es/packages/form-render/src/components/input.mjs +40 -1
  120. package/es/packages/form-render/src/components/inputGroup.mjs +8 -1
  121. package/es/packages/form-render/src/components/inputNumber.d.ts +4 -2166
  122. package/es/packages/form-render/src/components/inputNumber.mjs +18 -1
  123. package/es/packages/form-render/src/components/labelSelect.mjs +18 -1
  124. package/es/packages/form-render/src/components/radio.mjs +44 -1
  125. package/es/packages/form-render/src/components/select.d.ts +20 -4
  126. package/es/packages/form-render/src/components/select.mjs +123 -1
  127. package/es/packages/form-render/src/components/slider.d.ts +12 -12
  128. package/es/packages/form-render/src/components/slider.mjs +16 -1
  129. package/es/packages/form-render/src/components/switch.d.ts +3 -1
  130. package/es/packages/form-render/src/components/switch.mjs +47 -1
  131. package/es/packages/form-render/src/components/textarea.d.ts +9 -6
  132. package/es/packages/form-render/src/components/textarea.mjs +11 -1
  133. package/es/packages/form-render/src/constants/index.d.ts +8 -3
  134. package/es/packages/form-render/src/constants/index.mjs +28 -1
  135. package/es/packages/form-render/src/hooks/index.d.ts +11 -9
  136. package/es/packages/form-render/src/hooks/index.mjs +11 -9
  137. package/es/packages/form-render/src/hooks/useAsyncQueue.d.ts +13 -33
  138. package/es/packages/form-render/src/hooks/useAsyncQueue.mjs +138 -1
  139. package/es/packages/form-render/src/hooks/useBusinessBinding.d.ts +7 -5
  140. package/es/packages/form-render/src/hooks/useBusinessBinding.mjs +60 -1
  141. package/es/packages/form-render/src/hooks/useChangeContext.d.ts +11 -0
  142. package/es/packages/form-render/src/hooks/useChangeContext.mjs +21 -0
  143. package/es/packages/form-render/src/hooks/useCommonLog.mjs +10 -1
  144. package/es/packages/form-render/src/hooks/useFieldList2Schema.mjs +193 -1
  145. package/es/packages/form-render/src/hooks/useFieldVisitor.mjs +38 -1
  146. package/es/packages/form-render/src/hooks/useFormField.d.ts +1 -0
  147. package/es/packages/form-render/src/hooks/useFormField.mjs +15 -1
  148. package/es/packages/form-render/src/hooks/useFormItemDeps.d.ts +8 -0
  149. package/es/packages/form-render/src/hooks/useFormItemDeps.mjs +29 -0
  150. package/es/packages/form-render/src/hooks/useFormRequest.mjs +12 -1
  151. package/es/packages/form-render/src/hooks/useFormValidator.mjs +48 -1
  152. package/es/packages/form-render/src/hooks/useTypeNormalize.mjs +37 -1
  153. package/es/packages/form-render/src/types/fieldItem.d.ts +3 -0
  154. package/es/packages/form-render/src/types/index.d.ts +16 -6
  155. package/es/packages/form-render/src/utils/index.d.ts +5 -3
  156. package/es/packages/form-render/src/utils/index.mjs +71 -1
  157. package/es/packages/form-render/style/index.css +29 -17
  158. package/es/packages/form-render/style/index.less +129 -116
  159. package/es/packages/form-table/index.d.ts +36000 -0
  160. package/es/packages/form-table/index.mjs +11 -1
  161. package/es/packages/form-table/src/FormTable.mjs +3 -1
  162. package/es/packages/form-table/src/FormTable.vue.d.ts +36000 -0
  163. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -0
  164. package/es/packages/form-table/src/components/index.d.ts +35759 -0
  165. package/es/packages/form-table/src/components/index.mjs +54 -1
  166. package/es/packages/form-table/src/components/table-age.mjs +3 -1
  167. package/es/packages/form-table/src/components/table-age.vue.d.ts +4308 -0
  168. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +2 -1
  169. package/es/packages/form-table/src/components/table-date-picker.mjs +3 -1
  170. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +5315 -0
  171. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +3 -5
  172. package/es/packages/form-table/src/components/table-digital.mjs +3 -1
  173. package/es/packages/form-table/src/components/table-digital.vue.d.ts +2919 -0
  174. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +2 -1
  175. package/es/packages/form-table/src/components/table-input-password.mjs +3 -1
  176. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1627 -0
  177. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +2 -1
  178. package/es/packages/form-table/src/components/table-input.mjs +3 -1
  179. package/es/packages/form-table/src/components/table-input.vue.d.ts +1584 -0
  180. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +2 -1
  181. package/es/packages/form-table/src/components/table-month-picker.mjs +3 -1
  182. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +5258 -0
  183. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  184. package/es/packages/form-table/src/components/table-search-more.mjs +3 -1
  185. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1785 -0
  186. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +2 -1
  187. package/es/packages/form-table/src/components/table-search.mjs +3 -1
  188. package/es/packages/form-table/src/components/table-search.vue.d.ts +3111 -0
  189. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +2 -1
  190. package/es/packages/form-table/src/components/table-select-multiple.mjs +3 -1
  191. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1567 -0
  192. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -0
  193. package/es/packages/form-table/src/components/table-select.mjs +3 -1
  194. package/es/packages/form-table/src/components/table-select.vue.d.ts +1566 -0
  195. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
  196. package/es/packages/form-table/src/components/table-textarea.mjs +3 -1
  197. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1643 -0
  198. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -0
  199. package/es/packages/form-table/src/components/table-time-picker.mjs +3 -1
  200. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2674 -0
  201. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  202. package/es/packages/form-table/src/components/table-tree-select.mjs +3 -1
  203. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1897 -0
  204. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
  205. package/es/packages/form-table/src/components/text-over-tooltip.mjs +3 -1
  206. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +546 -0
  207. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
  208. package/es/packages/form-table/src/configs/index.mjs +74 -1
  209. package/es/packages/form-table/src/hooks/index.mjs +5 -5
  210. package/es/packages/form-table/src/hooks/useBoundDate.mjs +411 -1
  211. package/es/packages/form-table/src/hooks/useDateType.mjs +160 -1
  212. package/es/packages/form-table/src/hooks/useFormCommon.mjs +95 -1
  213. package/es/packages/form-table/src/hooks/useFormEvent.mjs +71 -1
  214. package/es/packages/form-table/src/hooks/useItemDefault.mjs +218 -1
  215. package/es/packages/form-table/src/hooks/useSearch.mjs +1216 -1
  216. package/es/packages/form-table/src/hooks/useValidate.mjs +480 -1
  217. package/es/packages/form-table/style/index.less +301 -301
  218. package/es/packages/grid/index.mjs +14 -1
  219. package/es/packages/grid/src/Grid.mjs +28 -1
  220. package/es/packages/grid/src/hooks.mjs +165 -1
  221. package/es/packages/grid/style/index.less +12 -12
  222. package/es/packages/index.css +29 -17
  223. package/es/packages/index.d.ts +2 -2
  224. package/es/packages/index.less +3074 -3061
  225. package/es/packages/index.mjs +75 -26
  226. package/es/packages/info-header/index.d.ts +1850 -0
  227. package/es/packages/info-header/index.mjs +11 -1
  228. package/es/packages/info-header/src/HiddenContent.mjs +3 -1
  229. package/es/packages/info-header/src/HiddenContent.vue.d.ts +363 -0
  230. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +1 -0
  231. package/es/packages/info-header/src/InfoHeader.mjs +3 -1
  232. package/es/packages/info-header/src/InfoHeader.vue.d.ts +1851 -0
  233. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +15 -7
  234. package/es/packages/info-header/src/SlotRender.mjs +35 -1
  235. package/es/packages/info-header/style/index.less +153 -153
  236. package/es/packages/map/index.d.ts +2315 -0
  237. package/es/packages/map/index.mjs +11 -1
  238. package/es/packages/map/src/Map.mjs +3 -1
  239. package/es/packages/map/src/Map.vue.d.ts +2315 -0
  240. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +6 -5
  241. package/es/packages/map/style/index.less +59 -59
  242. package/es/packages/scale-view/index.d.ts +4310 -0
  243. package/es/packages/scale-view/index.mjs +37 -1
  244. package/es/packages/scale-view/src/ScaleView.mjs +3 -1
  245. package/es/packages/scale-view/src/ScaleView.vue.d.ts +4151 -0
  246. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +50 -27
  247. package/es/packages/scale-view/src/components/AnswerParse.mjs +3 -1
  248. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
  249. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -0
  250. package/es/packages/scale-view/src/components/EvaluateCountdown.mjs +3 -1
  251. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
  252. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +3 -2
  253. package/es/packages/scale-view/src/components/EvaluatePage.mjs +3 -1
  254. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1503 -0
  255. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +5 -4
  256. package/es/packages/scale-view/src/components/NoData.mjs +3 -1
  257. package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
  258. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
  259. package/es/packages/scale-view/src/components/ScaleScore.mjs +63 -1
  260. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
  261. package/es/packages/scale-view/src/components/composables/choose-common.mjs +78 -1
  262. package/es/packages/scale-view/src/components/formitem/address.mjs +3993 -1
  263. package/es/packages/scale-view/src/components/formitem/r-address.mjs +225 -1
  264. package/es/packages/scale-view/src/components/formitem/r-cascader.mjs +121 -1
  265. package/es/packages/scale-view/src/components/formitem/r-checkbox.mjs +229 -1
  266. package/es/packages/scale-view/src/components/formitem/r-collection.mjs +111 -1
  267. package/es/packages/scale-view/src/components/formitem/r-datetime.mjs +200 -1
  268. package/es/packages/scale-view/src/components/formitem/r-input.mjs +88 -1
  269. package/es/packages/scale-view/src/components/formitem/r-map.mjs +104 -1
  270. package/es/packages/scale-view/src/components/formitem/r-radio.mjs +221 -1
  271. package/es/packages/scale-view/src/components/formitem/r-select.mjs +134 -1
  272. package/es/packages/scale-view/src/components/formitem/r-upload.mjs +210 -1
  273. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.mjs +3 -1
  274. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +6 -2
  275. package/es/packages/scale-view/src/hooks/scaleview-computed.d.ts +1 -1
  276. package/es/packages/scale-view/src/hooks/scaleview-computed.mjs +320 -1
  277. package/es/packages/scale-view/src/hooks/scaleview-init.mjs +441 -1
  278. package/es/packages/scale-view/src/hooks/scaleview-props.d.ts +7 -3
  279. package/es/packages/scale-view/src/hooks/scaleview-props.mjs +60 -1
  280. package/es/packages/scale-view/src/hooks/scaleview-state.mjs +42 -1
  281. package/es/packages/scale-view/src/hooks/scaleview-submit.mjs +162 -1
  282. package/es/packages/scale-view/src/hooks/scaleview-validate.mjs +164 -1
  283. package/es/packages/scale-view/src/hooks/use-component.d.ts +10185 -0
  284. package/es/packages/scale-view/src/hooks/use-component.mjs +82 -1
  285. package/es/packages/scale-view/src/hooks/use-evaluate.mjs +150 -1
  286. package/es/packages/scale-view/src/hooks/use-event.mjs +128 -1
  287. package/es/packages/scale-view/src/hooks/use-noData.mjs +41 -1
  288. package/es/packages/scale-view/src/utils/judge-types.mjs +40 -1
  289. package/es/packages/scale-view/style/index.less +748 -748
  290. package/es/packages/select-label/index.d.ts +12125 -0
  291. package/es/packages/select-label/index.mjs +17 -1
  292. package/es/packages/select-label/src/LabelFormContent.mjs +3 -1
  293. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +300 -96
  294. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +6 -5
  295. package/es/packages/select-label/src/SelectLabel.mjs +3 -1
  296. package/es/packages/select-label/src/SelectLabel.vue.d.ts +7555 -0
  297. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +22 -18
  298. package/es/packages/select-label/src/components/label-classify.mjs +3 -1
  299. package/es/packages/select-label/src/components/label-classify.vue.d.ts +236 -68
  300. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -0
  301. package/es/packages/select-label/style/index.less +151 -151
  302. package/es/packages/select-person/index.d.ts +3502 -0
  303. package/es/packages/select-person/index.mjs +11 -1
  304. package/es/packages/select-person/src/SearchTree.mjs +3 -1
  305. package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
  306. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +3 -2
  307. package/es/packages/select-person/src/SelectPerson.mjs +3 -1
  308. package/es/packages/select-person/src/SelectPerson.vue.d.ts +3505 -0
  309. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +73 -56
  310. package/es/packages/select-person/src/utils/index.d.ts +4 -4
  311. package/es/packages/select-person/src/utils/index.mjs +84 -1
  312. package/es/packages/select-person/style/index.less +229 -229
  313. package/es/packages/time-line/index.d.ts +47 -28
  314. package/es/packages/time-line/index.mjs +11 -1
  315. package/es/packages/time-line/src/TimeLine.mjs +3 -1
  316. package/es/packages/time-line/src/TimeLine.vue.d.ts +47 -28
  317. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
  318. package/es/packages/time-line/style/index.less +34 -34
  319. package/es/src/components/SelectPage/SelectPage.mjs +3 -1
  320. package/es/src/components/SelectPage/SelectPage.vue.d.ts +1446 -0
  321. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -0
  322. package/es/src/components/SelectPage/index.mjs +2 -1
  323. package/es/src/components/SvgIcon/SvgIcon.mjs +3 -1
  324. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -0
  325. package/es/src/components/SvgIcon/index.mjs +2 -1
  326. package/es/src/components/TextOverTooltip/TextOverTooltip.mjs +3 -1
  327. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +6 -2
  328. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
  329. package/es/src/components/TextOverTooltip/index.mjs +2 -1
  330. package/es/src/components/player-vod/index.mjs +3 -1
  331. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -0
  332. package/es/src/components/player-vod/player.mjs +121 -1
  333. package/es/src/components/player-vod/video-list.mjs +125 -1
  334. package/es/src/components/player-vod/video-modal.mjs +91 -1
  335. package/es/src/core/create.mjs +8 -1
  336. package/es/src/global/variable.d.ts +1 -1
  337. package/es/src/global/variable.mjs +4 -1
  338. package/es/src/types/index.d.ts +1 -0
  339. package/es/src/utils/anime.mjs +126 -1
  340. package/es/src/utils/clickoutside.mjs +48 -1
  341. package/es/src/utils/crypto.mjs +25 -1
  342. package/es/src/utils/index.d.ts +0 -1
  343. package/es/src/utils/index.mjs +15 -1
  344. package/es/src/utils/loadViewer.mjs +11 -1
  345. package/es/src/utils/loadVxe.mjs +12 -1
  346. package/es/src/utils/utilExpand.mjs +714 -1
  347. package/es/src/utils/vexutils.mjs +78 -1
  348. package/global.d.ts +8 -8
  349. package/memory-log.ts +62 -0
  350. package/package.json +16 -9
  351. package/sync-w.sh +13 -0
  352. package/yarn-error.log +8659 -103
  353. package/es/packages/big-table/index2.mjs +0 -17
  354. package/es/packages/big-table/src/BigTable2.mjs +0 -4
  355. package/es/packages/big-table/src/bigTableEmits2.mjs +0 -49
  356. package/es/packages/big-table/src/bigTableProps2.mjs +0 -116
  357. package/es/packages/big-table/src/bigTableState2.mjs +0 -52
  358. package/es/packages/big-table/src/components/NoData2.mjs +0 -4
  359. package/es/packages/big-table/src/components/edit-form/edit-date2.mjs +0 -114
  360. package/es/packages/big-table/src/components/edit-form/edit-input2.mjs +0 -54
  361. package/es/packages/big-table/src/components/edit-form/edit-select-table2.mjs +0 -148
  362. package/es/packages/big-table/src/components/edit-form/edit-select2.mjs +0 -89
  363. package/es/packages/big-table/src/hooks/useBatchEditing2.mjs +0 -289
  364. package/es/packages/big-table/src/hooks/useEdit2.mjs +0 -115
  365. package/es/packages/big-table/src/hooks/useEvent2.mjs +0 -70
  366. package/es/packages/big-table/src/hooks/useFormat2.mjs +0 -484
  367. package/es/packages/big-table/src/hooks/useNestTable2.mjs +0 -85
  368. package/es/packages/big-table/src/hooks/useTableParse2.mjs +0 -135
  369. package/es/packages/big-table/src/utils2.mjs +0 -607
  370. package/es/packages/bpmn-workflow/index2.mjs +0 -11
  371. package/es/packages/bpmn-workflow/src/BpmnWorkflow2.mjs +0 -4
  372. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer2.mjs +0 -1427
  373. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.mjs +0 -373
  374. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette2.mjs +0 -141
  375. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap2.mjs +0 -99
  376. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer2.mjs +0 -119
  377. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules2.mjs +0 -40
  378. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index2.mjs +0 -25
  379. package/es/packages/bpmn-workflow/src/custom/customModeler/index2.mjs +0 -12
  380. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu2.mjs +0 -47
  381. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer2.mjs +0 -14
  382. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll2.mjs +0 -10
  383. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate2.mjs +0 -15
  384. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh2.mjs +0 -227
  385. package/es/packages/button-print/index2.mjs +0 -11
  386. package/es/packages/button-print/src/ButtonPrint2.mjs +0 -4
  387. package/es/packages/button-print/src/components/IdentityVerification2.mjs +0 -4
  388. package/es/packages/button-print/src/utils/print.es.min2.mjs +0 -2080
  389. package/es/packages/chunk-upload/index2.mjs +0 -16
  390. package/es/packages/chunk-upload/src/chunk-upload-new2.mjs +0 -4
  391. package/es/packages/chunk-upload/src/hooks/upload-computed2.mjs +0 -68
  392. package/es/packages/chunk-upload/src/hooks/upload-data2.mjs +0 -93
  393. package/es/packages/chunk-upload/src/hooks/vod-computed2.mjs +0 -79
  394. package/es/packages/chunk-upload/src/hooks/vod-data2.mjs +0 -33
  395. package/es/packages/chunk-upload/src/vod-chunk-upload/index2.mjs +0 -3
  396. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload2.mjs +0 -4
  397. package/es/packages/chunk-upload/src/vod-upload-modal2.mjs +0 -95
  398. package/es/packages/drag-layout/index2.mjs +0 -13
  399. package/es/packages/drag-layout/src/DragFormLeftItem2.mjs +0 -4
  400. package/es/packages/drag-layout/src/DragFormRightItem2.mjs +0 -4
  401. package/es/packages/drag-layout/src/DragLayout2.mjs +0 -4
  402. package/es/packages/editor/index2.mjs +0 -10
  403. package/es/packages/editor/src/Editor2.mjs +0 -77
  404. package/es/packages/field-set/index2.mjs +0 -11
  405. package/es/packages/field-set/src/FieldSet2.mjs +0 -4
  406. package/es/packages/field-set/src/Index2.mjs +0 -4
  407. package/es/packages/field-set/src/NewFieldSet2.mjs +0 -4
  408. package/es/packages/form-render/index2.mjs +0 -15
  409. package/es/packages/form-render/src/FormRender2.mjs +0 -4
  410. package/es/packages/form-render/src/components/cascader2.mjs +0 -108
  411. package/es/packages/form-render/src/components/checkbox2.mjs +0 -42
  412. package/es/packages/form-render/src/components/collapse2.mjs +0 -54
  413. package/es/packages/form-render/src/components/combination2.mjs +0 -116
  414. package/es/packages/form-render/src/components/date2.mjs +0 -34
  415. package/es/packages/form-render/src/components/formItem2.mjs +0 -22
  416. package/es/packages/form-render/src/components/index2.mjs +0 -15
  417. package/es/packages/form-render/src/components/input2.mjs +0 -40
  418. package/es/packages/form-render/src/components/inputGroup2.mjs +0 -8
  419. package/es/packages/form-render/src/components/inputNumber2.mjs +0 -7
  420. package/es/packages/form-render/src/components/labelSelect2.mjs +0 -18
  421. package/es/packages/form-render/src/components/radio2.mjs +0 -44
  422. package/es/packages/form-render/src/components/select2.mjs +0 -97
  423. package/es/packages/form-render/src/components/slider2.mjs +0 -16
  424. package/es/packages/form-render/src/components/switch2.mjs +0 -48
  425. package/es/packages/form-render/src/components/textarea2.mjs +0 -11
  426. package/es/packages/form-render/src/constants/index2.mjs +0 -24
  427. package/es/packages/form-render/src/hooks/useAsyncQueue2.mjs +0 -138
  428. package/es/packages/form-render/src/hooks/useBusinessBinding2.mjs +0 -48
  429. package/es/packages/form-render/src/hooks/useCommonLog2.mjs +0 -10
  430. package/es/packages/form-render/src/hooks/useFieldList2Schema2.mjs +0 -184
  431. package/es/packages/form-render/src/hooks/useFieldVisitor2.mjs +0 -38
  432. package/es/packages/form-render/src/hooks/useFormField2.mjs +0 -9
  433. package/es/packages/form-render/src/hooks/useFormRequest2.mjs +0 -12
  434. package/es/packages/form-render/src/hooks/useFormValidator2.mjs +0 -48
  435. package/es/packages/form-render/src/hooks/useTypeNormalize2.mjs +0 -37
  436. package/es/packages/form-render/src/utils/index2.mjs +0 -59
  437. package/es/packages/form-table/index2.mjs +0 -11
  438. package/es/packages/form-table/src/FormTable2.mjs +0 -4
  439. package/es/packages/form-table/src/components/index2.mjs +0 -54
  440. package/es/packages/form-table/src/components/table-age2.mjs +0 -4
  441. package/es/packages/form-table/src/components/table-date-picker2.mjs +0 -4
  442. package/es/packages/form-table/src/components/table-digital2.mjs +0 -4
  443. package/es/packages/form-table/src/components/table-input-password2.mjs +0 -4
  444. package/es/packages/form-table/src/components/table-input2.mjs +0 -4
  445. package/es/packages/form-table/src/components/table-month-picker2.mjs +0 -4
  446. package/es/packages/form-table/src/components/table-search-more2.mjs +0 -4
  447. package/es/packages/form-table/src/components/table-search2.mjs +0 -4
  448. package/es/packages/form-table/src/components/table-select-multiple2.mjs +0 -4
  449. package/es/packages/form-table/src/components/table-select2.mjs +0 -4
  450. package/es/packages/form-table/src/components/table-textarea2.mjs +0 -4
  451. package/es/packages/form-table/src/components/table-time-picker2.mjs +0 -4
  452. package/es/packages/form-table/src/components/table-tree-select2.mjs +0 -4
  453. package/es/packages/form-table/src/components/text-over-tooltip2.mjs +0 -4
  454. package/es/packages/form-table/src/configs/index2.mjs +0 -74
  455. package/es/packages/form-table/src/hooks/useBoundDate2.mjs +0 -411
  456. package/es/packages/form-table/src/hooks/useDateType2.mjs +0 -160
  457. package/es/packages/form-table/src/hooks/useFormCommon2.mjs +0 -95
  458. package/es/packages/form-table/src/hooks/useFormEvent2.mjs +0 -71
  459. package/es/packages/form-table/src/hooks/useItemDefault2.mjs +0 -218
  460. package/es/packages/form-table/src/hooks/useSearch2.mjs +0 -1216
  461. package/es/packages/form-table/src/hooks/useValidate2.mjs +0 -480
  462. package/es/packages/grid/index2.mjs +0 -14
  463. package/es/packages/grid/src/Grid2.mjs +0 -28
  464. package/es/packages/grid/src/hooks2.mjs +0 -165
  465. package/es/packages/index2.mjs +0 -64
  466. package/es/packages/info-header/index2.mjs +0 -11
  467. package/es/packages/info-header/src/HiddenContent2.mjs +0 -4
  468. package/es/packages/info-header/src/InfoHeader2.mjs +0 -4
  469. package/es/packages/info-header/src/SlotRender2.mjs +0 -35
  470. package/es/packages/map/index2.mjs +0 -11
  471. package/es/packages/map/src/Map2.mjs +0 -4
  472. package/es/packages/scale-view/index2.mjs +0 -37
  473. package/es/packages/scale-view/src/ScaleView2.mjs +0 -4
  474. package/es/packages/scale-view/src/components/AnswerParse2.mjs +0 -4
  475. package/es/packages/scale-view/src/components/EvaluateCountdown2.mjs +0 -4
  476. package/es/packages/scale-view/src/components/EvaluatePage2.mjs +0 -4
  477. package/es/packages/scale-view/src/components/NoData2.mjs +0 -4
  478. package/es/packages/scale-view/src/components/ScaleScore2.mjs +0 -63
  479. package/es/packages/scale-view/src/components/composables/choose-common2.mjs +0 -78
  480. package/es/packages/scale-view/src/components/formitem/address2.mjs +0 -3993
  481. package/es/packages/scale-view/src/components/formitem/r-address2.mjs +0 -225
  482. package/es/packages/scale-view/src/components/formitem/r-cascader2.mjs +0 -121
  483. package/es/packages/scale-view/src/components/formitem/r-checkbox2.mjs +0 -228
  484. package/es/packages/scale-view/src/components/formitem/r-collection2.mjs +0 -111
  485. package/es/packages/scale-view/src/components/formitem/r-datetime2.mjs +0 -198
  486. package/es/packages/scale-view/src/components/formitem/r-input2.mjs +0 -88
  487. package/es/packages/scale-view/src/components/formitem/r-map2.mjs +0 -104
  488. package/es/packages/scale-view/src/components/formitem/r-radio2.mjs +0 -220
  489. package/es/packages/scale-view/src/components/formitem/r-select2.mjs +0 -134
  490. package/es/packages/scale-view/src/components/formitem/r-upload2.mjs +0 -210
  491. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip2.mjs +0 -4
  492. package/es/packages/scale-view/src/hooks/scaleview-computed2.mjs +0 -300
  493. package/es/packages/scale-view/src/hooks/scaleview-init2.mjs +0 -441
  494. package/es/packages/scale-view/src/hooks/scaleview-props2.mjs +0 -56
  495. package/es/packages/scale-view/src/hooks/scaleview-state2.mjs +0 -42
  496. package/es/packages/scale-view/src/hooks/scaleview-submit2.mjs +0 -162
  497. package/es/packages/scale-view/src/hooks/scaleview-validate2.mjs +0 -164
  498. package/es/packages/scale-view/src/hooks/use-component2.mjs +0 -80
  499. package/es/packages/scale-view/src/hooks/use-evaluate2.mjs +0 -150
  500. package/es/packages/scale-view/src/hooks/use-event2.mjs +0 -128
  501. package/es/packages/scale-view/src/hooks/use-noData2.mjs +0 -41
  502. package/es/packages/scale-view/src/utils/judge-types2.mjs +0 -40
  503. package/es/packages/select-label/index2.mjs +0 -17
  504. package/es/packages/select-label/src/LabelFormContent2.mjs +0 -4
  505. package/es/packages/select-label/src/SelectLabel2.mjs +0 -4
  506. package/es/packages/select-label/src/components/label-classify2.mjs +0 -4
  507. package/es/packages/select-person/index2.mjs +0 -11
  508. package/es/packages/select-person/src/SearchTree2.mjs +0 -4
  509. package/es/packages/select-person/src/SelectPerson2.mjs +0 -4
  510. package/es/packages/select-person/src/utils/index2.mjs +0 -57
  511. package/es/packages/time-line/index2.mjs +0 -11
  512. package/es/packages/time-line/src/TimeLine2.mjs +0 -4
  513. package/es/src/components/SelectPage/SelectPage2.mjs +0 -4
  514. package/es/src/components/SelectPage/index2.mjs +0 -3
  515. package/es/src/components/SvgIcon/SvgIcon2.mjs +0 -4
  516. package/es/src/components/SvgIcon/index2.mjs +0 -3
  517. package/es/src/components/TextOverTooltip/TextOverTooltip2.mjs +0 -4
  518. package/es/src/components/TextOverTooltip/index2.mjs +0 -3
  519. package/es/src/components/player-vod/index2.mjs +0 -4
  520. package/es/src/components/player-vod/player2.mjs +0 -121
  521. package/es/src/components/player-vod/video-list2.mjs +0 -125
  522. package/es/src/components/player-vod/video-modal2.mjs +0 -91
  523. package/es/src/core/create2.mjs +0 -8
  524. package/es/src/global/variable2.mjs +0 -4
  525. package/es/src/utils/anime2.mjs +0 -126
  526. package/es/src/utils/clickoutside2.mjs +0 -48
  527. package/es/src/utils/crypto2.mjs +0 -25
  528. package/es/src/utils/index2.mjs +0 -19
  529. package/es/src/utils/loadViewer2.mjs +0 -11
  530. package/es/src/utils/loadVxe2.mjs +0 -12
  531. package/es/src/utils/utilExpand2.mjs +0 -714
  532. package/es/src/utils/vexutils2.mjs +0 -80
  533. package/md-plugin.ts +0 -201
  534. package/uno.config.ts +0 -22
@@ -1,2167 +1,5 @@
1
1
  export declare const INPUT_NUMBER: import("vue").DefineComponent<{
2
- autofocus: BooleanConstructor;
3
- loading: {
4
- type: BooleanConstructor;
5
- default: undefined;
6
- };
7
- placeholder: StringConstructor;
8
- defaultValue: {
9
- type: import("vue").PropType<number | null>;
10
- default: null;
11
- };
12
- value: import("vue").PropType<number | null>;
13
- step: {
14
- type: (NumberConstructor | StringConstructor)[];
15
- default: number;
16
- };
17
- min: (NumberConstructor | StringConstructor)[];
18
- max: (NumberConstructor | StringConstructor)[];
19
- size: import("vue").PropType<"small" | "medium" | "large">;
20
- disabled: {
21
- type: import("vue").PropType<boolean | undefined>;
22
- default: undefined;
23
- };
24
- validator: import("vue").PropType<(value: number) => boolean>;
25
- bordered: {
26
- type: import("vue").PropType<boolean | undefined>;
27
- default: undefined;
28
- };
29
- showButton: {
30
- type: BooleanConstructor;
31
- default: boolean;
32
- };
33
- readonly: BooleanConstructor;
34
- clearable: BooleanConstructor;
35
- keyboard: {
36
- type: import("vue").PropType<{
37
- ArrowUp?: boolean | undefined;
38
- ArrowDown?: boolean | undefined;
39
- }>;
40
- default: {};
41
- };
42
- updateValueOnInput: {
43
- type: BooleanConstructor;
44
- default: boolean;
45
- };
46
- status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
47
- 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
48
- onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
49
- onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
50
- onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
51
- onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
52
- onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
53
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"InputNumber", {
54
- iconColorDisabled: string;
55
- }, {
56
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
57
- heightTiny: string;
58
- heightSmall: string;
59
- heightMedium: string;
60
- heightLarge: string;
61
- borderRadiusTiny: string;
62
- borderRadiusSmall: string;
63
- borderRadiusMedium: string;
64
- borderRadiusLarge: string;
65
- fontSizeTiny: string;
66
- fontSizeSmall: string;
67
- fontSizeMedium: string;
68
- fontSizeLarge: string;
69
- opacityDisabled: string;
70
- colorOpacitySecondary: string;
71
- colorOpacitySecondaryHover: string;
72
- colorOpacitySecondaryPressed: string;
73
- colorSecondary: string;
74
- colorSecondaryHover: string;
75
- colorSecondaryPressed: string;
76
- colorTertiary: string;
77
- colorTertiaryHover: string;
78
- colorTertiaryPressed: string;
79
- colorQuaternary: string;
80
- colorQuaternaryHover: string;
81
- colorQuaternaryPressed: string;
82
- color: string;
83
- colorHover: string;
84
- colorPressed: string;
85
- colorFocus: string;
86
- colorDisabled: string;
87
- textColor: string;
88
- textColorTertiary: string;
89
- textColorHover: string;
90
- textColorPressed: string;
91
- textColorFocus: string;
92
- textColorDisabled: string;
93
- textColorText: string;
94
- textColorTextHover: string;
95
- textColorTextPressed: string;
96
- textColorTextFocus: string;
97
- textColorTextDisabled: string;
98
- textColorGhost: string;
99
- textColorGhostHover: string;
100
- textColorGhostPressed: string;
101
- textColorGhostFocus: string;
102
- textColorGhostDisabled: string;
103
- border: string;
104
- borderHover: string;
105
- borderPressed: string;
106
- borderFocus: string;
107
- borderDisabled: string;
108
- rippleColor: string;
109
- colorPrimary: string;
110
- colorHoverPrimary: string;
111
- colorPressedPrimary: string;
112
- colorFocusPrimary: string;
113
- colorDisabledPrimary: string;
114
- textColorPrimary: string;
115
- textColorHoverPrimary: string;
116
- textColorPressedPrimary: string;
117
- textColorFocusPrimary: string;
118
- textColorDisabledPrimary: string;
119
- textColorTextPrimary: string;
120
- textColorTextHoverPrimary: string;
121
- textColorTextPressedPrimary: string;
122
- textColorTextFocusPrimary: string;
123
- textColorTextDisabledPrimary: string;
124
- textColorGhostPrimary: string;
125
- textColorGhostHoverPrimary: string;
126
- textColorGhostPressedPrimary: string;
127
- textColorGhostFocusPrimary: string;
128
- textColorGhostDisabledPrimary: string;
129
- borderPrimary: string;
130
- borderHoverPrimary: string;
131
- borderPressedPrimary: string;
132
- borderFocusPrimary: string;
133
- borderDisabledPrimary: string;
134
- rippleColorPrimary: string;
135
- colorInfo: string;
136
- colorHoverInfo: string;
137
- colorPressedInfo: string;
138
- colorFocusInfo: string;
139
- colorDisabledInfo: string;
140
- textColorInfo: string;
141
- textColorHoverInfo: string;
142
- textColorPressedInfo: string;
143
- textColorFocusInfo: string;
144
- textColorDisabledInfo: string;
145
- textColorTextInfo: string;
146
- textColorTextHoverInfo: string;
147
- textColorTextPressedInfo: string;
148
- textColorTextFocusInfo: string;
149
- textColorTextDisabledInfo: string;
150
- textColorGhostInfo: string;
151
- textColorGhostHoverInfo: string;
152
- textColorGhostPressedInfo: string;
153
- textColorGhostFocusInfo: string;
154
- textColorGhostDisabledInfo: string;
155
- borderInfo: string;
156
- borderHoverInfo: string;
157
- borderPressedInfo: string;
158
- borderFocusInfo: string;
159
- borderDisabledInfo: string;
160
- rippleColorInfo: string;
161
- colorSuccess: string;
162
- colorHoverSuccess: string;
163
- colorPressedSuccess: string;
164
- colorFocusSuccess: string;
165
- colorDisabledSuccess: string;
166
- textColorSuccess: string;
167
- textColorHoverSuccess: string;
168
- textColorPressedSuccess: string;
169
- textColorFocusSuccess: string;
170
- textColorDisabledSuccess: string;
171
- textColorTextSuccess: string;
172
- textColorTextHoverSuccess: string;
173
- textColorTextPressedSuccess: string;
174
- textColorTextFocusSuccess: string;
175
- textColorTextDisabledSuccess: string;
176
- textColorGhostSuccess: string;
177
- textColorGhostHoverSuccess: string;
178
- textColorGhostPressedSuccess: string;
179
- textColorGhostFocusSuccess: string;
180
- textColorGhostDisabledSuccess: string;
181
- borderSuccess: string;
182
- borderHoverSuccess: string;
183
- borderPressedSuccess: string;
184
- borderFocusSuccess: string;
185
- borderDisabledSuccess: string;
186
- rippleColorSuccess: string;
187
- colorWarning: string;
188
- colorHoverWarning: string;
189
- colorPressedWarning: string;
190
- colorFocusWarning: string;
191
- colorDisabledWarning: string;
192
- textColorWarning: string;
193
- textColorHoverWarning: string;
194
- textColorPressedWarning: string;
195
- textColorFocusWarning: string;
196
- textColorDisabledWarning: string;
197
- textColorTextWarning: string;
198
- textColorTextHoverWarning: string;
199
- textColorTextPressedWarning: string;
200
- textColorTextFocusWarning: string;
201
- textColorTextDisabledWarning: string;
202
- textColorGhostWarning: string;
203
- textColorGhostHoverWarning: string;
204
- textColorGhostPressedWarning: string;
205
- textColorGhostFocusWarning: string;
206
- textColorGhostDisabledWarning: string;
207
- borderWarning: string;
208
- borderHoverWarning: string;
209
- borderPressedWarning: string;
210
- borderFocusWarning: string;
211
- borderDisabledWarning: string;
212
- rippleColorWarning: string;
213
- colorError: string;
214
- colorHoverError: string;
215
- colorPressedError: string;
216
- colorFocusError: string;
217
- colorDisabledError: string;
218
- textColorError: string;
219
- textColorHoverError: string;
220
- textColorPressedError: string;
221
- textColorFocusError: string;
222
- textColorDisabledError: string;
223
- textColorTextError: string;
224
- textColorTextHoverError: string;
225
- textColorTextPressedError: string;
226
- textColorTextFocusError: string;
227
- textColorTextDisabledError: string;
228
- textColorGhostError: string;
229
- textColorGhostHoverError: string;
230
- textColorGhostPressedError: string;
231
- textColorGhostFocusError: string;
232
- textColorGhostDisabledError: string;
233
- borderError: string;
234
- borderHoverError: string;
235
- borderPressedError: string;
236
- borderFocusError: string;
237
- borderDisabledError: string;
238
- rippleColorError: string;
239
- waveOpacity: string;
240
- fontWeight: string;
241
- fontWeightStrong: string;
242
- paddingTiny: string;
243
- paddingSmall: string;
244
- paddingMedium: string;
245
- paddingLarge: string;
246
- paddingRoundTiny: string;
247
- paddingRoundSmall: string;
248
- paddingRoundMedium: string;
249
- paddingRoundLarge: string;
250
- iconMarginTiny: string;
251
- iconMarginSmall: string;
252
- iconMarginMedium: string;
253
- iconMarginLarge: string;
254
- iconSizeTiny: string;
255
- iconSizeSmall: string;
256
- iconSizeMedium: string;
257
- iconSizeLarge: string;
258
- rippleDuration: string;
259
- }, any>;
260
- Input: import("naive-ui/es/_mixins").Theme<"Input", {
261
- countTextColor: string;
262
- heightTiny: string;
263
- heightSmall: string;
264
- heightMedium: string;
265
- heightLarge: string;
266
- fontSizeTiny: string;
267
- fontSizeSmall: string;
268
- fontSizeMedium: string;
269
- fontSizeLarge: string;
270
- lineHeight: string;
271
- lineHeightTextarea: string;
272
- borderRadius: string;
273
- iconSize: string;
274
- groupLabelColor: string;
275
- groupLabelTextColor: string;
276
- textColor: string;
277
- textColorDisabled: string;
278
- textDecorationColor: string;
279
- caretColor: string;
280
- placeholderColor: string;
281
- placeholderColorDisabled: string;
282
- color: string;
283
- colorDisabled: string;
284
- colorFocus: string;
285
- groupLabelBorder: string;
286
- border: string;
287
- borderHover: string;
288
- borderDisabled: string;
289
- borderFocus: string;
290
- boxShadowFocus: string;
291
- loadingColor: string;
292
- loadingColorWarning: string;
293
- borderWarning: string;
294
- borderHoverWarning: string;
295
- colorFocusWarning: string;
296
- borderFocusWarning: string;
297
- boxShadowFocusWarning: string;
298
- caretColorWarning: string;
299
- loadingColorError: string;
300
- borderError: string;
301
- borderHoverError: string;
302
- colorFocusError: string;
303
- borderFocusError: string;
304
- boxShadowFocusError: string;
305
- caretColorError: string;
306
- clearColor: string;
307
- clearColorHover: string;
308
- clearColorPressed: string;
309
- iconColor: string;
310
- iconColorDisabled: string;
311
- iconColorHover: string;
312
- iconColorPressed: string;
313
- suffixTextColor: string;
314
- paddingTiny: string;
315
- paddingSmall: string;
316
- paddingMedium: string;
317
- paddingLarge: string;
318
- clearSize: string;
319
- }, any>;
320
- }>>;
321
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"InputNumber", {
322
- iconColorDisabled: string;
323
- }, {
324
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
325
- heightTiny: string;
326
- heightSmall: string;
327
- heightMedium: string;
328
- heightLarge: string;
329
- borderRadiusTiny: string;
330
- borderRadiusSmall: string;
331
- borderRadiusMedium: string;
332
- borderRadiusLarge: string;
333
- fontSizeTiny: string;
334
- fontSizeSmall: string;
335
- fontSizeMedium: string;
336
- fontSizeLarge: string;
337
- opacityDisabled: string;
338
- colorOpacitySecondary: string;
339
- colorOpacitySecondaryHover: string;
340
- colorOpacitySecondaryPressed: string;
341
- colorSecondary: string;
342
- colorSecondaryHover: string;
343
- colorSecondaryPressed: string;
344
- colorTertiary: string;
345
- colorTertiaryHover: string;
346
- colorTertiaryPressed: string;
347
- colorQuaternary: string;
348
- colorQuaternaryHover: string;
349
- colorQuaternaryPressed: string;
350
- color: string;
351
- colorHover: string;
352
- colorPressed: string;
353
- colorFocus: string;
354
- colorDisabled: string;
355
- textColor: string;
356
- textColorTertiary: string;
357
- textColorHover: string;
358
- textColorPressed: string;
359
- textColorFocus: string;
360
- textColorDisabled: string;
361
- textColorText: string;
362
- textColorTextHover: string;
363
- textColorTextPressed: string;
364
- textColorTextFocus: string;
365
- textColorTextDisabled: string;
366
- textColorGhost: string;
367
- textColorGhostHover: string;
368
- textColorGhostPressed: string;
369
- textColorGhostFocus: string;
370
- textColorGhostDisabled: string;
371
- border: string;
372
- borderHover: string;
373
- borderPressed: string;
374
- borderFocus: string;
375
- borderDisabled: string;
376
- rippleColor: string;
377
- colorPrimary: string;
378
- colorHoverPrimary: string;
379
- colorPressedPrimary: string;
380
- colorFocusPrimary: string;
381
- colorDisabledPrimary: string;
382
- textColorPrimary: string;
383
- textColorHoverPrimary: string;
384
- textColorPressedPrimary: string;
385
- textColorFocusPrimary: string;
386
- textColorDisabledPrimary: string;
387
- textColorTextPrimary: string;
388
- textColorTextHoverPrimary: string;
389
- textColorTextPressedPrimary: string;
390
- textColorTextFocusPrimary: string;
391
- textColorTextDisabledPrimary: string;
392
- textColorGhostPrimary: string;
393
- textColorGhostHoverPrimary: string;
394
- textColorGhostPressedPrimary: string;
395
- textColorGhostFocusPrimary: string;
396
- textColorGhostDisabledPrimary: string;
397
- borderPrimary: string;
398
- borderHoverPrimary: string;
399
- borderPressedPrimary: string;
400
- borderFocusPrimary: string;
401
- borderDisabledPrimary: string;
402
- rippleColorPrimary: string;
403
- colorInfo: string;
404
- colorHoverInfo: string;
405
- colorPressedInfo: string;
406
- colorFocusInfo: string;
407
- colorDisabledInfo: string;
408
- textColorInfo: string;
409
- textColorHoverInfo: string;
410
- textColorPressedInfo: string;
411
- textColorFocusInfo: string;
412
- textColorDisabledInfo: string;
413
- textColorTextInfo: string;
414
- textColorTextHoverInfo: string;
415
- textColorTextPressedInfo: string;
416
- textColorTextFocusInfo: string;
417
- textColorTextDisabledInfo: string;
418
- textColorGhostInfo: string;
419
- textColorGhostHoverInfo: string;
420
- textColorGhostPressedInfo: string;
421
- textColorGhostFocusInfo: string;
422
- textColorGhostDisabledInfo: string;
423
- borderInfo: string;
424
- borderHoverInfo: string;
425
- borderPressedInfo: string;
426
- borderFocusInfo: string;
427
- borderDisabledInfo: string;
428
- rippleColorInfo: string;
429
- colorSuccess: string;
430
- colorHoverSuccess: string;
431
- colorPressedSuccess: string;
432
- colorFocusSuccess: string;
433
- colorDisabledSuccess: string;
434
- textColorSuccess: string;
435
- textColorHoverSuccess: string;
436
- textColorPressedSuccess: string;
437
- textColorFocusSuccess: string;
438
- textColorDisabledSuccess: string;
439
- textColorTextSuccess: string;
440
- textColorTextHoverSuccess: string;
441
- textColorTextPressedSuccess: string;
442
- textColorTextFocusSuccess: string;
443
- textColorTextDisabledSuccess: string;
444
- textColorGhostSuccess: string;
445
- textColorGhostHoverSuccess: string;
446
- textColorGhostPressedSuccess: string;
447
- textColorGhostFocusSuccess: string;
448
- textColorGhostDisabledSuccess: string;
449
- borderSuccess: string;
450
- borderHoverSuccess: string;
451
- borderPressedSuccess: string;
452
- borderFocusSuccess: string;
453
- borderDisabledSuccess: string;
454
- rippleColorSuccess: string;
455
- colorWarning: string;
456
- colorHoverWarning: string;
457
- colorPressedWarning: string;
458
- colorFocusWarning: string;
459
- colorDisabledWarning: string;
460
- textColorWarning: string;
461
- textColorHoverWarning: string;
462
- textColorPressedWarning: string;
463
- textColorFocusWarning: string;
464
- textColorDisabledWarning: string;
465
- textColorTextWarning: string;
466
- textColorTextHoverWarning: string;
467
- textColorTextPressedWarning: string;
468
- textColorTextFocusWarning: string;
469
- textColorTextDisabledWarning: string;
470
- textColorGhostWarning: string;
471
- textColorGhostHoverWarning: string;
472
- textColorGhostPressedWarning: string;
473
- textColorGhostFocusWarning: string;
474
- textColorGhostDisabledWarning: string;
475
- borderWarning: string;
476
- borderHoverWarning: string;
477
- borderPressedWarning: string;
478
- borderFocusWarning: string;
479
- borderDisabledWarning: string;
480
- rippleColorWarning: string;
481
- colorError: string;
482
- colorHoverError: string;
483
- colorPressedError: string;
484
- colorFocusError: string;
485
- colorDisabledError: string;
486
- textColorError: string;
487
- textColorHoverError: string;
488
- textColorPressedError: string;
489
- textColorFocusError: string;
490
- textColorDisabledError: string;
491
- textColorTextError: string;
492
- textColorTextHoverError: string;
493
- textColorTextPressedError: string;
494
- textColorTextFocusError: string;
495
- textColorTextDisabledError: string;
496
- textColorGhostError: string;
497
- textColorGhostHoverError: string;
498
- textColorGhostPressedError: string;
499
- textColorGhostFocusError: string;
500
- textColorGhostDisabledError: string;
501
- borderError: string;
502
- borderHoverError: string;
503
- borderPressedError: string;
504
- borderFocusError: string;
505
- borderDisabledError: string;
506
- rippleColorError: string;
507
- waveOpacity: string;
508
- fontWeight: string;
509
- fontWeightStrong: string;
510
- paddingTiny: string;
511
- paddingSmall: string;
512
- paddingMedium: string;
513
- paddingLarge: string;
514
- paddingRoundTiny: string;
515
- paddingRoundSmall: string;
516
- paddingRoundMedium: string;
517
- paddingRoundLarge: string;
518
- iconMarginTiny: string;
519
- iconMarginSmall: string;
520
- iconMarginMedium: string;
521
- iconMarginLarge: string;
522
- iconSizeTiny: string;
523
- iconSizeSmall: string;
524
- iconSizeMedium: string;
525
- iconSizeLarge: string;
526
- rippleDuration: string;
527
- }, any>;
528
- Input: import("naive-ui/es/_mixins").Theme<"Input", {
529
- countTextColor: string;
530
- heightTiny: string;
531
- heightSmall: string;
532
- heightMedium: string;
533
- heightLarge: string;
534
- fontSizeTiny: string;
535
- fontSizeSmall: string;
536
- fontSizeMedium: string;
537
- fontSizeLarge: string;
538
- lineHeight: string;
539
- lineHeightTextarea: string;
540
- borderRadius: string;
541
- iconSize: string;
542
- groupLabelColor: string;
543
- groupLabelTextColor: string;
544
- textColor: string;
545
- textColorDisabled: string;
546
- textDecorationColor: string;
547
- caretColor: string;
548
- placeholderColor: string;
549
- placeholderColorDisabled: string;
550
- color: string;
551
- colorDisabled: string;
552
- colorFocus: string;
553
- groupLabelBorder: string;
554
- border: string;
555
- borderHover: string;
556
- borderDisabled: string;
557
- borderFocus: string;
558
- boxShadowFocus: string;
559
- loadingColor: string;
560
- loadingColorWarning: string;
561
- borderWarning: string;
562
- borderHoverWarning: string;
563
- colorFocusWarning: string;
564
- borderFocusWarning: string;
565
- boxShadowFocusWarning: string;
566
- caretColorWarning: string;
567
- loadingColorError: string;
568
- borderError: string;
569
- borderHoverError: string;
570
- colorFocusError: string;
571
- borderFocusError: string;
572
- boxShadowFocusError: string;
573
- caretColorError: string;
574
- clearColor: string;
575
- clearColorHover: string;
576
- clearColorPressed: string;
577
- iconColor: string;
578
- iconColorDisabled: string;
579
- iconColorHover: string;
580
- iconColorPressed: string;
581
- suffixTextColor: string;
582
- paddingTiny: string;
583
- paddingSmall: string;
584
- paddingMedium: string;
585
- paddingLarge: string;
586
- clearSize: string;
587
- }, any>;
588
- }>>>;
589
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"InputNumber", {
590
- iconColorDisabled: string;
591
- }, {
592
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
593
- heightTiny: string;
594
- heightSmall: string;
595
- heightMedium: string;
596
- heightLarge: string;
597
- borderRadiusTiny: string;
598
- borderRadiusSmall: string;
599
- borderRadiusMedium: string;
600
- borderRadiusLarge: string;
601
- fontSizeTiny: string;
602
- fontSizeSmall: string;
603
- fontSizeMedium: string;
604
- fontSizeLarge: string;
605
- opacityDisabled: string;
606
- colorOpacitySecondary: string;
607
- colorOpacitySecondaryHover: string;
608
- colorOpacitySecondaryPressed: string;
609
- colorSecondary: string;
610
- colorSecondaryHover: string;
611
- colorSecondaryPressed: string;
612
- colorTertiary: string;
613
- colorTertiaryHover: string;
614
- colorTertiaryPressed: string;
615
- colorQuaternary: string;
616
- colorQuaternaryHover: string;
617
- colorQuaternaryPressed: string;
618
- color: string;
619
- colorHover: string;
620
- colorPressed: string;
621
- colorFocus: string;
622
- colorDisabled: string;
623
- textColor: string;
624
- textColorTertiary: string;
625
- textColorHover: string;
626
- textColorPressed: string;
627
- textColorFocus: string;
628
- textColorDisabled: string;
629
- textColorText: string;
630
- textColorTextHover: string;
631
- textColorTextPressed: string;
632
- textColorTextFocus: string;
633
- textColorTextDisabled: string;
634
- textColorGhost: string;
635
- textColorGhostHover: string;
636
- textColorGhostPressed: string;
637
- textColorGhostFocus: string;
638
- textColorGhostDisabled: string;
639
- border: string;
640
- borderHover: string;
641
- borderPressed: string;
642
- borderFocus: string;
643
- borderDisabled: string;
644
- rippleColor: string;
645
- colorPrimary: string;
646
- colorHoverPrimary: string;
647
- colorPressedPrimary: string;
648
- colorFocusPrimary: string;
649
- colorDisabledPrimary: string;
650
- textColorPrimary: string;
651
- textColorHoverPrimary: string;
652
- textColorPressedPrimary: string;
653
- textColorFocusPrimary: string;
654
- textColorDisabledPrimary: string;
655
- textColorTextPrimary: string;
656
- textColorTextHoverPrimary: string;
657
- textColorTextPressedPrimary: string;
658
- textColorTextFocusPrimary: string;
659
- textColorTextDisabledPrimary: string;
660
- textColorGhostPrimary: string;
661
- textColorGhostHoverPrimary: string;
662
- textColorGhostPressedPrimary: string;
663
- textColorGhostFocusPrimary: string;
664
- textColorGhostDisabledPrimary: string;
665
- borderPrimary: string;
666
- borderHoverPrimary: string;
667
- borderPressedPrimary: string;
668
- borderFocusPrimary: string;
669
- borderDisabledPrimary: string;
670
- rippleColorPrimary: string;
671
- colorInfo: string;
672
- colorHoverInfo: string;
673
- colorPressedInfo: string;
674
- colorFocusInfo: string;
675
- colorDisabledInfo: string;
676
- textColorInfo: string;
677
- textColorHoverInfo: string;
678
- textColorPressedInfo: string;
679
- textColorFocusInfo: string;
680
- textColorDisabledInfo: string;
681
- textColorTextInfo: string;
682
- textColorTextHoverInfo: string;
683
- textColorTextPressedInfo: string;
684
- textColorTextFocusInfo: string;
685
- textColorTextDisabledInfo: string;
686
- textColorGhostInfo: string;
687
- textColorGhostHoverInfo: string;
688
- textColorGhostPressedInfo: string;
689
- textColorGhostFocusInfo: string;
690
- textColorGhostDisabledInfo: string;
691
- borderInfo: string;
692
- borderHoverInfo: string;
693
- borderPressedInfo: string;
694
- borderFocusInfo: string;
695
- borderDisabledInfo: string;
696
- rippleColorInfo: string;
697
- colorSuccess: string;
698
- colorHoverSuccess: string;
699
- colorPressedSuccess: string;
700
- colorFocusSuccess: string;
701
- colorDisabledSuccess: string;
702
- textColorSuccess: string;
703
- textColorHoverSuccess: string;
704
- textColorPressedSuccess: string;
705
- textColorFocusSuccess: string;
706
- textColorDisabledSuccess: string;
707
- textColorTextSuccess: string;
708
- textColorTextHoverSuccess: string;
709
- textColorTextPressedSuccess: string;
710
- textColorTextFocusSuccess: string;
711
- textColorTextDisabledSuccess: string;
712
- textColorGhostSuccess: string;
713
- textColorGhostHoverSuccess: string;
714
- textColorGhostPressedSuccess: string;
715
- textColorGhostFocusSuccess: string;
716
- textColorGhostDisabledSuccess: string;
717
- borderSuccess: string;
718
- borderHoverSuccess: string;
719
- borderPressedSuccess: string;
720
- borderFocusSuccess: string;
721
- borderDisabledSuccess: string;
722
- rippleColorSuccess: string;
723
- colorWarning: string;
724
- colorHoverWarning: string;
725
- colorPressedWarning: string;
726
- colorFocusWarning: string;
727
- colorDisabledWarning: string;
728
- textColorWarning: string;
729
- textColorHoverWarning: string;
730
- textColorPressedWarning: string;
731
- textColorFocusWarning: string;
732
- textColorDisabledWarning: string;
733
- textColorTextWarning: string;
734
- textColorTextHoverWarning: string;
735
- textColorTextPressedWarning: string;
736
- textColorTextFocusWarning: string;
737
- textColorTextDisabledWarning: string;
738
- textColorGhostWarning: string;
739
- textColorGhostHoverWarning: string;
740
- textColorGhostPressedWarning: string;
741
- textColorGhostFocusWarning: string;
742
- textColorGhostDisabledWarning: string;
743
- borderWarning: string;
744
- borderHoverWarning: string;
745
- borderPressedWarning: string;
746
- borderFocusWarning: string;
747
- borderDisabledWarning: string;
748
- rippleColorWarning: string;
749
- colorError: string;
750
- colorHoverError: string;
751
- colorPressedError: string;
752
- colorFocusError: string;
753
- colorDisabledError: string;
754
- textColorError: string;
755
- textColorHoverError: string;
756
- textColorPressedError: string;
757
- textColorFocusError: string;
758
- textColorDisabledError: string;
759
- textColorTextError: string;
760
- textColorTextHoverError: string;
761
- textColorTextPressedError: string;
762
- textColorTextFocusError: string;
763
- textColorTextDisabledError: string;
764
- textColorGhostError: string;
765
- textColorGhostHoverError: string;
766
- textColorGhostPressedError: string;
767
- textColorGhostFocusError: string;
768
- textColorGhostDisabledError: string;
769
- borderError: string;
770
- borderHoverError: string;
771
- borderPressedError: string;
772
- borderFocusError: string;
773
- borderDisabledError: string;
774
- rippleColorError: string;
775
- waveOpacity: string;
776
- fontWeight: string;
777
- fontWeightStrong: string;
778
- paddingTiny: string;
779
- paddingSmall: string;
780
- paddingMedium: string;
781
- paddingLarge: string;
782
- paddingRoundTiny: string;
783
- paddingRoundSmall: string;
784
- paddingRoundMedium: string;
785
- paddingRoundLarge: string;
786
- iconMarginTiny: string;
787
- iconMarginSmall: string;
788
- iconMarginMedium: string;
789
- iconMarginLarge: string;
790
- iconSizeTiny: string;
791
- iconSizeSmall: string;
792
- iconSizeMedium: string;
793
- iconSizeLarge: string;
794
- rippleDuration: string;
795
- }, any>;
796
- Input: import("naive-ui/es/_mixins").Theme<"Input", {
797
- countTextColor: string;
798
- heightTiny: string;
799
- heightSmall: string;
800
- heightMedium: string;
801
- heightLarge: string;
802
- fontSizeTiny: string;
803
- fontSizeSmall: string;
804
- fontSizeMedium: string;
805
- fontSizeLarge: string;
806
- lineHeight: string;
807
- lineHeightTextarea: string;
808
- borderRadius: string;
809
- iconSize: string;
810
- groupLabelColor: string;
811
- groupLabelTextColor: string;
812
- textColor: string;
813
- textColorDisabled: string;
814
- textDecorationColor: string;
815
- caretColor: string;
816
- placeholderColor: string;
817
- placeholderColorDisabled: string;
818
- color: string;
819
- colorDisabled: string;
820
- colorFocus: string;
821
- groupLabelBorder: string;
822
- border: string;
823
- borderHover: string;
824
- borderDisabled: string;
825
- borderFocus: string;
826
- boxShadowFocus: string;
827
- loadingColor: string;
828
- loadingColorWarning: string;
829
- borderWarning: string;
830
- borderHoverWarning: string;
831
- colorFocusWarning: string;
832
- borderFocusWarning: string;
833
- boxShadowFocusWarning: string;
834
- caretColorWarning: string;
835
- loadingColorError: string;
836
- borderError: string;
837
- borderHoverError: string;
838
- colorFocusError: string;
839
- borderFocusError: string;
840
- boxShadowFocusError: string;
841
- caretColorError: string;
842
- clearColor: string;
843
- clearColorHover: string;
844
- clearColorPressed: string;
845
- iconColor: string;
846
- iconColorDisabled: string;
847
- iconColorHover: string;
848
- iconColorPressed: string;
849
- suffixTextColor: string;
850
- paddingTiny: string;
851
- paddingSmall: string;
852
- paddingMedium: string;
853
- paddingLarge: string;
854
- clearSize: string;
855
- }, any>;
856
- }>>>;
857
- }, {
858
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
859
- inputInstRef: import("vue").Ref<{
860
- wrapperElRef: HTMLElement | null;
861
- textareaElRef: HTMLTextAreaElement | null;
862
- inputElRef: HTMLInputElement | null;
863
- isCompositing: boolean;
864
- blur: () => void;
865
- focus: () => void;
866
- select: () => void;
867
- activate: () => void;
868
- deactivate: () => void;
869
- } | null>;
870
- minusButtonInstRef: import("vue").Ref<{
871
- $el: HTMLElement;
872
- } | null>;
873
- addButtonInstRef: import("vue").Ref<{
874
- $el: HTMLElement;
875
- } | null>;
876
- mergedClsPrefix: import("vue").ComputedRef<string>;
877
- mergedBordered: import("vue").ComputedRef<boolean>;
878
- uncontrolledValue: import("vue").Ref<number | null>;
879
- mergedValue: import("vue").ComputedRef<number | null>;
880
- mergedPlaceholder: import("vue").ComputedRef<string>;
881
- displayedValueInvalid: import("vue").ComputedRef<boolean>;
882
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
883
- mergedDisabled: import("vue").ComputedRef<boolean>;
884
- displayedValue: import("vue").Ref<string>;
885
- addable: import("vue").ComputedRef<boolean>;
886
- minusable: import("vue").ComputedRef<boolean>;
887
- mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
888
- handleFocus: (e: FocusEvent) => void;
889
- handleBlur: (e: FocusEvent) => void;
890
- handleClear: (e: MouseEvent) => void;
891
- handleMouseDown: (e: MouseEvent) => void;
892
- handleAddClick: () => void;
893
- handleMinusClick: () => void;
894
- handleAddMousedown: () => void;
895
- handleMinusMousedown: () => void;
896
- handleKeyDown: (e: KeyboardEvent) => void;
897
- handleUpdateDisplayedValue: (value: string) => void;
898
- mergedTheme: import("vue").ComputedRef<{
899
- common: {
900
- baseColor: string;
901
- primaryColor: string;
902
- primaryColorHover: string;
903
- primaryColorPressed: string;
904
- primaryColorSuppl: string;
905
- infoColor: string;
906
- infoColorHover: string;
907
- infoColorPressed: string;
908
- infoColorSuppl: string;
909
- successColor: string;
910
- successColorHover: string;
911
- successColorPressed: string;
912
- successColorSuppl: string;
913
- warningColor: string;
914
- warningColorHover: string;
915
- warningColorPressed: string;
916
- warningColorSuppl: string;
917
- errorColor: string;
918
- errorColorHover: string;
919
- errorColorPressed: string;
920
- errorColorSuppl: string;
921
- textColorBase: string;
922
- textColor1: string;
923
- textColor2: string;
924
- textColor3: string;
925
- textColorDisabled: string;
926
- placeholderColor: string;
927
- placeholderColorDisabled: string;
928
- iconColor: string;
929
- iconColorHover: string;
930
- iconColorPressed: string;
931
- iconColorDisabled: string;
932
- opacity1: string;
933
- opacity2: string;
934
- opacity3: string;
935
- opacity4: string;
936
- opacity5: string;
937
- dividerColor: string;
938
- borderColor: string;
939
- closeColor: string;
940
- closeColorHover: string;
941
- closeColorPressed: string;
942
- closeColorDisabled: string;
943
- clearColor: string;
944
- clearColorHover: string;
945
- clearColorPressed: string;
946
- scrollbarColor: string;
947
- scrollbarColorHover: string;
948
- scrollbarWidth: string;
949
- scrollbarHeight: string;
950
- scrollbarBorderRadius: string;
951
- progressRailColor: string;
952
- railColor: string;
953
- popoverColor: string;
954
- tableColor: string;
955
- cardColor: string;
956
- modalColor: string;
957
- bodyColor: string;
958
- tagColor: string;
959
- avatarColor: string;
960
- invertedColor: string;
961
- inputColor: string;
962
- codeColor: string;
963
- tabColor: string;
964
- actionColor: string;
965
- tableHeaderColor: string;
966
- hoverColor: string;
967
- tableColorHover: string;
968
- tableColorStriped: string;
969
- pressedColor: string;
970
- opacityDisabled: string;
971
- inputColorDisabled: string;
972
- buttonColor2: string;
973
- buttonColor2Hover: string;
974
- buttonColor2Pressed: string;
975
- boxShadow1: string;
976
- boxShadow2: string;
977
- boxShadow3: string;
978
- fontFamily: string;
979
- fontFamilyMono: string;
980
- fontWeight: string;
981
- fontWeightStrong: string;
982
- cubicBezierEaseInOut: string;
983
- cubicBezierEaseOut: string;
984
- cubicBezierEaseIn: string;
985
- borderRadius: string;
986
- borderRadiusSmall: string;
987
- fontSize: string;
988
- fontSizeMini: string;
989
- fontSizeTiny: string;
990
- fontSizeSmall: string;
991
- fontSizeMedium: string;
992
- fontSizeLarge: string;
993
- fontSizeHuge: string;
994
- lineHeight: string;
995
- heightMini: string;
996
- heightTiny: string;
997
- heightSmall: string;
998
- heightMedium: string;
999
- heightLarge: string;
1000
- heightHuge: string;
1001
- name: "common";
1002
- };
1003
- self: {
1004
- iconColorDisabled: string;
1005
- };
1006
- peers: {
1007
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
1008
- heightTiny: string;
1009
- heightSmall: string;
1010
- heightMedium: string;
1011
- heightLarge: string;
1012
- borderRadiusTiny: string;
1013
- borderRadiusSmall: string;
1014
- borderRadiusMedium: string;
1015
- borderRadiusLarge: string;
1016
- fontSizeTiny: string;
1017
- fontSizeSmall: string;
1018
- fontSizeMedium: string;
1019
- fontSizeLarge: string;
1020
- opacityDisabled: string;
1021
- colorOpacitySecondary: string;
1022
- colorOpacitySecondaryHover: string;
1023
- colorOpacitySecondaryPressed: string;
1024
- colorSecondary: string;
1025
- colorSecondaryHover: string;
1026
- colorSecondaryPressed: string;
1027
- colorTertiary: string;
1028
- colorTertiaryHover: string;
1029
- colorTertiaryPressed: string;
1030
- colorQuaternary: string;
1031
- colorQuaternaryHover: string;
1032
- colorQuaternaryPressed: string;
1033
- color: string;
1034
- colorHover: string;
1035
- colorPressed: string;
1036
- colorFocus: string;
1037
- colorDisabled: string;
1038
- textColor: string;
1039
- textColorTertiary: string;
1040
- textColorHover: string;
1041
- textColorPressed: string;
1042
- textColorFocus: string;
1043
- textColorDisabled: string;
1044
- textColorText: string;
1045
- textColorTextHover: string;
1046
- textColorTextPressed: string;
1047
- textColorTextFocus: string;
1048
- textColorTextDisabled: string;
1049
- textColorGhost: string;
1050
- textColorGhostHover: string;
1051
- textColorGhostPressed: string;
1052
- textColorGhostFocus: string;
1053
- textColorGhostDisabled: string;
1054
- border: string;
1055
- borderHover: string;
1056
- borderPressed: string;
1057
- borderFocus: string;
1058
- borderDisabled: string;
1059
- rippleColor: string;
1060
- colorPrimary: string;
1061
- colorHoverPrimary: string;
1062
- colorPressedPrimary: string;
1063
- colorFocusPrimary: string;
1064
- colorDisabledPrimary: string;
1065
- textColorPrimary: string;
1066
- textColorHoverPrimary: string;
1067
- textColorPressedPrimary: string;
1068
- textColorFocusPrimary: string;
1069
- textColorDisabledPrimary: string;
1070
- textColorTextPrimary: string;
1071
- textColorTextHoverPrimary: string;
1072
- textColorTextPressedPrimary: string;
1073
- textColorTextFocusPrimary: string;
1074
- textColorTextDisabledPrimary: string;
1075
- textColorGhostPrimary: string;
1076
- textColorGhostHoverPrimary: string;
1077
- textColorGhostPressedPrimary: string;
1078
- textColorGhostFocusPrimary: string;
1079
- textColorGhostDisabledPrimary: string;
1080
- borderPrimary: string;
1081
- borderHoverPrimary: string;
1082
- borderPressedPrimary: string;
1083
- borderFocusPrimary: string;
1084
- borderDisabledPrimary: string;
1085
- rippleColorPrimary: string;
1086
- colorInfo: string;
1087
- colorHoverInfo: string;
1088
- colorPressedInfo: string;
1089
- colorFocusInfo: string;
1090
- colorDisabledInfo: string;
1091
- textColorInfo: string;
1092
- textColorHoverInfo: string;
1093
- textColorPressedInfo: string;
1094
- textColorFocusInfo: string;
1095
- textColorDisabledInfo: string;
1096
- textColorTextInfo: string;
1097
- textColorTextHoverInfo: string;
1098
- textColorTextPressedInfo: string;
1099
- textColorTextFocusInfo: string;
1100
- textColorTextDisabledInfo: string;
1101
- textColorGhostInfo: string;
1102
- textColorGhostHoverInfo: string;
1103
- textColorGhostPressedInfo: string;
1104
- textColorGhostFocusInfo: string;
1105
- textColorGhostDisabledInfo: string;
1106
- borderInfo: string;
1107
- borderHoverInfo: string;
1108
- borderPressedInfo: string;
1109
- borderFocusInfo: string;
1110
- borderDisabledInfo: string;
1111
- rippleColorInfo: string;
1112
- colorSuccess: string;
1113
- colorHoverSuccess: string;
1114
- colorPressedSuccess: string;
1115
- colorFocusSuccess: string;
1116
- colorDisabledSuccess: string;
1117
- textColorSuccess: string;
1118
- textColorHoverSuccess: string;
1119
- textColorPressedSuccess: string;
1120
- textColorFocusSuccess: string;
1121
- textColorDisabledSuccess: string;
1122
- textColorTextSuccess: string;
1123
- textColorTextHoverSuccess: string;
1124
- textColorTextPressedSuccess: string;
1125
- textColorTextFocusSuccess: string;
1126
- textColorTextDisabledSuccess: string;
1127
- textColorGhostSuccess: string;
1128
- textColorGhostHoverSuccess: string;
1129
- textColorGhostPressedSuccess: string;
1130
- textColorGhostFocusSuccess: string;
1131
- textColorGhostDisabledSuccess: string;
1132
- borderSuccess: string;
1133
- borderHoverSuccess: string;
1134
- borderPressedSuccess: string;
1135
- borderFocusSuccess: string;
1136
- borderDisabledSuccess: string;
1137
- rippleColorSuccess: string;
1138
- colorWarning: string;
1139
- colorHoverWarning: string;
1140
- colorPressedWarning: string;
1141
- colorFocusWarning: string;
1142
- colorDisabledWarning: string;
1143
- textColorWarning: string;
1144
- textColorHoverWarning: string;
1145
- textColorPressedWarning: string;
1146
- textColorFocusWarning: string;
1147
- textColorDisabledWarning: string;
1148
- textColorTextWarning: string;
1149
- textColorTextHoverWarning: string;
1150
- textColorTextPressedWarning: string;
1151
- textColorTextFocusWarning: string;
1152
- textColorTextDisabledWarning: string;
1153
- textColorGhostWarning: string;
1154
- textColorGhostHoverWarning: string;
1155
- textColorGhostPressedWarning: string;
1156
- textColorGhostFocusWarning: string;
1157
- textColorGhostDisabledWarning: string;
1158
- borderWarning: string;
1159
- borderHoverWarning: string;
1160
- borderPressedWarning: string;
1161
- borderFocusWarning: string;
1162
- borderDisabledWarning: string;
1163
- rippleColorWarning: string;
1164
- colorError: string;
1165
- colorHoverError: string;
1166
- colorPressedError: string;
1167
- colorFocusError: string;
1168
- colorDisabledError: string;
1169
- textColorError: string;
1170
- textColorHoverError: string;
1171
- textColorPressedError: string;
1172
- textColorFocusError: string;
1173
- textColorDisabledError: string;
1174
- textColorTextError: string;
1175
- textColorTextHoverError: string;
1176
- textColorTextPressedError: string;
1177
- textColorTextFocusError: string;
1178
- textColorTextDisabledError: string;
1179
- textColorGhostError: string;
1180
- textColorGhostHoverError: string;
1181
- textColorGhostPressedError: string;
1182
- textColorGhostFocusError: string;
1183
- textColorGhostDisabledError: string;
1184
- borderError: string;
1185
- borderHoverError: string;
1186
- borderPressedError: string;
1187
- borderFocusError: string;
1188
- borderDisabledError: string;
1189
- rippleColorError: string;
1190
- waveOpacity: string;
1191
- fontWeight: string;
1192
- fontWeightStrong: string;
1193
- paddingTiny: string;
1194
- paddingSmall: string;
1195
- paddingMedium: string;
1196
- paddingLarge: string;
1197
- paddingRoundTiny: string;
1198
- paddingRoundSmall: string;
1199
- paddingRoundMedium: string;
1200
- paddingRoundLarge: string;
1201
- iconMarginTiny: string;
1202
- iconMarginSmall: string;
1203
- iconMarginMedium: string;
1204
- iconMarginLarge: string;
1205
- iconSizeTiny: string;
1206
- iconSizeSmall: string;
1207
- iconSizeMedium: string;
1208
- iconSizeLarge: string;
1209
- rippleDuration: string;
1210
- }, any>;
1211
- Input: import("naive-ui/es/_mixins").Theme<"Input", {
1212
- countTextColor: string;
1213
- heightTiny: string;
1214
- heightSmall: string;
1215
- heightMedium: string;
1216
- heightLarge: string;
1217
- fontSizeTiny: string;
1218
- fontSizeSmall: string;
1219
- fontSizeMedium: string;
1220
- fontSizeLarge: string;
1221
- lineHeight: string;
1222
- lineHeightTextarea: string;
1223
- borderRadius: string;
1224
- iconSize: string;
1225
- groupLabelColor: string;
1226
- groupLabelTextColor: string;
1227
- textColor: string;
1228
- textColorDisabled: string;
1229
- textDecorationColor: string;
1230
- caretColor: string;
1231
- placeholderColor: string;
1232
- placeholderColorDisabled: string;
1233
- color: string;
1234
- colorDisabled: string;
1235
- colorFocus: string;
1236
- groupLabelBorder: string;
1237
- border: string;
1238
- borderHover: string;
1239
- borderDisabled: string;
1240
- borderFocus: string;
1241
- boxShadowFocus: string;
1242
- loadingColor: string;
1243
- loadingColorWarning: string;
1244
- borderWarning: string;
1245
- borderHoverWarning: string;
1246
- colorFocusWarning: string;
1247
- borderFocusWarning: string;
1248
- boxShadowFocusWarning: string;
1249
- caretColorWarning: string;
1250
- loadingColorError: string;
1251
- borderError: string;
1252
- borderHoverError: string;
1253
- colorFocusError: string;
1254
- borderFocusError: string;
1255
- boxShadowFocusError: string;
1256
- caretColorError: string;
1257
- clearColor: string;
1258
- clearColorHover: string;
1259
- clearColorPressed: string;
1260
- iconColor: string;
1261
- iconColorDisabled: string;
1262
- iconColorHover: string;
1263
- iconColorPressed: string;
1264
- suffixTextColor: string;
1265
- paddingTiny: string;
1266
- paddingSmall: string;
1267
- paddingMedium: string;
1268
- paddingLarge: string;
1269
- clearSize: string;
1270
- }, any>;
1271
- };
1272
- peerOverrides: {
1273
- Button?: {
1274
- peers?: {
1275
- [x: string]: any;
1276
- } | undefined;
1277
- } | undefined;
1278
- Input?: {
1279
- peers?: {
1280
- [x: string]: any;
1281
- } | undefined;
1282
- } | undefined;
1283
- };
1284
- }>;
1285
- inputThemeOverrides: {
1286
- paddingSmall: string;
1287
- paddingMedium: string;
1288
- paddingLarge: string;
1289
- };
1290
- buttonThemeOverrides: import("vue").ComputedRef<{
1291
- textColorTextDisabled: string;
1292
- opacityDisabled: string;
1293
- }>;
1294
- focus: () => void;
1295
- blur: () => void;
1296
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1297
- autofocus: BooleanConstructor;
1298
- loading: {
1299
- type: BooleanConstructor;
1300
- default: undefined;
1301
- };
1302
- placeholder: StringConstructor;
1303
- defaultValue: {
1304
- type: import("vue").PropType<number | null>;
1305
- default: null;
1306
- };
1307
- value: import("vue").PropType<number | null>;
1308
- step: {
1309
- type: (NumberConstructor | StringConstructor)[];
1310
- default: number;
1311
- };
1312
- min: (NumberConstructor | StringConstructor)[];
1313
- max: (NumberConstructor | StringConstructor)[];
1314
- size: import("vue").PropType<"small" | "medium" | "large">;
1315
- disabled: {
1316
- type: import("vue").PropType<boolean | undefined>;
1317
- default: undefined;
1318
- };
1319
- validator: import("vue").PropType<(value: number) => boolean>;
1320
- bordered: {
1321
- type: import("vue").PropType<boolean | undefined>;
1322
- default: undefined;
1323
- };
1324
- showButton: {
1325
- type: BooleanConstructor;
1326
- default: boolean;
1327
- };
1328
- readonly: BooleanConstructor;
1329
- clearable: BooleanConstructor;
1330
- keyboard: {
1331
- type: import("vue").PropType<{
1332
- ArrowUp?: boolean | undefined;
1333
- ArrowDown?: boolean | undefined;
1334
- }>;
1335
- default: {};
1336
- };
1337
- updateValueOnInput: {
1338
- type: BooleanConstructor;
1339
- default: boolean;
1340
- };
1341
- status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1342
- 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
1343
- onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
1344
- onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1345
- onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1346
- onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1347
- onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
1348
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"InputNumber", {
1349
- iconColorDisabled: string;
1350
- }, {
1351
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
1352
- heightTiny: string;
1353
- heightSmall: string;
1354
- heightMedium: string;
1355
- heightLarge: string;
1356
- borderRadiusTiny: string;
1357
- borderRadiusSmall: string;
1358
- borderRadiusMedium: string;
1359
- borderRadiusLarge: string;
1360
- fontSizeTiny: string;
1361
- fontSizeSmall: string;
1362
- fontSizeMedium: string;
1363
- fontSizeLarge: string;
1364
- opacityDisabled: string;
1365
- colorOpacitySecondary: string;
1366
- colorOpacitySecondaryHover: string;
1367
- colorOpacitySecondaryPressed: string;
1368
- colorSecondary: string;
1369
- colorSecondaryHover: string;
1370
- colorSecondaryPressed: string;
1371
- colorTertiary: string;
1372
- colorTertiaryHover: string;
1373
- colorTertiaryPressed: string;
1374
- colorQuaternary: string;
1375
- colorQuaternaryHover: string;
1376
- colorQuaternaryPressed: string;
1377
- color: string;
1378
- colorHover: string;
1379
- colorPressed: string;
1380
- colorFocus: string;
1381
- colorDisabled: string;
1382
- textColor: string;
1383
- textColorTertiary: string;
1384
- textColorHover: string;
1385
- textColorPressed: string;
1386
- textColorFocus: string;
1387
- textColorDisabled: string;
1388
- textColorText: string;
1389
- textColorTextHover: string;
1390
- textColorTextPressed: string;
1391
- textColorTextFocus: string;
1392
- textColorTextDisabled: string;
1393
- textColorGhost: string;
1394
- textColorGhostHover: string;
1395
- textColorGhostPressed: string;
1396
- textColorGhostFocus: string;
1397
- textColorGhostDisabled: string;
1398
- border: string;
1399
- borderHover: string;
1400
- borderPressed: string;
1401
- borderFocus: string;
1402
- borderDisabled: string;
1403
- rippleColor: string;
1404
- colorPrimary: string;
1405
- colorHoverPrimary: string;
1406
- colorPressedPrimary: string;
1407
- colorFocusPrimary: string;
1408
- colorDisabledPrimary: string;
1409
- textColorPrimary: string;
1410
- textColorHoverPrimary: string;
1411
- textColorPressedPrimary: string;
1412
- textColorFocusPrimary: string;
1413
- textColorDisabledPrimary: string;
1414
- textColorTextPrimary: string;
1415
- textColorTextHoverPrimary: string;
1416
- textColorTextPressedPrimary: string;
1417
- textColorTextFocusPrimary: string;
1418
- textColorTextDisabledPrimary: string;
1419
- textColorGhostPrimary: string;
1420
- textColorGhostHoverPrimary: string;
1421
- textColorGhostPressedPrimary: string;
1422
- textColorGhostFocusPrimary: string;
1423
- textColorGhostDisabledPrimary: string;
1424
- borderPrimary: string;
1425
- borderHoverPrimary: string;
1426
- borderPressedPrimary: string;
1427
- borderFocusPrimary: string;
1428
- borderDisabledPrimary: string;
1429
- rippleColorPrimary: string;
1430
- colorInfo: string;
1431
- colorHoverInfo: string;
1432
- colorPressedInfo: string;
1433
- colorFocusInfo: string;
1434
- colorDisabledInfo: string;
1435
- textColorInfo: string;
1436
- textColorHoverInfo: string;
1437
- textColorPressedInfo: string;
1438
- textColorFocusInfo: string;
1439
- textColorDisabledInfo: string;
1440
- textColorTextInfo: string;
1441
- textColorTextHoverInfo: string;
1442
- textColorTextPressedInfo: string;
1443
- textColorTextFocusInfo: string;
1444
- textColorTextDisabledInfo: string;
1445
- textColorGhostInfo: string;
1446
- textColorGhostHoverInfo: string;
1447
- textColorGhostPressedInfo: string;
1448
- textColorGhostFocusInfo: string;
1449
- textColorGhostDisabledInfo: string;
1450
- borderInfo: string;
1451
- borderHoverInfo: string;
1452
- borderPressedInfo: string;
1453
- borderFocusInfo: string;
1454
- borderDisabledInfo: string;
1455
- rippleColorInfo: string;
1456
- colorSuccess: string;
1457
- colorHoverSuccess: string;
1458
- colorPressedSuccess: string;
1459
- colorFocusSuccess: string;
1460
- colorDisabledSuccess: string;
1461
- textColorSuccess: string;
1462
- textColorHoverSuccess: string;
1463
- textColorPressedSuccess: string;
1464
- textColorFocusSuccess: string;
1465
- textColorDisabledSuccess: string;
1466
- textColorTextSuccess: string;
1467
- textColorTextHoverSuccess: string;
1468
- textColorTextPressedSuccess: string;
1469
- textColorTextFocusSuccess: string;
1470
- textColorTextDisabledSuccess: string;
1471
- textColorGhostSuccess: string;
1472
- textColorGhostHoverSuccess: string;
1473
- textColorGhostPressedSuccess: string;
1474
- textColorGhostFocusSuccess: string;
1475
- textColorGhostDisabledSuccess: string;
1476
- borderSuccess: string;
1477
- borderHoverSuccess: string;
1478
- borderPressedSuccess: string;
1479
- borderFocusSuccess: string;
1480
- borderDisabledSuccess: string;
1481
- rippleColorSuccess: string;
1482
- colorWarning: string;
1483
- colorHoverWarning: string;
1484
- colorPressedWarning: string;
1485
- colorFocusWarning: string;
1486
- colorDisabledWarning: string;
1487
- textColorWarning: string;
1488
- textColorHoverWarning: string;
1489
- textColorPressedWarning: string;
1490
- textColorFocusWarning: string;
1491
- textColorDisabledWarning: string;
1492
- textColorTextWarning: string;
1493
- textColorTextHoverWarning: string;
1494
- textColorTextPressedWarning: string;
1495
- textColorTextFocusWarning: string;
1496
- textColorTextDisabledWarning: string;
1497
- textColorGhostWarning: string;
1498
- textColorGhostHoverWarning: string;
1499
- textColorGhostPressedWarning: string;
1500
- textColorGhostFocusWarning: string;
1501
- textColorGhostDisabledWarning: string;
1502
- borderWarning: string;
1503
- borderHoverWarning: string;
1504
- borderPressedWarning: string;
1505
- borderFocusWarning: string;
1506
- borderDisabledWarning: string;
1507
- rippleColorWarning: string;
1508
- colorError: string;
1509
- colorHoverError: string;
1510
- colorPressedError: string;
1511
- colorFocusError: string;
1512
- colorDisabledError: string;
1513
- textColorError: string;
1514
- textColorHoverError: string;
1515
- textColorPressedError: string;
1516
- textColorFocusError: string;
1517
- textColorDisabledError: string;
1518
- textColorTextError: string;
1519
- textColorTextHoverError: string;
1520
- textColorTextPressedError: string;
1521
- textColorTextFocusError: string;
1522
- textColorTextDisabledError: string;
1523
- textColorGhostError: string;
1524
- textColorGhostHoverError: string;
1525
- textColorGhostPressedError: string;
1526
- textColorGhostFocusError: string;
1527
- textColorGhostDisabledError: string;
1528
- borderError: string;
1529
- borderHoverError: string;
1530
- borderPressedError: string;
1531
- borderFocusError: string;
1532
- borderDisabledError: string;
1533
- rippleColorError: string;
1534
- waveOpacity: string;
1535
- fontWeight: string;
1536
- fontWeightStrong: string;
1537
- paddingTiny: string;
1538
- paddingSmall: string;
1539
- paddingMedium: string;
1540
- paddingLarge: string;
1541
- paddingRoundTiny: string;
1542
- paddingRoundSmall: string;
1543
- paddingRoundMedium: string;
1544
- paddingRoundLarge: string;
1545
- iconMarginTiny: string;
1546
- iconMarginSmall: string;
1547
- iconMarginMedium: string;
1548
- iconMarginLarge: string;
1549
- iconSizeTiny: string;
1550
- iconSizeSmall: string;
1551
- iconSizeMedium: string;
1552
- iconSizeLarge: string;
1553
- rippleDuration: string;
1554
- }, any>;
1555
- Input: import("naive-ui/es/_mixins").Theme<"Input", {
1556
- countTextColor: string;
1557
- heightTiny: string;
1558
- heightSmall: string;
1559
- heightMedium: string;
1560
- heightLarge: string;
1561
- fontSizeTiny: string;
1562
- fontSizeSmall: string;
1563
- fontSizeMedium: string;
1564
- fontSizeLarge: string;
1565
- lineHeight: string;
1566
- lineHeightTextarea: string;
1567
- borderRadius: string;
1568
- iconSize: string;
1569
- groupLabelColor: string;
1570
- groupLabelTextColor: string;
1571
- textColor: string;
1572
- textColorDisabled: string;
1573
- textDecorationColor: string;
1574
- caretColor: string;
1575
- placeholderColor: string;
1576
- placeholderColorDisabled: string;
1577
- color: string;
1578
- colorDisabled: string;
1579
- colorFocus: string;
1580
- groupLabelBorder: string;
1581
- border: string;
1582
- borderHover: string;
1583
- borderDisabled: string;
1584
- borderFocus: string;
1585
- boxShadowFocus: string;
1586
- loadingColor: string;
1587
- loadingColorWarning: string;
1588
- borderWarning: string;
1589
- borderHoverWarning: string;
1590
- colorFocusWarning: string;
1591
- borderFocusWarning: string;
1592
- boxShadowFocusWarning: string;
1593
- caretColorWarning: string;
1594
- loadingColorError: string;
1595
- borderError: string;
1596
- borderHoverError: string;
1597
- colorFocusError: string;
1598
- borderFocusError: string;
1599
- boxShadowFocusError: string;
1600
- caretColorError: string;
1601
- clearColor: string;
1602
- clearColorHover: string;
1603
- clearColorPressed: string;
1604
- iconColor: string;
1605
- iconColorDisabled: string;
1606
- iconColorHover: string;
1607
- iconColorPressed: string;
1608
- suffixTextColor: string;
1609
- paddingTiny: string;
1610
- paddingSmall: string;
1611
- paddingMedium: string;
1612
- paddingLarge: string;
1613
- clearSize: string;
1614
- }, any>;
1615
- }>>;
1616
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"InputNumber", {
1617
- iconColorDisabled: string;
1618
- }, {
1619
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
1620
- heightTiny: string;
1621
- heightSmall: string;
1622
- heightMedium: string;
1623
- heightLarge: string;
1624
- borderRadiusTiny: string;
1625
- borderRadiusSmall: string;
1626
- borderRadiusMedium: string;
1627
- borderRadiusLarge: string;
1628
- fontSizeTiny: string;
1629
- fontSizeSmall: string;
1630
- fontSizeMedium: string;
1631
- fontSizeLarge: string;
1632
- opacityDisabled: string;
1633
- colorOpacitySecondary: string;
1634
- colorOpacitySecondaryHover: string;
1635
- colorOpacitySecondaryPressed: string;
1636
- colorSecondary: string;
1637
- colorSecondaryHover: string;
1638
- colorSecondaryPressed: string;
1639
- colorTertiary: string;
1640
- colorTertiaryHover: string;
1641
- colorTertiaryPressed: string;
1642
- colorQuaternary: string;
1643
- colorQuaternaryHover: string;
1644
- colorQuaternaryPressed: string;
1645
- color: string;
1646
- colorHover: string;
1647
- colorPressed: string;
1648
- colorFocus: string;
1649
- colorDisabled: string;
1650
- textColor: string;
1651
- textColorTertiary: string;
1652
- textColorHover: string;
1653
- textColorPressed: string;
1654
- textColorFocus: string;
1655
- textColorDisabled: string;
1656
- textColorText: string;
1657
- textColorTextHover: string;
1658
- textColorTextPressed: string;
1659
- textColorTextFocus: string;
1660
- textColorTextDisabled: string;
1661
- textColorGhost: string;
1662
- textColorGhostHover: string;
1663
- textColorGhostPressed: string;
1664
- textColorGhostFocus: string;
1665
- textColorGhostDisabled: string;
1666
- border: string;
1667
- borderHover: string;
1668
- borderPressed: string;
1669
- borderFocus: string;
1670
- borderDisabled: string;
1671
- rippleColor: string;
1672
- colorPrimary: string;
1673
- colorHoverPrimary: string;
1674
- colorPressedPrimary: string;
1675
- colorFocusPrimary: string;
1676
- colorDisabledPrimary: string;
1677
- textColorPrimary: string;
1678
- textColorHoverPrimary: string;
1679
- textColorPressedPrimary: string;
1680
- textColorFocusPrimary: string;
1681
- textColorDisabledPrimary: string;
1682
- textColorTextPrimary: string;
1683
- textColorTextHoverPrimary: string;
1684
- textColorTextPressedPrimary: string;
1685
- textColorTextFocusPrimary: string;
1686
- textColorTextDisabledPrimary: string;
1687
- textColorGhostPrimary: string;
1688
- textColorGhostHoverPrimary: string;
1689
- textColorGhostPressedPrimary: string;
1690
- textColorGhostFocusPrimary: string;
1691
- textColorGhostDisabledPrimary: string;
1692
- borderPrimary: string;
1693
- borderHoverPrimary: string;
1694
- borderPressedPrimary: string;
1695
- borderFocusPrimary: string;
1696
- borderDisabledPrimary: string;
1697
- rippleColorPrimary: string;
1698
- colorInfo: string;
1699
- colorHoverInfo: string;
1700
- colorPressedInfo: string;
1701
- colorFocusInfo: string;
1702
- colorDisabledInfo: string;
1703
- textColorInfo: string;
1704
- textColorHoverInfo: string;
1705
- textColorPressedInfo: string;
1706
- textColorFocusInfo: string;
1707
- textColorDisabledInfo: string;
1708
- textColorTextInfo: string;
1709
- textColorTextHoverInfo: string;
1710
- textColorTextPressedInfo: string;
1711
- textColorTextFocusInfo: string;
1712
- textColorTextDisabledInfo: string;
1713
- textColorGhostInfo: string;
1714
- textColorGhostHoverInfo: string;
1715
- textColorGhostPressedInfo: string;
1716
- textColorGhostFocusInfo: string;
1717
- textColorGhostDisabledInfo: string;
1718
- borderInfo: string;
1719
- borderHoverInfo: string;
1720
- borderPressedInfo: string;
1721
- borderFocusInfo: string;
1722
- borderDisabledInfo: string;
1723
- rippleColorInfo: string;
1724
- colorSuccess: string;
1725
- colorHoverSuccess: string;
1726
- colorPressedSuccess: string;
1727
- colorFocusSuccess: string;
1728
- colorDisabledSuccess: string;
1729
- textColorSuccess: string;
1730
- textColorHoverSuccess: string;
1731
- textColorPressedSuccess: string;
1732
- textColorFocusSuccess: string;
1733
- textColorDisabledSuccess: string;
1734
- textColorTextSuccess: string;
1735
- textColorTextHoverSuccess: string;
1736
- textColorTextPressedSuccess: string;
1737
- textColorTextFocusSuccess: string;
1738
- textColorTextDisabledSuccess: string;
1739
- textColorGhostSuccess: string;
1740
- textColorGhostHoverSuccess: string;
1741
- textColorGhostPressedSuccess: string;
1742
- textColorGhostFocusSuccess: string;
1743
- textColorGhostDisabledSuccess: string;
1744
- borderSuccess: string;
1745
- borderHoverSuccess: string;
1746
- borderPressedSuccess: string;
1747
- borderFocusSuccess: string;
1748
- borderDisabledSuccess: string;
1749
- rippleColorSuccess: string;
1750
- colorWarning: string;
1751
- colorHoverWarning: string;
1752
- colorPressedWarning: string;
1753
- colorFocusWarning: string;
1754
- colorDisabledWarning: string;
1755
- textColorWarning: string;
1756
- textColorHoverWarning: string;
1757
- textColorPressedWarning: string;
1758
- textColorFocusWarning: string;
1759
- textColorDisabledWarning: string;
1760
- textColorTextWarning: string;
1761
- textColorTextHoverWarning: string;
1762
- textColorTextPressedWarning: string;
1763
- textColorTextFocusWarning: string;
1764
- textColorTextDisabledWarning: string;
1765
- textColorGhostWarning: string;
1766
- textColorGhostHoverWarning: string;
1767
- textColorGhostPressedWarning: string;
1768
- textColorGhostFocusWarning: string;
1769
- textColorGhostDisabledWarning: string;
1770
- borderWarning: string;
1771
- borderHoverWarning: string;
1772
- borderPressedWarning: string;
1773
- borderFocusWarning: string;
1774
- borderDisabledWarning: string;
1775
- rippleColorWarning: string;
1776
- colorError: string;
1777
- colorHoverError: string;
1778
- colorPressedError: string;
1779
- colorFocusError: string;
1780
- colorDisabledError: string;
1781
- textColorError: string;
1782
- textColorHoverError: string;
1783
- textColorPressedError: string;
1784
- textColorFocusError: string;
1785
- textColorDisabledError: string;
1786
- textColorTextError: string;
1787
- textColorTextHoverError: string;
1788
- textColorTextPressedError: string;
1789
- textColorTextFocusError: string;
1790
- textColorTextDisabledError: string;
1791
- textColorGhostError: string;
1792
- textColorGhostHoverError: string;
1793
- textColorGhostPressedError: string;
1794
- textColorGhostFocusError: string;
1795
- textColorGhostDisabledError: string;
1796
- borderError: string;
1797
- borderHoverError: string;
1798
- borderPressedError: string;
1799
- borderFocusError: string;
1800
- borderDisabledError: string;
1801
- rippleColorError: string;
1802
- waveOpacity: string;
1803
- fontWeight: string;
1804
- fontWeightStrong: string;
1805
- paddingTiny: string;
1806
- paddingSmall: string;
1807
- paddingMedium: string;
1808
- paddingLarge: string;
1809
- paddingRoundTiny: string;
1810
- paddingRoundSmall: string;
1811
- paddingRoundMedium: string;
1812
- paddingRoundLarge: string;
1813
- iconMarginTiny: string;
1814
- iconMarginSmall: string;
1815
- iconMarginMedium: string;
1816
- iconMarginLarge: string;
1817
- iconSizeTiny: string;
1818
- iconSizeSmall: string;
1819
- iconSizeMedium: string;
1820
- iconSizeLarge: string;
1821
- rippleDuration: string;
1822
- }, any>;
1823
- Input: import("naive-ui/es/_mixins").Theme<"Input", {
1824
- countTextColor: string;
1825
- heightTiny: string;
1826
- heightSmall: string;
1827
- heightMedium: string;
1828
- heightLarge: string;
1829
- fontSizeTiny: string;
1830
- fontSizeSmall: string;
1831
- fontSizeMedium: string;
1832
- fontSizeLarge: string;
1833
- lineHeight: string;
1834
- lineHeightTextarea: string;
1835
- borderRadius: string;
1836
- iconSize: string;
1837
- groupLabelColor: string;
1838
- groupLabelTextColor: string;
1839
- textColor: string;
1840
- textColorDisabled: string;
1841
- textDecorationColor: string;
1842
- caretColor: string;
1843
- placeholderColor: string;
1844
- placeholderColorDisabled: string;
1845
- color: string;
1846
- colorDisabled: string;
1847
- colorFocus: string;
1848
- groupLabelBorder: string;
1849
- border: string;
1850
- borderHover: string;
1851
- borderDisabled: string;
1852
- borderFocus: string;
1853
- boxShadowFocus: string;
1854
- loadingColor: string;
1855
- loadingColorWarning: string;
1856
- borderWarning: string;
1857
- borderHoverWarning: string;
1858
- colorFocusWarning: string;
1859
- borderFocusWarning: string;
1860
- boxShadowFocusWarning: string;
1861
- caretColorWarning: string;
1862
- loadingColorError: string;
1863
- borderError: string;
1864
- borderHoverError: string;
1865
- colorFocusError: string;
1866
- borderFocusError: string;
1867
- boxShadowFocusError: string;
1868
- caretColorError: string;
1869
- clearColor: string;
1870
- clearColorHover: string;
1871
- clearColorPressed: string;
1872
- iconColor: string;
1873
- iconColorDisabled: string;
1874
- iconColorHover: string;
1875
- iconColorPressed: string;
1876
- suffixTextColor: string;
1877
- paddingTiny: string;
1878
- paddingSmall: string;
1879
- paddingMedium: string;
1880
- paddingLarge: string;
1881
- clearSize: string;
1882
- }, any>;
1883
- }>>>;
1884
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"InputNumber", {
1885
- iconColorDisabled: string;
1886
- }, {
1887
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
1888
- heightTiny: string;
1889
- heightSmall: string;
1890
- heightMedium: string;
1891
- heightLarge: string;
1892
- borderRadiusTiny: string;
1893
- borderRadiusSmall: string;
1894
- borderRadiusMedium: string;
1895
- borderRadiusLarge: string;
1896
- fontSizeTiny: string;
1897
- fontSizeSmall: string;
1898
- fontSizeMedium: string;
1899
- fontSizeLarge: string;
1900
- opacityDisabled: string;
1901
- colorOpacitySecondary: string;
1902
- colorOpacitySecondaryHover: string;
1903
- colorOpacitySecondaryPressed: string;
1904
- colorSecondary: string;
1905
- colorSecondaryHover: string;
1906
- colorSecondaryPressed: string;
1907
- colorTertiary: string;
1908
- colorTertiaryHover: string;
1909
- colorTertiaryPressed: string;
1910
- colorQuaternary: string;
1911
- colorQuaternaryHover: string;
1912
- colorQuaternaryPressed: string;
1913
- color: string;
1914
- colorHover: string;
1915
- colorPressed: string;
1916
- colorFocus: string;
1917
- colorDisabled: string;
1918
- textColor: string;
1919
- textColorTertiary: string;
1920
- textColorHover: string;
1921
- textColorPressed: string;
1922
- textColorFocus: string;
1923
- textColorDisabled: string;
1924
- textColorText: string;
1925
- textColorTextHover: string;
1926
- textColorTextPressed: string;
1927
- textColorTextFocus: string;
1928
- textColorTextDisabled: string;
1929
- textColorGhost: string;
1930
- textColorGhostHover: string;
1931
- textColorGhostPressed: string;
1932
- textColorGhostFocus: string;
1933
- textColorGhostDisabled: string;
1934
- border: string;
1935
- borderHover: string;
1936
- borderPressed: string;
1937
- borderFocus: string;
1938
- borderDisabled: string;
1939
- rippleColor: string;
1940
- colorPrimary: string;
1941
- colorHoverPrimary: string;
1942
- colorPressedPrimary: string;
1943
- colorFocusPrimary: string;
1944
- colorDisabledPrimary: string;
1945
- textColorPrimary: string;
1946
- textColorHoverPrimary: string;
1947
- textColorPressedPrimary: string;
1948
- textColorFocusPrimary: string;
1949
- textColorDisabledPrimary: string;
1950
- textColorTextPrimary: string;
1951
- textColorTextHoverPrimary: string;
1952
- textColorTextPressedPrimary: string;
1953
- textColorTextFocusPrimary: string;
1954
- textColorTextDisabledPrimary: string;
1955
- textColorGhostPrimary: string;
1956
- textColorGhostHoverPrimary: string;
1957
- textColorGhostPressedPrimary: string;
1958
- textColorGhostFocusPrimary: string;
1959
- textColorGhostDisabledPrimary: string;
1960
- borderPrimary: string;
1961
- borderHoverPrimary: string;
1962
- borderPressedPrimary: string;
1963
- borderFocusPrimary: string;
1964
- borderDisabledPrimary: string;
1965
- rippleColorPrimary: string;
1966
- colorInfo: string;
1967
- colorHoverInfo: string;
1968
- colorPressedInfo: string;
1969
- colorFocusInfo: string;
1970
- colorDisabledInfo: string;
1971
- textColorInfo: string;
1972
- textColorHoverInfo: string;
1973
- textColorPressedInfo: string;
1974
- textColorFocusInfo: string;
1975
- textColorDisabledInfo: string;
1976
- textColorTextInfo: string;
1977
- textColorTextHoverInfo: string;
1978
- textColorTextPressedInfo: string;
1979
- textColorTextFocusInfo: string;
1980
- textColorTextDisabledInfo: string;
1981
- textColorGhostInfo: string;
1982
- textColorGhostHoverInfo: string;
1983
- textColorGhostPressedInfo: string;
1984
- textColorGhostFocusInfo: string;
1985
- textColorGhostDisabledInfo: string;
1986
- borderInfo: string;
1987
- borderHoverInfo: string;
1988
- borderPressedInfo: string;
1989
- borderFocusInfo: string;
1990
- borderDisabledInfo: string;
1991
- rippleColorInfo: string;
1992
- colorSuccess: string;
1993
- colorHoverSuccess: string;
1994
- colorPressedSuccess: string;
1995
- colorFocusSuccess: string;
1996
- colorDisabledSuccess: string;
1997
- textColorSuccess: string;
1998
- textColorHoverSuccess: string;
1999
- textColorPressedSuccess: string;
2000
- textColorFocusSuccess: string;
2001
- textColorDisabledSuccess: string;
2002
- textColorTextSuccess: string;
2003
- textColorTextHoverSuccess: string;
2004
- textColorTextPressedSuccess: string;
2005
- textColorTextFocusSuccess: string;
2006
- textColorTextDisabledSuccess: string;
2007
- textColorGhostSuccess: string;
2008
- textColorGhostHoverSuccess: string;
2009
- textColorGhostPressedSuccess: string;
2010
- textColorGhostFocusSuccess: string;
2011
- textColorGhostDisabledSuccess: string;
2012
- borderSuccess: string;
2013
- borderHoverSuccess: string;
2014
- borderPressedSuccess: string;
2015
- borderFocusSuccess: string;
2016
- borderDisabledSuccess: string;
2017
- rippleColorSuccess: string;
2018
- colorWarning: string;
2019
- colorHoverWarning: string;
2020
- colorPressedWarning: string;
2021
- colorFocusWarning: string;
2022
- colorDisabledWarning: string;
2023
- textColorWarning: string;
2024
- textColorHoverWarning: string;
2025
- textColorPressedWarning: string;
2026
- textColorFocusWarning: string;
2027
- textColorDisabledWarning: string;
2028
- textColorTextWarning: string;
2029
- textColorTextHoverWarning: string;
2030
- textColorTextPressedWarning: string;
2031
- textColorTextFocusWarning: string;
2032
- textColorTextDisabledWarning: string;
2033
- textColorGhostWarning: string;
2034
- textColorGhostHoverWarning: string;
2035
- textColorGhostPressedWarning: string;
2036
- textColorGhostFocusWarning: string;
2037
- textColorGhostDisabledWarning: string;
2038
- borderWarning: string;
2039
- borderHoverWarning: string;
2040
- borderPressedWarning: string;
2041
- borderFocusWarning: string;
2042
- borderDisabledWarning: string;
2043
- rippleColorWarning: string;
2044
- colorError: string;
2045
- colorHoverError: string;
2046
- colorPressedError: string;
2047
- colorFocusError: string;
2048
- colorDisabledError: string;
2049
- textColorError: string;
2050
- textColorHoverError: string;
2051
- textColorPressedError: string;
2052
- textColorFocusError: string;
2053
- textColorDisabledError: string;
2054
- textColorTextError: string;
2055
- textColorTextHoverError: string;
2056
- textColorTextPressedError: string;
2057
- textColorTextFocusError: string;
2058
- textColorTextDisabledError: string;
2059
- textColorGhostError: string;
2060
- textColorGhostHoverError: string;
2061
- textColorGhostPressedError: string;
2062
- textColorGhostFocusError: string;
2063
- textColorGhostDisabledError: string;
2064
- borderError: string;
2065
- borderHoverError: string;
2066
- borderPressedError: string;
2067
- borderFocusError: string;
2068
- borderDisabledError: string;
2069
- rippleColorError: string;
2070
- waveOpacity: string;
2071
- fontWeight: string;
2072
- fontWeightStrong: string;
2073
- paddingTiny: string;
2074
- paddingSmall: string;
2075
- paddingMedium: string;
2076
- paddingLarge: string;
2077
- paddingRoundTiny: string;
2078
- paddingRoundSmall: string;
2079
- paddingRoundMedium: string;
2080
- paddingRoundLarge: string;
2081
- iconMarginTiny: string;
2082
- iconMarginSmall: string;
2083
- iconMarginMedium: string;
2084
- iconMarginLarge: string;
2085
- iconSizeTiny: string;
2086
- iconSizeSmall: string;
2087
- iconSizeMedium: string;
2088
- iconSizeLarge: string;
2089
- rippleDuration: string;
2090
- }, any>;
2091
- Input: import("naive-ui/es/_mixins").Theme<"Input", {
2092
- countTextColor: string;
2093
- heightTiny: string;
2094
- heightSmall: string;
2095
- heightMedium: string;
2096
- heightLarge: string;
2097
- fontSizeTiny: string;
2098
- fontSizeSmall: string;
2099
- fontSizeMedium: string;
2100
- fontSizeLarge: string;
2101
- lineHeight: string;
2102
- lineHeightTextarea: string;
2103
- borderRadius: string;
2104
- iconSize: string;
2105
- groupLabelColor: string;
2106
- groupLabelTextColor: string;
2107
- textColor: string;
2108
- textColorDisabled: string;
2109
- textDecorationColor: string;
2110
- caretColor: string;
2111
- placeholderColor: string;
2112
- placeholderColorDisabled: string;
2113
- color: string;
2114
- colorDisabled: string;
2115
- colorFocus: string;
2116
- groupLabelBorder: string;
2117
- border: string;
2118
- borderHover: string;
2119
- borderDisabled: string;
2120
- borderFocus: string;
2121
- boxShadowFocus: string;
2122
- loadingColor: string;
2123
- loadingColorWarning: string;
2124
- borderWarning: string;
2125
- borderHoverWarning: string;
2126
- colorFocusWarning: string;
2127
- borderFocusWarning: string;
2128
- boxShadowFocusWarning: string;
2129
- caretColorWarning: string;
2130
- loadingColorError: string;
2131
- borderError: string;
2132
- borderHoverError: string;
2133
- colorFocusError: string;
2134
- borderFocusError: string;
2135
- boxShadowFocusError: string;
2136
- caretColorError: string;
2137
- clearColor: string;
2138
- clearColorHover: string;
2139
- clearColorPressed: string;
2140
- iconColor: string;
2141
- iconColorDisabled: string;
2142
- iconColorHover: string;
2143
- iconColorPressed: string;
2144
- suffixTextColor: string;
2145
- paddingTiny: string;
2146
- paddingSmall: string;
2147
- paddingMedium: string;
2148
- paddingLarge: string;
2149
- clearSize: string;
2150
- }, any>;
2151
- }>>>;
2152
- }>>, {
2153
- readonly: boolean;
2154
- disabled: boolean | undefined;
2155
- step: string | number;
2156
- autofocus: boolean;
2157
- loading: boolean;
2158
- bordered: boolean | undefined;
2159
- clearable: boolean;
2160
- defaultValue: number | null;
2161
- keyboard: {
2162
- ArrowUp?: boolean | undefined;
2163
- ArrowDown?: boolean | undefined;
2164
- };
2165
- showButton: boolean;
2166
- updateValueOnInput: boolean;
2167
- }>;
2
+ onChange: {};
3
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4
+ onChange: {};
5
+ }>>, {}>;