@wise/dynamic-flow-client-internal 4.23.0 → 4.24.0-experimental-048a281
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/build/i18n/es.json +1 -1
- package/build/main.js +1704 -1688
- package/build/main.mjs +1708 -1692
- package/build/types/index.d.ts +2 -1
- package/package.json +5 -5
package/build/main.js
CHANGED
|
@@ -63,6 +63,7 @@ __export(index_exports, {
|
|
|
63
63
|
DynamicFlowRevamp: () => DynamicFlowRevamp,
|
|
64
64
|
DynamicForm: () => DynamicForm,
|
|
65
65
|
JsonSchemaForm: () => import_dynamic_flow_client4.JsonSchemaForm,
|
|
66
|
+
createReviewRenderer: () => createReviewRenderer,
|
|
66
67
|
findRendererPropsByType: () => import_dynamic_flow_client4.findRendererPropsByType,
|
|
67
68
|
isValidSchema: () => import_dynamic_flow_client4.isValidSchema,
|
|
68
69
|
makeCustomFetch: () => import_dynamic_flow_client3.makeHttpClient,
|
|
@@ -70,1626 +71,794 @@ __export(index_exports, {
|
|
|
70
71
|
});
|
|
71
72
|
module.exports = __toCommonJS(index_exports);
|
|
72
73
|
var import_dynamic_flow_client3 = require("@wise/dynamic-flow-client");
|
|
73
|
-
var import_dynamic_flow_client4 = require("@wise/dynamic-flow-client");
|
|
74
74
|
|
|
75
|
-
// src/
|
|
76
|
-
var
|
|
75
|
+
// ../renderers/src/AlertRenderer.tsx
|
|
76
|
+
var import_components = require("@transferwise/components");
|
|
77
77
|
|
|
78
|
-
// src/
|
|
79
|
-
var
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
"df.wise.ControlFeedback.patternDate": "Zadejte pros\xEDm datum ve spr\xE1vn\xE9m form\xE1tu.",
|
|
95
|
-
"df.wise.ControlFeedback.required": "Vypl\u0148te pros\xEDm toto pole.",
|
|
96
|
-
"df.wise.ControlFeedback.type": "Nespr\xE1vn\xFD typ",
|
|
97
|
-
"df.wise.CopyFeedback.copy": "Zkop\xEDrov\xE1no do schr\xE1nky",
|
|
98
|
-
"df.wise.CopyFeedback.copyFailed": "Kop\xEDrov\xE1n\xED do schr\xE1nky se nezda\u0159ilo",
|
|
99
|
-
"df.wise.Decision.all": "V\u0161e",
|
|
100
|
-
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
101
|
-
"df.wise.Decision.noResults": "\u017D\xE1dn\xE9 v\xFDsledky",
|
|
102
|
-
"df.wise.Decision.popular": "Popul\xE1rn\xED",
|
|
103
|
-
"df.wise.Decision.recent": "Ned\xE1vn\xE9",
|
|
104
|
-
"df.wise.Decision.results": "V\xFDsledky hled\xE1n\xED",
|
|
105
|
-
"df.wise.DynamicParagraph.copied": "Zkop\xEDrov\xE1no do schr\xE1nky",
|
|
106
|
-
"df.wise.DynamicParagraph.copy": "Kop\xEDrovat",
|
|
107
|
-
"df.wise.ErrorBoundary.errorAlert": "N\u011Bco se pokazilo.",
|
|
108
|
-
"df.wise.ErrorBoundary.retry": "Zkusit znovu",
|
|
109
|
-
"df.wise.ExternalConfirmation.cancel": "Zru\u0161it",
|
|
110
|
-
"df.wise.ExternalConfirmation.description": "Potvr\u010Fte, \u017Ee chcete otev\u0159\xEDt **{origin}** v nov\xE9 kart\u011B prohl\xED\u017Ee\u010De.",
|
|
111
|
-
"df.wise.ExternalConfirmation.open": "Otev\u0159\xEDt v nov\xE9 kart\u011B",
|
|
112
|
-
"df.wise.ExternalConfirmation.title": "Potvr\u010Fte",
|
|
113
|
-
"df.wise.Help.ariaLabel": "Pro v\xEDce informac\xED klikn\u011Bte sem.",
|
|
114
|
-
"df.wise.MultiSelect.summary": "{first} a {count} dal\u0161\xED(ch)",
|
|
115
|
-
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Je n\xE1m l\xEDto, ale tento soubor je p\u0159\xEDli\u0161 velk\xFD. Nahrajte pros\xEDm men\u0161\xED soubor.",
|
|
116
|
-
"df.wise.MultipleFileUploadSchema.maxItemsError": "Nahrajte {maxItems} nebo m\xE9n\u011B soubor\u016F.",
|
|
117
|
-
"df.wise.MultipleFileUploadSchema.minItemsError": "Nahrajte pros\xEDm alespo\u0148 n\xE1sleduj\xEDc\xED po\u010Det soubor\u016F: {minItems}.",
|
|
118
|
-
"df.wise.PersistAsyncSchema.genericError": "N\u011Bco se pokazilo. Zkuste to pros\xEDm znovu.",
|
|
119
|
-
"df.wise.SearchLayout.loading": "Na\u010D\xEDt\xE1n\xED..."
|
|
78
|
+
// ../renderers/src/utils/layout-utils.ts
|
|
79
|
+
var getMargin = (size) => {
|
|
80
|
+
switch (size) {
|
|
81
|
+
case "xs":
|
|
82
|
+
return "m-b-0";
|
|
83
|
+
case "sm":
|
|
84
|
+
return "m-b-1";
|
|
85
|
+
case "md":
|
|
86
|
+
return "m-b-2";
|
|
87
|
+
case "lg":
|
|
88
|
+
return "m-b-3";
|
|
89
|
+
case "xl":
|
|
90
|
+
return "m-b-5";
|
|
91
|
+
default:
|
|
92
|
+
return "";
|
|
93
|
+
}
|
|
120
94
|
};
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
"df.wise.ControlFeedback.maxLength": "Bitte gib nicht mehr als {maxLength} Zeichen ein.",
|
|
132
|
-
"df.wise.ControlFeedback.maximum": "Bitte gib eine Zahl ein, die {maximum} oder weniger betr\xE4gt.",
|
|
133
|
-
"df.wise.ControlFeedback.maximumDate": "Bitte gib ein Datum ein, das am oder vor dem {maximum} liegt.",
|
|
134
|
-
"df.wise.ControlFeedback.minLength": "Bitte gib mindestens {minLength} Zeichen ein.",
|
|
135
|
-
"df.wise.ControlFeedback.minimum": "Bitte gib eine Zahl ein, die {minimum} oder mehr betr\xE4gt.",
|
|
136
|
-
"df.wise.ControlFeedback.minimumDate": "Bitte gib ein Datum ein, das am oder nach dem {minimum} liegt.",
|
|
137
|
-
"df.wise.ControlFeedback.pattern": "Bitte gib die Angabe im richtigen Format ein.",
|
|
138
|
-
"df.wise.ControlFeedback.patternDate": "Bitte gib ein Datum im richtigen Format ein.",
|
|
139
|
-
"df.wise.ControlFeedback.required": "Bitte f\xFClle dieses Feld aus.",
|
|
140
|
-
"df.wise.ControlFeedback.type": "Falscher Typ",
|
|
141
|
-
"df.wise.CopyFeedback.copy": "In Zwischenablage kopiert",
|
|
142
|
-
"df.wise.CopyFeedback.copyFailed": "Kopieren in Zwischenablage fehlgeschlagen",
|
|
143
|
-
"df.wise.Decision.all": "Alle",
|
|
144
|
-
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
145
|
-
"df.wise.Decision.noResults": "Keine Ergebnisse",
|
|
146
|
-
"df.wise.Decision.popular": "Beliebt",
|
|
147
|
-
"df.wise.Decision.recent": "Neu",
|
|
148
|
-
"df.wise.Decision.results": "Suchergebnisse",
|
|
149
|
-
"df.wise.DynamicParagraph.copied": "In Zwischenablage kopiert",
|
|
150
|
-
"df.wise.DynamicParagraph.copy": "Kopieren",
|
|
151
|
-
"df.wise.ErrorBoundary.errorAlert": "Da ist etwas schiefgegangen.",
|
|
152
|
-
"df.wise.ErrorBoundary.retry": "Erneut versuchen",
|
|
153
|
-
"df.wise.ExternalConfirmation.cancel": "Abbrechen",
|
|
154
|
-
"df.wise.ExternalConfirmation.description": "Bitte best\xE4tige, dass du **{origin}** in einem neuen Browser-Tab \xF6ffnen m\xF6chtest.",
|
|
155
|
-
"df.wise.ExternalConfirmation.open": "In neuem Tab \xF6ffnen",
|
|
156
|
-
"df.wise.ExternalConfirmation.title": "Bitte best\xE4tigen",
|
|
157
|
-
"df.wise.Help.ariaLabel": "Klicke hier f\xFCr mehr Informationen.",
|
|
158
|
-
"df.wise.MultiSelect.summary": "{first} und {count} weitere",
|
|
159
|
-
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Diese Datei ist leider zu gro\xDF. Bitte lade eine kleinere Datei hoch.",
|
|
160
|
-
"df.wise.MultipleFileUploadSchema.maxItemsError": "Bitte lade {maxItems} oder weniger Dateien hoch.",
|
|
161
|
-
"df.wise.MultipleFileUploadSchema.minItemsError": "Bitte lade mindestens {minItems} Datei(en) hoch.",
|
|
162
|
-
"df.wise.PersistAsyncSchema.genericError": "Da ist etwas schiefgegangen. Versuche es bitte nochmal.",
|
|
163
|
-
"df.wise.SearchLayout.loading": "L\xE4dt..."
|
|
95
|
+
var getTextAlignment = (align) => {
|
|
96
|
+
switch (align) {
|
|
97
|
+
case "end":
|
|
98
|
+
return "text-xs-right";
|
|
99
|
+
case "center":
|
|
100
|
+
return "text-xs-center";
|
|
101
|
+
case "start":
|
|
102
|
+
default:
|
|
103
|
+
return "";
|
|
104
|
+
}
|
|
164
105
|
};
|
|
106
|
+
var getTextAlignmentAndMargin = (component) => `${getTextAlignment(component.align)} ${getMargin(component.margin)}`;
|
|
165
107
|
|
|
166
|
-
// src/
|
|
167
|
-
var
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
189
|
-
"df.wise.Decision.noResults": "No results",
|
|
190
|
-
"df.wise.Decision.popular": "Popular",
|
|
191
|
-
"df.wise.Decision.recent": "Recent",
|
|
192
|
-
"df.wise.Decision.results": "Search results",
|
|
193
|
-
"df.wise.DynamicParagraph.copied": "Copied to clipboard",
|
|
194
|
-
"df.wise.DynamicParagraph.copy": "Copy",
|
|
195
|
-
"df.wise.ErrorBoundary.errorAlert": "Something went wrong.",
|
|
196
|
-
"df.wise.ErrorBoundary.retry": "Retry",
|
|
197
|
-
"df.wise.ExternalConfirmation.cancel": "Cancel",
|
|
198
|
-
"df.wise.ExternalConfirmation.description": "Please confirm you want to open **{origin}** in a new browser tab.",
|
|
199
|
-
"df.wise.ExternalConfirmation.open": "Open in new tab",
|
|
200
|
-
"df.wise.ExternalConfirmation.title": "Please confirm",
|
|
201
|
-
"df.wise.Help.ariaLabel": "Click here for more info.",
|
|
202
|
-
"df.wise.MultiSelect.summary": "{first} and {count} more",
|
|
203
|
-
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Sorry, that file is too big. Please upload a smaller file.",
|
|
204
|
-
"df.wise.MultipleFileUploadSchema.maxItemsError": "Please upload {maxItems} or fewer files.",
|
|
205
|
-
"df.wise.MultipleFileUploadSchema.minItemsError": "Please upload at least {minItems} file(s).",
|
|
206
|
-
"df.wise.PersistAsyncSchema.genericError": "Something went wrong, please try again.",
|
|
207
|
-
"df.wise.SearchLayout.loading": "Loading..."
|
|
108
|
+
// ../renderers/src/AlertRenderer.tsx
|
|
109
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
110
|
+
var AlertRenderer = {
|
|
111
|
+
canRenderType: "alert",
|
|
112
|
+
render: ({ context, markdown, margin, callToAction }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
113
|
+
import_components.Alert,
|
|
114
|
+
{
|
|
115
|
+
type: context,
|
|
116
|
+
className: getMargin(margin),
|
|
117
|
+
message: markdown,
|
|
118
|
+
action: mapCtaToAlertAction(callToAction)
|
|
119
|
+
}
|
|
120
|
+
)
|
|
121
|
+
};
|
|
122
|
+
var mapCtaToAlertAction = (callToAction) => {
|
|
123
|
+
if (callToAction) {
|
|
124
|
+
return __spreadValues(__spreadValues({
|
|
125
|
+
text: callToAction.title,
|
|
126
|
+
"aria-label": callToAction.accessibilityDescription
|
|
127
|
+
}, "onClick" in callToAction ? { onClick: callToAction.onClick } : {}), callToAction.type === "link" ? { href: callToAction.href, target: "_blank" } : {});
|
|
128
|
+
}
|
|
129
|
+
return void 0;
|
|
208
130
|
};
|
|
131
|
+
var AlertRenderer_default = AlertRenderer;
|
|
209
132
|
|
|
210
|
-
// src/
|
|
211
|
-
var
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
"df.wise.Decision.all": "Todas",
|
|
232
|
-
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
233
|
-
"df.wise.Decision.noResults": "No hay resultados",
|
|
234
|
-
"df.wise.Decision.popular": "Populares",
|
|
235
|
-
"df.wise.Decision.recent": "Recientes",
|
|
236
|
-
"df.wise.Decision.results": "Resultados de b\xFAsqueda",
|
|
237
|
-
"df.wise.DynamicParagraph.copied": "Copiado al portapapeles",
|
|
238
|
-
"df.wise.DynamicParagraph.copy": "Copiar",
|
|
239
|
-
"df.wise.ErrorBoundary.errorAlert": "Ha habido un error.",
|
|
240
|
-
"df.wise.ErrorBoundary.retry": "Reintentar",
|
|
241
|
-
"df.wise.ExternalConfirmation.cancel": "Cancelar",
|
|
242
|
-
"df.wise.ExternalConfirmation.description": "Confirma que quieres abrir **{origin}** en una nueva pesta\xF1a del navegador.",
|
|
243
|
-
"df.wise.ExternalConfirmation.open": "Abrir en nueva pesta\xF1a",
|
|
244
|
-
"df.wise.ExternalConfirmation.title": "Por favor, confirma",
|
|
245
|
-
"df.wise.Help.ariaLabel": "Haz clic aqu\xED para obtener m\xE1s informaci\xF3n.",
|
|
246
|
-
"df.wise.MultiSelect.summary": "{first} y {count} m\xE1s",
|
|
247
|
-
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Lo sentimos, el archivo pesa demasiado. Sube uno m\xE1s peque\xF1o.",
|
|
248
|
-
"df.wise.MultipleFileUploadSchema.maxItemsError": "Sube {maxItems} o menos archivos.",
|
|
249
|
-
"df.wise.MultipleFileUploadSchema.minItemsError": "Sube al menos {minItems} archivo(s).",
|
|
250
|
-
"df.wise.PersistAsyncSchema.genericError": "Ha habido un error. Int\xE9ntalo de nuevo.",
|
|
251
|
-
"df.wise.SearchLayout.loading": "Cargando..."
|
|
133
|
+
// ../renderers/src/BoxRenderer.tsx
|
|
134
|
+
var import_classnames = __toESM(require("classnames"));
|
|
135
|
+
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
136
|
+
var BoxRenderer = {
|
|
137
|
+
canRenderType: "box",
|
|
138
|
+
render: ({ children, control, margin, width }) => {
|
|
139
|
+
const hasFixedWidth = width !== "xl";
|
|
140
|
+
const hasBorder = control === "bordered" || control === "bordered-web";
|
|
141
|
+
const contents = /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
142
|
+
"div",
|
|
143
|
+
{
|
|
144
|
+
className: (0, import_classnames.default)({
|
|
145
|
+
"df-box-renderer-border": hasBorder,
|
|
146
|
+
[`df-box-renderer-width-${width}`]: hasFixedWidth,
|
|
147
|
+
[getMargin(margin)]: !hasFixedWidth
|
|
148
|
+
}),
|
|
149
|
+
children
|
|
150
|
+
}
|
|
151
|
+
);
|
|
152
|
+
return hasFixedWidth ? /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("div", { className: (0, import_classnames.default)("df-box-renderer-fixed-width", getMargin(margin)), children: contents }) : contents;
|
|
153
|
+
}
|
|
252
154
|
};
|
|
155
|
+
var BoxRenderer_default = BoxRenderer;
|
|
253
156
|
|
|
254
|
-
// src/
|
|
255
|
-
var
|
|
256
|
-
|
|
257
|
-
"df.wise.ArraySchema.addItemTitle": "Ajouter un \xE9l\xE9ment",
|
|
258
|
-
"df.wise.ArraySchema.editItem": "Enregistrer",
|
|
259
|
-
"df.wise.ArraySchema.maxItemsError": "Veuillez ajouter {maxItems} ou moins.",
|
|
260
|
-
"df.wise.ArraySchema.minItemsError": "Veuillez ajouter au moins {minItems}.",
|
|
261
|
-
"df.wise.ArraySchema.removeItem": "Supprimer",
|
|
262
|
-
"df.wise.ButtonLayout.buttonLoadingMessage": "Patientez quelques secondes",
|
|
263
|
-
"df.wise.ControlFeedback.maxLength": "Veuillez saisir {maxLength} caract\xE8res ou moins.",
|
|
264
|
-
"df.wise.ControlFeedback.maximum": "Veuillez saisir un nombre inf\xE9rieur ou \xE9gal \xE0 {maximum}.",
|
|
265
|
-
"df.wise.ControlFeedback.maximumDate": "Veuillez saisir une date \xE9gale ou ant\xE9rieure au {maximum}.",
|
|
266
|
-
"df.wise.ControlFeedback.minLength": "Veuillez saisir au moins {minLength} caract\xE8res.",
|
|
267
|
-
"df.wise.ControlFeedback.minimum": "Veuillez saisir un nombre sup\xE9rieur ou \xE9gal \xE0 {minimum}.",
|
|
268
|
-
"df.wise.ControlFeedback.minimumDate": "Veuillez saisir une date \xE9gale ou post\xE9rieure au {minimum}.",
|
|
269
|
-
"df.wise.ControlFeedback.pattern": "Veuillez saisir les informations dans le bon format.",
|
|
270
|
-
"df.wise.ControlFeedback.patternDate": "Veuillez saisir une date au format correct.",
|
|
271
|
-
"df.wise.ControlFeedback.required": "Champ obligatoire.",
|
|
272
|
-
"df.wise.ControlFeedback.type": "Type incorrect",
|
|
273
|
-
"df.wise.CopyFeedback.copy": "Copi\xE9 dans le presse-papier",
|
|
274
|
-
"df.wise.CopyFeedback.copyFailed": "Impossible de copier dans le presse-papier",
|
|
275
|
-
"df.wise.Decision.all": "Toutes",
|
|
276
|
-
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
277
|
-
"df.wise.Decision.noResults": "Aucun r\xE9sultat",
|
|
278
|
-
"df.wise.Decision.popular": "Populaires",
|
|
279
|
-
"df.wise.Decision.recent": "R\xE9cents",
|
|
280
|
-
"df.wise.Decision.results": "R\xE9sultats de recherche",
|
|
281
|
-
"df.wise.DynamicParagraph.copied": "Copi\xE9 dans le presse-papier",
|
|
282
|
-
"df.wise.DynamicParagraph.copy": "Copier",
|
|
283
|
-
"df.wise.ErrorBoundary.errorAlert": "Une erreur s'est produite.",
|
|
284
|
-
"df.wise.ErrorBoundary.retry": "R\xE9essayer",
|
|
285
|
-
"df.wise.ExternalConfirmation.cancel": "Annuler",
|
|
286
|
-
"df.wise.ExternalConfirmation.description": "Veuillez confirmer que vous souhaitez ouvrir **{origin}** dans un nouvel onglet.",
|
|
287
|
-
"df.wise.ExternalConfirmation.open": "Ouvrir dans un nouvel onglet",
|
|
288
|
-
"df.wise.ExternalConfirmation.title": "Veuillez confirmer",
|
|
289
|
-
"df.wise.Help.ariaLabel": "Cliquez ici pour plus d'informations.",
|
|
290
|
-
"df.wise.MultiSelect.summary": "{first} et {count} de plus",
|
|
291
|
-
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Nous sommes d\xE9sol\xE9s, ce fichier est trop volumineux. Veuillez t\xE9l\xE9charger un fichier plus petit.",
|
|
292
|
-
"df.wise.MultipleFileUploadSchema.maxItemsError": "Veuillez t\xE9l\xE9charger {maxItems} fichiers ou moins.",
|
|
293
|
-
"df.wise.MultipleFileUploadSchema.minItemsError": "Veuillez t\xE9l\xE9charger au moins {minItems} fichier(s).",
|
|
294
|
-
"df.wise.PersistAsyncSchema.genericError": "Une erreur s'est produite, veuillez r\xE9essayer.",
|
|
295
|
-
"df.wise.SearchLayout.loading": "Chargement..."
|
|
296
|
-
};
|
|
157
|
+
// ../renderers/src/ButtonRenderer/AddressValidationButtonRenderer.tsx
|
|
158
|
+
var import_components2 = require("@transferwise/components");
|
|
159
|
+
var import_react_intl2 = require("react-intl");
|
|
297
160
|
|
|
298
|
-
// src/
|
|
299
|
-
var
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
"df.wise.ControlFeedback.maxLength": "K\xE9r\xFCnk, legfeljebb {maxLength} karaktert adj meg.",
|
|
308
|
-
"df.wise.ControlFeedback.maximum": "K\xE9r\xFCnk, add meg ezt vagy egy enn\xE9l kisebb sz\xE1mot: {maximum}.",
|
|
309
|
-
"df.wise.ControlFeedback.maximumDate": "K\xE9r\xFCnk, adj meg egy d\xE1tumot, ami megegyezik {maximum} napj\xE1val, vagy egy enn\xE9l kor\xE1bbit.",
|
|
310
|
-
"df.wise.ControlFeedback.minLength": "K\xE9r\xFCnk, legal\xE1bb {minLength} karaktert adj meg.",
|
|
311
|
-
"df.wise.ControlFeedback.minimum": "K\xE9r\xFCnk add meg ezt vagy egy enn\xE9l nagyobb sz\xE1mot: {minimum}.",
|
|
312
|
-
"df.wise.ControlFeedback.minimumDate": "K\xE9r\xFCnk, adj meg egy d\xE1tumot, ami megegyezik {minimum} napj\xE1val, vagy egy enn\xE9l k\xE9s\u0151bbit.",
|
|
313
|
-
"df.wise.ControlFeedback.pattern": "Helytelen form\xE1tum",
|
|
314
|
-
"df.wise.ControlFeedback.patternDate": "K\xE9r\xFCnk, hogy a d\xE1tumot helyes form\xE1tumban add meg.",
|
|
315
|
-
"df.wise.ControlFeedback.required": "K\xE9r\xFCnk, t\xF6ltsd ki ezt a mez\u0151t.",
|
|
316
|
-
"df.wise.ControlFeedback.type": "Helytelen t\xEDpus",
|
|
317
|
-
"df.wise.CopyFeedback.copy": "V\xE1g\xF3lapra m\xE1solva",
|
|
318
|
-
"df.wise.CopyFeedback.copyFailed": "Nem siker\xFClt a v\xE1g\xF3lapra m\xE1solni",
|
|
319
|
-
"df.wise.Decision.all": "\xD6sszes",
|
|
320
|
-
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
321
|
-
"df.wise.Decision.noResults": "Nincs tal\xE1lat",
|
|
322
|
-
"df.wise.Decision.popular": "N\xE9pszer\u0171",
|
|
323
|
-
"df.wise.Decision.recent": "Legut\xF3bbi",
|
|
324
|
-
"df.wise.Decision.results": "Keres\xE9si eredm\xE9nyek",
|
|
325
|
-
"df.wise.DynamicParagraph.copied": "V\xE1g\xF3lapra m\xE1solva",
|
|
326
|
-
"df.wise.DynamicParagraph.copy": "M\xE1sol\xE1s",
|
|
327
|
-
"df.wise.ErrorBoundary.errorAlert": "Valami hiba t\xF6rt\xE9nt.",
|
|
328
|
-
"df.wise.ErrorBoundary.retry": "\xDAjra",
|
|
329
|
-
"df.wise.ExternalConfirmation.cancel": "M\xE9gsem",
|
|
330
|
-
"df.wise.ExternalConfirmation.description": "K\xE9r\xFCnk, er\u0151s\xEDtsd meg, hogy a(z) **{origin}** alkalmaz\xE1st egy \xFAj b\xF6ng\xE9sz\u0151lapon szeretn\xE9d megnyitni.",
|
|
331
|
-
"df.wise.ExternalConfirmation.open": "Megnyit\xE1s \xFAj lapon",
|
|
332
|
-
"df.wise.ExternalConfirmation.title": "Meger\u0151s\xEDt\xE9s",
|
|
333
|
-
"df.wise.Help.ariaLabel": "Kattints ide tov\xE1bbi inform\xE1ci\xF3\xE9rt.",
|
|
334
|
-
"df.wise.MultiSelect.summary": "{first} \xE9s tov\xE1bbi {count}",
|
|
335
|
-
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Sajnos ez a f\xE1jl t\xFAl nagy. K\xE9r\xFCnk, t\xF6lts fel egy kisebb f\xE1jlt.",
|
|
336
|
-
"df.wise.MultipleFileUploadSchema.maxItemsError": "K\xE9r\xFCnk, hogy legfeljebb {maxItems} f\xE1jlt t\xF6lts fel.",
|
|
337
|
-
"df.wise.MultipleFileUploadSchema.minItemsError": "K\xE9r\xFCnk, hogy legal\xE1bb {minItems} f\xE1jlt t\xF6lts fel.",
|
|
338
|
-
"df.wise.PersistAsyncSchema.genericError": "Valami hiba t\xF6rt\xE9nt. K\xE9r\xFCnk, pr\xF3b\xE1ld \xFAjra.",
|
|
339
|
-
"df.wise.SearchLayout.loading": "Bet\xF6lt\xE9s..."
|
|
340
|
-
};
|
|
161
|
+
// ../renderers/src/messages/loading-button.messages.ts
|
|
162
|
+
var import_react_intl = require("react-intl");
|
|
163
|
+
var loading_button_messages_default = (0, import_react_intl.defineMessages)({
|
|
164
|
+
buttonLoadingMessage: {
|
|
165
|
+
id: "df.wise.ButtonLayout.buttonLoadingMessage",
|
|
166
|
+
defaultMessage: "This might take a few seconds",
|
|
167
|
+
description: "Message displayed below a button when it is in a loading state."
|
|
168
|
+
}
|
|
169
|
+
});
|
|
341
170
|
|
|
342
|
-
// src/
|
|
343
|
-
var
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
"df.wise.ArraySchema.removeItem": "Hapus",
|
|
350
|
-
"df.wise.ButtonLayout.buttonLoadingMessage": "This might take a few seconds",
|
|
351
|
-
"df.wise.ControlFeedback.maxLength": "Harap masukkan {maxLength} karakter atau kurang.",
|
|
352
|
-
"df.wise.ControlFeedback.maximum": "Harap masukkan angka paling besar {maximum} atau kurang dari itu.",
|
|
353
|
-
"df.wise.ControlFeedback.maximumDate": "Harap masukkan tanggal pada atau sebelum {maximum}.",
|
|
354
|
-
"df.wise.ControlFeedback.minLength": "Harap masukkan setidaknya {minLength} karakter.",
|
|
355
|
-
"df.wise.ControlFeedback.minimum": "Harap masukkan angka paling kecil {minimum} atau lebih dari itu.",
|
|
356
|
-
"df.wise.ControlFeedback.minimumDate": "Harap masukkan tanggal pada atau setelah {minimum}.",
|
|
357
|
-
"df.wise.ControlFeedback.pattern": "Mohon masukkan ini dalam format yang benar.",
|
|
358
|
-
"df.wise.ControlFeedback.patternDate": "Harap masukkan tanggal dalam format yang benar.",
|
|
359
|
-
"df.wise.ControlFeedback.required": "Harap isi kolom ini.",
|
|
360
|
-
"df.wise.ControlFeedback.type": "Tipe salah",
|
|
361
|
-
"df.wise.CopyFeedback.copy": "Disalin ke clipboard",
|
|
362
|
-
"df.wise.CopyFeedback.copyFailed": "Gagal menyalin ke clipboard",
|
|
363
|
-
"df.wise.Decision.all": "Semua",
|
|
364
|
-
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
365
|
-
"df.wise.Decision.noResults": "Tidak ada hasil",
|
|
366
|
-
"df.wise.Decision.popular": "Populer",
|
|
367
|
-
"df.wise.Decision.recent": "Terbaru",
|
|
368
|
-
"df.wise.Decision.results": "Hasil pencarian",
|
|
369
|
-
"df.wise.DynamicParagraph.copied": "Disalin ke clipboard",
|
|
370
|
-
"df.wise.DynamicParagraph.copy": "Salin",
|
|
371
|
-
"df.wise.ErrorBoundary.errorAlert": "Terjadi kesalahan.",
|
|
372
|
-
"df.wise.ErrorBoundary.retry": "Coba lagi",
|
|
373
|
-
"df.wise.ExternalConfirmation.cancel": "Batalkan",
|
|
374
|
-
"df.wise.ExternalConfirmation.description": "Harap konfirmasikan bahwa Anda ingin membuka **{origin}** di tab browser baru.",
|
|
375
|
-
"df.wise.ExternalConfirmation.open": "Buka di tab baru",
|
|
376
|
-
"df.wise.ExternalConfirmation.title": "Harap konfirmasi",
|
|
377
|
-
"df.wise.Help.ariaLabel": "Klik di sini untuk info selengkapnya.",
|
|
378
|
-
"df.wise.MultiSelect.summary": "{first} dan {count} lagi",
|
|
379
|
-
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Maaf, file Anda terlalu besar. Silakan unggah file yang lebih kecil.",
|
|
380
|
-
"df.wise.MultipleFileUploadSchema.maxItemsError": "Harap unggah {maxItems} file atau kurang.",
|
|
381
|
-
"df.wise.MultipleFileUploadSchema.minItemsError": "Harap unggah sedikitnya {minItems} file.",
|
|
382
|
-
"df.wise.PersistAsyncSchema.genericError": "Terjadi kesalahan, mohon coba lagi.",
|
|
383
|
-
"df.wise.SearchLayout.loading": "Memuat ..."
|
|
171
|
+
// ../renderers/src/ButtonRenderer/AddressValidationButtonRenderer.tsx
|
|
172
|
+
var import_react = require("react");
|
|
173
|
+
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
174
|
+
var AddressValidationButtonRenderer = {
|
|
175
|
+
canRenderType: "button",
|
|
176
|
+
canRender: ({ control }) => control === "address-validation",
|
|
177
|
+
render: AddressValidationButtonComponent
|
|
384
178
|
};
|
|
179
|
+
function AddressValidationButtonComponent(props) {
|
|
180
|
+
const { disabled, margin, title, stepLoadingState, onClick } = props;
|
|
181
|
+
const { formatMessage } = (0, import_react_intl2.useIntl)();
|
|
182
|
+
const [spinny, setSpinny] = (0, import_react.useState)(false);
|
|
183
|
+
(0, import_react.useEffect)(() => {
|
|
184
|
+
if (stepLoadingState === "idle") {
|
|
185
|
+
setSpinny(false);
|
|
186
|
+
}
|
|
187
|
+
}, [stepLoadingState]);
|
|
188
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("div", { className: `d-flex flex-column ${getMargin(margin)}`, children: [
|
|
189
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
190
|
+
import_components2.Button,
|
|
191
|
+
{
|
|
192
|
+
v2: true,
|
|
193
|
+
block: true,
|
|
194
|
+
disabled,
|
|
195
|
+
priority: "primary",
|
|
196
|
+
size: "md",
|
|
197
|
+
loading: spinny,
|
|
198
|
+
onClick: () => {
|
|
199
|
+
setSpinny(true);
|
|
200
|
+
onClick();
|
|
201
|
+
},
|
|
202
|
+
children: title
|
|
203
|
+
}
|
|
204
|
+
),
|
|
205
|
+
spinny && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_components2.InlineAlert, { type: "warning", className: "m-x-auto", children: formatMessage(loading_button_messages_default.buttonLoadingMessage) })
|
|
206
|
+
] });
|
|
207
|
+
}
|
|
208
|
+
var AddressValidationButtonRenderer_default = AddressValidationButtonRenderer;
|
|
385
209
|
|
|
386
|
-
// src/
|
|
387
|
-
var
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
"df.wise.ArraySchema.removeItem": "Rimuovi",
|
|
394
|
-
"df.wise.ButtonLayout.buttonLoadingMessage": "Potrebbero volerci un paio di secondi",
|
|
395
|
-
"df.wise.ControlFeedback.maxLength": "Inserisci un massimo di {maxLength} caratteri.",
|
|
396
|
-
"df.wise.ControlFeedback.maximum": "Inserisci un numero uguale o inferiore a {maximum}.",
|
|
397
|
-
"df.wise.ControlFeedback.maximumDate": "Inserisci una data corrispondente o precedente al {maximum}.",
|
|
398
|
-
"df.wise.ControlFeedback.minLength": "Inserisci almeno {minLength} caratteri.",
|
|
399
|
-
"df.wise.ControlFeedback.minimum": "Inserisci un numero uguale o superiore a {minimum}.",
|
|
400
|
-
"df.wise.ControlFeedback.minimumDate": "Inserisci una data corrispondente o successiva al {minimum}.",
|
|
401
|
-
"df.wise.ControlFeedback.pattern": "Inseriscilo in un formato corretto.",
|
|
402
|
-
"df.wise.ControlFeedback.patternDate": "Inserisci la data in un formato corretto.",
|
|
403
|
-
"df.wise.ControlFeedback.required": "Compila questo campo.",
|
|
404
|
-
"df.wise.ControlFeedback.type": "Tipo errato",
|
|
405
|
-
"df.wise.CopyFeedback.copy": "Copiato negli appunti",
|
|
406
|
-
"df.wise.CopyFeedback.copyFailed": "Impossibile copiare negli appunti",
|
|
407
|
-
"df.wise.Decision.all": "Tutte",
|
|
408
|
-
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
409
|
-
"df.wise.Decision.noResults": "Nessun risultato",
|
|
410
|
-
"df.wise.Decision.popular": "Popolari",
|
|
411
|
-
"df.wise.Decision.recent": "Recenti",
|
|
412
|
-
"df.wise.Decision.results": "Risultati della ricerca",
|
|
413
|
-
"df.wise.DynamicParagraph.copied": "Copiato negli appunti",
|
|
414
|
-
"df.wise.DynamicParagraph.copy": "Copia",
|
|
415
|
-
"df.wise.ErrorBoundary.errorAlert": "Qualcosa non ha funzionato.",
|
|
416
|
-
"df.wise.ErrorBoundary.retry": "Riprova",
|
|
417
|
-
"df.wise.ExternalConfirmation.cancel": "Annulla",
|
|
418
|
-
"df.wise.ExternalConfirmation.description": "Conferma di voler aprire **{origin}** in una nuova scheda del browser.",
|
|
419
|
-
"df.wise.ExternalConfirmation.open": "Apri in una nuova scheda",
|
|
420
|
-
"df.wise.ExternalConfirmation.title": "Conferma",
|
|
421
|
-
"df.wise.Help.ariaLabel": "Clicca qui per maggiori informazioni.",
|
|
422
|
-
"df.wise.MultiSelect.summary": "{first} e altri {count}",
|
|
423
|
-
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Spiacenti, il file \xE8 troppo grande. Carica un file di dimensioni inferiori.",
|
|
424
|
-
"df.wise.MultipleFileUploadSchema.maxItemsError": "Carica al massimo {maxItems} file.",
|
|
425
|
-
"df.wise.MultipleFileUploadSchema.minItemsError": "Carica almeno {minItems} file.",
|
|
426
|
-
"df.wise.PersistAsyncSchema.genericError": "Qualcosa \xE8 andato storto. Riprova.",
|
|
427
|
-
"df.wise.SearchLayout.loading": "Caricamento..."
|
|
210
|
+
// ../renderers/src/ButtonRenderer/ButtonRenderer.tsx
|
|
211
|
+
var import_components3 = require("@transferwise/components");
|
|
212
|
+
var import_react2 = require("react");
|
|
213
|
+
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
214
|
+
var ButtonRenderer = {
|
|
215
|
+
canRenderType: "button",
|
|
216
|
+
render: ButtonComponent
|
|
428
217
|
};
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
"
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
"df.wise.Help.ariaLabel": "\u8A73\u7D30\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
466
|
-
"df.wise.MultiSelect.summary": "{first}\u3068\u305D\u306E\u4ED6{count}",
|
|
467
|
-
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "\u5927\u5909\u7533\u3057\u8A33\u3054\u3056\u3044\u307E\u305B\u3093\u304C\u3001\u30D5\u30A1\u30A4\u30EB\u304C\u5927\u304D\u3059\u304E\u307E\u3059\u3002\u3053\u308C\u3088\u308A\u5C0F\u3055\u3044\u30D5\u30A1\u30A4\u30EB\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
468
|
-
"df.wise.MultipleFileUploadSchema.maxItemsError": "{maxItems}\u500B\u4EE5\u4E0B\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
469
|
-
"df.wise.MultipleFileUploadSchema.minItemsError": "{minItems}\u500B\u4EE5\u4E0A\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
470
|
-
"df.wise.PersistAsyncSchema.genericError": "\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002",
|
|
471
|
-
"df.wise.SearchLayout.loading": "\u8AAD\u307F\u8FBC\u307F\u4E2D\u2026"
|
|
218
|
+
function ButtonComponent(props) {
|
|
219
|
+
const { control, context, disabled, margin, title, size, stepLoadingState, onClick } = props;
|
|
220
|
+
const [spinny, setSpinny] = (0, import_react2.useState)(false);
|
|
221
|
+
(0, import_react2.useEffect)(() => {
|
|
222
|
+
if (stepLoadingState === "idle") {
|
|
223
|
+
setSpinny(false);
|
|
224
|
+
}
|
|
225
|
+
}, [stepLoadingState]);
|
|
226
|
+
const priority = mapControl(control);
|
|
227
|
+
const type = priority === "tertiary" ? void 0 : mapContext(context);
|
|
228
|
+
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
229
|
+
import_components3.Button,
|
|
230
|
+
{
|
|
231
|
+
block: true,
|
|
232
|
+
className: getMargin(margin),
|
|
233
|
+
disabled,
|
|
234
|
+
priority,
|
|
235
|
+
size: mapSize(size),
|
|
236
|
+
loading: spinny && stepLoadingState !== "idle",
|
|
237
|
+
type,
|
|
238
|
+
onClick: () => {
|
|
239
|
+
setSpinny(true);
|
|
240
|
+
onClick();
|
|
241
|
+
},
|
|
242
|
+
children: title
|
|
243
|
+
}
|
|
244
|
+
);
|
|
245
|
+
}
|
|
246
|
+
var mapContext = (context) => {
|
|
247
|
+
switch (context) {
|
|
248
|
+
case "neutral":
|
|
249
|
+
case "warning":
|
|
250
|
+
return "accent";
|
|
251
|
+
default:
|
|
252
|
+
return context;
|
|
253
|
+
}
|
|
472
254
|
};
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
"df.wise.ArraySchema.removeItem": "Verwijderen",
|
|
482
|
-
"df.wise.ButtonLayout.buttonLoadingMessage": "This might take a few seconds",
|
|
483
|
-
"df.wise.ControlFeedback.maxLength": "Voer {maxLength} of minder tekens in.",
|
|
484
|
-
"df.wise.ControlFeedback.maximum": "Voer een getal in dat {maximum} of lager is.",
|
|
485
|
-
"df.wise.ControlFeedback.maximumDate": "Voer een datum in die op of voor {maximum} is.",
|
|
486
|
-
"df.wise.ControlFeedback.minLength": "Voer minimaal {minLength} tekens in.",
|
|
487
|
-
"df.wise.ControlFeedback.minimum": "Voer een getal in dat {minimum} of hoger is.",
|
|
488
|
-
"df.wise.ControlFeedback.minimumDate": "Voer een datum in die op of na {minimum} is.",
|
|
489
|
-
"df.wise.ControlFeedback.pattern": "Voer dit in de juiste indeling in.",
|
|
490
|
-
"df.wise.ControlFeedback.patternDate": "Voer een datum in de juiste indeling in.",
|
|
491
|
-
"df.wise.ControlFeedback.required": "Vul dit veld in.",
|
|
492
|
-
"df.wise.ControlFeedback.type": "Onjuist type",
|
|
493
|
-
"df.wise.CopyFeedback.copy": "Naar klembord gekopieerd",
|
|
494
|
-
"df.wise.CopyFeedback.copyFailed": "Naar klembord kopi\xEBren mislukt",
|
|
495
|
-
"df.wise.Decision.all": "Alles",
|
|
496
|
-
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
497
|
-
"df.wise.Decision.noResults": "Niks gevonden",
|
|
498
|
-
"df.wise.Decision.popular": "Populair",
|
|
499
|
-
"df.wise.Decision.recent": "Recent",
|
|
500
|
-
"df.wise.Decision.results": "Zoekresultaten",
|
|
501
|
-
"df.wise.DynamicParagraph.copied": "Naar klembord gekopieerd",
|
|
502
|
-
"df.wise.DynamicParagraph.copy": "Kopi\xEBren",
|
|
503
|
-
"df.wise.ErrorBoundary.errorAlert": "Er is iets misgegaan.",
|
|
504
|
-
"df.wise.ErrorBoundary.retry": "Opnieuw proberen",
|
|
505
|
-
"df.wise.ExternalConfirmation.cancel": "Annuleren",
|
|
506
|
-
"df.wise.ExternalConfirmation.description": "Bevestig dat je **{origin}** in een nieuw browsertabblad wilt openen.",
|
|
507
|
-
"df.wise.ExternalConfirmation.open": "In nieuw tabblad openen",
|
|
508
|
-
"df.wise.ExternalConfirmation.title": "Bevestigen",
|
|
509
|
-
"df.wise.Help.ariaLabel": "Klik hier voor meer informatie.",
|
|
510
|
-
"df.wise.MultiSelect.summary": "{first} en nog {count}",
|
|
511
|
-
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Het bestand is te groot. Upload een kleiner bestand.",
|
|
512
|
-
"df.wise.MultipleFileUploadSchema.maxItemsError": "Upload {maxItems} of minder bestanden.",
|
|
513
|
-
"df.wise.MultipleFileUploadSchema.minItemsError": "Upload minimaal {minItems} bestand(en).",
|
|
514
|
-
"df.wise.PersistAsyncSchema.genericError": "Er is iets misgegaan, probeer het opnieuw.",
|
|
515
|
-
"df.wise.SearchLayout.loading": "Laden..."
|
|
255
|
+
var mapControl = (control) => {
|
|
256
|
+
switch (control) {
|
|
257
|
+
case "primary":
|
|
258
|
+
case "tertiary":
|
|
259
|
+
return control;
|
|
260
|
+
default:
|
|
261
|
+
return "secondary";
|
|
262
|
+
}
|
|
516
263
|
};
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
"df.wise.ControlFeedback.minimumDate": "Wprowad\u017A dat\u0119 nie wcze\u015Bniejsz\u0105 ni\u017C {minimum}.",
|
|
533
|
-
"df.wise.ControlFeedback.pattern": "Wprowad\u017A t\u0119 warto\u015B\u0107 w prawid\u0142owym formacie.",
|
|
534
|
-
"df.wise.ControlFeedback.patternDate": "Wprowad\u017A dat\u0119 w prawid\u0142owym formacie.",
|
|
535
|
-
"df.wise.ControlFeedback.required": "Prosz\u0119 wype\u0142ni\u0107 to pole.",
|
|
536
|
-
"df.wise.ControlFeedback.type": "Nieprawid\u0142owy typ",
|
|
537
|
-
"df.wise.CopyFeedback.copy": "Skopiowano do schowka",
|
|
538
|
-
"df.wise.CopyFeedback.copyFailed": "Nie uda\u0142o si\u0119 skopiowa\u0107 do schowka",
|
|
539
|
-
"df.wise.Decision.all": "Wszystkie",
|
|
540
|
-
"df.wise.Decision.filterPlaceholder": "Zacznij pisa\u0107, \u017Ceby wyszuka\u0107",
|
|
541
|
-
"df.wise.Decision.noResults": "Brak wynik\xF3w",
|
|
542
|
-
"df.wise.Decision.popular": "Popularne",
|
|
543
|
-
"df.wise.Decision.recent": "Ostatnie",
|
|
544
|
-
"df.wise.Decision.results": "Wyniki wyszukiwania",
|
|
545
|
-
"df.wise.DynamicParagraph.copied": "Skopiowano do schowka",
|
|
546
|
-
"df.wise.DynamicParagraph.copy": "Kopiuj",
|
|
547
|
-
"df.wise.ErrorBoundary.errorAlert": "Co\u015B posz\u0142o nie tak.",
|
|
548
|
-
"df.wise.ErrorBoundary.retry": "Spr\xF3buj ponownie",
|
|
549
|
-
"df.wise.ExternalConfirmation.cancel": "Anuluj",
|
|
550
|
-
"df.wise.ExternalConfirmation.description": "Prosimy potwierdzi\u0107, \u017Ce chcesz otworzy\u0107 **{origin}** w nowej zak\u0142adce przegl\u0105darki.",
|
|
551
|
-
"df.wise.ExternalConfirmation.open": "Otw\xF3rz w nowej zak\u0142adce",
|
|
552
|
-
"df.wise.ExternalConfirmation.title": "Potwierd\u017A",
|
|
553
|
-
"df.wise.Help.ariaLabel": "Kliknij tutaj, \u017Ceby uzyska\u0107 wi\u0119cej informacji.",
|
|
554
|
-
"df.wise.MultiSelect.summary": "{first} oraz {count} wi\u0119cej",
|
|
555
|
-
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Przepraszamy, ten plik jest zbyt du\u017Cy. Prze\u015Blij mniejszy plik.",
|
|
556
|
-
"df.wise.MultipleFileUploadSchema.maxItemsError": "Prze\u015Blij do {maxItems} plik\xF3w.",
|
|
557
|
-
"df.wise.MultipleFileUploadSchema.minItemsError": "Prze\u015Blij co najmniej nast\u0119puj\u0105c\u0105 liczb\u0119 plik\xF3w: {minItems}.",
|
|
558
|
-
"df.wise.PersistAsyncSchema.genericError": "Wyst\u0105pi\u0142 b\u0142\u0105d, prosimy spr\xF3bowa\u0107 ponownie.",
|
|
559
|
-
"df.wise.SearchLayout.loading": "\u0141adowanie..."
|
|
264
|
+
var mapSize = (size) => {
|
|
265
|
+
if (!size) {
|
|
266
|
+
return void 0;
|
|
267
|
+
}
|
|
268
|
+
switch (size) {
|
|
269
|
+
case "xs":
|
|
270
|
+
case "sm":
|
|
271
|
+
return "sm";
|
|
272
|
+
case "lg":
|
|
273
|
+
case "xl":
|
|
274
|
+
return "lg";
|
|
275
|
+
case "md":
|
|
276
|
+
default:
|
|
277
|
+
return "md";
|
|
278
|
+
}
|
|
560
279
|
};
|
|
280
|
+
var ButtonRenderer_default = ButtonRenderer;
|
|
561
281
|
|
|
562
|
-
// src/
|
|
563
|
-
var
|
|
564
|
-
"df.wise.ArraySchema.addItem": "Salvar",
|
|
565
|
-
"df.wise.ArraySchema.addItemTitle": "Adicionar item",
|
|
566
|
-
"df.wise.ArraySchema.editItem": "Salvar",
|
|
567
|
-
"df.wise.ArraySchema.maxItemsError": "Adicione {maxItems} ou menos.",
|
|
568
|
-
"df.wise.ArraySchema.minItemsError": "Adicione pelo menos {minItems}.",
|
|
569
|
-
"df.wise.ArraySchema.removeItem": "Remover",
|
|
570
|
-
"df.wise.ButtonLayout.buttonLoadingMessage": "Isso pode levar alguns segundos",
|
|
571
|
-
"df.wise.ControlFeedback.maxLength": "Por favor, insira {maxLength} caracteres ou menos.",
|
|
572
|
-
"df.wise.ControlFeedback.maximum": "Por favor, insira um n\xFAmero que seja {maximum} ou menos.",
|
|
573
|
-
"df.wise.ControlFeedback.maximumDate": "Por favor, insira uma data que seja em ou antes de {maximum}.",
|
|
574
|
-
"df.wise.ControlFeedback.minLength": "Por favor, insira pelo menos {minLength} caracteres.",
|
|
575
|
-
"df.wise.ControlFeedback.minimum": "Por favor, insira um n\xFAmero que seja {minimum} ou mais.",
|
|
576
|
-
"df.wise.ControlFeedback.minimumDate": "Por favor, insira uma data que seja em ou ap\xF3s {minimum}.",
|
|
577
|
-
"df.wise.ControlFeedback.pattern": "Por favor, insira essa informa\xE7\xE3o no formato correto.",
|
|
578
|
-
"df.wise.ControlFeedback.patternDate": "Por favor, insira a data no formato correto.",
|
|
579
|
-
"df.wise.ControlFeedback.required": "Por favor, preencha o campo.",
|
|
580
|
-
"df.wise.ControlFeedback.type": "Tipo incorreto",
|
|
581
|
-
"df.wise.CopyFeedback.copy": "Copiado",
|
|
582
|
-
"df.wise.CopyFeedback.copyFailed": "Falha ao copiar para \xE1rea de transfer\xEAncia",
|
|
583
|
-
"df.wise.Decision.all": "Todos",
|
|
584
|
-
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
585
|
-
"df.wise.Decision.noResults": "Nenhum resultado",
|
|
586
|
-
"df.wise.Decision.popular": "Populares",
|
|
587
|
-
"df.wise.Decision.recent": "Recente",
|
|
588
|
-
"df.wise.Decision.results": "Resultados da busca",
|
|
589
|
-
"df.wise.DynamicParagraph.copied": "Copiado",
|
|
590
|
-
"df.wise.DynamicParagraph.copy": "Copiar",
|
|
591
|
-
"df.wise.ErrorBoundary.errorAlert": "Algo deu errado.",
|
|
592
|
-
"df.wise.ErrorBoundary.retry": "Tentar novamente",
|
|
593
|
-
"df.wise.ExternalConfirmation.cancel": "Cancelar",
|
|
594
|
-
"df.wise.ExternalConfirmation.description": "Por favor, confirme que deseja abrir * *{origin}* * em uma nova aba do navegador.",
|
|
595
|
-
"df.wise.ExternalConfirmation.open": "Abrir em uma nova aba",
|
|
596
|
-
"df.wise.ExternalConfirmation.title": "Por favor, confirme",
|
|
597
|
-
"df.wise.Help.ariaLabel": "Clique aqui para mais informa\xE7\xF5es.",
|
|
598
|
-
"df.wise.MultiSelect.summary": "{first} e mais {count} ",
|
|
599
|
-
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Este arquivo \xE9 muito grande. Por favor, envie um arquivo menor.",
|
|
600
|
-
"df.wise.MultipleFileUploadSchema.maxItemsError": "Por favor, envie {maxItems} ou menos arquivos.",
|
|
601
|
-
"df.wise.MultipleFileUploadSchema.minItemsError": "Por favor, envie pelo menos {minItems} arquivo(s).",
|
|
602
|
-
"df.wise.PersistAsyncSchema.genericError": "Ocorreu um erro. Por favor, tente novamente.",
|
|
603
|
-
"df.wise.SearchLayout.loading": "Carregando..."
|
|
604
|
-
};
|
|
282
|
+
// ../renderers/src/components/FieldInput.tsx
|
|
283
|
+
var import_components5 = require("@transferwise/components");
|
|
605
284
|
|
|
606
|
-
// src/
|
|
607
|
-
var
|
|
608
|
-
|
|
609
|
-
"df.wise.ArraySchema.addItemTitle": "Adaug\u0103 produs",
|
|
610
|
-
"df.wise.ArraySchema.editItem": "Salvare",
|
|
611
|
-
"df.wise.ArraySchema.maxItemsError": "Te rug\u0103m s\u0103 adaugi {maxItems} sau mai pu\u021Bine.",
|
|
612
|
-
"df.wise.ArraySchema.minItemsError": "Te rug\u0103m s\u0103 adaugi cel pu\u021Bin {minItems}.",
|
|
613
|
-
"df.wise.ArraySchema.removeItem": "Elimin\u0103",
|
|
614
|
-
"df.wise.ButtonLayout.buttonLoadingMessage": "Acest lucru ar putea dura c\xE2teva secunde",
|
|
615
|
-
"df.wise.ControlFeedback.maxLength": "Te rug\u0103m s\u0103 introduci {maxLength} sau mai pu\u021Bine caractere.",
|
|
616
|
-
"df.wise.ControlFeedback.maximum": "Te rug\u0103m s\u0103 introduci un num\u0103r egal cu {maximum} sau mai mic.",
|
|
617
|
-
"df.wise.ControlFeedback.maximumDate": "Te rug\u0103m s\u0103 introduci o dat\u0103 de \xEEnainte de sau egal\u0103 cu {maximum}.",
|
|
618
|
-
"df.wise.ControlFeedback.minLength": "Te rug\u0103m s\u0103 introduci cel pu\u021Bin {minLength} caractere.",
|
|
619
|
-
"df.wise.ControlFeedback.minimum": "Te rug\u0103m s\u0103 introduci un num\u0103r egal cu {minimum} sau mai mare.",
|
|
620
|
-
"df.wise.ControlFeedback.minimumDate": "Te rug\u0103m s\u0103 introduci o dat\u0103 de dup\u0103 sau egal\u0103 cu {minimum}.",
|
|
621
|
-
"df.wise.ControlFeedback.pattern": "Te rug\u0103m s\u0103 introduci acest lucru \xEEn formatul corect.",
|
|
622
|
-
"df.wise.ControlFeedback.patternDate": "Te rug\u0103m s\u0103 introduci o dat\u0103 \xEEn formatul corect.",
|
|
623
|
-
"df.wise.ControlFeedback.required": "Te rug\u0103m s\u0103 completezi acest spa\u021Biu.",
|
|
624
|
-
"df.wise.ControlFeedback.type": "Tip incorect",
|
|
625
|
-
"df.wise.CopyFeedback.copy": "Copiat \xEEn clipboard",
|
|
626
|
-
"df.wise.CopyFeedback.copyFailed": "Copierea \xEEn clipboard a e\u0219uat",
|
|
627
|
-
"df.wise.Decision.all": "Toate",
|
|
628
|
-
"df.wise.Decision.filterPlaceholder": "\xCEncepe s\u0103 tastezi pentru a c\u0103uta",
|
|
629
|
-
"df.wise.Decision.noResults": "Niciun rezultat",
|
|
630
|
-
"df.wise.Decision.popular": "Populare",
|
|
631
|
-
"df.wise.Decision.recent": "Recente",
|
|
632
|
-
"df.wise.Decision.results": "Rezultatele c\u0103ut\u0103rii",
|
|
633
|
-
"df.wise.DynamicParagraph.copied": "Copiat \xEEn clipboard",
|
|
634
|
-
"df.wise.DynamicParagraph.copy": "Copiaz\u0103",
|
|
635
|
-
"df.wise.ErrorBoundary.errorAlert": "Ceva nu a mers bine.",
|
|
636
|
-
"df.wise.ErrorBoundary.retry": "\xCEncearc\u0103 din nou",
|
|
637
|
-
"df.wise.ExternalConfirmation.cancel": "Anuleaz\u0103",
|
|
638
|
-
"df.wise.ExternalConfirmation.description": "Te rug\u0103m s\u0103 confirmi c\u0103 vrei s\u0103 deschizi **{origin}** \xEEntr-o nou\u0103 fil\u0103 a browserului.",
|
|
639
|
-
"df.wise.ExternalConfirmation.open": "Deschide \xEEntr-o fil\u0103 nou\u0103",
|
|
640
|
-
"df.wise.ExternalConfirmation.title": "Te rug\u0103m s\u0103 confirmi",
|
|
641
|
-
"df.wise.Help.ariaLabel": "D\u0103 click aici pentru mai multe informa\u021Bii.",
|
|
642
|
-
"df.wise.MultiSelect.summary": "{first} \u0219i \xEEnc\u0103 {count}",
|
|
643
|
-
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Ne pare r\u0103u, acel fi\u0219ier este prea mare. Te rug\u0103m s\u0103 \xEEncarci un fi\u0219ier mai mic.",
|
|
644
|
-
"df.wise.MultipleFileUploadSchema.maxItemsError": "Te rug\u0103m s\u0103 \xEEncarci {maxItems} fi\u0219iere sau mai pu\u021Bine.",
|
|
645
|
-
"df.wise.MultipleFileUploadSchema.minItemsError": "Te rug\u0103m s\u0103 \xEEncarci cel pu\u021Bin {minItems} fi\u0219ier(e).",
|
|
646
|
-
"df.wise.PersistAsyncSchema.genericError": "Ceva nu a mers bine, te rug\u0103m s\u0103 \xEEncerci din nou.",
|
|
647
|
-
"df.wise.SearchLayout.loading": "Se \xEEncarc\u0103..."
|
|
648
|
-
};
|
|
285
|
+
// ../renderers/src/components/Help.tsx
|
|
286
|
+
var import_components4 = require("@transferwise/components");
|
|
287
|
+
var import_react_intl4 = require("react-intl");
|
|
649
288
|
|
|
650
|
-
// src/
|
|
651
|
-
var
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
"df.wise.ControlFeedback.maxLength": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {maxLength} \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0438\u043B\u0438 \u043C\u0435\u043D\u044C\u0448\u0435.",
|
|
660
|
-
"df.wise.ControlFeedback.maximum": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E, \u0440\u0430\u0432\u043D\u043E\u0435 {maximum} \u0438\u043B\u0438 \u043C\u0435\u043D\u044C\u0448\u0435.",
|
|
661
|
-
"df.wise.ControlFeedback.maximumDate": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0430\u0442\u0443, \u0440\u0430\u0432\u043D\u0443\u044E {maximum} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u0440\u0430\u043D\u043D\u044E\u044E.",
|
|
662
|
-
"df.wise.ControlFeedback.minLength": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E \u043A\u0440\u0430\u0439\u043D\u0435\u0439 \u043C\u0435\u0440\u0435 {minLength} \u0441\u0438\u043C\u0432\u043E\u043B\u0430(-\u043E\u0432).",
|
|
663
|
-
"df.wise.ControlFeedback.minimum": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E, \u0440\u0430\u0432\u043D\u043E\u0435 {minimum} \u0438\u043B\u0438 \u0431\u043E\u043B\u044C\u0448\u0435.",
|
|
664
|
-
"df.wise.ControlFeedback.minimumDate": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0430\u0442\u0443, \u0440\u0430\u0432\u043D\u0443\u044E {minimum} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0437\u0434\u043D\u044E\u044E.",
|
|
665
|
-
"df.wise.ControlFeedback.pattern": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u044D\u0442\u043E \u0432 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u043C \u0444\u043E\u0440\u043C\u0430\u0442\u0435.",
|
|
666
|
-
"df.wise.ControlFeedback.patternDate": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0430\u0442\u0443 \u0432 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u043C \u0444\u043E\u0440\u043C\u0430\u0442\u0435.",
|
|
667
|
-
"df.wise.ControlFeedback.required": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u043E\u0435 \u043F\u043E\u043B\u0435.",
|
|
668
|
-
"df.wise.ControlFeedback.type": "\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0442\u0438\u043F",
|
|
669
|
-
"df.wise.CopyFeedback.copy": "\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u043E \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0435\u043D\u0430",
|
|
670
|
-
"df.wise.CopyFeedback.copyFailed": "\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0441\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0435\u043D\u0430",
|
|
671
|
-
"df.wise.Decision.all": "\u0412\u0441\u0435",
|
|
672
|
-
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
673
|
-
"df.wise.Decision.noResults": "\u041D\u0435\u0442 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u043E\u0432",
|
|
674
|
-
"df.wise.Decision.popular": "\u041F\u043E\u043F\u0443\u043B\u044F\u0440\u043D\u044B\u0435",
|
|
675
|
-
"df.wise.Decision.recent": "\u041D\u0435\u0434\u0430\u0432\u043D\u0438\u0435",
|
|
676
|
-
"df.wise.Decision.results": "\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430",
|
|
677
|
-
"df.wise.DynamicParagraph.copied": "\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u043E \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0435\u043D\u0430",
|
|
678
|
-
"df.wise.DynamicParagraph.copy": "\u041A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C",
|
|
679
|
-
"df.wise.ErrorBoundary.errorAlert": "\u0427\u0442\u043E-\u0442\u043E \u043F\u043E\u0448\u043B\u043E \u043D\u0435 \u0442\u0430\u043A.",
|
|
680
|
-
"df.wise.ErrorBoundary.retry": "\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",
|
|
681
|
-
"df.wise.ExternalConfirmation.cancel": "\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C",
|
|
682
|
-
"df.wise.ExternalConfirmation.description": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435, \u0447\u0442\u043E \u0432\u044B \u0445\u043E\u0442\u0438\u0442\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u044C **{origin}** \u0432 \u043D\u043E\u0432\u043E\u0439 \u0432\u043A\u043B\u0430\u0434\u043A\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430.",
|
|
683
|
-
"df.wise.ExternalConfirmation.open": "\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0432 \u043D\u043E\u0432\u043E\u0439 \u0432\u043A\u043B\u0430\u0434\u043A\u0435",
|
|
684
|
-
"df.wise.ExternalConfirmation.title": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435",
|
|
685
|
-
"df.wise.Help.ariaLabel": "\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438.",
|
|
686
|
-
"df.wise.MultiSelect.summary": "{first} \u0438 \u0435\u0449\u0435 {count} \u0434\u0440\u0443\u0433\u0438\u0445",
|
|
687
|
-
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "\u0418\u0437\u0432\u0438\u043D\u0438\u0442\u0435, \u0444\u0430\u0439\u043B \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0431\u043E\u043B\u044C\u0448\u043E\u0439. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0444\u0430\u0439\u043B \u043C\u0435\u043D\u044C\u0448\u0435\u0433\u043E \u0440\u0430\u0437\u043C\u0435\u0440\u0430.",
|
|
688
|
-
"df.wise.MultipleFileUploadSchema.maxItemsError": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u043D\u0435 \u0431\u043E\u043B\u0435\u0435 {maxItems} \u0444\u0430\u0439\u043B\u043E\u0432.",
|
|
689
|
-
"df.wise.MultipleFileUploadSchema.minItemsError": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u043F\u043E \u043A\u0440\u0430\u0439\u043D\u0435\u0439 \u043C\u0435\u0440\u0435 {minItems} \u0444\u0430\u0439\u043B(-\u0430/\u043E\u0432).",
|
|
690
|
-
"df.wise.PersistAsyncSchema.genericError": "\u0427\u0442\u043E-\u0442\u043E \u043F\u043E\u0448\u043B\u043E \u043D\u0435 \u0442\u0430\u043A, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437.",
|
|
691
|
-
"df.wise.SearchLayout.loading": "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430..."
|
|
692
|
-
};
|
|
289
|
+
// ../renderers/src/messages/help.messages.ts
|
|
290
|
+
var import_react_intl3 = require("react-intl");
|
|
291
|
+
var help_messages_default = (0, import_react_intl3.defineMessages)({
|
|
292
|
+
helpAria: {
|
|
293
|
+
id: "df.wise.Help.ariaLabel",
|
|
294
|
+
defaultMessage: "Click here for more info.",
|
|
295
|
+
description: "Aria label for help."
|
|
296
|
+
}
|
|
297
|
+
});
|
|
693
298
|
|
|
694
|
-
// src/
|
|
695
|
-
var
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
"df.wise.ControlFeedback.required": "\u0E42\u0E1B\u0E23\u0E14\u0E43\u0E2A\u0E48\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E43\u0E19\u0E0A\u0E48\u0E2D\u0E07\u0E19\u0E35\u0E49",
|
|
712
|
-
"df.wise.ControlFeedback.type": "\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07",
|
|
713
|
-
"df.wise.CopyFeedback.copy": "\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E04\u0E25\u0E34\u0E1B\u0E1A\u0E2D\u0E23\u0E4C\u0E14",
|
|
714
|
-
"df.wise.CopyFeedback.copyFailed": "\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E04\u0E25\u0E34\u0E1B\u0E1A\u0E2D\u0E23\u0E4C\u0E14\u0E44\u0E21\u0E48\u0E2A\u0E33\u0E40\u0E23\u0E47\u0E08",
|
|
715
|
-
"df.wise.Decision.all": "\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14",
|
|
716
|
-
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
717
|
-
"df.wise.Decision.noResults": "\u0E44\u0E21\u0E48\u0E21\u0E35\u0E1C\u0E25\u0E25\u0E31\u0E1E\u0E18\u0E4C",
|
|
718
|
-
"df.wise.Decision.popular": "\u0E2A\u0E01\u0E38\u0E25\u0E22\u0E2D\u0E14\u0E19\u0E34\u0E22\u0E21",
|
|
719
|
-
"df.wise.Decision.recent": "\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14",
|
|
720
|
-
"df.wise.Decision.results": "\u0E1C\u0E25\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32",
|
|
721
|
-
"df.wise.DynamicParagraph.copied": "\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E04\u0E25\u0E34\u0E1B\u0E1A\u0E2D\u0E23\u0E4C\u0E14",
|
|
722
|
-
"df.wise.DynamicParagraph.copy": "\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01",
|
|
723
|
-
"df.wise.ErrorBoundary.errorAlert": "\u0E40\u0E01\u0E34\u0E14\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14\u0E1A\u0E32\u0E07\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E02\u0E36\u0E49\u0E19",
|
|
724
|
-
"df.wise.ErrorBoundary.retry": "\u0E25\u0E2D\u0E07\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07",
|
|
725
|
-
"df.wise.ExternalConfirmation.cancel": "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01",
|
|
726
|
-
"df.wise.ExternalConfirmation.description": "\u0E42\u0E1B\u0E23\u0E14\u0E22\u0E37\u0E19\u0E22\u0E31\u0E19\u0E27\u0E48\u0E32\u0E04\u0E38\u0E13\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E34\u0E14 **{origin}** \u0E40\u0E1B\u0E47\u0E19\u0E41\u0E17\u0E47\u0E1A\u0E43\u0E2B\u0E21\u0E48\u0E43\u0E19\u0E40\u0E1A\u0E23\u0E32\u0E27\u0E4C\u0E40\u0E0B\u0E2D\u0E23\u0E4C",
|
|
727
|
-
"df.wise.ExternalConfirmation.open": "\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E19\u0E41\u0E17\u0E47\u0E1A\u0E43\u0E2B\u0E21\u0E48",
|
|
728
|
-
"df.wise.ExternalConfirmation.title": "\u0E42\u0E1B\u0E23\u0E14\u0E22\u0E37\u0E19\u0E22\u0E31\u0E19",
|
|
729
|
-
"df.wise.Help.ariaLabel": "\u0E04\u0E25\u0E34\u0E01\u0E17\u0E35\u0E48\u0E19\u0E35\u0E48\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E14\u0E39\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21",
|
|
730
|
-
"df.wise.MultiSelect.summary": "{first} \u0E41\u0E25\u0E30\u0E2D\u0E35\u0E01 {count}",
|
|
731
|
-
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "\u0E02\u0E2D\u0E2D\u0E20\u0E31\u0E22 \u0E44\u0E1F\u0E25\u0E4C\u0E19\u0E31\u0E49\u0E19\u0E43\u0E2B\u0E0D\u0E48\u0E40\u0E01\u0E34\u0E19\u0E44\u0E1B \u0E42\u0E1B\u0E23\u0E14\u0E2D\u0E31\u0E1B\u0E42\u0E2B\u0E25\u0E14\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E21\u0E35\u0E02\u0E19\u0E32\u0E14\u0E40\u0E25\u0E47\u0E01\u0E25\u0E07",
|
|
732
|
-
"df.wise.MultipleFileUploadSchema.maxItemsError": "\u0E42\u0E1B\u0E23\u0E14\u0E2D\u0E31\u0E1B\u0E42\u0E2B\u0E25\u0E14 {maxItems} \u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E23\u0E37\u0E2D\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32",
|
|
733
|
-
"df.wise.MultipleFileUploadSchema.minItemsError": "\u0E42\u0E1B\u0E23\u0E14\u0E2D\u0E31\u0E1B\u0E42\u0E2B\u0E25\u0E14\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E19\u0E49\u0E2D\u0E22 {minItems} \u0E44\u0E1F\u0E25\u0E4C",
|
|
734
|
-
"df.wise.PersistAsyncSchema.genericError": "\u0E40\u0E01\u0E34\u0E14\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14\u0E1A\u0E32\u0E07\u0E2D\u0E22\u0E48\u0E32\u0E07 \u0E42\u0E1B\u0E23\u0E14\u0E25\u0E2D\u0E07\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07",
|
|
735
|
-
"df.wise.SearchLayout.loading": "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14..."
|
|
736
|
-
};
|
|
299
|
+
// ../renderers/src/components/Help.tsx
|
|
300
|
+
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
301
|
+
function Help({ help, onClick }) {
|
|
302
|
+
const intl = (0, import_react_intl4.useIntl)();
|
|
303
|
+
return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
304
|
+
import_components4.Info,
|
|
305
|
+
{
|
|
306
|
+
className: "m-l-1",
|
|
307
|
+
content: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_components4.Markdown, { config: { link: { target: "_blank" } }, children: help }),
|
|
308
|
+
presentation: "POPOVER",
|
|
309
|
+
size: "sm",
|
|
310
|
+
"aria-label": intl.formatMessage(help_messages_default.helpAria),
|
|
311
|
+
onClick
|
|
312
|
+
}
|
|
313
|
+
);
|
|
314
|
+
}
|
|
315
|
+
var Help_default = Help;
|
|
737
316
|
|
|
738
|
-
// src/
|
|
739
|
-
var
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
"df.wise.ExternalConfirmation.open": "Yeni sekmede a\xE7",
|
|
772
|
-
"df.wise.ExternalConfirmation.title": "L\xFCtfen onaylay\u0131n",
|
|
773
|
-
"df.wise.Help.ariaLabel": "Ayr\u0131nt\u0131lar i\xE7in t\u0131klay\u0131n.",
|
|
774
|
-
"df.wise.MultiSelect.summary": "{first} ve {count} daha",
|
|
775
|
-
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "\xDCzg\xFCn\xFCz, bu dosya \xE7ok b\xFCy\xFCk. L\xFCtfen daha k\xFC\xE7\xFCk bir dosya y\xFCkleyin.",
|
|
776
|
-
"df.wise.MultipleFileUploadSchema.maxItemsError": "L\xFCtfen {maxItems} veya daha az dosya y\xFCkleyin.",
|
|
777
|
-
"df.wise.MultipleFileUploadSchema.minItemsError": "L\xFCtfen en az {minItems} dosya y\xFCkleyin.",
|
|
778
|
-
"df.wise.PersistAsyncSchema.genericError": "Bir \u015Feyler ters gitti, l\xFCtfen tekrar deneyin.",
|
|
779
|
-
"df.wise.SearchLayout.loading": "Y\xFCkleniyor..."
|
|
317
|
+
// ../renderers/src/components/LabelContentWithHelp.tsx
|
|
318
|
+
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
319
|
+
function LabelContentWithHelp({ text, help }) {
|
|
320
|
+
return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("div", { children: [
|
|
321
|
+
text,
|
|
322
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(Help_default, { help })
|
|
323
|
+
] });
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
// ../renderers/src/components/FieldInput.tsx
|
|
327
|
+
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
328
|
+
function FieldInput({ id, children, label, validation, description, help }) {
|
|
329
|
+
const labelContent = label && help ? /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(LabelContentWithHelp, { text: label, help }) : label;
|
|
330
|
+
return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
331
|
+
import_components5.Field,
|
|
332
|
+
{
|
|
333
|
+
id,
|
|
334
|
+
label: labelContent,
|
|
335
|
+
description,
|
|
336
|
+
message: validation == null ? void 0 : validation.message,
|
|
337
|
+
sentiment: mapStatusToSentiment(validation),
|
|
338
|
+
children
|
|
339
|
+
}
|
|
340
|
+
);
|
|
341
|
+
}
|
|
342
|
+
var mapStatusToSentiment = (validation) => {
|
|
343
|
+
if (validation) {
|
|
344
|
+
if (validation.status === "valid") {
|
|
345
|
+
return "positive";
|
|
346
|
+
}
|
|
347
|
+
return "negative";
|
|
348
|
+
}
|
|
349
|
+
return void 0;
|
|
780
350
|
};
|
|
351
|
+
var FieldInput_default = FieldInput;
|
|
781
352
|
|
|
782
|
-
// src/
|
|
783
|
-
var
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
"df.wise.DynamicParagraph.copy": "\u590D\u5236",
|
|
811
|
-
"df.wise.ErrorBoundary.errorAlert": "\u51FA\u9519\u4E86\u3002",
|
|
812
|
-
"df.wise.ErrorBoundary.retry": "\u91CD\u8BD5",
|
|
813
|
-
"df.wise.ExternalConfirmation.cancel": "\u53D6\u6D88",
|
|
814
|
-
"df.wise.ExternalConfirmation.description": "\u8BF7\u786E\u8BA4\u60A8\u662F\u5426\u8981\u5728\u65B0\u6807\u7B7E\u9875\u4E2D\u6253\u5F00**{origin}**\u3002",
|
|
815
|
-
"df.wise.ExternalConfirmation.open": "\u5728\u65B0\u6807\u7B7E\u9875\u4E2D\u6253\u5F00",
|
|
816
|
-
"df.wise.ExternalConfirmation.title": "\u8BF7\u786E\u8BA4",
|
|
817
|
-
"df.wise.Help.ariaLabel": "\u70B9\u51FB\u6B64\u5904\u83B7\u53D6\u66F4\u591A\u4FE1\u606F\u3002",
|
|
818
|
-
"df.wise.MultiSelect.summary": "{first} \u548C\u5176\u4ED6 {count} \u4E2A",
|
|
819
|
-
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "\u62B1\u6B49\uFF0C\u8BE5\u6587\u4EF6\u592A\u5927\u3002\u8BF7\u4E0A\u4F20\u4E00\u4E2A\u66F4\u5C0F\u7684\u6587\u4EF6\u3002",
|
|
820
|
-
"df.wise.MultipleFileUploadSchema.maxItemsError": "\u8BF7\u4E0A\u4F20\u4E0D\u8D85\u8FC7 {maxItems} \u4E2A\u6587\u4EF6\u3002",
|
|
821
|
-
"df.wise.MultipleFileUploadSchema.minItemsError": "\u8BF7\u4E0A\u4F20\u81F3\u5C11 {minItems} \u4E2A\u6587\u4EF6\u3002",
|
|
822
|
-
"df.wise.PersistAsyncSchema.genericError": "\u51FA\u9519\u4E86\uFF0C\u8BF7\u91CD\u8BD5\u3002",
|
|
823
|
-
"df.wise.SearchLayout.loading": "\u6B63\u5728\u52A0\u8F7D\u2026"
|
|
353
|
+
// ../renderers/src/CheckboxInputRenderer.tsx
|
|
354
|
+
var import_components6 = require("@transferwise/components");
|
|
355
|
+
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
356
|
+
var CheckboxInputRenderer = {
|
|
357
|
+
canRenderType: "input-checkbox",
|
|
358
|
+
render: (props) => {
|
|
359
|
+
const _a = props, {
|
|
360
|
+
id,
|
|
361
|
+
control,
|
|
362
|
+
title = "",
|
|
363
|
+
description,
|
|
364
|
+
help,
|
|
365
|
+
type,
|
|
366
|
+
validationState,
|
|
367
|
+
value
|
|
368
|
+
} = _a, rest = __objRest(_a, [
|
|
369
|
+
"id",
|
|
370
|
+
"control",
|
|
371
|
+
"title",
|
|
372
|
+
"description",
|
|
373
|
+
"help",
|
|
374
|
+
"type",
|
|
375
|
+
"validationState",
|
|
376
|
+
"value"
|
|
377
|
+
]);
|
|
378
|
+
const checkboxProps = __spreadProps(__spreadValues({}, rest), { label: title, secondary: description, checked: value });
|
|
379
|
+
return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(FieldInput_default, { id, label: "", description: "", validation: validationState, help, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_components6.Checkbox, __spreadValues({ id }, checkboxProps)) });
|
|
380
|
+
}
|
|
824
381
|
};
|
|
382
|
+
var CheckboxInputRenderer_default = CheckboxInputRenderer;
|
|
825
383
|
|
|
826
|
-
// src/
|
|
827
|
-
var
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
"df.wise.ControlFeedback.type": "\u932F\u8AA4\u7684\u985E\u578B",
|
|
845
|
-
"df.wise.CopyFeedback.copy": "\u8907\u88FD\u5230\u526A\u8CBC\u677F",
|
|
846
|
-
"df.wise.CopyFeedback.copyFailed": "\u7121\u6CD5\u8907\u88FD\u5230\u526A\u8CBC\u677F",
|
|
847
|
-
"df.wise.Decision.all": "\u5168\u90E8",
|
|
848
|
-
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
849
|
-
"df.wise.Decision.noResults": "\u6C92\u6709\u7D50\u679C",
|
|
850
|
-
"df.wise.Decision.popular": "\u71B1\u9580",
|
|
851
|
-
"df.wise.Decision.recent": "\u6700\u8FD1\u7684",
|
|
852
|
-
"df.wise.Decision.results": "\u641C\u5C0B\u7D50\u679C",
|
|
853
|
-
"df.wise.DynamicParagraph.copied": "\u8907\u88FD\u5230\u526A\u8CBC\u677F",
|
|
854
|
-
"df.wise.DynamicParagraph.copy": "\u8907\u88FD",
|
|
855
|
-
"df.wise.ErrorBoundary.errorAlert": "\u51FA\u4E86\u4E9B\u554F\u984C\u3002",
|
|
856
|
-
"df.wise.ErrorBoundary.retry": "\u91CD\u8A66",
|
|
857
|
-
"df.wise.ExternalConfirmation.cancel": "\u53D6\u6D88",
|
|
858
|
-
"df.wise.ExternalConfirmation.description": "\u8ACB\u78BA\u8A8D\u4F60\u662F\u5426\u8981\u5728\u700F\u89BD\u5668\u7684\u65B0\u5206\u9801\u6253\u958B**{origin}**\u3002",
|
|
859
|
-
"df.wise.ExternalConfirmation.open": "\u5728\u65B0\u5206\u9801\u4E2D\u958B\u555F",
|
|
860
|
-
"df.wise.ExternalConfirmation.title": "\u8ACB\u78BA\u8A8D",
|
|
861
|
-
"df.wise.Help.ariaLabel": "\u6309\u6B64\u67E5\u770B\u8A73\u60C5\u3002",
|
|
862
|
-
"df.wise.MultiSelect.summary": "{first}\u548C\u5176\u4ED6{count}\u9805",
|
|
863
|
-
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "\u62B1\u6B49\uFF0C\u8A72\u6A94\u6848\u592A\u5927\u3002\u8ACB\u4E0A\u8F09\u4E00\u500B\u8F03\u5C0F\u7684\u6A94\u6848\u3002",
|
|
864
|
-
"df.wise.MultipleFileUploadSchema.maxItemsError": "\u8ACB\u4E0D\u8981\u4E0A\u8F09\u8D85\u904E{maxItems}\u500B\u6A94\u6848\u3002",
|
|
865
|
-
"df.wise.MultipleFileUploadSchema.minItemsError": "\u8ACB\u4E0A\u8F09\u81F3\u5C11{minItems}\u500B\u6A94\u6848\u3002",
|
|
866
|
-
"df.wise.PersistAsyncSchema.genericError": "\u51FA\u73FE\u4E86\u554F\u984C\uFF0C\u8ACB\u518D\u8A66\u4E00\u6B21\u3002",
|
|
867
|
-
"df.wise.SearchLayout.loading": "\u8F09\u5165\u4E2D\u2026"
|
|
868
|
-
};
|
|
869
|
-
|
|
870
|
-
// src/i18n/index.ts
|
|
871
|
-
var wiseTranslations = {
|
|
872
|
-
cs: cs_default,
|
|
873
|
-
en: en_default,
|
|
874
|
-
de: de_default,
|
|
875
|
-
es: es_default,
|
|
876
|
-
fr: fr_default,
|
|
877
|
-
hu: hu_default,
|
|
878
|
-
id: id_default,
|
|
879
|
-
it: it_default,
|
|
880
|
-
ja: ja_default,
|
|
881
|
-
nl: nl_default,
|
|
882
|
-
pl: pl_default,
|
|
883
|
-
pt: pt_default,
|
|
884
|
-
ro: ro_default,
|
|
885
|
-
ru: ru_default,
|
|
886
|
-
th: th_default,
|
|
887
|
-
tr: tr_default,
|
|
888
|
-
zh: zh_CN_default,
|
|
889
|
-
"zh-CN": zh_CN_default,
|
|
890
|
-
"zh-HK": zh_HK_default
|
|
384
|
+
// ../renderers/src/ColumnsRenderer.tsx
|
|
385
|
+
var import_classnames2 = __toESM(require("classnames"));
|
|
386
|
+
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
387
|
+
var ColumnsRenderer = {
|
|
388
|
+
canRenderType: "columns",
|
|
389
|
+
render: ({ bias, margin, startChildren, endChildren }) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
|
|
390
|
+
"div",
|
|
391
|
+
{
|
|
392
|
+
className: (0, import_classnames2.default)("df-columns-renderer-container", getMargin(margin), {
|
|
393
|
+
"df-columns-renderer-bias-start": bias === "start",
|
|
394
|
+
"df-columns-renderer-bias-end": bias === "end"
|
|
395
|
+
}),
|
|
396
|
+
children: [
|
|
397
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("div", { className: "df-columns-renderer-column", children: startChildren }),
|
|
398
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("div", { className: "df-columns-renderer-column", children: endChildren })
|
|
399
|
+
]
|
|
400
|
+
}
|
|
401
|
+
)
|
|
891
402
|
};
|
|
892
|
-
var
|
|
893
|
-
/* @__PURE__ */ new Set([...Object.keys(import_dynamic_flow_client.translations), ...Object.keys(wiseTranslations)])
|
|
894
|
-
);
|
|
895
|
-
var translations = languages.reduce(
|
|
896
|
-
(acc, lang) => __spreadProps(__spreadValues({}, acc), { [lang]: __spreadValues(__spreadValues({}, import_dynamic_flow_client.translations[lang]), wiseTranslations[lang]) }),
|
|
897
|
-
{}
|
|
898
|
-
);
|
|
899
|
-
var i18n_default = translations;
|
|
403
|
+
var ColumnsRenderer_default = ColumnsRenderer;
|
|
900
404
|
|
|
901
|
-
// src/
|
|
902
|
-
var
|
|
903
|
-
var import_react_intl22 = require("react-intl");
|
|
904
|
-
var import_dynamic_flow_client2 = require("@wise/dynamic-flow-client");
|
|
405
|
+
// ../renderers/src/components/VariableDateInput.tsx
|
|
406
|
+
var import_components7 = require("@transferwise/components");
|
|
905
407
|
|
|
906
|
-
// ../renderers/src/
|
|
907
|
-
var
|
|
408
|
+
// ../renderers/src/validators/type-validators.ts
|
|
409
|
+
var isNumber = (value) => typeof value === "number" && !Number.isNaN(value);
|
|
908
410
|
|
|
909
|
-
// ../renderers/src/utils/
|
|
910
|
-
var
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
return "m-b-0";
|
|
914
|
-
case "sm":
|
|
915
|
-
return "m-b-1";
|
|
916
|
-
case "md":
|
|
917
|
-
return "m-b-2";
|
|
918
|
-
case "lg":
|
|
919
|
-
return "m-b-3";
|
|
920
|
-
case "xl":
|
|
921
|
-
return "m-b-5";
|
|
922
|
-
default:
|
|
923
|
-
return "";
|
|
411
|
+
// ../renderers/src/utils/value-utils.ts
|
|
412
|
+
var dateStringToDateOrNull = (dateString) => {
|
|
413
|
+
if (!dateString) {
|
|
414
|
+
return null;
|
|
924
415
|
}
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
case "end":
|
|
929
|
-
return "text-xs-right";
|
|
930
|
-
case "center":
|
|
931
|
-
return "text-xs-center";
|
|
932
|
-
case "start":
|
|
933
|
-
default:
|
|
934
|
-
return "";
|
|
416
|
+
const [year, month, date] = dateString.split("-").map((number) => Number.parseInt(number, 10));
|
|
417
|
+
if (!isNumber(year) || !isNumber(month) || !isNumber(date)) {
|
|
418
|
+
return null;
|
|
935
419
|
}
|
|
420
|
+
return new Date(year, month - 1, date);
|
|
936
421
|
};
|
|
937
|
-
var
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
{
|
|
946
|
-
type: context,
|
|
947
|
-
className: getMargin(margin),
|
|
948
|
-
message: markdown,
|
|
949
|
-
action: mapCtaToAlertAction(callToAction)
|
|
950
|
-
}
|
|
951
|
-
)
|
|
422
|
+
var dateToDateString = (date) => {
|
|
423
|
+
const d = new Date(date);
|
|
424
|
+
const month = String(d.getMonth() + 1);
|
|
425
|
+
const day = String(d.getDate());
|
|
426
|
+
const year = d.getFullYear();
|
|
427
|
+
const formattedMonth = month.length < 2 ? `0${month}` : month;
|
|
428
|
+
const formattedDay = day.length < 2 ? `0${day}` : day;
|
|
429
|
+
return [year, formattedMonth, formattedDay].join("-");
|
|
952
430
|
};
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
431
|
+
|
|
432
|
+
// ../renderers/src/components/VariableDateInput.tsx
|
|
433
|
+
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
434
|
+
function VariableDateInput({
|
|
435
|
+
control,
|
|
436
|
+
inputProps
|
|
437
|
+
}) {
|
|
438
|
+
const {
|
|
439
|
+
autoComplete,
|
|
440
|
+
minimumDate,
|
|
441
|
+
maximumDate,
|
|
442
|
+
placeholder,
|
|
443
|
+
disabled,
|
|
444
|
+
onBlur,
|
|
445
|
+
onChange,
|
|
446
|
+
onFocus
|
|
447
|
+
} = inputProps;
|
|
448
|
+
if (control === "date-lookup") {
|
|
449
|
+
return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
450
|
+
import_components7.DateLookup,
|
|
451
|
+
{
|
|
452
|
+
value: dateStringToDateOrNull(inputProps.value),
|
|
453
|
+
min: dateStringToDateOrNull(minimumDate),
|
|
454
|
+
max: dateStringToDateOrNull(maximumDate),
|
|
455
|
+
placeholder,
|
|
456
|
+
disabled,
|
|
457
|
+
onChange: (date) => {
|
|
458
|
+
onChange(date !== null ? dateToDateString(date) : null);
|
|
459
|
+
},
|
|
460
|
+
onBlur,
|
|
461
|
+
onFocus
|
|
462
|
+
}
|
|
463
|
+
);
|
|
464
|
+
}
|
|
465
|
+
return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
466
|
+
import_components7.DateInput,
|
|
467
|
+
__spreadProps(__spreadValues({}, inputProps), {
|
|
468
|
+
dayAutoComplete: getAutocompleteString(autoComplete, "day"),
|
|
469
|
+
yearAutoComplete: getAutocompleteString(autoComplete, "year")
|
|
470
|
+
})
|
|
471
|
+
);
|
|
472
|
+
}
|
|
473
|
+
var getAutocompleteString = (value, suffix) => {
|
|
474
|
+
if (value === "bday") {
|
|
475
|
+
return `${value}-${suffix}`;
|
|
959
476
|
}
|
|
960
477
|
return void 0;
|
|
961
478
|
};
|
|
962
|
-
var
|
|
479
|
+
var VariableDateInput_default = VariableDateInput;
|
|
963
480
|
|
|
964
|
-
// ../renderers/src/
|
|
965
|
-
var
|
|
966
|
-
var
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
481
|
+
// ../renderers/src/DateInputRenderer.tsx
|
|
482
|
+
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
483
|
+
var DateInputRenderer = {
|
|
484
|
+
canRenderType: "input-date",
|
|
485
|
+
render: (props) => {
|
|
486
|
+
const _a = props, {
|
|
487
|
+
id,
|
|
488
|
+
control,
|
|
489
|
+
description,
|
|
490
|
+
type,
|
|
491
|
+
help,
|
|
492
|
+
title,
|
|
493
|
+
validationState,
|
|
494
|
+
value: initialValue
|
|
495
|
+
} = _a, rest = __objRest(_a, [
|
|
496
|
+
"id",
|
|
497
|
+
"control",
|
|
498
|
+
"description",
|
|
499
|
+
"type",
|
|
500
|
+
"help",
|
|
501
|
+
"title",
|
|
502
|
+
"validationState",
|
|
503
|
+
"value"
|
|
504
|
+
]);
|
|
505
|
+
const value = initialValue != null ? initialValue : "";
|
|
506
|
+
const inputProps = __spreadProps(__spreadValues({}, rest), { value, id });
|
|
507
|
+
return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
508
|
+
FieldInput_default,
|
|
974
509
|
{
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
children
|
|
510
|
+
id,
|
|
511
|
+
label: title,
|
|
512
|
+
description,
|
|
513
|
+
validation: validationState,
|
|
514
|
+
help,
|
|
515
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(VariableDateInput_default, { control, inputProps })
|
|
981
516
|
}
|
|
982
517
|
);
|
|
983
|
-
return hasFixedWidth ? /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("div", { className: (0, import_classnames.default)("df-box-renderer-fixed-width", getMargin(margin)), children: contents }) : contents;
|
|
984
518
|
}
|
|
985
519
|
};
|
|
986
|
-
var
|
|
520
|
+
var DateInputRenderer_default = DateInputRenderer;
|
|
987
521
|
|
|
988
|
-
// ../renderers/src/
|
|
989
|
-
var
|
|
990
|
-
var
|
|
522
|
+
// ../renderers/src/DecisionRenderer/DecisionRenderer.tsx
|
|
523
|
+
var import_components14 = require("@transferwise/components");
|
|
524
|
+
var import_react_intl7 = require("react-intl");
|
|
991
525
|
|
|
992
|
-
// ../renderers/src/messages/
|
|
993
|
-
var
|
|
994
|
-
var
|
|
995
|
-
|
|
996
|
-
id: "df.wise.
|
|
997
|
-
defaultMessage: "
|
|
998
|
-
description: "
|
|
526
|
+
// ../renderers/src/messages/decision.messages.ts
|
|
527
|
+
var import_react_intl5 = require("react-intl");
|
|
528
|
+
var decision_messages_default = (0, import_react_intl5.defineMessages)({
|
|
529
|
+
all: {
|
|
530
|
+
id: "df.wise.Decision.all",
|
|
531
|
+
defaultMessage: "All",
|
|
532
|
+
description: "Label for the group of options that encompasses all options"
|
|
533
|
+
},
|
|
534
|
+
popular: {
|
|
535
|
+
id: "df.wise.Decision.popular",
|
|
536
|
+
defaultMessage: "Popular",
|
|
537
|
+
description: "Label for the group of options that are tagged as popular"
|
|
538
|
+
},
|
|
539
|
+
recent: {
|
|
540
|
+
id: "df.wise.Decision.recent",
|
|
541
|
+
defaultMessage: "Recent",
|
|
542
|
+
description: "Label for the group of options that are tagged as recent"
|
|
543
|
+
},
|
|
544
|
+
filterPlaceholder: {
|
|
545
|
+
id: "df.wise.Decision.filterPlaceholder",
|
|
546
|
+
defaultMessage: "Start typing to search",
|
|
547
|
+
description: "Placeholder for the filter input"
|
|
548
|
+
},
|
|
549
|
+
results: {
|
|
550
|
+
id: "df.wise.Decision.results",
|
|
551
|
+
defaultMessage: "Search results",
|
|
552
|
+
description: "Label for the results section"
|
|
553
|
+
},
|
|
554
|
+
noResults: {
|
|
555
|
+
id: "df.wise.Decision.noResults",
|
|
556
|
+
defaultMessage: "No results",
|
|
557
|
+
description: "Message for if there are no results"
|
|
999
558
|
}
|
|
1000
559
|
});
|
|
1001
560
|
|
|
1002
|
-
// ../renderers/src/
|
|
1003
|
-
var
|
|
1004
|
-
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
1005
|
-
var AddressValidationButtonRenderer = {
|
|
1006
|
-
canRenderType: "button",
|
|
1007
|
-
canRender: ({ control }) => control === "address-validation",
|
|
1008
|
-
render: AddressValidationButtonComponent
|
|
1009
|
-
};
|
|
1010
|
-
function AddressValidationButtonComponent(props) {
|
|
1011
|
-
const { disabled, margin, title, stepLoadingState, onClick } = props;
|
|
1012
|
-
const { formatMessage } = (0, import_react_intl2.useIntl)();
|
|
1013
|
-
const [spinny, setSpinny] = (0, import_react.useState)(false);
|
|
1014
|
-
(0, import_react.useEffect)(() => {
|
|
1015
|
-
if (stepLoadingState === "idle") {
|
|
1016
|
-
setSpinny(false);
|
|
1017
|
-
}
|
|
1018
|
-
}, [stepLoadingState]);
|
|
1019
|
-
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("div", { className: `d-flex flex-column ${getMargin(margin)}`, children: [
|
|
1020
|
-
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1021
|
-
import_components2.Button,
|
|
1022
|
-
{
|
|
1023
|
-
v2: true,
|
|
1024
|
-
block: true,
|
|
1025
|
-
disabled,
|
|
1026
|
-
priority: "primary",
|
|
1027
|
-
size: "md",
|
|
1028
|
-
loading: spinny,
|
|
1029
|
-
onClick: () => {
|
|
1030
|
-
setSpinny(true);
|
|
1031
|
-
onClick();
|
|
1032
|
-
},
|
|
1033
|
-
children: title
|
|
1034
|
-
}
|
|
1035
|
-
),
|
|
1036
|
-
spinny && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_components2.InlineAlert, { type: "warning", className: "m-x-auto", children: formatMessage(loading_button_messages_default.buttonLoadingMessage) })
|
|
1037
|
-
] });
|
|
1038
|
-
}
|
|
1039
|
-
var AddressValidationButtonRenderer_default = AddressValidationButtonRenderer;
|
|
561
|
+
// ../renderers/src/DecisionRenderer/DecisionRenderer.tsx
|
|
562
|
+
var import_react3 = require("react");
|
|
1040
563
|
|
|
1041
|
-
// ../renderers/src/
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
var
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
564
|
+
// ../renderers/src/DecisionRenderer/filter-and-sort-decision-options.ts
|
|
565
|
+
function filterAndSortDecisionOptions(selectOptions, query) {
|
|
566
|
+
const upperQuery = query.toUpperCase().trim();
|
|
567
|
+
const filteredItems = selectOptions.filter((option) => {
|
|
568
|
+
var _a, _b, _c, _d;
|
|
569
|
+
const searchableWords = [
|
|
570
|
+
option.title,
|
|
571
|
+
option.description,
|
|
572
|
+
option.additionalText,
|
|
573
|
+
(_a = option.supportingValues) == null ? void 0 : _a.value,
|
|
574
|
+
(_b = option.supportingValues) == null ? void 0 : _b.subvalue,
|
|
575
|
+
...(_c = option.keywords) != null ? _c : []
|
|
576
|
+
];
|
|
577
|
+
return (_d = searchableWords.some((word) => word == null ? void 0 : word.toUpperCase().includes(upperQuery))) != null ? _d : false;
|
|
578
|
+
});
|
|
579
|
+
return [...filteredItems].sort((a, b) => {
|
|
580
|
+
const aTitleUpper = a.title.toUpperCase();
|
|
581
|
+
const bTitleUpper = b.title.toUpperCase();
|
|
582
|
+
const aTitleStarts = aTitleUpper.startsWith(upperQuery);
|
|
583
|
+
const bTitleStarts = bTitleUpper.startsWith(upperQuery);
|
|
584
|
+
if (aTitleStarts && !bTitleStarts) {
|
|
585
|
+
return -1;
|
|
1055
586
|
}
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
const type = priority === "tertiary" ? void 0 : mapContext(context);
|
|
1059
|
-
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1060
|
-
import_components3.Button,
|
|
1061
|
-
{
|
|
1062
|
-
block: true,
|
|
1063
|
-
className: getMargin(margin),
|
|
1064
|
-
disabled,
|
|
1065
|
-
priority,
|
|
1066
|
-
size: mapSize(size),
|
|
1067
|
-
loading: spinny,
|
|
1068
|
-
type,
|
|
1069
|
-
onClick: () => {
|
|
1070
|
-
setSpinny(true);
|
|
1071
|
-
onClick();
|
|
1072
|
-
},
|
|
1073
|
-
children: title
|
|
587
|
+
if (!aTitleStarts && bTitleStarts) {
|
|
588
|
+
return 1;
|
|
1074
589
|
}
|
|
1075
|
-
|
|
590
|
+
const aWordStarts = aTitleUpper.split(" ").some((word) => word.startsWith(upperQuery));
|
|
591
|
+
const bWordStarts = bTitleUpper.split(" ").some((word) => word.startsWith(upperQuery));
|
|
592
|
+
if (aWordStarts && !bWordStarts) {
|
|
593
|
+
return -1;
|
|
594
|
+
}
|
|
595
|
+
if (!aWordStarts && bWordStarts) {
|
|
596
|
+
return 1;
|
|
597
|
+
}
|
|
598
|
+
return a.title.localeCompare(b.title);
|
|
599
|
+
});
|
|
1076
600
|
}
|
|
1077
|
-
var mapContext = (context) => {
|
|
1078
|
-
switch (context) {
|
|
1079
|
-
case "neutral":
|
|
1080
|
-
case "warning":
|
|
1081
|
-
return "accent";
|
|
1082
|
-
default:
|
|
1083
|
-
return context;
|
|
1084
|
-
}
|
|
1085
|
-
};
|
|
1086
|
-
var mapControl = (control) => {
|
|
1087
|
-
switch (control) {
|
|
1088
|
-
case "primary":
|
|
1089
|
-
case "tertiary":
|
|
1090
|
-
return control;
|
|
1091
|
-
default:
|
|
1092
|
-
return "secondary";
|
|
1093
|
-
}
|
|
1094
|
-
};
|
|
1095
|
-
var mapSize = (size) => {
|
|
1096
|
-
if (!size) {
|
|
1097
|
-
return void 0;
|
|
1098
|
-
}
|
|
1099
|
-
switch (size) {
|
|
1100
|
-
case "xs":
|
|
1101
|
-
case "sm":
|
|
1102
|
-
return "sm";
|
|
1103
|
-
case "lg":
|
|
1104
|
-
case "xl":
|
|
1105
|
-
return "lg";
|
|
1106
|
-
case "md":
|
|
1107
|
-
default:
|
|
1108
|
-
return "md";
|
|
1109
|
-
}
|
|
1110
|
-
};
|
|
1111
|
-
var ButtonRenderer_default = ButtonRenderer;
|
|
1112
601
|
|
|
1113
|
-
// ../renderers/src/
|
|
1114
|
-
var
|
|
602
|
+
// ../renderers/src/DecisionRenderer/DecisionList.tsx
|
|
603
|
+
var import_components12 = require("@transferwise/components");
|
|
1115
604
|
|
|
1116
|
-
// ../renderers/src/
|
|
1117
|
-
var
|
|
1118
|
-
var
|
|
605
|
+
// ../renderers/src/utils/UrnFlag.tsx
|
|
606
|
+
var import_art = require("@wise/art");
|
|
607
|
+
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
608
|
+
var countryUrnPrefix = "urn:wise:countries:";
|
|
609
|
+
var currencyUrnPrefix = "urn:wise:currencies:";
|
|
610
|
+
var isUrnFlag = (uri) => uri.startsWith(countryUrnPrefix) || uri.startsWith(currencyUrnPrefix);
|
|
611
|
+
function UrnFlag({ size, urn }) {
|
|
612
|
+
return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_art.Flag, { code: getCode(urn), intrinsicSize: size });
|
|
613
|
+
}
|
|
614
|
+
var getCode = (urn) => {
|
|
615
|
+
return urn.replace(countryUrnPrefix, "").replace(currencyUrnPrefix, "").replace(":image", "").split("?")[0];
|
|
616
|
+
};
|
|
1119
617
|
|
|
1120
|
-
// ../renderers/src/
|
|
1121
|
-
var
|
|
1122
|
-
var
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
618
|
+
// ../renderers/src/components/icon/FlagIcon.tsx
|
|
619
|
+
var import_art2 = require("@wise/art");
|
|
620
|
+
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
621
|
+
var isFlagIcon = (name) => name.startsWith("flag-");
|
|
622
|
+
function FlagIcon({ name }) {
|
|
623
|
+
if (!isFlagIcon(name)) {
|
|
624
|
+
return null;
|
|
1127
625
|
}
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
// ../renderers/src/components/Help.tsx
|
|
1131
|
-
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
1132
|
-
function Help({ help, onClick }) {
|
|
1133
|
-
const intl = (0, import_react_intl4.useIntl)();
|
|
1134
|
-
return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1135
|
-
import_components4.Info,
|
|
1136
|
-
{
|
|
1137
|
-
className: "m-l-1",
|
|
1138
|
-
content: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_components4.Markdown, { config: { link: { target: "_blank" } }, children: help }),
|
|
1139
|
-
presentation: "POPOVER",
|
|
1140
|
-
size: "sm",
|
|
1141
|
-
"aria-label": intl.formatMessage(help_messages_default.helpAria),
|
|
1142
|
-
onClick
|
|
1143
|
-
}
|
|
1144
|
-
);
|
|
626
|
+
const code = name.substring(5);
|
|
627
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_art2.Flag, { code, intrinsicSize: 24 });
|
|
1145
628
|
}
|
|
1146
|
-
var Help_default = Help;
|
|
1147
629
|
|
|
1148
|
-
// ../renderers/src/components/
|
|
1149
|
-
var
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
630
|
+
// ../renderers/src/components/icon/NamedIcon.tsx
|
|
631
|
+
var icons = __toESM(require("@transferwise/icons"));
|
|
632
|
+
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
633
|
+
var isNamedIcon = (name) => {
|
|
634
|
+
const iconName = toCapitalisedCamelCase(name);
|
|
635
|
+
return Object.keys(icons).includes(iconName);
|
|
636
|
+
};
|
|
637
|
+
function NamedIcon({ name }) {
|
|
638
|
+
if (!isNamedIcon(name)) {
|
|
639
|
+
return null;
|
|
640
|
+
}
|
|
641
|
+
const iconName = toCapitalisedCamelCase(name);
|
|
642
|
+
const Icon = icons[iconName];
|
|
643
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Icon, { size: 24 });
|
|
1155
644
|
}
|
|
645
|
+
var toCapitalisedCamelCase = (value) => value.split("-").map(capitaliseFirstChar).join("");
|
|
646
|
+
var capitaliseFirstChar = (value) => `${value[0].toUpperCase()}${value.slice(1)}`;
|
|
1156
647
|
|
|
1157
|
-
// ../renderers/src/components/
|
|
1158
|
-
var
|
|
1159
|
-
function
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
import_components5.Field,
|
|
1163
|
-
{
|
|
1164
|
-
id,
|
|
1165
|
-
label: labelContent,
|
|
1166
|
-
description,
|
|
1167
|
-
message: validation == null ? void 0 : validation.message,
|
|
1168
|
-
sentiment: mapStatusToSentiment(validation),
|
|
1169
|
-
children
|
|
1170
|
-
}
|
|
1171
|
-
);
|
|
1172
|
-
}
|
|
1173
|
-
var mapStatusToSentiment = (validation) => {
|
|
1174
|
-
if (validation) {
|
|
1175
|
-
if (validation.status === "valid") {
|
|
1176
|
-
return "positive";
|
|
1177
|
-
}
|
|
1178
|
-
return "negative";
|
|
648
|
+
// ../renderers/src/components/icon/DynamicIcon.tsx
|
|
649
|
+
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
650
|
+
function DynamicIcon({ name }) {
|
|
651
|
+
if (isFlagIcon(name)) {
|
|
652
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(FlagIcon, { name });
|
|
1179
653
|
}
|
|
1180
|
-
|
|
1181
|
-
};
|
|
1182
|
-
var FieldInput_default = FieldInput;
|
|
1183
|
-
|
|
1184
|
-
// ../renderers/src/CheckboxInputRenderer.tsx
|
|
1185
|
-
var import_components6 = require("@transferwise/components");
|
|
1186
|
-
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
1187
|
-
var CheckboxInputRenderer = {
|
|
1188
|
-
canRenderType: "input-checkbox",
|
|
1189
|
-
render: (props) => {
|
|
1190
|
-
const _a = props, {
|
|
1191
|
-
id,
|
|
1192
|
-
control,
|
|
1193
|
-
title = "",
|
|
1194
|
-
description,
|
|
1195
|
-
help,
|
|
1196
|
-
type,
|
|
1197
|
-
validationState,
|
|
1198
|
-
value
|
|
1199
|
-
} = _a, rest = __objRest(_a, [
|
|
1200
|
-
"id",
|
|
1201
|
-
"control",
|
|
1202
|
-
"title",
|
|
1203
|
-
"description",
|
|
1204
|
-
"help",
|
|
1205
|
-
"type",
|
|
1206
|
-
"validationState",
|
|
1207
|
-
"value"
|
|
1208
|
-
]);
|
|
1209
|
-
const checkboxProps = __spreadProps(__spreadValues({}, rest), { label: title, secondary: description, checked: value });
|
|
1210
|
-
return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(FieldInput_default, { id, label: "", description: "", validation: validationState, help, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_components6.Checkbox, __spreadValues({ id }, checkboxProps)) });
|
|
654
|
+
if (isNamedIcon(name)) {
|
|
655
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(NamedIcon, { name });
|
|
1211
656
|
}
|
|
1212
|
-
|
|
1213
|
-
|
|
657
|
+
return null;
|
|
658
|
+
}
|
|
659
|
+
function isValidIconName(name) {
|
|
660
|
+
return isNamedIcon(name) || isFlagIcon(name);
|
|
661
|
+
}
|
|
662
|
+
function isValidIconUrn(uri) {
|
|
663
|
+
if (!uri.startsWith("urn:wise:icons:")) {
|
|
664
|
+
return false;
|
|
665
|
+
}
|
|
666
|
+
const name = uri.replace("urn:wise:icons:", "").split("?")[0];
|
|
667
|
+
return isValidIconName(name);
|
|
668
|
+
}
|
|
669
|
+
var DynamicIcon_default = DynamicIcon;
|
|
1214
670
|
|
|
1215
|
-
// ../renderers/src/
|
|
1216
|
-
var
|
|
1217
|
-
var
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
children: [
|
|
1228
|
-
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("div", { className: "df-columns-renderer-column", children: startChildren }),
|
|
1229
|
-
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)("div", { className: "df-columns-renderer-column", children: endChildren })
|
|
1230
|
-
]
|
|
1231
|
-
}
|
|
1232
|
-
)
|
|
671
|
+
// ../renderers/src/components/Media/stringToURN.ts
|
|
672
|
+
var stringToURN = (uri) => {
|
|
673
|
+
var _a;
|
|
674
|
+
const [nameWithRComponent, qComponent] = uri.split("?=");
|
|
675
|
+
const [name, rComponent] = (_a = nameWithRComponent == null ? void 0 : nameWithRComponent.split("?+")) != null ? _a : ["", ""];
|
|
676
|
+
const rComponents = rComponent == null ? void 0 : rComponent.split("&").map((c) => c.split("=")).map(([a, b]) => [a, b]);
|
|
677
|
+
const qComponents = qComponent == null ? void 0 : qComponent.split("&").map((c) => c.split("=")).map(([a, b]) => [a, b]);
|
|
678
|
+
return {
|
|
679
|
+
name,
|
|
680
|
+
rComponents,
|
|
681
|
+
qComponents
|
|
682
|
+
};
|
|
1233
683
|
};
|
|
1234
|
-
var ColumnsRenderer_default = ColumnsRenderer;
|
|
1235
|
-
|
|
1236
|
-
// ../renderers/src/components/VariableDateInput.tsx
|
|
1237
|
-
var import_components7 = require("@transferwise/components");
|
|
1238
|
-
|
|
1239
|
-
// ../renderers/src/validators/type-validators.ts
|
|
1240
|
-
var isNumber = (value) => typeof value === "number" && !Number.isNaN(value);
|
|
1241
684
|
|
|
1242
|
-
// ../renderers/src/
|
|
1243
|
-
var
|
|
1244
|
-
|
|
1245
|
-
|
|
685
|
+
// ../renderers/src/components/Media/resolveUri.tsx
|
|
686
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
687
|
+
var resolveUri = (uri, size) => {
|
|
688
|
+
var _a, _b;
|
|
689
|
+
const { name, qComponents = [] } = stringToURN(uri);
|
|
690
|
+
if (isValidIconUrn(name)) {
|
|
691
|
+
const icon = /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(DynamicIcon_default, { name: name.replace("urn:wise:icons:", "") });
|
|
692
|
+
return {
|
|
693
|
+
icon,
|
|
694
|
+
backgroundColor: formatColor((_a = qComponents.find(([key]) => key === "background-color")) == null ? void 0 : _a[1])
|
|
695
|
+
};
|
|
1246
696
|
}
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
697
|
+
if (isUrnFlag(name)) {
|
|
698
|
+
return {
|
|
699
|
+
asset: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(UrnFlag, { urn: name, size })
|
|
700
|
+
};
|
|
1250
701
|
}
|
|
1251
|
-
|
|
702
|
+
if (name.startsWith("data:text/plain,")) {
|
|
703
|
+
const text = decodeURI(name.replace("data:text/plain,", ""));
|
|
704
|
+
return {
|
|
705
|
+
asset: text,
|
|
706
|
+
backgroundColor: formatColor((_b = qComponents.find(([key]) => key === "background-color")) == null ? void 0 : _b[1])
|
|
707
|
+
};
|
|
708
|
+
}
|
|
709
|
+
if (!uri.startsWith("urn:")) {
|
|
710
|
+
return { asset: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("img", { src: uri, alt: "", width: `${size}px` }) };
|
|
711
|
+
}
|
|
712
|
+
return { asset: void 0 };
|
|
1252
713
|
};
|
|
1253
|
-
var
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
return
|
|
714
|
+
var formatColor = (color) => {
|
|
715
|
+
if (!color) {
|
|
716
|
+
return void 0;
|
|
717
|
+
}
|
|
718
|
+
if (color.startsWith("#")) {
|
|
719
|
+
return color;
|
|
720
|
+
}
|
|
721
|
+
return `var(--color-${color.replace(/^base-|brand-/, "")})`;
|
|
1261
722
|
};
|
|
1262
723
|
|
|
1263
|
-
// ../renderers/src/components/
|
|
1264
|
-
var
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
}
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
724
|
+
// ../renderers/src/components/Media/AvatarMedia.tsx
|
|
725
|
+
var import_components8 = require("@transferwise/components");
|
|
726
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
727
|
+
var AvatarMedia = ({
|
|
728
|
+
accessibilityDescription,
|
|
729
|
+
content,
|
|
730
|
+
size
|
|
731
|
+
}) => {
|
|
732
|
+
const getRenderableAvatar = (avatar) => {
|
|
733
|
+
if (avatar.type === "text") {
|
|
734
|
+
return { asset: avatar.text };
|
|
735
|
+
}
|
|
736
|
+
return __spreadProps(__spreadValues({}, resolveUri(avatar.uri, size)), {
|
|
737
|
+
badge: avatar.badgeUri ? resolveUri(avatar.badgeUri, 16) : void 0
|
|
738
|
+
});
|
|
739
|
+
};
|
|
740
|
+
const avatars = content.map(getRenderableAvatar);
|
|
741
|
+
if (avatars.length === 1) {
|
|
742
|
+
const { badge, backgroundColor, asset, icon } = avatars[0];
|
|
743
|
+
if (!asset && !icon) {
|
|
744
|
+
return null;
|
|
745
|
+
}
|
|
746
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
747
|
+
import_components8.AvatarView,
|
|
1282
748
|
{
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
},
|
|
1291
|
-
onBlur,
|
|
1292
|
-
onFocus
|
|
749
|
+
"aria-label": accessibilityDescription,
|
|
750
|
+
size,
|
|
751
|
+
badge: badge ? __spreadProps(__spreadValues({}, badge), {
|
|
752
|
+
type: "reference"
|
|
753
|
+
}) : void 0,
|
|
754
|
+
style: { backgroundColor },
|
|
755
|
+
children: icon != null ? icon : asset
|
|
1293
756
|
}
|
|
1294
757
|
);
|
|
1295
758
|
}
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
759
|
+
const avatarsWithoutBadges = avatars.filter(({ asset }) => asset).slice(0, 2).map((_a) => {
|
|
760
|
+
var _b = _a, { badge } = _b, rest = __objRest(_b, ["badge"]);
|
|
761
|
+
return __spreadValues({}, rest);
|
|
762
|
+
});
|
|
763
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
764
|
+
import_components8.AvatarLayout,
|
|
765
|
+
{
|
|
766
|
+
"aria-label": accessibilityDescription,
|
|
767
|
+
size,
|
|
768
|
+
orientation: "diagonal",
|
|
769
|
+
avatars: avatarsWithoutBadges
|
|
770
|
+
}
|
|
1302
771
|
);
|
|
1303
|
-
}
|
|
1304
|
-
var getAutocompleteString = (value, suffix) => {
|
|
1305
|
-
if (value === "bday") {
|
|
1306
|
-
return `${value}-${suffix}`;
|
|
1307
|
-
}
|
|
1308
|
-
return void 0;
|
|
1309
772
|
};
|
|
1310
|
-
var VariableDateInput_default = VariableDateInput;
|
|
1311
773
|
|
|
1312
|
-
// ../renderers/src/
|
|
1313
|
-
var
|
|
1314
|
-
var
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
description,
|
|
1321
|
-
type,
|
|
1322
|
-
help,
|
|
1323
|
-
title,
|
|
1324
|
-
validationState,
|
|
1325
|
-
value: initialValue
|
|
1326
|
-
} = _a, rest = __objRest(_a, [
|
|
1327
|
-
"id",
|
|
1328
|
-
"control",
|
|
1329
|
-
"description",
|
|
1330
|
-
"type",
|
|
1331
|
-
"help",
|
|
1332
|
-
"title",
|
|
1333
|
-
"validationState",
|
|
1334
|
-
"value"
|
|
1335
|
-
]);
|
|
1336
|
-
const value = initialValue != null ? initialValue : "";
|
|
1337
|
-
const inputProps = __spreadProps(__spreadValues({}, rest), { value, id });
|
|
1338
|
-
return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
1339
|
-
FieldInput_default,
|
|
1340
|
-
{
|
|
1341
|
-
id,
|
|
1342
|
-
label: title,
|
|
1343
|
-
description,
|
|
1344
|
-
validation: validationState,
|
|
1345
|
-
help,
|
|
1346
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(VariableDateInput_default, { control, inputProps })
|
|
1347
|
-
}
|
|
1348
|
-
);
|
|
774
|
+
// ../renderers/src/utils/image-utils.tsx
|
|
775
|
+
var import_components9 = require("@transferwise/components");
|
|
776
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
777
|
+
var getBadgedMedia = (iconNode, imageNode, size) => {
|
|
778
|
+
if (iconNode && imageNode) {
|
|
779
|
+
if (imageNode && iconNode) {
|
|
780
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_components9.AvatarView, { size, badge: { asset: iconNode, type: "reference" }, children: imageNode });
|
|
781
|
+
}
|
|
1349
782
|
}
|
|
783
|
+
return null;
|
|
1350
784
|
};
|
|
1351
|
-
var
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
var import_react_intl7 = require("react-intl");
|
|
1356
|
-
|
|
1357
|
-
// ../renderers/src/messages/decision.messages.ts
|
|
1358
|
-
var import_react_intl5 = require("react-intl");
|
|
1359
|
-
var decision_messages_default = (0, import_react_intl5.defineMessages)({
|
|
1360
|
-
all: {
|
|
1361
|
-
id: "df.wise.Decision.all",
|
|
1362
|
-
defaultMessage: "All",
|
|
1363
|
-
description: "Label for the group of options that encompasses all options"
|
|
1364
|
-
},
|
|
1365
|
-
popular: {
|
|
1366
|
-
id: "df.wise.Decision.popular",
|
|
1367
|
-
defaultMessage: "Popular",
|
|
1368
|
-
description: "Label for the group of options that are tagged as popular"
|
|
1369
|
-
},
|
|
1370
|
-
recent: {
|
|
1371
|
-
id: "df.wise.Decision.recent",
|
|
1372
|
-
defaultMessage: "Recent",
|
|
1373
|
-
description: "Label for the group of options that are tagged as recent"
|
|
1374
|
-
},
|
|
1375
|
-
filterPlaceholder: {
|
|
1376
|
-
id: "df.wise.Decision.filterPlaceholder",
|
|
1377
|
-
defaultMessage: "Start typing to search",
|
|
1378
|
-
description: "Placeholder for the filter input"
|
|
1379
|
-
},
|
|
1380
|
-
results: {
|
|
1381
|
-
id: "df.wise.Decision.results",
|
|
1382
|
-
defaultMessage: "Search results",
|
|
1383
|
-
description: "Label for the results section"
|
|
1384
|
-
},
|
|
1385
|
-
noResults: {
|
|
1386
|
-
id: "df.wise.Decision.noResults",
|
|
1387
|
-
defaultMessage: "No results",
|
|
1388
|
-
description: "Message for if there are no results"
|
|
1389
|
-
}
|
|
1390
|
-
});
|
|
1391
|
-
|
|
1392
|
-
// ../renderers/src/DecisionRenderer/DecisionRenderer.tsx
|
|
1393
|
-
var import_react3 = require("react");
|
|
1394
|
-
|
|
1395
|
-
// ../renderers/src/DecisionRenderer/filter-and-sort-decision-options.ts
|
|
1396
|
-
function filterAndSortDecisionOptions(selectOptions, query) {
|
|
1397
|
-
const upperQuery = query.toUpperCase().trim();
|
|
1398
|
-
const filteredItems = selectOptions.filter((option) => {
|
|
1399
|
-
var _a, _b, _c, _d;
|
|
1400
|
-
const searchableWords = [
|
|
1401
|
-
option.title,
|
|
1402
|
-
option.description,
|
|
1403
|
-
option.additionalText,
|
|
1404
|
-
(_a = option.supportingValues) == null ? void 0 : _a.value,
|
|
1405
|
-
(_b = option.supportingValues) == null ? void 0 : _b.subvalue,
|
|
1406
|
-
...(_c = option.keywords) != null ? _c : []
|
|
1407
|
-
];
|
|
1408
|
-
return (_d = searchableWords.some((word) => word == null ? void 0 : word.toUpperCase().includes(upperQuery))) != null ? _d : false;
|
|
1409
|
-
});
|
|
1410
|
-
return [...filteredItems].sort((a, b) => {
|
|
1411
|
-
const aTitleUpper = a.title.toUpperCase();
|
|
1412
|
-
const bTitleUpper = b.title.toUpperCase();
|
|
1413
|
-
const aTitleStarts = aTitleUpper.startsWith(upperQuery);
|
|
1414
|
-
const bTitleStarts = bTitleUpper.startsWith(upperQuery);
|
|
1415
|
-
if (aTitleStarts && !bTitleStarts) {
|
|
1416
|
-
return -1;
|
|
785
|
+
var getIconNode = (icon) => {
|
|
786
|
+
if (icon) {
|
|
787
|
+
if ("name" in icon) {
|
|
788
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(DynamicIcon_default, { name: icon.name });
|
|
1417
789
|
}
|
|
1418
|
-
if (
|
|
1419
|
-
return
|
|
790
|
+
if (icon.text) {
|
|
791
|
+
return icon.text;
|
|
1420
792
|
}
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
793
|
+
}
|
|
794
|
+
return null;
|
|
795
|
+
};
|
|
796
|
+
var getImageNode = (image, size) => {
|
|
797
|
+
if (image) {
|
|
798
|
+
const { accessibilityDescription, uri } = image;
|
|
799
|
+
if (!uri.startsWith("urn:")) {
|
|
800
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("img", { src: uri, alt: accessibilityDescription, width: `${size}px` });
|
|
1425
801
|
}
|
|
1426
|
-
if (
|
|
1427
|
-
return
|
|
802
|
+
if (isUrnFlag(uri)) {
|
|
803
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(UrnFlag, { urn: uri, accessibilityDescription, size });
|
|
1428
804
|
}
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
}
|
|
1432
|
-
|
|
1433
|
-
// ../renderers/src/DecisionRenderer/DecisionList.tsx
|
|
1434
|
-
var import_components12 = require("@transferwise/components");
|
|
1435
|
-
|
|
1436
|
-
// ../renderers/src/utils/UrnFlag.tsx
|
|
1437
|
-
var import_art = require("@wise/art");
|
|
1438
|
-
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
1439
|
-
var countryUrnPrefix = "urn:wise:countries:";
|
|
1440
|
-
var currencyUrnPrefix = "urn:wise:currencies:";
|
|
1441
|
-
var isUrnFlag = (uri) => uri.startsWith(countryUrnPrefix) || uri.startsWith(currencyUrnPrefix);
|
|
1442
|
-
function UrnFlag({ size, urn }) {
|
|
1443
|
-
return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_art.Flag, { code: getCode(urn), intrinsicSize: size });
|
|
1444
|
-
}
|
|
1445
|
-
var getCode = (urn) => {
|
|
1446
|
-
return urn.replace(countryUrnPrefix, "").replace(currencyUrnPrefix, "").replace(":image", "").split("?")[0];
|
|
805
|
+
}
|
|
806
|
+
return null;
|
|
1447
807
|
};
|
|
1448
808
|
|
|
1449
|
-
// ../renderers/src/components/
|
|
1450
|
-
var
|
|
1451
|
-
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
1452
|
-
var isFlagIcon = (name) => name.startsWith("flag-");
|
|
1453
|
-
function FlagIcon({ name }) {
|
|
1454
|
-
if (!isFlagIcon(name)) {
|
|
1455
|
-
return null;
|
|
1456
|
-
}
|
|
1457
|
-
const code = name.substring(5);
|
|
1458
|
-
return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_art2.Flag, { code, intrinsicSize: 24 });
|
|
1459
|
-
}
|
|
809
|
+
// ../renderers/src/components/Media/Media.tsx
|
|
810
|
+
var import_components11 = require("@transferwise/components");
|
|
1460
811
|
|
|
1461
|
-
// ../renderers/src/components/
|
|
1462
|
-
var
|
|
1463
|
-
var
|
|
1464
|
-
var
|
|
1465
|
-
const
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
return null;
|
|
812
|
+
// ../renderers/src/components/Media/LegacyMedia.tsx
|
|
813
|
+
var import_components10 = require("@transferwise/components");
|
|
814
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
815
|
+
var LegacyMedia = ({ image, icon, preferAvatar, size }) => {
|
|
816
|
+
const imageNode = getImageNode(image, size);
|
|
817
|
+
const iconNode = getIconNode(icon);
|
|
818
|
+
const badge = getBadgedMedia(iconNode, imageNode, size);
|
|
819
|
+
if (badge) {
|
|
820
|
+
return badge;
|
|
1471
821
|
}
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Icon, { size: 24 });
|
|
1475
|
-
}
|
|
1476
|
-
var toCapitalisedCamelCase = (value) => value.split("-").map(capitaliseFirstChar).join("");
|
|
1477
|
-
var capitaliseFirstChar = (value) => `${value[0].toUpperCase()}${value.slice(1)}`;
|
|
1478
|
-
|
|
1479
|
-
// ../renderers/src/components/icon/DynamicIcon.tsx
|
|
1480
|
-
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
1481
|
-
function DynamicIcon({ name }) {
|
|
1482
|
-
if (isFlagIcon(name)) {
|
|
1483
|
-
return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(FlagIcon, { name });
|
|
822
|
+
if (imageNode) {
|
|
823
|
+
return preferAvatar ? /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_components10.AvatarView, { children: imageNode }) : imageNode;
|
|
1484
824
|
}
|
|
1485
|
-
if (
|
|
1486
|
-
|
|
825
|
+
if (iconNode && icon) {
|
|
826
|
+
if ("text" in icon || size === 48) {
|
|
827
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_components10.AvatarView, { size, children: iconNode });
|
|
828
|
+
}
|
|
829
|
+
return iconNode;
|
|
1487
830
|
}
|
|
1488
831
|
return null;
|
|
1489
|
-
}
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
function
|
|
1494
|
-
|
|
1495
|
-
|
|
832
|
+
};
|
|
833
|
+
|
|
834
|
+
// ../renderers/src/components/Media/Media.tsx
|
|
835
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
836
|
+
function Media({
|
|
837
|
+
media,
|
|
838
|
+
preferAvatar,
|
|
839
|
+
size
|
|
840
|
+
}) {
|
|
841
|
+
switch (media == null ? void 0 : media.type) {
|
|
842
|
+
case "avatar":
|
|
843
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(AvatarMedia, __spreadProps(__spreadValues({}, media), { size }));
|
|
844
|
+
case "image": {
|
|
845
|
+
const imageNode = getImageNode(media, size);
|
|
846
|
+
return preferAvatar ? /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_components11.AvatarView, { children: imageNode }) : imageNode;
|
|
847
|
+
}
|
|
848
|
+
case "legacy": {
|
|
849
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(LegacyMedia, __spreadProps(__spreadValues({}, media), { preferAvatar, size }));
|
|
850
|
+
}
|
|
851
|
+
default:
|
|
852
|
+
return null;
|
|
1496
853
|
}
|
|
1497
|
-
const name = uri.replace("urn:wise:icons:", "").split("?")[0];
|
|
1498
|
-
return isValidIconName(name);
|
|
1499
854
|
}
|
|
1500
|
-
var DynamicIcon_default = DynamicIcon;
|
|
1501
855
|
|
|
1502
|
-
// ../renderers/src/components/Media/
|
|
1503
|
-
var
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
const qComponents = qComponent == null ? void 0 : qComponent.split("&").map((c) => c.split("=")).map(([a, b]) => [a, b]);
|
|
1509
|
-
return {
|
|
1510
|
-
name,
|
|
1511
|
-
rComponents,
|
|
1512
|
-
qComponents
|
|
1513
|
-
};
|
|
1514
|
-
};
|
|
1515
|
-
|
|
1516
|
-
// ../renderers/src/components/Media/resolveUri.tsx
|
|
1517
|
-
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
1518
|
-
var resolveUri = (uri, size) => {
|
|
1519
|
-
var _a, _b;
|
|
1520
|
-
const { name, qComponents = [] } = stringToURN(uri);
|
|
1521
|
-
if (isValidIconUrn(name)) {
|
|
1522
|
-
const icon = /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(DynamicIcon_default, { name: name.replace("urn:wise:icons:", "") });
|
|
1523
|
-
return {
|
|
1524
|
-
icon,
|
|
1525
|
-
backgroundColor: formatColor((_a = qComponents.find(([key]) => key === "background-color")) == null ? void 0 : _a[1])
|
|
1526
|
-
};
|
|
1527
|
-
}
|
|
1528
|
-
if (isUrnFlag(name)) {
|
|
1529
|
-
return {
|
|
1530
|
-
asset: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(UrnFlag, { urn: name, size })
|
|
1531
|
-
};
|
|
1532
|
-
}
|
|
1533
|
-
if (name.startsWith("data:text/plain,")) {
|
|
1534
|
-
const text = decodeURI(name.replace("data:text/plain,", ""));
|
|
1535
|
-
return {
|
|
1536
|
-
asset: text,
|
|
1537
|
-
backgroundColor: formatColor((_b = qComponents.find(([key]) => key === "background-color")) == null ? void 0 : _b[1])
|
|
1538
|
-
};
|
|
1539
|
-
}
|
|
1540
|
-
if (!uri.startsWith("urn:")) {
|
|
1541
|
-
return { asset: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("img", { src: uri, alt: "", width: `${size}px` }) };
|
|
1542
|
-
}
|
|
1543
|
-
return { asset: void 0 };
|
|
1544
|
-
};
|
|
1545
|
-
var formatColor = (color) => {
|
|
1546
|
-
if (!color) {
|
|
1547
|
-
return void 0;
|
|
1548
|
-
}
|
|
1549
|
-
if (color.startsWith("#")) {
|
|
1550
|
-
return color;
|
|
1551
|
-
}
|
|
1552
|
-
return `var(--color-${color.replace(/^base-|brand-/, "")})`;
|
|
1553
|
-
};
|
|
1554
|
-
|
|
1555
|
-
// ../renderers/src/components/Media/AvatarMedia.tsx
|
|
1556
|
-
var import_components8 = require("@transferwise/components");
|
|
1557
|
-
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
1558
|
-
var AvatarMedia = ({
|
|
1559
|
-
accessibilityDescription,
|
|
1560
|
-
content,
|
|
1561
|
-
size
|
|
1562
|
-
}) => {
|
|
1563
|
-
const getRenderableAvatar = (avatar) => {
|
|
1564
|
-
if (avatar.type === "text") {
|
|
1565
|
-
return { asset: avatar.text };
|
|
1566
|
-
}
|
|
1567
|
-
return __spreadProps(__spreadValues({}, resolveUri(avatar.uri, size)), {
|
|
1568
|
-
badge: avatar.badgeUri ? resolveUri(avatar.badgeUri, 16) : void 0
|
|
1569
|
-
});
|
|
1570
|
-
};
|
|
1571
|
-
const avatars = content.map(getRenderableAvatar);
|
|
1572
|
-
if (avatars.length === 1) {
|
|
1573
|
-
const { badge, backgroundColor, asset, icon } = avatars[0];
|
|
1574
|
-
if (!asset && !icon) {
|
|
1575
|
-
return null;
|
|
1576
|
-
}
|
|
1577
|
-
return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1578
|
-
import_components8.AvatarView,
|
|
1579
|
-
{
|
|
1580
|
-
"aria-label": accessibilityDescription,
|
|
1581
|
-
size,
|
|
1582
|
-
badge: badge ? __spreadProps(__spreadValues({}, badge), {
|
|
1583
|
-
type: "reference"
|
|
1584
|
-
}) : void 0,
|
|
1585
|
-
style: { backgroundColor },
|
|
1586
|
-
children: icon != null ? icon : asset
|
|
1587
|
-
}
|
|
1588
|
-
);
|
|
1589
|
-
}
|
|
1590
|
-
const avatarsWithoutBadges = avatars.filter(({ asset }) => asset).slice(0, 2).map((_a) => {
|
|
1591
|
-
var _b = _a, { badge } = _b, rest = __objRest(_b, ["badge"]);
|
|
1592
|
-
return __spreadValues({}, rest);
|
|
1593
|
-
});
|
|
1594
|
-
return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1595
|
-
import_components8.AvatarLayout,
|
|
1596
|
-
{
|
|
1597
|
-
"aria-label": accessibilityDescription,
|
|
1598
|
-
size,
|
|
1599
|
-
orientation: "diagonal",
|
|
1600
|
-
avatars: avatarsWithoutBadges
|
|
1601
|
-
}
|
|
1602
|
-
);
|
|
1603
|
-
};
|
|
1604
|
-
|
|
1605
|
-
// ../renderers/src/utils/image-utils.tsx
|
|
1606
|
-
var import_components9 = require("@transferwise/components");
|
|
1607
|
-
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
1608
|
-
var getBadgedMedia = (iconNode, imageNode, size) => {
|
|
1609
|
-
if (iconNode && imageNode) {
|
|
1610
|
-
if (imageNode && iconNode) {
|
|
1611
|
-
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_components9.AvatarView, { size, badge: { asset: iconNode, type: "reference" }, children: imageNode });
|
|
1612
|
-
}
|
|
1613
|
-
}
|
|
1614
|
-
return null;
|
|
1615
|
-
};
|
|
1616
|
-
var getIconNode = (icon) => {
|
|
1617
|
-
if (icon) {
|
|
1618
|
-
if ("name" in icon) {
|
|
1619
|
-
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(DynamicIcon_default, { name: icon.name });
|
|
1620
|
-
}
|
|
1621
|
-
if (icon.text) {
|
|
1622
|
-
return icon.text;
|
|
1623
|
-
}
|
|
1624
|
-
}
|
|
1625
|
-
return null;
|
|
1626
|
-
};
|
|
1627
|
-
var getImageNode = (image, size) => {
|
|
1628
|
-
if (image) {
|
|
1629
|
-
const { accessibilityDescription, uri } = image;
|
|
1630
|
-
if (!uri.startsWith("urn:")) {
|
|
1631
|
-
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("img", { src: uri, alt: accessibilityDescription, width: `${size}px` });
|
|
1632
|
-
}
|
|
1633
|
-
if (isUrnFlag(uri)) {
|
|
1634
|
-
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(UrnFlag, { urn: uri, accessibilityDescription, size });
|
|
1635
|
-
}
|
|
1636
|
-
}
|
|
1637
|
-
return null;
|
|
1638
|
-
};
|
|
1639
|
-
|
|
1640
|
-
// ../renderers/src/components/Media/Media.tsx
|
|
1641
|
-
var import_components11 = require("@transferwise/components");
|
|
1642
|
-
|
|
1643
|
-
// ../renderers/src/components/Media/LegacyMedia.tsx
|
|
1644
|
-
var import_components10 = require("@transferwise/components");
|
|
1645
|
-
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
1646
|
-
var LegacyMedia = ({ image, icon, preferAvatar, size }) => {
|
|
1647
|
-
const imageNode = getImageNode(image, size);
|
|
1648
|
-
const iconNode = getIconNode(icon);
|
|
1649
|
-
const badge = getBadgedMedia(iconNode, imageNode, size);
|
|
1650
|
-
if (badge) {
|
|
1651
|
-
return badge;
|
|
1652
|
-
}
|
|
1653
|
-
if (imageNode) {
|
|
1654
|
-
return preferAvatar ? /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_components10.AvatarView, { children: imageNode }) : imageNode;
|
|
1655
|
-
}
|
|
1656
|
-
if (iconNode && icon) {
|
|
1657
|
-
if ("text" in icon || size === 48) {
|
|
1658
|
-
return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_components10.AvatarView, { size, children: iconNode });
|
|
1659
|
-
}
|
|
1660
|
-
return iconNode;
|
|
1661
|
-
}
|
|
1662
|
-
return null;
|
|
1663
|
-
};
|
|
1664
|
-
|
|
1665
|
-
// ../renderers/src/components/Media/Media.tsx
|
|
1666
|
-
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
1667
|
-
function Media({
|
|
1668
|
-
media,
|
|
1669
|
-
preferAvatar,
|
|
1670
|
-
size
|
|
1671
|
-
}) {
|
|
1672
|
-
switch (media == null ? void 0 : media.type) {
|
|
1673
|
-
case "avatar":
|
|
1674
|
-
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(AvatarMedia, __spreadProps(__spreadValues({}, media), { size }));
|
|
1675
|
-
case "image": {
|
|
1676
|
-
const imageNode = getImageNode(media, size);
|
|
1677
|
-
return preferAvatar ? /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_components11.AvatarView, { children: imageNode }) : imageNode;
|
|
1678
|
-
}
|
|
1679
|
-
case "legacy": {
|
|
1680
|
-
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(LegacyMedia, __spreadProps(__spreadValues({}, media), { preferAvatar, size }));
|
|
1681
|
-
}
|
|
1682
|
-
default:
|
|
1683
|
-
return null;
|
|
1684
|
-
}
|
|
1685
|
-
}
|
|
1686
|
-
|
|
1687
|
-
// ../renderers/src/components/Media/OptionMedia.tsx
|
|
1688
|
-
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
1689
|
-
var mediaSize = 48;
|
|
1690
|
-
function OptionMedia(props) {
|
|
1691
|
-
return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Media, __spreadProps(__spreadValues({}, props), { size: mediaSize }));
|
|
1692
|
-
}
|
|
856
|
+
// ../renderers/src/components/Media/OptionMedia.tsx
|
|
857
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
858
|
+
var mediaSize = 48;
|
|
859
|
+
function OptionMedia(props) {
|
|
860
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Media, __spreadProps(__spreadValues({}, props), { size: mediaSize }));
|
|
861
|
+
}
|
|
1693
862
|
|
|
1694
863
|
// ../renderers/src/components/Media/getInlineMedia.tsx
|
|
1695
864
|
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
@@ -2899,6 +2068,18 @@ var getHeaderAction = (callToAction) => {
|
|
|
2899
2068
|
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
2900
2069
|
var ReviewRenderer = {
|
|
2901
2070
|
canRenderType: "review",
|
|
2071
|
+
extensions: {
|
|
2072
|
+
field: ({ label, value, help, analyticsId: fieldAnalyticsId, trackEvent, orientation }) => ({
|
|
2073
|
+
key: label,
|
|
2074
|
+
title: label,
|
|
2075
|
+
value: getFieldValue(
|
|
2076
|
+
value,
|
|
2077
|
+
help,
|
|
2078
|
+
orientation,
|
|
2079
|
+
() => trackEvent("Help Pressed", { layoutItemId: fieldAnalyticsId })
|
|
2080
|
+
)
|
|
2081
|
+
})
|
|
2082
|
+
},
|
|
2902
2083
|
render: ({ callToAction, control, fields, margin, title, trackEvent }) => {
|
|
2903
2084
|
const orientation = mapControlToDefinitionListLayout(control);
|
|
2904
2085
|
return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: getMargin(margin), children: [
|
|
@@ -2908,16 +2089,10 @@ var ReviewRenderer = {
|
|
|
2908
2089
|
{
|
|
2909
2090
|
layout: orientation,
|
|
2910
2091
|
definitions: fields.map(
|
|
2911
|
-
(
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
value,
|
|
2916
|
-
help,
|
|
2917
|
-
orientation,
|
|
2918
|
-
() => trackEvent("Help Pressed", { layoutItemId: fieldAnalyticsId })
|
|
2919
|
-
)
|
|
2920
|
-
})
|
|
2092
|
+
(field) => ReviewRenderer.extensions.field(__spreadProps(__spreadValues({}, field), {
|
|
2093
|
+
orientation,
|
|
2094
|
+
trackEvent
|
|
2095
|
+
}))
|
|
2921
2096
|
)
|
|
2922
2097
|
}
|
|
2923
2098
|
) })
|
|
@@ -3830,161 +3005,1002 @@ var TextInputRenderer = {
|
|
|
3830
3005
|
);
|
|
3831
3006
|
}
|
|
3832
3007
|
};
|
|
3833
|
-
var TextInputRenderer_default = TextInputRenderer;
|
|
3834
|
-
|
|
3835
|
-
// ../renderers/src/UploadInputRenderer.tsx
|
|
3836
|
-
var import_components49 = require("@transferwise/components");
|
|
3837
|
-
|
|
3838
|
-
// ../renderers/src/utils/getRandomId.ts
|
|
3839
|
-
var getRandomId = () => Math.random().toString(36).substring(2);
|
|
3008
|
+
var TextInputRenderer_default = TextInputRenderer;
|
|
3009
|
+
|
|
3010
|
+
// ../renderers/src/UploadInputRenderer.tsx
|
|
3011
|
+
var import_components49 = require("@transferwise/components");
|
|
3012
|
+
|
|
3013
|
+
// ../renderers/src/utils/getRandomId.ts
|
|
3014
|
+
var getRandomId = () => Math.random().toString(36).substring(2);
|
|
3015
|
+
|
|
3016
|
+
// ../renderers/src/UploadInputRenderer.tsx
|
|
3017
|
+
var import_jsx_runtime71 = require("react/jsx-runtime");
|
|
3018
|
+
var UploadInputRenderer = {
|
|
3019
|
+
canRenderType: "input-upload",
|
|
3020
|
+
render: (props) => {
|
|
3021
|
+
const { id, accepts, title, description, disabled, maxSize, validationState, onUpload } = props;
|
|
3022
|
+
const onUploadFile = async (formData) => {
|
|
3023
|
+
const file = formData.get("file");
|
|
3024
|
+
return onUpload(file).then(() => ({
|
|
3025
|
+
id: getRandomId()
|
|
3026
|
+
}));
|
|
3027
|
+
};
|
|
3028
|
+
const onDeleteFile = async () => {
|
|
3029
|
+
await onUpload(null);
|
|
3030
|
+
};
|
|
3031
|
+
return (
|
|
3032
|
+
// We don't pass help here as there is no sensible place to display it
|
|
3033
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
3034
|
+
UploadFieldInput_default,
|
|
3035
|
+
{
|
|
3036
|
+
id,
|
|
3037
|
+
label: void 0,
|
|
3038
|
+
description: void 0,
|
|
3039
|
+
validation: validationState,
|
|
3040
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
3041
|
+
import_components49.UploadInput,
|
|
3042
|
+
{
|
|
3043
|
+
id,
|
|
3044
|
+
description,
|
|
3045
|
+
disabled,
|
|
3046
|
+
sizeLimit: getSizeLimit(maxSize),
|
|
3047
|
+
fileTypes: acceptsToFileTypes(accepts),
|
|
3048
|
+
uploadButtonTitle: title,
|
|
3049
|
+
onDeleteFile,
|
|
3050
|
+
onUploadFile
|
|
3051
|
+
}
|
|
3052
|
+
)
|
|
3053
|
+
}
|
|
3054
|
+
)
|
|
3055
|
+
);
|
|
3056
|
+
}
|
|
3057
|
+
};
|
|
3058
|
+
var LargeUploadRenderer = {
|
|
3059
|
+
canRenderType: "input-upload",
|
|
3060
|
+
canRender: (props) => props.control === "upload-large",
|
|
3061
|
+
render: (props) => {
|
|
3062
|
+
const _a = props, {
|
|
3063
|
+
id,
|
|
3064
|
+
accepts,
|
|
3065
|
+
control,
|
|
3066
|
+
title,
|
|
3067
|
+
description,
|
|
3068
|
+
disabled,
|
|
3069
|
+
help,
|
|
3070
|
+
type,
|
|
3071
|
+
validationState,
|
|
3072
|
+
maxSize = null,
|
|
3073
|
+
onUpload
|
|
3074
|
+
} = _a, rest = __objRest(_a, [
|
|
3075
|
+
"id",
|
|
3076
|
+
"accepts",
|
|
3077
|
+
"control",
|
|
3078
|
+
"title",
|
|
3079
|
+
"description",
|
|
3080
|
+
"disabled",
|
|
3081
|
+
"help",
|
|
3082
|
+
"type",
|
|
3083
|
+
"validationState",
|
|
3084
|
+
"maxSize",
|
|
3085
|
+
"onUpload"
|
|
3086
|
+
]);
|
|
3087
|
+
const uploadProps = __spreadProps(__spreadValues({}, rest), { id, name: id, maxSize });
|
|
3088
|
+
const onUploadFile = async (file, fileName) => {
|
|
3089
|
+
try {
|
|
3090
|
+
const convertedFile = file ? await toFile(file, fileName) : null;
|
|
3091
|
+
await onUpload(convertedFile);
|
|
3092
|
+
} catch (e) {
|
|
3093
|
+
await onUpload(null);
|
|
3094
|
+
throw e;
|
|
3095
|
+
}
|
|
3096
|
+
};
|
|
3097
|
+
const filetypes = acceptsToFileTypes(accepts);
|
|
3098
|
+
const usAccept = filetypes === "*" ? "*" : filetypes.join(",");
|
|
3099
|
+
return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
3100
|
+
FieldInput_default,
|
|
3101
|
+
{
|
|
3102
|
+
id,
|
|
3103
|
+
label: title,
|
|
3104
|
+
description,
|
|
3105
|
+
validation: validationState,
|
|
3106
|
+
help,
|
|
3107
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
3108
|
+
import_components49.Upload,
|
|
3109
|
+
__spreadProps(__spreadValues({}, uploadProps), {
|
|
3110
|
+
usAccept,
|
|
3111
|
+
usDisabled: disabled,
|
|
3112
|
+
onSuccess: onUploadFile,
|
|
3113
|
+
onFailure: async () => onUpload(null),
|
|
3114
|
+
onCancel: async () => onUpload(null)
|
|
3115
|
+
})
|
|
3116
|
+
)
|
|
3117
|
+
}
|
|
3118
|
+
);
|
|
3119
|
+
}
|
|
3120
|
+
};
|
|
3121
|
+
|
|
3122
|
+
// ../renderers/src/getWiseRenderers.ts
|
|
3123
|
+
var getWiseRenderers = () => [
|
|
3124
|
+
AddressValidationButtonRenderer_default,
|
|
3125
|
+
AlertRenderer_default,
|
|
3126
|
+
CheckboxInputRenderer_default,
|
|
3127
|
+
BoxRenderer_default,
|
|
3128
|
+
ButtonRenderer_default,
|
|
3129
|
+
ColumnsRenderer_default,
|
|
3130
|
+
DateInputRenderer_default,
|
|
3131
|
+
DecisionRenderer_default,
|
|
3132
|
+
DividerRenderer_default,
|
|
3133
|
+
ExternalConfirmationRenderer_default,
|
|
3134
|
+
FormRenderer_default,
|
|
3135
|
+
FormSectionRenderer_default,
|
|
3136
|
+
HeadingRenderer_default,
|
|
3137
|
+
ImageRenderer_default,
|
|
3138
|
+
InstructionsRenderer_default,
|
|
3139
|
+
IntegerInputRenderer_default,
|
|
3140
|
+
LargeUploadRenderer,
|
|
3141
|
+
ListRenderer_default,
|
|
3142
|
+
LoadingIndicatorRenderer_default,
|
|
3143
|
+
MarkdownRenderer_default,
|
|
3144
|
+
ModalRenderer,
|
|
3145
|
+
ModalLayoutRenderer_default,
|
|
3146
|
+
MultiSelectInputRenderer_default,
|
|
3147
|
+
MultiUploadInputRenderer_default,
|
|
3148
|
+
NumberInputRenderer_default,
|
|
3149
|
+
ParagraphRenderer_default,
|
|
3150
|
+
RepeatableRenderer_default,
|
|
3151
|
+
ReviewRenderer_default,
|
|
3152
|
+
SearchRenderer_default,
|
|
3153
|
+
SelectInputRenderer_default,
|
|
3154
|
+
SectionRenderer_default,
|
|
3155
|
+
StatusListRenderer_default,
|
|
3156
|
+
TabsRenderer,
|
|
3157
|
+
TextInputRenderer_default,
|
|
3158
|
+
UploadInputRenderer,
|
|
3159
|
+
SplashStepRenderer,
|
|
3160
|
+
SplashCelebrationStepRenderer,
|
|
3161
|
+
StepRenderer
|
|
3162
|
+
];
|
|
3163
|
+
|
|
3164
|
+
// ../renderers/src/factories/createReviewRenderer.ts
|
|
3165
|
+
function createReviewRenderer(extensions = {}) {
|
|
3166
|
+
return __spreadProps(__spreadValues({}, ReviewRenderer_default), {
|
|
3167
|
+
extensions: __spreadValues(__spreadValues({}, ReviewRenderer_default.extensions), extensions)
|
|
3168
|
+
});
|
|
3169
|
+
}
|
|
3170
|
+
|
|
3171
|
+
// src/index.ts
|
|
3172
|
+
var import_dynamic_flow_client4 = require("@wise/dynamic-flow-client");
|
|
3173
|
+
|
|
3174
|
+
// src/i18n/index.ts
|
|
3175
|
+
var import_dynamic_flow_client = require("@wise/dynamic-flow-client");
|
|
3176
|
+
|
|
3177
|
+
// src/i18n/cs.json
|
|
3178
|
+
var cs_default = {
|
|
3179
|
+
"df.wise.ArraySchema.addItem": "Ulo\u017Eit",
|
|
3180
|
+
"df.wise.ArraySchema.addItemTitle": "P\u0159idat polo\u017Eku",
|
|
3181
|
+
"df.wise.ArraySchema.editItem": "Ulo\u017Eit",
|
|
3182
|
+
"df.wise.ArraySchema.maxItemsError": "P\u0159idejte {maxItems} nebo m\xE9n\u011B.",
|
|
3183
|
+
"df.wise.ArraySchema.minItemsError": "P\u0159idejte alespo\u0148 {minItems}.",
|
|
3184
|
+
"df.wise.ArraySchema.removeItem": "Odebrat",
|
|
3185
|
+
"df.wise.ButtonLayout.buttonLoadingMessage": "M\u016F\u017Ee to trvat p\xE1r sekund",
|
|
3186
|
+
"df.wise.ControlFeedback.maxLength": "Zadejte {maxLength} nebo m\xE9n\u011B znak\u016F.",
|
|
3187
|
+
"df.wise.ControlFeedback.maximum": "Zadejte \u010D\xEDslo, kter\xE9 je {maximum} nebo men\u0161\xED.",
|
|
3188
|
+
"df.wise.ControlFeedback.maximumDate": "Zadejte datum, kter\xE9 je {maximum} nebo p\u0159edt\xEDm.",
|
|
3189
|
+
"df.wise.ControlFeedback.minLength": "Zadejte alespo\u0148 n\xE1sleduj\xEDc\xED po\u010Det znak\u016F: {minLength}.",
|
|
3190
|
+
"df.wise.ControlFeedback.minimum": "Zadejte \u010D\xEDslo, kter\xE9 je {minimum} nebo vy\u0161\u0161\xED.",
|
|
3191
|
+
"df.wise.ControlFeedback.minimumDate": "Zadejte datum, kter\xE9 je {minimum} nebo potom.",
|
|
3192
|
+
"df.wise.ControlFeedback.pattern": "Zadejte to pros\xEDm ve spr\xE1vn\xE9m form\xE1tu.",
|
|
3193
|
+
"df.wise.ControlFeedback.patternDate": "Zadejte pros\xEDm datum ve spr\xE1vn\xE9m form\xE1tu.",
|
|
3194
|
+
"df.wise.ControlFeedback.required": "Vypl\u0148te pros\xEDm toto pole.",
|
|
3195
|
+
"df.wise.ControlFeedback.type": "Nespr\xE1vn\xFD typ",
|
|
3196
|
+
"df.wise.CopyFeedback.copy": "Zkop\xEDrov\xE1no do schr\xE1nky",
|
|
3197
|
+
"df.wise.CopyFeedback.copyFailed": "Kop\xEDrov\xE1n\xED do schr\xE1nky se nezda\u0159ilo",
|
|
3198
|
+
"df.wise.Decision.all": "V\u0161e",
|
|
3199
|
+
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
3200
|
+
"df.wise.Decision.noResults": "\u017D\xE1dn\xE9 v\xFDsledky",
|
|
3201
|
+
"df.wise.Decision.popular": "Popul\xE1rn\xED",
|
|
3202
|
+
"df.wise.Decision.recent": "Ned\xE1vn\xE9",
|
|
3203
|
+
"df.wise.Decision.results": "V\xFDsledky hled\xE1n\xED",
|
|
3204
|
+
"df.wise.DynamicParagraph.copied": "Zkop\xEDrov\xE1no do schr\xE1nky",
|
|
3205
|
+
"df.wise.DynamicParagraph.copy": "Kop\xEDrovat",
|
|
3206
|
+
"df.wise.ErrorBoundary.errorAlert": "N\u011Bco se pokazilo.",
|
|
3207
|
+
"df.wise.ErrorBoundary.retry": "Zkusit znovu",
|
|
3208
|
+
"df.wise.ExternalConfirmation.cancel": "Zru\u0161it",
|
|
3209
|
+
"df.wise.ExternalConfirmation.description": "Potvr\u010Fte, \u017Ee chcete otev\u0159\xEDt **{origin}** v nov\xE9 kart\u011B prohl\xED\u017Ee\u010De.",
|
|
3210
|
+
"df.wise.ExternalConfirmation.open": "Otev\u0159\xEDt v nov\xE9 kart\u011B",
|
|
3211
|
+
"df.wise.ExternalConfirmation.title": "Potvr\u010Fte",
|
|
3212
|
+
"df.wise.Help.ariaLabel": "Pro v\xEDce informac\xED klikn\u011Bte sem.",
|
|
3213
|
+
"df.wise.MultiSelect.summary": "{first} a {count} dal\u0161\xED(ch)",
|
|
3214
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Je n\xE1m l\xEDto, ale tento soubor je p\u0159\xEDli\u0161 velk\xFD. Nahrajte pros\xEDm men\u0161\xED soubor.",
|
|
3215
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Nahrajte {maxItems} nebo m\xE9n\u011B soubor\u016F.",
|
|
3216
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Nahrajte pros\xEDm alespo\u0148 n\xE1sleduj\xEDc\xED po\u010Det soubor\u016F: {minItems}.",
|
|
3217
|
+
"df.wise.PersistAsyncSchema.genericError": "N\u011Bco se pokazilo. Zkuste to pros\xEDm znovu.",
|
|
3218
|
+
"df.wise.SearchLayout.loading": "Na\u010D\xEDt\xE1n\xED..."
|
|
3219
|
+
};
|
|
3220
|
+
|
|
3221
|
+
// src/i18n/de.json
|
|
3222
|
+
var de_default = {
|
|
3223
|
+
"df.wise.ArraySchema.addItem": "Speichern",
|
|
3224
|
+
"df.wise.ArraySchema.addItemTitle": "Artikel hinzuf\xFCgen",
|
|
3225
|
+
"df.wise.ArraySchema.editItem": "Speichern",
|
|
3226
|
+
"df.wise.ArraySchema.maxItemsError": "Bitte f\xFCge {maxItems} oder weniger hinzu.",
|
|
3227
|
+
"df.wise.ArraySchema.minItemsError": "Bitte f\xFCge mindestens {minItems} hinzu.",
|
|
3228
|
+
"df.wise.ArraySchema.removeItem": "Entfernen",
|
|
3229
|
+
"df.wise.ButtonLayout.buttonLoadingMessage": "Dies kann ein paar Sekunden dauern",
|
|
3230
|
+
"df.wise.ControlFeedback.maxLength": "Bitte gib nicht mehr als {maxLength} Zeichen ein.",
|
|
3231
|
+
"df.wise.ControlFeedback.maximum": "Bitte gib eine Zahl ein, die {maximum} oder weniger betr\xE4gt.",
|
|
3232
|
+
"df.wise.ControlFeedback.maximumDate": "Bitte gib ein Datum ein, das am oder vor dem {maximum} liegt.",
|
|
3233
|
+
"df.wise.ControlFeedback.minLength": "Bitte gib mindestens {minLength} Zeichen ein.",
|
|
3234
|
+
"df.wise.ControlFeedback.minimum": "Bitte gib eine Zahl ein, die {minimum} oder mehr betr\xE4gt.",
|
|
3235
|
+
"df.wise.ControlFeedback.minimumDate": "Bitte gib ein Datum ein, das am oder nach dem {minimum} liegt.",
|
|
3236
|
+
"df.wise.ControlFeedback.pattern": "Bitte gib die Angabe im richtigen Format ein.",
|
|
3237
|
+
"df.wise.ControlFeedback.patternDate": "Bitte gib ein Datum im richtigen Format ein.",
|
|
3238
|
+
"df.wise.ControlFeedback.required": "Bitte f\xFClle dieses Feld aus.",
|
|
3239
|
+
"df.wise.ControlFeedback.type": "Falscher Typ",
|
|
3240
|
+
"df.wise.CopyFeedback.copy": "In Zwischenablage kopiert",
|
|
3241
|
+
"df.wise.CopyFeedback.copyFailed": "Kopieren in Zwischenablage fehlgeschlagen",
|
|
3242
|
+
"df.wise.Decision.all": "Alle",
|
|
3243
|
+
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
3244
|
+
"df.wise.Decision.noResults": "Keine Ergebnisse",
|
|
3245
|
+
"df.wise.Decision.popular": "Beliebt",
|
|
3246
|
+
"df.wise.Decision.recent": "Neu",
|
|
3247
|
+
"df.wise.Decision.results": "Suchergebnisse",
|
|
3248
|
+
"df.wise.DynamicParagraph.copied": "In Zwischenablage kopiert",
|
|
3249
|
+
"df.wise.DynamicParagraph.copy": "Kopieren",
|
|
3250
|
+
"df.wise.ErrorBoundary.errorAlert": "Da ist etwas schiefgegangen.",
|
|
3251
|
+
"df.wise.ErrorBoundary.retry": "Erneut versuchen",
|
|
3252
|
+
"df.wise.ExternalConfirmation.cancel": "Abbrechen",
|
|
3253
|
+
"df.wise.ExternalConfirmation.description": "Bitte best\xE4tige, dass du **{origin}** in einem neuen Browser-Tab \xF6ffnen m\xF6chtest.",
|
|
3254
|
+
"df.wise.ExternalConfirmation.open": "In neuem Tab \xF6ffnen",
|
|
3255
|
+
"df.wise.ExternalConfirmation.title": "Bitte best\xE4tigen",
|
|
3256
|
+
"df.wise.Help.ariaLabel": "Klicke hier f\xFCr mehr Informationen.",
|
|
3257
|
+
"df.wise.MultiSelect.summary": "{first} und {count} weitere",
|
|
3258
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Diese Datei ist leider zu gro\xDF. Bitte lade eine kleinere Datei hoch.",
|
|
3259
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Bitte lade {maxItems} oder weniger Dateien hoch.",
|
|
3260
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Bitte lade mindestens {minItems} Datei(en) hoch.",
|
|
3261
|
+
"df.wise.PersistAsyncSchema.genericError": "Da ist etwas schiefgegangen. Versuche es bitte nochmal.",
|
|
3262
|
+
"df.wise.SearchLayout.loading": "L\xE4dt..."
|
|
3263
|
+
};
|
|
3264
|
+
|
|
3265
|
+
// src/i18n/en.json
|
|
3266
|
+
var en_default = {
|
|
3267
|
+
"df.wise.ArraySchema.addItem": "Save",
|
|
3268
|
+
"df.wise.ArraySchema.addItemTitle": "Add Item",
|
|
3269
|
+
"df.wise.ArraySchema.editItem": "Save",
|
|
3270
|
+
"df.wise.ArraySchema.maxItemsError": "Please add {maxItems} or fewer.",
|
|
3271
|
+
"df.wise.ArraySchema.minItemsError": "Please add at least {minItems}.",
|
|
3272
|
+
"df.wise.ArraySchema.removeItem": "Remove",
|
|
3273
|
+
"df.wise.ButtonLayout.buttonLoadingMessage": "This might take a few seconds",
|
|
3274
|
+
"df.wise.ControlFeedback.maxLength": "Please enter {maxLength} or fewer characters.",
|
|
3275
|
+
"df.wise.ControlFeedback.maximum": "Please enter a number that's {maximum} or less.",
|
|
3276
|
+
"df.wise.ControlFeedback.maximumDate": "Please enter a date that's on or before {maximum}.",
|
|
3277
|
+
"df.wise.ControlFeedback.minLength": "Please enter at least {minLength} characters.",
|
|
3278
|
+
"df.wise.ControlFeedback.minimum": "Please enter a number that's {minimum} or more.",
|
|
3279
|
+
"df.wise.ControlFeedback.minimumDate": "Please enter a date that's on or after {minimum}.",
|
|
3280
|
+
"df.wise.ControlFeedback.pattern": "Please enter this in the correct format.",
|
|
3281
|
+
"df.wise.ControlFeedback.patternDate": "Please enter a date in the corrrect format.",
|
|
3282
|
+
"df.wise.ControlFeedback.required": "Please fill out this field.",
|
|
3283
|
+
"df.wise.ControlFeedback.type": "Incorrect type",
|
|
3284
|
+
"df.wise.CopyFeedback.copy": "Copied to clipboard",
|
|
3285
|
+
"df.wise.CopyFeedback.copyFailed": "Failed to copy to clipboard",
|
|
3286
|
+
"df.wise.Decision.all": "All",
|
|
3287
|
+
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
3288
|
+
"df.wise.Decision.noResults": "No results",
|
|
3289
|
+
"df.wise.Decision.popular": "Popular",
|
|
3290
|
+
"df.wise.Decision.recent": "Recent",
|
|
3291
|
+
"df.wise.Decision.results": "Search results",
|
|
3292
|
+
"df.wise.DynamicParagraph.copied": "Copied to clipboard",
|
|
3293
|
+
"df.wise.DynamicParagraph.copy": "Copy",
|
|
3294
|
+
"df.wise.ErrorBoundary.errorAlert": "Something went wrong.",
|
|
3295
|
+
"df.wise.ErrorBoundary.retry": "Retry",
|
|
3296
|
+
"df.wise.ExternalConfirmation.cancel": "Cancel",
|
|
3297
|
+
"df.wise.ExternalConfirmation.description": "Please confirm you want to open **{origin}** in a new browser tab.",
|
|
3298
|
+
"df.wise.ExternalConfirmation.open": "Open in new tab",
|
|
3299
|
+
"df.wise.ExternalConfirmation.title": "Please confirm",
|
|
3300
|
+
"df.wise.Help.ariaLabel": "Click here for more info.",
|
|
3301
|
+
"df.wise.MultiSelect.summary": "{first} and {count} more",
|
|
3302
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Sorry, that file is too big. Please upload a smaller file.",
|
|
3303
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Please upload {maxItems} or fewer files.",
|
|
3304
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Please upload at least {minItems} file(s).",
|
|
3305
|
+
"df.wise.PersistAsyncSchema.genericError": "Something went wrong, please try again.",
|
|
3306
|
+
"df.wise.SearchLayout.loading": "Loading..."
|
|
3307
|
+
};
|
|
3308
|
+
|
|
3309
|
+
// src/i18n/es.json
|
|
3310
|
+
var es_default = {
|
|
3311
|
+
"df.wise.ArraySchema.addItem": "Guardar",
|
|
3312
|
+
"df.wise.ArraySchema.addItemTitle": "A\xF1adir elemento",
|
|
3313
|
+
"df.wise.ArraySchema.editItem": "Guardar",
|
|
3314
|
+
"df.wise.ArraySchema.maxItemsError": "A\xF1ade {maxItems} o menos.",
|
|
3315
|
+
"df.wise.ArraySchema.minItemsError": "A\xF1ade al menos {minItems}.",
|
|
3316
|
+
"df.wise.ArraySchema.removeItem": "Eliminar",
|
|
3317
|
+
"df.wise.ButtonLayout.buttonLoadingMessage": "Esto puede tardar unos segundos",
|
|
3318
|
+
"df.wise.ControlFeedback.maxLength": "Introduce {maxLength} caracteres o menos.",
|
|
3319
|
+
"df.wise.ControlFeedback.maximum": "Introduce una cifra igual o inferior a {maximum}.",
|
|
3320
|
+
"df.wise.ControlFeedback.maximumDate": "Introduce una fecha que sea igual o anterior al {maximum}.",
|
|
3321
|
+
"df.wise.ControlFeedback.minLength": "Introduce al menos {minLength} caracteres.",
|
|
3322
|
+
"df.wise.ControlFeedback.minimum": "Introduce una cifra igual o inferior a {minimum}.",
|
|
3323
|
+
"df.wise.ControlFeedback.minimumDate": "Introduce una fecha que sea igual o posterior al {minimum}.",
|
|
3324
|
+
"df.wise.ControlFeedback.pattern": "Utiliza el formato correcto.",
|
|
3325
|
+
"df.wise.ControlFeedback.patternDate": "Introduce la fecha en un formato correcto.",
|
|
3326
|
+
"df.wise.ControlFeedback.required": "Completa este campo.",
|
|
3327
|
+
"df.wise.ControlFeedback.type": "Tipo incorrecto",
|
|
3328
|
+
"df.wise.CopyFeedback.copy": "Copiado al portapapeles",
|
|
3329
|
+
"df.wise.CopyFeedback.copyFailed": "Error al copiar al portapapeles",
|
|
3330
|
+
"df.wise.Decision.all": "Todas",
|
|
3331
|
+
"df.wise.Decision.filterPlaceholder": "Empieza a escribir para buscar",
|
|
3332
|
+
"df.wise.Decision.noResults": "No hay resultados",
|
|
3333
|
+
"df.wise.Decision.popular": "Populares",
|
|
3334
|
+
"df.wise.Decision.recent": "Recientes",
|
|
3335
|
+
"df.wise.Decision.results": "Resultados de b\xFAsqueda",
|
|
3336
|
+
"df.wise.DynamicParagraph.copied": "Copiado al portapapeles",
|
|
3337
|
+
"df.wise.DynamicParagraph.copy": "Copiar",
|
|
3338
|
+
"df.wise.ErrorBoundary.errorAlert": "Ha habido un error.",
|
|
3339
|
+
"df.wise.ErrorBoundary.retry": "Reintentar",
|
|
3340
|
+
"df.wise.ExternalConfirmation.cancel": "Cancelar",
|
|
3341
|
+
"df.wise.ExternalConfirmation.description": "Confirma que quieres abrir **{origin}** en una nueva pesta\xF1a del navegador.",
|
|
3342
|
+
"df.wise.ExternalConfirmation.open": "Abrir en nueva pesta\xF1a",
|
|
3343
|
+
"df.wise.ExternalConfirmation.title": "Por favor, confirma",
|
|
3344
|
+
"df.wise.Help.ariaLabel": "Haz clic aqu\xED para obtener m\xE1s informaci\xF3n.",
|
|
3345
|
+
"df.wise.MultiSelect.summary": "{first} y {count} m\xE1s",
|
|
3346
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Lo sentimos, el archivo pesa demasiado. Sube uno m\xE1s peque\xF1o.",
|
|
3347
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Sube {maxItems} o menos archivos.",
|
|
3348
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Sube al menos {minItems} archivo(s).",
|
|
3349
|
+
"df.wise.PersistAsyncSchema.genericError": "Ha habido un error. Int\xE9ntalo de nuevo.",
|
|
3350
|
+
"df.wise.SearchLayout.loading": "Cargando..."
|
|
3351
|
+
};
|
|
3352
|
+
|
|
3353
|
+
// src/i18n/fr.json
|
|
3354
|
+
var fr_default = {
|
|
3355
|
+
"df.wise.ArraySchema.addItem": "Enregistrer",
|
|
3356
|
+
"df.wise.ArraySchema.addItemTitle": "Ajouter un \xE9l\xE9ment",
|
|
3357
|
+
"df.wise.ArraySchema.editItem": "Enregistrer",
|
|
3358
|
+
"df.wise.ArraySchema.maxItemsError": "Veuillez ajouter {maxItems} ou moins.",
|
|
3359
|
+
"df.wise.ArraySchema.minItemsError": "Veuillez ajouter au moins {minItems}.",
|
|
3360
|
+
"df.wise.ArraySchema.removeItem": "Supprimer",
|
|
3361
|
+
"df.wise.ButtonLayout.buttonLoadingMessage": "Patientez quelques secondes",
|
|
3362
|
+
"df.wise.ControlFeedback.maxLength": "Veuillez saisir {maxLength} caract\xE8res ou moins.",
|
|
3363
|
+
"df.wise.ControlFeedback.maximum": "Veuillez saisir un nombre inf\xE9rieur ou \xE9gal \xE0 {maximum}.",
|
|
3364
|
+
"df.wise.ControlFeedback.maximumDate": "Veuillez saisir une date \xE9gale ou ant\xE9rieure au {maximum}.",
|
|
3365
|
+
"df.wise.ControlFeedback.minLength": "Veuillez saisir au moins {minLength} caract\xE8res.",
|
|
3366
|
+
"df.wise.ControlFeedback.minimum": "Veuillez saisir un nombre sup\xE9rieur ou \xE9gal \xE0 {minimum}.",
|
|
3367
|
+
"df.wise.ControlFeedback.minimumDate": "Veuillez saisir une date \xE9gale ou post\xE9rieure au {minimum}.",
|
|
3368
|
+
"df.wise.ControlFeedback.pattern": "Veuillez saisir les informations dans le bon format.",
|
|
3369
|
+
"df.wise.ControlFeedback.patternDate": "Veuillez saisir une date au format correct.",
|
|
3370
|
+
"df.wise.ControlFeedback.required": "Champ obligatoire.",
|
|
3371
|
+
"df.wise.ControlFeedback.type": "Type incorrect",
|
|
3372
|
+
"df.wise.CopyFeedback.copy": "Copi\xE9 dans le presse-papier",
|
|
3373
|
+
"df.wise.CopyFeedback.copyFailed": "Impossible de copier dans le presse-papier",
|
|
3374
|
+
"df.wise.Decision.all": "Toutes",
|
|
3375
|
+
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
3376
|
+
"df.wise.Decision.noResults": "Aucun r\xE9sultat",
|
|
3377
|
+
"df.wise.Decision.popular": "Populaires",
|
|
3378
|
+
"df.wise.Decision.recent": "R\xE9cents",
|
|
3379
|
+
"df.wise.Decision.results": "R\xE9sultats de recherche",
|
|
3380
|
+
"df.wise.DynamicParagraph.copied": "Copi\xE9 dans le presse-papier",
|
|
3381
|
+
"df.wise.DynamicParagraph.copy": "Copier",
|
|
3382
|
+
"df.wise.ErrorBoundary.errorAlert": "Une erreur s'est produite.",
|
|
3383
|
+
"df.wise.ErrorBoundary.retry": "R\xE9essayer",
|
|
3384
|
+
"df.wise.ExternalConfirmation.cancel": "Annuler",
|
|
3385
|
+
"df.wise.ExternalConfirmation.description": "Veuillez confirmer que vous souhaitez ouvrir **{origin}** dans un nouvel onglet.",
|
|
3386
|
+
"df.wise.ExternalConfirmation.open": "Ouvrir dans un nouvel onglet",
|
|
3387
|
+
"df.wise.ExternalConfirmation.title": "Veuillez confirmer",
|
|
3388
|
+
"df.wise.Help.ariaLabel": "Cliquez ici pour plus d'informations.",
|
|
3389
|
+
"df.wise.MultiSelect.summary": "{first} et {count} de plus",
|
|
3390
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Nous sommes d\xE9sol\xE9s, ce fichier est trop volumineux. Veuillez t\xE9l\xE9charger un fichier plus petit.",
|
|
3391
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Veuillez t\xE9l\xE9charger {maxItems} fichiers ou moins.",
|
|
3392
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Veuillez t\xE9l\xE9charger au moins {minItems} fichier(s).",
|
|
3393
|
+
"df.wise.PersistAsyncSchema.genericError": "Une erreur s'est produite, veuillez r\xE9essayer.",
|
|
3394
|
+
"df.wise.SearchLayout.loading": "Chargement..."
|
|
3395
|
+
};
|
|
3396
|
+
|
|
3397
|
+
// src/i18n/hu.json
|
|
3398
|
+
var hu_default = {
|
|
3399
|
+
"df.wise.ArraySchema.addItem": "Ment\xE9s",
|
|
3400
|
+
"df.wise.ArraySchema.addItemTitle": "Elem hozz\xE1ad\xE1sa",
|
|
3401
|
+
"df.wise.ArraySchema.editItem": "Ment\xE9s",
|
|
3402
|
+
"df.wise.ArraySchema.maxItemsError": "K\xE9r\xFCnk, {maxItems} vagy ann\xE1l kevesebb t\xE9telt adj meg.",
|
|
3403
|
+
"df.wise.ArraySchema.minItemsError": "K\xE9r\xFCnk, legal\xE1bb {minItems} t\xE9telt adj meg.",
|
|
3404
|
+
"df.wise.ArraySchema.removeItem": "Elt\xE1vol\xEDt\xE1s",
|
|
3405
|
+
"df.wise.ButtonLayout.buttonLoadingMessage": "Ez eltarthat n\xE9h\xE1ny m\xE1sodpercig",
|
|
3406
|
+
"df.wise.ControlFeedback.maxLength": "K\xE9r\xFCnk, legfeljebb {maxLength} karaktert adj meg.",
|
|
3407
|
+
"df.wise.ControlFeedback.maximum": "K\xE9r\xFCnk, add meg ezt vagy egy enn\xE9l kisebb sz\xE1mot: {maximum}.",
|
|
3408
|
+
"df.wise.ControlFeedback.maximumDate": "K\xE9r\xFCnk, adj meg egy d\xE1tumot, ami megegyezik {maximum} napj\xE1val, vagy egy enn\xE9l kor\xE1bbit.",
|
|
3409
|
+
"df.wise.ControlFeedback.minLength": "K\xE9r\xFCnk, legal\xE1bb {minLength} karaktert adj meg.",
|
|
3410
|
+
"df.wise.ControlFeedback.minimum": "K\xE9r\xFCnk add meg ezt vagy egy enn\xE9l nagyobb sz\xE1mot: {minimum}.",
|
|
3411
|
+
"df.wise.ControlFeedback.minimumDate": "K\xE9r\xFCnk, adj meg egy d\xE1tumot, ami megegyezik {minimum} napj\xE1val, vagy egy enn\xE9l k\xE9s\u0151bbit.",
|
|
3412
|
+
"df.wise.ControlFeedback.pattern": "Helytelen form\xE1tum",
|
|
3413
|
+
"df.wise.ControlFeedback.patternDate": "K\xE9r\xFCnk, hogy a d\xE1tumot helyes form\xE1tumban add meg.",
|
|
3414
|
+
"df.wise.ControlFeedback.required": "K\xE9r\xFCnk, t\xF6ltsd ki ezt a mez\u0151t.",
|
|
3415
|
+
"df.wise.ControlFeedback.type": "Helytelen t\xEDpus",
|
|
3416
|
+
"df.wise.CopyFeedback.copy": "V\xE1g\xF3lapra m\xE1solva",
|
|
3417
|
+
"df.wise.CopyFeedback.copyFailed": "Nem siker\xFClt a v\xE1g\xF3lapra m\xE1solni",
|
|
3418
|
+
"df.wise.Decision.all": "\xD6sszes",
|
|
3419
|
+
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
3420
|
+
"df.wise.Decision.noResults": "Nincs tal\xE1lat",
|
|
3421
|
+
"df.wise.Decision.popular": "N\xE9pszer\u0171",
|
|
3422
|
+
"df.wise.Decision.recent": "Legut\xF3bbi",
|
|
3423
|
+
"df.wise.Decision.results": "Keres\xE9si eredm\xE9nyek",
|
|
3424
|
+
"df.wise.DynamicParagraph.copied": "V\xE1g\xF3lapra m\xE1solva",
|
|
3425
|
+
"df.wise.DynamicParagraph.copy": "M\xE1sol\xE1s",
|
|
3426
|
+
"df.wise.ErrorBoundary.errorAlert": "Valami hiba t\xF6rt\xE9nt.",
|
|
3427
|
+
"df.wise.ErrorBoundary.retry": "\xDAjra",
|
|
3428
|
+
"df.wise.ExternalConfirmation.cancel": "M\xE9gsem",
|
|
3429
|
+
"df.wise.ExternalConfirmation.description": "K\xE9r\xFCnk, er\u0151s\xEDtsd meg, hogy a(z) **{origin}** alkalmaz\xE1st egy \xFAj b\xF6ng\xE9sz\u0151lapon szeretn\xE9d megnyitni.",
|
|
3430
|
+
"df.wise.ExternalConfirmation.open": "Megnyit\xE1s \xFAj lapon",
|
|
3431
|
+
"df.wise.ExternalConfirmation.title": "Meger\u0151s\xEDt\xE9s",
|
|
3432
|
+
"df.wise.Help.ariaLabel": "Kattints ide tov\xE1bbi inform\xE1ci\xF3\xE9rt.",
|
|
3433
|
+
"df.wise.MultiSelect.summary": "{first} \xE9s tov\xE1bbi {count}",
|
|
3434
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Sajnos ez a f\xE1jl t\xFAl nagy. K\xE9r\xFCnk, t\xF6lts fel egy kisebb f\xE1jlt.",
|
|
3435
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "K\xE9r\xFCnk, hogy legfeljebb {maxItems} f\xE1jlt t\xF6lts fel.",
|
|
3436
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "K\xE9r\xFCnk, hogy legal\xE1bb {minItems} f\xE1jlt t\xF6lts fel.",
|
|
3437
|
+
"df.wise.PersistAsyncSchema.genericError": "Valami hiba t\xF6rt\xE9nt. K\xE9r\xFCnk, pr\xF3b\xE1ld \xFAjra.",
|
|
3438
|
+
"df.wise.SearchLayout.loading": "Bet\xF6lt\xE9s..."
|
|
3439
|
+
};
|
|
3440
|
+
|
|
3441
|
+
// src/i18n/id.json
|
|
3442
|
+
var id_default = {
|
|
3443
|
+
"df.wise.ArraySchema.addItem": "Simpan",
|
|
3444
|
+
"df.wise.ArraySchema.addItemTitle": "Tambahkan Item",
|
|
3445
|
+
"df.wise.ArraySchema.editItem": "Simpan",
|
|
3446
|
+
"df.wise.ArraySchema.maxItemsError": "Harap tambahkan {maxItems} atau kurang.",
|
|
3447
|
+
"df.wise.ArraySchema.minItemsError": "Harap tambahkan setidaknya {minItems}.",
|
|
3448
|
+
"df.wise.ArraySchema.removeItem": "Hapus",
|
|
3449
|
+
"df.wise.ButtonLayout.buttonLoadingMessage": "This might take a few seconds",
|
|
3450
|
+
"df.wise.ControlFeedback.maxLength": "Harap masukkan {maxLength} karakter atau kurang.",
|
|
3451
|
+
"df.wise.ControlFeedback.maximum": "Harap masukkan angka paling besar {maximum} atau kurang dari itu.",
|
|
3452
|
+
"df.wise.ControlFeedback.maximumDate": "Harap masukkan tanggal pada atau sebelum {maximum}.",
|
|
3453
|
+
"df.wise.ControlFeedback.minLength": "Harap masukkan setidaknya {minLength} karakter.",
|
|
3454
|
+
"df.wise.ControlFeedback.minimum": "Harap masukkan angka paling kecil {minimum} atau lebih dari itu.",
|
|
3455
|
+
"df.wise.ControlFeedback.minimumDate": "Harap masukkan tanggal pada atau setelah {minimum}.",
|
|
3456
|
+
"df.wise.ControlFeedback.pattern": "Mohon masukkan ini dalam format yang benar.",
|
|
3457
|
+
"df.wise.ControlFeedback.patternDate": "Harap masukkan tanggal dalam format yang benar.",
|
|
3458
|
+
"df.wise.ControlFeedback.required": "Harap isi kolom ini.",
|
|
3459
|
+
"df.wise.ControlFeedback.type": "Tipe salah",
|
|
3460
|
+
"df.wise.CopyFeedback.copy": "Disalin ke clipboard",
|
|
3461
|
+
"df.wise.CopyFeedback.copyFailed": "Gagal menyalin ke clipboard",
|
|
3462
|
+
"df.wise.Decision.all": "Semua",
|
|
3463
|
+
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
3464
|
+
"df.wise.Decision.noResults": "Tidak ada hasil",
|
|
3465
|
+
"df.wise.Decision.popular": "Populer",
|
|
3466
|
+
"df.wise.Decision.recent": "Terbaru",
|
|
3467
|
+
"df.wise.Decision.results": "Hasil pencarian",
|
|
3468
|
+
"df.wise.DynamicParagraph.copied": "Disalin ke clipboard",
|
|
3469
|
+
"df.wise.DynamicParagraph.copy": "Salin",
|
|
3470
|
+
"df.wise.ErrorBoundary.errorAlert": "Terjadi kesalahan.",
|
|
3471
|
+
"df.wise.ErrorBoundary.retry": "Coba lagi",
|
|
3472
|
+
"df.wise.ExternalConfirmation.cancel": "Batalkan",
|
|
3473
|
+
"df.wise.ExternalConfirmation.description": "Harap konfirmasikan bahwa Anda ingin membuka **{origin}** di tab browser baru.",
|
|
3474
|
+
"df.wise.ExternalConfirmation.open": "Buka di tab baru",
|
|
3475
|
+
"df.wise.ExternalConfirmation.title": "Harap konfirmasi",
|
|
3476
|
+
"df.wise.Help.ariaLabel": "Klik di sini untuk info selengkapnya.",
|
|
3477
|
+
"df.wise.MultiSelect.summary": "{first} dan {count} lagi",
|
|
3478
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Maaf, file Anda terlalu besar. Silakan unggah file yang lebih kecil.",
|
|
3479
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Harap unggah {maxItems} file atau kurang.",
|
|
3480
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Harap unggah sedikitnya {minItems} file.",
|
|
3481
|
+
"df.wise.PersistAsyncSchema.genericError": "Terjadi kesalahan, mohon coba lagi.",
|
|
3482
|
+
"df.wise.SearchLayout.loading": "Memuat ..."
|
|
3483
|
+
};
|
|
3484
|
+
|
|
3485
|
+
// src/i18n/it.json
|
|
3486
|
+
var it_default = {
|
|
3487
|
+
"df.wise.ArraySchema.addItem": "Salva",
|
|
3488
|
+
"df.wise.ArraySchema.addItemTitle": "Aggiungi elemento",
|
|
3489
|
+
"df.wise.ArraySchema.editItem": "Salva",
|
|
3490
|
+
"df.wise.ArraySchema.maxItemsError": "Aggiungi al massimo {maxItems}.",
|
|
3491
|
+
"df.wise.ArraySchema.minItemsError": "Aggiungi almeno {minItems}.",
|
|
3492
|
+
"df.wise.ArraySchema.removeItem": "Rimuovi",
|
|
3493
|
+
"df.wise.ButtonLayout.buttonLoadingMessage": "Potrebbero volerci un paio di secondi",
|
|
3494
|
+
"df.wise.ControlFeedback.maxLength": "Inserisci un massimo di {maxLength} caratteri.",
|
|
3495
|
+
"df.wise.ControlFeedback.maximum": "Inserisci un numero uguale o inferiore a {maximum}.",
|
|
3496
|
+
"df.wise.ControlFeedback.maximumDate": "Inserisci una data corrispondente o precedente al {maximum}.",
|
|
3497
|
+
"df.wise.ControlFeedback.minLength": "Inserisci almeno {minLength} caratteri.",
|
|
3498
|
+
"df.wise.ControlFeedback.minimum": "Inserisci un numero uguale o superiore a {minimum}.",
|
|
3499
|
+
"df.wise.ControlFeedback.minimumDate": "Inserisci una data corrispondente o successiva al {minimum}.",
|
|
3500
|
+
"df.wise.ControlFeedback.pattern": "Inseriscilo in un formato corretto.",
|
|
3501
|
+
"df.wise.ControlFeedback.patternDate": "Inserisci la data in un formato corretto.",
|
|
3502
|
+
"df.wise.ControlFeedback.required": "Compila questo campo.",
|
|
3503
|
+
"df.wise.ControlFeedback.type": "Tipo errato",
|
|
3504
|
+
"df.wise.CopyFeedback.copy": "Copiato negli appunti",
|
|
3505
|
+
"df.wise.CopyFeedback.copyFailed": "Impossibile copiare negli appunti",
|
|
3506
|
+
"df.wise.Decision.all": "Tutte",
|
|
3507
|
+
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
3508
|
+
"df.wise.Decision.noResults": "Nessun risultato",
|
|
3509
|
+
"df.wise.Decision.popular": "Popolari",
|
|
3510
|
+
"df.wise.Decision.recent": "Recenti",
|
|
3511
|
+
"df.wise.Decision.results": "Risultati della ricerca",
|
|
3512
|
+
"df.wise.DynamicParagraph.copied": "Copiato negli appunti",
|
|
3513
|
+
"df.wise.DynamicParagraph.copy": "Copia",
|
|
3514
|
+
"df.wise.ErrorBoundary.errorAlert": "Qualcosa non ha funzionato.",
|
|
3515
|
+
"df.wise.ErrorBoundary.retry": "Riprova",
|
|
3516
|
+
"df.wise.ExternalConfirmation.cancel": "Annulla",
|
|
3517
|
+
"df.wise.ExternalConfirmation.description": "Conferma di voler aprire **{origin}** in una nuova scheda del browser.",
|
|
3518
|
+
"df.wise.ExternalConfirmation.open": "Apri in una nuova scheda",
|
|
3519
|
+
"df.wise.ExternalConfirmation.title": "Conferma",
|
|
3520
|
+
"df.wise.Help.ariaLabel": "Clicca qui per maggiori informazioni.",
|
|
3521
|
+
"df.wise.MultiSelect.summary": "{first} e altri {count}",
|
|
3522
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Spiacenti, il file \xE8 troppo grande. Carica un file di dimensioni inferiori.",
|
|
3523
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Carica al massimo {maxItems} file.",
|
|
3524
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Carica almeno {minItems} file.",
|
|
3525
|
+
"df.wise.PersistAsyncSchema.genericError": "Qualcosa \xE8 andato storto. Riprova.",
|
|
3526
|
+
"df.wise.SearchLayout.loading": "Caricamento..."
|
|
3527
|
+
};
|
|
3528
|
+
|
|
3529
|
+
// src/i18n/ja.json
|
|
3530
|
+
var ja_default = {
|
|
3531
|
+
"df.wise.ArraySchema.addItem": "\u4FDD\u5B58\u3059\u308B",
|
|
3532
|
+
"df.wise.ArraySchema.addItemTitle": "\u30A2\u30A4\u30C6\u30E0\u3092\u8FFD\u52A0\u3059\u308B",
|
|
3533
|
+
"df.wise.ArraySchema.editItem": "\u4FDD\u5B58\u3059\u308B",
|
|
3534
|
+
"df.wise.ArraySchema.maxItemsError": "{maxItems}\u30A2\u30A4\u30C6\u30E0\u4EE5\u4E0B\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
3535
|
+
"df.wise.ArraySchema.minItemsError": "{minItems}\u30A2\u30A4\u30C6\u30E0\u4EE5\u4E0A\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
3536
|
+
"df.wise.ArraySchema.removeItem": "\u524A\u9664\u3059\u308B",
|
|
3537
|
+
"df.wise.ButtonLayout.buttonLoadingMessage": "\u6570\u79D2\u304B\u304B\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059",
|
|
3538
|
+
"df.wise.ControlFeedback.maxLength": "{maxLength}\u6587\u5B57\u4EE5\u4E0B\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
3539
|
+
"df.wise.ControlFeedback.maximum": "{maximum}\u4EE5\u4E0B\u306E\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
3540
|
+
"df.wise.ControlFeedback.maximumDate": "{maximum}\u307E\u305F\u306F\u305D\u308C\u4EE5\u524D\u306E\u65E5\u4ED8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
3541
|
+
"df.wise.ControlFeedback.minLength": "{minLength}\u6587\u5B57\u4EE5\u4E0A\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
3542
|
+
"df.wise.ControlFeedback.minimum": "{minimum}\u4EE5\u4E0A\u306E\u6570\u5B57\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
3543
|
+
"df.wise.ControlFeedback.minimumDate": "{minimum}\u307E\u305F\u306F\u305D\u308C\u4EE5\u964D\u306E\u65E5\u4ED8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
3544
|
+
"df.wise.ControlFeedback.pattern": "\u6B63\u3057\u3044\u5F62\u5F0F\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
3545
|
+
"df.wise.ControlFeedback.patternDate": "\u6B63\u3057\u3044\u5F62\u5F0F\u3067\u65E5\u4ED8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
3546
|
+
"df.wise.ControlFeedback.required": "\u3053\u306E\u9805\u76EE\u306F\u5165\u529B\u5FC5\u9808\u3067\u3059\u3002",
|
|
3547
|
+
"df.wise.ControlFeedback.type": "\u4E0D\u6B63\u306A\u30BF\u30A4\u30D7",
|
|
3548
|
+
"df.wise.CopyFeedback.copy": "\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u3078\u30B3\u30D4\u30FC\u3057\u307E\u3057\u305F",
|
|
3549
|
+
"df.wise.CopyFeedback.copyFailed": "\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\u30B3\u30D4\u30FC\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F",
|
|
3550
|
+
"df.wise.Decision.all": "\u3059\u3079\u3066",
|
|
3551
|
+
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
3552
|
+
"df.wise.Decision.noResults": "\u691C\u7D22\u7D50\u679C\u304C\u3042\u308A\u307E\u305B\u3093",
|
|
3553
|
+
"df.wise.Decision.popular": "\u4EBA\u6C17",
|
|
3554
|
+
"df.wise.Decision.recent": "\u6700\u8FD1",
|
|
3555
|
+
"df.wise.Decision.results": "\u691C\u7D22\u7D50\u679C",
|
|
3556
|
+
"df.wise.DynamicParagraph.copied": "\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u3078\u30B3\u30D4\u30FC\u3057\u307E\u3057\u305F",
|
|
3557
|
+
"df.wise.DynamicParagraph.copy": "\u30B3\u30D4\u30FC\u3059\u308B",
|
|
3558
|
+
"df.wise.ErrorBoundary.errorAlert": "\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002",
|
|
3559
|
+
"df.wise.ErrorBoundary.retry": "\u3084\u308A\u76F4\u3059",
|
|
3560
|
+
"df.wise.ExternalConfirmation.cancel": "\u30AD\u30E3\u30F3\u30BB\u30EB\u3059\u308B",
|
|
3561
|
+
"df.wise.ExternalConfirmation.description": "\u65B0\u3057\u3044\u30D6\u30E9\u30A6\u30B6\u30BF\u30D6\u3067**{origin}**\u3092\u958B\u304F\u3053\u3068\u3092\u627F\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
3562
|
+
"df.wise.ExternalConfirmation.open": "\u65B0\u3057\u3044\u30BF\u30D6\u3067\u958B\u304F",
|
|
3563
|
+
"df.wise.ExternalConfirmation.title": "\u627F\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044",
|
|
3564
|
+
"df.wise.Help.ariaLabel": "\u8A73\u7D30\u306F\u3053\u3061\u3089\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
3565
|
+
"df.wise.MultiSelect.summary": "{first}\u3068\u305D\u306E\u4ED6{count}",
|
|
3566
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "\u5927\u5909\u7533\u3057\u8A33\u3054\u3056\u3044\u307E\u305B\u3093\u304C\u3001\u30D5\u30A1\u30A4\u30EB\u304C\u5927\u304D\u3059\u304E\u307E\u3059\u3002\u3053\u308C\u3088\u308A\u5C0F\u3055\u3044\u30D5\u30A1\u30A4\u30EB\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
3567
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "{maxItems}\u500B\u4EE5\u4E0B\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
3568
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "{minItems}\u500B\u4EE5\u4E0A\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
3569
|
+
"df.wise.PersistAsyncSchema.genericError": "\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002",
|
|
3570
|
+
"df.wise.SearchLayout.loading": "\u8AAD\u307F\u8FBC\u307F\u4E2D\u2026"
|
|
3571
|
+
};
|
|
3572
|
+
|
|
3573
|
+
// src/i18n/nl.json
|
|
3574
|
+
var nl_default = {
|
|
3575
|
+
"df.wise.ArraySchema.addItem": "Opslaan",
|
|
3576
|
+
"df.wise.ArraySchema.addItemTitle": "Item toevoegen",
|
|
3577
|
+
"df.wise.ArraySchema.editItem": "Opslaan",
|
|
3578
|
+
"df.wise.ArraySchema.maxItemsError": "Voeg {maxItems} of minder toe.",
|
|
3579
|
+
"df.wise.ArraySchema.minItemsError": "Voeg minimaal {minItems} toe.",
|
|
3580
|
+
"df.wise.ArraySchema.removeItem": "Verwijderen",
|
|
3581
|
+
"df.wise.ButtonLayout.buttonLoadingMessage": "This might take a few seconds",
|
|
3582
|
+
"df.wise.ControlFeedback.maxLength": "Voer {maxLength} of minder tekens in.",
|
|
3583
|
+
"df.wise.ControlFeedback.maximum": "Voer een getal in dat {maximum} of lager is.",
|
|
3584
|
+
"df.wise.ControlFeedback.maximumDate": "Voer een datum in die op of voor {maximum} is.",
|
|
3585
|
+
"df.wise.ControlFeedback.minLength": "Voer minimaal {minLength} tekens in.",
|
|
3586
|
+
"df.wise.ControlFeedback.minimum": "Voer een getal in dat {minimum} of hoger is.",
|
|
3587
|
+
"df.wise.ControlFeedback.minimumDate": "Voer een datum in die op of na {minimum} is.",
|
|
3588
|
+
"df.wise.ControlFeedback.pattern": "Voer dit in de juiste indeling in.",
|
|
3589
|
+
"df.wise.ControlFeedback.patternDate": "Voer een datum in de juiste indeling in.",
|
|
3590
|
+
"df.wise.ControlFeedback.required": "Vul dit veld in.",
|
|
3591
|
+
"df.wise.ControlFeedback.type": "Onjuist type",
|
|
3592
|
+
"df.wise.CopyFeedback.copy": "Naar klembord gekopieerd",
|
|
3593
|
+
"df.wise.CopyFeedback.copyFailed": "Naar klembord kopi\xEBren mislukt",
|
|
3594
|
+
"df.wise.Decision.all": "Alles",
|
|
3595
|
+
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
3596
|
+
"df.wise.Decision.noResults": "Niks gevonden",
|
|
3597
|
+
"df.wise.Decision.popular": "Populair",
|
|
3598
|
+
"df.wise.Decision.recent": "Recent",
|
|
3599
|
+
"df.wise.Decision.results": "Zoekresultaten",
|
|
3600
|
+
"df.wise.DynamicParagraph.copied": "Naar klembord gekopieerd",
|
|
3601
|
+
"df.wise.DynamicParagraph.copy": "Kopi\xEBren",
|
|
3602
|
+
"df.wise.ErrorBoundary.errorAlert": "Er is iets misgegaan.",
|
|
3603
|
+
"df.wise.ErrorBoundary.retry": "Opnieuw proberen",
|
|
3604
|
+
"df.wise.ExternalConfirmation.cancel": "Annuleren",
|
|
3605
|
+
"df.wise.ExternalConfirmation.description": "Bevestig dat je **{origin}** in een nieuw browsertabblad wilt openen.",
|
|
3606
|
+
"df.wise.ExternalConfirmation.open": "In nieuw tabblad openen",
|
|
3607
|
+
"df.wise.ExternalConfirmation.title": "Bevestigen",
|
|
3608
|
+
"df.wise.Help.ariaLabel": "Klik hier voor meer informatie.",
|
|
3609
|
+
"df.wise.MultiSelect.summary": "{first} en nog {count}",
|
|
3610
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Het bestand is te groot. Upload een kleiner bestand.",
|
|
3611
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Upload {maxItems} of minder bestanden.",
|
|
3612
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Upload minimaal {minItems} bestand(en).",
|
|
3613
|
+
"df.wise.PersistAsyncSchema.genericError": "Er is iets misgegaan, probeer het opnieuw.",
|
|
3614
|
+
"df.wise.SearchLayout.loading": "Laden..."
|
|
3615
|
+
};
|
|
3616
|
+
|
|
3617
|
+
// src/i18n/pl.json
|
|
3618
|
+
var pl_default = {
|
|
3619
|
+
"df.wise.ArraySchema.addItem": "Zapisz",
|
|
3620
|
+
"df.wise.ArraySchema.addItemTitle": "Dodaj pozycj\u0119",
|
|
3621
|
+
"df.wise.ArraySchema.editItem": "Zapisz",
|
|
3622
|
+
"df.wise.ArraySchema.maxItemsError": "Prosimy doda\u0107 maksymalnie {maxItems}.",
|
|
3623
|
+
"df.wise.ArraySchema.minItemsError": "Prosimy doda\u0107 co najmniej {minItems}.",
|
|
3624
|
+
"df.wise.ArraySchema.removeItem": "Usu\u0144",
|
|
3625
|
+
"df.wise.ButtonLayout.buttonLoadingMessage": "To mo\u017Ce potrwa\u0107 kilka sekund",
|
|
3626
|
+
"df.wise.ControlFeedback.maxLength": "Prosimy wprowadzi\u0107 do {maxLength} znak\xF3w.",
|
|
3627
|
+
"df.wise.ControlFeedback.maximum": "Wprowad\u017A liczb\u0119 r\xF3wn\u0105 lub mniejsz\u0105 ni\u017C {maximum}.",
|
|
3628
|
+
"df.wise.ControlFeedback.maximumDate": "Wprowad\u017A dat\u0119 nie p\xF3\u017Aniejsz\u0105 ni\u017C {maximum}.",
|
|
3629
|
+
"df.wise.ControlFeedback.minLength": "Prosz\u0119 wpisa\u0107 co najmniej {minLength} znak\xF3w.",
|
|
3630
|
+
"df.wise.ControlFeedback.minimum": "Wprowad\u017A liczb\u0119 r\xF3wn\u0105 lub wi\u0119ksz\u0105 ni\u017C {minimum}.",
|
|
3631
|
+
"df.wise.ControlFeedback.minimumDate": "Wprowad\u017A dat\u0119 nie wcze\u015Bniejsz\u0105 ni\u017C {minimum}.",
|
|
3632
|
+
"df.wise.ControlFeedback.pattern": "Wprowad\u017A t\u0119 warto\u015B\u0107 w prawid\u0142owym formacie.",
|
|
3633
|
+
"df.wise.ControlFeedback.patternDate": "Wprowad\u017A dat\u0119 w prawid\u0142owym formacie.",
|
|
3634
|
+
"df.wise.ControlFeedback.required": "Prosz\u0119 wype\u0142ni\u0107 to pole.",
|
|
3635
|
+
"df.wise.ControlFeedback.type": "Nieprawid\u0142owy typ",
|
|
3636
|
+
"df.wise.CopyFeedback.copy": "Skopiowano do schowka",
|
|
3637
|
+
"df.wise.CopyFeedback.copyFailed": "Nie uda\u0142o si\u0119 skopiowa\u0107 do schowka",
|
|
3638
|
+
"df.wise.Decision.all": "Wszystkie",
|
|
3639
|
+
"df.wise.Decision.filterPlaceholder": "Zacznij pisa\u0107, \u017Ceby wyszuka\u0107",
|
|
3640
|
+
"df.wise.Decision.noResults": "Brak wynik\xF3w",
|
|
3641
|
+
"df.wise.Decision.popular": "Popularne",
|
|
3642
|
+
"df.wise.Decision.recent": "Ostatnie",
|
|
3643
|
+
"df.wise.Decision.results": "Wyniki wyszukiwania",
|
|
3644
|
+
"df.wise.DynamicParagraph.copied": "Skopiowano do schowka",
|
|
3645
|
+
"df.wise.DynamicParagraph.copy": "Kopiuj",
|
|
3646
|
+
"df.wise.ErrorBoundary.errorAlert": "Co\u015B posz\u0142o nie tak.",
|
|
3647
|
+
"df.wise.ErrorBoundary.retry": "Spr\xF3buj ponownie",
|
|
3648
|
+
"df.wise.ExternalConfirmation.cancel": "Anuluj",
|
|
3649
|
+
"df.wise.ExternalConfirmation.description": "Prosimy potwierdzi\u0107, \u017Ce chcesz otworzy\u0107 **{origin}** w nowej zak\u0142adce przegl\u0105darki.",
|
|
3650
|
+
"df.wise.ExternalConfirmation.open": "Otw\xF3rz w nowej zak\u0142adce",
|
|
3651
|
+
"df.wise.ExternalConfirmation.title": "Potwierd\u017A",
|
|
3652
|
+
"df.wise.Help.ariaLabel": "Kliknij tutaj, \u017Ceby uzyska\u0107 wi\u0119cej informacji.",
|
|
3653
|
+
"df.wise.MultiSelect.summary": "{first} oraz {count} wi\u0119cej",
|
|
3654
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Przepraszamy, ten plik jest zbyt du\u017Cy. Prze\u015Blij mniejszy plik.",
|
|
3655
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Prze\u015Blij do {maxItems} plik\xF3w.",
|
|
3656
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Prze\u015Blij co najmniej nast\u0119puj\u0105c\u0105 liczb\u0119 plik\xF3w: {minItems}.",
|
|
3657
|
+
"df.wise.PersistAsyncSchema.genericError": "Wyst\u0105pi\u0142 b\u0142\u0105d, prosimy spr\xF3bowa\u0107 ponownie.",
|
|
3658
|
+
"df.wise.SearchLayout.loading": "\u0141adowanie..."
|
|
3659
|
+
};
|
|
3660
|
+
|
|
3661
|
+
// src/i18n/pt.json
|
|
3662
|
+
var pt_default = {
|
|
3663
|
+
"df.wise.ArraySchema.addItem": "Salvar",
|
|
3664
|
+
"df.wise.ArraySchema.addItemTitle": "Adicionar item",
|
|
3665
|
+
"df.wise.ArraySchema.editItem": "Salvar",
|
|
3666
|
+
"df.wise.ArraySchema.maxItemsError": "Adicione {maxItems} ou menos.",
|
|
3667
|
+
"df.wise.ArraySchema.minItemsError": "Adicione pelo menos {minItems}.",
|
|
3668
|
+
"df.wise.ArraySchema.removeItem": "Remover",
|
|
3669
|
+
"df.wise.ButtonLayout.buttonLoadingMessage": "Isso pode levar alguns segundos",
|
|
3670
|
+
"df.wise.ControlFeedback.maxLength": "Por favor, insira {maxLength} caracteres ou menos.",
|
|
3671
|
+
"df.wise.ControlFeedback.maximum": "Por favor, insira um n\xFAmero que seja {maximum} ou menos.",
|
|
3672
|
+
"df.wise.ControlFeedback.maximumDate": "Por favor, insira uma data que seja em ou antes de {maximum}.",
|
|
3673
|
+
"df.wise.ControlFeedback.minLength": "Por favor, insira pelo menos {minLength} caracteres.",
|
|
3674
|
+
"df.wise.ControlFeedback.minimum": "Por favor, insira um n\xFAmero que seja {minimum} ou mais.",
|
|
3675
|
+
"df.wise.ControlFeedback.minimumDate": "Por favor, insira uma data que seja em ou ap\xF3s {minimum}.",
|
|
3676
|
+
"df.wise.ControlFeedback.pattern": "Por favor, insira essa informa\xE7\xE3o no formato correto.",
|
|
3677
|
+
"df.wise.ControlFeedback.patternDate": "Por favor, insira a data no formato correto.",
|
|
3678
|
+
"df.wise.ControlFeedback.required": "Por favor, preencha o campo.",
|
|
3679
|
+
"df.wise.ControlFeedback.type": "Tipo incorreto",
|
|
3680
|
+
"df.wise.CopyFeedback.copy": "Copiado",
|
|
3681
|
+
"df.wise.CopyFeedback.copyFailed": "Falha ao copiar para \xE1rea de transfer\xEAncia",
|
|
3682
|
+
"df.wise.Decision.all": "Todos",
|
|
3683
|
+
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
3684
|
+
"df.wise.Decision.noResults": "Nenhum resultado",
|
|
3685
|
+
"df.wise.Decision.popular": "Populares",
|
|
3686
|
+
"df.wise.Decision.recent": "Recente",
|
|
3687
|
+
"df.wise.Decision.results": "Resultados da busca",
|
|
3688
|
+
"df.wise.DynamicParagraph.copied": "Copiado",
|
|
3689
|
+
"df.wise.DynamicParagraph.copy": "Copiar",
|
|
3690
|
+
"df.wise.ErrorBoundary.errorAlert": "Algo deu errado.",
|
|
3691
|
+
"df.wise.ErrorBoundary.retry": "Tentar novamente",
|
|
3692
|
+
"df.wise.ExternalConfirmation.cancel": "Cancelar",
|
|
3693
|
+
"df.wise.ExternalConfirmation.description": "Por favor, confirme que deseja abrir * *{origin}* * em uma nova aba do navegador.",
|
|
3694
|
+
"df.wise.ExternalConfirmation.open": "Abrir em uma nova aba",
|
|
3695
|
+
"df.wise.ExternalConfirmation.title": "Por favor, confirme",
|
|
3696
|
+
"df.wise.Help.ariaLabel": "Clique aqui para mais informa\xE7\xF5es.",
|
|
3697
|
+
"df.wise.MultiSelect.summary": "{first} e mais {count} ",
|
|
3698
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Este arquivo \xE9 muito grande. Por favor, envie um arquivo menor.",
|
|
3699
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Por favor, envie {maxItems} ou menos arquivos.",
|
|
3700
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Por favor, envie pelo menos {minItems} arquivo(s).",
|
|
3701
|
+
"df.wise.PersistAsyncSchema.genericError": "Ocorreu um erro. Por favor, tente novamente.",
|
|
3702
|
+
"df.wise.SearchLayout.loading": "Carregando..."
|
|
3703
|
+
};
|
|
3704
|
+
|
|
3705
|
+
// src/i18n/ro.json
|
|
3706
|
+
var ro_default = {
|
|
3707
|
+
"df.wise.ArraySchema.addItem": "Salvare",
|
|
3708
|
+
"df.wise.ArraySchema.addItemTitle": "Adaug\u0103 produs",
|
|
3709
|
+
"df.wise.ArraySchema.editItem": "Salvare",
|
|
3710
|
+
"df.wise.ArraySchema.maxItemsError": "Te rug\u0103m s\u0103 adaugi {maxItems} sau mai pu\u021Bine.",
|
|
3711
|
+
"df.wise.ArraySchema.minItemsError": "Te rug\u0103m s\u0103 adaugi cel pu\u021Bin {minItems}.",
|
|
3712
|
+
"df.wise.ArraySchema.removeItem": "Elimin\u0103",
|
|
3713
|
+
"df.wise.ButtonLayout.buttonLoadingMessage": "Acest lucru ar putea dura c\xE2teva secunde",
|
|
3714
|
+
"df.wise.ControlFeedback.maxLength": "Te rug\u0103m s\u0103 introduci {maxLength} sau mai pu\u021Bine caractere.",
|
|
3715
|
+
"df.wise.ControlFeedback.maximum": "Te rug\u0103m s\u0103 introduci un num\u0103r egal cu {maximum} sau mai mic.",
|
|
3716
|
+
"df.wise.ControlFeedback.maximumDate": "Te rug\u0103m s\u0103 introduci o dat\u0103 de \xEEnainte de sau egal\u0103 cu {maximum}.",
|
|
3717
|
+
"df.wise.ControlFeedback.minLength": "Te rug\u0103m s\u0103 introduci cel pu\u021Bin {minLength} caractere.",
|
|
3718
|
+
"df.wise.ControlFeedback.minimum": "Te rug\u0103m s\u0103 introduci un num\u0103r egal cu {minimum} sau mai mare.",
|
|
3719
|
+
"df.wise.ControlFeedback.minimumDate": "Te rug\u0103m s\u0103 introduci o dat\u0103 de dup\u0103 sau egal\u0103 cu {minimum}.",
|
|
3720
|
+
"df.wise.ControlFeedback.pattern": "Te rug\u0103m s\u0103 introduci acest lucru \xEEn formatul corect.",
|
|
3721
|
+
"df.wise.ControlFeedback.patternDate": "Te rug\u0103m s\u0103 introduci o dat\u0103 \xEEn formatul corect.",
|
|
3722
|
+
"df.wise.ControlFeedback.required": "Te rug\u0103m s\u0103 completezi acest spa\u021Biu.",
|
|
3723
|
+
"df.wise.ControlFeedback.type": "Tip incorect",
|
|
3724
|
+
"df.wise.CopyFeedback.copy": "Copiat \xEEn clipboard",
|
|
3725
|
+
"df.wise.CopyFeedback.copyFailed": "Copierea \xEEn clipboard a e\u0219uat",
|
|
3726
|
+
"df.wise.Decision.all": "Toate",
|
|
3727
|
+
"df.wise.Decision.filterPlaceholder": "\xCEncepe s\u0103 tastezi pentru a c\u0103uta",
|
|
3728
|
+
"df.wise.Decision.noResults": "Niciun rezultat",
|
|
3729
|
+
"df.wise.Decision.popular": "Populare",
|
|
3730
|
+
"df.wise.Decision.recent": "Recente",
|
|
3731
|
+
"df.wise.Decision.results": "Rezultatele c\u0103ut\u0103rii",
|
|
3732
|
+
"df.wise.DynamicParagraph.copied": "Copiat \xEEn clipboard",
|
|
3733
|
+
"df.wise.DynamicParagraph.copy": "Copiaz\u0103",
|
|
3734
|
+
"df.wise.ErrorBoundary.errorAlert": "Ceva nu a mers bine.",
|
|
3735
|
+
"df.wise.ErrorBoundary.retry": "\xCEncearc\u0103 din nou",
|
|
3736
|
+
"df.wise.ExternalConfirmation.cancel": "Anuleaz\u0103",
|
|
3737
|
+
"df.wise.ExternalConfirmation.description": "Te rug\u0103m s\u0103 confirmi c\u0103 vrei s\u0103 deschizi **{origin}** \xEEntr-o nou\u0103 fil\u0103 a browserului.",
|
|
3738
|
+
"df.wise.ExternalConfirmation.open": "Deschide \xEEntr-o fil\u0103 nou\u0103",
|
|
3739
|
+
"df.wise.ExternalConfirmation.title": "Te rug\u0103m s\u0103 confirmi",
|
|
3740
|
+
"df.wise.Help.ariaLabel": "D\u0103 click aici pentru mai multe informa\u021Bii.",
|
|
3741
|
+
"df.wise.MultiSelect.summary": "{first} \u0219i \xEEnc\u0103 {count}",
|
|
3742
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Ne pare r\u0103u, acel fi\u0219ier este prea mare. Te rug\u0103m s\u0103 \xEEncarci un fi\u0219ier mai mic.",
|
|
3743
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Te rug\u0103m s\u0103 \xEEncarci {maxItems} fi\u0219iere sau mai pu\u021Bine.",
|
|
3744
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Te rug\u0103m s\u0103 \xEEncarci cel pu\u021Bin {minItems} fi\u0219ier(e).",
|
|
3745
|
+
"df.wise.PersistAsyncSchema.genericError": "Ceva nu a mers bine, te rug\u0103m s\u0103 \xEEncerci din nou.",
|
|
3746
|
+
"df.wise.SearchLayout.loading": "Se \xEEncarc\u0103..."
|
|
3747
|
+
};
|
|
3748
|
+
|
|
3749
|
+
// src/i18n/ru.json
|
|
3750
|
+
var ru_default = {
|
|
3751
|
+
"df.wise.ArraySchema.addItem": "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C",
|
|
3752
|
+
"df.wise.ArraySchema.addItemTitle": "\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043F\u0443\u043D\u043A\u0442",
|
|
3753
|
+
"df.wise.ArraySchema.editItem": "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C",
|
|
3754
|
+
"df.wise.ArraySchema.maxItemsError": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 {maxItems} \u0438\u043B\u0438 \u043C\u0435\u043D\u044C\u0448\u0435.",
|
|
3755
|
+
"df.wise.ArraySchema.minItemsError": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043F\u043E \u043A\u0440\u0430\u0439\u043D\u0435\u0439 \u043C\u0435\u0440\u0435 {minItems}.",
|
|
3756
|
+
"df.wise.ArraySchema.removeItem": "\u0423\u0434\u0430\u043B\u0438\u0442\u044C",
|
|
3757
|
+
"df.wise.ButtonLayout.buttonLoadingMessage": "\u042D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u0437\u0430\u043D\u044F\u0442\u044C \u043D\u0435\u0441\u043A\u043E\u043B\u044C\u043A\u043E \u0441\u0435\u043A\u0443\u043D\u0434",
|
|
3758
|
+
"df.wise.ControlFeedback.maxLength": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 {maxLength} \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0438\u043B\u0438 \u043C\u0435\u043D\u044C\u0448\u0435.",
|
|
3759
|
+
"df.wise.ControlFeedback.maximum": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E, \u0440\u0430\u0432\u043D\u043E\u0435 {maximum} \u0438\u043B\u0438 \u043C\u0435\u043D\u044C\u0448\u0435.",
|
|
3760
|
+
"df.wise.ControlFeedback.maximumDate": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0430\u0442\u0443, \u0440\u0430\u0432\u043D\u0443\u044E {maximum} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u0440\u0430\u043D\u043D\u044E\u044E.",
|
|
3761
|
+
"df.wise.ControlFeedback.minLength": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E \u043A\u0440\u0430\u0439\u043D\u0435\u0439 \u043C\u0435\u0440\u0435 {minLength} \u0441\u0438\u043C\u0432\u043E\u043B\u0430(-\u043E\u0432).",
|
|
3762
|
+
"df.wise.ControlFeedback.minimum": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E, \u0440\u0430\u0432\u043D\u043E\u0435 {minimum} \u0438\u043B\u0438 \u0431\u043E\u043B\u044C\u0448\u0435.",
|
|
3763
|
+
"df.wise.ControlFeedback.minimumDate": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0430\u0442\u0443, \u0440\u0430\u0432\u043D\u0443\u044E {minimum} \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0437\u0434\u043D\u044E\u044E.",
|
|
3764
|
+
"df.wise.ControlFeedback.pattern": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u044D\u0442\u043E \u0432 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u043C \u0444\u043E\u0440\u043C\u0430\u0442\u0435.",
|
|
3765
|
+
"df.wise.ControlFeedback.patternDate": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0430\u0442\u0443 \u0432 \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E\u043C \u0444\u043E\u0440\u043C\u0430\u0442\u0435.",
|
|
3766
|
+
"df.wise.ControlFeedback.required": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u043E\u0435 \u043F\u043E\u043B\u0435.",
|
|
3767
|
+
"df.wise.ControlFeedback.type": "\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0442\u0438\u043F",
|
|
3768
|
+
"df.wise.CopyFeedback.copy": "\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u043E \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0435\u043D\u0430",
|
|
3769
|
+
"df.wise.CopyFeedback.copyFailed": "\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0441\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0435\u043D\u0430",
|
|
3770
|
+
"df.wise.Decision.all": "\u0412\u0441\u0435",
|
|
3771
|
+
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
3772
|
+
"df.wise.Decision.noResults": "\u041D\u0435\u0442 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u043E\u0432",
|
|
3773
|
+
"df.wise.Decision.popular": "\u041F\u043E\u043F\u0443\u043B\u044F\u0440\u043D\u044B\u0435",
|
|
3774
|
+
"df.wise.Decision.recent": "\u041D\u0435\u0434\u0430\u0432\u043D\u0438\u0435",
|
|
3775
|
+
"df.wise.Decision.results": "\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E\u0438\u0441\u043A\u0430",
|
|
3776
|
+
"df.wise.DynamicParagraph.copied": "\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u043E \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0435\u043D\u0430",
|
|
3777
|
+
"df.wise.DynamicParagraph.copy": "\u041A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C",
|
|
3778
|
+
"df.wise.ErrorBoundary.errorAlert": "\u0427\u0442\u043E-\u0442\u043E \u043F\u043E\u0448\u043B\u043E \u043D\u0435 \u0442\u0430\u043A.",
|
|
3779
|
+
"df.wise.ErrorBoundary.retry": "\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C \u043F\u043E\u043F\u044B\u0442\u043A\u0443",
|
|
3780
|
+
"df.wise.ExternalConfirmation.cancel": "\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C",
|
|
3781
|
+
"df.wise.ExternalConfirmation.description": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435, \u0447\u0442\u043E \u0432\u044B \u0445\u043E\u0442\u0438\u0442\u0435 \u043E\u0442\u043A\u0440\u044B\u0442\u044C **{origin}** \u0432 \u043D\u043E\u0432\u043E\u0439 \u0432\u043A\u043B\u0430\u0434\u043A\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430.",
|
|
3782
|
+
"df.wise.ExternalConfirmation.open": "\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0432 \u043D\u043E\u0432\u043E\u0439 \u0432\u043A\u043B\u0430\u0434\u043A\u0435",
|
|
3783
|
+
"df.wise.ExternalConfirmation.title": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435",
|
|
3784
|
+
"df.wise.Help.ariaLabel": "\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044C \u0434\u043B\u044F \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u044F \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438.",
|
|
3785
|
+
"df.wise.MultiSelect.summary": "{first} \u0438 \u0435\u0449\u0435 {count} \u0434\u0440\u0443\u0433\u0438\u0445",
|
|
3786
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "\u0418\u0437\u0432\u0438\u043D\u0438\u0442\u0435, \u0444\u0430\u0439\u043B \u0441\u043B\u0438\u0448\u043A\u043E\u043C \u0431\u043E\u043B\u044C\u0448\u043E\u0439. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0444\u0430\u0439\u043B \u043C\u0435\u043D\u044C\u0448\u0435\u0433\u043E \u0440\u0430\u0437\u043C\u0435\u0440\u0430.",
|
|
3787
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u043D\u0435 \u0431\u043E\u043B\u0435\u0435 {maxItems} \u0444\u0430\u0439\u043B\u043E\u0432.",
|
|
3788
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u043F\u043E \u043A\u0440\u0430\u0439\u043D\u0435\u0439 \u043C\u0435\u0440\u0435 {minItems} \u0444\u0430\u0439\u043B(-\u0430/\u043E\u0432).",
|
|
3789
|
+
"df.wise.PersistAsyncSchema.genericError": "\u0427\u0442\u043E-\u0442\u043E \u043F\u043E\u0448\u043B\u043E \u043D\u0435 \u0442\u0430\u043A, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437.",
|
|
3790
|
+
"df.wise.SearchLayout.loading": "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430..."
|
|
3791
|
+
};
|
|
3792
|
+
|
|
3793
|
+
// src/i18n/th.json
|
|
3794
|
+
var th_default = {
|
|
3795
|
+
"df.wise.ArraySchema.addItem": "\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01",
|
|
3796
|
+
"df.wise.ArraySchema.addItemTitle": "\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",
|
|
3797
|
+
"df.wise.ArraySchema.editItem": "\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01",
|
|
3798
|
+
"df.wise.ArraySchema.maxItemsError": "\u0E42\u0E1B\u0E23\u0E14\u0E40\u0E1E\u0E34\u0E48\u0E21 {maxItems} \u0E2B\u0E23\u0E37\u0E2D\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32",
|
|
3799
|
+
"df.wise.ArraySchema.minItemsError": "\u0E42\u0E1B\u0E23\u0E14\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E19\u0E49\u0E2D\u0E22 {minItems}",
|
|
3800
|
+
"df.wise.ArraySchema.removeItem": "\u0E25\u0E1A",
|
|
3801
|
+
"df.wise.ButtonLayout.buttonLoadingMessage": "\u0E2D\u0E32\u0E08\u0E43\u0E0A\u0E49\u0E40\u0E27\u0E25\u0E32\u0E2A\u0E31\u0E01\u0E2A\u0E2D\u0E07\u0E2A\u0E32\u0E21\u0E27\u0E34\u0E19\u0E32\u0E17\u0E35",
|
|
3802
|
+
"df.wise.ControlFeedback.maxLength": "\u0E42\u0E1B\u0E23\u0E14\u0E1B\u0E49\u0E2D\u0E19 {maxLength} \u0E15\u0E31\u0E27\u0E2D\u0E31\u0E01\u0E29\u0E23\u0E2B\u0E23\u0E37\u0E2D\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19",
|
|
3803
|
+
"df.wise.ControlFeedback.maximum": "\u0E42\u0E1B\u0E23\u0E14\u0E1B\u0E49\u0E2D\u0E19\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02 {maximum} \u0E2B\u0E23\u0E37\u0E2D\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32",
|
|
3804
|
+
"df.wise.ControlFeedback.maximumDate": "\u0E42\u0E1B\u0E23\u0E14\u0E43\u0E2A\u0E48\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E40\u0E1B\u0E47\u0E19 {maximum} \u0E2B\u0E23\u0E37\u0E2D\u0E01\u0E48\u0E2D\u0E19\u0E2B\u0E19\u0E49\u0E32\u0E19\u0E31\u0E49\u0E19",
|
|
3805
|
+
"df.wise.ControlFeedback.minLength": "\u0E42\u0E1B\u0E23\u0E14\u0E1B\u0E49\u0E2D\u0E19\u0E15\u0E31\u0E27\u0E2D\u0E31\u0E01\u0E29\u0E23\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E19\u0E49\u0E2D\u0E22 {minLength} \u0E15\u0E31\u0E27",
|
|
3806
|
+
"df.wise.ControlFeedback.minimum": "\u0E42\u0E1B\u0E23\u0E14\u0E1B\u0E49\u0E2D\u0E19\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02 {minimum} \u0E2B\u0E23\u0E37\u0E2D\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32",
|
|
3807
|
+
"df.wise.ControlFeedback.minimumDate": "\u0E42\u0E1B\u0E23\u0E14\u0E43\u0E2A\u0E48\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E40\u0E1B\u0E47\u0E19 {minimum} \u0E2B\u0E23\u0E37\u0E2D\u0E2B\u0E25\u0E31\u0E07\u0E08\u0E32\u0E01\u0E19\u0E31\u0E49\u0E19",
|
|
3808
|
+
"df.wise.ControlFeedback.pattern": "\u0E42\u0E1B\u0E23\u0E14\u0E43\u0E2A\u0E48\u0E43\u0E19\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07",
|
|
3809
|
+
"df.wise.ControlFeedback.patternDate": "\u0E42\u0E1B\u0E23\u0E14\u0E1B\u0E49\u0E2D\u0E19\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E43\u0E19\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07",
|
|
3810
|
+
"df.wise.ControlFeedback.required": "\u0E42\u0E1B\u0E23\u0E14\u0E43\u0E2A\u0E48\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E43\u0E19\u0E0A\u0E48\u0E2D\u0E07\u0E19\u0E35\u0E49",
|
|
3811
|
+
"df.wise.ControlFeedback.type": "\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07",
|
|
3812
|
+
"df.wise.CopyFeedback.copy": "\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E04\u0E25\u0E34\u0E1B\u0E1A\u0E2D\u0E23\u0E4C\u0E14",
|
|
3813
|
+
"df.wise.CopyFeedback.copyFailed": "\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E04\u0E25\u0E34\u0E1B\u0E1A\u0E2D\u0E23\u0E4C\u0E14\u0E44\u0E21\u0E48\u0E2A\u0E33\u0E40\u0E23\u0E47\u0E08",
|
|
3814
|
+
"df.wise.Decision.all": "\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14",
|
|
3815
|
+
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
3816
|
+
"df.wise.Decision.noResults": "\u0E44\u0E21\u0E48\u0E21\u0E35\u0E1C\u0E25\u0E25\u0E31\u0E1E\u0E18\u0E4C",
|
|
3817
|
+
"df.wise.Decision.popular": "\u0E2A\u0E01\u0E38\u0E25\u0E22\u0E2D\u0E14\u0E19\u0E34\u0E22\u0E21",
|
|
3818
|
+
"df.wise.Decision.recent": "\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14",
|
|
3819
|
+
"df.wise.Decision.results": "\u0E1C\u0E25\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32",
|
|
3820
|
+
"df.wise.DynamicParagraph.copied": "\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E04\u0E25\u0E34\u0E1B\u0E1A\u0E2D\u0E23\u0E4C\u0E14",
|
|
3821
|
+
"df.wise.DynamicParagraph.copy": "\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01",
|
|
3822
|
+
"df.wise.ErrorBoundary.errorAlert": "\u0E40\u0E01\u0E34\u0E14\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14\u0E1A\u0E32\u0E07\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E02\u0E36\u0E49\u0E19",
|
|
3823
|
+
"df.wise.ErrorBoundary.retry": "\u0E25\u0E2D\u0E07\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07",
|
|
3824
|
+
"df.wise.ExternalConfirmation.cancel": "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01",
|
|
3825
|
+
"df.wise.ExternalConfirmation.description": "\u0E42\u0E1B\u0E23\u0E14\u0E22\u0E37\u0E19\u0E22\u0E31\u0E19\u0E27\u0E48\u0E32\u0E04\u0E38\u0E13\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E34\u0E14 **{origin}** \u0E40\u0E1B\u0E47\u0E19\u0E41\u0E17\u0E47\u0E1A\u0E43\u0E2B\u0E21\u0E48\u0E43\u0E19\u0E40\u0E1A\u0E23\u0E32\u0E27\u0E4C\u0E40\u0E0B\u0E2D\u0E23\u0E4C",
|
|
3826
|
+
"df.wise.ExternalConfirmation.open": "\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E19\u0E41\u0E17\u0E47\u0E1A\u0E43\u0E2B\u0E21\u0E48",
|
|
3827
|
+
"df.wise.ExternalConfirmation.title": "\u0E42\u0E1B\u0E23\u0E14\u0E22\u0E37\u0E19\u0E22\u0E31\u0E19",
|
|
3828
|
+
"df.wise.Help.ariaLabel": "\u0E04\u0E25\u0E34\u0E01\u0E17\u0E35\u0E48\u0E19\u0E35\u0E48\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E14\u0E39\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21",
|
|
3829
|
+
"df.wise.MultiSelect.summary": "{first} \u0E41\u0E25\u0E30\u0E2D\u0E35\u0E01 {count}",
|
|
3830
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "\u0E02\u0E2D\u0E2D\u0E20\u0E31\u0E22 \u0E44\u0E1F\u0E25\u0E4C\u0E19\u0E31\u0E49\u0E19\u0E43\u0E2B\u0E0D\u0E48\u0E40\u0E01\u0E34\u0E19\u0E44\u0E1B \u0E42\u0E1B\u0E23\u0E14\u0E2D\u0E31\u0E1B\u0E42\u0E2B\u0E25\u0E14\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E21\u0E35\u0E02\u0E19\u0E32\u0E14\u0E40\u0E25\u0E47\u0E01\u0E25\u0E07",
|
|
3831
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "\u0E42\u0E1B\u0E23\u0E14\u0E2D\u0E31\u0E1B\u0E42\u0E2B\u0E25\u0E14 {maxItems} \u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E23\u0E37\u0E2D\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32",
|
|
3832
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "\u0E42\u0E1B\u0E23\u0E14\u0E2D\u0E31\u0E1B\u0E42\u0E2B\u0E25\u0E14\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E19\u0E49\u0E2D\u0E22 {minItems} \u0E44\u0E1F\u0E25\u0E4C",
|
|
3833
|
+
"df.wise.PersistAsyncSchema.genericError": "\u0E40\u0E01\u0E34\u0E14\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14\u0E1A\u0E32\u0E07\u0E2D\u0E22\u0E48\u0E32\u0E07 \u0E42\u0E1B\u0E23\u0E14\u0E25\u0E2D\u0E07\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07",
|
|
3834
|
+
"df.wise.SearchLayout.loading": "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14..."
|
|
3835
|
+
};
|
|
3836
|
+
|
|
3837
|
+
// src/i18n/tr.json
|
|
3838
|
+
var tr_default = {
|
|
3839
|
+
"df.wise.ArraySchema.addItem": "Kaydet",
|
|
3840
|
+
"df.wise.ArraySchema.addItemTitle": "\xD6ge ekle",
|
|
3841
|
+
"df.wise.ArraySchema.editItem": "Kaydet",
|
|
3842
|
+
"df.wise.ArraySchema.maxItemsError": "L\xFCtfen {maxItems} veya daha az ekleme yap\u0131n",
|
|
3843
|
+
"df.wise.ArraySchema.minItemsError": "L\xFCtfen en az {minItems} ekleme yap\u0131n.",
|
|
3844
|
+
"df.wise.ArraySchema.removeItem": "Kald\u0131r",
|
|
3845
|
+
"df.wise.ButtonLayout.buttonLoadingMessage": "Bu birka\xE7 saniye s\xFCrebilir",
|
|
3846
|
+
"df.wise.ControlFeedback.maxLength": "L\xFCtfen {maxLength} veya daha az karakter girin.",
|
|
3847
|
+
"df.wise.ControlFeedback.maximum": "L\xFCtfen {maximum} veya daha d\xFC\u015F\xFCk bir say\u0131 girin.",
|
|
3848
|
+
"df.wise.ControlFeedback.maximumDate": "L\xFCtfen {maximum} veya daha erken bir tarih girin.",
|
|
3849
|
+
"df.wise.ControlFeedback.minLength": "En az {minLength} karakter girebilirsiniz.",
|
|
3850
|
+
"df.wise.ControlFeedback.minimum": "L\xFCtfen {minimum} veya daha y\xFCksek bir say\u0131 girin.",
|
|
3851
|
+
"df.wise.ControlFeedback.minimumDate": "L\xFCtfen {minimum} veya daha ge\xE7 bir tarih girin.",
|
|
3852
|
+
"df.wise.ControlFeedback.pattern": "Yanl\u0131\u015F bi\xE7im",
|
|
3853
|
+
"df.wise.ControlFeedback.patternDate": "L\xFCtfen tarihi do\u011Fru bi\xE7imde girin.",
|
|
3854
|
+
"df.wise.ControlFeedback.required": "L\xFCtfen bu alan\u0131 doldurun.",
|
|
3855
|
+
"df.wise.ControlFeedback.type": "Ge\xE7ersiz se\xE7im",
|
|
3856
|
+
"df.wise.CopyFeedback.copy": "Panoya kopyaland\u0131",
|
|
3857
|
+
"df.wise.CopyFeedback.copyFailed": "Panoya kopyalama ba\u015Far\u0131s\u0131z oldu",
|
|
3858
|
+
"df.wise.Decision.all": "T\xFCm\xFC",
|
|
3859
|
+
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
3860
|
+
"df.wise.Decision.noResults": "Sonu\xE7 yok",
|
|
3861
|
+
"df.wise.Decision.popular": "Pop\xFCler",
|
|
3862
|
+
"df.wise.Decision.recent": "Yak\u0131n zamanl\u0131",
|
|
3863
|
+
"df.wise.Decision.results": "Arama sonu\xE7lar\u0131",
|
|
3864
|
+
"df.wise.DynamicParagraph.copied": "Panoya kopyaland\u0131",
|
|
3865
|
+
"df.wise.DynamicParagraph.copy": "Kopyala",
|
|
3866
|
+
"df.wise.ErrorBoundary.errorAlert": "Bir sorun olu\u015Ftu.",
|
|
3867
|
+
"df.wise.ErrorBoundary.retry": "Tekrar dene",
|
|
3868
|
+
"df.wise.ExternalConfirmation.cancel": "\u0130ptal edin",
|
|
3869
|
+
"df.wise.ExternalConfirmation.description": "L\xFCtfen yeni bir taray\u0131c\u0131 sekmesinde **{origin}** a\xE7mak istedi\u011Finizi onaylay\u0131n.",
|
|
3870
|
+
"df.wise.ExternalConfirmation.open": "Yeni sekmede a\xE7",
|
|
3871
|
+
"df.wise.ExternalConfirmation.title": "L\xFCtfen onaylay\u0131n",
|
|
3872
|
+
"df.wise.Help.ariaLabel": "Ayr\u0131nt\u0131lar i\xE7in t\u0131klay\u0131n.",
|
|
3873
|
+
"df.wise.MultiSelect.summary": "{first} ve {count} daha",
|
|
3874
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "\xDCzg\xFCn\xFCz, bu dosya \xE7ok b\xFCy\xFCk. L\xFCtfen daha k\xFC\xE7\xFCk bir dosya y\xFCkleyin.",
|
|
3875
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "L\xFCtfen {maxItems} veya daha az dosya y\xFCkleyin.",
|
|
3876
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "L\xFCtfen en az {minItems} dosya y\xFCkleyin.",
|
|
3877
|
+
"df.wise.PersistAsyncSchema.genericError": "Bir \u015Feyler ters gitti, l\xFCtfen tekrar deneyin.",
|
|
3878
|
+
"df.wise.SearchLayout.loading": "Y\xFCkleniyor..."
|
|
3879
|
+
};
|
|
3880
|
+
|
|
3881
|
+
// src/i18n/zh_CN.json
|
|
3882
|
+
var zh_CN_default = {
|
|
3883
|
+
"df.wise.ArraySchema.addItem": "\u4FDD\u5B58",
|
|
3884
|
+
"df.wise.ArraySchema.addItemTitle": "\u6DFB\u52A0\u9879\u76EE",
|
|
3885
|
+
"df.wise.ArraySchema.editItem": "\u4FDD\u5B58",
|
|
3886
|
+
"df.wise.ArraySchema.maxItemsError": "\u8BF7\u6DFB\u52A0\u4E0D\u8D85\u8FC7 {maxItems} \u9879\u3002",
|
|
3887
|
+
"df.wise.ArraySchema.minItemsError": "\u8BF7\u81F3\u5C11\u6DFB\u52A0 {minItems} \u9879\u3002",
|
|
3888
|
+
"df.wise.ArraySchema.removeItem": "\u79FB\u9664",
|
|
3889
|
+
"df.wise.ButtonLayout.buttonLoadingMessage": "\u6B64\u8FC7\u7A0B\u53EF\u80FD\u9700\u8981\u51E0\u79D2\u949F",
|
|
3890
|
+
"df.wise.ControlFeedback.maxLength": "\u8BF7\u8F93\u5165\u4E0D\u8D85\u8FC7 {maxLength} \u4E2A\u5B57\u7B26\u3002",
|
|
3891
|
+
"df.wise.ControlFeedback.maximum": "\u8BF7\u8F93\u5165\u4E00\u4E2A\u5C0F\u4E8E\u6216\u7B49\u4E8E {maximum} \u7684\u6570\u5B57\u3002",
|
|
3892
|
+
"df.wise.ControlFeedback.maximumDate": "\u8BF7\u8F93\u5165 {maximum} \u6216\u4E4B\u524D\u7684\u65E5\u671F",
|
|
3893
|
+
"df.wise.ControlFeedback.minLength": "\u8BF7\u81F3\u5C11\u8F93\u5165 {minLength} \u4E2A\u5B57\u7B26",
|
|
3894
|
+
"df.wise.ControlFeedback.minimum": "\u8BF7\u8F93\u5165\u4E00\u4E2A\u5927\u4E8E\u6216\u7B49\u4E8E {minimum} \u7684\u6570\u5B57",
|
|
3895
|
+
"df.wise.ControlFeedback.minimumDate": "\u8BF7\u8F93\u5165 {minimum} \u6216\u4E4B\u540E\u7684\u65E5\u671F",
|
|
3896
|
+
"df.wise.ControlFeedback.pattern": "\u8BF7\u4EE5\u6B63\u786E\u7684\u683C\u5F0F\u8F93\u5165",
|
|
3897
|
+
"df.wise.ControlFeedback.patternDate": "\u8BF7\u4EE5\u6B63\u786E\u7684\u683C\u5F0F\u8F93\u5165\u65E5\u671F",
|
|
3898
|
+
"df.wise.ControlFeedback.required": "\u8BF7\u586B\u5199\u6B64\u5B57\u6BB5\u3002",
|
|
3899
|
+
"df.wise.ControlFeedback.type": "\u7C7B\u578B\u9519\u8BEF",
|
|
3900
|
+
"df.wise.CopyFeedback.copy": "\u5DF2\u590D\u5236\u5230\u526A\u8D34\u677F",
|
|
3901
|
+
"df.wise.CopyFeedback.copyFailed": "\u590D\u5236\u5230\u526A\u8D34\u677F\u5931\u8D25",
|
|
3902
|
+
"df.wise.Decision.all": "\u5168\u90E8",
|
|
3903
|
+
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
3904
|
+
"df.wise.Decision.noResults": "\u6682\u65E0\u7ED3\u679C",
|
|
3905
|
+
"df.wise.Decision.popular": "\u70ED\u95E8",
|
|
3906
|
+
"df.wise.Decision.recent": "\u6700\u8FD1",
|
|
3907
|
+
"df.wise.Decision.results": "\u641C\u7D22\u7ED3\u679C",
|
|
3908
|
+
"df.wise.DynamicParagraph.copied": "\u5DF2\u590D\u5236\u5230\u526A\u8D34\u677F",
|
|
3909
|
+
"df.wise.DynamicParagraph.copy": "\u590D\u5236",
|
|
3910
|
+
"df.wise.ErrorBoundary.errorAlert": "\u51FA\u9519\u4E86\u3002",
|
|
3911
|
+
"df.wise.ErrorBoundary.retry": "\u91CD\u8BD5",
|
|
3912
|
+
"df.wise.ExternalConfirmation.cancel": "\u53D6\u6D88",
|
|
3913
|
+
"df.wise.ExternalConfirmation.description": "\u8BF7\u786E\u8BA4\u60A8\u662F\u5426\u8981\u5728\u65B0\u6807\u7B7E\u9875\u4E2D\u6253\u5F00**{origin}**\u3002",
|
|
3914
|
+
"df.wise.ExternalConfirmation.open": "\u5728\u65B0\u6807\u7B7E\u9875\u4E2D\u6253\u5F00",
|
|
3915
|
+
"df.wise.ExternalConfirmation.title": "\u8BF7\u786E\u8BA4",
|
|
3916
|
+
"df.wise.Help.ariaLabel": "\u70B9\u51FB\u6B64\u5904\u83B7\u53D6\u66F4\u591A\u4FE1\u606F\u3002",
|
|
3917
|
+
"df.wise.MultiSelect.summary": "{first} \u548C\u5176\u4ED6 {count} \u4E2A",
|
|
3918
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "\u62B1\u6B49\uFF0C\u8BE5\u6587\u4EF6\u592A\u5927\u3002\u8BF7\u4E0A\u4F20\u4E00\u4E2A\u66F4\u5C0F\u7684\u6587\u4EF6\u3002",
|
|
3919
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "\u8BF7\u4E0A\u4F20\u4E0D\u8D85\u8FC7 {maxItems} \u4E2A\u6587\u4EF6\u3002",
|
|
3920
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "\u8BF7\u4E0A\u4F20\u81F3\u5C11 {minItems} \u4E2A\u6587\u4EF6\u3002",
|
|
3921
|
+
"df.wise.PersistAsyncSchema.genericError": "\u51FA\u9519\u4E86\uFF0C\u8BF7\u91CD\u8BD5\u3002",
|
|
3922
|
+
"df.wise.SearchLayout.loading": "\u6B63\u5728\u52A0\u8F7D\u2026"
|
|
3923
|
+
};
|
|
3840
3924
|
|
|
3841
|
-
//
|
|
3842
|
-
var
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3925
|
+
// src/i18n/zh_HK.json
|
|
3926
|
+
var zh_HK_default = {
|
|
3927
|
+
"df.wise.ArraySchema.addItem": "\u5132\u5B58",
|
|
3928
|
+
"df.wise.ArraySchema.addItemTitle": "\u6DFB\u52A0\u9805\u76EE",
|
|
3929
|
+
"df.wise.ArraySchema.editItem": "\u5132\u5B58",
|
|
3930
|
+
"df.wise.ArraySchema.maxItemsError": "\u8ACB\u6DFB\u52A0\u4E0D\u8D85\u904E{maxItems}\u9805\u3002",
|
|
3931
|
+
"df.wise.ArraySchema.minItemsError": "\u8ACB\u81F3\u5C11\u6DFB\u52A0{minItems}\u9805\u3002",
|
|
3932
|
+
"df.wise.ArraySchema.removeItem": "\u79FB\u9664",
|
|
3933
|
+
"df.wise.ButtonLayout.buttonLoadingMessage": "\u6B64\u7A0B\u5E8F\u53EF\u80FD\u9700\u6642\u5E7E\u79D2",
|
|
3934
|
+
"df.wise.ControlFeedback.maxLength": "\u8ACB\u8F38\u5165\u6700\u591A{maxLength}\u500B\u5B57\u5143\u3002",
|
|
3935
|
+
"df.wise.ControlFeedback.maximum": "\u8ACB\u8F38\u5165\u4E00\u500B\u5C0F\u65BC\u6216\u7B49\u65BC{maximum}\u7684\u6578\u5B57\u3002",
|
|
3936
|
+
"df.wise.ControlFeedback.maximumDate": "\u8ACB\u8F38\u5165{maximum}\u6216\u4E4B\u524D\u7684\u65E5\u671F\u3002",
|
|
3937
|
+
"df.wise.ControlFeedback.minLength": "\u8ACB\u8F38\u5165\u81F3\u5C11{minLength}\u500B\u5B57\u5143\u3002",
|
|
3938
|
+
"df.wise.ControlFeedback.minimum": "\u8ACB\u8F38\u5165\u4E00\u500B\u5927\u65BC\u6216\u7B49\u65BC{minimum}\u7684\u6578\u5B57\u3002",
|
|
3939
|
+
"df.wise.ControlFeedback.minimumDate": "\u8ACB\u8F38\u5165{minimum}\u6216\u4E4B\u5F8C\u7684\u65E5\u671F\u3002",
|
|
3940
|
+
"df.wise.ControlFeedback.pattern": "\u8ACB\u4EE5\u6B63\u78BA\u683C\u5F0F\u8F38\u5165\u5185\u5BB9\u3002",
|
|
3941
|
+
"df.wise.ControlFeedback.patternDate": "\u8ACB\u4EE5\u6B63\u78BA\u683C\u5F0F\u8F38\u5165\u65E5\u671F\u3002",
|
|
3942
|
+
"df.wise.ControlFeedback.required": "\u8ACB\u586B\u5BEB\u6B64\u6B04\u4F4D\u3002",
|
|
3943
|
+
"df.wise.ControlFeedback.type": "\u932F\u8AA4\u7684\u985E\u578B",
|
|
3944
|
+
"df.wise.CopyFeedback.copy": "\u8907\u88FD\u5230\u526A\u8CBC\u677F",
|
|
3945
|
+
"df.wise.CopyFeedback.copyFailed": "\u7121\u6CD5\u8907\u88FD\u5230\u526A\u8CBC\u677F",
|
|
3946
|
+
"df.wise.Decision.all": "\u5168\u90E8",
|
|
3947
|
+
"df.wise.Decision.filterPlaceholder": "Start typing to search",
|
|
3948
|
+
"df.wise.Decision.noResults": "\u6C92\u6709\u7D50\u679C",
|
|
3949
|
+
"df.wise.Decision.popular": "\u71B1\u9580",
|
|
3950
|
+
"df.wise.Decision.recent": "\u6700\u8FD1\u7684",
|
|
3951
|
+
"df.wise.Decision.results": "\u641C\u5C0B\u7D50\u679C",
|
|
3952
|
+
"df.wise.DynamicParagraph.copied": "\u8907\u88FD\u5230\u526A\u8CBC\u677F",
|
|
3953
|
+
"df.wise.DynamicParagraph.copy": "\u8907\u88FD",
|
|
3954
|
+
"df.wise.ErrorBoundary.errorAlert": "\u51FA\u4E86\u4E9B\u554F\u984C\u3002",
|
|
3955
|
+
"df.wise.ErrorBoundary.retry": "\u91CD\u8A66",
|
|
3956
|
+
"df.wise.ExternalConfirmation.cancel": "\u53D6\u6D88",
|
|
3957
|
+
"df.wise.ExternalConfirmation.description": "\u8ACB\u78BA\u8A8D\u4F60\u662F\u5426\u8981\u5728\u700F\u89BD\u5668\u7684\u65B0\u5206\u9801\u6253\u958B**{origin}**\u3002",
|
|
3958
|
+
"df.wise.ExternalConfirmation.open": "\u5728\u65B0\u5206\u9801\u4E2D\u958B\u555F",
|
|
3959
|
+
"df.wise.ExternalConfirmation.title": "\u8ACB\u78BA\u8A8D",
|
|
3960
|
+
"df.wise.Help.ariaLabel": "\u6309\u6B64\u67E5\u770B\u8A73\u60C5\u3002",
|
|
3961
|
+
"df.wise.MultiSelect.summary": "{first}\u548C\u5176\u4ED6{count}\u9805",
|
|
3962
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "\u62B1\u6B49\uFF0C\u8A72\u6A94\u6848\u592A\u5927\u3002\u8ACB\u4E0A\u8F09\u4E00\u500B\u8F03\u5C0F\u7684\u6A94\u6848\u3002",
|
|
3963
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "\u8ACB\u4E0D\u8981\u4E0A\u8F09\u8D85\u904E{maxItems}\u500B\u6A94\u6848\u3002",
|
|
3964
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "\u8ACB\u4E0A\u8F09\u81F3\u5C11{minItems}\u500B\u6A94\u6848\u3002",
|
|
3965
|
+
"df.wise.PersistAsyncSchema.genericError": "\u51FA\u73FE\u4E86\u554F\u984C\uFF0C\u8ACB\u518D\u8A66\u4E00\u6B21\u3002",
|
|
3966
|
+
"df.wise.SearchLayout.loading": "\u8F09\u5165\u4E2D\u2026"
|
|
3882
3967
|
};
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
|
|
3886
|
-
|
|
3887
|
-
|
|
3888
|
-
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
|
|
3892
|
-
|
|
3893
|
-
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
3900
|
-
|
|
3901
|
-
|
|
3902
|
-
|
|
3903
|
-
|
|
3904
|
-
|
|
3905
|
-
"disabled",
|
|
3906
|
-
"help",
|
|
3907
|
-
"type",
|
|
3908
|
-
"validationState",
|
|
3909
|
-
"maxSize",
|
|
3910
|
-
"onUpload"
|
|
3911
|
-
]);
|
|
3912
|
-
const uploadProps = __spreadProps(__spreadValues({}, rest), { id, name: id, maxSize });
|
|
3913
|
-
const onUploadFile = async (file, fileName) => {
|
|
3914
|
-
try {
|
|
3915
|
-
const convertedFile = file ? await toFile(file, fileName) : null;
|
|
3916
|
-
await onUpload(convertedFile);
|
|
3917
|
-
} catch (e) {
|
|
3918
|
-
await onUpload(null);
|
|
3919
|
-
throw e;
|
|
3920
|
-
}
|
|
3921
|
-
};
|
|
3922
|
-
const filetypes = acceptsToFileTypes(accepts);
|
|
3923
|
-
const usAccept = filetypes === "*" ? "*" : filetypes.join(",");
|
|
3924
|
-
return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
3925
|
-
FieldInput_default,
|
|
3926
|
-
{
|
|
3927
|
-
id,
|
|
3928
|
-
label: title,
|
|
3929
|
-
description,
|
|
3930
|
-
validation: validationState,
|
|
3931
|
-
help,
|
|
3932
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
3933
|
-
import_components49.Upload,
|
|
3934
|
-
__spreadProps(__spreadValues({}, uploadProps), {
|
|
3935
|
-
usAccept,
|
|
3936
|
-
usDisabled: disabled,
|
|
3937
|
-
onSuccess: onUploadFile,
|
|
3938
|
-
onFailure: async () => onUpload(null),
|
|
3939
|
-
onCancel: async () => onUpload(null)
|
|
3940
|
-
})
|
|
3941
|
-
)
|
|
3942
|
-
}
|
|
3943
|
-
);
|
|
3944
|
-
}
|
|
3968
|
+
|
|
3969
|
+
// src/i18n/index.ts
|
|
3970
|
+
var wiseTranslations = {
|
|
3971
|
+
cs: cs_default,
|
|
3972
|
+
en: en_default,
|
|
3973
|
+
de: de_default,
|
|
3974
|
+
es: es_default,
|
|
3975
|
+
fr: fr_default,
|
|
3976
|
+
hu: hu_default,
|
|
3977
|
+
id: id_default,
|
|
3978
|
+
it: it_default,
|
|
3979
|
+
ja: ja_default,
|
|
3980
|
+
nl: nl_default,
|
|
3981
|
+
pl: pl_default,
|
|
3982
|
+
pt: pt_default,
|
|
3983
|
+
ro: ro_default,
|
|
3984
|
+
ru: ru_default,
|
|
3985
|
+
th: th_default,
|
|
3986
|
+
tr: tr_default,
|
|
3987
|
+
zh: zh_CN_default,
|
|
3988
|
+
"zh-CN": zh_CN_default,
|
|
3989
|
+
"zh-HK": zh_HK_default
|
|
3945
3990
|
};
|
|
3991
|
+
var languages = Array.from(
|
|
3992
|
+
/* @__PURE__ */ new Set([...Object.keys(import_dynamic_flow_client.translations), ...Object.keys(wiseTranslations)])
|
|
3993
|
+
);
|
|
3994
|
+
var translations = languages.reduce(
|
|
3995
|
+
(acc, lang) => __spreadProps(__spreadValues({}, acc), { [lang]: __spreadValues(__spreadValues({}, import_dynamic_flow_client.translations[lang]), wiseTranslations[lang]) }),
|
|
3996
|
+
{}
|
|
3997
|
+
);
|
|
3998
|
+
var i18n_default = translations;
|
|
3946
3999
|
|
|
3947
|
-
//
|
|
3948
|
-
var
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
CheckboxInputRenderer_default,
|
|
3952
|
-
BoxRenderer_default,
|
|
3953
|
-
ButtonRenderer_default,
|
|
3954
|
-
ColumnsRenderer_default,
|
|
3955
|
-
DateInputRenderer_default,
|
|
3956
|
-
DecisionRenderer_default,
|
|
3957
|
-
DividerRenderer_default,
|
|
3958
|
-
ExternalConfirmationRenderer_default,
|
|
3959
|
-
FormRenderer_default,
|
|
3960
|
-
FormSectionRenderer_default,
|
|
3961
|
-
HeadingRenderer_default,
|
|
3962
|
-
ImageRenderer_default,
|
|
3963
|
-
InstructionsRenderer_default,
|
|
3964
|
-
IntegerInputRenderer_default,
|
|
3965
|
-
LargeUploadRenderer,
|
|
3966
|
-
ListRenderer_default,
|
|
3967
|
-
LoadingIndicatorRenderer_default,
|
|
3968
|
-
MarkdownRenderer_default,
|
|
3969
|
-
ModalRenderer,
|
|
3970
|
-
ModalLayoutRenderer_default,
|
|
3971
|
-
MultiSelectInputRenderer_default,
|
|
3972
|
-
MultiUploadInputRenderer_default,
|
|
3973
|
-
NumberInputRenderer_default,
|
|
3974
|
-
ParagraphRenderer_default,
|
|
3975
|
-
RepeatableRenderer_default,
|
|
3976
|
-
ReviewRenderer_default,
|
|
3977
|
-
SearchRenderer_default,
|
|
3978
|
-
SelectInputRenderer_default,
|
|
3979
|
-
SectionRenderer_default,
|
|
3980
|
-
StatusListRenderer_default,
|
|
3981
|
-
TabsRenderer,
|
|
3982
|
-
TextInputRenderer_default,
|
|
3983
|
-
UploadInputRenderer,
|
|
3984
|
-
SplashStepRenderer,
|
|
3985
|
-
SplashCelebrationStepRenderer,
|
|
3986
|
-
StepRenderer
|
|
3987
|
-
];
|
|
4000
|
+
// src/dynamicFlow/DynamicFlow.tsx
|
|
4001
|
+
var import_react18 = require("react");
|
|
4002
|
+
var import_react_intl22 = require("react-intl");
|
|
4003
|
+
var import_dynamic_flow_client2 = require("@wise/dynamic-flow-client");
|
|
3988
4004
|
|
|
3989
4005
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
3990
4006
|
var appVersion = (
|