arvue-ui 0.9.0 → 0.10.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 (41) hide show
  1. package/dist/alert-dialog/alertDialog.js +24 -0
  2. package/dist/alert-dialog/alertDialog.js.map +1 -0
  3. package/dist/alert-dialog/alertDialogAction.js +23 -0
  4. package/dist/alert-dialog/alertDialogAction.js.map +1 -0
  5. package/dist/alert-dialog/alertDialogCancel.js +23 -0
  6. package/dist/alert-dialog/alertDialogCancel.js.map +1 -0
  7. package/dist/alert-dialog/alertDialogContent.js +92 -0
  8. package/dist/alert-dialog/alertDialogContent.js.map +1 -0
  9. package/dist/alert-dialog/alertDialogDescription.js +33 -0
  10. package/dist/alert-dialog/alertDialogDescription.js.map +1 -0
  11. package/dist/alert-dialog/alertDialogFooter.js +33 -0
  12. package/dist/alert-dialog/alertDialogFooter.js.map +1 -0
  13. package/dist/alert-dialog/alertDialogHeader.js +33 -0
  14. package/dist/alert-dialog/alertDialogHeader.js.map +1 -0
  15. package/dist/alert-dialog/alertDialogTitle.js +33 -0
  16. package/dist/alert-dialog/alertDialogTitle.js.map +1 -0
  17. package/dist/alert-dialog/alertDialogTrigger.js +23 -0
  18. package/dist/alert-dialog/alertDialogTrigger.js.map +1 -0
  19. package/dist/all.css +1 -1
  20. package/dist/index.d.ts +259 -114
  21. package/dist/index.d.ts.map +1 -1
  22. package/dist/index.js +106 -97
  23. package/dist/index.js.map +1 -1
  24. package/dist/style.css +10 -0
  25. package/package.json +1 -1
  26. package/src/alert-dialog/AlertDialog.vue +30 -0
  27. package/src/alert-dialog/AlertDialogAction.vue +19 -0
  28. package/src/alert-dialog/AlertDialogCancel.vue +19 -0
  29. package/src/alert-dialog/AlertDialogContent.vue +86 -0
  30. package/src/alert-dialog/AlertDialogDescription.vue +33 -0
  31. package/src/alert-dialog/AlertDialogFooter.vue +31 -0
  32. package/src/alert-dialog/AlertDialogHeader.vue +31 -0
  33. package/src/alert-dialog/AlertDialogTitle.vue +33 -0
  34. package/src/alert-dialog/AlertDialogTrigger.vue +17 -0
  35. package/src/alert-dialog/alert-dialog-content.css +36 -0
  36. package/src/alert-dialog/alert-dialog-description.css +5 -0
  37. package/src/alert-dialog/alert-dialog-footer.css +16 -0
  38. package/src/alert-dialog/alert-dialog-header.css +12 -0
  39. package/src/alert-dialog/alert-dialog-title.css +3 -0
  40. package/src/alert-dialog/index.ts +38 -0
  41. package/src/index.ts +1 -0
package/dist/index.d.ts CHANGED
@@ -1,13 +1,13 @@
1
1
  import { HTMLAttributes } from "vue";
2
- import { AccordionContentProps as AccordionContentProps$1, AccordionHeaderProps as AccordionHeaderProps$1, AccordionItemProps as AccordionItemProps$1, AccordionRootEmits, AccordionRootProps, AccordionTriggerProps as AccordionTriggerProps$1, AspectRatioProps as AspectRatioProps$1, AutocompleteInputEmits as AutocompleteInputEmits$1, AutocompleteInputProps as AutocompleteInputProps$1, AutocompleteRootEmits, AutocompleteRootProps, ComboboxAnchorProps as ComboboxAnchorProps$1, ComboboxCancelProps as ComboboxCancelProps$1, ComboboxContentEmits as ComboboxContentEmits$1, ComboboxContentProps as ComboboxContentProps$1, ComboboxEmptyProps as ComboboxEmptyProps$1, ComboboxGroupProps as ComboboxGroupProps$1, ComboboxInputEmits as ComboboxInputEmits$1, ComboboxInputProps as ComboboxInputProps$1, ComboboxItemEmits as ComboboxItemEmits$1, ComboboxItemProps as ComboboxItemProps$1, ComboboxLabelProps as ComboboxLabelProps$1, ComboboxPortalProps as ComboboxPortalProps$1, ComboboxRootEmits, ComboboxRootProps, ComboboxSeparatorProps as ComboboxSeparatorProps$1, ComboboxTriggerProps as ComboboxTriggerProps$1, ComboboxViewportProps as ComboboxViewportProps$1, ContextMenuCheckboxItemEmits as ContextMenuCheckboxItemEmits$1, ContextMenuCheckboxItemProps as ContextMenuCheckboxItemProps$1, ContextMenuContentEmits as ContextMenuContentEmits$1, ContextMenuContentProps as ContextMenuContentProps$1, ContextMenuGroupProps as ContextMenuGroupProps$1, ContextMenuItemEmits as ContextMenuItemEmits$1, ContextMenuItemProps as ContextMenuItemProps$1, ContextMenuLabelProps as ContextMenuLabelProps$1, ContextMenuPortalProps as ContextMenuPortalProps$1, ContextMenuRadioGroupEmits as ContextMenuRadioGroupEmits$1, ContextMenuRadioGroupProps as ContextMenuRadioGroupProps$1, ContextMenuRadioItemEmits as ContextMenuRadioItemEmits$1, ContextMenuRadioItemProps as ContextMenuRadioItemProps$1, ContextMenuRootEmits, ContextMenuRootProps, ContextMenuSeparatorProps as ContextMenuSeparatorProps$1, ContextMenuSubContentEmits as ContextMenuSubContentEmits$1, ContextMenuSubContentProps as ContextMenuSubContentProps$1, ContextMenuSubEmits as ContextMenuSubEmits$1, ContextMenuSubProps as ContextMenuSubProps$1, ContextMenuSubTriggerProps as ContextMenuSubTriggerProps$1, ContextMenuTriggerProps as ContextMenuTriggerProps$1, DialogCloseProps as DialogCloseProps$1, DialogContentEmits as DialogContentEmits$1, DialogContentProps as DialogContentProps$1, DialogDescriptionProps as DialogDescriptionProps$1, DialogOverlayProps as DialogOverlayProps$1, DialogRootEmits, DialogRootProps, DialogTitleProps as DialogTitleProps$1, DialogTriggerProps as DialogTriggerProps$1, DropdownMenuCheckboxItemEmits as DropdownMenuCheckboxItemEmits$1, DropdownMenuCheckboxItemProps as DropdownMenuCheckboxItemProps$1, DropdownMenuContentEmits as DropdownMenuContentEmits$1, DropdownMenuContentProps as DropdownMenuContentProps$1, DropdownMenuGroupProps as DropdownMenuGroupProps$1, DropdownMenuItemProps as DropdownMenuItemProps$1, DropdownMenuLabelProps as DropdownMenuLabelProps$1, DropdownMenuPortalProps as DropdownMenuPortalProps$1, DropdownMenuRadioGroupEmits as DropdownMenuRadioGroupEmits$1, DropdownMenuRadioGroupProps as DropdownMenuRadioGroupProps$1, DropdownMenuRadioItemEmits as DropdownMenuRadioItemEmits$1, DropdownMenuRadioItemProps as DropdownMenuRadioItemProps$1, DropdownMenuRootEmits, DropdownMenuRootProps, DropdownMenuSeparatorProps as DropdownMenuSeparatorProps$1, DropdownMenuSubContentEmits as DropdownMenuSubContentEmits$1, DropdownMenuSubContentProps as DropdownMenuSubContentProps$1, DropdownMenuSubProps as DropdownMenuSubProps$1, DropdownMenuSubTriggerProps as DropdownMenuSubTriggerProps$1, DropdownMenuTriggerProps as DropdownMenuTriggerProps$1, PrimitiveProps, SelectContentEmits as SelectContentEmits$1, SelectContentProps as SelectContentProps$1, SelectGroupProps as SelectGroupProps$1, SelectItemProps as SelectItemProps$1, SelectItemTextProps as SelectItemTextProps$1, SelectLabelProps as SelectLabelProps$1, SelectRootEmits, SelectRootProps, SelectScrollDownButtonProps as SelectScrollDownButtonProps$1, SelectScrollUpButtonProps as SelectScrollUpButtonProps$1, SelectSeparatorProps as SelectSeparatorProps$1, SelectTriggerProps as SelectTriggerProps$1, SelectValueProps as SelectValueProps$1 } from "reka-ui";
2
+ import { AccordionContentProps as AccordionContentProps$1, AccordionHeaderProps as AccordionHeaderProps$1, AccordionItemProps as AccordionItemProps$1, AccordionRootEmits, AccordionRootProps, AccordionTriggerProps as AccordionTriggerProps$1, AlertDialogActionProps as AlertDialogActionProps$1, AlertDialogCancelProps as AlertDialogCancelProps$1, AlertDialogContentEmits as AlertDialogContentEmits$1, AlertDialogContentProps as AlertDialogContentProps$1, AlertDialogDescriptionProps as AlertDialogDescriptionProps$1, AlertDialogEmits as AlertDialogEmits$1, AlertDialogProps as AlertDialogProps$1, AlertDialogTitleProps as AlertDialogTitleProps$1, AlertDialogTriggerProps as AlertDialogTriggerProps$1, AspectRatioProps as AspectRatioProps$1, AutocompleteInputEmits as AutocompleteInputEmits$1, AutocompleteInputProps as AutocompleteInputProps$1, AutocompleteRootEmits, AutocompleteRootProps, ComboboxAnchorProps as ComboboxAnchorProps$1, ComboboxCancelProps as ComboboxCancelProps$1, ComboboxContentEmits as ComboboxContentEmits$1, ComboboxContentProps as ComboboxContentProps$1, ComboboxEmptyProps as ComboboxEmptyProps$1, ComboboxGroupProps as ComboboxGroupProps$1, ComboboxInputEmits as ComboboxInputEmits$1, ComboboxInputProps as ComboboxInputProps$1, ComboboxItemEmits as ComboboxItemEmits$1, ComboboxItemProps as ComboboxItemProps$1, ComboboxLabelProps as ComboboxLabelProps$1, ComboboxPortalProps as ComboboxPortalProps$1, ComboboxRootEmits, ComboboxRootProps, ComboboxSeparatorProps as ComboboxSeparatorProps$1, ComboboxTriggerProps as ComboboxTriggerProps$1, ComboboxViewportProps as ComboboxViewportProps$1, ContextMenuCheckboxItemEmits as ContextMenuCheckboxItemEmits$1, ContextMenuCheckboxItemProps as ContextMenuCheckboxItemProps$1, ContextMenuContentEmits as ContextMenuContentEmits$1, ContextMenuContentProps as ContextMenuContentProps$1, ContextMenuGroupProps as ContextMenuGroupProps$1, ContextMenuItemEmits as ContextMenuItemEmits$1, ContextMenuItemProps as ContextMenuItemProps$1, ContextMenuLabelProps as ContextMenuLabelProps$1, ContextMenuPortalProps as ContextMenuPortalProps$1, ContextMenuRadioGroupEmits as ContextMenuRadioGroupEmits$1, ContextMenuRadioGroupProps as ContextMenuRadioGroupProps$1, ContextMenuRadioItemEmits as ContextMenuRadioItemEmits$1, ContextMenuRadioItemProps as ContextMenuRadioItemProps$1, ContextMenuRootEmits, ContextMenuRootProps, ContextMenuSeparatorProps as ContextMenuSeparatorProps$1, ContextMenuSubContentEmits as ContextMenuSubContentEmits$1, ContextMenuSubContentProps as ContextMenuSubContentProps$1, ContextMenuSubEmits as ContextMenuSubEmits$1, ContextMenuSubProps as ContextMenuSubProps$1, ContextMenuSubTriggerProps as ContextMenuSubTriggerProps$1, ContextMenuTriggerProps as ContextMenuTriggerProps$1, DialogCloseProps as DialogCloseProps$1, DialogContentEmits as DialogContentEmits$1, DialogContentProps as DialogContentProps$1, DialogDescriptionProps as DialogDescriptionProps$1, DialogOverlayProps as DialogOverlayProps$1, DialogRootEmits, DialogRootProps, DialogTitleProps as DialogTitleProps$1, DialogTriggerProps as DialogTriggerProps$1, DropdownMenuCheckboxItemEmits as DropdownMenuCheckboxItemEmits$1, DropdownMenuCheckboxItemProps as DropdownMenuCheckboxItemProps$1, DropdownMenuContentEmits as DropdownMenuContentEmits$1, DropdownMenuContentProps as DropdownMenuContentProps$1, DropdownMenuGroupProps as DropdownMenuGroupProps$1, DropdownMenuItemProps as DropdownMenuItemProps$1, DropdownMenuLabelProps as DropdownMenuLabelProps$1, DropdownMenuPortalProps as DropdownMenuPortalProps$1, DropdownMenuRadioGroupEmits as DropdownMenuRadioGroupEmits$1, DropdownMenuRadioGroupProps as DropdownMenuRadioGroupProps$1, DropdownMenuRadioItemEmits as DropdownMenuRadioItemEmits$1, DropdownMenuRadioItemProps as DropdownMenuRadioItemProps$1, DropdownMenuRootEmits, DropdownMenuRootProps, DropdownMenuSeparatorProps as DropdownMenuSeparatorProps$1, DropdownMenuSubContentEmits as DropdownMenuSubContentEmits$1, DropdownMenuSubContentProps as DropdownMenuSubContentProps$1, DropdownMenuSubProps as DropdownMenuSubProps$1, DropdownMenuSubTriggerProps as DropdownMenuSubTriggerProps$1, DropdownMenuTriggerProps as DropdownMenuTriggerProps$1, PrimitiveProps, SelectContentEmits as SelectContentEmits$1, SelectContentProps as SelectContentProps$1, SelectGroupProps as SelectGroupProps$1, SelectItemProps as SelectItemProps$1, SelectItemTextProps as SelectItemTextProps$1, SelectLabelProps as SelectLabelProps$1, SelectRootEmits, SelectRootProps, SelectScrollDownButtonProps as SelectScrollDownButtonProps$1, SelectScrollUpButtonProps as SelectScrollUpButtonProps$1, SelectSeparatorProps as SelectSeparatorProps$1, SelectTriggerProps as SelectTriggerProps$1, SelectValueProps as SelectValueProps$1 } from "reka-ui";
3
3
  import { DrawerCloseProps as DrawerCloseProps$1, DrawerDescriptionProps as DrawerDescriptionProps$1, DrawerRootEmits, DrawerRootProps, DrawerTitleProps as DrawerTitleProps$1, DrawerTriggerProps as DrawerTriggerProps$1 } from "vaul-vue";
