@nettyapps/ntybase 21.1.4 → 21.1.6

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.
@@ -148,12 +148,14 @@ var enUSbase = {
148
148
  "@btnCancel": "Cancel",
149
149
  "@btnOK": "OK",
150
150
  "@btnSave": "Save",
151
+ "@calculate": "Calculate",
151
152
  "@changeCompany": "Change Company",
152
153
  "@choose_Color": "Choose Color",
153
154
  "@choose_Custom_Color": "Please choose custom color",
154
155
  "@close": "Close",
155
156
  "@color_Palette": "Color Palette",
156
157
  "@confirmation": "Confirmation",
158
+ "@confirmCalculation": "Are you sure you want to start calculation?",
157
159
  "@confirmDeleteSelectedRecords": "Are you sure you want to delete the selected records?",
158
160
  "@connectionError": "Connection problem. Please check your network.",
159
161
  "@copiedToClipboard": "Copied",
@@ -212,6 +214,7 @@ var enUSbase = {
212
214
  "@standard_Colors": "Standard Colors",
213
215
  "@statusActive": "Active",
214
216
  "@statusInactive": "Inactive",
217
+ "@success": "Success",
215
218
  "@tokenCount": "Token valid for",
216
219
  "@unsavedChangesConfirm": "You have unsaved changes. Are you sure you want to leave?",
217
220
  "@updateFailed": "Update failed",
@@ -271,4 +274,4 @@ var enUSbase = {
271
274
  };
272
275
 
273
276
  export { AG_GRID, DASHBOARD, ENVIRONMENT_INFO, GANTT, enUSbase as default, mfaCode };
274
- //# sourceMappingURL=nettyapps-ntybase-en-USbase-D7pL5P5F.mjs.map
277
+ //# sourceMappingURL=nettyapps-ntybase-en-USbase-DV4K7MNJ.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"nettyapps-ntybase-en-USbase-D7pL5P5F.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"nettyapps-ntybase-en-USbase-DV4K7MNJ.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -148,12 +148,14 @@ var trTRbase = {
148
148
  "@btnCancel": "İptal",
149
149
  "@btnOK": "Tamam",
150
150
  "@btnSave": "Kaydet",
151
+ "@calculate": "Hesapla",
151
152
  "@changeCompany": "Şirket Değiştir",
152
153
  "@choose_Color": "Renk Seçin",
153
154
  "@choose_Custom_Color": "Lütfen özel renk seçin",
154
155
  "@close": "Kapat",
155
156
  "@color_Palette": "Renk Paleti",
156
157
  "@confirmation": "Onay",
158
+ "@confirmCalculation": "Hesaplamayı başlatmak istediğinize emin misiniz?",
157
159
  "@confirmDeleteSelectedRecords": "Seçili kayıtları silmek istediğinize emin misiniz?",
158
160
  "@connectionError": "Bağlantı hatası. Lütfen internet bağlantınızı kontrol edin.",
159
161
  "@copiedToClipboard": "Kopyalandı",
@@ -212,6 +214,7 @@ var trTRbase = {
212
214
  "@standard_Colors": "Standart Renkler",
213
215
  "@statusActive": "Aktif",
214
216
  "@statusInactive": "Pasif",
217
+ "@success": "Başarılı",
215
218
  "@tokenCount": "Token geçerlilik süresi",
216
219
  "@unsavedChangesConfirm": "Kaydedilmemiş değişiklikler var. Ayrılmak istediğinize emin misiniz?",
217
220
  "@updateFailed": "Güncelleme başarısız oldu",
@@ -271,4 +274,4 @@ var trTRbase = {
271
274
  };
272
275
 
273
276
  export { AG_GRID, DASHBOARD, ENVIRONMENT_INFO, GANTT, trTRbase as default, mfaCode };
274
- //# sourceMappingURL=nettyapps-ntybase-tr-TRbase-qP6vLxd4.mjs.map
277
+ //# sourceMappingURL=nettyapps-ntybase-tr-TRbase-Dvw5DW_f.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"nettyapps-ntybase-tr-TRbase-qP6vLxd4.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"nettyapps-ntybase-tr-TRbase-Dvw5DW_f.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -27,6 +27,7 @@ import * as i2$2 from '@angular/material/tooltip';
27
27
  import { MatTooltipModule } from '@angular/material/tooltip';
28
28
  import * as i2$3 from '@angular/material/menu';
29
29
  import { MatMenuModule } from '@angular/material/menu';
30
+ import { Title } from '@angular/platform-browser';
30
31
  import * as XLSX from 'xlsx';
31
32
  import { I18nService } from '@nettyapps/ntyi18n';
32
33
  import * as i1$4 from '@angular/forms';
@@ -1282,6 +1283,7 @@ class NettyAgGridBase extends NettyAppsBase {
1282
1283
  searchValueName = signal('Invalid_searchValue', ...(ngDevMode ? [{ debugName: "searchValueName" }] : []));
1283
1284
  preferenceType = signal('Invalid_columnState', ...(ngDevMode ? [{ debugName: "preferenceType" }] : []));
1284
1285
  searchValue = signal('', ...(ngDevMode ? [{ debugName: "searchValue" }] : []));
1286
+ pageName = signal('', ...(ngDevMode ? [{ debugName: "pageName" }] : []));
1285
1287
  // Query Parameters can be provide as parameters
1286
1288
  parameterGUID = signal('', ...(ngDevMode ? [{ debugName: "parameterGUID" }] : []));
1287
1289
  parameterType = signal('', ...(ngDevMode ? [{ debugName: "parameterType" }] : []));
@@ -1813,6 +1815,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImpor
1813
1815
  args: [{ selector: 'ntybase-checkbox-renderer', imports: [], host: { 'ntybase-id': 'CheckboxRenderer' }, template: "@if (supportClick) {\n<input\n id=\"checkbox\"\n type=\"checkbox\"\n [checked]=\"checked\"\n (click)=\"onClick($event)\"\n/>\n} @if (!supportClick) {\n<input id=\"checkbox\" type=\"checkbox\" [checked]=\"params.value\" disabled />\n}\n\n<label for=\"checkbox\">{{label}}</label>\n" }]
1814
1816
  }] });
