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.
Files changed (59) hide show
  1. package/bundles/vcomply-workflow-engine.umd.js +705 -676
  2. package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
  3. package/esm2015/lib/more-option/more-option.component.js +12 -23
  4. package/esm2015/lib/ui-kit/pagination/pagination/pagination.component.js +1 -1
  5. package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +13 -60
  6. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +138 -200
  7. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngsummary.json +1 -1
  8. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +2 -2
  9. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +3 -3
  10. package/esm2015/lib/workflow-engine.module.js +1 -3
  11. package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
  12. package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.js +2 -2
  13. package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.js +8 -2
  14. package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.ngfactory.js +1 -1
  15. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.js +152 -23
  16. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.ngfactory.js +109 -115
  17. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.ngsummary.json +1 -1
  18. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.js +4 -3
  19. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.ngsummary.json +1 -1
  20. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.js +19 -0
  21. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.ngsummary.json +1 -0
  22. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.js +19 -0
  23. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.ngsummary.json +1 -0
  24. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.js +23 -0
  25. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.ngsummary.json +1 -0
  26. package/esm2015/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.js +4 -2
  27. package/esm2015/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.ngfactory.js +3 -3
  28. package/esm2015/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.ngsummary.json +1 -1
  29. package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.js +2 -1
  30. package/esm2015/lib/workflow-program/workflow-program.component.js +213 -34
  31. package/esm2015/lib/workflow-program/workflow-program.component.ngfactory.js +18 -18
  32. package/esm2015/lib/workflow-program/workflow-program.component.ngsummary.json +1 -1
  33. package/esm2015/lib/workflow-services/programs.service.js +39 -97
  34. package/esm2015/lib/workflow-services/programs.service.ngsummary.json +1 -1
  35. package/esm2015/lib/workflow-services/responsibility.service.js +5 -17
  36. package/esm2015/lib/workflow-services/responsibility.service.ngsummary.json +1 -1
  37. package/esm2015/vcomply-workflow-engine.js +189 -187
  38. package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
  39. package/fesm2015/vcomply-workflow-engine.js +499 -490
  40. package/fesm2015/vcomply-workflow-engine.js.map +1 -1
  41. package/lib/workflow-compliance/workflow-compliance.component.d.ts +3 -9
  42. package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.d.ts +26 -3
  43. package/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.d.ts +1 -1
  44. package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.d.ts +4 -0
  45. package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.d.ts +4 -0
  46. package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.d.ts +4 -0
  47. package/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.d.ts +1 -0
  48. package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts +1 -1
  49. package/lib/workflow-program/workflow-program.component.d.ts +17 -6
  50. package/lib/workflow-services/programs.service.d.ts +28 -0
  51. package/lib/workflow-services/responsibility.service.d.ts +3 -5
  52. package/package.json +2 -2
  53. package/vcomply-workflow-engine.d.ts +188 -186
  54. package/vcomply-workflow-engine.metadata.json +1 -1
  55. package/esm2015/lib/sharedComponents/program-listing/program-listing.component.js +0 -239
  56. package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngfactory.js +0 -152
  57. package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngsummary.json +0 -1
  58. package/lib/sharedComponents/program-listing/program-listing.component.d.ts +0 -46
  59. 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
- }