@nettyapps/ntybase 21.0.22 → 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.
@@ -9,8 +9,6 @@ import * as i2$1 from '@nettyapps/ntycontract';
9
9
  import { EnvironmentProxy } from '@nettyapps/ntycontract';
10
10
  import { DatePipe, Location, DecimalPipe } from '@angular/common';
11
11
  import { toSignal } from '@angular/core/rxjs-interop';
12
- import * as i1$1 from '@ngx-translate/core';
13
- import { TranslateModule, TranslateService } from '@ngx-translate/core';
14
12
  import { Buffer } from 'buffer';
15
13
  import * as i1 from '@angular/material/dialog';
16
14
  import { MAT_DIALOG_DATA, MatDialogModule, MatDialog, MatDialogRef } from '@angular/material/dialog';
@@ -20,6 +18,8 @@ import * as i2 from '@angular/material/icon';
20
18
  import { MatIconModule } from '@angular/material/icon';
21
19
  import * as i1$2 from '@angular/material/snack-bar';
22
20
  import { MatSnackBarModule } from '@angular/material/snack-bar';
21
+ import * as i1$1 from '@ngx-translate/core';
22
+ import { TranslateModule, TranslateService } from '@ngx-translate/core';
23
23
  import { Mutex } from 'async-mutex';
24
24
  import { ModuleRegistry, AllCommunityModule, ClientSideRowModelModule, HighlightChangesModule, themeQuartz } from 'ag-grid-community';
25
25
  import { StatusBarModule, ClipboardModule, ExcelExportModule, ColumnMenuModule, ContextMenuModule, CellSelectionModule, RowSelectionModule } from 'ag-grid-enterprise';
@@ -1163,7 +1163,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImpor
1163
1163
 
1164
1164
  class NettyAppsBase {
1165
1165
  // ---------------------------------
1166
- // --- DOWNLOAD METHODS ---
1166
+ // --- SERVICES ---
1167
+ // ---------------------------------
1168
+ alertService = inject(AlertService);
1169
+ translateService = inject(TranslateService);
1170
+ // ---------------------------------
1171
+ // --- DOWNLOAD METHODS ---
1167
1172
  // ---------------------------------
1168
1173
  /**
1169
1174
  * Download the given base64Encoded data as file
@@ -1361,11 +1366,9 @@ class NettyAgGridBase extends NettyAppsBase {
1361
1366
  openInPopup = signal(false, ...(ngDevMode ? [{ debugName: "openInPopup" }] : []));
1362
1367
  // Services
1363
1368
  nettyAgGridService = inject(NettyAgGridService);
1364
- translateService = inject(TranslateService);
1365
1369
  commonService = inject(CommonService);
1366
1370
  router = inject(Router);
1367
1371
  routerActive = inject(ActivatedRoute);
1368
- alertService = inject(AlertService);
1369
1372
  dialog = inject(MatDialog);
1370
1373
  sysFunctionProxy = inject(SysfunctionProxy);
1371
1374
  environment = inject(EnvironmentProxy);
@@ -1995,7 +1998,6 @@ class NettyAgGridSaveBase extends NettyAppsBase {
1995
1998
  router = inject(Router);
1996
1999
  route = inject(ActivatedRoute);
1997
2000
  commonService = inject(CommonService);
1998
- alertService = inject(AlertService);
1999
2001
  environment = inject(EnvironmentProxy);
2000
2002
  dialog = inject(MatDialog);
2001
2003
  viewMode = signal('sidenav', ...(ngDevMode ? [{ debugName: "viewMode" }] : []));