@tabres/react 1.0.50 → 1.0.52

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.
Files changed (105) hide show
  1. package/dist/components/AllergenIcons/AllergenIcons.d.ts +25 -0
  2. package/dist/components/AllergenIcons/AllergenIcons.test.d.ts +1 -0
  3. package/dist/components/AllergenIcons/icons/Buckwheat.d.ts +3 -0
  4. package/dist/components/AllergenIcons/icons/Celery.d.ts +3 -0
  5. package/dist/components/AllergenIcons/icons/Crustaceans.d.ts +3 -0
  6. package/dist/components/AllergenIcons/icons/Eggs.d.ts +3 -0
  7. package/dist/components/AllergenIcons/icons/Fish.d.ts +3 -0
  8. package/dist/components/AllergenIcons/icons/Gluten.d.ts +3 -0
  9. package/dist/components/AllergenIcons/icons/Lupin.d.ts +3 -0
  10. package/dist/components/AllergenIcons/icons/Milk.d.ts +3 -0
  11. package/dist/components/AllergenIcons/icons/Molluscs.d.ts +3 -0
  12. package/dist/components/AllergenIcons/icons/Mustard.d.ts +3 -0
  13. package/dist/components/AllergenIcons/icons/Peanuts.d.ts +3 -0
  14. package/dist/components/AllergenIcons/icons/Sesame.d.ts +3 -0
  15. package/dist/components/AllergenIcons/icons/Soy.d.ts +3 -0
  16. package/dist/components/AllergenIcons/icons/Sulphites.d.ts +3 -0
  17. package/dist/components/AllergenIcons/icons/TreeNuts.d.ts +3 -0
  18. package/dist/components/AllergenIcons/icons/index.d.ts +19 -0
  19. package/dist/components/AllergenIcons/index.d.ts +2 -0
  20. package/dist/index.d.ts +1 -0
  21. package/dist/index.esm.js +1 -1
  22. package/dist/index.esm.js.map +1 -1
  23. package/dist/index.js +1 -1
  24. package/dist/index.js.map +1 -1
  25. package/dist/models/index.esm.js +1 -1
  26. package/dist/models/index.esm.js.map +1 -1
  27. package/dist/models/index.js +1 -1
  28. package/dist/models/index.js.map +1 -1
  29. package/dist/models/modules/order/constants.d.ts +4 -1
  30. package/dist/models/modules/order/models.d.ts +12 -2
  31. package/dist/models/modules/product/models.d.ts +58 -0
  32. package/dist/models/modules/product/utils.d.ts +21 -1
  33. package/dist/models/services/translation/locales/az/index.d.ts +7 -1
  34. package/dist/models/services/translation/locales/az/order.d.ts +7 -1
  35. package/dist/models/services/translation/locales/es/index.d.ts +7 -1
  36. package/dist/models/services/translation/locales/es/order.d.ts +7 -1
  37. package/dist/models/services/translation/locales/et/index.d.ts +7 -1
  38. package/dist/models/services/translation/locales/et/order.d.ts +7 -1
  39. package/dist/models/services/translation/locales/hr/index.d.ts +7 -1
  40. package/dist/models/services/translation/locales/hr/order.d.ts +7 -1
  41. package/dist/models/services/translation/locales/index.d.ts +63 -9
  42. package/dist/models/services/translation/locales/nl/index.d.ts +7 -1
  43. package/dist/models/services/translation/locales/nl/order.d.ts +7 -1
  44. package/dist/models/services/translation/locales/pl/index.d.ts +7 -1
  45. package/dist/models/services/translation/locales/pl/order.d.ts +7 -1
  46. package/dist/models/services/translation/locales/pt/index.d.ts +7 -1
  47. package/dist/models/services/translation/locales/pt/order.d.ts +7 -1
  48. package/dist/models/services/translation/locales/ru/index.d.ts +7 -1
  49. package/dist/models/services/translation/locales/ru/order.d.ts +7 -1
  50. package/dist/models/services/translation/locales/tr/index.d.ts +7 -1
  51. package/dist/models/services/translation/locales/tr/order.d.ts +7 -1
  52. package/dist/modules/order/constants.d.ts +4 -1
  53. package/dist/modules/order/models.d.ts +12 -2
  54. package/dist/modules/product/models.d.ts +58 -0
  55. package/dist/modules/product/utils.d.ts +21 -1
  56. package/dist/modules/product/utils.test.d.ts +1 -0
  57. package/dist/services/translation/locales/az/index.d.ts +7 -1
  58. package/dist/services/translation/locales/az/order.d.ts +7 -1
  59. package/dist/services/translation/locales/es/index.d.ts +7 -1
  60. package/dist/services/translation/locales/es/order.d.ts +7 -1
  61. package/dist/services/translation/locales/et/index.d.ts +7 -1
  62. package/dist/services/translation/locales/et/order.d.ts +7 -1
  63. package/dist/services/translation/locales/hr/index.d.ts +7 -1
  64. package/dist/services/translation/locales/hr/order.d.ts +7 -1
  65. package/dist/services/translation/locales/index.d.ts +63 -9
  66. package/dist/services/translation/locales/nl/index.d.ts +7 -1
  67. package/dist/services/translation/locales/nl/order.d.ts +7 -1
  68. package/dist/services/translation/locales/pl/index.d.ts +7 -1
  69. package/dist/services/translation/locales/pl/order.d.ts +7 -1
  70. package/dist/services/translation/locales/pt/index.d.ts +7 -1
  71. package/dist/services/translation/locales/pt/order.d.ts +7 -1
  72. package/dist/services/translation/locales/ru/index.d.ts +7 -1
  73. package/dist/services/translation/locales/ru/order.d.ts +7 -1
  74. package/dist/services/translation/locales/tr/index.d.ts +7 -1
  75. package/dist/services/translation/locales/tr/order.d.ts +7 -1
  76. package/dist/styles/ui.css +1 -1
  77. package/dist/styles/ui.css.map +1 -1
  78. package/dist/utils/index.esm.js +1 -1
  79. package/dist/utils/index.esm.js.map +1 -1
  80. package/dist/utils/index.js +1 -1
  81. package/dist/utils/index.js.map +1 -1
  82. package/dist/utils/modules/order/constants.d.ts +4 -1
  83. package/dist/utils/modules/order/models.d.ts +12 -2
  84. package/dist/utils/modules/product/models.d.ts +58 -0
  85. package/dist/utils/modules/product/utils.d.ts +21 -1
  86. package/dist/utils/services/translation/locales/az/index.d.ts +7 -1
  87. package/dist/utils/services/translation/locales/az/order.d.ts +7 -1
  88. package/dist/utils/services/translation/locales/es/index.d.ts +7 -1
  89. package/dist/utils/services/translation/locales/es/order.d.ts +7 -1
  90. package/dist/utils/services/translation/locales/et/index.d.ts +7 -1
  91. package/dist/utils/services/translation/locales/et/order.d.ts +7 -1
  92. package/dist/utils/services/translation/locales/hr/index.d.ts +7 -1
  93. package/dist/utils/services/translation/locales/hr/order.d.ts +7 -1
  94. package/dist/utils/services/translation/locales/index.d.ts +63 -9
  95. package/dist/utils/services/translation/locales/nl/index.d.ts +7 -1
  96. package/dist/utils/services/translation/locales/nl/order.d.ts +7 -1
  97. package/dist/utils/services/translation/locales/pl/index.d.ts +7 -1
  98. package/dist/utils/services/translation/locales/pl/order.d.ts +7 -1
  99. package/dist/utils/services/translation/locales/pt/index.d.ts +7 -1
  100. package/dist/utils/services/translation/locales/pt/order.d.ts +7 -1
  101. package/dist/utils/services/translation/locales/ru/index.d.ts +7 -1
  102. package/dist/utils/services/translation/locales/ru/order.d.ts +7 -1
  103. package/dist/utils/services/translation/locales/tr/index.d.ts +7 -1
  104. package/dist/utils/services/translation/locales/tr/order.d.ts +7 -1
  105. package/package.json +13 -13
