barsa-novin-ray-core 2.3.70 → 2.3.72
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
|
@@ -1935,7 +1935,7 @@ declare class ReplacePipe implements PipeTransform {
|
|
|
1935
1935
|
|
|
1936
1936
|
declare class FilterWorkflowInMobilePipe implements PipeTransform {
|
|
1937
1937
|
constructor();
|
|
1938
|
-
transform(buttons: any[],
|
|
1938
|
+
transform(buttons: any[], _worfklowButtonsOnFooter?: boolean): any[];
|
|
1939
1939
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterWorkflowInMobilePipe, never>;
|
|
1940
1940
|
static ɵpipe: i0.ɵɵPipeDeclaration<FilterWorkflowInMobilePipe, "filterWorkflowInMobile", false>;
|
|
1941
1941
|
}
|
|
@@ -3041,6 +3041,7 @@ declare class ShellbarHeightService {
|
|
|
3041
3041
|
}
|
|
3042
3042
|
|
|
3043
3043
|
declare class ApplicationCtrlrService {
|
|
3044
|
+
deviceSize: AbbrevationDeviceSize;
|
|
3044
3045
|
private _selectedNavGroupItemId$;
|
|
3045
3046
|
private _selectedReportId$;
|
|
3046
3047
|
private _selectedNavGroupId$;
|
|
@@ -3054,7 +3055,7 @@ declare class ApplicationCtrlrService {
|
|
|
3054
3055
|
private _isCommandGroupsSelected$;
|
|
3055
3056
|
private _customApplicationUi;
|
|
3056
3057
|
private _customApplicationMenuBodyUi;
|
|
3057
|
-
private
|
|
3058
|
+
private _isMobile;
|
|
3058
3059
|
private _document;
|
|
3059
3060
|
private _router;
|
|
3060
3061
|
get appMenuItems$(): Observable<AppMenu[]>;
|