vcomply-workflow-engine 6.1.67 → 6.1.69

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.
Files changed (129) hide show
  1. package/esm2022/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.mjs +34 -6
  2. package/esm2022/lib/constants/assets.constants.mjs +2 -1
  3. package/esm2022/lib/constants/policy.constant.mjs +6 -0
  4. package/esm2022/lib/constants/regix.constants.mjs +4 -0
  5. package/esm2022/lib/constants/responsibility.mjs +8 -0
  6. package/esm2022/lib/formgroup/select/cs-select/cs-select.component.mjs +2 -2
  7. package/esm2022/lib/interfaces/policy.interface.mjs +2 -0
  8. package/esm2022/lib/log-an-issue/log-an-issue.component.mjs +9 -1
  9. package/esm2022/lib/more-option/more-option.component.mjs +3 -13
  10. package/esm2022/lib/pipes/search.pipe.mjs +2 -1
  11. package/esm2022/lib/report-a-case/components/case-resolution-deadline/case-resolution-deadline.component.mjs +29 -3
  12. package/esm2022/lib/report-a-case/components/due-date/due-date.component.mjs +55 -29
  13. package/esm2022/lib/report-a-case/components/report-date/report-date.component.mjs +32 -13
  14. package/esm2022/lib/report-a-case/constants/api.constants.mjs +3 -2
  15. package/esm2022/lib/report-a-case/constants/report-case.constants.mjs +3 -1
  16. package/esm2022/lib/report-a-case/report-case.module.mjs +5 -2
  17. package/esm2022/lib/report-a-case/services/date-utility.service.mjs +29 -0
  18. package/esm2022/lib/report-a-case/services/report-a-case.service.mjs +16 -4
  19. package/esm2022/lib/report-a-case/workflow-case/workflow-case.component.mjs +54 -45
  20. package/esm2022/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.mjs +3 -1
  21. package/esm2022/lib/sharedComponents/document-section/document-section.component.mjs +39 -14
  22. package/esm2022/lib/sharedComponents/format-and-evidence/format-and-evidence.component.mjs +24 -10
  23. package/esm2022/lib/sharedComponents/format-and-evidence/format-and-evidence.module.mjs +19 -15
  24. package/esm2022/lib/sharedComponents/frequency/frequency.service.mjs +2 -2
  25. package/esm2022/lib/sharedComponents/group-users-list/group-users-list.component.mjs +20 -20
  26. package/esm2022/lib/sharedComponents/pipes/risk-class.pipe.mjs +19 -0
  27. package/esm2022/lib/sharedComponents/policy-template/select-template-list/select-template-list.component.mjs +15 -5
  28. package/esm2022/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.mjs +3 -3
  29. package/esm2022/lib/ui-kit/banner/banner.component.mjs +44 -0
  30. package/esm2022/lib/ui-kit/multi-select/cs-multiselect/cs-multiselect.component.mjs +12 -5
  31. package/esm2022/lib/workflow-compliance/workflow-compliance.component.mjs +79 -19
  32. package/esm2022/lib/workflow-engine-container/workflow-engine-container.component.mjs +2 -2
  33. package/esm2022/lib/workflow-engine.module.mjs +5 -2
  34. package/esm2022/lib/workflow-policy/ms-word.constants.mjs +2 -2
  35. package/esm2022/lib/workflow-policy/workflow-policy.component.mjs +70 -35
  36. package/esm2022/lib/workflow-program/constants.mjs +9 -1
  37. package/esm2022/lib/workflow-program/create-program-ui/define-framework-listing/pipes/tooltip-message.pipe.mjs +7 -1
  38. package/esm2022/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.mjs +13 -16
  39. package/esm2022/lib/workflow-program/workflow-program.component.mjs +5 -5
  40. package/esm2022/lib/workflow-services/policy.service.mjs +7 -1
  41. package/esm2022/lib/workflow-services/programs.service.mjs +1 -1
  42. package/fesm2022/vcomply-workflow-engine.mjs +1176 -793
  43. package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
  44. package/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.d.ts +1 -0
  45. package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts +3 -0
  46. package/lib/add-multiple-risk/add-multiple-risk.component.d.ts +1 -0
  47. package/lib/constants/assets.constants.d.ts +1 -0
  48. package/lib/constants/policy.constant.d.ts +2 -0
  49. package/lib/constants/regix.constants.d.ts +3 -0
  50. package/lib/constants/responsibility.d.ts +7 -0
  51. package/lib/interfaces/policy.interface.d.ts +5 -0
  52. package/lib/log-an-issue/log-an-issue.component.d.ts +2 -0
  53. package/lib/more-option/more-option.component.d.ts +1 -0
  54. package/lib/report-a-case/components/assignee/assignee.component.d.ts +1 -0
  55. package/lib/report-a-case/components/case-assignees/case-assignees.component.d.ts +1 -0
  56. package/lib/report-a-case/components/case-category/case-category.component.d.ts +1 -0
  57. package/lib/report-a-case/components/case-details/case-details.component.d.ts +1 -0
  58. package/lib/report-a-case/components/case-owners/case-owners.component.d.ts +1 -0
  59. package/lib/report-a-case/components/case-priority/case-priority.component.d.ts +1 -0
  60. package/lib/report-a-case/components/case-resolution-deadline/case-resolution-deadline.component.d.ts +9 -3
  61. package/lib/report-a-case/components/case-type-dropdown/case-dropdown.component.d.ts +1 -0
  62. package/lib/report-a-case/components/due-date/due-date.component.d.ts +10 -2
  63. package/lib/report-a-case/components/field-holder/field-holder.component.d.ts +1 -0
  64. package/lib/report-a-case/components/linked assessment/linked-assessment.component.d.ts +1 -0
  65. package/lib/report-a-case/components/linked-responsibilities/linked-responsibilities.component.d.ts +1 -0
  66. package/lib/report-a-case/components/rc-details/rc-details.component.d.ts +1 -0
  67. package/lib/report-a-case/components/report-date/report-date.component.d.ts +9 -1
  68. package/lib/report-a-case/constants/api.constants.d.ts +1 -0
  69. package/lib/report-a-case/constants/report-case.constants.d.ts +2 -0
  70. package/lib/report-a-case/report-case.module.d.ts +23 -22
  71. package/lib/report-a-case/services/date-utility.service.d.ts +9 -0
  72. package/lib/report-a-case/services/report-a-case.service.d.ts +2 -1
  73. package/lib/report-a-case/workflow-case/workflow-case.component.d.ts +5 -1
  74. package/lib/sharedComponents/approval-workflow/approval-create-form/approval-create-form.component.d.ts +1 -0
  75. package/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.d.ts +1 -0
  76. package/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.d.ts +1 -0
  77. package/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.d.ts +1 -0
  78. package/lib/sharedComponents/assessment-editor/components/logic/logic.component.d.ts +1 -0
  79. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.d.ts +1 -0
  80. package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.d.ts +1 -0
  81. package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.d.ts +1 -0
  82. package/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.d.ts +1 -0
  83. package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts +1 -0
  84. package/lib/sharedComponents/audit-category-list/audit-category-list.component.d.ts +1 -0
  85. package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts +6 -0
  86. package/lib/sharedComponents/category-list/category-list.component.d.ts +1 -0
  87. package/lib/sharedComponents/category-list-selection/category-list-selection/category-list-selection.component.d.ts +1 -0
  88. package/lib/sharedComponents/category-multiselect/category-multi-select.component.d.ts +1 -0
  89. package/lib/sharedComponents/checkbox-list/checkbox-list.component.d.ts +1 -0
  90. package/lib/sharedComponents/document-section/document-section.component.d.ts +8 -5
  91. package/lib/sharedComponents/format-and-evidence/format-and-evidence.component.d.ts +5 -1
  92. package/lib/sharedComponents/format-and-evidence/format-and-evidence.module.d.ts +8 -7
  93. package/lib/sharedComponents/framework-list/framework-list.component.d.ts +1 -0
  94. package/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.d.ts +1 -0
  95. package/lib/sharedComponents/group-users-list/group-users-list.component.d.ts +1 -0
  96. package/lib/sharedComponents/link-program/link-program/link-program.component.d.ts +1 -0
  97. package/lib/sharedComponents/owner-list/owner-list.component.d.ts +1 -0
  98. package/lib/sharedComponents/pipes/risk-class.pipe.d.ts +7 -0
  99. package/lib/sharedComponents/policy-access/policy-access.component.d.ts +1 -0
  100. package/lib/sharedComponents/policy-template/select-template-list/select-template-list.component.d.ts +1 -0
  101. package/lib/sharedComponents/program-listing/program-listing.component.d.ts +1 -0
  102. package/lib/sharedComponents/radio-list/radio-list.component.d.ts +1 -0
  103. package/lib/sharedComponents/radio-list-with-pagination/radio-list.component.d.ts +1 -0
  104. package/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.d.ts +1 -0
  105. package/lib/sharedComponents/responsibility-risk-selector/responsibility-risk-selector.component.d.ts +1 -0
  106. package/lib/sharedComponents/review-frequency/review-frequency.component.d.ts +1 -0
  107. package/lib/sharedComponents/roles-list/roles-list.component.d.ts +1 -0
  108. package/lib/sharedComponents/select-approvers/select-approvers.component.d.ts +1 -0
  109. package/lib/sharedComponents/users-radio-list/users-radio-list.component.d.ts +1 -0
  110. package/lib/ui-kit/banner/banner.component.d.ts +8 -0
  111. package/lib/ui-kit/multi-select/cs-multiselect/cs-multiselect.component.d.ts +3 -1
  112. package/lib/ui-kit/pagination/pagination/pagination.component.d.ts +1 -0
  113. package/lib/workflow/shared/components/attributes/attributes-checkbox/attributes-checkbox.component.d.ts +1 -0
  114. package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.d.ts +1 -0
  115. package/lib/workflow-assessment/workflow-assessment.component.d.ts +1 -0
  116. package/lib/workflow-compliance/workflow-compliance.component.d.ts +5 -0
  117. package/lib/workflow-engine.module.d.ts +44 -43
  118. package/lib/workflow-policy/workflow-policy.component.d.ts +3 -0
  119. package/lib/workflow-program/constants.d.ts +3 -0
  120. package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts +1 -0
  121. package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.d.ts +1 -0
  122. package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts +1 -0
  123. package/lib/workflow-program/create-program-ui/role-list/role-list.component.d.ts +1 -0
  124. package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts +1 -0
  125. package/lib/workflow-program/workflow-program.component.d.ts +1 -0
  126. package/lib/workflow-risk/workflow-risk.component.d.ts +1 -0
  127. package/lib/workflow-services/policy.service.d.ts +2 -0
  128. package/lib/workflow-survey-form/workflow-survey-form.component.d.ts +1 -0
  129. package/package.json +1 -1
