vcomply-workflow-engine 3.4.15 → 3.4.17
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/esm2020/lib/add-multiple-responsibility/add-multiple-responsibility.component.mjs +164 -146
- package/esm2020/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.mjs +40 -18
- package/esm2020/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.mjs +211 -198
- package/esm2020/lib/workflow/shared/components/risk-category-risk-listing/risk-category-risk-listing.component.mjs +2 -2
- package/esm2020/lib/workflow-engine-container/workflow-engine-container.component.mjs +3 -3
- package/fesm2015/vcomply-workflow-engine.mjs +417 -363
- package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs +415 -362
- package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/add-multiple-responsibility/add-multiple-responsibility.component.d.ts +3 -1
- package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts +3 -1
- package/package.json +1 -1
|
@@ -22,6 +22,7 @@ export declare class AddMultipleResponsibilityComponent implements OnChanges {
|
|
|
22
22
|
queryParam: string;
|
|
23
23
|
recentResponsibilityUrl: any;
|
|
24
24
|
set uploadedFileData(data: any);
|
|
25
|
+
feature: any;
|
|
25
26
|
responsibilityBulkUpload: any;
|
|
26
27
|
templateInfo: any;
|
|
27
28
|
isLoader: boolean;
|
|
@@ -55,6 +56,7 @@ export declare class AddMultipleResponsibilityComponent implements OnChanges {
|
|
|
55
56
|
riskClassEnabled: any;
|
|
56
57
|
userInfo: any;
|
|
57
58
|
responsibilityData: any;
|
|
59
|
+
ffBulkUploadOptimization: boolean;
|
|
58
60
|
constructor(riskService: AddRiskService, responsibilityService: ResponsibilityService, authService: AuthService, frequencyService: FrequencyBulkService, snackBar: SnackBarService);
|
|
59
61
|
ngOnChanges(changes: SimpleChanges): void;
|
|
60
62
|
ngOnInit(): void;
|
|
@@ -86,5 +88,5 @@ export declare class AddMultipleResponsibilityComponent implements OnChanges {
|
|
|
86
88
|
viewResponsibilities(): void;
|
|
87
89
|
fileUpload(): void;
|
|
88
90
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddMultipleResponsibilityComponent, never>;
|
|
89
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AddMultipleResponsibilityComponent, "app-add-multiple-responsibility", never, { "featureflag": "featureflag"; "uploadedFileData": "uploadedFile"; }, { "pickerChanged": "pickerChanged"; "populateOption": "populateOption"; "closeWorkflow": "closeWorkflow"; "disconnectRefresh": "disconnectRefresh"; "closeAddMultipleResponsibility": "closeAddMultipleResponsibility"; }, never, never, false>;
|
|
91
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddMultipleResponsibilityComponent, "app-add-multiple-responsibility", never, { "featureflag": "featureflag"; "uploadedFileData": "uploadedFile"; "feature": "feature"; }, { "pickerChanged": "pickerChanged"; "populateOption": "populateOption"; "closeWorkflow": "closeWorkflow"; "disconnectRefresh": "disconnectRefresh"; "closeAddMultipleResponsibility": "closeAddMultipleResponsibility"; }, never, never, false>;
|
|
90
92
|
}
|
package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ export declare class AddMultipleResponsibilityWithTabComponent implements OnInit
|
|
|
22
22
|
recentResponsibilityUrl: any;
|
|
23
23
|
set uploadedFileData(data: any);
|
|
24
24
|
orgDetails: any;
|
|
25
|
+
feature: any;
|
|
25
26
|
url: string;
|
|
26
27
|
responsibilityBulkUpload: any;
|
|
27
28
|
tabType: 'frequency' | 'ongoing' | 'onCompletion';
|
|
@@ -60,6 +61,7 @@ export declare class AddMultipleResponsibilityWithTabComponent implements OnInit
|
|
|
60
61
|
userInfo: any;
|
|
61
62
|
responsibilityData: any;
|
|
62
63
|
featureflag: any;
|
|
64
|
+
ffBulkUploadOptimization: boolean;
|
|
63
65
|
constructor(riskService: AddRiskService, responsibilityService: ResponsibilityService, authService: AuthService, frequencyService: FrequencyBulkService, snackBar: SnackBarService);
|
|
64
66
|
ngOnChanges(changes: SimpleChanges): void;
|
|
65
67
|
ngOnInit(): void;
|
|
@@ -185,5 +187,5 @@ export declare class AddMultipleResponsibilityWithTabComponent implements OnInit
|
|
|
185
187
|
*/
|
|
186
188
|
isGroupSelected(item: any): boolean;
|
|
187
189
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddMultipleResponsibilityWithTabComponent, never>;
|
|
188
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AddMultipleResponsibilityWithTabComponent, "lib-add-multiple-responsibility-with-tab", never, { "uploadedFileData": "uploadedFile"; "orgDetails": "orgDetails"; "featureflag": "featureflag"; }, { "pickerChanged": "pickerChanged"; "populateOption": "populateOption"; "closeWorkflow": "closeWorkflow"; "disconnectRefresh": "disconnectRefresh"; "closeAddMultipleResponsibility": "closeAddMultipleResponsibility"; }, never, never, false>;
|
|
190
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddMultipleResponsibilityWithTabComponent, "lib-add-multiple-responsibility-with-tab", never, { "uploadedFileData": "uploadedFile"; "orgDetails": "orgDetails"; "feature": "feature"; "featureflag": "featureflag"; }, { "pickerChanged": "pickerChanged"; "populateOption": "populateOption"; "closeWorkflow": "closeWorkflow"; "disconnectRefresh": "disconnectRefresh"; "closeAddMultipleResponsibility": "closeAddMultipleResponsibility"; }, never, never, false>;
|
|
189
191
|
}
|
package/package.json
CHANGED