@feedmepos/mf-common 1.22.0 → 1.24.0
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 +8 -0
- package/dist/{CustomAttributesForm-f2c78b5d.js → CustomAttributesForm-5ca5c6cb.js} +1 -1
- package/dist/Entry.vue.d.ts.map +1 -1
- package/dist/ItemSelector-13384b27.js +24797 -0
- package/dist/{RestaurantSelector-0a39796b.js → RestaurantSelector-dde169d6.js} +4 -4
- package/dist/{app-ee67eec0.js → app-bd81f07c.js} +14997 -14700
- package/dist/app.d.ts +13 -3
- package/dist/app.d.ts.map +1 -1
- package/dist/app.js +33 -30
- package/dist/components/ItemSelector.vue.d.ts +4 -0
- package/dist/components/ItemSelector.vue.d.ts.map +1 -1
- package/dist/components/RestaurantSelector.vue.d.ts.map +1 -1
- package/dist/composables/usePaginatedBusinesses.d.ts +2 -2
- package/dist/locales/th-TH.json +1 -1
- package/dist/store.d.ts +78 -84
- package/dist/store.d.ts.map +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/dist/ItemSelector-eea13da8.js +0 -48533
package/README.md
CHANGED
@@ -10,6 +10,14 @@ This package provide:
|
|
10
10
|
|
11
11
|
Change log:
|
12
12
|
|
13
|
+
### 1.24.0
|
14
|
+
|
15
|
+
- add `showAddon` prop in `ItemSelector` component
|
16
|
+
|
17
|
+
### 1.23.0
|
18
|
+
|
19
|
+
- export `Dinero` and `FdoDinero`
|
20
|
+
|
13
21
|
### 1.20.1-beta.1
|
14
22
|
|
15
23
|
- Add support for init and using `@feedmepos/vue-client-monitoring` package.
|
@@ -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-bd81f07c.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";
|
package/dist/Entry.vue.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Entry.vue.d.ts","sourceRoot":"","sources":["../../src/Entry.vue.ts"],"names":[],"mappings":";
|
1
|
+
{"version":3,"file":"Entry.vue.d.ts","sourceRoot":"","sources":["../../src/Entry.vue.ts"],"names":[],"mappings":";AAgUA,wBAKG"}
|