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