osl-base-extended 2.0.17 → 2.0.20

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.
@@ -3442,7 +3442,7 @@ class OslSetup {
3442
3442
  eventEmitter.emit({ ...event, ...{
3443
3443
  searchValue: this.searchbar?.searchControl?.value,
3444
3444
  sortKey: this.gridRef?.sortKey,
3445
- sortDirection: this.gridRef?.sortAsc
3445
+ sortASC: this.gridRef?.sortAsc
3446
3446
  } });
3447
3447
  }
3448
3448
  // ── Dialog actions ────────────────────────────────────────────