@factorialco/f0-react 1.408.0 → 1.410.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.
@@ -368,6 +368,10 @@ export declare const defaultTranslations: {
368
368
  readonly thoughtsGroupTitle: "Reflection";
369
369
  readonly resourcesGroupTitle: "Resources";
370
370
  readonly thinking: "Thinking...";
371
+ readonly closeDashboard: "Close dashboard";
372
+ readonly unsavedChanges: "Unsaved changes";
373
+ readonly saveChanges: "Save changes";
374
+ readonly discardChanges: "Discard";
371
375
  readonly exportTable: "Download table";
372
376
  readonly generatedTableFilename: "OneGeneratedTable";
373
377
  readonly feedbackModal: {
@@ -385,9 +389,29 @@ export declare const defaultTranslations: {
385
389
  readonly dataDownloadPreview: "Preview {{shown}} of {{total}} rows — download the Excel to see all data.";
386
390
  readonly expandChat: "Expand chat";
387
391
  readonly collapseChat: "Collapse chat";
392
+ readonly chatHistory: "Chat history";
393
+ readonly noPreviousChats: "No previous conversations";
394
+ readonly newConversation: "New conversation";
395
+ readonly today: "Today";
396
+ readonly yesterday: "Yesterday";
397
+ readonly thisMonth: "This month";
398
+ readonly older: "Older";
399
+ readonly searchChats: "Search conversations...";
400
+ readonly pinnedChats: "Pinned";
401
+ readonly threadOptions: "Thread options";
402
+ readonly pinChat: "Pin chat";
403
+ readonly unpinChat: "Unpin chat";
404
+ readonly deleteChat: "Delete chat";
388
405
  readonly ask: "Ask One";
389
406
  readonly viewProfile: "View profile";
390
407
  readonly tools: "Tools";
408
+ readonly reportCard: {
409
+ readonly reportLabel: "Report";
410
+ readonly openButton: "Open";
411
+ };
412
+ readonly dataDownload: {
413
+ readonly download: "Download {{format}}";
414
+ };
391
415
  readonly growth: {
392
416
  readonly demoCard: {
393
417
  readonly title: "See {{moduleName}} in action";
@@ -667,6 +691,11 @@ declare module "gridstack" {
667
691
  }
668
692
 
669
693
 
694
+ declare namespace Calendar {
695
+ var displayName: string;
696
+ }
697
+
698
+
670
699
  declare module "@tiptap/core" {
671
700
  interface Commands<ReturnType> {
672
701
  aiBlock: {
@@ -714,8 +743,3 @@ declare module "@tiptap/core" {
714
743
  };
715
744
  }
716
745
  }
717
-
718
-
719
- declare namespace Calendar {
720
- var displayName: string;
721
- }
@@ -368,6 +368,10 @@ const e = {
368
368
  thoughtsGroupTitle: "Reflection",
369
369
  resourcesGroupTitle: "Resources",
370
370
  thinking: "Thinking...",
371
+ closeDashboard: "Close dashboard",
372
+ unsavedChanges: "Unsaved changes",
373
+ saveChanges: "Save changes",
374
+ discardChanges: "Discard",
371
375
  exportTable: "Download table",
372
376
  generatedTableFilename: "OneGeneratedTable",
373
377
  feedbackModal: {
@@ -385,9 +389,29 @@ const e = {
385
389
  dataDownloadPreview: "Preview {{shown}} of {{total}} rows — download the Excel to see all data.",
386
390
  expandChat: "Expand chat",
387
391
  collapseChat: "Collapse chat",
392
+ chatHistory: "Chat history",
393
+ noPreviousChats: "No previous conversations",
394
+ newConversation: "New conversation",
395
+ today: "Today",
396
+ yesterday: "Yesterday",
397
+ thisMonth: "This month",
398
+ older: "Older",
399
+ searchChats: "Search conversations...",
400
+ pinnedChats: "Pinned",
401
+ threadOptions: "Thread options",
402
+ pinChat: "Pin chat",
403
+ unpinChat: "Unpin chat",
404
+ deleteChat: "Delete chat",
388
405
  ask: "Ask One",
389
406
  viewProfile: "View profile",
390
407
  tools: "Tools",
408
+ reportCard: {
409
+ reportLabel: "Report",
410
+ openButton: "Open"
411
+ },
412
+ dataDownload: {
413
+ download: "Download {{format}}"
414
+ },
391
415
  growth: {
392
416
  demoCard: {
393
417
  title: "See {{moduleName}} in action",