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
@@ -0,0 +1,1906 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ propsCategoryMap: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ max_size: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ maxLength: {
11
+ type: NumberConstructor;
12
+ default: number;
13
+ };
14
+ defaultList: {
15
+ type: ArrayConstructor;
16
+ default: () => never[];
17
+ };
18
+ uploaderType: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ getChunkUploadConfig: {
23
+ type: FunctionConstructor;
24
+ default: () => Promise<{}>;
25
+ };
26
+ }, {
27
+ instance: import("axios").AxiosInstance;
28
+ count: number;
29
+ uploaderDom: any;
30
+ uploadBtnDom: import("vue").Ref<null>;
31
+ state: {
32
+ spinning: boolean;
33
+ uploadConfig: {};
34
+ progress: number;
35
+ options: {
36
+ target: {};
37
+ chunkSize: number;
38
+ fileParameterName: string;
39
+ maxChunkRetries: number;
40
+ simultaneousUploads: number;
41
+ prioritizeFirstAndLastChunk: boolean;
42
+ forceChunkSize: boolean;
43
+ testChunks: boolean;
44
+ headers: {};
45
+ query: () => void;
46
+ processParams: {};
47
+ parseTimeRemaining: {};
48
+ processResponse: {};
49
+ };
50
+ attrs: {};
51
+ collapse: boolean;
52
+ configList: never[];
53
+ share: number;
54
+ baseUrl: string;
55
+ headers: {
56
+ Authorization: string;
57
+ };
58
+ withCredentials: boolean;
59
+ };
60
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
61
+ propsCategoryMap: {
62
+ type: StringConstructor;
63
+ default: string;
64
+ };
65
+ max_size: {
66
+ type: StringConstructor;
67
+ default: string;
68
+ };
69
+ maxLength: {
70
+ type: NumberConstructor;
71
+ default: number;
72
+ };
73
+ defaultList: {
74
+ type: ArrayConstructor;
75
+ default: () => never[];
76
+ };
77
+ uploaderType: {
78
+ type: StringConstructor;
79
+ default: string;
80
+ };
81
+ getChunkUploadConfig: {
82
+ type: FunctionConstructor;
83
+ default: () => Promise<{}>;
84
+ };
85
+ }>> & {
86
+ onGetSumbitList?: ((...args: any[]) => any) | undefined;
87
+ onCloseUpload?: ((...args: any[]) => any) | undefined;
88
+ }>>;
89
+ emit: (event: "getSumbitList" | "closeUpload", ...args: any[]) => void;
90
+ message: import("naive-ui").MessageApi;
91
+ initState: () => void;
92
+ uploadArguments: import("vue").ComputedRef<{
93
+ type: any;
94
+ channel: any;
95
+ }>;
96
+ autoStart: import("vue").ComputedRef<boolean>;
97
+ btnAttrs: import("vue").ComputedRef<{
98
+ accept: any;
99
+ }>;
100
+ setAxios: () => void;
101
+ init: () => void;
102
+ curMaxSize: (curMax: any) => any;
103
+ checkSize: (file: any) => boolean;
104
+ handleCheckExt: (map: any, file: any) => boolean;
105
+ checkMaxLength: () => boolean;
106
+ computeMD5: (file: any) => void;
107
+ onFileAdded: (file: any) => Promise<void>;
108
+ verifyUpload: (fileName: any, fileHash: any, file: any) => Promise<unknown>;
109
+ computeMD5Success: (md5: any, file: any) => Promise<void>;
110
+ onFileProgress: () => void;
111
+ mergeRequest: (data: any, file: any) => Promise<unknown>;
112
+ onFileSuccess: (rootFile: any, file: any, response: any) => void;
113
+ hanldeDraggerBtnClick: () => void;
114
+ getUploadShowStatus: (file: any, key?: string) => any;
115
+ fileClass: (file: any) => boolean;
116
+ handleRemove: (file: any) => void;
117
+ onFileError: (rootFile: any, file: any) => void;
118
+ formatedProgress: (v: any, file: any) => number;
119
+ handleStartUpload: () => void;
120
+ close: () => void;
121
+ handleOnDestroyed: () => void;
122
+ handleGetSumbitList: () => void;
123
+ confirm: () => void;
124
+ cancel: () => void;
125
+ NIcon: import("vue").DefineComponent<{
126
+ readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
127
+ readonly size: import("vue").PropType<string | number>;
128
+ readonly color: StringConstructor;
129
+ readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
130
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
131
+ color: string;
132
+ opacity1Depth: string;
133
+ opacity2Depth: string;
134
+ opacity3Depth: string;
135
+ opacity4Depth: string;
136
+ opacity5Depth: string;
137
+ }, any>>;
138
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
139
+ color: string;
140
+ opacity1Depth: string;
141
+ opacity2Depth: string;
142
+ opacity3Depth: string;
143
+ opacity4Depth: string;
144
+ opacity5Depth: string;
145
+ }, any>>>;
146
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
147
+ color: string;
148
+ opacity1Depth: string;
149
+ opacity2Depth: string;
150
+ opacity3Depth: string;
151
+ opacity4Depth: string;
152
+ opacity5Depth: string;
153
+ }, any>>>;
154
+ }, {
155
+ mergedClsPrefix: import("vue").ComputedRef<string>;
156
+ mergedStyle: import("vue").ComputedRef<{
157
+ fontSize: string | undefined;
158
+ color: string | undefined;
159
+ }>;
160
+ cssVars: import("vue").ComputedRef<{
161
+ '--n-bezier': string;
162
+ '--n-color': string;
163
+ '--n-opacity': string;
164
+ }> | undefined;
165
+ themeClass: import("vue").Ref<string> | undefined;
166
+ onRender: (() => void) | undefined;
167
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
168
+ readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
169
+ readonly size: import("vue").PropType<string | number>;
170
+ readonly color: StringConstructor;
171
+ readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
172
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
173
+ color: string;
174
+ opacity1Depth: string;
175
+ opacity2Depth: string;
176
+ opacity3Depth: string;
177
+ opacity4Depth: string;
178
+ opacity5Depth: string;
179
+ }, any>>;
180
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
181
+ color: string;
182
+ opacity1Depth: string;
183
+ opacity2Depth: string;
184
+ opacity3Depth: string;
185
+ opacity4Depth: string;
186
+ opacity5Depth: string;
187
+ }, any>>>;
188
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
189
+ color: string;
190
+ opacity1Depth: string;
191
+ opacity2Depth: string;
192
+ opacity3Depth: string;
193
+ opacity4Depth: string;
194
+ opacity5Depth: string;
195
+ }, any>>>;
196
+ }>>, {}>;
197
+ NButton: import("vue").DefineComponent<{
198
+ readonly color: StringConstructor;
199
+ readonly textColor: StringConstructor;
200
+ readonly text: BooleanConstructor;
201
+ readonly block: BooleanConstructor;
202
+ readonly loading: BooleanConstructor;
203
+ readonly disabled: BooleanConstructor;
204
+ readonly circle: BooleanConstructor;
205
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
206
+ readonly ghost: BooleanConstructor;
207
+ readonly round: BooleanConstructor;
208
+ readonly secondary: BooleanConstructor;
209
+ readonly tertiary: BooleanConstructor;
210
+ readonly quaternary: BooleanConstructor;
211
+ readonly strong: BooleanConstructor;
212
+ readonly focusable: {
213
+ readonly type: BooleanConstructor;
214
+ readonly default: true;
215
+ };
216
+ readonly keyboard: {
217
+ readonly type: BooleanConstructor;
218
+ readonly default: true;
219
+ };
220
+ readonly tag: {
221
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
222
+ readonly default: "button";
223
+ };
224
+ readonly type: {
225
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
226
+ readonly default: "default";
227
+ };
228
+ readonly dashed: BooleanConstructor;
229
+ readonly iconPlacement: {
230
+ readonly type: import("vue").PropType<"left" | "right">;
231
+ readonly default: "left";
232
+ };
233
+ readonly attrType: {
234
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
235
+ readonly default: "button";
236
+ };
237
+ readonly bordered: {
238
+ readonly type: BooleanConstructor;
239
+ readonly default: true;
240
+ };
241
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
242
+ readonly nativeFocusBehavior: {
243
+ readonly type: BooleanConstructor;
244
+ readonly default: boolean;
245
+ };
246
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
247
+ heightTiny: string;
248
+ heightSmall: string;
249
+ heightMedium: string;
250
+ heightLarge: string;
251
+ borderRadiusTiny: string;
252
+ borderRadiusSmall: string;
253
+ borderRadiusMedium: string;
254
+ borderRadiusLarge: string;
255
+ fontSizeTiny: string;
256
+ fontSizeSmall: string;
257
+ fontSizeMedium: string;
258
+ fontSizeLarge: string;
259
+ opacityDisabled: string;
260
+ colorOpacitySecondary: string;
261
+ colorOpacitySecondaryHover: string;
262
+ colorOpacitySecondaryPressed: string;
263
+ colorSecondary: string;
264
+ colorSecondaryHover: string;
265
+ colorSecondaryPressed: string;
266
+ colorTertiary: string;
267
+ colorTertiaryHover: string;
268
+ colorTertiaryPressed: string;
269
+ colorQuaternary: string;
270
+ colorQuaternaryHover: string;
271
+ colorQuaternaryPressed: string;
272
+ color: string;
273
+ colorHover: string;
274
+ colorPressed: string;
275
+ colorFocus: string;
276
+ colorDisabled: string;
277
+ textColor: string;
278
+ textColorTertiary: string;
279
+ textColorHover: string;
280
+ textColorPressed: string;
281
+ textColorFocus: string;
282
+ textColorDisabled: string;
283
+ textColorText: string;
284
+ textColorTextHover: string;
285
+ textColorTextPressed: string;
286
+ textColorTextFocus: string;
287
+ textColorTextDisabled: string;
288
+ textColorGhost: string;
289
+ textColorGhostHover: string;
290
+ textColorGhostPressed: string;
291
+ textColorGhostFocus: string;
292
+ textColorGhostDisabled: string;
293
+ border: string;
294
+ borderHover: string;
295
+ borderPressed: string;
296
+ borderFocus: string;
297
+ borderDisabled: string;
298
+ rippleColor: string;
299
+ colorPrimary: string;
300
+ colorHoverPrimary: string;
301
+ colorPressedPrimary: string;
302
+ colorFocusPrimary: string;
303
+ colorDisabledPrimary: string;
304
+ textColorPrimary: string;
305
+ textColorHoverPrimary: string;
306
+ textColorPressedPrimary: string;
307
+ textColorFocusPrimary: string;
308
+ textColorDisabledPrimary: string;
309
+ textColorTextPrimary: string;
310
+ textColorTextHoverPrimary: string;
311
+ textColorTextPressedPrimary: string;
312
+ textColorTextFocusPrimary: string;
313
+ textColorTextDisabledPrimary: string;
314
+ textColorGhostPrimary: string;
315
+ textColorGhostHoverPrimary: string;
316
+ textColorGhostPressedPrimary: string;
317
+ textColorGhostFocusPrimary: string;
318
+ textColorGhostDisabledPrimary: string;
319
+ borderPrimary: string;
320
+ borderHoverPrimary: string;
321
+ borderPressedPrimary: string;
322
+ borderFocusPrimary: string;
323
+ borderDisabledPrimary: string;
324
+ rippleColorPrimary: string;
325
+ colorInfo: string;
326
+ colorHoverInfo: string;
327
+ colorPressedInfo: string;
328
+ colorFocusInfo: string;
329
+ colorDisabledInfo: string;
330
+ textColorInfo: string;
331
+ textColorHoverInfo: string;
332
+ textColorPressedInfo: string;
333
+ textColorFocusInfo: string;
334
+ textColorDisabledInfo: string;
335
+ textColorTextInfo: string;
336
+ textColorTextHoverInfo: string;
337
+ textColorTextPressedInfo: string;
338
+ textColorTextFocusInfo: string;
339
+ textColorTextDisabledInfo: string;
340
+ textColorGhostInfo: string;
341
+ textColorGhostHoverInfo: string;
342
+ textColorGhostPressedInfo: string;
343
+ textColorGhostFocusInfo: string;
344
+ textColorGhostDisabledInfo: string;
345
+ borderInfo: string;
346
+ borderHoverInfo: string;
347
+ borderPressedInfo: string;
348
+ borderFocusInfo: string;
349
+ borderDisabledInfo: string;
350
+ rippleColorInfo: string;
351
+ colorSuccess: string;
352
+ colorHoverSuccess: string;
353
+ colorPressedSuccess: string;
354
+ colorFocusSuccess: string;
355
+ colorDisabledSuccess: string;
356
+ textColorSuccess: string;
357
+ textColorHoverSuccess: string;
358
+ textColorPressedSuccess: string;
359
+ textColorFocusSuccess: string;
360
+ textColorDisabledSuccess: string;
361
+ textColorTextSuccess: string;
362
+ textColorTextHoverSuccess: string;
363
+ textColorTextPressedSuccess: string;
364
+ textColorTextFocusSuccess: string;
365
+ textColorTextDisabledSuccess: string;
366
+ textColorGhostSuccess: string;
367
+ textColorGhostHoverSuccess: string;
368
+ textColorGhostPressedSuccess: string;
369
+ textColorGhostFocusSuccess: string;
370
+ textColorGhostDisabledSuccess: string;
371
+ borderSuccess: string;
372
+ borderHoverSuccess: string;
373
+ borderPressedSuccess: string;
374
+ borderFocusSuccess: string;
375
+ borderDisabledSuccess: string;
376
+ rippleColorSuccess: string;
377
+ colorWarning: string;
378
+ colorHoverWarning: string;
379
+ colorPressedWarning: string;
380
+ colorFocusWarning: string;
381
+ colorDisabledWarning: string;
382
+ textColorWarning: string;
383
+ textColorHoverWarning: string;
384
+ textColorPressedWarning: string;
385
+ textColorFocusWarning: string;
386
+ textColorDisabledWarning: string;
387
+ textColorTextWarning: string;
388
+ textColorTextHoverWarning: string;
389
+ textColorTextPressedWarning: string;
390
+ textColorTextFocusWarning: string;
391
+ textColorTextDisabledWarning: string;
392
+ textColorGhostWarning: string;
393
+ textColorGhostHoverWarning: string;
394
+ textColorGhostPressedWarning: string;
395
+ textColorGhostFocusWarning: string;
396
+ textColorGhostDisabledWarning: string;
397
+ borderWarning: string;
398
+ borderHoverWarning: string;
399
+ borderPressedWarning: string;
400
+ borderFocusWarning: string;
401
+ borderDisabledWarning: string;
402
+ rippleColorWarning: string;
403
+ colorError: string;
404
+ colorHoverError: string;
405
+ colorPressedError: string;
406
+ colorFocusError: string;
407
+ colorDisabledError: string;
408
+ textColorError: string;
409
+ textColorHoverError: string;
410
+ textColorPressedError: string;
411
+ textColorFocusError: string;
412
+ textColorDisabledError: string;
413
+ textColorTextError: string;
414
+ textColorTextHoverError: string;
415
+ textColorTextPressedError: string;
416
+ textColorTextFocusError: string;
417
+ textColorTextDisabledError: string;
418
+ textColorGhostError: string;
419
+ textColorGhostHoverError: string;
420
+ textColorGhostPressedError: string;
421
+ textColorGhostFocusError: string;
422
+ textColorGhostDisabledError: string;
423
+ borderError: string;
424
+ borderHoverError: string;
425
+ borderPressedError: string;
426
+ borderFocusError: string;
427
+ borderDisabledError: string;
428
+ rippleColorError: string;
429
+ waveOpacity: string;
430
+ fontWeight: string;
431
+ fontWeightStrong: string;
432
+ paddingTiny: string;
433
+ paddingSmall: string;
434
+ paddingMedium: string;
435
+ paddingLarge: string;
436
+ paddingRoundTiny: string;
437
+ paddingRoundSmall: string;
438
+ paddingRoundMedium: string;
439
+ paddingRoundLarge: string;
440
+ iconMarginTiny: string;
441
+ iconMarginSmall: string;
442
+ iconMarginMedium: string;
443
+ iconMarginLarge: string;
444
+ iconSizeTiny: string;
445
+ iconSizeSmall: string;
446
+ iconSizeMedium: string;
447
+ iconSizeLarge: string;
448
+ rippleDuration: string;
449
+ }, any>>;
450
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
451
+ heightTiny: string;
452
+ heightSmall: string;
453
+ heightMedium: string;
454
+ heightLarge: string;
455
+ borderRadiusTiny: string;
456
+ borderRadiusSmall: string;
457
+ borderRadiusMedium: string;
458
+ borderRadiusLarge: string;
459
+ fontSizeTiny: string;
460
+ fontSizeSmall: string;
461
+ fontSizeMedium: string;
462
+ fontSizeLarge: string;
463
+ opacityDisabled: string;
464
+ colorOpacitySecondary: string;
465
+ colorOpacitySecondaryHover: string;
466
+ colorOpacitySecondaryPressed: string;
467
+ colorSecondary: string;
468
+ colorSecondaryHover: string;
469
+ colorSecondaryPressed: string;
470
+ colorTertiary: string;
471
+ colorTertiaryHover: string;
472
+ colorTertiaryPressed: string;
473
+ colorQuaternary: string;
474
+ colorQuaternaryHover: string;
475
+ colorQuaternaryPressed: string;
476
+ color: string;
477
+ colorHover: string;
478
+ colorPressed: string;
479
+ colorFocus: string;
480
+ colorDisabled: string;
481
+ textColor: string;
482
+ textColorTertiary: string;
483
+ textColorHover: string;
484
+ textColorPressed: string;
485
+ textColorFocus: string;
486
+ textColorDisabled: string;
487
+ textColorText: string;
488
+ textColorTextHover: string;
489
+ textColorTextPressed: string;
490
+ textColorTextFocus: string;
491
+ textColorTextDisabled: string;
492
+ textColorGhost: string;
493
+ textColorGhostHover: string;
494
+ textColorGhostPressed: string;
495
+ textColorGhostFocus: string;
496
+ textColorGhostDisabled: string;
497
+ border: string;
498
+ borderHover: string;
499
+ borderPressed: string;
500
+ borderFocus: string;
501
+ borderDisabled: string;
502
+ rippleColor: string;
503
+ colorPrimary: string;
504
+ colorHoverPrimary: string;
505
+ colorPressedPrimary: string;
506
+ colorFocusPrimary: string;
507
+ colorDisabledPrimary: string;
508
+ textColorPrimary: string;
509
+ textColorHoverPrimary: string;
510
+ textColorPressedPrimary: string;
511
+ textColorFocusPrimary: string;
512
+ textColorDisabledPrimary: string;
513
+ textColorTextPrimary: string;
514
+ textColorTextHoverPrimary: string;
515
+ textColorTextPressedPrimary: string;
516
+ textColorTextFocusPrimary: string;
517
+ textColorTextDisabledPrimary: string;
518
+ textColorGhostPrimary: string;
519
+ textColorGhostHoverPrimary: string;
520
+ textColorGhostPressedPrimary: string;
521
+ textColorGhostFocusPrimary: string;
522
+ textColorGhostDisabledPrimary: string;
523
+ borderPrimary: string;
524
+ borderHoverPrimary: string;
525
+ borderPressedPrimary: string;
526
+ borderFocusPrimary: string;
527
+ borderDisabledPrimary: string;
528
+ rippleColorPrimary: string;
529
+ colorInfo: string;
530
+ colorHoverInfo: string;
531
+ colorPressedInfo: string;
532
+ colorFocusInfo: string;
533
+ colorDisabledInfo: string;
534
+ textColorInfo: string;
535
+ textColorHoverInfo: string;
536
+ textColorPressedInfo: string;
537
+ textColorFocusInfo: string;
538
+ textColorDisabledInfo: string;
539
+ textColorTextInfo: string;
540
+ textColorTextHoverInfo: string;
541
+ textColorTextPressedInfo: string;
542
+ textColorTextFocusInfo: string;
543
+ textColorTextDisabledInfo: string;
544
+ textColorGhostInfo: string;
545
+ textColorGhostHoverInfo: string;
546
+ textColorGhostPressedInfo: string;
547
+ textColorGhostFocusInfo: string;
548
+ textColorGhostDisabledInfo: string;
549
+ borderInfo: string;
550
+ borderHoverInfo: string;
551
+ borderPressedInfo: string;
552
+ borderFocusInfo: string;
553
+ borderDisabledInfo: string;
554
+ rippleColorInfo: string;
555
+ colorSuccess: string;
556
+ colorHoverSuccess: string;
557
+ colorPressedSuccess: string;
558
+ colorFocusSuccess: string;
559
+ colorDisabledSuccess: string;
560
+ textColorSuccess: string;
561
+ textColorHoverSuccess: string;
562
+ textColorPressedSuccess: string;
563
+ textColorFocusSuccess: string;
564
+ textColorDisabledSuccess: string;
565
+ textColorTextSuccess: string;
566
+ textColorTextHoverSuccess: string;
567
+ textColorTextPressedSuccess: string;
568
+ textColorTextFocusSuccess: string;
569
+ textColorTextDisabledSuccess: string;
570
+ textColorGhostSuccess: string;
571
+ textColorGhostHoverSuccess: string;
572
+ textColorGhostPressedSuccess: string;
573
+ textColorGhostFocusSuccess: string;
574
+ textColorGhostDisabledSuccess: string;
575
+ borderSuccess: string;
576
+ borderHoverSuccess: string;
577
+ borderPressedSuccess: string;
578
+ borderFocusSuccess: string;
579
+ borderDisabledSuccess: string;
580
+ rippleColorSuccess: string;
581
+ colorWarning: string;
582
+ colorHoverWarning: string;
583
+ colorPressedWarning: string;
584
+ colorFocusWarning: string;
585
+ colorDisabledWarning: string;
586
+ textColorWarning: string;
587
+ textColorHoverWarning: string;
588
+ textColorPressedWarning: string;
589
+ textColorFocusWarning: string;
590
+ textColorDisabledWarning: string;
591
+ textColorTextWarning: string;
592
+ textColorTextHoverWarning: string;
593
+ textColorTextPressedWarning: string;
594
+ textColorTextFocusWarning: string;
595
+ textColorTextDisabledWarning: string;
596
+ textColorGhostWarning: string;
597
+ textColorGhostHoverWarning: string;
598
+ textColorGhostPressedWarning: string;
599
+ textColorGhostFocusWarning: string;
600
+ textColorGhostDisabledWarning: string;
601
+ borderWarning: string;
602
+ borderHoverWarning: string;
603
+ borderPressedWarning: string;
604
+ borderFocusWarning: string;
605
+ borderDisabledWarning: string;
606
+ rippleColorWarning: string;
607
+ colorError: string;
608
+ colorHoverError: string;
609
+ colorPressedError: string;
610
+ colorFocusError: string;
611
+ colorDisabledError: string;
612
+ textColorError: string;
613
+ textColorHoverError: string;
614
+ textColorPressedError: string;
615
+ textColorFocusError: string;
616
+ textColorDisabledError: string;
617
+ textColorTextError: string;
618
+ textColorTextHoverError: string;
619
+ textColorTextPressedError: string;
620
+ textColorTextFocusError: string;
621
+ textColorTextDisabledError: string;
622
+ textColorGhostError: string;
623
+ textColorGhostHoverError: string;
624
+ textColorGhostPressedError: string;
625
+ textColorGhostFocusError: string;
626
+ textColorGhostDisabledError: string;
627
+ borderError: string;
628
+ borderHoverError: string;
629
+ borderPressedError: string;
630
+ borderFocusError: string;
631
+ borderDisabledError: string;
632
+ rippleColorError: string;
633
+ waveOpacity: string;
634
+ fontWeight: string;
635
+ fontWeightStrong: string;
636
+ paddingTiny: string;
637
+ paddingSmall: string;
638
+ paddingMedium: string;
639
+ paddingLarge: string;
640
+ paddingRoundTiny: string;
641
+ paddingRoundSmall: string;
642
+ paddingRoundMedium: string;
643
+ paddingRoundLarge: string;
644
+ iconMarginTiny: string;
645
+ iconMarginSmall: string;
646
+ iconMarginMedium: string;
647
+ iconMarginLarge: string;
648
+ iconSizeTiny: string;
649
+ iconSizeSmall: string;
650
+ iconSizeMedium: string;
651
+ iconSizeLarge: string;
652
+ rippleDuration: string;
653
+ }, any>>>;
654
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
655
+ heightTiny: string;
656
+ heightSmall: string;
657
+ heightMedium: string;
658
+ heightLarge: string;
659
+ borderRadiusTiny: string;
660
+ borderRadiusSmall: string;
661
+ borderRadiusMedium: string;
662
+ borderRadiusLarge: string;
663
+ fontSizeTiny: string;
664
+ fontSizeSmall: string;
665
+ fontSizeMedium: string;
666
+ fontSizeLarge: string;
667
+ opacityDisabled: string;
668
+ colorOpacitySecondary: string;
669
+ colorOpacitySecondaryHover: string;
670
+ colorOpacitySecondaryPressed: string;
671
+ colorSecondary: string;
672
+ colorSecondaryHover: string;
673
+ colorSecondaryPressed: string;
674
+ colorTertiary: string;
675
+ colorTertiaryHover: string;
676
+ colorTertiaryPressed: string;
677
+ colorQuaternary: string;
678
+ colorQuaternaryHover: string;
679
+ colorQuaternaryPressed: string;
680
+ color: string;
681
+ colorHover: string;
682
+ colorPressed: string;
683
+ colorFocus: string;
684
+ colorDisabled: string;
685
+ textColor: string;
686
+ textColorTertiary: string;
687
+ textColorHover: string;
688
+ textColorPressed: string;
689
+ textColorFocus: string;
690
+ textColorDisabled: string;
691
+ textColorText: string;
692
+ textColorTextHover: string;
693
+ textColorTextPressed: string;
694
+ textColorTextFocus: string;
695
+ textColorTextDisabled: string;
696
+ textColorGhost: string;
697
+ textColorGhostHover: string;
698
+ textColorGhostPressed: string;
699
+ textColorGhostFocus: string;
700
+ textColorGhostDisabled: string;
701
+ border: string;
702
+ borderHover: string;
703
+ borderPressed: string;
704
+ borderFocus: string;
705
+ borderDisabled: string;
706
+ rippleColor: string;
707
+ colorPrimary: string;
708
+ colorHoverPrimary: string;
709
+ colorPressedPrimary: string;
710
+ colorFocusPrimary: string;
711
+ colorDisabledPrimary: string;
712
+ textColorPrimary: string;
713
+ textColorHoverPrimary: string;
714
+ textColorPressedPrimary: string;
715
+ textColorFocusPrimary: string;
716
+ textColorDisabledPrimary: string;
717
+ textColorTextPrimary: string;
718
+ textColorTextHoverPrimary: string;
719
+ textColorTextPressedPrimary: string;
720
+ textColorTextFocusPrimary: string;
721
+ textColorTextDisabledPrimary: string;
722
+ textColorGhostPrimary: string;
723
+ textColorGhostHoverPrimary: string;
724
+ textColorGhostPressedPrimary: string;
725
+ textColorGhostFocusPrimary: string;
726
+ textColorGhostDisabledPrimary: string;
727
+ borderPrimary: string;
728
+ borderHoverPrimary: string;
729
+ borderPressedPrimary: string;
730
+ borderFocusPrimary: string;
731
+ borderDisabledPrimary: string;
732
+ rippleColorPrimary: string;
733
+ colorInfo: string;
734
+ colorHoverInfo: string;
735
+ colorPressedInfo: string;
736
+ colorFocusInfo: string;
737
+ colorDisabledInfo: string;
738
+ textColorInfo: string;
739
+ textColorHoverInfo: string;
740
+ textColorPressedInfo: string;
741
+ textColorFocusInfo: string;
742
+ textColorDisabledInfo: string;
743
+ textColorTextInfo: string;
744
+ textColorTextHoverInfo: string;
745
+ textColorTextPressedInfo: string;
746
+ textColorTextFocusInfo: string;
747
+ textColorTextDisabledInfo: string;
748
+ textColorGhostInfo: string;
749
+ textColorGhostHoverInfo: string;
750
+ textColorGhostPressedInfo: string;
751
+ textColorGhostFocusInfo: string;
752
+ textColorGhostDisabledInfo: string;
753
+ borderInfo: string;
754
+ borderHoverInfo: string;
755
+ borderPressedInfo: string;
756
+ borderFocusInfo: string;
757
+ borderDisabledInfo: string;
758
+ rippleColorInfo: string;
759
+ colorSuccess: string;
760
+ colorHoverSuccess: string;
761
+ colorPressedSuccess: string;
762
+ colorFocusSuccess: string;
763
+ colorDisabledSuccess: string;
764
+ textColorSuccess: string;
765
+ textColorHoverSuccess: string;
766
+ textColorPressedSuccess: string;
767
+ textColorFocusSuccess: string;
768
+ textColorDisabledSuccess: string;
769
+ textColorTextSuccess: string;
770
+ textColorTextHoverSuccess: string;
771
+ textColorTextPressedSuccess: string;
772
+ textColorTextFocusSuccess: string;
773
+ textColorTextDisabledSuccess: string;
774
+ textColorGhostSuccess: string;
775
+ textColorGhostHoverSuccess: string;
776
+ textColorGhostPressedSuccess: string;
777
+ textColorGhostFocusSuccess: string;
778
+ textColorGhostDisabledSuccess: string;
779
+ borderSuccess: string;
780
+ borderHoverSuccess: string;
781
+ borderPressedSuccess: string;
782
+ borderFocusSuccess: string;
783
+ borderDisabledSuccess: string;
784
+ rippleColorSuccess: string;
785
+ colorWarning: string;
786
+ colorHoverWarning: string;
787
+ colorPressedWarning: string;
788
+ colorFocusWarning: string;
789
+ colorDisabledWarning: string;
790
+ textColorWarning: string;
791
+ textColorHoverWarning: string;
792
+ textColorPressedWarning: string;
793
+ textColorFocusWarning: string;
794
+ textColorDisabledWarning: string;
795
+ textColorTextWarning: string;
796
+ textColorTextHoverWarning: string;
797
+ textColorTextPressedWarning: string;
798
+ textColorTextFocusWarning: string;
799
+ textColorTextDisabledWarning: string;
800
+ textColorGhostWarning: string;
801
+ textColorGhostHoverWarning: string;
802
+ textColorGhostPressedWarning: string;
803
+ textColorGhostFocusWarning: string;
804
+ textColorGhostDisabledWarning: string;
805
+ borderWarning: string;
806
+ borderHoverWarning: string;
807
+ borderPressedWarning: string;
808
+ borderFocusWarning: string;
809
+ borderDisabledWarning: string;
810
+ rippleColorWarning: string;
811
+ colorError: string;
812
+ colorHoverError: string;
813
+ colorPressedError: string;
814
+ colorFocusError: string;
815
+ colorDisabledError: string;
816
+ textColorError: string;
817
+ textColorHoverError: string;
818
+ textColorPressedError: string;
819
+ textColorFocusError: string;
820
+ textColorDisabledError: string;
821
+ textColorTextError: string;
822
+ textColorTextHoverError: string;
823
+ textColorTextPressedError: string;
824
+ textColorTextFocusError: string;
825
+ textColorTextDisabledError: string;
826
+ textColorGhostError: string;
827
+ textColorGhostHoverError: string;
828
+ textColorGhostPressedError: string;
829
+ textColorGhostFocusError: string;
830
+ textColorGhostDisabledError: string;
831
+ borderError: string;
832
+ borderHoverError: string;
833
+ borderPressedError: string;
834
+ borderFocusError: string;
835
+ borderDisabledError: string;
836
+ rippleColorError: string;
837
+ waveOpacity: string;
838
+ fontWeight: string;
839
+ fontWeightStrong: string;
840
+ paddingTiny: string;
841
+ paddingSmall: string;
842
+ paddingMedium: string;
843
+ paddingLarge: string;
844
+ paddingRoundTiny: string;
845
+ paddingRoundSmall: string;
846
+ paddingRoundMedium: string;
847
+ paddingRoundLarge: string;
848
+ iconMarginTiny: string;
849
+ iconMarginSmall: string;
850
+ iconMarginMedium: string;
851
+ iconMarginLarge: string;
852
+ iconSizeTiny: string;
853
+ iconSizeSmall: string;
854
+ iconSizeMedium: string;
855
+ iconSizeLarge: string;
856
+ rippleDuration: string;
857
+ }, any>>>;
858
+ }, {
859
+ selfElRef: import("vue").Ref<HTMLElement | null>;
860
+ waveElRef: import("vue").Ref<{
861
+ play: () => void;
862
+ } | null>;
863
+ mergedClsPrefix: import("vue").ComputedRef<string>;
864
+ mergedFocusable: import("vue").ComputedRef<boolean>;
865
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
866
+ showBorder: import("vue").ComputedRef<boolean>;
867
+ enterPressed: import("vue").Ref<boolean>;
868
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
869
+ handleMousedown: (e: MouseEvent) => void;
870
+ handleKeydown: (e: KeyboardEvent) => void;
871
+ handleBlur: () => void;
872
+ handleKeyup: (e: KeyboardEvent) => void;
873
+ handleClick: (e: MouseEvent) => void;
874
+ customColorCssVars: import("vue").ComputedRef<{
875
+ '--n-border-color': string;
876
+ '--n-border-color-hover': string;
877
+ '--n-border-color-pressed': string;
878
+ '--n-border-color-focus': string;
879
+ '--n-border-color-disabled': string;
880
+ } | null>;
881
+ cssVars: import("vue").ComputedRef<{
882
+ '--n-width': string;
883
+ '--n-height': string;
884
+ '--n-font-size': string;
885
+ '--n-padding': string;
886
+ '--n-icon-size': string;
887
+ '--n-icon-margin': string;
888
+ '--n-border-radius': string;
889
+ '--n-border': string;
890
+ '--n-border-hover': string;
891
+ '--n-border-pressed': string;
892
+ '--n-border-focus': string;
893
+ '--n-border-disabled': string;
894
+ '--n-color': string;
895
+ '--n-color-hover': string;
896
+ '--n-color-pressed': string;
897
+ '--n-color-focus': string;
898
+ '--n-color-disabled': string;
899
+ '--n-ripple-color': string;
900
+ '--n-text-color': string;
901
+ '--n-text-color-hover': string;
902
+ '--n-text-color-pressed': string;
903
+ '--n-text-color-focus': string;
904
+ '--n-text-color-disabled': string;
905
+ 'font-weight': string;
906
+ '--n-bezier': string;
907
+ '--n-bezier-ease-out': string;
908
+ '--n-ripple-duration': string;
909
+ '--n-opacity-disabled': string;
910
+ '--n-wave-opacity': string;
911
+ }> | undefined;
912
+ themeClass: import("vue").Ref<string> | undefined;
913
+ onRender: (() => void) | undefined;
914
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
915
+ readonly color: StringConstructor;
916
+ readonly textColor: StringConstructor;
917
+ readonly text: BooleanConstructor;
918
+ readonly block: BooleanConstructor;
919
+ readonly loading: BooleanConstructor;
920
+ readonly disabled: BooleanConstructor;
921
+ readonly circle: BooleanConstructor;
922
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
923
+ readonly ghost: BooleanConstructor;
924
+ readonly round: BooleanConstructor;
925
+ readonly secondary: BooleanConstructor;
926
+ readonly tertiary: BooleanConstructor;
927
+ readonly quaternary: BooleanConstructor;
928
+ readonly strong: BooleanConstructor;
929
+ readonly focusable: {
930
+ readonly type: BooleanConstructor;
931
+ readonly default: true;
932
+ };
933
+ readonly keyboard: {
934
+ readonly type: BooleanConstructor;
935
+ readonly default: true;
936
+ };
937
+ readonly tag: {
938
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
939
+ readonly default: "button";
940
+ };
941
+ readonly type: {
942
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
943
+ readonly default: "default";
944
+ };
945
+ readonly dashed: BooleanConstructor;
946
+ readonly iconPlacement: {
947
+ readonly type: import("vue").PropType<"left" | "right">;
948
+ readonly default: "left";
949
+ };
950
+ readonly attrType: {
951
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
952
+ readonly default: "button";
953
+ };
954
+ readonly bordered: {
955
+ readonly type: BooleanConstructor;
956
+ readonly default: true;
957
+ };
958
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
959
+ readonly nativeFocusBehavior: {
960
+ readonly type: BooleanConstructor;
961
+ readonly default: boolean;
962
+ };
963
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
964
+ heightTiny: string;
965
+ heightSmall: string;
966
+ heightMedium: string;
967
+ heightLarge: string;
968
+ borderRadiusTiny: string;
969
+ borderRadiusSmall: string;
970
+ borderRadiusMedium: string;
971
+ borderRadiusLarge: string;
972
+ fontSizeTiny: string;
973
+ fontSizeSmall: string;
974
+ fontSizeMedium: string;
975
+ fontSizeLarge: string;
976
+ opacityDisabled: string;
977
+ colorOpacitySecondary: string;
978
+ colorOpacitySecondaryHover: string;
979
+ colorOpacitySecondaryPressed: string;
980
+ colorSecondary: string;
981
+ colorSecondaryHover: string;
982
+ colorSecondaryPressed: string;
983
+ colorTertiary: string;
984
+ colorTertiaryHover: string;
985
+ colorTertiaryPressed: string;
986
+ colorQuaternary: string;
987
+ colorQuaternaryHover: string;
988
+ colorQuaternaryPressed: string;
989
+ color: string;
990
+ colorHover: string;
991
+ colorPressed: string;
992
+ colorFocus: string;
993
+ colorDisabled: string;
994
+ textColor: string;
995
+ textColorTertiary: string;
996
+ textColorHover: string;
997
+ textColorPressed: string;
998
+ textColorFocus: string;
999
+ textColorDisabled: string;
1000
+ textColorText: string;
1001
+ textColorTextHover: string;
1002
+ textColorTextPressed: string;
1003
+ textColorTextFocus: string;
1004
+ textColorTextDisabled: string;
1005
+ textColorGhost: string;
1006
+ textColorGhostHover: string;
1007
+ textColorGhostPressed: string;
1008
+ textColorGhostFocus: string;
1009
+ textColorGhostDisabled: string;
1010
+ border: string;
1011
+ borderHover: string;
1012
+ borderPressed: string;
1013
+ borderFocus: string;
1014
+ borderDisabled: string;
1015
+ rippleColor: string;
1016
+ colorPrimary: string;
1017
+ colorHoverPrimary: string;
1018
+ colorPressedPrimary: string;
1019
+ colorFocusPrimary: string;
1020
+ colorDisabledPrimary: string;
1021
+ textColorPrimary: string;
1022
+ textColorHoverPrimary: string;
1023
+ textColorPressedPrimary: string;
1024
+ textColorFocusPrimary: string;
1025
+ textColorDisabledPrimary: string;
1026
+ textColorTextPrimary: string;
1027
+ textColorTextHoverPrimary: string;
1028
+ textColorTextPressedPrimary: string;
1029
+ textColorTextFocusPrimary: string;
1030
+ textColorTextDisabledPrimary: string;
1031
+ textColorGhostPrimary: string;
1032
+ textColorGhostHoverPrimary: string;
1033
+ textColorGhostPressedPrimary: string;
1034
+ textColorGhostFocusPrimary: string;
1035
+ textColorGhostDisabledPrimary: string;
1036
+ borderPrimary: string;
1037
+ borderHoverPrimary: string;
1038
+ borderPressedPrimary: string;
1039
+ borderFocusPrimary: string;
1040
+ borderDisabledPrimary: string;
1041
+ rippleColorPrimary: string;
1042
+ colorInfo: string;
1043
+ colorHoverInfo: string;
1044
+ colorPressedInfo: string;
1045
+ colorFocusInfo: string;
1046
+ colorDisabledInfo: string;
1047
+ textColorInfo: string;
1048
+ textColorHoverInfo: string;
1049
+ textColorPressedInfo: string;
1050
+ textColorFocusInfo: string;
1051
+ textColorDisabledInfo: string;
1052
+ textColorTextInfo: string;
1053
+ textColorTextHoverInfo: string;
1054
+ textColorTextPressedInfo: string;
1055
+ textColorTextFocusInfo: string;
1056
+ textColorTextDisabledInfo: string;
1057
+ textColorGhostInfo: string;
1058
+ textColorGhostHoverInfo: string;
1059
+ textColorGhostPressedInfo: string;
1060
+ textColorGhostFocusInfo: string;
1061
+ textColorGhostDisabledInfo: string;
1062
+ borderInfo: string;
1063
+ borderHoverInfo: string;
1064
+ borderPressedInfo: string;
1065
+ borderFocusInfo: string;
1066
+ borderDisabledInfo: string;
1067
+ rippleColorInfo: string;
1068
+ colorSuccess: string;
1069
+ colorHoverSuccess: string;
1070
+ colorPressedSuccess: string;
1071
+ colorFocusSuccess: string;
1072
+ colorDisabledSuccess: string;
1073
+ textColorSuccess: string;
1074
+ textColorHoverSuccess: string;
1075
+ textColorPressedSuccess: string;
1076
+ textColorFocusSuccess: string;
1077
+ textColorDisabledSuccess: string;
1078
+ textColorTextSuccess: string;
1079
+ textColorTextHoverSuccess: string;
1080
+ textColorTextPressedSuccess: string;
1081
+ textColorTextFocusSuccess: string;
1082
+ textColorTextDisabledSuccess: string;
1083
+ textColorGhostSuccess: string;
1084
+ textColorGhostHoverSuccess: string;
1085
+ textColorGhostPressedSuccess: string;
1086
+ textColorGhostFocusSuccess: string;
1087
+ textColorGhostDisabledSuccess: string;
1088
+ borderSuccess: string;
1089
+ borderHoverSuccess: string;
1090
+ borderPressedSuccess: string;
1091
+ borderFocusSuccess: string;
1092
+ borderDisabledSuccess: string;
1093
+ rippleColorSuccess: string;
1094
+ colorWarning: string;
1095
+ colorHoverWarning: string;
1096
+ colorPressedWarning: string;
1097
+ colorFocusWarning: string;
1098
+ colorDisabledWarning: string;
1099
+ textColorWarning: string;
1100
+ textColorHoverWarning: string;
1101
+ textColorPressedWarning: string;
1102
+ textColorFocusWarning: string;
1103
+ textColorDisabledWarning: string;
1104
+ textColorTextWarning: string;
1105
+ textColorTextHoverWarning: string;
1106
+ textColorTextPressedWarning: string;
1107
+ textColorTextFocusWarning: string;
1108
+ textColorTextDisabledWarning: string;
1109
+ textColorGhostWarning: string;
1110
+ textColorGhostHoverWarning: string;
1111
+ textColorGhostPressedWarning: string;
1112
+ textColorGhostFocusWarning: string;
1113
+ textColorGhostDisabledWarning: string;
1114
+ borderWarning: string;
1115
+ borderHoverWarning: string;
1116
+ borderPressedWarning: string;
1117
+ borderFocusWarning: string;
1118
+ borderDisabledWarning: string;
1119
+ rippleColorWarning: string;
1120
+ colorError: string;
1121
+ colorHoverError: string;
1122
+ colorPressedError: string;
1123
+ colorFocusError: string;
1124
+ colorDisabledError: string;
1125
+ textColorError: string;
1126
+ textColorHoverError: string;
1127
+ textColorPressedError: string;
1128
+ textColorFocusError: string;
1129
+ textColorDisabledError: string;
1130
+ textColorTextError: string;
1131
+ textColorTextHoverError: string;
1132
+ textColorTextPressedError: string;
1133
+ textColorTextFocusError: string;
1134
+ textColorTextDisabledError: string;
1135
+ textColorGhostError: string;
1136
+ textColorGhostHoverError: string;
1137
+ textColorGhostPressedError: string;
1138
+ textColorGhostFocusError: string;
1139
+ textColorGhostDisabledError: string;
1140
+ borderError: string;
1141
+ borderHoverError: string;
1142
+ borderPressedError: string;
1143
+ borderFocusError: string;
1144
+ borderDisabledError: string;
1145
+ rippleColorError: string;
1146
+ waveOpacity: string;
1147
+ fontWeight: string;
1148
+ fontWeightStrong: string;
1149
+ paddingTiny: string;
1150
+ paddingSmall: string;
1151
+ paddingMedium: string;
1152
+ paddingLarge: string;
1153
+ paddingRoundTiny: string;
1154
+ paddingRoundSmall: string;
1155
+ paddingRoundMedium: string;
1156
+ paddingRoundLarge: string;
1157
+ iconMarginTiny: string;
1158
+ iconMarginSmall: string;
1159
+ iconMarginMedium: string;
1160
+ iconMarginLarge: string;
1161
+ iconSizeTiny: string;
1162
+ iconSizeSmall: string;
1163
+ iconSizeMedium: string;
1164
+ iconSizeLarge: string;
1165
+ rippleDuration: string;
1166
+ }, any>>;
1167
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1168
+ heightTiny: string;
1169
+ heightSmall: string;
1170
+ heightMedium: string;
1171
+ heightLarge: string;
1172
+ borderRadiusTiny: string;
1173
+ borderRadiusSmall: string;
1174
+ borderRadiusMedium: string;
1175
+ borderRadiusLarge: string;
1176
+ fontSizeTiny: string;
1177
+ fontSizeSmall: string;
1178
+ fontSizeMedium: string;
1179
+ fontSizeLarge: string;
1180
+ opacityDisabled: string;
1181
+ colorOpacitySecondary: string;
1182
+ colorOpacitySecondaryHover: string;
1183
+ colorOpacitySecondaryPressed: string;
1184
+ colorSecondary: string;
1185
+ colorSecondaryHover: string;
1186
+ colorSecondaryPressed: string;
1187
+ colorTertiary: string;
1188
+ colorTertiaryHover: string;
1189
+ colorTertiaryPressed: string;
1190
+ colorQuaternary: string;
1191
+ colorQuaternaryHover: string;
1192
+ colorQuaternaryPressed: string;
1193
+ color: string;
1194
+ colorHover: string;
1195
+ colorPressed: string;
1196
+ colorFocus: string;
1197
+ colorDisabled: string;
1198
+ textColor: string;
1199
+ textColorTertiary: string;
1200
+ textColorHover: string;
1201
+ textColorPressed: string;
1202
+ textColorFocus: string;
1203
+ textColorDisabled: string;
1204
+ textColorText: string;
1205
+ textColorTextHover: string;
1206
+ textColorTextPressed: string;
1207
+ textColorTextFocus: string;
1208
+ textColorTextDisabled: string;
1209
+ textColorGhost: string;
1210
+ textColorGhostHover: string;
1211
+ textColorGhostPressed: string;
1212
+ textColorGhostFocus: string;
1213
+ textColorGhostDisabled: string;
1214
+ border: string;
1215
+ borderHover: string;
1216
+ borderPressed: string;
1217
+ borderFocus: string;
1218
+ borderDisabled: string;
1219
+ rippleColor: string;
1220
+ colorPrimary: string;
1221
+ colorHoverPrimary: string;
1222
+ colorPressedPrimary: string;
1223
+ colorFocusPrimary: string;
1224
+ colorDisabledPrimary: string;
1225
+ textColorPrimary: string;
1226
+ textColorHoverPrimary: string;
1227
+ textColorPressedPrimary: string;
1228
+ textColorFocusPrimary: string;
1229
+ textColorDisabledPrimary: string;
1230
+ textColorTextPrimary: string;
1231
+ textColorTextHoverPrimary: string;
1232
+ textColorTextPressedPrimary: string;
1233
+ textColorTextFocusPrimary: string;
1234
+ textColorTextDisabledPrimary: string;
1235
+ textColorGhostPrimary: string;
1236
+ textColorGhostHoverPrimary: string;
1237
+ textColorGhostPressedPrimary: string;
1238
+ textColorGhostFocusPrimary: string;
1239
+ textColorGhostDisabledPrimary: string;
1240
+ borderPrimary: string;
1241
+ borderHoverPrimary: string;
1242
+ borderPressedPrimary: string;
1243
+ borderFocusPrimary: string;
1244
+ borderDisabledPrimary: string;
1245
+ rippleColorPrimary: string;
1246
+ colorInfo: string;
1247
+ colorHoverInfo: string;
1248
+ colorPressedInfo: string;
1249
+ colorFocusInfo: string;
1250
+ colorDisabledInfo: string;
1251
+ textColorInfo: string;
1252
+ textColorHoverInfo: string;
1253
+ textColorPressedInfo: string;
1254
+ textColorFocusInfo: string;
1255
+ textColorDisabledInfo: string;
1256
+ textColorTextInfo: string;
1257
+ textColorTextHoverInfo: string;
1258
+ textColorTextPressedInfo: string;
1259
+ textColorTextFocusInfo: string;
1260
+ textColorTextDisabledInfo: string;
1261
+ textColorGhostInfo: string;
1262
+ textColorGhostHoverInfo: string;
1263
+ textColorGhostPressedInfo: string;
1264
+ textColorGhostFocusInfo: string;
1265
+ textColorGhostDisabledInfo: string;
1266
+ borderInfo: string;
1267
+ borderHoverInfo: string;
1268
+ borderPressedInfo: string;
1269
+ borderFocusInfo: string;
1270
+ borderDisabledInfo: string;
1271
+ rippleColorInfo: string;
1272
+ colorSuccess: string;
1273
+ colorHoverSuccess: string;
1274
+ colorPressedSuccess: string;
1275
+ colorFocusSuccess: string;
1276
+ colorDisabledSuccess: string;
1277
+ textColorSuccess: string;
1278
+ textColorHoverSuccess: string;
1279
+ textColorPressedSuccess: string;
1280
+ textColorFocusSuccess: string;
1281
+ textColorDisabledSuccess: string;
1282
+ textColorTextSuccess: string;
1283
+ textColorTextHoverSuccess: string;
1284
+ textColorTextPressedSuccess: string;
1285
+ textColorTextFocusSuccess: string;
1286
+ textColorTextDisabledSuccess: string;
1287
+ textColorGhostSuccess: string;
1288
+ textColorGhostHoverSuccess: string;
1289
+ textColorGhostPressedSuccess: string;
1290
+ textColorGhostFocusSuccess: string;
1291
+ textColorGhostDisabledSuccess: string;
1292
+ borderSuccess: string;
1293
+ borderHoverSuccess: string;
1294
+ borderPressedSuccess: string;
1295
+ borderFocusSuccess: string;
1296
+ borderDisabledSuccess: string;
1297
+ rippleColorSuccess: string;
1298
+ colorWarning: string;
1299
+ colorHoverWarning: string;
1300
+ colorPressedWarning: string;
1301
+ colorFocusWarning: string;
1302
+ colorDisabledWarning: string;
1303
+ textColorWarning: string;
1304
+ textColorHoverWarning: string;
1305
+ textColorPressedWarning: string;
1306
+ textColorFocusWarning: string;
1307
+ textColorDisabledWarning: string;
1308
+ textColorTextWarning: string;
1309
+ textColorTextHoverWarning: string;
1310
+ textColorTextPressedWarning: string;
1311
+ textColorTextFocusWarning: string;
1312
+ textColorTextDisabledWarning: string;
1313
+ textColorGhostWarning: string;
1314
+ textColorGhostHoverWarning: string;
1315
+ textColorGhostPressedWarning: string;
1316
+ textColorGhostFocusWarning: string;
1317
+ textColorGhostDisabledWarning: string;
1318
+ borderWarning: string;
1319
+ borderHoverWarning: string;
1320
+ borderPressedWarning: string;
1321
+ borderFocusWarning: string;
1322
+ borderDisabledWarning: string;
1323
+ rippleColorWarning: string;
1324
+ colorError: string;
1325
+ colorHoverError: string;
1326
+ colorPressedError: string;
1327
+ colorFocusError: string;
1328
+ colorDisabledError: string;
1329
+ textColorError: string;
1330
+ textColorHoverError: string;
1331
+ textColorPressedError: string;
1332
+ textColorFocusError: string;
1333
+ textColorDisabledError: string;
1334
+ textColorTextError: string;
1335
+ textColorTextHoverError: string;
1336
+ textColorTextPressedError: string;
1337
+ textColorTextFocusError: string;
1338
+ textColorTextDisabledError: string;
1339
+ textColorGhostError: string;
1340
+ textColorGhostHoverError: string;
1341
+ textColorGhostPressedError: string;
1342
+ textColorGhostFocusError: string;
1343
+ textColorGhostDisabledError: string;
1344
+ borderError: string;
1345
+ borderHoverError: string;
1346
+ borderPressedError: string;
1347
+ borderFocusError: string;
1348
+ borderDisabledError: string;
1349
+ rippleColorError: string;
1350
+ waveOpacity: string;
1351
+ fontWeight: string;
1352
+ fontWeightStrong: string;
1353
+ paddingTiny: string;
1354
+ paddingSmall: string;
1355
+ paddingMedium: string;
1356
+ paddingLarge: string;
1357
+ paddingRoundTiny: string;
1358
+ paddingRoundSmall: string;
1359
+ paddingRoundMedium: string;
1360
+ paddingRoundLarge: string;
1361
+ iconMarginTiny: string;
1362
+ iconMarginSmall: string;
1363
+ iconMarginMedium: string;
1364
+ iconMarginLarge: string;
1365
+ iconSizeTiny: string;
1366
+ iconSizeSmall: string;
1367
+ iconSizeMedium: string;
1368
+ iconSizeLarge: string;
1369
+ rippleDuration: string;
1370
+ }, any>>>;
1371
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1372
+ heightTiny: string;
1373
+ heightSmall: string;
1374
+ heightMedium: string;
1375
+ heightLarge: string;
1376
+ borderRadiusTiny: string;
1377
+ borderRadiusSmall: string;
1378
+ borderRadiusMedium: string;
1379
+ borderRadiusLarge: string;
1380
+ fontSizeTiny: string;
1381
+ fontSizeSmall: string;
1382
+ fontSizeMedium: string;
1383
+ fontSizeLarge: string;
1384
+ opacityDisabled: string;
1385
+ colorOpacitySecondary: string;
1386
+ colorOpacitySecondaryHover: string;
1387
+ colorOpacitySecondaryPressed: string;
1388
+ colorSecondary: string;
1389
+ colorSecondaryHover: string;
1390
+ colorSecondaryPressed: string;
1391
+ colorTertiary: string;
1392
+ colorTertiaryHover: string;
1393
+ colorTertiaryPressed: string;
1394
+ colorQuaternary: string;
1395
+ colorQuaternaryHover: string;
1396
+ colorQuaternaryPressed: string;
1397
+ color: string;
1398
+ colorHover: string;
1399
+ colorPressed: string;
1400
+ colorFocus: string;
1401
+ colorDisabled: string;
1402
+ textColor: string;
1403
+ textColorTertiary: string;
1404
+ textColorHover: string;
1405
+ textColorPressed: string;
1406
+ textColorFocus: string;
1407
+ textColorDisabled: string;
1408
+ textColorText: string;
1409
+ textColorTextHover: string;
1410
+ textColorTextPressed: string;
1411
+ textColorTextFocus: string;
1412
+ textColorTextDisabled: string;
1413
+ textColorGhost: string;
1414
+ textColorGhostHover: string;
1415
+ textColorGhostPressed: string;
1416
+ textColorGhostFocus: string;
1417
+ textColorGhostDisabled: string;
1418
+ border: string;
1419
+ borderHover: string;
1420
+ borderPressed: string;
1421
+ borderFocus: string;
1422
+ borderDisabled: string;
1423
+ rippleColor: string;
1424
+ colorPrimary: string;
1425
+ colorHoverPrimary: string;
1426
+ colorPressedPrimary: string;
1427
+ colorFocusPrimary: string;
1428
+ colorDisabledPrimary: string;
1429
+ textColorPrimary: string;
1430
+ textColorHoverPrimary: string;
1431
+ textColorPressedPrimary: string;
1432
+ textColorFocusPrimary: string;
1433
+ textColorDisabledPrimary: string;
1434
+ textColorTextPrimary: string;
1435
+ textColorTextHoverPrimary: string;
1436
+ textColorTextPressedPrimary: string;
1437
+ textColorTextFocusPrimary: string;
1438
+ textColorTextDisabledPrimary: string;
1439
+ textColorGhostPrimary: string;
1440
+ textColorGhostHoverPrimary: string;
1441
+ textColorGhostPressedPrimary: string;
1442
+ textColorGhostFocusPrimary: string;
1443
+ textColorGhostDisabledPrimary: string;
1444
+ borderPrimary: string;
1445
+ borderHoverPrimary: string;
1446
+ borderPressedPrimary: string;
1447
+ borderFocusPrimary: string;
1448
+ borderDisabledPrimary: string;
1449
+ rippleColorPrimary: string;
1450
+ colorInfo: string;
1451
+ colorHoverInfo: string;
1452
+ colorPressedInfo: string;
1453
+ colorFocusInfo: string;
1454
+ colorDisabledInfo: string;
1455
+ textColorInfo: string;
1456
+ textColorHoverInfo: string;
1457
+ textColorPressedInfo: string;
1458
+ textColorFocusInfo: string;
1459
+ textColorDisabledInfo: string;
1460
+ textColorTextInfo: string;
1461
+ textColorTextHoverInfo: string;
1462
+ textColorTextPressedInfo: string;
1463
+ textColorTextFocusInfo: string;
1464
+ textColorTextDisabledInfo: string;
1465
+ textColorGhostInfo: string;
1466
+ textColorGhostHoverInfo: string;
1467
+ textColorGhostPressedInfo: string;
1468
+ textColorGhostFocusInfo: string;
1469
+ textColorGhostDisabledInfo: string;
1470
+ borderInfo: string;
1471
+ borderHoverInfo: string;
1472
+ borderPressedInfo: string;
1473
+ borderFocusInfo: string;
1474
+ borderDisabledInfo: string;
1475
+ rippleColorInfo: string;
1476
+ colorSuccess: string;
1477
+ colorHoverSuccess: string;
1478
+ colorPressedSuccess: string;
1479
+ colorFocusSuccess: string;
1480
+ colorDisabledSuccess: string;
1481
+ textColorSuccess: string;
1482
+ textColorHoverSuccess: string;
1483
+ textColorPressedSuccess: string;
1484
+ textColorFocusSuccess: string;
1485
+ textColorDisabledSuccess: string;
1486
+ textColorTextSuccess: string;
1487
+ textColorTextHoverSuccess: string;
1488
+ textColorTextPressedSuccess: string;
1489
+ textColorTextFocusSuccess: string;
1490
+ textColorTextDisabledSuccess: string;
1491
+ textColorGhostSuccess: string;
1492
+ textColorGhostHoverSuccess: string;
1493
+ textColorGhostPressedSuccess: string;
1494
+ textColorGhostFocusSuccess: string;
1495
+ textColorGhostDisabledSuccess: string;
1496
+ borderSuccess: string;
1497
+ borderHoverSuccess: string;
1498
+ borderPressedSuccess: string;
1499
+ borderFocusSuccess: string;
1500
+ borderDisabledSuccess: string;
1501
+ rippleColorSuccess: string;
1502
+ colorWarning: string;
1503
+ colorHoverWarning: string;
1504
+ colorPressedWarning: string;
1505
+ colorFocusWarning: string;
1506
+ colorDisabledWarning: string;
1507
+ textColorWarning: string;
1508
+ textColorHoverWarning: string;
1509
+ textColorPressedWarning: string;
1510
+ textColorFocusWarning: string;
1511
+ textColorDisabledWarning: string;
1512
+ textColorTextWarning: string;
1513
+ textColorTextHoverWarning: string;
1514
+ textColorTextPressedWarning: string;
1515
+ textColorTextFocusWarning: string;
1516
+ textColorTextDisabledWarning: string;
1517
+ textColorGhostWarning: string;
1518
+ textColorGhostHoverWarning: string;
1519
+ textColorGhostPressedWarning: string;
1520
+ textColorGhostFocusWarning: string;
1521
+ textColorGhostDisabledWarning: string;
1522
+ borderWarning: string;
1523
+ borderHoverWarning: string;
1524
+ borderPressedWarning: string;
1525
+ borderFocusWarning: string;
1526
+ borderDisabledWarning: string;
1527
+ rippleColorWarning: string;
1528
+ colorError: string;
1529
+ colorHoverError: string;
1530
+ colorPressedError: string;
1531
+ colorFocusError: string;
1532
+ colorDisabledError: string;
1533
+ textColorError: string;
1534
+ textColorHoverError: string;
1535
+ textColorPressedError: string;
1536
+ textColorFocusError: string;
1537
+ textColorDisabledError: string;
1538
+ textColorTextError: string;
1539
+ textColorTextHoverError: string;
1540
+ textColorTextPressedError: string;
1541
+ textColorTextFocusError: string;
1542
+ textColorTextDisabledError: string;
1543
+ textColorGhostError: string;
1544
+ textColorGhostHoverError: string;
1545
+ textColorGhostPressedError: string;
1546
+ textColorGhostFocusError: string;
1547
+ textColorGhostDisabledError: string;
1548
+ borderError: string;
1549
+ borderHoverError: string;
1550
+ borderPressedError: string;
1551
+ borderFocusError: string;
1552
+ borderDisabledError: string;
1553
+ rippleColorError: string;
1554
+ waveOpacity: string;
1555
+ fontWeight: string;
1556
+ fontWeightStrong: string;
1557
+ paddingTiny: string;
1558
+ paddingSmall: string;
1559
+ paddingMedium: string;
1560
+ paddingLarge: string;
1561
+ paddingRoundTiny: string;
1562
+ paddingRoundSmall: string;
1563
+ paddingRoundMedium: string;
1564
+ paddingRoundLarge: string;
1565
+ iconMarginTiny: string;
1566
+ iconMarginSmall: string;
1567
+ iconMarginMedium: string;
1568
+ iconMarginLarge: string;
1569
+ iconSizeTiny: string;
1570
+ iconSizeSmall: string;
1571
+ iconSizeMedium: string;
1572
+ iconSizeLarge: string;
1573
+ rippleDuration: string;
1574
+ }, any>>>;
1575
+ }>>, {
1576
+ readonly type: import("naive-ui/es/button/src/interface").Type;
1577
+ readonly tag: keyof HTMLElementTagNameMap;
1578
+ readonly block: boolean;
1579
+ readonly round: boolean;
1580
+ readonly dashed: boolean;
1581
+ readonly text: boolean;
1582
+ readonly circle: boolean;
1583
+ readonly disabled: boolean;
1584
+ readonly focusable: boolean;
1585
+ readonly strong: boolean;
1586
+ readonly loading: boolean;
1587
+ readonly bordered: boolean;
1588
+ readonly tertiary: boolean;
1589
+ readonly ghost: boolean;
1590
+ readonly keyboard: boolean;
1591
+ readonly secondary: boolean;
1592
+ readonly quaternary: boolean;
1593
+ readonly iconPlacement: "left" | "right";
1594
+ readonly attrType: "button" | "reset" | "submit";
1595
+ readonly nativeFocusBehavior: boolean;
1596
+ }>;
1597
+ NProgress: import("vue").DefineComponent<{
1598
+ readonly processing: BooleanConstructor;
1599
+ readonly type: {
1600
+ readonly type: import("vue").PropType<"circle" | "line" | "multiple-circle" | "dashboard">;
1601
+ readonly default: "line";
1602
+ };
1603
+ readonly gapDegree: NumberConstructor;
1604
+ readonly gapOffsetDegree: NumberConstructor;
1605
+ readonly status: {
1606
+ readonly type: import("vue").PropType<import("naive-ui/es/progress/src/interface").Status>;
1607
+ readonly default: "default";
1608
+ };
1609
+ readonly railColor: import("vue").PropType<string | string[]>;
1610
+ readonly railStyle: import("vue").PropType<string | import("vue").CSSProperties | (string | import("vue").CSSProperties)[]>;
1611
+ readonly color: import("vue").PropType<string | string[]>;
1612
+ readonly viewBoxWidth: {
1613
+ readonly type: NumberConstructor;
1614
+ readonly default: 100;
1615
+ };
1616
+ readonly strokeWidth: {
1617
+ readonly type: NumberConstructor;
1618
+ readonly default: 7;
1619
+ };
1620
+ readonly percentage: import("vue").PropType<number | number[]>;
1621
+ readonly unit: {
1622
+ readonly type: StringConstructor;
1623
+ readonly default: "%";
1624
+ };
1625
+ readonly showIndicator: {
1626
+ readonly type: BooleanConstructor;
1627
+ readonly default: true;
1628
+ };
1629
+ readonly indicatorPosition: {
1630
+ readonly type: import("vue").PropType<"outside" | "inside">;
1631
+ readonly default: "outside";
1632
+ };
1633
+ readonly indicatorPlacement: {
1634
+ readonly type: import("vue").PropType<"outside" | "inside">;
1635
+ readonly default: "outside";
1636
+ };
1637
+ readonly indicatorTextColor: StringConstructor;
1638
+ readonly circleGap: {
1639
+ readonly type: NumberConstructor;
1640
+ readonly default: 1;
1641
+ };
1642
+ readonly height: NumberConstructor;
1643
+ readonly borderRadius: import("vue").PropType<string | number>;
1644
+ readonly fillBorderRadius: import("vue").PropType<string | number>;
1645
+ readonly offsetDegree: NumberConstructor;
1646
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Progress", {
1647
+ fontSize: string;
1648
+ fontSizeCircle: string;
1649
+ fontWeightCircle: string;
1650
+ railColor: string;
1651
+ railHeight: string;
1652
+ iconSizeCircle: string;
1653
+ iconSizeLine: string;
1654
+ iconColor: string;
1655
+ iconColorInfo: string;
1656
+ iconColorSuccess: string;
1657
+ iconColorWarning: string;
1658
+ iconColorError: string;
1659
+ textColorCircle: string;
1660
+ textColorLineInner: string;
1661
+ textColorLineOuter: string;
1662
+ fillColor: string;
1663
+ fillColorInfo: string;
1664
+ fillColorSuccess: string;
1665
+ fillColorWarning: string;
1666
+ fillColorError: string;
1667
+ lineBgProcessing: string;
1668
+ }, any>>;
1669
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Progress", {
1670
+ fontSize: string;
1671
+ fontSizeCircle: string;
1672
+ fontWeightCircle: string;
1673
+ railColor: string;
1674
+ railHeight: string;
1675
+ iconSizeCircle: string;
1676
+ iconSizeLine: string;
1677
+ iconColor: string;
1678
+ iconColorInfo: string;
1679
+ iconColorSuccess: string;
1680
+ iconColorWarning: string;
1681
+ iconColorError: string;
1682
+ textColorCircle: string;
1683
+ textColorLineInner: string;
1684
+ textColorLineOuter: string;
1685
+ fillColor: string;
1686
+ fillColorInfo: string;
1687
+ fillColorSuccess: string;
1688
+ fillColorWarning: string;
1689
+ fillColorError: string;
1690
+ lineBgProcessing: string;
1691
+ }, any>>>;
1692
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Progress", {
1693
+ fontSize: string;
1694
+ fontSizeCircle: string;
1695
+ fontWeightCircle: string;
1696
+ railColor: string;
1697
+ railHeight: string;
1698
+ iconSizeCircle: string;
1699
+ iconSizeLine: string;
1700
+ iconColor: string;
1701
+ iconColorInfo: string;
1702
+ iconColorSuccess: string;
1703
+ iconColorWarning: string;
1704
+ iconColorError: string;
1705
+ textColorCircle: string;
1706
+ textColorLineInner: string;
1707
+ textColorLineOuter: string;
1708
+ fillColor: string;
1709
+ fillColorInfo: string;
1710
+ fillColorSuccess: string;
1711
+ fillColorWarning: string;
1712
+ fillColorError: string;
1713
+ lineBgProcessing: string;
1714
+ }, any>>>;
1715
+ }, {
1716
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1717
+ mergedIndicatorPlacement: import("vue").ComputedRef<"outside" | "inside">;
1718
+ gapDeg: import("vue").ComputedRef<number | undefined>;
1719
+ cssVars: import("vue").ComputedRef<{
1720
+ '--n-bezier': string;
1721
+ '--n-fill-color': string;
1722
+ '--n-font-size': string;
1723
+ '--n-font-size-circle': string;
1724
+ '--n-font-weight-circle': string;
1725
+ '--n-icon-color': string;
1726
+ '--n-icon-size-circle': string;
1727
+ '--n-icon-size-line': string;
1728
+ '--n-line-bg-processing': string;
1729
+ '--n-rail-color': string;
1730
+ '--n-rail-height': string;
1731
+ '--n-text-color-circle': string;
1732
+ '--n-text-color-line-inner': string;
1733
+ '--n-text-color-line-outer': string;
1734
+ }> | undefined;
1735
+ themeClass: import("vue").Ref<string> | undefined;
1736
+ onRender: (() => void) | undefined;
1737
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1738
+ readonly processing: BooleanConstructor;
1739
+ readonly type: {
1740
+ readonly type: import("vue").PropType<"circle" | "line" | "multiple-circle" | "dashboard">;
1741
+ readonly default: "line";
1742
+ };
1743
+ readonly gapDegree: NumberConstructor;
1744
+ readonly gapOffsetDegree: NumberConstructor;
1745
+ readonly status: {
1746
+ readonly type: import("vue").PropType<import("naive-ui/es/progress/src/interface").Status>;
1747
+ readonly default: "default";
1748
+ };
1749
+ readonly railColor: import("vue").PropType<string | string[]>;
1750
+ readonly railStyle: import("vue").PropType<string | import("vue").CSSProperties | (string | import("vue").CSSProperties)[]>;
1751
+ readonly color: import("vue").PropType<string | string[]>;
1752
+ readonly viewBoxWidth: {
1753
+ readonly type: NumberConstructor;
1754
+ readonly default: 100;
1755
+ };
1756
+ readonly strokeWidth: {
1757
+ readonly type: NumberConstructor;
1758
+ readonly default: 7;
1759
+ };
1760
+ readonly percentage: import("vue").PropType<number | number[]>;
1761
+ readonly unit: {
1762
+ readonly type: StringConstructor;
1763
+ readonly default: "%";
1764
+ };
1765
+ readonly showIndicator: {
1766
+ readonly type: BooleanConstructor;
1767
+ readonly default: true;
1768
+ };
1769
+ readonly indicatorPosition: {
1770
+ readonly type: import("vue").PropType<"outside" | "inside">;
1771
+ readonly default: "outside";
1772
+ };
1773
+ readonly indicatorPlacement: {
1774
+ readonly type: import("vue").PropType<"outside" | "inside">;
1775
+ readonly default: "outside";
1776
+ };
1777
+ readonly indicatorTextColor: StringConstructor;
1778
+ readonly circleGap: {
1779
+ readonly type: NumberConstructor;
1780
+ readonly default: 1;
1781
+ };
1782
+ readonly height: NumberConstructor;
1783
+ readonly borderRadius: import("vue").PropType<string | number>;
1784
+ readonly fillBorderRadius: import("vue").PropType<string | number>;
1785
+ readonly offsetDegree: NumberConstructor;
1786
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Progress", {
1787
+ fontSize: string;
1788
+ fontSizeCircle: string;
1789
+ fontWeightCircle: string;
1790
+ railColor: string;
1791
+ railHeight: string;
1792
+ iconSizeCircle: string;
1793
+ iconSizeLine: string;
1794
+ iconColor: string;
1795
+ iconColorInfo: string;
1796
+ iconColorSuccess: string;
1797
+ iconColorWarning: string;
1798
+ iconColorError: string;
1799
+ textColorCircle: string;
1800
+ textColorLineInner: string;
1801
+ textColorLineOuter: string;
1802
+ fillColor: string;
1803
+ fillColorInfo: string;
1804
+ fillColorSuccess: string;
1805
+ fillColorWarning: string;
1806
+ fillColorError: string;
1807
+ lineBgProcessing: string;
1808
+ }, any>>;
1809
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Progress", {
1810
+ fontSize: string;
1811
+ fontSizeCircle: string;
1812
+ fontWeightCircle: string;
1813
+ railColor: string;
1814
+ railHeight: string;
1815
+ iconSizeCircle: string;
1816
+ iconSizeLine: string;
1817
+ iconColor: string;
1818
+ iconColorInfo: string;
1819
+ iconColorSuccess: string;
1820
+ iconColorWarning: string;
1821
+ iconColorError: string;
1822
+ textColorCircle: string;
1823
+ textColorLineInner: string;
1824
+ textColorLineOuter: string;
1825
+ fillColor: string;
1826
+ fillColorInfo: string;
1827
+ fillColorSuccess: string;
1828
+ fillColorWarning: string;
1829
+ fillColorError: string;
1830
+ lineBgProcessing: string;
1831
+ }, any>>>;
1832
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Progress", {
1833
+ fontSize: string;
1834
+ fontSizeCircle: string;
1835
+ fontWeightCircle: string;
1836
+ railColor: string;
1837
+ railHeight: string;
1838
+ iconSizeCircle: string;
1839
+ iconSizeLine: string;
1840
+ iconColor: string;
1841
+ iconColorInfo: string;
1842
+ iconColorSuccess: string;
1843
+ iconColorWarning: string;
1844
+ iconColorError: string;
1845
+ textColorCircle: string;
1846
+ textColorLineInner: string;
1847
+ textColorLineOuter: string;
1848
+ fillColor: string;
1849
+ fillColorInfo: string;
1850
+ fillColorSuccess: string;
1851
+ fillColorWarning: string;
1852
+ fillColorError: string;
1853
+ lineBgProcessing: string;
1854
+ }, any>>>;
1855
+ }>>, {
1856
+ readonly type: "circle" | "line" | "multiple-circle" | "dashboard";
1857
+ readonly strokeWidth: number;
1858
+ readonly status: import("naive-ui/es/progress/src/interface").Status;
1859
+ readonly processing: boolean;
1860
+ readonly unit: string;
1861
+ readonly indicatorPlacement: "outside" | "inside";
1862
+ readonly showIndicator: boolean;
1863
+ readonly viewBoxWidth: number;
1864
+ readonly circleGap: number;
1865
+ readonly indicatorPosition: "outside" | "inside";
1866
+ }>;
1867
+ FolderOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1868
+ DocumentAttachOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1869
+ Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1870
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("getSumbitList" | "closeUpload")[], "getSumbitList" | "closeUpload", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1871
+ propsCategoryMap: {
1872
+ type: StringConstructor;
1873
+ default: string;
1874
+ };
1875
+ max_size: {
1876
+ type: StringConstructor;
1877
+ default: string;
1878
+ };
1879
+ maxLength: {
1880
+ type: NumberConstructor;
1881
+ default: number;
1882
+ };
1883
+ defaultList: {
1884
+ type: ArrayConstructor;
1885
+ default: () => never[];
1886
+ };
1887
+ uploaderType: {
1888
+ type: StringConstructor;
1889
+ default: string;
1890
+ };
1891
+ getChunkUploadConfig: {
1892
+ type: FunctionConstructor;
1893
+ default: () => Promise<{}>;
1894
+ };
1895
+ }>> & {
1896
+ onGetSumbitList?: ((...args: any[]) => any) | undefined;
1897
+ onCloseUpload?: ((...args: any[]) => any) | undefined;
1898
+ }, {
1899
+ defaultList: unknown[];
1900
+ getChunkUploadConfig: Function;
1901
+ max_size: string;
1902
+ propsCategoryMap: string;
1903
+ maxLength: number;
1904
+ uploaderType: string;
1905
+ }>;
1906
+ export default _default;