@wimi/ui 0.4.20 → 0.4.21

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 (539) hide show
  1. package/dist/.dumirc.d.ts +2 -0
  2. package/dist/{typings → src}/components/api-component/src/api-component.vue.d.ts +15 -12
  3. package/dist/{typings → src}/components/api-component/src/types.d.ts +1 -1
  4. package/dist/src/components/button/src/button.vue.d.ts +18 -0
  5. package/dist/{typings → src}/components/button/src/types.d.ts +1 -1
  6. package/dist/src/components/calendar/src/index.vue.d.ts +42 -0
  7. package/dist/src/components/card/src/index.vue.d.ts +22 -0
  8. package/dist/{typings → src}/components/card/src/types.d.ts +3 -3
  9. package/dist/{typings → src}/components/code-editor/src/code-editor.vue.d.ts +7 -5
  10. package/dist/{typings → src}/components/code-editor/src/config.d.ts +3 -3
  11. package/dist/{typings → src}/components/code-editor/src/diff-code-editor.vue.d.ts +6 -4
  12. package/dist/{typings → src}/components/code-editor/src/types.d.ts +1 -1
  13. package/dist/src/components/collapse/src/collapse.vue.d.ts +17 -0
  14. package/dist/{typings → src}/components/collapse/src/types.d.ts +1 -1
  15. package/dist/{typings → src}/components/color-picker/demo/adapter/component/index.d.ts +2 -2
  16. package/dist/src/components/color-picker/demo/adapter/form.d.ts +7 -0
  17. package/dist/{typings → src}/components/color-picker/src/color-picker.vue.d.ts +68 -68
  18. package/dist/src/components/detail-info/src/index.vue.d.ts +30 -0
  19. package/dist/{typings → src}/components/detail-info/src/types.d.ts +2 -2
  20. package/dist/{typings → src}/components/drawer/demo/adapter/component/index.d.ts +2 -2
  21. package/dist/src/components/drawer/demo/adapter/form.d.ts +7 -0
  22. package/dist/{typings → src}/components/drawer/src/drawer-api.d.ts +1 -1
  23. package/dist/{typings → src}/components/drawer/src/drawer.d.ts +3 -3
  24. package/dist/src/components/drawer/src/drawer.vue.d.ts +44 -0
  25. package/dist/src/components/drawer/src/use-drawer.d.ts +8 -0
  26. package/dist/src/components/echarts/src/echarts-ui.vue.d.ts +9 -0
  27. package/dist/src/components/echarts/src/echarts.d.ts +6 -0
  28. package/dist/{typings → src}/components/echarts/src/use-echarts.d.ts +5 -5
  29. package/dist/{typings → src}/components/form/demo/adapter/component/index.d.ts +2 -2
  30. package/dist/src/components/form/demo/adapter/form.d.ts +7 -0
  31. package/dist/src/components/form/src/components/form-actions.vue.d.ts +24 -0
  32. package/dist/src/components/form/src/components/text.vue.d.ts +9 -0
  33. package/dist/{typings → src}/components/form/src/config.d.ts +2 -2
  34. package/dist/{typings → src}/components/form/src/form-api.d.ts +8 -8
  35. package/dist/src/components/form/src/form-render/context.d.ts +9 -0
  36. package/dist/src/components/form/src/form-render/dependencies.d.ts +9 -0
  37. package/dist/src/components/form/src/form-render/form-field.vue.d.ts +27 -0
  38. package/dist/src/components/form/src/form-render/form-label.vue.d.ts +10 -0
  39. package/dist/src/components/form/src/form-render/form.vue.d.ts +33 -0
  40. package/dist/{typings → src}/components/form/src/form-render/helper.d.ts +1 -1
  41. package/dist/{typings → src}/components/form/src/types.d.ts +9 -9
  42. package/dist/{typings → src}/components/form/src/use-form-context.d.ts +3 -3
  43. package/dist/src/components/form/src/use-form.d.ts +5 -0
  44. package/dist/src/components/form/src/use-form.vue.d.ts +25 -0
  45. package/dist/{typings → src}/components/gantt/src/event-utils.d.ts +1 -1
  46. package/dist/{typings → src}/components/gantt/src/gantt-config.d.ts +1 -1
  47. package/dist/{typings → src}/components/gantt/src/use-gantt.d.ts +5 -5
  48. package/dist/{typings → src}/components/grid-layout/index.d.ts +0 -1
  49. package/dist/{typings → src}/components/grid-layout/src/grid-item.vue.d.ts +19 -10
  50. package/dist/{typings → src}/components/grid-layout/src/helpers/common.d.ts +3 -3
  51. package/dist/{typings → src}/components/grid-layout/src/helpers/responsive.d.ts +1 -1
  52. package/dist/{typings → src}/components/grid-layout/src/index.vue.d.ts +36 -28
  53. package/dist/src/components/icon/src/icon.vue.d.ts +12 -0
  54. package/dist/src/components/infinite-scroll/src/index.vue.d.ts +31 -0
  55. package/dist/{typings → src}/components/infinite-scroll/src/types.d.ts +3 -3
  56. package/dist/src/components/layout/src/components/layout-content.vue.d.ts +22 -0
  57. package/dist/src/components/layout/src/components/layout-header.vue.d.ts +42 -0
  58. package/dist/{typings → src}/components/layout/src/components/layout-sidebar.vue.d.ts +21 -14
  59. package/dist/src/components/layout/src/wm-layout.vue.d.ts +56 -0
  60. package/dist/{typings/components/modal → src/components/left-container}/demo/adapter/component/index.d.ts +2 -2
  61. package/dist/src/components/left-container/demo/adapter/form.d.ts +7 -0
  62. package/dist/{typings → src}/components/left-container/src/index.vue.d.ts +13 -18
  63. package/dist/{typings → src}/components/left-container/src/types.d.ts +3 -3
  64. package/dist/src/components/menu/src/components/collapse-transition.vue.d.ts +17 -0
  65. package/dist/src/components/menu/src/components/menu-item.vue.d.ts +27 -0
  66. package/dist/src/components/menu/src/components/menu.vue.d.ts +37 -0
  67. package/dist/{typings → src}/components/menu/src/components/normal-menu/normal-menu.d.ts +1 -1
  68. package/dist/{typings → src}/components/menu/src/components/normal-menu/normal-menu.vue.d.ts +9 -9
  69. package/dist/src/components/menu/src/components/sub-menu-content.vue.d.ts +26 -0
  70. package/dist/src/components/menu/src/components/sub-menu.vue.d.ts +27 -0
  71. package/dist/{typings → src}/components/menu/src/hooks/use-menu-context.d.ts +1 -1
  72. package/dist/src/components/menu/src/hooks/use-menu.d.ts +9 -0
  73. package/dist/src/components/menu/src/menu.vue.d.ts +9 -0
  74. package/dist/src/components/menu/src/sub-menu.vue.d.ts +9 -0
  75. package/dist/{typings → src}/components/menu/src/types.d.ts +1 -1
  76. package/dist/{typings → src}/components/menu/src/utils/index.d.ts +1 -1
  77. package/dist/{typings/components/left-container → src/components/modal}/demo/adapter/component/index.d.ts +2 -2
  78. package/dist/src/components/modal/demo/adapter/form.d.ts +7 -0
  79. package/dist/{typings → src}/components/modal/src/modal-api.d.ts +1 -1
  80. package/dist/{typings → src}/components/modal/src/modal.d.ts +3 -3
  81. package/dist/src/components/modal/src/modal.vue.d.ts +2277 -0
  82. package/dist/{typings → src}/components/modal/src/use-modal-draggable.d.ts +1 -1
  83. package/dist/src/components/modal/src/use-modal.d.ts +8 -0
  84. package/dist/src/components/page/src/page.vue.d.ts +26 -0
  85. package/dist/src/components/scrollbar/src/index.vue.d.ts +466 -0
  86. package/dist/{typings → src}/components/scrollbar/src/types.d.ts +9 -9
  87. package/dist/src/components/splitter/src/panel.vue.d.ts +355 -0
  88. package/dist/src/components/splitter/src/splitter.vue.d.ts +18 -0
  89. package/dist/{typings → src}/components/splitter/src/types.d.ts +2 -2
  90. package/dist/src/components/status-card/src/index.vue.d.ts +35 -0
  91. package/dist/{typings → src}/components/status-card/src/types.d.ts +1 -1
  92. package/dist/src/components/table/demo/adapter/component/index.d.ts +33 -0
  93. package/dist/src/components/table/demo/adapter/form.d.ts +7 -0
  94. package/dist/src/components/table/demo/adapter/table.d.ts +2 -0
  95. package/dist/{typings → src}/components/table/src/api.d.ts +3 -3
  96. package/dist/{typings → src}/components/table/src/extends.d.ts +3 -3
  97. package/dist/{typings → src}/components/table/src/init.d.ts +2 -2
  98. package/dist/{typings → src}/components/table/src/types.d.ts +5 -5
  99. package/dist/src/components/table/src/use-table.d.ts +4 -0
  100. package/dist/src/components/table/src/use-table.vue.d.ts +142 -0
  101. package/dist/src/components/table-select/demo/adapter/component/index.d.ts +33 -0
  102. package/dist/src/components/table-select/demo/adapter/form.d.ts +7 -0
  103. package/dist/src/components/table-select/src/table-select.vue.d.ts +32 -0
  104. package/dist/{typings → src}/components/table-select/src/types.d.ts +2 -2
  105. package/dist/src/components/tabs/src/tabs.vue.d.ts +30 -0
  106. package/dist/src/components/tabs-view/src/components/tabs/tabs.vue.d.ts +21 -0
  107. package/dist/src/components/tabs-view/src/components/widgets/tool-more.vue.d.ts +3 -0
  108. package/dist/src/components/tabs-view/src/components/widgets/tool-screen.vue.d.ts +9 -0
  109. package/dist/src/components/tabs-view/src/tabs-view.vue.d.ts +151 -0
  110. package/dist/{typings → src}/components/tabs-view/src/types.d.ts +2 -2
  111. package/dist/{typings → src}/components/tabs-view/src/use-tabs-drag.d.ts +1 -1
  112. package/dist/{typings → src}/components/tabs-view/src/use-tabs-view-scroll.d.ts +52 -52
  113. package/dist/src/components/text-editor/demo/adapter/component/index.d.ts +33 -0
  114. package/dist/src/components/text-editor/demo/adapter/form.d.ts +7 -0
  115. package/dist/{typings → src}/components/text-editor/src/text-editor.vue.d.ts +3 -5
  116. package/dist/src/components/title/src/group-title.vue.d.ts +18 -0
  117. package/dist/src/components/title/src/title.vue.d.ts +19 -0
  118. package/dist/{typings → src}/components/title/src/types.d.ts +1 -1
  119. package/dist/src/components/tree/src/tree.vue.d.ts +3359 -0
  120. package/dist/src/components/virtual-list/src/index.vue.d.ts +442 -0
  121. package/dist/{typings → src}/components/virtual-list/src/types.d.ts +11 -12
  122. package/dist/src/hooks/use-html-theme.d.ts +3 -0
  123. package/dist/{typings → src}/index.d.ts +0 -4
  124. package/dist/src/shadcn/components/context-menu/context-menu.vue.d.ts +32 -0
  125. package/dist/{typings → src}/shadcn/components/context-menu/interface.d.ts +1 -1
  126. package/dist/src/shadcn/components/dropdown-menu/dropdown-menu.vue.d.ts +20 -0
  127. package/dist/src/shadcn/components/dropdown-menu/dropdown-radio-menu.vue.d.ts +28 -0
  128. package/dist/{typings → src}/shadcn/components/dropdown-menu/interface.d.ts +1 -1
  129. package/dist/src/shadcn/components/hover-card/hover-card.vue.d.ts +29 -0
  130. package/dist/src/shadcn/components/render-content/render-content.vue.d.ts +17 -0
  131. package/dist/{typings → src}/shadcn/components/scrollbar/scrollbar.vue.d.ts +14 -9
  132. package/dist/{typings → src}/shadcn/components/spinner/loading.vue.d.ts +2 -2
  133. package/dist/{typings → src}/shadcn/components/spinner/spinner.vue.d.ts +2 -2
  134. package/dist/src/shadcn/components/tooltip/help-tooltip.vue.d.ts +21 -0
  135. package/dist/src/shadcn/components/tooltip/tooltip.vue.d.ts +30 -0
  136. package/dist/src/shadcn/ui/accordion/Accordion.vue.d.ts +23 -0
  137. package/dist/src/shadcn/ui/accordion/AccordionContent.vue.d.ts +22 -0
  138. package/dist/src/shadcn/ui/accordion/AccordionItem.vue.d.ts +22 -0
  139. package/dist/src/shadcn/ui/accordion/AccordionTrigger.vue.d.ts +23 -0
  140. package/dist/src/shadcn/ui/badge/Badge.vue.d.ts +24 -0
  141. package/dist/{typings → src}/shadcn/ui/badge/index.d.ts +2 -2
  142. package/dist/src/shadcn/ui/button/Button.vue.d.ts +27 -0
  143. package/dist/{typings → src}/shadcn/ui/button/index.d.ts +2 -2
  144. package/dist/src/shadcn/ui/context-menu/ContextMenu.vue.d.ts +22 -0
  145. package/dist/src/shadcn/ui/context-menu/ContextMenuCheckboxItem.vue.d.ts +28 -0
  146. package/dist/src/shadcn/ui/context-menu/ContextMenuContent.vue.d.ts +34 -0
  147. package/dist/src/shadcn/ui/context-menu/ContextMenuGroup.vue.d.ts +18 -0
  148. package/dist/src/shadcn/ui/context-menu/ContextMenuItem.vue.d.ts +30 -0
  149. package/dist/src/shadcn/ui/context-menu/ContextMenuLabel.vue.d.ts +23 -0
  150. package/dist/src/shadcn/ui/context-menu/ContextMenuRadioGroup.vue.d.ts +22 -0
  151. package/dist/src/shadcn/ui/context-menu/ContextMenuRadioItem.vue.d.ts +26 -0
  152. package/dist/src/shadcn/ui/context-menu/ContextMenuSeparator.vue.d.ts +7 -0
  153. package/dist/src/shadcn/ui/context-menu/ContextMenuShortcut.vue.d.ts +21 -0
  154. package/dist/src/shadcn/ui/context-menu/ContextMenuSub.vue.d.ts +22 -0
  155. package/dist/src/shadcn/ui/context-menu/ContextMenuSubContent.vue.d.ts +38 -0
  156. package/dist/src/shadcn/ui/context-menu/ContextMenuSubTrigger.vue.d.ts +23 -0
  157. package/dist/src/shadcn/ui/context-menu/ContextMenuTrigger.vue.d.ts +18 -0
  158. package/dist/src/shadcn/ui/dialog/Dialog.vue.d.ts +22 -0
  159. package/dist/src/shadcn/ui/dialog/DialogClose.vue.d.ts +18 -0
  160. package/dist/src/shadcn/ui/dialog/DialogContent.vue.d.ts +720 -0
  161. package/dist/src/shadcn/ui/dialog/DialogDescription.vue.d.ts +22 -0
  162. package/dist/src/shadcn/ui/dialog/DialogFooter.vue.d.ts +21 -0
  163. package/dist/src/shadcn/ui/dialog/DialogHeader.vue.d.ts +21 -0
  164. package/dist/src/shadcn/ui/dialog/DialogOverlay.vue.d.ts +7 -0
  165. package/dist/src/shadcn/ui/dialog/DialogScrollContent.vue.d.ts +39 -0
  166. package/dist/src/shadcn/ui/dialog/DialogTitle.vue.d.ts +22 -0
  167. package/dist/src/shadcn/ui/dialog/DialogTrigger.vue.d.ts +18 -0
  168. package/dist/src/shadcn/ui/dropdown-menu/DropdownMenu.vue.d.ts +22 -0
  169. package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +28 -0
  170. package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +36 -0
  171. package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +18 -0
  172. package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +26 -0
  173. package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +23 -0
  174. package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +22 -0
  175. package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +26 -0
  176. package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +7 -0
  177. package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +21 -0
  178. package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +22 -0
  179. package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +38 -0
  180. package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +23 -0
  181. package/dist/src/shadcn/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +18 -0
  182. package/dist/src/shadcn/ui/form/FormControl.vue.d.ts +17 -0
  183. package/dist/src/shadcn/ui/form/FormDescription.vue.d.ts +21 -0
  184. package/dist/src/shadcn/ui/form/FormItem.vue.d.ts +21 -0
  185. package/dist/src/shadcn/ui/form/FormLabel.vue.d.ts +22 -0
  186. package/dist/src/shadcn/ui/form/FormMessage.vue.d.ts +6 -0
  187. package/dist/{typings → src}/shadcn/ui/form/injectionKeys.d.ts +1 -1
  188. package/dist/src/shadcn/ui/form/useFormField.d.ts +11 -0
  189. package/dist/src/shadcn/ui/hover-card/HoverCard.vue.d.ts +22 -0
  190. package/dist/src/shadcn/ui/hover-card/HoverCardContent.vue.d.ts +24 -0
  191. package/dist/src/shadcn/ui/hover-card/HoverCardTrigger.vue.d.ts +18 -0
  192. package/dist/src/shadcn/ui/label/Label.vue.d.ts +22 -0
  193. package/dist/src/shadcn/ui/resizable/ResizableHandle.vue.d.ts +27 -0
  194. package/dist/src/shadcn/ui/resizable/ResizablePanel.vue.d.ts +206 -0
  195. package/dist/src/shadcn/ui/resizable/ResizablePanelGroup.vue.d.ts +26 -0
  196. package/dist/src/shadcn/ui/scroll-area/ScrollArea.vue.d.ts +28 -0
  197. package/dist/src/shadcn/ui/scroll-area/ScrollBar.vue.d.ts +9 -0
  198. package/dist/src/shadcn/ui/sheet/Sheet.vue.d.ts +22 -0
  199. package/dist/src/shadcn/ui/sheet/SheetClose.vue.d.ts +18 -0
  200. package/dist/src/shadcn/ui/sheet/SheetContent.vue.d.ts +207 -0
  201. package/dist/src/shadcn/ui/sheet/SheetDescription.vue.d.ts +22 -0
  202. package/dist/src/shadcn/ui/sheet/SheetFooter.vue.d.ts +21 -0
  203. package/dist/src/shadcn/ui/sheet/SheetHeader.vue.d.ts +21 -0
  204. package/dist/src/shadcn/ui/sheet/SheetOverlay.vue.d.ts +7 -0
  205. package/dist/src/shadcn/ui/sheet/SheetTitle.vue.d.ts +22 -0
  206. package/dist/src/shadcn/ui/sheet/SheetTrigger.vue.d.ts +18 -0
  207. package/dist/src/shadcn/ui/tooltip/Tooltip.vue.d.ts +22 -0
  208. package/dist/src/shadcn/ui/tooltip/TooltipContent.vue.d.ts +30 -0
  209. package/dist/src/shadcn/ui/tooltip/TooltipProvider.vue.d.ts +20 -0
  210. package/dist/src/shadcn/ui/tooltip/TooltipTrigger.vue.d.ts +18 -0
  211. package/dist/{typings → src}/typings/helper.d.ts +1 -1
  212. package/dist/{typings → src}/typings/menu-record.d.ts +2 -2
  213. package/dist/src/utils/composables/use-is-mobile.d.ts +3 -0
  214. package/dist/{typings → src}/utils/composables/use-layout-style.d.ts +5 -5
  215. package/dist/{typings → src}/utils/composables/use-priority-value.d.ts +1 -1
  216. package/dist/{typings → src}/utils/composables/use-sortable.d.ts +1 -2
  217. package/dist/{typings → src}/utils/shared/cn.d.ts +1 -1
  218. package/dist/{typings → src}/utils/shared/date.d.ts +1 -1
  219. package/dist/{typings → src}/utils/shared/merge.d.ts +1 -1
  220. package/package.json +3 -3
  221. package/dist/typings/components/api-component/demo/base.vue.d.ts +0 -2
  222. package/dist/typings/components/button/demo/basic.vue.d.ts +0 -2
  223. package/dist/typings/components/button/src/button.vue.d.ts +0 -13
  224. package/dist/typings/components/calendar/demo/basic.vue.d.ts +0 -2
  225. package/dist/typings/components/calendar/src/index.vue.d.ts +0 -38
  226. package/dist/typings/components/card/demo/basic.vue.d.ts +0 -2
  227. package/dist/typings/components/card/src/index.vue.d.ts +0 -18
  228. package/dist/typings/components/code-editor/demo/base.vue.d.ts +0 -2
  229. package/dist/typings/components/code-editor/demo/diff.vue.d.ts +0 -2
  230. package/dist/typings/components/collapse/demo/basic.vue.d.ts +0 -2
  231. package/dist/typings/components/collapse/src/collapse.vue.d.ts +0 -17
  232. package/dist/typings/components/color-picker/demo/adapter/form.d.ts +0 -8
  233. package/dist/typings/components/color-picker/demo/base.vue.d.ts +0 -2
  234. package/dist/typings/components/color-picker/demo/form.vue.d.ts +0 -2
  235. package/dist/typings/components/detail-info/demo/base.vue.d.ts +0 -2
  236. package/dist/typings/components/detail-info/demo/formatter.vue.d.ts +0 -2
  237. package/dist/typings/components/detail-info/demo/layout.vue.d.ts +0 -2
  238. package/dist/typings/components/detail-info/demo/slots.vue.d.ts +0 -2
  239. package/dist/typings/components/detail-info/src/index.vue.d.ts +0 -27
  240. package/dist/typings/components/drawer/demo/adapter/form.d.ts +0 -8
  241. package/dist/typings/components/drawer/demo/auto-height.vue.d.ts +0 -2
  242. package/dist/typings/components/drawer/demo/basic.vue.d.ts +0 -2
  243. package/dist/typings/components/drawer/demo/dynamic.vue.d.ts +0 -2
  244. package/dist/typings/components/drawer/demo/extra/drawer.vue.d.ts +0 -2
  245. package/dist/typings/components/drawer/demo/extra/extra.vue.d.ts +0 -2
  246. package/dist/typings/components/drawer/demo/form-drawer.vue.d.ts +0 -2
  247. package/dist/typings/components/drawer/demo/shared-data/drawer.vue.d.ts +0 -2
  248. package/dist/typings/components/drawer/demo/shared-data/shared-data.vue.d.ts +0 -2
  249. package/dist/typings/components/drawer/src/drawer.vue.d.ts +0 -45
  250. package/dist/typings/components/drawer/src/use-drawer.d.ts +0 -8
  251. package/dist/typings/components/echarts/demo/base.vue.d.ts +0 -2
  252. package/dist/typings/components/echarts/src/echarts-ui.vue.d.ts +0 -9
  253. package/dist/typings/components/echarts/src/echarts.d.ts +0 -6
  254. package/dist/typings/components/form/demo/adapter/form.d.ts +0 -8
  255. package/dist/typings/components/form/demo/api.vue.d.ts +0 -2
  256. package/dist/typings/components/form/demo/components/two-fields.vue.d.ts +0 -13
  257. package/dist/typings/components/form/demo/custom-layout.vue.d.ts +0 -2
  258. package/dist/typings/components/form/demo/custom.vue.d.ts +0 -2
  259. package/dist/typings/components/form/demo/dynamic.vue.d.ts +0 -2
  260. package/dist/typings/components/form/demo/if-show.vue.d.ts +0 -2
  261. package/dist/typings/components/form/demo/merge.vue.d.ts +0 -2
  262. package/dist/typings/components/form/demo/query.vue.d.ts +0 -2
  263. package/dist/typings/components/form/demo/rules.vue.d.ts +0 -2
  264. package/dist/typings/components/form/demo/select.vue.d.ts +0 -2
  265. package/dist/typings/components/form/src/components/form-actions.vue.d.ts +0 -21
  266. package/dist/typings/components/form/src/components/text.vue.d.ts +0 -9
  267. package/dist/typings/components/form/src/form-render/context.d.ts +0 -9
  268. package/dist/typings/components/form/src/form-render/dependencies.d.ts +0 -9
  269. package/dist/typings/components/form/src/form-render/form-field.vue.d.ts +0 -18
  270. package/dist/typings/components/form/src/form-render/form-label.vue.d.ts +0 -10
  271. package/dist/typings/components/form/src/form-render/form.vue.d.ts +0 -30
  272. package/dist/typings/components/form/src/use-form.d.ts +0 -5
  273. package/dist/typings/components/form/src/use-form.vue.d.ts +0 -24
  274. package/dist/typings/components/gantt/demo/basic.vue.d.ts +0 -2
  275. package/dist/typings/components/grid-layout/demo/base.vue.d.ts +0 -2
  276. package/dist/typings/components/grid-layout/demo/line.vue.d.ts +0 -2
  277. package/dist/typings/components/icon/demo/basic.vue.d.ts +0 -2
  278. package/dist/typings/components/icon/demo/iconfont.vue.d.ts +0 -2
  279. package/dist/typings/components/icon/src/icon.vue.d.ts +0 -12
  280. package/dist/typings/components/infinite-scroll/demo/basic.vue.d.ts +0 -2
  281. package/dist/typings/components/infinite-scroll/src/index.vue.d.ts +0 -28
  282. package/dist/typings/components/layout/demo/basic.vue.d.ts +0 -2
  283. package/dist/typings/components/layout/src/components/layout-content.vue.d.ts +0 -14
  284. package/dist/typings/components/layout/src/components/layout-header.vue.d.ts +0 -37
  285. package/dist/typings/components/layout/src/wm-layout.vue.d.ts +0 -53
  286. package/dist/typings/components/left-container/demo/adapter/form.d.ts +0 -8
  287. package/dist/typings/components/left-container/demo/basic.vue.d.ts +0 -2
  288. package/dist/typings/components/left-container/demo/card.vue.d.ts +0 -2
  289. package/dist/typings/components/menu/demo/basic.vue.d.ts +0 -2
  290. package/dist/typings/components/menu/demo/normal.vue.d.ts +0 -2
  291. package/dist/typings/components/menu/src/components/collapse-transition.vue.d.ts +0 -12
  292. package/dist/typings/components/menu/src/components/menu-item.vue.d.ts +0 -23
  293. package/dist/typings/components/menu/src/components/menu.vue.d.ts +0 -28
  294. package/dist/typings/components/menu/src/components/sub-menu-content.vue.d.ts +0 -21
  295. package/dist/typings/components/menu/src/components/sub-menu.vue.d.ts +0 -25
  296. package/dist/typings/components/menu/src/hooks/use-menu.d.ts +0 -9
  297. package/dist/typings/components/menu/src/menu.vue.d.ts +0 -9
  298. package/dist/typings/components/menu/src/sub-menu.vue.d.ts +0 -9
  299. package/dist/typings/components/modal/demo/adapter/form.d.ts +0 -8
  300. package/dist/typings/components/modal/demo/auto-height.vue.d.ts +0 -2
  301. package/dist/typings/components/modal/demo/basic.vue.d.ts +0 -2
  302. package/dist/typings/components/modal/demo/draggable.vue.d.ts +0 -2
  303. package/dist/typings/components/modal/demo/dynamic.vue.d.ts +0 -2
  304. package/dist/typings/components/modal/demo/extra/ChildModal.vue.d.ts +0 -2
  305. package/dist/typings/components/modal/demo/extra/ParentModal.vue.d.ts +0 -2
  306. package/dist/typings/components/modal/demo/extra/extra.vue.d.ts +0 -2
  307. package/dist/typings/components/modal/demo/form-modal.vue.d.ts +0 -2
  308. package/dist/typings/components/modal/demo/shared-data/modal.vue.d.ts +0 -2
  309. package/dist/typings/components/modal/demo/shared-data/shared-data.vue.d.ts +0 -2
  310. package/dist/typings/components/modal/src/modal.vue.d.ts +0 -40
  311. package/dist/typings/components/modal/src/use-modal.d.ts +0 -8
  312. package/dist/typings/components/page/demo/auto-height.vue.d.ts +0 -2
  313. package/dist/typings/components/page/demo/base.vue.d.ts +0 -2
  314. package/dist/typings/components/page/src/page.vue.d.ts +0 -17
  315. package/dist/typings/components/scrollbar/demo/basic.vue.d.ts +0 -2
  316. package/dist/typings/components/scrollbar/src/index.vue.d.ts +0 -121
  317. package/dist/typings/components/splitter/demo/basic.vue.d.ts +0 -2
  318. package/dist/typings/components/splitter/demo/nested.vue.d.ts +0 -2
  319. package/dist/typings/components/splitter/demo/vertical.vue.d.ts +0 -2
  320. package/dist/typings/components/splitter/src/panel.vue.d.ts +0 -26
  321. package/dist/typings/components/splitter/src/splitter.vue.d.ts +0 -11
  322. package/dist/typings/components/status-card/demo/basic.vue.d.ts +0 -2
  323. package/dist/typings/components/status-card/src/index.vue.d.ts +0 -31
  324. package/dist/typings/components/table/demo/adapter/component/index.d.ts +0 -33
  325. package/dist/typings/components/table/demo/adapter/form.d.ts +0 -8
  326. package/dist/typings/components/table/demo/adapter/table.d.ts +0 -2
  327. package/dist/typings/components/table/demo/basic.vue.d.ts +0 -2
  328. package/dist/typings/components/table/demo/custom-cell.vue.d.ts +0 -2
  329. package/dist/typings/components/table/demo/dynamic.vue.d.ts +0 -2
  330. package/dist/typings/components/table/demo/edit-row.vue.d.ts +0 -2
  331. package/dist/typings/components/table/demo/tree.vue.d.ts +0 -2
  332. package/dist/typings/components/table/src/use-table.d.ts +0 -4
  333. package/dist/typings/components/table/src/use-table.vue.d.ts +0 -139
  334. package/dist/typings/components/table-select/demo/adapter/component/index.d.ts +0 -33
  335. package/dist/typings/components/table-select/demo/adapter/form.d.ts +0 -8
  336. package/dist/typings/components/table-select/demo/base.vue.d.ts +0 -2
  337. package/dist/typings/components/table-select/demo/form.vue.d.ts +0 -2
  338. package/dist/typings/components/table-select/demo/more.vue.d.ts +0 -2
  339. package/dist/typings/components/table-select/demo/multiple.vue.d.ts +0 -2
  340. package/dist/typings/components/table-select/src/table-select.vue.d.ts +0 -29
  341. package/dist/typings/components/tabs/demo/basic.vue.d.ts +0 -2
  342. package/dist/typings/components/tabs/src/tabs.vue.d.ts +0 -25
  343. package/dist/typings/components/tabs-view/demo/basic.vue.d.ts +0 -2
  344. package/dist/typings/components/tabs-view/src/components/tabs/tabs.vue.d.ts +0 -21
  345. package/dist/typings/components/tabs-view/src/components/widgets/tool-more.vue.d.ts +0 -3
  346. package/dist/typings/components/tabs-view/src/components/widgets/tool-screen.vue.d.ts +0 -9
  347. package/dist/typings/components/tabs-view/src/tabs-view.vue.d.ts +0 -18
  348. package/dist/typings/components/text-editor/demo/adapter/component/index.d.ts +0 -33
  349. package/dist/typings/components/text-editor/demo/adapter/form.d.ts +0 -8
  350. package/dist/typings/components/text-editor/demo/base.vue.d.ts +0 -2
  351. package/dist/typings/components/text-editor/demo/form.vue.d.ts +0 -2
  352. package/dist/typings/components/title/demo/basic.vue.d.ts +0 -2
  353. package/dist/typings/components/title/demo/module.vue.d.ts +0 -2
  354. package/dist/typings/components/title/src/group-title.vue.d.ts +0 -13
  355. package/dist/typings/components/title/src/title.vue.d.ts +0 -15
  356. package/dist/typings/components/tree/demo/base.vue.d.ts +0 -2
  357. package/dist/typings/components/tree/src/tree.vue.d.ts +0 -64
  358. package/dist/typings/components/virtual-list/demo/basic.vue.d.ts +0 -2
  359. package/dist/typings/components/virtual-list/src/index.vue.d.ts +0 -92
  360. package/dist/typings/hooks/use-html-theme.d.ts +0 -3
  361. package/dist/typings/shadcn/components/context-menu/context-menu.vue.d.ts +0 -27
  362. package/dist/typings/shadcn/components/dropdown-menu/dropdown-menu.vue.d.ts +0 -15
  363. package/dist/typings/shadcn/components/dropdown-menu/dropdown-radio-menu.vue.d.ts +0 -23
  364. package/dist/typings/shadcn/components/hover-card/hover-card.vue.d.ts +0 -25
  365. package/dist/typings/shadcn/components/render-content/render-content.vue.d.ts +0 -17
  366. package/dist/typings/shadcn/components/tooltip/help-tooltip.vue.d.ts +0 -17
  367. package/dist/typings/shadcn/components/tooltip/tooltip.vue.d.ts +0 -26
  368. package/dist/typings/shadcn/ui/accordion/Accordion.vue.d.ts +0 -18
  369. package/dist/typings/shadcn/ui/accordion/AccordionContent.vue.d.ts +0 -17
  370. package/dist/typings/shadcn/ui/accordion/AccordionItem.vue.d.ts +0 -17
  371. package/dist/typings/shadcn/ui/accordion/AccordionTrigger.vue.d.ts +0 -19
  372. package/dist/typings/shadcn/ui/badge/Badge.vue.d.ts +0 -19
  373. package/dist/typings/shadcn/ui/button/Button.vue.d.ts +0 -22
  374. package/dist/typings/shadcn/ui/context-menu/ContextMenu.vue.d.ts +0 -17
  375. package/dist/typings/shadcn/ui/context-menu/ContextMenuCheckboxItem.vue.d.ts +0 -23
  376. package/dist/typings/shadcn/ui/context-menu/ContextMenuContent.vue.d.ts +0 -29
  377. package/dist/typings/shadcn/ui/context-menu/ContextMenuGroup.vue.d.ts +0 -13
  378. package/dist/typings/shadcn/ui/context-menu/ContextMenuItem.vue.d.ts +0 -25
  379. package/dist/typings/shadcn/ui/context-menu/ContextMenuLabel.vue.d.ts +0 -18
  380. package/dist/typings/shadcn/ui/context-menu/ContextMenuPortal.vue.d.ts +0 -13
  381. package/dist/typings/shadcn/ui/context-menu/ContextMenuRadioGroup.vue.d.ts +0 -17
  382. package/dist/typings/shadcn/ui/context-menu/ContextMenuRadioItem.vue.d.ts +0 -21
  383. package/dist/typings/shadcn/ui/context-menu/ContextMenuSeparator.vue.d.ts +0 -7
  384. package/dist/typings/shadcn/ui/context-menu/ContextMenuShortcut.vue.d.ts +0 -16
  385. package/dist/typings/shadcn/ui/context-menu/ContextMenuSub.vue.d.ts +0 -17
  386. package/dist/typings/shadcn/ui/context-menu/ContextMenuSubContent.vue.d.ts +0 -33
  387. package/dist/typings/shadcn/ui/context-menu/ContextMenuSubTrigger.vue.d.ts +0 -18
  388. package/dist/typings/shadcn/ui/context-menu/ContextMenuTrigger.vue.d.ts +0 -13
  389. package/dist/typings/shadcn/ui/dialog/Dialog.vue.d.ts +0 -17
  390. package/dist/typings/shadcn/ui/dialog/DialogClose.vue.d.ts +0 -13
  391. package/dist/typings/shadcn/ui/dialog/DialogContent.vue.d.ts +0 -127
  392. package/dist/typings/shadcn/ui/dialog/DialogDescription.vue.d.ts +0 -17
  393. package/dist/typings/shadcn/ui/dialog/DialogFooter.vue.d.ts +0 -16
  394. package/dist/typings/shadcn/ui/dialog/DialogHeader.vue.d.ts +0 -16
  395. package/dist/typings/shadcn/ui/dialog/DialogOverlay.vue.d.ts +0 -7
  396. package/dist/typings/shadcn/ui/dialog/DialogScrollContent.vue.d.ts +0 -34
  397. package/dist/typings/shadcn/ui/dialog/DialogTitle.vue.d.ts +0 -17
  398. package/dist/typings/shadcn/ui/dialog/DialogTrigger.vue.d.ts +0 -13
  399. package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenu.vue.d.ts +0 -17
  400. package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +0 -23
  401. package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +0 -31
  402. package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +0 -13
  403. package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +0 -21
  404. package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +0 -18
  405. package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +0 -17
  406. package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +0 -21
  407. package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +0 -7
  408. package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +0 -16
  409. package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +0 -17
  410. package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +0 -33
  411. package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +0 -18
  412. package/dist/typings/shadcn/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +0 -13
  413. package/dist/typings/shadcn/ui/form/FormControl.vue.d.ts +0 -12
  414. package/dist/typings/shadcn/ui/form/FormDescription.vue.d.ts +0 -16
  415. package/dist/typings/shadcn/ui/form/FormItem.vue.d.ts +0 -16
  416. package/dist/typings/shadcn/ui/form/FormLabel.vue.d.ts +0 -17
  417. package/dist/typings/shadcn/ui/form/FormMessage.vue.d.ts +0 -6
  418. package/dist/typings/shadcn/ui/form/useFormField.d.ts +0 -11
  419. package/dist/typings/shadcn/ui/hover-card/HoverCard.vue.d.ts +0 -17
  420. package/dist/typings/shadcn/ui/hover-card/HoverCardContent.vue.d.ts +0 -19
  421. package/dist/typings/shadcn/ui/hover-card/HoverCardTrigger.vue.d.ts +0 -13
  422. package/dist/typings/shadcn/ui/label/Label.vue.d.ts +0 -17
  423. package/dist/typings/shadcn/ui/resizable/ResizableHandle.vue.d.ts +0 -22
  424. package/dist/typings/shadcn/ui/resizable/ResizablePanel.vue.d.ts +0 -23
  425. package/dist/typings/shadcn/ui/resizable/ResizablePanelGroup.vue.d.ts +0 -21
  426. package/dist/typings/shadcn/ui/scroll-area/ScrollArea.vue.d.ts +0 -23
  427. package/dist/typings/shadcn/ui/scroll-area/ScrollBar.vue.d.ts +0 -9
  428. package/dist/typings/shadcn/ui/sheet/Sheet.vue.d.ts +0 -17
  429. package/dist/typings/shadcn/ui/sheet/SheetClose.vue.d.ts +0 -13
  430. package/dist/typings/shadcn/ui/sheet/SheetContent.vue.d.ts +0 -46
  431. package/dist/typings/shadcn/ui/sheet/SheetDescription.vue.d.ts +0 -17
  432. package/dist/typings/shadcn/ui/sheet/SheetFooter.vue.d.ts +0 -16
  433. package/dist/typings/shadcn/ui/sheet/SheetHeader.vue.d.ts +0 -16
  434. package/dist/typings/shadcn/ui/sheet/SheetOverlay.vue.d.ts +0 -7
  435. package/dist/typings/shadcn/ui/sheet/SheetTitle.vue.d.ts +0 -17
  436. package/dist/typings/shadcn/ui/sheet/SheetTrigger.vue.d.ts +0 -13
  437. package/dist/typings/shadcn/ui/tooltip/Tooltip.vue.d.ts +0 -17
  438. package/dist/typings/shadcn/ui/tooltip/TooltipContent.vue.d.ts +0 -25
  439. package/dist/typings/shadcn/ui/tooltip/TooltipProvider.vue.d.ts +0 -15
  440. package/dist/typings/shadcn/ui/tooltip/TooltipTrigger.vue.d.ts +0 -13
  441. package/dist/typings/utils/composables/use-is-mobile.d.ts +0 -3
  442. /package/dist/{typings → src}/components/api-component/index.d.ts +0 -0
  443. /package/dist/{typings → src}/components/button/index.d.ts +0 -0
  444. /package/dist/{typings → src}/components/calendar/index.d.ts +0 -0
  445. /package/dist/{typings → src}/components/card/index.d.ts +0 -0
  446. /package/dist/{typings → src}/components/code-editor/index.d.ts +0 -0
  447. /package/dist/{typings → src}/components/collapse/index.d.ts +0 -0
  448. /package/dist/{typings → src}/components/color-picker/index.d.ts +0 -0
  449. /package/dist/{typings → src}/components/detail-info/index.d.ts +0 -0
  450. /package/dist/{typings → src}/components/drawer/index.d.ts +0 -0
  451. /package/dist/{typings → src}/components/echarts/index.d.ts +0 -0
  452. /package/dist/{typings → src}/components/form/index.d.ts +0 -0
  453. /package/dist/{typings → src}/components/form/src/form-render/index.d.ts +0 -0
  454. /package/dist/{typings → src}/components/gantt/index.d.ts +0 -0
  455. /package/dist/{typings → src}/components/gantt/src/types.d.ts +0 -0
  456. /package/dist/{typings → src}/components/grid-layout/src/helpers/EventEmitter.d.ts +0 -0
  457. /package/dist/{typings → src}/components/grid-layout/src/helpers/dom.d.ts +0 -0
  458. /package/dist/{typings → src}/components/grid-layout/src/helpers/draggable.d.ts +0 -0
  459. /package/dist/{typings → src}/components/grid-layout/src/helpers/types.d.ts +0 -0
  460. /package/dist/{typings → src}/components/grid-layout/src/hooks/useResize.d.ts +0 -0
  461. /package/dist/{typings → src}/components/grid-layout/src/utils/index.d.ts +0 -0
  462. /package/dist/{typings → src}/components/icon/index.d.ts +0 -0
  463. /package/dist/{typings → src}/components/index.d.ts +0 -0
  464. /package/dist/{typings → src}/components/infinite-scroll/index.d.ts +0 -0
  465. /package/dist/{typings → src}/components/layout/index.d.ts +0 -0
  466. /package/dist/{typings → src}/components/layout/src/components/index.d.ts +0 -0
  467. /package/dist/{typings → src}/components/layout/src/wm-layout.d.ts +0 -0
  468. /package/dist/{typings → src}/components/left-container/index.d.ts +0 -0
  469. /package/dist/{typings → src}/components/menu/index.d.ts +0 -0
  470. /package/dist/{typings → src}/components/menu/src/components/index.d.ts +0 -0
  471. /package/dist/{typings → src}/components/menu/src/components/normal-menu/index.d.ts +0 -0
  472. /package/dist/{typings → src}/components/menu/src/hooks/index.d.ts +0 -0
  473. /package/dist/{typings → src}/components/modal/index.d.ts +0 -0
  474. /package/dist/{typings → src}/components/page/index.d.ts +0 -0
  475. /package/dist/{typings → src}/components/page/src/types.d.ts +0 -0
  476. /package/dist/{typings → src}/components/scrollbar/index.d.ts +0 -0
  477. /package/dist/{typings → src}/components/splitter/index.d.ts +0 -0
  478. /package/dist/{typings → src}/components/status-card/index.d.ts +0 -0
  479. /package/dist/{typings → src}/components/table/demo/utils/mock-api.d.ts +0 -0
  480. /package/dist/{typings → src}/components/table/demo/utils/table-data.d.ts +0 -0
  481. /package/dist/{typings → src}/components/table/index.d.ts +0 -0
  482. /package/dist/{typings → src}/components/table-select/index.d.ts +0 -0
  483. /package/dist/{typings → src}/components/tabs/index.d.ts +0 -0
  484. /package/dist/{typings → src}/components/tabs/src/types.d.ts +0 -0
  485. /package/dist/{typings → src}/components/tabs-view/index.d.ts +0 -0
  486. /package/dist/{typings → src}/components/tabs-view/src/components/index.d.ts +0 -0
  487. /package/dist/{typings → src}/components/tabs-view/src/components/widgets/index.d.ts +0 -0
  488. /package/dist/{typings → src}/components/text-editor/index.d.ts +0 -0
  489. /package/dist/{typings → src}/components/text-editor/src/config.d.ts +0 -0
  490. /package/dist/{typings → src}/components/text-editor/src/locales/ja.d.ts +0 -0
  491. /package/dist/{typings → src}/components/text-editor/src/locales/ko.d.ts +0 -0
  492. /package/dist/{typings → src}/components/text-editor/src/locales/ru.d.ts +0 -0
  493. /package/dist/{typings → src}/components/text-editor/src/locales/zh-TW.d.ts +0 -0
  494. /package/dist/{typings → src}/components/text-editor/src/types.d.ts +0 -0
  495. /package/dist/{typings → src}/components/title/index.d.ts +0 -0
  496. /package/dist/{typings → src}/components/tree/index.d.ts +0 -0
  497. /package/dist/{typings → src}/components/tree/src/types.d.ts +0 -0
  498. /package/dist/{typings → src}/components/virtual-list/index.d.ts +0 -0
  499. /package/dist/{typings → src}/constants/index.d.ts +0 -0
  500. /package/dist/{typings → src}/hooks/use-design-tokens.d.ts +0 -0
  501. /package/dist/{typings → src}/setup.d.ts +0 -0
  502. /package/dist/{typings → src}/shadcn/components/context-menu/index.d.ts +0 -0
  503. /package/dist/{typings → src}/shadcn/components/dropdown-menu/index.d.ts +0 -0
  504. /package/dist/{typings → src}/shadcn/components/hover-card/index.d.ts +0 -0
  505. /package/dist/{typings → src}/shadcn/components/index.d.ts +0 -0
  506. /package/dist/{typings → src}/shadcn/components/render-content/index.d.ts +0 -0
  507. /package/dist/{typings → src}/shadcn/components/scrollbar/index.d.ts +0 -0
  508. /package/dist/{typings → src}/shadcn/components/spinner/index.d.ts +0 -0
  509. /package/dist/{typings → src}/shadcn/components/tooltip/index.d.ts +0 -0
  510. /package/dist/{typings → src}/shadcn/index.d.ts +0 -0
  511. /package/dist/{typings → src}/shadcn/ui/accordion/index.d.ts +0 -0
  512. /package/dist/{typings → src}/shadcn/ui/context-menu/index.d.ts +0 -0
  513. /package/dist/{typings → src}/shadcn/ui/dialog/index.d.ts +0 -0
  514. /package/dist/{typings → src}/shadcn/ui/dropdown-menu/index.d.ts +0 -0
  515. /package/dist/{typings → src}/shadcn/ui/form/index.d.ts +0 -0
  516. /package/dist/{typings → src}/shadcn/ui/hover-card/index.d.ts +0 -0
  517. /package/dist/{typings → src}/shadcn/ui/index.d.ts +0 -0
  518. /package/dist/{typings → src}/shadcn/ui/label/index.d.ts +0 -0
  519. /package/dist/{typings → src}/shadcn/ui/resizable/index.d.ts +0 -0
  520. /package/dist/{typings → src}/shadcn/ui/scroll-area/index.d.ts +0 -0
  521. /package/dist/{typings → src}/shadcn/ui/sheet/index.d.ts +0 -0
  522. /package/dist/{typings → src}/shadcn/ui/tooltip/index.d.ts +0 -0
  523. /package/dist/{typings → src}/typings/app.d.ts +0 -0
  524. /package/dist/{typings → src}/typings/basic.d.ts +0 -0
  525. /package/dist/{typings → src}/typings/index.d.ts +0 -0
  526. /package/dist/{typings → src}/utils/composables/index.d.ts +0 -0
  527. /package/dist/{typings → src}/utils/composables/use-namespace.d.ts +0 -0
  528. /package/dist/{typings → src}/utils/composables/use-scroll-lock.d.ts +0 -0
  529. /package/dist/{typings → src}/utils/global-state.d.ts +0 -0
  530. /package/dist/{typings → src}/utils/index.d.ts +0 -0
  531. /package/dist/{typings → src}/utils/shared/color/convert.d.ts +0 -0
  532. /package/dist/{typings → src}/utils/shared/color/index.d.ts +0 -0
  533. /package/dist/{typings → src}/utils/shared/dom.d.ts +0 -0
  534. /package/dist/{typings → src}/utils/shared/index.d.ts +0 -0
  535. /package/dist/{typings → src}/utils/shared/inference.d.ts +0 -0
  536. /package/dist/{typings → src}/utils/shared/letter.d.ts +0 -0
  537. /package/dist/{typings → src}/utils/shared/state-handler.d.ts +0 -0
  538. /package/dist/{typings → src}/utils/shared/tree.d.ts +0 -0
  539. /package/dist/{typings → src}/utils/shared/utils.d.ts +0 -0