1815
1817
 
1818
+ class PageTitle {
1819
+ title = signal('', ...(ngDevMode ? [{ debugName: "title" }] : []));
1820
+ setTitle(newTitle) {
1821
+ this.title.set(newTitle);
1822
+ }
1823
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: PageTitle, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1824
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: PageTitle, providedIn: 'root' });
1825
+ }
1826
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: PageTitle, decorators: [{
1827
+ type: Injectable,
1828
+ args: [{
1829
+ providedIn: 'root',
1830
+ }]
1831
+ }] });
1832
+
1816
1833
  ModuleRegistry.registerModules([AllCommunityModule, StatusBarModule, ClientSideRowModelModule, ClipboardModule, ExcelExportModule, ColumnMenuModule,
1817
1834
  ContextMenuModule, CellSelectionModule, HighlightChangesModule, RowSelectionModule,]);
1818
1835
  // AgGrid Dark Mode Row Style
@@ -1824,6 +1841,8 @@ class NettyAgGridListBase extends NettyAgGridBase {
1824
1841
  router = inject(Router);
1825
1842
  routerActive = inject(ActivatedRoute);
1826
1843
  dialog = inject(MatDialog);
1844
+ titleService = inject(Title);
1845
+ pageTitleService = inject(PageTitle);
1827
1846
  // Parse query parameters
1828
1847
  queryParameterGUID = toSignal(this.routerActive.queryParamMap.pipe(map((params) => params.get('parameters')), map((value) => this.parseOrReturnValue(value))), {
1829
1848
  initialValue: null, // set initial value to null
@@ -2005,6 +2024,19 @@ class NettyAgGridListBase extends NettyAgGridBase {
2005
2024
  this._isEmbedded();
2006
2025
  this.showHideEmbeddedColumnsAsync();
2007
2026
  });
2027
+ effect(() => {
2028
+ const name = this.pageName();
2029
+ if (name) {
2030
+ const translationKey = name.startsWith('@') ? name : `@${name}`;
2031
+ this.translateService.stream(translationKey).subscribe((translated) => {
2032
+ if (translated == translationKey) {
2033
+ translated = name;
2034
+ }
2035
+ this.titleService.setTitle(`${translated}`);
2036
+ this.pageTitleService.setTitle(translated);
2037
+ });
2038
+ }
2039
+ });
2008
2040
  }
2009
2041
  /**
2010
2042
  * Validates if the given value is equal to null,undefined or ''
@@ -2062,6 +2094,10 @@ class NettyAgGridListBase extends NettyAgGridBase {
2062
2094
  error: (err) => this.alertService.showError(err),
2063
2095
  });
2064
2096
  }
2097
+ currentPageTitle = computed(() => {
2098
+ const name = this.pageName();
2099
+ return name ? name.startsWith('@') ? name : `@${name}` : '@Page_Title';
2100
+ }, ...(ngDevMode ? [{ debugName: "currentPageTitle" }] : []));
2065
2101
  // *****************************************
2066
2102
  // *** Logging Functions ***
2067
2103
  // *****************************************
@@ -4249,8 +4285,8 @@ class NettyBaseApp {
4249
4285
  i18nService = inject(I18nService);
4250
4286
  async loadBaseTranslations() {
4251
4287
  try {
4252
- const enUSBase = await import('./nettyapps-ntybase-en-USbase-D7pL5P5F.mjs');
4253
- const trTRBase = await import('./nettyapps-ntybase-tr-TRbase-qP6vLxd4.mjs');
4288
+ const enUSBase = await import('./nettyapps-ntybase-en-USbase-DV4K7MNJ.mjs');
4289
+ const trTRBase = await import('./nettyapps-ntybase-tr-TRbase-Dvw5DW_f.mjs');
4254
4290
  this.i18nService.addTranslations('English', enUSBase.default);
4255
4291
  this.i18nService.addTranslations('Türkçe', trTRBase.default);
4256
4292
  }
@@ -4277,13 +4313,13 @@ class EnvironmentInfo {
4277
4313
  return this.environmentProxy.version() ?? "";
4278
4314
  }
4279
4315
  get isProduction() {
4280
- return false;
4316
+ return this.environmentProxy.isProduction();
4281
4317
  }
4282
4318
  get defaultLanguage() {
4283
- return "tr";
4319
+ return this.environmentProxy.defaultLanguage();
4284
4320
  }
4285
4321
  get supportedLanguages() {
4286
- return [];
4322
+ return this.environmentProxy.supportedLanguages();
4287
4323
  }
4288
4324
  get apiUrl() {
4289
4325
  return this.environmentProxy.apiUrl();
@@ -4526,5 +4562,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImpor
4526
4562
  * Generated bundle index. Do not edit.
4527
4563
  */
4528
4564
 
4529
- export { AlertService, AuthenticationGuard, AuthenticationInterceptor, AuthenticationService, ButtonRenderer, CanDeactivateGuard, CheckboxRenderer, CommonService, ConfirmDialog, CredentialsService, CurrentUserPreference, ENVIRONMENT_CONFIG, EnvironmentInfo, EnvironmentInfoService, ExcelImportBase, ForgotPassword, Login, LoginDto, MFACodeDto, MfaLogin, NettyAgGridBase, NettyAgGridListBase, NettyAgGridListFilterBase, NettyAgGridLogBase, NettyAgGridSaveBase, NettyAgGridService, NettyAppsBase, NettyAppsFilterBase, NettyBaseApp, NettyHelper, NettyImageService, NettyMenuService, NtyLoadingComponent, NtyLoadingInterceptor, Ntybase, NtybaseModule, RangeDateTimeFilter, RangeNumberFilter, RangeStringFilter, UrlHelperService, ntyAuthenticationInterceptor };
4565
+ export { AlertService, AuthenticationGuard, AuthenticationInterceptor, AuthenticationService, ButtonRenderer, CanDeactivateGuard, CheckboxRenderer, CommonService, ConfirmDialog, CredentialsService, CurrentUserPreference, ENVIRONMENT_CONFIG, EnvironmentInfo, EnvironmentInfoService, ExcelImportBase, ForgotPassword, Login, LoginDto, MFACodeDto, MfaLogin, NettyAgGridBase, NettyAgGridListBase, NettyAgGridListFilterBase, NettyAgGridLogBase, NettyAgGridSaveBase, NettyAgGridService, NettyAppsBase, NettyAppsFilterBase, NettyBaseApp, NettyHelper, NettyImageService, NettyMenuService, NtyLoadingComponent, NtyLoadingInterceptor, Ntybase, NtybaseModule, PageTitle, RangeDateTimeFilter, RangeNumberFilter, RangeStringFilter, UrlHelperService, ntyAuthenticationInterceptor };
4530
4566
  //# sourceMappingURL=nettyapps-ntybase.mjs.map