@factorialco/f0-react 2.19.0 → 2.20.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.
@@ -382,13 +382,6 @@ export declare const defaultTranslations: {
382
382
  readonly thoughtsGroupTitle: "Reflection";
383
383
  readonly resourcesGroupTitle: "Resources";
384
384
  readonly thinking: "Thinking...";
385
- readonly closeDashboard: "Close dashboard";
386
- readonly unsavedChanges: "Unsaved changes";
387
- readonly saveChanges: "Save changes";
388
- readonly discardChanges: "Discard";
389
- readonly saveAsChanges: "Save as";
390
- readonly exportTable: "Download table";
391
- readonly generatedTableFilename: "OneGeneratedTable";
392
385
  readonly feedbackModal: {
393
386
  readonly positive: {
394
387
  readonly title: "What did you like about this response?";
@@ -401,7 +394,6 @@ export declare const defaultTranslations: {
401
394
  readonly placeholder: "Share what didn’t work";
402
395
  };
403
396
  };
404
- readonly dataDownloadPreview: "Preview {{shown}} of {{total}} rows — download the Excel to see all data.";
405
397
  readonly expandChat: "Expand chat";
406
398
  readonly collapseChat: "Collapse chat";
407
399
  readonly chatHistory: "Chat history";
@@ -419,7 +411,6 @@ export declare const defaultTranslations: {
419
411
  readonly deleteChat: "Delete chat";
420
412
  readonly ask: "Ask One";
421
413
  readonly view: "View";
422
- readonly tools: "Tools";
423
414
  readonly entityRef: {
424
415
  readonly candidate: {
425
416
  readonly source: "Source";
@@ -441,42 +432,22 @@ export declare const defaultTranslations: {
441
432
  readonly needMoreCredits: "Need more credits?";
442
433
  };
443
434
  readonly reportCard: {
444
- readonly reportLabel: "Report";
445
435
  readonly tableLabel: "Table";
446
436
  readonly openButton: "Open";
447
437
  };
448
438
  readonly formCard: {
449
439
  readonly moreFields: "Open to see all fields";
450
440
  };
451
- readonly dashboard: {
452
- readonly save: "Save";
453
- readonly saveToAnalytics: "Save the dashboard in Analytics";
454
- readonly saveTableToAnalytics: "Save the table in Analytics";
455
- readonly saveAs: "Save as";
456
- readonly saveDialog: {
457
- readonly title: "Save dashboard";
458
- readonly titleLabel: "Title";
459
- readonly descriptionLabel: "Description";
460
- readonly descriptionPlaceholder: "Add a description (optional)";
461
- readonly save: "Save";
462
- readonly cancel: "Cancel";
463
- };
464
- readonly status: {
465
- readonly saved: "Saved";
466
- readonly draft: "Draft";
467
- readonly unsaved: "Unsaved";
468
- };
469
- readonly statusLabel: "Status";
470
- readonly lastEdited: "Last edited";
471
- readonly createdBy: "Created by";
441
+ readonly aiTable: {
442
+ readonly title: "Table";
443
+ readonly downloadExcel: "Download Excel";
444
+ readonly downloadCsv: "Download CSV";
472
445
  };
473
446
  readonly dataDownload: {
474
447
  readonly title: "Download";
475
448
  readonly download: "Download {{format}}";
476
449
  readonly exportDashboard: "Export dashboard as {{format}}";
477
- readonly export: "Export";
478
450
  readonly exporting: "Exporting…";
479
- readonly rows: "{{amount}} rows";
480
451
  };
481
452
  readonly dashboardItem: {
482
453
  readonly chartType: "Chart type";
@@ -496,11 +467,6 @@ export declare const defaultTranslations: {
496
467
  readonly soft: "You're running low on AI credits.";
497
468
  readonly getCredits: "Get credits";
498
469
  readonly dismiss: "Dismiss";
499
- readonly messageBanner: {
500
- readonly title: "This response requires credits";
501
- readonly description: "Your company has run out of AI credits.";
502
- readonly actionLabel: "Get credits";
503
- };
504
470
  };
505
471
  readonly attachFile: "Attach file";
506
472
  readonly removeFile: "Remove";
@@ -718,8 +684,6 @@ export declare const defaultTranslations: {
718
684
  };
719
685
  };
720
686
  readonly forms: {
721
- readonly yes: "Yes";
722
- readonly no: "No";
723
687
  readonly actionBar: {
724
688
  readonly unsavedChanges: "You have changes pending to be saved";
725
689
  readonly saving: "Saving...";
@@ -382,13 +382,6 @@ const e = {
382
382
  thoughtsGroupTitle: "Reflection",
383
383
  resourcesGroupTitle: "Resources",
384
384
  thinking: "Thinking...",
385
- closeDashboard: "Close dashboard",
386
- unsavedChanges: "Unsaved changes",
387
- saveChanges: "Save changes",
388
- discardChanges: "Discard",
389
- saveAsChanges: "Save as",
390
- exportTable: "Download table",
391
- generatedTableFilename: "OneGeneratedTable",
392
385
  feedbackModal: {
393
386
  positive: {
394
387
  title: "What did you like about this response?",
@@ -401,7 +394,6 @@ const e = {
401
394
  placeholder: "Share what didn’t work"
402
395
  }
403
396
  },
404
- dataDownloadPreview: "Preview {{shown}} of {{total}} rows — download the Excel to see all data.",
405
397
  expandChat: "Expand chat",
406
398
  collapseChat: "Collapse chat",
407
399
  chatHistory: "Chat history",
@@ -419,7 +411,6 @@ const e = {
419
411
  deleteChat: "Delete chat",
420
412
  ask: "Ask One",
421
413
  view: "View",
422
- tools: "Tools",
423
414
  entityRef: {
424
415
  candidate: {
425
416
  source: "Source",
@@ -441,42 +432,22 @@ const e = {
441
432
  needMoreCredits: "Need more credits?"
442
433
  },
443
434
  reportCard: {
444
- reportLabel: "Report",
445
435
  tableLabel: "Table",
446
436
  openButton: "Open"
447
437
  },
448
438
  formCard: {
449
439
  moreFields: "Open to see all fields"
450
440
  },
451
- dashboard: {
452
- save: "Save",
453
- saveToAnalytics: "Save the dashboard in Analytics",
454
- saveTableToAnalytics: "Save the table in Analytics",
455
- saveAs: "Save as",
456
- saveDialog: {
457
- title: "Save dashboard",
458
- titleLabel: "Title",
459
- descriptionLabel: "Description",
460
- descriptionPlaceholder: "Add a description (optional)",
461
- save: "Save",
462
- cancel: "Cancel"
463
- },
464
- status: {
465
- saved: "Saved",
466
- draft: "Draft",
467
- unsaved: "Unsaved"
468
- },
469
- statusLabel: "Status",
470
- lastEdited: "Last edited",
471
- createdBy: "Created by"
441
+ aiTable: {
442
+ title: "Table",
443
+ downloadExcel: "Download Excel",
444
+ downloadCsv: "Download CSV"
472
445
  },
473
446
  dataDownload: {
474
447
  title: "Download",
475
448
  download: "Download {{format}}",
476
449
  exportDashboard: "Export dashboard as {{format}}",
477
- export: "Export",
478
- exporting: "Exporting…",
479
- rows: "{{amount}} rows"
450
+ exporting: "Exporting…"
480
451
  },
481
452
  dashboardItem: {
482
453
  chartType: "Chart type",
@@ -495,12 +466,7 @@ const e = {
495
466
  creditWarning: {
496
467
  soft: "You're running low on AI credits.",
497
468
  getCredits: "Get credits",
498
- dismiss: "Dismiss",
499
- messageBanner: {
500
- title: "This response requires credits",
501
- description: "Your company has run out of AI credits.",
502
- actionLabel: "Get credits"
503
- }
469
+ dismiss: "Dismiss"
504
470
  },
505
471
  attachFile: "Attach file",
506
472
  removeFile: "Remove",
@@ -718,8 +684,6 @@ const e = {
718
684
  }
719
685
  },
720
686
  forms: {
721
- yes: "Yes",
722
- no: "No",
723
687
  actionBar: {
724
688
  unsavedChanges: "You have changes pending to be saved",
725
689
  saving: "Saving...",