cnhis-design-vue 3.1.8 → 3.1.9

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