arvue-ui 0.4.0 → 0.5.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/all.css +1 -1
- package/dist/autocomplete/autocompleteInput.js +3 -3
- package/dist/autocomplete/autocompleteInput.js.map +1 -1
- package/dist/combobox/combobox.js.map +1 -1
- package/dist/combobox/comboboxContent.js.map +1 -1
- package/dist/combobox/comboboxEmpty.js.map +1 -1
- package/dist/combobox/comboboxInput.js +3 -3
- package/dist/combobox/comboboxInput.js.map +1 -1
- package/dist/combobox/comboboxItem.js.map +1 -1
- package/dist/combobox/comboboxLabel.js.map +1 -1
- package/dist/combobox/comboboxSeparator.js.map +1 -1
- package/dist/dialog/dialogDescription.js.map +1 -1
- package/dist/dialog/dialogFooter.js.map +1 -1
- package/dist/dialog/dialogHeader.js.map +1 -1
- package/dist/dialog/dialogTitle.js.map +1 -1
- package/dist/drawer/drawerDescription.js.map +1 -1
- package/dist/drawer/drawerFooter.js.map +1 -1
- package/dist/drawer/drawerHeader.js.map +1 -1
- package/dist/drawer/drawerTitle.js.map +1 -1
- package/dist/index.d.ts +124 -116
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/sheet/sheetContent.js.map +1 -1
- package/dist/sheet/sheetDescription.js.map +1 -1
- package/dist/sheet/sheetFooter.js.map +1 -1
- package/dist/sheet/sheetHeader.js.map +1 -1
- package/dist/sheet/sheetOverlay.js.map +1 -1
- package/dist/sheet/sheetTitle.js.map +1 -1
- package/dist/sonner/sonner.js +51 -0
- package/dist/sonner/sonner.js.map +1 -0
- package/dist/style.css +23 -21
- package/package.json +3 -2
- package/src/autocomplete/AutocompleteInput.vue +1 -1
- package/src/combobox/Combobox.vue +1 -1
- package/src/combobox/ComboboxContent.vue +1 -1
- package/src/combobox/ComboboxEmpty.vue +1 -1
- package/src/combobox/ComboboxInput.vue +2 -2
- package/src/combobox/ComboboxItem.vue +1 -1
- package/src/combobox/ComboboxLabel.vue +1 -1
- package/src/combobox/ComboboxSeparator.vue +1 -1
- package/src/dialog/DialogDescription.vue +1 -1
- package/src/dialog/DialogFooter.vue +1 -1
- package/src/dialog/DialogHeader.vue +1 -1
- package/src/dialog/DialogTitle.vue +1 -1
- package/src/drawer/DrawerDescription.vue +1 -1
- package/src/drawer/DrawerFooter.vue +1 -1
- package/src/drawer/DrawerHeader.vue +1 -1
- package/src/drawer/DrawerTitle.vue +1 -1
- package/src/index.ts +1 -0
- package/src/sheet/SheetContent.vue +1 -1
- package/src/sheet/SheetDescription.vue +1 -1
- package/src/sheet/SheetFooter.vue +1 -1
- package/src/sheet/SheetHeader.vue +1 -1
- package/src/sheet/SheetOverlay.vue +1 -1
- package/src/sheet/SheetTitle.vue +1 -1
- package/src/sonner/Sonner.vue +47 -0
- package/src/sonner/index.ts +5 -0
- package/src/sonner/sonner.css +91 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { HTMLAttributes } from "vue";
|
|
2
2
|
import { AutocompleteInputEmits as AutocompleteInputEmits$1, AutocompleteInputProps as AutocompleteInputProps$1, AutocompleteRootEmits, AutocompleteRootProps, ComboboxAnchorProps as ComboboxAnchorProps$1, ComboboxArrowProps, 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, PrimitiveProps } 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
|
+
import { ToasterProps, toast } from "vue-sonner";
|
|
4
5
|
|
|
5
6
|
//#region src/autocomplete/Autocomplete.vue.d.ts
|
|
6
7
|
interface AutocompleteProps extends AutocompleteRootProps {
|
|
7
8
|
class?: HTMLAttributes['class'];
|
|
8
9
|
}
|
|
9
10
|
interface AutocompleteEmits extends AutocompleteRootEmits {}
|
|
10
|
-
declare const _default: typeof __VLS_export$
|
|
11
|
-
declare const __VLS_export$
|
|
11
|
+
declare const _default: typeof __VLS_export$54;
|
|
12
|
+
declare const __VLS_export$54: __VLS_WithSlots$51<import("vue").DefineComponent<AutocompleteProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
13
|
"update:open": (value: boolean) => any;
|
|
13
14
|
"update:modelValue": (value: string) => any;
|
|
14
15
|
highlight: (payload: {
|
|
@@ -36,8 +37,8 @@ type __VLS_WithSlots$51<T, S> = T & {
|
|
|
36
37
|
//#endregion
|
|
37
38
|
//#region src/autocomplete/AutocompleteAnchor.vue.d.ts
|
|
38
39
|
interface AutocompleteAnchorProps extends ComboboxAnchorProps$1 {}
|
|
39
|
-
declare const _default$1: typeof __VLS_export$
|
|
40
|
-
declare const __VLS_export$
|
|
40
|
+
declare const _default$1: typeof __VLS_export$53;
|
|
41
|
+
declare const __VLS_export$53: __VLS_WithSlots$50<import("vue").DefineComponent<AutocompleteAnchorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
41
42
|
default?: (props: {}) => any;
|
|
42
43
|
}>;
|
|
43
44
|
type __VLS_WithSlots$50<T, S> = T & {
|
|
@@ -48,8 +49,8 @@ type __VLS_WithSlots$50<T, S> = T & {
|
|
|
48
49
|
//#endregion
|
|
49
50
|
//#region src/autocomplete/AutocompleteArrow.vue.d.ts
|
|
50
51
|
interface AutocompleteArrowProps extends ComboboxArrowProps {}
|
|
51
|
-
declare const _default$2: typeof __VLS_export$
|
|
52
|
-
declare const __VLS_export$
|
|
52
|
+
declare const _default$2: typeof __VLS_export$52;
|
|
53
|
+
declare const __VLS_export$52: __VLS_WithSlots$49<import("vue").DefineComponent<AutocompleteArrowProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
53
54
|
default?: (props: {}) => any;
|
|
54
55
|
}>;
|
|
55
56
|
type __VLS_WithSlots$49<T, S> = T & {
|
|
@@ -60,8 +61,8 @@ type __VLS_WithSlots$49<T, S> = T & {
|
|
|
60
61
|
//#endregion
|
|
61
62
|
//#region src/autocomplete/AutocompleteCancel.vue.d.ts
|
|
62
63
|
interface AutocompleteCancelProps extends ComboboxCancelProps$1 {}
|
|
63
|
-
declare const _default$3: typeof __VLS_export$
|
|
64
|
-
declare const __VLS_export$
|
|
64
|
+
declare const _default$3: typeof __VLS_export$51;
|
|
65
|
+
declare const __VLS_export$51: __VLS_WithSlots$48<import("vue").DefineComponent<AutocompleteCancelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteCancelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
65
66
|
default?: (props: {}) => any;
|
|
66
67
|
}>;
|
|
67
68
|
type __VLS_WithSlots$48<T, S> = T & {
|
|
@@ -75,8 +76,8 @@ interface AutocompleteContentProps extends Omit<ComboboxContentProps$1, 'positio
|
|
|
75
76
|
class?: HTMLAttributes['class'];
|
|
76
77
|
}
|
|
77
78
|
interface AutocompleteContentEmits extends ComboboxContentEmits$1 {}
|
|
78
|
-
declare const _default$4: typeof __VLS_export$
|
|
79
|
-
declare const __VLS_export$
|
|
79
|
+
declare const _default$4: typeof __VLS_export$50;
|
|
80
|
+
declare const __VLS_export$50: __VLS_WithSlots$47<import("vue").DefineComponent<AutocompleteContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
80
81
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
81
82
|
pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
|
|
82
83
|
focusOutside: (event: import("reka-ui").FocusOutsideEvent) => any;
|
|
@@ -99,8 +100,8 @@ type __VLS_WithSlots$47<T, S> = T & {
|
|
|
99
100
|
interface AutocompleteEmptyProps extends ComboboxEmptyProps$1 {
|
|
100
101
|
class?: HTMLAttributes['class'];
|
|
101
102
|
}
|
|
102
|
-
declare const _default$5: typeof __VLS_export$
|
|
103
|
-
declare const __VLS_export$
|
|
103
|
+
declare const _default$5: typeof __VLS_export$49;
|
|
104
|
+
declare const __VLS_export$49: __VLS_WithSlots$46<import("vue").DefineComponent<AutocompleteEmptyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
104
105
|
default?: (props: {}) => any;
|
|
105
106
|
}>;
|
|
106
107
|
type __VLS_WithSlots$46<T, S> = T & {
|
|
@@ -111,8 +112,8 @@ type __VLS_WithSlots$46<T, S> = T & {
|
|
|
111
112
|
//#endregion
|
|
112
113
|
//#region src/autocomplete/AutocompleteGroup.vue.d.ts
|
|
113
114
|
interface AutocompleteGroupProps extends ComboboxGroupProps$1 {}
|
|
114
|
-
declare const _default$6: typeof __VLS_export$
|
|
115
|
-
declare const __VLS_export$
|
|
115
|
+
declare const _default$6: typeof __VLS_export$48;
|
|
116
|
+
declare const __VLS_export$48: __VLS_WithSlots$45<import("vue").DefineComponent<AutocompleteGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
116
117
|
default?: (props: {}) => any;
|
|
117
118
|
}>;
|
|
118
119
|
type __VLS_WithSlots$45<T, S> = T & {
|
|
@@ -129,13 +130,13 @@ interface AutocompleteInputProps extends AutocompleteInputProps$1 {
|
|
|
129
130
|
interface AutocompleteInputEmits extends AutocompleteInputEmits$1 {
|
|
130
131
|
'cancel': [void];
|
|
131
132
|
}
|
|
132
|
-
declare const _default$7: typeof __VLS_export$
|
|
133
|
-
declare const __VLS_export$
|
|
134
|
-
"update:modelValue": (args_0: string) => any;
|
|
133
|
+
declare const _default$7: typeof __VLS_export$47;
|
|
134
|
+
declare const __VLS_export$47: import("vue").DefineComponent<AutocompleteInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
135
135
|
cancel: (args_0: void) => any;
|
|
136
|
+
"update:modelValue": (args_0: string) => any;
|
|
136
137
|
}, string, import("vue").PublicProps, Readonly<AutocompleteInputProps> & Readonly<{
|
|
137
|
-
"onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
|
|
138
138
|
onCancel?: ((args_0?: void | undefined) => any) | undefined;
|
|
139
|
+
"onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
|
|
139
140
|
}>, {
|
|
140
141
|
showTriggerButton: boolean;
|
|
141
142
|
showCancelButton: boolean;
|
|
@@ -146,8 +147,8 @@ interface AutocompleteItemProps extends ComboboxItemProps$1 {
|
|
|
146
147
|
class?: HTMLAttributes['class'];
|
|
147
148
|
}
|
|
148
149
|
interface AutocompleteItemEmits extends ComboboxItemEmits$1 {}
|
|
149
|
-
declare const _default$8: typeof __VLS_export$
|
|
150
|
-
declare const __VLS_export$
|
|
150
|
+
declare const _default$8: typeof __VLS_export$46;
|
|
151
|
+
declare const __VLS_export$46: __VLS_WithSlots$44<import("vue").DefineComponent<AutocompleteItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
151
152
|
select: (event: import("reka-ui").ListboxItemSelectEvent<import("reka-ui").AcceptableValue>) => any;
|
|
152
153
|
}, string, import("vue").PublicProps, Readonly<AutocompleteItemProps> & Readonly<{
|
|
153
154
|
onSelect?: ((event: import("reka-ui").ListboxItemSelectEvent<import("reka-ui").AcceptableValue>) => any) | undefined;
|
|
@@ -164,8 +165,8 @@ type __VLS_WithSlots$44<T, S> = T & {
|
|
|
164
165
|
interface AutocompleteLabelProps extends ComboboxLabelProps$1 {
|
|
165
166
|
class?: HTMLAttributes['class'];
|
|
166
167
|
}
|
|
167
|
-
declare const _default$9: typeof __VLS_export$
|
|
168
|
-
declare const __VLS_export$
|
|
168
|
+
declare const _default$9: typeof __VLS_export$45;
|
|
169
|
+
declare const __VLS_export$45: __VLS_WithSlots$43<import("vue").DefineComponent<AutocompleteLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
169
170
|
default?: (props: {}) => any;
|
|
170
171
|
}>;
|
|
171
172
|
type __VLS_WithSlots$43<T, S> = T & {
|
|
@@ -176,8 +177,8 @@ type __VLS_WithSlots$43<T, S> = T & {
|
|
|
176
177
|
//#endregion
|
|
177
178
|
//#region src/autocomplete/AutocompletePortal.vue.d.ts
|
|
178
179
|
interface AutocompletePortalProps extends ComboboxPortalProps$1 {}
|
|
179
|
-
declare const _default$10: typeof __VLS_export$
|
|
180
|
-
declare const __VLS_export$
|
|
180
|
+
declare const _default$10: typeof __VLS_export$44;
|
|
181
|
+
declare const __VLS_export$44: __VLS_WithSlots$42<import("vue").DefineComponent<AutocompletePortalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompletePortalProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
181
182
|
default?: (props: {}) => any;
|
|
182
183
|
}>;
|
|
183
184
|
type __VLS_WithSlots$42<T, S> = T & {
|
|
@@ -190,8 +191,8 @@ type __VLS_WithSlots$42<T, S> = T & {
|
|
|
190
191
|
interface AutocompleteSeparatorProps extends ComboboxSeparatorProps$1 {
|
|
191
192
|
class?: HTMLAttributes['class'];
|
|
192
193
|
}
|
|
193
|
-
declare const _default$11: typeof __VLS_export$
|
|
194
|
-
declare const __VLS_export$
|
|
194
|
+
declare const _default$11: typeof __VLS_export$43;
|
|
195
|
+
declare const __VLS_export$43: __VLS_WithSlots$41<import("vue").DefineComponent<AutocompleteSeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
195
196
|
default?: (props: {}) => any;
|
|
196
197
|
}>;
|
|
197
198
|
type __VLS_WithSlots$41<T, S> = T & {
|
|
@@ -202,8 +203,8 @@ type __VLS_WithSlots$41<T, S> = T & {
|
|
|
202
203
|
//#endregion
|
|
203
204
|
//#region src/autocomplete/AutocompleteTrigger.vue.d.ts
|
|
204
205
|
interface AutocompleteTriggerProps extends ComboboxTriggerProps$1 {}
|
|
205
|
-
declare const _default$12: typeof __VLS_export$
|
|
206
|
-
declare const __VLS_export$
|
|
206
|
+
declare const _default$12: typeof __VLS_export$42;
|
|
207
|
+
declare const __VLS_export$42: __VLS_WithSlots$40<import("vue").DefineComponent<AutocompleteTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
207
208
|
default?: (props: {}) => any;
|
|
208
209
|
}>;
|
|
209
210
|
type __VLS_WithSlots$40<T, S> = T & {
|
|
@@ -214,8 +215,8 @@ type __VLS_WithSlots$40<T, S> = T & {
|
|
|
214
215
|
//#endregion
|
|
215
216
|
//#region src/autocomplete/AutocompleteViewport.vue.d.ts
|
|
216
217
|
interface AutocompleteViewportProps extends ComboboxViewportProps$1 {}
|
|
217
|
-
declare const _default$13: typeof __VLS_export$
|
|
218
|
-
declare const __VLS_export$
|
|
218
|
+
declare const _default$13: typeof __VLS_export$41;
|
|
219
|
+
declare const __VLS_export$41: __VLS_WithSlots$39<import("vue").DefineComponent<AutocompleteViewportProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AutocompleteViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
219
220
|
default?: (props: {}) => any;
|
|
220
221
|
}>;
|
|
221
222
|
type __VLS_WithSlots$39<T, S> = T & {
|
|
@@ -229,8 +230,8 @@ interface ComboboxProps extends ComboboxRootProps {
|
|
|
229
230
|
class?: HTMLAttributes['class'];
|
|
230
231
|
}
|
|
231
232
|
interface ComboboxEmits extends ComboboxRootEmits {}
|
|
232
|
-
declare const _default$14: typeof __VLS_export$
|
|
233
|
-
declare const __VLS_export$
|
|
233
|
+
declare const _default$14: typeof __VLS_export$40;
|
|
234
|
+
declare const __VLS_export$40: __VLS_WithSlots$38<import("vue").DefineComponent<ComboboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
234
235
|
"update:open": (value: boolean) => any;
|
|
235
236
|
"update:modelValue": (value: import("reka-ui").AcceptableValue) => any;
|
|
236
237
|
highlight: (payload: {
|
|
@@ -258,8 +259,8 @@ type __VLS_WithSlots$38<T, S> = T & {
|
|
|
258
259
|
//#endregion
|
|
259
260
|
//#region src/combobox/ComboboxAnchor.vue.d.ts
|
|
260
261
|
interface ComboboxAnchorProps extends ComboboxAnchorProps$1 {}
|
|
261
|
-
declare const _default$15: typeof __VLS_export$
|
|
262
|
-
declare const __VLS_export$
|
|
262
|
+
declare const _default$15: typeof __VLS_export$39;
|
|
263
|
+
declare const __VLS_export$39: __VLS_WithSlots$37<import("vue").DefineComponent<ComboboxAnchorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
263
264
|
default?: (props: {}) => any;
|
|
264
265
|
}>;
|
|
265
266
|
type __VLS_WithSlots$37<T, S> = T & {
|
|
@@ -270,8 +271,8 @@ type __VLS_WithSlots$37<T, S> = T & {
|
|
|
270
271
|
//#endregion
|
|
271
272
|
//#region src/combobox/ComboboxCancel.vue.d.ts
|
|
272
273
|
interface ComboboxCancelProps extends ComboboxCancelProps$1 {}
|
|
273
|
-
declare const _default$16: typeof __VLS_export$
|
|
274
|
-
declare const __VLS_export$
|
|
274
|
+
declare const _default$16: typeof __VLS_export$38;
|
|
275
|
+
declare const __VLS_export$38: __VLS_WithSlots$36<import("vue").DefineComponent<ComboboxCancelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxCancelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
275
276
|
default?: (props: {}) => any;
|
|
276
277
|
}>;
|
|
277
278
|
type __VLS_WithSlots$36<T, S> = T & {
|
|
@@ -285,8 +286,8 @@ interface ComboboxContentProps extends Omit<ComboboxContentProps$1, 'position'>
|
|
|
285
286
|
class?: HTMLAttributes['class'];
|
|
286
287
|
}
|
|
287
288
|
interface ComboboxContentEmits extends ComboboxContentEmits$1 {}
|
|
288
|
-
declare const _default$17: typeof __VLS_export$
|
|
289
|
-
declare const __VLS_export$
|
|
289
|
+
declare const _default$17: typeof __VLS_export$37;
|
|
290
|
+
declare const __VLS_export$37: __VLS_WithSlots$35<import("vue").DefineComponent<ComboboxContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
290
291
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
291
292
|
pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
|
|
292
293
|
focusOutside: (event: import("reka-ui").FocusOutsideEvent) => any;
|
|
@@ -309,8 +310,8 @@ type __VLS_WithSlots$35<T, S> = T & {
|
|
|
309
310
|
interface ComboboxEmptyProps extends ComboboxEmptyProps$1 {
|
|
310
311
|
class?: HTMLAttributes['class'];
|
|
311
312
|
}
|
|
312
|
-
declare const _default$18: typeof __VLS_export$
|
|
313
|
-
declare const __VLS_export$
|
|
313
|
+
declare const _default$18: typeof __VLS_export$36;
|
|
314
|
+
declare const __VLS_export$36: __VLS_WithSlots$34<import("vue").DefineComponent<ComboboxEmptyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
314
315
|
default?: (props: {}) => any;
|
|
315
316
|
}>;
|
|
316
317
|
type __VLS_WithSlots$34<T, S> = T & {
|
|
@@ -321,8 +322,8 @@ type __VLS_WithSlots$34<T, S> = T & {
|
|
|
321
322
|
//#endregion
|
|
322
323
|
//#region src/combobox/ComboboxGroup.vue.d.ts
|
|
323
324
|
interface ComboboxGroupProps extends ComboboxGroupProps$1 {}
|
|
324
|
-
declare const _default$19: typeof __VLS_export$
|
|
325
|
-
declare const __VLS_export$
|
|
325
|
+
declare const _default$19: typeof __VLS_export$35;
|
|
326
|
+
declare const __VLS_export$35: __VLS_WithSlots$33<import("vue").DefineComponent<ComboboxGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
326
327
|
default?: (props: {}) => any;
|
|
327
328
|
}>;
|
|
328
329
|
type __VLS_WithSlots$33<T, S> = T & {
|
|
@@ -339,13 +340,13 @@ interface ComboboxInputProps extends ComboboxInputProps$1 {
|
|
|
339
340
|
interface ComboboxInputEmits extends ComboboxInputEmits$1 {
|
|
340
341
|
'cancel': [void];
|
|
341
342
|
}
|
|
342
|
-
declare const _default$20: typeof __VLS_export$
|
|
343
|
-
declare const __VLS_export$
|
|
344
|
-
"update:modelValue": (args_0: string) => any;
|
|
343
|
+
declare const _default$20: typeof __VLS_export$34;
|
|
344
|
+
declare const __VLS_export$34: import("vue").DefineComponent<ComboboxInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
345
345
|
cancel: (args_0: void) => any;
|
|
346
|
+
"update:modelValue": (args_0: string) => any;
|
|
346
347
|
}, string, import("vue").PublicProps, Readonly<ComboboxInputProps> & Readonly<{
|
|
347
|
-
"onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
|
|
348
348
|
onCancel?: ((args_0?: void | undefined) => any) | undefined;
|
|
349
|
+
"onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
|
|
349
350
|
}>, {
|
|
350
351
|
showTriggerButton: boolean;
|
|
351
352
|
showCancelButton: boolean;
|
|
@@ -356,8 +357,8 @@ interface ComboboxItemProps extends ComboboxItemProps$1 {
|
|
|
356
357
|
class?: HTMLAttributes['class'];
|
|
357
358
|
}
|
|
358
359
|
interface ComboboxItemEmits extends ComboboxItemEmits$1 {}
|
|
359
|
-
declare const _default$21: typeof __VLS_export$
|
|
360
|
-
declare const __VLS_export$
|
|
360
|
+
declare const _default$21: typeof __VLS_export$33;
|
|
361
|
+
declare const __VLS_export$33: __VLS_WithSlots$32<import("vue").DefineComponent<ComboboxItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
361
362
|
select: (event: import("reka-ui").ListboxItemSelectEvent<import("reka-ui").AcceptableValue>) => any;
|
|
362
363
|
}, string, import("vue").PublicProps, Readonly<ComboboxItemProps> & Readonly<{
|
|
363
364
|
onSelect?: ((event: import("reka-ui").ListboxItemSelectEvent<import("reka-ui").AcceptableValue>) => any) | undefined;
|
|
@@ -374,8 +375,8 @@ type __VLS_WithSlots$32<T, S> = T & {
|
|
|
374
375
|
interface ComboboxLabelProps extends ComboboxLabelProps$1 {
|
|
375
376
|
class?: HTMLAttributes['class'];
|
|
376
377
|
}
|
|
377
|
-
declare const _default$22: typeof __VLS_export$
|
|
378
|
-
declare const __VLS_export$
|
|
378
|
+
declare const _default$22: typeof __VLS_export$32;
|
|
379
|
+
declare const __VLS_export$32: __VLS_WithSlots$31<import("vue").DefineComponent<ComboboxLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
379
380
|
default?: (props: {}) => any;
|
|
380
381
|
}>;
|
|
381
382
|
type __VLS_WithSlots$31<T, S> = T & {
|
|
@@ -386,8 +387,8 @@ type __VLS_WithSlots$31<T, S> = T & {
|
|
|
386
387
|
//#endregion
|
|
387
388
|
//#region src/combobox/ComboboxPortal.vue.d.ts
|
|
388
389
|
interface ComboboxPortalProps extends ComboboxPortalProps$1 {}
|
|
389
|
-
declare const _default$23: typeof __VLS_export$
|
|
390
|
-
declare const __VLS_export$
|
|
390
|
+
declare const _default$23: typeof __VLS_export$31;
|
|
391
|
+
declare const __VLS_export$31: __VLS_WithSlots$30<import("vue").DefineComponent<ComboboxPortalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
391
392
|
default?: (props: {}) => any;
|
|
392
393
|
}>;
|
|
393
394
|
type __VLS_WithSlots$30<T, S> = T & {
|
|
@@ -400,8 +401,8 @@ type __VLS_WithSlots$30<T, S> = T & {
|
|
|
400
401
|
interface ComboboxSeparatorProps extends ComboboxSeparatorProps$1 {
|
|
401
402
|
class?: HTMLAttributes['class'];
|
|
402
403
|
}
|
|
403
|
-
declare const _default$24: typeof __VLS_export$
|
|
404
|
-
declare const __VLS_export$
|
|
404
|
+
declare const _default$24: typeof __VLS_export$30;
|
|
405
|
+
declare const __VLS_export$30: __VLS_WithSlots$29<import("vue").DefineComponent<ComboboxSeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
405
406
|
default?: (props: {}) => any;
|
|
406
407
|
}>;
|
|
407
408
|
type __VLS_WithSlots$29<T, S> = T & {
|
|
@@ -412,8 +413,8 @@ type __VLS_WithSlots$29<T, S> = T & {
|
|
|
412
413
|
//#endregion
|
|
413
414
|
//#region src/combobox/ComboboxTrigger.vue.d.ts
|
|
414
415
|
interface ComboboxTriggerProps extends ComboboxTriggerProps$1 {}
|
|
415
|
-
declare const _default$25: typeof __VLS_export$
|
|
416
|
-
declare const __VLS_export$
|
|
416
|
+
declare const _default$25: typeof __VLS_export$29;
|
|
417
|
+
declare const __VLS_export$29: __VLS_WithSlots$28<import("vue").DefineComponent<ComboboxTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
417
418
|
default?: (props: {}) => any;
|
|
418
419
|
}>;
|
|
419
420
|
type __VLS_WithSlots$28<T, S> = T & {
|
|
@@ -424,8 +425,8 @@ type __VLS_WithSlots$28<T, S> = T & {
|
|
|
424
425
|
//#endregion
|
|
425
426
|
//#region src/combobox/ComboboxViewport.vue.d.ts
|
|
426
427
|
interface ComboboxViewportProps extends ComboboxViewportProps$1 {}
|
|
427
|
-
declare const _default$26: typeof __VLS_export$
|
|
428
|
-
declare const __VLS_export$
|
|
428
|
+
declare const _default$26: typeof __VLS_export$28;
|
|
429
|
+
declare const __VLS_export$28: __VLS_WithSlots$27<import("vue").DefineComponent<ComboboxViewportProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ComboboxViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
429
430
|
default?: (props: {}) => any;
|
|
430
431
|
}>;
|
|
431
432
|
type __VLS_WithSlots$27<T, S> = T & {
|
|
@@ -439,8 +440,8 @@ interface DialogProps extends DialogRootProps {
|
|
|
439
440
|
class?: HTMLAttributes['class'];
|
|
440
441
|
}
|
|
441
442
|
interface DialogEmits extends DialogRootEmits {}
|
|
442
|
-
declare const _default$27: typeof __VLS_export$
|
|
443
|
-
declare const __VLS_export$
|
|
443
|
+
declare const _default$27: typeof __VLS_export$27;
|
|
444
|
+
declare const __VLS_export$27: __VLS_WithSlots$26<import("vue").DefineComponent<DialogProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
444
445
|
"update:open": (value: boolean) => any;
|
|
445
446
|
}, string, import("vue").PublicProps, Readonly<DialogProps> & Readonly<{
|
|
446
447
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
@@ -458,8 +459,8 @@ type __VLS_WithSlots$26<T, S> = T & {
|
|
|
458
459
|
//#endregion
|
|
459
460
|
//#region src/dialog/DialogClose.vue.d.ts
|
|
460
461
|
interface DialogCloseProps extends DialogCloseProps$1 {}
|
|
461
|
-
declare const _default$28: typeof __VLS_export$
|
|
462
|
-
declare const __VLS_export$
|
|
462
|
+
declare const _default$28: typeof __VLS_export$26;
|
|
463
|
+
declare const __VLS_export$26: __VLS_WithSlots$25<import("vue").DefineComponent<DialogCloseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {
|
|
463
464
|
as: import("reka-ui").AsTag | import("vue").Component;
|
|
464
465
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
465
466
|
default?: (props: {}) => any;
|
|
@@ -476,8 +477,8 @@ interface DialogContentProps extends DialogContentProps$1 {
|
|
|
476
477
|
showCloseButton?: boolean;
|
|
477
478
|
}
|
|
478
479
|
interface DialogContentEmits extends DialogContentEmits$1 {}
|
|
479
|
-
declare const _default$29: typeof __VLS_export$
|
|
480
|
-
declare const __VLS_export$
|
|
480
|
+
declare const _default$29: typeof __VLS_export$25;
|
|
481
|
+
declare const __VLS_export$25: __VLS_WithSlots$24<import("vue").DefineComponent<DialogContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
481
482
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
482
483
|
pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
|
|
483
484
|
focusOutside: (event: import("reka-ui").FocusOutsideEvent) => any;
|
|
@@ -506,8 +507,8 @@ type __VLS_WithSlots$24<T, S> = T & {
|
|
|
506
507
|
interface DialogDescriptionProps extends DialogDescriptionProps$1 {
|
|
507
508
|
class?: HTMLAttributes['class'];
|
|
508
509
|
}
|
|
509
|
-
declare const _default$30: typeof __VLS_export$
|
|
510
|
-
declare const __VLS_export$
|
|
510
|
+
declare const _default$30: typeof __VLS_export$24;
|
|
511
|
+
declare const __VLS_export$24: __VLS_WithSlots$23<import("vue").DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {
|
|
511
512
|
as: import("reka-ui").AsTag | import("vue").Component;
|
|
512
513
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
513
514
|
default?: (props: {}) => any;
|
|
@@ -522,8 +523,8 @@ type __VLS_WithSlots$23<T, S> = T & {
|
|
|
522
523
|
interface DialogFooterProps extends PrimitiveProps {
|
|
523
524
|
class?: HTMLAttributes['class'];
|
|
524
525
|
}
|
|
525
|
-
declare const _default$31: typeof __VLS_export$
|
|
526
|
-
declare const __VLS_export$
|
|
526
|
+
declare const _default$31: typeof __VLS_export$23;
|
|
527
|
+
declare const __VLS_export$23: __VLS_WithSlots$22<import("vue").DefineComponent<DialogFooterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
527
528
|
default?: (props: {}) => any;
|
|
528
529
|
}>;
|
|
529
530
|
type __VLS_WithSlots$22<T, S> = T & {
|
|
@@ -536,8 +537,8 @@ type __VLS_WithSlots$22<T, S> = T & {
|
|
|
536
537
|
interface DialogHeaderProps extends PrimitiveProps {
|
|
537
538
|
class?: HTMLAttributes['class'];
|
|
538
539
|
}
|
|
539
|
-
declare const _default$32: typeof __VLS_export$
|
|
540
|
-
declare const __VLS_export$
|
|
540
|
+
declare const _default$32: typeof __VLS_export$22;
|
|
541
|
+
declare const __VLS_export$22: __VLS_WithSlots$21<import("vue").DefineComponent<DialogHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
541
542
|
default?: (props: {}) => any;
|
|
542
543
|
}>;
|
|
543
544
|
type __VLS_WithSlots$21<T, S> = T & {
|
|
@@ -550,8 +551,8 @@ type __VLS_WithSlots$21<T, S> = T & {
|
|
|
550
551
|
interface DialogOverlayProps extends DialogOverlayProps$1 {
|
|
551
552
|
class?: HTMLAttributes['class'];
|
|
552
553
|
}
|
|
553
|
-
declare const _default$33: typeof __VLS_export$
|
|
554
|
-
declare const __VLS_export$
|
|
554
|
+
declare const _default$33: typeof __VLS_export$21;
|
|
555
|
+
declare const __VLS_export$21: __VLS_WithSlots$20<import("vue").DefineComponent<DialogOverlayProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
555
556
|
default?: (props: {}) => any;
|
|
556
557
|
}>;
|
|
557
558
|
type __VLS_WithSlots$20<T, S> = T & {
|
|
@@ -564,8 +565,8 @@ type __VLS_WithSlots$20<T, S> = T & {
|
|
|
564
565
|
interface DialogTitleProps extends DialogTitleProps$1 {
|
|
565
566
|
class?: HTMLAttributes['class'];
|
|
566
567
|
}
|
|
567
|
-
declare const _default$34: typeof __VLS_export$
|
|
568
|
-
declare const __VLS_export$
|
|
568
|
+
declare const _default$34: typeof __VLS_export$20;
|
|
569
|
+
declare const __VLS_export$20: __VLS_WithSlots$19<import("vue").DefineComponent<DialogTitleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {
|
|
569
570
|
as: import("reka-ui").AsTag | import("vue").Component;
|
|
570
571
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
571
572
|
default?: (props: {}) => any;
|
|
@@ -578,8 +579,8 @@ type __VLS_WithSlots$19<T, S> = T & {
|
|
|
578
579
|
//#endregion
|
|
579
580
|
//#region src/dialog/DialogTrigger.vue.d.ts
|
|
580
581
|
interface DialogTriggerProps extends DialogTriggerProps$1 {}
|
|
581
|
-
declare const _default$35: typeof __VLS_export$
|
|
582
|
-
declare const __VLS_export$
|
|
582
|
+
declare const _default$35: typeof __VLS_export$19;
|
|
583
|
+
declare const __VLS_export$19: __VLS_WithSlots$18<import("vue").DefineComponent<DialogTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
583
584
|
default?: (props: {}) => any;
|
|
584
585
|
}>;
|
|
585
586
|
type __VLS_WithSlots$18<T, S> = T & {
|
|
@@ -593,8 +594,8 @@ interface DrawerProps extends DialogRootProps {
|
|
|
593
594
|
class?: HTMLAttributes['class'];
|
|
594
595
|
}
|
|
595
596
|
interface DrawerEmits extends DialogRootEmits {}
|
|
596
|
-
declare const _default$36: typeof __VLS_export$
|
|
597
|
-
declare const __VLS_export$
|
|
597
|
+
declare const _default$36: typeof __VLS_export$18;
|
|
598
|
+
declare const __VLS_export$18: __VLS_WithSlots$17<import("vue").DefineComponent<DrawerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
598
599
|
"update:open": (value: boolean) => any;
|
|
599
600
|
}, string, import("vue").PublicProps, Readonly<DrawerProps> & Readonly<{
|
|
600
601
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
@@ -612,8 +613,8 @@ type __VLS_WithSlots$17<T, S> = T & {
|
|
|
612
613
|
//#endregion
|
|
613
614
|
//#region src/drawer/DrawerClose.vue.d.ts
|
|
614
615
|
interface DrawerCloseProps extends DialogCloseProps$1 {}
|
|
615
|
-
declare const _default$37: typeof __VLS_export$
|
|
616
|
-
declare const __VLS_export$
|
|
616
|
+
declare const _default$37: typeof __VLS_export$17;
|
|
617
|
+
declare const __VLS_export$17: __VLS_WithSlots$16<import("vue").DefineComponent<DrawerCloseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerCloseProps> & Readonly<{}>, {
|
|
617
618
|
as: import("reka-ui").AsTag | import("vue").Component;
|
|
618
619
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
619
620
|
default?: (props: {}) => any;
|
|
@@ -631,8 +632,8 @@ interface DrawerContentProps extends DialogContentProps$1 {
|
|
|
631
632
|
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
632
633
|
showCloseButton?: boolean;
|
|
633
634
|
}
|
|
634
|
-
declare const _default$38: typeof __VLS_export$
|
|
635
|
-
declare const __VLS_export$
|
|
635
|
+
declare const _default$38: typeof __VLS_export$16;
|
|
636
|
+
declare const __VLS_export$16: __VLS_WithSlots$15<import("vue").DefineComponent<DrawerContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
636
637
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
637
638
|
pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
|
|
638
639
|
focusOutside: (event: import("reka-ui").FocusOutsideEvent) => any;
|
|
@@ -647,8 +648,8 @@ declare const __VLS_export$15: __VLS_WithSlots$15<import("vue").DefineComponent<
|
|
|
647
648
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
648
649
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
649
650
|
}>, {
|
|
650
|
-
showCloseButton: boolean;
|
|
651
651
|
side: "top" | "right" | "bottom" | "left";
|
|
652
|
+
showCloseButton: boolean;
|
|
652
653
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
653
654
|
default?: (props: {}) => any;
|
|
654
655
|
}>;
|
|
@@ -662,8 +663,8 @@ type __VLS_WithSlots$15<T, S> = T & {
|
|
|
662
663
|
interface DrawerDescriptionProps extends DialogDescriptionProps$1 {
|
|
663
664
|
class?: HTMLAttributes['class'];
|
|
664
665
|
}
|
|
665
|
-
declare const _default$39: typeof __VLS_export$
|
|
666
|
-
declare const __VLS_export$
|
|
666
|
+
declare const _default$39: typeof __VLS_export$15;
|
|
667
|
+
declare const __VLS_export$15: __VLS_WithSlots$14<import("vue").DefineComponent<DrawerDescriptionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerDescriptionProps> & Readonly<{}>, {
|
|
667
668
|
as: import("reka-ui").AsTag | import("vue").Component;
|
|
668
669
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
669
670
|
default?: (props: {}) => any;
|
|
@@ -678,8 +679,8 @@ type __VLS_WithSlots$14<T, S> = T & {
|
|
|
678
679
|
interface DrawerFooterProps extends PrimitiveProps {
|
|
679
680
|
class?: HTMLAttributes['class'];
|
|
680
681
|
}
|
|
681
|
-
declare const _default$40: typeof __VLS_export$
|
|
682
|
-
declare const __VLS_export$
|
|
682
|
+
declare const _default$40: typeof __VLS_export$14;
|
|
683
|
+
declare const __VLS_export$14: __VLS_WithSlots$13<import("vue").DefineComponent<DrawerFooterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
683
684
|
default?: (props: {}) => any;
|
|
684
685
|
}>;
|
|
685
686
|
type __VLS_WithSlots$13<T, S> = T & {
|
|
@@ -692,8 +693,8 @@ type __VLS_WithSlots$13<T, S> = T & {
|
|
|
692
693
|
interface DrawerHeaderProps extends PrimitiveProps {
|
|
693
694
|
class?: HTMLAttributes['class'];
|
|
694
695
|
}
|
|
695
|
-
declare const _default$41: typeof __VLS_export$
|
|
696
|
-
declare const __VLS_export$
|
|
696
|
+
declare const _default$41: typeof __VLS_export$13;
|
|
697
|
+
declare const __VLS_export$13: __VLS_WithSlots$12<import("vue").DefineComponent<DrawerHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
697
698
|
default?: (props: {}) => any;
|
|
698
699
|
}>;
|
|
699
700
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -706,8 +707,8 @@ type __VLS_WithSlots$12<T, S> = T & {
|
|
|
706
707
|
interface DrawerOverlayProps extends DialogOverlayProps$1 {
|
|
707
708
|
class?: HTMLAttributes['class'];
|
|
708
709
|
}
|
|
709
|
-
declare const _default$42: typeof __VLS_export$
|
|
710
|
-
declare const __VLS_export$
|
|
710
|
+
declare const _default$42: typeof __VLS_export$12;
|
|
711
|
+
declare const __VLS_export$12: __VLS_WithSlots$11<import("vue").DefineComponent<DrawerOverlayProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
711
712
|
default?: (props: {}) => any;
|
|
712
713
|
}>;
|
|
713
714
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -720,8 +721,8 @@ type __VLS_WithSlots$11<T, S> = T & {
|
|
|
720
721
|
interface DrawerTitleProps extends DialogTitleProps$1 {
|
|
721
722
|
class?: HTMLAttributes['class'];
|
|
722
723
|
}
|
|
723
|
-
declare const _default$43: typeof __VLS_export$
|
|
724
|
-
declare const __VLS_export$
|
|
724
|
+
declare const _default$43: typeof __VLS_export$11;
|
|
725
|
+
declare const __VLS_export$11: __VLS_WithSlots$10<import("vue").DefineComponent<DrawerTitleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerTitleProps> & Readonly<{}>, {
|
|
725
726
|
as: import("reka-ui").AsTag | import("vue").Component;
|
|
726
727
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
727
728
|
default?: (props: {}) => any;
|
|
@@ -734,8 +735,8 @@ type __VLS_WithSlots$10<T, S> = T & {
|
|
|
734
735
|
//#endregion
|
|
735
736
|
//#region src/drawer/DrawerTrigger.vue.d.ts
|
|
736
737
|
interface DrawerTriggerProps extends DialogTriggerProps$1 {}
|
|
737
|
-
declare const _default$44: typeof __VLS_export$
|
|
738
|
-
declare const __VLS_export$
|
|
738
|
+
declare const _default$44: typeof __VLS_export$10;
|
|
739
|
+
declare const __VLS_export$10: __VLS_WithSlots$9<import("vue").DefineComponent<DrawerTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DrawerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
739
740
|
default?: (props: {}) => any;
|
|
740
741
|
}>;
|
|
741
742
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -749,19 +750,19 @@ interface SheetEmits extends DrawerRootEmits {}
|
|
|
749
750
|
interface SheetProps extends DrawerRootProps {
|
|
750
751
|
class?: HTMLAttributes['class'];
|
|
751
752
|
}
|
|
752
|
-
declare const _default$45: typeof __VLS_export$
|
|
753
|
-
declare const __VLS_export$
|
|
753
|
+
declare const _default$45: typeof __VLS_export$9;
|
|
754
|
+
declare const __VLS_export$9: __VLS_WithSlots$8<import("vue").DefineComponent<SheetProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
755
|
+
"update:open": (open: boolean) => any;
|
|
754
756
|
drag: (percentageDragged: number) => any;
|
|
755
757
|
release: (open: boolean) => any;
|
|
756
758
|
close: () => any;
|
|
757
|
-
"update:open": (open: boolean) => any;
|
|
758
759
|
"update:activeSnapPoint": (val: string | number) => any;
|
|
759
760
|
animationEnd: (open: boolean) => any;
|
|
760
761
|
}, string, import("vue").PublicProps, Readonly<SheetProps> & Readonly<{
|
|
762
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
761
763
|
onDrag?: ((percentageDragged: number) => any) | undefined;
|
|
762
764
|
onRelease?: ((open: boolean) => any) | undefined;
|
|
763
765
|
onClose?: (() => any) | undefined;
|
|
764
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
765
766
|
"onUpdate:activeSnapPoint"?: ((val: string | number) => any) | undefined;
|
|
766
767
|
onAnimationEnd?: ((open: boolean) => any) | undefined;
|
|
767
768
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
@@ -777,8 +778,8 @@ type __VLS_WithSlots$8<T, S> = T & {
|
|
|
777
778
|
//#endregion
|
|
778
779
|
//#region src/sheet/SheetClose.vue.d.ts
|
|
779
780
|
interface SheetCloseProps extends DrawerCloseProps$1 {}
|
|
780
|
-
declare const _default$46: typeof __VLS_export$
|
|
781
|
-
declare const __VLS_export$
|
|
781
|
+
declare const _default$46: typeof __VLS_export$8;
|
|
782
|
+
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<{}>, {
|
|
782
783
|
as: import("reka-ui").AsTag | import("vue").Component;
|
|
783
784
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
784
785
|
default?: (props: {}) => any;
|
|
@@ -795,8 +796,8 @@ interface SheetContentProps extends DialogContentProps$1 {
|
|
|
795
796
|
class?: HTMLAttributes['class'];
|
|
796
797
|
showHandle?: boolean;
|
|
797
798
|
}
|
|
798
|
-
declare const _default$47: typeof __VLS_export$
|
|
799
|
-
declare const __VLS_export$
|
|
799
|
+
declare const _default$47: typeof __VLS_export$7;
|
|
800
|
+
declare const __VLS_export$7: __VLS_WithSlots$6<import("vue").DefineComponent<SheetContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
800
801
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
801
802
|
pointerDownOutside: (event: import("reka-ui").PointerDownOutsideEvent) => any;
|
|
802
803
|
focusOutside: (event: import("reka-ui").FocusOutsideEvent) => any;
|
|
@@ -825,8 +826,8 @@ type __VLS_WithSlots$6<T, S> = T & {
|
|
|
825
826
|
interface SheetDescriptionProps extends DrawerDescriptionProps$1 {
|
|
826
827
|
class?: HTMLAttributes['class'];
|
|
827
828
|
}
|
|
828
|
-
declare const _default$48: typeof __VLS_export$
|
|
829
|
-
declare const __VLS_export$
|
|
829
|
+
declare const _default$48: typeof __VLS_export$6;
|
|
830
|
+
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<{}>, {
|
|
830
831
|
as: import("reka-ui").AsTag | import("vue").Component;
|
|
831
832
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
832
833
|
default?: (props: {}) => any;
|
|
@@ -841,8 +842,8 @@ type __VLS_WithSlots$5<T, S> = T & {
|
|
|
841
842
|
interface SheetFooterProps extends PrimitiveProps {
|
|
842
843
|
class?: HTMLAttributes['class'];
|
|
843
844
|
}
|
|
844
|
-
declare const _default$49: typeof __VLS_export$
|
|
845
|
-
declare const __VLS_export$
|
|
845
|
+
declare const _default$49: typeof __VLS_export$5;
|
|
846
|
+
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>, {
|
|
846
847
|
default?: (props: {}) => any;
|
|
847
848
|
}>;
|
|
848
849
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -855,8 +856,8 @@ type __VLS_WithSlots$4<T, S> = T & {
|
|
|
855
856
|
interface SheetHeaderProps extends PrimitiveProps {
|
|
856
857
|
class?: HTMLAttributes['class'];
|
|
857
858
|
}
|
|
858
|
-
declare const _default$50: typeof __VLS_export$
|
|
859
|
-
declare const __VLS_export$
|
|
859
|
+
declare const _default$50: typeof __VLS_export$4;
|
|
860
|
+
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>, {
|
|
860
861
|
default?: (props: {}) => any;
|
|
861
862
|
}>;
|
|
862
863
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -869,8 +870,8 @@ type __VLS_WithSlots$3<T, S> = T & {
|
|
|
869
870
|
interface SheetOverlayProps extends DialogOverlayProps$1 {
|
|
870
871
|
class?: HTMLAttributes['class'];
|
|
871
872
|
}
|
|
872
|
-
declare const _default$51: typeof __VLS_export$
|
|
873
|
-
declare const __VLS_export$
|
|
873
|
+
declare const _default$51: typeof __VLS_export$3;
|
|
874
|
+
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>, {
|
|
874
875
|
default?: (props: {}) => any;
|
|
875
876
|
}>;
|
|
876
877
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -883,8 +884,8 @@ type __VLS_WithSlots$2<T, S> = T & {
|
|
|
883
884
|
interface SheetTitleProps extends DrawerTitleProps$1 {
|
|
884
885
|
class?: HTMLAttributes['class'];
|
|
885
886
|
}
|
|
886
|
-
declare const _default$52: typeof __VLS_export$
|
|
887
|
-
declare const __VLS_export$
|
|
887
|
+
declare const _default$52: typeof __VLS_export$2;
|
|
888
|
+
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<{}>, {
|
|
888
889
|
as: import("reka-ui").AsTag | import("vue").Component;
|
|
889
890
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
890
891
|
default?: (props: {}) => any;
|
|
@@ -897,8 +898,8 @@ type __VLS_WithSlots$1<T, S> = T & {
|
|
|
897
898
|
//#endregion
|
|
898
899
|
//#region src/sheet/SheetTrigger.vue.d.ts
|
|
899
900
|
interface SheetTriggerProps extends DrawerTriggerProps$1 {}
|
|
900
|
-
declare const _default$53: typeof __VLS_export;
|
|
901
|
-
declare const __VLS_export: __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>, {
|
|
901
|
+
declare const _default$53: typeof __VLS_export$1;
|
|
902
|
+
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>, {
|
|
902
903
|
default?: (props: {}) => any;
|
|
903
904
|
}>;
|
|
904
905
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -907,5 +908,12 @@ type __VLS_WithSlots<T, S> = T & {
|
|
|
907
908
|
};
|
|
908
909
|
}; //# sourceMappingURL=SheetTrigger.vue.d.ts.map
|
|
909
910
|
//#endregion
|
|
910
|
-
|
|
911
|
+
//#region src/sonner/Sonner.vue.d.ts
|
|
912
|
+
interface SonnerProps extends ToasterProps {}
|
|
913
|
+
declare const _default$54: typeof __VLS_export;
|
|
914
|
+
declare const __VLS_export: import("vue").DefineComponent<SonnerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SonnerProps> & Readonly<{}>, {
|
|
915
|
+
richColors: boolean;
|
|
916
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=Sonner.vue.d.ts.map
|
|
917
|
+
//#endregion
|
|
918
|
+
export { __VLS_export$54 as Autocomplete, __VLS_export$53 as AutocompleteAnchor, type AutocompleteAnchorProps, __VLS_export$52 as AutocompleteArrow, type AutocompleteArrowProps, __VLS_export$51 as AutocompleteCancel, type AutocompleteCancelProps, __VLS_export$50 as AutocompleteContent, type AutocompleteContentEmits, type AutocompleteContentProps, type AutocompleteEmits, __VLS_export$49 as AutocompleteEmpty, type AutocompleteEmptyProps, __VLS_export$48 as AutocompleteGroup, type AutocompleteGroupProps, __VLS_export$47 as AutocompleteInput, type AutocompleteInputEmits, type AutocompleteInputProps, __VLS_export$46 as AutocompleteItem, type AutocompleteItemEmits, type AutocompleteItemProps, __VLS_export$45 as AutocompleteLabel, type AutocompleteLabelProps, __VLS_export$44 as AutocompletePortal, type AutocompletePortalProps, type AutocompleteProps, __VLS_export$43 as AutocompleteSeparator, type AutocompleteSeparatorProps, __VLS_export$42 as AutocompleteTrigger, type AutocompleteTriggerProps, __VLS_export$41 as AutocompleteViewport, type AutocompleteViewportProps, __VLS_export$40 as Combobox, __VLS_export$39 as ComboboxAnchor, type ComboboxAnchorProps, __VLS_export$38 as ComboboxCancel, type ComboboxCancelProps, __VLS_export$37 as ComboboxContent, type ComboboxContentEmits, type ComboboxContentProps, type ComboboxEmits, __VLS_export$36 as ComboboxEmpty, type ComboboxEmptyProps, __VLS_export$35 as ComboboxGroup, type ComboboxGroupProps, __VLS_export$34 as ComboboxInput, type ComboboxInputEmits, type ComboboxInputProps, __VLS_export$33 as ComboboxItem, type ComboboxItemEmits, type ComboboxItemProps, __VLS_export$32 as ComboboxLabel, type ComboboxLabelProps, __VLS_export$31 as ComboboxPortal, type ComboboxPortalProps, type ComboboxProps, __VLS_export$30 as ComboboxSeparator, type ComboboxSeparatorProps, __VLS_export$29 as ComboboxTrigger, type ComboboxTriggerProps, __VLS_export$28 as ComboboxViewport, type ComboboxViewportProps, __VLS_export$27 as Dialog, __VLS_export$26 as DialogClose, type DialogCloseProps, __VLS_export$25 as DialogContent, type DialogContentEmits, type DialogContentProps, __VLS_export$24 as DialogDescription, type DialogDescriptionProps, type DialogEmits, __VLS_export$23 as DialogFooter, type DialogFooterProps, __VLS_export$22 as DialogHeader, type DialogHeaderProps, __VLS_export$21 as DialogOverlay, type DialogOverlayProps, type DialogProps, __VLS_export$20 as DialogTitle, type DialogTitleProps, __VLS_export$19 as DialogTrigger, type DialogTriggerProps, __VLS_export$18 as Drawer, __VLS_export$17 as DrawerClose, type DrawerCloseProps, __VLS_export$16 as DrawerContent, type DrawerContentEmits, type DrawerContentProps, __VLS_export$15 as DrawerDescription, type DrawerDescriptionProps, type DrawerEmits, __VLS_export$14 as DrawerFooter, type DrawerFooterProps, __VLS_export$13 as DrawerHeader, type DrawerHeaderProps, __VLS_export$12 as DrawerOverlay, type DrawerOverlayProps, type DrawerProps, __VLS_export$11 as DrawerTitle, type DrawerTitleProps, __VLS_export$10 as DrawerTrigger, type DrawerTriggerProps, __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$54 as Sonner, type SonnerProps, toast };
|
|
911
919
|
//# sourceMappingURL=index.d.ts.map
|