@@ -66,6 +66,7 @@ export declare class CheckboxListComponent implements OnInit {
66
66
  sequential: string;
67
67
  round_robin: string;
68
68
  anyone: string;
69
+ collaborator: string;
69
70
  };
70
71
  constructor();
71
72
  ngOnInit(): void;
@@ -1,18 +1,19 @@
1
1
  import { PlatformLocation } from '@angular/common';
2
- import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
3
3
  import { ActivatedRoute, Router } from '@angular/router';
4
4
  import { SnackBarService } from '../../ui-kit/snack-bar/snack-bar.service';
5
5
  import { PolicyService } from '../../workflow-services/policy.service';
6
6
  import { PolicyAPIService } from '../../workflow-services/policy-api.service';
7
7
  import { IframeService } from '../../services/iframe.service';
8
8
  import * as i0 from "@angular/core";
9
- export declare class DocumentSectionComponent implements OnInit, OnChanges {
9
+ export declare class DocumentSectionComponent implements OnInit, OnDestroy {
10
10
  private snackBar;
11
11
  private policyService;
12
12
  private policyAPIService;
13
13
  private router;
14
14
  private route;
15
15
  private iframeService;
16
+ private templateViewSubscription;
16
17
  private fileToUpload;
17
18
  filename: string;
18
19
  fileType: string;
@@ -32,7 +33,6 @@ export declare class DocumentSectionComponent implements OnInit, OnChanges {
32
33
  member_obj_id: any;
33
34
  userInfo: any;
34
35
  templateUrl: string;
35
- isTemplateOpened: boolean;
36
36
  disconnectRefresh: EventEmitter<any>;
37
37
  editPolicy: EventEmitter<any>;
38
38
  openTemplate: EventEmitter<any>;
@@ -42,21 +42,24 @@ export declare class DocumentSectionComponent implements OnInit, OnChanges {
42
42
  message: string;
43
43
  };
44
44
  constructor(snackBar: SnackBarService, policyService: PolicyService, policyAPIService: PolicyAPIService, router: Router, route: ActivatedRoute, platformLocation: PlatformLocation, iframeService: IframeService);
45
- ngOnChanges(changes: SimpleChanges): void;
46
45
  ngOnInit(): void;
46
+ checkTemplateView(): void;
47
+ ngOnDestroy(): void;
47
48
  initialiseFeatureFlags(): void;
48
49
  redirectUserToWordPolicy(): void;
49
50
  createWordPolicy(): void;
50
51
  handleFileInput(files: FileList): void;
51
52
  showPdfBlock: boolean;
52
53
  showDocxBlock: boolean;
54
+ get isNextButtonDisabled(): boolean;
53
55
  uploadFile(event: any): void;
54
56
  uploadDocxfile(event: any): void;
57
+ resetUploads(): void;
55
58
  resetDocsError(): void;
56
59
  changeDocType(event: any): void;
57
60
  editor(event: string): void;
58
61
  editPolicyEmit(): void;
59
62
  openTemplateList(): void;
60
63
  static ɵfac: i0.ɵɵFactoryDeclaration<DocumentSectionComponent, never>;
61
- static ɵcmp: i0.ɵɵComponentDeclaration<DocumentSectionComponent, "lib-document-section", never, { "selectedDocumentType": { "alias": "selectedDocumentType"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; "templateView": { "alias": "templateView"; "required": false; }; "policyId": { "alias": "policyId"; "required": false; }; "policyName": { "alias": "policyName"; "required": false; }; "organization_id": { "alias": "organization_id"; "required": false; }; "member_obj_id": { "alias": "member_obj_id"; "required": false; }; "userInfo": { "alias": "userInfo"; "required": false; }; "templateUrl": { "alias": "templateUrl"; "required": false; }; "isTemplateOpened": { "alias": "isTemplateOpened"; "required": false; }; }, { "disconnectRefresh": "disconnectRefresh"; "editPolicy": "editPolicy"; "openTemplate": "openTemplate"; }, never, never, false, never>;
64
+ static ɵcmp: i0.ɵɵComponentDeclaration<DocumentSectionComponent, "lib-document-section", never, { "selectedDocumentType": { "alias": "selectedDocumentType"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; "templateView": { "alias": "templateView"; "required": false; }; "policyId": { "alias": "policyId"; "required": false; }; "policyName": { "alias": "policyName"; "required": false; }; "organization_id": { "alias": "organization_id"; "required": false; }; "member_obj_id": { "alias": "member_obj_id"; "required": false; }; "userInfo": { "alias": "userInfo"; "required": false; }; "templateUrl": { "alias": "templateUrl"; "required": false; }; }, { "disconnectRefresh": "disconnectRefresh"; "editPolicy": "editPolicy"; "openTemplate": "openTemplate"; }, never, never, false, never>;
62
65
  }
@@ -1,12 +1,14 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
2
  import { AuthService } from '../../workflow-services/auth.service';
3
3
  import { PolicyService } from '../../workflow-services/policy.service';
4
+ import { SnackBarService } from '../../ui-kit/snack-bar/snack-bar.service';
4
5
  import { ResponsibilityService } from '../../workflow-services/responsibility.service';
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class FormatAndEvidenceComponent implements OnInit {
7
8
  private responsibilityService;
8
9
  private policyService;
9
10
  private authService;
11
+ private snackbarService;
10
12
  ASSETS: {
11
13
  responsibility_center: string;
12
14
  case_type: string;
@@ -60,6 +62,7 @@ export declare class FormatAndEvidenceComponent implements OnInit {
60
62
  sequential: string;
61
63
  round_robin: string;
62
64
  anyone: string;
65
+ collaborator: string;
63
66
  };
64
67
  updateFiles: EventEmitter<any>;
65
68
  mode: string;
@@ -68,7 +71,7 @@ export declare class FormatAndEvidenceComponent implements OnInit {
68
71
  set formatEvidanceData(value: any);
69
72
  isNewLinkDisabled: boolean;
70
73
  isEditDisabled: boolean;
71
- constructor(responsibilityService: ResponsibilityService, policyService: PolicyService, authService: AuthService);
74
+ constructor(responsibilityService: ResponsibilityService, policyService: PolicyService, authService: AuthService, snackbarService: SnackBarService);
72
75
  formate: any;
73
76
  newLink: {
74
77
  link: string;
@@ -83,6 +86,7 @@ export declare class FormatAndEvidenceComponent implements OnInit {
83
86
  editLink(index: number): void;
84
87
  deleteLink(index: number): void;
85
88
  resetNewLink(): void;
89
+ private fileProcessing;
86
90
  onFileDropped(files: any): void;
87
91
  uploadFile(file: any, uid: string): void;
88
92
  deleteAttachment(index: number): void;
@@ -1,15 +1,16 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./format-and-evidence.component";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "../../pipes/pipes.module";
6
- import * as i5 from "../floating-bar/floating-bar.module";
7
- import * as i6 from "../../formgroup/formgroup.module";
4
+ import * as i3 from "../floating-bar/floating-bar.module";
5
+ import * as i4 from "../../formgroup/formgroup.module";
6
+ import * as i5 from "@angular/forms";
7
+ import * as i6 from "../../ui-kit/line-loader/line-loader.module";
8
8
  import * as i7 from "../no-data/no-data.module";
9
- import * as i8 from "../v-loader/v-loader.module";
10
- import * as i9 from "../../ui-kit/line-loader/line-loader.module";
9
+ import * as i8 from "../../pipes/pipes.module";
10
+ import * as i9 from "../../formgroup/select/select.module";
11
+ import * as i10 from "../v-loader/v-loader.module";
11
12
  export declare class FormatAndEvidenceModule {
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<FormatAndEvidenceModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<FormatAndEvidenceModule, [typeof i1.FormatAndEvidenceComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.PipesModule, typeof i5.FloatingBarModule, typeof i6.FormgroupModule, typeof i7.NoDataModule, typeof i8.VLoaderModule, typeof i9.LineLoaderModule], [typeof i1.FormatAndEvidenceComponent]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FormatAndEvidenceModule, [typeof i1.FormatAndEvidenceComponent], [typeof i2.CommonModule, typeof i3.FloatingBarModule, typeof i4.FormgroupModule, typeof i5.FormsModule, typeof i6.LineLoaderModule, typeof i7.NoDataModule, typeof i8.PipesModule, typeof i9.SelectModule, typeof i10.VLoaderModule], [typeof i1.FormatAndEvidenceComponent]>;
14
15
  static ɵinj: i0.ɵɵInjectorDeclaration<FormatAndEvidenceModule>;
15
16
  }
@@ -59,6 +59,7 @@ export declare class FrameworkListComponent implements OnInit, OnChanges {
59
59
  sequential: string;
60
60
  round_robin: string;
61
61
  anyone: string;
62
+ collaborator: string;
62
63
  };
63
64
  breadCrumb: any[];
64
65
  search: string;
@@ -62,6 +62,7 @@ export declare class FrequencyResponsibilityListComponent implements OnInit {
62
62
  sequential: string;
63
63
  round_robin: string;
64
64
  anyone: string;
65
+ collaborator: string;
65
66
  };
66
67
  responsibilitiesData: any;
67
68
  responsibilityLoader: boolean;
@@ -74,6 +74,7 @@ export declare class GroupUsersListComponent implements OnInit, OnChanges {
74
74
  sequential: string;
75
75
  round_robin: string;
76
76
  anyone: string;
77
+ collaborator: string;
77
78
  };
78
79
  search: string;
79
80
  selectedIds: any[];
@@ -62,6 +62,7 @@ export declare class LinkProgramComponent implements OnInit {
62
62
  sequential: string;
63
63
  round_robin: string;
64
64
  anyone: string;
65
+ collaborator: string;
65
66
  };
66
67
  subCategoriesList: {
67
68
  from: number;
@@ -79,6 +79,7 @@ export declare class OwnerListComponent implements OnInit, OnChanges {
79
79
  sequential: string;
80
80
  round_robin: string;
81
81
  anyone: string;
82
+ collaborator: string;
82
83
  };
83
84
  search: string;
84
85
  selectedIds: any[];
@@ -0,0 +1,7 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class RiskClassPipe implements PipeTransform {
4
+ transform(value: string): boolean;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<RiskClassPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<RiskClassPipe, "riskClass", false>;
7
+ }
@@ -54,6 +54,7 @@ export declare class PolicyAccessComponent implements OnInit {
54
54
  sequential: string;
55
55
  round_robin: string;
56
56
  anyone: string;
57
+ collaborator: string;
57
58
  };
58
59
  policyAccessType: number;
59
60
  SelectedCategory: any;
@@ -39,6 +39,7 @@ export declare class SelectTemplateListComponent {
39
39
  mapDefaultTemplate(): void;
40
40
  sortBy(key: string): void;
41
41
  onSelectCategory(category: any, event: any): void;
42
+ onRestoreSelectedData(event: any[]): void;
42
43
  onApplyFilter(event: any): void;
43
44
  onSelectTemplate(template: any): void;
44
45
  save(): void;
@@ -57,6 +57,7 @@ export declare class ProgramListingComponent implements OnInit {
57
57
  sequential: string;
58
58
  round_robin: string;
59
59
  anyone: string;
60
+ collaborator: string;
60
61
  };
61
62
  animation: boolean;
62
63
  subList: boolean;
@@ -68,6 +68,7 @@ export declare class RadioListComponent implements OnInit, AfterViewInit {
68
68
  sequential: string;
69
69
  round_robin: string;
70
70
  anyone: string;
71
+ collaborator: string;
71
72
  };
72
73
  constructor();
73
74
  ngOnInit(): void;
@@ -76,6 +76,7 @@ export declare class RadioListWithPaginationComponent implements OnInit {
76
76
  sequential: string;
77
77
  round_robin: string;
78
78
  anyone: string;
79
+ collaborator: string;
79
80
  };
80
81
  set setList(value: any);
81
82
  config: panelConfig;
@@ -68,6 +68,7 @@ export declare class ResponsibilityCentersListComponent implements OnInit, OnCha
68
68
  sequential: string;
69
69
  round_robin: string;
70
70
  anyone: string;
71
+ collaborator: string;
71
72
  };
72
73
  constructor();
73
74
  ngOnChanges(): void;
@@ -59,6 +59,7 @@ export declare class ResponsibilityRiskSelectorComponent implements OnInit {
59
59
  sequential: string;
60
60
  round_robin: string;
61
61
  anyone: string;
62
+ collaborator: string;
62
63
  };
63
64
  set activeEntity(value: any);
64
65
  listItems: never[];
@@ -56,6 +56,7 @@ export declare class ReviewFrequencyComponent implements OnInit {
56
56
  sequential: string;
57
57
  round_robin: string;
58
58
  anyone: string;
59
+ collaborator: string;
59
60
  };
60
61
  reviewCompleteDays: any;
61
62
  reviewNOtCompletedDays: any;
@@ -56,6 +56,7 @@ export declare class RolesListComponent implements OnInit {
56
56
  sequential: string;
57
57
  round_robin: string;
58
58
  anyone: string;
59
+ collaborator: string;
59
60
  };
60
61
  constructor();
61
62
  ngOnInit(): void;
@@ -62,6 +62,7 @@ export declare class SelectApproversComponent implements OnInit {
62
62
  sequential: string;
63
63
  round_robin: string;
64
64
  anyone: string;
65
+ collaborator: string;
65
66
  };
66
67
  constructor();
67
68
  ngOnInit(): void;
@@ -69,6 +69,7 @@ export declare class UserRadioListComponent implements OnInit, OnChanges {
69
69
  sequential: string;
70
70
  round_robin: string;
71
71
  anyone: string;
72
+ collaborator: string;
72
73
  };
73
74
  search: string;
74
75
  selectedIds: any[];
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class BannerComponent {
3
+ icon: string;
4
+ bannerClass?: string;
5
+ isCenter: boolean;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<BannerComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<BannerComponent, "app-banner", never, { "icon": { "alias": "icon"; "required": false; }; "bannerClass": { "alias": "bannerClass"; "required": false; }; "isCenter": { "alias": "isCenter"; "required": false; }; }, {}, never, ["[banner]"], false, never>;
8
+ }
@@ -15,6 +15,7 @@ export declare class CsMultiselectComponent implements OnChanges, AfterViewInit
15
15
  applyFilter: EventEmitter<any>;
16
16
  searchText: EventEmitter<string>;
17
17
  resetSelectedData: EventEmitter<any>;
18
+ restoreSelectedData: EventEmitter<any[]>;
18
19
  dropdownOption: boolean;
19
20
  positionReset: boolean;
20
21
  getLeft: number;
@@ -63,7 +64,8 @@ export declare class CsMultiselectComponent implements OnChanges, AfterViewInit
63
64
  * @param applyFilter - Determines whether filter is applied or not
64
65
  */
65
66
  closeDropdown(applyFilter: boolean): void;
67
+ resetToLastState(): void;
66
68
  checkChanges(): boolean;
67
69
  static ɵfac: i0.ɵɵFactoryDeclaration<CsMultiselectComponent, never>;
68
- static ɵcmp: i0.ɵɵComponentDeclaration<CsMultiselectComponent, "cs-multi-select", never, { "isRequired": { "alias": "isRequired"; "required": false; }; "dropdownLabel": { "alias": "dropdownLabel"; "required": false; }; "dropdownSubLabel": { "alias": "dropdownSubLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "selectedItem": { "alias": "selectedItem"; "required": false; }; }, { "valueChange": "valueChange"; "applyFilter": "applyFilter"; "searchText": "searchText"; "resetSelectedData": "resetSelectedData"; }, never, ["*"], false, never>;
70
+ static ɵcmp: i0.ɵɵComponentDeclaration<CsMultiselectComponent, "cs-multi-select", never, { "isRequired": { "alias": "isRequired"; "required": false; }; "dropdownLabel": { "alias": "dropdownLabel"; "required": false; }; "dropdownSubLabel": { "alias": "dropdownSubLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "selectedItem": { "alias": "selectedItem"; "required": false; }; }, { "valueChange": "valueChange"; "applyFilter": "applyFilter"; "searchText": "searchText"; "resetSelectedData": "resetSelectedData"; "restoreSelectedData": "restoreSelectedData"; }, never, ["*"], false, never>;
69
71
  }
@@ -54,6 +54,7 @@ export declare class PaginationComponentUI implements OnInit {
54
54
  sequential: string;
55
55
  round_robin: string;
56
56
  anyone: string;
57
+ collaborator: string;
57
58
  };
58
59
  alphabetsArray: any;
59
60
  activeAlphabet: string;
@@ -56,6 +56,7 @@ export declare class AttributesCheckboxComponent implements OnInit {
56
56
  sequential: string;
57
57
  round_robin: string;
58
58
  anyone: string;
59
+ collaborator: string;
59
60
  };
60
61
  onSelectedAttributes: EventEmitter<any>;
61
62
  constructor();
@@ -61,6 +61,7 @@ export declare class ImportAnAssessmentComponent {
61
61
  sequential: string;
62
62
  round_robin: string;
63
63
  anyone: string;
64
+ collaborator: string;
64
65
  };
65
66
  editorCont: CreateAssessmentContainerComponent;
66
67
  closeWorkflow: EventEmitter<any>;
@@ -66,6 +66,7 @@ export declare class WorkflowAssessmentComponent implements OnInit {
66
66
  sequential: string;
67
67
  round_robin: string;
68
68
  anyone: string;
69
+ collaborator: string;
69
70
  };
70
71
  activeSelector: any;
71
72
  submitted: boolean;
@@ -89,6 +89,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
89
89
  sequential: string;
90
90
  round_robin: string;
91
91
  anyone: string;
92
+ collaborator: string;
92
93
  };
93
94
  allGroupAssignee: boolean;
94
95
  assignorId: any[];
@@ -260,10 +261,13 @@ export declare class WorkflowComplianceComponent implements OnInit {
260
261
  responsibilityDetails: any;
261
262
  constructor(authService: AuthService, responsibilityService: ResponsibilityService, frequencyService: FrequencyService, uiKitService: UiKitService, snackBar: SnackBarService, permission: AuthService, programService: ProgramsService, grcService: GrcService, organizationUserService: OrganizationUserService, complianceCommonService: ComplianceCommonService, organizationCommonService: OrganizationCommonService, iframeService: IframeService);
262
263
  ngOnInit(): void;
264
+ populateRCList(): void;
263
265
  setFeatureFlags(): void;
264
266
  getInitialData(): void;
267
+ getRCDetailsinRiskTreatment(): void;
265
268
  getOrgDetails(): void;
266
269
  getSubscriptionDetail(): void;
270
+ hideOptionFromMoreOptions(): void;
267
271
  activateSelector(type: any, event: boolean): void;
268
272
  setResponsibilityName(): void;
269
273
  whatChanged(event: any): void;
@@ -526,6 +530,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
526
530
  };
527
531
  removeProgram(program: any): void;
528
532
  populateResponsibilityDetails(): void;
533
+ populateformatDetails(res: any): void;
529
534
  populateProgramDetails(res: any): void;
530
535
  populateFrequencyDetails(frequency: any): void;
531
536
  mapLinkedPrograms(programs: {
@@ -93,51 +93,52 @@ import * as i89 from "./sharedComponents/link-program/tooltip-validation.pipe";
93
93
  import * as i90 from "./link-related-policies/link-related-policies.component";
94
94
  import * as i91 from "./sharedComponents/list-container/list-container.component";
95
95
  import * as i92 from "./sharedComponents/pipes/assignee.pipe";
96
- import * as i93 from "@angular/forms";
97
- import * as i94 from "./sharedComponents/assessment-editor/create-assessment.module";
98
- import * as i95 from "@vcomply/editor";
99
- import * as i96 from "@angular/common";
100
- import * as i97 from "./formgroup/formgroup.module";
101
- import * as i98 from "./ui-kit/tooltip/tooltip.module";
102
- import * as i99 from "./ui-kit/popover/popover.module";
103
- import * as i100 from "./ui-kit/line-loader/line-loader.module";
104
- import * as i101 from "./formgroup/select/select.module";
105
- import * as i102 from "ngx-material-timepicker";
106
- import * as i103 from "ng2-date-picker";
107
- import * as i104 from "./sharedComponents/no-data/no-data.module";
108
- import * as i105 from "./sharedComponents/v-loader/v-loader.module";
109
- import * as i106 from "./ui-kit/smiley-dialog/smiley-dialog.module";
110
- import * as i107 from "./ui-kit/snack-bar/snack-bar.module";
111
- import * as i108 from "@angular/common/http";
112
- import * as i109 from "./ui-kit/smiley-dialog-inline/smiley-dialog-inline.module";
113
- import * as i110 from "./ui-kit/click-outside/click-outside.module";
114
- import * as i111 from "./ui-kit/popover-hover/popover-hover.module";
115
- import * as i112 from "./ui-kit/pagination/pagination.module";
116
- import * as i113 from "./ui-kit/action-dialog/action-dialog.module";
117
- import * as i114 from "./sharedComponents/assessment-preview/assessment-preview.module";
118
- import * as i115 from "./workflow-program/create-program-ui/create-program-ui.module";
119
- import * as i116 from "./ui-kit/directive/directive.module";
120
- import * as i117 from "./workflow/grc-object/grc-object.module";
121
- import * as i118 from "./sharedComponents/responsibility-centers-list/rc-list.module";
122
- import * as i119 from "./pipes/pipes.module";
123
- import * as i120 from "./sharedComponents/floating-bar/floating-bar.module";
124
- import * as i121 from "./sharedComponents/group-users-list/group-users-list.component";
125
- import * as i122 from "./sharedComponents/list-loader/list-loader.module";
126
- import * as i123 from "./workflow/shared/components/grc-object-list/grc-object-list.component";
127
- import * as i124 from "./ui-kit/time-picker/time-picker.module";
128
- import * as i125 from "./ui-kit/multi-select/multi-select.module";
129
- import * as i126 from "./sharedComponents/policy-template/policy-template.module";
130
- import * as i127 from "./report-a-case/report-case.module";
131
- import * as i128 from "./sharedComponents/format-and-evidence/format-and-evidence.module";
132
- import * as i129 from "./sharedComponents/checkbox-list/checkbox-list.module";
133
- import * as i130 from "./sharedComponents/radio-list-with-pagination/radio-list-with-pagination.module";
134
- import * as i131 from "./sharedComponents/link-responsibility/link-responsibility.module";
135
- import * as i132 from "./sharedComponents/program-list/program-list.module";
136
- import * as i133 from "./sharedComponents/frequency/frequency-responsibility-list/sub-responsibility/sub-responsibility.component";
137
- import * as i134 from "./ui-kit/avatar-v2/avatar-v2.component";
96
+ import * as i93 from "./sharedComponents/pipes/risk-class.pipe";
97
+ import * as i94 from "@angular/forms";
98
+ import * as i95 from "./sharedComponents/assessment-editor/create-assessment.module";
99
+ import * as i96 from "@vcomply/editor";
100
+ import * as i97 from "@angular/common";
101
+ import * as i98 from "./formgroup/formgroup.module";
102
+ import * as i99 from "./ui-kit/tooltip/tooltip.module";
103
+ import * as i100 from "./ui-kit/popover/popover.module";
104
+ import * as i101 from "./ui-kit/line-loader/line-loader.module";
105
+ import * as i102 from "./formgroup/select/select.module";
106
+ import * as i103 from "ngx-material-timepicker";
107
+ import * as i104 from "ng2-date-picker";
108
+ import * as i105 from "./sharedComponents/no-data/no-data.module";
109
+ import * as i106 from "./sharedComponents/v-loader/v-loader.module";
110
+ import * as i107 from "./ui-kit/smiley-dialog/smiley-dialog.module";
111
+ import * as i108 from "./ui-kit/snack-bar/snack-bar.module";
112
+ import * as i109 from "@angular/common/http";
113
+ import * as i110 from "./ui-kit/smiley-dialog-inline/smiley-dialog-inline.module";
114
+ import * as i111 from "./ui-kit/click-outside/click-outside.module";
115
+ import * as i112 from "./ui-kit/popover-hover/popover-hover.module";
116
+ import * as i113 from "./ui-kit/pagination/pagination.module";
117
+ import * as i114 from "./ui-kit/action-dialog/action-dialog.module";
118
+ import * as i115 from "./sharedComponents/assessment-preview/assessment-preview.module";
119
+ import * as i116 from "./workflow-program/create-program-ui/create-program-ui.module";
120
+ import * as i117 from "./ui-kit/directive/directive.module";
121
+ import * as i118 from "./workflow/grc-object/grc-object.module";
122
+ import * as i119 from "./sharedComponents/responsibility-centers-list/rc-list.module";
123
+ import * as i120 from "./pipes/pipes.module";
124
+ import * as i121 from "./sharedComponents/floating-bar/floating-bar.module";
125
+ import * as i122 from "./sharedComponents/group-users-list/group-users-list.component";
126
+ import * as i123 from "./sharedComponents/list-loader/list-loader.module";
127
+ import * as i124 from "./workflow/shared/components/grc-object-list/grc-object-list.component";
128
+ import * as i125 from "./ui-kit/time-picker/time-picker.module";
129
+ import * as i126 from "./ui-kit/multi-select/multi-select.module";
130
+ import * as i127 from "./sharedComponents/policy-template/policy-template.module";
131
+ import * as i128 from "./report-a-case/report-case.module";
132
+ import * as i129 from "./sharedComponents/format-and-evidence/format-and-evidence.module";
133
+ import * as i130 from "./sharedComponents/checkbox-list/checkbox-list.module";
134
+ import * as i131 from "./sharedComponents/radio-list-with-pagination/radio-list-with-pagination.module";
135
+ import * as i132 from "./sharedComponents/link-responsibility/link-responsibility.module";
136
+ import * as i133 from "./sharedComponents/program-list/program-list.module";
137
+ import * as i134 from "./sharedComponents/frequency/frequency-responsibility-list/sub-responsibility/sub-responsibility.component";
138
+ import * as i135 from "./ui-kit/avatar-v2/avatar-v2.component";
138
139
  export declare class VComplyWorkflowEngineModule {
139
140
  static forRoot(environmentConfig: Configurations): ModuleWithProviders<VComplyWorkflowEngineModule>;
140
141
  static ɵfac: i0.ɵɵFactoryDeclaration<VComplyWorkflowEngineModule, never>;
141
- static ɵmod: i0.ɵɵNgModuleDeclaration<VComplyWorkflowEngineModule, [typeof i1.WorkflowEngineContainerComponent, typeof i2.WorkflowRiskComponent, typeof i3.WorkflowComplianceComponent, typeof i4.WorkflowPolicyComponent, typeof i5.MoreOptionComponent, typeof i6.OwnerListComponent, typeof i7.UserRadioListComponent, typeof i8.CategoryListComponent, typeof i9.CategoryMultiSelectComponent, typeof i10.WorkflowPaginationComponent, typeof i11.AddMultipleRiskComponent, typeof i12.BulkViewComponent, typeof i13.CheckpointsComponent, typeof i14.ConfirmationAlertComponent, typeof i15.CheckpointsQuestionsComponent, typeof i16.CheckpointsListComponent, typeof i17.ReviewFrequencyComponent, typeof i18.FrequencyContainerComponent, typeof i19.FrequencyDailyComponent, typeof i20.FrequencyWeeklyComponent, typeof i21.FrequencyMonthlyComponent, typeof i22.FrequencyQuarterlyComponent, typeof i23.FrequencyBiannualComponent, typeof i24.FrequencyAnnualComponent, typeof i25.FrequencyOneTimeComponent, typeof i26.FrequencyRandomComponent, typeof i27.FrequencyOnCompletionOfComponent, typeof i28.FrequencyOngoingComponent, typeof i29.FrequencyTopComponent, typeof i30.FrequencyLifecycleComponent, typeof i31.FrequencyDueDateComponent, typeof i32.FrequencyCheckboxListComponent, typeof i33.FrequencyRadioListComponent, typeof i34.AddMultipleResponsibilityComponent, typeof i35.BulkResponsibilityViewComponent, typeof i36.CheckpointsPolicyContainerComponent, typeof i37.CheckpointsPolicyListComponent, typeof i38.CheckpointsPolicyQuestionsComponent, typeof i39.WorkflowSurveyFormComponent, typeof i40.LogAnIssueComponent, typeof i41.FilterPipe, typeof i42.RadioListComponent, typeof i43.CreateDocumentsComponent, typeof i44.FrameworkListComponent, typeof i45.ParentTableComponent, typeof i46.CheckpointFloatingBarComponent, typeof i47.RiskClassificationComponent, typeof i48.ShortMergePipe, typeof i49.FormatHtmlPipe, typeof i50.WithinDataPipe, typeof i51.rcTreeToolTipPipe, typeof i52.ResponsibilityRiskSelectorComponent, typeof i53.ArrayFilterPipe, typeof i54.AuditCategoryListComponent, typeof i55.DocumentSectionComponent, typeof i55.DocumentSectionComponent, typeof i56.WorkflowAssessmentComponent, typeof i57.ImportAnAssessmentComponent, typeof i58.AssessmentListComponent, typeof i59.AssessmentListLoaderComponent, typeof i60.AssessmentListSubLoaderComponent, typeof i61.ProgramListingComponent, typeof i62.WorkflowProgramComponent, typeof i63.RolesListComponent, typeof i64.FrameworkListTableComponent, typeof i65.FrameworkResponsibilityTableComponent, typeof i66.FrameworkTableLoaderComponent, typeof i67.ArrayConcatPipe, typeof i68.SpaceTrimPipe, typeof i69.FrequencyDialogContainerComponent, typeof i70.FrequencyDialogWeeklyComponent, typeof i71.FrequencyDialogTopComponent, typeof i72.FrequencyDialogDueDateComponent, typeof i73.FrequencyDialogCheckboxListComponent, typeof i74.FrequencyDialogMonthlyComponent, typeof i75.FrequencyDialogQuarterlyComponent, typeof i76.FrequencyDialogRadioListComponent, typeof i77.FrequencyDialogBiannualComponent, typeof i78.FrequencyDialogAnnualComponent, typeof i79.FrequencyDialogOneTimeComponent, typeof i80.AddMultipleResponsibilityContainerComponent, typeof i81.AddMultipleResponsibilityWithTabComponent, typeof i82.FrequencyResponsibilityListComponent, typeof i83.ApprovalWorkflowComponent, typeof i84.SelectApproversComponent, typeof i85.PolicyAccessComponent, typeof i86.ApprovalWorkflowListComponent, typeof i87.ApprovalCreateFormComponent, typeof i88.LinkProgramComponent, typeof i89.TooltipValidationPipe, typeof i90.LinkRelatedPoliciesComponent, typeof i91.ListContainerComponent, typeof i92.ResponsibilityDetailsPipe], [typeof i93.ReactiveFormsModule, typeof i94.CreateAssessmentModule, typeof i95.VcomplyEditorModule, typeof i96.CommonModule, typeof i97.FormgroupModule, typeof i98.TooltipModule, typeof i99.PopoverModule, typeof i100.LineLoaderModule, typeof i93.FormsModule, typeof i101.SelectModule, typeof i102.NgxMaterialTimepickerModule, typeof i103.DpDatePickerModule, typeof i104.NoDataModule, typeof i105.VLoaderModule, typeof i106.SmileyDialogModule, typeof i107.SnackBarModule, typeof i108.HttpClientModule, typeof i109.SmileyDialogInlineModule, typeof i110.ClickOutsideModule, typeof i111.PopoverHoverModule, typeof i112.PaginationModule, typeof i94.CreateAssessmentModule, typeof i113.ActionDialogModule, typeof i114.AssessmentPreviewModule, typeof i115.CreateProgramUiModule, typeof i116.DirectiveModule, typeof i117.GrcObjectModule, typeof i118.RcListModule, typeof i119.PipesModule, typeof i120.FloatingBarModule, typeof i121.GroupUsersListComponent, typeof i122.ListLoaderModule, typeof i123.GrcObjectListComponent, typeof i124.TimePickerModule, typeof i125.MultiSelectModule, typeof i126.PolicyTemplateModule, typeof i127.ReportCaseModule, typeof i128.FormatAndEvidenceModule, typeof i129.CheckboxListModule, typeof i130.RadioListWithPaginationModule, typeof i131.LinkResponsibilityModule, typeof i132.ProgramListModule, typeof i133.SubResponsibilityComponent, typeof i134.AvatarV2Component], [typeof i1.WorkflowEngineContainerComponent]>;
142
+ static ɵmod: i0.ɵɵNgModuleDeclaration<VComplyWorkflowEngineModule, [typeof i1.WorkflowEngineContainerComponent, typeof i2.WorkflowRiskComponent, typeof i3.WorkflowComplianceComponent, typeof i4.WorkflowPolicyComponent, typeof i5.MoreOptionComponent, typeof i6.OwnerListComponent, typeof i7.UserRadioListComponent, typeof i8.CategoryListComponent, typeof i9.CategoryMultiSelectComponent, typeof i10.WorkflowPaginationComponent, typeof i11.AddMultipleRiskComponent, typeof i12.BulkViewComponent, typeof i13.CheckpointsComponent, typeof i14.ConfirmationAlertComponent, typeof i15.CheckpointsQuestionsComponent, typeof i16.CheckpointsListComponent, typeof i17.ReviewFrequencyComponent, typeof i18.FrequencyContainerComponent, typeof i19.FrequencyDailyComponent, typeof i20.FrequencyWeeklyComponent, typeof i21.FrequencyMonthlyComponent, typeof i22.FrequencyQuarterlyComponent, typeof i23.FrequencyBiannualComponent, typeof i24.FrequencyAnnualComponent, typeof i25.FrequencyOneTimeComponent, typeof i26.FrequencyRandomComponent, typeof i27.FrequencyOnCompletionOfComponent, typeof i28.FrequencyOngoingComponent, typeof i29.FrequencyTopComponent, typeof i30.FrequencyLifecycleComponent, typeof i31.FrequencyDueDateComponent, typeof i32.FrequencyCheckboxListComponent, typeof i33.FrequencyRadioListComponent, typeof i34.AddMultipleResponsibilityComponent, typeof i35.BulkResponsibilityViewComponent, typeof i36.CheckpointsPolicyContainerComponent, typeof i37.CheckpointsPolicyListComponent, typeof i38.CheckpointsPolicyQuestionsComponent, typeof i39.WorkflowSurveyFormComponent, typeof i40.LogAnIssueComponent, typeof i41.FilterPipe, typeof i42.RadioListComponent, typeof i43.CreateDocumentsComponent, typeof i44.FrameworkListComponent, typeof i45.ParentTableComponent, typeof i46.CheckpointFloatingBarComponent, typeof i47.RiskClassificationComponent, typeof i48.ShortMergePipe, typeof i49.FormatHtmlPipe, typeof i50.WithinDataPipe, typeof i51.rcTreeToolTipPipe, typeof i52.ResponsibilityRiskSelectorComponent, typeof i53.ArrayFilterPipe, typeof i54.AuditCategoryListComponent, typeof i55.DocumentSectionComponent, typeof i55.DocumentSectionComponent, typeof i56.WorkflowAssessmentComponent, typeof i57.ImportAnAssessmentComponent, typeof i58.AssessmentListComponent, typeof i59.AssessmentListLoaderComponent, typeof i60.AssessmentListSubLoaderComponent, typeof i61.ProgramListingComponent, typeof i62.WorkflowProgramComponent, typeof i63.RolesListComponent, typeof i64.FrameworkListTableComponent, typeof i65.FrameworkResponsibilityTableComponent, typeof i66.FrameworkTableLoaderComponent, typeof i67.ArrayConcatPipe, typeof i68.SpaceTrimPipe, typeof i69.FrequencyDialogContainerComponent, typeof i70.FrequencyDialogWeeklyComponent, typeof i71.FrequencyDialogTopComponent, typeof i72.FrequencyDialogDueDateComponent, typeof i73.FrequencyDialogCheckboxListComponent, typeof i74.FrequencyDialogMonthlyComponent, typeof i75.FrequencyDialogQuarterlyComponent, typeof i76.FrequencyDialogRadioListComponent, typeof i77.FrequencyDialogBiannualComponent, typeof i78.FrequencyDialogAnnualComponent, typeof i79.FrequencyDialogOneTimeComponent, typeof i80.AddMultipleResponsibilityContainerComponent, typeof i81.AddMultipleResponsibilityWithTabComponent, typeof i82.FrequencyResponsibilityListComponent, typeof i83.ApprovalWorkflowComponent, typeof i84.SelectApproversComponent, typeof i85.PolicyAccessComponent, typeof i86.ApprovalWorkflowListComponent, typeof i87.ApprovalCreateFormComponent, typeof i88.LinkProgramComponent, typeof i89.TooltipValidationPipe, typeof i90.LinkRelatedPoliciesComponent, typeof i91.ListContainerComponent, typeof i92.ResponsibilityDetailsPipe, typeof i93.RiskClassPipe], [typeof i94.ReactiveFormsModule, typeof i95.CreateAssessmentModule, typeof i96.VcomplyEditorModule, typeof i97.CommonModule, typeof i98.FormgroupModule, typeof i99.TooltipModule, typeof i100.PopoverModule, typeof i101.LineLoaderModule, typeof i94.FormsModule, typeof i102.SelectModule, typeof i103.NgxMaterialTimepickerModule, typeof i104.DpDatePickerModule, typeof i105.NoDataModule, typeof i106.VLoaderModule, typeof i107.SmileyDialogModule, typeof i108.SnackBarModule, typeof i109.HttpClientModule, typeof i110.SmileyDialogInlineModule, typeof i111.ClickOutsideModule, typeof i112.PopoverHoverModule, typeof i113.PaginationModule, typeof i95.CreateAssessmentModule, typeof i114.ActionDialogModule, typeof i115.AssessmentPreviewModule, typeof i116.CreateProgramUiModule, typeof i117.DirectiveModule, typeof i118.GrcObjectModule, typeof i119.RcListModule, typeof i120.PipesModule, typeof i121.FloatingBarModule, typeof i122.GroupUsersListComponent, typeof i123.ListLoaderModule, typeof i124.GrcObjectListComponent, typeof i125.TimePickerModule, typeof i126.MultiSelectModule, typeof i127.PolicyTemplateModule, typeof i128.ReportCaseModule, typeof i129.FormatAndEvidenceModule, typeof i130.CheckboxListModule, typeof i131.RadioListWithPaginationModule, typeof i132.LinkResponsibilityModule, typeof i133.ProgramListModule, typeof i134.SubResponsibilityComponent, typeof i135.AvatarV2Component], [typeof i1.WorkflowEngineContainerComponent]>;
142
143
  static ɵinj: i0.ɵɵInjectorDeclaration<VComplyWorkflowEngineModule>;
143
144
  }
@@ -88,6 +88,7 @@ export declare class WorkflowPolicyComponent implements OnInit {
88
88
  sequential: string;
89
89
  round_robin: string;
90
90
  anyone: string;
91
+ collaborator: string;
91
92
  };
92
93
  CONSTANTS: any;
93
94
  LINKS: any;
@@ -276,12 +277,14 @@ export declare class WorkflowPolicyComponent implements OnInit {
276
277
  * @param id contains selected categories id's
277
278
  */
278
279
  getApproverWorkFlow(id: any, data?: any): void;
280
+ updateDefaultWorkflow(workflow: any): void;
279
281
  removeWorkflow(): void;
280
282
  /**
281
283
  * Fetches Approvers and reviewers list based on selected policy categories
282
284
  * @param categoryIds contains selected categories id's
283
285
  */
284
286
  getApproversAndReviewersList(categoryIds: any, approverIds?: any, reviewerIds?: any, policy?: any): void;
287
+ private hasWorkflowChanges;
285
288
  /*******
286
289
  * It is to populate more options elements while editing the policy form
287
290
  */
@@ -47,3 +47,6 @@ export declare const CONSTANTS: {
47
47
  };
48
48
  };
49
49
  export declare const PROGRAM_NAME_ERROR_MESSAGE = "A program with this name already exists";
50
+ export declare const COLLABORATOR_TOOLTIP = "<strong>Collaborators</strong> can only access responsibilities in this program where they are directly involved, such as creator, reviewer, assignor, oversight user, or collaborator.<br>\n <br>\n This role is ideal for users who need to work on specific tasks but shouldn't see the entire program\u2019s contents.\n <br>\n <br>\n <em>Example:</em> In an AML (Anti-Money Laundering) program, the Finance lead added as a collaborator will only see responsibilities related to financial reporting or audits they are linked to, not those owned by Legal or Compliance.";
51
+ export declare const COLLABORATOR_PLACEHODLER = "Select users that can collaborate in this Program";
52
+ export declare const COLLABORATOR_TOOLTIP_TEXT = "This user has already been selected as a Program Owner.";
@@ -58,6 +58,7 @@ export declare class AssessmentPickerComponent implements OnInit {
58
58
  sequential: string;
59
59
  round_robin: string;
60
60
  anyone: string;
61
+ collaborator: string;
61
62
  };
62
63
  animation: boolean;
63
64
  selectedData: any;
@@ -61,6 +61,7 @@ export declare class DefineFrameworkListingComponent implements OnInit {
61
61
  sequential: string;
62
62
  round_robin: string;
63
63
  anyone: string;
64
+ collaborator: string;
64
65
  };
65
66
  animation: boolean;
66
67
  frameworkListSubscription: Subscription;
@@ -54,6 +54,7 @@ export declare class PaginationComponent {
54
54
  sequential: string;
55
55
  round_robin: string;
56
56
  anyone: string;
57
+ collaborator: string;
57
58
  };
58
59
  currPage: number;
59
60
  from: number;
@@ -60,6 +60,7 @@ export declare class RoleListComponent implements OnInit {
60
60
  sequential: string;
61
61
  round_robin: string;
62
62
  anyone: string;
63
+ collaborator: string;
63
64
  };
64
65
  constructor();
65
66
  ngOnInit(): void;
@@ -55,6 +55,7 @@ export declare class UserGroupListComponent implements OnInit {
55
55
  sequential: string;
56
56
  round_robin: string;
57
57
  anyone: string;
58
+ collaborator: string;
58
59
  };
59
60
  save: EventEmitter<any>;
60
61
  cancel: EventEmitter<any>;
@@ -68,6 +68,7 @@ export declare class WorkflowProgramComponent implements OnInit {
68
68
  sequential: string;
69
69
  round_robin: string;
70
70
  anyone: string;
71
+ collaborator: string;
71
72
  };
72
73
  constants: {
73
74
  categoryType: {
@@ -74,6 +74,7 @@ export declare class WorkflowRiskComponent implements OnInit {
74
74
  sequential: string;
75
75
  round_robin: string;
76
76
  anyone: string;
77
+ collaborator: string;
77
78
  };
78
79
  GRC_TYPE_ARRAY: string[];
79
80
  responsibilityCentersList: any;