@nettyapps/ntybase 21.0.23 → 21.0.24

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nettyapps/ntybase",
3
- "version": "21.0.23",
3
+ "version": "21.0.24",
4
4
  "description": "This library provides foundational services and components for NettyApps Angular applications.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -1,9 +1,9 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { OnDestroy, OnInit, DoCheck, SimpleChanges, InjectionToken } from '@angular/core';
3
- import { TranslateService } from '@ngx-translate/core';
4
3
  import { Observable, Subject } from 'rxjs';
5
4
  import { Theme, GridApi, GridOptions, StatusPanelDef, GridReadyEvent, IFilterParams, IDoesFilterPassParams } from 'ag-grid-community';
6
5
  import { MatDialog, MatDialogRef } from '@angular/material/dialog';
6
+ import { TranslateService } from '@ngx-translate/core';
7
7
  import { Router, ActivatedRoute, CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot, CanDeactivate } from '@angular/router';
8
8
  import { HttpClient, HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http';
9
9
  import { EnvironmentProxy } from '@nettyapps/ntycontract';
@@ -263,6 +263,7 @@ declare class AlertService {
263
263
 
264
264
  declare abstract class NettyAppsBase implements OnDestroy {
265
265
  protected alertService: AlertService;
266
+ protected translateService: TranslateService;
266
267
  /**
267
268
  * Download the given base64Encoded data as file
268
269
  *
@@ -337,7 +338,6 @@ declare abstract class NettyAgGridBase<T extends {
337
338
  searchValue: i0.WritableSignal<string>;
338
339
  protected openInPopup: i0.WritableSignal<boolean>;
339
340
  protected nettyAgGridService: NettyAgGridService;
340
- protected translateService: TranslateService;
341
341
  protected commonService: CommonService;
342
342
  protected router: Router;
343
343
  protected routerActive: ActivatedRoute;