cnhis-design-vue 3.1.5 → 3.1.6

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