@simsustech/quasar-components 0.10.3 → 0.10.5
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 +13 -0
- package/dist/{QSubmitButton.vue_vue_type_script_setup_true_lang-DWleuHVF.js → QSubmitButton.vue_vue_type_script_setup_true_lang-D133pxTB.js} +3 -9
- package/dist/authentication.js +34 -66
- package/dist/{en-US-BEeILC7o.js → en-US-BQLrPvIP.js} +2 -7
- package/dist/flags.js +1 -1
- package/dist/form.js +39 -46
- package/dist/general.js +6 -10
- package/dist/types/ui/authentication/AccountsTable.vue.d.ts +59 -0
- package/dist/types/ui/authentication/ConsentList.vue.d.ts +11 -12
- package/dist/types/ui/authentication/EmailChangeForm.vue.d.ts +21 -16
- package/dist/types/ui/authentication/EmailChangeStepper.vue.d.ts +25 -18
- package/dist/types/ui/authentication/LoginButton.vue.d.ts +1 -10
- package/dist/types/ui/authentication/LoginForm.vue.d.ts +31 -20
- package/dist/types/ui/authentication/OtpInput.vue.d.ts +5 -14
- package/dist/types/ui/authentication/PasswordChangeForm.vue.d.ts +21 -36
- package/dist/types/ui/authentication/PasswordChangeStepper.vue.d.ts +19 -20
- package/dist/types/ui/authentication/RegisterForm.vue.d.ts +39 -44
- package/dist/types/ui/authentication/RequestOtpForm.vue.d.ts +18 -17
- package/dist/types/ui/authentication/UserMenuButton.vue.d.ts +7 -16
- package/dist/types/ui/authentication/VerificationSlider.vue.d.ts +7 -16
- package/dist/types/ui/authentication/lang/index.d.ts +108 -0
- package/dist/types/ui/flags/lang/index.d.ts +130 -0
- package/dist/types/ui/form/BooleanItem.vue.d.ts +1 -10
- package/dist/types/ui/form/BooleanSelect.vue.d.ts +3 -12
- package/dist/types/ui/form/CronScheduleInput.vue.d.ts +4 -13
- package/dist/types/ui/form/CurrencySelect.vue.d.ts +3 -12
- package/dist/types/ui/form/DateInput.vue.d.ts +6 -33
- package/dist/types/ui/form/DatePicker.vue.d.ts +16 -25
- package/dist/types/ui/form/EmailInput.vue.d.ts +8 -17
- package/dist/types/ui/form/FilteredModelSelect.vue.d.ts +21 -77
- package/dist/types/ui/form/FormInput.vue.d.ts +11 -8
- package/dist/types/ui/form/FormItem.vue.d.ts +11 -13
- package/dist/types/ui/form/GenderItem.vue.d.ts +1 -10
- package/dist/types/ui/form/GenderSelect.vue.d.ts +3 -12
- package/dist/types/ui/form/LocaleSelect.vue.d.ts +1 -10
- package/dist/types/ui/form/PostalCodeInput.vue.d.ts +3 -12
- package/dist/types/ui/form/TelephoneNumberInput.vue.d.ts +3 -12
- package/dist/types/ui/form/lang/index.d.ts +71 -0
- package/dist/types/ui/general/QDrawerList.vue.d.ts +10 -3
- package/dist/types/ui/general/QLanguageSelect.vue.d.ts +1 -10
- package/dist/types/ui/general/QStyledCard.vue.d.ts +4 -13
- package/dist/types/ui/general/QStyledLayout.vue.d.ts +4 -13
- package/dist/types/ui/general/QSubmitButton.vue.d.ts +8 -33
- package/dist/types/ui/general/ResourcePage.vue.d.ts +7 -16
- package/dist/types/ui/general/ResponsiveDialog.vue.d.ts +14 -15
- package/dist/types/ui/general/lang/index.d.ts +6 -0
- package/dist/vite-plugin.js +2 -2
- package/package.json +24 -24
- package/src/ui/authentication/AccountsTable.vue +5 -6
- package/src/ui/form/EmailInput.vue +6 -0
- package/src/ui/form/FilteredModelSelect.vue +4 -11
- package/src/ui/form/FormInput.vue +5 -1
|
@@ -1,59 +1,33 @@
|
|
|
1
1
|
declare const _default: <T extends {
|
|
2
|
-
[key: string]: unknown;
|
|
3
2
|
id: number;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
done: (success?: boolean) => void;
|
|
9
|
-
}) => any) | undefined;
|
|
10
|
-
"onUpdate:model-value"?: ((id: number) => any) | undefined;
|
|
11
|
-
modelValue?: number | number[] | null | undefined;
|
|
12
|
-
labelKey: string;
|
|
13
|
-
labelFunction?: ((option: unknown) => string) | undefined;
|
|
14
|
-
valueKey?: string | undefined;
|
|
15
|
-
extraFields?: string[] | undefined;
|
|
16
|
-
filteredOptions: T[];
|
|
17
|
-
required?: boolean | undefined;
|
|
18
|
-
multiple?: boolean | undefined;
|
|
19
|
-
label?: string | undefined;
|
|
20
|
-
hint?: string | undefined;
|
|
21
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
22
|
-
attrs: any;
|
|
23
|
-
emit: {
|
|
24
|
-
(e: 'update:model-value', id: number): void;
|
|
25
|
-
(e: 'filter', { ids, searchPhrase, done }: {
|
|
26
|
-
ids: number[];
|
|
27
|
-
searchPhrase: string;
|
|
28
|
-
done: (success?: boolean) => void;
|
|
29
|
-
}): void;
|
|
30
|
-
};
|
|
31
|
-
slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
|
|
32
|
-
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
33
|
-
props: {
|
|
34
|
-
onFilter?: ((args_0: {
|
|
3
|
+
[key: string]: unknown;
|
|
4
|
+
}>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
5
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
6
|
+
readonly onFilter?: ((args_0: {
|
|
35
7
|
ids: number[];
|
|
36
8
|
searchPhrase: string;
|
|
37
9
|
done: (success?: boolean) => void;
|
|
38
10
|
}) => any) | undefined;
|
|
39
|
-
"onUpdate:model-value"?: ((id: number) => any) | undefined;
|
|
40
|
-
|
|
11
|
+
readonly "onUpdate:model-value"?: ((id: number) => any) | undefined;
|
|
12
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onFilter" | "onUpdate:model-value"> & {
|
|
13
|
+
modelValue?: number | number[] | null;
|
|
41
14
|
labelKey: string;
|
|
42
|
-
labelFunction?: (
|
|
43
|
-
valueKey?: string
|
|
44
|
-
extraFields?: string[]
|
|
15
|
+
labelFunction?: (option: unknown) => string;
|
|
16
|
+
valueKey?: string;
|
|
17
|
+
extraFields?: string[];
|
|
45
18
|
filteredOptions: T[];
|
|
46
|
-
required?: boolean
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
19
|
+
required?: boolean;
|
|
20
|
+
onFilter?: unknown;
|
|
21
|
+
multiple?: boolean;
|
|
22
|
+
label?: string;
|
|
23
|
+
hint?: string;
|
|
24
|
+
}> & import("vue").PublicProps;
|
|
25
|
+
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
52
26
|
attrs: any;
|
|
53
27
|
slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
|
|
54
28
|
emit: {
|
|
55
|
-
(e:
|
|
56
|
-
(e:
|
|
29
|
+
(e: "update:model-value", id: number): void;
|
|
30
|
+
(e: "filter", { ids, searchPhrase, done }: {
|
|
57
31
|
ids: number[];
|
|
58
32
|
searchPhrase: string;
|
|
59
33
|
done: (success?: boolean) => void;
|
|
@@ -62,39 +36,9 @@ declare const _default: <T extends {
|
|
|
62
36
|
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
63
37
|
[key: string]: any;
|
|
64
38
|
}> & {
|
|
65
|
-
__ctx?:
|
|
66
|
-
props: {
|
|
67
|
-
onFilter?: ((args_0: {
|
|
68
|
-
ids: number[];
|
|
69
|
-
searchPhrase: string;
|
|
70
|
-
done: (success?: boolean) => void;
|
|
71
|
-
}) => any) | undefined;
|
|
72
|
-
"onUpdate:model-value"?: ((id: number) => any) | undefined;
|
|
73
|
-
modelValue?: number | number[] | null | undefined;
|
|
74
|
-
labelKey: string;
|
|
75
|
-
labelFunction?: ((option: unknown) => string) | undefined;
|
|
76
|
-
valueKey?: string | undefined;
|
|
77
|
-
extraFields?: string[] | undefined;
|
|
78
|
-
filteredOptions: T[];
|
|
79
|
-
required?: boolean | undefined;
|
|
80
|
-
multiple?: boolean | undefined;
|
|
81
|
-
label?: string | undefined;
|
|
82
|
-
hint?: string | undefined;
|
|
83
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
84
|
-
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
85
|
-
attrs: any;
|
|
86
|
-
slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
|
|
87
|
-
emit: {
|
|
88
|
-
(e: 'update:model-value', id: number): void;
|
|
89
|
-
(e: 'filter', { ids, searchPhrase, done }: {
|
|
90
|
-
ids: number[];
|
|
91
|
-
searchPhrase: string;
|
|
92
|
-
done: (success?: boolean) => void;
|
|
93
|
-
}): void;
|
|
94
|
-
};
|
|
95
|
-
} | undefined;
|
|
39
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
96
40
|
};
|
|
97
41
|
export default _default;
|
|
98
|
-
type
|
|
42
|
+
type __VLS_PrettifyLocal<T> = {
|
|
99
43
|
[K in keyof T]: T[K];
|
|
100
44
|
} & {};
|
|
@@ -5,14 +5,17 @@ export interface Props {
|
|
|
5
5
|
label?: string;
|
|
6
6
|
required?: boolean;
|
|
7
7
|
}
|
|
8
|
-
declare
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
|
|
10
|
+
refs: {};
|
|
11
|
+
attrs: Partial<{}>;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
9
16
|
export default _default;
|
|
10
|
-
type
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
|
-
} : {
|
|
15
|
-
type: import('vue').PropType<T[K]>;
|
|
16
|
-
required: true;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
17
20
|
};
|
|
18
21
|
};
|
|
@@ -4,22 +4,20 @@ export interface Props {
|
|
|
4
4
|
label?: string;
|
|
5
5
|
field?: FormItems;
|
|
6
6
|
}
|
|
7
|
-
declare
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
slots: {
|
|
9
|
+
avatar?(_: {}): any;
|
|
10
|
+
side?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
attrs: Partial<{}>;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
11
18
|
export default _default;
|
|
12
19
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
20
|
new (): {
|
|
14
21
|
$slots: S;
|
|
15
22
|
};
|
|
16
23
|
};
|
|
17
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
-
type __VLS_TypePropsToOption<T> = {
|
|
19
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
-
} : {
|
|
22
|
-
type: import('vue').PropType<T[K]>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
@@ -2,14 +2,5 @@ import type { Gender } from './GenderSelect.vue';
|
|
|
2
2
|
export interface Props {
|
|
3
3
|
modelValue: Gender;
|
|
4
4
|
}
|
|
5
|
-
declare const _default: import("vue").DefineComponent<
|
|
5
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
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
|
-
};
|
|
@@ -4,18 +4,9 @@ export interface Props {
|
|
|
4
4
|
disableOther?: boolean;
|
|
5
5
|
required?: boolean;
|
|
6
6
|
}
|
|
7
|
-
declare const _default: import("vue").DefineComponent<
|
|
7
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
8
|
"update:modelValue": (...args: any[]) => void;
|
|
9
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
10
10
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11
|
-
}, {}, {}>;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
export default _default;
|
|
13
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
|
-
type __VLS_TypePropsToOption<T> = {
|
|
15
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
16
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
17
|
-
} : {
|
|
18
|
-
type: import('vue').PropType<T[K]>;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
@@ -2,14 +2,5 @@ export interface Props {
|
|
|
2
2
|
modelValue?: string | null;
|
|
3
3
|
required?: boolean;
|
|
4
4
|
}
|
|
5
|
-
declare const _default: import("vue").DefineComponent<
|
|
5
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
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
|
-
};
|
|
@@ -4,18 +4,9 @@ export interface Props {
|
|
|
4
4
|
locale: PostalCodeLocales;
|
|
5
5
|
required?: boolean;
|
|
6
6
|
}
|
|
7
|
-
declare const _default: import("vue").DefineComponent<
|
|
7
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
8
|
"update:modelValue": (...args: any[]) => void;
|
|
9
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
10
10
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11
|
-
}, {}, {}>;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
export default _default;
|
|
13
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
|
-
type __VLS_TypePropsToOption<T> = {
|
|
15
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
16
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
17
|
-
} : {
|
|
18
|
-
type: import('vue').PropType<T[K]>;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
@@ -2,18 +2,9 @@ export interface Props {
|
|
|
2
2
|
modelValue: string;
|
|
3
3
|
required?: boolean;
|
|
4
4
|
}
|
|
5
|
-
declare const _default: import("vue").DefineComponent<
|
|
5
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
6
|
"update:modelValue": (...args: any[]) => void;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
8
8
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
9
|
-
}, {}, {}>;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
10
|
export default _default;
|
|
11
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
|
-
type __VLS_TypePropsToOption<T> = {
|
|
13
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
14
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
15
|
-
} : {
|
|
16
|
-
type: import('vue').PropType<T[K]>;
|
|
17
|
-
required: true;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
@@ -142,6 +142,77 @@ export declare const lang: Ref<{
|
|
|
142
142
|
invalidCron: string;
|
|
143
143
|
};
|
|
144
144
|
};
|
|
145
|
+
}, Language | {
|
|
146
|
+
isoName: string;
|
|
147
|
+
yes: string;
|
|
148
|
+
no: string;
|
|
149
|
+
selectMultiple: string;
|
|
150
|
+
buttons: {
|
|
151
|
+
close: string;
|
|
152
|
+
};
|
|
153
|
+
email: {
|
|
154
|
+
subject: string;
|
|
155
|
+
};
|
|
156
|
+
fields: {
|
|
157
|
+
name: string;
|
|
158
|
+
firstName: string;
|
|
159
|
+
lastName: string;
|
|
160
|
+
address: string;
|
|
161
|
+
postalCode: string;
|
|
162
|
+
city: string;
|
|
163
|
+
telephoneNumber: string;
|
|
164
|
+
};
|
|
165
|
+
validations: {
|
|
166
|
+
fieldRequired: string;
|
|
167
|
+
};
|
|
168
|
+
gender: {
|
|
169
|
+
gender: string;
|
|
170
|
+
male: string;
|
|
171
|
+
female: string;
|
|
172
|
+
other: string;
|
|
173
|
+
};
|
|
174
|
+
postalCode: {
|
|
175
|
+
postalCode: string;
|
|
176
|
+
validations: {
|
|
177
|
+
invalidPostalCode: string;
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
datePicker: {
|
|
181
|
+
date: string;
|
|
182
|
+
placeholder: string;
|
|
183
|
+
YYYY: string;
|
|
184
|
+
MM: string;
|
|
185
|
+
DD: string;
|
|
186
|
+
validations: {
|
|
187
|
+
unavailableRange: string;
|
|
188
|
+
};
|
|
189
|
+
};
|
|
190
|
+
currency: {
|
|
191
|
+
currency: string;
|
|
192
|
+
EUR: string;
|
|
193
|
+
USD: string;
|
|
194
|
+
};
|
|
195
|
+
locale: {
|
|
196
|
+
locale: string;
|
|
197
|
+
};
|
|
198
|
+
cron: {
|
|
199
|
+
name: string;
|
|
200
|
+
minute: string;
|
|
201
|
+
hour: string;
|
|
202
|
+
dayOfMonth: string;
|
|
203
|
+
month: string;
|
|
204
|
+
dayOfWeek: string;
|
|
205
|
+
every: {
|
|
206
|
+
minute: string;
|
|
207
|
+
hour: string;
|
|
208
|
+
dayOfMonth: string;
|
|
209
|
+
month: string;
|
|
210
|
+
dayOfWeek: string;
|
|
211
|
+
};
|
|
212
|
+
validations: {
|
|
213
|
+
invalidCron: string;
|
|
214
|
+
};
|
|
215
|
+
};
|
|
145
216
|
}>;
|
|
146
217
|
export declare const defineLang: (lang: Language) => Language;
|
|
147
218
|
export declare const useLang: () => Ref<Language>;
|
|
@@ -1,6 +1,13 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
}
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
4
11
|
export default _default;
|
|
5
12
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
13
|
new (): {
|
|
@@ -5,14 +5,5 @@ export interface Props {
|
|
|
5
5
|
default: QuasarLanguage;
|
|
6
6
|
}>>;
|
|
7
7
|
}
|
|
8
|
-
declare const _default: import("vue").DefineComponent<
|
|
8
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
9
|
export default _default;
|
|
10
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
-
type __VLS_TypePropsToOption<T> = {
|
|
12
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
|
-
} : {
|
|
15
|
-
type: import('vue').PropType<T[K]>;
|
|
16
|
-
required: true;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
@@ -2,10 +2,10 @@ import { QCardActionsProps } from 'quasar';
|
|
|
2
2
|
export interface Props {
|
|
3
3
|
actions?: QCardActionsProps;
|
|
4
4
|
}
|
|
5
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<
|
|
6
|
-
variables: import("vue").Ref<{}>;
|
|
7
|
-
functions: import("vue").Ref<{}>;
|
|
8
|
-
},
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Props, {
|
|
6
|
+
variables: import("vue").Ref<{}, {}>;
|
|
7
|
+
functions: import("vue").Ref<{}, {}>;
|
|
8
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
9
9
|
image?(_: {}): any;
|
|
10
10
|
title?(_: {}): any;
|
|
11
11
|
subtitle?(_: {}): any;
|
|
@@ -18,12 +18,3 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
18
18
|
$slots: S;
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
22
|
-
type __VLS_TypePropsToOption<T> = {
|
|
23
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
24
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
25
|
-
} : {
|
|
26
|
-
type: import('vue').PropType<T[K]>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export interface Props {
|
|
2
2
|
title: string;
|
|
3
3
|
}
|
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<
|
|
5
|
-
variables: import("vue").Ref<{}>;
|
|
6
|
-
functions: import("vue").Ref<{}>;
|
|
7
|
-
},
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Props, {
|
|
5
|
+
variables: import("vue").Ref<{}, {}>;
|
|
6
|
+
functions: import("vue").Ref<{}, {}>;
|
|
7
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
8
8
|
leftDrawerItems?(_: {}): any;
|
|
9
9
|
}>;
|
|
10
10
|
export default _default;
|
|
@@ -13,12 +13,3 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
13
13
|
$slots: S;
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
17
|
-
type __VLS_TypePropsToOption<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
|
-
};
|
|
@@ -5,51 +5,26 @@ export interface Props {
|
|
|
5
5
|
isNextButton?: boolean;
|
|
6
6
|
color?: string;
|
|
7
7
|
}
|
|
8
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<
|
|
9
|
-
type: string;
|
|
10
|
-
color: string;
|
|
11
|
-
loading: undefined;
|
|
12
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
13
9
|
submit: (args_0: {
|
|
14
|
-
value?: string
|
|
10
|
+
value?: string;
|
|
15
11
|
done: () => void;
|
|
16
|
-
}) =>
|
|
17
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
18
|
-
type: string;
|
|
19
|
-
color: string;
|
|
20
|
-
loading: undefined;
|
|
21
|
-
}>>> & {
|
|
12
|
+
}) => any;
|
|
13
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
22
14
|
onSubmit?: ((args_0: {
|
|
23
|
-
value?: string
|
|
15
|
+
value?: string;
|
|
24
16
|
done: () => void;
|
|
25
17
|
}) => any) | undefined;
|
|
26
|
-
}
|
|
27
|
-
type: "submit" | "
|
|
18
|
+
}>, {
|
|
19
|
+
type: "submit" | "send" | "next";
|
|
28
20
|
color: string;
|
|
29
21
|
loading: boolean;
|
|
30
|
-
}, {}>, {
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
31
23
|
default?(_: {}): any;
|
|
32
24
|
}>;
|
|
33
25
|
export default _default;
|
|
34
|
-
type __VLS_WithDefaults<P, D> = {
|
|
35
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
36
|
-
default: D[K];
|
|
37
|
-
}> : P[K];
|
|
38
|
-
};
|
|
39
|
-
type __VLS_Prettify<T> = {
|
|
40
|
-
[K in keyof T]: T[K];
|
|
41
|
-
} & {};
|
|
42
26
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
43
27
|
new (): {
|
|
44
28
|
$slots: S;
|
|
45
29
|
};
|
|
46
30
|
};
|
|
47
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
48
|
-
type __VLS_TypePropsToOption<T> = {
|
|
49
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
50
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
51
|
-
} : {
|
|
52
|
-
type: import('vue').PropType<T[K]>;
|
|
53
|
-
required: true;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
@@ -2,16 +2,16 @@ export interface Props {
|
|
|
2
2
|
type?: 'create' | 'update';
|
|
3
3
|
disabled?: boolean;
|
|
4
4
|
}
|
|
5
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<
|
|
6
|
-
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
6
|
+
update: (args_0: {
|
|
7
7
|
data?: unknown;
|
|
8
8
|
done: (success?: boolean) => void;
|
|
9
|
-
}) =>
|
|
10
|
-
|
|
9
|
+
}) => any;
|
|
10
|
+
create: (args_0: {
|
|
11
11
|
data?: unknown;
|
|
12
12
|
done: (success?: boolean) => void;
|
|
13
|
-
}) =>
|
|
14
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
13
|
+
}) => any;
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
15
15
|
onUpdate?: ((args_0: {
|
|
16
16
|
data?: unknown;
|
|
17
17
|
done: (success?: boolean) => void;
|
|
@@ -20,7 +20,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
20
20
|
data?: unknown;
|
|
21
21
|
done: (success?: boolean) => void;
|
|
22
22
|
}) => any) | undefined;
|
|
23
|
-
}, {}, {}>, {
|
|
23
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
24
24
|
default?(_: {}): any;
|
|
25
25
|
fab?(_: {}): any;
|
|
26
26
|
header?(_: {}): any;
|
|
@@ -32,12 +32,3 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
32
32
|
$slots: S;
|
|
33
33
|
};
|
|
34
34
|
};
|
|
35
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
|
-
type __VLS_TypePropsToOption<T> = {
|
|
37
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
-
} : {
|
|
40
|
-
type: import('vue').PropType<T[K]>;
|
|
41
|
-
required: true;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
@@ -2,22 +2,30 @@ export interface Props {
|
|
|
2
2
|
display?: boolean;
|
|
3
3
|
buttonType?: 'submit' | 'send';
|
|
4
4
|
}
|
|
5
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<
|
|
6
|
-
variables: import("vue").Ref<{}>;
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Props, {
|
|
6
|
+
variables: import("vue").Ref<{}, {}>;
|
|
7
7
|
functions: import("vue").Ref<{
|
|
8
8
|
open: () => void | undefined;
|
|
9
9
|
close: () => void | undefined;
|
|
10
10
|
toggle: () => void | undefined;
|
|
11
|
+
}, {
|
|
12
|
+
open: () => void | undefined;
|
|
13
|
+
close: () => void | undefined;
|
|
14
|
+
toggle: () => void | undefined;
|
|
15
|
+
} | {
|
|
16
|
+
open: () => void | undefined;
|
|
17
|
+
close: () => void | undefined;
|
|
18
|
+
toggle: () => void | undefined;
|
|
11
19
|
}>;
|
|
12
|
-
},
|
|
20
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
13
21
|
submit: (args_0: {
|
|
14
22
|
done: (success?: boolean) => void;
|
|
15
|
-
}) =>
|
|
16
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
23
|
+
}) => any;
|
|
24
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
17
25
|
onSubmit?: ((args_0: {
|
|
18
26
|
done: (success?: boolean) => void;
|
|
19
27
|
}) => any) | undefined;
|
|
20
|
-
}, {}, {}>, {
|
|
28
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
21
29
|
title?(_: {}): any;
|
|
22
30
|
default?(_: {}): any;
|
|
23
31
|
}>;
|
|
@@ -27,12 +35,3 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
27
35
|
$slots: S;
|
|
28
36
|
};
|
|
29
37
|
};
|
|
30
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
|
-
type __VLS_TypePropsToOption<T> = {
|
|
32
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
33
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
34
|
-
} : {
|
|
35
|
-
type: import('vue').PropType<T[K]>;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
@@ -12,6 +12,12 @@ export declare const lang: Ref<{
|
|
|
12
12
|
next: string;
|
|
13
13
|
back: string;
|
|
14
14
|
send: string;
|
|
15
|
+
}, Language | {
|
|
16
|
+
isoName: string;
|
|
17
|
+
submit: string;
|
|
18
|
+
next: string;
|
|
19
|
+
back: string;
|
|
20
|
+
send: string;
|
|
15
21
|
}>;
|
|
16
22
|
export declare const defineLang: (lang: Language) => Language;
|
|
17
23
|
export declare const useLang: () => Ref<Language>;
|
package/dist/vite-plugin.js
CHANGED
|
@@ -8,8 +8,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
10
|
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
11
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
12
|
-
return g =
|
|
11
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
12
|
+
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
13
13
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
14
14
|
function step(op) {
|
|
15
15
|
if (f) throw new TypeError("Generator is already executing.");
|