@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
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 GuillaumeBiondo
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,41 @@
1
+ import { Component } from 'vue';
2
+ type AlertVariant = 'primary' | 'secondary' | 'success' | 'danger' | 'info' | 'warning' | 'help' | 'contrast';
3
+ type __VLS_Props = {
4
+ variant?: AlertVariant;
5
+ title?: string;
6
+ dismissible?: boolean;
7
+ /** Afficher l'icône par défaut */
8
+ icon?: boolean;
9
+ /** Remplacer l'icône par un composant custom */
10
+ iconComponent?: Component;
11
+ /** Autoclose en ms (0 = pas d'autoclose) */
12
+ delay?: number;
13
+ class?: string;
14
+ };
15
+ declare function __VLS_template(): {
16
+ attrs: Partial<{}>;
17
+ slots: {
18
+ icon?(_: {}): any;
19
+ default?(_: {}): any;
20
+ };
21
+ refs: {};
22
+ rootEl: any;
23
+ };
24
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
25
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
26
+ close: () => any;
27
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
28
+ onClose?: (() => any) | undefined;
29
+ }>, {
30
+ variant: AlertVariant;
31
+ dismissible: boolean;
32
+ icon: boolean;
33
+ delay: number;
34
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
35
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
36
+ export default _default;
37
+ type __VLS_WithTemplateSlots<T, S> = T & {
38
+ new (): {
39
+ $slots: S;
40
+ };
41
+ };
@@ -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,3 @@
1
+ export { default as Alert } from './Alert.vue';
2
+ export { default as AlertDescription } from './AlertDescription.vue';
3
+ export { default as AlertTitle } from './AlertTitle.vue';
@@ -0,0 +1,23 @@
1
+ type __VLS_Props = {
2
+ size?: 'tiny' | 'small' | 'default' | 'large' | 'extra';
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<{}>, {
15
+ size: "tiny" | "small" | "default" | "large" | "extra";
16
+ }, {}, {}, {}, 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,22 @@
1
+ import { AvatarFallbackProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = AvatarFallbackProps & {
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,18 @@
1
+ import { AvatarImageProps } 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<AvatarImageProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AvatarImageProps> & 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,3 @@
1
+ export { default as Avatar } from './Avatar.vue';
2
+ export { default as AvatarFallback } from './AvatarFallback.vue';
3
+ export { default as AvatarImage } from './AvatarImage.vue';
@@ -0,0 +1,31 @@
1
+ import { PrimitiveProps } from 'reka-ui';
2
+ import { BadgeVariants } from '.';
3
+ interface Props extends PrimitiveProps {
4
+ variant?: BadgeVariants['variant'];
5
+ shape?: BadgeVariants['shape'];
6
+ size?: BadgeVariants['size'];
7
+ fluid?: boolean;
8
+ /** Petit point coloré à gauche du texte */
9
+ dot?: boolean;
10
+ class?: string;
11
+ }
12
+ declare function __VLS_template(): {
13
+ attrs: Partial<{}>;
14
+ slots: {
15
+ default?(_: {}): any;
16
+ };
17
+ refs: {};
18
+ rootEl: any;
19
+ };
20
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
+ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
22
+ fluid: boolean;
23
+ dot: 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,30 @@
1
+ type __VLS_Props = {
2
+ /** Valeur numérique affichée (0 = point, null/undefined = masqué) */
3
+ value?: number | null;
4
+ /** Variante de couleur */
5
+ variant?: 'primary' | 'secondary' | 'success' | 'danger' | 'info' | 'warning' | 'help' | 'contrast';
6
+ /** Position de l'overlay */
7
+ position?: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left';
8
+ class?: string;
9
+ };
10
+ declare function __VLS_template(): {
11
+ attrs: Partial<{}>;
12
+ slots: {
13
+ default?(_: {}): any;
14
+ };
15
+ refs: {};
16
+ rootEl: HTMLSpanElement;
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, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
20
+ variant: "primary" | "secondary" | "success" | "danger" | "info" | "warning" | "help" | "contrast";
21
+ value: number | null;
22
+ position: "top-right" | "top-left" | "bottom-right" | "bottom-left";
23
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
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,10 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ export { default as Badge } from './Badge.vue';
3
+ export { default as OverlayBadge } from './OverlayBadge.vue';
4
+ export declare const badgeVariants: (props?: ({
5
+ variant?: "primary" | "secondary" | "success" | "danger" | "info" | "warning" | "help" | "contrast" | null | undefined;
6
+ shape?: "filled" | "outline" | "ghost" | null | undefined;
7
+ size?: "small" | "default" | "tiny" | "large" | "extra" | null | undefined;
8
+ fluid?: boolean | null | undefined;
9
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
10
+ export type BadgeVariants = VariantProps<typeof badgeVariants>;
@@ -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: HTMLElement;
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, {}, HTMLElement>;
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: HTMLSpanElement;
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, {}, HTMLSpanElement>;
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: HTMLLIElement;
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, {}, HTMLLIElement>;
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,24 @@
1
+ import { PrimitiveProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = PrimitiveProps & {
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<{}>, {
16
+ as: import('reka-ui').AsTag | import('vue').Component;
17
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
+ export default _default;
20
+ type __VLS_WithTemplateSlots<T, S> = T & {
21
+ new (): {
22
+ $slots: S;
23
+ };
24
+ };
@@ -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: HTMLOListElement;
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, {}, HTMLOListElement>;
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: HTMLSpanElement;
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, {}, HTMLSpanElement>;
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: HTMLLIElement;
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, {}, HTMLLIElement>;
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
+ export { default as Breadcrumb } from './Breadcrumb.vue';
2
+ export { default as BreadcrumbEllipsis } from './BreadcrumbEllipsis.vue';
3
+ export { default as BreadcrumbItem } from './BreadcrumbItem.vue';
4
+ export { default as BreadcrumbLink } from './BreadcrumbLink.vue';
5
+ export { default as BreadcrumbList } from './BreadcrumbList.vue';
6
+ export { default as BreadcrumbPage } from './BreadcrumbPage.vue';
7
+ export { default as BreadcrumbSeparator } from './BreadcrumbSeparator.vue';
@@ -0,0 +1,47 @@
1
+ import { PrimitiveProps } from 'reka-ui';
2
+ import { Component } from 'vue';
3
+ import { ButtonVariants } from '.';
4
+ interface Props extends PrimitiveProps {
5
+ variant?: ButtonVariants['variant'];
6
+ shape?: ButtonVariants['shape'];
7
+ size?: ButtonVariants['size'];
8
+ fluid?: boolean;
9
+ rounded?: boolean;
10
+ /** Mode icône seule — bouton carré (cercle si rounded) */
11
+ icon?: boolean;
12
+ loading?: boolean;
13
+ disabled?: boolean;
14
+ /** Badge numérique en overlay coin supérieur droit */
15
+ badge?: number | null;
16
+ /** Icône à gauche du texte */
17
+ iconLeft?: Component;
18
+ /** Icône à droite du texte */
19
+ iconRight?: Component;
20
+ class?: string;
21
+ }
22
+ declare function __VLS_template(): {
23
+ attrs: Partial<{}>;
24
+ slots: {
25
+ default?(_: {}): any;
26
+ };
27
+ refs: {};
28
+ rootEl: any;
29
+ };
30
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
31
+ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
32
+ icon: boolean;
33
+ as: import('reka-ui').AsTag | Component;
34
+ loading: boolean;
35
+ shape: "link" | "outline" | "ghost" | "plain" | null;
36
+ fluid: boolean;
37
+ badge: number | null;
38
+ rounded: boolean;
39
+ disabled: boolean;
40
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
41
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
42
+ export default _default;
43
+ type __VLS_WithTemplateSlots<T, S> = T & {
44
+ new (): {
45
+ $slots: S;
46
+ };
47
+ };
@@ -0,0 +1,11 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ export { default as Button } from './Button.vue';
3
+ export declare const buttonVariants: (props?: ({
4
+ variant?: "primary" | "secondary" | "success" | "danger" | "info" | "warning" | "help" | "contrast" | null | undefined;
5
+ shape?: "link" | "outline" | "ghost" | "plain" | null | undefined;
6
+ size?: "small" | "default" | "tiny" | "large" | "extra" | null | undefined;
7
+ fluid?: boolean | null | undefined;
8
+ rounded?: boolean | null | undefined;
9
+ iconOnly?: boolean | null | undefined;
10
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
11
+ export type ButtonVariants = VariantProps<typeof buttonVariants>;
@@ -0,0 +1,35 @@
1
+ type CardVariant = 'default' | 'primary' | 'secondary' | 'success' | 'danger' | 'info' | 'warning' | 'help' | 'contrast';
2
+ type __VLS_Props = {
3
+ /** Sévérité — change la couleur de la bordure */
4
+ variant?: CardVariant;
5
+ padded?: boolean;
6
+ bordered?: boolean;
7
+ hoverable?: boolean;
8
+ raised?: boolean;
9
+ class?: string;
10
+ };
11
+ declare function __VLS_template(): {
12
+ attrs: Partial<{}>;
13
+ slots: {
14
+ header?(_: {}): any;
15
+ default?(_: {}): any;
16
+ footer?(_: {}): any;
17
+ };
18
+ refs: {};
19
+ rootEl: HTMLDivElement;
20
+ };
21
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
23
+ variant: CardVariant;
24
+ padded: boolean;
25
+ bordered: boolean;
26
+ hoverable: boolean;
27
+ raised: boolean;
28
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
29
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
30
+ export default _default;
31
+ type __VLS_WithTemplateSlots<T, S> = T & {
32
+ new (): {
33
+ $slots: S;
34
+ };
35
+ };
@@ -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,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: HTMLParagraphElement;
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, {}, HTMLParagraphElement>;
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,24 @@
1
+ type __VLS_Props = {
2
+ /** Supprime le padding — utile pour une image qui colle aux bords */
3
+ flush?: boolean;
4
+ class?: string;
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: HTMLDivElement;
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<{}>, {
16
+ flush: boolean;
17
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
18
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
+ export default _default;
20
+ type __VLS_WithTemplateSlots<T, S> = T & {
21
+ new (): {
22
+ $slots: S;
23
+ };
24
+ };