@factorialco/f0-react 1.356.1 → 1.357.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.
@@ -166,6 +166,9 @@ export declare const defaultTranslations: {
166
166
  readonly singular: "Selected";
167
167
  readonly plural: "Selected";
168
168
  readonly all: "All selected";
169
+ readonly allOnPage: "All items on this page are selected";
170
+ readonly selectAllItems: "Select all {{total}} items";
171
+ readonly allItemsSelected: "All {{total}} items selected";
169
172
  };
170
173
  };
171
174
  readonly syncStatus: {
@@ -608,6 +611,11 @@ declare module "gridstack" {
608
611
  }
609
612
 
610
613
 
614
+ declare namespace Calendar {
615
+ var displayName: string;
616
+ }
617
+
618
+
611
619
  declare module "@tiptap/core" {
612
620
  interface Commands<ReturnType> {
613
621
  aiBlock: {
@@ -644,8 +652,3 @@ declare module "@tiptap/core" {
644
652
  };
645
653
  }
646
654
  }
647
-
648
-
649
- declare namespace Calendar {
650
- var displayName: string;
651
- }
@@ -165,7 +165,10 @@ const e = {
165
165
  selected: {
166
166
  singular: "Selected",
167
167
  plural: "Selected",
168
- all: "All selected"
168
+ all: "All selected",
169
+ allOnPage: "All items on this page are selected",
170
+ selectAllItems: "Select all {{total}} items",
171
+ allItemsSelected: "All {{total}} items selected"
169
172
  }
170
173
  },
171
174
  syncStatus: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.356.1",
3
+ "version": "1.357.0",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,