cnhis-design-vue 3.1.18-beta.5 → 3.1.18-beta.8

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 (420) hide show
  1. package/es/components/annotation-edit/index.js +1 -10
  2. package/es/components/annotation-edit/index2.js +10 -0
  3. package/es/components/big-table/index.d.ts +15 -0
  4. package/es/components/big-table/index.js +2 -17
  5. package/es/components/big-table/index2.js +19 -0
  6. package/es/components/big-table/src/BigTable.vue.d.ts +15 -0
  7. package/es/components/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +13 -13
  8. package/es/components/big-table/src/bigTableEmits.js +1 -53
  9. package/es/components/big-table/src/bigTableEmits2.js +53 -0
  10. package/es/components/big-table/src/bigTableProps.js +1 -119
  11. package/es/components/big-table/src/bigTableProps2.js +119 -0
  12. package/es/components/big-table/src/bigTableState.js +1 -62
  13. package/es/components/big-table/src/bigTableState2.js +62 -0
  14. package/es/components/big-table/src/components/edit-form/edit-date.js +2 -2
  15. package/es/components/big-table/src/components/edit-form/edit-input.js +1 -1
  16. package/es/components/big-table/src/components/edit-form/edit-select.js +1 -1
  17. package/es/components/big-table/src/components/edit-form/edit-separate.js +1 -1
  18. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +15 -0
  19. package/es/components/big-table/src/components/edit-form/edit-time.js +1 -1
  20. package/es/components/big-table/src/components/edit-form/useCommon.js +1 -19
  21. package/es/components/big-table/src/components/edit-form/useCommon2.js +19 -0
  22. package/es/components/big-table/src/components/input-button.vue.d.ts +15 -0
  23. package/es/components/big-table/src/components/separate.js +1 -1
  24. package/es/components/big-table/src/constants/index.js +1 -3
  25. package/es/components/big-table/src/constants/index2.js +3 -0
  26. package/es/components/big-table/src/hooks/export.js +1 -1
  27. package/es/components/big-table/src/hooks/index.js +8 -8
  28. package/es/components/big-table/src/hooks/useAnchor.js +1 -49
  29. package/es/components/big-table/src/hooks/useAnchor2.js +49 -0
  30. package/es/components/big-table/src/hooks/useAnnotation.js +1 -1
  31. package/es/components/big-table/src/hooks/useBatchEditing.js +1 -289
  32. package/es/components/big-table/src/hooks/useBatchEditing2.js +289 -0
  33. package/es/components/big-table/src/hooks/useColumnConfigAdaptor.js +1 -154
  34. package/es/components/big-table/src/hooks/useColumnConfigAdaptor2.js +154 -0
  35. package/es/components/big-table/src/hooks/useEdit.d.ts +15 -0
  36. package/es/components/big-table/src/hooks/useEdit.js +1 -122
  37. package/es/components/big-table/src/hooks/useEdit2.js +122 -0
  38. package/es/components/big-table/src/hooks/useEvent.js +1 -72
  39. package/es/components/big-table/src/hooks/useEvent2.js +72 -0
  40. package/es/components/big-table/src/hooks/useFormat.js +1 -492
  41. package/es/components/big-table/src/hooks/useFormat2.js +492 -0
  42. package/es/components/big-table/src/hooks/useNestTable.js +1 -86
  43. package/es/components/big-table/src/hooks/useNestTable2.js +86 -0
  44. package/es/components/big-table/src/hooks/useSeparateRow.js +1 -164
  45. package/es/components/big-table/src/hooks/useSeparateRow2.js +164 -0
  46. package/es/components/big-table/src/hooks/useTableParse.js +1 -136
  47. package/es/components/big-table/src/hooks/useTableParse2.js +136 -0
  48. package/es/components/big-table/src/utils.js +1 -630
  49. package/es/components/big-table/src/utils2.js +630 -0
  50. package/es/components/bpmn-workflow/index.js +1 -10
  51. package/es/components/bpmn-workflow/index2.js +10 -0
  52. package/es/{packages/components → components}/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  53. package/es/{packages/components → components}/bpmn-workflow/types/BpmnViewer.d.ts +0 -0
  54. package/es/{packages/components → components}/bpmn-workflow/types/ModelingModule.d.ts +0 -0
  55. package/es/{packages/components → components}/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -0
  56. package/es/components/button-print/index.d.ts +32 -2
  57. package/es/components/button-print/index.js +2 -11
  58. package/es/components/button-print/index2.js +11 -0
  59. package/es/components/button-print/src/ButtonPrint.vue.d.ts +32 -2
  60. package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +3 -4
  61. package/es/components/button-print/src/components/IdentityVerification.js +16 -7
  62. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +32 -2
  63. package/es/components/button-print/src/utils/dialog.d.ts +8 -0
  64. package/es/components/button-print/src/utils/dialog.js +77 -0
  65. package/es/components/button-print/src/utils/index.js +1 -1
  66. package/es/components/button-print/src/utils/print.d.ts +11 -0
  67. package/es/components/button-print/src/utils/print.js +1 -325
  68. package/es/components/button-print/src/utils/print2.js +348 -0
  69. package/es/components/chunk-upload/index.js +1 -14
  70. package/es/components/chunk-upload/index2.js +14 -0
  71. package/es/components/chunk-upload/src/chunk-upload-new.js +2 -2
  72. package/es/components/chunk-upload/src/hooks/upload-computed.js +1 -70
  73. package/es/components/chunk-upload/src/hooks/upload-computed2.js +70 -0
  74. package/es/components/chunk-upload/src/hooks/upload-data.js +1 -96
  75. package/es/components/chunk-upload/src/hooks/upload-data2.js +96 -0
  76. package/es/components/chunk-upload/src/hooks/vod-computed.js +1 -79
  77. package/es/components/chunk-upload/src/hooks/vod-computed2.js +79 -0
  78. package/es/components/chunk-upload/src/hooks/vod-data.js +1 -28
  79. package/es/components/chunk-upload/src/hooks/vod-data2.js +28 -0
  80. package/es/components/chunk-upload/src/vod-chunk-upload/index.js +0 -1
  81. package/es/components/chunk-upload/src/vod-chunk-upload/index2.js +2 -0
  82. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.js +2 -2
  83. package/es/components/drag-layout/index.d.ts +90 -10
  84. package/es/components/drag-layout/index.js +1 -11
  85. package/es/components/drag-layout/index2.js +11 -0
  86. package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +45 -7
  87. package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +2 -0
  88. package/es/components/drag-layout/src/DragLayout.vue.d.ts +90 -10
  89. package/es/components/editor/index.js +1 -10
  90. package/es/components/editor/index2.js +10 -0
  91. package/es/components/fabric-chart/index.js +1 -10
  92. package/es/components/fabric-chart/index2.js +10 -0
  93. package/es/components/fabric-chart/src/FabricChart.js +9 -9
  94. package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
  95. package/es/components/fabric-chart/src/components/PopupTip.js +1 -1
  96. package/es/components/fabric-chart/src/components/useStyle.js +1 -36
  97. package/es/components/fabric-chart/src/components/useStyle2.js +36 -0
  98. package/es/components/fabric-chart/src/hooks/constant.js +1 -36
  99. package/es/components/fabric-chart/src/hooks/constant2.js +36 -0
  100. package/es/components/fabric-chart/src/hooks/index.js +9 -9
  101. package/es/components/fabric-chart/src/hooks/useBottom.js +1 -85
  102. package/es/components/fabric-chart/src/hooks/useBottom2.js +85 -0
  103. package/es/components/fabric-chart/src/hooks/useCenter.js +1 -534
  104. package/es/components/fabric-chart/src/hooks/useCenter2.js +534 -0
  105. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -60
  106. package/es/components/fabric-chart/src/hooks/useCumputedPoint2.js +60 -0
  107. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -153
  108. package/es/components/fabric-chart/src/hooks/useDraw2.js +153 -0
  109. package/es/components/fabric-chart/src/hooks/useEvent.js +1 -85
  110. package/es/components/fabric-chart/src/hooks/useEvent2.js +85 -0
  111. package/es/components/fabric-chart/src/hooks/useGrid.js +1 -50
  112. package/es/components/fabric-chart/src/hooks/useGrid2.js +50 -0
  113. package/es/components/fabric-chart/src/hooks/useLeft.js +1 -282
  114. package/es/components/fabric-chart/src/hooks/useLeft2.js +282 -0
  115. package/es/components/fabric-chart/src/hooks/useOther.js +1 -85
  116. package/es/components/fabric-chart/src/hooks/useOther2.js +85 -0
  117. package/es/components/fabric-chart/src/hooks/useRight.js +1 -27
  118. package/es/components/fabric-chart/src/hooks/useRight2.js +27 -0
  119. package/es/components/fabric-chart/src/hooks/useShadow.js +1 -127
  120. package/es/components/fabric-chart/src/hooks/useShadow2.js +127 -0
  121. package/es/components/fabric-chart/src/hooks/useTop.js +1 -138
  122. package/es/components/fabric-chart/src/hooks/useTop2.js +138 -0
  123. package/es/components/fabric-chart/src/interface.js +1 -4
  124. package/es/components/fabric-chart/src/interface2.js +4 -0
  125. package/es/{packages/components → components}/fabric-chart/src/utils/index.d.ts +0 -0
  126. package/es/components/field-set/index.d.ts +28 -3
  127. package/es/components/field-set/index.js +1 -10
  128. package/es/components/field-set/index2.js +10 -0
  129. package/es/components/field-set/src/FieldSet.vue.d.ts +28 -3
  130. package/es/components/form-config/index.d.ts +44 -4
  131. package/es/components/form-config/index.js +1 -10
  132. package/es/components/form-config/index2.js +10 -0
  133. package/es/components/form-config/src/FormConfig.js +3 -3
  134. package/es/components/form-config/src/FormConfig.vue.d.ts +44 -4
  135. package/es/components/form-config/src/components/FormConfigCreator.js +4 -4
  136. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +16 -2
  137. package/es/components/form-config/src/components/FormConfigDragDisplay.js +2 -2
  138. package/es/components/form-config/src/components/FormConfigEdit.js +5 -5
  139. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +28 -2
  140. package/es/components/form-config/src/components/renderer/CloseButton.js +1 -1
  141. package/es/components/form-config/src/components/renderer/ComplexNode.js +2 -2
  142. package/es/components/form-config/src/components/renderer/DefaultNode.js +4 -4
  143. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +1 -1
  144. package/es/components/form-config/src/constants/index.js +1 -60
  145. package/es/components/form-config/src/constants/index2.js +60 -0
  146. package/es/components/form-config/src/hooks/index.js +2 -2
  147. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -52
  148. package/es/components/form-config/src/hooks/useConfigurationField2.js +52 -0
  149. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -27
  150. package/es/components/form-config/src/hooks/useSortalbeConfig2.js +27 -0
  151. package/es/components/form-config/src/utils/index.js +1 -26
  152. package/es/components/form-config/src/utils/index2.js +26 -0
  153. package/es/components/form-render/index.d.ts +16 -2
  154. package/es/components/form-render/index.js +14 -23
  155. package/es/components/form-render/index2.js +46 -0
  156. package/es/components/form-render/src/FormRender.js +10 -10
  157. package/es/components/form-render/src/FormRender.vue.d.ts +16 -2
  158. package/es/components/form-render/src/components/renderer/cascader.js +6 -6
  159. package/es/components/form-render/src/components/renderer/checkbox.js +1 -1
  160. package/es/components/form-render/src/components/renderer/combination.js +4 -4
  161. package/es/components/form-render/src/components/renderer/complex.js +1 -1
  162. package/es/components/form-render/src/components/renderer/date.js +3 -3
  163. package/es/components/form-render/src/components/renderer/formItem.js +3 -3
  164. package/es/components/form-render/src/components/renderer/index.js +1 -1
  165. package/es/components/form-render/src/components/renderer/index2.js +18 -0
  166. package/es/components/form-render/src/components/renderer/input.js +2 -2
  167. package/es/components/form-render/src/components/renderer/inputGroup.js +1 -8
  168. package/es/components/form-render/src/components/renderer/inputGroup2.js +8 -0
  169. package/es/components/form-render/src/components/renderer/inputNumber.js +2 -2
  170. package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.js +1 -33
  171. package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate2.js +33 -0
  172. package/es/components/form-render/src/components/renderer/jsonCombination/index.js +2 -2
  173. package/es/components/form-render/src/components/renderer/linebar.js +3 -3
  174. package/es/components/form-render/src/components/renderer/radio.js +1 -1
  175. package/es/components/form-render/src/components/renderer/select.js +13 -10
  176. package/es/components/form-render/src/components/renderer/slider.js +1 -1
  177. package/es/components/form-render/src/components/renderer/switch.js +1 -1
  178. package/es/components/form-render/src/components/renderer/textarea.js +2 -2
  179. package/es/components/form-render/src/constants/index.js +1 -41
  180. package/es/components/form-render/src/constants/index2.js +41 -0
  181. package/es/components/form-render/src/hooks/index.js +13 -13
  182. package/es/components/form-render/src/hooks/useAnchor.js +1 -90
  183. package/es/components/form-render/src/hooks/useAnchor2.js +90 -0
  184. package/es/components/form-render/src/hooks/useAsyncQueue.js +1 -144
  185. package/es/components/form-render/src/hooks/useAsyncQueue2.js +144 -0
  186. package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -98
  187. package/es/components/form-render/src/hooks/useBusinessBinding2.js +98 -0
  188. package/es/components/form-render/src/hooks/useChangeContext.js +1 -20
  189. package/es/components/form-render/src/hooks/useChangeContext2.js +20 -0
  190. package/es/components/form-render/src/hooks/useCommonInjection.js +1 -32
  191. package/es/components/form-render/src/hooks/useCommonInjection2.js +32 -0
  192. package/es/components/form-render/src/hooks/useCommonLog.js +1 -10
  193. package/es/components/form-render/src/hooks/useCommonLog2.js +10 -0
  194. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -243
  195. package/es/components/form-render/src/hooks/useFieldListAdaptor2.js +243 -0
  196. package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -67
  197. package/es/components/form-render/src/hooks/useFieldNormalize2.js +67 -0
  198. package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -38
  199. package/es/components/form-render/src/hooks/useFieldVisitor2.js +38 -0
  200. package/es/components/form-render/src/hooks/useFormContext.js +1 -66
  201. package/es/components/form-render/src/hooks/useFormContext2.js +66 -0
  202. package/es/components/form-render/src/hooks/useFormField.js +1 -13
  203. package/es/components/form-render/src/hooks/useFormField2.js +13 -0
  204. package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -34
  205. package/es/components/form-render/src/hooks/useFormItemDeps2.js +34 -0
  206. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.js +1 -10
  207. package/es/components/form-render/src/hooks/useFormRenderLifeCycle2.js +10 -0
  208. package/es/components/form-render/src/hooks/useFormRequest.js +1 -12
  209. package/es/components/form-render/src/hooks/useFormRequest2.js +12 -0
  210. package/es/components/form-render/src/hooks/useFormValidator.js +1 -67
  211. package/es/components/form-render/src/hooks/useFormValidator2.js +67 -0
  212. package/es/components/form-render/src/hooks/usePresetScope.js +1 -25
  213. package/es/components/form-render/src/hooks/usePresetScope2.js +25 -0
  214. package/es/components/form-render/src/utils/business.js +1 -78
  215. package/es/components/form-render/src/utils/business2.js +78 -0
  216. package/es/components/form-render/src/utils/dom.js +1 -14
  217. package/es/components/form-render/src/utils/dom2.js +14 -0
  218. package/es/components/form-render/src/utils/index.js +3 -4
  219. package/es/components/form-render/src/utils/schema.js +1 -93
  220. package/es/components/form-render/src/utils/schema2.js +93 -0
  221. package/es/components/form-table/index.d.ts +130 -12
  222. package/es/components/form-table/index.js +1 -10
  223. package/es/components/form-table/index2.js +10 -0
  224. package/es/components/form-table/src/FormTable.js +2 -2
  225. package/es/components/form-table/src/FormTable.vue.d.ts +151 -19
  226. package/es/components/form-table/src/components/index.d.ts +130 -12
  227. package/es/components/form-table/src/components/index.js +1 -40
  228. package/es/components/form-table/src/components/index2.js +40 -0
  229. package/es/components/form-table/src/components/table-age.js +1 -1
  230. package/es/components/form-table/src/components/table-age.vue.d.ts +13 -3
  231. package/es/components/form-table/src/components/table-date-picker.js +2 -2
  232. package/es/components/form-table/src/components/table-date-picker.vue.d.ts +18 -2
  233. package/es/components/form-table/src/components/table-digital.js +1 -1
  234. package/es/components/form-table/src/components/table-digital.vue.d.ts +11 -3
  235. package/es/components/form-table/src/components/table-input-password.js +1 -1
  236. package/es/components/form-table/src/components/table-input-password.vue.d.ts +15 -0
  237. package/es/components/form-table/src/components/table-input.js +1 -1
  238. package/es/components/form-table/src/components/table-input.vue.d.ts +15 -0
  239. package/es/components/form-table/src/components/table-month-picker.js +2 -2
  240. package/es/components/form-table/src/components/table-month-picker.vue.d.ts +18 -2
  241. package/es/components/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +1 -1
  242. package/es/components/form-table/src/components/table-search.vue.d.ts +2 -0
  243. package/es/components/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +1 -1
  244. package/es/components/form-table/src/components/table-select-multiple.js +1 -1
  245. package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +2 -0
  246. package/es/components/form-table/src/components/table-select.js +1 -1
  247. package/es/components/form-table/src/components/table-select.vue.d.ts +2 -0
  248. package/es/components/form-table/src/components/table-textarea.js +1 -1
  249. package/es/components/form-table/src/components/table-textarea.vue.d.ts +15 -0
  250. package/es/components/form-table/src/components/table-time-picker.js +2 -2
  251. package/es/components/form-table/src/components/table-time-picker.vue.d.ts +10 -2
  252. package/es/components/form-table/src/components/table-tree-select.js +1 -1
  253. package/es/components/form-table/src/components/table-tree-select.vue.d.ts +9 -0
  254. package/es/components/form-table/src/configs/index.js +1 -67
  255. package/es/components/form-table/src/configs/index2.js +67 -0
  256. package/es/components/form-table/src/hooks/index.js +5 -5
  257. package/es/components/form-table/src/hooks/useBoundDate.js +1 -414
  258. package/es/components/form-table/src/hooks/useBoundDate2.js +414 -0
  259. package/es/components/form-table/src/hooks/useDateType.js +1 -160
  260. package/es/components/form-table/src/hooks/useDateType2.js +160 -0
  261. package/es/components/form-table/src/hooks/useFormCommon.js +1 -101
  262. package/es/components/form-table/src/hooks/useFormCommon2.js +101 -0
  263. package/es/components/form-table/src/hooks/useFormEvent.js +1 -68
  264. package/es/components/form-table/src/hooks/useFormEvent2.js +68 -0
  265. package/es/components/form-table/src/hooks/useItemDefault.js +1 -218
  266. package/es/components/form-table/src/hooks/useItemDefault2.js +218 -0
  267. package/es/components/form-table/src/hooks/useNuiThemeOverrides.js +1 -18
  268. package/es/components/form-table/src/hooks/useNuiThemeOverrides2.js +18 -0
  269. package/es/components/form-table/src/hooks/useSearch.js +1 -1154
  270. package/es/components/form-table/src/hooks/useSearch2.js +1154 -0
  271. package/es/components/form-table/src/hooks/useValidate.js +1 -480
  272. package/es/components/form-table/src/hooks/useValidate2.js +480 -0
  273. package/es/components/grid/index.js +1 -13
  274. package/es/components/grid/index2.js +13 -0
  275. package/es/components/grid/src/Grid.js +1 -1
  276. package/es/components/grid/src/hooks.js +1 -165
  277. package/es/components/grid/src/hooks2.js +165 -0
  278. package/es/components/index.js +39 -96
  279. package/es/components/index2.js +79 -0
  280. package/es/components/info-header/index.d.ts +3 -3
  281. package/es/components/info-header/index.js +1 -10
  282. package/es/components/info-header/index2.js +10 -0
  283. package/es/components/info-header/src/InfoHeader.vue.d.ts +3 -3
  284. package/es/components/map/index.d.ts +15 -0
  285. package/es/components/map/index.js +1 -10
  286. package/es/components/map/index2.js +10 -0
  287. package/es/components/map/src/Map.vue.d.ts +15 -0
  288. package/es/components/scale-view/index.d.ts +1 -0
  289. package/es/components/scale-view/index.js +1 -35
  290. package/es/components/scale-view/index2.js +35 -0
  291. package/es/components/scale-view/src/ScaleView.js +8 -8
  292. package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -0
  293. package/es/components/scale-view/src/components/EvaluateCountdown.js +1 -1
  294. package/es/components/scale-view/src/components/EvaluatePage.js +1 -1
  295. package/es/components/scale-view/src/components/composables/choose-common.js +1 -83
  296. package/es/components/scale-view/src/components/composables/choose-common2.js +83 -0
  297. package/es/components/scale-view/src/components/formitem/address.js +1 -3993
  298. package/es/components/scale-view/src/components/formitem/address2.js +3993 -0
  299. package/es/components/scale-view/src/components/formitem/r-address.js +1 -1
  300. package/es/components/scale-view/src/components/formitem/r-checkbox.js +1 -1
  301. package/es/components/scale-view/src/components/formitem/r-map.js +1 -1
  302. package/es/components/scale-view/src/components/formitem/r-radio.js +1 -1
  303. package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -309
  304. package/es/components/scale-view/src/hooks/scaleview-computed2.js +309 -0
  305. package/es/components/scale-view/src/hooks/scaleview-init.js +1 -437
  306. package/es/components/scale-view/src/hooks/scaleview-init2.js +437 -0
  307. package/es/components/scale-view/src/hooks/scaleview-props.js +1 -81
  308. package/es/components/scale-view/src/hooks/scaleview-props2.js +81 -0
  309. package/es/components/scale-view/src/hooks/scaleview-state.js +1 -38
  310. package/es/components/scale-view/src/hooks/scaleview-state2.js +38 -0
  311. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -154
  312. package/es/components/scale-view/src/hooks/scaleview-submit2.js +154 -0
  313. package/es/components/scale-view/src/hooks/scaleview-validate.js +1 -187
  314. package/es/components/scale-view/src/hooks/scaleview-validate2.js +187 -0
  315. package/es/components/scale-view/src/hooks/use-component.d.ts +33 -6
  316. package/es/components/scale-view/src/hooks/use-component.js +1 -82
  317. package/es/components/scale-view/src/hooks/use-component2.js +82 -0
  318. package/es/components/scale-view/src/hooks/use-evaluate.js +1 -150
  319. package/es/components/scale-view/src/hooks/use-evaluate2.js +150 -0
  320. package/es/components/scale-view/src/hooks/use-event.js +1 -129
  321. package/es/components/scale-view/src/hooks/use-event2.js +129 -0
  322. package/es/components/scale-view/src/hooks/use-noData.js +1 -41
  323. package/es/components/scale-view/src/hooks/use-noData2.js +41 -0
  324. package/es/components/scale-view/src/utils/judge-types.js +1 -36
  325. package/es/components/scale-view/src/utils/judge-types2.js +36 -0
  326. package/es/components/select-label/index.d.ts +51 -9
  327. package/es/components/select-label/index.js +1 -15
  328. package/es/components/select-label/index2.js +15 -0
  329. package/es/components/select-label/src/LabelFormContent.js +1 -1
  330. package/es/components/select-label/src/LabelFormContent.vue.d.ts +18 -3
  331. package/es/components/select-label/src/SelectLabel.vue.d.ts +34 -9
  332. package/es/components/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +1 -1
  333. package/es/components/select-label/src/components/label-classify.vue.d.ts +18 -3
  334. package/es/components/select-person/index.d.ts +59 -0
  335. package/es/components/select-person/index.js +1 -10
  336. package/es/components/select-person/index2.js +10 -0
  337. package/es/components/select-person/src/SearchTree.vue.d.ts +22 -0
  338. package/es/components/select-person/src/SelectPerson.vue.d.ts +63 -6
  339. package/es/components/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +1 -1
  340. package/es/components/select-person/src/utils/index.js +1 -84
  341. package/es/components/select-person/src/utils/index2.js +84 -0
  342. package/es/components/shortcut-provider/index.js +3 -12
  343. package/es/components/shortcut-provider/index2.js +13 -0
  344. package/es/components/shortcut-provider/src/ShortcutProvider.js +3 -3
  345. package/es/components/shortcut-provider/src/constants/index.js +1 -8
  346. package/es/components/shortcut-provider/src/constants/index2.js +8 -0
  347. package/es/components/shortcut-provider/src/hooks/index.js +2 -2
  348. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.js +1 -12
  349. package/es/components/shortcut-provider/src/hooks/useShortcutSignature2.js +12 -0
  350. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -181
  351. package/es/components/shortcut-provider/src/hooks/useShortcuts2.js +181 -0
  352. package/es/components/shortcut-provider/src/utils/index.js +1 -59
  353. package/es/components/shortcut-provider/src/utils/index2.js +59 -0
  354. package/es/components/shortcut-setter/index.d.ts +16 -2
  355. package/es/components/shortcut-setter/index.js +1 -10
  356. package/es/components/shortcut-setter/index2.js +10 -0
  357. package/es/components/shortcut-setter/src/ShortcutSetter.js +4 -4
  358. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +16 -2
  359. package/es/components/shortcut-setter/src/ShortcutSetterItem.js +1 -1
  360. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +15 -0
  361. package/es/components/steps-wheel/index.js +1 -10
  362. package/es/components/steps-wheel/index2.js +10 -0
  363. package/es/components/time-line/index.js +1 -10
  364. package/es/components/time-line/index2.js +10 -0
  365. package/es/shared/components/SelectPage/index.js +0 -1
  366. package/es/shared/components/SelectPage/index2.js +2 -0
  367. package/es/shared/components/SlotRender/index.js +0 -1
  368. package/es/shared/components/SlotRender/index2.js +2 -0
  369. package/es/shared/components/SvgIcon/index.js +0 -1
  370. package/es/shared/components/SvgIcon/index2.js +2 -0
  371. package/es/shared/components/TextOverTooltip/index.js +0 -1
  372. package/es/shared/components/TextOverTooltip/index2.js +2 -0
  373. package/es/shared/global/variable.js +1 -4
  374. package/es/shared/global/variable2.js +4 -0
  375. package/es/shared/utils/anime.js +1 -129
  376. package/es/shared/utils/anime2.js +129 -0
  377. package/es/shared/utils/clickoutside.js +1 -48
  378. package/es/shared/utils/clickoutside2.js +48 -0
  379. package/es/shared/utils/colorLog.js +1 -44
  380. package/es/shared/utils/colorLog2.js +44 -0
  381. package/es/shared/utils/index.js +1 -25
  382. package/es/shared/utils/index2.js +25 -0
  383. package/es/shared/utils/loadViewer.js +1 -11
  384. package/es/shared/utils/loadViewer2.js +11 -0
  385. package/es/shared/utils/loadVxe.js +1 -12
  386. package/es/shared/utils/loadVxe2.js +12 -0
  387. package/es/shared/utils/state.js +1 -44
  388. package/es/shared/utils/state2.js +44 -0
  389. package/es/shared/utils/tapable/AsyncParallelBailHook.js +2 -17
  390. package/es/shared/utils/tapable/AsyncParallelHook.js +2 -17
  391. package/es/shared/utils/tapable/AsyncSeriesBailHook.js +2 -17
  392. package/es/shared/utils/tapable/AsyncSeriesHook.js +2 -17
  393. package/es/shared/utils/tapable/AsyncSeriesLoopHook.js +2 -17
  394. package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.js +2 -19
  395. package/es/shared/utils/tapable/SyncBailHook.js +2 -23
  396. package/es/shared/utils/tapable/SyncHook.js +2 -23
  397. package/es/shared/utils/tapable/SyncLoopHook.js +2 -23
  398. package/es/{packages/shared → shared}/utils/tapable/index.d.ts +0 -0
  399. package/es/shared/utils/utilExpand.d.ts +1 -1
  400. package/es/shared/utils/utilExpand.js +47 -46
  401. package/es/shared/utils/vexutils.js +1 -22
  402. package/package.json +4 -4
  403. package/es/components/big-table/src/components/edit-form/edit-select-table.js +0 -149
  404. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.js +0 -373
  405. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.js +0 -131
  406. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/index.js +0 -18
  407. package/es/components/bpmn-workflow/src/custom/customModeler/index.js +0 -12
  408. package/es/components/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.js +0 -47
  409. package/es/components/bpmn-workflow/src/custom/customRules/no-task.js +0 -1
  410. package/es/components/bpmn-workflow/src/custom/customRules/no-task2.js +0 -16
  411. package/es/components/bpmn-workflow/src/custom/customTranslate/customTranslate.js +0 -15
  412. package/es/components/bpmn-workflow/src/custom/customTranslate/zh.js +0 -227
  413. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.js +0 -80
  414. package/es/shared/components/player-vod/index.js +0 -14
  415. package/es/shared/components/player-vod/video-list.js +0 -126
  416. package/es/shared/core/create.js +0 -8
  417. package/es/shared/utils/crypto.js +0 -25
  418. package/es/shared/utils/tapable/HookMap.js +0 -32
  419. package/es/shared/utils/tapable/MultiHook.js +0 -38
  420. package/es/shared/utils/tapable/index.js +0 -12
