cnhis-design-vue 3.1.6-beta.2 → 3.1.7-beta.2

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 (234) hide show
  1. package/es/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/index.mjs +18 -0
  2. package/es/node_modules/date-fns/esm/_lib/requiredArgs/index.mjs +7 -0
  3. package/es/node_modules/date-fns/esm/compareAsc/index.mjs +56 -0
  4. package/es/node_modules/date-fns/esm/differenceInCalendarDays/index.mjs +53 -0
  5. package/es/node_modules/date-fns/esm/differenceInCalendarMonths/index.mjs +39 -0
  6. package/es/node_modules/date-fns/esm/differenceInDays/index.mjs +90 -0
  7. package/es/node_modules/date-fns/esm/differenceInMonths/index.mjs +63 -0
  8. package/es/node_modules/date-fns/esm/endOfDay/index.mjs +34 -0
  9. package/es/node_modules/date-fns/esm/endOfMonth/index.mjs +36 -0
  10. package/es/node_modules/date-fns/esm/isLastDayOfMonth/index.mjs +34 -0
  11. package/es/node_modules/date-fns/esm/startOfDay/index.mjs +34 -0
  12. package/es/node_modules/date-fns/esm/toDate/index.mjs +55 -0
  13. package/es/packages/big-table/index2.mjs +2 -0
  14. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +12 -14
  15. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +0 -1
  16. package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +1 -1
  17. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +0 -1
  18. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +6 -7
  19. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +54 -107
  20. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +0 -1
  21. package/es/packages/chunk-upload/index2.mjs +2 -0
  22. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +2 -3
  23. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +11 -12
  24. package/es/packages/drag-layout/index.d.ts +294 -430
  25. package/es/packages/drag-layout/index2.mjs +2 -0
  26. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +92 -119
  27. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +0 -1
  28. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +77 -98
  29. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +0 -1
  30. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +297 -430
  31. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +44 -45
  32. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +4 -5
  33. package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -8
  34. package/es/packages/form-render/index.mjs +10 -0
  35. package/es/packages/form-render/index2.mjs +15 -0
  36. package/es/packages/form-render/src/FormRender.mjs +2 -0
  37. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +91 -0
  38. package/es/packages/form-render/src/FormRender2.mjs +4 -0
  39. package/es/packages/form-render/src/components/cascader.d.ts +40 -0
  40. package/es/packages/form-render/src/components/cascader.mjs +1 -0
  41. package/es/packages/form-render/src/components/cascader2.mjs +108 -0
  42. package/es/packages/form-render/src/components/checkbox.d.ts +24 -0
  43. package/es/packages/form-render/src/components/checkbox.mjs +1 -0
  44. package/es/packages/form-render/src/components/checkbox2.mjs +42 -0
  45. package/es/packages/form-render/src/components/collapse.d.ts +31 -0
  46. package/es/packages/form-render/src/components/collapse.mjs +1 -0
  47. package/es/packages/form-render/src/components/collapse2.mjs +54 -0
  48. package/es/packages/form-render/src/components/combination.d.ts +142 -0
  49. package/es/packages/form-render/src/components/combination.mjs +1 -0
  50. package/es/packages/form-render/src/components/combination2.mjs +116 -0
  51. package/es/packages/form-render/src/components/date.d.ts +5033 -0
  52. package/es/packages/form-render/src/components/date.mjs +1 -0
  53. package/es/packages/form-render/src/components/date2.mjs +34 -0
  54. package/es/packages/form-render/src/components/formItem.d.ts +292 -0
  55. package/es/packages/form-render/src/components/formItem.mjs +1 -0
  56. package/es/packages/form-render/src/components/formItem2.mjs +22 -0
  57. package/es/packages/form-render/src/components/index.d.ts +15 -0
  58. package/es/packages/form-render/src/components/index.mjs +15 -0
  59. package/es/packages/form-render/src/components/index2.mjs +15 -0
  60. package/es/packages/form-render/src/components/input.d.ts +15 -0
  61. package/es/packages/form-render/src/components/input.mjs +1 -0
  62. package/es/packages/form-render/src/components/input2.mjs +40 -0
  63. package/es/packages/form-render/src/components/inputGroup.d.ts +11 -0
  64. package/es/packages/form-render/src/components/inputGroup.mjs +1 -0
  65. package/es/packages/form-render/src/components/inputGroup2.mjs +8 -0
  66. package/es/packages/{map/src/Map.vue.d.ts → form-render/src/components/inputNumber.d.ts} +1002 -1150
  67. package/es/packages/form-render/src/components/inputNumber.mjs +1 -0
  68. package/es/packages/form-render/src/components/inputNumber2.mjs +7 -0
  69. package/es/packages/form-render/src/components/labelSelect.d.ts +1 -0
  70. package/es/packages/form-render/src/components/labelSelect.mjs +1 -0
  71. package/es/packages/form-render/src/components/labelSelect2.mjs +18 -0
  72. package/es/packages/form-render/src/components/radio.d.ts +24 -0
  73. package/es/packages/form-render/src/components/radio.mjs +1 -0
  74. package/es/packages/form-render/src/components/radio2.mjs +44 -0
  75. package/es/packages/form-render/src/components/select.d.ts +29 -0
  76. package/es/packages/form-render/src/components/select.mjs +1 -0
  77. package/es/packages/form-render/src/components/select2.mjs +97 -0
  78. package/es/packages/form-render/src/components/slider.d.ts +347 -0
  79. package/es/packages/form-render/src/components/slider.mjs +1 -0
  80. package/es/packages/form-render/src/components/slider2.mjs +16 -0
  81. package/es/packages/form-render/src/components/switch.d.ts +21 -0
  82. package/es/packages/form-render/src/components/switch.mjs +1 -0
  83. package/es/packages/form-render/src/components/switch2.mjs +48 -0
  84. package/es/packages/form-render/src/components/textarea.d.ts +845 -0
  85. package/es/packages/form-render/src/components/textarea.mjs +1 -0
  86. package/es/packages/form-render/src/components/textarea2.mjs +11 -0
  87. package/es/packages/form-render/src/constants/index.d.ts +23 -0
  88. package/es/packages/form-render/src/constants/index.mjs +1 -0
  89. package/es/packages/form-render/src/constants/index2.mjs +24 -0
  90. package/es/packages/form-render/src/hooks/index.d.ts +9 -0
  91. package/es/packages/form-render/src/hooks/index.mjs +9 -0
  92. package/es/packages/form-render/src/hooks/useAsyncQueue.d.ts +60 -0
  93. package/es/packages/form-render/src/hooks/useAsyncQueue.mjs +1 -0
  94. package/es/packages/form-render/src/hooks/useAsyncQueue2.mjs +138 -0
  95. package/es/packages/form-render/src/hooks/useBusinessBinding.d.ts +13 -0
  96. package/es/packages/form-render/src/hooks/useBusinessBinding.mjs +1 -0
  97. package/es/packages/form-render/src/hooks/useBusinessBinding2.mjs +48 -0
  98. package/es/packages/form-render/src/hooks/useCommonLog.d.ts +3 -0
  99. package/es/packages/form-render/src/hooks/useCommonLog.mjs +1 -0
  100. package/es/packages/form-render/src/hooks/useCommonLog2.mjs +10 -0
  101. package/es/packages/form-render/src/hooks/useFieldList2Schema.d.ts +64 -0
  102. package/es/packages/form-render/src/hooks/useFieldList2Schema.mjs +1 -0
  103. package/es/packages/form-render/src/hooks/useFieldList2Schema2.mjs +184 -0
  104. package/es/packages/form-render/src/hooks/useFieldVisitor.d.ts +4 -0
  105. package/es/packages/form-render/src/hooks/useFieldVisitor.mjs +1 -0
  106. package/es/packages/form-render/src/hooks/useFieldVisitor2.mjs +38 -0
  107. package/es/packages/form-render/src/hooks/useFormField.d.ts +4 -0
  108. package/es/packages/form-render/src/hooks/useFormField.mjs +1 -0
  109. package/es/packages/form-render/src/hooks/useFormField2.mjs +9 -0
  110. package/es/packages/form-render/src/hooks/useFormRequest.d.ts +6 -0
  111. package/es/packages/form-render/src/hooks/useFormRequest.mjs +1 -0
  112. package/es/packages/form-render/src/hooks/useFormRequest2.mjs +12 -0
  113. package/es/packages/form-render/src/hooks/useFormValidator.d.ts +5 -0
  114. package/es/packages/form-render/src/hooks/useFormValidator.mjs +1 -0
  115. package/es/packages/form-render/src/hooks/useFormValidator2.mjs +48 -0
  116. package/es/packages/form-render/src/hooks/useTypeNormalize.d.ts +4 -0
  117. package/es/packages/form-render/src/hooks/useTypeNormalize.mjs +1 -0
  118. package/es/packages/form-render/src/hooks/useTypeNormalize2.mjs +37 -0
  119. package/es/packages/form-render/src/types/fieldItem.d.ts +44 -0
  120. package/es/packages/form-render/src/types/fieldItem.mjs +1 -0
  121. package/es/packages/form-render/src/types/index.d.ts +26 -0
  122. package/es/packages/form-render/src/types/index.mjs +1 -0
  123. package/es/packages/form-render/src/utils/index.d.ts +10 -0
  124. package/es/packages/form-render/src/utils/index.mjs +1 -0
  125. package/es/packages/form-render/src/utils/index2.mjs +59 -0
  126. package/es/packages/form-render/style/index.css +80 -0
  127. package/es/packages/form-render/style/index.less +116 -0
  128. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +0 -1
  129. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +0 -1
  130. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +0 -1
  131. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +0 -1
  132. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +0 -1
  133. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +0 -1
  134. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +0 -1
  135. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +0 -1
  136. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +0 -1
  137. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +0 -1
  138. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +0 -1
  139. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +0 -1
  140. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +0 -1
  141. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +0 -1
  142. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +0 -1
  143. package/es/packages/grid/index2.mjs +2 -0
  144. package/es/packages/index.css +81 -1
  145. package/es/packages/index.d.ts +5 -2
  146. package/es/packages/index.less +118 -1
  147. package/es/packages/index.mjs +10 -0
  148. package/es/packages/index2.mjs +7 -7
  149. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +0 -1
  150. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +0 -1
  151. package/es/packages/info-header/style/index.css +1 -1
  152. package/es/packages/info-header/style/index.less +1 -1
  153. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +5 -6
  154. package/es/packages/scale-view/index2.mjs +2 -0
  155. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +14 -12
  156. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +0 -1
  157. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +1 -2
  158. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +3 -4
  159. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +0 -1
  160. package/es/packages/scale-view/src/components/ScaleScore2.mjs +1 -1
  161. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
  162. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -6
  163. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +96 -303
  164. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +4 -5
  165. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +19 -17
  166. package/es/packages/select-label/src/components/label-classify.vue.d.ts +68 -236
  167. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +0 -1
  168. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +2 -3
  169. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +23 -24
  170. package/es/packages/time-line/index.d.ts +28 -47
  171. package/es/packages/time-line/src/TimeLine.vue.d.ts +28 -47
  172. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +0 -1
  173. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +0 -1
  174. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +0 -1
  175. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -6
  176. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +0 -1
  177. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +0 -1
  178. package/es/src/utils/anime.d.ts +35 -0
  179. package/es/src/utils/anime.mjs +1 -0
  180. package/es/src/utils/anime2.mjs +126 -0
  181. package/es/src/utils/utilExpand.d.ts +1 -0
  182. package/es/src/utils/utilExpand.mjs +1 -0
  183. package/es/src/utils/utilExpand2.mjs +714 -0
  184. package/es/src/utils/vexutils2.mjs +2 -708
  185. package/md-plugin.ts +201 -0
  186. package/package.json +126 -119
  187. package/uno.config.ts +22 -0
  188. package/es/packages/big-table/index.d.ts +0 -2047
  189. package/es/packages/big-table/src/BigTable.vue.d.ts +0 -2046
  190. package/es/packages/big-table/src/components/NoData.vue.d.ts +0 -51
  191. package/es/packages/bpmn-workflow/index.d.ts +0 -74
  192. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +0 -77
  193. package/es/packages/button-print/index.d.ts +0 -7378
  194. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +0 -7377
  195. package/es/packages/chunk-upload/index.d.ts +0 -1748
  196. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +0 -1905
  197. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +0 -1749
  198. package/es/packages/field-set/index.d.ts +0 -5284
  199. package/es/packages/field-set/src/FieldSet.vue.d.ts +0 -2602
  200. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +0 -2599
  201. package/es/packages/form-table/index.d.ts +0 -35928
  202. package/es/packages/form-table/src/FormTable.vue.d.ts +0 -35928
  203. package/es/packages/form-table/src/components/index.d.ts +0 -35687
  204. package/es/packages/form-table/src/components/table-age.vue.d.ts +0 -4308
  205. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +0 -5287
  206. package/es/packages/form-table/src/components/table-digital.vue.d.ts +0 -2919
  207. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +0 -1627
  208. package/es/packages/form-table/src/components/table-input.vue.d.ts +0 -1584
  209. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +0 -5230
  210. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +0 -1785
  211. package/es/packages/form-table/src/components/table-search.vue.d.ts +0 -3111
  212. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +0 -1567
  213. package/es/packages/form-table/src/components/table-select.vue.d.ts +0 -1566
  214. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +0 -1643
  215. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +0 -2674
  216. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +0 -1881
  217. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +0 -546
  218. package/es/packages/info-header/index.d.ts +0 -1846
  219. package/es/packages/info-header/src/HiddenContent.vue.d.ts +0 -363
  220. package/es/packages/info-header/src/InfoHeader.vue.d.ts +0 -1847
  221. package/es/packages/map/index.d.ts +0 -2315
  222. package/es/packages/scale-view/index.d.ts +0 -4297
  223. package/es/packages/scale-view/src/ScaleView.vue.d.ts +0 -4141
  224. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +0 -72
  225. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +0 -150
  226. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +0 -1503
  227. package/es/packages/scale-view/src/components/NoData.vue.d.ts +0 -51
  228. package/es/packages/scale-view/src/hooks/use-component.d.ts +0 -2673
  229. package/es/packages/select-label/index.d.ts +0 -12120
  230. package/es/packages/select-label/src/SelectLabel.vue.d.ts +0 -7546
  231. package/es/packages/select-person/index.d.ts +0 -3502
  232. package/es/packages/select-person/src/SearchTree.vue.d.ts +0 -344
  233. package/es/packages/select-person/src/SelectPerson.vue.d.ts +0 -3505
  234. package/es/src/components/SelectPage/SelectPage.vue.d.ts +0 -1446
@@ -1,1749 +0,0 @@
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;