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

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