@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
@@ -1,4 +1,4 @@
1
- import type { ComputedRef, Ref } from 'vue';
1
+ import { ComputedRef, Ref } from 'vue';
2
2
  export declare function useModalDraggable(targetRef: Ref<HTMLElement | undefined>, dragRef: Ref<HTMLElement | undefined>, draggable: ComputedRef<boolean>): {
3
3
  dragging: Ref<boolean, boolean>;
4
4
  resetPosition: () => void;
@@ -0,0 +1,8 @@
1
+ import { ModalApiOptions, ModalProps } from './modal';
2
+ import { ModalApi } from './modal-api';
3
+ export declare function setDefaultModalProps(props: Partial<ModalProps>): void;
4
+ export declare function useWmModal<TParentModalProps extends ModalProps = ModalProps>(options?: ModalApiOptions): readonly [import('vue').DefineSetupFnComponent<TParentModalProps, {}, {}, TParentModalProps & {}, import('vue').PublicProps>, Partial<{
5
+ useStore: <T = NoInfer<import('./modal').ModalState>>(selector?: (state: NoInfer<import('./modal').ModalState>) => T) => Readonly<import('vue').Ref<T>>;
6
+ } & ModalApi>] | readonly [import('vue').DefineSetupFnComponent<ModalProps, {}, {}, ModalProps & {}, import('vue').PublicProps>, Partial<{
7
+ useStore: <T = NoInfer<import('./modal').ModalState>>(selector?: (state: NoInfer<import('./modal').ModalState>) => T) => Readonly<import('vue').Ref<T>>;
8
+ } & ModalApi>];
@@ -0,0 +1,26 @@
1
+ import { PageProps } from './types';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ extra?(_: {}): any;
6
+ default?(_: {}): any;
7
+ footer?(_: {}): any;
8
+ };
9
+ refs: {
10
+ headerRef: HTMLDivElement;
11
+ footerRef: HTMLDivElement;
12
+ };
13
+ rootEl: HTMLDivElement;
14
+ };
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ declare const __VLS_component: import('vue').DefineComponent<PageProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<PageProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
17
+ headerRef: HTMLDivElement;
18
+ footerRef: HTMLDivElement;
19
+ }, HTMLDivElement>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
+ export default _default;
22
+ type __VLS_WithTemplateSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
@@ -0,0 +1,466 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: any;
4
+ refs: {
5
+ elRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
6
+ readonly trigger: import('vue').PropType<"none" | "hover">;
7
+ readonly xScrollable: BooleanConstructor;
8
+ readonly onScroll: import('vue').PropType<(e: Event) => void>;
9
+ readonly contentClass: StringConstructor;
10
+ readonly contentStyle: import('vue').PropType<string | Record<string, any>>;
11
+ readonly size: NumberConstructor;
12
+ readonly yPlacement: {
13
+ readonly type: import('vue').PropType<"left" | "right">;
14
+ readonly default: "right";
15
+ };
16
+ readonly xPlacement: {
17
+ readonly type: import('vue').PropType<"top" | "bottom">;
18
+ readonly default: "bottom";
19
+ };
20
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
21
+ height: string;
22
+ width: string;
23
+ borderRadius: string;
24
+ color: string;
25
+ colorHover: string;
26
+ railInsetHorizontalBottom: string;
27
+ railInsetHorizontalTop: string;
28
+ railInsetVerticalRight: string;
29
+ railInsetVerticalLeft: string;
30
+ railColor: string;
31
+ }, any>>;
32
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
33
+ height: string;
34
+ width: string;
35
+ borderRadius: string;
36
+ color: string;
37
+ colorHover: string;
38
+ railInsetHorizontalBottom: string;
39
+ railInsetHorizontalTop: string;
40
+ railInsetVerticalRight: string;
41
+ railInsetVerticalLeft: string;
42
+ railColor: string;
43
+ }, any>>>;
44
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
45
+ height: string;
46
+ width: string;
47
+ borderRadius: string;
48
+ color: string;
49
+ colorHover: string;
50
+ railInsetHorizontalBottom: string;
51
+ railInsetHorizontalTop: string;
52
+ railInsetVerticalRight: string;
53
+ railInsetVerticalLeft: string;
54
+ railColor: string;
55
+ }, any>>>;
56
+ }>> & Readonly<{}>, {
57
+ scrollbarInstRef: import('vue').Ref<{
58
+ $el: HTMLElement;
59
+ containerRef: HTMLElement | null;
60
+ contentRef: HTMLElement | null;
61
+ containerScrollTop: number;
62
+ syncUnifiedContainer: () => void;
63
+ scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo;
64
+ scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy;
65
+ sync: () => void;
66
+ handleMouseEnterWrapper: () => void;
67
+ handleMouseLeaveWrapper: () => void;
68
+ } | null, import('naive-ui/es/_internal').ScrollbarInst | {
69
+ $el: HTMLElement;
70
+ containerRef: HTMLElement | null;
71
+ contentRef: HTMLElement | null;
72
+ containerScrollTop: number;
73
+ syncUnifiedContainer: () => void;
74
+ scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo;
75
+ scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy;
76
+ sync: () => void;
77
+ handleMouseEnterWrapper: () => void;
78
+ handleMouseLeaveWrapper: () => void;
79
+ } | null>;
80
+ scrollTo: import('naive-ui/es/scrollbar/src/Scrollbar').ScrollTo;
81
+ scrollBy: import('naive-ui/es/scrollbar/src/Scrollbar').ScrollBy;
82
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
83
+ readonly xScrollable: boolean;
84
+ readonly yPlacement: "left" | "right";
85
+ readonly xPlacement: "top" | "bottom";
86
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
87
+ P: {};
88
+ B: {};
89
+ D: {};
90
+ C: {};
91
+ M: {};
92
+ Defaults: {};
93
+ }, Readonly<import('vue').ExtractPropTypes<{
94
+ readonly trigger: import('vue').PropType<"none" | "hover">;
95
+ readonly xScrollable: BooleanConstructor;
96
+ readonly onScroll: import('vue').PropType<(e: Event) => void>;
97
+ readonly contentClass: StringConstructor;
98
+ readonly contentStyle: import('vue').PropType<string | Record<string, any>>;
99
+ readonly size: NumberConstructor;
100
+ readonly yPlacement: {
101
+ readonly type: import('vue').PropType<"left" | "right">;
102
+ readonly default: "right";
103
+ };
104
+ readonly xPlacement: {
105
+ readonly type: import('vue').PropType<"top" | "bottom">;
106
+ readonly default: "bottom";
107
+ };
108
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
109
+ height: string;
110
+ width: string;
111
+ borderRadius: string;
112
+ color: string;
113
+ colorHover: string;
114
+ railInsetHorizontalBottom: string;
115
+ railInsetHorizontalTop: string;
116
+ railInsetVerticalRight: string;
117
+ railInsetVerticalLeft: string;
118
+ railColor: string;
119
+ }, any>>;
120
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
121
+ height: string;
122
+ width: string;
123
+ borderRadius: string;
124
+ color: string;
125
+ colorHover: string;
126
+ railInsetHorizontalBottom: string;
127
+ railInsetHorizontalTop: string;
128
+ railInsetVerticalRight: string;
129
+ railInsetVerticalLeft: string;
130
+ railColor: string;
131
+ }, any>>>;
132
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
133
+ height: string;
134
+ width: string;
135
+ borderRadius: string;
136
+ color: string;
137
+ colorHover: string;
138
+ railInsetHorizontalBottom: string;
139
+ railInsetHorizontalTop: string;
140
+ railInsetVerticalRight: string;
141
+ railInsetVerticalLeft: string;
142
+ railColor: string;
143
+ }, any>>>;
144
+ }>> & Readonly<{}>, {
145
+ scrollbarInstRef: import('vue').Ref<{
146
+ $el: HTMLElement;
147
+ containerRef: HTMLElement | null;
148
+ contentRef: HTMLElement | null;
149
+ containerScrollTop: number;
150
+ syncUnifiedContainer: () => void;
151
+ scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo;
152
+ scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy;
153
+ sync: () => void;
154
+ handleMouseEnterWrapper: () => void;
155
+ handleMouseLeaveWrapper: () => void;
156
+ } | null, import('naive-ui/es/_internal').ScrollbarInst | {
157
+ $el: HTMLElement;
158
+ containerRef: HTMLElement | null;
159
+ contentRef: HTMLElement | null;
160
+ containerScrollTop: number;
161
+ syncUnifiedContainer: () => void;
162
+ scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo;
163
+ scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy;
164
+ sync: () => void;
165
+ handleMouseEnterWrapper: () => void;
166
+ handleMouseLeaveWrapper: () => void;
167
+ } | null>;
168
+ scrollTo: import('naive-ui/es/scrollbar/src/Scrollbar').ScrollTo;
169
+ scrollBy: import('naive-ui/es/scrollbar/src/Scrollbar').ScrollBy;
170
+ }, {}, {}, {}, {
171
+ readonly xScrollable: boolean;
172
+ readonly yPlacement: "left" | "right";
173
+ readonly xPlacement: "top" | "bottom";
174
+ }>;
175
+ };
176
+ rootEl: any;
177
+ };
178
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
179
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
180
+ readonly trigger: import('vue').PropType<"none" | "hover">;
181
+ readonly xScrollable: BooleanConstructor;
182
+ readonly onScroll: import('vue').PropType<(e: Event) => void>;
183
+ readonly contentClass: StringConstructor;
184
+ readonly contentStyle: import('vue').PropType<string | Record<string, any>>;
185
+ readonly size: NumberConstructor;
186
+ readonly yPlacement: {
187
+ readonly type: import('vue').PropType<"left" | "right">;
188
+ readonly default: "right";
189
+ };
190
+ readonly xPlacement: {
191
+ readonly type: import('vue').PropType<"top" | "bottom">;
192
+ readonly default: "bottom";
193
+ };
194
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
195
+ height: string;
196
+ width: string;
197
+ borderRadius: string;
198
+ color: string;
199
+ colorHover: string;
200
+ railInsetHorizontalBottom: string;
201
+ railInsetHorizontalTop: string;
202
+ railInsetVerticalRight: string;
203
+ railInsetVerticalLeft: string;
204
+ railColor: string;
205
+ }, any>>;
206
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
207
+ height: string;
208
+ width: string;
209
+ borderRadius: string;
210
+ color: string;
211
+ colorHover: string;
212
+ railInsetHorizontalBottom: string;
213
+ railInsetHorizontalTop: string;
214
+ railInsetVerticalRight: string;
215
+ railInsetVerticalLeft: string;
216
+ railColor: string;
217
+ }, any>>>;
218
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
219
+ height: string;
220
+ width: string;
221
+ borderRadius: string;
222
+ color: string;
223
+ colorHover: string;
224
+ railInsetHorizontalBottom: string;
225
+ railInsetHorizontalTop: string;
226
+ railInsetVerticalRight: string;
227
+ railInsetVerticalLeft: string;
228
+ railColor: string;
229
+ }, any>>>;
230
+ }>, {
231
+ scrollTo: import('naive-ui/es/scrollbar/src/Scrollbar').ScrollTo;
232
+ scrollBy: import('naive-ui/es/scrollbar/src/Scrollbar').ScrollBy;
233
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
234
+ readonly trigger: import('vue').PropType<"none" | "hover">;
235
+ readonly xScrollable: BooleanConstructor;
236
+ readonly onScroll: import('vue').PropType<(e: Event) => void>;
237
+ readonly contentClass: StringConstructor;
238
+ readonly contentStyle: import('vue').PropType<string | Record<string, any>>;
239
+ readonly size: NumberConstructor;
240
+ readonly yPlacement: {
241
+ readonly type: import('vue').PropType<"left" | "right">;
242
+ readonly default: "right";
243
+ };
244
+ readonly xPlacement: {
245
+ readonly type: import('vue').PropType<"top" | "bottom">;
246
+ readonly default: "bottom";
247
+ };
248
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
249
+ height: string;
250
+ width: string;
251
+ borderRadius: string;
252
+ color: string;
253
+ colorHover: string;
254
+ railInsetHorizontalBottom: string;
255
+ railInsetHorizontalTop: string;
256
+ railInsetVerticalRight: string;
257
+ railInsetVerticalLeft: string;
258
+ railColor: string;
259
+ }, any>>;
260
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
261
+ height: string;
262
+ width: string;
263
+ borderRadius: string;
264
+ color: string;
265
+ colorHover: string;
266
+ railInsetHorizontalBottom: string;
267
+ railInsetHorizontalTop: string;
268
+ railInsetVerticalRight: string;
269
+ railInsetVerticalLeft: string;
270
+ railColor: string;
271
+ }, any>>>;
272
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
273
+ height: string;
274
+ width: string;
275
+ borderRadius: string;
276
+ color: string;
277
+ colorHover: string;
278
+ railInsetHorizontalBottom: string;
279
+ railInsetHorizontalTop: string;
280
+ railInsetVerticalRight: string;
281
+ railInsetVerticalLeft: string;
282
+ railColor: string;
283
+ }, any>>>;
284
+ }>> & Readonly<{}>, {
285
+ readonly xScrollable: boolean;
286
+ readonly yPlacement: "right" | "left";
287
+ readonly xPlacement: "top" | "bottom";
288
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
289
+ elRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
290
+ readonly trigger: import('vue').PropType<"none" | "hover">;
291
+ readonly xScrollable: BooleanConstructor;
292
+ readonly onScroll: import('vue').PropType<(e: Event) => void>;
293
+ readonly contentClass: StringConstructor;
294
+ readonly contentStyle: import('vue').PropType<string | Record<string, any>>;
295
+ readonly size: NumberConstructor;
296
+ readonly yPlacement: {
297
+ readonly type: import('vue').PropType<"left" | "right">;
298
+ readonly default: "right";
299
+ };
300
+ readonly xPlacement: {
301
+ readonly type: import('vue').PropType<"top" | "bottom">;
302
+ readonly default: "bottom";
303
+ };
304
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
305
+ height: string;
306
+ width: string;
307
+ borderRadius: string;
308
+ color: string;
309
+ colorHover: string;
310
+ railInsetHorizontalBottom: string;
311
+ railInsetHorizontalTop: string;
312
+ railInsetVerticalRight: string;
313
+ railInsetVerticalLeft: string;
314
+ railColor: string;
315
+ }, any>>;
316
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
317
+ height: string;
318
+ width: string;
319
+ borderRadius: string;
320
+ color: string;
321
+ colorHover: string;
322
+ railInsetHorizontalBottom: string;
323
+ railInsetHorizontalTop: string;
324
+ railInsetVerticalRight: string;
325
+ railInsetVerticalLeft: string;
326
+ railColor: string;
327
+ }, any>>>;
328
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
329
+ height: string;
330
+ width: string;
331
+ borderRadius: string;
332
+ color: string;
333
+ colorHover: string;
334
+ railInsetHorizontalBottom: string;
335
+ railInsetHorizontalTop: string;
336
+ railInsetVerticalRight: string;
337
+ railInsetVerticalLeft: string;
338
+ railColor: string;
339
+ }, any>>>;
340
+ }>> & Readonly<{}>, {
341
+ scrollbarInstRef: import('vue').Ref<{
342
+ $el: HTMLElement;
343
+ containerRef: HTMLElement | null;
344
+ contentRef: HTMLElement | null;
345
+ containerScrollTop: number;
346
+ syncUnifiedContainer: () => void;
347
+ scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo;
348
+ scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy;
349
+ sync: () => void;
350
+ handleMouseEnterWrapper: () => void;
351
+ handleMouseLeaveWrapper: () => void;
352
+ } | null, import('naive-ui/es/_internal').ScrollbarInst | {
353
+ $el: HTMLElement;
354
+ containerRef: HTMLElement | null;
355
+ contentRef: HTMLElement | null;
356
+ containerScrollTop: number;
357
+ syncUnifiedContainer: () => void;
358
+ scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo;
359
+ scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy;
360
+ sync: () => void;
361
+ handleMouseEnterWrapper: () => void;
362
+ handleMouseLeaveWrapper: () => void;
363
+ } | null>;
364
+ scrollTo: import('naive-ui/es/scrollbar/src/Scrollbar').ScrollTo;
365
+ scrollBy: import('naive-ui/es/scrollbar/src/Scrollbar').ScrollBy;
366
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
367
+ readonly xScrollable: boolean;
368
+ readonly yPlacement: "left" | "right";
369
+ readonly xPlacement: "top" | "bottom";
370
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
371
+ P: {};
372
+ B: {};
373
+ D: {};
374
+ C: {};
375
+ M: {};
376
+ Defaults: {};
377
+ }, Readonly<import('vue').ExtractPropTypes<{
378
+ readonly trigger: import('vue').PropType<"none" | "hover">;
379
+ readonly xScrollable: BooleanConstructor;
380
+ readonly onScroll: import('vue').PropType<(e: Event) => void>;
381
+ readonly contentClass: StringConstructor;
382
+ readonly contentStyle: import('vue').PropType<string | Record<string, any>>;
383
+ readonly size: NumberConstructor;
384
+ readonly yPlacement: {
385
+ readonly type: import('vue').PropType<"left" | "right">;
386
+ readonly default: "right";
387
+ };
388
+ readonly xPlacement: {
389
+ readonly type: import('vue').PropType<"top" | "bottom">;
390
+ readonly default: "bottom";
391
+ };
392
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
393
+ height: string;
394
+ width: string;
395
+ borderRadius: string;
396
+ color: string;
397
+ colorHover: string;
398
+ railInsetHorizontalBottom: string;
399
+ railInsetHorizontalTop: string;
400
+ railInsetVerticalRight: string;
401
+ railInsetVerticalLeft: string;
402
+ railColor: string;
403
+ }, any>>;
404
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
405
+ height: string;
406
+ width: string;
407
+ borderRadius: string;
408
+ color: string;
409
+ colorHover: string;
410
+ railInsetHorizontalBottom: string;
411
+ railInsetHorizontalTop: string;
412
+ railInsetVerticalRight: string;
413
+ railInsetVerticalLeft: string;
414
+ railColor: string;
415
+ }, any>>>;
416
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
417
+ height: string;
418
+ width: string;
419
+ borderRadius: string;
420
+ color: string;
421
+ colorHover: string;
422
+ railInsetHorizontalBottom: string;
423
+ railInsetHorizontalTop: string;
424
+ railInsetVerticalRight: string;
425
+ railInsetVerticalLeft: string;
426
+ railColor: string;
427
+ }, any>>>;
428
+ }>> & Readonly<{}>, {
429
+ scrollbarInstRef: import('vue').Ref<{
430
+ $el: HTMLElement;
431
+ containerRef: HTMLElement | null;
432
+ contentRef: HTMLElement | null;
433
+ containerScrollTop: number;
434
+ syncUnifiedContainer: () => void;
435
+ scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo;
436
+ scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy;
437
+ sync: () => void;
438
+ handleMouseEnterWrapper: () => void;
439
+ handleMouseLeaveWrapper: () => void;
440
+ } | null, import('naive-ui/es/_internal').ScrollbarInst | {
441
+ $el: HTMLElement;
442
+ containerRef: HTMLElement | null;
443
+ contentRef: HTMLElement | null;
444
+ containerScrollTop: number;
445
+ syncUnifiedContainer: () => void;
446
+ scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo;
447
+ scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy;
448
+ sync: () => void;
449
+ handleMouseEnterWrapper: () => void;
450
+ handleMouseLeaveWrapper: () => void;
451
+ } | null>;
452
+ scrollTo: import('naive-ui/es/scrollbar/src/Scrollbar').ScrollTo;
453
+ scrollBy: import('naive-ui/es/scrollbar/src/Scrollbar').ScrollBy;
454
+ }, {}, {}, {}, {
455
+ readonly xScrollable: boolean;
456
+ readonly yPlacement: "left" | "right";
457
+ readonly xPlacement: "top" | "bottom";
458
+ }>;
459
+ }, any>;
460
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
461
+ export default _default;
462
+ type __VLS_WithTemplateSlots<T, S> = T & {
463
+ new (): {
464
+ $slots: S;
465
+ };
466
+ };
@@ -1,20 +1,20 @@
1
- import type { ExtractPublicPropTypes } from 'vue';
1
+ import { ExtractPublicPropTypes } from 'vue';
2
2
  export declare const wmScrollbarProps: {
3
- readonly trigger: import("vue").PropType<"none" | "hover">;
3
+ readonly trigger: import('vue').PropType<"none" | "hover">;
4
4
  readonly xScrollable: BooleanConstructor;
5
- readonly onScroll: import("vue").PropType<(e: Event) => void>;
5
+ readonly onScroll: import('vue').PropType<(e: Event) => void>;
6
6
  readonly contentClass: StringConstructor;
7
- readonly contentStyle: import("vue").PropType<string | Record<string, any>>;
7
+ readonly contentStyle: import('vue').PropType<string | Record<string, any>>;
8
8
  readonly size: NumberConstructor;
9
9
  readonly yPlacement: {
10
- readonly type: import("vue").PropType<"left" | "right">;
10
+ readonly type: import('vue').PropType<"left" | "right">;
11
11
  readonly default: "right";
12
12
  };
13
13
  readonly xPlacement: {
14
- readonly type: import("vue").PropType<"top" | "bottom">;
14
+ readonly type: import('vue').PropType<"top" | "bottom">;
15
15
  readonly default: "bottom";
16
16
  };
17
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Scrollbar", {
17
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
18
18
  height: string;
19
19
  width: string;
20
20
  borderRadius: string;
@@ -26,7 +26,7 @@ export declare const wmScrollbarProps: {
26
26
  railInsetVerticalLeft: string;
27
27
  railColor: string;
28
28
  }, any>>;
29
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Scrollbar", {
29
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
30
30
  height: string;
31
31
  width: string;
32
32
  borderRadius: string;
@@ -38,7 +38,7 @@ export declare const wmScrollbarProps: {
38
38
  railInsetVerticalLeft: string;
39
39
  railColor: string;
40
40
  }, any>>>;
41
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Scrollbar", {
41
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
42
42
  height: string;
43
43
  width: string;
44
44
  borderRadius: string;