@nettyapps/ntybase 21.0.8 → 21.0.9

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.
@@ -120,6 +120,7 @@ var GANTT = {
120
120
  SHOWING_RESULTS: "Showing {{shown}} of {{total}}",
121
121
  NO_RESULTS_FOUND: "No results found matching your search criteria.",
122
122
  CLEAR_FILTERS: "Clear Filters",
123
+ DESCRIPTION: "Description",
123
124
  Create: "Add",
124
125
  GanttChartErrorLoadingComponent: "Error Loading Component"
125
126
  };
@@ -244,4 +245,4 @@ var enUSbase = {
244
245
  };
245
246
 
246
247
  export { AG_GRID, GANTT, enUSbase as default, mfaCode };
247
- //# sourceMappingURL=nettyapps-ntybase-en-USbase-Bp2ffXGK.mjs.map
248
+ //# sourceMappingURL=nettyapps-ntybase-en-USbase-D8jt8Fgo.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"nettyapps-ntybase-en-USbase-Bp2ffXGK.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"nettyapps-ntybase-en-USbase-D8jt8Fgo.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -120,6 +120,7 @@ var GANTT = {
120
120
  SHOWING_RESULTS: "{{shown}}/{{total}} gösteriliyor",
121
121
  NO_RESULTS_FOUND: "Arama kriterlerinize uygun sonuç bulunamadı.",
122
122
  CLEAR_FILTERS: "Filtreleri Temizle",
123
+ DESCRIPTION: "Açıklama",
123
124
  Create: "Ekle",
124
125
  GanttChartErrorLoadingComponent: "Component yüklenirken hata oluştu"
125
126
  };
@@ -244,4 +245,4 @@ var trTRbase = {
244
245
  };
245
246
 
246
247
  export { AG_GRID, GANTT, trTRbase as default, mfaCode };
247
- //# sourceMappingURL=nettyapps-ntybase-tr-TRbase-6UXSvhYH.mjs.map
248
+ //# sourceMappingURL=nettyapps-ntybase-tr-TRbase-BrIf0416.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"nettyapps-ntybase-tr-TRbase-6UXSvhYH.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"nettyapps-ntybase-tr-TRbase-BrIf0416.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -3639,8 +3639,8 @@ class NettyBaseApp {
3639
3639
  i18nService = inject(I18nService);
3640
3640
  async loadBaseTranslations() {
3641
3641
  try {
3642
- const enUSBase = await import('./nettyapps-ntybase-en-USbase-Bp2ffXGK.mjs');
3643
- const trTRBase = await import('./nettyapps-ntybase-tr-TRbase-6UXSvhYH.mjs');
3642
+ const enUSBase = await import('./nettyapps-ntybase-en-USbase-D8jt8Fgo.mjs');
3643
+ const trTRBase = await import('./nettyapps-ntybase-tr-TRbase-BrIf0416.mjs');
3644
3644
  this.i18nService.addTranslations('English', enUSBase.default);
3645
3645
  this.i18nService.addTranslations('Türkçe', trTRBase.default);
3646
3646
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nettyapps/ntybase",
3
- "version": "21.0.8",
3
+ "version": "21.0.9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -200,6 +200,7 @@
200
200
  "SHOWING_RESULTS": "Showing {{shown}} of {{total}}",
201
201
  "NO_RESULTS_FOUND": "No results found matching your search criteria.",
202
202
  "CLEAR_FILTERS": "Clear Filters",
203
+ "DESCRIPTION": "Description",
203
204
  "Create": "Add",
204
205
  "GanttChartErrorLoadingComponent": "Error Loading Component"
205
206
  },
@@ -200,6 +200,7 @@
200
200
  "SHOWING_RESULTS": "{{shown}}/{{total}} gösteriliyor",
201
201
  "NO_RESULTS_FOUND": "Arama kriterlerinize uygun sonuç bulunamadı.",
202
202
  "CLEAR_FILTERS": "Filtreleri Temizle",
203
+ "DESCRIPTION": "Açıklama",
203
204
  "Create": "Ekle",
204
205
  "GanttChartErrorLoadingComponent": "Component yüklenirken hata oluştu"
205
206
  },