@@ -305,6 +305,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
305
305
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
306
306
  readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
307
307
  readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
308
+ readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
308
309
  readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
309
310
  readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
310
311
  readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
@@ -1127,6 +1128,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
1127
1128
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
1128
1129
  readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
1129
1130
  readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
1131
+ readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
1130
1132
  readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
1131
1133
  readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
1132
1134
  readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
@@ -1573,7 +1575,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
1573
1575
  };
1574
1576
  min: (NumberConstructor | StringConstructor)[];
1575
1577
  max: (NumberConstructor | StringConstructor)[];
1576
- size: import("vue").PropType<"small" | "medium" | "large">;
1578
+ size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
1577
1579
  disabled: {
1578
1580
  type: import("vue").PropType<boolean | undefined>;
1579
1581
  default: undefined;
@@ -1822,6 +1824,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
1822
1824
  rippleDuration: string;
1823
1825
  }, any>;
1824
1826
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
1827
+ countTextColorDisabled: string;
1825
1828
  countTextColor: string;
1826
1829
  heightTiny: string;
1827
1830
  heightSmall: string;
@@ -2090,6 +2093,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
2090
2093
  rippleDuration: string;
2091
2094
  }, any>;
2092
2095
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
2096
+ countTextColorDisabled: string;
2093
2097
  countTextColor: string;
