cnhis-design-vue 3.1.18-beta.0 → 3.1.18-beta.12

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 (488) hide show
  1. package/es/components/annotation-edit/index.js +1 -10
  2. package/es/components/annotation-edit/index2.js +10 -0
  3. package/es/components/annotation-edit/style/index.css +1 -15
  4. package/es/components/big-table/index.d.ts +9 -3380
  5. package/es/components/big-table/index.js +2 -17
  6. package/es/components/big-table/index2.js +19 -0
  7. package/es/components/big-table/src/BigTable.vue.d.ts +9 -3384
  8. package/es/components/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +21 -19
  9. package/es/components/big-table/src/bigTableEmits.js +1 -53
  10. package/es/components/big-table/src/bigTableEmits2.js +53 -0
  11. package/es/components/big-table/src/bigTableProps.js +1 -119
  12. package/es/components/big-table/src/bigTableProps2.js +119 -0
  13. package/es/components/big-table/src/bigTableState.js +1 -62
  14. package/es/components/big-table/src/bigTableState2.js +62 -0
  15. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +1 -1
  16. package/es/components/big-table/src/components/edit-form/edit-date.js +2 -2
  17. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +1 -1
  18. package/es/components/big-table/src/components/edit-form/edit-input.js +1 -1
  19. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +2 -2
  20. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +1 -1
  21. package/es/components/big-table/src/components/edit-form/edit-select.js +1 -1
  22. package/es/components/big-table/src/components/edit-form/edit-separate.js +1 -1
  23. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +2 -1148
  24. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +1 -1
  25. package/es/components/big-table/src/components/edit-form/edit-time.js +1 -1
  26. package/es/components/big-table/src/components/edit-form/useCommon.js +1 -19
  27. package/es/components/big-table/src/components/edit-form/useCommon2.js +19 -0
  28. package/es/components/big-table/src/components/input-button.vue.d.ts +2 -2248
  29. package/es/components/big-table/src/components/separate.js +1 -1
  30. package/es/components/big-table/src/constants/index.js +1 -3
  31. package/es/components/big-table/src/constants/index2.js +3 -0
  32. package/es/components/big-table/src/hooks/export.js +1 -1
  33. package/es/components/big-table/src/hooks/index.js +8 -8
  34. package/es/components/big-table/src/hooks/useAnchor.js +1 -49
  35. package/es/components/big-table/src/hooks/useAnchor2.js +49 -0
  36. package/es/components/big-table/src/hooks/useAnnotation.js +1 -1
  37. package/es/components/big-table/src/hooks/useBatchEditing.js +1 -289
  38. package/es/components/big-table/src/hooks/useBatchEditing2.js +289 -0
  39. package/es/components/big-table/src/hooks/useColumnConfigAdaptor.js +1 -154
  40. package/es/components/big-table/src/hooks/useColumnConfigAdaptor2.js +154 -0
  41. package/es/components/big-table/src/hooks/useEdit.d.ts +7 -1153
  42. package/es/components/big-table/src/hooks/useEdit.js +1 -122
  43. package/es/components/big-table/src/hooks/useEdit2.js +122 -0
  44. package/es/components/big-table/src/hooks/useEvent.js +1 -72
  45. package/es/components/big-table/src/hooks/useEvent2.js +72 -0
  46. package/es/components/big-table/src/hooks/useFormat.js +1 -492
  47. package/es/components/big-table/src/hooks/useFormat2.js +492 -0
  48. package/es/components/big-table/src/hooks/useNestTable.js +1 -86
  49. package/es/components/big-table/src/hooks/useNestTable2.js +86 -0
  50. package/es/components/big-table/src/hooks/useSeparateRow.js +1 -164
  51. package/es/components/big-table/src/hooks/useSeparateRow2.js +164 -0
  52. package/es/components/big-table/src/hooks/useTableParse.js +1 -136
  53. package/es/components/big-table/src/hooks/useTableParse2.js +136 -0
  54. package/es/components/big-table/src/utils.js +1 -630
  55. package/es/components/big-table/src/utils2.js +630 -0
  56. package/es/components/big-table/style/index.css +1 -634
  57. package/es/components/bpmn-workflow/index.js +1 -10
  58. package/es/components/bpmn-workflow/index2.js +10 -0
  59. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  60. package/es/components/bpmn-workflow/style/index.css +1 -29
  61. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
  62. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
  63. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
  64. package/es/components/button-print/index.d.ts +19 -6792
  65. package/es/components/button-print/index.js +2 -11
  66. package/es/components/button-print/index2.js +11 -0
  67. package/es/components/button-print/src/ButtonPrint.vue.d.ts +19 -6792
  68. package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +3 -4
  69. package/es/components/button-print/src/components/IdentityVerification.js +16 -7
  70. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +13 -4442
  71. package/es/components/button-print/src/utils/dialog.d.ts +8 -0
  72. package/es/components/button-print/src/utils/dialog.js +77 -0
  73. package/es/components/button-print/src/utils/index.js +1 -1
  74. package/es/components/button-print/src/utils/print.d.ts +11 -0
  75. package/es/components/button-print/src/utils/print.js +1 -325
  76. package/es/components/button-print/src/utils/print2.js +346 -0
  77. package/es/components/button-print/style/index.css +1 -24
  78. package/es/components/chunk-upload/index.d.ts +2 -1472
  79. package/es/components/chunk-upload/index.js +1 -14
  80. package/es/components/chunk-upload/index2.js +14 -0
  81. package/es/components/chunk-upload/src/chunk-upload-new.js +2 -2
  82. package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +3 -1742
  83. package/es/components/chunk-upload/src/hooks/upload-computed.js +1 -70
  84. package/es/components/chunk-upload/src/hooks/upload-computed2.js +70 -0
  85. package/es/components/chunk-upload/src/hooks/upload-data.js +1 -96
  86. package/es/components/chunk-upload/src/hooks/upload-data2.js +96 -0
  87. package/es/components/chunk-upload/src/hooks/vod-computed.js +1 -79
  88. package/es/components/chunk-upload/src/hooks/vod-computed2.js +79 -0
  89. package/es/components/chunk-upload/src/hooks/vod-data.js +1 -28
  90. package/es/components/chunk-upload/src/hooks/vod-data2.js +28 -0
  91. package/es/components/chunk-upload/src/vod-chunk-upload/index.js +0 -1
  92. package/es/components/chunk-upload/src/vod-chunk-upload/index2.js +2 -0
  93. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.js +2 -2
  94. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +2 -1472
  95. package/es/components/chunk-upload/style/index.css +1 -365
  96. package/es/components/drag-layout/index.d.ts +155 -19664
  97. package/es/components/drag-layout/index.js +1 -11
  98. package/es/components/drag-layout/index2.js +11 -0
  99. package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +5 -7974
  100. package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +4 -3105
  101. package/es/components/drag-layout/src/DragLayout.vue.d.ts +156 -19665
  102. package/es/components/drag-layout/style/index.css +1 -175
  103. package/es/components/editor/index.js +1 -10
  104. package/es/components/editor/index2.js +10 -0
  105. package/es/components/fabric-chart/index.d.ts +2 -2
  106. package/es/components/fabric-chart/index.js +1 -10
  107. package/es/components/fabric-chart/index2.js +10 -0
  108. package/es/components/fabric-chart/src/FabricChart.js +9 -9
  109. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
  110. package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
  111. package/es/components/fabric-chart/src/components/PopupTip.js +1 -1
  112. package/es/components/fabric-chart/src/components/useStyle.js +1 -36
  113. package/es/components/fabric-chart/src/components/useStyle2.js +36 -0
  114. package/es/components/fabric-chart/src/hooks/constant.js +1 -36
  115. package/es/components/fabric-chart/src/hooks/constant2.js +36 -0
  116. package/es/components/fabric-chart/src/hooks/index.js +9 -9
  117. package/es/components/fabric-chart/src/hooks/useBottom.js +1 -85
  118. package/es/components/fabric-chart/src/hooks/useBottom2.js +85 -0
  119. package/es/components/fabric-chart/src/hooks/useCenter.js +1 -534
  120. package/es/components/fabric-chart/src/hooks/useCenter2.js +554 -0
  121. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -60
  122. package/es/components/fabric-chart/src/hooks/useCumputedPoint2.js +60 -0
  123. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +2 -0
  124. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -153
  125. package/es/components/fabric-chart/src/hooks/useDraw2.js +182 -0
  126. package/es/components/fabric-chart/src/hooks/useEvent.js +1 -85
  127. package/es/components/fabric-chart/src/hooks/useEvent2.js +85 -0
  128. package/es/components/fabric-chart/src/hooks/useGrid.js +1 -50
  129. package/es/components/fabric-chart/src/hooks/useGrid2.js +50 -0
  130. package/es/components/fabric-chart/src/hooks/useLeft.js +1 -282
  131. package/es/components/fabric-chart/src/hooks/useLeft2.js +282 -0
  132. package/es/components/fabric-chart/src/hooks/useOther.js +1 -85
  133. package/es/components/fabric-chart/src/hooks/useOther2.js +85 -0
  134. package/es/components/fabric-chart/src/hooks/useRight.js +1 -27
  135. package/es/components/fabric-chart/src/hooks/useRight2.js +27 -0
  136. package/es/components/fabric-chart/src/hooks/useShadow.js +1 -127
  137. package/es/components/fabric-chart/src/hooks/useShadow2.js +127 -0
  138. package/es/components/fabric-chart/src/hooks/useTop.js +1 -138
  139. package/es/components/fabric-chart/src/hooks/useTop2.js +138 -0
  140. package/es/components/fabric-chart/src/interface.js +1 -4
  141. package/es/components/fabric-chart/src/interface2.js +4 -0
  142. package/es/components/fabric-chart/src/utils/index.d.ts +6823 -0
  143. package/es/components/fabric-chart/style/index.css +1 -43
  144. package/es/components/field-set/index.d.ts +8 -6799
  145. package/es/components/field-set/index.js +1 -10
  146. package/es/components/field-set/index2.js +10 -0
  147. package/es/components/field-set/src/FieldSet.js +26 -19
  148. package/es/components/field-set/src/FieldSet.vue.d.ts +8 -6799
  149. package/es/components/field-set/style/index.css +1 -139
  150. package/es/components/form-config/index.d.ts +17 -8936
  151. package/es/components/form-config/index.js +1 -10
  152. package/es/components/form-config/index2.js +10 -0
  153. package/es/components/form-config/src/FormConfig.js +7 -7
  154. package/es/components/form-config/src/FormConfig.vue.d.ts +17 -8936
  155. package/es/components/form-config/src/components/FormConfigCreator.js +4 -4
  156. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +9 -4473
  157. package/es/components/form-config/src/components/FormConfigDragDisplay.js +2 -2
  158. package/es/components/form-config/src/components/FormConfigEdit.js +7 -7
  159. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +7 -3065
  160. package/es/components/form-config/src/components/renderer/CloseButton.js +1 -1
  161. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +2 -1472
  162. package/es/components/form-config/src/components/renderer/ComplexNode.js +5 -8
  163. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +26 -1496
  164. package/es/components/form-config/src/components/renderer/DefaultNode.js +6 -9
  165. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +5 -3196
  166. package/es/components/form-config/src/constants/index.js +1 -60
  167. package/es/components/form-config/src/constants/index2.js +60 -0
  168. package/es/components/form-config/src/hooks/index.js +2 -2
  169. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -52
  170. package/es/components/form-config/src/hooks/useConfigurationField2.js +52 -0
  171. package/es/components/form-config/src/hooks/usePresetRenderer.js +0 -5
  172. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -27
  173. package/es/components/form-config/src/hooks/useSortalbeConfig2.js +27 -0
  174. package/es/components/form-config/src/utils/index.js +1 -26
  175. package/es/components/form-config/src/utils/index2.js +26 -0
  176. package/es/components/form-config/style/index.css +1 -158
  177. package/es/components/form-render/index.d.ts +6 -1140
  178. package/es/components/form-render/index.js +14 -23
  179. package/es/components/form-render/index2.js +46 -0
  180. package/es/components/form-render/src/FormRender.js +12 -22
  181. package/es/components/form-render/src/FormRender.vue.d.ts +7 -1141
  182. package/es/components/form-render/src/components/renderer/cascader.js +7 -7
  183. package/es/components/form-render/src/components/renderer/checkbox.js +2 -2
  184. package/es/components/form-render/src/components/renderer/combination.js +13 -6
  185. package/es/components/form-render/src/components/renderer/complex.js +1 -1
  186. package/es/components/form-render/src/components/renderer/date.js +4 -4
  187. package/es/components/form-render/src/components/renderer/formItem.js +3 -3
  188. package/es/components/form-render/src/components/renderer/index.js +1 -1
  189. package/es/components/form-render/src/components/renderer/index2.js +18 -0
  190. package/es/components/form-render/src/components/renderer/input.d.ts +10 -2
  191. package/es/components/form-render/src/components/renderer/input.js +20 -4
  192. package/es/components/form-render/src/components/renderer/inputGroup.js +1 -8
  193. package/es/components/form-render/src/components/renderer/inputGroup2.js +8 -0
  194. package/es/components/form-render/src/components/renderer/inputNumber.js +4 -2
  195. package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.js +1 -33
  196. package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate2.js +33 -0
  197. package/es/components/form-render/src/components/renderer/jsonCombination/index.js +3 -3
  198. package/es/components/form-render/src/components/renderer/linebar.d.ts +1 -1
  199. package/es/components/form-render/src/components/renderer/linebar.js +3 -3
  200. package/es/components/form-render/src/components/renderer/radio.js +2 -2
  201. package/es/components/form-render/src/components/renderer/select.js +13 -10
  202. package/es/components/form-render/src/components/renderer/slider.js +3 -3
  203. package/es/components/form-render/src/components/renderer/switch.js +2 -2
  204. package/es/components/form-render/src/components/renderer/textarea.d.ts +8 -845
  205. package/es/components/form-render/src/components/renderer/textarea.js +30 -7
  206. package/es/components/form-render/src/constants/index.js +1 -41
  207. package/es/components/form-render/src/constants/index2.js +41 -0
  208. package/es/components/form-render/src/hooks/index.js +13 -13
  209. package/es/components/form-render/src/hooks/useAnchor.js +1 -90
  210. package/es/components/form-render/src/hooks/useAnchor2.js +90 -0
  211. package/es/components/form-render/src/hooks/useAsyncQueue.js +1 -144
  212. package/es/components/form-render/src/hooks/useAsyncQueue2.js +144 -0
  213. package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -98
  214. package/es/components/form-render/src/hooks/useBusinessBinding2.js +98 -0
  215. package/es/components/form-render/src/hooks/useChangeContext.js +1 -20
  216. package/es/components/form-render/src/hooks/useChangeContext2.js +20 -0
  217. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -0
  218. package/es/components/form-render/src/hooks/useCommonInjection.js +1 -23
  219. package/es/components/form-render/src/hooks/useCommonInjection2.js +32 -0
  220. package/es/components/form-render/src/hooks/useCommonLog.js +1 -10
  221. package/es/components/form-render/src/hooks/useCommonLog2.js +10 -0
  222. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -243
  223. package/es/components/form-render/src/hooks/useFieldListAdaptor2.js +243 -0
  224. package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -67
  225. package/es/components/form-render/src/hooks/useFieldNormalize2.js +67 -0
  226. package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -38
  227. package/es/components/form-render/src/hooks/useFieldVisitor2.js +38 -0
  228. package/es/components/form-render/src/hooks/useFormContext.js +1 -66
  229. package/es/components/form-render/src/hooks/useFormContext2.js +66 -0
  230. package/es/components/form-render/src/hooks/useFormField.js +1 -13
  231. package/es/components/form-render/src/hooks/useFormField2.js +13 -0
  232. package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -34
  233. package/es/components/form-render/src/hooks/useFormItemDeps2.js +34 -0
  234. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.js +1 -10
  235. package/es/components/form-render/src/hooks/useFormRenderLifeCycle2.js +10 -0
  236. package/es/components/form-render/src/hooks/useFormRequest.js +1 -12
  237. package/es/components/form-render/src/hooks/useFormRequest2.js +12 -0
  238. package/es/components/form-render/src/hooks/useFormValidator.js +1 -67
  239. package/es/components/form-render/src/hooks/useFormValidator2.js +67 -0
  240. package/es/components/form-render/src/hooks/usePresetScope.js +1 -25
  241. package/es/components/form-render/src/hooks/usePresetScope2.js +25 -0
  242. package/es/components/form-render/src/utils/business.d.ts +1 -1
  243. package/es/components/form-render/src/utils/business.js +1 -78
  244. package/es/components/form-render/src/utils/business2.js +78 -0
  245. package/es/components/form-render/src/utils/dom.js +1 -14
  246. package/es/components/form-render/src/utils/dom2.js +14 -0
  247. package/es/components/form-render/src/utils/index.d.ts +1 -1
  248. package/es/components/form-render/src/utils/index.js +5 -6
  249. package/es/components/form-render/src/utils/schema.d.ts +3 -0
  250. package/es/components/form-render/src/utils/schema.js +1 -86
  251. package/es/components/form-render/src/utils/schema2.js +93 -0
  252. package/es/components/form-render/style/index.css +1 -146
  253. package/es/components/form-table/index.d.ts +43 -32048
  254. package/es/components/form-table/index.js +1 -10
  255. package/es/components/form-table/index2.js +10 -0
  256. package/es/components/form-table/src/FormTable.js +2 -2
  257. package/es/components/form-table/src/FormTable.vue.d.ts +43 -32048
  258. package/es/components/form-table/src/components/index.d.ts +43 -32048
  259. package/es/components/form-table/src/components/index.js +1 -40
  260. package/es/components/form-table/src/components/index2.js +40 -0
  261. package/es/components/form-table/src/components/table-age.js +1 -1
  262. package/es/components/form-table/src/components/table-age.vue.d.ts +5 -3997
  263. package/es/components/form-table/src/components/table-date-picker.js +2 -2
  264. package/es/components/form-table/src/components/table-date-picker.vue.d.ts +3 -5068
  265. package/es/components/form-table/src/components/table-digital.js +1 -1
  266. package/es/components/form-table/src/components/table-digital.vue.d.ts +4 -2664
  267. package/es/components/form-table/src/components/table-input-password.js +1 -1
  268. package/es/components/form-table/src/components/table-input-password.vue.d.ts +4 -1329
  269. package/es/components/form-table/src/components/table-input.js +1 -1
  270. package/es/components/form-table/src/components/table-input.vue.d.ts +4 -1329
  271. package/es/components/form-table/src/components/table-month-picker.js +2 -2
  272. package/es/components/form-table/src/components/table-month-picker.vue.d.ts +2 -5067
  273. package/es/components/form-table/src/components/table-search-more.vue.d.ts +2 -1401
  274. package/es/components/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +1 -1
  275. package/es/components/form-table/src/components/table-search.vue.d.ts +3 -2734
  276. package/es/components/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +1 -1
  277. package/es/components/form-table/src/components/table-select-multiple.js +1 -1
  278. package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +2 -1334
  279. package/es/components/form-table/src/components/table-select.js +1 -1
  280. package/es/components/form-table/src/components/table-select.vue.d.ts +2 -1334
  281. package/es/components/form-table/src/components/table-textarea.js +1 -1
  282. package/es/components/form-table/src/components/table-textarea.vue.d.ts +5 -1330
  283. package/es/components/form-table/src/components/table-time-picker.js +2 -2
  284. package/es/components/form-table/src/components/table-time-picker.vue.d.ts +2 -2430
  285. package/es/components/form-table/src/components/table-tree-select.js +1 -1
  286. package/es/components/form-table/src/components/table-tree-select.vue.d.ts +2 -1550
  287. package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +2 -480
  288. package/es/components/form-table/src/configs/index.js +1 -67
  289. package/es/components/form-table/src/configs/index2.js +67 -0
  290. package/es/components/form-table/src/hooks/index.js +5 -5
  291. package/es/components/form-table/src/hooks/useBoundDate.js +1 -414
  292. package/es/components/form-table/src/hooks/useBoundDate2.js +414 -0
  293. package/es/components/form-table/src/hooks/useDateType.js +1 -160
  294. package/es/components/form-table/src/hooks/useDateType2.js +160 -0
  295. package/es/components/form-table/src/hooks/useFormCommon.js +1 -101
  296. package/es/components/form-table/src/hooks/useFormCommon2.js +101 -0
  297. package/es/components/form-table/src/hooks/useFormEvent.js +1 -68
  298. package/es/components/form-table/src/hooks/useFormEvent2.js +68 -0
  299. package/es/components/form-table/src/hooks/useItemDefault.js +1 -218
  300. package/es/components/form-table/src/hooks/useItemDefault2.js +218 -0
  301. package/es/components/form-table/src/hooks/useNuiThemeOverrides.js +1 -18
  302. package/es/components/form-table/src/hooks/useNuiThemeOverrides2.js +18 -0
  303. package/es/components/form-table/src/hooks/useSearch.js +1 -1154
  304. package/es/components/form-table/src/hooks/useSearch2.js +1154 -0
  305. package/es/components/form-table/src/hooks/useValidate.js +1 -480
  306. package/es/components/form-table/src/hooks/useValidate2.js +480 -0
  307. package/es/components/form-table/style/index.css +1 -214
  308. package/es/components/grid/index.js +1 -13
  309. package/es/components/grid/index2.js +13 -0
  310. package/es/components/grid/src/Grid.js +1 -1
  311. package/es/components/grid/src/hooks.js +1 -165
  312. package/es/components/grid/src/hooks2.js +165 -0
  313. package/es/components/grid/style/index.css +1 -10
  314. package/es/components/index.css +1 -3346
  315. package/es/components/index.js +39 -96
  316. package/es/components/index2.js +79 -0
  317. package/es/components/info-header/index.d.ts +16 -2561
  318. package/es/components/info-header/index.js +1 -10
  319. package/es/components/info-header/index2.js +10 -0
  320. package/es/components/info-header/src/HiddenContent.vue.d.ts +4 -804
  321. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +3 -803
  322. package/es/components/info-header/src/InfoHeader.vue.d.ts +15 -2560
  323. package/es/components/info-header/style/index.css +1 -121
  324. package/es/components/map/index.d.ts +2 -2248
  325. package/es/components/map/index.js +1 -10
  326. package/es/components/map/index2.js +10 -0
  327. package/es/components/map/src/Map.vue.d.ts +2 -2248
  328. package/es/components/map/style/index.css +1 -61
  329. package/es/components/scale-view/index.d.ts +13 -3073
  330. package/es/components/scale-view/index.js +1 -35
  331. package/es/components/scale-view/index2.js +35 -0
  332. package/es/components/scale-view/src/ScaleView.js +8 -8
  333. package/es/components/scale-view/src/ScaleView.vue.d.ts +9 -3070
  334. package/es/components/scale-view/src/components/EvaluateCountdown.js +1 -1
  335. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +1 -1
  336. package/es/components/scale-view/src/components/EvaluatePage.js +1 -1
  337. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +1 -1400
  338. package/es/components/scale-view/src/components/composables/choose-common.js +1 -83
  339. package/es/components/scale-view/src/components/composables/choose-common2.js +83 -0
  340. package/es/components/scale-view/src/components/formitem/address.js +1 -3993
  341. package/es/components/scale-view/src/components/formitem/address2.js +3993 -0
  342. package/es/components/scale-view/src/components/formitem/r-address.d.ts +1 -1
  343. package/es/components/scale-view/src/components/formitem/r-address.js +1 -1
  344. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +1 -1
  345. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +1 -1
  346. package/es/components/scale-view/src/components/formitem/r-checkbox.js +1 -1
  347. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +1 -1
  348. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +1 -1
  349. package/es/components/scale-view/src/components/formitem/r-input.d.ts +1 -1
  350. package/es/components/scale-view/src/components/formitem/r-map.d.ts +1 -1
  351. package/es/components/scale-view/src/components/formitem/r-map.js +1 -1
  352. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +1 -1
  353. package/es/components/scale-view/src/components/formitem/r-radio.js +1 -1
  354. package/es/components/scale-view/src/components/formitem/r-select.d.ts +1 -1
  355. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +1 -1
  356. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -480
  357. package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -309
  358. package/es/components/scale-view/src/hooks/scaleview-computed2.js +309 -0
  359. package/es/components/scale-view/src/hooks/scaleview-init.js +1 -437
  360. package/es/components/scale-view/src/hooks/scaleview-init2.js +437 -0
  361. package/es/components/scale-view/src/hooks/scaleview-props.js +1 -81
  362. package/es/components/scale-view/src/hooks/scaleview-props2.js +81 -0
  363. package/es/components/scale-view/src/hooks/scaleview-state.js +1 -38
  364. package/es/components/scale-view/src/hooks/scaleview-state2.js +38 -0
  365. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -154
  366. package/es/components/scale-view/src/hooks/scaleview-submit2.js +154 -0
  367. package/es/components/scale-view/src/hooks/scaleview-validate.js +1 -187
  368. package/es/components/scale-view/src/hooks/scaleview-validate2.js +187 -0
  369. package/es/components/scale-view/src/hooks/use-component.d.ts +39 -8487
  370. package/es/components/scale-view/src/hooks/use-component.js +1 -82
  371. package/es/components/scale-view/src/hooks/use-component2.js +82 -0
  372. package/es/components/scale-view/src/hooks/use-evaluate.js +1 -150
  373. package/es/components/scale-view/src/hooks/use-evaluate2.js +150 -0
  374. package/es/components/scale-view/src/hooks/use-event.js +1 -129
  375. package/es/components/scale-view/src/hooks/use-event2.js +129 -0
  376. package/es/components/scale-view/src/hooks/use-noData.js +1 -41
  377. package/es/components/scale-view/src/hooks/use-noData2.js +41 -0
  378. package/es/components/scale-view/src/utils/judge-types.js +1 -36
  379. package/es/components/scale-view/src/utils/judge-types2.js +36 -0
  380. package/es/components/scale-view/style/index.css +1 -738
  381. package/es/components/select-label/index.d.ts +24 -11222
  382. package/es/components/select-label/index.js +1 -15
  383. package/es/components/select-label/index2.js +15 -0
  384. package/es/components/select-label/src/LabelFormContent.js +1 -1
  385. package/es/components/select-label/src/LabelFormContent.vue.d.ts +10 -4235
  386. package/es/components/select-label/src/SelectLabel.vue.d.ts +14 -7002
  387. package/es/components/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +1 -1
  388. package/es/components/select-label/src/components/label-classify.vue.d.ts +5 -3467
  389. package/es/components/select-label/style/index.css +1 -164
  390. package/es/components/select-person/index.d.ts +9 -5310
  391. package/es/components/select-person/index.js +1 -10
  392. package/es/components/select-person/index2.js +10 -0
  393. package/es/components/select-person/src/SearchTree.vue.d.ts +3 -1317
  394. package/es/components/select-person/src/SelectPerson.vue.d.ts +9 -5312
  395. package/es/components/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +1 -1
  396. package/es/components/select-person/src/utils/index.js +1 -84
  397. package/es/components/select-person/src/utils/index2.js +84 -0
  398. package/es/components/select-person/style/index.css +1 -193
  399. package/es/components/shortcut-provider/index.js +3 -12
  400. package/es/components/shortcut-provider/index2.js +13 -0
  401. package/es/components/shortcut-provider/src/ShortcutProvider.js +3 -3
  402. package/es/components/shortcut-provider/src/constants/index.js +1 -8
  403. package/es/components/shortcut-provider/src/constants/index2.js +8 -0
  404. package/es/components/shortcut-provider/src/hooks/index.js +2 -2
  405. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.js +1 -12
  406. package/es/components/shortcut-provider/src/hooks/useShortcutSignature2.js +12 -0
  407. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -181
  408. package/es/components/shortcut-provider/src/hooks/useShortcuts2.js +181 -0
  409. package/es/components/shortcut-provider/src/utils/index.js +1 -59
  410. package/es/components/shortcut-provider/src/utils/index2.js +59 -0
  411. package/es/components/shortcut-provider/style/index.css +1 -3
  412. package/es/components/shortcut-setter/index.d.ts +6 -1140
  413. package/es/components/shortcut-setter/index.js +1 -10
  414. package/es/components/shortcut-setter/index2.js +10 -0
  415. package/es/components/shortcut-setter/src/ShortcutSetter.js +4 -4
  416. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +6 -1140
  417. package/es/components/shortcut-setter/src/ShortcutSetterItem.js +1 -1
  418. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +1 -848
  419. package/es/components/shortcut-setter/style/index.css +1 -8
  420. package/es/components/steps-wheel/index.d.ts +1 -479
  421. package/es/components/steps-wheel/index.js +1 -10
  422. package/es/components/steps-wheel/index2.js +10 -0
  423. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -479
  424. package/es/components/steps-wheel/style/index.css +1 -161
  425. package/es/components/time-line/index.d.ts +7 -1672
  426. package/es/components/time-line/index.js +1 -10
  427. package/es/components/time-line/index2.js +10 -0
  428. package/es/components/time-line/src/TimeLine.vue.d.ts +6 -1671
  429. package/es/components/time-line/style/index.css +1 -37
  430. package/es/env.d.ts +0 -18
  431. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +1 -1400
  432. package/es/shared/components/SelectPage/index.js +0 -1
  433. package/es/shared/components/SelectPage/index2.js +2 -0
  434. package/es/shared/components/SlotRender/index.js +0 -1
  435. package/es/shared/components/SlotRender/index2.js +2 -0
  436. package/es/shared/components/SvgIcon/index.js +0 -1
  437. package/es/shared/components/SvgIcon/index2.js +2 -0
  438. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -480
  439. package/es/shared/components/TextOverTooltip/index.js +0 -1
  440. package/es/shared/components/TextOverTooltip/index2.js +2 -0
  441. package/es/shared/global/variable.js +1 -4
  442. package/es/shared/global/variable2.js +4 -0
  443. package/es/shared/utils/anime.js +1 -129
  444. package/es/shared/utils/anime2.js +129 -0
  445. package/es/shared/utils/clickoutside.js +1 -48
  446. package/es/shared/utils/clickoutside2.js +48 -0
  447. package/es/shared/utils/colorLog.js +1 -44
  448. package/es/shared/utils/colorLog2.js +44 -0
  449. package/es/shared/utils/index.js +1 -25
  450. package/es/shared/utils/index2.js +25 -0
  451. package/es/shared/utils/loadViewer.js +1 -11
  452. package/es/shared/utils/loadViewer2.js +11 -0
  453. package/es/shared/utils/loadVxe.js +1 -12
  454. package/es/shared/utils/loadVxe2.js +12 -0
  455. package/es/shared/utils/state.js +1 -44
  456. package/es/shared/utils/state2.js +44 -0
  457. package/es/shared/utils/tapable/AsyncParallelBailHook.js +2 -17
  458. package/es/shared/utils/tapable/AsyncParallelHook.js +2 -17
  459. package/es/shared/utils/tapable/AsyncSeriesBailHook.js +2 -17
  460. package/es/shared/utils/tapable/AsyncSeriesHook.js +2 -17
  461. package/es/shared/utils/tapable/AsyncSeriesLoopHook.js +2 -17
  462. package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.js +2 -19
  463. package/es/shared/utils/tapable/SyncBailHook.js +2 -23
  464. package/es/shared/utils/tapable/SyncHook.js +2 -23
  465. package/es/shared/utils/tapable/SyncLoopHook.js +2 -23
  466. package/es/shared/utils/tapable/index.d.ts +139 -0
  467. package/es/shared/utils/utilExpand.d.ts +1 -1
  468. package/es/shared/utils/utilExpand.js +47 -46
  469. package/es/shared/utils/vexutils.js +1 -22
  470. package/package.json +6 -20
  471. package/es/components/big-table/src/components/edit-form/edit-select-table.js +0 -149
  472. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.js +0 -373
  473. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.js +0 -131
  474. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/index.js +0 -18
  475. package/es/components/bpmn-workflow/src/custom/customModeler/index.js +0 -12
  476. package/es/components/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.js +0 -47
  477. package/es/components/bpmn-workflow/src/custom/customRules/no-task.js +0 -1
  478. package/es/components/bpmn-workflow/src/custom/customRules/no-task2.js +0 -16
  479. package/es/components/bpmn-workflow/src/custom/customTranslate/customTranslate.js +0 -15
  480. package/es/components/bpmn-workflow/src/custom/customTranslate/zh.js +0 -227
  481. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.js +0 -80
  482. package/es/shared/components/player-vod/index.js +0 -14
  483. package/es/shared/components/player-vod/video-list.js +0 -126
  484. package/es/shared/core/create.js +0 -8
  485. package/es/shared/utils/crypto.js +0 -25
  486. package/es/shared/utils/tapable/HookMap.js +0 -32
  487. package/es/shared/utils/tapable/MultiHook.js +0 -38
  488. package/es/shared/utils/tapable/index.js +0 -12
