@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.
Files changed (54) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/{QSubmitButton.vue_vue_type_script_setup_true_lang.65d6ac94.js → QSubmitButton.vue_vue_type_script_setup_true_lang-b5f452c6.js} +5 -2
  3. package/dist/authentication.js +52 -26
  4. package/dist/{en-US.d5751f99.js → en-US-6cc72154.js} +81 -72
  5. package/dist/flags.js +1 -1
  6. package/dist/form.js +75 -24
  7. package/dist/general.js +40 -19
  8. package/dist/icons.js +3 -1
  9. package/dist/nl-38cb2607.js +134 -0
  10. package/dist/{nl.7a710ba4.js → nl-ea9ab282.js} +4 -1
  11. package/dist/types/ui/authentication/ConsentList.vue.d.ts +2 -58
  12. package/dist/types/ui/authentication/EmailChangeForm.vue.d.ts +20 -112
  13. package/dist/types/ui/authentication/EmailChangeStepper.vue.d.ts +13 -131
  14. package/dist/types/ui/authentication/LoginButton.vue.d.ts +9 -54
  15. package/dist/types/ui/authentication/LoginForm.vue.d.ts +20 -118
  16. package/dist/types/ui/authentication/OtpInput.vue.d.ts +4 -56
  17. package/dist/types/ui/authentication/PasswordChangeForm.vue.d.ts +31 -140
  18. package/dist/types/ui/authentication/PasswordChangeStepper.vue.d.ts +13 -131
  19. package/dist/types/ui/authentication/RegisterForm.vue.d.ts +33 -167
  20. package/dist/types/ui/authentication/RequestOtpForm.vue.d.ts +18 -100
  21. package/dist/types/ui/authentication/UserMenuButton.vue.d.ts +11 -64
  22. package/dist/types/ui/authentication/VerificationSlider.vue.d.ts +4 -60
  23. package/dist/types/ui/form/BooleanItem.vue.d.ts +1 -43
  24. package/dist/types/ui/form/BooleanSelect.vue.d.ts +2 -50
  25. package/dist/types/ui/form/DateInput.vue.d.ts +1 -43
  26. package/dist/types/ui/form/EmailInput.vue.d.ts +24 -0
  27. package/dist/types/ui/form/FormInput.vue.d.ts +2 -44
  28. package/dist/types/ui/form/FormItem.vue.d.ts +10 -49
  29. package/dist/types/ui/form/GenderItem.vue.d.ts +1 -43
  30. package/dist/types/ui/form/GenderSelect.vue.d.ts +2 -50
  31. package/dist/types/ui/form/PostalCodeInput.vue.d.ts +2 -50
  32. package/dist/types/ui/form/TelephoneNumberInput.vue.d.ts +2 -50
  33. package/dist/types/ui/form/index.d.ts +1 -0
  34. package/dist/types/ui/form/lang/index.d.ts +8 -2
  35. package/dist/types/ui/general/QLanguageSelect.vue.d.ts +1 -43
  36. package/dist/types/ui/general/QStyledCard.vue.d.ts +13 -58
  37. package/dist/types/ui/general/QStyledLayout.vue.d.ts +9 -54
  38. package/dist/types/ui/general/QSubmitButton.vue.d.ts +23 -128
  39. package/dist/types/ui/general/ResourcePage.vue.d.ts +29 -127
  40. package/dist/types/ui/general/ResponsiveDialog.vue.d.ts +17 -88
  41. package/package.json +23 -23
  42. package/src/ui/authentication/EmailChangeStepper.vue +2 -2
  43. package/src/ui/authentication/PasswordChangeStepper.vue +2 -2
  44. package/src/ui/form/EmailInput.vue +50 -0
  45. package/src/ui/form/FormInput.vue +1 -1
  46. package/src/ui/form/FormItem.vue +1 -1
  47. package/src/ui/form/index.ts +1 -0
  48. package/src/ui/form/lang/en-US.ts +4 -1
  49. package/src/ui/form/lang/index.ts +4 -1
  50. package/src/ui/form/lang/nl.ts +4 -1
  51. package/src/ui/general/ResponsiveDialog.vue +7 -7
  52. package/dist/nl.b1ad9de9.js +0 -134
  53. /package/dist/{nl.7787ff31.js → nl-022c8c63.js} +0 -0
  54. /package/dist/{nl.1df15493.js → nl-710ec15d.js} +0 -0
