@feedmepos/mf-common 1.5.0 → 1.6.1-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/App.vue.d.ts +3 -2
- package/dist/App.vue.d.ts.map +1 -0
- package/dist/api/index.d.ts +1 -0
- package/dist/api/index.d.ts.map +1 -0
- package/dist/app.d.ts +1 -0
- package/dist/app.d.ts.map +1 -0
- package/dist/app.js +194680 -46925
- package/dist/auth.d.ts +1 -0
- package/dist/auth.d.ts.map +1 -0
- package/dist/components/AllBusinessDialog.vue.d.ts +17 -0
- package/dist/components/AllBusinessDialog.vue.d.ts.map +1 -0
- package/dist/components/FeedmeLogo.vue.d.ts +2 -1
- package/dist/components/FeedmeLogo.vue.d.ts.map +1 -0
- package/dist/components/MyBusinessDialog.vue.d.ts +15 -0
- package/dist/components/MyBusinessDialog.vue.d.ts.map +1 -0
- package/dist/components/Portal/BusinessDialogMobile.vue.d.ts +17 -0
- package/dist/components/Portal/BusinessDialogMobile.vue.d.ts.map +1 -0
- package/dist/components/Portal/PortalDesktop.vue.d.ts +101 -0
- package/dist/components/Portal/PortalDesktop.vue.d.ts.map +1 -0
- package/dist/components/Portal/PortalMobile.vue.d.ts +102 -0
- package/dist/components/Portal/PortalMobile.vue.d.ts.map +1 -0
- package/dist/components/Portal/PortalTablet.vue.d.ts +101 -0
- package/dist/components/Portal/PortalTablet.vue.d.ts.map +1 -0
- package/dist/components/Portal/index.d.ts +21 -0
- package/dist/components/Portal/index.d.ts.map +1 -0
- package/dist/components/Portal/index.vue.d.ts +101 -0
- package/dist/components/Portal/index.vue.d.ts.map +1 -0
- package/dist/components/SelectCountryDialog.vue.d.ts +89 -0
- package/dist/components/SelectCountryDialog.vue.d.ts.map +1 -0
- package/dist/components/UserInfo/ProfileMenuItem.vue.d.ts +25 -0
- package/dist/components/UserInfo/ProfileMenuItem.vue.d.ts.map +1 -0
- package/dist/components/UserInfo/index.vue.d.ts +199 -0
- package/dist/components/UserInfo/index.vue.d.ts.map +1 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.d.ts.map +1 -0
- package/dist/store.d.ts +3927 -5914
- package/dist/store.d.ts.map +1 -0
- package/dist/style.css +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/vite-preset.d.ts +7 -1
- package/dist/vite-preset.d.ts.map +1 -0
- package/dist/vite-preset.js +66 -50
- package/package.json +6 -3
- package/dist/components/AllStoreDialog.vue.d.ts +0 -2
- package/dist/components/UserInfo.vue.d.ts +0 -183
package/dist/auth.d.ts
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../src/auth.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAC5B;AAED,qBAAa,UAAU;IACrB,MAAM,CAAC,QAAQ,EAAE,MAAM,CAAA;IACvB,MAAM,CAAC,OAAO,SAAiC;IAC/C,OAAO,CAAC,MAAM,CAAC,MAAM,CAAsB;IAC3C,OAAO,CAAC,MAAM,CAAC,wBAAwB,CAKjC;IACN,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAiC;IAExD,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,OAAO;IAIhC,OAAO,CAAC,MAAM,CAAC,eAAe;IA8B9B,MAAM,CAAC,UAAU,CAAC,QAAQ,EAAE,MAAM;IAyClC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,WAAW;IA4ChC,MAAM,CAAC,QAAQ,CAAC,KAAK,EAAE,MAAM;IAI7B,MAAM,CAAC,kBAAkB,CAAC,QAAQ,EAAE,CAAC,IAAI,EAAE,UAAU,GAAG,IAAI,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI;IAQ3F,MAAM,CAAC,OAAO;IASd,MAAM,CAAC,aAAa;IASpB,MAAM,KAAK,KAAK,kBAMf;WAEY,cAAc;WAgBd,YAAY;WA4BZ,aAAa,IAAI,OAAO,CAAC;QACpC,uCAAuC;QACvC,GAAG,EAAE,MAAM,CAAA;QACX,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,CAAA;KAClD,CAAC;CAYH"}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { type FmpBusiness } from '@/store';
|
2
|
+
interface Props {
|
3
|
+
close: () => void;
|
4
|
+
selectBusiness: (business: FmpBusiness) => void;
|
5
|
+
}
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
|
7
|
+
export default _default;
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
+
} : {
|
13
|
+
type: import('vue').PropType<T[K]>;
|
14
|
+
required: true;
|
15
|
+
};
|
16
|
+
};
|
17
|
+
//# sourceMappingURL=AllBusinessDialog.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"AllBusinessDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/AllBusinessDialog.vue.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,WAAW,EAAgB,MAAM,SAAS,CAAA;AAIxD,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,IAAI,CAAA;IACjB,cAAc,EAAE,CAAC,QAAQ,EAAE,WAAW,KAAK,IAAI,CAAA;CAChD;;AAoQD,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
@@ -1,2 +1,3 @@
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
2
2
|
export default _default;
|
3
|
+
//# sourceMappingURL=FeedmeLogo.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"FeedmeLogo.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FeedmeLogo.vue.js"],"names":[],"mappings":""}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
interface Props {
|
2
|
+
modelValue: boolean;
|
3
|
+
}
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
|
5
|
+
export default _default;
|
6
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
7
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
8
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
9
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
10
|
+
} : {
|
11
|
+
type: import('vue').PropType<T[K]>;
|
12
|
+
required: true;
|
13
|
+
};
|
14
|
+
};
|
15
|
+
//# sourceMappingURL=MyBusinessDialog.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"MyBusinessDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/MyBusinessDialog.vue.ts"],"names":[],"mappings":"AAQA,UAAU,KAAK;IACb,UAAU,EAAE,OAAO,CAAA;CACpB;;AA8SD,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { type FmpBusiness } from '@/store';
|
2
|
+
interface Props {
|
3
|
+
modelValue: boolean;
|
4
|
+
selectBusiness: (business: FmpBusiness) => void;
|
5
|
+
}
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
|
7
|
+
export default _default;
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
9
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
10
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
11
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
12
|
+
} : {
|
13
|
+
type: import('vue').PropType<T[K]>;
|
14
|
+
required: true;
|
15
|
+
};
|
16
|
+
};
|
17
|
+
//# sourceMappingURL=BusinessDialogMobile.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"BusinessDialogMobile.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/BusinessDialogMobile.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,WAAW,EAAgB,MAAM,SAAS,CAAA;AAIxD,UAAU,KAAK;IACb,UAAU,EAAE,OAAO,CAAA;IACnB,cAAc,EAAE,CAAC,QAAQ,EAAE,WAAW,KAAK,IAAI,CAAA;CAChD;;AA2aD,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
@@ -0,0 +1,101 @@
|
|
1
|
+
import { type PortalProps } from './index';
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PortalProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
|
+
login: () => void;
|
4
|
+
logout: () => void;
|
5
|
+
"select-business": (business: import("../../store").FmpBusiness) => void;
|
6
|
+
"select-country": (country: {
|
7
|
+
taxLevel?: number | null | undefined;
|
8
|
+
code: string;
|
9
|
+
name: string;
|
10
|
+
currency: {
|
11
|
+
symbol: string;
|
12
|
+
code: string;
|
13
|
+
precision: number;
|
14
|
+
format: string;
|
15
|
+
};
|
16
|
+
roundingOptions: {
|
17
|
+
amount: number;
|
18
|
+
precision: number;
|
19
|
+
}[];
|
20
|
+
taxSystems: {
|
21
|
+
code: string;
|
22
|
+
name: string;
|
23
|
+
variants: {
|
24
|
+
default?: boolean | null | undefined;
|
25
|
+
rateByTime?: {
|
26
|
+
rate: {
|
27
|
+
amount: number;
|
28
|
+
precision: number;
|
29
|
+
};
|
30
|
+
startDate: string;
|
31
|
+
}[] | null | undefined;
|
32
|
+
code: string;
|
33
|
+
name: string;
|
34
|
+
rate: {
|
35
|
+
amount: number;
|
36
|
+
precision: number;
|
37
|
+
};
|
38
|
+
}[];
|
39
|
+
}[];
|
40
|
+
}) => void;
|
41
|
+
"update:dropdownOpened": (value: boolean) => void;
|
42
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>> & {
|
43
|
+
"onSelect-country"?: ((country: {
|
44
|
+
taxLevel?: number | null | undefined;
|
45
|
+
code: string;
|
46
|
+
name: string;
|
47
|
+
currency: {
|
48
|
+
symbol: string;
|
49
|
+
code: string;
|
50
|
+
precision: number;
|
51
|
+
format: string;
|
52
|
+
};
|
53
|
+
roundingOptions: {
|
54
|
+
amount: number;
|
55
|
+
precision: number;
|
56
|
+
}[];
|
57
|
+
taxSystems: {
|
58
|
+
code: string;
|
59
|
+
name: string;
|
60
|
+
variants: {
|
61
|
+
default?: boolean | null | undefined;
|
62
|
+
rateByTime?: {
|
63
|
+
rate: {
|
64
|
+
amount: number;
|
65
|
+
precision: number;
|
66
|
+
};
|
67
|
+
startDate: string;
|
68
|
+
}[] | null | undefined;
|
69
|
+
code: string;
|
70
|
+
name: string;
|
71
|
+
rate: {
|
72
|
+
amount: number;
|
73
|
+
precision: number;
|
74
|
+
};
|
75
|
+
}[];
|
76
|
+
}[];
|
77
|
+
}) => any) | undefined;
|
78
|
+
onLogin?: (() => any) | undefined;
|
79
|
+
onLogout?: (() => any) | undefined;
|
80
|
+
"onSelect-business"?: ((business: import("../../store").FmpBusiness) => any) | undefined;
|
81
|
+
"onUpdate:dropdownOpened"?: ((value: boolean) => any) | undefined;
|
82
|
+
}, {}, {}>, {
|
83
|
+
sidebar?(_: {}): any;
|
84
|
+
default?(_: {}): any;
|
85
|
+
}>;
|
86
|
+
export default _default;
|
87
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
88
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
89
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
90
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
91
|
+
} : {
|
92
|
+
type: import('vue').PropType<T[K]>;
|
93
|
+
required: true;
|
94
|
+
};
|
95
|
+
};
|
96
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
97
|
+
new (): {
|
98
|
+
$slots: S;
|
99
|
+
};
|
100
|
+
};
|
101
|
+
//# sourceMappingURL=PortalDesktop.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"PortalDesktop.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalDesktop.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAAqB,KAAK,WAAW,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqb7D,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
@@ -0,0 +1,102 @@
|
|
1
|
+
import type { PortalProps } from '@/components/Portal/index';
|
2
|
+
import type { FmpBusiness } from '@/store';
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PortalProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
4
|
+
login: () => void;
|
5
|
+
logout: () => void;
|
6
|
+
"select-business": (business: FmpBusiness) => void;
|
7
|
+
"select-country": (country: {
|
8
|
+
taxLevel?: number | null | undefined;
|
9
|
+
code: string;
|
10
|
+
name: string;
|
11
|
+
currency: {
|
12
|
+
symbol: string;
|
13
|
+
code: string;
|
14
|
+
precision: number;
|
15
|
+
format: string;
|
16
|
+
};
|
17
|
+
roundingOptions: {
|
18
|
+
amount: number;
|
19
|
+
precision: number;
|
20
|
+
}[];
|
21
|
+
taxSystems: {
|
22
|
+
code: string;
|
23
|
+
name: string;
|
24
|
+
variants: {
|
25
|
+
default?: boolean | null | undefined;
|
26
|
+
rateByTime?: {
|
27
|
+
rate: {
|
28
|
+
amount: number;
|
29
|
+
precision: number;
|
30
|
+
};
|
31
|
+
startDate: string;
|
32
|
+
}[] | null | undefined;
|
33
|
+
code: string;
|
34
|
+
name: string;
|
35
|
+
rate: {
|
36
|
+
amount: number;
|
37
|
+
precision: number;
|
38
|
+
};
|
39
|
+
}[];
|
40
|
+
}[];
|
41
|
+
}) => void;
|
42
|
+
"update:dropdownOpened": (value: boolean) => void;
|
43
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>> & {
|
44
|
+
"onSelect-country"?: ((country: {
|
45
|
+
taxLevel?: number | null | undefined;
|
46
|
+
code: string;
|
47
|
+
name: string;
|
48
|
+
currency: {
|
49
|
+
symbol: string;
|
50
|
+
code: string;
|
51
|
+
precision: number;
|
52
|
+
format: string;
|
53
|
+
};
|
54
|
+
roundingOptions: {
|
55
|
+
amount: number;
|
56
|
+
precision: number;
|
57
|
+
}[];
|
58
|
+
taxSystems: {
|
59
|
+
code: string;
|
60
|
+
name: string;
|
61
|
+
variants: {
|
62
|
+
default?: boolean | null | undefined;
|
63
|
+
rateByTime?: {
|
64
|
+
rate: {
|
65
|
+
amount: number;
|
66
|
+
precision: number;
|
67
|
+
};
|
68
|
+
startDate: string;
|
69
|
+
}[] | null | undefined;
|
70
|
+
code: string;
|
71
|
+
name: string;
|
72
|
+
rate: {
|
73
|
+
amount: number;
|
74
|
+
precision: number;
|
75
|
+
};
|
76
|
+
}[];
|
77
|
+
}[];
|
78
|
+
}) => any) | undefined;
|
79
|
+
onLogin?: (() => any) | undefined;
|
80
|
+
onLogout?: (() => any) | undefined;
|
81
|
+
"onSelect-business"?: ((business: FmpBusiness) => any) | undefined;
|
82
|
+
"onUpdate:dropdownOpened"?: ((value: boolean) => any) | undefined;
|
83
|
+
}, {}, {}>, {
|
84
|
+
sidebar?(_: {}): any;
|
85
|
+
default?(_: {}): any;
|
86
|
+
}>;
|
87
|
+
export default _default;
|
88
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
89
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
90
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
91
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
92
|
+
} : {
|
93
|
+
type: import('vue').PropType<T[K]>;
|
94
|
+
required: true;
|
95
|
+
};
|
96
|
+
};
|
97
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
98
|
+
new (): {
|
99
|
+
$slots: S;
|
100
|
+
};
|
101
|
+
};
|
102
|
+
//# sourceMappingURL=PortalMobile.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"PortalMobile.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalMobile.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,2BAA2B,CAAA;AAI1E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0iC1C,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
@@ -0,0 +1,101 @@
|
|
1
|
+
import type { PortalProps } from '@/components/Portal/index';
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PortalProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
|
+
login: () => void;
|
4
|
+
logout: () => void;
|
5
|
+
"select-business": (business: import("../../store").FmpBusiness) => void;
|
6
|
+
"select-country": (country: {
|
7
|
+
taxLevel?: number | null | undefined;
|
8
|
+
code: string;
|
9
|
+
name: string;
|
10
|
+
currency: {
|
11
|
+
symbol: string;
|
12
|
+
code: string;
|
13
|
+
precision: number;
|
14
|
+
format: string;
|
15
|
+
};
|
16
|
+
roundingOptions: {
|
17
|
+
amount: number;
|
18
|
+
precision: number;
|
19
|
+
}[];
|
20
|
+
taxSystems: {
|
21
|
+
code: string;
|
22
|
+
name: string;
|
23
|
+
variants: {
|
24
|
+
default?: boolean | null | undefined;
|
25
|
+
rateByTime?: {
|
26
|
+
rate: {
|
27
|
+
amount: number;
|
28
|
+
precision: number;
|
29
|
+
};
|
30
|
+
startDate: string;
|
31
|
+
}[] | null | undefined;
|
32
|
+
code: string;
|
33
|
+
name: string;
|
34
|
+
rate: {
|
35
|
+
amount: number;
|
36
|
+
precision: number;
|
37
|
+
};
|
38
|
+
}[];
|
39
|
+
}[];
|
40
|
+
}) => void;
|
41
|
+
"update:dropdownOpened": (value: boolean) => void;
|
42
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>> & {
|
43
|
+
"onSelect-country"?: ((country: {
|
44
|
+
taxLevel?: number | null | undefined;
|
45
|
+
code: string;
|
46
|
+
name: string;
|
47
|
+
currency: {
|
48
|
+
symbol: string;
|
49
|
+
code: string;
|
50
|
+
precision: number;
|
51
|
+
format: string;
|
52
|
+
};
|
53
|
+
roundingOptions: {
|
54
|
+
amount: number;
|
55
|
+
precision: number;
|
56
|
+
}[];
|
57
|
+
taxSystems: {
|
58
|
+
code: string;
|
59
|
+
name: string;
|
60
|
+
variants: {
|
61
|
+
default?: boolean | null | undefined;
|
62
|
+
rateByTime?: {
|
63
|
+
rate: {
|
64
|
+
amount: number;
|
65
|
+
precision: number;
|
66
|
+
};
|
67
|
+
startDate: string;
|
68
|
+
}[] | null | undefined;
|
69
|
+
code: string;
|
70
|
+
name: string;
|
71
|
+
rate: {
|
72
|
+
amount: number;
|
73
|
+
precision: number;
|
74
|
+
};
|
75
|
+
}[];
|
76
|
+
}[];
|
77
|
+
}) => any) | undefined;
|
78
|
+
onLogin?: (() => any) | undefined;
|
79
|
+
onLogout?: (() => any) | undefined;
|
80
|
+
"onSelect-business"?: ((business: import("../../store").FmpBusiness) => any) | undefined;
|
81
|
+
"onUpdate:dropdownOpened"?: ((value: boolean) => any) | undefined;
|
82
|
+
}, {}, {}>, {
|
83
|
+
default?(_: {}): any;
|
84
|
+
sidebar?(_: {}): any;
|
85
|
+
}>;
|
86
|
+
export default _default;
|
87
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
88
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
89
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
90
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
91
|
+
} : {
|
92
|
+
type: import('vue').PropType<T[K]>;
|
93
|
+
required: true;
|
94
|
+
};
|
95
|
+
};
|
96
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
97
|
+
new (): {
|
98
|
+
$slots: S;
|
99
|
+
};
|
100
|
+
};
|
101
|
+
//# sourceMappingURL=PortalTablet.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"PortalTablet.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalTablet.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,2BAA2B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2hB1E,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import { type FmpBusiness, type PortalApp } from '@/store';
|
2
|
+
import type { FdoCountry } from '@feedmepos/core/entity';
|
3
|
+
import type { FeedMeUser } from '@/auth';
|
4
|
+
export interface PortalProps {
|
5
|
+
dropdownOpened: boolean;
|
6
|
+
apps: PortalApp[];
|
7
|
+
currentApp: PortalApp | undefined;
|
8
|
+
businesses: FmpBusiness[];
|
9
|
+
currentBusiness: FmpBusiness | undefined;
|
10
|
+
countries: FdoCountry[];
|
11
|
+
currentCountry: string | undefined;
|
12
|
+
user: FeedMeUser | null;
|
13
|
+
}
|
14
|
+
export interface PortalEvents {
|
15
|
+
(event: 'login'): void;
|
16
|
+
(event: 'logout'): void;
|
17
|
+
(event: 'select-business', business: FmpBusiness): void;
|
18
|
+
(event: 'select-country', country: FdoCountry): void;
|
19
|
+
(event: 'update:dropdownOpened', value: boolean): void;
|
20
|
+
}
|
21
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,SAAS,EAAE,MAAM,SAAS,CAAA;AAC1D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AACxD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAExC,MAAM,WAAW,WAAW;IAC1B,cAAc,EAAE,OAAO,CAAA;IACvB,IAAI,EAAE,SAAS,EAAE,CAAA;IACjB,UAAU,EAAE,SAAS,GAAG,SAAS,CAAA;IACjC,UAAU,EAAE,WAAW,EAAE,CAAA;IACzB,eAAe,EAAE,WAAW,GAAG,SAAS,CAAA;IACxC,SAAS,EAAE,UAAU,EAAE,CAAA;IACvB,cAAc,EAAE,MAAM,GAAG,SAAS,CAAA;IAClC,IAAI,EAAE,UAAU,GAAG,IAAI,CAAA;CACxB;AAED,MAAM,WAAW,YAAY;IAC3B,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAA;IAEtB,CAAC,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAA;IAEvB,CAAC,KAAK,EAAE,iBAAiB,EAAE,QAAQ,EAAE,WAAW,GAAG,IAAI,CAAA;IAEvD,CAAC,KAAK,EAAE,gBAAgB,EAAE,OAAO,EAAE,UAAU,GAAG,IAAI,CAAA;IAEpD,CAAC,KAAK,EAAE,uBAAuB,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAA;CACvD"}
|
@@ -0,0 +1,101 @@
|
|
1
|
+
import type { PortalProps } from '@/components/Portal/index';
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PortalProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
|
+
login: () => void;
|
4
|
+
logout: () => void;
|
5
|
+
"select-business": (business: import("../../store").FmpBusiness) => void;
|
6
|
+
"select-country": (country: {
|
7
|
+
taxLevel?: number | null | undefined;
|
8
|
+
code: string;
|
9
|
+
name: string;
|
10
|
+
currency: {
|
11
|
+
symbol: string;
|
12
|
+
code: string;
|
13
|
+
precision: number;
|
14
|
+
format: string;
|
15
|
+
};
|
16
|
+
roundingOptions: {
|
17
|
+
amount: number;
|
18
|
+
precision: number;
|
19
|
+
}[];
|
20
|
+
taxSystems: {
|
21
|
+
code: string;
|
22
|
+
name: string;
|
23
|
+
variants: {
|
24
|
+
default?: boolean | null | undefined;
|
25
|
+
rateByTime?: {
|
26
|
+
rate: {
|
27
|
+
amount: number;
|
28
|
+
precision: number;
|
29
|
+
};
|
30
|
+
startDate: string;
|
31
|
+
}[] | null | undefined;
|
32
|
+
code: string;
|
33
|
+
name: string;
|
34
|
+
rate: {
|
35
|
+
amount: number;
|
36
|
+
precision: number;
|
37
|
+
};
|
38
|
+
}[];
|
39
|
+
}[];
|
40
|
+
}) => void;
|
41
|
+
"update:dropdownOpened": (value: boolean) => void;
|
42
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>> & {
|
43
|
+
"onSelect-country"?: ((country: {
|
44
|
+
taxLevel?: number | null | undefined;
|
45
|
+
code: string;
|
46
|
+
name: string;
|
47
|
+
currency: {
|
48
|
+
symbol: string;
|
49
|
+
code: string;
|
50
|
+
precision: number;
|
51
|
+
format: string;
|
52
|
+
};
|
53
|
+
roundingOptions: {
|
54
|
+
amount: number;
|
55
|
+
precision: number;
|
56
|
+
}[];
|
57
|
+
taxSystems: {
|
58
|
+
code: string;
|
59
|
+
name: string;
|
60
|
+
variants: {
|
61
|
+
default?: boolean | null | undefined;
|
62
|
+
rateByTime?: {
|
63
|
+
rate: {
|
64
|
+
amount: number;
|
65
|
+
precision: number;
|
66
|
+
};
|
67
|
+
startDate: string;
|
68
|
+
}[] | null | undefined;
|
69
|
+
code: string;
|
70
|
+
name: string;
|
71
|
+
rate: {
|
72
|
+
amount: number;
|
73
|
+
precision: number;
|
74
|
+
};
|
75
|
+
}[];
|
76
|
+
}[];
|
77
|
+
}) => any) | undefined;
|
78
|
+
onLogin?: (() => any) | undefined;
|
79
|
+
onLogout?: (() => any) | undefined;
|
80
|
+
"onSelect-business"?: ((business: import("../../store").FmpBusiness) => any) | undefined;
|
81
|
+
"onUpdate:dropdownOpened"?: ((value: boolean) => any) | undefined;
|
82
|
+
}, {}, {}>, {
|
83
|
+
sidebar?(_: {}): any;
|
84
|
+
default?(_: {}): any;
|
85
|
+
}>;
|
86
|
+
export default _default;
|
87
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
88
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
89
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
90
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
91
|
+
} : {
|
92
|
+
type: import('vue').PropType<T[K]>;
|
93
|
+
required: true;
|
94
|
+
};
|
95
|
+
};
|
96
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
97
|
+
new (): {
|
98
|
+
$slots: S;
|
99
|
+
};
|
100
|
+
};
|
101
|
+
//# sourceMappingURL=index.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/index.vue.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,2BAA2B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsP1E,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
@@ -0,0 +1,89 @@
|
|
1
|
+
import type { FdoCountry } from '@feedmepos/core/entity';
|
2
|
+
interface Props {
|
3
|
+
currentCountry: string | undefined;
|
4
|
+
countries: FdoCountry[];
|
5
|
+
}
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
7
|
+
"select-country": (country: {
|
8
|
+
taxLevel?: number | null | undefined;
|
9
|
+
code: string;
|
10
|
+
name: string;
|
11
|
+
currency: {
|
12
|
+
symbol: string;
|
13
|
+
code: string;
|
14
|
+
precision: number;
|
15
|
+
format: string;
|
16
|
+
};
|
17
|
+
roundingOptions: {
|
18
|
+
amount: number;
|
19
|
+
precision: number;
|
20
|
+
}[];
|
21
|
+
taxSystems: {
|
22
|
+
code: string;
|
23
|
+
name: string;
|
24
|
+
variants: {
|
25
|
+
default?: boolean | null | undefined;
|
26
|
+
rateByTime?: {
|
27
|
+
rate: {
|
28
|
+
amount: number;
|
29
|
+
precision: number;
|
30
|
+
};
|
31
|
+
startDate: string;
|
32
|
+
}[] | null | undefined;
|
33
|
+
code: string;
|
34
|
+
name: string;
|
35
|
+
rate: {
|
36
|
+
amount: number;
|
37
|
+
precision: number;
|
38
|
+
};
|
39
|
+
}[];
|
40
|
+
}[];
|
41
|
+
}) => void;
|
42
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
43
|
+
"onSelect-country"?: ((country: {
|
44
|
+
taxLevel?: number | null | undefined;
|
45
|
+
code: string;
|
46
|
+
name: string;
|
47
|
+
currency: {
|
48
|
+
symbol: string;
|
49
|
+
code: string;
|
50
|
+
precision: number;
|
51
|
+
format: string;
|
52
|
+
};
|
53
|
+
roundingOptions: {
|
54
|
+
amount: number;
|
55
|
+
precision: number;
|
56
|
+
}[];
|
57
|
+
taxSystems: {
|
58
|
+
code: string;
|
59
|
+
name: string;
|
60
|
+
variants: {
|
61
|
+
default?: boolean | null | undefined;
|
62
|
+
rateByTime?: {
|
63
|
+
rate: {
|
64
|
+
amount: number;
|
65
|
+
precision: number;
|
66
|
+
};
|
67
|
+
startDate: string;
|
68
|
+
}[] | null | undefined;
|
69
|
+
code: string;
|
70
|
+
name: string;
|
71
|
+
rate: {
|
72
|
+
amount: number;
|
73
|
+
precision: number;
|
74
|
+
};
|
75
|
+
}[];
|
76
|
+
}[];
|
77
|
+
}) => any) | undefined;
|
78
|
+
}, {}, {}>;
|
79
|
+
export default _default;
|
80
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
81
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
82
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
83
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
84
|
+
} : {
|
85
|
+
type: import('vue').PropType<T[K]>;
|
86
|
+
required: true;
|
87
|
+
};
|
88
|
+
};
|
89
|
+
//# sourceMappingURL=SelectCountryDialog.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"SelectCountryDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SelectCountryDialog.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AAQxD,UAAU,KAAK;IACb,cAAc,EAAE,MAAM,GAAG,SAAS,CAAA;IAClC,SAAS,EAAE,UAAU,EAAE,CAAA;CACxB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyPD,wBAOG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
interface Props {
|
2
|
+
title?: string;
|
3
|
+
subtitle?: string;
|
4
|
+
perpendIcon?: string;
|
5
|
+
appendIcon?: string;
|
6
|
+
}
|
7
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
|
8
|
+
"title-slot"?(_: {}): any;
|
9
|
+
}>;
|
10
|
+
export default _default;
|
11
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
12
|
+
type __VLS_TypePropsToRuntimeProps<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
|
+
};
|
20
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
21
|
+
new (): {
|
22
|
+
$slots: S;
|
23
|
+
};
|
24
|
+
};
|
25
|
+
//# sourceMappingURL=ProfileMenuItem.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ProfileMenuItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/UserInfo/ProfileMenuItem.vue.ts"],"names":[],"mappings":"AAIA,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB;;;;AA0ID,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|