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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.9.21",
3
+ "version": "2.9.24",
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"