@buillaume.biondo/fab-ui 0.1.0

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 (217) hide show
  1. package/LICENSE +21 -0
  2. package/dist/components/alert/Alert.vue.d.ts +41 -0
  3. package/dist/components/alert/AlertDescription.vue.d.ts +21 -0
  4. package/dist/components/alert/AlertTitle.vue.d.ts +21 -0
  5. package/dist/components/alert/index.d.ts +3 -0
  6. package/dist/components/avatar/Avatar.vue.d.ts +23 -0
  7. package/dist/components/avatar/AvatarFallback.vue.d.ts +22 -0
  8. package/dist/components/avatar/AvatarImage.vue.d.ts +18 -0
  9. package/dist/components/avatar/index.d.ts +3 -0
  10. package/dist/components/badge/Badge.vue.d.ts +31 -0
  11. package/dist/components/badge/OverlayBadge.vue.d.ts +30 -0
  12. package/dist/components/badge/index.d.ts +10 -0
  13. package/dist/components/breadcrumb/Breadcrumb.vue.d.ts +21 -0
  14. package/dist/components/breadcrumb/BreadcrumbEllipsis.vue.d.ts +21 -0
  15. package/dist/components/breadcrumb/BreadcrumbItem.vue.d.ts +21 -0
  16. package/dist/components/breadcrumb/BreadcrumbLink.vue.d.ts +24 -0
  17. package/dist/components/breadcrumb/BreadcrumbList.vue.d.ts +21 -0
  18. package/dist/components/breadcrumb/BreadcrumbPage.vue.d.ts +21 -0
  19. package/dist/components/breadcrumb/BreadcrumbSeparator.vue.d.ts +21 -0
  20. package/dist/components/breadcrumb/index.d.ts +7 -0
  21. package/dist/components/button/Button.vue.d.ts +47 -0
  22. package/dist/components/button/index.d.ts +11 -0
  23. package/dist/components/card/Card.vue.d.ts +35 -0
  24. package/dist/components/card/CardAction.vue.d.ts +21 -0
  25. package/dist/components/card/CardContent.vue.d.ts +21 -0
  26. package/dist/components/card/CardDescription.vue.d.ts +21 -0
  27. package/dist/components/card/CardFooter.vue.d.ts +21 -0
  28. package/dist/components/card/CardHeader.vue.d.ts +24 -0
  29. package/dist/components/card/CardTitle.vue.d.ts +21 -0
  30. package/dist/components/card/index.d.ts +7 -0
  31. package/dist/components/carousel/Carousel.vue.d.ts +43 -0
  32. package/dist/components/carousel/CarouselSlide.vue.d.ts +24 -0
  33. package/dist/components/carousel/index.d.ts +2 -0
  34. package/dist/components/checkbox/Checkbox.vue.d.ts +29 -0
  35. package/dist/components/checkbox/index.d.ts +1 -0
  36. package/dist/components/code/Code.vue.d.ts +37 -0
  37. package/dist/components/code/index.d.ts +1 -0
  38. package/dist/components/collapsible/Collapsible.vue.d.ts +24 -0
  39. package/dist/components/collapsible/CollapsibleContent.vue.d.ts +28 -0
  40. package/dist/components/collapsible/CollapsibleTrigger.vue.d.ts +18 -0
  41. package/dist/components/collapsible/index.d.ts +3 -0
  42. package/dist/components/context-menu/ContextMenu.vue.d.ts +22 -0
  43. package/dist/components/context-menu/ContextMenuCheckboxItem.vue.d.ts +27 -0
  44. package/dist/components/context-menu/ContextMenuContent.vue.d.ts +33 -0
  45. package/dist/components/context-menu/ContextMenuGroup.vue.d.ts +18 -0
  46. package/dist/components/context-menu/ContextMenuItem.vue.d.ts +25 -0
  47. package/dist/components/context-menu/ContextMenuLabel.vue.d.ts +22 -0
  48. package/dist/components/context-menu/ContextMenuRadioGroup.vue.d.ts +22 -0
  49. package/dist/components/context-menu/ContextMenuRadioItem.vue.d.ts +25 -0
  50. package/dist/components/context-menu/ContextMenuSeparator.vue.d.ts +6 -0
  51. package/dist/components/context-menu/ContextMenuShortcut.vue.d.ts +20 -0
  52. package/dist/components/context-menu/ContextMenuSub.vue.d.ts +22 -0
  53. package/dist/components/context-menu/ContextMenuSubContent.vue.d.ts +37 -0
  54. package/dist/components/context-menu/ContextMenuSubTrigger.vue.d.ts +22 -0
  55. package/dist/components/context-menu/ContextMenuTrigger.vue.d.ts +18 -0
  56. package/dist/components/context-menu/index.d.ts +14 -0
  57. package/dist/components/data-table/index.d.ts +2 -0
  58. package/dist/components/data-table/types.d.ts +14 -0
  59. package/dist/components/dialog/Dialog.vue.d.ts +25 -0
  60. package/dist/components/dialog/DialogClose.vue.d.ts +18 -0
  61. package/dist/components/dialog/DialogContent.vue.d.ts +39 -0
  62. package/dist/components/dialog/DialogDescription.vue.d.ts +22 -0
  63. package/dist/components/dialog/DialogFooter.vue.d.ts +21 -0
  64. package/dist/components/dialog/DialogHeader.vue.d.ts +21 -0
  65. package/dist/components/dialog/DialogOverlay.vue.d.ts +22 -0
  66. package/dist/components/dialog/DialogScrollContent.vue.d.ts +36 -0
  67. package/dist/components/dialog/DialogTitle.vue.d.ts +22 -0
  68. package/dist/components/dialog/DialogTrigger.vue.d.ts +18 -0
  69. package/dist/components/dialog/index.d.ts +10 -0
  70. package/dist/components/dropdown-menu/DropdownMenu.vue.d.ts +24 -0
  71. package/dist/components/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +29 -0
  72. package/dist/components/dropdown-menu/DropdownMenuContent.vue.d.ts +36 -0
  73. package/dist/components/dropdown-menu/DropdownMenuGroup.vue.d.ts +18 -0
  74. package/dist/components/dropdown-menu/DropdownMenuItem.vue.d.ts +26 -0
  75. package/dist/components/dropdown-menu/DropdownMenuLabel.vue.d.ts +23 -0
  76. package/dist/components/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +22 -0
  77. package/dist/components/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +27 -0
  78. package/dist/components/dropdown-menu/DropdownMenuSeparator.vue.d.ts +7 -0
  79. package/dist/components/dropdown-menu/DropdownMenuShortcut.vue.d.ts +21 -0
  80. package/dist/components/dropdown-menu/DropdownMenuSub.vue.d.ts +22 -0
  81. package/dist/components/dropdown-menu/DropdownMenuSubContent.vue.d.ts +38 -0
  82. package/dist/components/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +23 -0
  83. package/dist/components/dropdown-menu/DropdownMenuTrigger.vue.d.ts +18 -0
  84. package/dist/components/dropdown-menu/index.d.ts +15 -0
  85. package/dist/components/image/Image.vue.d.ts +30 -0
  86. package/dist/components/image/index.d.ts +1 -0
  87. package/dist/components/input/Input.vue.d.ts +16 -0
  88. package/dist/components/input/InputArea.vue.d.ts +21 -0
  89. package/dist/components/input/InputNumber.vue.d.ts +22 -0
  90. package/dist/components/input/InputPassword.vue.d.ts +15 -0
  91. package/dist/components/input/index.d.ts +4 -0
  92. package/dist/components/input-otp/InputOTP.vue.d.ts +46 -0
  93. package/dist/components/input-otp/InputOTPGroup.vue.d.ts +21 -0
  94. package/dist/components/input-otp/InputOTPSeparator.vue.d.ts +21 -0
  95. package/dist/components/input-otp/InputOTPSlot.vue.d.ts +7 -0
  96. package/dist/components/input-otp/index.d.ts +4 -0
  97. package/dist/components/label/Label.vue.d.ts +21 -0
  98. package/dist/components/label/index.d.ts +1 -0
  99. package/dist/components/navigation-menu/NavigationMenu.vue.d.ts +31 -0
  100. package/dist/components/navigation-menu/NavigationMenuContent.vue.d.ts +32 -0
  101. package/dist/components/navigation-menu/NavigationMenuIndicator.vue.d.ts +7 -0
  102. package/dist/components/navigation-menu/NavigationMenuItem.vue.d.ts +22 -0
  103. package/dist/components/navigation-menu/NavigationMenuLink.vue.d.ts +30 -0
  104. package/dist/components/navigation-menu/NavigationMenuList.vue.d.ts +22 -0
  105. package/dist/components/navigation-menu/NavigationMenuTrigger.vue.d.ts +22 -0
  106. package/dist/components/navigation-menu/NavigationMenuViewport.vue.d.ts +7 -0
  107. package/dist/components/navigation-menu/index.d.ts +9 -0
  108. package/dist/components/progress/ProgressBar.vue.d.ts +17 -0
  109. package/dist/components/progress/index.d.ts +1 -0
  110. package/dist/components/select/Select.vue.d.ts +28 -0
  111. package/dist/components/select/SelectContent.vue.d.ts +32 -0
  112. package/dist/components/select/SelectGroup.vue.d.ts +18 -0
  113. package/dist/components/select/SelectItem.vue.d.ts +23 -0
  114. package/dist/components/select/SelectItemText.vue.d.ts +18 -0
  115. package/dist/components/select/SelectLabel.vue.d.ts +22 -0
  116. package/dist/components/select/SelectScrollDownButton.vue.d.ts +22 -0
  117. package/dist/components/select/SelectScrollUpButton.vue.d.ts +22 -0
  118. package/dist/components/select/SelectSeparator.vue.d.ts +7 -0
  119. package/dist/components/select/SelectTrigger.vue.d.ts +25 -0
  120. package/dist/components/select/SelectValue.vue.d.ts +18 -0
  121. package/dist/components/select/index.d.ts +11 -0
  122. package/dist/components/separator/Separator.vue.d.ts +10 -0
  123. package/dist/components/separator/index.d.ts +1 -0
  124. package/dist/components/sheet/Sheet.vue.d.ts +25 -0
  125. package/dist/components/sheet/SheetClose.vue.d.ts +18 -0
  126. package/dist/components/sheet/SheetContent.vue.d.ts +39 -0
  127. package/dist/components/sheet/SheetDescription.vue.d.ts +22 -0
  128. package/dist/components/sheet/SheetFooter.vue.d.ts +21 -0
  129. package/dist/components/sheet/SheetHeader.vue.d.ts +21 -0
  130. package/dist/components/sheet/SheetOverlay.vue.d.ts +22 -0
  131. package/dist/components/sheet/SheetTitle.vue.d.ts +22 -0
  132. package/dist/components/sheet/SheetTrigger.vue.d.ts +18 -0
  133. package/dist/components/sheet/index.d.ts +8 -0
  134. package/dist/components/sidebar/Sidebar.vue.d.ts +24 -0
  135. package/dist/components/sidebar/SidebarContent.vue.d.ts +21 -0
  136. package/dist/components/sidebar/SidebarFooter.vue.d.ts +21 -0
  137. package/dist/components/sidebar/SidebarGroup.vue.d.ts +21 -0
  138. package/dist/components/sidebar/SidebarGroupAction.vue.d.ts +22 -0
  139. package/dist/components/sidebar/SidebarGroupContent.vue.d.ts +21 -0
  140. package/dist/components/sidebar/SidebarGroupLabel.vue.d.ts +22 -0
  141. package/dist/components/sidebar/SidebarHeader.vue.d.ts +21 -0
  142. package/dist/components/sidebar/SidebarInput.vue.d.ts +21 -0
  143. package/dist/components/sidebar/SidebarInset.vue.d.ts +21 -0
  144. package/dist/components/sidebar/SidebarMenu.vue.d.ts +21 -0
  145. package/dist/components/sidebar/SidebarMenuAction.vue.d.ts +25 -0
  146. package/dist/components/sidebar/SidebarMenuBadge.vue.d.ts +21 -0
  147. package/dist/components/sidebar/SidebarMenuButton.vue.d.ts +27 -0
  148. package/dist/components/sidebar/SidebarMenuButtonChild.vue.d.ts +30 -0
  149. package/dist/components/sidebar/SidebarMenuItem.vue.d.ts +21 -0
  150. package/dist/components/sidebar/SidebarMenuSkeleton.vue.d.ts +7 -0
  151. package/dist/components/sidebar/SidebarMenuSub.vue.d.ts +21 -0
  152. package/dist/components/sidebar/SidebarMenuSubButton.vue.d.ts +27 -0
  153. package/dist/components/sidebar/SidebarMenuSubItem.vue.d.ts +21 -0
  154. package/dist/components/sidebar/SidebarProvider.vue.d.ts +30 -0
  155. package/dist/components/sidebar/SidebarRail.vue.d.ts +21 -0
  156. package/dist/components/sidebar/SidebarSeparator.vue.d.ts +21 -0
  157. package/dist/components/sidebar/SidebarTrigger.vue.d.ts +6 -0
  158. package/dist/components/sidebar/index.d.ts +37 -0
  159. package/dist/components/sidebar/utils.d.ts +17 -0
  160. package/dist/components/skeleton/Skeleton.vue.d.ts +5 -0
  161. package/dist/components/skeleton/index.d.ts +1 -0
  162. package/dist/components/slider/Slider.vue.d.ts +19 -0
  163. package/dist/components/slider/index.d.ts +1 -0
  164. package/dist/components/speed-dial/SpeedDial.vue.d.ts +26 -0
  165. package/dist/components/speed-dial/index.d.ts +2 -0
  166. package/dist/components/spinner/Spinner.vue.d.ts +6 -0
  167. package/dist/components/spinner/index.d.ts +1 -0
  168. package/dist/components/split-button/SplitButton.vue.d.ts +44 -0
  169. package/dist/components/split-button/index.d.ts +1 -0
  170. package/dist/components/toast/Toast.vue.d.ts +10 -0
  171. package/dist/components/toast/Toaster.vue.d.ts +2 -0
  172. package/dist/components/toast/index.d.ts +4 -0
  173. package/dist/components/toggle/Toggle.vue.d.ts +39 -0
  174. package/dist/components/toggle/index.d.ts +1 -0
  175. package/dist/components/toggle-switch/ToggleSwitch.vue.d.ts +19 -0
  176. package/dist/components/toggle-switch/index.d.ts +1 -0
  177. package/dist/components/tooltip/Tooltip.vue.d.ts +24 -0
  178. package/dist/components/tooltip/TooltipContent.vue.d.ts +30 -0
  179. package/dist/components/tooltip/TooltipProvider.vue.d.ts +20 -0
  180. package/dist/components/tooltip/TooltipTrigger.vue.d.ts +18 -0
  181. package/dist/components/tooltip/index.d.ts +4 -0
  182. package/dist/composables/useAppearance.d.ts +13 -0
  183. package/dist/composables/useToast.d.ts +22 -0
  184. package/dist/index.cjs +12 -0
  185. package/dist/index.d.ts +37 -0
  186. package/dist/index.js +57126 -0
  187. package/dist/lib/utils.d.ts +5 -0
  188. package/dist/style.css +1 -0
  189. package/dist/types/index.d.ts +2 -0
  190. package/dist/types/ui-kit.d.ts +12 -0
  191. package/dist/types/ui.d.ts +3 -0
  192. package/fonts/marianne/Marianne-Bold.woff +0 -0
  193. package/fonts/marianne/Marianne-Bold.woff2 +0 -0
  194. package/fonts/marianne/Marianne-Bold_Italic.woff +0 -0
  195. package/fonts/marianne/Marianne-Bold_Italic.woff2 +0 -0
  196. package/fonts/marianne/Marianne-ExtraBold.woff +0 -0
  197. package/fonts/marianne/Marianne-ExtraBold.woff2 +0 -0
  198. package/fonts/marianne/Marianne-ExtraBold_Italic.woff +0 -0
  199. package/fonts/marianne/Marianne-ExtraBold_Italic.woff2 +0 -0
  200. package/fonts/marianne/Marianne-Light.woff +0 -0
  201. package/fonts/marianne/Marianne-Light.woff2 +0 -0
  202. package/fonts/marianne/Marianne-Light_Italic.woff +0 -0
  203. package/fonts/marianne/Marianne-Light_Italic.woff2 +0 -0
  204. package/fonts/marianne/Marianne-Medium.woff +0 -0
  205. package/fonts/marianne/Marianne-Medium.woff2 +0 -0
  206. package/fonts/marianne/Marianne-Medium_Italic.woff +0 -0
  207. package/fonts/marianne/Marianne-Medium_Italic.woff2 +0 -0
  208. package/fonts/marianne/Marianne-Regular.woff +0 -0
  209. package/fonts/marianne/Marianne-Regular.woff2 +0 -0
  210. package/fonts/marianne/Marianne-Regular_Italic.woff +0 -0
  211. package/fonts/marianne/Marianne-Regular_Italic.woff2 +0 -0
  212. package/fonts/marianne/Marianne-Thin.woff +0 -0
  213. package/fonts/marianne/Marianne-Thin.woff2 +0 -0
  214. package/fonts/marianne/Marianne-Thin_Italic.woff +0 -0
  215. package/fonts/marianne/Marianne-Thin_Italic.woff2 +0 -0
  216. package/package.json +55 -0
  217. package/readme.md +1525 -0
