vcomply-workflow-engine 6.1.3 → 6.1.4

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 (171) hide show
  1. package/esm2022/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.mjs +34 -7
  2. package/esm2022/lib/constants/api.constants.mjs +1 -6
  3. package/esm2022/lib/constants/assets.constants.mjs +2 -1
  4. package/esm2022/lib/constants/policy.constant.mjs +6 -0
  5. package/esm2022/lib/constants/regix.constants.mjs +4 -0
  6. package/esm2022/lib/constants/responsibility.mjs +8 -0
  7. package/esm2022/lib/interfaces/policy.interface.mjs +2 -0
  8. package/esm2022/lib/interfaces/responsibilty.interface.mjs +1 -1
  9. package/esm2022/lib/more-option/more-option.component.mjs +191 -26
  10. package/esm2022/lib/report-a-case/services/report-a-case.service.mjs +2 -3
  11. package/esm2022/lib/report-a-case/workflow-case/workflow-case.component.mjs +7 -4
  12. package/esm2022/lib/services/common.service.mjs +1 -40
  13. package/esm2022/lib/services/iframe.service.mjs +1 -14
  14. package/esm2022/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.mjs +6 -3
  15. package/esm2022/lib/sharedComponents/category-list-selection/category-list-selection/category-list-selection.component.mjs +7 -7
  16. package/esm2022/lib/sharedComponents/category-list-selection/category-list-selection.module.mjs +4 -27
  17. package/esm2022/lib/sharedComponents/format-and-evidence/format-and-evidence.component.mjs +21 -10
  18. package/esm2022/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.mjs +1 -5
  19. package/esm2022/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.mjs +1 -5
  20. package/esm2022/lib/sharedComponents/frequency/frequency-container/frequency-container.component.mjs +5 -5
  21. package/esm2022/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.mjs +1 -2
  22. package/esm2022/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.mjs +2 -6
  23. package/esm2022/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.mjs +2 -3
  24. package/esm2022/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.mjs +1 -3
  25. package/esm2022/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.mjs +1 -5
  26. package/esm2022/lib/sharedComponents/frequency/frequency-random/frequency-random.component.mjs +2 -9
  27. package/esm2022/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.mjs +2 -4
  28. package/esm2022/lib/sharedComponents/frequency/frequency.service.mjs +5 -267
  29. package/esm2022/lib/sharedComponents/group-users-list/group-users-list.component.mjs +2 -5
  30. package/esm2022/lib/sharedComponents/link-responsibility/link-responsibility.component.mjs +16 -47
  31. package/esm2022/lib/sharedComponents/pipes/risk-class.pipe.mjs +19 -0
  32. package/esm2022/lib/workflow/grc-object/grc-object-container/grc-object-container.component.mjs +17 -45
  33. package/esm2022/lib/workflow/shared/components/grc-category-listing/grc-category-listing.component.mjs +10 -13
  34. package/esm2022/lib/workflow/shared/components/program-responsibility-listing/program-responsibility-listing.component.mjs +35 -62
  35. package/esm2022/lib/workflow/shared/services/grc.service.mjs +2 -15
  36. package/esm2022/lib/workflow/shared/workflow-pipes/workflow-pipes.module.mjs +3 -8
  37. package/esm2022/lib/workflow-compliance/workflow-compliance.component.mjs +453 -294
  38. package/esm2022/lib/workflow-engine-container/api-constants.mjs +2 -3
  39. package/esm2022/lib/workflow-engine-container/workflow-engine-container.component.mjs +53 -32
  40. package/esm2022/lib/workflow-engine.module.mjs +16 -11
  41. package/esm2022/lib/workflow-policy/workflow-policy.component.mjs +29 -46
  42. package/esm2022/lib/workflow-program/constants.mjs +11 -3
  43. package/esm2022/lib/workflow-program/create-program-ui/define-framework-listing/pipes/tooltip-message.pipe.mjs +7 -1
  44. package/esm2022/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.mjs +11 -13
  45. package/esm2022/lib/workflow-program/workflow-program.component.mjs +311 -340
  46. package/esm2022/lib/workflow-services/policy.service.mjs +9 -8
  47. package/esm2022/lib/workflow-services/programs.service.mjs +114 -26
  48. package/esm2022/lib/workflow-services/responsibility.service.mjs +56 -60
  49. package/fesm2022/vcomply-workflow-engine.mjs +18654 -19161
  50. package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
  51. package/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.d.ts +1 -0
  52. package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts +3 -0
  53. package/lib/add-multiple-risk/add-multiple-risk.component.d.ts +1 -0
  54. package/lib/constants/api.constants.d.ts +0 -5
  55. package/lib/constants/assets.constants.d.ts +1 -0
  56. package/lib/constants/policy.constant.d.ts +2 -0
  57. package/lib/constants/regix.constants.d.ts +3 -0
  58. package/lib/constants/responsibility.d.ts +7 -0
  59. package/lib/interfaces/policy.interface.d.ts +5 -0
  60. package/lib/interfaces/responsibilty.interface.d.ts +13 -13
  61. package/lib/log-an-issue/log-an-issue.component.d.ts +1 -0
  62. package/lib/more-option/more-option.component.d.ts +1 -0
  63. package/lib/report-a-case/components/assignee/assignee.component.d.ts +1 -0
  64. package/lib/report-a-case/components/case-assignees/case-assignees.component.d.ts +1 -0
  65. package/lib/report-a-case/components/case-category/case-category.component.d.ts +1 -0
  66. package/lib/report-a-case/components/case-details/case-details.component.d.ts +1 -0
  67. package/lib/report-a-case/components/case-owners/case-owners.component.d.ts +1 -0
  68. package/lib/report-a-case/components/case-priority/case-priority.component.d.ts +1 -0
  69. package/lib/report-a-case/components/case-resolution-deadline/case-resolution-deadline.component.d.ts +1 -0
  70. package/lib/report-a-case/components/case-type-dropdown/case-dropdown.component.d.ts +1 -0
  71. package/lib/report-a-case/components/due-date/due-date.component.d.ts +1 -0
  72. package/lib/report-a-case/components/field-holder/field-holder.component.d.ts +1 -0
  73. package/lib/report-a-case/components/linked assessment/linked-assessment.component.d.ts +1 -0
  74. package/lib/report-a-case/components/linked-responsibilities/linked-responsibilities.component.d.ts +1 -0
  75. package/lib/report-a-case/components/rc-details/rc-details.component.d.ts +1 -0
  76. package/lib/report-a-case/components/report-date/report-date.component.d.ts +1 -0
  77. package/lib/report-a-case/workflow-case/workflow-case.component.d.ts +1 -0
  78. package/lib/services/common.service.d.ts +0 -28
  79. package/lib/services/iframe.service.d.ts +0 -6
  80. package/lib/sharedComponents/approval-workflow/approval-create-form/approval-create-form.component.d.ts +1 -0
  81. package/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.d.ts +1 -0
  82. package/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.d.ts +1 -0
  83. package/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.d.ts +1 -0
  84. package/lib/sharedComponents/assessment-editor/components/logic/logic.component.d.ts +1 -0
  85. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.d.ts +1 -0
  86. package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.d.ts +1 -0
  87. package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.d.ts +1 -0
  88. package/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.d.ts +1 -0
  89. package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts +1 -0
  90. package/lib/sharedComponents/audit-category-list/audit-category-list.component.d.ts +1 -0
  91. package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts +6 -0
  92. package/lib/sharedComponents/category-list/category-list.component.d.ts +1 -0
  93. package/lib/sharedComponents/category-list-selection/category-list-selection/category-list-selection.component.d.ts +1 -0
  94. package/lib/sharedComponents/category-list-selection/category-list-selection.module.d.ts +5 -5
  95. package/lib/sharedComponents/category-multiselect/category-multi-select.component.d.ts +1 -0
  96. package/lib/sharedComponents/checkbox-list/checkbox-list.component.d.ts +1 -0
  97. package/lib/sharedComponents/format-and-evidence/format-and-evidence.component.d.ts +5 -1
  98. package/lib/sharedComponents/framework-list/framework-list.component.d.ts +1 -0
  99. package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts +0 -1
  100. package/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.d.ts +1 -0
  101. package/lib/sharedComponents/frequency/frequency.service.d.ts +2 -92
  102. package/lib/sharedComponents/group-users-list/group-users-list.component.d.ts +1 -0
  103. package/lib/sharedComponents/link-program/link-program/link-program.component.d.ts +1 -0
  104. package/lib/sharedComponents/link-responsibility/link-responsibility.component.d.ts +1 -2
  105. package/lib/sharedComponents/owner-list/owner-list.component.d.ts +1 -0
  106. package/lib/sharedComponents/pipes/risk-class.pipe.d.ts +7 -0
  107. package/lib/sharedComponents/policy-access/policy-access.component.d.ts +1 -0
  108. package/lib/sharedComponents/program-listing/program-listing.component.d.ts +1 -0
  109. package/lib/sharedComponents/radio-list/radio-list.component.d.ts +1 -0
  110. package/lib/sharedComponents/radio-list-with-pagination/radio-list.component.d.ts +1 -0
  111. package/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.d.ts +1 -0
  112. package/lib/sharedComponents/responsibility-risk-selector/responsibility-risk-selector.component.d.ts +1 -0
  113. package/lib/sharedComponents/review-frequency/review-frequency.component.d.ts +1 -0
  114. package/lib/sharedComponents/roles-list/roles-list.component.d.ts +1 -0
  115. package/lib/sharedComponents/select-approvers/select-approvers.component.d.ts +1 -0
  116. package/lib/sharedComponents/users-radio-list/users-radio-list.component.d.ts +1 -0
  117. package/lib/ui-kit/pagination/pagination/pagination.component.d.ts +1 -0
  118. package/lib/workflow/grc-object/grc-object-container/grc-object-container.component.d.ts +1 -5
  119. package/lib/workflow/shared/components/attributes/attributes-checkbox/attributes-checkbox.component.d.ts +1 -0
  120. package/lib/workflow/shared/components/grc-category-listing/grc-category-listing.component.d.ts +1 -3
  121. package/lib/workflow/shared/components/program-responsibility-listing/program-responsibility-listing.component.d.ts +2 -6
  122. package/lib/workflow/shared/services/grc.service.d.ts +0 -1
  123. package/lib/workflow/shared/workflow-pipes/workflow-pipes.module.d.ts +2 -3
  124. package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.d.ts +1 -0
  125. package/lib/workflow-assessment/workflow-assessment.component.d.ts +1 -0
  126. package/lib/workflow-compliance/workflow-compliance.component.d.ts +11 -32
  127. package/lib/workflow-engine-container/api-constants.d.ts +0 -1
  128. package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +2 -5
  129. package/lib/workflow-engine.module.d.ts +2 -3
  130. package/lib/workflow-policy/workflow-policy.component.d.ts +1 -9
  131. package/lib/workflow-program/constants.d.ts +3 -0
  132. package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts +1 -0
  133. package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.d.ts +1 -0
  134. package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts +1 -0
  135. package/lib/workflow-program/create-program-ui/role-list/role-list.component.d.ts +1 -0
  136. package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts +1 -0
  137. package/lib/workflow-program/workflow-program.component.d.ts +11 -9
  138. package/lib/workflow-risk/workflow-risk.component.d.ts +2 -1
  139. package/lib/workflow-services/policy.service.d.ts +1 -1
  140. package/lib/workflow-services/programs.service.d.ts +54 -13
  141. package/lib/workflow-services/responsibility.service.d.ts +4 -17
  142. package/lib/workflow-survey-form/workflow-survey-form.component.d.ts +1 -0
  143. package/package.json +1 -1
  144. package/esm2022/lib/interfaces/frequency.interface.mjs +0 -2
  145. package/esm2022/lib/interfaces/iframe-type.mjs +0 -7
  146. package/esm2022/lib/sharedComponents/list-container/list-container.component.mjs +0 -52
  147. package/esm2022/lib/sharedComponents/program-list/constant.mjs +0 -27
  148. package/esm2022/lib/sharedComponents/program-list/interfaces/data-source.interface.mjs +0 -2
  149. package/esm2022/lib/sharedComponents/program-list/interfaces/list-item.interface.mjs +0 -2
  150. package/esm2022/lib/sharedComponents/program-list/pipes/check-selected-items.pipes.mjs +0 -23
  151. package/esm2022/lib/sharedComponents/program-list/program-list/program-list.component.mjs +0 -273
  152. package/esm2022/lib/sharedComponents/program-list/program-list.module.mjs +0 -51
  153. package/esm2022/lib/sharedComponents/program-list/services/list-utils.service.mjs +0 -27
  154. package/esm2022/lib/sharedComponents/program-list/services/program-list-api.service.mjs +0 -32
  155. package/esm2022/lib/ui-kit/loaders/loaders.module.mjs +0 -24
  156. package/esm2022/lib/ui-kit/loaders/table-loader/table-loader.component.mjs +0 -19
  157. package/esm2022/lib/workflow/shared/workflow-pipes/get-user-details.pipe.mjs +0 -26
  158. package/lib/interfaces/frequency.interface.d.ts +0 -37
  159. package/lib/interfaces/iframe-type.d.ts +0 -5
  160. package/lib/sharedComponents/list-container/list-container.component.d.ts +0 -9
  161. package/lib/sharedComponents/program-list/constant.d.ts +0 -20
  162. package/lib/sharedComponents/program-list/interfaces/data-source.interface.d.ts +0 -4
  163. package/lib/sharedComponents/program-list/interfaces/list-item.interface.d.ts +0 -5
  164. package/lib/sharedComponents/program-list/pipes/check-selected-items.pipes.d.ts +0 -7
  165. package/lib/sharedComponents/program-list/program-list/program-list.component.d.ts +0 -126
  166. package/lib/sharedComponents/program-list/program-list.module.d.ts +0 -15
  167. package/lib/sharedComponents/program-list/services/list-utils.service.d.ts +0 -7
  168. package/lib/sharedComponents/program-list/services/program-list-api.service.d.ts +0 -14
  169. package/lib/ui-kit/loaders/loaders.module.d.ts +0 -8
  170. package/lib/ui-kit/loaders/table-loader/table-loader.component.d.ts +0 -9
  171. package/lib/workflow/shared/workflow-pipes/get-user-details.pipe.d.ts +0 -7