@@ -0,0 +1,3359 @@
1
+ import { TreeOption } from 'naive-ui';
2
+ import { Key, WmTreeProps } from './types';
3
+ declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
5
+ slots: any;
6
+ refs: {
7
+ elRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
8
+ readonly internalTreeSelect: BooleanConstructor;
9
+ readonly internalScrollable: BooleanConstructor;
10
+ readonly internalScrollablePadding: StringConstructor;
11
+ readonly internalRenderEmpty: import('vue').PropType<() => import('vue').VNodeChild>;
12
+ readonly internalHighlightKeySet: import('vue').PropType<Set<import('naive-ui/es/tree/src/interface').Key> | null>;
13
+ readonly internalUnifySelectCheck: BooleanConstructor;
14
+ readonly internalCheckboxFocusable: {
15
+ readonly type: BooleanConstructor;
16
+ readonly default: true;
17
+ };
18
+ readonly internalFocusable: {
19
+ readonly type: BooleanConstructor;
20
+ readonly default: true;
21
+ };
22
+ readonly checkStrategy: {
23
+ readonly type: import('vue').PropType<import('treemate').CheckStrategy>;
24
+ readonly default: "all";
25
+ };
26
+ readonly leafOnly: BooleanConstructor;
27
+ readonly allowCheckingNotLoaded: BooleanConstructor;
28
+ readonly filter: import('vue').PropType<(pattern: string, node: TreeOption) => boolean>;
29
+ readonly defaultExpandAll: BooleanConstructor;
30
+ readonly expandedKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
31
+ readonly keyField: {
32
+ readonly type: StringConstructor;
33
+ readonly default: "key";
34
+ };
35
+ readonly labelField: {
36
+ readonly type: StringConstructor;
37
+ readonly default: "label";
38
+ };
39
+ readonly childrenField: {
40
+ readonly type: StringConstructor;
41
+ readonly default: "children";
42
+ };
43
+ readonly disabledField: {
44
+ readonly type: StringConstructor;
45
+ readonly default: "disabled";
46
+ };
47
+ readonly defaultExpandedKeys: {
48
+ readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
49
+ readonly default: () => never[];
50
+ };
51
+ readonly indent: {
52
+ readonly type: NumberConstructor;
53
+ readonly default: 24;
54
+ };
55
+ readonly indeterminateKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
56
+ readonly renderSwitcherIcon: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderSwitcherIcon>;
57
+ readonly onUpdateIndeterminateKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateIndeterminateKeys>>;
58
+ readonly 'onUpdate:indeterminateKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateIndeterminateKeys>>;
59
+ readonly onUpdateExpandedKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').onUpdateExpandedKeys>>;
60
+ readonly 'onUpdate:expandedKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').onUpdateExpandedKeys>>;
61
+ readonly overrideDefaultNodeClickBehavior: import('vue').PropType<import('naive-ui').TreeOverrideNodeClickBehavior>;
62
+ readonly accordion: BooleanConstructor;
63
+ readonly showIrrelevantNodes: {
64
+ readonly type: BooleanConstructor;
65
+ readonly default: true;
66
+ };
67
+ readonly data: {
68
+ readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').TreeOptions>;
69
+ readonly default: () => never[];
70
+ };
71
+ readonly expandOnDragenter: {
72
+ readonly type: BooleanConstructor;
73
+ readonly default: true;
74
+ };
75
+ readonly expandOnClick: BooleanConstructor;
76
+ readonly checkOnClick: {
77
+ readonly type: import('vue').PropType<boolean | import('naive-ui/es/tree/src/interface').CheckOnClick>;
78
+ readonly default: false;
79
+ };
80
+ readonly cancelable: {
81
+ readonly type: BooleanConstructor;
82
+ readonly default: true;
83
+ };
84
+ readonly checkable: BooleanConstructor;
85
+ readonly draggable: BooleanConstructor;
86
+ readonly blockNode: BooleanConstructor;
87
+ readonly blockLine: BooleanConstructor;
88
+ readonly showLine: BooleanConstructor;
89
+ readonly disabled: BooleanConstructor;
90
+ readonly checkedKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
91
+ readonly defaultCheckedKeys: {
92
+ readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
93
+ readonly default: () => never[];
94
+ };
95
+ readonly selectedKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
96
+ readonly defaultSelectedKeys: {
97
+ readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
98
+ readonly default: () => never[];
99
+ };
100
+ readonly multiple: BooleanConstructor;
101
+ readonly pattern: {
102
+ readonly type: StringConstructor;
103
+ readonly default: "";
104
+ };
105
+ readonly onLoad: import('vue').PropType<import('naive-ui/es/tree/src/interface').OnLoad>;
106
+ readonly cascade: BooleanConstructor;
107
+ readonly selectable: {
108
+ readonly type: BooleanConstructor;
109
+ readonly default: true;
110
+ };
111
+ readonly scrollbarProps: import('vue').PropType<import('naive-ui').ScrollbarProps>;
112
+ readonly allowDrop: {
113
+ readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').AllowDrop>;
114
+ readonly default: typeof import('naive-ui/es/tree/src/dnd').defaultAllowDrop;
115
+ };
116
+ readonly animated: {
117
+ readonly type: BooleanConstructor;
118
+ readonly default: true;
119
+ };
120
+ readonly ellipsis: BooleanConstructor;
121
+ readonly checkboxPlacement: {
122
+ readonly type: import('vue').PropType<"left" | "right">;
123
+ readonly default: "left";
124
+ };
125
+ readonly virtualScroll: BooleanConstructor;
126
+ readonly watchProps: import('vue').PropType<Array<"defaultCheckedKeys" | "defaultSelectedKeys" | "defaultExpandedKeys">>;
127
+ readonly renderLabel: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderLabel>;
128
+ readonly renderPrefix: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderPrefix>;
129
+ readonly renderSuffix: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderSuffix>;
130
+ readonly nodeProps: import('vue').PropType<import('naive-ui/es/tree/src/interface').TreeNodeProps>;
131
+ readonly keyboard: {
132
+ readonly type: BooleanConstructor;
133
+ readonly default: true;
134
+ };
135
+ readonly getChildren: import('vue').PropType<import('naive-ui/es/tree/src/interface').GetChildren>;
136
+ readonly onDragenter: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDragInfo) => void>>;
137
+ readonly onDragleave: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDragInfo) => void>>;
138
+ readonly onDragend: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDragInfo) => void>>;
139
+ readonly onDragstart: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDragInfo) => void>>;
140
+ readonly onDragover: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDragInfo) => void>>;
141
+ readonly onDrop: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDropInfo) => void>>;
142
+ readonly onUpdateCheckedKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateCheckedKeys>>;
143
+ readonly 'onUpdate:checkedKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateCheckedKeys>>;
144
+ readonly onUpdateSelectedKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateSelectedKeys>>;
145
+ readonly 'onUpdate:selectedKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateSelectedKeys>>;
146
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Tree", {
147
+ fontSize: string;
148
+ lineHeight: string;
149
+ nodeHeight: string;
150
+ nodeWrapperPadding: string;
151
+ nodeBorderRadius: string;
152
+ nodeColorHover: string;
153
+ nodeColorPressed: string;
154
+ nodeColorActive: string;
155
+ arrowColor: string;
156
+ nodeTextColor: string;
157
+ nodeTextColorDisabled: string;
158
+ loadingColor: string;
159
+ dropMarkColor: string;
160
+ lineColor: string;
161
+ }, {
162
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
163
+ labelLineHeight: string;
164
+ fontSizeSmall: string;
165
+ fontSizeMedium: string;
166
+ fontSizeLarge: string;
167
+ borderRadius: string;
168
+ color: string;
169
+ colorChecked: string;
170
+ colorDisabled: string;
171
+ colorDisabledChecked: string;
172
+ colorTableHeader: string;
173
+ colorTableHeaderModal: string;
174
+ colorTableHeaderPopover: string;
175
+ checkMarkColor: string;
176
+ checkMarkColorDisabled: string;
177
+ checkMarkColorDisabledChecked: string;
178
+ border: string;
179
+ borderDisabled: string;
180
+ borderDisabledChecked: string;
181
+ borderChecked: string;
182
+ borderFocus: string;
183
+ boxShadowFocus: string;
184
+ textColor: string;
185
+ textColorDisabled: string;
186
+ sizeSmall: string;
187
+ sizeMedium: string;
188
+ sizeLarge: string;
189
+ labelPadding: string;
190
+ labelFontWeight: string;
191
+ }, any>;
192
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
193
+ height: string;
194
+ width: string;
195
+ borderRadius: string;
196
+ color: string;
197
+ colorHover: string;
198
+ railInsetHorizontalBottom: string;
199
+ railInsetHorizontalTop: string;
200
+ railInsetVerticalRight: string;
201
+ railInsetVerticalLeft: string;
202
+ railColor: string;
203
+ }, any>;
204
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
205
+ fontSizeTiny: string;
206
+ fontSizeSmall: string;
207
+ fontSizeMedium: string;
208
+ fontSizeLarge: string;
209
+ fontSizeHuge: string;
210
+ textColor: string;
211
+ iconColor: string;
212
+ extraTextColor: string;
213
+ iconSizeTiny: string;
214
+ iconSizeSmall: string;
215
+ iconSizeMedium: string;
216
+ iconSizeLarge: string;
217
+ iconSizeHuge: string;
218
+ }, any>;
219
+ }>>;
220
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Tree", {
221
+ fontSize: string;
222
+ lineHeight: string;
223
+ nodeHeight: string;
224
+ nodeWrapperPadding: string;
225
+ nodeBorderRadius: string;
226
+ nodeColorHover: string;
227
+ nodeColorPressed: string;
228
+ nodeColorActive: string;
229
+ arrowColor: string;
230
+ nodeTextColor: string;
231
+ nodeTextColorDisabled: string;
232
+ loadingColor: string;
233
+ dropMarkColor: string;
234
+ lineColor: string;
235
+ }, {
236
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
237
+ labelLineHeight: string;
238
+ fontSizeSmall: string;
239
+ fontSizeMedium: string;
240
+ fontSizeLarge: string;
241
+ borderRadius: string;
242
+ color: string;
243
+ colorChecked: string;
244
+ colorDisabled: string;
245
+ colorDisabledChecked: string;
246
+ colorTableHeader: string;
247
+ colorTableHeaderModal: string;
248
+ colorTableHeaderPopover: string;
249
+ checkMarkColor: string;
250
+ checkMarkColorDisabled: string;
251
+ checkMarkColorDisabledChecked: string;
252
+ border: string;
253
+ borderDisabled: string;
254
+ borderDisabledChecked: string;
255
+ borderChecked: string;
256
+ borderFocus: string;
257
+ boxShadowFocus: string;
258
+ textColor: string;
259
+ textColorDisabled: string;
260
+ sizeSmall: string;
261
+ sizeMedium: string;
262
+ sizeLarge: string;
263
+ labelPadding: string;
264
+ labelFontWeight: string;
265
+ }, any>;
266
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
267
+ height: string;
268
+ width: string;
269
+ borderRadius: string;
270
+ color: string;
271
+ colorHover: string;
272
+ railInsetHorizontalBottom: string;
273
+ railInsetHorizontalTop: string;
274
+ railInsetVerticalRight: string;
275
+ railInsetVerticalLeft: string;
276
+ railColor: string;
277
+ }, any>;
278
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
279
+ fontSizeTiny: string;
280
+ fontSizeSmall: string;
281
+ fontSizeMedium: string;
282
+ fontSizeLarge: string;
283
+ fontSizeHuge: string;
284
+ textColor: string;
285
+ iconColor: string;
286
+ extraTextColor: string;
287
+ iconSizeTiny: string;
288
+ iconSizeSmall: string;
289
+ iconSizeMedium: string;
290
+ iconSizeLarge: string;
291
+ iconSizeHuge: string;
292
+ }, any>;
293
+ }>>>;
294
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Tree", {
295
+ fontSize: string;
296
+ lineHeight: string;
297
+ nodeHeight: string;
298
+ nodeWrapperPadding: string;
299
+ nodeBorderRadius: string;
300
+ nodeColorHover: string;
301
+ nodeColorPressed: string;
302
+ nodeColorActive: string;
303
+ arrowColor: string;
304
+ nodeTextColor: string;
305
+ nodeTextColorDisabled: string;
306
+ loadingColor: string;
307
+ dropMarkColor: string;
308
+ lineColor: string;
309
+ }, {
310
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
311
+ labelLineHeight: string;
312
+ fontSizeSmall: string;
313
+ fontSizeMedium: string;
314
+ fontSizeLarge: string;
315
+ borderRadius: string;
316
+ color: string;
317
+ colorChecked: string;
318
+ colorDisabled: string;
319
+ colorDisabledChecked: string;
320
+ colorTableHeader: string;
321
+ colorTableHeaderModal: string;
322
+ colorTableHeaderPopover: string;
323
+ checkMarkColor: string;
324
+ checkMarkColorDisabled: string;
325
+ checkMarkColorDisabledChecked: string;
326
+ border: string;
327
+ borderDisabled: string;
328
+ borderDisabledChecked: string;
329
+ borderChecked: string;
330
+ borderFocus: string;
331
+ boxShadowFocus: string;
332
+ textColor: string;
333
+ textColorDisabled: string;
334
+ sizeSmall: string;
335
+ sizeMedium: string;
336
+ sizeLarge: string;
337
+ labelPadding: string;
338
+ labelFontWeight: string;
339
+ }, any>;
340
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
341
+ height: string;
342
+ width: string;
343
+ borderRadius: string;
344
+ color: string;
345
+ colorHover: string;
346
+ railInsetHorizontalBottom: string;
347
+ railInsetHorizontalTop: string;
348
+ railInsetVerticalRight: string;
349
+ railInsetVerticalLeft: string;
350
+ railColor: string;
351
+ }, any>;
352
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
353
+ fontSizeTiny: string;
354
+ fontSizeSmall: string;
355
+ fontSizeMedium: string;
356
+ fontSizeLarge: string;
357
+ fontSizeHuge: string;
358
+ textColor: string;
359
+ iconColor: string;
360
+ extraTextColor: string;
361
+ iconSizeTiny: string;
362
+ iconSizeSmall: string;
363
+ iconSizeMedium: string;
364
+ iconSizeLarge: string;
365
+ iconSizeHuge: string;
366
+ }, any>;
367
+ }>>>;
368
+ }>> & Readonly<{}>, {
369
+ mergedClsPrefix: import('vue').Ref<string, string>;
370
+ mergedTheme: import('vue').ComputedRef<{
371
+ common: import('naive-ui').ThemeCommonVars;
372
+ self: {
373
+ fontSize: string;
374
+ lineHeight: string;
375
+ nodeHeight: string;
376
+ nodeWrapperPadding: string;
377
+ nodeBorderRadius: string;
378
+ nodeColorHover: string;
379
+ nodeColorPressed: string;
380
+ nodeColorActive: string;
381
+ arrowColor: string;
382
+ nodeTextColor: string;
383
+ nodeTextColorDisabled: string;
384
+ loadingColor: string;
385
+ dropMarkColor: string;
386
+ lineColor: string;
387
+ };
388
+ peers: {
389
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
390
+ labelLineHeight: string;
391
+ fontSizeSmall: string;
392
+ fontSizeMedium: string;
393
+ fontSizeLarge: string;
394
+ borderRadius: string;
395
+ color: string;
396
+ colorChecked: string;
397
+ colorDisabled: string;
398
+ colorDisabledChecked: string;
399
+ colorTableHeader: string;
400
+ colorTableHeaderModal: string;
401
+ colorTableHeaderPopover: string;
402
+ checkMarkColor: string;
403
+ checkMarkColorDisabled: string;
404
+ checkMarkColorDisabledChecked: string;
405
+ border: string;
406
+ borderDisabled: string;
407
+ borderDisabledChecked: string;
408
+ borderChecked: string;
409
+ borderFocus: string;
410
+ boxShadowFocus: string;
411
+ textColor: string;
412
+ textColorDisabled: string;
413
+ sizeSmall: string;
414
+ sizeMedium: string;
415
+ sizeLarge: string;
416
+ labelPadding: string;
417
+ labelFontWeight: string;
418
+ }, any>;
419
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
420
+ height: string;
421
+ width: string;
422
+ borderRadius: string;
423
+ color: string;
424
+ colorHover: string;
425
+ railInsetHorizontalBottom: string;
426
+ railInsetHorizontalTop: string;
427
+ railInsetVerticalRight: string;
428
+ railInsetVerticalLeft: string;
429
+ railColor: string;
430
+ }, any>;
431
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
432
+ fontSizeTiny: string;
433
+ fontSizeSmall: string;
434
+ fontSizeMedium: string;
435
+ fontSizeLarge: string;
436
+ fontSizeHuge: string;
437
+ textColor: string;
438
+ iconColor: string;
439
+ extraTextColor: string;
440
+ iconSizeTiny: string;
441
+ iconSizeSmall: string;
442
+ iconSizeMedium: string;
443
+ iconSizeLarge: string;
444
+ iconSizeHuge: string;
445
+ }, any>;
446
+ };
447
+ peerOverrides: {
448
+ Checkbox?: {
449
+ peers?: {
450
+ [x: string]: any;
451
+ } | undefined;
452
+ } | undefined;
453
+ Scrollbar?: {
454
+ peers?: {
455
+ [x: string]: any;
456
+ } | undefined;
457
+ } | undefined;
458
+ Empty?: {
459
+ peers?: {
460
+ [x: string]: any;
461
+ } | undefined;
462
+ } | undefined;
463
+ };
464
+ }>;
465
+ rtlEnabled: import('vue').Ref<import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined, import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined> | undefined;
466
+ fNodes: import('vue').ComputedRef<({
467
+ key: import('treemate').Key;
468
+ rawNode: {
469
+ [x: string]: unknown;
470
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
471
+ label?: string | undefined;
472
+ checkboxDisabled?: boolean | undefined;
473
+ disabled?: boolean | undefined;
474
+ isLeaf?: boolean | undefined;
475
+ children?: any[] | undefined;
476
+ prefix?: (() => import('vue').VNodeChild) | undefined;
477
+ suffix?: (() => import('vue').VNodeChild) | undefined;
478
+ };
479
+ level: number;
480
+ index: number;
481
+ isFirstChild: boolean;
482
+ isLastChild: boolean;
483
+ parent: {
484
+ key: import('treemate').Key;
485
+ rawNode: {
486
+ [x: string]: unknown;
487
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
488
+ label?: string | undefined;
489
+ checkboxDisabled?: boolean | undefined;
490
+ disabled?: boolean | undefined;
491
+ isLeaf?: boolean | undefined;
492
+ children?: any[] | undefined;
493
+ prefix?: (() => import('vue').VNodeChild) | undefined;
494
+ suffix?: (() => import('vue').VNodeChild) | undefined;
495
+ };
496
+ level: number;
497
+ index: number;
498
+ isFirstChild: boolean;
499
+ isLastChild: boolean;
500
+ parent: any | null;
501
+ isLeaf: boolean;
502
+ isGroup: boolean;
503
+ ignored: boolean;
504
+ shallowLoaded: boolean;
505
+ disabled: boolean;
506
+ siblings: any[];
507
+ children?: any[] | undefined;
508
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
509
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
510
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
511
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
512
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
513
+ } | null;
514
+ isLeaf: boolean;
515
+ isGroup: boolean;
516
+ ignored: boolean;
517
+ shallowLoaded: boolean;
518
+ disabled: boolean;
519
+ siblings: {
520
+ key: import('treemate').Key;
521
+ rawNode: {
522
+ [x: string]: unknown;
523
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
524
+ label?: string | undefined;
525
+ checkboxDisabled?: boolean | undefined;
526
+ disabled?: boolean | undefined;
527
+ isLeaf?: boolean | undefined;
528
+ children?: any[] | undefined;
529
+ prefix?: (() => import('vue').VNodeChild) | undefined;
530
+ suffix?: (() => import('vue').VNodeChild) | undefined;
531
+ };
532
+ level: number;
533
+ index: number;
534
+ isFirstChild: boolean;
535
+ isLastChild: boolean;
536
+ parent: any | null;
537
+ isLeaf: boolean;
538
+ isGroup: boolean;
539
+ ignored: boolean;
540
+ shallowLoaded: boolean;
541
+ disabled: boolean;
542
+ siblings: any[];
543
+ children?: any[] | undefined;
544
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
545
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
546
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
547
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
548
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
549
+ }[];
550
+ children?: {
551
+ key: import('treemate').Key;
552
+ rawNode: {
553
+ [x: string]: unknown;
554
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
555
+ label?: string | undefined;
556
+ checkboxDisabled?: boolean | undefined;
557
+ disabled?: boolean | undefined;
558
+ isLeaf?: boolean | undefined;
559
+ children?: any[] | undefined;
560
+ prefix?: (() => import('vue').VNodeChild) | undefined;
561
+ suffix?: (() => import('vue').VNodeChild) | undefined;
562
+ };
563
+ level: number;
564
+ index: number;
565
+ isFirstChild: boolean;
566
+ isLastChild: boolean;
567
+ parent: any | null;
568
+ isLeaf: boolean;
569
+ isGroup: boolean;
570
+ ignored: boolean;
571
+ shallowLoaded: boolean;
572
+ disabled: boolean;
573
+ siblings: any[];
574
+ children?: any[] | undefined;
575
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
576
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
577
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
578
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
579
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
580
+ }[] | undefined;
581
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
582
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
583
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
584
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
585
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
586
+ } | {
587
+ __motion: true;
588
+ height: number | undefined;
589
+ mode: "expand" | "collapse";
590
+ nodes: {
591
+ key: import('treemate').Key;
592
+ rawNode: {
593
+ [x: string]: unknown;
594
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
595
+ label?: string | undefined;
596
+ checkboxDisabled?: boolean | undefined;
597
+ disabled?: boolean | undefined;
598
+ isLeaf?: boolean | undefined;
599
+ children?: any[] | undefined;
600
+ prefix?: (() => import('vue').VNodeChild) | undefined;
601
+ suffix?: (() => import('vue').VNodeChild) | undefined;
602
+ };
603
+ level: number;
604
+ index: number;
605
+ isFirstChild: boolean;
606
+ isLastChild: boolean;
607
+ parent: {
608
+ key: import('treemate').Key;
609
+ rawNode: {
610
+ [x: string]: unknown;
611
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
612
+ label?: string | undefined;
613
+ checkboxDisabled?: boolean | undefined;
614
+ disabled?: boolean | undefined;
615
+ isLeaf?: boolean | undefined;
616
+ children?: any[] | undefined;
617
+ prefix?: (() => import('vue').VNodeChild) | undefined;
618
+ suffix?: (() => import('vue').VNodeChild) | undefined;
619
+ };
620
+ level: number;
621
+ index: number;
622
+ isFirstChild: boolean;
623
+ isLastChild: boolean;
624
+ parent: any | null;
625
+ isLeaf: boolean;
626
+ isGroup: boolean;
627
+ ignored: boolean;
628
+ shallowLoaded: boolean;
629
+ disabled: boolean;
630
+ siblings: any[];
631
+ children?: any[] | undefined;
632
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
633
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
634
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
635
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
636
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
637
+ } | null;
638
+ isLeaf: boolean;
639
+ isGroup: boolean;
640
+ ignored: boolean;
641
+ shallowLoaded: boolean;
642
+ disabled: boolean;
643
+ siblings: {
644
+ key: import('treemate').Key;
645
+ rawNode: {
646
+ [x: string]: unknown;
647
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
648
+ label?: string | undefined;
649
+ checkboxDisabled?: boolean | undefined;
650
+ disabled?: boolean | undefined;
651
+ isLeaf?: boolean | undefined;
652
+ children?: any[] | undefined;
653
+ prefix?: (() => import('vue').VNodeChild) | undefined;
654
+ suffix?: (() => import('vue').VNodeChild) | undefined;
655
+ };
656
+ level: number;
657
+ index: number;
658
+ isFirstChild: boolean;
659
+ isLastChild: boolean;
660
+ parent: any | null;
661
+ isLeaf: boolean;
662
+ isGroup: boolean;
663
+ ignored: boolean;
664
+ shallowLoaded: boolean;
665
+ disabled: boolean;
666
+ siblings: any[];
667
+ children?: any[] | undefined;
668
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
669
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
670
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
671
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
672
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
673
+ }[];
674
+ children?: {
675
+ key: import('treemate').Key;
676
+ rawNode: {
677
+ [x: string]: unknown;
678
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
679
+ label?: string | undefined;
680
+ checkboxDisabled?: boolean | undefined;
681
+ disabled?: boolean | undefined;
682
+ isLeaf?: boolean | undefined;
683
+ children?: any[] | undefined;
684
+ prefix?: (() => import('vue').VNodeChild) | undefined;
685
+ suffix?: (() => import('vue').VNodeChild) | undefined;
686
+ };
687
+ level: number;
688
+ index: number;
689
+ isFirstChild: boolean;
690
+ isLastChild: boolean;
691
+ parent: any | null;
692
+ isLeaf: boolean;
693
+ isGroup: boolean;
694
+ ignored: boolean;
695
+ shallowLoaded: boolean;
696
+ disabled: boolean;
697
+ siblings: any[];
698
+ children?: any[] | undefined;
699
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
700
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
701
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
702
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
703
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
704
+ }[] | undefined;
705
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
706
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
707
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
708
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
709
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
710
+ }[];
711
+ })[]>;
712
+ aip: import('vue').Ref<boolean, boolean>;
713
+ selfElRef: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
714
+ virtualListInstRef: import('vue').Ref<{
715
+ listElRef: HTMLElement;
716
+ itemsElRef: HTMLElement | null;
717
+ scrollTo: import('vueuc').VVirtualListScrollTo;
718
+ } | null, import('naive-ui').VirtualListInst | {
719
+ listElRef: HTMLElement;
720
+ itemsElRef: HTMLElement | null;
721
+ scrollTo: import('vueuc').VVirtualListScrollTo;
722
+ } | null>;
723
+ scrollbarInstRef: import('vue').Ref<{
724
+ $el: HTMLElement;
725
+ containerRef: HTMLElement | null;
726
+ contentRef: HTMLElement | null;
727
+ containerScrollTop: number;
728
+ syncUnifiedContainer: () => void;
729
+ scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo;
730
+ scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy;
731
+ sync: () => void;
732
+ handleMouseEnterWrapper: () => void;
733
+ handleMouseLeaveWrapper: () => void;
734
+ } | null, import('naive-ui/es/_internal').ScrollbarInst | {
735
+ $el: HTMLElement;
736
+ containerRef: HTMLElement | null;
737
+ contentRef: HTMLElement | null;
738
+ containerScrollTop: number;
739
+ syncUnifiedContainer: () => void;
740
+ scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo;
741
+ scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy;
742
+ sync: () => void;
743
+ handleMouseEnterWrapper: () => void;
744
+ handleMouseLeaveWrapper: () => void;
745
+ } | null>;
746
+ handleFocusout: (e: FocusEvent) => void;
747
+ handleDragLeaveTree: (e: DragEvent) => void;
748
+ handleScroll: () => void;
749
+ getScrollContainer: () => HTMLElement | null | undefined;
750
+ getScrollContent: () => HTMLElement | null | undefined;
751
+ handleAfterEnter: () => void;
752
+ handleResize: () => void;
753
+ cssVars: import('vue').ComputedRef<{
754
+ "--n-arrow-color": string;
755
+ "--n-loading-color": string;
756
+ "--n-bezier": string;
757
+ "--n-font-size": string;
758
+ "--n-node-border-radius": string;
759
+ "--n-node-color-active": string;
760
+ "--n-node-color-hover": string;
761
+ "--n-node-color-pressed": string;
762
+ "--n-node-text-color": string;
763
+ "--n-node-text-color-disabled": string;
764
+ "--n-drop-mark-color": string;
765
+ "--n-node-wrapper-padding": string;
766
+ "--n-line-offset-top": string;
767
+ "--n-line-offset-bottom": string;
768
+ "--n-node-content-height": string;
769
+ "--n-line-height": string;
770
+ "--n-line-color": string;
771
+ }> | undefined;
772
+ themeClass: import('vue').Ref<string, string> | undefined;
773
+ onRender: (() => void) | undefined;
774
+ handleKeydown: (e: KeyboardEvent) => {
775
+ enterBehavior: import('naive-ui').TreeOverrideNodeClickBehaviorReturn | null;
776
+ };
777
+ scrollTo: import('vueuc').VVirtualListScrollTo;
778
+ getCheckedData: () => {
779
+ keys: import('naive-ui/es/tree/src/interface').Key[];
780
+ options: Array<TreeOption | null>;
781
+ };
782
+ getIndeterminateData: () => {
783
+ keys: import('naive-ui/es/tree/src/interface').Key[];
784
+ options: Array<TreeOption | null>;
785
+ };
786
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
787
+ readonly disabled: boolean;
788
+ readonly data: import('naive-ui/es/tree/src/interface').TreeOptions;
789
+ readonly internalScrollable: boolean;
790
+ readonly keyboard: boolean;
791
+ readonly draggable: boolean;
792
+ readonly animated: boolean;
793
+ readonly allowCheckingNotLoaded: boolean;
794
+ readonly multiple: boolean;
795
+ readonly disabledField: string;
796
+ readonly cascade: boolean;
797
+ readonly leafOnly: boolean;
798
+ readonly virtualScroll: boolean;
799
+ readonly checkStrategy: import('treemate').CheckStrategy;
800
+ readonly labelField: string;
801
+ readonly childrenField: string;
802
+ readonly pattern: string;
803
+ readonly accordion: boolean;
804
+ readonly defaultExpandAll: boolean;
805
+ readonly indent: number;
806
+ readonly ellipsis: boolean;
807
+ readonly keyField: string;
808
+ readonly defaultExpandedKeys: import('naive-ui/es/tree/src/interface').Key[];
809
+ readonly cancelable: boolean;
810
+ readonly checkable: boolean;
811
+ readonly defaultCheckedKeys: import('naive-ui/es/tree/src/interface').Key[];
812
+ readonly defaultSelectedKeys: import('naive-ui/es/tree/src/interface').Key[];
813
+ readonly internalTreeSelect: boolean;
814
+ readonly internalUnifySelectCheck: boolean;
815
+ readonly internalCheckboxFocusable: boolean;
816
+ readonly internalFocusable: boolean;
817
+ readonly showIrrelevantNodes: boolean;
818
+ readonly expandOnDragenter: boolean;
819
+ readonly expandOnClick: boolean;
820
+ readonly checkOnClick: boolean | import('naive-ui/es/tree/src/interface').CheckOnClick;
821
+ readonly blockNode: boolean;
822
+ readonly blockLine: boolean;
823
+ readonly showLine: boolean;
824
+ readonly selectable: boolean;
825
+ readonly allowDrop: import('naive-ui/es/tree/src/interface').AllowDrop;
826
+ readonly checkboxPlacement: "left" | "right";
827
+ }, true, {}, import('vue').SlotsType<import('naive-ui').TreeSlots>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
828
+ P: {};
829
+ B: {};
830
+ D: {};
831
+ C: {};
832
+ M: {};
833
+ Defaults: {};
834
+ }, Readonly<import('vue').ExtractPropTypes<{
835
+ readonly internalTreeSelect: BooleanConstructor;
836
+ readonly internalScrollable: BooleanConstructor;
837
+ readonly internalScrollablePadding: StringConstructor;
838
+ readonly internalRenderEmpty: import('vue').PropType<() => import('vue').VNodeChild>;
839
+ readonly internalHighlightKeySet: import('vue').PropType<Set<import('naive-ui/es/tree/src/interface').Key> | null>;
840
+ readonly internalUnifySelectCheck: BooleanConstructor;
841
+ readonly internalCheckboxFocusable: {
842
+ readonly type: BooleanConstructor;
843
+ readonly default: true;
844
+ };
845
+ readonly internalFocusable: {
846
+ readonly type: BooleanConstructor;
847
+ readonly default: true;
848
+ };
849
+ readonly checkStrategy: {
850
+ readonly type: import('vue').PropType<import('treemate').CheckStrategy>;
851
+ readonly default: "all";
852
+ };
853
+ readonly leafOnly: BooleanConstructor;
854
+ readonly allowCheckingNotLoaded: BooleanConstructor;
855
+ readonly filter: import('vue').PropType<(pattern: string, node: TreeOption) => boolean>;
856
+ readonly defaultExpandAll: BooleanConstructor;
857
+ readonly expandedKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
858
+ readonly keyField: {
859
+ readonly type: StringConstructor;
860
+ readonly default: "key";
861
+ };
862
+ readonly labelField: {
863
+ readonly type: StringConstructor;
864
+ readonly default: "label";
865
+ };
866
+ readonly childrenField: {
867
+ readonly type: StringConstructor;
868
+ readonly default: "children";
869
+ };
870
+ readonly disabledField: {
871
+ readonly type: StringConstructor;
872
+ readonly default: "disabled";
873
+ };
874
+ readonly defaultExpandedKeys: {
875
+ readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
876
+ readonly default: () => never[];
877
+ };
878
+ readonly indent: {
879
+ readonly type: NumberConstructor;
880
+ readonly default: 24;
881
+ };
882
+ readonly indeterminateKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
883
+ readonly renderSwitcherIcon: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderSwitcherIcon>;
884
+ readonly onUpdateIndeterminateKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateIndeterminateKeys>>;
885
+ readonly 'onUpdate:indeterminateKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateIndeterminateKeys>>;
886
+ readonly onUpdateExpandedKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').onUpdateExpandedKeys>>;
887
+ readonly 'onUpdate:expandedKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').onUpdateExpandedKeys>>;
888
+ readonly overrideDefaultNodeClickBehavior: import('vue').PropType<import('naive-ui').TreeOverrideNodeClickBehavior>;
889
+ readonly accordion: BooleanConstructor;
890
+ readonly showIrrelevantNodes: {
891
+ readonly type: BooleanConstructor;
892
+ readonly default: true;
893
+ };
894
+ readonly data: {
895
+ readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').TreeOptions>;
896
+ readonly default: () => never[];
897
+ };
898
+ readonly expandOnDragenter: {
899
+ readonly type: BooleanConstructor;
900
+ readonly default: true;
901
+ };
902
+ readonly expandOnClick: BooleanConstructor;
903
+ readonly checkOnClick: {
904
+ readonly type: import('vue').PropType<boolean | import('naive-ui/es/tree/src/interface').CheckOnClick>;
905
+ readonly default: false;
906
+ };
907
+ readonly cancelable: {
908
+ readonly type: BooleanConstructor;
909
+ readonly default: true;
910
+ };
911
+ readonly checkable: BooleanConstructor;
912
+ readonly draggable: BooleanConstructor;
913
+ readonly blockNode: BooleanConstructor;
914
+ readonly blockLine: BooleanConstructor;
915
+ readonly showLine: BooleanConstructor;
916
+ readonly disabled: BooleanConstructor;
917
+ readonly checkedKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
918
+ readonly defaultCheckedKeys: {
919
+ readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
920
+ readonly default: () => never[];
921
+ };
922
+ readonly selectedKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
923
+ readonly defaultSelectedKeys: {
924
+ readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
925
+ readonly default: () => never[];
926
+ };
927
+ readonly multiple: BooleanConstructor;
928
+ readonly pattern: {
929
+ readonly type: StringConstructor;
930
+ readonly default: "";
931
+ };
932
+ readonly onLoad: import('vue').PropType<import('naive-ui/es/tree/src/interface').OnLoad>;
933
+ readonly cascade: BooleanConstructor;
934
+ readonly selectable: {
935
+ readonly type: BooleanConstructor;
936
+ readonly default: true;
937
+ };
938
+ readonly scrollbarProps: import('vue').PropType<import('naive-ui').ScrollbarProps>;
939
+ readonly allowDrop: {
940
+ readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').AllowDrop>;
941
+ readonly default: typeof import('naive-ui/es/tree/src/dnd').defaultAllowDrop;
942
+ };
943
+ readonly animated: {
944
+ readonly type: BooleanConstructor;
945
+ readonly default: true;
946
+ };
947
+ readonly ellipsis: BooleanConstructor;
948
+ readonly checkboxPlacement: {
949
+ readonly type: import('vue').PropType<"left" | "right">;
950
+ readonly default: "left";
951
+ };
952
+ readonly virtualScroll: BooleanConstructor;
953
+ readonly watchProps: import('vue').PropType<Array<"defaultCheckedKeys" | "defaultSelectedKeys" | "defaultExpandedKeys">>;
954
+ readonly renderLabel: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderLabel>;
955
+ readonly renderPrefix: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderPrefix>;
956
+ readonly renderSuffix: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderSuffix>;
957
+ readonly nodeProps: import('vue').PropType<import('naive-ui/es/tree/src/interface').TreeNodeProps>;
958
+ readonly keyboard: {
959
+ readonly type: BooleanConstructor;
960
+ readonly default: true;
961
+ };
962
+ readonly getChildren: import('vue').PropType<import('naive-ui/es/tree/src/interface').GetChildren>;
963
+ readonly onDragenter: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDragInfo) => void>>;
964
+ readonly onDragleave: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDragInfo) => void>>;
965
+ readonly onDragend: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDragInfo) => void>>;
966
+ readonly onDragstart: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDragInfo) => void>>;
967
+ readonly onDragover: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDragInfo) => void>>;
968
+ readonly onDrop: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDropInfo) => void>>;
969
+ readonly onUpdateCheckedKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateCheckedKeys>>;
970
+ readonly 'onUpdate:checkedKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateCheckedKeys>>;
971
+ readonly onUpdateSelectedKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateSelectedKeys>>;
972
+ readonly 'onUpdate:selectedKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateSelectedKeys>>;
973
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Tree", {
974
+ fontSize: string;
975
+ lineHeight: string;
976
+ nodeHeight: string;
977
+ nodeWrapperPadding: string;
978
+ nodeBorderRadius: string;
979
+ nodeColorHover: string;
980
+ nodeColorPressed: string;
981
+ nodeColorActive: string;
982
+ arrowColor: string;
983
+ nodeTextColor: string;
984
+ nodeTextColorDisabled: string;
985
+ loadingColor: string;
986
+ dropMarkColor: string;
987
+ lineColor: string;
988
+ }, {
989
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
990
+ labelLineHeight: string;
991
+ fontSizeSmall: string;
992
+ fontSizeMedium: string;
993
+ fontSizeLarge: string;
994
+ borderRadius: string;
995
+ color: string;
996
+ colorChecked: string;
997
+ colorDisabled: string;
998
+ colorDisabledChecked: string;
999
+ colorTableHeader: string;
1000
+ colorTableHeaderModal: string;
1001
+ colorTableHeaderPopover: string;
1002
+ checkMarkColor: string;
1003
+ checkMarkColorDisabled: string;
1004
+ checkMarkColorDisabledChecked: string;
1005
+ border: string;
1006
+ borderDisabled: string;
1007
+ borderDisabledChecked: string;
1008
+ borderChecked: string;
1009
+ borderFocus: string;
1010
+ boxShadowFocus: string;
1011
+ textColor: string;
1012
+ textColorDisabled: string;
1013
+ sizeSmall: string;
1014
+ sizeMedium: string;
1015
+ sizeLarge: string;
1016
+ labelPadding: string;
1017
+ labelFontWeight: string;
1018
+ }, any>;
1019
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1020
+ height: string;
1021
+ width: string;
1022
+ borderRadius: string;
1023
+ color: string;
1024
+ colorHover: string;
1025
+ railInsetHorizontalBottom: string;
1026
+ railInsetHorizontalTop: string;
1027
+ railInsetVerticalRight: string;
1028
+ railInsetVerticalLeft: string;
1029
+ railColor: string;
1030
+ }, any>;
1031
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1032
+ fontSizeTiny: string;
1033
+ fontSizeSmall: string;
1034
+ fontSizeMedium: string;
1035
+ fontSizeLarge: string;
1036
+ fontSizeHuge: string;
1037
+ textColor: string;
1038
+ iconColor: string;
1039
+ extraTextColor: string;
1040
+ iconSizeTiny: string;
1041
+ iconSizeSmall: string;
1042
+ iconSizeMedium: string;
1043
+ iconSizeLarge: string;
1044
+ iconSizeHuge: string;
1045
+ }, any>;
1046
+ }>>;
1047
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Tree", {
1048
+ fontSize: string;
1049
+ lineHeight: string;
1050
+ nodeHeight: string;
1051
+ nodeWrapperPadding: string;
1052
+ nodeBorderRadius: string;
1053
+ nodeColorHover: string;
1054
+ nodeColorPressed: string;
1055
+ nodeColorActive: string;
1056
+ arrowColor: string;
1057
+ nodeTextColor: string;
1058
+ nodeTextColorDisabled: string;
1059
+ loadingColor: string;
1060
+ dropMarkColor: string;
1061
+ lineColor: string;
1062
+ }, {
1063
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
1064
+ labelLineHeight: string;
1065
+ fontSizeSmall: string;
1066
+ fontSizeMedium: string;
1067
+ fontSizeLarge: string;
1068
+ borderRadius: string;
1069
+ color: string;
1070
+ colorChecked: string;
1071
+ colorDisabled: string;
1072
+ colorDisabledChecked: string;
1073
+ colorTableHeader: string;
1074
+ colorTableHeaderModal: string;
1075
+ colorTableHeaderPopover: string;
1076
+ checkMarkColor: string;
1077
+ checkMarkColorDisabled: string;
1078
+ checkMarkColorDisabledChecked: string;
1079
+ border: string;
1080
+ borderDisabled: string;
1081
+ borderDisabledChecked: string;
1082
+ borderChecked: string;
1083
+ borderFocus: string;
1084
+ boxShadowFocus: string;
1085
+ textColor: string;
1086
+ textColorDisabled: string;
1087
+ sizeSmall: string;
1088
+ sizeMedium: string;
1089
+ sizeLarge: string;
1090
+ labelPadding: string;
1091
+ labelFontWeight: string;
1092
+ }, any>;
1093
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1094
+ height: string;
1095
+ width: string;
1096
+ borderRadius: string;
1097
+ color: string;
1098
+ colorHover: string;
1099
+ railInsetHorizontalBottom: string;
1100
+ railInsetHorizontalTop: string;
1101
+ railInsetVerticalRight: string;
1102
+ railInsetVerticalLeft: string;
1103
+ railColor: string;
1104
+ }, any>;
1105
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1106
+ fontSizeTiny: string;
1107
+ fontSizeSmall: string;
1108
+ fontSizeMedium: string;
1109
+ fontSizeLarge: string;
1110
+ fontSizeHuge: string;
1111
+ textColor: string;
1112
+ iconColor: string;
1113
+ extraTextColor: string;
1114
+ iconSizeTiny: string;
1115
+ iconSizeSmall: string;
1116
+ iconSizeMedium: string;
1117
+ iconSizeLarge: string;
1118
+ iconSizeHuge: string;
1119
+ }, any>;
1120
+ }>>>;
1121
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Tree", {
1122
+ fontSize: string;
1123
+ lineHeight: string;
1124
+ nodeHeight: string;
1125
+ nodeWrapperPadding: string;
1126
+ nodeBorderRadius: string;
1127
+ nodeColorHover: string;
1128
+ nodeColorPressed: string;
1129
+ nodeColorActive: string;
1130
+ arrowColor: string;
1131
+ nodeTextColor: string;
1132
+ nodeTextColorDisabled: string;
1133
+ loadingColor: string;
1134
+ dropMarkColor: string;
1135
+ lineColor: string;
1136
+ }, {
1137
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
1138
+ labelLineHeight: string;
1139
+ fontSizeSmall: string;
1140
+ fontSizeMedium: string;
1141
+ fontSizeLarge: string;
1142
+ borderRadius: string;
1143
+ color: string;
1144
+ colorChecked: string;
1145
+ colorDisabled: string;
1146
+ colorDisabledChecked: string;
1147
+ colorTableHeader: string;
1148
+ colorTableHeaderModal: string;
1149
+ colorTableHeaderPopover: string;
1150
+ checkMarkColor: string;
1151
+ checkMarkColorDisabled: string;
1152
+ checkMarkColorDisabledChecked: string;
1153
+ border: string;
1154
+ borderDisabled: string;
1155
+ borderDisabledChecked: string;
1156
+ borderChecked: string;
1157
+ borderFocus: string;
1158
+ boxShadowFocus: string;
1159
+ textColor: string;
1160
+ textColorDisabled: string;
1161
+ sizeSmall: string;
1162
+ sizeMedium: string;
1163
+ sizeLarge: string;
1164
+ labelPadding: string;
1165
+ labelFontWeight: string;
1166
+ }, any>;
1167
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1168
+ height: string;
1169
+ width: string;
1170
+ borderRadius: string;
1171
+ color: string;
1172
+ colorHover: string;
1173
+ railInsetHorizontalBottom: string;
1174
+ railInsetHorizontalTop: string;
1175
+ railInsetVerticalRight: string;
1176
+ railInsetVerticalLeft: string;
1177
+ railColor: string;
1178
+ }, any>;
1179
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1180
+ fontSizeTiny: string;
1181
+ fontSizeSmall: string;
1182
+ fontSizeMedium: string;
1183
+ fontSizeLarge: string;
1184
+ fontSizeHuge: string;
1185
+ textColor: string;
1186
+ iconColor: string;
1187
+ extraTextColor: string;
1188
+ iconSizeTiny: string;
1189
+ iconSizeSmall: string;
1190
+ iconSizeMedium: string;
1191
+ iconSizeLarge: string;
1192
+ iconSizeHuge: string;
1193
+ }, any>;
1194
+ }>>>;
1195
+ }>> & Readonly<{}>, {
1196
+ mergedClsPrefix: import('vue').Ref<string, string>;
1197
+ mergedTheme: import('vue').ComputedRef<{
1198
+ common: import('naive-ui').ThemeCommonVars;
1199
+ self: {
1200
+ fontSize: string;
1201
+ lineHeight: string;
1202
+ nodeHeight: string;
1203
+ nodeWrapperPadding: string;
1204
+ nodeBorderRadius: string;
1205
+ nodeColorHover: string;
1206
+ nodeColorPressed: string;
1207
+ nodeColorActive: string;
1208
+ arrowColor: string;
1209
+ nodeTextColor: string;
1210
+ nodeTextColorDisabled: string;
1211
+ loadingColor: string;
1212
+ dropMarkColor: string;
1213
+ lineColor: string;
1214
+ };
1215
+ peers: {
1216
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
1217
+ labelLineHeight: string;
1218
+ fontSizeSmall: string;
1219
+ fontSizeMedium: string;
1220
+ fontSizeLarge: string;
1221
+ borderRadius: string;
1222
+ color: string;
1223
+ colorChecked: string;
1224
+ colorDisabled: string;
1225
+ colorDisabledChecked: string;
1226
+ colorTableHeader: string;
1227
+ colorTableHeaderModal: string;
1228
+ colorTableHeaderPopover: string;
1229
+ checkMarkColor: string;
1230
+ checkMarkColorDisabled: string;
1231
+ checkMarkColorDisabledChecked: string;
1232
+ border: string;
1233
+ borderDisabled: string;
1234
+ borderDisabledChecked: string;
1235
+ borderChecked: string;
1236
+ borderFocus: string;
1237
+ boxShadowFocus: string;
1238
+ textColor: string;
1239
+ textColorDisabled: string;
1240
+ sizeSmall: string;
1241
+ sizeMedium: string;
1242
+ sizeLarge: string;
1243
+ labelPadding: string;
1244
+ labelFontWeight: string;
1245
+ }, any>;
1246
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1247
+ height: string;
1248
+ width: string;
1249
+ borderRadius: string;
1250
+ color: string;
1251
+ colorHover: string;
1252
+ railInsetHorizontalBottom: string;
1253
+ railInsetHorizontalTop: string;
1254
+ railInsetVerticalRight: string;
1255
+ railInsetVerticalLeft: string;
1256
+ railColor: string;
1257
+ }, any>;
1258
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1259
+ fontSizeTiny: string;
1260
+ fontSizeSmall: string;
1261
+ fontSizeMedium: string;
1262
+ fontSizeLarge: string;
1263
+ fontSizeHuge: string;
1264
+ textColor: string;
1265
+ iconColor: string;
1266
+ extraTextColor: string;
1267
+ iconSizeTiny: string;
1268
+ iconSizeSmall: string;
1269
+ iconSizeMedium: string;
1270
+ iconSizeLarge: string;
1271
+ iconSizeHuge: string;
1272
+ }, any>;
1273
+ };
1274
+ peerOverrides: {
1275
+ Checkbox?: {
1276
+ peers?: {
1277
+ [x: string]: any;
1278
+ } | undefined;
1279
+ } | undefined;
1280
+ Scrollbar?: {
1281
+ peers?: {
1282
+ [x: string]: any;
1283
+ } | undefined;
1284
+ } | undefined;
1285
+ Empty?: {
1286
+ peers?: {
1287
+ [x: string]: any;
1288
+ } | undefined;
1289
+ } | undefined;
1290
+ };
1291
+ }>;
1292
+ rtlEnabled: import('vue').Ref<import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined, import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined> | undefined;
1293
+ fNodes: import('vue').ComputedRef<({
1294
+ key: import('treemate').Key;
1295
+ rawNode: {
1296
+ [x: string]: unknown;
1297
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
1298
+ label?: string | undefined;
1299
+ checkboxDisabled?: boolean | undefined;
1300
+ disabled?: boolean | undefined;
1301
+ isLeaf?: boolean | undefined;
1302
+ children?: any[] | undefined;
1303
+ prefix?: (() => import('vue').VNodeChild) | undefined;
1304
+ suffix?: (() => import('vue').VNodeChild) | undefined;
1305
+ };
1306
+ level: number;
1307
+ index: number;
1308
+ isFirstChild: boolean;
1309
+ isLastChild: boolean;
1310
+ parent: {
1311
+ key: import('treemate').Key;
1312
+ rawNode: {
1313
+ [x: string]: unknown;
1314
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
1315
+ label?: string | undefined;
1316
+ checkboxDisabled?: boolean | undefined;
1317
+ disabled?: boolean | undefined;
1318
+ isLeaf?: boolean | undefined;
1319
+ children?: any[] | undefined;
1320
+ prefix?: (() => import('vue').VNodeChild) | undefined;
1321
+ suffix?: (() => import('vue').VNodeChild) | undefined;
1322
+ };
1323
+ level: number;
1324
+ index: number;
1325
+ isFirstChild: boolean;
1326
+ isLastChild: boolean;
1327
+ parent: any | null;
1328
+ isLeaf: boolean;
1329
+ isGroup: boolean;
1330
+ ignored: boolean;
1331
+ shallowLoaded: boolean;
1332
+ disabled: boolean;
1333
+ siblings: any[];
1334
+ children?: any[] | undefined;
1335
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1336
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1337
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1338
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1339
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
1340
+ } | null;
1341
+ isLeaf: boolean;
1342
+ isGroup: boolean;
1343
+ ignored: boolean;
1344
+ shallowLoaded: boolean;
1345
+ disabled: boolean;
1346
+ siblings: {
1347
+ key: import('treemate').Key;
1348
+ rawNode: {
1349
+ [x: string]: unknown;
1350
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
1351
+ label?: string | undefined;
1352
+ checkboxDisabled?: boolean | undefined;
1353
+ disabled?: boolean | undefined;
1354
+ isLeaf?: boolean | undefined;
1355
+ children?: any[] | undefined;
1356
+ prefix?: (() => import('vue').VNodeChild) | undefined;
1357
+ suffix?: (() => import('vue').VNodeChild) | undefined;
1358
+ };
1359
+ level: number;
1360
+ index: number;
1361
+ isFirstChild: boolean;
1362
+ isLastChild: boolean;
1363
+ parent: any | null;
1364
+ isLeaf: boolean;
1365
+ isGroup: boolean;
1366
+ ignored: boolean;
1367
+ shallowLoaded: boolean;
1368
+ disabled: boolean;
1369
+ siblings: any[];
1370
+ children?: any[] | undefined;
1371
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1372
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1373
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1374
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1375
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
1376
+ }[];
1377
+ children?: {
1378
+ key: import('treemate').Key;
1379
+ rawNode: {
1380
+ [x: string]: unknown;
1381
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
1382
+ label?: string | undefined;
1383
+ checkboxDisabled?: boolean | undefined;
1384
+ disabled?: boolean | undefined;
1385
+ isLeaf?: boolean | undefined;
1386
+ children?: any[] | undefined;
1387
+ prefix?: (() => import('vue').VNodeChild) | undefined;
1388
+ suffix?: (() => import('vue').VNodeChild) | undefined;
1389
+ };
1390
+ level: number;
1391
+ index: number;
1392
+ isFirstChild: boolean;
1393
+ isLastChild: boolean;
1394
+ parent: any | null;
1395
+ isLeaf: boolean;
1396
+ isGroup: boolean;
1397
+ ignored: boolean;
1398
+ shallowLoaded: boolean;
1399
+ disabled: boolean;
1400
+ siblings: any[];
1401
+ children?: any[] | undefined;
1402
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1403
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1404
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1405
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1406
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
1407
+ }[] | undefined;
1408
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1409
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1410
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1411
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1412
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
1413
+ } | {
1414
+ __motion: true;
1415
+ height: number | undefined;
1416
+ mode: "expand" | "collapse";
1417
+ nodes: {
1418
+ key: import('treemate').Key;
1419
+ rawNode: {
1420
+ [x: string]: unknown;
1421
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
1422
+ label?: string | undefined;
1423
+ checkboxDisabled?: boolean | undefined;
1424
+ disabled?: boolean | undefined;
1425
+ isLeaf?: boolean | undefined;
1426
+ children?: any[] | undefined;
1427
+ prefix?: (() => import('vue').VNodeChild) | undefined;
1428
+ suffix?: (() => import('vue').VNodeChild) | undefined;
1429
+ };
1430
+ level: number;
1431
+ index: number;
1432
+ isFirstChild: boolean;
1433
+ isLastChild: boolean;
1434
+ parent: {
1435
+ key: import('treemate').Key;
1436
+ rawNode: {
1437
+ [x: string]: unknown;
1438
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
1439
+ label?: string | undefined;
1440
+ checkboxDisabled?: boolean | undefined;
1441
+ disabled?: boolean | undefined;
1442
+ isLeaf?: boolean | undefined;
1443
+ children?: any[] | undefined;
1444
+ prefix?: (() => import('vue').VNodeChild) | undefined;
1445
+ suffix?: (() => import('vue').VNodeChild) | undefined;
1446
+ };
1447
+ level: number;
1448
+ index: number;
1449
+ isFirstChild: boolean;
1450
+ isLastChild: boolean;
1451
+ parent: any | null;
1452
+ isLeaf: boolean;
1453
+ isGroup: boolean;
1454
+ ignored: boolean;
1455
+ shallowLoaded: boolean;
1456
+ disabled: boolean;
1457
+ siblings: any[];
1458
+ children?: any[] | undefined;
1459
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1460
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1461
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1462
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1463
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
1464
+ } | null;
1465
+ isLeaf: boolean;
1466
+ isGroup: boolean;
1467
+ ignored: boolean;
1468
+ shallowLoaded: boolean;
1469
+ disabled: boolean;
1470
+ siblings: {
1471
+ key: import('treemate').Key;
1472
+ rawNode: {
1473
+ [x: string]: unknown;
1474
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
1475
+ label?: string | undefined;
1476
+ checkboxDisabled?: boolean | undefined;
1477
+ disabled?: boolean | undefined;
1478
+ isLeaf?: boolean | undefined;
1479
+ children?: any[] | undefined;
1480
+ prefix?: (() => import('vue').VNodeChild) | undefined;
1481
+ suffix?: (() => import('vue').VNodeChild) | undefined;
1482
+ };
1483
+ level: number;
1484
+ index: number;
1485
+ isFirstChild: boolean;
1486
+ isLastChild: boolean;
1487
+ parent: any | null;
1488
+ isLeaf: boolean;
1489
+ isGroup: boolean;
1490
+ ignored: boolean;
1491
+ shallowLoaded: boolean;
1492
+ disabled: boolean;
1493
+ siblings: any[];
1494
+ children?: any[] | undefined;
1495
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1496
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1497
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1498
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1499
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
1500
+ }[];
1501
+ children?: {
1502
+ key: import('treemate').Key;
1503
+ rawNode: {
1504
+ [x: string]: unknown;
1505
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
1506
+ label?: string | undefined;
1507
+ checkboxDisabled?: boolean | undefined;
1508
+ disabled?: boolean | undefined;
1509
+ isLeaf?: boolean | undefined;
1510
+ children?: any[] | undefined;
1511
+ prefix?: (() => import('vue').VNodeChild) | undefined;
1512
+ suffix?: (() => import('vue').VNodeChild) | undefined;
1513
+ };
1514
+ level: number;
1515
+ index: number;
1516
+ isFirstChild: boolean;
1517
+ isLastChild: boolean;
1518
+ parent: any | null;
1519
+ isLeaf: boolean;
1520
+ isGroup: boolean;
1521
+ ignored: boolean;
1522
+ shallowLoaded: boolean;
1523
+ disabled: boolean;
1524
+ siblings: any[];
1525
+ children?: any[] | undefined;
1526
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1527
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1528
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1529
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1530
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
1531
+ }[] | undefined;
1532
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1533
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1534
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1535
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
1536
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
1537
+ }[];
1538
+ })[]>;
1539
+ aip: import('vue').Ref<boolean, boolean>;
1540
+ selfElRef: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
1541
+ virtualListInstRef: import('vue').Ref<{
1542
+ listElRef: HTMLElement;
1543
+ itemsElRef: HTMLElement | null;
1544
+ scrollTo: import('vueuc').VVirtualListScrollTo;
1545
+ } | null, import('naive-ui').VirtualListInst | {
1546
+ listElRef: HTMLElement;
1547
+ itemsElRef: HTMLElement | null;
1548
+ scrollTo: import('vueuc').VVirtualListScrollTo;
1549
+ } | null>;
1550
+ scrollbarInstRef: import('vue').Ref<{
1551
+ $el: HTMLElement;
1552
+ containerRef: HTMLElement | null;
1553
+ contentRef: HTMLElement | null;
1554
+ containerScrollTop: number;
1555
+ syncUnifiedContainer: () => void;
1556
+ scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo;
1557
+ scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy;
1558
+ sync: () => void;
1559
+ handleMouseEnterWrapper: () => void;
1560
+ handleMouseLeaveWrapper: () => void;
1561
+ } | null, import('naive-ui/es/_internal').ScrollbarInst | {
1562
+ $el: HTMLElement;
1563
+ containerRef: HTMLElement | null;
1564
+ contentRef: HTMLElement | null;
1565
+ containerScrollTop: number;
1566
+ syncUnifiedContainer: () => void;
1567
+ scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo;
1568
+ scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy;
1569
+ sync: () => void;
1570
+ handleMouseEnterWrapper: () => void;
1571
+ handleMouseLeaveWrapper: () => void;
1572
+ } | null>;
1573
+ handleFocusout: (e: FocusEvent) => void;
1574
+ handleDragLeaveTree: (e: DragEvent) => void;
1575
+ handleScroll: () => void;
1576
+ getScrollContainer: () => HTMLElement | null | undefined;
1577
+ getScrollContent: () => HTMLElement | null | undefined;
1578
+ handleAfterEnter: () => void;
1579
+ handleResize: () => void;
1580
+ cssVars: import('vue').ComputedRef<{
1581
+ "--n-arrow-color": string;
1582
+ "--n-loading-color": string;
1583
+ "--n-bezier": string;
1584
+ "--n-font-size": string;
1585
+ "--n-node-border-radius": string;
1586
+ "--n-node-color-active": string;
1587
+ "--n-node-color-hover": string;
1588
+ "--n-node-color-pressed": string;
1589
+ "--n-node-text-color": string;
1590
+ "--n-node-text-color-disabled": string;
1591
+ "--n-drop-mark-color": string;
1592
+ "--n-node-wrapper-padding": string;
1593
+ "--n-line-offset-top": string;
1594
+ "--n-line-offset-bottom": string;
1595
+ "--n-node-content-height": string;
1596
+ "--n-line-height": string;
1597
+ "--n-line-color": string;
1598
+ }> | undefined;
1599
+ themeClass: import('vue').Ref<string, string> | undefined;
1600
+ onRender: (() => void) | undefined;
1601
+ handleKeydown: (e: KeyboardEvent) => {
1602
+ enterBehavior: import('naive-ui').TreeOverrideNodeClickBehaviorReturn | null;
1603
+ };
1604
+ scrollTo: import('vueuc').VVirtualListScrollTo;
1605
+ getCheckedData: () => {
1606
+ keys: import('naive-ui/es/tree/src/interface').Key[];
1607
+ options: Array<TreeOption | null>;
1608
+ };
1609
+ getIndeterminateData: () => {
1610
+ keys: import('naive-ui/es/tree/src/interface').Key[];
1611
+ options: Array<TreeOption | null>;
1612
+ };
1613
+ }, {}, {}, {}, {
1614
+ readonly disabled: boolean;
1615
+ readonly data: import('naive-ui/es/tree/src/interface').TreeOptions;
1616
+ readonly internalScrollable: boolean;
1617
+ readonly keyboard: boolean;
1618
+ readonly draggable: boolean;
1619
+ readonly animated: boolean;
1620
+ readonly allowCheckingNotLoaded: boolean;
1621
+ readonly multiple: boolean;
1622
+ readonly disabledField: string;
1623
+ readonly cascade: boolean;
1624
+ readonly leafOnly: boolean;
1625
+ readonly virtualScroll: boolean;
1626
+ readonly checkStrategy: import('treemate').CheckStrategy;
1627
+ readonly labelField: string;
1628
+ readonly childrenField: string;
1629
+ readonly pattern: string;
1630
+ readonly accordion: boolean;
1631
+ readonly defaultExpandAll: boolean;
1632
+ readonly indent: number;
1633
+ readonly ellipsis: boolean;
1634
+ readonly keyField: string;
1635
+ readonly defaultExpandedKeys: import('naive-ui/es/tree/src/interface').Key[];
1636
+ readonly cancelable: boolean;
1637
+ readonly checkable: boolean;
1638
+ readonly defaultCheckedKeys: import('naive-ui/es/tree/src/interface').Key[];
1639
+ readonly defaultSelectedKeys: import('naive-ui/es/tree/src/interface').Key[];
1640
+ readonly internalTreeSelect: boolean;
1641
+ readonly internalUnifySelectCheck: boolean;
1642
+ readonly internalCheckboxFocusable: boolean;
1643
+ readonly internalFocusable: boolean;
1644
+ readonly showIrrelevantNodes: boolean;
1645
+ readonly expandOnDragenter: boolean;
1646
+ readonly expandOnClick: boolean;
1647
+ readonly checkOnClick: boolean | import('naive-ui/es/tree/src/interface').CheckOnClick;
1648
+ readonly blockNode: boolean;
1649
+ readonly blockLine: boolean;
1650
+ readonly showLine: boolean;
1651
+ readonly selectable: boolean;
1652
+ readonly allowDrop: import('naive-ui/es/tree/src/interface').AllowDrop;
1653
+ readonly checkboxPlacement: "left" | "right";
1654
+ }>;
1655
+ };
1656
+ rootEl: any;
1657
+ };
1658
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
1659
+ declare const __VLS_component: import('vue').DefineComponent<WmTreeProps, {
1660
+ scrollTo: import('vueuc').VVirtualListScrollTo;
1661
+ getCheckedData: () => {
1662
+ keys: import('naive-ui/es/tree/src/interface').Key[];
1663
+ options: Array<TreeOption | null>;
1664
+ };
1665
+ getIndeterminateData: () => {
1666
+ keys: import('naive-ui/es/tree/src/interface').Key[];
1667
+ options: Array<TreeOption | null>;
1668
+ };
1669
+ getFilteredCheckedKeys: () => Key[];
1670
+ getFilteredCheckedData: () => {
1671
+ keys: Key[];
1672
+ options: TreeOption[];
1673
+ } | undefined;
1674
+ getSearchValue: () => string;
1675
+ getVisibleKeys: () => Set<Key>;
1676
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1677
+ "update:checkedKeys": (keys: Key[], options: TreeOption[], meta: {
1678
+ node: TreeOption | null;
1679
+ action: "check" | "uncheck";
1680
+ }) => any;
1681
+ }, string, import('vue').PublicProps, Readonly<WmTreeProps> & Readonly<{
1682
+ "onUpdate:checkedKeys"?: (keys: Key[], options: TreeOption[], meta: {
1683
+ node: TreeOption | null;
1684
+ action: "check" | "uncheck";
1685
+ }) => any;
1686
+ }>, {
1687
+ selectable: boolean;
1688
+ ellipsis: boolean;
1689
+ animated: boolean;
1690
+ internalCheckboxFocusable: boolean;
1691
+ internalFocusable: boolean;
1692
+ checkStrategy: import('treemate').CheckStrategy;
1693
+ showIrrelevantNodes: boolean;
1694
+ expandOnDragenter: boolean;
1695
+ cancelable: boolean;
1696
+ blockLine: boolean;
1697
+ showLine: boolean;
1698
+ checkboxPlacement: "left" | "right";
1699
+ keyboard: boolean;
1700
+ filterCheckedOnly: boolean;
1701
+ checkAllOnClear: boolean;
1702
+ defaultCheckAll: boolean;
1703
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
1704
+ elRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
1705
+ readonly internalTreeSelect: BooleanConstructor;
1706
+ readonly internalScrollable: BooleanConstructor;
1707
+ readonly internalScrollablePadding: StringConstructor;
1708
+ readonly internalRenderEmpty: import('vue').PropType<() => import('vue').VNodeChild>;
1709
+ readonly internalHighlightKeySet: import('vue').PropType<Set<import('naive-ui/es/tree/src/interface').Key> | null>;
1710
+ readonly internalUnifySelectCheck: BooleanConstructor;
1711
+ readonly internalCheckboxFocusable: {
1712
+ readonly type: BooleanConstructor;
1713
+ readonly default: true;
1714
+ };
1715
+ readonly internalFocusable: {
1716
+ readonly type: BooleanConstructor;
1717
+ readonly default: true;
1718
+ };
1719
+ readonly checkStrategy: {
1720
+ readonly type: import('vue').PropType<import('treemate').CheckStrategy>;
1721
+ readonly default: "all";
1722
+ };
1723
+ readonly leafOnly: BooleanConstructor;
1724
+ readonly allowCheckingNotLoaded: BooleanConstructor;
1725
+ readonly filter: import('vue').PropType<(pattern: string, node: TreeOption) => boolean>;
1726
+ readonly defaultExpandAll: BooleanConstructor;
1727
+ readonly expandedKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
1728
+ readonly keyField: {
1729
+ readonly type: StringConstructor;
1730
+ readonly default: "key";
1731
+ };
1732
+ readonly labelField: {
1733
+ readonly type: StringConstructor;
1734
+ readonly default: "label";
1735
+ };
1736
+ readonly childrenField: {
1737
+ readonly type: StringConstructor;
1738
+ readonly default: "children";
1739
+ };
1740
+ readonly disabledField: {
1741
+ readonly type: StringConstructor;
1742
+ readonly default: "disabled";
1743
+ };
1744
+ readonly defaultExpandedKeys: {
1745
+ readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
1746
+ readonly default: () => never[];
1747
+ };
1748
+ readonly indent: {
1749
+ readonly type: NumberConstructor;
1750
+ readonly default: 24;
1751
+ };
1752
+ readonly indeterminateKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
1753
+ readonly renderSwitcherIcon: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderSwitcherIcon>;
1754
+ readonly onUpdateIndeterminateKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateIndeterminateKeys>>;
1755
+ readonly 'onUpdate:indeterminateKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateIndeterminateKeys>>;
1756
+ readonly onUpdateExpandedKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').onUpdateExpandedKeys>>;
1757
+ readonly 'onUpdate:expandedKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').onUpdateExpandedKeys>>;
1758
+ readonly overrideDefaultNodeClickBehavior: import('vue').PropType<import('naive-ui').TreeOverrideNodeClickBehavior>;
1759
+ readonly accordion: BooleanConstructor;
1760
+ readonly showIrrelevantNodes: {
1761
+ readonly type: BooleanConstructor;
1762
+ readonly default: true;
1763
+ };
1764
+ readonly data: {
1765
+ readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').TreeOptions>;
1766
+ readonly default: () => never[];
1767
+ };
1768
+ readonly expandOnDragenter: {
1769
+ readonly type: BooleanConstructor;
1770
+ readonly default: true;
1771
+ };
1772
+ readonly expandOnClick: BooleanConstructor;
1773
+ readonly checkOnClick: {
1774
+ readonly type: import('vue').PropType<boolean | import('naive-ui/es/tree/src/interface').CheckOnClick>;
1775
+ readonly default: false;
1776
+ };
1777
+ readonly cancelable: {
1778
+ readonly type: BooleanConstructor;
1779
+ readonly default: true;
1780
+ };
1781
+ readonly checkable: BooleanConstructor;
1782
+ readonly draggable: BooleanConstructor;
1783
+ readonly blockNode: BooleanConstructor;
1784
+ readonly blockLine: BooleanConstructor;
1785
+ readonly showLine: BooleanConstructor;
1786
+ readonly disabled: BooleanConstructor;
1787
+ readonly checkedKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
1788
+ readonly defaultCheckedKeys: {
1789
+ readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
1790
+ readonly default: () => never[];
1791
+ };
1792
+ readonly selectedKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
1793
+ readonly defaultSelectedKeys: {
1794
+ readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
1795
+ readonly default: () => never[];
1796
+ };
1797
+ readonly multiple: BooleanConstructor;
1798
+ readonly pattern: {
1799
+ readonly type: StringConstructor;
1800
+ readonly default: "";
1801
+ };
1802
+ readonly onLoad: import('vue').PropType<import('naive-ui/es/tree/src/interface').OnLoad>;
1803
+ readonly cascade: BooleanConstructor;
1804
+ readonly selectable: {
1805
+ readonly type: BooleanConstructor;
1806
+ readonly default: true;
1807
+ };
1808
+ readonly scrollbarProps: import('vue').PropType<import('naive-ui').ScrollbarProps>;
1809
+ readonly allowDrop: {
1810
+ readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').AllowDrop>;
1811
+ readonly default: typeof import('naive-ui/es/tree/src/dnd').defaultAllowDrop;
1812
+ };
1813
+ readonly animated: {
1814
+ readonly type: BooleanConstructor;
1815
+ readonly default: true;
1816
+ };
1817
+ readonly ellipsis: BooleanConstructor;
1818
+ readonly checkboxPlacement: {
1819
+ readonly type: import('vue').PropType<"left" | "right">;
1820
+ readonly default: "left";
1821
+ };
1822
+ readonly virtualScroll: BooleanConstructor;
1823
+ readonly watchProps: import('vue').PropType<Array<"defaultCheckedKeys" | "defaultSelectedKeys" | "defaultExpandedKeys">>;
1824
+ readonly renderLabel: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderLabel>;
1825
+ readonly renderPrefix: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderPrefix>;
1826
+ readonly renderSuffix: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderSuffix>;
1827
+ readonly nodeProps: import('vue').PropType<import('naive-ui/es/tree/src/interface').TreeNodeProps>;
1828
+ readonly keyboard: {
1829
+ readonly type: BooleanConstructor;
1830
+ readonly default: true;
1831
+ };
1832
+ readonly getChildren: import('vue').PropType<import('naive-ui/es/tree/src/interface').GetChildren>;
1833
+ readonly onDragenter: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDragInfo) => void>>;
1834
+ readonly onDragleave: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDragInfo) => void>>;
1835
+ readonly onDragend: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDragInfo) => void>>;
1836
+ readonly onDragstart: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDragInfo) => void>>;
1837
+ readonly onDragover: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDragInfo) => void>>;
1838
+ readonly onDrop: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDropInfo) => void>>;
1839
+ readonly onUpdateCheckedKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateCheckedKeys>>;
1840
+ readonly 'onUpdate:checkedKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateCheckedKeys>>;
1841
+ readonly onUpdateSelectedKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateSelectedKeys>>;
1842
+ readonly 'onUpdate:selectedKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateSelectedKeys>>;
1843
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Tree", {
1844
+ fontSize: string;
1845
+ lineHeight: string;
1846
+ nodeHeight: string;
1847
+ nodeWrapperPadding: string;
1848
+ nodeBorderRadius: string;
1849
+ nodeColorHover: string;
1850
+ nodeColorPressed: string;
1851
+ nodeColorActive: string;
1852
+ arrowColor: string;
1853
+ nodeTextColor: string;
1854
+ nodeTextColorDisabled: string;
1855
+ loadingColor: string;
1856
+ dropMarkColor: string;
1857
+ lineColor: string;
1858
+ }, {
1859
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
1860
+ labelLineHeight: string;
1861
+ fontSizeSmall: string;
1862
+ fontSizeMedium: string;
1863
+ fontSizeLarge: string;
1864
+ borderRadius: string;
1865
+ color: string;
1866
+ colorChecked: string;
1867
+ colorDisabled: string;
1868
+ colorDisabledChecked: string;
1869
+ colorTableHeader: string;
1870
+ colorTableHeaderModal: string;
1871
+ colorTableHeaderPopover: string;
1872
+ checkMarkColor: string;
1873
+ checkMarkColorDisabled: string;
1874
+ checkMarkColorDisabledChecked: string;
1875
+ border: string;
1876
+ borderDisabled: string;
1877
+ borderDisabledChecked: string;
1878
+ borderChecked: string;
1879
+ borderFocus: string;
1880
+ boxShadowFocus: string;
1881
+ textColor: string;
1882
+ textColorDisabled: string;
1883
+ sizeSmall: string;
1884
+ sizeMedium: string;
1885
+ sizeLarge: string;
1886
+ labelPadding: string;
1887
+ labelFontWeight: string;
1888
+ }, any>;
1889
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1890
+ height: string;
1891
+ width: string;
1892
+ borderRadius: string;
1893
+ color: string;
1894
+ colorHover: string;
1895
+ railInsetHorizontalBottom: string;
1896
+ railInsetHorizontalTop: string;
1897
+ railInsetVerticalRight: string;
1898
+ railInsetVerticalLeft: string;
1899
+ railColor: string;
1900
+ }, any>;
1901
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1902
+ fontSizeTiny: string;
1903
+ fontSizeSmall: string;
1904
+ fontSizeMedium: string;
1905
+ fontSizeLarge: string;
1906
+ fontSizeHuge: string;
1907
+ textColor: string;
1908
+ iconColor: string;
1909
+ extraTextColor: string;
1910
+ iconSizeTiny: string;
1911
+ iconSizeSmall: string;
1912
+ iconSizeMedium: string;
1913
+ iconSizeLarge: string;
1914
+ iconSizeHuge: string;
1915
+ }, any>;
1916
+ }>>;
1917
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Tree", {
1918
+ fontSize: string;
1919
+ lineHeight: string;
1920
+ nodeHeight: string;
1921
+ nodeWrapperPadding: string;
1922
+ nodeBorderRadius: string;
1923
+ nodeColorHover: string;
1924
+ nodeColorPressed: string;
1925
+ nodeColorActive: string;
1926
+ arrowColor: string;
1927
+ nodeTextColor: string;
1928
+ nodeTextColorDisabled: string;
1929
+ loadingColor: string;
1930
+ dropMarkColor: string;
1931
+ lineColor: string;
1932
+ }, {
1933
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
1934
+ labelLineHeight: string;
1935
+ fontSizeSmall: string;
1936
+ fontSizeMedium: string;
1937
+ fontSizeLarge: string;
1938
+ borderRadius: string;
1939
+ color: string;
1940
+ colorChecked: string;
1941
+ colorDisabled: string;
1942
+ colorDisabledChecked: string;
1943
+ colorTableHeader: string;
1944
+ colorTableHeaderModal: string;
1945
+ colorTableHeaderPopover: string;
1946
+ checkMarkColor: string;
1947
+ checkMarkColorDisabled: string;
1948
+ checkMarkColorDisabledChecked: string;
1949
+ border: string;
1950
+ borderDisabled: string;
1951
+ borderDisabledChecked: string;
1952
+ borderChecked: string;
1953
+ borderFocus: string;
1954
+ boxShadowFocus: string;
1955
+ textColor: string;
1956
+ textColorDisabled: string;
1957
+ sizeSmall: string;
1958
+ sizeMedium: string;
1959
+ sizeLarge: string;
1960
+ labelPadding: string;
1961
+ labelFontWeight: string;
1962
+ }, any>;
1963
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1964
+ height: string;
1965
+ width: string;
1966
+ borderRadius: string;
1967
+ color: string;
1968
+ colorHover: string;
1969
+ railInsetHorizontalBottom: string;
1970
+ railInsetHorizontalTop: string;
1971
+ railInsetVerticalRight: string;
1972
+ railInsetVerticalLeft: string;
1973
+ railColor: string;
1974
+ }, any>;
1975
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1976
+ fontSizeTiny: string;
1977
+ fontSizeSmall: string;
1978
+ fontSizeMedium: string;
1979
+ fontSizeLarge: string;
1980
+ fontSizeHuge: string;
1981
+ textColor: string;
1982
+ iconColor: string;
1983
+ extraTextColor: string;
1984
+ iconSizeTiny: string;
1985
+ iconSizeSmall: string;
1986
+ iconSizeMedium: string;
1987
+ iconSizeLarge: string;
1988
+ iconSizeHuge: string;
1989
+ }, any>;
1990
+ }>>>;
1991
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Tree", {
1992
+ fontSize: string;
1993
+ lineHeight: string;
1994
+ nodeHeight: string;
1995
+ nodeWrapperPadding: string;
1996
+ nodeBorderRadius: string;
1997
+ nodeColorHover: string;
1998
+ nodeColorPressed: string;
1999
+ nodeColorActive: string;
2000
+ arrowColor: string;
2001
+ nodeTextColor: string;
2002
+ nodeTextColorDisabled: string;
2003
+ loadingColor: string;
2004
+ dropMarkColor: string;
2005
+ lineColor: string;
2006
+ }, {
2007
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
2008
+ labelLineHeight: string;
2009
+ fontSizeSmall: string;
2010
+ fontSizeMedium: string;
2011
+ fontSizeLarge: string;
2012
+ borderRadius: string;
2013
+ color: string;
2014
+ colorChecked: string;
2015
+ colorDisabled: string;
2016
+ colorDisabledChecked: string;
2017
+ colorTableHeader: string;
2018
+ colorTableHeaderModal: string;
2019
+ colorTableHeaderPopover: string;
2020
+ checkMarkColor: string;
2021
+ checkMarkColorDisabled: string;
2022
+ checkMarkColorDisabledChecked: string;
2023
+ border: string;
2024
+ borderDisabled: string;
2025
+ borderDisabledChecked: string;
2026
+ borderChecked: string;
2027
+ borderFocus: string;
2028
+ boxShadowFocus: string;
2029
+ textColor: string;
2030
+ textColorDisabled: string;
2031
+ sizeSmall: string;
2032
+ sizeMedium: string;
2033
+ sizeLarge: string;
2034
+ labelPadding: string;
2035
+ labelFontWeight: string;
2036
+ }, any>;
2037
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2038
+ height: string;
2039
+ width: string;
2040
+ borderRadius: string;
2041
+ color: string;
2042
+ colorHover: string;
2043
+ railInsetHorizontalBottom: string;
2044
+ railInsetHorizontalTop: string;
2045
+ railInsetVerticalRight: string;
2046
+ railInsetVerticalLeft: string;
2047
+ railColor: string;
2048
+ }, any>;
2049
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
2050
+ fontSizeTiny: string;
2051
+ fontSizeSmall: string;
2052
+ fontSizeMedium: string;
2053
+ fontSizeLarge: string;
2054
+ fontSizeHuge: string;
2055
+ textColor: string;
2056
+ iconColor: string;
2057
+ extraTextColor: string;
2058
+ iconSizeTiny: string;
2059
+ iconSizeSmall: string;
2060
+ iconSizeMedium: string;
2061
+ iconSizeLarge: string;
2062
+ iconSizeHuge: string;
2063
+ }, any>;
2064
+ }>>>;
2065
+ }>> & Readonly<{}>, {
2066
+ mergedClsPrefix: import('vue').Ref<string, string>;
2067
+ mergedTheme: import('vue').ComputedRef<{
2068
+ common: import('naive-ui').ThemeCommonVars;
2069
+ self: {
2070
+ fontSize: string;
2071
+ lineHeight: string;
2072
+ nodeHeight: string;
2073
+ nodeWrapperPadding: string;
2074
+ nodeBorderRadius: string;
2075
+ nodeColorHover: string;
2076
+ nodeColorPressed: string;
2077
+ nodeColorActive: string;
2078
+ arrowColor: string;
2079
+ nodeTextColor: string;
2080
+ nodeTextColorDisabled: string;
2081
+ loadingColor: string;
2082
+ dropMarkColor: string;
2083
+ lineColor: string;
2084
+ };
2085
+ peers: {
2086
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
2087
+ labelLineHeight: string;
2088
+ fontSizeSmall: string;
2089
+ fontSizeMedium: string;
2090
+ fontSizeLarge: string;
2091
+ borderRadius: string;
2092
+ color: string;
2093
+ colorChecked: string;
2094
+ colorDisabled: string;
2095
+ colorDisabledChecked: string;
2096
+ colorTableHeader: string;
2097
+ colorTableHeaderModal: string;
2098
+ colorTableHeaderPopover: string;
2099
+ checkMarkColor: string;
2100
+ checkMarkColorDisabled: string;
2101
+ checkMarkColorDisabledChecked: string;
2102
+ border: string;
2103
+ borderDisabled: string;
2104
+ borderDisabledChecked: string;
2105
+ borderChecked: string;
2106
+ borderFocus: string;
2107
+ boxShadowFocus: string;
2108
+ textColor: string;
2109
+ textColorDisabled: string;
2110
+ sizeSmall: string;
2111
+ sizeMedium: string;
2112
+ sizeLarge: string;
2113
+ labelPadding: string;
2114
+ labelFontWeight: string;
2115
+ }, any>;
2116
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2117
+ height: string;
2118
+ width: string;
2119
+ borderRadius: string;
2120
+ color: string;
2121
+ colorHover: string;
2122
+ railInsetHorizontalBottom: string;
2123
+ railInsetHorizontalTop: string;
2124
+ railInsetVerticalRight: string;
2125
+ railInsetVerticalLeft: string;
2126
+ railColor: string;
2127
+ }, any>;
2128
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
2129
+ fontSizeTiny: string;
2130
+ fontSizeSmall: string;
2131
+ fontSizeMedium: string;
2132
+ fontSizeLarge: string;
2133
+ fontSizeHuge: string;
2134
+ textColor: string;
2135
+ iconColor: string;
2136
+ extraTextColor: string;
2137
+ iconSizeTiny: string;
2138
+ iconSizeSmall: string;
2139
+ iconSizeMedium: string;
2140
+ iconSizeLarge: string;
2141
+ iconSizeHuge: string;
2142
+ }, any>;
2143
+ };
2144
+ peerOverrides: {
2145
+ Checkbox?: {
2146
+ peers?: {
2147
+ [x: string]: any;
2148
+ } | undefined;
2149
+ } | undefined;
2150
+ Scrollbar?: {
2151
+ peers?: {
2152
+ [x: string]: any;
2153
+ } | undefined;
2154
+ } | undefined;
2155
+ Empty?: {
2156
+ peers?: {
2157
+ [x: string]: any;
2158
+ } | undefined;
2159
+ } | undefined;
2160
+ };
2161
+ }>;
2162
+ rtlEnabled: import('vue').Ref<import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined, import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined> | undefined;
2163
+ fNodes: import('vue').ComputedRef<({
2164
+ key: import('treemate').Key;
2165
+ rawNode: {
2166
+ [x: string]: unknown;
2167
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
2168
+ label?: string | undefined;
2169
+ checkboxDisabled?: boolean | undefined;
2170
+ disabled?: boolean | undefined;
2171
+ isLeaf?: boolean | undefined;
2172
+ children?: any[] | undefined;
2173
+ prefix?: (() => import('vue').VNodeChild) | undefined;
2174
+ suffix?: (() => import('vue').VNodeChild) | undefined;
2175
+ };
2176
+ level: number;
2177
+ index: number;
2178
+ isFirstChild: boolean;
2179
+ isLastChild: boolean;
2180
+ parent: {
2181
+ key: import('treemate').Key;
2182
+ rawNode: {
2183
+ [x: string]: unknown;
2184
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
2185
+ label?: string | undefined;
2186
+ checkboxDisabled?: boolean | undefined;
2187
+ disabled?: boolean | undefined;
2188
+ isLeaf?: boolean | undefined;
2189
+ children?: any[] | undefined;
2190
+ prefix?: (() => import('vue').VNodeChild) | undefined;
2191
+ suffix?: (() => import('vue').VNodeChild) | undefined;
2192
+ };
2193
+ level: number;
2194
+ index: number;
2195
+ isFirstChild: boolean;
2196
+ isLastChild: boolean;
2197
+ parent: any | null;
2198
+ isLeaf: boolean;
2199
+ isGroup: boolean;
2200
+ ignored: boolean;
2201
+ shallowLoaded: boolean;
2202
+ disabled: boolean;
2203
+ siblings: any[];
2204
+ children?: any[] | undefined;
2205
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2206
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2207
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2208
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2209
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
2210
+ } | null;
2211
+ isLeaf: boolean;
2212
+ isGroup: boolean;
2213
+ ignored: boolean;
2214
+ shallowLoaded: boolean;
2215
+ disabled: boolean;
2216
+ siblings: {
2217
+ key: import('treemate').Key;
2218
+ rawNode: {
2219
+ [x: string]: unknown;
2220
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
2221
+ label?: string | undefined;
2222
+ checkboxDisabled?: boolean | undefined;
2223
+ disabled?: boolean | undefined;
2224
+ isLeaf?: boolean | undefined;
2225
+ children?: any[] | undefined;
2226
+ prefix?: (() => import('vue').VNodeChild) | undefined;
2227
+ suffix?: (() => import('vue').VNodeChild) | undefined;
2228
+ };
2229
+ level: number;
2230
+ index: number;
2231
+ isFirstChild: boolean;
2232
+ isLastChild: boolean;
2233
+ parent: any | null;
2234
+ isLeaf: boolean;
2235
+ isGroup: boolean;
2236
+ ignored: boolean;
2237
+ shallowLoaded: boolean;
2238
+ disabled: boolean;
2239
+ siblings: any[];
2240
+ children?: any[] | undefined;
2241
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2242
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2243
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2244
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2245
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
2246
+ }[];
2247
+ children?: {
2248
+ key: import('treemate').Key;
2249
+ rawNode: {
2250
+ [x: string]: unknown;
2251
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
2252
+ label?: string | undefined;
2253
+ checkboxDisabled?: boolean | undefined;
2254
+ disabled?: boolean | undefined;
2255
+ isLeaf?: boolean | undefined;
2256
+ children?: any[] | undefined;
2257
+ prefix?: (() => import('vue').VNodeChild) | undefined;
2258
+ suffix?: (() => import('vue').VNodeChild) | undefined;
2259
+ };
2260
+ level: number;
2261
+ index: number;
2262
+ isFirstChild: boolean;
2263
+ isLastChild: boolean;
2264
+ parent: any | null;
2265
+ isLeaf: boolean;
2266
+ isGroup: boolean;
2267
+ ignored: boolean;
2268
+ shallowLoaded: boolean;
2269
+ disabled: boolean;
2270
+ siblings: any[];
2271
+ children?: any[] | undefined;
2272
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2273
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2274
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2275
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2276
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
2277
+ }[] | undefined;
2278
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2279
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2280
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2281
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2282
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
2283
+ } | {
2284
+ __motion: true;
2285
+ height: number | undefined;
2286
+ mode: "expand" | "collapse";
2287
+ nodes: {
2288
+ key: import('treemate').Key;
2289
+ rawNode: {
2290
+ [x: string]: unknown;
2291
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
2292
+ label?: string | undefined;
2293
+ checkboxDisabled?: boolean | undefined;
2294
+ disabled?: boolean | undefined;
2295
+ isLeaf?: boolean | undefined;
2296
+ children?: any[] | undefined;
2297
+ prefix?: (() => import('vue').VNodeChild) | undefined;
2298
+ suffix?: (() => import('vue').VNodeChild) | undefined;
2299
+ };
2300
+ level: number;
2301
+ index: number;
2302
+ isFirstChild: boolean;
2303
+ isLastChild: boolean;
2304
+ parent: {
2305
+ key: import('treemate').Key;
2306
+ rawNode: {
2307
+ [x: string]: unknown;
2308
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
2309
+ label?: string | undefined;
2310
+ checkboxDisabled?: boolean | undefined;
2311
+ disabled?: boolean | undefined;
2312
+ isLeaf?: boolean | undefined;
2313
+ children?: any[] | undefined;
2314
+ prefix?: (() => import('vue').VNodeChild) | undefined;
2315
+ suffix?: (() => import('vue').VNodeChild) | undefined;
2316
+ };
2317
+ level: number;
2318
+ index: number;
2319
+ isFirstChild: boolean;
2320
+ isLastChild: boolean;
2321
+ parent: any | null;
2322
+ isLeaf: boolean;
2323
+ isGroup: boolean;
2324
+ ignored: boolean;
2325
+ shallowLoaded: boolean;
2326
+ disabled: boolean;
2327
+ siblings: any[];
2328
+ children?: any[] | undefined;
2329
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2330
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2331
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2332
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2333
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
2334
+ } | null;
2335
+ isLeaf: boolean;
2336
+ isGroup: boolean;
2337
+ ignored: boolean;
2338
+ shallowLoaded: boolean;
2339
+ disabled: boolean;
2340
+ siblings: {
2341
+ key: import('treemate').Key;
2342
+ rawNode: {
2343
+ [x: string]: unknown;
2344
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
2345
+ label?: string | undefined;
2346
+ checkboxDisabled?: boolean | undefined;
2347
+ disabled?: boolean | undefined;
2348
+ isLeaf?: boolean | undefined;
2349
+ children?: any[] | undefined;
2350
+ prefix?: (() => import('vue').VNodeChild) | undefined;
2351
+ suffix?: (() => import('vue').VNodeChild) | undefined;
2352
+ };
2353
+ level: number;
2354
+ index: number;
2355
+ isFirstChild: boolean;
2356
+ isLastChild: boolean;
2357
+ parent: any | null;
2358
+ isLeaf: boolean;
2359
+ isGroup: boolean;
2360
+ ignored: boolean;
2361
+ shallowLoaded: boolean;
2362
+ disabled: boolean;
2363
+ siblings: any[];
2364
+ children?: any[] | undefined;
2365
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2366
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2367
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2368
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2369
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
2370
+ }[];
2371
+ children?: {
2372
+ key: import('treemate').Key;
2373
+ rawNode: {
2374
+ [x: string]: unknown;
2375
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
2376
+ label?: string | undefined;
2377
+ checkboxDisabled?: boolean | undefined;
2378
+ disabled?: boolean | undefined;
2379
+ isLeaf?: boolean | undefined;
2380
+ children?: any[] | undefined;
2381
+ prefix?: (() => import('vue').VNodeChild) | undefined;
2382
+ suffix?: (() => import('vue').VNodeChild) | undefined;
2383
+ };
2384
+ level: number;
2385
+ index: number;
2386
+ isFirstChild: boolean;
2387
+ isLastChild: boolean;
2388
+ parent: any | null;
2389
+ isLeaf: boolean;
2390
+ isGroup: boolean;
2391
+ ignored: boolean;
2392
+ shallowLoaded: boolean;
2393
+ disabled: boolean;
2394
+ siblings: any[];
2395
+ children?: any[] | undefined;
2396
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2397
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2398
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2399
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2400
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
2401
+ }[] | undefined;
2402
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2403
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2404
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2405
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
2406
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
2407
+ }[];
2408
+ })[]>;
2409
+ aip: import('vue').Ref<boolean, boolean>;
2410
+ selfElRef: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
2411
+ virtualListInstRef: import('vue').Ref<{
2412
+ listElRef: HTMLElement;
2413
+ itemsElRef: HTMLElement | null;
2414
+ scrollTo: import('vueuc').VVirtualListScrollTo;
2415
+ } | null, import('naive-ui').VirtualListInst | {
2416
+ listElRef: HTMLElement;
2417
+ itemsElRef: HTMLElement | null;
2418
+ scrollTo: import('vueuc').VVirtualListScrollTo;
2419
+ } | null>;
2420
+ scrollbarInstRef: import('vue').Ref<{
2421
+ $el: HTMLElement;
2422
+ containerRef: HTMLElement | null;
2423
+ contentRef: HTMLElement | null;
2424
+ containerScrollTop: number;
2425
+ syncUnifiedContainer: () => void;
2426
+ scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo;
2427
+ scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy;
2428
+ sync: () => void;
2429
+ handleMouseEnterWrapper: () => void;
2430
+ handleMouseLeaveWrapper: () => void;
2431
+ } | null, import('naive-ui/es/_internal').ScrollbarInst | {
2432
+ $el: HTMLElement;
2433
+ containerRef: HTMLElement | null;
2434
+ contentRef: HTMLElement | null;
2435
+ containerScrollTop: number;
2436
+ syncUnifiedContainer: () => void;
2437
+ scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo;
2438
+ scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy;
2439
+ sync: () => void;
2440
+ handleMouseEnterWrapper: () => void;
2441
+ handleMouseLeaveWrapper: () => void;
2442
+ } | null>;
2443
+ handleFocusout: (e: FocusEvent) => void;
2444
+ handleDragLeaveTree: (e: DragEvent) => void;
2445
+ handleScroll: () => void;
2446
+ getScrollContainer: () => HTMLElement | null | undefined;
2447
+ getScrollContent: () => HTMLElement | null | undefined;
2448
+ handleAfterEnter: () => void;
2449
+ handleResize: () => void;
2450
+ cssVars: import('vue').ComputedRef<{
2451
+ "--n-arrow-color": string;
2452
+ "--n-loading-color": string;
2453
+ "--n-bezier": string;
2454
+ "--n-font-size": string;
2455
+ "--n-node-border-radius": string;
2456
+ "--n-node-color-active": string;
2457
+ "--n-node-color-hover": string;
2458
+ "--n-node-color-pressed": string;
2459
+ "--n-node-text-color": string;
2460
+ "--n-node-text-color-disabled": string;
2461
+ "--n-drop-mark-color": string;
2462
+ "--n-node-wrapper-padding": string;
2463
+ "--n-line-offset-top": string;
2464
+ "--n-line-offset-bottom": string;
2465
+ "--n-node-content-height": string;
2466
+ "--n-line-height": string;
2467
+ "--n-line-color": string;
2468
+ }> | undefined;
2469
+ themeClass: import('vue').Ref<string, string> | undefined;
2470
+ onRender: (() => void) | undefined;
2471
+ handleKeydown: (e: KeyboardEvent) => {
2472
+ enterBehavior: import('naive-ui').TreeOverrideNodeClickBehaviorReturn | null;
2473
+ };
2474
+ scrollTo: import('vueuc').VVirtualListScrollTo;
2475
+ getCheckedData: () => {
2476
+ keys: import('naive-ui/es/tree/src/interface').Key[];
2477
+ options: Array<TreeOption | null>;
2478
+ };
2479
+ getIndeterminateData: () => {
2480
+ keys: import('naive-ui/es/tree/src/interface').Key[];
2481
+ options: Array<TreeOption | null>;
2482
+ };
2483
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
2484
+ readonly disabled: boolean;
2485
+ readonly data: import('naive-ui/es/tree/src/interface').TreeOptions;
2486
+ readonly internalScrollable: boolean;
2487
+ readonly keyboard: boolean;
2488
+ readonly draggable: boolean;
2489
+ readonly animated: boolean;
2490
+ readonly allowCheckingNotLoaded: boolean;
2491
+ readonly multiple: boolean;
2492
+ readonly disabledField: string;
2493
+ readonly cascade: boolean;
2494
+ readonly leafOnly: boolean;
2495
+ readonly virtualScroll: boolean;
2496
+ readonly checkStrategy: import('treemate').CheckStrategy;
2497
+ readonly labelField: string;
2498
+ readonly childrenField: string;
2499
+ readonly pattern: string;
2500
+ readonly accordion: boolean;
2501
+ readonly defaultExpandAll: boolean;
2502
+ readonly indent: number;
2503
+ readonly ellipsis: boolean;
2504
+ readonly keyField: string;
2505
+ readonly defaultExpandedKeys: import('naive-ui/es/tree/src/interface').Key[];
2506
+ readonly cancelable: boolean;
2507
+ readonly checkable: boolean;
2508
+ readonly defaultCheckedKeys: import('naive-ui/es/tree/src/interface').Key[];
2509
+ readonly defaultSelectedKeys: import('naive-ui/es/tree/src/interface').Key[];
2510
+ readonly internalTreeSelect: boolean;
2511
+ readonly internalUnifySelectCheck: boolean;
2512
+ readonly internalCheckboxFocusable: boolean;
2513
+ readonly internalFocusable: boolean;
2514
+ readonly showIrrelevantNodes: boolean;
2515
+ readonly expandOnDragenter: boolean;
2516
+ readonly expandOnClick: boolean;
2517
+ readonly checkOnClick: boolean | import('naive-ui/es/tree/src/interface').CheckOnClick;
2518
+ readonly blockNode: boolean;
2519
+ readonly blockLine: boolean;
2520
+ readonly showLine: boolean;
2521
+ readonly selectable: boolean;
2522
+ readonly allowDrop: import('naive-ui/es/tree/src/interface').AllowDrop;
2523
+ readonly checkboxPlacement: "left" | "right";
2524
+ }, true, {}, import('vue').SlotsType<import('naive-ui').TreeSlots>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
2525
+ P: {};
2526
+ B: {};
2527
+ D: {};
2528
+ C: {};
2529
+ M: {};
2530
+ Defaults: {};
2531
+ }, Readonly<import('vue').ExtractPropTypes<{
2532
+ readonly internalTreeSelect: BooleanConstructor;
2533
+ readonly internalScrollable: BooleanConstructor;
2534
+ readonly internalScrollablePadding: StringConstructor;
2535
+ readonly internalRenderEmpty: import('vue').PropType<() => import('vue').VNodeChild>;
2536
+ readonly internalHighlightKeySet: import('vue').PropType<Set<import('naive-ui/es/tree/src/interface').Key> | null>;
2537
+ readonly internalUnifySelectCheck: BooleanConstructor;
2538
+ readonly internalCheckboxFocusable: {
2539
+ readonly type: BooleanConstructor;
2540
+ readonly default: true;
2541
+ };
2542
+ readonly internalFocusable: {
2543
+ readonly type: BooleanConstructor;
2544
+ readonly default: true;
2545
+ };
2546
+ readonly checkStrategy: {
2547
+ readonly type: import('vue').PropType<import('treemate').CheckStrategy>;
2548
+ readonly default: "all";
2549
+ };
2550
+ readonly leafOnly: BooleanConstructor;
2551
+ readonly allowCheckingNotLoaded: BooleanConstructor;
2552
+ readonly filter: import('vue').PropType<(pattern: string, node: TreeOption) => boolean>;
2553
+ readonly defaultExpandAll: BooleanConstructor;
2554
+ readonly expandedKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
2555
+ readonly keyField: {
2556
+ readonly type: StringConstructor;
2557
+ readonly default: "key";
2558
+ };
2559
+ readonly labelField: {
2560
+ readonly type: StringConstructor;
2561
+ readonly default: "label";
2562
+ };
2563
+ readonly childrenField: {
2564
+ readonly type: StringConstructor;
2565
+ readonly default: "children";
2566
+ };
2567
+ readonly disabledField: {
2568
+ readonly type: StringConstructor;
2569
+ readonly default: "disabled";
2570
+ };
2571
+ readonly defaultExpandedKeys: {
2572
+ readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
2573
+ readonly default: () => never[];
2574
+ };
2575
+ readonly indent: {
2576
+ readonly type: NumberConstructor;
2577
+ readonly default: 24;
2578
+ };
2579
+ readonly indeterminateKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
2580
+ readonly renderSwitcherIcon: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderSwitcherIcon>;
2581
+ readonly onUpdateIndeterminateKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateIndeterminateKeys>>;
2582
+ readonly 'onUpdate:indeterminateKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateIndeterminateKeys>>;
2583
+ readonly onUpdateExpandedKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').onUpdateExpandedKeys>>;
2584
+ readonly 'onUpdate:expandedKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').onUpdateExpandedKeys>>;
2585
+ readonly overrideDefaultNodeClickBehavior: import('vue').PropType<import('naive-ui').TreeOverrideNodeClickBehavior>;
2586
+ readonly accordion: BooleanConstructor;
2587
+ readonly showIrrelevantNodes: {
2588
+ readonly type: BooleanConstructor;
2589
+ readonly default: true;
2590
+ };
2591
+ readonly data: {
2592
+ readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').TreeOptions>;
2593
+ readonly default: () => never[];
2594
+ };
2595
+ readonly expandOnDragenter: {
2596
+ readonly type: BooleanConstructor;
2597
+ readonly default: true;
2598
+ };
2599
+ readonly expandOnClick: BooleanConstructor;
2600
+ readonly checkOnClick: {
2601
+ readonly type: import('vue').PropType<boolean | import('naive-ui/es/tree/src/interface').CheckOnClick>;
2602
+ readonly default: false;
2603
+ };
2604
+ readonly cancelable: {
2605
+ readonly type: BooleanConstructor;
2606
+ readonly default: true;
2607
+ };
2608
+ readonly checkable: BooleanConstructor;
2609
+ readonly draggable: BooleanConstructor;
2610
+ readonly blockNode: BooleanConstructor;
2611
+ readonly blockLine: BooleanConstructor;
2612
+ readonly showLine: BooleanConstructor;
2613
+ readonly disabled: BooleanConstructor;
2614
+ readonly checkedKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
2615
+ readonly defaultCheckedKeys: {
2616
+ readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
2617
+ readonly default: () => never[];
2618
+ };
2619
+ readonly selectedKeys: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
2620
+ readonly defaultSelectedKeys: {
2621
+ readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').Key[]>;
2622
+ readonly default: () => never[];
2623
+ };
2624
+ readonly multiple: BooleanConstructor;
2625
+ readonly pattern: {
2626
+ readonly type: StringConstructor;
2627
+ readonly default: "";
2628
+ };
2629
+ readonly onLoad: import('vue').PropType<import('naive-ui/es/tree/src/interface').OnLoad>;
2630
+ readonly cascade: BooleanConstructor;
2631
+ readonly selectable: {
2632
+ readonly type: BooleanConstructor;
2633
+ readonly default: true;
2634
+ };
2635
+ readonly scrollbarProps: import('vue').PropType<import('naive-ui').ScrollbarProps>;
2636
+ readonly allowDrop: {
2637
+ readonly type: import('vue').PropType<import('naive-ui/es/tree/src/interface').AllowDrop>;
2638
+ readonly default: typeof import('naive-ui/es/tree/src/dnd').defaultAllowDrop;
2639
+ };
2640
+ readonly animated: {
2641
+ readonly type: BooleanConstructor;
2642
+ readonly default: true;
2643
+ };
2644
+ readonly ellipsis: BooleanConstructor;
2645
+ readonly checkboxPlacement: {
2646
+ readonly type: import('vue').PropType<"left" | "right">;
2647
+ readonly default: "left";
2648
+ };
2649
+ readonly virtualScroll: BooleanConstructor;
2650
+ readonly watchProps: import('vue').PropType<Array<"defaultCheckedKeys" | "defaultSelectedKeys" | "defaultExpandedKeys">>;
2651
+ readonly renderLabel: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderLabel>;
2652
+ readonly renderPrefix: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderPrefix>;
2653
+ readonly renderSuffix: import('vue').PropType<import('naive-ui/es/tree/src/interface').RenderSuffix>;
2654
+ readonly nodeProps: import('vue').PropType<import('naive-ui/es/tree/src/interface').TreeNodeProps>;
2655
+ readonly keyboard: {
2656
+ readonly type: BooleanConstructor;
2657
+ readonly default: true;
2658
+ };
2659
+ readonly getChildren: import('vue').PropType<import('naive-ui/es/tree/src/interface').GetChildren>;
2660
+ readonly onDragenter: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDragInfo) => void>>;
2661
+ readonly onDragleave: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDragInfo) => void>>;
2662
+ readonly onDragend: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDragInfo) => void>>;
2663
+ readonly onDragstart: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDragInfo) => void>>;
2664
+ readonly onDragover: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDragInfo) => void>>;
2665
+ readonly onDrop: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: import('naive-ui').TreeDropInfo) => void>>;
2666
+ readonly onUpdateCheckedKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateCheckedKeys>>;
2667
+ readonly 'onUpdate:checkedKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateCheckedKeys>>;
2668
+ readonly onUpdateSelectedKeys: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateSelectedKeys>>;
2669
+ readonly 'onUpdate:selectedKeys': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tree/src/Tree').OnUpdateSelectedKeys>>;
2670
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Tree", {
2671
+ fontSize: string;
2672
+ lineHeight: string;
2673
+ nodeHeight: string;
2674
+ nodeWrapperPadding: string;
2675
+ nodeBorderRadius: string;
2676
+ nodeColorHover: string;
2677
+ nodeColorPressed: string;
2678
+ nodeColorActive: string;
2679
+ arrowColor: string;
2680
+ nodeTextColor: string;
2681
+ nodeTextColorDisabled: string;
2682
+ loadingColor: string;
2683
+ dropMarkColor: string;
2684
+ lineColor: string;
2685
+ }, {
2686
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
2687
+ labelLineHeight: string;
2688
+ fontSizeSmall: string;
2689
+ fontSizeMedium: string;
2690
+ fontSizeLarge: string;
2691
+ borderRadius: string;
2692
+ color: string;
2693
+ colorChecked: string;
2694
+ colorDisabled: string;
2695
+ colorDisabledChecked: string;
2696
+ colorTableHeader: string;
2697
+ colorTableHeaderModal: string;
2698
+ colorTableHeaderPopover: string;
2699
+ checkMarkColor: string;
2700
+ checkMarkColorDisabled: string;
2701
+ checkMarkColorDisabledChecked: string;
2702
+ border: string;
2703
+ borderDisabled: string;
2704
+ borderDisabledChecked: string;
2705
+ borderChecked: string;
2706
+ borderFocus: string;
2707
+ boxShadowFocus: string;
2708
+ textColor: string;
2709
+ textColorDisabled: string;
2710
+ sizeSmall: string;
2711
+ sizeMedium: string;
2712
+ sizeLarge: string;
2713
+ labelPadding: string;
2714
+ labelFontWeight: string;
2715
+ }, any>;
2716
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2717
+ height: string;
2718
+ width: string;
2719
+ borderRadius: string;
2720
+ color: string;
2721
+ colorHover: string;
2722
+ railInsetHorizontalBottom: string;
2723
+ railInsetHorizontalTop: string;
2724
+ railInsetVerticalRight: string;
2725
+ railInsetVerticalLeft: string;
2726
+ railColor: string;
2727
+ }, any>;
2728
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
2729
+ fontSizeTiny: string;
2730
+ fontSizeSmall: string;
2731
+ fontSizeMedium: string;
2732
+ fontSizeLarge: string;
2733
+ fontSizeHuge: string;
2734
+ textColor: string;
2735
+ iconColor: string;
2736
+ extraTextColor: string;
2737
+ iconSizeTiny: string;
2738
+ iconSizeSmall: string;
2739
+ iconSizeMedium: string;
2740
+ iconSizeLarge: string;
2741
+ iconSizeHuge: string;
2742
+ }, any>;
2743
+ }>>;
2744
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Tree", {
2745
+ fontSize: string;
2746
+ lineHeight: string;
2747
+ nodeHeight: string;
2748
+ nodeWrapperPadding: string;
2749
+ nodeBorderRadius: string;
2750
+ nodeColorHover: string;
2751
+ nodeColorPressed: string;
2752
+ nodeColorActive: string;
2753
+ arrowColor: string;
2754
+ nodeTextColor: string;
2755
+ nodeTextColorDisabled: string;
2756
+ loadingColor: string;
2757
+ dropMarkColor: string;
2758
+ lineColor: string;
2759
+ }, {
2760
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
2761
+ labelLineHeight: string;
2762
+ fontSizeSmall: string;
2763
+ fontSizeMedium: string;
2764
+ fontSizeLarge: string;
2765
+ borderRadius: string;
2766
+ color: string;
2767
+ colorChecked: string;
2768
+ colorDisabled: string;
2769
+ colorDisabledChecked: string;
2770
+ colorTableHeader: string;
2771
+ colorTableHeaderModal: string;
2772
+ colorTableHeaderPopover: string;
2773
+ checkMarkColor: string;
2774
+ checkMarkColorDisabled: string;
2775
+ checkMarkColorDisabledChecked: string;
2776
+ border: string;
2777
+ borderDisabled: string;
2778
+ borderDisabledChecked: string;
2779
+ borderChecked: string;
2780
+ borderFocus: string;
2781
+ boxShadowFocus: string;
2782
+ textColor: string;
2783
+ textColorDisabled: string;
2784
+ sizeSmall: string;
2785
+ sizeMedium: string;
2786
+ sizeLarge: string;
2787
+ labelPadding: string;
2788
+ labelFontWeight: string;
2789
+ }, any>;
2790
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2791
+ height: string;
2792
+ width: string;
2793
+ borderRadius: string;
2794
+ color: string;
2795
+ colorHover: string;
2796
+ railInsetHorizontalBottom: string;
2797
+ railInsetHorizontalTop: string;
2798
+ railInsetVerticalRight: string;
2799
+ railInsetVerticalLeft: string;
2800
+ railColor: string;
2801
+ }, any>;
2802
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
2803
+ fontSizeTiny: string;
2804
+ fontSizeSmall: string;
2805
+ fontSizeMedium: string;
2806
+ fontSizeLarge: string;
2807
+ fontSizeHuge: string;
2808
+ textColor: string;
2809
+ iconColor: string;
2810
+ extraTextColor: string;
2811
+ iconSizeTiny: string;
2812
+ iconSizeSmall: string;
2813
+ iconSizeMedium: string;
2814
+ iconSizeLarge: string;
2815
+ iconSizeHuge: string;
2816
+ }, any>;
2817
+ }>>>;
2818
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Tree", {
2819
+ fontSize: string;
2820
+ lineHeight: string;
2821
+ nodeHeight: string;
2822
+ nodeWrapperPadding: string;
2823
+ nodeBorderRadius: string;
2824
+ nodeColorHover: string;
2825
+ nodeColorPressed: string;
2826
+ nodeColorActive: string;
2827
+ arrowColor: string;
2828
+ nodeTextColor: string;
2829
+ nodeTextColorDisabled: string;
2830
+ loadingColor: string;
2831
+ dropMarkColor: string;
2832
+ lineColor: string;
2833
+ }, {
2834
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
2835
+ labelLineHeight: string;
2836
+ fontSizeSmall: string;
2837
+ fontSizeMedium: string;
2838
+ fontSizeLarge: string;
2839
+ borderRadius: string;
2840
+ color: string;
2841
+ colorChecked: string;
2842
+ colorDisabled: string;
2843
+ colorDisabledChecked: string;
2844
+ colorTableHeader: string;
2845
+ colorTableHeaderModal: string;
2846
+ colorTableHeaderPopover: string;
2847
+ checkMarkColor: string;
2848
+ checkMarkColorDisabled: string;
2849
+ checkMarkColorDisabledChecked: string;
2850
+ border: string;
2851
+ borderDisabled: string;
2852
+ borderDisabledChecked: string;
2853
+ borderChecked: string;
2854
+ borderFocus: string;
2855
+ boxShadowFocus: string;
2856
+ textColor: string;
2857
+ textColorDisabled: string;
2858
+ sizeSmall: string;
2859
+ sizeMedium: string;
2860
+ sizeLarge: string;
2861
+ labelPadding: string;
2862
+ labelFontWeight: string;
2863
+ }, any>;
2864
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2865
+ height: string;
2866
+ width: string;
2867
+ borderRadius: string;
2868
+ color: string;
2869
+ colorHover: string;
2870
+ railInsetHorizontalBottom: string;
2871
+ railInsetHorizontalTop: string;
2872
+ railInsetVerticalRight: string;
2873
+ railInsetVerticalLeft: string;
2874
+ railColor: string;
2875
+ }, any>;
2876
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
2877
+ fontSizeTiny: string;
2878
+ fontSizeSmall: string;
2879
+ fontSizeMedium: string;
2880
+ fontSizeLarge: string;
2881
+ fontSizeHuge: string;
2882
+ textColor: string;
2883
+ iconColor: string;
2884
+ extraTextColor: string;
2885
+ iconSizeTiny: string;
2886
+ iconSizeSmall: string;
2887
+ iconSizeMedium: string;
2888
+ iconSizeLarge: string;
2889
+ iconSizeHuge: string;
2890
+ }, any>;
2891
+ }>>>;
2892
+ }>> & Readonly<{}>, {
2893
+ mergedClsPrefix: import('vue').Ref<string, string>;
2894
+ mergedTheme: import('vue').ComputedRef<{
2895
+ common: import('naive-ui').ThemeCommonVars;
2896
+ self: {
2897
+ fontSize: string;
2898
+ lineHeight: string;
2899
+ nodeHeight: string;
2900
+ nodeWrapperPadding: string;
2901
+ nodeBorderRadius: string;
2902
+ nodeColorHover: string;
2903
+ nodeColorPressed: string;
2904
+ nodeColorActive: string;
2905
+ arrowColor: string;
2906
+ nodeTextColor: string;
2907
+ nodeTextColorDisabled: string;
2908
+ loadingColor: string;
2909
+ dropMarkColor: string;
2910
+ lineColor: string;
2911
+ };
2912
+ peers: {
2913
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
2914
+ labelLineHeight: string;
2915
+ fontSizeSmall: string;
2916
+ fontSizeMedium: string;
2917
+ fontSizeLarge: string;
2918
+ borderRadius: string;
2919
+ color: string;
2920
+ colorChecked: string;
2921
+ colorDisabled: string;
2922
+ colorDisabledChecked: string;
2923
+ colorTableHeader: string;
2924
+ colorTableHeaderModal: string;
2925
+ colorTableHeaderPopover: string;
2926
+ checkMarkColor: string;
2927
+ checkMarkColorDisabled: string;
2928
+ checkMarkColorDisabledChecked: string;
2929
+ border: string;
2930
+ borderDisabled: string;
2931
+ borderDisabledChecked: string;
2932
+ borderChecked: string;
2933
+ borderFocus: string;
2934
+ boxShadowFocus: string;
2935
+ textColor: string;
2936
+ textColorDisabled: string;
2937
+ sizeSmall: string;
2938
+ sizeMedium: string;
2939
+ sizeLarge: string;
2940
+ labelPadding: string;
2941
+ labelFontWeight: string;
2942
+ }, any>;
2943
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2944
+ height: string;
2945
+ width: string;
2946
+ borderRadius: string;
2947
+ color: string;
2948
+ colorHover: string;
2949
+ railInsetHorizontalBottom: string;
2950
+ railInsetHorizontalTop: string;
2951
+ railInsetVerticalRight: string;
2952
+ railInsetVerticalLeft: string;
2953
+ railColor: string;
2954
+ }, any>;
2955
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
2956
+ fontSizeTiny: string;
2957
+ fontSizeSmall: string;
2958
+ fontSizeMedium: string;
2959
+ fontSizeLarge: string;
2960
+ fontSizeHuge: string;
2961
+ textColor: string;
2962
+ iconColor: string;
2963
+ extraTextColor: string;
2964
+ iconSizeTiny: string;
2965
+ iconSizeSmall: string;
2966
+ iconSizeMedium: string;
2967
+ iconSizeLarge: string;
2968
+ iconSizeHuge: string;
2969
+ }, any>;
2970
+ };
2971
+ peerOverrides: {
2972
+ Checkbox?: {
2973
+ peers?: {
2974
+ [x: string]: any;
2975
+ } | undefined;
2976
+ } | undefined;
2977
+ Scrollbar?: {
2978
+ peers?: {
2979
+ [x: string]: any;
2980
+ } | undefined;
2981
+ } | undefined;
2982
+ Empty?: {
2983
+ peers?: {
2984
+ [x: string]: any;
2985
+ } | undefined;
2986
+ } | undefined;
2987
+ };
2988
+ }>;
2989
+ rtlEnabled: import('vue').Ref<import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined, import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined> | undefined;
2990
+ fNodes: import('vue').ComputedRef<({
2991
+ key: import('treemate').Key;
2992
+ rawNode: {
2993
+ [x: string]: unknown;
2994
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
2995
+ label?: string | undefined;
2996
+ checkboxDisabled?: boolean | undefined;
2997
+ disabled?: boolean | undefined;
2998
+ isLeaf?: boolean | undefined;
2999
+ children?: any[] | undefined;
3000
+ prefix?: (() => import('vue').VNodeChild) | undefined;
3001
+ suffix?: (() => import('vue').VNodeChild) | undefined;
3002
+ };
3003
+ level: number;
3004
+ index: number;
3005
+ isFirstChild: boolean;
3006
+ isLastChild: boolean;
3007
+ parent: {
3008
+ key: import('treemate').Key;
3009
+ rawNode: {
3010
+ [x: string]: unknown;
3011
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
3012
+ label?: string | undefined;
3013
+ checkboxDisabled?: boolean | undefined;
3014
+ disabled?: boolean | undefined;
3015
+ isLeaf?: boolean | undefined;
3016
+ children?: any[] | undefined;
3017
+ prefix?: (() => import('vue').VNodeChild) | undefined;
3018
+ suffix?: (() => import('vue').VNodeChild) | undefined;
3019
+ };
3020
+ level: number;
3021
+ index: number;
3022
+ isFirstChild: boolean;
3023
+ isLastChild: boolean;
3024
+ parent: any | null;
3025
+ isLeaf: boolean;
3026
+ isGroup: boolean;
3027
+ ignored: boolean;
3028
+ shallowLoaded: boolean;
3029
+ disabled: boolean;
3030
+ siblings: any[];
3031
+ children?: any[] | undefined;
3032
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3033
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3034
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3035
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3036
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
3037
+ } | null;
3038
+ isLeaf: boolean;
3039
+ isGroup: boolean;
3040
+ ignored: boolean;
3041
+ shallowLoaded: boolean;
3042
+ disabled: boolean;
3043
+ siblings: {
3044
+ key: import('treemate').Key;
3045
+ rawNode: {
3046
+ [x: string]: unknown;
3047
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
3048
+ label?: string | undefined;
3049
+ checkboxDisabled?: boolean | undefined;
3050
+ disabled?: boolean | undefined;
3051
+ isLeaf?: boolean | undefined;
3052
+ children?: any[] | undefined;
3053
+ prefix?: (() => import('vue').VNodeChild) | undefined;
3054
+ suffix?: (() => import('vue').VNodeChild) | undefined;
3055
+ };
3056
+ level: number;
3057
+ index: number;
3058
+ isFirstChild: boolean;
3059
+ isLastChild: boolean;
3060
+ parent: any | null;
3061
+ isLeaf: boolean;
3062
+ isGroup: boolean;
3063
+ ignored: boolean;
3064
+ shallowLoaded: boolean;
3065
+ disabled: boolean;
3066
+ siblings: any[];
3067
+ children?: any[] | undefined;
3068
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3069
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3070
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3071
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3072
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
3073
+ }[];
3074
+ children?: {
3075
+ key: import('treemate').Key;
3076
+ rawNode: {
3077
+ [x: string]: unknown;
3078
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
3079
+ label?: string | undefined;
3080
+ checkboxDisabled?: boolean | undefined;
3081
+ disabled?: boolean | undefined;
3082
+ isLeaf?: boolean | undefined;
3083
+ children?: any[] | undefined;
3084
+ prefix?: (() => import('vue').VNodeChild) | undefined;
3085
+ suffix?: (() => import('vue').VNodeChild) | undefined;
3086
+ };
3087
+ level: number;
3088
+ index: number;
3089
+ isFirstChild: boolean;
3090
+ isLastChild: boolean;
3091
+ parent: any | null;
3092
+ isLeaf: boolean;
3093
+ isGroup: boolean;
3094
+ ignored: boolean;
3095
+ shallowLoaded: boolean;
3096
+ disabled: boolean;
3097
+ siblings: any[];
3098
+ children?: any[] | undefined;
3099
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3100
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3101
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3102
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3103
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
3104
+ }[] | undefined;
3105
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3106
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3107
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3108
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3109
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
3110
+ } | {
3111
+ __motion: true;
3112
+ height: number | undefined;
3113
+ mode: "expand" | "collapse";
3114
+ nodes: {
3115
+ key: import('treemate').Key;
3116
+ rawNode: {
3117
+ [x: string]: unknown;
3118
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
3119
+ label?: string | undefined;
3120
+ checkboxDisabled?: boolean | undefined;
3121
+ disabled?: boolean | undefined;
3122
+ isLeaf?: boolean | undefined;
3123
+ children?: any[] | undefined;
3124
+ prefix?: (() => import('vue').VNodeChild) | undefined;
3125
+ suffix?: (() => import('vue').VNodeChild) | undefined;
3126
+ };
3127
+ level: number;
3128
+ index: number;
3129
+ isFirstChild: boolean;
3130
+ isLastChild: boolean;
3131
+ parent: {
3132
+ key: import('treemate').Key;
3133
+ rawNode: {
3134
+ [x: string]: unknown;
3135
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
3136
+ label?: string | undefined;
3137
+ checkboxDisabled?: boolean | undefined;
3138
+ disabled?: boolean | undefined;
3139
+ isLeaf?: boolean | undefined;
3140
+ children?: any[] | undefined;
3141
+ prefix?: (() => import('vue').VNodeChild) | undefined;
3142
+ suffix?: (() => import('vue').VNodeChild) | undefined;
3143
+ };
3144
+ level: number;
3145
+ index: number;
3146
+ isFirstChild: boolean;
3147
+ isLastChild: boolean;
3148
+ parent: any | null;
3149
+ isLeaf: boolean;
3150
+ isGroup: boolean;
3151
+ ignored: boolean;
3152
+ shallowLoaded: boolean;
3153
+ disabled: boolean;
3154
+ siblings: any[];
3155
+ children?: any[] | undefined;
3156
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3157
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3158
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3159
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3160
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
3161
+ } | null;
3162
+ isLeaf: boolean;
3163
+ isGroup: boolean;
3164
+ ignored: boolean;
3165
+ shallowLoaded: boolean;
3166
+ disabled: boolean;
3167
+ siblings: {
3168
+ key: import('treemate').Key;
3169
+ rawNode: {
3170
+ [x: string]: unknown;
3171
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
3172
+ label?: string | undefined;
3173
+ checkboxDisabled?: boolean | undefined;
3174
+ disabled?: boolean | undefined;
3175
+ isLeaf?: boolean | undefined;
3176
+ children?: any[] | undefined;
3177
+ prefix?: (() => import('vue').VNodeChild) | undefined;
3178
+ suffix?: (() => import('vue').VNodeChild) | undefined;
3179
+ };
3180
+ level: number;
3181
+ index: number;
3182
+ isFirstChild: boolean;
3183
+ isLastChild: boolean;
3184
+ parent: any | null;
3185
+ isLeaf: boolean;
3186
+ isGroup: boolean;
3187
+ ignored: boolean;
3188
+ shallowLoaded: boolean;
3189
+ disabled: boolean;
3190
+ siblings: any[];
3191
+ children?: any[] | undefined;
3192
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3193
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3194
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3195
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3196
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
3197
+ }[];
3198
+ children?: {
3199
+ key: import('treemate').Key;
3200
+ rawNode: {
3201
+ [x: string]: unknown;
3202
+ key?: import('naive-ui/es/tree/src/interface').Key | undefined;
3203
+ label?: string | undefined;
3204
+ checkboxDisabled?: boolean | undefined;
3205
+ disabled?: boolean | undefined;
3206
+ isLeaf?: boolean | undefined;
3207
+ children?: any[] | undefined;
3208
+ prefix?: (() => import('vue').VNodeChild) | undefined;
3209
+ suffix?: (() => import('vue').VNodeChild) | undefined;
3210
+ };
3211
+ level: number;
3212
+ index: number;
3213
+ isFirstChild: boolean;
3214
+ isLastChild: boolean;
3215
+ parent: any | null;
3216
+ isLeaf: boolean;
3217
+ isGroup: boolean;
3218
+ ignored: boolean;
3219
+ shallowLoaded: boolean;
3220
+ disabled: boolean;
3221
+ siblings: any[];
3222
+ children?: any[] | undefined;
3223
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3224
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3225
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3226
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3227
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
3228
+ }[] | undefined;
3229
+ getPrev: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3230
+ getNext: (options?: import('treemate/lib/interface').GetPrevNextOptions) => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3231
+ getParent: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3232
+ getChild: () => import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null;
3233
+ contains: (treeNode: import('treemate').TreeNode<TreeOption, TreeOption, TreeOption> | null | undefined) => boolean;
3234
+ }[];
3235
+ })[]>;
3236
+ aip: import('vue').Ref<boolean, boolean>;
3237
+ selfElRef: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
3238
+ virtualListInstRef: import('vue').Ref<{
3239
+ listElRef: HTMLElement;
3240
+ itemsElRef: HTMLElement | null;
3241
+ scrollTo: import('vueuc').VVirtualListScrollTo;
3242
+ } | null, import('naive-ui').VirtualListInst | {
3243
+ listElRef: HTMLElement;
3244
+ itemsElRef: HTMLElement | null;
3245
+ scrollTo: import('vueuc').VVirtualListScrollTo;
3246
+ } | null>;
3247
+ scrollbarInstRef: import('vue').Ref<{
3248
+ $el: HTMLElement;
3249
+ containerRef: HTMLElement | null;
3250
+ contentRef: HTMLElement | null;
3251
+ containerScrollTop: number;
3252
+ syncUnifiedContainer: () => void;
3253
+ scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo;
3254
+ scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy;
3255
+ sync: () => void;
3256
+ handleMouseEnterWrapper: () => void;
3257
+ handleMouseLeaveWrapper: () => void;
3258
+ } | null, import('naive-ui/es/_internal').ScrollbarInst | {
3259
+ $el: HTMLElement;
3260
+ containerRef: HTMLElement | null;
3261
+ contentRef: HTMLElement | null;
3262
+ containerScrollTop: number;
3263
+ syncUnifiedContainer: () => void;
3264
+ scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo;
3265
+ scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy;
3266
+ sync: () => void;
3267
+ handleMouseEnterWrapper: () => void;
3268
+ handleMouseLeaveWrapper: () => void;
3269
+ } | null>;
3270
+ handleFocusout: (e: FocusEvent) => void;
3271
+ handleDragLeaveTree: (e: DragEvent) => void;
3272
+ handleScroll: () => void;
3273
+ getScrollContainer: () => HTMLElement | null | undefined;
3274
+ getScrollContent: () => HTMLElement | null | undefined;
3275
+ handleAfterEnter: () => void;
3276
+ handleResize: () => void;
3277
+ cssVars: import('vue').ComputedRef<{
3278
+ "--n-arrow-color": string;
3279
+ "--n-loading-color": string;
3280
+ "--n-bezier": string;
3281
+ "--n-font-size": string;
3282
+ "--n-node-border-radius": string;
3283
+ "--n-node-color-active": string;
3284
+ "--n-node-color-hover": string;
3285
+ "--n-node-color-pressed": string;
3286
+ "--n-node-text-color": string;
3287
+ "--n-node-text-color-disabled": string;
3288
+ "--n-drop-mark-color": string;
3289
+ "--n-node-wrapper-padding": string;
3290
+ "--n-line-offset-top": string;
3291
+ "--n-line-offset-bottom": string;
3292
+ "--n-node-content-height": string;
3293
+ "--n-line-height": string;
3294
+ "--n-line-color": string;
3295
+ }> | undefined;
3296
+ themeClass: import('vue').Ref<string, string> | undefined;
3297
+ onRender: (() => void) | undefined;
3298
+ handleKeydown: (e: KeyboardEvent) => {
3299
+ enterBehavior: import('naive-ui').TreeOverrideNodeClickBehaviorReturn | null;
3300
+ };
3301
+ scrollTo: import('vueuc').VVirtualListScrollTo;
3302
+ getCheckedData: () => {
3303
+ keys: import('naive-ui/es/tree/src/interface').Key[];
3304
+ options: Array<TreeOption | null>;
3305
+ };
3306
+ getIndeterminateData: () => {
3307
+ keys: import('naive-ui/es/tree/src/interface').Key[];
3308
+ options: Array<TreeOption | null>;
3309
+ };
3310
+ }, {}, {}, {}, {
3311
+ readonly disabled: boolean;
3312
+ readonly data: import('naive-ui/es/tree/src/interface').TreeOptions;
3313
+ readonly internalScrollable: boolean;
3314
+ readonly keyboard: boolean;
3315
+ readonly draggable: boolean;
3316
+ readonly animated: boolean;
3317
+ readonly allowCheckingNotLoaded: boolean;
3318
+ readonly multiple: boolean;
3319
+ readonly disabledField: string;
3320
+ readonly cascade: boolean;
3321
+ readonly leafOnly: boolean;
3322
+ readonly virtualScroll: boolean;
3323
+ readonly checkStrategy: import('treemate').CheckStrategy;
3324
+ readonly labelField: string;
3325
+ readonly childrenField: string;
3326
+ readonly pattern: string;
3327
+ readonly accordion: boolean;
3328
+ readonly defaultExpandAll: boolean;
3329
+ readonly indent: number;
3330
+ readonly ellipsis: boolean;
3331
+ readonly keyField: string;
3332
+ readonly defaultExpandedKeys: import('naive-ui/es/tree/src/interface').Key[];
3333
+ readonly cancelable: boolean;
3334
+ readonly checkable: boolean;
3335
+ readonly defaultCheckedKeys: import('naive-ui/es/tree/src/interface').Key[];
3336
+ readonly defaultSelectedKeys: import('naive-ui/es/tree/src/interface').Key[];
3337
+ readonly internalTreeSelect: boolean;
3338
+ readonly internalUnifySelectCheck: boolean;
3339
+ readonly internalCheckboxFocusable: boolean;
3340
+ readonly internalFocusable: boolean;
3341
+ readonly showIrrelevantNodes: boolean;
3342
+ readonly expandOnDragenter: boolean;
3343
+ readonly expandOnClick: boolean;
3344
+ readonly checkOnClick: boolean | import('naive-ui/es/tree/src/interface').CheckOnClick;
3345
+ readonly blockNode: boolean;
3346
+ readonly blockLine: boolean;
3347
+ readonly showLine: boolean;
3348
+ readonly selectable: boolean;
3349
+ readonly allowDrop: import('naive-ui/es/tree/src/interface').AllowDrop;
3350
+ readonly checkboxPlacement: "left" | "right";
3351
+ }>;
3352
+ }, any>;
3353
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
3354
+ export default _default;
3355
+ type __VLS_WithTemplateSlots<T, S> = T & {
3356
+ new (): {
3357
+ $slots: S;
3358
+ };
3359
+ };