@@ -0,0 +1,30 @@
1
+ type Fit = 'cover' | 'contain' | 'fill' | 'none';
2
+ type Ratio = '1/1' | '4/3' | '16/9' | '3/2' | '2/3' | '9/16';
3
+ type __VLS_Props = {
4
+ src: string;
5
+ alt?: string;
6
+ /** Ratio d'aspect fixe */
7
+ ratio?: Ratio;
8
+ /** object-fit */
9
+ fit?: Fit;
10
+ /** Affiche un skeleton pendant le chargement */
11
+ skeleton?: boolean;
12
+ /** URL de l'image de fallback en cas d'erreur */
13
+ fallback?: string;
14
+ /** Arrondi des coins */
15
+ rounded?: boolean | 'full';
16
+ class?: string;
17
+ };
18
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
+ error: (event: Event) => any;
20
+ load: (event: Event) => any;
21
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
22
+ onError?: ((event: Event) => any) | undefined;
23
+ onLoad?: ((event: Event) => any) | undefined;
24
+ }>, {
25
+ rounded: boolean | "full";
26
+ alt: string;
27
+ fit: Fit;
28
+ skeleton: boolean;
29
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
30
+ export default _default;
@@ -0,0 +1 @@
1
+ export { default as Image } from './Image.vue';
@@ -0,0 +1,16 @@
1
+ type __VLS_Props = {
2
+ defaultValue?: string | number;
3
+ modelValue?: string | number;
4
+ class?: string;
5
+ type?: string;
6
+ placeholder?: string;
7
+ disabled?: boolean;
8
+ required?: boolean;
9
+ error?: string;
10
+ };
11
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
+ "update:modelValue": (payload: string | number) => any;
13
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
14
+ "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
15
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLInputElement>;
16
+ export default _default;
@@ -0,0 +1,21 @@
1
+ type __VLS_Props = {
2
+ defaultValue?: string;
3
+ modelValue?: string;
4
+ class?: string;
5
+ placeholder?: string;
6
+ disabled?: boolean;
7
+ required?: boolean;
8
+ error?: string;
9
+ rows?: number;
10
+ cols?: number;
11
+ /** Nombre maximum de caractères autorisés — affiche un compteur si défini */
12
+ maxlength?: number;
13
+ /** Comportement du redimensionnement : none | vertical (default) | horizontal | both */
14
+ resize?: 'none' | 'vertical' | 'horizontal' | 'both';
15
+ };
16
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
17
+ "update:modelValue": (payload: string) => any;
18
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
19
+ "onUpdate:modelValue"?: ((payload: string) => any) | undefined;
20
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
21
+ export default _default;
@@ -0,0 +1,22 @@
1
+ type __VLS_Props = {
2
+ defaultValue?: number;
3
+ modelValue?: number;
4
+ class?: string;
5
+ placeholder?: string;
6
+ disabled?: boolean;
7
+ required?: boolean;
8
+ error?: string;
9
+ min?: number;
10
+ max?: number;
11
+ step?: number;
12
+ /**
13
+ * Affiche les boutons +/− sur les côtés (default) ou cachés (false).
14
+ */
15
+ controls?: boolean;
16
+ };
17
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
18
+ "update:modelValue": (payload: number) => any;
19
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
20
+ "onUpdate:modelValue"?: ((payload: number) => any) | undefined;
21
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
22
+ export default _default;
@@ -0,0 +1,15 @@
1
+ type __VLS_Props = {
2
+ defaultValue?: string;
3
+ modelValue?: string;
4
+ class?: string;
5
+ placeholder?: string;
6
+ disabled?: boolean;
7
+ required?: boolean;
8
+ error?: string;
9
+ };
10
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
11
+ "update:modelValue": (payload: string) => any;
12
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
13
+ "onUpdate:modelValue"?: ((payload: string) => any) | undefined;
14
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15
+ export default _default;
@@ -0,0 +1,4 @@
1
+ export { default as Input } from './Input.vue';
2
+ export { default as InputNumber } from './InputNumber.vue';
3
+ export { default as InputPassword } from './InputPassword.vue';
4
+ export { default as InputArea } from './InputArea.vue';
@@ -0,0 +1,46 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ import { OTPInputProps } from 'vue-input-otp';
3
+ type __VLS_Props = OTPInputProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {
10
+ slots: import('vue-input-otp').SlotProps[];
11
+ isFocused: boolean;
12
+ isHovering: boolean;
13
+ }): any;
14
+ };
15
+ refs: {};
16
+ rootEl: any;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
20
+ input: (value: string) => any;
21
+ select: (e: Event) => any;
22
+ paste: (e: ClipboardEvent) => any;
23
+ complete: (value: string) => any;
24
+ change: (e: Event) => any;
25
+ focus: (e: FocusEvent) => any;
26
+ blur: (e: FocusEvent) => any;
27
+ mouseover: (e: MouseEvent) => any;
28
+ mouseleave: (e: MouseEvent) => any;
29
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
30
+ onInput?: ((value: string) => any) | undefined;
31
+ onSelect?: ((e: Event) => any) | undefined;
32
+ onPaste?: ((e: ClipboardEvent) => any) | undefined;
33
+ onComplete?: ((value: string) => any) | undefined;
34
+ onChange?: ((e: Event) => any) | undefined;
35
+ onFocus?: ((e: FocusEvent) => any) | undefined;
36
+ onBlur?: ((e: FocusEvent) => any) | undefined;
37
+ onMouseover?: ((e: MouseEvent) => any) | undefined;
38
+ onMouseleave?: ((e: MouseEvent) => any) | undefined;
39
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
40
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
41
+ export default _default;
42
+ type __VLS_WithTemplateSlots<T, S> = T & {
43
+ new (): {
44
+ $slots: S;
45
+ };
46
+ };
@@ -0,0 +1,21 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes["class"];
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: HTMLDivElement;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,21 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes["class"];
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: HTMLDivElement;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,7 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ type __VLS_Props = {
3
+ index: number;
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
7
+ export default _default;
@@ -0,0 +1,4 @@
1
+ export { default as InputOTP } from './InputOTP.vue';
2
+ export { default as InputOTPGroup } from './InputOTPGroup.vue';
3
+ export { default as InputOTPSeparator } from './InputOTPSeparator.vue';
4
+ export { default as InputOTPSlot } from './InputOTPSlot.vue';
@@ -0,0 +1,21 @@
1
+ import { LabelProps } from 'reka-ui';
2
+ type __VLS_Props = LabelProps & {
3
+ class?: string;
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: any;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1 @@
1
+ export { default as Label } from './Label.vue';
@@ -0,0 +1,31 @@
1
+ import { NavigationMenuRootProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = NavigationMenuRootProps & {
4
+ class?: HTMLAttributes["class"];
5
+ viewport?: boolean;
6
+ };
7
+ declare function __VLS_template(): {
8
+ attrs: Partial<{}>;
9
+ slots: {
10
+ default?(_: {
11
+ modelValue: string;
12
+ }): any;
13
+ };
14
+ refs: {};
15
+ rootEl: any;
16
+ };
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
+ "update:modelValue": (value: string) => any;
20
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
21
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
22
+ }>, {
23
+ viewport: boolean;
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
25
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
26
+ export default _default;
27
+ type __VLS_WithTemplateSlots<T, S> = T & {
28
+ new (): {
29
+ $slots: S;
30
+ };
31
+ };
@@ -0,0 +1,32 @@
1
+ import { NavigationMenuContentProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = NavigationMenuContentProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
+ escapeKeyDown: (event: KeyboardEvent) => any;
17
+ pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
18
+ focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
19
+ interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
20
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
21
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
22
+ onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
23
+ onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
24
+ onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
25
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
26
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
27
+ export default _default;
28
+ type __VLS_WithTemplateSlots<T, S> = T & {
29
+ new (): {
30
+ $slots: S;
31
+ };
32
+ };
@@ -0,0 +1,7 @@
1
+ import { NavigationMenuIndicatorProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = NavigationMenuIndicatorProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
7
+ export default _default;
@@ -0,0 +1,22 @@
1
+ import { NavigationMenuItemProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = NavigationMenuItemProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,30 @@
1
+ import { NavigationMenuLinkProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = NavigationMenuLinkProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
+ select: (payload: CustomEvent<{
17
+ originalEvent: Event;
18
+ }>) => any;
19
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
20
+ onSelect?: ((payload: CustomEvent<{
21
+ originalEvent: Event;
22
+ }>) => any) | undefined;
23
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
24
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
+ export default _default;
26
+ type __VLS_WithTemplateSlots<T, S> = T & {
27
+ new (): {
28
+ $slots: S;
29
+ };
30
+ };
@@ -0,0 +1,22 @@
1
+ import { NavigationMenuListProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = NavigationMenuListProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,22 @@
1
+ import { NavigationMenuTriggerProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = NavigationMenuTriggerProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,7 @@
1
+ import { NavigationMenuViewportProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = NavigationMenuViewportProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
7
+ export default _default;
@@ -0,0 +1,9 @@
1
+ export { default as NavigationMenu } from './NavigationMenu.vue';
2
+ export { default as NavigationMenuContent } from './NavigationMenuContent.vue';
3
+ export { default as NavigationMenuIndicator } from './NavigationMenuIndicator.vue';
4
+ export { default as NavigationMenuItem } from './NavigationMenuItem.vue';
5
+ export { default as NavigationMenuLink } from './NavigationMenuLink.vue';
6
+ export { default as NavigationMenuList } from './NavigationMenuList.vue';
7
+ export { default as NavigationMenuTrigger } from './NavigationMenuTrigger.vue';
8
+ export { default as NavigationMenuViewport } from './NavigationMenuViewport.vue';
9
+ export declare const navigationMenuTriggerStyle: (props?: import('class-variance-authority/types').ClassProp | undefined) => string;
@@ -0,0 +1,17 @@
1
+ import { Severity } from '../../types/ui-kit';
2
+ type Size = 'tiny' | 'small' | 'default' | 'large';
3
+ type __VLS_Props = {
4
+ /** Valeur de 0 à 100. Indéfini = mode indéterminé (animation) */
5
+ value?: number;
6
+ variant?: Severity;
7
+ size?: Size;
8
+ /** Affiche le pourcentage en texte à droite */
9
+ label?: boolean;
10
+ class?: string;
11
+ };
12
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
+ variant: Severity;
14
+ size: Size;
15
+ label: boolean;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
17
+ export default _default;
@@ -0,0 +1 @@
1
+ export { default as ProgressBar } from './ProgressBar.vue';
@@ -0,0 +1,28 @@
1
+ import { SelectRootProps } from 'reka-ui';
2
+ type __VLS_Props = SelectRootProps;
3
+ declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
5
+ slots: {
6
+ default?(_: {
7
+ modelValue: string | number | bigint | Record<string, any> | (string | number | bigint | Record<string, any> | null)[] | null | undefined;
8
+ open: boolean;
9
+ }): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
+ "update:modelValue": (value: import('reka-ui').AcceptableValue) => any;
17
+ "update:open": (value: boolean) => any;
18
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
19
+ "onUpdate:modelValue"?: ((value: import('reka-ui').AcceptableValue) => any) | undefined;
20
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
21
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
+ export default _default;
24
+ type __VLS_WithTemplateSlots<T, S> = T & {
25
+ new (): {
26
+ $slots: S;
27
+ };
28
+ };
@@ -0,0 +1,32 @@
1
+ import { SelectContentProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = SelectContentProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
+ escapeKeyDown: (event: KeyboardEvent) => any;
17
+ pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
18
+ closeAutoFocus: (event: Event) => any;
19
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
20
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
21
+ onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
22
+ onCloseAutoFocus?: ((event: Event) => any) | undefined;
23
+ }>, {
24
+ position: "item-aligned" | "popper";
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
26
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
27
+ export default _default;
28
+ type __VLS_WithTemplateSlots<T, S> = T & {
29
+ new (): {
30
+ $slots: S;
31
+ };
32
+ };
@@ -0,0 +1,18 @@
1
+ import { SelectGroupProps } from 'reka-ui';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<SelectGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SelectGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ export default _default;
14
+ type __VLS_WithTemplateSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,23 @@
1
+ import { SelectItemProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = SelectItemProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ 'indicator-icon'?(_: {}): any;
10
+ default?(_: {}): any;
11
+ };
12
+ refs: {};
13
+ rootEl: any;
14
+ };
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
+ export default _default;
19
+ type __VLS_WithTemplateSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
@@ -0,0 +1,18 @@
1
+ import { SelectItemTextProps } from 'reka-ui';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<SelectItemTextProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SelectItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ export default _default;
14
+ type __VLS_WithTemplateSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,22 @@
1
+ import { SelectLabelProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = SelectLabelProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,22 @@
1
+ import { SelectScrollDownButtonProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = SelectScrollDownButtonProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };