@feedmepos/mf-common 1.12.6 → 1.13.0-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/app.d.ts +1 -0
- package/dist/app.d.ts.map +1 -1
- package/dist/app.js +5606 -5548
- package/dist/{multipart-parser-7d335fe8.js → multipart-parser-7e58ae65.js} +1 -1
- package/dist/router/query.d.ts +3 -0
- package/dist/router/query.d.ts.map +1 -0
- package/dist/store.d.ts +13 -7
- package/dist/store.d.ts.map +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/utils/businessStorage.d.ts +12 -0
- package/dist/utils/businessStorage.d.ts.map +1 -0
- package/dist/{vite-preset-075cc257.js → vite-preset-587607ca.js} +2 -2
- package/dist/vite-preset.js +1 -1
- package/package.json +2 -2
@@ -0,0 +1,12 @@
|
|
1
|
+
export declare const businessStorage: {
|
2
|
+
getBusinessId: () => string | null;
|
3
|
+
setBusinessId: (businessId: string) => void;
|
4
|
+
getRestaurantId: () => string | null;
|
5
|
+
setRestaurantId: (restaurantId: string) => void;
|
6
|
+
getCountry: () => string | null;
|
7
|
+
setCountry: (country: string) => void;
|
8
|
+
clearBusinessId: () => void;
|
9
|
+
clearCountry: () => void;
|
10
|
+
clearRestaurantId: () => void;
|
11
|
+
};
|
12
|
+
//# sourceMappingURL=businessStorage.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"businessStorage.d.ts","sourceRoot":"","sources":["../../../src/utils/businessStorage.ts"],"names":[],"mappings":"AAiCA,eAAO,MAAM,eAAe;;gCAIE,MAAM;;oCAOF,MAAM;;0BAOhB,MAAM;;;;CAgB7B,CAAA"}
|
@@ -3141,7 +3141,7 @@ class mt {
|
|
3141
3141
|
u.append(h, c);
|
3142
3142
|
return u;
|
3143
3143
|
}
|
3144
|
-
const { toFormData: a } = await import("./multipart-parser-
|
3144
|
+
const { toFormData: a } = await import("./multipart-parser-7e58ae65.js");
|
3145
3145
|
return a(this.body, n);
|
3146
3146
|
}
|
3147
3147
|
/**
|
@@ -3882,7 +3882,7 @@ const us = "@feedmepos/mf-", Ps = async (i, { command: n, mode: a }, u = {}) =>
|
|
3882
3882
|
"@feedmepos/ui-library": "https://cdn.jsdelivr.net/npm/@feedmepos/ui-library@latest/dist/feedmepos-ui-library.js"
|
3883
3883
|
}, T = {
|
3884
3884
|
"@vue/devtools-api": "6.5.0/lib/esm/index.js",
|
3885
|
-
vue: "3.
|
3885
|
+
vue: "3.5.13/dist/vue.esm-browser.prod.min.js",
|
3886
3886
|
"vue-router": "4.2.5/dist/vue-router.esm-browser.min.js",
|
3887
3887
|
pinia: "2.1.7/+esm"
|
3888
3888
|
};
|
package/dist/vite-preset.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@feedmepos/mf-common",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.13.0-beta.1",
|
4
4
|
"type": "module",
|
5
5
|
"files": [
|
6
6
|
"dist"
|
@@ -27,7 +27,7 @@
|
|
27
27
|
"firebase": "^10.12.2",
|
28
28
|
"libphonenumber-js": "^1.11.1",
|
29
29
|
"pinia": "^2.1.6",
|
30
|
-
"vue": "^3.
|
30
|
+
"vue": "^3.5.13",
|
31
31
|
"vue-router": "^4.2.5",
|
32
32
|
"@casl/ability": "^3.2.0"
|
33
33
|
},
|