keevo-components 1.8.176 → 1.8.177
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.
- package/esm2022/lib/components/kv-page-form/kv-page-form.component.mjs +25 -10
- package/esm2022/lib/components/kv-page-stepper/kv-page-stepper.component.mjs +3 -3
- package/esm2022/lib/components/kv-table/kv-table.component.mjs +3 -3
- package/esm2022/lib/components/kv-tree-table/kv-tree-table.component.mjs +3 -3
- package/fesm2022/keevo-components.mjs +28 -14
- package/fesm2022/keevo-components.mjs.map +1 -1
- package/lib/components/kv-page-form/kv-page-form.component.d.ts +13 -3
- package/package.json +1 -1
|
@@ -40,6 +40,13 @@ export declare class KvPageFormComponent implements OnInit {
|
|
|
40
40
|
iconBtnSaveToogle: string;
|
|
41
41
|
showBtnSaveToogle: boolean;
|
|
42
42
|
txtBtnSaveToogle: string;
|
|
43
|
+
/**
|
|
44
|
+
* Botão genérico 'Secundary'
|
|
45
|
+
*/
|
|
46
|
+
iconBtnSecundary: string;
|
|
47
|
+
showBtnSecundary: boolean;
|
|
48
|
+
txtBtnSecundary: string;
|
|
49
|
+
colorBtnSecundary: string;
|
|
43
50
|
/**
|
|
44
51
|
* Botão genérico com opções
|
|
45
52
|
*/
|
|
@@ -47,8 +54,6 @@ export declare class KvPageFormComponent implements OnInit {
|
|
|
47
54
|
iconBtnToogle: string;
|
|
48
55
|
showBtnToogle: boolean;
|
|
49
56
|
txtBtnToogle: string;
|
|
50
|
-
disableBtnToogle: boolean;
|
|
51
|
-
positionBtnToogle: string;
|
|
52
57
|
classBtnToogle: string;
|
|
53
58
|
/**
|
|
54
59
|
* Botão fechar
|
|
@@ -62,6 +67,10 @@ export declare class KvPageFormComponent implements OnInit {
|
|
|
62
67
|
* Cancelar
|
|
63
68
|
*/
|
|
64
69
|
onCancel: EventEmitter<any>;
|
|
70
|
+
/**
|
|
71
|
+
* Ação do botão Secundary
|
|
72
|
+
*/
|
|
73
|
+
onClickSecundary: EventEmitter<any>;
|
|
65
74
|
constructor(fb: FormBuilder);
|
|
66
75
|
/**
|
|
67
76
|
* Adiciona sub-título à tela
|
|
@@ -78,10 +87,11 @@ export declare class KvPageFormComponent implements OnInit {
|
|
|
78
87
|
* @param event evento
|
|
79
88
|
*/
|
|
80
89
|
save(event: Event): void;
|
|
90
|
+
actionSecundary(event: Event): void;
|
|
81
91
|
/**
|
|
82
92
|
* Ajusta o tamanho da tela considerando o menu lateral
|
|
83
93
|
*/
|
|
84
94
|
setPageFormContainerAttributes(): void;
|
|
85
95
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvPageFormComponent, never>;
|
|
86
|
-
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; }; "
|
|
96
|
+
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>;
|
|
87
97
|
}
|