2094
2098
  heightTiny: string;
2095
2099
  heightSmall: string;
@@ -2358,6 +2362,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
2358
2362
  rippleDuration: string;
2359
2363
  }, any>;
2360
2364
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
2365
+ countTextColorDisabled: string;
2361
2366
  countTextColor: string;
2362
2367
  heightTiny: string;
2363
2368
  heightSmall: string;
@@ -2430,6 +2435,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
2430
2435
  select: () => void;
2431
2436
  activate: () => void;
2432
2437
  deactivate: () => void;
2438
+ scrollTo: (options: ScrollToOptions) => void;
2433
2439
  } | null>;
2434
2440
  minusButtonInstRef: import("vue").Ref<{
2435
2441
  $el: HTMLElement;
@@ -2443,7 +2449,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
2443
2449
  mergedValue: import("vue").ComputedRef<number | null>;
2444
2450
  mergedPlaceholder: import("vue").ComputedRef<string>;
2445
2451
  displayedValueInvalid: import("vue").ComputedRef<boolean>;
2446
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
2452
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
2447
2453
  mergedDisabled: import("vue").ComputedRef<boolean>;
2448
2454
  displayedValue: import("vue").Ref<string>;
2449
2455
  addable: import("vue").ComputedRef<boolean>;
@@ -2774,6 +2780,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
2774
2780
  rippleDuration: string;
2775
2781
  }, any>;
