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
@@ -149,1478 +149,8 @@ declare const _default: import("vue").DefineComponent<{
149
149
  materialList: import("vue").Ref<FormConfigItem[]>;
150
150
  remove: () => void;
151
151
  CloseCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
152
- NButton: import("vue").DefineComponent<{
153
- readonly color: StringConstructor;
154
- readonly textColor: StringConstructor;
155
- readonly text: BooleanConstructor;
156
- readonly block: BooleanConstructor;
157
- readonly loading: BooleanConstructor;
158
- readonly disabled: BooleanConstructor;
159
- readonly circle: BooleanConstructor;
160
- readonly size: PropType<import("naive-ui/es/button/src/interface").Size>;
161
- readonly ghost: BooleanConstructor;
162
- readonly round: BooleanConstructor;
163
- readonly secondary: BooleanConstructor;
164
- readonly tertiary: BooleanConstructor;
165
- readonly quaternary: BooleanConstructor;
166
- readonly strong: BooleanConstructor;
167
- readonly focusable: {
168
- readonly type: BooleanConstructor;
169
- readonly default: true;
170
- };
171
- readonly keyboard: {
172
- readonly type: BooleanConstructor;
173
- readonly default: true;
174
- };
175
- readonly tag: {
176
- readonly type: PropType<keyof HTMLElementTagNameMap>;
177
- readonly default: "button";
178
- };
179
- readonly type: {
180
- readonly type: PropType<import("naive-ui/es/button/src/interface").Type>;
181
- readonly default: "default";
182
- };
183
- readonly dashed: BooleanConstructor;
184
- readonly iconPlacement: {
185
- readonly type: PropType<"left" | "right">;
186
- readonly default: "left";
187
- };
188
- readonly attrType: {
189
- readonly type: PropType<"button" | "reset" | "submit">;
190
- readonly default: "button";
191
- };
192
- readonly bordered: {
193
- readonly type: BooleanConstructor;
194
- readonly default: true;
195
- };
196
- readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
197
- readonly nativeFocusBehavior: {
198
- readonly type: BooleanConstructor;
199
- readonly default: boolean;
200
- };
201
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
202
- heightTiny: string;
203
- heightSmall: string;
204
- heightMedium: string;
205
- heightLarge: string;
206
- borderRadiusTiny: string;
207
- borderRadiusSmall: string;
208
- borderRadiusMedium: string;
209
- borderRadiusLarge: string;
210
- fontSizeTiny: string;
211
- fontSizeSmall: string;
212
- fontSizeMedium: string;
213
- fontSizeLarge: string;
214
- opacityDisabled: string;
215
- colorOpacitySecondary: string;
216
- colorOpacitySecondaryHover: string;
217
- colorOpacitySecondaryPressed: string;
218
- colorSecondary: string;
219
- colorSecondaryHover: string;
220
- colorSecondaryPressed: string;
221
- colorTertiary: string;
222
- colorTertiaryHover: string;
223
- colorTertiaryPressed: string;
224
- colorQuaternary: string;
225
- colorQuaternaryHover: string;
226
- colorQuaternaryPressed: string;
227
- color: string;
228
- colorHover: string;
229
- colorPressed: string;
230
- colorFocus: string;
231
- colorDisabled: string;
232
- textColor: string;
233
- textColorTertiary: string;
234
- textColorHover: string;
235
- textColorPressed: string;
236
- textColorFocus: string;
237
- textColorDisabled: string;
238
- textColorText: string;
239
- textColorTextHover: string;
240
- textColorTextPressed: string;
241
- textColorTextFocus: string;
242
- textColorTextDisabled: string;
243
- textColorGhost: string;
244
- textColorGhostHover: string;
245
- textColorGhostPressed: string;
246
- textColorGhostFocus: string;
247
- textColorGhostDisabled: string;
248
- border: string;
249
- borderHover: string;
250
- borderPressed: string;
251
- borderFocus: string;
252
- borderDisabled: string;
253
- rippleColor: string;
254
- colorPrimary: string;
255
- colorHoverPrimary: string;
256
- colorPressedPrimary: string;
257
- colorFocusPrimary: string;
258
- colorDisabledPrimary: string;
259
- textColorPrimary: string;
260
- textColorHoverPrimary: string;
261
- textColorPressedPrimary: string;
262
- textColorFocusPrimary: string;
263
- textColorDisabledPrimary: string;
264
- textColorTextPrimary: string;
265
- textColorTextHoverPrimary: string;
266
- textColorTextPressedPrimary: string;
267
- textColorTextFocusPrimary: string;
268
- textColorTextDisabledPrimary: string;
269
- textColorGhostPrimary: string;
270
- textColorGhostHoverPrimary: string;
271
- textColorGhostPressedPrimary: string;
272
- textColorGhostFocusPrimary: string;
273
- textColorGhostDisabledPrimary: string;
274
- borderPrimary: string;
275
- borderHoverPrimary: string;
276
- borderPressedPrimary: string;
277
- borderFocusPrimary: string;
278
- borderDisabledPrimary: string;
279
- rippleColorPrimary: string;
280
- colorInfo: string;
281
- colorHoverInfo: string;
282
- colorPressedInfo: string;
283
- colorFocusInfo: string;
284
- colorDisabledInfo: string;
285
- textColorInfo: string;
286
- textColorHoverInfo: string;
287
- textColorPressedInfo: string;
288
- textColorFocusInfo: string;
289
- textColorDisabledInfo: string;
290
- textColorTextInfo: string;
291
- textColorTextHoverInfo: string;
292
- textColorTextPressedInfo: string;
293
- textColorTextFocusInfo: string;
294
- textColorTextDisabledInfo: string;
295
- textColorGhostInfo: string;
296
- textColorGhostHoverInfo: string;
297
- textColorGhostPressedInfo: string;
298
- textColorGhostFocusInfo: string;
299
- textColorGhostDisabledInfo: string;
300
- borderInfo: string;
301
- borderHoverInfo: string;
302
- borderPressedInfo: string;
303
- borderFocusInfo: string;
304
- borderDisabledInfo: string;
305
- rippleColorInfo: string;
306
- colorSuccess: string;
307
- colorHoverSuccess: string;
308
- colorPressedSuccess: string;
309
- colorFocusSuccess: string;
310
- colorDisabledSuccess: string;
311
- textColorSuccess: string;
312
- textColorHoverSuccess: string;
313
- textColorPressedSuccess: string;
314
- textColorFocusSuccess: string;
315
- textColorDisabledSuccess: string;
316
- textColorTextSuccess: string;
317
- textColorTextHoverSuccess: string;
318
- textColorTextPressedSuccess: string;
319
- textColorTextFocusSuccess: string;
320
- textColorTextDisabledSuccess: string;
321
- textColorGhostSuccess: string;
322
- textColorGhostHoverSuccess: string;
323
- textColorGhostPressedSuccess: string;
324
- textColorGhostFocusSuccess: string;
325
- textColorGhostDisabledSuccess: string;
326
- borderSuccess: string;
327
- borderHoverSuccess: string;
328
- borderPressedSuccess: string;
329
- borderFocusSuccess: string;
330
- borderDisabledSuccess: string;
331
- rippleColorSuccess: string;
332
- colorWarning: string;
333
- colorHoverWarning: string;
334
- colorPressedWarning: string;
335
- colorFocusWarning: string;
336
- colorDisabledWarning: string;
337
- textColorWarning: string;
338
- textColorHoverWarning: string;
339
- textColorPressedWarning: string;
340
- textColorFocusWarning: string;
341
- textColorDisabledWarning: string;
342
- textColorTextWarning: string;
343
- textColorTextHoverWarning: string;
344
- textColorTextPressedWarning: string;
345
- textColorTextFocusWarning: string;
346
- textColorTextDisabledWarning: string;
347
- textColorGhostWarning: string;
348
- textColorGhostHoverWarning: string;
349
- textColorGhostPressedWarning: string;
350
- textColorGhostFocusWarning: string;
351
- textColorGhostDisabledWarning: string;
352
- borderWarning: string;
353
- borderHoverWarning: string;
354
- borderPressedWarning: string;
355
- borderFocusWarning: string;
356
- borderDisabledWarning: string;
357
- rippleColorWarning: string;
358
- colorError: string;
359
- colorHoverError: string;
360
- colorPressedError: string;
361
- colorFocusError: string;
362
- colorDisabledError: string;
363
- textColorError: string;
364
- textColorHoverError: string;
365
- textColorPressedError: string;
366
- textColorFocusError: string;
367
- textColorDisabledError: string;
368
- textColorTextError: string;
369
- textColorTextHoverError: string;
370
- textColorTextPressedError: string;
371
- textColorTextFocusError: string;
372
- textColorTextDisabledError: string;
373
- textColorGhostError: string;
374
- textColorGhostHoverError: string;
375
- textColorGhostPressedError: string;
376
- textColorGhostFocusError: string;
377
- textColorGhostDisabledError: string;
378
- borderError: string;
379
- borderHoverError: string;
380
- borderPressedError: string;
381
- borderFocusError: string;
382
- borderDisabledError: string;
383
- rippleColorError: string;
384
- waveOpacity: string;
385
- fontWeight: string;
386
- fontWeightStrong: string;
387
- paddingTiny: string;
388
- paddingSmall: string;
389
- paddingMedium: string;
390
- paddingLarge: string;
391
- paddingRoundTiny: string;
392
- paddingRoundSmall: string;
393
- paddingRoundMedium: string;
394
- paddingRoundLarge: string;
395
- iconMarginTiny: string;
396
- iconMarginSmall: string;
397
- iconMarginMedium: string;
398
- iconMarginLarge: string;
399
- iconSizeTiny: string;
400
- iconSizeSmall: string;
401
- iconSizeMedium: string;
402
- iconSizeLarge: string;
403
- rippleDuration: string;
404
- }, any>>;
405
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
406
- heightTiny: string;
407
- heightSmall: string;
408
- heightMedium: string;
409
- heightLarge: string;
410
- borderRadiusTiny: string;
411
- borderRadiusSmall: string;
412
- borderRadiusMedium: string;
413
- borderRadiusLarge: string;
414
- fontSizeTiny: string;
415
- fontSizeSmall: string;
416
- fontSizeMedium: string;
417
- fontSizeLarge: string;
418
- opacityDisabled: string;
419
- colorOpacitySecondary: string;
420
- colorOpacitySecondaryHover: string;
421
- colorOpacitySecondaryPressed: string;
422
- colorSecondary: string;
423
- colorSecondaryHover: string;
424
- colorSecondaryPressed: string;
425
- colorTertiary: string;
426
- colorTertiaryHover: string;
427
- colorTertiaryPressed: string;
428
- colorQuaternary: string;
429
- colorQuaternaryHover: string;
430
- colorQuaternaryPressed: string;
431
- color: string;
432
- colorHover: string;
433
- colorPressed: string;
434
- colorFocus: string;
435
- colorDisabled: string;
436
- textColor: string;
437
- textColorTertiary: string;
438
- textColorHover: string;
439
- textColorPressed: string;
440
- textColorFocus: string;
441
- textColorDisabled: string;
442
- textColorText: string;
443
- textColorTextHover: string;
444
- textColorTextPressed: string;
445
- textColorTextFocus: string;
446
- textColorTextDisabled: string;
447
- textColorGhost: string;
448
- textColorGhostHover: string;
449
- textColorGhostPressed: string;
450
- textColorGhostFocus: string;
451
- textColorGhostDisabled: string;
452
- border: string;
453
- borderHover: string;
454
- borderPressed: string;
455
- borderFocus: string;
456
- borderDisabled: string;
457
- rippleColor: string;
458
- colorPrimary: string;
459
- colorHoverPrimary: string;
460
- colorPressedPrimary: string;
461
- colorFocusPrimary: string;
462
- colorDisabledPrimary: string;
463
- textColorPrimary: string;
464
- textColorHoverPrimary: string;
465
- textColorPressedPrimary: string;
466
- textColorFocusPrimary: string;
467
- textColorDisabledPrimary: string;
468
- textColorTextPrimary: string;
469
- textColorTextHoverPrimary: string;
470
- textColorTextPressedPrimary: string;
471
- textColorTextFocusPrimary: string;
472
- textColorTextDisabledPrimary: string;
473
- textColorGhostPrimary: string;
474
- textColorGhostHoverPrimary: string;
475
- textColorGhostPressedPrimary: string;
476
- textColorGhostFocusPrimary: string;
477
- textColorGhostDisabledPrimary: string;
478
- borderPrimary: string;
479
- borderHoverPrimary: string;
480
- borderPressedPrimary: string;
481
- borderFocusPrimary: string;
482
- borderDisabledPrimary: string;
483
- rippleColorPrimary: string;
484
- colorInfo: string;
485
- colorHoverInfo: string;
486
- colorPressedInfo: string;
487
- colorFocusInfo: string;
488
- colorDisabledInfo: string;
489
- textColorInfo: string;
490
- textColorHoverInfo: string;
491
- textColorPressedInfo: string;
492
- textColorFocusInfo: string;
493
- textColorDisabledInfo: string;
494
- textColorTextInfo: string;
495
- textColorTextHoverInfo: string;
496
- textColorTextPressedInfo: string;
497
- textColorTextFocusInfo: string;
498
- textColorTextDisabledInfo: string;
499
- textColorGhostInfo: string;
500
- textColorGhostHoverInfo: string;
501
- textColorGhostPressedInfo: string;
502
- textColorGhostFocusInfo: string;
503
- textColorGhostDisabledInfo: string;
504
- borderInfo: string;
505
- borderHoverInfo: string;
506
- borderPressedInfo: string;
507
- borderFocusInfo: string;
508
- borderDisabledInfo: string;
509
- rippleColorInfo: string;
510
- colorSuccess: string;
511
- colorHoverSuccess: string;
512
- colorPressedSuccess: string;
513
- colorFocusSuccess: string;
514
- colorDisabledSuccess: string;
515
- textColorSuccess: string;
516
- textColorHoverSuccess: string;
517
- textColorPressedSuccess: string;
518
- textColorFocusSuccess: string;
519
- textColorDisabledSuccess: string;
520
- textColorTextSuccess: string;
521
- textColorTextHoverSuccess: string;
522
- textColorTextPressedSuccess: string;
523
- textColorTextFocusSuccess: string;
524
- textColorTextDisabledSuccess: string;
525
- textColorGhostSuccess: string;
526
- textColorGhostHoverSuccess: string;
527
- textColorGhostPressedSuccess: string;
528
- textColorGhostFocusSuccess: string;
529
- textColorGhostDisabledSuccess: string;
530
- borderSuccess: string;
531
- borderHoverSuccess: string;
532
- borderPressedSuccess: string;
533
- borderFocusSuccess: string;
534
- borderDisabledSuccess: string;
535
- rippleColorSuccess: string;
536
- colorWarning: string;
537
- colorHoverWarning: string;
538
- colorPressedWarning: string;
539
- colorFocusWarning: string;
540
- colorDisabledWarning: string;
541
- textColorWarning: string;
542
- textColorHoverWarning: string;
543
- textColorPressedWarning: string;
544
- textColorFocusWarning: string;
545
- textColorDisabledWarning: string;
546
- textColorTextWarning: string;
547
- textColorTextHoverWarning: string;
548
- textColorTextPressedWarning: string;
549
- textColorTextFocusWarning: string;
550
- textColorTextDisabledWarning: string;
551
- textColorGhostWarning: string;
552
- textColorGhostHoverWarning: string;
553
- textColorGhostPressedWarning: string;
554
- textColorGhostFocusWarning: string;
555
- textColorGhostDisabledWarning: string;
556
- borderWarning: string;
557
- borderHoverWarning: string;
558
- borderPressedWarning: string;
559
- borderFocusWarning: string;
560
- borderDisabledWarning: string;
561
- rippleColorWarning: string;
562
- colorError: string;
563
- colorHoverError: string;
564
- colorPressedError: string;
565
- colorFocusError: string;
566
- colorDisabledError: string;
567
- textColorError: string;
568
- textColorHoverError: string;
569
- textColorPressedError: string;
570
- textColorFocusError: string;
571
- textColorDisabledError: string;
572
- textColorTextError: string;
573
- textColorTextHoverError: string;
574
- textColorTextPressedError: string;
575
- textColorTextFocusError: string;
576
- textColorTextDisabledError: string;
577
- textColorGhostError: string;
578
- textColorGhostHoverError: string;
579
- textColorGhostPressedError: string;
580
- textColorGhostFocusError: string;
581
- textColorGhostDisabledError: string;
582
- borderError: string;
583
- borderHoverError: string;
584
- borderPressedError: string;
585
- borderFocusError: string;
586
- borderDisabledError: string;
587
- rippleColorError: string;
588
- waveOpacity: string;
589
- fontWeight: string;
590
- fontWeightStrong: string;
591
- paddingTiny: string;
592
- paddingSmall: string;
593
- paddingMedium: string;
594
- paddingLarge: string;
595
- paddingRoundTiny: string;
596
- paddingRoundSmall: string;
597
- paddingRoundMedium: string;
598
- paddingRoundLarge: string;
599
- iconMarginTiny: string;
600
- iconMarginSmall: string;
601
- iconMarginMedium: string;
602
- iconMarginLarge: string;
603
- iconSizeTiny: string;
604
- iconSizeSmall: string;
605
- iconSizeMedium: string;
606
- iconSizeLarge: string;
607
- rippleDuration: string;
608
- }, any>>>;
609
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
610
- heightTiny: string;
611
- heightSmall: string;
612
- heightMedium: string;
613
- heightLarge: string;
614
- borderRadiusTiny: string;
615
- borderRadiusSmall: string;
616
- borderRadiusMedium: string;
617
- borderRadiusLarge: string;
618
- fontSizeTiny: string;
619
- fontSizeSmall: string;
620
- fontSizeMedium: string;
621
- fontSizeLarge: string;
622
- opacityDisabled: string;
623
- colorOpacitySecondary: string;
624
- colorOpacitySecondaryHover: string;
625
- colorOpacitySecondaryPressed: string;
626
- colorSecondary: string;
627
- colorSecondaryHover: string;
628
- colorSecondaryPressed: string;
629
- colorTertiary: string;
630
- colorTertiaryHover: string;
631
- colorTertiaryPressed: string;
632
- colorQuaternary: string;
633
- colorQuaternaryHover: string;
634
- colorQuaternaryPressed: string;
635
- color: string;
636
- colorHover: string;
637
- colorPressed: string;
638
- colorFocus: string;
639
- colorDisabled: string;
640
- textColor: string;
641
- textColorTertiary: string;
642
- textColorHover: string;
643
- textColorPressed: string;
644
- textColorFocus: string;
645
- textColorDisabled: string;
646
- textColorText: string;
647
- textColorTextHover: string;
648
- textColorTextPressed: string;
649
- textColorTextFocus: string;
650
- textColorTextDisabled: string;
651
- textColorGhost: string;
652
- textColorGhostHover: string;
653
- textColorGhostPressed: string;
654
- textColorGhostFocus: string;
655
- textColorGhostDisabled: string;
656
- border: string;
657
- borderHover: string;
658
- borderPressed: string;
659
- borderFocus: string;
660
- borderDisabled: string;
661
- rippleColor: string;
662
- colorPrimary: string;
663
- colorHoverPrimary: string;
664
- colorPressedPrimary: string;
665
- colorFocusPrimary: string;
666
- colorDisabledPrimary: string;
667
- textColorPrimary: string;
668
- textColorHoverPrimary: string;
669
- textColorPressedPrimary: string;
670
- textColorFocusPrimary: string;
671
- textColorDisabledPrimary: string;
672
- textColorTextPrimary: string;
673
- textColorTextHoverPrimary: string;
674
- textColorTextPressedPrimary: string;
675
- textColorTextFocusPrimary: string;
676
- textColorTextDisabledPrimary: string;
677
- textColorGhostPrimary: string;
678
- textColorGhostHoverPrimary: string;
679
- textColorGhostPressedPrimary: string;
680
- textColorGhostFocusPrimary: string;
681
- textColorGhostDisabledPrimary: string;
682
- borderPrimary: string;
683
- borderHoverPrimary: string;
684
- borderPressedPrimary: string;
685
- borderFocusPrimary: string;
686
- borderDisabledPrimary: string;
687
- rippleColorPrimary: string;
688
- colorInfo: string;
689
- colorHoverInfo: string;
690
- colorPressedInfo: string;
691
- colorFocusInfo: string;
692
- colorDisabledInfo: string;
693
- textColorInfo: string;
694
- textColorHoverInfo: string;
695
- textColorPressedInfo: string;
696
- textColorFocusInfo: string;
697
- textColorDisabledInfo: string;
698
- textColorTextInfo: string;
699
- textColorTextHoverInfo: string;
700
- textColorTextPressedInfo: string;
701
- textColorTextFocusInfo: string;
702
- textColorTextDisabledInfo: string;
703
- textColorGhostInfo: string;
704
- textColorGhostHoverInfo: string;
705
- textColorGhostPressedInfo: string;
706
- textColorGhostFocusInfo: string;
707
- textColorGhostDisabledInfo: string;
708
- borderInfo: string;
709
- borderHoverInfo: string;
710
- borderPressedInfo: string;
711
- borderFocusInfo: string;
712
- borderDisabledInfo: string;
713
- rippleColorInfo: string;
714
- colorSuccess: string;
715
- colorHoverSuccess: string;
716
- colorPressedSuccess: string;
717
- colorFocusSuccess: string;
718
- colorDisabledSuccess: string;
719
- textColorSuccess: string;
720
- textColorHoverSuccess: string;
721
- textColorPressedSuccess: string;
722
- textColorFocusSuccess: string;
723
- textColorDisabledSuccess: string;
724
- textColorTextSuccess: string;
725
- textColorTextHoverSuccess: string;
726
- textColorTextPressedSuccess: string;
727
- textColorTextFocusSuccess: string;
728
- textColorTextDisabledSuccess: string;
729
- textColorGhostSuccess: string;
730
- textColorGhostHoverSuccess: string;
731
- textColorGhostPressedSuccess: string;
732
- textColorGhostFocusSuccess: string;
733
- textColorGhostDisabledSuccess: string;
734
- borderSuccess: string;
735
- borderHoverSuccess: string;
736
- borderPressedSuccess: string;
737
- borderFocusSuccess: string;
738
- borderDisabledSuccess: string;
739
- rippleColorSuccess: string;
740
- colorWarning: string;
741
- colorHoverWarning: string;
742
- colorPressedWarning: string;
743
- colorFocusWarning: string;
744
- colorDisabledWarning: string;
745
- textColorWarning: string;
746
- textColorHoverWarning: string;
747
- textColorPressedWarning: string;
748
- textColorFocusWarning: string;
749
- textColorDisabledWarning: string;
750
- textColorTextWarning: string;
751
- textColorTextHoverWarning: string;
752
- textColorTextPressedWarning: string;
753
- textColorTextFocusWarning: string;
754
- textColorTextDisabledWarning: string;
755
- textColorGhostWarning: string;
756
- textColorGhostHoverWarning: string;
757
- textColorGhostPressedWarning: string;
758
- textColorGhostFocusWarning: string;
759
- textColorGhostDisabledWarning: string;
760
- borderWarning: string;
761
- borderHoverWarning: string;
762
- borderPressedWarning: string;
763
- borderFocusWarning: string;
764
- borderDisabledWarning: string;
765
- rippleColorWarning: string;
766
- colorError: string;
767
- colorHoverError: string;
768
- colorPressedError: string;
769
- colorFocusError: string;
770
- colorDisabledError: string;
771
- textColorError: string;
772
- textColorHoverError: string;
773
- textColorPressedError: string;
774
- textColorFocusError: string;
775
- textColorDisabledError: string;
776
- textColorTextError: string;
777
- textColorTextHoverError: string;
778
- textColorTextPressedError: string;
779
- textColorTextFocusError: string;
780
- textColorTextDisabledError: string;
781
- textColorGhostError: string;
782
- textColorGhostHoverError: string;
783
- textColorGhostPressedError: string;
784
- textColorGhostFocusError: string;
785
- textColorGhostDisabledError: string;
786
- borderError: string;
787
- borderHoverError: string;
788
- borderPressedError: string;
789
- borderFocusError: string;
790
- borderDisabledError: string;
791
- rippleColorError: string;
792
- waveOpacity: string;
793
- fontWeight: string;
794
- fontWeightStrong: string;
795
- paddingTiny: string;
796
- paddingSmall: string;
797
- paddingMedium: string;
798
- paddingLarge: string;
799
- paddingRoundTiny: string;
800
- paddingRoundSmall: string;
801
- paddingRoundMedium: string;
802
- paddingRoundLarge: string;
803
- iconMarginTiny: string;
804
- iconMarginSmall: string;
805
- iconMarginMedium: string;
806
- iconMarginLarge: string;
807
- iconSizeTiny: string;
808
- iconSizeSmall: string;
809
- iconSizeMedium: string;
810
- iconSizeLarge: string;
811
- rippleDuration: string;
812
- }, any>>>;
813
- }, {
814
- selfElRef: import("vue").Ref<HTMLElement | null>;
815
- waveElRef: import("vue").Ref<{
816
- play: () => void;
817
- } | null>;
818
- mergedClsPrefix: import("vue").ComputedRef<string>;
819
- mergedFocusable: import("vue").ComputedRef<boolean>;
820
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
821
- showBorder: import("vue").ComputedRef<boolean>;
822
- enterPressed: import("vue").Ref<boolean>;
823
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
824
- handleMousedown: (e: MouseEvent) => void;
825
- handleKeydown: (e: KeyboardEvent) => void;
826
- handleBlur: () => void;
827
- handleKeyup: (e: KeyboardEvent) => void;
828
- handleClick: (e: MouseEvent) => void;
829
- customColorCssVars: import("vue").ComputedRef<{
830
- '--n-border-color': string;
831
- '--n-border-color-hover': string;
832
- '--n-border-color-pressed': string;
833
- '--n-border-color-focus': string;
834
- '--n-border-color-disabled': string;
835
- } | null>;
836
- cssVars: import("vue").ComputedRef<{
837
- '--n-width': string;
838
- '--n-height': string;
839
- '--n-font-size': string;
840
- '--n-padding': string;
841
- '--n-icon-size': string;
842
- '--n-icon-margin': string;
843
- '--n-border-radius': string;
844
- '--n-border': string;
845
- '--n-border-hover': string;
846
- '--n-border-pressed': string;
847
- '--n-border-focus': string;
848
- '--n-border-disabled': string;
849
- '--n-color': string;
850
- '--n-color-hover': string;
851
- '--n-color-pressed': string;
852
- '--n-color-focus': string;
853
- '--n-color-disabled': string;
854
- '--n-ripple-color': string;
855
- '--n-text-color': string;
856
- '--n-text-color-hover': string;
857
- '--n-text-color-pressed': string;
858
- '--n-text-color-focus': string;
859
- '--n-text-color-disabled': string;
860
- 'font-weight': string;
861
- '--n-bezier': string;
862
- '--n-bezier-ease-out': string;
863
- '--n-ripple-duration': string;
864
- '--n-opacity-disabled': string;
865
- '--n-wave-opacity': string;
866
- }> | undefined;
867
- themeClass: import("vue").Ref<string> | undefined;
868
- onRender: (() => void) | undefined;
869
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
870
- readonly color: StringConstructor;
871
- readonly textColor: StringConstructor;
872
- readonly text: BooleanConstructor;
873
- readonly block: BooleanConstructor;
874
- readonly loading: BooleanConstructor;
875
- readonly disabled: BooleanConstructor;
876
- readonly circle: BooleanConstructor;
877
- readonly size: PropType<import("naive-ui/es/button/src/interface").Size>;
878
- readonly ghost: BooleanConstructor;
879
- readonly round: BooleanConstructor;
880
- readonly secondary: BooleanConstructor;
881
- readonly tertiary: BooleanConstructor;
882
- readonly quaternary: BooleanConstructor;
883
- readonly strong: BooleanConstructor;
884
- readonly focusable: {
885
- readonly type: BooleanConstructor;
886
- readonly default: true;
887
- };
888
- readonly keyboard: {
889
- readonly type: BooleanConstructor;
890
- readonly default: true;
891
- };
892
- readonly tag: {
893
- readonly type: PropType<keyof HTMLElementTagNameMap>;
894
- readonly default: "button";
895
- };
896
- readonly type: {
897
- readonly type: PropType<import("naive-ui/es/button/src/interface").Type>;
898
- readonly default: "default";
899
- };
900
- readonly dashed: BooleanConstructor;
901
- readonly iconPlacement: {
902
- readonly type: PropType<"left" | "right">;
903
- readonly default: "left";
904
- };
905
- readonly attrType: {
906
- readonly type: PropType<"button" | "reset" | "submit">;
907
- readonly default: "button";
908
- };
909
- readonly bordered: {
910
- readonly type: BooleanConstructor;
911
- readonly default: true;
912
- };
913
- readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
914
- readonly nativeFocusBehavior: {
915
- readonly type: BooleanConstructor;
916
- readonly default: boolean;
917
- };
918
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
919
- heightTiny: string;
920
- heightSmall: string;
921
- heightMedium: string;
922
- heightLarge: string;
923
- borderRadiusTiny: string;
924
- borderRadiusSmall: string;
925
- borderRadiusMedium: string;
926
- borderRadiusLarge: string;
927
- fontSizeTiny: string;
928
- fontSizeSmall: string;
929
- fontSizeMedium: string;
930
- fontSizeLarge: string;
931
- opacityDisabled: string;
932
- colorOpacitySecondary: string;
933
- colorOpacitySecondaryHover: string;
934
- colorOpacitySecondaryPressed: string;
935
- colorSecondary: string;
936
- colorSecondaryHover: string;
937
- colorSecondaryPressed: string;
938
- colorTertiary: string;
939
- colorTertiaryHover: string;
940
- colorTertiaryPressed: string;
941
- colorQuaternary: string;
942
- colorQuaternaryHover: string;
943
- colorQuaternaryPressed: string;
944
- color: string;
945
- colorHover: string;
946
- colorPressed: string;
947
- colorFocus: string;
948
- colorDisabled: string;
949
- textColor: string;
950
- textColorTertiary: string;
951
- textColorHover: string;
952
- textColorPressed: string;
953
- textColorFocus: string;
954
- textColorDisabled: string;
955
- textColorText: string;
956
- textColorTextHover: string;
957
- textColorTextPressed: string;
958
- textColorTextFocus: string;
959
- textColorTextDisabled: string;
960
- textColorGhost: string;
961
- textColorGhostHover: string;
962
- textColorGhostPressed: string;
963
- textColorGhostFocus: string;
964
- textColorGhostDisabled: string;
965
- border: string;
966
- borderHover: string;
967
- borderPressed: string;
968
- borderFocus: string;
969
- borderDisabled: string;
970
- rippleColor: string;
971
- colorPrimary: string;
972
- colorHoverPrimary: string;
973
- colorPressedPrimary: string;
974
- colorFocusPrimary: string;
975
- colorDisabledPrimary: string;
976
- textColorPrimary: string;
977
- textColorHoverPrimary: string;
978
- textColorPressedPrimary: string;
979
- textColorFocusPrimary: string;
980
- textColorDisabledPrimary: string;
981
- textColorTextPrimary: string;
982
- textColorTextHoverPrimary: string;
983
- textColorTextPressedPrimary: string;
984
- textColorTextFocusPrimary: string;
985
- textColorTextDisabledPrimary: string;
986
- textColorGhostPrimary: string;
987
- textColorGhostHoverPrimary: string;
988
- textColorGhostPressedPrimary: string;
989
- textColorGhostFocusPrimary: string;
990
- textColorGhostDisabledPrimary: string;
991
- borderPrimary: string;
992
- borderHoverPrimary: string;
993
- borderPressedPrimary: string;
994
- borderFocusPrimary: string;
995
- borderDisabledPrimary: string;
996
- rippleColorPrimary: string;
997
- colorInfo: string;
998
- colorHoverInfo: string;
999
- colorPressedInfo: string;
1000
- colorFocusInfo: string;
1001
- colorDisabledInfo: string;
1002
- textColorInfo: string;
1003
- textColorHoverInfo: string;
1004
- textColorPressedInfo: string;
1005
- textColorFocusInfo: string;
1006
- textColorDisabledInfo: string;
1007
- textColorTextInfo: string;
1008
- textColorTextHoverInfo: string;
1009
- textColorTextPressedInfo: string;
1010
- textColorTextFocusInfo: string;
1011
- textColorTextDisabledInfo: string;
1012
- textColorGhostInfo: string;
1013
- textColorGhostHoverInfo: string;
1014
- textColorGhostPressedInfo: string;
1015
- textColorGhostFocusInfo: string;
1016
- textColorGhostDisabledInfo: string;
1017
- borderInfo: string;
1018
- borderHoverInfo: string;
1019
- borderPressedInfo: string;
1020
- borderFocusInfo: string;
1021
- borderDisabledInfo: string;
1022
- rippleColorInfo: string;
1023
- colorSuccess: string;
1024
- colorHoverSuccess: string;
1025
- colorPressedSuccess: string;
1026
- colorFocusSuccess: string;
1027
- colorDisabledSuccess: string;
1028
- textColorSuccess: string;
1029
- textColorHoverSuccess: string;
1030
- textColorPressedSuccess: string;
1031
- textColorFocusSuccess: string;
1032
- textColorDisabledSuccess: string;
1033
- textColorTextSuccess: string;
1034
- textColorTextHoverSuccess: string;
1035
- textColorTextPressedSuccess: string;
1036
- textColorTextFocusSuccess: string;
1037
- textColorTextDisabledSuccess: string;
1038
- textColorGhostSuccess: string;
1039
- textColorGhostHoverSuccess: string;
1040
- textColorGhostPressedSuccess: string;
1041
- textColorGhostFocusSuccess: string;
1042
- textColorGhostDisabledSuccess: string;
1043
- borderSuccess: string;
1044
- borderHoverSuccess: string;
1045
- borderPressedSuccess: string;
1046
- borderFocusSuccess: string;
1047
- borderDisabledSuccess: string;
1048
- rippleColorSuccess: string;
1049
- colorWarning: string;
1050
- colorHoverWarning: string;
1051
- colorPressedWarning: string;
1052
- colorFocusWarning: string;
1053
- colorDisabledWarning: string;
1054
- textColorWarning: string;
1055
- textColorHoverWarning: string;
1056
- textColorPressedWarning: string;
1057
- textColorFocusWarning: string;
1058
- textColorDisabledWarning: string;
1059
- textColorTextWarning: string;
1060
- textColorTextHoverWarning: string;
1061
- textColorTextPressedWarning: string;
1062
- textColorTextFocusWarning: string;
1063
- textColorTextDisabledWarning: string;
1064
- textColorGhostWarning: string;
1065
- textColorGhostHoverWarning: string;
1066
- textColorGhostPressedWarning: string;
1067
- textColorGhostFocusWarning: string;
1068
- textColorGhostDisabledWarning: string;
1069
- borderWarning: string;
1070
- borderHoverWarning: string;
1071
- borderPressedWarning: string;
1072
- borderFocusWarning: string;
1073
- borderDisabledWarning: string;
1074
- rippleColorWarning: string;
1075
- colorError: string;
1076
- colorHoverError: string;
1077
- colorPressedError: string;
1078
- colorFocusError: string;
1079
- colorDisabledError: string;
1080
- textColorError: string;
1081
- textColorHoverError: string;
1082
- textColorPressedError: string;
1083
- textColorFocusError: string;
1084
- textColorDisabledError: string;
1085
- textColorTextError: string;
1086
- textColorTextHoverError: string;
1087
- textColorTextPressedError: string;
1088
- textColorTextFocusError: string;
1089
- textColorTextDisabledError: string;
1090
- textColorGhostError: string;
1091
- textColorGhostHoverError: string;
1092
- textColorGhostPressedError: string;
1093
- textColorGhostFocusError: string;
1094
- textColorGhostDisabledError: string;
1095
- borderError: string;
1096
- borderHoverError: string;
1097
- borderPressedError: string;
1098
- borderFocusError: string;
1099
- borderDisabledError: string;
1100
- rippleColorError: string;
1101
- waveOpacity: string;
1102
- fontWeight: string;
1103
- fontWeightStrong: string;
1104
- paddingTiny: string;
1105
- paddingSmall: string;
1106
- paddingMedium: string;
1107
- paddingLarge: string;
1108
- paddingRoundTiny: string;
1109
- paddingRoundSmall: string;
1110
- paddingRoundMedium: string;
1111
- paddingRoundLarge: string;
1112
- iconMarginTiny: string;
1113
- iconMarginSmall: string;
1114
- iconMarginMedium: string;
1115
- iconMarginLarge: string;
1116
- iconSizeTiny: string;
1117
- iconSizeSmall: string;
1118
- iconSizeMedium: string;
1119
- iconSizeLarge: string;
1120
- rippleDuration: string;
1121
- }, any>>;
1122
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1123
- heightTiny: string;
1124
- heightSmall: string;
1125
- heightMedium: string;
1126
- heightLarge: string;
1127
- borderRadiusTiny: string;
1128
- borderRadiusSmall: string;
1129
- borderRadiusMedium: string;
1130
- borderRadiusLarge: string;
1131
- fontSizeTiny: string;
1132
- fontSizeSmall: string;
1133
- fontSizeMedium: string;
1134
- fontSizeLarge: string;
1135
- opacityDisabled: string;
1136
- colorOpacitySecondary: string;
1137
- colorOpacitySecondaryHover: string;
1138
- colorOpacitySecondaryPressed: string;
1139
- colorSecondary: string;
1140
- colorSecondaryHover: string;
1141
- colorSecondaryPressed: string;
1142
- colorTertiary: string;
1143
- colorTertiaryHover: string;
1144
- colorTertiaryPressed: string;
1145
- colorQuaternary: string;
1146
- colorQuaternaryHover: string;
1147
- colorQuaternaryPressed: string;
1148
- color: string;
1149
- colorHover: string;
1150
- colorPressed: string;
1151
- colorFocus: string;
1152
- colorDisabled: string;
1153
- textColor: string;
1154
- textColorTertiary: string;
1155
- textColorHover: string;
1156
- textColorPressed: string;
1157
- textColorFocus: string;
1158
- textColorDisabled: string;
1159
- textColorText: string;
1160
- textColorTextHover: string;
1161
- textColorTextPressed: string;
1162
- textColorTextFocus: string;
1163
- textColorTextDisabled: string;
1164
- textColorGhost: string;
1165
- textColorGhostHover: string;
1166
- textColorGhostPressed: string;
1167
- textColorGhostFocus: string;
1168
- textColorGhostDisabled: string;
1169
- border: string;
1170
- borderHover: string;
1171
- borderPressed: string;
1172
- borderFocus: string;
1173
- borderDisabled: string;
1174
- rippleColor: string;
1175
- colorPrimary: string;
1176
- colorHoverPrimary: string;
1177
- colorPressedPrimary: string;
1178
- colorFocusPrimary: string;
1179
- colorDisabledPrimary: string;
1180
- textColorPrimary: string;
1181
- textColorHoverPrimary: string;
1182
- textColorPressedPrimary: string;
1183
- textColorFocusPrimary: string;
1184
- textColorDisabledPrimary: string;
1185
- textColorTextPrimary: string;
1186
- textColorTextHoverPrimary: string;
1187
- textColorTextPressedPrimary: string;
1188
- textColorTextFocusPrimary: string;
1189
- textColorTextDisabledPrimary: string;
1190
- textColorGhostPrimary: string;
1191
- textColorGhostHoverPrimary: string;
1192
- textColorGhostPressedPrimary: string;
1193
- textColorGhostFocusPrimary: string;
1194
- textColorGhostDisabledPrimary: string;
1195
- borderPrimary: string;
1196
- borderHoverPrimary: string;
1197
- borderPressedPrimary: string;
1198
- borderFocusPrimary: string;
1199
- borderDisabledPrimary: string;
1200
- rippleColorPrimary: string;
1201
- colorInfo: string;
1202
- colorHoverInfo: string;
1203
- colorPressedInfo: string;
1204
- colorFocusInfo: string;
1205
- colorDisabledInfo: string;
1206
- textColorInfo: string;
1207
- textColorHoverInfo: string;
1208
- textColorPressedInfo: string;
1209
- textColorFocusInfo: string;
1210
- textColorDisabledInfo: string;
1211
- textColorTextInfo: string;
1212
- textColorTextHoverInfo: string;
1213
- textColorTextPressedInfo: string;
1214
- textColorTextFocusInfo: string;
1215
- textColorTextDisabledInfo: string;
1216
- textColorGhostInfo: string;
1217
- textColorGhostHoverInfo: string;
1218
- textColorGhostPressedInfo: string;
1219
- textColorGhostFocusInfo: string;
1220
- textColorGhostDisabledInfo: string;
1221
- borderInfo: string;
1222
- borderHoverInfo: string;
1223
- borderPressedInfo: string;
1224
- borderFocusInfo: string;
1225
- borderDisabledInfo: string;
1226
- rippleColorInfo: string;
1227
- colorSuccess: string;
1228
- colorHoverSuccess: string;
1229
- colorPressedSuccess: string;
1230
- colorFocusSuccess: string;
1231
- colorDisabledSuccess: string;
1232
- textColorSuccess: string;
1233
- textColorHoverSuccess: string;
1234
- textColorPressedSuccess: string;
1235
- textColorFocusSuccess: string;
1236
- textColorDisabledSuccess: string;
1237
- textColorTextSuccess: string;
1238
- textColorTextHoverSuccess: string;
1239
- textColorTextPressedSuccess: string;
1240
- textColorTextFocusSuccess: string;
1241
- textColorTextDisabledSuccess: string;
1242
- textColorGhostSuccess: string;
1243
- textColorGhostHoverSuccess: string;
1244
- textColorGhostPressedSuccess: string;
1245
- textColorGhostFocusSuccess: string;
1246
- textColorGhostDisabledSuccess: string;
1247
- borderSuccess: string;
1248
- borderHoverSuccess: string;
1249
- borderPressedSuccess: string;
1250
- borderFocusSuccess: string;
1251
- borderDisabledSuccess: string;
1252
- rippleColorSuccess: string;
1253
- colorWarning: string;
1254
- colorHoverWarning: string;
1255
- colorPressedWarning: string;
1256
- colorFocusWarning: string;
1257
- colorDisabledWarning: string;
1258
- textColorWarning: string;
1259
- textColorHoverWarning: string;
1260
- textColorPressedWarning: string;
1261
- textColorFocusWarning: string;
1262
- textColorDisabledWarning: string;
1263
- textColorTextWarning: string;
1264
- textColorTextHoverWarning: string;
1265
- textColorTextPressedWarning: string;
1266
- textColorTextFocusWarning: string;
1267
- textColorTextDisabledWarning: string;
1268
- textColorGhostWarning: string;
1269
- textColorGhostHoverWarning: string;
1270
- textColorGhostPressedWarning: string;
1271
- textColorGhostFocusWarning: string;
1272
- textColorGhostDisabledWarning: string;
1273
- borderWarning: string;
1274
- borderHoverWarning: string;
1275
- borderPressedWarning: string;
1276
- borderFocusWarning: string;
1277
- borderDisabledWarning: string;
1278
- rippleColorWarning: string;
1279
- colorError: string;
1280
- colorHoverError: string;
1281
- colorPressedError: string;
1282
- colorFocusError: string;
1283
- colorDisabledError: string;
1284
- textColorError: string;
1285
- textColorHoverError: string;
1286
- textColorPressedError: string;
1287
- textColorFocusError: string;
1288
- textColorDisabledError: string;
1289
- textColorTextError: string;
1290
- textColorTextHoverError: string;
1291
- textColorTextPressedError: string;
1292
- textColorTextFocusError: string;
1293
- textColorTextDisabledError: string;
1294
- textColorGhostError: string;
1295
- textColorGhostHoverError: string;
1296
- textColorGhostPressedError: string;
1297
- textColorGhostFocusError: string;
1298
- textColorGhostDisabledError: string;
1299
- borderError: string;
1300
- borderHoverError: string;
1301
- borderPressedError: string;
1302
- borderFocusError: string;
1303
- borderDisabledError: string;
1304
- rippleColorError: string;
1305
- waveOpacity: string;
1306
- fontWeight: string;
1307
- fontWeightStrong: string;
1308
- paddingTiny: string;
1309
- paddingSmall: string;
1310
- paddingMedium: string;
1311
- paddingLarge: string;
1312
- paddingRoundTiny: string;
1313
- paddingRoundSmall: string;
1314
- paddingRoundMedium: string;
1315
- paddingRoundLarge: string;
1316
- iconMarginTiny: string;
1317
- iconMarginSmall: string;
1318
- iconMarginMedium: string;
1319
- iconMarginLarge: string;
1320
- iconSizeTiny: string;
1321
- iconSizeSmall: string;
1322
- iconSizeMedium: string;
1323
- iconSizeLarge: string;
1324
- rippleDuration: string;
1325
- }, any>>>;
1326
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1327
- heightTiny: string;
1328
- heightSmall: string;
1329
- heightMedium: string;
1330
- heightLarge: string;
1331
- borderRadiusTiny: string;
1332
- borderRadiusSmall: string;
1333
- borderRadiusMedium: string;
1334
- borderRadiusLarge: string;
1335
- fontSizeTiny: string;
1336
- fontSizeSmall: string;
1337
- fontSizeMedium: string;
1338
- fontSizeLarge: string;
1339
- opacityDisabled: string;
1340
- colorOpacitySecondary: string;
1341
- colorOpacitySecondaryHover: string;
1342
- colorOpacitySecondaryPressed: string;
1343
- colorSecondary: string;
1344
- colorSecondaryHover: string;
1345
- colorSecondaryPressed: string;
1346
- colorTertiary: string;
1347
- colorTertiaryHover: string;
1348
- colorTertiaryPressed: string;
1349
- colorQuaternary: string;
1350
- colorQuaternaryHover: string;
1351
- colorQuaternaryPressed: string;
1352
- color: string;
1353
- colorHover: string;
1354
- colorPressed: string;
1355
- colorFocus: string;
1356
- colorDisabled: string;
1357
- textColor: string;
1358
- textColorTertiary: string;
1359
- textColorHover: string;
1360
- textColorPressed: string;
1361
- textColorFocus: string;
1362
- textColorDisabled: string;
1363
- textColorText: string;
1364
- textColorTextHover: string;
1365
- textColorTextPressed: string;
1366
- textColorTextFocus: string;
1367
- textColorTextDisabled: string;
1368
- textColorGhost: string;
1369
- textColorGhostHover: string;
1370
- textColorGhostPressed: string;
1371
- textColorGhostFocus: string;
1372
- textColorGhostDisabled: string;
1373
- border: string;
1374
- borderHover: string;
1375
- borderPressed: string;
1376
- borderFocus: string;
1377
- borderDisabled: string;
1378
- rippleColor: string;
1379
- colorPrimary: string;
1380
- colorHoverPrimary: string;
1381
- colorPressedPrimary: string;
1382
- colorFocusPrimary: string;
1383
- colorDisabledPrimary: string;
1384
- textColorPrimary: string;
1385
- textColorHoverPrimary: string;
1386
- textColorPressedPrimary: string;
1387
- textColorFocusPrimary: string;
1388
- textColorDisabledPrimary: string;
1389
- textColorTextPrimary: string;
1390
- textColorTextHoverPrimary: string;
1391
- textColorTextPressedPrimary: string;
1392
- textColorTextFocusPrimary: string;
1393
- textColorTextDisabledPrimary: string;
1394
- textColorGhostPrimary: string;
1395
- textColorGhostHoverPrimary: string;
1396
- textColorGhostPressedPrimary: string;
1397
- textColorGhostFocusPrimary: string;
1398
- textColorGhostDisabledPrimary: string;
1399
- borderPrimary: string;
1400
- borderHoverPrimary: string;
1401
- borderPressedPrimary: string;
1402
- borderFocusPrimary: string;
1403
- borderDisabledPrimary: string;
1404
- rippleColorPrimary: string;
1405
- colorInfo: string;
1406
- colorHoverInfo: string;
1407
- colorPressedInfo: string;
1408
- colorFocusInfo: string;
1409
- colorDisabledInfo: string;
1410
- textColorInfo: string;
1411
- textColorHoverInfo: string;
1412
- textColorPressedInfo: string;
1413
- textColorFocusInfo: string;
1414
- textColorDisabledInfo: string;
1415
- textColorTextInfo: string;
1416
- textColorTextHoverInfo: string;
1417
- textColorTextPressedInfo: string;
1418
- textColorTextFocusInfo: string;
1419
- textColorTextDisabledInfo: string;
1420
- textColorGhostInfo: string;
1421
- textColorGhostHoverInfo: string;
1422
- textColorGhostPressedInfo: string;
1423
- textColorGhostFocusInfo: string;
1424
- textColorGhostDisabledInfo: string;
1425
- borderInfo: string;
1426
- borderHoverInfo: string;
1427
- borderPressedInfo: string;
1428
- borderFocusInfo: string;
1429
- borderDisabledInfo: string;
1430
- rippleColorInfo: string;
1431
- colorSuccess: string;
1432
- colorHoverSuccess: string;
1433
- colorPressedSuccess: string;
1434
- colorFocusSuccess: string;
1435
- colorDisabledSuccess: string;
1436
- textColorSuccess: string;
1437
- textColorHoverSuccess: string;
1438
- textColorPressedSuccess: string;
1439
- textColorFocusSuccess: string;
1440
- textColorDisabledSuccess: string;
1441
- textColorTextSuccess: string;
1442
- textColorTextHoverSuccess: string;
1443
- textColorTextPressedSuccess: string;
1444
- textColorTextFocusSuccess: string;
1445
- textColorTextDisabledSuccess: string;
1446
- textColorGhostSuccess: string;
1447
- textColorGhostHoverSuccess: string;
1448
- textColorGhostPressedSuccess: string;
1449
- textColorGhostFocusSuccess: string;
1450
- textColorGhostDisabledSuccess: string;
1451
- borderSuccess: string;
1452
- borderHoverSuccess: string;
1453
- borderPressedSuccess: string;
1454
- borderFocusSuccess: string;
1455
- borderDisabledSuccess: string;
1456
- rippleColorSuccess: string;
1457
- colorWarning: string;
1458
- colorHoverWarning: string;
1459
- colorPressedWarning: string;
1460
- colorFocusWarning: string;
1461
- colorDisabledWarning: string;
1462
- textColorWarning: string;
1463
- textColorHoverWarning: string;
1464
- textColorPressedWarning: string;
1465
- textColorFocusWarning: string;
1466
- textColorDisabledWarning: string;
1467
- textColorTextWarning: string;
1468
- textColorTextHoverWarning: string;
1469
- textColorTextPressedWarning: string;
1470
- textColorTextFocusWarning: string;
1471
- textColorTextDisabledWarning: string;
1472
- textColorGhostWarning: string;
1473
- textColorGhostHoverWarning: string;
1474
- textColorGhostPressedWarning: string;
1475
- textColorGhostFocusWarning: string;
1476
- textColorGhostDisabledWarning: string;
1477
- borderWarning: string;
1478
- borderHoverWarning: string;
1479
- borderPressedWarning: string;
1480
- borderFocusWarning: string;
1481
- borderDisabledWarning: string;
1482
- rippleColorWarning: string;
1483
- colorError: string;
1484
- colorHoverError: string;
1485
- colorPressedError: string;
1486
- colorFocusError: string;
1487
- colorDisabledError: string;
1488
- textColorError: string;
1489
- textColorHoverError: string;
1490
- textColorPressedError: string;
1491
- textColorFocusError: string;
1492
- textColorDisabledError: string;
1493
- textColorTextError: string;
1494
- textColorTextHoverError: string;
1495
- textColorTextPressedError: string;
1496
- textColorTextFocusError: string;
1497
- textColorTextDisabledError: string;
1498
- textColorGhostError: string;
1499
- textColorGhostHoverError: string;
1500
- textColorGhostPressedError: string;
1501
- textColorGhostFocusError: string;
1502
- textColorGhostDisabledError: string;
1503
- borderError: string;
1504
- borderHoverError: string;
1505
- borderPressedError: string;
1506
- borderFocusError: string;
1507
- borderDisabledError: string;
1508
- rippleColorError: string;
1509
- waveOpacity: string;
1510
- fontWeight: string;
1511
- fontWeightStrong: string;
1512
- paddingTiny: string;
1513
- paddingSmall: string;
1514
- paddingMedium: string;
1515
- paddingLarge: string;
1516
- paddingRoundTiny: string;
1517
- paddingRoundSmall: string;
1518
- paddingRoundMedium: string;
1519
- paddingRoundLarge: string;
1520
- iconMarginTiny: string;
1521
- iconMarginSmall: string;
1522
- iconMarginMedium: string;
1523
- iconMarginLarge: string;
1524
- iconSizeTiny: string;
1525
- iconSizeSmall: string;
1526
- iconSizeMedium: string;
1527
- iconSizeLarge: string;
1528
- rippleDuration: string;
1529
- }, any>>>;
1530
- }>>, {
1531
- readonly type: import("naive-ui/es/button/src/interface").Type;
1532
- readonly tag: keyof HTMLElementTagNameMap;
1533
- readonly block: boolean;
1534
- readonly round: boolean;
1535
- readonly dashed: boolean;
1536
- readonly text: boolean;
1537
- readonly circle: boolean;
1538
- readonly disabled: boolean;
1539
- readonly focusable: boolean;
1540
- readonly strong: boolean;
1541
- readonly loading: boolean;
1542
- readonly bordered: boolean;
1543
- readonly tertiary: boolean;
1544
- readonly ghost: boolean;
1545
- readonly keyboard: boolean;
1546
- readonly secondary: boolean;
1547
- readonly quaternary: boolean;
1548
- readonly iconPlacement: "left" | "right";
1549
- readonly attrType: "button" | "reset" | "submit";
1550
- readonly nativeFocusBehavior: boolean;
1551
- }>;
1552
- NIcon: import("vue").DefineComponent<{
1553
- readonly depth: PropType<import("naive-ui/es/icon/src/Icon").Depth>;
1554
- readonly size: PropType<string | number>;
1555
- readonly color: StringConstructor;
1556
- readonly component: PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
1557
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
1558
- color: string;
1559
- opacity1Depth: string;
1560
- opacity2Depth: string;
1561
- opacity3Depth: string;
1562
- opacity4Depth: string;
1563
- opacity5Depth: string;
1564
- }, any>>;
1565
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
1566
- color: string;
1567
- opacity1Depth: string;
1568
- opacity2Depth: string;
1569
- opacity3Depth: string;
1570
- opacity4Depth: string;
1571
- opacity5Depth: string;
1572
- }, any>>>;
1573
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
1574
- color: string;
1575
- opacity1Depth: string;
1576
- opacity2Depth: string;
1577
- opacity3Depth: string;
1578
- opacity4Depth: string;
1579
- opacity5Depth: string;
1580
- }, any>>>;
1581
- }, {
1582
- mergedClsPrefix: import("vue").ComputedRef<string>;
1583
- mergedStyle: import("vue").ComputedRef<{
1584
- fontSize: string | undefined;
1585
- color: string | undefined;
1586
- }>;
1587
- cssVars: import("vue").ComputedRef<{
1588
- '--n-bezier': string;
1589
- '--n-color': string;
1590
- '--n-opacity': string;
1591
- }> | undefined;
1592
- themeClass: import("vue").Ref<string> | undefined;
1593
- onRender: (() => void) | undefined;
1594
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1595
- readonly depth: PropType<import("naive-ui/es/icon/src/Icon").Depth>;
1596
- readonly size: PropType<string | number>;
1597
- readonly color: StringConstructor;
1598
- readonly component: PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
1599
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
1600
- color: string;
1601
- opacity1Depth: string;
1602
- opacity2Depth: string;
1603
- opacity3Depth: string;
1604
- opacity4Depth: string;
1605
- opacity5Depth: string;
1606
- }, any>>;
1607
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
1608
- color: string;
1609
- opacity1Depth: string;
1610
- opacity2Depth: string;
1611
- opacity3Depth: string;
1612
- opacity4Depth: string;
1613
- opacity5Depth: string;
1614
- }, any>>>;
1615
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
1616
- color: string;
1617
- opacity1Depth: string;
1618
- opacity2Depth: string;
1619
- opacity3Depth: string;
1620
- opacity4Depth: string;
1621
- opacity5Depth: string;
1622
- }, any>>>;
1623
- }>>, {}>;
152
+ NButton: any;
153
+ NIcon: any;
1624
154
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1625
155
  fieldItem: {
1626
156
  type: PropType<FormConfigItem>;