@tabres/react 1.0.51 → 1.0.53
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/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/models/index.d.ts +1 -0
- package/dist/models/index.esm.js +1 -1
- package/dist/models/index.esm.js.map +1 -1
- package/dist/models/index.js +1 -1
- package/dist/models/index.js.map +1 -1
- package/dist/models/models/index.d.ts +1 -0
- package/dist/models/modules/addon/models.d.ts +3 -2
- package/dist/models/modules/branch/models.d.ts +2 -1
- package/dist/models/modules/category/models.d.ts +2 -1
- package/dist/models/modules/localization/models.d.ts +10 -0
- package/dist/models/modules/localization/utils.d.ts +22 -0
- package/dist/models/modules/menu/models.d.ts +3 -2
- package/dist/models/modules/order/constants.d.ts +4 -1
- package/dist/models/modules/order/models.d.ts +14 -3
- package/dist/models/modules/product/models.d.ts +3 -2
- package/dist/models/modules/product/utils.d.ts +1 -1
- package/dist/models/services/translation/locales/az/index.d.ts +6 -1
- package/dist/models/services/translation/locales/az/order.d.ts +6 -1
- package/dist/models/services/translation/locales/es/index.d.ts +6 -1
- package/dist/models/services/translation/locales/es/order.d.ts +6 -1
- package/dist/models/services/translation/locales/et/index.d.ts +6 -1
- package/dist/models/services/translation/locales/et/order.d.ts +6 -1
- package/dist/models/services/translation/locales/hr/index.d.ts +6 -1
- package/dist/models/services/translation/locales/hr/order.d.ts +6 -1
- package/dist/models/services/translation/locales/index.d.ts +54 -9
- package/dist/models/services/translation/locales/nl/index.d.ts +6 -1
- package/dist/models/services/translation/locales/nl/order.d.ts +6 -1
- package/dist/models/services/translation/locales/pl/index.d.ts +6 -1
- package/dist/models/services/translation/locales/pl/order.d.ts +6 -1
- package/dist/models/services/translation/locales/pt/index.d.ts +6 -1
- package/dist/models/services/translation/locales/pt/order.d.ts +6 -1
- package/dist/models/services/translation/locales/ru/index.d.ts +6 -1
- package/dist/models/services/translation/locales/ru/order.d.ts +6 -1
- package/dist/models/services/translation/locales/tr/index.d.ts +6 -1
- package/dist/models/services/translation/locales/tr/order.d.ts +6 -1
- package/dist/modules/addon/models.d.ts +3 -2
- package/dist/modules/addon/utils.d.ts +8 -3
- package/dist/modules/branch/models.d.ts +2 -1
- package/dist/modules/category/models.d.ts +2 -1
- package/dist/modules/localization/index.d.ts +2 -0
- package/dist/modules/localization/models.d.ts +10 -0
- package/dist/modules/localization/utils.d.ts +22 -0
- package/dist/modules/localization/utils.test.d.ts +1 -0
- package/dist/modules/menu/models.d.ts +3 -2
- package/dist/modules/order/constants.d.ts +4 -1
- package/dist/modules/order/models.d.ts +14 -3
- package/dist/modules/product/models.d.ts +3 -2
- package/dist/modules/product/utils.d.ts +1 -1
- package/dist/services/translation/locales/az/index.d.ts +6 -1
- package/dist/services/translation/locales/az/order.d.ts +6 -1
- package/dist/services/translation/locales/es/index.d.ts +6 -1
- package/dist/services/translation/locales/es/order.d.ts +6 -1
- package/dist/services/translation/locales/et/index.d.ts +6 -1
- package/dist/services/translation/locales/et/order.d.ts +6 -1
- package/dist/services/translation/locales/hr/index.d.ts +6 -1
- package/dist/services/translation/locales/hr/order.d.ts +6 -1
- package/dist/services/translation/locales/index.d.ts +54 -9
- package/dist/services/translation/locales/nl/index.d.ts +6 -1
- package/dist/services/translation/locales/nl/order.d.ts +6 -1
- package/dist/services/translation/locales/pl/index.d.ts +6 -1
- package/dist/services/translation/locales/pl/order.d.ts +6 -1
- package/dist/services/translation/locales/pt/index.d.ts +6 -1
- package/dist/services/translation/locales/pt/order.d.ts +6 -1
- package/dist/services/translation/locales/ru/index.d.ts +6 -1
- package/dist/services/translation/locales/ru/order.d.ts +6 -1
- package/dist/services/translation/locales/tr/index.d.ts +6 -1
- package/dist/services/translation/locales/tr/order.d.ts +6 -1
- package/dist/styles/ui.css +1 -1
- package/dist/styles/ui.css.map +1 -1
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.esm.js +1 -1
- package/dist/utils/index.esm.js.map +1 -1
- package/dist/utils/index.js +1 -1
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/models/index.d.ts +1 -0
- package/dist/utils/modules/addon/models.d.ts +3 -2
- package/dist/utils/modules/addon/utils.d.ts +8 -3
- package/dist/utils/modules/branch/models.d.ts +2 -1
- package/dist/utils/modules/category/models.d.ts +2 -1
- package/dist/utils/modules/localization/models.d.ts +10 -0
- package/dist/utils/modules/localization/utils.d.ts +22 -0
- package/dist/utils/modules/menu/models.d.ts +3 -2
- package/dist/utils/modules/order/constants.d.ts +4 -1
- package/dist/utils/modules/order/models.d.ts +14 -3
- package/dist/utils/modules/product/models.d.ts +3 -2
- package/dist/utils/modules/product/utils.d.ts +1 -1
- package/dist/utils/services/translation/locales/az/index.d.ts +6 -1
- package/dist/utils/services/translation/locales/az/order.d.ts +6 -1
- package/dist/utils/services/translation/locales/es/index.d.ts +6 -1
- package/dist/utils/services/translation/locales/es/order.d.ts +6 -1
- package/dist/utils/services/translation/locales/et/index.d.ts +6 -1
- package/dist/utils/services/translation/locales/et/order.d.ts +6 -1
- package/dist/utils/services/translation/locales/hr/index.d.ts +6 -1
- package/dist/utils/services/translation/locales/hr/order.d.ts +6 -1
- package/dist/utils/services/translation/locales/index.d.ts +54 -9
- package/dist/utils/services/translation/locales/nl/index.d.ts +6 -1
- package/dist/utils/services/translation/locales/nl/order.d.ts +6 -1
- package/dist/utils/services/translation/locales/pl/index.d.ts +6 -1
- package/dist/utils/services/translation/locales/pl/order.d.ts +6 -1
- package/dist/utils/services/translation/locales/pt/index.d.ts +6 -1
- package/dist/utils/services/translation/locales/pt/order.d.ts +6 -1
- package/dist/utils/services/translation/locales/ru/index.d.ts +6 -1
- package/dist/utils/services/translation/locales/ru/order.d.ts +6 -1
- package/dist/utils/services/translation/locales/tr/index.d.ts +6 -1
- package/dist/utils/services/translation/locales/tr/order.d.ts +6 -1
- package/dist/utils/utils/index.d.ts +1 -0
- package/package.json +13 -13
|
@@ -4,6 +4,7 @@ import * as categoryModels from "src/modules/category/models";
|
|
|
4
4
|
import * as businessModels from "src/modules/business/models";
|
|
5
5
|
import * as tableModels from "src/modules/table/models";
|
|
6
6
|
import * as videoModels from "src/modules/video/models";
|
|
7
|
+
import { LocalizedText } from "src/modules/localization/models";
|
|
7
8
|
export interface CategoryProductMap extends categoryModels.Category {
|
|
8
9
|
products: productModels.Product[];
|
|
9
10
|
}
|
|
@@ -30,8 +31,8 @@ export interface MenuDesign {
|
|
|
30
31
|
menuPageTextColor: string;
|
|
31
32
|
createdAt?: string;
|
|
32
33
|
updatedAt?: string;
|
|
33
|
-
headerText?:
|
|
34
|
-
footerText?:
|
|
34
|
+
headerText?: LocalizedText;
|
|
35
|
+
footerText?: LocalizedText;
|
|
35
36
|
}
|
|
36
37
|
export interface PublicMenuData {
|
|
37
38
|
business: businessModels.Business;
|
|
@@ -1,9 +1,12 @@
|
|
|
1
|
-
import { OrderPreviewState, OrderStep, PaymentMethod } from "./models";
|
|
1
|
+
import { CustomerPaymentMethod, OrderPreviewState, OrderStep, PaymentMethod } from "./models";
|
|
2
2
|
export declare const initialOrder: {
|
|
3
3
|
orderType: any;
|
|
4
4
|
preferredPaymentMethod: PaymentMethod;
|
|
5
5
|
};
|
|
6
6
|
export declare const ORDER_STEPS: OrderStep[];
|
|
7
|
+
export declare const PAYMENT_METHODS: CustomerPaymentMethod[];
|
|
8
|
+
export declare const PRIMARY_PAYMENT_METHODS: CustomerPaymentMethod[];
|
|
9
|
+
export declare const SECONDARY_PAYMENT_METHODS: CustomerPaymentMethod[];
|
|
7
10
|
export declare const TIP_PERCENTAGES: number[];
|
|
8
11
|
export declare const initialPreviewState: OrderPreviewState;
|
|
9
12
|
export declare enum OrderErrors {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as customerModels from "../customer/models";
|
|
2
2
|
import * as productModels from "../product/models";
|
|
3
|
+
import { LocalizedText } from "src/modules/localization/models";
|
|
3
4
|
export declare enum OrderType {
|
|
4
5
|
DINE_IN = "DINE_IN",
|
|
5
6
|
PICK_UP = "PICK_UP",
|
|
@@ -26,9 +27,19 @@ export declare enum OrderItemStatus {
|
|
|
26
27
|
export declare enum PaymentMethod {
|
|
27
28
|
CASH = "CASH",
|
|
28
29
|
CARD = "CARD",
|
|
29
|
-
|
|
30
|
-
|
|
30
|
+
BANK_TRANSFER = "BANK_TRANSFER",
|
|
31
|
+
MOBILE = "MOBILE",
|
|
32
|
+
QR = "QR",
|
|
33
|
+
VOUCHER = "VOUCHER",
|
|
34
|
+
COMP = "COMP",
|
|
35
|
+
MIXED = "MIXED"
|
|
31
36
|
}
|
|
37
|
+
/**
|
|
38
|
+
* The methods a customer can signal at checkout. COMP and MIXED are settlement
|
|
39
|
+
* outcomes the venue records itself once money changes hands, so they are part
|
|
40
|
+
* of the enum the API speaks but never an option in the public menu.
|
|
41
|
+
*/
|
|
42
|
+
export type CustomerPaymentMethod = Exclude<PaymentMethod, PaymentMethod.COMP | PaymentMethod.MIXED>;
|
|
32
43
|
export interface OrderAddonOption {
|
|
33
44
|
optionId: number;
|
|
34
45
|
/** Gross unit price (listingPrice from the menu listing). */
|
|
@@ -168,7 +179,7 @@ export interface CalculatePreviewRequest {
|
|
|
168
179
|
}
|
|
169
180
|
export interface CalculatePreviewTax {
|
|
170
181
|
branchTaxId: number;
|
|
171
|
-
name:
|
|
182
|
+
name: LocalizedText;
|
|
172
183
|
rate: number;
|
|
173
184
|
type: "percentage" | "fixed";
|
|
174
185
|
addToListingPrice: boolean;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { MenuAddon } from "../addon/models";
|
|
2
|
+
import { LocalizedText } from "src/modules/localization/models";
|
|
2
3
|
export interface LocalizedContent {
|
|
3
4
|
name: string;
|
|
4
5
|
description: string;
|
|
@@ -13,7 +14,7 @@ export interface ProductVariant {
|
|
|
13
14
|
*/
|
|
14
15
|
listingPrice: number;
|
|
15
16
|
/** Title keyed by language code, e.g. { en: "Large", az: "Böyük" }. */
|
|
16
|
-
title:
|
|
17
|
+
title: LocalizedText;
|
|
17
18
|
productId?: number;
|
|
18
19
|
remove?: boolean;
|
|
19
20
|
}
|
|
@@ -65,7 +66,7 @@ export interface Product {
|
|
|
65
66
|
export interface AllergenDetail {
|
|
66
67
|
code: AllergenCode;
|
|
67
68
|
/** Label keyed by language code, e.g. `{ en: "Gluten", az: "Qlüten" }`. */
|
|
68
|
-
translations:
|
|
69
|
+
translations: LocalizedText;
|
|
69
70
|
}
|
|
70
71
|
/**
|
|
71
72
|
* An allergen code as it comes off the wire. Deliberately open: the API owns
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AllergenCode, LocalizedContent, Product, ProductVariant, SellUnitType } from "./models";
|
|
2
1
|
import { MenuAddon } from "src/modules/addon/models";
|
|
2
|
+
import { AllergenCode, LocalizedContent, Product, ProductVariant, SellUnitType } from "./models";
|
|
3
3
|
export declare const getProductTranslation: (product: Pick<Product, "translations">, language: string) => LocalizedContent;
|
|
4
4
|
export declare const getProductVariant: (product: Pick<Product, "variants">, variantId: number) => ProductVariant;
|
|
5
5
|
export declare const getProductVariantTranslation: (variant: ProductVariant, language: string) => string;
|
|
@@ -42,7 +42,6 @@ declare const _default: {
|
|
|
42
42
|
"Dine in": string;
|
|
43
43
|
Pickup: string;
|
|
44
44
|
Cash: string;
|
|
45
|
-
"POS Terminal": string;
|
|
46
45
|
"Order summary": string;
|
|
47
46
|
Items: string;
|
|
48
47
|
Tax: string;
|
|
@@ -62,6 +61,12 @@ declare const _default: {
|
|
|
62
61
|
Table: string;
|
|
63
62
|
"Select Table": string;
|
|
64
63
|
Card: string;
|
|
64
|
+
"Payment method": string;
|
|
65
|
+
"More methods": string;
|
|
66
|
+
"Bank transfer": string;
|
|
67
|
+
"Mobile pay": string;
|
|
68
|
+
"QR code": string;
|
|
69
|
+
Voucher: string;
|
|
65
70
|
"Closed Now": string;
|
|
66
71
|
"Delivery Fee": string;
|
|
67
72
|
"Play video": string;
|
|
@@ -17,7 +17,6 @@ declare const _default: {
|
|
|
17
17
|
"Dine in": string;
|
|
18
18
|
Pickup: string;
|
|
19
19
|
Cash: string;
|
|
20
|
-
"POS Terminal": string;
|
|
21
20
|
"Order summary": string;
|
|
22
21
|
Items: string;
|
|
23
22
|
Tax: string;
|
|
@@ -37,6 +36,12 @@ declare const _default: {
|
|
|
37
36
|
Table: string;
|
|
38
37
|
"Select Table": string;
|
|
39
38
|
Card: string;
|
|
39
|
+
"Payment method": string;
|
|
40
|
+
"More methods": string;
|
|
41
|
+
"Bank transfer": string;
|
|
42
|
+
"Mobile pay": string;
|
|
43
|
+
"QR code": string;
|
|
44
|
+
Voucher: string;
|
|
40
45
|
"Closed Now": string;
|
|
41
46
|
"Delivery Fee": string;
|
|
42
47
|
"Play video": string;
|
|
@@ -89,7 +89,6 @@ declare const _default: {
|
|
|
89
89
|
"Dine in": string;
|
|
90
90
|
Pickup: string;
|
|
91
91
|
Cash: string;
|
|
92
|
-
"POS Terminal": string;
|
|
93
92
|
"Order summary": string;
|
|
94
93
|
Items: string;
|
|
95
94
|
Tax: string;
|
|
@@ -109,6 +108,12 @@ declare const _default: {
|
|
|
109
108
|
Table: string;
|
|
110
109
|
"Select Table": string;
|
|
111
110
|
Card: string;
|
|
111
|
+
"Payment method": string;
|
|
112
|
+
"More methods": string;
|
|
113
|
+
"Bank transfer": string;
|
|
114
|
+
"Mobile pay": string;
|
|
115
|
+
"QR code": string;
|
|
116
|
+
Voucher: string;
|
|
112
117
|
"Closed Now": string;
|
|
113
118
|
"Delivery Fee": string;
|
|
114
119
|
"Play video": string;
|
|
@@ -17,7 +17,6 @@ declare const _default: {
|
|
|
17
17
|
"Dine in": string;
|
|
18
18
|
Pickup: string;
|
|
19
19
|
Cash: string;
|
|
20
|
-
"POS Terminal": string;
|
|
21
20
|
"Order summary": string;
|
|
22
21
|
Items: string;
|
|
23
22
|
Tax: string;
|
|
@@ -37,6 +36,12 @@ declare const _default: {
|
|
|
37
36
|
Table: string;
|
|
38
37
|
"Select Table": string;
|
|
39
38
|
Card: string;
|
|
39
|
+
"Payment method": string;
|
|
40
|
+
"More methods": string;
|
|
41
|
+
"Bank transfer": string;
|
|
42
|
+
"Mobile pay": string;
|
|
43
|
+
"QR code": string;
|
|
44
|
+
Voucher: string;
|
|
40
45
|
"Closed Now": string;
|
|
41
46
|
"Delivery Fee": string;
|
|
42
47
|
"Play video": string;
|
|
@@ -46,7 +46,6 @@ declare const _default: {
|
|
|
46
46
|
"Dine in": string;
|
|
47
47
|
Pickup: string;
|
|
48
48
|
Cash: string;
|
|
49
|
-
"POS Terminal": string;
|
|
50
49
|
"Order summary": string;
|
|
51
50
|
Items: string;
|
|
52
51
|
Tax: string;
|
|
@@ -63,6 +62,12 @@ declare const _default: {
|
|
|
63
62
|
Table: string;
|
|
64
63
|
"Select Table": string;
|
|
65
64
|
Card: string;
|
|
65
|
+
"Payment method": string;
|
|
66
|
+
"More methods": string;
|
|
67
|
+
"Bank transfer": string;
|
|
68
|
+
"Mobile pay": string;
|
|
69
|
+
"QR code": string;
|
|
70
|
+
Voucher: string;
|
|
66
71
|
"Closed Now": string;
|
|
67
72
|
"Delivery Fee": string;
|
|
68
73
|
"Play video": string;
|
|
@@ -21,7 +21,6 @@ declare const _default: {
|
|
|
21
21
|
"Dine in": string;
|
|
22
22
|
Pickup: string;
|
|
23
23
|
Cash: string;
|
|
24
|
-
"POS Terminal": string;
|
|
25
24
|
"Order summary": string;
|
|
26
25
|
Items: string;
|
|
27
26
|
Tax: string;
|
|
@@ -38,6 +37,12 @@ declare const _default: {
|
|
|
38
37
|
Table: string;
|
|
39
38
|
"Select Table": string;
|
|
40
39
|
Card: string;
|
|
40
|
+
"Payment method": string;
|
|
41
|
+
"More methods": string;
|
|
42
|
+
"Bank transfer": string;
|
|
43
|
+
"Mobile pay": string;
|
|
44
|
+
"QR code": string;
|
|
45
|
+
Voucher: string;
|
|
41
46
|
"Closed Now": string;
|
|
42
47
|
"Delivery Fee": string;
|
|
43
48
|
"Play video": string;
|
|
@@ -42,7 +42,6 @@ declare const _default: {
|
|
|
42
42
|
"Dine in": string;
|
|
43
43
|
Pickup: string;
|
|
44
44
|
Cash: string;
|
|
45
|
-
"POS Terminal": string;
|
|
46
45
|
"Order summary": string;
|
|
47
46
|
Items: string;
|
|
48
47
|
Tax: string;
|
|
@@ -62,6 +61,12 @@ declare const _default: {
|
|
|
62
61
|
Table: string;
|
|
63
62
|
"Select Table": string;
|
|
64
63
|
Card: string;
|
|
64
|
+
"Payment method": string;
|
|
65
|
+
"More methods": string;
|
|
66
|
+
"Bank transfer": string;
|
|
67
|
+
"Mobile pay": string;
|
|
68
|
+
"QR code": string;
|
|
69
|
+
Voucher: string;
|
|
65
70
|
"Closed Now": string;
|
|
66
71
|
"Delivery Fee": string;
|
|
67
72
|
"Play video": string;
|
|
@@ -17,7 +17,6 @@ declare const _default: {
|
|
|
17
17
|
"Dine in": string;
|
|
18
18
|
Pickup: string;
|
|
19
19
|
Cash: string;
|
|
20
|
-
"POS Terminal": string;
|
|
21
20
|
"Order summary": string;
|
|
22
21
|
Items: string;
|
|
23
22
|
Tax: string;
|
|
@@ -37,6 +36,12 @@ declare const _default: {
|
|
|
37
36
|
Table: string;
|
|
38
37
|
"Select Table": string;
|
|
39
38
|
Card: string;
|
|
39
|
+
"Payment method": string;
|
|
40
|
+
"More methods": string;
|
|
41
|
+
"Bank transfer": string;
|
|
42
|
+
"Mobile pay": string;
|
|
43
|
+
"QR code": string;
|
|
44
|
+
Voucher: string;
|
|
40
45
|
"Closed Now": string;
|
|
41
46
|
"Delivery Fee": string;
|
|
42
47
|
"Play video": string;
|
|
@@ -43,7 +43,6 @@ declare const _default: {
|
|
|
43
43
|
"Dine in": string;
|
|
44
44
|
Pickup: string;
|
|
45
45
|
Cash: string;
|
|
46
|
-
"POS Terminal": string;
|
|
47
46
|
"Order summary": string;
|
|
48
47
|
Items: string;
|
|
49
48
|
Tax: string;
|
|
@@ -63,6 +62,12 @@ declare const _default: {
|
|
|
63
62
|
Table: string;
|
|
64
63
|
"Select Table": string;
|
|
65
64
|
Card: string;
|
|
65
|
+
"Payment method": string;
|
|
66
|
+
"More methods": string;
|
|
67
|
+
"Bank transfer": string;
|
|
68
|
+
"Mobile pay": string;
|
|
69
|
+
"QR code": string;
|
|
70
|
+
Voucher: string;
|
|
66
71
|
"Closed Now": string;
|
|
67
72
|
"Delivery Fee": string;
|
|
68
73
|
"Play video": string;
|
|
@@ -250,7 +255,6 @@ declare const _default: {
|
|
|
250
255
|
"Dine in": string;
|
|
251
256
|
Pickup: string;
|
|
252
257
|
Cash: string;
|
|
253
|
-
"POS Terminal": string;
|
|
254
258
|
"Order summary": string;
|
|
255
259
|
Items: string;
|
|
256
260
|
Tax: string;
|
|
@@ -270,6 +274,12 @@ declare const _default: {
|
|
|
270
274
|
Table: string;
|
|
271
275
|
"Select Table": string;
|
|
272
276
|
Card: string;
|
|
277
|
+
"Payment method": string;
|
|
278
|
+
"More methods": string;
|
|
279
|
+
"Bank transfer": string;
|
|
280
|
+
"Mobile pay": string;
|
|
281
|
+
"QR code": string;
|
|
282
|
+
Voucher: string;
|
|
273
283
|
"Closed Now": string;
|
|
274
284
|
"Delivery Fee": string;
|
|
275
285
|
"Play video": string;
|
|
@@ -336,7 +346,6 @@ declare const _default: {
|
|
|
336
346
|
"Dine in": string;
|
|
337
347
|
Pickup: string;
|
|
338
348
|
Cash: string;
|
|
339
|
-
"POS Terminal": string;
|
|
340
349
|
"Order summary": string;
|
|
341
350
|
Items: string;
|
|
342
351
|
Tax: string;
|
|
@@ -353,6 +362,12 @@ declare const _default: {
|
|
|
353
362
|
Table: string;
|
|
354
363
|
"Select Table": string;
|
|
355
364
|
Card: string;
|
|
365
|
+
"Payment method": string;
|
|
366
|
+
"More methods": string;
|
|
367
|
+
"Bank transfer": string;
|
|
368
|
+
"Mobile pay": string;
|
|
369
|
+
"QR code": string;
|
|
370
|
+
Voucher: string;
|
|
356
371
|
"Closed Now": string;
|
|
357
372
|
"Delivery Fee": string;
|
|
358
373
|
"Play video": string;
|
|
@@ -462,7 +477,6 @@ declare const _default: {
|
|
|
462
477
|
"Dine in": string;
|
|
463
478
|
Pickup: string;
|
|
464
479
|
Cash: string;
|
|
465
|
-
"POS Terminal": string;
|
|
466
480
|
"Order summary": string;
|
|
467
481
|
Items: string;
|
|
468
482
|
Tax: string;
|
|
@@ -479,6 +493,12 @@ declare const _default: {
|
|
|
479
493
|
Table: string;
|
|
480
494
|
"Select Table": string;
|
|
481
495
|
Card: string;
|
|
496
|
+
"Payment method": string;
|
|
497
|
+
"More methods": string;
|
|
498
|
+
"Bank transfer": string;
|
|
499
|
+
"Mobile pay": string;
|
|
500
|
+
"QR code": string;
|
|
501
|
+
Voucher: string;
|
|
482
502
|
"Closed Now": string;
|
|
483
503
|
"Delivery Fee": string;
|
|
484
504
|
"Play video": string;
|
|
@@ -588,7 +608,6 @@ declare const _default: {
|
|
|
588
608
|
"Dine in": string;
|
|
589
609
|
Pickup: string;
|
|
590
610
|
Cash: string;
|
|
591
|
-
"POS Terminal": string;
|
|
592
611
|
"Order summary": string;
|
|
593
612
|
Items: string;
|
|
594
613
|
Tax: string;
|
|
@@ -605,6 +624,12 @@ declare const _default: {
|
|
|
605
624
|
Table: string;
|
|
606
625
|
"Select Table": string;
|
|
607
626
|
Card: string;
|
|
627
|
+
"Payment method": string;
|
|
628
|
+
"More methods": string;
|
|
629
|
+
"Bank transfer": string;
|
|
630
|
+
"Mobile pay": string;
|
|
631
|
+
"QR code": string;
|
|
632
|
+
Voucher: string;
|
|
608
633
|
"Closed Now": string;
|
|
609
634
|
"Delivery Fee": string;
|
|
610
635
|
"Play video": string;
|
|
@@ -714,7 +739,6 @@ declare const _default: {
|
|
|
714
739
|
"Dine in": string;
|
|
715
740
|
Pickup: string;
|
|
716
741
|
Cash: string;
|
|
717
|
-
"POS Terminal": string;
|
|
718
742
|
"Order summary": string;
|
|
719
743
|
Items: string;
|
|
720
744
|
Tax: string;
|
|
@@ -731,6 +755,12 @@ declare const _default: {
|
|
|
731
755
|
Table: string;
|
|
732
756
|
"Select Table": string;
|
|
733
757
|
Card: string;
|
|
758
|
+
"Payment method": string;
|
|
759
|
+
"More methods": string;
|
|
760
|
+
"Bank transfer": string;
|
|
761
|
+
"Mobile pay": string;
|
|
762
|
+
"QR code": string;
|
|
763
|
+
Voucher: string;
|
|
734
764
|
"Closed Now": string;
|
|
735
765
|
"Delivery Fee": string;
|
|
736
766
|
"Play video": string;
|
|
@@ -836,7 +866,6 @@ declare const _default: {
|
|
|
836
866
|
"Dine in": string;
|
|
837
867
|
Pickup: string;
|
|
838
868
|
Cash: string;
|
|
839
|
-
"POS Terminal": string;
|
|
840
869
|
"Order summary": string;
|
|
841
870
|
Items: string;
|
|
842
871
|
Tax: string;
|
|
@@ -856,6 +885,12 @@ declare const _default: {
|
|
|
856
885
|
Table: string;
|
|
857
886
|
"Select Table": string;
|
|
858
887
|
Card: string;
|
|
888
|
+
"Payment method": string;
|
|
889
|
+
"More methods": string;
|
|
890
|
+
"Bank transfer": string;
|
|
891
|
+
"Mobile pay": string;
|
|
892
|
+
"QR code": string;
|
|
893
|
+
Voucher: string;
|
|
859
894
|
"Closed Now": string;
|
|
860
895
|
"Delivery Fee": string;
|
|
861
896
|
"Play video": string;
|
|
@@ -964,7 +999,6 @@ declare const _default: {
|
|
|
964
999
|
"Dine in": string;
|
|
965
1000
|
Pickup: string;
|
|
966
1001
|
Cash: string;
|
|
967
|
-
"POS Terminal": string;
|
|
968
1002
|
"Order summary": string;
|
|
969
1003
|
Items: string;
|
|
970
1004
|
Tax: string;
|
|
@@ -984,6 +1018,12 @@ declare const _default: {
|
|
|
984
1018
|
Table: string;
|
|
985
1019
|
"Select Table": string;
|
|
986
1020
|
Card: string;
|
|
1021
|
+
"Payment method": string;
|
|
1022
|
+
"More methods": string;
|
|
1023
|
+
"Bank transfer": string;
|
|
1024
|
+
"Mobile pay": string;
|
|
1025
|
+
"QR code": string;
|
|
1026
|
+
Voucher: string;
|
|
987
1027
|
"Closed Now": string;
|
|
988
1028
|
"Delivery Fee": string;
|
|
989
1029
|
"Play video": string;
|
|
@@ -1092,7 +1132,6 @@ declare const _default: {
|
|
|
1092
1132
|
"Dine in": string;
|
|
1093
1133
|
Pickup: string;
|
|
1094
1134
|
Cash: string;
|
|
1095
|
-
"POS Terminal": string;
|
|
1096
1135
|
"Order summary": string;
|
|
1097
1136
|
Items: string;
|
|
1098
1137
|
Tax: string;
|
|
@@ -1112,6 +1151,12 @@ declare const _default: {
|
|
|
1112
1151
|
Table: string;
|
|
1113
1152
|
"Select Table": string;
|
|
1114
1153
|
Card: string;
|
|
1154
|
+
"Payment method": string;
|
|
1155
|
+
"More methods": string;
|
|
1156
|
+
"Bank transfer": string;
|
|
1157
|
+
"Mobile pay": string;
|
|
1158
|
+
"QR code": string;
|
|
1159
|
+
Voucher: string;
|
|
1115
1160
|
"Closed Now": string;
|
|
1116
1161
|
"Delivery Fee": string;
|
|
1117
1162
|
"Play video": string;
|
|
@@ -46,7 +46,6 @@ declare const _default: {
|
|
|
46
46
|
"Dine in": string;
|
|
47
47
|
Pickup: string;
|
|
48
48
|
Cash: string;
|
|
49
|
-
"POS Terminal": string;
|
|
50
49
|
"Order summary": string;
|
|
51
50
|
Items: string;
|
|
52
51
|
Tax: string;
|
|
@@ -63,6 +62,12 @@ declare const _default: {
|
|
|
63
62
|
Table: string;
|
|
64
63
|
"Select Table": string;
|
|
65
64
|
Card: string;
|
|
65
|
+
"Payment method": string;
|
|
66
|
+
"More methods": string;
|
|
67
|
+
"Bank transfer": string;
|
|
68
|
+
"Mobile pay": string;
|
|
69
|
+
"QR code": string;
|
|
70
|
+
Voucher: string;
|
|
66
71
|
"Closed Now": string;
|
|
67
72
|
"Delivery Fee": string;
|
|
68
73
|
"Play video": string;
|
|
@@ -21,7 +21,6 @@ declare const _default: {
|
|
|
21
21
|
"Dine in": string;
|
|
22
22
|
Pickup: string;
|
|
23
23
|
Cash: string;
|
|
24
|
-
"POS Terminal": string;
|
|
25
24
|
"Order summary": string;
|
|
26
25
|
Items: string;
|
|
27
26
|
Tax: string;
|
|
@@ -38,6 +37,12 @@ declare const _default: {
|
|
|
38
37
|
Table: string;
|
|
39
38
|
"Select Table": string;
|
|
40
39
|
Card: string;
|
|
40
|
+
"Payment method": string;
|
|
41
|
+
"More methods": string;
|
|
42
|
+
"Bank transfer": string;
|
|
43
|
+
"Mobile pay": string;
|
|
44
|
+
"QR code": string;
|
|
45
|
+
Voucher: string;
|
|
41
46
|
"Closed Now": string;
|
|
42
47
|
"Delivery Fee": string;
|
|
43
48
|
"Play video": string;
|
|
@@ -42,7 +42,6 @@ declare const _default: {
|
|
|
42
42
|
"Dine in": string;
|
|
43
43
|
Pickup: string;
|
|
44
44
|
Cash: string;
|
|
45
|
-
"POS Terminal": string;
|
|
46
45
|
"Order summary": string;
|
|
47
46
|
Items: string;
|
|
48
47
|
Tax: string;
|
|
@@ -62,6 +61,12 @@ declare const _default: {
|
|
|
62
61
|
Table: string;
|
|
63
62
|
"Select Table": string;
|
|
64
63
|
Card: string;
|
|
64
|
+
"Payment method": string;
|
|
65
|
+
"More methods": string;
|
|
66
|
+
"Bank transfer": string;
|
|
67
|
+
"Mobile pay": string;
|
|
68
|
+
"QR code": string;
|
|
69
|
+
Voucher: string;
|
|
65
70
|
"Closed Now": string;
|
|
66
71
|
"Delivery Fee": string;
|
|
67
72
|
"Play video": string;
|
|
@@ -17,7 +17,6 @@ declare const _default: {
|
|
|
17
17
|
"Dine in": string;
|
|
18
18
|
Pickup: string;
|
|
19
19
|
Cash: string;
|
|
20
|
-
"POS Terminal": string;
|
|
21
20
|
"Order summary": string;
|
|
22
21
|
Items: string;
|
|
23
22
|
Tax: string;
|
|
@@ -37,6 +36,12 @@ declare const _default: {
|
|
|
37
36
|
Table: string;
|
|
38
37
|
"Select Table": string;
|
|
39
38
|
Card: string;
|
|
39
|
+
"Payment method": string;
|
|
40
|
+
"More methods": string;
|
|
41
|
+
"Bank transfer": string;
|
|
42
|
+
"Mobile pay": string;
|
|
43
|
+
"QR code": string;
|
|
44
|
+
Voucher: string;
|
|
40
45
|
"Closed Now": string;
|
|
41
46
|
"Delivery Fee": string;
|
|
42
47
|
"Play video": string;
|
|
@@ -42,7 +42,6 @@ declare const _default: {
|
|
|
42
42
|
"Dine in": string;
|
|
43
43
|
Pickup: string;
|
|
44
44
|
Cash: string;
|
|
45
|
-
"POS Terminal": string;
|
|
46
45
|
"Order summary": string;
|
|
47
46
|
Items: string;
|
|
48
47
|
Tax: string;
|
|
@@ -62,6 +61,12 @@ declare const _default: {
|
|
|
62
61
|
Table: string;
|
|
63
62
|
"Select Table": string;
|
|
64
63
|
Card: string;
|
|
64
|
+
"Payment method": string;
|
|
65
|
+
"More methods": string;
|
|
66
|
+
"Bank transfer": string;
|
|
67
|
+
"Mobile pay": string;
|
|
68
|
+
"QR code": string;
|
|
69
|
+
Voucher: string;
|
|
65
70
|
"Closed Now": string;
|
|
66
71
|
"Delivery Fee": string;
|
|
67
72
|
"Play video": string;
|
|
@@ -17,7 +17,6 @@ declare const _default: {
|
|
|
17
17
|
"Dine in": string;
|
|
18
18
|
Pickup: string;
|
|
19
19
|
Cash: string;
|
|
20
|
-
"POS Terminal": string;
|
|
21
20
|
"Order summary": string;
|
|
22
21
|
Items: string;
|
|
23
22
|
Tax: string;
|
|
@@ -37,6 +36,12 @@ declare const _default: {
|
|
|
37
36
|
Table: string;
|
|
38
37
|
"Select Table": string;
|
|
39
38
|
Card: string;
|
|
39
|
+
"Payment method": string;
|
|
40
|
+
"More methods": string;
|
|
41
|
+
"Bank transfer": string;
|
|
42
|
+
"Mobile pay": string;
|
|
43
|
+
"QR code": string;
|
|
44
|
+
Voucher: string;
|
|
40
45
|
"Closed Now": string;
|
|
41
46
|
"Delivery Fee": string;
|
|
42
47
|
"Play video": string;
|
|
@@ -46,7 +46,6 @@ declare const _default: {
|
|
|
46
46
|
"Dine in": string;
|
|
47
47
|
Pickup: string;
|
|
48
48
|
Cash: string;
|
|
49
|
-
"POS Terminal": string;
|
|
50
49
|
"Order summary": string;
|
|
51
50
|
Items: string;
|
|
52
51
|
Tax: string;
|
|
@@ -63,6 +62,12 @@ declare const _default: {
|
|
|
63
62
|
Table: string;
|
|
64
63
|
"Select Table": string;
|
|
65
64
|
Card: string;
|
|
65
|
+
"Payment method": string;
|
|
66
|
+
"More methods": string;
|
|
67
|
+
"Bank transfer": string;
|
|
68
|
+
"Mobile pay": string;
|
|
69
|
+
"QR code": string;
|
|
70
|
+
Voucher: string;
|
|
66
71
|
"Closed Now": string;
|
|
67
72
|
"Delivery Fee": string;
|
|
68
73
|
"Play video": string;
|
|
@@ -21,7 +21,6 @@ declare const _default: {
|
|
|
21
21
|
"Dine in": string;
|
|
22
22
|
Pickup: string;
|
|
23
23
|
Cash: string;
|
|
24
|
-
"POS Terminal": string;
|
|
25
24
|
"Order summary": string;
|
|
26
25
|
Items: string;
|
|
27
26
|
Tax: string;
|
|
@@ -38,6 +37,12 @@ declare const _default: {
|
|
|
38
37
|
Table: string;
|
|
39
38
|
"Select Table": string;
|
|
40
39
|
Card: string;
|
|
40
|
+
"Payment method": string;
|
|
41
|
+
"More methods": string;
|
|
42
|
+
"Bank transfer": string;
|
|
43
|
+
"Mobile pay": string;
|
|
44
|
+
"QR code": string;
|
|
45
|
+
Voucher: string;
|
|
41
46
|
"Closed Now": string;
|
|
42
47
|
"Delivery Fee": string;
|
|
43
48
|
"Play video": string;
|
|
@@ -46,7 +46,6 @@ declare const _default: {
|
|
|
46
46
|
"Dine in": string;
|
|
47
47
|
Pickup: string;
|
|
48
48
|
Cash: string;
|
|
49
|
-
"POS Terminal": string;
|
|
50
49
|
"Order summary": string;
|
|
51
50
|
Items: string;
|
|
52
51
|
Tax: string;
|
|
@@ -63,6 +62,12 @@ declare const _default: {
|
|
|
63
62
|
Table: string;
|
|
64
63
|
"Select Table": string;
|
|
65
64
|
Card: string;
|
|
65
|
+
"Payment method": string;
|
|
66
|
+
"More methods": string;
|
|
67
|
+
"Bank transfer": string;
|
|
68
|
+
"Mobile pay": string;
|
|
69
|
+
"QR code": string;
|
|
70
|
+
Voucher: string;
|
|
66
71
|
"Closed Now": string;
|
|
67
72
|
"Delivery Fee": string;
|
|
68
73
|
"Play video": string;
|
|
@@ -21,7 +21,6 @@ declare const _default: {
|
|
|
21
21
|
"Dine in": string;
|
|
22
22
|
Pickup: string;
|
|
23
23
|
Cash: string;
|
|
24
|
-
"POS Terminal": string;
|
|
25
24
|
"Order summary": string;
|
|
26
25
|
Items: string;
|
|
27
26
|
Tax: string;
|
|
@@ -38,6 +37,12 @@ declare const _default: {
|
|
|
38
37
|
Table: string;
|
|
39
38
|
"Select Table": string;
|
|
40
39
|
Card: string;
|
|
40
|
+
"Payment method": string;
|
|
41
|
+
"More methods": string;
|
|
42
|
+
"Bank transfer": string;
|
|
43
|
+
"Mobile pay": string;
|
|
44
|
+
"QR code": string;
|
|
45
|
+
Voucher: string;
|
|
41
46
|
"Closed Now": string;
|
|
42
47
|
"Delivery Fee": string;
|
|
43
48
|
"Play video": string;
|