@feedmepos/mf-common 1.26.13 → 1.26.15-alpha-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/dist/{CustomAttributesForm-af2e61d1.js → CustomAttributesForm-2c394de7.js} +1 -1
 - package/dist/ItemSelector-04153e44.js +25149 -0
 - package/dist/{RestaurantSelector-9495acbd.js → RestaurantSelector-2d98c815.js} +1 -1
 - package/dist/{app-48dcc890.js → app-4cda270a.js} +6326 -6312
 - package/dist/app.js +2 -2
 - package/dist/i18n.d.ts +16 -0
 - package/dist/i18n.d.ts.map +1 -1
 - package/dist/store.d.ts +685 -685
 - package/dist/store.d.ts.map +1 -1
 - package/dist/stores/menu.d.ts +1621 -805
 - package/dist/stores/menu.d.ts.map +1 -1
 - package/dist/tsconfig.app.tsbuildinfo +1 -1
 - package/package.json +3 -3
 - package/dist/ItemSelector-2bb54041.js +0 -24786
 
    
        package/dist/app.js
    CHANGED
    
    | 
         @@ -1,5 +1,5 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            import { b as s } from "./app- 
     | 
| 
       2 
     | 
    
         
            -
            import { C as u, z as m, A as M, F as S, r as c, j as d, I as p, P, _ as E, R as h, h as C, B as g, v as F, n as _, s as A, m as I, i as R, p as b, E as O, q as w, o as x, D as y, x as B, G as D, u as G, k as L, t as T, y as f, w as v } from "./app- 
     | 
| 
      
 1 
     | 
    
         
            +
            import { b as s } from "./app-4cda270a.js";
         
     | 
| 
      
 2 
     | 
    
         
            +
            import { C as u, z as m, A as M, F as S, r as c, j as d, I as p, P, _ as E, R as h, h as C, B as g, v as F, n as _, s as A, m as I, i as R, p as b, E as O, q as w, o as x, D as y, x as B, G as D, u as G, k as L, t as T, y as f, w as v } from "./app-4cda270a.js";
         
     | 
| 
       3 
3 
     | 
    
         
             
            import "pinia";
         
     | 
| 
       4 
4 
     | 
    
         
             
            import "vue";
         
     | 
| 
       5 
5 
     | 
    
         
             
            import "vue-router";
         
     | 
    
        package/dist/i18n.d.ts
    CHANGED
    
    | 
         @@ -111,6 +111,10 @@ export declare const i18nMessages: { 
     | 
|
| 
       111 
111 
     | 
    
         
             
                                label: string;
         
     | 
| 
       112 
112 
     | 
    
         
             
                                sublabel: string;
         
     | 
| 
       113 
113 
     | 
    
         
             
                            };
         
     | 
| 
      
 114 
     | 
    
         
            +
                            restaurantOperation: {
         
     | 
| 
      
 115 
     | 
    
         
            +
                                label: string;
         
     | 
| 
      
 116 
     | 
    
         
            +
                                sublabel: string;
         
     | 
| 
      
 117 
     | 
    
         
            +
                            };
         
     | 
| 
       114 
118 
     | 
    
         
             
                        };
         
     | 
| 
       115 
119 
     | 
    
         
             
                        messages: {
         
     | 
| 
       116 
120 
     | 
    
         
             
                            businessCopySuccess: string;
         
     | 
| 
         @@ -314,6 +318,10 @@ export declare const i18nMessages: { 
     | 
|
| 
       314 
318 
     | 
    
         
             
                                label: string;
         
     | 
| 
       315 
319 
     | 
    
         
             
                                sublabel: string;
         
     | 
| 
       316 
320 
     | 
    
         
             
                            };
         
     | 
| 
      
 321 
     | 
    
         
            +
                            restaurantOperation: {
         
     | 
| 
      
 322 
     | 
    
         
            +
                                label: string;
         
     | 
| 
      
 323 
     | 
    
         
            +
                                sublabel: string;
         
     | 
| 
      
 324 
     | 
    
         
            +
                            };
         
     | 
| 
       317 
325 
     | 
    
         
             
                        };
         
     | 
| 
       318 
326 
     | 
    
         
             
                        messages: {
         
     | 
| 
       319 
327 
     | 
    
         
             
                            businessCopySuccess: string;
         
     | 
| 
         @@ -517,6 +525,10 @@ export declare const i18nMessages: { 
     | 
|
| 
       517 
525 
     | 
    
         
             
                                label: string;
         
     | 
| 
       518 
526 
     | 
    
         
             
                                sublabel: string;
         
     | 
| 
       519 
527 
     | 
    
         
             
                            };
         
     | 
| 
      
 528 
     | 
    
         
            +
                            restaurantOperation: {
         
     | 
| 
      
 529 
     | 
    
         
            +
                                label: string;
         
     | 
| 
      
 530 
     | 
    
         
            +
                                sublabel: string;
         
     | 
| 
      
 531 
     | 
    
         
            +
                            };
         
     | 
| 
       520 
532 
     | 
    
         
             
                        };
         
     | 
| 
       521 
533 
     | 
    
         
             
                        messages: {
         
     | 
| 
       522 
534 
     | 
    
         
             
                            businessCopySuccess: string;
         
     | 
| 
         @@ -720,6 +732,10 @@ export declare const i18nMessages: { 
     | 
|
| 
       720 
732 
     | 
    
         
             
                                label: string;
         
     | 
| 
       721 
733 
     | 
    
         
             
                                sublabel: string;
         
     | 
| 
       722 
734 
     | 
    
         
             
                            };
         
     | 
| 
      
 735 
     | 
    
         
            +
                            restaurantOperation: {
         
     | 
| 
      
 736 
     | 
    
         
            +
                                label: string;
         
     | 
| 
      
 737 
     | 
    
         
            +
                                sublabel: string;
         
     | 
| 
      
 738 
     | 
    
         
            +
                            };
         
     | 
| 
       723 
739 
     | 
    
         
             
                        };
         
     | 
| 
       724 
740 
     | 
    
         
             
                        messages: {
         
     | 
| 
       725 
741 
     | 
    
         
             
                            businessCopySuccess: string;
         
     | 
    
        package/dist/i18n.d.ts.map
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../src/i18n.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AACxD,OAAO,EAAyC,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAOhF,OAAO,eAAe,MAAM,kCAAkC,CAAA;AAK9D,OAAO,EAAE,OAAO,EAAE,CAAA;AAClB,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AAC3D,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AACnD,YAAY,EAAE,iBAAiB,EAAE,IAAI,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AACnF,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAElE,MAAM,MAAM,qBAAqB,GAAG,OAAO,eAAe,CAAA;AAI1D,eAAO,MAAM,YAAY 
     | 
| 
      
 1 
     | 
    
         
            +
            {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../src/i18n.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AACxD,OAAO,EAAyC,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAOhF,OAAO,eAAe,MAAM,kCAAkC,CAAA;AAK9D,OAAO,EAAE,OAAO,EAAE,CAAA;AAClB,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AAC3D,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AACnD,YAAY,EAAE,iBAAiB,EAAE,IAAI,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AACnF,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAElE,MAAM,MAAM,qBAAqB,GAAG,OAAO,eAAe,CAAA;AAI1D,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKxB,CAAA;AAED,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,iBAAiB,+DAW1D"}
         
     |