barsa-novin-ray-core 2.3.111 → 2.3.113
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
|
@@ -3180,7 +3180,6 @@ declare class ApplicationCtrlrService {
|
|
|
3180
3180
|
protected _routeToSystem(systemId: string): void;
|
|
3181
3181
|
protected getLastActivatedRoute(): ActivatedRoute | null;
|
|
3182
3182
|
protected _routeToReport(navGroupId: string, caption: string, reportId: string): void;
|
|
3183
|
-
protected _routeToSelectedSystem(): void;
|
|
3184
3183
|
protected flattenLeafCommands(commands: Command[]): Command[];
|
|
3185
3184
|
protected _mergeToSystemGroup(commandGroups: CommandGroup[]): CommandGroup[];
|
|
3186
3185
|
protected _handleEvents(): void;
|