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

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 (679) hide show
  1. package/README.md +22 -22
  2. package/env.d.ts +42 -38
  3. package/es/_virtual/_commonjsHelpers.js +7 -0
  4. package/es/_virtual/css.escape.js +3 -0
  5. package/es/_virtual/{inherits.mjs → inherits.js} +0 -0
  6. package/es/_virtual/{inherits_browser.mjs → inherits_browser.js} +0 -0
  7. package/es/node_modules/css.escape/css.escape.js +110 -0
  8. package/es/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/{index.mjs → index.js} +0 -0
  9. package/es/node_modules/date-fns/esm/_lib/requiredArgs/{index.mjs → index.js} +0 -0
  10. package/es/node_modules/date-fns/esm/compareAsc/{index.mjs → index.js} +2 -2
  11. package/es/node_modules/date-fns/esm/differenceInCalendarDays/{index.mjs → index.js} +3 -3
  12. package/es/node_modules/date-fns/esm/differenceInCalendarMonths/{index.mjs → index.js} +2 -2
  13. package/es/node_modules/date-fns/esm/differenceInDays/{index.mjs → index.js} +3 -3
  14. package/es/node_modules/date-fns/esm/differenceInMonths/{index.mjs → index.js} +5 -5
  15. package/es/node_modules/date-fns/esm/endOfDay/{index.mjs → index.js} +2 -2
  16. package/es/node_modules/date-fns/esm/endOfMonth/{index.mjs → index.js} +2 -2
  17. package/es/node_modules/date-fns/esm/isLastDayOfMonth/{index.mjs → index.js} +4 -4
  18. package/es/node_modules/date-fns/esm/startOfDay/{index.mjs → index.js} +2 -2
  19. package/es/node_modules/date-fns/esm/toDate/{index.mjs → index.js} +1 -1
  20. package/es/node_modules/diagram-js/lib/command/{CommandInterceptor.mjs → CommandInterceptor.js} +1 -1
  21. package/es/node_modules/diagram-js/lib/draw/{BaseRenderer.mjs → BaseRenderer.js} +0 -0
  22. package/es/node_modules/diagram-js/lib/features/popup-menu/{PopupMenu.mjs → PopupMenu.js} +27 -8
  23. package/es/node_modules/diagram-js/lib/features/rules/{RuleProvider.mjs → RuleProvider.js} +2 -2
  24. package/es/node_modules/diagram-js/lib/navigation/movecanvas/{MoveCanvas.mjs → MoveCanvas.js} +5 -5
  25. package/es/node_modules/diagram-js/lib/navigation/movecanvas/{index.mjs → index.js} +1 -1
  26. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/{ZoomScroll.mjs → ZoomScroll.js} +4 -4
  27. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/{ZoomUtil.mjs → ZoomUtil.js} +1 -1
  28. package/es/node_modules/diagram-js/lib/util/{ClickTrap.mjs → ClickTrap.js} +0 -0
  29. package/es/node_modules/diagram-js/lib/util/{Cursor.mjs → Cursor.js} +1 -1
  30. package/es/node_modules/diagram-js/lib/util/{Event.mjs → Event.js} +0 -0
  31. package/es/node_modules/diagram-js/lib/util/{Math.mjs → Math.js} +0 -0
  32. package/es/node_modules/diagram-js/lib/util/{Mouse.mjs → Mouse.js} +3 -3
  33. package/es/node_modules/diagram-js/lib/util/{Platform.mjs → Platform.js} +0 -0
  34. package/es/node_modules/diagram-js/lib/util/{PositionUtil.mjs → PositionUtil.js} +0 -0
  35. package/es/node_modules/diagram-js/lib/util/{RenderUtil.mjs → RenderUtil.js} +1 -1
  36. package/es/node_modules/diagram-js/lib/util/{SvgTransformUtil.mjs → SvgTransformUtil.js} +1 -1
  37. package/es/node_modules/ids/dist/{index.esm.mjs → index.esm.js} +0 -0
  38. package/es/node_modules/inherits/{inherits.mjs → inherits.js} +3 -3
  39. package/es/node_modules/inherits/{inherits_browser.mjs → inherits_browser.js} +1 -1
  40. package/es/node_modules/inherits-browser/dist/{index.es.mjs → index.es.js} +0 -0
  41. package/es/node_modules/min-dash/dist/{index.esm.mjs → index.esm.js} +0 -0
  42. package/es/node_modules/min-dom/dist/{index.esm.mjs → index.esm.js} +0 -0
  43. package/es/node_modules/tiny-svg/dist/{index.esm.mjs → index.esm.js} +0 -0
  44. package/es/packages/big-table/index.d.ts +2048 -0
  45. package/es/packages/big-table/index.js +17 -0
  46. package/es/packages/big-table/src/{BigTable2.mjs → BigTable.js} +2 -2
  47. package/es/packages/big-table/src/BigTable.vue.d.ts +2049 -0
  48. package/es/packages/big-table/src/{BigTable.vue_vue_type_script_setup_true_lang.mjs → BigTable.vue_vue_type_script_setup_true_lang.js} +81 -98
  49. package/es/packages/big-table/src/{bigTableEmits2.mjs → bigTableEmits.js} +2 -1
  50. package/es/packages/big-table/src/{bigTableProps2.mjs → bigTableProps.js} +0 -0
  51. package/es/packages/big-table/src/{bigTableState2.mjs → bigTableState.js} +0 -0
  52. package/es/packages/big-table/src/components/{NoData2.mjs → NoData.js} +2 -2
  53. package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
  54. package/es/packages/{scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs → big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.js} +5 -4
  55. package/es/packages/big-table/src/components/edit-form/{edit-date2.mjs → edit-date.js} +0 -0
  56. package/es/packages/big-table/src/components/edit-form/{edit-input2.mjs → edit-input.js} +0 -0
  57. package/es/packages/big-table/src/components/edit-form/{edit-select-table2.mjs → edit-select-table.js} +2 -2
  58. package/es/packages/big-table/src/components/edit-form/{edit-select2.mjs → edit-select.js} +1 -1
  59. package/es/packages/big-table/src/hooks/{useBatchEditing2.mjs → useBatchEditing.js} +0 -0
  60. package/es/packages/big-table/src/hooks/{useEdit2.mjs → useEdit.js} +3 -3
  61. package/es/packages/big-table/src/hooks/{useEvent2.mjs → useEvent.js} +2 -2
  62. package/es/packages/big-table/src/hooks/{useFormat2.mjs → useFormat.js} +1 -1
  63. package/es/packages/big-table/src/hooks/{useNestTable2.mjs → useNestTable.js} +1 -1
  64. package/es/packages/big-table/src/hooks/{useTableParse2.mjs → useTableParse.js} +1 -1
  65. package/es/packages/big-table/src/{utils2.mjs → utils.js} +2 -2
  66. package/es/packages/big-table/style/index.css +1 -6
  67. package/es/packages/bpmn-workflow/index.d.ts +74 -0
  68. package/es/packages/bpmn-workflow/index.js +11 -0
  69. package/es/packages/bpmn-workflow/src/{BpmnWorkflow.d.mjs → BpmnWorkflow.d.js} +0 -0
  70. package/es/packages/bpmn-workflow/src/{BpmnWorkflow2.mjs → BpmnWorkflow.js} +2 -2
  71. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
  72. package/es/packages/bpmn-workflow/src/{BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs → BpmnWorkflow.vue_vue_type_script_setup_true_lang.js} +5 -4
  73. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{BpmnRenderer2.mjs → BpmnRenderer.js} +8 -8
  74. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{CustomContextPadProvider2.mjs → CustomContextPadProvider.js} +2 -2
  75. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{CustomPalette2.mjs → CustomPalette.js} +1 -1
  76. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{CustomPathMap2.mjs → CustomPathMap.js} +0 -0
  77. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{CustomRenderer2.mjs → CustomRenderer.js} +3 -3
  78. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{CustomRules2.mjs → CustomRules.js} +2 -2
  79. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{index2.mjs → index.js} +6 -6
  80. package/es/packages/bpmn-workflow/src/custom/customModeler/{index2.mjs → index.js} +2 -2
  81. package/es/packages/bpmn-workflow/src/custom/customOtherModule/{CustomPopupMenu2.mjs → CustomPopupMenu.js} +2 -2
  82. package/es/packages/bpmn-workflow/src/custom/customOtherModule/{customViewerRenderer2.mjs → customViewerRenderer.js} +4 -4
  83. package/es/packages/bpmn-workflow/src/custom/customOtherModule/{zoomScroll2.mjs → zoomScroll.js} +1 -1
  84. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.js +1 -0
  85. package/es/packages/bpmn-workflow/src/custom/customRules/{no-task2.mjs → no-task2.js} +0 -0
  86. package/es/packages/bpmn-workflow/src/custom/customTranslate/{customTranslate2.mjs → customTranslate.js} +0 -0
  87. package/es/packages/bpmn-workflow/src/custom/customTranslate/{zh2.mjs → zh.js} +0 -0
  88. package/es/packages/bpmn-workflow/types/{BpmnViewer.d.mjs → BpmnViewer.d.js} +0 -0
  89. package/es/packages/bpmn-workflow/types/{ModelingModule.d.mjs → ModelingModule.d.js} +0 -0
  90. package/es/packages/bpmn-workflow/types/{MoveCanvasModule.d.mjs → MoveCanvasModule.d.js} +0 -0
  91. package/es/packages/button-print/index.d.ts +7359 -0
  92. package/es/packages/button-print/index.js +11 -0
  93. package/es/packages/button-print/src/{ButtonPrint2.mjs → ButtonPrint.js} +2 -2
  94. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7367 -0
  95. package/es/packages/button-print/src/{ButtonPrint.vue_vue_type_script_setup_true_lang.mjs → ButtonPrint.vue_vue_type_script_setup_true_lang.js} +37 -48
  96. package/es/packages/button-print/src/components/{IdentityVerification2.mjs → IdentityVerification.js} +2 -2
  97. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +115 -56
  98. package/es/packages/button-print/src/components/{IdentityVerification.vue_vue_type_script_setup_true_lang.mjs → IdentityVerification.vue_vue_type_script_setup_true_lang.js} +1 -0
  99. package/es/packages/button-print/src/utils/{print.es.min2.mjs → print.es.min.js} +179 -179
  100. package/es/packages/chunk-upload/index.d.ts +1754 -0
  101. package/es/packages/chunk-upload/index.js +15 -0
  102. package/es/packages/chunk-upload/src/{chunk-upload-new2.mjs → chunk-upload-new.js} +2 -2
  103. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1906 -0
  104. package/es/packages/chunk-upload/src/{chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs → chunk-upload-new.vue_vue_type_script_setup_true_lang.js} +5 -4
  105. package/es/packages/chunk-upload/src/hooks/{upload-computed2.mjs → upload-computed.js} +0 -0
  106. package/es/packages/chunk-upload/src/hooks/{upload-data2.mjs → upload-data.js} +0 -0
  107. package/es/packages/chunk-upload/src/hooks/{vod-computed2.mjs → vod-computed.js} +0 -0
  108. package/es/packages/chunk-upload/src/hooks/{vod-data2.mjs → vod-data.js} +0 -0
  109. package/es/packages/chunk-upload/src/vod-chunk-upload/{index2.mjs → index.js} +3 -3
  110. package/es/packages/chunk-upload/src/vod-chunk-upload/{vod-chunk-upload2.mjs → vod-chunk-upload.js} +2 -2
  111. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1752 -0
  112. package/es/packages/chunk-upload/src/vod-chunk-upload/{vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs → vod-chunk-upload.vue_vue_type_script_setup_true_lang.js} +20 -19
  113. package/es/packages/chunk-upload/src/{vod-upload-modal2.mjs → vod-upload-modal.js} +2 -2
  114. package/es/packages/chunk-upload/style/index.css +1 -1
  115. package/es/packages/drag-layout/index.d.ts +479 -299
  116. package/es/packages/drag-layout/index.js +13 -0
  117. package/es/packages/drag-layout/src/{DragFormLeftItem2.mjs → DragFormLeftItem.js} +2 -2
  118. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +147 -92
  119. package/es/packages/drag-layout/src/{DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs → DragFormLeftItem.vue_vue_type_script_setup_true_lang.js} +1 -0
  120. package/es/packages/drag-layout/src/{DragFormRightItem2.mjs → DragFormRightItem.js} +2 -2
  121. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +110 -79
  122. package/es/packages/drag-layout/src/{DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs → DragFormRightItem.vue_vue_type_script_setup_true_lang.js} +1 -0
  123. package/es/packages/drag-layout/src/{DragLayout2.mjs → DragLayout.js} +2 -2
  124. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +482 -310
  125. package/es/packages/drag-layout/src/{DragLayout.vue_vue_type_script_setup_true_lang.mjs → DragLayout.vue_vue_type_script_setup_true_lang.js} +50 -49
  126. package/es/packages/editor/index.d.ts +1 -1
  127. package/es/packages/editor/index.js +10 -0
  128. package/es/packages/editor/src/{Editor2.mjs → Editor.js} +0 -0
  129. package/es/packages/fabric-chart/index.d.ts +108 -0
  130. package/es/packages/fabric-chart/index.js +11 -0
  131. package/es/packages/fabric-chart/src/FabricChart.js +4 -0
  132. package/es/packages/fabric-chart/src/FabricChart.vue.d.ts +109 -0
  133. package/es/packages/fabric-chart/src/FabricChart.vue_vue_type_script_setup_true_lang.js +132 -0
  134. package/es/packages/{editor/style/index.less → fabric-chart/style/index.css} +0 -0
  135. package/es/packages/field-set/index.d.ts +5300 -0
  136. package/es/packages/field-set/index.js +11 -0
  137. package/es/packages/field-set/src/{FieldSet2.mjs → FieldSet.js} +2 -2
  138. package/es/packages/field-set/src/FieldSet.vue.d.ts +5300 -0
  139. package/es/packages/field-set/src/{index.vue_vue_type_script_setup_true_lang2.mjs → FieldSet.vue_vue_type_script_setup_true_lang.js} +5 -8
  140. package/es/packages/field-set/src/{NewFieldSet2.mjs → NewFieldSet.js} +2 -2
  141. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +2607 -0
  142. package/es/packages/field-set/src/{NewFieldSet.vue_vue_type_script_setup_true_lang.mjs → NewFieldSet.vue_vue_type_script_setup_true_lang.js} +5 -4
  143. package/es/packages/field-set/src/OldFieldSet.js +4 -0
  144. package/es/packages/field-set/src/OldFieldSet.vue.d.ts +2610 -0
  145. package/es/packages/field-set/src/{FieldSet.vue_vue_type_script_setup_true_lang.mjs → OldFieldSet.vue_vue_type_script_setup_true_lang.js} +5 -4
  146. package/es/packages/form-render/index.d.ts +680 -0
  147. package/es/packages/form-render/index.js +22 -0
  148. package/es/packages/form-render/src/{FormRender2.mjs → FormRender.js} +2 -2
  149. package/es/packages/form-render/src/FormRender.vue.d.ts +680 -0
  150. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.js +124 -0
  151. package/es/packages/form-render/src/components/cascader.d.ts +12 -4
  152. package/es/packages/form-render/src/components/{cascader2.mjs → cascader.js} +51 -22
  153. package/es/packages/form-render/src/components/checkbox.d.ts +1 -1
  154. package/es/packages/form-render/src/components/{checkbox2.mjs → checkbox.js} +1 -1
  155. package/es/packages/form-render/src/components/{collapse2.mjs → collapse.js} +3 -3
  156. package/es/packages/form-render/src/components/{combination2.mjs → combination.js} +12 -10
  157. package/es/packages/form-render/src/components/complex.d.ts +13 -0
  158. package/es/packages/form-render/src/components/complex.js +31 -0
  159. package/es/packages/form-render/src/components/date.d.ts +6 -5032
  160. package/es/packages/form-render/src/components/{date2.mjs → date.js} +20 -3
  161. package/es/packages/form-render/src/components/formItem.d.ts +10 -8
  162. package/es/packages/form-render/src/components/{formItem2.mjs → formItem.js} +1 -1
  163. package/es/packages/form-render/src/components/index.d.ts +1 -0
  164. package/es/packages/form-render/src/components/index.js +16 -0
  165. package/es/packages/form-render/src/components/{input2.mjs → input.js} +1 -1
  166. package/es/packages/form-render/src/components/{inputGroup2.mjs → inputGroup.js} +1 -1
  167. package/es/packages/form-render/src/components/inputNumber.d.ts +4 -2166
  168. package/es/packages/form-render/src/components/inputNumber.js +18 -0
  169. package/es/packages/form-render/src/components/{labelSelect2.mjs → labelSelect.js} +0 -0
  170. package/es/packages/form-render/src/components/radio.d.ts +1 -1
  171. package/es/packages/form-render/src/components/{radio2.mjs → radio.js} +1 -1
  172. package/es/packages/form-render/src/components/select.d.ts +21 -5
  173. package/es/packages/form-render/src/components/select.js +136 -0
  174. package/es/packages/form-render/src/components/slider.d.ts +12 -12
  175. package/es/packages/form-render/src/components/{slider2.mjs → slider.js} +2 -2
  176. package/es/packages/form-render/src/components/switch.d.ts +3 -1
  177. package/es/packages/form-render/src/components/{switch2.mjs → switch.js} +7 -8
  178. package/es/packages/form-render/src/components/textarea.d.ts +9 -6
  179. package/es/packages/form-render/src/components/{textarea2.mjs → textarea.js} +1 -1
  180. package/es/packages/form-render/src/constants/index.d.ts +8 -3
  181. package/es/packages/form-render/src/constants/{index2.mjs → index.js} +5 -1
  182. package/es/packages/form-render/src/hooks/index.d.ts +11 -9
  183. package/es/packages/form-render/src/hooks/index.js +11 -0
  184. package/es/packages/form-render/src/hooks/useAsyncQueue.d.ts +13 -33
  185. package/es/packages/form-render/src/hooks/{useAsyncQueue2.mjs → useAsyncQueue.js} +3 -3
  186. package/es/packages/form-render/src/hooks/useBusinessBinding.d.ts +7 -5
  187. package/es/packages/form-render/src/hooks/{useBusinessBinding2.mjs → useBusinessBinding.js} +27 -15
  188. package/es/packages/form-render/src/hooks/useChangeContext.d.ts +11 -0
  189. package/es/packages/form-render/src/hooks/useChangeContext.js +21 -0
  190. package/es/packages/form-render/src/hooks/{useCommonLog2.mjs → useCommonLog.js} +1 -1
  191. package/es/packages/form-render/src/hooks/{useFieldList2Schema2.mjs → useFieldList2Schema.js} +15 -6
  192. package/es/packages/form-render/src/hooks/{useFieldVisitor2.mjs → useFieldVisitor.js} +1 -1
  193. package/es/packages/form-render/src/hooks/useFormField.d.ts +1 -0
  194. package/es/packages/form-render/src/hooks/{useFormField2.mjs → useFormField.js} +5 -1
  195. package/es/packages/form-render/src/hooks/useFormItemDeps.d.ts +8 -0
  196. package/es/packages/form-render/src/hooks/useFormItemDeps.js +29 -0
  197. package/es/packages/form-render/src/hooks/{useFormRequest2.mjs → useFormRequest.js} +0 -0
  198. package/es/packages/form-render/src/hooks/useFormValidator.d.ts +1 -1
  199. package/es/packages/form-render/src/hooks/{useFormValidator2.mjs → useFormValidator.js} +2 -2
  200. package/es/packages/form-render/src/hooks/{useTypeNormalize2.mjs → useTypeNormalize.js} +0 -0
  201. package/es/packages/form-render/src/types/fieldItem.d.ts +4 -1
  202. package/es/packages/form-render/src/types/{fieldItem.mjs → fieldItem.js} +0 -0
  203. package/es/packages/form-render/src/types/index.d.ts +18 -8
  204. package/es/packages/form-render/src/types/{index.mjs → index.js} +0 -0
  205. package/es/packages/form-render/src/utils/index.d.ts +8 -4
  206. package/es/packages/form-render/src/utils/{index2.mjs → index.js} +16 -4
  207. package/es/packages/form-render/style/index.css +30 -18
  208. package/es/packages/form-table/index.d.ts +36024 -0
  209. package/es/packages/form-table/index.js +11 -0
  210. package/es/packages/form-table/src/{FormTable2.mjs → FormTable.js} +2 -2
  211. package/es/packages/form-table/src/FormTable.vue.d.ts +36024 -0
  212. package/es/packages/form-table/src/{FormTable.vue_vue_type_script_setup_true_lang.mjs → FormTable.vue_vue_type_script_setup_true_lang.js} +6 -5
  213. package/es/packages/form-table/src/components/index.d.ts +35783 -0
  214. package/es/packages/form-table/src/components/{index2.mjs → index.js} +29 -29
  215. package/es/packages/form-table/src/components/{table-age2.mjs → table-age.js} +2 -2
  216. package/es/packages/form-table/src/components/table-age.vue.d.ts +4310 -0
  217. package/es/packages/form-table/src/components/{table-age.vue_vue_type_script_setup_true_lang.mjs → table-age.vue_vue_type_script_setup_true_lang.js} +4 -3
  218. package/es/packages/form-table/src/components/{table-date-picker2.mjs → table-date-picker.js} +2 -2
  219. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +5315 -0
  220. package/es/packages/form-table/src/components/{table-date-picker.vue_vue_type_script_setup_true_lang.mjs → table-date-picker.vue_vue_type_script_setup_true_lang.js} +3 -5
  221. package/es/packages/form-table/src/components/{table-digital2.mjs → table-digital.js} +2 -2
  222. package/es/packages/form-table/src/components/table-digital.vue.d.ts +2921 -0
  223. package/es/packages/form-table/src/components/{table-digital.vue_vue_type_script_setup_true_lang.mjs → table-digital.vue_vue_type_script_setup_true_lang.js} +4 -3
  224. package/es/packages/form-table/src/components/{table-input-password2.mjs → table-input-password.js} +2 -2
  225. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1629 -0
  226. package/es/packages/form-table/src/components/{table-input-password.vue_vue_type_script_setup_true_lang.mjs → table-input-password.vue_vue_type_script_setup_true_lang.js} +5 -4
  227. package/es/packages/form-table/src/components/{table-input2.mjs → table-input.js} +2 -2
  228. package/es/packages/form-table/src/components/table-input.vue.d.ts +1586 -0
  229. package/es/packages/form-table/src/components/{table-input.vue_vue_type_script_setup_true_lang.mjs → table-input.vue_vue_type_script_setup_true_lang.js} +4 -3
  230. package/es/packages/form-table/src/components/{table-month-picker2.mjs → table-month-picker.js} +2 -2
  231. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +5258 -0
  232. package/es/packages/form-table/src/components/{table-month-picker.vue_vue_type_script_setup_true_lang.mjs → table-month-picker.vue_vue_type_script_setup_true_lang.js} +2 -1
  233. package/es/packages/form-table/src/components/{table-search-more2.mjs → table-search-more.js} +2 -2
  234. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1791 -0
  235. package/es/packages/form-table/src/components/{table-search-more.vue_vue_type_script_setup_true_lang.mjs → table-search-more.vue_vue_type_script_setup_true_lang.js} +3 -2
  236. package/es/packages/form-table/src/components/{table-search2.mjs → table-search.js} +2 -2
  237. package/es/packages/form-table/src/components/table-search.vue.d.ts +3117 -0
  238. package/es/packages/form-table/src/components/{table-search.vue_vue_type_script_setup_true_lang.mjs → table-search.vue_vue_type_script_setup_true_lang.js} +3 -2
  239. package/es/packages/form-table/src/components/{table-select-multiple2.mjs → table-select-multiple.js} +2 -2
  240. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1567 -0
  241. package/es/packages/form-table/src/components/{table-select-multiple.vue_vue_type_script_setup_true_lang.mjs → table-select-multiple.vue_vue_type_script_setup_true_lang.js} +2 -1
  242. package/es/packages/form-table/src/components/{table-select2.mjs → table-select.js} +2 -2
  243. package/es/packages/form-table/src/components/table-select.vue.d.ts +1566 -0
  244. package/es/packages/form-table/src/components/{table-select.vue_vue_type_script_setup_true_lang.mjs → table-select.vue_vue_type_script_setup_true_lang.js} +2 -1
  245. package/es/packages/form-table/src/components/{table-textarea2.mjs → table-textarea.js} +2 -2
  246. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1645 -0
  247. package/es/packages/form-table/src/components/{table-textarea.vue_vue_type_script_setup_true_lang.mjs → table-textarea.vue_vue_type_script_setup_true_lang.js} +3 -2
  248. package/es/packages/form-table/src/components/{table-time-picker2.mjs → table-time-picker.js} +2 -2
  249. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2674 -0
  250. package/es/packages/form-table/src/components/{table-time-picker.vue_vue_type_script_setup_true_lang.mjs → table-time-picker.vue_vue_type_script_setup_true_lang.js} +2 -1
  251. package/es/packages/form-table/src/components/{table-tree-select2.mjs → table-tree-select.js} +2 -2
  252. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1897 -0
  253. package/es/packages/form-table/src/components/{table-tree-select.vue_vue_type_script_setup_true_lang.mjs → table-tree-select.vue_vue_type_script_setup_true_lang.js} +2 -1
  254. package/es/packages/form-table/src/components/{text-over-tooltip2.mjs → text-over-tooltip.js} +2 -2
  255. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +548 -0
  256. package/es/packages/form-table/src/components/{text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs → text-over-tooltip.vue_vue_type_script_setup_true_lang.js} +1 -0
  257. package/es/packages/form-table/src/configs/index.d.ts +1 -1
  258. package/es/packages/form-table/src/configs/{index2.mjs → index.js} +0 -0
  259. package/es/packages/form-table/src/hooks/index.js +5 -0
  260. package/es/packages/form-table/src/hooks/useBoundDate.d.ts +1 -1
  261. package/es/packages/form-table/src/hooks/{useBoundDate2.mjs → useBoundDate.js} +0 -0
  262. package/es/packages/form-table/src/hooks/useDateType.d.ts +1 -1
  263. package/es/packages/form-table/src/hooks/{useDateType2.mjs → useDateType.js} +2 -2
  264. package/es/packages/form-table/src/hooks/useFormCommon.d.ts +1 -1
  265. package/es/packages/form-table/src/hooks/{useFormCommon2.mjs → useFormCommon.js} +1 -1
  266. package/es/packages/form-table/src/hooks/useFormEvent.d.ts +1 -1
  267. package/es/packages/form-table/src/hooks/{useFormEvent2.mjs → useFormEvent.js} +1 -1
  268. package/es/packages/form-table/src/hooks/useItemDefault.d.ts +10 -10
  269. package/es/packages/form-table/src/hooks/{useItemDefault2.mjs → useItemDefault.js} +5 -5
  270. package/es/packages/form-table/src/hooks/useSearch.d.ts +10 -10
  271. package/es/packages/form-table/src/hooks/{useSearch2.mjs → useSearch.js} +3 -3
  272. package/es/packages/form-table/src/hooks/useValidate.d.ts +2 -2
  273. package/es/packages/form-table/src/hooks/{useValidate2.mjs → useValidate.js} +0 -0
  274. package/es/packages/form-table/src/types/index.d.ts +1 -1
  275. package/es/packages/form-table/src/types/{index.mjs → index.js} +0 -0
  276. package/es/packages/grid/index.d.ts +1 -1
  277. package/es/packages/grid/index.js +14 -0
  278. package/es/packages/grid/src/{Grid2.mjs → Grid.js} +1 -1
  279. package/es/packages/grid/src/{hooks2.mjs → hooks.js} +0 -0
  280. package/es/packages/index.css +62 -53
  281. package/es/packages/index.d.ts +3 -2
  282. package/es/packages/index.js +78 -0
  283. package/es/packages/info-header/index.d.ts +1866 -0
  284. package/es/packages/info-header/index.js +11 -0
  285. package/es/packages/info-header/src/{HiddenContent2.mjs → HiddenContent.js} +2 -2
  286. package/es/packages/info-header/src/HiddenContent.vue.d.ts +379 -0
  287. package/es/packages/info-header/src/{HiddenContent.vue_vue_type_script_setup_true_lang.mjs → HiddenContent.vue_vue_type_script_setup_true_lang.js} +7 -4
  288. package/es/packages/info-header/src/{InfoHeader2.mjs → InfoHeader.js} +2 -2
  289. package/es/packages/info-header/src/InfoHeader.vue.d.ts +1867 -0
  290. package/es/packages/info-header/src/{InfoHeader.vue_vue_type_script_setup_true_lang.mjs → InfoHeader.vue_vue_type_script_setup_true_lang.js} +26 -13
  291. package/es/packages/info-header/src/SlotRender.d.ts +1 -1
  292. package/es/packages/info-header/src/{SlotRender2.mjs → SlotRender.js} +0 -0
  293. package/es/packages/info-header/style/index.css +0 -3
  294. package/es/packages/map/index.d.ts +2321 -0
  295. package/es/packages/map/index.js +11 -0
  296. package/es/packages/map/src/{Map2.mjs → Map.js} +2 -2
  297. package/es/packages/map/src/Map.vue.d.ts +2321 -0
  298. package/es/packages/map/src/{Map.vue_vue_type_script_setup_true_lang.mjs → Map.vue_vue_type_script_setup_true_lang.js} +6 -5
  299. package/es/packages/scale-view/index.d.ts +4323 -0
  300. package/es/packages/scale-view/index.js +37 -0
  301. package/es/packages/scale-view/src/{ScaleView2.mjs → ScaleView.js} +2 -2
  302. package/es/packages/scale-view/src/ScaleView.vue.d.ts +4164 -0
  303. package/es/packages/scale-view/src/{ScaleView.vue_vue_type_script_setup_true_lang.mjs → ScaleView.vue_vue_type_script_setup_true_lang.js} +64 -33
  304. package/es/packages/scale-view/src/components/{AnswerParse2.mjs → AnswerParse.js} +2 -2
  305. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
  306. package/es/packages/scale-view/src/components/{AnswerParse.vue_vue_type_script_setup_true_lang.mjs → AnswerParse.vue_vue_type_script_setup_true_lang.js} +2 -1
  307. package/es/packages/scale-view/src/components/{EvaluateCountdown2.mjs → EvaluateCountdown.js} +2 -2
  308. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
  309. package/es/packages/scale-view/src/components/{EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs → EvaluateCountdown.vue_vue_type_script_setup_true_lang.js} +4 -3
  310. package/es/packages/scale-view/src/components/{EvaluatePage2.mjs → EvaluatePage.js} +2 -2
  311. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1509 -0
  312. package/es/packages/scale-view/src/components/{EvaluatePage.vue_vue_type_script_setup_true_lang.mjs → EvaluatePage.vue_vue_type_script_setup_true_lang.js} +5 -4
  313. package/es/packages/scale-view/src/components/LoadingCom.js +7 -0
  314. package/es/packages/scale-view/src/components/LoadingCom.vue_vue_type_template_id_413329b0_lang.js +16 -0
  315. package/es/packages/scale-view/src/components/{NoData2.mjs → NoData.js} +2 -2
  316. package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
  317. package/es/packages/{big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs → scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.js} +5 -4
  318. package/es/packages/scale-view/src/components/{ScaleScore2.mjs → ScaleScore.js} +0 -0
  319. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
  320. package/es/packages/scale-view/src/components/composables/{choose-common2.mjs → choose-common.js} +0 -0
  321. package/es/packages/scale-view/src/components/formitem/{address2.mjs → address.js} +0 -0
  322. package/es/packages/scale-view/src/components/formitem/{r-address2.mjs → r-address.js} +3 -3
  323. package/es/packages/scale-view/src/components/formitem/{r-cascader2.mjs → r-cascader.js} +19 -7
  324. package/es/packages/scale-view/src/components/formitem/{r-checkbox2.mjs → r-checkbox.js} +14 -7
  325. package/es/packages/scale-view/src/components/formitem/{r-collection2.mjs → r-collection.js} +1 -3
  326. package/es/packages/scale-view/src/components/formitem/{r-datetime2.mjs → r-datetime.js} +25 -13
  327. package/es/packages/scale-view/src/components/formitem/{r-input2.mjs → r-input.js} +1 -1
  328. package/es/packages/scale-view/src/components/formitem/{r-map2.mjs → r-map.js} +4 -3
  329. package/es/packages/scale-view/src/components/formitem/{r-radio2.mjs → r-radio.js} +13 -6
  330. package/es/packages/scale-view/src/components/formitem/{r-select2.mjs → r-select.js} +23 -9
  331. package/es/packages/scale-view/src/components/formitem/{r-upload2.mjs → r-upload.js} +3 -3
  332. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/{TextOverTooltip2.mjs → TextOverTooltip.js} +2 -2
  333. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +8 -2
  334. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/{TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs → TextOverTooltip.vue_vue_type_script_setup_true_lang.js} +1 -1
  335. package/es/packages/scale-view/src/hooks/scaleview-computed.d.ts +1 -1
  336. package/es/packages/scale-view/src/hooks/{scaleview-computed2.mjs → scaleview-computed.js} +43 -23
  337. package/es/packages/scale-view/src/hooks/{scaleview-init2.mjs → scaleview-init.js} +11 -10
  338. package/es/packages/scale-view/src/hooks/scaleview-props.d.ts +7 -3
  339. package/es/packages/scale-view/src/hooks/{scaleview-props2.mjs → scaleview-props.js} +7 -3
  340. package/es/packages/scale-view/src/hooks/{scaleview-state2.mjs → scaleview-state.js} +0 -0
  341. package/es/packages/scale-view/src/hooks/{scaleview-submit2.mjs → scaleview-submit.js} +3 -3
  342. package/es/packages/scale-view/src/hooks/{scaleview-validate2.mjs → scaleview-validate.js} +87 -66
  343. package/es/packages/scale-view/src/hooks/use-component.d.ts +10199 -0
  344. package/es/packages/scale-view/src/hooks/{use-component2.mjs → use-component.js} +15 -13
  345. package/es/packages/scale-view/src/hooks/{use-evaluate2.mjs → use-evaluate.js} +1 -1
  346. package/es/packages/scale-view/src/hooks/{use-event2.mjs → use-event.js} +1 -1
  347. package/es/packages/scale-view/src/hooks/{use-noData2.mjs → use-noData.js} +0 -0
  348. package/es/packages/scale-view/src/utils/{judge-types2.mjs → judge-types.js} +0 -0
  349. package/es/packages/scale-view/style/index.css +30 -25
  350. package/es/packages/select-label/index.d.ts +12141 -0
  351. package/es/packages/select-label/index.js +17 -0
  352. package/es/packages/select-label/src/{LabelFormContent2.mjs → LabelFormContent.js} +2 -2
  353. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +311 -99
  354. package/es/packages/select-label/src/{LabelFormContent.vue_vue_type_script_setup_true_lang.mjs → LabelFormContent.vue_vue_type_script_setup_true_lang.js} +9 -8
  355. package/es/packages/select-label/src/{SelectLabel2.mjs → SelectLabel.js} +2 -2
  356. package/es/packages/select-label/src/SelectLabel.vue.d.ts +7559 -0
  357. package/es/packages/select-label/src/{SelectLabel.vue_vue_type_script_setup_true_lang.mjs → SelectLabel.vue_vue_type_script_setup_true_lang.js} +26 -22
  358. package/es/packages/select-label/src/components/{label-classify2.mjs → label-classify.js} +2 -2
  359. package/es/packages/select-label/src/components/label-classify.vue.d.ts +246 -70
  360. package/es/packages/select-label/src/components/{label-classify.vue_vue_type_script_setup_true_lang.mjs → label-classify.vue_vue_type_script_setup_true_lang.js} +1 -0
  361. package/es/packages/select-person/index.d.ts +3508 -0
  362. package/es/packages/select-person/index.js +11 -0
  363. package/es/packages/select-person/src/{SearchTree2.mjs → SearchTree.js} +2 -2
  364. package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
  365. package/es/packages/select-person/src/{SearchTree.vue_vue_type_script_setup_true_lang.mjs → SearchTree.vue_vue_type_script_setup_true_lang.js} +3 -2
  366. package/es/packages/select-person/src/{SelectPerson2.mjs → SelectPerson.js} +2 -2
  367. package/es/packages/select-person/src/SelectPerson.vue.d.ts +3509 -0
  368. package/es/packages/select-person/src/{SelectPerson.vue_vue_type_script_setup_true_lang.mjs → SelectPerson.vue_vue_type_script_setup_true_lang.js} +89 -58
  369. package/es/packages/select-person/src/utils/index.d.ts +4 -4
  370. package/es/packages/select-person/src/utils/{index2.mjs → index.js} +32 -5
  371. package/es/packages/time-line/index.d.ts +56 -31
  372. package/es/packages/time-line/index.js +11 -0
  373. package/es/packages/time-line/src/{TimeLine2.mjs → TimeLine.js} +2 -2
  374. package/es/packages/time-line/src/TimeLine.vue.d.ts +55 -30
  375. package/es/packages/time-line/src/{TimeLine.vue_vue_type_script_setup_true_lang.mjs → TimeLine.vue_vue_type_script_setup_true_lang.js} +1 -0
  376. package/es/src/assets/img/failure.d.ts +2 -0
  377. package/es/src/assets/img/failure.js +1 -0
  378. package/es/src/assets/img/icon-asc.d.ts +2 -0
  379. package/es/src/assets/img/icon-asc.js +1 -0
  380. package/es/src/assets/img/icon-desc.d.ts +2 -0
  381. package/es/src/assets/img/icon-desc.js +1 -0
  382. package/es/src/assets/img/no-permission.d.ts +2 -0
  383. package/es/src/assets/img/no-permission.js +1 -0
  384. package/es/src/assets/img/nodata.d.ts +2 -0
  385. package/es/src/assets/img/nodata.js +1 -0
  386. package/es/src/assets/img/notfound.d.ts +2 -0
  387. package/es/src/assets/img/notfound.js +1 -0
  388. package/es/src/assets/img/qr.d.ts +2 -0
  389. package/es/src/assets/img/qr.js +1 -0
  390. package/es/src/assets/img/success.d.ts +2 -0
  391. package/es/src/assets/img/success.js +1 -0
  392. package/es/src/assets/img/video.d.ts +2 -0
  393. package/es/src/assets/img/video.js +1 -0
  394. package/es/src/assets/img/video_default_cover.d.ts +2 -0
  395. package/es/src/assets/img/video_default_cover.js +1 -0
  396. package/es/src/assets/img/video_hover.d.ts +2 -0
  397. package/es/src/assets/img/video_hover.js +1 -0
  398. package/es/src/assets/img/video_play_hover.d.ts +2 -0
  399. package/es/src/assets/img/video_play_hover.js +1 -0
  400. package/es/src/assets/img/xb_big.d.ts +2 -0
  401. package/es/src/assets/img/xb_big.js +1 -0
  402. package/es/src/assets/img/xb_small.d.ts +2 -0
  403. package/es/src/assets/img/xb_small.js +1 -0
  404. package/es/src/components/SelectPage/{SelectPage2.mjs → SelectPage.js} +2 -2
  405. package/es/src/components/SelectPage/SelectPage.vue.d.ts +1452 -0
  406. package/es/src/components/SelectPage/{SelectPage.vue_vue_type_script_setup_true_lang.mjs → SelectPage.vue_vue_type_script_setup_true_lang.js} +1 -0
  407. package/es/src/components/SelectPage/{index2.mjs → index.js} +3 -3
  408. package/es/src/components/SvgIcon/{SvgIcon2.mjs → SvgIcon.js} +2 -2
  409. package/es/src/components/SvgIcon/{SvgIcon.vue_vue_type_script_setup_true_lang.mjs → SvgIcon.vue_vue_type_script_setup_true_lang.js} +1 -0
  410. package/es/src/components/SvgIcon/{index2.mjs → index.js} +3 -3
  411. package/es/src/components/TextOverTooltip/{TextOverTooltip2.mjs → TextOverTooltip.js} +2 -2
  412. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +8 -2
  413. package/es/src/components/TextOverTooltip/{TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs → TextOverTooltip.vue_vue_type_script_setup_true_lang.js} +2 -1
  414. package/es/src/components/TextOverTooltip/{index2.mjs → index.js} +3 -3
  415. package/es/src/components/player-vod/{index2.mjs → index.js} +2 -2
  416. package/es/src/components/player-vod/{index.vue_vue_type_script_setup_true_lang.mjs → index.vue_vue_type_script_setup_true_lang.js} +1 -0
  417. package/es/src/components/player-vod/{player2.mjs → player.js} +0 -0
  418. package/es/src/components/player-vod/{video-list2.mjs → video-list.js} +3 -3
  419. package/es/src/components/player-vod/{video-modal2.mjs → video-modal.js} +1 -1
  420. package/es/src/core/create.js +8 -0
  421. package/es/src/global/variable.d.ts +1 -1
  422. package/es/src/global/variable.js +4 -0
  423. package/es/src/types/index.d.ts +1 -0
  424. package/es/src/types/{index.mjs → index.js} +0 -0
  425. package/es/src/utils/{anime2.mjs → anime.js} +0 -0
  426. package/es/src/utils/{clickoutside2.mjs → clickoutside.js} +0 -0
  427. package/es/src/utils/{crypto2.mjs → crypto.js} +0 -0
  428. package/es/src/utils/index.d.ts +0 -1
  429. package/es/src/utils/{index2.mjs → index.js} +1 -5
  430. package/es/src/utils/{loadViewer2.mjs → loadViewer.js} +1 -1
  431. package/es/src/utils/{loadVxe2.mjs → loadVxe.js} +1 -1
  432. package/es/src/utils/{utilExpand2.mjs → utilExpand.js} +46 -46
  433. package/es/src/utils/{vexutils2.mjs → vexutils.js} +0 -0
  434. package/global.d.ts +8 -8
  435. package/package.json +21 -11
  436. package/test.ts +326 -0
  437. package/es/_virtual/_commonjsHelpers.mjs +0 -5
  438. package/es/packages/big-table/index.mjs +0 -1
  439. package/es/packages/big-table/index2.mjs +0 -17
  440. package/es/packages/big-table/src/BigTable.mjs +0 -2
  441. package/es/packages/big-table/src/bigTableEmits.mjs +0 -1
  442. package/es/packages/big-table/src/bigTableProps.mjs +0 -1
  443. package/es/packages/big-table/src/bigTableState.mjs +0 -1
  444. package/es/packages/big-table/src/components/NoData.mjs +0 -2
  445. package/es/packages/big-table/src/components/edit-form/edit-date.mjs +0 -1
  446. package/es/packages/big-table/src/components/edit-form/edit-input.mjs +0 -1
  447. package/es/packages/big-table/src/components/edit-form/edit-select-table.mjs +0 -1
  448. package/es/packages/big-table/src/components/edit-form/edit-select.mjs +0 -1
  449. package/es/packages/big-table/src/hooks/useBatchEditing.mjs +0 -1
  450. package/es/packages/big-table/src/hooks/useEdit.mjs +0 -1
  451. package/es/packages/big-table/src/hooks/useEvent.mjs +0 -1
  452. package/es/packages/big-table/src/hooks/useFormat.mjs +0 -1
  453. package/es/packages/big-table/src/hooks/useNestTable.mjs +0 -1
  454. package/es/packages/big-table/src/hooks/useTableParse.mjs +0 -1
  455. package/es/packages/big-table/src/utils.mjs +0 -1
  456. package/es/packages/big-table/style/index.less +0 -557
  457. package/es/packages/bpmn-workflow/index.mjs +0 -1
  458. package/es/packages/bpmn-workflow/index2.mjs +0 -11
  459. package/es/packages/bpmn-workflow/src/BpmnWorkflow.mjs +0 -2
  460. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.mjs +0 -1
  461. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.mjs +0 -1
  462. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.mjs +0 -1
  463. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.mjs +0 -1
  464. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.mjs +0 -1
  465. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.mjs +0 -1
  466. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.mjs +0 -1
  467. package/es/packages/bpmn-workflow/src/custom/customModeler/index.mjs +0 -1
  468. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.mjs +0 -1
  469. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.mjs +0 -1
  470. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.mjs +0 -1
  471. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.mjs +0 -1
  472. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.mjs +0 -1
  473. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.mjs +0 -1
  474. package/es/packages/bpmn-workflow/style/index.less +0 -29
  475. package/es/packages/button-print/index.mjs +0 -1
  476. package/es/packages/button-print/index2.mjs +0 -11
  477. package/es/packages/button-print/src/ButtonPrint.mjs +0 -2
  478. package/es/packages/button-print/src/components/IdentityVerification.mjs +0 -2
  479. package/es/packages/button-print/src/utils/print.es.min.mjs +0 -1
  480. package/es/packages/button-print/style/index.less +0 -30
  481. package/es/packages/chunk-upload/index.mjs +0 -1
  482. package/es/packages/chunk-upload/index2.mjs +0 -16
  483. package/es/packages/chunk-upload/src/chunk-upload-new.mjs +0 -2
  484. package/es/packages/chunk-upload/src/hooks/upload-computed.mjs +0 -1
  485. package/es/packages/chunk-upload/src/hooks/upload-data.mjs +0 -1
  486. package/es/packages/chunk-upload/src/hooks/vod-computed.mjs +0 -1
  487. package/es/packages/chunk-upload/src/hooks/vod-data.mjs +0 -1
  488. package/es/packages/chunk-upload/src/vod-chunk-upload/index.mjs +0 -2
  489. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.mjs +0 -2
  490. package/es/packages/chunk-upload/src/vod-upload-modal.mjs +0 -1
  491. package/es/packages/chunk-upload/style/index.less +0 -395
  492. package/es/packages/drag-layout/index.mjs +0 -1
  493. package/es/packages/drag-layout/index2.mjs +0 -13
  494. package/es/packages/drag-layout/src/DragFormLeftItem.mjs +0 -2
  495. package/es/packages/drag-layout/src/DragFormRightItem.mjs +0 -2
  496. package/es/packages/drag-layout/src/DragLayout.mjs +0 -2
  497. package/es/packages/drag-layout/style/index.less +0 -208
  498. package/es/packages/editor/index.mjs +0 -1
  499. package/es/packages/editor/index2.mjs +0 -10
  500. package/es/packages/editor/src/Editor.mjs +0 -1
  501. package/es/packages/field-set/index.mjs +0 -1
  502. package/es/packages/field-set/index2.mjs +0 -11
  503. package/es/packages/field-set/src/FieldSet.mjs +0 -2
  504. package/es/packages/field-set/src/Index.mjs +0 -2
  505. package/es/packages/field-set/src/Index.vue_vue_type_script_setup_true_lang.mjs +0 -25
  506. package/es/packages/field-set/src/Index2.mjs +0 -4
  507. package/es/packages/field-set/src/NewFieldSet.mjs +0 -2
  508. package/es/packages/field-set/src/index3.mjs +0 -4
  509. package/es/packages/field-set/style/index.less +0 -157
  510. package/es/packages/form-render/index.mjs +0 -10
  511. package/es/packages/form-render/index2.mjs +0 -15
  512. package/es/packages/form-render/src/FormRender.mjs +0 -2
  513. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +0 -91
  514. package/es/packages/form-render/src/components/cascader.mjs +0 -1
  515. package/es/packages/form-render/src/components/checkbox.mjs +0 -1
  516. package/es/packages/form-render/src/components/collapse.mjs +0 -1
  517. package/es/packages/form-render/src/components/combination.mjs +0 -1
  518. package/es/packages/form-render/src/components/date.mjs +0 -1
  519. package/es/packages/form-render/src/components/formItem.mjs +0 -1
  520. package/es/packages/form-render/src/components/index.mjs +0 -15
  521. package/es/packages/form-render/src/components/index2.mjs +0 -15
  522. package/es/packages/form-render/src/components/input.mjs +0 -1
  523. package/es/packages/form-render/src/components/inputGroup.mjs +0 -1
  524. package/es/packages/form-render/src/components/inputNumber.mjs +0 -1
  525. package/es/packages/form-render/src/components/inputNumber2.mjs +0 -7
  526. package/es/packages/form-render/src/components/labelSelect.mjs +0 -1
  527. package/es/packages/form-render/src/components/radio.mjs +0 -1
  528. package/es/packages/form-render/src/components/select.mjs +0 -1
  529. package/es/packages/form-render/src/components/select2.mjs +0 -97
  530. package/es/packages/form-render/src/components/slider.mjs +0 -1
  531. package/es/packages/form-render/src/components/switch.mjs +0 -1
  532. package/es/packages/form-render/src/components/textarea.mjs +0 -1
  533. package/es/packages/form-render/src/constants/index.mjs +0 -1
  534. package/es/packages/form-render/src/hooks/index.mjs +0 -9
  535. package/es/packages/form-render/src/hooks/useAsyncQueue.mjs +0 -1
  536. package/es/packages/form-render/src/hooks/useBusinessBinding.mjs +0 -1
  537. package/es/packages/form-render/src/hooks/useCommonLog.mjs +0 -1
  538. package/es/packages/form-render/src/hooks/useFieldList2Schema.mjs +0 -1
  539. package/es/packages/form-render/src/hooks/useFieldVisitor.mjs +0 -1
  540. package/es/packages/form-render/src/hooks/useFormField.mjs +0 -1
  541. package/es/packages/form-render/src/hooks/useFormRequest.mjs +0 -1
  542. package/es/packages/form-render/src/hooks/useFormValidator.mjs +0 -1
  543. package/es/packages/form-render/src/hooks/useTypeNormalize.mjs +0 -1
  544. package/es/packages/form-render/src/utils/index.mjs +0 -1
  545. package/es/packages/form-render/style/index.less +0 -116
  546. package/es/packages/form-table/index.mjs +0 -1
  547. package/es/packages/form-table/index2.mjs +0 -11
  548. package/es/packages/form-table/src/FormTable.mjs +0 -2
  549. package/es/packages/form-table/src/components/index.mjs +0 -1
  550. package/es/packages/form-table/src/components/table-age.mjs +0 -2
  551. package/es/packages/form-table/src/components/table-date-picker.mjs +0 -2
  552. package/es/packages/form-table/src/components/table-digital.mjs +0 -2
  553. package/es/packages/form-table/src/components/table-input-password.mjs +0 -2
  554. package/es/packages/form-table/src/components/table-input.mjs +0 -2
  555. package/es/packages/form-table/src/components/table-month-picker.mjs +0 -2
  556. package/es/packages/form-table/src/components/table-search-more.mjs +0 -2
  557. package/es/packages/form-table/src/components/table-search.mjs +0 -2
  558. package/es/packages/form-table/src/components/table-select-multiple.mjs +0 -2
  559. package/es/packages/form-table/src/components/table-select.mjs +0 -2
  560. package/es/packages/form-table/src/components/table-textarea.mjs +0 -2
  561. package/es/packages/form-table/src/components/table-time-picker.mjs +0 -2
  562. package/es/packages/form-table/src/components/table-tree-select.mjs +0 -2
  563. package/es/packages/form-table/src/components/text-over-tooltip.mjs +0 -2
  564. package/es/packages/form-table/src/configs/index.mjs +0 -1
  565. package/es/packages/form-table/src/hooks/index.mjs +0 -5
  566. package/es/packages/form-table/src/hooks/useBoundDate.mjs +0 -1
  567. package/es/packages/form-table/src/hooks/useDateType.mjs +0 -1
  568. package/es/packages/form-table/src/hooks/useFormCommon.mjs +0 -1
  569. package/es/packages/form-table/src/hooks/useFormEvent.mjs +0 -1
  570. package/es/packages/form-table/src/hooks/useItemDefault.mjs +0 -1
  571. package/es/packages/form-table/src/hooks/useSearch.mjs +0 -1
  572. package/es/packages/form-table/src/hooks/useValidate.mjs +0 -1
  573. package/es/packages/form-table/style/index.less +0 -301
  574. package/es/packages/grid/index.mjs +0 -1
  575. package/es/packages/grid/index2.mjs +0 -14
  576. package/es/packages/grid/src/Grid.mjs +0 -1
  577. package/es/packages/grid/src/hooks.mjs +0 -1
  578. package/es/packages/grid/style/index.less +0 -13
  579. package/es/packages/index.less +0 -3061
  580. package/es/packages/index.mjs +0 -26
  581. package/es/packages/index2.mjs +0 -64
  582. package/es/packages/info-header/index.mjs +0 -1
  583. package/es/packages/info-header/index2.mjs +0 -11
  584. package/es/packages/info-header/src/HiddenContent.mjs +0 -2
  585. package/es/packages/info-header/src/InfoHeader.mjs +0 -2
  586. package/es/packages/info-header/src/SlotRender.mjs +0 -1
  587. package/es/packages/info-header/style/index.less +0 -153
  588. package/es/packages/map/index.mjs +0 -1
  589. package/es/packages/map/index2.mjs +0 -11
  590. package/es/packages/map/src/Map.mjs +0 -2
  591. package/es/packages/map/style/index.less +0 -60
  592. package/es/packages/scale-view/index.mjs +0 -1
  593. package/es/packages/scale-view/index2.mjs +0 -37
  594. package/es/packages/scale-view/src/ScaleView.mjs +0 -2
  595. package/es/packages/scale-view/src/components/AnswerParse.mjs +0 -2
  596. package/es/packages/scale-view/src/components/EvaluateCountdown.mjs +0 -2
  597. package/es/packages/scale-view/src/components/EvaluatePage.mjs +0 -2
  598. package/es/packages/scale-view/src/components/NoData.mjs +0 -2
  599. package/es/packages/scale-view/src/components/ScaleScore.mjs +0 -1
  600. package/es/packages/scale-view/src/components/composables/choose-common.mjs +0 -1
  601. package/es/packages/scale-view/src/components/formitem/address.mjs +0 -1
  602. package/es/packages/scale-view/src/components/formitem/r-address.mjs +0 -1
  603. package/es/packages/scale-view/src/components/formitem/r-cascader.mjs +0 -1
  604. package/es/packages/scale-view/src/components/formitem/r-checkbox.mjs +0 -1
  605. package/es/packages/scale-view/src/components/formitem/r-collection.mjs +0 -1
  606. package/es/packages/scale-view/src/components/formitem/r-datetime.mjs +0 -1
  607. package/es/packages/scale-view/src/components/formitem/r-input.mjs +0 -1
  608. package/es/packages/scale-view/src/components/formitem/r-map.mjs +0 -1
  609. package/es/packages/scale-view/src/components/formitem/r-radio.mjs +0 -1
  610. package/es/packages/scale-view/src/components/formitem/r-select.mjs +0 -1
  611. package/es/packages/scale-view/src/components/formitem/r-upload.mjs +0 -1
  612. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.mjs +0 -2
  613. package/es/packages/scale-view/src/hooks/scaleview-computed.mjs +0 -1
  614. package/es/packages/scale-view/src/hooks/scaleview-init.mjs +0 -1
  615. package/es/packages/scale-view/src/hooks/scaleview-props.mjs +0 -1
  616. package/es/packages/scale-view/src/hooks/scaleview-state.mjs +0 -1
  617. package/es/packages/scale-view/src/hooks/scaleview-submit.mjs +0 -1
  618. package/es/packages/scale-view/src/hooks/scaleview-validate.mjs +0 -1
  619. package/es/packages/scale-view/src/hooks/use-component.mjs +0 -1
  620. package/es/packages/scale-view/src/hooks/use-evaluate.mjs +0 -1
  621. package/es/packages/scale-view/src/hooks/use-event.mjs +0 -1
  622. package/es/packages/scale-view/src/hooks/use-noData.mjs +0 -1
  623. package/es/packages/scale-view/src/utils/judge-types.mjs +0 -1
  624. package/es/packages/scale-view/style/index.less +0 -748
  625. package/es/packages/select-label/index.mjs +0 -1
  626. package/es/packages/select-label/index2.mjs +0 -17
  627. package/es/packages/select-label/src/LabelFormContent.mjs +0 -2
  628. package/es/packages/select-label/src/SelectLabel.mjs +0 -2
  629. package/es/packages/select-label/src/components/label-classify.mjs +0 -2
  630. package/es/packages/select-label/style/index.less +0 -151
  631. package/es/packages/select-person/index.mjs +0 -1
  632. package/es/packages/select-person/index2.mjs +0 -11
  633. package/es/packages/select-person/src/SearchTree.mjs +0 -2
  634. package/es/packages/select-person/src/SelectPerson.mjs +0 -2
  635. package/es/packages/select-person/src/utils/index.mjs +0 -1
  636. package/es/packages/select-person/style/index.less +0 -229
  637. package/es/packages/time-line/index.mjs +0 -1
  638. package/es/packages/time-line/index2.mjs +0 -11
  639. package/es/packages/time-line/src/TimeLine.mjs +0 -2
  640. package/es/packages/time-line/style/index.less +0 -35
  641. package/es/src/assets/img/failure.png +0 -0
  642. package/es/src/assets/img/icon-asc.png +0 -0
  643. package/es/src/assets/img/icon-desc.png +0 -0
  644. package/es/src/assets/img/no-permission.png +0 -0
  645. package/es/src/assets/img/nodata.png +0 -0
  646. package/es/src/assets/img/notfound.png +0 -0
  647. package/es/src/assets/img/qr.png +0 -0
  648. package/es/src/assets/img/success.png +0 -0
  649. package/es/src/assets/img/video.png +0 -0
  650. package/es/src/assets/img/video_default_cover.png +0 -0
  651. package/es/src/assets/img/video_hover.png +0 -0
  652. package/es/src/assets/img/video_play_hover.png +0 -0
  653. package/es/src/assets/img/xb_big.png +0 -0
  654. package/es/src/assets/img/xb_small.png +0 -0
  655. package/es/src/components/SelectPage/SelectPage.mjs +0 -2
  656. package/es/src/components/SelectPage/index.mjs +0 -2
  657. package/es/src/components/SvgIcon/SvgIcon.mjs +0 -2
  658. package/es/src/components/SvgIcon/index.mjs +0 -2
  659. package/es/src/components/TextOverTooltip/TextOverTooltip.mjs +0 -2
  660. package/es/src/components/TextOverTooltip/index.mjs +0 -2
  661. package/es/src/components/player-vod/index.mjs +0 -2
  662. package/es/src/components/player-vod/player.mjs +0 -1
  663. package/es/src/components/player-vod/video-list.mjs +0 -1
  664. package/es/src/components/player-vod/video-modal.mjs +0 -1
  665. package/es/src/core/create.mjs +0 -1
  666. package/es/src/core/create2.mjs +0 -8
  667. package/es/src/global/variable.mjs +0 -1
  668. package/es/src/global/variable2.mjs +0 -4
  669. package/es/src/utils/anime.mjs +0 -1
  670. package/es/src/utils/clickoutside.mjs +0 -1
  671. package/es/src/utils/crypto.mjs +0 -1
  672. package/es/src/utils/index.mjs +0 -1
  673. package/es/src/utils/loadViewer.mjs +0 -1
  674. package/es/src/utils/loadVxe.mjs +0 -1
  675. package/es/src/utils/utilExpand.mjs +0 -1
  676. package/es/src/utils/vexutils.mjs +0 -3
  677. package/md-plugin.ts +0 -201
  678. package/uno.config.ts +0 -22
  679. package/yarn-error.log +0 -122
@@ -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
+ }>>, {}>;