keevo-components 1.8.332 → 1.8.333
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,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
3
|
import { ActionItem } from '../../api/components/table/action-item';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -74,12 +74,14 @@ export declare class KvPageFormComponent implements OnInit {
|
|
|
74
74
|
* Ação do botão Secundary
|
|
75
75
|
*/
|
|
76
76
|
onClickSecundary: EventEmitter<any>;
|
|
77
|
+
private readonly resizeObserver;
|
|
78
|
+
pageContainer: import("@angular/core").Signal<ElementRef<any> | undefined>;
|
|
77
79
|
constructor(fb: FormBuilder);
|
|
80
|
+
ngOnInit(): void;
|
|
78
81
|
/**
|
|
79
82
|
* Adiciona sub-título à tela
|
|
80
83
|
*/
|
|
81
84
|
addSubTitle(): void;
|
|
82
|
-
ngOnInit(): void;
|
|
83
85
|
/**
|
|
84
86
|
* Dispara o método de cancelamento da tela
|
|
85
87
|
* @param event evento
|
|
@@ -94,7 +96,7 @@ export declare class KvPageFormComponent implements OnInit {
|
|
|
94
96
|
/**
|
|
95
97
|
* Ajusta o tamanho da tela considerando o menu lateral
|
|
96
98
|
*/
|
|
97
|
-
|
|
99
|
+
setWidthBar(): void;
|
|
98
100
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvPageFormComponent, never>;
|
|
99
101
|
static ɵcmp: i0.ɵɵComponentDeclaration<KvPageFormComponent, "kv-page-form", never, { "formGroup": { "alias": "formGroup"; "required": false; }; "TituloForm": { "alias": "TituloForm"; "required": false; }; "SubTituloForm": { "alias": "SubTituloForm"; "required": false; }; "isSaveLoading": { "alias": "isSaveLoading"; "required": false; }; "popup": { "alias": "popup"; "required": false; }; "locationUseComponent": { "alias": "locationUseComponent"; "required": false; }; "iconBtnCancel": { "alias": "iconBtnCancel"; "required": false; }; "showBtnCancel": { "alias": "showBtnCancel"; "required": false; }; "txtBtnCancel": { "alias": "txtBtnCancel"; "required": false; }; "actionsCancelToogle": { "alias": "actionsCancelToogle"; "required": false; }; "iconBtnCancelToogle": { "alias": "iconBtnCancelToogle"; "required": false; }; "showBtnCancelToogle": { "alias": "showBtnCancelToogle"; "required": false; }; "txtBtnCancelToogle": { "alias": "txtBtnCancelToogle"; "required": false; }; "iconBtnSave": { "alias": "iconBtnSave"; "required": false; }; "showBtnSave": { "alias": "showBtnSave"; "required": false; }; "txtBtnSave": { "alias": "txtBtnSave"; "required": false; }; "disableBtnSave": { "alias": "disableBtnSave"; "required": false; }; "actionsSaveToogle": { "alias": "actionsSaveToogle"; "required": false; }; "iconBtnSaveToogle": { "alias": "iconBtnSaveToogle"; "required": false; }; "showBtnSaveToogle": { "alias": "showBtnSaveToogle"; "required": false; }; "txtBtnSaveToogle": { "alias": "txtBtnSaveToogle"; "required": false; }; "iconBtnSecundary": { "alias": "iconBtnSecundary"; "required": false; }; "showBtnSecundary": { "alias": "showBtnSecundary"; "required": false; }; "txtBtnSecundary": { "alias": "txtBtnSecundary"; "required": false; }; "colorBtnSecundary": { "alias": "colorBtnSecundary"; "required": false; }; "actionsToogle": { "alias": "actionsToogle"; "required": false; }; "iconBtnToogle": { "alias": "iconBtnToogle"; "required": false; }; "showBtnToogle": { "alias": "showBtnToogle"; "required": false; }; "txtBtnToogle": { "alias": "txtBtnToogle"; "required": false; }; "classBtnToogle": { "alias": "classBtnToogle"; "required": false; }; "disableBtnSair": { "alias": "disableBtnSair"; "required": false; }; }, { "onSave": "onSave"; "onCancel": "onCancel"; "onClickSecundary": "onClickSecundary"; }, never, ["*"], false, never>;
|
|
100
102
|
}
|