@factorialco/f0-react 1.372.1 → 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...";
@@ -611,6 +612,11 @@ declare module "gridstack" {
611
612
  }
612
613
 
613
614
 
615
+ declare namespace Calendar {
616
+ var displayName: string;
617
+ }
618
+
619
+
614
620
  declare module "@tiptap/core" {
615
621
  interface Commands<ReturnType> {
616
622
  aiBlock: {
@@ -658,8 +664,3 @@ declare module "@tiptap/core" {
658
664
  };
659
665
  }
660
666
  }
661
-
662
-
663
- declare namespace Calendar {
664
- var displayName: string;
665
- }
@@ -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...",