vcomply-workflow-engine 6.1.31 → 6.1.32

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 (127) 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/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/more-option/more-option.component.mjs +13 -14
  9. package/esm2022/lib/report-a-case/components/case-resolution-deadline/case-resolution-deadline.component.mjs +29 -3
  10. package/esm2022/lib/report-a-case/components/due-date/due-date.component.mjs +34 -6
  11. package/esm2022/lib/report-a-case/components/report-date/report-date.component.mjs +4 -1
  12. package/esm2022/lib/report-a-case/constants/api.constants.mjs +3 -2
  13. package/esm2022/lib/report-a-case/constants/report-case.constants.mjs +3 -1
  14. package/esm2022/lib/report-a-case/report-case.module.mjs +5 -2
  15. package/esm2022/lib/report-a-case/services/report-a-case.service.mjs +16 -4
  16. package/esm2022/lib/report-a-case/workflow-case/workflow-case.component.mjs +5 -4
  17. package/esm2022/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.mjs +6 -3
  18. package/esm2022/lib/sharedComponents/document-section/document-section.component.mjs +39 -14
  19. package/esm2022/lib/sharedComponents/format-and-evidence/format-and-evidence.component.mjs +22 -9
  20. package/esm2022/lib/sharedComponents/format-and-evidence/format-and-evidence.module.mjs +19 -15
  21. package/esm2022/lib/sharedComponents/group-users-list/group-users-list.component.mjs +20 -17
  22. package/esm2022/lib/sharedComponents/link-responsibility/link-responsibility.component.mjs +3 -2
  23. package/esm2022/lib/sharedComponents/link-responsibility/link-responsibility.module.mjs +8 -4
  24. package/esm2022/lib/sharedComponents/pipes/risk-class.pipe.mjs +19 -0
  25. package/esm2022/lib/sharedComponents/policy-template/select-template-list/select-template-list.component.mjs +15 -5
  26. package/esm2022/lib/ui-kit/banner/banner.component.mjs +44 -0
  27. package/esm2022/lib/ui-kit/multi-select/cs-multiselect/cs-multiselect.component.mjs +12 -5
  28. package/esm2022/lib/workflow-compliance/workflow-compliance.component.mjs +31 -9
  29. package/esm2022/lib/workflow-engine-container/workflow-engine-container.component.mjs +2 -2
  30. package/esm2022/lib/workflow-engine.module.mjs +6 -3
  31. package/esm2022/lib/workflow-policy/ms-word.constants.mjs +2 -2
  32. package/esm2022/lib/workflow-policy/workflow-policy.component.mjs +5 -5
  33. package/esm2022/lib/workflow-program/constants.mjs +9 -1
  34. package/esm2022/lib/workflow-program/create-program-ui/define-framework-listing/pipes/tooltip-message.pipe.mjs +7 -1
  35. package/esm2022/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.mjs +11 -13
  36. package/esm2022/lib/workflow-program/workflow-program.component.mjs +54 -296
  37. package/esm2022/lib/workflow-services/policy.service.mjs +7 -1
  38. package/esm2022/lib/workflow-services/programs.service.mjs +2 -1
  39. package/fesm2022/vcomply-workflow-engine.mjs +1000 -972
  40. package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
  41. package/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.d.ts +1 -0
  42. package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts +3 -0
  43. package/lib/add-multiple-risk/add-multiple-risk.component.d.ts +1 -0
  44. package/lib/constants/assets.constants.d.ts +1 -0
  45. package/lib/constants/policy.constant.d.ts +2 -0
  46. package/lib/constants/regix.constants.d.ts +3 -0
  47. package/lib/constants/responsibility.d.ts +7 -0
  48. package/lib/interfaces/policy.interface.d.ts +5 -0
  49. package/lib/log-an-issue/log-an-issue.component.d.ts +1 -0
  50. package/lib/more-option/more-option.component.d.ts +1 -0
  51. package/lib/report-a-case/components/assignee/assignee.component.d.ts +1 -0
  52. package/lib/report-a-case/components/case-assignees/case-assignees.component.d.ts +1 -0
  53. package/lib/report-a-case/components/case-category/case-category.component.d.ts +1 -0
  54. package/lib/report-a-case/components/case-details/case-details.component.d.ts +1 -0
  55. package/lib/report-a-case/components/case-owners/case-owners.component.d.ts +1 -0
  56. package/lib/report-a-case/components/case-priority/case-priority.component.d.ts +1 -0
  57. package/lib/report-a-case/components/case-resolution-deadline/case-resolution-deadline.component.d.ts +9 -3
  58. package/lib/report-a-case/components/case-type-dropdown/case-dropdown.component.d.ts +1 -0
  59. package/lib/report-a-case/components/due-date/due-date.component.d.ts +7 -1
  60. package/lib/report-a-case/components/field-holder/field-holder.component.d.ts +1 -0
  61. package/lib/report-a-case/components/linked assessment/linked-assessment.component.d.ts +1 -0
  62. package/lib/report-a-case/components/linked-responsibilities/linked-responsibilities.component.d.ts +1 -0
  63. package/lib/report-a-case/components/rc-details/rc-details.component.d.ts +1 -0
  64. package/lib/report-a-case/components/report-date/report-date.component.d.ts +3 -0
  65. package/lib/report-a-case/constants/api.constants.d.ts +1 -0
  66. package/lib/report-a-case/constants/report-case.constants.d.ts +2 -0
  67. package/lib/report-a-case/report-case.module.d.ts +22 -21
  68. package/lib/report-a-case/services/report-a-case.service.d.ts +2 -1
  69. package/lib/report-a-case/workflow-case/workflow-case.component.d.ts +1 -0
  70. package/lib/sharedComponents/approval-workflow/approval-create-form/approval-create-form.component.d.ts +1 -0
  71. package/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.d.ts +1 -0
  72. package/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.d.ts +1 -0
  73. package/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.d.ts +1 -0
  74. package/lib/sharedComponents/assessment-editor/components/logic/logic.component.d.ts +1 -0
  75. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.d.ts +1 -0
  76. package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.d.ts +1 -0
  77. package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.d.ts +1 -0
  78. package/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.d.ts +1 -0
  79. package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts +1 -0
  80. package/lib/sharedComponents/audit-category-list/audit-category-list.component.d.ts +1 -0
  81. package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts +6 -0
  82. package/lib/sharedComponents/category-list/category-list.component.d.ts +1 -0
  83. package/lib/sharedComponents/category-list-selection/category-list-selection/category-list-selection.component.d.ts +1 -0
  84. package/lib/sharedComponents/category-multiselect/category-multi-select.component.d.ts +1 -0
  85. package/lib/sharedComponents/checkbox-list/checkbox-list.component.d.ts +1 -0
  86. package/lib/sharedComponents/document-section/document-section.component.d.ts +8 -5
  87. package/lib/sharedComponents/format-and-evidence/format-and-evidence.component.d.ts +5 -1
  88. package/lib/sharedComponents/format-and-evidence/format-and-evidence.module.d.ts +8 -7
  89. package/lib/sharedComponents/framework-list/framework-list.component.d.ts +1 -0
  90. package/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.d.ts +1 -0
  91. package/lib/sharedComponents/group-users-list/group-users-list.component.d.ts +1 -0
  92. package/lib/sharedComponents/link-program/link-program/link-program.component.d.ts +1 -0
  93. package/lib/sharedComponents/link-responsibility/link-responsibility.module.d.ts +2 -1
  94. package/lib/sharedComponents/owner-list/owner-list.component.d.ts +1 -0
  95. package/lib/sharedComponents/pipes/risk-class.pipe.d.ts +7 -0
  96. package/lib/sharedComponents/policy-access/policy-access.component.d.ts +1 -0
  97. package/lib/sharedComponents/policy-template/select-template-list/select-template-list.component.d.ts +1 -0
  98. package/lib/sharedComponents/program-listing/program-listing.component.d.ts +1 -0
  99. package/lib/sharedComponents/radio-list/radio-list.component.d.ts +1 -0
  100. package/lib/sharedComponents/radio-list-with-pagination/radio-list.component.d.ts +1 -0
  101. package/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.d.ts +1 -0
  102. package/lib/sharedComponents/responsibility-risk-selector/responsibility-risk-selector.component.d.ts +1 -0
  103. package/lib/sharedComponents/review-frequency/review-frequency.component.d.ts +1 -0
  104. package/lib/sharedComponents/roles-list/roles-list.component.d.ts +1 -0
  105. package/lib/sharedComponents/select-approvers/select-approvers.component.d.ts +1 -0
  106. package/lib/sharedComponents/users-radio-list/users-radio-list.component.d.ts +1 -0
  107. package/lib/ui-kit/banner/banner.component.d.ts +8 -0
  108. package/lib/ui-kit/multi-select/cs-multiselect/cs-multiselect.component.d.ts +3 -1
  109. package/lib/ui-kit/pagination/pagination/pagination.component.d.ts +1 -0
  110. package/lib/workflow/shared/components/attributes/attributes-checkbox/attributes-checkbox.component.d.ts +1 -0
  111. package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.d.ts +1 -0
  112. package/lib/workflow-assessment/workflow-assessment.component.d.ts +1 -0
  113. package/lib/workflow-compliance/workflow-compliance.component.d.ts +4 -0
  114. package/lib/workflow-engine.module.d.ts +41 -40
  115. package/lib/workflow-policy/workflow-policy.component.d.ts +1 -1
  116. package/lib/workflow-program/constants.d.ts +3 -0
  117. package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts +1 -0
  118. package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.d.ts +1 -0
  119. package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts +1 -0
  120. package/lib/workflow-program/create-program-ui/role-list/role-list.component.d.ts +1 -0
  121. package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts +1 -0
  122. package/lib/workflow-program/workflow-program.component.d.ts +7 -1
  123. package/lib/workflow-risk/workflow-risk.component.d.ts +1 -0
  124. package/lib/workflow-services/policy.service.d.ts +2 -0
  125. package/lib/workflow-services/programs.service.d.ts +1 -0
  126. package/lib/workflow-survey-form/workflow-survey-form.component.d.ts +1 -0
  127. package/package.json +1 -1
