vcomply-workflow-engine 2.9.21 → 2.9.24
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 +37 -61
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/sharedComponents/frequency/frequency-container/frequency-container.component.js +1 -1
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +36 -60
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +159 -196
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +1 -1
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +1 -1
- package/fesm2015/vcomply-workflow-engine.js +37 -61
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/workflow-compliance/workflow-compliance.component.d.ts +0 -3
- package/package.json +1 -1
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -29,7 +29,6 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
29
29
|
isResponsibilitySimplified: boolean;
|
|
30
30
|
queryParam: string;
|
|
31
31
|
recentResponsibilityUrl: any;
|
|
32
|
-
isResponsibilityRcLinkEnabled: boolean;
|
|
33
32
|
set closeOnEsc(escapeCondition: boolean);
|
|
34
33
|
orgDetails: any;
|
|
35
34
|
url: string;
|
|
@@ -100,7 +99,6 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
100
99
|
responsibilityCentersList: any[];
|
|
101
100
|
categoryList: any[];
|
|
102
101
|
nonRemovableUsersList: any[];
|
|
103
|
-
responsibilityCenterType: Number;
|
|
104
102
|
responsibilityForm: any;
|
|
105
103
|
moreOptions: any;
|
|
106
104
|
activeSelector: string;
|
|
@@ -173,7 +171,6 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
173
171
|
whatChanged(event: any): void;
|
|
174
172
|
activeDeselector(): void;
|
|
175
173
|
addMoreInfo(event: any): void;
|
|
176
|
-
onRcTypeChange(selectedType: Number): void;
|
|
177
174
|
getRCList(program_id?: string): void;
|
|
178
175
|
getUserDetails(): void;
|
|
179
176
|
getAssurance(): void;
|
package/package.json
CHANGED