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,2673 +0,0 @@
1
- export declare const componentMap: {
2
- TITLE: import("vue").ShallowRef<import("vue").DefineComponent<{
3
- form: {
4
- type: ObjectConstructor;
5
- default: () => {};
6
- };
7
- item: {
8
- type: ObjectConstructor;
9
- default: () => {};
10
- };
11
- isLock: {
12
- type: BooleanConstructor;
13
- default: boolean;
14
- };
15
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
- form: {
17
- type: ObjectConstructor;
18
- default: () => {};
19
- };
20
- item: {
21
- type: ObjectConstructor;
22
- default: () => {};
23
- };
24
- isLock: {
25
- type: BooleanConstructor;
26
- default: boolean;
27
- };
28
- }>> & {}, {
29
- form: Record<string, any>;
30
- item: Record<string, any>;
31
- isLock: boolean;
32
- }>>;
33
- LINEBAR: import("vue").ShallowRef<import("vue").DefineComponent<{
34
- form: {
35
- type: ObjectConstructor;
36
- default: () => {};
37
- };
38
- item: {
39
- type: ObjectConstructor;
40
- default: () => {};
41
- };
42
- isLock: {
43
- type: BooleanConstructor;
44
- default: boolean;
45
- };
46
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
47
- form: {
48
- type: ObjectConstructor;
49
- default: () => {};
50
- };
51
- item: {
52
- type: ObjectConstructor;
53
- default: () => {};
54
- };
55
- isLock: {
56
- type: BooleanConstructor;
57
- default: boolean;
58
- };
59
- }>> & {}, {
60
- form: Record<string, any>;
61
- item: Record<string, any>;
62
- isLock: boolean;
63
- }>>;
64
- RADIO_BLOCK: import("vue").ShallowRef<import("vue").DefineComponent<{
65
- form: {
66
- type: ObjectConstructor;
67
- default: () => void;
68
- };
69
- item: {
70
- type: ObjectConstructor;
71
- default: () => void;
72
- };
73
- isLock: {
74
- type: BooleanConstructor;
75
- default: boolean;
76
- };
77
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
78
- form: {
79
- type: ObjectConstructor;
80
- default: () => void;
81
- };
82
- item: {
83
- type: ObjectConstructor;
84
- default: () => void;
85
- };
86
- isLock: {
87
- type: BooleanConstructor;
88
- default: boolean;
89
- };
90
- }>> & {
91
- onScaleChange?: ((...args: any[]) => any) | undefined;
92
- }, {
93
- form: Record<string, any>;
94
- item: Record<string, any>;
95
- isLock: boolean;
96
- }>>;
97
- CHECKBOX_BLOCK: import("vue").ShallowRef<import("vue").DefineComponent<{
98
- form: {
99
- type: ObjectConstructor;
100
- default: () => void;
101
- };
102
- item: {
103
- type: ObjectConstructor;
104
- default: () => void;
105
- };
106
- isLock: {
107
- type: BooleanConstructor;
108
- default: boolean;
109
- };
110
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
111
- form: {
112
- type: ObjectConstructor;
113
- default: () => void;
114
- };
115
- item: {
116
- type: ObjectConstructor;
117
- default: () => void;
118
- };
119
- isLock: {
120
- type: BooleanConstructor;
121
- default: boolean;
122
- };
123
- }>> & {
124
- onScaleChange?: ((...args: any[]) => any) | undefined;
125
- }, {
126
- form: Record<string, any>;
127
- item: Record<string, any>;
128
- isLock: boolean;
129
- }>>;
130
- SELECT: import("vue").ShallowRef<import("vue").DefineComponent<{
131
- form: {
132
- type: ObjectConstructor;
133
- default: () => void;
134
- };
135
- item: {
136
- type: ObjectConstructor;
137
- default: () => void;
138
- };
139
- isLock: {
140
- type: BooleanConstructor;
141
- default: boolean;
142
- };
143
- getSelectOptions: {
144
- type: FunctionConstructor;
145
- default: () => Promise<never[]>;
146
- };
147
- getSearchOptions: {
148
- type: FunctionConstructor;
149
- default: () => Promise<never[]>;
150
- };
151
- openType: {
152
- type: StringConstructor;
153
- default: string;
154
- };
155
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
156
- form: {
157
- type: ObjectConstructor;
158
- default: () => void;
159
- };
160
- item: {
161
- type: ObjectConstructor;
162
- default: () => void;
163
- };
164
- isLock: {
165
- type: BooleanConstructor;
166
- default: boolean;
167
- };
168
- getSelectOptions: {
169
- type: FunctionConstructor;
170
- default: () => Promise<never[]>;
171
- };
172
- getSearchOptions: {
173
- type: FunctionConstructor;
174
- default: () => Promise<never[]>;
175
- };
176
- openType: {
177
- type: StringConstructor;
178
- default: string;
179
- };
180
- }>> & {
181
- onScaleChange?: ((...args: any[]) => any) | undefined;
182
- }, {
183
- form: Record<string, any>;
184
- item: Record<string, any>;
185
- isLock: boolean;
186
- openType: string;
187
- getSelectOptions: Function;
188
- getSearchOptions: Function;
189
- }>>;
190
- SEARCH_CASCADE: import("vue").ShallowRef<import("vue").DefineComponent<{
191
- form: {
192
- type: ObjectConstructor;
193
- default: () => void;
194
- };
195
- item: {
196
- type: ObjectConstructor;
197
- default: () => void;
198
- };
199
- isLock: {
200
- type: BooleanConstructor;
201
- default: boolean;
202
- };
203
- getCascadeOptions: {
204
- type: FunctionConstructor;
205
- default: () => Promise<never[]>;
206
- };
207
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
208
- form: {
209
- type: ObjectConstructor;
210
- default: () => void;
211
- };
212
- item: {
213
- type: ObjectConstructor;
214
- default: () => void;
215
- };
216
- isLock: {
217
- type: BooleanConstructor;
218
- default: boolean;
219
- };
220
- getCascadeOptions: {
221
- type: FunctionConstructor;
222
- default: () => Promise<never[]>;
223
- };
224
- }>> & {
225
- onScaleChange?: ((...args: any[]) => any) | undefined;
226
- }, {
227
- form: Record<string, any>;
228
- item: Record<string, any>;
229
- isLock: boolean;
230
- getCascadeOptions: Function;
231
- }>>;
232
- INPUT: import("vue").ShallowRef<import("vue").DefineComponent<{
233
- form: {
234
- type: ObjectConstructor;
235
- default: () => {};
236
- };
237
- item: {
238
- type: ObjectConstructor;
239
- default: () => {};
240
- };
241
- isLock: {
242
- type: BooleanConstructor;
243
- default: boolean;
244
- };
245
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
246
- form: {
247
- type: ObjectConstructor;
248
- default: () => {};
249
- };
250
- item: {
251
- type: ObjectConstructor;
252
- default: () => {};
253
- };
254
- isLock: {
255
- type: BooleanConstructor;
256
- default: boolean;
257
- };
258
- }>> & {
259
- onScaleChange?: ((...args: any[]) => any) | undefined;
260
- }, {
261
- form: Record<string, any>;
262
- item: Record<string, any>;
263
- isLock: boolean;
264
- }>>;
265
- DATE: import("vue").ShallowRef<import("vue").DefineComponent<{
266
- form: {
267
- type: ObjectConstructor;
268
- default: () => {};
269
- };
270
- item: {
271
- type: ObjectConstructor;
272
- default: () => {};
273
- };
274
- isLock: {
275
- type: BooleanConstructor;
276
- default: boolean;
277
- };
278
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
279
- form: {
280
- type: ObjectConstructor;
281
- default: () => {};
282
- };
283
- item: {
284
- type: ObjectConstructor;
285
- default: () => {};
286
- };
287
- isLock: {
288
- type: BooleanConstructor;
289
- default: boolean;
290
- };
291
- }>> & {
292
- onScaleChange?: ((...args: any[]) => any) | undefined;
293
- }, {
294
- form: Record<string, any>;
295
- item: Record<string, any>;
296
- isLock: boolean;
297
- }>>;
298
- TIME: import("vue").ShallowRef<import("vue").DefineComponent<{
299
- form: {
300
- type: ObjectConstructor;
301
- default: () => {};
302
- };
303
- item: {
304
- type: ObjectConstructor;
305
- default: () => {};
306
- };
307
- isLock: {
308
- type: BooleanConstructor;
309
- default: boolean;
310
- };
311
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
312
- form: {
313
- type: ObjectConstructor;
314
- default: () => {};
315
- };
316
- item: {
317
- type: ObjectConstructor;
318
- default: () => {};
319
- };
320
- isLock: {
321
- type: BooleanConstructor;
322
- default: boolean;
323
- };
324
- }>> & {
325
- onScaleChange?: ((...args: any[]) => any) | undefined;
326
- }, {
327
- form: Record<string, any>;
328
- item: Record<string, any>;
329
- isLock: boolean;
330
- }>>;
331
- DATETIME: import("vue").ShallowRef<import("vue").DefineComponent<{
332
- form: {
333
- type: ObjectConstructor;
334
- default: () => {};
335
- };
336
- item: {
337
- type: ObjectConstructor;
338
- default: () => {};
339
- };
340
- isLock: {
341
- type: BooleanConstructor;
342
- default: boolean;
343
- };
344
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
345
- form: {
346
- type: ObjectConstructor;
347
- default: () => {};
348
- };
349
- item: {
350
- type: ObjectConstructor;
351
- default: () => {};
352
- };
353
- isLock: {
354
- type: BooleanConstructor;
355
- default: boolean;
356
- };
357
- }>> & {
358
- onScaleChange?: ((...args: any[]) => any) | undefined;
359
- }, {
360
- form: Record<string, any>;
361
- item: Record<string, any>;
362
- isLock: boolean;
363
- }>>;
364
- ID_CARD: import("vue").ShallowRef<import("vue").DefineComponent<{
365
- form: {
366
- type: ObjectConstructor;
367
- default: () => {};
368
- };
369
- item: {
370
- type: ObjectConstructor;
371
- default: () => {};
372
- };
373
- isLock: {
374
- type: BooleanConstructor;
375
- default: boolean;
376
- };
377
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
378
- form: {
379
- type: ObjectConstructor;
380
- default: () => {};
381
- };
382
- item: {
383
- type: ObjectConstructor;
384
- default: () => {};
385
- };
386
- isLock: {
387
- type: BooleanConstructor;
388
- default: boolean;
389
- };
390
- }>> & {
391
- onScaleChange?: ((...args: any[]) => any) | undefined;
392
- }, {
393
- form: Record<string, any>;
394
- item: Record<string, any>;
395
- isLock: boolean;
396
- }>>;
397
- ADDRESS: import("vue").ShallowRef<import("vue").DefineComponent<{
398
- form: {
399
- type: ObjectConstructor;
400
- default: () => void;
401
- };
402
- item: {
403
- type: ObjectConstructor;
404
- default: () => void;
405
- };
406
- isLock: {
407
- type: BooleanConstructor;
408
- default: boolean;
409
- };
410
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
411
- form: {
412
- type: ObjectConstructor;
413
- default: () => void;
414
- };
415
- item: {
416
- type: ObjectConstructor;
417
- default: () => void;
418
- };
419
- isLock: {
420
- type: BooleanConstructor;
421
- default: boolean;
422
- };
423
- }>> & {
424
- onScaleChange?: ((...args: any[]) => any) | undefined;
425
- }, {
426
- form: Record<string, any>;
427
- item: Record<string, any>;
428
- isLock: boolean;
429
- }>>;
430
- LOCATION: import("vue").ShallowRef<import("vue").DefineComponent<{
431
- form: {
432
- type: ObjectConstructor;
433
- default: () => {};
434
- };
435
- item: {
436
- type: ObjectConstructor;
437
- default: () => {};
438
- };
439
- isLock: {
440
- type: BooleanConstructor;
441
- default: boolean;
442
- };
443
- locationProp: {
444
- type: StringConstructor;
445
- default: string;
446
- };
447
- ak: {
448
- type: StringConstructor;
449
- default: string;
450
- };
451
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
452
- form: {
453
- type: ObjectConstructor;
454
- default: () => {};
455
- };
456
- item: {
457
- type: ObjectConstructor;
458
- default: () => {};
459
- };
460
- isLock: {
461
- type: BooleanConstructor;
462
- default: boolean;
463
- };
464
- locationProp: {
465
- type: StringConstructor;
466
- default: string;
467
- };
468
- ak: {
469
- type: StringConstructor;
470
- default: string;
471
- };
472
- }>> & {
473
- onScaleChange?: ((...args: any[]) => any) | undefined;
474
- }, {
475
- form: Record<string, any>;
476
- item: Record<string, any>;
477
- isLock: boolean;
478
- ak: string;
479
- locationProp: string;
480
- }>>;
481
- LABEL: import("vue").ShallowRef<import("vue").DefineComponent<{
482
- form: {
483
- type: ObjectConstructor;
484
- default: () => {};
485
- };
486
- item: {
487
- type: ObjectConstructor;
488
- default: () => {};
489
- };
490
- isLock: {
491
- type: BooleanConstructor;
492
- default: boolean;
493
- };
494
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
495
- form: {
496
- type: ObjectConstructor;
497
- default: () => {};
498
- };
499
- item: {
500
- type: ObjectConstructor;
501
- default: () => {};
502
- };
503
- isLock: {
504
- type: BooleanConstructor;
505
- default: boolean;
506
- };
507
- }>> & {
508
- onScaleChange?: ((...args: any[]) => any) | undefined;
509
- }, {
510
- form: Record<string, any>;
511
- item: Record<string, any>;
512
- isLock: boolean;
513
- }>>;
514
- UPFILE: import("vue").ShallowRef<import("vue").DefineComponent<{
515
- form: {
516
- type: ObjectConstructor;
517
- default: () => void;
518
- };
519
- item: {
520
- type: ObjectConstructor;
521
- default: () => void;
522
- };
523
- isLock: {
524
- type: BooleanConstructor;
525
- default: boolean;
526
- };
527
- uploadPictureUrl: {
528
- type: StringConstructor;
529
- default: string;
530
- };
531
- uploadFileUrl: {
532
- type: StringConstructor;
533
- default: string;
534
- };
535
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
536
- form: {
537
- type: ObjectConstructor;
538
- default: () => void;
539
- };
540
- item: {
541
- type: ObjectConstructor;
542
- default: () => void;
543
- };
544
- isLock: {
545
- type: BooleanConstructor;
546
- default: boolean;
547
- };
548
- uploadPictureUrl: {
549
- type: StringConstructor;
550
- default: string;
551
- };
552
- uploadFileUrl: {
553
- type: StringConstructor;
554
- default: string;
555
- };
556
- }>> & {
557
- onScaleChange?: ((...args: any[]) => any) | undefined;
558
- }, {
559
- form: Record<string, any>;
560
- item: Record<string, any>;
561
- isLock: boolean;
562
- uploadPictureUrl: string;
563
- uploadFileUrl: string;
564
- }>>;
565
- UPPICTURE: import("vue").ShallowRef<import("vue").DefineComponent<{
566
- form: {
567
- type: ObjectConstructor;
568
- default: () => void;
569
- };
570
- item: {
571
- type: ObjectConstructor;
572
- default: () => void;
573
- };
574
- isLock: {
575
- type: BooleanConstructor;
576
- default: boolean;
577
- };
578
- uploadPictureUrl: {
579
- type: StringConstructor;
580
- default: string;
581
- };
582
- uploadFileUrl: {
583
- type: StringConstructor;
584
- default: string;
585
- };
586
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
587
- form: {
588
- type: ObjectConstructor;
589
- default: () => void;
590
- };
591
- item: {
592
- type: ObjectConstructor;
593
- default: () => void;
594
- };
595
- isLock: {
596
- type: BooleanConstructor;
597
- default: boolean;
598
- };
599
- uploadPictureUrl: {
600
- type: StringConstructor;
601
- default: string;
602
- };
603
- uploadFileUrl: {
604
- type: StringConstructor;
605
- default: string;
606
- };
607
- }>> & {
608
- onScaleChange?: ((...args: any[]) => any) | undefined;
609
- }, {
610
- form: Record<string, any>;
611
- item: Record<string, any>;
612
- isLock: boolean;
613
- uploadPictureUrl: string;
614
- uploadFileUrl: string;
615
- }>>;
616
- VEDIO: import("vue").ShallowRef<import("vue").DefineComponent<{
617
- formData: {
618
- type: ObjectConstructor;
619
- default: () => {};
620
- };
621
- defList: (ArrayConstructor | StringConstructor)[];
622
- source: StringConstructor;
623
- limitNum: {
624
- default: number;
625
- };
626
- defFileList: {
627
- default: string;
628
- };
629
- isLock: BooleanConstructor;
630
- isDetail: {
631
- type: BooleanConstructor;
632
- default: boolean;
633
- };
634
- getChunkUploadConfig: {
635
- type: FunctionConstructor;
636
- default: () => Promise<{}>;
637
- };
638
- }, {
639
- state: {
640
- videoVisible: boolean;
641
- fileList: never[];
642
- cacheFileObj: {};
643
- playerOptions: {};
644
- vodClient: null;
645
- chunkUploadVisible: boolean;
646
- uploader: null;
647
- autoStart: boolean;
648
- timeOuts: number;
649
- configList: never[];
650
- draggableOptions: {
651
- group: string;
652
- filter: string;
653
- delayOnTouchOnly: boolean;
654
- delay: number;
655
- touchStartThreshold: number;
656
- chosenClass: string;
657
- dragClass: string;
658
- };
659
- };
660
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
661
- formData: {
662
- type: ObjectConstructor;
663
- default: () => {};
664
- };
665
- defList: (ArrayConstructor | StringConstructor)[];
666
- source: StringConstructor;
667
- limitNum: {
668
- default: number;
669
- };
670
- defFileList: {
671
- default: string;
672
- };
673
- isLock: BooleanConstructor;
674
- isDetail: {
675
- type: BooleanConstructor;
676
- default: boolean;
677
- };
678
- getChunkUploadConfig: {
679
- type: FunctionConstructor;
680
- default: () => Promise<{}>;
681
- };
682
- }>> & {
683
- onVodFileList?: ((...args: any[]) => any) | undefined;
684
- }>>;
685
- emit: (event: "vodFileList", ...args: any[]) => void;
686
- mainForm: any;
687
- isShowBtn: import("vue").ComputedRef<boolean>;
688
- maskHeight: import("vue").ComputedRef<(item: any) => string>;
689
- showPercent: import("vue").ComputedRef<(percent: any) => number>;
690
- allow_format: import("vue").ComputedRef<any>;
691
- defaultValue: import("vue").ComputedRef<any>;
692
- isDisabled: import("vue").ComputedRef<any>;
693
- max_size: import("vue").ComputedRef<any>;
694
- maxlength: import("vue").ComputedRef<number>;
695
- defaultFileList: import("vue").ComputedRef<never[]>;
696
- handleDefList: () => never[];
697
- handleGetSubmitList: (list: any) => "" | undefined;
698
- handleGetCoverUrl: (vodUrl: any) => string;
699
- coverImgOnError: (e: any) => void;
700
- restartUpload: (ele: any) => void;
701
- handleDelFileList: (i: any) => void;
702
- palyerVod: (data: any, index: any) => void;
703
- closeVideoModal: () => void;
704
- handleBtnOnClick: () => void;
705
- getSumbitList: (list: any) => void;
706
- draggableUpdate: () => void;
707
- getvideoCover: (item: any) => any;
708
- draggable: import("vue").DefineComponent<{
709
- list: {
710
- type: ArrayConstructor;
711
- required: boolean;
712
- default: any;
713
- };
714
- modelValue: {
715
- type: ArrayConstructor;
716
- required: boolean;
717
- default: any;
718
- };
719
- itemKey: {
720
- type: (StringConstructor | FunctionConstructor)[];
721
- required: boolean;
722
- };
723
- clone: {
724
- type: FunctionConstructor;
725
- default: (original: any) => any;
726
- };
727
- tag: {
728
- type: StringConstructor;
729
- default: string;
730
- };
731
- move: {
732
- type: FunctionConstructor;
733
- default: any;
734
- };
735
- componentData: {
736
- type: ObjectConstructor;
737
- required: boolean;
738
- default: any;
739
- };
740
- }, unknown, {
741
- error: boolean;
742
- }, {
743
- realList(): any;
744
- getKey(): any;
745
- }, {
746
- getUnderlyingVm(domElement: any): any;
747
- getUnderlyingPotencialDraggableComponent(htmElement: any): any;
748
- emitChanges(evt: any): void;
749
- alterList(onList: any): void;
750
- spliceList(): void;
751
- updatePosition(oldIndex: any, newIndex: any): void;
752
- getRelatedContextFromMoveEvent({ to, related }: {
753
- to: any;
754
- related: any;
755
- }): any;
756
- getVmIndexFromDomIndex(domIndex: any): any;
757
- onDragStart(evt: any): void;
758
- onDragAdd(evt: any): void;
759
- onDragRemove(evt: any): void;
760
- onDragUpdate(evt: any): void;
761
- computeFutureIndex(relatedContext: any, evt: any): any;
762
- onDragMove(evt: any, originalEvent: any): any;
763
- onDragEnd(): void;
764
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
765
- move: Function;
766
- tag: string;
767
- clone: Function;
768
- list: unknown[];
769
- modelValue: unknown[];
770
- componentData: Record<string, any>;
771
- } & {
772
- itemKey?: string | Function | undefined;
773
- }>, {
774
- move: Function;
775
- tag: string;
776
- clone: Function;
777
- list: unknown[];
778
- modelValue: unknown[];
779
- componentData: Record<string, any>;
780
- }>;
781
- videoModal: import("vue").DefineComponent<{
782
- visible: BooleanConstructor;
783
- formData: {
784
- type: ObjectConstructor;
785
- default: () => {};
786
- };
787
- playerOptions: {
788
- type: ObjectConstructor;
789
- default: () => {
790
- sources: {
791
- type: string;
792
- src: string;
793
- }[];
794
- };
795
- };
796
- fileList: {
797
- type: ArrayConstructor;
798
- default: () => never[];
799
- };
800
- palyerIndex: {
801
- type: NumberConstructor;
802
- default: number;
803
- };
804
- }, () => 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<{
805
- visible: BooleanConstructor;
806
- formData: {
807
- type: ObjectConstructor;
808
- default: () => {};
809
- };
810
- playerOptions: {
811
- type: ObjectConstructor;
812
- default: () => {
813
- sources: {
814
- type: string;
815
- src: string;
816
- }[];
817
- };
818
- };
819
- fileList: {
820
- type: ArrayConstructor;
821
- default: () => never[];
822
- };
823
- palyerIndex: {
824
- type: NumberConstructor;
825
- default: number;
826
- };
827
- }>>, {
828
- visible: boolean;
829
- formData: Record<string, any>;
830
- fileList: unknown[];
831
- playerOptions: Record<string, any>;
832
- palyerIndex: number;
833
- }>;
834
- vodUploadModal: import("vue").DefineComponent<{
835
- modalTitle: {
836
- type: StringConstructor;
837
- default: string;
838
- };
839
- modelValue: {
840
- type: BooleanConstructor;
841
- default: boolean;
842
- };
843
- }, () => 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<{
844
- modalTitle: {
845
- type: StringConstructor;
846
- default: string;
847
- };
848
- modelValue: {
849
- type: BooleanConstructor;
850
- default: boolean;
851
- };
852
- }>> & {
853
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
854
- }, {
855
- modelValue: boolean;
856
- modalTitle: string;
857
- }>;
858
- NIcon: import("vue").DefineComponent<{
859
- readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
860
- readonly size: import("vue").PropType<string | number>;
861
- readonly color: StringConstructor;
862
- readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
863
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
864
- color: string;
865
- opacity1Depth: string;
866
- opacity2Depth: string;
867
- opacity3Depth: string;
868
- opacity4Depth: string;
869
- opacity5Depth: string;
870
- }, any>>;
871
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
872
- color: string;
873
- opacity1Depth: string;
874
- opacity2Depth: string;
875
- opacity3Depth: string;
876
- opacity4Depth: string;
877
- opacity5Depth: string;
878
- }, any>>>;
879
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
880
- color: string;
881
- opacity1Depth: string;
882
- opacity2Depth: string;
883
- opacity3Depth: string;
884
- opacity4Depth: string;
885
- opacity5Depth: string;
886
- }, any>>>;
887
- }, {
888
- mergedClsPrefix: import("vue").ComputedRef<string>;
889
- mergedStyle: import("vue").ComputedRef<{
890
- fontSize: string | undefined;
891
- color: string | undefined;
892
- }>;
893
- cssVars: import("vue").ComputedRef<{
894
- '--n-bezier': string;
895
- '--n-color': string;
896
- '--n-opacity': string;
897
- }> | undefined;
898
- themeClass: import("vue").Ref<string> | undefined;
899
- onRender: (() => void) | undefined;
900
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
901
- readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
902
- readonly size: import("vue").PropType<string | number>;
903
- readonly color: StringConstructor;
904
- readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
905
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
906
- color: string;
907
- opacity1Depth: string;
908
- opacity2Depth: string;
909
- opacity3Depth: string;
910
- opacity4Depth: string;
911
- opacity5Depth: string;
912
- }, any>>;
913
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
914
- color: string;
915
- opacity1Depth: string;
916
- opacity2Depth: string;
917
- opacity3Depth: string;
918
- opacity4Depth: string;
919
- opacity5Depth: string;
920
- }, any>>>;
921
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
922
- color: string;
923
- opacity1Depth: string;
924
- opacity2Depth: string;
925
- opacity3Depth: string;
926
- opacity4Depth: string;
927
- opacity5Depth: string;
928
- }, any>>>;
929
- }>>, {}>;
930
- NButton: import("vue").DefineComponent<{
931
- readonly color: StringConstructor;
932
- readonly textColor: StringConstructor;
933
- readonly text: BooleanConstructor;
934
- readonly block: BooleanConstructor;
935
- readonly loading: BooleanConstructor;
936
- readonly disabled: BooleanConstructor;
937
- readonly circle: BooleanConstructor;
938
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
939
- readonly ghost: BooleanConstructor;
940
- readonly round: BooleanConstructor;
941
- readonly secondary: BooleanConstructor;
942
- readonly tertiary: BooleanConstructor;
943
- readonly quaternary: BooleanConstructor;
944
- readonly strong: BooleanConstructor;
945
- readonly focusable: {
946
- readonly type: BooleanConstructor;
947
- readonly default: true;
948
- };
949
- readonly keyboard: {
950
- readonly type: BooleanConstructor;
951
- readonly default: true;
952
- };
953
- readonly tag: {
954
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
955
- readonly default: "button";
956
- };
957
- readonly type: {
958
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
959
- readonly default: "default";
960
- };
961
- readonly dashed: BooleanConstructor;
962
- readonly iconPlacement: {
963
- readonly type: import("vue").PropType<"left" | "right">;
964
- readonly default: "left";
965
- };
966
- readonly attrType: {
967
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
968
- readonly default: "button";
969
- };
970
- readonly bordered: {
971
- readonly type: BooleanConstructor;
972
- readonly default: true;
973
- };
974
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
975
- readonly nativeFocusBehavior: BooleanConstructor;
976
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
977
- heightTiny: string;
978
- heightSmall: string;
979
- heightMedium: string;
980
- heightLarge: string;
981
- borderRadiusTiny: string;
982
- borderRadiusSmall: string;
983
- borderRadiusMedium: string;
984
- borderRadiusLarge: string;
985
- fontSizeTiny: string;
986
- fontSizeSmall: string;
987
- fontSizeMedium: string;
988
- fontSizeLarge: string;
989
- opacityDisabled: string;
990
- colorOpacitySecondary: string;
991
- colorOpacitySecondaryHover: string;
992
- colorOpacitySecondaryPressed: string;
993
- colorSecondary: string;
994
- colorSecondaryHover: string;
995
- colorSecondaryPressed: string;
996
- colorTertiary: string;
997
- colorTertiaryHover: string;
998
- colorTertiaryPressed: string;
999
- colorQuaternary: string;
1000
- colorQuaternaryHover: string;
1001
- colorQuaternaryPressed: string;
1002
- color: string;
1003
- colorHover: string;
1004
- colorPressed: string;
1005
- colorFocus: string;
1006
- colorDisabled: string;
1007
- textColor: string;
1008
- textColorTertiary: string;
1009
- textColorHover: string;
1010
- textColorPressed: string;
1011
- textColorFocus: string;
1012
- textColorDisabled: string;
1013
- textColorText: string;
1014
- textColorTextHover: string;
1015
- textColorTextPressed: string;
1016
- textColorTextFocus: string;
1017
- textColorTextDisabled: string;
1018
- textColorGhost: string;
1019
- textColorGhostHover: string;
1020
- textColorGhostPressed: string;
1021
- textColorGhostFocus: string;
1022
- textColorGhostDisabled: string;
1023
- border: string;
1024
- borderHover: string;
1025
- borderPressed: string;
1026
- borderFocus: string;
1027
- borderDisabled: string;
1028
- rippleColor: string;
1029
- colorPrimary: string;
1030
- colorHoverPrimary: string;
1031
- colorPressedPrimary: string;
1032
- colorFocusPrimary: string;
1033
- colorDisabledPrimary: string;
1034
- textColorPrimary: string;
1035
- textColorHoverPrimary: string;
1036
- textColorPressedPrimary: string;
1037
- textColorFocusPrimary: string;
1038
- textColorDisabledPrimary: string;
1039
- textColorTextPrimary: string;
1040
- textColorTextHoverPrimary: string;
1041
- textColorTextPressedPrimary: string;
1042
- textColorTextFocusPrimary: string;
1043
- textColorTextDisabledPrimary: string;
1044
- textColorGhostPrimary: string;
1045
- textColorGhostHoverPrimary: string;
1046
- textColorGhostPressedPrimary: string;
1047
- textColorGhostFocusPrimary: string;
1048
- textColorGhostDisabledPrimary: string;
1049
- borderPrimary: string;
1050
- borderHoverPrimary: string;
1051
- borderPressedPrimary: string;
1052
- borderFocusPrimary: string;
1053
- borderDisabledPrimary: string;
1054
- rippleColorPrimary: string;
1055
- colorInfo: string;
1056
- colorHoverInfo: string;
1057
- colorPressedInfo: string;
1058
- colorFocusInfo: string;
1059
- colorDisabledInfo: string;
1060
- textColorInfo: string;
1061
- textColorHoverInfo: string;
1062
- textColorPressedInfo: string;
1063
- textColorFocusInfo: string;
1064
- textColorDisabledInfo: string;
1065
- textColorTextInfo: string;
1066
- textColorTextHoverInfo: string;
1067
- textColorTextPressedInfo: string;
1068
- textColorTextFocusInfo: string;
1069
- textColorTextDisabledInfo: string;
1070
- textColorGhostInfo: string;
1071
- textColorGhostHoverInfo: string;
1072
- textColorGhostPressedInfo: string;
1073
- textColorGhostFocusInfo: string;
1074
- textColorGhostDisabledInfo: string;
1075
- borderInfo: string;
1076
- borderHoverInfo: string;
1077
- borderPressedInfo: string;
1078
- borderFocusInfo: string;
1079
- borderDisabledInfo: string;
1080
- rippleColorInfo: string;
1081
- colorSuccess: string;
1082
- colorHoverSuccess: string;
1083
- colorPressedSuccess: string;
1084
- colorFocusSuccess: string;
1085
- colorDisabledSuccess: string;
1086
- textColorSuccess: string;
1087
- textColorHoverSuccess: string;
1088
- textColorPressedSuccess: string;
1089
- textColorFocusSuccess: string;
1090
- textColorDisabledSuccess: string;
1091
- textColorTextSuccess: string;
1092
- textColorTextHoverSuccess: string;
1093
- textColorTextPressedSuccess: string;
1094
- textColorTextFocusSuccess: string;
1095
- textColorTextDisabledSuccess: string;
1096
- textColorGhostSuccess: string;
1097
- textColorGhostHoverSuccess: string;
1098
- textColorGhostPressedSuccess: string;
1099
- textColorGhostFocusSuccess: string;
1100
- textColorGhostDisabledSuccess: string;
1101
- borderSuccess: string;
1102
- borderHoverSuccess: string;
1103
- borderPressedSuccess: string;
1104
- borderFocusSuccess: string;
1105
- borderDisabledSuccess: string;
1106
- rippleColorSuccess: string;
1107
- colorWarning: string;
1108
- colorHoverWarning: string;
1109
- colorPressedWarning: string;
1110
- colorFocusWarning: string;
1111
- colorDisabledWarning: string;
1112
- textColorWarning: string;
1113
- textColorHoverWarning: string;
1114
- textColorPressedWarning: string;
1115
- textColorFocusWarning: string;
1116
- textColorDisabledWarning: string;
1117
- textColorTextWarning: string;
1118
- textColorTextHoverWarning: string;
1119
- textColorTextPressedWarning: string;
1120
- textColorTextFocusWarning: string;
1121
- textColorTextDisabledWarning: string;
1122
- textColorGhostWarning: string;
1123
- textColorGhostHoverWarning: string;
1124
- textColorGhostPressedWarning: string;
1125
- textColorGhostFocusWarning: string;
1126
- textColorGhostDisabledWarning: string;
1127
- borderWarning: string;
1128
- borderHoverWarning: string;
1129
- borderPressedWarning: string;
1130
- borderFocusWarning: string;
1131
- borderDisabledWarning: string;
1132
- rippleColorWarning: string;
1133
- colorError: string;
1134
- colorHoverError: string;
1135
- colorPressedError: string;
1136
- colorFocusError: string;
1137
- colorDisabledError: string;
1138
- textColorError: string;
1139
- textColorHoverError: string;
1140
- textColorPressedError: string;
1141
- textColorFocusError: string;
1142
- textColorDisabledError: string;
1143
- textColorTextError: string;
1144
- textColorTextHoverError: string;
1145
- textColorTextPressedError: string;
1146
- textColorTextFocusError: string;
1147
- textColorTextDisabledError: string;
1148
- textColorGhostError: string;
1149
- textColorGhostHoverError: string;
1150
- textColorGhostPressedError: string;
1151
- textColorGhostFocusError: string;
1152
- textColorGhostDisabledError: string;
1153
- borderError: string;
1154
- borderHoverError: string;
1155
- borderPressedError: string;
1156
- borderFocusError: string;
1157
- borderDisabledError: string;
1158
- rippleColorError: string;
1159
- waveOpacity: string;
1160
- fontWeight: string;
1161
- fontWeightStrong: string;
1162
- paddingTiny: string;
1163
- paddingSmall: string;
1164
- paddingMedium: string;
1165
- paddingLarge: string;
1166
- paddingRoundTiny: string;
1167
- paddingRoundSmall: string;
1168
- paddingRoundMedium: string;
1169
- paddingRoundLarge: string;
1170
- iconMarginTiny: string;
1171
- iconMarginSmall: string;
1172
- iconMarginMedium: string;
1173
- iconMarginLarge: string;
1174
- iconSizeTiny: string;
1175
- iconSizeSmall: string;
1176
- iconSizeMedium: string;
1177
- iconSizeLarge: string;
1178
- rippleDuration: string;
1179
- }, any>>;
1180
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1181
- heightTiny: string;
1182
- heightSmall: string;
1183
- heightMedium: string;
1184
- heightLarge: string;
1185
- borderRadiusTiny: string;
1186
- borderRadiusSmall: string;
1187
- borderRadiusMedium: string;
1188
- borderRadiusLarge: string;
1189
- fontSizeTiny: string;
1190
- fontSizeSmall: string;
1191
- fontSizeMedium: string;
1192
- fontSizeLarge: string;
1193
- opacityDisabled: string;
1194
- colorOpacitySecondary: string;
1195
- colorOpacitySecondaryHover: string;
1196
- colorOpacitySecondaryPressed: string;
1197
- colorSecondary: string;
1198
- colorSecondaryHover: string;
1199
- colorSecondaryPressed: string;
1200
- colorTertiary: string;
1201
- colorTertiaryHover: string;
1202
- colorTertiaryPressed: string;
1203
- colorQuaternary: string;
1204
- colorQuaternaryHover: string;
1205
- colorQuaternaryPressed: string;
1206
- color: string;
1207
- colorHover: string;
1208
- colorPressed: string;
1209
- colorFocus: string;
1210
- colorDisabled: string;
1211
- textColor: string;
1212
- textColorTertiary: string;
1213
- textColorHover: string;
1214
- textColorPressed: string;
1215
- textColorFocus: string;
1216
- textColorDisabled: string;
1217
- textColorText: string;
1218
- textColorTextHover: string;
1219
- textColorTextPressed: string;
1220
- textColorTextFocus: string;
1221
- textColorTextDisabled: string;
1222
- textColorGhost: string;
1223
- textColorGhostHover: string;
1224
- textColorGhostPressed: string;
1225
- textColorGhostFocus: string;
1226
- textColorGhostDisabled: string;
1227
- border: string;
1228
- borderHover: string;
1229
- borderPressed: string;
1230
- borderFocus: string;
1231
- borderDisabled: string;
1232
- rippleColor: string;
1233
- colorPrimary: string;
1234
- colorHoverPrimary: string;
1235
- colorPressedPrimary: string;
1236
- colorFocusPrimary: string;
1237
- colorDisabledPrimary: string;
1238
- textColorPrimary: string;
1239
- textColorHoverPrimary: string;
1240
- textColorPressedPrimary: string;
1241
- textColorFocusPrimary: string;
1242
- textColorDisabledPrimary: string;
1243
- textColorTextPrimary: string;
1244
- textColorTextHoverPrimary: string;
1245
- textColorTextPressedPrimary: string;
1246
- textColorTextFocusPrimary: string;
1247
- textColorTextDisabledPrimary: string;
1248
- textColorGhostPrimary: string;
1249
- textColorGhostHoverPrimary: string;
1250
- textColorGhostPressedPrimary: string;
1251
- textColorGhostFocusPrimary: string;
1252
- textColorGhostDisabledPrimary: string;
1253
- borderPrimary: string;
1254
- borderHoverPrimary: string;
1255
- borderPressedPrimary: string;
1256
- borderFocusPrimary: string;
1257
- borderDisabledPrimary: string;
1258
- rippleColorPrimary: string;
1259
- colorInfo: string;
1260
- colorHoverInfo: string;
1261
- colorPressedInfo: string;
1262
- colorFocusInfo: string;
1263
- colorDisabledInfo: string;
1264
- textColorInfo: string;
1265
- textColorHoverInfo: string;
1266
- textColorPressedInfo: string;
1267
- textColorFocusInfo: string;
1268
- textColorDisabledInfo: string;
1269
- textColorTextInfo: string;
1270
- textColorTextHoverInfo: string;
1271
- textColorTextPressedInfo: string;
1272
- textColorTextFocusInfo: string;
1273
- textColorTextDisabledInfo: string;
1274
- textColorGhostInfo: string;
1275
- textColorGhostHoverInfo: string;
1276
- textColorGhostPressedInfo: string;
1277
- textColorGhostFocusInfo: string;
1278
- textColorGhostDisabledInfo: string;
1279
- borderInfo: string;
1280
- borderHoverInfo: string;
1281
- borderPressedInfo: string;
1282
- borderFocusInfo: string;
1283
- borderDisabledInfo: string;
1284
- rippleColorInfo: string;
1285
- colorSuccess: string;
1286
- colorHoverSuccess: string;
1287
- colorPressedSuccess: string;
1288
- colorFocusSuccess: string;
1289
- colorDisabledSuccess: string;
1290
- textColorSuccess: string;
1291
- textColorHoverSuccess: string;
1292
- textColorPressedSuccess: string;
1293
- textColorFocusSuccess: string;
1294
- textColorDisabledSuccess: string;
1295
- textColorTextSuccess: string;
1296
- textColorTextHoverSuccess: string;
1297
- textColorTextPressedSuccess: string;
1298
- textColorTextFocusSuccess: string;
1299
- textColorTextDisabledSuccess: string;
1300
- textColorGhostSuccess: string;
1301
- textColorGhostHoverSuccess: string;
1302
- textColorGhostPressedSuccess: string;
1303
- textColorGhostFocusSuccess: string;
1304
- textColorGhostDisabledSuccess: string;
1305
- borderSuccess: string;
1306
- borderHoverSuccess: string;
1307
- borderPressedSuccess: string;
1308
- borderFocusSuccess: string;
1309
- borderDisabledSuccess: string;
1310
- rippleColorSuccess: string;
1311
- colorWarning: string;
1312
- colorHoverWarning: string;
1313
- colorPressedWarning: string;
1314
- colorFocusWarning: string;
1315
- colorDisabledWarning: string;
1316
- textColorWarning: string;
1317
- textColorHoverWarning: string;
1318
- textColorPressedWarning: string;
1319
- textColorFocusWarning: string;
1320
- textColorDisabledWarning: string;
1321
- textColorTextWarning: string;
1322
- textColorTextHoverWarning: string;
1323
- textColorTextPressedWarning: string;
1324
- textColorTextFocusWarning: string;
1325
- textColorTextDisabledWarning: string;
1326
- textColorGhostWarning: string;
1327
- textColorGhostHoverWarning: string;
1328
- textColorGhostPressedWarning: string;
1329
- textColorGhostFocusWarning: string;
1330
- textColorGhostDisabledWarning: string;
1331
- borderWarning: string;
1332
- borderHoverWarning: string;
1333
- borderPressedWarning: string;
1334
- borderFocusWarning: string;
1335
- borderDisabledWarning: string;
1336
- rippleColorWarning: string;
1337
- colorError: string;
1338
- colorHoverError: string;
1339
- colorPressedError: string;
1340
- colorFocusError: string;
1341
- colorDisabledError: string;
1342
- textColorError: string;
1343
- textColorHoverError: string;
1344
- textColorPressedError: string;
1345
- textColorFocusError: string;
1346
- textColorDisabledError: string;
1347
- textColorTextError: string;
1348
- textColorTextHoverError: string;
1349
- textColorTextPressedError: string;
1350
- textColorTextFocusError: string;
1351
- textColorTextDisabledError: string;
1352
- textColorGhostError: string;
1353
- textColorGhostHoverError: string;
1354
- textColorGhostPressedError: string;
1355
- textColorGhostFocusError: string;
1356
- textColorGhostDisabledError: string;
1357
- borderError: string;
1358
- borderHoverError: string;
1359
- borderPressedError: string;
1360
- borderFocusError: string;
1361
- borderDisabledError: string;
1362
- rippleColorError: string;
1363
- waveOpacity: string;
1364
- fontWeight: string;
1365
- fontWeightStrong: string;
1366
- paddingTiny: string;
1367
- paddingSmall: string;
1368
- paddingMedium: string;
1369
- paddingLarge: string;
1370
- paddingRoundTiny: string;
1371
- paddingRoundSmall: string;
1372
- paddingRoundMedium: string;
1373
- paddingRoundLarge: string;
1374
- iconMarginTiny: string;
1375
- iconMarginSmall: string;
1376
- iconMarginMedium: string;
1377
- iconMarginLarge: string;
1378
- iconSizeTiny: string;
1379
- iconSizeSmall: string;
1380
- iconSizeMedium: string;
1381
- iconSizeLarge: string;
1382
- rippleDuration: string;
1383
- }, any>>>;
1384
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1385
- heightTiny: string;
1386
- heightSmall: string;
1387
- heightMedium: string;
1388
- heightLarge: string;
1389
- borderRadiusTiny: string;
1390
- borderRadiusSmall: string;
1391
- borderRadiusMedium: string;
1392
- borderRadiusLarge: string;
1393
- fontSizeTiny: string;
1394
- fontSizeSmall: string;
1395
- fontSizeMedium: string;
1396
- fontSizeLarge: string;
1397
- opacityDisabled: string;
1398
- colorOpacitySecondary: string;
1399
- colorOpacitySecondaryHover: string;
1400
- colorOpacitySecondaryPressed: string;
1401
- colorSecondary: string;
1402
- colorSecondaryHover: string;
1403
- colorSecondaryPressed: string;
1404
- colorTertiary: string;
1405
- colorTertiaryHover: string;
1406
- colorTertiaryPressed: string;
1407
- colorQuaternary: string;
1408
- colorQuaternaryHover: string;
1409
- colorQuaternaryPressed: string;
1410
- color: string;
1411
- colorHover: string;
1412
- colorPressed: string;
1413
- colorFocus: string;
1414
- colorDisabled: string;
1415
- textColor: string;
1416
- textColorTertiary: string;
1417
- textColorHover: string;
1418
- textColorPressed: string;
1419
- textColorFocus: string;
1420
- textColorDisabled: string;
1421
- textColorText: string;
1422
- textColorTextHover: string;
1423
- textColorTextPressed: string;
1424
- textColorTextFocus: string;
1425
- textColorTextDisabled: string;
1426
- textColorGhost: string;
1427
- textColorGhostHover: string;
1428
- textColorGhostPressed: string;
1429
- textColorGhostFocus: string;
1430
- textColorGhostDisabled: string;
1431
- border: string;
1432
- borderHover: string;
1433
- borderPressed: string;
1434
- borderFocus: string;
1435
- borderDisabled: string;
1436
- rippleColor: string;
1437
- colorPrimary: string;
1438
- colorHoverPrimary: string;
1439
- colorPressedPrimary: string;
1440
- colorFocusPrimary: string;
1441
- colorDisabledPrimary: string;
1442
- textColorPrimary: string;
1443
- textColorHoverPrimary: string;
1444
- textColorPressedPrimary: string;
1445
- textColorFocusPrimary: string;
1446
- textColorDisabledPrimary: string;
1447
- textColorTextPrimary: string;
1448
- textColorTextHoverPrimary: string;
1449
- textColorTextPressedPrimary: string;
1450
- textColorTextFocusPrimary: string;
1451
- textColorTextDisabledPrimary: string;
1452
- textColorGhostPrimary: string;
1453
- textColorGhostHoverPrimary: string;
1454
- textColorGhostPressedPrimary: string;
1455
- textColorGhostFocusPrimary: string;
1456
- textColorGhostDisabledPrimary: string;
1457
- borderPrimary: string;
1458
- borderHoverPrimary: string;
1459
- borderPressedPrimary: string;
1460
- borderFocusPrimary: string;
1461
- borderDisabledPrimary: string;
1462
- rippleColorPrimary: string;
1463
- colorInfo: string;
1464
- colorHoverInfo: string;
1465
- colorPressedInfo: string;
1466
- colorFocusInfo: string;
1467
- colorDisabledInfo: string;
1468
- textColorInfo: string;
1469
- textColorHoverInfo: string;
1470
- textColorPressedInfo: string;
1471
- textColorFocusInfo: string;
1472
- textColorDisabledInfo: string;
1473
- textColorTextInfo: string;
1474
- textColorTextHoverInfo: string;
1475
- textColorTextPressedInfo: string;
1476
- textColorTextFocusInfo: string;
1477
- textColorTextDisabledInfo: string;
1478
- textColorGhostInfo: string;
1479
- textColorGhostHoverInfo: string;
1480
- textColorGhostPressedInfo: string;
1481
- textColorGhostFocusInfo: string;
1482
- textColorGhostDisabledInfo: string;
1483
- borderInfo: string;
1484
- borderHoverInfo: string;
1485
- borderPressedInfo: string;
1486
- borderFocusInfo: string;
1487
- borderDisabledInfo: string;
1488
- rippleColorInfo: string;
1489
- colorSuccess: string;
1490
- colorHoverSuccess: string;
1491
- colorPressedSuccess: string;
1492
- colorFocusSuccess: string;
1493
- colorDisabledSuccess: string;
1494
- textColorSuccess: string;
1495
- textColorHoverSuccess: string;
1496
- textColorPressedSuccess: string;
1497
- textColorFocusSuccess: string;
1498
- textColorDisabledSuccess: string;
1499
- textColorTextSuccess: string;
1500
- textColorTextHoverSuccess: string;
1501
- textColorTextPressedSuccess: string;
1502
- textColorTextFocusSuccess: string;
1503
- textColorTextDisabledSuccess: string;
1504
- textColorGhostSuccess: string;
1505
- textColorGhostHoverSuccess: string;
1506
- textColorGhostPressedSuccess: string;
1507
- textColorGhostFocusSuccess: string;
1508
- textColorGhostDisabledSuccess: string;
1509
- borderSuccess: string;
1510
- borderHoverSuccess: string;
1511
- borderPressedSuccess: string;
1512
- borderFocusSuccess: string;
1513
- borderDisabledSuccess: string;
1514
- rippleColorSuccess: string;
1515
- colorWarning: string;
1516
- colorHoverWarning: string;
1517
- colorPressedWarning: string;
1518
- colorFocusWarning: string;
1519
- colorDisabledWarning: string;
1520
- textColorWarning: string;
1521
- textColorHoverWarning: string;
1522
- textColorPressedWarning: string;
1523
- textColorFocusWarning: string;
1524
- textColorDisabledWarning: string;
1525
- textColorTextWarning: string;
1526
- textColorTextHoverWarning: string;
1527
- textColorTextPressedWarning: string;
1528
- textColorTextFocusWarning: string;
1529
- textColorTextDisabledWarning: string;
1530
- textColorGhostWarning: string;
1531
- textColorGhostHoverWarning: string;
1532
- textColorGhostPressedWarning: string;
1533
- textColorGhostFocusWarning: string;
1534
- textColorGhostDisabledWarning: string;
1535
- borderWarning: string;
1536
- borderHoverWarning: string;
1537
- borderPressedWarning: string;
1538
- borderFocusWarning: string;
1539
- borderDisabledWarning: string;
1540
- rippleColorWarning: string;
1541
- colorError: string;
1542
- colorHoverError: string;
1543
- colorPressedError: string;
1544
- colorFocusError: string;
1545
- colorDisabledError: string;
1546
- textColorError: string;
1547
- textColorHoverError: string;
1548
- textColorPressedError: string;
1549
- textColorFocusError: string;
1550
- textColorDisabledError: string;
1551
- textColorTextError: string;
1552
- textColorTextHoverError: string;
1553
- textColorTextPressedError: string;
1554
- textColorTextFocusError: string;
1555
- textColorTextDisabledError: string;
1556
- textColorGhostError: string;
1557
- textColorGhostHoverError: string;
1558
- textColorGhostPressedError: string;
1559
- textColorGhostFocusError: string;
1560
- textColorGhostDisabledError: string;
1561
- borderError: string;
1562
- borderHoverError: string;
1563
- borderPressedError: string;
1564
- borderFocusError: string;
1565
- borderDisabledError: string;
1566
- rippleColorError: string;
1567
- waveOpacity: string;
1568
- fontWeight: string;
1569
- fontWeightStrong: string;
1570
- paddingTiny: string;
1571
- paddingSmall: string;
1572
- paddingMedium: string;
1573
- paddingLarge: string;
1574
- paddingRoundTiny: string;
1575
- paddingRoundSmall: string;
1576
- paddingRoundMedium: string;
1577
- paddingRoundLarge: string;
1578
- iconMarginTiny: string;
1579
- iconMarginSmall: string;
1580
- iconMarginMedium: string;
1581
- iconMarginLarge: string;
1582
- iconSizeTiny: string;
1583
- iconSizeSmall: string;
1584
- iconSizeMedium: string;
1585
- iconSizeLarge: string;
1586
- rippleDuration: string;
1587
- }, any>>>;
1588
- }, {
1589
- selfElRef: import("vue").Ref<HTMLElement | null>;
1590
- waveElRef: import("vue").Ref<{
1591
- play: () => void;
1592
- } | null>;
1593
- mergedClsPrefix: import("vue").ComputedRef<string>;
1594
- mergedFocusable: import("vue").ComputedRef<boolean>;
1595
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
1596
- showBorder: import("vue").ComputedRef<boolean>;
1597
- enterPressed: import("vue").Ref<boolean>;
1598
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1599
- handleMousedown: (e: MouseEvent) => void;
1600
- handleKeydown: (e: KeyboardEvent) => void;
1601
- handleBlur: () => void;
1602
- handleKeyup: (e: KeyboardEvent) => void;
1603
- handleClick: (e: MouseEvent) => void;
1604
- customColorCssVars: import("vue").ComputedRef<{
1605
- '--n-border-color': string;
1606
- '--n-border-color-hover': string;
1607
- '--n-border-color-pressed': string;
1608
- '--n-border-color-focus': string;
1609
- '--n-border-color-disabled': string;
1610
- } | null>;
1611
- cssVars: import("vue").ComputedRef<{
1612
- '--n-width': string;
1613
- '--n-height': string;
1614
- '--n-font-size': string;
1615
- '--n-padding': string;
1616
- '--n-icon-size': string;
1617
- '--n-icon-margin': string;
1618
- '--n-border-radius': string;
1619
- '--n-border': string;
1620
- '--n-border-hover': string;
1621
- '--n-border-pressed': string;
1622
- '--n-border-focus': string;
1623
- '--n-border-disabled': string;
1624
- '--n-color': string;
1625
- '--n-color-hover': string;
1626
- '--n-color-pressed': string;
1627
- '--n-color-focus': string;
1628
- '--n-color-disabled': string;
1629
- '--n-ripple-color': string;
1630
- '--n-text-color': string;
1631
- '--n-text-color-hover': string;
1632
- '--n-text-color-pressed': string;
1633
- '--n-text-color-focus': string;
1634
- '--n-text-color-disabled': string;
1635
- 'font-weight': string;
1636
- '--n-bezier': string;
1637
- '--n-bezier-ease-out': string;
1638
- '--n-ripple-duration': string;
1639
- '--n-opacity-disabled': string;
1640
- '--n-wave-opacity': string;
1641
- }> | undefined;
1642
- themeClass: import("vue").Ref<string> | undefined;
1643
- onRender: (() => void) | undefined;
1644
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1645
- readonly color: StringConstructor;
1646
- readonly textColor: StringConstructor;
1647
- readonly text: BooleanConstructor;
1648
- readonly block: BooleanConstructor;
1649
- readonly loading: BooleanConstructor;
1650
- readonly disabled: BooleanConstructor;
1651
- readonly circle: BooleanConstructor;
1652
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
1653
- readonly ghost: BooleanConstructor;
1654
- readonly round: BooleanConstructor;
1655
- readonly secondary: BooleanConstructor;
1656
- readonly tertiary: BooleanConstructor;
1657
- readonly quaternary: BooleanConstructor;
1658
- readonly strong: BooleanConstructor;
1659
- readonly focusable: {
1660
- readonly type: BooleanConstructor;
1661
- readonly default: true;
1662
- };
1663
- readonly keyboard: {
1664
- readonly type: BooleanConstructor;
1665
- readonly default: true;
1666
- };
1667
- readonly tag: {
1668
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
1669
- readonly default: "button";
1670
- };
1671
- readonly type: {
1672
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
1673
- readonly default: "default";
1674
- };
1675
- readonly dashed: BooleanConstructor;
1676
- readonly iconPlacement: {
1677
- readonly type: import("vue").PropType<"left" | "right">;
1678
- readonly default: "left";
1679
- };
1680
- readonly attrType: {
1681
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
1682
- readonly default: "button";
1683
- };
1684
- readonly bordered: {
1685
- readonly type: BooleanConstructor;
1686
- readonly default: true;
1687
- };
1688
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1689
- readonly nativeFocusBehavior: BooleanConstructor;
1690
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
1691
- heightTiny: string;
1692
- heightSmall: string;
1693
- heightMedium: string;
1694
- heightLarge: string;
1695
- borderRadiusTiny: string;
1696
- borderRadiusSmall: string;
1697
- borderRadiusMedium: string;
1698
- borderRadiusLarge: string;
1699
- fontSizeTiny: string;
1700
- fontSizeSmall: string;
1701
- fontSizeMedium: string;
1702
- fontSizeLarge: string;
1703
- opacityDisabled: string;
1704
- colorOpacitySecondary: string;
1705
- colorOpacitySecondaryHover: string;
1706
- colorOpacitySecondaryPressed: string;
1707
- colorSecondary: string;
1708
- colorSecondaryHover: string;
1709
- colorSecondaryPressed: string;
1710
- colorTertiary: string;
1711
- colorTertiaryHover: string;
1712
- colorTertiaryPressed: string;
1713
- colorQuaternary: string;
1714
- colorQuaternaryHover: string;
1715
- colorQuaternaryPressed: string;
1716
- color: string;
1717
- colorHover: string;
1718
- colorPressed: string;
1719
- colorFocus: string;
1720
- colorDisabled: string;
1721
- textColor: string;
1722
- textColorTertiary: string;
1723
- textColorHover: string;
1724
- textColorPressed: string;
1725
- textColorFocus: string;
1726
- textColorDisabled: string;
1727
- textColorText: string;
1728
- textColorTextHover: string;
1729
- textColorTextPressed: string;
1730
- textColorTextFocus: string;
1731
- textColorTextDisabled: string;
1732
- textColorGhost: string;
1733
- textColorGhostHover: string;
1734
- textColorGhostPressed: string;
1735
- textColorGhostFocus: string;
1736
- textColorGhostDisabled: string;
1737
- border: string;
1738
- borderHover: string;
1739
- borderPressed: string;
1740
- borderFocus: string;
1741
- borderDisabled: string;
1742
- rippleColor: string;
1743
- colorPrimary: string;
1744
- colorHoverPrimary: string;
1745
- colorPressedPrimary: string;
1746
- colorFocusPrimary: string;
1747
- colorDisabledPrimary: string;
1748
- textColorPrimary: string;
1749
- textColorHoverPrimary: string;
1750
- textColorPressedPrimary: string;
1751
- textColorFocusPrimary: string;
1752
- textColorDisabledPrimary: string;
1753
- textColorTextPrimary: string;
1754
- textColorTextHoverPrimary: string;
1755
- textColorTextPressedPrimary: string;
1756
- textColorTextFocusPrimary: string;
1757
- textColorTextDisabledPrimary: string;
1758
- textColorGhostPrimary: string;
1759
- textColorGhostHoverPrimary: string;
1760
- textColorGhostPressedPrimary: string;
1761
- textColorGhostFocusPrimary: string;
1762
- textColorGhostDisabledPrimary: string;
1763
- borderPrimary: string;
1764
- borderHoverPrimary: string;
1765
- borderPressedPrimary: string;
1766
- borderFocusPrimary: string;
1767
- borderDisabledPrimary: string;
1768
- rippleColorPrimary: string;
1769
- colorInfo: string;
1770
- colorHoverInfo: string;
1771
- colorPressedInfo: string;
1772
- colorFocusInfo: string;
1773
- colorDisabledInfo: string;
1774
- textColorInfo: string;
1775
- textColorHoverInfo: string;
1776
- textColorPressedInfo: string;
1777
- textColorFocusInfo: string;
1778
- textColorDisabledInfo: string;
1779
- textColorTextInfo: string;
1780
- textColorTextHoverInfo: string;
1781
- textColorTextPressedInfo: string;
1782
- textColorTextFocusInfo: string;
1783
- textColorTextDisabledInfo: string;
1784
- textColorGhostInfo: string;
1785
- textColorGhostHoverInfo: string;
1786
- textColorGhostPressedInfo: string;
1787
- textColorGhostFocusInfo: string;
1788
- textColorGhostDisabledInfo: string;
1789
- borderInfo: string;
1790
- borderHoverInfo: string;
1791
- borderPressedInfo: string;
1792
- borderFocusInfo: string;
1793
- borderDisabledInfo: string;
1794
- rippleColorInfo: string;
1795
- colorSuccess: string;
1796
- colorHoverSuccess: string;
1797
- colorPressedSuccess: string;
1798
- colorFocusSuccess: string;
1799
- colorDisabledSuccess: string;
1800
- textColorSuccess: string;
1801
- textColorHoverSuccess: string;
1802
- textColorPressedSuccess: string;
1803
- textColorFocusSuccess: string;
1804
- textColorDisabledSuccess: string;
1805
- textColorTextSuccess: string;
1806
- textColorTextHoverSuccess: string;
1807
- textColorTextPressedSuccess: string;
1808
- textColorTextFocusSuccess: string;
1809
- textColorTextDisabledSuccess: string;
1810
- textColorGhostSuccess: string;
1811
- textColorGhostHoverSuccess: string;
1812
- textColorGhostPressedSuccess: string;
1813
- textColorGhostFocusSuccess: string;
1814
- textColorGhostDisabledSuccess: string;
1815
- borderSuccess: string;
1816
- borderHoverSuccess: string;
1817
- borderPressedSuccess: string;
1818
- borderFocusSuccess: string;
1819
- borderDisabledSuccess: string;
1820
- rippleColorSuccess: string;
1821
- colorWarning: string;
1822
- colorHoverWarning: string;
1823
- colorPressedWarning: string;
1824
- colorFocusWarning: string;
1825
- colorDisabledWarning: string;
1826
- textColorWarning: string;
1827
- textColorHoverWarning: string;
1828
- textColorPressedWarning: string;
1829
- textColorFocusWarning: string;
1830
- textColorDisabledWarning: string;
1831
- textColorTextWarning: string;
1832
- textColorTextHoverWarning: string;
1833
- textColorTextPressedWarning: string;
1834
- textColorTextFocusWarning: string;
1835
- textColorTextDisabledWarning: string;
1836
- textColorGhostWarning: string;
1837
- textColorGhostHoverWarning: string;
1838
- textColorGhostPressedWarning: string;
1839
- textColorGhostFocusWarning: string;
1840
- textColorGhostDisabledWarning: string;
1841
- borderWarning: string;
1842
- borderHoverWarning: string;
1843
- borderPressedWarning: string;
1844
- borderFocusWarning: string;
1845
- borderDisabledWarning: string;
1846
- rippleColorWarning: string;
1847
- colorError: string;
1848
- colorHoverError: string;
1849
- colorPressedError: string;
1850
- colorFocusError: string;
1851
- colorDisabledError: string;
1852
- textColorError: string;
1853
- textColorHoverError: string;
1854
- textColorPressedError: string;
1855
- textColorFocusError: string;
1856
- textColorDisabledError: string;
1857
- textColorTextError: string;
1858
- textColorTextHoverError: string;
1859
- textColorTextPressedError: string;
1860
- textColorTextFocusError: string;
1861
- textColorTextDisabledError: string;
1862
- textColorGhostError: string;
1863
- textColorGhostHoverError: string;
1864
- textColorGhostPressedError: string;
1865
- textColorGhostFocusError: string;
1866
- textColorGhostDisabledError: string;
1867
- borderError: string;
1868
- borderHoverError: string;
1869
- borderPressedError: string;
1870
- borderFocusError: string;
1871
- borderDisabledError: string;
1872
- rippleColorError: string;
1873
- waveOpacity: string;
1874
- fontWeight: string;
1875
- fontWeightStrong: string;
1876
- paddingTiny: string;
1877
- paddingSmall: string;
1878
- paddingMedium: string;
1879
- paddingLarge: string;
1880
- paddingRoundTiny: string;
1881
- paddingRoundSmall: string;
1882
- paddingRoundMedium: string;
1883
- paddingRoundLarge: string;
1884
- iconMarginTiny: string;
1885
- iconMarginSmall: string;
1886
- iconMarginMedium: string;
1887
- iconMarginLarge: string;
1888
- iconSizeTiny: string;
1889
- iconSizeSmall: string;
1890
- iconSizeMedium: string;
1891
- iconSizeLarge: string;
1892
- rippleDuration: string;
1893
- }, any>>;
1894
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1895
- heightTiny: string;
1896
- heightSmall: string;
1897
- heightMedium: string;
1898
- heightLarge: string;
1899
- borderRadiusTiny: string;
1900
- borderRadiusSmall: string;
1901
- borderRadiusMedium: string;
1902
- borderRadiusLarge: string;
1903
- fontSizeTiny: string;
1904
- fontSizeSmall: string;
1905
- fontSizeMedium: string;
1906
- fontSizeLarge: string;
1907
- opacityDisabled: string;
1908
- colorOpacitySecondary: string;
1909
- colorOpacitySecondaryHover: string;
1910
- colorOpacitySecondaryPressed: string;
1911
- colorSecondary: string;
1912
- colorSecondaryHover: string;
1913
- colorSecondaryPressed: string;
1914
- colorTertiary: string;
1915
- colorTertiaryHover: string;
1916
- colorTertiaryPressed: string;
1917
- colorQuaternary: string;
1918
- colorQuaternaryHover: string;
1919
- colorQuaternaryPressed: string;
1920
- color: string;
1921
- colorHover: string;
1922
- colorPressed: string;
1923
- colorFocus: string;
1924
- colorDisabled: string;
1925
- textColor: string;
1926
- textColorTertiary: string;
1927
- textColorHover: string;
1928
- textColorPressed: string;
1929
- textColorFocus: string;
1930
- textColorDisabled: string;
1931
- textColorText: string;
1932
- textColorTextHover: string;
1933
- textColorTextPressed: string;
1934
- textColorTextFocus: string;
1935
- textColorTextDisabled: string;
1936
- textColorGhost: string;
1937
- textColorGhostHover: string;
1938
- textColorGhostPressed: string;
1939
- textColorGhostFocus: string;
1940
- textColorGhostDisabled: string;
1941
- border: string;
1942
- borderHover: string;
1943
- borderPressed: string;
1944
- borderFocus: string;
1945
- borderDisabled: string;
1946
- rippleColor: string;
1947
- colorPrimary: string;
1948
- colorHoverPrimary: string;
1949
- colorPressedPrimary: string;
1950
- colorFocusPrimary: string;
1951
- colorDisabledPrimary: string;
1952
- textColorPrimary: string;
1953
- textColorHoverPrimary: string;
1954
- textColorPressedPrimary: string;
1955
- textColorFocusPrimary: string;
1956
- textColorDisabledPrimary: string;
1957
- textColorTextPrimary: string;
1958
- textColorTextHoverPrimary: string;
1959
- textColorTextPressedPrimary: string;
1960
- textColorTextFocusPrimary: string;
1961
- textColorTextDisabledPrimary: string;
1962
- textColorGhostPrimary: string;
1963
- textColorGhostHoverPrimary: string;
1964
- textColorGhostPressedPrimary: string;
1965
- textColorGhostFocusPrimary: string;
1966
- textColorGhostDisabledPrimary: string;
1967
- borderPrimary: string;
1968
- borderHoverPrimary: string;
1969
- borderPressedPrimary: string;
1970
- borderFocusPrimary: string;
1971
- borderDisabledPrimary: string;
1972
- rippleColorPrimary: string;
1973
- colorInfo: string;
1974
- colorHoverInfo: string;
1975
- colorPressedInfo: string;
1976
- colorFocusInfo: string;
1977
- colorDisabledInfo: string;
1978
- textColorInfo: string;
1979
- textColorHoverInfo: string;
1980
- textColorPressedInfo: string;
1981
- textColorFocusInfo: string;
1982
- textColorDisabledInfo: string;
1983
- textColorTextInfo: string;
1984
- textColorTextHoverInfo: string;
1985
- textColorTextPressedInfo: string;
1986
- textColorTextFocusInfo: string;
1987
- textColorTextDisabledInfo: string;
1988
- textColorGhostInfo: string;
1989
- textColorGhostHoverInfo: string;
1990
- textColorGhostPressedInfo: string;
1991
- textColorGhostFocusInfo: string;
1992
- textColorGhostDisabledInfo: string;
1993
- borderInfo: string;
1994
- borderHoverInfo: string;
1995
- borderPressedInfo: string;
1996
- borderFocusInfo: string;
1997
- borderDisabledInfo: string;
1998
- rippleColorInfo: string;
1999
- colorSuccess: string;
2000
- colorHoverSuccess: string;
2001
- colorPressedSuccess: string;
2002
- colorFocusSuccess: string;
2003
- colorDisabledSuccess: string;
2004
- textColorSuccess: string;
2005
- textColorHoverSuccess: string;
2006
- textColorPressedSuccess: string;
2007
- textColorFocusSuccess: string;
2008
- textColorDisabledSuccess: string;
2009
- textColorTextSuccess: string;
2010
- textColorTextHoverSuccess: string;
2011
- textColorTextPressedSuccess: string;
2012
- textColorTextFocusSuccess: string;
2013
- textColorTextDisabledSuccess: string;
2014
- textColorGhostSuccess: string;
2015
- textColorGhostHoverSuccess: string;
2016
- textColorGhostPressedSuccess: string;
2017
- textColorGhostFocusSuccess: string;
2018
- textColorGhostDisabledSuccess: string;
2019
- borderSuccess: string;
2020
- borderHoverSuccess: string;
2021
- borderPressedSuccess: string;
2022
- borderFocusSuccess: string;
2023
- borderDisabledSuccess: string;
2024
- rippleColorSuccess: string;
2025
- colorWarning: string;
2026
- colorHoverWarning: string;
2027
- colorPressedWarning: string;
2028
- colorFocusWarning: string;
2029
- colorDisabledWarning: string;
2030
- textColorWarning: string;
2031
- textColorHoverWarning: string;
2032
- textColorPressedWarning: string;
2033
- textColorFocusWarning: string;
2034
- textColorDisabledWarning: string;
2035
- textColorTextWarning: string;
2036
- textColorTextHoverWarning: string;
2037
- textColorTextPressedWarning: string;
2038
- textColorTextFocusWarning: string;
2039
- textColorTextDisabledWarning: string;
2040
- textColorGhostWarning: string;
2041
- textColorGhostHoverWarning: string;
2042
- textColorGhostPressedWarning: string;
2043
- textColorGhostFocusWarning: string;
2044
- textColorGhostDisabledWarning: string;
2045
- borderWarning: string;
2046
- borderHoverWarning: string;
2047
- borderPressedWarning: string;
2048
- borderFocusWarning: string;
2049
- borderDisabledWarning: string;
2050
- rippleColorWarning: string;
2051
- colorError: string;
2052
- colorHoverError: string;
2053
- colorPressedError: string;
2054
- colorFocusError: string;
2055
- colorDisabledError: string;
2056
- textColorError: string;
2057
- textColorHoverError: string;
2058
- textColorPressedError: string;
2059
- textColorFocusError: string;
2060
- textColorDisabledError: string;
2061
- textColorTextError: string;
2062
- textColorTextHoverError: string;
2063
- textColorTextPressedError: string;
2064
- textColorTextFocusError: string;
2065
- textColorTextDisabledError: string;
2066
- textColorGhostError: string;
2067
- textColorGhostHoverError: string;
2068
- textColorGhostPressedError: string;
2069
- textColorGhostFocusError: string;
2070
- textColorGhostDisabledError: string;
2071
- borderError: string;
2072
- borderHoverError: string;
2073
- borderPressedError: string;
2074
- borderFocusError: string;
2075
- borderDisabledError: string;
2076
- rippleColorError: string;
2077
- waveOpacity: string;
2078
- fontWeight: string;
2079
- fontWeightStrong: string;
2080
- paddingTiny: string;
2081
- paddingSmall: string;
2082
- paddingMedium: string;
2083
- paddingLarge: string;
2084
- paddingRoundTiny: string;
2085
- paddingRoundSmall: string;
2086
- paddingRoundMedium: string;
2087
- paddingRoundLarge: string;
2088
- iconMarginTiny: string;
2089
- iconMarginSmall: string;
2090
- iconMarginMedium: string;
2091
- iconMarginLarge: string;
2092
- iconSizeTiny: string;
2093
- iconSizeSmall: string;
2094
- iconSizeMedium: string;
2095
- iconSizeLarge: string;
2096
- rippleDuration: string;
2097
- }, any>>>;
2098
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
2099
- heightTiny: string;
2100
- heightSmall: string;
2101
- heightMedium: string;
2102
- heightLarge: string;
2103
- borderRadiusTiny: string;
2104
- borderRadiusSmall: string;
2105
- borderRadiusMedium: string;
2106
- borderRadiusLarge: string;
2107
- fontSizeTiny: string;
2108
- fontSizeSmall: string;
2109
- fontSizeMedium: string;
2110
- fontSizeLarge: string;
2111
- opacityDisabled: string;
2112
- colorOpacitySecondary: string;
2113
- colorOpacitySecondaryHover: string;
2114
- colorOpacitySecondaryPressed: string;
2115
- colorSecondary: string;
2116
- colorSecondaryHover: string;
2117
- colorSecondaryPressed: string;
2118
- colorTertiary: string;
2119
- colorTertiaryHover: string;
2120
- colorTertiaryPressed: string;
2121
- colorQuaternary: string;
2122
- colorQuaternaryHover: string;
2123
- colorQuaternaryPressed: string;
2124
- color: string;
2125
- colorHover: string;
2126
- colorPressed: string;
2127
- colorFocus: string;
2128
- colorDisabled: string;
2129
- textColor: string;
2130
- textColorTertiary: string;
2131
- textColorHover: string;
2132
- textColorPressed: string;
2133
- textColorFocus: string;
2134
- textColorDisabled: string;
2135
- textColorText: string;
2136
- textColorTextHover: string;
2137
- textColorTextPressed: string;
2138
- textColorTextFocus: string;
2139
- textColorTextDisabled: string;
2140
- textColorGhost: string;
2141
- textColorGhostHover: string;
2142
- textColorGhostPressed: string;
2143
- textColorGhostFocus: string;
2144
- textColorGhostDisabled: string;
2145
- border: string;
2146
- borderHover: string;
2147
- borderPressed: string;
2148
- borderFocus: string;
2149
- borderDisabled: string;
2150
- rippleColor: string;
2151
- colorPrimary: string;
2152
- colorHoverPrimary: string;
2153
- colorPressedPrimary: string;
2154
- colorFocusPrimary: string;
2155
- colorDisabledPrimary: string;
2156
- textColorPrimary: string;
2157
- textColorHoverPrimary: string;
2158
- textColorPressedPrimary: string;
2159
- textColorFocusPrimary: string;
2160
- textColorDisabledPrimary: string;
2161
- textColorTextPrimary: string;
2162
- textColorTextHoverPrimary: string;
2163
- textColorTextPressedPrimary: string;
2164
- textColorTextFocusPrimary: string;
2165
- textColorTextDisabledPrimary: string;
2166
- textColorGhostPrimary: string;
2167
- textColorGhostHoverPrimary: string;
2168
- textColorGhostPressedPrimary: string;
2169
- textColorGhostFocusPrimary: string;
2170
- textColorGhostDisabledPrimary: string;
2171
- borderPrimary: string;
2172
- borderHoverPrimary: string;
2173
- borderPressedPrimary: string;
2174
- borderFocusPrimary: string;
2175
- borderDisabledPrimary: string;
2176
- rippleColorPrimary: string;
2177
- colorInfo: string;
2178
- colorHoverInfo: string;
2179
- colorPressedInfo: string;
2180
- colorFocusInfo: string;
2181
- colorDisabledInfo: string;
2182
- textColorInfo: string;
2183
- textColorHoverInfo: string;
2184
- textColorPressedInfo: string;
2185
- textColorFocusInfo: string;
2186
- textColorDisabledInfo: string;
2187
- textColorTextInfo: string;
2188
- textColorTextHoverInfo: string;
2189
- textColorTextPressedInfo: string;
2190
- textColorTextFocusInfo: string;
2191
- textColorTextDisabledInfo: string;
2192
- textColorGhostInfo: string;
2193
- textColorGhostHoverInfo: string;
2194
- textColorGhostPressedInfo: string;
2195
- textColorGhostFocusInfo: string;
2196
- textColorGhostDisabledInfo: string;
2197
- borderInfo: string;
2198
- borderHoverInfo: string;
2199
- borderPressedInfo: string;
2200
- borderFocusInfo: string;
2201
- borderDisabledInfo: string;
2202
- rippleColorInfo: string;
2203
- colorSuccess: string;
2204
- colorHoverSuccess: string;
2205
- colorPressedSuccess: string;
2206
- colorFocusSuccess: string;
2207
- colorDisabledSuccess: string;
2208
- textColorSuccess: string;
2209
- textColorHoverSuccess: string;
2210
- textColorPressedSuccess: string;
2211
- textColorFocusSuccess: string;
2212
- textColorDisabledSuccess: string;
2213
- textColorTextSuccess: string;
2214
- textColorTextHoverSuccess: string;
2215
- textColorTextPressedSuccess: string;
2216
- textColorTextFocusSuccess: string;
2217
- textColorTextDisabledSuccess: string;
2218
- textColorGhostSuccess: string;
2219
- textColorGhostHoverSuccess: string;
2220
- textColorGhostPressedSuccess: string;
2221
- textColorGhostFocusSuccess: string;
2222
- textColorGhostDisabledSuccess: string;
2223
- borderSuccess: string;
2224
- borderHoverSuccess: string;
2225
- borderPressedSuccess: string;
2226
- borderFocusSuccess: string;
2227
- borderDisabledSuccess: string;
2228
- rippleColorSuccess: string;
2229
- colorWarning: string;
2230
- colorHoverWarning: string;
2231
- colorPressedWarning: string;
2232
- colorFocusWarning: string;
2233
- colorDisabledWarning: string;
2234
- textColorWarning: string;
2235
- textColorHoverWarning: string;
2236
- textColorPressedWarning: string;
2237
- textColorFocusWarning: string;
2238
- textColorDisabledWarning: string;
2239
- textColorTextWarning: string;
2240
- textColorTextHoverWarning: string;
2241
- textColorTextPressedWarning: string;
2242
- textColorTextFocusWarning: string;
2243
- textColorTextDisabledWarning: string;
2244
- textColorGhostWarning: string;
2245
- textColorGhostHoverWarning: string;
2246
- textColorGhostPressedWarning: string;
2247
- textColorGhostFocusWarning: string;
2248
- textColorGhostDisabledWarning: string;
2249
- borderWarning: string;
2250
- borderHoverWarning: string;
2251
- borderPressedWarning: string;
2252
- borderFocusWarning: string;
2253
- borderDisabledWarning: string;
2254
- rippleColorWarning: string;
2255
- colorError: string;
2256
- colorHoverError: string;
2257
- colorPressedError: string;
2258
- colorFocusError: string;
2259
- colorDisabledError: string;
2260
- textColorError: string;
2261
- textColorHoverError: string;
2262
- textColorPressedError: string;
2263
- textColorFocusError: string;
2264
- textColorDisabledError: string;
2265
- textColorTextError: string;
2266
- textColorTextHoverError: string;
2267
- textColorTextPressedError: string;
2268
- textColorTextFocusError: string;
2269
- textColorTextDisabledError: string;
2270
- textColorGhostError: string;
2271
- textColorGhostHoverError: string;
2272
- textColorGhostPressedError: string;
2273
- textColorGhostFocusError: string;
2274
- textColorGhostDisabledError: string;
2275
- borderError: string;
2276
- borderHoverError: string;
2277
- borderPressedError: string;
2278
- borderFocusError: string;
2279
- borderDisabledError: string;
2280
- rippleColorError: string;
2281
- waveOpacity: string;
2282
- fontWeight: string;
2283
- fontWeightStrong: string;
2284
- paddingTiny: string;
2285
- paddingSmall: string;
2286
- paddingMedium: string;
2287
- paddingLarge: string;
2288
- paddingRoundTiny: string;
2289
- paddingRoundSmall: string;
2290
- paddingRoundMedium: string;
2291
- paddingRoundLarge: string;
2292
- iconMarginTiny: string;
2293
- iconMarginSmall: string;
2294
- iconMarginMedium: string;
2295
- iconMarginLarge: string;
2296
- iconSizeTiny: string;
2297
- iconSizeSmall: string;
2298
- iconSizeMedium: string;
2299
- iconSizeLarge: string;
2300
- rippleDuration: string;
2301
- }, any>>>;
2302
- }>>, {
2303
- readonly type: import("naive-ui/es/button/src/interface").Type;
2304
- readonly tag: keyof HTMLElementTagNameMap;
2305
- readonly block: boolean;
2306
- readonly round: boolean;
2307
- readonly dashed: boolean;
2308
- readonly text: boolean;
2309
- readonly circle: boolean;
2310
- readonly disabled: boolean;
2311
- readonly focusable: boolean;
2312
- readonly strong: boolean;
2313
- readonly loading: boolean;
2314
- readonly bordered: boolean;
2315
- readonly tertiary: boolean;
2316
- readonly ghost: boolean;
2317
- readonly keyboard: boolean;
2318
- readonly secondary: boolean;
2319
- readonly quaternary: boolean;
2320
- readonly iconPlacement: "left" | "right";
2321
- readonly attrType: "button" | "reset" | "submit";
2322
- readonly nativeFocusBehavior: boolean;
2323
- }>;
2324
- 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<{}>>, {}>;
2325
- 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<{}>>, {}>;
2326
- 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<{}>>, {}>;
2327
- videoImg: string;
2328
- success: string;
2329
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "vodFileList"[], "vodFileList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2330
- formData: {
2331
- type: ObjectConstructor;
2332
- default: () => {};
2333
- };
2334
- defList: (ArrayConstructor | StringConstructor)[];
2335
- source: StringConstructor;
2336
- limitNum: {
2337
- default: number;
2338
- };
2339
- defFileList: {
2340
- default: string;
2341
- };
2342
- isLock: BooleanConstructor;
2343
- isDetail: {
2344
- type: BooleanConstructor;
2345
- default: boolean;
2346
- };
2347
- getChunkUploadConfig: {
2348
- type: FunctionConstructor;
2349
- default: () => Promise<{}>;
2350
- };
2351
- }>> & {
2352
- onVodFileList?: ((...args: any[]) => any) | undefined;
2353
- }, {
2354
- isDetail: boolean;
2355
- isLock: boolean;
2356
- formData: Record<string, any>;
2357
- limitNum: number;
2358
- defFileList: string;
2359
- getChunkUploadConfig: Function;
2360
- }>>;
2361
- MOBILE: import("vue").ShallowRef<import("vue").DefineComponent<{
2362
- form: {
2363
- type: ObjectConstructor;
2364
- default: () => {};
2365
- };
2366
- item: {
2367
- type: ObjectConstructor;
2368
- default: () => {};
2369
- };
2370
- isLock: {
2371
- type: BooleanConstructor;
2372
- default: boolean;
2373
- };
2374
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2375
- form: {
2376
- type: ObjectConstructor;
2377
- default: () => {};
2378
- };
2379
- item: {
2380
- type: ObjectConstructor;
2381
- default: () => {};
2382
- };
2383
- isLock: {
2384
- type: BooleanConstructor;
2385
- default: boolean;
2386
- };
2387
- }>> & {
2388
- onScaleChange?: ((...args: any[]) => any) | undefined;
2389
- }, {
2390
- form: Record<string, any>;
2391
- item: Record<string, any>;
2392
- isLock: boolean;
2393
- }>>;
2394
- EVALUATE_RADIO_BLOCK: import("vue").ShallowRef<import("vue").DefineComponent<{
2395
- form: {
2396
- type: ObjectConstructor;
2397
- default: () => void;
2398
- };
2399
- item: {
2400
- type: ObjectConstructor;
2401
- default: () => void;
2402
- };
2403
- isLock: {
2404
- type: BooleanConstructor;
2405
- default: boolean;
2406
- };
2407
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2408
- form: {
2409
- type: ObjectConstructor;
2410
- default: () => void;
2411
- };
2412
- item: {
2413
- type: ObjectConstructor;
2414
- default: () => void;
2415
- };
2416
- isLock: {
2417
- type: BooleanConstructor;
2418
- default: boolean;
2419
- };
2420
- }>> & {
2421
- onScaleChange?: ((...args: any[]) => any) | undefined;
2422
- }, {
2423
- form: Record<string, any>;
2424
- item: Record<string, any>;
2425
- isLock: boolean;
2426
- }>>;
2427
- EVALUATE_CHECKBOX_BLOCK: import("vue").ShallowRef<import("vue").DefineComponent<{
2428
- form: {
2429
- type: ObjectConstructor;
2430
- default: () => void;
2431
- };
2432
- item: {
2433
- type: ObjectConstructor;
2434
- default: () => void;
2435
- };
2436
- isLock: {
2437
- type: BooleanConstructor;
2438
- default: boolean;
2439
- };
2440
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2441
- form: {
2442
- type: ObjectConstructor;
2443
- default: () => void;
2444
- };
2445
- item: {
2446
- type: ObjectConstructor;
2447
- default: () => void;
2448
- };
2449
- isLock: {
2450
- type: BooleanConstructor;
2451
- default: boolean;
2452
- };
2453
- }>> & {
2454
- onScaleChange?: ((...args: any[]) => any) | undefined;
2455
- }, {
2456
- form: Record<string, any>;
2457
- item: Record<string, any>;
2458
- isLock: boolean;
2459
- }>>;
2460
- EVALUATE_SELECT: import("vue").ShallowRef<import("vue").DefineComponent<{
2461
- form: {
2462
- type: ObjectConstructor;
2463
- default: () => void;
2464
- };
2465
- item: {
2466
- type: ObjectConstructor;
2467
- default: () => void;
2468
- };
2469
- isLock: {
2470
- type: BooleanConstructor;
2471
- default: boolean;
2472
- };
2473
- getSelectOptions: {
2474
- type: FunctionConstructor;
2475
- default: () => Promise<never[]>;
2476
- };
2477
- getSearchOptions: {
2478
- type: FunctionConstructor;
2479
- default: () => Promise<never[]>;
2480
- };
2481
- openType: {
2482
- type: StringConstructor;
2483
- default: string;
2484
- };
2485
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2486
- form: {
2487
- type: ObjectConstructor;
2488
- default: () => void;
2489
- };
2490
- item: {
2491
- type: ObjectConstructor;
2492
- default: () => void;
2493
- };
2494
- isLock: {
2495
- type: BooleanConstructor;
2496
- default: boolean;
2497
- };
2498
- getSelectOptions: {
2499
- type: FunctionConstructor;
2500
- default: () => Promise<never[]>;
2501
- };
2502
- getSearchOptions: {
2503
- type: FunctionConstructor;
2504
- default: () => Promise<never[]>;
2505
- };
2506
- openType: {
2507
- type: StringConstructor;
2508
- default: string;
2509
- };
2510
- }>> & {
2511
- onScaleChange?: ((...args: any[]) => any) | undefined;
2512
- }, {
2513
- form: Record<string, any>;
2514
- item: Record<string, any>;
2515
- isLock: boolean;
2516
- openType: string;
2517
- getSelectOptions: Function;
2518
- getSearchOptions: Function;
2519
- }>>;
2520
- EVALUATE_INPUT: import("vue").ShallowRef<import("vue").DefineComponent<{
2521
- form: {
2522
- type: ObjectConstructor;
2523
- default: () => {};
2524
- };
2525
- item: {
2526
- type: ObjectConstructor;
2527
- default: () => {};
2528
- };
2529
- isLock: {
2530
- type: BooleanConstructor;
2531
- default: boolean;
2532
- };
2533
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2534
- form: {
2535
- type: ObjectConstructor;
2536
- default: () => {};
2537
- };
2538
- item: {
2539
- type: ObjectConstructor;
2540
- default: () => {};
2541
- };
2542
- isLock: {
2543
- type: BooleanConstructor;
2544
- default: boolean;
2545
- };
2546
- }>> & {
2547
- onScaleChange?: ((...args: any[]) => any) | undefined;
2548
- }, {
2549
- form: Record<string, any>;
2550
- item: Record<string, any>;
2551
- isLock: boolean;
2552
- }>>;
2553
- PROMPT: import("vue").ShallowRef<import("vue").DefineComponent<{
2554
- form: {
2555
- type: ObjectConstructor;
2556
- default: () => {};
2557
- };
2558
- item: {
2559
- type: ObjectConstructor;
2560
- default: () => {};
2561
- };
2562
- isLock: {
2563
- type: BooleanConstructor;
2564
- default: boolean;
2565
- };
2566
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2567
- form: {
2568
- type: ObjectConstructor;
2569
- default: () => {};
2570
- };
2571
- item: {
2572
- type: ObjectConstructor;
2573
- default: () => {};
2574
- };
2575
- isLock: {
2576
- type: BooleanConstructor;
2577
- default: boolean;
2578
- };
2579
- }>> & {}, {
2580
- form: Record<string, any>;
2581
- item: Record<string, any>;
2582
- isLock: boolean;
2583
- }>>;
2584
- IMGCARD: import("vue").ShallowRef<import("vue").DefineComponent<{
2585
- form: {
2586
- type: ObjectConstructor;
2587
- default: () => {};
2588
- };
2589
- item: {
2590
- type: ObjectConstructor;
2591
- default: () => {};
2592
- };
2593
- isLock: {
2594
- type: BooleanConstructor;
2595
- default: boolean;
2596
- };
2597
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2598
- form: {
2599
- type: ObjectConstructor;
2600
- default: () => {};
2601
- };
2602
- item: {
2603
- type: ObjectConstructor;
2604
- default: () => {};
2605
- };
2606
- isLock: {
2607
- type: BooleanConstructor;
2608
- default: boolean;
2609
- };
2610
- }>> & {}, {
2611
- form: Record<string, any>;
2612
- item: Record<string, any>;
2613
- isLock: boolean;
2614
- }>>;
2615
- RICH_TEXT: import("vue").ShallowRef<import("vue").DefineComponent<{
2616
- form: {
2617
- type: ObjectConstructor;
2618
- default: () => {};
2619
- };
2620
- item: {
2621
- type: ObjectConstructor;
2622
- default: () => {};
2623
- };
2624
- isLock: {
2625
- type: BooleanConstructor;
2626
- default: boolean;
2627
- };
2628
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2629
- form: {
2630
- type: ObjectConstructor;
2631
- default: () => {};
2632
- };
2633
- item: {
2634
- type: ObjectConstructor;
2635
- default: () => {};
2636
- };
2637
- isLock: {
2638
- type: BooleanConstructor;
2639
- default: boolean;
2640
- };
2641
- }>> & {}, {
2642
- form: Record<string, any>;
2643
- item: Record<string, any>;
2644
- isLock: boolean;
2645
- }>>;
2646
- };
2647
- export declare const componentMapStr: {
2648
- TITLE: string;
2649
- LINEBAR: string;
2650
- RADIO_BLOCK: string;
2651
- CHECKBOX_BLOCK: string;
2652
- SELECT: string;
2653
- SEARCH_CASCADE: string;
2654
- INPUT: string;
2655
- DATE: string;
2656
- TIME: string;
2657
- DATETIME: string;
2658
- ID_CARD: string;
2659
- ADDRESS: string;
2660
- LOCATION: string;
2661
- LABEL: string;
2662
- UPFILE: string;
2663
- UPPICTURE: string;
2664
- VEDIO: string;
2665
- MOBILE: string;
2666
- EVALUATE_RADIO_BLOCK: string;
2667
- EVALUATE_CHECKBOX_BLOCK: string;
2668
- EVALUATE_SELECT: string;
2669
- EVALUATE_INPUT: string;
2670
- PROMPT: string;
2671
- IMGCARD: string;
2672
- RICH_TEXT: string;
2673
- };