@licklist/design 0.50.1-dev.3 → 0.50.1-dev.5
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/dist/events/edit-event-modal/IntervalInput.d.ts.map +1 -1
- package/dist/events/edit-event-modal/IntervalInput.js +1 -1
- package/dist/events/edit-event-modal/hooks/index.d.ts +3 -0
- package/dist/events/edit-event-modal/hooks/index.d.ts.map +1 -0
- package/dist/events/edit-event-modal/hooks/useFormattedDuration.d.ts +2 -0
- package/dist/events/edit-event-modal/hooks/useFormattedDuration.d.ts.map +1 -0
- package/dist/events/edit-event-modal/hooks/useFormattedDuration.js +1 -0
- package/dist/events/edit-event-modal/hooks/useValidationOptions.d.ts +11 -0
- package/dist/events/edit-event-modal/hooks/useValidationOptions.d.ts.map +1 -0
- package/dist/events/edit-event-modal/hooks/useValidationOptions.js +1 -0
- package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
- package/dist/sales/booking/results/components/ResultCard.js +1 -1
- package/package.json +1 -1
- package/src/events/edit-event-modal/IntervalInput.tsx +8 -80
- package/src/events/edit-event-modal/hooks/index.ts +2 -0
- package/src/events/edit-event-modal/hooks/useFormattedDuration.tsx +40 -0
- package/src/events/edit-event-modal/hooks/useValidationOptions.tsx +36 -0
- package/src/sales/booking/results/components/ResultCard.tsx +5 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IntervalInput.d.ts","sourceRoot":"","sources":["../../../src/events/edit-event-modal/IntervalInput.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"IntervalInput.d.ts","sourceRoot":"","sources":["../../../src/events/edit-event-modal/IntervalInput.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,UAAU,EAAE,MAAM,6DAA6D,CAAC;AAIzF,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAG9D,UAAU,kBAAkB;IAC1B,gBAAgB,CAAC,EAAE,oBAAoB,CAAC;IACxC,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB;AAED,wBAAgB,aAAa,CAAC,EAC5B,QAAgB,EAChB,gBAAgB,EAChB,YAAY,EACZ,WAAW,GACZ,EAAE,kBAAkB,eAqJpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("tslib"),r=require("react"),n=(e=r)&&"object"==typeof e&&"default"in e?e.default:e,a=require("react-i18next"),o=require("react-bootstrap"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("tslib"),r=require("react"),n=(e=r)&&"object"==typeof e&&"default"in e?e.default:e,a=require("react-i18next"),o=require("react-bootstrap"),l=require("react-hook-form"),i=require("@react-aria/utils"),u=require("../../static/WarningMessage.js"),c=require("luxon");require("../../static/index.js");var d=require("../../recurrence-input/RecurrenceInput.js"),s=require("./hooks/useFormattedDuration.js"),m=require("./hooks/useValidationOptions.js");exports.IntervalInput=function(e){var v,f,p=e.disabled,g=void 0!==p&&p,F=e.editedProductSet,E=e.productSetId,h=e.productSets,C=a.useTranslation(["Design","Validation"]).t,I=l.useFormContext(),b=I.register,q=I.formState.errors,k=I.control,y=I.trigger,_=I.setValue,S=s.useFormattedDuration(),x=m.useValidationOptions(),D=l.useWatch({control:k,name:"rrule"}),j=l.useWatch({control:k,name:"start"}),O=l.useWatch({control:k,name:"end"}),B=t.__read(r.useState(Boolean(D)),2),M=B[0],R=B[1],T=t.__read(r.useState(!1),2),W=T[0],G=T[1],P=i.useId(),V=r.useRef(null),w=r.useRef(null);return r.useEffect((function(){F&&R(!1)}),[F]),r.useEffect((function(){if(h){var e=h.find((function(e){return F&&(null==e?void 0:e.id)===(null==F?void 0:F.id)||Boolean(null==e?void 0:e.parentMenuId)&&(null==e?void 0:e.id)===E}));G(Boolean(e))}}),[h,E,G,F]),n.createElement(n.Fragment,null,n.createElement(o.Form.Row,{className:"interval-container"},n.createElement(o.Form.Group,{as:o.Col,controlId:"start"},n.createElement(o.Form.Label,null,C("start")),n.createElement(o.Form.Control,t.__assign({type:"datetime-local"},b("start",x.start),{value:j,name:"start",required:!0,isInvalid:Boolean(q.start),onChange:function(e){var t=e.target.value;R(!1),_("start",t),c.DateTime.fromISO(O).diff(c.DateTime.fromISO(t)).toMillis()<0&&_("end",t)},onClick:function(){var e;return null===(e=null==V?void 0:V.current)||void 0===e?void 0:e.showPicker()},ref:V,disabled:g})),n.createElement(o.Form.Control.Feedback,{type:"invalid"},null===(v=q.start)||void 0===v?void 0:v.message)),n.createElement(o.Form.Group,{as:o.Col,controlId:"end"},n.createElement(o.Form.Label,null,C("end")),n.createElement(o.Form.Control,t.__assign({type:"datetime-local"},b("end",x.end),{value:O,name:"end",onChange:function(e){return function(e){_("end",e),y("end")}(e.target.value)},min:j,required:!0,isInvalid:Boolean(q.end),onClick:function(){var e;return null===(e=null==w?void 0:w.current)||void 0===e?void 0:e.showPicker()},ref:w,disabled:g})),n.createElement(o.Form.Control.Feedback,{type:"invalid"},null===(f=q.end)||void 0===f?void 0:f.message),n.createElement(o.Form.Text,{muted:!0},S&&"lasts ".concat(S)))),j&&n.createElement(o.Form.Group,{controlId:P},n.createElement(o.Form.Check,{label:"Recurrent",custom:!0,checked:M,onChange:function(e){var t=e.target.checked;R(t)},disabled:g||Boolean(F)}),!M&&n.createElement(o.Form.Text,{muted:!0},C("reccurentDescription",{item:C("event")}))),W&&n.createElement(u.default,{message:C("recurrentOverridesWarining")}),M&&j&&n.createElement(o.Form.Group,null,n.createElement(l.Controller,{control:k,name:"rrule",render:function(e){var t=e.field,r=t.value,a=t.onChange;return n.createElement(d.RecurrenceInput,{value:r,onChange:a,date:j,minDate:c.DateTime.fromISO(j).plus({day:1}).toFormat("yyyy-MM-dd"),disabled:g})}})))};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/events/edit-event-modal/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useFormattedDuration.d.ts","sourceRoot":"","sources":["../../../../src/events/edit-event-modal/hooks/useFormattedDuration.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,oBAAoB,cAiChC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("tslib"),r=require("react"),u=((e=r)&&"object"==typeof e&&"default"in e&&e.default,require("react-hook-form")),n=require("luxon"),o=require("react-intl");exports.useFormattedDuration=function(){var e=u.useFormContext().control,a=u.useWatch({control:e,name:"start"}),i=u.useWatch({control:e,name:"end"}),s=o.useIntl(),l=s.formatList,m=s.formatNumber,f=r.useMemo((function(){var e=n.Interval.fromDateTimes(n.DateTime.fromISO(a),n.DateTime.fromISO(i)).toDuration(["days","hours","minutes"]);if(e.isValid){var r=function(e,t){return m(e,{style:"unit",unit:t,unitDisplay:"long"})},u=[[e.days,"day"],[e.hours,"hour"],[e.minutes,"minute"]].filter((function(e){return t.__read(e,1)[0]}));return l(u.map((function(e){return r.apply(void 0,t.__spreadArray([],t.__read(e),!1))})),{style:"long",type:"unit"})}}),[a,i]);return f};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const useValidationOptions: () => {
|
|
2
|
+
start: {
|
|
3
|
+
required: string;
|
|
4
|
+
validate: (value: any) => string | true;
|
|
5
|
+
};
|
|
6
|
+
end: {
|
|
7
|
+
required: string;
|
|
8
|
+
validate: (value: any) => string | true;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=useValidationOptions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useValidationOptions.d.ts","sourceRoot":"","sources":["../../../../src/events/edit-event-modal/hooks/useValidationOptions.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,oBAAoB;;;;;;;;;CA+BhC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react-i18next"),t=require("react-hook-form"),i=require("luxon");exports.useValidationOptions=function(){var r=t.useFormContext().control,a=e.useTranslation(["Design","Validation"]).t,n=t.useWatch({control:r,name:"start"});return{start:{required:a("Validation:fieldRequired",{attribute:a("start")}),validate:function(e){return i.DateTime.fromISO(e).diffNow().toMillis()>0||a("Validation:fieldValidEventStart")}},end:{required:a("Validation:fieldRequired",{attribute:a("end")}),validate:function(e){return!e||(i.DateTime.fromISO(e).diff(i.DateTime.fromISO(n)).toMillis()>0||a("Validation:fieldValidEventEnd"))}}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResultCard.d.ts","sourceRoot":"","sources":["../../../../../src/sales/booking/results/components/ResultCard.tsx"],"names":[],"mappings":";AAKA,OAAO,EACL,KAAK,EAEN,MAAM,sDAAsD,CAAC;AAC9D,OAAO,EAAE,IAAI,EAAE,MAAM,oDAAoD,CAAC;AAQ1E,MAAM,MAAM,eAAe,GAAG;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,KAAK,CAAC;IACb,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB,WAAW,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC,CAAC;AAIF,eAAO,MAAM,UAAU,oDAKpB,eAAe,
|
|
1
|
+
{"version":3,"file":"ResultCard.d.ts","sourceRoot":"","sources":["../../../../../src/sales/booking/results/components/ResultCard.tsx"],"names":[],"mappings":";AAKA,OAAO,EACL,KAAK,EAEN,MAAM,sDAAsD,CAAC;AAC9D,OAAO,EAAE,IAAI,EAAE,MAAM,oDAAoD,CAAC;AAQ1E,MAAM,MAAM,eAAe,GAAG;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,KAAK,CAAC;IACb,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB,WAAW,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC,CAAC;AAIF,eAAO,MAAM,UAAU,oDAKpB,eAAe,gBA+FjB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react")),r=require("@licklist/core/dist/Config"),l=require("react-i18next"),a=require("../../../../static/Icon.js"),n=e(require("clsx")),i=require("luxon"),
|
|
1
|
+
"use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("react")),r=require("@licklist/core/dist/Config"),l=require("react-i18next"),a=require("../../../../static/Icon.js"),n=e(require("clsx")),i=require("luxon"),u=require("react-intl"),c=require("@licklist/core/dist/DataMapper/Order/OrderDataMapper"),s=require("@licklist/plugins/dist/utils/formatDate"),o=require("@licklist/plugins/dist/utils/sourceTitle");exports.ResultCard=function(e){var m,d,p,E=e.order,f=e.className,v=e.staffMember,y=e.onCardClick,N=l.useTranslation("Design").t,q=u.useIntl().formatNumber,D=E.id,g=E.people,C=E.user,O=E.status,b=E.startDate,A=E.products,M=E.source,T=E.totalAmount,k=E.event,x=E.menu,h=E.remainingToPay,I=E.orderPayments[0].discountAmount,P=(null===(m=A.map((function(e){return e.name})))||void 0===m?void 0:m.join(", "))||"",R=(null==k?void 0:k.name)||(null==x?void 0:x.name)||"",_=T+Number(I||0),j=function(){y&&y(D)};return t.createElement("div",{className:n("result-card",f),onClick:j,onKeyUp:j,role:"button",tabIndex:0},t.createElement("div",{className:"card-content"},t.createElement("div",{className:"order-id"},D),t.createElement("div",{className:"order-people"},t.createElement(a.default,{type:"user",width:"10",height:"11"}),g),t.createElement("div",{className:"order-description"},t.createElement("p",{className:"name"},C.firstName," ",C.lastName),C.email&&t.createElement("p",null,C.email),(null===(d=C.userDetail)||void 0===d?void 0:d.phone)&&t.createElement("p",null,null===(p=C.userDetail)||void 0===p?void 0:p.phone),t.createElement("p",null,"------"),t.createElement("p",null,N("activity"),": ",R," "),M===c.ORDER_SOURCE_MANUAL&&v&&t.createElement("p",null,N("staff"),": ","".concat(v.firstName," ").concat(v.lastName)),t.createElement("p",null,N("status"),": ",N(O)),t.createElement("p",null,N("date"),": ",s.formatDateStringForEvent(b,!1)),t.createElement("p",null,N("time"),": ",i.DateTime.fromISO(b).toFormat(r.TIME_FORMAT)),t.createElement("p",{className:"products",title:P},N("products"),": ",P),!!h&&t.createElement("p",null,N("remainingAmount"),":"," ",q(h,{style:"currency",currency:r.Currency.GBP})),t.createElement("p",null,N("paidAmount"),":"," ",q(_,{style:"currency",currency:r.Currency.GBP})),t.createElement("p",null,N("source"),": ",N(o.getOrderSourceTitle(M))))))};
|
package/package.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import React, {
|
|
2
|
-
import { DateTime
|
|
1
|
+
import React, { useState, useRef, useEffect } from "react";
|
|
2
|
+
import { DateTime } from "luxon";
|
|
3
3
|
import { Col, Form } from "react-bootstrap";
|
|
4
|
-
import { Controller,
|
|
4
|
+
import { Controller, useFormContext, useWatch } from "react-hook-form";
|
|
5
5
|
import { useTranslation } from "react-i18next";
|
|
6
|
-
import { useIntl } from "react-intl";
|
|
7
6
|
|
|
8
7
|
import { useId } from "@react-aria/utils";
|
|
9
8
|
import { ProductSet } from "@licklist/core/dist/DataMapper/Product/ProductSetDataMapper";
|
|
@@ -11,6 +10,7 @@ import HTMLInputDateElement from "../../types/static/HTMLInputDateElement";
|
|
|
11
10
|
import { RecurrenceInput } from "../../recurrence-input";
|
|
12
11
|
import { WarningMessage } from "../../static";
|
|
13
12
|
import { ProductSetFormValues } from "../../product-set/form";
|
|
13
|
+
import { useFormattedDuration, useValidationOptions } from "./hooks";
|
|
14
14
|
|
|
15
15
|
interface IntervalInputProps {
|
|
16
16
|
editedProductSet?: ProductSetFormValues;
|
|
@@ -35,7 +35,6 @@ export function IntervalInput({
|
|
|
35
35
|
const {
|
|
36
36
|
register,
|
|
37
37
|
formState: { errors },
|
|
38
|
-
watch,
|
|
39
38
|
control,
|
|
40
39
|
trigger,
|
|
41
40
|
setValue,
|
|
@@ -44,9 +43,9 @@ export function IntervalInput({
|
|
|
44
43
|
const formattedDuration = useFormattedDuration();
|
|
45
44
|
const validationOptions = useValidationOptions();
|
|
46
45
|
|
|
47
|
-
const rrule =
|
|
48
|
-
const start =
|
|
49
|
-
const end =
|
|
46
|
+
const rrule = useWatch({ control, name: "rrule" });
|
|
47
|
+
const start = useWatch({ control, name: "start" });
|
|
48
|
+
const end = useWatch({ control, name: "end" });
|
|
50
49
|
const [recurrent, setRecurrent] = useState(Boolean(rrule));
|
|
51
50
|
const [isOverriden, setIsOverriden] = useState(false);
|
|
52
51
|
const recurrentId = useId();
|
|
@@ -123,6 +122,7 @@ export function IntervalInput({
|
|
|
123
122
|
onChangeEndDate(nextEndtDate)
|
|
124
123
|
}
|
|
125
124
|
min={start}
|
|
125
|
+
required
|
|
126
126
|
isInvalid={Boolean(errors.end)}
|
|
127
127
|
onClick={() => endDateInput?.current?.showPicker()}
|
|
128
128
|
ref={endDateInput}
|
|
@@ -180,75 +180,3 @@ export function IntervalInput({
|
|
|
180
180
|
</>
|
|
181
181
|
);
|
|
182
182
|
}
|
|
183
|
-
|
|
184
|
-
const useFormattedDuration = () => {
|
|
185
|
-
const { watch } = useFormContext<IntervalInputValues>();
|
|
186
|
-
const start = watch("start");
|
|
187
|
-
const end = watch("end");
|
|
188
|
-
const { formatList, formatNumber } = useIntl();
|
|
189
|
-
|
|
190
|
-
return useMemo(() => {
|
|
191
|
-
const interval = Interval.fromDateTimes(
|
|
192
|
-
DateTime.fromISO(start),
|
|
193
|
-
DateTime.fromISO(end)
|
|
194
|
-
).toDuration(["days", "hours", "minutes"]);
|
|
195
|
-
|
|
196
|
-
if (!interval.isValid) return undefined;
|
|
197
|
-
|
|
198
|
-
const formatUnit = (value: number, unit: string) =>
|
|
199
|
-
formatNumber(value, { style: "unit", unit, unitDisplay: "long" });
|
|
200
|
-
|
|
201
|
-
const units = (
|
|
202
|
-
[
|
|
203
|
-
[interval.days, "day"],
|
|
204
|
-
[interval.hours, "hour"],
|
|
205
|
-
[interval.minutes, "minute"],
|
|
206
|
-
] as Parameters<typeof formatUnit>[]
|
|
207
|
-
).filter(([value]) => value);
|
|
208
|
-
|
|
209
|
-
return formatList(
|
|
210
|
-
units.map((args) => formatUnit(...args)),
|
|
211
|
-
{ style: "long", type: "unit" }
|
|
212
|
-
);
|
|
213
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
214
|
-
}, [start, end]);
|
|
215
|
-
};
|
|
216
|
-
|
|
217
|
-
const useValidationOptions = () => {
|
|
218
|
-
const { watch } = useFormContext();
|
|
219
|
-
const { t } = useTranslation(["Design", "Validation"]);
|
|
220
|
-
const start = watch("start");
|
|
221
|
-
const end = watch("end");
|
|
222
|
-
|
|
223
|
-
return {
|
|
224
|
-
start: useMemo<RegisterOptions>(
|
|
225
|
-
() => ({
|
|
226
|
-
required: t("Validation:fieldRequired", {
|
|
227
|
-
attribute: t("start"),
|
|
228
|
-
}) as string,
|
|
229
|
-
// TODO: uncomment when event splitting is implemented
|
|
230
|
-
// and extract into plugins
|
|
231
|
-
validate: (value) =>
|
|
232
|
-
DateTime.fromISO(value).diffNow().toMillis() > 0 ||
|
|
233
|
-
(t("Validation:fieldValidEventStart") as string),
|
|
234
|
-
}),
|
|
235
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
236
|
-
[]
|
|
237
|
-
),
|
|
238
|
-
|
|
239
|
-
end: useMemo<RegisterOptions>(
|
|
240
|
-
() => ({
|
|
241
|
-
// TODO: uncomment when event splitting is implemented
|
|
242
|
-
// and extract into plugins
|
|
243
|
-
validate: (value) =>
|
|
244
|
-
// endAt not required
|
|
245
|
-
value
|
|
246
|
-
? DateTime.fromISO(value).diff(DateTime.fromISO(start)).toMillis() >
|
|
247
|
-
0 || (t("Validation:fieldValidEventEnd") as string)
|
|
248
|
-
: true,
|
|
249
|
-
}),
|
|
250
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
251
|
-
[start, end]
|
|
252
|
-
),
|
|
253
|
-
};
|
|
254
|
-
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { useMemo } from "react";
|
|
2
|
+
import { useFormContext, useWatch } from "react-hook-form";
|
|
3
|
+
import { useIntl } from "react-intl";
|
|
4
|
+
import { DateTime, Interval } from "luxon";
|
|
5
|
+
import { IntervalInputValues } from "../IntervalInput";
|
|
6
|
+
|
|
7
|
+
export const useFormattedDuration = () => {
|
|
8
|
+
const { control } = useFormContext<IntervalInputValues>();
|
|
9
|
+
const start = useWatch({ control, name: "start" });
|
|
10
|
+
const end = useWatch({ control, name: "end" });
|
|
11
|
+
const { formatList, formatNumber } = useIntl();
|
|
12
|
+
|
|
13
|
+
const duration = useMemo(() => {
|
|
14
|
+
const interval = Interval.fromDateTimes(
|
|
15
|
+
DateTime.fromISO(start),
|
|
16
|
+
DateTime.fromISO(end)
|
|
17
|
+
).toDuration(["days", "hours", "minutes"]);
|
|
18
|
+
|
|
19
|
+
if (!interval.isValid) return undefined;
|
|
20
|
+
|
|
21
|
+
const formatUnit = (value: number, unit: string) =>
|
|
22
|
+
formatNumber(value, { style: "unit", unit, unitDisplay: "long" });
|
|
23
|
+
|
|
24
|
+
const units = (
|
|
25
|
+
[
|
|
26
|
+
[interval.days, "day"],
|
|
27
|
+
[interval.hours, "hour"],
|
|
28
|
+
[interval.minutes, "minute"],
|
|
29
|
+
] as Parameters<typeof formatUnit>[]
|
|
30
|
+
).filter(([value]) => value);
|
|
31
|
+
|
|
32
|
+
return formatList(
|
|
33
|
+
units.map((args) => formatUnit(...args)),
|
|
34
|
+
{ style: "long", type: "unit" }
|
|
35
|
+
);
|
|
36
|
+
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
37
|
+
}, [start, end]);
|
|
38
|
+
|
|
39
|
+
return duration;
|
|
40
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { DateTime } from "luxon";
|
|
2
|
+
import { useFormContext, useWatch } from "react-hook-form";
|
|
3
|
+
import { useTranslation } from "react-i18next";
|
|
4
|
+
|
|
5
|
+
export const useValidationOptions = () => {
|
|
6
|
+
const { control } = useFormContext();
|
|
7
|
+
const { t } = useTranslation(["Design", "Validation"]);
|
|
8
|
+
const start = useWatch({ control, name: "start" });
|
|
9
|
+
|
|
10
|
+
return {
|
|
11
|
+
start: {
|
|
12
|
+
required: t("Validation:fieldRequired", {
|
|
13
|
+
attribute: t("start"),
|
|
14
|
+
}) as string,
|
|
15
|
+
// TODO: uncomment when event splitting is implemented
|
|
16
|
+
// and extract into plugins
|
|
17
|
+
validate: (value) =>
|
|
18
|
+
DateTime.fromISO(value).diffNow().toMillis() > 0 ||
|
|
19
|
+
(t("Validation:fieldValidEventStart") as string),
|
|
20
|
+
},
|
|
21
|
+
|
|
22
|
+
end: {
|
|
23
|
+
required: t("Validation:fieldRequired", {
|
|
24
|
+
attribute: t("end"),
|
|
25
|
+
}) as string,
|
|
26
|
+
// TODO: uncomment when event splitting is implemented
|
|
27
|
+
// and extract into plugins
|
|
28
|
+
validate: (value) =>
|
|
29
|
+
// endAt not required
|
|
30
|
+
value
|
|
31
|
+
? DateTime.fromISO(value).diff(DateTime.fromISO(start)).toMillis() >
|
|
32
|
+
0 || (t("Validation:fieldValidEventEnd") as string)
|
|
33
|
+
: true,
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -45,10 +45,14 @@ export const ResultCard = ({
|
|
|
45
45
|
event,
|
|
46
46
|
menu,
|
|
47
47
|
remainingToPay,
|
|
48
|
+
orderPayments,
|
|
48
49
|
} = order;
|
|
49
50
|
|
|
51
|
+
const { discountAmount } = orderPayments[0];
|
|
52
|
+
|
|
50
53
|
const productList = products.map((product) => product.name)?.join(", ") || "";
|
|
51
54
|
const activityName = event?.name || menu?.name || "";
|
|
55
|
+
const totalAmountWithDiscount = totalAmount + Number(discountAmount || 0);
|
|
52
56
|
|
|
53
57
|
const onClick = () => {
|
|
54
58
|
if (!onCardClick) return;
|
|
@@ -108,7 +112,7 @@ export const ResultCard = ({
|
|
|
108
112
|
)}
|
|
109
113
|
<p>
|
|
110
114
|
{t("paidAmount")}:{" "}
|
|
111
|
-
{formatNumber(
|
|
115
|
+
{formatNumber(totalAmountWithDiscount, {
|
|
112
116
|
style: "currency",
|
|
113
117
|
currency: Config.Currency.GBP,
|
|
114
118
|
})}
|