@una-ui/nuxt 0.53.0 → 0.54.1

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 (385) hide show
  1. package/dist/module.cjs +5 -0
  2. package/dist/module.d.ts +37 -0
  3. package/dist/module.json +2 -2
  4. package/dist/module.mjs +1 -1
  5. package/dist/runtime/components/alert-dialog/AlertDialog.vue +38 -43
  6. package/dist/runtime/components/alert-dialog/AlertDialogAction.vue +9 -35
  7. package/dist/runtime/components/alert-dialog/AlertDialogCancel.vue +13 -39
  8. package/dist/runtime/components/alert-dialog/AlertDialogContent.vue +33 -39
  9. package/dist/runtime/components/alert-dialog/AlertDialogDescription.vue +13 -15
  10. package/dist/runtime/components/alert-dialog/AlertDialogFooter.vue +11 -12
  11. package/dist/runtime/components/alert-dialog/AlertDialogHeader.vue +9 -10
  12. package/dist/runtime/components/alert-dialog/AlertDialogOverlay.vue +11 -15
  13. package/dist/runtime/components/alert-dialog/AlertDialogTitle.vue +13 -15
  14. package/dist/runtime/components/alert-dialog/AlertDialogTrigger.vue +5 -6
  15. package/dist/runtime/components/aspect-ratio/AspectRatio.vue +16 -18
  16. package/dist/runtime/components/combobox/Combobox.vue +145 -144
  17. package/dist/runtime/components/combobox/ComboboxAnchor.vue +18 -20
  18. package/dist/runtime/components/combobox/ComboboxEmpty.vue +16 -18
  19. package/dist/runtime/components/combobox/ComboboxGroup.vue +19 -25
  20. package/dist/runtime/components/combobox/ComboboxInput.vue +24 -38
  21. package/dist/runtime/components/combobox/ComboboxItem.vue +22 -23
  22. package/dist/runtime/components/combobox/ComboboxItemIndicator.vue +23 -23
  23. package/dist/runtime/components/combobox/ComboboxLabel.vue +10 -16
  24. package/dist/runtime/components/combobox/ComboboxList.vue +25 -43
  25. package/dist/runtime/components/combobox/ComboboxSeparator.vue +16 -18
  26. package/dist/runtime/components/combobox/ComboboxTrigger.vue +52 -75
  27. package/dist/runtime/components/combobox/ComboboxViewport.vue +18 -20
  28. package/dist/runtime/components/data/table/Table.vue +186 -206
  29. package/dist/runtime/components/data/table/TableBody.vue +15 -15
  30. package/dist/runtime/components/data/table/TableCaption.vue +16 -16
  31. package/dist/runtime/components/data/table/TableCell.vue +19 -20
  32. package/dist/runtime/components/data/table/TableEmpty.vue +27 -27
  33. package/dist/runtime/components/data/table/TableFooter.vue +15 -15
  34. package/dist/runtime/components/data/table/TableHead.vue +17 -18
  35. package/dist/runtime/components/data/table/TableHeader.vue +15 -15
  36. package/dist/runtime/components/data/table/TableLoading.vue +28 -31
  37. package/dist/runtime/components/data/table/TableRow.vue +15 -15
  38. package/dist/runtime/components/elements/Accordion.vue +92 -99
  39. package/dist/runtime/components/elements/Alert.vue +50 -37
  40. package/dist/runtime/components/elements/AvatarGroup.vue +71 -64
  41. package/dist/runtime/components/elements/Badge.vue +20 -19
  42. package/dist/runtime/components/elements/Button.vue +62 -75
  43. package/dist/runtime/components/elements/Icon.vue +4 -4
  44. package/dist/runtime/components/elements/Indicator.vue +29 -25
  45. package/dist/runtime/components/elements/Kbd.vue +12 -13
  46. package/dist/runtime/components/elements/Label.vue +15 -17
  47. package/dist/runtime/components/elements/Link.vue +2 -2
  48. package/dist/runtime/components/elements/Link.vue.d.ts +109 -0
  49. package/dist/runtime/components/elements/Progress.vue +35 -36
  50. package/dist/runtime/components/elements/Separator.vue +26 -31
  51. package/dist/runtime/components/elements/Skeleton.vue +11 -15
  52. package/dist/runtime/components/elements/Toggle.vue +26 -48
  53. package/dist/runtime/components/elements/avatar/Avatar.vue +22 -31
  54. package/dist/runtime/components/elements/avatar/AvatarFallback.vue +17 -26
  55. package/dist/runtime/components/elements/avatar/AvatarImage.vue +11 -20
  56. package/dist/runtime/components/elements/card/Card.vue +24 -28
  57. package/dist/runtime/components/elements/card/CardContent.vue +9 -10
  58. package/dist/runtime/components/elements/card/CardDescription.vue +9 -10
  59. package/dist/runtime/components/elements/card/CardFooter.vue +9 -10
  60. package/dist/runtime/components/elements/card/CardHeader.vue +9 -10
  61. package/dist/runtime/components/elements/card/CardTitle.vue +11 -12
  62. package/dist/runtime/components/elements/collapsible/Collapsible.vue +11 -15
  63. package/dist/runtime/components/elements/collapsible/CollapsibleContent.vue +9 -12
  64. package/dist/runtime/components/elements/collapsible/CollapsibleTrigger.vue +5 -6
  65. package/dist/runtime/components/elements/dialog/Dialog.vue +35 -43
  66. package/dist/runtime/components/elements/dialog/DialogClose.vue +11 -34
  67. package/dist/runtime/components/elements/dialog/DialogContent.vue +35 -40
  68. package/dist/runtime/components/elements/dialog/DialogDescription.vue +15 -16
  69. package/dist/runtime/components/elements/dialog/DialogFooter.vue +9 -10
  70. package/dist/runtime/components/elements/dialog/DialogHeader.vue +9 -10
  71. package/dist/runtime/components/elements/dialog/DialogOverlay.vue +11 -13
  72. package/dist/runtime/components/elements/dialog/DialogScrollContent.vue +37 -39
  73. package/dist/runtime/components/elements/dialog/DialogTitle.vue +17 -19
  74. package/dist/runtime/components/elements/dropdown-menu/DropdownMenu.vue +38 -85
  75. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuContent.vue +26 -43
  76. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuGroup.vue +10 -14
  77. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuItem.vue +33 -58
  78. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuLabel.vue +19 -21
  79. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuRoot.vue +9 -13
  80. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuSeparator.vue +18 -25
  81. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuShortcut.vue +9 -12
  82. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuSub.vue +13 -9
  83. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuSubContent.vue +21 -36
  84. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuSubTrigger.vue +27 -52
  85. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuTrigger.vue +17 -44
  86. package/dist/runtime/components/elements/pagination/Pagination.vue +31 -51
  87. package/dist/runtime/components/elements/pagination/PaginationEllipsis.vue +25 -27
  88. package/dist/runtime/components/elements/pagination/PaginationFirst.vue +25 -45
  89. package/dist/runtime/components/elements/pagination/PaginationLast.vue +25 -45
  90. package/dist/runtime/components/elements/pagination/PaginationListItem.vue +27 -50
  91. package/dist/runtime/components/elements/pagination/PaginationNext.vue +25 -45
  92. package/dist/runtime/components/elements/pagination/PaginationPrev.vue +25 -45
  93. package/dist/runtime/components/elements/popover/Popover.vue +16 -15
  94. package/dist/runtime/components/elements/popover/PopoverContent.vue +31 -39
  95. package/dist/runtime/components/elements/tabs/Tabs.vue +21 -32
  96. package/dist/runtime/components/elements/tabs/TabsContent.vue +18 -22
  97. package/dist/runtime/components/elements/tabs/TabsList.vue +14 -19
  98. package/dist/runtime/components/elements/tabs/TabsRoot.vue +13 -22
  99. package/dist/runtime/components/elements/tabs/TabsTrigger.vue +19 -47
  100. package/dist/runtime/components/elements/tooltip/Tooltip.vue +24 -36
  101. package/dist/runtime/components/elements/tooltip/TooltipContent.vue +27 -37
  102. package/dist/runtime/components/elements/tooltip/TooltipProvider.vue +7 -10
  103. package/dist/runtime/components/elements/tooltip/TooltipRoot.vue +9 -13
  104. package/dist/runtime/components/elements/tooltip/TooltipTrigger.vue +5 -34
  105. package/dist/runtime/components/forms/Checkbox.vue +42 -49
  106. package/dist/runtime/components/forms/FormGroup.vue +33 -40
  107. package/dist/runtime/components/forms/Input.vue +134 -118
  108. package/dist/runtime/components/forms/Slider.vue +33 -48
  109. package/dist/runtime/components/forms/Switch.vue +42 -43
  110. package/dist/runtime/components/forms/form/FormControl.vue +5 -4
  111. package/dist/runtime/components/forms/form/FormDescription.vue +12 -12
  112. package/dist/runtime/components/forms/form/FormField.vue +56 -65
  113. package/dist/runtime/components/forms/form/FormItem.vue +14 -14
  114. package/dist/runtime/components/forms/form/FormLabel.vue +13 -17
  115. package/dist/runtime/components/forms/form/FormMessage.vue +14 -14
  116. package/dist/runtime/components/forms/radio-group/RadioGroup.vue +62 -66
  117. package/dist/runtime/components/forms/radio-group/RadioGroupItem.vue +54 -60
  118. package/dist/runtime/components/forms/select/Select.vue +63 -81
  119. package/dist/runtime/components/forms/select/SelectContent.vue +38 -55
  120. package/dist/runtime/components/forms/select/SelectGroup.vue +16 -18
  121. package/dist/runtime/components/forms/select/SelectItem.vue +25 -31
  122. package/dist/runtime/components/forms/select/SelectItemIndicator.vue +15 -17
  123. package/dist/runtime/components/forms/select/SelectItemText.vue +5 -9
  124. package/dist/runtime/components/forms/select/SelectLabel.vue +10 -15
  125. package/dist/runtime/components/forms/select/SelectScrollDownButton.vue +19 -20
  126. package/dist/runtime/components/forms/select/SelectScrollUpButton.vue +19 -20
  127. package/dist/runtime/components/forms/select/SelectSeparator.vue +16 -18
  128. package/dist/runtime/components/forms/select/SelectTrigger.vue +54 -78
  129. package/dist/runtime/components/forms/select/SelectValue.vue +10 -15
  130. package/dist/runtime/components/misc/ThemeSwitcher.vue +69 -51
  131. package/dist/runtime/components/navigation/breadcrumb/Breadcrumb.vue +22 -35
  132. package/dist/runtime/components/navigation/breadcrumb/BreadcrumbEllipsis.vue +14 -13
  133. package/dist/runtime/components/navigation/breadcrumb/BreadcrumbItem.vue +9 -10
  134. package/dist/runtime/components/navigation/breadcrumb/BreadcrumbLink.vue +26 -46
  135. package/dist/runtime/components/navigation/breadcrumb/BreadcrumbList.vue +9 -10
  136. package/dist/runtime/components/navigation/breadcrumb/BreadcrumbPage.vue +7 -5
  137. package/dist/runtime/components/navigation/breadcrumb/BreadcrumbRoot.vue +8 -9
  138. package/dist/runtime/components/navigation/breadcrumb/BreadcrumbSeparator.vue +13 -13
  139. package/dist/runtime/components/navigation-menu/NavigationMenu.vue +32 -52
  140. package/dist/runtime/components/navigation-menu/NavigationMenuContent.vue +19 -22
  141. package/dist/runtime/components/navigation-menu/NavigationMenuContentItem.vue +24 -53
  142. package/dist/runtime/components/navigation-menu/NavigationMenuIndicator.vue +15 -18
  143. package/dist/runtime/components/navigation-menu/NavigationMenuItem.vue +5 -40
  144. package/dist/runtime/components/navigation-menu/NavigationMenuLink.vue +28 -51
  145. package/dist/runtime/components/navigation-menu/NavigationMenuList.vue +22 -24
  146. package/dist/runtime/components/navigation-menu/NavigationMenuTrigger.vue +34 -54
  147. package/dist/runtime/components/navigation-menu/NavigationMenuViewport.vue +26 -29
  148. package/dist/runtime/components/overlays/Toaster.vue +16 -19
  149. package/dist/runtime/components/overlays/toast/Toast.vue +38 -58
  150. package/dist/runtime/components/overlays/toast/ToastAction.vue +19 -42
  151. package/dist/runtime/components/overlays/toast/ToastClose.vue +20 -21
  152. package/dist/runtime/components/overlays/toast/ToastDescription.vue +16 -17
  153. package/dist/runtime/components/overlays/toast/ToastInfo.vue +9 -10
  154. package/dist/runtime/components/overlays/toast/ToastProvider.vue +7 -8
  155. package/dist/runtime/components/overlays/toast/ToastTitle.vue +16 -17
  156. package/dist/runtime/components/overlays/toast/ToastViewport.vue +16 -19
  157. package/dist/runtime/components/resizable/ResizableHandle.vue +36 -36
  158. package/dist/runtime/components/resizable/ResizablePanel.vue +17 -24
  159. package/dist/runtime/components/resizable/ResizablePanelGroup.vue +17 -22
  160. package/dist/runtime/components/scroll-area/ScrollArea.vue +23 -31
  161. package/dist/runtime/components/scroll-area/ScrollBar.vue +25 -29
  162. package/dist/runtime/components/sheet/Sheet.vue +29 -40
  163. package/dist/runtime/components/sheet/SheetClose.vue +12 -34
  164. package/dist/runtime/components/sheet/SheetContent.vue +29 -35
  165. package/dist/runtime/components/sheet/SheetDescription.vue +13 -13
  166. package/dist/runtime/components/sheet/SheetFooter.vue +11 -12
  167. package/dist/runtime/components/sheet/SheetHeader.vue +7 -8
  168. package/dist/runtime/components/sheet/SheetTitle.vue +12 -13
  169. package/dist/runtime/components/sheet/SheetTrigger.vue +7 -6
  170. package/dist/runtime/components/sidebar/Sidebar.vue +52 -48
  171. package/dist/runtime/components/sidebar/SidebarContent.vue +10 -11
  172. package/dist/runtime/components/sidebar/SidebarFooter.vue +9 -10
  173. package/dist/runtime/components/sidebar/SidebarGroup.vue +10 -12
  174. package/dist/runtime/components/sidebar/SidebarGroupAction.vue +13 -13
  175. package/dist/runtime/components/sidebar/SidebarGroupContent.vue +9 -10
  176. package/dist/runtime/components/sidebar/SidebarGroupLabel.vue +13 -13
  177. package/dist/runtime/components/sidebar/SidebarHeader.vue +9 -10
  178. package/dist/runtime/components/sidebar/SidebarInput.vue +10 -26
  179. package/dist/runtime/components/sidebar/SidebarInset.vue +9 -10
  180. package/dist/runtime/components/sidebar/SidebarMenu.vue +14 -16
  181. package/dist/runtime/components/sidebar/SidebarMenuAction.vue +13 -15
  182. package/dist/runtime/components/sidebar/SidebarMenuBadge.vue +9 -10
  183. package/dist/runtime/components/sidebar/SidebarMenuButton.vue +28 -27
  184. package/dist/runtime/components/sidebar/SidebarMenuButtonChild.vue +41 -29
  185. package/dist/runtime/components/sidebar/SidebarMenuItem.vue +9 -10
  186. package/dist/runtime/components/sidebar/SidebarMenuSkeleton.vue +14 -15
  187. package/dist/runtime/components/sidebar/SidebarMenuSub.vue +9 -10
  188. package/dist/runtime/components/sidebar/SidebarMenuSubButton.vue +17 -19
  189. package/dist/runtime/components/sidebar/SidebarMenuSubItem.vue +9 -10
  190. package/dist/runtime/components/sidebar/SidebarProvider.vue +55 -38
  191. package/dist/runtime/components/sidebar/SidebarRail.vue +12 -12
  192. package/dist/runtime/components/sidebar/SidebarSeparator.vue +10 -11
  193. package/dist/runtime/components/sidebar/SidebarTrigger.vue +18 -38
  194. package/dist/types.d.mts +5 -3
  195. package/dist/types.d.ts +7 -0
  196. package/dist/una.config.d.ts +8 -0
  197. package/dist/una.config.mjs +1 -1
  198. package/package.json +9 -9
  199. package/dist/runtime/components/alert-dialog/AlertDialog.vue.d.ts +0 -45
  200. package/dist/runtime/components/alert-dialog/AlertDialogAction.vue.d.ts +0 -16
  201. package/dist/runtime/components/alert-dialog/AlertDialogCancel.vue.d.ts +0 -16
  202. package/dist/runtime/components/alert-dialog/AlertDialogContent.vue.d.ts +0 -45
  203. package/dist/runtime/components/alert-dialog/AlertDialogDescription.vue.d.ts +0 -13
  204. package/dist/runtime/components/alert-dialog/AlertDialogFooter.vue.d.ts +0 -13
  205. package/dist/runtime/components/alert-dialog/AlertDialogHeader.vue.d.ts +0 -13
  206. package/dist/runtime/components/alert-dialog/AlertDialogOverlay.vue.d.ts +0 -13
  207. package/dist/runtime/components/alert-dialog/AlertDialogTitle.vue.d.ts +0 -13
  208. package/dist/runtime/components/alert-dialog/AlertDialogTrigger.vue.d.ts +0 -13
  209. package/dist/runtime/components/aspect-ratio/AspectRatio.vue.d.ts +0 -18
  210. package/dist/runtime/components/combobox/Combobox.vue.d.ts +0 -89
  211. package/dist/runtime/components/combobox/ComboboxAnchor.vue.d.ts +0 -13
  212. package/dist/runtime/components/combobox/ComboboxEmpty.vue.d.ts +0 -13
  213. package/dist/runtime/components/combobox/ComboboxGroup.vue.d.ts +0 -17
  214. package/dist/runtime/components/combobox/ComboboxInput.vue.d.ts +0 -16
  215. package/dist/runtime/components/combobox/ComboboxItem.vue.d.ts +0 -18
  216. package/dist/runtime/components/combobox/ComboboxItemIndicator.vue.d.ts +0 -15
  217. package/dist/runtime/components/combobox/ComboboxLabel.vue.d.ts +0 -13
  218. package/dist/runtime/components/combobox/ComboboxList.vue.d.ts +0 -43
  219. package/dist/runtime/components/combobox/ComboboxSeparator.vue.d.ts +0 -13
  220. package/dist/runtime/components/combobox/ComboboxTrigger.vue.d.ts +0 -17
  221. package/dist/runtime/components/combobox/ComboboxViewport.vue.d.ts +0 -13
  222. package/dist/runtime/components/data/table/Table.vue.d.ts +0 -184
  223. package/dist/runtime/components/data/table/TableBody.vue.d.ts +0 -15
  224. package/dist/runtime/components/data/table/TableCaption.vue.d.ts +0 -15
  225. package/dist/runtime/components/data/table/TableCell.vue.d.ts +0 -15
  226. package/dist/runtime/components/data/table/TableEmpty.vue.d.ts +0 -15
  227. package/dist/runtime/components/data/table/TableFooter.vue.d.ts +0 -15
  228. package/dist/runtime/components/data/table/TableHead.vue.d.ts +0 -15
  229. package/dist/runtime/components/data/table/TableHeader.vue.d.ts +0 -15
  230. package/dist/runtime/components/data/table/TableLoading.vue.d.ts +0 -15
  231. package/dist/runtime/components/data/table/TableRow.vue.d.ts +0 -15
  232. package/dist/runtime/components/elements/Accordion.vue.d.ts +0 -28
  233. package/dist/runtime/components/elements/Alert.vue.d.ts +0 -22
  234. package/dist/runtime/components/elements/AvatarGroup.vue.d.ts +0 -11
  235. package/dist/runtime/components/elements/Badge.vue.d.ts +0 -26
  236. package/dist/runtime/components/elements/Button.vue.d.ts +0 -34
  237. package/dist/runtime/components/elements/Icon.vue.d.ts +0 -3
  238. package/dist/runtime/components/elements/Indicator.vue.d.ts +0 -19
  239. package/dist/runtime/components/elements/Kbd.vue.d.ts +0 -13
  240. package/dist/runtime/components/elements/Label.vue.d.ts +0 -13
  241. package/dist/runtime/components/elements/Progress.vue.d.ts +0 -18
  242. package/dist/runtime/components/elements/Separator.vue.d.ts +0 -15
  243. package/dist/runtime/components/elements/Skeleton.vue.d.ts +0 -13
  244. package/dist/runtime/components/elements/Toggle.vue.d.ts +0 -22
  245. package/dist/runtime/components/elements/avatar/Avatar.vue.d.ts +0 -21
  246. package/dist/runtime/components/elements/avatar/AvatarFallback.vue.d.ts +0 -13
  247. package/dist/runtime/components/elements/avatar/AvatarImage.vue.d.ts +0 -3
  248. package/dist/runtime/components/elements/card/Card.vue.d.ts +0 -25
  249. package/dist/runtime/components/elements/card/CardContent.vue.d.ts +0 -13
  250. package/dist/runtime/components/elements/card/CardDescription.vue.d.ts +0 -13
  251. package/dist/runtime/components/elements/card/CardFooter.vue.d.ts +0 -13
  252. package/dist/runtime/components/elements/card/CardHeader.vue.d.ts +0 -13
  253. package/dist/runtime/components/elements/card/CardTitle.vue.d.ts +0 -13
  254. package/dist/runtime/components/elements/collapsible/Collapsible.vue.d.ts +0 -25
  255. package/dist/runtime/components/elements/collapsible/CollapsibleContent.vue.d.ts +0 -13
  256. package/dist/runtime/components/elements/collapsible/CollapsibleTrigger.vue.d.ts +0 -13
  257. package/dist/runtime/components/elements/dialog/Dialog.vue.d.ts +0 -34
  258. package/dist/runtime/components/elements/dialog/DialogClose.vue.d.ts +0 -18
  259. package/dist/runtime/components/elements/dialog/DialogContent.vue.d.ts +0 -46
  260. package/dist/runtime/components/elements/dialog/DialogDescription.vue.d.ts +0 -13
  261. package/dist/runtime/components/elements/dialog/DialogFooter.vue.d.ts +0 -13
  262. package/dist/runtime/components/elements/dialog/DialogHeader.vue.d.ts +0 -13
  263. package/dist/runtime/components/elements/dialog/DialogOverlay.vue.d.ts +0 -13
  264. package/dist/runtime/components/elements/dialog/DialogScrollContent.vue.d.ts +0 -46
  265. package/dist/runtime/components/elements/dialog/DialogTitle.vue.d.ts +0 -13
  266. package/dist/runtime/components/elements/dropdown-menu/DropdownMenu.vue.d.ts +0 -61
  267. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuContent.vue.d.ts +0 -43
  268. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuGroup.vue.d.ts +0 -13
  269. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuItem.vue.d.ts +0 -14
  270. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuLabel.vue.d.ts +0 -13
  271. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuRoot.vue.d.ts +0 -17
  272. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuSeparator.vue.d.ts +0 -3
  273. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuShortcut.vue.d.ts +0 -13
  274. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuSub.vue.d.ts +0 -17
  275. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuSubContent.vue.d.ts +0 -45
  276. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +0 -16
  277. package/dist/runtime/components/elements/dropdown-menu/DropdownMenuTrigger.vue.d.ts +0 -13
  278. package/dist/runtime/components/elements/pagination/Pagination.vue.d.ts +0 -41
  279. package/dist/runtime/components/elements/pagination/PaginationEllipsis.vue.d.ts +0 -15
  280. package/dist/runtime/components/elements/pagination/PaginationFirst.vue.d.ts +0 -18
  281. package/dist/runtime/components/elements/pagination/PaginationLast.vue.d.ts +0 -18
  282. package/dist/runtime/components/elements/pagination/PaginationListItem.vue.d.ts +0 -17
  283. package/dist/runtime/components/elements/pagination/PaginationNext.vue.d.ts +0 -18
  284. package/dist/runtime/components/elements/pagination/PaginationPrev.vue.d.ts +0 -18
  285. package/dist/runtime/components/elements/popover/Popover.vue.d.ts +0 -21
  286. package/dist/runtime/components/elements/popover/PopoverContent.vue.d.ts +0 -46
  287. package/dist/runtime/components/elements/tabs/Tabs.vue.d.ts +0 -28
  288. package/dist/runtime/components/elements/tabs/TabsContent.vue.d.ts +0 -13
  289. package/dist/runtime/components/elements/tabs/TabsList.vue.d.ts +0 -13
  290. package/dist/runtime/components/elements/tabs/TabsRoot.vue.d.ts +0 -17
  291. package/dist/runtime/components/elements/tabs/TabsTrigger.vue.d.ts +0 -13
  292. package/dist/runtime/components/elements/tooltip/Tooltip.vue.d.ts +0 -19
  293. package/dist/runtime/components/elements/tooltip/TooltipContent.vue.d.ts +0 -22
  294. package/dist/runtime/components/elements/tooltip/TooltipProvider.vue.d.ts +0 -15
  295. package/dist/runtime/components/elements/tooltip/TooltipRoot.vue.d.ts +0 -17
  296. package/dist/runtime/components/elements/tooltip/TooltipTrigger.vue.d.ts +0 -13
  297. package/dist/runtime/components/forms/Checkbox.vue.d.ts +0 -21
  298. package/dist/runtime/components/forms/FormGroup.vue.d.ts +0 -27
  299. package/dist/runtime/components/forms/Input.vue.d.ts +0 -31
  300. package/dist/runtime/components/forms/Slider.vue.d.ts +0 -25
  301. package/dist/runtime/components/forms/Switch.vue.d.ts +0 -27
  302. package/dist/runtime/components/forms/form/FormControl.vue.d.ts +0 -12
  303. package/dist/runtime/components/forms/form/FormDescription.vue.d.ts +0 -13
  304. package/dist/runtime/components/forms/form/FormField.vue.d.ts +0 -25
  305. package/dist/runtime/components/forms/form/FormItem.vue.d.ts +0 -13
  306. package/dist/runtime/components/forms/form/FormLabel.vue.d.ts +0 -13
  307. package/dist/runtime/components/forms/form/FormMessage.vue.d.ts +0 -3
  308. package/dist/runtime/components/forms/radio-group/RadioGroup.vue.d.ts +0 -29
  309. package/dist/runtime/components/forms/radio-group/RadioGroupItem.vue.d.ts +0 -22
  310. package/dist/runtime/components/forms/select/Select.vue.d.ts +0 -72
  311. package/dist/runtime/components/forms/select/SelectContent.vue.d.ts +0 -27
  312. package/dist/runtime/components/forms/select/SelectGroup.vue.d.ts +0 -13
  313. package/dist/runtime/components/forms/select/SelectItem.vue.d.ts +0 -17
  314. package/dist/runtime/components/forms/select/SelectItemIndicator.vue.d.ts +0 -15
  315. package/dist/runtime/components/forms/select/SelectItemText.vue.d.ts +0 -13
  316. package/dist/runtime/components/forms/select/SelectLabel.vue.d.ts +0 -13
  317. package/dist/runtime/components/forms/select/SelectScrollDownButton.vue.d.ts +0 -13
  318. package/dist/runtime/components/forms/select/SelectScrollUpButton.vue.d.ts +0 -13
  319. package/dist/runtime/components/forms/select/SelectSeparator.vue.d.ts +0 -3
  320. package/dist/runtime/components/forms/select/SelectTrigger.vue.d.ts +0 -15
  321. package/dist/runtime/components/forms/select/SelectValue.vue.d.ts +0 -13
  322. package/dist/runtime/components/misc/ThemeSwitcher.vue.d.ts +0 -16
  323. package/dist/runtime/components/navigation/breadcrumb/Breadcrumb.vue.d.ts +0 -45
  324. package/dist/runtime/components/navigation/breadcrumb/BreadcrumbEllipsis.vue.d.ts +0 -16
  325. package/dist/runtime/components/navigation/breadcrumb/BreadcrumbItem.vue.d.ts +0 -13
  326. package/dist/runtime/components/navigation/breadcrumb/BreadcrumbLink.vue.d.ts +0 -18
  327. package/dist/runtime/components/navigation/breadcrumb/BreadcrumbList.vue.d.ts +0 -13
  328. package/dist/runtime/components/navigation/breadcrumb/BreadcrumbPage.vue.d.ts +0 -16
  329. package/dist/runtime/components/navigation/breadcrumb/BreadcrumbRoot.vue.d.ts +0 -13
  330. package/dist/runtime/components/navigation/breadcrumb/BreadcrumbSeparator.vue.d.ts +0 -16
  331. package/dist/runtime/components/navigation-menu/NavigationMenu.vue.d.ts +0 -46
  332. package/dist/runtime/components/navigation-menu/NavigationMenuContent.vue.d.ts +0 -39
  333. package/dist/runtime/components/navigation-menu/NavigationMenuContentItem.vue.d.ts +0 -21
  334. package/dist/runtime/components/navigation-menu/NavigationMenuIndicator.vue.d.ts +0 -13
  335. package/dist/runtime/components/navigation-menu/NavigationMenuItem.vue.d.ts +0 -13
  336. package/dist/runtime/components/navigation-menu/NavigationMenuLink.vue.d.ts +0 -27
  337. package/dist/runtime/components/navigation-menu/NavigationMenuList.vue.d.ts +0 -13
  338. package/dist/runtime/components/navigation-menu/NavigationMenuTrigger.vue.d.ts +0 -18
  339. package/dist/runtime/components/navigation-menu/NavigationMenuViewport.vue.d.ts +0 -3
  340. package/dist/runtime/components/overlays/Toaster.vue.d.ts +0 -13
  341. package/dist/runtime/components/overlays/toast/Toast.vue.d.ts +0 -112
  342. package/dist/runtime/components/overlays/toast/ToastAction.vue.d.ts +0 -16
  343. package/dist/runtime/components/overlays/toast/ToastClose.vue.d.ts +0 -3
  344. package/dist/runtime/components/overlays/toast/ToastDescription.vue.d.ts +0 -13
  345. package/dist/runtime/components/overlays/toast/ToastInfo.vue.d.ts +0 -13
  346. package/dist/runtime/components/overlays/toast/ToastProvider.vue.d.ts +0 -15
  347. package/dist/runtime/components/overlays/toast/ToastTitle.vue.d.ts +0 -13
  348. package/dist/runtime/components/overlays/toast/ToastViewport.vue.d.ts +0 -3
  349. package/dist/runtime/components/resizable/ResizableHandle.vue.d.ts +0 -21
  350. package/dist/runtime/components/resizable/ResizablePanel.vue.d.ts +0 -24
  351. package/dist/runtime/components/resizable/ResizablePanelGroup.vue.d.ts +0 -19
  352. package/dist/runtime/components/scroll-area/ScrollArea.vue.d.ts +0 -17
  353. package/dist/runtime/components/scroll-area/ScrollBar.vue.d.ts +0 -6
  354. package/dist/runtime/components/sheet/Sheet.vue.d.ts +0 -36
  355. package/dist/runtime/components/sheet/SheetClose.vue.d.ts +0 -42
  356. package/dist/runtime/components/sheet/SheetContent.vue.d.ts +0 -68
  357. package/dist/runtime/components/sheet/SheetDescription.vue.d.ts +0 -12
  358. package/dist/runtime/components/sheet/SheetFooter.vue.d.ts +0 -12
  359. package/dist/runtime/components/sheet/SheetHeader.vue.d.ts +0 -12
  360. package/dist/runtime/components/sheet/SheetTitle.vue.d.ts +0 -12
  361. package/dist/runtime/components/sheet/SheetTrigger.vue.d.ts +0 -15
  362. package/dist/runtime/components/sidebar/Sidebar.vue.d.ts +0 -24
  363. package/dist/runtime/components/sidebar/SidebarContent.vue.d.ts +0 -12
  364. package/dist/runtime/components/sidebar/SidebarFooter.vue.d.ts +0 -12
  365. package/dist/runtime/components/sidebar/SidebarGroup.vue.d.ts +0 -16
  366. package/dist/runtime/components/sidebar/SidebarGroupAction.vue.d.ts +0 -36
  367. package/dist/runtime/components/sidebar/SidebarGroupContent.vue.d.ts +0 -12
  368. package/dist/runtime/components/sidebar/SidebarGroupLabel.vue.d.ts +0 -36
  369. package/dist/runtime/components/sidebar/SidebarHeader.vue.d.ts +0 -12
  370. package/dist/runtime/components/sidebar/SidebarInput.vue.d.ts +0 -12
  371. package/dist/runtime/components/sidebar/SidebarInset.vue.d.ts +0 -12
  372. package/dist/runtime/components/sidebar/SidebarMenu.vue.d.ts +0 -22
  373. package/dist/runtime/components/sidebar/SidebarMenuAction.vue.d.ts +0 -34
  374. package/dist/runtime/components/sidebar/SidebarMenuBadge.vue.d.ts +0 -12
  375. package/dist/runtime/components/sidebar/SidebarMenuButton.vue.d.ts +0 -19
  376. package/dist/runtime/components/sidebar/SidebarMenuButtonChild.vue.d.ts +0 -31
  377. package/dist/runtime/components/sidebar/SidebarMenuItem.vue.d.ts +0 -12
  378. package/dist/runtime/components/sidebar/SidebarMenuSkeleton.vue.d.ts +0 -12
  379. package/dist/runtime/components/sidebar/SidebarMenuSub.vue.d.ts +0 -12
  380. package/dist/runtime/components/sidebar/SidebarMenuSubButton.vue.d.ts +0 -16
  381. package/dist/runtime/components/sidebar/SidebarMenuSubItem.vue.d.ts +0 -12
  382. package/dist/runtime/components/sidebar/SidebarProvider.vue.d.ts +0 -20
  383. package/dist/runtime/components/sidebar/SidebarRail.vue.d.ts +0 -12
  384. package/dist/runtime/components/sidebar/SidebarSeparator.vue.d.ts +0 -12
  385. package/dist/runtime/components/sidebar/SidebarTrigger.vue.d.ts +0 -30
