vcomply-workflow-engine 2.1.6 → 2.1.9
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/bundles/vcomply-workflow-engine.umd.js +705 -676
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/more-option/more-option.component.js +12 -23
- package/esm2015/lib/ui-kit/pagination/pagination/pagination.component.js +1 -1
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +13 -60
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +138 -200
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +2 -2
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +3 -3
- package/esm2015/lib/workflow-engine.module.js +1 -3
- package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.js +2 -2
- package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.js +8 -2
- package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.ngfactory.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.js +152 -23
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.ngfactory.js +109 -115
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.js +4 -3
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.ngsummary.json +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.js +19 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.js +19 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.js +23 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.js +4 -2
- package/esm2015/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.ngfactory.js +3 -3
- package/esm2015/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.js +2 -1
- package/esm2015/lib/workflow-program/workflow-program.component.js +213 -34
- package/esm2015/lib/workflow-program/workflow-program.component.ngfactory.js +18 -18
- package/esm2015/lib/workflow-program/workflow-program.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-services/programs.service.js +39 -97
- package/esm2015/lib/workflow-services/programs.service.ngsummary.json +1 -1
- package/esm2015/lib/workflow-services/responsibility.service.js +5 -17
- package/esm2015/lib/workflow-services/responsibility.service.ngsummary.json +1 -1
- package/esm2015/vcomply-workflow-engine.js +189 -187
- package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
- package/fesm2015/vcomply-workflow-engine.js +499 -490
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/workflow-compliance/workflow-compliance.component.d.ts +3 -9
- package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.d.ts +26 -3
- package/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.d.ts +1 -1
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts +1 -1
- package/lib/workflow-program/workflow-program.component.d.ts +17 -6
- package/lib/workflow-services/programs.service.d.ts +28 -0
- package/lib/workflow-services/responsibility.service.d.ts +3 -5
- package/package.json +2 -2
- package/vcomply-workflow-engine.d.ts +188 -186
- package/vcomply-workflow-engine.metadata.json +1 -1
- package/esm2015/lib/sharedComponents/program-listing/program-listing.component.js +0 -239
- package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngfactory.js +0 -152
- package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngsummary.json +0 -1
- package/lib/sharedComponents/program-listing/program-listing.component.d.ts +0 -46
- package/lib/sharedComponents/program-listing/program-listing.component.ngfactory.d.ts +0 -1
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { ResponsibilityService } from '../../workflow-services/responsibility.service';
|
|
3
|
-
export declare class ProgramListingComponent implements OnInit {
|
|
4
|
-
private responsibilityService;
|
|
5
|
-
animation: boolean;
|
|
6
|
-
subList: boolean;
|
|
7
|
-
loader: boolean;
|
|
8
|
-
programsList: any;
|
|
9
|
-
selectedProgram: any;
|
|
10
|
-
selectedCategories: any[];
|
|
11
|
-
programData: {
|
|
12
|
-
data: never[];
|
|
13
|
-
from: number;
|
|
14
|
-
to: number;
|
|
15
|
-
totalPages: number;
|
|
16
|
-
totalRecords: number;
|
|
17
|
-
currentPage: number;
|
|
18
|
-
};
|
|
19
|
-
showCategories: boolean;
|
|
20
|
-
currentProgram: any;
|
|
21
|
-
search: string;
|
|
22
|
-
activeTab: any;
|
|
23
|
-
selectedIds: any[];
|
|
24
|
-
blockWidth: any;
|
|
25
|
-
categoryList: any;
|
|
26
|
-
saveSelectedProgram: EventEmitter<any>;
|
|
27
|
-
closeEvent: EventEmitter<any>;
|
|
28
|
-
allCategories: any[];
|
|
29
|
-
constructor(responsibilityService: ResponsibilityService);
|
|
30
|
-
ngOnInit(): void;
|
|
31
|
-
clickSubList(): void;
|
|
32
|
-
selectProgram(event: any, program: any): void;
|
|
33
|
-
changeProgramsPage(event: any): void;
|
|
34
|
-
getProgramsList(paramsObject?: any): void;
|
|
35
|
-
getCategoriesList(program_id: string): void;
|
|
36
|
-
saveProgram(): void;
|
|
37
|
-
cancel(): void;
|
|
38
|
-
checkSelectAll(activeTab: any): any;
|
|
39
|
-
selectAll(mode: any, activeTab: any): void;
|
|
40
|
-
setList(): void;
|
|
41
|
-
selectCategory(mode: any, activeTab: any, category: any): void;
|
|
42
|
-
setActiveTab(): void;
|
|
43
|
-
close(): void;
|
|
44
|
-
save(): void;
|
|
45
|
-
deleteEvent(event: any): void;
|
|
46
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|