vcomply-workflow-engine 2.6.191 → 2.6.193
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/bundles/vcomply-workflow-engine.umd.js +487 -226
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.js +16 -4
- package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.ngfactory.js +1 -1
- package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.ngsummary.json +1 -1
- package/esm2015/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.js +5 -3
- package/esm2015/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.ngfactory.js +3 -3
- package/esm2015/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.js +17 -5
- package/esm2015/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.ngfactory.js +1 -1
- package/esm2015/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.ngsummary.json +1 -1
- package/esm2015/lib/add-multiple-risk/add-multiple-risk.component.js +1 -1
- package/esm2015/lib/log-an-issue/log-an-issue.component.js +1 -1
- package/esm2015/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.js +2 -2
- package/esm2015/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.ngfactory.js +3 -3
- package/esm2015/lib/sharedComponents/format-and-evidence/format-and-evidence.component.js +1 -1
- package/esm2015/lib/sharedComponents/frequency/frequency-container/frequency-container.component.js +9 -3
- package/esm2015/lib/sharedComponents/frequency/frequency-container/frequency-container.component.ngfactory.js +38 -33
- package/esm2015/lib/sharedComponents/frequency/frequency-container/frequency-container.component.ngsummary.json +1 -1
- package/esm2015/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.js +37 -7
- package/esm2015/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.ngfactory.js +75 -31
- package/esm2015/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.ngsummary.json +1 -1
- package/esm2015/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.js +178 -0
- package/esm2015/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.ngfactory.js +141 -0
- package/esm2015/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/frequency/frequency.service.js +5 -1
- package/esm2015/lib/sharedComponents/frequency/frequency.service.ngsummary.json +1 -1
- package/esm2015/lib/sharedComponents/risk-classification/risk-classification.component.js +1 -1
- package/esm2015/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.js +1 -1
- package/esm2015/lib/workflow-assessment/workflow-assessment.component.js +1 -1
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +18 -5
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +2 -2
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +1 -1
- package/esm2015/lib/workflow-engine.module.js +4 -2
- package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
- package/esm2015/lib/workflow-policy/workflow-policy.component.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/file-pill/file-pill.component.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/form-field/form-field.component.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.js +1 -1
- package/esm2015/lib/workflow-program/workflow-program.component.js +1 -1
- package/esm2015/lib/workflow-risk/workflow-risk.component.js +1 -1
- package/esm2015/lib/workflow-survey-form/workflow-survey-form.component.js +1 -1
- package/esm2015/vcomply-workflow-engine.js +191 -190
- package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
- package/fesm2015/vcomply-workflow-engine.js +294 -38
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/add-multiple-responsibility/add-multiple-responsibility.component.d.ts +2 -0
- 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 +2 -0
- package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts +4 -0
- package/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.d.ts +8 -0
- package/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.d.ts +60 -0
- package/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/frequency/frequency.service.d.ts +1 -0
- package/lib/workflow-compliance/workflow-compliance.component.d.ts +2 -0
- package/package.json +2 -2
- package/vcomply-workflow-engine.d.ts +190 -189
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -14,6 +14,8 @@ export declare class AddMultipleResponsibilityComponent implements OnChanges {
|
|
|
14
14
|
populateOption: EventEmitter<any>;
|
|
15
15
|
closeWorkflow: EventEmitter<any>;
|
|
16
16
|
disconnectRefresh: EventEmitter<any>;
|
|
17
|
+
featureflag: any;
|
|
18
|
+
url: string;
|
|
17
19
|
isNotificationPending: number;
|
|
18
20
|
closeAddMultipleResponsibility: EventEmitter<any>;
|
|
19
21
|
set uploadedFileData(data: any);
|
|
@@ -25,6 +25,7 @@ export declare class AddMultipleResponsibilityContainerComponent implements OnIn
|
|
|
25
25
|
closeWorkflow: EventEmitter<any>;
|
|
26
26
|
feature: any;
|
|
27
27
|
orgDetails: any;
|
|
28
|
+
isResponsibilitySimplified: boolean;
|
|
28
29
|
constructor(riskService: AddRiskService, authService: AuthService, bulkUploadService: BulkUploadService);
|
|
29
30
|
ngOnInit(): void;
|
|
30
31
|
downloadTemplate(version?: any): void;
|
package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ export declare class AddMultipleResponsibilityWithTabComponent implements OnInit
|
|
|
19
19
|
closeAddMultipleResponsibility: EventEmitter<any>;
|
|
20
20
|
set uploadedFileData(data: any);
|
|
21
21
|
orgDetails: any;
|
|
22
|
+
url: string;
|
|
22
23
|
responsibilityBulkUpload: any;
|
|
23
24
|
tabType: 'frequency' | 'ongoing' | 'onCompletion';
|
|
24
25
|
tabIndex: any;
|
|
@@ -55,6 +56,7 @@ export declare class AddMultipleResponsibilityWithTabComponent implements OnInit
|
|
|
55
56
|
riskClassEnabled: any;
|
|
56
57
|
userInfo: any;
|
|
57
58
|
responsibilityData: any;
|
|
59
|
+
featureflag: any;
|
|
58
60
|
constructor(riskService: AddRiskService, responsibilityService: ResponsibilityService, authService: AuthService, frequencyService: FrequencyBulkService, snackBar: SnackBarService);
|
|
59
61
|
ngOnChanges(changes: SimpleChanges): void;
|
|
60
62
|
ngOnInit(): void;
|
package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export declare class FrequencyContainerComponent implements OnInit, OnChanges {
|
|
|
10
10
|
selectedFrequency: EventEmitter<any>;
|
|
11
11
|
closeFrequency: EventEmitter<any>;
|
|
12
12
|
mode: any;
|
|
13
|
+
feature: any;
|
|
13
14
|
frequencyData: any;
|
|
14
15
|
frequencyList: {
|
|
15
16
|
name: string;
|
|
@@ -17,6 +18,8 @@ export declare class FrequencyContainerComponent implements OnInit, OnChanges {
|
|
|
17
18
|
}[];
|
|
18
19
|
selectedFrequencyData: any;
|
|
19
20
|
isNextDisabled: any;
|
|
21
|
+
featureFlag_on_completion_of: any;
|
|
22
|
+
openedRadioForm: boolean;
|
|
20
23
|
constructor(frequencyService: FrequencyService, snackbar: SnackBarService);
|
|
21
24
|
ngOnInit(): void;
|
|
22
25
|
ngOnChanges(): void;
|
|
@@ -24,6 +27,7 @@ export declare class FrequencyContainerComponent implements OnInit, OnChanges {
|
|
|
24
27
|
changeFrequencyTab(frequency: any): void;
|
|
25
28
|
isInvalid(): boolean;
|
|
26
29
|
onFrequencySelected(event: any): void;
|
|
30
|
+
openedRadio(event: any): void;
|
|
27
31
|
save(): void;
|
|
28
32
|
close(): void;
|
|
29
33
|
}
|
|
@@ -3,6 +3,7 @@ import { FrequencyService } from "../frequency.service";
|
|
|
3
3
|
export declare class FrequencyOnCompletionOfComponent implements OnInit {
|
|
4
4
|
private frequencyService;
|
|
5
5
|
mode: any;
|
|
6
|
+
feature: any;
|
|
6
7
|
onCompletionOfInput: number;
|
|
7
8
|
onCompletionOfWindow: number;
|
|
8
9
|
onCompletionOfFailed: number;
|
|
@@ -17,6 +18,11 @@ export declare class FrequencyOnCompletionOfComponent implements OnInit {
|
|
|
17
18
|
frequencyData: any;
|
|
18
19
|
lifecycleDetails: any;
|
|
19
20
|
frequencyDetails: EventEmitter<any>;
|
|
21
|
+
radioForm: EventEmitter<any>;
|
|
22
|
+
openRadio: boolean;
|
|
23
|
+
featureFlag_on_completion_of: any;
|
|
24
|
+
backButton: boolean;
|
|
25
|
+
isSelectedData: boolean;
|
|
20
26
|
constructor(frequencyService: FrequencyService);
|
|
21
27
|
ngOnInit(): void;
|
|
22
28
|
populateFrequency(): void;
|
|
@@ -26,4 +32,6 @@ export declare class FrequencyOnCompletionOfComponent implements OnInit {
|
|
|
26
32
|
getCompletionReports(): void;
|
|
27
33
|
inputValueChange(event: any): void;
|
|
28
34
|
getOnCompletionFrequency(): void;
|
|
35
|
+
openRadioResponsibility(event: any): void;
|
|
36
|
+
remove(): void;
|
|
29
37
|
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { FrequencyService } from '../frequency.service';
|
|
3
|
+
export declare class FrequencyResponsibilityListComponent implements OnInit {
|
|
4
|
+
private frequencyService;
|
|
5
|
+
onCompletionOfResponsibility: any;
|
|
6
|
+
feature: any;
|
|
7
|
+
selectedResponsibilityDetails: any;
|
|
8
|
+
animation: boolean;
|
|
9
|
+
backButton: EventEmitter<any>;
|
|
10
|
+
selectedResponsibility: EventEmitter<any>;
|
|
11
|
+
responsibilitiesData: any;
|
|
12
|
+
responsibilityLoader: boolean;
|
|
13
|
+
selectedResponsibilityId: any;
|
|
14
|
+
selectedResponsibilityValues: any;
|
|
15
|
+
currentTab: number;
|
|
16
|
+
responsibilityTabs: any;
|
|
17
|
+
responsibilitySearchText: string;
|
|
18
|
+
responsibilityCurrentPage: number;
|
|
19
|
+
isValidObj: boolean;
|
|
20
|
+
responsibilityPayload: {
|
|
21
|
+
type: string;
|
|
22
|
+
paginationType: string;
|
|
23
|
+
a: string;
|
|
24
|
+
searchText: string;
|
|
25
|
+
filterData: {
|
|
26
|
+
appList: never[];
|
|
27
|
+
riskIds: never[];
|
|
28
|
+
reviewerId: never[];
|
|
29
|
+
responsibilityCenter: never[];
|
|
30
|
+
entrustedBy: never[];
|
|
31
|
+
entrustedTo: never[];
|
|
32
|
+
responsibilityCategory: never[];
|
|
33
|
+
complianceType: number[];
|
|
34
|
+
};
|
|
35
|
+
pageNo: number;
|
|
36
|
+
sortObj: {
|
|
37
|
+
sortBy: string;
|
|
38
|
+
type: string;
|
|
39
|
+
};
|
|
40
|
+
pageName: string;
|
|
41
|
+
};
|
|
42
|
+
responsibilityList: any;
|
|
43
|
+
regulationCount: any;
|
|
44
|
+
standardsCount: any;
|
|
45
|
+
internalsCount: any;
|
|
46
|
+
othersCount: any;
|
|
47
|
+
featureFlag_on_completion_of: any;
|
|
48
|
+
close: any;
|
|
49
|
+
constructor(frequencyService: FrequencyService);
|
|
50
|
+
ngOnInit(): void;
|
|
51
|
+
back(): void;
|
|
52
|
+
filterByResponsibilityType(type: number): void;
|
|
53
|
+
getResponsibilityList(): void;
|
|
54
|
+
responsibilityPageChange(pageNumber: number): void;
|
|
55
|
+
selectResponsibility(event?: any): void;
|
|
56
|
+
deleteItem(item: any): void;
|
|
57
|
+
save(event: any): void;
|
|
58
|
+
onClickTabChange(tab: any): void;
|
|
59
|
+
search(): void;
|
|
60
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -26,8 +26,10 @@ export declare class WorkflowComplianceComponent implements OnInit {
|
|
|
26
26
|
reviewerIds: any[];
|
|
27
27
|
overseerIds: any[];
|
|
28
28
|
disableRadioAssignee: any[];
|
|
29
|
+
isResponsibilitySimplified: boolean;
|
|
29
30
|
set closeOnEsc(escapeCondition: boolean);
|
|
30
31
|
orgDetails: any;
|
|
32
|
+
url: string;
|
|
31
33
|
pickerChanged: EventEmitter<any>;
|
|
32
34
|
populateOption: EventEmitter<any>;
|
|
33
35
|
hideElementsFromMoreOptions: EventEmitter<any>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.193",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x",
|
|
6
6
|
"@angular/core": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x"
|
|
@@ -22,4 +22,4 @@
|
|
|
22
22
|
"typings": "vcomply-workflow-engine.d.ts",
|
|
23
23
|
"metadata": "vcomply-workflow-engine.metadata.json",
|
|
24
24
|
"sideEffects": false
|
|
25
|
-
}
|
|
25
|
+
}
|