@@ -5,97 +5,7 @@ export interface Props {
5
5
  style?: Partial<CSSStyleDeclaration>;
6
6
  })>;
7
7
  }
8
- declare const _default: {
9
- new (...args: any[]): {
10
- $: import("vue").ComponentInternalInstance;
11
- $data: {};
12
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
13
- onSubmit?: ((args_0: {
14
- email: string;
15
- done: () => void;
16
- }) => any) | undefined;
17
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
18
- $attrs: {
19
- [x: string]: unknown;
20
- };
21
- $refs: {
22
- [x: string]: unknown;
23
- };
24
- $slots: Readonly<{
25
- [name: string]: import("vue").Slot | undefined;
26
- }>;
27
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
28
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
29
- $emit: (event: "submit", args_0: {
30
- email: string;
31
- done: () => void;
32
- }) => void;
33
- $el: any;
34
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
35
- onSubmit?: ((args_0: {
36
- email: string;
37
- done: () => void;
38
- }) => any) | undefined;
39
- }, {
40
- variables: import("vue").Ref<{
41
- header: string;
42
- }>;
43
- functions: import("vue").Ref<{
44
- submit: (args_0: {
45
- value?: string | undefined;
46
- done: () => void;
47
- }) => any;
48
- }>;
49
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
50
- submit: (payload_0: {
51
- email: string;
52
- done: () => void;
53
- }) => void;
54
- }, string, {}, {}, string> & {
55
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
56
- created?: ((() => void) | (() => void)[]) | undefined;
57
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
58
- mounted?: ((() => void) | (() => void)[]) | undefined;
59
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
60
- updated?: ((() => void) | (() => void)[]) | undefined;
61
- activated?: ((() => void) | (() => void)[]) | undefined;
62
- deactivated?: ((() => void) | (() => void)[]) | undefined;
63
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
64
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
65
- destroyed?: ((() => void) | (() => void)[]) | undefined;
66
- unmounted?: ((() => void) | (() => void)[]) | undefined;
67
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
68
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
69
- 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;
70
- };
71
- $forceUpdate: () => void;
72
- $nextTick: typeof import("vue").nextTick;
73
- $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;
74
- } & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
75
- onSubmit?: ((args_0: {
76
- email: string;
77
- done: () => void;
78
- }) => any) | undefined;
79
- } & import("vue").ShallowUnwrapRef<{
80
- variables: import("vue").Ref<{
81
- header: string;
82
- }>;
83
- functions: import("vue").Ref<{
84
- submit: (args_0: {
85
- value?: string | undefined;
86
- done: () => void;
87
- }) => any;
88
- }>;
89
- }> & {} & import("vue").ComponentCustomProperties & {};
90
- __isFragment?: undefined;
91
- __isTeleport?: undefined;
92
- __isSuspense?: undefined;
93
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
94
- onSubmit?: ((args_0: {
95
- email: string;
96
- done: () => void;
97
- }) => any) | undefined;
98
- }, {
8
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {
99
9
  variables: import("vue").Ref<{
100
10
  header: string;
101
11
  }>;
@@ -110,16 +20,19 @@ declare const _default: {
110
20
  email: string;
111
21
  done: () => void;
112
22
  }) => void;
113
- }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
114
- $slots: {
115
- default: (_: {
116
- submit: (args_0: {
117
- value?: string | undefined;
118
- done: () => void;
119
- }) => any;
23
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
24
+ onSubmit?: ((args_0: {
25
+ email: string;
26
+ done: () => void;
27
+ }) => any) | undefined;
28
+ }, {}>, {
29
+ default?(_: {
30
+ submit: (args_0: {
31
+ value?: string | undefined;
32
+ done: () => void;
120
33
  }) => any;
121
- };
122
- });
34
+ }): any;
35
+ }>;
123
36
  export default _default;
124
37
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
125
38
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -130,3 +43,8 @@ type __VLS_TypePropsToRuntimeProps<T> = {
130
43
  required: true;
131
44
  };
132
45
  };
