mozrest-sdk-react-dev 0.3.35 → 0.3.36
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 +217 -153
- package/package.json +1 -1
- package/style.css +76 -69
package/mozrest-sdk.es.js
CHANGED
|
@@ -7814,6 +7814,7 @@ const UPDATE_IN_PROGRESS_MESSAGE_WITH_X$4 = "We are updating the restaurant conf
|
|
|
7814
7814
|
const ARE_YOU_SURE_DELETE_X_TABLES$4 = "Are you sure you want to delete {{value}} tables?";
|
|
7815
7815
|
const ARE_YOU_SURE_DELETE_X_SPECIAL_DATES$4 = "Are you sure you want to delete {{value}} special dates?";
|
|
7816
7816
|
const ARE_YOU_SURE_DELETE_X_AREAS$4 = "Are you sure you want to delete {{value}} areas?";
|
|
7817
|
+
const hideCancellations$4 = "Hide cancellations";
|
|
7817
7818
|
const en = {
|
|
7818
7819
|
errors: errors$4,
|
|
7819
7820
|
SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$4,
|
|
@@ -8338,7 +8339,8 @@ const en = {
|
|
|
8338
8339
|
UPDATE_IN_PROGRESS_MESSAGE_WITH_X: UPDATE_IN_PROGRESS_MESSAGE_WITH_X$4,
|
|
8339
8340
|
ARE_YOU_SURE_DELETE_X_TABLES: ARE_YOU_SURE_DELETE_X_TABLES$4,
|
|
8340
8341
|
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
|
|
8342
|
+
ARE_YOU_SURE_DELETE_X_AREAS: ARE_YOU_SURE_DELETE_X_AREAS$4,
|
|
8343
|
+
hideCancellations: hideCancellations$4
|
|
8342
8344
|
};
|
|
8343
8345
|
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" };
|
|
8344
8346
|
const SPECIALCLOSINGDATES$3 = "Fechas de cierre especiales u horarios de apertura diferentes (días especiales, festivos, eventos privados…)";
|
|
@@ -8818,6 +8820,7 @@ const UPDATE_IN_PROGRESS_MESSAGE_WITH_X$3 = "Estamos actualizando la configuraci
|
|
|
8818
8820
|
const ARE_YOU_SURE_DELETE_X_TABLES$3 = "¿Está seguro de que desea eliminar {{value}} mesas?";
|
|
8819
8821
|
const ARE_YOU_SURE_DELETE_X_SPECIAL_DATES$3 = "¿Está seguro de que desea eliminar {{value}} fechas especiales?";
|
|
8820
8822
|
const ARE_YOU_SURE_DELETE_X_AREAS$3 = "¿Está seguro de que desea eliminar {{value}} áreas?";
|
|
8823
|
+
const hideCancellations$3 = "Ocultar cancelaciones";
|
|
8821
8824
|
const es$1 = {
|
|
8822
8825
|
errors: errors$3,
|
|
8823
8826
|
SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$3,
|
|
@@ -9342,7 +9345,8 @@ const es$1 = {
|
|
|
9342
9345
|
UPDATE_IN_PROGRESS_MESSAGE_WITH_X: UPDATE_IN_PROGRESS_MESSAGE_WITH_X$3,
|
|
9343
9346
|
ARE_YOU_SURE_DELETE_X_TABLES: ARE_YOU_SURE_DELETE_X_TABLES$3,
|
|
9344
9347
|
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
|
|
9348
|
+
ARE_YOU_SURE_DELETE_X_AREAS: ARE_YOU_SURE_DELETE_X_AREAS$3,
|
|
9349
|
+
hideCancellations: hideCancellations$3
|
|
9346
9350
|
};
|
|
9347
9351
|
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" };
|
|
9348
9352
|
const SPECIALCLOSINGDATES$2 = "Dates de fermeture spéciales ou horaires différents (jours fériés, événements privés, etc.)";
|
|
@@ -9750,6 +9754,7 @@ const UPDATE_IN_PROGRESS_MESSAGE_WITH_X$2 = "Nous mettons à jour la configurati
|
|
|
9750
9754
|
const ARE_YOU_SURE_DELETE_X_TABLES$2 = "Êtes-vous sûr de vouloir supprimer {{value}} tables?";
|
|
9751
9755
|
const ARE_YOU_SURE_DELETE_X_SPECIAL_DATES$2 = "Êtes-vous sûr de vouloir supprimer {{value}} dates spéciales?";
|
|
9752
9756
|
const ARE_YOU_SURE_DELETE_X_AREAS$2 = "Êtes-vous sûr de vouloir supprimer {{value}} zones?";
|
|
9757
|
+
const hideCancellations$2 = "Masquer les annulations";
|
|
9753
9758
|
const fr = {
|
|
9754
9759
|
errors: errors$2,
|
|
9755
9760
|
SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$2,
|
|
@@ -10159,7 +10164,8 @@ const fr = {
|
|
|
10159
10164
|
UPDATE_IN_PROGRESS_MESSAGE_WITH_X: UPDATE_IN_PROGRESS_MESSAGE_WITH_X$2,
|
|
10160
10165
|
ARE_YOU_SURE_DELETE_X_TABLES: ARE_YOU_SURE_DELETE_X_TABLES$2,
|
|
10161
10166
|
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
|
|
10167
|
+
ARE_YOU_SURE_DELETE_X_AREAS: ARE_YOU_SURE_DELETE_X_AREAS$2,
|
|
10168
|
+
hideCancellations: hideCancellations$2
|
|
10163
10169
|
};
|
|
10164
10170
|
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" };
|
|
10165
10171
|
const SPECIALCLOSINGDATES$1 = "Besondere Schließungstage oder abweichende Öffnungszeiten (besondere Tage, Feiertage, private Veranstaltungen…)";
|
|
@@ -10639,6 +10645,7 @@ const UPDATE_IN_PROGRESS_MESSAGE_WITH_X$1 = "Wir aktualisieren die Restaurant-Ko
|
|
|
10639
10645
|
const ARE_YOU_SURE_DELETE_X_TABLES$1 = "Sind Sie sicher, dass Sie {{value}} Tische löschen möchten?";
|
|
10640
10646
|
const ARE_YOU_SURE_DELETE_X_SPECIAL_DATES$1 = "Sind Sie sicher, dass Sie {{value}} besondere Daten löschen möchten?";
|
|
10641
10647
|
const ARE_YOU_SURE_DELETE_X_AREAS$1 = "Sind Sie sicher, dass Sie {{value}} Bereiche löschen möchten?";
|
|
10648
|
+
const hideCancellations$1 = "Stornierungen ausblenden";
|
|
10642
10649
|
const de = {
|
|
10643
10650
|
errors: errors$1,
|
|
10644
10651
|
SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$1,
|
|
@@ -11163,7 +11170,8 @@ const de = {
|
|
|
11163
11170
|
UPDATE_IN_PROGRESS_MESSAGE_WITH_X: UPDATE_IN_PROGRESS_MESSAGE_WITH_X$1,
|
|
11164
11171
|
ARE_YOU_SURE_DELETE_X_TABLES: ARE_YOU_SURE_DELETE_X_TABLES$1,
|
|
11165
11172
|
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
|
|
11173
|
+
ARE_YOU_SURE_DELETE_X_AREAS: ARE_YOU_SURE_DELETE_X_AREAS$1,
|
|
11174
|
+
hideCancellations: hideCancellations$1
|
|
11167
11175
|
};
|
|
11168
11176
|
const errors = { "required": "Dit veld is verplicht", "email": "Dit e-mailadres is ongeldig", "phone": "Ongeldig telefoonnummer", "url": "Deze URL is ongeldig" };
|
|
11169
11177
|
const SPECIALCLOSINGDATES = "Speciale sluitingsdagen of afwijkende openingstijden (feestdagen, evenementen, enz.)";
|
|
@@ -11637,6 +11645,7 @@ const UPDATE_IN_PROGRESS_MESSAGE_WITH_X = "We zijn bezig met het bijwerken van d
|
|
|
11637
11645
|
const ARE_YOU_SURE_DELETE_X_TABLES = "Weet je zeker dat je {{value}} tafels wilt verwijderen?";
|
|
11638
11646
|
const ARE_YOU_SURE_DELETE_X_SPECIAL_DATES = "Weet je zeker dat je {{value}} speciale datums wilt verwijderen?";
|
|
11639
11647
|
const ARE_YOU_SURE_DELETE_X_AREAS = "Weet je zeker dat je {{value}} gebieden wilt verwijderen?";
|
|
11648
|
+
const hideCancellations = "Annuleringen verbergen";
|
|
11640
11649
|
const nl = {
|
|
11641
11650
|
errors,
|
|
11642
11651
|
SPECIALCLOSINGDATES,
|
|
@@ -12139,7 +12148,8 @@ const nl = {
|
|
|
12139
12148
|
UPDATE_IN_PROGRESS_MESSAGE_WITH_X,
|
|
12140
12149
|
ARE_YOU_SURE_DELETE_X_TABLES,
|
|
12141
12150
|
ARE_YOU_SURE_DELETE_X_SPECIAL_DATES,
|
|
12142
|
-
ARE_YOU_SURE_DELETE_X_AREAS
|
|
12151
|
+
ARE_YOU_SURE_DELETE_X_AREAS,
|
|
12152
|
+
hideCancellations
|
|
12143
12153
|
};
|
|
12144
12154
|
instance.use(initReactI18next).init({
|
|
12145
12155
|
// the translations
|
|
@@ -127388,50 +127398,51 @@ const ReservationsAnalytics = ({
|
|
|
127388
127398
|
})]
|
|
127389
127399
|
});
|
|
127390
127400
|
};
|
|
127391
|
-
const mainWrapper = "
|
|
127392
|
-
const mainConatiner$1 = "
|
|
127393
|
-
const mainTableContainer = "
|
|
127394
|
-
const mainSidebarContainer = "
|
|
127395
|
-
const sidebarContent = "
|
|
127396
|
-
const sidebarHeader = "
|
|
127397
|
-
const sidebarMainContent = "
|
|
127398
|
-
const sidebarFooter = "
|
|
127399
|
-
const headerReferece = "
|
|
127400
|
-
const sidebarCloseIcon = "
|
|
127401
|
-
const headerContainer = "
|
|
127402
|
-
const searchContainer = "
|
|
127403
|
-
const buttonList = "
|
|
127404
|
-
const buttonItem = "
|
|
127405
|
-
const addReservationButton = "
|
|
127406
|
-
const
|
|
127407
|
-
const
|
|
127408
|
-
const
|
|
127409
|
-
const
|
|
127410
|
-
const
|
|
127411
|
-
const
|
|
127412
|
-
const
|
|
127413
|
-
const
|
|
127414
|
-
const
|
|
127415
|
-
const
|
|
127416
|
-
const
|
|
127417
|
-
const
|
|
127418
|
-
const
|
|
127419
|
-
const
|
|
127420
|
-
const
|
|
127421
|
-
const
|
|
127422
|
-
const
|
|
127423
|
-
const
|
|
127424
|
-
const
|
|
127425
|
-
const
|
|
127426
|
-
const
|
|
127427
|
-
const
|
|
127428
|
-
const
|
|
127429
|
-
const
|
|
127430
|
-
const
|
|
127431
|
-
const
|
|
127432
|
-
const
|
|
127433
|
-
const
|
|
127434
|
-
const
|
|
127401
|
+
const mainWrapper = "_mainWrapper_1dw33_2";
|
|
127402
|
+
const mainConatiner$1 = "_mainConatiner_1dw33_9";
|
|
127403
|
+
const mainTableContainer = "_mainTableContainer_1dw33_20";
|
|
127404
|
+
const mainSidebarContainer = "_mainSidebarContainer_1dw33_28";
|
|
127405
|
+
const sidebarContent = "_sidebarContent_1dw33_36";
|
|
127406
|
+
const sidebarHeader = "_sidebarHeader_1dw33_41";
|
|
127407
|
+
const sidebarMainContent = "_sidebarMainContent_1dw33_46";
|
|
127408
|
+
const sidebarFooter = "_sidebarFooter_1dw33_54";
|
|
127409
|
+
const headerReferece = "_headerReferece_1dw33_59";
|
|
127410
|
+
const sidebarCloseIcon = "_sidebarCloseIcon_1dw33_62";
|
|
127411
|
+
const headerContainer = "_headerContainer_1dw33_125";
|
|
127412
|
+
const searchContainer = "_searchContainer_1dw33_131";
|
|
127413
|
+
const buttonList = "_buttonList_1dw33_142";
|
|
127414
|
+
const buttonItem = "_buttonItem_1dw33_147";
|
|
127415
|
+
const addReservationButton = "_addReservationButton_1dw33_156";
|
|
127416
|
+
const hideCancellationsContainer = "_hideCancellationsContainer_1dw33_165";
|
|
127417
|
+
const tableTopHeader = "_tableTopHeader_1dw33_173";
|
|
127418
|
+
const tableTopHeaderContent = "_tableTopHeaderContent_1dw33_187";
|
|
127419
|
+
const tableTopHeaderContentText = "_tableTopHeaderContentText_1dw33_194";
|
|
127420
|
+
const tableRowContainer = "_tableRowContainer_1dw33_203";
|
|
127421
|
+
const tableRowCard = "_tableRowCard_1dw33_209";
|
|
127422
|
+
const fadeInX = "_fadeInX_1dw33_1";
|
|
127423
|
+
const canceled = "_canceled_1dw33_217";
|
|
127424
|
+
const noData = "_noData_1dw33_220";
|
|
127425
|
+
const tableRowHour = "_tableRowHour_1dw33_227";
|
|
127426
|
+
const tableRowHourText = "_tableRowHourText_1dw33_243";
|
|
127427
|
+
const hours = "_hours_1dw33_251";
|
|
127428
|
+
const tableRowContent = "_tableRowContent_1dw33_257";
|
|
127429
|
+
const rowImage = "_rowImage_1dw33_272";
|
|
127430
|
+
const rowContactContainer = "_rowContactContainer_1dw33_286";
|
|
127431
|
+
const rowContactText = "_rowContactText_1dw33_298";
|
|
127432
|
+
const rowContactPhone = "_rowContactPhone_1dw33_304";
|
|
127433
|
+
const rowSectionContainer = "_rowSectionContainer_1dw33_311";
|
|
127434
|
+
const rowSection = "_rowSection_1dw33_311";
|
|
127435
|
+
const rowSectionText = "_rowSectionText_1dw33_324";
|
|
127436
|
+
const rowSectionSecText = "_rowSectionSecText_1dw33_330";
|
|
127437
|
+
const rowActionButton = "_rowActionButton_1dw33_337";
|
|
127438
|
+
const bookingInfoContainer = "_bookingInfoContainer_1dw33_350";
|
|
127439
|
+
const bookingInfoCardColumn = "_bookingInfoCardColumn_1dw33_355";
|
|
127440
|
+
const bookingInfoCardContainer = "_bookingInfoCardContainer_1dw33_363";
|
|
127441
|
+
const bookingInfoCard = "_bookingInfoCard_1dw33_355";
|
|
127442
|
+
const bookingInfoCardContent = "_bookingInfoCardContent_1dw33_375";
|
|
127443
|
+
const bookingInfoCardTitle = "_bookingInfoCardTitle_1dw33_381";
|
|
127444
|
+
const bookingInfoCardText = "_bookingInfoCardText_1dw33_384";
|
|
127445
|
+
const enableOnboardingContainer = "_enableOnboardingContainer_1dw33_388";
|
|
127435
127446
|
const styles$e = {
|
|
127436
127447
|
mainWrapper,
|
|
127437
127448
|
mainConatiner: mainConatiner$1,
|
|
@@ -127443,14 +127454,15 @@ const styles$e = {
|
|
|
127443
127454
|
sidebarFooter,
|
|
127444
127455
|
headerReferece,
|
|
127445
127456
|
sidebarCloseIcon,
|
|
127446
|
-
"mainSidebarContainer--open": "_mainSidebarContainer--
|
|
127447
|
-
"mainSidebarContainer--close": "_mainSidebarContainer--
|
|
127448
|
-
"sidebarCloseIcon--show": "_sidebarCloseIcon--
|
|
127457
|
+
"mainSidebarContainer--open": "_mainSidebarContainer--open_1dw33_73",
|
|
127458
|
+
"mainSidebarContainer--close": "_mainSidebarContainer--close_1dw33_79",
|
|
127459
|
+
"sidebarCloseIcon--show": "_sidebarCloseIcon--show_1dw33_87",
|
|
127449
127460
|
headerContainer,
|
|
127450
127461
|
searchContainer,
|
|
127451
127462
|
buttonList,
|
|
127452
127463
|
buttonItem,
|
|
127453
127464
|
addReservationButton,
|
|
127465
|
+
hideCancellationsContainer,
|
|
127454
127466
|
tableTopHeader,
|
|
127455
127467
|
tableTopHeaderContent,
|
|
127456
127468
|
tableTopHeaderContentText,
|
|
@@ -127860,12 +127872,14 @@ const index$9 = ({
|
|
|
127860
127872
|
const defaultValue2 = {
|
|
127861
127873
|
criteria: "",
|
|
127862
127874
|
commingUp: false,
|
|
127863
|
-
fromDate: hooks().format("YYYY-MM-DD")
|
|
127875
|
+
fromDate: hooks().format("YYYY-MM-DD"),
|
|
127876
|
+
hideCancellations: false
|
|
127864
127877
|
};
|
|
127865
127878
|
const searchSchema = () => create$2().shape({
|
|
127866
127879
|
criteria: create$4(),
|
|
127867
127880
|
fromDate: create$4(),
|
|
127868
|
-
commingUp: create$5()
|
|
127881
|
+
commingUp: create$5(),
|
|
127882
|
+
hideCancellations: create$5()
|
|
127869
127883
|
});
|
|
127870
127884
|
const {
|
|
127871
127885
|
control,
|
|
@@ -127887,6 +127901,10 @@ const index$9 = ({
|
|
|
127887
127901
|
control,
|
|
127888
127902
|
name: "commingUp"
|
|
127889
127903
|
});
|
|
127904
|
+
const hideCancellations2 = useWatch({
|
|
127905
|
+
control,
|
|
127906
|
+
name: "hideCancellations"
|
|
127907
|
+
});
|
|
127890
127908
|
const selectDate = (type4) => {
|
|
127891
127909
|
switch (type4) {
|
|
127892
127910
|
case "today":
|
|
@@ -127919,104 +127937,115 @@ const index$9 = ({
|
|
|
127919
127937
|
setFilters((prevFilters) => ({
|
|
127920
127938
|
...prevFilters,
|
|
127921
127939
|
fromDate,
|
|
127922
|
-
commingUp
|
|
127940
|
+
commingUp,
|
|
127941
|
+
hideCancellations: hideCancellations2
|
|
127923
127942
|
}));
|
|
127924
|
-
}, [fromDate, commingUp, setFilters]);
|
|
127943
|
+
}, [fromDate, commingUp, hideCancellations2, setFilters]);
|
|
127925
127944
|
useEffect(() => {
|
|
127926
127945
|
debouncedCriteriaUpdate(criteria);
|
|
127927
127946
|
}, [criteria, debouncedCriteriaUpdate]);
|
|
127928
|
-
return /* @__PURE__ */ jsxs(
|
|
127929
|
-
|
|
127930
|
-
|
|
127931
|
-
|
|
127932
|
-
|
|
127933
|
-
|
|
127934
|
-
|
|
127935
|
-
|
|
127936
|
-
|
|
127937
|
-
|
|
127938
|
-
|
|
127939
|
-
|
|
127940
|
-
|
|
127941
|
-
|
|
127942
|
-
|
|
127943
|
-
|
|
127944
|
-
|
|
127945
|
-
|
|
127946
|
-
|
|
127947
|
-
|
|
127948
|
-
className: styles$e.buttonList,
|
|
127949
|
-
children: [/* @__PURE__ */ jsx$1(Button$1, {
|
|
127950
|
-
mode: "tertiary",
|
|
127951
|
-
className: styles$e.buttonItem,
|
|
127952
|
-
onClick: () => selectDate("commingUp"),
|
|
127953
|
-
children: t2("COMMINGUP")
|
|
127954
|
-
}), /* @__PURE__ */ jsx$1(Button$1, {
|
|
127955
|
-
mode: "tertiary",
|
|
127956
|
-
className: styles$e.buttonItem,
|
|
127957
|
-
onClick: () => selectDate("today"),
|
|
127958
|
-
children: t2("TODAY")
|
|
127959
|
-
}), /* @__PURE__ */ jsx$1(Button$1, {
|
|
127960
|
-
mode: "tertiary",
|
|
127961
|
-
className: styles$e.buttonItem,
|
|
127962
|
-
onClick: () => selectDate("tomorrow"),
|
|
127963
|
-
children: t2("TOMORROW")
|
|
127947
|
+
return /* @__PURE__ */ jsxs(Fragment, {
|
|
127948
|
+
children: [/* @__PURE__ */ jsxs("div", {
|
|
127949
|
+
className: styles$e.headerContainer,
|
|
127950
|
+
children: [/* @__PURE__ */ jsx$1("div", {
|
|
127951
|
+
className: styles$e.searchContainer,
|
|
127952
|
+
children: /* @__PURE__ */ jsx$1(TextInputField, {
|
|
127953
|
+
control,
|
|
127954
|
+
id: "criteria",
|
|
127955
|
+
name: "criteria",
|
|
127956
|
+
label: "criteria",
|
|
127957
|
+
hideLabel: true,
|
|
127958
|
+
placeholder: t2("Search ..."),
|
|
127959
|
+
icon: "search",
|
|
127960
|
+
iconPosition: "left",
|
|
127961
|
+
iconSize: "small",
|
|
127962
|
+
radius: "md",
|
|
127963
|
+
filled: true,
|
|
127964
|
+
borderLess: true,
|
|
127965
|
+
rounded: true
|
|
127966
|
+
})
|
|
127964
127967
|
}), /* @__PURE__ */ jsxs("div", {
|
|
127968
|
+
className: styles$e.buttonList,
|
|
127965
127969
|
children: [/* @__PURE__ */ jsx$1(Button$1, {
|
|
127966
|
-
mode: "
|
|
127967
|
-
|
|
127968
|
-
|
|
127969
|
-
|
|
127970
|
-
|
|
127971
|
-
|
|
127972
|
-
|
|
127973
|
-
|
|
127974
|
-
|
|
127975
|
-
|
|
127976
|
-
|
|
127977
|
-
|
|
127978
|
-
|
|
127979
|
-
|
|
127980
|
-
|
|
127981
|
-
|
|
127982
|
-
|
|
127983
|
-
|
|
127984
|
-
|
|
127985
|
-
|
|
127986
|
-
|
|
127987
|
-
|
|
127988
|
-
|
|
127989
|
-
|
|
127990
|
-
|
|
127991
|
-
className: "ant-
|
|
127992
|
-
|
|
127993
|
-
|
|
127994
|
-
|
|
127995
|
-
|
|
127996
|
-
|
|
127997
|
-
|
|
127998
|
-
|
|
127970
|
+
mode: "tertiary",
|
|
127971
|
+
className: styles$e.buttonItem,
|
|
127972
|
+
onClick: () => selectDate("commingUp"),
|
|
127973
|
+
children: t2("COMMINGUP")
|
|
127974
|
+
}), /* @__PURE__ */ jsx$1(Button$1, {
|
|
127975
|
+
mode: "tertiary",
|
|
127976
|
+
className: styles$e.buttonItem,
|
|
127977
|
+
onClick: () => selectDate("today"),
|
|
127978
|
+
children: t2("TODAY")
|
|
127979
|
+
}), /* @__PURE__ */ jsx$1(Button$1, {
|
|
127980
|
+
mode: "tertiary",
|
|
127981
|
+
className: styles$e.buttonItem,
|
|
127982
|
+
onClick: () => selectDate("tomorrow"),
|
|
127983
|
+
children: t2("TOMORROW")
|
|
127984
|
+
}), /* @__PURE__ */ jsxs("div", {
|
|
127985
|
+
children: [/* @__PURE__ */ jsx$1(Button$1, {
|
|
127986
|
+
mode: "primary",
|
|
127987
|
+
onClick: () => setDatePickerOpen(true),
|
|
127988
|
+
children: t2("SELECTADAY")
|
|
127989
|
+
}), /* @__PURE__ */ jsx$1(DatePicker, {
|
|
127990
|
+
onChange: onChange2,
|
|
127991
|
+
show: datePickerOpen,
|
|
127992
|
+
setShow: setDatePickerOpen,
|
|
127993
|
+
showToday: false,
|
|
127994
|
+
renderExtraFooter: () => /* @__PURE__ */ jsxs("div", {
|
|
127995
|
+
className: "ant-custom-footer",
|
|
127996
|
+
children: [/* @__PURE__ */ jsx$1("button", {
|
|
127997
|
+
className: "ant-button",
|
|
127998
|
+
onClick: () => {
|
|
127999
|
+
selectDate("commingUp");
|
|
128000
|
+
setDatePickerOpen(false);
|
|
128001
|
+
},
|
|
128002
|
+
children: t2("COMMINGUP")
|
|
128003
|
+
}), /* @__PURE__ */ jsx$1("button", {
|
|
128004
|
+
className: "ant-button",
|
|
128005
|
+
onClick: () => {
|
|
128006
|
+
selectDate("today");
|
|
128007
|
+
setDatePickerOpen(false);
|
|
128008
|
+
},
|
|
128009
|
+
children: t2("TODAY")
|
|
128010
|
+
}), /* @__PURE__ */ jsx$1("button", {
|
|
128011
|
+
className: "ant-button",
|
|
128012
|
+
onClick: () => {
|
|
128013
|
+
selectDate("tomorrow");
|
|
128014
|
+
setDatePickerOpen(false);
|
|
128015
|
+
},
|
|
128016
|
+
children: t2("TOMORROW")
|
|
128017
|
+
})]
|
|
128018
|
+
})
|
|
128019
|
+
})]
|
|
128020
|
+
}), canEdit && /* @__PURE__ */ jsx$1(Button$1, {
|
|
128021
|
+
className: styles$e.addReservationButton,
|
|
128022
|
+
mode: "success",
|
|
128023
|
+
onClick: () => {
|
|
128024
|
+
setSelectedBooking(null);
|
|
128025
|
+
setShowSidebar(true);
|
|
128026
|
+
},
|
|
128027
|
+
children: t2("ADDRESERVATION")
|
|
127999
128028
|
})]
|
|
128000
|
-
}),
|
|
128001
|
-
|
|
128002
|
-
|
|
128003
|
-
onClick: () => {
|
|
128004
|
-
setSelectedBooking(null);
|
|
128005
|
-
setShowSidebar(true);
|
|
128029
|
+
}), /* @__PURE__ */ jsx$1(ExportBookingModal, {
|
|
128030
|
+
isExportLoading: false,
|
|
128031
|
+
setIsExportLoading: () => {
|
|
128006
128032
|
},
|
|
128007
|
-
|
|
128033
|
+
open: showExportBookingConfirmationModal,
|
|
128034
|
+
currentVenue,
|
|
128035
|
+
userEmail,
|
|
128036
|
+
userFullName,
|
|
128037
|
+
onClose: () => {
|
|
128038
|
+
setShowExportBookingConfirmationModal(false);
|
|
128039
|
+
}
|
|
128008
128040
|
})]
|
|
128009
|
-
}), /* @__PURE__ */ jsx$1(
|
|
128010
|
-
|
|
128011
|
-
|
|
128012
|
-
|
|
128013
|
-
|
|
128014
|
-
|
|
128015
|
-
|
|
128016
|
-
|
|
128017
|
-
onClose: () => {
|
|
128018
|
-
setShowExportBookingConfirmationModal(false);
|
|
128019
|
-
}
|
|
128041
|
+
}), /* @__PURE__ */ jsx$1("div", {
|
|
128042
|
+
className: styles$e.hideCancellationsContainer,
|
|
128043
|
+
children: /* @__PURE__ */ jsx$1(SwitchField, {
|
|
128044
|
+
control,
|
|
128045
|
+
name: "hideCancellations",
|
|
128046
|
+
label: "hideCancellations",
|
|
128047
|
+
id: "hideCancellations"
|
|
128048
|
+
})
|
|
128020
128049
|
})]
|
|
128021
128050
|
});
|
|
128022
128051
|
};
|
|
@@ -129573,16 +129602,23 @@ const GetBookings = async ({
|
|
|
129573
129602
|
venue_id,
|
|
129574
129603
|
params = {}
|
|
129575
129604
|
}) => {
|
|
129605
|
+
const paramsToSend = {
|
|
129606
|
+
...params,
|
|
129607
|
+
limit: 100
|
|
129608
|
+
};
|
|
129609
|
+
if (paramsToSend.hideCancellations) {
|
|
129610
|
+
delete paramsToSend.hideCancellations;
|
|
129611
|
+
}
|
|
129576
129612
|
const responseData = await instance$1.get(`resbook/venue/${venue_id}/bookings`, {
|
|
129577
|
-
params:
|
|
129578
|
-
...params,
|
|
129579
|
-
limit: 100
|
|
129580
|
-
}
|
|
129613
|
+
params: paramsToSend
|
|
129581
129614
|
});
|
|
129582
129615
|
const data2 = responseData.data;
|
|
129583
|
-
return formatData$6(data2);
|
|
129616
|
+
return formatData$6(data2, params);
|
|
129584
129617
|
};
|
|
129585
|
-
const formatData$6 = (data2) => {
|
|
129618
|
+
const formatData$6 = (data2, params) => {
|
|
129619
|
+
if (params.hideCancellations) {
|
|
129620
|
+
data2 = data2.filter((item2) => item2.status !== "canceled");
|
|
129621
|
+
}
|
|
129586
129622
|
return data2.map((item2) => {
|
|
129587
129623
|
var _a2;
|
|
129588
129624
|
return {
|
|
@@ -129698,6 +129734,24 @@ const EnableLive = async ({
|
|
|
129698
129734
|
);
|
|
129699
129735
|
return { data: "enabled" };
|
|
129700
129736
|
};
|
|
129737
|
+
const useWindowSize = () => {
|
|
129738
|
+
const [windowSize, setWindowSize] = useState({
|
|
129739
|
+
width: void 0,
|
|
129740
|
+
height: void 0
|
|
129741
|
+
});
|
|
129742
|
+
useEffect(() => {
|
|
129743
|
+
function handleResize() {
|
|
129744
|
+
setWindowSize({
|
|
129745
|
+
width: self.innerWidth,
|
|
129746
|
+
height: self.innerHeight
|
|
129747
|
+
});
|
|
129748
|
+
}
|
|
129749
|
+
window.addEventListener("resize", handleResize);
|
|
129750
|
+
handleResize();
|
|
129751
|
+
return () => window.removeEventListener("resize", handleResize);
|
|
129752
|
+
}, []);
|
|
129753
|
+
return windowSize;
|
|
129754
|
+
};
|
|
129701
129755
|
const EnableOnboarding = ({
|
|
129702
129756
|
venueId,
|
|
129703
129757
|
onboardingReady,
|
|
@@ -129708,6 +129762,10 @@ const EnableOnboarding = ({
|
|
|
129708
129762
|
t: t2
|
|
129709
129763
|
} = useTranslation();
|
|
129710
129764
|
const [enableLiveShowModal, setEnableLiveShowModal] = useState(false);
|
|
129765
|
+
const {
|
|
129766
|
+
width,
|
|
129767
|
+
height
|
|
129768
|
+
} = useWindowSize();
|
|
129711
129769
|
const {
|
|
129712
129770
|
execute: executeEnableLive
|
|
129713
129771
|
} = useService(EnableLive, {
|
|
@@ -129720,10 +129778,10 @@ const EnableOnboarding = ({
|
|
|
129720
129778
|
});
|
|
129721
129779
|
useEffect(() => {
|
|
129722
129780
|
if (containerRef.current) {
|
|
129723
|
-
const
|
|
129724
|
-
document.documentElement.style.setProperty("--enable-onboarding-height", `${
|
|
129781
|
+
const height2 = containerRef.current.offsetHeight;
|
|
129782
|
+
document.documentElement.style.setProperty("--enable-onboarding-height", `${height2}px`);
|
|
129725
129783
|
}
|
|
129726
|
-
}, []);
|
|
129784
|
+
}, [width, height]);
|
|
129727
129785
|
if (onboardingReady) return null;
|
|
129728
129786
|
return /* @__PURE__ */ jsxs("div", {
|
|
129729
129787
|
ref: containerRef,
|
|
@@ -129764,7 +129822,8 @@ function MainComponent({
|
|
|
129764
129822
|
setShowSidebar
|
|
129765
129823
|
} = useShowSidebarContext();
|
|
129766
129824
|
const [filters2, setFilters] = useState({
|
|
129767
|
-
fromDate: hooks().format("YYYY-MM-DD")
|
|
129825
|
+
fromDate: hooks().format("YYYY-MM-DD"),
|
|
129826
|
+
hideCancellations: false
|
|
129768
129827
|
});
|
|
129769
129828
|
const [params, setParams] = useState(() => {
|
|
129770
129829
|
const date4 = /* @__PURE__ */ new Date();
|
|
@@ -129814,6 +129873,11 @@ function MainComponent({
|
|
|
129814
129873
|
paramsToSend["filters[fromZ]"] = `${filters2.fromDate}${filters2.commingUp ? hooks().format("Tkk:mm:ss") : "T00:00:00"}`;
|
|
129815
129874
|
paramsToSend["filters[tillZ]"] = `${filters2.fromDate}T23:59:59.999`;
|
|
129816
129875
|
}
|
|
129876
|
+
if (filters2.hideCancellations) {
|
|
129877
|
+
paramsToSend["hideCancellations"] = filters2.hideCancellations;
|
|
129878
|
+
} else {
|
|
129879
|
+
delete paramsToSend["hideCancellations"];
|
|
129880
|
+
}
|
|
129817
129881
|
setParams(paramsToSend);
|
|
129818
129882
|
}, [filters2]);
|
|
129819
129883
|
useEffect(() => {
|
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -4059,13 +4059,13 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4059
4059
|
background: var(--moz-cta-success-hover);
|
|
4060
4060
|
color: var(--moz-cta-success-text-hover);
|
|
4061
4061
|
}
|
|
4062
|
-
.
|
|
4062
|
+
._mainWrapper_1dw33_2 {
|
|
4063
4063
|
display: flex;
|
|
4064
4064
|
flex-direction: column;
|
|
4065
4065
|
height: 100vh;
|
|
4066
4066
|
overflow: hidden;
|
|
4067
4067
|
}
|
|
4068
|
-
.
|
|
4068
|
+
._mainConatiner_1dw33_9 {
|
|
4069
4069
|
color: var(--moz-text-primary);
|
|
4070
4070
|
flex: 1;
|
|
4071
4071
|
padding-left: 10px;
|
|
@@ -4076,7 +4076,7 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4076
4076
|
overflow: hidden;
|
|
4077
4077
|
min-height: 0;
|
|
4078
4078
|
}
|
|
4079
|
-
.
|
|
4079
|
+
._mainConatiner_1dw33_9 ._mainTableContainer_1dw33_20 {
|
|
4080
4080
|
padding-top: 10px;
|
|
4081
4081
|
flex: 1;
|
|
4082
4082
|
display: flex;
|
|
@@ -4084,7 +4084,7 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4084
4084
|
overflow: hidden;
|
|
4085
4085
|
min-height: 0;
|
|
4086
4086
|
}
|
|
4087
|
-
.
|
|
4087
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 {
|
|
4088
4088
|
width: auto;
|
|
4089
4089
|
padding: 1rem;
|
|
4090
4090
|
display: flex;
|
|
@@ -4092,17 +4092,17 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4092
4092
|
background-color: var(--moz-cta-content-bg);
|
|
4093
4093
|
box-shadow: -5px 30px 10px rgba(0, 0, 0, 0.1);
|
|
4094
4094
|
}
|
|
4095
|
-
.
|
|
4095
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarContent_1dw33_36 {
|
|
4096
4096
|
display: flex;
|
|
4097
4097
|
flex-direction: column;
|
|
4098
4098
|
height: 100%;
|
|
4099
4099
|
}
|
|
4100
|
-
.
|
|
4100
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarHeader_1dw33_41 {
|
|
4101
4101
|
display: flex;
|
|
4102
4102
|
align-items: center;
|
|
4103
4103
|
justify-content: space-between;
|
|
4104
4104
|
}
|
|
4105
|
-
.
|
|
4105
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarMainContent_1dw33_46 {
|
|
4106
4106
|
flex: 1;
|
|
4107
4107
|
display: flex;
|
|
4108
4108
|
flex-direction: column;
|
|
@@ -4110,116 +4110,123 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4110
4110
|
padding: 1rem;
|
|
4111
4111
|
gap: 1.5rem;
|
|
4112
4112
|
}
|
|
4113
|
-
.
|
|
4113
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarFooter_1dw33_54 {
|
|
4114
4114
|
display: flex;
|
|
4115
4115
|
flex-direction: column;
|
|
4116
4116
|
gap: 1rem;
|
|
4117
4117
|
}
|
|
4118
|
-
.
|
|
4118
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._headerReferece_1dw33_59 {
|
|
4119
4119
|
color: var(--moz-text-primary);
|
|
4120
4120
|
}
|
|
4121
|
-
.
|
|
4121
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarCloseIcon_1dw33_62 {
|
|
4122
4122
|
display: none;
|
|
4123
4123
|
}
|
|
4124
4124
|
@media (max-width: 768px) {
|
|
4125
|
-
.
|
|
4125
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 {
|
|
4126
4126
|
width: 0px;
|
|
4127
4127
|
padding: 0;
|
|
4128
4128
|
}
|
|
4129
|
-
.
|
|
4129
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarContent_1dw33_36 {
|
|
4130
4130
|
display: none;
|
|
4131
4131
|
}
|
|
4132
|
-
.
|
|
4132
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer--open_1dw33_73 {
|
|
4133
4133
|
position: fixed;
|
|
4134
4134
|
right: 0px;
|
|
4135
4135
|
width: 100%;
|
|
4136
4136
|
padding: 1rem;
|
|
4137
4137
|
}
|
|
4138
|
-
.
|
|
4138
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer--close_1dw33_79 {
|
|
4139
4139
|
position: inherit;
|
|
4140
4140
|
width: 0px;
|
|
4141
4141
|
padding: 0;
|
|
4142
4142
|
}
|
|
4143
|
-
.
|
|
4143
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarCloseIcon_1dw33_62 {
|
|
4144
4144
|
display: none;
|
|
4145
4145
|
}
|
|
4146
|
-
.
|
|
4146
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarCloseIcon--show_1dw33_87 {
|
|
4147
4147
|
display: block;
|
|
4148
4148
|
cursor: pointer;
|
|
4149
4149
|
}
|
|
4150
4150
|
}
|
|
4151
4151
|
@media (min-width: 768px) and (max-width: 1200px) {
|
|
4152
|
-
.
|
|
4152
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 {
|
|
4153
4153
|
width: 0px;
|
|
4154
4154
|
padding: 0;
|
|
4155
4155
|
height: calc(100vh - var(--enable-onboarding-height, 20px));
|
|
4156
4156
|
transition: width 0.3s ease-in-out;
|
|
4157
4157
|
}
|
|
4158
|
-
.
|
|
4158
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarContent_1dw33_36 {
|
|
4159
4159
|
display: none;
|
|
4160
4160
|
}
|
|
4161
|
-
.
|
|
4161
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer--open_1dw33_73 {
|
|
4162
4162
|
position: fixed;
|
|
4163
4163
|
right: 0px;
|
|
4164
4164
|
width: 450px;
|
|
4165
4165
|
padding: 1rem;
|
|
4166
4166
|
}
|
|
4167
|
-
.
|
|
4167
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer--open_1dw33_73 ._sidebarContent_1dw33_36 {
|
|
4168
4168
|
display: flex;
|
|
4169
4169
|
}
|
|
4170
|
-
.
|
|
4170
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer--close_1dw33_79 {
|
|
4171
4171
|
position: inherit;
|
|
4172
4172
|
width: 0px;
|
|
4173
4173
|
padding: 0;
|
|
4174
4174
|
}
|
|
4175
|
-
.
|
|
4175
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarCloseIcon_1dw33_62 {
|
|
4176
4176
|
display: none;
|
|
4177
4177
|
}
|
|
4178
|
-
.
|
|
4178
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarCloseIcon--show_1dw33_87 {
|
|
4179
4179
|
display: block;
|
|
4180
4180
|
cursor: pointer;
|
|
4181
4181
|
}
|
|
4182
4182
|
}
|
|
4183
|
-
.
|
|
4183
|
+
._headerContainer_1dw33_125 {
|
|
4184
4184
|
display: flex;
|
|
4185
4185
|
justify-content: space-between;
|
|
4186
4186
|
align-items: center;
|
|
4187
4187
|
flex-wrap: wrap;
|
|
4188
4188
|
}
|
|
4189
|
-
.
|
|
4189
|
+
._headerContainer_1dw33_125 ._searchContainer_1dw33_131 {
|
|
4190
4190
|
display: flex;
|
|
4191
4191
|
align-items: center;
|
|
4192
4192
|
gap: 10px;
|
|
4193
4193
|
width: 180px;
|
|
4194
4194
|
}
|
|
4195
4195
|
@media (max-width: 768px) {
|
|
4196
|
-
.
|
|
4196
|
+
._headerContainer_1dw33_125 ._searchContainer_1dw33_131 {
|
|
4197
4197
|
width: 200px;
|
|
4198
4198
|
}
|
|
4199
4199
|
}
|
|
4200
|
-
.
|
|
4200
|
+
._headerContainer_1dw33_125 ._buttonList_1dw33_142 {
|
|
4201
4201
|
display: flex;
|
|
4202
4202
|
align-items: center;
|
|
4203
4203
|
gap: 0.5rem;
|
|
4204
4204
|
}
|
|
4205
|
-
.
|
|
4205
|
+
._headerContainer_1dw33_125 ._buttonList_1dw33_142 ._buttonItem_1dw33_147 {
|
|
4206
4206
|
display: block;
|
|
4207
4207
|
transition: 0.3s;
|
|
4208
4208
|
}
|
|
4209
4209
|
@media (max-width: 768px) {
|
|
4210
|
-
.
|
|
4210
|
+
._headerContainer_1dw33_125 ._buttonList_1dw33_142 ._buttonItem_1dw33_147 {
|
|
4211
4211
|
display: none;
|
|
4212
4212
|
}
|
|
4213
4213
|
}
|
|
4214
|
-
.
|
|
4214
|
+
._headerContainer_1dw33_125 ._buttonList_1dw33_142 ._addReservationButton_1dw33_156 {
|
|
4215
4215
|
display: inherit;
|
|
4216
4216
|
}
|
|
4217
4217
|
@media (max-width: 768px) {
|
|
4218
|
-
.
|
|
4218
|
+
._headerContainer_1dw33_125 ._buttonList_1dw33_142 ._addReservationButton_1dw33_156 {
|
|
4219
4219
|
display: none;
|
|
4220
4220
|
}
|
|
4221
4221
|
}
|
|
4222
|
-
.
|
|
4222
|
+
._hideCancellationsContainer_1dw33_165 {
|
|
4223
|
+
display: flex;
|
|
4224
|
+
align-items: center;
|
|
4225
|
+
justify-content: flex-end;
|
|
4226
|
+
gap: 0.5rem;
|
|
4227
|
+
margin-top: 10px;
|
|
4228
|
+
}
|
|
4229
|
+
._tableTopHeader_1dw33_173 {
|
|
4223
4230
|
display: flex;
|
|
4224
4231
|
justify-content: space-between;
|
|
4225
4232
|
align-items: center;
|
|
@@ -4228,50 +4235,50 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4228
4235
|
font: 1.125rem/1.75rem var(--moz-font-family-title);
|
|
4229
4236
|
}
|
|
4230
4237
|
@media (max-width: 768px) {
|
|
4231
|
-
.
|
|
4238
|
+
._tableTopHeader_1dw33_173 {
|
|
4232
4239
|
font: 0.75rem/1.75rem var(--moz-font-family-title);
|
|
4233
4240
|
}
|
|
4234
4241
|
}
|
|
4235
|
-
.
|
|
4242
|
+
._tableTopHeaderContent_1dw33_187 {
|
|
4236
4243
|
display: flex;
|
|
4237
4244
|
justify-content: space-between;
|
|
4238
4245
|
align-items: center;
|
|
4239
4246
|
margin-top: 20px;
|
|
4240
4247
|
margin-bottom: 10px;
|
|
4241
4248
|
}
|
|
4242
|
-
.
|
|
4249
|
+
._tableTopHeaderContent_1dw33_187 ._tableTopHeaderContentText_1dw33_194 {
|
|
4243
4250
|
font: 600 1.875rem/2.25rem var(--moz-font-family-title);
|
|
4244
4251
|
}
|
|
4245
4252
|
@media (max-width: 768px) {
|
|
4246
|
-
.
|
|
4253
|
+
._tableTopHeaderContent_1dw33_187 ._tableTopHeaderContentText_1dw33_194 {
|
|
4247
4254
|
font: 600 1.5rem/2rem var(--moz-font-family-title);
|
|
4248
4255
|
}
|
|
4249
4256
|
}
|
|
4250
|
-
.
|
|
4257
|
+
._tableRowContainer_1dw33_203 {
|
|
4251
4258
|
display: flex;
|
|
4252
4259
|
flex-direction: column;
|
|
4253
4260
|
width: 100%;
|
|
4254
4261
|
gap: 0.5rem;
|
|
4255
4262
|
}
|
|
4256
|
-
.
|
|
4263
|
+
._tableRowContainer_1dw33_203 ._tableRowCard_1dw33_209 {
|
|
4257
4264
|
padding: 0;
|
|
4258
4265
|
background-color: var(--moz-cta-content-bg);
|
|
4259
4266
|
overflow-x: auto;
|
|
4260
4267
|
opacity: 0;
|
|
4261
4268
|
transform: translateX(-20px);
|
|
4262
|
-
animation:
|
|
4269
|
+
animation: _fadeInX_1dw33_1 0.3s ease-in forwards;
|
|
4263
4270
|
}
|
|
4264
|
-
.
|
|
4271
|
+
._tableRowContainer_1dw33_203 ._tableRowCard_1dw33_209 ._canceled_1dw33_217 {
|
|
4265
4272
|
text-decoration: line-through;
|
|
4266
4273
|
}
|
|
4267
|
-
.
|
|
4274
|
+
._tableRowContainer_1dw33_203 ._tableRowCard_1dw33_209 ._noData_1dw33_220 {
|
|
4268
4275
|
display: flex;
|
|
4269
4276
|
justify-content: center;
|
|
4270
4277
|
align-items: center;
|
|
4271
4278
|
height: 100px;
|
|
4272
4279
|
color: var(--moz-text-secondary);
|
|
4273
4280
|
}
|
|
4274
|
-
.
|
|
4281
|
+
._tableRowContainer_1dw33_203 ._tableRowHour_1dw33_227 {
|
|
4275
4282
|
display: flex;
|
|
4276
4283
|
width: 150px;
|
|
4277
4284
|
flex-direction: column;
|
|
@@ -4283,25 +4290,25 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4283
4290
|
background-color: var(--moz-cta-content-sec-bg);
|
|
4284
4291
|
}
|
|
4285
4292
|
@media (max-width: 768px) {
|
|
4286
|
-
.
|
|
4293
|
+
._tableRowContainer_1dw33_203 ._tableRowHour_1dw33_227 {
|
|
4287
4294
|
padding: 0 0.5rem 0 0.5rem;
|
|
4288
4295
|
}
|
|
4289
4296
|
}
|
|
4290
|
-
.
|
|
4297
|
+
._tableRowContainer_1dw33_203 ._tableRowHour_1dw33_227 ._tableRowHourText_1dw33_243 {
|
|
4291
4298
|
font: 600 1.6rem/2.25rem var(--moz-font-family-title);
|
|
4292
4299
|
}
|
|
4293
4300
|
@media (max-width: 768px) {
|
|
4294
|
-
.
|
|
4301
|
+
._tableRowContainer_1dw33_203 ._tableRowHour_1dw33_227 ._tableRowHourText_1dw33_243 {
|
|
4295
4302
|
font: 1.25rem/1.75rem var(--moz-font-family-title);
|
|
4296
4303
|
}
|
|
4297
4304
|
}
|
|
4298
|
-
.
|
|
4305
|
+
._tableRowContainer_1dw33_203 ._tableRowHour_1dw33_227 ._hours_1dw33_251 {
|
|
4299
4306
|
display: flex;
|
|
4300
4307
|
justify-content: center;
|
|
4301
4308
|
align-items: center;
|
|
4302
4309
|
gap: 0.5rem;
|
|
4303
4310
|
}
|
|
4304
|
-
.
|
|
4311
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 {
|
|
4305
4312
|
display: flex;
|
|
4306
4313
|
align-items: center;
|
|
4307
4314
|
gap: 0.5rem;
|
|
@@ -4311,26 +4318,26 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4311
4318
|
width: 100%;
|
|
4312
4319
|
}
|
|
4313
4320
|
@media (max-width: 768px) {
|
|
4314
|
-
.
|
|
4321
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 {
|
|
4315
4322
|
flex-direction: column;
|
|
4316
4323
|
padding: 0.5rem;
|
|
4317
4324
|
}
|
|
4318
4325
|
}
|
|
4319
|
-
.
|
|
4326
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowImage_1dw33_272 {
|
|
4320
4327
|
width: 45px;
|
|
4321
4328
|
height: 45px;
|
|
4322
4329
|
border-radius: 50%;
|
|
4323
4330
|
margin-right: 10px;
|
|
4324
4331
|
}
|
|
4325
4332
|
@media (max-width: 768px) {
|
|
4326
|
-
.
|
|
4333
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowImage_1dw33_272 {
|
|
4327
4334
|
width: 30px;
|
|
4328
4335
|
height: 30px;
|
|
4329
4336
|
border-radius: 50%;
|
|
4330
4337
|
margin-right: 5px;
|
|
4331
4338
|
}
|
|
4332
4339
|
}
|
|
4333
|
-
.
|
|
4340
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowContactContainer_1dw33_286 {
|
|
4334
4341
|
display: flex;
|
|
4335
4342
|
flex-direction: column;
|
|
4336
4343
|
text-align: left;
|
|
@@ -4338,24 +4345,24 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4338
4345
|
max-width: 200px;
|
|
4339
4346
|
}
|
|
4340
4347
|
@media (max-width: 768px) {
|
|
4341
|
-
.
|
|
4348
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowContactContainer_1dw33_286 {
|
|
4342
4349
|
text-align: center;
|
|
4343
4350
|
}
|
|
4344
4351
|
}
|
|
4345
|
-
.
|
|
4352
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowContactContainer_1dw33_286 ._rowContactText_1dw33_298 {
|
|
4346
4353
|
white-space: nowrap;
|
|
4347
4354
|
overflow: hidden;
|
|
4348
4355
|
text-overflow: ellipsis;
|
|
4349
4356
|
max-width: 100%;
|
|
4350
4357
|
}
|
|
4351
|
-
.
|
|
4358
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowContactContainer_1dw33_286 ._rowContactPhone_1dw33_304 {
|
|
4352
4359
|
white-space: nowrap;
|
|
4353
4360
|
overflow: hidden;
|
|
4354
4361
|
text-overflow: ellipsis;
|
|
4355
4362
|
max-width: 100%;
|
|
4356
4363
|
color: var(--moz-text-secondary);
|
|
4357
4364
|
}
|
|
4358
|
-
.
|
|
4365
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowSectionContainer_1dw33_311 {
|
|
4359
4366
|
display: flex;
|
|
4360
4367
|
flex-direction: row;
|
|
4361
4368
|
text-align: center;
|
|
@@ -4363,25 +4370,25 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4363
4370
|
min-width: 200px;
|
|
4364
4371
|
}
|
|
4365
4372
|
@media (max-width: 768px) {
|
|
4366
|
-
.
|
|
4373
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowSectionContainer_1dw33_311 {
|
|
4367
4374
|
justify-content: center;
|
|
4368
4375
|
gap: 20px;
|
|
4369
4376
|
}
|
|
4370
4377
|
}
|
|
4371
|
-
.
|
|
4378
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowSectionContainer_1dw33_311 ._rowSection_1dw33_311 ._rowSectionText_1dw33_324 {
|
|
4372
4379
|
white-space: nowrap;
|
|
4373
4380
|
overflow: hidden;
|
|
4374
4381
|
text-overflow: ellipsis;
|
|
4375
4382
|
max-width: 100%;
|
|
4376
4383
|
}
|
|
4377
|
-
.
|
|
4384
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowSectionContainer_1dw33_311 ._rowSection_1dw33_311 ._rowSectionSecText_1dw33_330 {
|
|
4378
4385
|
white-space: nowrap;
|
|
4379
4386
|
overflow: hidden;
|
|
4380
4387
|
text-overflow: ellipsis;
|
|
4381
4388
|
max-width: 100%;
|
|
4382
4389
|
color: var(--moz-text-secondary);
|
|
4383
4390
|
}
|
|
4384
|
-
.
|
|
4391
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowActionButton_1dw33_337 {
|
|
4385
4392
|
min-width: 200px;
|
|
4386
4393
|
display: flex;
|
|
4387
4394
|
flex: 1;
|
|
@@ -4389,16 +4396,16 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4389
4396
|
display: inherit;
|
|
4390
4397
|
}
|
|
4391
4398
|
@media (max-width: 768px) {
|
|
4392
|
-
.
|
|
4399
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowActionButton_1dw33_337 {
|
|
4393
4400
|
display: none;
|
|
4394
4401
|
}
|
|
4395
4402
|
}
|
|
4396
|
-
.
|
|
4403
|
+
._bookingInfoContainer_1dw33_350 {
|
|
4397
4404
|
width: 100%;
|
|
4398
4405
|
display: flex;
|
|
4399
4406
|
justify-content: space-between;
|
|
4400
4407
|
}
|
|
4401
|
-
.
|
|
4408
|
+
._bookingInfoContainer_1dw33_350 ._bookingInfoCardColumn_1dw33_355 {
|
|
4402
4409
|
display: flex;
|
|
4403
4410
|
flex-direction: column;
|
|
4404
4411
|
gap: 10px;
|
|
@@ -4406,11 +4413,11 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4406
4413
|
flex-wrap: wrap;
|
|
4407
4414
|
margin: 10px;
|
|
4408
4415
|
}
|
|
4409
|
-
.
|
|
4416
|
+
._bookingInfoContainer_1dw33_350 ._bookingInfoCardColumn_1dw33_355 ._bookingInfoCardContainer_1dw33_363 {
|
|
4410
4417
|
display: flex;
|
|
4411
4418
|
gap: 10px;
|
|
4412
4419
|
}
|
|
4413
|
-
.
|
|
4420
|
+
._bookingInfoContainer_1dw33_350 ._bookingInfoCardColumn_1dw33_355 ._bookingInfoCardContainer_1dw33_363 ._bookingInfoCard_1dw33_355 {
|
|
4414
4421
|
width: 43px;
|
|
4415
4422
|
height: 43px;
|
|
4416
4423
|
background-color: var(--moz-cta-content-sec-bg);
|
|
@@ -4418,19 +4425,19 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4418
4425
|
padding: 10px;
|
|
4419
4426
|
border-radius: 6px;
|
|
4420
4427
|
}
|
|
4421
|
-
.
|
|
4428
|
+
._bookingInfoContainer_1dw33_350 ._bookingInfoCardColumn_1dw33_355 ._bookingInfoCardContainer_1dw33_363 ._bookingInfoCardContent_1dw33_375 {
|
|
4422
4429
|
display: flex;
|
|
4423
4430
|
flex-direction: column;
|
|
4424
4431
|
justify-content: center;
|
|
4425
4432
|
gap: 4px;
|
|
4426
4433
|
}
|
|
4427
|
-
.
|
|
4434
|
+
._bookingInfoContainer_1dw33_350 ._bookingInfoCardColumn_1dw33_355 ._bookingInfoCardContainer_1dw33_363 ._bookingInfoCardContent_1dw33_375 ._bookingInfoCardTitle_1dw33_381 {
|
|
4428
4435
|
color: var(--moz-text-primary);
|
|
4429
4436
|
}
|
|
4430
|
-
.
|
|
4437
|
+
._bookingInfoContainer_1dw33_350 ._bookingInfoCardColumn_1dw33_355 ._bookingInfoCardContainer_1dw33_363 ._bookingInfoCardContent_1dw33_375 ._bookingInfoCardText_1dw33_384 {
|
|
4431
4438
|
color: var(--moz-text-secondary);
|
|
4432
4439
|
}
|
|
4433
|
-
.
|
|
4440
|
+
._enableOnboardingContainer_1dw33_388 {
|
|
4434
4441
|
background-color: var(--moz-cta-soft-danger);
|
|
4435
4442
|
color: var(--moz-cta-danger-text);
|
|
4436
4443
|
padding: 10px;
|
|
@@ -4441,7 +4448,7 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4441
4448
|
justify-content: space-between;
|
|
4442
4449
|
align-items: center;
|
|
4443
4450
|
}
|
|
4444
|
-
@keyframes
|
|
4451
|
+
@keyframes _fadeInX_1dw33_1 {
|
|
4445
4452
|
from {
|
|
4446
4453
|
opacity: 0;
|
|
4447
4454
|
transform: translateX(-20px);
|