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

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