cnhis-design-vue 3.1.18-beta.6 → 3.1.18-beta.9

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