@lavalogic/scoria 0.22.1 → 0.22.2

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.
@@ -172,7 +172,7 @@ export class TableContext {
172
172
  }
173
173
  const { row: startRowIndexId, column: startColumnIndex } = this.focusStart;
174
174
  const { row: endRowIndexId, column: endColumnIndex } = this.focusEnd;
175
- const model = this.sortedRowModel;
175
+ const model = this.paginationRowModel;
176
176
  if (current === latest_pageColData) {
177
177
  const startRowIndex = model.rows.findIndex((row) => row.visibleIndex === startRowIndexId);
178
178
  const endRowIndex = model.rows.findIndex((row) => row.visibleIndex === endRowIndexId);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lavalogic/scoria",
3
3
  "description": "Svelte components used for the FloWMS Web Frontend",
4
- "version": "0.22.1",
4
+ "version": "0.22.2",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
7
7
  },