ngx-techlify-checksheet 18.5.0 → 18.6.0

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.
@@ -1,6 +1,6 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { UntypedFormBuilder } from '@angular/forms';
3
- import { RequestHelperService, TechlifyListingControllerInterface, TimelineValue, AlertService } from 'ngx-techlify-core';
3
+ import { TechlifyListingControllerInterface, TimelineValue, AlertService } from 'ngx-techlify-core';
4
4
  import { ChecksheetService } from '../checksheet.service';
5
5
  import { ActivatedRoute, Router } from "@angular/router";
6
6
  import { Sort } from "@angular/material/sort";
@@ -9,7 +9,6 @@ export declare class ChecksheetListComponent extends TechlifyListingControllerIn
9
9
  private alertService;
10
10
  private fb;
11
11
  private service;
12
- private requestHelperService;
13
12
  private activatedRoute;
14
13
  private router;
15
14
  submittableId: number;
@@ -17,7 +16,7 @@ export declare class ChecksheetListComponent extends TechlifyListingControllerIn
17
16
  basePath: string[];
18
17
  displayedColumns: any[];
19
18
  with: string;
20
- constructor(alertService: AlertService, fb: UntypedFormBuilder, service: ChecksheetService, requestHelperService: RequestHelperService, activatedRoute: ActivatedRoute, router: Router);
19
+ constructor(alertService: AlertService, fb: UntypedFormBuilder, service: ChecksheetService, activatedRoute: ActivatedRoute, router: Router);
21
20
  ngOnInit(): void;
22
21
  private createForm;
23
22
  loadData(): void;
@@ -1,16 +1,15 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { UntypedFormBuilder } from '@angular/forms';
3
- import { RequestHelperService, TechlifyListingControllerInterface, TimelineValue, AlertService } from 'ngx-techlify-core';
3
+ import { TechlifyListingControllerInterface, TimelineValue, AlertService } from 'ngx-techlify-core';
4
4
  import { ChecksheetSubmissionService } from '../checksheet-submission.service';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class ChecksheetSubmissionListComponent extends TechlifyListingControllerInterface implements OnInit {
7
7
  private alertService;
8
8
  private fb;
9
9
  private checksheetSubmissionService;
10
- private requestHelperService;
11
10
  displayedColumns: any[];
12
11
  with: string;
13
- constructor(alertService: AlertService, fb: UntypedFormBuilder, checksheetSubmissionService: ChecksheetSubmissionService, requestHelperService: RequestHelperService);
12
+ constructor(alertService: AlertService, fb: UntypedFormBuilder, checksheetSubmissionService: ChecksheetSubmissionService);
14
13
  ngOnInit(): void;
15
14
  private createForm;
16
15
  loadData(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-techlify-checksheet",
3
- "version": "18.5.0",
3
+ "version": "18.6.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18",
6
6
  "@angular/core": ">=18",
@@ -14,7 +14,7 @@
14
14
  "@angular/cdk": ">=18",
15
15
  "rxjs": ">=7.8.1",
16
16
  "zone.js": ">=0.14.10",
17
- "ngx-techlify-core": "^18.7.2"
17
+ "ngx-techlify-core": "^18.28.0"
18
18
  },
19
19
  "dependencies": {
20
20
  "tslib": "^2.0.0",