@factorialco/f0-react 1.470.2 → 1.471.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{F0AiChat-tvZo2d0g.js → F0AiChat-DdSiSBlS.js} +59076 -58340
- package/dist/F0AiChat.css +1 -1
- package/dist/ai.d.ts +91 -9
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +78 -8
- package/dist/experimental.js +44 -44
- package/dist/f0.d.ts +91 -9
- package/dist/f0.js +53 -53
- package/dist/i18n-provider-defaults.d.ts +18 -6
- package/dist/i18n-provider-defaults.js +14 -2
- package/dist/{index-C0E-IJhP.js → index-CLDD0rbK.js} +4165 -4657
- package/dist/{types-BUlx9vcm.js → types-BUGVwNcw.js} +1 -1
- package/package.json +1 -1
|
@@ -382,6 +382,7 @@ const e = {
|
|
|
382
382
|
unsavedChanges: "Unsaved changes",
|
|
383
383
|
saveChanges: "Save changes",
|
|
384
384
|
discardChanges: "Discard",
|
|
385
|
+
saveAsChanges: "Save as",
|
|
385
386
|
exportTable: "Download table",
|
|
386
387
|
generatedTableFilename: "OneGeneratedTable",
|
|
387
388
|
feedbackModal: {
|
|
@@ -431,6 +432,7 @@ const e = {
|
|
|
431
432
|
},
|
|
432
433
|
reportCard: {
|
|
433
434
|
reportLabel: "Report",
|
|
435
|
+
tableLabel: "Table",
|
|
434
436
|
openButton: "Open"
|
|
435
437
|
},
|
|
436
438
|
formCard: {
|
|
@@ -439,6 +441,7 @@ const e = {
|
|
|
439
441
|
dashboard: {
|
|
440
442
|
save: "Save",
|
|
441
443
|
saveToAnalytics: "Save the dashboard in Analytics",
|
|
444
|
+
saveTableToAnalytics: "Save the table in Analytics",
|
|
442
445
|
saveAs: "Save as",
|
|
443
446
|
saveDialog: {
|
|
444
447
|
title: "Save dashboard",
|
|
@@ -447,13 +450,22 @@ const e = {
|
|
|
447
450
|
descriptionPlaceholder: "Add a description (optional)",
|
|
448
451
|
save: "Save",
|
|
449
452
|
cancel: "Cancel"
|
|
450
|
-
}
|
|
453
|
+
},
|
|
454
|
+
status: {
|
|
455
|
+
saved: "Saved",
|
|
456
|
+
draft: "Draft",
|
|
457
|
+
unsaved: "Unsaved"
|
|
458
|
+
},
|
|
459
|
+
statusLabel: "Status",
|
|
460
|
+
lastEdited: "Last edited",
|
|
461
|
+
createdBy: "Created by"
|
|
451
462
|
},
|
|
452
463
|
dataDownload: {
|
|
453
464
|
title: "Download",
|
|
454
465
|
download: "Download {{format}}",
|
|
455
466
|
exportDashboard: "Export dashboard as {{format}}",
|
|
456
|
-
|
|
467
|
+
export: "Export",
|
|
468
|
+
exporting: "Exporting…",
|
|
457
469
|
rows: "{{amount}} rows"
|
|
458
470
|
},
|
|
459
471
|
dashboardItem: {
|