46
+ type __VLS_WithTemplateSlots<T, S> = T & {
47
+ new (): {
48
+ $slots: S;
49
+ };
50
+ };
@@ -2,74 +2,16 @@ import type { RouteLocationRaw } from 'vue-router';
2
2
  export interface Props {
3
3
  userRoute: RouteLocationRaw;
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
- onSignOut?: (() => 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: "signOut") => void;
24
- $el: any;
25
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
26
- onSignOut?: (() => any) | undefined;
27
- }, {
28
- variables: import("vue").Ref<{}>;
29
- functions: import("vue").Ref<{}>;
30
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
31
- signOut: () => void;
32
- }, string, {}, {}, string> & {
33
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
34
- created?: ((() => void) | (() => void)[]) | undefined;
35
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
36
- mounted?: ((() => void) | (() => void)[]) | undefined;
37
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
38
- updated?: ((() => void) | (() => void)[]) | undefined;
39
- activated?: ((() => void) | (() => void)[]) | undefined;
40
- deactivated?: ((() => void) | (() => void)[]) | undefined;
41
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
42
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
43
- destroyed?: ((() => void) | (() => void)[]) | undefined;
44
- unmounted?: ((() => void) | (() => void)[]) | undefined;
45
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
46
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
47
- 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;
48
- };
49
- $forceUpdate: () => void;
50
- $nextTick: typeof import("vue").nextTick;
51
- $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;
52
- } & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
53
- onSignOut?: (() => any) | undefined;
54
- } & import("vue").ShallowUnwrapRef<{
55
- variables: import("vue").Ref<{}>;
56
- functions: import("vue").Ref<{}>;
57
- }> & {} & import("vue").ComponentCustomProperties & {};
58
- __isFragment?: undefined;
59
- __isTeleport?: undefined;
60
- __isSuspense?: undefined;
61
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
62
- onSignOut?: (() => any) | undefined;
63
- }, {
5
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {
64
6
  variables: import("vue").Ref<{}>;
65
7
  functions: import("vue").Ref<{}>;
66
8
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
67
9
  signOut: () => void;
68
- }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
69
- $slots: {
70
- default: (_: {}) => any;
71
- };
72
- });
10
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
11
+ onSignOut?: (() => any) | undefined;
12
+ }, {}>, {
13
+ default?(_: {}): any;
14
+ }>;
73
15
  export default _default;
74
16
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
75
17
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -80,3 +22,8 @@ type __VLS_TypePropsToRuntimeProps<T> = {
80
22
  required: true;
81
23
  };
82
24
  };
25
+ type __VLS_WithTemplateSlots<T, S> = T & {
26
+ new (): {
27
+ $slots: S;
28
+ };
29
+ };
@@ -1,70 +1,14 @@
1
1
  export interface Props {
2
2
  useVerificationSlider?: boolean;
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>>> & {
9
- onVerified?: (() => any) | undefined;
10
- } & 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: "verified") => void;
23
- $el: any;
24
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
25
- onVerified?: (() => any) | undefined;
26
- }, {
27
- variables: import("vue").Ref<{}>;
28
- functions: import("vue").Ref<{}>;
29
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
30
- verified: () => void;
31
- }, string, {}, {}, string> & {
32
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
33
- created?: ((() => void) | (() => void)[]) | undefined;
34
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
35
- mounted?: ((() => void) | (() => void)[]) | undefined;
36
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
37
- updated?: ((() => void) | (() => void)[]) | undefined;
38
- activated?: ((() => void) | (() => void)[]) | undefined;
39
- deactivated?: ((() => void) | (() => void)[]) | undefined;
40
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
41
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
42
- destroyed?: ((() => void) | (() => void)[]) | undefined;
43
- unmounted?: ((() => void) | (() => void)[]) | undefined;
44
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
45
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
46
- 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;
47
- };
48
- $forceUpdate: () => void;
49
- $nextTick: typeof import("vue").nextTick;
50
- $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;
51
- } & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
52
- onVerified?: (() => any) | undefined;
53
- } & import("vue").ShallowUnwrapRef<{
54
- variables: import("vue").Ref<{}>;
55
- functions: import("vue").Ref<{}>;
56
- }> & {} & import("vue").ComponentCustomProperties & {};
57
- __isFragment?: undefined;
58
- __isTeleport?: undefined;
59
- __isSuspense?: undefined;
60
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
61
- onVerified?: (() => any) | undefined;
62
- }, {
4
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {
63
5
  variables: import("vue").Ref<{}>;
64
6
  functions: import("vue").Ref<{}>;
65
7
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
66
8
  verified: () => void;
67
- }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
9
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
10
+ onVerified?: (() => any) | undefined;
11
+ }, {}>;
68
12
  export default _default;
