@nettyapps/ntybase 21.1.31 → 21.1.33

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.
@@ -222,6 +222,12 @@ var enUSbase = {
222
222
  "@accessLimitation": "Access accessLimitation",
223
223
  "@userCannotAccessThisScreen": "User cannot access this screen",
224
224
  "@userCannotAddNewRecord": "User cannot add new record",
225
+ "@logId": "Log record no",
226
+ "@logTime": "Log time",
227
+ "@logUser": "Log user",
228
+ "@logIP": "Log IP",
229
+ "@logAction": "Log action",
230
+ "@logDescription": "Log description",
225
231
  mfaCode: mfaCode,
226
232
  "mfaCode is required": "MFA Code is required",
227
233
  "password is required": "Password is required",
@@ -278,4 +284,4 @@ var enUSbase = {
278
284
  };
279
285
 
280
286
  export { AG_GRID, DASHBOARD, ENVIRONMENT_INFO, GANTT, enUSbase as default, mfaCode };
281
- //# sourceMappingURL=nettyapps-ntybase-en-USbase-CYjShnUp.mjs.map
287
+ //# sourceMappingURL=nettyapps-ntybase-en-USbase-CdxOfMdn.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"nettyapps-ntybase-en-USbase-CYjShnUp.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"nettyapps-ntybase-en-USbase-CdxOfMdn.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -222,6 +222,12 @@ var trTRbase = {
222
222
  "@accessLimitation": "Erişim limiti",
223
223
  "@userCannotAccessThisScreen": "Kullanıcı bu ekrana erişemez",
224
224
  "@userCannotAddNewRecord": "Kullanıcı yeni kayıt ekleyemez",
225
+ "@logId": "Log kayıt no",
226
+ "@logTime": "Log zamanı",
227
+ "@logUser": "Log kullanıcı",
228
+ "@logIP": "Log IP",
229
+ "@logAction": "Log işlem",
230
+ "@logDescription": "Log açıklama",
225
231
  mfaCode: mfaCode,
226
232
  "mfaCode is required": "Güvenlik kodu zorunludur",
227
233
  "password is required": "Şifre zorunludur",
@@ -278,4 +284,4 @@ var trTRbase = {
278
284
  };
279
285
 
280
286
  export { AG_GRID, DASHBOARD, ENVIRONMENT_INFO, GANTT, trTRbase as default, mfaCode };
281
- //# sourceMappingURL=nettyapps-ntybase-tr-TRbase-9sKP7Q5s.mjs.map
287
+ //# sourceMappingURL=nettyapps-ntybase-tr-TRbase-BwM-m4IP.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"nettyapps-ntybase-tr-TRbase-9sKP7Q5s.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"nettyapps-ntybase-tr-TRbase-BwM-m4IP.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, Injectable, inject, NgModule, signal, input, computed, effect, output, linkedSignal, ViewChild, model, Input, InjectionToken, Optional, Inject } from '@angular/core';
2
+ import { Component, Injectable, inject, NgModule, signal, input, computed, effect, output, afterRenderEffect, linkedSignal, ViewChild, model, Input, InjectionToken, Optional, Inject } from '@angular/core';
3
3
  import * as i1$3 from '@angular/common/http';
4
4
  import { HttpErrorResponse, HttpResponse, HTTP_INTERCEPTORS, HttpClient, HttpHeaders } from '@angular/common/http';
5
5
  import { of, throwError, Subject, lastValueFrom, map, catchError as catchError$1, finalize, take as take$1, takeUntil } from 'rxjs';
@@ -1386,6 +1386,16 @@ class NettyAgGridBase extends NettyAppsBase {
1386
1386
  // this.commonService.clearOutlet();
1387
1387
  }
1388
1388
  });
1389
+ afterRenderEffect(() => {
1390
+ let x = this.agGridSelectionMode();
1391
+ if (this.gridOptions) {
1392
+ this.gridOptions.rowSelection = {
1393
+ mode: this._agGridSelectionMode(), checkboxes: true, headerCheckbox: true,
1394
+ selectAll: 'filtered', hideDisabledCheckboxes: true, suppressRowClickSelection: false,
1395
+ enableCellChangeFlash: true,
1396
+ };
1397
+ }
1398
+ });
1389
1399
  }
1390
1400
  // ***************************************************************
1391
1401
  // *** METHODS For optional overide ***
@@ -4360,8 +4370,8 @@ class NettyBaseApp {
4360
4370
  alertService = inject(AlertService);
4361
4371
  async loadBaseTranslations() {
4362
4372
  try {
4363
- const enUSBase = await import('./nettyapps-ntybase-en-USbase-CYjShnUp.mjs');
4364
- const trTRBase = await import('./nettyapps-ntybase-tr-TRbase-9sKP7Q5s.mjs');
4373
+ const enUSBase = await import('./nettyapps-ntybase-en-USbase-CdxOfMdn.mjs');
4374
+ const trTRBase = await import('./nettyapps-ntybase-tr-TRbase-BwM-m4IP.mjs');
4365
4375
  this.i18nService.addTranslations('English', enUSBase.default);
4366
4376
  this.i18nService.addTranslations('Türkçe', trTRBase.default);
4367
4377
  }