barsa-novin-ray-core 2.3.69 → 2.3.71
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
|
@@ -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[]>;
|