vcomply-workflow-engine 2.9.20 → 2.9.21

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.
@@ -29,6 +29,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
29
29
  isResponsibilitySimplified: boolean;
30
30
  queryParam: string;
31
31
  recentResponsibilityUrl: any;
32
+ isResponsibilityRcLinkEnabled: boolean;
32
33
  set closeOnEsc(escapeCondition: boolean);
33
34
  orgDetails: any;
34
35
  url: string;
@@ -99,6 +100,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
99
100
  responsibilityCentersList: any[];
100
101
  categoryList: any[];
101
102
  nonRemovableUsersList: any[];
103
+ responsibilityCenterType: Number;
102
104
  responsibilityForm: any;
103
105
  moreOptions: any;
104
106
  activeSelector: string;
@@ -171,6 +173,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
171
173
  whatChanged(event: any): void;
172
174
  activeDeselector(): void;
173
175
  addMoreInfo(event: any): void;
176
+ onRcTypeChange(selectedType: Number): void;
174
177
  getRCList(program_id?: string): void;
175
178
  getUserDetails(): void;
176
179
  getAssurance(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.9.20",
3
+ "version": "2.9.21",
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"