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