2776
2782
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
2783
+ countTextColorDisabled: string;
2777
2784
  countTextColor: string;
2778
2785
  heightTiny: string;
2779
2786
  heightSmall: string;
@@ -2876,7 +2883,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
2876
2883
  };
2877
2884
  min: (NumberConstructor | StringConstructor)[];
2878
2885
  max: (NumberConstructor | StringConstructor)[];
2879
- size: import("vue").PropType<"small" | "medium" | "large">;
2886
+ size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
2880
2887
  disabled: {
2881
2888
  type: import("vue").PropType<boolean | undefined>;
2882
2889
  default: undefined;
@@ -3125,6 +3132,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
3125
3132
  rippleDuration: string;
3126
3133
  }, any>;
3127
3134
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
3135
+ countTextColorDisabled: string;
3128
3136
  countTextColor: string;
3129
3137
  heightTiny: string;
3130
3138
  heightSmall: string;
@@ -3393,6 +3401,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
3393
3401
  rippleDuration: string;
3394
3402
  }, any>;
3395
3403
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
3404
+ countTextColorDisabled: string;
3396
3405
  countTextColor: string;
3397
3406
  heightTiny: string;
3398
3407
  heightSmall: string;
@@ -3661,6 +3670,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
3661
3670
  rippleDuration: string;