@@ -576,10 +576,10 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
576
576
  }>> & {
577
577
  onCloseEvaluateCountdown?: ((...args: any[]) => any) | undefined;
578
578
  }, {
579
- form: Record<string, any>;
580
579
  formArray: unknown[];
581
580
  evaluateResultConfig: Record<string, any>;
582
581
  evaluateResultSetting: Record<string, any>;
582
+ form: Record<string, any>;
583
583
  currentTime: number;
584
584
  showEvaluateCountdown: boolean;
585
585
  }>;
@@ -660,1406 +660,7 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
660
660
  init: () => void;
661
661
  handleEvaluateParams: () => void;
662
662
  writeGuage: () => void;
663
- NButton: import("vue").DefineComponent<{
664
- readonly color: StringConstructor;
665
- readonly textColor: StringConstructor;
666
- readonly text: BooleanConstructor;
667
- readonly block: BooleanConstructor;
668
- readonly loading: BooleanConstructor;
669
- readonly disabled: BooleanConstructor;
670
- readonly circle: BooleanConstructor;
671
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
672
- readonly ghost: BooleanConstructor;
673
- readonly round: BooleanConstructor;
674
- readonly secondary: BooleanConstructor;
675
- readonly tertiary: BooleanConstructor;
676
- readonly quaternary: BooleanConstructor;
677
- readonly strong: BooleanConstructor;
678
- readonly focusable: {
679
- readonly type: BooleanConstructor;
680
- readonly default: true;
681
- };
682
- readonly keyboard: {
683
- readonly type: BooleanConstructor;
684
- readonly default: true;
685
- };
686
- readonly tag: {
687
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
688
- readonly default: "button";
689
- };
690
- readonly type: {
691
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
692
- readonly default: "default";
693
- };
694
- readonly dashed: BooleanConstructor;
695
- readonly iconPlacement: {
696
- readonly type: import("vue").PropType<"left" | "right">;
697
- readonly default: "left";
698
- };
699
- readonly attrType: {
700
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
701
- readonly default: "button";
702
- };
703
- readonly bordered: {
704
- readonly type: BooleanConstructor;
705
- readonly default: true;
706
- };
707
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
708
- readonly nativeFocusBehavior: {
709
- readonly type: BooleanConstructor;
710
- readonly default: boolean;
711
- };
712
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
713
- heightTiny: string;
714
- heightSmall: string;
715
- heightMedium: string;
716
- heightLarge: string;
717
- borderRadiusTiny: string;
718
- borderRadiusSmall: string;
719
- borderRadiusMedium: string;
720
- borderRadiusLarge: string;
721
- fontSizeTiny: string;
722
- fontSizeSmall: string;
723
- fontSizeMedium: string;
724
- fontSizeLarge: string;
725
- opacityDisabled: string;
726
- colorOpacitySecondary: string;
727
- colorOpacitySecondaryHover: string;
728
- colorOpacitySecondaryPressed: string;
729
- colorSecondary: string;
730
- colorSecondaryHover: string;
731
- colorSecondaryPressed: string;
732
- colorTertiary: string;
733
- colorTertiaryHover: string;
734
- colorTertiaryPressed: string;
735
- colorQuaternary: string;
736
- colorQuaternaryHover: string;
737
- colorQuaternaryPressed: string;
738
- color: string;
739
- colorHover: string;
740
- colorPressed: string;
741
- colorFocus: string;
742
- colorDisabled: string;
743
- textColor: string;
744
- textColorTertiary: string;
745
- textColorHover: string;
746
- textColorPressed: string;
747
- textColorFocus: string;
748
- textColorDisabled: string;
749
- textColorText: string;
750
- textColorTextHover: string;
751
- textColorTextPressed: string;
752
- textColorTextFocus: string;
753
- textColorTextDisabled: string;
754
- textColorGhost: string;
755
- textColorGhostHover: string;
756
- textColorGhostPressed: string;
757
- textColorGhostFocus: string;
758
- textColorGhostDisabled: string;
759
- border: string;
760
- borderHover: string;
761
- borderPressed: string;
762
- borderFocus: string;
763
- borderDisabled: string;
764
- rippleColor: string;
765
- colorPrimary: string;
766
- colorHoverPrimary: string;
767
- colorPressedPrimary: string;
768
- colorFocusPrimary: string;
769
- colorDisabledPrimary: string;
770
- textColorPrimary: string;
771
- textColorHoverPrimary: string;
772
- textColorPressedPrimary: string;
773
- textColorFocusPrimary: string;
774
- textColorDisabledPrimary: string;
775
- textColorTextPrimary: string;
776
- textColorTextHoverPrimary: string;
777
- textColorTextPressedPrimary: string;
778
- textColorTextFocusPrimary: string;
779
- textColorTextDisabledPrimary: string;
780
- textColorGhostPrimary: string;
781
- textColorGhostHoverPrimary: string;
782
- textColorGhostPressedPrimary: string;
783
- textColorGhostFocusPrimary: string;
784
- textColorGhostDisabledPrimary: string;
785
- borderPrimary: string;
786
- borderHoverPrimary: string;
787
- borderPressedPrimary: string;
788
- borderFocusPrimary: string;
789
- borderDisabledPrimary: string;
790
- rippleColorPrimary: string;
791
- colorInfo: string;
792
- colorHoverInfo: string;
793
- colorPressedInfo: string;
794
- colorFocusInfo: string;
795
- colorDisabledInfo: string;
796
- textColorInfo: string;
797
- textColorHoverInfo: string;
798
- textColorPressedInfo: string;
799
- textColorFocusInfo: string;
800
- textColorDisabledInfo: string;
801
- textColorTextInfo: string;
802
- textColorTextHoverInfo: string;
803
- textColorTextPressedInfo: string;
804
- textColorTextFocusInfo: string;
805
- textColorTextDisabledInfo: string;
806
- textColorGhostInfo: string;
807
- textColorGhostHoverInfo: string;
808
- textColorGhostPressedInfo: string;
809
- textColorGhostFocusInfo: string;
810
- textColorGhostDisabledInfo: string;
811
- borderInfo: string;
812
- borderHoverInfo: string;
813
- borderPressedInfo: string;
814
- borderFocusInfo: string;
815
- borderDisabledInfo: string;
816
- rippleColorInfo: string;
817
- colorSuccess: string;
818
- colorHoverSuccess: string;
819
- colorPressedSuccess: string;
820
- colorFocusSuccess: string;
821
- colorDisabledSuccess: string;
822
- textColorSuccess: string;
823
- textColorHoverSuccess: string;
824
- textColorPressedSuccess: string;
825
- textColorFocusSuccess: string;
826
- textColorDisabledSuccess: string;
827
- textColorTextSuccess: string;
828
- textColorTextHoverSuccess: string;
829
- textColorTextPressedSuccess: string;
830
- textColorTextFocusSuccess: string;
831
- textColorTextDisabledSuccess: string;
832
- textColorGhostSuccess: string;
833
- textColorGhostHoverSuccess: string;
834
- textColorGhostPressedSuccess: string;
835
- textColorGhostFocusSuccess: string;
836
- textColorGhostDisabledSuccess: string;
837
- borderSuccess: string;
838
- borderHoverSuccess: string;
839
- borderPressedSuccess: string;
840
- borderFocusSuccess: string;
841
- borderDisabledSuccess: string;
842
- rippleColorSuccess: string;
843
- colorWarning: string;
844
- colorHoverWarning: string;
845
- colorPressedWarning: string;
846
- colorFocusWarning: string;
847
- colorDisabledWarning: string;
848
- textColorWarning: string;
849
- textColorHoverWarning: string;
850
- textColorPressedWarning: string;
851
- textColorFocusWarning: string;
852
- textColorDisabledWarning: string;
853
- textColorTextWarning: string;
854
- textColorTextHoverWarning: string;
855
- textColorTextPressedWarning: string;
856
- textColorTextFocusWarning: string;
857
- textColorTextDisabledWarning: string;
858
- textColorGhostWarning: string;
859
- textColorGhostHoverWarning: string;
860
- textColorGhostPressedWarning: string;
861
- textColorGhostFocusWarning: string;
862
- textColorGhostDisabledWarning: string;
863
- borderWarning: string;
864
- borderHoverWarning: string;
865
- borderPressedWarning: string;
866
- borderFocusWarning: string;
867
- borderDisabledWarning: string;
868
- rippleColorWarning: string;
869
- colorError: string;
870
- colorHoverError: string;
871
- colorPressedError: string;
872
- colorFocusError: string;
873
- colorDisabledError: string;
874
- textColorError: string;
875
- textColorHoverError: string;
876
- textColorPressedError: string;
877
- textColorFocusError: string;
878
- textColorDisabledError: string;
879
- textColorTextError: string;
880
- textColorTextHoverError: string;
881
- textColorTextPressedError: string;
882
- textColorTextFocusError: string;
883
- textColorTextDisabledError: string;
884
- textColorGhostError: string;
885
- textColorGhostHoverError: string;
886
- textColorGhostPressedError: string;
887
- textColorGhostFocusError: string;
888
- textColorGhostDisabledError: string;
889
- borderError: string;
890
- borderHoverError: string;
891
- borderPressedError: string;
892
- borderFocusError: string;
893
- borderDisabledError: string;
894
- rippleColorError: string;
895
- waveOpacity: string;
896
- fontWeight: string;
897
- fontWeightStrong: string;
898
- paddingTiny: string;
899
- paddingSmall: string;
900
- paddingMedium: string;
901
- paddingLarge: string;
902
- paddingRoundTiny: string;
903
- paddingRoundSmall: string;
904
- paddingRoundMedium: string;
905
- paddingRoundLarge: string;
906
- iconMarginTiny: string;
907
- iconMarginSmall: string;
908
- iconMarginMedium: string;
909
- iconMarginLarge: string;
910
- iconSizeTiny: string;
911
- iconSizeSmall: string;
912
- iconSizeMedium: string;
913
- iconSizeLarge: string;
914
- rippleDuration: string;
915
- }, any>>;
916
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
917
- heightTiny: string;
918
- heightSmall: string;
919
- heightMedium: string;
920
- heightLarge: string;
921
- borderRadiusTiny: string;
922
- borderRadiusSmall: string;
923
- borderRadiusMedium: string;
924
- borderRadiusLarge: string;
925
- fontSizeTiny: string;
926
- fontSizeSmall: string;
927
- fontSizeMedium: string;
928
- fontSizeLarge: string;
929
- opacityDisabled: string;
930
- colorOpacitySecondary: string;
931
- colorOpacitySecondaryHover: string;
932
- colorOpacitySecondaryPressed: string;
933
- colorSecondary: string;
934
- colorSecondaryHover: string;
935
- colorSecondaryPressed: string;
936
- colorTertiary: string;
937
- colorTertiaryHover: string;
938
- colorTertiaryPressed: string;
939
- colorQuaternary: string;
940
- colorQuaternaryHover: string;
941
- colorQuaternaryPressed: string;
942
- color: string;
943
- colorHover: string;
944
- colorPressed: string;
945
- colorFocus: string;
946
- colorDisabled: string;
947
- textColor: string;
948
- textColorTertiary: string;
949
- textColorHover: string;
950
- textColorPressed: string;
951
- textColorFocus: string;
952
- textColorDisabled: string;
953
- textColorText: string;
954
- textColorTextHover: string;
955
- textColorTextPressed: string;
956
- textColorTextFocus: string;
957
- textColorTextDisabled: string;
958
- textColorGhost: string;
959
- textColorGhostHover: string;
960
- textColorGhostPressed: string;
961
- textColorGhostFocus: string;
962
- textColorGhostDisabled: string;
963
- border: string;
964
- borderHover: string;
965
- borderPressed: string;
966
- borderFocus: string;
967
- borderDisabled: string;
968
- rippleColor: string;
969
- colorPrimary: string;
970
- colorHoverPrimary: string;
971
- colorPressedPrimary: string;
972
- colorFocusPrimary: string;
973
- colorDisabledPrimary: string;
974
- textColorPrimary: string;
975
- textColorHoverPrimary: string;
976
- textColorPressedPrimary: string;
977
- textColorFocusPrimary: string;
978
- textColorDisabledPrimary: string;
979
- textColorTextPrimary: string;
980
- textColorTextHoverPrimary: string;
981
- textColorTextPressedPrimary: string;
982
- textColorTextFocusPrimary: string;
983
- textColorTextDisabledPrimary: string;
984
- textColorGhostPrimary: string;
985
- textColorGhostHoverPrimary: string;
986
- textColorGhostPressedPrimary: string;
987
- textColorGhostFocusPrimary: string;
988
- textColorGhostDisabledPrimary: string;
989
- borderPrimary: string;
990
- borderHoverPrimary: string;
991
- borderPressedPrimary: string;
992
- borderFocusPrimary: string;
993
- borderDisabledPrimary: string;
994
- rippleColorPrimary: string;
995
- colorInfo: string;
996
- colorHoverInfo: string;
997
- colorPressedInfo: string;
998
- colorFocusInfo: string;
999
- colorDisabledInfo: string;
1000
- textColorInfo: string;
1001
- textColorHoverInfo: string;
1002
- textColorPressedInfo: string;
1003
- textColorFocusInfo: string;
1004
- textColorDisabledInfo: string;
1005
- textColorTextInfo: string;
1006
- textColorTextHoverInfo: string;
1007
- textColorTextPressedInfo: string;
1008
- textColorTextFocusInfo: string;
1009
- textColorTextDisabledInfo: string;
1010
- textColorGhostInfo: string;
1011
- textColorGhostHoverInfo: string;
1012
- textColorGhostPressedInfo: string;
1013
- textColorGhostFocusInfo: string;
1014
- textColorGhostDisabledInfo: string;
1015
- borderInfo: string;
1016
- borderHoverInfo: string;
1017
- borderPressedInfo: string;
1018
- borderFocusInfo: string;
1019
- borderDisabledInfo: string;
1020
- rippleColorInfo: string;
1021
- colorSuccess: string;
1022
- colorHoverSuccess: string;
1023
- colorPressedSuccess: string;
1024
- colorFocusSuccess: string;
1025
- colorDisabledSuccess: string;
1026
- textColorSuccess: string;
1027
- textColorHoverSuccess: string;
1028
- textColorPressedSuccess: string;
1029
- textColorFocusSuccess: string;
1030
- textColorDisabledSuccess: string;
1031
- textColorTextSuccess: string;
1032
- textColorTextHoverSuccess: string;
1033
- textColorTextPressedSuccess: string;
1034
- textColorTextFocusSuccess: string;
1035
- textColorTextDisabledSuccess: string;
1036
- textColorGhostSuccess: string;
1037
- textColorGhostHoverSuccess: string;
1038
- textColorGhostPressedSuccess: string;
1039
- textColorGhostFocusSuccess: string;
1040
- textColorGhostDisabledSuccess: string;
1041
- borderSuccess: string;
1042
- borderHoverSuccess: string;
1043
- borderPressedSuccess: string;
1044
- borderFocusSuccess: string;
1045
- borderDisabledSuccess: string;
1046
- rippleColorSuccess: string;
1047
- colorWarning: string;
1048
- colorHoverWarning: string;
1049
- colorPressedWarning: string;
1050
- colorFocusWarning: string;
1051
- colorDisabledWarning: string;
1052
- textColorWarning: string;
1053
- textColorHoverWarning: string;
1054
- textColorPressedWarning: string;
1055
- textColorFocusWarning: string;
1056
- textColorDisabledWarning: string;
1057
- textColorTextWarning: string;
1058
- textColorTextHoverWarning: string;
1059
- textColorTextPressedWarning: string;
1060
- textColorTextFocusWarning: string;
1061
- textColorTextDisabledWarning: string;
1062
- textColorGhostWarning: string;
1063
- textColorGhostHoverWarning: string;
1064
- textColorGhostPressedWarning: string;
1065
- textColorGhostFocusWarning: string;
1066
- textColorGhostDisabledWarning: string;
1067
- borderWarning: string;
1068
- borderHoverWarning: string;
1069
- borderPressedWarning: string;
1070
- borderFocusWarning: string;
1071
- borderDisabledWarning: string;
1072
- rippleColorWarning: string;
1073
- colorError: string;
1074
- colorHoverError: string;
1075
- colorPressedError: string;
1076
- colorFocusError: string;
1077
- colorDisabledError: string;
1078
- textColorError: string;
1079
- textColorHoverError: string;
1080
- textColorPressedError: string;
1081
- textColorFocusError: string;
1082
- textColorDisabledError: string;
1083
- textColorTextError: string;
1084
- textColorTextHoverError: string;
1085
- textColorTextPressedError: string;
1086
- textColorTextFocusError: string;
1087
- textColorTextDisabledError: string;
1088
- textColorGhostError: string;
1089
- textColorGhostHoverError: string;
1090
- textColorGhostPressedError: string;
1091
- textColorGhostFocusError: string;
1092
- textColorGhostDisabledError: string;
1093
- borderError: string;
1094
- borderHoverError: string;
1095
- borderPressedError: string;
1096
- borderFocusError: string;
1097
- borderDisabledError: string;
1098
- rippleColorError: string;
1099
- waveOpacity: string;
1100
- fontWeight: string;
1101
- fontWeightStrong: string;
1102
- paddingTiny: string;
1103
- paddingSmall: string;
1104
- paddingMedium: string;
1105
- paddingLarge: string;
1106
- paddingRoundTiny: string;
1107
- paddingRoundSmall: string;
1108
- paddingRoundMedium: string;
1109
- paddingRoundLarge: string;
1110
- iconMarginTiny: string;
1111
- iconMarginSmall: string;
1112
- iconMarginMedium: string;
1113
- iconMarginLarge: string;
1114
- iconSizeTiny: string;
1115
- iconSizeSmall: string;
1116
- iconSizeMedium: string;
1117
- iconSizeLarge: string;
1118
- rippleDuration: string;
1119
- }, any>>>;
1120
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1121
- heightTiny: string;
1122
- heightSmall: string;
1123
- heightMedium: string;
1124
- heightLarge: string;
1125
- borderRadiusTiny: string;
1126
- borderRadiusSmall: string;
1127
- borderRadiusMedium: string;
1128
- borderRadiusLarge: string;
1129
- fontSizeTiny: string;
1130
- fontSizeSmall: string;
1131
- fontSizeMedium: string;
1132
- fontSizeLarge: string;
1133
- opacityDisabled: string;
1134
- colorOpacitySecondary: string;
1135
- colorOpacitySecondaryHover: string;
1136
- colorOpacitySecondaryPressed: string;
1137
- colorSecondary: string;
1138
- colorSecondaryHover: string;
1139
- colorSecondaryPressed: string;
1140
- colorTertiary: string;
1141
- colorTertiaryHover: string;
1142
- colorTertiaryPressed: string;
1143
- colorQuaternary: string;
1144
- colorQuaternaryHover: string;
1145
- colorQuaternaryPressed: string;
1146
- color: string;
1147
- colorHover: string;
1148
- colorPressed: string;
1149
- colorFocus: string;
1150
- colorDisabled: string;
1151
- textColor: string;
1152
- textColorTertiary: string;
1153
- textColorHover: string;
1154
- textColorPressed: string;
1155
- textColorFocus: string;
1156
- textColorDisabled: string;
1157
- textColorText: string;
1158
- textColorTextHover: string;
1159
- textColorTextPressed: string;
1160
- textColorTextFocus: string;
1161
- textColorTextDisabled: string;
1162
- textColorGhost: string;
1163
- textColorGhostHover: string;
1164
- textColorGhostPressed: string;
1165
- textColorGhostFocus: string;
1166
- textColorGhostDisabled: string;
1167
- border: string;
1168
- borderHover: string;
1169
- borderPressed: string;
1170
- borderFocus: string;
1171
- borderDisabled: string;
1172
- rippleColor: string;
1173
- colorPrimary: string;
1174
- colorHoverPrimary: string;
1175
- colorPressedPrimary: string;
1176
- colorFocusPrimary: string;
1177
- colorDisabledPrimary: string;
1178
- textColorPrimary: string;
1179
- textColorHoverPrimary: string;
1180
- textColorPressedPrimary: string;
1181
- textColorFocusPrimary: string;
1182
- textColorDisabledPrimary: string;
1183
- textColorTextPrimary: string;
1184
- textColorTextHoverPrimary: string;
1185
- textColorTextPressedPrimary: string;
1186
- textColorTextFocusPrimary: string;
1187
- textColorTextDisabledPrimary: string;
1188
- textColorGhostPrimary: string;
1189
- textColorGhostHoverPrimary: string;
1190
- textColorGhostPressedPrimary: string;
1191
- textColorGhostFocusPrimary: string;
1192
- textColorGhostDisabledPrimary: string;
1193
- borderPrimary: string;
1194
- borderHoverPrimary: string;
1195
- borderPressedPrimary: string;
1196
- borderFocusPrimary: string;
1197
- borderDisabledPrimary: string;
1198
- rippleColorPrimary: string;
1199
- colorInfo: string;
1200
- colorHoverInfo: string;
1201
- colorPressedInfo: string;
1202
- colorFocusInfo: string;
1203
- colorDisabledInfo: string;
1204
- textColorInfo: string;
1205
- textColorHoverInfo: string;
1206
- textColorPressedInfo: string;
1207
- textColorFocusInfo: string;
1208
- textColorDisabledInfo: string;
1209
- textColorTextInfo: string;
1210
- textColorTextHoverInfo: string;
1211
- textColorTextPressedInfo: string;
1212
- textColorTextFocusInfo: string;
1213
- textColorTextDisabledInfo: string;
1214
- textColorGhostInfo: string;
1215
- textColorGhostHoverInfo: string;
1216
- textColorGhostPressedInfo: string;
1217
- textColorGhostFocusInfo: string;
1218
- textColorGhostDisabledInfo: string;
1219
- borderInfo: string;
1220
- borderHoverInfo: string;
1221
- borderPressedInfo: string;
1222
- borderFocusInfo: string;
1223
- borderDisabledInfo: string;
1224
- rippleColorInfo: string;
1225
- colorSuccess: string;
1226
- colorHoverSuccess: string;
1227
- colorPressedSuccess: string;
1228
- colorFocusSuccess: string;
1229
- colorDisabledSuccess: string;
1230
- textColorSuccess: string;
1231
- textColorHoverSuccess: string;
1232
- textColorPressedSuccess: string;
1233
- textColorFocusSuccess: string;
1234
- textColorDisabledSuccess: string;
1235
- textColorTextSuccess: string;
1236
- textColorTextHoverSuccess: string;
1237
- textColorTextPressedSuccess: string;
1238
- textColorTextFocusSuccess: string;
1239
- textColorTextDisabledSuccess: string;
1240
- textColorGhostSuccess: string;
1241
- textColorGhostHoverSuccess: string;
1242
- textColorGhostPressedSuccess: string;
1243
- textColorGhostFocusSuccess: string;
1244
- textColorGhostDisabledSuccess: string;
1245
- borderSuccess: string;
1246
- borderHoverSuccess: string;
1247
- borderPressedSuccess: string;
1248
- borderFocusSuccess: string;
1249
- borderDisabledSuccess: string;
1250
- rippleColorSuccess: string;
1251
- colorWarning: string;
1252
- colorHoverWarning: string;
1253
- colorPressedWarning: string;
1254
- colorFocusWarning: string;
1255
- colorDisabledWarning: string;
1256
- textColorWarning: string;
1257
- textColorHoverWarning: string;
1258
- textColorPressedWarning: string;
1259
- textColorFocusWarning: string;
1260
- textColorDisabledWarning: string;
1261
- textColorTextWarning: string;
1262
- textColorTextHoverWarning: string;
1263
- textColorTextPressedWarning: string;
1264
- textColorTextFocusWarning: string;
1265
- textColorTextDisabledWarning: string;
1266
- textColorGhostWarning: string;
1267
- textColorGhostHoverWarning: string;
1268
- textColorGhostPressedWarning: string;
1269
- textColorGhostFocusWarning: string;
1270
- textColorGhostDisabledWarning: string;
1271
- borderWarning: string;
1272
- borderHoverWarning: string;
1273
- borderPressedWarning: string;
1274
- borderFocusWarning: string;
1275
- borderDisabledWarning: string;
1276
- rippleColorWarning: string;
1277
- colorError: string;
1278
- colorHoverError: string;
1279
- colorPressedError: string;
1280
- colorFocusError: string;
1281
- colorDisabledError: string;
1282
- textColorError: string;
1283
- textColorHoverError: string;
1284
- textColorPressedError: string;
1285
- textColorFocusError: string;
1286
- textColorDisabledError: string;
1287
- textColorTextError: string;
1288
- textColorTextHoverError: string;
1289
- textColorTextPressedError: string;
1290
- textColorTextFocusError: string;
1291
- textColorTextDisabledError: string;
1292
- textColorGhostError: string;
1293
- textColorGhostHoverError: string;
1294
- textColorGhostPressedError: string;
1295
- textColorGhostFocusError: string;
1296
- textColorGhostDisabledError: string;
1297
- borderError: string;
1298
- borderHoverError: string;
1299
- borderPressedError: string;
1300
- borderFocusError: string;
1301
- borderDisabledError: string;
1302
- rippleColorError: string;
1303
- waveOpacity: string;
1304
- fontWeight: string;
1305
- fontWeightStrong: string;
1306
- paddingTiny: string;
1307
- paddingSmall: string;
1308
- paddingMedium: string;
1309
- paddingLarge: string;
1310
- paddingRoundTiny: string;
1311
- paddingRoundSmall: string;
1312
- paddingRoundMedium: string;
1313
- paddingRoundLarge: string;
1314
- iconMarginTiny: string;
1315
- iconMarginSmall: string;
1316
- iconMarginMedium: string;
1317
- iconMarginLarge: string;
1318
- iconSizeTiny: string;
1319
- iconSizeSmall: string;
1320
- iconSizeMedium: string;
1321
- iconSizeLarge: string;
1322
- rippleDuration: string;
1323
- }, any>>>;
1324
- }, {
1325
- selfElRef: import("vue").Ref<HTMLElement | null>;
1326
- waveElRef: import("vue").Ref<{
1327
- play: () => void;
1328
- } | null>;
1329
- mergedClsPrefix: import("vue").ComputedRef<string>;
1330
- mergedFocusable: import("vue").ComputedRef<boolean>;
1331
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
1332
- showBorder: import("vue").ComputedRef<boolean>;
1333
- enterPressed: import("vue").Ref<boolean>;
1334
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1335
- handleMousedown: (e: MouseEvent) => void;
1336
- handleKeydown: (e: KeyboardEvent) => void;
1337
- handleBlur: () => void;
1338
- handleKeyup: (e: KeyboardEvent) => void;
1339
- handleClick: (e: MouseEvent) => void;
1340
- customColorCssVars: import("vue").ComputedRef<{
1341
- '--n-border-color': string;
1342
- '--n-border-color-hover': string;
1343
- '--n-border-color-pressed': string;
1344
- '--n-border-color-focus': string;
1345
- '--n-border-color-disabled': string;
1346
- } | null>;
1347
- cssVars: import("vue").ComputedRef<{
1348
- '--n-width': string;
1349
- '--n-height': string;
1350
- '--n-font-size': string;
1351
- '--n-padding': string;
1352
- '--n-icon-size': string;
1353
- '--n-icon-margin': string;
1354
- '--n-border-radius': string;
1355
- '--n-border': string;
1356
- '--n-border-hover': string;
1357
- '--n-border-pressed': string;
1358
- '--n-border-focus': string;
1359
- '--n-border-disabled': string;
1360
- '--n-color': string;
1361
- '--n-color-hover': string;
1362
- '--n-color-pressed': string;
1363
- '--n-color-focus': string;
1364
- '--n-color-disabled': string;
1365
- '--n-ripple-color': string;
1366
- '--n-text-color': string;
1367
- '--n-text-color-hover': string;
1368
- '--n-text-color-pressed': string;
1369
- '--n-text-color-focus': string;
1370
- '--n-text-color-disabled': string;
1371
- 'font-weight': string;
1372
- '--n-bezier': string;
1373
- '--n-bezier-ease-out': string;
1374
- '--n-ripple-duration': string;
1375
- '--n-opacity-disabled': string;
1376
- '--n-wave-opacity': string;
1377
- }> | undefined;
1378
- themeClass: import("vue").Ref<string> | undefined;
1379
- onRender: (() => void) | undefined;
1380
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1381
- readonly color: StringConstructor;
1382
- readonly textColor: StringConstructor;
1383
- readonly text: BooleanConstructor;
1384
- readonly block: BooleanConstructor;
1385
- readonly loading: BooleanConstructor;
1386
- readonly disabled: BooleanConstructor;
1387
- readonly circle: BooleanConstructor;
1388
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
1389
- readonly ghost: BooleanConstructor;
1390
- readonly round: BooleanConstructor;
1391
- readonly secondary: BooleanConstructor;
1392
- readonly tertiary: BooleanConstructor;
1393
- readonly quaternary: BooleanConstructor;
1394
- readonly strong: BooleanConstructor;
1395
- readonly focusable: {
1396
- readonly type: BooleanConstructor;
1397
- readonly default: true;
1398
- };
1399
- readonly keyboard: {
1400
- readonly type: BooleanConstructor;
1401
- readonly default: true;
1402
- };
1403
- readonly tag: {
1404
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
1405
- readonly default: "button";
1406
- };
1407
- readonly type: {
1408
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
1409
- readonly default: "default";
1410
- };
1411
- readonly dashed: BooleanConstructor;
1412
- readonly iconPlacement: {
1413
- readonly type: import("vue").PropType<"left" | "right">;
1414
- readonly default: "left";
1415
- };
1416
- readonly attrType: {
1417
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
1418
- readonly default: "button";
1419
- };
1420
- readonly bordered: {
1421
- readonly type: BooleanConstructor;
1422
- readonly default: true;
1423
- };
1424
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1425
- readonly nativeFocusBehavior: {
1426
- readonly type: BooleanConstructor;
1427
- readonly default: boolean;
1428
- };
1429
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
1430
- heightTiny: string;
1431
- heightSmall: string;
1432
- heightMedium: string;
1433
- heightLarge: string;
1434
- borderRadiusTiny: string;
1435
- borderRadiusSmall: string;
1436
- borderRadiusMedium: string;
1437
- borderRadiusLarge: string;
1438
- fontSizeTiny: string;
1439
- fontSizeSmall: string;
1440
- fontSizeMedium: string;
1441
- fontSizeLarge: string;
1442
- opacityDisabled: string;
1443
- colorOpacitySecondary: string;
1444
- colorOpacitySecondaryHover: string;
1445
- colorOpacitySecondaryPressed: string;
1446
- colorSecondary: string;
1447
- colorSecondaryHover: string;
1448
- colorSecondaryPressed: string;
1449
- colorTertiary: string;
1450
- colorTertiaryHover: string;
1451
- colorTertiaryPressed: string;
1452
- colorQuaternary: string;
1453
- colorQuaternaryHover: string;
1454
- colorQuaternaryPressed: string;
1455
- color: string;
1456
- colorHover: string;
1457
- colorPressed: string;
1458
- colorFocus: string;
1459
- colorDisabled: string;
1460
- textColor: string;
1461
- textColorTertiary: string;
1462
- textColorHover: string;
1463
- textColorPressed: string;
1464
- textColorFocus: string;
1465
- textColorDisabled: string;
1466
- textColorText: string;
1467
- textColorTextHover: string;
1468
- textColorTextPressed: string;
1469
- textColorTextFocus: string;
1470
- textColorTextDisabled: string;
1471
- textColorGhost: string;
1472
- textColorGhostHover: string;
1473
- textColorGhostPressed: string;
1474
- textColorGhostFocus: string;
1475
- textColorGhostDisabled: string;
1476
- border: string;
1477
- borderHover: string;
1478
- borderPressed: string;
1479
- borderFocus: string;
1480
- borderDisabled: string;
1481
- rippleColor: string;
1482
- colorPrimary: string;
1483
- colorHoverPrimary: string;
1484
- colorPressedPrimary: string;
1485
- colorFocusPrimary: string;
1486
- colorDisabledPrimary: string;
1487
- textColorPrimary: string;
1488
- textColorHoverPrimary: string;
1489
- textColorPressedPrimary: string;
1490
- textColorFocusPrimary: string;
1491
- textColorDisabledPrimary: string;
1492
- textColorTextPrimary: string;
1493
- textColorTextHoverPrimary: string;
1494
- textColorTextPressedPrimary: string;
1495
- textColorTextFocusPrimary: string;
1496
- textColorTextDisabledPrimary: string;
1497
- textColorGhostPrimary: string;
1498
- textColorGhostHoverPrimary: string;
1499
- textColorGhostPressedPrimary: string;
1500
- textColorGhostFocusPrimary: string;
1501
- textColorGhostDisabledPrimary: string;
1502
- borderPrimary: string;
1503
- borderHoverPrimary: string;
1504
- borderPressedPrimary: string;
1505
- borderFocusPrimary: string;
1506
- borderDisabledPrimary: string;
1507
- rippleColorPrimary: string;
1508
- colorInfo: string;
1509
- colorHoverInfo: string;
1510
- colorPressedInfo: string;
1511
- colorFocusInfo: string;
1512
- colorDisabledInfo: string;
1513
- textColorInfo: string;
1514
- textColorHoverInfo: string;
1515
- textColorPressedInfo: string;
1516
- textColorFocusInfo: string;
1517
- textColorDisabledInfo: string;
1518
- textColorTextInfo: string;
1519
- textColorTextHoverInfo: string;
1520
- textColorTextPressedInfo: string;
1521
- textColorTextFocusInfo: string;
1522
- textColorTextDisabledInfo: string;
1523
- textColorGhostInfo: string;
1524
- textColorGhostHoverInfo: string;
1525
- textColorGhostPressedInfo: string;
1526
- textColorGhostFocusInfo: string;
1527
- textColorGhostDisabledInfo: string;
1528
- borderInfo: string;
1529
- borderHoverInfo: string;
1530
- borderPressedInfo: string;
1531
- borderFocusInfo: string;
1532
- borderDisabledInfo: string;
1533
- rippleColorInfo: string;
1534
- colorSuccess: string;
1535
- colorHoverSuccess: string;
1536
- colorPressedSuccess: string;
1537
- colorFocusSuccess: string;
1538
- colorDisabledSuccess: string;
1539
- textColorSuccess: string;
1540
- textColorHoverSuccess: string;
1541
- textColorPressedSuccess: string;
1542
- textColorFocusSuccess: string;
1543
- textColorDisabledSuccess: string;
1544
- textColorTextSuccess: string;
1545
- textColorTextHoverSuccess: string;
1546
- textColorTextPressedSuccess: string;
1547
- textColorTextFocusSuccess: string;
1548
- textColorTextDisabledSuccess: string;
1549
- textColorGhostSuccess: string;
1550
- textColorGhostHoverSuccess: string;
1551
- textColorGhostPressedSuccess: string;
1552
- textColorGhostFocusSuccess: string;
1553
- textColorGhostDisabledSuccess: string;
1554
- borderSuccess: string;
1555
- borderHoverSuccess: string;
1556
- borderPressedSuccess: string;
1557
- borderFocusSuccess: string;
1558
- borderDisabledSuccess: string;
1559
- rippleColorSuccess: string;
1560
- colorWarning: string;
1561
- colorHoverWarning: string;
1562
- colorPressedWarning: string;
1563
- colorFocusWarning: string;
1564
- colorDisabledWarning: string;
1565
- textColorWarning: string;
1566
- textColorHoverWarning: string;
1567
- textColorPressedWarning: string;
1568
- textColorFocusWarning: string;
1569
- textColorDisabledWarning: string;
1570
- textColorTextWarning: string;
1571
- textColorTextHoverWarning: string;
1572
- textColorTextPressedWarning: string;
1573
- textColorTextFocusWarning: string;
1574
- textColorTextDisabledWarning: string;
1575
- textColorGhostWarning: string;
1576
- textColorGhostHoverWarning: string;
1577
- textColorGhostPressedWarning: string;
1578
- textColorGhostFocusWarning: string;
1579
- textColorGhostDisabledWarning: string;
1580
- borderWarning: string;
1581
- borderHoverWarning: string;
1582
- borderPressedWarning: string;
1583
- borderFocusWarning: string;
1584
- borderDisabledWarning: string;
1585
- rippleColorWarning: string;
1586
- colorError: string;
1587
- colorHoverError: string;
1588
- colorPressedError: string;
1589
- colorFocusError: string;
1590
- colorDisabledError: string;
1591
- textColorError: string;
1592
- textColorHoverError: string;
1593
- textColorPressedError: string;
1594
- textColorFocusError: string;
1595
- textColorDisabledError: string;
1596
- textColorTextError: string;
1597
- textColorTextHoverError: string;
1598
- textColorTextPressedError: string;
1599
- textColorTextFocusError: string;
1600
- textColorTextDisabledError: string;
1601
- textColorGhostError: string;
1602
- textColorGhostHoverError: string;
1603
- textColorGhostPressedError: string;
1604
- textColorGhostFocusError: string;
1605
- textColorGhostDisabledError: string;
1606
- borderError: string;
1607
- borderHoverError: string;
1608
- borderPressedError: string;
1609
- borderFocusError: string;
1610
- borderDisabledError: string;
1611
- rippleColorError: string;
1612
- waveOpacity: string;
1613
- fontWeight: string;
1614
- fontWeightStrong: string;
1615
- paddingTiny: string;
1616
- paddingSmall: string;
1617
- paddingMedium: string;
1618
- paddingLarge: string;
1619
- paddingRoundTiny: string;
1620
- paddingRoundSmall: string;
1621
- paddingRoundMedium: string;
1622
- paddingRoundLarge: string;
1623
- iconMarginTiny: string;
1624
- iconMarginSmall: string;
1625
- iconMarginMedium: string;
1626
- iconMarginLarge: string;
1627
- iconSizeTiny: string;
1628
- iconSizeSmall: string;
1629
- iconSizeMedium: string;
1630
- iconSizeLarge: string;
1631
- rippleDuration: string;
1632
- }, any>>;
1633
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1634
- heightTiny: string;
1635
- heightSmall: string;
1636
- heightMedium: string;
1637
- heightLarge: string;
1638
- borderRadiusTiny: string;
1639
- borderRadiusSmall: string;
1640
- borderRadiusMedium: string;
1641
- borderRadiusLarge: string;
1642
- fontSizeTiny: string;
1643
- fontSizeSmall: string;
1644
- fontSizeMedium: string;
1645
- fontSizeLarge: string;
1646
- opacityDisabled: string;
1647
- colorOpacitySecondary: string;
1648
- colorOpacitySecondaryHover: string;
1649
- colorOpacitySecondaryPressed: string;
1650
- colorSecondary: string;
1651
- colorSecondaryHover: string;
1652
- colorSecondaryPressed: string;
1653
- colorTertiary: string;
1654
- colorTertiaryHover: string;
1655
- colorTertiaryPressed: string;
1656
- colorQuaternary: string;
1657
- colorQuaternaryHover: string;
1658
- colorQuaternaryPressed: string;
1659
- color: string;
1660
- colorHover: string;
1661
- colorPressed: string;
1662
- colorFocus: string;
1663
- colorDisabled: string;
1664
- textColor: string;
1665
- textColorTertiary: string;
1666
- textColorHover: string;
1667
- textColorPressed: string;
1668
- textColorFocus: string;
1669
- textColorDisabled: string;
1670
- textColorText: string;
1671
- textColorTextHover: string;
1672
- textColorTextPressed: string;
1673
- textColorTextFocus: string;
1674
- textColorTextDisabled: string;
1675
- textColorGhost: string;
1676
- textColorGhostHover: string;
1677
- textColorGhostPressed: string;
1678
- textColorGhostFocus: string;
1679
- textColorGhostDisabled: string;
1680
- border: string;
1681
- borderHover: string;
1682
- borderPressed: string;
1683
- borderFocus: string;
1684
- borderDisabled: string;
1685
- rippleColor: string;
1686
- colorPrimary: string;
1687
- colorHoverPrimary: string;
1688
- colorPressedPrimary: string;
1689
- colorFocusPrimary: string;
1690
- colorDisabledPrimary: string;
1691
- textColorPrimary: string;
1692
- textColorHoverPrimary: string;
1693
- textColorPressedPrimary: string;
1694
- textColorFocusPrimary: string;
1695
- textColorDisabledPrimary: string;
1696
- textColorTextPrimary: string;
1697
- textColorTextHoverPrimary: string;
1698
- textColorTextPressedPrimary: string;
1699
- textColorTextFocusPrimary: string;
1700
- textColorTextDisabledPrimary: string;
1701
- textColorGhostPrimary: string;
1702
- textColorGhostHoverPrimary: string;
1703
- textColorGhostPressedPrimary: string;
1704
- textColorGhostFocusPrimary: string;
1705
- textColorGhostDisabledPrimary: string;
1706
- borderPrimary: string;
1707
- borderHoverPrimary: string;
1708
- borderPressedPrimary: string;
1709
- borderFocusPrimary: string;
1710
- borderDisabledPrimary: string;
1711
- rippleColorPrimary: string;
1712
- colorInfo: string;
1713
- colorHoverInfo: string;
1714
- colorPressedInfo: string;
1715
- colorFocusInfo: string;
1716
- colorDisabledInfo: string;
1717
- textColorInfo: string;
1718
- textColorHoverInfo: string;
1719
- textColorPressedInfo: string;
1720
- textColorFocusInfo: string;
1721
- textColorDisabledInfo: string;
1722
- textColorTextInfo: string;
1723
- textColorTextHoverInfo: string;
1724
- textColorTextPressedInfo: string;
1725
- textColorTextFocusInfo: string;
1726
- textColorTextDisabledInfo: string;
1727
- textColorGhostInfo: string;
1728
- textColorGhostHoverInfo: string;
1729
- textColorGhostPressedInfo: string;
1730
- textColorGhostFocusInfo: string;
1731
- textColorGhostDisabledInfo: string;
1732
- borderInfo: string;
1733
- borderHoverInfo: string;
1734
- borderPressedInfo: string;
1735
- borderFocusInfo: string;
1736
- borderDisabledInfo: string;
1737
- rippleColorInfo: string;
1738
- colorSuccess: string;
1739
- colorHoverSuccess: string;
1740
- colorPressedSuccess: string;
1741
- colorFocusSuccess: string;
1742
- colorDisabledSuccess: string;
1743
- textColorSuccess: string;
1744
- textColorHoverSuccess: string;
1745
- textColorPressedSuccess: string;
1746
- textColorFocusSuccess: string;
1747
- textColorDisabledSuccess: string;
1748
- textColorTextSuccess: string;
1749
- textColorTextHoverSuccess: string;
1750
- textColorTextPressedSuccess: string;
1751
- textColorTextFocusSuccess: string;
1752
- textColorTextDisabledSuccess: string;
1753
- textColorGhostSuccess: string;
1754
- textColorGhostHoverSuccess: string;
1755
- textColorGhostPressedSuccess: string;
1756
- textColorGhostFocusSuccess: string;
1757
- textColorGhostDisabledSuccess: string;
1758
- borderSuccess: string;
1759
- borderHoverSuccess: string;
1760
- borderPressedSuccess: string;
1761
- borderFocusSuccess: string;
1762
- borderDisabledSuccess: string;
1763
- rippleColorSuccess: string;
1764
- colorWarning: string;
1765
- colorHoverWarning: string;
1766
- colorPressedWarning: string;
1767
- colorFocusWarning: string;
1768
- colorDisabledWarning: string;
1769
- textColorWarning: string;
1770
- textColorHoverWarning: string;
1771
- textColorPressedWarning: string;
1772
- textColorFocusWarning: string;
1773
- textColorDisabledWarning: string;
1774
- textColorTextWarning: string;
1775
- textColorTextHoverWarning: string;
1776
- textColorTextPressedWarning: string;
1777
- textColorTextFocusWarning: string;
1778
- textColorTextDisabledWarning: string;
1779
- textColorGhostWarning: string;
1780
- textColorGhostHoverWarning: string;
1781
- textColorGhostPressedWarning: string;
1782
- textColorGhostFocusWarning: string;
1783
- textColorGhostDisabledWarning: string;
1784
- borderWarning: string;
1785
- borderHoverWarning: string;
1786
- borderPressedWarning: string;
1787
- borderFocusWarning: string;
1788
- borderDisabledWarning: string;
1789
- rippleColorWarning: string;
1790
- colorError: string;
1791
- colorHoverError: string;
1792
- colorPressedError: string;
1793
- colorFocusError: string;
1794
- colorDisabledError: string;
1795
- textColorError: string;
1796
- textColorHoverError: string;
1797
- textColorPressedError: string;
1798
- textColorFocusError: string;
1799
- textColorDisabledError: string;
1800
- textColorTextError: string;
1801
- textColorTextHoverError: string;
1802
- textColorTextPressedError: string;
1803
- textColorTextFocusError: string;
1804
- textColorTextDisabledError: string;
1805
- textColorGhostError: string;
1806
- textColorGhostHoverError: string;
1807
- textColorGhostPressedError: string;
1808
- textColorGhostFocusError: string;
1809
- textColorGhostDisabledError: string;
1810
- borderError: string;
1811
- borderHoverError: string;
1812
- borderPressedError: string;
1813
- borderFocusError: string;
1814
- borderDisabledError: string;
1815
- rippleColorError: string;
1816
- waveOpacity: string;
1817
- fontWeight: string;
1818
- fontWeightStrong: string;
1819
- paddingTiny: string;
1820
- paddingSmall: string;
1821
- paddingMedium: string;
1822
- paddingLarge: string;
1823
- paddingRoundTiny: string;
1824
- paddingRoundSmall: string;
1825
- paddingRoundMedium: string;
1826
- paddingRoundLarge: string;
1827
- iconMarginTiny: string;
1828
- iconMarginSmall: string;
1829
- iconMarginMedium: string;
1830
- iconMarginLarge: string;
1831
- iconSizeTiny: string;
1832
- iconSizeSmall: string;
1833
- iconSizeMedium: string;
1834
- iconSizeLarge: string;
1835
- rippleDuration: string;
1836
- }, any>>>;
1837
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1838
- heightTiny: string;
1839
- heightSmall: string;
1840
- heightMedium: string;
1841
- heightLarge: string;
1842
- borderRadiusTiny: string;
1843
- borderRadiusSmall: string;
1844
- borderRadiusMedium: string;
1845
- borderRadiusLarge: string;
1846
- fontSizeTiny: string;
1847
- fontSizeSmall: string;
1848
- fontSizeMedium: string;
1849
- fontSizeLarge: string;
1850
- opacityDisabled: string;
1851
- colorOpacitySecondary: string;
1852
- colorOpacitySecondaryHover: string;
1853
- colorOpacitySecondaryPressed: string;
1854
- colorSecondary: string;
1855
- colorSecondaryHover: string;
1856
- colorSecondaryPressed: string;
1857
- colorTertiary: string;
1858
- colorTertiaryHover: string;
1859
- colorTertiaryPressed: string;
1860
- colorQuaternary: string;
1861
- colorQuaternaryHover: string;
1862
- colorQuaternaryPressed: string;
1863
- color: string;
1864
- colorHover: string;
1865
- colorPressed: string;
1866
- colorFocus: string;
1867
- colorDisabled: string;
1868
- textColor: string;
1869
- textColorTertiary: string;
1870
- textColorHover: string;
1871
- textColorPressed: string;
1872
- textColorFocus: string;
1873
- textColorDisabled: string;
1874
- textColorText: string;
1875
- textColorTextHover: string;
1876
- textColorTextPressed: string;
1877
- textColorTextFocus: string;
1878
- textColorTextDisabled: string;
1879
- textColorGhost: string;
1880
- textColorGhostHover: string;
1881
- textColorGhostPressed: string;
1882
- textColorGhostFocus: string;
1883
- textColorGhostDisabled: string;
1884
- border: string;
1885
- borderHover: string;
1886
- borderPressed: string;
1887
- borderFocus: string;
1888
- borderDisabled: string;
1889
- rippleColor: string;
1890
- colorPrimary: string;
1891
- colorHoverPrimary: string;
1892
- colorPressedPrimary: string;
1893
- colorFocusPrimary: string;
1894
- colorDisabledPrimary: string;
1895
- textColorPrimary: string;
1896
- textColorHoverPrimary: string;
1897
- textColorPressedPrimary: string;
1898
- textColorFocusPrimary: string;
1899
- textColorDisabledPrimary: string;
1900
- textColorTextPrimary: string;
1901
- textColorTextHoverPrimary: string;
1902
- textColorTextPressedPrimary: string;
1903
- textColorTextFocusPrimary: string;
1904
- textColorTextDisabledPrimary: string;
1905
- textColorGhostPrimary: string;
1906
- textColorGhostHoverPrimary: string;
1907
- textColorGhostPressedPrimary: string;
1908
- textColorGhostFocusPrimary: string;
1909
- textColorGhostDisabledPrimary: string;
1910
- borderPrimary: string;
1911
- borderHoverPrimary: string;
1912
- borderPressedPrimary: string;
1913
- borderFocusPrimary: string;
1914
- borderDisabledPrimary: string;
1915
- rippleColorPrimary: string;
1916
- colorInfo: string;
1917
- colorHoverInfo: string;
1918
- colorPressedInfo: string;
1919
- colorFocusInfo: string;
1920
- colorDisabledInfo: string;
1921
- textColorInfo: string;
1922
- textColorHoverInfo: string;
1923
- textColorPressedInfo: string;
1924
- textColorFocusInfo: string;
1925
- textColorDisabledInfo: string;
1926
- textColorTextInfo: string;
1927
- textColorTextHoverInfo: string;
1928
- textColorTextPressedInfo: string;
1929
- textColorTextFocusInfo: string;
1930
- textColorTextDisabledInfo: string;
1931
- textColorGhostInfo: string;
1932
- textColorGhostHoverInfo: string;
1933
- textColorGhostPressedInfo: string;
1934
- textColorGhostFocusInfo: string;
1935
- textColorGhostDisabledInfo: string;
1936
- borderInfo: string;
1937
- borderHoverInfo: string;
1938
- borderPressedInfo: string;
1939
- borderFocusInfo: string;
1940
- borderDisabledInfo: string;
1941
- rippleColorInfo: string;
1942
- colorSuccess: string;
1943
- colorHoverSuccess: string;
1944
- colorPressedSuccess: string;
1945
- colorFocusSuccess: string;
1946
- colorDisabledSuccess: string;
1947
- textColorSuccess: string;
1948
- textColorHoverSuccess: string;
1949
- textColorPressedSuccess: string;
1950
- textColorFocusSuccess: string;
1951
- textColorDisabledSuccess: string;
1952
- textColorTextSuccess: string;
1953
- textColorTextHoverSuccess: string;
1954
- textColorTextPressedSuccess: string;
1955
- textColorTextFocusSuccess: string;
1956
- textColorTextDisabledSuccess: string;
1957
- textColorGhostSuccess: string;
1958
- textColorGhostHoverSuccess: string;
1959
- textColorGhostPressedSuccess: string;
1960
- textColorGhostFocusSuccess: string;
1961
- textColorGhostDisabledSuccess: string;
1962
- borderSuccess: string;
1963
- borderHoverSuccess: string;
1964
- borderPressedSuccess: string;
1965
- borderFocusSuccess: string;
1966
- borderDisabledSuccess: string;
1967
- rippleColorSuccess: string;
1968
- colorWarning: string;
1969
- colorHoverWarning: string;
1970
- colorPressedWarning: string;
1971
- colorFocusWarning: string;
1972
- colorDisabledWarning: string;
1973
- textColorWarning: string;
1974
- textColorHoverWarning: string;
1975
- textColorPressedWarning: string;
1976
- textColorFocusWarning: string;
1977
- textColorDisabledWarning: string;
1978
- textColorTextWarning: string;
1979
- textColorTextHoverWarning: string;
1980
- textColorTextPressedWarning: string;
1981
- textColorTextFocusWarning: string;
1982
- textColorTextDisabledWarning: string;
1983
- textColorGhostWarning: string;
1984
- textColorGhostHoverWarning: string;
1985
- textColorGhostPressedWarning: string;
1986
- textColorGhostFocusWarning: string;
1987
- textColorGhostDisabledWarning: string;
1988
- borderWarning: string;
1989
- borderHoverWarning: string;
1990
- borderPressedWarning: string;
1991
- borderFocusWarning: string;
1992
- borderDisabledWarning: string;
1993
- rippleColorWarning: string;
1994
- colorError: string;
1995
- colorHoverError: string;
1996
- colorPressedError: string;
1997
- colorFocusError: string;
1998
- colorDisabledError: string;
1999
- textColorError: string;
2000
- textColorHoverError: string;
2001
- textColorPressedError: string;
2002
- textColorFocusError: string;
2003
- textColorDisabledError: string;
2004
- textColorTextError: string;
2005
- textColorTextHoverError: string;
2006
- textColorTextPressedError: string;
2007
- textColorTextFocusError: string;
2008
- textColorTextDisabledError: string;
2009
- textColorGhostError: string;
2010
- textColorGhostHoverError: string;
2011
- textColorGhostPressedError: string;
2012
- textColorGhostFocusError: string;
2013
- textColorGhostDisabledError: string;
2014
- borderError: string;
2015
- borderHoverError: string;
2016
- borderPressedError: string;
2017
- borderFocusError: string;
2018
- borderDisabledError: string;
2019
- rippleColorError: string;
2020
- waveOpacity: string;
2021
- fontWeight: string;
2022
- fontWeightStrong: string;
2023
- paddingTiny: string;
2024
- paddingSmall: string;
2025
- paddingMedium: string;
2026
- paddingLarge: string;
2027
- paddingRoundTiny: string;
2028
- paddingRoundSmall: string;
2029
- paddingRoundMedium: string;
2030
- paddingRoundLarge: string;
2031
- iconMarginTiny: string;
2032
- iconMarginSmall: string;
2033
- iconMarginMedium: string;
2034
- iconMarginLarge: string;
2035
- iconSizeTiny: string;
2036
- iconSizeSmall: string;
2037
- iconSizeMedium: string;
2038
- iconSizeLarge: string;
2039
- rippleDuration: string;
2040
- }, any>>>;
2041
- }>>, {
2042
- readonly type: import("naive-ui/es/button/src/interface").Type;
2043
- readonly tag: keyof HTMLElementTagNameMap;
2044
- readonly block: boolean;
2045
- readonly round: boolean;
2046
- readonly dashed: boolean;
2047
- readonly text: boolean;
2048
- readonly circle: boolean;
2049
- readonly disabled: boolean;
2050
- readonly focusable: boolean;
2051
- readonly strong: boolean;
2052
- readonly loading: boolean;
2053
- readonly bordered: boolean;
2054
- readonly tertiary: boolean;
2055
- readonly ghost: boolean;
2056
- readonly keyboard: boolean;
2057
- readonly secondary: boolean;
2058
- readonly quaternary: boolean;
2059
- readonly iconPlacement: "left" | "right";
2060
- readonly attrType: "button" | "reset" | "submit";
2061
- readonly nativeFocusBehavior: boolean;
2062
- }>;
663
+ NButton: any;
2063
664
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closeEvaluateCountdown" | "writeGuage")[], "closeEvaluateCountdown" | "writeGuage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2064
665
  formArray: {
2065
666
  type: ArrayConstructor;
@@ -2184,1670 +785,8 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
2184
785
  maxScore: number;
2185
786
  config: Record<string, any>;
2186
787
  }>;