@@ -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;
@@ -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>;
@@ -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;
@@ -8,8 +8,9 @@ import * as i6 from "../../formgroup/formgroup.module";
8
8
  import * as i7 from "../no-data/no-data.module";
9
9
  import * as i8 from "../v-loader/v-loader.module";
10
10
  import * as i9 from "../../ui-kit/popover/popover.module";
11
+ import * as i10 from "../../ui-kit/pagination/pagination.module";
11
12
  export declare class LinkResponsibilityModule {
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<LinkResponsibilityModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<LinkResponsibilityModule, [typeof i1.LinkResponsibilityListComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.PipesModule, typeof i5.FloatingBarModule, typeof i6.FormgroupModule, typeof i7.NoDataModule, typeof i8.VLoaderModule, typeof i9.PopoverModule], [typeof i1.LinkResponsibilityListComponent]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LinkResponsibilityModule, [typeof i1.LinkResponsibilityListComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.PipesModule, typeof i5.FloatingBarModule, typeof i6.FormgroupModule, typeof i7.NoDataModule, typeof i8.VLoaderModule, typeof i9.PopoverModule, typeof i10.PaginationModule], [typeof i1.LinkResponsibilityListComponent]>;
14
15
  static ɵinj: i0.ɵɵInjectorDeclaration<LinkResponsibilityModule>;
15
16
  }
