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

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