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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osl-base-extended",
3
- "version": "2.0.19",
3
+ "version": "2.0.21",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.0",
6
6
  "@angular/core": "^21.2.0"
@@ -580,7 +580,7 @@ interface OslPageEvent {
580
580
  pageSize: number;
581
581
  searchValue?: any;
582
582
  sortKey?: any;
583
- sortDirection?: boolean;
583
+ sortASC?: boolean;
584
584
  }
585
585
  declare class OslGrid implements OnChanges {
586
586
  columns: OslGridColumn[];