@nettyapps/ntybase 21.0.12 → 21.0.14

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.
@@ -164,6 +164,7 @@ var enUSbase = {
164
164
  "@dataRefreshedSuccessfully": "Data refreshed successfully",
165
165
  "@defined_Colors": "Defined Colors",
166
166
  "@deletionFailed": "Deletion failed",
167
+ "@deletionSuccess": "Deletion success",
167
168
  "@emptyData": "No user data available",
168
169
  "@errorOccurred": "An error occurred",
169
170
  "@forgotPassword": "Forgot password",
@@ -265,4 +266,4 @@ var enUSbase = {
265
266
  };
266
267
 
267
268
  export { AG_GRID, DASHBOARD, ENVIRONMENT_INFO, GANTT, enUSbase as default, mfaCode };
268
- //# sourceMappingURL=nettyapps-ntybase-en-USbase-AbPWt1BD.mjs.map
269
+ //# sourceMappingURL=nettyapps-ntybase-en-USbase-BVtoVBU3.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"nettyapps-ntybase-en-USbase-AbPWt1BD.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"nettyapps-ntybase-en-USbase-BVtoVBU3.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -164,6 +164,7 @@ var trTRbase = {
164
164
  "@dataRefreshedSuccessfully": "Liste güncellendi",
165
165
  "@defined_Colors": "Tanımlı Renkler",
166
166
  "@deletionFailed": "Silme işlemi başarısız oldu",
167
+ "@deletionSuccess": "Silme işlemi başarılı",
167
168
  "@emptyData": "Kullanıcı verisi bulunamadı",
168
169
  "@errorOccurred": "Bir hata oluştu",
169
170
  "@forgotPassword": "Şifremi unuttum",
@@ -265,4 +266,4 @@ var trTRbase = {
265
266
  };
266
267
 
267
268
  export { AG_GRID, DASHBOARD, ENVIRONMENT_INFO, GANTT, trTRbase as default, mfaCode };
268
- //# sourceMappingURL=nettyapps-ntybase-tr-TRbase-Cg5OGCEY.mjs.map
269
+ //# sourceMappingURL=nettyapps-ntybase-tr-TRbase-BPeaVYNs.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"nettyapps-ntybase-tr-TRbase-Cg5OGCEY.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"nettyapps-ntybase-tr-TRbase-BPeaVYNs.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1195,7 +1195,7 @@ class NettyAgGridBase {
1195
1195
  Selected records event
1196
1196
  @param records: Array of selected records
1197
1197
  */
1198
- selectedRecords = output();
1198
+ onElementSelect = output();
1199
1199
  // AG Grid Filter
1200
1200
  customFilters = signal(this.getStoredFilterMode(), ...(ngDevMode ? [{ debugName: "customFilters" }] : []));
1201
1201
  // Authentication
@@ -1633,7 +1633,7 @@ class NettyAgGridBase {
1633
1633
  }
1634
1634
  });
1635
1635
  effect(() => {
1636
- this.selectedRows.set(this.selectedRows());
1636
+ this.onElementSelect.emit(this.selectedRows());
1637
1637
  });
1638
1638
  }
