keevo-components 1.5.155 → 1.5.156

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.
@@ -12,6 +12,7 @@ export declare class PageFormComponent implements OnInit {
12
12
  SubTituloForm: string | undefined;
13
13
  isSaveLoading: boolean;
14
14
  popup: boolean;
15
+ locationUseComponent: 'page' | 'dialog';
15
16
  /**
16
17
  * Botão cancelar
17
18
  */
@@ -44,22 +45,25 @@ export declare class PageFormComponent implements OnInit {
44
45
  */
45
46
  onCancel: EventEmitter<any>;
46
47
  constructor(fb: FormBuilder);
48
+ /**
49
+ * Adiciona sub-título à tela
50
+ */
51
+ addSubTitle(): void;
47
52
  ngOnInit(): void;
48
53
  /**
49
54
  * Dispara o método de cancelamento da tela
50
55
  * @param event evento
51
56
  */
52
57
  cancel(event: Event): void;
53
- /**
54
- * Método para habilitar o sub título da tela
55
- * @returns True/False
56
- */
57
- enableSubTitle(): boolean;
58
58
  /**
59
59
  * Dispara o método de salvar da tela
60
60
  * @param event evento
61
61
  */
62
62
  save(event: Event): void;
63
+ /**
64
+ * Ajusta o tamanho da tela considerando o menu lateral
65
+ */
66
+ setPageFormContainerAttributes(): void;
63
67
  static ɵfac: i0.ɵɵFactoryDeclaration<PageFormComponent, never>;
64
- static ɵcmp: i0.ɵɵComponentDeclaration<PageFormComponent, "kv-page-form", never, { "formGroup": "formGroup"; "TituloForm": "TituloForm"; "SubTituloForm": "SubTituloForm"; "isSaveLoading": "isSaveLoading"; "popup": "popup"; "iconBtnCancel": "iconBtnCancel"; "showBtnCancel": "showBtnCancel"; "txtBtnCancel": "txtBtnCancel"; "iconBtnSave": "iconBtnSave"; "showBtnSave": "showBtnSave"; "txtBtnSave": "txtBtnSave"; "actions": "actions"; "iconBtnSaveToogle": "iconBtnSaveToogle"; "showBtnSaveToogle": "showBtnSaveToogle"; "txtBtnSaveToogle": "txtBtnSaveToogle"; "disableBtnSair": "disableBtnSair"; }, { "onSave": "onSave"; "onCancel": "onCancel"; }, never, ["*"], false, never>;
68
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageFormComponent, "kv-page-form", never, { "formGroup": "formGroup"; "TituloForm": "TituloForm"; "SubTituloForm": "SubTituloForm"; "isSaveLoading": "isSaveLoading"; "popup": "popup"; "locationUseComponent": "locationUseComponent"; "iconBtnCancel": "iconBtnCancel"; "showBtnCancel": "showBtnCancel"; "txtBtnCancel": "txtBtnCancel"; "iconBtnSave": "iconBtnSave"; "showBtnSave": "showBtnSave"; "txtBtnSave": "txtBtnSave"; "actions": "actions"; "iconBtnSaveToogle": "iconBtnSaveToogle"; "showBtnSaveToogle": "showBtnSaveToogle"; "txtBtnSaveToogle": "txtBtnSaveToogle"; "disableBtnSair": "disableBtnSair"; }, { "onSave": "onSave"; "onCancel": "onCancel"; }, never, ["*"], false, never>;
65
69
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.5.155",
3
+ "version": "1.5.156",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",