@nettyapps/ntybase 21.1.33 → 21.1.35
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/fesm2022/{nettyapps-ntybase-en-USbase-CdxOfMdn.mjs → nettyapps-ntybase-en-USbase-C1t7F-R0.mjs} +25 -2
- package/fesm2022/{nettyapps-ntybase-en-USbase-CdxOfMdn.mjs.map → nettyapps-ntybase-en-USbase-C1t7F-R0.mjs.map} +1 -1
- package/fesm2022/{nettyapps-ntybase-tr-TRbase-BwM-m4IP.mjs → nettyapps-ntybase-tr-TRbase-BXQ_UTZY.mjs} +25 -2
- package/fesm2022/{nettyapps-ntybase-tr-TRbase-BwM-m4IP.mjs.map → nettyapps-ntybase-tr-TRbase-BXQ_UTZY.mjs.map} +1 -1
- package/fesm2022/nettyapps-ntybase.mjs +5 -5
- package/fesm2022/nettyapps-ntybase.mjs.map +1 -1
- package/package.json +1 -1
- package/translations/en-USbase.json +24 -1
- package/translations/tr-TRbase.json +24 -1
|
@@ -280,8 +280,31 @@ var enUSbase = {
|
|
|
280
280
|
"@minLengthError": "Please enter at least {{value}} characters",
|
|
281
281
|
"@maxLengthError": "Please enter at most {{value}} characters",
|
|
282
282
|
"@dateCannotBeBeforeStart": "Selected date cannot be earlier than the start date",
|
|
283
|
-
"@dateCannotBeAfterEnd": "Selected date cannot be later than the end date"
|
|
283
|
+
"@dateCannotBeAfterEnd": "Selected date cannot be later than the end date",
|
|
284
|
+
"@EXCEL_PARSER": {
|
|
285
|
+
noFileChosen: "Please select a file",
|
|
286
|
+
errorLoadingFile: "Error loading file",
|
|
287
|
+
errorReadingFile: "Error reading file",
|
|
288
|
+
errorNoData: "No data found in file",
|
|
289
|
+
sheetNotFound: "Excel sheet {{index}} not found.",
|
|
290
|
+
defaultValueSet: "'{{prop}}' field is empty, default value assigned.",
|
|
291
|
+
requiredFieldMissing: "'{{prop}}' is required but its value is empty.",
|
|
292
|
+
conversionError: "Could not convert type of data '{{value}}' for field '{{prop}}'.",
|
|
293
|
+
rowSkipped: "This row was skipped due to errors."
|
|
294
|
+
},
|
|
295
|
+
"@EXCEL_PARSER_LOG": {
|
|
296
|
+
all: "All",
|
|
297
|
+
errors: "Errors",
|
|
298
|
+
warnings: "Warnings",
|
|
299
|
+
infos: "Infos",
|
|
300
|
+
row: "Row",
|
|
301
|
+
message: "Message",
|
|
302
|
+
level: "Level",
|
|
303
|
+
parseLogs: " Parse logs",
|
|
304
|
+
parsedData: " Parsed data",
|
|
305
|
+
exportLogs: "Export to Excel"
|
|
306
|
+
}
|
|
284
307
|
};
|
|
285
308
|
|
|
286
309
|
export { AG_GRID, DASHBOARD, ENVIRONMENT_INFO, GANTT, enUSbase as default, mfaCode };
|
|
287
|
-
//# sourceMappingURL=nettyapps-ntybase-en-USbase-
|
|
310
|
+
//# sourceMappingURL=nettyapps-ntybase-en-USbase-C1t7F-R0.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nettyapps-ntybase-en-USbase-
|
|
1
|
+
{"version":3,"file":"nettyapps-ntybase-en-USbase-C1t7F-R0.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -280,8 +280,31 @@ var trTRbase = {
|
|
|
280
280
|
"@minLengthError": "En az {{value}} karakter girmelisiniz",
|
|
281
281
|
"@maxLengthError": "En fazla {{value}} karakter girebilirsiniz",
|
|
282
282
|
"@dateCannotBeBeforeStart": "Seçilen tarih, başlangıç tarihinden önce olamaz",
|
|
283
|
-
"@dateCannotBeAfterEnd": "Seçilen tarih, bitiş tarihinden sonra olamaz"
|
|
283
|
+
"@dateCannotBeAfterEnd": "Seçilen tarih, bitiş tarihinden sonra olamaz",
|
|
284
|
+
"@EXCEL_PARSER": {
|
|
285
|
+
noFileChosen: "Lütfen bir dosya seçin",
|
|
286
|
+
errorLoadingFile: "Dosya yüklenirken hata oluştu",
|
|
287
|
+
errorReadingFile: "Dosya okunurken hata oluştu",
|
|
288
|
+
errorNoData: "Dosyada veri bulunamadı",
|
|
289
|
+
sheetNotFound: "{{index}} numaralı Excel sekmesi bulunamadı.",
|
|
290
|
+
defaultValueSet: "'{{prop}}' alanı boş olduğu için varsayılan değer atandı.",
|
|
291
|
+
requiredFieldMissing: "'{{prop}}' zorunlu bir alan ancak değeri boş.",
|
|
292
|
+
conversionError: "'{{prop}}' alanı için '{{value}}' verisinin tipi dönüştürülemedi.",
|
|
293
|
+
rowSkipped: "Bu satır hatalardan dolayı atlandı."
|
|
294
|
+
},
|
|
295
|
+
"@EXCEL_PARSER_LOG": {
|
|
296
|
+
all: "Tümü",
|
|
297
|
+
errors: "Hatalar",
|
|
298
|
+
warnings: "Uyarılar",
|
|
299
|
+
infos: "Bilgiler",
|
|
300
|
+
row: "Satır",
|
|
301
|
+
message: "Mesaj",
|
|
302
|
+
level: "Seviye",
|
|
303
|
+
parseLogs: " Aktarım logları",
|
|
304
|
+
parsedData: " Aktarılan veriler",
|
|
305
|
+
exportLogs: "Excele aktar"
|
|
306
|
+
}
|
|
284
307
|
};
|
|
285
308
|
|
|
286
309
|
export { AG_GRID, DASHBOARD, ENVIRONMENT_INFO, GANTT, trTRbase as default, mfaCode };
|
|
287
|
-
//# sourceMappingURL=nettyapps-ntybase-tr-TRbase-
|
|
310
|
+
//# sourceMappingURL=nettyapps-ntybase-tr-TRbase-BXQ_UTZY.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nettyapps-ntybase-tr-TRbase-
|
|
1
|
+
{"version":3,"file":"nettyapps-ntybase-tr-TRbase-BXQ_UTZY.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -850,7 +850,7 @@ class CommonService {
|
|
|
850
850
|
* @returns
|
|
851
851
|
*/
|
|
852
852
|
dateFormatter(dateValue) {
|
|
853
|
-
return this.datePipe.transform(dateValue, 'dd
|
|
853
|
+
return this.datePipe.transform(dateValue, 'dd.MM.yyyy') ?? '';
|
|
854
854
|
}
|
|
855
855
|
/**
|
|
856
856
|
* Format date into 'dd-MM-yyyy HH:mm:ss' format for grids
|
|
@@ -860,9 +860,9 @@ class CommonService {
|
|
|
860
860
|
*/
|
|
861
861
|
dateTimeFormatter(dateValue, seconds = true) {
|
|
862
862
|
if (seconds) {
|
|
863
|
-
return this.datePipe.transform(dateValue, 'dd
|
|
863
|
+
return this.datePipe.transform(dateValue, 'dd.MM.yyyy HH:mm:ss') ?? '';
|
|
864
864
|
}
|
|
865
|
-
return this.datePipe.transform(dateValue, 'dd
|
|
865
|
+
return this.datePipe.transform(dateValue, 'dd.MM.yyyy HH:mm') ?? '';
|
|
866
866
|
}
|
|
867
867
|
/**
|
|
868
868
|
* Format time into 'HH:mm' or 'HH:mm:ss' format for grids
|
|
@@ -4370,8 +4370,8 @@ class NettyBaseApp {
|
|
|
4370
4370
|
alertService = inject(AlertService);
|
|
4371
4371
|
async loadBaseTranslations() {
|
|
4372
4372
|
try {
|
|
4373
|
-
const enUSBase = await import('./nettyapps-ntybase-en-USbase-
|
|
4374
|
-
const trTRBase = await import('./nettyapps-ntybase-tr-TRbase-
|
|
4373
|
+
const enUSBase = await import('./nettyapps-ntybase-en-USbase-C1t7F-R0.mjs');
|
|
4374
|
+
const trTRBase = await import('./nettyapps-ntybase-tr-TRbase-BXQ_UTZY.mjs');
|
|
4375
4375
|
this.i18nService.addTranslations('English', enUSBase.default);
|
|
4376
4376
|
this.i18nService.addTranslations('Türkçe', trTRBase.default);
|
|
4377
4377
|
}
|