vcomply-workflow-engine 6.0.54 → 6.0.55

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.
@@ -494,8 +494,6 @@ export declare class WorkflowComplianceComponent implements OnInit {
494
494
  programs: ListItem[];
495
495
  selectedPrograms: any[];
496
496
  customItemTemplate: TemplateRef<any> | undefined;
497
- onItemSelected(item: ListItem): void;
498
- onItemDeselected(item: ListItem): void;
499
497
  onItemsSelectedChange(items: ListItem[]): void;
500
498
  selectCategory(): void;
501
499
  get currentUserInfo(): {
@@ -17,6 +17,7 @@ import { OrganizationUserService } from '../workflow-services/organization-user.
17
17
  import { OrganizationCommonService } from '../workflow-services/common-workflow-services/organization-common.service';
18
18
  import { ComplianceCommonService } from '../workflow-services/common-workflow-services/compliance-common.service';
19
19
  import { IframeService } from '../services/iframe.service';
20
+ import { ListItem } from '../sharedComponents/program-list/interfaces/list-item.interface';
20
21
  import * as i0 from "@angular/core";
21
22
  export declare class WorkflowPolicyComponent implements OnInit {
22
23
  private policyService;
@@ -225,6 +226,9 @@ export declare class WorkflowPolicyComponent implements OnInit {
225
226
  templateView: boolean;
226
227
  templateUrl: string;
227
228
  isTemplateClosed: boolean;
229
+ programListUrl: any;
230
+ selectedPrograms: ListItem[];
231
+ allProgamSelected: ListItem[];
228
232
  constructor(policyService: PolicyService, snackBar: SnackBarService, uiKitService: UiKitService, authService: AuthService, responsibilityService: ResponsibilityService, router: Router, route: ActivatedRoute, frequencyService: FrequencyService, platformLocation: PlatformLocation, changeRef: ChangeDetectorRef, restApiService: RestApiService, commonService: CommonService, organizationUserService: OrganizationUserService, organizationCommonService: OrganizationCommonService, complianceCommonService: ComplianceCommonService, iframeService: IframeService);
229
233
  policyForm: PolicyForm;
230
234
  ngOnInit(): void;
@@ -411,6 +415,8 @@ export declare class WorkflowPolicyComponent implements OnInit {
411
415
  onTemplateSelect(event: any, isPreselected?: boolean): void;
412
416
  setNavigationUrl(): void;
413
417
  navigateToTemplate(): void;
418
+ onItemsSelectedChange(items: ListItem[]): void;
419
+ transformData(input: any): any;
414
420
  static ɵfac: i0.ɵɵFactoryDeclaration<WorkflowPolicyComponent, never>;
415
421
  static ɵcmp: i0.ɵɵComponentDeclaration<WorkflowPolicyComponent, "app-workflow-policy", never, { "mode": { "alias": "mode"; "required": false; }; "policyId": { "alias": "policyId"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; "convertFileData": { "alias": "convertFileData"; "required": false; }; "selectedCategory": { "alias": "selectedCategory"; "required": false; }; "isSendForAttestation": { "alias": "isSendForAttestation"; "required": false; }; "templateId": { "alias": "templateId"; "required": false; }; }, { "pickerChanged": "pickerChanged"; "showConfirmationAlert": "showConfirmationAlert"; "populateOption": "populateOption"; "disconnectRefresh": "disconnectRefresh"; "shiftToEditMode": "shiftToEditMode"; }, never, never, false, never>;
416
422
  }
@@ -167,7 +167,7 @@ export declare class WorkflowRiskComponent implements OnInit {
167
167
  setPopupButtons(): void;
168
168
  getRiskDetails(riskId: any): void;
169
169
  populateOptionalFields(): void;
170
- setCategoryType(type: any): "others" | "strategic" | "operational" | "compliance";
170
+ setCategoryType(type: any): "compliance" | "strategic" | "others" | "operational";
171
171
  getRCList(): void;
172
172
  getCategoryList(): void;
173
173
  getOwnersList(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.0.54",
3
+ "version": "6.0.55",
4
4
  "peerDependencies": {
5
5
  "@angular/common": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x ",
6
6
  "@angular/core": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x "