@@ -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;
@@ -85,6 +85,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
85
85
  sequential: string;
86
86
  round_robin: string;
87
87
  anyone: string;
88
+ collaborator: string;
88
89
  };
89
90
  allGroupAssignee: boolean;
90
91
  assignorId: any[];
@@ -248,10 +249,13 @@ export declare class WorkflowComplianceComponent implements OnInit {
248
249
  unSubscribeProgram: Subject<void>;
249
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);
250
251
  ngOnInit(): void;
252
+ populateRCList(): void;
251
253
  setFeatureFlags(): void;
252
254
  getInitialData(): void;
255
+ getRCDetailsinRiskTreatment(): void;
253
256
  getOrgDetails(): void;
254
257
  getSubscriptionDetail(): void;
258
+ hideOptionFromMoreOptions(): void;
255
259
  activateSelector(type: any, event: boolean): void;
256
260
  setResponsibilityName(): void;
257
261
  whatChanged(event: any): void;
@@ -91,48 +91,49 @@ import * as i87 from "./sharedComponents/approval-workflow/approval-create-form/
91
91
  import * as i88 from "./sharedComponents/link-program/link-program/link-program.component";
92
92
  import * as i89 from "./sharedComponents/link-program/tooltip-validation.pipe";
93
93
  import * as i90 from "./link-related-policies/link-related-policies.component";