@@ -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;
@@ -52,5 +57,6 @@ declare const _default: {
52
57
  Tip: string;
53
58
  "Total with tip": string;
54
59
  "Enter tip amount": string;
60
+ "Contains allergens": string;
55
61
  };
56
62
  export default _default;
@@ -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;
@@ -75,6 +80,7 @@ declare const _default: {
75
80
  Tip: string;
76
81
  "Total with tip": string;
77
82
  "Enter tip amount": string;
83
+ "Contains allergens": string;
78
84
  };
79
85
  customer: {
80
86
  "Unknown address": 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;
@@ -50,5 +55,6 @@ declare const _default: {
50
55
  Tip: string;
51
56
  "Total with tip": string;
52
57
  "Enter tip amount": string;
58
+ "Contains allergens": string;
53
59
  };
54
60
  export default _default;
@@ -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;
@@ -76,6 +81,7 @@ declare const _default: {
76
81
  Tip: string;
77
82
  "Total with tip": string;
78
83
  "Enter tip amount": string;
84
+ "Contains allergens": string;
79
85
  };
80
86
  customer: {
81
87
  "Unknown address": 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;
@@ -51,5 +56,6 @@ declare const _default: {
51
56
  Tip: string;
52
57
  "Total with tip": string;
53
58
  "Enter tip amount": string;
59
+ "Contains allergens": string;
54
60
  };
55
61
  export default _default;
@@ -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;
@@ -77,6 +82,7 @@ declare const _default: {
77
82
  Tip: string;
78
83
  "Total with tip": string;
79
84
  "Enter tip amount": string;
85
+ "Contains allergens": string;
80
86
  };
81
87
  customer: {
82
88
  "Unknown address": string;
@@ -249,7 +255,6 @@ declare const _default: {
249
255
  "Dine in": string;
250
256
  Pickup: string;
251
257
  Cash: string;
252
- "POS Terminal": string;
253
258
  "Order summary": string;
254
259
  Items: string;
255
260
  Tax: string;
@@ -269,6 +274,12 @@ declare const _default: {
269
274
  Table: string;
270
275
  "Select Table": string;
271
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;
272
283
  "Closed Now": string;
273
284
  "Delivery Fee": string;
274
285
  "Play video": string;
@@ -284,6 +295,7 @@ declare const _default: {
284
295
  Tip: string;
285
296
  "Total with tip": string;
286
297
  "Enter tip amount": string;
298
+ "Contains allergens": string;
287
299
  };
288
300
  };
289
301
  ru: {
@@ -334,7 +346,6 @@ declare const _default: {
334
346
  "Dine in": string;
335
347
  Pickup: string;
336
348
  Cash: string;
337
- "POS Terminal": string;
338
349
  "Order summary": string;
339
350
  Items: string;
340
351
  Tax: string;
@@ -351,6 +362,12 @@ declare const _default: {
351
362
  Table: string;
352
363
  "Select Table": string;
353
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;
354
371
  "Closed Now": string;
355
372
  "Delivery Fee": string;
356
373
  "Play video": string;
@@ -363,6 +380,7 @@ declare const _default: {
363
380
  Tip: string;
364
381
  "Total with tip": string;
365
382
  "Enter tip amount": string;
383
+ "Contains allergens": string;
366
384
  };
367
385
  customer: {
368
386
  "Unknown address": string;
@@ -459,7 +477,6 @@ declare const _default: {
459
477
  "Dine in": string;
460
478
  Pickup: string;
461
479
  Cash: string;
462
- "POS Terminal": string;
463
480
  "Order summary": string;
464
481
  Items: string;
465
482
  Tax: string;
@@ -476,6 +493,12 @@ declare const _default: {
476
493
  Table: string;
477
494
  "Select Table": string;
478
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;
479
502
  "Closed Now": string;
480
503
  "Delivery Fee": string;
481
504
  "Play video": string;
@@ -488,6 +511,7 @@ declare const _default: {
488
511
  Tip: string;
489
512
  "Total with tip": string;
490
513
  "Enter tip amount": string;
514
+ "Contains allergens": string;
491
515
  };
492
516
  customer: {
493
517
  "Unknown address": string;
@@ -584,7 +608,6 @@ declare const _default: {
584
608
  "Dine in": string;
585
609
  Pickup: string;
586
610
  Cash: string;
587
- "POS Terminal": string;
588
611
  "Order summary": string;
589
612
  Items: string;
590
613
  Tax: string;
@@ -601,6 +624,12 @@ declare const _default: {
601
624
  Table: string;
602
625
  "Select Table": string;
603
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;
604
633
  "Closed Now": string;
605
634
  "Delivery Fee": string;
606
635
  "Play video": string;
@@ -613,6 +642,7 @@ declare const _default: {
613
642
  Tip: string;
614
643
  "Total with tip": string;
615
644
  "Enter tip amount": string;
645
+ "Contains allergens": string;
616
646
  };
617
647
  customer: {
618
648
  "Unknown address": string;
@@ -709,7 +739,6 @@ declare const _default: {
709
739
  "Dine in": string;
710
740
  Pickup: string;
711
741
  Cash: string;
712
- "POS Terminal": string;
713
742
  "Order summary": string;
714
743
  Items: string;
715
744
  Tax: string;
@@ -726,6 +755,12 @@ declare const _default: {
726
755
  Table: string;
727
756
  "Select Table": string;
728
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;
729
764
  "Closed Now": string;
730
765
  "Delivery Fee": string;
731
766
  "Play video": string;
@@ -738,6 +773,7 @@ declare const _default: {
738
773
  Tip: string;
739
774
  "Total with tip": string;
740
775
  "Enter tip amount": string;
776
+ "Contains allergens": string;
741
777
  };
742
778
  customer: {
743
779
  "Unknown address": string;
@@ -830,7 +866,6 @@ declare const _default: {
830
866
  "Dine in": string;
831
867
  Pickup: string;
832
868
  Cash: string;
833
- "POS Terminal": string;
834
869
  "Order summary": string;
835
870
  Items: string;
836
871
  Tax: string;
@@ -850,6 +885,12 @@ declare const _default: {
850
885
  Table: string;
851
886
  "Select Table": string;
852
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;
853
894
  "Closed Now": string;
854
895
  "Delivery Fee": string;
855
896
  "Play video": string;
@@ -864,6 +905,7 @@ declare const _default: {
864
905
  Tip: string;
865
906
  "Total with tip": string;
866
907
  "Enter tip amount": string;
908
+ "Contains allergens": string;
867
909
  };
868
910
  customer: {
869
911
  "Unknown address": string;
@@ -957,7 +999,6 @@ declare const _default: {
957
999
  "Dine in": string;
958
1000
  Pickup: string;
959
1001
  Cash: string;
960
- "POS Terminal": string;
961
1002
  "Order summary": string;
962
1003
  Items: string;
963
1004
  Tax: string;
@@ -977,6 +1018,12 @@ declare const _default: {
977
1018
  Table: string;
978
1019
  "Select Table": string;
979
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;
980
1027
  "Closed Now": string;
981
1028
  "Delivery Fee": string;
982
1029
  "Play video": string;
@@ -991,6 +1038,7 @@ declare const _default: {
991
1038
  Tip: string;
992
1039
  "Total with tip": string;
993
1040
  "Enter tip amount": string;
1041
+ "Contains allergens": string;
994
1042
  };
995
1043
  customer: {
996
1044
  "Unknown address": string;
@@ -1084,7 +1132,6 @@ declare const _default: {
1084
1132
  "Dine in": string;
1085
1133
  Pickup: string;
1086
1134
  Cash: string;
1087
- "POS Terminal": string;
1088
1135
  "Order summary": string;
1089
1136
  Items: string;
1090
1137
  Tax: string;
@@ -1104,6 +1151,12 @@ declare const _default: {
1104
1151
  Table: string;
1105
1152
  "Select Table": string;
1106
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;
1107
1160
  "Closed Now": string;
1108
1161
  "Delivery Fee": string;
1109
1162
  "Play video": string;
@@ -1118,6 +1171,7 @@ declare const _default: {
1118
1171
  Tip: string;
1119
1172
  "Total with tip": string;
1120
1173
  "Enter tip amount": string;
1174
+ "Contains allergens": string;
1121
1175
  };
1122
1176
  customer: {
1123
1177
  "Unknown address": 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;
@@ -75,6 +80,7 @@ declare const _default: {
75
80
  Tip: string;
76
81
  "Total with tip": string;
77
82
  "Enter tip amount": string;
83
+ "Contains allergens": string;
78
84
  };
79
85
  customer: {
80
86
  "Unknown address": 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;
@@ -50,5 +55,6 @@ declare const _default: {
50
55
  Tip: string;
51
56
  "Total with tip": string;
52
57
  "Enter tip amount": string;
58
+ "Contains allergens": string;
53
59
  };
54
60
  export default _default;
@@ -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;
@@ -76,6 +81,7 @@ declare const _default: {
76
81
  Tip: string;
77
82
  "Total with tip": string;
78
83
  "Enter tip amount": string;
84
+ "Contains allergens": string;
79
85
  };
80
86
  customer: {
81
87
  "Unknown address": 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;
@@ -51,5 +56,6 @@ declare const _default: {
51
56
  Tip: string;
52
57
  "Total with tip": string;
53
58
  "Enter tip amount": string;
59
+ "Contains allergens": string;
54
60
  };
55
61
  export default _default;
@@ -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;
@@ -76,6 +81,7 @@ declare const _default: {
76
81
  Tip: string;
77
82
  "Total with tip": string;
78
83
  "Enter tip amount": string;
84
+ "Contains allergens": string;
79
85
  };
80
86
  customer: {
81
87
  "Unknown address": 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;
@@ -51,5 +56,6 @@ declare const _default: {
51
56
  Tip: string;
52
57
  "Total with tip": string;
53
58
  "Enter tip amount": string;
59
+ "Contains allergens": string;
54
60
  };
55
61
  export default _default;
@@ -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;
@@ -75,6 +80,7 @@ declare const _default: {
75
80
  Tip: string;
76
81
  "Total with tip": string;
77
82
  "Enter tip amount": string;
83
+ "Contains allergens": string;
78
84
  };
79
85
  customer: {
80
86
  "Unknown address": 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;
@@ -50,5 +55,6 @@ declare const _default: {
50
55
  Tip: string;
51
56
  "Total with tip": string;
52
57
  "Enter tip amount": string;
58
+ "Contains allergens": string;
53
59
  };
54
60
  export default _default;
@@ -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;
@@ -75,6 +80,7 @@ declare const _default: {
75
80
  Tip: string;
76
81
  "Total with tip": string;
77
82
  "Enter tip amount": string;
83
+ "Contains allergens": string;
78
84
  };
79
85
  customer: {
80
86
  "Unknown address": 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;
@@ -50,5 +55,6 @@ declare const _default: {
50
55
  Tip: string;
51
56
  "Total with tip": string;
52
57
  "Enter tip amount": string;
58
+ "Contains allergens": string;
53
59
  };
54
60
  export default _default;
@@ -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 {