keevo-components 1.8.535 → 1.8.537
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/api/services/image.cutter.service.mjs +2 -2
- package/esm2022/lib/components/keevo-components.module.mjs +14 -7
- package/esm2022/lib/components/kv-avatar/kv-avatar.component.mjs +4 -4
- package/esm2022/lib/components/kv-button/kv-button.component.mjs +4 -3
- package/esm2022/lib/components/kv-buttons/kv-button-popup/kv-button-popup.component.mjs +2 -2
- package/esm2022/lib/components/kv-card-selection/kv-card-selection.component.mjs +3 -3
- package/esm2022/lib/components/kv-carousel/kv-carousel.component.mjs +3 -3
- package/esm2022/lib/components/kv-chart/kv-chart.component.mjs +2 -2
- package/esm2022/lib/components/kv-file-upload/kv-file-upload.component.mjs +7 -19
- package/esm2022/lib/components/kv-home-card/kv-home-card.component.mjs +1 -1
- package/esm2022/lib/components/kv-icon/kv-icon.component.mjs +31 -0
- package/esm2022/lib/components/kv-icon/kv-icon.module.mjs +24 -0
- 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 +5 -5
- 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-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-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/dropdown-master/dropdown-master.component.mjs +5 -4
- package/esm2022/lib/components/kv-layout/kv-layout.module.mjs +22 -4
- package/esm2022/lib/components/kv-layout/layout/kv-layout.component.mjs +115 -51
- package/esm2022/lib/components/kv-layout/top-icons/top-icons.component.mjs +18 -0
- package/esm2022/lib/components/kv-modal/kv-modal.component.mjs +1 -1
- package/esm2022/lib/components/kv-orgchart/kv-orgchart.component.mjs +1 -1
- package/esm2022/lib/components/kv-page-form/kv-page-form.component.mjs +1 -1
- package/esm2022/lib/components/kv-page-stepper/kv-page-stepper.component.mjs +6 -8
- package/esm2022/lib/components/kv-page-stepper/kv-page-stepper.module.mjs +8 -4
- package/esm2022/lib/components/kv-pick-list/kv-pick-list.component.mjs +3 -15
- package/esm2022/lib/components/kv-stepper/kv-stepper.component.mjs +5 -7
- package/esm2022/lib/components/kv-stepper/kv-stepper.module.mjs +11 -4
- package/esm2022/lib/components/kv-table/kv-table.component.mjs +1 -1
- package/esm2022/lib/components/kv-table-edit/kv-table-edit.component.mjs +1 -1
- package/esm2022/lib/components/kv-table-expandable/kv-table-expandable.component.mjs +1 -1
- package/esm2022/lib/components/kv-tree-table/kv-tree-table.component.mjs +1 -1
- package/esm2022/lib/components/kv-workspace/empresa/kv-workspace-empresa.component.mjs +4 -44
- package/esm2022/lib/components/kv-workspace/kv-workspace.module.mjs +12 -4
- package/esm2022/lib/components/kv-workspace/master/kv-workspace-master.component.mjs +20 -5
- package/esm2022/lib/components/kv-workspace/workspace/kv-workspace.component.mjs +30 -17
- package/esm2022/public-api.mjs +6 -1
- package/fesm2022/keevo-components.mjs +339 -215
- package/fesm2022/keevo-components.mjs.map +1 -1
- package/lib/components/keevo-components.module.d.ts +3 -2
- package/lib/components/kv-button/kv-button.component.d.ts +3 -2
- package/lib/components/kv-icon/kv-icon.component.d.ts +15 -0
- package/lib/components/kv-icon/kv-icon.module.d.ts +8 -0
- package/lib/components/kv-layout/kv-layout.module.d.ts +7 -4
- package/lib/components/kv-layout/layout/kv-layout.component.d.ts +48 -34
- package/lib/components/kv-layout/top-icons/top-icons.component.d.ts +15 -0
- package/lib/components/kv-page-stepper/kv-page-stepper.module.d.ts +2 -1
- package/lib/components/kv-pick-list/kv-pick-list.component.d.ts +1 -5
- package/lib/components/kv-stepper/kv-stepper.module.d.ts +2 -1
- package/lib/components/kv-table/kv-table.component.d.ts +1 -1
- package/lib/components/kv-table-expandable/kv-table-expandable.component.d.ts +1 -1
- package/lib/components/kv-workspace/empresa/kv-workspace-empresa.component.d.ts +2 -9
- package/lib/components/kv-workspace/kv-workspace.module.d.ts +3 -1
- package/lib/components/kv-workspace/master/kv-workspace-master.component.d.ts +8 -1
- package/lib/components/kv-workspace/workspace/kv-workspace.component.d.ts +13 -5
- package/package.json +1 -1
- package/public-api.d.ts +5 -0
- package/src/assets/images/LogoEvo.png +0 -0
- package/src/assets/images/LogoPequenaEvo.png +0 -0
- package/src/assets/images/background.png +0 -0
- package/src/assets/images/keepass-logo.png +0 -0
- package/src/assets/images/keepass-logo.svg +74 -0
- package/src/assets/images/keevo-logo.png +0 -0
- package/src/assets/images/logokeevo_2.png +0 -0
- package/src/lib/components/keevo-components-styles.scss +59 -3
- package/src/lib/components/kv-button/kv-button.component.scss +145 -0
|
@@ -26,9 +26,10 @@ import * as i24 from "./kv-file-viewer/kv-file-viewer.module";
|
|
|
26
26
|
import * as i25 from "./kv-file-viewer-novo/kv-file-viewer-novo.module";
|
|
27
27
|
import * as i26 from "./kv-filter-fieldset/kv-filter-fieldset.module";
|
|
28
28
|
import * as i27 from "./kv-card-selection/kv-card-selection.module";
|
|
29
|
-
import * as i28 from "./kv-
|
|
29
|
+
import * as i28 from "./kv-icon/kv-icon.module";
|
|
30
|
+
import * as i29 from "./kv-table-edit/kv-table-edit.module";
|
|
30
31
|
export declare class KeevoComponentsModule {
|
|
31
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<KeevoComponentsModule, never>;
|
|
32
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KeevoComponentsModule, never, [typeof i1.KvAvatarModule, typeof i2.KvButtonsModule, typeof i3.KvButtonModule, typeof i4.KvCarouselModule, typeof i5.KvChartModule, typeof i6.KvInputsModule, typeof i7.KvLoaderModule, typeof i8.KvLoginModule, typeof i9.KvLayoutModule, typeof i10.KvModalModule, typeof i11.KvOrgchartModule, typeof i12.KvPageFormModule, typeof i13.KvPickListModule, typeof i14.KvProgressBarModule, typeof i15.KvTableModule, typeof i16.KvTreetableModule, typeof i17.KvtreeViewModule, typeof i18.KvWorkspaceModule, typeof i19.KvStepperModule, typeof i20.KvImageUploadModule, typeof i21.KvTableExpandableModule, typeof i22.KvGIconModule, typeof i23.KvFilterCardModule, typeof i24.KvFileViewerModule, typeof i25.KvFileViewerNovoModule, typeof i26.KvFilterFieldsetModule, typeof i27.KvCardSelectionModule], [typeof i1.KvAvatarModule, typeof i2.KvButtonsModule, typeof i3.KvButtonModule, typeof i4.KvCarouselModule, typeof i5.KvChartModule, typeof i6.KvInputsModule, typeof i7.KvLoaderModule, typeof i8.KvLoginModule, typeof i9.KvLayoutModule, typeof i10.KvModalModule, typeof i11.KvOrgchartModule, typeof i12.KvPageFormModule, typeof i13.KvPickListModule, typeof i14.KvProgressBarModule, typeof
|
|
33
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KeevoComponentsModule, never, [typeof i1.KvAvatarModule, typeof i2.KvButtonsModule, typeof i3.KvButtonModule, typeof i4.KvCarouselModule, typeof i5.KvChartModule, typeof i6.KvInputsModule, typeof i7.KvLoaderModule, typeof i8.KvLoginModule, typeof i9.KvLayoutModule, typeof i10.KvModalModule, typeof i11.KvOrgchartModule, typeof i12.KvPageFormModule, typeof i13.KvPickListModule, typeof i14.KvProgressBarModule, typeof i15.KvTableModule, typeof i16.KvTreetableModule, typeof i17.KvtreeViewModule, typeof i18.KvWorkspaceModule, typeof i19.KvStepperModule, typeof i20.KvImageUploadModule, typeof i21.KvTableExpandableModule, typeof i22.KvGIconModule, typeof i23.KvFilterCardModule, typeof i24.KvFileViewerModule, typeof i25.KvFileViewerNovoModule, typeof i26.KvFilterFieldsetModule, typeof i27.KvCardSelectionModule, typeof i28.KvIconModule], [typeof i1.KvAvatarModule, typeof i2.KvButtonsModule, typeof i3.KvButtonModule, typeof i4.KvCarouselModule, typeof i5.KvChartModule, typeof i6.KvInputsModule, typeof i7.KvLoaderModule, typeof i8.KvLoginModule, typeof i9.KvLayoutModule, typeof i10.KvModalModule, typeof i11.KvOrgchartModule, typeof i12.KvPageFormModule, typeof i13.KvPickListModule, typeof i14.KvProgressBarModule, typeof i29.KvTableEditModule, typeof i15.KvTableModule, typeof i16.KvTreetableModule, typeof i17.KvtreeViewModule, typeof i18.KvWorkspaceModule, typeof i19.KvStepperModule, typeof i20.KvImageUploadModule, typeof i21.KvTableExpandableModule, typeof i22.KvGIconModule, typeof i23.KvFilterCardModule, typeof i24.KvFileViewerModule, typeof i26.KvFilterFieldsetModule, typeof i25.KvFileViewerNovoModule, typeof i27.KvCardSelectionModule, typeof i28.KvIconModule]>;
|
|
33
34
|
static ɵinj: i0.ɵɵInjectorDeclaration<KeevoComponentsModule>;
|
|
34
35
|
}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class KvButtonComponent {
|
|
3
3
|
fullWidth: import("@angular/core").InputSignal<boolean>;
|
|
4
|
-
type: import("@angular/core").InputSignal<"
|
|
4
|
+
type: import("@angular/core").InputSignal<"text" | "outline" | undefined>;
|
|
5
5
|
loading: import("@angular/core").InputSignal<boolean>;
|
|
6
6
|
severity: import("@angular/core").InputSignal<"primary" | "secondary" | "tertiary">;
|
|
7
7
|
size: import("@angular/core").InputSignal<"small" | "normal" | "large">;
|
|
8
8
|
icon: import("@angular/core").InputSignal<string>;
|
|
9
|
+
iconPosition: import("@angular/core").InputSignal<"left" | "right">;
|
|
9
10
|
label: import("@angular/core").InputSignal<string>;
|
|
10
11
|
disabled: import("@angular/core").InputSignal<boolean>;
|
|
11
12
|
onClick: import("@angular/core").OutputEmitterRef<any>;
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvButtonComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KvButtonComponent, "kv-button", never, { "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "severity": { "alias": "severity"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "onClick": "onClick"; }, never, never, false, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KvButtonComponent, "kv-button", never, { "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "severity": { "alias": "severity"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconPosition": { "alias": "iconPosition"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "onClick": "onClick"; }, never, never, false, never>;
|
|
14
15
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class KvIconComponent {
|
|
4
|
+
name: import("@angular/core").InputSignal<string | undefined>;
|
|
5
|
+
size: import("@angular/core").InputSignal<string>;
|
|
6
|
+
numNotifications: import("@angular/core").InputSignal<number>;
|
|
7
|
+
onClick: import("@angular/core").OutputEmitterRef<EventEmitter<any>>;
|
|
8
|
+
img: import("@angular/core").InputSignal<string | undefined>;
|
|
9
|
+
clickable: import("@angular/core").InputSignal<boolean>;
|
|
10
|
+
library: import("@angular/core").WritableSignal<"tabler" | "google">;
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
click(e: any): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KvIconComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KvIconComponent, "kv-icon", never, { "name": { "alias": "name"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "numNotifications": { "alias": "numNotifications"; "required": false; "isSignal": true; }; "img": { "alias": "img"; "required": false; "isSignal": true; }; "clickable": { "alias": "clickable"; "required": false; "isSignal": true; }; }, { "onClick": "onClick"; }, never, never, false, never>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./kv-icon.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class KvIconModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KvIconModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KvIconModule, [typeof i1.KvIconComponent], [typeof i2.CommonModule], [typeof i1.KvIconComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<KvIconModule>;
|
|
8
|
+
}
|
|
@@ -4,11 +4,14 @@ import * as i2 from "./layout/kv-layout.component";
|
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "@angular/forms";
|
|
6
6
|
import * as i5 from "../kv-buttons/kv-button.module";
|
|
7
|
-
import * as i6 from "../kv-
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "
|
|
7
|
+
import * as i6 from "../kv-button/kv-button.module";
|
|
8
|
+
import * as i7 from "../kv-icon/kv-icon.module";
|
|
9
|
+
import * as i8 from "../kv-inputs/kv-inputs.module";
|
|
10
|
+
import * as i9 from "../../api/pipes/pipes.module";
|
|
11
|
+
import * as i10 from "../../api/modules/primeng.module";
|
|
12
|
+
import * as i11 from "./top-icons/top-icons.component";
|
|
10
13
|
export declare class KvLayoutModule {
|
|
11
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvLayoutModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KvLayoutModule, [typeof i1.DropdownMasterComponent, typeof i2.KvLayoutComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.KvButtonsModule, typeof i6.
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KvLayoutModule, [typeof i1.DropdownMasterComponent, typeof i2.KvLayoutComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.KvButtonsModule, typeof i6.KvButtonModule, typeof i7.KvIconModule, typeof i8.KvInputsModule, typeof i9.PipesModule, typeof i10.PrimeNgModule, typeof i4.ReactiveFormsModule, typeof i11.TopIconsComponent, typeof i6.KvButtonModule, typeof i10.PrimeNgModule], [typeof i2.KvLayoutComponent]>;
|
|
13
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<KvLayoutModule>;
|
|
14
17
|
}
|
|
@@ -1,9 +1,22 @@
|
|
|
1
1
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
2
|
-
import { ChangeDetectorRef, EventEmitter, OnChanges, OnInit, SimpleChanges,
|
|
2
|
+
import { ChangeDetectorRef, EventEmitter, OnChanges, OnInit, SimpleChanges, WritableSignal } from '@angular/core';
|
|
3
3
|
import { OverlayPanel } from 'primeng/overlaypanel';
|
|
4
|
-
import { Sidebar } from 'primeng/sidebar';
|
|
5
4
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
5
|
+
import { TopActionsModel } from '../top-icons/top-icons.component';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
export interface LayoutMenuItem {
|
|
8
|
+
idmenu: number;
|
|
9
|
+
idmenupai: number | null;
|
|
10
|
+
idaplicativo: number;
|
|
11
|
+
descricaomenu: string;
|
|
12
|
+
link: string | null;
|
|
13
|
+
icone: string | null;
|
|
14
|
+
indpublicado: boolean;
|
|
15
|
+
indmenupai: boolean;
|
|
16
|
+
listaidvisaomenu: number[];
|
|
17
|
+
bgColor?: string;
|
|
18
|
+
textColor?: string;
|
|
19
|
+
}
|
|
7
20
|
export declare class KvLayoutComponent implements OnInit, OnChanges {
|
|
8
21
|
private cdr;
|
|
9
22
|
private fb;
|
|
@@ -25,6 +38,29 @@ export declare class KvLayoutComponent implements OnInit, OnChanges {
|
|
|
25
38
|
label: string;
|
|
26
39
|
action: () => void;
|
|
27
40
|
}[];
|
|
41
|
+
/**
|
|
42
|
+
* Indica quais menus são visíveis no topo.
|
|
43
|
+
*
|
|
44
|
+
* @type {Array<{id: number, numNotifications?: number, action?: (e: any) => void}>}
|
|
45
|
+
*
|
|
46
|
+
* Opções disponíveis:
|
|
47
|
+
* - 2 - Kiara
|
|
48
|
+
* - 3 - Notificações
|
|
49
|
+
* - 4 - Tarefas
|
|
50
|
+
* - 5 - Comunicador
|
|
51
|
+
*
|
|
52
|
+
* @property {number} id - identificador do menu.
|
|
53
|
+
* @property {number} [numNotifications] - Número de notificações (opcional).
|
|
54
|
+
* @property {(e: any) => void} [action] - Ação do clique, que retorna o evento do clique (optional).
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
topMenusVisible: import("@angular/core").InputSignal<{
|
|
58
|
+
id: number;
|
|
59
|
+
numNotifications?: number | undefined;
|
|
60
|
+
action?: ((e: any) => void) | undefined;
|
|
61
|
+
}[]>;
|
|
62
|
+
topMenuOptions: TopActionsModel[];
|
|
63
|
+
profileImage: import("@angular/core").InputSignal<string>;
|
|
28
64
|
breadCrumbItems: {
|
|
29
65
|
label: string;
|
|
30
66
|
routerLink: string;
|
|
@@ -35,19 +71,9 @@ export declare class KvLayoutComponent implements OnInit, OnChanges {
|
|
|
35
71
|
nome: string;
|
|
36
72
|
idmasternome: string;
|
|
37
73
|
}[];
|
|
38
|
-
menus:
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
idaplicativo: number;
|
|
42
|
-
descricaomenu: string;
|
|
43
|
-
link: string | null;
|
|
44
|
-
icone: string | null;
|
|
45
|
-
indpublicado: boolean;
|
|
46
|
-
indmenupai: boolean;
|
|
47
|
-
listaidvisaomenu: number[];
|
|
48
|
-
bgColor?: string;
|
|
49
|
-
textColor?: string;
|
|
50
|
-
}[];
|
|
74
|
+
menus: import("@angular/core").ModelSignal<LayoutMenuItem[]>;
|
|
75
|
+
menuVisivel: WritableSignal<number | undefined>;
|
|
76
|
+
showMenuSistemas: WritableSignal<boolean>;
|
|
51
77
|
expandMenu: import("@angular/core").ModelSignal<boolean>;
|
|
52
78
|
logoMenuExpand: any;
|
|
53
79
|
logoMenuHide: any;
|
|
@@ -60,6 +86,7 @@ export declare class KvLayoutComponent implements OnInit, OnChanges {
|
|
|
60
86
|
showDropdownLicenca: boolean;
|
|
61
87
|
showMenu: boolean;
|
|
62
88
|
showTrocaEmpresa: boolean;
|
|
89
|
+
showBreadcrumb: boolean;
|
|
63
90
|
userName: string;
|
|
64
91
|
masterName: string;
|
|
65
92
|
empresaName: string;
|
|
@@ -71,9 +98,6 @@ export declare class KvLayoutComponent implements OnInit, OnChanges {
|
|
|
71
98
|
selectAppEmit: EventEmitter<number>;
|
|
72
99
|
navigateToDefaultRouteEmit: EventEmitter<any>;
|
|
73
100
|
meusDadosPanel: OverlayPanel;
|
|
74
|
-
sidebarRef: Sidebar;
|
|
75
|
-
sistemasPanel: OverlayPanel;
|
|
76
|
-
topMenuActions: import("@angular/core").Signal<readonly TemplateRef<any>[]>;
|
|
77
101
|
formGroup: FormGroup;
|
|
78
102
|
heightCard: number;
|
|
79
103
|
mouseOverFilhoIndex: any;
|
|
@@ -81,10 +105,12 @@ export declare class KvLayoutComponent implements OnInit, OnChanges {
|
|
|
81
105
|
widthCard: number;
|
|
82
106
|
widthPage: WritableSignal<number>;
|
|
83
107
|
constructor(cdr: ChangeDetectorRef, fb: FormBuilder, router: Router, activatedRoute: ActivatedRoute);
|
|
108
|
+
ngOnInit(): void;
|
|
109
|
+
processarMenus(): void;
|
|
84
110
|
accessKeePass(event: any): void;
|
|
85
111
|
adjustHeightCard(): number;
|
|
86
112
|
private adjustWidthCard;
|
|
87
|
-
callRoute(
|
|
113
|
+
callRoute(rota: any, expand?: boolean): void;
|
|
88
114
|
changeEmpresa(event: any): void;
|
|
89
115
|
changeLicense(event: any): void;
|
|
90
116
|
private verifyMenuBehavior;
|
|
@@ -96,28 +122,16 @@ export declare class KvLayoutComponent implements OnInit, OnChanges {
|
|
|
96
122
|
private navigateToMenu;
|
|
97
123
|
menuSelecionado: WritableSignal<any>;
|
|
98
124
|
ngOnChanges(changes: SimpleChanges): void;
|
|
99
|
-
ngOnInit(): void;
|
|
100
125
|
onWindowResize(): void;
|
|
101
126
|
isSelectedMenuPai(menu: any): boolean;
|
|
102
127
|
selecionarMenu(): void;
|
|
103
|
-
returnMenuChild(idmenu: number):
|
|
104
|
-
idmenu: number;
|
|
105
|
-
idmenupai: number | null;
|
|
106
|
-
idaplicativo: number;
|
|
107
|
-
descricaomenu: string;
|
|
108
|
-
link: string | null;
|
|
109
|
-
icone: string | null;
|
|
110
|
-
indpublicado: boolean;
|
|
111
|
-
indmenupai: boolean;
|
|
112
|
-
listaidvisaomenu: number[];
|
|
113
|
-
bgColor?: string | undefined;
|
|
114
|
-
textColor?: string | undefined;
|
|
115
|
-
}[];
|
|
128
|
+
returnMenuChild(idmenu: number): LayoutMenuItem[];
|
|
116
129
|
selectApp(idaplicativo: number): void;
|
|
117
130
|
showLicencas(): boolean;
|
|
118
131
|
toggleMenu(): void;
|
|
119
132
|
navigateToDefaultRoute(): void;
|
|
120
133
|
get exibirNomes(): string | false;
|
|
134
|
+
exibirMenuChild(event: any, index: number): void;
|
|
121
135
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvLayoutComponent, never>;
|
|
122
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KvLayoutComponent, "kv-layout", never, { "apps": { "alias": "apps"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "breadCrumbItems": { "alias": "breadCrumbItems"; "required": false; }; "masters": { "alias": "masters"; "required": false; }; "menus": { "alias": "menus"; "required": false; }; "expandMenu": { "alias": "expandMenu"; "required": false; "isSignal": true; }; "logoMenuExpand": { "alias": "logoMenuExpand"; "required": false; }; "logoMenuHide": { "alias": "logoMenuHide"; "required": false; }; "selectedApp": { "alias": "selectedApp"; "required": false; }; "selectedEmpresa": { "alias": "selectedEmpresa"; "required": false; }; "selectedMaster": { "alias": "selectedMaster"; "required": false; }; "showButtonApps": { "alias": "showButtonApps"; "required": false; }; "showButtonUser": { "alias": "showButtonUser"; "required": false; }; "showExpandMenu": { "alias": "showExpandMenu"; "required": false; }; "showDropdownLicenca": { "alias": "showDropdownLicenca"; "required": false; }; "showMenu": { "alias": "showMenu"; "required": false; }; "showTrocaEmpresa": { "alias": "showTrocaEmpresa"; "required": false; }; "userName": { "alias": "userName"; "required": false; }; "masterName": { "alias": "masterName"; "required": false; }; "empresaName": { "alias": "empresaName"; "required": false; }; }, { "expandMenu": "expandMenuChange"; "accessKeePassEmit": "accessKeePassEmit"; "changeEmpresaEmit": "changeEmpresaEmit"; "changeLicenseEmit": "changeLicenseEmit"; "expandMenuEmit": "expandMenuEmit"; "logoutEmit": "logoutEmit"; "selectAppEmit": "selectAppEmit"; "navigateToDefaultRouteEmit": "navigateToDefaultRouteEmit"; },
|
|
136
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KvLayoutComponent, "kv-layout", never, { "apps": { "alias": "apps"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "topMenusVisible": { "alias": "topMenusVisible"; "required": false; "isSignal": true; }; "profileImage": { "alias": "profileImage"; "required": false; "isSignal": true; }; "breadCrumbItems": { "alias": "breadCrumbItems"; "required": false; }; "masters": { "alias": "masters"; "required": false; }; "menus": { "alias": "menus"; "required": false; "isSignal": true; }; "expandMenu": { "alias": "expandMenu"; "required": false; "isSignal": true; }; "logoMenuExpand": { "alias": "logoMenuExpand"; "required": false; }; "logoMenuHide": { "alias": "logoMenuHide"; "required": false; }; "selectedApp": { "alias": "selectedApp"; "required": false; }; "selectedEmpresa": { "alias": "selectedEmpresa"; "required": false; }; "selectedMaster": { "alias": "selectedMaster"; "required": false; }; "showButtonApps": { "alias": "showButtonApps"; "required": false; }; "showButtonUser": { "alias": "showButtonUser"; "required": false; }; "showExpandMenu": { "alias": "showExpandMenu"; "required": false; }; "showDropdownLicenca": { "alias": "showDropdownLicenca"; "required": false; }; "showMenu": { "alias": "showMenu"; "required": false; }; "showTrocaEmpresa": { "alias": "showTrocaEmpresa"; "required": false; }; "showBreadcrumb": { "alias": "showBreadcrumb"; "required": false; }; "userName": { "alias": "userName"; "required": false; }; "masterName": { "alias": "masterName"; "required": false; }; "empresaName": { "alias": "empresaName"; "required": false; }; }, { "menus": "menusChange"; "expandMenu": "expandMenuChange"; "accessKeePassEmit": "accessKeePassEmit"; "changeEmpresaEmit": "changeEmpresaEmit"; "changeLicenseEmit": "changeLicenseEmit"; "expandMenuEmit": "expandMenuEmit"; "logoutEmit": "logoutEmit"; "selectAppEmit": "selectAppEmit"; "navigateToDefaultRouteEmit": "navigateToDefaultRouteEmit"; }, never, ["*"], false, never>;
|
|
123
137
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export interface TopActionsModel {
|
|
3
|
+
id: number;
|
|
4
|
+
visible: boolean;
|
|
5
|
+
icon?: string;
|
|
6
|
+
tooltip?: string;
|
|
7
|
+
numNotifications?: number;
|
|
8
|
+
img?: string;
|
|
9
|
+
action: (e: any) => void;
|
|
10
|
+
}
|
|
11
|
+
export declare class TopIconsComponent {
|
|
12
|
+
topActions: import("@angular/core").InputSignal<TopActionsModel[]>;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TopIconsComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TopIconsComponent, "kv-top-icons", never, { "topActions": { "alias": "topActions"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15
|
+
}
|
|
@@ -6,8 +6,9 @@ import * as i4 from "../../api/modules/primeng.module";
|
|
|
6
6
|
import * as i5 from "../kv-buttons/kv-button.module";
|
|
7
7
|
import * as i6 from "../kv-stepper/kv-stepper.module";
|
|
8
8
|
import * as i7 from "../../api/directives/directives.module";
|
|
9
|
+
import * as i8 from "../kv-button/kv-button.module";
|
|
9
10
|
export declare class KvPageStepperodule {
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvPageStepperodule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KvPageStepperodule, [typeof i1.KvPageStepperComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.PrimeNgModule, typeof i5.KvButtonsModule, typeof i3.ReactiveFormsModule, typeof i6.KvStepperModule, typeof i7.DirectiveModule], [typeof i1.KvPageStepperComponent]>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KvPageStepperodule, [typeof i1.KvPageStepperComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.PrimeNgModule, typeof i5.KvButtonsModule, typeof i3.ReactiveFormsModule, typeof i6.KvStepperModule, typeof i7.DirectiveModule, typeof i8.KvButtonModule], [typeof i1.KvPageStepperComponent]>;
|
|
12
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<KvPageStepperodule>;
|
|
13
14
|
}
|
|
@@ -27,8 +27,6 @@ export declare class KvPickListComponent implements OnInit {
|
|
|
27
27
|
onMoveToTarget: EventEmitter<any>;
|
|
28
28
|
onMoveAllToSource: EventEmitter<any>;
|
|
29
29
|
onMoveAllToTarget: EventEmitter<any>;
|
|
30
|
-
onSourceSelect: EventEmitter<any>;
|
|
31
|
-
onTargetSelect: EventEmitter<any>;
|
|
32
30
|
selectedPreview: any;
|
|
33
31
|
ngModel: boolean;
|
|
34
32
|
selectedItems: {
|
|
@@ -38,13 +36,11 @@ export declare class KvPickListComponent implements OnInit {
|
|
|
38
36
|
OnMoveToTarget(event: any): void;
|
|
39
37
|
OnMoveAllToSource(event: any): void;
|
|
40
38
|
OnMoveAllToTarget(event: any): void;
|
|
41
|
-
OnSourceSelect(event: any): void;
|
|
42
|
-
OnTargetSelect(event: any): void;
|
|
43
39
|
onSelectAll(): void;
|
|
44
40
|
selectAllItems(isSelected: boolean): void;
|
|
45
41
|
selectCheckBox(item: any): void;
|
|
46
42
|
isItemSelected(item: any): boolean;
|
|
47
43
|
ngOnInit(): void;
|
|
48
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvPickListComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KvPickListComponent, "kv-picklist", never, { "itemIdField": { "alias": "itemIdField"; "required": false; }; "breakpoint": { "alias": "breakpoint"; "required": false; }; "dragdrop": { "alias": "dragdrop"; "required": false; }; "filterBy": { "alias": "filterBy"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "responsive": { "alias": "responsive"; "required": false; }; "source": { "alias": "source"; "required": false; }; "sourceHeader": { "alias": "sourceHeader"; "required": false; }; "sourceStyle": { "alias": "sourceStyle"; "required": false; }; "stripedRows": { "alias": "stripedRows"; "required": false; }; "target": { "alias": "target"; "required": false; }; "targetHeader": { "alias": "targetHeader"; "required": false; }; "targetStyle": { "alias": "targetStyle"; "required": false; }; "showSourceControls": { "alias": "showSourceControls"; "required": false; }; "showTargetControls": { "alias": "showTargetControls"; "required": false; }; "showCheckBox": { "alias": "showCheckBox"; "required": false; }; }, { "onMoveToSource": "onMoveToSource"; "onMoveToTarget": "onMoveToTarget"; "onMoveAllToSource": "onMoveAllToSource"; "onMoveAllToTarget": "onMoveAllToTarget";
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KvPickListComponent, "kv-picklist", never, { "itemIdField": { "alias": "itemIdField"; "required": false; }; "breakpoint": { "alias": "breakpoint"; "required": false; }; "dragdrop": { "alias": "dragdrop"; "required": false; }; "filterBy": { "alias": "filterBy"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "responsive": { "alias": "responsive"; "required": false; }; "source": { "alias": "source"; "required": false; }; "sourceHeader": { "alias": "sourceHeader"; "required": false; }; "sourceStyle": { "alias": "sourceStyle"; "required": false; }; "stripedRows": { "alias": "stripedRows"; "required": false; }; "target": { "alias": "target"; "required": false; }; "targetHeader": { "alias": "targetHeader"; "required": false; }; "targetStyle": { "alias": "targetStyle"; "required": false; }; "showSourceControls": { "alias": "showSourceControls"; "required": false; }; "showTargetControls": { "alias": "showTargetControls"; "required": false; }; "showCheckBox": { "alias": "showCheckBox"; "required": false; }; }, { "onMoveToSource": "onMoveToSource"; "onMoveToTarget": "onMoveToTarget"; "onMoveAllToSource": "onMoveAllToSource"; "onMoveAllToTarget": "onMoveAllToTarget"; }, never, never, false, never>;
|
|
50
46
|
}
|
|
@@ -5,8 +5,9 @@ import * as i3 from "../../api/modules/primeng.module";
|
|
|
5
5
|
import * as i4 from "primeng/stepper";
|
|
6
6
|
import * as i5 from "../kv-buttons/kv-button.module";
|
|
7
7
|
import * as i6 from "../../api/directives/directives.module";
|
|
8
|
+
import * as i7 from "../kv-button/kv-button.module";
|
|
8
9
|
export declare class KvStepperModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvStepperModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KvStepperModule, [typeof i1.KvStepperComponent], [typeof i2.CommonModule, typeof i3.PrimeNgModule, typeof i4.StepperModule, typeof i5.KvButtonsModule, typeof i6.DirectiveModule], [typeof i1.KvStepperComponent]>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KvStepperModule, [typeof i1.KvStepperComponent], [typeof i2.CommonModule, typeof i3.PrimeNgModule, typeof i4.StepperModule, typeof i5.KvButtonsModule, typeof i6.DirectiveModule, typeof i7.KvButtonModule, typeof i7.KvButtonModule], [typeof i1.KvStepperComponent]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<KvStepperModule>;
|
|
12
13
|
}
|
|
@@ -139,7 +139,7 @@ export declare class KvTableComponent implements OnInit, DoCheck, AfterViewInit
|
|
|
139
139
|
onClickEvent(event: any): void;
|
|
140
140
|
styleSetter(style: string, data: string): void;
|
|
141
141
|
checkMenuFiltro(col: TableConfigColumn): void;
|
|
142
|
-
sortByPosition(): (elem1: any, elem2: any) =>
|
|
142
|
+
sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
|
|
143
143
|
dinamicDisableColumn(col: TableConfigColumn): boolean;
|
|
144
144
|
checkHideColumns(): void;
|
|
145
145
|
getCustomTemplate(templatename: string): TemplateRef<any>;
|
|
@@ -68,7 +68,7 @@ export declare class KvTableExpandableComponent implements OnInit, DoCheck {
|
|
|
68
68
|
onGlobalFilter(table: Table, event: Event): void;
|
|
69
69
|
executeCollapsed(): void;
|
|
70
70
|
checkMenuFiltro(col: any): void;
|
|
71
|
-
sortByPosition(): (elem1: any, elem2: any) =>
|
|
71
|
+
sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
|
|
72
72
|
dinamicDisableColumn(col: TableConfigColumn): boolean;
|
|
73
73
|
dinamicColumnSet(e: any, col: any): void;
|
|
74
74
|
addColumn(field: string): void;
|
|
@@ -1,19 +1,12 @@
|
|
|
1
|
-
import { EventEmitter
|
|
2
|
-
import { TableConfig } from '../../../api/components/table/table.config';
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class WorkspaceEmpresaComponent
|
|
5
|
-
tableConfig: TableConfig;
|
|
3
|
+
export declare class WorkspaceEmpresaComponent {
|
|
6
4
|
empresas: any[];
|
|
7
5
|
empresaSelecionada: any;
|
|
8
6
|
totalEmpresas: number;
|
|
9
7
|
onEmpresaSelecionada: EventEmitter<any>;
|
|
10
8
|
onPaginate: EventEmitter<any>;
|
|
11
9
|
constructor();
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
activeItem(e: any): void;
|
|
14
|
-
configTable(): void;
|
|
15
|
-
doubleClick(e: any): void;
|
|
16
|
-
paginate(event: any): void;
|
|
17
10
|
selecionarEmpresa(empresa: any): void;
|
|
18
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceEmpresaComponent, never>;
|
|
19
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceEmpresaComponent, "kv-workspace-empresa", never, { "empresas": { "alias": "empresas"; "required": false; }; "empresaSelecionada": { "alias": "empresaSelecionada"; "required": false; }; "totalEmpresas": { "alias": "totalEmpresas"; "required": false; }; }, { "onEmpresaSelecionada": "onEmpresaSelecionada"; "onPaginate": "onPaginate"; }, never, never, false, never>;
|
|
@@ -11,8 +11,10 @@ import * as i9 from "primeng/autocomplete";
|
|
|
11
11
|
import * as i10 from "../kv-buttons/kv-button.module";
|
|
12
12
|
import * as i11 from "../kv-table/kv-table.module";
|
|
13
13
|
import * as i12 from "../kv-button/kv-button.module";
|
|
14
|
+
import * as i13 from "../kv-inputs/kv-inputs.module";
|
|
15
|
+
import * as i14 from "../kv-icon/kv-icon.module";
|
|
14
16
|
export declare class KvWorkspaceModule {
|
|
15
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvWorkspaceModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KvWorkspaceModule, [typeof i1.WorkspaceComponent, typeof i2.WorkspaceEmpresaComponent, typeof i3.WokspaceLogoComponent, typeof i4.WorkspaceMasterComponent], [typeof i5.CommonModule, typeof i6.PrimeNgModule, typeof i7.ReactiveFormsModule, typeof i8.ProgressSpinnerModule, typeof i9.AutoCompleteModule, typeof i7.FormsModule, typeof i10.KvButtonsModule, typeof i11.KvTableModule, typeof i12.KvButtonModule], [typeof i1.WorkspaceComponent]>;
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KvWorkspaceModule, [typeof i1.WorkspaceComponent, typeof i2.WorkspaceEmpresaComponent, typeof i3.WokspaceLogoComponent, typeof i4.WorkspaceMasterComponent], [typeof i5.CommonModule, typeof i6.PrimeNgModule, typeof i7.ReactiveFormsModule, typeof i8.ProgressSpinnerModule, typeof i9.AutoCompleteModule, typeof i7.FormsModule, typeof i10.KvButtonsModule, typeof i11.KvTableModule, typeof i12.KvButtonModule, typeof i13.KvInputsModule, typeof i14.KvIconModule], [typeof i1.WorkspaceComponent]>;
|
|
17
19
|
static ɵinj: i0.ɵɵInjectorDeclaration<KvWorkspaceModule>;
|
|
18
20
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { TableConfig } from '../../../api/components/table/table.config';
|
|
3
|
+
import { CpfCnpjPipe } from '../../../api/pipes/cpfcnpj.pipe';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class WorkspaceMasterComponent implements OnInit {
|
|
5
6
|
dataSource: any;
|
|
@@ -7,6 +8,12 @@ export declare class WorkspaceMasterComponent implements OnInit {
|
|
|
7
8
|
masters: any[];
|
|
8
9
|
masterSelecionada: any;
|
|
9
10
|
onMasterSelecionada: EventEmitter<any>;
|
|
11
|
+
emptyText: import("@angular/core").InputSignal<string>;
|
|
12
|
+
widthScreen: import("@angular/core").WritableSignal<number>;
|
|
13
|
+
cpfCnpjPipe: CpfCnpjPipe;
|
|
14
|
+
isEmpresa: import("@angular/core").Signal<(cpfCnpj: string) => boolean>;
|
|
15
|
+
transformRazaoSocial: import("@angular/core").Signal<(razaosocial: string) => string>;
|
|
16
|
+
transformCpfCnpj: import("@angular/core").Signal<(cpfCnpj: string) => string | null>;
|
|
10
17
|
constructor();
|
|
11
18
|
ngOnInit(): void;
|
|
12
19
|
activeItem(e: any): void;
|
|
@@ -14,5 +21,5 @@ export declare class WorkspaceMasterComponent implements OnInit {
|
|
|
14
21
|
doubleClick(e: any): void;
|
|
15
22
|
selecionarMaster(master: any): void;
|
|
16
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceMasterComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceMasterComponent, "kv-workspace-master", never, { "masters": { "alias": "masters"; "required": false; }; "masterSelecionada": { "alias": "masterSelecionada"; "required": false; }; }, { "onMasterSelecionada": "onMasterSelecionada"; }, never, never, false, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceMasterComponent, "kv-workspace-master", never, { "masters": { "alias": "masters"; "required": false; }; "masterSelecionada": { "alias": "masterSelecionada"; "required": false; }; "emptyText": { "alias": "emptyText"; "required": false; "isSignal": true; }; }, { "onMasterSelecionada": "onMasterSelecionada"; }, never, never, false, never>;
|
|
18
25
|
}
|
|
@@ -1,29 +1,37 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class WorkspaceComponent implements OnInit {
|
|
4
5
|
imgLogoKeevo: string;
|
|
5
6
|
imgPersonagens: string;
|
|
6
7
|
backgroundImg: string;
|
|
7
|
-
logoKeevoCenter: string;
|
|
8
|
-
nomeUsuario: string;
|
|
9
8
|
somenteMaster: boolean;
|
|
10
9
|
visivel: boolean;
|
|
11
10
|
showBtnVoltar: boolean;
|
|
12
|
-
empresas: any[];
|
|
13
11
|
empresaSelecionada: any;
|
|
14
12
|
totalEmpresas: number;
|
|
15
|
-
masters: any[];
|
|
16
13
|
masterSelecionada: any;
|
|
17
14
|
onGetMasterSelecionada: EventEmitter<any>;
|
|
18
15
|
onGetEmpresaSelecionada: EventEmitter<any>;
|
|
19
16
|
onPaginate: EventEmitter<any>;
|
|
20
17
|
onBtnVoltarClick: EventEmitter<any>;
|
|
18
|
+
fb: FormBuilder;
|
|
19
|
+
masters: import("@angular/core").InputSignal<any[]>;
|
|
20
|
+
empresas: import("@angular/core").InputSignal<any[]>;
|
|
21
|
+
nomeUsuario: import("@angular/core").InputSignal<string>;
|
|
22
|
+
workspaceForm: FormGroup;
|
|
23
|
+
widthScreen: import("@angular/core").WritableSignal<number>;
|
|
24
|
+
logoKeevoCenter: import("@angular/core").InputSignal<string>;
|
|
25
|
+
onFilter: import("@angular/core").OutputEmitterRef<any>;
|
|
26
|
+
searchInput: import("@angular/core").WritableSignal<string>;
|
|
27
|
+
minWidthCard: import("@angular/core").Signal<"100%" | "45rem">;
|
|
21
28
|
constructor();
|
|
22
29
|
ngOnInit(): void;
|
|
23
30
|
paginate(event: any): void;
|
|
24
31
|
OnBtnVoltarClick(): void;
|
|
25
32
|
selecionarEmpresa(empresa: any): void;
|
|
26
33
|
selecionarMaster(event: any): void;
|
|
34
|
+
filter(): void;
|
|
27
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceComponent, "kv-workspace", never, { "backgroundImg": { "alias": "backgroundImg"; "required": false; }; "
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceComponent, "kv-workspace", never, { "backgroundImg": { "alias": "backgroundImg"; "required": false; }; "somenteMaster": { "alias": "somenteMaster"; "required": false; }; "visivel": { "alias": "visivel"; "required": false; }; "showBtnVoltar": { "alias": "showBtnVoltar"; "required": false; }; "empresaSelecionada": { "alias": "empresaSelecionada"; "required": false; }; "totalEmpresas": { "alias": "totalEmpresas"; "required": false; }; "masterSelecionada": { "alias": "masterSelecionada"; "required": false; }; "masters": { "alias": "masters"; "required": false; "isSignal": true; }; "empresas": { "alias": "empresas"; "required": false; "isSignal": true; }; "nomeUsuario": { "alias": "nomeUsuario"; "required": false; "isSignal": true; }; "logoKeevoCenter": { "alias": "logoKeevoCenter"; "required": false; "isSignal": true; }; }, { "onGetMasterSelecionada": "onGetMasterSelecionada"; "onGetEmpresaSelecionada": "onGetEmpresaSelecionada"; "onPaginate": "onPaginate"; "onBtnVoltarClick": "onBtnVoltarClick"; "onFilter": "onFilter"; }, never, never, false, never>;
|
|
29
37
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -249,3 +249,8 @@ export * from './lib/components/kv-avatar/kv-avatar.module';
|
|
|
249
249
|
*/
|
|
250
250
|
export * from './lib/components/kv-card-selection/kv-card-selection.component';
|
|
251
251
|
export * from './lib/components/kv-card-selection/kv-card-selection.module';
|
|
252
|
+
/**
|
|
253
|
+
* Card Selection
|
|
254
|
+
*/
|
|
255
|
+
export * from './lib/components/kv-icon/kv-icon.component';
|
|
256
|
+
export * from './lib/components/kv-icon/kv-icon.module';
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
|
3
|
+
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
|
4
|
+
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="1073.000000pt" height="626.000000pt" viewBox="0 0 1073.000000 626.000000"
|
|
6
|
+
preserveAspectRatio="xMidYMid meet">
|
|
7
|
+
|
|
8
|
+
<g transform="translate(0.000000,626.000000) scale(0.100000,-0.100000)"
|
|
9
|
+
fill="#000000" stroke="none">
|
|
10
|
+
<path d="M1871 6249 c-514 -58 -965 -329 -1246 -749 -172 -257 -267 -541 -290
|
|
11
|
+
-862 l-7 -98 -115 0 c-126 0 -157 -10 -187 -60 -15 -26 -16 -182 -16 -1865 0
|
|
12
|
+
-1683 1 -1839 16 -1865 37 -62 17 -60 633 -60 l561 0 2 1658 3 1657 21 45 c26
|
|
13
|
+
54 84 114 139 142 56 29 149 35 213 14 68 -23 143 -91 173 -158 l24 -53 5
|
|
14
|
+
-1266 5 -1266 991 876 c603 534 1008 884 1033 895 l41 19 -1 586 c0 427 -3
|
|
15
|
+
595 -12 621 -7 19 -27 44 -46 57 l-34 23 -1558 0 c-857 0 -1560 3 -1562 8 -10
|
|
16
|
+
19 16 232 42 333 134 527 562 932 1088 1028 154 28 244 33 374 21 472 -43 884
|
|
17
|
+
-312 1111 -725 53 -98 89 -125 163 -125 85 0 153 59 162 141 11 93 -148 341
|
|
18
|
+
-342 534 -263 262 -563 417 -929 480 -113 19 -346 27 -455 14z m1571 -2025
|
|
19
|
+
c51 -17 109 -67 134 -116 25 -49 30 -131 9 -184 -38 -99 -115 -153 -218 -154
|
|
20
|
+
-136 0 -236 97 -237 230 0 166 155 278 312 224z"/>
|
|
21
|
+
<path d="M5188 3641 l-33 -29 -3 -1070 -2 -1069 23 -34 c30 -45 83 -60 133
|
|
22
|
+
-36 60 29 64 52 64 344 l0 258 84 73 c47 41 88 73 93 72 4 -1 226 -167 493
|
|
23
|
+
-369 267 -202 495 -373 507 -379 47 -25 112 -3 138 48 20 38 19 69 -3 103 -9
|
|
24
|
+
15 -229 188 -488 385 -258 196 -471 361 -473 365 -1 5 179 169 401 365 221
|
|
25
|
+
197 409 370 416 385 18 38 8 88 -25 121 -20 21 -35 26 -73 26 l-47 0 -509
|
|
26
|
+
-450 -509 -450 -5 647 c-4 495 -8 653 -18 670 -34 60 -111 71 -164 24z"/>
|
|
27
|
+
<path d="M7593 3204 c-208 -45 -406 -173 -532 -343 -63 -85 -133 -231 -157
|
|
28
|
+
-331 -28 -112 -27 -346 3 -455 133 -488 619 -777 1101 -654 85 21 217 81 288
|
|
29
|
+
130 70 48 180 155 194 189 29 71 -24 150 -101 150 -35 0 -48 -8 -121 -76 -95
|
|
30
|
+
-87 -178 -136 -286 -171 -276 -88 -584 19 -758 263 -54 75 -101 183 -110 248
|
|
31
|
+
l-7 46 758 0 757 0 35 35 36 36 -6 97 c-25 397 -300 730 -681 827 -81 21 -121
|
|
32
|
+
25 -225 24 -69 -1 -154 -7 -188 -15z m352 -220 c33 -8 98 -33 145 -56 69 -33
|
|
33
|
+
102 -58 176 -132 76 -76 98 -105 132 -176 39 -83 71 -185 60 -195 -2 -3 -309
|
|
34
|
+
-4 -680 -3 l-675 3 14 55 c35 141 139 297 252 383 169 127 371 169 576 121z"/>
|
|
35
|
+
<path d="M9696 3199 c-87 -12 -233 -60 -313 -105 -215 -120 -385 -345 -444
|
|
36
|
+
-589 -31 -125 -31 -305 -1 -429 84 -342 354 -608 693 -682 97 -21 281 -21 378
|
|
37
|
+
0 186 41 370 149 484 284 30 36 37 52 37 87 0 74 -63 123 -133 104 -15 -4 -64
|
|
38
|
+
-42 -108 -83 -135 -127 -290 -190 -469 -190 -116 0 -196 20 -310 76 -69 33
|
|
39
|
+
-102 58 -170 127 -105 105 -166 215 -195 349 l-7 32 754 0 c729 0 754 1 785
|
|
40
|
+
20 45 27 55 72 43 185 -14 117 -34 191 -81 293 -130 283 -403 484 -709 522
|
|
41
|
+
-96 11 -136 11 -234 -1z m294 -234 c30 -8 93 -33 140 -56 109 -54 236 -177
|
|
42
|
+
292 -284 31 -61 78 -190 78 -216 0 -5 -287 -9 -680 -9 -374 0 -680 3 -680 6 0
|
|
43
|
+
31 40 144 73 209 57 111 181 235 292 292 73 38 153 64 230 77 50 7 196 -3 255
|
|
44
|
+
-19z"/>
|
|
45
|
+
<path d="M3205 1930 c-363 -321 -661 -584 -663 -586 -2 -1 189 -149 425 -328
|
|
46
|
+
l428 -325 197 -1 197 0 34 33 c26 24 37 44 41 77 4 25 6 420 4 879 l-3 834
|
|
47
|
+
-660 -583z"/>
|
|
48
|
+
<path d="M8015 987 c-123 -41 -210 -142 -234 -272 -14 -77 -15 -659 -1 -686
|
|
49
|
+
12 -22 68 -27 88 -7 8 8 12 67 12 201 l0 189 37 -32 c66 -58 127 -80 224 -80
|
|
50
|
+
76 0 93 4 147 30 137 69 207 215 181 378 -18 115 -86 210 -185 258 -66 32
|
|
51
|
+
-203 43 -269 21z m210 -106 c23 -10 59 -39 82 -64 150 -172 13 -450 -209 -424
|
|
52
|
+
-123 15 -205 104 -216 234 -8 107 51 212 143 254 53 24 147 24 200 0z"/>
|
|
53
|
+
<path d="M8873 986 c-96 -31 -189 -120 -220 -209 -28 -82 -24 -207 9 -279 33
|
|
54
|
+
-72 93 -137 155 -168 42 -22 61 -25 153 -25 116 0 154 13 219 74 18 17 35 31
|
|
55
|
+
37 31 2 0 4 -20 4 -45 0 -39 4 -47 25 -57 19 -8 31 -8 51 0 l25 12 -3 218 c-3
|
|
56
|
+
201 -5 220 -26 263 -34 70 -84 122 -153 159 -53 28 -74 33 -148 36 -55 3 -101
|
|
57
|
+
-1 -128 -10z m205 -102 c187 -78 202 -357 25 -461 -41 -24 -59 -28 -118 -28
|
|
58
|
+
-146 1 -244 102 -245 253 0 104 46 183 133 227 60 30 147 34 205 9z"/>
|
|
59
|
+
<path d="M9673 991 c-120 -31 -190 -139 -152 -238 25 -66 99 -112 222 -137
|
|
60
|
+
139 -29 197 -65 197 -123 0 -52 -84 -103 -171 -103 -56 0 -136 28 -173 60 -53
|
|
61
|
+
47 -106 37 -106 -20 0 -33 40 -72 105 -101 70 -32 235 -39 302 -14 90 35 143
|
|
62
|
+
103 143 186 0 92 -61 152 -188 184 -210 53 -232 66 -232 131 0 54 57 88 146
|
|
63
|
+
87 63 0 106 -17 157 -59 46 -38 97 -30 97 16 0 70 -106 132 -234 136 -45 2
|
|
64
|
+
-95 -1 -113 -5z"/>
|
|
65
|
+
<path d="M10342 986 c-54 -18 -108 -58 -127 -96 -22 -43 -19 -126 6 -166 35
|
|
66
|
+
-56 97 -86 252 -119 140 -30 189 -106 113 -173 -73 -64 -217 -52 -309 24 -33
|
|
67
|
+
28 -69 31 -91 8 -47 -47 15 -113 138 -149 84 -25 225 -18 289 14 111 54 147
|
|
68
|
+
185 76 275 -31 39 -108 74 -209 96 -100 21 -142 40 -164 72 -38 53 -1 109 85
|
|
69
|
+
127 69 15 138 -1 190 -45 57 -47 119 -44 119 7 0 28 -49 78 -104 106 -63 32
|
|
70
|
+
-195 41 -264 19z"/>
|
|
71
|
+
<path d="M1952 821 l-144 -126 156 -3 c86 -1 226 -1 312 0 l157 3 -159 121
|
|
72
|
+
c-87 66 -163 123 -169 126 -5 3 -75 -51 -153 -121z"/>
|
|
73
|
+
</g>
|
|
74
|
+
</svg>
|
|
Binary file
|
|
Binary file
|