94
- import * as i91 from "@angular/forms";
95
- import * as i92 from "./sharedComponents/assessment-editor/create-assessment.module";
96
- import * as i93 from "@vcomply/editor";
97
- import * as i94 from "@angular/common";
98
- import * as i95 from "./formgroup/formgroup.module";
99
- import * as i96 from "./ui-kit/tooltip/tooltip.module";
100
- import * as i97 from "./ui-kit/popover/popover.module";
101
- import * as i98 from "./ui-kit/line-loader/line-loader.module";
102
- import * as i99 from "./formgroup/select/select.module";
103
- import * as i100 from "ngx-material-timepicker";
104
- import * as i101 from "ng2-date-picker";
105
- import * as i102 from "./sharedComponents/no-data/no-data.module";
106
- import * as i103 from "./sharedComponents/v-loader/v-loader.module";
107
- import * as i104 from "./ui-kit/smiley-dialog/smiley-dialog.module";
108
- import * as i105 from "./ui-kit/snack-bar/snack-bar.module";
109
- import * as i106 from "@angular/common/http";
110
- import * as i107 from "./ui-kit/smiley-dialog-inline/smiley-dialog-inline.module";
111
- import * as i108 from "./ui-kit/click-outside/click-outside.module";
112
- import * as i109 from "./ui-kit/popover-hover/popover-hover.module";
113
- import * as i110 from "./ui-kit/pagination/pagination.module";
114
- import * as i111 from "./ui-kit/action-dialog/action-dialog.module";
115
- import * as i112 from "./sharedComponents/assessment-preview/assessment-preview.module";
116
- import * as i113 from "./workflow-program/create-program-ui/create-program-ui.module";
117
- import * as i114 from "./ui-kit/directive/directive.module";
118
- import * as i115 from "./workflow/grc-object/grc-object.module";
119
- import * as i116 from "./sharedComponents/responsibility-centers-list/rc-list.module";
120
- import * as i117 from "./pipes/pipes.module";
121
- import * as i118 from "./sharedComponents/floating-bar/floating-bar.module";
122
- import * as i119 from "./sharedComponents/group-users-list/group-users-list.component";
123
- import * as i120 from "./sharedComponents/list-loader/list-loader.module";
124
- import * as i121 from "./workflow/shared/components/grc-object-list/grc-object-list.component";
125
- import * as i122 from "./ui-kit/time-picker/time-picker.module";
126
- import * as i123 from "./ui-kit/multi-select/multi-select.module";
127
- import * as i124 from "./sharedComponents/policy-template/policy-template.module";
128
- import * as i125 from "./report-a-case/report-case.module";
129
- import * as i126 from "./sharedComponents/format-and-evidence/format-and-evidence.module";
130
- import * as i127 from "./sharedComponents/checkbox-list/checkbox-list.module";
131
- import * as i128 from "./sharedComponents/radio-list-with-pagination/radio-list-with-pagination.module";
132
- import * as i129 from "./sharedComponents/link-responsibility/link-responsibility.module";
94
+ import * as i91 from "./sharedComponents/pipes/risk-class.pipe";
95
+ import * as i92 from "@angular/forms";
96
+ import * as i93 from "./sharedComponents/assessment-editor/create-assessment.module";
97
+ import * as i94 from "@vcomply/editor";
98
+ import * as i95 from "@angular/common";
99
+ import * as i96 from "./formgroup/formgroup.module";
100
+ import * as i97 from "./ui-kit/tooltip/tooltip.module";
101
+ import * as i98 from "./ui-kit/popover/popover.module";
102
+ import * as i99 from "./ui-kit/line-loader/line-loader.module";
103
+ import * as i100 from "./formgroup/select/select.module";
104
+ import * as i101 from "ngx-material-timepicker";
105
+ import * as i102 from "ng2-date-picker";
106
+ import * as i103 from "./sharedComponents/no-data/no-data.module";
107
+ import * as i104 from "./sharedComponents/v-loader/v-loader.module";
108
+ import * as i105 from "./ui-kit/smiley-dialog/smiley-dialog.module";
109
+ import * as i106 from "./ui-kit/snack-bar/snack-bar.module";
110
+ import * as i107 from "@angular/common/http";
111
+ import * as i108 from "./ui-kit/smiley-dialog-inline/smiley-dialog-inline.module";
112
+ import * as i109 from "./ui-kit/click-outside/click-outside.module";
113
+ import * as i110 from "./ui-kit/popover-hover/popover-hover.module";
114
+ import * as i111 from "./ui-kit/pagination/pagination.module";
115
+ import * as i112 from "./ui-kit/action-dialog/action-dialog.module";
116
+ import * as i113 from "./sharedComponents/assessment-preview/assessment-preview.module";
117
+ import * as i114 from "./workflow-program/create-program-ui/create-program-ui.module";
118
+ import * as i115 from "./ui-kit/directive/directive.module";
119
+ import * as i116 from "./workflow/grc-object/grc-object.module";
120
+ import * as i117 from "./sharedComponents/responsibility-centers-list/rc-list.module";
121
+ import * as i118 from "./pipes/pipes.module";
122
+ import * as i119 from "./sharedComponents/floating-bar/floating-bar.module";
123
+ import * as i120 from "./sharedComponents/group-users-list/group-users-list.component";
124
+ import * as i121 from "./sharedComponents/list-loader/list-loader.module";
125
+ import * as i122 from "./workflow/shared/components/grc-object-list/grc-object-list.component";
126
+ import * as i123 from "./ui-kit/time-picker/time-picker.module";
127
+ import * as i124 from "./ui-kit/multi-select/multi-select.module";
128
+ import * as i125 from "./sharedComponents/policy-template/policy-template.module";
129
+ import * as i126 from "./report-a-case/report-case.module";
130
+ import * as i127 from "./sharedComponents/format-and-evidence/format-and-evidence.module";
131
+ import * as i128 from "./sharedComponents/checkbox-list/checkbox-list.module";
132
+ import * as i129 from "./sharedComponents/radio-list-with-pagination/radio-list-with-pagination.module";
133
+ import * as i130 from "./sharedComponents/link-responsibility/link-responsibility.module";
133
134
  export declare class VComplyWorkflowEngineModule {
134
135
  static forRoot(environmentConfig: Configurations): ModuleWithProviders<VComplyWorkflowEngineModule>;
135
136
  static ɵfac: i0.ɵɵFactoryDeclaration<VComplyWorkflowEngineModule, never>;
136
- 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.ReactiveFormsModule, typeof i92.CreateAssessmentModule, typeof i93.VcomplyEditorModule, typeof i94.CommonModule, typeof i95.FormgroupModule, typeof i96.TooltipModule, typeof i97.PopoverModule, typeof i98.LineLoaderModule, typeof i91.FormsModule, typeof i99.SelectModule, typeof i100.NgxMaterialTimepickerModule, typeof i101.DpDatePickerModule, typeof i102.NoDataModule, typeof i103.VLoaderModule, typeof i104.SmileyDialogModule, typeof i105.SnackBarModule, typeof i106.HttpClientModule, typeof i107.SmileyDialogInlineModule, typeof i108.ClickOutsideModule, typeof i109.PopoverHoverModule, typeof i110.PaginationModule, typeof i92.CreateAssessmentModule, typeof i111.ActionDialogModule, typeof i112.AssessmentPreviewModule, typeof i113.CreateProgramUiModule, typeof i114.DirectiveModule, typeof i115.GrcObjectModule, typeof i116.RcListModule, typeof i117.PipesModule, typeof i118.FloatingBarModule, typeof i119.GroupUsersListComponent, typeof i120.ListLoaderModule, typeof i121.GrcObjectListComponent, typeof i122.TimePickerModule, typeof i123.MultiSelectModule, typeof i124.PolicyTemplateModule, typeof i125.ReportCaseModule, typeof i126.FormatAndEvidenceModule, typeof i127.CheckboxListModule, typeof i128.RadioListWithPaginationModule, typeof i129.LinkResponsibilityModule], [typeof i1.WorkflowEngineContainerComponent]>;
137
+ 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.RiskClassPipe], [typeof i92.ReactiveFormsModule, typeof i93.CreateAssessmentModule, typeof i94.VcomplyEditorModule, typeof i95.CommonModule, typeof i96.FormgroupModule, typeof i97.TooltipModule, typeof i98.PopoverModule, typeof i99.LineLoaderModule, typeof i92.FormsModule, typeof i100.SelectModule, typeof i101.NgxMaterialTimepickerModule, typeof i102.DpDatePickerModule, typeof i103.NoDataModule, typeof i104.VLoaderModule, typeof i105.SmileyDialogModule, typeof i106.SnackBarModule, typeof i107.HttpClientModule, typeof i108.SmileyDialogInlineModule, typeof i109.ClickOutsideModule, typeof i110.PopoverHoverModule, typeof i111.PaginationModule, typeof i93.CreateAssessmentModule, typeof i112.ActionDialogModule, typeof i113.AssessmentPreviewModule, typeof i114.CreateProgramUiModule, typeof i115.DirectiveModule, typeof i116.GrcObjectModule, typeof i117.RcListModule, typeof i118.PipesModule, typeof i119.FloatingBarModule, typeof i120.GroupUsersListComponent, typeof i121.ListLoaderModule, typeof i122.GrcObjectListComponent, typeof i123.TimePickerModule, typeof i124.MultiSelectModule, typeof i125.PolicyTemplateModule, typeof i126.ReportCaseModule, typeof i127.FormatAndEvidenceModule, typeof i128.CheckboxListModule, typeof i129.RadioListWithPaginationModule, typeof i130.LinkResponsibilityModule], [typeof i1.WorkflowEngineContainerComponent]>;
137
138
  static ɵinj: i0.ɵɵInjectorDeclaration<VComplyWorkflowEngineModule>;
