cnhis-design-vue 3.1.18-beta.4 → 3.1.18-beta.7

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 (442) 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 +47 -98
  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 +63 -99
  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 +6 -16
  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 +28 -37
  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 +6 -16
  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 +113 -190
  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 +113 -190
  60. package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +1 -1
  61. package/es/components/button-print/src/components/IdentityVerification.js +2 -1
  62. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +59 -117
  63. package/es/components/button-print/src/utils/dialog.d.ts +6 -0
  64. package/es/components/button-print/src/utils/dialog.js +65 -0
  65. package/es/components/button-print/src/utils/index.js +1 -1
  66. package/es/components/button-print/src/utils/print.d.ts +6 -0
  67. package/es/components/button-print/src/utils/print.js +1 -325
  68. package/es/components/button-print/src/utils/print2.js +330 -0
  69. package/es/components/chunk-upload/index.d.ts +22 -28
  70. package/es/components/chunk-upload/index.js +1 -14
  71. package/es/components/chunk-upload/index2.js +14 -0
  72. package/es/components/chunk-upload/src/chunk-upload-new.js +2 -2
  73. package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +32 -38
  74. package/es/components/chunk-upload/src/hooks/upload-computed.js +1 -70
  75. package/es/components/chunk-upload/src/hooks/upload-computed2.js +70 -0
  76. package/es/components/chunk-upload/src/hooks/upload-data.js +1 -96
  77. package/es/components/chunk-upload/src/hooks/upload-data2.js +96 -0
  78. package/es/components/chunk-upload/src/hooks/vod-computed.js +1 -79
  79. package/es/components/chunk-upload/src/hooks/vod-computed2.js +79 -0
  80. package/es/components/chunk-upload/src/hooks/vod-data.js +1 -28
  81. package/es/components/chunk-upload/src/hooks/vod-data2.js +28 -0
  82. package/es/components/chunk-upload/src/vod-chunk-upload/index.js +0 -1
  83. package/es/components/chunk-upload/src/vod-chunk-upload/index2.js +2 -0
  84. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.js +2 -2
  85. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +22 -28
  86. package/es/components/drag-layout/index.d.ts +298 -478
  87. package/es/components/drag-layout/index.js +1 -11
  88. package/es/components/drag-layout/index2.js +11 -0
  89. package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +92 -147
  90. package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +79 -110
  91. package/es/components/drag-layout/src/DragLayout.vue.d.ts +298 -478
  92. package/es/components/editor/index.js +1 -10
  93. package/es/components/editor/index2.js +10 -0
  94. package/es/components/fabric-chart/index.js +1 -10
  95. package/es/components/fabric-chart/index2.js +10 -0
  96. package/es/components/fabric-chart/src/FabricChart.js +9 -9
  97. package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
  98. package/es/components/fabric-chart/src/components/PopupTip.js +1 -1
  99. package/es/components/fabric-chart/src/components/useStyle.js +1 -36
  100. package/es/components/fabric-chart/src/components/useStyle2.js +36 -0
  101. package/es/components/fabric-chart/src/hooks/constant.js +1 -36
  102. package/es/components/fabric-chart/src/hooks/constant2.js +36 -0
  103. package/es/components/fabric-chart/src/hooks/index.js +9 -9
  104. package/es/components/fabric-chart/src/hooks/useBottom.js +1 -85
  105. package/es/components/fabric-chart/src/hooks/useBottom2.js +85 -0
  106. package/es/components/fabric-chart/src/hooks/useCenter.js +1 -534
  107. package/es/components/fabric-chart/src/hooks/useCenter2.js +534 -0
  108. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -60
  109. package/es/components/fabric-chart/src/hooks/useCumputedPoint2.js +60 -0
  110. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -153
  111. package/es/components/fabric-chart/src/hooks/useDraw2.js +153 -0
  112. package/es/components/fabric-chart/src/hooks/useEvent.js +1 -85
  113. package/es/components/fabric-chart/src/hooks/useEvent2.js +85 -0
  114. package/es/components/fabric-chart/src/hooks/useGrid.js +1 -50
  115. package/es/components/fabric-chart/src/hooks/useGrid2.js +50 -0
  116. package/es/components/fabric-chart/src/hooks/useLeft.js +1 -282
  117. package/es/components/fabric-chart/src/hooks/useLeft2.js +282 -0
  118. package/es/components/fabric-chart/src/hooks/useOther.js +1 -85
  119. package/es/components/fabric-chart/src/hooks/useOther2.js +85 -0
  120. package/es/components/fabric-chart/src/hooks/useRight.js +1 -27
  121. package/es/components/fabric-chart/src/hooks/useRight2.js +27 -0
  122. package/es/components/fabric-chart/src/hooks/useShadow.js +1 -127
  123. package/es/components/fabric-chart/src/hooks/useShadow2.js +127 -0
  124. package/es/components/fabric-chart/src/hooks/useTop.js +1 -138
  125. package/es/components/fabric-chart/src/hooks/useTop2.js +138 -0
  126. package/es/components/fabric-chart/src/interface.js +1 -4
  127. package/es/components/fabric-chart/src/interface2.js +4 -0
  128. package/es/{packages/components → components}/fabric-chart/src/utils/index.d.ts +0 -0
  129. package/es/components/field-set/index.d.ts +92 -142
  130. package/es/components/field-set/index.js +1 -10
  131. package/es/components/field-set/index2.js +10 -0
  132. package/es/components/field-set/src/FieldSet.vue.d.ts +92 -142
  133. package/es/components/form-config/index.d.ts +122 -264
  134. package/es/components/form-config/index.js +1 -10
  135. package/es/components/form-config/index2.js +10 -0
  136. package/es/components/form-config/src/FormConfig.js +3 -3
  137. package/es/components/form-config/src/FormConfig.vue.d.ts +122 -264
  138. package/es/components/form-config/src/components/FormConfigCreator.js +4 -4
  139. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +57 -107
  140. package/es/components/form-config/src/components/FormConfigDragDisplay.js +2 -2
  141. package/es/components/form-config/src/components/FormConfigEdit.js +5 -5
  142. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +43 -129
  143. package/es/components/form-config/src/components/renderer/CloseButton.js +1 -1
  144. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +22 -28
  145. package/es/components/form-config/src/components/renderer/ComplexNode.js +2 -2
  146. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +22 -28
  147. package/es/components/form-config/src/components/renderer/DefaultNode.js +4 -4
  148. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +48 -61
  149. package/es/components/form-config/src/constants/index.js +1 -60
  150. package/es/components/form-config/src/constants/index2.js +60 -0
  151. package/es/components/form-config/src/hooks/index.js +2 -2
  152. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -52
  153. package/es/components/form-config/src/hooks/useConfigurationField2.js +52 -0
  154. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -27
  155. package/es/components/form-config/src/hooks/useSortalbeConfig2.js +27 -0
  156. package/es/components/form-config/src/utils/index.js +1 -26
  157. package/es/components/form-config/src/utils/index2.js +26 -0
  158. package/es/components/form-render/index.d.ts +31 -69
  159. package/es/components/form-render/index.js +14 -23
  160. package/es/components/form-render/index2.js +46 -0
  161. package/es/components/form-render/src/FormRender.js +12 -22
  162. package/es/components/form-render/src/FormRender.vue.d.ts +31 -69
  163. package/es/components/form-render/src/components/renderer/cascader.js +7 -7
  164. package/es/components/form-render/src/components/renderer/checkbox.js +2 -2
  165. package/es/components/form-render/src/components/renderer/combination.js +4 -4
  166. package/es/components/form-render/src/components/renderer/complex.js +1 -1
  167. package/es/components/form-render/src/components/renderer/date.js +4 -4
  168. package/es/components/form-render/src/components/renderer/formItem.js +3 -3
  169. package/es/components/form-render/src/components/renderer/index.js +1 -1
  170. package/es/components/form-render/src/components/renderer/index2.js +18 -0
  171. package/es/components/form-render/src/components/renderer/input.d.ts +10 -2
  172. package/es/components/form-render/src/components/renderer/input.js +20 -4
  173. package/es/components/form-render/src/components/renderer/inputGroup.js +1 -8
  174. package/es/components/form-render/src/components/renderer/inputGroup2.js +8 -0
  175. package/es/components/form-render/src/components/renderer/inputNumber.js +4 -2
  176. package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.js +1 -33
  177. package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate2.js +33 -0
  178. package/es/components/form-render/src/components/renderer/jsonCombination/index.js +2 -2
  179. package/es/components/form-render/src/components/renderer/linebar.js +3 -3
  180. package/es/components/form-render/src/components/renderer/radio.js +2 -2
  181. package/es/components/form-render/src/components/renderer/select.js +7 -7
  182. package/es/components/form-render/src/components/renderer/slider.js +3 -3
  183. package/es/components/form-render/src/components/renderer/switch.js +2 -2
  184. package/es/components/form-render/src/components/renderer/textarea.d.ts +8 -845
  185. package/es/components/form-render/src/components/renderer/textarea.js +30 -7
  186. package/es/components/form-render/src/constants/index.js +1 -41
  187. package/es/components/form-render/src/constants/index2.js +41 -0
  188. package/es/components/form-render/src/hooks/index.js +13 -13
  189. package/es/components/form-render/src/hooks/useAnchor.js +1 -90
  190. package/es/components/form-render/src/hooks/useAnchor2.js +90 -0
  191. package/es/components/form-render/src/hooks/useAsyncQueue.js +1 -144
  192. package/es/components/form-render/src/hooks/useAsyncQueue2.js +144 -0
  193. package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -98
  194. package/es/components/form-render/src/hooks/useBusinessBinding2.js +98 -0
  195. package/es/components/form-render/src/hooks/useChangeContext.js +1 -20
  196. package/es/components/form-render/src/hooks/useChangeContext2.js +20 -0
  197. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -0
  198. package/es/components/form-render/src/hooks/useCommonInjection.js +1 -23
  199. package/es/components/form-render/src/hooks/useCommonInjection2.js +32 -0
  200. package/es/components/form-render/src/hooks/useCommonLog.js +1 -10
  201. package/es/components/form-render/src/hooks/useCommonLog2.js +10 -0
  202. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -243
  203. package/es/components/form-render/src/hooks/useFieldListAdaptor2.js +243 -0
  204. package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -67
  205. package/es/components/form-render/src/hooks/useFieldNormalize2.js +67 -0
  206. package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -38
  207. package/es/components/form-render/src/hooks/useFieldVisitor2.js +38 -0
  208. package/es/components/form-render/src/hooks/useFormContext.js +1 -66
  209. package/es/components/form-render/src/hooks/useFormContext2.js +66 -0
  210. package/es/components/form-render/src/hooks/useFormField.js +1 -13
  211. package/es/components/form-render/src/hooks/useFormField2.js +13 -0
  212. package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -34
  213. package/es/components/form-render/src/hooks/useFormItemDeps2.js +34 -0
  214. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.js +1 -10
  215. package/es/components/form-render/src/hooks/useFormRenderLifeCycle2.js +10 -0
  216. package/es/components/form-render/src/hooks/useFormRequest.js +1 -12
  217. package/es/components/form-render/src/hooks/useFormRequest2.js +12 -0
  218. package/es/components/form-render/src/hooks/useFormValidator.js +1 -67
  219. package/es/components/form-render/src/hooks/useFormValidator2.js +67 -0
  220. package/es/components/form-render/src/hooks/usePresetScope.js +1 -25
  221. package/es/components/form-render/src/hooks/usePresetScope2.js +25 -0
  222. package/es/components/form-render/src/utils/business.js +1 -78
  223. package/es/components/form-render/src/utils/business2.js +78 -0
  224. package/es/components/form-render/src/utils/dom.js +1 -14
  225. package/es/components/form-render/src/utils/dom2.js +14 -0
  226. package/es/components/form-render/src/utils/index.js +3 -4
  227. package/es/components/form-render/src/utils/schema.d.ts +3 -0
  228. package/es/components/form-render/src/utils/schema.js +1 -86
  229. package/es/components/form-render/src/utils/schema2.js +93 -0
  230. package/es/components/form-table/index.d.ts +408 -654
  231. package/es/components/form-table/index.js +1 -10
  232. package/es/components/form-table/index2.js +10 -0
  233. package/es/components/form-table/src/FormTable.js +2 -2
  234. package/es/components/form-table/src/FormTable.vue.d.ts +408 -654
  235. package/es/components/form-table/src/components/index.d.ts +408 -654
  236. package/es/components/form-table/src/components/index.js +1 -40
  237. package/es/components/form-table/src/components/index2.js +40 -0
  238. package/es/components/form-table/src/components/table-age.js +1 -1
  239. package/es/components/form-table/src/components/table-age.vue.d.ts +61 -101
  240. package/es/components/form-table/src/components/table-date-picker.js +2 -2
  241. package/es/components/form-table/src/components/table-date-picker.vue.d.ts +26 -59
  242. package/es/components/form-table/src/components/table-digital.js +1 -1
  243. package/es/components/form-table/src/components/table-digital.vue.d.ts +4 -26
  244. package/es/components/form-table/src/components/table-input-password.js +1 -1
  245. package/es/components/form-table/src/components/table-input-password.vue.d.ts +8 -17
  246. package/es/components/form-table/src/components/table-input.js +1 -1
  247. package/es/components/form-table/src/components/table-input.vue.d.ts +8 -17
  248. package/es/components/form-table/src/components/table-month-picker.js +2 -2
  249. package/es/components/form-table/src/components/table-month-picker.vue.d.ts +26 -59
  250. package/es/components/form-table/src/components/table-search-more.vue.d.ts +22 -28
  251. package/es/components/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +1 -1
  252. package/es/components/form-table/src/components/table-search.vue.d.ts +79 -103
  253. package/es/components/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +1 -1
  254. package/es/components/form-table/src/components/table-select-multiple.js +1 -1
  255. package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +57 -75
  256. package/es/components/form-table/src/components/table-select.js +1 -1
  257. package/es/components/form-table/src/components/table-select.vue.d.ts +57 -75
  258. package/es/components/form-table/src/components/table-textarea.js +1 -1
  259. package/es/components/form-table/src/components/table-textarea.vue.d.ts +8 -17
  260. package/es/components/form-table/src/components/table-time-picker.js +2 -2
  261. package/es/components/form-table/src/components/table-time-picker.vue.d.ts +19 -23
  262. package/es/components/form-table/src/components/table-tree-select.js +1 -1
  263. package/es/components/form-table/src/components/table-tree-select.vue.d.ts +31 -46
  264. package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +2 -8
  265. package/es/components/form-table/src/configs/index.js +1 -67
  266. package/es/components/form-table/src/configs/index2.js +67 -0
  267. package/es/components/form-table/src/hooks/index.js +5 -5
  268. package/es/components/form-table/src/hooks/useBoundDate.js +1 -414
  269. package/es/components/form-table/src/hooks/useBoundDate2.js +414 -0
  270. package/es/components/form-table/src/hooks/useDateType.js +1 -160
  271. package/es/components/form-table/src/hooks/useDateType2.js +160 -0
  272. package/es/components/form-table/src/hooks/useFormCommon.js +1 -101
  273. package/es/components/form-table/src/hooks/useFormCommon2.js +101 -0
  274. package/es/components/form-table/src/hooks/useFormEvent.js +1 -68
  275. package/es/components/form-table/src/hooks/useFormEvent2.js +68 -0
  276. package/es/components/form-table/src/hooks/useItemDefault.js +1 -218
  277. package/es/components/form-table/src/hooks/useItemDefault2.js +218 -0
  278. package/es/components/form-table/src/hooks/useNuiThemeOverrides.js +1 -18
  279. package/es/components/form-table/src/hooks/useNuiThemeOverrides2.js +18 -0
  280. package/es/components/form-table/src/hooks/useSearch.js +1 -1154
  281. package/es/components/form-table/src/hooks/useSearch2.js +1154 -0
  282. package/es/components/form-table/src/hooks/useValidate.js +1 -480
  283. package/es/components/form-table/src/hooks/useValidate2.js +480 -0
  284. package/es/components/grid/index.js +1 -13
  285. package/es/components/grid/index2.js +13 -0
  286. package/es/components/grid/src/Grid.js +1 -1
  287. package/es/components/grid/src/hooks.js +1 -165
  288. package/es/components/grid/src/hooks2.js +165 -0
  289. package/es/components/index.js +39 -96
  290. package/es/components/index2.js +79 -0
  291. package/es/components/info-header/index.d.ts +58 -233
  292. package/es/components/info-header/index.js +1 -10
  293. package/es/components/info-header/index2.js +10 -0
  294. package/es/components/info-header/src/HiddenContent.vue.d.ts +5 -12
  295. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +5 -12
  296. package/es/components/info-header/src/InfoHeader.vue.d.ts +58 -233
  297. package/es/components/map/index.d.ts +28 -37
  298. package/es/components/map/index.js +1 -10
  299. package/es/components/map/index2.js +10 -0
  300. package/es/components/map/src/Map.vue.d.ts +28 -37
  301. package/es/components/scale-view/index.d.ts +60 -74
  302. package/es/components/scale-view/index.js +1 -35
  303. package/es/components/scale-view/index2.js +35 -0
  304. package/es/components/scale-view/src/ScaleView.js +8 -8
  305. package/es/components/scale-view/src/ScaleView.vue.d.ts +60 -74
  306. package/es/components/scale-view/src/components/EvaluateCountdown.js +1 -1
  307. package/es/components/scale-view/src/components/EvaluatePage.js +1 -1
  308. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +22 -28
  309. package/es/components/scale-view/src/components/composables/choose-common.d.ts +1 -1
  310. package/es/components/scale-view/src/components/composables/choose-common.js +1 -83
  311. package/es/components/scale-view/src/components/composables/choose-common2.js +83 -0
  312. package/es/components/scale-view/src/components/formitem/address.js +1 -3993
  313. package/es/components/scale-view/src/components/formitem/address2.js +3993 -0
  314. package/es/components/scale-view/src/components/formitem/r-address.js +1 -1
  315. package/es/components/scale-view/src/components/formitem/r-checkbox.js +1 -1
  316. package/es/components/scale-view/src/components/formitem/r-map.js +1 -1
  317. package/es/components/scale-view/src/components/formitem/r-radio.js +1 -1
  318. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -8
  319. package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -309
  320. package/es/components/scale-view/src/hooks/scaleview-computed2.js +309 -0
  321. package/es/components/scale-view/src/hooks/scaleview-init.js +1 -437
  322. package/es/components/scale-view/src/hooks/scaleview-init2.js +437 -0
  323. package/es/components/scale-view/src/hooks/scaleview-props.js +1 -81
  324. package/es/components/scale-view/src/hooks/scaleview-props2.js +81 -0
  325. package/es/components/scale-view/src/hooks/scaleview-state.js +1 -38
  326. package/es/components/scale-view/src/hooks/scaleview-state2.js +38 -0
  327. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -154
  328. package/es/components/scale-view/src/hooks/scaleview-submit2.js +154 -0
  329. package/es/components/scale-view/src/hooks/scaleview-validate.js +1 -187
  330. package/es/components/scale-view/src/hooks/scaleview-validate2.js +187 -0
  331. package/es/components/scale-view/src/hooks/use-component.d.ts +177 -623
  332. package/es/components/scale-view/src/hooks/use-component.js +1 -82
  333. package/es/components/scale-view/src/hooks/use-component2.js +82 -0
  334. package/es/components/scale-view/src/hooks/use-evaluate.js +1 -150
  335. package/es/components/scale-view/src/hooks/use-evaluate2.js +150 -0
  336. package/es/components/scale-view/src/hooks/use-event.js +1 -129
  337. package/es/components/scale-view/src/hooks/use-event2.js +129 -0
  338. package/es/components/scale-view/src/hooks/use-noData.js +1 -41
  339. package/es/components/scale-view/src/hooks/use-noData2.js +41 -0
  340. package/es/components/scale-view/src/utils/judge-types.js +1 -36
  341. package/es/components/scale-view/src/utils/judge-types2.js +36 -0
  342. package/es/components/select-label/index.d.ts +253 -905
  343. package/es/components/select-label/index.js +1 -15
  344. package/es/components/select-label/index2.js +15 -0
  345. package/es/components/select-label/src/LabelFormContent.js +1 -1
  346. package/es/components/select-label/src/LabelFormContent.vue.d.ts +98 -313
  347. package/es/components/select-label/src/SelectLabel.vue.d.ts +162 -607
  348. package/es/components/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +1 -1
  349. package/es/components/select-label/src/components/label-classify.vue.d.ts +70 -246
  350. package/es/components/select-person/index.d.ts +111 -151
  351. package/es/components/select-person/index.js +1 -10
  352. package/es/components/select-person/index2.js +10 -0
  353. package/es/components/select-person/src/SearchTree.vue.d.ts +40 -55
  354. package/es/components/select-person/src/SelectPerson.vue.d.ts +117 -159
  355. package/es/components/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +1 -1
  356. package/es/components/select-person/src/utils/index.js +1 -84
  357. package/es/components/select-person/src/utils/index2.js +84 -0
  358. package/es/components/shortcut-provider/index.js +3 -12
  359. package/es/components/shortcut-provider/index2.js +13 -0
  360. package/es/components/shortcut-provider/src/ShortcutProvider.js +3 -3
  361. package/es/components/shortcut-provider/src/constants/index.js +1 -8
  362. package/es/components/shortcut-provider/src/constants/index2.js +8 -0
  363. package/es/components/shortcut-provider/src/hooks/index.js +2 -2
  364. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.js +1 -12
  365. package/es/components/shortcut-provider/src/hooks/useShortcutSignature2.js +12 -0
  366. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -181
  367. package/es/components/shortcut-provider/src/hooks/useShortcuts2.js +181 -0
  368. package/es/components/shortcut-provider/src/utils/index.js +1 -59
  369. package/es/components/shortcut-provider/src/utils/index2.js +59 -0
  370. package/es/components/shortcut-setter/index.d.ts +31 -69
  371. package/es/components/shortcut-setter/index.js +1 -10
  372. package/es/components/shortcut-setter/index2.js +10 -0
  373. package/es/components/shortcut-setter/src/ShortcutSetter.js +4 -4
  374. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +31 -69
  375. package/es/components/shortcut-setter/src/ShortcutSetterItem.js +1 -1
  376. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +6 -9
  377. package/es/components/steps-wheel/index.d.ts +2 -8
  378. package/es/components/steps-wheel/index.js +1 -10
  379. package/es/components/steps-wheel/index2.js +10 -0
  380. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +2 -8
  381. package/es/components/time-line/index.d.ts +30 -55
  382. package/es/components/time-line/index.js +1 -10
  383. package/es/components/time-line/index2.js +10 -0
  384. package/es/components/time-line/src/TimeLine.vue.d.ts +30 -55
  385. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +22 -28
  386. package/es/shared/components/SelectPage/index.js +0 -1
  387. package/es/shared/components/SelectPage/index2.js +2 -0
  388. package/es/shared/components/SlotRender/index.js +0 -1
  389. package/es/shared/components/SlotRender/index2.js +2 -0
  390. package/es/shared/components/SvgIcon/index.js +0 -1
  391. package/es/shared/components/SvgIcon/index2.js +2 -0
  392. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -8
  393. package/es/shared/components/TextOverTooltip/index.js +0 -1
  394. package/es/shared/components/TextOverTooltip/index2.js +2 -0
  395. package/es/shared/global/variable.js +1 -4
  396. package/es/shared/global/variable2.js +4 -0
  397. package/es/shared/utils/anime.js +1 -129
  398. package/es/shared/utils/anime2.js +129 -0
  399. package/es/shared/utils/clickoutside.js +1 -48
  400. package/es/shared/utils/clickoutside2.js +48 -0
  401. package/es/shared/utils/colorLog.js +1 -44
  402. package/es/shared/utils/colorLog2.js +44 -0
  403. package/es/shared/utils/index.js +1 -25
  404. package/es/shared/utils/index2.js +25 -0
  405. package/es/shared/utils/loadViewer.js +1 -11
  406. package/es/shared/utils/loadViewer2.js +11 -0
  407. package/es/shared/utils/loadVxe.js +1 -12
  408. package/es/shared/utils/loadVxe2.js +12 -0
  409. package/es/shared/utils/state.js +1 -44
  410. package/es/shared/utils/state2.js +44 -0
  411. package/es/shared/utils/tapable/AsyncParallelBailHook.js +2 -17
  412. package/es/shared/utils/tapable/AsyncParallelHook.js +2 -17
  413. package/es/shared/utils/tapable/AsyncSeriesBailHook.js +2 -17
  414. package/es/shared/utils/tapable/AsyncSeriesHook.js +2 -17
  415. package/es/shared/utils/tapable/AsyncSeriesLoopHook.js +2 -17
  416. package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.js +2 -19
  417. package/es/shared/utils/tapable/SyncBailHook.js +2 -23
  418. package/es/shared/utils/tapable/SyncHook.js +2 -23
  419. package/es/shared/utils/tapable/SyncLoopHook.js +2 -23
  420. package/es/{packages/shared → shared}/utils/tapable/index.d.ts +0 -0
  421. package/es/shared/utils/utilExpand.d.ts +1 -1
  422. package/es/shared/utils/utilExpand.js +47 -46
  423. package/es/shared/utils/vexutils.js +1 -22
  424. package/package.json +2 -2
  425. package/es/components/big-table/src/components/edit-form/edit-select-table.js +0 -149
  426. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.js +0 -373
  427. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.js +0 -131
  428. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/index.js +0 -18
  429. package/es/components/bpmn-workflow/src/custom/customModeler/index.js +0 -12
  430. package/es/components/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.js +0 -47
  431. package/es/components/bpmn-workflow/src/custom/customRules/no-task.js +0 -1
  432. package/es/components/bpmn-workflow/src/custom/customRules/no-task2.js +0 -16
  433. package/es/components/bpmn-workflow/src/custom/customTranslate/customTranslate.js +0 -15
  434. package/es/components/bpmn-workflow/src/custom/customTranslate/zh.js +0 -227
  435. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.js +0 -80
  436. package/es/shared/components/player-vod/index.js +0 -14
  437. package/es/shared/components/player-vod/video-list.js +0 -126
  438. package/es/shared/core/create.js +0 -8
  439. package/es/shared/utils/crypto.js +0 -25
  440. package/es/shared/utils/tapable/HookMap.js +0 -32
  441. package/es/shared/utils/tapable/MultiHook.js +0 -38
  442. package/es/shared/utils/tapable/index.js +0 -12