3662
3671
  }, any>;
3663
3672
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
3673
+ countTextColorDisabled: string;
3664
3674
  countTextColor: string;
3665
3675
  heightTiny: string;
3666
3676
  heightSmall: string;
@@ -4660,6 +4670,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
4660
4670
  calendarRightPaddingYearrange: string;
4661
4671
  }, {
4662
4672
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
4673
+ countTextColorDisabled: string;
4663
4674
  countTextColor: string;
4664
4675
  heightTiny: string;
4665
4676
  heightSmall: string;
@@ -5149,6 +5160,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
5149
5160
  rippleDuration: string;
5150
5161
  }, any>;
5151
5162
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
5163
+ countTextColorDisabled: string;
5152
5164
  countTextColor: string;
5153
5165
  heightTiny: string;
5154
5166
  heightSmall: string;
@@ -5278,6 +5290,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
5278
5290
  calendarRightPaddingYearrange: string;
5279
5291
  }, {
5280
5292
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
5293
+ countTextColorDisabled: string;
5281
5294
  countTextColor: string;
5282
5295
  heightTiny: string;
5283
5296
  heightSmall: string;
@@ -5767,6 +5780,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
5767
5780
  rippleDuration: string;
5768
5781
  }, any>;
5769
5782
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
5783
+ countTextColorDisabled: string;
5770
5784
  countTextColor: string;
5771
5785
  heightTiny: string;
5772
5786
  heightSmall: string;
@@ -5896,6 +5910,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
5896
5910
  calendarRightPaddingYearrange: string;
5897
5911
  }, {
5898
5912
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
5913
+ countTextColorDisabled: string;
5899
5914
  countTextColor: string;
5900
5915
  heightTiny: string;
5901
5916
  heightSmall: string;
@@ -6385,6 +6400,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
6385
6400
  rippleDuration: string;
6386
6401
  }, any>;
6387
6402
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
6403
+ countTextColorDisabled: string;
6388
6404
  countTextColor: string;
6389
6405
  heightTiny: string;
6390
6406
  heightSmall: string;
@@ -6558,6 +6574,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
6558
6574
  select: () => void;
6559
6575
  activate: () => void;
6560
6576
  deactivate: () => void;
6577
+ scrollTo: (options: ScrollToOptions) => void;
6561
6578
  } | null>;
6562
6579
  isMounted: Readonly<import("vue").Ref<boolean>>;
6563
6580
  displayTime: import("vue").Ref<string>;
@@ -6761,6 +6778,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
6761
6778
  };
6762
6779
  peers: {
6763
6780
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
6781
+ countTextColorDisabled: string;
6764
6782
  countTextColor: string;
6765
6783
  heightTiny: string;
6766
6784
  heightSmall: string;
@@ -7250,6 +7268,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
7250
7268
  rippleDuration: string;
7251
7269
  }, any>;
7252
7270
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
7271
+ countTextColorDisabled: string;
7253
7272
  countTextColor: string;
7254
7273
  heightTiny: string;
7255
7274
  heightSmall: string;
@@ -7537,6 +7556,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
7537
7556
  rippleDuration: string;
7538
7557
  }, any>> | undefined;
7539
7558
  Input?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
7559
+ countTextColorDisabled: string;
7540
7560
  countTextColor: string;
7541
7561
  heightTiny: string;
7542
7562
  heightSmall: string;
@@ -7608,8 +7628,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
7608
7628
  actions: import("vue").ComputedRef<string[] | undefined>;
7609
7629
  triggerCssVars: import("vue").ComputedRef<{
7610
7630
  '--n-bezier': string;
7611
- '--n-icon-color': string;
7612
- '--n-icon-color-disabled': string;
7631
+ '--n-icon-color-override': string;
7632
+ '--n-icon-color-disabled-override': string;
7613
7633
  }> | undefined;
7614
7634
  triggerThemeClass: import("vue").Ref<string> | undefined;
7615
7635
  triggerOnRender: (() => void) | undefined;
@@ -7792,6 +7812,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
7792
7812
  calendarRightPaddingYearrange: string;
7793
7813
  }, {
7794
7814
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
7815
+ countTextColorDisabled: string;
7795
7816
  countTextColor: string;
7796
7817
  heightTiny: string;
7797
7818
  heightSmall: string;
@@ -8281,6 +8302,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
8281
8302
  rippleDuration: string;
8282
8303
  }, any>;
8283
8304
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
8305
+ countTextColorDisabled: string;
8284
8306
  countTextColor: string;
8285
8307
  heightTiny: string;
8286
8308
  heightSmall: string;
@@ -8410,6 +8432,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
8410
8432
  calendarRightPaddingYearrange: string;
8411
8433
  }, {
8412
8434
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
8435
+ countTextColorDisabled: string;
8413
8436
  countTextColor: string;
8414
8437
  heightTiny: string;
8415
8438
  heightSmall: string;
@@ -8899,6 +8922,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
8899
8922
  rippleDuration: string;
8900
8923
  }, any>;
8901
8924
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
8925
+ countTextColorDisabled: string;
8902
8926
  countTextColor: string;
8903
8927
  heightTiny: string;
8904
8928
  heightSmall: string;
@@ -9028,6 +9052,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
9028
9052
  calendarRightPaddingYearrange: string;
9029
9053
  }, {
9030
9054
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
9055
+ countTextColorDisabled: string;
9031
9056
  countTextColor: string;
9032
9057
  heightTiny: string;
9033
9058
  heightSmall: string;
@@ -9517,6 +9542,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
9517
9542
  rippleDuration: string;
9518
9543
  }, any>;
9519
9544
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
9545
+ countTextColorDisabled: string;
9520
9546
  countTextColor: string;
9521
9547
  heightTiny: string;
9522
9548
  heightSmall: string;
@@ -9801,7 +9827,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
9801
9827
  };
9802
9828
  min: (NumberConstructor | StringConstructor)[];
9803
9829
  max: (NumberConstructor | StringConstructor)[];
9804
- size: import("vue").PropType<"small" | "medium" | "large">;
9830
+ size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
9805
9831
  disabled: {
9806
9832
  type: import("vue").PropType<boolean | undefined>;
9807
9833
  default: undefined;
@@ -10050,6 +10076,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
10050
10076
  rippleDuration: string;
10051
10077
  }, any>;
10052
10078
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
10079
+ countTextColorDisabled: string;
10053
10080
  countTextColor: string;
10054
10081
  heightTiny: string;
10055
10082
  heightSmall: string;
@@ -10318,6 +10345,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
10318
10345
  rippleDuration: string;
10319
10346
  }, any>;
10320
10347
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
10348
+ countTextColorDisabled: string;
10321
10349
  countTextColor: string;
10322
10350
  heightTiny: string;
10323
10351
  heightSmall: string;
@@ -10586,6 +10614,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
10586
10614
  rippleDuration: string;
10587
10615
  }, any>;