138
139
  }
@@ -87,6 +87,7 @@ export declare class WorkflowPolicyComponent implements OnInit {
87
87
  sequential: string;
88
88
  round_robin: string;
89
89
  anyone: string;
90
+ collaborator: string;
90
91
  };
91
92
  CONSTANTS: any;
92
93
  LINKS: any;
@@ -224,7 +225,6 @@ export declare class WorkflowPolicyComponent implements OnInit {
224
225
  noWorkflowSelected: boolean;
225
226
  templateView: boolean;
226
227
  templateUrl: string;
227
- isTemplateClosed: boolean;
228
228
  constructor(policyService: PolicyService, snackBar: SnackBarService, uiKitService: UiKitService, authService: AuthService, responsibilityService: ResponsibilityService, router: Router, route: ActivatedRoute, frequencyService: FrequencyService, platformLocation: PlatformLocation, changeRef: ChangeDetectorRef, restApiService: RestApiService, commonService: CommonService, organizationUserService: OrganizationUserService, organizationCommonService: OrganizationCommonService, complianceCommonService: ComplianceCommonService, iframeService: IframeService);
229
229
  policyForm: PolicyForm;
230
230
  ngOnInit(): void;
@@ -46,3 +46,6 @@ export declare const CONSTANTS: {
46
46
  ASSIGNEES: boolean;
47
47
  };
48
48
  };
