@feedmepos/mf-common 1.26.6 → 1.26.8-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/dist/CustomAttributesForm-d2709f16.js +112 -0
- package/dist/{ItemSelector-4e07c532.js → ItemSelector-89a38fe2.js} +1 -1
- package/dist/{RestaurantSelector-0526e3a6.js → RestaurantSelector-ada11d44.js} +36 -36
- package/dist/{app-bc3f81a2.js → app-24adbe08.js} +18912 -18610
- package/dist/app.js +2 -2
- package/dist/components/attribute/CustomAttributesForm.vue.d.ts.map +1 -1
- package/dist/components.d.ts +2 -2
- package/dist/composables/usePaginatedBusinesses.d.ts +2 -2
- package/dist/store.d.ts +1223 -2522
- package/dist/store.d.ts.map +1 -1
- package/dist/stores/menu.d.ts +2 -2
- package/dist/style.css +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/CustomAttributesForm-40e4d1f7.js +0 -96
package/dist/app.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import { a as s } from "./app-
|
2
|
-
import { C as u, y as m, z as M, F as S, q as c, h as d, I as p, P, _ as E, R as g, g as h, A as C, s as F, m as _, r as A, k as I, i as R, n as O, D as b, p as w, o as x, B as y, v as B, E as D, u as L, j as T, t as f, x as v, w as z } from "./app-
|
1
|
+
import { a as s } from "./app-24adbe08.js";
|
2
|
+
import { C as u, y as m, z as M, F as S, q as c, h as d, I as p, P, _ as E, R as g, g as h, A as C, s as F, m as _, r as A, k as I, i as R, n as O, D as b, p as w, o as x, B as y, v as B, E as D, u as L, j as T, t as f, x as v, w as z } from "./app-24adbe08.js";
|
3
3
|
import "pinia";
|
4
4
|
import "vue";
|
5
5
|
import "vue-router";
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CustomAttributesForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/attribute/CustomAttributesForm.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,KAAK,wBAAwB,EAG9B,MAAM,wBAAwB,CAAA;AAO/B,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;AAIlD,UAAU,KAAK;IACb,MAAM,EAAE,wBAAwB,CAAA;IAChC,UAAU,EAAE,gBAAgB,CAAA;IAC5B,YAAY,CAAC,EAAE;QACb,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;KACxB,CAAA;CACF;;;;;;
|
1
|
+
{"version":3,"file":"CustomAttributesForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/attribute/CustomAttributesForm.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,KAAK,wBAAwB,EAG9B,MAAM,wBAAwB,CAAA;AAO/B,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;AAIlD,UAAU,KAAK;IACb,MAAM,EAAE,wBAAwB,CAAA;IAChC,UAAU,EAAE,gBAAgB,CAAA;IAC5B,YAAY,CAAC,EAAE;QACb,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;KACxB,CAAA;CACF;;;;;;AAwND,wBAOG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
package/dist/components.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
export { default as FmNavBar } from "./App.vue";
|
2
2
|
export declare const CustomAttributesForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
3
|
entity: {
|
4
|
-
type: import("vue").PropType<"restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse">;
|
4
|
+
type: import("vue").PropType<"restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse">;
|
5
5
|
required: true;
|
6
6
|
};
|
7
7
|
modelValue: {
|
@@ -17,7 +17,7 @@ export declare const CustomAttributesForm: import("vue").DefineComponent<import(
|
|
17
17
|
"update:modelValue": (value: import("./components/attribute/CustomAttributesForm.vue").CustomAttributes) => void;
|
18
18
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
19
19
|
entity: {
|
20
|
-
type: import("vue").PropType<"restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse">;
|
20
|
+
type: import("vue").PropType<"restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse">;
|
21
21
|
required: true;
|
22
22
|
};
|
23
23
|
modelValue: {
|
@@ -12,7 +12,7 @@ export declare function usePaginatedBusinesses(): {
|
|
12
12
|
attributeSettings?: {
|
13
13
|
type: "string" | "number" | "boolean" | "date";
|
14
14
|
key: string;
|
15
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
15
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
16
16
|
}[] | null | undefined;
|
17
17
|
pf_agent?: {
|
18
18
|
clickupId?: string | null | undefined;
|
@@ -79,7 +79,7 @@ export declare function usePaginatedBusinesses(): {
|
|
79
79
|
attributeSettings?: {
|
80
80
|
type: "string" | "number" | "boolean" | "date";
|
81
81
|
key: string;
|
82
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
82
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
83
83
|
}[] | null | undefined;
|
84
84
|
pf_agent?: {
|
85
85
|
clickupId?: string | null | undefined;
|