@nyuccl/smile 0.2.0-beta.25 → 0.2.0-beta.26
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/module.json +1 -1
- package/dist/runtime/components/builtins/PresentationModeView.d.vue.ts +1 -1
- package/dist/runtime/components/builtins/PresentationModeView.vue.d.ts +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +2 -2
- package/dist/runtime/components/ui/popover/PopoverContent.d.vue.ts +2 -2
- package/dist/runtime/components/ui/popover/PopoverContent.vue.d.ts +2 -2
- package/dist/runtime/components/ui/sheet/SheetContent.d.vue.ts +2 -2
- package/dist/runtime/components/ui/sheet/SheetContent.vue.d.ts +2 -2
- package/package.json +1 -1
package/dist/module.json
CHANGED
|
@@ -84,10 +84,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
84
84
|
};
|
|
85
85
|
}>> & Readonly<{}>, {
|
|
86
86
|
title: string;
|
|
87
|
+
description: string | unknown[];
|
|
87
88
|
subtitle: string;
|
|
88
89
|
siteAuthor: Record<string, any>;
|
|
89
90
|
projectAuthors: unknown[];
|
|
90
91
|
info: unknown[];
|
|
91
|
-
description: string | unknown[];
|
|
92
92
|
sections: unknown[];
|
|
93
93
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -84,10 +84,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
84
84
|
};
|
|
85
85
|
}>> & Readonly<{}>, {
|
|
86
86
|
title: string;
|
|
87
|
+
description: string | unknown[];
|
|
87
88
|
subtitle: string;
|
|
88
89
|
siteAuthor: Record<string, any>;
|
|
89
90
|
projectAuthors: unknown[];
|
|
90
91
|
info: unknown[];
|
|
91
|
-
description: string | unknown[];
|
|
92
92
|
sections: unknown[];
|
|
93
93
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -82,9 +82,9 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
82
82
|
pointerDownOutside: (...args: any[]) => void;
|
|
83
83
|
focusOutside: (...args: any[]) => void;
|
|
84
84
|
interactOutside: (...args: any[]) => void;
|
|
85
|
-
openAutoFocus: (...args: any[]) => void;
|
|
86
85
|
closeAutoFocus: (...args: any[]) => void;
|
|
87
86
|
entryFocus: (...args: any[]) => void;
|
|
87
|
+
openAutoFocus: (...args: any[]) => void;
|
|
88
88
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
89
89
|
forceMount: {
|
|
90
90
|
type: BooleanConstructor;
|
|
@@ -163,9 +163,9 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
163
163
|
onPointerDownOutside?: ((...args: any[]) => any) | undefined;
|
|
164
164
|
onFocusOutside?: ((...args: any[]) => any) | undefined;
|
|
165
165
|
onInteractOutside?: ((...args: any[]) => any) | undefined;
|
|
166
|
-
onOpenAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
167
166
|
onCloseAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
168
167
|
onEntryFocus?: ((...args: any[]) => any) | undefined;
|
|
168
|
+
onOpenAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
169
169
|
}>, {
|
|
170
170
|
loop: boolean;
|
|
171
171
|
asChild: boolean;
|
|
@@ -82,9 +82,9 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
82
82
|
pointerDownOutside: (...args: any[]) => void;
|
|
83
83
|
focusOutside: (...args: any[]) => void;
|
|
84
84
|
interactOutside: (...args: any[]) => void;
|
|
85
|
-
openAutoFocus: (...args: any[]) => void;
|
|
86
85
|
closeAutoFocus: (...args: any[]) => void;
|
|
87
86
|
entryFocus: (...args: any[]) => void;
|
|
87
|
+
openAutoFocus: (...args: any[]) => void;
|
|
88
88
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
89
89
|
forceMount: {
|
|
90
90
|
type: BooleanConstructor;
|
|
@@ -163,9 +163,9 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
163
163
|
onPointerDownOutside?: ((...args: any[]) => any) | undefined;
|
|
164
164
|
onFocusOutside?: ((...args: any[]) => any) | undefined;
|
|
165
165
|
onInteractOutside?: ((...args: any[]) => any) | undefined;
|
|
166
|
-
onOpenAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
167
166
|
onCloseAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
168
167
|
onEntryFocus?: ((...args: any[]) => any) | undefined;
|
|
168
|
+
onOpenAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
169
169
|
}>, {
|
|
170
170
|
loop: boolean;
|
|
171
171
|
asChild: boolean;
|
|
@@ -92,8 +92,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
92
92
|
pointerDownOutside: (...args: any[]) => void;
|
|
93
93
|
focusOutside: (...args: any[]) => void;
|
|
94
94
|
interactOutside: (...args: any[]) => void;
|
|
95
|
-
openAutoFocus: (...args: any[]) => void;
|
|
96
95
|
closeAutoFocus: (...args: any[]) => void;
|
|
96
|
+
openAutoFocus: (...args: any[]) => void;
|
|
97
97
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
98
98
|
forceMount: {
|
|
99
99
|
type: BooleanConstructor;
|
|
@@ -182,8 +182,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
182
182
|
onPointerDownOutside?: ((...args: any[]) => any) | undefined;
|
|
183
183
|
onFocusOutside?: ((...args: any[]) => any) | undefined;
|
|
184
184
|
onInteractOutside?: ((...args: any[]) => any) | undefined;
|
|
185
|
-
onOpenAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
186
185
|
onCloseAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
186
|
+
onOpenAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
187
187
|
}>, {
|
|
188
188
|
asChild: boolean;
|
|
189
189
|
forceMount: boolean;
|
|
@@ -92,8 +92,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
92
92
|
pointerDownOutside: (...args: any[]) => void;
|
|
93
93
|
focusOutside: (...args: any[]) => void;
|
|
94
94
|
interactOutside: (...args: any[]) => void;
|
|
95
|
-
openAutoFocus: (...args: any[]) => void;
|
|
96
95
|
closeAutoFocus: (...args: any[]) => void;
|
|
96
|
+
openAutoFocus: (...args: any[]) => void;
|
|
97
97
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
98
98
|
forceMount: {
|
|
99
99
|
type: BooleanConstructor;
|
|
@@ -182,8 +182,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
182
182
|
onPointerDownOutside?: ((...args: any[]) => any) | undefined;
|
|
183
183
|
onFocusOutside?: ((...args: any[]) => any) | undefined;
|
|
184
184
|
onInteractOutside?: ((...args: any[]) => any) | undefined;
|
|
185
|
-
onOpenAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
186
185
|
onCloseAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
186
|
+
onOpenAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
187
187
|
}>, {
|
|
188
188
|
asChild: boolean;
|
|
189
189
|
forceMount: boolean;
|
|
@@ -39,8 +39,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
39
39
|
pointerDownOutside: (...args: any[]) => void;
|
|
40
40
|
focusOutside: (...args: any[]) => void;
|
|
41
41
|
interactOutside: (...args: any[]) => void;
|
|
42
|
-
openAutoFocus: (...args: any[]) => void;
|
|
43
42
|
closeAutoFocus: (...args: any[]) => void;
|
|
43
|
+
openAutoFocus: (...args: any[]) => void;
|
|
44
44
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
45
|
class: {
|
|
46
46
|
type: null;
|
|
@@ -76,8 +76,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
76
76
|
onPointerDownOutside?: ((...args: any[]) => any) | undefined;
|
|
77
77
|
onFocusOutside?: ((...args: any[]) => any) | undefined;
|
|
78
78
|
onInteractOutside?: ((...args: any[]) => any) | undefined;
|
|
79
|
-
onOpenAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
80
79
|
onCloseAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
80
|
+
onOpenAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
81
81
|
}>, {
|
|
82
82
|
side: string;
|
|
83
83
|
asChild: boolean;
|
|
@@ -39,8 +39,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
39
39
|
pointerDownOutside: (...args: any[]) => void;
|
|
40
40
|
focusOutside: (...args: any[]) => void;
|
|
41
41
|
interactOutside: (...args: any[]) => void;
|
|
42
|
-
openAutoFocus: (...args: any[]) => void;
|
|
43
42
|
closeAutoFocus: (...args: any[]) => void;
|
|
43
|
+
openAutoFocus: (...args: any[]) => void;
|
|
44
44
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
45
|
class: {
|
|
46
46
|
type: null;
|
|
@@ -76,8 +76,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
76
76
|
onPointerDownOutside?: ((...args: any[]) => any) | undefined;
|
|
77
77
|
onFocusOutside?: ((...args: any[]) => any) | undefined;
|
|
78
78
|
onInteractOutside?: ((...args: any[]) => any) | undefined;
|
|
79
|
-
onOpenAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
80
79
|
onCloseAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
80
|
+
onOpenAutoFocus?: ((...args: any[]) => any) | undefined;
|
|
81
81
|
}>, {
|
|
82
82
|
side: string;
|
|
83
83
|
asChild: boolean;
|