@@ -209,7 +209,10 @@ export declare function useComponents(): {
209
209
  };
210
210
  readonly remote: BooleanConstructor;
211
211
  readonly loading: BooleanConstructor;
212
- readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
212
+ readonly filter: {
213
+ readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
214
+ readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
215
+ };
213
216
  readonly placement: {
214
217
  readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
215
218
  readonly default: "bottom-start";
@@ -219,10 +222,19 @@ export declare function useComponents(): {
219
222
  readonly default: "trigger";
220
223
  };
221
224
  readonly tag: BooleanConstructor;
222
- readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
225
+ readonly onCreate: {
226
+ readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
227
+ readonly default: (label: string) => {
228
+ label: string;
229
+ value: string;
230
+ };
231
+ };
223
232
  readonly fallbackOption: {
224
- readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
225
- readonly default: undefined;
233
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
234
+ readonly default: () => (value: string | number) => {
235
+ label: string;
236
+ value: string | number;
237
+ };
226
238
  };
227
239
  readonly show: {
228
240
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -241,18 +253,6 @@ export declare function useComponents(): {
241
253
  readonly type: BooleanConstructor;
242
254
  readonly default: true;
243
255
  };
244
- readonly labelField: {
245
- readonly type: StringConstructor;
246
- readonly default: "label";
247
- };
248
- readonly valueField: {
249
- readonly type: StringConstructor;
250
- readonly default: "value";
251
- };
252
- readonly childrenField: {
253
- readonly type: StringConstructor;
254
- readonly default: "children";
255
- };
256
256
  readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
257
257
  readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
258
258
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
@@ -275,10 +275,6 @@ export declare function useComponents(): {
275
275
  readonly default: true;
276
276
  };
277
277
  readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
278
- readonly internalShowCheckmark: {
279
- readonly type: BooleanConstructor;
280
- readonly default: true;
281
- };
282
278
  readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
283
279
  readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
284
280
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -374,7 +370,6 @@ export declare function useComponents(): {
374
370
  optionCheckColor: string;
375
371
  optionColorPending: string;
376
372
  optionColorActive: string;
377
- optionColorActivePending: string;
378
373
  actionTextColor: string;
379
374
  loadingColor: string;
380
375
  height: string;
@@ -500,7 +495,6 @@ export declare function useComponents(): {
500
495
  optionCheckColor: string;
501
496
  optionColorPending: string;
502
497
  optionColorActive: string;
503
- optionColorActivePending: string;
504
498
  actionTextColor: string;
505
499
  loadingColor: string;
506
500
  height: string;
@@ -626,7 +620,6 @@ export declare function useComponents(): {
626
620
  optionCheckColor: string;
627
621
  optionColorPending: string;
628
622
  optionColorActive: string;
629
- optionColorActivePending: string;
630
623
  actionTextColor: string;
631
624
  loadingColor: string;
632
625
  height: string;
@@ -756,11 +749,10 @@ export declare function useComponents(): {
756
749
  opacity5: string;
757
750
  dividerColor: string;
758
751
  borderColor: string;
759
- closeIconColor: string;
760
- closeIconColorHover: string;
761
- closeIconColorPressed: string;
752
+ closeColor: string;
762
753
  closeColorHover: string;
763
754
  closeColorPressed: string;
755
+ closeColorDisabled: string;
764
756
  clearColor: string;
765
757
  clearColorHover: string;
766
758
  clearColorPressed: string;
@@ -915,7 +907,6 @@ export declare function useComponents(): {
915
907
  optionCheckColor: string;
916
908
  optionColorPending: string;
917
909
  optionColorActive: string;
918
- optionColorActivePending: string;
919
910
  actionTextColor: string;
920
911
  loadingColor: string;
921
912
  height: string;
@@ -1031,7 +1022,10 @@ export declare function useComponents(): {
1031
1022
  };
1032
1023
  readonly remote: BooleanConstructor;
1033
1024
  readonly loading: BooleanConstructor;
1034
- readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
1025
+ readonly filter: {
1026
+ readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
1027
+ readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
1028
+ };
1035
1029
  readonly placement: {
1036
1030
  readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
1037
1031
  readonly default: "bottom-start";
@@ -1041,10 +1035,19 @@ export declare function useComponents(): {
1041
1035
  readonly default: "trigger";
1042
1036
  };
1043
1037
  readonly tag: BooleanConstructor;
1044
- readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
1038
+ readonly onCreate: {
1039
+ readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
1040
+ readonly default: (label: string) => {
1041
+ label: string;
1042
+ value: string;
1043
+ };
1044
+ };
1045
1045
  readonly fallbackOption: {
1046
- readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
1047
- readonly default: undefined;
1046
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
1047
+ readonly default: () => (value: string | number) => {
1048
+ label: string;
1049
+ value: string | number;
1050
+ };
1048
1051
  };
1049
1052
  readonly show: {
1050
1053
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -1063,18 +1066,6 @@ export declare function useComponents(): {
1063
1066
  readonly type: BooleanConstructor;
1064
1067
  readonly default: true;
1065
1068
  };
1066
- readonly labelField: {
1067
- readonly type: StringConstructor;
1068
- readonly default: "label";
1069
- };
1070
- readonly valueField: {
1071
- readonly type: StringConstructor;
1072
- readonly default: "value";
1073
- };
1074
- readonly childrenField: {
1075
- readonly type: StringConstructor;
1076
- readonly default: "children";
1077
- };
1078
1069
  readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
1079
1070
  readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
1080
1071
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
@@ -1097,10 +1088,6 @@ export declare function useComponents(): {
1097
1088
  readonly default: true;
1098
1089
  };
1099
1090
  readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1100
- readonly internalShowCheckmark: {
1101
- readonly type: BooleanConstructor;
1102
- readonly default: true;
1103
- };
1104
1091
  readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
1105
1092
  readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
1106
1093
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -1196,7 +1183,6 @@ export declare function useComponents(): {
1196
1183
  optionCheckColor: string;
1197
1184
  optionColorPending: string;
1198
1185
  optionColorActive: string;
1199
- optionColorActivePending: string;
1200
1186
  actionTextColor: string;
1201
1187
  loadingColor: string;
1202
1188
  height: string;
@@ -1322,7 +1308,6 @@ export declare function useComponents(): {
1322
1308
  optionCheckColor: string;
1323
1309
  optionColorPending: string;
1324
1310
  optionColorActive: string;
1325
- optionColorActivePending: string;
1326
1311
  actionTextColor: string;
1327
1312
  loadingColor: string;
1328
1313
  height: string;
@@ -1448,7 +1433,6 @@ export declare function useComponents(): {
1448
1433
  optionCheckColor: string;
1449
1434
  optionColorPending: string;
1450
1435
  optionColorActive: string;
1451
- optionColorActivePending: string;
1452
1436
  actionTextColor: string;
1453
1437
  loadingColor: string;
1454
1438
  height: string;
@@ -1482,31 +1466,29 @@ export declare function useComponents(): {
1482
1466
  }>;
1483
1467
  }>>>;
1484
1468
  }>>, {
1485
- readonly tag: boolean;
1486
- readonly show: boolean | undefined;
1487
- readonly multiple: boolean;
1488
- readonly disabled: boolean | undefined;
1489
- readonly to: string | boolean | HTMLElement;
1490
- readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
1491
- readonly loading: boolean;
1492
- readonly bordered: boolean | undefined;
1493
- readonly placement: import("vueuc").FollowerPlacement;
1494
- readonly labelField: string;
1495
- readonly virtualScroll: boolean;
1496
- readonly valueField: string;
1497
- readonly resetMenuOnOptionsChange: boolean;
1498
- readonly showArrow: boolean;
1499
- readonly displayDirective: "show" | "if";
1500
- readonly filterable: boolean;
1501
- readonly clearable: boolean;
1502
- readonly internalShowCheckmark: boolean;
1503
- readonly clearFilterAfterSelect: boolean;
1504
- readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
1505
- readonly remote: boolean;
1506
- readonly widthMode: string;
1507
- readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
1508
- readonly consistentMenuWidth: boolean;
1509
- readonly childrenField: string;
1469
+ tag: boolean;
1470
+ filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
1471
+ show: boolean | undefined;
1472
+ multiple: boolean;
1473
+ disabled: boolean | undefined;
1474
+ to: string | boolean | HTMLElement;
1475
+ options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
1476
+ loading: boolean;
1477
+ bordered: boolean | undefined;
1478
+ placement: import("vueuc").FollowerPlacement;
1479
+ virtualScroll: boolean;
1480
+ resetMenuOnOptionsChange: boolean;
1481
+ showArrow: boolean;
1482
+ displayDirective: "show" | "if";
1483
+ filterable: boolean;
1484
+ clearable: boolean;
1485
+ clearFilterAfterSelect: boolean;
1486
+ defaultValue: import("naive-ui/es/select/src/interface").Value | null;
1487
+ remote: boolean;
1488
+ widthMode: string;
1489
+ onCreate: (label: string) => import("naive-ui").SelectOption;
1490
+ fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
1491
+ consistentMenuWidth: boolean;
1510
1492
  }>;
1511
1493
  NInputNumber: import("vue").DefineComponent<{
1512
1494
  autofocus: BooleanConstructor;
@@ -1540,10 +1522,6 @@ export declare function useComponents(): {
1540
1522
  type: BooleanConstructor;
1541
1523
  default: boolean;
1542
1524
  };
1543
- buttonPlacement: {
1544
- type: import("vue").PropType<"right" | "both">;
1545
- default: string;
1546
- };
1547
1525
  readonly: BooleanConstructor;
1548
1526
  clearable: BooleanConstructor;
1549
1527
  keyboard: {
@@ -1557,9 +1535,6 @@ export declare function useComponents(): {
1557
1535
  type: BooleanConstructor;
1558
1536
  default: boolean;
1559
1537
  };
1560
- parse: import("vue").PropType<(input: string) => number | null>;
1561
- format: import("vue").PropType<(value: number | null) => string>;
1562
- precision: NumberConstructor;
1563
1538
  status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1564
1539
  'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
1565
1540
  onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
@@ -2453,11 +2428,10 @@ export declare function useComponents(): {
2453
2428
  opacity5: string;
2454
2429
  dividerColor: string;
2455
2430
  borderColor: string;
2456
- closeIconColor: string;
2457
- closeIconColorHover: string;
2458
- closeIconColorPressed: string;
2431
+ closeColor: string;
2459
2432
  closeColorHover: string;
2460
2433
  closeColorPressed: string;
2434
+ closeColorDisabled: string;
2461
2435
  clearColor: string;
2462
2436
  clearColorHover: string;
2463
2437
  clearColorPressed: string;
@@ -2843,10 +2817,6 @@ export declare function useComponents(): {
2843
2817
  type: BooleanConstructor;
2844
2818
  default: boolean;
2845
2819
  };
2846
- buttonPlacement: {
2847
- type: import("vue").PropType<"right" | "both">;
2848
- default: string;
2849
- };
2850
2820
  readonly: BooleanConstructor;
2851
2821
  clearable: BooleanConstructor;
2852
2822
  keyboard: {
@@ -2860,9 +2830,6 @@ export declare function useComponents(): {
2860
2830
  type: BooleanConstructor;
2861
2831
  default: boolean;
2862
2832
  };
2863
- parse: import("vue").PropType<(input: string) => number | null>;
2864
- format: import("vue").PropType<(value: number | null) => string>;
2865
- precision: NumberConstructor;
2866
2833
  status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
2867
2834
  'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
2868
2835
  onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
@@ -3688,7 +3655,6 @@ export declare function useComponents(): {
3688
3655
  ArrowDown?: boolean | undefined;
3689
3656
  };
3690
3657
  showButton: boolean;
3691
- buttonPlacement: "right" | "both";
3692
3658
  updateValueOnInput: boolean;
3693
3659
  }>;
3694
3660
  TextOverTooltip: import("vue").DefineComponent<{
@@ -3862,11 +3828,9 @@ export declare function useComponents(): {
3862
3828
  scrollable: BooleanConstructor;
3863
3829
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3864
3830
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3865
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3866
3831
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
3867
3832
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
3868
3833
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
3869
- internalDeactivateImmediately: BooleanConstructor;
3870
3834
  internalSyncTargetWithParent: BooleanConstructor;
3871
3835
  internalInheritedEventHandlers: {
3872
3836
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -3931,11 +3895,10 @@ export declare function useComponents(): {
3931
3895
  opacity5: string;
3932
3896
  dividerColor: string;
3933
3897
  borderColor: string;
3934
- closeIconColor: string;
3935
- closeIconColorHover: string;
3936
- closeIconColorPressed: string;
3898
+ closeColor: string;
3937
3899
  closeColorHover: string;
3938
3900
  closeColorPressed: string;
3901
+ closeColorDisabled: string;
3939
3902
  clearColor: string;
3940
3903
  clearColorHover: string;
3941
3904
  clearColorPressed: string;
@@ -4164,11 +4127,9 @@ export declare function useComponents(): {
4164
4127
  scrollable: BooleanConstructor;
4165
4128
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
4166
4129
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
4167
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
4168
4130
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
4169
4131
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
4170
4132
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
4171
- internalDeactivateImmediately: BooleanConstructor;
4172
4133
  internalSyncTargetWithParent: BooleanConstructor;
4173
4134
  internalInheritedEventHandlers: {
4174
4135
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -4204,7 +4165,6 @@ export declare function useComponents(): {
4204
4165
  arrowPointToCenter: boolean;
4205
4166
  displayDirective: "show" | "if";
4206
4167
  keepAliveOnHover: boolean;
4207
- internalDeactivateImmediately: boolean;
4208
4168
  animated: boolean;
4209
4169
  internalTrapFocus: boolean;
4210
4170
  defaultShow: boolean;
@@ -4528,7 +4488,6 @@ export declare function useComponents(): {
4528
4488
  readonly type: import("vue").PropType<boolean | undefined>;
4529
4489
  readonly default: undefined;
4530
4490
  };
4531
- readonly panel: BooleanConstructor;
4532
4491
  readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
4533
4492
  readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
4534
4493
  readonly inputReadonly: BooleanConstructor;
@@ -4599,8 +4558,6 @@ export declare function useComponents(): {
4599
4558
  calendarLeftPaddingYear: string;
4600
4559
  calendarLeftPaddingQuarter: string;
4601
4560
  calendarLeftPaddingMonthrange: string;
4602
- calendarLeftPaddingQuarterrange: string;
4603
- calendarLeftPaddingYearrange: string;
4604
4561
  calendarRightPaddingDate: string;
4605
4562
  calendarRightPaddingDatetime: string;
4606
4563
  calendarRightPaddingDaterange: string;
@@ -4609,8 +4566,6 @@ export declare function useComponents(): {
4609
4566
  calendarRightPaddingYear: string;
4610
4567
  calendarRightPaddingQuarter: string;
4611
4568
  calendarRightPaddingMonthrange: string;
4612
- calendarRightPaddingQuarterrange: string;
4613
- calendarRightPaddingYearrange: string;
4614
4569
  }, {
4615
4570
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
4616
4571
  countTextColor: string;
@@ -5217,8 +5172,6 @@ export declare function useComponents(): {
5217
5172
  calendarLeftPaddingYear: string;
5218
5173
  calendarLeftPaddingQuarter: string;
5219
5174
  calendarLeftPaddingMonthrange: string;
5220
- calendarLeftPaddingQuarterrange: string;
5221
- calendarLeftPaddingYearrange: string;
5222
5175
  calendarRightPaddingDate: string;
5223
5176
  calendarRightPaddingDatetime: string;
5224
5177
  calendarRightPaddingDaterange: string;
@@ -5227,8 +5180,6 @@ export declare function useComponents(): {
5227
5180
  calendarRightPaddingYear: string;
5228
5181
  calendarRightPaddingQuarter: string;
5229
5182
  calendarRightPaddingMonthrange: string;
5230
- calendarRightPaddingQuarterrange: string;
5231
- calendarRightPaddingYearrange: string;
5232
5183
  }, {
5233
5184
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
5234
5185
  countTextColor: string;
@@ -5835,8 +5786,6 @@ export declare function useComponents(): {
5835
5786
  calendarLeftPaddingYear: string;
5836
5787
  calendarLeftPaddingQuarter: string;
5837
5788
  calendarLeftPaddingMonthrange: string;
5838
- calendarLeftPaddingQuarterrange: string;
5839
- calendarLeftPaddingYearrange: string;
5840
5789
  calendarRightPaddingDate: string;
5841
5790
  calendarRightPaddingDatetime: string;
5842
5791
  calendarRightPaddingDaterange: string;
@@ -5845,8 +5794,6 @@ export declare function useComponents(): {
5845
5794
  calendarRightPaddingYear: string;
5846
5795
  calendarRightPaddingQuarter: string;
5847
5796
  calendarRightPaddingMonthrange: string;
5848
- calendarRightPaddingQuarterrange: string;
5849
- calendarRightPaddingYearrange: string;
5850
5797
  }, {
5851
5798
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
5852
5799
  countTextColor: string;
@@ -6418,8 +6365,8 @@ export declare function useComponents(): {
6418
6365
  contentRef: HTMLElement | null;
6419
6366
  containerScrollTop: number;
6420
6367
  syncUnifiedContainer: () => void;
6421
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
6422
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
6368
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
6369
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
6423
6370
  sync: () => void;
6424
6371
  handleMouseEnterWrapper: () => void;
6425
6372
  handleMouseLeaveWrapper: () => void;
@@ -6430,8 +6377,8 @@ export declare function useComponents(): {
6430
6377
  contentRef: HTMLElement | null;
6431
6378
  containerScrollTop: number;
6432
6379
  syncUnifiedContainer: () => void;
6433
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
6434
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
6380
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
6381
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
6435
6382
  sync: () => void;
6436
6383
  handleMouseEnterWrapper: () => void;
6437
6384
  handleMouseLeaveWrapper: () => void;
@@ -6447,8 +6394,8 @@ export declare function useComponents(): {
6447
6394
  contentRef: HTMLElement | null;
6448
6395
  containerScrollTop: number;
6449
6396
  syncUnifiedContainer: () => void;
6450
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
6451
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
6397
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
6398
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
6452
6399
  sync: () => void;
6453
6400
  handleMouseEnterWrapper: () => void;
6454
6401
  handleMouseLeaveWrapper: () => void;
@@ -6459,8 +6406,8 @@ export declare function useComponents(): {
6459
6406
  contentRef: HTMLElement | null;
6460
6407
  containerScrollTop: number;
6461
6408
  syncUnifiedContainer: () => void;
6462
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
6463
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
6409
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
6410
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
6464
6411
  sync: () => void;
6465
6412
  handleMouseEnterWrapper: () => void;
6466
6413
  handleMouseLeaveWrapper: () => void;
@@ -6471,8 +6418,8 @@ export declare function useComponents(): {
6471
6418
  contentRef: HTMLElement | null;
6472
6419
  containerScrollTop: number;
6473
6420
  syncUnifiedContainer: () => void;
6474
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
6475
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
6421
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
6422
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
6476
6423
  sync: () => void;
6477
6424
  handleMouseEnterWrapper: () => void;
6478
6425
  handleMouseLeaveWrapper: () => void;
@@ -6483,8 +6430,8 @@ export declare function useComponents(): {
6483
6430
  contentRef: HTMLElement | null;
6484
6431
  containerScrollTop: number;
6485
6432
  syncUnifiedContainer: () => void;
6486
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
6487
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
6433
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
6434
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
6488
6435
  sync: () => void;
6489
6436
  handleMouseEnterWrapper: () => void;
6490
6437
  handleMouseLeaveWrapper: () => void;
@@ -6527,9 +6474,8 @@ export declare function useComponents(): {
6527
6474
  isValueInvalid: import("vue").ComputedRef<boolean>;
6528
6475
  isStartValueInvalid: import("vue").ComputedRef<boolean>;
6529
6476
  isEndValueInvalid: import("vue").ComputedRef<boolean>;
6530
- handleInputKeydown: (e: KeyboardEvent) => void;
6531
6477
  handleClickOutside: (e: MouseEvent) => void;
6532
- handleKeydown: (e: KeyboardEvent) => void;
6478
+ handleKeyDown: (e: KeyboardEvent) => void;
6533
6479
  handleClear: () => void;
6534
6480
  handlePanelClear: () => void;
6535
6481
  handleTriggerClick: (e: MouseEvent) => void;
@@ -6584,11 +6530,10 @@ export declare function useComponents(): {
6584
6530
  opacity5: string;
6585
6531
  dividerColor: string;
6586
6532
  borderColor: string;
6587
- closeIconColor: string;
6588
- closeIconColorHover: string;
6589
- closeIconColorPressed: string;
6533
+ closeColor: string;
6590
6534
  closeColorHover: string;
6591
6535
  closeColorPressed: string;
6536
+ closeColorDisabled: string;
6592
6537
  clearColor: string;
6593
6538
  clearColorHover: string;
6594
6539
  clearColorPressed: string;
@@ -6699,8 +6644,6 @@ export declare function useComponents(): {
6699
6644
  calendarLeftPaddingYear: string;
6700
6645
  calendarLeftPaddingQuarter: string;
6701
6646
  calendarLeftPaddingMonthrange: string;
6702
- calendarLeftPaddingQuarterrange: string;
6703
- calendarLeftPaddingYearrange: string;
6704
6647
  calendarRightPaddingDate: string;
6705
6648
  calendarRightPaddingDatetime: string;
6706
6649
  calendarRightPaddingDaterange: string;
@@ -6709,8 +6652,6 @@ export declare function useComponents(): {
6709
6652
  calendarRightPaddingYear: string;
6710
6653
  calendarRightPaddingQuarter: string;
6711
6654
  calendarRightPaddingMonthrange: string;
6712
- calendarRightPaddingQuarterrange: string;
6713
- calendarRightPaddingYearrange: string;
6714
6655
  };
6715
6656
  peers: {
6716
6657
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
@@ -7660,7 +7601,6 @@ export declare function useComponents(): {
7660
7601
  readonly type: import("vue").PropType<boolean | undefined>;
7661
7602
  readonly default: undefined;
7662
7603
  };
7663
- readonly panel: BooleanConstructor;
7664
7604
  readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
7665
7605
  readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
7666
7606
  readonly inputReadonly: BooleanConstructor;
@@ -7731,8 +7671,6 @@ export declare function useComponents(): {
7731
7671
  calendarLeftPaddingYear: string;
7732
7672
  calendarLeftPaddingQuarter: string;
7733
7673
  calendarLeftPaddingMonthrange: string;
7734
- calendarLeftPaddingQuarterrange: string;
7735
- calendarLeftPaddingYearrange: string;
7736
7674
  calendarRightPaddingDate: string;
7737
7675
  calendarRightPaddingDatetime: string;
7738
7676
  calendarRightPaddingDaterange: string;
@@ -7741,8 +7679,6 @@ export declare function useComponents(): {
7741
7679
  calendarRightPaddingYear: string;
7742
7680
  calendarRightPaddingQuarter: string;
7743
7681
  calendarRightPaddingMonthrange: string;
7744
- calendarRightPaddingQuarterrange: string;
7745
- calendarRightPaddingYearrange: string;
7746
7682
  }, {
7747
7683
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
7748
7684
  countTextColor: string;
@@ -8349,8 +8285,6 @@ export declare function useComponents(): {
8349
8285
  calendarLeftPaddingYear: string;
8350
8286
  calendarLeftPaddingQuarter: string;
8351
8287
  calendarLeftPaddingMonthrange: string;
8352
- calendarLeftPaddingQuarterrange: string;
8353
- calendarLeftPaddingYearrange: string;
8354
8288
  calendarRightPaddingDate: string;
8355
8289
  calendarRightPaddingDatetime: string;
8356
8290
  calendarRightPaddingDaterange: string;
@@ -8359,8 +8293,6 @@ export declare function useComponents(): {
8359
8293
  calendarRightPaddingYear: string;
8360
8294
  calendarRightPaddingQuarter: string;
8361
8295
  calendarRightPaddingMonthrange: string;
8362
- calendarRightPaddingQuarterrange: string;
8363
- calendarRightPaddingYearrange: string;
8364
8296
  }, {
8365
8297
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
8366
8298
  countTextColor: string;
@@ -8967,8 +8899,6 @@ export declare function useComponents(): {
8967
8899
  calendarLeftPaddingYear: string;
8968
8900
  calendarLeftPaddingQuarter: string;
8969
8901
  calendarLeftPaddingMonthrange: string;
8970
- calendarLeftPaddingQuarterrange: string;
8971
- calendarLeftPaddingYearrange: string;
8972
8902
  calendarRightPaddingDate: string;
8973
8903
  calendarRightPaddingDatetime: string;
8974
8904
  calendarRightPaddingDaterange: string;
@@ -8977,8 +8907,6 @@ export declare function useComponents(): {
8977
8907
  calendarRightPaddingYear: string;
8978
8908
  calendarRightPaddingQuarter: string;
8979
8909
  calendarRightPaddingMonthrange: string;
8980
- calendarRightPaddingQuarterrange: string;
8981
- calendarRightPaddingYearrange: string;
8982
8910
  }, {
8983
8911
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
8984
8912
  countTextColor: string;
@@ -9536,18 +9464,17 @@ export declare function useComponents(): {
9536
9464
  }, any>;
9537
9465
  }>>>;
9538
9466
  }>>, {
9539
- readonly type: import("naive-ui/es/date-picker/src/config").DatePickerType;
9540
- readonly show: boolean | undefined;
9541
- readonly disabled: boolean | undefined;
9542
- readonly to: string | boolean | HTMLElement;
9543
- readonly bordered: boolean | undefined;
9544
- readonly placement: import("vueuc").FollowerPlacement;
9545
- readonly clearable: boolean;
9546
- readonly inputReadonly: boolean;
9547
- readonly panel: boolean;
9548
- readonly updateValueOnClose: boolean;
9549
- readonly closeOnSelect: boolean;
9550
- readonly bindCalendarMonths: boolean;
9467
+ type: import("naive-ui/es/date-picker/src/config").DatePickerType;
9468
+ show: boolean | undefined;
9469
+ disabled: boolean | undefined;
9470
+ to: string | boolean | HTMLElement;
9471
+ bordered: boolean | undefined;
9472
+ placement: import("vueuc").FollowerPlacement;
9473
+ clearable: boolean;
9474
+ inputReadonly: boolean;
9475
+ updateValueOnClose: boolean;
9476
+ closeOnSelect: boolean;
9477
+ bindCalendarMonths: boolean;
9551
9478
  }>;
9552
9479
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
9553
9480
  mainForm: {
@@ -9768,10 +9695,6 @@ export declare function useComponents(): {
9768
9695
  type: BooleanConstructor;
9769
9696
  default: boolean;
9770
9697
  };
9771
- buttonPlacement: {
9772
- type: import("vue").PropType<"right" | "both">;
9773
- default: string;
9774
- };
9775
9698
  readonly: BooleanConstructor;
9776
9699
  clearable: BooleanConstructor;
9777
9700
  keyboard: {
@@ -9785,9 +9708,6 @@ export declare function useComponents(): {
9785
9708
  type: BooleanConstructor;
9786
9709
  default: boolean;
9787
9710
  };
9788
- parse: import("vue").PropType<(input: string) => number | null>;
9789
- format: import("vue").PropType<(value: number | null) => string>;
9790
- precision: NumberConstructor;
9791
9711
  status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
9792
9712
  'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
9793
9713
  onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
@@ -10681,11 +10601,10 @@ export declare function useComponents(): {
10681
10601
  opacity5: string;
10682
10602
  dividerColor: string;
10683
10603
  borderColor: string;
10684
- closeIconColor: string;
10685
- closeIconColorHover: string;
10686
- closeIconColorPressed: string;
10604
+ closeColor: string;
10687
10605
  closeColorHover: string;
10688
10606
  closeColorPressed: string;
10607
+ closeColorDisabled: string;
10689
10608
  clearColor: string;
10690
10609
  clearColorHover: string;
10691
10610
  clearColorPressed: string;
@@ -11071,10 +10990,6 @@ export declare function useComponents(): {
11071
10990
  type: BooleanConstructor;
11072
10991
  default: boolean;
11073
10992
  };
11074
- buttonPlacement: {
11075
- type: import("vue").PropType<"right" | "both">;
11076
- default: string;
11077
- };
11078
10993
  readonly: BooleanConstructor;
11079
10994
  clearable: BooleanConstructor;
11080
10995
  keyboard: {
@@ -11088,9 +11003,6 @@ export declare function useComponents(): {
11088
11003
  type: BooleanConstructor;
11089
11004
  default: boolean;
11090
11005
  };
11091
- parse: import("vue").PropType<(input: string) => number | null>;
11092
- format: import("vue").PropType<(value: number | null) => string>;
11093
- precision: NumberConstructor;
11094
11006
  status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
11095
11007
  'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
11096
11008
  onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
@@ -11916,7 +11828,6 @@ export declare function useComponents(): {
11916
11828
  ArrowDown?: boolean | undefined;
11917
11829
  };
11918
11830
  showButton: boolean;
11919
- buttonPlacement: "right" | "both";
11920
11831
  updateValueOnInput: boolean;
11921
11832
  }>;
11922
11833
  TextOverTooltip: import("vue").DefineComponent<{
@@ -12090,11 +12001,9 @@ export declare function useComponents(): {
12090
12001
  scrollable: BooleanConstructor;
12091
12002
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
12092
12003
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
12093
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
12094
12004
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
12095
12005
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
12096
12006
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
12097
- internalDeactivateImmediately: BooleanConstructor;
12098
12007
  internalSyncTargetWithParent: BooleanConstructor;
12099
12008
  internalInheritedEventHandlers: {
12100
12009
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -12159,11 +12068,10 @@ export declare function useComponents(): {
12159
12068
  opacity5: string;
12160
12069
  dividerColor: string;
12161
12070
  borderColor: string;
12162
- closeIconColor: string;
12163
- closeIconColorHover: string;
12164
- closeIconColorPressed: string;
12071
+ closeColor: string;
12165
12072
  closeColorHover: string;
12166
12073
  closeColorPressed: string;
12074
+ closeColorDisabled: string;
12167
12075
  clearColor: string;
12168
12076
  clearColorHover: string;
12169
12077
  clearColorPressed: string;
@@ -12392,11 +12300,9 @@ export declare function useComponents(): {
12392
12300
  scrollable: BooleanConstructor;
12393
12301
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
12394
12302
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
12395
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
12396
12303
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
12397
12304
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
12398
12305
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
12399
- internalDeactivateImmediately: BooleanConstructor;
12400
12306
  internalSyncTargetWithParent: BooleanConstructor;
12401
12307
  internalInheritedEventHandlers: {
12402
12308
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -12432,7 +12338,6 @@ export declare function useComponents(): {
12432
12338
  arrowPointToCenter: boolean;
12433
12339
  displayDirective: "show" | "if";
12434
12340
  keepAliveOnHover: boolean;
12435
- internalDeactivateImmediately: boolean;
12436
12341
  animated: boolean;
12437
12342
  internalTrapFocus: boolean;
12438
12343
  defaultShow: boolean;
@@ -12711,7 +12616,6 @@ export declare function useComponents(): {
12711
12616
  type: BooleanConstructor;
12712
12617
  default: undefined;
12713
12618
  };
12714
- allowInput: import("vue").PropType<(value: string) => boolean>;
12715
12619
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
12716
12620
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
12717
12621
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -12932,8 +12836,8 @@ export declare function useComponents(): {
12932
12836
  contentRef: HTMLElement | null;
12933
12837
  containerScrollTop: number;
12934
12838
  syncUnifiedContainer: () => void;
12935
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
12936
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
12839
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
12840
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
12937
12841
  sync: () => void;
12938
12842
  handleMouseEnterWrapper: () => void;
12939
12843
  handleMouseLeaveWrapper: () => void;
@@ -12967,7 +12871,7 @@ export declare function useComponents(): {
12967
12871
  handleCompositionEnd: (e: CompositionEvent) => void;
12968
12872
  handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
12969
12873
  handleInputBlur: (e: FocusEvent) => void;
12970
- handleInputFocus: (e: FocusEvent, index: number) => void;
12874
+ handleInputFocus: (e: FocusEvent) => void;
12971
12875
  handleWrapperBlur: (e: FocusEvent) => void;
12972
12876
  handleWrapperFocus: (e: FocusEvent) => void;
12973
12877
  handleMouseEnter: () => void;
@@ -12978,7 +12882,7 @@ export declare function useComponents(): {
12978
12882
  handleClear: (e: MouseEvent) => void;
12979
12883
  handlePasswordToggleClick: () => void;
12980
12884
  handlePasswordToggleMousedown: (e: MouseEvent) => void;
12981
- handleWrapperKeydown: (e: KeyboardEvent) => void;
12885
+ handleWrapperKeyDown: (e: KeyboardEvent) => void;
12982
12886
  handleTextAreaMirrorResize: () => void;
12983
12887
  getTextareaScrollContainer: () => HTMLTextAreaElement | null;
12984
12888
  mergedTheme: import("vue").ComputedRef<{
@@ -13022,11 +12926,10 @@ export declare function useComponents(): {
13022
12926
  opacity5: string;
13023
12927
  dividerColor: string;
13024
12928
  borderColor: string;
13025
- closeIconColor: string;
13026
- closeIconColorHover: string;
13027
- closeIconColorPressed: string;
12929
+ closeColor: string;
13028
12930
  closeColorHover: string;
13029
12931
  closeColorPressed: string;
12932
+ closeColorDisabled: string;
13030
12933
  clearColor: string;
13031
12934
  clearColorHover: string;
13032
12935
  clearColorPressed: string;
@@ -13267,7 +13170,6 @@ export declare function useComponents(): {
13267
13170
  type: BooleanConstructor;
13268
13171
  default: undefined;
13269
13172
  };
13270
- allowInput: import("vue").PropType<(value: string) => boolean>;
13271
13173
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
13272
13174
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
13273
13175
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -13672,11 +13574,9 @@ export declare function useComponents(): {
13672
13574
  scrollable: BooleanConstructor;
13673
13575
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
13674
13576
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
13675
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
13676
13577
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
13677
13578
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
13678
13579
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
13679
- internalDeactivateImmediately: BooleanConstructor;
13680
13580
  internalSyncTargetWithParent: BooleanConstructor;
13681
13581
  internalInheritedEventHandlers: {
13682
13582
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -13741,11 +13641,10 @@ export declare function useComponents(): {
13741
13641
  opacity5: string;
13742
13642
  dividerColor: string;
13743
13643
  borderColor: string;
13744
- closeIconColor: string;
13745
- closeIconColorHover: string;
13746
- closeIconColorPressed: string;
13644
+ closeColor: string;
13747
13645
  closeColorHover: string;
13748
13646
  closeColorPressed: string;
13647
+ closeColorDisabled: string;
13749
13648
  clearColor: string;
13750
13649
  clearColorHover: string;
13751
13650
  clearColorPressed: string;
@@ -13974,11 +13873,9 @@ export declare function useComponents(): {
13974
13873
  scrollable: BooleanConstructor;
13975
13874
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
13976
13875
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
13977
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
13978
13876
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
13979
13877
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
13980
13878
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
13981
- internalDeactivateImmediately: BooleanConstructor;
13982
13879
  internalSyncTargetWithParent: BooleanConstructor;
13983
13880
  internalInheritedEventHandlers: {
13984
13881
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -14014,7 +13911,6 @@ export declare function useComponents(): {
14014
13911
  arrowPointToCenter: boolean;
14015
13912
  displayDirective: "show" | "if";
14016
13913
  keepAliveOnHover: boolean;
14017
- internalDeactivateImmediately: boolean;
14018
13914
  animated: boolean;
14019
13915
  internalTrapFocus: boolean;
14020
13916
  defaultShow: boolean;
@@ -14294,7 +14190,6 @@ export declare function useComponents(): {
14294
14190
  type: BooleanConstructor;
14295
14191
  default: undefined;
14296
14192
  };
14297
- allowInput: import("vue").PropType<(value: string) => boolean>;
14298
14193
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
14299
14194
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
14300
14195
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -14515,8 +14410,8 @@ export declare function useComponents(): {
14515
14410
  contentRef: HTMLElement | null;
14516
14411
  containerScrollTop: number;
14517
14412
  syncUnifiedContainer: () => void;
14518
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
14519
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
14413
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
14414
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
14520
14415
  sync: () => void;
14521
14416
  handleMouseEnterWrapper: () => void;
14522
14417
  handleMouseLeaveWrapper: () => void;
@@ -14550,7 +14445,7 @@ export declare function useComponents(): {
14550
14445
  handleCompositionEnd: (e: CompositionEvent) => void;
14551
14446
  handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
14552
14447
  handleInputBlur: (e: FocusEvent) => void;
14553
- handleInputFocus: (e: FocusEvent, index: number) => void;
14448
+ handleInputFocus: (e: FocusEvent) => void;
14554
14449
  handleWrapperBlur: (e: FocusEvent) => void;
14555
14450
  handleWrapperFocus: (e: FocusEvent) => void;
14556
14451
  handleMouseEnter: () => void;
@@ -14561,7 +14456,7 @@ export declare function useComponents(): {
14561
14456
  handleClear: (e: MouseEvent) => void;
14562
14457
  handlePasswordToggleClick: () => void;
14563
14458
  handlePasswordToggleMousedown: (e: MouseEvent) => void;
14564
- handleWrapperKeydown: (e: KeyboardEvent) => void;
14459
+ handleWrapperKeyDown: (e: KeyboardEvent) => void;
14565
14460
  handleTextAreaMirrorResize: () => void;
14566
14461
  getTextareaScrollContainer: () => HTMLTextAreaElement | null;
14567
14462
  mergedTheme: import("vue").ComputedRef<{
@@ -14605,11 +14500,10 @@ export declare function useComponents(): {
14605
14500
  opacity5: string;
14606
14501
  dividerColor: string;
14607
14502
  borderColor: string;
14608
- closeIconColor: string;
14609
- closeIconColorHover: string;
14610
- closeIconColorPressed: string;
14503
+ closeColor: string;
14611
14504
  closeColorHover: string;
14612
14505
  closeColorPressed: string;
14506
+ closeColorDisabled: string;
14613
14507
  clearColor: string;
14614
14508
  clearColorHover: string;
14615
14509
  clearColorPressed: string;
@@ -14850,7 +14744,6 @@ export declare function useComponents(): {
14850
14744
  type: BooleanConstructor;
14851
14745
  default: undefined;
14852
14746
  };
14853
- allowInput: import("vue").PropType<(value: string) => boolean>;
14854
14747
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
14855
14748
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
14856
14749
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -15297,11 +15190,9 @@ export declare function useComponents(): {
15297
15190
  scrollable: BooleanConstructor;
15298
15191
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
15299
15192
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
15300
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
15301
15193
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
15302
15194
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
15303
15195
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
15304
- internalDeactivateImmediately: BooleanConstructor;
15305
15196
  internalSyncTargetWithParent: BooleanConstructor;
15306
15197
  internalInheritedEventHandlers: {
15307
15198
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -15366,11 +15257,10 @@ export declare function useComponents(): {
15366
15257
  opacity5: string;
15367
15258
  dividerColor: string;
15368
15259
  borderColor: string;
15369
- closeIconColor: string;
15370
- closeIconColorHover: string;
15371
- closeIconColorPressed: string;
15260
+ closeColor: string;
15372
15261
  closeColorHover: string;
15373
15262
  closeColorPressed: string;
15263
+ closeColorDisabled: string;
15374
15264
  clearColor: string;
15375
15265
  clearColorHover: string;
15376
15266
  clearColorPressed: string;
@@ -15599,11 +15489,9 @@ export declare function useComponents(): {
15599
15489
  scrollable: BooleanConstructor;
15600
15490
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
15601
15491
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
15602
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
15603
15492
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
15604
15493
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
15605
15494
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
15606
- internalDeactivateImmediately: BooleanConstructor;
15607
15495
  internalSyncTargetWithParent: BooleanConstructor;
15608
15496
  internalInheritedEventHandlers: {
15609
15497
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -15639,7 +15527,6 @@ export declare function useComponents(): {
15639
15527
  arrowPointToCenter: boolean;
15640
15528
  displayDirective: "show" | "if";
15641
15529
  keepAliveOnHover: boolean;
15642
- internalDeactivateImmediately: boolean;
15643
15530
  animated: boolean;
15644
15531
  internalTrapFocus: boolean;
15645
15532
  defaultShow: boolean;
@@ -15906,7 +15793,6 @@ export declare function useComponents(): {
15906
15793
  readonly type: import("vue").PropType<boolean | undefined>;
15907
15794
  readonly default: undefined;
15908
15795
  };
15909
- readonly panel: BooleanConstructor;
15910
15796
  readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
15911
15797
  readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
15912
15798
  readonly inputReadonly: BooleanConstructor;
@@ -15977,8 +15863,6 @@ export declare function useComponents(): {
15977
15863
  calendarLeftPaddingYear: string;
15978
15864
  calendarLeftPaddingQuarter: string;
15979
15865
  calendarLeftPaddingMonthrange: string;
15980
- calendarLeftPaddingQuarterrange: string;
15981
- calendarLeftPaddingYearrange: string;
15982
15866
  calendarRightPaddingDate: string;
15983
15867
  calendarRightPaddingDatetime: string;
15984
15868
  calendarRightPaddingDaterange: string;
@@ -15987,8 +15871,6 @@ export declare function useComponents(): {
15987
15871
  calendarRightPaddingYear: string;
15988
15872
  calendarRightPaddingQuarter: string;
15989
15873
  calendarRightPaddingMonthrange: string;
15990
- calendarRightPaddingQuarterrange: string;
15991
- calendarRightPaddingYearrange: string;
15992
15874
  }, {
15993
15875
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
15994
15876
  countTextColor: string;
@@ -16595,8 +16477,6 @@ export declare function useComponents(): {
16595
16477
  calendarLeftPaddingYear: string;
16596
16478
  calendarLeftPaddingQuarter: string;
16597
16479
  calendarLeftPaddingMonthrange: string;
16598
- calendarLeftPaddingQuarterrange: string;
16599
- calendarLeftPaddingYearrange: string;
16600
16480
  calendarRightPaddingDate: string;
16601
16481
  calendarRightPaddingDatetime: string;
16602
16482
  calendarRightPaddingDaterange: string;
@@ -16605,8 +16485,6 @@ export declare function useComponents(): {
16605
16485
  calendarRightPaddingYear: string;
16606
16486
  calendarRightPaddingQuarter: string;
16607
16487
  calendarRightPaddingMonthrange: string;
16608
- calendarRightPaddingQuarterrange: string;
16609
- calendarRightPaddingYearrange: string;
16610
16488
  }, {
16611
16489
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
16612
16490
  countTextColor: string;
@@ -17213,8 +17091,6 @@ export declare function useComponents(): {
17213
17091
  calendarLeftPaddingYear: string;
17214
17092
  calendarLeftPaddingQuarter: string;
17215
17093
  calendarLeftPaddingMonthrange: string;
17216
- calendarLeftPaddingQuarterrange: string;
17217
- calendarLeftPaddingYearrange: string;
17218
17094
  calendarRightPaddingDate: string;
17219
17095
  calendarRightPaddingDatetime: string;
17220
17096
  calendarRightPaddingDaterange: string;
@@ -17223,8 +17099,6 @@ export declare function useComponents(): {
17223
17099
  calendarRightPaddingYear: string;
17224
17100
  calendarRightPaddingQuarter: string;
17225
17101
  calendarRightPaddingMonthrange: string;
17226
- calendarRightPaddingQuarterrange: string;
17227
- calendarRightPaddingYearrange: string;
17228
17102
  }, {
17229
17103
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
17230
17104
  countTextColor: string;
@@ -17796,8 +17670,8 @@ export declare function useComponents(): {
17796
17670
  contentRef: HTMLElement | null;
17797
17671
  containerScrollTop: number;
17798
17672
  syncUnifiedContainer: () => void;
17799
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
17800
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
17673
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
17674
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
17801
17675
  sync: () => void;
17802
17676
  handleMouseEnterWrapper: () => void;
17803
17677
  handleMouseLeaveWrapper: () => void;
@@ -17808,8 +17682,8 @@ export declare function useComponents(): {
17808
17682
  contentRef: HTMLElement | null;
17809
17683
  containerScrollTop: number;
17810
17684
  syncUnifiedContainer: () => void;
17811
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
17812
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
17685
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
17686
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
17813
17687
  sync: () => void;
17814
17688
  handleMouseEnterWrapper: () => void;
17815
17689
  handleMouseLeaveWrapper: () => void;
@@ -17825,8 +17699,8 @@ export declare function useComponents(): {
17825
17699
  contentRef: HTMLElement | null;
17826
17700
  containerScrollTop: number;
17827
17701
  syncUnifiedContainer: () => void;
17828
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
17829
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
17702
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
17703
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
17830
17704
  sync: () => void;
17831
17705
  handleMouseEnterWrapper: () => void;
17832
17706
  handleMouseLeaveWrapper: () => void;
@@ -17837,8 +17711,8 @@ export declare function useComponents(): {
17837
17711
  contentRef: HTMLElement | null;
17838
17712
  containerScrollTop: number;
17839
17713
  syncUnifiedContainer: () => void;
17840
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
17841
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
17714
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
17715
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
17842
17716
  sync: () => void;
17843
17717
  handleMouseEnterWrapper: () => void;
17844
17718
  handleMouseLeaveWrapper: () => void;
@@ -17849,8 +17723,8 @@ export declare function useComponents(): {
17849
17723
  contentRef: HTMLElement | null;
17850
17724
  containerScrollTop: number;
17851
17725
  syncUnifiedContainer: () => void;
17852
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
17853
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
17726
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
17727
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
17854
17728
  sync: () => void;
17855
17729
  handleMouseEnterWrapper: () => void;
17856
17730
  handleMouseLeaveWrapper: () => void;
@@ -17861,8 +17735,8 @@ export declare function useComponents(): {
17861
17735
  contentRef: HTMLElement | null;
17862
17736
  containerScrollTop: number;
17863
17737
  syncUnifiedContainer: () => void;
17864
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
17865
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
17738
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
17739
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
17866
17740
  sync: () => void;
17867
17741
  handleMouseEnterWrapper: () => void;
17868
17742
  handleMouseLeaveWrapper: () => void;
@@ -17905,9 +17779,8 @@ export declare function useComponents(): {
17905
17779
  isValueInvalid: import("vue").ComputedRef<boolean>;
17906
17780
  isStartValueInvalid: import("vue").ComputedRef<boolean>;
17907
17781
  isEndValueInvalid: import("vue").ComputedRef<boolean>;
17908
- handleInputKeydown: (e: KeyboardEvent) => void;
17909
17782
  handleClickOutside: (e: MouseEvent) => void;
17910
- handleKeydown: (e: KeyboardEvent) => void;
17783
+ handleKeyDown: (e: KeyboardEvent) => void;
17911
17784
  handleClear: () => void;
17912
17785
  handlePanelClear: () => void;
17913
17786
  handleTriggerClick: (e: MouseEvent) => void;
@@ -17962,11 +17835,10 @@ export declare function useComponents(): {
17962
17835
  opacity5: string;
17963
17836
  dividerColor: string;
17964
17837
  borderColor: string;
17965
- closeIconColor: string;
17966
- closeIconColorHover: string;
17967
- closeIconColorPressed: string;
17838
+ closeColor: string;
17968
17839
  closeColorHover: string;
17969
17840
  closeColorPressed: string;
17841
+ closeColorDisabled: string;
17970
17842
  clearColor: string;
17971
17843
  clearColorHover: string;
17972
17844
  clearColorPressed: string;
@@ -18077,8 +17949,6 @@ export declare function useComponents(): {
18077
17949
  calendarLeftPaddingYear: string;
18078
17950
  calendarLeftPaddingQuarter: string;
18079
17951
  calendarLeftPaddingMonthrange: string;
18080
- calendarLeftPaddingQuarterrange: string;
18081
- calendarLeftPaddingYearrange: string;
18082
17952
  calendarRightPaddingDate: string;
18083
17953
  calendarRightPaddingDatetime: string;
18084
17954
  calendarRightPaddingDaterange: string;
@@ -18087,8 +17957,6 @@ export declare function useComponents(): {
18087
17957
  calendarRightPaddingYear: string;
18088
17958
  calendarRightPaddingQuarter: string;
18089
17959
  calendarRightPaddingMonthrange: string;
18090
- calendarRightPaddingQuarterrange: string;
18091
- calendarRightPaddingYearrange: string;
18092
17960
  };
18093
17961
  peers: {
18094
17962
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
@@ -19038,7 +18906,6 @@ export declare function useComponents(): {
19038
18906
  readonly type: import("vue").PropType<boolean | undefined>;
19039
18907
  readonly default: undefined;
19040
18908
  };
19041
- readonly panel: BooleanConstructor;
19042
18909
  readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
19043
18910
  readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
19044
18911
  readonly inputReadonly: BooleanConstructor;
@@ -19109,8 +18976,6 @@ export declare function useComponents(): {
19109
18976
  calendarLeftPaddingYear: string;
19110
18977
  calendarLeftPaddingQuarter: string;
19111
18978
  calendarLeftPaddingMonthrange: string;
19112
- calendarLeftPaddingQuarterrange: string;
19113
- calendarLeftPaddingYearrange: string;
19114
18979
  calendarRightPaddingDate: string;
19115
18980
  calendarRightPaddingDatetime: string;
19116
18981
  calendarRightPaddingDaterange: string;
@@ -19119,8 +18984,6 @@ export declare function useComponents(): {
19119
18984
  calendarRightPaddingYear: string;
19120
18985
  calendarRightPaddingQuarter: string;
19121
18986
  calendarRightPaddingMonthrange: string;
19122
- calendarRightPaddingQuarterrange: string;
19123
- calendarRightPaddingYearrange: string;
19124
18987
  }, {
19125
18988
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
19126
18989
  countTextColor: string;
@@ -19727,8 +19590,6 @@ export declare function useComponents(): {
19727
19590
  calendarLeftPaddingYear: string;
19728
19591
  calendarLeftPaddingQuarter: string;
19729
19592
  calendarLeftPaddingMonthrange: string;
19730
- calendarLeftPaddingQuarterrange: string;
19731
- calendarLeftPaddingYearrange: string;
19732
19593
  calendarRightPaddingDate: string;
19733
19594
  calendarRightPaddingDatetime: string;
19734
19595
  calendarRightPaddingDaterange: string;
@@ -19737,8 +19598,6 @@ export declare function useComponents(): {
19737
19598
  calendarRightPaddingYear: string;
19738
19599
  calendarRightPaddingQuarter: string;
19739
19600
  calendarRightPaddingMonthrange: string;
19740
- calendarRightPaddingQuarterrange: string;
19741
- calendarRightPaddingYearrange: string;
19742
19601
  }, {
19743
19602
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
19744
19603
  countTextColor: string;
@@ -20345,8 +20204,6 @@ export declare function useComponents(): {
20345
20204
  calendarLeftPaddingYear: string;
20346
20205
  calendarLeftPaddingQuarter: string;
20347
20206
  calendarLeftPaddingMonthrange: string;
20348
- calendarLeftPaddingQuarterrange: string;
20349
- calendarLeftPaddingYearrange: string;
20350
20207
  calendarRightPaddingDate: string;
20351
20208
  calendarRightPaddingDatetime: string;
20352
20209
  calendarRightPaddingDaterange: string;
@@ -20355,8 +20212,6 @@ export declare function useComponents(): {
20355
20212
  calendarRightPaddingYear: string;
20356
20213
  calendarRightPaddingQuarter: string;
20357
20214
  calendarRightPaddingMonthrange: string;
20358
- calendarRightPaddingQuarterrange: string;
20359
- calendarRightPaddingYearrange: string;
20360
20215
  }, {
20361
20216
  Input: import("naive-ui/es/_mixins").Theme<"Input", {
20362
20217
  countTextColor: string;
@@ -20914,18 +20769,17 @@ export declare function useComponents(): {
20914
20769
  }, any>;
20915
20770
  }>>>;
20916
20771
  }>>, {
20917
- readonly type: import("naive-ui/es/date-picker/src/config").DatePickerType;
20918
- readonly show: boolean | undefined;
20919
- readonly disabled: boolean | undefined;
20920
- readonly to: string | boolean | HTMLElement;
20921
- readonly bordered: boolean | undefined;
20922
- readonly placement: import("vueuc").FollowerPlacement;
20923
- readonly clearable: boolean;
20924
- readonly inputReadonly: boolean;
20925
- readonly panel: boolean;
20926
- readonly updateValueOnClose: boolean;
20927
- readonly closeOnSelect: boolean;
20928
- readonly bindCalendarMonths: boolean;
20772
+ type: import("naive-ui/es/date-picker/src/config").DatePickerType;
20773
+ show: boolean | undefined;
20774
+ disabled: boolean | undefined;
20775
+ to: string | boolean | HTMLElement;
20776
+ bordered: boolean | undefined;
20777
+ placement: import("vueuc").FollowerPlacement;
20778
+ clearable: boolean;
20779
+ inputReadonly: boolean;
20780
+ updateValueOnClose: boolean;
20781
+ closeOnSelect: boolean;
20782
+ bindCalendarMonths: boolean;
20929
20783
  }>;
20930
20784
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
20931
20785
  mainForm: {
@@ -21295,7 +21149,10 @@ export declare function useComponents(): {
21295
21149
  };
21296
21150
  readonly remote: BooleanConstructor;
21297
21151
  readonly loading: BooleanConstructor;
21298
- readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
21152
+ readonly filter: {
21153
+ readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
21154
+ readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
21155
+ };
21299
21156
  readonly placement: {
21300
21157
  readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
21301
21158
  readonly default: "bottom-start";
@@ -21305,10 +21162,19 @@ export declare function useComponents(): {
21305
21162
  readonly default: "trigger";
21306
21163
  };
21307
21164
  readonly tag: BooleanConstructor;
21308
- readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
21165
+ readonly onCreate: {
21166
+ readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
21167
+ readonly default: (label: string) => {
21168
+ label: string;
21169
+ value: string;
21170
+ };
21171
+ };
21309
21172
  readonly fallbackOption: {
21310
- readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
21311
- readonly default: undefined;
21173
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
21174
+ readonly default: () => (value: string | number) => {
21175
+ label: string;
21176
+ value: string | number;
21177
+ };
21312
21178
  };
21313
21179
  readonly show: {
21314
21180
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -21327,18 +21193,6 @@ export declare function useComponents(): {
21327
21193
  readonly type: BooleanConstructor;
21328
21194
  readonly default: true;
21329
21195
  };
21330
- readonly labelField: {
21331
- readonly type: StringConstructor;
21332
- readonly default: "label";
21333
- };
21334
- readonly valueField: {
21335
- readonly type: StringConstructor;
21336
- readonly default: "value";
21337
- };
21338
- readonly childrenField: {
21339
- readonly type: StringConstructor;
21340
- readonly default: "children";
21341
- };
21342
21196
  readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
21343
21197
  readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
21344
21198
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
@@ -21361,10 +21215,6 @@ export declare function useComponents(): {
21361
21215
  readonly default: true;
21362
21216
  };
21363
21217
  readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
21364
- readonly internalShowCheckmark: {
21365
- readonly type: BooleanConstructor;
21366
- readonly default: true;
21367
- };
21368
21218
  readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
21369
21219
  readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
21370
21220
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -21460,7 +21310,6 @@ export declare function useComponents(): {
21460
21310
  optionCheckColor: string;
21461
21311
  optionColorPending: string;
21462
21312
  optionColorActive: string;
21463
- optionColorActivePending: string;
21464
21313
  actionTextColor: string;
21465
21314
  loadingColor: string;
21466
21315
  height: string;
@@ -21586,7 +21435,6 @@ export declare function useComponents(): {
21586
21435
  optionCheckColor: string;
21587
21436
  optionColorPending: string;
21588
21437
  optionColorActive: string;
21589
- optionColorActivePending: string;
21590
21438
  actionTextColor: string;
21591
21439
  loadingColor: string;
21592
21440
  height: string;
@@ -21712,7 +21560,6 @@ export declare function useComponents(): {
21712
21560
  optionCheckColor: string;
21713
21561
  optionColorPending: string;
21714
21562
  optionColorActive: string;
21715
- optionColorActivePending: string;
21716
21563
  actionTextColor: string;
21717
21564
  loadingColor: string;
21718
21565
  height: string;
@@ -21842,11 +21689,10 @@ export declare function useComponents(): {
21842
21689
  opacity5: string;
21843
21690
  dividerColor: string;
21844
21691
  borderColor: string;
21845
- closeIconColor: string;
21846
- closeIconColorHover: string;
21847
- closeIconColorPressed: string;
21692
+ closeColor: string;
21848
21693
  closeColorHover: string;
21849
21694
  closeColorPressed: string;
21695
+ closeColorDisabled: string;
21850
21696
  clearColor: string;
21851
21697
  clearColorHover: string;
21852
21698
  clearColorPressed: string;
@@ -22001,7 +21847,6 @@ export declare function useComponents(): {
22001
21847
  optionCheckColor: string;
22002
21848
  optionColorPending: string;
22003
21849
  optionColorActive: string;
22004
- optionColorActivePending: string;
22005
21850
  actionTextColor: string;
22006
21851
  loadingColor: string;
22007
21852
  height: string;
@@ -22117,7 +21962,10 @@ export declare function useComponents(): {
22117
21962
  };
22118
21963
  readonly remote: BooleanConstructor;
22119
21964
  readonly loading: BooleanConstructor;
22120
- readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
21965
+ readonly filter: {
21966
+ readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
21967
+ readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
21968
+ };
22121
21969
  readonly placement: {
22122
21970
  readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
22123
21971
  readonly default: "bottom-start";
@@ -22127,10 +21975,19 @@ export declare function useComponents(): {
22127
21975
  readonly default: "trigger";
22128
21976
  };
22129
21977
  readonly tag: BooleanConstructor;
22130
- readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
21978
+ readonly onCreate: {
21979
+ readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
21980
+ readonly default: (label: string) => {
21981
+ label: string;
21982
+ value: string;
21983
+ };
21984
+ };
22131
21985
  readonly fallbackOption: {
22132
- readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
22133
- readonly default: undefined;
21986
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
21987
+ readonly default: () => (value: string | number) => {
21988
+ label: string;
21989
+ value: string | number;
21990
+ };
22134
21991
  };
22135
21992
  readonly show: {
22136
21993
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -22149,18 +22006,6 @@ export declare function useComponents(): {
22149
22006
  readonly type: BooleanConstructor;
22150
22007
  readonly default: true;
22151
22008
  };
22152
- readonly labelField: {
22153
- readonly type: StringConstructor;
22154
- readonly default: "label";
22155
- };
22156
- readonly valueField: {
22157
- readonly type: StringConstructor;
22158
- readonly default: "value";
22159
- };
22160
- readonly childrenField: {
22161
- readonly type: StringConstructor;
22162
- readonly default: "children";
22163
- };
22164
22009
  readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
22165
22010
  readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
22166
22011
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
@@ -22183,10 +22028,6 @@ export declare function useComponents(): {
22183
22028
  readonly default: true;
22184
22029
  };
22185
22030
  readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
22186
- readonly internalShowCheckmark: {
22187
- readonly type: BooleanConstructor;
22188
- readonly default: true;
22189
- };
22190
22031
  readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
22191
22032
  readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
22192
22033
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -22282,7 +22123,6 @@ export declare function useComponents(): {
22282
22123
  optionCheckColor: string;
22283
22124
  optionColorPending: string;
22284
22125
  optionColorActive: string;
22285
- optionColorActivePending: string;
22286
22126
  actionTextColor: string;
22287
22127
  loadingColor: string;
22288
22128
  height: string;
@@ -22408,7 +22248,6 @@ export declare function useComponents(): {
22408
22248
  optionCheckColor: string;
22409
22249
  optionColorPending: string;
22410
22250
  optionColorActive: string;
22411
- optionColorActivePending: string;
22412
22251
  actionTextColor: string;
22413
22252
  loadingColor: string;
22414
22253
  height: string;
@@ -22534,7 +22373,6 @@ export declare function useComponents(): {
22534
22373
  optionCheckColor: string;
22535
22374
  optionColorPending: string;
22536
22375
  optionColorActive: string;
22537
- optionColorActivePending: string;
22538
22376
  actionTextColor: string;
22539
22377
  loadingColor: string;
22540
22378
  height: string;
@@ -22568,31 +22406,29 @@ export declare function useComponents(): {
22568
22406
  }>;
22569
22407
  }>>>;
22570
22408
  }>>, {
22571
- readonly tag: boolean;
22572
- readonly show: boolean | undefined;
22573
- readonly multiple: boolean;
22574
- readonly disabled: boolean | undefined;
22575
- readonly to: string | boolean | HTMLElement;
22576
- readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
22577
- readonly loading: boolean;
22578
- readonly bordered: boolean | undefined;
22579
- readonly placement: import("vueuc").FollowerPlacement;
22580
- readonly labelField: string;
22581
- readonly virtualScroll: boolean;
22582
- readonly valueField: string;
22583
- readonly resetMenuOnOptionsChange: boolean;
22584
- readonly showArrow: boolean;
22585
- readonly displayDirective: "show" | "if";
22586
- readonly filterable: boolean;
22587
- readonly clearable: boolean;
22588
- readonly internalShowCheckmark: boolean;
22589
- readonly clearFilterAfterSelect: boolean;
22590
- readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
22591
- readonly remote: boolean;
22592
- readonly widthMode: string;
22593
- readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
22594
- readonly consistentMenuWidth: boolean;
22595
- readonly childrenField: string;
22409
+ tag: boolean;
22410
+ filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
22411
+ show: boolean | undefined;
22412
+ multiple: boolean;
22413
+ disabled: boolean | undefined;
22414
+ to: string | boolean | HTMLElement;
22415
+ options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
22416
+ loading: boolean;
22417
+ bordered: boolean | undefined;
22418
+ placement: import("vueuc").FollowerPlacement;
22419
+ virtualScroll: boolean;
22420
+ resetMenuOnOptionsChange: boolean;
22421
+ showArrow: boolean;
22422
+ displayDirective: "show" | "if";
22423
+ filterable: boolean;
22424
+ clearable: boolean;
22425
+ clearFilterAfterSelect: boolean;
22426
+ defaultValue: import("naive-ui/es/select/src/interface").Value | null;
22427
+ remote: boolean;
22428
+ widthMode: string;
22429
+ onCreate: (label: string) => import("naive-ui").SelectOption;
22430
+ fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
22431
+ consistentMenuWidth: boolean;
22596
22432
  }>;
22597
22433
  SelectPage: import("vue").DefineComponent<{
22598
22434
  searchPageConfig: {
@@ -22669,10 +22505,7 @@ export declare function useComponents(): {
22669
22505
  readonly default: true;
22670
22506
  };
22671
22507
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
22672
- readonly nativeFocusBehavior: {
22673
- readonly type: BooleanConstructor;
22674
- readonly default: boolean;
22675
- };
22508
+ readonly nativeFocusBehavior: BooleanConstructor;
22676
22509
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
22677
22510
  heightTiny: string;
22678
22511
  heightSmall: string;
@@ -23386,10 +23219,7 @@ export declare function useComponents(): {
23386
23219
  readonly default: true;
23387
23220
  };
23388
23221
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
23389
- readonly nativeFocusBehavior: {
23390
- readonly type: BooleanConstructor;
23391
- readonly default: boolean;
23392
- };
23222
+ readonly nativeFocusBehavior: BooleanConstructor;
23393
23223
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
23394
23224
  heightTiny: string;
23395
23225
  heightSmall: string;
@@ -24003,26 +23833,26 @@ export declare function useComponents(): {
24003
23833
  rippleDuration: string;
24004
23834
  }, any>>>;
24005
23835
  }>>, {
24006
- readonly type: import("naive-ui/es/button/src/interface").Type;
24007
- readonly tag: keyof HTMLElementTagNameMap;
24008
- readonly block: boolean;
24009
- readonly round: boolean;
24010
- readonly dashed: boolean;
24011
- readonly text: boolean;
24012
- readonly circle: boolean;
24013
- readonly disabled: boolean;
24014
- readonly focusable: boolean;
24015
- readonly strong: boolean;
24016
- readonly loading: boolean;
24017
- readonly bordered: boolean;
24018
- readonly tertiary: boolean;
24019
- readonly ghost: boolean;
24020
- readonly keyboard: boolean;
24021
- readonly secondary: boolean;
24022
- readonly quaternary: boolean;
24023
- readonly iconPlacement: "left" | "right";
24024
- readonly attrType: "button" | "reset" | "submit";
24025
- readonly nativeFocusBehavior: boolean;
23836
+ type: import("naive-ui/es/button/src/interface").Type;
23837
+ tag: keyof HTMLElementTagNameMap;
23838
+ block: boolean;
23839
+ round: boolean;
23840
+ dashed: boolean;
23841
+ text: boolean;
23842
+ circle: boolean;
23843
+ disabled: boolean;
23844
+ focusable: boolean;
23845
+ strong: boolean;
23846
+ loading: boolean;
23847
+ bordered: boolean;
23848
+ tertiary: boolean;
23849
+ ghost: boolean;
23850
+ keyboard: boolean;
23851
+ secondary: boolean;
23852
+ quaternary: boolean;
23853
+ iconPlacement: "left" | "right";
23854
+ attrType: "button" | "reset" | "submit";
23855
+ nativeFocusBehavior: boolean;
24026
23856
  }>;
24027
23857
  ChevronBackOutline: 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<{}>>, {}>;
24028
23858
  ChevronForwardOutline: 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<{}>>, {}>;
@@ -24459,10 +24289,7 @@ export declare function useComponents(): {
24459
24289
  readonly default: true;
24460
24290
  };
24461
24291
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
24462
- readonly nativeFocusBehavior: {
24463
- readonly type: BooleanConstructor;
24464
- readonly default: boolean;
24465
- };
24292
+ readonly nativeFocusBehavior: BooleanConstructor;
24466
24293
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
24467
24294
  heightTiny: string;
24468
24295
  heightSmall: string;
@@ -25176,10 +25003,7 @@ export declare function useComponents(): {
25176
25003
  readonly default: true;
25177
25004
  };
25178
25005
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
25179
- readonly nativeFocusBehavior: {
25180
- readonly type: BooleanConstructor;
25181
- readonly default: boolean;
25182
- };
25006
+ readonly nativeFocusBehavior: BooleanConstructor;
25183
25007
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
25184
25008
  heightTiny: string;
25185
25009
  heightSmall: string;
@@ -25793,26 +25617,26 @@ export declare function useComponents(): {
25793
25617
  rippleDuration: string;
25794
25618
  }, any>>>;
25795
25619
  }>>, {
25796
- readonly type: import("naive-ui/es/button/src/interface").Type;
25797
- readonly tag: keyof HTMLElementTagNameMap;
25798
- readonly block: boolean;
25799
- readonly round: boolean;
25800
- readonly dashed: boolean;
25801
- readonly text: boolean;
25802
- readonly circle: boolean;
25803
- readonly disabled: boolean;
25804
- readonly focusable: boolean;
25805
- readonly strong: boolean;
25806
- readonly loading: boolean;
25807
- readonly bordered: boolean;
25808
- readonly tertiary: boolean;
25809
- readonly ghost: boolean;
25810
- readonly keyboard: boolean;
25811
- readonly secondary: boolean;
25812
- readonly quaternary: boolean;
25813
- readonly iconPlacement: "left" | "right";
25814
- readonly attrType: "button" | "reset" | "submit";
25815
- readonly nativeFocusBehavior: boolean;
25620
+ type: import("naive-ui/es/button/src/interface").Type;
25621
+ tag: keyof HTMLElementTagNameMap;
25622
+ block: boolean;
25623
+ round: boolean;
25624
+ dashed: boolean;
25625
+ text: boolean;
25626
+ circle: boolean;
25627
+ disabled: boolean;
25628
+ focusable: boolean;
25629
+ strong: boolean;
25630
+ loading: boolean;
25631
+ bordered: boolean;
25632
+ tertiary: boolean;
25633
+ ghost: boolean;
25634
+ keyboard: boolean;
25635
+ secondary: boolean;
25636
+ quaternary: boolean;
25637
+ iconPlacement: "left" | "right";
25638
+ attrType: "button" | "reset" | "submit";
25639
+ nativeFocusBehavior: boolean;
25816
25640
  }>;
25817
25641
  ChevronBackOutline: 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<{}>>, {}>;
25818
25642
  ChevronForwardOutline: 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<{}>>, {}>;
@@ -26096,7 +25920,10 @@ export declare function useComponents(): {
26096
25920
  };
26097
25921
  readonly remote: BooleanConstructor;
26098
25922
  readonly loading: BooleanConstructor;
26099
- readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
25923
+ readonly filter: {
25924
+ readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
25925
+ readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
25926
+ };
26100
25927
  readonly placement: {
26101
25928
  readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
26102
25929
  readonly default: "bottom-start";
@@ -26106,10 +25933,19 @@ export declare function useComponents(): {
26106
25933
  readonly default: "trigger";
26107
25934
  };
26108
25935
  readonly tag: BooleanConstructor;
26109
- readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
25936
+ readonly onCreate: {
25937
+ readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
25938
+ readonly default: (label: string) => {
25939
+ label: string;
25940
+ value: string;
25941
+ };
25942
+ };
26110
25943
  readonly fallbackOption: {
26111
- readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
26112
- readonly default: undefined;
25944
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
25945
+ readonly default: () => (value: string | number) => {
25946
+ label: string;
25947
+ value: string | number;
25948
+ };
26113
25949
  };
26114
25950
  readonly show: {
26115
25951
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -26128,18 +25964,6 @@ export declare function useComponents(): {
26128
25964
  readonly type: BooleanConstructor;
26129
25965
  readonly default: true;
26130
25966
  };
26131
- readonly labelField: {
26132
- readonly type: StringConstructor;
26133
- readonly default: "label";
26134
- };
26135
- readonly valueField: {
26136
- readonly type: StringConstructor;
26137
- readonly default: "value";
26138
- };
26139
- readonly childrenField: {
26140
- readonly type: StringConstructor;
26141
- readonly default: "children";
26142
- };
26143
25967
  readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
26144
25968
  readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
26145
25969
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
@@ -26162,10 +25986,6 @@ export declare function useComponents(): {
26162
25986
  readonly default: true;
26163
25987
  };
26164
25988
  readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
26165
- readonly internalShowCheckmark: {
26166
- readonly type: BooleanConstructor;
26167
- readonly default: true;
26168
- };
26169
25989
  readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
26170
25990
  readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
26171
25991
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -26261,7 +26081,6 @@ export declare function useComponents(): {
26261
26081
  optionCheckColor: string;
26262
26082
  optionColorPending: string;
26263
26083
  optionColorActive: string;
26264
- optionColorActivePending: string;
26265
26084
  actionTextColor: string;
26266
26085
  loadingColor: string;
26267
26086
  height: string;
@@ -26387,7 +26206,6 @@ export declare function useComponents(): {
26387
26206
  optionCheckColor: string;
26388
26207
  optionColorPending: string;
26389
26208
  optionColorActive: string;
26390
- optionColorActivePending: string;
26391
26209
  actionTextColor: string;
26392
26210
  loadingColor: string;
26393
26211
  height: string;
@@ -26513,7 +26331,6 @@ export declare function useComponents(): {
26513
26331
  optionCheckColor: string;
26514
26332
  optionColorPending: string;
26515
26333
  optionColorActive: string;
26516
- optionColorActivePending: string;
26517
26334
  actionTextColor: string;
26518
26335
  loadingColor: string;
26519
26336
  height: string;
@@ -26643,11 +26460,10 @@ export declare function useComponents(): {
26643
26460
  opacity5: string;
26644
26461
  dividerColor: string;
26645
26462
  borderColor: string;
26646
- closeIconColor: string;
26647
- closeIconColorHover: string;
26648
- closeIconColorPressed: string;
26463
+ closeColor: string;
26649
26464
  closeColorHover: string;
26650
26465
  closeColorPressed: string;
26466
+ closeColorDisabled: string;
26651
26467
  clearColor: string;
26652
26468
  clearColorHover: string;
26653
26469
  clearColorPressed: string;
@@ -26802,7 +26618,6 @@ export declare function useComponents(): {
26802
26618
  optionCheckColor: string;
26803
26619
  optionColorPending: string;
26804
26620
  optionColorActive: string;
26805
- optionColorActivePending: string;
26806
26621
  actionTextColor: string;
26807
26622
  loadingColor: string;
26808
26623
  height: string;
@@ -26918,7 +26733,10 @@ export declare function useComponents(): {
26918
26733
  };
26919
26734
  readonly remote: BooleanConstructor;
26920
26735
  readonly loading: BooleanConstructor;
26921
- readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
26736
+ readonly filter: {
26737
+ readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
26738
+ readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
26739
+ };
26922
26740
  readonly placement: {
26923
26741
  readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
26924
26742
  readonly default: "bottom-start";
@@ -26928,10 +26746,19 @@ export declare function useComponents(): {
26928
26746
  readonly default: "trigger";
26929
26747
  };
26930
26748
  readonly tag: BooleanConstructor;
26931
- readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
26749
+ readonly onCreate: {
26750
+ readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
26751
+ readonly default: (label: string) => {
26752
+ label: string;
26753
+ value: string;
26754
+ };
26755
+ };
26932
26756
  readonly fallbackOption: {
26933
- readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
26934
- readonly default: undefined;
26757
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
26758
+ readonly default: () => (value: string | number) => {
26759
+ label: string;
26760
+ value: string | number;
26761
+ };
26935
26762
  };
26936
26763
  readonly show: {
26937
26764
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -26950,18 +26777,6 @@ export declare function useComponents(): {
26950
26777
  readonly type: BooleanConstructor;
26951
26778
  readonly default: true;
26952
26779
  };
26953
- readonly labelField: {
26954
- readonly type: StringConstructor;
26955
- readonly default: "label";
26956
- };
26957
- readonly valueField: {
26958
- readonly type: StringConstructor;
26959
- readonly default: "value";
26960
- };
26961
- readonly childrenField: {
26962
- readonly type: StringConstructor;
26963
- readonly default: "children";
26964
- };
26965
26780
  readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
26966
26781
  readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
26967
26782
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
@@ -26984,10 +26799,6 @@ export declare function useComponents(): {
26984
26799
  readonly default: true;
26985
26800
  };
26986
26801
  readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
26987
- readonly internalShowCheckmark: {
26988
- readonly type: BooleanConstructor;
26989
- readonly default: true;
26990
- };
26991
26802
  readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
26992
26803
  readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
26993
26804
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -27083,7 +26894,6 @@ export declare function useComponents(): {
27083
26894
  optionCheckColor: string;
27084
26895
  optionColorPending: string;
27085
26896
  optionColorActive: string;
27086
- optionColorActivePending: string;
27087
26897
  actionTextColor: string;
27088
26898
  loadingColor: string;
27089
26899
  height: string;
@@ -27209,7 +27019,6 @@ export declare function useComponents(): {
27209
27019
  optionCheckColor: string;
27210
27020
  optionColorPending: string;
27211
27021
  optionColorActive: string;
27212
- optionColorActivePending: string;
27213
27022
  actionTextColor: string;
27214
27023
  loadingColor: string;
27215
27024
  height: string;
@@ -27335,7 +27144,6 @@ export declare function useComponents(): {
27335
27144
  optionCheckColor: string;
27336
27145
  optionColorPending: string;
27337
27146
  optionColorActive: string;
27338
- optionColorActivePending: string;
27339
27147
  actionTextColor: string;
27340
27148
  loadingColor: string;
27341
27149
  height: string;
@@ -27369,31 +27177,29 @@ export declare function useComponents(): {
27369
27177
  }>;
27370
27178
  }>>>;
27371
27179
  }>>, {
27372
- readonly tag: boolean;
27373
- readonly show: boolean | undefined;
27374
- readonly multiple: boolean;
27375
- readonly disabled: boolean | undefined;
27376
- readonly to: string | boolean | HTMLElement;
27377
- readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
27378
- readonly loading: boolean;
27379
- readonly bordered: boolean | undefined;
27380
- readonly placement: import("vueuc").FollowerPlacement;
27381
- readonly labelField: string;
27382
- readonly virtualScroll: boolean;
27383
- readonly valueField: string;
27384
- readonly resetMenuOnOptionsChange: boolean;
27385
- readonly showArrow: boolean;
27386
- readonly displayDirective: "show" | "if";
27387
- readonly filterable: boolean;
27388
- readonly clearable: boolean;
27389
- readonly internalShowCheckmark: boolean;
27390
- readonly clearFilterAfterSelect: boolean;
27391
- readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
27392
- readonly remote: boolean;
27393
- readonly widthMode: string;
27394
- readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
27395
- readonly consistentMenuWidth: boolean;
27396
- readonly childrenField: string;
27180
+ tag: boolean;
27181
+ filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
27182
+ show: boolean | undefined;
27183
+ multiple: boolean;
27184
+ disabled: boolean | undefined;
27185
+ to: string | boolean | HTMLElement;
27186
+ options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
27187
+ loading: boolean;
27188
+ bordered: boolean | undefined;
27189
+ placement: import("vueuc").FollowerPlacement;
27190
+ virtualScroll: boolean;
27191
+ resetMenuOnOptionsChange: boolean;
27192
+ showArrow: boolean;
27193
+ displayDirective: "show" | "if";
27194
+ filterable: boolean;
27195
+ clearable: boolean;
27196
+ clearFilterAfterSelect: boolean;
27197
+ defaultValue: import("naive-ui/es/select/src/interface").Value | null;
27198
+ remote: boolean;
27199
+ widthMode: string;
27200
+ onCreate: (label: string) => import("naive-ui").SelectOption;
27201
+ fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
27202
+ consistentMenuWidth: boolean;
27397
27203
  }>;
27398
27204
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
27399
27205
  mainForm: {
@@ -27659,7 +27465,10 @@ export declare function useComponents(): {
27659
27465
  };
27660
27466
  readonly remote: BooleanConstructor;
27661
27467
  readonly loading: BooleanConstructor;
27662
- readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
27468
+ readonly filter: {
27469
+ readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
27470
+ readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
27471
+ };
27663
27472
  readonly placement: {
27664
27473
  readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
27665
27474
  readonly default: "bottom-start";
@@ -27669,10 +27478,19 @@ export declare function useComponents(): {
27669
27478
  readonly default: "trigger";
27670
27479
  };
27671
27480
  readonly tag: BooleanConstructor;
27672
- readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
27481
+ readonly onCreate: {
27482
+ readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
27483
+ readonly default: (label: string) => {
27484
+ label: string;
27485
+ value: string;
27486
+ };
27487
+ };
27673
27488
  readonly fallbackOption: {
27674
- readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
27675
- readonly default: undefined;
27489
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
27490
+ readonly default: () => (value: string | number) => {
27491
+ label: string;
27492
+ value: string | number;
27493
+ };
27676
27494
  };
27677
27495
  readonly show: {
27678
27496
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -27691,18 +27509,6 @@ export declare function useComponents(): {
27691
27509
  readonly type: BooleanConstructor;
27692
27510
  readonly default: true;
27693
27511
  };
27694
- readonly labelField: {
27695
- readonly type: StringConstructor;
27696
- readonly default: "label";
27697
- };
27698
- readonly valueField: {
27699
- readonly type: StringConstructor;
27700
- readonly default: "value";
27701
- };
27702
- readonly childrenField: {
27703
- readonly type: StringConstructor;
27704
- readonly default: "children";
27705
- };
27706
27512
  readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
27707
27513
  readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
27708
27514
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
@@ -27725,10 +27531,6 @@ export declare function useComponents(): {
27725
27531
  readonly default: true;
27726
27532
  };
27727
27533
  readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
27728
- readonly internalShowCheckmark: {
27729
- readonly type: BooleanConstructor;
27730
- readonly default: true;
27731
- };
27732
27534
  readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
27733
27535
  readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
27734
27536
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -27824,7 +27626,6 @@ export declare function useComponents(): {
27824
27626
  optionCheckColor: string;
27825
27627
  optionColorPending: string;
27826
27628
  optionColorActive: string;
27827
- optionColorActivePending: string;
27828
27629
  actionTextColor: string;
27829
27630
  loadingColor: string;
27830
27631
  height: string;
@@ -27950,7 +27751,6 @@ export declare function useComponents(): {
27950
27751
  optionCheckColor: string;
27951
27752
  optionColorPending: string;
27952
27753
  optionColorActive: string;
27953
- optionColorActivePending: string;
27954
27754
  actionTextColor: string;
27955
27755
  loadingColor: string;
27956
27756
  height: string;
@@ -28076,7 +27876,6 @@ export declare function useComponents(): {
28076
27876
  optionCheckColor: string;
28077
27877
  optionColorPending: string;
28078
27878
  optionColorActive: string;
28079
- optionColorActivePending: string;
28080
27879
  actionTextColor: string;
28081
27880
  loadingColor: string;
28082
27881
  height: string;
@@ -28206,11 +28005,10 @@ export declare function useComponents(): {
28206
28005
  opacity5: string;
28207
28006
  dividerColor: string;
28208
28007
  borderColor: string;
28209
- closeIconColor: string;
28210
- closeIconColorHover: string;
28211
- closeIconColorPressed: string;
28008
+ closeColor: string;
28212
28009
  closeColorHover: string;
28213
28010
  closeColorPressed: string;
28011
+ closeColorDisabled: string;
28214
28012
  clearColor: string;
28215
28013
  clearColorHover: string;
28216
28014
  clearColorPressed: string;
@@ -28365,7 +28163,6 @@ export declare function useComponents(): {
28365
28163
  optionCheckColor: string;
28366
28164
  optionColorPending: string;
28367
28165
  optionColorActive: string;
28368
- optionColorActivePending: string;
28369
28166
  actionTextColor: string;
28370
28167
  loadingColor: string;
28371
28168
  height: string;
@@ -28481,7 +28278,10 @@ export declare function useComponents(): {
28481
28278
  };
28482
28279
  readonly remote: BooleanConstructor;
28483
28280
  readonly loading: BooleanConstructor;
28484
- readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
28281
+ readonly filter: {
28282
+ readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
28283
+ readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
28284
+ };
28485
28285
  readonly placement: {
28486
28286
  readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
28487
28287
  readonly default: "bottom-start";
@@ -28491,10 +28291,19 @@ export declare function useComponents(): {
28491
28291
  readonly default: "trigger";
28492
28292
  };
28493
28293
  readonly tag: BooleanConstructor;
28494
- readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
28294
+ readonly onCreate: {
28295
+ readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
28296
+ readonly default: (label: string) => {
28297
+ label: string;
28298
+ value: string;
28299
+ };
28300
+ };
28495
28301
  readonly fallbackOption: {
28496
- readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
28497
- readonly default: undefined;
28302
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
28303
+ readonly default: () => (value: string | number) => {
28304
+ label: string;
28305
+ value: string | number;
28306
+ };
28498
28307
  };
28499
28308
  readonly show: {
28500
28309
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -28513,18 +28322,6 @@ export declare function useComponents(): {
28513
28322
  readonly type: BooleanConstructor;
28514
28323
  readonly default: true;
28515
28324
  };
28516
- readonly labelField: {
28517
- readonly type: StringConstructor;
28518
- readonly default: "label";
28519
- };
28520
- readonly valueField: {
28521
- readonly type: StringConstructor;
28522
- readonly default: "value";
28523
- };
28524
- readonly childrenField: {
28525
- readonly type: StringConstructor;
28526
- readonly default: "children";
28527
- };
28528
28325
  readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
28529
28326
  readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
28530
28327
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
@@ -28547,10 +28344,6 @@ export declare function useComponents(): {
28547
28344
  readonly default: true;
28548
28345
  };
28549
28346
  readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
28550
- readonly internalShowCheckmark: {
28551
- readonly type: BooleanConstructor;
28552
- readonly default: true;
28553
- };
28554
28347
  readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
28555
28348
  readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
28556
28349
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -28646,7 +28439,6 @@ export declare function useComponents(): {
28646
28439
  optionCheckColor: string;
28647
28440
  optionColorPending: string;
28648
28441
  optionColorActive: string;
28649
- optionColorActivePending: string;
28650
28442
  actionTextColor: string;
28651
28443
  loadingColor: string;
28652
28444
  height: string;
@@ -28772,7 +28564,6 @@ export declare function useComponents(): {
28772
28564
  optionCheckColor: string;
28773
28565
  optionColorPending: string;
28774
28566
  optionColorActive: string;
28775
- optionColorActivePending: string;
28776
28567
  actionTextColor: string;
28777
28568
  loadingColor: string;
28778
28569
  height: string;
@@ -28898,7 +28689,6 @@ export declare function useComponents(): {
28898
28689
  optionCheckColor: string;
28899
28690
  optionColorPending: string;
28900
28691
  optionColorActive: string;
28901
- optionColorActivePending: string;
28902
28692
  actionTextColor: string;
28903
28693
  loadingColor: string;
28904
28694
  height: string;
@@ -28932,31 +28722,29 @@ export declare function useComponents(): {
28932
28722
  }>;
28933
28723
  }>>>;
28934
28724
  }>>, {
28935
- readonly tag: boolean;
28936
- readonly show: boolean | undefined;
28937
- readonly multiple: boolean;
28938
- readonly disabled: boolean | undefined;
28939
- readonly to: string | boolean | HTMLElement;
28940
- readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
28941
- readonly loading: boolean;
28942
- readonly bordered: boolean | undefined;
28943
- readonly placement: import("vueuc").FollowerPlacement;
28944
- readonly labelField: string;
28945
- readonly virtualScroll: boolean;
28946
- readonly valueField: string;
28947
- readonly resetMenuOnOptionsChange: boolean;
28948
- readonly showArrow: boolean;
28949
- readonly displayDirective: "show" | "if";
28950
- readonly filterable: boolean;
28951
- readonly clearable: boolean;
28952
- readonly internalShowCheckmark: boolean;
28953
- readonly clearFilterAfterSelect: boolean;
28954
- readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
28955
- readonly remote: boolean;
28956
- readonly widthMode: string;
28957
- readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
28958
- readonly consistentMenuWidth: boolean;
28959
- readonly childrenField: string;
28725
+ tag: boolean;
28726
+ filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
28727
+ show: boolean | undefined;
28728
+ multiple: boolean;
28729
+ disabled: boolean | undefined;
28730
+ to: string | boolean | HTMLElement;
28731
+ options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
28732
+ loading: boolean;
28733
+ bordered: boolean | undefined;
28734
+ placement: import("vueuc").FollowerPlacement;
28735
+ virtualScroll: boolean;
28736
+ resetMenuOnOptionsChange: boolean;
28737
+ showArrow: boolean;
28738
+ displayDirective: "show" | "if";
28739
+ filterable: boolean;
28740
+ clearable: boolean;
28741
+ clearFilterAfterSelect: boolean;
28742
+ defaultValue: import("naive-ui/es/select/src/interface").Value | null;
28743
+ remote: boolean;
28744
+ widthMode: string;
28745
+ onCreate: (label: string) => import("naive-ui").SelectOption;
28746
+ fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
28747
+ consistentMenuWidth: boolean;
28960
28748
  }>;
28961
28749
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
28962
28750
  mainForm: {
@@ -29245,7 +29033,6 @@ export declare function useComponents(): {
29245
29033
  type: BooleanConstructor;
29246
29034
  default: undefined;
29247
29035
  };
29248
- allowInput: import("vue").PropType<(value: string) => boolean>;
29249
29036
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
29250
29037
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
29251
29038
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -29466,8 +29253,8 @@ export declare function useComponents(): {
29466
29253
  contentRef: HTMLElement | null;
29467
29254
  containerScrollTop: number;
29468
29255
  syncUnifiedContainer: () => void;
29469
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
29470
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
29256
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
29257
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
29471
29258
  sync: () => void;
29472
29259
  handleMouseEnterWrapper: () => void;
29473
29260
  handleMouseLeaveWrapper: () => void;
@@ -29501,7 +29288,7 @@ export declare function useComponents(): {
29501
29288
  handleCompositionEnd: (e: CompositionEvent) => void;
29502
29289
  handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
29503
29290
  handleInputBlur: (e: FocusEvent) => void;
29504
- handleInputFocus: (e: FocusEvent, index: number) => void;
29291
+ handleInputFocus: (e: FocusEvent) => void;
29505
29292
  handleWrapperBlur: (e: FocusEvent) => void;
29506
29293
  handleWrapperFocus: (e: FocusEvent) => void;
29507
29294
  handleMouseEnter: () => void;
@@ -29512,7 +29299,7 @@ export declare function useComponents(): {
29512
29299
  handleClear: (e: MouseEvent) => void;
29513
29300
  handlePasswordToggleClick: () => void;
29514
29301
  handlePasswordToggleMousedown: (e: MouseEvent) => void;
29515
- handleWrapperKeydown: (e: KeyboardEvent) => void;
29302
+ handleWrapperKeyDown: (e: KeyboardEvent) => void;
29516
29303
  handleTextAreaMirrorResize: () => void;
29517
29304
  getTextareaScrollContainer: () => HTMLTextAreaElement | null;
29518
29305
  mergedTheme: import("vue").ComputedRef<{
@@ -29556,11 +29343,10 @@ export declare function useComponents(): {
29556
29343
  opacity5: string;
29557
29344
  dividerColor: string;
29558
29345
  borderColor: string;
29559
- closeIconColor: string;
29560
- closeIconColorHover: string;
29561
- closeIconColorPressed: string;
29346
+ closeColor: string;
29562
29347
  closeColorHover: string;
29563
29348
  closeColorPressed: string;
29349
+ closeColorDisabled: string;
29564
29350
  clearColor: string;
29565
29351
  clearColorHover: string;
29566
29352
  clearColorPressed: string;
@@ -29801,7 +29587,6 @@ export declare function useComponents(): {
29801
29587
  type: BooleanConstructor;
29802
29588
  default: undefined;
29803
29589
  };
29804
- allowInput: import("vue").PropType<(value: string) => boolean>;
29805
29590
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
29806
29591
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
29807
29592
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -30210,11 +29995,9 @@ export declare function useComponents(): {
30210
29995
  scrollable: BooleanConstructor;
30211
29996
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
30212
29997
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
30213
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
30214
29998
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
30215
29999
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
30216
30000
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
30217
- internalDeactivateImmediately: BooleanConstructor;
30218
30001
  internalSyncTargetWithParent: BooleanConstructor;
30219
30002
  internalInheritedEventHandlers: {
30220
30003
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -30279,11 +30062,10 @@ export declare function useComponents(): {
30279
30062
  opacity5: string;
30280
30063
  dividerColor: string;
30281
30064
  borderColor: string;
30282
- closeIconColor: string;
30283
- closeIconColorHover: string;
30284
- closeIconColorPressed: string;
30065
+ closeColor: string;
30285
30066
  closeColorHover: string;
30286
30067
  closeColorPressed: string;
30068
+ closeColorDisabled: string;
30287
30069
  clearColor: string;
30288
30070
  clearColorHover: string;
30289
30071
  clearColorPressed: string;
@@ -30512,11 +30294,9 @@ export declare function useComponents(): {
30512
30294
  scrollable: BooleanConstructor;
30513
30295
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
30514
30296
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
30515
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
30516
30297
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
30517
30298
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
30518
30299
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
30519
- internalDeactivateImmediately: BooleanConstructor;
30520
30300
  internalSyncTargetWithParent: BooleanConstructor;
30521
30301
  internalInheritedEventHandlers: {
30522
30302
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -30552,7 +30332,6 @@ export declare function useComponents(): {
30552
30332
  arrowPointToCenter: boolean;
30553
30333
  displayDirective: "show" | "if";
30554
30334
  keepAliveOnHover: boolean;
30555
- internalDeactivateImmediately: boolean;
30556
30335
  animated: boolean;
30557
30336
  internalTrapFocus: boolean;
30558
30337
  defaultShow: boolean;
@@ -30884,7 +30663,10 @@ export declare function useComponents(): {
30884
30663
  onConfirm: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never, formattedValue: never) => void>>;
30885
30664
  onClear: import("vue").PropType<() => void>;
30886
30665
  onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
30887
- timeZone: StringConstructor;
30666
+ stateful: {
30667
+ type: BooleanConstructor;
30668
+ default: boolean;
30669
+ };
30888
30670
  showIcon: {
30889
30671
  type: BooleanConstructor;
30890
30672
  default: boolean;
@@ -30910,10 +30692,6 @@ export declare function useComponents(): {
30910
30692
  validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
30911
30693
  };
30912
30694
  use12Hours: BooleanConstructor;
30913
- stateful: {
30914
- type: BooleanConstructor;
30915
- default: boolean;
30916
- };
30917
30695
  onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue> | undefined>;
30918
30696
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TimePicker", {
30919
30697
  panelColor: string;
@@ -31802,8 +31580,8 @@ export declare function useComponents(): {
31802
31580
  contentRef: HTMLElement | null;
31803
31581
  containerScrollTop: number;
31804
31582
  syncUnifiedContainer: () => void;
31805
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
31806
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
31583
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
31584
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
31807
31585
  sync: () => void;
31808
31586
  handleMouseEnterWrapper: () => void;
31809
31587
  handleMouseLeaveWrapper: () => void;
@@ -31814,8 +31592,8 @@ export declare function useComponents(): {
31814
31592
  contentRef: HTMLElement | null;
31815
31593
  containerScrollTop: number;
31816
31594
  syncUnifiedContainer: () => void;
31817
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
31818
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
31595
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
31596
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
31819
31597
  sync: () => void;
31820
31598
  handleMouseEnterWrapper: () => void;
31821
31599
  handleMouseLeaveWrapper: () => void;
@@ -31826,8 +31604,8 @@ export declare function useComponents(): {
31826
31604
  contentRef: HTMLElement | null;
31827
31605
  containerScrollTop: number;
31828
31606
  syncUnifiedContainer: () => void;
31829
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
31830
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
31607
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
31608
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
31831
31609
  sync: () => void;
31832
31610
  handleMouseEnterWrapper: () => void;
31833
31611
  handleMouseLeaveWrapper: () => void;
@@ -31838,8 +31616,8 @@ export declare function useComponents(): {
31838
31616
  contentRef: HTMLElement | null;
31839
31617
  containerScrollTop: number;
31840
31618
  syncUnifiedContainer: () => void;
31841
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
31842
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
31619
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
31620
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
31843
31621
  sync: () => void;
31844
31622
  handleMouseEnterWrapper: () => void;
31845
31623
  handleMouseLeaveWrapper: () => void;
@@ -31867,7 +31645,6 @@ export declare function useComponents(): {
31867
31645
  minuteValue: import("vue").ComputedRef<number | null>;
31868
31646
  secondValue: import("vue").ComputedRef<number | null>;
31869
31647
  amPmValue: import("vue").ComputedRef<"am" | "pm" | null>;
31870
- handleInputKeydown: (e: KeyboardEvent) => void;
31871
31648
  handleTimeInputFocus: (e: FocusEvent) => void;
31872
31649
  handleTimeInputBlur: (e: FocusEvent) => void;
31873
31650
  handleNowClick: () => void;
@@ -31884,7 +31661,7 @@ export declare function useComponents(): {
31884
31661
  handleAmPmClick: (amPm: import("naive-ui/es/time-picker/src/interface").ItemValue) => void;
31885
31662
  handleTimeInputClear: (e: MouseEvent) => void;
31886
31663
  handleFocusDetectorFocus: () => void;
31887
- handleMenuKeydown: (e: KeyboardEvent) => void;
31664
+ handleMenuKeyDown: (e: KeyboardEvent) => void;
31888
31665
  handleTriggerClick: (e: MouseEvent) => void;
31889
31666
  mergedTheme: import("vue").ComputedRef<{
31890
31667
  common: {
@@ -31927,11 +31704,10 @@ export declare function useComponents(): {
31927
31704
  opacity5: string;
31928
31705
  dividerColor: string;
31929
31706
  borderColor: string;
31930
- closeIconColor: string;
31931
- closeIconColorHover: string;
31932
- closeIconColorPressed: string;
31707
+ closeColor: string;
31933
31708
  closeColorHover: string;
31934
31709
  closeColorPressed: string;
31710
+ closeColorDisabled: string;
31935
31711
  clearColor: string;
31936
31712
  clearColorHover: string;
31937
31713
  clearColorPressed: string;
@@ -32366,7 +32142,10 @@ export declare function useComponents(): {
32366
32142
  onConfirm: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never, formattedValue: never) => void>>;
32367
32143
  onClear: import("vue").PropType<() => void>;
32368
32144
  onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
32369
- timeZone: StringConstructor;
32145
+ stateful: {
32146
+ type: BooleanConstructor;
32147
+ default: boolean;
32148
+ };
32370
32149
  showIcon: {
32371
32150
  type: BooleanConstructor;
32372
32151
  default: boolean;
@@ -32392,10 +32171,6 @@ export declare function useComponents(): {
32392
32171
  validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
32393
32172
  };
32394
32173
  use12Hours: BooleanConstructor;
32395
- stateful: {
32396
- type: BooleanConstructor;
32397
- default: boolean;
32398
- };
32399
32174
  onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue> | undefined>;
32400
32175
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TimePicker", {
32401
32176
  panelColor: string;
@@ -33614,10 +33389,6 @@ export declare function useComponents(): {
33614
33389
  treeSelect: (key: any, vnode: any) => void;
33615
33390
  filter: (pattern: string, option: AnyObject) => boolean;
33616
33391
  NTreeSelect: import("vue").DefineComponent<{
33617
- readonly renderLabel: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
33618
- readonly renderPrefix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
33619
- readonly renderSuffix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
33620
- readonly nodeProps: import("vue").PropType<import("naive-ui").TreeSelectNodeProps>;
33621
33392
  readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>;
33622
33393
  readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>;
33623
33394
  readonly onLoad: import("vue").PropType<(node: import("naive-ui").TreeSelectOption) => Promise<void>>;
@@ -33647,7 +33418,6 @@ export declare function useComponents(): {
33647
33418
  readonly default: () => never[];
33648
33419
  };
33649
33420
  readonly indeterminateKeys: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
33650
- readonly renderSwitcherIcon: import("vue").PropType<import("naive-ui/es/tree/src/interface").RenderSwitcherIcon>;
33651
33421
  readonly onUpdateIndeterminateKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
33652
33422
  readonly 'onUpdate:indeterminateKeys': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
33653
33423
  readonly onUpdateExpandedKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
@@ -33714,7 +33484,6 @@ export declare function useComponents(): {
33714
33484
  readonly default: true;
33715
33485
  };
33716
33486
  readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
33717
- readonly renderTag: import("vue").PropType<import("naive-ui").TreeSelectRenderTag>;
33718
33487
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
33719
33488
  menuPadding: string;
33720
33489
  menuColor: string;
@@ -34185,6 +33954,7 @@ export declare function useComponents(): {
34185
33954
  syncPosition: () => void;
34186
33955
  } | null>;
34187
33956
  treeInstRef: import("vue").Ref<{
33957
+ handleKeyup: (e: KeyboardEvent) => void;
34188
33958
  handleKeydown: (e: KeyboardEvent) => void;
34189
33959
  } | null>;
34190
33960
  mergedClsPrefix: import("vue").ComputedRef<string>;
@@ -34207,10 +33977,6 @@ export declare function useComponents(): {
34207
33977
  pendingNodeKey: import("vue").Ref<string | number | null>;
34208
33978
  mergedCascade: import("vue").ComputedRef<boolean>;
34209
33979
  mergedFilter: import("vue").ComputedRef<(pattern: string, node: import("naive-ui").TreeOption) => boolean>;
34210
- selectionRenderTag: import("vue").ComputedRef<(({ option, handleClose }: {
34211
- option: import("naive-ui").SelectOption;
34212
- handleClose: () => void;
34213
- }) => import("vue").VNodeChild) | undefined>;
34214
33980
  handleTriggerOrMenuResize: () => void;
34215
33981
  doUpdateExpandedKeys: (keys: import("naive-ui/es/tree/src/interface").Key[], option: (import("naive-ui").TreeSelectOption | null)[]) => void;
34216
33982
  handleMenuLeave: () => void;
@@ -34226,6 +33992,7 @@ export declare function useComponents(): {
34226
33992
  handleDeleteOption: (option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | ((option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | any>, selected: boolean) => import("vue").VNodeChild)>) => void;
34227
33993
  handlePatternInput: (e: InputEvent) => void;
34228
33994
  handleKeydown: (e: KeyboardEvent) => void;
33995
+ handleKeyup: (e: KeyboardEvent) => void;
34229
33996
  handleTabOut: () => void;
34230
33997
  handleMenuMousedown: (e: MouseEvent) => void;
34231
33998
  mergedTheme: import("vue").ComputedRef<{
@@ -34269,11 +34036,10 @@ export declare function useComponents(): {
34269
34036
  opacity5: string;
34270
34037
  dividerColor: string;
34271
34038
  borderColor: string;
34272
- closeIconColor: string;
34273
- closeIconColorHover: string;
34274
- closeIconColorPressed: string;
34039
+ closeColor: string;
34275
34040
  closeColorHover: string;
34276
34041
  closeColorPressed: string;
34042
+ closeColorDisabled: string;
34277
34043
  clearColor: string;
34278
34044
  clearColorHover: string;
34279
34045
  clearColorPressed: string;
@@ -34576,10 +34342,6 @@ export declare function useComponents(): {
34576
34342
  themeClass: import("vue").Ref<string> | undefined;
34577
34343
  onRender: (() => void) | undefined;
34578
34344
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
34579
- readonly renderLabel: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
34580
- readonly renderPrefix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
34581
- readonly renderSuffix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
34582
- readonly nodeProps: import("vue").PropType<import("naive-ui").TreeSelectNodeProps>;
34583
34345
  readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>;
34584
34346
  readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>;
34585
34347
  readonly onLoad: import("vue").PropType<(node: import("naive-ui").TreeSelectOption) => Promise<void>>;
@@ -34609,7 +34371,6 @@ export declare function useComponents(): {
34609
34371
  readonly default: () => never[];
34610
34372
  };
34611
34373
  readonly indeterminateKeys: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
34612
- readonly renderSwitcherIcon: import("vue").PropType<import("naive-ui/es/tree/src/interface").RenderSwitcherIcon>;
34613
34374
  readonly onUpdateIndeterminateKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
34614
34375
  readonly 'onUpdate:indeterminateKeys': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
34615
34376
  readonly onUpdateExpandedKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
@@ -34676,7 +34437,6 @@ export declare function useComponents(): {
34676
34437
  readonly default: true;
34677
34438
  };
34678
34439
  readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
34679
- readonly renderTag: import("vue").PropType<import("naive-ui").TreeSelectRenderTag>;
34680
34440
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
34681
34441
  menuPadding: string;
34682
34442
  menuColor: string;
@@ -35134,33 +34894,33 @@ export declare function useComponents(): {
35134
34894
  }>;
35135
34895
  }>>>;
35136
34896
  }>>, {
35137
- readonly show: boolean | undefined;
35138
- readonly separator: string;
35139
- readonly multiple: boolean;
35140
- readonly disabled: boolean | undefined;
35141
- readonly to: string | boolean | HTMLElement;
35142
- readonly options: import("naive-ui").TreeSelectOption[];
35143
- readonly loading: boolean;
35144
- readonly bordered: boolean;
35145
- readonly placement: import("vueuc").FollowerPlacement;
35146
- readonly keyField: string;
35147
- readonly labelField: string;
35148
- readonly virtualScroll: boolean;
35149
- readonly checkable: boolean;
35150
- readonly defaultShow: boolean;
35151
- readonly filterable: boolean;
35152
- readonly clearable: boolean;
35153
- readonly clearFilterAfterSelect: boolean;
35154
- readonly defaultValue: string | number | (string | number)[] | null;
35155
- readonly consistentMenuWidth: boolean;
35156
- readonly childrenField: string;
35157
- readonly defaultExpandAll: boolean;
35158
- readonly allowCheckingNotLoaded: boolean;
35159
- readonly cascade: boolean;
35160
- readonly checkStrategy: import("treemate").CheckStrategy;
35161
- readonly leafOnly: boolean;
35162
- readonly showPath: boolean;
35163
- readonly defaultExpandedKeys: import("naive-ui/es/tree/src/interface").Key[];
34897
+ show: boolean | undefined;
34898
+ separator: string;
34899
+ multiple: boolean;
34900
+ disabled: boolean | undefined;
34901
+ to: string | boolean | HTMLElement;
34902
+ options: import("naive-ui").TreeSelectOption[];
34903
+ loading: boolean;
34904
+ bordered: boolean;
34905
+ placement: import("vueuc").FollowerPlacement;
34906
+ keyField: string;
34907
+ virtualScroll: boolean;
34908
+ checkable: boolean;
34909
+ defaultShow: boolean;
34910
+ filterable: boolean;
34911
+ clearable: boolean;
34912
+ clearFilterAfterSelect: boolean;
34913
+ defaultValue: string | number | (string | number)[] | null;
34914
+ consistentMenuWidth: boolean;
34915
+ allowCheckingNotLoaded: boolean;
34916
+ cascade: boolean;
34917
+ labelField: string;
34918
+ childrenField: string;
34919
+ checkStrategy: import("treemate").CheckStrategy;
34920
+ leafOnly: boolean;
34921
+ showPath: boolean;
34922
+ defaultExpandedKeys: import("naive-ui/es/tree/src/interface").Key[];
34923
+ defaultExpandAll: boolean;
35164
34924
  }>;
35165
34925
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
35166
34926
  mainForm: {
@@ -35402,11 +35162,9 @@ export declare function useComponents(): {
35402
35162
  scrollable: BooleanConstructor;
35403
35163
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
35404
35164
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
35405
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
35406
35165
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
35407
35166
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
35408
35167
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
35409
- internalDeactivateImmediately: BooleanConstructor;
35410
35168
  internalSyncTargetWithParent: BooleanConstructor;
35411
35169
  internalInheritedEventHandlers: {
35412
35170
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -35471,11 +35229,10 @@ export declare function useComponents(): {
35471
35229
  opacity5: string;
35472
35230
  dividerColor: string;
35473
35231
  borderColor: string;
35474
- closeIconColor: string;
35475
- closeIconColorHover: string;
35476
- closeIconColorPressed: string;
35232
+ closeColor: string;
35477
35233
  closeColorHover: string;
35478
35234
  closeColorPressed: string;
35235
+ closeColorDisabled: string;
35479
35236
  clearColor: string;
35480
35237
  clearColorHover: string;
35481
35238
  clearColorPressed: string;
@@ -35704,11 +35461,9 @@ export declare function useComponents(): {
35704
35461
  scrollable: BooleanConstructor;
35705
35462
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
35706
35463
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
35707
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
35708
35464
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
35709
35465
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
35710
35466
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
35711
- internalDeactivateImmediately: BooleanConstructor;
35712
35467
  internalSyncTargetWithParent: BooleanConstructor;
35713
35468
  internalInheritedEventHandlers: {
35714
35469
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -35744,7 +35499,6 @@ export declare function useComponents(): {
35744
35499
  arrowPointToCenter: boolean;
35745
35500
  displayDirective: "show" | "if";
35746
35501
  keepAliveOnHover: boolean;
35747
- internalDeactivateImmediately: boolean;
35748
35502
  animated: boolean;
35749
35503
  internalTrapFocus: boolean;
35750
35504
  defaultShow: boolean;