osl-base-extended 7.1.0 → 7.2.0

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": "7.1.0",
3
+ "version": "7.2.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.0",
6
6
  "@angular/core": "^21.2.0"
@@ -715,6 +715,7 @@ declare class OslSetup implements OnInit, OnChanges, AfterViewInit {
715
715
  saveLoading: boolean;
716
716
  restoredRow: any;
717
717
  private _pendingScrollTop;
718
+ private _pendingCardScrollTop;
718
719
  private _isRestoring;
719
720
  private _pendingAutoEditId;
720
721
  formBodyTpl: TemplateRef<any>;
@@ -722,6 +723,7 @@ declare class OslSetup implements OnInit, OnChanges, AfterViewInit {
722
723
  customFooterWrapperTpl: TemplateRef<any>;
723
724
  searchbar?: OslSearchbar;
724
725
  gridRef: OslGrid | undefined;
726
+ cardGridRef?: ElementRef<HTMLDivElement>;
725
727
  title: string | undefined;
726
728
  columns: OslGridColumn[];
727
729
  datasource: any[];