barsa-novin-ray-core 2.3.40 → 2.3.41

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
@@ -780,7 +780,9 @@ interface PageDataModel extends MetaobjectDataModel {
780
780
  Component: ComponentDataModel;
781
781
  ModuleList: ModuleListReportModel;
782
782
  ChildPageList: PageListReportModel;
783
+ ChildPageList2: PageListReportModel;
783
784
  Title: string;
785
+ RoutePath: string;
784
786
  Route: string;
785
787
  IsDefaultRoute: string;
786
788
  IsLoginRoute: string;
@@ -1770,9 +1772,6 @@ declare function fromEntries<K extends string, V>(entries: [K, V][]): Record<K,
1770
1772
 
1771
1773
  declare class MultipleGroupByPipe implements PipeTransform {
1772
1774
  private bbbPipe;
1773
- private visibleValuePipe;
1774
- /** Inserted by Angular inject() migration for backwards compatibility */
1775
- constructor();
1776
1775
  transform(collection: any[], sortSettings: SortSetting[]): any;
1777
1776
  findGroup(groupTitle: string, a: any): any;
1778
1777
  prepareArr(arr: any, parent: Group | null, item: Group, maxlevel: any, level: any): void;
@@ -2154,6 +2153,7 @@ declare class PortalService {
2154
2153
  ReportExecutePromise(reportName: string): Promise<MoForReportModel>;
2155
2154
  addFormPanelCtrlr(id: any, formpanelCtrlr: any): void;
2156
2155
  setUserLoginStatus(status: boolean): void;
2156
+ getListOfChildPage(model: PortalDataModel | PageDataModel | null): PageDataModel[];
2157
2157
  extractAllPages(portalData: PortalDataModel | null): void;
2158
2158
  extractAllPages_Old(portalData: PortalDataModel | null): void;
2159
2159
  ssoLogin(): void;
@@ -2184,9 +2184,10 @@ declare class PortalService {
2184
2184
  loadServerStartupData(): Promise<Record<string, any>>;
2185
2185
  _loadServerStartupData(resolve: any, reject: any): void;
2186
2186
  ShowFormPanelControl(formpanelCtrlr: any, router: Router, activatedRoute: ActivatedRoute, dialogComponent: Type<any> | null, isPage: boolean, vcr: ViewContainerRef, isReload?: boolean): void;
2187
+ loadSystem(id?: number): Promise<PortalDataModel>;
2188
+ private _addToCachePageData;
2187
2189
  private _getUlvParamsBy;
2188
2190
  private _reportExecutePromise;
2189
- loadSystem(id?: number): Promise<PortalDataModel>;
2190
2191
  private _removePushAction;
2191
2192
  private _checkLocalStoragePushAction;
2192
2193
  private _initAfterLoginFormData;
@@ -3046,6 +3047,7 @@ declare class ApplicationCtrlrService {
3046
3047
  selectNavGroupItem(navGroupItemId: string): void;
3047
3048
  selectNavGroup(navGroupId: string, toggle?: boolean): void;
3048
3049
  sidebarToggled(value: boolean): void;
3050
+ selectedReportId(reportId: string): void;
3049
3051
  loadSystem(id: any, resolve: any, reject: any): void;
3050
3052
  protected flattenLeafCommands(commands: Command[]): Command[];
3051
3053
  protected _mergeToSystemGroup(commandGroups: CommandGroup[]): CommandGroup[];
@@ -5478,7 +5480,7 @@ declare class CustomRouteReuseStategy implements RouteReuseStrategy {
5478
5480
  }
5479
5481
 
5480
5482
  declare class AuthGuard implements CanActivate {
5481
- protected portalService: PortalService;
5483
+ protected _portalService: PortalService;
5482
5484
  private router;
5483
5485
  canActivate(activatedRouteSnapshot: ActivatedRouteSnapshot): Observable<boolean | UrlTree> | Promise<boolean | UrlTree> | boolean | UrlTree;
5484
5486
  static ɵfac: i0.ɵɵFactoryDeclaration<AuthGuard, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-novin-ray-core",
3
- "version": "2.3.40",
3
+ "version": "2.3.41",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"