@lavalogic/scoria 0.17.2 → 0.17.3

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.
@@ -115,6 +115,8 @@ export class TableFocusDetails {
115
115
  return this._bottomEdge;
116
116
  }
117
117
  _validityTuple = $derived.by(() => {
118
+ void this.cell.row.original;
119
+ void this.cell.column.columnDef;
118
120
  return this.__validityTuple(this.cell.column.columnDef.isValid, this.cell.row.original);
119
121
  });
120
122
  async __validityTuple(isValid, original) {
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.17.2",
4
+ "version": "0.17.3",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
7
7
  },