49
+ 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.";
50
+ export declare const COLLABORATOR_PLACEHODLER = "Select users that can collaborate in this Program";
51
+ 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>;
@@ -66,6 +66,7 @@ export declare class WorkflowProgramComponent implements OnInit {
66
66
  sequential: string;
67
67
  round_robin: string;
68
68
  anyone: string;
69
+ collaborator: string;
69
70
  };
70
71
  constants: {
71
72
  categoryType: {
@@ -143,6 +144,7 @@ export declare class WorkflowProgramComponent implements OnInit {
143
144
  panelTitleOwner: string;
144
145
  panelTitleReviewer: string;
145
146
  panelTitleAssignee: string;
147
+ panelTitleCollaborator: string;
146
148
  panelTitleApprover: string;
147
149
  isApproverDisabled: boolean;
148
150
  isProgramScope: boolean;
@@ -150,13 +152,14 @@ export declare class WorkflowProgramComponent implements OnInit {
150
152
  businessCycle: any;
151
153
  featureflagrole: boolean;
152
154
  featureflagGroups: boolean;
153
- disabledAssigneeIds: any[];
155
+ disableCollaboratorIds: any[];
154
156
  selectedReviewerIds: any[];
155
157
  selectedAssigneeIds: any[];
156
158
  selectedOverseerIds: any[];
157
159
  assignorId: number[];
158
160
  disableReviewerIds: any[];
159
161
  disableOverseerIds: any[];
162
+ COLLABORATOR_PLACEHODLER: string;
160
163
  constructor(fb: UntypedFormBuilder, programService: ProgramsService, authService: AuthService, uiKitService: UiKitService, iframeService: IframeService, changeRef: ChangeDetectorRef);
161
164
  noWhitespaceValidator(control: UntypedFormControl): {
162
165
  whitespace: boolean;
@@ -182,6 +185,7 @@ export declare class WorkflowProgramComponent implements OnInit {
182
185
  programDescription: string;
183
186
  };
184
187
  selectedAssessment: any;
188
+ manageProgramsRoleId: string[];
185
189
  currentUser(): {
186
190
  member_email: any;
187
191
  member_id: any;
@@ -227,8 +231,10 @@ export declare class WorkflowProgramComponent implements OnInit {
227
231
  fieldDeselector(type: any): void;
228
232
  markasTouchedSelector(fieldName: any): void;
229
233
  fetchRoles(): void;
234
+ getManageProgramsRoleId(): any;
230
235
  fetchRC(): void;
231
236
  fetchUsersAssociatedWithRoles(calledFrom?: any): void;
237
+ fetchUserWithManageProgramsRole(): void;
232
238
  fetchGroupsAssociatedWithRoles(): void;
233
239
  setDefaultOwners(userList: any, calledFrom?: any): void;
234
240
  getPreSelectedOwners(previousSelectedUsers: any, currentUsers: any): any;
@@ -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;
@@ -9,6 +9,7 @@ export declare class PolicyService {
9
9
  env: any;
10
10
  PolicyCategoryList: BehaviorSubject<any>;
11
11
  linkedPolicies$: BehaviorSubject<any>;
12
+ templateView: BehaviorSubject<any>;
12
13
  linkRelatePolicies: any;
13
14
  constructor(http: HttpClient, authService: AuthService, config?: Configurations);
14
15
  getCategoriesList(): import("rxjs").Observable<any>;
@@ -24,6 +25,7 @@ export declare class PolicyService {
24
25
  uploadFile(data: any, id: string, path: string): import("rxjs").Observable<Object>;
25
26
  uploadDocxFile(data: any, id: string, path: string): import("rxjs").Observable<Object>;
26
27
  savePolicyDetails(uname: any, uid: any, id: any, name: any, html: any, isSendForApprove: any): import("rxjs").Observable<Object>;
28
+ fileSizeLimit(file: File): boolean;
27
29
  editPolicy(id: any): import("rxjs").Observable<any[]>;
28
30
  updatePolicy(payload: any, policyId: any): import("rxjs").Observable<any>;
29
31
  extractFile(extension: any, path: any, id: any): import("rxjs").Observable<Object>;
@@ -83,6 +83,7 @@ export declare class ProgramsService {
83
83
  in_scope: any;
84
84
  out_scope: any;
85
85
  }[];
86
+ collaborators: any;
86
87
  _id: any;
87
88
  };
88
89
  generateAssessment(assessment: any): any;
@@ -55,6 +55,7 @@ export declare class WorkflowSurveyFormComponent implements OnInit {
55
55
  sequential: string;
56
56
  round_robin: string;
57
57
  anyone: string;
58
+ collaborator: string;
58
59
  };
59
60
  description: EditorConfig;
60
61
  constructor();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.1.31",
3
+ "version": "6.1.32",
4
4
  "peerDependencies": {
5
5
  "@angular/common": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x ",
6
6
  "@angular/core": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x "