vcomply-workflow-engine 6.1.2 → 6.1.3
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 +7 -34
- package/esm2022/lib/constants/api.constants.mjs +6 -1
- package/esm2022/lib/constants/assets.constants.mjs +1 -2
- package/esm2022/lib/interfaces/frequency.interface.mjs +2 -0
- package/esm2022/lib/interfaces/iframe-type.mjs +7 -0
- package/esm2022/lib/interfaces/responsibilty.interface.mjs +1 -1
- package/esm2022/lib/more-option/more-option.component.mjs +26 -191
- package/esm2022/lib/report-a-case/services/report-a-case.service.mjs +3 -2
- package/esm2022/lib/report-a-case/workflow-case/workflow-case.component.mjs +4 -7
- package/esm2022/lib/services/common.service.mjs +40 -1
- package/esm2022/lib/services/iframe.service.mjs +14 -1
- package/esm2022/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.mjs +3 -6
- package/esm2022/lib/sharedComponents/category-list-selection/category-list-selection/category-list-selection.component.mjs +7 -7
- package/esm2022/lib/sharedComponents/category-list-selection/category-list-selection.module.mjs +27 -4
- package/esm2022/lib/sharedComponents/format-and-evidence/format-and-evidence.component.mjs +10 -21
- package/esm2022/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.mjs +5 -1
- package/esm2022/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.mjs +5 -1
- package/esm2022/lib/sharedComponents/frequency/frequency-container/frequency-container.component.mjs +5 -5
- package/esm2022/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.mjs +2 -1
- package/esm2022/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.mjs +6 -2
- package/esm2022/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.mjs +3 -2
- package/esm2022/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.mjs +3 -1
- package/esm2022/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.mjs +5 -1
- package/esm2022/lib/sharedComponents/frequency/frequency-random/frequency-random.component.mjs +9 -2
- package/esm2022/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.mjs +4 -2
- package/esm2022/lib/sharedComponents/frequency/frequency.service.mjs +267 -5
- package/esm2022/lib/sharedComponents/group-users-list/group-users-list.component.mjs +5 -2
- package/esm2022/lib/sharedComponents/link-responsibility/link-responsibility.component.mjs +48 -16
- package/esm2022/lib/sharedComponents/link-responsibility/link-responsibility.module.mjs +8 -4
- package/esm2022/lib/sharedComponents/list-container/list-container.component.mjs +52 -0
- package/esm2022/lib/sharedComponents/program-list/constant.mjs +27 -0
- package/esm2022/lib/sharedComponents/program-list/interfaces/data-source.interface.mjs +2 -0
- package/esm2022/lib/sharedComponents/program-list/interfaces/list-item.interface.mjs +2 -0
- package/esm2022/lib/sharedComponents/program-list/pipes/check-selected-items.pipes.mjs +23 -0
- package/esm2022/lib/sharedComponents/program-list/program-list/program-list.component.mjs +273 -0
- package/esm2022/lib/sharedComponents/program-list/program-list.module.mjs +51 -0
- package/esm2022/lib/sharedComponents/program-list/services/list-utils.service.mjs +27 -0
- package/esm2022/lib/sharedComponents/program-list/services/program-list-api.service.mjs +32 -0
- package/esm2022/lib/ui-kit/loaders/loaders.module.mjs +24 -0
- package/esm2022/lib/ui-kit/loaders/table-loader/table-loader.component.mjs +19 -0
- package/esm2022/lib/workflow/grc-object/grc-object-container/grc-object-container.component.mjs +45 -17
- package/esm2022/lib/workflow/shared/components/grc-category-listing/grc-category-listing.component.mjs +13 -10
- package/esm2022/lib/workflow/shared/components/program-responsibility-listing/program-responsibility-listing.component.mjs +62 -35
- package/esm2022/lib/workflow/shared/services/grc.service.mjs +15 -2
- package/esm2022/lib/workflow/shared/workflow-pipes/get-user-details.pipe.mjs +26 -0
- package/esm2022/lib/workflow/shared/workflow-pipes/workflow-pipes.module.mjs +8 -3
- package/esm2022/lib/workflow-compliance/workflow-compliance.component.mjs +294 -453
- package/esm2022/lib/workflow-engine-container/api-constants.mjs +3 -2
- package/esm2022/lib/workflow-engine-container/workflow-engine-container.component.mjs +32 -53
- package/esm2022/lib/workflow-engine.module.mjs +11 -16
- package/esm2022/lib/workflow-policy/workflow-policy.component.mjs +46 -29
- package/esm2022/lib/workflow-program/constants.mjs +3 -11
- package/esm2022/lib/workflow-program/create-program-ui/define-framework-listing/pipes/tooltip-message.pipe.mjs +1 -7
- package/esm2022/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.mjs +13 -11
- package/esm2022/lib/workflow-program/workflow-program.component.mjs +340 -311
- package/esm2022/lib/workflow-services/policy.service.mjs +8 -9
- package/esm2022/lib/workflow-services/programs.service.mjs +26 -114
- package/esm2022/lib/workflow-services/responsibility.service.mjs +60 -56
- package/fesm2022/vcomply-workflow-engine.mjs +5848 -5338
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.d.ts +0 -1
- package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts +0 -3
- package/lib/add-multiple-risk/add-multiple-risk.component.d.ts +0 -1
- package/lib/constants/api.constants.d.ts +5 -0
- package/lib/constants/assets.constants.d.ts +0 -1
- package/lib/interfaces/frequency.interface.d.ts +37 -0
- package/lib/interfaces/iframe-type.d.ts +5 -0
- package/lib/interfaces/responsibilty.interface.d.ts +13 -13
- package/lib/log-an-issue/log-an-issue.component.d.ts +0 -1
- package/lib/more-option/more-option.component.d.ts +0 -1
- package/lib/report-a-case/components/assignee/assignee.component.d.ts +0 -1
- package/lib/report-a-case/components/case-assignees/case-assignees.component.d.ts +0 -1
- package/lib/report-a-case/components/case-category/case-category.component.d.ts +0 -1
- package/lib/report-a-case/components/case-details/case-details.component.d.ts +0 -1
- package/lib/report-a-case/components/case-owners/case-owners.component.d.ts +0 -1
- package/lib/report-a-case/components/case-priority/case-priority.component.d.ts +0 -1
- package/lib/report-a-case/components/case-resolution-deadline/case-resolution-deadline.component.d.ts +0 -1
- package/lib/report-a-case/components/case-type-dropdown/case-dropdown.component.d.ts +0 -1
- package/lib/report-a-case/components/due-date/due-date.component.d.ts +0 -1
- package/lib/report-a-case/components/field-holder/field-holder.component.d.ts +0 -1
- package/lib/report-a-case/components/linked assessment/linked-assessment.component.d.ts +0 -1
- package/lib/report-a-case/components/linked-responsibilities/linked-responsibilities.component.d.ts +0 -1
- package/lib/report-a-case/components/rc-details/rc-details.component.d.ts +0 -1
- package/lib/report-a-case/components/report-date/report-date.component.d.ts +0 -1
- package/lib/report-a-case/workflow-case/workflow-case.component.d.ts +0 -1
- package/lib/services/common.service.d.ts +28 -0
- package/lib/services/iframe.service.d.ts +6 -0
- package/lib/sharedComponents/approval-workflow/approval-create-form/approval-create-form.component.d.ts +0 -1
- package/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.d.ts +0 -1
- package/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.d.ts +0 -1
- package/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.d.ts +0 -1
- package/lib/sharedComponents/assessment-editor/components/logic/logic.component.d.ts +0 -1
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.d.ts +0 -1
- package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.d.ts +0 -1
- package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.d.ts +0 -1
- package/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.d.ts +0 -1
- package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts +0 -1
- package/lib/sharedComponents/audit-category-list/audit-category-list.component.d.ts +0 -1
- package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts +0 -6
- package/lib/sharedComponents/category-list/category-list.component.d.ts +0 -1
- package/lib/sharedComponents/category-list-selection/category-list-selection/category-list-selection.component.d.ts +0 -1
- package/lib/sharedComponents/category-list-selection/category-list-selection.module.d.ts +5 -5
- package/lib/sharedComponents/category-multiselect/category-multi-select.component.d.ts +0 -1
- package/lib/sharedComponents/checkbox-list/checkbox-list.component.d.ts +0 -1
- package/lib/sharedComponents/format-and-evidence/format-and-evidence.component.d.ts +1 -5
- package/lib/sharedComponents/framework-list/framework-list.component.d.ts +0 -1
- package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts +1 -0
- package/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.d.ts +0 -1
- package/lib/sharedComponents/frequency/frequency.service.d.ts +92 -2
- package/lib/sharedComponents/group-users-list/group-users-list.component.d.ts +0 -1
- package/lib/sharedComponents/link-program/link-program/link-program.component.d.ts +0 -1
- package/lib/sharedComponents/link-responsibility/link-responsibility.component.d.ts +2 -1
- package/lib/sharedComponents/link-responsibility/link-responsibility.module.d.ts +2 -1
- package/lib/sharedComponents/list-container/list-container.component.d.ts +9 -0
- package/lib/sharedComponents/owner-list/owner-list.component.d.ts +0 -1
- package/lib/sharedComponents/policy-access/policy-access.component.d.ts +0 -1
- package/lib/sharedComponents/program-list/constant.d.ts +20 -0
- package/lib/sharedComponents/program-list/interfaces/data-source.interface.d.ts +4 -0
- package/lib/sharedComponents/program-list/interfaces/list-item.interface.d.ts +5 -0
- package/lib/sharedComponents/program-list/pipes/check-selected-items.pipes.d.ts +7 -0
- package/lib/sharedComponents/program-list/program-list/program-list.component.d.ts +126 -0
- package/lib/sharedComponents/program-list/program-list.module.d.ts +15 -0
- package/lib/sharedComponents/program-list/services/list-utils.service.d.ts +7 -0
- package/lib/sharedComponents/program-list/services/program-list-api.service.d.ts +14 -0
- package/lib/sharedComponents/program-listing/program-listing.component.d.ts +0 -1
- package/lib/sharedComponents/radio-list/radio-list.component.d.ts +0 -1
- package/lib/sharedComponents/radio-list-with-pagination/radio-list.component.d.ts +0 -1
- package/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.d.ts +0 -1
- package/lib/sharedComponents/responsibility-risk-selector/responsibility-risk-selector.component.d.ts +0 -1
- package/lib/sharedComponents/review-frequency/review-frequency.component.d.ts +0 -1
- package/lib/sharedComponents/roles-list/roles-list.component.d.ts +0 -1
- package/lib/sharedComponents/select-approvers/select-approvers.component.d.ts +0 -1
- package/lib/sharedComponents/users-radio-list/users-radio-list.component.d.ts +0 -1
- package/lib/ui-kit/loaders/loaders.module.d.ts +8 -0
- package/lib/ui-kit/loaders/table-loader/table-loader.component.d.ts +9 -0
- package/lib/ui-kit/pagination/pagination/pagination.component.d.ts +0 -1
- package/lib/workflow/grc-object/grc-object-container/grc-object-container.component.d.ts +5 -1
- package/lib/workflow/shared/components/attributes/attributes-checkbox/attributes-checkbox.component.d.ts +0 -1
- package/lib/workflow/shared/components/grc-category-listing/grc-category-listing.component.d.ts +3 -1
- package/lib/workflow/shared/components/program-responsibility-listing/program-responsibility-listing.component.d.ts +6 -2
- package/lib/workflow/shared/services/grc.service.d.ts +1 -0
- package/lib/workflow/shared/workflow-pipes/get-user-details.pipe.d.ts +7 -0
- package/lib/workflow/shared/workflow-pipes/workflow-pipes.module.d.ts +3 -2
- package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.d.ts +0 -1
- package/lib/workflow-assessment/workflow-assessment.component.d.ts +0 -1
- package/lib/workflow-compliance/workflow-compliance.component.d.ts +32 -11
- package/lib/workflow-engine-container/api-constants.d.ts +1 -0
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +5 -2
- package/lib/workflow-engine.module.d.ts +3 -2
- package/lib/workflow-policy/workflow-policy.component.d.ts +9 -1
- package/lib/workflow-program/constants.d.ts +0 -3
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts +0 -1
- package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.d.ts +0 -1
- package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts +0 -1
- package/lib/workflow-program/create-program-ui/role-list/role-list.component.d.ts +0 -1
- package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts +0 -1
- package/lib/workflow-program/workflow-program.component.d.ts +9 -11
- package/lib/workflow-risk/workflow-risk.component.d.ts +1 -2
- package/lib/workflow-services/policy.service.d.ts +1 -1
- package/lib/workflow-services/programs.service.d.ts +13 -54
- package/lib/workflow-services/responsibility.service.d.ts +17 -4
- package/lib/workflow-survey-form/workflow-survey-form.component.d.ts +0 -1
- package/package.json +1 -1
- package/esm2022/lib/constants/policy.constant.mjs +0 -6
- package/esm2022/lib/constants/regix.constants.mjs +0 -4
- package/esm2022/lib/constants/responsibility.mjs +0 -8
- package/esm2022/lib/interfaces/policy.interface.mjs +0 -2
- package/esm2022/lib/sharedComponents/pipes/risk-class.pipe.mjs +0 -19
- package/lib/constants/policy.constant.d.ts +0 -2
- package/lib/constants/regix.constants.d.ts +0 -3
- package/lib/constants/responsibility.d.ts +0 -7
- package/lib/interfaces/policy.interface.d.ts +0 -5
- package/lib/sharedComponents/pipes/risk-class.pipe.d.ts +0 -7
package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts
CHANGED
|
@@ -64,8 +64,6 @@ export declare class AddMultipleResponsibilityWithTabComponent implements OnInit
|
|
|
64
64
|
responsibilityData: any;
|
|
65
65
|
featureflag: any;
|
|
66
66
|
ffBulkUploadOptimization: boolean;
|
|
67
|
-
isDayInvalid: boolean;
|
|
68
|
-
isDateFormatInvalid: boolean;
|
|
69
67
|
constructor(riskService: AddRiskService, responsibilityService: ResponsibilityService, authService: AuthService, frequencyService: FrequencyBulkService, snackBar: SnackBarService, iframeService: IframeService);
|
|
70
68
|
ngOnChanges(changes: SimpleChanges): void;
|
|
71
69
|
ngOnInit(): void;
|
|
@@ -134,7 +132,6 @@ export declare class AddMultipleResponsibilityWithTabComponent implements OnInit
|
|
|
134
132
|
* @returns An object with the following properties:
|
|
135
133
|
*/
|
|
136
134
|
setReportDetails(report: any, tabType: string, isProgram: boolean): any;
|
|
137
|
-
isValidRiskClass(riskClass: any): boolean;
|
|
138
135
|
/**
|
|
139
136
|
* It takes a string, removes all whitespace, and returns the string
|
|
140
137
|
* @param {any} name - the name of the responsibility
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export interface FrequencyObject {
|
|
2
|
+
type: 'one_time' | 'daily' | 'weekly' | 'monthly' | 'quarterly' | 'semester' | 'yearly' | 'random' | 'ongoing' | 'on_completion_of' | 'biannually';
|
|
3
|
+
endAfter: number;
|
|
4
|
+
startBefore: number;
|
|
5
|
+
autoDeactivate: number;
|
|
6
|
+
day: number;
|
|
7
|
+
time: string;
|
|
8
|
+
repeatOptions?: RepeatOptions;
|
|
9
|
+
random?: Random | {};
|
|
10
|
+
onComplete?: OnComplete | {};
|
|
11
|
+
onGoing?: OnGoing | {};
|
|
12
|
+
}
|
|
13
|
+
interface RepeatOptions {
|
|
14
|
+
every: number;
|
|
15
|
+
repeatOn: string;
|
|
16
|
+
lifecycle: Lifecycle;
|
|
17
|
+
}
|
|
18
|
+
interface Random {
|
|
19
|
+
type: string;
|
|
20
|
+
occurrences: number;
|
|
21
|
+
}
|
|
22
|
+
interface OnComplete {
|
|
23
|
+
rId: number;
|
|
24
|
+
aId: number;
|
|
25
|
+
rcId: number;
|
|
26
|
+
startAfter: number;
|
|
27
|
+
}
|
|
28
|
+
interface OnGoing {
|
|
29
|
+
reminders: number;
|
|
30
|
+
startOf: 'week' | 'month' | 'quarter' | 'semester' | 'year';
|
|
31
|
+
}
|
|
32
|
+
interface Lifecycle {
|
|
33
|
+
startFrom: string;
|
|
34
|
+
endBy: string | undefined;
|
|
35
|
+
endAfter: number | undefined;
|
|
36
|
+
}
|
|
37
|
+
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
interface Frequency {
|
|
2
|
-
type:
|
|
2
|
+
type: string;
|
|
3
3
|
}
|
|
4
4
|
interface Assignee {
|
|
5
|
-
type: 'all' | '
|
|
5
|
+
type: 'all' | 'any';
|
|
6
6
|
userId: number[];
|
|
7
7
|
userGroupId: number[];
|
|
8
8
|
}
|
|
@@ -11,11 +11,11 @@ interface ResponsibilityCenter {
|
|
|
11
11
|
id: number[];
|
|
12
12
|
}
|
|
13
13
|
interface ReviewerFrequency {
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
completeBy: number;
|
|
15
|
+
endAfter: number;
|
|
16
16
|
}
|
|
17
17
|
interface Reviewer {
|
|
18
|
-
type: 'sequential' | '
|
|
18
|
+
type: 'sequential' | 'any';
|
|
19
19
|
frequency: ReviewerFrequency;
|
|
20
20
|
userId: number[];
|
|
21
21
|
}
|
|
@@ -37,23 +37,23 @@ interface Evidence {
|
|
|
37
37
|
}
|
|
38
38
|
interface Program {
|
|
39
39
|
id: number[];
|
|
40
|
+
tags: {
|
|
41
|
+
[key: string]: string;
|
|
42
|
+
};
|
|
40
43
|
}
|
|
41
44
|
export interface Responsibility {
|
|
42
45
|
title: string;
|
|
43
46
|
key: number;
|
|
44
|
-
riskClass: 'low' | '
|
|
47
|
+
riskClass: 'low' | 'low_medium' | 'medium_high' | 'high';
|
|
45
48
|
notes: string;
|
|
46
49
|
objective: string;
|
|
47
50
|
frequency: Frequency;
|
|
48
|
-
|
|
51
|
+
assignor: number;
|
|
49
52
|
assignee: Assignee;
|
|
50
|
-
responsibilityCenter: ResponsibilityCenter;
|
|
51
|
-
reviewer: Reviewer;
|
|
52
|
-
overseer: Overseer;
|
|
53
|
+
responsibilityCenter: ResponsibilityCenter | undefined;
|
|
54
|
+
reviewer: Reviewer | undefined;
|
|
55
|
+
overseer: Overseer | undefined;
|
|
53
56
|
evidence: Evidence;
|
|
54
|
-
tags: {
|
|
55
|
-
[key: string]: string;
|
|
56
|
-
};
|
|
57
57
|
program: Program;
|
|
58
58
|
grcObjectId: any[];
|
|
59
59
|
assessmentId: string;
|
|
@@ -9,6 +9,34 @@ export declare class CommonService {
|
|
|
9
9
|
};
|
|
10
10
|
handleDocumentClick(datePickerObject: any): boolean;
|
|
11
11
|
private closeDatePickerIfOpen;
|
|
12
|
+
/**
|
|
13
|
+
* Transforms program data to identify added and removed program IDs.
|
|
14
|
+
* This method compares the current program selection with previously linked programs
|
|
15
|
+
* to determine which programs have been added or removed.
|
|
16
|
+
*
|
|
17
|
+
* @param input - An object containing program selections, where each key represents a category
|
|
18
|
+
* and its value is an array of program objects with an 'id' property.
|
|
19
|
+
* @param linkedProgramIds - Array of previously linked program IDs
|
|
20
|
+
*
|
|
21
|
+
* @returns An object containing:
|
|
22
|
+
* - added: Array of program IDs that are newly selected
|
|
23
|
+
* - removed: Array of program IDs that were previously linked but are no longer selected
|
|
24
|
+
*
|
|
25
|
+
* @example
|
|
26
|
+
* // If input is { category1: [{id: 1}, {id: 2}], category2: [{id: 3}] }
|
|
27
|
+
* // And linkedProgramIds is [1, 4]
|
|
28
|
+
* // Returns { added: [2, 3], removed: [4] }
|
|
29
|
+
*/
|
|
30
|
+
transformProgramData(input: Record<string, Array<{
|
|
31
|
+
pid: string;
|
|
32
|
+
}>>, linkedProgramIds?: string[]): {
|
|
33
|
+
added: string[];
|
|
34
|
+
removed: string[];
|
|
35
|
+
};
|
|
36
|
+
transformResponsibilitiesData(currentResponsibilityIds: number[], linkedResponsibilityIds?: number[]): {
|
|
37
|
+
added: number[];
|
|
38
|
+
removed: number[];
|
|
39
|
+
};
|
|
12
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<CommonService, never>;
|
|
13
41
|
static ɵprov: i0.ɵɵInjectableDeclaration<CommonService>;
|
|
14
42
|
}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class IframeService {
|
|
3
3
|
redirectIfInIframe(targetUrl: string, mode?: boolean): void;
|
|
4
|
+
postMessage(message: any): void;
|
|
5
|
+
private getOrigin;
|
|
6
|
+
getCloseWebviewMessage(event: string, data: any): {
|
|
7
|
+
event: string;
|
|
8
|
+
data: any;
|
|
9
|
+
};
|
|
4
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<IframeService, never>;
|
|
5
11
|
static ɵprov: i0.ɵɵInjectableDeclaration<IframeService>;
|
|
6
12
|
}
|
package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts
CHANGED
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class BulkResponsibilityViewComponent {
|
|
4
|
-
VALIDATION_MESSAGES: {
|
|
5
|
-
RISK_CLASS: string;
|
|
6
|
-
DAY: string;
|
|
7
|
-
DATE_FORMAT: string;
|
|
8
|
-
DUE_DATE: string;
|
|
9
|
-
};
|
|
10
4
|
responsibilityBulkUpload: any;
|
|
11
5
|
fileName: any;
|
|
12
6
|
defaultOwner: any;
|
|
@@ -2,14 +2,14 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./category-list-selection/category-list-selection.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../floating-bar/floating-bar.module";
|
|
5
|
-
import * as i4 from "
|
|
5
|
+
import * as i4 from "../../formgroup/formgroup.module";
|
|
6
6
|
import * as i5 from "@angular/forms";
|
|
7
|
-
import * as i6 from "
|
|
7
|
+
import * as i6 from "../no-data/no-data.module";
|
|
8
8
|
import * as i7 from "../../ui-kit/pagination/pagination.module";
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "
|
|
9
|
+
import * as i8 from "../../pipes/pipes.module";
|
|
10
|
+
import * as i9 from "../radio-list-with-pagination/radio-list-with-pagination.module";
|
|
11
11
|
export declare class CategoryListSelectionModule {
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<CategoryListSelectionModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CategoryListSelectionModule, [typeof i1.CategoryListSelectionComponent], [typeof i2.CommonModule, typeof i3.FloatingBarModule, typeof i4.
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CategoryListSelectionModule, [typeof i1.CategoryListSelectionComponent], [typeof i2.CommonModule, typeof i3.FloatingBarModule, typeof i4.FormgroupModule, typeof i5.FormsModule, typeof i6.NoDataModule, typeof i7.PaginationModule, typeof i8.PipesModule, typeof i9.RadioListWithPaginationModule], [typeof i1.CategoryListSelectionComponent]>;
|
|
14
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<CategoryListSelectionModule>;
|
|
15
15
|
}
|
|
@@ -1,14 +1,12 @@
|
|
|
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';
|
|
5
4
|
import { ResponsibilityService } from '../../workflow-services/responsibility.service';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
export declare class FormatAndEvidenceComponent implements OnInit {
|
|
8
7
|
private responsibilityService;
|
|
9
8
|
private policyService;
|
|
10
9
|
private authService;
|
|
11
|
-
private snackbarService;
|
|
12
10
|
ASSETS: {
|
|
13
11
|
responsibility_center: string;
|
|
14
12
|
case_type: string;
|
|
@@ -62,7 +60,6 @@ export declare class FormatAndEvidenceComponent implements OnInit {
|
|
|
62
60
|
sequential: string;
|
|
63
61
|
round_robin: string;
|
|
64
62
|
anyone: string;
|
|
65
|
-
collaborator: string;
|
|
66
63
|
};
|
|
67
64
|
updateFiles: EventEmitter<any>;
|
|
68
65
|
mode: string;
|
|
@@ -71,7 +68,7 @@ export declare class FormatAndEvidenceComponent implements OnInit {
|
|
|
71
68
|
set formatEvidanceData(value: any);
|
|
72
69
|
isNewLinkDisabled: boolean;
|
|
73
70
|
isEditDisabled: boolean;
|
|
74
|
-
constructor(responsibilityService: ResponsibilityService, policyService: PolicyService, authService: AuthService
|
|
71
|
+
constructor(responsibilityService: ResponsibilityService, policyService: PolicyService, authService: AuthService);
|
|
75
72
|
formate: any;
|
|
76
73
|
newLink: {
|
|
77
74
|
link: string;
|
|
@@ -86,7 +83,6 @@ export declare class FormatAndEvidenceComponent implements OnInit {
|
|
|
86
83
|
editLink(index: number): void;
|
|
87
84
|
deleteLink(index: number): void;
|
|
88
85
|
resetNewLink(): void;
|
|
89
|
-
private fileProcessing;
|
|
90
86
|
onFileDropped(files: any): void;
|
|
91
87
|
uploadFile(file: any, uid: string): void;
|
|
92
88
|
deleteAttachment(index: number): void;
|