@timum/booking 1.10.2 → 1.10.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/build/booking.js +16 -5
- package/build/booking.umd.cjs +73 -73
- package/build/component/booking.js +16 -5
- package/build/component/booking.umd.cjs +67 -67
- package/package.json +2 -2
|
@@ -46625,7 +46625,7 @@ function Zf({
|
|
|
46625
46625
|
{
|
|
46626
46626
|
open: w == null ? void 0 : w.open,
|
|
46627
46627
|
onClose: w == null ? void 0 : w.onClose,
|
|
46628
|
-
children: /* @__PURE__ */ $.jsx(SF, { doOnSuccess: w == null ? void 0 : w.
|
|
46628
|
+
children: /* @__PURE__ */ $.jsx(SF, { doOnSuccess: w == null ? void 0 : w.doOnSuccess })
|
|
46629
46629
|
}
|
|
46630
46630
|
),
|
|
46631
46631
|
s && p && /* @__PURE__ */ $.jsx(
|
|
@@ -60979,11 +60979,12 @@ function zLe(e) {
|
|
|
60979
60979
|
children: /* @__PURE__ */ $.jsx(Tb, { CalendarView: KA })
|
|
60980
60980
|
}
|
|
60981
60981
|
),
|
|
60982
|
-
r === "pureListView" && /* @__PURE__ */ $.jsx(
|
|
60982
|
+
(r === "pureListView" || r === "listView") && /* @__PURE__ */ $.jsx(
|
|
60983
60983
|
Cc,
|
|
60984
60984
|
{
|
|
60985
60985
|
...e,
|
|
60986
60986
|
...i.pureListView,
|
|
60987
|
+
...i.listView,
|
|
60987
60988
|
bookables: (t == null ? void 0 : t.bookables) ?? void 0,
|
|
60988
60989
|
products: (t == null ? void 0 : t.products) ?? void 0,
|
|
60989
60990
|
children: /* @__PURE__ */ $.jsx(Bx, {})
|
|
@@ -61019,13 +61020,22 @@ function zLe(e) {
|
|
|
61019
61020
|
children: /* @__PURE__ */ $.jsx(Tb, { CalendarView: ZA })
|
|
61020
61021
|
}
|
|
61021
61022
|
),
|
|
61022
|
-
r !== "fullCalendar" && r !== "detailsFullCalendar" && r !== "condensedView" && r !== "detailsCondensedView" && r !== "detailsListView" && r !== "pureListView" && /* @__PURE__ */ $.jsxs($.Fragment, { children: [
|
|
61023
|
+
r !== "fullCalendar" && r !== "detailsFullCalendar" && r !== "condensedView" && r !== "detailsCondensedView" && r !== "detailsListView" && r !== "listView" && r !== "pureListView" && /* @__PURE__ */ $.jsxs($.Fragment, { children: [
|
|
61023
61024
|
"You must set calendarFrontend either to ",
|
|
61024
61025
|
/* @__PURE__ */ $.jsx("code", { children: "fullCalendar" }),
|
|
61025
61026
|
",",
|
|
61027
|
+
" ",
|
|
61028
|
+
/* @__PURE__ */ $.jsx("code", { children: "detailsFullCalendar" }),
|
|
61029
|
+
",",
|
|
61030
|
+
/* @__PURE__ */ $.jsx("code", { children: "listView" }),
|
|
61031
|
+
",",
|
|
61032
|
+
" ",
|
|
61026
61033
|
/* @__PURE__ */ $.jsx("code", { children: "detailsListView" }),
|
|
61027
|
-
"
|
|
61028
|
-
/* @__PURE__ */ $.jsx("code", { children: "
|
|
61034
|
+
", ",
|
|
61035
|
+
/* @__PURE__ */ $.jsx("code", { children: "condensedView" }),
|
|
61036
|
+
" or",
|
|
61037
|
+
" ",
|
|
61038
|
+
/* @__PURE__ */ $.jsx("code", { children: "detailsCondensedView" }),
|
|
61029
61039
|
" in your config."
|
|
61030
61040
|
] })
|
|
61031
61041
|
] });
|
|
@@ -64624,6 +64634,7 @@ function TBe({ appConfig: e, muiTheme: t, fcConfig: n }) {
|
|
|
64624
64634
|
);
|
|
64625
64635
|
}
|
|
64626
64636
|
export {
|
|
64637
|
+
QA as RE_EMOJI,
|
|
64627
64638
|
ABe as React,
|
|
64628
64639
|
TBe as TimumBooking,
|
|
64629
64640
|
SBe as i18next,
|