bukazu-portal-react 3.0.9 → 3.0.17
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/.env.development +1 -1
- package/build/portal.es.js +1 -1
- package/build/portal.umd.js +26 -26
- package/calendar.html +1 -1
- package/dev.tsx +1 -1
- package/package.json +1 -1
- package/src/components/CalendarPage/formParts/Validations.tsx +1 -1
package/.env.development
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
BACKEND_URL = "htts://
|
|
1
|
+
BACKEND_URL = "htts://api.bukazu.com/graphql"
|
package/build/portal.es.js
CHANGED
|
@@ -33866,7 +33866,7 @@ function bq(e, t, n) {
|
|
|
33866
33866
|
const l = _v(e, u.id);
|
|
33867
33867
|
(!l || l === "") && (i[u.id] = /* @__PURE__ */ d(J, { id: "required" }));
|
|
33868
33868
|
}
|
|
33869
|
-
return e.adults < 1 && (i.adults = /* @__PURE__ */ d(J, { id: "at_least_1_adult" })), Number(e.discount) > 0 && !e.discount_reason && (i.discount_reason = /* @__PURE__ */ d(J, { id: "you_need_to_give_reason" })), e.persons > a && (i.max_persons = /* @__PURE__ */ d(J, { id: "max_persons_reached" })), e.cancel_insurance !== 0 && GV((s = e.extra_fields) == null ? void 0 : s.date_of_birth) && (i["extra_fields.date_of_birth"] = /* @__PURE__ */ d(J, { id: "at_least_18y_old" }), i.insurances = /* @__PURE__ */ d(J, { id: "at_least_18y_old" })), e.cancel_insurance !== 0 && !["nl", "de", "be"].includes(e.country) && (i.insurances = /* @__PURE__ */ d(J, { id: "can_only_take_insurance_in_de_be_nl" }), i.country = /* @__PURE__ */ d(J, { id: "can_only_take_insurance_in_de_be_nl" })), i;
|
|
33869
|
+
return e.adults < 1 && (i.adults = /* @__PURE__ */ d(J, { id: "at_least_1_adult" })), Number(e.discount) > 0 && !e.discount_reason && (i.discount_reason = /* @__PURE__ */ d(J, { id: "you_need_to_give_reason" })), e.persons > a && (i.max_persons = /* @__PURE__ */ d(J, { id: "max_persons_reached" })), e.cancel_insurance !== 0 && GV((s = e.extra_fields) == null ? void 0 : s.date_of_birth) && (i["extra_fields.date_of_birth"] = /* @__PURE__ */ d(J, { id: "at_least_18y_old" }), i.insurances = /* @__PURE__ */ d(J, { id: "at_least_18y_old" })), parseInt(e.cancel_insurance) !== 0 && !["nl", "de", "be"].includes(e.country) && (i.insurances = /* @__PURE__ */ d(J, { id: "can_only_take_insurance_in_de_be_nl" }), i.country = /* @__PURE__ */ d(J, { id: "can_only_take_insurance_in_de_be_nl" })), i;
|
|
33870
33870
|
}
|
|
33871
33871
|
const sd = {
|
|
33872
33872
|
selectedDate: null,
|