@autoafleveren/ui 0.12.7 → 0.13.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/icons.cjs +37 -57
- package/dist/icons.js +6506 -6867
- package/dist/style.css +1 -1
- package/dist/types/components/AppActionBar/AppActionBar.vue.d.ts +1 -1
- package/dist/types/components/AppActionBar/AppActionBarItem.vue.d.ts +13 -10
- package/dist/types/components/AppAlert/AppAlert.vue.d.ts +37 -36
- package/dist/types/components/AppAvatar/AppAvatar.vue.d.ts +23 -23
- package/dist/types/components/AppAvatar/DefaultAvatar.vue.d.ts +14 -9
- package/dist/types/components/AppBackButton/AppBackButton.vue.d.ts +30 -27
- package/dist/types/components/AppBadge/AppBadge.vue.d.ts +35 -28
- package/dist/types/components/AppBadge/index.d.ts +1 -1
- package/dist/types/components/AppButton/AppButton.vue.d.ts +39 -60
- package/dist/types/components/AppButton/ButtonIconSlot.vue.d.ts +14 -9
- package/dist/types/components/AppCard/AppCard.vue.d.ts +43 -44
- package/dist/types/components/AppCard/CardAction.vue.d.ts +13 -10
- package/dist/types/components/AppCard/CardIconSlot.vue.d.ts +14 -9
- package/dist/types/components/AppConfirm/AppConfirm.vue.d.ts +43 -123
- package/dist/types/components/AppDataTable/AppDataTable.vue.d.ts +52 -13
- package/dist/types/components/AppDataTable/AppDataTableFooter.vue.d.ts +17 -16
- package/dist/types/components/AppDefinitionList/AppDefinitionItem.vue.d.ts +43 -44
- package/dist/types/components/AppDefinitionList/AppDefinitionList.vue.d.ts +28 -19
- package/dist/types/components/AppDisclosure/AppDisclosure.vue.d.ts +26 -11
- package/dist/types/components/AppDisclosure/AppDisclosureButton.vue.d.ts +1 -1
- package/dist/types/components/AppDisclosure/AppDisclosurePanel.vue.d.ts +30 -19
- package/dist/types/components/AppDropdownButton/AppDropdownButton.vue.d.ts +26 -76
- package/dist/types/components/AppDropdownButton/AppDropdownItem.vue.d.ts +11 -47
- package/dist/types/components/AppInput/AppInput.vue.d.ts +58 -9
- package/dist/types/components/AppInput/FileInput.vue.d.ts +23 -0
- package/dist/types/components/AppInput/Input.vue.d.ts +34 -12
- package/dist/types/components/AppInput/InputIconSlot.vue.d.ts +14 -9
- package/dist/types/components/AppInput/LocationInput.vue.d.ts +26 -27
- package/dist/types/components/AppInput/index.d.ts +2 -1
- package/dist/types/components/AppInputLabel/AppInputLabel.vue.d.ts +11 -15
- package/dist/types/components/AppLicensePlate/AppLicensePlate.vue.d.ts +34 -27
- package/dist/types/components/AppLoader/AppLoader.vue.d.ts +26 -11
- package/dist/types/components/AppMaps/AppMaps.vue.d.ts +54 -67
- package/dist/types/components/AppModal/AppModal.vue.d.ts +38 -94
- package/dist/types/components/AppNavigationMenu/AppNavigationMenu.vue.d.ts +1 -1
- package/dist/types/components/AppNavigationMenu/Mobile.vue.d.ts +1 -1
- package/dist/types/components/AppNavigationMenu/NavigationItem.vue.d.ts +13 -10
- package/dist/types/components/AppNavigationMenu/SupportItem.vue.d.ts +1 -1
- package/dist/types/components/AppPagination/AppPagination.vue.d.ts +39 -36
- package/dist/types/components/AppPagination/AppPaginationItem.vue.d.ts +34 -27
- package/dist/types/components/AppSelect/AppSelect.vue.d.ts +93 -83
- package/dist/types/components/AppTimeline/AppTimeline.vue.d.ts +25 -9
- package/dist/types/components/AppTimeline/AppTimelineItem.vue.d.ts +13 -13
- package/dist/types/components/AppTimeline/AppTimelineItemIcon.vue.d.ts +10 -11
- package/dist/types/components/AppToggle/AppToggle.vue.d.ts +6 -2
- package/dist/types/composables/useActionBar/index.d.ts +5 -133
- package/dist/types/composables/useNavigation/index.d.ts +15 -368
- package/dist/types/icons/CarsIcon.vue.d.ts +1 -1
- package/dist/types/icons/ChatPersonRoundedIcon.vue.d.ts +14 -9
- package/dist/types/icons/HeroGirlIcon.vue.d.ts +16 -15
- package/dist/types/icons/HeroPersonIcon.vue.d.ts +16 -15
- package/dist/types/icons/HeroPersonRoundedIcon.vue.d.ts +16 -15
- package/dist/types/icons/HeroPersonWithBgIcon.vue.d.ts +16 -15
- package/dist/types/icons/LocationMarkerIcon.vue.d.ts +1 -1
- package/dist/types/icons/PartyPopperIcon.vue.d.ts +1 -1
- package/dist/types/icons/status/ErrorIcon.vue.d.ts +1 -1
- package/dist/types/icons/status/SuccessIcon.vue.d.ts +1 -1
- package/dist/types/icons/status/WarningIcon.vue.d.ts +1 -1
- package/dist/types/layouts/Auth/Auth.vue.d.ts +1 -1
- package/dist/types/layouts/Base/Base.vue.d.ts +1 -1
- package/dist/types/layouts/Platform/Platform.vue.d.ts +1 -1
- package/dist/types/plugins/Toast/Toast.vue.d.ts +35 -36
- package/dist/ui.cjs +39 -51
- package/dist/ui.css +1 -1
- package/dist/ui.js +15390 -12945
- package/package.json +49 -37
|
@@ -11,387 +11,34 @@ export declare function useNavigation(): {
|
|
|
11
11
|
openMobileMenu: () => void;
|
|
12
12
|
closeMobileMenu: () => void;
|
|
13
13
|
toggleMobileMenu: () => void;
|
|
14
|
-
navigationItems: import("vue").
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
__isTeleport?: undefined;
|
|
20
|
-
__isSuspense?: undefined;
|
|
21
|
-
} | {
|
|
22
|
-
[x: string]: any;
|
|
23
|
-
setup?: ((this: void, props: import("@vue/shared").LooseRequired<any>, ctx: {
|
|
24
|
-
attrs: {
|
|
25
|
-
[x: string]: unknown;
|
|
26
|
-
};
|
|
27
|
-
slots: Readonly<{
|
|
28
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
29
|
-
}>;
|
|
30
|
-
emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
|
|
31
|
-
expose: (exposed?: Record<string, any> | undefined) => void;
|
|
32
|
-
}) => any) | undefined;
|
|
33
|
-
name?: string | undefined;
|
|
34
|
-
template?: string | object | undefined;
|
|
35
|
-
render?: Function | undefined;
|
|
36
|
-
components?: Record<string, Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>> | undefined;
|
|
37
|
-
directives?: Record<string, import("vue").Directive<any, any>> | undefined;
|
|
38
|
-
inheritAttrs?: boolean | undefined;
|
|
39
|
-
emits?: any;
|
|
40
|
-
slots?: {} | undefined;
|
|
41
|
-
expose?: string[] | undefined;
|
|
42
|
-
serverPrefetch?: (() => void | Promise<any>) | undefined;
|
|
43
|
-
compilerOptions?: {
|
|
44
|
-
isCustomElement?: ((tag: string) => boolean) | undefined;
|
|
45
|
-
whitespace?: "preserve" | "condense" | undefined;
|
|
46
|
-
comments?: boolean | undefined;
|
|
47
|
-
delimiters?: [string, string] | undefined;
|
|
48
|
-
} | undefined;
|
|
49
|
-
call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
|
|
50
|
-
__isFragment?: undefined;
|
|
51
|
-
__isTeleport?: undefined;
|
|
52
|
-
__isSuspense?: undefined;
|
|
53
|
-
__defaults?: any;
|
|
54
|
-
compatConfig?: {
|
|
55
|
-
GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
|
|
56
|
-
GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
|
|
57
|
-
GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
|
|
58
|
-
GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
|
|
59
|
-
GLOBAL_SET?: boolean | "suppress-warning" | undefined;
|
|
60
|
-
GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
|
|
61
|
-
GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
|
|
62
|
-
GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
|
|
63
|
-
CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
|
|
64
|
-
CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
|
|
65
|
-
CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
|
|
66
|
-
CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
|
|
67
|
-
CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
|
|
68
|
-
CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
|
|
69
|
-
CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
|
|
70
|
-
INSTANCE_SET?: boolean | "suppress-warning" | undefined;
|
|
71
|
-
INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
|
|
72
|
-
INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
73
|
-
INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
|
|
74
|
-
INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
|
|
75
|
-
INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
|
|
76
|
-
INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
|
|
77
|
-
INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
|
|
78
|
-
INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
|
|
79
|
-
OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
|
|
80
|
-
OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
|
|
81
|
-
OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
82
|
-
OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
|
|
83
|
-
WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
|
|
84
|
-
PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
|
|
85
|
-
V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
|
|
86
|
-
CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
|
|
87
|
-
ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
|
|
88
|
-
ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
|
|
89
|
-
TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
|
|
90
|
-
TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
|
|
91
|
-
COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
|
|
92
|
-
COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
|
|
93
|
-
COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
|
|
94
|
-
RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
|
|
95
|
-
FILTERS?: boolean | "suppress-warning" | undefined;
|
|
96
|
-
PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
|
|
97
|
-
MODE?: 2 | 3 | ((comp: Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | null) => 2 | 3) | undefined;
|
|
98
|
-
} | undefined;
|
|
99
|
-
data?: ((this: any, vm: any) => any) | undefined;
|
|
100
|
-
computed?: import("vue").ComputedOptions | undefined;
|
|
101
|
-
methods?: import("vue").MethodOptions | undefined;
|
|
102
|
-
watch?: {
|
|
103
|
-
[x: string]: (string | import("vue").WatchCallback<any, any> | ({
|
|
104
|
-
handler: string | import("vue").WatchCallback<any, any>;
|
|
105
|
-
} & import("vue").WatchOptions<boolean>)) | (string | import("vue").WatchCallback<any, any> | ({
|
|
106
|
-
handler: string | import("vue").WatchCallback<any, any>;
|
|
107
|
-
} & import("vue").WatchOptions<boolean>))[];
|
|
108
|
-
} | undefined;
|
|
109
|
-
provide?: import("vue").ComponentProvideOptions | undefined;
|
|
110
|
-
inject?: {} | string[] | undefined;
|
|
111
|
-
filters?: Record<string, Function> | undefined;
|
|
112
|
-
mixins?: any[] | undefined;
|
|
113
|
-
extends?: any;
|
|
114
|
-
beforeCreate?: (() => void) | undefined;
|
|
115
|
-
created?: (() => void) | undefined;
|
|
116
|
-
beforeMount?: (() => void) | undefined;
|
|
117
|
-
mounted?: (() => void) | undefined;
|
|
118
|
-
beforeUpdate?: (() => void) | undefined;
|
|
119
|
-
updated?: (() => void) | undefined;
|
|
120
|
-
activated?: (() => void) | undefined;
|
|
121
|
-
deactivated?: (() => void) | undefined;
|
|
122
|
-
beforeDestroy?: (() => void) | undefined;
|
|
123
|
-
beforeUnmount?: (() => void) | undefined;
|
|
124
|
-
destroyed?: (() => void) | undefined;
|
|
125
|
-
unmounted?: (() => void) | undefined;
|
|
126
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
127
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
128
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | undefined;
|
|
129
|
-
delimiters?: [string, string] | undefined;
|
|
130
|
-
__differentiator?: string | number | symbol | undefined;
|
|
131
|
-
__isBuiltIn?: boolean | undefined;
|
|
132
|
-
__file?: string | undefined;
|
|
133
|
-
__name?: string | undefined;
|
|
134
|
-
beforeRouteEnter?: import("vue-router").NavigationGuardWithThis<undefined> | undefined;
|
|
135
|
-
beforeRouteUpdate?: import("vue-router").NavigationGuard | undefined;
|
|
136
|
-
beforeRouteLeave?: import("vue-router").NavigationGuard | undefined;
|
|
137
|
-
};
|
|
138
|
-
to?: unknown;
|
|
139
|
-
href?: string | undefined;
|
|
140
|
-
active?: boolean | undefined;
|
|
141
|
-
rounded?: boolean | undefined;
|
|
142
|
-
bottom?: boolean | undefined;
|
|
143
|
-
visible?: boolean | undefined;
|
|
144
|
-
onClick?: (() => unknown) | undefined;
|
|
145
|
-
}[]>;
|
|
146
|
-
mainMenuOpen: import("vue").Ref<boolean>;
|
|
147
|
-
mobileMenuOpen: import("vue").Ref<boolean>;
|
|
148
|
-
mobileMenuOpenTransition: import("vue").Ref<boolean>;
|
|
149
|
-
navigationComponent: import("vue").ShallowRef<Component | "a">;
|
|
150
|
-
logo: import("vue").Ref<string | import("vue").FunctionalComponent<any, any, any> | {
|
|
14
|
+
navigationItems: import("vue").ShallowRef<NavigationItem[]>;
|
|
15
|
+
mainMenuOpen: import("vue").ShallowRef<boolean>;
|
|
16
|
+
mobileMenuOpen: import("vue").ShallowRef<boolean>;
|
|
17
|
+
mobileMenuOpenTransition: import("vue").ShallowRef<boolean>;
|
|
18
|
+
navigationComponent: import("vue").ShallowRef<import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, any>> | import("vue").ShallowRef<import("vue").FunctionalComponent<any, {}, any, {}>> | import("vue").ShallowRef<{
|
|
151
19
|
new (...args: any[]): any;
|
|
152
20
|
__isFragment?: undefined;
|
|
153
21
|
__isTeleport?: undefined;
|
|
154
22
|
__isSuspense?: undefined;
|
|
155
|
-
} |
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
attrs: {
|
|
159
|
-
[x: string]: unknown;
|
|
160
|
-
};
|
|
161
|
-
slots: Readonly<{
|
|
162
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
163
|
-
}>;
|
|
164
|
-
emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
|
|
165
|
-
expose: (exposed?: Record<string, any> | undefined) => void;
|
|
166
|
-
}) => any) | undefined;
|
|
167
|
-
name?: string | undefined;
|
|
168
|
-
template?: string | object | undefined;
|
|
169
|
-
render?: Function | undefined;
|
|
170
|
-
components?: Record<string, Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>> | undefined;
|
|
171
|
-
directives?: Record<string, import("vue").Directive<any, any>> | undefined;
|
|
172
|
-
inheritAttrs?: boolean | undefined;
|
|
173
|
-
emits?: any;
|
|
174
|
-
slots?: {} | undefined;
|
|
175
|
-
expose?: string[] | undefined;
|
|
176
|
-
serverPrefetch?: (() => void | Promise<any>) | undefined;
|
|
177
|
-
compilerOptions?: {
|
|
178
|
-
isCustomElement?: ((tag: string) => boolean) | undefined;
|
|
179
|
-
whitespace?: "preserve" | "condense" | undefined;
|
|
180
|
-
comments?: boolean | undefined;
|
|
181
|
-
delimiters?: [string, string] | undefined;
|
|
182
|
-
} | undefined;
|
|
183
|
-
call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
|
|
23
|
+
}> | import("vue").ShallowRef<"a">;
|
|
24
|
+
logo: import("vue").ShallowRef<import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, any>> | import("vue").ShallowRef<import("vue").FunctionalComponent<any, {}, any, {}>> | import("vue").ShallowRef<{
|
|
25
|
+
new (...args: any[]): any;
|
|
184
26
|
__isFragment?: undefined;
|
|
185
27
|
__isTeleport?: undefined;
|
|
186
28
|
__isSuspense?: undefined;
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
|
|
190
|
-
GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
|
|
191
|
-
GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
|
|
192
|
-
GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
|
|
193
|
-
GLOBAL_SET?: boolean | "suppress-warning" | undefined;
|
|
194
|
-
GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
|
|
195
|
-
GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
|
|
196
|
-
GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
|
|
197
|
-
CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
|
|
198
|
-
CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
|
|
199
|
-
CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
|
|
200
|
-
CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
|
|
201
|
-
CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
|
|
202
|
-
CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
|
|
203
|
-
CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
|
|
204
|
-
INSTANCE_SET?: boolean | "suppress-warning" | undefined;
|
|
205
|
-
INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
|
|
206
|
-
INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
207
|
-
INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
|
|
208
|
-
INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
|
|
209
|
-
INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
|
|
210
|
-
INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
|
|
211
|
-
INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
|
|
212
|
-
INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
|
|
213
|
-
OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
|
|
214
|
-
OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
|
|
215
|
-
OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
216
|
-
OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
|
|
217
|
-
WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
|
|
218
|
-
PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
|
|
219
|
-
V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
|
|
220
|
-
CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
|
|
221
|
-
ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
|
|
222
|
-
ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
|
|
223
|
-
TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
|
|
224
|
-
TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
|
|
225
|
-
COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
|
|
226
|
-
COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
|
|
227
|
-
COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
|
|
228
|
-
RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
|
|
229
|
-
FILTERS?: boolean | "suppress-warning" | undefined;
|
|
230
|
-
PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
|
|
231
|
-
MODE?: 2 | 3 | ((comp: Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | null) => 2 | 3) | undefined;
|
|
232
|
-
} | undefined;
|
|
233
|
-
data?: ((this: any, vm: any) => any) | undefined;
|
|
234
|
-
computed?: import("vue").ComputedOptions | undefined;
|
|
235
|
-
methods?: import("vue").MethodOptions | undefined;
|
|
236
|
-
watch?: {
|
|
237
|
-
[x: string]: (string | import("vue").WatchCallback<any, any> | ({
|
|
238
|
-
handler: string | import("vue").WatchCallback<any, any>;
|
|
239
|
-
} & import("vue").WatchOptions<boolean>)) | (string | import("vue").WatchCallback<any, any> | ({
|
|
240
|
-
handler: string | import("vue").WatchCallback<any, any>;
|
|
241
|
-
} & import("vue").WatchOptions<boolean>))[];
|
|
242
|
-
} | undefined;
|
|
243
|
-
provide?: import("vue").ComponentProvideOptions | undefined;
|
|
244
|
-
inject?: {} | string[] | undefined;
|
|
245
|
-
filters?: Record<string, Function> | undefined;
|
|
246
|
-
mixins?: any[] | undefined;
|
|
247
|
-
extends?: any;
|
|
248
|
-
beforeCreate?: (() => void) | undefined;
|
|
249
|
-
created?: (() => void) | undefined;
|
|
250
|
-
beforeMount?: (() => void) | undefined;
|
|
251
|
-
mounted?: (() => void) | undefined;
|
|
252
|
-
beforeUpdate?: (() => void) | undefined;
|
|
253
|
-
updated?: (() => void) | undefined;
|
|
254
|
-
activated?: (() => void) | undefined;
|
|
255
|
-
deactivated?: (() => void) | undefined;
|
|
256
|
-
beforeDestroy?: (() => void) | undefined;
|
|
257
|
-
beforeUnmount?: (() => void) | undefined;
|
|
258
|
-
destroyed?: (() => void) | undefined;
|
|
259
|
-
unmounted?: (() => void) | undefined;
|
|
260
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
261
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
262
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | undefined;
|
|
263
|
-
delimiters?: [string, string] | undefined;
|
|
264
|
-
__differentiator?: string | number | symbol | undefined;
|
|
265
|
-
__isBuiltIn?: boolean | undefined;
|
|
266
|
-
__file?: string | undefined;
|
|
267
|
-
__name?: string | undefined;
|
|
268
|
-
beforeRouteEnter?: import("vue-router").NavigationGuardWithThis<undefined> | undefined;
|
|
269
|
-
beforeRouteUpdate?: import("vue-router").NavigationGuard | undefined;
|
|
270
|
-
beforeRouteLeave?: import("vue-router").NavigationGuard | undefined;
|
|
271
|
-
} | null>;
|
|
272
|
-
avatar: import("vue").ShallowRef<Component | null>;
|
|
273
|
-
contactRoute: import("vue").Ref<string | null | undefined>;
|
|
274
|
-
contactIcon: import("vue").Ref<string | import("vue").FunctionalComponent<any, any, any> | {
|
|
29
|
+
}> | import("vue").ShallowRef<null> | import("vue").ShallowRef<string>;
|
|
30
|
+
avatar: import("vue").ShallowRef<import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, any>> | import("vue").ShallowRef<import("vue").FunctionalComponent<any, {}, any, {}>> | import("vue").ShallowRef<{
|
|
275
31
|
new (...args: any[]): any;
|
|
276
32
|
__isFragment?: undefined;
|
|
277
33
|
__isTeleport?: undefined;
|
|
278
34
|
__isSuspense?: undefined;
|
|
279
|
-
} |
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
[x: string]: unknown;
|
|
284
|
-
};
|
|
285
|
-
slots: Readonly<{
|
|
286
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
287
|
-
}>;
|
|
288
|
-
emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
|
|
289
|
-
expose: (exposed?: Record<string, any> | undefined) => void;
|
|
290
|
-
}) => any) | undefined;
|
|
291
|
-
name?: string | undefined;
|
|
292
|
-
template?: string | object | undefined;
|
|
293
|
-
render?: Function | undefined;
|
|
294
|
-
components?: Record<string, Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>> | undefined;
|
|
295
|
-
directives?: Record<string, import("vue").Directive<any, any>> | undefined;
|
|
296
|
-
inheritAttrs?: boolean | undefined;
|
|
297
|
-
emits?: any;
|
|
298
|
-
slots?: {} | undefined;
|
|
299
|
-
expose?: string[] | undefined;
|
|
300
|
-
serverPrefetch?: (() => void | Promise<any>) | undefined;
|
|
301
|
-
compilerOptions?: {
|
|
302
|
-
isCustomElement?: ((tag: string) => boolean) | undefined;
|
|
303
|
-
whitespace?: "preserve" | "condense" | undefined;
|
|
304
|
-
comments?: boolean | undefined;
|
|
305
|
-
delimiters?: [string, string] | undefined;
|
|
306
|
-
} | undefined;
|
|
307
|
-
call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
|
|
35
|
+
}> | import("vue").ShallowRef<null>;
|
|
36
|
+
contactRoute: import("vue").ShallowRef<string | null | undefined>;
|
|
37
|
+
contactIcon: import("vue").ShallowRef<import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, any>> | import("vue").ShallowRef<import("vue").FunctionalComponent<any, {}, any, {}>> | import("vue").ShallowRef<{
|
|
38
|
+
new (...args: any[]): any;
|
|
308
39
|
__isFragment?: undefined;
|
|
309
40
|
__isTeleport?: undefined;
|
|
310
41
|
__isSuspense?: undefined;
|
|
311
|
-
|
|
312
|
-
compatConfig?: {
|
|
313
|
-
GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
|
|
314
|
-
GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
|
|
315
|
-
GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
|
|
316
|
-
GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
|
|
317
|
-
GLOBAL_SET?: boolean | "suppress-warning" | undefined;
|
|
318
|
-
GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
|
|
319
|
-
GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
|
|
320
|
-
GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
|
|
321
|
-
CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
|
|
322
|
-
CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
|
|
323
|
-
CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
|
|
324
|
-
CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
|
|
325
|
-
CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
|
|
326
|
-
CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
|
|
327
|
-
CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
|
|
328
|
-
INSTANCE_SET?: boolean | "suppress-warning" | undefined;
|
|
329
|
-
INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
|
|
330
|
-
INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
331
|
-
INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
|
|
332
|
-
INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
|
|
333
|
-
INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
|
|
334
|
-
INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
|
|
335
|
-
INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
|
|
336
|
-
INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
|
|
337
|
-
OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
|
|
338
|
-
OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
|
|
339
|
-
OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
340
|
-
OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
|
|
341
|
-
WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
|
|
342
|
-
PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
|
|
343
|
-
V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
|
|
344
|
-
CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
|
|
345
|
-
ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
|
|
346
|
-
ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
|
|
347
|
-
TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
|
|
348
|
-
TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
|
|
349
|
-
COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
|
|
350
|
-
COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
|
|
351
|
-
COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
|
|
352
|
-
RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
|
|
353
|
-
FILTERS?: boolean | "suppress-warning" | undefined;
|
|
354
|
-
PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
|
|
355
|
-
MODE?: 2 | 3 | ((comp: Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | null) => 2 | 3) | undefined;
|
|
356
|
-
} | undefined;
|
|
357
|
-
data?: ((this: any, vm: any) => any) | undefined;
|
|
358
|
-
computed?: import("vue").ComputedOptions | undefined;
|
|
359
|
-
methods?: import("vue").MethodOptions | undefined;
|
|
360
|
-
watch?: {
|
|
361
|
-
[x: string]: (string | import("vue").WatchCallback<any, any> | ({
|
|
362
|
-
handler: string | import("vue").WatchCallback<any, any>;
|
|
363
|
-
} & import("vue").WatchOptions<boolean>)) | (string | import("vue").WatchCallback<any, any> | ({
|
|
364
|
-
handler: string | import("vue").WatchCallback<any, any>;
|
|
365
|
-
} & import("vue").WatchOptions<boolean>))[];
|
|
366
|
-
} | undefined;
|
|
367
|
-
provide?: import("vue").ComponentProvideOptions | undefined;
|
|
368
|
-
inject?: {} | string[] | undefined;
|
|
369
|
-
filters?: Record<string, Function> | undefined;
|
|
370
|
-
mixins?: any[] | undefined;
|
|
371
|
-
extends?: any;
|
|
372
|
-
beforeCreate?: (() => void) | undefined;
|
|
373
|
-
created?: (() => void) | undefined;
|
|
374
|
-
beforeMount?: (() => void) | undefined;
|
|
375
|
-
mounted?: (() => void) | undefined;
|
|
376
|
-
beforeUpdate?: (() => void) | undefined;
|
|
377
|
-
updated?: (() => void) | undefined;
|
|
378
|
-
activated?: (() => void) | undefined;
|
|
379
|
-
deactivated?: (() => void) | undefined;
|
|
380
|
-
beforeDestroy?: (() => void) | undefined;
|
|
381
|
-
beforeUnmount?: (() => void) | undefined;
|
|
382
|
-
destroyed?: (() => void) | undefined;
|
|
383
|
-
unmounted?: (() => void) | undefined;
|
|
384
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
385
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
386
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | undefined;
|
|
387
|
-
delimiters?: [string, string] | undefined;
|
|
388
|
-
__differentiator?: string | number | symbol | undefined;
|
|
389
|
-
__isBuiltIn?: boolean | undefined;
|
|
390
|
-
__file?: string | undefined;
|
|
391
|
-
__name?: string | undefined;
|
|
392
|
-
beforeRouteEnter?: import("vue-router").NavigationGuardWithThis<undefined> | undefined;
|
|
393
|
-
beforeRouteUpdate?: import("vue-router").NavigationGuard | undefined;
|
|
394
|
-
beforeRouteLeave?: import("vue-router").NavigationGuard | undefined;
|
|
395
|
-
}>;
|
|
42
|
+
}> | import("vue").ShallowRef<string>;
|
|
396
43
|
};
|
|
397
44
|
export type { NavigationItem, Logo };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -1,10 +1,15 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
primaryColor
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
6
|
-
primaryColor: {
|
|
7
|
-
type: import("vue").PropType<string>;
|
|
8
|
-
};
|
|
9
|
-
}>>, {}, {}>;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
2
|
+
primaryColor?: string | undefined;
|
|
3
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
4
|
+
primaryColor?: string | undefined;
|
|
5
|
+
}>>>, {}, {}>;
|
|
10
6
|
export default _default;
|
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
+
type __VLS_TypePropsToOption<T> = {
|
|
9
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
10
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
11
|
+
} : {
|
|
12
|
+
type: import('vue').PropType<T[K]>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
primaryColor
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
-
primaryColor: {
|
|
10
|
-
type: import("vue").PropType<string>;
|
|
11
|
-
};
|
|
12
|
-
secondaryColor: {
|
|
13
|
-
type: import("vue").PropType<string>;
|
|
14
|
-
};
|
|
15
|
-
}>>, {}, {}>;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
2
|
+
primaryColor?: string | undefined;
|
|
3
|
+
secondaryColor?: string | undefined;
|
|
4
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
5
|
+
primaryColor?: string | undefined;
|
|
6
|
+
secondaryColor?: string | undefined;
|
|
7
|
+
}>>>, {}, {}>;
|
|
16
8
|
export default _default;
|
|
9
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
+
type __VLS_TypePropsToOption<T> = {
|
|
11
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
+
} : {
|
|
14
|
+
type: import('vue').PropType<T[K]>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
primaryColor
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
-
primaryColor: {
|
|
10
|
-
type: import("vue").PropType<string>;
|
|
11
|
-
};
|
|
12
|
-
secondaryColor: {
|
|
13
|
-
type: import("vue").PropType<string>;
|
|
14
|
-
};
|
|
15
|
-
}>>, {}, {}>;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
2
|
+
primaryColor?: string | undefined;
|
|
3
|
+
secondaryColor?: string | undefined;
|
|
4
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
5
|
+
primaryColor?: string | undefined;
|
|
6
|
+
secondaryColor?: string | undefined;
|
|
7
|
+
}>>>, {}, {}>;
|
|
16
8
|
export default _default;
|
|
9
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
+
type __VLS_TypePropsToOption<T> = {
|
|
11
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
+
} : {
|
|
14
|
+
type: import('vue').PropType<T[K]>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
primaryColor
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
-
primaryColor: {
|
|
10
|
-
type: import("vue").PropType<string>;
|
|
11
|
-
};
|
|
12
|
-
secondaryColor: {
|
|
13
|
-
type: import("vue").PropType<string>;
|
|
14
|
-
};
|
|
15
|
-
}>>, {}, {}>;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
2
|
+
primaryColor?: string | undefined;
|
|
3
|
+
secondaryColor?: string | undefined;
|
|
4
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
5
|
+
primaryColor?: string | undefined;
|
|
6
|
+
secondaryColor?: string | undefined;
|
|
7
|
+
}>>>, {}, {}>;
|
|
16
8
|
export default _default;
|
|
9
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
+
type __VLS_TypePropsToOption<T> = {
|
|
11
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
+
} : {
|
|
14
|
+
type: import('vue').PropType<T[K]>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
primaryColor
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
-
primaryColor: {
|
|
10
|
-
type: import("vue").PropType<string>;
|
|
11
|
-
};
|
|
12
|
-
secondaryColor: {
|
|
13
|
-
type: import("vue").PropType<string>;
|
|
14
|
-
};
|
|
15
|
-
}>>, {}, {}>;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
2
|
+
primaryColor?: string | undefined;
|
|
3
|
+
secondaryColor?: string | undefined;
|
|
4
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
5
|
+
primaryColor?: string | undefined;
|
|
6
|
+
secondaryColor?: string | undefined;
|
|
7
|
+
}>>>, {}, {}>;
|
|
16
8
|
export default _default;
|
|
9
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
+
type __VLS_TypePropsToOption<T> = {
|
|
11
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
+
} : {
|
|
14
|
+
type: import('vue').PropType<T[K]>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
2
|
secondaryNavBar?(_: {}): any;
|
|
3
3
|
default?(_: {}): any;
|
|
4
4
|
}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
2
|
sidebarLeft?(_: {}): any;
|
|
3
3
|
default?(_: {}): any;
|
|
4
4
|
sidebar?(_: {}): any;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
2
|
sidebarLeft?(_: {}): any;
|
|
3
3
|
default?(_: {}): any;
|
|
4
4
|
sidebar?(_: {}): any;
|