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