@wise/dynamic-flow-client-internal 4.31.2 → 4.31.4
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/id.json +1 -1
- package/build/i18n/uk.json +9 -9
- package/build/main.js +3 -3
- package/build/main.mjs +3 -3
- package/package.json +3 -3
package/build/i18n/id.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"df.wise.CopyFeedback.copy": "Disalin ke clipboard",
|
|
20
20
|
"df.wise.CopyFeedback.copyFailed": "Gagal menyalin ke clipboard",
|
|
21
21
|
"df.wise.Decision.all": "Semua",
|
|
22
|
-
"df.wise.Decision.currenciesWithAccountDetails": "
|
|
22
|
+
"df.wise.Decision.currenciesWithAccountDetails": "Mata uang dengan detail rekening",
|
|
23
23
|
"df.wise.Decision.filterPlaceholder": "Mulai mengetik untuk mencari",
|
|
24
24
|
"df.wise.Decision.noResults": "Tidak ada hasil",
|
|
25
25
|
"df.wise.Decision.popular": "Populer",
|
package/build/i18n/uk.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
|
-
"df.wise.ArraySchema.addItem": "
|
|
2
|
+
"df.wise.ArraySchema.addItem": "Зберегти",
|
|
3
3
|
"df.wise.ArraySchema.addItemTitle": "Add Item",
|
|
4
|
-
"df.wise.ArraySchema.editItem": "
|
|
4
|
+
"df.wise.ArraySchema.editItem": "Зберегти",
|
|
5
5
|
"df.wise.ArraySchema.maxItemsError": "Додайте {maxItems} або менше.",
|
|
6
6
|
"df.wise.ArraySchema.minItemsError": "Додайте принаймні {minItems}.",
|
|
7
7
|
"df.wise.ArraySchema.removeItem": "Вилучити",
|
|
8
8
|
"df.wise.ButtonLayout.buttonLoadingMessage": "This might take a few seconds",
|
|
9
|
-
"df.wise.ControlFeedback.maxLength": "
|
|
10
|
-
"df.wise.ControlFeedback.maximum": "Введіть число, що дорівнює {maximum}
|
|
9
|
+
"df.wise.ControlFeedback.maxLength": "Максимальна кількість символів: {maxLength}.",
|
|
10
|
+
"df.wise.ControlFeedback.maximum": "Введіть число, що менше або дорівнює {maximum}.",
|
|
11
11
|
"df.wise.ControlFeedback.maximumDate": "Введіть дату, що припадає на {maximum}, або ранішу.",
|
|
12
12
|
"df.wise.ControlFeedback.minLength": "Мінімальна кількість символів: {minLength}.",
|
|
13
|
-
"df.wise.ControlFeedback.minimum": "Введіть число, що дорівнює {minimum}
|
|
13
|
+
"df.wise.ControlFeedback.minimum": "Введіть число, що більше або дорівнює {minimum}.",
|
|
14
14
|
"df.wise.ControlFeedback.minimumDate": "Введіть дату, що припадає на {minimum}, або пізнішу.",
|
|
15
15
|
"df.wise.ControlFeedback.pattern": "Введіть значення в правильному форматі.",
|
|
16
16
|
"df.wise.ControlFeedback.patternDate": "Введіть дату в правильному форматі.",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"df.wise.Decision.results": "Результати пошуку",
|
|
28
28
|
"df.wise.DynamicParagraph.copied": "Скопійовано в буфер обміну",
|
|
29
29
|
"df.wise.DynamicParagraph.copy": "Копіювати",
|
|
30
|
-
"df.wise.ErrorBoundary.errorAlert": "
|
|
30
|
+
"df.wise.ErrorBoundary.errorAlert": "Щось пішло не так.",
|
|
31
31
|
"df.wise.ErrorBoundary.retry": "Повторити спробу",
|
|
32
32
|
"df.wise.ExternalConfirmation.cancel": "Скасувати",
|
|
33
33
|
"df.wise.ExternalConfirmation.description": "Підтвердьте, що ви бажаєте відкрити **{origin}** в новій вкладці браузера.",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"df.wise.ExternalConfirmation.title": "Підтвердьте",
|
|
36
36
|
"df.wise.Help.ariaLabel": "Натисніть тут, щоб дізнатися більше.",
|
|
37
37
|
"df.wise.MultiSelect.summary": "{first} і ще {count}",
|
|
38
|
-
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Вибачте, але цей файл завеликий.
|
|
39
|
-
"df.wise.MultipleFileUploadSchema.maxItemsError": "
|
|
40
|
-
"df.wise.MultipleFileUploadSchema.minItemsError": "
|
|
38
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Вибачте, але цей файл завеликий. Завантажте менший файл.",
|
|
39
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Максимальна кількість файлів для завантаження: {maxItems}.",
|
|
40
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Мінімальна кількість файлів для завантаження: {minItems}.",
|
|
41
41
|
"df.wise.PersistAsyncSchema.genericError": "Щось сталося. Спробуйте ще раз.",
|
|
42
42
|
"df.wise.SearchLayout.loading": "Завантаження…"
|
|
43
43
|
}
|
package/build/main.js
CHANGED
|
@@ -3402,7 +3402,7 @@ var import_jsx_runtime79 = require("react/jsx-runtime");
|
|
|
3402
3402
|
var NewStatusListRenderer = {
|
|
3403
3403
|
canRenderType: "status-list",
|
|
3404
3404
|
render: ({ margin, items, title }) => /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: getMargin(margin), children: [
|
|
3405
|
-
title ? /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(import_components56.Header, { title
|
|
3405
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(import_components56.Header, { title }) : null,
|
|
3406
3406
|
items.map((item) => {
|
|
3407
3407
|
const { callToAction, description, icon, status, title: itemTitle } = item;
|
|
3408
3408
|
return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
@@ -3860,7 +3860,7 @@ var id_default = {
|
|
|
3860
3860
|
"df.wise.CopyFeedback.copy": "Disalin ke clipboard",
|
|
3861
3861
|
"df.wise.CopyFeedback.copyFailed": "Gagal menyalin ke clipboard",
|
|
3862
3862
|
"df.wise.Decision.all": "Semua",
|
|
3863
|
-
"df.wise.Decision.currenciesWithAccountDetails": "
|
|
3863
|
+
"df.wise.Decision.currenciesWithAccountDetails": "Mata uang dengan detail rekening",
|
|
3864
3864
|
"df.wise.Decision.filterPlaceholder": "Mulai mengetik untuk mencari",
|
|
3865
3865
|
"df.wise.Decision.noResults": "Tidak ada hasil",
|
|
3866
3866
|
"df.wise.Decision.popular": "Populer",
|
|
@@ -4417,7 +4417,7 @@ var import_dynamic_flow_client2 = require("@wise/dynamic-flow-client");
|
|
|
4417
4417
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
4418
4418
|
var appVersion = (
|
|
4419
4419
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
4420
|
-
typeof process !== "undefined" ? "4.31.
|
|
4420
|
+
typeof process !== "undefined" ? "4.31.4" : "0.0.0"
|
|
4421
4421
|
);
|
|
4422
4422
|
|
|
4423
4423
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
package/build/main.mjs
CHANGED
|
@@ -3368,7 +3368,7 @@ import { jsx as jsx79, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
|
3368
3368
|
var NewStatusListRenderer = {
|
|
3369
3369
|
canRenderType: "status-list",
|
|
3370
3370
|
render: ({ margin, items, title }) => /* @__PURE__ */ jsxs32("div", { className: getMargin(margin), children: [
|
|
3371
|
-
title ? /* @__PURE__ */ jsx79(Header10, { title
|
|
3371
|
+
title ? /* @__PURE__ */ jsx79(Header10, { title }) : null,
|
|
3372
3372
|
items.map((item) => {
|
|
3373
3373
|
const { callToAction, description, icon, status, title: itemTitle } = item;
|
|
3374
3374
|
return /* @__PURE__ */ jsx79(
|
|
@@ -3826,7 +3826,7 @@ var id_default = {
|
|
|
3826
3826
|
"df.wise.CopyFeedback.copy": "Disalin ke clipboard",
|
|
3827
3827
|
"df.wise.CopyFeedback.copyFailed": "Gagal menyalin ke clipboard",
|
|
3828
3828
|
"df.wise.Decision.all": "Semua",
|
|
3829
|
-
"df.wise.Decision.currenciesWithAccountDetails": "
|
|
3829
|
+
"df.wise.Decision.currenciesWithAccountDetails": "Mata uang dengan detail rekening",
|
|
3830
3830
|
"df.wise.Decision.filterPlaceholder": "Mulai mengetik untuk mencari",
|
|
3831
3831
|
"df.wise.Decision.noResults": "Tidak ada hasil",
|
|
3832
3832
|
"df.wise.Decision.popular": "Populer",
|
|
@@ -4387,7 +4387,7 @@ import {
|
|
|
4387
4387
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
4388
4388
|
var appVersion = (
|
|
4389
4389
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
4390
|
-
typeof process !== "undefined" ? "4.31.
|
|
4390
|
+
typeof process !== "undefined" ? "4.31.4" : "0.0.0"
|
|
4391
4391
|
);
|
|
4392
4392
|
|
|
4393
4393
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client-internal",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.4",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
|
75
75
|
"tsx": "4.20.5",
|
|
76
76
|
"typescript": "5.9.2",
|
|
77
|
-
"@wise/dynamic-flow-types": "3.15.1",
|
|
78
77
|
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
78
|
+
"@wise/dynamic-flow-types": "3.15.1",
|
|
79
79
|
"@wise/dynamic-flow-renderers": "0.0.0"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
93
|
"classnames": "2.5.1",
|
|
94
|
-
"@wise/dynamic-flow-client": "4.18.
|
|
94
|
+
"@wise/dynamic-flow-client": "4.18.5",
|
|
95
95
|
"@wise/dynamic-flow-types": "3.15.1"
|
|
96
96
|
},
|
|
97
97
|
"scripts": {
|