@@ -60,6 +60,7 @@ export declare class AddMultipleResponsibilityContainerComponent implements OnIn
60
60
  sequential: string;
61
61
  round_robin: string;
62
62
  anyone: string;
63
+ collaborator: string;
63
64
  };
64
65
  downloadStatus: string;
65
66
  downloadStatusV2: string;
@@ -64,6 +64,8 @@ export declare class AddMultipleResponsibilityWithTabComponent implements OnInit
64
64
  responsibilityData: any;
65
65
  featureflag: any;
66
66
  ffBulkUploadOptimization: boolean;
67
+ isDayInvalid: boolean;
68
+ isDateFormatInvalid: boolean;
67
69
  constructor(riskService: AddRiskService, responsibilityService: ResponsibilityService, authService: AuthService, frequencyService: FrequencyBulkService, snackBar: SnackBarService, iframeService: IframeService);
68
70
  ngOnChanges(changes: SimpleChanges): void;
69
71
  ngOnInit(): void;
@@ -132,6 +134,7 @@ export declare class AddMultipleResponsibilityWithTabComponent implements OnInit
132
134
  * @returns An object with the following properties:
133
135
  */
134
136
  setReportDetails(report: any, tabType: string, isProgram: boolean): any;
137
+ isValidRiskClass(riskClass: any): boolean;
135
138
  /**
136
139
  * It takes a string, removes all whitespace, and returns the string
137
140
  * @param {any} name - the name of the responsibility
@@ -65,6 +65,7 @@ export declare class AddMultipleRiskComponent implements OnInit, OnChanges {
65
65
  sequential: string;
66
66
  round_robin: string;
67
67
  anyone: string;
68
+ collaborator: string;
68
69
  };
69
70
  feature: any;
70
71
  pickerChanged: EventEmitter<any>;
@@ -2,9 +2,4 @@ export declare const API: {
2
2
  subscriptionList: string;
3
3
  goToPolicyWorkroom: string;
4
4
  editPolicy: string;
5
- responsibilityList: string;
6
- };
7
- export declare const PROGRAM_LIST_API: {
8
- programList: string;
9
- categoryList: string;
10
5
  };
@@ -51,4 +51,5 @@ export declare const ASSETS: {
51
51
  sequential: string;
52
52
  round_robin: string;
53
53
  anyone: string;
54
+ collaborator: string;
54
55
  };
@@ -0,0 +1,2 @@
1
+ import { FileSize } from "../interfaces/policy.interface";
2
+ export declare const FILE_SIZE: FileSize;
@@ -0,0 +1,3 @@
1
+ export declare const REGEX: {
2
+ MONTH: RegExp;
3
+ };
@@ -0,0 +1,7 @@
1
+ export declare const RISK_CLASS_LIST: string[];
2
+ export declare const VALIDATION_MESSAGES: {
3
+ RISK_CLASS: string;
4
+ DAY: string;
5
+ DATE_FORMAT: string;
6
+ DUE_DATE: string;
7
+ };
@@ -0,0 +1,5 @@
1
+ export interface FileSize {
2
+ MAX_SIZE: number;
3
+ ERROR: 'success' | 'warning' | 'info' | 'alert' | 'error';
4
+ MESSAGE: string;
5
+ }
@@ -1,8 +1,8 @@
1
1
  interface Frequency {
2
- type: string;
2
+ type: 'daily';
3
3
  }
4
4
  interface Assignee {
5
- type: 'all' | 'any';
5
+ type: 'all' | 'any_one';
6
6
  userId: number[];
7
7
  userGroupId: number[];
8
8
  }
@@ -11,11 +11,11 @@ interface ResponsibilityCenter {
11
11
  id: number[];
12
12
  }
13
13
  interface ReviewerFrequency {
14
- completeBy: number;
15
- endAfter: number;
14
+ dueDays: number;
15
+ extensionDays: number;
16
16
  }
17
17
  interface Reviewer {
18
- type: 'sequential' | 'any';
18
+ type: 'sequential' | 'any_one';
19
19
  frequency: ReviewerFrequency;
20
20
  userId: number[];
21
21
  }
@@ -37,23 +37,23 @@ interface Evidence {
37
37
  }
38
38
  interface Program {
39
39
  id: number[];
40
- tags: {
41
- [key: string]: string;
42
- };
43
40
  }
44
41
  export interface Responsibility {
45
42
  title: string;
46
43
  key: number;
47
- riskClass: 'low' | 'low_medium' | 'medium_high' | 'high';
44
+ riskClass: 'low' | 'low-medium' | 'medium-high' | 'high';
48
45
  notes: string;
49
46
  objective: string;
50
47
  frequency: Frequency;
51
- assignor: number;
48
+ assignorId: number;
52
49
  assignee: Assignee;
53
- responsibilityCenter: ResponsibilityCenter | undefined;
54
- reviewer: Reviewer | undefined;
55
- overseer: Overseer | undefined;
50
+ responsibilityCenter: ResponsibilityCenter;
51
+ reviewer: Reviewer;
52
+ overseer: Overseer;
56
53
  evidence: Evidence;
54
+ tags: {
55
+ [key: string]: string;
56
+ };
57
57
  program: Program;
58
58
  grcObjectId: any[];
59
59
  assessmentId: string;
@@ -76,6 +76,7 @@ export declare class LogAnIssueComponent implements OnInit, OnChanges, AfterView
76
76
  sequential: string;
77
77
  round_robin: string;
78
78
  anyone: string;
79
+ collaborator: string;
79
80
  };
80
81
  openedFrom: any;
81
82
  source: 'SAP' | 'WORKROOM' | '';
@@ -56,6 +56,7 @@ export declare class MoreOptionComponent implements OnInit, OnChanges {
56
56
  sequential: string;
57
57
  round_robin: string;
58
58
  anyone: string;
59
+ collaborator: string;
59
60
  };
60
61
  currentWorkflow: string;
61
62
  openedFrom: string;
@@ -54,6 +54,7 @@ export declare class AssigneeComponent implements OnInit {
54
54
  sequential: string;
55
55
  round_robin: string;
56
56
  anyone: string;
57
+ collaborator: string;
57
58
  };
58
59
  animation: boolean;
59
60
  search: string;
@@ -55,6 +55,7 @@ export declare class CaseAssigneesComponent {
55
55
  sequential: string;
56
56
  round_robin: string;
57
57
  anyone: string;
58
+ collaborator: string;
58
59
  };
59
60
  assigneesTexts: {
60
61
  case_type: string;
@@ -59,6 +59,7 @@ export declare class CaseCategoryComponent implements OnInit, OnChanges {
59
59
  sequential: string;
60
60
  round_robin: string;
61
61
  anyone: string;
62
+ collaborator: string;
62
63
  };
63
64
  categoryTexts: {
64
65
  case_type: string;
@@ -147,6 +147,7 @@ export declare class CaseDetailsComponent implements OnInit {
147
147
  sequential: string;
148
148
  round_robin: string;
149
149
  anyone: string;
150
+ collaborator: string;
150
151
  };
151
152
  caseType: typeof report;
152
153
  description: EditorConfig;
@@ -57,6 +57,7 @@ export declare class CaseOwnersComponent implements OnInit, OnDestroy {
57
57
  sequential: string;
58
58
  round_robin: string;
59
59
  anyone: string;
60
+ collaborator: string;
60
61
  };
61
62
  ownerTexts: {
62
63
  case_type: string;
@@ -149,6 +149,7 @@ export declare class CasePriorityComponent implements OnInit {
149
149
  sequential: string;
150
150
  round_robin: string;
151
151
  anyone: string;
152
+ collaborator: string;
152
153
  };
153
154
  caseType: typeof report;
154
155
  config: any;
@@ -57,6 +57,7 @@ export declare class CaseResolutionDeadlineComponent {
57
57
  sequential: string;
58
58
  round_robin: string;
59
59
  anyone: string;
60
+ collaborator: string;
60
61
  };
61
62
  dueDateTexts: {
62
63
  case_type: string;
@@ -150,6 +150,7 @@ export declare class CaseDropdownComponent implements OnInit {
150
150
  sequential: string;
151
151
  round_robin: string;
152
152
  anyone: string;
153
+ collaborator: string;
153
154
  };
154
155
  config: any;
155
156
  chipItems: any[];
@@ -60,6 +60,7 @@ export declare class DueDateComponent implements OnInit {
60
60
  sequential: string;
61
61
  round_robin: string;
62
62
  anyone: string;
63
+ collaborator: string;
63
64
  };
64
65
  animation: boolean;
65
66
  datePickerPopUp: ElementRef;
@@ -53,6 +53,7 @@ export declare class FieldHolderComponent {
53
53
  sequential: string;
54
54
  round_robin: string;
55
55
  anyone: string;
56
+ collaborator: string;
56
57
  };
57
58
  image: string;
58
59
  active: boolean;
@@ -145,6 +145,7 @@ export declare class LinkedAssessmentComponent implements OnInit {
145
145
  sequential: string;
146
146
  round_robin: string;
147
147
  anyone: string;
148
+ collaborator: string;
148
149
  };
149
150
  linkText: string;
150
151
  isLinkQuestionVisible: boolean;
@@ -54,6 +54,7 @@ export declare class LinkedResponsibilitiesComponent {
54
54
  sequential: string;
55
55
  round_robin: string;
56
56
  anyone: string;
57
+ collaborator: string;
57
58
  };
58
59
  reportTexts: {
59
60
  case_type: string;
@@ -58,6 +58,7 @@ export declare class RcDetailsComponent implements OnInit, OnDestroy {
58
58
  sequential: string;
59
59
  round_robin: string;
60
60
  anyone: string;
61
+ collaborator: string;
61
62
  };
62
63
  rcTexts: {
63
64
  case_type: string;
@@ -57,6 +57,7 @@ export declare class ReportDateComponent {
57
57
  sequential: string;
58
58
  round_robin: string;
59
59
  anyone: string;
60
+ collaborator: string;
60
61
  };
61
62
  reportTexts: {
62
63
  case_type: string;
@@ -158,6 +158,7 @@ export declare class WorkflowCaseComponent implements OnInit, OnDestroy {
158
158
  sequential: string;
159
159
  round_robin: string;
160
160
  anyone: string;
161
+ collaborator: string;
161
162
  };
162
163
  caseType: typeof report;
163
164
  caseTypeSelected: report;
@@ -9,34 +9,6 @@ export declare class CommonService {
9
9
  };
10
10
  handleDocumentClick(datePickerObject: any): boolean;
11
11
  private closeDatePickerIfOpen;
12
- /**
13
- * Transforms program data to identify added and removed program IDs.
14
- * This method compares the current program selection with previously linked programs
15
- * to determine which programs have been added or removed.
16
- *
17
- * @param input - An object containing program selections, where each key represents a category
18
- * and its value is an array of program objects with an 'id' property.
19
- * @param linkedProgramIds - Array of previously linked program IDs
20
- *
21
- * @returns An object containing:
22
- * - added: Array of program IDs that are newly selected
23
- * - removed: Array of program IDs that were previously linked but are no longer selected
24
- *
25
- * @example
26
- * // If input is { category1: [{id: 1}, {id: 2}], category2: [{id: 3}] }
27
- * // And linkedProgramIds is [1, 4]
28
- * // Returns { added: [2, 3], removed: [4] }
29
- */
30
- transformProgramData(input: Record<string, Array<{
31
- pid: string;
32
- }>>, linkedProgramIds?: string[]): {
33
- added: string[];
34
- removed: string[];
35
- };
36
- transformResponsibilitiesData(currentResponsibilityIds: number[], linkedResponsibilityIds?: number[]): {
37
- added: number[];
38
- removed: number[];
39
- };
40
12
  static ɵfac: i0.ɵɵFactoryDeclaration<CommonService, never>;
