ia-table 0.15.5 → 0.15.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/dist/pivot.d.ts CHANGED
@@ -465,6 +465,7 @@ declare interface SmartGridAPI extends SmartGridPaginationAPI, SmartGridApiExtra
465
465
  logCacheSummary: () => void | null;
466
466
  getCachedRowById: (id: string | number) => SmartGridRowData | null;
467
467
  getRowNode: (key: string | number) => Partial<SmartGridRowNode> | null;
468
+ getRowNodeWithIndex: (rowIndex: number) => Partial<SmartGridRowNode> | null;
468
469
  setVisibleRange: (startRow: number, endRow: number) => void;
469
470
  refreshCache: (options?: SmartGridRefreshOptions) => boolean;
470
471
  deselectAll: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ia-table",
3
- "version": "0.15.5",
3
+ "version": "0.15.6",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "moment": "^2.0.0",