@nettyapps/ntybase 21.0.7 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nettyapps/ntybase",
3
- "version": "21.0.7",
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
  },
@@ -385,9 +385,12 @@ declare abstract class NettyAgGridSaveBase<T> implements DoCheck {
385
385
  protected route: ActivatedRoute;
386
386
  protected commonService: CommonService;
387
387
  protected alertService: AlertService;
388
+ protected environment: EnvironmentProxy;
389
+ protected dialog: MatDialog;
388
390
  viewMode: i0.WritableSignal<UserViewMode>;
389
391
  parameters: i0.InputSignal<string>;
390
392
  embedded: i0.InputSignal<boolean>;
393
+ isEmbedded: i0.InputSignal<boolean>;
391
394
  currentItem: i0.WritableSignal<T>;
392
395
  initialItem: T;
393
396
  formChanged: boolean;
@@ -432,8 +435,10 @@ declare abstract class NettyAgGridSaveBase<T> implements DoCheck {
432
435
  backClicked(): Promise<void>;
433
436
  protected abstract loadDetailData(): void;
434
437
  protected validateSaveRecord(recordGUID: any): boolean;
438
+ gotoURL(routePrefix: string[], rightSidenav: string[] | undefined, parameters: string, type?: string, dialogComponent?: any, isNewTab?: boolean, isPopup?: boolean): void;
439
+ popupGotoURL(urlSegments: string[]): void;
435
440
  static ɵfac: i0.ɵɵFactoryDeclaration<NettyAgGridSaveBase<any>, never>;
436
- static ɵcmp: i0.ɵɵComponentDeclaration<NettyAgGridSaveBase<any>, "ntybase-ag-grid-save-base", never, { "parameters": { "alias": "parameters"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "closeAfterSave": { "alias": "closeAfterSave"; "required": false; "isSignal": true; }; }, { "closeAfterSave": "closeAfterSaveChange"; }, never, never, true, never>;
441
+ static ɵcmp: i0.ɵɵComponentDeclaration<NettyAgGridSaveBase<any>, "ntybase-ag-grid-save-base", never, { "parameters": { "alias": "parameters"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "isEmbedded": { "alias": "isEmbedded"; "required": false; "isSignal": true; }; "closeAfterSave": { "alias": "closeAfterSave"; "required": false; "isSignal": true; }; }, { "closeAfterSave": "closeAfterSaveChange"; }, never, never, true, never>;
437
442
  }
438
443
 
439
444
  type AOA = string[][];