keevo-components 2.0.275 → 2.0.277
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-inputs/kv-editor/kv-editor.component.mjs +49 -1
- package/esm2022/lib/components/kv-inputs/kv-editor/services/kv-editor-quill.service.mjs +26 -1
- package/esm2022/lib/components/kv-instruction-page/kv-instruction-page.component.mjs +57 -11
- package/fesm2022/keevo-components.mjs +128 -7
- package/fesm2022/keevo-components.mjs.map +1 -1
- package/lib/components/kv-button/kv-button.component.d.ts +1 -1
- package/lib/components/kv-icon/kv-icon.component.d.ts +2 -2
- package/lib/components/kv-instruction-page/kv-instruction-page.component.d.ts +13 -4
- package/lib/components/kv-progress-bar-new/kv-progress-bar-new.component.d.ts +1 -1
- package/lib/components/kv-table-edit/kv-table-edit.component.d.ts +1 -1
- package/lib/components/kv-tag/kv-tag.component.d.ts +1 -1
- package/lib/components/kv-widget-card/kv-widget-card.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ export declare class KvButtonComponent {
|
|
|
9
9
|
severity: import("@angular/core").InputSignal<"primary" | "secondary" | "tertiary" | "danger">;
|
|
10
10
|
size: import("@angular/core").InputSignal<"small" | "normal" | "large">;
|
|
11
11
|
icon: import("@angular/core").ModelSignal<string>;
|
|
12
|
-
iconPosition: import("@angular/core").InputSignal<"
|
|
12
|
+
iconPosition: import("@angular/core").InputSignal<"left" | "right">;
|
|
13
13
|
label: import("@angular/core").InputSignal<string>;
|
|
14
14
|
disabled: import("@angular/core").InputSignal<boolean>;
|
|
15
15
|
onClick: import("@angular/core").OutputEmitterRef<any>;
|
|
@@ -16,8 +16,8 @@ import * as i0 from "@angular/core";
|
|
|
16
16
|
export declare class KvIconComponent {
|
|
17
17
|
icon: import("@angular/core").InputSignal<string>;
|
|
18
18
|
shape: import("@angular/core").InputSignal<"circle" | "square" | "hexagon">;
|
|
19
|
-
severity: import("@angular/core").InputSignal<"info" | "success" | "warning" | "danger" | "
|
|
20
|
-
size: import("@angular/core").InputSignal<"
|
|
19
|
+
severity: import("@angular/core").InputSignal<"info" | "success" | "warning" | "danger" | "system" | "contrast">;
|
|
20
|
+
size: import("@angular/core").InputSignal<"small" | "large" | "medium">;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvIconComponent, never>;
|
|
22
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<KvIconComponent, "kv-icon", never, { "icon": { "alias": "icon"; "required": true; "isSignal": true; }; "shape": { "alias": "shape"; "required": true; "isSignal": true; }; "severity": { "alias": "severity"; "required": true; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
23
23
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
1
2
|
import { ButtonModel } from '../../api/components/button/button.model';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class KvInstructionPageComponent {
|
|
4
|
+
export declare class KvInstructionPageComponent implements OnInit {
|
|
4
5
|
actions: import("@angular/core").InputSignal<ButtonModel[]>;
|
|
5
6
|
camposObrigatorios: import("@angular/core").InputSignal<boolean>;
|
|
7
|
+
startExpanded: import("@angular/core").InputSignal<boolean>;
|
|
6
8
|
whiteCard: import("@angular/core").InputSignal<{
|
|
7
9
|
title: string;
|
|
8
10
|
icon: string;
|
|
@@ -13,8 +15,15 @@ export declare class KvInstructionPageComponent {
|
|
|
13
15
|
icon: string;
|
|
14
16
|
height: number;
|
|
15
17
|
} | undefined>;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
+
isMobile: import("@angular/core").WritableSignal<boolean>;
|
|
19
|
+
private userToggledPanel;
|
|
20
|
+
ngOnInit(): void;
|
|
21
|
+
onResize(): void;
|
|
22
|
+
private checkMobileState;
|
|
23
|
+
isPanelExpanded: import("@angular/core").Signal<boolean>;
|
|
24
|
+
togglePanel(): void;
|
|
25
|
+
mainContentWidth: import("@angular/core").Signal<"100%" | "0%" | "calc(75% - 0.25rem)">;
|
|
26
|
+
panelWidth: import("@angular/core").Signal<"100%" | "0%" | "calc(25% - 0.25rem)">;
|
|
18
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvInstructionPageComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KvInstructionPageComponent, "kv-instruction-page", never, { "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "camposObrigatorios": { "alias": "camposObrigatorios"; "required": false; "isSignal": true; }; "whiteCard": { "alias": "whiteCard"; "required": false; "isSignal": true; }; "blackCard": { "alias": "blackCard"; "required": false; "isSignal": true; }; }, {}, never, ["[main-content]", "[white-card-content]", "[black-card-content]"
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KvInstructionPageComponent, "kv-instruction-page", never, { "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "camposObrigatorios": { "alias": "camposObrigatorios"; "required": false; "isSignal": true; }; "startExpanded": { "alias": "startExpanded"; "required": false; "isSignal": true; }; "whiteCard": { "alias": "whiteCard"; "required": false; "isSignal": true; }; "blackCard": { "alias": "blackCard"; "required": false; "isSignal": true; }; }, {}, never, ["[main-content]", "[white-card-content]", "[black-card-content]"], true, never>;
|
|
20
29
|
}
|
|
@@ -2,7 +2,7 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class KvProgressBarNewComponent {
|
|
3
3
|
currentProgress: import("@angular/core").InputSignal<number>;
|
|
4
4
|
totalProgress: import("@angular/core").InputSignal<number>;
|
|
5
|
-
size: import("@angular/core").InputSignal<"
|
|
5
|
+
size: import("@angular/core").InputSignal<"small" | "large" | "medium">;
|
|
6
6
|
percentage: import("@angular/core").Signal<string | 0>;
|
|
7
7
|
setSize: import("@angular/core").Signal<"xs" | "sm" | "md">;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvProgressBarNewComponent, never>;
|
|
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
export declare class KvTableEditComponent extends BasecomponentTable implements OnInit, OnChanges {
|
|
11
11
|
config: TableEditConfig;
|
|
12
12
|
enableSizes: import("@angular/core").InputSignal<boolean>;
|
|
13
|
-
editMode: import("@angular/core").InputSignal<"
|
|
13
|
+
editMode: import("@angular/core").InputSignal<"row" | "cell">;
|
|
14
14
|
hideBtnEdit: import("@angular/core").InputSignal<boolean>;
|
|
15
15
|
enableDisplayMode: import("@angular/core").InputSignal<boolean>;
|
|
16
16
|
private itemsParaSalvamento;
|
|
@@ -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" | "danger" | "system" | "contrast">;
|
|
4
4
|
border: import("@angular/core").InputSignal<boolean>;
|
|
5
5
|
color: import("@angular/core").InputSignal<string | null>;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvTagComponent, never>;
|
|
@@ -19,7 +19,7 @@ export declare class KvWidgetCardComponent {
|
|
|
19
19
|
* Define a cor do ícone do card.
|
|
20
20
|
* @required
|
|
21
21
|
*/
|
|
22
|
-
iconSeverity: import("@angular/core").InputSignal<"info" | "success" | "warning" | "danger" | "
|
|
22
|
+
iconSeverity: import("@angular/core").InputSignal<"info" | "success" | "warning" | "danger" | "system" | "contrast">;
|
|
23
23
|
/**
|
|
24
24
|
* Título do card.
|
|
25
25
|
* @required
|