@@ -1,16 +0,0 @@
1
- import type { NDropdownMenuSubTriggerProps } from '../../../types/index.js';
2
- declare var __VLS_10: string | number, __VLS_11: any;
3
- type __VLS_Slots = {} & {
4
- [K in NonNullable<typeof __VLS_10>]?: (props: typeof __VLS_11) => any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<NDropdownMenuSubTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NDropdownMenuSubTriggerProps> & Readonly<{}>, {
7
- rounded: import("vue").HTMLAttributes["class"];
8
- dropdownMenuItem: import("vue").HTMLAttributes["class"];
9
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
- export default _default;
12
- type __VLS_WithSlots<T, S> = T & {
13
- new (): {
14
- $slots: S;
15
- };
16
- };
@@ -1,13 +0,0 @@
1
- import type { NDropdownMenuTriggerProps } from '../../../types/index.js';
2
- declare var __VLS_6: {};
3
- type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_6) => any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<NDropdownMenuTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NDropdownMenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
8
- export default _default;
9
- type __VLS_WithSlots<T, S> = T & {
10
- new (): {
11
- $slots: S;
12
- };
13
- };
@@ -1,41 +0,0 @@
1
- import type { NPaginationProps } from '../../../types/index.js';
2
- declare var __VLS_10: {}, __VLS_15: {}, __VLS_20: {}, __VLS_22: {
3
- item: {
4
- type: "page";
5
- value: number;
6
- };
7
- page: number;
8
- }, __VLS_30: {}, __VLS_35: {}, __VLS_40: {};
9
- type __VLS_Slots = {} & {
10
- default?: (props: typeof __VLS_10) => any;
11
- } & {
12
- first?: (props: typeof __VLS_15) => any;
13
- } & {
14
- prev?: (props: typeof __VLS_20) => any;
15
- } & {
16
- 'list-item'?: (props: typeof __VLS_22) => any;
17
- } & {
18
- ellipsis?: (props: typeof __VLS_30) => any;
19
- } & {
20
- next?: (props: typeof __VLS_35) => any;
21
- } & {
22
- last?: (props: typeof __VLS_40) => any;
23
- };
24
- declare const __VLS_component: import("vue").DefineComponent<NPaginationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
- "update:page": (value: number) => any;
26
- }, string, import("vue").PublicProps, Readonly<NPaginationProps> & Readonly<{
27
- "onUpdate:page"?: ((value: number) => any) | undefined;
28
- }>, {
29
- showFirst: boolean;
30
- showPrev: boolean;
31
- showNext: boolean;
32
- showLast: boolean;
33
- showListItem: boolean;
34
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
36
- export default _default;
37
- type __VLS_WithSlots<T, S> = T & {
38
- new (): {
39
- $slots: S;
40
- };
41
- };
@@ -1,15 +0,0 @@
1
- import type { NPaginationEllipsisProps } from '../../../types/index.js';
2
- declare var __VLS_6: {};
3
- type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_6) => any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<NPaginationEllipsisProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NPaginationEllipsisProps> & Readonly<{}>, {
7
- paginationEllipsis: import("vue").HTMLAttributes["class"];
8
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
10
- export default _default;
11
- type __VLS_WithSlots<T, S> = T & {
12
- new (): {
13
- $slots: S;
14
- };
15
- };
@@ -1,18 +0,0 @@
1
- import type { NPaginationFirstProps } from '../../../types/index.js';
2
- declare var __VLS_6: {};
3
- type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_6) => any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<NPaginationFirstProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NPaginationFirstProps> & Readonly<{}>, {
7
- label: string;
8
- icon: boolean;
9
- square: import("vue").HTMLAttributes["class"];
10
- paginationUnselected: string;
11
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
- export default _default;
14
- type __VLS_WithSlots<T, S> = T & {
15
- new (): {
16
- $slots: S;
17
- };
18
- };
@@ -1,18 +0,0 @@
1
- import type { NPaginationLastProps } from '../../../types/index.js';
2
- declare var __VLS_6: {};
3
- type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_6) => any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<NPaginationLastProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NPaginationLastProps> & Readonly<{}>, {
7
- label: string;
8
- icon: boolean;
9
- square: import("vue").HTMLAttributes["class"];
10
- paginationUnselected: string;
11
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
- export default _default;
14
- type __VLS_WithSlots<T, S> = T & {
15
- new (): {
16
- $slots: S;
17
- };
18
- };
@@ -1,17 +0,0 @@
1
- import type { NPaginationListItemProps } from '../../../types/index.js';
2
- declare var __VLS_10: string | number, __VLS_11: any;
3
- type __VLS_Slots = {} & {
4
- [K in NonNullable<typeof __VLS_10>]?: (props: typeof __VLS_11) => any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<NPaginationListItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NPaginationListItemProps> & Readonly<{}>, {
7
- square: import("vue").HTMLAttributes["class"];
8
- paginationSelected: string;
9
- paginationUnselected: string;
10
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
12
- export default _default;
13
- type __VLS_WithSlots<T, S> = T & {
14
- new (): {
15
- $slots: S;
16
- };
17
- };
@@ -1,18 +0,0 @@
1
- import type { NPaginationNextProps } from '../../../types/index.js';
2
- declare var __VLS_6: {};
3
- type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_6) => any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<NPaginationNextProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NPaginationNextProps> & Readonly<{}>, {
7
- label: string;
8
- icon: boolean;
9
- square: import("vue").HTMLAttributes["class"];
10
- paginationUnselected: string;
11
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
- export default _default;
14
- type __VLS_WithSlots<T, S> = T & {
15
- new (): {
16
- $slots: S;
17
- };
18
- };
@@ -1,18 +0,0 @@
1
- import type { NPaginationPrevProps } from '../../../types/index.js';
2
- declare var __VLS_6: {};
3
- type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_6) => any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<NPaginationPrevProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NPaginationPrevProps> & Readonly<{}>, {
7
- label: string;
8
- icon: boolean;
9
- square: import("vue").HTMLAttributes["class"];
10
- paginationUnselected: string;
11
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
- export default _default;
14
- type __VLS_WithSlots<T, S> = T & {
15
- new (): {
16
- $slots: S;
17
- };
18
- };
@@ -1,21 +0,0 @@
1
- import type { NPopoverProps } from '../../../types/index.js';
2
- declare var __VLS_10: {
3
- open: boolean;
4
- }, __VLS_15: {};
5
- type __VLS_Slots = {} & {
6
- trigger?: (props: typeof __VLS_10) => any;
7
- } & {
8
- default?: (props: typeof __VLS_15) => any;
9
- };
10
- declare const __VLS_component: import("vue").DefineComponent<NPopoverProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
- "update:open": (value: boolean) => any;
12
- }, string, import("vue").PublicProps, Readonly<NPopoverProps> & Readonly<{
13
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
14
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
16
- export default _default;
17
- type __VLS_WithSlots<T, S> = T & {
18
- new (): {
19
- $slots: S;
20
- };
21
- };
@@ -1,46 +0,0 @@
1
- import type { NPopoverContentProps } from '../../../types/index.js';
2
- declare var __VLS_10: {};
3
- type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_10) => any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<NPopoverContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
- escapeKeyDown: (event: KeyboardEvent) => any;
8
- pointerDownOutside: (event: CustomEvent<{
9
- originalEvent: PointerEvent;
10
- }>) => any;
11
- focusOutside: (event: CustomEvent<{
12
- originalEvent: FocusEvent;
13
- }>) => any;
14
- interactOutside: (event: CustomEvent<{
15
- originalEvent: PointerEvent;
16
- }> | CustomEvent<{
17
- originalEvent: FocusEvent;
18
- }>) => any;
19
- openAutoFocus: (event: Event) => any;
20
- closeAutoFocus: (event: Event) => any;
21
- }, string, import("vue").PublicProps, Readonly<NPopoverContentProps> & Readonly<{
22
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
23
- onPointerDownOutside?: ((event: CustomEvent<{
24
- originalEvent: PointerEvent;
25
- }>) => any) | undefined;
26
- onFocusOutside?: ((event: CustomEvent<{
27
- originalEvent: FocusEvent;
28
- }>) => any) | undefined;
29
- onInteractOutside?: ((event: CustomEvent<{
30
- originalEvent: PointerEvent;
31
- }> | CustomEvent<{
32
- originalEvent: FocusEvent;
33
- }>) => any) | undefined;
34
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
35
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
36
- }>, {
37
- sideOffset: number;
38
- align: "start" | "center" | "end";
39
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
40
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
41
- export default _default;
42
- type __VLS_WithSlots<T, S> = T & {
43
- new (): {
44
- $slots: S;
45
- };
46
- };
@@ -1,28 +0,0 @@
1
- import type { NTabsProps } from '../../../types/tabs.js';
2
- declare var __VLS_8: {
3
- items: any[];
4
- }, __VLS_13: {
5
- item: any;
6
- disabled: any;
7
- }, __VLS_18: {
8
- item: any;
9
- };
10
- type __VLS_Slots = {} & {
11
- list?: (props: typeof __VLS_8) => any;
12
- } & {
13
- trigger?: (props: typeof __VLS_13) => any;
14
- } & {
15
- content?: (props: typeof __VLS_18) => any;
16
- };
17
- declare const __VLS_component: import("vue").DefineComponent<NTabsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
- "update:modelValue": (payload: string | number) => any;
19
- }, string, import("vue").PublicProps, Readonly<NTabsProps> & Readonly<{
20
- "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
21
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
23
- export default _default;
24
- type __VLS_WithSlots<T, S> = T & {
25
- new (): {
26
- $slots: S;
27
- };
28
- };
@@ -1,13 +0,0 @@
1
- import type { NTabsContentProps } from '../../../types/tabs.js';
2
- declare var __VLS_6: {};
3
- type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_6) => any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<NTabsContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NTabsContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
8
- export default _default;
9
- type __VLS_WithSlots<T, S> = T & {
10
- new (): {
11
- $slots: S;
12
- };
13
- };
@@ -1,13 +0,0 @@
1
- import type { NTabsListProps } from '../../../types/tabs.js';
2
- declare var __VLS_6: {};
3
- type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_6) => any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<NTabsListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NTabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
8
- export default _default;
9
- type __VLS_WithSlots<T, S> = T & {
10
- new (): {
11
- $slots: S;
12
- };
13
- };
@@ -1,17 +0,0 @@
1
- import type { NTabsRootProps } from '../../../types/tabs.js';
2
- declare var __VLS_6: {};
3
- type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_6) => any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<NTabsRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
- "update:modelValue": (payload: string | number) => any;
8
- }, string, import("vue").PublicProps, Readonly<NTabsRootProps> & Readonly<{
9
- "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
10
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
12
- export default _default;
13
- type __VLS_WithSlots<T, S> = T & {
14
- new (): {
15
- $slots: S;
16
- };
17
- };
@@ -1,13 +0,0 @@
1
- import type { NTabsTriggerProps } from '../../../types/tabs.js';
2
- declare var __VLS_6: {};
3
- type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_6) => any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<NTabsTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NTabsTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
8
- export default _default;
9
- type __VLS_WithSlots<T, S> = T & {
10
- new (): {
11
- $slots: S;
12
- };
13
- };
@@ -1,19 +0,0 @@
1
- import type { NTooltipProps } from '../../../types/index.js';
2
- declare var __VLS_11: {}, __VLS_16: {};
3
- type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_11) => any;
5
- } & {
6
- content?: (props: typeof __VLS_16) => any;
7
- };
8
- declare const __VLS_component: import("vue").DefineComponent<NTooltipProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
- "update:open": (value: boolean) => any;
10
- }, string, import("vue").PublicProps, Readonly<NTooltipProps> & Readonly<{
11
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
12
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
14
- export default _default;
15
- type __VLS_WithSlots<T, S> = T & {
16
- new (): {
17
- $slots: S;
18
- };
19
- };
@@ -1,22 +0,0 @@
1
- import type { NTooltipContentProps } from '../../../types/index.js';
2
- declare var __VLS_10: {};
3
- type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_10) => any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<NTooltipContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
- escapeKeyDown: (event: KeyboardEvent) => any;
8
- pointerDownOutside: (event: Event) => any;
9
- }, string, import("vue").PublicProps, Readonly<NTooltipContentProps> & Readonly<{
10
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
11
- onPointerDownOutside?: ((event: Event) => any) | undefined;
12
- }>, {
13
- sideOffset: number;
14
- tooltip: import("vue").HTMLAttributes["class"];
15
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
17
- export default _default;
18
- type __VLS_WithSlots<T, S> = T & {
19
- new (): {
20
- $slots: S;
21
- };
22
- };
@@ -1,15 +0,0 @@
1
- import type { NTooltipProviderProps } from '../../../types/index.js';
2
- declare var __VLS_6: {};
3
- type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_6) => any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<NTooltipProviderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NTooltipProviderProps> & Readonly<{}>, {
7
- delayDuration: number;
8
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
10
- export default _default;
11
- type __VLS_WithSlots<T, S> = T & {
12
- new (): {
13
- $slots: S;
14
- };
15
- };
@@ -1,17 +0,0 @@
1
- import type { NTooltipRootProps } from '../../../types/index.js';
2
- declare var __VLS_6: {};
3
- type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_6) => any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<NTooltipRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
- "update:open": (value: boolean) => any;
8
- }, string, import("vue").PublicProps, Readonly<NTooltipRootProps> & Readonly<{
9
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
10
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
12
- export default _default;
13
- type __VLS_WithSlots<T, S> = T & {
14
- new (): {
15
- $slots: S;
16
- };
17
- };
@@ -1,13 +0,0 @@
1
- import type { NTooltipTriggerProps } from '../../../types/index.js';
2
- declare var __VLS_6: {};
3
- type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_6) => any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<NTooltipTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NTooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
8
- export default _default;
9
- type __VLS_WithSlots<T, S> = T & {
10
- new (): {
11
- $slots: S;
12
- };
13
- };
@@ -1,21 +0,0 @@
1
- import type { NCheckboxProps } from '../../types/index.js';
2
- declare var __VLS_9: {}, __VLS_17: {};
3
- type __VLS_Slots = {} & {
4
- icon?: (props: typeof __VLS_9) => any;
5
- } & {
6
- default?: (props: typeof __VLS_17) => any;
7
- };
8
- declare const __VLS_component: import("vue").DefineComponent<NCheckboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
- "update:modelValue": (value: boolean | "indeterminate") => any;
10
- }, string, import("vue").PublicProps, Readonly<NCheckboxProps> & Readonly<{
11
- "onUpdate:modelValue"?: ((value: boolean | "indeterminate") => any) | undefined;
12
- }>, {
13
- forceMount: boolean;
14
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
16
- export default _default;
17
- type __VLS_WithSlots<T, S> = T & {
18
- new (): {
19
- $slots: S;
20
- };
21
- };
@@ -1,27 +0,0 @@
1
- import type { NFormGroupProps } from '../../types/index.js';
2
- declare var __VLS_1: {}, __VLS_3: {}, __VLS_8: {}, __VLS_10: {}, __VLS_16: {}, __VLS_18: {}, __VLS_20: {}, __VLS_22: {};
3
- type __VLS_Slots = {} & {
4
- top?: (props: typeof __VLS_1) => any;
5
- } & {
6
- label?: (props: typeof __VLS_3) => any;
7
- } & {
8
- hint?: (props: typeof __VLS_8) => any;
9
- } & {
10
- description?: (props: typeof __VLS_10) => any;
11
- } & {
12
- default?: (props: typeof __VLS_16) => any;
13
- } & {
14
- bottom?: (props: typeof __VLS_18) => any;
15
- } & {
16
- message?: (props: typeof __VLS_20) => any;
17
- } & {
18
- counter?: (props: typeof __VLS_22) => any;
19
- };
20
- declare const __VLS_component: import("vue").DefineComponent<NFormGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NFormGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
22
- export default _default;
23
- type __VLS_WithSlots<T, S> = T & {
24
- new (): {
25
- $slots: S;
26
- };
27
- };
@@ -1,31 +0,0 @@
1
- import type { NInputProps } from '../../types/index.js';
2
- type __VLS_Slots = {
3
- leading?: any;
4
- trailing?: any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<NInputProps, {
7
- focus: () => void | undefined;
8
- blur: () => void | undefined;
9
- select: () => void | undefined;
10
- inputRef: import("vue").Ref<HTMLTextAreaElement | undefined, HTMLTextAreaElement | undefined>;
11
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
- leading: (...args: any[]) => void;
13
- trailing: (...args: any[]) => void;
14
- "update:modelValue": (...args: any[]) => void;
15
- }, string, import("vue").PublicProps, Readonly<NInputProps> & Readonly<{
16
- onLeading?: ((...args: any[]) => any) | undefined;
17
- onTrailing?: ((...args: any[]) => any) | undefined;
18
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
19
- }>, {
20
- size: string;
21
- resize: string | null;
22
- type: HTMLInputElement["type"] | "textarea";
23
- rows: number;
24
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
26
- export default _default;
27
- type __VLS_WithSlots<T, S> = T & {
28
- new (): {
29
- $slots: S;
30
- };
31
- };
@@ -1,25 +0,0 @@
1
- import type { NSliderProps } from '../../types/index.js';
2
- declare var __VLS_6: {}, __VLS_12: {}, __VLS_18: {};
3
- type __VLS_Slots = {} & {
4
- 'slider-track'?: (props: typeof __VLS_6) => any;
5
- } & {
6
- 'slider-range'?: (props: typeof __VLS_12) => any;
7
- } & {
8
- 'slider-thumb'?: (props: typeof __VLS_18) => any;
9
- };
10
- declare const __VLS_component: import("vue").DefineComponent<NSliderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
- "update:modelValue": (payload: number[] | undefined) => any;
12
- valueCommit: (payload: number[]) => any;
13
- }, string, import("vue").PublicProps, Readonly<NSliderProps> & Readonly<{
14
- "onUpdate:modelValue"?: ((payload: number[] | undefined) => any) | undefined;
15
- onValueCommit?: ((payload: number[]) => any) | undefined;
16
- }>, {
17
- slider: string;
18
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
20
- export default _default;
21
- type __VLS_WithSlots<T, S> = T & {
22
- new (): {
23
- $slots: S;
24
- };
25
- };
@@ -1,27 +0,0 @@
1
- import type { NSwitchProps } from '../../types/index.js';
2
- declare var __VLS_10: {
3
- modelValue: boolean;
4
- }, __VLS_15: {
5
- modelValue: boolean;
6
- };
7
- type __VLS_Slots = {} & {
8
- icon?: (props: typeof __VLS_10) => any;
9
- } & {
10
- 'loading-icon'?: (props: typeof __VLS_15) => any;
11
- };
12
- declare const __VLS_component: import("vue").DefineComponent<NSwitchProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
- "update:modelValue": (payload: boolean) => any;
14
- }, string, import("vue").PublicProps, Readonly<NSwitchProps> & Readonly<{
15
- "onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
16
- }>, {
17
- size: import("vue").HTMLAttributes["class"];
18
- switchChecked: import("vue").HTMLAttributes["class"];
19
- switchUnchecked: import("vue").HTMLAttributes["class"];
20
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
22
- export default _default;
23
- type __VLS_WithSlots<T, S> = T & {
24
- new (): {
25
- $slots: S;
26
- };
27
- };
@@ -1,12 +0,0 @@
1
- declare var __VLS_6: {};
2
- type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_6) => any;
4
- };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
- export default _default;
8
- type __VLS_WithSlots<T, S> = T & {
9
- new (): {
10
- $slots: S;
11
- };
12
- };
@@ -1,13 +0,0 @@
1
- import type { NFormDescriptionProps } from '../../../types/index.js';
2
- declare var __VLS_1: {};
3
- type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_1) => any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<NFormDescriptionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NFormDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
8
- export default _default;
9
- type __VLS_WithSlots<T, S> = T & {
10
- new (): {
11
- $slots: S;
12
- };
13
- };
@@ -1,25 +0,0 @@
1
- import type { NFormFieldProps } from '../../../types/index.js';
2
- declare var __VLS_9: {}, __VLS_11: {}, __VLS_16: {}, __VLS_18: {}, __VLS_30: {}, __VLS_32: {}, __VLS_34: {};
3
- type __VLS_Slots = {} & {
4
- top?: (props: typeof __VLS_9) => any;
5
- } & {
6
- label?: (props: typeof __VLS_11) => any;
7
- } & {
8
- hint?: (props: typeof __VLS_16) => any;
9
- } & {
10
- description?: (props: typeof __VLS_18) => any;
11
- } & {
12
- default?: (props: typeof __VLS_30) => any;
13
- } & {
14
- bottom?: (props: typeof __VLS_32) => any;
15
- } & {
16
- message?: (props: typeof __VLS_34) => any;
17
- };
18
- declare const __VLS_component: import("vue").DefineComponent<NFormFieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NFormFieldProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
20
- export default _default;
21
- type __VLS_WithSlots<T, S> = T & {
22
- new (): {
23
- $slots: S;
24
- };
25
- };