cnhis-design-vue 3.1.5-beta.5 → 3.1.5-beta.6

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 (212) hide show
  1. package/env.d.ts +23 -11
  2. package/es/_virtual/_commonjsHelpers.mjs +1 -0
  3. package/es/_virtual/inherits.mjs +1 -0
  4. package/es/_virtual/inherits_browser.mjs +1 -0
  5. package/es/node_modules/diagram-js/lib/command/CommandInterceptor.mjs +1 -0
  6. package/es/node_modules/diagram-js/lib/draw/BaseRenderer.mjs +1 -0
  7. package/es/node_modules/diagram-js/lib/features/popup-menu/PopupMenu.mjs +1 -0
  8. package/es/node_modules/diagram-js/lib/features/rules/RuleProvider.mjs +1 -0
  9. package/es/node_modules/diagram-js/lib/navigation/movecanvas/MoveCanvas.mjs +1 -0
  10. package/es/node_modules/diagram-js/lib/navigation/movecanvas/index.mjs +1 -0
  11. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomScroll.mjs +1 -0
  12. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomUtil.mjs +1 -0
  13. package/es/node_modules/diagram-js/lib/util/ClickTrap.mjs +1 -0
  14. package/es/node_modules/diagram-js/lib/util/Cursor.mjs +1 -0
  15. package/es/node_modules/diagram-js/lib/util/Event.mjs +1 -0
  16. package/es/node_modules/diagram-js/lib/util/Math.mjs +1 -0
  17. package/es/node_modules/diagram-js/lib/util/Mouse.mjs +1 -0
  18. package/es/node_modules/diagram-js/lib/util/Platform.mjs +1 -0
  19. package/es/node_modules/diagram-js/lib/util/PositionUtil.mjs +1 -0
  20. package/es/node_modules/diagram-js/lib/util/RenderUtil.mjs +1 -0
  21. package/es/node_modules/diagram-js/lib/util/SvgTransformUtil.mjs +1 -0
  22. package/es/node_modules/ids/dist/index.esm.mjs +1 -0
  23. package/es/node_modules/inherits/inherits.mjs +1 -0
  24. package/es/node_modules/inherits/inherits_browser.mjs +1 -0
  25. package/es/node_modules/inherits-browser/dist/index.es.mjs +1 -0
  26. package/es/node_modules/min-dash/dist/index.esm.mjs +1 -0
  27. package/es/node_modules/min-dom/dist/index.esm.mjs +1 -0
  28. package/es/node_modules/tiny-svg/dist/index.esm.mjs +1 -0
  29. package/es/packages/big-table/index.d.ts +2044 -0
  30. package/es/packages/big-table/src/BigTable.vue.d.ts +2043 -0
  31. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +1 -1
  32. package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
  33. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -1
  34. package/es/packages/bpmn-workflow/index.d.ts +74 -0
  35. package/es/packages/bpmn-workflow/index.mjs +1 -0
  36. package/es/packages/bpmn-workflow/index2.mjs +1 -0
  37. package/es/packages/bpmn-workflow/src/BpmnWorkflow.d.mjs +1 -0
  38. package/es/packages/bpmn-workflow/src/BpmnWorkflow.mjs +1 -0
  39. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
  40. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +1 -0
  41. package/es/packages/bpmn-workflow/src/BpmnWorkflow2.mjs +1 -0
  42. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +75 -0
  43. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.mjs +1 -0
  44. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer2.mjs +1 -0
  45. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +24 -0
  46. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.mjs +1 -0
  47. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.mjs +1 -0
  48. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +19 -0
  49. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.mjs +1 -0
  50. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette2.mjs +1 -0
  51. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +70 -0
  52. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.mjs +1 -0
  53. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap2.mjs +1 -0
  54. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +21 -0
  55. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.mjs +1 -0
  56. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer2.mjs +1 -0
  57. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +12 -0
  58. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.mjs +1 -0
  59. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules2.mjs +1 -0
  60. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +16 -0
  61. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.mjs +1 -0
  62. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index2.mjs +1 -0
  63. package/es/packages/bpmn-workflow/src/custom/customModeler/index.d.ts +6 -0
  64. package/es/packages/bpmn-workflow/src/custom/customModeler/index.mjs +1 -0
  65. package/es/packages/bpmn-workflow/src/custom/customModeler/index2.mjs +1 -0
  66. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +5 -0
  67. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.mjs +1 -0
  68. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu2.mjs +1 -0
  69. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +12 -0
  70. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.mjs +1 -0
  71. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer2.mjs +1 -0
  72. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +5 -0
  73. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.mjs +1 -0
  74. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll2.mjs +1 -0
  75. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.d.ts +4 -0
  76. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.mjs +1 -0
  77. package/es/packages/bpmn-workflow/src/custom/customRules/no-task2.mjs +1 -0
  78. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +1 -0
  79. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.mjs +1 -0
  80. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate2.mjs +1 -0
  81. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.d.ts +226 -0
  82. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.mjs +1 -0
  83. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh2.mjs +1 -0
  84. package/es/packages/bpmn-workflow/style/index.css +29 -0
  85. package/es/packages/bpmn-workflow/style/index.less +29 -0
  86. package/es/packages/bpmn-workflow/types/BpmnViewer.d.mjs +1 -0
  87. package/es/packages/bpmn-workflow/types/ModelingModule.d.mjs +1 -0
  88. package/es/packages/bpmn-workflow/types/MoveCanvasModule.d.mjs +1 -0
  89. package/es/packages/button-print/index.d.ts +7373 -0
  90. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7372 -0
  91. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +1 -1
  92. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +103 -52
  93. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -1
  94. package/es/packages/chunk-upload/index.d.ts +1748 -0
  95. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1905 -0
  96. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +1 -1
  97. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1749 -0
  98. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +1 -1
  99. package/es/packages/drag-layout/index.d.ts +415 -289
  100. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +113 -89
  101. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +1 -1
  102. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +95 -77
  103. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +1 -1
  104. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +415 -289
  105. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +1 -1
  106. package/es/packages/editor/index.d.ts +30 -0
  107. package/es/packages/editor/index.mjs +1 -0
  108. package/es/packages/editor/index2.mjs +1 -0
  109. package/es/packages/editor/src/Editor.d.ts +30 -0
  110. package/es/packages/editor/src/Editor.mjs +1 -0
  111. package/es/packages/editor/src/Editor2.mjs +1 -0
  112. package/es/packages/editor/style/index.css +0 -0
  113. package/es/packages/editor/style/index.less +0 -0
  114. package/es/packages/field-set/index.d.ts +2647 -0
  115. package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
  116. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +1 -1
  117. package/es/packages/form-table/index.d.ts +35903 -0
  118. package/es/packages/form-table/src/FormTable.vue.d.ts +35912 -0
  119. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -1
  120. package/es/packages/form-table/src/components/index.d.ts +35662 -0
  121. package/es/packages/form-table/src/components/table-age.vue.d.ts +4305 -0
  122. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +1 -1
  123. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +5286 -0
  124. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
  125. package/es/packages/form-table/src/components/table-digital.vue.d.ts +2916 -0
  126. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +1 -1
  127. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1622 -0
  128. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +1 -1
  129. package/es/packages/form-table/src/components/table-input.vue.d.ts +1579 -0
  130. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +1 -1
  131. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +5229 -0
  132. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
  133. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1785 -0
  134. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +1 -1
  135. package/es/packages/form-table/src/components/table-search.vue.d.ts +3111 -0
  136. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +1 -1
  137. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1567 -0
  138. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -1
  139. package/es/packages/form-table/src/components/table-select.vue.d.ts +1566 -0
  140. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -1
  141. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1638 -0
  142. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -1
  143. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2673 -0
  144. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
  145. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1883 -0
  146. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -1
  147. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +543 -0
  148. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -1
  149. package/es/packages/index.css +61 -0
  150. package/es/packages/index.d.ts +4 -1
  151. package/es/packages/index.less +64 -0
  152. package/es/packages/index.mjs +1 -1
  153. package/es/packages/index2.mjs +1 -1
  154. package/es/packages/info-header/index.d.ts +1823 -0
  155. package/es/packages/info-header/src/hidden-content.mjs +1 -0
  156. package/es/packages/info-header/src/hidden-content.vue.d.ts +359 -0
  157. package/es/packages/info-header/src/hidden-content.vue_vue_type_script_setup_true_lang.mjs +1 -0
  158. package/es/packages/info-header/src/hidden-content2.mjs +1 -0
  159. package/es/packages/info-header/src/info-header.vue.d.ts +1824 -0
  160. package/es/packages/info-header/src/info-header.vue_vue_type_script_setup_true_lang.mjs +1 -1
  161. package/es/packages/info-header/style/index.css +1 -0
  162. package/es/packages/info-header/style/index.less +1 -0
  163. package/es/packages/map/index.d.ts +2313 -0
  164. package/es/packages/map/src/Map.vue.d.ts +2313 -0
  165. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +1 -1
  166. package/es/packages/scale-view/index.d.ts +4297 -0
  167. package/es/packages/scale-view/src/ScaleView.vue.d.ts +4141 -0
  168. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +1 -1
  169. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
  170. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -1
  171. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
  172. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +1 -1
  173. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1503 -0
  174. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +1 -1
  175. package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
  176. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -1
  177. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
  178. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +3 -2
  179. package/es/packages/scale-view/src/hooks/use-component.d.ts +2673 -0
  180. package/es/packages/select-label/index.d.ts +12091 -0
  181. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +296 -94
  182. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +1 -1
  183. package/es/packages/select-label/src/SelectLabel.vue.d.ts +7526 -0
  184. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +1 -1
  185. package/es/packages/select-label/src/components/label-classify.vue.d.ts +229 -66
  186. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -1
  187. package/es/packages/select-person/index.d.ts +3500 -0
  188. package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
  189. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +1 -1
  190. package/es/packages/select-person/src/SelectPerson.vue.d.ts +3501 -0
  191. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +1 -1
  192. package/es/packages/time-line/index.d.ts +1720 -0
  193. package/es/packages/time-line/index.mjs +1 -0
  194. package/es/packages/time-line/index2.mjs +1 -0
  195. package/es/packages/time-line/src/TimeLine.mjs +1 -0
  196. package/es/packages/time-line/src/TimeLine.vue.d.ts +1723 -0
  197. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
  198. package/es/packages/time-line/src/TimeLine2.mjs +1 -0
  199. package/es/packages/time-line/style/index.css +32 -0
  200. package/es/packages/time-line/style/index.less +35 -0
  201. package/es/src/components/SelectPage/SelectPage.vue.d.ts +1446 -0
  202. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -1
  203. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -1
  204. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +3 -2
  205. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -1
  206. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -1
  207. package/package.json +15 -8
  208. package/yarn-error.log +122 -0
  209. package/CHANGELOG.md +0 -269
  210. package/es/packages/info-header/src/hiddenContent.mjs +0 -1
  211. package/es/packages/info-header/src/hiddenContent.vue_vue_type_script_setup_true_lang.mjs +0 -1
  212. package/es/packages/info-header/src/hiddenContent2.mjs +0 -1
