cnhis-design-vue 3.1.5-beta.14 → 3.1.5-beta.17

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 (636) hide show
  1. package/.versionrc.json +32 -0
  2. package/CHANGELOG.md +42 -0
  3. package/es/packages/big-table/index.d.ts +4299 -0
  4. package/es/packages/big-table/index.js +17 -1
  5. package/es/packages/big-table/src/BigTable.js +3 -1
  6. package/es/packages/big-table/src/BigTable.vue.d.ts +4321 -0
  7. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +66 -60
  8. package/es/packages/big-table/src/bigTableEmits.js +50 -1
  9. package/es/packages/big-table/src/bigTableProps.js +116 -1
  10. package/es/packages/big-table/src/bigTableState.js +52 -1
  11. package/es/packages/big-table/src/components/NoData.js +3 -1
  12. package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
  13. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.js +5 -4
  14. package/es/packages/big-table/src/components/edit-form/edit-date.d.ts +1 -1
  15. package/es/packages/big-table/src/components/edit-form/edit-date.js +114 -1
  16. package/es/packages/big-table/src/components/edit-form/edit-input.d.ts +1 -1
  17. package/es/packages/big-table/src/components/edit-form/edit-input.js +54 -1
  18. package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +3 -3
  19. package/es/packages/big-table/src/components/edit-form/edit-select-table.js +148 -1
  20. package/es/packages/big-table/src/components/edit-form/edit-select.d.ts +1 -1
  21. package/es/packages/big-table/src/components/edit-form/edit-select.js +91 -1
  22. package/es/packages/big-table/src/components/input-button.js +4 -0
  23. package/es/packages/big-table/src/components/input-button.vue.d.ts +2252 -0
  24. package/es/packages/big-table/src/components/input-button.vue_vue_type_script_setup_true_lang.js +33 -0
  25. package/es/packages/big-table/src/hooks/useBatchEditing.js +289 -1
  26. package/es/packages/big-table/src/hooks/useEdit.d.ts +4 -4
  27. package/es/packages/big-table/src/hooks/useEdit.js +115 -1
  28. package/es/packages/big-table/src/hooks/useEvent.js +70 -1
  29. package/es/packages/big-table/src/hooks/useFormat.js +484 -1
  30. package/es/packages/big-table/src/hooks/useNestTable.js +85 -1
  31. package/es/packages/big-table/src/hooks/useTableParse.js +135 -1
  32. package/es/packages/big-table/src/utils.js +607 -1
  33. package/es/packages/big-table/style/index.css +1 -6
  34. package/es/packages/bpmn-workflow/index.d.ts +74 -0
  35. package/es/packages/bpmn-workflow/index.js +11 -1
  36. package/es/packages/bpmn-workflow/src/BpmnWorkflow.js +3 -1
  37. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
  38. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.js +3 -2
  39. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.js +1427 -1
  40. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.js +373 -1
  41. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.js +141 -1
  42. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.js +99 -1
  43. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.js +119 -1
  44. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.js +40 -1
  45. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.js +25 -1
  46. package/es/packages/bpmn-workflow/src/custom/customModeler/index.js +12 -1
  47. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.js +47 -1
  48. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.js +14 -1
  49. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.js +10 -1
  50. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.js +15 -1
  51. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.js +227 -1
  52. package/es/packages/button-print/index.d.ts +7359 -0
  53. package/es/packages/button-print/index.js +11 -1
  54. package/es/packages/button-print/src/ButtonPrint.js +3 -1
  55. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7367 -0
  56. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +9 -8
  57. package/es/packages/button-print/src/components/IdentityVerification.js +3 -1
  58. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +117 -58
  59. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.js +1 -0
  60. package/es/packages/button-print/src/utils/print.es.min.js +2080 -1
  61. package/es/packages/chunk-upload/index.d.ts +1775 -0
  62. package/es/packages/chunk-upload/index.js +15 -1
  63. package/es/packages/chunk-upload/src/chunk-upload-new.js +3 -1
  64. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1943 -0
  65. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.js +19 -11
  66. package/es/packages/chunk-upload/src/hooks/upload-computed.js +70 -1
  67. package/es/packages/chunk-upload/src/hooks/upload-data.d.ts +29 -27
  68. package/es/packages/chunk-upload/src/hooks/upload-data.js +96 -1
  69. package/es/packages/chunk-upload/src/hooks/vod-computed.js +79 -1
  70. package/es/packages/chunk-upload/src/hooks/vod-data.d.ts +21 -42
  71. package/es/packages/chunk-upload/src/hooks/vod-data.js +28 -1
  72. package/es/packages/chunk-upload/src/vod-chunk-upload/index.js +2 -1
  73. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.js +3 -1
  74. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1783 -0
  75. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.js +35 -24
  76. package/es/packages/chunk-upload/src/vod-upload-modal.js +95 -1
  77. package/es/packages/chunk-upload/style/index.css +7 -5
  78. package/es/packages/drag-layout/index.d.ts +486 -306
  79. package/es/packages/drag-layout/index.js +13 -1
  80. package/es/packages/drag-layout/src/DragFormLeftItem.js +3 -1
  81. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +149 -94
  82. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.js +1 -0
  83. package/es/packages/drag-layout/src/DragFormRightItem.js +3 -1
  84. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +112 -81
  85. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.js +1 -0
  86. package/es/packages/drag-layout/src/DragLayout.js +3 -1
  87. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +488 -315
  88. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.js +48 -47
  89. package/es/packages/editor/index.d.ts +1 -1
  90. package/es/packages/editor/index.js +10 -1
  91. package/es/packages/editor/src/Editor.js +77 -1
  92. package/es/packages/fabric-chart/index.d.ts +3 -0
  93. package/es/packages/fabric-chart/index.js +11 -1
  94. package/es/packages/fabric-chart/src/FabricChart.js +3 -1
  95. package/es/packages/fabric-chart/src/FabricChart.vue.d.ts +2 -0
  96. package/es/packages/fabric-chart/src/FabricChart.vue_vue_type_script_setup_true_lang.js +3 -46
  97. package/es/packages/{editor/style/index.less → fabric-chart/src/hooks/useCenter.d.ts} +0 -0
  98. package/es/packages/{bpmn-workflow/src/BpmnWorkflow.d.js → fabric-chart/src/hooks/useCenter.js} +0 -0
  99. package/es/packages/fabric-chart/{style/index.less → src/hooks/useDraw.d.ts} +0 -0
  100. package/es/packages/{bpmn-workflow/types/BpmnViewer.d.js → fabric-chart/src/hooks/useDraw.js} +0 -0
  101. package/es/packages/fabric-chart/src/hooks/useGrid.d.ts +0 -0
  102. package/es/packages/{bpmn-workflow/types/ModelingModule.d.js → fabric-chart/src/hooks/useGrid.js} +0 -0
  103. package/es/packages/fabric-chart/src/hooks/useLeft.d.ts +0 -0
  104. package/es/packages/{bpmn-workflow/types/MoveCanvasModule.d.js → fabric-chart/src/hooks/useLeft.js} +0 -0
  105. package/es/packages/fabric-chart/src/hooks/useRight.d.ts +0 -0
  106. package/es/packages/fabric-chart/src/hooks/useRight.js +1 -0
  107. package/es/packages/fabric-chart/src/hooks/useTop.d.ts +0 -0
  108. package/es/packages/fabric-chart/src/hooks/useTop.js +1 -0
  109. package/es/packages/fabric-chart/src/interface.d.ts +0 -0
  110. package/es/packages/fabric-chart/src/interface.js +1 -0
  111. package/es/packages/field-set/index.d.ts +5300 -0
  112. package/es/packages/field-set/index.js +11 -1
  113. package/es/packages/field-set/src/FieldSet.js +3 -1
  114. package/es/packages/field-set/src/FieldSet.vue.d.ts +5300 -0
  115. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.js +3 -2
  116. package/es/packages/field-set/src/NewFieldSet.js +3 -1
  117. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +2607 -0
  118. package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.js +5 -4
  119. package/es/packages/field-set/src/OldFieldSet.js +3 -1
  120. package/es/packages/field-set/src/OldFieldSet.vue.d.ts +2610 -0
  121. package/es/packages/field-set/src/OldFieldSet.vue_vue_type_script_setup_true_lang.js +5 -4
  122. package/es/packages/form-render/index.d.ts +1401 -0
  123. package/es/packages/form-render/index.js +25 -12
  124. package/es/packages/form-render/src/FormRender.js +3 -1
  125. package/es/packages/form-render/src/FormRender.vue.d.ts +1401 -0
  126. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.js +100 -49
  127. package/es/packages/form-render/src/components/index.d.ts +0 -16
  128. package/es/packages/form-render/src/components/index.js +1 -16
  129. package/es/packages/form-render/src/components/{cascader.d.ts → renderer/cascader.d.ts} +2 -2
  130. package/es/packages/form-render/src/components/{cascader2.js → renderer/cascader.js} +28 -9
  131. package/es/packages/form-render/src/components/{checkbox.d.ts → renderer/checkbox.d.ts} +1 -1
  132. package/es/packages/form-render/src/components/{checkbox2.js → renderer/checkbox.js} +1 -1
  133. package/es/packages/form-render/src/components/{combination.d.ts → renderer/combination.d.ts} +1 -1
  134. package/es/packages/form-render/src/components/{combination2.js → renderer/combination.js} +3 -3
  135. package/es/packages/form-render/src/components/{complex.d.ts → renderer/complex.d.ts} +19 -0
  136. package/es/packages/form-render/src/components/{complex2.js → renderer/complex.js} +12 -4
  137. package/es/packages/form-render/src/components/{date.d.ts → renderer/date.d.ts} +0 -0
  138. package/es/packages/form-render/src/components/{date2.js → renderer/date.js} +0 -0
  139. package/es/packages/form-render/src/components/{formItem.d.ts → renderer/formItem.d.ts} +10 -8
  140. package/es/packages/form-render/src/components/{formItem2.js → renderer/formItem.js} +0 -0
  141. package/es/packages/form-render/src/components/renderer/index.d.ts +16 -0
  142. package/es/packages/form-render/src/components/renderer/index.js +16 -0
  143. package/es/packages/form-render/src/components/{input.d.ts → renderer/input.d.ts} +0 -0
  144. package/es/packages/form-render/src/components/{input2.js → renderer/input.js} +1 -1
  145. package/es/packages/form-render/src/components/{inputGroup.d.ts → renderer/inputGroup.d.ts} +0 -0
  146. package/es/packages/form-render/src/components/{inputGroup2.js → renderer/inputGroup.js} +0 -0
  147. package/es/packages/form-render/src/components/{inputNumber.d.ts → renderer/inputNumber.d.ts} +0 -0
  148. package/es/packages/form-render/src/components/{inputNumber2.js → renderer/inputNumber.js} +1 -1
  149. package/es/packages/form-render/src/components/{labelSelect.d.ts → renderer/labelSelect.d.ts} +0 -0
  150. package/es/packages/form-render/src/components/{labelSelect2.js → renderer/labelSelect.js} +0 -0
  151. package/es/packages/form-render/src/components/{collapse.d.ts → renderer/linebar.d.ts} +11 -2
  152. package/es/packages/form-render/src/components/renderer/linebar.js +75 -0
  153. package/es/packages/form-render/src/components/{radio.d.ts → renderer/radio.d.ts} +1 -1
  154. package/es/packages/form-render/src/components/{radio2.js → renderer/radio.js} +1 -1
  155. package/es/packages/form-render/src/components/{select.d.ts → renderer/select.d.ts} +2 -2
  156. package/es/packages/form-render/src/components/{select2.js → renderer/select.js} +3 -4
  157. package/es/packages/form-render/src/components/{slider.d.ts → renderer/slider.d.ts} +12 -12
  158. package/es/packages/form-render/src/components/{slider2.js → renderer/slider.js} +1 -1
  159. package/es/packages/form-render/src/components/{switch.d.ts → renderer/switch.d.ts} +0 -0
  160. package/es/packages/form-render/src/components/{switch2.js → renderer/switch.js} +1 -1
  161. package/es/packages/form-render/src/components/{textarea.d.ts → renderer/textarea.d.ts} +10 -7
  162. package/es/packages/form-render/src/components/{textarea2.js → renderer/textarea.js} +1 -1
  163. package/es/packages/form-render/src/constants/index.d.ts +2 -1
  164. package/es/packages/form-render/src/constants/index.js +29 -1
  165. package/es/packages/form-render/src/hooks/index.d.ts +3 -0
  166. package/es/packages/form-render/src/hooks/index.js +14 -11
  167. package/es/packages/form-render/src/hooks/useAnchor.d.ts +16 -0
  168. package/es/packages/form-render/src/hooks/useAnchor.js +81 -0
  169. package/es/packages/form-render/src/hooks/useAsyncQueue.js +137 -1
  170. package/es/packages/form-render/src/hooks/useBusinessBinding.js +60 -1
  171. package/es/packages/form-render/src/hooks/useChangeContext.d.ts +1 -1
  172. package/es/packages/form-render/src/hooks/useChangeContext.js +21 -1
  173. package/es/packages/form-render/src/hooks/useCommonLog.js +10 -1
  174. package/es/packages/form-render/src/hooks/useFieldList2Schema.d.ts +1 -1
  175. package/es/packages/form-render/src/hooks/useFieldList2Schema.js +197 -1
  176. package/es/packages/form-render/src/hooks/useFieldVisitor.js +38 -1
  177. package/es/packages/form-render/src/hooks/useFormContext.d.ts +8 -0
  178. package/es/packages/form-render/src/hooks/useFormContext.js +26 -0
  179. package/es/packages/form-render/src/hooks/useFormField.js +13 -1
  180. package/es/packages/form-render/src/hooks/useFormItemDeps.d.ts +1 -1
  181. package/es/packages/form-render/src/hooks/useFormItemDeps.js +29 -1
  182. package/es/packages/form-render/src/hooks/useFormRequest.js +12 -1
  183. package/es/packages/form-render/src/hooks/useFormValidator.d.ts +1 -1
  184. package/es/packages/form-render/src/hooks/useFormValidator.js +48 -1
  185. package/es/packages/form-render/src/hooks/useInitialData.d.ts +5 -0
  186. package/es/packages/form-render/src/hooks/useInitialData.js +11 -0
  187. package/es/packages/form-render/src/hooks/useTypeNormalize.d.ts +1 -1
  188. package/es/packages/form-render/src/hooks/useTypeNormalize.js +42 -1
  189. package/es/packages/form-render/src/types/fieldItem.d.ts +1 -1
  190. package/es/packages/form-render/src/types/index.d.ts +3 -2
  191. package/es/packages/form-render/src/utils/index.d.ts +3 -1
  192. package/es/packages/form-render/src/utils/index.js +80 -1
  193. package/es/packages/form-render/style/index.css +12 -5
  194. package/es/packages/form-table/index.d.ts +36024 -0
  195. package/es/packages/form-table/index.js +11 -1
  196. package/es/packages/form-table/src/FormTable.js +3 -1
  197. package/es/packages/form-table/src/FormTable.vue.d.ts +36024 -0
  198. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.js +6 -5
  199. package/es/packages/form-table/src/components/index.d.ts +35783 -0
  200. package/es/packages/form-table/src/components/index.js +54 -1
  201. package/es/packages/form-table/src/components/table-age.js +3 -1
  202. package/es/packages/form-table/src/components/table-age.vue.d.ts +4310 -0
  203. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.js +3 -2
  204. package/es/packages/form-table/src/components/table-date-picker.js +3 -1
  205. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +5315 -0
  206. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.js +3 -5
  207. package/es/packages/form-table/src/components/table-digital.js +3 -1
  208. package/es/packages/form-table/src/components/table-digital.vue.d.ts +2921 -0
  209. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.js +3 -2
  210. package/es/packages/form-table/src/components/table-input-password.js +3 -1
  211. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1629 -0
  212. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.js +4 -3
  213. package/es/packages/form-table/src/components/table-input.js +3 -1
  214. package/es/packages/form-table/src/components/table-input.vue.d.ts +1586 -0
  215. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.js +3 -2
  216. package/es/packages/form-table/src/components/table-month-picker.js +3 -1
  217. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +5258 -0
  218. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.js +2 -1
  219. package/es/packages/form-table/src/components/table-search-more.js +3 -1
  220. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1791 -0
  221. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +3 -2
  222. package/es/packages/form-table/src/components/table-search.js +3 -1
  223. package/es/packages/form-table/src/components/table-search.vue.d.ts +3117 -0
  224. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +3 -2
  225. package/es/packages/form-table/src/components/table-select-multiple.js +3 -1
  226. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1567 -0
  227. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.js +2 -1
  228. package/es/packages/form-table/src/components/table-select.js +3 -1
  229. package/es/packages/form-table/src/components/table-select.vue.d.ts +1566 -0
  230. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.js +2 -1
  231. package/es/packages/form-table/src/components/table-textarea.js +3 -1
  232. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1645 -0
  233. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.js +3 -2
  234. package/es/packages/form-table/src/components/table-time-picker.js +3 -1
  235. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2674 -0
  236. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.js +2 -1
  237. package/es/packages/form-table/src/components/table-tree-select.js +3 -1
  238. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1897 -0
  239. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.js +2 -1
  240. package/es/packages/form-table/src/components/text-over-tooltip.js +3 -1
  241. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +548 -0
  242. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.js +1 -0
  243. package/es/packages/form-table/src/configs/index.d.ts +1 -1
  244. package/es/packages/form-table/src/configs/index.js +74 -1
  245. package/es/packages/form-table/src/hooks/index.js +5 -5
  246. package/es/packages/form-table/src/hooks/useBoundDate.d.ts +1 -1
  247. package/es/packages/form-table/src/hooks/useBoundDate.js +411 -1
  248. package/es/packages/form-table/src/hooks/useDateType.d.ts +1 -1
  249. package/es/packages/form-table/src/hooks/useDateType.js +160 -1
  250. package/es/packages/form-table/src/hooks/useFormCommon.d.ts +1 -1
  251. package/es/packages/form-table/src/hooks/useFormCommon.js +95 -1
  252. package/es/packages/form-table/src/hooks/useFormEvent.d.ts +1 -1
  253. package/es/packages/form-table/src/hooks/useFormEvent.js +71 -1
  254. package/es/packages/form-table/src/hooks/useItemDefault.d.ts +10 -10
  255. package/es/packages/form-table/src/hooks/useItemDefault.js +218 -1
  256. package/es/packages/form-table/src/hooks/useSearch.d.ts +10 -10
  257. package/es/packages/form-table/src/hooks/useSearch.js +1216 -1
  258. package/es/packages/form-table/src/hooks/useValidate.d.ts +2 -2
  259. package/es/packages/form-table/src/hooks/useValidate.js +480 -1
  260. package/es/packages/form-table/src/types/index.d.ts +1 -1
  261. package/es/packages/grid/index.d.ts +1 -1
  262. package/es/packages/grid/index.js +14 -1
  263. package/es/packages/grid/src/Grid.js +28 -1
  264. package/es/packages/grid/src/hooks.js +165 -1
  265. package/es/packages/index.css +58 -24
  266. package/es/packages/index.js +81 -29
  267. package/es/packages/info-header/index.d.ts +1866 -0
  268. package/es/packages/info-header/index.js +11 -1
  269. package/es/packages/info-header/src/HiddenContent.js +3 -1
  270. package/es/packages/info-header/src/HiddenContent.vue.d.ts +379 -0
  271. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.js +4 -0
  272. package/es/packages/info-header/src/InfoHeader.js +3 -1
  273. package/es/packages/info-header/src/InfoHeader.vue.d.ts +1867 -0
  274. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.js +3 -2
  275. package/es/packages/info-header/src/SlotRender.d.ts +1 -1
  276. package/es/packages/info-header/src/SlotRender.js +35 -1
  277. package/es/packages/map/index.d.ts +2321 -0
  278. package/es/packages/map/index.js +11 -1
  279. package/es/packages/map/src/Map.js +3 -1
  280. package/es/packages/map/src/Map.vue.d.ts +2321 -0
  281. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.js +6 -5
  282. package/es/packages/scale-view/index.d.ts +4460 -0
  283. package/es/packages/scale-view/index.js +37 -1
  284. package/es/packages/scale-view/src/ScaleView.js +3 -1
  285. package/es/packages/scale-view/src/ScaleView.vue.d.ts +4283 -0
  286. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.js +68 -51
  287. package/es/packages/scale-view/src/components/AnswerParse.js +3 -1
  288. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
  289. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.js +2 -1
  290. package/es/packages/scale-view/src/components/EvaluateCountdown.js +3 -1
  291. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
  292. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.js +4 -3
  293. package/es/packages/scale-view/src/components/EvaluatePage.js +3 -1
  294. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1509 -0
  295. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.js +5 -4
  296. package/es/packages/scale-view/src/components/LoadingCom.js +7 -2
  297. package/es/packages/scale-view/src/components/{LoadingCom.vue_vue_type_script_setup_true_lang.js → LoadingCom.vue_vue_type_template_id_413329b0_lang.js} +4 -8
  298. package/es/packages/scale-view/src/components/NoData.js +3 -1
  299. package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
  300. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.js +5 -4
  301. package/es/packages/scale-view/src/components/ScaleScore.js +63 -1
  302. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +2 -1
  303. package/es/packages/scale-view/src/components/composables/choose-common.js +83 -1
  304. package/es/packages/scale-view/src/components/formitem/address.js +3993 -1
  305. package/es/packages/scale-view/src/components/formitem/r-address.js +225 -1
  306. package/es/packages/scale-view/src/components/formitem/r-cascader.js +133 -1
  307. package/es/packages/scale-view/src/components/formitem/r-checkbox.d.ts +9 -0
  308. package/es/packages/scale-view/src/components/formitem/r-checkbox.js +280 -1
  309. package/es/packages/scale-view/src/components/formitem/r-collection.d.ts +1 -1
  310. package/es/packages/scale-view/src/components/formitem/r-collection.js +113 -1
  311. package/es/packages/scale-view/src/components/formitem/r-datetime.js +212 -1
  312. package/es/packages/scale-view/src/components/formitem/r-input.js +88 -1
  313. package/es/packages/scale-view/src/components/formitem/r-map.js +105 -1
  314. package/es/packages/scale-view/src/components/formitem/r-radio.d.ts +9 -0
  315. package/es/packages/scale-view/src/components/formitem/r-radio.js +240 -1
  316. package/es/packages/scale-view/src/components/formitem/r-select.js +148 -1
  317. package/es/packages/scale-view/src/components/formitem/r-upload.js +221 -1
  318. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.js +3 -1
  319. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +8 -2
  320. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +1 -1
  321. package/es/packages/scale-view/src/hooks/scaleview-computed.js +312 -1
  322. package/es/packages/scale-view/src/hooks/scaleview-init.js +442 -1
  323. package/es/packages/scale-view/src/hooks/scaleview-props.d.ts +28 -0
  324. package/es/packages/scale-view/src/hooks/scaleview-props.js +81 -1
  325. package/es/packages/scale-view/src/hooks/scaleview-state.d.ts +32 -31
  326. package/es/packages/scale-view/src/hooks/scaleview-state.js +45 -1
  327. package/es/packages/scale-view/src/hooks/scaleview-submit.js +162 -1
  328. package/es/packages/scale-view/src/hooks/scaleview-validate.js +185 -1
  329. package/es/packages/scale-view/src/hooks/use-component.d.ts +10300 -0
  330. package/es/packages/scale-view/src/hooks/use-component.js +82 -1
  331. package/es/packages/scale-view/src/hooks/use-evaluate.js +150 -1
  332. package/es/packages/scale-view/src/hooks/use-event.js +128 -1
  333. package/es/packages/scale-view/src/hooks/use-noData.js +41 -1
  334. package/es/packages/scale-view/src/utils/judge-types.js +40 -1
  335. package/es/packages/scale-view/style/index.css +19 -4
  336. package/es/packages/select-label/index.d.ts +12185 -0
  337. package/es/packages/select-label/index.js +17 -1
  338. package/es/packages/select-label/src/LabelFormContent.js +3 -1
  339. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +317 -105
  340. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.js +9 -9
  341. package/es/packages/select-label/src/SelectLabel.js +3 -1
  342. package/es/packages/select-label/src/SelectLabel.vue.d.ts +7606 -0
  343. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +38 -19
  344. package/es/packages/select-label/src/components/label-classify.js +3 -1
  345. package/es/packages/select-label/src/components/label-classify.vue.d.ts +251 -75
  346. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.js +5 -1
  347. package/es/packages/select-label/style/index.css +10 -0
  348. package/es/packages/select-person/index.d.ts +3508 -0
  349. package/es/packages/select-person/index.js +11 -1
  350. package/es/packages/select-person/src/SearchTree.js +3 -1
  351. package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
  352. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.js +3 -2
  353. package/es/packages/select-person/src/SelectPerson.js +3 -1
  354. package/es/packages/select-person/src/SelectPerson.vue.d.ts +3509 -0
  355. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +40 -28
  356. package/es/packages/select-person/src/utils/index.js +84 -1
  357. package/es/packages/time-line/index.d.ts +57 -32
  358. package/es/packages/time-line/index.js +11 -1
  359. package/es/packages/time-line/src/TimeLine.js +3 -1
  360. package/es/packages/time-line/src/TimeLine.vue.d.ts +56 -31
  361. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.js +1 -0
  362. package/es/src/assets/img/failure.d.ts +2 -0
  363. package/es/src/assets/img/failure.js +1 -0
  364. package/es/src/assets/img/icon-asc.d.ts +2 -0
  365. package/es/src/assets/img/icon-asc.js +1 -0
  366. package/es/src/assets/img/icon-desc.d.ts +2 -0
  367. package/es/src/assets/img/icon-desc.js +1 -0
  368. package/es/src/assets/img/no-permission.d.ts +2 -0
  369. package/es/src/assets/img/no-permission.js +1 -0
  370. package/es/src/assets/img/nodata.d.ts +2 -0
  371. package/es/src/assets/img/nodata.js +1 -0
  372. package/es/src/assets/img/notfound.d.ts +2 -0
  373. package/es/src/assets/img/notfound.js +1 -0
  374. package/es/src/assets/img/qr.d.ts +2 -0
  375. package/es/src/assets/img/qr.js +1 -0
  376. package/es/src/assets/img/success.d.ts +2 -0
  377. package/es/src/assets/img/success.js +1 -0
  378. package/es/src/assets/img/video.d.ts +2 -0
  379. package/es/src/assets/img/video.js +1 -0
  380. package/es/src/assets/img/video_default_cover.d.ts +2 -0
  381. package/es/src/assets/img/video_default_cover.js +1 -0
  382. package/es/src/assets/img/video_hover.d.ts +2 -0
  383. package/es/src/assets/img/video_hover.js +1 -0
  384. package/es/src/assets/img/video_play_hover.d.ts +2 -0
  385. package/es/src/assets/img/video_play_hover.js +1 -0
  386. package/es/src/assets/img/xb_big.d.ts +2 -0
  387. package/es/src/assets/img/xb_big.js +1 -0
  388. package/es/src/assets/img/xb_small.d.ts +2 -0
  389. package/es/src/assets/img/xb_small.js +1 -0
  390. package/es/src/components/SelectPage/SelectPage.js +3 -1
  391. package/es/src/components/SelectPage/SelectPage.vue.d.ts +1452 -0
  392. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.js +1 -0
  393. package/es/src/components/SelectPage/index.js +2 -1
  394. package/es/src/components/SvgIcon/SvgIcon.js +3 -1
  395. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.js +1 -0
  396. package/es/src/components/SvgIcon/index.js +2 -1
  397. package/es/src/components/TextOverTooltip/TextOverTooltip.js +3 -1
  398. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +8 -2
  399. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +2 -1
  400. package/es/src/components/TextOverTooltip/index.js +2 -1
  401. package/es/src/components/player-vod/index.js +3 -1
  402. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.js +1 -0
  403. package/es/src/components/player-vod/player.js +121 -1
  404. package/es/src/components/player-vod/video-list.js +125 -1
  405. package/es/src/components/player-vod/video-modal.js +91 -1
  406. package/es/src/core/create.js +8 -1
  407. package/es/src/global/variable.js +4 -1
  408. package/es/src/utils/anime.d.ts +1 -1
  409. package/es/src/utils/anime.js +129 -1
  410. package/es/src/utils/clickoutside.js +48 -1
  411. package/es/src/utils/crypto.js +25 -1
  412. package/es/src/utils/index.js +15 -1
  413. package/es/src/utils/loadViewer.js +11 -1
  414. package/es/src/utils/loadVxe.js +12 -1
  415. package/es/src/utils/utilExpand.js +714 -1
  416. package/es/src/utils/vexutils.js +78 -1
  417. package/package.json +3 -5
  418. package/test.ts +326 -0
  419. package/es/packages/big-table/index2.js +0 -17
  420. package/es/packages/big-table/src/BigTable2.js +0 -4
  421. package/es/packages/big-table/src/bigTableEmits2.js +0 -50
  422. package/es/packages/big-table/src/bigTableProps2.js +0 -116
  423. package/es/packages/big-table/src/bigTableState2.js +0 -52
  424. package/es/packages/big-table/src/components/NoData2.js +0 -4
  425. package/es/packages/big-table/src/components/edit-form/edit-date2.js +0 -114
  426. package/es/packages/big-table/src/components/edit-form/edit-input2.js +0 -54
  427. package/es/packages/big-table/src/components/edit-form/edit-select-table2.js +0 -148
  428. package/es/packages/big-table/src/components/edit-form/edit-select2.js +0 -89
  429. package/es/packages/big-table/src/hooks/useBatchEditing2.js +0 -289
  430. package/es/packages/big-table/src/hooks/useEdit2.js +0 -115
  431. package/es/packages/big-table/src/hooks/useEvent2.js +0 -70
  432. package/es/packages/big-table/src/hooks/useFormat2.js +0 -484
  433. package/es/packages/big-table/src/hooks/useNestTable2.js +0 -85
  434. package/es/packages/big-table/src/hooks/useTableParse2.js +0 -135
  435. package/es/packages/big-table/src/utils2.js +0 -607
  436. package/es/packages/big-table/style/index.less +0 -557
  437. package/es/packages/bpmn-workflow/index2.js +0 -11
  438. package/es/packages/bpmn-workflow/src/BpmnWorkflow2.js +0 -4
  439. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer2.js +0 -1427
  440. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.js +0 -373
  441. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette2.js +0 -141
  442. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap2.js +0 -99
  443. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer2.js +0 -119
  444. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules2.js +0 -40
  445. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index2.js +0 -25
  446. package/es/packages/bpmn-workflow/src/custom/customModeler/index2.js +0 -12
  447. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu2.js +0 -47
  448. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer2.js +0 -14
  449. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll2.js +0 -10
  450. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate2.js +0 -15
  451. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh2.js +0 -227
  452. package/es/packages/bpmn-workflow/style/index.less +0 -29
  453. package/es/packages/button-print/index2.js +0 -11
  454. package/es/packages/button-print/src/ButtonPrint2.js +0 -4
  455. package/es/packages/button-print/src/components/IdentityVerification2.js +0 -4
  456. package/es/packages/button-print/src/utils/print.es.min2.js +0 -2080
  457. package/es/packages/button-print/style/index.less +0 -30
  458. package/es/packages/chunk-upload/index2.js +0 -16
  459. package/es/packages/chunk-upload/src/chunk-upload-new2.js +0 -4
  460. package/es/packages/chunk-upload/src/hooks/upload-computed2.js +0 -68
  461. package/es/packages/chunk-upload/src/hooks/upload-data2.js +0 -93
  462. package/es/packages/chunk-upload/src/hooks/vod-computed2.js +0 -79
  463. package/es/packages/chunk-upload/src/hooks/vod-data2.js +0 -33
  464. package/es/packages/chunk-upload/src/vod-chunk-upload/index2.js +0 -3
  465. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload2.js +0 -4
  466. package/es/packages/chunk-upload/src/vod-upload-modal2.js +0 -95
  467. package/es/packages/chunk-upload/style/index.less +0 -395
  468. package/es/packages/drag-layout/index2.js +0 -13
  469. package/es/packages/drag-layout/src/DragFormLeftItem2.js +0 -4
  470. package/es/packages/drag-layout/src/DragFormRightItem2.js +0 -4
  471. package/es/packages/drag-layout/src/DragLayout2.js +0 -4
  472. package/es/packages/drag-layout/style/index.less +0 -208
  473. package/es/packages/editor/index2.js +0 -10
  474. package/es/packages/editor/src/Editor2.js +0 -77
  475. package/es/packages/fabric-chart/index2.js +0 -11
  476. package/es/packages/fabric-chart/src/FabricChart2.js +0 -4
  477. package/es/packages/field-set/index2.js +0 -11
  478. package/es/packages/field-set/src/FieldSet2.js +0 -4
  479. package/es/packages/field-set/src/NewFieldSet2.js +0 -4
  480. package/es/packages/field-set/src/OldFieldSet2.js +0 -4
  481. package/es/packages/field-set/style/index.less +0 -157
  482. package/es/packages/form-render/index2.js +0 -16
  483. package/es/packages/form-render/src/FormRender2.js +0 -4
  484. package/es/packages/form-render/src/components/cascader.js +0 -1
  485. package/es/packages/form-render/src/components/checkbox.js +0 -1
  486. package/es/packages/form-render/src/components/collapse.js +0 -1
  487. package/es/packages/form-render/src/components/collapse2.js +0 -54
  488. package/es/packages/form-render/src/components/combination.js +0 -1
  489. package/es/packages/form-render/src/components/complex.js +0 -1
  490. package/es/packages/form-render/src/components/date.js +0 -1
  491. package/es/packages/form-render/src/components/formItem.js +0 -1
  492. package/es/packages/form-render/src/components/index2.js +0 -16
  493. package/es/packages/form-render/src/components/input.js +0 -1
  494. package/es/packages/form-render/src/components/inputGroup.js +0 -1
  495. package/es/packages/form-render/src/components/inputNumber.js +0 -1
  496. package/es/packages/form-render/src/components/labelSelect.js +0 -1
  497. package/es/packages/form-render/src/components/radio.js +0 -1
  498. package/es/packages/form-render/src/components/select.js +0 -1
  499. package/es/packages/form-render/src/components/slider.js +0 -1
  500. package/es/packages/form-render/src/components/switch.js +0 -1
  501. package/es/packages/form-render/src/components/textarea.js +0 -1
  502. package/es/packages/form-render/src/constants/index2.js +0 -28
  503. package/es/packages/form-render/src/hooks/useAsyncQueue2.js +0 -138
  504. package/es/packages/form-render/src/hooks/useBusinessBinding2.js +0 -60
  505. package/es/packages/form-render/src/hooks/useChangeContext2.js +0 -21
  506. package/es/packages/form-render/src/hooks/useCommonLog2.js +0 -10
  507. package/es/packages/form-render/src/hooks/useFieldList2Schema2.js +0 -193
  508. package/es/packages/form-render/src/hooks/useFieldVisitor2.js +0 -38
  509. package/es/packages/form-render/src/hooks/useFormField2.js +0 -15
  510. package/es/packages/form-render/src/hooks/useFormItemDeps2.js +0 -29
  511. package/es/packages/form-render/src/hooks/useFormRequest2.js +0 -12
  512. package/es/packages/form-render/src/hooks/useFormValidator2.js +0 -48
  513. package/es/packages/form-render/src/hooks/useTypeNormalize2.js +0 -37
  514. package/es/packages/form-render/src/utils/index2.js +0 -71
  515. package/es/packages/form-render/style/index.less +0 -129
  516. package/es/packages/form-table/index2.js +0 -11
  517. package/es/packages/form-table/src/FormTable2.js +0 -4
  518. package/es/packages/form-table/src/components/index2.js +0 -54
  519. package/es/packages/form-table/src/components/table-age2.js +0 -4
  520. package/es/packages/form-table/src/components/table-date-picker2.js +0 -4
  521. package/es/packages/form-table/src/components/table-digital2.js +0 -4
  522. package/es/packages/form-table/src/components/table-input-password2.js +0 -4
  523. package/es/packages/form-table/src/components/table-input2.js +0 -4
  524. package/es/packages/form-table/src/components/table-month-picker2.js +0 -4
  525. package/es/packages/form-table/src/components/table-search-more2.js +0 -4
  526. package/es/packages/form-table/src/components/table-search2.js +0 -4
  527. package/es/packages/form-table/src/components/table-select-multiple2.js +0 -4
  528. package/es/packages/form-table/src/components/table-select2.js +0 -4
  529. package/es/packages/form-table/src/components/table-textarea2.js +0 -4
  530. package/es/packages/form-table/src/components/table-time-picker2.js +0 -4
  531. package/es/packages/form-table/src/components/table-tree-select2.js +0 -4
  532. package/es/packages/form-table/src/components/text-over-tooltip2.js +0 -4
  533. package/es/packages/form-table/src/configs/index2.js +0 -74
  534. package/es/packages/form-table/src/hooks/useBoundDate2.js +0 -411
  535. package/es/packages/form-table/src/hooks/useDateType2.js +0 -160
  536. package/es/packages/form-table/src/hooks/useFormCommon2.js +0 -95
  537. package/es/packages/form-table/src/hooks/useFormEvent2.js +0 -71
  538. package/es/packages/form-table/src/hooks/useItemDefault2.js +0 -218
  539. package/es/packages/form-table/src/hooks/useSearch2.js +0 -1216
  540. package/es/packages/form-table/src/hooks/useValidate2.js +0 -480
  541. package/es/packages/form-table/style/index.less +0 -301
  542. package/es/packages/grid/index2.js +0 -14
  543. package/es/packages/grid/src/Grid2.js +0 -28
  544. package/es/packages/grid/src/hooks2.js +0 -165
  545. package/es/packages/grid/style/index.less +0 -13
  546. package/es/packages/index.less +0 -3075
  547. package/es/packages/index2.js +0 -67
  548. package/es/packages/info-header/index2.js +0 -11
  549. package/es/packages/info-header/src/HiddenContent2.js +0 -4
  550. package/es/packages/info-header/src/InfoHeader2.js +0 -4
  551. package/es/packages/info-header/src/SlotRender2.js +0 -35
  552. package/es/packages/info-header/style/index.less +0 -149
  553. package/es/packages/map/index2.js +0 -11
  554. package/es/packages/map/src/Map2.js +0 -4
  555. package/es/packages/map/style/index.less +0 -60
  556. package/es/packages/scale-view/index2.js +0 -37
  557. package/es/packages/scale-view/src/ScaleView2.js +0 -4
  558. package/es/packages/scale-view/src/components/AnswerParse2.js +0 -4
  559. package/es/packages/scale-view/src/components/EvaluateCountdown2.js +0 -4
  560. package/es/packages/scale-view/src/components/EvaluatePage2.js +0 -4
  561. package/es/packages/scale-view/src/components/LoadingCom.vue.d.ts +0 -13
  562. package/es/packages/scale-view/src/components/LoadingCom2.js +0 -4
  563. package/es/packages/scale-view/src/components/NoData2.js +0 -4
  564. package/es/packages/scale-view/src/components/ScaleScore2.js +0 -63
  565. package/es/packages/scale-view/src/components/composables/choose-common2.js +0 -78
  566. package/es/packages/scale-view/src/components/formitem/address2.js +0 -3993
  567. package/es/packages/scale-view/src/components/formitem/r-address2.js +0 -225
  568. package/es/packages/scale-view/src/components/formitem/r-cascader2.js +0 -134
  569. package/es/packages/scale-view/src/components/formitem/r-checkbox2.js +0 -235
  570. package/es/packages/scale-view/src/components/formitem/r-collection2.js +0 -109
  571. package/es/packages/scale-view/src/components/formitem/r-datetime2.js +0 -209
  572. package/es/packages/scale-view/src/components/formitem/r-input2.js +0 -88
  573. package/es/packages/scale-view/src/components/formitem/r-map2.js +0 -105
  574. package/es/packages/scale-view/src/components/formitem/r-radio2.js +0 -227
  575. package/es/packages/scale-view/src/components/formitem/r-select2.js +0 -149
  576. package/es/packages/scale-view/src/components/formitem/r-upload2.js +0 -210
  577. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip2.js +0 -4
  578. package/es/packages/scale-view/src/hooks/scaleview-computed2.js +0 -320
  579. package/es/packages/scale-view/src/hooks/scaleview-init2.js +0 -442
  580. package/es/packages/scale-view/src/hooks/scaleview-props2.js +0 -60
  581. package/es/packages/scale-view/src/hooks/scaleview-state2.js +0 -42
  582. package/es/packages/scale-view/src/hooks/scaleview-submit2.js +0 -162
  583. package/es/packages/scale-view/src/hooks/scaleview-validate2.js +0 -185
  584. package/es/packages/scale-view/src/hooks/use-component2.js +0 -82
  585. package/es/packages/scale-view/src/hooks/use-evaluate2.js +0 -150
  586. package/es/packages/scale-view/src/hooks/use-event2.js +0 -128
  587. package/es/packages/scale-view/src/hooks/use-noData2.js +0 -41
  588. package/es/packages/scale-view/src/utils/judge-types2.js +0 -40
  589. package/es/packages/scale-view/style/index.less +0 -753
  590. package/es/packages/select-label/index2.js +0 -17
  591. package/es/packages/select-label/src/LabelFormContent2.js +0 -4
  592. package/es/packages/select-label/src/SelectLabel2.js +0 -4
  593. package/es/packages/select-label/src/components/label-classify2.js +0 -4
  594. package/es/packages/select-label/style/index.less +0 -151
  595. package/es/packages/select-person/index2.js +0 -11
  596. package/es/packages/select-person/src/SearchTree2.js +0 -4
  597. package/es/packages/select-person/src/SelectPerson2.js +0 -4
  598. package/es/packages/select-person/src/utils/index2.js +0 -84
  599. package/es/packages/select-person/style/index.less +0 -229
  600. package/es/packages/time-line/index2.js +0 -11
  601. package/es/packages/time-line/src/TimeLine2.js +0 -4
  602. package/es/packages/time-line/style/index.less +0 -35
  603. package/es/src/assets/img/failure.png +0 -0
  604. package/es/src/assets/img/icon-asc.png +0 -0
  605. package/es/src/assets/img/icon-desc.png +0 -0
  606. package/es/src/assets/img/no-permission.png +0 -0
  607. package/es/src/assets/img/nodata.png +0 -0
  608. package/es/src/assets/img/notfound.png +0 -0
  609. package/es/src/assets/img/qr.png +0 -0
  610. package/es/src/assets/img/success.png +0 -0
  611. package/es/src/assets/img/video.png +0 -0
  612. package/es/src/assets/img/video_default_cover.png +0 -0
  613. package/es/src/assets/img/video_hover.png +0 -0
  614. package/es/src/assets/img/video_play_hover.png +0 -0
  615. package/es/src/assets/img/xb_big.png +0 -0
  616. package/es/src/assets/img/xb_small.png +0 -0
  617. package/es/src/components/SelectPage/SelectPage2.js +0 -4
  618. package/es/src/components/SelectPage/index2.js +0 -3
  619. package/es/src/components/SvgIcon/SvgIcon2.js +0 -4
  620. package/es/src/components/SvgIcon/index2.js +0 -3
  621. package/es/src/components/TextOverTooltip/TextOverTooltip2.js +0 -4
  622. package/es/src/components/TextOverTooltip/index2.js +0 -3
  623. package/es/src/components/player-vod/index2.js +0 -4
  624. package/es/src/components/player-vod/player2.js +0 -121
  625. package/es/src/components/player-vod/video-list2.js +0 -125
  626. package/es/src/components/player-vod/video-modal2.js +0 -91
  627. package/es/src/core/create2.js +0 -8
  628. package/es/src/global/variable2.js +0 -4
  629. package/es/src/utils/anime2.js +0 -126
  630. package/es/src/utils/clickoutside2.js +0 -48
  631. package/es/src/utils/crypto2.js +0 -25
  632. package/es/src/utils/index2.js +0 -15
  633. package/es/src/utils/loadViewer2.js +0 -11
  634. package/es/src/utils/loadVxe2.js +0 -12
  635. package/es/src/utils/utilExpand2.js +0 -714
  636. package/es/src/utils/vexutils2.js +0 -80
