@simsustech/quasar-components 0.2.0 → 0.3.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/CHANGELOG.md +11 -0
- package/dist/{QSubmitButton.vue_vue_type_script_setup_true_lang.65d6ac94.js → QSubmitButton.vue_vue_type_script_setup_true_lang-b5f452c6.js} +5 -2
- package/dist/authentication.js +52 -26
- package/dist/{en-US.d5751f99.js → en-US-6cc72154.js} +81 -72
- package/dist/flags.js +1 -1
- package/dist/form.js +75 -24
- package/dist/general.js +40 -19
- package/dist/icons.js +3 -1
- package/dist/nl-38cb2607.js +134 -0
- package/dist/{nl.7a710ba4.js → nl-ea9ab282.js} +4 -1
- package/dist/types/ui/authentication/ConsentList.vue.d.ts +2 -58
- package/dist/types/ui/authentication/EmailChangeForm.vue.d.ts +20 -112
- package/dist/types/ui/authentication/EmailChangeStepper.vue.d.ts +13 -131
- package/dist/types/ui/authentication/LoginButton.vue.d.ts +9 -54
- package/dist/types/ui/authentication/LoginForm.vue.d.ts +20 -118
- package/dist/types/ui/authentication/OtpInput.vue.d.ts +4 -56
- package/dist/types/ui/authentication/PasswordChangeForm.vue.d.ts +31 -140
- package/dist/types/ui/authentication/PasswordChangeStepper.vue.d.ts +13 -131
- package/dist/types/ui/authentication/RegisterForm.vue.d.ts +33 -167
- package/dist/types/ui/authentication/RequestOtpForm.vue.d.ts +18 -100
- package/dist/types/ui/authentication/UserMenuButton.vue.d.ts +11 -64
- package/dist/types/ui/authentication/VerificationSlider.vue.d.ts +4 -60
- package/dist/types/ui/form/BooleanItem.vue.d.ts +1 -43
- package/dist/types/ui/form/BooleanSelect.vue.d.ts +2 -50
- package/dist/types/ui/form/DateInput.vue.d.ts +1 -43
- package/dist/types/ui/form/EmailInput.vue.d.ts +24 -0
- package/dist/types/ui/form/FormInput.vue.d.ts +2 -44
- package/dist/types/ui/form/FormItem.vue.d.ts +10 -49
- package/dist/types/ui/form/GenderItem.vue.d.ts +1 -43
- package/dist/types/ui/form/GenderSelect.vue.d.ts +2 -50
- package/dist/types/ui/form/PostalCodeInput.vue.d.ts +2 -50
- package/dist/types/ui/form/TelephoneNumberInput.vue.d.ts +2 -50
- package/dist/types/ui/form/index.d.ts +1 -0
- package/dist/types/ui/form/lang/index.d.ts +8 -2
- package/dist/types/ui/general/QLanguageSelect.vue.d.ts +1 -43
- package/dist/types/ui/general/QStyledCard.vue.d.ts +13 -58
- package/dist/types/ui/general/QStyledLayout.vue.d.ts +9 -54
- package/dist/types/ui/general/QSubmitButton.vue.d.ts +23 -128
- package/dist/types/ui/general/ResourcePage.vue.d.ts +29 -127
- package/dist/types/ui/general/ResponsiveDialog.vue.d.ts +17 -88
- package/package.json +23 -23
- package/src/ui/authentication/EmailChangeStepper.vue +2 -2
- package/src/ui/authentication/PasswordChangeStepper.vue +2 -2
- package/src/ui/form/EmailInput.vue +50 -0
- package/src/ui/form/FormInput.vue +1 -1
- package/src/ui/form/FormItem.vue +1 -1
- package/src/ui/form/index.ts +1 -0
- package/src/ui/form/lang/en-US.ts +4 -1
- package/src/ui/form/lang/index.ts +4 -1
- package/src/ui/form/lang/nl.ts +4 -1
- package/src/ui/general/ResponsiveDialog.vue +7 -7
- package/dist/nl.b1ad9de9.js +0 -134
- /package/dist/{nl.7787ff31.js → nl-022c8c63.js} +0 -0
- /package/dist/{nl.1df15493.js → nl-710ec15d.js} +0 -0
|
@@ -2,49 +2,7 @@ import type { Gender } from './GenderSelect.vue';
|
|
|
2
2
|
export interface Props {
|
|
3
3
|
modelValue: Gender;
|
|
4
4
|
}
|
|
5
|
-
declare const _default: {
|
|
6
|
-
new (...args: any[]): {
|
|
7
|
-
$: import("vue").ComponentInternalInstance;
|
|
8
|
-
$data: {};
|
|
9
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
10
|
-
$attrs: {
|
|
11
|
-
[x: string]: unknown;
|
|
12
|
-
};
|
|
13
|
-
$refs: {
|
|
14
|
-
[x: string]: unknown;
|
|
15
|
-
};
|
|
16
|
-
$slots: Readonly<{
|
|
17
|
-
[name: string]: import("vue").Slot | undefined;
|
|
18
|
-
}>;
|
|
19
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
20
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
21
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
22
|
-
$el: any;
|
|
23
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
|
24
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
25
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
26
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
27
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
28
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
29
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
30
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
31
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
32
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
33
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
34
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
37
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
38
|
-
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) | ((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;
|
|
39
|
-
};
|
|
40
|
-
$forceUpdate: () => void;
|
|
41
|
-
$nextTick: typeof import("vue").nextTick;
|
|
42
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
43
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
44
|
-
__isFragment?: undefined;
|
|
45
|
-
__isTeleport?: undefined;
|
|
46
|
-
__isSuspense?: undefined;
|
|
47
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}>;
|
|
48
6
|
export default _default;
|
|
49
7
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
50
8
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -3,57 +3,9 @@ export interface Props {
|
|
|
3
3
|
modelValue: Gender | null;
|
|
4
4
|
required?: boolean;
|
|
5
5
|
}
|
|
6
|
-
declare const _default: {
|
|
7
|
-
new (...args: any[]): {
|
|
8
|
-
$: import("vue").ComponentInternalInstance;
|
|
9
|
-
$data: {};
|
|
10
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
11
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
12
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
13
|
-
$attrs: {
|
|
14
|
-
[x: string]: unknown;
|
|
15
|
-
};
|
|
16
|
-
$refs: {
|
|
17
|
-
[x: string]: unknown;
|
|
18
|
-
};
|
|
19
|
-
$slots: Readonly<{
|
|
20
|
-
[name: string]: import("vue").Slot | undefined;
|
|
21
|
-
}>;
|
|
22
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
23
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
24
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
25
|
-
$el: any;
|
|
26
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
27
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
28
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], string, {}, {}, string> & {
|
|
29
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
30
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
31
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
32
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
33
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
34
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
37
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
38
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
39
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
40
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
41
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
42
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
43
|
-
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) | ((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;
|
|
44
|
-
};
|
|
45
|
-
$forceUpdate: () => void;
|
|
46
|
-
$nextTick: typeof import("vue").nextTick;
|
|
47
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
48
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
49
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
50
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
51
|
-
__isFragment?: undefined;
|
|
52
|
-
__isTeleport?: undefined;
|
|
53
|
-
__isSuspense?: undefined;
|
|
54
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
55
7
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
56
|
-
}, {}
|
|
8
|
+
}, {}>;
|
|
57
9
|
export default _default;
|
|
58
10
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
59
11
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -4,57 +4,9 @@ export interface Props {
|
|
|
4
4
|
locale: PostalCodeLocales;
|
|
5
5
|
required?: boolean;
|
|
6
6
|
}
|
|
7
|
-
declare const _default: {
|
|
8
|
-
new (...args: any[]): {
|
|
9
|
-
$: import("vue").ComponentInternalInstance;
|
|
10
|
-
$data: {};
|
|
11
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
12
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
14
|
-
$attrs: {
|
|
15
|
-
[x: string]: unknown;
|
|
16
|
-
};
|
|
17
|
-
$refs: {
|
|
18
|
-
[x: string]: unknown;
|
|
19
|
-
};
|
|
20
|
-
$slots: Readonly<{
|
|
21
|
-
[name: string]: import("vue").Slot | undefined;
|
|
22
|
-
}>;
|
|
23
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
24
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
25
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
26
|
-
$el: any;
|
|
27
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
28
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
29
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], string, {}, {}, string> & {
|
|
30
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
31
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
32
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
33
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
34
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
37
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
38
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
39
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
40
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
41
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
42
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
43
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
44
|
-
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) | ((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;
|
|
45
|
-
};
|
|
46
|
-
$forceUpdate: () => void;
|
|
47
|
-
$nextTick: typeof import("vue").nextTick;
|
|
48
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
49
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
50
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
51
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
52
|
-
__isFragment?: undefined;
|
|
53
|
-
__isTeleport?: undefined;
|
|
54
|
-
__isSuspense?: undefined;
|
|
55
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
7
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
56
8
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
57
|
-
}, {}
|
|
9
|
+
}, {}>;
|
|
58
10
|
export default _default;
|
|
59
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
60
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -2,57 +2,9 @@ export interface Props {
|
|
|
2
2
|
modelValue: string;
|
|
3
3
|
required?: boolean;
|
|
4
4
|
}
|
|
5
|
-
declare const _default: {
|
|
6
|
-
new (...args: any[]): {
|
|
7
|
-
$: import("vue").ComponentInternalInstance;
|
|
8
|
-
$data: {};
|
|
9
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
10
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
12
|
-
$attrs: {
|
|
13
|
-
[x: string]: unknown;
|
|
14
|
-
};
|
|
15
|
-
$refs: {
|
|
16
|
-
[x: string]: unknown;
|
|
17
|
-
};
|
|
18
|
-
$slots: Readonly<{
|
|
19
|
-
[name: string]: import("vue").Slot | undefined;
|
|
20
|
-
}>;
|
|
21
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
22
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
23
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
24
|
-
$el: any;
|
|
25
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
26
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
27
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], string, {}, {}, string> & {
|
|
28
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
29
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
30
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
31
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
32
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
33
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
34
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
37
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
38
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
39
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
40
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
41
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
42
|
-
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) | ((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;
|
|
43
|
-
};
|
|
44
|
-
$forceUpdate: () => void;
|
|
45
|
-
$nextTick: typeof import("vue").nextTick;
|
|
46
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
47
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
48
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
49
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
50
|
-
__isFragment?: undefined;
|
|
51
|
-
__isTeleport?: undefined;
|
|
52
|
-
__isSuspense?: undefined;
|
|
53
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
54
6
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
55
|
-
}, {}
|
|
7
|
+
}, {}>;
|
|
56
8
|
export default _default;
|
|
57
9
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
58
10
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -7,3 +7,4 @@ export { default as TelephoneNumberInput } from './TelephoneNumberInput.vue';
|
|
|
7
7
|
export { default as DateInput } from './DateInput.vue';
|
|
8
8
|
export { default as BooleanSelect } from './BooleanSelect.vue';
|
|
9
9
|
export { default as BooleanItem } from './BooleanItem.vue';
|
|
10
|
+
export { default as EmailInput } from './EmailInput.vue';
|
|
@@ -5,10 +5,13 @@ export interface Language {
|
|
|
5
5
|
buttons: {
|
|
6
6
|
close: string;
|
|
7
7
|
};
|
|
8
|
+
email: {
|
|
9
|
+
subject: string;
|
|
10
|
+
};
|
|
8
11
|
fields: {
|
|
9
12
|
name: string;
|
|
10
13
|
firstName: string;
|
|
11
|
-
|
|
14
|
+
lastName: string;
|
|
12
15
|
address: string;
|
|
13
16
|
postalCode: string;
|
|
14
17
|
city: string;
|
|
@@ -38,10 +41,13 @@ export declare const lang: Ref<{
|
|
|
38
41
|
buttons: {
|
|
39
42
|
close: string;
|
|
40
43
|
};
|
|
44
|
+
email: {
|
|
45
|
+
subject: string;
|
|
46
|
+
};
|
|
41
47
|
fields: {
|
|
42
48
|
name: string;
|
|
43
49
|
firstName: string;
|
|
44
|
-
|
|
50
|
+
lastName: string;
|
|
45
51
|
address: string;
|
|
46
52
|
postalCode: string;
|
|
47
53
|
city: string;
|
|
@@ -3,49 +3,7 @@ export interface Props {
|
|
|
3
3
|
modelValue: string;
|
|
4
4
|
languageImports: Record<string, () => Promise<QuasarLanguage>>;
|
|
5
5
|
}
|
|
6
|
-
declare const _default: {
|
|
7
|
-
new (...args: any[]): {
|
|
8
|
-
$: import("vue").ComponentInternalInstance;
|
|
9
|
-
$data: {};
|
|
10
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
11
|
-
$attrs: {
|
|
12
|
-
[x: string]: unknown;
|
|
13
|
-
};
|
|
14
|
-
$refs: {
|
|
15
|
-
[x: string]: unknown;
|
|
16
|
-
};
|
|
17
|
-
$slots: Readonly<{
|
|
18
|
-
[name: string]: import("vue").Slot | undefined;
|
|
19
|
-
}>;
|
|
20
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
21
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
22
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
23
|
-
$el: any;
|
|
24
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
|
25
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
26
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
27
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
28
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
29
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
30
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
31
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
32
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
33
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
34
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
37
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
38
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
39
|
-
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) | ((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;
|
|
40
|
-
};
|
|
41
|
-
$forceUpdate: () => void;
|
|
42
|
-
$nextTick: typeof import("vue").nextTick;
|
|
43
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
44
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
45
|
-
__isFragment?: undefined;
|
|
46
|
-
__isTeleport?: undefined;
|
|
47
|
-
__isSuspense?: undefined;
|
|
48
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}>;
|
|
49
7
|
export default _default;
|
|
50
8
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
51
9
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -2,66 +2,16 @@ import { QCardActionsProps } from 'quasar';
|
|
|
2
2
|
export interface Props {
|
|
3
3
|
actions?: QCardActionsProps;
|
|
4
4
|
}
|
|
5
|
-
declare const _default: {
|
|
6
|
-
new (...args: any[]): {
|
|
7
|
-
$: import("vue").ComponentInternalInstance;
|
|
8
|
-
$data: {};
|
|
9
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
10
|
-
$attrs: {
|
|
11
|
-
[x: string]: unknown;
|
|
12
|
-
};
|
|
13
|
-
$refs: {
|
|
14
|
-
[x: string]: unknown;
|
|
15
|
-
};
|
|
16
|
-
$slots: Readonly<{
|
|
17
|
-
[name: string]: import("vue").Slot | undefined;
|
|
18
|
-
}>;
|
|
19
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
20
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
21
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
22
|
-
$el: any;
|
|
23
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {
|
|
24
|
-
variables: import("vue").Ref<{}>;
|
|
25
|
-
functions: import("vue").Ref<{}>;
|
|
26
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
|
27
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
28
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
29
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
30
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
31
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
32
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
33
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
34
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
37
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
38
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
39
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
40
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
41
|
-
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) | ((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;
|
|
42
|
-
};
|
|
43
|
-
$forceUpdate: () => void;
|
|
44
|
-
$nextTick: typeof import("vue").nextTick;
|
|
45
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
46
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & import("vue").ShallowUnwrapRef<{
|
|
47
|
-
variables: import("vue").Ref<{}>;
|
|
48
|
-
functions: import("vue").Ref<{}>;
|
|
49
|
-
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
50
|
-
__isFragment?: undefined;
|
|
51
|
-
__isTeleport?: undefined;
|
|
52
|
-
__isSuspense?: undefined;
|
|
53
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
54
6
|
variables: import("vue").Ref<{}>;
|
|
55
7
|
functions: import("vue").Ref<{}>;
|
|
56
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string,
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
};
|
|
64
|
-
});
|
|
8
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}>, {
|
|
9
|
+
image?(_: {}): any;
|
|
10
|
+
title?(_: {}): any;
|
|
11
|
+
subtitle?(_: {}): any;
|
|
12
|
+
default?(_: {}): any;
|
|
13
|
+
actions?(_: {}): any;
|
|
14
|
+
}>;
|
|
65
15
|
export default _default;
|
|
66
16
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
67
17
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -72,3 +22,8 @@ type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
72
22
|
required: true;
|
|
73
23
|
};
|
|
74
24
|
};
|
|
25
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
@@ -1,62 +1,12 @@
|
|
|
1
1
|
export interface Props {
|
|
2
2
|
title: string;
|
|
3
3
|
}
|
|
4
|
-
declare const _default: {
|
|
5
|
-
new (...args: any[]): {
|
|
6
|
-
$: import("vue").ComponentInternalInstance;
|
|
7
|
-
$data: {};
|
|
8
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
9
|
-
$attrs: {
|
|
10
|
-
[x: string]: unknown;
|
|
11
|
-
};
|
|
12
|
-
$refs: {
|
|
13
|
-
[x: string]: unknown;
|
|
14
|
-
};
|
|
15
|
-
$slots: Readonly<{
|
|
16
|
-
[name: string]: import("vue").Slot | undefined;
|
|
17
|
-
}>;
|
|
18
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
19
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
20
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
21
|
-
$el: any;
|
|
22
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {
|
|
23
|
-
variables: import("vue").Ref<{}>;
|
|
24
|
-
functions: import("vue").Ref<{}>;
|
|
25
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
|
26
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
27
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
28
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
29
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
30
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
31
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
32
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
33
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
34
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
37
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
38
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
39
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
40
|
-
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) | ((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;
|
|
41
|
-
};
|
|
42
|
-
$forceUpdate: () => void;
|
|
43
|
-
$nextTick: typeof import("vue").nextTick;
|
|
44
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
45
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & import("vue").ShallowUnwrapRef<{
|
|
46
|
-
variables: import("vue").Ref<{}>;
|
|
47
|
-
functions: import("vue").Ref<{}>;
|
|
48
|
-
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
49
|
-
__isFragment?: undefined;
|
|
50
|
-
__isTeleport?: undefined;
|
|
51
|
-
__isSuspense?: undefined;
|
|
52
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
53
5
|
variables: import("vue").Ref<{}>;
|
|
54
6
|
functions: import("vue").Ref<{}>;
|
|
55
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string,
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
};
|
|
59
|
-
});
|
|
7
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}>, {
|
|
8
|
+
leftDrawerItems?(_: {}): any;
|
|
9
|
+
}>;
|
|
60
10
|
export default _default;
|
|
61
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
62
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -67,3 +17,8 @@ type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
67
17
|
required: true;
|
|
68
18
|
};
|
|
69
19
|
};
|
|
20
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|