@infinite-table/infinite-react 4.3.0 → 4.3.1

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.
package/index.d.ts CHANGED
@@ -2024,7 +2024,7 @@ declare type DataSourceProps<T> = {
2024
2024
  defaultGroupBy?: DataSourcePropGroupBy<T>;
2025
2025
  onGroupByChange?: (groupBy: DataSourcePropGroupBy<T>) => void;
2026
2026
  groupRowsState?: GroupRowsState | DataSourcePropGroupRowsStateObject<any>;
2027
- defaultGroupRowsState?: GroupRowsState | DataSourcePropGroupRowsStateObject<keyof T>;
2027
+ defaultGroupRowsState?: GroupRowsState | DataSourcePropGroupRowsStateObject<any>;
2028
2028
  onGroupRowsStateChange?: (groupRowsState: GroupRowsState) => void;
2029
2029
  collapseGroupRowsOnDataFunctionChange?: boolean;
2030
2030
  sortFunction?: DataSourcePropSortFn<T>;
package/index.dev.js CHANGED
@@ -18810,7 +18810,7 @@ var useLicense = (licenseKey = "") => {
18810
18810
  }
18811
18811
  let valid2 = isValidLicense(licenseKey, {
18812
18812
  publishedAt: 1624970570587,
18813
- version: "4.3.0"
18813
+ version: "4.3.1"
18814
18814
  });
18815
18815
  if (!licenseKey && !valid2 && isInsidePlayground) {
18816
18816
  return true;
package/index.dev.mjs CHANGED
@@ -18782,7 +18782,7 @@ var useLicense = (licenseKey = "") => {
18782
18782
  }
18783
18783
  let valid2 = isValidLicense(licenseKey, {
18784
18784
  publishedAt: 1624970570587,
18785
- version: "4.3.0"
18785
+ version: "4.3.1"
18786
18786
  });
18787
18787
  if (!licenseKey && !valid2 && isInsidePlayground) {
18788
18788
  return true;
package/index.js CHANGED
@@ -18810,7 +18810,7 @@ var useLicense = (licenseKey = "") => {
18810
18810
  }
18811
18811
  let valid2 = isValidLicense(licenseKey, {
18812
18812
  publishedAt: 1624970570587,
18813
- version: "4.3.0"
18813
+ version: "4.3.1"
18814
18814
  });
18815
18815
  if (!licenseKey && !valid2 && isInsidePlayground) {
18816
18816
  return true;
package/index.mjs CHANGED
@@ -18782,7 +18782,7 @@ var useLicense = (licenseKey = "") => {
18782
18782
  }
18783
18783
  let valid2 = isValidLicense(licenseKey, {
18784
18784
  publishedAt: 1624970570587,
18785
- version: "4.3.0"
18785
+ version: "4.3.1"
18786
18786
  });
18787
18787
  if (!licenseKey && !valid2 && isInsidePlayground) {
18788
18788
  return true;
package/package.json CHANGED
@@ -25,7 +25,7 @@
25
25
  "bugs": {
26
26
  "url": "https://github.com/infinite-table/infinite-react/issues"
27
27
  },
28
- "version": "4.3.0",
28
+ "version": "4.3.1",
29
29
  "main": "index.js",
30
30
  "module": "index.mjs",
31
31
  "typings": "index.d.ts",
@@ -34,5 +34,5 @@
34
34
  },
35
35
  "license": "Commercial & Open Source",
36
36
  "//": "will be updated at build time",
37
- "publishedAt": 1721737046350
37
+ "publishedAt": 1721805821251
38
38
  }