vcomply-workflow-engine 2.6.45 → 2.6.47
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 +96 -93
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/log-an-issue/log-an-issue.component.ngfactory.js +6 -6
- package/esm2015/lib/more-option/more-option.component.js +30 -26
- package/esm2015/lib/more-option/more-option.component.ngfactory.js +2 -2
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.ngfactory.js +4 -4
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.ngfactory.js +4 -4
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview.module.ngfactory.js +3 -3
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview.module.ngsummary.json +1 -1
- package/esm2015/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.ngfactory.js +4 -4
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngfactory.js +3 -3
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngsummary.json +1 -1
- package/esm2015/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.ngfactory.js +4 -4
- package/esm2015/lib/sharedComponents/framework-list/framework-list-table/framework-list-table.component.js +2 -2
- package/esm2015/lib/sharedComponents/framework-list/framework-list-table/framework-list-table.component.ngfactory.js +1 -1
- package/esm2015/lib/sharedComponents/framework-list/framework-list.component.js +23 -23
- package/esm2015/lib/sharedComponents/framework-list/framework-list.component.ngfactory.js +4 -4
- package/esm2015/lib/sharedComponents/framework-list/framework-list.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-assessment/workflow-assessment.component.ngfactory.js +4 -4
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +5 -5
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +2 -24
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +3 -3
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-engine.module.ngfactory.js +3 -3
- package/esm2015/lib/workflow-engine.module.ngsummary.json +1 -1
- package/esm2015/lib/workflow-policy/workflow-policy.component.ngfactory.js +4 -4
- package/esm2015/lib/workflow-program/workflow-program.component.js +22 -12
- package/esm2015/lib/workflow-program/workflow-program.component.ngfactory.js +310 -326
- package/esm2015/lib/workflow-program/workflow-program.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-risk/workflow-risk.component.ngfactory.js +5 -5
- package/esm2015/lib/workflow-services/programs.service.js +17 -9
- package/esm2015/lib/workflow-survey-form/workflow-survey-form.component.ngfactory.js +4 -4
- package/fesm2015/vcomply-workflow-engine.js +89 -89
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/more-option/more-option.component.d.ts +1 -0
- package/lib/sharedComponents/framework-list/framework-list.component.d.ts +0 -6
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +0 -16
- package/lib/workflow-program/workflow-program.component.d.ts +5 -4
- package/package.json +2 -2
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -15,12 +15,6 @@ export declare class FrameworkListComponent implements OnInit, OnChanges {
|
|
|
15
15
|
closeFramework: EventEmitter<any>;
|
|
16
16
|
assignControl: EventEmitter<any>;
|
|
17
17
|
previousSelectedValues: any;
|
|
18
|
-
headerText: string;
|
|
19
|
-
workflowPage: Array<string>;
|
|
20
|
-
fromProgram: {
|
|
21
|
-
headerText: string;
|
|
22
|
-
workflowPage: Array<string>;
|
|
23
|
-
};
|
|
24
18
|
subCategoriesList: {
|
|
25
19
|
from: number;
|
|
26
20
|
to: number;
|
|
@@ -49,22 +49,6 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
|
|
|
49
49
|
convertFileData: {};
|
|
50
50
|
selectedCategory: string;
|
|
51
51
|
selectedProgram: any;
|
|
52
|
-
canFrameworkChange: boolean;
|
|
53
|
-
addToProgramDetails: {
|
|
54
|
-
_id: string;
|
|
55
|
-
framework_name: string;
|
|
56
|
-
id?: number;
|
|
57
|
-
type: string;
|
|
58
|
-
};
|
|
59
|
-
/**
|
|
60
|
-
* if feature flag is available in below object then feature will be enabled according to status otherwise it will enabled
|
|
61
|
-
* Sample object
|
|
62
|
-
* {
|
|
63
|
-
* ff_compliance_framework: true,
|
|
64
|
-
* ff_system_responsibility: false
|
|
65
|
-
* }
|
|
66
|
-
*/
|
|
67
|
-
allowedFeature: any;
|
|
68
52
|
animation: boolean;
|
|
69
53
|
workflowList: boolean;
|
|
70
54
|
showMoreOption: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormControl } from '@angular/forms';
|
|
3
3
|
import { DatePickerComponent } from 'ng2-date-picker';
|
|
4
4
|
import { AuthService } from '../workflow-services/auth.service';
|
|
@@ -9,6 +9,7 @@ export declare class WorkflowProgramComponent implements OnInit {
|
|
|
9
9
|
private programService;
|
|
10
10
|
private authService;
|
|
11
11
|
private uiKitService;
|
|
12
|
+
private changeRef;
|
|
12
13
|
constants: {
|
|
13
14
|
categoryType: {
|
|
14
15
|
label: string;
|
|
@@ -63,11 +64,9 @@ export declare class WorkflowProgramComponent implements OnInit {
|
|
|
63
64
|
hideElementsFromMoreOptions: EventEmitter<any>;
|
|
64
65
|
onRemovingRole: EventEmitter<any>;
|
|
65
66
|
scrollToBottom: boolean;
|
|
66
|
-
canFrameworkChange: boolean;
|
|
67
67
|
mode: string;
|
|
68
68
|
programId: string;
|
|
69
69
|
programType: number;
|
|
70
|
-
allowedFeature: any;
|
|
71
70
|
panelTitleDefaultReviewer: string;
|
|
72
71
|
panelTitleOwner: string;
|
|
73
72
|
panelTitleReviewer: string;
|
|
@@ -75,7 +74,9 @@ export declare class WorkflowProgramComponent implements OnInit {
|
|
|
75
74
|
panelTitleApprover: string;
|
|
76
75
|
isApproverDisabled: boolean;
|
|
77
76
|
isProgramScope: boolean;
|
|
78
|
-
|
|
77
|
+
toolTipData: any;
|
|
78
|
+
businessCycle: any;
|
|
79
|
+
constructor(fb: FormBuilder, programService: ProgramsService, authService: AuthService, uiKitService: UiKitService, changeRef: ChangeDetectorRef);
|
|
79
80
|
noWhitespaceValidator(control: FormControl): {
|
|
80
81
|
whitespace: boolean;
|
|
81
82
|
} | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.47",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x",
|
|
6
6
|
"@angular/core": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x"
|
|
@@ -22,4 +22,4 @@
|
|
|
22
22
|
"typings": "vcomply-workflow-engine.d.ts",
|
|
23
23
|
"metadata": "vcomply-workflow-engine.metadata.json",
|
|
24
24
|
"sideEffects": false
|
|
25
|
-
}
|
|
25
|
+
}
|