10588
10616
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
10617
+ countTextColorDisabled: string;
10589
10618
  countTextColor: string;
10590
10619
  heightTiny: string;
10591
10620
  heightSmall: string;
@@ -10658,6 +10687,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
10658
10687
  select: () => void;
10659
10688
  activate: () => void;
10660
10689
  deactivate: () => void;
10690
+ scrollTo: (options: ScrollToOptions) => void;
10661
10691
  } | null>;
10662
10692
  minusButtonInstRef: import("vue").Ref<{
10663
10693
  $el: HTMLElement;
@@ -10671,7 +10701,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
10671
10701
  mergedValue: import("vue").ComputedRef<number | null>;
10672
10702
  mergedPlaceholder: import("vue").ComputedRef<string>;
10673
10703
  displayedValueInvalid: import("vue").ComputedRef<boolean>;
10674
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
10704
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
10675
10705
  mergedDisabled: import("vue").ComputedRef<boolean>;
10676
10706
  displayedValue: import("vue").Ref<string>;
10677
10707
  addable: import("vue").ComputedRef<boolean>;
@@ -11002,6 +11032,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
11002
11032
  rippleDuration: string;
11003
11033
  }, any>;
11004
11034
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
11035
+ countTextColorDisabled: string;
11005
11036
  countTextColor: string;
11006
11037
  heightTiny: string;
11007
11038
  heightSmall: string;
@@ -11104,7 +11135,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
11104
11135
  };
11105
11136
  min: (NumberConstructor | StringConstructor)[];
11106
11137
  max: (NumberConstructor | StringConstructor)[];
11107
- size: import("vue").PropType<"small" | "medium" | "large">;
11138
+ size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
11108
11139
  disabled: {
11109
11140
  type: import("vue").PropType<boolean | undefined>;
11110
11141
  default: undefined;
@@ -11353,6 +11384,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
11353
11384
  rippleDuration: string;
11354
11385
  }, any>;
11355
11386
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
11387
+ countTextColorDisabled: string;
11356
11388
  countTextColor: string;
11357
11389
  heightTiny: string;
11358
11390
  heightSmall: string;
@@ -11621,6 +11653,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
11621
11653
  rippleDuration: string;
11622
11654
  }, any>;
11623
11655
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
11656
+ countTextColorDisabled: string;
11624
11657
  countTextColor: string;
11625
11658
  heightTiny: string;
11626
11659
  heightSmall: string;
@@ -11889,6 +11922,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
11889
11922
  rippleDuration: string;
11890
11923
  }, any>;
11891
11924
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
11925
+ countTextColorDisabled: string;
11892
11926
  countTextColor: string;
11893
11927
  heightTiny: string;
11894
11928
  heightSmall: string;
@@ -12759,6 +12793,9 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
12759
12793
  default: undefined;
12760
12794
  };
12761
12795
  allowInput: import("vue").PropType<(value: string) => boolean>;
12796
+ renderCount: import("vue").PropType<(props: {
12797
+ value: string;
12798
+ }) => import("vue").VNodeChild>;
12762
12799
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
12763
12800
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
12764
12801
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -12787,6 +12824,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
12787
12824
  internalLoadingBeforeSuffix: BooleanConstructor;
12788
12825
  showPasswordToggle: BooleanConstructor;
12789
12826
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
12827
+ countTextColorDisabled: string;
12790
12828
  countTextColor: string;
12791
12829
  heightTiny: string;
12792
12830
  heightSmall: string;
@@ -12847,6 +12885,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
12847
12885
  clearSize: string;
12848
12886
  }, any>>;
12849
12887
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
12888
+ countTextColorDisabled: string;
12850
12889
  countTextColor: string;
12851
12890
  heightTiny: string;
12852
12891
  heightSmall: string;
@@ -12907,6 +12946,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
12907
12946
  clearSize: string;
12908
12947
  }, any>>>;
12909
12948
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
12949
+ countTextColorDisabled: string;
12910
12950
  countTextColor: string;
12911
12951
  heightTiny: string;
12912
12952
  heightSmall: string;
@@ -13135,6 +13175,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
13135
13175
  name: "common";
13136
13176
  };
13137
13177
  self: {
13178
+ countTextColorDisabled: string;
13138
13179
  countTextColor: string;
13139
13180
  heightTiny: string;
13140
13181
  heightSmall: string;
@@ -13202,6 +13243,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
13202
13243
  cssVars: import("vue").ComputedRef<{
13203
13244
  '--n-bezier': string;
13204
13245
  '--n-count-text-color': string;
13246
+ '--n-count-text-color-disabled': string;
13205
13247
  '--n-color': string;
13206
13248
  '--n-font-size': string;
13207
13249
  '--n-border-radius': string;
@@ -13256,6 +13298,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
13256
13298
  select: () => void;
13257
13299
  activate: () => void;
13258
13300
  deactivate: () => void;
13301
+ scrollTo: (options: ScrollToOptions) => void;
13259
13302
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13260
13303
  bordered: {
13261
13304
  type: import("vue").PropType<boolean | undefined>;
@@ -13315,6 +13358,9 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
13315
13358
  default: undefined;
13316
13359
  };
13317
13360
  allowInput: import("vue").PropType<(value: string) => boolean>;
13361
+ renderCount: import("vue").PropType<(props: {
13362
+ value: string;
13363
+ }) => import("vue").VNodeChild>;
13318
13364
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
13319
13365
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
13320
13366
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -13343,6 +13389,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
13343
13389
  internalLoadingBeforeSuffix: BooleanConstructor;
13344
13390
  showPasswordToggle: BooleanConstructor;
13345
13391
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
13392
+ countTextColorDisabled: string;
13346
13393
  countTextColor: string;
13347
13394
  heightTiny: string;
13348
13395
  heightSmall: string;
@@ -13403,6 +13450,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
13403
13450
  clearSize: string;
13404
13451
  }, any>>;
13405
13452
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
13453
+ countTextColorDisabled: string;
13406
13454
  countTextColor: string;
13407
13455
  heightTiny: string;
13408
13456
  heightSmall: string;
@@ -13463,6 +13511,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
13463
13511
  clearSize: string;
13464
13512
  }, any>>>;
13465
13513
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
13514
+ countTextColorDisabled: string;
13466
13515
  countTextColor: string;
13467
13516
  heightTiny: string;
13468
13517
  heightSmall: string;
@@ -14342,6 +14391,9 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
14342
14391
  default: undefined;
14343
14392
  };
14344
14393
  allowInput: import("vue").PropType<(value: string) => boolean>;
14394
+ renderCount: import("vue").PropType<(props: {
14395
+ value: string;
14396
+ }) => import("vue").VNodeChild>;
14345
14397
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
14346
14398
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
14347
14399
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -14370,6 +14422,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
14370
14422
  internalLoadingBeforeSuffix: BooleanConstructor;
14371
14423
  showPasswordToggle: BooleanConstructor;
14372
14424
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
14425
+ countTextColorDisabled: string;
14373
14426
  countTextColor: string;
14374
14427
  heightTiny: string;
14375
14428
  heightSmall: string;
@@ -14430,6 +14483,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
14430
14483
  clearSize: string;
14431
14484
  }, any>>;
14432
14485
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
14486
+ countTextColorDisabled: string;
14433
14487
  countTextColor: string;
14434
14488
  heightTiny: string;
14435
14489
  heightSmall: string;
@@ -14490,6 +14544,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
14490
14544
  clearSize: string;
14491
14545
  }, any>>>;
14492
14546
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
14547
+ countTextColorDisabled: string;
14493
14548
  countTextColor: string;
14494
14549
  heightTiny: string;
14495
14550
  heightSmall: string;
@@ -14718,6 +14773,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
14718
14773
  name: "common";
14719
14774
  };
