@wise/dynamic-flow-client-internal 4.24.0-experimental-renderer-extensions-2-779450d → 4.24.1-experimental-1ea86c5
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/cs.json +1 -1
- package/build/i18n/fr.json +1 -1
- package/build/i18n/hu.json +1 -1
- package/build/i18n/id.json +2 -2
- package/build/i18n/it.json +1 -1
- package/build/i18n/nl.json +2 -2
- package/build/i18n/zh_HK.json +1 -1
- package/build/main.js +274 -255
- package/build/main.mjs +213 -196
- package/build/types/index.d.ts +3 -2
- package/package.json +5 -5
- package/build/types/dynamicFlow/extensions/createRendererWithExtensions.d.ts +0 -13
package/build/i18n/cs.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"df.wise.CopyFeedback.copy": "Zkopírováno do schránky",
|
|
20
20
|
"df.wise.CopyFeedback.copyFailed": "Kopírování do schránky se nezdařilo",
|
|
21
21
|
"df.wise.Decision.all": "Vše",
|
|
22
|
-
"df.wise.Decision.filterPlaceholder": "
|
|
22
|
+
"df.wise.Decision.filterPlaceholder": "Pro vyhledávání začněte psát",
|
|
23
23
|
"df.wise.Decision.noResults": "Žádné výsledky",
|
|
24
24
|
"df.wise.Decision.popular": "Populární",
|
|
25
25
|
"df.wise.Decision.recent": "Nedávné",
|
package/build/i18n/fr.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"df.wise.CopyFeedback.copy": "Copié dans le presse-papier",
|
|
20
20
|
"df.wise.CopyFeedback.copyFailed": "Impossible de copier dans le presse-papier",
|
|
21
21
|
"df.wise.Decision.all": "Toutes",
|
|
22
|
-
"df.wise.Decision.filterPlaceholder": "
|
|
22
|
+
"df.wise.Decision.filterPlaceholder": "Commencez à écrire pour effectuer une recherche",
|
|
23
23
|
"df.wise.Decision.noResults": "Aucun résultat",
|
|
24
24
|
"df.wise.Decision.popular": "Populaires",
|
|
25
25
|
"df.wise.Decision.recent": "Récents",
|
package/build/i18n/hu.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"df.wise.CopyFeedback.copy": "Vágólapra másolva",
|
|
20
20
|
"df.wise.CopyFeedback.copyFailed": "Nem sikerült a vágólapra másolni",
|
|
21
21
|
"df.wise.Decision.all": "Összes",
|
|
22
|
-
"df.wise.Decision.filterPlaceholder": "
|
|
22
|
+
"df.wise.Decision.filterPlaceholder": "Kezdj el gépelni a kereséshez",
|
|
23
23
|
"df.wise.Decision.noResults": "Nincs találat",
|
|
24
24
|
"df.wise.Decision.popular": "Népszerű",
|
|
25
25
|
"df.wise.Decision.recent": "Legutóbbi",
|
package/build/i18n/id.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"df.wise.ArraySchema.maxItemsError": "Harap tambahkan {maxItems} atau kurang.",
|
|
6
6
|
"df.wise.ArraySchema.minItemsError": "Harap tambahkan setidaknya {minItems}.",
|
|
7
7
|
"df.wise.ArraySchema.removeItem": "Hapus",
|
|
8
|
-
"df.wise.ButtonLayout.buttonLoadingMessage": "
|
|
8
|
+
"df.wise.ButtonLayout.buttonLoadingMessage": "Ini mungkin memakan waktu beberapa detik",
|
|
9
9
|
"df.wise.ControlFeedback.maxLength": "Harap masukkan {maxLength} karakter atau kurang.",
|
|
10
10
|
"df.wise.ControlFeedback.maximum": "Harap masukkan angka paling besar {maximum} atau kurang dari itu.",
|
|
11
11
|
"df.wise.ControlFeedback.maximumDate": "Harap masukkan tanggal pada atau sebelum {maximum}.",
|
|
@@ -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.filterPlaceholder": "
|
|
22
|
+
"df.wise.Decision.filterPlaceholder": "Mulai mengetik untuk mencari",
|
|
23
23
|
"df.wise.Decision.noResults": "Tidak ada hasil",
|
|
24
24
|
"df.wise.Decision.popular": "Populer",
|
|
25
25
|
"df.wise.Decision.recent": "Terbaru",
|
package/build/i18n/it.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"df.wise.CopyFeedback.copy": "Copiato negli appunti",
|
|
20
20
|
"df.wise.CopyFeedback.copyFailed": "Impossibile copiare negli appunti",
|
|
21
21
|
"df.wise.Decision.all": "Tutte",
|
|
22
|
-
"df.wise.Decision.filterPlaceholder": "
|
|
22
|
+
"df.wise.Decision.filterPlaceholder": "Inizia a digitare per cercare",
|
|
23
23
|
"df.wise.Decision.noResults": "Nessun risultato",
|
|
24
24
|
"df.wise.Decision.popular": "Popolari",
|
|
25
25
|
"df.wise.Decision.recent": "Recenti",
|
package/build/i18n/nl.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"df.wise.ArraySchema.maxItemsError": "Voeg {maxItems} of minder toe.",
|
|
6
6
|
"df.wise.ArraySchema.minItemsError": "Voeg minimaal {minItems} toe.",
|
|
7
7
|
"df.wise.ArraySchema.removeItem": "Verwijderen",
|
|
8
|
-
"df.wise.ButtonLayout.buttonLoadingMessage": "
|
|
8
|
+
"df.wise.ButtonLayout.buttonLoadingMessage": "Dit kan enkele seconden duren",
|
|
9
9
|
"df.wise.ControlFeedback.maxLength": "Voer {maxLength} of minder tekens in.",
|
|
10
10
|
"df.wise.ControlFeedback.maximum": "Voer een getal in dat {maximum} of lager is.",
|
|
11
11
|
"df.wise.ControlFeedback.maximumDate": "Voer een datum in die op of voor {maximum} is.",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"df.wise.CopyFeedback.copy": "Naar klembord gekopieerd",
|
|
20
20
|
"df.wise.CopyFeedback.copyFailed": "Naar klembord kopiëren mislukt",
|
|
21
21
|
"df.wise.Decision.all": "Alles",
|
|
22
|
-
"df.wise.Decision.filterPlaceholder": "
|
|
22
|
+
"df.wise.Decision.filterPlaceholder": "Begin met typen om te zoeken",
|
|
23
23
|
"df.wise.Decision.noResults": "Niks gevonden",
|
|
24
24
|
"df.wise.Decision.popular": "Populair",
|
|
25
25
|
"df.wise.Decision.recent": "Recent",
|
package/build/i18n/zh_HK.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"df.wise.CopyFeedback.copy": "複製到剪貼板",
|
|
20
20
|
"df.wise.CopyFeedback.copyFailed": "無法複製到剪貼板",
|
|
21
21
|
"df.wise.Decision.all": "全部",
|
|
22
|
-
"df.wise.Decision.filterPlaceholder": "
|
|
22
|
+
"df.wise.Decision.filterPlaceholder": "開始輸入以搜尋",
|
|
23
23
|
"df.wise.Decision.noResults": "沒有結果",
|
|
24
24
|
"df.wise.Decision.popular": "熱門",
|
|
25
25
|
"df.wise.Decision.recent": "最近的",
|