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