2187
- NButton: import("vue").DefineComponent<{
2188
- readonly color: StringConstructor;
2189
- readonly textColor: StringConstructor;
2190
- readonly text: BooleanConstructor;
2191
- readonly block: BooleanConstructor;
2192
- readonly loading: BooleanConstructor;
2193
- readonly disabled: BooleanConstructor;
2194
- readonly circle: BooleanConstructor;
2195
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
2196
- readonly ghost: BooleanConstructor;
2197
- readonly round: BooleanConstructor;
2198
- readonly secondary: BooleanConstructor;
2199
- readonly tertiary: BooleanConstructor;
2200
- readonly quaternary: BooleanConstructor;
2201
- readonly strong: BooleanConstructor;
2202
- readonly focusable: {
2203
- readonly type: BooleanConstructor;
2204
- readonly default: true;
2205
- };
2206
- readonly keyboard: {
2207
- readonly type: BooleanConstructor;
2208
- readonly default: true;
2209
- };
2210
- readonly tag: {
2211
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
2212
- readonly default: "button";
2213
- };
2214
- readonly type: {
2215
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
2216
- readonly default: "default";
2217
- };
2218
- readonly dashed: BooleanConstructor;
2219
- readonly iconPlacement: {
2220
- readonly type: import("vue").PropType<"left" | "right">;
2221
- readonly default: "left";
2222
- };
2223
- readonly attrType: {
2224
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
2225
- readonly default: "button";
2226
- };
2227
- readonly bordered: {
2228
- readonly type: BooleanConstructor;
2229
- readonly default: true;
2230
- };
2231
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2232
- readonly nativeFocusBehavior: {
2233
- readonly type: BooleanConstructor;
2234
- readonly default: boolean;
2235
- };
2236
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
2237
- heightTiny: string;
2238
- heightSmall: string;
2239
- heightMedium: string;
2240
- heightLarge: string;
2241
- borderRadiusTiny: string;
2242
- borderRadiusSmall: string;
2243
- borderRadiusMedium: string;
2244
- borderRadiusLarge: string;
2245
- fontSizeTiny: string;
2246
- fontSizeSmall: string;
2247
- fontSizeMedium: string;
2248
- fontSizeLarge: string;
2249
- opacityDisabled: string;
2250
- colorOpacitySecondary: string;
2251
- colorOpacitySecondaryHover: string;
2252
- colorOpacitySecondaryPressed: string;
2253
- colorSecondary: string;
2254
- colorSecondaryHover: string;
2255
- colorSecondaryPressed: string;
2256
- colorTertiary: string;
2257
- colorTertiaryHover: string;
2258
- colorTertiaryPressed: string;
2259
- colorQuaternary: string;
2260
- colorQuaternaryHover: string;
2261
- colorQuaternaryPressed: string;
2262
- color: string;
2263
- colorHover: string;
2264
- colorPressed: string;
2265
- colorFocus: string;
2266
- colorDisabled: string;
2267
- textColor: string;
2268
- textColorTertiary: string;
2269
- textColorHover: string;
2270
- textColorPressed: string;
2271
- textColorFocus: string;
2272
- textColorDisabled: string;
2273
- textColorText: string;
2274
- textColorTextHover: string;
2275
- textColorTextPressed: string;
2276
- textColorTextFocus: string;
2277
- textColorTextDisabled: string;
2278
- textColorGhost: string;
2279
- textColorGhostHover: string;
2280
- textColorGhostPressed: string;
2281
- textColorGhostFocus: string;
2282
- textColorGhostDisabled: string;
2283
- border: string;
2284
- borderHover: string;
2285
- borderPressed: string;
2286
- borderFocus: string;
2287
- borderDisabled: string;
2288
- rippleColor: string;
2289
- colorPrimary: string;
2290
- colorHoverPrimary: string;
2291
- colorPressedPrimary: string;
2292
- colorFocusPrimary: string;
2293
- colorDisabledPrimary: string;
2294
- textColorPrimary: string;
2295
- textColorHoverPrimary: string;
2296
- textColorPressedPrimary: string;
2297
- textColorFocusPrimary: string;
2298
- textColorDisabledPrimary: string;
2299
- textColorTextPrimary: string;
2300
- textColorTextHoverPrimary: string;
2301
- textColorTextPressedPrimary: string;
2302
- textColorTextFocusPrimary: string;
2303
- textColorTextDisabledPrimary: string;
2304
- textColorGhostPrimary: string;
2305
- textColorGhostHoverPrimary: string;
2306
- textColorGhostPressedPrimary: string;
2307
- textColorGhostFocusPrimary: string;
2308
- textColorGhostDisabledPrimary: string;
2309
- borderPrimary: string;
2310
- borderHoverPrimary: string;
2311
- borderPressedPrimary: string;
2312
- borderFocusPrimary: string;
2313
- borderDisabledPrimary: string;
2314
- rippleColorPrimary: string;
2315
- colorInfo: string;
2316
- colorHoverInfo: string;
2317
- colorPressedInfo: string;
2318
- colorFocusInfo: string;
2319
- colorDisabledInfo: string;
2320
- textColorInfo: string;
2321
- textColorHoverInfo: string;
2322
- textColorPressedInfo: string;
2323
- textColorFocusInfo: string;
2324
- textColorDisabledInfo: string;
2325
- textColorTextInfo: string;
2326
- textColorTextHoverInfo: string;
2327
- textColorTextPressedInfo: string;
2328
- textColorTextFocusInfo: string;
2329
- textColorTextDisabledInfo: string;
2330
- textColorGhostInfo: string;
2331
- textColorGhostHoverInfo: string;
2332
- textColorGhostPressedInfo: string;
2333
- textColorGhostFocusInfo: string;
2334
- textColorGhostDisabledInfo: string;
2335
- borderInfo: string;
2336
- borderHoverInfo: string;
2337
- borderPressedInfo: string;
2338
- borderFocusInfo: string;
2339
- borderDisabledInfo: string;
2340
- rippleColorInfo: string;
2341
- colorSuccess: string;
2342
- colorHoverSuccess: string;
2343
- colorPressedSuccess: string;
2344
- colorFocusSuccess: string;
2345
- colorDisabledSuccess: string;
2346
- textColorSuccess: string;
2347
- textColorHoverSuccess: string;
2348
- textColorPressedSuccess: string;
2349
- textColorFocusSuccess: string;
2350
- textColorDisabledSuccess: string;
2351
- textColorTextSuccess: string;
2352
- textColorTextHoverSuccess: string;
2353
- textColorTextPressedSuccess: string;
2354
- textColorTextFocusSuccess: string;
2355
- textColorTextDisabledSuccess: string;
2356
- textColorGhostSuccess: string;
2357
- textColorGhostHoverSuccess: string;
2358
- textColorGhostPressedSuccess: string;
2359
- textColorGhostFocusSuccess: string;
2360
- textColorGhostDisabledSuccess: string;
2361
- borderSuccess: string;
2362
- borderHoverSuccess: string;
2363
- borderPressedSuccess: string;
2364
- borderFocusSuccess: string;
2365
- borderDisabledSuccess: string;
2366
- rippleColorSuccess: string;
2367
- colorWarning: string;
2368
- colorHoverWarning: string;
2369
- colorPressedWarning: string;
2370
- colorFocusWarning: string;
2371
- colorDisabledWarning: string;
2372
- textColorWarning: string;
2373
- textColorHoverWarning: string;
2374
- textColorPressedWarning: string;
2375
- textColorFocusWarning: string;
2376
- textColorDisabledWarning: string;
2377
- textColorTextWarning: string;
2378
- textColorTextHoverWarning: string;
2379
- textColorTextPressedWarning: string;
2380
- textColorTextFocusWarning: string;
2381
- textColorTextDisabledWarning: string;
2382
- textColorGhostWarning: string;
2383
- textColorGhostHoverWarning: string;
2384
- textColorGhostPressedWarning: string;
2385
- textColorGhostFocusWarning: string;
2386
- textColorGhostDisabledWarning: string;
2387
- borderWarning: string;
2388
- borderHoverWarning: string;
2389
- borderPressedWarning: string;
2390
- borderFocusWarning: string;
2391
- borderDisabledWarning: string;
2392
- rippleColorWarning: string;
2393
- colorError: string;
2394
- colorHoverError: string;
2395
- colorPressedError: string;
2396
- colorFocusError: string;
2397
- colorDisabledError: string;
2398
- textColorError: string;
2399
- textColorHoverError: string;
2400
- textColorPressedError: string;
2401
- textColorFocusError: string;
2402
- textColorDisabledError: string;
2403
- textColorTextError: string;
2404
- textColorTextHoverError: string;
2405
- textColorTextPressedError: string;
2406
- textColorTextFocusError: string;
2407
- textColorTextDisabledError: string;
2408
- textColorGhostError: string;
2409
- textColorGhostHoverError: string;
2410
- textColorGhostPressedError: string;
2411
- textColorGhostFocusError: string;
2412
- textColorGhostDisabledError: string;
2413
- borderError: string;
2414
- borderHoverError: string;
2415
- borderPressedError: string;
2416
- borderFocusError: string;
2417
- borderDisabledError: string;
2418
- rippleColorError: string;
2419
- waveOpacity: string;
2420
- fontWeight: string;
2421
- fontWeightStrong: string;
2422
- paddingTiny: string;
2423
- paddingSmall: string;
2424
- paddingMedium: string;
2425
- paddingLarge: string;
2426
- paddingRoundTiny: string;
2427
- paddingRoundSmall: string;
2428
- paddingRoundMedium: string;
2429
- paddingRoundLarge: string;
2430
- iconMarginTiny: string;
2431
- iconMarginSmall: string;
2432
- iconMarginMedium: string;
2433
- iconMarginLarge: string;
2434
- iconSizeTiny: string;
2435
- iconSizeSmall: string;
2436
- iconSizeMedium: string;
2437
- iconSizeLarge: string;
2438
- rippleDuration: string;
2439
- }, any>>;
2440
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
2441
- heightTiny: string;
2442
- heightSmall: string;
2443
- heightMedium: string;
2444
- heightLarge: string;
2445
- borderRadiusTiny: string;
2446
- borderRadiusSmall: string;
2447
- borderRadiusMedium: string;
2448
- borderRadiusLarge: string;
2449
- fontSizeTiny: string;
2450
- fontSizeSmall: string;
2451
- fontSizeMedium: string;
2452
- fontSizeLarge: string;
2453
- opacityDisabled: string;
2454
- colorOpacitySecondary: string;
2455
- colorOpacitySecondaryHover: string;
2456
- colorOpacitySecondaryPressed: string;
2457
- colorSecondary: string;
2458
- colorSecondaryHover: string;
2459
- colorSecondaryPressed: string;
2460
- colorTertiary: string;
2461
- colorTertiaryHover: string;
2462
- colorTertiaryPressed: string;
2463
- colorQuaternary: string;
2464
- colorQuaternaryHover: string;
2465
- colorQuaternaryPressed: string;
2466
- color: string;
2467
- colorHover: string;
2468
- colorPressed: string;
2469
- colorFocus: string;
2470
- colorDisabled: string;
2471
- textColor: string;
2472
- textColorTertiary: string;
2473
- textColorHover: string;
2474
- textColorPressed: string;
2475
- textColorFocus: string;
2476
- textColorDisabled: string;
2477
- textColorText: string;
2478
- textColorTextHover: string;
2479
- textColorTextPressed: string;
2480
- textColorTextFocus: string;
2481
- textColorTextDisabled: string;
2482
- textColorGhost: string;
2483
- textColorGhostHover: string;
2484
- textColorGhostPressed: string;
2485
- textColorGhostFocus: string;
2486
- textColorGhostDisabled: string;
2487
- border: string;
2488
- borderHover: string;
2489
- borderPressed: string;
2490
- borderFocus: string;
2491
- borderDisabled: string;
2492
- rippleColor: string;
2493
- colorPrimary: string;
2494
- colorHoverPrimary: string;
2495
- colorPressedPrimary: string;
2496
- colorFocusPrimary: string;
2497
- colorDisabledPrimary: string;
2498
- textColorPrimary: string;
2499
- textColorHoverPrimary: string;
2500
- textColorPressedPrimary: string;
2501
- textColorFocusPrimary: string;
2502
- textColorDisabledPrimary: string;
2503
- textColorTextPrimary: string;
2504
- textColorTextHoverPrimary: string;
2505
- textColorTextPressedPrimary: string;
2506
- textColorTextFocusPrimary: string;
2507
- textColorTextDisabledPrimary: string;
2508
- textColorGhostPrimary: string;
2509
- textColorGhostHoverPrimary: string;
2510
- textColorGhostPressedPrimary: string;
2511
- textColorGhostFocusPrimary: string;
2512
- textColorGhostDisabledPrimary: string;
2513
- borderPrimary: string;
2514
- borderHoverPrimary: string;
2515
- borderPressedPrimary: string;
2516
- borderFocusPrimary: string;
2517
- borderDisabledPrimary: string;
2518
- rippleColorPrimary: string;
2519
- colorInfo: string;
2520
- colorHoverInfo: string;
2521
- colorPressedInfo: string;
2522
- colorFocusInfo: string;
2523
- colorDisabledInfo: string;
2524
- textColorInfo: string;
2525
- textColorHoverInfo: string;
2526
- textColorPressedInfo: string;
2527
- textColorFocusInfo: string;
2528
- textColorDisabledInfo: string;
2529
- textColorTextInfo: string;
2530
- textColorTextHoverInfo: string;
2531
- textColorTextPressedInfo: string;
2532
- textColorTextFocusInfo: string;
2533
- textColorTextDisabledInfo: string;
2534
- textColorGhostInfo: string;
2535
- textColorGhostHoverInfo: string;
2536
- textColorGhostPressedInfo: string;
2537
- textColorGhostFocusInfo: string;
2538
- textColorGhostDisabledInfo: string;
2539
- borderInfo: string;
2540
- borderHoverInfo: string;
2541
- borderPressedInfo: string;
2542
- borderFocusInfo: string;
2543
- borderDisabledInfo: string;
2544
- rippleColorInfo: string;
2545
- colorSuccess: string;
2546
- colorHoverSuccess: string;
2547
- colorPressedSuccess: string;
2548
- colorFocusSuccess: string;
2549
- colorDisabledSuccess: string;
2550
- textColorSuccess: string;
2551
- textColorHoverSuccess: string;
2552
- textColorPressedSuccess: string;
2553
- textColorFocusSuccess: string;
2554
- textColorDisabledSuccess: string;
2555
- textColorTextSuccess: string;
2556
- textColorTextHoverSuccess: string;
2557
- textColorTextPressedSuccess: string;
2558
- textColorTextFocusSuccess: string;
2559
- textColorTextDisabledSuccess: string;
2560
- textColorGhostSuccess: string;
2561
- textColorGhostHoverSuccess: string;
2562
- textColorGhostPressedSuccess: string;
2563
- textColorGhostFocusSuccess: string;
2564
- textColorGhostDisabledSuccess: string;
2565
- borderSuccess: string;
2566
- borderHoverSuccess: string;
2567
- borderPressedSuccess: string;
2568
- borderFocusSuccess: string;
2569
- borderDisabledSuccess: string;
2570
- rippleColorSuccess: string;
2571
- colorWarning: string;
2572
- colorHoverWarning: string;
2573
- colorPressedWarning: string;
2574
- colorFocusWarning: string;
2575
- colorDisabledWarning: string;
2576
- textColorWarning: string;
2577
- textColorHoverWarning: string;
2578
- textColorPressedWarning: string;
2579
- textColorFocusWarning: string;
2580
- textColorDisabledWarning: string;
2581
- textColorTextWarning: string;
2582
- textColorTextHoverWarning: string;
2583
- textColorTextPressedWarning: string;
2584
- textColorTextFocusWarning: string;
2585
- textColorTextDisabledWarning: string;
2586
- textColorGhostWarning: string;
2587
- textColorGhostHoverWarning: string;
2588
- textColorGhostPressedWarning: string;
2589
- textColorGhostFocusWarning: string;
2590
- textColorGhostDisabledWarning: string;
2591
- borderWarning: string;
2592
- borderHoverWarning: string;
2593
- borderPressedWarning: string;
2594
- borderFocusWarning: string;
2595
- borderDisabledWarning: string;
2596
- rippleColorWarning: string;
2597
- colorError: string;
2598
- colorHoverError: string;
2599
- colorPressedError: string;
2600
- colorFocusError: string;
2601
- colorDisabledError: string;
2602
- textColorError: string;
2603
- textColorHoverError: string;
2604
- textColorPressedError: string;
2605
- textColorFocusError: string;
2606
- textColorDisabledError: string;
2607
- textColorTextError: string;
2608
- textColorTextHoverError: string;
2609
- textColorTextPressedError: string;
2610
- textColorTextFocusError: string;
2611
- textColorTextDisabledError: string;
2612
- textColorGhostError: string;
2613
- textColorGhostHoverError: string;
2614
- textColorGhostPressedError: string;
2615
- textColorGhostFocusError: string;
2616
- textColorGhostDisabledError: string;
2617
- borderError: string;
2618
- borderHoverError: string;
2619
- borderPressedError: string;
2620
- borderFocusError: string;
2621
- borderDisabledError: string;
2622
- rippleColorError: string;
2623
- waveOpacity: string;
2624
- fontWeight: string;
2625
- fontWeightStrong: string;
2626
- paddingTiny: string;
2627
- paddingSmall: string;
2628
- paddingMedium: string;
2629
- paddingLarge: string;
2630
- paddingRoundTiny: string;
2631
- paddingRoundSmall: string;
2632
- paddingRoundMedium: string;
2633
- paddingRoundLarge: string;
2634
- iconMarginTiny: string;
2635
- iconMarginSmall: string;
2636
- iconMarginMedium: string;
2637
- iconMarginLarge: string;
2638
- iconSizeTiny: string;
2639
- iconSizeSmall: string;
2640
- iconSizeMedium: string;
2641
- iconSizeLarge: string;
2642
- rippleDuration: string;
2643
- }, any>>>;
2644
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
2645
- heightTiny: string;
2646
- heightSmall: string;
2647
- heightMedium: string;
2648
- heightLarge: string;
2649
- borderRadiusTiny: string;
2650
- borderRadiusSmall: string;
2651
- borderRadiusMedium: string;
2652
- borderRadiusLarge: string;
2653
- fontSizeTiny: string;
2654
- fontSizeSmall: string;
2655
- fontSizeMedium: string;
2656
- fontSizeLarge: string;
2657
- opacityDisabled: string;
2658
- colorOpacitySecondary: string;
2659
- colorOpacitySecondaryHover: string;
2660
- colorOpacitySecondaryPressed: string;
2661
- colorSecondary: string;
2662
- colorSecondaryHover: string;
2663
- colorSecondaryPressed: string;
2664
- colorTertiary: string;
2665
- colorTertiaryHover: string;
2666
- colorTertiaryPressed: string;
2667
- colorQuaternary: string;
2668
- colorQuaternaryHover: string;
2669
- colorQuaternaryPressed: string;
2670
- color: string;
2671
- colorHover: string;
2672
- colorPressed: string;
2673
- colorFocus: string;
2674
- colorDisabled: string;
2675
- textColor: string;
2676
- textColorTertiary: string;
2677
- textColorHover: string;
2678
- textColorPressed: string;
2679
- textColorFocus: string;
2680
- textColorDisabled: string;
2681
- textColorText: string;
2682
- textColorTextHover: string;
2683
- textColorTextPressed: string;
2684
- textColorTextFocus: string;
2685
- textColorTextDisabled: string;
2686
- textColorGhost: string;
2687
- textColorGhostHover: string;
2688
- textColorGhostPressed: string;
2689
- textColorGhostFocus: string;
2690
- textColorGhostDisabled: string;
2691
- border: string;
2692
- borderHover: string;
2693
- borderPressed: string;
2694
- borderFocus: string;
2695
- borderDisabled: string;
2696
- rippleColor: string;
2697
- colorPrimary: string;
2698
- colorHoverPrimary: string;
2699
- colorPressedPrimary: string;
2700
- colorFocusPrimary: string;
2701
- colorDisabledPrimary: string;
2702
- textColorPrimary: string;
2703
- textColorHoverPrimary: string;
2704
- textColorPressedPrimary: string;
2705
- textColorFocusPrimary: string;
2706
- textColorDisabledPrimary: string;
2707
- textColorTextPrimary: string;
2708
- textColorTextHoverPrimary: string;
2709
- textColorTextPressedPrimary: string;
2710
- textColorTextFocusPrimary: string;
2711
- textColorTextDisabledPrimary: string;
2712
- textColorGhostPrimary: string;
2713
- textColorGhostHoverPrimary: string;
2714
- textColorGhostPressedPrimary: string;
2715
- textColorGhostFocusPrimary: string;
2716
- textColorGhostDisabledPrimary: string;
2717
- borderPrimary: string;
2718
- borderHoverPrimary: string;
2719
- borderPressedPrimary: string;
2720
- borderFocusPrimary: string;
2721
- borderDisabledPrimary: string;
2722
- rippleColorPrimary: string;
2723
- colorInfo: string;
2724
- colorHoverInfo: string;
2725
- colorPressedInfo: string;
2726
- colorFocusInfo: string;
2727
- colorDisabledInfo: string;
2728
- textColorInfo: string;
2729
- textColorHoverInfo: string;
2730
- textColorPressedInfo: string;
2731
- textColorFocusInfo: string;
2732
- textColorDisabledInfo: string;
2733
- textColorTextInfo: string;
2734
- textColorTextHoverInfo: string;
2735
- textColorTextPressedInfo: string;
2736
- textColorTextFocusInfo: string;
2737
- textColorTextDisabledInfo: string;
2738
- textColorGhostInfo: string;
2739
- textColorGhostHoverInfo: string;
2740
- textColorGhostPressedInfo: string;
2741
- textColorGhostFocusInfo: string;
2742
- textColorGhostDisabledInfo: string;
2743
- borderInfo: string;
2744
- borderHoverInfo: string;
2745
- borderPressedInfo: string;
2746
- borderFocusInfo: string;
2747
- borderDisabledInfo: string;
2748
- rippleColorInfo: string;
2749
- colorSuccess: string;
2750
- colorHoverSuccess: string;
2751
- colorPressedSuccess: string;
2752
- colorFocusSuccess: string;
2753
- colorDisabledSuccess: string;
2754
- textColorSuccess: string;
2755
- textColorHoverSuccess: string;
2756
- textColorPressedSuccess: string;
2757
- textColorFocusSuccess: string;
2758
- textColorDisabledSuccess: string;
2759
- textColorTextSuccess: string;
2760
- textColorTextHoverSuccess: string;
2761
- textColorTextPressedSuccess: string;
2762
- textColorTextFocusSuccess: string;
2763
- textColorTextDisabledSuccess: string;
2764
- textColorGhostSuccess: string;
2765
- textColorGhostHoverSuccess: string;
2766
- textColorGhostPressedSuccess: string;
2767
- textColorGhostFocusSuccess: string;
2768
- textColorGhostDisabledSuccess: string;
2769
- borderSuccess: string;
2770
- borderHoverSuccess: string;
2771
- borderPressedSuccess: string;
2772
- borderFocusSuccess: string;
2773
- borderDisabledSuccess: string;
2774
- rippleColorSuccess: string;
2775
- colorWarning: string;
2776
- colorHoverWarning: string;
2777
- colorPressedWarning: string;
2778
- colorFocusWarning: string;
2779
- colorDisabledWarning: string;
2780
- textColorWarning: string;
2781
- textColorHoverWarning: string;
2782
- textColorPressedWarning: string;
2783
- textColorFocusWarning: string;
2784
- textColorDisabledWarning: string;
2785
- textColorTextWarning: string;
2786
- textColorTextHoverWarning: string;
2787
- textColorTextPressedWarning: string;
2788
- textColorTextFocusWarning: string;
2789
- textColorTextDisabledWarning: string;
2790
- textColorGhostWarning: string;
2791
- textColorGhostHoverWarning: string;
2792
- textColorGhostPressedWarning: string;
2793
- textColorGhostFocusWarning: string;
2794
- textColorGhostDisabledWarning: string;
2795
- borderWarning: string;
2796
- borderHoverWarning: string;
2797
- borderPressedWarning: string;
2798
- borderFocusWarning: string;
2799
- borderDisabledWarning: string;
2800
- rippleColorWarning: string;
2801
- colorError: string;
2802
- colorHoverError: string;
2803
- colorPressedError: string;
2804
- colorFocusError: string;
2805
- colorDisabledError: string;
2806
- textColorError: string;
2807
- textColorHoverError: string;
2808
- textColorPressedError: string;
2809
- textColorFocusError: string;
2810
- textColorDisabledError: string;
2811
- textColorTextError: string;
2812
- textColorTextHoverError: string;
2813
- textColorTextPressedError: string;
2814
- textColorTextFocusError: string;
2815
- textColorTextDisabledError: string;
2816
- textColorGhostError: string;
2817
- textColorGhostHoverError: string;
2818
- textColorGhostPressedError: string;
2819
- textColorGhostFocusError: string;
2820
- textColorGhostDisabledError: string;
2821
- borderError: string;
2822
- borderHoverError: string;
2823
- borderPressedError: string;
2824
- borderFocusError: string;
2825
- borderDisabledError: string;
2826
- rippleColorError: string;
2827
- waveOpacity: string;
2828
- fontWeight: string;
2829
- fontWeightStrong: string;
2830
- paddingTiny: string;
2831
- paddingSmall: string;
2832
- paddingMedium: string;
2833
- paddingLarge: string;
2834
- paddingRoundTiny: string;
2835
- paddingRoundSmall: string;
2836
- paddingRoundMedium: string;
2837
- paddingRoundLarge: string;
2838
- iconMarginTiny: string;
2839
- iconMarginSmall: string;
2840
- iconMarginMedium: string;
2841
- iconMarginLarge: string;
2842
- iconSizeTiny: string;
2843
- iconSizeSmall: string;
2844
- iconSizeMedium: string;
2845
- iconSizeLarge: string;
2846
- rippleDuration: string;
2847
- }, any>>>;
2848
- }, {
2849
- selfElRef: import("vue").Ref<HTMLElement | null>;
2850
- waveElRef: import("vue").Ref<{
2851
- play: () => void;
2852
- } | null>;
2853
- mergedClsPrefix: import("vue").ComputedRef<string>;
2854
- mergedFocusable: import("vue").ComputedRef<boolean>;
2855
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
2856
- showBorder: import("vue").ComputedRef<boolean>;
2857
- enterPressed: import("vue").Ref<boolean>;
2858
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
2859
- handleMousedown: (e: MouseEvent) => void;
2860
- handleKeydown: (e: KeyboardEvent) => void;
2861
- handleBlur: () => void;
2862
- handleKeyup: (e: KeyboardEvent) => void;
2863
- handleClick: (e: MouseEvent) => void;
2864
- customColorCssVars: import("vue").ComputedRef<{
2865
- '--n-border-color': string;
2866
- '--n-border-color-hover': string;
2867
- '--n-border-color-pressed': string;
2868
- '--n-border-color-focus': string;
2869
- '--n-border-color-disabled': string;
2870
- } | null>;
2871
- cssVars: import("vue").ComputedRef<{
2872
- '--n-width': string;
2873
- '--n-height': string;
2874
- '--n-font-size': string;
2875
- '--n-padding': string;
2876
- '--n-icon-size': string;
2877
- '--n-icon-margin': string;
2878
- '--n-border-radius': string;
2879
- '--n-border': string;
2880
- '--n-border-hover': string;
2881
- '--n-border-pressed': string;
2882
- '--n-border-focus': string;
2883
- '--n-border-disabled': string;
2884
- '--n-color': string;
2885
- '--n-color-hover': string;
2886
- '--n-color-pressed': string;
2887
- '--n-color-focus': string;
2888
- '--n-color-disabled': string;
2889
- '--n-ripple-color': string;
2890
- '--n-text-color': string;
2891
- '--n-text-color-hover': string;
2892
- '--n-text-color-pressed': string;
2893
- '--n-text-color-focus': string;
2894
- '--n-text-color-disabled': string;
2895
- 'font-weight': string;
2896
- '--n-bezier': string;
2897
- '--n-bezier-ease-out': string;
2898
- '--n-ripple-duration': string;
2899
- '--n-opacity-disabled': string;
2900
- '--n-wave-opacity': string;
2901
- }> | undefined;
2902
- themeClass: import("vue").Ref<string> | undefined;
2903
- onRender: (() => void) | undefined;
2904
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2905
- readonly color: StringConstructor;
2906
- readonly textColor: StringConstructor;
2907
- readonly text: BooleanConstructor;
2908
- readonly block: BooleanConstructor;
2909
- readonly loading: BooleanConstructor;
2910
- readonly disabled: BooleanConstructor;
2911
- readonly circle: BooleanConstructor;
2912
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
2913
- readonly ghost: BooleanConstructor;
2914
- readonly round: BooleanConstructor;
2915
- readonly secondary: BooleanConstructor;
2916
- readonly tertiary: BooleanConstructor;
2917
- readonly quaternary: BooleanConstructor;
2918
- readonly strong: BooleanConstructor;
2919
- readonly focusable: {
2920
- readonly type: BooleanConstructor;
2921
- readonly default: true;
2922
- };
2923
- readonly keyboard: {
2924
- readonly type: BooleanConstructor;
2925
- readonly default: true;
2926
- };
2927
- readonly tag: {
2928
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
2929
- readonly default: "button";
2930
- };
2931
- readonly type: {
2932
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
2933
- readonly default: "default";
2934
- };
2935
- readonly dashed: BooleanConstructor;
2936
- readonly iconPlacement: {
2937
- readonly type: import("vue").PropType<"left" | "right">;
2938
- readonly default: "left";
2939
- };
2940
- readonly attrType: {
2941
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
2942
- readonly default: "button";
2943
- };
2944
- readonly bordered: {
2945
- readonly type: BooleanConstructor;
2946
- readonly default: true;
2947
- };
2948
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2949
- readonly nativeFocusBehavior: {
2950
- readonly type: BooleanConstructor;
2951
- readonly default: boolean;
2952
- };
2953
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
2954
- heightTiny: string;
2955
- heightSmall: string;
2956
- heightMedium: string;
2957
- heightLarge: string;
2958
- borderRadiusTiny: string;
2959
- borderRadiusSmall: string;
2960
- borderRadiusMedium: string;
2961
- borderRadiusLarge: string;
2962
- fontSizeTiny: string;
2963
- fontSizeSmall: string;
2964
- fontSizeMedium: string;
2965
- fontSizeLarge: string;
2966
- opacityDisabled: string;
2967
- colorOpacitySecondary: string;
2968
- colorOpacitySecondaryHover: string;
2969
- colorOpacitySecondaryPressed: string;
2970
- colorSecondary: string;
2971
- colorSecondaryHover: string;
2972
- colorSecondaryPressed: string;
2973
- colorTertiary: string;
2974
- colorTertiaryHover: string;
2975
- colorTertiaryPressed: string;
2976
- colorQuaternary: string;
2977
- colorQuaternaryHover: string;
2978
- colorQuaternaryPressed: string;
2979
- color: string;
2980
- colorHover: string;
2981
- colorPressed: string;
2982
- colorFocus: string;
2983
- colorDisabled: string;
2984
- textColor: string;
2985
- textColorTertiary: string;
2986
- textColorHover: string;
2987
- textColorPressed: string;
2988
- textColorFocus: string;
2989
- textColorDisabled: string;
2990
- textColorText: string;
2991
- textColorTextHover: string;
2992
- textColorTextPressed: string;
2993
- textColorTextFocus: string;
2994
- textColorTextDisabled: string;
2995
- textColorGhost: string;
2996
- textColorGhostHover: string;
2997
- textColorGhostPressed: string;
2998
- textColorGhostFocus: string;
2999
- textColorGhostDisabled: string;
3000
- border: string;
3001
- borderHover: string;
3002
- borderPressed: string;
3003
- borderFocus: string;
3004
- borderDisabled: string;
3005
- rippleColor: string;
3006
- colorPrimary: string;
3007
- colorHoverPrimary: string;
3008
- colorPressedPrimary: string;
3009
- colorFocusPrimary: string;
3010
- colorDisabledPrimary: string;
3011
- textColorPrimary: string;
3012
- textColorHoverPrimary: string;
3013
- textColorPressedPrimary: string;
3014
- textColorFocusPrimary: string;
3015
- textColorDisabledPrimary: string;
3016
- textColorTextPrimary: string;
3017
- textColorTextHoverPrimary: string;
3018
- textColorTextPressedPrimary: string;
3019
- textColorTextFocusPrimary: string;
3020
- textColorTextDisabledPrimary: string;
3021
- textColorGhostPrimary: string;
3022
- textColorGhostHoverPrimary: string;
3023
- textColorGhostPressedPrimary: string;
3024
- textColorGhostFocusPrimary: string;
3025
- textColorGhostDisabledPrimary: string;
3026
- borderPrimary: string;
3027
- borderHoverPrimary: string;
3028
- borderPressedPrimary: string;
3029
- borderFocusPrimary: string;
3030
- borderDisabledPrimary: string;
3031
- rippleColorPrimary: string;
3032
- colorInfo: string;
3033
- colorHoverInfo: string;
3034
- colorPressedInfo: string;
3035
- colorFocusInfo: string;
3036
- colorDisabledInfo: string;
3037
- textColorInfo: string;
3038
- textColorHoverInfo: string;
3039
- textColorPressedInfo: string;
3040
- textColorFocusInfo: string;
3041
- textColorDisabledInfo: string;
3042
- textColorTextInfo: string;
3043
- textColorTextHoverInfo: string;
3044
- textColorTextPressedInfo: string;
3045
- textColorTextFocusInfo: string;
3046
- textColorTextDisabledInfo: string;
3047
- textColorGhostInfo: string;
3048
- textColorGhostHoverInfo: string;
3049
- textColorGhostPressedInfo: string;
3050
- textColorGhostFocusInfo: string;
3051
- textColorGhostDisabledInfo: string;
3052
- borderInfo: string;
3053
- borderHoverInfo: string;
3054
- borderPressedInfo: string;
3055
- borderFocusInfo: string;
3056
- borderDisabledInfo: string;
3057
- rippleColorInfo: string;
3058
- colorSuccess: string;
3059
- colorHoverSuccess: string;
3060
- colorPressedSuccess: string;
3061
- colorFocusSuccess: string;
3062
- colorDisabledSuccess: string;
3063
- textColorSuccess: string;
3064
- textColorHoverSuccess: string;
3065
- textColorPressedSuccess: string;
3066
- textColorFocusSuccess: string;
3067
- textColorDisabledSuccess: string;
3068
- textColorTextSuccess: string;
3069
- textColorTextHoverSuccess: string;
3070
- textColorTextPressedSuccess: string;
3071
- textColorTextFocusSuccess: string;
3072
- textColorTextDisabledSuccess: string;
3073
- textColorGhostSuccess: string;
3074
- textColorGhostHoverSuccess: string;
3075
- textColorGhostPressedSuccess: string;
3076
- textColorGhostFocusSuccess: string;
3077
- textColorGhostDisabledSuccess: string;
3078
- borderSuccess: string;
3079
- borderHoverSuccess: string;
3080
- borderPressedSuccess: string;
3081
- borderFocusSuccess: string;
3082
- borderDisabledSuccess: string;
3083
- rippleColorSuccess: string;
3084
- colorWarning: string;
3085
- colorHoverWarning: string;
3086
- colorPressedWarning: string;
3087
- colorFocusWarning: string;
3088
- colorDisabledWarning: string;
3089
- textColorWarning: string;
3090
- textColorHoverWarning: string;
3091
- textColorPressedWarning: string;
3092
- textColorFocusWarning: string;
3093
- textColorDisabledWarning: string;
3094
- textColorTextWarning: string;
3095
- textColorTextHoverWarning: string;
3096
- textColorTextPressedWarning: string;
3097
- textColorTextFocusWarning: string;
3098
- textColorTextDisabledWarning: string;
3099
- textColorGhostWarning: string;
3100
- textColorGhostHoverWarning: string;
3101
- textColorGhostPressedWarning: string;
3102
- textColorGhostFocusWarning: string;
3103
- textColorGhostDisabledWarning: string;
3104
- borderWarning: string;
3105
- borderHoverWarning: string;
3106
- borderPressedWarning: string;
3107
- borderFocusWarning: string;
3108
- borderDisabledWarning: string;
3109
- rippleColorWarning: string;
3110
- colorError: string;
3111
- colorHoverError: string;
3112
- colorPressedError: string;
3113
- colorFocusError: string;
3114
- colorDisabledError: string;
3115
- textColorError: string;
3116
- textColorHoverError: string;
3117
- textColorPressedError: string;
3118
- textColorFocusError: string;
3119
- textColorDisabledError: string;
3120
- textColorTextError: string;
3121
- textColorTextHoverError: string;
3122
- textColorTextPressedError: string;
3123
- textColorTextFocusError: string;
3124
- textColorTextDisabledError: string;
3125
- textColorGhostError: string;
3126
- textColorGhostHoverError: string;
3127
- textColorGhostPressedError: string;
3128
- textColorGhostFocusError: string;
3129
- textColorGhostDisabledError: string;
3130
- borderError: string;
3131
- borderHoverError: string;
3132
- borderPressedError: string;
3133
- borderFocusError: string;
3134
- borderDisabledError: string;
3135
- rippleColorError: string;
3136
- waveOpacity: string;
3137
- fontWeight: string;
3138
- fontWeightStrong: string;
3139
- paddingTiny: string;
3140
- paddingSmall: string;
3141
- paddingMedium: string;
3142
- paddingLarge: string;
3143
- paddingRoundTiny: string;
3144
- paddingRoundSmall: string;
3145
- paddingRoundMedium: string;
3146
- paddingRoundLarge: string;
3147
- iconMarginTiny: string;
3148
- iconMarginSmall: string;
3149
- iconMarginMedium: string;
3150
- iconMarginLarge: string;
3151
- iconSizeTiny: string;
3152
- iconSizeSmall: string;
3153
- iconSizeMedium: string;
3154
- iconSizeLarge: string;
3155
- rippleDuration: string;
3156
- }, any>>;
3157
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
3158
- heightTiny: string;
3159
- heightSmall: string;
3160
- heightMedium: string;
3161
- heightLarge: string;
3162
- borderRadiusTiny: string;
3163
- borderRadiusSmall: string;
3164
- borderRadiusMedium: string;
3165
- borderRadiusLarge: string;
3166
- fontSizeTiny: string;
3167
- fontSizeSmall: string;
3168
- fontSizeMedium: string;
3169
- fontSizeLarge: string;
3170
- opacityDisabled: string;
3171
- colorOpacitySecondary: string;
3172
- colorOpacitySecondaryHover: string;
3173
- colorOpacitySecondaryPressed: string;
3174
- colorSecondary: string;
3175
- colorSecondaryHover: string;
3176
- colorSecondaryPressed: string;
3177
- colorTertiary: string;
3178
- colorTertiaryHover: string;
3179
- colorTertiaryPressed: string;
3180
- colorQuaternary: string;
3181
- colorQuaternaryHover: string;
3182
- colorQuaternaryPressed: string;
3183
- color: string;
3184
- colorHover: string;
3185
- colorPressed: string;
3186
- colorFocus: string;
3187
- colorDisabled: string;
3188
- textColor: string;
3189
- textColorTertiary: string;
3190
- textColorHover: string;
3191
- textColorPressed: string;
3192
- textColorFocus: string;
3193
- textColorDisabled: string;
3194
- textColorText: string;
3195
- textColorTextHover: string;
3196
- textColorTextPressed: string;
3197
- textColorTextFocus: string;
3198
- textColorTextDisabled: string;
3199
- textColorGhost: string;
3200
- textColorGhostHover: string;
3201
- textColorGhostPressed: string;
3202
- textColorGhostFocus: string;
3203
- textColorGhostDisabled: string;
3204
- border: string;
3205
- borderHover: string;
3206
- borderPressed: string;
3207
- borderFocus: string;
3208
- borderDisabled: string;
3209
- rippleColor: string;
3210
- colorPrimary: string;
3211
- colorHoverPrimary: string;
3212
- colorPressedPrimary: string;
3213
- colorFocusPrimary: string;
3214
- colorDisabledPrimary: string;
3215
- textColorPrimary: string;
3216
- textColorHoverPrimary: string;
3217
- textColorPressedPrimary: string;
3218
- textColorFocusPrimary: string;
3219
- textColorDisabledPrimary: string;
3220
- textColorTextPrimary: string;
3221
- textColorTextHoverPrimary: string;
3222
- textColorTextPressedPrimary: string;
3223
- textColorTextFocusPrimary: string;
3224
- textColorTextDisabledPrimary: string;
3225
- textColorGhostPrimary: string;
3226
- textColorGhostHoverPrimary: string;
3227
- textColorGhostPressedPrimary: string;
3228
- textColorGhostFocusPrimary: string;
3229
- textColorGhostDisabledPrimary: string;
3230
- borderPrimary: string;
3231
- borderHoverPrimary: string;
3232
- borderPressedPrimary: string;
3233
- borderFocusPrimary: string;
3234
- borderDisabledPrimary: string;
3235
- rippleColorPrimary: string;
3236
- colorInfo: string;
3237
- colorHoverInfo: string;
3238
- colorPressedInfo: string;
3239
- colorFocusInfo: string;
3240
- colorDisabledInfo: string;
3241
- textColorInfo: string;
3242
- textColorHoverInfo: string;
3243
- textColorPressedInfo: string;
3244
- textColorFocusInfo: string;
3245
- textColorDisabledInfo: string;
3246
- textColorTextInfo: string;
3247
- textColorTextHoverInfo: string;
3248
- textColorTextPressedInfo: string;
3249
- textColorTextFocusInfo: string;
3250
- textColorTextDisabledInfo: string;
3251
- textColorGhostInfo: string;
3252
- textColorGhostHoverInfo: string;
3253
- textColorGhostPressedInfo: string;
3254
- textColorGhostFocusInfo: string;
3255
- textColorGhostDisabledInfo: string;
3256
- borderInfo: string;
3257
- borderHoverInfo: string;
3258
- borderPressedInfo: string;
3259
- borderFocusInfo: string;
3260
- borderDisabledInfo: string;
3261
- rippleColorInfo: string;
3262
- colorSuccess: string;
3263
- colorHoverSuccess: string;
3264
- colorPressedSuccess: string;
3265
- colorFocusSuccess: string;
3266
- colorDisabledSuccess: string;
3267
- textColorSuccess: string;
3268
- textColorHoverSuccess: string;
3269
- textColorPressedSuccess: string;
3270
- textColorFocusSuccess: string;
3271
- textColorDisabledSuccess: string;
3272
- textColorTextSuccess: string;
3273
- textColorTextHoverSuccess: string;
3274
- textColorTextPressedSuccess: string;
3275
- textColorTextFocusSuccess: string;
3276
- textColorTextDisabledSuccess: string;
3277
- textColorGhostSuccess: string;
3278
- textColorGhostHoverSuccess: string;
3279
- textColorGhostPressedSuccess: string;
3280
- textColorGhostFocusSuccess: string;
3281
- textColorGhostDisabledSuccess: string;
3282
- borderSuccess: string;
3283
- borderHoverSuccess: string;
3284
- borderPressedSuccess: string;
3285
- borderFocusSuccess: string;
3286
- borderDisabledSuccess: string;
3287
- rippleColorSuccess: string;
3288
- colorWarning: string;
3289
- colorHoverWarning: string;
3290
- colorPressedWarning: string;
3291
- colorFocusWarning: string;
3292
- colorDisabledWarning: string;
3293
- textColorWarning: string;
3294
- textColorHoverWarning: string;
3295
- textColorPressedWarning: string;
3296
- textColorFocusWarning: string;
3297
- textColorDisabledWarning: string;
3298
- textColorTextWarning: string;
3299
- textColorTextHoverWarning: string;
3300
- textColorTextPressedWarning: string;
3301
- textColorTextFocusWarning: string;
3302
- textColorTextDisabledWarning: string;
3303
- textColorGhostWarning: string;
3304
- textColorGhostHoverWarning: string;
3305
- textColorGhostPressedWarning: string;
3306
- textColorGhostFocusWarning: string;
3307
- textColorGhostDisabledWarning: string;
3308
- borderWarning: string;
3309
- borderHoverWarning: string;
3310
- borderPressedWarning: string;
3311
- borderFocusWarning: string;
3312
- borderDisabledWarning: string;
3313
- rippleColorWarning: string;
3314
- colorError: string;
3315
- colorHoverError: string;
3316
- colorPressedError: string;
3317
- colorFocusError: string;
3318
- colorDisabledError: string;
3319
- textColorError: string;
3320
- textColorHoverError: string;
3321
- textColorPressedError: string;
3322
- textColorFocusError: string;
3323
- textColorDisabledError: string;
3324
- textColorTextError: string;
3325
- textColorTextHoverError: string;
3326
- textColorTextPressedError: string;
3327
- textColorTextFocusError: string;
3328
- textColorTextDisabledError: string;
3329
- textColorGhostError: string;
3330
- textColorGhostHoverError: string;
3331
- textColorGhostPressedError: string;
3332
- textColorGhostFocusError: string;
3333
- textColorGhostDisabledError: string;
3334
- borderError: string;
3335
- borderHoverError: string;
3336
- borderPressedError: string;
3337
- borderFocusError: string;
3338
- borderDisabledError: string;
3339
- rippleColorError: string;
3340
- waveOpacity: string;
3341
- fontWeight: string;
3342
- fontWeightStrong: string;
3343
- paddingTiny: string;
3344
- paddingSmall: string;
3345
- paddingMedium: string;
3346
- paddingLarge: string;
3347
- paddingRoundTiny: string;
3348
- paddingRoundSmall: string;
3349
- paddingRoundMedium: string;
3350
- paddingRoundLarge: string;
3351
- iconMarginTiny: string;
3352
- iconMarginSmall: string;
3353
- iconMarginMedium: string;
3354
- iconMarginLarge: string;
3355
- iconSizeTiny: string;
3356
- iconSizeSmall: string;
3357
- iconSizeMedium: string;
3358
- iconSizeLarge: string;
3359
- rippleDuration: string;
3360
- }, any>>>;
3361
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
3362
- heightTiny: string;
3363
- heightSmall: string;
3364
- heightMedium: string;
3365
- heightLarge: string;
3366
- borderRadiusTiny: string;
3367
- borderRadiusSmall: string;
3368
- borderRadiusMedium: string;
3369
- borderRadiusLarge: string;
3370
- fontSizeTiny: string;
3371
- fontSizeSmall: string;
3372
- fontSizeMedium: string;
3373
- fontSizeLarge: string;
3374
- opacityDisabled: string;
3375
- colorOpacitySecondary: string;
3376
- colorOpacitySecondaryHover: string;
3377
- colorOpacitySecondaryPressed: string;
3378
- colorSecondary: string;
3379
- colorSecondaryHover: string;
3380
- colorSecondaryPressed: string;
3381
- colorTertiary: string;
3382
- colorTertiaryHover: string;
3383
- colorTertiaryPressed: string;
3384
- colorQuaternary: string;
3385
- colorQuaternaryHover: string;
3386
- colorQuaternaryPressed: string;
3387
- color: string;
3388
- colorHover: string;
3389
- colorPressed: string;
3390
- colorFocus: string;
3391
- colorDisabled: string;
3392
- textColor: string;
3393
- textColorTertiary: string;
3394
- textColorHover: string;
3395
- textColorPressed: string;
3396
- textColorFocus: string;
3397
- textColorDisabled: string;
3398
- textColorText: string;
3399
- textColorTextHover: string;
3400
- textColorTextPressed: string;
3401
- textColorTextFocus: string;
3402
- textColorTextDisabled: string;
3403
- textColorGhost: string;
3404
- textColorGhostHover: string;
3405
- textColorGhostPressed: string;
3406
- textColorGhostFocus: string;
3407
- textColorGhostDisabled: string;
3408
- border: string;
3409
- borderHover: string;
3410
- borderPressed: string;
3411
- borderFocus: string;
3412
- borderDisabled: string;
3413
- rippleColor: string;
3414
- colorPrimary: string;
3415
- colorHoverPrimary: string;
3416
- colorPressedPrimary: string;
3417
- colorFocusPrimary: string;
3418
- colorDisabledPrimary: string;
3419
- textColorPrimary: string;
3420
- textColorHoverPrimary: string;
3421
- textColorPressedPrimary: string;
3422
- textColorFocusPrimary: string;
3423
- textColorDisabledPrimary: string;
3424
- textColorTextPrimary: string;
3425
- textColorTextHoverPrimary: string;
3426
- textColorTextPressedPrimary: string;
3427
- textColorTextFocusPrimary: string;
3428
- textColorTextDisabledPrimary: string;
3429
- textColorGhostPrimary: string;
3430
- textColorGhostHoverPrimary: string;
3431
- textColorGhostPressedPrimary: string;
3432
- textColorGhostFocusPrimary: string;
3433
- textColorGhostDisabledPrimary: string;
3434
- borderPrimary: string;
3435
- borderHoverPrimary: string;
3436
- borderPressedPrimary: string;
3437
- borderFocusPrimary: string;
3438
- borderDisabledPrimary: string;
3439
- rippleColorPrimary: string;
3440
- colorInfo: string;
3441
- colorHoverInfo: string;
3442
- colorPressedInfo: string;
3443
- colorFocusInfo: string;
3444
- colorDisabledInfo: string;
3445
- textColorInfo: string;
3446
- textColorHoverInfo: string;
3447
- textColorPressedInfo: string;
3448
- textColorFocusInfo: string;
3449
- textColorDisabledInfo: string;
3450
- textColorTextInfo: string;
3451
- textColorTextHoverInfo: string;
3452
- textColorTextPressedInfo: string;
3453
- textColorTextFocusInfo: string;
3454
- textColorTextDisabledInfo: string;
3455
- textColorGhostInfo: string;
3456
- textColorGhostHoverInfo: string;
3457
- textColorGhostPressedInfo: string;
3458
- textColorGhostFocusInfo: string;
3459
- textColorGhostDisabledInfo: string;
3460
- borderInfo: string;
3461
- borderHoverInfo: string;
3462
- borderPressedInfo: string;
3463
- borderFocusInfo: string;
3464
- borderDisabledInfo: string;
3465
- rippleColorInfo: string;
3466
- colorSuccess: string;
3467
- colorHoverSuccess: string;
3468
- colorPressedSuccess: string;
3469
- colorFocusSuccess: string;
3470
- colorDisabledSuccess: string;
3471
- textColorSuccess: string;
3472
- textColorHoverSuccess: string;
3473
- textColorPressedSuccess: string;
3474
- textColorFocusSuccess: string;
3475
- textColorDisabledSuccess: string;
3476
- textColorTextSuccess: string;
3477
- textColorTextHoverSuccess: string;
3478
- textColorTextPressedSuccess: string;
3479
- textColorTextFocusSuccess: string;
3480
- textColorTextDisabledSuccess: string;
3481
- textColorGhostSuccess: string;
3482
- textColorGhostHoverSuccess: string;
3483
- textColorGhostPressedSuccess: string;
3484
- textColorGhostFocusSuccess: string;
3485
- textColorGhostDisabledSuccess: string;
3486
- borderSuccess: string;
3487
- borderHoverSuccess: string;
3488
- borderPressedSuccess: string;
3489
- borderFocusSuccess: string;
3490
- borderDisabledSuccess: string;
3491
- rippleColorSuccess: string;
3492
- colorWarning: string;
3493
- colorHoverWarning: string;
3494
- colorPressedWarning: string;
3495
- colorFocusWarning: string;
3496
- colorDisabledWarning: string;
3497
- textColorWarning: string;
3498
- textColorHoverWarning: string;
3499
- textColorPressedWarning: string;
3500
- textColorFocusWarning: string;
3501
- textColorDisabledWarning: string;
3502
- textColorTextWarning: string;
3503
- textColorTextHoverWarning: string;
3504
- textColorTextPressedWarning: string;
3505
- textColorTextFocusWarning: string;
3506
- textColorTextDisabledWarning: string;
3507
- textColorGhostWarning: string;
3508
- textColorGhostHoverWarning: string;
3509
- textColorGhostPressedWarning: string;
3510
- textColorGhostFocusWarning: string;
3511
- textColorGhostDisabledWarning: string;
3512
- borderWarning: string;
3513
- borderHoverWarning: string;
3514
- borderPressedWarning: string;
3515
- borderFocusWarning: string;
3516
- borderDisabledWarning: string;
3517
- rippleColorWarning: string;
3518
- colorError: string;
3519
- colorHoverError: string;
3520
- colorPressedError: string;
3521
- colorFocusError: string;
3522
- colorDisabledError: string;
3523
- textColorError: string;
3524
- textColorHoverError: string;
3525
- textColorPressedError: string;
3526
- textColorFocusError: string;
3527
- textColorDisabledError: string;
3528
- textColorTextError: string;
3529
- textColorTextHoverError: string;
3530
- textColorTextPressedError: string;
3531
- textColorTextFocusError: string;
3532
- textColorTextDisabledError: string;
3533
- textColorGhostError: string;
3534
- textColorGhostHoverError: string;
3535
- textColorGhostPressedError: string;
3536
- textColorGhostFocusError: string;
3537
- textColorGhostDisabledError: string;
3538
- borderError: string;
3539
- borderHoverError: string;
3540
- borderPressedError: string;
3541
- borderFocusError: string;
3542
- borderDisabledError: string;
3543
- rippleColorError: string;
3544
- waveOpacity: string;
3545
- fontWeight: string;
3546
- fontWeightStrong: string;
3547
- paddingTiny: string;
3548
- paddingSmall: string;
3549
- paddingMedium: string;
3550
- paddingLarge: string;
3551
- paddingRoundTiny: string;
3552
- paddingRoundSmall: string;
3553
- paddingRoundMedium: string;
3554
- paddingRoundLarge: string;
3555
- iconMarginTiny: string;
3556
- iconMarginSmall: string;
3557
- iconMarginMedium: string;
3558
- iconMarginLarge: string;
3559
- iconSizeTiny: string;
3560
- iconSizeSmall: string;
3561
- iconSizeMedium: string;
3562
- iconSizeLarge: string;
3563
- rippleDuration: string;
3564
- }, any>>>;
3565
- }>>, {
3566
- readonly type: import("naive-ui/es/button/src/interface").Type;
3567
- readonly tag: keyof HTMLElementTagNameMap;
3568
- readonly block: boolean;
3569
- readonly round: boolean;
3570
- readonly dashed: boolean;
3571
- readonly text: boolean;
3572
- readonly circle: boolean;
3573
- readonly disabled: boolean;
3574
- readonly focusable: boolean;
3575
- readonly strong: boolean;
3576
- readonly loading: boolean;
3577
- readonly bordered: boolean;
3578
- readonly tertiary: boolean;
3579
- readonly ghost: boolean;
3580
- readonly keyboard: boolean;
3581
- readonly secondary: boolean;
3582
- readonly quaternary: boolean;
3583
- readonly iconPlacement: "left" | "right";
3584
- readonly attrType: "button" | "reset" | "submit";
3585
- readonly nativeFocusBehavior: boolean;
3586
- }>;
3587
- NForm: import("vue").DefineComponent<{
3588
- readonly inline: BooleanConstructor;
3589
- readonly labelWidth: import("vue").PropType<string | number>;
3590
- readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
3591
- readonly labelPlacement: {
3592
- readonly type: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
3593
- readonly default: "top";
3594
- };
3595
- readonly model: {
3596
- readonly type: import("vue").PropType<Record<string, any>>;
3597
- readonly default: () => void;
3598
- };
3599
- readonly rules: import("vue").PropType<import("naive-ui").FormRules>;
3600
- readonly disabled: BooleanConstructor;
3601
- readonly size: import("vue").PropType<import("naive-ui/es/form/src/interface").Size>;
3602
- readonly showRequireMark: {
3603
- readonly type: import("vue").PropType<boolean | undefined>;
3604
- readonly default: undefined;
3605
- };
3606
- readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
3607
- readonly showFeedback: {
3608
- readonly type: BooleanConstructor;
3609
- readonly default: true;
3610
- };
3611
- readonly onSubmit: {
3612
- readonly type: import("vue").PropType<(e: Event) => void>;
3613
- readonly default: (e: Event) => void;
3614
- };
3615
- readonly showLabel: {
3616
- readonly type: import("vue").PropType<boolean | undefined>;
3617
- readonly default: undefined;
3618
- };
3619
- readonly validateMessages: import("vue").PropType<Partial<import("naive-ui/es/form/src/interface").FormValidateMessages>>;
3620
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
3621
- blankHeightSmall: string;
3622
- blankHeightMedium: string;
3623
- blankHeightLarge: string;
3624
- lineHeight: string;
3625
- labelTextColor: string;
3626
- asteriskColor: string;
3627
- feedbackTextColorError: string;
3628
- feedbackTextColorWarning: string;
3629
- feedbackTextColor: string;
3630
- feedbackPadding: string;
3631
- feedbackHeightSmall: string;
3632
- feedbackHeightMedium: string;
3633
- feedbackHeightLarge: string;
3634
- feedbackFontSizeSmall: string;
3635
- feedbackFontSizeMedium: string;
3636
- feedbackFontSizeLarge: string;
3637
- labelFontSizeLeftSmall: string;
3638
- labelFontSizeLeftMedium: string;
3639
- labelFontSizeLeftLarge: string;
3640
- labelFontSizeTopSmall: string;
3641
- labelFontSizeTopMedium: string;
3642
- labelFontSizeTopLarge: string;
3643
- labelHeightSmall: string;
3644
- labelHeightMedium: string;
3645
- labelHeightLarge: string;
3646
- labelPaddingVertical: string;
3647
- labelPaddingHorizontal: string;
3648
- labelTextAlignVertical: string;
3649
- labelTextAlignHorizontal: string;
3650
- }, any>>;
3651
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3652
- blankHeightSmall: string;
3653
- blankHeightMedium: string;
3654
- blankHeightLarge: string;
3655
- lineHeight: string;
3656
- labelTextColor: string;
3657
- asteriskColor: string;
3658
- feedbackTextColorError: string;
3659
- feedbackTextColorWarning: string;
3660
- feedbackTextColor: string;
3661
- feedbackPadding: string;
3662
- feedbackHeightSmall: string;
3663
- feedbackHeightMedium: string;
3664
- feedbackHeightLarge: string;
3665
- feedbackFontSizeSmall: string;
3666
- feedbackFontSizeMedium: string;
3667
- feedbackFontSizeLarge: string;
3668
- labelFontSizeLeftSmall: string;
3669
- labelFontSizeLeftMedium: string;
3670
- labelFontSizeLeftLarge: string;
3671
- labelFontSizeTopSmall: string;
3672
- labelFontSizeTopMedium: string;
3673
- labelFontSizeTopLarge: string;
3674
- labelHeightSmall: string;
3675
- labelHeightMedium: string;
3676
- labelHeightLarge: string;
3677
- labelPaddingVertical: string;
3678
- labelPaddingHorizontal: string;
3679
- labelTextAlignVertical: string;
3680
- labelTextAlignHorizontal: string;
3681
- }, any>>>;
3682
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3683
- blankHeightSmall: string;
3684
- blankHeightMedium: string;
3685
- blankHeightLarge: string;
3686
- lineHeight: string;
3687
- labelTextColor: string;
3688
- asteriskColor: string;
3689
- feedbackTextColorError: string;
3690
- feedbackTextColorWarning: string;
3691
- feedbackTextColor: string;
3692
- feedbackPadding: string;
3693
- feedbackHeightSmall: string;
3694
- feedbackHeightMedium: string;
3695
- feedbackHeightLarge: string;
3696
- feedbackFontSizeSmall: string;
3697
- feedbackFontSizeMedium: string;
3698
- feedbackFontSizeLarge: string;
3699
- labelFontSizeLeftSmall: string;
3700
- labelFontSizeLeftMedium: string;
3701
- labelFontSizeLeftLarge: string;
3702
- labelFontSizeTopSmall: string;
3703
- labelFontSizeTopMedium: string;
3704
- labelFontSizeTopLarge: string;
3705
- labelHeightSmall: string;
3706
- labelHeightMedium: string;
3707
- labelHeightLarge: string;
3708
- labelPaddingVertical: string;
3709
- labelPaddingHorizontal: string;
3710
- labelTextAlignVertical: string;
3711
- labelTextAlignHorizontal: string;
3712
- }, any>>>;
3713
- }, import("naive-ui").FormInst & {
3714
- mergedClsPrefix: import("vue").ComputedRef<string>;
3715
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3716
- readonly inline: BooleanConstructor;
3717
- readonly labelWidth: import("vue").PropType<string | number>;
3718
- readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
3719
- readonly labelPlacement: {
3720
- readonly type: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
3721
- readonly default: "top";
3722
- };
3723
- readonly model: {
3724
- readonly type: import("vue").PropType<Record<string, any>>;
3725
- readonly default: () => void;
3726
- };
3727
- readonly rules: import("vue").PropType<import("naive-ui").FormRules>;
3728
- readonly disabled: BooleanConstructor;
3729
- readonly size: import("vue").PropType<import("naive-ui/es/form/src/interface").Size>;
3730
- readonly showRequireMark: {
3731
- readonly type: import("vue").PropType<boolean | undefined>;
3732
- readonly default: undefined;
3733
- };
3734
- readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
3735
- readonly showFeedback: {
3736
- readonly type: BooleanConstructor;
3737
- readonly default: true;
3738
- };
3739
- readonly onSubmit: {
3740
- readonly type: import("vue").PropType<(e: Event) => void>;
3741
- readonly default: (e: Event) => void;
3742
- };
3743
- readonly showLabel: {
3744
- readonly type: import("vue").PropType<boolean | undefined>;
3745
- readonly default: undefined;
3746
- };
3747
- readonly validateMessages: import("vue").PropType<Partial<import("naive-ui/es/form/src/interface").FormValidateMessages>>;
3748
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
3749
- blankHeightSmall: string;
3750
- blankHeightMedium: string;
3751
- blankHeightLarge: string;
3752
- lineHeight: string;
3753
- labelTextColor: string;
3754
- asteriskColor: string;
3755
- feedbackTextColorError: string;
3756
- feedbackTextColorWarning: string;
3757
- feedbackTextColor: string;
3758
- feedbackPadding: string;
3759
- feedbackHeightSmall: string;
3760
- feedbackHeightMedium: string;
3761
- feedbackHeightLarge: string;
3762
- feedbackFontSizeSmall: string;
3763
- feedbackFontSizeMedium: string;
3764
- feedbackFontSizeLarge: string;
3765
- labelFontSizeLeftSmall: string;
3766
- labelFontSizeLeftMedium: string;
3767
- labelFontSizeLeftLarge: string;
3768
- labelFontSizeTopSmall: string;
3769
- labelFontSizeTopMedium: string;
3770
- labelFontSizeTopLarge: string;
3771
- labelHeightSmall: string;
3772
- labelHeightMedium: string;
3773
- labelHeightLarge: string;
3774
- labelPaddingVertical: string;
3775
- labelPaddingHorizontal: string;
3776
- labelTextAlignVertical: string;
3777
- labelTextAlignHorizontal: string;
3778
- }, any>>;
3779
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3780
- blankHeightSmall: string;
3781
- blankHeightMedium: string;
3782
- blankHeightLarge: string;
3783
- lineHeight: string;
3784
- labelTextColor: string;
3785
- asteriskColor: string;
3786
- feedbackTextColorError: string;
3787
- feedbackTextColorWarning: string;
3788
- feedbackTextColor: string;
3789
- feedbackPadding: string;
3790
- feedbackHeightSmall: string;
3791
- feedbackHeightMedium: string;
3792
- feedbackHeightLarge: string;
3793
- feedbackFontSizeSmall: string;
3794
- feedbackFontSizeMedium: string;
3795
- feedbackFontSizeLarge: string;
3796
- labelFontSizeLeftSmall: string;
3797
- labelFontSizeLeftMedium: string;
3798
- labelFontSizeLeftLarge: string;
3799
- labelFontSizeTopSmall: string;
3800
- labelFontSizeTopMedium: string;
3801
- labelFontSizeTopLarge: string;
3802
- labelHeightSmall: string;
3803
- labelHeightMedium: string;
3804
- labelHeightLarge: string;
3805
- labelPaddingVertical: string;
3806
- labelPaddingHorizontal: string;
3807
- labelTextAlignVertical: string;
3808
- labelTextAlignHorizontal: string;
3809
- }, any>>>;
3810
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
3811
- blankHeightSmall: string;
3812
- blankHeightMedium: string;
3813
- blankHeightLarge: string;
3814
- lineHeight: string;
3815
- labelTextColor: string;
3816
- asteriskColor: string;
3817
- feedbackTextColorError: string;
3818
- feedbackTextColorWarning: string;
3819
- feedbackTextColor: string;
3820
- feedbackPadding: string;
3821
- feedbackHeightSmall: string;
3822
- feedbackHeightMedium: string;
3823
- feedbackHeightLarge: string;
3824
- feedbackFontSizeSmall: string;
3825
- feedbackFontSizeMedium: string;
3826
- feedbackFontSizeLarge: string;
3827
- labelFontSizeLeftSmall: string;
3828
- labelFontSizeLeftMedium: string;
3829
- labelFontSizeLeftLarge: string;
3830
- labelFontSizeTopSmall: string;
3831
- labelFontSizeTopMedium: string;
3832
- labelFontSizeTopLarge: string;
3833
- labelHeightSmall: string;
3834
- labelHeightMedium: string;
3835
- labelHeightLarge: string;
3836
- labelPaddingVertical: string;
3837
- labelPaddingHorizontal: string;
3838
- labelTextAlignVertical: string;
3839
- labelTextAlignHorizontal: string;
3840
- }, any>>>;
3841
- }>>, {
3842
- readonly inline: boolean;
3843
- readonly disabled: boolean;
3844
- readonly onSubmit: (e: Event) => void;
3845
- readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
3846
- readonly model: Record<string, any>;
3847
- readonly showRequireMark: boolean | undefined;
3848
- readonly showFeedback: boolean;
3849
- readonly showLabel: boolean | undefined;
3850
- }>;
788
+ NButton: any;
789
+ NForm: any;
3851
790
  NFormItem: import("vue").DefineComponent<{
3852
791
  readonly label: StringConstructor;
3853
792
  readonly labelWidth: import("vue").PropType<string | number>;
@@ -3870,7 +809,7 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
3870
809
  readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
3871
810
  readonly size: import("vue").PropType<"small" | "medium" | "large">;
3872
811
  readonly ignorePathChange: BooleanConstructor;
3873
- readonly validationStatus: import("vue").PropType<"success" | "warning" | "error">;
812
+ readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
3874
813
  readonly feedback: StringConstructor;
3875
814
  readonly showLabel: {
3876
815
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -4001,9 +940,10 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
4001
940
  mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
4002
941
  mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
4003
942
  mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
4004
- mergedValidationStatus: import("vue").ComputedRef<"success" | "warning" | "error" | undefined>;
943
+ mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
4005
944
  mergedShowFeedback: import("vue").ComputedRef<boolean>;
4006
945
  mergedShowLabel: import("vue").ComputedRef<boolean>;
946
+ isAutoLabelWidth: import("vue").ComputedRef<boolean>;
4007
947
  labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
4008
948
  mergedClsPrefix: import("vue").ComputedRef<string>;
4009
949
  mergedRequired: import("vue").ComputedRef<boolean>;
@@ -4034,7 +974,7 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
4034
974
  readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
4035
975
  readonly size: import("vue").PropType<"small" | "medium" | "large">;
4036
976
  readonly ignorePathChange: BooleanConstructor;
4037
- readonly validationStatus: import("vue").PropType<"success" | "warning" | "error">;
977
+ readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
4038
978
  readonly feedback: StringConstructor;
4039
979
  readonly showLabel: {
4040
980
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -4263,7 +1203,6 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
4263
1203
  params: Record<string, any>;
4264
1204
  type: string;
4265
1205
  styleSetting: Record<string, any>;
4266
- source: string;
4267
1206
  isLock: string | number | boolean;
4268
1207
  sourceType: string;
4269
1208
  getLabelList: Function;
@@ -4273,6 +1212,7 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
4273
1212
  guageData: Record<string, any>;
4274
1213
  noBtn: string | number | boolean;
4275
1214
  hideBtn: string | number | boolean;
1215
+ source: string;
4276
1216
  fontSizeObj: Record<string, any>;
4277
1217
  openType: string;
4278
1218
  scaleApiConfig: Record<string, any>;
@@ -4321,9 +1261,9 @@ declare const CRadio: SFCWithInstall<import("vue").DefineComponent<{
4321
1261
  }>> & {
4322
1262
  onScaleChange?: ((...args: any[]) => any) | undefined;
4323
1263
  }, {
4324
- form: Record<string, any>;
4325
1264
  item: Record<string, any>;
4326
1265
  isLock: boolean;
1266
+ form: Record<string, any>;
4327
1267
  inputLock: boolean;
4328
1268
  }>>;
4329
1269
  declare const CCheckbox: SFCWithInstall<import("vue").DefineComponent<{
@@ -4363,9 +1303,9 @@ declare const CCheckbox: SFCWithInstall<import("vue").DefineComponent<{
4363
1303
  }>> & {
4364
1304
  onScaleChange?: ((...args: any[]) => any) | undefined;
4365
1305
  }, {
4366
- form: Record<string, any>;
4367
1306
  item: Record<string, any>;
4368
1307
  isLock: boolean;
1308
+ form: Record<string, any>;
4369
1309
  inputLock: boolean;
4370
1310
  }>>;
4371
1311
  declare const CSelect: SFCWithInstall<import("vue").DefineComponent<{
@@ -4421,12 +1361,12 @@ declare const CSelect: SFCWithInstall<import("vue").DefineComponent<{
4421
1361
  }>> & {
4422
1362
  onScaleChange?: ((...args: any[]) => any) | undefined;
4423
1363
  }, {
4424
- form: Record<string, any>;
4425
1364
  item: Record<string, any>;
4426
1365
  isLock: boolean;
4427
1366
  openType: string;
4428
1367
  getSelectOptions: Function;
4429
1368
  getSearchOptions: Function;
1369
+ form: Record<string, any>;
4430
1370
  }>>;
4431
1371
  declare const CDatetime: SFCWithInstall<import("vue").DefineComponent<{
4432
1372
  form: {
@@ -4457,8 +1397,8 @@ declare const CDatetime: SFCWithInstall<import("vue").DefineComponent<{
4457
1397
  }>> & {
4458
1398
  onScaleChange?: ((...args: any[]) => any) | undefined;
4459
1399
  }, {
4460
- form: Record<string, any>;
4461
1400
  item: Record<string, any>;
4462
1401
  isLock: boolean;
1402
+ form: Record<string, any>;
4463
1403
  }>>;
4464
1404
  export { CScaleView, CRadio, CCheckbox, CSelect, CDatetime };