keevo-components 1.5.123 → 1.5.125
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/esm2020/lib/api/services/imagens.service.mjs +22 -0
- package/esm2020/lib/keevo-components.module.mjs +8 -1
- package/esm2020/lib/menu/menu.component.mjs +1 -3
- package/esm2020/lib/orgchart/orgchart.component.mjs +6 -6
- package/esm2020/lib/tree-table/kv-treetable.component.mjs +3 -3
- package/esm2020/lib/workspace/kvworkspace.module.mjs +47 -0
- package/esm2020/lib/workspace/workspace.component.mjs +77 -0
- package/esm2020/public-api.mjs +3 -1
- package/fesm2015/keevo-components.mjs +153 -20
- package/fesm2015/keevo-components.mjs.map +1 -1
- package/fesm2020/keevo-components.mjs +153 -20
- package/fesm2020/keevo-components.mjs.map +1 -1
- package/lib/api/services/imagens.service.d.ts +8 -0
- package/lib/keevo-components.module.d.ts +3 -2
- package/lib/orgchart/orgchart.component.d.ts +2 -2
- package/lib/workspace/kvworkspace.module.d.ts +13 -0
- package/lib/workspace/workspace.component.d.ts +28 -0
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ImagensService {
|
|
3
|
+
static getPersonagensWorkSpace(): string;
|
|
4
|
+
static getLogoKeevo(): string;
|
|
5
|
+
static getBackgroundWorkSpace(): string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImagensService, never>;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ImagensService>;
|
|
8
|
+
}
|
|
@@ -7,9 +7,10 @@ import * as i5 from "./chart/kvchart.module";
|
|
|
7
7
|
import * as i6 from "./menu/kvmenu.module";
|
|
8
8
|
import * as i7 from "./picklist/kvpicklist.module";
|
|
9
9
|
import * as i8 from "./tree-table/kv-treetable.module";
|
|
10
|
-
import * as i9 from "./
|
|
10
|
+
import * as i9 from "./workspace/kvworkspace.module";
|
|
11
|
+
import * as i10 from "./orgchart/orgchart.module";
|
|
11
12
|
export declare class KeevoComponentsModule {
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<KeevoComponentsModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KeevoComponentsModule, never, [typeof i1.KvInputsModule, typeof i2.KvButtonsModule, typeof i3.KvTableModule, typeof i4.KvtreeViewModule, typeof i5.KvChartModule, typeof i6.KvMenuModule, typeof i7.KvPickListModule, typeof i8.KVTreeTableModule, typeof i9.OrgchartModule], [typeof i1.KvInputsModule, typeof i2.KvButtonsModule, typeof i3.KvTableModule, typeof i4.KvtreeViewModule, typeof i5.KvChartModule, typeof i6.KvMenuModule, typeof i7.KvPickListModule, typeof i8.KVTreeTableModule, typeof i9.OrgchartModule]>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KeevoComponentsModule, never, [typeof i1.KvInputsModule, typeof i2.KvButtonsModule, typeof i3.KvTableModule, typeof i4.KvtreeViewModule, typeof i5.KvChartModule, typeof i6.KvMenuModule, typeof i7.KvPickListModule, typeof i8.KVTreeTableModule, typeof i9.KvWorkspaceModule, typeof i10.OrgchartModule], [typeof i1.KvInputsModule, typeof i2.KvButtonsModule, typeof i3.KvTableModule, typeof i4.KvtreeViewModule, typeof i5.KvChartModule, typeof i6.KvMenuModule, typeof i7.KvPickListModule, typeof i8.KVTreeTableModule, typeof i9.KvWorkspaceModule, typeof i10.OrgchartModule]>;
|
|
14
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<KeevoComponentsModule>;
|
|
15
16
|
}
|
|
@@ -10,11 +10,11 @@ export declare class OrgchartComponent implements OnInit {
|
|
|
10
10
|
config: OrgChartConfig;
|
|
11
11
|
template: string;
|
|
12
12
|
nodeTemplate: TemplateRef<any>;
|
|
13
|
+
generateTemplate: Function;
|
|
13
14
|
templateFuncion: boolean;
|
|
14
15
|
corDeFundo: string;
|
|
15
16
|
compact: boolean;
|
|
16
17
|
mostraMenu: boolean;
|
|
17
|
-
generateTemplate: Function;
|
|
18
18
|
constructor(renderer: Renderer2);
|
|
19
19
|
ngOnInit(): void;
|
|
20
20
|
ngAfterViewInit(): void;
|
|
@@ -23,5 +23,5 @@ export declare class OrgchartComponent implements OnInit {
|
|
|
23
23
|
stringToTemplateLiteral(string: string): string;
|
|
24
24
|
compactSwap(): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<OrgchartComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OrgchartComponent, "kv-orgchart", never, { "dataSource": "dataSource"; "config": "config"; "template": "template"; "nodeTemplate": "nodeTemplate"; "
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OrgchartComponent, "kv-orgchart", never, { "dataSource": "dataSource"; "config": "config"; "template": "template"; "nodeTemplate": "nodeTemplate"; "generateTemplate": "generateTemplate"; "templateFuncion": "templateFuncion"; "corDeFundo": "corDeFundo"; }, {}, never, never, false, never>;
|
|
27
27
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./workspace.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../api/modules/primeng.module";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "primeng/progressspinner";
|
|
7
|
+
import * as i6 from "primeng/autocomplete";
|
|
8
|
+
import * as i7 from "../buttons/kvbutton.module";
|
|
9
|
+
export declare class KvWorkspaceModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KvWorkspaceModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KvWorkspaceModule, [typeof i1.WorkspaceComponent], [typeof i2.CommonModule, typeof i3.PrimeNgModule, typeof i4.ReactiveFormsModule, typeof i5.ProgressSpinnerModule, typeof i6.AutoCompleteModule, typeof i4.FormsModule, typeof i7.KvButtonsModule], [typeof i1.WorkspaceComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<KvWorkspaceModule>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class WorkspaceComponent implements OnInit {
|
|
4
|
+
nomeSistema: string;
|
|
5
|
+
nomeUsuario: string;
|
|
6
|
+
masters: any[];
|
|
7
|
+
somenteMaster: boolean;
|
|
8
|
+
onGetMasterSelecionada: EventEmitter<any>;
|
|
9
|
+
onGetEmpresaSelecionada: EventEmitter<any>;
|
|
10
|
+
empresas: any[];
|
|
11
|
+
masterSelecionada: any;
|
|
12
|
+
empresaSelecionada: any;
|
|
13
|
+
visivel: boolean;
|
|
14
|
+
txtPesquisa: string;
|
|
15
|
+
imgPersonagens: string;
|
|
16
|
+
imgLogoKeevo: string;
|
|
17
|
+
styleBackground: string;
|
|
18
|
+
constructor();
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
verificaMasterUnica(): void;
|
|
21
|
+
selecionarMaster(master: any): void;
|
|
22
|
+
verificaEmpresaUnica(): void;
|
|
23
|
+
selecionarEmpresa(empresa: any): void;
|
|
24
|
+
voltar(): void;
|
|
25
|
+
filtrarEmpresa(event: any): void;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceComponent, "kv-workspace", never, { "nomeSistema": "nomeSistema"; "nomeUsuario": "nomeUsuario"; "masters": "masters"; "somenteMaster": "somenteMaster"; }, { "onGetMasterSelecionada": "onGetMasterSelecionada"; "onGetEmpresaSelecionada": "onGetEmpresaSelecionada"; }, never, never, false, never>;
|
|
28
|
+
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -24,6 +24,7 @@ export * from './lib/table/table.component';
|
|
|
24
24
|
export * from './lib/tree-view/tree-view.component';
|
|
25
25
|
export * from './lib/chart/chart.component';
|
|
26
26
|
export * from './lib/picklist/picklist.component';
|
|
27
|
+
export * from './lib/workspace/workspace.component';
|
|
27
28
|
export * from './lib/keevo-components.module';
|
|
28
29
|
export * from './lib/buttons/kvbutton.module';
|
|
29
30
|
export * from './lib/inputs/kvinputs.module';
|
|
@@ -35,6 +36,7 @@ export * from './lib/api/modules/primeng.module';
|
|
|
35
36
|
export * from './lib/chart/kvchart.module';
|
|
36
37
|
export * from './lib/menu/kvmenu.module';
|
|
37
38
|
export * from './lib/picklist/kvpicklist.module';
|
|
39
|
+
export * from './lib/workspace/kvworkspace.module';
|
|
38
40
|
export * from './lib/pipes/codigofile.pipe';
|
|
39
41
|
export * from './lib/pipes/cpfcnpj.pipe';
|
|
40
42
|
export * from './lib/pipes/telefone.pipe';
|