1639
1639
  /**
@@ -1830,12 +1830,12 @@ class NettyAgGridBase {
1830
1830
  this.selectedElement.emit(null);
1831
1831
  }
1832
1832
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: NettyAgGridBase, deps: [], target: i0.ɵɵFactoryTarget.Component });
1833
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.3", type: NettyAgGridBase, isStandalone: true, selector: "ntybase-ag-grid-base", inputs: { readOnly: { classPropertyName: "readOnly", publicName: "readOnly", isSignal: true, isRequired: false, transformFunction: null }, popupFilterValid: { classPropertyName: "popupFilterValid", publicName: "popupFilterValid", isSignal: true, isRequired: false, transformFunction: null }, popupValid: { classPropertyName: "popupValid", publicName: "popupValid", isSignal: true, isRequired: false, transformFunction: null }, isEmbedded: { classPropertyName: "isEmbedded", publicName: "isEmbedded", isSignal: true, isRequired: false, transformFunction: null }, componantParameterGUID: { classPropertyName: "componantParameterGUID", publicName: "componantParameterGUID", isSignal: true, isRequired: false, transformFunction: null }, componantParameterType: { classPropertyName: "componantParameterType", publicName: "componantParameterType", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { selectedRecords: "selectedRecords", selectedElement: "selectedElement" }, ngImport: i0, template: "<p>ag-grid-base works!</p>\n", styles: [""] });
1833
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.3", type: NettyAgGridBase, isStandalone: true, selector: "ntybase-ag-grid-base", inputs: { readOnly: { classPropertyName: "readOnly", publicName: "readOnly", isSignal: true, isRequired: false, transformFunction: null }, popupFilterValid: { classPropertyName: "popupFilterValid", publicName: "popupFilterValid", isSignal: true, isRequired: false, transformFunction: null }, popupValid: { classPropertyName: "popupValid", publicName: "popupValid", isSignal: true, isRequired: false, transformFunction: null }, isEmbedded: { classPropertyName: "isEmbedded", publicName: "isEmbedded", isSignal: true, isRequired: false, transformFunction: null }, componantParameterGUID: { classPropertyName: "componantParameterGUID", publicName: "componantParameterGUID", isSignal: true, isRequired: false, transformFunction: null }, componantParameterType: { classPropertyName: "componantParameterType", publicName: "componantParameterType", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { onElementSelect: "onElementSelect", selectedElement: "selectedElement" }, ngImport: i0, template: "<p>ag-grid-base works!</p>\n", styles: [""] });
1834
1834
  }
1835
1835
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: NettyAgGridBase, decorators: [{
1836
1836
  type: Component,
1837
1837
  args: [{ selector: 'ntybase-ag-grid-base', imports: [], template: "<p>ag-grid-base works!</p>\n" }]
1838
- }], ctorParameters: () => [], propDecorators: { readOnly: [{ type: i0.Input, args: [{ isSignal: true, alias: "readOnly", required: false }] }], popupFilterValid: [{ type: i0.Input, args: [{ isSignal: true, alias: "popupFilterValid", required: false }] }], popupValid: [{ type: i0.Input, args: [{ isSignal: true, alias: "popupValid", required: false }] }], isEmbedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isEmbedded", required: false }] }], componantParameterGUID: [{ type: i0.Input, args: [{ isSignal: true, alias: "componantParameterGUID", required: false }] }], componantParameterType: [{ type: i0.Input, args: [{ isSignal: true, alias: "componantParameterType", required: false }] }], selectedRecords: [{ type: i0.Output, args: ["selectedRecords"] }], selectedElement: [{ type: i0.Output, args: ["selectedElement"] }] } });
1838
+ }], ctorParameters: () => [], propDecorators: { readOnly: [{ type: i0.Input, args: [{ isSignal: true, alias: "readOnly", required: false }] }], popupFilterValid: [{ type: i0.Input, args: [{ isSignal: true, alias: "popupFilterValid", required: false }] }], popupValid: [{ type: i0.Input, args: [{ isSignal: true, alias: "popupValid", required: false }] }], isEmbedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isEmbedded", required: false }] }], componantParameterGUID: [{ type: i0.Input, args: [{ isSignal: true, alias: "componantParameterGUID", required: false }] }], componantParameterType: [{ type: i0.Input, args: [{ isSignal: true, alias: "componantParameterType", required: false }] }], onElementSelect: [{ type: i0.Output, args: ["onElementSelect"] }], selectedElement: [{ type: i0.Output, args: ["selectedElement"] }] } });
1839
1839
 
1840
1840
  class NettyAgGridSaveBase {
1841
1841
  // Services
@@ -3648,8 +3648,8 @@ class NettyBaseApp {
3648
3648
  i18nService = inject(I18nService);
3649
3649
  async loadBaseTranslations() {
3650
3650
  try {
3651
- const enUSBase = await import('./nettyapps-ntybase-en-USbase-AbPWt1BD.mjs');
3652
- const trTRBase = await import('./nettyapps-ntybase-tr-TRbase-Cg5OGCEY.mjs');
3651
+ const enUSBase = await import('./nettyapps-ntybase-en-USbase-BVtoVBU3.mjs');
3652
+ const trTRBase = await import('./nettyapps-ntybase-tr-TRbase-BPeaVYNs.mjs');
3653
3653
  this.i18nService.addTranslations('English', enUSBase.default);
3654
3654
  this.i18nService.addTranslations('Türkçe', trTRBase.default);
3655
3655
  }