@feedmepos/mf-common 1.5.1 → 1.5.2
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/dist/app.js +27262 -40117
- package/dist/components/UserInfo.vue.d.ts +28 -8
- package/dist/store.d.ts +3956 -5902
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -16,7 +16,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
16
16
|
};
|
|
17
17
|
countries: {
|
|
18
18
|
type: PropType<{
|
|
19
|
-
|
|
19
|
+
taxLevel?: number | null | undefined;
|
|
20
|
+
code: string;
|
|
20
21
|
name: string;
|
|
21
22
|
currency: {
|
|
22
23
|
symbol: string;
|
|
@@ -24,6 +25,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
24
25
|
precision: number;
|
|
25
26
|
format: string;
|
|
26
27
|
};
|
|
28
|
+
roundingOptions: {
|
|
29
|
+
amount: number;
|
|
30
|
+
precision: number;
|
|
31
|
+
}[];
|
|
27
32
|
taxSystems: {
|
|
28
33
|
code: string;
|
|
29
34
|
name: string;
|
|
@@ -35,7 +40,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
35
40
|
precision: number;
|
|
36
41
|
};
|
|
37
42
|
startDate: string;
|
|
38
|
-
}[] | undefined;
|
|
43
|
+
}[] | null | undefined;
|
|
39
44
|
code: string;
|
|
40
45
|
name: string;
|
|
41
46
|
rate: {
|
|
@@ -56,7 +61,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
56
61
|
logout: () => void;
|
|
57
62
|
"select-business": (business: FmpBusiness) => void;
|
|
58
63
|
"select-country": (country: {
|
|
59
|
-
|
|
64
|
+
taxLevel?: number | null | undefined;
|
|
65
|
+
code: string;
|
|
60
66
|
name: string;
|
|
61
67
|
currency: {
|
|
62
68
|
symbol: string;
|
|
@@ -64,6 +70,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
64
70
|
precision: number;
|
|
65
71
|
format: string;
|
|
66
72
|
};
|
|
73
|
+
roundingOptions: {
|
|
74
|
+
amount: number;
|
|
75
|
+
precision: number;
|
|
76
|
+
}[];
|
|
67
77
|
taxSystems: {
|
|
68
78
|
code: string;
|
|
69
79
|
name: string;
|
|
@@ -75,7 +85,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
75
85
|
precision: number;
|
|
76
86
|
};
|
|
77
87
|
startDate: string;
|
|
78
|
-
}[] | undefined;
|
|
88
|
+
}[] | null | undefined;
|
|
79
89
|
code: string;
|
|
80
90
|
name: string;
|
|
81
91
|
rate: {
|
|
@@ -100,7 +110,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
100
110
|
};
|
|
101
111
|
countries: {
|
|
102
112
|
type: PropType<{
|
|
103
|
-
|
|
113
|
+
taxLevel?: number | null | undefined;
|
|
114
|
+
code: string;
|
|
104
115
|
name: string;
|
|
105
116
|
currency: {
|
|
106
117
|
symbol: string;
|
|
@@ -108,6 +119,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
108
119
|
precision: number;
|
|
109
120
|
format: string;
|
|
110
121
|
};
|
|
122
|
+
roundingOptions: {
|
|
123
|
+
amount: number;
|
|
124
|
+
precision: number;
|
|
125
|
+
}[];
|
|
111
126
|
taxSystems: {
|
|
112
127
|
code: string;
|
|
113
128
|
name: string;
|
|
@@ -119,7 +134,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
119
134
|
precision: number;
|
|
120
135
|
};
|
|
121
136
|
startDate: string;
|
|
122
|
-
}[] | undefined;
|
|
137
|
+
}[] | null | undefined;
|
|
123
138
|
code: string;
|
|
124
139
|
name: string;
|
|
125
140
|
rate: {
|
|
@@ -140,7 +155,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
140
155
|
onLogout?: (() => any) | undefined;
|
|
141
156
|
"onSelect-business"?: ((business: FmpBusiness) => any) | undefined;
|
|
142
157
|
"onSelect-country"?: ((country: {
|
|
143
|
-
|
|
158
|
+
taxLevel?: number | null | undefined;
|
|
159
|
+
code: string;
|
|
144
160
|
name: string;
|
|
145
161
|
currency: {
|
|
146
162
|
symbol: string;
|
|
@@ -148,6 +164,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
148
164
|
precision: number;
|
|
149
165
|
format: string;
|
|
150
166
|
};
|
|
167
|
+
roundingOptions: {
|
|
168
|
+
amount: number;
|
|
169
|
+
precision: number;
|
|
170
|
+
}[];
|
|
151
171
|
taxSystems: {
|
|
152
172
|
code: string;
|
|
153
173
|
name: string;
|
|
@@ -159,7 +179,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
159
179
|
precision: number;
|
|
160
180
|
};
|
|
161
181
|
startDate: string;
|
|
162
|
-
}[] | undefined;
|
|
182
|
+
}[] | null | undefined;
|
|
163
183
|
code: string;
|
|
164
184
|
name: string;
|
|
165
185
|
rate: {
|