barsa-novin-ray-core 2.3.59 → 2.3.61

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
@@ -3,7 +3,7 @@ import { OnInit, AfterViewInit, AfterContentInit, OnDestroy, OnChanges, ElementR
3
3
  import { Subject, Observable, BehaviorSubject, Subscription } from 'rxjs';
4
4
  import { SafeHtml, SafeResourceUrl, DomSanitizer } from '@angular/platform-browser';
5
5
  import * as i1 from '@angular/router';
6
- import { NavigationEnd, NavigationStart, Route, Router, ActivatedRoute, ParamMap, ActivatedRouteSnapshot, RouteReuseStrategy, DetachedRouteHandle, CanActivate, UrlTree } from '@angular/router';
6
+ import { NavigationEnd, NavigationStart, Route, Router, ActivatedRoute, ParamMap, Event, ActivatedRouteSnapshot, RouteReuseStrategy, DetachedRouteHandle, CanActivate, UrlTree } from '@angular/router';
7
7
  import { CdkDragDrop } from '@angular/cdk/drag-drop';
8
8
  import { DurationInputArg1, DurationInputArg2, Duration, Moment } from 'moment';
9
9
  import { IconFont, ContentDensity } from '@fundamental-ngx/core';
@@ -2251,11 +2251,12 @@ declare class ContainerService implements OnDestroy {
2251
2251
  detachParent: boolean;
2252
2252
  masterDetails: boolean;
2253
2253
  paramId$: Observable<ParamMap>;
2254
+ routeEvents$: Observable<Event>;
2254
2255
  isMobile: boolean;
2255
2256
  FormPanelCtrlr: any;
2256
- protected _activatedRoute: ActivatedRoute;
2257
- protected _router: Router;
2258
- protected _portalService: PortalService;
2257
+ protected readonly _activatedRoute: ActivatedRoute;
2258
+ protected readonly _router: Router;
2259
+ protected readonly _portalService: PortalService;
2259
2260
  protected readonly _onDestroy$: Subject<void>;
2260
2261
  private _parentService;
2261
2262
  private _viewContainerRef;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-novin-ray-core",
3
- "version": "2.3.59",
3
+ "version": "2.3.61",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"