barsa-novin-ray-core 2.3.63 → 2.3.65
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/index.d.ts
CHANGED
|
@@ -3662,6 +3662,7 @@ declare class BarsaApi {
|
|
|
3662
3662
|
|
|
3663
3663
|
declare class ReportViewBaseComponent<T extends UiReportViewBaseSetting> extends BaseComponent implements OnInit {
|
|
3664
3664
|
_reportView: boolean;
|
|
3665
|
+
_visibility: string | null;
|
|
3665
3666
|
contextView: any;
|
|
3666
3667
|
viewSetting: T;
|
|
3667
3668
|
allColumns: any;
|
|
@@ -3803,10 +3804,12 @@ declare class ReportViewBaseComponent<T extends UiReportViewBaseSetting> extends
|
|
|
3803
3804
|
protected _uploadService?: UploadService | null | undefined;
|
|
3804
3805
|
protected _groupByService?: GroupByService | null | undefined;
|
|
3805
3806
|
protected _containerWidth: number;
|
|
3807
|
+
protected _firstVisible: boolean;
|
|
3806
3808
|
private _singleClicked;
|
|
3807
3809
|
get showViewButton(): boolean;
|
|
3808
3810
|
ngOnInit(): void;
|
|
3809
3811
|
ngOnChanges(changes: SimpleChanges): void;
|
|
3812
|
+
onVisibilityChange(e: any, ..._args: any[]): void;
|
|
3810
3813
|
onDeselectAll(): void;
|
|
3811
3814
|
onRowCheck(e: {
|
|
3812
3815
|
mo: MetaobjectDataModel;
|