@factorialco/f0-react 1.372.0 → 1.373.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.
@@ -170,6 +170,7 @@ export declare const defaultTranslations: {
170
170
  readonly selectAllItems: "Select all {{total}} items";
171
171
  readonly allItemsSelected: "All {{total}} items selected";
172
172
  };
173
+ readonly noItemsSelected: "No items selected";
173
174
  };
174
175
  readonly filters: {
175
176
  readonly searchPlaceholder: "Search filters...";
@@ -517,6 +518,8 @@ export declare const defaultTranslations: {
517
518
  readonly forms: {
518
519
  readonly actionBar: {
519
520
  readonly unsavedChanges: "You have changes pending to be saved";
521
+ readonly saving: "Saving...";
522
+ readonly saved: "Your changes have been saved";
520
523
  readonly discard: "Discard";
521
524
  readonly issues: {
522
525
  readonly one: "{{count}} issue";
@@ -609,6 +612,11 @@ declare module "gridstack" {
609
612
  }
610
613
 
611
614
 
615
+ declare namespace Calendar {
616
+ var displayName: string;
617
+ }
618
+
619
+
612
620
  declare module "@tiptap/core" {
613
621
  interface Commands<ReturnType> {
614
622
  aiBlock: {
@@ -656,8 +664,3 @@ declare module "@tiptap/core" {
656
664
  };
657
665
  }
658
666
  }
659
-
660
-
661
- declare namespace Calendar {
662
- var displayName: string;
663
- }
@@ -169,7 +169,8 @@ const e = {
169
169
  allOnPage: "All items on this page are selected",
170
170
  selectAllItems: "Select all {{total}} items",
171
171
  allItemsSelected: "All {{total}} items selected"
172
- }
172
+ },
173
+ noItemsSelected: "No items selected"
173
174
  },
174
175
  filters: {
175
176
  searchPlaceholder: "Search filters...",
@@ -517,6 +518,8 @@ const e = {
517
518
  forms: {
518
519
  actionBar: {
519
520
  unsavedChanges: "You have changes pending to be saved",
521
+ saving: "Saving...",
522
+ saved: "Your changes have been saved",
520
523
  discard: "Discard",
521
524
  issues: {
522
525
  one: "{{count}} issue",