@nettyapps/ntybase 21.0.6 → 21.0.8

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.6",
3
+ "version": "21.0.8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -193,6 +193,13 @@
193
193
  "PREPARATION": "Preparation",
194
194
  "PRODUCTION": "Production",
195
195
  "CLEANING": "Cleaning",
196
+ "SEARCH_RESOURCE_PLACEHOLDER": "Search by resource...",
197
+ "SEARCH_TASK_NAME_PLACEHOLDER": "Search by production order...",
198
+ "CLEAR_ALL_FILTERS_TOOLTIP": "Clear all filters",
199
+ "CLEAR_ALL_FILTERS": "Clear",
200
+ "SHOWING_RESULTS": "Showing {{shown}} of {{total}}",
201
+ "NO_RESULTS_FOUND": "No results found matching your search criteria.",
202
+ "CLEAR_FILTERS": "Clear Filters",
196
203
  "Create": "Add",
197
204
  "GanttChartErrorLoadingComponent": "Error Loading Component"
198
205
  },
@@ -193,6 +193,13 @@
193
193
  "PREPARATION": "Hazırlık",
194
194
  "PRODUCTION": "Üretim",
195
195
  "CLEANING": "Temizlik",
196
+ "SEARCH_RESOURCE_PLACEHOLDER": "Kaynağa göre ara..",
197
+ "SEARCH_TASK_NAME_PLACEHOLDER": "Üretim emrine göre ara...",
198
+ "CLEAR_ALL_FILTERS_TOOLTIP": "Tüm filtreleri temizle",
199
+ "CLEAR_ALL_FILTERS": "Temizle",
200
+ "SHOWING_RESULTS": "{{shown}}/{{total}} gösteriliyor",
201
+ "NO_RESULTS_FOUND": "Arama kriterlerinize uygun sonuç bulunamadı.",
202
+ "CLEAR_FILTERS": "Filtreleri Temizle",
196
203
  "Create": "Ekle",
197
204
  "GanttChartErrorLoadingComponent": "Component yüklenirken hata oluştu"
198
205
  },
@@ -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[][];