appproject-components 1.0.21 → 1.0.23
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/buttons/btn-action/btn-action.component.mjs +3 -3
- package/esm2022/lib/buttons/btn-cancelar/btn-cancelar.component.mjs +3 -3
- package/esm2022/lib/buttons/btn-excluir/btn-excluir.component.mjs +3 -3
- package/esm2022/lib/buttons/btn-novo/btn-novo.component.mjs +3 -3
- package/esm2022/lib/buttons/btn-salvar/btn-salvar.component.mjs +3 -3
- package/esm2022/lib/entity-edit/entity-edit.component.mjs +12 -5
- package/esm2022/lib/input-area/input-area.component.mjs +2 -2
- package/esm2022/lib/input-cep/input-cep.component.mjs +2 -2
- package/esm2022/lib/input-checkbox/input-checkbox.component.mjs +2 -2
- package/esm2022/lib/input-format/input-format.component.mjs +2 -2
- package/esm2022/lib/input-pesquisa/input-pesquisa.component.mjs +2 -2
- package/esm2022/lib/input-radio/input-radio.component.mjs +2 -2
- package/esm2022/lib/input-select/input-select.component.mjs +2 -2
- package/esm2022/lib/input-text/input-text.component.mjs +17 -5
- package/esm2022/lib/input-valor/input-valor.component.mjs +2 -2
- package/fesm2022/appproject-components.mjs +49 -31
- package/fesm2022/appproject-components.mjs.map +1 -1
- package/lib/buttons/btn-action/btn-action.component.d.ts +1 -1
- package/lib/buttons/btn-cancelar/btn-cancelar.component.d.ts +1 -1
- package/lib/buttons/btn-excluir/btn-excluir.component.d.ts +1 -1
- package/lib/buttons/btn-novo/btn-novo.component.d.ts +1 -1
- package/lib/buttons/btn-salvar/btn-salvar.component.d.ts +1 -1
- package/lib/entity-edit/entity-edit.component.d.ts +3 -1
- package/lib/input-text/input-text.component.d.ts +6 -2
- package/package.json +1 -1
|
@@ -17,5 +17,5 @@ export declare class BtnActionComponent extends BaseBtnComponent implements OnIn
|
|
|
17
17
|
constructor();
|
|
18
18
|
ngOnInit(): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<BtnActionComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BtnActionComponent, "
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BtnActionComponent, "kb-btn-action", never, { "title": { "alias": "title"; "required": false; }; "color": { "alias": "color"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSrc": { "alias": "iconSrc"; "required": false; }; "imgSrc": { "alias": "imgSrc"; "required": false; }; "boxColor": { "alias": "boxColor"; "required": false; }; "btnMargin": { "alias": "btnMargin"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "iconStyle": { "alias": "iconStyle"; "required": false; }; "titleStyle": { "alias": "titleStyle"; "required": false; }; }, {}, never, never, false, never>;
|
|
21
21
|
}
|
|
@@ -6,5 +6,5 @@ export declare class BtnCancelarComponent extends BaseBtnComponent implements On
|
|
|
6
6
|
title: string;
|
|
7
7
|
constructor();
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<BtnCancelarComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BtnCancelarComponent, "
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BtnCancelarComponent, "kb-btn-cancelar", never, { "icon": { "alias": "icon"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -8,5 +8,5 @@ export declare class BtnExcluirComponent extends BaseBtnComponent implements OnI
|
|
|
8
8
|
title: string;
|
|
9
9
|
constructor();
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<BtnExcluirComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BtnExcluirComponent, "
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BtnExcluirComponent, "kb-btn-excluir", never, { "type": { "alias": "type"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
12
|
}
|
|
@@ -9,5 +9,5 @@ export declare class BtnNovoComponent extends BaseBtnComponent implements OnInit
|
|
|
9
9
|
imgSrc: string;
|
|
10
10
|
constructor();
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<BtnNovoComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BtnNovoComponent, "
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BtnNovoComponent, "kb-btn-novo", never, { "title": { "alias": "title"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSrc": { "alias": "iconSrc"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "imgSrc": { "alias": "imgSrc"; "required": false; }; }, {}, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -5,5 +5,5 @@ export declare class BtnSalvarComponent extends BaseBtnComponent implements OnIn
|
|
|
5
5
|
btnMargin: string;
|
|
6
6
|
constructor();
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<BtnSalvarComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BtnSalvarComponent, "
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BtnSalvarComponent, "kb-btn-salvar", never, { "btnMargin": { "alias": "btnMargin"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -11,10 +11,12 @@ export declare class EntityEditComponent<T extends BaseModel> implements OnInit
|
|
|
11
11
|
campos: HtmlRow[];
|
|
12
12
|
entidadeForm: FormGroup;
|
|
13
13
|
validation_messages: any;
|
|
14
|
+
itemClass: string;
|
|
15
|
+
rowClass: string;
|
|
14
16
|
constructor(ngZone: NgZone);
|
|
15
17
|
ngOnInit(): void;
|
|
16
18
|
getEntidadeCampos(): void;
|
|
17
19
|
emptyHandler(): void;
|
|
18
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<EntityEditComponent<any>, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EntityEditComponent<any>, "kb-entity-edit", never, { "entidade": { "alias": "entidade"; "required": false; }; "campos": { "alias": "campos"; "required": false; }; "entidadeForm": { "alias": "entidadeForm"; "required": false; }; "validation_messages": { "alias": "validation_messages"; "required": false; }; }, {}, never, never, false, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EntityEditComponent<any>, "kb-entity-edit", never, { "entidade": { "alias": "entidade"; "required": false; }; "campos": { "alias": "campos"; "required": false; }; "entidadeForm": { "alias": "entidadeForm"; "required": false; }; "validation_messages": { "alias": "validation_messages"; "required": false; }; "itemClass": { "alias": "itemClass"; "required": false; }; "rowClass": { "alias": "rowClass"; "required": false; }; }, {}, never, never, false, never>;
|
|
20
22
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { BaseInputComponent } from '../baseInputComponent';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -8,6 +8,9 @@ export declare class InputTextComponent extends BaseInputComponent implements On
|
|
|
8
8
|
inputTextEdit: any;
|
|
9
9
|
campoFoco: string;
|
|
10
10
|
showSeePassword: boolean;
|
|
11
|
+
showCustomAction: boolean;
|
|
12
|
+
customActionButton: string;
|
|
13
|
+
customActionClick: EventEmitter<any>;
|
|
11
14
|
data: string | undefined;
|
|
12
15
|
private onChange;
|
|
13
16
|
private onTouch;
|
|
@@ -24,6 +27,7 @@ export declare class InputTextComponent extends BaseInputComponent implements On
|
|
|
24
27
|
isReadonly(): boolean;
|
|
25
28
|
changeTypeOfInput(): void;
|
|
26
29
|
setFocus(): void;
|
|
30
|
+
customClick(): void;
|
|
27
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputTextComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputTextComponent, "kb-input-text", never, { "iconInput": { "alias": "iconInput"; "required": false; }; "inputSpanAfter": { "alias": "inputSpanAfter"; "required": false; }; "campoFoco": { "alias": "campoFoco"; "required": false; }; }, {}, never, never, false, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputTextComponent, "kb-input-text", never, { "iconInput": { "alias": "iconInput"; "required": false; }; "inputSpanAfter": { "alias": "inputSpanAfter"; "required": false; }; "campoFoco": { "alias": "campoFoco"; "required": false; }; "showCustomAction": { "alias": "showCustomAction"; "required": false; }; "customActionButton": { "alias": "customActionButton"; "required": false; }; }, { "customActionClick": "customActionClick"; }, never, never, false, never>;
|
|
29
33
|
}
|