@feedmepos/mf-common 1.7.4-rc.4 → 1.7.5-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/app.js +14626 -14115
- package/dist/components/Portal/PortalDesktop.vue.d.ts +4 -4
- package/dist/components/Portal/PortalDesktop.vue.d.ts.map +1 -1
- package/dist/components/Portal/PortalMobile.vue.d.ts +4 -4
- package/dist/components/Portal/PortalMobile.vue.d.ts.map +1 -1
- package/dist/components/Portal/PortalTablet.vue.d.ts +4 -4
- package/dist/components/Portal/PortalTablet.vue.d.ts.map +1 -1
- package/dist/components/Portal/index.d.ts +1 -0
- package/dist/components/Portal/index.d.ts.map +1 -1
- package/dist/components/Portal/index.vue.d.ts +4 -4
- package/dist/components/SelectCountryDialog.vue.d.ts +4 -4
- package/dist/components/UserInfo/index.vue.d.ts +8 -8
- package/dist/store.d.ts +3944 -968
- package/dist/store.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +1 -1
@@ -5,14 +5,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
5
5
|
"select-business": (business: import("@/store").FmpBusiness, shouldReload: boolean) => void;
|
6
6
|
"select-country": (country: {
|
7
7
|
taxLevel?: number | null | undefined;
|
8
|
-
code: string;
|
9
|
-
name: string;
|
10
8
|
currency: {
|
11
9
|
symbol: string;
|
12
10
|
code: string;
|
13
11
|
precision: number;
|
14
12
|
format: string;
|
15
13
|
};
|
14
|
+
code: string;
|
15
|
+
name: string;
|
16
16
|
roundingOptions: {
|
17
17
|
amount: number;
|
18
18
|
precision: number;
|
@@ -43,14 +43,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
43
43
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>> & {
|
44
44
|
"onSelect-country"?: ((country: {
|
45
45
|
taxLevel?: number | null | undefined;
|
46
|
-
code: string;
|
47
|
-
name: string;
|
48
46
|
currency: {
|
49
47
|
symbol: string;
|
50
48
|
code: string;
|
51
49
|
precision: number;
|
52
50
|
format: string;
|
53
51
|
};
|
52
|
+
code: string;
|
53
|
+
name: string;
|
54
54
|
roundingOptions: {
|
55
55
|
amount: number;
|
56
56
|
precision: number;
|
@@ -1 +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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAge7D,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"}
|
@@ -6,14 +6,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
6
6
|
"select-business": (business: FmpBusiness, shouldReload: boolean) => void;
|
7
7
|
"select-country": (country: {
|
8
8
|
taxLevel?: number | null | undefined;
|
9
|
-
code: string;
|
10
|
-
name: string;
|
11
9
|
currency: {
|
12
10
|
symbol: string;
|
13
11
|
code: string;
|
14
12
|
precision: number;
|
15
13
|
format: string;
|
16
14
|
};
|
15
|
+
code: string;
|
16
|
+
name: string;
|
17
17
|
roundingOptions: {
|
18
18
|
amount: number;
|
19
19
|
precision: number;
|
@@ -44,14 +44,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
44
44
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>> & {
|
45
45
|
"onSelect-country"?: ((country: {
|
46
46
|
taxLevel?: number | null | undefined;
|
47
|
-
code: string;
|
48
|
-
name: string;
|
49
47
|
currency: {
|
50
48
|
symbol: string;
|
51
49
|
code: string;
|
52
50
|
precision: number;
|
53
51
|
format: string;
|
54
52
|
};
|
53
|
+
code: string;
|
54
|
+
name: string;
|
55
55
|
roundingOptions: {
|
56
56
|
amount: number;
|
57
57
|
precision: number;
|
@@ -1 +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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgjC1C,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"}
|
@@ -5,14 +5,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
5
5
|
"select-business": (business: import("../../store").FmpBusiness, shouldReload: boolean) => void;
|
6
6
|
"select-country": (country: {
|
7
7
|
taxLevel?: number | null | undefined;
|
8
|
-
code: string;
|
9
|
-
name: string;
|
10
8
|
currency: {
|
11
9
|
symbol: string;
|
12
10
|
code: string;
|
13
11
|
precision: number;
|
14
12
|
format: string;
|
15
13
|
};
|
14
|
+
code: string;
|
15
|
+
name: string;
|
16
16
|
roundingOptions: {
|
17
17
|
amount: number;
|
18
18
|
precision: number;
|
@@ -43,14 +43,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
43
43
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>> & {
|
44
44
|
"onSelect-country"?: ((country: {
|
45
45
|
taxLevel?: number | null | undefined;
|
46
|
-
code: string;
|
47
|
-
name: string;
|
48
46
|
currency: {
|
49
47
|
symbol: string;
|
50
48
|
code: string;
|
51
49
|
precision: number;
|
52
50
|
format: string;
|
53
51
|
};
|
52
|
+
code: string;
|
53
|
+
name: string;
|
54
54
|
roundingOptions: {
|
55
55
|
amount: number;
|
56
56
|
precision: number;
|
@@ -1 +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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8jB1E,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"}
|
@@ -1 +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,iBAAiB,CAAA;AAEjD,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;
|
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,iBAAiB,CAAA;AAEjD,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;IAEvB,UAAU,EAAE,OAAO,CAAA;CACpB;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,EAAE,YAAY,EAAE,OAAO,GAAG,IAAI,CAAA;IAE9E,CAAC,KAAK,EAAE,gBAAgB,EAAE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,OAAO,GAAG,IAAI,CAAA;IAE3E,CAAC,KAAK,EAAE,YAAY,EAAE,GAAG,EAAE,SAAS,GAAG,IAAI,CAAA;IAE3C,CAAC,KAAK,EAAE,uBAAuB,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAA;CACvD"}
|
@@ -5,14 +5,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
5
5
|
"select-business": (business: import("../../store").FmpBusiness, shouldReload: boolean) => void;
|
6
6
|
"select-country": (country: {
|
7
7
|
taxLevel?: number | null | undefined;
|
8
|
-
code: string;
|
9
|
-
name: string;
|
10
8
|
currency: {
|
11
9
|
symbol: string;
|
12
10
|
code: string;
|
13
11
|
precision: number;
|
14
12
|
format: string;
|
15
13
|
};
|
14
|
+
code: string;
|
15
|
+
name: string;
|
16
16
|
roundingOptions: {
|
17
17
|
amount: number;
|
18
18
|
precision: number;
|
@@ -43,14 +43,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
43
43
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>> & {
|
44
44
|
"onSelect-country"?: ((country: {
|
45
45
|
taxLevel?: number | null | undefined;
|
46
|
-
code: string;
|
47
|
-
name: string;
|
48
46
|
currency: {
|
49
47
|
symbol: string;
|
50
48
|
code: string;
|
51
49
|
precision: number;
|
52
50
|
format: string;
|
53
51
|
};
|
52
|
+
code: string;
|
53
|
+
name: string;
|
54
54
|
roundingOptions: {
|
55
55
|
amount: number;
|
56
56
|
precision: number;
|
@@ -6,14 +6,14 @@ interface Props {
|
|
6
6
|
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
7
7
|
"select-country": (country: {
|
8
8
|
taxLevel?: number | null | undefined;
|
9
|
-
code: string;
|
10
|
-
name: string;
|
11
9
|
currency: {
|
12
10
|
symbol: string;
|
13
11
|
code: string;
|
14
12
|
precision: number;
|
15
13
|
format: string;
|
16
14
|
};
|
15
|
+
code: string;
|
16
|
+
name: string;
|
17
17
|
roundingOptions: {
|
18
18
|
amount: number;
|
19
19
|
precision: number;
|
@@ -42,14 +42,14 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
42
42
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
43
43
|
"onSelect-country"?: ((country: {
|
44
44
|
taxLevel?: number | null | undefined;
|
45
|
-
code: string;
|
46
|
-
name: string;
|
47
45
|
currency: {
|
48
46
|
symbol: string;
|
49
47
|
code: string;
|
50
48
|
precision: number;
|
51
49
|
format: string;
|
52
50
|
};
|
51
|
+
code: string;
|
52
|
+
name: string;
|
53
53
|
roundingOptions: {
|
54
54
|
amount: number;
|
55
55
|
precision: number;
|
@@ -17,14 +17,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
17
17
|
countries: {
|
18
18
|
type: PropType<{
|
19
19
|
taxLevel?: number | null | undefined;
|
20
|
-
code: string;
|
21
|
-
name: string;
|
22
20
|
currency: {
|
23
21
|
symbol: string;
|
24
22
|
code: string;
|
25
23
|
precision: number;
|
26
24
|
format: string;
|
27
25
|
};
|
26
|
+
code: string;
|
27
|
+
name: string;
|
28
28
|
roundingOptions: {
|
29
29
|
amount: number;
|
30
30
|
precision: number;
|
@@ -62,14 +62,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
62
62
|
"select-business": (business: FmpBusiness, shouldReload: boolean) => void;
|
63
63
|
"select-country": (country: {
|
64
64
|
taxLevel?: number | null | undefined;
|
65
|
-
code: string;
|
66
|
-
name: string;
|
67
65
|
currency: {
|
68
66
|
symbol: string;
|
69
67
|
code: string;
|
70
68
|
precision: number;
|
71
69
|
format: string;
|
72
70
|
};
|
71
|
+
code: string;
|
72
|
+
name: string;
|
73
73
|
roundingOptions: {
|
74
74
|
amount: number;
|
75
75
|
precision: number;
|
@@ -113,14 +113,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
113
113
|
countries: {
|
114
114
|
type: PropType<{
|
115
115
|
taxLevel?: number | null | undefined;
|
116
|
-
code: string;
|
117
|
-
name: string;
|
118
116
|
currency: {
|
119
117
|
symbol: string;
|
120
118
|
code: string;
|
121
119
|
precision: number;
|
122
120
|
format: string;
|
123
121
|
};
|
122
|
+
code: string;
|
123
|
+
name: string;
|
124
124
|
roundingOptions: {
|
125
125
|
amount: number;
|
126
126
|
precision: number;
|
@@ -155,14 +155,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
155
155
|
}>> & {
|
156
156
|
"onSelect-country"?: ((country: {
|
157
157
|
taxLevel?: number | null | undefined;
|
158
|
-
code: string;
|
159
|
-
name: string;
|
160
158
|
currency: {
|
161
159
|
symbol: string;
|
162
160
|
code: string;
|
163
161
|
precision: number;
|
164
162
|
format: string;
|
165
163
|
};
|
164
|
+
code: string;
|
165
|
+
name: string;
|
166
166
|
roundingOptions: {
|
167
167
|
amount: number;
|
168
168
|
precision: number;
|