cnhis-design-vue 3.1.7 → 3.1.8-beta.1

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 (262) hide show
  1. package/env.d.ts +42 -38
  2. package/es/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/index.mjs +18 -0
  3. package/es/node_modules/date-fns/esm/_lib/requiredArgs/index.mjs +7 -0
  4. package/es/node_modules/date-fns/esm/compareAsc/index.mjs +56 -0
  5. package/es/node_modules/date-fns/esm/differenceInCalendarDays/index.mjs +53 -0
  6. package/es/node_modules/date-fns/esm/differenceInCalendarMonths/index.mjs +39 -0
  7. package/es/node_modules/date-fns/esm/differenceInDays/index.mjs +90 -0
  8. package/es/node_modules/date-fns/esm/differenceInMonths/index.mjs +63 -0
  9. package/es/node_modules/date-fns/esm/endOfDay/index.mjs +34 -0
  10. package/es/node_modules/date-fns/esm/endOfMonth/index.mjs +36 -0
  11. package/es/node_modules/date-fns/esm/isLastDayOfMonth/index.mjs +34 -0
  12. package/es/node_modules/date-fns/esm/startOfDay/index.mjs +34 -0
  13. package/es/node_modules/date-fns/esm/toDate/index.mjs +55 -0
  14. package/es/packages/big-table/index2.mjs +6 -4
  15. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +10 -11
  16. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +0 -1
  17. package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +1 -1
  18. package/es/packages/bpmn-workflow/index2.mjs +3 -3
  19. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +0 -1
  20. package/es/packages/button-print/index2.mjs +3 -3
  21. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +6 -7
  22. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +54 -107
  23. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +0 -1
  24. package/es/packages/chunk-upload/index2.mjs +5 -3
  25. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +2 -3
  26. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +11 -12
  27. package/es/packages/drag-layout/index.d.ts +294 -430
  28. package/es/packages/drag-layout/index2.mjs +5 -3
  29. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +92 -119
  30. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +0 -1
  31. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +77 -98
  32. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +0 -1
  33. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +297 -430
  34. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +44 -45
  35. package/es/packages/editor/index2.mjs +3 -3
  36. package/es/packages/field-set/index2.mjs +3 -3
  37. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +4 -5
  38. package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -8
  39. package/es/packages/form-render/index.mjs +10 -0
  40. package/es/packages/form-render/index2.mjs +15 -0
  41. package/es/packages/form-render/src/FormRender.mjs +2 -0
  42. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +91 -0
  43. package/es/packages/form-render/src/FormRender2.mjs +4 -0
  44. package/es/packages/form-render/src/components/cascader.d.ts +40 -0
  45. package/es/packages/form-render/src/components/cascader.mjs +1 -0
  46. package/es/packages/form-render/src/components/cascader2.mjs +122 -0
  47. package/es/packages/form-render/src/components/checkbox.d.ts +24 -0
  48. package/es/packages/form-render/src/components/checkbox.mjs +1 -0
  49. package/es/packages/form-render/src/components/checkbox2.mjs +42 -0
  50. package/es/packages/form-render/src/components/collapse.d.ts +31 -0
  51. package/es/packages/form-render/src/components/collapse.mjs +1 -0
  52. package/es/packages/form-render/src/components/collapse2.mjs +54 -0
  53. package/es/packages/form-render/src/components/combination.d.ts +142 -0
  54. package/es/packages/form-render/src/components/combination.mjs +1 -0
  55. package/es/packages/form-render/src/components/combination2.mjs +118 -0
  56. package/es/packages/form-render/src/components/date.d.ts +5033 -0
  57. package/es/packages/form-render/src/components/date.mjs +1 -0
  58. package/es/packages/form-render/src/components/date2.mjs +34 -0
  59. package/es/packages/form-render/src/components/formItem.d.ts +292 -0
  60. package/es/packages/form-render/src/components/formItem.mjs +1 -0
  61. package/es/packages/form-render/src/components/formItem2.mjs +22 -0
  62. package/es/packages/form-render/src/components/index.d.ts +15 -0
  63. package/es/packages/form-render/src/components/index.mjs +15 -0
  64. package/es/packages/form-render/src/components/index2.mjs +15 -0
  65. package/es/packages/form-render/src/components/input.d.ts +15 -0
  66. package/es/packages/form-render/src/components/input.mjs +1 -0
  67. package/es/packages/form-render/src/components/input2.mjs +40 -0
  68. package/es/packages/form-render/src/components/inputGroup.d.ts +11 -0
  69. package/es/packages/form-render/src/components/inputGroup.mjs +1 -0
  70. package/es/packages/form-render/src/components/inputGroup2.mjs +8 -0
  71. package/es/packages/{map/src/Map.vue.d.ts → form-render/src/components/inputNumber.d.ts} +1002 -1150
  72. package/es/packages/form-render/src/components/inputNumber.mjs +1 -0
  73. package/es/packages/form-render/src/components/inputNumber2.mjs +7 -0
  74. package/es/packages/form-render/src/components/labelSelect.d.ts +1 -0
  75. package/es/packages/form-render/src/components/labelSelect.mjs +1 -0
  76. package/es/packages/form-render/src/components/labelSelect2.mjs +18 -0
  77. package/es/packages/form-render/src/components/radio.d.ts +24 -0
  78. package/es/packages/form-render/src/components/radio.mjs +1 -0
  79. package/es/packages/form-render/src/components/radio2.mjs +44 -0
  80. package/es/packages/form-render/src/components/select.d.ts +29 -0
  81. package/es/packages/form-render/src/components/select.mjs +1 -0
  82. package/es/packages/form-render/src/components/select2.mjs +97 -0
  83. package/es/packages/form-render/src/components/slider.d.ts +347 -0
  84. package/es/packages/form-render/src/components/slider.mjs +1 -0
  85. package/es/packages/form-render/src/components/slider2.mjs +16 -0
  86. package/es/packages/form-render/src/components/switch.d.ts +21 -0
  87. package/es/packages/form-render/src/components/switch.mjs +1 -0
  88. package/es/packages/form-render/src/components/switch2.mjs +48 -0
  89. package/es/packages/form-render/src/components/textarea.d.ts +845 -0
  90. package/es/packages/form-render/src/components/textarea.mjs +1 -0
  91. package/es/packages/form-render/src/components/textarea2.mjs +11 -0
  92. package/es/packages/form-render/src/constants/index.d.ts +23 -0
  93. package/es/packages/form-render/src/constants/index.mjs +1 -0
  94. package/es/packages/form-render/src/constants/index2.mjs +24 -0
  95. package/es/packages/form-render/src/hooks/index.d.ts +9 -0
  96. package/es/packages/form-render/src/hooks/index.mjs +9 -0
  97. package/es/packages/form-render/src/hooks/useAsyncQueue.d.ts +60 -0
  98. package/es/packages/form-render/src/hooks/useAsyncQueue.mjs +1 -0
  99. package/es/packages/form-render/src/hooks/useAsyncQueue2.mjs +138 -0
  100. package/es/packages/form-render/src/hooks/useBusinessBinding.d.ts +13 -0
  101. package/es/packages/form-render/src/hooks/useBusinessBinding.mjs +1 -0
  102. package/es/packages/form-render/src/hooks/useBusinessBinding2.mjs +48 -0
  103. package/es/packages/form-render/src/hooks/useCommonLog.d.ts +3 -0
  104. package/es/packages/form-render/src/hooks/useCommonLog.mjs +1 -0
  105. package/es/packages/form-render/src/hooks/useCommonLog2.mjs +10 -0
  106. package/es/packages/form-render/src/hooks/useFieldList2Schema.d.ts +64 -0
  107. package/es/packages/form-render/src/hooks/useFieldList2Schema.mjs +1 -0
  108. package/es/packages/form-render/src/hooks/useFieldList2Schema2.mjs +184 -0
  109. package/es/packages/form-render/src/hooks/useFieldVisitor.d.ts +4 -0
  110. package/es/packages/form-render/src/hooks/useFieldVisitor.mjs +1 -0
  111. package/es/packages/form-render/src/hooks/useFieldVisitor2.mjs +38 -0
  112. package/es/packages/form-render/src/hooks/useFormField.d.ts +4 -0
  113. package/es/packages/form-render/src/hooks/useFormField.mjs +1 -0
  114. package/es/packages/form-render/src/hooks/useFormField2.mjs +9 -0
  115. package/es/packages/form-render/src/hooks/useFormRequest.d.ts +6 -0
  116. package/es/packages/form-render/src/hooks/useFormRequest.mjs +1 -0
  117. package/es/packages/form-render/src/hooks/useFormRequest2.mjs +12 -0
  118. package/es/packages/form-render/src/hooks/useFormValidator.d.ts +5 -0
  119. package/es/packages/form-render/src/hooks/useFormValidator.mjs +1 -0
  120. package/es/packages/form-render/src/hooks/useFormValidator2.mjs +48 -0
  121. package/es/packages/form-render/src/hooks/useTypeNormalize.d.ts +4 -0
  122. package/es/packages/form-render/src/hooks/useTypeNormalize.mjs +1 -0
  123. package/es/packages/form-render/src/hooks/useTypeNormalize2.mjs +37 -0
  124. package/es/packages/form-render/src/types/fieldItem.d.ts +45 -0
  125. package/es/packages/form-render/src/types/fieldItem.mjs +1 -0
  126. package/es/packages/form-render/src/types/index.d.ts +26 -0
  127. package/es/packages/form-render/src/types/index.mjs +1 -0
  128. package/es/packages/form-render/src/utils/index.d.ts +10 -0
  129. package/es/packages/form-render/src/utils/index.mjs +1 -0
  130. package/es/packages/form-render/src/utils/index2.mjs +59 -0
  131. package/es/packages/form-render/style/index.css +84 -0
  132. package/es/packages/form-render/style/index.less +121 -0
  133. package/es/packages/form-table/index2.mjs +3 -3
  134. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +0 -1
  135. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +0 -1
  136. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +0 -1
  137. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +0 -1
  138. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +0 -1
  139. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +0 -1
  140. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +0 -1
  141. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +0 -1
  142. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +0 -1
  143. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +0 -1
  144. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +0 -1
  145. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +0 -1
  146. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +0 -1
  147. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +0 -1
  148. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +0 -1
  149. package/es/packages/grid/index2.mjs +5 -3
  150. package/es/packages/index.css +85 -1
  151. package/es/packages/index.d.ts +5 -2
  152. package/es/packages/index.less +123 -1
  153. package/es/packages/index.mjs +10 -0
  154. package/es/packages/index2.mjs +7 -7
  155. package/es/packages/info-header/index2.mjs +3 -3
  156. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +0 -1
  157. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +0 -1
  158. package/es/packages/info-header/style/index.css +1 -1
  159. package/es/packages/info-header/style/index.less +1 -1
  160. package/es/packages/map/index2.mjs +3 -3
  161. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +5 -6
  162. package/es/packages/scale-view/index2.mjs +9 -7
  163. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +41 -17
  164. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +2 -3
  165. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +1 -2
  166. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +3 -4
  167. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +0 -1
  168. package/es/packages/scale-view/src/components/ScaleScore2.mjs +1 -1
  169. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
  170. package/es/packages/scale-view/src/components/formitem/r-checkbox2.mjs +5 -4
  171. package/es/packages/scale-view/src/components/formitem/r-collection2.mjs +1 -1
  172. package/es/packages/scale-view/src/components/formitem/r-datetime2.mjs +5 -3
  173. package/es/packages/scale-view/src/components/formitem/r-radio2.mjs +6 -5
  174. package/es/packages/scale-view/src/components/formitem/r-select2.mjs +3 -3
  175. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -6
  176. package/es/packages/scale-view/src/hooks/scaleview-computed.d.ts +1 -1
  177. package/es/packages/scale-view/src/hooks/scaleview-computed2.mjs +33 -13
  178. package/es/packages/scale-view/src/hooks/scaleview-props.d.ts +7 -3
  179. package/es/packages/scale-view/src/hooks/scaleview-props2.mjs +7 -3
  180. package/es/packages/scale-view/src/hooks/use-component2.mjs +4 -2
  181. package/es/packages/select-label/index2.mjs +4 -4
  182. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +96 -303
  183. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +4 -5
  184. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +26 -21
  185. package/es/packages/select-label/src/components/label-classify.vue.d.ts +68 -236
  186. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +0 -1
  187. package/es/packages/select-person/index2.mjs +3 -3
  188. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +2 -3
  189. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +24 -25
  190. package/es/packages/time-line/index.d.ts +28 -47
  191. package/es/packages/time-line/index2.mjs +3 -3
  192. package/es/packages/time-line/src/TimeLine.vue.d.ts +28 -47
  193. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +0 -1
  194. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +0 -1
  195. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +0 -1
  196. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -6
  197. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +0 -1
  198. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +0 -1
  199. package/es/src/core/create2.mjs +2 -2
  200. package/es/src/global/variable.d.ts +1 -1
  201. package/es/src/global/variable.mjs +1 -1
  202. package/es/src/global/variable2.mjs +2 -2
  203. package/es/src/utils/anime.d.ts +35 -0
  204. package/es/src/utils/anime.mjs +1 -0
  205. package/es/src/utils/anime2.mjs +126 -0
  206. package/es/src/utils/index.d.ts +0 -1
  207. package/es/src/utils/index.mjs +1 -1
  208. package/es/src/utils/index2.mjs +1 -5
  209. package/es/src/utils/utilExpand.d.ts +1 -0
  210. package/es/src/utils/utilExpand.mjs +1 -0
  211. package/es/src/utils/utilExpand2.mjs +714 -0
  212. package/es/src/utils/vexutils2.mjs +2 -708
  213. package/memory-log.ts +62 -0
  214. package/package.json +130 -119
  215. package/sync.sh +13 -0
  216. package/es/packages/big-table/index.d.ts +0 -2047
  217. package/es/packages/big-table/src/BigTable.vue.d.ts +0 -2046
  218. package/es/packages/big-table/src/components/NoData.vue.d.ts +0 -51
  219. package/es/packages/bpmn-workflow/index.d.ts +0 -74
  220. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +0 -77
  221. package/es/packages/button-print/index.d.ts +0 -7378
  222. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +0 -7377
  223. package/es/packages/chunk-upload/index.d.ts +0 -1748
  224. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +0 -1905
  225. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +0 -1749
  226. package/es/packages/field-set/index.d.ts +0 -5284
  227. package/es/packages/field-set/src/FieldSet.vue.d.ts +0 -2602
  228. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +0 -2599
  229. package/es/packages/form-table/index.d.ts +0 -35928
  230. package/es/packages/form-table/src/FormTable.vue.d.ts +0 -35928
  231. package/es/packages/form-table/src/components/index.d.ts +0 -35687
  232. package/es/packages/form-table/src/components/table-age.vue.d.ts +0 -4308
  233. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +0 -5287
  234. package/es/packages/form-table/src/components/table-digital.vue.d.ts +0 -2919
  235. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +0 -1627
  236. package/es/packages/form-table/src/components/table-input.vue.d.ts +0 -1584
  237. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +0 -5230
  238. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +0 -1785
  239. package/es/packages/form-table/src/components/table-search.vue.d.ts +0 -3111
  240. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +0 -1567
  241. package/es/packages/form-table/src/components/table-select.vue.d.ts +0 -1566
  242. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +0 -1643
  243. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +0 -2674
  244. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +0 -1881
  245. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +0 -546
  246. package/es/packages/info-header/index.d.ts +0 -1846
  247. package/es/packages/info-header/src/HiddenContent.vue.d.ts +0 -363
  248. package/es/packages/info-header/src/InfoHeader.vue.d.ts +0 -1847
  249. package/es/packages/map/index.d.ts +0 -2315
  250. package/es/packages/scale-view/index.d.ts +0 -4297
  251. package/es/packages/scale-view/src/ScaleView.vue.d.ts +0 -4141
  252. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +0 -72
  253. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +0 -150
  254. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +0 -1503
  255. package/es/packages/scale-view/src/components/NoData.vue.d.ts +0 -51
  256. package/es/packages/scale-view/src/hooks/use-component.d.ts +0 -2673
  257. package/es/packages/select-label/index.d.ts +0 -12120
  258. package/es/packages/select-label/src/SelectLabel.vue.d.ts +0 -7546
  259. package/es/packages/select-person/index.d.ts +0 -3502
  260. package/es/packages/select-person/src/SearchTree.vue.d.ts +0 -344
  261. package/es/packages/select-person/src/SelectPerson.vue.d.ts +0 -3505
  262. package/es/src/components/SelectPage/SelectPage.vue.d.ts +0 -1446
