cnhis-design-vue 3.1.7 → 3.1.8

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