arvue-ui 0.7.0 → 0.8.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.
- package/dist/accordion/accordion.js +32 -0
- package/dist/accordion/accordion.js.map +1 -0
- package/dist/accordion/accordionContent.js +34 -0
- package/dist/accordion/accordionContent.js.map +1 -0
- package/dist/accordion/accordionHeader.js +33 -0
- package/dist/accordion/accordionHeader.js.map +1 -0
- package/dist/accordion/accordionItem.js +36 -0
- package/dist/accordion/accordionItem.js.map +1 -0
- package/dist/accordion/accordionTrigger.js +41 -0
- package/dist/accordion/accordionTrigger.js.map +1 -0
- package/dist/all.css +1 -1
- package/dist/index.d.ts +172 -90
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +87 -82
- package/dist/index.js.map +1 -1
- package/dist/select/selectContent.js +1 -1
- package/dist/select/selectContent.js.map +1 -1
- package/dist/style.css +8 -0
- package/package.json +1 -1
- package/src/accordion/Accordion.vue +30 -0
- package/src/accordion/AccordionContent.vue +33 -0
- package/src/accordion/AccordionHeader.vue +33 -0
- package/src/accordion/AccordionItem.vue +34 -0
- package/src/accordion/AccordionTrigger.vue +41 -0
- package/src/accordion/accordion-content.css +33 -0
- package/src/accordion/accordion-header.css +4 -0
- package/src/accordion/accordion-item.css +7 -0
- package/src/accordion/accordion-trigger.css +29 -0
- package/src/accordion/index.ts +21 -0
- package/src/index.ts +1 -0
- package/src/select/SelectContent.vue +1 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,11 +1,92 @@
|
|
|
1
1
|
import { HTMLAttributes } from "vue";
|
|
2
|
-
import { 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, 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, 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, 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
|
+
//#region src/accordion/Accordion.vue.d.ts
|
|
7
|
+
interface AccordionProps extends AccordionRootProps {}
|
|
8
|
+
interface AccordionEmits extends AccordionRootEmits {}
|
|
9
|
+
declare const _default: typeof __VLS_export$85;
|
|
10
|
+
declare const __VLS_export$85: __VLS_WithSlots$78<import("vue").DefineComponent<AccordionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
+
"update:modelValue": (value: string | string[] | undefined) => any;
|
|
12
|
+
}, string, import("vue").PublicProps, Readonly<AccordionProps> & Readonly<{
|
|
13
|
+
"onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
|
|
14
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
15
|
+
default?: (props: {
|
|
16
|
+
modelValue: import("reka-ui").AcceptableValue | import("reka-ui").AcceptableValue[] | undefined;
|
|
17
|
+
}) => any;
|
|
18
|
+
}>;
|
|
19
|
+
type __VLS_WithSlots$78<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
}; //# sourceMappingURL=Accordion.vue.d.ts.map
|
|
24
|
+
//#endregion
|
|
25
|
+
//#region src/accordion/AccordionContent.vue.d.ts
|
|
26
|
+
interface AccordionContentProps extends AccordionContentProps$1 {
|
|
27
|
+
class?: HTMLAttributes['class'];
|
|
28
|
+
}
|
|
29
|
+
declare const _default$1: typeof __VLS_export$84;
|
|
30
|
+
declare const __VLS_export$84: __VLS_WithSlots$77<import("vue").DefineComponent<AccordionContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AccordionContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
31
|
+
default?: (props: {}) => any;
|
|
32
|
+
}>;
|
|
33
|
+
type __VLS_WithSlots$77<T, S> = T & {
|
|
34
|
+
new (): {
|
|
35
|
+
$slots: S;
|
|
36
|
+
};
|
|
37
|
+
}; //# sourceMappingURL=AccordionContent.vue.d.ts.map
|
|
38
|
+
//#endregion
|
|
39
|
+
//#region src/accordion/AccordionHeader.vue.d.ts
|
|
40
|
+
interface AccordionHeaderProps extends AccordionHeaderProps$1 {
|
|
41
|
+
class?: HTMLAttributes['class'];
|
|
42
|
+
}
|
|
43
|
+
declare const _default$2: typeof __VLS_export$83;
|
|
44
|
+
declare const __VLS_export$83: __VLS_WithSlots$76<import("vue").DefineComponent<AccordionHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AccordionHeaderProps> & Readonly<{}>, {
|
|
45
|
+
as: import("reka-ui").AsTag | import("vue").Component;
|
|
46
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
47
|
+
default?: (props: {}) => any;
|
|
48
|
+
}>;
|
|
49
|
+
type __VLS_WithSlots$76<T, S> = T & {
|
|
50
|
+
new (): {
|
|
51
|
+
$slots: S;
|
|
52
|
+
};
|
|
53
|
+
}; //# sourceMappingURL=AccordionHeader.vue.d.ts.map
|
|
54
|
+
//#endregion
|
|
55
|
+
//#region src/accordion/AccordionItem.vue.d.ts
|
|
56
|
+
interface AccordionItemProps extends AccordionItemProps$1 {
|
|
57
|
+
class?: HTMLAttributes['class'];
|
|
58
|
+
}
|
|
59
|
+
declare const _default$3: typeof __VLS_export$82;
|
|
60
|
+
declare const __VLS_export$82: __VLS_WithSlots$75<import("vue").DefineComponent<AccordionItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
61
|
+
default?: (props: {
|
|
62
|
+
open: boolean;
|
|
63
|
+
}) => any;
|
|
64
|
+
}>;
|
|
65
|
+
type __VLS_WithSlots$75<T, S> = T & {
|
|
66
|
+
new (): {
|
|
67
|
+
$slots: S;
|
|
68
|
+
};
|
|
69
|
+
}; //# sourceMappingURL=AccordionItem.vue.d.ts.map
|
|
70
|
+
//#endregion
|
|
71
|
+
//#region src/accordion/AccordionTrigger.vue.d.ts
|
|
72
|
+
interface AccordionTriggerProps extends AccordionTriggerProps$1 {
|
|
73
|
+
class?: HTMLAttributes['class'];
|
|
74
|
+
}
|
|
75
|
+
declare const _default$4: typeof __VLS_export$81;
|
|
76
|
+
declare const __VLS_export$81: __VLS_WithSlots$74<import("vue").DefineComponent<AccordionTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AccordionTriggerProps> & Readonly<{}>, {
|
|
77
|
+
as: import("reka-ui").AsTag | import("vue").Component;
|
|
78
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
79
|
+
default?: (props: {}) => any;
|
|
80
|
+
}>;
|
|
81
|
+
type __VLS_WithSlots$74<T, S> = T & {
|
|
82
|
+
new (): {
|
|
83
|
+
$slots: S;
|
|
84
|
+
};
|
|
85
|
+
}; //# sourceMappingURL=AccordionTrigger.vue.d.ts.map
|
|
86
|
+
//#endregion
|
|
6
87
|
//#region src/aspect-ratio/AspectRatio.vue.d.ts
|
|
7
88
|
interface AspectRatioProps extends AspectRatioProps$1 {}
|
|
8
|
-
declare const _default: typeof __VLS_export$80;
|
|
89
|
+
declare const _default$5: typeof __VLS_export$80;
|
|
9
90
|
declare const __VLS_export$80: __VLS_WithSlots$73<import("vue").DefineComponent<AspectRatioProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AspectRatioProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
10
91
|
default?: (props: {
|
|
11
92
|
aspect: number;
|
|
@@ -22,17 +103,17 @@ interface AutocompleteProps extends AutocompleteRootProps {
|
|
|
22
103
|
class?: HTMLAttributes['class'];
|
|
23
104
|
}
|
|
24
105
|
interface AutocompleteEmits extends AutocompleteRootEmits {}
|
|
25
|
-
declare const _default$
|
|
106
|
+
declare const _default$6: typeof __VLS_export$79;
|
|
26
107
|
declare const __VLS_export$79: __VLS_WithSlots$72<import("vue").DefineComponent<AutocompleteProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
27
|
-
"update:open": (value: boolean) => any;
|
|
28
108
|
"update:modelValue": (value: string) => any;
|
|
109
|
+
"update:open": (value: boolean) => any;
|
|
29
110
|
highlight: (payload: {
|
|
30
111
|
ref: HTMLElement;
|
|
31
112
|
value: string;
|
|
32
113
|
} | undefined) => any;
|
|
33
114
|
}, string, import("vue").PublicProps, Readonly<AutocompleteProps> & Readonly<{
|
|
34
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
35
115
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
116
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
36
117
|
onHighlight?: ((payload: {
|
|
37
118
|
ref: HTMLElement;
|
|
38
119
|
value: string;
|
|
@@ -51,7 +132,7 @@ type __VLS_WithSlots$72<T, S> = T & {
|
|
|
51
132
|
//#endregion
|
|
52
133
|
//#region src/autocomplete/AutocompleteAnchor.vue.d.ts
|
|
53
134
|
interface AutocompleteAnchorProps extends ComboboxAnchorProps$1 {}
|
|
54
|
-
declare const _default$
|
|
135
|
+
declare const _default$7: typeof __VLS_export$78;
|
|
55
136
|
declare const __VLS_export$78: __VLS_WithSlots$71<import("vue").DefineComponent<AutocompleteAnchorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
56
137
|
default?: (props: {}) => any;
|
|
57
138
|
}>;
|
|
@@ -63,7 +144,7 @@ type __VLS_WithSlots$71<T, S> = T & {
|
|
|
63
144
|
//#endregion
|
|
64
145
|
//#region src/autocomplete/AutocompleteCancel.vue.d.ts
|
|
65
146
|
interface AutocompleteCancelProps extends ComboboxCancelProps$1 {}
|
|
66
|
-
declare const _default$
|
|
147
|
+
declare const _default$8: typeof __VLS_export$77;
|
|
67
148
|
declare const __VLS_export$77: __VLS_WithSlots$70<import("vue").DefineComponent<AutocompleteCancelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteCancelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
68
149
|
default?: (props: {}) => any;
|
|
69
150
|
}>;
|
|
@@ -78,7 +159,7 @@ interface AutocompleteContentProps extends Omit<ComboboxContentProps$1, 'positio
|
|
|
78
159
|
class?: HTMLAttributes['class'];
|
|
79
160
|
}
|
|
80
161
|
interface AutocompleteContentEmits extends ComboboxContentEmits$1 {}
|
|
81
|
-
declare const _default$
|
|
162
|
+
declare const _default$9: typeof __VLS_export$76;
|
|
82
163
|
declare const __VLS_export$76: __VLS_WithSlots$69<import("vue").DefineComponent<AutocompleteContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
83
164
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
84
165
|
pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
|
|
@@ -104,7 +185,7 @@ type __VLS_WithSlots$69<T, S> = T & {
|
|
|
104
185
|
interface AutocompleteEmptyProps extends ComboboxEmptyProps$1 {
|
|
105
186
|
class?: HTMLAttributes['class'];
|
|
106
187
|
}
|
|
107
|
-
declare const _default$
|
|
188
|
+
declare const _default$10: typeof __VLS_export$75;
|
|
108
189
|
declare const __VLS_export$75: __VLS_WithSlots$68<import("vue").DefineComponent<AutocompleteEmptyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
109
190
|
default?: (props: {}) => any;
|
|
110
191
|
}>;
|
|
@@ -116,7 +197,7 @@ type __VLS_WithSlots$68<T, S> = T & {
|
|
|
116
197
|
//#endregion
|
|
117
198
|
//#region src/autocomplete/AutocompleteGroup.vue.d.ts
|
|
118
199
|
interface AutocompleteGroupProps extends ComboboxGroupProps$1 {}
|
|
119
|
-
declare const _default$
|
|
200
|
+
declare const _default$11: typeof __VLS_export$74;
|
|
120
201
|
declare const __VLS_export$74: __VLS_WithSlots$67<import("vue").DefineComponent<AutocompleteGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
121
202
|
default?: (props: {}) => any;
|
|
122
203
|
}>;
|
|
@@ -134,7 +215,7 @@ interface AutocompleteInputProps extends AutocompleteInputProps$1 {
|
|
|
134
215
|
interface AutocompleteInputEmits extends AutocompleteInputEmits$1 {
|
|
135
216
|
'cancel': [void];
|
|
136
217
|
}
|
|
137
|
-
declare const _default$
|
|
218
|
+
declare const _default$12: typeof __VLS_export$73;
|
|
138
219
|
declare const __VLS_export$73: import("vue").DefineComponent<AutocompleteInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
139
220
|
"update:modelValue": (args_0: string) => any;
|
|
140
221
|
cancel: (args_0: void) => any;
|
|
@@ -151,7 +232,7 @@ interface AutocompleteItemProps extends ComboboxItemProps$1 {
|
|
|
151
232
|
class?: HTMLAttributes['class'];
|
|
152
233
|
}
|
|
153
234
|
interface AutocompleteItemEmits extends ComboboxItemEmits$1 {}
|
|
154
|
-
declare const _default$
|
|
235
|
+
declare const _default$13: typeof __VLS_export$72;
|
|
155
236
|
declare const __VLS_export$72: __VLS_WithSlots$66<import("vue").DefineComponent<AutocompleteItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
156
237
|
select: (event: import("reka-ui").ListboxItemSelectEvent<import("reka-ui").AcceptableValue>) => any;
|
|
157
238
|
}, string, import("vue").PublicProps, Readonly<AutocompleteItemProps> & Readonly<{
|
|
@@ -169,7 +250,7 @@ type __VLS_WithSlots$66<T, S> = T & {
|
|
|
169
250
|
interface AutocompleteLabelProps extends ComboboxLabelProps$1 {
|
|
170
251
|
class?: HTMLAttributes['class'];
|
|
171
252
|
}
|
|
172
|
-
declare const _default$
|
|
253
|
+
declare const _default$14: typeof __VLS_export$71;
|
|
173
254
|
declare const __VLS_export$71: __VLS_WithSlots$65<import("vue").DefineComponent<AutocompleteLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
174
255
|
default?: (props: {}) => any;
|
|
175
256
|
}>;
|
|
@@ -181,7 +262,7 @@ type __VLS_WithSlots$65<T, S> = T & {
|
|
|
181
262
|
//#endregion
|
|
182
263
|
//#region src/autocomplete/AutocompletePortal.vue.d.ts
|
|
183
264
|
interface AutocompletePortalProps extends ComboboxPortalProps$1 {}
|
|
184
|
-
declare const _default$
|
|
265
|
+
declare const _default$15: typeof __VLS_export$70;
|
|
185
266
|
declare const __VLS_export$70: __VLS_WithSlots$64<import("vue").DefineComponent<AutocompletePortalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompletePortalProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
186
267
|
default?: (props: {}) => any;
|
|
187
268
|
}>;
|
|
@@ -195,7 +276,7 @@ type __VLS_WithSlots$64<T, S> = T & {
|
|
|
195
276
|
interface AutocompleteSeparatorProps extends ComboboxSeparatorProps$1 {
|
|
196
277
|
class?: HTMLAttributes['class'];
|
|
197
278
|
}
|
|
198
|
-
declare const _default$
|
|
279
|
+
declare const _default$16: typeof __VLS_export$69;
|
|
199
280
|
declare const __VLS_export$69: __VLS_WithSlots$63<import("vue").DefineComponent<AutocompleteSeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
200
281
|
default?: (props: {}) => any;
|
|
201
282
|
}>;
|
|
@@ -207,7 +288,7 @@ type __VLS_WithSlots$63<T, S> = T & {
|
|
|
207
288
|
//#endregion
|
|
208
289
|
//#region src/autocomplete/AutocompleteTrigger.vue.d.ts
|
|
209
290
|
interface AutocompleteTriggerProps extends ComboboxTriggerProps$1 {}
|
|
210
|
-
declare const _default$
|
|
291
|
+
declare const _default$17: typeof __VLS_export$68;
|
|
211
292
|
declare const __VLS_export$68: __VLS_WithSlots$62<import("vue").DefineComponent<AutocompleteTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
212
293
|
default?: (props: {}) => any;
|
|
213
294
|
}>;
|
|
@@ -219,7 +300,7 @@ type __VLS_WithSlots$62<T, S> = T & {
|
|
|
219
300
|
//#endregion
|
|
220
301
|
//#region src/autocomplete/AutocompleteViewport.vue.d.ts
|
|
221
302
|
interface AutocompleteViewportProps extends ComboboxViewportProps$1 {}
|
|
222
|
-
declare const _default$
|
|
303
|
+
declare const _default$18: typeof __VLS_export$67;
|
|
223
304
|
declare const __VLS_export$67: __VLS_WithSlots$61<import("vue").DefineComponent<AutocompleteViewportProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
224
305
|
default?: (props: {}) => any;
|
|
225
306
|
}>;
|
|
@@ -234,17 +315,17 @@ interface ComboboxProps extends ComboboxRootProps {
|
|
|
234
315
|
class?: HTMLAttributes['class'];
|
|
235
316
|
}
|
|
236
317
|
interface ComboboxEmits extends ComboboxRootEmits {}
|
|
237
|
-
declare const _default$
|
|
318
|
+
declare const _default$19: typeof __VLS_export$66;
|
|
238
319
|
declare const __VLS_export$66: __VLS_WithSlots$60<import("vue").DefineComponent<ComboboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
239
|
-
"update:open": (value: boolean) => any;
|
|
240
320
|
"update:modelValue": (value: import("reka-ui").AcceptableValue) => any;
|
|
321
|
+
"update:open": (value: boolean) => any;
|
|
241
322
|
highlight: (payload: {
|
|
242
323
|
ref: HTMLElement;
|
|
243
324
|
value: import("reka-ui").AcceptableValue;
|
|
244
325
|
} | undefined) => any;
|
|
245
326
|
}, string, import("vue").PublicProps, Readonly<ComboboxProps> & Readonly<{
|
|
246
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
247
327
|
"onUpdate:modelValue"?: ((value: import("reka-ui").AcceptableValue) => any) | undefined;
|
|
328
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
248
329
|
onHighlight?: ((payload: {
|
|
249
330
|
ref: HTMLElement;
|
|
250
331
|
value: import("reka-ui").AcceptableValue;
|
|
@@ -263,7 +344,7 @@ type __VLS_WithSlots$60<T, S> = T & {
|
|
|
263
344
|
//#endregion
|
|
264
345
|
//#region src/combobox/ComboboxAnchor.vue.d.ts
|
|
265
346
|
interface ComboboxAnchorProps extends ComboboxAnchorProps$1 {}
|
|
266
|
-
declare const _default$
|
|
347
|
+
declare const _default$20: typeof __VLS_export$65;
|
|
267
348
|
declare const __VLS_export$65: __VLS_WithSlots$59<import("vue").DefineComponent<ComboboxAnchorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
268
349
|
default?: (props: {}) => any;
|
|
269
350
|
}>;
|
|
@@ -275,7 +356,7 @@ type __VLS_WithSlots$59<T, S> = T & {
|
|
|
275
356
|
//#endregion
|
|
276
357
|
//#region src/combobox/ComboboxCancel.vue.d.ts
|
|
277
358
|
interface ComboboxCancelProps extends ComboboxCancelProps$1 {}
|
|
278
|
-
declare const _default$
|
|
359
|
+
declare const _default$21: typeof __VLS_export$64;
|
|
279
360
|
declare const __VLS_export$64: __VLS_WithSlots$58<import("vue").DefineComponent<ComboboxCancelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxCancelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
280
361
|
default?: (props: {}) => any;
|
|
281
362
|
}>;
|
|
@@ -290,7 +371,7 @@ interface ComboboxContentProps extends Omit<ComboboxContentProps$1, 'position'>
|
|
|
290
371
|
class?: HTMLAttributes['class'];
|
|
291
372
|
}
|
|
292
373
|
interface ComboboxContentEmits extends ComboboxContentEmits$1 {}
|
|
293
|
-
declare const _default$
|
|
374
|
+
declare const _default$22: typeof __VLS_export$63;
|
|
294
375
|
declare const __VLS_export$63: __VLS_WithSlots$57<import("vue").DefineComponent<ComboboxContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
295
376
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
296
377
|
pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
|
|
@@ -316,7 +397,7 @@ type __VLS_WithSlots$57<T, S> = T & {
|
|
|
316
397
|
interface ComboboxEmptyProps extends ComboboxEmptyProps$1 {
|
|
317
398
|
class?: HTMLAttributes['class'];
|
|
318
399
|
}
|
|
319
|
-
declare const _default$
|
|
400
|
+
declare const _default$23: typeof __VLS_export$62;
|
|
320
401
|
declare const __VLS_export$62: __VLS_WithSlots$56<import("vue").DefineComponent<ComboboxEmptyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
321
402
|
default?: (props: {}) => any;
|
|
322
403
|
}>;
|
|
@@ -328,7 +409,7 @@ type __VLS_WithSlots$56<T, S> = T & {
|
|
|
328
409
|
//#endregion
|
|
329
410
|
//#region src/combobox/ComboboxGroup.vue.d.ts
|
|
330
411
|
interface ComboboxGroupProps extends ComboboxGroupProps$1 {}
|
|
331
|
-
declare const _default$
|
|
412
|
+
declare const _default$24: typeof __VLS_export$61;
|
|
332
413
|
declare const __VLS_export$61: __VLS_WithSlots$55<import("vue").DefineComponent<ComboboxGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
333
414
|
default?: (props: {}) => any;
|
|
334
415
|
}>;
|
|
@@ -346,7 +427,7 @@ interface ComboboxInputProps extends ComboboxInputProps$1 {
|
|
|
346
427
|
interface ComboboxInputEmits extends ComboboxInputEmits$1 {
|
|
347
428
|
'cancel': [void];
|
|
348
429
|
}
|
|
349
|
-
declare const _default$
|
|
430
|
+
declare const _default$25: typeof __VLS_export$60;
|
|
350
431
|
declare const __VLS_export$60: import("vue").DefineComponent<ComboboxInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
351
432
|
"update:modelValue": (args_0: string) => any;
|
|
352
433
|
cancel: (args_0: void) => any;
|
|
@@ -363,7 +444,7 @@ interface ComboboxItemProps extends ComboboxItemProps$1 {
|
|
|
363
444
|
class?: HTMLAttributes['class'];
|
|
364
445
|
}
|
|
365
446
|
interface ComboboxItemEmits extends ComboboxItemEmits$1 {}
|
|
366
|
-
declare const _default$
|
|
447
|
+
declare const _default$26: typeof __VLS_export$59;
|
|
367
448
|
declare const __VLS_export$59: __VLS_WithSlots$54<import("vue").DefineComponent<ComboboxItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
368
449
|
select: (event: import("reka-ui").ListboxItemSelectEvent<import("reka-ui").AcceptableValue>) => any;
|
|
369
450
|
}, string, import("vue").PublicProps, Readonly<ComboboxItemProps> & Readonly<{
|
|
@@ -381,7 +462,7 @@ type __VLS_WithSlots$54<T, S> = T & {
|
|
|
381
462
|
interface ComboboxLabelProps extends ComboboxLabelProps$1 {
|
|
382
463
|
class?: HTMLAttributes['class'];
|
|
383
464
|
}
|
|
384
|
-
declare const _default$
|
|
465
|
+
declare const _default$27: typeof __VLS_export$58;
|
|
385
466
|
declare const __VLS_export$58: __VLS_WithSlots$53<import("vue").DefineComponent<ComboboxLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
386
467
|
default?: (props: {}) => any;
|
|
387
468
|
}>;
|
|
@@ -393,7 +474,7 @@ type __VLS_WithSlots$53<T, S> = T & {
|
|
|
393
474
|
//#endregion
|
|
394
475
|
//#region src/combobox/ComboboxPortal.vue.d.ts
|
|
395
476
|
interface ComboboxPortalProps extends ComboboxPortalProps$1 {}
|
|
396
|
-
declare const _default$
|
|
477
|
+
declare const _default$28: typeof __VLS_export$57;
|
|
397
478
|
declare const __VLS_export$57: __VLS_WithSlots$52<import("vue").DefineComponent<ComboboxPortalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
398
479
|
default?: (props: {}) => any;
|
|
399
480
|
}>;
|
|
@@ -407,7 +488,7 @@ type __VLS_WithSlots$52<T, S> = T & {
|
|
|
407
488
|
interface ComboboxSeparatorProps extends ComboboxSeparatorProps$1 {
|
|
408
489
|
class?: HTMLAttributes['class'];
|
|
409
490
|
}
|
|
410
|
-
declare const _default$
|
|
491
|
+
declare const _default$29: typeof __VLS_export$56;
|
|
411
492
|
declare const __VLS_export$56: __VLS_WithSlots$51<import("vue").DefineComponent<ComboboxSeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
412
493
|
default?: (props: {}) => any;
|
|
413
494
|
}>;
|
|
@@ -419,7 +500,7 @@ type __VLS_WithSlots$51<T, S> = T & {
|
|
|
419
500
|
//#endregion
|
|
420
501
|
//#region src/combobox/ComboboxTrigger.vue.d.ts
|
|
421
502
|
interface ComboboxTriggerProps extends ComboboxTriggerProps$1 {}
|
|
422
|
-
declare const _default$
|
|
503
|
+
declare const _default$30: typeof __VLS_export$55;
|
|
423
504
|
declare const __VLS_export$55: __VLS_WithSlots$50<import("vue").DefineComponent<ComboboxTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
424
505
|
default?: (props: {}) => any;
|
|
425
506
|
}>;
|
|
@@ -431,7 +512,7 @@ type __VLS_WithSlots$50<T, S> = T & {
|
|
|
431
512
|
//#endregion
|
|
432
513
|
//#region src/combobox/ComboboxViewport.vue.d.ts
|
|
433
514
|
interface ComboboxViewportProps extends ComboboxViewportProps$1 {}
|
|
434
|
-
declare const _default$
|
|
515
|
+
declare const _default$31: typeof __VLS_export$54;
|
|
435
516
|
declare const __VLS_export$54: __VLS_WithSlots$49<import("vue").DefineComponent<ComboboxViewportProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
436
517
|
default?: (props: {}) => any;
|
|
437
518
|
}>;
|
|
@@ -446,7 +527,7 @@ interface DialogProps extends DialogRootProps {
|
|
|
446
527
|
class?: HTMLAttributes['class'];
|
|
447
528
|
}
|
|
448
529
|
interface DialogEmits extends DialogRootEmits {}
|
|
449
|
-
declare const _default$
|
|
530
|
+
declare const _default$32: typeof __VLS_export$53;
|
|
450
531
|
declare const __VLS_export$53: __VLS_WithSlots$48<import("vue").DefineComponent<DialogProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
451
532
|
"update:open": (value: boolean) => any;
|
|
452
533
|
}, string, import("vue").PublicProps, Readonly<DialogProps> & Readonly<{
|
|
@@ -465,7 +546,7 @@ type __VLS_WithSlots$48<T, S> = T & {
|
|
|
465
546
|
//#endregion
|
|
466
547
|
//#region src/dialog/DialogClose.vue.d.ts
|
|
467
548
|
interface DialogCloseProps extends DialogCloseProps$1 {}
|
|
468
|
-
declare const _default$
|
|
549
|
+
declare const _default$33: typeof __VLS_export$52;
|
|
469
550
|
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<{}>, {
|
|
470
551
|
as: import("reka-ui").AsTag | import("vue").Component;
|
|
471
552
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
@@ -483,7 +564,7 @@ interface DialogContentProps extends DialogContentProps$1 {
|
|
|
483
564
|
showCloseButton?: boolean;
|
|
484
565
|
}
|
|
485
566
|
interface DialogContentEmits extends DialogContentEmits$1 {}
|
|
486
|
-
declare const _default$
|
|
567
|
+
declare const _default$34: typeof __VLS_export$51;
|
|
487
568
|
declare const __VLS_export$51: __VLS_WithSlots$46<import("vue").DefineComponent<DialogContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
488
569
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
489
570
|
pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
|
|
@@ -513,7 +594,7 @@ type __VLS_WithSlots$46<T, S> = T & {
|
|
|
513
594
|
interface DialogDescriptionProps extends DialogDescriptionProps$1 {
|
|
514
595
|
class?: HTMLAttributes['class'];
|
|
515
596
|
}
|
|
516
|
-
declare const _default$
|
|
597
|
+
declare const _default$35: typeof __VLS_export$50;
|
|
517
598
|
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<{}>, {
|
|
518
599
|
as: import("reka-ui").AsTag | import("vue").Component;
|
|
519
600
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
@@ -529,7 +610,7 @@ type __VLS_WithSlots$45<T, S> = T & {
|
|
|
529
610
|
interface DialogFooterProps extends PrimitiveProps {
|
|
530
611
|
class?: HTMLAttributes['class'];
|
|
531
612
|
}
|
|
532
|
-
declare const _default$
|
|
613
|
+
declare const _default$36: typeof __VLS_export$49;
|
|
533
614
|
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>, {
|
|
534
615
|
default?: (props: {}) => any;
|
|
535
616
|
}>;
|
|
@@ -543,7 +624,7 @@ type __VLS_WithSlots$44<T, S> = T & {
|
|
|
543
624
|
interface DialogHeaderProps extends PrimitiveProps {
|
|
544
625
|
class?: HTMLAttributes['class'];
|
|
545
626
|
}
|
|
546
|
-
declare const _default$
|
|
627
|
+
declare const _default$37: typeof __VLS_export$48;
|
|
547
628
|
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>, {
|
|
548
629
|
default?: (props: {}) => any;
|
|
549
630
|
}>;
|
|
@@ -557,7 +638,7 @@ type __VLS_WithSlots$43<T, S> = T & {
|
|
|
557
638
|
interface DialogOverlayProps extends DialogOverlayProps$1 {
|
|
558
639
|
class?: HTMLAttributes['class'];
|
|
559
640
|
}
|
|
560
|
-
declare const _default$
|
|
641
|
+
declare const _default$38: typeof __VLS_export$47;
|
|
561
642
|
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>, {
|
|
562
643
|
default?: (props: {}) => any;
|
|
563
644
|
}>;
|
|
@@ -571,7 +652,7 @@ type __VLS_WithSlots$42<T, S> = T & {
|
|
|
571
652
|
interface DialogTitleProps extends DialogTitleProps$1 {
|
|
572
653
|
class?: HTMLAttributes['class'];
|
|
573
654
|
}
|
|
574
|
-
declare const _default$
|
|
655
|
+
declare const _default$39: typeof __VLS_export$46;
|
|
575
656
|
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<{}>, {
|
|
576
657
|
as: import("reka-ui").AsTag | import("vue").Component;
|
|
577
658
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
@@ -585,7 +666,7 @@ type __VLS_WithSlots$41<T, S> = T & {
|
|
|
585
666
|
//#endregion
|
|
586
667
|
//#region src/dialog/DialogTrigger.vue.d.ts
|
|
587
668
|
interface DialogTriggerProps extends DialogTriggerProps$1 {}
|
|
588
|
-
declare const _default$
|
|
669
|
+
declare const _default$40: typeof __VLS_export$45;
|
|
589
670
|
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>, {
|
|
590
671
|
default?: (props: {}) => any;
|
|
591
672
|
}>;
|
|
@@ -600,7 +681,7 @@ interface DrawerProps extends DialogRootProps {
|
|
|
600
681
|
class?: HTMLAttributes['class'];
|
|
601
682
|
}
|
|
602
683
|
interface DrawerEmits extends DialogRootEmits {}
|
|
603
|
-
declare const _default$
|
|
684
|
+
declare const _default$41: typeof __VLS_export$44;
|
|
604
685
|
declare const __VLS_export$44: __VLS_WithSlots$39<import("vue").DefineComponent<DrawerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
605
686
|
"update:open": (value: boolean) => any;
|
|
606
687
|
}, string, import("vue").PublicProps, Readonly<DrawerProps> & Readonly<{
|
|
@@ -619,7 +700,7 @@ type __VLS_WithSlots$39<T, S> = T & {
|
|
|
619
700
|
//#endregion
|
|
620
701
|
//#region src/drawer/DrawerClose.vue.d.ts
|
|
621
702
|
interface DrawerCloseProps extends DialogCloseProps$1 {}
|
|
622
|
-
declare const _default$
|
|
703
|
+
declare const _default$42: typeof __VLS_export$43;
|
|
623
704
|
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<{}>, {
|
|
624
705
|
as: import("reka-ui").AsTag | import("vue").Component;
|
|
625
706
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
@@ -638,7 +719,7 @@ interface DrawerContentProps extends DialogContentProps$1 {
|
|
|
638
719
|
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
639
720
|
showCloseButton?: boolean;
|
|
640
721
|
}
|
|
641
|
-
declare const _default$
|
|
722
|
+
declare const _default$43: typeof __VLS_export$42;
|
|
642
723
|
declare const __VLS_export$42: __VLS_WithSlots$37<import("vue").DefineComponent<DrawerContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
643
724
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
644
725
|
pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
|
|
@@ -654,8 +735,8 @@ declare const __VLS_export$42: __VLS_WithSlots$37<import("vue").DefineComponent<
|
|
|
654
735
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
655
736
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
656
737
|
}>, {
|
|
657
|
-
showCloseButton: boolean;
|
|
658
738
|
side: "top" | "right" | "bottom" | "left";
|
|
739
|
+
showCloseButton: boolean;
|
|
659
740
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
660
741
|
default?: (props: {}) => any;
|
|
661
742
|
}>;
|
|
@@ -669,7 +750,7 @@ type __VLS_WithSlots$37<T, S> = T & {
|
|
|
669
750
|
interface DrawerDescriptionProps extends DialogDescriptionProps$1 {
|
|
670
751
|
class?: HTMLAttributes['class'];
|
|
671
752
|
}
|
|
672
|
-
declare const _default$
|
|
753
|
+
declare const _default$44: typeof __VLS_export$41;
|
|
673
754
|
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<{}>, {
|
|
674
755
|
as: import("reka-ui").AsTag | import("vue").Component;
|
|
675
756
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
@@ -685,7 +766,7 @@ type __VLS_WithSlots$36<T, S> = T & {
|
|
|
685
766
|
interface DrawerFooterProps extends PrimitiveProps {
|
|
686
767
|
class?: HTMLAttributes['class'];
|
|
687
768
|
}
|
|
688
|
-
declare const _default$
|
|
769
|
+
declare const _default$45: typeof __VLS_export$40;
|
|
689
770
|
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>, {
|
|
690
771
|
default?: (props: {}) => any;
|
|
691
772
|
}>;
|
|
@@ -699,7 +780,7 @@ type __VLS_WithSlots$35<T, S> = T & {
|
|
|
699
780
|
interface DrawerHeaderProps extends PrimitiveProps {
|
|
700
781
|
class?: HTMLAttributes['class'];
|
|
701
782
|
}
|
|
702
|
-
declare const _default$
|
|
783
|
+
declare const _default$46: typeof __VLS_export$39;
|
|
703
784
|
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>, {
|
|
704
785
|
default?: (props: {}) => any;
|
|
705
786
|
}>;
|
|
@@ -713,7 +794,7 @@ type __VLS_WithSlots$34<T, S> = T & {
|
|
|
713
794
|
interface DrawerOverlayProps extends DialogOverlayProps$1 {
|
|
714
795
|
class?: HTMLAttributes['class'];
|
|
715
796
|
}
|
|
716
|
-
declare const _default$
|
|
797
|
+
declare const _default$47: typeof __VLS_export$38;
|
|
717
798
|
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>, {
|
|
718
799
|
default?: (props: {}) => any;
|
|
719
800
|
}>;
|
|
@@ -727,7 +808,7 @@ type __VLS_WithSlots$33<T, S> = T & {
|
|
|
727
808
|
interface DrawerTitleProps extends DialogTitleProps$1 {
|
|
728
809
|
class?: HTMLAttributes['class'];
|
|
729
810
|
}
|
|
730
|
-
declare const _default$
|
|
811
|
+
declare const _default$48: typeof __VLS_export$37;
|
|
731
812
|
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<{}>, {
|
|
732
813
|
as: import("reka-ui").AsTag | import("vue").Component;
|
|
733
814
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
@@ -741,7 +822,7 @@ type __VLS_WithSlots$32<T, S> = T & {
|
|
|
741
822
|
//#endregion
|
|
742
823
|
//#region src/drawer/DrawerTrigger.vue.d.ts
|
|
743
824
|
interface DrawerTriggerProps extends DialogTriggerProps$1 {}
|
|
744
|
-
declare const _default$
|
|
825
|
+
declare const _default$49: typeof __VLS_export$36;
|
|
745
826
|
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>, {
|
|
746
827
|
default?: (props: {}) => any;
|
|
747
828
|
}>;
|
|
@@ -754,7 +835,7 @@ type __VLS_WithSlots$31<T, S> = T & {
|
|
|
754
835
|
//#region src/dropdown-menu/DropdownMenu.vue.d.ts
|
|
755
836
|
interface DropdownMenuProps extends DropdownMenuRootProps {}
|
|
756
837
|
interface DropdownMenuEmits extends DropdownMenuRootEmits {}
|
|
757
|
-
declare const _default$
|
|
838
|
+
declare const _default$50: typeof __VLS_export$35;
|
|
758
839
|
declare const __VLS_export$35: __VLS_WithSlots$30<import("vue").DefineComponent<DropdownMenuProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
759
840
|
"update:open": (payload: boolean) => any;
|
|
760
841
|
}, string, import("vue").PublicProps, Readonly<DropdownMenuProps> & Readonly<{
|
|
@@ -775,7 +856,7 @@ interface DropdownMenuCheckboxItemProps extends DropdownMenuCheckboxItemProps$1
|
|
|
775
856
|
class?: HTMLAttributes['class'];
|
|
776
857
|
}
|
|
777
858
|
interface DropdownMenuCheckboxItemEmits extends DropdownMenuCheckboxItemEmits$1 {}
|
|
778
|
-
declare const _default$
|
|
859
|
+
declare const _default$51: typeof __VLS_export$34;
|
|
779
860
|
declare const __VLS_export$34: __VLS_WithSlots$29<import("vue").DefineComponent<DropdownMenuCheckboxItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
780
861
|
"update:modelValue": (payload: boolean) => any;
|
|
781
862
|
select: (event: Event) => any;
|
|
@@ -796,7 +877,7 @@ interface DropdownMenuContentProps extends DropdownMenuContentProps$1 {
|
|
|
796
877
|
class?: HTMLAttributes['class'];
|
|
797
878
|
}
|
|
798
879
|
interface DropdownMenuContentEmits extends DropdownMenuContentEmits$1 {}
|
|
799
|
-
declare const _default$
|
|
880
|
+
declare const _default$52: typeof __VLS_export$33;
|
|
800
881
|
declare const __VLS_export$33: __VLS_WithSlots$28<import("vue").DefineComponent<DropdownMenuContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
801
882
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
802
883
|
pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
|
|
@@ -822,7 +903,7 @@ type __VLS_WithSlots$28<T, S> = T & {
|
|
|
822
903
|
//#endregion
|
|
823
904
|
//#region src/dropdown-menu/DropdownMenuGroup.vue.d.ts
|
|
824
905
|
interface DropdownMenuGroupProps extends DropdownMenuGroupProps$1 {}
|
|
825
|
-
declare const _default$
|
|
906
|
+
declare const _default$53: typeof __VLS_export$32;
|
|
826
907
|
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>, {
|
|
827
908
|
default?: (props: {}) => any;
|
|
828
909
|
}>;
|
|
@@ -837,7 +918,7 @@ interface DropdownMenuItemProps extends DropdownMenuItemProps$1 {
|
|
|
837
918
|
class?: HTMLAttributes['class'];
|
|
838
919
|
inset?: boolean;
|
|
839
920
|
}
|
|
840
|
-
declare const _default$
|
|
921
|
+
declare const _default$54: typeof __VLS_export$31;
|
|
841
922
|
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>, {
|
|
842
923
|
default?: (props: {}) => any;
|
|
843
924
|
}>;
|
|
@@ -852,7 +933,7 @@ interface DropdownMenuLabelProps extends DropdownMenuLabelProps$1 {
|
|
|
852
933
|
class?: HTMLAttributes['class'];
|
|
853
934
|
inset?: boolean;
|
|
854
935
|
}
|
|
855
|
-
declare const _default$
|
|
936
|
+
declare const _default$55: typeof __VLS_export$30;
|
|
856
937
|
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>, {
|
|
857
938
|
default?: (props: {}) => any;
|
|
858
939
|
}>;
|
|
@@ -864,7 +945,7 @@ type __VLS_WithSlots$25<T, S> = T & {
|
|
|
864
945
|
//#endregion
|
|
865
946
|
//#region src/dropdown-menu/DropdownMenuPortal.vue.d.ts
|
|
866
947
|
interface DropdownMenuPortalProps extends DropdownMenuPortalProps$1 {}
|
|
867
|
-
declare const _default$
|
|
948
|
+
declare const _default$56: typeof __VLS_export$29;
|
|
868
949
|
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>, {
|
|
869
950
|
default?: (props: {}) => any;
|
|
870
951
|
}>;
|
|
@@ -877,7 +958,7 @@ type __VLS_WithSlots$24<T, S> = T & {
|
|
|
877
958
|
//#region src/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts
|
|
878
959
|
interface DropdownMenuRadioGroupProps extends DropdownMenuRadioGroupProps$1 {}
|
|
879
960
|
interface DropdownMenuRadioGroupEmits extends DropdownMenuRadioGroupEmits$1 {}
|
|
880
|
-
declare const _default$
|
|
961
|
+
declare const _default$57: typeof __VLS_export$28;
|
|
881
962
|
declare const __VLS_export$28: __VLS_WithSlots$23<import("vue").DefineComponent<DropdownMenuRadioGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
882
963
|
"update:modelValue": (payload: import("reka-ui").AcceptableValue) => any;
|
|
883
964
|
}, string, import("vue").PublicProps, Readonly<DropdownMenuRadioGroupProps> & Readonly<{
|
|
@@ -896,7 +977,7 @@ interface DropdownMenuRadioItemProps extends DropdownMenuRadioItemProps$1 {
|
|
|
896
977
|
class?: HTMLAttributes['class'];
|
|
897
978
|
}
|
|
898
979
|
interface DropdownMenuRadioItemEmits extends DropdownMenuRadioItemEmits$1 {}
|
|
899
|
-
declare const _default$
|
|
980
|
+
declare const _default$58: typeof __VLS_export$27;
|
|
900
981
|
declare const __VLS_export$27: __VLS_WithSlots$22<import("vue").DefineComponent<DropdownMenuRadioItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
901
982
|
select: (event: Event) => any;
|
|
902
983
|
}, string, import("vue").PublicProps, Readonly<DropdownMenuRadioItemProps> & Readonly<{
|
|
@@ -914,14 +995,14 @@ type __VLS_WithSlots$22<T, S> = T & {
|
|
|
914
995
|
interface DropdownMenuSeparatorProps extends DropdownMenuSeparatorProps$1 {
|
|
915
996
|
class?: HTMLAttributes['class'];
|
|
916
997
|
}
|
|
917
|
-
declare const _default$
|
|
998
|
+
declare const _default$59: typeof __VLS_export$26;
|
|
918
999
|
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
|
|
919
1000
|
//#endregion
|
|
920
1001
|
//#region src/dropdown-menu/DropdownMenuShortcut.vue.d.ts
|
|
921
1002
|
interface DropdownMenuShortcutProps extends PrimitiveProps {
|
|
922
1003
|
class?: HTMLAttributes['class'];
|
|
923
1004
|
}
|
|
924
|
-
declare const _default$
|
|
1005
|
+
declare const _default$60: typeof __VLS_export$25;
|
|
925
1006
|
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<{}>, {
|
|
926
1007
|
as: import("reka-ui").AsTag | import("vue").Component;
|
|
927
1008
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
@@ -935,7 +1016,7 @@ type __VLS_WithSlots$21<T, S> = T & {
|
|
|
935
1016
|
//#endregion
|
|
936
1017
|
//#region src/dropdown-menu/DropdownMenuSub.vue.d.ts
|
|
937
1018
|
interface DropdownMenuSubProps extends DropdownMenuSubProps$1 {}
|
|
938
|
-
declare const _default$
|
|
1019
|
+
declare const _default$61: typeof __VLS_export$24;
|
|
939
1020
|
declare const __VLS_export$24: __VLS_WithSlots$20<import("vue").DefineComponent<DropdownMenuSubProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
940
1021
|
"update:open": (payload: boolean) => any;
|
|
941
1022
|
}, string, import("vue").PublicProps, Readonly<DropdownMenuSubProps> & Readonly<{
|
|
@@ -956,7 +1037,7 @@ interface DropdownMenuSubContentProps extends DropdownMenuSubContentProps$1 {
|
|
|
956
1037
|
class?: HTMLAttributes['class'];
|
|
957
1038
|
}
|
|
958
1039
|
interface DropdownMenuSubContentEmits extends DropdownMenuSubContentEmits$1 {}
|
|
959
|
-
declare const _default$
|
|
1040
|
+
declare const _default$62: typeof __VLS_export$23;
|
|
960
1041
|
declare const __VLS_export$23: __VLS_WithSlots$19<import("vue").DefineComponent<DropdownMenuSubContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
961
1042
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
962
1043
|
pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
|
|
@@ -989,7 +1070,7 @@ interface DropdownMenuSubTriggerProps extends DropdownMenuSubTriggerProps$1 {
|
|
|
989
1070
|
class?: HTMLAttributes['class'];
|
|
990
1071
|
inset?: boolean;
|
|
991
1072
|
}
|
|
992
|
-
declare const _default$
|
|
1073
|
+
declare const _default$63: typeof __VLS_export$22;
|
|
993
1074
|
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>, {
|
|
994
1075
|
default?: (props: {}) => any;
|
|
995
1076
|
}>;
|
|
@@ -1001,7 +1082,7 @@ type __VLS_WithSlots$18<T, S> = T & {
|
|
|
1001
1082
|
//#endregion
|
|
1002
1083
|
//#region src/dropdown-menu/DropdownMenuTrigger.vue.d.ts
|
|
1003
1084
|
interface DropdownMenuTriggerProps extends DropdownMenuTriggerProps$1 {}
|
|
1004
|
-
declare const _default$
|
|
1085
|
+
declare const _default$64: typeof __VLS_export$21;
|
|
1005
1086
|
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>, {
|
|
1006
1087
|
default?: (props: {}) => any;
|
|
1007
1088
|
}>;
|
|
@@ -1014,13 +1095,13 @@ type __VLS_WithSlots$17<T, S> = T & {
|
|
|
1014
1095
|
//#region src/select/Select.vue.d.ts
|
|
1015
1096
|
interface SelectProps extends SelectRootProps {}
|
|
1016
1097
|
interface SelectEmits extends SelectRootEmits {}
|
|
1017
|
-
declare const _default$
|
|
1098
|
+
declare const _default$65: typeof __VLS_export$20;
|
|
1018
1099
|
declare const __VLS_export$20: __VLS_WithSlots$16<import("vue").DefineComponent<SelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1019
|
-
"update:open": (value: boolean) => any;
|
|
1020
1100
|
"update:modelValue": (value: import("reka-ui").AcceptableValue) => any;
|
|
1101
|
+
"update:open": (value: boolean) => any;
|
|
1021
1102
|
}, string, import("vue").PublicProps, Readonly<SelectProps> & Readonly<{
|
|
1022
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
1023
1103
|
"onUpdate:modelValue"?: ((value: import("reka-ui").AcceptableValue) => any) | undefined;
|
|
1104
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
1024
1105
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
1025
1106
|
default?: (props: {
|
|
1026
1107
|
modelValue: string | number | bigint | Record<string, any> | (string | number | bigint | Record<string, any> | null)[] | null | undefined;
|
|
@@ -1038,7 +1119,7 @@ interface SelectContentProps extends Omit<SelectContentProps$1, 'position'> {
|
|
|
1038
1119
|
class?: HTMLAttributes['class'];
|
|
1039
1120
|
}
|
|
1040
1121
|
interface SelectContentEmits extends SelectContentEmits$1 {}
|
|
1041
|
-
declare const _default$
|
|
1122
|
+
declare const _default$66: typeof __VLS_export$19;
|
|
1042
1123
|
declare const __VLS_export$19: __VLS_WithSlots$15<import("vue").DefineComponent<SelectContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1043
1124
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
1044
1125
|
pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
|
|
@@ -1049,6 +1130,7 @@ declare const __VLS_export$19: __VLS_WithSlots$15<import("vue").DefineComponent<
|
|
|
1049
1130
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
1050
1131
|
}>, {
|
|
1051
1132
|
sideOffset: number;
|
|
1133
|
+
collisionPadding: number | Partial<Record<"top" | "right" | "bottom" | "left", number>>;
|
|
1052
1134
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
1053
1135
|
default?: (props: {}) => any;
|
|
1054
1136
|
}>;
|
|
@@ -1060,7 +1142,7 @@ type __VLS_WithSlots$15<T, S> = T & {
|
|
|
1060
1142
|
//#endregion
|
|
1061
1143
|
//#region src/select/SelectGroup.vue.d.ts
|
|
1062
1144
|
interface SelectGroupProps extends SelectGroupProps$1 {}
|
|
1063
|
-
declare const _default$
|
|
1145
|
+
declare const _default$67: typeof __VLS_export$18;
|
|
1064
1146
|
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>, {
|
|
1065
1147
|
default?: (props: {}) => any;
|
|
1066
1148
|
}>;
|
|
@@ -1074,7 +1156,7 @@ type __VLS_WithSlots$14<T, S> = T & {
|
|
|
1074
1156
|
interface SelectItemProps extends SelectItemProps$1 {
|
|
1075
1157
|
class?: HTMLAttributes['class'];
|
|
1076
1158
|
}
|
|
1077
|
-
declare const _default$
|
|
1159
|
+
declare const _default$68: typeof __VLS_export$17;
|
|
1078
1160
|
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>, {
|
|
1079
1161
|
default?: (props: {}) => any;
|
|
1080
1162
|
}>;
|
|
@@ -1086,7 +1168,7 @@ type __VLS_WithSlots$13<T, S> = T & {
|
|
|
1086
1168
|
//#endregion
|
|
1087
1169
|
//#region src/select/SelectItemText.vue.d.ts
|
|
1088
1170
|
interface SelectItemTextProps extends SelectItemTextProps$1 {}
|
|
1089
|
-
declare const _default$
|
|
1171
|
+
declare const _default$69: typeof __VLS_export$16;
|
|
1090
1172
|
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>, {
|
|
1091
1173
|
default?: (props: {}) => any;
|
|
1092
1174
|
}>;
|
|
@@ -1100,7 +1182,7 @@ type __VLS_WithSlots$12<T, S> = T & {
|
|
|
1100
1182
|
interface SelectLabelProps extends SelectLabelProps$1 {
|
|
1101
1183
|
class?: HTMLAttributes['class'];
|
|
1102
1184
|
}
|
|
1103
|
-
declare const _default$
|
|
1185
|
+
declare const _default$70: typeof __VLS_export$15;
|
|
1104
1186
|
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>, {
|
|
1105
1187
|
default?: (props: {}) => any;
|
|
1106
1188
|
}>;
|
|
@@ -1114,28 +1196,28 @@ type __VLS_WithSlots$11<T, S> = T & {
|
|
|
1114
1196
|
interface SelectScrollDownButtonProps extends SelectScrollDownButtonProps$1 {
|
|
1115
1197
|
class?: HTMLAttributes['class'];
|
|
1116
1198
|
}
|
|
1117
|
-
declare const _default$
|
|
1199
|
+
declare const _default$71: typeof __VLS_export$14;
|
|
1118
1200
|
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
|
|
1119
1201
|
//#endregion
|
|
1120
1202
|
//#region src/select/SelectScrollUpButton.vue.d.ts
|
|
1121
1203
|
interface SelectScrollUpButtonProps extends SelectScrollUpButtonProps$1 {
|
|
1122
1204
|
class?: HTMLAttributes['class'];
|
|
1123
1205
|
}
|
|
1124
|
-
declare const _default$
|
|
1206
|
+
declare const _default$72: typeof __VLS_export$13;
|
|
1125
1207
|
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
|
|
1126
1208
|
//#endregion
|
|
1127
1209
|
//#region src/select/SelectSeparator.vue.d.ts
|
|
1128
1210
|
interface SelectSeparatorProps extends SelectSeparatorProps$1 {
|
|
1129
1211
|
class?: HTMLAttributes['class'];
|
|
1130
1212
|
}
|
|
1131
|
-
declare const _default$
|
|
1213
|
+
declare const _default$73: typeof __VLS_export$12;
|
|
1132
1214
|
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
|
|
1133
1215
|
//#endregion
|
|
1134
1216
|
//#region src/select/SelectTrigger.vue.d.ts
|
|
1135
1217
|
interface SelectTriggerProps extends SelectTriggerProps$1 {
|
|
1136
1218
|
class?: HTMLAttributes['class'];
|
|
1137
1219
|
}
|
|
1138
|
-
declare const _default$
|
|
1220
|
+
declare const _default$74: typeof __VLS_export$11;
|
|
1139
1221
|
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<{}>, {
|
|
1140
1222
|
as: import("reka-ui").AsTag | import("vue").Component;
|
|
1141
1223
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
@@ -1151,7 +1233,7 @@ type __VLS_WithSlots$10<T, S> = T & {
|
|
|
1151
1233
|
interface SelectValueProps extends SelectValueProps$1 {
|
|
1152
1234
|
class?: HTMLAttributes['class'];
|
|
1153
1235
|
}
|
|
1154
|
-
declare const _default$
|
|
1236
|
+
declare const _default$75: typeof __VLS_export$10;
|
|
1155
1237
|
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>, {
|
|
1156
1238
|
default?: (props: {}) => any;
|
|
1157
1239
|
}>;
|
|
@@ -1166,7 +1248,7 @@ interface SheetEmits extends DrawerRootEmits {}
|
|
|
1166
1248
|
interface SheetProps extends DrawerRootProps {
|
|
1167
1249
|
class?: HTMLAttributes['class'];
|
|
1168
1250
|
}
|
|
1169
|
-
declare const _default$
|
|
1251
|
+
declare const _default$76: typeof __VLS_export$9;
|
|
1170
1252
|
declare const __VLS_export$9: __VLS_WithSlots$8<import("vue").DefineComponent<SheetProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
1171
1253
|
drag: (percentageDragged: number) => any;
|
|
1172
1254
|
"update:open": (open: boolean) => any;
|
|
@@ -1194,7 +1276,7 @@ type __VLS_WithSlots$8<T, S> = T & {
|
|
|
1194
1276
|
//#endregion
|
|
1195
1277
|
//#region src/sheet/SheetClose.vue.d.ts
|
|
1196
1278
|
interface SheetCloseProps extends DrawerCloseProps$1 {}
|
|
1197
|
-
declare const _default$
|
|
1279
|
+
declare const _default$77: typeof __VLS_export$8;
|
|
1198
1280
|
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<{}>, {
|
|
1199
1281
|
as: import("reka-ui").AsTag | import("vue").Component;
|
|
1200
1282
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
@@ -1212,7 +1294,7 @@ interface SheetContentProps extends DialogContentProps$1 {
|
|
|
1212
1294
|
class?: HTMLAttributes['class'];
|
|
1213
1295
|
showHandle?: boolean;
|
|
1214
1296
|
}
|
|
1215
|
-
declare const _default$
|
|
1297
|
+
declare const _default$78: typeof __VLS_export$7;
|
|
1216
1298
|
declare const __VLS_export$7: __VLS_WithSlots$6<import("vue").DefineComponent<SheetContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1217
1299
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
1218
1300
|
pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
|
|
@@ -1242,7 +1324,7 @@ type __VLS_WithSlots$6<T, S> = T & {
|
|
|
1242
1324
|
interface SheetDescriptionProps extends DrawerDescriptionProps$1 {
|
|
1243
1325
|
class?: HTMLAttributes['class'];
|
|
1244
1326
|
}
|
|
1245
|
-
declare const _default$
|
|
1327
|
+
declare const _default$79: typeof __VLS_export$6;
|
|
1246
1328
|
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<{}>, {
|
|
1247
1329
|
as: import("reka-ui").AsTag | import("vue").Component;
|
|
1248
1330
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
@@ -1258,7 +1340,7 @@ type __VLS_WithSlots$5<T, S> = T & {
|
|
|
1258
1340
|
interface SheetFooterProps extends PrimitiveProps {
|
|
1259
1341
|
class?: HTMLAttributes['class'];
|
|
1260
1342
|
}
|
|
1261
|
-
declare const _default$
|
|
1343
|
+
declare const _default$80: typeof __VLS_export$5;
|
|
1262
1344
|
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>, {
|
|
1263
1345
|
default?: (props: {}) => any;
|
|
1264
1346
|
}>;
|
|
@@ -1272,7 +1354,7 @@ type __VLS_WithSlots$4<T, S> = T & {
|
|
|
1272
1354
|
interface SheetHeaderProps extends PrimitiveProps {
|
|
1273
1355
|
class?: HTMLAttributes['class'];
|
|
1274
1356
|
}
|
|
1275
|
-
declare const _default$
|
|
1357
|
+
declare const _default$81: typeof __VLS_export$4;
|
|
1276
1358
|
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>, {
|
|
1277
1359
|
default?: (props: {}) => any;
|
|
1278
1360
|
}>;
|
|
@@ -1286,7 +1368,7 @@ type __VLS_WithSlots$3<T, S> = T & {
|
|
|
1286
1368
|
interface SheetOverlayProps extends DialogOverlayProps$1 {
|
|
1287
1369
|
class?: HTMLAttributes['class'];
|
|
1288
1370
|
}
|
|
1289
|
-
declare const _default$
|
|
1371
|
+
declare const _default$82: typeof __VLS_export$3;
|
|
1290
1372
|
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>, {
|
|
1291
1373
|
default?: (props: {}) => any;
|
|
1292
1374
|
}>;
|
|
@@ -1300,7 +1382,7 @@ type __VLS_WithSlots$2<T, S> = T & {
|
|
|
1300
1382
|
interface SheetTitleProps extends DrawerTitleProps$1 {
|
|
1301
1383
|
class?: HTMLAttributes['class'];
|
|
1302
1384
|
}
|
|
1303
|
-
declare const _default$
|
|
1385
|
+
declare const _default$83: typeof __VLS_export$2;
|
|
1304
1386
|
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<{}>, {
|
|
1305
1387
|
as: import("reka-ui").AsTag | import("vue").Component;
|
|
1306
1388
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
@@ -1314,7 +1396,7 @@ type __VLS_WithSlots$1<T, S> = T & {
|
|
|
1314
1396
|
//#endregion
|
|
1315
1397
|
//#region src/sheet/SheetTrigger.vue.d.ts
|
|
1316
1398
|
interface SheetTriggerProps extends DrawerTriggerProps$1 {}
|
|
1317
|
-
declare const _default$
|
|
1399
|
+
declare const _default$84: typeof __VLS_export$1;
|
|
1318
1400
|
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>, {
|
|
1319
1401
|
default?: (props: {}) => any;
|
|
1320
1402
|
}>;
|
|
@@ -1326,10 +1408,10 @@ type __VLS_WithSlots<T, S> = T & {
|
|
|
1326
1408
|
//#endregion
|
|
1327
1409
|
//#region src/sonner/Sonner.vue.d.ts
|
|
1328
1410
|
interface SonnerProps extends ToasterProps {}
|
|
1329
|
-
declare const _default$
|
|
1411
|
+
declare const _default$85: typeof __VLS_export;
|
|
1330
1412
|
declare const __VLS_export: import("vue").DefineComponent<SonnerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SonnerProps> & Readonly<{}>, {
|
|
1331
1413
|
richColors: boolean;
|
|
1332
1414
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=Sonner.vue.d.ts.map
|
|
1333
1415
|
//#endregion
|
|
1334
|
-
export { __VLS_export$80 as AspectRatio, type AspectRatioProps, __VLS_export$79 as Autocomplete, __VLS_export$78 as AutocompleteAnchor, type AutocompleteAnchorProps, __VLS_export$77 as AutocompleteCancel, type AutocompleteCancelProps, __VLS_export$76 as AutocompleteContent, type AutocompleteContentEmits, type AutocompleteContentProps, type AutocompleteEmits, __VLS_export$75 as AutocompleteEmpty, type AutocompleteEmptyProps, __VLS_export$74 as AutocompleteGroup, type AutocompleteGroupProps, __VLS_export$73 as AutocompleteInput, type AutocompleteInputEmits, type AutocompleteInputProps, __VLS_export$72 as AutocompleteItem, type AutocompleteItemEmits, type AutocompleteItemProps, __VLS_export$71 as AutocompleteLabel, type AutocompleteLabelProps, __VLS_export$70 as AutocompletePortal, type AutocompletePortalProps, type AutocompleteProps, __VLS_export$69 as AutocompleteSeparator, type AutocompleteSeparatorProps, __VLS_export$68 as AutocompleteTrigger, type AutocompleteTriggerProps, __VLS_export$67 as AutocompleteViewport, type AutocompleteViewportProps, __VLS_export$66 as Combobox, __VLS_export$65 as ComboboxAnchor, type ComboboxAnchorProps, __VLS_export$64 as ComboboxCancel, type ComboboxCancelProps, __VLS_export$63 as ComboboxContent, type ComboboxContentEmits, type ComboboxContentProps, type ComboboxEmits, __VLS_export$62 as ComboboxEmpty, type ComboboxEmptyProps, __VLS_export$61 as ComboboxGroup, type ComboboxGroupProps, __VLS_export$60 as ComboboxInput, type ComboboxInputEmits, type ComboboxInputProps, __VLS_export$59 as ComboboxItem, type ComboboxItemEmits, type ComboboxItemProps, __VLS_export$58 as ComboboxLabel, type ComboboxLabelProps, __VLS_export$57 as ComboboxPortal, type ComboboxPortalProps, type ComboboxProps, __VLS_export$56 as ComboboxSeparator, type ComboboxSeparatorProps, __VLS_export$55 as ComboboxTrigger, type ComboboxTriggerProps, __VLS_export$54 as ComboboxViewport, type ComboboxViewportProps, __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$
|
|
1416
|
+
export { __VLS_export$85 as Accordion, __VLS_export$84 as AccordionContent, type AccordionContentProps, type AccordionEmits, __VLS_export$83 as AccordionHeader, type AccordionHeaderProps, __VLS_export$82 as AccordionItem, type AccordionItemProps, type AccordionProps, __VLS_export$81 as AccordionTrigger, type AccordionTriggerProps, __VLS_export$80 as AspectRatio, type AspectRatioProps, __VLS_export$79 as Autocomplete, __VLS_export$78 as AutocompleteAnchor, type AutocompleteAnchorProps, __VLS_export$77 as AutocompleteCancel, type AutocompleteCancelProps, __VLS_export$76 as AutocompleteContent, type AutocompleteContentEmits, type AutocompleteContentProps, type AutocompleteEmits, __VLS_export$75 as AutocompleteEmpty, type AutocompleteEmptyProps, __VLS_export$74 as AutocompleteGroup, type AutocompleteGroupProps, __VLS_export$73 as AutocompleteInput, type AutocompleteInputEmits, type AutocompleteInputProps, __VLS_export$72 as AutocompleteItem, type AutocompleteItemEmits, type AutocompleteItemProps, __VLS_export$71 as AutocompleteLabel, type AutocompleteLabelProps, __VLS_export$70 as AutocompletePortal, type AutocompletePortalProps, type AutocompleteProps, __VLS_export$69 as AutocompleteSeparator, type AutocompleteSeparatorProps, __VLS_export$68 as AutocompleteTrigger, type AutocompleteTriggerProps, __VLS_export$67 as AutocompleteViewport, type AutocompleteViewportProps, __VLS_export$66 as Combobox, __VLS_export$65 as ComboboxAnchor, type ComboboxAnchorProps, __VLS_export$64 as ComboboxCancel, type ComboboxCancelProps, __VLS_export$63 as ComboboxContent, type ComboboxContentEmits, type ComboboxContentProps, type ComboboxEmits, __VLS_export$62 as ComboboxEmpty, type ComboboxEmptyProps, __VLS_export$61 as ComboboxGroup, type ComboboxGroupProps, __VLS_export$60 as ComboboxInput, type ComboboxInputEmits, type ComboboxInputProps, __VLS_export$59 as ComboboxItem, type ComboboxItemEmits, type ComboboxItemProps, __VLS_export$58 as ComboboxLabel, type ComboboxLabelProps, __VLS_export$57 as ComboboxPortal, type ComboboxPortalProps, type ComboboxProps, __VLS_export$56 as ComboboxSeparator, type ComboboxSeparatorProps, __VLS_export$55 as ComboboxTrigger, type ComboboxTriggerProps, __VLS_export$54 as ComboboxViewport, type ComboboxViewportProps, __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$85 as Sonner, type SonnerProps, toast };
|
|
1335
1417
|
//# sourceMappingURL=index.d.ts.map
|