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
@@ -1,13 +1,10 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Configurations } from '../../configurations';
3
3
  import { AuthService } from '../../workflow-services/auth.service';
4
- import { FrequencyObject } from '../../interfaces/frequency.interface';
5
- import { GrcService } from '../../workflow/shared/services/grc.service';
6
4
  import * as i0 from "@angular/core";
7
5
  export declare class FrequencyService {
8
6
  private http;
9
7
  private authService;
10
- private grcService;
11
8
  monthArray: Array<string>;
12
9
  dayName: Array<string>;
13
10
  quarterlyMonth: Array<string>;
@@ -33,7 +30,7 @@ export declare class FrequencyService {
33
30
  };
34
31
  frequencyDetails: object;
35
32
  private env;
36
- constructor(http: HttpClient, authService: AuthService, grcService: GrcService, config?: Configurations);
33
+ constructor(http: HttpClient, authService: AuthService, config?: Configurations);
37
34
  timeFrom12hTo24h(value: string): string;
38
35
  timeIn12(value: any): string;
39
36
  frameworkStartDate(row: any): number;
@@ -49,94 +46,7 @@ export declare class FrequencyService {
49
46
  changeTimeZone(date: any): Date;
50
47
  getResponsibilityList(payload: any): import("rxjs").Observable<any>;
51
48
  getResponsibilitiesCount(payload: any): import("rxjs").Observable<any>;
52
- getAllResponsibilities(pageNo: number): import("rxjs").Observable<any[]>;
53
49
  formatDate(): string;
54
- /**
55
- * Converts a frequency configuration object into a standardized FrequencyObject format.
56
- *
57
- * @param frequency - The input frequency configuration object with the following properties:
58
- * - case: The type of frequency ('one_time' | 'daily' | 'weekly' | 'monthly' | 'quarterly' | 'semester' | 'yearly' | 'random' | 'ongoing' | 'on_completion_of' | 'biannually')
59
- * - window: Number of days before the task can be started
60
- * - failedAfter: Number of days after which the task is considered failed
61
- * - continuous_failed_days: Number of days after which the task is auto-deactivated
62
- * - day: The day of occurrence
63
- * - timeIn24Hr: Time in 24-hour format
64
- * - every: Frequency interval
65
- * - selectedDay: Array of selected days for weekly frequency (1-7 representing Monday-Sunday)
66
- * - selectedMonth: Array of selected months (0-11 representing January-December)
67
- * - startFrom: Unix timestamp for the start date
68
- * - lifecycleDetails: String in format "YYYY-MM-DD~~N" where N is the number of occurrences
69
- * - randomTypeSelected: Index for random frequency type (0: weekly, 1: monthly, 2: quarterly, 3: yearly)
70
- * - randomInstances: Number of random occurrences
71
- * - selectedType: Number of reminders for ongoing frequency
72
- * - selectedOngoingType: Index for ongoing frequency type (1: week, 2: month, 3: quarter, 4: semester, 5: year)
73
- *
74
- * @returns A FrequencyObject with the following structure:
75
- * - type: Frequency type
76
- * - startBefore: Days before task can start
77
- * - endAfter: Days after which task fails
78
- * - autoDeactivate: Days after which task is deactivated
79
- * - day: Day of occurrence
80
- * - time: Time in 24-hour format
81
- * - repeatOptions: {
82
- * every: number,
83
- * repeatOn: string (binary representation of selected days/months),
84
- * lifecycle: {
85
- * startFrom: string (YYYY-MM-DD),
86
- * endBy?: string (YYYY-MM-DD),
87
- * endAfter?: number
88
- * }
89
- * }
90
- * - random?: { type: string, occurrence: number }
91
- * - onComplete: {}
92
- * - onGoing: { reminders: number, startOf: 'week' | 'month' | 'quarter' | 'semester' | 'year' }
93
- *
94
- * @example
95
- * ```typescript
96
- * const frequency = {
97
- * case: 'weekly',
98
- * window: 2,
99
- * failedAfter: 1,
100
- * continuous_failed_days: 3,
101
- * day: 1,
102
- * timeIn24Hr: '09:00:00',
103
- * every: 1,
104
- * selectedDay: [1, 3, 5], // Monday, Wednesday, Friday
105
- * startFrom: 1678900000,
106
- * lifecycleDetails: '2024-12-31~~10'
107
- * };
108
- * const result = setFrequencyObject(frequency);
109
- * ```
110
- */
111
- setFrequencyObject(frequency: any): FrequencyObject | null;
112
- repeatOptions(frequency: any): string;
113
- getOngoing(frequency: any): {
114
- reminders: any;
115
- startOf: string;
116
- };
117
- getRandomFrequency(frequency: any): {
118
- type: string;
119
- occurrence: any;
120
- };
121
- createFrequencyPattern(frequency: any): string;
122
- getDay(repeatOptions: string): string;
123
- getMonth(repeatOptions: string): string;
124
- getLifecyclePattern(frequency: any): {
125
- startFrom: number;
126
- pattern: string;
127
- };
128
- /**
129
- * Converts a date string in "YYYY-MM-DD" format to "DD-Month-YYYY~~0".
130
- *
131
- * @param {string} dateString - The input date string in "YYYY-MM-DD" format.
132
- * @returns {string} - The formatted date string in "DD-Month-YYYY~~0" format.
133
- *
134
- * @example
135
- * ```typescript
136
- * formatDateString("2025-03-27"); // Returns "27-March-2025~~0"
137
- * ```
138
- */
139
- formatDateString(dateString: string): string;
140
- static ɵfac: i0.ɵɵFactoryDeclaration<FrequencyService, [null, null, null, { optional: true; }]>;
50
+ static ɵfac: i0.ɵɵFactoryDeclaration<FrequencyService, [null, null, { optional: true; }]>;
141
51
  static ɵprov: i0.ɵɵInjectableDeclaration<FrequencyService>;
142
52
  }
@@ -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;
@@ -57,8 +57,7 @@ export declare class LinkResponsibilityListComponent implements OnInit {
57
57
  ngOnInit(): void;
58
58
  back(): void;
59
59
  getResponsibilityValues(): void;
60
- getResponsibilityList(pageNo?: number): void;
61
- private mapResponsibilitiesData;
60
+ getResponsibilityList(): void;
62
61
  responsibilityPageChange(pageNumber: number): void;
63
62
  deleteItem(item: any): void;
64
63
  save(event: any): void;
@@ -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;
@@ -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[];
@@ -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;
@@ -8,7 +8,6 @@ import { UiKitService } from '../../../workflow-services/ui-kit.service';
8
8
  import { ComplianceCommonService } from '../../../workflow-services/common-workflow-services/compliance-common.service';
9
9
  import { OrganizationCommonService } from '../../../workflow-services/common-workflow-services/organization-common.service';
10
10
  import { IframeService } from '../../../services/iframe.service';
11
- import { CommonService } from '../../../services/common.service';
12
11
  import * as i0 from "@angular/core";
13
12
  export declare class GrcObjectContainerComponent implements OnInit, OnDestroy {
14
13
  private grcService;
@@ -18,7 +17,6 @@ export declare class GrcObjectContainerComponent implements OnInit, OnDestroy {
18
17
  private complianceCommonService;
19
18
  private organizationCommonService;
20
19
  private iframeService;
21
- private CommonService;
22
20
  MODE: 'CREATE' | 'EDIT';
23
21
  ID: string;
24
22
  ALL_TEXT: {
@@ -98,7 +96,6 @@ export declare class GrcObjectContainerComponent implements OnInit, OnDestroy {
98
96
  selectedProgram: any[];
99
97
  selectedResponsibility: any[];
100
98
  submitLoader: boolean;
101
- linkedResponsibilities: any;
102
99
  populateOption: EventEmitter<any>;
103
100
  pickerChanged: EventEmitter<any>;
104
101
  closeWorkflow: EventEmitter<any>;
@@ -107,7 +104,7 @@ export declare class GrcObjectContainerComponent implements OnInit, OnDestroy {
107
104
  hideElementsFromMoreOptions: EventEmitter<any>;
108
105
  otherGRCSubscription: Subscription;
109
106
  hideMoreOption: any;
110
- constructor(grcService: GrcService, apiService: ResponsibilityService, authService: AuthService, uiKitService: UiKitService, complianceCommonService: ComplianceCommonService, organizationCommonService: OrganizationCommonService, iframeService: IframeService, CommonService: CommonService);
107
+ constructor(grcService: GrcService, apiService: ResponsibilityService, authService: AuthService, uiKitService: UiKitService, complianceCommonService: ComplianceCommonService, organizationCommonService: OrganizationCommonService, iframeService: IframeService);
111
108
  ngOnDestroy(): void;
112
109
  ngOnInit(): void;
113
110
  getSubscriptionDetails(): void;
@@ -173,7 +170,6 @@ export declare class GrcObjectContainerComponent implements OnInit, OnDestroy {
173
170
  resetOtherGRCCard(): void;
174
171
  resetDataOnRCChange(): void;
175
172
  resetMoreOptionsOnRCChange(): void;
176
- getAllResponsibilities(): void;
177
173
  static ɵfac: i0.ɵɵFactoryDeclaration<GrcObjectContainerComponent, never>;
178
174
  static ɵcmp: i0.ɵɵComponentDeclaration<GrcObjectContainerComponent, "lib-grc-object-container", never, { "grcType": { "alias": "grcType"; "required": false; }; "MODE": { "alias": "MODE"; "required": false; }; "ID": { "alias": "ID"; "required": false; }; }, { "populateOption": "populateOption"; "pickerChanged": "pickerChanged"; "closeWorkflow": "closeWorkflow"; "disconnectRefresh": "disconnectRefresh"; "resetForm": "resetForm"; "hideElementsFromMoreOptions": "hideElementsFromMoreOptions"; }, never, never, false, never>;
179
175
  }
@@ -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();
@@ -1,8 +1,6 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
- import { ResponsibilityService } from '../../../../workflow-services/responsibility.service';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class GrcCategoryListingComponent implements OnInit {
5
- private responsibilityService;
6
4
  categories: any;
7
5
  tableCard: Array<any>;
8
6
  selectedCategory: any;
@@ -23,7 +21,7 @@ export declare class GrcCategoryListingComponent implements OnInit {
23
21
  set getProgramData(value: any);
24
22
  activeSelectedCategory: EventEmitter<any>;
25
23
  onCategoryPageChange: EventEmitter<any>;
26
- constructor(responsibilityService: ResponsibilityService);
24
+ constructor();
27
25
  ngOnInit(): void;
28
26
  getSelectedCategory(category: any, event: any): void;
29
27
  deleteEvent(category: any): void;
@@ -2,13 +2,9 @@ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { GrcResponsibilityListingComponent } from '../grc-responsibility-listing/grc-responsibility-listing.component';
3
3
  import { Subscription } from 'rxjs';
4
4
  import { GrcService } from '../../services/grc.service';
5
- import { ResponsibilityService } from '../../../../workflow-services/responsibility.service';
6
- import { GetUserDetailsPipe } from '../../workflow-pipes/get-user-details.pipe';
7
5
  import * as i0 from "@angular/core";
8
6
  export declare class ProgramResponsibilityListingComponent implements OnInit {
9
7
  private grcService;
10
- private responsibilityService;
11
- private getUserDetails;
12
8
  programTypes: {
13
9
  title: string;
14
10
  count: number;
@@ -58,7 +54,7 @@ export declare class ProgramResponsibilityListingComponent implements OnInit {
58
54
  MODE: 'CREATE' | 'EDIT';
59
55
  closeList: EventEmitter<any>;
60
56
  responsibilityListingComponent: GrcResponsibilityListingComponent;
61
- constructor(grcService: GrcService, responsibilityService: ResponsibilityService, getUserDetails: GetUserDetailsPipe);
57
+ constructor(grcService: GrcService);
62
58
  ngOnInit(): void;
63
59
  close(): void;
64
60
  save(): void;
@@ -74,7 +70,7 @@ export declare class ProgramResponsibilityListingComponent implements OnInit {
74
70
  activeSelectedSubCategory(event: any): void;
75
71
  getResponsibilitiesList(event?: any): void;
76
72
  getUpdatedDataList(event: any): void;
77
- setDataListStructure(responsibilities: any[], users: any[], responsibilityCenters: any[]): any[];
73
+ setDataListStructure(res: any): any;
78
74
  onSelectedProgramChange(): void;
79
75
  changeSelectedProgramAndResp(event: any): void;
80
76
  getSelectedProgramIds(selectedData: any): void;
@@ -17,7 +17,6 @@ export declare class GrcService {
17
17
  readonly GRC_PAYLOAD: AddGrc;
18
18
  readonly LIST_OBJECT: ListObject;
19
19
  constructor(http: HttpClient, authService: AuthService, config?: Configurations);
20
- getAllResponsibilities(pageNo: number): import("rxjs").Observable<any[]>;
21
20
  getGRCList(event?: any): import("rxjs").Observable<any[]>;
22
21
  getGRCTabsCount(event?: any): import("rxjs").Observable<any[]>;
23
22
  checkValidation(grcPayload: AddGrc, isAttributesSelected: boolean): boolean | 0;
@@ -2,10 +2,9 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./get-selected-value.pipe";
3
3
  import * as i2 from "./is-attributes-valid.pipe";
4
4
  import * as i3 from "./unique-responsibilities.pipe";
5
- import * as i4 from "./get-user-details.pipe";
6
- import * as i5 from "@angular/common";
5
+ import * as i4 from "@angular/common";
7
6
  export declare class WorkflowPipesModule {
8
7
  static ɵfac: i0.ɵɵFactoryDeclaration<WorkflowPipesModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<WorkflowPipesModule, [typeof i1.GetSelectedValuePipe, typeof i2.IsAttributesValidPipe, typeof i3.UniqueResponsibilitiesPipe, typeof i4.GetUserDetailsPipe], [typeof i5.CommonModule], [typeof i1.GetSelectedValuePipe, typeof i2.IsAttributesValidPipe, typeof i3.UniqueResponsibilitiesPipe, typeof i4.GetUserDetailsPipe]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<WorkflowPipesModule, [typeof i1.GetSelectedValuePipe, typeof i2.IsAttributesValidPipe, typeof i3.UniqueResponsibilitiesPipe], [typeof i4.CommonModule], [typeof i1.GetSelectedValuePipe, typeof i2.IsAttributesValidPipe, typeof i3.UniqueResponsibilitiesPipe]>;
10
9
  static ɵinj: i0.ɵɵInjectorDeclaration<WorkflowPipesModule>;
11
10
  }
@@ -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;
@@ -1,4 +1,4 @@
1
- import { OnInit, EventEmitter, ElementRef, TemplateRef } from '@angular/core';
1
+ import { OnInit, EventEmitter, ElementRef } from '@angular/core';
2
2
  import { EditorConfig } from 'vcomply-editor';
3
3
  import { AuthService } from '../workflow-services/auth.service';
4
4
  import { ResponsibilityService } from '../workflow-services/responsibility.service';
@@ -11,9 +11,6 @@ import { GrcService } from '../workflow/shared/services/grc.service';
11
11
  import { OrganizationUserService } from '../workflow-services/organization-user.service';
12
12
  import { ComplianceCommonService } from '../workflow-services/common-workflow-services/compliance-common.service';
13
13
  import { OrganizationCommonService } from '../workflow-services/common-workflow-services/organization-common.service';
14
- import { FrequencyObject } from '../interfaces/frequency.interface';
15
- import { Responsibility } from '../interfaces/responsibilty.interface';
16
- import { ListItem } from '../sharedComponents/program-list/interfaces/list-item.interface';
17
14
  import { IframeService } from '../services/iframe.service';
18
15
  import * as i0 from "@angular/core";
19
16
  export declare class WorkflowComplianceComponent implements OnInit {
@@ -88,6 +85,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
88
85
  sequential: string;
89
86
  round_robin: string;
90
87
  anyone: string;
88
+ collaborator: string;
91
89
  };
92
90
  allGroupAssignee: boolean;
93
91
  assignorId: any[];
@@ -107,11 +105,6 @@ export declare class WorkflowComplianceComponent implements OnInit {
107
105
  grcSearchString: string;
108
106
  GRC_TYPE_ARRAY: string[];
109
107
  grcDataWithTypes: any;
110
- selectedCategory: any[];
111
- programListUrl: {
112
- programList: string;
113
- categoryList: string;
114
- };
115
108
  set closeOnEsc(escapeCondition: boolean);
116
109
  orgDetails: any;
117
110
  url: string;
@@ -154,6 +147,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
154
147
  assigneesListLoaded: boolean;
155
148
  categoriesListLoaded: boolean;
156
149
  groupsListLoaded: boolean;
150
+ assuranceCategoryListLoaded: boolean;
157
151
  selectedFrameworkValues: any;
158
152
  hasReviewer: boolean;
159
153
  assignorsList: any[];
@@ -196,7 +190,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
196
190
  allPrograms: any[];
197
191
  riskClassification: {
198
192
  name: string;
199
- value: string;
193
+ value: number;
200
194
  class: string;
201
195
  }[];
202
196
  assignorMode: string;
@@ -221,7 +215,6 @@ export declare class WorkflowComplianceComponent implements OnInit {
221
215
  continuous_failed_days: number;
222
216
  onCompletionReportDetails: {};
223
217
  };
224
- frequencyObject: FrequencyObject | null;
225
218
  frequencyPlaceholder: string;
226
219
  shortMonth: Array<string>;
227
220
  isEditWhat: Boolean;
@@ -252,14 +245,14 @@ export declare class WorkflowComplianceComponent implements OnInit {
252
245
  rawResponsibility: any;
253
246
  otherGRCSubscription: Subscription;
254
247
  allowEditDueDateFeatureFlag: boolean;
255
- allProgamSelected: any[];
256
248
  whatInput: ElementRef;
257
249
  unSubscribeProgram: Subject<void>;
258
- responsibilityDetails: any;
259
250
  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);
260
251
  ngOnInit(): void;
252
+ populateRCList(): void;
261
253
  setFeatureFlags(): void;
262
254
  getInitialData(): void;
255
+ getRCDetailsinRiskTreatment(): void;
263
256
  getOrgDetails(): void;
264
257
  getSubscriptionDetail(): void;
265
258
  activateSelector(type: any, event: boolean): void;
@@ -270,6 +263,8 @@ export declare class WorkflowComplianceComponent implements OnInit {
270
263
  onRcTypeChange(selectedType: Number): void;
271
264
  getRCList(program_id?: string): void;
272
265
  getUserDetails(): void;
266
+ getAssurance(): void;
267
+ getAssuranceForRequiresAudit(): void;
273
268
  getOrganizationDetails(): void;
274
269
  getCategoryList(): void;
275
270
  filterListsAccordingToProgram(program_id?: string): void;
@@ -351,14 +346,13 @@ export declare class WorkflowComplianceComponent implements OnInit {
351
346
  getOnCompletionReportDetails(event: any): any;
352
347
  frequencyDataPopulation(event: any): void;
353
348
  frequencyPopulation(event: any): void;
354
- setPayload(event: any): Responsibility | null;
355
349
  frequencyData(event: any): void;
356
350
  checkBlank(data: string): string;
357
351
  /**
358
352
  * It takes a string and returns a string.
359
353
  * @param {any} res - any = {
360
354
  */
361
- getFrequencyPlaceholder(frequency: any): void;
355
+ getFrequencyPlaceholder(res: any): void;
362
356
  /**
363
357
  * It gets the frequency details and report id, then it sets the frequency placeholder to the frequency
364
358
  * details and then it gets the on completion of responsibility and sets the frequency placeholder to
@@ -462,7 +456,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
462
456
  */
463
457
  postAssessment(event: any): void;
464
458
  setIsUploaded(event: any): void;
465
- checkDefaultProgramOnRemove(event: any): void;
459
+ checkDefaultProgramOnRemove(program: any): void;
466
460
  /**
467
461
  * It takes an array of numbers and returns an array of unique numbers.
468
462
  * @param {any} array - The array you want to get the unique values from.
@@ -488,21 +482,6 @@ export declare class WorkflowComplianceComponent implements OnInit {
488
482
  resetGRCDataWithTypes(): void;
489
483
  removeOtherGRCObjects(event: any): void;
490
484
  filterOtherGRCData(event: any, type: string): void;
491
- programs: ListItem[];
492
- selectedPrograms: any[];
493
- customItemTemplate: TemplateRef<any> | undefined;
494
- onItemsSelectedChange(items: ListItem[]): void;
495
- selectCategory(): void;
496
- get currentUserInfo(): {
497
- member_email: any;
498
- member_id: any;
499
- member_name: any;
500
- organisation_id: any;
501
- _id: any;
502
- };
503
- removeProgram(program: any): void;
504
- populateResponsibilityDetails(): void;
505
- populateFrequencyDetails(frequency: any): void;
506
485
  static ɵfac: i0.ɵɵFactoryDeclaration<WorkflowComplianceComponent, never>;
507
- static ɵcmp: i0.ɵɵComponentDeclaration<WorkflowComplianceComponent, "app-workflow-compliance", never, { "mode": { "alias": "mode"; "required": false; }; "responsibilityId": { "alias": "responsibilityId"; "required": false; }; "frameworkDetails": { "alias": "frameworkDetails"; "required": false; }; "isEntrust": { "alias": "isEntrust"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; "assessmentDetails": { "alias": "assessmentDetails"; "required": false; }; "closeOnEsc": { "alias": "closeOnEsc"; "required": false; }; "orgDetails": { "alias": "orgDetails"; "required": false; }; "openedFrom": { "alias": "openedFrom"; "required": false; }; "selectedRC": { "alias": "selectedRC"; "required": false; }; "setSelectedProgram": { "alias": "selectedProgram"; "required": false; }; "responsibilityDetails": { "alias": "responsibilityDetails"; "required": false; }; }, { "pickerChanged": "pickerChanged"; "populateOption": "populateOption"; "hideElementsFromMoreOptions": "hideElementsFromMoreOptions"; "closeWorkflow": "closeWorkflow"; "resetForm": "resetForm"; "disconnectRefresh": "disconnectRefresh"; "checkpointCountUpdated": "checkpointCountUpdated"; "rcSelected": "rcSelected"; "onRemovingCheckpoint": "onRemovingCheckpoint"; "isAssessmentDisabled": "isAssessmentDisabled"; "assigneeTypeChange": "assigneeTypeChange"; "onReviewerTypeChange": "onReviewerTypeChange"; }, never, never, false, never>;
486
+ static ɵcmp: i0.ɵɵComponentDeclaration<WorkflowComplianceComponent, "app-workflow-compliance", never, { "mode": { "alias": "mode"; "required": false; }; "responsibilityId": { "alias": "responsibilityId"; "required": false; }; "frameworkDetails": { "alias": "frameworkDetails"; "required": false; }; "isEntrust": { "alias": "isEntrust"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; "assessmentDetails": { "alias": "assessmentDetails"; "required": false; }; "closeOnEsc": { "alias": "closeOnEsc"; "required": false; }; "orgDetails": { "alias": "orgDetails"; "required": false; }; "openedFrom": { "alias": "openedFrom"; "required": false; }; "selectedRC": { "alias": "selectedRC"; "required": false; }; "setSelectedProgram": { "alias": "selectedProgram"; "required": false; }; }, { "pickerChanged": "pickerChanged"; "populateOption": "populateOption"; "hideElementsFromMoreOptions": "hideElementsFromMoreOptions"; "closeWorkflow": "closeWorkflow"; "resetForm": "resetForm"; "disconnectRefresh": "disconnectRefresh"; "checkpointCountUpdated": "checkpointCountUpdated"; "rcSelected": "rcSelected"; "onRemovingCheckpoint": "onRemovingCheckpoint"; "isAssessmentDisabled": "isAssessmentDisabled"; "assigneeTypeChange": "assigneeTypeChange"; "onReviewerTypeChange": "onReviewerTypeChange"; }, never, never, false, never>;
508
487
  }
@@ -1,5 +1,4 @@
1
1
  export declare const API_URLS: {
2
2
  fetchPolicyList: string;
3
3
  LINKED_POLICIES: string;
4
- LINKED_PROGRAMS: string;
5
4
  };
@@ -19,7 +19,6 @@ import { Subscription } from 'rxjs';
19
19
  import { ReportACaseService } from '../report-a-case/services/report-a-case.service';
20
20
  import { WorkflowCaseComponent } from '../report-a-case/workflow-case/workflow-case.component';
21
21
  import { ReportCasePermissionService } from '../services/report-case-permission.service';
22
- import { IframeService } from '../services/iframe.service';
23
22
  import * as i0 from "@angular/core";
24
23
  export declare class WorkflowEngineContainerComponent implements OnInit, AfterViewInit {
25
24
  uiKitService: UiKitService;
@@ -28,13 +27,12 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
28
27
  private orgCommonService;
29
28
  private reportACaseService;
30
29
  private reportCasePermissionService;
31
- private iframeService;
32
30
  isHostRefreshActive: boolean;
33
31
  isRCSelected: boolean;
34
32
  featureFlag_groups: boolean;
35
33
  addToCaseMode: string;
36
34
  permissionSubscription: Subscription;
37
- constructor(uiKitService: UiKitService, snackBar: SnackBarService, auth: AuthService, orgCommonService: OrganizationCommonService, reportACaseService: ReportACaseService, reportCasePermissionService: ReportCasePermissionService, iframeService: IframeService);
35
+ constructor(uiKitService: UiKitService, snackBar: SnackBarService, auth: AuthService, orgCommonService: OrganizationCommonService, reportACaseService: ReportACaseService, reportCasePermissionService: ReportCasePermissionService);
38
36
  workflowType: string;
39
37
  mode: string;
40
38
  id: string;
@@ -47,7 +45,6 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
47
45
  secondaryOpenPortal: string;
48
46
  defaultRiskType: string;
49
47
  moveToRegisterMode: string;
50
- workflowDetails: any;
51
48
  reponsibilityData: {
52
49
  responsibilityId: null;
53
50
  responsibilityName: string;
@@ -167,5 +164,5 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
167
164
  onReviewerChange(event: string): void;
168
165
  isResponsibilitySimplify(): void;
169
166
  static ɵfac: i0.ɵɵFactoryDeclaration<WorkflowEngineContainerComponent, never>;
170
- static ɵcmp: i0.ɵɵComponentDeclaration<WorkflowEngineContainerComponent, "app-vcomply-workflow-engine-container", never, { "workflowType": { "alias": "workflowType"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "id": { "alias": "id"; "required": false; }; "openedFrom": { "alias": "openedFrom"; "required": false; }; "source": { "alias": "source"; "required": false; }; "allowedWorkflows": { "alias": "allowedWorkflows"; "required": false; }; "frameworkDetails": { "alias": "frameworkDetails"; "required": false; }; "selectedRC": { "alias": "selectedRC"; "required": false; }; "secondaryOpenPortal": { "alias": "secondaryOpenPortal"; "required": false; }; "defaultRiskType": { "alias": "defaultRiskType"; "required": false; }; "moveToRegisterMode": { "alias": "moveToRegisterMode"; "required": false; }; "workflowDetails": { "alias": "workflowDetails"; "required": false; }; "reponsibilityData": { "alias": "reponsibilityData"; "required": false; }; "assessmentQuestion": { "alias": "assessmentQuestion"; "required": false; }; "pid": { "alias": "pid"; "required": false; }; "programType": { "alias": "programType"; "required": false; }; "issueData": { "alias": "issueData"; "required": false; }; "entrustButtonName": { "alias": "entrustButtonName"; "required": false; }; "config": { "alias": "config"; "required": false; }; "convertFileData": { "alias": "convertFileData"; "required": false; }; "selectedCategory": { "alias": "selectedCategory"; "required": false; }; "selectedProgram": { "alias": "selectedProgram"; "required": false; }; "canFrameworkChange": { "alias": "canFrameworkChange"; "required": false; }; "addToProgramDetails": { "alias": "addToProgramDetails"; "required": false; }; "grcType": { "alias": "grcType"; "required": false; }; "isSendForAttestation": { "alias": "isSendForAttestation"; "required": false; }; "assessmentDetails": { "alias": "assessmentDetails"; "required": false; }; "templateId": { "alias": "templateId"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; }, { "closeWorkflow": "closeWorkflow"; }, never, never, false, never>;
167
+ static ɵcmp: i0.ɵɵComponentDeclaration<WorkflowEngineContainerComponent, "app-vcomply-workflow-engine-container", never, { "workflowType": { "alias": "workflowType"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "id": { "alias": "id"; "required": false; }; "openedFrom": { "alias": "openedFrom"; "required": false; }; "source": { "alias": "source"; "required": false; }; "allowedWorkflows": { "alias": "allowedWorkflows"; "required": false; }; "frameworkDetails": { "alias": "frameworkDetails"; "required": false; }; "selectedRC": { "alias": "selectedRC"; "required": false; }; "secondaryOpenPortal": { "alias": "secondaryOpenPortal"; "required": false; }; "defaultRiskType": { "alias": "defaultRiskType"; "required": false; }; "moveToRegisterMode": { "alias": "moveToRegisterMode"; "required": false; }; "reponsibilityData": { "alias": "reponsibilityData"; "required": false; }; "assessmentQuestion": { "alias": "assessmentQuestion"; "required": false; }; "pid": { "alias": "pid"; "required": false; }; "programType": { "alias": "programType"; "required": false; }; "issueData": { "alias": "issueData"; "required": false; }; "entrustButtonName": { "alias": "entrustButtonName"; "required": false; }; "config": { "alias": "config"; "required": false; }; "convertFileData": { "alias": "convertFileData"; "required": false; }; "selectedCategory": { "alias": "selectedCategory"; "required": false; }; "selectedProgram": { "alias": "selectedProgram"; "required": false; }; "canFrameworkChange": { "alias": "canFrameworkChange"; "required": false; }; "addToProgramDetails": { "alias": "addToProgramDetails"; "required": false; }; "grcType": { "alias": "grcType"; "required": false; }; "isSendForAttestation": { "alias": "isSendForAttestation"; "required": false; }; "assessmentDetails": { "alias": "assessmentDetails"; "required": false; }; "templateId": { "alias": "templateId"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; }, { "closeWorkflow": "closeWorkflow"; }, never, never, false, never>;
171
168
  }