mozrest-sdk-react-dev 0.3.27 → 0.3.28
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/mozrest-sdk.es.js +353 -140
- package/package.json +1 -1
- package/style.css +65 -44
package/mozrest-sdk.es.js
CHANGED
|
@@ -7803,6 +7803,17 @@ const openWidget$4 = "Open Widget";
|
|
|
7803
7803
|
const widget$4 = "Widget";
|
|
7804
7804
|
const maxPartySize$4 = "Max party size";
|
|
7805
7805
|
const VENUE_MANAGEMENT$4 = "Venue management";
|
|
7806
|
+
const SLOTGAP$4 = "Slot gap";
|
|
7807
|
+
const MAX_RESERVATIONS_ARRIVAL_PER_SLOT_DESC$4 = "How many reservations are you able to welcome at a specific time slot";
|
|
7808
|
+
const TIMEOFFSETTOMEALTIME_DESC$4 = "Until how long in advance of meal time can a diner book";
|
|
7809
|
+
const SLOTGAP_DESC$4 = "Every how many minutes do you want to offer slots";
|
|
7810
|
+
const maxPartySize_DESC$4 = "What is the maximum number of customers a reservation can have";
|
|
7811
|
+
const OK$4 = "Ok";
|
|
7812
|
+
const UPDATE_IN_PROGRESS$4 = "Update in progress";
|
|
7813
|
+
const UPDATE_IN_PROGRESS_MESSAGE_WITH_X$4 = "We are updating the restaurant configuration. The changes can take up to {{value}} minutes to be available.";
|
|
7814
|
+
const ARE_YOU_SURE_DELETE_X_TABLES$4 = "Are you sure you want to delete {{value}} tables?";
|
|
7815
|
+
const ARE_YOU_SURE_DELETE_X_SPECIAL_DATES$4 = "Are you sure you want to delete {{value}} special dates?";
|
|
7816
|
+
const ARE_YOU_SURE_DELETE_X_AREAS$4 = "Are you sure you want to delete {{value}} areas?";
|
|
7806
7817
|
const en = {
|
|
7807
7818
|
errors: errors$4,
|
|
7808
7819
|
SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$4,
|
|
@@ -8316,7 +8327,18 @@ const en = {
|
|
|
8316
8327
|
openWidget: openWidget$4,
|
|
8317
8328
|
widget: widget$4,
|
|
8318
8329
|
maxPartySize: maxPartySize$4,
|
|
8319
|
-
VENUE_MANAGEMENT: VENUE_MANAGEMENT$4
|
|
8330
|
+
VENUE_MANAGEMENT: VENUE_MANAGEMENT$4,
|
|
8331
|
+
SLOTGAP: SLOTGAP$4,
|
|
8332
|
+
MAX_RESERVATIONS_ARRIVAL_PER_SLOT_DESC: MAX_RESERVATIONS_ARRIVAL_PER_SLOT_DESC$4,
|
|
8333
|
+
TIMEOFFSETTOMEALTIME_DESC: TIMEOFFSETTOMEALTIME_DESC$4,
|
|
8334
|
+
SLOTGAP_DESC: SLOTGAP_DESC$4,
|
|
8335
|
+
maxPartySize_DESC: maxPartySize_DESC$4,
|
|
8336
|
+
OK: OK$4,
|
|
8337
|
+
UPDATE_IN_PROGRESS: UPDATE_IN_PROGRESS$4,
|
|
8338
|
+
UPDATE_IN_PROGRESS_MESSAGE_WITH_X: UPDATE_IN_PROGRESS_MESSAGE_WITH_X$4,
|
|
8339
|
+
ARE_YOU_SURE_DELETE_X_TABLES: ARE_YOU_SURE_DELETE_X_TABLES$4,
|
|
8340
|
+
ARE_YOU_SURE_DELETE_X_SPECIAL_DATES: ARE_YOU_SURE_DELETE_X_SPECIAL_DATES$4,
|
|
8341
|
+
ARE_YOU_SURE_DELETE_X_AREAS: ARE_YOU_SURE_DELETE_X_AREAS$4
|
|
8320
8342
|
};
|
|
8321
8343
|
const errors$3 = { "required": "Este campo es requerido", "email": "Este correo electrónico no es válido", "phone": "Número de teléfono no válido", "url": "URL no válida" };
|
|
8322
8344
|
const SPECIALCLOSINGDATES$3 = "Fechas de cierre especiales u horarios de apertura diferentes (días especiales, festivos, eventos privados…)";
|
|
@@ -8568,7 +8590,7 @@ const TABLE$3 = "Mesa";
|
|
|
8568
8590
|
const STATUSES$3 = "Estados";
|
|
8569
8591
|
const MINCAPACITY$3 = "Capacidad mínima";
|
|
8570
8592
|
const MAXCAPACITY$3 = "Capacidad máxima";
|
|
8571
|
-
const TIMEOFFSETTOMEALTIME$3 = "
|
|
8593
|
+
const TIMEOFFSETTOMEALTIME$3 = "Tiempo máximo de anticipación para reservar";
|
|
8572
8594
|
const MAXPAXPERSLOT$3 = "Máximo de personas por franja horaria";
|
|
8573
8595
|
const ADDRESERVATION$3 = "Agregar reserva";
|
|
8574
8596
|
const DATE$4 = "Fecha";
|
|
@@ -8785,6 +8807,17 @@ const openWidget$3 = "Abrir widget";
|
|
|
8785
8807
|
const widget$3 = "Widget";
|
|
8786
8808
|
const maxPartySize$3 = "Tamaño máximo de grupo";
|
|
8787
8809
|
const VENUE_MANAGEMENT$3 = "Gestión de restaurantes";
|
|
8810
|
+
const SLOTGAP$3 = "Intervalo entre reservas";
|
|
8811
|
+
const MAX_RESERVATIONS_ARRIVAL_PER_SLOT_DESC$3 = "¿Cuántas reservas puede recibir en un período de tiempo específico?";
|
|
8812
|
+
const TIMEOFFSETTOMEALTIME_DESC$3 = "¿Hasta cuánto tiempo antes de la hora de la comida puede un cliente reservar?";
|
|
8813
|
+
const SLOTGAP_DESC$3 = "¿Cada cuántos minutos desea ofrecer reservas?";
|
|
8814
|
+
const maxPartySize_DESC$3 = "¿Cuál es el número máximo de clientes que una reserva puede tener?";
|
|
8815
|
+
const OK$3 = "Ok";
|
|
8816
|
+
const UPDATE_IN_PROGRESS$3 = "Actualización en progreso";
|
|
8817
|
+
const UPDATE_IN_PROGRESS_MESSAGE_WITH_X$3 = "Estamos actualizando la configuración del restaurante. Los cambios pueden tardar hasta {{value}} minutos en aplicarse.";
|
|
8818
|
+
const ARE_YOU_SURE_DELETE_X_TABLES$3 = "¿Está seguro de que desea eliminar {{value}} mesas?";
|
|
8819
|
+
const ARE_YOU_SURE_DELETE_X_SPECIAL_DATES$3 = "¿Está seguro de que desea eliminar {{value}} fechas especiales?";
|
|
8820
|
+
const ARE_YOU_SURE_DELETE_X_AREAS$3 = "¿Está seguro de que desea eliminar {{value}} áreas?";
|
|
8788
8821
|
const es$1 = {
|
|
8789
8822
|
errors: errors$3,
|
|
8790
8823
|
SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$3,
|
|
@@ -9298,7 +9331,18 @@ const es$1 = {
|
|
|
9298
9331
|
openWidget: openWidget$3,
|
|
9299
9332
|
widget: widget$3,
|
|
9300
9333
|
maxPartySize: maxPartySize$3,
|
|
9301
|
-
VENUE_MANAGEMENT: VENUE_MANAGEMENT$3
|
|
9334
|
+
VENUE_MANAGEMENT: VENUE_MANAGEMENT$3,
|
|
9335
|
+
SLOTGAP: SLOTGAP$3,
|
|
9336
|
+
MAX_RESERVATIONS_ARRIVAL_PER_SLOT_DESC: MAX_RESERVATIONS_ARRIVAL_PER_SLOT_DESC$3,
|
|
9337
|
+
TIMEOFFSETTOMEALTIME_DESC: TIMEOFFSETTOMEALTIME_DESC$3,
|
|
9338
|
+
SLOTGAP_DESC: SLOTGAP_DESC$3,
|
|
9339
|
+
maxPartySize_DESC: maxPartySize_DESC$3,
|
|
9340
|
+
OK: OK$3,
|
|
9341
|
+
UPDATE_IN_PROGRESS: UPDATE_IN_PROGRESS$3,
|
|
9342
|
+
UPDATE_IN_PROGRESS_MESSAGE_WITH_X: UPDATE_IN_PROGRESS_MESSAGE_WITH_X$3,
|
|
9343
|
+
ARE_YOU_SURE_DELETE_X_TABLES: ARE_YOU_SURE_DELETE_X_TABLES$3,
|
|
9344
|
+
ARE_YOU_SURE_DELETE_X_SPECIAL_DATES: ARE_YOU_SURE_DELETE_X_SPECIAL_DATES$3,
|
|
9345
|
+
ARE_YOU_SURE_DELETE_X_AREAS: ARE_YOU_SURE_DELETE_X_AREAS$3
|
|
9302
9346
|
};
|
|
9303
9347
|
const errors$2 = { "required": "Ce champ est requis", "email": "Cet e-mail n'est pas valide", "phone": "Numéro de téléphone non valide", "url": "Cette URL n'est pas valide" };
|
|
9304
9348
|
const SPECIALCLOSINGDATES$2 = "Dates de fermeture spéciales ou horaires différents (jours fériés, événements privés, etc.)";
|
|
@@ -9695,6 +9739,17 @@ const openWidget$2 = "Ouvrir le widget";
|
|
|
9695
9739
|
const widget$2 = "Widget";
|
|
9696
9740
|
const maxPartySize$2 = "Taille max. du groupe";
|
|
9697
9741
|
const VENUE_MANAGEMENT$2 = "Gestion des établissements";
|
|
9742
|
+
const SLOTGAP$2 = "Intervalle entre réservations";
|
|
9743
|
+
const MAX_RESERVATIONS_ARRIVAL_PER_SLOT_DESC$2 = "Combien de réservations pouvez-vous recevoir dans un créneau de temps spécifique?";
|
|
9744
|
+
const TIMEOFFSETTOMEALTIME_DESC$2 = "Jusqu'à quelle heure avant la réservation peut-on recevoir une réservation?";
|
|
9745
|
+
const SLOTGAP_DESC$2 = "Combien de minutes entre deux réservations souhaitez-vous offrir?";
|
|
9746
|
+
const maxPartySize_DESC$2 = "Combien de clients une réservation peut-elle avoir?";
|
|
9747
|
+
const OK$2 = "Ok";
|
|
9748
|
+
const UPDATE_IN_PROGRESS$2 = "Mise à jour en cours";
|
|
9749
|
+
const UPDATE_IN_PROGRESS_MESSAGE_WITH_X$2 = "Nous mettons à jour la configuration du restaurant. Les changements peuvent prendre jusqu'à {{value}} minutes pour être appliqués.";
|
|
9750
|
+
const ARE_YOU_SURE_DELETE_X_TABLES$2 = "Êtes-vous sûr de vouloir supprimer {{value}} tables?";
|
|
9751
|
+
const ARE_YOU_SURE_DELETE_X_SPECIAL_DATES$2 = "Êtes-vous sûr de vouloir supprimer {{value}} dates spéciales?";
|
|
9752
|
+
const ARE_YOU_SURE_DELETE_X_AREAS$2 = "Êtes-vous sûr de vouloir supprimer {{value}} zones?";
|
|
9698
9753
|
const fr = {
|
|
9699
9754
|
errors: errors$2,
|
|
9700
9755
|
SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$2,
|
|
@@ -10093,7 +10148,18 @@ const fr = {
|
|
|
10093
10148
|
openWidget: openWidget$2,
|
|
10094
10149
|
widget: widget$2,
|
|
10095
10150
|
maxPartySize: maxPartySize$2,
|
|
10096
|
-
VENUE_MANAGEMENT: VENUE_MANAGEMENT$2
|
|
10151
|
+
VENUE_MANAGEMENT: VENUE_MANAGEMENT$2,
|
|
10152
|
+
SLOTGAP: SLOTGAP$2,
|
|
10153
|
+
MAX_RESERVATIONS_ARRIVAL_PER_SLOT_DESC: MAX_RESERVATIONS_ARRIVAL_PER_SLOT_DESC$2,
|
|
10154
|
+
TIMEOFFSETTOMEALTIME_DESC: TIMEOFFSETTOMEALTIME_DESC$2,
|
|
10155
|
+
SLOTGAP_DESC: SLOTGAP_DESC$2,
|
|
10156
|
+
maxPartySize_DESC: maxPartySize_DESC$2,
|
|
10157
|
+
OK: OK$2,
|
|
10158
|
+
UPDATE_IN_PROGRESS: UPDATE_IN_PROGRESS$2,
|
|
10159
|
+
UPDATE_IN_PROGRESS_MESSAGE_WITH_X: UPDATE_IN_PROGRESS_MESSAGE_WITH_X$2,
|
|
10160
|
+
ARE_YOU_SURE_DELETE_X_TABLES: ARE_YOU_SURE_DELETE_X_TABLES$2,
|
|
10161
|
+
ARE_YOU_SURE_DELETE_X_SPECIAL_DATES: ARE_YOU_SURE_DELETE_X_SPECIAL_DATES$2,
|
|
10162
|
+
ARE_YOU_SURE_DELETE_X_AREAS: ARE_YOU_SURE_DELETE_X_AREAS$2
|
|
10097
10163
|
};
|
|
10098
10164
|
const errors$1 = { "required": "Dieses Feld ist erforderlich", "email": "Diese E-Mail ist nicht gültig", "phone": "Diese Telefonnummer ist nicht gültig", "url": "Diese URL ist nicht gültig" };
|
|
10099
10165
|
const SPECIALCLOSINGDATES$1 = "Besondere Schließungstage oder abweichende Öffnungszeiten (besondere Tage, Feiertage, private Veranstaltungen…)";
|
|
@@ -10562,6 +10628,17 @@ const openWidget$1 = "Widget öffnen";
|
|
|
10562
10628
|
const widget$1 = "Widget";
|
|
10563
10629
|
const maxPartySize$1 = "Max. Gästeanzahl";
|
|
10564
10630
|
const VENUE_MANAGEMENT$1 = "Standortverwaltung";
|
|
10631
|
+
const SLOTGAP$1 = "Zeitfensterabstand";
|
|
10632
|
+
const MAX_RESERVATIONS_ARRIVAL_PER_SLOT_DESC$1 = "Wie viele Reservierungen können Sie in einem bestimmten Zeitfenster aufnehmen?";
|
|
10633
|
+
const TIMEOFFSETTOMEALTIME_DESC$1 = "Bis zu welcher Zeit vor der Essenszeit können Gäste reservieren?";
|
|
10634
|
+
const SLOTGAP_DESC$1 = "Wie viele Minuten zwischen zwei Reservierungen möchten Sie anbieten?";
|
|
10635
|
+
const maxPartySize_DESC$1 = "Wie viele Gäste können in einer Reservierung sein?";
|
|
10636
|
+
const OK$1 = "Ok";
|
|
10637
|
+
const UPDATE_IN_PROGRESS$1 = "Aktualisierung läuft";
|
|
10638
|
+
const UPDATE_IN_PROGRESS_MESSAGE_WITH_X$1 = "Wir aktualisieren die Restaurant-Konfiguration. Die Änderungen können bis zu {{value}} Minuten dauern.";
|
|
10639
|
+
const ARE_YOU_SURE_DELETE_X_TABLES$1 = "Sind Sie sicher, dass Sie {{value}} Tische löschen möchten?";
|
|
10640
|
+
const ARE_YOU_SURE_DELETE_X_SPECIAL_DATES$1 = "Sind Sie sicher, dass Sie {{value}} besondere Daten löschen möchten?";
|
|
10641
|
+
const ARE_YOU_SURE_DELETE_X_AREAS$1 = "Sind Sie sicher, dass Sie {{value}} Bereiche löschen möchten?";
|
|
10565
10642
|
const de = {
|
|
10566
10643
|
errors: errors$1,
|
|
10567
10644
|
SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$1,
|
|
@@ -11075,7 +11152,18 @@ const de = {
|
|
|
11075
11152
|
openWidget: openWidget$1,
|
|
11076
11153
|
widget: widget$1,
|
|
11077
11154
|
maxPartySize: maxPartySize$1,
|
|
11078
|
-
VENUE_MANAGEMENT: VENUE_MANAGEMENT$1
|
|
11155
|
+
VENUE_MANAGEMENT: VENUE_MANAGEMENT$1,
|
|
11156
|
+
SLOTGAP: SLOTGAP$1,
|
|
11157
|
+
MAX_RESERVATIONS_ARRIVAL_PER_SLOT_DESC: MAX_RESERVATIONS_ARRIVAL_PER_SLOT_DESC$1,
|
|
11158
|
+
TIMEOFFSETTOMEALTIME_DESC: TIMEOFFSETTOMEALTIME_DESC$1,
|
|
11159
|
+
SLOTGAP_DESC: SLOTGAP_DESC$1,
|
|
11160
|
+
maxPartySize_DESC: maxPartySize_DESC$1,
|
|
11161
|
+
OK: OK$1,
|
|
11162
|
+
UPDATE_IN_PROGRESS: UPDATE_IN_PROGRESS$1,
|
|
11163
|
+
UPDATE_IN_PROGRESS_MESSAGE_WITH_X: UPDATE_IN_PROGRESS_MESSAGE_WITH_X$1,
|
|
11164
|
+
ARE_YOU_SURE_DELETE_X_TABLES: ARE_YOU_SURE_DELETE_X_TABLES$1,
|
|
11165
|
+
ARE_YOU_SURE_DELETE_X_SPECIAL_DATES: ARE_YOU_SURE_DELETE_X_SPECIAL_DATES$1,
|
|
11166
|
+
ARE_YOU_SURE_DELETE_X_AREAS: ARE_YOU_SURE_DELETE_X_AREAS$1
|
|
11079
11167
|
};
|
|
11080
11168
|
const errors = { "required": "Dit veld is verplicht", "email": "Dit e-mailadres is ongeldig", "phone": "Ongeldig telefoonnummer", "url": "Deze URL is ongeldig" };
|
|
11081
11169
|
const SPECIALCLOSINGDATES = "Speciale sluitingsdagen of afwijkende openingstijden (feestdagen, evenementen, enz.)";
|
|
@@ -11538,6 +11626,17 @@ const openWidget = "Widget openen";
|
|
|
11538
11626
|
const widget = "Widget";
|
|
11539
11627
|
const maxPartySize = "Max. gasten";
|
|
11540
11628
|
const VENUE_MANAGEMENT = "Locatiebeheer";
|
|
11629
|
+
const SLOTGAP = "Tijdslotafstand";
|
|
11630
|
+
const MAX_RESERVATIONS_ARRIVAL_PER_SLOT_DESC = "Hoeveel reserveringen kunt u in een bepaald tijdsinterval ontvangen?";
|
|
11631
|
+
const TIMEOFFSETTOMEALTIME_DESC = "Tot welke tijd voor de maaltijd kunnen gasten een reservering maken?";
|
|
11632
|
+
const SLOTGAP_DESC = "Hoeveel minuten tussen twee reserveringen wilt u aanbieden?";
|
|
11633
|
+
const maxPartySize_DESC = "Hoeveel gasten kunnen in een reservering zitten?";
|
|
11634
|
+
const OK = "Ok";
|
|
11635
|
+
const UPDATE_IN_PROGRESS = "Update in uitvoering";
|
|
11636
|
+
const UPDATE_IN_PROGRESS_MESSAGE_WITH_X = "We zijn bezig met het bijwerken van de restaurantconfiguratie. De wijzigingen kunnen tot {{value}} minuten duren voordat ze worden toegepast.";
|
|
11637
|
+
const ARE_YOU_SURE_DELETE_X_TABLES = "Weet je zeker dat je {{value}} tafels wilt verwijderen?";
|
|
11638
|
+
const ARE_YOU_SURE_DELETE_X_SPECIAL_DATES = "Weet je zeker dat je {{value}} speciale datums wilt verwijderen?";
|
|
11639
|
+
const ARE_YOU_SURE_DELETE_X_AREAS = "Weet je zeker dat je {{value}} gebieden wilt verwijderen?";
|
|
11541
11640
|
const nl = {
|
|
11542
11641
|
errors,
|
|
11543
11642
|
SPECIALCLOSINGDATES,
|
|
@@ -12029,7 +12128,18 @@ const nl = {
|
|
|
12029
12128
|
openWidget,
|
|
12030
12129
|
widget,
|
|
12031
12130
|
maxPartySize,
|
|
12032
|
-
VENUE_MANAGEMENT
|
|
12131
|
+
VENUE_MANAGEMENT,
|
|
12132
|
+
SLOTGAP,
|
|
12133
|
+
MAX_RESERVATIONS_ARRIVAL_PER_SLOT_DESC,
|
|
12134
|
+
TIMEOFFSETTOMEALTIME_DESC,
|
|
12135
|
+
SLOTGAP_DESC,
|
|
12136
|
+
maxPartySize_DESC,
|
|
12137
|
+
OK,
|
|
12138
|
+
UPDATE_IN_PROGRESS,
|
|
12139
|
+
UPDATE_IN_PROGRESS_MESSAGE_WITH_X,
|
|
12140
|
+
ARE_YOU_SURE_DELETE_X_TABLES,
|
|
12141
|
+
ARE_YOU_SURE_DELETE_X_SPECIAL_DATES,
|
|
12142
|
+
ARE_YOU_SURE_DELETE_X_AREAS
|
|
12033
12143
|
};
|
|
12034
12144
|
instance.use(initReactI18next).init({
|
|
12035
12145
|
// the translations
|
|
@@ -62050,22 +62160,24 @@ const reInit = (el, props) => {
|
|
|
62050
62160
|
el.litePickerInstance.destroy();
|
|
62051
62161
|
init$2(el, props);
|
|
62052
62162
|
};
|
|
62053
|
-
const inputWrapper = "
|
|
62054
|
-
const input$4 = "
|
|
62055
|
-
const inputIcon = "
|
|
62163
|
+
const inputWrapper = "_inputWrapper_c5acm_1";
|
|
62164
|
+
const input$4 = "_input_c5acm_1";
|
|
62165
|
+
const inputIcon = "_inputIcon_c5acm_89";
|
|
62056
62166
|
const styles$1v = {
|
|
62057
62167
|
inputWrapper,
|
|
62058
62168
|
input: input$4,
|
|
62059
|
-
"input--r-md": "_input--r-
|
|
62060
|
-
"input--r-sm": "_input--r-
|
|
62061
|
-
"input--with-icon-left": "_input--with-icon-
|
|
62062
|
-
"input--with-icon-right": "_input--with-icon-
|
|
62063
|
-
"input--filled": "_input--
|
|
62064
|
-
"input--
|
|
62065
|
-
"input--
|
|
62169
|
+
"input--r-md": "_input--r-md_c5acm_37",
|
|
62170
|
+
"input--r-sm": "_input--r-sm_c5acm_42",
|
|
62171
|
+
"input--with-icon-left": "_input--with-icon-left_c5acm_47",
|
|
62172
|
+
"input--with-icon-right": "_input--with-icon-right_c5acm_50",
|
|
62173
|
+
"input--filled": "_input--filled_c5acm_53",
|
|
62174
|
+
"input--error": "_input--error_c5acm_56",
|
|
62175
|
+
"input--line-through": "_input--line-through_c5acm_59",
|
|
62176
|
+
"input--borderless": "_input--borderless_c5acm_70",
|
|
62177
|
+
"input--rounded": "_input--rounded_c5acm_74",
|
|
62066
62178
|
inputIcon,
|
|
62067
|
-
"inputIcon--p-left": "_inputIcon--p-
|
|
62068
|
-
"inputIcon--p-right": "_inputIcon--p-
|
|
62179
|
+
"inputIcon--p-left": "_inputIcon--p-left_c5acm_98",
|
|
62180
|
+
"inputIcon--p-right": "_inputIcon--p-right_c5acm_101"
|
|
62069
62181
|
};
|
|
62070
62182
|
const Input$2 = React__default.forwardRef(({
|
|
62071
62183
|
id: id2,
|
|
@@ -62087,7 +62199,9 @@ const Input$2 = React__default.forwardRef(({
|
|
|
62087
62199
|
borderLess = false,
|
|
62088
62200
|
rounded = false,
|
|
62089
62201
|
customStyles: customStyles2,
|
|
62202
|
+
error: error3 = false,
|
|
62090
62203
|
className,
|
|
62204
|
+
lineThrough = false,
|
|
62091
62205
|
...props
|
|
62092
62206
|
}, ref) => {
|
|
62093
62207
|
return /* @__PURE__ */ jsxs("div", {
|
|
@@ -62111,7 +62225,7 @@ const Input$2 = React__default.forwardRef(({
|
|
|
62111
62225
|
},
|
|
62112
62226
|
children: [/* @__PURE__ */ jsx$1("input", {
|
|
62113
62227
|
ref,
|
|
62114
|
-
className: classNames$2(styles$1v["input"], styles$1v[`input--h-${heigth}`], styles$1v[`input--r-${radius}`], icon2 && styles$1v[`input--with-icon-${iconPosition}`], filled == true ? styles$1v[`input--filled`] : "", borderLess == true ? styles$1v[`input--borderless`] : "", rounded == true ? styles$1v[`input--rounded`] : ""),
|
|
62228
|
+
className: classNames$2(styles$1v["input"], styles$1v[`input--h-${heigth}`], styles$1v[`input--r-${radius}`], icon2 && styles$1v[`input--with-icon-${iconPosition}`], filled == true ? styles$1v[`input--filled`] : "", borderLess == true ? styles$1v[`input--borderless`] : "", rounded == true ? styles$1v[`input--rounded`] : "", error3 == true ? styles$1v[`input--error`] : "", lineThrough == true ? styles$1v[`input--line-through`] : ""),
|
|
62115
62229
|
style: customStyles2,
|
|
62116
62230
|
onChange: onChange2,
|
|
62117
62231
|
id: id2,
|
|
@@ -67363,6 +67477,7 @@ const TextInputField = ({
|
|
|
67363
67477
|
onChangeE && onChangeE(e);
|
|
67364
67478
|
},
|
|
67365
67479
|
onBlur,
|
|
67480
|
+
error: error3 ? true : false,
|
|
67366
67481
|
...props
|
|
67367
67482
|
}), infoText2 && /* @__PURE__ */ jsx$1("p", {
|
|
67368
67483
|
className: styles$1e.infoText,
|
|
@@ -123774,6 +123889,8 @@ const ConfirmationModal = ({
|
|
|
123774
123889
|
title: title2,
|
|
123775
123890
|
text: text2 = "AREYOUSURE?",
|
|
123776
123891
|
icon: icon2,
|
|
123892
|
+
submitButtonText = "ACCEPT",
|
|
123893
|
+
cancelButtonText = "CANCEL",
|
|
123777
123894
|
...props
|
|
123778
123895
|
}) => {
|
|
123779
123896
|
const {
|
|
@@ -123811,13 +123928,13 @@ const ConfirmationModal = ({
|
|
|
123811
123928
|
mode: "tertiary",
|
|
123812
123929
|
onClick: props.onClose,
|
|
123813
123930
|
disabled: isLoading,
|
|
123814
|
-
children: t2(
|
|
123931
|
+
children: t2(cancelButtonText)
|
|
123815
123932
|
}), /* @__PURE__ */ jsx$1(Button$1, {
|
|
123816
123933
|
size: "small",
|
|
123817
123934
|
type: "submit",
|
|
123818
123935
|
onClick: () => onAccept(),
|
|
123819
123936
|
isLoading,
|
|
123820
|
-
children: t2(
|
|
123937
|
+
children: t2(submitButtonText)
|
|
123821
123938
|
})]
|
|
123822
123939
|
})
|
|
123823
123940
|
})]
|
|
@@ -127961,19 +128078,19 @@ const UpdateBookingStatusBooking = async ({ venueId, bookingId, data: data2 }) =
|
|
|
127961
128078
|
}
|
|
127962
128079
|
return { data: "ok" };
|
|
127963
128080
|
};
|
|
127964
|
-
const ReloadContext = createContext(void 0);
|
|
127965
|
-
const useReloadContext = () => {
|
|
127966
|
-
const context = useContext(ReloadContext);
|
|
128081
|
+
const ReloadContext$1 = createContext(void 0);
|
|
128082
|
+
const useReloadContext$1 = () => {
|
|
128083
|
+
const context = useContext(ReloadContext$1);
|
|
127967
128084
|
if (!context) {
|
|
127968
128085
|
throw new Error("useReloadContext must be used within a ReloadProvider");
|
|
127969
128086
|
}
|
|
127970
128087
|
return context;
|
|
127971
128088
|
};
|
|
127972
|
-
const ReloadProvider = ({
|
|
128089
|
+
const ReloadProvider$1 = ({
|
|
127973
128090
|
children,
|
|
127974
128091
|
reload
|
|
127975
128092
|
}) => {
|
|
127976
|
-
return /* @__PURE__ */ jsx$1(ReloadContext.Provider, {
|
|
128093
|
+
return /* @__PURE__ */ jsx$1(ReloadContext$1.Provider, {
|
|
127977
128094
|
value: {
|
|
127978
128095
|
reload
|
|
127979
128096
|
},
|
|
@@ -127992,7 +128109,7 @@ const TableRow = ({
|
|
|
127992
128109
|
} = useTranslation();
|
|
127993
128110
|
const {
|
|
127994
128111
|
reload: reloadMainTable
|
|
127995
|
-
} = useReloadContext();
|
|
128112
|
+
} = useReloadContext$1();
|
|
127996
128113
|
const {
|
|
127997
128114
|
showSidebar,
|
|
127998
128115
|
setShowSidebar
|
|
@@ -128238,7 +128355,7 @@ const ActionButtons = ({
|
|
|
128238
128355
|
} = useSelectedBookingContext();
|
|
128239
128356
|
const {
|
|
128240
128357
|
reload: reloadMainTable
|
|
128241
|
-
} = useReloadContext();
|
|
128358
|
+
} = useReloadContext$1();
|
|
128242
128359
|
const [showConfrimationModal, setShowConfrimationModal] = useState(false);
|
|
128243
128360
|
const [action, setAction] = useState("");
|
|
128244
128361
|
const {
|
|
@@ -129026,7 +129143,7 @@ const index$7 = ({
|
|
|
129026
129143
|
} = useTranslation();
|
|
129027
129144
|
const {
|
|
129028
129145
|
reload: reloadMainTable
|
|
129029
|
-
} = useReloadContext();
|
|
129146
|
+
} = useReloadContext$1();
|
|
129030
129147
|
const {
|
|
129031
129148
|
selectedBooking,
|
|
129032
129149
|
setSelectedBooking,
|
|
@@ -129726,7 +129843,7 @@ function MainComponent({
|
|
|
129726
129843
|
clearInterval(interval);
|
|
129727
129844
|
};
|
|
129728
129845
|
}, [reload]);
|
|
129729
|
-
return /* @__PURE__ */ jsx$1(ReloadProvider, {
|
|
129846
|
+
return /* @__PURE__ */ jsx$1(ReloadProvider$1, {
|
|
129730
129847
|
reload,
|
|
129731
129848
|
children: /* @__PURE__ */ jsxs("div", {
|
|
129732
129849
|
className: styles$e.mainWrapper,
|
|
@@ -129776,30 +129893,32 @@ function Main$2({
|
|
|
129776
129893
|
})
|
|
129777
129894
|
});
|
|
129778
129895
|
}
|
|
129779
|
-
const mainConatiner = "
|
|
129780
|
-
const header$1 = "
|
|
129781
|
-
const sectionCard = "
|
|
129782
|
-
const cardHeader = "
|
|
129783
|
-
const cardTitle = "
|
|
129784
|
-
const cardDesc = "
|
|
129785
|
-
const cardBody = "
|
|
129786
|
-
const cardFooter = "
|
|
129787
|
-
const cardFooterContent = "
|
|
129788
|
-
const sectionManagement = "
|
|
129789
|
-
const sectionFormRow = "
|
|
129790
|
-
const drawerContent = "
|
|
129791
|
-
const scrollableForm = "
|
|
129792
|
-
const
|
|
129793
|
-
const
|
|
129794
|
-
const
|
|
129795
|
-
const
|
|
129796
|
-
const
|
|
129797
|
-
const
|
|
129798
|
-
const
|
|
129799
|
-
const
|
|
129896
|
+
const mainConatiner = "_mainConatiner_gaf1i_41";
|
|
129897
|
+
const header$1 = "_header_gaf1i_54";
|
|
129898
|
+
const sectionCard = "_sectionCard_gaf1i_73";
|
|
129899
|
+
const cardHeader = "_cardHeader_gaf1i_77";
|
|
129900
|
+
const cardTitle = "_cardTitle_gaf1i_80";
|
|
129901
|
+
const cardDesc = "_cardDesc_gaf1i_84";
|
|
129902
|
+
const cardBody = "_cardBody_gaf1i_88";
|
|
129903
|
+
const cardFooter = "_cardFooter_gaf1i_92";
|
|
129904
|
+
const cardFooterContent = "_cardFooterContent_gaf1i_92";
|
|
129905
|
+
const sectionManagement = "_sectionManagement_gaf1i_104";
|
|
129906
|
+
const sectionFormRow = "_sectionFormRow_gaf1i_104";
|
|
129907
|
+
const drawerContent = "_drawerContent_gaf1i_111";
|
|
129908
|
+
const scrollableForm = "_scrollableForm_gaf1i_116";
|
|
129909
|
+
const formRow = "_formRow_gaf1i_122";
|
|
129910
|
+
const fixedActions = "_fixedActions_gaf1i_125";
|
|
129911
|
+
const specialDatesInfoText = "_specialDatesInfoText_gaf1i_132";
|
|
129912
|
+
const deleteIcon = "_deleteIcon_gaf1i_146";
|
|
129913
|
+
const stripeConnectContainer = "_stripeConnectContainer_gaf1i_151";
|
|
129914
|
+
const paymentGatewayContainer = "_paymentGatewayContainer_gaf1i_159";
|
|
129915
|
+
const paymentRules = "_paymentRules_gaf1i_165";
|
|
129916
|
+
const paymentRulesContainer = "_paymentRulesContainer_gaf1i_170";
|
|
129917
|
+
const paymentRulesDesc = "_paymentRulesDesc_gaf1i_176";
|
|
129918
|
+
const secText = "_secText_gaf1i_182";
|
|
129800
129919
|
const styles$b = {
|
|
129801
|
-
"my-masonry-grid": "_my-masonry-
|
|
129802
|
-
"my-masonry-grid_column": "_my-masonry-
|
|
129920
|
+
"my-masonry-grid": "_my-masonry-grid_gaf1i_19",
|
|
129921
|
+
"my-masonry-grid_column": "_my-masonry-grid_column_gaf1i_30",
|
|
129803
129922
|
mainConatiner,
|
|
129804
129923
|
header: header$1,
|
|
129805
129924
|
sectionCard,
|
|
@@ -129813,6 +129932,7 @@ const styles$b = {
|
|
|
129813
129932
|
sectionFormRow,
|
|
129814
129933
|
drawerContent,
|
|
129815
129934
|
scrollableForm,
|
|
129935
|
+
formRow,
|
|
129816
129936
|
fixedActions,
|
|
129817
129937
|
specialDatesInfoText,
|
|
129818
129938
|
deleteIcon,
|
|
@@ -129820,7 +129940,8 @@ const styles$b = {
|
|
|
129820
129940
|
paymentGatewayContainer,
|
|
129821
129941
|
paymentRules,
|
|
129822
129942
|
paymentRulesContainer,
|
|
129823
|
-
paymentRulesDesc
|
|
129943
|
+
paymentRulesDesc,
|
|
129944
|
+
secText
|
|
129824
129945
|
};
|
|
129825
129946
|
const AreaManagementCard$1 = ({
|
|
129826
129947
|
isOpenDrawer,
|
|
@@ -129925,6 +130046,25 @@ const DeleteArea = async ({
|
|
|
129925
130046
|
);
|
|
129926
130047
|
return { data: "deleted" };
|
|
129927
130048
|
};
|
|
130049
|
+
const ReloadContext = createContext(void 0);
|
|
130050
|
+
const useReloadContext = () => {
|
|
130051
|
+
const context = useContext(ReloadContext);
|
|
130052
|
+
if (!context) {
|
|
130053
|
+
throw new Error("useReloadContext must be used within a ReloadProvider");
|
|
130054
|
+
}
|
|
130055
|
+
return context;
|
|
130056
|
+
};
|
|
130057
|
+
const ReloadProvider = ({
|
|
130058
|
+
children,
|
|
130059
|
+
reload
|
|
130060
|
+
}) => {
|
|
130061
|
+
return /* @__PURE__ */ jsx$1(ReloadContext.Provider, {
|
|
130062
|
+
value: {
|
|
130063
|
+
reload
|
|
130064
|
+
},
|
|
130065
|
+
children
|
|
130066
|
+
});
|
|
130067
|
+
};
|
|
129928
130068
|
const AreaEditDrawer = ({
|
|
129929
130069
|
isOpen,
|
|
129930
130070
|
setIsOpen,
|
|
@@ -129932,6 +130072,9 @@ const AreaEditDrawer = ({
|
|
|
129932
130072
|
data: data2,
|
|
129933
130073
|
reload
|
|
129934
130074
|
}) => {
|
|
130075
|
+
const {
|
|
130076
|
+
reload: reloadAreaManagement
|
|
130077
|
+
} = useReloadContext();
|
|
129935
130078
|
const {
|
|
129936
130079
|
t: t2
|
|
129937
130080
|
} = useTranslation();
|
|
@@ -129956,6 +130099,7 @@ const AreaEditDrawer = ({
|
|
|
129956
130099
|
onSuccess: () => {
|
|
129957
130100
|
setShowConfirmationModal(false);
|
|
129958
130101
|
setSelectedArea(null);
|
|
130102
|
+
reloadAreaManagement();
|
|
129959
130103
|
reload();
|
|
129960
130104
|
}
|
|
129961
130105
|
});
|
|
@@ -129978,10 +130122,7 @@ const AreaEditDrawer = ({
|
|
|
129978
130122
|
control,
|
|
129979
130123
|
reset,
|
|
129980
130124
|
trigger,
|
|
129981
|
-
getValues
|
|
129982
|
-
formState: {
|
|
129983
|
-
isDirty
|
|
129984
|
-
}
|
|
130125
|
+
getValues
|
|
129985
130126
|
} = useForm({
|
|
129986
130127
|
mode: "onChange",
|
|
129987
130128
|
resolver: o(areaSchema()),
|
|
@@ -130034,6 +130175,7 @@ const AreaEditDrawer = ({
|
|
|
130034
130175
|
venueId
|
|
130035
130176
|
});
|
|
130036
130177
|
}
|
|
130178
|
+
reloadAreaManagement();
|
|
130037
130179
|
reload();
|
|
130038
130180
|
setIsOpen(false);
|
|
130039
130181
|
};
|
|
@@ -130567,6 +130709,9 @@ const TableEditDrawer = ({
|
|
|
130567
130709
|
areasList,
|
|
130568
130710
|
reload
|
|
130569
130711
|
}) => {
|
|
130712
|
+
const {
|
|
130713
|
+
reload: reloadTableManagement
|
|
130714
|
+
} = useReloadContext();
|
|
130570
130715
|
const {
|
|
130571
130716
|
t: t2
|
|
130572
130717
|
} = useTranslation();
|
|
@@ -130593,6 +130738,7 @@ const TableEditDrawer = ({
|
|
|
130593
130738
|
onSuccess: () => {
|
|
130594
130739
|
setShowConfirmationModal(false);
|
|
130595
130740
|
setSelectedTable(null);
|
|
130741
|
+
reloadTableManagement();
|
|
130596
130742
|
reload();
|
|
130597
130743
|
}
|
|
130598
130744
|
});
|
|
@@ -130623,8 +130769,7 @@ const TableEditDrawer = ({
|
|
|
130623
130769
|
});
|
|
130624
130770
|
const {
|
|
130625
130771
|
fields,
|
|
130626
|
-
append: append2
|
|
130627
|
-
remove
|
|
130772
|
+
append: append2
|
|
130628
130773
|
} = useFieldArray({
|
|
130629
130774
|
control,
|
|
130630
130775
|
name: "tables"
|
|
@@ -130669,16 +130814,9 @@ const TableEditDrawer = ({
|
|
|
130669
130814
|
bulkUpdate: true
|
|
130670
130815
|
});
|
|
130671
130816
|
reload();
|
|
130817
|
+
reloadTableManagement();
|
|
130672
130818
|
setIsOpen(false);
|
|
130673
130819
|
};
|
|
130674
|
-
const onDelete = (value2, index2) => {
|
|
130675
|
-
if (value2.id) {
|
|
130676
|
-
setShowConfirmationModal(true);
|
|
130677
|
-
setSelectedTable(value2.id);
|
|
130678
|
-
} else {
|
|
130679
|
-
remove(index2);
|
|
130680
|
-
}
|
|
130681
|
-
};
|
|
130682
130820
|
const scrollToBottom = () => {
|
|
130683
130821
|
if (scrollableRef.current) {
|
|
130684
130822
|
scrollableRef.current.scrollTo({
|
|
@@ -130746,14 +130884,6 @@ const TableEditDrawer = ({
|
|
|
130746
130884
|
children: fields.map((item2, index2) => /* @__PURE__ */ jsxs("div", {
|
|
130747
130885
|
className: styles$b.sectionFormRow,
|
|
130748
130886
|
children: [/* @__PURE__ */ jsx$1("div", {
|
|
130749
|
-
className: styles$b.deleteIcon,
|
|
130750
|
-
children: /* @__PURE__ */ jsx$1(Icon, {
|
|
130751
|
-
icon: "TrashX",
|
|
130752
|
-
onClick: () => {
|
|
130753
|
-
onDelete(getValues(`tables.${index2}`), index2);
|
|
130754
|
-
}
|
|
130755
|
-
})
|
|
130756
|
-
}), /* @__PURE__ */ jsx$1("div", {
|
|
130757
130887
|
style: {
|
|
130758
130888
|
width: 150
|
|
130759
130889
|
},
|
|
@@ -131016,6 +131146,9 @@ const ReservationDurationEditDrawer = ({
|
|
|
131016
131146
|
data: data2,
|
|
131017
131147
|
reload
|
|
131018
131148
|
}) => {
|
|
131149
|
+
const {
|
|
131150
|
+
reload: reloadReservationDuration
|
|
131151
|
+
} = useReloadContext();
|
|
131019
131152
|
const {
|
|
131020
131153
|
t: t2
|
|
131021
131154
|
} = useTranslation();
|
|
@@ -131088,6 +131221,7 @@ const ReservationDurationEditDrawer = ({
|
|
|
131088
131221
|
bulkUpdate: true
|
|
131089
131222
|
});
|
|
131090
131223
|
reload();
|
|
131224
|
+
reloadReservationDuration();
|
|
131091
131225
|
setIsOpen(false);
|
|
131092
131226
|
} catch (error3) {
|
|
131093
131227
|
showMessageError("Failed to update reservation duration");
|
|
@@ -131399,6 +131533,9 @@ const SpecialDatesEditDrawer = ({
|
|
|
131399
131533
|
data: data2,
|
|
131400
131534
|
reload
|
|
131401
131535
|
}) => {
|
|
131536
|
+
const {
|
|
131537
|
+
reload: reloadSpecialDates
|
|
131538
|
+
} = useReloadContext();
|
|
131402
131539
|
const {
|
|
131403
131540
|
t: t2
|
|
131404
131541
|
} = useTranslation();
|
|
@@ -131420,6 +131557,7 @@ const SpecialDatesEditDrawer = ({
|
|
|
131420
131557
|
onSuccess: () => {
|
|
131421
131558
|
setShowConfirmationModal(false);
|
|
131422
131559
|
setSelectedDate(null);
|
|
131560
|
+
reloadSpecialDates();
|
|
131423
131561
|
reload();
|
|
131424
131562
|
}
|
|
131425
131563
|
});
|
|
@@ -131502,6 +131640,7 @@ const SpecialDatesEditDrawer = ({
|
|
|
131502
131640
|
bulkUpdate: true
|
|
131503
131641
|
});
|
|
131504
131642
|
reload();
|
|
131643
|
+
reloadSpecialDates();
|
|
131505
131644
|
setIsOpen(false);
|
|
131506
131645
|
} catch (error3) {
|
|
131507
131646
|
showMessageError("Failed to update special dates");
|
|
@@ -131778,6 +131917,9 @@ const ShiftsEditDrawer = ({
|
|
|
131778
131917
|
data: data2,
|
|
131779
131918
|
reload
|
|
131780
131919
|
}) => {
|
|
131920
|
+
const {
|
|
131921
|
+
reload: reloadShifts
|
|
131922
|
+
} = useReloadContext();
|
|
131781
131923
|
const {
|
|
131782
131924
|
t: t2
|
|
131783
131925
|
} = useTranslation();
|
|
@@ -131851,6 +131993,7 @@ const ShiftsEditDrawer = ({
|
|
|
131851
131993
|
module: "opHour"
|
|
131852
131994
|
});
|
|
131853
131995
|
reload();
|
|
131996
|
+
reloadShifts();
|
|
131854
131997
|
setIsOpen(false);
|
|
131855
131998
|
} catch (error3) {
|
|
131856
131999
|
showMessageError(t2("Failed to save shifts"));
|
|
@@ -132090,11 +132233,17 @@ const ReservationPreferencesCard = ({
|
|
|
132090
132233
|
style: {
|
|
132091
132234
|
display: "contents"
|
|
132092
132235
|
},
|
|
132093
|
-
children: [/* @__PURE__ */
|
|
132094
|
-
|
|
132095
|
-
|
|
132096
|
-
|
|
132097
|
-
|
|
132236
|
+
children: [/* @__PURE__ */ jsxs("div", {
|
|
132237
|
+
className: "",
|
|
132238
|
+
children: [/* @__PURE__ */ jsx$1("p", {
|
|
132239
|
+
style: {
|
|
132240
|
+
fontWeight: "bold"
|
|
132241
|
+
},
|
|
132242
|
+
children: t2("MAX_RESERVATIONS_ARRIVAL_PER_SLOT")
|
|
132243
|
+
}), /* @__PURE__ */ jsx$1("p", {
|
|
132244
|
+
className: styles$b.secText,
|
|
132245
|
+
children: t2("MAX_RESERVATIONS_ARRIVAL_PER_SLOT_DESC")
|
|
132246
|
+
})]
|
|
132098
132247
|
}), /* @__PURE__ */ jsx$1("p", {
|
|
132099
132248
|
style: {
|
|
132100
132249
|
textAlign: "left"
|
|
@@ -132105,11 +132254,38 @@ const ReservationPreferencesCard = ({
|
|
|
132105
132254
|
style: {
|
|
132106
132255
|
display: "contents"
|
|
132107
132256
|
},
|
|
132108
|
-
children: [/* @__PURE__ */
|
|
132257
|
+
children: [/* @__PURE__ */ jsxs("div", {
|
|
132258
|
+
className: "",
|
|
132259
|
+
children: [/* @__PURE__ */ jsx$1("p", {
|
|
132260
|
+
style: {
|
|
132261
|
+
fontWeight: "bold"
|
|
132262
|
+
},
|
|
132263
|
+
children: t2("TIMEOFFSETTOMEALTIME")
|
|
132264
|
+
}), /* @__PURE__ */ jsx$1("p", {
|
|
132265
|
+
className: styles$b.secText,
|
|
132266
|
+
children: t2("TIMEOFFSETTOMEALTIME_DESC")
|
|
132267
|
+
})]
|
|
132268
|
+
}), /* @__PURE__ */ jsxs("p", {
|
|
132109
132269
|
style: {
|
|
132110
|
-
|
|
132270
|
+
textAlign: "left"
|
|
132111
132271
|
},
|
|
132112
|
-
children:
|
|
132272
|
+
children: [(venueData == null ? void 0 : venueData.minAdvanceBooking) ? `${venueData == null ? void 0 : venueData.minAdvanceBooking} min` : "-", " "]
|
|
132273
|
+
})]
|
|
132274
|
+
}), /* @__PURE__ */ jsxs("div", {
|
|
132275
|
+
style: {
|
|
132276
|
+
display: "contents"
|
|
132277
|
+
},
|
|
132278
|
+
children: [/* @__PURE__ */ jsxs("div", {
|
|
132279
|
+
className: "",
|
|
132280
|
+
children: [/* @__PURE__ */ jsx$1("p", {
|
|
132281
|
+
style: {
|
|
132282
|
+
fontWeight: "bold"
|
|
132283
|
+
},
|
|
132284
|
+
children: t2("SLOTGAP")
|
|
132285
|
+
}), /* @__PURE__ */ jsx$1("p", {
|
|
132286
|
+
className: styles$b.secText,
|
|
132287
|
+
children: t2("SLOTGAP_DESC")
|
|
132288
|
+
})]
|
|
132113
132289
|
}), /* @__PURE__ */ jsxs("p", {
|
|
132114
132290
|
style: {
|
|
132115
132291
|
textAlign: "left"
|
|
@@ -132120,11 +132296,17 @@ const ReservationPreferencesCard = ({
|
|
|
132120
132296
|
style: {
|
|
132121
132297
|
display: "contents"
|
|
132122
132298
|
},
|
|
132123
|
-
children: [/* @__PURE__ */
|
|
132124
|
-
|
|
132125
|
-
|
|
132126
|
-
|
|
132127
|
-
|
|
132299
|
+
children: [/* @__PURE__ */ jsxs("div", {
|
|
132300
|
+
className: "",
|
|
132301
|
+
children: [/* @__PURE__ */ jsx$1("p", {
|
|
132302
|
+
style: {
|
|
132303
|
+
fontWeight: "bold"
|
|
132304
|
+
},
|
|
132305
|
+
children: t2("maxPartySize")
|
|
132306
|
+
}), /* @__PURE__ */ jsx$1("p", {
|
|
132307
|
+
className: styles$b.secText,
|
|
132308
|
+
children: t2("maxPartySize_DESC")
|
|
132309
|
+
})]
|
|
132128
132310
|
}), /* @__PURE__ */ jsx$1("p", {
|
|
132129
132311
|
style: {
|
|
132130
132312
|
textAlign: "left"
|
|
@@ -132155,6 +132337,9 @@ const ReservationPreferencesEditDrawer = ({
|
|
|
132155
132337
|
reloadVenue,
|
|
132156
132338
|
reloadReservationDuration
|
|
132157
132339
|
}) => {
|
|
132340
|
+
const {
|
|
132341
|
+
reload: reloadReservationPreferences
|
|
132342
|
+
} = useReloadContext();
|
|
132158
132343
|
const {
|
|
132159
132344
|
t: t2
|
|
132160
132345
|
} = useTranslation();
|
|
@@ -132172,22 +132357,21 @@ const ReservationPreferencesEditDrawer = ({
|
|
|
132172
132357
|
id: "",
|
|
132173
132358
|
maxWelcomeSlot: "",
|
|
132174
132359
|
slotDuration: "",
|
|
132175
|
-
maxPartySize: venueData == null ? void 0 : venueData.maxCovers
|
|
132360
|
+
maxPartySize: venueData == null ? void 0 : venueData.maxCovers,
|
|
132361
|
+
minAdvanceBooking: venueData == null ? void 0 : venueData.minAdvanceBooking
|
|
132176
132362
|
};
|
|
132177
132363
|
const areaSchema = () => create$2().shape({
|
|
132178
132364
|
id: create$4().nullable(),
|
|
132179
132365
|
maxWelcomeSlot: create$4().required(t2("errors.required")),
|
|
132180
132366
|
slotDuration: create$4().required(t2("errors.required")),
|
|
132181
|
-
maxPartySize: create$4().required(t2("errors.required"))
|
|
132367
|
+
maxPartySize: create$4().required(t2("errors.required")),
|
|
132368
|
+
minAdvanceBooking: create$4().required(t2("errors.required"))
|
|
132182
132369
|
});
|
|
132183
132370
|
const {
|
|
132184
132371
|
control,
|
|
132185
132372
|
reset,
|
|
132186
132373
|
trigger,
|
|
132187
|
-
getValues
|
|
132188
|
-
formState: {
|
|
132189
|
-
isDirty
|
|
132190
|
-
}
|
|
132374
|
+
getValues
|
|
132191
132375
|
} = useForm({
|
|
132192
132376
|
mode: "onChange",
|
|
132193
132377
|
resolver: o(areaSchema()),
|
|
@@ -132205,7 +132389,8 @@ const ReservationPreferencesEditDrawer = ({
|
|
|
132205
132389
|
slotDuration: data22.slotDuration
|
|
132206
132390
|
};
|
|
132207
132391
|
const toSendToVenue = {
|
|
132208
|
-
maxCovers: data22.maxPartySize
|
|
132392
|
+
maxCovers: data22.maxPartySize,
|
|
132393
|
+
minAdvanceBooking: data22.minAdvanceBooking
|
|
132209
132394
|
};
|
|
132210
132395
|
await execute({
|
|
132211
132396
|
data: toSend,
|
|
@@ -132217,6 +132402,7 @@ const ReservationPreferencesEditDrawer = ({
|
|
|
132217
132402
|
data: toSendToVenue,
|
|
132218
132403
|
venueId
|
|
132219
132404
|
});
|
|
132405
|
+
reloadReservationPreferences();
|
|
132220
132406
|
reload();
|
|
132221
132407
|
reloadVenue();
|
|
132222
132408
|
reloadReservationDuration();
|
|
@@ -132228,7 +132414,8 @@ const ReservationPreferencesEditDrawer = ({
|
|
|
132228
132414
|
id: data2.id,
|
|
132229
132415
|
maxWelcomeSlot: data2.maxWelcomeSlot,
|
|
132230
132416
|
slotDuration: data2.slotDuration,
|
|
132231
|
-
maxPartySize: venueData == null ? void 0 : venueData.maxCovers
|
|
132417
|
+
maxPartySize: venueData == null ? void 0 : venueData.maxCovers,
|
|
132418
|
+
minAdvanceBooking: venueData == null ? void 0 : venueData.minAdvanceBooking
|
|
132232
132419
|
});
|
|
132233
132420
|
} else {
|
|
132234
132421
|
reset(defaultValue2);
|
|
@@ -132244,7 +132431,7 @@ const ReservationPreferencesEditDrawer = ({
|
|
|
132244
132431
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
132245
132432
|
className: styles$b.scrollableForm,
|
|
132246
132433
|
children: [/* @__PURE__ */ jsx$1("div", {
|
|
132247
|
-
className:
|
|
132434
|
+
className: styles$b.formRow,
|
|
132248
132435
|
children: /* @__PURE__ */ jsx$1(TextInputField, {
|
|
132249
132436
|
control,
|
|
132250
132437
|
id: "maxWelcomeSlot",
|
|
@@ -132255,18 +132442,29 @@ const ReservationPreferencesEditDrawer = ({
|
|
|
132255
132442
|
type: "number"
|
|
132256
132443
|
})
|
|
132257
132444
|
}), /* @__PURE__ */ jsx$1("div", {
|
|
132258
|
-
className:
|
|
132445
|
+
className: styles$b.formRow,
|
|
132446
|
+
children: /* @__PURE__ */ jsx$1(TextInputField, {
|
|
132447
|
+
control,
|
|
132448
|
+
id: "minAdvanceBooking",
|
|
132449
|
+
name: "minAdvanceBooking",
|
|
132450
|
+
label: t2("TIMEOFFSETTOMEALTIME") + " (min)",
|
|
132451
|
+
placeholder: t2("TIMEOFFSETTOMEALTIME"),
|
|
132452
|
+
radius: "sm",
|
|
132453
|
+
type: "number"
|
|
132454
|
+
})
|
|
132455
|
+
}), /* @__PURE__ */ jsx$1("div", {
|
|
132456
|
+
className: styles$b.formRow,
|
|
132259
132457
|
children: /* @__PURE__ */ jsx$1(TextInputField, {
|
|
132260
132458
|
control,
|
|
132261
132459
|
id: "slotDuration",
|
|
132262
132460
|
name: "slotDuration",
|
|
132263
|
-
label: "
|
|
132264
|
-
placeholder: "
|
|
132461
|
+
label: t2("SLOTGAP") + " (min)",
|
|
132462
|
+
placeholder: t2("SLOTGAP"),
|
|
132265
132463
|
radius: "sm",
|
|
132266
132464
|
type: "number"
|
|
132267
132465
|
})
|
|
132268
132466
|
}), /* @__PURE__ */ jsx$1("div", {
|
|
132269
|
-
className:
|
|
132467
|
+
className: styles$b.formRow,
|
|
132270
132468
|
children: /* @__PURE__ */ jsx$1(TextInputField, {
|
|
132271
132469
|
control,
|
|
132272
132470
|
id: "maxPartySize",
|
|
@@ -133027,6 +133225,7 @@ function Main$1({
|
|
|
133027
133225
|
} = useTranslation();
|
|
133028
133226
|
const [currentVenue, setCurrentVenue] = useState(null);
|
|
133029
133227
|
const [canEdit, setCanEdit] = useState(false);
|
|
133228
|
+
const [showUpdateInprogressModal, setShowUpdateInprogressModal] = useState(false);
|
|
133030
133229
|
const {
|
|
133031
133230
|
data: data2,
|
|
133032
133231
|
reload
|
|
@@ -133087,44 +133286,58 @@ function Main$1({
|
|
|
133087
133286
|
children: /* @__PURE__ */ jsx$1("h2", {
|
|
133088
133287
|
children: t2("RESTAURANTSETUP")
|
|
133089
133288
|
})
|
|
133090
|
-
}), /* @__PURE__ */
|
|
133091
|
-
|
|
133092
|
-
|
|
133093
|
-
|
|
133094
|
-
|
|
133095
|
-
|
|
133096
|
-
|
|
133097
|
-
|
|
133098
|
-
|
|
133099
|
-
|
|
133100
|
-
|
|
133101
|
-
|
|
133102
|
-
|
|
133103
|
-
|
|
133104
|
-
|
|
133105
|
-
|
|
133106
|
-
|
|
133107
|
-
|
|
133108
|
-
|
|
133109
|
-
|
|
133110
|
-
|
|
133111
|
-
|
|
133112
|
-
|
|
133113
|
-
|
|
133114
|
-
|
|
133115
|
-
|
|
133116
|
-
|
|
133117
|
-
|
|
133118
|
-
|
|
133119
|
-
|
|
133120
|
-
|
|
133121
|
-
|
|
133122
|
-
|
|
133123
|
-
|
|
133124
|
-
|
|
133125
|
-
|
|
133126
|
-
|
|
133127
|
-
|
|
133289
|
+
}), /* @__PURE__ */ jsx$1(ReloadProvider, {
|
|
133290
|
+
reload: () => setShowUpdateInprogressModal(true),
|
|
133291
|
+
children: /* @__PURE__ */ jsxs(Masonry, {
|
|
133292
|
+
breakpointCols: {
|
|
133293
|
+
default: 3,
|
|
133294
|
+
1200: 2,
|
|
133295
|
+
800: 1
|
|
133296
|
+
},
|
|
133297
|
+
className: styles$b["my-masonry-grid"],
|
|
133298
|
+
columnClassName: styles$b["my-masonry-grid_column"],
|
|
133299
|
+
children: [/* @__PURE__ */ jsx$1(index$6, {
|
|
133300
|
+
areas: data2,
|
|
133301
|
+
reloadAreas: reload,
|
|
133302
|
+
venueId: currentVenue,
|
|
133303
|
+
canEdit
|
|
133304
|
+
}), /* @__PURE__ */ jsx$1(index$5, {
|
|
133305
|
+
areas: data2,
|
|
133306
|
+
venueId: currentVenue,
|
|
133307
|
+
canEdit
|
|
133308
|
+
}), /* @__PURE__ */ jsx$1(index$4, {
|
|
133309
|
+
data: reservationDurationData,
|
|
133310
|
+
reload: reloadReservationDuration,
|
|
133311
|
+
venueId: currentVenue,
|
|
133312
|
+
canEdit
|
|
133313
|
+
}), /* @__PURE__ */ jsx$1(index$2, {
|
|
133314
|
+
venueId: currentVenue,
|
|
133315
|
+
canEdit
|
|
133316
|
+
}), /* @__PURE__ */ jsx$1(index$3, {
|
|
133317
|
+
venueId: currentVenue,
|
|
133318
|
+
canEdit
|
|
133319
|
+
}), /* @__PURE__ */ jsx$1(index$1, {
|
|
133320
|
+
venueData: data2 == null ? void 0 : data2.venue,
|
|
133321
|
+
reloadVenue: reload,
|
|
133322
|
+
reloadReservationDuration,
|
|
133323
|
+
venueId: currentVenue,
|
|
133324
|
+
canEdit
|
|
133325
|
+
}), /* @__PURE__ */ jsx$1(index, {
|
|
133326
|
+
venueId: currentVenue,
|
|
133327
|
+
canEdit
|
|
133328
|
+
})]
|
|
133329
|
+
})
|
|
133330
|
+
}), /* @__PURE__ */ jsx$1(ConfirmationModal, {
|
|
133331
|
+
icon: "CalendarTime",
|
|
133332
|
+
open: showUpdateInprogressModal,
|
|
133333
|
+
onClose: () => setShowUpdateInprogressModal(false),
|
|
133334
|
+
title: t2("UPDATE_IN_PROGRESS"),
|
|
133335
|
+
text: t2("UPDATE_IN_PROGRESS_MESSAGE_WITH_X", {
|
|
133336
|
+
value: 15
|
|
133337
|
+
}),
|
|
133338
|
+
onAccept: () => setShowUpdateInprogressModal(false),
|
|
133339
|
+
submitButtonText: t2("OK"),
|
|
133340
|
+
cancelButtonText: t2("CLOSE")
|
|
133128
133341
|
})]
|
|
133129
133342
|
});
|
|
133130
133343
|
}
|
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -1518,14 +1518,14 @@
|
|
|
1518
1518
|
:root {
|
|
1519
1519
|
--litepicker-day-width: 35px;
|
|
1520
1520
|
}
|
|
1521
|
-
}.
|
|
1521
|
+
}._inputWrapper_c5acm_1 {
|
|
1522
1522
|
position: relative;
|
|
1523
1523
|
display: flex;
|
|
1524
1524
|
align-items: center;
|
|
1525
1525
|
width: 100%;
|
|
1526
1526
|
}
|
|
1527
1527
|
|
|
1528
|
-
.
|
|
1528
|
+
._input_c5acm_1 {
|
|
1529
1529
|
flex: 1;
|
|
1530
1530
|
font: var(--moz-font-weight-input) var(--moz-font-size-input)/var(--moz-line-height-input) var(--moz-font-family-input);
|
|
1531
1531
|
padding: 0.75rem 0.75rem;
|
|
@@ -1539,60 +1539,74 @@
|
|
|
1539
1539
|
width: auto;
|
|
1540
1540
|
box-sizing: border-box;
|
|
1541
1541
|
}
|
|
1542
|
-
.
|
|
1542
|
+
._input_c5acm_1:focus {
|
|
1543
1543
|
outline: none;
|
|
1544
1544
|
box-shadow: 0 0 5px var(--moz-input-border);
|
|
1545
1545
|
}
|
|
1546
|
-
.
|
|
1546
|
+
._input_c5acm_1:disabled {
|
|
1547
1547
|
color: var(--moz-bg-gray);
|
|
1548
1548
|
background: var(--moz-input-disabled);
|
|
1549
1549
|
}
|
|
1550
|
-
.
|
|
1550
|
+
._input_c5acm_1[type=number] {
|
|
1551
1551
|
appearance: textfield;
|
|
1552
1552
|
}
|
|
1553
|
-
.
|
|
1553
|
+
._input_c5acm_1[type=number]::-webkit-outer-spin-button, ._input_c5acm_1[type=number]::-webkit-inner-spin-button {
|
|
1554
1554
|
margin: 0;
|
|
1555
1555
|
appearance: none;
|
|
1556
1556
|
}
|
|
1557
|
-
._input--r-
|
|
1557
|
+
._input--r-md_c5acm_37 {
|
|
1558
1558
|
border-radius: 8px;
|
|
1559
1559
|
border-bottom-left-radius: 0;
|
|
1560
1560
|
border-bottom-right-radius: 0;
|
|
1561
1561
|
}
|
|
1562
|
-
._input--r-
|
|
1562
|
+
._input--r-sm_c5acm_42 {
|
|
1563
1563
|
border-radius: 2px;
|
|
1564
1564
|
border-bottom-left-radius: 0;
|
|
1565
1565
|
border-bottom-right-radius: 0;
|
|
1566
1566
|
}
|
|
1567
|
-
._input--with-icon-
|
|
1567
|
+
._input--with-icon-left_c5acm_47 {
|
|
1568
1568
|
padding-left: 2rem;
|
|
1569
1569
|
}
|
|
1570
|
-
._input--with-icon-
|
|
1570
|
+
._input--with-icon-right_c5acm_50 {
|
|
1571
1571
|
padding-right: 2rem;
|
|
1572
1572
|
}
|
|
1573
|
-
._input--
|
|
1573
|
+
._input--filled_c5acm_53 {
|
|
1574
1574
|
background: var(--moz-input-filled);
|
|
1575
1575
|
}
|
|
1576
|
-
._input--
|
|
1576
|
+
._input--error_c5acm_56 {
|
|
1577
|
+
border-color: rgb(220, 53, 69);
|
|
1578
|
+
}
|
|
1579
|
+
._input--line-through_c5acm_59 {
|
|
1580
|
+
text-decoration: line-through;
|
|
1581
|
+
}
|
|
1582
|
+
._input--line-through_c5acm_59::-webkit-datetime-edit, ._input--line-through_c5acm_59::-webkit-calendar-picker-indicator {
|
|
1583
|
+
text-decoration: line-through !important;
|
|
1584
|
+
-webkit-text-decoration: line-through !important;
|
|
1585
|
+
}
|
|
1586
|
+
._input--line-through_c5acm_59[type=date]::-webkit-datetime-edit, ._input--line-through_c5acm_59[type=date]::-webkit-datetime-edit-fields-wrapper, ._input--line-through_c5acm_59[type=date]::-webkit-datetime-edit-text, ._input--line-through_c5acm_59[type=date]::-webkit-datetime-edit-month-field, ._input--line-through_c5acm_59[type=date]::-webkit-datetime-edit-day-field, ._input--line-through_c5acm_59[type=date]::-webkit-datetime-edit-year-field {
|
|
1587
|
+
text-decoration: line-through !important;
|
|
1588
|
+
-webkit-text-decoration: line-through !important;
|
|
1589
|
+
}
|
|
1590
|
+
._input--borderless_c5acm_70 {
|
|
1577
1591
|
border: none;
|
|
1578
1592
|
border-bottom: none;
|
|
1579
1593
|
}
|
|
1580
|
-
._input--
|
|
1594
|
+
._input--rounded_c5acm_74 {
|
|
1581
1595
|
border-bottom-left-radius: 8px;
|
|
1582
1596
|
border-bottom-right-radius: 8px;
|
|
1583
1597
|
}
|
|
1584
|
-
.
|
|
1598
|
+
._input_c5acm_1::placeholder {
|
|
1585
1599
|
color: var(--moz-text-input);
|
|
1586
1600
|
opacity: 1;
|
|
1587
1601
|
}
|
|
1588
|
-
.
|
|
1602
|
+
._input_c5acm_1:-ms-input-placeholder {
|
|
1589
1603
|
color: var(--moz-text-input);
|
|
1590
1604
|
}
|
|
1591
|
-
.
|
|
1605
|
+
._input_c5acm_1::-ms-input-placeholder {
|
|
1592
1606
|
color: var(--moz-text-input);
|
|
1593
1607
|
}
|
|
1594
1608
|
|
|
1595
|
-
.
|
|
1609
|
+
._inputIcon_c5acm_89 {
|
|
1596
1610
|
position: absolute;
|
|
1597
1611
|
pointer-events: none;
|
|
1598
1612
|
display: flex;
|
|
@@ -1601,10 +1615,10 @@
|
|
|
1601
1615
|
top: 50%;
|
|
1602
1616
|
transform: translateY(-50%);
|
|
1603
1617
|
}
|
|
1604
|
-
._inputIcon--p-
|
|
1618
|
+
._inputIcon--p-left_c5acm_98 {
|
|
1605
1619
|
left: 0.5rem;
|
|
1606
1620
|
}
|
|
1607
|
-
._inputIcon--p-
|
|
1621
|
+
._inputIcon--p-right_c5acm_101 {
|
|
1608
1622
|
right: 0.5rem;
|
|
1609
1623
|
}._filterButton_c0yjo_1 {
|
|
1610
1624
|
display: flex;
|
|
@@ -31058,7 +31072,7 @@ hr {
|
|
|
31058
31072
|
border: 0;
|
|
31059
31073
|
border-top: 2px solid #42465a;
|
|
31060
31074
|
}
|
|
31061
|
-
._my-masonry-
|
|
31075
|
+
._my-masonry-grid_gaf1i_19 {
|
|
31062
31076
|
display: -webkit-box;
|
|
31063
31077
|
/* Not needed if autoprefixing */
|
|
31064
31078
|
display: -ms-flexbox;
|
|
@@ -31068,16 +31082,16 @@ hr {
|
|
|
31068
31082
|
/* gutter size offset */
|
|
31069
31083
|
width: auto;
|
|
31070
31084
|
}
|
|
31071
|
-
._my-masonry-
|
|
31085
|
+
._my-masonry-grid_column_gaf1i_30 {
|
|
31072
31086
|
padding-left: 40px;
|
|
31073
31087
|
/* gutter size */
|
|
31074
31088
|
background-clip: padding-box;
|
|
31075
31089
|
}
|
|
31076
|
-
._my-masonry-
|
|
31090
|
+
._my-masonry-grid_column_gaf1i_30 > div {
|
|
31077
31091
|
/* change div to reference your elements you put in <Masonry> */
|
|
31078
31092
|
margin-bottom: 40px;
|
|
31079
31093
|
}
|
|
31080
|
-
.
|
|
31094
|
+
._mainConatiner_gaf1i_41 {
|
|
31081
31095
|
color: var(--moz-text-primary);
|
|
31082
31096
|
height: 100vh;
|
|
31083
31097
|
max-height: 100vh;
|
|
@@ -31090,13 +31104,13 @@ hr {
|
|
|
31090
31104
|
padding-left: 10px;
|
|
31091
31105
|
padding-right: 10px;
|
|
31092
31106
|
}
|
|
31093
|
-
.
|
|
31107
|
+
._mainConatiner_gaf1i_41 ._header_gaf1i_54 {
|
|
31094
31108
|
display: flex;
|
|
31095
31109
|
justify-content: flex-start;
|
|
31096
31110
|
align-items: center;
|
|
31097
31111
|
padding: 1.25rem;
|
|
31098
31112
|
}
|
|
31099
|
-
.
|
|
31113
|
+
._mainConatiner_gaf1i_41 ._content_gaf1i_60 {
|
|
31100
31114
|
display: flex;
|
|
31101
31115
|
justify-content: center;
|
|
31102
31116
|
align-items: flex-start;
|
|
@@ -31104,29 +31118,29 @@ hr {
|
|
|
31104
31118
|
padding: 1.5rem;
|
|
31105
31119
|
overflow-y: auto;
|
|
31106
31120
|
}
|
|
31107
|
-
.
|
|
31121
|
+
._textSecondary_gaf1i_69 {
|
|
31108
31122
|
color: var(--moz-text-secondary);
|
|
31109
31123
|
}
|
|
31110
|
-
.
|
|
31124
|
+
._sectionCard_gaf1i_73 {
|
|
31111
31125
|
padding: 0;
|
|
31112
31126
|
background-color: var(--moz-cta-content-bg);
|
|
31113
31127
|
}
|
|
31114
|
-
.
|
|
31128
|
+
._sectionCard_gaf1i_73 ._cardHeader_gaf1i_77 {
|
|
31115
31129
|
padding: 1.5rem;
|
|
31116
31130
|
}
|
|
31117
|
-
.
|
|
31131
|
+
._sectionCard_gaf1i_73 ._cardHeader_gaf1i_77 ._cardTitle_gaf1i_80 {
|
|
31118
31132
|
font-size: 18px;
|
|
31119
31133
|
color: var(--moz-text-label);
|
|
31120
31134
|
}
|
|
31121
|
-
.
|
|
31135
|
+
._sectionCard_gaf1i_73 ._cardHeader_gaf1i_77 ._cardDesc_gaf1i_84 {
|
|
31122
31136
|
font-size: 14px;
|
|
31123
31137
|
color: var(--moz-text-secondary);
|
|
31124
31138
|
}
|
|
31125
|
-
.
|
|
31139
|
+
._sectionCard_gaf1i_73 ._cardBody_gaf1i_88 {
|
|
31126
31140
|
padding: 1.5rem;
|
|
31127
31141
|
color: var(--moz-text-label);
|
|
31128
31142
|
}
|
|
31129
|
-
.
|
|
31143
|
+
._sectionCard_gaf1i_73 ._cardFooter_gaf1i_92 ._cardFooterContent_gaf1i_92 {
|
|
31130
31144
|
padding: 0.5rem;
|
|
31131
31145
|
display: flex;
|
|
31132
31146
|
justify-content: center;
|
|
@@ -31137,73 +31151,80 @@ hr {
|
|
|
31137
31151
|
color: var(--moz-text-secondary);
|
|
31138
31152
|
cursor: pointer;
|
|
31139
31153
|
}
|
|
31140
|
-
.
|
|
31154
|
+
._sectionManagement_gaf1i_104 ._sectionFormRow_gaf1i_104 {
|
|
31141
31155
|
display: flex;
|
|
31142
31156
|
gap: 0.75rem;
|
|
31143
31157
|
padding: 1.5rem;
|
|
31144
31158
|
justify-content: center;
|
|
31145
31159
|
align-items: center;
|
|
31146
31160
|
}
|
|
31147
|
-
.
|
|
31161
|
+
._sectionManagement_gaf1i_104 ._drawerContent_gaf1i_111 {
|
|
31148
31162
|
display: flex;
|
|
31149
31163
|
flex-direction: column;
|
|
31150
31164
|
height: 100%;
|
|
31151
31165
|
}
|
|
31152
|
-
.
|
|
31166
|
+
._sectionManagement_gaf1i_104 ._drawerContent_gaf1i_111 ._scrollableForm_gaf1i_116 {
|
|
31153
31167
|
flex: 1;
|
|
31154
31168
|
overflow-y: auto;
|
|
31155
31169
|
padding-top: 0px;
|
|
31156
31170
|
padding: 0px;
|
|
31157
31171
|
}
|
|
31158
|
-
.
|
|
31172
|
+
._sectionManagement_gaf1i_104 ._drawerContent_gaf1i_111 ._scrollableForm_gaf1i_116 ._formRow_gaf1i_122 {
|
|
31173
|
+
padding: 10px 0px 10px 0px;
|
|
31174
|
+
}
|
|
31175
|
+
._sectionManagement_gaf1i_104 ._drawerContent_gaf1i_111 ._fixedActions_gaf1i_125 {
|
|
31159
31176
|
display: flex;
|
|
31160
31177
|
justify-content: flex-end;
|
|
31161
31178
|
gap: 10px;
|
|
31162
31179
|
padding: 10px 10px 0px 10px;
|
|
31163
31180
|
}
|
|
31164
|
-
.
|
|
31181
|
+
._specialDatesInfoText_gaf1i_132 {
|
|
31165
31182
|
color: var(--moz-text-secondary);
|
|
31166
31183
|
font-size: 14px;
|
|
31167
31184
|
padding: 5px;
|
|
31168
31185
|
padding-top: 0;
|
|
31169
31186
|
padding-bottom: 0;
|
|
31170
31187
|
}
|
|
31171
|
-
.
|
|
31188
|
+
._closeIcon_gaf1i_140 {
|
|
31172
31189
|
color: var(--moz-text-primary);
|
|
31173
31190
|
cursor: "pointer";
|
|
31174
31191
|
margin-top: 20;
|
|
31175
31192
|
}
|
|
31176
|
-
.
|
|
31193
|
+
._deleteIcon_gaf1i_146 {
|
|
31177
31194
|
color: var(--moz-cta-danger);
|
|
31178
31195
|
cursor: "pointer";
|
|
31179
31196
|
}
|
|
31180
|
-
.
|
|
31197
|
+
._stripeConnectContainer_gaf1i_151 {
|
|
31181
31198
|
margin-bottom: 20px;
|
|
31182
31199
|
display: flex;
|
|
31183
31200
|
justify-content: flex-start;
|
|
31184
31201
|
align-items: center;
|
|
31185
31202
|
gap: 20px;
|
|
31186
31203
|
}
|
|
31187
|
-
.
|
|
31204
|
+
._paymentGatewayContainer_gaf1i_159 {
|
|
31188
31205
|
display: flex;
|
|
31189
31206
|
flex-direction: column;
|
|
31190
31207
|
gap: 30px;
|
|
31191
31208
|
margin-bottom: 30px;
|
|
31192
31209
|
}
|
|
31193
|
-
.
|
|
31210
|
+
._paymentGatewayContainer_gaf1i_159 ._paymentRules_gaf1i_165 {
|
|
31194
31211
|
display: flex;
|
|
31195
31212
|
flex-direction: column;
|
|
31196
31213
|
gap: 20px;
|
|
31197
31214
|
}
|
|
31198
|
-
.
|
|
31215
|
+
._paymentGatewayContainer_gaf1i_159 ._paymentRules_gaf1i_165 ._paymentRulesContainer_gaf1i_170 {
|
|
31199
31216
|
display: flex;
|
|
31200
31217
|
flex-direction: row;
|
|
31201
31218
|
gap: 10px;
|
|
31202
31219
|
}
|
|
31203
|
-
.
|
|
31220
|
+
._paymentRulesDesc_gaf1i_176 {
|
|
31204
31221
|
max-width: 600px;
|
|
31205
31222
|
color: var(--moz-text-secondary);
|
|
31206
31223
|
font-size: 14px;
|
|
31224
|
+
}
|
|
31225
|
+
._secText_gaf1i_182 {
|
|
31226
|
+
font-size: 14px;
|
|
31227
|
+
color: var(--moz-text-secondary);
|
|
31207
31228
|
}._form_p8f7t_1 {
|
|
31208
31229
|
display: flex;
|
|
31209
31230
|
flex-direction: column;
|