69
13
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
70
14
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -2,49 +2,7 @@ export interface Props {
2
2
  modelValue: boolean;
3
3
  label: string;
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
  label?: string;
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
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
8
+ }, {}>;
57
9
  export default _default;
58
10
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
59
11
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -6,49 +6,7 @@ export interface Props {
6
6
  clearable?: boolean;
7
7
  date?: Partial<QDateProps>;
8
8
  }
9
- declare const _default: {
10
- new (...args: any[]): {
11
- $: import("vue").ComponentInternalInstance;
12
- $data: {};
13
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & 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: string, ...args: any[]) => void;
26
- $el: any;
27
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, 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>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
48
- __isFragment?: undefined;
49
- __isTeleport?: undefined;
50
- __isSuspense?: undefined;
51
- } & 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;
9
+ 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>>>, {}>;
52
10
  export default _default;
53
11
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
54
12
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -0,0 +1,24 @@
1
+ export interface Props {
2
+ subject: string;
3
+ body: string;
4
+ }
5
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {
6
+ variables: import("vue").Ref<{}>;
7
+ functions: import("vue").Ref<{}>;
8
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ "update:subject": (value: string | number | null) => void;
10
+ "update:body": (value: string | null) => void;
11
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
12
+ "onUpdate:subject"?: ((value: string | number | null) => any) | undefined;
13
+ "onUpdate:body"?: ((value: string | null) => any) | undefined;
14
+ }, {}>;
15
+ export default _default;
16
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
+ type __VLS_TypePropsToRuntimeProps<T> = {
18
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
19
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
20
+ } : {
21
+ type: import('vue').PropType<T[K]>;
22
+ required: true;
23
+ };
24
+ };
@@ -1,53 +1,11 @@
1
- export type FormItems = 'name' | 'firstName' | 'surname' | 'address' | 'city';
1
+ export type FormItems = 'name' | 'firstName' | 'lastName' | 'address' | 'city';
2
2
  export interface Props {
3
3
  modelValue?: string | null;
4
4
  field?: FormItems;
5
5
  label?: string;
6
6
  required?: boolean;
7
7
  }
8
- declare const _default: {
9
- new (...args: any[]): {
10
- $: import("vue").ComponentInternalInstance;
11
- $data: {};
12
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & 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: string, ...args: any[]) => void;
25
- $el: any;
26
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, 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<{}> & {} & import("vue").ComponentCustomProperties & {};
47
- __isFragment?: undefined;
48
- __isTeleport?: undefined;
49
- __isSuspense?: undefined;
50
- } & 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;
8
+ 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>>>, {}>;
51
9
  export default _default;
52
10
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
53
11
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,57 +1,13 @@
1
- export type FormItems = 'name' | 'firstName' | 'surname' | 'address' | 'city' | 'postalCode';
1
+ export type FormItems = 'name' | 'firstName' | 'lastName' | 'address' | 'city' | 'postalCode';
2
2
  export interface Props {
3
3
  modelValue?: string;
4
4
  label?: string;
5
5
  field?: FormItems;
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>>> & 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: string, ...args: any[]) => void;
24
- $el: any;
25
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, 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<{}> & {} & import("vue").ComponentCustomProperties & {};
46
- __isFragment?: undefined;
47
- __isTeleport?: undefined;
48
- __isSuspense?: undefined;
49
- } & 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 & (new () => {
50
- $slots: {
51
- avatar: (_: {}) => any;
52
- side: (_: {}) => any;
53
- };
54
- });
7
+ declare const _default: __VLS_WithTemplateSlots<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>>>, {}>, {
8
+ avatar?(_: {}): any;
9
+ side?(_: {}): any;
10
+ }>;
55
11
  export default _default;
56
12
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
57
13
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -62,3 +18,8 @@ type __VLS_TypePropsToRuntimeProps<T> = {
62
18
  required: true;
63
19
  };
64
20
  };
21
+ type __VLS_WithTemplateSlots<T, S> = T & {
22
+ new (): {
23
+ $slots: S;
24
+ };
25
+ };