41
13
  static ɵprov: i0.ɵɵInjectableDeclaration<CommonService>;
42
14
  }
@@ -1,12 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class IframeService {
3
3
  redirectIfInIframe(targetUrl: string, mode?: boolean): void;
4
- postMessage(message: any): void;
5
- private getOrigin;
6
- getCloseWebviewMessage(event: string, data: any): {
7
- event: string;
8
- data: any;
9
- };
10
4
  static ɵfac: i0.ɵɵFactoryDeclaration<IframeService, never>;
11
5
  static ɵprov: i0.ɵɵInjectableDeclaration<IframeService>;
12
6
  }
@@ -59,6 +59,7 @@ export declare class ApprovalCreateFormComponent implements OnInit {
59
59
  sequential: string;
60
60
  round_robin: string;
61
61
  anyone: string;
62
+ collaborator: string;
62
63
  };
63
64
  enableApprovalCreate: boolean;
64
65
  enableApprovalLevel: boolean;
@@ -54,6 +54,7 @@ export declare class ImageChoiceComponent implements OnInit {
54
54
  sequential: string;
55
55
  round_robin: string;
56
56
  anyone: string;
57
+ collaborator: string;
57
58
  };
58
59
  constructor();
59
60
  ngOnInit(): void;
@@ -54,6 +54,7 @@ export declare class ThankYouComponent implements OnInit {
54
54
  sequential: string;
55
55
  round_robin: string;
56
56
  anyone: string;
57
+ collaborator: string;
57
58
  };
