@feedmepos/mf-common 1.12.7 → 1.14.0-beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (30) hide show
  1. package/dist/app.d.ts +19 -0
  2. package/dist/app.d.ts.map +1 -1
  3. package/dist/app.js +18607 -18327
  4. package/dist/components/Portal/PortalDesktop.vue.d.ts +4 -0
  5. package/dist/components/Portal/PortalDesktop.vue.d.ts.map +1 -1
  6. package/dist/components/Portal/PortalMobile.vue.d.ts +4 -0
  7. package/dist/components/Portal/PortalMobile.vue.d.ts.map +1 -1
  8. package/dist/components/Portal/PortalTablet.vue.d.ts +4 -0
  9. package/dist/components/Portal/PortalTablet.vue.d.ts.map +1 -1
  10. package/dist/components/Portal/index.vue.d.ts +4 -0
  11. package/dist/components/Portal/index.vue.d.ts.map +1 -1
  12. package/dist/components/SelectCountryDialog.vue.d.ts +4 -0
  13. package/dist/components/SelectCountryDialog.vue.d.ts.map +1 -1
  14. package/dist/components/UserInfo/index.vue.d.ts +8 -0
  15. package/dist/components/UserInfo/index.vue.d.ts.map +1 -1
  16. package/dist/components/attribute/CustomAttributesForm.vue.d.ts +22 -0
  17. package/dist/components/attribute/CustomAttributesForm.vue.d.ts.map +1 -0
  18. package/dist/{multipart-parser-7d335fe8.js → multipart-parser-7e58ae65.js} +1 -1
  19. package/dist/router/query.d.ts +3 -0
  20. package/dist/router/query.d.ts.map +1 -0
  21. package/dist/store.d.ts +2101 -2416
  22. package/dist/store.d.ts.map +1 -1
  23. package/dist/tsconfig.app.tsbuildinfo +1 -1
  24. package/dist/utils/businessStorage.d.ts +12 -0
  25. package/dist/utils/businessStorage.d.ts.map +1 -0
  26. package/dist/utils/object.d.ts +2 -0
  27. package/dist/utils/object.d.ts.map +1 -0
  28. package/dist/{vite-preset-075cc257.js → vite-preset-587607ca.js} +2 -2
  29. package/dist/vite-preset.js +1 -1
  30. package/package.json +3 -3
@@ -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"}
@@ -0,0 +1,2 @@
1
+ export declare function clone<T>(value: T): T;
2
+ //# sourceMappingURL=object.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object.d.ts","sourceRoot":"","sources":["../../../src/utils/object.ts"],"names":[],"mappings":"AAMA,wBAAgB,KAAK,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,CAAC,CAcpC"}
@@ -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-7d335fe8.js");
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.4.27/dist/vue.esm-browser.prod.min.js",
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
  };
@@ -1,6 +1,6 @@
1
1
  import "path";
2
2
  import "fs";
3
- import { f as b } from "./vite-preset-075cc257.js";
3
+ import { f as b } from "./vite-preset-587607ca.js";
4
4
  import "node:http";
5
5
  import "node:https";
6
6
  import "node:zlib";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-common",
3
- "version": "1.12.7",
3
+ "version": "1.14.0-beta.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -18,7 +18,7 @@
18
18
  "dependencies": {
19
19
  "@feedmepos/ui-library": "1.3.0-beta.2",
20
20
  "@feedmepos/auth": "^1.2.0-beta.2",
21
- "@feedmepos/core": "^2.10.0",
21
+ "@feedmepos/core": "^2.12.25",
22
22
  "@feedmepos/i18n": "0.1.2",
23
23
  "vue-i18n": "10.0.5",
24
24
  "@vue/devtools-api": "^6.5.0",
@@ -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.4.27",
30
+ "vue": "^3.5.13",
31
31
  "vue-router": "^4.2.5",
32
32
  "@casl/ability": "^3.2.0"
33
33
  },