@adyen/adyen-platform-experience-web 1.1.0 → 1.1.1
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/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/es/core/Http/utils.js +1 -1
- package/dist/es/core/core.js +1 -1
- package/dist/es/translations/index.js +26 -24
- package/dist/types/translations/index.d.ts +146 -1
- package/dist/types/translations/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/es/core/core.js
CHANGED
|
@@ -1,48 +1,50 @@
|
|
|
1
1
|
import n from "./en-US.json.js";
|
|
2
|
-
const
|
|
2
|
+
const s = {
|
|
3
|
+
...n
|
|
4
|
+
}, t = (o) => o.then(({
|
|
3
5
|
default: _
|
|
4
|
-
}) => _),
|
|
6
|
+
}) => _), r = {
|
|
5
7
|
da_DK: () => t(import("./da-DK.json.js"))
|
|
6
|
-
}, r = {
|
|
7
|
-
de_DE: () => t(import("./de-DE.json.js"))
|
|
8
8
|
}, c = {
|
|
9
|
-
|
|
9
|
+
de_DE: () => t(import("./de-DE.json.js"))
|
|
10
10
|
}, i = {
|
|
11
|
-
|
|
11
|
+
es_ES: () => t(import("./es-ES.json.js"))
|
|
12
12
|
}, p = {
|
|
13
|
-
|
|
13
|
+
fr_FR: () => t(import("./fr-FR.json.js"))
|
|
14
14
|
}, e = {
|
|
15
|
-
|
|
15
|
+
it_IT: () => t(import("./it-IT.json.js"))
|
|
16
16
|
}, m = {
|
|
17
|
-
|
|
17
|
+
nl_NL: () => t(import("./nl-NL.json.js"))
|
|
18
18
|
}, l = {
|
|
19
|
+
no_NO: () => t(import("./no-NO.json.js"))
|
|
20
|
+
}, S = {
|
|
19
21
|
pt_BR: () => t(import("./pt-BR.json.js"))
|
|
20
22
|
}, a = {
|
|
21
23
|
sv_SE: () => t(import("./sv-SE.json.js"))
|
|
22
|
-
},
|
|
23
|
-
en_US:
|
|
24
|
-
},
|
|
25
|
-
...s,
|
|
24
|
+
}, E = {
|
|
25
|
+
en_US: s
|
|
26
|
+
}, N = {
|
|
26
27
|
...r,
|
|
27
|
-
...S,
|
|
28
28
|
...c,
|
|
29
|
+
...E,
|
|
29
30
|
...i,
|
|
30
31
|
...p,
|
|
31
32
|
...e,
|
|
32
33
|
...m,
|
|
33
34
|
...l,
|
|
35
|
+
...S,
|
|
34
36
|
...a
|
|
35
37
|
};
|
|
36
38
|
export {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
39
|
+
N as all_locales,
|
|
40
|
+
r as da_DK,
|
|
41
|
+
c as de_DE,
|
|
42
|
+
E as en_US,
|
|
43
|
+
i as es_ES,
|
|
44
|
+
p as fr_FR,
|
|
45
|
+
e as it_IT,
|
|
46
|
+
m as nl_NL,
|
|
47
|
+
l as no_NO,
|
|
48
|
+
S as pt_BR,
|
|
47
49
|
a as sv_SE
|
|
48
50
|
};
|
|
@@ -1,5 +1,150 @@
|
|
|
1
1
|
import type { KeyOfRecord, WithReplacedUnderscoreOrDash } from '../utils/types';
|
|
2
|
-
|
|
2
|
+
declare const _en_US: {
|
|
3
|
+
account: string;
|
|
4
|
+
accountBalance: string;
|
|
5
|
+
additions: string;
|
|
6
|
+
adjustments: string;
|
|
7
|
+
amount: string;
|
|
8
|
+
apply: string;
|
|
9
|
+
balanceAccount: string;
|
|
10
|
+
balanceAccountId: string;
|
|
11
|
+
Booked: string;
|
|
12
|
+
"button.clearAll": string;
|
|
13
|
+
"calendar.controls": string;
|
|
14
|
+
"calendar.nextMonth": string;
|
|
15
|
+
"calendar.previousMonth": string;
|
|
16
|
+
"calendar.timezone": string;
|
|
17
|
+
capture: string;
|
|
18
|
+
category: string;
|
|
19
|
+
chargeback: string;
|
|
20
|
+
closeIconLabel: string;
|
|
21
|
+
contactSupportForHelpAndShareErrorCode: string;
|
|
22
|
+
correction: string;
|
|
23
|
+
currency: string;
|
|
24
|
+
date: string;
|
|
25
|
+
dateRange: string;
|
|
26
|
+
default: string;
|
|
27
|
+
description: string;
|
|
28
|
+
dismiss: string;
|
|
29
|
+
download: string;
|
|
30
|
+
downloading: string;
|
|
31
|
+
email: string;
|
|
32
|
+
entityWasNotFound: string;
|
|
33
|
+
entityWasNotFoundDetail: string;
|
|
34
|
+
"error.pleaseTryAgainLater": string;
|
|
35
|
+
"error.somethingWentWrongWithDownload": string;
|
|
36
|
+
"expandableCard.collapse": string;
|
|
37
|
+
"expandableCard.expand": string;
|
|
38
|
+
export: string;
|
|
39
|
+
fee: string;
|
|
40
|
+
file: string;
|
|
41
|
+
"filter.date.since": string;
|
|
42
|
+
"filter.date.until": string;
|
|
43
|
+
filterBar: string;
|
|
44
|
+
"filterPlaceholder.category": string;
|
|
45
|
+
"filterPlaceholder.currency": string;
|
|
46
|
+
"filterPlaceholder.status": string;
|
|
47
|
+
from: string;
|
|
48
|
+
fundsCaptured: string;
|
|
49
|
+
grantIssued: string;
|
|
50
|
+
grantRepayment: string;
|
|
51
|
+
hideContent: string;
|
|
52
|
+
id: string;
|
|
53
|
+
incompleteField: string;
|
|
54
|
+
mobile: string;
|
|
55
|
+
netPayout: string;
|
|
56
|
+
nextPayouts: string;
|
|
57
|
+
noData: string;
|
|
58
|
+
noNegativeNumbersAllowed: string;
|
|
59
|
+
noPayoutsFound: string;
|
|
60
|
+
noReportsFound: string;
|
|
61
|
+
noTransactionsFound: string;
|
|
62
|
+
other: string;
|
|
63
|
+
paginatedNavigation: string;
|
|
64
|
+
"pagination.nextPage": string;
|
|
65
|
+
"pagination.previousPage": string;
|
|
66
|
+
"pagination.showing": string;
|
|
67
|
+
paymentId: string;
|
|
68
|
+
paymentMethod: string;
|
|
69
|
+
payoutDetails: string;
|
|
70
|
+
payoutsTitle: string;
|
|
71
|
+
Pending: string;
|
|
72
|
+
pleaseReachOutToSupportForAssistance: string;
|
|
73
|
+
"rangePreset.custom": string;
|
|
74
|
+
"rangePreset.last30Days": string;
|
|
75
|
+
"rangePreset.last7Days": string;
|
|
76
|
+
"rangePreset.lastMonth": string;
|
|
77
|
+
"rangePreset.lastWeek": string;
|
|
78
|
+
"rangePreset.thisMonth": string;
|
|
79
|
+
"rangePreset.thisWeek": string;
|
|
80
|
+
"rangePreset.yearToDate": string;
|
|
81
|
+
reachOutToSupport: string;
|
|
82
|
+
referenceID: string;
|
|
83
|
+
refresh: string;
|
|
84
|
+
refund: string;
|
|
85
|
+
remainingAmount: string;
|
|
86
|
+
report: string;
|
|
87
|
+
"reportsError.tooManyDownloads": string;
|
|
88
|
+
reportsNotice: string;
|
|
89
|
+
reportsTitle: string;
|
|
90
|
+
"reportType.payout": string;
|
|
91
|
+
reset: string;
|
|
92
|
+
Reversed: string;
|
|
93
|
+
"select.filter.placeholder": string;
|
|
94
|
+
"select.noOptionsFound": string;
|
|
95
|
+
somethingWentWrong: string;
|
|
96
|
+
status: string;
|
|
97
|
+
structuredList: string;
|
|
98
|
+
subtractions: string;
|
|
99
|
+
tabs: string;
|
|
100
|
+
theErrorCodeIs: string;
|
|
101
|
+
thereAreNoResults: string;
|
|
102
|
+
theRequestIsMissingRequiredFieldsOrContainsInvalidData: string;
|
|
103
|
+
thereWasAnUnexpectedError: string;
|
|
104
|
+
theSelectedBalanceAccountIsIncorrect: string;
|
|
105
|
+
timezone: string;
|
|
106
|
+
to: string;
|
|
107
|
+
"tooltip.ATM": string;
|
|
108
|
+
"tooltip.Capital": string;
|
|
109
|
+
"tooltip.Chargeback": string;
|
|
110
|
+
"tooltip.Correction": string;
|
|
111
|
+
"tooltip.Fee": string;
|
|
112
|
+
"tooltip.Other": string;
|
|
113
|
+
"tooltip.Payment": string;
|
|
114
|
+
"tooltip.Refund": string;
|
|
115
|
+
"tooltip.totalIncoming": string;
|
|
116
|
+
"tooltip.totalOutgoing": string;
|
|
117
|
+
"tooltip.Transfer": string;
|
|
118
|
+
totalIncoming: string;
|
|
119
|
+
totalOutgoing: string;
|
|
120
|
+
toValueShouldBeGreaterThanTheFromValue: string;
|
|
121
|
+
transactionDetails: string;
|
|
122
|
+
transactions: string;
|
|
123
|
+
transactionsOverviewTitle: string;
|
|
124
|
+
transactionType: string;
|
|
125
|
+
transfer: string;
|
|
126
|
+
tryDifferentSearchOrResetYourFiltersAndWeWillTryAgain: string;
|
|
127
|
+
tryRefreshingThePageOrComeBackLater: string;
|
|
128
|
+
txAmount: string;
|
|
129
|
+
"txType.ATM": string;
|
|
130
|
+
"txType.Capital": string;
|
|
131
|
+
"txType.Chargeback": string;
|
|
132
|
+
"txType.Correction": string;
|
|
133
|
+
"txType.Fee": string;
|
|
134
|
+
"txType.Other": string;
|
|
135
|
+
"txType.Payment": string;
|
|
136
|
+
"txType.Refund": string;
|
|
137
|
+
"txType.Transfer": string;
|
|
138
|
+
type: string;
|
|
139
|
+
value: string;
|
|
140
|
+
weCouldNotLoadThePayoutsOverview: string;
|
|
141
|
+
weCouldNotLoadTheReportsOverview: string;
|
|
142
|
+
weCouldNotLoadTheTransactionsOverview: string;
|
|
143
|
+
weCouldNotLoadYourBalanceAccounts: string;
|
|
144
|
+
weCouldNotLoadYourPayouts: string;
|
|
145
|
+
weCouldNotLoadYourReports: string;
|
|
146
|
+
weCouldNotLoadYourTransactions: string;
|
|
147
|
+
};
|
|
3
148
|
type _SupportedLocale = KeyOfRecord<typeof all_locales>;
|
|
4
149
|
type _Translations = Translations | PromiseLike<Translations>;
|
|
5
150
|
export type CustomTranslations = Record<string, Translations>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/translations/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,4BAA4B,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/translations/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,4BAA4B,EAAE,MAAM,gBAAgB,CAAC;AAEhF,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAe,CAAC;AAE5B,KAAK,gBAAgB,GAAG,WAAW,CAAC,OAAO,WAAW,CAAC,CAAC;AACxD,KAAK,aAAa,GAAG,YAAY,GAAG,WAAW,CAAC,YAAY,CAAC,CAAC;AAE9D,MAAM,MAAM,kBAAkB,GAAG,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC;AAC9D,MAAM,MAAM,MAAM,GAAG,GAAG,SAAS,CAAC,MAAM,CAAC,IAAI,SAAS,CAAC,MAAM,CAAC,EAAE,CAAC;AACjE,MAAM,MAAM,eAAe,GAAG,4BAA4B,CAAC,gBAAgB,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC;AACvF,MAAM,MAAM,cAAc,GAAG,WAAW,CAAC,OAAO,MAAM,CAAC,CAAC;AACxD,MAAM,MAAM,YAAY,GAAG;KAAG,GAAG,IAAI,cAAc,CAAC,CAAC,EAAE,MAAM;CAAE,CAAC;AAChE,MAAM,MAAM,iBAAiB,GAAG,aAAa,GAAG,CAAC,MAAM,aAAa,CAAC,CAAC;AAEtE,MAAM,MAAM,uBAAuB,GAAG;KACjC,CAAC,IAAI,gBAAgB,GAAG;SACpB,CAAC,IAAI,CAAC,GAAG,iBAAiB;KAC9B;CACJ,CAAC,gBAAgB,CAAC,CAAC;AAEpB,MAAM,MAAM,kBAAkB,GAAG;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAKF,eAAO,MAAM,KAAK;;CAA4D,CAAC;AAC/E,eAAO,MAAM,KAAK;;CAA4D,CAAC;AAC/E,eAAO,MAAM,KAAK;;CAA4D,CAAC;AAC/E,eAAO,MAAM,KAAK;;CAA4D,CAAC;AAC/E,eAAO,MAAM,KAAK;;CAA4D,CAAC;AAC/E,eAAO,MAAM,KAAK;;CAA4D,CAAC;AAC/E,eAAO,MAAM,KAAK;;CAA4D,CAAC;AAC/E,eAAO,MAAM,KAAK;;CAA4D,CAAC;AAC/E,eAAO,MAAM,KAAK;;CAA4D,CAAC;AAE/E,eAAO,MAAM,KAAK;;CAAoC,CAAC;AAEvD,eAAO,MAAM,WAAW;;;;;;;;;;;CAWd,CAAC"}
|