58
59
  constructor();
59
60
  ngOnInit(): void;
@@ -54,6 +54,7 @@ export declare class WelcomeComponent implements OnInit {
54
54
  sequential: string;
55
55
  round_robin: string;
56
56
  anyone: string;
57
+ collaborator: string;
57
58
  };
58
59
  constructor();
59
60
  ngOnInit(): void;
@@ -63,6 +63,7 @@ export declare class LogicComponent implements OnInit {
63
63
  sequential: string;
64
64
  round_robin: string;
65
65
  anyone: string;
66
+ collaborator: string;
66
67
  };
67
68
  modifyLogic(): void;
68
69
  addLogic(): void;
@@ -54,6 +54,7 @@ export declare class LogicImageChoiceComponent implements OnInit {
54
54
  sequential: string;
55
55
  round_robin: string;
56
56
  anyone: string;
57
+ collaborator: string;
57
58
  };
58
59
  constructor();
59
60
  ngOnInit(): void;
@@ -54,6 +54,7 @@ export declare class ThankYouComponent implements OnInit {
54
54
  sequential: string;
55
55
  round_robin: string;
56
56
  anyone: string;
57
+ collaborator: string;
57
58
  };
58
59
  constructor();
59
60
  ngOnInit(): void;
@@ -54,6 +54,7 @@ export declare class WelcomeComponent implements OnInit {
54
54
  sequential: string;
55
55
  round_robin: string;
56
56
  anyone: string;
57
+ collaborator: string;
57
58
  };
