@feedmepos/mf-common 1.20.0-beta.2 → 1.21.0-beta.1
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/README.md +10 -39
- package/dist/App.vue.d.ts.map +1 -1
- package/dist/{CustomAttributesForm-ba6b60d2.js → CustomAttributesForm-f9e4e1af.js} +1 -1
- package/dist/ItemSelector-e3d0ce74.js +48533 -0
- package/dist/{RestaurantSelector-c26cf96b.js → RestaurantSelector-f9009fb5.js} +1 -1
- package/dist/{app-865cb0be.js → app-5a4abdae.js} +9288 -9090
- package/dist/app.d.ts +10 -0
- package/dist/app.d.ts.map +1 -1
- package/dist/app.js +22 -21
- package/dist/store.d.ts +12 -1
- package/dist/store.d.ts.map +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +3 -2
- package/dist/ItemSelector-a19afba4.js +0 -24794
package/README.md
CHANGED
@@ -1,46 +1,17 @@
|
|
1
|
-
# @feedmepos/mf-
|
1
|
+
# @feedmepos/mf-common
|
2
2
|
|
3
|
-
This
|
3
|
+
This package provide:
|
4
4
|
|
5
|
-
|
5
|
+
- shared portal shell component
|
6
6
|
|
7
|
-
|
7
|
+
- shared coreStore pinia store
|
8
8
|
|
9
|
-
|
9
|
+
- other shared utilities, like: i18n, country etc
|
10
10
|
|
11
|
-
|
11
|
+
Change log:
|
12
12
|
|
13
|
-
|
13
|
+
### 1.20.1-beta.1
|
14
14
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.
|
19
|
-
|
20
|
-
## Customize configuration
|
21
|
-
|
22
|
-
See [Vite Configuration Reference](https://vitejs.dev/config/).
|
23
|
-
|
24
|
-
## Project Setup
|
25
|
-
|
26
|
-
```sh
|
27
|
-
npm install
|
28
|
-
```
|
29
|
-
|
30
|
-
### Compile and Hot-Reload for Development
|
31
|
-
|
32
|
-
```sh
|
33
|
-
npm run dev
|
34
|
-
```
|
35
|
-
|
36
|
-
### Type-Check, Compile and Minify for Production
|
37
|
-
|
38
|
-
```sh
|
39
|
-
npm run build
|
40
|
-
```
|
41
|
-
|
42
|
-
### Lint with [ESLint](https://eslint.org/)
|
43
|
-
|
44
|
-
```sh
|
45
|
-
npm run lint
|
46
|
-
```
|
15
|
+
- Add support for init and using `@feedmepos/vue-client-monitoring` package.
|
16
|
+
- `coreStore.pushDataLayer` method
|
17
|
+
- `initVueClientMonitoring` method
|
package/dist/App.vue.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"App.vue.d.ts","sourceRoot":"","sources":["../../src/App.vue.ts"],"names":[],"mappings":";;;
|
1
|
+
{"version":3,"file":"App.vue.d.ts","sourceRoot":"","sources":["../../src/App.vue.ts"],"names":[],"mappings":";;;AAkKA,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as _, computed as m, resolveComponent as v, openBlock as c, createElementBlock as p, createVNode as k, toDisplayString as A, unref as N, h as V } from "vue";
|
2
|
-
import { n as S, u as C } from "./app-
|
2
|
+
import { n as S, u as C } from "./app-5a4abdae.js";
|
3
3
|
import { components as O } from "@feedmepos/ui-library";
|
4
4
|
import { c as w } from "./object-27ce045b.js";
|
5
5
|
import "pinia";
|