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

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