@adyen/adyen-platform-experience-web 1.8.1 → 1.9.0
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/adyen-platform-experience-web.css +1 -1
- package/dist/{angle-right-CqBNg1Jd.cjs → angle-right-BWzcy0ip.cjs} +2 -2
- package/dist/{angle-right-CqBNg1Jd.cjs.map → angle-right-BWzcy0ip.cjs.map} +1 -1
- package/dist/{checkmark-BuzVhITJ.cjs → checkmark-DfFWWmc9.cjs} +2 -2
- package/dist/{checkmark-BuzVhITJ.cjs.map → checkmark-DfFWWmc9.cjs.map} +1 -1
- package/dist/{checkmark-circle-fill-sWqXqQaT.cjs → checkmark-circle-fill-6Nbm2YQh.cjs} +2 -2
- package/dist/{checkmark-circle-fill-sWqXqQaT.cjs.map → checkmark-circle-fill-6Nbm2YQh.cjs.map} +1 -1
- package/dist/{checkmark-square-fill-CgBi1mN8.cjs → checkmark-square-fill-U1_7-7K9.cjs} +2 -2
- package/dist/{checkmark-square-fill-CgBi1mN8.cjs.map → checkmark-square-fill-U1_7-7K9.cjs.map} +1 -1
- package/dist/{chevron-down-BXRAXlb3.cjs → chevron-down-BSR5ajTW.cjs} +2 -2
- package/dist/{chevron-down-BXRAXlb3.cjs.map → chevron-down-BSR5ajTW.cjs.map} +1 -1
- package/dist/{chevron-left-Dv7eCbep.cjs → chevron-left-C1QqpQ4S.cjs} +2 -2
- package/dist/{chevron-left-Dv7eCbep.cjs.map → chevron-left-C1QqpQ4S.cjs.map} +1 -1
- package/dist/{chevron-right-oSxEpgMh.cjs → chevron-right-C9cu2vQN.cjs} +2 -2
- package/dist/{chevron-right-oSxEpgMh.cjs.map → chevron-right-C9cu2vQN.cjs.map} +1 -1
- package/dist/{chevron-up-BjxRPA6R.cjs → chevron-up-QJhPvS-j.cjs} +2 -2
- package/dist/{chevron-up-BjxRPA6R.cjs.map → chevron-up-QJhPvS-j.cjs.map} +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/{copy-BZ_tVVNm.cjs → copy-CvOYWx2Z.cjs} +2 -2
- package/dist/{copy-BZ_tVVNm.cjs.map → copy-CvOYWx2Z.cjs.map} +1 -1
- package/dist/{cross-DmEs1PdJ.cjs → cross-C1NPFb0O.cjs} +2 -2
- package/dist/{cross-DmEs1PdJ.cjs.map → cross-C1NPFb0O.cjs.map} +1 -1
- package/dist/{cross-circle-fill-B0G5mBER.cjs → cross-circle-fill-BIL8DKBy.cjs} +2 -2
- package/dist/{cross-circle-fill-B0G5mBER.cjs.map → cross-circle-fill-BIL8DKBy.cjs.map} +1 -1
- package/dist/{download-BoQIbQVr.cjs → download-B0HG76gQ.cjs} +2 -2
- package/dist/{download-BoQIbQVr.cjs.map → download-B0HG76gQ.cjs.map} +1 -1
- package/dist/es/assets/translations/en-US.json.js +4 -0
- package/dist/es/components/external/CapitalOffer/components/CapitalOfferSummary/CapitalOfferSummary.js +21 -21
- package/dist/es/components/external/CapitalOverview/components/GrantDetails/GrantDetails.js +24 -24
- package/dist/es/components/external/CapitalOverview/components/GrantItem/GrantItem.js +6 -6
- package/dist/es/components/external/DisputeManagement/components/DefendDisputeFlow/DefendDisputeFlow.js +21 -17
- package/dist/es/components/external/DisputeManagement/components/DefendDisputeFlow/DefendDisputeReason.js +93 -90
- package/dist/es/components/external/DisputeManagement/components/DisputesData/DisputeData.js +113 -113
- package/dist/es/components/external/DisputesOverview/components/DisputesOverview/DisputesOverview.js +1 -1
- package/dist/es/components/external/TransactionsOverview/components/SummaryItem/SummaryItem.js +18 -18
- package/dist/es/components/external/TransactionsOverview/components/TransactionTotalItem/TransactionTotalItem.js +2 -2
- package/dist/es/components/external/TransactionsOverview/components/TransactionTotals/TotalsCard.js +17 -17
- package/dist/es/components/external/TransactionsOverview/components/TransactionsTable/TransactionsTable.js +26 -26
- package/dist/es/components/external/TransactionsOverview/components/utils.js +6 -5
- package/dist/es/components/internal/Calendar/hooks/useTimezone.js +20 -20
- package/dist/es/components/internal/CopyText/CopyText.js +49 -68
- package/dist/es/components/internal/DatePicker/components/TimeRangeSelector/useTimeRangeSelection.js +17 -16
- package/dist/es/components/internal/FormFields/InputBase.js +59 -52
- package/dist/es/components/internal/FormFields/utils.js +20 -0
- package/dist/es/components/internal/Tooltip/Tooltip.js +14 -14
- package/dist/es/components/types.js +1 -1
- package/dist/es/components/utils/capital/getCapitalErrorMessage.js +6 -6
- package/dist/es/components/utils/disputes/getDisputesErrorMessage.js +3 -3
- package/dist/es/core/Http/utils.js +1 -1
- package/dist/es/core/Localization/datetime/restamper/restamper.js +1 -1
- package/dist/es/core/Localization/datetime/restamper/utils.js +21 -21
- package/dist/es/core/core.js +1 -1
- package/dist/es/hooks/useAnalytics/useAnalytics.js +1 -1
- package/dist/es/hooks/useDefaultOverviewFilterParams.js +12 -12
- package/dist/es/primitives/async/abortable/main.js +22 -21
- package/dist/{external-link-DJsH4sdl.cjs → external-link-BpOC7Iux.cjs} +2 -2
- package/dist/{external-link-DJsH4sdl.cjs.map → external-link-BpOC7Iux.cjs.map} +1 -1
- package/dist/{filter-COUahrYv.cjs → filter-D2r4Jsb0.cjs} +2 -2
- package/dist/{filter-COUahrYv.cjs.map → filter-D2r4Jsb0.cjs.map} +1 -1
- package/dist/index-C2bfolFC.cjs +12 -0
- package/dist/index-C2bfolFC.cjs.map +1 -0
- package/dist/{info-filled-DFkdeN1c.cjs → info-filled-BnyHuXP-.cjs} +2 -2
- package/dist/{info-filled-DFkdeN1c.cjs.map → info-filled-BnyHuXP-.cjs.map} +1 -1
- package/dist/{minus-circle-outline-CypCTJ1o.cjs → minus-circle-outline-BCQ8qMpL.cjs} +2 -2
- package/dist/{minus-circle-outline-CypCTJ1o.cjs.map → minus-circle-outline-BCQ8qMpL.cjs.map} +1 -1
- package/dist/{plus-CRupuRjc.cjs → plus-C4IhUDjd.cjs} +2 -2
- package/dist/{plus-CRupuRjc.cjs.map → plus-C4IhUDjd.cjs.map} +1 -1
- package/dist/{plus-circle-outline-CtKn_KEr.cjs → plus-circle-outline-Di_cvYHz.cjs} +2 -2
- package/dist/{plus-circle-outline-CtKn_KEr.cjs.map → plus-circle-outline-Di_cvYHz.cjs.map} +1 -1
- package/dist/{square-BgFnREAS.cjs → square-CxVyMMY-.cjs} +2 -2
- package/dist/{square-BgFnREAS.cjs.map → square-CxVyMMY-.cjs.map} +1 -1
- package/dist/{trash-can-yF1OyMGn.cjs → trash-can-DJheGbfF.cjs} +2 -2
- package/dist/{trash-can-yF1OyMGn.cjs.map → trash-can-DJheGbfF.cjs.map} +1 -1
- package/dist/types/components/external/DisputeManagement/components/DefendDisputeFlow/DefendDisputeFlow.d.ts.map +1 -1
- package/dist/types/components/external/DisputeManagement/components/DefendDisputeFlow/DefendDisputeReason.d.ts.map +1 -1
- package/dist/types/components/external/DisputeManagement/components/DisputesData/DisputeData.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/SummaryItem/SummaryItem.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/SummaryItem/SummaryItem.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/SummaryItem/types.d.ts +2 -2
- package/dist/types/components/external/TransactionsOverview/components/SummaryItem/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionTotalItem/TransactionTotalItem.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionTotalItem/TransactionTotalItem.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionTotalItem/types.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionTotalItem/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/utils.d.ts.map +1 -1
- package/dist/types/components/internal/Calendar/hooks/useTimezone.d.ts.map +1 -1
- package/dist/types/components/internal/CopyText/CopyText.d.ts +3 -3
- package/dist/types/components/internal/CopyText/CopyText.d.ts.map +1 -1
- package/dist/types/components/internal/DatePicker/components/TimeRangeSelector/useTimeRangeSelection.d.ts +3 -19
- package/dist/types/components/internal/DatePicker/components/TimeRangeSelector/useTimeRangeSelection.d.ts.map +1 -1
- package/dist/types/components/internal/FormFields/InputBase.d.ts.map +1 -1
- package/dist/types/components/internal/FormFields/types.d.ts +1 -2
- package/dist/types/components/internal/FormFields/types.d.ts.map +1 -1
- package/dist/types/components/internal/FormFields/utils.d.ts +9 -0
- package/dist/types/components/internal/FormFields/utils.d.ts.map +1 -0
- package/dist/types/components/internal/StructuredList/useStructuredListItem.d.ts +1 -1
- package/dist/types/components/internal/Tooltip/Tooltip.d.ts +1 -1
- package/dist/types/components/internal/Tooltip/types.d.ts +1 -1
- package/dist/types/components/types.d.ts +2 -1
- package/dist/types/components/types.d.ts.map +1 -1
- package/dist/types/core/Localization/datetime/restamper/utils.d.ts.map +1 -1
- package/dist/types/core/utils.d.ts.map +1 -1
- package/dist/types/hooks/useDefaultOverviewFilterParams.d.ts +14 -20
- package/dist/types/hooks/useDefaultOverviewFilterParams.d.ts.map +1 -1
- package/dist/types/primitives/async/abortable/main.d.ts.map +1 -1
- package/dist/types/primitives/async/abortable/types.d.ts +1 -1
- package/dist/types/primitives/async/abortable/types.d.ts.map +1 -1
- package/dist/types/translations/index.d.ts +4 -0
- package/dist/types/translations/index.d.ts.map +1 -1
- package/dist/{upload-De_fIMjD.cjs → upload-CTy5JC9H.cjs} +2 -2
- package/dist/{upload-De_fIMjD.cjs.map → upload-CTy5JC9H.cjs.map} +1 -1
- package/dist/{warning-B4wO4aGy.cjs → warning-CUSU9so2.cjs} +2 -2
- package/dist/{warning-B4wO4aGy.cjs.map → warning-CUSU9so2.cjs.map} +1 -1
- package/dist/{warning-filled-DJ2xUL06.cjs → warning-filled-OlZVURzS.cjs} +2 -2
- package/dist/{warning-filled-DJ2xUL06.cjs.map → warning-filled-OlZVURzS.cjs.map} +1 -1
- package/package.json +2 -2
- package/dist/index-uaN4wZbv.cjs +0 -12
- package/dist/index-uaN4wZbv.cjs.map +0 -1
|
@@ -1,141 +1,144 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as i } from "../../../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
2
|
+
import U from "classnames";
|
|
3
3
|
import "../../../../../external/preact/compat/dist/compat.module.js";
|
|
4
|
-
import { useState as
|
|
4
|
+
import { useState as L, useMemo as c, useCallback as p, useEffect as $ } from "../../../../../external/preact/hooks/dist/hooks.module.js";
|
|
5
5
|
import z from "../../../../../core/Context/useCoreContext.js";
|
|
6
6
|
import { useFetch as J } from "../../../../../hooks/useFetch.js";
|
|
7
|
-
import { useResponsiveContainer as
|
|
8
|
-
import { Alert as
|
|
9
|
-
import { AlertVariantOption as
|
|
10
|
-
import
|
|
11
|
-
import { TypographyVariant as
|
|
7
|
+
import { useResponsiveContainer as K, containerQueries as W } from "../../../../../hooks/useResponsiveContainer.js";
|
|
8
|
+
import { Alert as X } from "../../../../internal/Alert/Alert.js";
|
|
9
|
+
import { AlertVariantOption as Z, AlertTypeOption as ee } from "../../../../internal/Alert/types.js";
|
|
10
|
+
import te from "../../../../internal/Button/ButtonActions/ButtonActions.js";
|
|
11
|
+
import { TypographyVariant as R, TypographyElement as S } from "../../../../internal/Typography/types.js";
|
|
12
12
|
import A from "../../../../internal/Typography/Typography.js";
|
|
13
|
-
import { useDisputeFlow as
|
|
14
|
-
import { getDefenseReasonContent as
|
|
15
|
-
import
|
|
16
|
-
import { Fragment as
|
|
17
|
-
import { useConfigContext as
|
|
18
|
-
import { EMPTY_OBJECT as
|
|
19
|
-
const
|
|
20
|
-
selector:
|
|
21
|
-
description:
|
|
22
|
-
dropdownList:
|
|
23
|
-
dropdownListMobile:
|
|
24
|
-
},
|
|
25
|
-
var N,
|
|
26
|
-
const { i18n:
|
|
27
|
-
applicableDocuments:
|
|
28
|
-
dispute:
|
|
29
|
-
goBack:
|
|
30
|
-
setFlowState:
|
|
13
|
+
import { useDisputeFlow as ne } from "../../context/dispute/context.js";
|
|
14
|
+
import { getDefenseReasonContent as P } from "../../utils/index.js";
|
|
15
|
+
import oe from "../../../../internal/FormFields/Select/Select.js";
|
|
16
|
+
import { Fragment as ie } from "../../../../../external/preact/dist/preact.module.js";
|
|
17
|
+
import { useConfigContext as se } from "../../../../../core/ConfigContext/context.js";
|
|
18
|
+
import { EMPTY_OBJECT as ae } from "../../../../../utils/value/constants.js";
|
|
19
|
+
const D = "adyen-pe-defend-dispute-reason", b = {
|
|
20
|
+
selector: D + "__selector",
|
|
21
|
+
description: D + "__description",
|
|
22
|
+
dropdownList: D + "__dropdown-list",
|
|
23
|
+
dropdownListMobile: D + "__dropdown-list--mobile"
|
|
24
|
+
}, Se = () => {
|
|
25
|
+
var N, T, B, E;
|
|
26
|
+
const { i18n: t } = z(), {
|
|
27
|
+
applicableDocuments: s,
|
|
28
|
+
dispute: n,
|
|
29
|
+
goBack: F,
|
|
30
|
+
setFlowState: f,
|
|
31
31
|
setSelectedDefenseReason: C,
|
|
32
|
-
selectedDefenseReason:
|
|
33
|
-
setApplicableDocuments:
|
|
34
|
-
defenseReasonConfig:
|
|
35
|
-
} =
|
|
32
|
+
selectedDefenseReason: a,
|
|
33
|
+
setApplicableDocuments: u,
|
|
34
|
+
defenseReasonConfig: g
|
|
35
|
+
} = ne(), l = (N = n == null ? void 0 : n.dispute) == null ? void 0 : N.allowedDefenseReasons, I = (T = n == null ? void 0 : n.dispute) == null ? void 0 : T.pspReference, [h, y] = L(!1), k = K(W.down.xs), r = c(
|
|
36
36
|
() => Object.freeze(
|
|
37
|
-
|
|
38
|
-
var
|
|
37
|
+
l == null ? void 0 : l.map((e) => {
|
|
38
|
+
var o;
|
|
39
39
|
return {
|
|
40
40
|
id: e,
|
|
41
|
-
disabled:
|
|
42
|
-
name: ((
|
|
41
|
+
disabled: l.length === 1,
|
|
42
|
+
name: ((o = P(g, t, e)) == null ? void 0 : o.title) ?? e
|
|
43
43
|
};
|
|
44
44
|
})
|
|
45
45
|
) ?? [],
|
|
46
|
-
[
|
|
47
|
-
),
|
|
46
|
+
[t, l, g]
|
|
47
|
+
), m = c(
|
|
48
48
|
() => {
|
|
49
|
-
var e,
|
|
50
|
-
return
|
|
49
|
+
var e, o;
|
|
50
|
+
return a ? (e = r.find((Q) => Q.id === a)) == null ? void 0 : e.id : ((o = r == null ? void 0 : r[0]) == null ? void 0 : o.id) ?? null;
|
|
51
51
|
},
|
|
52
|
-
[
|
|
53
|
-
), { getApplicableDefenseDocuments:
|
|
52
|
+
[a, r]
|
|
53
|
+
), { getApplicableDefenseDocuments: _ } = se().endpoints, x = p(async () => _ == null ? void 0 : _(ae, {
|
|
54
54
|
query: {
|
|
55
|
-
defenseReason:
|
|
55
|
+
defenseReason: a
|
|
56
56
|
},
|
|
57
57
|
path: {
|
|
58
|
-
disputePspReference:
|
|
58
|
+
disputePspReference: I
|
|
59
59
|
}
|
|
60
|
-
}), [
|
|
61
|
-
queryFn:
|
|
60
|
+
}), [a, I, _]), { error: M, isFetching: v } = J({
|
|
61
|
+
queryFn: x,
|
|
62
62
|
fetchOptions: {
|
|
63
|
-
enabled:
|
|
64
|
-
onSuccess:
|
|
63
|
+
enabled: h,
|
|
64
|
+
onSuccess: p(
|
|
65
65
|
(e) => {
|
|
66
|
-
|
|
66
|
+
y(!1), u((e == null ? void 0 : e.data) ?? null), e != null && e.data && (e == null ? void 0 : e.data.length) > 0 && f("uploadDefenseFilesView");
|
|
67
67
|
},
|
|
68
|
-
[
|
|
68
|
+
[u, y, f]
|
|
69
69
|
)
|
|
70
70
|
}
|
|
71
71
|
});
|
|
72
72
|
$(() => {
|
|
73
|
-
|
|
74
|
-
}, [
|
|
75
|
-
const
|
|
76
|
-
if (
|
|
77
|
-
|
|
78
|
-
}, [
|
|
73
|
+
y(!1);
|
|
74
|
+
}, [M]);
|
|
75
|
+
const O = p(() => {
|
|
76
|
+
if (s != null && s.length) return f("uploadDefenseFilesView");
|
|
77
|
+
y(!0);
|
|
78
|
+
}, [s, f]), q = p(
|
|
79
79
|
(e) => {
|
|
80
|
-
var
|
|
81
|
-
|
|
80
|
+
var o;
|
|
81
|
+
a !== e.target.value && (s != null && s.length) && u([]), (o = e == null ? void 0 : e.target) != null && o.value && C(e.target.value);
|
|
82
82
|
},
|
|
83
|
-
[
|
|
84
|
-
), H =
|
|
83
|
+
[s, a, u, C]
|
|
84
|
+
), H = c(() => [
|
|
85
85
|
{
|
|
86
|
-
title:
|
|
87
|
-
disabled:
|
|
88
|
-
event:
|
|
86
|
+
title: t.get("disputes.management.defend.common.actions.continue"),
|
|
87
|
+
disabled: h || v,
|
|
88
|
+
event: O
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
|
-
title:
|
|
92
|
-
disabled:
|
|
93
|
-
event:
|
|
91
|
+
title: t.get("disputes.management.common.actions.goBack"),
|
|
92
|
+
disabled: h || v,
|
|
93
|
+
event: F
|
|
94
94
|
}
|
|
95
|
-
], [
|
|
95
|
+
], [v, h, t, F, O]), w = c(() => (n == null ? void 0 : n.dispute.type) === "REQUEST_FOR_INFORMATION", [n == null ? void 0 : n.dispute.type]), [V, Y] = L(!w), G = p(() => {
|
|
96
96
|
Y(!1);
|
|
97
|
-
}, []),
|
|
98
|
-
() =>
|
|
99
|
-
[
|
|
97
|
+
}, []), d = c(
|
|
98
|
+
() => m ? P(g, t, m) : void 0,
|
|
99
|
+
[g, t, m]
|
|
100
|
+
), j = c(
|
|
101
|
+
() => w ? t.get("disputes.management.defend.requestForInformation.selectDefenseReason") : t.get("disputes.management.defend.chargeback.selectDefenseReason"),
|
|
102
|
+
[t, w]
|
|
100
103
|
);
|
|
101
|
-
return !
|
|
102
|
-
/* @__PURE__ */
|
|
103
|
-
/* @__PURE__ */
|
|
104
|
-
/* @__PURE__ */
|
|
105
|
-
|
|
104
|
+
return !r || !m ? null : /* @__PURE__ */ i(ie, { children: [
|
|
105
|
+
/* @__PURE__ */ i("div", { className: b.selector, children: [
|
|
106
|
+
/* @__PURE__ */ i(A, { className: "adyen-pe-defend-dispute__reason-description", variant: R.BODY, children: j }),
|
|
107
|
+
/* @__PURE__ */ i(
|
|
108
|
+
oe,
|
|
106
109
|
{
|
|
107
|
-
items:
|
|
108
|
-
onChange:
|
|
109
|
-
selected:
|
|
110
|
-
"aria-label":
|
|
111
|
-
popoverClassNameModifiers: [
|
|
110
|
+
items: r,
|
|
111
|
+
onChange: q,
|
|
112
|
+
selected: m,
|
|
113
|
+
"aria-label": t.get("disputes.management.defend.common.inputs.reasonSelect.a11y.label"),
|
|
114
|
+
popoverClassNameModifiers: [U(b.dropdownList, { [b.dropdownListMobile]: k })],
|
|
112
115
|
fixedPopoverPositioning: !0
|
|
113
116
|
}
|
|
114
117
|
),
|
|
115
|
-
(
|
|
118
|
+
(B = d == null ? void 0 : d.primaryDescriptionItems) == null ? void 0 : B.map((e, o) => /* @__PURE__ */ i(
|
|
116
119
|
A,
|
|
117
120
|
{
|
|
118
|
-
el:
|
|
119
|
-
className:
|
|
120
|
-
variant:
|
|
121
|
+
el: S.PARAGRAPH,
|
|
122
|
+
className: b.description,
|
|
123
|
+
variant: R.BODY,
|
|
121
124
|
children: e
|
|
122
125
|
},
|
|
123
|
-
`description-${
|
|
126
|
+
`description-${o}`
|
|
124
127
|
)),
|
|
125
|
-
((
|
|
128
|
+
((E = d == null ? void 0 : d.secondaryDescriptionItems) == null ? void 0 : E.length) && /* @__PURE__ */ i("ul", { className: "adyen-pe-defend-dispute-reason__secondary-description-items-container", children: d.secondaryDescriptionItems.map((e, o) => /* @__PURE__ */ i("li", { className: "adyen-pe-defend-dispute-reason__secondary-description-item", children: /* @__PURE__ */ i(
|
|
126
129
|
A,
|
|
127
130
|
{
|
|
128
|
-
el:
|
|
131
|
+
el: S.PARAGRAPH,
|
|
129
132
|
className: "adyen-pe-defend-dispute-reason__description",
|
|
130
|
-
variant:
|
|
133
|
+
variant: R.BODY,
|
|
131
134
|
children: e
|
|
132
135
|
}
|
|
133
|
-
) }, `description-item-${
|
|
136
|
+
) }, `description-item-${o}`)) })
|
|
134
137
|
] }),
|
|
135
|
-
V && /* @__PURE__ */
|
|
136
|
-
/* @__PURE__ */
|
|
138
|
+
V && /* @__PURE__ */ i(X, { onClose: G, type: ee.HIGHLIGHT, variant: Z.DEFAULT, children: /* @__PURE__ */ i(A, { className: "adyen-pe-alert__description", el: S.DIV, variant: R.BODY, wide: !0, children: t.get("disputes.management.defend.chargeback.feeInfo") }) }),
|
|
139
|
+
/* @__PURE__ */ i("div", { className: "adyen-pe-defend-dispute__actions", children: /* @__PURE__ */ i(te, { actions: H }) })
|
|
137
140
|
] });
|
|
138
141
|
};
|
|
139
142
|
export {
|
|
140
|
-
|
|
143
|
+
Se as DefendDisputeReason
|
|
141
144
|
};
|
package/dist/es/components/external/DisputeManagement/components/DisputesData/DisputeData.js
CHANGED
|
@@ -1,60 +1,60 @@
|
|
|
1
1
|
import { jsx as t } from "../../../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
2
|
-
import
|
|
3
|
-
import { useMemo as A, useCallback as N, useState as
|
|
4
|
-
import
|
|
5
|
-
import { useFetch as
|
|
6
|
-
import { useResponsiveContainer as
|
|
2
|
+
import j from "classnames";
|
|
3
|
+
import { useMemo as A, useCallback as N, useState as pe, useEffect as de } from "../../../../../external/preact/hooks/dist/hooks.module.js";
|
|
4
|
+
import $ from "../../../../../core/Context/useCoreContext.js";
|
|
5
|
+
import { useFetch as Te } from "../../../../../hooks/useFetch.js";
|
|
6
|
+
import { useResponsiveContainer as ue, containerQueries as Ae } from "../../../../../hooks/useResponsiveContainer.js";
|
|
7
7
|
/* empty css */
|
|
8
8
|
import { Alert as S } from "../../../../internal/Alert/Alert.js";
|
|
9
9
|
import { AlertVariantOption as O, AlertTypeOption as I } from "../../../../internal/Alert/types.js";
|
|
10
|
-
import
|
|
10
|
+
import Ee from "../../../../internal/Button/ButtonActions/ButtonActions.js";
|
|
11
11
|
import { ButtonVariant as h } from "../../../../internal/Button/types.js";
|
|
12
12
|
import De from "../../../../internal/StatusBox/StatusBox.js";
|
|
13
|
-
import
|
|
14
|
-
import { Tag as
|
|
15
|
-
import
|
|
16
|
-
import { useDisputeFlow as
|
|
17
|
-
import { isDisputeActionNeeded as
|
|
18
|
-
import { DisputeIssuerComments as
|
|
19
|
-
import
|
|
20
|
-
import { DISPUTE_DATA_SKELETON_CONTAINER as
|
|
21
|
-
import
|
|
22
|
-
import { TypographyElement as
|
|
23
|
-
import
|
|
24
|
-
import { getDisputeType as
|
|
25
|
-
import { ErrorMessageDisplay as
|
|
26
|
-
import { getDisputesErrorMessage as
|
|
27
|
-
import
|
|
13
|
+
import fe from "../../../../internal/StatusBox/useStatusBox.js";
|
|
14
|
+
import { Tag as _e } from "../../../../internal/Tag/Tag.js";
|
|
15
|
+
import Ne from "../../../DisputesOverview/components/DisputesTable/DisputeStatusTag.js";
|
|
16
|
+
import { useDisputeFlow as Se } from "../../context/dispute/context.js";
|
|
17
|
+
import { isDisputeActionNeeded as Oe } from "../../../../utils/disputes/actionNeeded.js";
|
|
18
|
+
import { DisputeIssuerComments as Ie } from "./DisputeIssuerComments.js";
|
|
19
|
+
import he from "./DisputeDataProperties.js";
|
|
20
|
+
import { DISPUTE_DATA_SKELETON_CONTAINER as ge, DISPUTE_DATA_STATUS_BOX_SKELETON as Re, DISPUTE_DATA_STATUS_BOX_STATUS_CONTAINER as Pe, DISPUTE_DATA_STATUS_BOX_STATUS as q, DISPUTE_DATA_STATUS_BOX_AMOUNT as ye, DISPUTE_DATA_STATUS_BOX_PAYMENT_METHOD_CONTAINER as Be, DISPUTE_DATA_STATUS_BOX_PAYMENT_METHOD as Q, DISPUTE_DATA_PROPERTIES_SKELETON_CONTAINER as Fe, DISPUTE_DATA_PROPERTIES_SKELETON as Ue, DISPUTE_DATA_PROPERTIES_SKELETON_ELEMENT as Z, DISPUTE_DATA_CLASS as J, DISPUTE_DATA_MOBILE_CLASS as W, DISPUTE_DATA_ERROR_CONTAINER as ve, DISPUTE_STATUS_BOX as Le, DISPUTE_DATA_ACTION_BAR as Ce } from "./constants.js";
|
|
21
|
+
import be from "../../../../internal/Typography/Typography.js";
|
|
22
|
+
import { TypographyElement as Me, TypographyVariant as ke } from "../../../../internal/Typography/types.js";
|
|
23
|
+
import xe from "../../../../../hooks/useTimezoneAwareDateFormatting.js";
|
|
24
|
+
import { getDisputeType as He } from "../../../../utils/translation/getters.js";
|
|
25
|
+
import { ErrorMessageDisplay as Ye } from "../../../../internal/ErrorMessageDisplay/ErrorMessageDisplay.js";
|
|
26
|
+
import { getDisputesErrorMessage as Xe } from "../../../../utils/disputes/getDisputesErrorMessage.js";
|
|
27
|
+
import we from "../../../../internal/Button/Button.js";
|
|
28
28
|
import { Fragment as g } from "../../../../../external/preact/dist/preact.module.js";
|
|
29
|
-
import { Translation as
|
|
30
|
-
import { useConfigContext as
|
|
31
|
-
import { EMPTY_OBJECT as
|
|
32
|
-
import { isFunction as
|
|
33
|
-
import { DATE_FORMAT_RESPONSE_DEADLINE as
|
|
34
|
-
const
|
|
35
|
-
alertMode:
|
|
36
|
-
dispute:
|
|
29
|
+
import { Translation as Ke } from "../../../../internal/Translation/Translation.js";
|
|
30
|
+
import { useConfigContext as Ge } from "../../../../../core/ConfigContext/context.js";
|
|
31
|
+
import { EMPTY_OBJECT as Ve } from "../../../../../utils/value/constants.js";
|
|
32
|
+
import { isFunction as F } from "../../../../../utils/value/is.js";
|
|
33
|
+
import { DATE_FORMAT_RESPONSE_DEADLINE as je } from "../../../../../constants/dateFormats.js";
|
|
34
|
+
const qe = (c) => !!c && typeof c == "object" && c.type === "button", Qe = ({
|
|
35
|
+
alertMode: c,
|
|
36
|
+
dispute: o,
|
|
37
37
|
timeZone: d
|
|
38
38
|
}) => {
|
|
39
|
-
const { i18n:
|
|
40
|
-
switch (
|
|
39
|
+
const { i18n: m } = $(), { dateFormat: r } = xe(d);
|
|
40
|
+
switch (c) {
|
|
41
41
|
case "contactSupport": {
|
|
42
|
-
const { dueDate:
|
|
42
|
+
const { dueDate: n, type: T } = o, u = T === "REQUEST_FOR_INFORMATION" ? "disputes.management.details.alerts.contactSupport.requestForInformation" : T === "NOTIFICATION_OF_FRAUD" ? "disputes.management.details.alerts.contactSupport.notificationOfFraud" : "disputes.management.details.alerts.contactSupport.chargeback";
|
|
43
43
|
return /* @__PURE__ */ t(
|
|
44
44
|
S,
|
|
45
45
|
{
|
|
46
46
|
type: I.WARNING,
|
|
47
47
|
variant: O.TIP,
|
|
48
48
|
description: /* @__PURE__ */ t(g, { children: [
|
|
49
|
-
|
|
50
|
-
T !== "NOTIFICATION_OF_FRAUD" && !!
|
|
49
|
+
m.get(u),
|
|
50
|
+
T !== "NOTIFICATION_OF_FRAUD" && !!n && /* @__PURE__ */ t(g, { children: [
|
|
51
51
|
" ",
|
|
52
52
|
/* @__PURE__ */ t(
|
|
53
|
-
|
|
53
|
+
Ke,
|
|
54
54
|
{
|
|
55
55
|
translationKey: "disputes.management.details.alerts.responseDeadline",
|
|
56
56
|
fills: {
|
|
57
|
-
date: /* @__PURE__ */ t("time", { dateTime:
|
|
57
|
+
date: /* @__PURE__ */ t("time", { dateTime: n, children: /* @__PURE__ */ t(be, { variant: ke.BODY, el: Me.SPAN, stronger: !0, children: r(n, je) }) })
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
)
|
|
@@ -69,12 +69,12 @@ const je = (i) => !!i && typeof i == "object" && i.type === "button", qe = ({
|
|
|
69
69
|
{
|
|
70
70
|
type: I.HIGHLIGHT,
|
|
71
71
|
variant: O.TIP,
|
|
72
|
-
description:
|
|
72
|
+
description: m.get("disputes.management.details.alerts.autoDefended")
|
|
73
73
|
}
|
|
74
74
|
);
|
|
75
75
|
case "notDefended": {
|
|
76
|
-
const
|
|
77
|
-
return /* @__PURE__ */ t(S, { type: I.HIGHLIGHT, variant: O.TIP, description:
|
|
76
|
+
const n = o.status === "EXPIRED" ? "disputes.management.details.alerts.notDefendedExpired" : "disputes.management.details.alerts.notDefendedLost";
|
|
77
|
+
return /* @__PURE__ */ t(S, { type: I.HIGHLIGHT, variant: O.TIP, description: m.get(n) });
|
|
78
78
|
}
|
|
79
79
|
case "notDefendable":
|
|
80
80
|
return /* @__PURE__ */ t(
|
|
@@ -82,146 +82,146 @@ const je = (i) => !!i && typeof i == "object" && i.type === "button", qe = ({
|
|
|
82
82
|
{
|
|
83
83
|
type: I.HIGHLIGHT,
|
|
84
84
|
variant: O.TIP,
|
|
85
|
-
description:
|
|
85
|
+
description: m.get("disputes.management.details.alerts.notDefendable")
|
|
86
86
|
}
|
|
87
87
|
);
|
|
88
88
|
}
|
|
89
89
|
return null;
|
|
90
|
-
},
|
|
91
|
-
disputeId:
|
|
92
|
-
dataCustomization:
|
|
90
|
+
}, yt = ({
|
|
91
|
+
disputeId: c,
|
|
92
|
+
dataCustomization: o,
|
|
93
93
|
onContactSupport: d,
|
|
94
|
-
onDismiss:
|
|
94
|
+
onDismiss: m
|
|
95
95
|
}) => {
|
|
96
|
-
var
|
|
97
|
-
const { i18n: r } =
|
|
96
|
+
var w, K, G;
|
|
97
|
+
const { i18n: r } = $(), { dispute: n, setDispute: T, setFlowState: u, defenseReasonConfig: z } = Se(), { getDisputeDetail: R, getApplicableDefenseDocuments: ee, acceptDispute: te } = Ge().endpoints, ne = F(te), se = F(ee), U = ue(Ae.up.sm), { data: E, isFetching: ae, error: P } = Te(
|
|
98
98
|
A(
|
|
99
99
|
() => ({
|
|
100
100
|
fetchOptions: {
|
|
101
|
-
enabled: !!
|
|
102
|
-
onSuccess: (
|
|
103
|
-
T(
|
|
101
|
+
enabled: !!c && !!R && !n,
|
|
102
|
+
onSuccess: (s) => {
|
|
103
|
+
T(s);
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
|
-
queryFn: async () => R(
|
|
106
|
+
queryFn: async () => R(Ve, {
|
|
107
107
|
path: {
|
|
108
|
-
disputePspReference:
|
|
108
|
+
disputePspReference: c
|
|
109
109
|
}
|
|
110
110
|
})
|
|
111
111
|
}),
|
|
112
|
-
[
|
|
112
|
+
[n, c, R, T]
|
|
113
113
|
)
|
|
114
|
-
), e =
|
|
114
|
+
), e = n || E, l = (w = e == null ? void 0 : e.dispute) == null ? void 0 : w.defensibility, re = fe({
|
|
115
115
|
amountData: e == null ? void 0 : e.dispute.amount,
|
|
116
116
|
paymentMethodData: e == null ? void 0 : e.payment.paymentMethod
|
|
117
|
-
}),
|
|
118
|
-
const { chargeback:
|
|
119
|
-
return [
|
|
117
|
+
}), v = A(() => {
|
|
118
|
+
const { chargeback: s, preArbitration: a } = (e == null ? void 0 : e.dispute.issuerExtraData) ?? {}, i = [];
|
|
119
|
+
return [a, s].forEach((_) => {
|
|
120
120
|
_ && ["LIABILITY_NOT_ACCEPTED_FULLY", "PRE_ARB_REASON", "NOTE"].forEach((le) => {
|
|
121
|
-
const
|
|
122
|
-
|
|
121
|
+
const B = _[le], V = B == null ? void 0 : B.trim();
|
|
122
|
+
V && i.push(V);
|
|
123
123
|
});
|
|
124
|
-
}),
|
|
125
|
-
}, [e]),
|
|
124
|
+
}), i.filter(Boolean);
|
|
125
|
+
}, [e]), L = A(() => He(r, e == null ? void 0 : e.dispute.type), [r, e]), D = !!l && ["ACCEPTABLE", "DEFENDABLE_EXTERNALLY"].includes(l) || (e == null ? void 0 : e.dispute.type) === "NOTIFICATION_OF_FRAUD", C = !!l && l === "DEFENDABLE" && se, b = !!l && ["ACCEPTABLE", "DEFENDABLE"].includes(l) && ne, M = N(() => {
|
|
126
126
|
u("accept");
|
|
127
127
|
}, [u]), k = N(() => {
|
|
128
128
|
u("defendReasonSelectionView");
|
|
129
|
-
}, [u]), [f,
|
|
130
|
-
var
|
|
131
|
-
const
|
|
132
|
-
if (
|
|
133
|
-
return
|
|
134
|
-
Object.values(
|
|
129
|
+
}, [u]), [f, oe] = pe([]), x = N(async () => {
|
|
130
|
+
var a, i;
|
|
131
|
+
const s = E && await ((i = (a = o == null ? void 0 : o.details) == null ? void 0 : a.onDataRetrieve) == null ? void 0 : i.call(a, E));
|
|
132
|
+
if (s)
|
|
133
|
+
return oe(
|
|
134
|
+
Object.values(s).filter((_) => qe(_))
|
|
135
135
|
);
|
|
136
|
-
}, [
|
|
137
|
-
|
|
136
|
+
}, [E, o == null ? void 0 : o.details]);
|
|
137
|
+
de(() => {
|
|
138
138
|
x();
|
|
139
139
|
}, [x]);
|
|
140
|
-
const H = A(() => {
|
|
141
|
-
const
|
|
142
|
-
return
|
|
143
|
-
title:
|
|
140
|
+
const H = A(() => (n == null ? void 0 : n.dispute.type) === "REQUEST_FOR_INFORMATION" ? r.get("disputes.management.details.actions.submitInformation") : r.get("disputes.management.details.actions.defendChargeback"), [r, n == null ? void 0 : n.dispute.type]), Y = A(() => {
|
|
141
|
+
const s = [];
|
|
142
|
+
return C && s.push({
|
|
143
|
+
title: H,
|
|
144
144
|
event: k
|
|
145
|
-
}), b &&
|
|
145
|
+
}), b && s.push({
|
|
146
146
|
title: r.get("disputes.management.details.actions.accept"),
|
|
147
147
|
event: M,
|
|
148
148
|
variant: h.SECONDARY
|
|
149
|
-
}),
|
|
149
|
+
}), D && F(d) && s.push({
|
|
150
150
|
title: r.get("disputes.management.details.actions.contactSupport"),
|
|
151
151
|
event: d,
|
|
152
152
|
variant: h.SECONDARY
|
|
153
|
-
}), f && f.length && f.forEach((
|
|
154
|
-
var
|
|
155
|
-
|
|
156
|
-
title:
|
|
157
|
-
event: (
|
|
153
|
+
}), f && f.length && f.forEach((a) => {
|
|
154
|
+
var i;
|
|
155
|
+
s.push({
|
|
156
|
+
title: a == null ? void 0 : a.value,
|
|
157
|
+
event: (i = a == null ? void 0 : a.config) == null ? void 0 : i.action,
|
|
158
158
|
variant: h.SECONDARY
|
|
159
159
|
});
|
|
160
|
-
}),
|
|
161
|
-
}, [
|
|
162
|
-
if (!e && !P ||
|
|
163
|
-
const
|
|
164
|
-
return /* @__PURE__ */ t("div", { className:
|
|
165
|
-
/* @__PURE__ */ t("div", { className:
|
|
166
|
-
/* @__PURE__ */ t("div", { className:
|
|
167
|
-
/* @__PURE__ */ t("span", { className: j }),
|
|
168
|
-
/* @__PURE__ */ t("span", { className: j })
|
|
169
|
-
] }),
|
|
170
|
-
/* @__PURE__ */ t("span", { className: Pe }),
|
|
171
|
-
/* @__PURE__ */ t("div", { className: Be, children: [
|
|
160
|
+
}), s;
|
|
161
|
+
}, [C, H, k, b, D, d, f, r, M]), X = A(() => !!e && Oe(e.dispute), [e]), ie = N(() => /* @__PURE__ */ t(we, { variant: h.SECONDARY, onClick: m, children: r.get("disputes.management.common.actions.goBack") }), [r, m]);
|
|
162
|
+
if (!e && !P || ae) {
|
|
163
|
+
const s = Array.from({ length: 5 });
|
|
164
|
+
return /* @__PURE__ */ t("div", { className: j(J, { [W]: !U }), children: /* @__PURE__ */ t("div", { className: ge, children: [
|
|
165
|
+
/* @__PURE__ */ t("div", { className: Re, children: [
|
|
166
|
+
/* @__PURE__ */ t("div", { className: Pe, children: [
|
|
172
167
|
/* @__PURE__ */ t("span", { className: q }),
|
|
173
168
|
/* @__PURE__ */ t("span", { className: q })
|
|
169
|
+
] }),
|
|
170
|
+
/* @__PURE__ */ t("span", { className: ye }),
|
|
171
|
+
/* @__PURE__ */ t("div", { className: Be, children: [
|
|
172
|
+
/* @__PURE__ */ t("span", { className: Q }),
|
|
173
|
+
/* @__PURE__ */ t("span", { className: Q })
|
|
174
174
|
] })
|
|
175
175
|
] }),
|
|
176
|
-
/* @__PURE__ */ t("div", { className:
|
|
177
|
-
/* @__PURE__ */ t("span", { className:
|
|
178
|
-
/* @__PURE__ */ t("span", { className:
|
|
179
|
-
] }, `skeleton-${
|
|
176
|
+
/* @__PURE__ */ t("div", { className: Fe, children: s.map((a, i) => /* @__PURE__ */ t("div", { className: Ue, children: [
|
|
177
|
+
/* @__PURE__ */ t("span", { className: Z }),
|
|
178
|
+
/* @__PURE__ */ t("span", { className: Z })
|
|
179
|
+
] }, `skeleton-${i}`)) })
|
|
180
180
|
] }) });
|
|
181
181
|
}
|
|
182
|
-
const
|
|
182
|
+
const y = (e == null ? void 0 : e.dispute.type) === "NOTIFICATION_OF_FRAUD", ce = !!(e != null && e.defense && e.defense.defendedOn);
|
|
183
183
|
let p;
|
|
184
|
-
((
|
|
185
|
-
const
|
|
184
|
+
((K = e == null ? void 0 : e.defense) == null ? void 0 : K.autodefended) === !0 ? p = "autoDefended" : X && l === "NOT_ACTIONABLE" ? p = "notDefendable" : X && D || D && y ? p = "contactSupport" : ((e == null ? void 0 : e.dispute.status) === "EXPIRED" || (e == null ? void 0 : e.dispute.status) === "LOST" && !(y || ce)) && (p = "notDefended");
|
|
185
|
+
const me = Xe(
|
|
186
186
|
P,
|
|
187
187
|
"disputes.management.common.errors.unavailable",
|
|
188
188
|
d
|
|
189
189
|
);
|
|
190
|
-
return /* @__PURE__ */ t("div", { className:
|
|
191
|
-
|
|
190
|
+
return /* @__PURE__ */ t("div", { className: j(J, { [W]: !U }), children: P ? /* @__PURE__ */ t("div", { className: ve, children: /* @__PURE__ */ t(
|
|
191
|
+
Ye,
|
|
192
192
|
{
|
|
193
|
-
renderSecondaryButton:
|
|
193
|
+
renderSecondaryButton: m ? ie : void 0,
|
|
194
194
|
withImage: !0,
|
|
195
195
|
outlined: !1,
|
|
196
196
|
absolutePosition: !1,
|
|
197
197
|
withBackground: !1,
|
|
198
|
-
...
|
|
198
|
+
...me
|
|
199
199
|
}
|
|
200
200
|
) }) : e ? /* @__PURE__ */ t(g, { children: [
|
|
201
|
-
/* @__PURE__ */ t("div", { className:
|
|
201
|
+
/* @__PURE__ */ t("div", { className: Le, children: /* @__PURE__ */ t(
|
|
202
202
|
De,
|
|
203
203
|
{
|
|
204
|
-
...
|
|
204
|
+
...re,
|
|
205
205
|
tag: /* @__PURE__ */ t(g, { children: [
|
|
206
|
-
|
|
207
|
-
!
|
|
206
|
+
L && /* @__PURE__ */ t(_e, { label: L }),
|
|
207
|
+
!y && /* @__PURE__ */ t(Ne, { dispute: e.dispute })
|
|
208
208
|
] })
|
|
209
209
|
}
|
|
210
210
|
) }),
|
|
211
|
-
|
|
211
|
+
v.length > 0 && /* @__PURE__ */ t(Ie, { issuerComments: v }),
|
|
212
212
|
p && /* @__PURE__ */ t(
|
|
213
|
-
|
|
213
|
+
Qe,
|
|
214
214
|
{
|
|
215
215
|
alertMode: p,
|
|
216
216
|
dispute: e.dispute,
|
|
217
|
-
timeZone: (
|
|
217
|
+
timeZone: (G = e.payment.balanceAccount) == null ? void 0 : G.timeZone
|
|
218
218
|
}
|
|
219
219
|
),
|
|
220
|
-
/* @__PURE__ */ t(
|
|
221
|
-
|
|
220
|
+
/* @__PURE__ */ t(he, { dispute: e, dataCustomization: o, defenseReasonConfig: z }),
|
|
221
|
+
Y.length > 0 ? /* @__PURE__ */ t("div", { className: Ce, children: /* @__PURE__ */ t(Ee, { actions: Y }) }) : null
|
|
222
222
|
] }) : null });
|
|
223
223
|
};
|
|
224
224
|
export {
|
|
225
|
-
|
|
226
|
-
|
|
225
|
+
yt as DisputeData,
|
|
226
|
+
yt as default
|
|
227
227
|
};
|
package/dist/es/components/external/DisputesOverview/components/DisputesOverview/DisputesOverview.js
CHANGED
|
@@ -66,7 +66,7 @@ const J = "CHARGEBACKS", w = "schemeCodes", T = "reasonCategories", N = "_t", ze
|
|
|
66
66
|
showDetails: m,
|
|
67
67
|
dataCustomization: c
|
|
68
68
|
}) => {
|
|
69
|
-
const { i18n: u } = W(), { getDisputeList: P } = Je().endpoints, { activeBalanceAccount: e, balanceAccountSelectionOptions: te, onBalanceAccountSelection: re } = Pe(o, !0), { defaultParams: F, nowTimestamp: h, refreshNowTimestamp: C } = Ce("disputes", e), [y, se] = E(!1), [ie, oe] = E(), [d, ne] = E(J), [le, G] = E(!1), [x, j] = E(d), k = a(() => u.get("disputes.overview.common.filters.types.statusGroup"), [u]), H = a(
|
|
69
|
+
const { i18n: u } = W(), { getDisputeList: P } = Je().endpoints, { activeBalanceAccount: e, balanceAccountSelectionOptions: te, onBalanceAccountSelection: re } = Pe(o, !0), { defaultParams: F, nowTimestamp: h, refreshNowTimestamp: C } = Ce("disputes", e, "last90Days"), [y, se] = E(!1), [ie, oe] = E(), [d, ne] = E(J), [le, G] = E(!1), [x, j] = E(d), k = a(() => u.get("disputes.overview.common.filters.types.statusGroup"), [u]), H = a(
|
|
70
70
|
() => ({
|
|
71
71
|
showDetails: m ?? !0,
|
|
72
72
|
callback: i
|