14720
14775
  self: {
14776
+ countTextColorDisabled: string;
14721
14777
  countTextColor: string;
14722
14778
  heightTiny: string;
14723
14779
  heightSmall: string;
@@ -14785,6 +14841,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
14785
14841
  cssVars: import("vue").ComputedRef<{
14786
14842
  '--n-bezier': string;
14787
14843
  '--n-count-text-color': string;
14844
+ '--n-count-text-color-disabled': string;
14788
14845
  '--n-color': string;
14789
14846
  '--n-font-size': string;
14790
14847
  '--n-border-radius': string;
@@ -14839,6 +14896,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
14839
14896
  select: () => void;
14840
14897
  activate: () => void;
14841
14898
  deactivate: () => void;
14899
+ scrollTo: (options: ScrollToOptions) => void;
14842
14900
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14843
14901
  bordered: {
14844
14902
  type: import("vue").PropType<boolean | undefined>;
@@ -14898,6 +14956,9 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
14898
14956
  default: undefined;
14899
14957
  };
14900
14958
  allowInput: import("vue").PropType<(value: string) => boolean>;
14959
+ renderCount: import("vue").PropType<(props: {
14960
+ value: string;
14961
+ }) => import("vue").VNodeChild>;
14901
14962
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
14902
14963
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
14903
14964
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -14926,6 +14987,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
14926
14987
  internalLoadingBeforeSuffix: BooleanConstructor;
14927
14988
  showPasswordToggle: BooleanConstructor;
14928
14989
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
14990
+ countTextColorDisabled: string;
14929
14991
  countTextColor: string;
14930
14992
  heightTiny: string;
14931
14993
  heightSmall: string;
@@ -14986,6 +15048,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
14986
15048
  clearSize: string;
14987
15049
  }, any>>;
14988
15050
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
15051
+ countTextColorDisabled: string;
14989
15052
  countTextColor: string;
14990
15053
  heightTiny: string;
14991
15054
  heightSmall: string;
@@ -15046,6 +15109,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
15046
15109
  clearSize: string;
15047
15110
  }, any>>>;
15048
15111
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
15112
+ countTextColorDisabled: string;
15049
15113
  countTextColor: string;
15050
15114
  heightTiny: string;
15051
15115
  heightSmall: string;
@@ -16038,6 +16102,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
16038
16102
  calendarRightPaddingYearrange: string;
16039
16103
  }, {
16040
16104
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
16105
+ countTextColorDisabled: string;
16041
16106
  countTextColor: string;
16042
16107
  heightTiny: string;
16043
16108
  heightSmall: string;
@@ -16527,6 +16592,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
16527
16592
  rippleDuration: string;
16528
16593
  }, any>;
16529
16594
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
16595
+ countTextColorDisabled: string;
16530
16596
  countTextColor: string;
16531
16597
  heightTiny: string;
16532
16598
  heightSmall: string;
@@ -16656,6 +16722,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
16656
16722
  calendarRightPaddingYearrange: string;
16657
16723
  }, {
16658
16724
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
16725
+ countTextColorDisabled: string;
16659
16726
  countTextColor: string;
16660
16727
  heightTiny: string;
16661
16728
  heightSmall: string;
@@ -17145,6 +17212,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
17145
17212
  rippleDuration: string;
17146
17213
  }, any>;
17147
17214
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
17215
+ countTextColorDisabled: string;
17148
17216
  countTextColor: string;
17149
17217
  heightTiny: string;
17150
17218
  heightSmall: string;
@@ -17274,6 +17342,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
17274
17342
  calendarRightPaddingYearrange: string;
17275
17343
  }, {
17276
17344
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
17345
+ countTextColorDisabled: string;
17277
17346
  countTextColor: string;
17278
17347
  heightTiny: string;
17279
17348
  heightSmall: string;
@@ -17763,6 +17832,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
17763
17832
  rippleDuration: string;
17764
17833
  }, any>;
17765
17834
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
17835
+ countTextColorDisabled: string;
17766
17836
  countTextColor: string;
17767
17837
  heightTiny: string;
17768
17838
  heightSmall: string;
@@ -17936,6 +18006,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
17936
18006
  select: () => void;
17937
18007
  activate: () => void;
17938
18008
  deactivate: () => void;
18009
+ scrollTo: (options: ScrollToOptions) => void;
17939
18010
  } | null>;
17940
18011
  isMounted: Readonly<import("vue").Ref<boolean>>;
17941
18012
  displayTime: import("vue").Ref<string>;
@@ -18139,6 +18210,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
18139
18210
  };
18140
18211
  peers: {
18141
18212
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
18213
+ countTextColorDisabled: string;
18142
18214
  countTextColor: string;
18143
18215
  heightTiny: string;
18144
18216
  heightSmall: string;
@@ -18628,6 +18700,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
18628
18700
  rippleDuration: string;
18629
18701
  }, any>;
18630
18702
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
18703
+ countTextColorDisabled: string;
18631
18704
  countTextColor: string;
18632
18705
  heightTiny: string;
18633
18706
  heightSmall: string;
@@ -18915,6 +18988,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
18915
18988
  rippleDuration: string;
18916
18989
  }, any>> | undefined;
18917
18990
  Input?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
18991
+ countTextColorDisabled: string;
18918
18992
  countTextColor: string;
18919
18993
  heightTiny: string;
18920
18994
  heightSmall: string;
@@ -18986,8 +19060,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
18986
19060
  actions: import("vue").ComputedRef<string[] | undefined>;
18987
19061
  triggerCssVars: import("vue").ComputedRef<{
18988
19062
  '--n-bezier': string;
18989
- '--n-icon-color': string;
18990
- '--n-icon-color-disabled': string;
19063
+ '--n-icon-color-override': string;
19064
+ '--n-icon-color-disabled-override': string;
18991
19065
  }> | undefined;
18992
19066
  triggerThemeClass: import("vue").Ref<string> | undefined;
18993
19067
  triggerOnRender: (() => void) | undefined;
@@ -19170,6 +19244,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
19170
19244
  calendarRightPaddingYearrange: string;
19171
19245
  }, {
19172
19246
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
19247
+ countTextColorDisabled: string;
19173
19248
  countTextColor: string;
19174
19249
  heightTiny: string;
19175
19250
  heightSmall: string;
@@ -19659,6 +19734,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
19659
19734
  rippleDuration: string;
19660
19735
  }, any>;
19661
19736
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
19737
+ countTextColorDisabled: string;
19662
19738
  countTextColor: string;
19663
19739
  heightTiny: string;
19664
19740
  heightSmall: string;
@@ -19788,6 +19864,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
19788
19864
  calendarRightPaddingYearrange: string;
19789
19865
  }, {
19790
19866
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
19867
+ countTextColorDisabled: string;
19791
19868
  countTextColor: string;
19792
19869
  heightTiny: string;
19793
19870
  heightSmall: string;
@@ -20277,6 +20354,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
20277
20354
  rippleDuration: string;
20278
20355
  }, any>;
20279
20356
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
20357
+ countTextColorDisabled: string;
20280
20358
  countTextColor: string;
20281
20359
  heightTiny: string;
20282
20360
  heightSmall: string;
@@ -20406,6 +20484,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
20406
20484
  calendarRightPaddingYearrange: string;
20407
20485
  }, {
20408
20486
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
20487
+ countTextColorDisabled: string;
20409
20488
  countTextColor: string;
20410
20489
  heightTiny: string;
20411
20490
  heightSmall: string;
@@ -20895,6 +20974,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
20895
20974
  rippleDuration: string;
20896
20975
  }, any>;
20897
20976
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
20977
+ countTextColorDisabled: string;
20898
20978
  countTextColor: string;
20899
20979
  heightTiny: string;
20900
20980
  heightSmall: string;
@@ -21391,6 +21471,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
21391
21471
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
21392
21472
  readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
21393
21473
  readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
21474
+ readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
21394
21475
  readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
21395
21476
  readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
21396
21477
  readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
@@ -22213,6 +22294,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
22213
22294
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
22214
22295
  readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
22215
22296
  readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
22297
+ readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
22216
22298
  readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
22217
22299
  readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
22218
22300
  readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
@@ -26192,6 +26274,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
26192
26274
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
26193
26275
  readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
26194
26276
  readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
26277
+ readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
26195
26278
  readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
26196
26279
  readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
26197
26280
  readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
@@ -27014,6 +27097,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
27014
27097
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
27015
27098
  readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
27016
27099
  readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
27100
+ readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
27017
27101
  readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
27018
27102
  readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
27019
27103
  readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
@@ -27755,6 +27839,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
27755
27839
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
27756
27840
  readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
27757
27841
  readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