4
4
  import { ToasterProps, toast } from "vue-sonner";
5
5
 
6
6
  //#region src/accordion/Accordion.vue.d.ts
7
7
  interface AccordionProps extends AccordionRootProps {}
8
8
  interface AccordionEmits extends AccordionRootEmits {}
9
- declare const _default: typeof __VLS_export$100;
10
- declare const __VLS_export$100: __VLS_WithSlots$92<import("vue").DefineComponent<AccordionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ declare const _default: typeof __VLS_export$109;
10
+ declare const __VLS_export$109: __VLS_WithSlots$101<import("vue").DefineComponent<AccordionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
11
  "update:modelValue": (value: string | string[] | undefined) => any;
12
12
  }, string, import("vue").PublicProps, Readonly<AccordionProps> & Readonly<{
13
13
  "onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
@@ -16,7 +16,7 @@ declare const __VLS_export$100: __VLS_WithSlots$92<import("vue").DefineComponent
16
16
  modelValue: import("reka-ui").AcceptableValue | import("reka-ui").AcceptableValue[] | undefined;
17
17
  }) => any;
18
18
  }>;
19
- type __VLS_WithSlots$92<T, S> = T & {
19
+ type __VLS_WithSlots$101<T, S> = T & {
20
20
  new (): {
21
21
  $slots: S;
22
22
  };
@@ -26,11 +26,11 @@ type __VLS_WithSlots$92<T, S> = T & {
26
26
  interface AccordionContentProps extends AccordionContentProps$1 {
27
27
  class?: HTMLAttributes['class'];
28
28
  }
29
- declare const _default$1: typeof __VLS_export$99;
30
- declare const __VLS_export$99: __VLS_WithSlots$91<import("vue").DefineComponent<AccordionContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AccordionContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
29
+ declare const _default$1: typeof __VLS_export$108;
30
+ declare const __VLS_export$108: __VLS_WithSlots$100<import("vue").DefineComponent<AccordionContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AccordionContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
31
31
  default?: (props: {}) => any;
32
32
  }>;
33
- type __VLS_WithSlots$91<T, S> = T & {
33
+ type __VLS_WithSlots$100<T, S> = T & {
34
34
  new (): {
35
35
  $slots: S;
36
36
  };
@@ -40,13 +40,13 @@ type __VLS_WithSlots$91<T, S> = T & {
40
40
  interface AccordionHeaderProps extends AccordionHeaderProps$1 {
41
41
  class?: HTMLAttributes['class'];
42
42
  }
43
- declare const _default$2: typeof __VLS_export$98;
44
- declare const __VLS_export$98: __VLS_WithSlots$90<import("vue").DefineComponent<AccordionHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AccordionHeaderProps> & Readonly<{}>, {
43
+ declare const _default$2: typeof __VLS_export$107;
44
+ declare const __VLS_export$107: __VLS_WithSlots$99<import("vue").DefineComponent<AccordionHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AccordionHeaderProps> & Readonly<{}>, {
45
45
  as: import("reka-ui").AsTag | import("vue").Component;
46
46
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
47
47
  default?: (props: {}) => any;
48
48
  }>;
49
- type __VLS_WithSlots$90<T, S> = T & {
49
+ type __VLS_WithSlots$99<T, S> = T & {
50
50
  new (): {
51
51
  $slots: S;
52
52
  };
@@ -56,13 +56,13 @@ type __VLS_WithSlots$90<T, S> = T & {
56
56
  interface AccordionItemProps extends AccordionItemProps$1 {
57
57
  class?: HTMLAttributes['class'];
58
58
  }
59
- declare const _default$3: typeof __VLS_export$97;
60
- declare const __VLS_export$97: __VLS_WithSlots$89<import("vue").DefineComponent<AccordionItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
59
+ declare const _default$3: typeof __VLS_export$106;
60
+ declare const __VLS_export$106: __VLS_WithSlots$98<import("vue").DefineComponent<AccordionItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
61
61
  default?: (props: {
62
62
  open: boolean;
63
63
  }) => any;
64
64
  }>;
65
- type __VLS_WithSlots$89<T, S> = T & {
65
+ type __VLS_WithSlots$98<T, S> = T & {
66
66
  new (): {
67
67
  $slots: S;
68
68
  };
@@ -72,21 +72,166 @@ type __VLS_WithSlots$89<T, S> = T & {
72
72
  interface AccordionTriggerProps extends AccordionTriggerProps$1 {
73
73
  class?: HTMLAttributes['class'];
74
74
  }
75
- declare const _default$4: typeof __VLS_export$96;
76
- declare const __VLS_export$96: __VLS_WithSlots$88<import("vue").DefineComponent<AccordionTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AccordionTriggerProps> & Readonly<{}>, {
75
+ declare const _default$4: typeof __VLS_export$105;
76
+ declare const __VLS_export$105: __VLS_WithSlots$97<import("vue").DefineComponent<AccordionTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AccordionTriggerProps> & Readonly<{}>, {
77
77
  as: import("reka-ui").AsTag | import("vue").Component;
78
78
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
79
79
  default?: (props: {}) => any;
80
80
  }>;
81
- type __VLS_WithSlots$88<T, S> = T & {
81
+ type __VLS_WithSlots$97<T, S> = T & {
82
82
  new (): {
83
83
  $slots: S;
84
84
  };
85
85
  }; //# sourceMappingURL=AccordionTrigger.vue.d.ts.map
86
86
  //#endregion
87
+ //#region src/alert-dialog/AlertDialog.vue.d.ts
88
+ interface AlertDialogProps extends AlertDialogProps$1 {}
89
+ interface AlertDialogEmits extends AlertDialogEmits$1 {}
90
+ declare const _default$5: typeof __VLS_export$104;
91
+ declare const __VLS_export$104: __VLS_WithSlots$96<import("vue").DefineComponent<AlertDialogProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
92
+ "update:open": (value: boolean) => any;
93
+ }, string, import("vue").PublicProps, Readonly<AlertDialogProps> & Readonly<{
94
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
95
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
96
+ default?: (props: {
97
+ open: boolean;
98
+ close: () => void;
99
+ }) => any;
100
+ }>;
101
+ type __VLS_WithSlots$96<T, S> = T & {
102
+ new (): {
103
+ $slots: S;
104
+ };
105
+ }; //# sourceMappingURL=AlertDialog.vue.d.ts.map
106
+ //#endregion
107
+ //#region src/alert-dialog/AlertDialogAction.vue.d.ts
108
+ interface AlertDialogActionProps extends AlertDialogActionProps$1 {}
109
+ declare const _default$6: typeof __VLS_export$103;
110
+ declare const __VLS_export$103: __VLS_WithSlots$95<import("vue").DefineComponent<AlertDialogActionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AlertDialogActionProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
111
+ default?: (props: {}) => any;
112
+ }>;
113
+ type __VLS_WithSlots$95<T, S> = T & {
114
+ new (): {
115
+ $slots: S;
116
+ };
117
+ }; //# sourceMappingURL=AlertDialogAction.vue.d.ts.map
118
+ //#endregion
119
+ //#region src/alert-dialog/AlertDialogCancel.vue.d.ts
120
+ interface AlertDialogCancelProps extends AlertDialogCancelProps$1 {}
121
+ declare const _default$7: typeof __VLS_export$102;
122
+ declare const __VLS_export$102: __VLS_WithSlots$94<import("vue").DefineComponent<AlertDialogCancelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AlertDialogCancelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
123
+ default?: (props: {}) => any;
124
+ }>;
125
+ type __VLS_WithSlots$94<T, S> = T & {
126
+ new (): {
127
+ $slots: S;
128
+ };
129
+ }; //# sourceMappingURL=AlertDialogCancel.vue.d.ts.map
130
+ //#endregion
131
+ //#region src/alert-dialog/AlertDialogContent.vue.d.ts
132
+ interface AlertDialogContentProps extends AlertDialogContentProps$1 {
133
+ class?: HTMLAttributes['class'];
134
+ }
135
+ interface AlertDialogContentEmits extends AlertDialogContentEmits$1 {}
136
+ declare const _default$8: typeof __VLS_export$101;
137
+ declare const __VLS_export$101: __VLS_WithSlots$93<import("vue").DefineComponent<AlertDialogContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
138
+ escapeKeyDown: (event: KeyboardEvent) => any;
139
+ pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
140
+ focusOutside: (event: import("reka-ui").FocusOutsideEvent) => any;
141
+ interactOutside: (event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any;
142
+ openAutoFocus: (event: Event) => any;
143
+ closeAutoFocus: (event: Event) => any;
144
+ }, string, import("vue").PublicProps, Readonly<AlertDialogContentProps> & Readonly<{
145
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
146
+ onPointerDownOutside?: ((event: import("reka-ui").PointerDownOutsideEvent) => any) | undefined;
147
+ onFocusOutside?: ((event: import("reka-ui").FocusOutsideEvent) => any) | undefined;
148
+ onInteractOutside?: ((event: import("reka-ui").PointerDownOutsideEvent | import("reka-ui").FocusOutsideEvent) => any) | undefined;
149
+ onOpenAutoFocus?: ((event: Event) => any) | undefined;
150
+ onCloseAutoFocus?: ((event: Event) => any) | undefined;
151
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
152
+ default?: (props: {}) => any;
153
+ }>;
154
+ type __VLS_WithSlots$93<T, S> = T & {
155
+ new (): {
156
+ $slots: S;
157
+ };
158
+ }; //# sourceMappingURL=AlertDialogContent.vue.d.ts.map
159
+ //#endregion
160
+ //#region src/alert-dialog/AlertDialogDescription.vue.d.ts
161
+ interface AlertDialogDescriptionProps extends AlertDialogDescriptionProps$1 {
162
+ class?: HTMLAttributes['class'];
163
+ }
164
+ declare const _default$9: typeof __VLS_export$100;
165
+ declare const __VLS_export$100: __VLS_WithSlots$92<import("vue").DefineComponent<AlertDialogDescriptionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AlertDialogDescriptionProps> & Readonly<{}>, {
166
+ as: import("reka-ui").AsTag | import("vue").Component;
167
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
168
+ default?: (props: {}) => any;
169
+ }>;
170
+ type __VLS_WithSlots$92<T, S> = T & {
171
+ new (): {
172
+ $slots: S;
173
+ };
174
+ }; //# sourceMappingURL=AlertDialogDescription.vue.d.ts.map
175
+ //#endregion
176
+ //#region src/alert-dialog/AlertDialogFooter.vue.d.ts
177
+ interface AlertDialogFooterProps extends PrimitiveProps {
178
+ class?: HTMLAttributes['class'];
179
+ }
180
+ declare const _default$10: typeof __VLS_export$99;
181
+ declare const __VLS_export$99: __VLS_WithSlots$91<import("vue").DefineComponent<AlertDialogFooterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AlertDialogFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
182
+ default?: (props: {}) => any;
183
+ }>;
184
+ type __VLS_WithSlots$91<T, S> = T & {
185
+ new (): {
186
+ $slots: S;
187
+ };
188
+ }; //# sourceMappingURL=AlertDialogFooter.vue.d.ts.map
189
+ //#endregion
190
+ //#region src/alert-dialog/AlertDialogHeader.vue.d.ts
191
+ interface AlertDialogHeaderProps extends PrimitiveProps {
192
+ class?: HTMLAttributes['class'];
193
+ }
194
+ declare const _default$11: typeof __VLS_export$98;
195
+ declare const __VLS_export$98: __VLS_WithSlots$90<import("vue").DefineComponent<AlertDialogHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AlertDialogHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
196
+ default?: (props: {}) => any;
197
+ }>;
198
+ type __VLS_WithSlots$90<T, S> = T & {
199
+ new (): {
200
+ $slots: S;
201
+ };
202
+ }; //# sourceMappingURL=AlertDialogHeader.vue.d.ts.map
203
+ //#endregion
204
+ //#region src/alert-dialog/AlertDialogTitle.vue.d.ts
205
+ interface AlertDialogTitleProps extends AlertDialogTitleProps$1 {
206
+ class?: HTMLAttributes['class'];
207
+ }
208
+ declare const _default$12: typeof __VLS_export$97;
209
+ declare const __VLS_export$97: __VLS_WithSlots$89<import("vue").DefineComponent<AlertDialogTitleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AlertDialogTitleProps> & Readonly<{}>, {
210
+ as: import("reka-ui").AsTag | import("vue").Component;
211
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
212
+ default?: (props: {}) => any;
213
+ }>;
214
+ type __VLS_WithSlots$89<T, S> = T & {
215
+ new (): {
216
+ $slots: S;
217
+ };
218
+ }; //# sourceMappingURL=AlertDialogTitle.vue.d.ts.map
219
+ //#endregion
220
+ //#region src/alert-dialog/AlertDialogTrigger.vue.d.ts
221
+ interface AlertDialogTriggerProps extends AlertDialogTriggerProps$1 {}
222
+ declare const _default$13: typeof __VLS_export$96;
223
+ declare const __VLS_export$96: __VLS_WithSlots$88<import("vue").DefineComponent<AlertDialogTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AlertDialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
224
+ default?: (props: {}) => any;
225
+ }>;
226
+ type __VLS_WithSlots$88<T, S> = T & {
227
+ new (): {
228
+ $slots: S;
229
+ };
230
+ }; //# sourceMappingURL=AlertDialogTrigger.vue.d.ts.map
231
+ //#endregion
87
232
  //#region src/aspect-ratio/AspectRatio.vue.d.ts
88
233
  interface AspectRatioProps extends AspectRatioProps$1 {}
89
- declare const _default$5: typeof __VLS_export$95;
234
+ declare const _default$14: typeof __VLS_export$95;
90
235
  declare const __VLS_export$95: __VLS_WithSlots$87<import("vue").DefineComponent<AspectRatioProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AspectRatioProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
91
236
  default?: (props: {
92
237
  aspect: number;
@@ -103,7 +248,7 @@ interface AutocompleteProps extends AutocompleteRootProps {
103
248
  class?: HTMLAttributes['class'];
104
249
  }
105
250
  interface AutocompleteEmits extends AutocompleteRootEmits {}
106
- declare const _default$6: typeof __VLS_export$94;
251
+ declare const _default$15: typeof __VLS_export$94;
107
252
  declare const __VLS_export$94: __VLS_WithSlots$86<import("vue").DefineComponent<AutocompleteProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
108
253
  "update:modelValue": (value: string) => any;
109
254
  "update:open": (value: boolean) => any;
@@ -132,7 +277,7 @@ type __VLS_WithSlots$86<T, S> = T & {
132
277
  //#endregion
133
278
  //#region src/autocomplete/AutocompleteAnchor.vue.d.ts
134
279
  interface AutocompleteAnchorProps extends ComboboxAnchorProps$1 {}
135
- declare const _default$7: typeof __VLS_export$93;
280
+ declare const _default$16: typeof __VLS_export$93;
136
281
  declare const __VLS_export$93: __VLS_WithSlots$85<import("vue").DefineComponent<AutocompleteAnchorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
137
282
  default?: (props: {}) => any;
138
283
  }>;
@@ -144,7 +289,7 @@ type __VLS_WithSlots$85<T, S> = T & {
144
289
  //#endregion
145
290
  //#region src/autocomplete/AutocompleteCancel.vue.d.ts
146
291
  interface AutocompleteCancelProps extends ComboboxCancelProps$1 {}
147
- declare const _default$8: typeof __VLS_export$92;
292
+ declare const _default$17: typeof __VLS_export$92;
148
293
  declare const __VLS_export$92: __VLS_WithSlots$84<import("vue").DefineComponent<AutocompleteCancelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteCancelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
149
294
  default?: (props: {}) => any;
150
295
  }>;
@@ -159,7 +304,7 @@ interface AutocompleteContentProps extends Omit<ComboboxContentProps$1, 'positio
159
304
  class?: HTMLAttributes['class'];
160
305
  }
161
306
  interface AutocompleteContentEmits extends ComboboxContentEmits$1 {}
162
- declare const _default$9: typeof __VLS_export$91;
307
+ declare const _default$18: typeof __VLS_export$91;
163
308
  declare const __VLS_export$91: __VLS_WithSlots$83<import("vue").DefineComponent<AutocompleteContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
164
309
  escapeKeyDown: (event: KeyboardEvent) => any;
165
310
  pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
@@ -185,7 +330,7 @@ type __VLS_WithSlots$83<T, S> = T & {
185
330
  interface AutocompleteEmptyProps extends ComboboxEmptyProps$1 {
186
331
  class?: HTMLAttributes['class'];
187
332
  }
188
- declare const _default$10: typeof __VLS_export$90;
333
+ declare const _default$19: typeof __VLS_export$90;
189
334
  declare const __VLS_export$90: __VLS_WithSlots$82<import("vue").DefineComponent<AutocompleteEmptyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
190
335
  default?: (props: {}) => any;
191
336
  }>;
@@ -197,7 +342,7 @@ type __VLS_WithSlots$82<T, S> = T & {
197
342
  //#endregion
198
343
  //#region src/autocomplete/AutocompleteGroup.vue.d.ts
199
344
  interface AutocompleteGroupProps extends ComboboxGroupProps$1 {}
200
- declare const _default$11: typeof __VLS_export$89;
345
+ declare const _default$20: typeof __VLS_export$89;
201
346
  declare const __VLS_export$89: __VLS_WithSlots$81<import("vue").DefineComponent<AutocompleteGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
202
347
  default?: (props: {}) => any;
203
348
  }>;
@@ -215,7 +360,7 @@ interface AutocompleteInputProps extends AutocompleteInputProps$1 {
215
360
  interface AutocompleteInputEmits extends AutocompleteInputEmits$1 {
216
361
  'cancel': [void];
217
362
  }
218
- declare const _default$12: typeof __VLS_export$88;
363
+ declare const _default$21: typeof __VLS_export$88;
219
364
  declare const __VLS_export$88: import("vue").DefineComponent<AutocompleteInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
220
365
  "update:modelValue": (args_0: string) => any;
221
366
  cancel: (args_0: void) => any;
@@ -232,7 +377,7 @@ interface AutocompleteItemProps extends ComboboxItemProps$1 {
232
377
  class?: HTMLAttributes['class'];
233
378
  }
234
379
  interface AutocompleteItemEmits extends ComboboxItemEmits$1 {}
235
- declare const _default$13: typeof __VLS_export$87;
380
+ declare const _default$22: typeof __VLS_export$87;
236
381
  declare const __VLS_export$87: __VLS_WithSlots$80<import("vue").DefineComponent<AutocompleteItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
237
382
  select: (event: import("reka-ui").ListboxItemSelectEvent<import("reka-ui").AcceptableValue>) => any;
238
383
  }, string, import("vue").PublicProps, Readonly<AutocompleteItemProps> & Readonly<{
@@ -250,7 +395,7 @@ type __VLS_WithSlots$80<T, S> = T & {
250
395
  interface AutocompleteLabelProps extends ComboboxLabelProps$1 {
251
396
  class?: HTMLAttributes['class'];
252
397
  }
253
- declare const _default$14: typeof __VLS_export$86;
398
+ declare const _default$23: typeof __VLS_export$86;
254
399
  declare const __VLS_export$86: __VLS_WithSlots$79<import("vue").DefineComponent<AutocompleteLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
255
400
  default?: (props: {}) => any;
256
401
  }>;
@@ -262,7 +407,7 @@ type __VLS_WithSlots$79<T, S> = T & {
262
407
  //#endregion
263
408
  //#region src/autocomplete/AutocompletePortal.vue.d.ts
264
409
  interface AutocompletePortalProps extends ComboboxPortalProps$1 {}
265
- declare const _default$15: typeof __VLS_export$85;
410
+ declare const _default$24: typeof __VLS_export$85;
266
411
  declare const __VLS_export$85: __VLS_WithSlots$78<import("vue").DefineComponent<AutocompletePortalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompletePortalProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
267
412
  default?: (props: {}) => any;
268
413
  }>;
@@ -276,7 +421,7 @@ type __VLS_WithSlots$78<T, S> = T & {
276
421
  interface AutocompleteSeparatorProps extends ComboboxSeparatorProps$1 {
277
422
  class?: HTMLAttributes['class'];
278
423
  }
279
- declare const _default$16: typeof __VLS_export$84;
424
+ declare const _default$25: typeof __VLS_export$84;
280
425
  declare const __VLS_export$84: __VLS_WithSlots$77<import("vue").DefineComponent<AutocompleteSeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
281
426
  default?: (props: {}) => any;
282
427
  }>;
@@ -288,7 +433,7 @@ type __VLS_WithSlots$77<T, S> = T & {
288
433
  //#endregion
289
434
  //#region src/autocomplete/AutocompleteTrigger.vue.d.ts
290
435
  interface AutocompleteTriggerProps extends ComboboxTriggerProps$1 {}
291
- declare const _default$17: typeof __VLS_export$83;
436
+ declare const _default$26: typeof __VLS_export$83;
292
437
  declare const __VLS_export$83: __VLS_WithSlots$76<import("vue").DefineComponent<AutocompleteTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
293
438
  default?: (props: {}) => any;
294
439
  }>;
@@ -300,7 +445,7 @@ type __VLS_WithSlots$76<T, S> = T & {
300
445
  //#endregion
301
446
  //#region src/autocomplete/AutocompleteViewport.vue.d.ts
302
447
  interface AutocompleteViewportProps extends ComboboxViewportProps$1 {}
303
- declare const _default$18: typeof __VLS_export$82;
448
+ declare const _default$27: typeof __VLS_export$82;
304
449
  declare const __VLS_export$82: __VLS_WithSlots$75<import("vue").DefineComponent<AutocompleteViewportProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
305
450
  default?: (props: {}) => any;
306
451
  }>;
@@ -315,7 +460,7 @@ interface ComboboxProps extends ComboboxRootProps {
315
460
  class?: HTMLAttributes['class'];
316
461
  }
317
462
  interface ComboboxEmits extends ComboboxRootEmits {}
318
- declare const _default$19: typeof __VLS_export$81;
463
+ declare const _default$28: typeof __VLS_export$81;
319
464
  declare const __VLS_export$81: __VLS_WithSlots$74<import("vue").DefineComponent<ComboboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
320
465
  "update:modelValue": (value: import("reka-ui").AcceptableValue) => any;
321
466
  "update:open": (value: boolean) => any;
@@ -344,7 +489,7 @@ type __VLS_WithSlots$74<T, S> = T & {
344
489
  //#endregion
345
490
  //#region src/combobox/ComboboxAnchor.vue.d.ts
346
491
  interface ComboboxAnchorProps extends ComboboxAnchorProps$1 {}
347
- declare const _default$20: typeof __VLS_export$80;
492
+ declare const _default$29: typeof __VLS_export$80;
348
493
  declare const __VLS_export$80: __VLS_WithSlots$73<import("vue").DefineComponent<ComboboxAnchorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
349
494
  default?: (props: {}) => any;
350
495
  }>;
@@ -356,7 +501,7 @@ type __VLS_WithSlots$73<T, S> = T & {
356
501
  //#endregion
357
502
  //#region src/combobox/ComboboxCancel.vue.d.ts
358
503
  interface ComboboxCancelProps extends ComboboxCancelProps$1 {}
359
- declare const _default$21: typeof __VLS_export$79;
504
+ declare const _default$30: typeof __VLS_export$79;
360
505
  declare const __VLS_export$79: __VLS_WithSlots$72<import("vue").DefineComponent<ComboboxCancelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxCancelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
361
506
  default?: (props: {}) => any;
362
507
  }>;
@@ -371,7 +516,7 @@ interface ComboboxContentProps extends Omit<ComboboxContentProps$1, 'position'>
371
516
  class?: HTMLAttributes['class'];
372
517
  }
373
518
  interface ComboboxContentEmits extends ComboboxContentEmits$1 {}
374
- declare const _default$22: typeof __VLS_export$78;
519
+ declare const _default$31: typeof __VLS_export$78;
375
520
  declare const __VLS_export$78: __VLS_WithSlots$71<import("vue").DefineComponent<ComboboxContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
376
521
  escapeKeyDown: (event: KeyboardEvent) => any;
377
522
  pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
@@ -397,7 +542,7 @@ type __VLS_WithSlots$71<T, S> = T & {
397
542
  interface ComboboxEmptyProps extends ComboboxEmptyProps$1 {
398
543
  class?: HTMLAttributes['class'];
399
544
  }
400
- declare const _default$23: typeof __VLS_export$77;
545
+ declare const _default$32: typeof __VLS_export$77;
401
546
  declare const __VLS_export$77: __VLS_WithSlots$70<import("vue").DefineComponent<ComboboxEmptyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
402
547
  default?: (props: {}) => any;
403
548
  }>;
@@ -409,7 +554,7 @@ type __VLS_WithSlots$70<T, S> = T & {
409
554
  //#endregion
410
555
  //#region src/combobox/ComboboxGroup.vue.d.ts
411
556
  interface ComboboxGroupProps extends ComboboxGroupProps$1 {}
412
- declare const _default$24: typeof __VLS_export$76;
557
+ declare const _default$33: typeof __VLS_export$76;
413
558
  declare const __VLS_export$76: __VLS_WithSlots$69<import("vue").DefineComponent<ComboboxGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
414
559
  default?: (props: {}) => any;
415
560
  }>;
@@ -427,7 +572,7 @@ interface ComboboxInputProps extends ComboboxInputProps$1 {
427
572
  interface ComboboxInputEmits extends ComboboxInputEmits$1 {
428
573
  'cancel': [void];
429
574
  }
430
- declare const _default$25: typeof __VLS_export$75;
575
+ declare const _default$34: typeof __VLS_export$75;
431
576
  declare const __VLS_export$75: import("vue").DefineComponent<ComboboxInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
432
577
  "update:modelValue": (args_0: string) => any;
433
578
  cancel: (args_0: void) => any;
@@ -444,7 +589,7 @@ interface ComboboxItemProps extends ComboboxItemProps$1 {
444
589
  class?: HTMLAttributes['class'];
445
590
  }
446
591
  interface ComboboxItemEmits extends ComboboxItemEmits$1 {}
447
- declare const _default$26: typeof __VLS_export$74;
592
+ declare const _default$35: typeof __VLS_export$74;
448
593
  declare const __VLS_export$74: __VLS_WithSlots$68<import("vue").DefineComponent<ComboboxItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
449
594
  select: (event: import("reka-ui").ListboxItemSelectEvent<import("reka-ui").AcceptableValue>) => any;
450
595
  }, string, import("vue").PublicProps, Readonly<ComboboxItemProps> & Readonly<{
@@ -462,7 +607,7 @@ type __VLS_WithSlots$68<T, S> = T & {
462
607
  interface ComboboxLabelProps extends ComboboxLabelProps$1 {
463
608
  class?: HTMLAttributes['class'];
464
609
  }
465
- declare const _default$27: typeof __VLS_export$73;
610
+ declare const _default$36: typeof __VLS_export$73;
466
611
  declare const __VLS_export$73: __VLS_WithSlots$67<import("vue").DefineComponent<ComboboxLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
467
612
  default?: (props: {}) => any;
468
613
  }>;
@@ -474,7 +619,7 @@ type __VLS_WithSlots$67<T, S> = T & {
474
619
  //#endregion
475
620
  //#region src/combobox/ComboboxPortal.vue.d.ts
476
621
  interface ComboboxPortalProps extends ComboboxPortalProps$1 {}
477
- declare const _default$28: typeof __VLS_export$72;
622
+ declare const _default$37: typeof __VLS_export$72;
478
623
  declare const __VLS_export$72: __VLS_WithSlots$66<import("vue").DefineComponent<ComboboxPortalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
479
624
  default?: (props: {}) => any;
480
625
  }>;
@@ -488,7 +633,7 @@ type __VLS_WithSlots$66<T, S> = T & {
488
633
  interface ComboboxSeparatorProps extends ComboboxSeparatorProps$1 {
489
634
  class?: HTMLAttributes['class'];
490
635
  }
491
- declare const _default$29: typeof __VLS_export$71;
636
+ declare const _default$38: typeof __VLS_export$71;
492
637
  declare const __VLS_export$71: __VLS_WithSlots$65<import("vue").DefineComponent<ComboboxSeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
493
638
  default?: (props: {}) => any;
494
639
  }>;
@@ -500,7 +645,7 @@ type __VLS_WithSlots$65<T, S> = T & {
500
645
  //#endregion
501
646
  //#region src/combobox/ComboboxTrigger.vue.d.ts
502
647
  interface ComboboxTriggerProps extends ComboboxTriggerProps$1 {}
503
- declare const _default$30: typeof __VLS_export$70;
648
+ declare const _default$39: typeof __VLS_export$70;
504
649
  declare const __VLS_export$70: __VLS_WithSlots$64<import("vue").DefineComponent<ComboboxTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
505
650
  default?: (props: {}) => any;
506
651
  }>;
@@ -512,7 +657,7 @@ type __VLS_WithSlots$64<T, S> = T & {
512
657
  //#endregion
513
658
  //#region src/combobox/ComboboxViewport.vue.d.ts
514
659
  interface ComboboxViewportProps extends ComboboxViewportProps$1 {}
515
- declare const _default$31: typeof __VLS_export$69;
660
+ declare const _default$40: typeof __VLS_export$69;
516
661
  declare const __VLS_export$69: __VLS_WithSlots$63<import("vue").DefineComponent<ComboboxViewportProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
517
662
  default?: (props: {}) => any;
518
663
  }>;
@@ -525,7 +670,7 @@ type __VLS_WithSlots$63<T, S> = T & {
525
670
  //#region src/context-menu/ContextMenu.vue.d.ts
526
671
  interface ContextMenuEmits extends ContextMenuRootEmits {}
527
672
  interface ContextMenuProps extends ContextMenuRootProps {}
528
- declare const _default$32: typeof __VLS_export$68;
673
+ declare const _default$41: typeof __VLS_export$68;
529
674
  declare const __VLS_export$68: __VLS_WithSlots$62<import("vue").DefineComponent<ContextMenuEmits, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
530
675
  dir: () => any;
531
676
  modal: () => any;
@@ -548,7 +693,7 @@ interface ContextMenuCheckboxItemProps extends ContextMenuCheckboxItemProps$1 {
548
693
  class?: HTMLAttributes['class'];
549
694
  }
550
695
  interface ContextMenuCheckboxItemEmits extends ContextMenuCheckboxItemEmits$1 {}
551
- declare const _default$33: typeof __VLS_export$67;
696
+ declare const _default$42: typeof __VLS_export$67;
552
697
  declare const __VLS_export$67: __VLS_WithSlots$61<import("vue").DefineComponent<ContextMenuCheckboxItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
553
698
  "update:modelValue": (payload: boolean) => any;
554
699
  select: (event: Event) => any;
@@ -569,7 +714,7 @@ interface ContextMenuContentProps extends ContextMenuContentProps$1 {
569
714
  class?: HTMLAttributes['class'];
570
715
  }
571
716
  interface ContextMenuContentEmits extends ContextMenuContentEmits$1 {}
572
- declare const _default$34: typeof __VLS_export$66;
717
+ declare const _default$43: typeof __VLS_export$66;
573
718
  declare const __VLS_export$66: __VLS_WithSlots$60<import("vue").DefineComponent<ContextMenuContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
574
719
  escapeKeyDown: (event: KeyboardEvent) => any;
575
720
  pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
@@ -593,7 +738,7 @@ type __VLS_WithSlots$60<T, S> = T & {
593
738
  //#endregion
594
739
  //#region src/context-menu/ContextMenuGroup.vue.d.ts
595
740
  interface ContextMenuGroupProps extends ContextMenuGroupProps$1 {}
596
- declare const _default$35: typeof __VLS_export$65;
741
+ declare const _default$44: typeof __VLS_export$65;
597
742
  declare const __VLS_export$65: __VLS_WithSlots$59<import("vue").DefineComponent<ContextMenuGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContextMenuGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
598
743
  default?: (props: {}) => any;
599
744
  }>;
@@ -609,7 +754,7 @@ interface ContextMenuItemProps extends ContextMenuItemProps$1 {
609
754
  inset?: boolean;
610
755
  }
611
756
  interface ContextMenuItemEmits extends ContextMenuItemEmits$1 {}
612
- declare const _default$36: typeof __VLS_export$64;
757
+ declare const _default$45: typeof __VLS_export$64;
613
758
  declare const __VLS_export$64: __VLS_WithSlots$58<import("vue").DefineComponent<ContextMenuItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
614
759
  select: (event: Event) => any;
615
760
  }, string, import("vue").PublicProps, Readonly<ContextMenuItemProps> & Readonly<{
@@ -628,7 +773,7 @@ interface ContextMenuLabelProps extends ContextMenuLabelProps$1 {
628
773
  class?: HTMLAttributes['class'];
629
774
  inset?: boolean;
630
775
  }
631
- declare const _default$37: typeof __VLS_export$63;
776
+ declare const _default$46: typeof __VLS_export$63;
632
777
  declare const __VLS_export$63: __VLS_WithSlots$57<import("vue").DefineComponent<ContextMenuLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContextMenuLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
633
778
  default?: (props: {}) => any;
634
779
  }>;
@@ -640,7 +785,7 @@ type __VLS_WithSlots$57<T, S> = T & {
640
785
  //#endregion
641
786
  //#region src/context-menu/ContextMenuPortal.vue.d.ts
642
787
  interface ContextMenuPortalProps extends ContextMenuPortalProps$1 {}
643
- declare const _default$38: typeof __VLS_export$62;
788
+ declare const _default$47: typeof __VLS_export$62;
644
789
  declare const __VLS_export$62: __VLS_WithSlots$56<import("vue").DefineComponent<ContextMenuPortalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContextMenuPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
645
790
  default?: (props: {}) => any;
646
791
  }>;
@@ -653,7 +798,7 @@ type __VLS_WithSlots$56<T, S> = T & {
653
798
  //#region src/context-menu/ContextMenuRadioGroup.vue.d.ts
654
799
  interface ContextMenuRadioGroupProps extends ContextMenuRadioGroupProps$1 {}
655
800
  interface ContextMenuRadioGroupEmits extends ContextMenuRadioGroupEmits$1 {}
656
- declare const _default$39: typeof __VLS_export$61;
801
+ declare const _default$48: typeof __VLS_export$61;
657
802
  declare const __VLS_export$61: __VLS_WithSlots$55<import("vue").DefineComponent<ContextMenuRadioGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
658
803
  "update:modelValue": (payload: import("reka-ui").AcceptableValue) => any;
659
804
  }, string, import("vue").PublicProps, Readonly<ContextMenuRadioGroupProps> & Readonly<{
@@ -672,7 +817,7 @@ interface ContextMenuRadioItemProps extends ContextMenuRadioItemProps$1 {
672
817
  class?: HTMLAttributes['class'];
673
818
  }
674
819
  interface ContextMenuRadioItemEmits extends ContextMenuRadioItemEmits$1 {}
675
- declare const _default$40: typeof __VLS_export$60;
820
+ declare const _default$49: typeof __VLS_export$60;
676
821
  declare const __VLS_export$60: __VLS_WithSlots$54<import("vue").DefineComponent<ContextMenuRadioItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
677
822
  select: (event: Event) => any;
678
823
  }, string, import("vue").PublicProps, Readonly<ContextMenuRadioItemProps> & Readonly<{
@@ -690,14 +835,14 @@ type __VLS_WithSlots$54<T, S> = T & {
690
835
  interface ContextMenuSeparatorProps extends ContextMenuSeparatorProps$1 {
691
836
  class?: HTMLAttributes['class'];
692
837
  }
693
- declare const _default$41: typeof __VLS_export$59;
838
+ declare const _default$50: typeof __VLS_export$59;
694
839
  declare const __VLS_export$59: import("vue").DefineComponent<ContextMenuSeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContextMenuSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=ContextMenuSeparator.vue.d.ts.map
695
840
  //#endregion
696
841
  //#region src/context-menu/ContextMenuShortcut.vue.d.ts
697
842
  interface ContextMenuShortcutProps extends PrimitiveProps {
698
843
  class?: HTMLAttributes['class'];
699
844
  }
700
- declare const _default$42: typeof __VLS_export$58;
845
+ declare const _default$51: typeof __VLS_export$58;
701
846
  declare const __VLS_export$58: __VLS_WithSlots$53<import("vue").DefineComponent<ContextMenuShortcutProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContextMenuShortcutProps> & Readonly<{}>, {
702
847
  as: import("reka-ui").AsTag | import("vue").Component;
703
848
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
@@ -712,7 +857,7 @@ type __VLS_WithSlots$53<T, S> = T & {
712
857
  //#region src/context-menu/ContextMenuSub.vue.d.ts
713
858
  interface ContextMenuSubProps extends ContextMenuSubProps$1 {}
714
859
  interface ContextMenuSubEmits extends ContextMenuSubEmits$1 {}
715
- declare const _default$43: typeof __VLS_export$57;
860
+ declare const _default$52: typeof __VLS_export$57;
716
861
  declare const __VLS_export$57: __VLS_WithSlots$52<import("vue").DefineComponent<ContextMenuSubProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
717
862
  "update:open": (payload: boolean) => any;
718
863
  }, string, import("vue").PublicProps, Readonly<ContextMenuSubProps> & Readonly<{
@@ -733,7 +878,7 @@ interface ContextMenuSubContentProps extends ContextMenuSubContentProps$1 {
733
878
  class?: HTMLAttributes['class'];
734
879
  }
735
880
  interface ContextMenuSubContentEmits extends ContextMenuSubContentEmits$1 {}
736
- declare const _default$44: typeof __VLS_export$56;
881
+ declare const _default$53: typeof __VLS_export$56;
737
882
  declare const __VLS_export$56: __VLS_WithSlots$51<import("vue").DefineComponent<ContextMenuSubContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
738
883
  escapeKeyDown: (event: KeyboardEvent) => any;
739
884
  pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
@@ -766,7 +911,7 @@ interface ContextMenuSubTriggerProps extends ContextMenuSubTriggerProps$1 {
766
911
  class?: HTMLAttributes['class'];
767
912
  inset?: boolean;
768
913
  }
769
- declare const _default$45: typeof __VLS_export$55;
914
+ declare const _default$54: typeof __VLS_export$55;
770
915
  declare const __VLS_export$55: __VLS_WithSlots$50<import("vue").DefineComponent<ContextMenuSubTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContextMenuSubTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
771
916
  default?: (props: {}) => any;
772
917
  }>;
@@ -778,7 +923,7 @@ type __VLS_WithSlots$50<T, S> = T & {
778
923
  //#endregion
779
924
  //#region src/context-menu/ContextMenuTrigger.vue.d.ts
780
925
  interface ContextMenuTriggerProps extends ContextMenuTriggerProps$1 {}
781
- declare const _default$46: typeof __VLS_export$54;
926
+ declare const _default$55: typeof __VLS_export$54;
782
927
  declare const __VLS_export$54: __VLS_WithSlots$49<import("vue").DefineComponent<ContextMenuTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContextMenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
783
928
  default?: (props: {}) => any;
784
929
  }>;
@@ -793,7 +938,7 @@ interface DialogProps extends DialogRootProps {
793
938
  class?: HTMLAttributes['class'];
794
939
  }
795
940
  interface DialogEmits extends DialogRootEmits {}
796
- declare const _default$47: typeof __VLS_export$53;
941
+ declare const _default$56: typeof __VLS_export$53;
797
942
  declare const __VLS_export$53: __VLS_WithSlots$48<import("vue").DefineComponent<DialogProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
798
943
  "update:open": (value: boolean) => any;
799
944
  }, string, import("vue").PublicProps, Readonly<DialogProps> & Readonly<{
@@ -812,7 +957,7 @@ type __VLS_WithSlots$48<T, S> = T & {
812
957
  //#endregion
813
958
  //#region src/dialog/DialogClose.vue.d.ts
814
959
  interface DialogCloseProps extends DialogCloseProps$1 {}
815
- declare const _default$48: typeof __VLS_export$52;
960
+ declare const _default$57: typeof __VLS_export$52;
816
961
  declare const __VLS_export$52: __VLS_WithSlots$47<import("vue").DefineComponent<DialogCloseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {
817
962
  as: import("reka-ui").AsTag | import("vue").Component;
818
963
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
@@ -830,7 +975,7 @@ interface DialogContentProps extends DialogContentProps$1 {
830
975
  showCloseButton?: boolean;
831
976
  }
832
977
  interface DialogContentEmits extends DialogContentEmits$1 {}
833
- declare const _default$49: typeof __VLS_export$51;
978
+ declare const _default$58: typeof __VLS_export$51;
834
979
  declare const __VLS_export$51: __VLS_WithSlots$46<import("vue").DefineComponent<DialogContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
835
980
  escapeKeyDown: (event: KeyboardEvent) => any;
836
981
  pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
@@ -860,7 +1005,7 @@ type __VLS_WithSlots$46<T, S> = T & {
860
1005
  interface DialogDescriptionProps extends DialogDescriptionProps$1 {
861
1006
  class?: HTMLAttributes['class'];
862
1007
  }
863
- declare const _default$50: typeof __VLS_export$50;
1008
+ declare const _default$59: typeof __VLS_export$50;
864
1009
  declare const __VLS_export$50: __VLS_WithSlots$45<import("vue").DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {
865
1010
  as: import("reka-ui").AsTag | import("vue").Component;
866
1011
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
@@ -876,7 +1021,7 @@ type __VLS_WithSlots$45<T, S> = T & {
876
1021
  interface DialogFooterProps extends PrimitiveProps {
877
1022
  class?: HTMLAttributes['class'];
878
1023
  }
879
- declare const _default$51: typeof __VLS_export$49;
1024
+ declare const _default$60: typeof __VLS_export$49;
880
1025
  declare const __VLS_export$49: __VLS_WithSlots$44<import("vue").DefineComponent<DialogFooterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
881
1026
  default?: (props: {}) => any;
882
1027
  }>;
@@ -890,7 +1035,7 @@ type __VLS_WithSlots$44<T, S> = T & {
890
1035
  interface DialogHeaderProps extends PrimitiveProps {
891
1036
  class?: HTMLAttributes['class'];
892
1037
  }
893
- declare const _default$52: typeof __VLS_export$48;
1038
+ declare const _default$61: typeof __VLS_export$48;
894
1039
  declare const __VLS_export$48: __VLS_WithSlots$43<import("vue").DefineComponent<DialogHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
895
1040
  default?: (props: {}) => any;
896
1041
  }>;
@@ -904,7 +1049,7 @@ type __VLS_WithSlots$43<T, S> = T & {
904
1049
  interface DialogOverlayProps extends DialogOverlayProps$1 {
905
1050
  class?: HTMLAttributes['class'];
906
1051
  }
907
- declare const _default$53: typeof __VLS_export$47;
1052
+ declare const _default$62: typeof __VLS_export$47;
908
1053
  declare const __VLS_export$47: __VLS_WithSlots$42<import("vue").DefineComponent<DialogOverlayProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
909
1054
  default?: (props: {}) => any;
910
1055
  }>;
@@ -918,7 +1063,7 @@ type __VLS_WithSlots$42<T, S> = T & {
918
1063
  interface DialogTitleProps extends DialogTitleProps$1 {
919
1064
  class?: HTMLAttributes['class'];
920
1065
  }
921
- declare const _default$54: typeof __VLS_export$46;
1066
+ declare const _default$63: typeof __VLS_export$46;
922
1067
  declare const __VLS_export$46: __VLS_WithSlots$41<import("vue").DefineComponent<DialogTitleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {
923
1068
  as: import("reka-ui").AsTag | import("vue").Component;
924
1069
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
@@ -932,7 +1077,7 @@ type __VLS_WithSlots$41<T, S> = T & {
932
1077
  //#endregion
933
1078
  //#region src/dialog/DialogTrigger.vue.d.ts
934
1079
  interface DialogTriggerProps extends DialogTriggerProps$1 {}
935
- declare const _default$55: typeof __VLS_export$45;
1080
+ declare const _default$64: typeof __VLS_export$45;
936
1081
  declare const __VLS_export$45: __VLS_WithSlots$40<import("vue").DefineComponent<DialogTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
937
1082
  default?: (props: {}) => any;
938
1083
  }>;
@@ -947,7 +1092,7 @@ interface DrawerProps extends DialogRootProps {
947
1092
  class?: HTMLAttributes['class'];
948
1093
  }
949
1094
  interface DrawerEmits extends DialogRootEmits {}
950
- declare const _default$56: typeof __VLS_export$44;
1095
+ declare const _default$65: typeof __VLS_export$44;
951
1096
  declare const __VLS_export$44: __VLS_WithSlots$39<import("vue").DefineComponent<DrawerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
952
1097
  "update:open": (value: boolean) => any;
953
1098
  }, string, import("vue").PublicProps, Readonly<DrawerProps> & Readonly<{
@@ -966,7 +1111,7 @@ type __VLS_WithSlots$39<T, S> = T & {
966
1111
  //#endregion
967
1112
  //#region src/drawer/DrawerClose.vue.d.ts
968
1113
  interface DrawerCloseProps extends DialogCloseProps$1 {}
969
- declare const _default$57: typeof __VLS_export$43;
1114
+ declare const _default$66: typeof __VLS_export$43;
970
1115
  declare const __VLS_export$43: __VLS_WithSlots$38<import("vue").DefineComponent<DrawerCloseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerCloseProps> & Readonly<{}>, {
971
1116
  as: import("reka-ui").AsTag | import("vue").Component;
972
1117
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
@@ -985,7 +1130,7 @@ interface DrawerContentProps extends DialogContentProps$1 {
985
1130
  side?: 'top' | 'right' | 'bottom' | 'left';
986
1131
  showCloseButton?: boolean;
987
1132
  }
988
- declare const _default$58: typeof __VLS_export$42;
1133
+ declare const _default$67: typeof __VLS_export$42;
989
1134
  declare const __VLS_export$42: __VLS_WithSlots$37<import("vue").DefineComponent<DrawerContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
990
1135
  escapeKeyDown: (event: KeyboardEvent) => any;
991
1136
  pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
@@ -1001,8 +1146,8 @@ declare const __VLS_export$42: __VLS_WithSlots$37<import("vue").DefineComponent<
1001
1146
  onOpenAutoFocus?: ((event: Event) => any) | undefined;
1002
1147
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
1003
1148
  }>, {
1004
- showCloseButton: boolean;
1005
1149
  side: "top" | "right" | "bottom" | "left";
1150
+ showCloseButton: boolean;
1006
1151
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1007
1152
  default?: (props: {}) => any;
1008
1153
  }>;
@@ -1016,7 +1161,7 @@ type __VLS_WithSlots$37<T, S> = T & {
1016
1161
  interface DrawerDescriptionProps extends DialogDescriptionProps$1 {
1017
1162
  class?: HTMLAttributes['class'];
1018
1163
  }
1019
- declare const _default$59: typeof __VLS_export$41;
1164
+ declare const _default$68: typeof __VLS_export$41;
1020
1165
  declare const __VLS_export$41: __VLS_WithSlots$36<import("vue").DefineComponent<DrawerDescriptionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerDescriptionProps> & Readonly<{}>, {
1021
1166
  as: import("reka-ui").AsTag | import("vue").Component;
1022
1167
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
@@ -1032,7 +1177,7 @@ type __VLS_WithSlots$36<T, S> = T & {
1032
1177
  interface DrawerFooterProps extends PrimitiveProps {
1033
1178
  class?: HTMLAttributes['class'];
1034
1179
  }
1035
- declare const _default$60: typeof __VLS_export$40;
1180
+ declare const _default$69: typeof __VLS_export$40;
1036
1181
  declare const __VLS_export$40: __VLS_WithSlots$35<import("vue").DefineComponent<DrawerFooterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1037
1182
  default?: (props: {}) => any;
1038
1183
  }>;
@@ -1046,7 +1191,7 @@ type __VLS_WithSlots$35<T, S> = T & {
1046
1191
  interface DrawerHeaderProps extends PrimitiveProps {
1047
1192
  class?: HTMLAttributes['class'];
1048
1193
  }
1049
- declare const _default$61: typeof __VLS_export$39;
1194
+ declare const _default$70: typeof __VLS_export$39;
1050
1195
  declare const __VLS_export$39: __VLS_WithSlots$34<import("vue").DefineComponent<DrawerHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1051
1196
  default?: (props: {}) => any;
1052
1197
  }>;
@@ -1060,7 +1205,7 @@ type __VLS_WithSlots$34<T, S> = T & {
1060
1205
  interface DrawerOverlayProps extends DialogOverlayProps$1 {
1061
1206
  class?: HTMLAttributes['class'];
1062
1207
  }
1063
- declare const _default$62: typeof __VLS_export$38;
1208
+ declare const _default$71: typeof __VLS_export$38;
1064
1209
  declare const __VLS_export$38: __VLS_WithSlots$33<import("vue").DefineComponent<DrawerOverlayProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1065
1210
  default?: (props: {}) => any;
1066
1211
  }>;
@@ -1074,7 +1219,7 @@ type __VLS_WithSlots$33<T, S> = T & {
1074
1219
  interface DrawerTitleProps extends DialogTitleProps$1 {
1075
1220
  class?: HTMLAttributes['class'];
1076
1221
  }
1077
- declare const _default$63: typeof __VLS_export$37;
1222
+ declare const _default$72: typeof __VLS_export$37;
1078
1223
  declare const __VLS_export$37: __VLS_WithSlots$32<import("vue").DefineComponent<DrawerTitleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerTitleProps> & Readonly<{}>, {
1079
1224
  as: import("reka-ui").AsTag | import("vue").Component;
1080
1225
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
@@ -1088,7 +1233,7 @@ type __VLS_WithSlots$32<T, S> = T & {
1088
1233
  //#endregion
1089
1234
  //#region src/drawer/DrawerTrigger.vue.d.ts
1090
1235
  interface DrawerTriggerProps extends DialogTriggerProps$1 {}
1091
- declare const _default$64: typeof __VLS_export$36;
1236
+ declare const _default$73: typeof __VLS_export$36;
1092
1237
  declare const __VLS_export$36: __VLS_WithSlots$31<import("vue").DefineComponent<DrawerTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1093
1238
  default?: (props: {}) => any;
1094
1239
  }>;
@@ -1101,7 +1246,7 @@ type __VLS_WithSlots$31<T, S> = T & {
1101
1246
  //#region src/dropdown-menu/DropdownMenu.vue.d.ts
1102
1247
  interface DropdownMenuProps extends DropdownMenuRootProps {}
1103
1248
  interface DropdownMenuEmits extends DropdownMenuRootEmits {}
1104
- declare const _default$65: typeof __VLS_export$35;
1249
+ declare const _default$74: typeof __VLS_export$35;
1105
1250
  declare const __VLS_export$35: __VLS_WithSlots$30<import("vue").DefineComponent<DropdownMenuProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1106
1251
  "update:open": (payload: boolean) => any;
1107
1252
  }, string, import("vue").PublicProps, Readonly<DropdownMenuProps> & Readonly<{
@@ -1122,7 +1267,7 @@ interface DropdownMenuCheckboxItemProps extends DropdownMenuCheckboxItemProps$1
1122
1267
  class?: HTMLAttributes['class'];
1123
1268
  }
1124
1269
  interface DropdownMenuCheckboxItemEmits extends DropdownMenuCheckboxItemEmits$1 {}
1125
- declare const _default$66: typeof __VLS_export$34;
1270
+ declare const _default$75: typeof __VLS_export$34;
1126
1271
  declare const __VLS_export$34: __VLS_WithSlots$29<import("vue").DefineComponent<DropdownMenuCheckboxItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1127
1272
  "update:modelValue": (payload: boolean) => any;
1128
1273
  select: (event: Event) => any;
@@ -1143,7 +1288,7 @@ interface DropdownMenuContentProps extends DropdownMenuContentProps$1 {
1143
1288
  class?: HTMLAttributes['class'];
1144
1289
  }
1145
1290
  interface DropdownMenuContentEmits extends DropdownMenuContentEmits$1 {}
1146
- declare const _default$67: typeof __VLS_export$33;
1291
+ declare const _default$76: typeof __VLS_export$33;
1147
1292
  declare const __VLS_export$33: __VLS_WithSlots$28<import("vue").DefineComponent<DropdownMenuContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1148
1293
  escapeKeyDown: (event: KeyboardEvent) => any;
1149
1294
  pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
@@ -1169,7 +1314,7 @@ type __VLS_WithSlots$28<T, S> = T & {
1169
1314
  //#endregion
1170
1315
  //#region src/dropdown-menu/DropdownMenuGroup.vue.d.ts
1171
1316
  interface DropdownMenuGroupProps extends DropdownMenuGroupProps$1 {}
1172
- declare const _default$68: typeof __VLS_export$32;
1317
+ declare const _default$77: typeof __VLS_export$32;
1173
1318
  declare const __VLS_export$32: __VLS_WithSlots$27<import("vue").DefineComponent<DropdownMenuGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownMenuGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1174
1319
  default?: (props: {}) => any;
1175
1320
  }>;
@@ -1184,7 +1329,7 @@ interface DropdownMenuItemProps extends DropdownMenuItemProps$1 {
1184
1329
  class?: HTMLAttributes['class'];
1185
1330
  inset?: boolean;
1186
1331
  }
1187
- declare const _default$69: typeof __VLS_export$31;
1332
+ declare const _default$78: typeof __VLS_export$31;
1188
1333
  declare const __VLS_export$31: __VLS_WithSlots$26<import("vue").DefineComponent<DropdownMenuItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownMenuItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1189
1334
  default?: (props: {}) => any;
1190
1335
  }>;
@@ -1199,7 +1344,7 @@ interface DropdownMenuLabelProps extends DropdownMenuLabelProps$1 {
1199
1344
  class?: HTMLAttributes['class'];
1200
1345
  inset?: boolean;
1201
1346
  }
1202
- declare const _default$70: typeof __VLS_export$30;
1347
+ declare const _default$79: typeof __VLS_export$30;
1203
1348
  declare const __VLS_export$30: __VLS_WithSlots$25<import("vue").DefineComponent<DropdownMenuLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownMenuLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1204
1349
  default?: (props: {}) => any;
1205
1350
  }>;
@@ -1211,7 +1356,7 @@ type __VLS_WithSlots$25<T, S> = T & {
1211
1356
  //#endregion
1212
1357
  //#region src/dropdown-menu/DropdownMenuPortal.vue.d.ts
1213
1358
  interface DropdownMenuPortalProps extends DropdownMenuPortalProps$1 {}
1214
- declare const _default$71: typeof __VLS_export$29;
1359
+ declare const _default$80: typeof __VLS_export$29;
1215
1360
  declare const __VLS_export$29: __VLS_WithSlots$24<import("vue").DefineComponent<DropdownMenuPortalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownMenuPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1216
1361
  default?: (props: {}) => any;
1217
1362
  }>;
@@ -1224,7 +1369,7 @@ type __VLS_WithSlots$24<T, S> = T & {
1224
1369
  //#region src/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts
1225
1370
  interface DropdownMenuRadioGroupProps extends DropdownMenuRadioGroupProps$1 {}
1226
1371
  interface DropdownMenuRadioGroupEmits extends DropdownMenuRadioGroupEmits$1 {}
1227
- declare const _default$72: typeof __VLS_export$28;
1372
+ declare const _default$81: typeof __VLS_export$28;
1228
1373
  declare const __VLS_export$28: __VLS_WithSlots$23<import("vue").DefineComponent<DropdownMenuRadioGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1229
1374
  "update:modelValue": (payload: import("reka-ui").AcceptableValue) => any;
1230
1375
  }, string, import("vue").PublicProps, Readonly<DropdownMenuRadioGroupProps> & Readonly<{
@@ -1243,7 +1388,7 @@ interface DropdownMenuRadioItemProps extends DropdownMenuRadioItemProps$1 {
1243
1388
  class?: HTMLAttributes['class'];
1244
1389
  }
1245
1390
  interface DropdownMenuRadioItemEmits extends DropdownMenuRadioItemEmits$1 {}
1246
- declare const _default$73: typeof __VLS_export$27;
1391
+ declare const _default$82: typeof __VLS_export$27;
1247
1392
  declare const __VLS_export$27: __VLS_WithSlots$22<import("vue").DefineComponent<DropdownMenuRadioItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1248
1393
  select: (event: Event) => any;
1249
1394
  }, string, import("vue").PublicProps, Readonly<DropdownMenuRadioItemProps> & Readonly<{
@@ -1261,14 +1406,14 @@ type __VLS_WithSlots$22<T, S> = T & {
1261
1406
  interface DropdownMenuSeparatorProps extends DropdownMenuSeparatorProps$1 {
1262
1407
  class?: HTMLAttributes['class'];
1263
1408
  }
1264
- declare const _default$74: typeof __VLS_export$26;
1409
+ declare const _default$83: typeof __VLS_export$26;
1265
1410
  declare const __VLS_export$26: import("vue").DefineComponent<DropdownMenuSeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownMenuSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=DropdownMenuSeparator.vue.d.ts.map
1266
1411
  //#endregion
1267
1412
  //#region src/dropdown-menu/DropdownMenuShortcut.vue.d.ts
1268
1413
  interface DropdownMenuShortcutProps extends PrimitiveProps {
1269
1414
  class?: HTMLAttributes['class'];
1270
1415
  }
1271
- declare const _default$75: typeof __VLS_export$25;
1416
+ declare const _default$84: typeof __VLS_export$25;
1272
1417
  declare const __VLS_export$25: __VLS_WithSlots$21<import("vue").DefineComponent<DropdownMenuShortcutProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownMenuShortcutProps> & Readonly<{}>, {
1273
1418
  as: import("reka-ui").AsTag | import("vue").Component;
1274
1419
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
@@ -1282,7 +1427,7 @@ type __VLS_WithSlots$21<T, S> = T & {
1282
1427
  //#endregion
1283
1428
  //#region src/dropdown-menu/DropdownMenuSub.vue.d.ts
1284
1429
  interface DropdownMenuSubProps extends DropdownMenuSubProps$1 {}
1285
- declare const _default$76: typeof __VLS_export$24;
1430
+ declare const _default$85: typeof __VLS_export$24;
1286
1431
  declare const __VLS_export$24: __VLS_WithSlots$20<import("vue").DefineComponent<DropdownMenuSubProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1287
1432
  "update:open": (payload: boolean) => any;
1288
1433
  }, string, import("vue").PublicProps, Readonly<DropdownMenuSubProps> & Readonly<{
@@ -1303,7 +1448,7 @@ interface DropdownMenuSubContentProps extends DropdownMenuSubContentProps$1 {
1303
1448
  class?: HTMLAttributes['class'];
1304
1449
  }
1305
1450
  interface DropdownMenuSubContentEmits extends DropdownMenuSubContentEmits$1 {}
1306
- declare const _default$77: typeof __VLS_export$23;
1451
+ declare const _default$86: typeof __VLS_export$23;
1307
1452
  declare const __VLS_export$23: __VLS_WithSlots$19<import("vue").DefineComponent<DropdownMenuSubContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1308
1453
  escapeKeyDown: (event: KeyboardEvent) => any;
1309
1454
  pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
@@ -1336,7 +1481,7 @@ interface DropdownMenuSubTriggerProps extends DropdownMenuSubTriggerProps$1 {
1336
1481
  class?: HTMLAttributes['class'];
1337
1482
  inset?: boolean;
1338
1483
  }
1339
- declare const _default$78: typeof __VLS_export$22;
1484
+ declare const _default$87: typeof __VLS_export$22;
1340
1485
  declare const __VLS_export$22: __VLS_WithSlots$18<import("vue").DefineComponent<DropdownMenuSubTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownMenuSubTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1341
1486
  default?: (props: {}) => any;
1342
1487
  }>;
@@ -1348,7 +1493,7 @@ type __VLS_WithSlots$18<T, S> = T & {
1348
1493
  //#endregion
1349
1494
  //#region src/dropdown-menu/DropdownMenuTrigger.vue.d.ts
1350
1495
  interface DropdownMenuTriggerProps extends DropdownMenuTriggerProps$1 {}
1351
- declare const _default$79: typeof __VLS_export$21;
1496
+ declare const _default$88: typeof __VLS_export$21;
1352
1497
  declare const __VLS_export$21: __VLS_WithSlots$17<import("vue").DefineComponent<DropdownMenuTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownMenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1353
1498
  default?: (props: {}) => any;
1354
1499
  }>;
@@ -1361,7 +1506,7 @@ type __VLS_WithSlots$17<T, S> = T & {
1361
1506
  //#region src/select/Select.vue.d.ts
1362
1507
  interface SelectProps extends SelectRootProps {}
1363
1508
  interface SelectEmits extends SelectRootEmits {}
1364
- declare const _default$80: typeof __VLS_export$20;
1509
+ declare const _default$89: typeof __VLS_export$20;
1365
1510
  declare const __VLS_export$20: __VLS_WithSlots$16<import("vue").DefineComponent<SelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1366
1511
  "update:modelValue": (value: import("reka-ui").AcceptableValue) => any;
1367
1512
  "update:open": (value: boolean) => any;
@@ -1385,7 +1530,7 @@ interface SelectContentProps extends Omit<SelectContentProps$1, 'position'> {
1385
1530
  class?: HTMLAttributes['class'];
1386
1531
  }
1387
1532
  interface SelectContentEmits extends SelectContentEmits$1 {}
1388
- declare const _default$81: typeof __VLS_export$19;
1533
+ declare const _default$90: typeof __VLS_export$19;
1389
1534
  declare const __VLS_export$19: __VLS_WithSlots$15<import("vue").DefineComponent<SelectContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1390
1535
  escapeKeyDown: (event: KeyboardEvent) => any;
1391
1536
  pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
@@ -1408,7 +1553,7 @@ type __VLS_WithSlots$15<T, S> = T & {
1408
1553
  //#endregion
1409
1554
  //#region src/select/SelectGroup.vue.d.ts
1410
1555
  interface SelectGroupProps extends SelectGroupProps$1 {}
1411
- declare const _default$82: typeof __VLS_export$18;
1556
+ declare const _default$91: typeof __VLS_export$18;
1412
1557
  declare const __VLS_export$18: __VLS_WithSlots$14<import("vue").DefineComponent<SelectGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1413
1558
  default?: (props: {}) => any;
1414
1559
  }>;
@@ -1422,7 +1567,7 @@ type __VLS_WithSlots$14<T, S> = T & {
1422
1567
  interface SelectItemProps extends SelectItemProps$1 {
1423
1568
  class?: HTMLAttributes['class'];
1424
1569
  }
1425
- declare const _default$83: typeof __VLS_export$17;
1570
+ declare const _default$92: typeof __VLS_export$17;
1426
1571
  declare const __VLS_export$17: __VLS_WithSlots$13<import("vue").DefineComponent<SelectItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1427
1572
  default?: (props: {}) => any;
1428
1573
  }>;
@@ -1434,7 +1579,7 @@ type __VLS_WithSlots$13<T, S> = T & {
1434
1579
  //#endregion
1435
1580
  //#region src/select/SelectItemText.vue.d.ts
1436
1581
  interface SelectItemTextProps extends SelectItemTextProps$1 {}
1437
- declare const _default$84: typeof __VLS_export$16;
1582
+ declare const _default$93: typeof __VLS_export$16;
1438
1583
  declare const __VLS_export$16: __VLS_WithSlots$12<import("vue").DefineComponent<SelectItemTextProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1439
1584
  default?: (props: {}) => any;
1440
1585
  }>;
@@ -1448,7 +1593,7 @@ type __VLS_WithSlots$12<T, S> = T & {
1448
1593
  interface SelectLabelProps extends SelectLabelProps$1 {
1449
1594
  class?: HTMLAttributes['class'];
1450
1595
  }
1451
- declare const _default$85: typeof __VLS_export$15;
1596
+ declare const _default$94: typeof __VLS_export$15;
1452
1597
  declare const __VLS_export$15: __VLS_WithSlots$11<import("vue").DefineComponent<SelectLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1453
1598
  default?: (props: {}) => any;
1454
1599
  }>;
@@ -1462,28 +1607,28 @@ type __VLS_WithSlots$11<T, S> = T & {
1462
1607
  interface SelectScrollDownButtonProps extends SelectScrollDownButtonProps$1 {
1463
1608
  class?: HTMLAttributes['class'];
1464
1609
  }
1465
- declare const _default$86: typeof __VLS_export$14;
1610
+ declare const _default$95: typeof __VLS_export$14;
1466
1611
  declare const __VLS_export$14: import("vue").DefineComponent<SelectScrollDownButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectScrollDownButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=SelectScrollDownButton.vue.d.ts.map
1467
1612
  //#endregion
1468
1613
  //#region src/select/SelectScrollUpButton.vue.d.ts
1469
1614
  interface SelectScrollUpButtonProps extends SelectScrollUpButtonProps$1 {
1470
1615
  class?: HTMLAttributes['class'];
1471
1616
  }
1472
- declare const _default$87: typeof __VLS_export$13;
1617
+ declare const _default$96: typeof __VLS_export$13;
1473
1618
  declare const __VLS_export$13: import("vue").DefineComponent<SelectScrollUpButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectScrollUpButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=SelectScrollUpButton.vue.d.ts.map
1474
1619
  //#endregion
1475
1620
  //#region src/select/SelectSeparator.vue.d.ts
1476
1621
  interface SelectSeparatorProps extends SelectSeparatorProps$1 {
1477
1622
  class?: HTMLAttributes['class'];
1478
1623
  }
1479
- declare const _default$88: typeof __VLS_export$12;
1624
+ declare const _default$97: typeof __VLS_export$12;
1480
1625
  declare const __VLS_export$12: import("vue").DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=SelectSeparator.vue.d.ts.map
1481
1626
  //#endregion
1482
1627
  //#region src/select/SelectTrigger.vue.d.ts
1483
1628
  interface SelectTriggerProps extends SelectTriggerProps$1 {
1484
1629
  class?: HTMLAttributes['class'];
1485
1630
  }
1486
- declare const _default$89: typeof __VLS_export$11;
1631
+ declare const _default$98: typeof __VLS_export$11;
1487
1632
  declare const __VLS_export$11: __VLS_WithSlots$10<import("vue").DefineComponent<SelectTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {
1488
1633
  as: import("reka-ui").AsTag | import("vue").Component;
1489
1634
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
@@ -1499,7 +1644,7 @@ type __VLS_WithSlots$10<T, S> = T & {
1499
1644
  interface SelectValueProps extends SelectValueProps$1 {
1500
1645
  class?: HTMLAttributes['class'];
1501
1646
  }
1502
- declare const _default$90: typeof __VLS_export$10;
1647
+ declare const _default$99: typeof __VLS_export$10;
1503
1648
  declare const __VLS_export$10: __VLS_WithSlots$9<import("vue").DefineComponent<SelectValueProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectValueProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1504
1649
  default?: (props: {}) => any;
1505
1650
  }>;
@@ -1514,7 +1659,7 @@ interface SheetEmits extends DrawerRootEmits {}
1514
1659
  interface SheetProps extends DrawerRootProps {
1515
1660
  class?: HTMLAttributes['class'];
1516
1661
  }
1517
- declare const _default$91: typeof __VLS_export$9;
1662
+ declare const _default$100: typeof __VLS_export$9;
1518
1663
  declare const __VLS_export$9: __VLS_WithSlots$8<import("vue").DefineComponent<SheetProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
1519
1664
  drag: (percentageDragged: number) => any;
1520
1665
  "update:open": (open: boolean) => any;
@@ -1542,7 +1687,7 @@ type __VLS_WithSlots$8<T, S> = T & {
1542
1687
  //#endregion
1543
1688
  //#region src/sheet/SheetClose.vue.d.ts
1544
1689
  interface SheetCloseProps extends DrawerCloseProps$1 {}
1545
- declare const _default$92: typeof __VLS_export$8;
1690
+ declare const _default$101: typeof __VLS_export$8;
1546
1691
  declare const __VLS_export$8: __VLS_WithSlots$7<import("vue").DefineComponent<SheetCloseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SheetCloseProps> & Readonly<{}>, {
1547
1692
  as: import("reka-ui").AsTag | import("vue").Component;
1548
1693
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
@@ -1560,7 +1705,7 @@ interface SheetContentProps extends DialogContentProps$1 {
1560
1705
  class?: HTMLAttributes['class'];
1561
1706
  showHandle?: boolean;
1562
1707
  }
1563
- declare const _default$93: typeof __VLS_export$7;
1708
+ declare const _default$102: typeof __VLS_export$7;
1564
1709
  declare const __VLS_export$7: __VLS_WithSlots$6<import("vue").DefineComponent<SheetContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1565
1710
  escapeKeyDown: (event: KeyboardEvent) => any;
1566
1711
  pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
@@ -1590,7 +1735,7 @@ type __VLS_WithSlots$6<T, S> = T & {
1590
1735
  interface SheetDescriptionProps extends DrawerDescriptionProps$1 {
1591
1736
  class?: HTMLAttributes['class'];
1592
1737
  }
1593
- declare const _default$94: typeof __VLS_export$6;
1738
+ declare const _default$103: typeof __VLS_export$6;
1594
1739
  declare const __VLS_export$6: __VLS_WithSlots$5<import("vue").DefineComponent<SheetDescriptionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SheetDescriptionProps> & Readonly<{}>, {
1595
1740
  as: import("reka-ui").AsTag | import("vue").Component;
1596
1741
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
@@ -1606,7 +1751,7 @@ type __VLS_WithSlots$5<T, S> = T & {
1606
1751
  interface SheetFooterProps extends PrimitiveProps {
1607
1752
  class?: HTMLAttributes['class'];
1608
1753
  }
1609
- declare const _default$95: typeof __VLS_export$5;
1754
+ declare const _default$104: typeof __VLS_export$5;
1610
1755
  declare const __VLS_export$5: __VLS_WithSlots$4<import("vue").DefineComponent<SheetFooterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SheetFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1611
1756
  default?: (props: {}) => any;
1612
1757
  }>;
@@ -1620,7 +1765,7 @@ type __VLS_WithSlots$4<T, S> = T & {
1620
1765
  interface SheetHeaderProps extends PrimitiveProps {
1621
1766
  class?: HTMLAttributes['class'];
1622
1767
  }
1623
- declare const _default$96: typeof __VLS_export$4;
1768
+ declare const _default$105: typeof __VLS_export$4;
1624
1769
  declare const __VLS_export$4: __VLS_WithSlots$3<import("vue").DefineComponent<SheetHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SheetHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1625
1770
  default?: (props: {}) => any;
1626
1771
  }>;
@@ -1634,7 +1779,7 @@ type __VLS_WithSlots$3<T, S> = T & {
1634
1779
  interface SheetOverlayProps extends DialogOverlayProps$1 {
1635
1780
  class?: HTMLAttributes['class'];
1636
1781
  }
1637
- declare const _default$97: typeof __VLS_export$3;
1782
+ declare const _default$106: typeof __VLS_export$3;
1638
1783
  declare const __VLS_export$3: __VLS_WithSlots$2<import("vue").DefineComponent<SheetOverlayProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SheetOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1639
1784
  default?: (props: {}) => any;
1640
1785
  }>;
@@ -1648,7 +1793,7 @@ type __VLS_WithSlots$2<T, S> = T & {
1648
1793
  interface SheetTitleProps extends DrawerTitleProps$1 {
1649
1794
  class?: HTMLAttributes['class'];
1650
1795
  }
1651
- declare const _default$98: typeof __VLS_export$2;
1796
+ declare const _default$107: typeof __VLS_export$2;
1652
1797
  declare const __VLS_export$2: __VLS_WithSlots$1<import("vue").DefineComponent<SheetTitleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SheetTitleProps> & Readonly<{}>, {
1653
1798
  as: import("reka-ui").AsTag | import("vue").Component;
1654
1799
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
@@ -1662,7 +1807,7 @@ type __VLS_WithSlots$1<T, S> = T & {
1662
1807
  //#endregion
1663
1808
  //#region src/sheet/SheetTrigger.vue.d.ts
1664
1809
  interface SheetTriggerProps extends DrawerTriggerProps$1 {}
1665
- declare const _default$99: typeof __VLS_export$1;
1810
+ declare const _default$108: typeof __VLS_export$1;
1666
1811
  declare const __VLS_export$1: __VLS_WithSlots<import("vue").DefineComponent<SheetTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SheetTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
1667
1812
  default?: (props: {}) => any;
1668
1813
  }>;
@@ -1674,10 +1819,10 @@ type __VLS_WithSlots<T, S> = T & {
1674
1819
  //#endregion
1675
1820
  //#region src/sonner/Sonner.vue.d.ts
1676
1821
  interface SonnerProps extends ToasterProps {}
1677
- declare const _default$100: typeof __VLS_export;
1822
+ declare const _default$109: typeof __VLS_export;
1678
1823
  declare const __VLS_export: import("vue").DefineComponent<SonnerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SonnerProps> & Readonly<{}>, {
1679
1824
  richColors: boolean;
1680
1825
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=Sonner.vue.d.ts.map
1681
1826
  //#endregion
1682
- export { __VLS_export$100 as Accordion, __VLS_export$99 as AccordionContent, type AccordionContentProps, type AccordionEmits, __VLS_export$98 as AccordionHeader, type AccordionHeaderProps, __VLS_export$97 as AccordionItem, type AccordionItemProps, type AccordionProps, __VLS_export$96 as AccordionTrigger, type AccordionTriggerProps, __VLS_export$95 as AspectRatio, type AspectRatioProps, __VLS_export$94 as Autocomplete, __VLS_export$93 as AutocompleteAnchor, type AutocompleteAnchorProps, __VLS_export$92 as AutocompleteCancel, type AutocompleteCancelProps, __VLS_export$91 as AutocompleteContent, type AutocompleteContentEmits, type AutocompleteContentProps, type AutocompleteEmits, __VLS_export$90 as AutocompleteEmpty, type AutocompleteEmptyProps, __VLS_export$89 as AutocompleteGroup, type AutocompleteGroupProps, __VLS_export$88 as AutocompleteInput, type AutocompleteInputEmits, type AutocompleteInputProps, __VLS_export$87 as AutocompleteItem, type AutocompleteItemEmits, type AutocompleteItemProps, __VLS_export$86 as AutocompleteLabel, type AutocompleteLabelProps, __VLS_export$85 as AutocompletePortal, type AutocompletePortalProps, type AutocompleteProps, __VLS_export$84 as AutocompleteSeparator, type AutocompleteSeparatorProps, __VLS_export$83 as AutocompleteTrigger, type AutocompleteTriggerProps, __VLS_export$82 as AutocompleteViewport, type AutocompleteViewportProps, __VLS_export$81 as Combobox, __VLS_export$80 as ComboboxAnchor, type ComboboxAnchorProps, __VLS_export$79 as ComboboxCancel, type ComboboxCancelProps, __VLS_export$78 as ComboboxContent, type ComboboxContentEmits, type ComboboxContentProps, type ComboboxEmits, __VLS_export$77 as ComboboxEmpty, type ComboboxEmptyProps, __VLS_export$76 as ComboboxGroup, type ComboboxGroupProps, __VLS_export$75 as ComboboxInput, type ComboboxInputEmits, type ComboboxInputProps, __VLS_export$74 as ComboboxItem, type ComboboxItemEmits, type ComboboxItemProps, __VLS_export$73 as ComboboxLabel, type ComboboxLabelProps, __VLS_export$72 as ComboboxPortal, type ComboboxPortalProps, type ComboboxProps, __VLS_export$71 as ComboboxSeparator, type ComboboxSeparatorProps, __VLS_export$70 as ComboboxTrigger, type ComboboxTriggerProps, __VLS_export$69 as ComboboxViewport, type ComboboxViewportProps, __VLS_export$68 as ContextMenu, __VLS_export$67 as ContextMenuCheckboxItem, type ContextMenuCheckboxItemEmits, type ContextMenuCheckboxItemProps, __VLS_export$66 as ContextMenuContent, type ContextMenuContentEmits, type ContextMenuContentProps, type ContextMenuEmits, __VLS_export$65 as ContextMenuGroup, type ContextMenuGroupProps, __VLS_export$64 as ContextMenuItem, type ContextMenuItemEmits, type ContextMenuItemProps, __VLS_export$63 as ContextMenuLabel, type ContextMenuLabelProps, __VLS_export$62 as ContextMenuPortal, type ContextMenuPortalProps, type ContextMenuProps, __VLS_export$61 as ContextMenuRadioGroup, type ContextMenuRadioGroupEmits, type ContextMenuRadioGroupProps, __VLS_export$60 as ContextMenuRadioItem, type ContextMenuRadioItemEmits, type ContextMenuRadioItemProps, __VLS_export$59 as ContextMenuSeparator, type ContextMenuSeparatorProps, __VLS_export$58 as ContextMenuShortcut, type ContextMenuShortcutProps, __VLS_export$57 as ContextMenuSub, __VLS_export$56 as ContextMenuSubContent, type ContextMenuSubContentEmits, type ContextMenuSubContentProps, type ContextMenuSubEmits, type ContextMenuSubProps, __VLS_export$55 as ContextMenuSubTrigger, type ContextMenuSubTriggerProps, __VLS_export$54 as ContextMenuTrigger, type ContextMenuTriggerProps, __VLS_export$53 as Dialog, __VLS_export$52 as DialogClose, type DialogCloseProps, __VLS_export$51 as DialogContent, type DialogContentEmits, type DialogContentProps, __VLS_export$50 as DialogDescription, type DialogDescriptionProps, type DialogEmits, __VLS_export$49 as DialogFooter, type DialogFooterProps, __VLS_export$48 as DialogHeader, type DialogHeaderProps, __VLS_export$47 as DialogOverlay, type DialogOverlayProps, type DialogProps, __VLS_export$46 as DialogTitle, type DialogTitleProps, __VLS_export$45 as DialogTrigger, type DialogTriggerProps, __VLS_export$44 as Drawer, __VLS_export$43 as DrawerClose, type DrawerCloseProps, __VLS_export$42 as DrawerContent, type DrawerContentEmits, type DrawerContentProps, __VLS_export$41 as DrawerDescription, type DrawerDescriptionProps, type DrawerEmits, __VLS_export$40 as DrawerFooter, type DrawerFooterProps, __VLS_export$39 as DrawerHeader, type DrawerHeaderProps, __VLS_export$38 as DrawerOverlay, type DrawerOverlayProps, type DrawerProps, __VLS_export$37 as DrawerTitle, type DrawerTitleProps, __VLS_export$36 as DrawerTrigger, type DrawerTriggerProps, __VLS_export$35 as DropdownMenu, __VLS_export$34 as DropdownMenuCheckboxItem, type DropdownMenuCheckboxItemEmits, type DropdownMenuCheckboxItemProps, __VLS_export$33 as DropdownMenuContent, type DropdownMenuContentEmits, type DropdownMenuContentProps, type DropdownMenuEmits, __VLS_export$32 as DropdownMenuGroup, type DropdownMenuGroupProps, __VLS_export$31 as DropdownMenuItem, type DropdownMenuItemProps, __VLS_export$30 as DropdownMenuLabel, type DropdownMenuLabelProps, __VLS_export$29 as DropdownMenuPortal, type DropdownMenuPortalProps, type DropdownMenuProps, __VLS_export$28 as DropdownMenuRadioGroup, type DropdownMenuRadioGroupEmits, type DropdownMenuRadioGroupProps, __VLS_export$27 as DropdownMenuRadioItem, type DropdownMenuRadioItemEmits, type DropdownMenuRadioItemProps, __VLS_export$26 as DropdownMenuSeparator, type DropdownMenuSeparatorProps, __VLS_export$25 as DropdownMenuShortcut, type DropdownMenuShortcutProps, __VLS_export$24 as DropdownMenuSub, __VLS_export$23 as DropdownMenuSubContent, type DropdownMenuSubContentEmits, type DropdownMenuSubContentProps, type DropdownMenuSubProps, __VLS_export$22 as DropdownMenuSubTrigger, type DropdownMenuSubTriggerProps, __VLS_export$21 as DropdownMenuTrigger, type DropdownMenuTriggerProps, __VLS_export$20 as Select, __VLS_export$19 as SelectContent, type SelectContentEmits, type SelectContentProps, type SelectEmits, __VLS_export$18 as SelectGroup, type SelectGroupProps, __VLS_export$17 as SelectItem, type SelectItemProps, __VLS_export$16 as SelectItemText, type SelectItemTextProps, __VLS_export$15 as SelectLabel, type SelectLabelProps, type SelectProps, __VLS_export$14 as SelectScrollDownButton, type SelectScrollDownButtonProps, __VLS_export$13 as SelectScrollUpButton, type SelectScrollUpButtonProps, __VLS_export$12 as SelectSeparator, type SelectSeparatorProps, __VLS_export$11 as SelectTrigger, type SelectTriggerProps, __VLS_export$10 as SelectValue, type SelectValueProps, __VLS_export$9 as Sheet, __VLS_export$8 as SheetClose, type SheetCloseProps, __VLS_export$7 as SheetContent, type SheetContentEmits, type SheetContentProps, __VLS_export$6 as SheetDescription, type SheetDescriptionProps, type SheetEmits, __VLS_export$5 as SheetFooter, type SheetFooterProps, __VLS_export$4 as SheetHeader, type SheetHeaderProps, __VLS_export$3 as SheetOverlay, type SheetOverlayProps, type SheetProps, __VLS_export$2 as SheetTitle, type SheetTitleProps, __VLS_export$1 as SheetTrigger, type SheetTriggerProps, _default$100 as Sonner, type SonnerProps, toast };
1827
+ export { __VLS_export$109 as Accordion, __VLS_export$108 as AccordionContent, type AccordionContentProps, type AccordionEmits, __VLS_export$107 as AccordionHeader, type AccordionHeaderProps, __VLS_export$106 as AccordionItem, type AccordionItemProps, type AccordionProps, __VLS_export$105 as AccordionTrigger, type AccordionTriggerProps, __VLS_export$104 as AlertDialog, __VLS_export$103 as AlertDialogAction, type AlertDialogActionProps, __VLS_export$102 as AlertDialogCancel, type AlertDialogCancelProps, __VLS_export$101 as AlertDialogContent, type AlertDialogContentEmits, type AlertDialogContentProps, __VLS_export$100 as AlertDialogDescription, type AlertDialogDescriptionProps, type AlertDialogEmits, __VLS_export$99 as AlertDialogFooter, type AlertDialogFooterProps, __VLS_export$98 as AlertDialogHeader, type AlertDialogHeaderProps, type AlertDialogProps, __VLS_export$97 as AlertDialogTitle, type AlertDialogTitleProps, __VLS_export$96 as AlertDialogTrigger, type AlertDialogTriggerProps, __VLS_export$95 as AspectRatio, type AspectRatioProps, __VLS_export$94 as Autocomplete, __VLS_export$93 as AutocompleteAnchor, type AutocompleteAnchorProps, __VLS_export$92 as AutocompleteCancel, type AutocompleteCancelProps, __VLS_export$91 as AutocompleteContent, type AutocompleteContentEmits, type AutocompleteContentProps, type AutocompleteEmits, __VLS_export$90 as AutocompleteEmpty, type AutocompleteEmptyProps, __VLS_export$89 as AutocompleteGroup, type AutocompleteGroupProps, __VLS_export$88 as AutocompleteInput, type AutocompleteInputEmits, type AutocompleteInputProps, __VLS_export$87 as AutocompleteItem, type AutocompleteItemEmits, type AutocompleteItemProps, __VLS_export$86 as AutocompleteLabel, type AutocompleteLabelProps, __VLS_export$85 as AutocompletePortal, type AutocompletePortalProps, type AutocompleteProps, __VLS_export$84 as AutocompleteSeparator, type AutocompleteSeparatorProps, __VLS_export$83 as AutocompleteTrigger, type AutocompleteTriggerProps, __VLS_export$82 as AutocompleteViewport, type AutocompleteViewportProps, __VLS_export$81 as Combobox, __VLS_export$80 as ComboboxAnchor, type ComboboxAnchorProps, __VLS_export$79 as ComboboxCancel, type ComboboxCancelProps, __VLS_export$78 as ComboboxContent, type ComboboxContentEmits, type ComboboxContentProps, type ComboboxEmits, __VLS_export$77 as ComboboxEmpty, type ComboboxEmptyProps, __VLS_export$76 as ComboboxGroup, type ComboboxGroupProps, __VLS_export$75 as ComboboxInput, type ComboboxInputEmits, type ComboboxInputProps, __VLS_export$74 as ComboboxItem, type ComboboxItemEmits, type ComboboxItemProps, __VLS_export$73 as ComboboxLabel, type ComboboxLabelProps, __VLS_export$72 as ComboboxPortal, type ComboboxPortalProps, type ComboboxProps, __VLS_export$71 as ComboboxSeparator, type ComboboxSeparatorProps, __VLS_export$70 as ComboboxTrigger, type ComboboxTriggerProps, __VLS_export$69 as ComboboxViewport, type ComboboxViewportProps, __VLS_export$68 as ContextMenu, __VLS_export$67 as ContextMenuCheckboxItem, type ContextMenuCheckboxItemEmits, type ContextMenuCheckboxItemProps, __VLS_export$66 as ContextMenuContent, type ContextMenuContentEmits, type ContextMenuContentProps, type ContextMenuEmits, __VLS_export$65 as ContextMenuGroup, type ContextMenuGroupProps, __VLS_export$64 as ContextMenuItem, type ContextMenuItemEmits, type ContextMenuItemProps, __VLS_export$63 as ContextMenuLabel, type ContextMenuLabelProps, __VLS_export$62 as ContextMenuPortal, type ContextMenuPortalProps, type ContextMenuProps, __VLS_export$61 as ContextMenuRadioGroup, type ContextMenuRadioGroupEmits, type ContextMenuRadioGroupProps, __VLS_export$60 as ContextMenuRadioItem, type ContextMenuRadioItemEmits, type ContextMenuRadioItemProps, __VLS_export$59 as ContextMenuSeparator, type ContextMenuSeparatorProps, __VLS_export$58 as ContextMenuShortcut, type ContextMenuShortcutProps, __VLS_export$57 as ContextMenuSub, __VLS_export$56 as ContextMenuSubContent, type ContextMenuSubContentEmits, type ContextMenuSubContentProps, type ContextMenuSubEmits, type ContextMenuSubProps, __VLS_export$55 as ContextMenuSubTrigger, type ContextMenuSubTriggerProps, __VLS_export$54 as ContextMenuTrigger, type ContextMenuTriggerProps, __VLS_export$53 as Dialog, __VLS_export$52 as DialogClose, type DialogCloseProps, __VLS_export$51 as DialogContent, type DialogContentEmits, type DialogContentProps, __VLS_export$50 as DialogDescription, type DialogDescriptionProps, type DialogEmits, __VLS_export$49 as DialogFooter, type DialogFooterProps, __VLS_export$48 as DialogHeader, type DialogHeaderProps, __VLS_export$47 as DialogOverlay, type DialogOverlayProps, type DialogProps, __VLS_export$46 as DialogTitle, type DialogTitleProps, __VLS_export$45 as DialogTrigger, type DialogTriggerProps, __VLS_export$44 as Drawer, __VLS_export$43 as DrawerClose, type DrawerCloseProps, __VLS_export$42 as DrawerContent, type DrawerContentEmits, type DrawerContentProps, __VLS_export$41 as DrawerDescription, type DrawerDescriptionProps, type DrawerEmits, __VLS_export$40 as DrawerFooter, type DrawerFooterProps, __VLS_export$39 as DrawerHeader, type DrawerHeaderProps, __VLS_export$38 as DrawerOverlay, type DrawerOverlayProps, type DrawerProps, __VLS_export$37 as DrawerTitle, type DrawerTitleProps, __VLS_export$36 as DrawerTrigger, type DrawerTriggerProps, __VLS_export$35 as DropdownMenu, __VLS_export$34 as DropdownMenuCheckboxItem, type DropdownMenuCheckboxItemEmits, type DropdownMenuCheckboxItemProps, __VLS_export$33 as DropdownMenuContent, type DropdownMenuContentEmits, type DropdownMenuContentProps, type DropdownMenuEmits, __VLS_export$32 as DropdownMenuGroup, type DropdownMenuGroupProps, __VLS_export$31 as DropdownMenuItem, type DropdownMenuItemProps, __VLS_export$30 as DropdownMenuLabel, type DropdownMenuLabelProps, __VLS_export$29 as DropdownMenuPortal, type DropdownMenuPortalProps, type DropdownMenuProps, __VLS_export$28 as DropdownMenuRadioGroup, type DropdownMenuRadioGroupEmits, type DropdownMenuRadioGroupProps, __VLS_export$27 as DropdownMenuRadioItem, type DropdownMenuRadioItemEmits, type DropdownMenuRadioItemProps, __VLS_export$26 as DropdownMenuSeparator, type DropdownMenuSeparatorProps, __VLS_export$25 as DropdownMenuShortcut, type DropdownMenuShortcutProps, __VLS_export$24 as DropdownMenuSub, __VLS_export$23 as DropdownMenuSubContent, type DropdownMenuSubContentEmits, type DropdownMenuSubContentProps, type DropdownMenuSubProps, __VLS_export$22 as DropdownMenuSubTrigger, type DropdownMenuSubTriggerProps, __VLS_export$21 as DropdownMenuTrigger, type DropdownMenuTriggerProps, __VLS_export$20 as Select, __VLS_export$19 as SelectContent, type SelectContentEmits, type SelectContentProps, type SelectEmits, __VLS_export$18 as SelectGroup, type SelectGroupProps, __VLS_export$17 as SelectItem, type SelectItemProps, __VLS_export$16 as SelectItemText, type SelectItemTextProps, __VLS_export$15 as SelectLabel, type SelectLabelProps, type SelectProps, __VLS_export$14 as SelectScrollDownButton, type SelectScrollDownButtonProps, __VLS_export$13 as SelectScrollUpButton, type SelectScrollUpButtonProps, __VLS_export$12 as SelectSeparator, type SelectSeparatorProps, __VLS_export$11 as SelectTrigger, type SelectTriggerProps, __VLS_export$10 as SelectValue, type SelectValueProps, __VLS_export$9 as Sheet, __VLS_export$8 as SheetClose, type SheetCloseProps, __VLS_export$7 as SheetContent, type SheetContentEmits, type SheetContentProps, __VLS_export$6 as SheetDescription, type SheetDescriptionProps, type SheetEmits, __VLS_export$5 as SheetFooter, type SheetFooterProps, __VLS_export$4 as SheetHeader, type SheetHeaderProps, __VLS_export$3 as SheetOverlay, type SheetOverlayProps, type SheetProps, __VLS_export$2 as SheetTitle, type SheetTitleProps, __VLS_export$1 as SheetTrigger, type SheetTriggerProps, _default$109 as Sonner, type SonnerProps, toast };
1683
1828
  //# sourceMappingURL=index.d.ts.map