@@ -1,4141 +0,0 @@
1
- import { FormInst } from "naive-ui";
2
- declare const _default: import("vue").DefineComponent<{
3
- ids: {
4
- type: ObjectConstructor;
5
- default: () => {
6
- guage_id: string;
7
- db_id: undefined;
8
- };
9
- };
10
- params: {
11
- default: () => {};
12
- type: ObjectConstructor;
13
- };
14
- guageData: {
15
- type: ObjectConstructor;
16
- default: () => {};
17
- };
18
- noBtn: {
19
- type: BooleanConstructor;
20
- default: boolean;
21
- };
22
- hideBtn: {
23
- type: BooleanConstructor;
24
- default: boolean;
25
- };
26
- source: {
27
- type: StringConstructor;
28
- default: string;
29
- };
30
- isLock: {
31
- type: BooleanConstructor;
32
- default: boolean;
33
- };
34
- type: {
35
- type: StringConstructor;
36
- default: string;
37
- };
38
- styleSetting: {
39
- type: ObjectConstructor;
40
- default: () => {};
41
- };
42
- fontSizeObj: {
43
- type: ObjectConstructor;
44
- default: () => {
45
- large: number;
46
- medium: number;
47
- small: number;
48
- extrasmall: number;
49
- };
50
- };
51
- openType: {
52
- type: StringConstructor;
53
- default: string;
54
- };
55
- scaleApiConfig: {
56
- type: ObjectConstructor;
57
- default: () => {};
58
- };
59
- getSelectOptions: {
60
- type: FunctionConstructor;
61
- default: () => Promise<never[]>;
62
- };
63
- getSearchOptions: {
64
- type: FunctionConstructor;
65
- default: () => Promise<never[]>;
66
- };
67
- getCascadeOptions: {
68
- type: FunctionConstructor;
69
- default: () => Promise<never[]>;
70
- };
71
- uploadPictureUrl: {
72
- type: StringConstructor;
73
- default: string;
74
- };
75
- uploadFileUrl: {
76
- type: StringConstructor;
77
- default: string;
78
- };
79
- ak: {
80
- type: StringConstructor;
81
- default: string;
82
- };
83
- }, {
84
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
85
- ids: {
86
- type: ObjectConstructor;
87
- default: () => {
88
- guage_id: string;
89
- db_id: undefined;
90
- };
91
- };
92
- params: {
93
- default: () => {};
94
- type: ObjectConstructor;
95
- };
96
- guageData: {
97
- type: ObjectConstructor;
98
- default: () => {};
99
- };
100
- noBtn: {
101
- type: BooleanConstructor;
102
- default: boolean;
103
- };
104
- hideBtn: {
105
- type: BooleanConstructor;
106
- default: boolean;
107
- };
108
- source: {
109
- type: StringConstructor;
110
- default: string;
111
- };
112
- isLock: {
113
- type: BooleanConstructor;
114
- default: boolean;
115
- };
116
- type: {
117
- type: StringConstructor;
118
- default: string;
119
- };
120
- styleSetting: {
121
- type: ObjectConstructor;
122
- default: () => {};
123
- };
124
- fontSizeObj: {
125
- type: ObjectConstructor;
126
- default: () => {
127
- large: number;
128
- medium: number;
129
- small: number;
130
- extrasmall: number;
131
- };
132
- };
133
- openType: {
134
- type: StringConstructor;
135
- default: string;
136
- };
137
- scaleApiConfig: {
138
- type: ObjectConstructor;
139
- default: () => {};
140
- };
141
- getSelectOptions: {
142
- type: FunctionConstructor;
143
- default: () => Promise<never[]>;
144
- };
145
- getSearchOptions: {
146
- type: FunctionConstructor;
147
- default: () => Promise<never[]>;
148
- };
149
- getCascadeOptions: {
150
- type: FunctionConstructor;
151
- default: () => Promise<never[]>;
152
- };
153
- uploadPictureUrl: {
154
- type: StringConstructor;
155
- default: string;
156
- };
157
- uploadFileUrl: {
158
- type: StringConstructor;
159
- default: string;
160
- };
161
- ak: {
162
- type: StringConstructor;
163
- default: string;
164
- };
165
- }>> & {
166
- onOnCloseSetting?: ((...args: any[]) => any) | undefined;
167
- onSubmitNoRequest?: ((...args: any[]) => any) | undefined;
168
- onOnSubmit?: ((...args: any[]) => any) | undefined;
169
- }>>;
170
- state: any;
171
- emit: (event: "onCloseSetting" | "submitNoRequest" | "onSubmit", ...args: any[]) => void;
172
- dialog: import("naive-ui").DialogApi;
173
- message: import("naive-ui").MessageApi;
174
- countdownDom: any;
175
- formRef: import("vue").Ref<{
176
- validate: import("naive-ui/es/form/src/interface").FormValidate;
177
- restoreValidation: () => void;
178
- } | null>;
179
- noDataState: {
180
- noData: boolean;
181
- noDataTip: string;
182
- noDataImg: string;
183
- };
184
- setNoData: (noData: any, noDataTip?: string, noDataImg?: string) => void;
185
- resetNodata: () => void;
186
- query: any;
187
- showEvatip: import("vue").ComputedRef<(item: any) => boolean>;
188
- isFormBoldOpen: import("vue").ComputedRef<(item: any) => any>;
189
- scaleStyle: import("vue").ComputedRef<{
190
- width: string;
191
- height: string;
192
- transform: string;
193
- } | null>;
194
- handlePageClass: import("vue").ComputedRef<boolean>;
195
- isShowItem: import("vue").ComputedRef<(item: any) => any>;
196
- handleShowQuestionNumber: import("vue").ComputedRef<(item: any) => any>;
197
- hasScore: import("vue").ComputedRef<boolean>;
198
- isPreviewScale: import("vue").ComputedRef<any>;
199
- showEvaluateEntry: import("vue").ComputedRef<any>;
200
- showEvaluateCoundownPage: import("vue").ComputedRef<any>;
201
- showSaveBtn: import("vue").ComputedRef<boolean>;
202
- showEvaluateLabel: import("vue").ComputedRef<(item: any) => any>;
203
- showAnswerParse: import("vue").ComputedRef<(item: any) => any>;
204
- propsConfig: import("vue").ComputedRef<(item: any) => any>;
205
- evaluatePageProps: import("vue").ComputedRef<{
206
- formArray: any;
207
- evaluateResultConfig: any;
208
- evaluateResultSetting: any;
209
- isFinished: any;
210
- maxScore: any;
211
- }>;
212
- evaluateCountdownProps: import("vue").ComputedRef<{
213
- formArray: any;
214
- evaluateResultConfig: any;
215
- evaluateResultSetting: any;
216
- form: any;
217
- isFinished: any;
218
- currentTime: any;
219
- showEvaluateCountdown: any;
220
- }>;
221
- showEvent: (formItem: any, isSubmitCallback?: any) => any;
222
- formKey: (item: any) => any;
223
- initForm: (data: any) => void;
224
- submitMethod: () => void;
225
- nextLogicEvent: (choiceValue: any, formItem: any, formArray?: any[], isInit?: boolean | undefined) => void;
226
- handleDynamicDataRelation: (list: any[], formItem: any, formArray: any[]) => void;
227
- handleQuery: () => void;
228
- init: (configData: any) => void;
229
- writeGuage: (showCountdown: boolean) => void;
230
- closeEvaluateCountdown: () => void;
231
- showEvaTipModal: (item: any) => Promise<void>;
232
- evatipConfirm: (str: any) => void;
233
- scaleChange: (val: any, item: any, config?: any) => void;
234
- labelChange: (labelList: any, item: any) => void;
235
- vodFileList: (list: any, item: any) => void;
236
- handleGetLabelSubmit: (labelSelectedList: any[]) => {
237
- labelStr: string;
238
- labels: any[];
239
- };
240
- onSubmit: () => void;
241
- confirmSubmit: (message: any) => void;
242
- onSubmitForm: () => void;
243
- cancel: () => void;
244
- isCollection: (e: string) => boolean;
245
- NoData: import("vue").DefineComponent<{
246
- noDataTip: {
247
- type: StringConstructor;
248
- default: string;
249
- };
250
- noDataImg: {
251
- type: StringConstructor;
252
- default: string;
253
- };
254
- showImg: {
255
- type: BooleanConstructor;
256
- default: boolean;
257
- };
258
- }, {
259
- imgStr: import("vue").ComputedRef<null>;
260
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
261
- noDataTip: {
262
- type: StringConstructor;
263
- default: string;
264
- };
265
- noDataImg: {
266
- type: StringConstructor;
267
- default: string;
268
- };
269
- showImg: {
270
- type: BooleanConstructor;
271
- default: boolean;
272
- };
273
- }>> & {
274
- [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
275
- }>>;
276
- handleDesc: import("vue").ComputedRef<string>;
277
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
278
- noDataTip: {
279
- type: StringConstructor;
280
- default: string;
281
- };
282
- noDataImg: {
283
- type: StringConstructor;
284
- default: string;
285
- };
286
- showImg: {
287
- type: BooleanConstructor;
288
- default: boolean;
289
- };
290
- }>>, {
291
- noDataTip: string;
292
- noDataImg: string;
293
- showImg: boolean;
294
- }>;
295
- SvgIcon: import("vue").DefineComponent<{
296
- iconClass: {
297
- type: StringConstructor;
298
- required: true;
299
- default: string;
300
- };
301
- title: {
302
- type: StringConstructor;
303
- required: false;
304
- default: string;
305
- };
306
- className: {
307
- type: StringConstructor;
308
- required: false;
309
- };
310
- }, {
311
- props: {
312
- iconClass: string;
313
- title: string;
314
- className?: string | undefined;
315
- };
316
- iconName: import("vue").ComputedRef<string>;
317
- svgClass: import("vue").ComputedRef<string>;
318
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
319
- iconClass: {
320
- type: StringConstructor;
321
- required: true;
322
- default: string;
323
- };
324
- title: {
325
- type: StringConstructor;
326
- required: false;
327
- default: string;
328
- };
329
- className: {
330
- type: StringConstructor;
331
- required: false;
332
- };
333
- }>>, {
334
- title: string;
335
- iconClass: string;
336
- }>;
337
- EvaluateCountdown: import("vue").DefineComponent<{
338
- formArray: {
339
- type: ArrayConstructor;
340
- default: () => never[];
341
- };
342
- evaluateResultConfig: {
343
- type: ObjectConstructor;
344
- default: () => {};
345
- };
346
- evaluateResultSetting: {
347
- type: ObjectConstructor;
348
- default: () => {};
349
- };
350
- form: {
351
- type: ObjectConstructor;
352
- default: () => {};
353
- };
354
- currentTime: {
355
- default: number;
356
- };
357
- showEvaluateCountdown: {
358
- type: BooleanConstructor;
359
- default: boolean;
360
- };
361
- }, {
362
- state: {
363
- source: string;
364
- setAnswered: number;
365
- };
366
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
367
- formArray: {
368
- type: ArrayConstructor;
369
- default: () => never[];
370
- };
371
- evaluateResultConfig: {
372
- type: ObjectConstructor;
373
- default: () => {};
374
- };
375
- evaluateResultSetting: {
376
- type: ObjectConstructor;
377
- default: () => {};
378
- };
379
- form: {
380
- type: ObjectConstructor;
381
- default: () => {};
382
- };
383
- currentTime: {
384
- default: number;
385
- };
386
- showEvaluateCountdown: {
387
- type: BooleanConstructor;
388
- default: boolean;
389
- };
390
- }>> & {
391
- onCloseEvaluateCountdown?: ((...args: any[]) => any) | undefined;
392
- }>>;
393
- emit: (event: "closeEvaluateCountdown", ...args: any[]) => void;
394
- evaluateState: {
395
- totalLen: number;
396
- timer: null;
397
- countdownStr: string;
398
- isTimeOut: boolean;
399
- countdownRed: boolean;
400
- filterArr: string[];
401
- };
402
- evaluateStartTime: any;
403
- showCountdown: import("vue").ComputedRef<any>;
404
- getTotalLen: () => void;
405
- countdown: (startTime: any) => void;
406
- clearTimer: () => void;
407
- init: () => void;
408
- /**
409
- * wacth
410
- */
411
- checkType: (val: any) => string;
412
- diffAnswered: (form: any) => void;
413
- SvgIcon: import("vue").DefineComponent<{
414
- iconClass: {
415
- type: StringConstructor;
416
- required: true;
417
- default: string;
418
- };
419
- title: {
420
- type: StringConstructor;
421
- required: false;
422
- default: string;
423
- };
424
- className: {
425
- type: StringConstructor;
426
- required: false;
427
- };
428
- }, {
429
- props: {
430
- iconClass: string;
431
- title: string;
432
- className?: string | undefined;
433
- };
434
- iconName: import("vue").ComputedRef<string>;
435
- svgClass: import("vue").ComputedRef<string>;
436
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
437
- iconClass: {
438
- type: StringConstructor;
439
- required: true;
440
- default: string;
441
- };
442
- title: {
443
- type: StringConstructor;
444
- required: false;
445
- default: string;
446
- };
447
- className: {
448
- type: StringConstructor;
449
- required: false;
450
- };
451
- }>>, {
452
- title: string;
453
- iconClass: string;
454
- }>;
455
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closeEvaluateCountdown"[], "closeEvaluateCountdown", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
456
- formArray: {
457
- type: ArrayConstructor;
458
- default: () => never[];
459
- };
460
- evaluateResultConfig: {
461
- type: ObjectConstructor;
462
- default: () => {};
463
- };
464
- evaluateResultSetting: {
465
- type: ObjectConstructor;
466
- default: () => {};
467
- };
468
- form: {
469
- type: ObjectConstructor;
470
- default: () => {};
471
- };
472
- currentTime: {
473
- default: number;
474
- };
475
- showEvaluateCountdown: {
476
- type: BooleanConstructor;
477
- default: boolean;
478
- };
479
- }>> & {
480
- onCloseEvaluateCountdown?: ((...args: any[]) => any) | undefined;
481
- }, {
482
- form: Record<string, any>;
483
- formArray: unknown[];
484
- evaluateResultConfig: Record<string, any>;
485
- evaluateResultSetting: Record<string, any>;
486
- currentTime: number;
487
- showEvaluateCountdown: boolean;
488
- }>;
489
- EvaluatePage: import("vue").DefineComponent<{
490
- formArray: {
491
- type: ArrayConstructor;
492
- default: () => never[];
493
- };
494
- evaluateResultConfig: {
495
- type: ObjectConstructor;
496
- default: () => {};
497
- };
498
- evaluateResultSetting: {
499
- type: ObjectConstructor;
500
- default: () => {};
501
- };
502
- isFinished: {
503
- type: BooleanConstructor;
504
- default: boolean;
505
- };
506
- maxScore: {
507
- type: NumberConstructor;
508
- default: number;
509
- };
510
- }, {
511
- state: {
512
- source: string;
513
- timer: null;
514
- curTime: number;
515
- timeRange: string;
516
- banStart: boolean;
517
- };
518
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
519
- formArray: {
520
- type: ArrayConstructor;
521
- default: () => never[];
522
- };
523
- evaluateResultConfig: {
524
- type: ObjectConstructor;
525
- default: () => {};
526
- };
527
- evaluateResultSetting: {
528
- type: ObjectConstructor;
529
- default: () => {};
530
- };
531
- isFinished: {
532
- type: BooleanConstructor;
533
- default: boolean;
534
- };
535
- maxScore: {
536
- type: NumberConstructor;
537
- default: number;
538
- };
539
- }>> & {
540
- onCloseEvaluateCountdown?: ((...args: any[]) => any) | undefined;
541
- onWriteGuage?: ((...args: any[]) => any) | undefined;
542
- }>>;
543
- emit: (event: "closeEvaluateCountdown" | "writeGuage", ...args: any[]) => void;
544
- evaluateState: {
545
- totalLen: number;
546
- timer: null;
547
- countdownStr: string;
548
- isTimeOut: boolean;
549
- countdownRed: boolean;
550
- filterArr: string[];
551
- };
552
- evaluateStartTime: any;
553
- getEvaluateTime: any;
554
- getEvaluateStartTime: import("vue").ComputedRef<false | Date>;
555
- getEvaluateText: import("vue").ComputedRef<"测评已结束" | "开始测评">;
556
- showCountdown: import("vue").ComputedRef<any>;
557
- showRange: import("vue").ComputedRef<boolean>;
558
- getTotalLen: () => void;
559
- countdown: (startTime: any) => void;
560
- clearTimer: () => void;
561
- disabledEvaluate: import("vue").ComputedRef<any>;
562
- isBanStart: () => boolean;
563
- init: () => void;
564
- handleEvaluateParams: () => void;
565
- writeGuage: () => void;
566
- NButton: import("vue").DefineComponent<{
567
- readonly color: StringConstructor;
568
- readonly textColor: StringConstructor;
569
- readonly text: BooleanConstructor;
570
- readonly block: BooleanConstructor;
571
- readonly loading: BooleanConstructor;
572
- readonly disabled: BooleanConstructor;
573
- readonly circle: BooleanConstructor;
574
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
575
- readonly ghost: BooleanConstructor;
576
- readonly round: BooleanConstructor;
577
- readonly secondary: BooleanConstructor;
578
- readonly tertiary: BooleanConstructor;
579
- readonly quaternary: BooleanConstructor;
580
- readonly strong: BooleanConstructor;
581
- readonly focusable: {
582
- readonly type: BooleanConstructor;
583
- readonly default: true;
584
- };
585
- readonly keyboard: {
586
- readonly type: BooleanConstructor;
587
- readonly default: true;
588
- };
589
- readonly tag: {
590
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
591
- readonly default: "button";
592
- };
593
- readonly type: {
594
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
595
- readonly default: "default";
596
- };
597
- readonly dashed: BooleanConstructor;
598
- readonly iconPlacement: {
599
- readonly type: import("vue").PropType<"left" | "right">;
600
- readonly default: "left";
601
- };
602
- readonly attrType: {
603
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
604
- readonly default: "button";
605
- };
606
- readonly bordered: {
607
- readonly type: BooleanConstructor;
608
- readonly default: true;
609
- };
610
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
611
- readonly nativeFocusBehavior: BooleanConstructor;
612
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
613
- heightTiny: string;
614
- heightSmall: string;
615
- heightMedium: string;
616
- heightLarge: string;
617
- borderRadiusTiny: string;
618
- borderRadiusSmall: string;
619
- borderRadiusMedium: string;
620
- borderRadiusLarge: string;
621
- fontSizeTiny: string;
622
- fontSizeSmall: string;
623
- fontSizeMedium: string;
624
- fontSizeLarge: string;
625
- opacityDisabled: string;
626
- colorOpacitySecondary: string;
627
- colorOpacitySecondaryHover: string;
628
- colorOpacitySecondaryPressed: string;
629
- colorSecondary: string;
630
- colorSecondaryHover: string;
631
- colorSecondaryPressed: string;
632
- colorTertiary: string;
633
- colorTertiaryHover: string;
634
- colorTertiaryPressed: string;
635
- colorQuaternary: string;
636
- colorQuaternaryHover: string;
637
- colorQuaternaryPressed: string;
638
- color: string;
639
- colorHover: string;
640
- colorPressed: string;
641
- colorFocus: string;
642
- colorDisabled: string;
643
- textColor: string;
644
- textColorTertiary: string;
645
- textColorHover: string;
646
- textColorPressed: string;
647
- textColorFocus: string;
648
- textColorDisabled: string;
649
- textColorText: string;
650
- textColorTextHover: string;
651
- textColorTextPressed: string;
652
- textColorTextFocus: string;
653
- textColorTextDisabled: string;
654
- textColorGhost: string;
655
- textColorGhostHover: string;
656
- textColorGhostPressed: string;
657
- textColorGhostFocus: string;
658
- textColorGhostDisabled: string;
659
- border: string;
660
- borderHover: string;
661
- borderPressed: string;
662
- borderFocus: string;
663
- borderDisabled: string;
664
- rippleColor: string;
665
- colorPrimary: string;
666
- colorHoverPrimary: string;
667
- colorPressedPrimary: string;
668
- colorFocusPrimary: string;
669
- colorDisabledPrimary: string;
670
- textColorPrimary: string;
671
- textColorHoverPrimary: string;
672
- textColorPressedPrimary: string;
673
- textColorFocusPrimary: string;
674
- textColorDisabledPrimary: string;
675
- textColorTextPrimary: string;
676
- textColorTextHoverPrimary: string;
677
- textColorTextPressedPrimary: string;
678
- textColorTextFocusPrimary: string;
679
- textColorTextDisabledPrimary: string;
680
- textColorGhostPrimary: string;
681
- textColorGhostHoverPrimary: string;
682
- textColorGhostPressedPrimary: string;
683
- textColorGhostFocusPrimary: string;
684
- textColorGhostDisabledPrimary: string;
685
- borderPrimary: string;
686
- borderHoverPrimary: string;
687
- borderPressedPrimary: string;
688
- borderFocusPrimary: string;
689
- borderDisabledPrimary: string;
690
- rippleColorPrimary: string;
691
- colorInfo: string;
692
- colorHoverInfo: string;
693
- colorPressedInfo: string;
694
- colorFocusInfo: string;
695
- colorDisabledInfo: string;
696
- textColorInfo: string;
697
- textColorHoverInfo: string;
698
- textColorPressedInfo: string;
699
- textColorFocusInfo: string;
700
- textColorDisabledInfo: string;
701
- textColorTextInfo: string;
702
- textColorTextHoverInfo: string;
703
- textColorTextPressedInfo: string;
704
- textColorTextFocusInfo: string;
705
- textColorTextDisabledInfo: string;
706
- textColorGhostInfo: string;
707
- textColorGhostHoverInfo: string;
708
- textColorGhostPressedInfo: string;
709
- textColorGhostFocusInfo: string;
710
- textColorGhostDisabledInfo: string;
711
- borderInfo: string;
712
- borderHoverInfo: string;
713
- borderPressedInfo: string;
714
- borderFocusInfo: string;
715
- borderDisabledInfo: string;
716
- rippleColorInfo: string;
717
- colorSuccess: string;
718
- colorHoverSuccess: string;
719
- colorPressedSuccess: string;
720
- colorFocusSuccess: string;
721
- colorDisabledSuccess: string;
722
- textColorSuccess: string;
723
- textColorHoverSuccess: string;
724
- textColorPressedSuccess: string;
725
- textColorFocusSuccess: string;
726
- textColorDisabledSuccess: string;
727
- textColorTextSuccess: string;
728
- textColorTextHoverSuccess: string;
729
- textColorTextPressedSuccess: string;
730
- textColorTextFocusSuccess: string;
731
- textColorTextDisabledSuccess: string;
732
- textColorGhostSuccess: string;
733
- textColorGhostHoverSuccess: string;
734
- textColorGhostPressedSuccess: string;
735
- textColorGhostFocusSuccess: string;
736
- textColorGhostDisabledSuccess: string;
737
- borderSuccess: string;
738
- borderHoverSuccess: string;
739
- borderPressedSuccess: string;
740
- borderFocusSuccess: string;
741
- borderDisabledSuccess: string;
742
- rippleColorSuccess: string;
743
- colorWarning: string;
744
- colorHoverWarning: string;
745
- colorPressedWarning: string;
746
- colorFocusWarning: string;
747
- colorDisabledWarning: string;
748
- textColorWarning: string;
749
- textColorHoverWarning: string;
750
- textColorPressedWarning: string;
751
- textColorFocusWarning: string;
752
- textColorDisabledWarning: string;
753
- textColorTextWarning: string;
754
- textColorTextHoverWarning: string;
755
- textColorTextPressedWarning: string;
756
- textColorTextFocusWarning: string;
757
- textColorTextDisabledWarning: string;
758
- textColorGhostWarning: string;
759
- textColorGhostHoverWarning: string;
760
- textColorGhostPressedWarning: string;
761
- textColorGhostFocusWarning: string;
762
- textColorGhostDisabledWarning: string;
763
- borderWarning: string;
764
- borderHoverWarning: string;
765
- borderPressedWarning: string;
766
- borderFocusWarning: string;
767
- borderDisabledWarning: string;
768
- rippleColorWarning: string;
769
- colorError: string;
770
- colorHoverError: string;
771
- colorPressedError: string;
772
- colorFocusError: string;
773
- colorDisabledError: string;
774
- textColorError: string;
775
- textColorHoverError: string;
776
- textColorPressedError: string;
777
- textColorFocusError: string;
778
- textColorDisabledError: string;
779
- textColorTextError: string;
780
- textColorTextHoverError: string;
781
- textColorTextPressedError: string;
782
- textColorTextFocusError: string;
783
- textColorTextDisabledError: string;
784
- textColorGhostError: string;
785
- textColorGhostHoverError: string;
786
- textColorGhostPressedError: string;
787
- textColorGhostFocusError: string;
788
- textColorGhostDisabledError: string;
789
- borderError: string;
790
- borderHoverError: string;
791
- borderPressedError: string;
792
- borderFocusError: string;
793
- borderDisabledError: string;
794
- rippleColorError: string;
795
- waveOpacity: string;
796
- fontWeight: string;
797
- fontWeightStrong: string;
798
- paddingTiny: string;
799
- paddingSmall: string;
800
- paddingMedium: string;
801
- paddingLarge: string;
802
- paddingRoundTiny: string;
803
- paddingRoundSmall: string;
804
- paddingRoundMedium: string;
805
- paddingRoundLarge: string;
806
- iconMarginTiny: string;
807
- iconMarginSmall: string;
808
- iconMarginMedium: string;
809
- iconMarginLarge: string;
810
- iconSizeTiny: string;
811
- iconSizeSmall: string;
812
- iconSizeMedium: string;
813
- iconSizeLarge: string;
814
- rippleDuration: string;
815
- }, any>>;
816
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
817
- heightTiny: string;
818
- heightSmall: string;
819
- heightMedium: string;
820
- heightLarge: string;
821
- borderRadiusTiny: string;
822
- borderRadiusSmall: string;
823
- borderRadiusMedium: string;
824
- borderRadiusLarge: string;
825
- fontSizeTiny: string;
826
- fontSizeSmall: string;
827
- fontSizeMedium: string;
828
- fontSizeLarge: string;
829
- opacityDisabled: string;
830
- colorOpacitySecondary: string;
831
- colorOpacitySecondaryHover: string;
832
- colorOpacitySecondaryPressed: string;
833
- colorSecondary: string;
834
- colorSecondaryHover: string;
835
- colorSecondaryPressed: string;
836
- colorTertiary: string;
837
- colorTertiaryHover: string;
838
- colorTertiaryPressed: string;
839
- colorQuaternary: string;
840
- colorQuaternaryHover: string;
841
- colorQuaternaryPressed: string;
842
- color: string;
843
- colorHover: string;
844
- colorPressed: string;
845
- colorFocus: string;
846
- colorDisabled: string;
847
- textColor: string;
848
- textColorTertiary: string;
849
- textColorHover: string;
850
- textColorPressed: string;
851
- textColorFocus: string;
852
- textColorDisabled: string;
853
- textColorText: string;
854
- textColorTextHover: string;
855
- textColorTextPressed: string;
856
- textColorTextFocus: string;
857
- textColorTextDisabled: string;
858
- textColorGhost: string;
859
- textColorGhostHover: string;
860
- textColorGhostPressed: string;
861
- textColorGhostFocus: string;
862
- textColorGhostDisabled: string;
863
- border: string;
864
- borderHover: string;
865
- borderPressed: string;
866
- borderFocus: string;
867
- borderDisabled: string;
868
- rippleColor: string;
869
- colorPrimary: string;
870
- colorHoverPrimary: string;
871
- colorPressedPrimary: string;
872
- colorFocusPrimary: string;
873
- colorDisabledPrimary: string;
874
- textColorPrimary: string;
875
- textColorHoverPrimary: string;
876
- textColorPressedPrimary: string;
877
- textColorFocusPrimary: string;
878
- textColorDisabledPrimary: string;
879
- textColorTextPrimary: string;
880
- textColorTextHoverPrimary: string;
881
- textColorTextPressedPrimary: string;
882
- textColorTextFocusPrimary: string;
883
- textColorTextDisabledPrimary: string;
884
- textColorGhostPrimary: string;
885
- textColorGhostHoverPrimary: string;
886
- textColorGhostPressedPrimary: string;
887
- textColorGhostFocusPrimary: string;
888
- textColorGhostDisabledPrimary: string;
889
- borderPrimary: string;
890
- borderHoverPrimary: string;
891
- borderPressedPrimary: string;
892
- borderFocusPrimary: string;
893
- borderDisabledPrimary: string;
894
- rippleColorPrimary: string;
895
- colorInfo: string;
896
- colorHoverInfo: string;
897
- colorPressedInfo: string;
898
- colorFocusInfo: string;
899
- colorDisabledInfo: string;
900
- textColorInfo: string;
901
- textColorHoverInfo: string;
902
- textColorPressedInfo: string;
903
- textColorFocusInfo: string;
904
- textColorDisabledInfo: string;
905
- textColorTextInfo: string;
906
- textColorTextHoverInfo: string;
907
- textColorTextPressedInfo: string;
908
- textColorTextFocusInfo: string;
909
- textColorTextDisabledInfo: string;
910
- textColorGhostInfo: string;
911
- textColorGhostHoverInfo: string;
912
- textColorGhostPressedInfo: string;
913
- textColorGhostFocusInfo: string;
914
- textColorGhostDisabledInfo: string;
915
- borderInfo: string;
916
- borderHoverInfo: string;
917
- borderPressedInfo: string;
918
- borderFocusInfo: string;
919
- borderDisabledInfo: string;
920
- rippleColorInfo: string;
921
- colorSuccess: string;
922
- colorHoverSuccess: string;
923
- colorPressedSuccess: string;
924
- colorFocusSuccess: string;
925
- colorDisabledSuccess: string;
926
- textColorSuccess: string;
927
- textColorHoverSuccess: string;
928
- textColorPressedSuccess: string;
929
- textColorFocusSuccess: string;
930
- textColorDisabledSuccess: string;
931
- textColorTextSuccess: string;
932
- textColorTextHoverSuccess: string;
933
- textColorTextPressedSuccess: string;
934
- textColorTextFocusSuccess: string;
935
- textColorTextDisabledSuccess: string;
936
- textColorGhostSuccess: string;
937
- textColorGhostHoverSuccess: string;
938
- textColorGhostPressedSuccess: string;
939
- textColorGhostFocusSuccess: string;
940
- textColorGhostDisabledSuccess: string;
941
- borderSuccess: string;
942
- borderHoverSuccess: string;
943
- borderPressedSuccess: string;
944
- borderFocusSuccess: string;
945
- borderDisabledSuccess: string;
946
- rippleColorSuccess: string;
947
- colorWarning: string;
948
- colorHoverWarning: string;
949
- colorPressedWarning: string;
950
- colorFocusWarning: string;
951
- colorDisabledWarning: string;
952
- textColorWarning: string;
953
- textColorHoverWarning: string;
954
- textColorPressedWarning: string;
955
- textColorFocusWarning: string;
956
- textColorDisabledWarning: string;
957
- textColorTextWarning: string;
958
- textColorTextHoverWarning: string;
959
- textColorTextPressedWarning: string;
960
- textColorTextFocusWarning: string;
961
- textColorTextDisabledWarning: string;
962
- textColorGhostWarning: string;
963
- textColorGhostHoverWarning: string;
964
- textColorGhostPressedWarning: string;
965
- textColorGhostFocusWarning: string;
966
- textColorGhostDisabledWarning: string;
967
- borderWarning: string;
968
- borderHoverWarning: string;
969
- borderPressedWarning: string;
970
- borderFocusWarning: string;
971
- borderDisabledWarning: string;
972
- rippleColorWarning: string;
973
- colorError: string;
974
- colorHoverError: string;
975
- colorPressedError: string;
976
- colorFocusError: string;
977
- colorDisabledError: string;
978
- textColorError: string;
979
- textColorHoverError: string;
980
- textColorPressedError: string;
981
- textColorFocusError: string;
982
- textColorDisabledError: string;
983
- textColorTextError: string;
984
- textColorTextHoverError: string;
985
- textColorTextPressedError: string;
986
- textColorTextFocusError: string;
987
- textColorTextDisabledError: string;
988
- textColorGhostError: string;
989
- textColorGhostHoverError: string;
990
- textColorGhostPressedError: string;
991
- textColorGhostFocusError: string;
992
- textColorGhostDisabledError: string;
993
- borderError: string;
994
- borderHoverError: string;
995
- borderPressedError: string;
996
- borderFocusError: string;
997
- borderDisabledError: string;
998
- rippleColorError: string;
999
- waveOpacity: string;
1000
- fontWeight: string;
1001
- fontWeightStrong: string;
1002
- paddingTiny: string;
1003
- paddingSmall: string;
1004
- paddingMedium: string;
1005
- paddingLarge: string;
1006
- paddingRoundTiny: string;
1007
- paddingRoundSmall: string;
1008
- paddingRoundMedium: string;
1009
- paddingRoundLarge: string;
1010
- iconMarginTiny: string;
1011
- iconMarginSmall: string;
1012
- iconMarginMedium: string;
1013
- iconMarginLarge: string;
1014
- iconSizeTiny: string;
1015
- iconSizeSmall: string;
1016
- iconSizeMedium: string;
1017
- iconSizeLarge: string;
1018
- rippleDuration: string;
1019
- }, any>>>;
1020
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1021
- heightTiny: string;
1022
- heightSmall: string;
1023
- heightMedium: string;
1024
- heightLarge: string;
1025
- borderRadiusTiny: string;
1026
- borderRadiusSmall: string;
1027
- borderRadiusMedium: string;
1028
- borderRadiusLarge: string;
1029
- fontSizeTiny: string;
1030
- fontSizeSmall: string;
1031
- fontSizeMedium: string;
1032
- fontSizeLarge: string;
1033
- opacityDisabled: string;
1034
- colorOpacitySecondary: string;
1035
- colorOpacitySecondaryHover: string;
1036
- colorOpacitySecondaryPressed: string;
1037
- colorSecondary: string;
1038
- colorSecondaryHover: string;
1039
- colorSecondaryPressed: string;
1040
- colorTertiary: string;
1041
- colorTertiaryHover: string;
1042
- colorTertiaryPressed: string;
1043
- colorQuaternary: string;
1044
- colorQuaternaryHover: string;
1045
- colorQuaternaryPressed: string;
1046
- color: string;
1047
- colorHover: string;
1048
- colorPressed: string;
1049
- colorFocus: string;
1050
- colorDisabled: string;
1051
- textColor: string;
1052
- textColorTertiary: string;
1053
- textColorHover: string;
1054
- textColorPressed: string;
1055
- textColorFocus: string;
1056
- textColorDisabled: string;
1057
- textColorText: string;
1058
- textColorTextHover: string;
1059
- textColorTextPressed: string;
1060
- textColorTextFocus: string;
1061
- textColorTextDisabled: string;
1062
- textColorGhost: string;
1063
- textColorGhostHover: string;
1064
- textColorGhostPressed: string;
1065
- textColorGhostFocus: string;
1066
- textColorGhostDisabled: string;
1067
- border: string;
1068
- borderHover: string;
1069
- borderPressed: string;
1070
- borderFocus: string;
1071
- borderDisabled: string;
1072
- rippleColor: string;
1073
- colorPrimary: string;
1074
- colorHoverPrimary: string;
1075
- colorPressedPrimary: string;
1076
- colorFocusPrimary: string;
1077
- colorDisabledPrimary: string;
1078
- textColorPrimary: string;
1079
- textColorHoverPrimary: string;
1080
- textColorPressedPrimary: string;
1081
- textColorFocusPrimary: string;
1082
- textColorDisabledPrimary: string;
1083
- textColorTextPrimary: string;
1084
- textColorTextHoverPrimary: string;
1085
- textColorTextPressedPrimary: string;
1086
- textColorTextFocusPrimary: string;
1087
- textColorTextDisabledPrimary: string;
1088
- textColorGhostPrimary: string;
1089
- textColorGhostHoverPrimary: string;
1090
- textColorGhostPressedPrimary: string;
1091
- textColorGhostFocusPrimary: string;
1092
- textColorGhostDisabledPrimary: string;
1093
- borderPrimary: string;
1094
- borderHoverPrimary: string;
1095
- borderPressedPrimary: string;
1096
- borderFocusPrimary: string;
1097
- borderDisabledPrimary: string;
1098
- rippleColorPrimary: string;
1099
- colorInfo: string;
1100
- colorHoverInfo: string;
1101
- colorPressedInfo: string;
1102
- colorFocusInfo: string;
1103
- colorDisabledInfo: string;
1104
- textColorInfo: string;
1105
- textColorHoverInfo: string;
1106
- textColorPressedInfo: string;
1107
- textColorFocusInfo: string;
1108
- textColorDisabledInfo: string;
1109
- textColorTextInfo: string;
1110
- textColorTextHoverInfo: string;
1111
- textColorTextPressedInfo: string;
1112
- textColorTextFocusInfo: string;
1113
- textColorTextDisabledInfo: string;
1114
- textColorGhostInfo: string;
1115
- textColorGhostHoverInfo: string;
1116
- textColorGhostPressedInfo: string;
1117
- textColorGhostFocusInfo: string;
1118
- textColorGhostDisabledInfo: string;
1119
- borderInfo: string;
1120
- borderHoverInfo: string;
1121
- borderPressedInfo: string;
1122
- borderFocusInfo: string;
1123
- borderDisabledInfo: string;
1124
- rippleColorInfo: string;
1125
- colorSuccess: string;
1126
- colorHoverSuccess: string;
1127
- colorPressedSuccess: string;
1128
- colorFocusSuccess: string;
1129
- colorDisabledSuccess: string;
1130
- textColorSuccess: string;
1131
- textColorHoverSuccess: string;
1132
- textColorPressedSuccess: string;
1133
- textColorFocusSuccess: string;
1134
- textColorDisabledSuccess: string;
1135
- textColorTextSuccess: string;
1136
- textColorTextHoverSuccess: string;
1137
- textColorTextPressedSuccess: string;
1138
- textColorTextFocusSuccess: string;
1139
- textColorTextDisabledSuccess: string;
1140
- textColorGhostSuccess: string;
1141
- textColorGhostHoverSuccess: string;
1142
- textColorGhostPressedSuccess: string;
1143
- textColorGhostFocusSuccess: string;
1144
- textColorGhostDisabledSuccess: string;
1145
- borderSuccess: string;
1146
- borderHoverSuccess: string;
1147
- borderPressedSuccess: string;
1148
- borderFocusSuccess: string;
1149
- borderDisabledSuccess: string;
1150
- rippleColorSuccess: string;
1151
- colorWarning: string;
1152
- colorHoverWarning: string;
1153
- colorPressedWarning: string;
1154
- colorFocusWarning: string;
1155
- colorDisabledWarning: string;
1156
- textColorWarning: string;
1157
- textColorHoverWarning: string;
1158
- textColorPressedWarning: string;
1159
- textColorFocusWarning: string;
1160
- textColorDisabledWarning: string;
1161
- textColorTextWarning: string;
1162
- textColorTextHoverWarning: string;
1163
- textColorTextPressedWarning: string;
1164
- textColorTextFocusWarning: string;
1165
- textColorTextDisabledWarning: string;
1166
- textColorGhostWarning: string;
1167
- textColorGhostHoverWarning: string;
1168
- textColorGhostPressedWarning: string;
1169
- textColorGhostFocusWarning: string;
1170
- textColorGhostDisabledWarning: string;
1171
- borderWarning: string;
1172
- borderHoverWarning: string;
1173
- borderPressedWarning: string;
1174
- borderFocusWarning: string;
1175
- borderDisabledWarning: string;
1176
- rippleColorWarning: string;
1177
- colorError: string;
1178
- colorHoverError: string;
1179
- colorPressedError: string;
1180
- colorFocusError: string;
1181
- colorDisabledError: string;
1182
- textColorError: string;
1183
- textColorHoverError: string;
1184
- textColorPressedError: string;
1185
- textColorFocusError: string;
1186
- textColorDisabledError: string;
1187
- textColorTextError: string;
1188
- textColorTextHoverError: string;
1189
- textColorTextPressedError: string;
1190
- textColorTextFocusError: string;
1191
- textColorTextDisabledError: string;
1192
- textColorGhostError: string;
1193
- textColorGhostHoverError: string;
1194
- textColorGhostPressedError: string;
1195
- textColorGhostFocusError: string;
1196
- textColorGhostDisabledError: string;
1197
- borderError: string;
1198
- borderHoverError: string;
1199
- borderPressedError: string;
1200
- borderFocusError: string;
1201
- borderDisabledError: string;
1202
- rippleColorError: string;
1203
- waveOpacity: string;
1204
- fontWeight: string;
1205
- fontWeightStrong: string;
1206
- paddingTiny: string;
1207
- paddingSmall: string;
1208
- paddingMedium: string;
1209
- paddingLarge: string;
1210
- paddingRoundTiny: string;
1211
- paddingRoundSmall: string;
1212
- paddingRoundMedium: string;
1213
- paddingRoundLarge: string;
1214
- iconMarginTiny: string;
1215
- iconMarginSmall: string;
1216
- iconMarginMedium: string;
1217
- iconMarginLarge: string;
1218
- iconSizeTiny: string;
1219
- iconSizeSmall: string;
1220
- iconSizeMedium: string;
1221
- iconSizeLarge: string;
1222
- rippleDuration: string;
1223
- }, any>>>;
1224
- }, {
1225
- selfElRef: import("vue").Ref<HTMLElement | null>;
1226
- waveElRef: import("vue").Ref<{
1227
- play: () => void;
1228
- } | null>;
1229
- mergedClsPrefix: import("vue").ComputedRef<string>;
1230
- mergedFocusable: import("vue").ComputedRef<boolean>;
1231
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
1232
- showBorder: import("vue").ComputedRef<boolean>;
1233
- enterPressed: import("vue").Ref<boolean>;
1234
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1235
- handleMousedown: (e: MouseEvent) => void;
1236
- handleKeydown: (e: KeyboardEvent) => void;
1237
- handleBlur: () => void;
1238
- handleKeyup: (e: KeyboardEvent) => void;
1239
- handleClick: (e: MouseEvent) => void;
1240
- customColorCssVars: import("vue").ComputedRef<{
1241
- '--n-border-color': string;
1242
- '--n-border-color-hover': string;
1243
- '--n-border-color-pressed': string;
1244
- '--n-border-color-focus': string;
1245
- '--n-border-color-disabled': string;
1246
- } | null>;
1247
- cssVars: import("vue").ComputedRef<{
1248
- '--n-width': string;
1249
- '--n-height': string;
1250
- '--n-font-size': string;
1251
- '--n-padding': string;
1252
- '--n-icon-size': string;
1253
- '--n-icon-margin': string;
1254
- '--n-border-radius': string;
1255
- '--n-border': string;
1256
- '--n-border-hover': string;
1257
- '--n-border-pressed': string;
1258
- '--n-border-focus': string;
1259
- '--n-border-disabled': string;
1260
- '--n-color': string;
1261
- '--n-color-hover': string;
1262
- '--n-color-pressed': string;
1263
- '--n-color-focus': string;
1264
- '--n-color-disabled': string;
1265
- '--n-ripple-color': string;
1266
- '--n-text-color': string;
1267
- '--n-text-color-hover': string;
1268
- '--n-text-color-pressed': string;
1269
- '--n-text-color-focus': string;
1270
- '--n-text-color-disabled': string;
1271
- 'font-weight': string;
1272
- '--n-bezier': string;
1273
- '--n-bezier-ease-out': string;
1274
- '--n-ripple-duration': string;
1275
- '--n-opacity-disabled': string;
1276
- '--n-wave-opacity': string;
1277
- }> | undefined;
1278
- themeClass: import("vue").Ref<string> | undefined;
1279
- onRender: (() => void) | undefined;
1280
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1281
- readonly color: StringConstructor;
1282
- readonly textColor: StringConstructor;
1283
- readonly text: BooleanConstructor;
1284
- readonly block: BooleanConstructor;
1285
- readonly loading: BooleanConstructor;
1286
- readonly disabled: BooleanConstructor;
1287
- readonly circle: BooleanConstructor;
1288
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
1289
- readonly ghost: BooleanConstructor;
1290
- readonly round: BooleanConstructor;
1291
- readonly secondary: BooleanConstructor;
1292
- readonly tertiary: BooleanConstructor;
1293
- readonly quaternary: BooleanConstructor;
1294
- readonly strong: BooleanConstructor;
1295
- readonly focusable: {
1296
- readonly type: BooleanConstructor;
1297
- readonly default: true;
1298
- };
1299
- readonly keyboard: {
1300
- readonly type: BooleanConstructor;
1301
- readonly default: true;
1302
- };
1303
- readonly tag: {
1304
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
1305
- readonly default: "button";
1306
- };
1307
- readonly type: {
1308
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
1309
- readonly default: "default";
1310
- };
1311
- readonly dashed: BooleanConstructor;
1312
- readonly iconPlacement: {
1313
- readonly type: import("vue").PropType<"left" | "right">;
1314
- readonly default: "left";
1315
- };
1316
- readonly attrType: {
1317
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
1318
- readonly default: "button";
1319
- };
1320
- readonly bordered: {
1321
- readonly type: BooleanConstructor;
1322
- readonly default: true;
1323
- };
1324
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1325
- readonly nativeFocusBehavior: BooleanConstructor;
1326
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
1327
- heightTiny: string;
1328
- heightSmall: string;
1329
- heightMedium: string;
1330
- heightLarge: string;
1331
- borderRadiusTiny: string;
1332
- borderRadiusSmall: string;
1333
- borderRadiusMedium: string;
1334
- borderRadiusLarge: string;
1335
- fontSizeTiny: string;
1336
- fontSizeSmall: string;
1337
- fontSizeMedium: string;
1338
- fontSizeLarge: string;
1339
- opacityDisabled: string;
1340
- colorOpacitySecondary: string;
1341
- colorOpacitySecondaryHover: string;
1342
- colorOpacitySecondaryPressed: string;
1343
- colorSecondary: string;
1344
- colorSecondaryHover: string;
1345
- colorSecondaryPressed: string;
1346
- colorTertiary: string;
1347
- colorTertiaryHover: string;
1348
- colorTertiaryPressed: string;
1349
- colorQuaternary: string;
1350
- colorQuaternaryHover: string;
1351
- colorQuaternaryPressed: string;
1352
- color: string;
1353
- colorHover: string;
1354
- colorPressed: string;
1355
- colorFocus: string;
1356
- colorDisabled: string;
1357
- textColor: string;
1358
- textColorTertiary: string;
1359
- textColorHover: string;
1360
- textColorPressed: string;
1361
- textColorFocus: string;
1362
- textColorDisabled: string;
1363
- textColorText: string;
1364
- textColorTextHover: string;
1365
- textColorTextPressed: string;
1366
- textColorTextFocus: string;
1367
- textColorTextDisabled: string;
1368
- textColorGhost: string;
1369
- textColorGhostHover: string;
1370
- textColorGhostPressed: string;
1371
- textColorGhostFocus: string;
1372
- textColorGhostDisabled: string;
1373
- border: string;
1374
- borderHover: string;
1375
- borderPressed: string;
1376
- borderFocus: string;
1377
- borderDisabled: string;
1378
- rippleColor: string;
1379
- colorPrimary: string;
1380
- colorHoverPrimary: string;
1381
- colorPressedPrimary: string;
1382
- colorFocusPrimary: string;
1383
- colorDisabledPrimary: string;
1384
- textColorPrimary: string;
1385
- textColorHoverPrimary: string;
1386
- textColorPressedPrimary: string;
1387
- textColorFocusPrimary: string;
1388
- textColorDisabledPrimary: string;
1389
- textColorTextPrimary: string;
1390
- textColorTextHoverPrimary: string;
1391
- textColorTextPressedPrimary: string;
1392
- textColorTextFocusPrimary: string;
1393
- textColorTextDisabledPrimary: string;
1394
- textColorGhostPrimary: string;
1395
- textColorGhostHoverPrimary: string;
1396
- textColorGhostPressedPrimary: string;
1397
- textColorGhostFocusPrimary: string;
1398
- textColorGhostDisabledPrimary: string;
1399
- borderPrimary: string;
1400
- borderHoverPrimary: string;
1401
- borderPressedPrimary: string;
1402
- borderFocusPrimary: string;
1403
- borderDisabledPrimary: string;
1404
- rippleColorPrimary: string;
1405
- colorInfo: string;
1406
- colorHoverInfo: string;
1407
- colorPressedInfo: string;
1408
- colorFocusInfo: string;
1409
- colorDisabledInfo: string;
1410
- textColorInfo: string;
1411
- textColorHoverInfo: string;
1412
- textColorPressedInfo: string;
1413
- textColorFocusInfo: string;
1414
- textColorDisabledInfo: string;
1415
- textColorTextInfo: string;
1416
- textColorTextHoverInfo: string;
1417
- textColorTextPressedInfo: string;
1418
- textColorTextFocusInfo: string;
1419
- textColorTextDisabledInfo: string;
1420
- textColorGhostInfo: string;
1421
- textColorGhostHoverInfo: string;
1422
- textColorGhostPressedInfo: string;
1423
- textColorGhostFocusInfo: string;
1424
- textColorGhostDisabledInfo: string;
1425
- borderInfo: string;
1426
- borderHoverInfo: string;
1427
- borderPressedInfo: string;
1428
- borderFocusInfo: string;
1429
- borderDisabledInfo: string;
1430
- rippleColorInfo: string;
1431
- colorSuccess: string;
1432
- colorHoverSuccess: string;
1433
- colorPressedSuccess: string;
1434
- colorFocusSuccess: string;
1435
- colorDisabledSuccess: string;
1436
- textColorSuccess: string;
1437
- textColorHoverSuccess: string;
1438
- textColorPressedSuccess: string;
1439
- textColorFocusSuccess: string;
1440
- textColorDisabledSuccess: string;
1441
- textColorTextSuccess: string;
1442
- textColorTextHoverSuccess: string;
1443
- textColorTextPressedSuccess: string;
1444
- textColorTextFocusSuccess: string;
1445
- textColorTextDisabledSuccess: string;
1446
- textColorGhostSuccess: string;
1447
- textColorGhostHoverSuccess: string;
1448
- textColorGhostPressedSuccess: string;
1449
- textColorGhostFocusSuccess: string;
1450
- textColorGhostDisabledSuccess: string;
1451
- borderSuccess: string;
1452
- borderHoverSuccess: string;
1453
- borderPressedSuccess: string;
1454
- borderFocusSuccess: string;
1455
- borderDisabledSuccess: string;
1456
- rippleColorSuccess: string;
1457
- colorWarning: string;
1458
- colorHoverWarning: string;
1459
- colorPressedWarning: string;
1460
- colorFocusWarning: string;
1461
- colorDisabledWarning: string;
1462
- textColorWarning: string;
1463
- textColorHoverWarning: string;
1464
- textColorPressedWarning: string;
1465
- textColorFocusWarning: string;
1466
- textColorDisabledWarning: string;
1467
- textColorTextWarning: string;
1468
- textColorTextHoverWarning: string;
1469
- textColorTextPressedWarning: string;
1470
- textColorTextFocusWarning: string;
1471
- textColorTextDisabledWarning: string;
1472
- textColorGhostWarning: string;
1473
- textColorGhostHoverWarning: string;
1474
- textColorGhostPressedWarning: string;
1475
- textColorGhostFocusWarning: string;
1476
- textColorGhostDisabledWarning: string;
1477
- borderWarning: string;
1478
- borderHoverWarning: string;
1479
- borderPressedWarning: string;
1480
- borderFocusWarning: string;
1481
- borderDisabledWarning: string;
1482
- rippleColorWarning: string;
1483
- colorError: string;
1484
- colorHoverError: string;
1485
- colorPressedError: string;
1486
- colorFocusError: string;
1487
- colorDisabledError: string;
1488
- textColorError: string;
1489
- textColorHoverError: string;
1490
- textColorPressedError: string;
1491
- textColorFocusError: string;
1492
- textColorDisabledError: string;
1493
- textColorTextError: string;
1494
- textColorTextHoverError: string;
1495
- textColorTextPressedError: string;
1496
- textColorTextFocusError: string;
1497
- textColorTextDisabledError: string;
1498
- textColorGhostError: string;
1499
- textColorGhostHoverError: string;
1500
- textColorGhostPressedError: string;
1501
- textColorGhostFocusError: string;
1502
- textColorGhostDisabledError: string;
1503
- borderError: string;
1504
- borderHoverError: string;
1505
- borderPressedError: string;
1506
- borderFocusError: string;
1507
- borderDisabledError: string;
1508
- rippleColorError: string;
1509
- waveOpacity: string;
1510
- fontWeight: string;
1511
- fontWeightStrong: string;
1512
- paddingTiny: string;
1513
- paddingSmall: string;
1514
- paddingMedium: string;
1515
- paddingLarge: string;
1516
- paddingRoundTiny: string;
1517
- paddingRoundSmall: string;
1518
- paddingRoundMedium: string;
1519
- paddingRoundLarge: string;
1520
- iconMarginTiny: string;
1521
- iconMarginSmall: string;
1522
- iconMarginMedium: string;
1523
- iconMarginLarge: string;
1524
- iconSizeTiny: string;
1525
- iconSizeSmall: string;
1526
- iconSizeMedium: string;
1527
- iconSizeLarge: string;
1528
- rippleDuration: string;
1529
- }, any>>;
1530
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1531
- heightTiny: string;
1532
- heightSmall: string;
1533
- heightMedium: string;
1534
- heightLarge: string;
1535
- borderRadiusTiny: string;
1536
- borderRadiusSmall: string;
1537
- borderRadiusMedium: string;
1538
- borderRadiusLarge: string;
1539
- fontSizeTiny: string;
1540
- fontSizeSmall: string;
1541
- fontSizeMedium: string;
1542
- fontSizeLarge: string;
1543
- opacityDisabled: string;
1544
- colorOpacitySecondary: string;
1545
- colorOpacitySecondaryHover: string;
1546
- colorOpacitySecondaryPressed: string;
1547
- colorSecondary: string;
1548
- colorSecondaryHover: string;
1549
- colorSecondaryPressed: string;
1550
- colorTertiary: string;
1551
- colorTertiaryHover: string;
1552
- colorTertiaryPressed: string;
1553
- colorQuaternary: string;
1554
- colorQuaternaryHover: string;
1555
- colorQuaternaryPressed: string;
1556
- color: string;
1557
- colorHover: string;
1558
- colorPressed: string;
1559
- colorFocus: string;
1560
- colorDisabled: string;
1561
- textColor: string;
1562
- textColorTertiary: string;
1563
- textColorHover: string;
1564
- textColorPressed: string;
1565
- textColorFocus: string;
1566
- textColorDisabled: string;
1567
- textColorText: string;
1568
- textColorTextHover: string;
1569
- textColorTextPressed: string;
1570
- textColorTextFocus: string;
1571
- textColorTextDisabled: string;
1572
- textColorGhost: string;
1573
- textColorGhostHover: string;
1574
- textColorGhostPressed: string;
1575
- textColorGhostFocus: string;
1576
- textColorGhostDisabled: string;
1577
- border: string;
1578
- borderHover: string;
1579
- borderPressed: string;
1580
- borderFocus: string;
1581
- borderDisabled: string;
1582
- rippleColor: string;
1583
- colorPrimary: string;
1584
- colorHoverPrimary: string;
1585
- colorPressedPrimary: string;
1586
- colorFocusPrimary: string;
1587
- colorDisabledPrimary: string;
1588
- textColorPrimary: string;
1589
- textColorHoverPrimary: string;
1590
- textColorPressedPrimary: string;
1591
- textColorFocusPrimary: string;
1592
- textColorDisabledPrimary: string;
1593
- textColorTextPrimary: string;
1594
- textColorTextHoverPrimary: string;
1595
- textColorTextPressedPrimary: string;
1596
- textColorTextFocusPrimary: string;
1597
- textColorTextDisabledPrimary: string;
1598
- textColorGhostPrimary: string;
1599
- textColorGhostHoverPrimary: string;
1600
- textColorGhostPressedPrimary: string;
1601
- textColorGhostFocusPrimary: string;
1602
- textColorGhostDisabledPrimary: string;
1603
- borderPrimary: string;
1604
- borderHoverPrimary: string;
1605
- borderPressedPrimary: string;
1606
- borderFocusPrimary: string;
1607
- borderDisabledPrimary: string;
1608
- rippleColorPrimary: string;
1609
- colorInfo: string;
1610
- colorHoverInfo: string;
1611
- colorPressedInfo: string;
1612
- colorFocusInfo: string;
1613
- colorDisabledInfo: string;
1614
- textColorInfo: string;
1615
- textColorHoverInfo: string;
1616
- textColorPressedInfo: string;
1617
- textColorFocusInfo: string;
1618
- textColorDisabledInfo: string;
1619
- textColorTextInfo: string;
1620
- textColorTextHoverInfo: string;
1621
- textColorTextPressedInfo: string;
1622
- textColorTextFocusInfo: string;
1623
- textColorTextDisabledInfo: string;
1624
- textColorGhostInfo: string;
1625
- textColorGhostHoverInfo: string;
1626
- textColorGhostPressedInfo: string;
1627
- textColorGhostFocusInfo: string;
1628
- textColorGhostDisabledInfo: string;
1629
- borderInfo: string;
1630
- borderHoverInfo: string;
1631
- borderPressedInfo: string;
1632
- borderFocusInfo: string;
1633
- borderDisabledInfo: string;
1634
- rippleColorInfo: string;
1635
- colorSuccess: string;
1636
- colorHoverSuccess: string;
1637
- colorPressedSuccess: string;
1638
- colorFocusSuccess: string;
1639
- colorDisabledSuccess: string;
1640
- textColorSuccess: string;
1641
- textColorHoverSuccess: string;
1642
- textColorPressedSuccess: string;
1643
- textColorFocusSuccess: string;
1644
- textColorDisabledSuccess: string;
1645
- textColorTextSuccess: string;
1646
- textColorTextHoverSuccess: string;
1647
- textColorTextPressedSuccess: string;
1648
- textColorTextFocusSuccess: string;
1649
- textColorTextDisabledSuccess: string;
1650
- textColorGhostSuccess: string;
1651
- textColorGhostHoverSuccess: string;
1652
- textColorGhostPressedSuccess: string;
1653
- textColorGhostFocusSuccess: string;
1654
- textColorGhostDisabledSuccess: string;
1655
- borderSuccess: string;
1656
- borderHoverSuccess: string;
1657
- borderPressedSuccess: string;
1658
- borderFocusSuccess: string;
1659
- borderDisabledSuccess: string;
1660
- rippleColorSuccess: string;
1661
- colorWarning: string;
1662
- colorHoverWarning: string;
1663
- colorPressedWarning: string;
1664
- colorFocusWarning: string;
1665
- colorDisabledWarning: string;
1666
- textColorWarning: string;
1667
- textColorHoverWarning: string;
1668
- textColorPressedWarning: string;
1669
- textColorFocusWarning: string;
1670
- textColorDisabledWarning: string;
1671
- textColorTextWarning: string;
1672
- textColorTextHoverWarning: string;
1673
- textColorTextPressedWarning: string;
1674
- textColorTextFocusWarning: string;
1675
- textColorTextDisabledWarning: string;
1676
- textColorGhostWarning: string;
1677
- textColorGhostHoverWarning: string;
1678
- textColorGhostPressedWarning: string;
1679
- textColorGhostFocusWarning: string;
1680
- textColorGhostDisabledWarning: string;
1681
- borderWarning: string;
1682
- borderHoverWarning: string;
1683
- borderPressedWarning: string;
1684
- borderFocusWarning: string;
1685
- borderDisabledWarning: string;
1686
- rippleColorWarning: string;
1687
- colorError: string;
1688
- colorHoverError: string;
1689
- colorPressedError: string;
1690
- colorFocusError: string;
1691
- colorDisabledError: string;
1692
- textColorError: string;
1693
- textColorHoverError: string;
1694
- textColorPressedError: string;
1695
- textColorFocusError: string;
1696
- textColorDisabledError: string;
1697
- textColorTextError: string;
1698
- textColorTextHoverError: string;
1699
- textColorTextPressedError: string;
1700
- textColorTextFocusError: string;
1701
- textColorTextDisabledError: string;
1702
- textColorGhostError: string;
1703
- textColorGhostHoverError: string;
1704
- textColorGhostPressedError: string;
1705
- textColorGhostFocusError: string;
1706
- textColorGhostDisabledError: string;
1707
- borderError: string;
1708
- borderHoverError: string;
1709
- borderPressedError: string;
1710
- borderFocusError: string;
1711
- borderDisabledError: string;
1712
- rippleColorError: string;
1713
- waveOpacity: string;
1714
- fontWeight: string;
1715
- fontWeightStrong: string;
1716
- paddingTiny: string;
1717
- paddingSmall: string;
1718
- paddingMedium: string;
1719
- paddingLarge: string;
1720
- paddingRoundTiny: string;
1721
- paddingRoundSmall: string;
1722
- paddingRoundMedium: string;
1723
- paddingRoundLarge: string;
1724
- iconMarginTiny: string;
1725
- iconMarginSmall: string;
1726
- iconMarginMedium: string;
1727
- iconMarginLarge: string;
1728
- iconSizeTiny: string;
1729
- iconSizeSmall: string;
1730
- iconSizeMedium: string;
1731
- iconSizeLarge: string;
1732
- rippleDuration: string;
1733
- }, any>>>;
1734
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1735
- heightTiny: string;
1736
- heightSmall: string;
1737
- heightMedium: string;
1738
- heightLarge: string;
1739
- borderRadiusTiny: string;
1740
- borderRadiusSmall: string;
1741
- borderRadiusMedium: string;
1742
- borderRadiusLarge: string;
1743
- fontSizeTiny: string;
1744
- fontSizeSmall: string;
1745
- fontSizeMedium: string;
1746
- fontSizeLarge: string;
1747
- opacityDisabled: string;
1748
- colorOpacitySecondary: string;
1749
- colorOpacitySecondaryHover: string;
1750
- colorOpacitySecondaryPressed: string;
1751
- colorSecondary: string;
1752
- colorSecondaryHover: string;
1753
- colorSecondaryPressed: string;
1754
- colorTertiary: string;
1755
- colorTertiaryHover: string;
1756
- colorTertiaryPressed: string;
1757
- colorQuaternary: string;
1758
- colorQuaternaryHover: string;
1759
- colorQuaternaryPressed: string;
1760
- color: string;
1761
- colorHover: string;
1762
- colorPressed: string;
1763
- colorFocus: string;
1764
- colorDisabled: string;
1765
- textColor: string;
1766
- textColorTertiary: string;
1767
- textColorHover: string;
1768
- textColorPressed: string;
1769
- textColorFocus: string;
1770
- textColorDisabled: string;
1771
- textColorText: string;
1772
- textColorTextHover: string;
1773
- textColorTextPressed: string;
1774
- textColorTextFocus: string;
1775
- textColorTextDisabled: string;
1776
- textColorGhost: string;
1777
- textColorGhostHover: string;
1778
- textColorGhostPressed: string;
1779
- textColorGhostFocus: string;
1780
- textColorGhostDisabled: string;
1781
- border: string;
1782
- borderHover: string;
1783
- borderPressed: string;
1784
- borderFocus: string;
1785
- borderDisabled: string;
1786
- rippleColor: string;
1787
- colorPrimary: string;
1788
- colorHoverPrimary: string;
1789
- colorPressedPrimary: string;
1790
- colorFocusPrimary: string;
1791
- colorDisabledPrimary: string;
1792
- textColorPrimary: string;
1793
- textColorHoverPrimary: string;
1794
- textColorPressedPrimary: string;
1795
- textColorFocusPrimary: string;
1796
- textColorDisabledPrimary: string;
1797
- textColorTextPrimary: string;
1798
- textColorTextHoverPrimary: string;
1799
- textColorTextPressedPrimary: string;
1800
- textColorTextFocusPrimary: string;
1801
- textColorTextDisabledPrimary: string;
1802
- textColorGhostPrimary: string;
1803
- textColorGhostHoverPrimary: string;
1804
- textColorGhostPressedPrimary: string;
1805
- textColorGhostFocusPrimary: string;
1806
- textColorGhostDisabledPrimary: string;
1807
- borderPrimary: string;
1808
- borderHoverPrimary: string;
1809
- borderPressedPrimary: string;
1810
- borderFocusPrimary: string;
1811
- borderDisabledPrimary: string;
1812
- rippleColorPrimary: string;
1813
- colorInfo: string;
1814
- colorHoverInfo: string;
1815
- colorPressedInfo: string;
1816
- colorFocusInfo: string;
1817
- colorDisabledInfo: string;
1818
- textColorInfo: string;
1819
- textColorHoverInfo: string;
1820
- textColorPressedInfo: string;
1821
- textColorFocusInfo: string;
1822
- textColorDisabledInfo: string;
1823
- textColorTextInfo: string;
1824
- textColorTextHoverInfo: string;
1825
- textColorTextPressedInfo: string;
1826
- textColorTextFocusInfo: string;
1827
- textColorTextDisabledInfo: string;
1828
- textColorGhostInfo: string;
1829
- textColorGhostHoverInfo: string;
1830
- textColorGhostPressedInfo: string;
1831
- textColorGhostFocusInfo: string;
1832
- textColorGhostDisabledInfo: string;
1833
- borderInfo: string;
1834
- borderHoverInfo: string;
1835
- borderPressedInfo: string;
1836
- borderFocusInfo: string;
1837
- borderDisabledInfo: string;
1838
- rippleColorInfo: string;
1839
- colorSuccess: string;
1840
- colorHoverSuccess: string;
1841
- colorPressedSuccess: string;
1842
- colorFocusSuccess: string;
1843
- colorDisabledSuccess: string;
1844
- textColorSuccess: string;
1845
- textColorHoverSuccess: string;
1846
- textColorPressedSuccess: string;
1847
- textColorFocusSuccess: string;
1848
- textColorDisabledSuccess: string;
1849
- textColorTextSuccess: string;
1850
- textColorTextHoverSuccess: string;
1851
- textColorTextPressedSuccess: string;
1852
- textColorTextFocusSuccess: string;
1853
- textColorTextDisabledSuccess: string;
1854
- textColorGhostSuccess: string;
1855
- textColorGhostHoverSuccess: string;
1856
- textColorGhostPressedSuccess: string;
1857
- textColorGhostFocusSuccess: string;
1858
- textColorGhostDisabledSuccess: string;
1859
- borderSuccess: string;
1860
- borderHoverSuccess: string;
1861
- borderPressedSuccess: string;
1862
- borderFocusSuccess: string;
1863
- borderDisabledSuccess: string;
1864
- rippleColorSuccess: string;
1865
- colorWarning: string;
1866
- colorHoverWarning: string;
1867
- colorPressedWarning: string;
1868
- colorFocusWarning: string;
1869
- colorDisabledWarning: string;
1870
- textColorWarning: string;
1871
- textColorHoverWarning: string;
1872
- textColorPressedWarning: string;
1873
- textColorFocusWarning: string;
1874
- textColorDisabledWarning: string;
1875
- textColorTextWarning: string;
1876
- textColorTextHoverWarning: string;
1877
- textColorTextPressedWarning: string;
1878
- textColorTextFocusWarning: string;
1879
- textColorTextDisabledWarning: string;
1880
- textColorGhostWarning: string;
1881
- textColorGhostHoverWarning: string;
1882
- textColorGhostPressedWarning: string;
1883
- textColorGhostFocusWarning: string;
1884
- textColorGhostDisabledWarning: string;
1885
- borderWarning: string;
1886
- borderHoverWarning: string;
1887
- borderPressedWarning: string;
1888
- borderFocusWarning: string;
1889
- borderDisabledWarning: string;
1890
- rippleColorWarning: string;
1891
- colorError: string;
1892
- colorHoverError: string;
1893
- colorPressedError: string;
1894
- colorFocusError: string;
1895
- colorDisabledError: string;
1896
- textColorError: string;
1897
- textColorHoverError: string;
1898
- textColorPressedError: string;
1899
- textColorFocusError: string;
1900
- textColorDisabledError: string;
1901
- textColorTextError: string;
1902
- textColorTextHoverError: string;
1903
- textColorTextPressedError: string;
1904
- textColorTextFocusError: string;
1905
- textColorTextDisabledError: string;
1906
- textColorGhostError: string;
1907
- textColorGhostHoverError: string;
1908
- textColorGhostPressedError: string;
1909
- textColorGhostFocusError: string;
1910
- textColorGhostDisabledError: string;
1911
- borderError: string;
1912
- borderHoverError: string;
1913
- borderPressedError: string;
1914
- borderFocusError: string;
1915
- borderDisabledError: string;
1916
- rippleColorError: string;
1917
- waveOpacity: string;
1918
- fontWeight: string;
1919
- fontWeightStrong: string;
1920
- paddingTiny: string;
1921
- paddingSmall: string;
1922
- paddingMedium: string;
1923
- paddingLarge: string;
1924
- paddingRoundTiny: string;
1925
- paddingRoundSmall: string;
1926
- paddingRoundMedium: string;
1927
- paddingRoundLarge: string;
1928
- iconMarginTiny: string;
1929
- iconMarginSmall: string;
1930
- iconMarginMedium: string;
1931
- iconMarginLarge: string;
1932
- iconSizeTiny: string;
1933
- iconSizeSmall: string;
1934
- iconSizeMedium: string;
1935
- iconSizeLarge: string;
1936
- rippleDuration: string;
1937
- }, any>>>;
1938
- }>>, {
1939
- readonly type: import("naive-ui/es/button/src/interface").Type;
1940
- readonly tag: keyof HTMLElementTagNameMap;
1941
- readonly block: boolean;
1942
- readonly round: boolean;
1943
- readonly dashed: boolean;
1944
- readonly text: boolean;
1945
- readonly circle: boolean;
1946
- readonly disabled: boolean;
1947
- readonly focusable: boolean;
1948
- readonly strong: boolean;
1949
- readonly loading: boolean;
1950
- readonly bordered: boolean;
1951
- readonly tertiary: boolean;
1952
- readonly ghost: boolean;
1953
- readonly keyboard: boolean;
1954
- readonly secondary: boolean;
1955
- readonly quaternary: boolean;
1956
- readonly iconPlacement: "left" | "right";
1957
- readonly attrType: "button" | "reset" | "submit";
1958
- readonly nativeFocusBehavior: boolean;
1959
- }>;
1960
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closeEvaluateCountdown" | "writeGuage")[], "closeEvaluateCountdown" | "writeGuage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1961
- formArray: {
1962
- type: ArrayConstructor;
1963
- default: () => never[];
1964
- };
1965
- evaluateResultConfig: {
1966
- type: ObjectConstructor;
1967
- default: () => {};
1968
- };
1969
- evaluateResultSetting: {
1970
- type: ObjectConstructor;
1971
- default: () => {};
1972
- };
1973
- isFinished: {
1974
- type: BooleanConstructor;
1975
- default: boolean;
1976
- };
1977
- maxScore: {
1978
- type: NumberConstructor;
1979
- default: number;
1980
- };
1981
- }>> & {
1982
- onCloseEvaluateCountdown?: ((...args: any[]) => any) | undefined;
1983
- onWriteGuage?: ((...args: any[]) => any) | undefined;
1984
- }, {
1985
- formArray: unknown[];
1986
- evaluateResultConfig: Record<string, any>;
1987
- evaluateResultSetting: Record<string, any>;
1988
- isFinished: boolean;
1989
- maxScore: number;
1990
- }>;
1991
- AnswerParse: import("vue").DefineComponent<{
1992
- item: {
1993
- type: ObjectConstructor;
1994
- default: () => {};
1995
- };
1996
- }, {
1997
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1998
- item: {
1999
- type: ObjectConstructor;
2000
- default: () => {};
2001
- };
2002
- }>> & {
2003
- [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
2004
- }>>;
2005
- questionScore: import("vue").ComputedRef<any>;
2006
- answerSuccess: import("vue").ComputedRef<boolean>;
2007
- answerIcon: import("vue").ComputedRef<"xitongtubiaodui" | "xitongtubiaocuo">;
2008
- answerResText: import("vue").ComputedRef<"部分正确" | "回答正确" | "回答错误">;
2009
- scoreText: import("vue").ComputedRef<"部分" | "本题">;
2010
- correctAnswer: import("vue").ComputedRef<any>;
2011
- answerKeyText: import("vue").ComputedRef<any>;
2012
- SvgIcon: import("vue").DefineComponent<{
2013
- iconClass: {
2014
- type: StringConstructor;
2015
- required: true;
2016
- default: string;
2017
- };
2018
- title: {
2019
- type: StringConstructor;
2020
- required: false;
2021
- default: string;
2022
- };
2023
- className: {
2024
- type: StringConstructor;
2025
- required: false;
2026
- };
2027
- }, {
2028
- props: {
2029
- iconClass: string;
2030
- title: string;
2031
- className?: string | undefined;
2032
- };
2033
- iconName: import("vue").ComputedRef<string>;
2034
- svgClass: import("vue").ComputedRef<string>;
2035
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2036
- iconClass: {
2037
- type: StringConstructor;
2038
- required: true;
2039
- default: string;
2040
- };
2041
- title: {
2042
- type: StringConstructor;
2043
- required: false;
2044
- default: string;
2045
- };
2046
- className: {
2047
- type: StringConstructor;
2048
- required: false;
2049
- };
2050
- }>>, {
2051
- title: string;
2052
- iconClass: string;
2053
- }>;
2054
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2055
- item: {
2056
- type: ObjectConstructor;
2057
- default: () => {};
2058
- };
2059
- }>>, {
2060
- item: Record<string, any>;
2061
- }>;
2062
- ScaleScore: import("vue").DefineComponent<{
2063
- config: {
2064
- type: ObjectConstructor;
2065
- default: () => {};
2066
- };
2067
- maxScore: {
2068
- type: NumberConstructor;
2069
- default: number;
2070
- };
2071
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2072
- config: {
2073
- type: ObjectConstructor;
2074
- default: () => {};
2075
- };
2076
- maxScore: {
2077
- type: NumberConstructor;
2078
- default: number;
2079
- };
2080
- }>> & {}, {
2081
- maxScore: number;
2082
- config: Record<string, any>;
2083
- }>;
2084
- NButton: import("vue").DefineComponent<{
2085
- readonly color: StringConstructor;
2086
- readonly textColor: StringConstructor;
2087
- readonly text: BooleanConstructor;
2088
- readonly block: BooleanConstructor;
2089
- readonly loading: BooleanConstructor;
2090
- readonly disabled: BooleanConstructor;
2091
- readonly circle: BooleanConstructor;
2092
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
2093
- readonly ghost: BooleanConstructor;
2094
- readonly round: BooleanConstructor;
2095
- readonly secondary: BooleanConstructor;
2096
- readonly tertiary: BooleanConstructor;
2097
- readonly quaternary: BooleanConstructor;
2098
- readonly strong: BooleanConstructor;
2099
- readonly focusable: {
2100
- readonly type: BooleanConstructor;
2101
- readonly default: true;
2102
- };
2103
- readonly keyboard: {
2104
- readonly type: BooleanConstructor;
2105
- readonly default: true;
2106
- };
2107
- readonly tag: {
2108
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
2109
- readonly default: "button";
2110
- };
2111
- readonly type: {
2112
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
2113
- readonly default: "default";
2114
- };
2115
- readonly dashed: BooleanConstructor;
2116
- readonly iconPlacement: {
2117
- readonly type: import("vue").PropType<"left" | "right">;
2118
- readonly default: "left";
2119
- };
2120
- readonly attrType: {
2121
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
2122
- readonly default: "button";
2123
- };
2124
- readonly bordered: {
2125
- readonly type: BooleanConstructor;
2126
- readonly default: true;
2127
- };
2128
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2129
- readonly nativeFocusBehavior: BooleanConstructor;
2130
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
2131
- heightTiny: string;
2132
- heightSmall: string;
2133
- heightMedium: string;
2134
- heightLarge: string;
2135
- borderRadiusTiny: string;
2136
- borderRadiusSmall: string;
2137
- borderRadiusMedium: string;
2138
- borderRadiusLarge: string;
2139
- fontSizeTiny: string;
2140
- fontSizeSmall: string;
2141
- fontSizeMedium: string;
2142
- fontSizeLarge: string;
2143
- opacityDisabled: string;
2144
- colorOpacitySecondary: string;
2145
- colorOpacitySecondaryHover: string;
2146
- colorOpacitySecondaryPressed: string;
2147
- colorSecondary: string;
2148
- colorSecondaryHover: string;
2149
- colorSecondaryPressed: string;
2150
- colorTertiary: string;
2151
- colorTertiaryHover: string;
2152
- colorTertiaryPressed: string;
2153
- colorQuaternary: string;
2154
- colorQuaternaryHover: string;
2155
- colorQuaternaryPressed: string;
2156
- color: string;
2157
- colorHover: string;
2158
- colorPressed: string;
2159
- colorFocus: string;
2160
- colorDisabled: string;
2161
- textColor: string;
2162
- textColorTertiary: string;
2163
- textColorHover: string;
2164
- textColorPressed: string;
2165
- textColorFocus: string;
2166
- textColorDisabled: string;
2167
- textColorText: string;
2168
- textColorTextHover: string;
2169
- textColorTextPressed: string;
2170
- textColorTextFocus: string;
2171
- textColorTextDisabled: string;
2172
- textColorGhost: string;
2173
- textColorGhostHover: string;
2174
- textColorGhostPressed: string;
2175
- textColorGhostFocus: string;
2176
- textColorGhostDisabled: string;
2177
- border: string;
2178
- borderHover: string;
2179
- borderPressed: string;
2180
- borderFocus: string;
2181
- borderDisabled: string;
2182
- rippleColor: string;
2183
- colorPrimary: string;
2184
- colorHoverPrimary: string;
2185
- colorPressedPrimary: string;
2186
- colorFocusPrimary: string;
2187
- colorDisabledPrimary: string;
2188
- textColorPrimary: string;
2189
- textColorHoverPrimary: string;
2190
- textColorPressedPrimary: string;
2191
- textColorFocusPrimary: string;
2192
- textColorDisabledPrimary: string;
2193
- textColorTextPrimary: string;
2194
- textColorTextHoverPrimary: string;
2195
- textColorTextPressedPrimary: string;
2196
- textColorTextFocusPrimary: string;
2197
- textColorTextDisabledPrimary: string;
2198
- textColorGhostPrimary: string;
2199
- textColorGhostHoverPrimary: string;
2200
- textColorGhostPressedPrimary: string;
2201
- textColorGhostFocusPrimary: string;
2202
- textColorGhostDisabledPrimary: string;
2203
- borderPrimary: string;
2204
- borderHoverPrimary: string;
2205
- borderPressedPrimary: string;
2206
- borderFocusPrimary: string;
2207
- borderDisabledPrimary: string;
2208
- rippleColorPrimary: string;
2209
- colorInfo: string;
2210
- colorHoverInfo: string;
2211
- colorPressedInfo: string;
2212
- colorFocusInfo: string;
2213
- colorDisabledInfo: string;
2214
- textColorInfo: string;
2215
- textColorHoverInfo: string;
2216
- textColorPressedInfo: string;
2217
- textColorFocusInfo: string;
2218
- textColorDisabledInfo: string;
2219
- textColorTextInfo: string;
2220
- textColorTextHoverInfo: string;
2221
- textColorTextPressedInfo: string;
2222
- textColorTextFocusInfo: string;
2223
- textColorTextDisabledInfo: string;
2224
- textColorGhostInfo: string;
2225
- textColorGhostHoverInfo: string;
2226
- textColorGhostPressedInfo: string;
2227
- textColorGhostFocusInfo: string;
2228
- textColorGhostDisabledInfo: string;
2229
- borderInfo: string;
2230
- borderHoverInfo: string;
2231
- borderPressedInfo: string;
2232
- borderFocusInfo: string;
2233
- borderDisabledInfo: string;
2234
- rippleColorInfo: string;
2235
- colorSuccess: string;
2236
- colorHoverSuccess: string;
2237
- colorPressedSuccess: string;
2238
- colorFocusSuccess: string;
2239
- colorDisabledSuccess: string;
2240
- textColorSuccess: string;
2241
- textColorHoverSuccess: string;
2242
- textColorPressedSuccess: string;
2243
- textColorFocusSuccess: string;
2244
- textColorDisabledSuccess: string;
2245
- textColorTextSuccess: string;
2246
- textColorTextHoverSuccess: string;
2247
- textColorTextPressedSuccess: string;
2248
- textColorTextFocusSuccess: string;
2249
- textColorTextDisabledSuccess: string;
2250
- textColorGhostSuccess: string;
2251
- textColorGhostHoverSuccess: string;
2252
- textColorGhostPressedSuccess: string;
2253
- textColorGhostFocusSuccess: string;
2254
- textColorGhostDisabledSuccess: string;
2255
- borderSuccess: string;
2256
- borderHoverSuccess: string;
2257
- borderPressedSuccess: string;
2258
- borderFocusSuccess: string;
2259
- borderDisabledSuccess: string;
2260
- rippleColorSuccess: string;
2261
- colorWarning: string;
2262
- colorHoverWarning: string;
2263
- colorPressedWarning: string;
2264
- colorFocusWarning: string;
2265
- colorDisabledWarning: string;
2266
- textColorWarning: string;
2267
- textColorHoverWarning: string;
2268
- textColorPressedWarning: string;
2269
- textColorFocusWarning: string;
2270
- textColorDisabledWarning: string;
2271
- textColorTextWarning: string;
2272
- textColorTextHoverWarning: string;
2273
- textColorTextPressedWarning: string;
2274
- textColorTextFocusWarning: string;
2275
- textColorTextDisabledWarning: string;
2276
- textColorGhostWarning: string;
2277
- textColorGhostHoverWarning: string;
2278
- textColorGhostPressedWarning: string;
2279
- textColorGhostFocusWarning: string;
2280
- textColorGhostDisabledWarning: string;
2281
- borderWarning: string;
2282
- borderHoverWarning: string;
2283
- borderPressedWarning: string;
2284
- borderFocusWarning: string;
2285
- borderDisabledWarning: string;
2286
- rippleColorWarning: string;
2287
- colorError: string;
2288
- colorHoverError: string;
2289
- colorPressedError: string;
2290
- colorFocusError: string;
2291
- colorDisabledError: string;
2292
- textColorError: string;
2293
- textColorHoverError: string;
2294
- textColorPressedError: string;
2295
- textColorFocusError: string;
2296
- textColorDisabledError: string;
2297
- textColorTextError: string;
2298
- textColorTextHoverError: string;
2299
- textColorTextPressedError: string;
2300
- textColorTextFocusError: string;
2301
- textColorTextDisabledError: string;
2302
- textColorGhostError: string;
2303
- textColorGhostHoverError: string;
2304
- textColorGhostPressedError: string;
2305
- textColorGhostFocusError: string;
2306
- textColorGhostDisabledError: string;
2307
- borderError: string;
2308
- borderHoverError: string;
2309
- borderPressedError: string;
2310
- borderFocusError: string;
2311
- borderDisabledError: string;
2312
- rippleColorError: string;
2313
- waveOpacity: string;
2314
- fontWeight: string;
2315
- fontWeightStrong: string;
2316
- paddingTiny: string;
2317
- paddingSmall: string;
2318
- paddingMedium: string;
2319
- paddingLarge: string;
2320
- paddingRoundTiny: string;
2321
- paddingRoundSmall: string;
2322
- paddingRoundMedium: string;
2323
- paddingRoundLarge: string;
2324
- iconMarginTiny: string;
2325
- iconMarginSmall: string;
2326
- iconMarginMedium: string;
2327
- iconMarginLarge: string;
2328
- iconSizeTiny: string;
2329
- iconSizeSmall: string;
2330
- iconSizeMedium: string;
2331
- iconSizeLarge: string;
2332
- rippleDuration: string;
2333
- }, any>>;
2334
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
2335
- heightTiny: string;
2336
- heightSmall: string;
2337
- heightMedium: string;
2338
- heightLarge: string;
2339
- borderRadiusTiny: string;
2340
- borderRadiusSmall: string;
2341
- borderRadiusMedium: string;
2342
- borderRadiusLarge: string;
2343
- fontSizeTiny: string;
2344
- fontSizeSmall: string;
2345
- fontSizeMedium: string;
2346
- fontSizeLarge: string;
2347
- opacityDisabled: string;
2348
- colorOpacitySecondary: string;
2349
- colorOpacitySecondaryHover: string;
2350
- colorOpacitySecondaryPressed: string;
2351
- colorSecondary: string;
2352
- colorSecondaryHover: string;
2353
- colorSecondaryPressed: string;
2354
- colorTertiary: string;
2355
- colorTertiaryHover: string;
2356
- colorTertiaryPressed: string;
2357
- colorQuaternary: string;
2358
- colorQuaternaryHover: string;
2359
- colorQuaternaryPressed: string;
2360
- color: string;
2361
- colorHover: string;
2362
- colorPressed: string;
2363
- colorFocus: string;
2364
- colorDisabled: string;
2365
- textColor: string;
2366
- textColorTertiary: string;
2367
- textColorHover: string;
2368
- textColorPressed: string;
2369
- textColorFocus: string;
2370
- textColorDisabled: string;
2371
- textColorText: string;
2372
- textColorTextHover: string;
2373
- textColorTextPressed: string;
2374
- textColorTextFocus: string;
2375
- textColorTextDisabled: string;
2376
- textColorGhost: string;
2377
- textColorGhostHover: string;
2378
- textColorGhostPressed: string;
2379
- textColorGhostFocus: string;
2380
- textColorGhostDisabled: string;
2381
- border: string;
2382
- borderHover: string;
2383
- borderPressed: string;
2384
- borderFocus: string;
2385
- borderDisabled: string;
2386
- rippleColor: string;
2387
- colorPrimary: string;
2388
- colorHoverPrimary: string;
2389
- colorPressedPrimary: string;
2390
- colorFocusPrimary: string;
2391
- colorDisabledPrimary: string;
2392
- textColorPrimary: string;
2393
- textColorHoverPrimary: string;
2394
- textColorPressedPrimary: string;
2395
- textColorFocusPrimary: string;
2396
- textColorDisabledPrimary: string;
2397
- textColorTextPrimary: string;
2398
- textColorTextHoverPrimary: string;
2399
- textColorTextPressedPrimary: string;
2400
- textColorTextFocusPrimary: string;
2401
- textColorTextDisabledPrimary: string;
2402
- textColorGhostPrimary: string;
2403
- textColorGhostHoverPrimary: string;
2404
- textColorGhostPressedPrimary: string;
2405
- textColorGhostFocusPrimary: string;
2406
- textColorGhostDisabledPrimary: string;
2407
- borderPrimary: string;
2408
- borderHoverPrimary: string;
2409
- borderPressedPrimary: string;
2410
- borderFocusPrimary: string;
2411
- borderDisabledPrimary: string;
2412
- rippleColorPrimary: string;
2413
- colorInfo: string;
2414
- colorHoverInfo: string;
2415
- colorPressedInfo: string;
2416
- colorFocusInfo: string;
2417
- colorDisabledInfo: string;
2418
- textColorInfo: string;
2419
- textColorHoverInfo: string;
2420
- textColorPressedInfo: string;
2421
- textColorFocusInfo: string;
2422
- textColorDisabledInfo: string;
2423
- textColorTextInfo: string;
2424
- textColorTextHoverInfo: string;
2425
- textColorTextPressedInfo: string;
2426
- textColorTextFocusInfo: string;
2427
- textColorTextDisabledInfo: string;
2428
- textColorGhostInfo: string;
2429
- textColorGhostHoverInfo: string;
2430
- textColorGhostPressedInfo: string;
2431
- textColorGhostFocusInfo: string;
2432
- textColorGhostDisabledInfo: string;
2433
- borderInfo: string;
2434
- borderHoverInfo: string;
2435
- borderPressedInfo: string;
2436
- borderFocusInfo: string;
2437
- borderDisabledInfo: string;
2438
- rippleColorInfo: string;
2439
- colorSuccess: string;
2440
- colorHoverSuccess: string;
2441
- colorPressedSuccess: string;
2442
- colorFocusSuccess: string;
2443
- colorDisabledSuccess: string;
2444
- textColorSuccess: string;
2445
- textColorHoverSuccess: string;
2446
- textColorPressedSuccess: string;
2447
- textColorFocusSuccess: string;
2448
- textColorDisabledSuccess: string;
2449
- textColorTextSuccess: string;
2450
- textColorTextHoverSuccess: string;
2451
- textColorTextPressedSuccess: string;
2452
- textColorTextFocusSuccess: string;
2453
- textColorTextDisabledSuccess: string;
2454
- textColorGhostSuccess: string;
2455
- textColorGhostHoverSuccess: string;
2456
- textColorGhostPressedSuccess: string;
2457
- textColorGhostFocusSuccess: string;
2458
- textColorGhostDisabledSuccess: string;
2459
- borderSuccess: string;
2460
- borderHoverSuccess: string;
2461
- borderPressedSuccess: string;
2462
- borderFocusSuccess: string;
2463
- borderDisabledSuccess: string;
2464
- rippleColorSuccess: string;
2465
- colorWarning: string;
2466
- colorHoverWarning: string;
2467
- colorPressedWarning: string;
2468
- colorFocusWarning: string;
2469
- colorDisabledWarning: string;
2470
- textColorWarning: string;
2471
- textColorHoverWarning: string;
2472
- textColorPressedWarning: string;
2473
- textColorFocusWarning: string;
2474
- textColorDisabledWarning: string;
2475
- textColorTextWarning: string;
2476
- textColorTextHoverWarning: string;
2477
- textColorTextPressedWarning: string;
2478
- textColorTextFocusWarning: string;
2479
- textColorTextDisabledWarning: string;
2480
- textColorGhostWarning: string;
2481
- textColorGhostHoverWarning: string;
2482
- textColorGhostPressedWarning: string;
2483
- textColorGhostFocusWarning: string;
2484
- textColorGhostDisabledWarning: string;
2485
- borderWarning: string;
2486
- borderHoverWarning: string;
2487
- borderPressedWarning: string;
2488
- borderFocusWarning: string;
2489
- borderDisabledWarning: string;
2490
- rippleColorWarning: string;
2491
- colorError: string;
2492
- colorHoverError: string;
2493
- colorPressedError: string;
2494
- colorFocusError: string;
2495
- colorDisabledError: string;
2496
- textColorError: string;
2497
- textColorHoverError: string;
2498
- textColorPressedError: string;
2499
- textColorFocusError: string;
2500
- textColorDisabledError: string;
2501
- textColorTextError: string;
2502
- textColorTextHoverError: string;
2503
- textColorTextPressedError: string;
2504
- textColorTextFocusError: string;
2505
- textColorTextDisabledError: string;
2506
- textColorGhostError: string;
2507
- textColorGhostHoverError: string;
2508
- textColorGhostPressedError: string;
2509
- textColorGhostFocusError: string;
2510
- textColorGhostDisabledError: string;
2511
- borderError: string;
2512
- borderHoverError: string;
2513
- borderPressedError: string;
2514
- borderFocusError: string;
2515
- borderDisabledError: string;
2516
- rippleColorError: string;
2517
- waveOpacity: string;
2518
- fontWeight: string;
2519
- fontWeightStrong: string;
2520
- paddingTiny: string;
2521
- paddingSmall: string;
2522
- paddingMedium: string;
2523
- paddingLarge: string;
2524
- paddingRoundTiny: string;
2525
- paddingRoundSmall: string;
2526
- paddingRoundMedium: string;
2527
- paddingRoundLarge: string;
2528
- iconMarginTiny: string;
2529
- iconMarginSmall: string;
2530
- iconMarginMedium: string;
2531
- iconMarginLarge: string;
2532
- iconSizeTiny: string;
2533
- iconSizeSmall: string;
2534
- iconSizeMedium: string;
2535
- iconSizeLarge: string;
2536
- rippleDuration: string;
2537
- }, any>>>;
2538
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
2539
- heightTiny: string;
2540
- heightSmall: string;
2541
- heightMedium: string;
2542
- heightLarge: string;
2543
- borderRadiusTiny: string;
2544
- borderRadiusSmall: string;
2545
- borderRadiusMedium: string;
2546
- borderRadiusLarge: string;
2547
- fontSizeTiny: string;
2548
- fontSizeSmall: string;
2549
- fontSizeMedium: string;
2550
- fontSizeLarge: string;
2551
- opacityDisabled: string;
2552
- colorOpacitySecondary: string;
2553
- colorOpacitySecondaryHover: string;
2554
- colorOpacitySecondaryPressed: string;
2555
- colorSecondary: string;
2556
- colorSecondaryHover: string;
2557
- colorSecondaryPressed: string;
2558
- colorTertiary: string;
2559
- colorTertiaryHover: string;
2560
- colorTertiaryPressed: string;
2561
- colorQuaternary: string;
2562
- colorQuaternaryHover: string;
2563
- colorQuaternaryPressed: string;
2564
- color: string;
2565
- colorHover: string;
2566
- colorPressed: string;
2567
- colorFocus: string;
2568
- colorDisabled: string;
2569
- textColor: string;
2570
- textColorTertiary: string;
2571
- textColorHover: string;
2572
- textColorPressed: string;
2573
- textColorFocus: string;
2574
- textColorDisabled: string;
2575
- textColorText: string;
2576
- textColorTextHover: string;
2577
- textColorTextPressed: string;
2578
- textColorTextFocus: string;
2579
- textColorTextDisabled: string;
2580
- textColorGhost: string;
2581
- textColorGhostHover: string;
2582
- textColorGhostPressed: string;
2583
- textColorGhostFocus: string;
2584
- textColorGhostDisabled: string;
2585
- border: string;
2586
- borderHover: string;
2587
- borderPressed: string;
2588
- borderFocus: string;
2589
- borderDisabled: string;
2590
- rippleColor: string;
2591
- colorPrimary: string;
2592
- colorHoverPrimary: string;
2593
- colorPressedPrimary: string;
2594
- colorFocusPrimary: string;
2595
- colorDisabledPrimary: string;
2596
- textColorPrimary: string;
2597
- textColorHoverPrimary: string;
2598
- textColorPressedPrimary: string;
2599
- textColorFocusPrimary: string;
2600
- textColorDisabledPrimary: string;
2601
- textColorTextPrimary: string;
2602
- textColorTextHoverPrimary: string;
2603
- textColorTextPressedPrimary: string;
2604
- textColorTextFocusPrimary: string;
2605
- textColorTextDisabledPrimary: string;
2606
- textColorGhostPrimary: string;
2607
- textColorGhostHoverPrimary: string;
2608
- textColorGhostPressedPrimary: string;
2609
- textColorGhostFocusPrimary: string;
2610
- textColorGhostDisabledPrimary: string;
2611
- borderPrimary: string;
2612
- borderHoverPrimary: string;
2613
- borderPressedPrimary: string;
2614
- borderFocusPrimary: string;
2615
- borderDisabledPrimary: string;
2616
- rippleColorPrimary: string;
2617
- colorInfo: string;
2618
- colorHoverInfo: string;
2619
- colorPressedInfo: string;
2620
- colorFocusInfo: string;
2621
- colorDisabledInfo: string;
2622
- textColorInfo: string;
2623
- textColorHoverInfo: string;
2624
- textColorPressedInfo: string;
2625
- textColorFocusInfo: string;
2626
- textColorDisabledInfo: string;
2627
- textColorTextInfo: string;
2628
- textColorTextHoverInfo: string;
2629
- textColorTextPressedInfo: string;
2630
- textColorTextFocusInfo: string;
2631
- textColorTextDisabledInfo: string;
2632
- textColorGhostInfo: string;
2633
- textColorGhostHoverInfo: string;
2634
- textColorGhostPressedInfo: string;
2635
- textColorGhostFocusInfo: string;
2636
- textColorGhostDisabledInfo: string;
2637
- borderInfo: string;
2638
- borderHoverInfo: string;
2639
- borderPressedInfo: string;
2640
- borderFocusInfo: string;
2641
- borderDisabledInfo: string;
2642
- rippleColorInfo: string;
2643
- colorSuccess: string;
2644
- colorHoverSuccess: string;
2645
- colorPressedSuccess: string;
2646
- colorFocusSuccess: string;
2647
- colorDisabledSuccess: string;
2648
- textColorSuccess: string;
2649
- textColorHoverSuccess: string;
2650
- textColorPressedSuccess: string;
2651
- textColorFocusSuccess: string;
2652
- textColorDisabledSuccess: string;
2653
- textColorTextSuccess: string;
2654
- textColorTextHoverSuccess: string;
2655
- textColorTextPressedSuccess: string;
2656
- textColorTextFocusSuccess: string;
2657
- textColorTextDisabledSuccess: string;
2658
- textColorGhostSuccess: string;
2659
- textColorGhostHoverSuccess: string;
2660
- textColorGhostPressedSuccess: string;
2661
- textColorGhostFocusSuccess: string;
2662
- textColorGhostDisabledSuccess: string;
2663
- borderSuccess: string;
2664
- borderHoverSuccess: string;
2665
- borderPressedSuccess: string;
2666
- borderFocusSuccess: string;
2667
- borderDisabledSuccess: string;
2668
- rippleColorSuccess: string;
2669
- colorWarning: string;
2670
- colorHoverWarning: string;
2671
- colorPressedWarning: string;
2672
- colorFocusWarning: string;
2673
- colorDisabledWarning: string;
2674
- textColorWarning: string;
2675
- textColorHoverWarning: string;
2676
- textColorPressedWarning: string;
2677
- textColorFocusWarning: string;
2678
- textColorDisabledWarning: string;
2679
- textColorTextWarning: string;
2680
- textColorTextHoverWarning: string;
2681
- textColorTextPressedWarning: string;
2682
- textColorTextFocusWarning: string;
2683
- textColorTextDisabledWarning: string;
2684
- textColorGhostWarning: string;
2685
- textColorGhostHoverWarning: string;
2686
- textColorGhostPressedWarning: string;
2687
- textColorGhostFocusWarning: string;
2688
- textColorGhostDisabledWarning: string;
2689
- borderWarning: string;
2690
- borderHoverWarning: string;
2691
- borderPressedWarning: string;
2692
- borderFocusWarning: string;
2693
- borderDisabledWarning: string;
2694
- rippleColorWarning: string;
2695
- colorError: string;
2696
- colorHoverError: string;
2697
- colorPressedError: string;
2698
- colorFocusError: string;
2699
- colorDisabledError: string;
2700
- textColorError: string;
2701
- textColorHoverError: string;
2702
- textColorPressedError: string;
2703
- textColorFocusError: string;
2704
- textColorDisabledError: string;
2705
- textColorTextError: string;
2706
- textColorTextHoverError: string;
2707
- textColorTextPressedError: string;
2708
- textColorTextFocusError: string;
2709
- textColorTextDisabledError: string;
2710
- textColorGhostError: string;
2711
- textColorGhostHoverError: string;
2712
- textColorGhostPressedError: string;
2713
- textColorGhostFocusError: string;
2714
- textColorGhostDisabledError: string;
2715
- borderError: string;
2716
- borderHoverError: string;
2717
- borderPressedError: string;
2718
- borderFocusError: string;
2719
- borderDisabledError: string;
2720
- rippleColorError: string;
2721
- waveOpacity: string;
2722
- fontWeight: string;
2723
- fontWeightStrong: string;
2724
- paddingTiny: string;
2725
- paddingSmall: string;
2726
- paddingMedium: string;
2727
- paddingLarge: string;
2728
- paddingRoundTiny: string;
2729
- paddingRoundSmall: string;
2730
- paddingRoundMedium: string;
2731
- paddingRoundLarge: string;
2732
- iconMarginTiny: string;
2733
- iconMarginSmall: string;
2734
- iconMarginMedium: string;
2735
- iconMarginLarge: string;
2736
- iconSizeTiny: string;
2737
- iconSizeSmall: string;
2738
- iconSizeMedium: string;
2739
- iconSizeLarge: string;
2740
- rippleDuration: string;
2741
- }, any>>>;
2742
- }, {
2743
- selfElRef: import("vue").Ref<HTMLElement | null>;
2744
- waveElRef: import("vue").Ref<{
2745
- play: () => void;
2746
- } | null>;
2747
- mergedClsPrefix: import("vue").ComputedRef<string>;
2748
- mergedFocusable: import("vue").ComputedRef<boolean>;
2749
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
2750
- showBorder: import("vue").ComputedRef<boolean>;
2751
- enterPressed: import("vue").Ref<boolean>;
2752
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
2753
- handleMousedown: (e: MouseEvent) => void;
2754
- handleKeydown: (e: KeyboardEvent) => void;
2755
- handleBlur: () => void;
2756
- handleKeyup: (e: KeyboardEvent) => void;
2757
- handleClick: (e: MouseEvent) => void;
2758
- customColorCssVars: import("vue").ComputedRef<{
2759
- '--n-border-color': string;
2760
- '--n-border-color-hover': string;
2761
- '--n-border-color-pressed': string;
2762
- '--n-border-color-focus': string;
2763
- '--n-border-color-disabled': string;
2764
- } | null>;
2765
- cssVars: import("vue").ComputedRef<{
2766
- '--n-width': string;
2767
- '--n-height': string;
2768
- '--n-font-size': string;
2769
- '--n-padding': string;
2770
- '--n-icon-size': string;
2771
- '--n-icon-margin': string;
2772
- '--n-border-radius': string;
2773
- '--n-border': string;
2774
- '--n-border-hover': string;
2775
- '--n-border-pressed': string;
2776
- '--n-border-focus': string;
2777
- '--n-border-disabled': string;
2778
- '--n-color': string;
2779
- '--n-color-hover': string;
2780
- '--n-color-pressed': string;
2781
- '--n-color-focus': string;
2782
- '--n-color-disabled': string;
2783
- '--n-ripple-color': string;
2784
- '--n-text-color': string;
2785
- '--n-text-color-hover': string;
2786
- '--n-text-color-pressed': string;
2787
- '--n-text-color-focus': string;
2788
- '--n-text-color-disabled': string;
2789
- 'font-weight': string;
2790
- '--n-bezier': string;
2791
- '--n-bezier-ease-out': string;
2792
- '--n-ripple-duration': string;
2793
- '--n-opacity-disabled': string;
2794
- '--n-wave-opacity': string;
2795
- }> | undefined;
2796
- themeClass: import("vue").Ref<string> | undefined;
2797
- onRender: (() => void) | undefined;
2798
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2799
- readonly color: StringConstructor;
2800
- readonly textColor: StringConstructor;
2801
- readonly text: BooleanConstructor;
2802
- readonly block: BooleanConstructor;
2803
- readonly loading: BooleanConstructor;
2804
- readonly disabled: BooleanConstructor;
2805
- readonly circle: BooleanConstructor;
2806
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
2807
- readonly ghost: BooleanConstructor;
2808
- readonly round: BooleanConstructor;
2809
- readonly secondary: BooleanConstructor;
2810
- readonly tertiary: BooleanConstructor;
2811
- readonly quaternary: BooleanConstructor;
2812
- readonly strong: BooleanConstructor;
2813
- readonly focusable: {
2814
- readonly type: BooleanConstructor;
2815
- readonly default: true;
2816
- };
2817
- readonly keyboard: {
2818
- readonly type: BooleanConstructor;
2819
- readonly default: true;
2820
- };
2821
- readonly tag: {
2822
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
2823
- readonly default: "button";
2824
- };
2825
- readonly type: {
2826
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
2827
- readonly default: "default";
2828
- };
2829
- readonly dashed: BooleanConstructor;
2830
- readonly iconPlacement: {
2831
- readonly type: import("vue").PropType<"left" | "right">;
2832
- readonly default: "left";
2833
- };
2834
- readonly attrType: {
2835
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
2836
- readonly default: "button";
2837
- };
2838
- readonly bordered: {
2839
- readonly type: BooleanConstructor;
2840
- readonly default: true;
2841
- };
2842
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2843
- readonly nativeFocusBehavior: BooleanConstructor;
2844
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
2845
- heightTiny: string;
2846
- heightSmall: string;
2847
- heightMedium: string;
2848
- heightLarge: string;
2849
- borderRadiusTiny: string;
2850
- borderRadiusSmall: string;
2851
- borderRadiusMedium: string;
2852
- borderRadiusLarge: string;
2853
- fontSizeTiny: string;
2854
- fontSizeSmall: string;
2855
- fontSizeMedium: string;
2856
- fontSizeLarge: string;
2857
- opacityDisabled: string;
2858
- colorOpacitySecondary: string;
2859
- colorOpacitySecondaryHover: string;
2860
- colorOpacitySecondaryPressed: string;
2861
- colorSecondary: string;
2862
- colorSecondaryHover: string;
2863
- colorSecondaryPressed: string;
2864
- colorTertiary: string;
2865
- colorTertiaryHover: string;
2866
- colorTertiaryPressed: string;
2867
- colorQuaternary: string;
2868
- colorQuaternaryHover: string;
2869
- colorQuaternaryPressed: string;
2870
- color: string;
2871
- colorHover: string;
2872
- colorPressed: string;
2873
- colorFocus: string;
2874
- colorDisabled: string;
2875
- textColor: string;
2876
- textColorTertiary: string;
2877
- textColorHover: string;
2878
- textColorPressed: string;
2879
- textColorFocus: string;
2880
- textColorDisabled: string;
2881
- textColorText: string;
2882
- textColorTextHover: string;
2883
- textColorTextPressed: string;
2884
- textColorTextFocus: string;
2885
- textColorTextDisabled: string;
2886
- textColorGhost: string;
2887
- textColorGhostHover: string;
2888
- textColorGhostPressed: string;
2889
- textColorGhostFocus: string;
2890
- textColorGhostDisabled: string;
2891
- border: string;
2892
- borderHover: string;
2893
- borderPressed: string;
2894
- borderFocus: string;
2895
- borderDisabled: string;
2896
- rippleColor: string;
2897
- colorPrimary: string;
2898
- colorHoverPrimary: string;
2899
- colorPressedPrimary: string;
2900
- colorFocusPrimary: string;
2901
- colorDisabledPrimary: string;
2902
- textColorPrimary: string;
2903
- textColorHoverPrimary: string;
2904
- textColorPressedPrimary: string;
2905
- textColorFocusPrimary: string;
2906
- textColorDisabledPrimary: string;
2907
- textColorTextPrimary: string;
2908
- textColorTextHoverPrimary: string;
2909
- textColorTextPressedPrimary: string;
2910
- textColorTextFocusPrimary: string;
2911
- textColorTextDisabledPrimary: string;
2912
- textColorGhostPrimary: string;
2913
- textColorGhostHoverPrimary: string;
2914
- textColorGhostPressedPrimary: string;
2915
- textColorGhostFocusPrimary: string;
2916
- textColorGhostDisabledPrimary: string;
2917
- borderPrimary: string;
2918
- borderHoverPrimary: string;
2919
- borderPressedPrimary: string;
2920
- borderFocusPrimary: string;
2921
- borderDisabledPrimary: string;
2922
- rippleColorPrimary: string;
2923
- colorInfo: string;
2924
- colorHoverInfo: string;
2925
- colorPressedInfo: string;
2926
- colorFocusInfo: string;
2927
- colorDisabledInfo: string;
2928
- textColorInfo: string;
2929
- textColorHoverInfo: string;
2930
- textColorPressedInfo: string;
2931
- textColorFocusInfo: string;
2932
- textColorDisabledInfo: string;
2933
- textColorTextInfo: string;
2934
- textColorTextHoverInfo: string;
2935
- textColorTextPressedInfo: string;
2936
- textColorTextFocusInfo: string;
2937
- textColorTextDisabledInfo: string;
2938
- textColorGhostInfo: string;
2939
- textColorGhostHoverInfo: string;
2940
- textColorGhostPressedInfo: string;
2941
- textColorGhostFocusInfo: string;
2942
- textColorGhostDisabledInfo: string;
2943
- borderInfo: string;
2944
- borderHoverInfo: string;
2945
- borderPressedInfo: string;
2946
- borderFocusInfo: string;
2947
- borderDisabledInfo: string;
2948
- rippleColorInfo: string;
2949
- colorSuccess: string;
2950
- colorHoverSuccess: string;
2951
- colorPressedSuccess: string;
2952
- colorFocusSuccess: string;
2953
- colorDisabledSuccess: string;
2954
- textColorSuccess: string;
2955
- textColorHoverSuccess: string;
2956
- textColorPressedSuccess: string;
2957
- textColorFocusSuccess: string;
2958
- textColorDisabledSuccess: string;
2959
- textColorTextSuccess: string;
2960
- textColorTextHoverSuccess: string;
2961
- textColorTextPressedSuccess: string;
2962
- textColorTextFocusSuccess: string;
2963
- textColorTextDisabledSuccess: string;
2964
- textColorGhostSuccess: string;
2965
- textColorGhostHoverSuccess: string;
2966
- textColorGhostPressedSuccess: string;
2967
- textColorGhostFocusSuccess: string;
2968
- textColorGhostDisabledSuccess: string;
2969
- borderSuccess: string;
2970
- borderHoverSuccess: string;
2971
- borderPressedSuccess: string;
2972
- borderFocusSuccess: string;
2973
- borderDisabledSuccess: string;
2974
- rippleColorSuccess: string;
2975
- colorWarning: string;
2976
- colorHoverWarning: string;
2977
- colorPressedWarning: string;
2978
- colorFocusWarning: string;
2979
- colorDisabledWarning: string;
2980
- textColorWarning: string;
2981
- textColorHoverWarning: string;
2982
- textColorPressedWarning: string;
2983
- textColorFocusWarning: string;
2984
- textColorDisabledWarning: string;
2985
- textColorTextWarning: string;
2986
- textColorTextHoverWarning: string;
2987
- textColorTextPressedWarning: string;
2988
- textColorTextFocusWarning: string;
2989
- textColorTextDisabledWarning: string;
2990
- textColorGhostWarning: string;
2991
- textColorGhostHoverWarning: string;
2992
- textColorGhostPressedWarning: string;
2993
- textColorGhostFocusWarning: string;
2994
- textColorGhostDisabledWarning: string;
2995
- borderWarning: string;
2996
- borderHoverWarning: string;
2997
- borderPressedWarning: string;
2998
- borderFocusWarning: string;
2999
- borderDisabledWarning: string;
3000
- rippleColorWarning: string;
3001
- colorError: string;
3002
- colorHoverError: string;
3003
- colorPressedError: string;
3004
- colorFocusError: string;
3005
- colorDisabledError: string;
3006
- textColorError: string;
3007
- textColorHoverError: string;
3008
- textColorPressedError: string;
3009
- textColorFocusError: string;
3010
- textColorDisabledError: string;
3011
- textColorTextError: string;
3012
- textColorTextHoverError: string;
3013
- textColorTextPressedError: string;
3014
- textColorTextFocusError: string;
3015
- textColorTextDisabledError: string;
3016
- textColorGhostError: string;
3017
- textColorGhostHoverError: string;
3018
- textColorGhostPressedError: string;
3019
- textColorGhostFocusError: string;
3020
- textColorGhostDisabledError: string;
3021
- borderError: string;
3022
- borderHoverError: string;
3023
- borderPressedError: string;
3024
- borderFocusError: string;
3025
- borderDisabledError: string;
3026
- rippleColorError: string;
3027
- waveOpacity: string;
3028
- fontWeight: string;
3029
- fontWeightStrong: string;
3030
- paddingTiny: string;
3031
- paddingSmall: string;
3032
- paddingMedium: string;
3033
- paddingLarge: string;
3034
- paddingRoundTiny: string;
3035
- paddingRoundSmall: string;
3036
- paddingRoundMedium: string;
3037
- paddingRoundLarge: string;
3038
- iconMarginTiny: string;
3039
- iconMarginSmall: string;
3040
- iconMarginMedium: string;
3041
- iconMarginLarge: string;
3042
- iconSizeTiny: string;
3043
- iconSizeSmall: string;
3044
- iconSizeMedium: string;
3045
- iconSizeLarge: string;
3046
- rippleDuration: string;
3047
- }, any>>;
3048
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
3049
- heightTiny: string;
3050
- heightSmall: string;
3051
- heightMedium: string;
3052
- heightLarge: string;
3053
- borderRadiusTiny: string;
3054
- borderRadiusSmall: string;
3055
- borderRadiusMedium: string;
3056
- borderRadiusLarge: string;
3057
- fontSizeTiny: string;
3058
- fontSizeSmall: string;
3059
- fontSizeMedium: string;
3060
- fontSizeLarge: string;
3061
- opacityDisabled: string;
3062
- colorOpacitySecondary: string;
3063
- colorOpacitySecondaryHover: string;
3064
- colorOpacitySecondaryPressed: string;
3065
- colorSecondary: string;
3066
- colorSecondaryHover: string;
3067
- colorSecondaryPressed: string;
3068
- colorTertiary: string;
3069
- colorTertiaryHover: string;
3070
- colorTertiaryPressed: string;
3071
- colorQuaternary: string;
3072
- colorQuaternaryHover: string;
3073
- colorQuaternaryPressed: string;
3074
- color: string;
3075
- colorHover: string;
3076
- colorPressed: string;
3077
- colorFocus: string;
3078
- colorDisabled: string;
3079
- textColor: string;
3080
- textColorTertiary: string;
3081
- textColorHover: string;
3082
- textColorPressed: string;
3083
- textColorFocus: string;
3084
- textColorDisabled: string;
3085
- textColorText: string;
3086
- textColorTextHover: string;
3087
- textColorTextPressed: string;
3088
- textColorTextFocus: string;
3089
- textColorTextDisabled: string;
3090
- textColorGhost: string;
3091
- textColorGhostHover: string;
3092
- textColorGhostPressed: string;
3093
- textColorGhostFocus: string;
3094
- textColorGhostDisabled: string;
3095
- border: string;
3096
- borderHover: string;
3097
- borderPressed: string;
3098
- borderFocus: string;
3099
- borderDisabled: string;
3100
- rippleColor: string;
3101
- colorPrimary: string;
3102
- colorHoverPrimary: string;
3103
- colorPressedPrimary: string;
3104
- colorFocusPrimary: string;
3105
- colorDisabledPrimary: string;
3106
- textColorPrimary: string;
3107
- textColorHoverPrimary: string;
3108
- textColorPressedPrimary: string;
3109
- textColorFocusPrimary: string;
3110
- textColorDisabledPrimary: string;
3111
- textColorTextPrimary: string;
3112
- textColorTextHoverPrimary: string;
3113
- textColorTextPressedPrimary: string;
3114
- textColorTextFocusPrimary: string;
3115
- textColorTextDisabledPrimary: string;
3116
- textColorGhostPrimary: string;
3117
- textColorGhostHoverPrimary: string;
3118
- textColorGhostPressedPrimary: string;
3119
- textColorGhostFocusPrimary: string;
3120
- textColorGhostDisabledPrimary: string;
3121
- borderPrimary: string;
3122
- borderHoverPrimary: string;
3123
- borderPressedPrimary: string;
3124
- borderFocusPrimary: string;
3125
- borderDisabledPrimary: string;
3126
- rippleColorPrimary: string;
3127
- colorInfo: string;
3128
- colorHoverInfo: string;
3129
- colorPressedInfo: string;
3130
- colorFocusInfo: string;
3131
- colorDisabledInfo: string;
3132
- textColorInfo: string;
3133
- textColorHoverInfo: string;
3134
- textColorPressedInfo: string;
3135
- textColorFocusInfo: string;
3136
- textColorDisabledInfo: string;
3137
- textColorTextInfo: string;
3138
- textColorTextHoverInfo: string;
3139
- textColorTextPressedInfo: string;
3140
- textColorTextFocusInfo: string;
3141
- textColorTextDisabledInfo: string;
3142
- textColorGhostInfo: string;
3143
- textColorGhostHoverInfo: string;
3144
- textColorGhostPressedInfo: string;
3145
- textColorGhostFocusInfo: string;
3146
- textColorGhostDisabledInfo: string;
3147
- borderInfo: string;
3148
- borderHoverInfo: string;
3149
- borderPressedInfo: string;
3150
- borderFocusInfo: string;
3151
- borderDisabledInfo: string;
3152
- rippleColorInfo: string;
3153
- colorSuccess: string;
3154
- colorHoverSuccess: string;
3155
- colorPressedSuccess: string;
3156
- colorFocusSuccess: string;
3157
- colorDisabledSuccess: string;
3158
- textColorSuccess: string;
3159
- textColorHoverSuccess: string;
3160
- textColorPressedSuccess: string;
3161
- textColorFocusSuccess: string;
3162
- textColorDisabledSuccess: string;
3163
- textColorTextSuccess: string;
3164
- textColorTextHoverSuccess: string;
3165
- textColorTextPressedSuccess: string;
3166
- textColorTextFocusSuccess: string;
3167
- textColorTextDisabledSuccess: string;
3168
- textColorGhostSuccess: string;
3169
- textColorGhostHoverSuccess: string;
3170
- textColorGhostPressedSuccess: string;
3171
- textColorGhostFocusSuccess: string;
3172
- textColorGhostDisabledSuccess: string;
3173
- borderSuccess: string;
3174
- borderHoverSuccess: string;
3175
- borderPressedSuccess: string;
3176
- borderFocusSuccess: string;
3177
- borderDisabledSuccess: string;
3178
- rippleColorSuccess: string;
3179
- colorWarning: string;
3180
- colorHoverWarning: string;
3181
- colorPressedWarning: string;
3182
- colorFocusWarning: string;
3183
- colorDisabledWarning: string;
3184
- textColorWarning: string;
3185
- textColorHoverWarning: string;
3186
- textColorPressedWarning: string;
3187
- textColorFocusWarning: string;
3188
- textColorDisabledWarning: string;
3189
- textColorTextWarning: string;
3190
- textColorTextHoverWarning: string;
3191
- textColorTextPressedWarning: string;
3192
- textColorTextFocusWarning: string;
3193
- textColorTextDisabledWarning: string;
3194
- textColorGhostWarning: string;
3195
- textColorGhostHoverWarning: string;
3196
- textColorGhostPressedWarning: string;
3197
- textColorGhostFocusWarning: string;
3198
- textColorGhostDisabledWarning: string;
3199
- borderWarning: string;
3200
- borderHoverWarning: string;
3201
- borderPressedWarning: string;
3202
- borderFocusWarning: string;
3203
- borderDisabledWarning: string;
3204
- rippleColorWarning: string;
3205
- colorError: string;
3206
- colorHoverError: string;
3207
- colorPressedError: string;
3208
- colorFocusError: string;
3209
- colorDisabledError: string;
3210
- textColorError: string;
3211
- textColorHoverError: string;
3212
- textColorPressedError: string;
3213
- textColorFocusError: string;
3214
- textColorDisabledError: string;
3215
- textColorTextError: string;
3216
- textColorTextHoverError: string;
3217
- textColorTextPressedError: string;
3218
- textColorTextFocusError: string;
3219
- textColorTextDisabledError: string;
3220
- textColorGhostError: string;
3221
- textColorGhostHoverError: string;
3222
- textColorGhostPressedError: string;
3223
- textColorGhostFocusError: string;
3224
- textColorGhostDisabledError: string;
3225
- borderError: string;
3226
- borderHoverError: string;
3227
- borderPressedError: string;
3228
- borderFocusError: string;
3229
- borderDisabledError: string;
3230
- rippleColorError: string;
3231
- waveOpacity: string;
3232
- fontWeight: string;
3233
- fontWeightStrong: string;
3234
- paddingTiny: string;
3235
- paddingSmall: string;
3236
- paddingMedium: string;
3237
- paddingLarge: string;
3238
- paddingRoundTiny: string;
3239
- paddingRoundSmall: string;
3240
- paddingRoundMedium: string;
3241
- paddingRoundLarge: string;
3242
- iconMarginTiny: string;
3243
- iconMarginSmall: string;
3244
- iconMarginMedium: string;
3245
- iconMarginLarge: string;
3246
- iconSizeTiny: string;
3247
- iconSizeSmall: string;
3248
- iconSizeMedium: string;
3249
- iconSizeLarge: string;
3250
- rippleDuration: string;
3251
- }, any>>>;
3252
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
3253
- heightTiny: string;
3254
- heightSmall: string;
3255
- heightMedium: string;
3256
- heightLarge: string;
3257
- borderRadiusTiny: string;
3258
- borderRadiusSmall: string;
3259
- borderRadiusMedium: string;
3260
- borderRadiusLarge: string;
3261
- fontSizeTiny: string;
3262
- fontSizeSmall: string;
3263
- fontSizeMedium: string;
3264
- fontSizeLarge: string;
3265
- opacityDisabled: string;
3266
- colorOpacitySecondary: string;
3267
- colorOpacitySecondaryHover: string;
3268
- colorOpacitySecondaryPressed: string;
3269
- colorSecondary: string;
3270
- colorSecondaryHover: string;
3271
- colorSecondaryPressed: string;
3272
- colorTertiary: string;
3273
- colorTertiaryHover: string;
3274
- colorTertiaryPressed: string;
3275
- colorQuaternary: string;
3276
- colorQuaternaryHover: string;
3277
- colorQuaternaryPressed: string;
3278
- color: string;
3279
- colorHover: string;
3280
- colorPressed: string;
3281
- colorFocus: string;
3282
- colorDisabled: string;
3283
- textColor: string;
3284
- textColorTertiary: string;
3285
- textColorHover: string;
3286
- textColorPressed: string;
3287
- textColorFocus: string;
3288
- textColorDisabled: string;
3289
- textColorText: string;
3290
- textColorTextHover: string;
3291
- textColorTextPressed: string;
3292
- textColorTextFocus: string;
3293
- textColorTextDisabled: string;
3294
- textColorGhost: string;
3295
- textColorGhostHover: string;
3296
- textColorGhostPressed: string;
3297
- textColorGhostFocus: string;
3298
- textColorGhostDisabled: string;
3299
- border: string;
3300
- borderHover: string;
3301
- borderPressed: string;
3302
- borderFocus: string;
3303
- borderDisabled: string;
3304
- rippleColor: string;
3305
- colorPrimary: string;
3306
- colorHoverPrimary: string;
3307
- colorPressedPrimary: string;
3308
- colorFocusPrimary: string;
3309
- colorDisabledPrimary: string;
3310
- textColorPrimary: string;
3311
- textColorHoverPrimary: string;
3312
- textColorPressedPrimary: string;
3313
- textColorFocusPrimary: string;
3314
- textColorDisabledPrimary: string;
3315
- textColorTextPrimary: string;
3316
- textColorTextHoverPrimary: string;
3317
- textColorTextPressedPrimary: string;
3318
- textColorTextFocusPrimary: string;
3319
- textColorTextDisabledPrimary: string;
3320
- textColorGhostPrimary: string;
3321
- textColorGhostHoverPrimary: string;
3322
- textColorGhostPressedPrimary: string;
3323
- textColorGhostFocusPrimary: string;
3324
- textColorGhostDisabledPrimary: string;
3325
- borderPrimary: string;
3326
- borderHoverPrimary: string;
3327
- borderPressedPrimary: string;
3328
- borderFocusPrimary: string;
3329
- borderDisabledPrimary: string;
3330
- rippleColorPrimary: string;
3331
- colorInfo: string;
3332
- colorHoverInfo: string;
3333
- colorPressedInfo: string;
3334
- colorFocusInfo: string;
3335
- colorDisabledInfo: string;
3336
- textColorInfo: string;
3337
- textColorHoverInfo: string;
3338
- textColorPressedInfo: string;
3339
- textColorFocusInfo: string;
3340
- textColorDisabledInfo: string;
3341
- textColorTextInfo: string;
3342
- textColorTextHoverInfo: string;
3343
- textColorTextPressedInfo: string;
3344
- textColorTextFocusInfo: string;
3345
- textColorTextDisabledInfo: string;
3346
- textColorGhostInfo: string;
3347
- textColorGhostHoverInfo: string;
3348
- textColorGhostPressedInfo: string;
3349
- textColorGhostFocusInfo: string;
3350
- textColorGhostDisabledInfo: string;
3351
- borderInfo: string;
3352
- borderHoverInfo: string;
3353
- borderPressedInfo: string;
3354
- borderFocusInfo: string;
3355
- borderDisabledInfo: string;
3356
- rippleColorInfo: string;
3357
- colorSuccess: string;
3358
- colorHoverSuccess: string;
3359
- colorPressedSuccess: string;
3360
- colorFocusSuccess: string;
3361
- colorDisabledSuccess: string;
3362
- textColorSuccess: string;
3363
- textColorHoverSuccess: string;
3364
- textColorPressedSuccess: string;
3365
- textColorFocusSuccess: string;
3366
- textColorDisabledSuccess: string;
3367
- textColorTextSuccess: string;
3368
- textColorTextHoverSuccess: string;
3369
- textColorTextPressedSuccess: string;
3370
- textColorTextFocusSuccess: string;
3371
- textColorTextDisabledSuccess: string;
3372
- textColorGhostSuccess: string;
3373
- textColorGhostHoverSuccess: string;
3374
- textColorGhostPressedSuccess: string;
3375
- textColorGhostFocusSuccess: string;
3376
- textColorGhostDisabledSuccess: string;
3377
- borderSuccess: string;
3378
- borderHoverSuccess: string;
3379
- borderPressedSuccess: string;
3380
- borderFocusSuccess: string;
3381
- borderDisabledSuccess: string;
3382
- rippleColorSuccess: string;
3383
- colorWarning: string;
3384
- colorHoverWarning: string;
3385
- colorPressedWarning: string;
3386
- colorFocusWarning: string;
3387
- colorDisabledWarning: string;
3388
- textColorWarning: string;
3389
- textColorHoverWarning: string;
3390
- textColorPressedWarning: string;
3391
- textColorFocusWarning: string;
3392
- textColorDisabledWarning: string;
3393
- textColorTextWarning: string;
3394
- textColorTextHoverWarning: string;
3395
- textColorTextPressedWarning: string;
3396
- textColorTextFocusWarning: string;
3397
- textColorTextDisabledWarning: string;
3398
- textColorGhostWarning: string;
3399
- textColorGhostHoverWarning: string;
3400
- textColorGhostPressedWarning: string;
3401
- textColorGhostFocusWarning: string;
3402
- textColorGhostDisabledWarning: string;
3403
- borderWarning: string;
3404
- borderHoverWarning: string;
3405
- borderPressedWarning: string;
3406
- borderFocusWarning: string;
3407
- borderDisabledWarning: string;
3408
- rippleColorWarning: string;
3409
- colorError: string;
3410
- colorHoverError: string;
3411
- colorPressedError: string;
3412
- colorFocusError: string;
3413
- colorDisabledError: string;
3414
- textColorError: string;
3415
- textColorHoverError: string;
3416
- textColorPressedError: string;
3417
- textColorFocusError: string;
3418
- textColorDisabledError: string;
3419
- textColorTextError: string;
3420
- textColorTextHoverError: string;
3421
- textColorTextPressedError: string;
3422
- textColorTextFocusError: string;
3423
- textColorTextDisabledError: string;
3424
- textColorGhostError: string;
3425
- textColorGhostHoverError: string;
3426
- textColorGhostPressedError: string;
3427
- textColorGhostFocusError: string;
3428
- textColorGhostDisabledError: string;
3429
- borderError: string;
3430
- borderHoverError: string;
3431
- borderPressedError: string;
3432
- borderFocusError: string;
3433
- borderDisabledError: string;
3434
- rippleColorError: string;
3435
- waveOpacity: string;
3436
- fontWeight: string;
3437
- fontWeightStrong: string;
3438
- paddingTiny: string;
3439
- paddingSmall: string;
3440
- paddingMedium: string;
3441
- paddingLarge: string;
3442
- paddingRoundTiny: string;
3443
- paddingRoundSmall: string;
3444
- paddingRoundMedium: string;
3445
- paddingRoundLarge: string;
3446
- iconMarginTiny: string;
3447
- iconMarginSmall: string;
3448
- iconMarginMedium: string;
3449
- iconMarginLarge: string;
3450
- iconSizeTiny: string;
3451
- iconSizeSmall: string;
3452
- iconSizeMedium: string;
3453
- iconSizeLarge: string;
3454
- rippleDuration: string;
3455
- }, any>>>;
3456
- }>>, {
3457
- readonly type: import("naive-ui/es/button/src/interface").Type;
3458
- readonly tag: keyof HTMLElementTagNameMap;
3459
- readonly block: boolean;
3460
- readonly round: boolean;
3461
- readonly dashed: boolean;
3462
- readonly text: boolean;
3463
- readonly circle: boolean;
3464
- readonly disabled: boolean;
3465
- readonly focusable: boolean;
3466
- readonly strong: boolean;
3467
- readonly loading: boolean;
3468
- readonly bordered: boolean;
3469
- readonly tertiary: boolean;
3470
- readonly ghost: boolean;
3471
- readonly keyboard: boolean;
3472
- readonly secondary: boolean;
3473
- readonly quaternary: boolean;
3474
- readonly iconPlacement: "left" | "right";
3475
- readonly attrType: "button" | "reset" | "submit";
3476
- readonly nativeFocusBehavior: boolean;
3477
- }>;
3478
- NForm: import("vue").DefineComponent<{
3479
- readonly inline: BooleanConstructor;
3480
- readonly labelWidth: import("vue").PropType<string | number>;
3481
- readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
3482
- readonly labelPlacement: {
3483
- readonly type: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
3484
- readonly default: "top";
3485
- };
3486
- readonly model: {
3487
- readonly type: import("vue").PropType<Record<string, any>>;
3488
- readonly default: () => void;
3489
- };
3490
- readonly rules: import("vue").PropType<import("naive-ui").FormRules>;
3491
- readonly disabled: BooleanConstructor;
3492
- readonly size: import("vue").PropType<import("naive-ui/es/form/src/interface").Size>;
3493
- readonly showRequireMark: {
3494
- readonly type: import("vue").PropType<boolean | undefined>;
3495
- readonly default: undefined;
3496
- };
3497
- readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
3498
- readonly showFeedback: {
3499
- readonly type: BooleanConstructor;
3500
- readonly default: true;
3501
- };
3502
- readonly onSubmit: {
3503
- readonly type: import("vue").PropType<(e: Event) => void>;
3504
- readonly default: (e: Event) => void;
3505
- };
3506
- readonly showLabel: {
3507
- readonly type: import("vue").PropType<boolean | undefined>;
3508
- readonly default: undefined;
3509
- };
3510
- readonly validateMessages: import("vue").PropType<Partial<import("naive-ui/es/form/src/interface").FormValidateMessages>>;
3511
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
3512
- blankHeightSmall: string;
3513
- blankHeightMedium: string;
3514
- blankHeightLarge: string;
3515
- lineHeight: string;
3516
- labelTextColor: string;
3517
- asteriskColor: string;
3518
- feedbackTextColorError: string;
3519
- feedbackTextColorWarning: string;
3520
- feedbackTextColor: string;
3521
- feedbackPadding: string;
3522
- feedbackHeightSmall: string;
3523
- feedbackHeightMedium: string;
3524
- feedbackHeightLarge: string;
3525
- feedbackFontSizeSmall: string;
3526
- feedbackFontSizeMedium: string;
3527
- feedbackFontSizeLarge: string;
3528
- labelFontSizeLeftSmall: string;
3529
- labelFontSizeLeftMedium: string;
3530
- labelFontSizeLeftLarge: string;
3531
- labelFontSizeTopSmall: string;
3532
- labelFontSizeTopMedium: string;
3533
- labelFontSizeTopLarge: string;
3534
- labelHeightSmall: string;
3535
- labelHeightMedium: string;
3536
- labelHeightLarge: string;
3537
- labelPaddingVertical: string;
3538
- labelPaddingHorizontal: string;
3539
- labelTextAlignVertical: string;
3540
- labelTextAlignHorizontal: string;
3541
- }, any>>;
3542
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3543
- blankHeightSmall: string;
3544
- blankHeightMedium: string;
3545
- blankHeightLarge: string;
3546
- lineHeight: string;
3547
- labelTextColor: string;
3548
- asteriskColor: string;
3549
- feedbackTextColorError: string;
3550
- feedbackTextColorWarning: string;
3551
- feedbackTextColor: string;
3552
- feedbackPadding: string;
3553
- feedbackHeightSmall: string;
3554
- feedbackHeightMedium: string;
3555
- feedbackHeightLarge: string;
3556
- feedbackFontSizeSmall: string;
3557
- feedbackFontSizeMedium: string;
3558
- feedbackFontSizeLarge: string;
3559
- labelFontSizeLeftSmall: string;
3560
- labelFontSizeLeftMedium: string;
3561
- labelFontSizeLeftLarge: string;
3562
- labelFontSizeTopSmall: string;
3563
- labelFontSizeTopMedium: string;
3564
- labelFontSizeTopLarge: string;
3565
- labelHeightSmall: string;
3566
- labelHeightMedium: string;
3567
- labelHeightLarge: string;
3568
- labelPaddingVertical: string;
3569
- labelPaddingHorizontal: string;
3570
- labelTextAlignVertical: string;
3571
- labelTextAlignHorizontal: string;
3572
- }, any>>>;
3573
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3574
- blankHeightSmall: string;
3575
- blankHeightMedium: string;
3576
- blankHeightLarge: string;
3577
- lineHeight: string;
3578
- labelTextColor: string;
3579
- asteriskColor: string;
3580
- feedbackTextColorError: string;
3581
- feedbackTextColorWarning: string;
3582
- feedbackTextColor: string;
3583
- feedbackPadding: string;
3584
- feedbackHeightSmall: string;
3585
- feedbackHeightMedium: string;
3586
- feedbackHeightLarge: string;
3587
- feedbackFontSizeSmall: string;
3588
- feedbackFontSizeMedium: string;
3589
- feedbackFontSizeLarge: string;
3590
- labelFontSizeLeftSmall: string;
3591
- labelFontSizeLeftMedium: string;
3592
- labelFontSizeLeftLarge: string;
3593
- labelFontSizeTopSmall: string;
3594
- labelFontSizeTopMedium: string;
3595
- labelFontSizeTopLarge: string;
3596
- labelHeightSmall: string;
3597
- labelHeightMedium: string;
3598
- labelHeightLarge: string;
3599
- labelPaddingVertical: string;
3600
- labelPaddingHorizontal: string;
3601
- labelTextAlignVertical: string;
3602
- labelTextAlignHorizontal: string;
3603
- }, any>>>;
3604
- }, FormInst & {
3605
- mergedClsPrefix: import("vue").ComputedRef<string>;
3606
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3607
- readonly inline: BooleanConstructor;
3608
- readonly labelWidth: import("vue").PropType<string | number>;
3609
- readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
3610
- readonly labelPlacement: {
3611
- readonly type: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
3612
- readonly default: "top";
3613
- };
3614
- readonly model: {
3615
- readonly type: import("vue").PropType<Record<string, any>>;
3616
- readonly default: () => void;
3617
- };
3618
- readonly rules: import("vue").PropType<import("naive-ui").FormRules>;
3619
- readonly disabled: BooleanConstructor;
3620
- readonly size: import("vue").PropType<import("naive-ui/es/form/src/interface").Size>;
3621
- readonly showRequireMark: {
3622
- readonly type: import("vue").PropType<boolean | undefined>;
3623
- readonly default: undefined;
3624
- };
3625
- readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
3626
- readonly showFeedback: {
3627
- readonly type: BooleanConstructor;
3628
- readonly default: true;
3629
- };
3630
- readonly onSubmit: {
3631
- readonly type: import("vue").PropType<(e: Event) => void>;
3632
- readonly default: (e: Event) => void;
3633
- };
3634
- readonly showLabel: {
3635
- readonly type: import("vue").PropType<boolean | undefined>;
3636
- readonly default: undefined;
3637
- };
3638
- readonly validateMessages: import("vue").PropType<Partial<import("naive-ui/es/form/src/interface").FormValidateMessages>>;
3639
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
3640
- blankHeightSmall: string;
3641
- blankHeightMedium: string;
3642
- blankHeightLarge: string;
3643
- lineHeight: string;
3644
- labelTextColor: string;
3645
- asteriskColor: string;
3646
- feedbackTextColorError: string;
3647
- feedbackTextColorWarning: string;
3648
- feedbackTextColor: string;
3649
- feedbackPadding: string;
3650
- feedbackHeightSmall: string;
3651
- feedbackHeightMedium: string;
3652
- feedbackHeightLarge: string;
3653
- feedbackFontSizeSmall: string;
3654
- feedbackFontSizeMedium: string;
3655
- feedbackFontSizeLarge: string;
3656
- labelFontSizeLeftSmall: string;
3657
- labelFontSizeLeftMedium: string;
3658
- labelFontSizeLeftLarge: string;
3659
- labelFontSizeTopSmall: string;
3660
- labelFontSizeTopMedium: string;
3661
- labelFontSizeTopLarge: string;
3662
- labelHeightSmall: string;
3663
- labelHeightMedium: string;
3664
- labelHeightLarge: string;
3665
- labelPaddingVertical: string;
3666
- labelPaddingHorizontal: string;
3667
- labelTextAlignVertical: string;
3668
- labelTextAlignHorizontal: string;
3669
- }, any>>;
3670
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3671
- blankHeightSmall: string;
3672
- blankHeightMedium: string;
3673
- blankHeightLarge: string;
3674
- lineHeight: string;
3675
- labelTextColor: string;
3676
- asteriskColor: string;
3677
- feedbackTextColorError: string;
3678
- feedbackTextColorWarning: string;
3679
- feedbackTextColor: string;
3680
- feedbackPadding: string;
3681
- feedbackHeightSmall: string;
3682
- feedbackHeightMedium: string;
3683
- feedbackHeightLarge: string;
3684
- feedbackFontSizeSmall: string;
3685
- feedbackFontSizeMedium: string;
3686
- feedbackFontSizeLarge: string;
3687
- labelFontSizeLeftSmall: string;
3688
- labelFontSizeLeftMedium: string;
3689
- labelFontSizeLeftLarge: string;
3690
- labelFontSizeTopSmall: string;
3691
- labelFontSizeTopMedium: string;
3692
- labelFontSizeTopLarge: string;
3693
- labelHeightSmall: string;
3694
- labelHeightMedium: string;
3695
- labelHeightLarge: string;
3696
- labelPaddingVertical: string;
3697
- labelPaddingHorizontal: string;
3698
- labelTextAlignVertical: string;
3699
- labelTextAlignHorizontal: string;
3700
- }, any>>>;
3701
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3702
- blankHeightSmall: string;
3703
- blankHeightMedium: string;
3704
- blankHeightLarge: string;
3705
- lineHeight: string;
3706
- labelTextColor: string;
3707
- asteriskColor: string;
3708
- feedbackTextColorError: string;
3709
- feedbackTextColorWarning: string;
3710
- feedbackTextColor: string;
3711
- feedbackPadding: string;
3712
- feedbackHeightSmall: string;
3713
- feedbackHeightMedium: string;
3714
- feedbackHeightLarge: string;
3715
- feedbackFontSizeSmall: string;
3716
- feedbackFontSizeMedium: string;
3717
- feedbackFontSizeLarge: string;
3718
- labelFontSizeLeftSmall: string;
3719
- labelFontSizeLeftMedium: string;
3720
- labelFontSizeLeftLarge: string;
3721
- labelFontSizeTopSmall: string;
3722
- labelFontSizeTopMedium: string;
3723
- labelFontSizeTopLarge: string;
3724
- labelHeightSmall: string;
3725
- labelHeightMedium: string;
3726
- labelHeightLarge: string;
3727
- labelPaddingVertical: string;
3728
- labelPaddingHorizontal: string;
3729
- labelTextAlignVertical: string;
3730
- labelTextAlignHorizontal: string;
3731
- }, any>>>;
3732
- }>>, {
3733
- readonly inline: boolean;
3734
- readonly disabled: boolean;
3735
- readonly onSubmit: (e: Event) => void;
3736
- readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
3737
- readonly model: Record<string, any>;
3738
- readonly showRequireMark: boolean | undefined;
3739
- readonly showFeedback: boolean;
3740
- readonly showLabel: boolean | undefined;
3741
- }>;
3742
- NFormItem: import("vue").DefineComponent<{
3743
- readonly label: StringConstructor;
3744
- readonly labelWidth: import("vue").PropType<string | number>;
3745
- readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3746
- readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
3747
- readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
3748
- readonly path: StringConstructor;
3749
- readonly first: BooleanConstructor;
3750
- readonly rulePath: StringConstructor;
3751
- readonly required: BooleanConstructor;
3752
- readonly showRequireMark: {
3753
- readonly type: import("vue").PropType<boolean | undefined>;
3754
- readonly default: undefined;
3755
- };
3756
- readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
3757
- readonly showFeedback: {
3758
- readonly type: import("vue").PropType<boolean | undefined>;
3759
- readonly default: undefined;
3760
- };
3761
- readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
3762
- readonly size: import("vue").PropType<"small" | "medium" | "large">;
3763
- readonly ignorePathChange: BooleanConstructor;
3764
- readonly validationStatus: import("vue").PropType<"success" | "warning" | "error">;
3765
- readonly feedback: StringConstructor;
3766
- readonly showLabel: {
3767
- readonly type: import("vue").PropType<boolean | undefined>;
3768
- readonly default: undefined;
3769
- };
3770
- readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
3771
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
3772
- blankHeightSmall: string;
3773
- blankHeightMedium: string;
3774
- blankHeightLarge: string;
3775
- lineHeight: string;
3776
- labelTextColor: string;
3777
- asteriskColor: string;
3778
- feedbackTextColorError: string;
3779
- feedbackTextColorWarning: string;
3780
- feedbackTextColor: string;
3781
- feedbackPadding: string;
3782
- feedbackHeightSmall: string;
3783
- feedbackHeightMedium: string;
3784
- feedbackHeightLarge: string;
3785
- feedbackFontSizeSmall: string;
3786
- feedbackFontSizeMedium: string;
3787
- feedbackFontSizeLarge: string;
3788
- labelFontSizeLeftSmall: string;
3789
- labelFontSizeLeftMedium: string;
3790
- labelFontSizeLeftLarge: string;
3791
- labelFontSizeTopSmall: string;
3792
- labelFontSizeTopMedium: string;
3793
- labelFontSizeTopLarge: string;
3794
- labelHeightSmall: string;
3795
- labelHeightMedium: string;
3796
- labelHeightLarge: string;
3797
- labelPaddingVertical: string;
3798
- labelPaddingHorizontal: string;
3799
- labelTextAlignVertical: string;
3800
- labelTextAlignHorizontal: string;
3801
- }, any>>;
3802
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3803
- blankHeightSmall: string;
3804
- blankHeightMedium: string;
3805
- blankHeightLarge: string;
3806
- lineHeight: string;
3807
- labelTextColor: string;
3808
- asteriskColor: string;
3809
- feedbackTextColorError: string;
3810
- feedbackTextColorWarning: string;
3811
- feedbackTextColor: string;
3812
- feedbackPadding: string;
3813
- feedbackHeightSmall: string;
3814
- feedbackHeightMedium: string;
3815
- feedbackHeightLarge: string;
3816
- feedbackFontSizeSmall: string;
3817
- feedbackFontSizeMedium: string;
3818
- feedbackFontSizeLarge: string;
3819
- labelFontSizeLeftSmall: string;
3820
- labelFontSizeLeftMedium: string;
3821
- labelFontSizeLeftLarge: string;
3822
- labelFontSizeTopSmall: string;
3823
- labelFontSizeTopMedium: string;
3824
- labelFontSizeTopLarge: string;
3825
- labelHeightSmall: string;
3826
- labelHeightMedium: string;
3827
- labelHeightLarge: string;
3828
- labelPaddingVertical: string;
3829
- labelPaddingHorizontal: string;
3830
- labelTextAlignVertical: string;
3831
- labelTextAlignHorizontal: string;
3832
- }, any>>>;
3833
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3834
- blankHeightSmall: string;
3835
- blankHeightMedium: string;
3836
- blankHeightLarge: string;
3837
- lineHeight: string;
3838
- labelTextColor: string;
3839
- asteriskColor: string;
3840
- feedbackTextColorError: string;
3841
- feedbackTextColorWarning: string;
3842
- feedbackTextColor: string;
3843
- feedbackPadding: string;
3844
- feedbackHeightSmall: string;
3845
- feedbackHeightMedium: string;
3846
- feedbackHeightLarge: string;
3847
- feedbackFontSizeSmall: string;
3848
- feedbackFontSizeMedium: string;
3849
- feedbackFontSizeLarge: string;
3850
- labelFontSizeLeftSmall: string;
3851
- labelFontSizeLeftMedium: string;
3852
- labelFontSizeLeftLarge: string;
3853
- labelFontSizeTopSmall: string;
3854
- labelFontSizeTopMedium: string;
3855
- labelFontSizeTopLarge: string;
3856
- labelHeightSmall: string;
3857
- labelHeightMedium: string;
3858
- labelHeightLarge: string;
3859
- labelPaddingVertical: string;
3860
- labelPaddingHorizontal: string;
3861
- labelTextAlignVertical: string;
3862
- labelTextAlignHorizontal: string;
3863
- }, any>>>;
3864
- }, {
3865
- cssVars: import("vue").ComputedRef<{
3866
- '--n-bezier': string;
3867
- '--n-line-height': string;
3868
- '--n-blank-height': string;
3869
- '--n-label-font-size': string;
3870
- '--n-label-text-align': string;
3871
- '--n-label-height': string;
3872
- '--n-label-padding': string;
3873
- '--n-asterisk-color': string;
3874
- '--n-label-text-color': string;
3875
- '--n-feedback-padding': string;
3876
- '--n-feedback-font-size': string;
3877
- '--n-feedback-height': string;
3878
- '--n-feedback-text-color': string;
3879
- '--n-feedback-text-color-warning': string;
3880
- '--n-feedback-text-color-error': string;
3881
- }> | undefined;
3882
- themeClass: import("vue").Ref<string>;
3883
- onRender: () => void;
3884
- validate: import("naive-ui/es/form/src/interface").FormItemValidate;
3885
- restoreValidation: () => void;
3886
- path?: string | undefined;
3887
- internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
3888
- mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
3889
- validationErrored: import("vue").Ref<boolean>;
3890
- mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
3891
- mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
3892
- mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
3893
- mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
3894
- mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
3895
- mergedValidationStatus: import("vue").ComputedRef<"success" | "warning" | "error" | undefined>;
3896
- mergedShowFeedback: import("vue").ComputedRef<boolean>;
3897
- mergedShowLabel: import("vue").ComputedRef<boolean>;
3898
- labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
3899
- mergedClsPrefix: import("vue").ComputedRef<string>;
3900
- mergedRequired: import("vue").ComputedRef<boolean>;
3901
- feedbackId: import("vue").Ref<string>;
3902
- renderExplains: import("vue").Ref<{
3903
- key: string;
3904
- render: () => import("vue").VNodeChild;
3905
- }[]>;
3906
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3907
- readonly label: StringConstructor;
3908
- readonly labelWidth: import("vue").PropType<string | number>;
3909
- readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3910
- readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
3911
- readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
3912
- readonly path: StringConstructor;
3913
- readonly first: BooleanConstructor;
3914
- readonly rulePath: StringConstructor;
3915
- readonly required: BooleanConstructor;
3916
- readonly showRequireMark: {
3917
- readonly type: import("vue").PropType<boolean | undefined>;
3918
- readonly default: undefined;
3919
- };
3920
- readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
3921
- readonly showFeedback: {
3922
- readonly type: import("vue").PropType<boolean | undefined>;
3923
- readonly default: undefined;
3924
- };
3925
- readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
3926
- readonly size: import("vue").PropType<"small" | "medium" | "large">;
3927
- readonly ignorePathChange: BooleanConstructor;
3928
- readonly validationStatus: import("vue").PropType<"success" | "warning" | "error">;
3929
- readonly feedback: StringConstructor;
3930
- readonly showLabel: {
3931
- readonly type: import("vue").PropType<boolean | undefined>;
3932
- readonly default: undefined;
3933
- };
3934
- readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
3935
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
3936
- blankHeightSmall: string;
3937
- blankHeightMedium: string;
3938
- blankHeightLarge: string;
3939
- lineHeight: string;
3940
- labelTextColor: string;
3941
- asteriskColor: string;
3942
- feedbackTextColorError: string;
3943
- feedbackTextColorWarning: string;
3944
- feedbackTextColor: string;
3945
- feedbackPadding: string;
3946
- feedbackHeightSmall: string;
3947
- feedbackHeightMedium: string;
3948
- feedbackHeightLarge: string;
3949
- feedbackFontSizeSmall: string;
3950
- feedbackFontSizeMedium: string;
3951
- feedbackFontSizeLarge: string;
3952
- labelFontSizeLeftSmall: string;
3953
- labelFontSizeLeftMedium: string;
3954
- labelFontSizeLeftLarge: string;
3955
- labelFontSizeTopSmall: string;
3956
- labelFontSizeTopMedium: string;
3957
- labelFontSizeTopLarge: string;
3958
- labelHeightSmall: string;
3959
- labelHeightMedium: string;
3960
- labelHeightLarge: string;
3961
- labelPaddingVertical: string;
3962
- labelPaddingHorizontal: string;
3963
- labelTextAlignVertical: string;
3964
- labelTextAlignHorizontal: string;
3965
- }, any>>;
3966
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3967
- blankHeightSmall: string;
3968
- blankHeightMedium: string;
3969
- blankHeightLarge: string;
3970
- lineHeight: string;
3971
- labelTextColor: string;
3972
- asteriskColor: string;
3973
- feedbackTextColorError: string;
3974
- feedbackTextColorWarning: string;
3975
- feedbackTextColor: string;
3976
- feedbackPadding: string;
3977
- feedbackHeightSmall: string;
3978
- feedbackHeightMedium: string;
3979
- feedbackHeightLarge: string;
3980
- feedbackFontSizeSmall: string;
3981
- feedbackFontSizeMedium: string;
3982
- feedbackFontSizeLarge: string;
3983
- labelFontSizeLeftSmall: string;
3984
- labelFontSizeLeftMedium: string;
3985
- labelFontSizeLeftLarge: string;
3986
- labelFontSizeTopSmall: string;
3987
- labelFontSizeTopMedium: string;
3988
- labelFontSizeTopLarge: string;
3989
- labelHeightSmall: string;
3990
- labelHeightMedium: string;
3991
- labelHeightLarge: string;
3992
- labelPaddingVertical: string;
3993
- labelPaddingHorizontal: string;
3994
- labelTextAlignVertical: string;
3995
- labelTextAlignHorizontal: string;
3996
- }, any>>>;
3997
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3998
- blankHeightSmall: string;
3999
- blankHeightMedium: string;
4000
- blankHeightLarge: string;
4001
- lineHeight: string;
4002
- labelTextColor: string;
4003
- asteriskColor: string;
4004
- feedbackTextColorError: string;
4005
- feedbackTextColorWarning: string;
4006
- feedbackTextColor: string;
4007
- feedbackPadding: string;
4008
- feedbackHeightSmall: string;
4009
- feedbackHeightMedium: string;
4010
- feedbackHeightLarge: string;
4011
- feedbackFontSizeSmall: string;
4012
- feedbackFontSizeMedium: string;
4013
- feedbackFontSizeLarge: string;
4014
- labelFontSizeLeftSmall: string;
4015
- labelFontSizeLeftMedium: string;
4016
- labelFontSizeLeftLarge: string;
4017
- labelFontSizeTopSmall: string;
4018
- labelFontSizeTopMedium: string;
4019
- labelFontSizeTopLarge: string;
4020
- labelHeightSmall: string;
4021
- labelHeightMedium: string;
4022
- labelHeightLarge: string;
4023
- labelPaddingVertical: string;
4024
- labelPaddingHorizontal: string;
4025
- labelTextAlignVertical: string;
4026
- labelTextAlignHorizontal: string;
4027
- }, any>>>;
4028
- }>>, {
4029
- readonly required: boolean;
4030
- readonly first: boolean;
4031
- readonly showRequireMark: boolean | undefined;
4032
- readonly showFeedback: boolean | undefined;
4033
- readonly showLabel: boolean | undefined;
4034
- readonly ignorePathChange: boolean;
4035
- }>;
4036
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onCloseSetting" | "submitNoRequest" | "onSubmit")[], "onSubmit" | "onCloseSetting" | "submitNoRequest", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4037
- ids: {
4038
- type: ObjectConstructor;
4039
- default: () => {
4040
- guage_id: string;
4041
- db_id: undefined;
4042
- };
4043
- };
4044
- params: {
4045
- default: () => {};
4046
- type: ObjectConstructor;
4047
- };
4048
- guageData: {
4049
- type: ObjectConstructor;
4050
- default: () => {};
4051
- };
4052
- noBtn: {
4053
- type: BooleanConstructor;
4054
- default: boolean;
4055
- };
4056
- hideBtn: {
4057
- type: BooleanConstructor;
4058
- default: boolean;
4059
- };
4060
- source: {
4061
- type: StringConstructor;
4062
- default: string;
4063
- };
4064
- isLock: {
4065
- type: BooleanConstructor;
4066
- default: boolean;
4067
- };
4068
- type: {
4069
- type: StringConstructor;
4070
- default: string;
4071
- };
4072
- styleSetting: {
4073
- type: ObjectConstructor;
4074
- default: () => {};
4075
- };
4076
- fontSizeObj: {
4077
- type: ObjectConstructor;
4078
- default: () => {
4079
- large: number;
4080
- medium: number;
4081
- small: number;
4082
- extrasmall: number;
4083
- };
4084
- };
4085
- openType: {
4086
- type: StringConstructor;
4087
- default: string;
4088
- };
4089
- scaleApiConfig: {
4090
- type: ObjectConstructor;
4091
- default: () => {};
4092
- };
4093
- getSelectOptions: {
4094
- type: FunctionConstructor;
4095
- default: () => Promise<never[]>;
4096
- };
4097
- getSearchOptions: {
4098
- type: FunctionConstructor;
4099
- default: () => Promise<never[]>;
4100
- };
4101
- getCascadeOptions: {
4102
- type: FunctionConstructor;
4103
- default: () => Promise<never[]>;
4104
- };
4105
- uploadPictureUrl: {
4106
- type: StringConstructor;
4107
- default: string;
4108
- };
4109
- uploadFileUrl: {
4110
- type: StringConstructor;
4111
- default: string;
4112
- };
4113
- ak: {
4114
- type: StringConstructor;
4115
- default: string;
4116
- };
4117
- }>> & {
4118
- onOnCloseSetting?: ((...args: any[]) => any) | undefined;
4119
- onSubmitNoRequest?: ((...args: any[]) => any) | undefined;
4120
- onOnSubmit?: ((...args: any[]) => any) | undefined;
4121
- }, {
4122
- params: Record<string, any>;
4123
- type: string;
4124
- styleSetting: Record<string, any>;
4125
- source: string;
4126
- isLock: boolean;
4127
- ids: Record<string, any>;
4128
- guageData: Record<string, any>;
4129
- noBtn: boolean;
4130
- hideBtn: boolean;
4131
- fontSizeObj: Record<string, any>;
4132
- openType: string;
4133
- scaleApiConfig: Record<string, any>;
4134
- getSelectOptions: Function;
4135
- getSearchOptions: Function;
4136
- getCascadeOptions: Function;
4137
- uploadPictureUrl: string;
4138
- uploadFileUrl: string;
4139
- ak: string;
4140
- }>;
4141
- export default _default;