@@ -0,0 +1,1905 @@
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
+ /**
1675
+ * 所有分片上传成功
1676
+ */
1677
+ iconColorWarning: string;
1678
+ iconColorError: string;
1679
+ textColorCircle: string;
1680
+ textColorLineInner: string;
1681
+ textColorLineOuter: string;
1682
+ fillColor: string;
1683
+ fillColorInfo: string;
1684
+ fillColorSuccess: string;
1685
+ fillColorWarning: string;
1686
+ fillColorError: string;
1687
+ lineBgProcessing: string;
1688
+ }, any>>>;
1689
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Progress", {
1690
+ fontSize: string;
1691
+ fontSizeCircle: string;
1692
+ fontWeightCircle: string;
1693
+ railColor: string;
1694
+ railHeight: string;
1695
+ iconSizeCircle: string;
1696
+ iconSizeLine: string;
1697
+ iconColor: string;
1698
+ iconColorInfo: string; /**
1699
+ * 上传状态
1700
+ */
1701
+ iconColorSuccess: string;
1702
+ iconColorWarning: string;
1703
+ iconColorError: string;
1704
+ textColorCircle: string;
1705
+ textColorLineInner: string;
1706
+ textColorLineOuter: string;
1707
+ fillColor: string;
1708
+ fillColorInfo: string;
1709
+ fillColorSuccess: string;
1710
+ fillColorWarning: string;
1711
+ fillColorError: string;
1712
+ lineBgProcessing: string;
1713
+ }, any>>>;
1714
+ }, {
1715
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1716
+ mergedIndicatorPlacement: import("vue").ComputedRef<"outside" | "inside">;
1717
+ gapDeg: import("vue").ComputedRef<number | undefined>;
1718
+ cssVars: import("vue").ComputedRef<{
1719
+ '--n-bezier': string;
1720
+ '--n-fill-color': string;
1721
+ '--n-font-size': string;
1722
+ '--n-font-size-circle': string;
1723
+ '--n-font-weight-circle': string;
1724
+ '--n-icon-color': string;
1725
+ '--n-icon-size-circle': string;
1726
+ '--n-icon-size-line': string;
1727
+ '--n-line-bg-processing': string;
1728
+ '--n-rail-color': string;
1729
+ '--n-rail-height': string;
1730
+ '--n-text-color-circle': string;
1731
+ '--n-text-color-line-inner': string;
1732
+ '--n-text-color-line-outer': string;
1733
+ }> | undefined;
1734
+ themeClass: import("vue").Ref<string> | undefined;
1735
+ onRender: (() => void) | undefined;
1736
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1737
+ readonly processing: BooleanConstructor;
1738
+ readonly type: {
1739
+ readonly type: import("vue").PropType<"circle" | "line" | "multiple-circle" | "dashboard">;
1740
+ readonly default: "line";
1741
+ };
1742
+ readonly gapDegree: NumberConstructor;
1743
+ readonly gapOffsetDegree: NumberConstructor;
1744
+ readonly status: {
1745
+ readonly type: import("vue").PropType<import("naive-ui/es/progress/src/interface").Status>;
1746
+ readonly default: "default";
1747
+ };
1748
+ readonly railColor: import("vue").PropType<string | string[]>;
1749
+ readonly railStyle: import("vue").PropType<string | import("vue").CSSProperties | (string | import("vue").CSSProperties)[]>;
1750
+ readonly color: import("vue").PropType<string | string[]>;
1751
+ readonly viewBoxWidth: {
1752
+ readonly type: NumberConstructor;
1753
+ readonly default: 100;
1754
+ };
1755
+ readonly strokeWidth: {
1756
+ readonly type: NumberConstructor;
1757
+ readonly default: 7;
1758
+ };
1759
+ readonly percentage: import("vue").PropType<number | number[]>;
1760
+ readonly unit: {
1761
+ readonly type: StringConstructor;
1762
+ readonly default: "%";
1763
+ };
1764
+ readonly showIndicator: {
1765
+ readonly type: BooleanConstructor;
1766
+ readonly default: true;
1767
+ };
1768
+ readonly indicatorPosition: {
1769
+ readonly type: import("vue").PropType<"outside" | "inside">;
1770
+ readonly default: "outside";
1771
+ };
1772
+ readonly indicatorPlacement: {
1773
+ readonly type: import("vue").PropType<"outside" | "inside">;
1774
+ readonly default: "outside";
1775
+ };
1776
+ readonly indicatorTextColor: StringConstructor;
1777
+ readonly circleGap: {
1778
+ readonly type: NumberConstructor;
1779
+ readonly default: 1;
1780
+ };
1781
+ readonly height: NumberConstructor;
1782
+ readonly borderRadius: import("vue").PropType<string | number>;
1783
+ readonly fillBorderRadius: import("vue").PropType<string | number>;
1784
+ readonly offsetDegree: NumberConstructor;
1785
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Progress", {
1786
+ fontSize: string;
1787
+ fontSizeCircle: string;
1788
+ fontWeightCircle: string;
1789
+ railColor: string;
1790
+ railHeight: string;
1791
+ iconSizeCircle: string;
1792
+ iconSizeLine: string;
1793
+ iconColor: string;
1794
+ iconColorInfo: string;
1795
+ iconColorSuccess: string;
1796
+ iconColorWarning: string;
1797
+ iconColorError: string;
1798
+ textColorCircle: string;
1799
+ textColorLineInner: string;
1800
+ textColorLineOuter: string;
1801
+ fillColor: string;
1802
+ fillColorInfo: string;
1803
+ fillColorSuccess: string;
1804
+ fillColorWarning: string;
1805
+ fillColorError: string;
1806
+ lineBgProcessing: string;
1807
+ }, any>>;
1808
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Progress", {
1809
+ fontSize: string;
1810
+ fontSizeCircle: string;
1811
+ fontWeightCircle: string;
1812
+ railColor: string;
1813
+ railHeight: string;
1814
+ iconSizeCircle: string;
1815
+ iconSizeLine: string;
1816
+ iconColor: string;
1817
+ iconColorInfo: string;
1818
+ iconColorSuccess: string;
1819
+ iconColorWarning: string;
1820
+ iconColorError: string;
1821
+ textColorCircle: string;
1822
+ textColorLineInner: string;
1823
+ textColorLineOuter: string;
1824
+ fillColor: string;
1825
+ fillColorInfo: string;
1826
+ fillColorSuccess: string;
1827
+ fillColorWarning: string;
1828
+ fillColorError: string;
1829
+ lineBgProcessing: string;
1830
+ }, any>>>;
1831
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Progress", {
1832
+ fontSize: string;
1833
+ fontSizeCircle: string;
1834
+ fontWeightCircle: string;
1835
+ railColor: string;
1836
+ railHeight: string;
1837
+ iconSizeCircle: string;
1838
+ iconSizeLine: string;
1839
+ iconColor: string;
1840
+ iconColorInfo: string;
1841
+ iconColorSuccess: string;
1842
+ iconColorWarning: string;
1843
+ iconColorError: string;
1844
+ textColorCircle: string;
1845
+ textColorLineInner: string;
1846
+ textColorLineOuter: string;
1847
+ fillColor: string;
1848
+ fillColorInfo: string;
1849
+ fillColorSuccess: string;
1850
+ fillColorWarning: string;
1851
+ fillColorError: string;
1852
+ lineBgProcessing: string;
1853
+ }, any>>>;
1854
+ }>>, {
1855
+ readonly type: "circle" | "line" | "multiple-circle" | "dashboard";
1856
+ readonly strokeWidth: number;
1857
+ readonly status: import("naive-ui/es/progress/src/interface").Status;
1858
+ readonly processing: boolean;
1859
+ readonly unit: string;
1860
+ readonly indicatorPlacement: "outside" | "inside";
1861
+ readonly showIndicator: boolean;
1862
+ readonly viewBoxWidth: number;
1863
+ readonly circleGap: number;
1864
+ readonly indicatorPosition: "outside" | "inside";
1865
+ }>;
1866
+ 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<{}>>, {}>;
1867
+ 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<{}>>, {}>;
1868
+ 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<{}>>, {}>;
1869
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("getSumbitList" | "closeUpload")[], "getSumbitList" | "closeUpload", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1870
+ propsCategoryMap: {
1871
+ type: StringConstructor;
1872
+ default: string;
1873
+ };
1874
+ max_size: {
1875
+ type: StringConstructor;
1876
+ default: string;
1877
+ };
1878
+ maxLength: {
1879
+ type: NumberConstructor;
1880
+ default: number;
1881
+ };
1882
+ defaultList: {
1883
+ type: ArrayConstructor;
1884
+ default: () => never[];
1885
+ };
1886
+ uploaderType: {
1887
+ type: StringConstructor;
1888
+ default: string;
1889
+ };
1890
+ getChunkUploadConfig: {
1891
+ type: FunctionConstructor;
1892
+ default: () => Promise<{}>;
1893
+ };
1894
+ }>> & {
1895
+ onGetSumbitList?: ((...args: any[]) => any) | undefined;
1896
+ onCloseUpload?: ((...args: any[]) => any) | undefined;
1897
+ }, {
1898
+ defaultList: unknown[];
1899
+ getChunkUploadConfig: Function;
1900
+ max_size: string;
1901
+ propsCategoryMap: string;
1902
+ maxLength: number;
1903
+ uploaderType: string;
1904
+ }>;
1905
+ export default _default;