osl-base-extended 2.0.19 → 2.0.21

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.
@@ -3425,6 +3425,8 @@ class OslSetup {
3425
3425
  page: 1,
3426
3426
  pageSize: this.viewMode === 'card' ? this._effectiveCardPageSize : (this.gridRef?.pageSize || 10),
3427
3427
  searchValue: event,
3428
+ sortASC: this.gridRef?.sortAsc,
3429
+ sortKey: this.gridRef?.sortKey
3428
3430
  });
3429
3431
  this.onSearch.emit(event);
3430
3432
  }