58
59
  constructor();
59
60
  ngOnInit(): void;
@@ -55,6 +55,7 @@ export declare class WelcomeThankyouComponent implements OnInit {
55
55
  sequential: string;
56
56
  round_robin: string;
57
57
  anyone: string;
58
+ collaborator: string;
58
59
  };
59
60
  deleteQuestion: EventEmitter<any>;
60
61
  entityData: any;
@@ -61,6 +61,7 @@ export declare class AssessmentListComponent 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
  selectedData: any;
@@ -57,6 +57,7 @@ export declare class AuditCategoryListComponent implements OnInit, OnChanges {
57
57
  sequential: string;
58
58
  round_robin: string;
59
59
  anyone: string;
60
+ collaborator: string;
60
61
  };
61
62
  selectedData: any;
62
63
  selectedIndex: number;
@@ -1,6 +1,12 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class BulkResponsibilityViewComponent {
4
+ VALIDATION_MESSAGES: {
5
+ RISK_CLASS: string;
6
+ DAY: string;
7
+ DATE_FORMAT: string;
8
+ DUE_DATE: string;
9
+ };
4
10
  responsibilityBulkUpload: any;
5
11
  fileName: any;
6
12
  defaultOwner: any;
@@ -59,6 +59,7 @@ export declare class CategoryListComponent implements OnInit, OnChanges {
59
59
  sequential: string;
60
60
  round_robin: string;
61
61
  anyone: string;
62
+ collaborator: string;
62
63
  };
63
64
  animation: boolean;
64
65
  saveSelectedCategory: EventEmitter<any>;
@@ -73,6 +73,7 @@ export declare class CategoryListSelectionComponent implements OnInit {
73
73
  sequential: string;
74
74
  round_robin: string;
75
75
  anyone: string;
76
+ collaborator: string;
76
77
  };
77
78
  list: never[];
78
79
  searchKey: string;
@@ -2,14 +2,14 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./category-list-selection/category-list-selection.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "../floating-bar/floating-bar.module";
5
- import * as i4 from "../../formgroup/formgroup.module";
5
+ import * as i4 from "../no-data/no-data.module";
6
6
  import * as i5 from "@angular/forms";
7
- import * as i6 from "../no-data/no-data.module";
7
+ import * as i6 from "../../formgroup/formgroup.module";
8
8
  import * as i7 from "../../ui-kit/pagination/pagination.module";
9
- import * as i8 from "../../pipes/pipes.module";
10
- import * as i9 from "../radio-list-with-pagination/radio-list-with-pagination.module";
9
+ import * as i8 from "../radio-list-with-pagination/radio-list-with-pagination.module";
10
+ import * as i9 from "../../pipes/pipes.module";
11
11
  export declare class CategoryListSelectionModule {
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<CategoryListSelectionModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<CategoryListSelectionModule, [typeof i1.CategoryListSelectionComponent], [typeof i2.CommonModule, typeof i3.FloatingBarModule, typeof i4.FormgroupModule, typeof i5.FormsModule, typeof i6.NoDataModule, typeof i7.PaginationModule, typeof i8.PipesModule, typeof i9.RadioListWithPaginationModule], [typeof i1.CategoryListSelectionComponent]>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CategoryListSelectionModule, [typeof i1.CategoryListSelectionComponent], [typeof i2.CommonModule, typeof i3.FloatingBarModule, typeof i4.NoDataModule, typeof i5.FormsModule, typeof i6.FormgroupModule, typeof i7.PaginationModule, typeof i8.RadioListWithPaginationModule, typeof i9.PipesModule], [typeof i1.CategoryListSelectionComponent]>;
14
14
  static ɵinj: i0.ɵɵInjectorDeclaration<CategoryListSelectionModule>;
15
15
  }
@@ -60,6 +60,7 @@ export declare class CategoryMultiSelectComponent implements OnInit, OnChanges {
60
60
  sequential: string;
61
61
  round_robin: string;
62
62
  anyone: string;
63
+ collaborator: string;
63
64
  };
64
65
  search: string;
65
66
  activeTab: any;
@@ -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,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;
@@ -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;
@@ -52,7 +52,6 @@ export declare class FrequencyRandomComponent implements OnInit {
52
52
  getQuarterlyFrequency(): {
53
53
  pattern: string;
54
54
  placeholder: string;
55
- monthSequence: number[];
56
55
  };
57
56
  getYearlyFrequency(): {
58
57
  pattern: string;
@@ -60,6 +60,7 @@ export declare class FrequencyResponsibilityListComponent implements OnInit {
60
60
  sequential: string;
61
61
  round_robin: string;
62
62
  anyone: string;
63
+ collaborator: string;
63
64
  };
64
65
  backButton: EventEmitter<any>;
65
66
  selectedResponsibility: EventEmitter<any>;