27842
+ readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
27758
27843
  readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
27759
27844
  readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
27760
27845
  readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
@@ -28577,6 +28662,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
28577
28662
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
28578
28663
  readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
28579
28664
  readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
28665
+ readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
28580
28666
  readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
28581
28667
  readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
28582
28668
  readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
@@ -29293,6 +29379,9 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
29293
29379
  default: undefined;
29294
29380
  };
29295
29381
  allowInput: import("vue").PropType<(value: string) => boolean>;
29382
+ renderCount: import("vue").PropType<(props: {
29383
+ value: string;
29384
+ }) => import("vue").VNodeChild>;
29296
29385
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
29297
29386
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
29298
29387
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -29321,6 +29410,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
29321
29410
  internalLoadingBeforeSuffix: BooleanConstructor;
29322
29411
  showPasswordToggle: BooleanConstructor;
29323
29412
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
29413
+ countTextColorDisabled: string;
29324
29414
  countTextColor: string;
29325
29415
  heightTiny: string;
29326
29416
  heightSmall: string;
@@ -29381,6 +29471,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
29381
29471
  clearSize: string;
29382
29472
  }, any>>;
29383
29473
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
29474
+ countTextColorDisabled: string;
29384
29475
  countTextColor: string;
29385
29476
  heightTiny: string;
29386
29477
  heightSmall: string;
@@ -29441,6 +29532,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
29441
29532
  clearSize: string;
29442
29533
  }, any>>>;
29443
29534
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
29535
+ countTextColorDisabled: string;
29444
29536
  countTextColor: string;
29445
29537
  heightTiny: string;
29446
29538
  heightSmall: string;
@@ -29669,6 +29761,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
29669
29761
  name: "common";
29670
29762
  };
29671
29763
  self: {
29764
+ countTextColorDisabled: string;
29672
29765
  countTextColor: string;
29673
29766
  heightTiny: string;
29674
29767
  heightSmall: string;
@@ -29736,6 +29829,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
29736
29829
  cssVars: import("vue").ComputedRef<{
29737
29830
  '--n-bezier': string;
29738
29831
  '--n-count-text-color': string;
29832
+ '--n-count-text-color-disabled': string;
29739
29833
  '--n-color': string;
29740
29834
  '--n-font-size': string;
29741
29835
  '--n-border-radius': string;
@@ -29790,6 +29884,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
29790
29884
  select: () => void;
29791
29885
  activate: () => void;
29792
29886
  deactivate: () => void;
29887
+ scrollTo: (options: ScrollToOptions) => void;
29793
29888
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
29794
29889
  bordered: {
29795
29890
  type: import("vue").PropType<boolean | undefined>;
@@ -29849,6 +29944,9 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
29849
29944
  default: undefined;
29850
29945
  };
29851
29946
  allowInput: import("vue").PropType<(value: string) => boolean>;
29947
+ renderCount: import("vue").PropType<(props: {
29948
+ value: string;
29949
+ }) => import("vue").VNodeChild>;
29852
29950
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
29853
29951
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
29854
29952
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -29877,6 +29975,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
29877
29975
  internalLoadingBeforeSuffix: BooleanConstructor;
29878
29976
  showPasswordToggle: BooleanConstructor;
29879
29977
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
29978
+ countTextColorDisabled: string;
29880
29979
  countTextColor: string;
29881
29980
  heightTiny: string;
29882
29981
  heightSmall: string;
@@ -29937,6 +30036,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
29937
30036
  clearSize: string;
29938
30037
  }, any>>;
29939
30038
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
30039
+ countTextColorDisabled: string;
29940
30040
  countTextColor: string;
29941
30041
  heightTiny: string;
29942
30042
  heightSmall: string;
@@ -29997,6 +30097,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
29997
30097
  clearSize: string;
29998
30098
  }, any>>>;
29999
30099
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
30100
+ countTextColorDisabled: string;
30000
30101
  countTextColor: string;
30001
30102
  heightTiny: string;
30002
30103
  heightSmall: string;
@@ -31188,6 +31289,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
31188
31289
  rippleDuration: string;
31189
31290
  }, any>;
31190
31291
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
31292
+ countTextColorDisabled: string;
31191
31293
  countTextColor: string;
31192
31294
  heightTiny: string;
31193
31295
  heightSmall: string;
@@ -31474,6 +31576,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
31474
31576
  rippleDuration: string;
31475
31577
  }, any>;
31476
31578
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
31579
+ countTextColorDisabled: string;
31477
31580
  countTextColor: string;
31478
31581
  heightTiny: string;
31479
31582
  heightSmall: string;
@@ -31760,6 +31863,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
31760
31863
  rippleDuration: string;
31761
31864
  }, any>;
31762
31865
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
31866
+ countTextColorDisabled: string;
31763
31867
  countTextColor: string;
31764
31868
  heightTiny: string;
31765
31869
  heightSmall: string;
@@ -31840,6 +31944,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
31840
31944
  select: () => void;
31841
31945
  activate: () => void;
31842
31946
  deactivate: () => void;
31947
+ scrollTo: (options: ScrollToOptions) => void;
31843
31948
  } | null>;
31844
31949
  panelInstRef: import("vue").Ref<{
31845
31950
  $el: HTMLElement;
@@ -32266,6 +32371,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
32266
32371
  rippleDuration: string;
32267
32372
  }, any>;
32268
32373
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
32374
+ countTextColorDisabled: string;
32269
32375
  countTextColor: string;
32270
32376
  heightTiny: string;
32271
32377
  heightSmall: string;
@@ -32345,8 +32451,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
32345
32451
  };
32346
32452
  }>;
32347
32453
  triggerCssVars: import("vue").ComputedRef<{
32348
- '--n-icon-color': string;
32349
- '--n-icon-color-disabled': string;
32454
+ '--n-icon-color-override': string;
32455
+ '--n-icon-color-disabled-override': string;
32350
32456
  '--n-bezier': string;
32351
32457
  }> | undefined;
32352
32458
  triggerThemeClass: import("vue").Ref<string> | undefined;
@@ -32670,6 +32776,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
32670
32776
  rippleDuration: string;
32671
32777
  }, any>;
32672
32778
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
32779
+ countTextColorDisabled: string;
32673
32780
  countTextColor: string;
32674
32781
  heightTiny: string;
32675
32782
  heightSmall: string;
@@ -32956,6 +33063,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
32956
33063
  rippleDuration: string;
32957
33064
  }, any>;
32958
33065
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
33066
+ countTextColorDisabled: string;
32959
33067
  countTextColor: string;
32960
33068
  heightTiny: string;
32961
33069
  heightSmall: string;
@@ -33242,6 +33350,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
33242
33350
  rippleDuration: string;
33243
33351
  }, any>;
33244
33352
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
33353
+ countTextColorDisabled: string;
33245
33354
  countTextColor: string;
33246
33355
  heightTiny: string;
33247
33356
  heightSmall: string;
@@ -33689,6 +33798,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
33689
33798
  readonly type: StringConstructor;
33690
33799
  readonly default: "children";
33691
33800
  };
33801
+ readonly disabledField: {
33802
+ readonly type: StringConstructor;
33803
+ readonly default: "disabled";
33804
+ };
33692
33805
  readonly defaultExpandedKeys: {
33693
33806
  readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
33694
33807
  readonly default: () => never[];
@@ -34651,6 +34764,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
34651
34764
  readonly type: StringConstructor;
34652
34765
  readonly default: "children";
34653
34766
  };
34767
+ readonly disabledField: {
34768
+ readonly type: StringConstructor;
34769
+ readonly default: "disabled";
34770
+ };
34654
34771
  readonly defaultExpandedKeys: {
34655
34772
  readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
34656
34773
  readonly default: () => never[];
@@ -35205,6 +35322,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
35205
35322
  readonly allowCheckingNotLoaded: boolean;
35206
35323
  readonly cascade: boolean;
35207
35324
  readonly checkStrategy: import("treemate").CheckStrategy;
35325
+ readonly disabledField: string;
35208
35326
  readonly leafOnly: boolean;
35209
35327
  readonly showPath: boolean;
35210
35328
  readonly defaultExpandedKeys: import("naive-ui/es/tree/src/interface").Key[];