@feedmepos/mf-transaction 0.0.19 → 0.0.20
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/Receipt-DuE6rnj7.js +122142 -0
- package/dist/{app-lENxB_Ef.js → app-DfvXz-4L.js} +1568 -1568
- package/dist/app.js +1 -1
- package/dist/apps/mf-transaction/src/api/employee/index.d.ts +1 -1
- package/dist/apps/mf-transaction/src/api/inventory/index.d.ts +1 -1
- package/dist/apps/mf-transaction/src/api/role/index.d.ts +1 -1
- package/dist/apps/mf-transaction/src/api/user/index.d.ts +1 -1
- package/dist/apps/mf-transaction/src/types/restaurant.d.ts +1 -1
- package/dist/apps/mf-transaction/tsconfig.app.tsbuildinfo +1 -1
- package/dist/index.es-TOu1rXl_.js +5619 -0
- package/dist/packages/shared/src/stores/app.d.ts +15 -5
- package/package.json +3 -3
- package/dist/Receipt-HuYkJjSM.js +0 -157529
- package/dist/index.es-CTb2hksA.js +0 -5619
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { FdoPublicSetting } from "@feedmepos/core
|
|
1
|
+
import type { FdoPublicSetting } from "@feedmepos/core";
|
|
2
2
|
export type PublicSettingApi = FdoPublicSetting & {
|
|
3
3
|
aiSettings: {
|
|
4
4
|
remy: {
|
|
@@ -82,12 +82,17 @@ export declare const useAppStore: import("pinia").StoreDefinition<"portal-app-st
|
|
|
82
82
|
};
|
|
83
83
|
assets: {
|
|
84
84
|
groups: {
|
|
85
|
-
key: "pos";
|
|
85
|
+
key: "pos" | "portal";
|
|
86
86
|
assets: {
|
|
87
87
|
type: "image" | "lottie";
|
|
88
|
-
key: "activeMascotDark" | "activeMascotLight" | "inactiveMascotDark" | "inactiveMascotLight" | "odsMascot";
|
|
88
|
+
key: "activeMascotDark" | "activeMascotLight" | "inactiveMascotDark" | "inactiveMascotLight" | "odsMascot" | "advertisement";
|
|
89
89
|
path: string;
|
|
90
90
|
files: {
|
|
91
|
+
responsive?: {
|
|
92
|
+
mobile?: string | null | undefined;
|
|
93
|
+
tablet?: string | null | undefined;
|
|
94
|
+
desktop?: string | null | undefined;
|
|
95
|
+
} | null | undefined;
|
|
91
96
|
url: string;
|
|
92
97
|
createdAt: string;
|
|
93
98
|
config: {
|
|
@@ -174,12 +179,17 @@ export declare const useAppStore: import("pinia").StoreDefinition<"portal-app-st
|
|
|
174
179
|
};
|
|
175
180
|
assets: {
|
|
176
181
|
groups: {
|
|
177
|
-
key: "pos";
|
|
182
|
+
key: "pos" | "portal";
|
|
178
183
|
assets: {
|
|
179
184
|
type: "image" | "lottie";
|
|
180
|
-
key: "activeMascotDark" | "activeMascotLight" | "inactiveMascotDark" | "inactiveMascotLight" | "odsMascot";
|
|
185
|
+
key: "activeMascotDark" | "activeMascotLight" | "inactiveMascotDark" | "inactiveMascotLight" | "odsMascot" | "advertisement";
|
|
181
186
|
path: string;
|
|
182
187
|
files: {
|
|
188
|
+
responsive?: {
|
|
189
|
+
mobile?: string | null | undefined;
|
|
190
|
+
tablet?: string | null | undefined;
|
|
191
|
+
desktop?: string | null | undefined;
|
|
192
|
+
} | null | undefined;
|
|
183
193
|
url: string;
|
|
184
194
|
createdAt: string;
|
|
185
195
|
config: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feedmepos/mf-transaction",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.20",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@feedmepos/ui-library": "1.3.0-beta.2",
|
|
19
|
-
"@feedmepos/core": "
|
|
19
|
+
"@feedmepos/core": "file:../../core-esm-v7.tgz",
|
|
20
20
|
"@feedmepos/core-dart": "^0.2.6",
|
|
21
21
|
"@feedmepos/print": "file:../../core-legacy-0.1.tar.gz",
|
|
22
22
|
"@feedmepos/printer": "0.0.2",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"xlsx": "^0.18.5",
|
|
35
35
|
"change-case": "^4.1.2",
|
|
36
36
|
"vue-i18n": "10.0.5",
|
|
37
|
-
"@feedmepos/mf-common": "^1.
|
|
37
|
+
"@feedmepos/mf-common": "^1.15.0-beta.2"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@casl/ability": "^3.4.0",
|