barsa-novin-ray-core 2.0.115 → 2.0.117

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.
@@ -63,6 +63,7 @@ export declare class PortalService {
63
63
  private _deviceLandscape$;
64
64
  private _standalone$;
65
65
  private _documentVisibilitychange$;
66
+ DefaultPage: MetaobjectDataModel | null | undefined;
66
67
  constructor(dcm: DynamicComponentService, apiService: ApiService, logService: LogService, dialogService: BarsaDialogService, compiler: Compiler, _router: Router, _location: Location, _localStorage: LocalStorageService, _document: Document);
67
68
  get userLoggedIn(): boolean;
68
69
  get pushAction$(): Observable<{
@@ -131,6 +132,7 @@ export declare class PortalService {
131
132
  addChildRoute_Old(pageMo: MetaobjectDataModel, ChildPageList: MoForReportModel): void;
132
133
  loadPortalData_Old1(): Observable<PortalDataModel>;
133
134
  loadPortalDataSync_Old2(): void;
135
+ private _getDefaultPage;
134
136
  loadPortalDataSync(): void;
135
137
  ShowForm(e: {
136
138
  mo: MetaobjectDataModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-novin-ray-core",
3
- "version": "2.0.115",
3
+ "version": "2.0.117",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^17.3.5",
6
6
  "@angular/common": "^17.3.5"