@seniorsistemas/yms-integration 1.30.0 → 1.30.2

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.
@@ -3,16 +3,12 @@ import { OnDestroy, OnInit } from "@angular/core";
3
3
  import { FormBuilder, FormGroup } from "@angular/forms";
4
4
  import { ConfirmationService, DynamicDialogConfig, DynamicDialogRef } from "primeng/api";
5
5
  import { NotaValidatorService } from "../../core/nota-validator.service";
6
- import { MessageService } from "primeng/components/common/messageservice";
7
- import { TranslateService } from "@ngx-translate/core";
8
6
  export declare class NotaFormComponent implements OnInit, OnDestroy {
9
7
  private notaValidatorService;
10
8
  private dialogConfig;
11
9
  private confirmationService;
12
10
  private dialogRef;
13
- private verificaNotaFiscal;
14
- private messageService;
15
- private translate;
11
+ private readonly verificaNotaFiscal;
16
12
  formGroup: FormGroup;
17
13
  loading: boolean;
18
14
  private filialId;
@@ -21,8 +17,9 @@ export declare class NotaFormComponent implements OnInit, OnDestroy {
21
17
  private fornecedorNotasTokens;
22
18
  private contratos;
23
19
  botaoDesabilitado: boolean;
20
+ disabled: boolean;
24
21
  private readonly unsubscribe$;
25
- constructor(fb: FormBuilder, notaValidatorService: NotaValidatorService, dialogConfig: DynamicDialogConfig, confirmationService: ConfirmationService, dialogRef: DynamicDialogRef, verificaNotaFiscal: VerificaNotafiscal, messageService: MessageService, translate: TranslateService);
22
+ constructor(fb: FormBuilder, notaValidatorService: NotaValidatorService, dialogConfig: DynamicDialogConfig, confirmationService: ConfirmationService, dialogRef: DynamicDialogRef, verificaNotaFiscal: VerificaNotafiscal);
26
23
  ngOnInit(): void;
27
24
  ngOnDestroy(): void;
28
25
  save(): void;
@@ -45,6 +45,7 @@ export declare class DocumentGridComponent implements OnInit, AfterContentChecke
45
45
  onChangeDocument(document: Document): void;
46
46
  private cantEditStatus;
47
47
  getActions(): MenuItem[];
48
+ checkWmsSystemInvalid(): boolean;
48
49
  getProp(obj: any, path: any): any;
49
50
  view(): void;
50
51
  save(): void;