barsa-novin-ray-core 2.2.56 → 2.2.58
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.
|
@@ -84,6 +84,7 @@ export declare class UlvMainService {
|
|
|
84
84
|
private _selectedSearchPanelSettingsIdSource;
|
|
85
85
|
private _defaultSearchPanelSettingsSource;
|
|
86
86
|
private _allSearchPanelSettingsSource;
|
|
87
|
+
private _hidePagingSource;
|
|
87
88
|
private _openSearchPanelHiddenSettingsSource;
|
|
88
89
|
private _openSearchFilesManageSource;
|
|
89
90
|
private _searchPanelMoChangedSource;
|
|
@@ -91,6 +92,7 @@ export declare class UlvMainService {
|
|
|
91
92
|
private _hideSearchapanelSource;
|
|
92
93
|
private _workflowShareButtons;
|
|
93
94
|
constructor(_bbbPipe: BbbTranslatePipe, _apiService: ApiService);
|
|
95
|
+
get hidePaging$(): Observable<boolean>;
|
|
94
96
|
get showContextMenu$(): Observable<void>;
|
|
95
97
|
get gridFreeColumnSizing$(): Observable<boolean>;
|
|
96
98
|
get canSaveGridSetting$(): Observable<boolean>;
|
|
@@ -108,6 +110,7 @@ export declare class UlvMainService {
|
|
|
108
110
|
get allSearchPanelSettings(): SearchPanelSettings[];
|
|
109
111
|
get hideSearchpanel$(): Observable<boolean>;
|
|
110
112
|
get hideSearchpanel(): boolean;
|
|
113
|
+
hidePaging(hide: boolean): void;
|
|
111
114
|
setUiViewerClass(selector: string): void;
|
|
112
115
|
hideUlvTitlePage(): void;
|
|
113
116
|
setCanSaveGridSettings(val: boolean): void;
|