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
|
@@ -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[];
|