ngx-techlify-checksheet 18.1.0 → 18.2.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,22 +1,15 @@
1
1
  import { OnInit } from '@angular/core';
2
- import { UntypedFormGroup, UntypedFormBuilder } from '@angular/forms';
3
- import { FormValidatorService } from 'ngx-techlify-core';
4
- import { NgxSpinnerService } from 'ngx-spinner';
5
- import { AlertService, ErrorHandlerService, DataManager } from 'ngx-techlify-core';
2
+ import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
3
+ import { AlertService, FormValidatorService } from 'ngx-techlify-core';
6
4
  import { ActivatedRoute } from '@angular/router';
7
5
  import { Location } from '@angular/common';
8
- import { MatDialog } from '@angular/material/dialog';
9
6
  import { ChecksheetFormatService } from '../checksheet-format.service';
10
7
  import * as i0 from "@angular/core";
11
8
  export declare class ChecksheetFormatFormComponent implements OnInit {
12
9
  private formValidatorService;
13
10
  private fb;
14
- private spinnerService;
15
11
  private alertService;
16
12
  location: Location;
17
- private errorHandler;
18
- private dataManager;
19
- private dialog;
20
13
  private route;
21
14
  private checksheetFormatService;
22
15
  checksheetForm: UntypedFormGroup;
@@ -26,8 +19,8 @@ export declare class ChecksheetFormatFormComponent implements OnInit {
26
19
  id: number;
27
20
  disableInput: boolean;
28
21
  isLoading: boolean;
29
- showChecksheetInfo: boolean;
30
- constructor(formValidatorService: FormValidatorService, fb: UntypedFormBuilder, spinnerService: NgxSpinnerService, alertService: AlertService, location: Location, errorHandler: ErrorHandlerService, dataManager: DataManager, dialog: MatDialog, route: ActivatedRoute, checksheetFormatService: ChecksheetFormatService);
22
+ isShowChecksheetInfo: boolean;
23
+ constructor(formValidatorService: FormValidatorService, fb: UntypedFormBuilder, alertService: AlertService, location: Location, route: ActivatedRoute, checksheetFormatService: ChecksheetFormatService);
31
24
  ngOnInit(): void;
32
25
  /**
33
26
  * Create a check-sheet form.
@@ -40,6 +33,7 @@ export declare class ChecksheetFormatFormComponent implements OnInit {
40
33
  getErrorMessage(field: string): any;
41
34
  submit(): void;
42
35
  loadChecksheetFormat(): void;
36
+ handleCancel(): void;
43
37
  static ɵfac: i0.ɵɵFactoryDeclaration<ChecksheetFormatFormComponent, never>;
44
38
  static ɵcmp: i0.ɵɵComponentDeclaration<ChecksheetFormatFormComponent, "app-checksheet-format-form", never, { "disableInput": { "alias": "disableInput"; "required": false; }; }, {}, never, never, false, never>;
45
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-techlify-checksheet",
3
- "version": "18.1.0",
3
+ "version": "18.2.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18",
6
6
  "@angular/core": ">=18",