@nettyapps/ntybase 21.1.32 → 21.1.34
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-CYjShnUp.mjs → nettyapps-ntybase-en-USbase-CdxOfMdn.mjs} +7 -1
- package/fesm2022/{nettyapps-ntybase-en-USbase-CYjShnUp.mjs.map → nettyapps-ntybase-en-USbase-CdxOfMdn.mjs.map} +1 -1
- package/fesm2022/{nettyapps-ntybase-tr-TRbase-9sKP7Q5s.mjs → nettyapps-ntybase-tr-TRbase-BwM-m4IP.mjs} +7 -1
- package/fesm2022/{nettyapps-ntybase-tr-TRbase-9sKP7Q5s.mjs.map → nettyapps-ntybase-tr-TRbase-BwM-m4IP.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 +6 -0
- package/translations/tr-TRbase.json +6 -0
|
@@ -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-
|
|
287
|
+
//# sourceMappingURL=nettyapps-ntybase-en-USbase-CdxOfMdn.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nettyapps-ntybase-en-USbase-
|
|
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-
|
|
287
|
+
//# sourceMappingURL=nettyapps-ntybase-tr-TRbase-BwM-m4IP.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nettyapps-ntybase-tr-TRbase-
|
|
1
|
+
{"version":3,"file":"nettyapps-ntybase-tr-TRbase-BwM-m4IP.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-CdxOfMdn.mjs');
|
|
4374
|
+
const trTRBase = await import('./nettyapps-ntybase-tr-TRbase-BwM-m4IP.mjs');
|
|
4375
4375
|
this.i18nService.addTranslations('English', enUSBase.default);
|
|
4376
4376
|
this.i18nService.addTranslations('Türkçe', trTRBase.default);
|
|
4377
4377
|
}
|