@feedmepos/mf-common 1.26.16 → 1.27.1-alpha-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 +2 -26
- package/dist/{CustomAttributesForm-b46f9662.js → CustomAttributesForm-606cabd6.js} +1 -1
- package/dist/ItemSelector-4b51aafa.js +25170 -0
- package/dist/{RestaurantSelector-c0aaec10.js → RestaurantSelector-991565f9.js} +30 -31
- package/dist/{app-fc8b4c2e.js → app-ce951186.js} +23095 -15006
- package/dist/app.d.ts +1 -0
- package/dist/app.d.ts.map +1 -1
- package/dist/app.js +34 -29
- package/dist/composables/customAttributes.d.ts +136 -0
- package/dist/composables/customAttributes.d.ts.map +1 -0
- package/dist/i18n.d.ts +48 -0
- package/dist/i18n.d.ts.map +1 -1
- package/dist/store.d.ts +15 -15
- package/dist/store.d.ts.map +1 -1
- package/dist/stores/menu.d.ts +2326 -2326
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/utils/isEqual.d.ts +10 -0
- package/dist/utils/isEqual.d.ts.map +1 -0
- package/package.json +7 -4
- package/dist/ItemSelector-19808230.js +0 -50260
- package/dist/app-9575c6c7.js +0 -7846
package/README.md
CHANGED
@@ -8,30 +8,6 @@ This package provide:
|
|
8
8
|
|
9
9
|
- other shared utilities, like: i18n, country etc
|
10
10
|
|
11
|
-
|
11
|
+
## Changelog
|
12
12
|
|
13
|
-
|
14
|
-
|
15
|
-
- now i18n messages under `common` namespace is moved to `mf-common`, previously it is maintained in `@feedmepos/i18n`
|
16
|
-
|
17
|
-
### 1.26.0
|
18
|
-
|
19
|
-
- upgrade `@feedmepos/i18n` to `0.2.0`, support custom `preProcess` function
|
20
|
-
|
21
|
-
### 1.25.1
|
22
|
-
|
23
|
-
- add `hide-app-drawer` prop on `FmNavBar`
|
24
|
-
|
25
|
-
### 1.24.0
|
26
|
-
|
27
|
-
- add `showAddon` prop in `ItemSelector` component
|
28
|
-
|
29
|
-
### 1.23.0
|
30
|
-
|
31
|
-
- export `Dinero` and `FdoDinero`
|
32
|
-
|
33
|
-
### 1.20.1-beta.1
|
34
|
-
|
35
|
-
- Add support for init and using `@feedmepos/vue-client-monitoring` package.
|
36
|
-
- `coreStore.pushDataLayer` method
|
37
|
-
- `initVueClientMonitoring` method
|
13
|
+
See [CHANGELOG.md](./CHANGELOG.md) for details about changes in each version.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as A, computed as d, resolveComponent as N, openBlock as f, createElementBlock as b, createVNode as S, toDisplayString as C, unref as F, h } from "vue";
|
2
|
-
import { t as w, u as O } from "./app-
|
2
|
+
import { t as w, u as O } from "./app-ce951186.js";
|
3
3
|
import { components as y } from "@feedmepos/ui-library";
|
4
4
|
import { c as x } from "./object-27ce045b.js";
|
5
5
|
import "pinia";
|