@nettyapps/ntybase 21.0.32 → 21.0.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.
- package/fesm2022/{nettyapps-ntybase-en-USbase-BiAVQmCh.mjs → nettyapps-ntybase-en-USbase-D7pL5P5F.mjs} +5 -2
- package/fesm2022/{nettyapps-ntybase-en-USbase-BiAVQmCh.mjs.map → nettyapps-ntybase-en-USbase-D7pL5P5F.mjs.map} +1 -1
- package/fesm2022/{nettyapps-ntybase-tr-TRbase-DsdNRueU.mjs → nettyapps-ntybase-tr-TRbase-qP6vLxd4.mjs} +5 -2
- package/fesm2022/{nettyapps-ntybase-tr-TRbase-DsdNRueU.mjs.map → nettyapps-ntybase-tr-TRbase-qP6vLxd4.mjs.map} +1 -1
- package/fesm2022/nettyapps-ntybase.mjs +2 -2
- package/package.json +2 -2
- package/translations/en-USbase.json +5 -2
- package/translations/tr-TRbase.json +4 -1
|
@@ -264,8 +264,11 @@ var enUSbase = {
|
|
|
264
264
|
"@defaultFilterModeEnabled": "Default Filter Mode Enabled",
|
|
265
265
|
"@invalidFormat": "Invalid Format",
|
|
266
266
|
"@openInPopup": "Records open as pop-ups now",
|
|
267
|
-
"@openInSidenav": "Records will now open in the sidenav"
|
|
267
|
+
"@openInSidenav": "Records will now open in the sidenav",
|
|
268
|
+
"@resetButtonLabel": "Reset",
|
|
269
|
+
"@applyButtonLabel": "Apply",
|
|
270
|
+
"@exportButtonLabel": "Export"
|
|
268
271
|
};
|
|
269
272
|
|
|
270
273
|
export { AG_GRID, DASHBOARD, ENVIRONMENT_INFO, GANTT, enUSbase as default, mfaCode };
|
|
271
|
-
//# sourceMappingURL=nettyapps-ntybase-en-USbase-
|
|
274
|
+
//# sourceMappingURL=nettyapps-ntybase-en-USbase-D7pL5P5F.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nettyapps-ntybase-en-USbase-
|
|
1
|
+
{"version":3,"file":"nettyapps-ntybase-en-USbase-D7pL5P5F.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -264,8 +264,11 @@ var trTRbase = {
|
|
|
264
264
|
"@defaultFilterModeEnabled": "Varsayılan Filtre Modu Aktif",
|
|
265
265
|
"@invalidFormat": "Geçersiz Format",
|
|
266
266
|
"@openInPopup": "Kayıtlar artık açılır pencerede görüntülenecek",
|
|
267
|
-
"@openInSidenav": "Kayıtlar artık yan panelde görüntülenecek"
|
|
267
|
+
"@openInSidenav": "Kayıtlar artık yan panelde görüntülenecek",
|
|
268
|
+
"@resetButtonLabel": "Sıfırla",
|
|
269
|
+
"@applyButtonLabel": "Filtrele",
|
|
270
|
+
"@exportButtonLabel": "Dışa Aktar"
|
|
268
271
|
};
|
|
269
272
|
|
|
270
273
|
export { AG_GRID, DASHBOARD, ENVIRONMENT_INFO, GANTT, trTRbase as default, mfaCode };
|
|
271
|
-
//# sourceMappingURL=nettyapps-ntybase-tr-TRbase-
|
|
274
|
+
//# sourceMappingURL=nettyapps-ntybase-tr-TRbase-qP6vLxd4.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nettyapps-ntybase-tr-TRbase-
|
|
1
|
+
{"version":3,"file":"nettyapps-ntybase-tr-TRbase-qP6vLxd4.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -3917,8 +3917,8 @@ class NettyBaseApp {
|
|
|
3917
3917
|
i18nService = inject(I18nService);
|
|
3918
3918
|
async loadBaseTranslations() {
|
|
3919
3919
|
try {
|
|
3920
|
-
const enUSBase = await import('./nettyapps-ntybase-en-USbase-
|
|
3921
|
-
const trTRBase = await import('./nettyapps-ntybase-tr-TRbase-
|
|
3920
|
+
const enUSBase = await import('./nettyapps-ntybase-en-USbase-D7pL5P5F.mjs');
|
|
3921
|
+
const trTRBase = await import('./nettyapps-ntybase-tr-TRbase-qP6vLxd4.mjs');
|
|
3922
3922
|
this.i18nService.addTranslations('English', enUSBase.default);
|
|
3923
3923
|
this.i18nService.addTranslations('Türkçe', trTRBase.default);
|
|
3924
3924
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nettyapps/ntybase",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.33",
|
|
4
4
|
"description": "This library provides foundational services and components for NettyApps Angular applications.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"ag-grid-angular": ">= 35.0.0",
|
|
15
15
|
"ag-grid-enterprise": ">= 35.0.0",
|
|
16
16
|
"@nettyapps/ntycontract": ">= 21.0.3",
|
|
17
|
-
"@nettyapps/ntyui": ">= 21.0.
|
|
17
|
+
"@nettyapps/ntyui": ">= 21.0.13"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"tslib": "^2.3.0"
|
|
@@ -259,5 +259,8 @@
|
|
|
259
259
|
"@defaultFilterModeEnabled": "Default Filter Mode Enabled",
|
|
260
260
|
"@invalidFormat": "Invalid Format",
|
|
261
261
|
"@openInPopup": "Records open as pop-ups now",
|
|
262
|
-
"@openInSidenav": "Records will now open in the sidenav"
|
|
263
|
-
|
|
262
|
+
"@openInSidenav": "Records will now open in the sidenav",
|
|
263
|
+
"@resetButtonLabel": "Reset",
|
|
264
|
+
"@applyButtonLabel": "Apply",
|
|
265
|
+
"@exportButtonLabel": "Export"
|
|
266
|
+
}
|
|
@@ -259,5 +259,8 @@
|
|
|
259
259
|
"@defaultFilterModeEnabled": "Varsayılan Filtre Modu Aktif",
|
|
260
260
|
"@invalidFormat": "Geçersiz Format",
|
|
261
261
|
"@openInPopup": "Kayıtlar artık açılır pencerede görüntülenecek",
|
|
262
|
-
"@openInSidenav": "Kayıtlar artık yan panelde görüntülenecek"
|
|
262
|
+
"@openInSidenav": "Kayıtlar artık yan panelde görüntülenecek",
|
|
263
|
+
"@resetButtonLabel": "Sıfırla",
|
|
264
|
+
"@applyButtonLabel": "Filtrele",
|
|
265
|
+
"@exportButtonLabel": "Dışa Aktar"
|
|
263
266
|
}
|