@@ -0,0 +1,1783 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ formData: {
3
+ type: ObjectConstructor;
4
+ default: () => {};
5
+ };
6
+ defList: (ArrayConstructor | StringConstructor)[];
7
+ source: StringConstructor;
8
+ limitNum: {
9
+ default: number;
10
+ };
11
+ defFileList: {
12
+ default: string;
13
+ };
14
+ isLock: BooleanConstructor;
15
+ isDetail: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ getChunkUploadConfig: {
20
+ type: FunctionConstructor;
21
+ default: () => Promise<{}>;
22
+ };
23
+ }, {
24
+ VodState: {
25
+ videoVisible: boolean;
26
+ fileList: never[];
27
+ cacheFileObj: {};
28
+ playerOptions: {};
29
+ vodClient: null;
30
+ chunkUploadVisible: boolean;
31
+ uploader: null;
32
+ autoStart: boolean;
33
+ timeOuts: number;
34
+ configList: never[];
35
+ draggableOptions: {
36
+ group: string;
37
+ filter: string;
38
+ delayOnTouchOnly: boolean;
39
+ delay: number;
40
+ touchStartThreshold: number;
41
+ chosenClass: string;
42
+ dragClass: string;
43
+ };
44
+ };
45
+ state: {
46
+ videoVisible: boolean;
47
+ fileList: never[];
48
+ cacheFileObj: {};
49
+ playerOptions: {};
50
+ vodClient: null;
51
+ chunkUploadVisible: boolean;
52
+ uploader: null;
53
+ autoStart: boolean;
54
+ timeOuts: number;
55
+ configList: never[];
56
+ draggableOptions: {
57
+ group: string;
58
+ filter: string;
59
+ delayOnTouchOnly: boolean;
60
+ delay: number;
61
+ touchStartThreshold: number;
62
+ chosenClass: string;
63
+ dragClass: string;
64
+ };
65
+ };
66
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
67
+ formData: {
68
+ type: ObjectConstructor;
69
+ default: () => {};
70
+ };
71
+ defList: (ArrayConstructor | StringConstructor)[];
72
+ source: StringConstructor;
73
+ limitNum: {
74
+ default: number;
75
+ };
76
+ defFileList: {
77
+ default: string;
78
+ };
79
+ isLock: BooleanConstructor;
80
+ isDetail: {
81
+ type: BooleanConstructor;
82
+ default: boolean;
83
+ };
84
+ getChunkUploadConfig: {
85
+ type: FunctionConstructor;
86
+ default: () => Promise<{}>;
87
+ };
88
+ }>> & {
89
+ onVodFileList?: ((...args: any[]) => any) | undefined;
90
+ }>>;
91
+ emit: (event: "vodFileList", ...args: any[]) => void;
92
+ mainForm: any;
93
+ isShowBtn: import("vue").ComputedRef<boolean>;
94
+ maskHeight: import("vue").ComputedRef<(item: any) => string>;
95
+ showPercent: import("vue").ComputedRef<(percent: any) => number>;
96
+ allow_format: import("vue").ComputedRef<any>;
97
+ defaultValue: import("vue").ComputedRef<any>;
98
+ isDisabled: import("vue").ComputedRef<any>;
99
+ max_size: import("vue").ComputedRef<any>;
100
+ maxlength: import("vue").ComputedRef<number>;
101
+ defaultFileList: import("vue").ComputedRef<never[]>;
102
+ handleDefList: () => never[];
103
+ handleGetSubmitList: (list: any) => "" | undefined;
104
+ handleGetCoverUrl: (vodUrl: any) => string;
105
+ coverImgOnError: (e: any) => void;
106
+ restartUpload: (ele: any) => void;
107
+ handleDelFileList: (i: any) => void;
108
+ palyerVod: (data: any, index: any) => void;
109
+ closeVideoModal: () => void;
110
+ handleBtnOnClick: () => void;
111
+ getSumbitList: (list: any) => void;
112
+ draggableUpdate: () => void;
113
+ getvideoCover: (item: any) => any;
114
+ draggable: import("vue").DefineComponent<{
115
+ list: {
116
+ type: ArrayConstructor;
117
+ required: boolean;
118
+ default: any;
119
+ };
120
+ modelValue: {
121
+ type: ArrayConstructor;
122
+ required: boolean;
123
+ default: any;
124
+ };
125
+ itemKey: {
126
+ type: (StringConstructor | FunctionConstructor)[];
127
+ required: boolean;
128
+ };
129
+ clone: {
130
+ type: FunctionConstructor;
131
+ default: (original: any) => any;
132
+ };
133
+ tag: {
134
+ type: StringConstructor;
135
+ default: string;
136
+ };
137
+ move: {
138
+ type: FunctionConstructor;
139
+ default: any;
140
+ };
141
+ componentData: {
142
+ type: ObjectConstructor;
143
+ required: boolean;
144
+ default: any;
145
+ };
146
+ }, unknown, {
147
+ error: boolean;
148
+ }, {
149
+ realList(): any;
150
+ getKey(): any;
151
+ }, {
152
+ getUnderlyingVm(domElement: any): any;
153
+ getUnderlyingPotencialDraggableComponent(htmElement: any): any;
154
+ emitChanges(evt: any): void;
155
+ alterList(onList: any): void;
156
+ spliceList(): void;
157
+ updatePosition(oldIndex: any, newIndex: any): void;
158
+ getRelatedContextFromMoveEvent({ to, related }: {
159
+ to: any;
160
+ related: any;
161
+ }): any;
162
+ /**
163
+ * 支持的格式
164
+ * MP4、TS、MOV、MXF、MPG、FLV、WMV、AVI、M4V、F4V、MPEG、3GP、ASF、MKV、HLS
165
+ */
166
+ /**
167
+ * simple-uploader 配置文档
168
+ * https://github.com/simple-uploader/Uploader/blob/develop/README_zh-CN.md#%E9%85%8D%E7%BD%AE
169
+ */
170
+ getVmIndexFromDomIndex(domIndex: any): any;
171
+ onDragStart(evt: any): void;
172
+ onDragAdd(evt: any): void;
173
+ onDragRemove(evt: any): void;
174
+ onDragUpdate(evt: any): void;
175
+ computeFutureIndex(relatedContext: any, evt: any): any;
176
+ onDragMove(evt: any, originalEvent: any): any;
177
+ onDragEnd(): void;
178
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
179
+ move: Function;
180
+ tag: string;
181
+ clone: Function;
182
+ list: unknown[];
183
+ modelValue: unknown[];
184
+ componentData: Record<string, any>;
185
+ } & {
186
+ itemKey?: string | Function | undefined;
187
+ }>, {
188
+ move: Function;
189
+ tag: string;
190
+ clone: Function;
191
+ list: unknown[];
192
+ modelValue: unknown[];
193
+ componentData: Record<string, any>;
194
+ }>;
195
+ videoModal: import("vue").DefineComponent<{
196
+ visible: BooleanConstructor;
197
+ formData: {
198
+ type: ObjectConstructor;
199
+ default: () => {};
200
+ };
201
+ playerOptions: {
202
+ type: ObjectConstructor;
203
+ default: () => {
204
+ sources: {
205
+ type: string;
206
+ src: string;
207
+ }[];
208
+ };
209
+ };
210
+ fileList: {
211
+ type: ArrayConstructor;
212
+ default: () => never[];
213
+ };
214
+ palyerIndex: {
215
+ type: NumberConstructor;
216
+ default: number;
217
+ };
218
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
219
+ visible: BooleanConstructor;
220
+ formData: {
221
+ type: ObjectConstructor;
222
+ default: () => {};
223
+ };
224
+ playerOptions: {
225
+ type: ObjectConstructor;
226
+ default: () => {
227
+ sources: {
228
+ type: string;
229
+ src: string;
230
+ }[];
231
+ };
232
+ };
233
+ fileList: {
234
+ type: ArrayConstructor;
235
+ default: () => never[];
236
+ };
237
+ palyerIndex: {
238
+ type: NumberConstructor;
239
+ default: number;
240
+ };
241
+ }>>, {
242
+ visible: boolean;
243
+ formData: Record<string, any>;
244
+ fileList: unknown[];
245
+ playerOptions: Record<string, any>;
246
+ palyerIndex: number;
247
+ }>;
248
+ vodUploadModal: import("vue").DefineComponent<{
249
+ modalTitle: {
250
+ type: StringConstructor;
251
+ default: string;
252
+ };
253
+ modelValue: {
254
+ type: BooleanConstructor;
255
+ default: boolean;
256
+ };
257
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
258
+ modalTitle: {
259
+ type: StringConstructor;
260
+ default: string;
261
+ };
262
+ modelValue: {
263
+ type: BooleanConstructor;
264
+ default: boolean;
265
+ };
266
+ }>> & {
267
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
268
+ }, {
269
+ modelValue: boolean;
270
+ modalTitle: string;
271
+ }>;
272
+ NIcon: import("vue").DefineComponent<{
273
+ readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
274
+ readonly size: import("vue").PropType<string | number>;
275
+ readonly color: StringConstructor;
276
+ readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
277
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
278
+ color: string;
279
+ opacity1Depth: string;
280
+ opacity2Depth: string;
281
+ opacity3Depth: string;
282
+ opacity4Depth: string;
283
+ opacity5Depth: string;
284
+ }, any>>;
285
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
286
+ color: string;
287
+ opacity1Depth: string;
288
+ opacity2Depth: string;
289
+ opacity3Depth: string;
290
+ opacity4Depth: string;
291
+ opacity5Depth: string;
292
+ }, any>>>;
293
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
294
+ color: string;
295
+ opacity1Depth: string;
296
+ opacity2Depth: string;
297
+ opacity3Depth: string;
298
+ opacity4Depth: string;
299
+ opacity5Depth: string;
300
+ }, any>>>;
301
+ }, {
302
+ mergedClsPrefix: import("vue").ComputedRef<string>;
303
+ mergedStyle: import("vue").ComputedRef<{
304
+ /** 获取提交的数据 */
305
+ fontSize: string | undefined;
306
+ color: string | undefined;
307
+ }>;
308
+ cssVars: import("vue").ComputedRef<{
309
+ '--n-bezier': string;
310
+ '--n-color': string;
311
+ '--n-opacity': string;
312
+ }> | undefined;
313
+ themeClass: import("vue").Ref<string> | undefined;
314
+ onRender: (() => void) | undefined;
315
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
316
+ readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
317
+ readonly size: import("vue").PropType<string | number>;
318
+ readonly color: StringConstructor;
319
+ readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
320
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
321
+ color: string;
322
+ opacity1Depth: string;
323
+ opacity2Depth: string;
324
+ opacity3Depth: string;
325
+ opacity4Depth: string;
326
+ opacity5Depth: string;
327
+ }, any>>;
328
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
329
+ color: string;
330
+ opacity1Depth: string;
331
+ opacity2Depth: string;
332
+ opacity3Depth: string;
333
+ opacity4Depth: string;
334
+ opacity5Depth: string;
335
+ }, any>>>;
336
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
337
+ color: string;
338
+ opacity1Depth: string;
339
+ opacity2Depth: string;
340
+ /** 预览视频 */
341
+ opacity3Depth: string;
342
+ opacity4Depth: string;
343
+ opacity5Depth: string;
344
+ }, any>>>;
345
+ }>>, {}>;
346
+ NButton: import("vue").DefineComponent<{
347
+ readonly color: StringConstructor;
348
+ readonly textColor: StringConstructor;
349
+ readonly text: BooleanConstructor;
350
+ readonly block: BooleanConstructor;
351
+ readonly loading: BooleanConstructor;
352
+ readonly disabled: BooleanConstructor;
353
+ readonly circle: BooleanConstructor;
354
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
355
+ readonly ghost: BooleanConstructor;
356
+ readonly round: BooleanConstructor;
357
+ readonly secondary: BooleanConstructor;
358
+ readonly tertiary: BooleanConstructor;
359
+ readonly quaternary: BooleanConstructor;
360
+ readonly strong: BooleanConstructor;
361
+ readonly focusable: {
362
+ readonly type: BooleanConstructor;
363
+ readonly default: true;
364
+ };
365
+ readonly keyboard: {
366
+ readonly type: BooleanConstructor;
367
+ readonly default: true;
368
+ };
369
+ readonly tag: {
370
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
371
+ readonly default: "button";
372
+ };
373
+ readonly type: {
374
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
375
+ readonly default: "default";
376
+ };
377
+ readonly dashed: BooleanConstructor;
378
+ readonly iconPlacement: {
379
+ readonly type: import("vue").PropType<"left" | "right">;
380
+ readonly default: "left";
381
+ };
382
+ readonly attrType: {
383
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
384
+ readonly default: "button";
385
+ };
386
+ readonly bordered: {
387
+ readonly type: BooleanConstructor;
388
+ readonly default: true;
389
+ };
390
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
391
+ readonly nativeFocusBehavior: {
392
+ readonly type: BooleanConstructor;
393
+ readonly default: boolean;
394
+ };
395
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
396
+ heightTiny: string;
397
+ heightSmall: string;
398
+ heightMedium: string;
399
+ heightLarge: string;
400
+ borderRadiusTiny: string;
401
+ borderRadiusSmall: string;
402
+ borderRadiusMedium: string;
403
+ borderRadiusLarge: string;
404
+ fontSizeTiny: string;
405
+ fontSizeSmall: string;
406
+ fontSizeMedium: string;
407
+ fontSizeLarge: string;
408
+ opacityDisabled: string;
409
+ colorOpacitySecondary: string;
410
+ colorOpacitySecondaryHover: string;
411
+ colorOpacitySecondaryPressed: string;
412
+ colorSecondary: string;
413
+ colorSecondaryHover: string;
414
+ colorSecondaryPressed: string;
415
+ colorTertiary: string;
416
+ colorTertiaryHover: string;
417
+ colorTertiaryPressed: string;
418
+ colorQuaternary: string;
419
+ colorQuaternaryHover: string;
420
+ colorQuaternaryPressed: string;
421
+ color: string;
422
+ colorHover: string;
423
+ colorPressed: string;
424
+ colorFocus: string;
425
+ colorDisabled: string;
426
+ textColor: string;
427
+ textColorTertiary: string;
428
+ textColorHover: string;
429
+ textColorPressed: string;
430
+ textColorFocus: string;
431
+ textColorDisabled: string;
432
+ textColorText: string;
433
+ textColorTextHover: string;
434
+ textColorTextPressed: string;
435
+ textColorTextFocus: string;
436
+ textColorTextDisabled: string;
437
+ textColorGhost: string;
438
+ textColorGhostHover: string;
439
+ textColorGhostPressed: string;
440
+ textColorGhostFocus: string;
441
+ textColorGhostDisabled: string;
442
+ border: string;
443
+ borderHover: string;
444
+ borderPressed: string;
445
+ borderFocus: string;
446
+ borderDisabled: string;
447
+ rippleColor: string;
448
+ colorPrimary: string;
449
+ colorHoverPrimary: string;
450
+ colorPressedPrimary: string;
451
+ colorFocusPrimary: string;
452
+ colorDisabledPrimary: string;
453
+ textColorPrimary: string;
454
+ textColorHoverPrimary: string;
455
+ textColorPressedPrimary: string;
456
+ textColorFocusPrimary: string;
457
+ textColorDisabledPrimary: string;
458
+ textColorTextPrimary: string;
459
+ textColorTextHoverPrimary: string;
460
+ textColorTextPressedPrimary: string;
461
+ textColorTextFocusPrimary: string;
462
+ textColorTextDisabledPrimary: string;
463
+ textColorGhostPrimary: string;
464
+ textColorGhostHoverPrimary: string;
465
+ textColorGhostPressedPrimary: string;
466
+ textColorGhostFocusPrimary: string;
467
+ textColorGhostDisabledPrimary: string;
468
+ borderPrimary: string;
469
+ borderHoverPrimary: string;
470
+ borderPressedPrimary: string;
471
+ borderFocusPrimary: string;
472
+ borderDisabledPrimary: string;
473
+ rippleColorPrimary: string;
474
+ colorInfo: string;
475
+ colorHoverInfo: string;
476
+ colorPressedInfo: string;
477
+ colorFocusInfo: string;
478
+ colorDisabledInfo: string;
479
+ textColorInfo: string;
480
+ textColorHoverInfo: string;
481
+ textColorPressedInfo: string;
482
+ textColorFocusInfo: string;
483
+ textColorDisabledInfo: string;
484
+ textColorTextInfo: string;
485
+ textColorTextHoverInfo: string;
486
+ textColorTextPressedInfo: string;
487
+ textColorTextFocusInfo: string;
488
+ textColorTextDisabledInfo: string;
489
+ textColorGhostInfo: string;
490
+ textColorGhostHoverInfo: string;
491
+ textColorGhostPressedInfo: string;
492
+ textColorGhostFocusInfo: string;
493
+ textColorGhostDisabledInfo: string;
494
+ borderInfo: string;
495
+ borderHoverInfo: string;
496
+ borderPressedInfo: string;
497
+ borderFocusInfo: string;
498
+ borderDisabledInfo: string;
499
+ rippleColorInfo: string;
500
+ colorSuccess: string;
501
+ colorHoverSuccess: string;
502
+ colorPressedSuccess: string;
503
+ colorFocusSuccess: string;
504
+ colorDisabledSuccess: string;
505
+ textColorSuccess: string;
506
+ textColorHoverSuccess: string;
507
+ textColorPressedSuccess: string;
508
+ textColorFocusSuccess: string;
509
+ textColorDisabledSuccess: string;
510
+ textColorTextSuccess: string;
511
+ textColorTextHoverSuccess: string;
512
+ textColorTextPressedSuccess: string;
513
+ textColorTextFocusSuccess: string;
514
+ textColorTextDisabledSuccess: string;
515
+ textColorGhostSuccess: string;
516
+ textColorGhostHoverSuccess: string;
517
+ textColorGhostPressedSuccess: string;
518
+ textColorGhostFocusSuccess: string;
519
+ textColorGhostDisabledSuccess: string;
520
+ borderSuccess: string;
521
+ borderHoverSuccess: string;
522
+ borderPressedSuccess: string;
523
+ borderFocusSuccess: string;
524
+ borderDisabledSuccess: string;
525
+ rippleColorSuccess: string;
526
+ colorWarning: string;
527
+ colorHoverWarning: string;
528
+ colorPressedWarning: string;
529
+ colorFocusWarning: string;
530
+ colorDisabledWarning: string;
531
+ textColorWarning: string;
532
+ textColorHoverWarning: string;
533
+ textColorPressedWarning: string;
534
+ textColorFocusWarning: string;
535
+ textColorDisabledWarning: string;
536
+ textColorTextWarning: string;
537
+ textColorTextHoverWarning: string;
538
+ textColorTextPressedWarning: string;
539
+ textColorTextFocusWarning: string;
540
+ textColorTextDisabledWarning: string;
541
+ textColorGhostWarning: string;
542
+ textColorGhostHoverWarning: string;
543
+ textColorGhostPressedWarning: string;
544
+ textColorGhostFocusWarning: string;
545
+ textColorGhostDisabledWarning: string;
546
+ borderWarning: string;
547
+ borderHoverWarning: string;
548
+ borderPressedWarning: string;
549
+ borderFocusWarning: string;
550
+ borderDisabledWarning: string;
551
+ rippleColorWarning: string;
552
+ colorError: string;
553
+ colorHoverError: string;
554
+ colorPressedError: string;
555
+ colorFocusError: string;
556
+ colorDisabledError: string;
557
+ textColorError: string;
558
+ textColorHoverError: string;
559
+ textColorPressedError: string;
560
+ textColorFocusError: string;
561
+ textColorDisabledError: string;
562
+ textColorTextError: string;
563
+ textColorTextHoverError: string;
564
+ textColorTextPressedError: string;
565
+ textColorTextFocusError: string;
566
+ textColorTextDisabledError: string;
567
+ textColorGhostError: string;
568
+ textColorGhostHoverError: string;
569
+ textColorGhostPressedError: string;
570
+ textColorGhostFocusError: string;
571
+ textColorGhostDisabledError: string;
572
+ borderError: string;
573
+ borderHoverError: string;
574
+ borderPressedError: string;
575
+ borderFocusError: string;
576
+ borderDisabledError: string;
577
+ rippleColorError: string;
578
+ waveOpacity: string;
579
+ fontWeight: string;
580
+ fontWeightStrong: string;
581
+ paddingTiny: string;
582
+ paddingSmall: string;
583
+ paddingMedium: string;
584
+ paddingLarge: string;
585
+ paddingRoundTiny: string;
586
+ paddingRoundSmall: string;
587
+ paddingRoundMedium: string;
588
+ paddingRoundLarge: string;
589
+ iconMarginTiny: string;
590
+ iconMarginSmall: string;
591
+ iconMarginMedium: string;
592
+ iconMarginLarge: string;
593
+ iconSizeTiny: string;
594
+ iconSizeSmall: string;
595
+ iconSizeMedium: string;
596
+ iconSizeLarge: string;
597
+ rippleDuration: string;
598
+ }, any>>;
599
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
600
+ heightTiny: string;
601
+ heightSmall: string;
602
+ heightMedium: string;
603
+ heightLarge: string;
604
+ borderRadiusTiny: string;
605
+ borderRadiusSmall: string;
606
+ borderRadiusMedium: string;
607
+ borderRadiusLarge: string;
608
+ fontSizeTiny: string;
609
+ fontSizeSmall: string;
610
+ fontSizeMedium: string;
611
+ fontSizeLarge: string;
612
+ opacityDisabled: string;
613
+ colorOpacitySecondary: string;
614
+ colorOpacitySecondaryHover: string;
615
+ colorOpacitySecondaryPressed: string;
616
+ colorSecondary: string;
617
+ colorSecondaryHover: string;
618
+ colorSecondaryPressed: string;
619
+ colorTertiary: string;
620
+ colorTertiaryHover: string;
621
+ colorTertiaryPressed: string;
622
+ colorQuaternary: string;
623
+ colorQuaternaryHover: string;
624
+ colorQuaternaryPressed: string;
625
+ color: string;
626
+ colorHover: string;
627
+ colorPressed: string;
628
+ colorFocus: string;
629
+ colorDisabled: string;
630
+ textColor: string;
631
+ textColorTertiary: string;
632
+ textColorHover: string;
633
+ textColorPressed: string;
634
+ textColorFocus: string;
635
+ textColorDisabled: string;
636
+ textColorText: string;
637
+ textColorTextHover: string;
638
+ textColorTextPressed: string;
639
+ textColorTextFocus: string;
640
+ textColorTextDisabled: string;
641
+ textColorGhost: string;
642
+ textColorGhostHover: string;
643
+ textColorGhostPressed: string;
644
+ textColorGhostFocus: string;
645
+ textColorGhostDisabled: string;
646
+ border: string;
647
+ borderHover: string;
648
+ borderPressed: string;
649
+ borderFocus: string;
650
+ borderDisabled: string;
651
+ rippleColor: string;
652
+ colorPrimary: string;
653
+ colorHoverPrimary: string;
654
+ colorPressedPrimary: string;
655
+ colorFocusPrimary: string;
656
+ colorDisabledPrimary: string;
657
+ textColorPrimary: string;
658
+ textColorHoverPrimary: string;
659
+ textColorPressedPrimary: string;
660
+ textColorFocusPrimary: string;
661
+ textColorDisabledPrimary: string;
662
+ textColorTextPrimary: string;
663
+ textColorTextHoverPrimary: string;
664
+ textColorTextPressedPrimary: string;
665
+ textColorTextFocusPrimary: string;
666
+ textColorTextDisabledPrimary: string;
667
+ textColorGhostPrimary: string;
668
+ textColorGhostHoverPrimary: string;
669
+ textColorGhostPressedPrimary: string;
670
+ textColorGhostFocusPrimary: string;
671
+ textColorGhostDisabledPrimary: string;
672
+ borderPrimary: string;
673
+ borderHoverPrimary: string;
674
+ borderPressedPrimary: string;
675
+ borderFocusPrimary: string;
676
+ borderDisabledPrimary: string;
677
+ rippleColorPrimary: string;
678
+ colorInfo: string;
679
+ colorHoverInfo: string;
680
+ colorPressedInfo: string;
681
+ colorFocusInfo: string;
682
+ colorDisabledInfo: string;
683
+ textColorInfo: string;
684
+ textColorHoverInfo: string;
685
+ textColorPressedInfo: string;
686
+ textColorFocusInfo: string;
687
+ textColorDisabledInfo: string;
688
+ textColorTextInfo: string;
689
+ textColorTextHoverInfo: string;
690
+ textColorTextPressedInfo: string;
691
+ textColorTextFocusInfo: string;
692
+ textColorTextDisabledInfo: string;
693
+ textColorGhostInfo: string;
694
+ textColorGhostHoverInfo: string;
695
+ textColorGhostPressedInfo: string;
696
+ textColorGhostFocusInfo: string;
697
+ textColorGhostDisabledInfo: string;
698
+ borderInfo: string;
699
+ borderHoverInfo: string;
700
+ borderPressedInfo: string;
701
+ borderFocusInfo: string;
702
+ borderDisabledInfo: string;
703
+ rippleColorInfo: string;
704
+ colorSuccess: string;
705
+ colorHoverSuccess: string;
706
+ colorPressedSuccess: string;
707
+ colorFocusSuccess: string;
708
+ colorDisabledSuccess: string;
709
+ textColorSuccess: string;
710
+ textColorHoverSuccess: string;
711
+ textColorPressedSuccess: string;
712
+ textColorFocusSuccess: string;
713
+ textColorDisabledSuccess: string;
714
+ textColorTextSuccess: string;
715
+ textColorTextHoverSuccess: string;
716
+ textColorTextPressedSuccess: string;
717
+ textColorTextFocusSuccess: string;
718
+ textColorTextDisabledSuccess: string;
719
+ textColorGhostSuccess: string;
720
+ textColorGhostHoverSuccess: string;
721
+ textColorGhostPressedSuccess: string;
722
+ textColorGhostFocusSuccess: string;
723
+ textColorGhostDisabledSuccess: string;
724
+ borderSuccess: string;
725
+ borderHoverSuccess: string;
726
+ borderPressedSuccess: string;
727
+ borderFocusSuccess: string;
728
+ borderDisabledSuccess: string;
729
+ rippleColorSuccess: string;
730
+ colorWarning: string;
731
+ colorHoverWarning: string;
732
+ colorPressedWarning: string;
733
+ colorFocusWarning: string;
734
+ colorDisabledWarning: string;
735
+ textColorWarning: string;
736
+ textColorHoverWarning: string;
737
+ textColorPressedWarning: string;
738
+ textColorFocusWarning: string;
739
+ textColorDisabledWarning: string;
740
+ textColorTextWarning: string;
741
+ textColorTextHoverWarning: string;
742
+ textColorTextPressedWarning: string;
743
+ textColorTextFocusWarning: string;
744
+ textColorTextDisabledWarning: string;
745
+ textColorGhostWarning: string;
746
+ textColorGhostHoverWarning: string;
747
+ textColorGhostPressedWarning: string;
748
+ textColorGhostFocusWarning: string;
749
+ textColorGhostDisabledWarning: string;
750
+ borderWarning: string;
751
+ borderHoverWarning: string;
752
+ borderPressedWarning: string;
753
+ borderFocusWarning: string;
754
+ borderDisabledWarning: string;
755
+ rippleColorWarning: string;
756
+ colorError: string;
757
+ colorHoverError: string;
758
+ colorPressedError: string;
759
+ colorFocusError: string;
760
+ colorDisabledError: string;
761
+ textColorError: string;
762
+ textColorHoverError: string;
763
+ textColorPressedError: string;
764
+ textColorFocusError: string;
765
+ textColorDisabledError: string;
766
+ textColorTextError: string;
767
+ textColorTextHoverError: string;
768
+ textColorTextPressedError: string;
769
+ textColorTextFocusError: string;
770
+ textColorTextDisabledError: string;
771
+ textColorGhostError: string;
772
+ textColorGhostHoverError: string;
773
+ textColorGhostPressedError: string;
774
+ textColorGhostFocusError: string;
775
+ textColorGhostDisabledError: string;
776
+ borderError: string;
777
+ borderHoverError: string;
778
+ borderPressedError: string;
779
+ borderFocusError: string;
780
+ borderDisabledError: string;
781
+ rippleColorError: string;
782
+ waveOpacity: string;
783
+ fontWeight: string;
784
+ fontWeightStrong: string;
785
+ paddingTiny: string;
786
+ paddingSmall: string;
787
+ paddingMedium: string;
788
+ paddingLarge: string;
789
+ paddingRoundTiny: string;
790
+ paddingRoundSmall: string;
791
+ paddingRoundMedium: string;
792
+ paddingRoundLarge: string;
793
+ iconMarginTiny: string;
794
+ iconMarginSmall: string;
795
+ iconMarginMedium: string;
796
+ iconMarginLarge: string;
797
+ iconSizeTiny: string;
798
+ iconSizeSmall: string;
799
+ iconSizeMedium: string;
800
+ iconSizeLarge: string;
801
+ rippleDuration: string;
802
+ }, any>>>;
803
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
804
+ heightTiny: string;
805
+ heightSmall: string;
806
+ heightMedium: string;
807
+ heightLarge: string;
808
+ borderRadiusTiny: string;
809
+ borderRadiusSmall: string;
810
+ borderRadiusMedium: string;
811
+ borderRadiusLarge: string;
812
+ fontSizeTiny: string;
813
+ fontSizeSmall: string;
814
+ fontSizeMedium: string;
815
+ fontSizeLarge: string;
816
+ opacityDisabled: string;
817
+ colorOpacitySecondary: string;
818
+ colorOpacitySecondaryHover: string;
819
+ colorOpacitySecondaryPressed: string;
820
+ colorSecondary: string;
821
+ colorSecondaryHover: string;
822
+ colorSecondaryPressed: string;
823
+ colorTertiary: string;
824
+ colorTertiaryHover: string;
825
+ colorTertiaryPressed: string;
826
+ colorQuaternary: string;
827
+ colorQuaternaryHover: string;
828
+ colorQuaternaryPressed: string;
829
+ color: string;
830
+ colorHover: string;
831
+ colorPressed: string;
832
+ colorFocus: string;
833
+ colorDisabled: string;
834
+ textColor: string;
835
+ textColorTertiary: string;
836
+ textColorHover: string;
837
+ textColorPressed: string;
838
+ textColorFocus: string;
839
+ textColorDisabled: string;
840
+ textColorText: string;
841
+ textColorTextHover: string;
842
+ textColorTextPressed: string;
843
+ textColorTextFocus: string;
844
+ textColorTextDisabled: string;
845
+ textColorGhost: string;
846
+ textColorGhostHover: string;
847
+ textColorGhostPressed: string;
848
+ textColorGhostFocus: string;
849
+ textColorGhostDisabled: string;
850
+ border: string;
851
+ borderHover: string;
852
+ borderPressed: string;
853
+ borderFocus: string;
854
+ borderDisabled: string;
855
+ rippleColor: string;
856
+ colorPrimary: string;
857
+ colorHoverPrimary: string;
858
+ colorPressedPrimary: string;
859
+ colorFocusPrimary: string;
860
+ colorDisabledPrimary: string;
861
+ textColorPrimary: string;
862
+ textColorHoverPrimary: string;
863
+ textColorPressedPrimary: string;
864
+ textColorFocusPrimary: string;
865
+ textColorDisabledPrimary: string;
866
+ textColorTextPrimary: string;
867
+ textColorTextHoverPrimary: string;
868
+ textColorTextPressedPrimary: string;
869
+ textColorTextFocusPrimary: string;
870
+ textColorTextDisabledPrimary: string;
871
+ textColorGhostPrimary: string;
872
+ textColorGhostHoverPrimary: string;
873
+ textColorGhostPressedPrimary: string;
874
+ textColorGhostFocusPrimary: string;
875
+ textColorGhostDisabledPrimary: string;
876
+ borderPrimary: string;
877
+ borderHoverPrimary: string;
878
+ borderPressedPrimary: string;
879
+ borderFocusPrimary: string;
880
+ borderDisabledPrimary: string;
881
+ rippleColorPrimary: string;
882
+ colorInfo: string;
883
+ colorHoverInfo: string;
884
+ colorPressedInfo: string;
885
+ colorFocusInfo: string;
886
+ colorDisabledInfo: string;
887
+ textColorInfo: string;
888
+ textColorHoverInfo: string;
889
+ textColorPressedInfo: string;
890
+ textColorFocusInfo: string;
891
+ textColorDisabledInfo: string;
892
+ textColorTextInfo: string;
893
+ textColorTextHoverInfo: string;
894
+ textColorTextPressedInfo: string;
895
+ textColorTextFocusInfo: string;
896
+ textColorTextDisabledInfo: string;
897
+ textColorGhostInfo: string;
898
+ textColorGhostHoverInfo: string;
899
+ textColorGhostPressedInfo: string;
900
+ textColorGhostFocusInfo: string;
901
+ textColorGhostDisabledInfo: string;
902
+ borderInfo: string;
903
+ borderHoverInfo: string;
904
+ borderPressedInfo: string;
905
+ borderFocusInfo: string;
906
+ borderDisabledInfo: string;
907
+ rippleColorInfo: string;
908
+ colorSuccess: string;
909
+ colorHoverSuccess: string;
910
+ colorPressedSuccess: string;
911
+ colorFocusSuccess: string;
912
+ colorDisabledSuccess: string;
913
+ textColorSuccess: string;
914
+ textColorHoverSuccess: string;
915
+ textColorPressedSuccess: string;
916
+ textColorFocusSuccess: string;
917
+ textColorDisabledSuccess: string;
918
+ textColorTextSuccess: string;
919
+ textColorTextHoverSuccess: string;
920
+ textColorTextPressedSuccess: string;
921
+ textColorTextFocusSuccess: string;
922
+ textColorTextDisabledSuccess: string;
923
+ textColorGhostSuccess: string;
924
+ textColorGhostHoverSuccess: string;
925
+ textColorGhostPressedSuccess: string;
926
+ textColorGhostFocusSuccess: string;
927
+ textColorGhostDisabledSuccess: string;
928
+ borderSuccess: string;
929
+ borderHoverSuccess: string;
930
+ borderPressedSuccess: string;
931
+ borderFocusSuccess: string;
932
+ borderDisabledSuccess: string;
933
+ rippleColorSuccess: string;
934
+ colorWarning: string;
935
+ colorHoverWarning: string;
936
+ colorPressedWarning: string;
937
+ colorFocusWarning: string;
938
+ colorDisabledWarning: string;
939
+ textColorWarning: string;
940
+ textColorHoverWarning: string;
941
+ textColorPressedWarning: string;
942
+ textColorFocusWarning: string;
943
+ textColorDisabledWarning: string;
944
+ textColorTextWarning: string;
945
+ textColorTextHoverWarning: string;
946
+ textColorTextPressedWarning: string;
947
+ textColorTextFocusWarning: string;
948
+ textColorTextDisabledWarning: string;
949
+ textColorGhostWarning: string;
950
+ textColorGhostHoverWarning: string;
951
+ textColorGhostPressedWarning: string;
952
+ textColorGhostFocusWarning: string;
953
+ textColorGhostDisabledWarning: string;
954
+ borderWarning: string;
955
+ borderHoverWarning: string;
956
+ borderPressedWarning: string;
957
+ borderFocusWarning: string;
958
+ borderDisabledWarning: string;
959
+ rippleColorWarning: string;
960
+ colorError: string;
961
+ colorHoverError: string;
962
+ colorPressedError: string;
963
+ colorFocusError: string;
964
+ colorDisabledError: string;
965
+ textColorError: string;
966
+ textColorHoverError: string;
967
+ textColorPressedError: string;
968
+ textColorFocusError: string;
969
+ textColorDisabledError: string;
970
+ textColorTextError: string;
971
+ textColorTextHoverError: string;
972
+ textColorTextPressedError: string;
973
+ textColorTextFocusError: string;
974
+ textColorTextDisabledError: string;
975
+ textColorGhostError: string;
976
+ textColorGhostHoverError: string;
977
+ textColorGhostPressedError: string;
978
+ textColorGhostFocusError: string;
979
+ textColorGhostDisabledError: string;
980
+ borderError: string;
981
+ borderHoverError: string;
982
+ borderPressedError: string;
983
+ borderFocusError: string;
984
+ borderDisabledError: string;
985
+ rippleColorError: string;
986
+ waveOpacity: string;
987
+ fontWeight: string;
988
+ fontWeightStrong: string;
989
+ paddingTiny: string;
990
+ paddingSmall: string;
991
+ paddingMedium: string;
992
+ paddingLarge: string;
993
+ paddingRoundTiny: string;
994
+ paddingRoundSmall: string;
995
+ paddingRoundMedium: string;
996
+ paddingRoundLarge: string;
997
+ iconMarginTiny: string;
998
+ iconMarginSmall: string;
999
+ iconMarginMedium: string;
1000
+ iconMarginLarge: string;
1001
+ iconSizeTiny: string;
1002
+ iconSizeSmall: string;
1003
+ iconSizeMedium: string;
1004
+ iconSizeLarge: string;
1005
+ rippleDuration: string;
1006
+ }, any>>>;
1007
+ }, {
1008
+ selfElRef: import("vue").Ref<HTMLElement | null>;
1009
+ waveElRef: import("vue").Ref<{
1010
+ play: () => void;
1011
+ } | null>;
1012
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1013
+ mergedFocusable: import("vue").ComputedRef<boolean>;
1014
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
1015
+ showBorder: import("vue").ComputedRef<boolean>;
1016
+ enterPressed: import("vue").Ref<boolean>;
1017
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1018
+ handleMousedown: (e: MouseEvent) => void;
1019
+ handleKeydown: (e: KeyboardEvent) => void;
1020
+ handleBlur: () => void;
1021
+ handleKeyup: (e: KeyboardEvent) => void;
1022
+ handleClick: (e: MouseEvent) => void;
1023
+ customColorCssVars: import("vue").ComputedRef<{
1024
+ '--n-border-color': string;
1025
+ '--n-border-color-hover': string;
1026
+ '--n-border-color-pressed': string;
1027
+ '--n-border-color-focus': string;
1028
+ '--n-border-color-disabled': string;
1029
+ } | null>;
1030
+ cssVars: import("vue").ComputedRef<{
1031
+ '--n-width': string;
1032
+ '--n-height': string;
1033
+ '--n-font-size': string;
1034
+ '--n-padding': string;
1035
+ '--n-icon-size': string;
1036
+ '--n-icon-margin': string;
1037
+ '--n-border-radius': string;
1038
+ '--n-border': string;
1039
+ '--n-border-hover': string;
1040
+ '--n-border-pressed': string;
1041
+ '--n-border-focus': string;
1042
+ '--n-border-disabled': string;
1043
+ '--n-color': string;
1044
+ '--n-color-hover': string;
1045
+ '--n-color-pressed': string;
1046
+ '--n-color-focus': string;
1047
+ '--n-color-disabled': string;
1048
+ '--n-ripple-color': string;
1049
+ '--n-text-color': string;
1050
+ '--n-text-color-hover': string;
1051
+ '--n-text-color-pressed': string;
1052
+ '--n-text-color-focus': string;
1053
+ '--n-text-color-disabled': string;
1054
+ 'font-weight': string;
1055
+ '--n-bezier': string;
1056
+ '--n-bezier-ease-out': string;
1057
+ '--n-ripple-duration': string;
1058
+ '--n-opacity-disabled': string;
1059
+ '--n-wave-opacity': string;
1060
+ }> | undefined;
1061
+ themeClass: import("vue").Ref<string> | undefined;
1062
+ onRender: (() => void) | undefined;
1063
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1064
+ readonly color: StringConstructor;
1065
+ readonly textColor: StringConstructor;
1066
+ readonly text: BooleanConstructor;
1067
+ readonly block: BooleanConstructor;
1068
+ readonly loading: BooleanConstructor;
1069
+ readonly disabled: BooleanConstructor;
1070
+ readonly circle: BooleanConstructor;
1071
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
1072
+ readonly ghost: BooleanConstructor;
1073
+ readonly round: BooleanConstructor;
1074
+ readonly secondary: BooleanConstructor;
1075
+ readonly tertiary: BooleanConstructor;
1076
+ readonly quaternary: BooleanConstructor;
1077
+ readonly strong: BooleanConstructor;
1078
+ readonly focusable: {
1079
+ readonly type: BooleanConstructor;
1080
+ readonly default: true;
1081
+ };
1082
+ readonly keyboard: {
1083
+ readonly type: BooleanConstructor;
1084
+ readonly default: true;
1085
+ };
1086
+ readonly tag: {
1087
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
1088
+ readonly default: "button";
1089
+ };
1090
+ readonly type: {
1091
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
1092
+ readonly default: "default";
1093
+ };
1094
+ readonly dashed: BooleanConstructor;
1095
+ readonly iconPlacement: {
1096
+ readonly type: import("vue").PropType<"left" | "right">;
1097
+ readonly default: "left";
1098
+ };
1099
+ readonly attrType: {
1100
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
1101
+ readonly default: "button";
1102
+ };
1103
+ readonly bordered: {
1104
+ readonly type: BooleanConstructor;
1105
+ readonly default: true;
1106
+ };
1107
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1108
+ readonly nativeFocusBehavior: {
1109
+ readonly type: BooleanConstructor;
1110
+ readonly default: boolean;
1111
+ };
1112
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
1113
+ heightTiny: string;
1114
+ heightSmall: string;
1115
+ heightMedium: string;
1116
+ heightLarge: string;
1117
+ borderRadiusTiny: string;
1118
+ borderRadiusSmall: string;
1119
+ borderRadiusMedium: string;
1120
+ borderRadiusLarge: string;
1121
+ fontSizeTiny: string;
1122
+ fontSizeSmall: string;
1123
+ fontSizeMedium: string;
1124
+ fontSizeLarge: string;
1125
+ opacityDisabled: string;
1126
+ colorOpacitySecondary: string;
1127
+ colorOpacitySecondaryHover: string;
1128
+ colorOpacitySecondaryPressed: string;
1129
+ colorSecondary: string;
1130
+ colorSecondaryHover: string;
1131
+ colorSecondaryPressed: string;
1132
+ colorTertiary: string;
1133
+ colorTertiaryHover: string;
1134
+ colorTertiaryPressed: string;
1135
+ colorQuaternary: string;
1136
+ colorQuaternaryHover: string;
1137
+ colorQuaternaryPressed: string;
1138
+ color: string;
1139
+ colorHover: string;
1140
+ colorPressed: string;
1141
+ colorFocus: string;
1142
+ colorDisabled: string;
1143
+ textColor: string;
1144
+ textColorTertiary: string;
1145
+ textColorHover: string;
1146
+ textColorPressed: string;
1147
+ textColorFocus: string;
1148
+ textColorDisabled: string;
1149
+ textColorText: string;
1150
+ textColorTextHover: string;
1151
+ textColorTextPressed: string;
1152
+ textColorTextFocus: string;
1153
+ textColorTextDisabled: string;
1154
+ textColorGhost: string;
1155
+ textColorGhostHover: string;
1156
+ textColorGhostPressed: string;
1157
+ textColorGhostFocus: string;
1158
+ textColorGhostDisabled: string;
1159
+ border: string;
1160
+ borderHover: string;
1161
+ borderPressed: string;
1162
+ borderFocus: string;
1163
+ borderDisabled: string;
1164
+ rippleColor: string;
1165
+ colorPrimary: string;
1166
+ colorHoverPrimary: string;
1167
+ colorPressedPrimary: string;
1168
+ colorFocusPrimary: string;
1169
+ colorDisabledPrimary: string;
1170
+ textColorPrimary: string;
1171
+ textColorHoverPrimary: string;
1172
+ textColorPressedPrimary: string;
1173
+ textColorFocusPrimary: string;
1174
+ textColorDisabledPrimary: string;
1175
+ textColorTextPrimary: string;
1176
+ textColorTextHoverPrimary: string;
1177
+ textColorTextPressedPrimary: string;
1178
+ textColorTextFocusPrimary: string;
1179
+ textColorTextDisabledPrimary: string;
1180
+ textColorGhostPrimary: string;
1181
+ textColorGhostHoverPrimary: string;
1182
+ textColorGhostPressedPrimary: string;
1183
+ textColorGhostFocusPrimary: string;
1184
+ textColorGhostDisabledPrimary: string;
1185
+ borderPrimary: string;
1186
+ borderHoverPrimary: string;
1187
+ borderPressedPrimary: string;
1188
+ borderFocusPrimary: string;
1189
+ borderDisabledPrimary: string;
1190
+ rippleColorPrimary: string;
1191
+ colorInfo: string;
1192
+ colorHoverInfo: string;
1193
+ colorPressedInfo: string;
1194
+ colorFocusInfo: string;
1195
+ colorDisabledInfo: string;
1196
+ textColorInfo: string;
1197
+ textColorHoverInfo: string;
1198
+ textColorPressedInfo: string;
1199
+ textColorFocusInfo: string;
1200
+ textColorDisabledInfo: string;
1201
+ textColorTextInfo: string;
1202
+ textColorTextHoverInfo: string;
1203
+ textColorTextPressedInfo: string;
1204
+ textColorTextFocusInfo: string;
1205
+ textColorTextDisabledInfo: string;
1206
+ textColorGhostInfo: string;
1207
+ textColorGhostHoverInfo: string;
1208
+ textColorGhostPressedInfo: string;
1209
+ textColorGhostFocusInfo: string;
1210
+ textColorGhostDisabledInfo: string;
1211
+ borderInfo: string;
1212
+ borderHoverInfo: string;
1213
+ borderPressedInfo: string;
1214
+ borderFocusInfo: string;
1215
+ borderDisabledInfo: string;
1216
+ rippleColorInfo: string;
1217
+ colorSuccess: string;
1218
+ colorHoverSuccess: string;
1219
+ colorPressedSuccess: string;
1220
+ colorFocusSuccess: string;
1221
+ colorDisabledSuccess: string;
1222
+ textColorSuccess: string;
1223
+ textColorHoverSuccess: string;
1224
+ textColorPressedSuccess: string;
1225
+ textColorFocusSuccess: string;
1226
+ textColorDisabledSuccess: string;
1227
+ textColorTextSuccess: string;
1228
+ textColorTextHoverSuccess: string;
1229
+ textColorTextPressedSuccess: string;
1230
+ textColorTextFocusSuccess: string;
1231
+ textColorTextDisabledSuccess: string;
1232
+ textColorGhostSuccess: string;
1233
+ textColorGhostHoverSuccess: string;
1234
+ textColorGhostPressedSuccess: string;
1235
+ textColorGhostFocusSuccess: string;
1236
+ textColorGhostDisabledSuccess: string;
1237
+ borderSuccess: string;
1238
+ borderHoverSuccess: string;
1239
+ borderPressedSuccess: string;
1240
+ borderFocusSuccess: string;
1241
+ borderDisabledSuccess: string;
1242
+ rippleColorSuccess: string;
1243
+ colorWarning: string;
1244
+ colorHoverWarning: string;
1245
+ colorPressedWarning: string;
1246
+ colorFocusWarning: string;
1247
+ colorDisabledWarning: string;
1248
+ textColorWarning: string;
1249
+ textColorHoverWarning: string;
1250
+ textColorPressedWarning: string;
1251
+ textColorFocusWarning: string;
1252
+ textColorDisabledWarning: string;
1253
+ textColorTextWarning: string;
1254
+ textColorTextHoverWarning: string;
1255
+ textColorTextPressedWarning: string;
1256
+ textColorTextFocusWarning: string;
1257
+ textColorTextDisabledWarning: string;
1258
+ textColorGhostWarning: string;
1259
+ textColorGhostHoverWarning: string;
1260
+ textColorGhostPressedWarning: string;
1261
+ textColorGhostFocusWarning: string;
1262
+ textColorGhostDisabledWarning: string;
1263
+ borderWarning: string;
1264
+ borderHoverWarning: string;
1265
+ borderPressedWarning: string;
1266
+ borderFocusWarning: string;
1267
+ borderDisabledWarning: string;
1268
+ rippleColorWarning: string;
1269
+ colorError: string;
1270
+ colorHoverError: string;
1271
+ colorPressedError: string;
1272
+ colorFocusError: string;
1273
+ colorDisabledError: string;
1274
+ textColorError: string;
1275
+ textColorHoverError: string;
1276
+ textColorPressedError: string;
1277
+ textColorFocusError: string;
1278
+ textColorDisabledError: string;
1279
+ textColorTextError: string;
1280
+ textColorTextHoverError: string;
1281
+ textColorTextPressedError: string;
1282
+ textColorTextFocusError: string;
1283
+ textColorTextDisabledError: string;
1284
+ textColorGhostError: string;
1285
+ textColorGhostHoverError: string;
1286
+ textColorGhostPressedError: string;
1287
+ textColorGhostFocusError: string;
1288
+ textColorGhostDisabledError: string;
1289
+ borderError: string;
1290
+ borderHoverError: string;
1291
+ borderPressedError: string;
1292
+ borderFocusError: string;
1293
+ borderDisabledError: string;
1294
+ rippleColorError: string;
1295
+ waveOpacity: string;
1296
+ fontWeight: string;
1297
+ fontWeightStrong: string;
1298
+ paddingTiny: string;
1299
+ paddingSmall: string;
1300
+ paddingMedium: string;
1301
+ paddingLarge: string;
1302
+ paddingRoundTiny: string;
1303
+ paddingRoundSmall: string;
1304
+ paddingRoundMedium: string;
1305
+ paddingRoundLarge: string;
1306
+ iconMarginTiny: string;
1307
+ iconMarginSmall: string;
1308
+ iconMarginMedium: string;
1309
+ iconMarginLarge: string;
1310
+ iconSizeTiny: string;
1311
+ iconSizeSmall: string;
1312
+ iconSizeMedium: string;
1313
+ iconSizeLarge: string;
1314
+ rippleDuration: string;
1315
+ }, any>>;
1316
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1317
+ heightTiny: string;
1318
+ heightSmall: string;
1319
+ heightMedium: string;
1320
+ heightLarge: string;
1321
+ borderRadiusTiny: string;
1322
+ borderRadiusSmall: string;
1323
+ borderRadiusMedium: string;
1324
+ borderRadiusLarge: string;
1325
+ fontSizeTiny: string;
1326
+ fontSizeSmall: string;
1327
+ fontSizeMedium: string;
1328
+ fontSizeLarge: string;
1329
+ opacityDisabled: string;
1330
+ colorOpacitySecondary: string;
1331
+ colorOpacitySecondaryHover: string;
1332
+ colorOpacitySecondaryPressed: string;
1333
+ colorSecondary: string;
1334
+ colorSecondaryHover: string;
1335
+ colorSecondaryPressed: string;
1336
+ colorTertiary: string;
1337
+ colorTertiaryHover: string;
1338
+ colorTertiaryPressed: string;
1339
+ colorQuaternary: string;
1340
+ colorQuaternaryHover: string;
1341
+ colorQuaternaryPressed: string;
1342
+ color: string;
1343
+ colorHover: string;
1344
+ colorPressed: string;
1345
+ colorFocus: string;
1346
+ colorDisabled: string;
1347
+ textColor: string;
1348
+ textColorTertiary: string;
1349
+ textColorHover: string;
1350
+ textColorPressed: string;
1351
+ textColorFocus: string;
1352
+ textColorDisabled: string;
1353
+ textColorText: string;
1354
+ textColorTextHover: string;
1355
+ textColorTextPressed: string;
1356
+ textColorTextFocus: string;
1357
+ textColorTextDisabled: string;
1358
+ textColorGhost: string;
1359
+ textColorGhostHover: string;
1360
+ textColorGhostPressed: string;
1361
+ textColorGhostFocus: string;
1362
+ textColorGhostDisabled: string;
1363
+ border: string;
1364
+ borderHover: string;
1365
+ borderPressed: string;
1366
+ borderFocus: string;
1367
+ borderDisabled: string;
1368
+ rippleColor: string;
1369
+ colorPrimary: string;
1370
+ colorHoverPrimary: string;
1371
+ colorPressedPrimary: string;
1372
+ colorFocusPrimary: string;
1373
+ colorDisabledPrimary: string;
1374
+ textColorPrimary: string;
1375
+ textColorHoverPrimary: string;
1376
+ textColorPressedPrimary: string;
1377
+ textColorFocusPrimary: string;
1378
+ textColorDisabledPrimary: string;
1379
+ textColorTextPrimary: string;
1380
+ textColorTextHoverPrimary: string;
1381
+ textColorTextPressedPrimary: string;
1382
+ textColorTextFocusPrimary: string;
1383
+ textColorTextDisabledPrimary: string;
1384
+ textColorGhostPrimary: string;
1385
+ textColorGhostHoverPrimary: string;
1386
+ textColorGhostPressedPrimary: string;
1387
+ textColorGhostFocusPrimary: string;
1388
+ textColorGhostDisabledPrimary: string;
1389
+ borderPrimary: string;
1390
+ borderHoverPrimary: string;
1391
+ borderPressedPrimary: string;
1392
+ borderFocusPrimary: string;
1393
+ borderDisabledPrimary: string;
1394
+ rippleColorPrimary: string;
1395
+ colorInfo: string;
1396
+ colorHoverInfo: string;
1397
+ colorPressedInfo: string;
1398
+ colorFocusInfo: string;
1399
+ colorDisabledInfo: string;
1400
+ textColorInfo: string;
1401
+ textColorHoverInfo: string;
1402
+ textColorPressedInfo: string;
1403
+ textColorFocusInfo: string;
1404
+ textColorDisabledInfo: string;
1405
+ textColorTextInfo: string;
1406
+ textColorTextHoverInfo: string;
1407
+ textColorTextPressedInfo: string;
1408
+ textColorTextFocusInfo: string;
1409
+ textColorTextDisabledInfo: string;
1410
+ textColorGhostInfo: string;
1411
+ textColorGhostHoverInfo: string;
1412
+ textColorGhostPressedInfo: string;
1413
+ textColorGhostFocusInfo: string;
1414
+ textColorGhostDisabledInfo: string;
1415
+ borderInfo: string;
1416
+ borderHoverInfo: string;
1417
+ borderPressedInfo: string;
1418
+ borderFocusInfo: string;
1419
+ borderDisabledInfo: string;
1420
+ rippleColorInfo: string;
1421
+ colorSuccess: string;
1422
+ colorHoverSuccess: string;
1423
+ colorPressedSuccess: string;
1424
+ colorFocusSuccess: string;
1425
+ colorDisabledSuccess: string;
1426
+ textColorSuccess: string;
1427
+ textColorHoverSuccess: string;
1428
+ textColorPressedSuccess: string;
1429
+ textColorFocusSuccess: string;
1430
+ textColorDisabledSuccess: string;
1431
+ textColorTextSuccess: string;
1432
+ textColorTextHoverSuccess: string;
1433
+ textColorTextPressedSuccess: string;
1434
+ textColorTextFocusSuccess: string;
1435
+ textColorTextDisabledSuccess: string;
1436
+ textColorGhostSuccess: string;
1437
+ textColorGhostHoverSuccess: string;
1438
+ textColorGhostPressedSuccess: string;
1439
+ textColorGhostFocusSuccess: string;
1440
+ textColorGhostDisabledSuccess: string;
1441
+ borderSuccess: string;
1442
+ borderHoverSuccess: string;
1443
+ borderPressedSuccess: string;
1444
+ borderFocusSuccess: string;
1445
+ borderDisabledSuccess: string;
1446
+ rippleColorSuccess: string;
1447
+ colorWarning: string;
1448
+ colorHoverWarning: string;
1449
+ colorPressedWarning: string;
1450
+ colorFocusWarning: string;
1451
+ colorDisabledWarning: string;
1452
+ textColorWarning: string;
1453
+ textColorHoverWarning: string;
1454
+ textColorPressedWarning: string;
1455
+ textColorFocusWarning: string;
1456
+ textColorDisabledWarning: string;
1457
+ textColorTextWarning: string;
1458
+ textColorTextHoverWarning: string;
1459
+ textColorTextPressedWarning: string;
1460
+ textColorTextFocusWarning: string;
1461
+ textColorTextDisabledWarning: string;
1462
+ textColorGhostWarning: string;
1463
+ textColorGhostHoverWarning: string;
1464
+ textColorGhostPressedWarning: string;
1465
+ textColorGhostFocusWarning: string;
1466
+ textColorGhostDisabledWarning: string;
1467
+ borderWarning: string;
1468
+ borderHoverWarning: string;
1469
+ borderPressedWarning: string;
1470
+ borderFocusWarning: string;
1471
+ borderDisabledWarning: string;
1472
+ rippleColorWarning: string;
1473
+ colorError: string;
1474
+ colorHoverError: string;
1475
+ colorPressedError: string;
1476
+ colorFocusError: string;
1477
+ colorDisabledError: string;
1478
+ textColorError: string;
1479
+ textColorHoverError: string;
1480
+ textColorPressedError: string;
1481
+ textColorFocusError: string;
1482
+ textColorDisabledError: string;
1483
+ textColorTextError: string;
1484
+ textColorTextHoverError: string;
1485
+ textColorTextPressedError: string;
1486
+ textColorTextFocusError: string;
1487
+ textColorTextDisabledError: string;
1488
+ textColorGhostError: string;
1489
+ textColorGhostHoverError: string;
1490
+ textColorGhostPressedError: string;
1491
+ textColorGhostFocusError: string;
1492
+ textColorGhostDisabledError: string;
1493
+ borderError: string;
1494
+ borderHoverError: string;
1495
+ borderPressedError: string;
1496
+ borderFocusError: string;
1497
+ borderDisabledError: string;
1498
+ rippleColorError: string;
1499
+ waveOpacity: string;
1500
+ fontWeight: string;
1501
+ fontWeightStrong: string;
1502
+ paddingTiny: string;
1503
+ paddingSmall: string;
1504
+ paddingMedium: string;
1505
+ paddingLarge: string;
1506
+ paddingRoundTiny: string;
1507
+ paddingRoundSmall: string;
1508
+ paddingRoundMedium: string;
1509
+ paddingRoundLarge: string;
1510
+ iconMarginTiny: string;
1511
+ iconMarginSmall: string;
1512
+ iconMarginMedium: string;
1513
+ iconMarginLarge: string;
1514
+ iconSizeTiny: string;
1515
+ iconSizeSmall: string;
1516
+ iconSizeMedium: string;
1517
+ iconSizeLarge: string;
1518
+ rippleDuration: string;
1519
+ }, any>>>;
1520
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1521
+ heightTiny: string;
1522
+ heightSmall: string;
1523
+ heightMedium: string;
1524
+ heightLarge: string;
1525
+ borderRadiusTiny: string;
1526
+ borderRadiusSmall: string;
1527
+ borderRadiusMedium: string;
1528
+ borderRadiusLarge: string;
1529
+ fontSizeTiny: string;
1530
+ fontSizeSmall: string;
1531
+ fontSizeMedium: string;
1532
+ fontSizeLarge: string;
1533
+ opacityDisabled: string;
1534
+ colorOpacitySecondary: string;
1535
+ colorOpacitySecondaryHover: string;
1536
+ colorOpacitySecondaryPressed: string;
1537
+ colorSecondary: string;
1538
+ colorSecondaryHover: string;
1539
+ colorSecondaryPressed: string;
1540
+ colorTertiary: string;
1541
+ colorTertiaryHover: string;
1542
+ colorTertiaryPressed: string;
1543
+ colorQuaternary: string;
1544
+ colorQuaternaryHover: string;
1545
+ colorQuaternaryPressed: string;
1546
+ color: string;
1547
+ colorHover: string;
1548
+ colorPressed: string;
1549
+ colorFocus: string;
1550
+ colorDisabled: string;
1551
+ textColor: string;
1552
+ textColorTertiary: string;
1553
+ textColorHover: string;
1554
+ textColorPressed: string;
1555
+ textColorFocus: string;
1556
+ textColorDisabled: string;
1557
+ textColorText: string;
1558
+ textColorTextHover: string;
1559
+ textColorTextPressed: string;
1560
+ textColorTextFocus: string;
1561
+ textColorTextDisabled: string;
1562
+ textColorGhost: string;
1563
+ textColorGhostHover: string;
1564
+ textColorGhostPressed: string;
1565
+ textColorGhostFocus: string;
1566
+ textColorGhostDisabled: string;
1567
+ border: string;
1568
+ borderHover: string;
1569
+ borderPressed: string;
1570
+ borderFocus: string;
1571
+ borderDisabled: string;
1572
+ rippleColor: string;
1573
+ colorPrimary: string;
1574
+ colorHoverPrimary: string;
1575
+ colorPressedPrimary: string;
1576
+ colorFocusPrimary: string;
1577
+ colorDisabledPrimary: string;
1578
+ textColorPrimary: string;
1579
+ textColorHoverPrimary: string;
1580
+ textColorPressedPrimary: string;
1581
+ textColorFocusPrimary: string;
1582
+ textColorDisabledPrimary: string;
1583
+ textColorTextPrimary: string;
1584
+ textColorTextHoverPrimary: string;
1585
+ textColorTextPressedPrimary: string;
1586
+ textColorTextFocusPrimary: string;
1587
+ textColorTextDisabledPrimary: string;
1588
+ textColorGhostPrimary: string;
1589
+ textColorGhostHoverPrimary: string;
1590
+ textColorGhostPressedPrimary: string;
1591
+ textColorGhostFocusPrimary: string;
1592
+ textColorGhostDisabledPrimary: string;
1593
+ borderPrimary: string;
1594
+ borderHoverPrimary: string;
1595
+ borderPressedPrimary: string;
1596
+ borderFocusPrimary: string;
1597
+ borderDisabledPrimary: string;
1598
+ rippleColorPrimary: string;
1599
+ colorInfo: string;
1600
+ colorHoverInfo: string;
1601
+ colorPressedInfo: string;
1602
+ colorFocusInfo: string;
1603
+ colorDisabledInfo: string;
1604
+ textColorInfo: string;
1605
+ textColorHoverInfo: string;
1606
+ textColorPressedInfo: string;
1607
+ textColorFocusInfo: string;
1608
+ textColorDisabledInfo: string;
1609
+ textColorTextInfo: string;
1610
+ textColorTextHoverInfo: string;
1611
+ textColorTextPressedInfo: string;
1612
+ textColorTextFocusInfo: string;
1613
+ textColorTextDisabledInfo: string;
1614
+ textColorGhostInfo: string;
1615
+ textColorGhostHoverInfo: string;
1616
+ textColorGhostPressedInfo: string;
1617
+ textColorGhostFocusInfo: string;
1618
+ textColorGhostDisabledInfo: string;
1619
+ borderInfo: string;
1620
+ borderHoverInfo: string;
1621
+ borderPressedInfo: string;
1622
+ borderFocusInfo: string;
1623
+ borderDisabledInfo: string;
1624
+ rippleColorInfo: string;
1625
+ colorSuccess: string;
1626
+ colorHoverSuccess: string;
1627
+ colorPressedSuccess: string;
1628
+ colorFocusSuccess: string;
1629
+ colorDisabledSuccess: string;
1630
+ textColorSuccess: string;
1631
+ textColorHoverSuccess: string;
1632
+ textColorPressedSuccess: string;
1633
+ textColorFocusSuccess: string;
1634
+ textColorDisabledSuccess: string;
1635
+ textColorTextSuccess: string;
1636
+ textColorTextHoverSuccess: string;
1637
+ textColorTextPressedSuccess: string;
1638
+ textColorTextFocusSuccess: string;
1639
+ textColorTextDisabledSuccess: string;
1640
+ textColorGhostSuccess: string;
1641
+ textColorGhostHoverSuccess: string;
1642
+ textColorGhostPressedSuccess: string;
1643
+ textColorGhostFocusSuccess: string;
1644
+ textColorGhostDisabledSuccess: string;
1645
+ borderSuccess: string;
1646
+ borderHoverSuccess: string;
1647
+ borderPressedSuccess: string;
1648
+ borderFocusSuccess: string;
1649
+ borderDisabledSuccess: string;
1650
+ rippleColorSuccess: string;
1651
+ colorWarning: string;
1652
+ colorHoverWarning: string;
1653
+ colorPressedWarning: string;
1654
+ colorFocusWarning: string;
1655
+ colorDisabledWarning: string;
1656
+ textColorWarning: string;
1657
+ textColorHoverWarning: string;
1658
+ textColorPressedWarning: string;
1659
+ textColorFocusWarning: string;
1660
+ textColorDisabledWarning: string;
1661
+ textColorTextWarning: string;
1662
+ textColorTextHoverWarning: string;
1663
+ textColorTextPressedWarning: string;
1664
+ textColorTextFocusWarning: string;
1665
+ textColorTextDisabledWarning: string;
1666
+ textColorGhostWarning: string;
1667
+ textColorGhostHoverWarning: string;
1668
+ textColorGhostPressedWarning: string;
1669
+ textColorGhostFocusWarning: string;
1670
+ textColorGhostDisabledWarning: string;
1671
+ borderWarning: string;
1672
+ borderHoverWarning: string;
1673
+ borderPressedWarning: string;
1674
+ borderFocusWarning: string;
1675
+ borderDisabledWarning: string;
1676
+ rippleColorWarning: string;
1677
+ colorError: string;
1678
+ colorHoverError: string;
1679
+ colorPressedError: string;
1680
+ colorFocusError: string;
1681
+ colorDisabledError: string;
1682
+ textColorError: string;
1683
+ textColorHoverError: string;
1684
+ textColorPressedError: string;
1685
+ textColorFocusError: string;
1686
+ textColorDisabledError: string;
1687
+ textColorTextError: string;
1688
+ textColorTextHoverError: string;
1689
+ textColorTextPressedError: string;
1690
+ textColorTextFocusError: string;
1691
+ textColorTextDisabledError: string;
1692
+ textColorGhostError: string;
1693
+ textColorGhostHoverError: string;
1694
+ textColorGhostPressedError: string;
1695
+ textColorGhostFocusError: string;
1696
+ textColorGhostDisabledError: string;
1697
+ borderError: string;
1698
+ borderHoverError: string;
1699
+ borderPressedError: string;
1700
+ borderFocusError: string;
1701
+ borderDisabledError: string;
1702
+ rippleColorError: string;
1703
+ waveOpacity: string;
1704
+ fontWeight: string;
1705
+ fontWeightStrong: string;
1706
+ paddingTiny: string;
1707
+ paddingSmall: string;
1708
+ paddingMedium: string;
1709
+ paddingLarge: string;
1710
+ paddingRoundTiny: string;
1711
+ paddingRoundSmall: string;
1712
+ paddingRoundMedium: string;
1713
+ paddingRoundLarge: string;
1714
+ iconMarginTiny: string;
1715
+ iconMarginSmall: string;
1716
+ iconMarginMedium: string;
1717
+ iconMarginLarge: string;
1718
+ iconSizeTiny: string;
1719
+ iconSizeSmall: string;
1720
+ iconSizeMedium: string;
1721
+ iconSizeLarge: string;
1722
+ rippleDuration: string;
1723
+ }, any>>>;
1724
+ }>>, {
1725
+ readonly type: import("naive-ui/es/button/src/interface").Type;
1726
+ readonly tag: keyof HTMLElementTagNameMap;
1727
+ readonly block: boolean;
1728
+ readonly round: boolean;
1729
+ readonly dashed: boolean;
1730
+ readonly text: boolean;
1731
+ readonly circle: boolean;
1732
+ readonly disabled: boolean;
1733
+ readonly focusable: boolean;
1734
+ readonly strong: boolean;
1735
+ readonly loading: boolean;
1736
+ readonly bordered: boolean;
1737
+ readonly tertiary: boolean;
1738
+ readonly ghost: boolean;
1739
+ readonly keyboard: boolean;
1740
+ readonly secondary: boolean;
1741
+ readonly quaternary: boolean;
1742
+ readonly iconPlacement: "left" | "right";
1743
+ readonly attrType: "button" | "reset" | "submit";
1744
+ readonly nativeFocusBehavior: boolean;
1745
+ }>;
1746
+ PlayCircleOutline: 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<{}>>, {}>;
1747
+ PlayCircleSharp: 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<{}>>, {}>;
1748
+ RemoveCircleSharp: 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<{}>>, {}>;
1749
+ videoImg: string;
1750
+ success: string;
1751
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "vodFileList"[], "vodFileList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1752
+ formData: {
1753
+ type: ObjectConstructor;
1754
+ default: () => {};
1755
+ };
1756
+ defList: (ArrayConstructor | StringConstructor)[];
1757
+ source: StringConstructor;
1758
+ limitNum: {
1759
+ default: number;
1760
+ };
1761
+ defFileList: {
1762
+ default: string;
1763
+ };
1764
+ isLock: BooleanConstructor;
1765
+ isDetail: {
1766
+ type: BooleanConstructor;
1767
+ default: boolean;
1768
+ };
1769
+ getChunkUploadConfig: {
1770
+ type: FunctionConstructor;
1771
+ default: () => Promise<{}>;
1772
+ };
1773
+ }>> & {
1774
+ onVodFileList?: ((...args: any[]) => any) | undefined;
1775
+ }, {
1776
+ isDetail: boolean;
1777
+ isLock: boolean;
1778
+ getChunkUploadConfig: Function;
1779
+ formData: Record<string, any>;
1780
+ limitNum: number;
1781
+ defFileList: string;
1782
+ }>;
1783
+ export default _default;