@nyuccl/smile 0.2.0-beta.31 → 0.2.0-beta.32
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/dev/SmileDevPresentationView.vue +2 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.d.vue.ts +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.d.vue.ts +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.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/dropdown-menu/DropdownMenuSubTrigger.d.vue.ts +1 -1
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +1 -1
- 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
|
@@ -4,10 +4,11 @@ import { useNuxtApp } from "#imports";
|
|
|
4
4
|
import PresentationNavBar from "#smile-dev/presentation/PresentationNavBar.vue";
|
|
5
5
|
import PresentationModeView from "../builtins/PresentationModeView.vue";
|
|
6
6
|
import useSmileStore from "../../stores/smilestore";
|
|
7
|
+
import useAPI from "../../composables/useAPI";
|
|
7
8
|
import { useSmileColorMode } from "../../composables/useColorMode";
|
|
8
9
|
const nuxtApp = useNuxtApp();
|
|
9
10
|
const store = useSmileStore();
|
|
10
|
-
|
|
11
|
+
useAPI();
|
|
11
12
|
useSmileColorMode("global");
|
|
12
13
|
const timelineReady = ref(false);
|
|
13
14
|
const presentationHome = computed(() => {
|
|
@@ -67,8 +67,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
67
67
|
}>> & Readonly<{}>, {
|
|
68
68
|
variant: string;
|
|
69
69
|
disabled: boolean;
|
|
70
|
-
asChild: boolean;
|
|
71
70
|
inset: boolean;
|
|
71
|
+
asChild: boolean;
|
|
72
72
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
73
73
|
type __VLS_Slots = {
|
|
74
74
|
default?: ((props: {}) => any) | undefined;
|
|
@@ -67,8 +67,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
67
67
|
}>> & Readonly<{}>, {
|
|
68
68
|
variant: string;
|
|
69
69
|
disabled: boolean;
|
|
70
|
-
asChild: boolean;
|
|
71
70
|
inset: boolean;
|
|
71
|
+
asChild: boolean;
|
|
72
72
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
73
73
|
type __VLS_Slots = {
|
|
74
74
|
default?: ((props: {}) => any) | undefined;
|
|
@@ -39,8 +39,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
39
39
|
required: false;
|
|
40
40
|
};
|
|
41
41
|
}>> & Readonly<{}>, {
|
|
42
|
-
asChild: boolean;
|
|
43
42
|
inset: boolean;
|
|
43
|
+
asChild: boolean;
|
|
44
44
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
45
45
|
type __VLS_Slots = {
|
|
46
46
|
default?: ((props: {}) => any) | undefined;
|
|
@@ -39,8 +39,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
39
39
|
required: false;
|
|
40
40
|
};
|
|
41
41
|
}>> & Readonly<{}>, {
|
|
42
|
-
asChild: boolean;
|
|
43
42
|
inset: boolean;
|
|
43
|
+
asChild: boolean;
|
|
44
44
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
45
45
|
type __VLS_Slots = {
|
|
46
46
|
default?: ((props: {}) => any) | undefined;
|
|
@@ -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;
|
|
@@ -56,8 +56,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
56
56
|
};
|
|
57
57
|
}>> & Readonly<{}>, {
|
|
58
58
|
disabled: boolean;
|
|
59
|
-
asChild: boolean;
|
|
60
59
|
inset: boolean;
|
|
60
|
+
asChild: boolean;
|
|
61
61
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
62
62
|
type __VLS_Slots = {
|
|
63
63
|
default?: ((props: {}) => any) | undefined;
|
|
@@ -56,8 +56,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
56
56
|
};
|
|
57
57
|
}>> & Readonly<{}>, {
|
|
58
58
|
disabled: boolean;
|
|
59
|
-
asChild: boolean;
|
|
60
59
|
inset: boolean;
|
|
60
|
+
asChild: boolean;
|
|
61
61
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
62
62
|
type __VLS_Slots = {
|
|
63
63
|
default?: ((props: {}) => any) | undefined;
|
|
@@ -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;
|