keevo-components 2.0.73 → 2.0.75
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-avatar/kv-avatar.component.mjs +2 -2
- package/esm2022/lib/components/kv-button/kv-button.component.mjs +2 -2
- package/esm2022/lib/components/kv-buttons/kv-button-popup/kv-button-popup.component.mjs +2 -2
- package/esm2022/lib/components/kv-chart/kv-chart.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-check/kv-check.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-dropdown/kv-dropdown.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-editor/kv-editor.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-input-calendar/kv-input-calendar.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-input-mask/kv-input-mask.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-input-number/kv-input-number.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-input-number-addon/kv-input-number-addon.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-input-password/kv-input-password.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-input-text/kv-input-text.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-input-text-addon/kv-input-text-addon.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-input-text-checkbox/kv-input-text-checkbox.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-input-textarea/kv-input-textarea.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-input-time/kv-input-time.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-multi-select/kv-multi-select.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-radio-group/kv-radio-group.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-switch/kv-switch.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-tree-multi-select/kv-tree-multi-select.component.mjs +2 -2
- package/esm2022/lib/components/kv-layout/layout/kv-layout.component.mjs +2 -2
- package/esm2022/lib/components/kv-page-form/kv-page-form.component.mjs +15 -40
- package/esm2022/lib/components/kv-page-stepper/kv-page-stepper.component.mjs +2 -2
- package/esm2022/lib/components/kv-pick-list/kv-pick-list.component.mjs +2 -2
- package/esm2022/lib/components/kv-stepper/kv-stepper.component.mjs +2 -2
- package/fesm2022/keevo-components.mjs +63 -88
- package/fesm2022/keevo-components.mjs.map +1 -1
- package/lib/components/kv-buttons/kv-button-popup/kv-button-popup.component.d.ts +1 -1
- package/lib/components/kv-page-form/kv-page-form.component.d.ts +1 -7
- package/lib/components/kv-tag/kv-tag.component.d.ts +1 -1
- package/package.json +1 -1
- package/src/lib/components/keevo-components-styles.scss +3 -3
|
@@ -8,7 +8,7 @@ export declare class KvButtonPopupComponent extends BaseComponentButton {
|
|
|
8
8
|
items: MenuItem[];
|
|
9
9
|
classBtn: string;
|
|
10
10
|
size: import("@angular/core").InputSignal<"small" | "normal" | "large">;
|
|
11
|
-
type: import("@angular/core").InputSignal<"
|
|
11
|
+
type: import("@angular/core").InputSignal<"text" | "normal" | "outline">;
|
|
12
12
|
icon: string;
|
|
13
13
|
constructor();
|
|
14
14
|
handleShow(): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { 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";
|
|
@@ -76,8 +76,6 @@ export declare class KvPageFormComponent implements OnInit {
|
|
|
76
76
|
*/
|
|
77
77
|
onClickSecundary: EventEmitter<any>;
|
|
78
78
|
private readonly resizeObserver;
|
|
79
|
-
pageContainer: import("@angular/core").Signal<ElementRef<any> | undefined>;
|
|
80
|
-
pageContentHeight: import("@angular/core").WritableSignal<number>;
|
|
81
79
|
constructor(fb: FormBuilder);
|
|
82
80
|
ngOnInit(): void;
|
|
83
81
|
/**
|
|
@@ -95,10 +93,6 @@ export declare class KvPageFormComponent implements OnInit {
|
|
|
95
93
|
*/
|
|
96
94
|
save(event: Event): void;
|
|
97
95
|
actionSecundary(event: Event): void;
|
|
98
|
-
/**
|
|
99
|
-
* Ajusta o tamanho da tela considerando o menu lateral
|
|
100
|
-
*/
|
|
101
|
-
setWidthBar(): void;
|
|
102
96
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvPageFormComponent, never>;
|
|
103
97
|
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; }; "showMessageCamposObrigatorios": { "alias": "showMessageCamposObrigatorios"; "required": false; }; }, { "onSave": "onSave"; "onCancel": "onCancel"; "onClickSecundary": "onClickSecundary"; }, never, ["*"], false, never>;
|
|
104
98
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class KvTagComponent {
|
|
3
|
-
severity: import("@angular/core").InputSignal<"
|
|
3
|
+
severity: import("@angular/core").InputSignal<"warn" | "info" | "success" | "system" | "danger" | "contrast">;
|
|
4
4
|
border: import("@angular/core").InputSignal<boolean>;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvTagComponent, never>;
|
|
6
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<KvTagComponent, "kv-tag", never, { "severity": { "alias": "severity"; "required": false; "isSignal": true; }; "border": { "alias": "border"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
package/package.json
CHANGED
|
@@ -183,9 +183,9 @@ $font-family-keevo: "Inter", "Inter var", sans-serif;
|
|
|
183
183
|
border-bottom: 1px solid rgb(var(--kv-color-text), 0.15);
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
-
::ng-deep .p-dialog .p-dialog-content {
|
|
187
|
-
|
|
188
|
-
}
|
|
186
|
+
// ::ng-deep .p-dialog .p-dialog-content {
|
|
187
|
+
// padding-top: 1rem;
|
|
188
|
+
// }
|
|
189
189
|
|
|
190
190
|
::ng-deep .p-dialog {
|
|
191
191
|
min-width: 320px;
|