@factorialco/f0-react 1.470.1 → 1.471.0
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-BoBl_LAm.js → F0AiChat-8fybwXzd.js} +60393 -60415
- package/dist/F0AiChat.css +1 -1
- package/dist/ai.d.ts +93 -35
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +78 -20
- package/dist/experimental.js +44 -44
- package/dist/f0.d.ts +93 -35
- package/dist/f0.js +53 -53
- package/dist/i18n-provider-defaults.d.ts +18 -18
- package/dist/i18n-provider-defaults.js +14 -14
- package/dist/{index-DMB7wOHp.js → index-DLIosSvl.js} +4165 -4657
- package/dist/styles.css +1 -1
- package/dist/{types-Cc9C2iNK.js → types-P8YgnkYR.js} +1 -1
- package/package.json +1 -1
|
@@ -382,6 +382,7 @@ export declare const defaultTranslations: {
|
|
|
382
382
|
readonly unsavedChanges: "Unsaved changes";
|
|
383
383
|
readonly saveChanges: "Save changes";
|
|
384
384
|
readonly discardChanges: "Discard";
|
|
385
|
+
readonly saveAsChanges: "Save as";
|
|
385
386
|
readonly exportTable: "Download table";
|
|
386
387
|
readonly generatedTableFilename: "OneGeneratedTable";
|
|
387
388
|
readonly feedbackModal: {
|
|
@@ -431,6 +432,7 @@ export declare const defaultTranslations: {
|
|
|
431
432
|
};
|
|
432
433
|
readonly reportCard: {
|
|
433
434
|
readonly reportLabel: "Report";
|
|
435
|
+
readonly tableLabel: "Table";
|
|
434
436
|
readonly openButton: "Open";
|
|
435
437
|
};
|
|
436
438
|
readonly formCard: {
|
|
@@ -439,6 +441,7 @@ export declare const defaultTranslations: {
|
|
|
439
441
|
readonly dashboard: {
|
|
440
442
|
readonly save: "Save";
|
|
441
443
|
readonly saveToAnalytics: "Save the dashboard in Analytics";
|
|
444
|
+
readonly saveTableToAnalytics: "Save the table in Analytics";
|
|
442
445
|
readonly saveAs: "Save as";
|
|
443
446
|
readonly saveDialog: {
|
|
444
447
|
readonly title: "Save dashboard";
|
|
@@ -448,12 +451,21 @@ export declare const defaultTranslations: {
|
|
|
448
451
|
readonly save: "Save";
|
|
449
452
|
readonly cancel: "Cancel";
|
|
450
453
|
};
|
|
454
|
+
readonly status: {
|
|
455
|
+
readonly saved: "Saved";
|
|
456
|
+
readonly draft: "Draft";
|
|
457
|
+
readonly unsaved: "Unsaved";
|
|
458
|
+
};
|
|
459
|
+
readonly statusLabel: "Status";
|
|
460
|
+
readonly lastEdited: "Last edited";
|
|
461
|
+
readonly createdBy: "Created by";
|
|
451
462
|
};
|
|
452
463
|
readonly dataDownload: {
|
|
453
464
|
readonly title: "Download";
|
|
454
465
|
readonly download: "Download {{format}}";
|
|
455
466
|
readonly exportDashboard: "Export dashboard as {{format}}";
|
|
456
|
-
readonly
|
|
467
|
+
readonly export: "Export";
|
|
468
|
+
readonly exporting: "Exporting…";
|
|
457
469
|
readonly rows: "{{amount}} rows";
|
|
458
470
|
};
|
|
459
471
|
readonly dashboardItem: {
|
|
@@ -470,18 +482,6 @@ export declare const defaultTranslations: {
|
|
|
470
482
|
readonly controls: "← → to move";
|
|
471
483
|
readonly escToExit: "Esc to exit";
|
|
472
484
|
};
|
|
473
|
-
readonly dino: {
|
|
474
|
-
readonly title: "One Run";
|
|
475
|
-
readonly tapToStart: "Press Space or tap to start";
|
|
476
|
-
readonly gameOver: "Game over";
|
|
477
|
-
readonly pressToRestart: "Space to restart";
|
|
478
|
-
readonly score: "Score";
|
|
479
|
-
readonly yourScore: "Your score";
|
|
480
|
-
readonly newRecord: "New record!";
|
|
481
|
-
readonly hi: "HI";
|
|
482
|
-
readonly controls: "Space to jump · ↓ to crouch";
|
|
483
|
-
readonly escToExit: "Esc to exit";
|
|
484
|
-
};
|
|
485
485
|
readonly creditWarning: {
|
|
486
486
|
readonly soft: "You're running low on AI credits.";
|
|
487
487
|
readonly getCredits: "Get credits";
|
|
@@ -817,6 +817,11 @@ declare module "gridstack" {
|
|
|
817
817
|
}
|
|
818
818
|
|
|
819
819
|
|
|
820
|
+
declare namespace Calendar {
|
|
821
|
+
var displayName: string;
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
|
|
820
825
|
declare module "@tiptap/core" {
|
|
821
826
|
interface Commands<ReturnType> {
|
|
822
827
|
aiBlock: {
|
|
@@ -864,8 +869,3 @@ declare module "@tiptap/core" {
|
|
|
864
869
|
};
|
|
865
870
|
}
|
|
866
871
|
}
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
declare namespace Calendar {
|
|
870
|
-
var displayName: string;
|
|
871
|
-
}
|
|
@@ -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: {
|
|
@@ -470,18 +482,6 @@ const e = {
|
|
|
470
482
|
controls: "← → to move",
|
|
471
483
|
escToExit: "Esc to exit"
|
|
472
484
|
},
|
|
473
|
-
dino: {
|
|
474
|
-
title: "One Run",
|
|
475
|
-
tapToStart: "Press Space or tap to start",
|
|
476
|
-
gameOver: "Game over",
|
|
477
|
-
pressToRestart: "Space to restart",
|
|
478
|
-
score: "Score",
|
|
479
|
-
yourScore: "Your score",
|
|
480
|
-
newRecord: "New record!",
|
|
481
|
-
hi: "HI",
|
|
482
|
-
controls: "Space to jump · ↓ to crouch",
|
|
483
|
-
escToExit: "Esc to exit"
|
|
484
|
-
},
|
|
485
485
|
creditWarning: {
|
|
486
486
|
soft: "You're running low on AI credits.",
|
|
487
487
|
getCredits: "Get credits",
|