@infinite-table/infinite-react 3.0.5 → 3.0.6

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
@@ -1395,7 +1395,7 @@ declare type InfiniteTableCellSelectionApi<T> = {
1395
1395
  columnIds: string[];
1396
1396
  positions: (CellSelectionPosition | null)[][];
1397
1397
  };
1398
- getMappedCellSelectionPositions<SELECTED_VALUE, EMPTY_VALUE>(fn: (rowInfo: InfiniteTableRowInfo<T>, colId: string) => SELECTED_VALUE, emptyValue: EMPTY_VALUE): {
1398
+ mapCellSelectionPositions<SELECTED_VALUE, EMPTY_VALUE>(fn: (rowInfo: InfiniteTableRowInfo<T>, colId: string) => SELECTED_VALUE, emptyValue: EMPTY_VALUE): {
1399
1399
  columnIds: string[];
1400
1400
  positions: (SELECTED_VALUE | EMPTY_VALUE)[][];
1401
1401
  };
package/index.dev.js CHANGED
@@ -14634,7 +14634,7 @@ var InfiniteTableCellSelectionApiImpl = class {
14634
14634
  return [rowInfo.id, colId];
14635
14635
  }, null);
14636
14636
  };
14637
- this.getMappedCellSelectionPositions = (fn, emptyValue) => {
14637
+ this.mapCellSelectionPositions = (fn, emptyValue) => {
14638
14638
  return this.getCellSelectionPositionsWithFn(fn, emptyValue);
14639
14639
  };
14640
14640
  this.deselectAll = () => {
@@ -17590,7 +17590,7 @@ var useLicense = (licenseKey = "") => {
17590
17590
  const valid = (0, import_react49.useMemo)(() => {
17591
17591
  let valid2 = isValidLicense(licenseKey, {
17592
17592
  publishedAt: 1624970570587,
17593
- version: "3.0.5"
17593
+ version: "3.0.6"
17594
17594
  });
17595
17595
  if (!licenseKey && !valid2 && isInsidePlayground) {
17596
17596
  return true;
package/index.dev.mjs CHANGED
@@ -14619,7 +14619,7 @@ var InfiniteTableCellSelectionApiImpl = class {
14619
14619
  return [rowInfo.id, colId];
14620
14620
  }, null);
14621
14621
  };
14622
- this.getMappedCellSelectionPositions = (fn, emptyValue) => {
14622
+ this.mapCellSelectionPositions = (fn, emptyValue) => {
14623
14623
  return this.getCellSelectionPositionsWithFn(fn, emptyValue);
14624
14624
  };
14625
14625
  this.deselectAll = () => {
@@ -17579,7 +17579,7 @@ var useLicense = (licenseKey = "") => {
17579
17579
  const valid = useMemo11(() => {
17580
17580
  let valid2 = isValidLicense(licenseKey, {
17581
17581
  publishedAt: 1624970570587,
17582
- version: "3.0.5"
17582
+ version: "3.0.6"
17583
17583
  });
17584
17584
  if (!licenseKey && !valid2 && isInsidePlayground) {
17585
17585
  return true;