@feedmepos/mf-order-setting 0.0.2 → 0.0.4

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/app.js CHANGED
@@ -1,5 +1,6 @@
1
- import { a as o, r as p } from "./app-gcisgtft.js";
1
+ import { a as t, i as a, r as e } from "./app-B7lXikwq.js";
2
2
  export {
3
- o as FmApp,
4
- p as router
3
+ t as FmApp,
4
+ a as initOrderSettingApp,
5
+ e as routers
5
6
  };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -1,2 +1,4 @@
1
+ import type { App } from 'vue';
1
2
  export { default as FmApp } from './App.vue';
2
- export { router } from '../src/router';
3
+ export { routes as routers } from '../src/router/routes';
4
+ export declare function initOrderSettingApp(app: App): void;
@@ -0,0 +1,3 @@
1
+ import { type RouteRecordRaw } from 'vue-router';
2
+ declare const routes: RouteRecordRaw[];
3
+ export { routes };
@@ -458,7 +458,6 @@ export declare const orderPlatforms: {
458
458
  credits?: any[] | null | undefined;
459
459
  type: "cash" | "ePayment" | "credit" | "card" | "ePaymentSandbox" | "terminal";
460
460
  } | null | undefined;
461
- id: string;
462
461
  option: {
463
462
  remark?: string | null | undefined;
464
463
  pax?: number | null | undefined;
@@ -684,6 +683,7 @@ export declare const orderPlatforms: {
684
683
  contactNumber: string;
685
684
  deliveryAt: string;
686
685
  };
686
+ id: string;
687
687
  status: "NEW" | "DRAFT" | "PENDING_PAYMENT" | "ALLOCATING_DELIVERY" | "ACCEPTED" | "DECLINED";
688
688
  restaurant: {
689
689
  name: string;
@@ -1782,8 +1782,8 @@ export declare const orderPlatforms: {
1782
1782
  firstName?: string | null | undefined;
1783
1783
  lastName?: string | null | undefined;
1784
1784
  mobilePhone?: string | null | undefined;
1785
- id: string;
1786
1785
  code: string;
1786
+ id: string;
1787
1787
  email: string;
1788
1788
  mobilePhoneCountryCode: string;
1789
1789
  };