vcomply-workflow-engine 2.6.94 → 2.6.95
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 +1788 -214
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.js +11 -4
- package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.ngfactory.js +28 -40
- 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 +177 -0
- package/esm2015/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.ngfactory.js +100 -0
- package/esm2015/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.ngsummary.json +1 -0
- package/esm2015/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.js +1295 -0
- package/esm2015/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.ngfactory.js +70 -0
- package/esm2015/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.ngsummary.json +1 -0
- package/esm2015/lib/pipes/search.pipe.js +5 -5
- package/esm2015/lib/services/bulk-upload.service.js +43 -0
- package/esm2015/lib/services/bulk-upload.service.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.js +18 -5
- package/esm2015/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.ngfactory.js +520 -30
- package/esm2015/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +2 -2
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +6 -6
- package/esm2015/lib/workflow-engine.module.js +6 -2
- package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/pipes/search.pipe.js +2 -2
- package/esm2015/lib/workflow-risk/workflow-risk.component.js +3 -2
- package/esm2015/lib/workflow-services/add-risk.service.js +3 -3
- package/esm2015/lib/workflow-services/frequency.service.js +41 -12
- package/esm2015/vcomply-workflow-engine.js +191 -188
- package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
- package/fesm2015/vcomply-workflow-engine.js +1577 -28
- 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 +34 -0
- package/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.ngfactory.d.ts +1 -0
- package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts +170 -0
- package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.ngfactory.d.ts +1 -0
- package/lib/services/bulk-upload.service.d.ts +6 -0
- package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts +5 -0
- package/lib/workflow-services/add-risk.service.d.ts +1 -1
- package/lib/workflow-services/frequency.service.d.ts +1 -1
- package/package.json +1 -1
- package/vcomply-workflow-engine.d.ts +190 -187
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
3
|
+
*
|
|
4
|
+
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
|
|
5
|
+
* tslint:disable
|
|
6
|
+
*/
|
|
7
|
+
import * as i0 from "./add-multiple-responsibility-container.component.less.shim.ngstyle";
|
|
8
|
+
import * as i1 from "../forms.less.shim.ngstyle";
|
|
9
|
+
import * as i2 from "@angular/core";
|
|
10
|
+
import * as i3 from "../ui-kit/line-loader/line-loader.component.ngfactory";
|
|
11
|
+
import * as i4 from "../ui-kit/line-loader/line-loader.component";
|
|
12
|
+
import * as i5 from "@angular/common";
|
|
13
|
+
import * as i6 from "../ui-kit/smiley-dialog-inline/smiley-dialog-inline.component.ngfactory";
|
|
14
|
+
import * as i7 from "../ui-kit/smiley-dialog-inline/smiley-dialog-inline.component";
|
|
15
|
+
import * as i8 from "../add-multiple-responsibility/add-multiple-responsibility.component.ngfactory";
|
|
16
|
+
import * as i9 from "../add-multiple-responsibility/add-multiple-responsibility.component";
|
|
17
|
+
import * as i10 from "../workflow-services/add-risk.service";
|
|
18
|
+
import * as i11 from "../workflow-services/responsibility.service";
|
|
19
|
+
import * as i12 from "../workflow-services/auth.service";
|
|
20
|
+
import * as i13 from "../workflow-services/frequency.service";
|
|
21
|
+
import * as i14 from "../ui-kit/snack-bar/snack-bar.service";
|
|
22
|
+
import * as i15 from "../add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.ngfactory";
|
|
23
|
+
import * as i16 from "../add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component";
|
|
24
|
+
import * as i17 from "@angular/forms";
|
|
25
|
+
import * as i18 from "./add-multiple-responsibility-container.component";
|
|
26
|
+
import * as i19 from "../services/bulk-upload.service";
|
|
27
|
+
var styles_AddMultipleResponsibilityContainerComponent = [i0.styles, i1.styles];
|
|
28
|
+
var RenderType_AddMultipleResponsibilityContainerComponent = i2.ɵcrt({ encapsulation: 0, styles: styles_AddMultipleResponsibilityContainerComponent, data: {} });
|
|
29
|
+
export { RenderType_AddMultipleResponsibilityContainerComponent as RenderType_AddMultipleResponsibilityContainerComponent };
|
|
30
|
+
function View_AddMultipleResponsibilityContainerComponent_2(_l) { return i2.ɵvid(0, [(_l()(), i2.ɵeld(0, 0, null, null, 3, "button", [["class", "download"], ["type", "button"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
31
|
+
var pd_0 = (_co.downloadTemplate() !== false);
|
|
32
|
+
ad = (pd_0 && ad);
|
|
33
|
+
} return ad; }, null, null)), (_l()(), i2.ɵeld(1, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i2.ɵted(-1, null, ["\uE91B"])), (_l()(), i2.ɵted(-1, null, [" Download Existing Template"]))], null, null); }
|
|
34
|
+
function View_AddMultipleResponsibilityContainerComponent_3(_l) { return i2.ɵvid(0, [(_l()(), i2.ɵeld(0, 0, null, null, 3, "div", [["class", "bulk-btn-progress"]], null, null, null, null, null)), (_l()(), i2.ɵted(-1, null, [" Download in Progress "])), (_l()(), i2.ɵeld(2, 0, null, null, 1, "app-line-loader", [], null, null, null, i3.View_LineLoaderComponent_0, i3.RenderType_LineLoaderComponent)), i2.ɵdid(3, 114688, null, 0, i4.LineLoaderComponent, [], { loaderHeight: [0, "loaderHeight"] }, null)], function (_ck, _v) { var currVal_0 = "2"; _ck(_v, 3, 0, currVal_0); }, null); }
|
|
35
|
+
function View_AddMultipleResponsibilityContainerComponent_4(_l) { return i2.ɵvid(0, [(_l()(), i2.ɵeld(0, 0, null, null, 8, null, null, null, null, null, null, null)), (_l()(), i2.ɵeld(1, 0, null, null, 3, "div", [["class", "bulk-btn-progress"]], null, null, null, null, null)), (_l()(), i2.ɵeld(2, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i2.ɵted(-1, null, ["\uE91C"])), (_l()(), i2.ɵted(-1, null, ["Download Complete"])), (_l()(), i2.ɵeld(5, 0, null, null, 3, "div", [["class", "bulk-btn-again"]], null, null, null, null, null)), (_l()(), i2.ɵted(-1, null, [" Is the file not downloaded? "])), (_l()(), i2.ɵeld(7, 0, null, null, 1, "button", [], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
36
|
+
var pd_0 = (_co.downloadTemplate() !== false);
|
|
37
|
+
ad = (pd_0 && ad);
|
|
38
|
+
} return ad; }, null, null)), (_l()(), i2.ɵted(-1, null, ["Retry Download"]))], null, null); }
|
|
39
|
+
function View_AddMultipleResponsibilityContainerComponent_5(_l) { return i2.ɵvid(0, [(_l()(), i2.ɵeld(0, 0, null, null, 3, "button", [["class", "download"], ["type", "button"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
40
|
+
var pd_0 = (_co.downloadTemplate("v2") !== false);
|
|
41
|
+
ad = (pd_0 && ad);
|
|
42
|
+
} return ad; }, null, null)), (_l()(), i2.ɵeld(1, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i2.ɵted(-1, null, ["\uE91B"])), (_l()(), i2.ɵted(-1, null, [" Download New Template"]))], null, null); }
|
|
43
|
+
function View_AddMultipleResponsibilityContainerComponent_6(_l) { return i2.ɵvid(0, [(_l()(), i2.ɵeld(0, 0, null, null, 3, "div", [["class", "bulk-btn-progress"]], null, null, null, null, null)), (_l()(), i2.ɵted(-1, null, [" Download in Progress "])), (_l()(), i2.ɵeld(2, 0, null, null, 1, "app-line-loader", [], null, null, null, i3.View_LineLoaderComponent_0, i3.RenderType_LineLoaderComponent)), i2.ɵdid(3, 114688, null, 0, i4.LineLoaderComponent, [], { loaderHeight: [0, "loaderHeight"] }, null)], function (_ck, _v) { var currVal_0 = "2"; _ck(_v, 3, 0, currVal_0); }, null); }
|
|
44
|
+
function View_AddMultipleResponsibilityContainerComponent_7(_l) { return i2.ɵvid(0, [(_l()(), i2.ɵeld(0, 0, null, null, 8, null, null, null, null, null, null, null)), (_l()(), i2.ɵeld(1, 0, null, null, 3, "div", [["class", "bulk-btn-progress"]], null, null, null, null, null)), (_l()(), i2.ɵeld(2, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i2.ɵted(-1, null, ["\uE91C"])), (_l()(), i2.ɵted(-1, null, ["Download Complete"])), (_l()(), i2.ɵeld(5, 0, null, null, 3, "div", [["class", "bulk-btn-again"]], null, null, null, null, null)), (_l()(), i2.ɵted(-1, null, [" Is the file not downloaded? "])), (_l()(), i2.ɵeld(7, 0, null, null, 1, "button", [], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
45
|
+
var pd_0 = (_co.downloadTemplate("v2") !== false);
|
|
46
|
+
ad = (pd_0 && ad);
|
|
47
|
+
} return ad; }, null, null)), (_l()(), i2.ɵted(-1, null, ["Retry Download"]))], null, null); }
|
|
48
|
+
function View_AddMultipleResponsibilityContainerComponent_1(_l) { return i2.ɵvid(0, [(_l()(), i2.ɵeld(0, 0, null, null, 14, "div", [["class", "download-btn"]], null, null, null, null, null)), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_2)), i2.ɵdid(2, 16384, null, 0, i5.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_3)), i2.ɵdid(4, 16384, null, 0, i5.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_4)), i2.ɵdid(6, 16384, null, 0, i5.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵeld(7, 0, null, null, 1, "div", [["class", "orDiv"]], null, null, null, null, null)), (_l()(), i2.ɵted(-1, null, ["OR"])), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_5)), i2.ɵdid(10, 16384, null, 0, i5.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_6)), i2.ɵdid(12, 16384, null, 0, i5.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_7)), i2.ɵdid(14, 16384, null, 0, i5.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = (_co.downloadStatus === "NOT_DOWNLOADING"); _ck(_v, 2, 0, currVal_0); var currVal_1 = (_co.downloadStatus === "DOWNLOADING"); _ck(_v, 4, 0, currVal_1); var currVal_2 = (_co.downloadStatus === "DOWNLOADED"); _ck(_v, 6, 0, currVal_2); var currVal_3 = (_co.downloadStatusV2 === "NOT_DOWNLOADING"); _ck(_v, 10, 0, currVal_3); var currVal_4 = (_co.downloadStatusV2 === "DOWNLOADING"); _ck(_v, 12, 0, currVal_4); var currVal_5 = (_co.downloadStatusV2 === "DOWNLOADED"); _ck(_v, 14, 0, currVal_5); }, null); }
|
|
49
|
+
function View_AddMultipleResponsibilityContainerComponent_9(_l) { return i2.ɵvid(0, [(_l()(), i2.ɵeld(0, 0, null, null, 3, "button", [["class", "download"], ["type", "button"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
50
|
+
var pd_0 = (_co.downloadTemplate() !== false);
|
|
51
|
+
ad = (pd_0 && ad);
|
|
52
|
+
} return ad; }, null, null)), (_l()(), i2.ɵeld(1, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i2.ɵted(-1, null, ["\uE91B"])), (_l()(), i2.ɵted(-1, null, [" Download Template"]))], null, null); }
|
|
53
|
+
function View_AddMultipleResponsibilityContainerComponent_10(_l) { return i2.ɵvid(0, [(_l()(), i2.ɵeld(0, 0, null, null, 3, "div", [["class", "bulk-btn-progress"]], null, null, null, null, null)), (_l()(), i2.ɵted(-1, null, [" Download in Progress "])), (_l()(), i2.ɵeld(2, 0, null, null, 1, "app-line-loader", [], null, null, null, i3.View_LineLoaderComponent_0, i3.RenderType_LineLoaderComponent)), i2.ɵdid(3, 114688, null, 0, i4.LineLoaderComponent, [], { loaderHeight: [0, "loaderHeight"] }, null)], function (_ck, _v) { var currVal_0 = "2"; _ck(_v, 3, 0, currVal_0); }, null); }
|
|
54
|
+
function View_AddMultipleResponsibilityContainerComponent_11(_l) { return i2.ɵvid(0, [(_l()(), i2.ɵeld(0, 0, null, null, 8, null, null, null, null, null, null, null)), (_l()(), i2.ɵeld(1, 0, null, null, 3, "div", [["class", "bulk-btn-progress"]], null, null, null, null, null)), (_l()(), i2.ɵeld(2, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i2.ɵted(-1, null, ["\uE91C"])), (_l()(), i2.ɵted(-1, null, ["Download Complete"])), (_l()(), i2.ɵeld(5, 0, null, null, 3, "div", [["class", "bulk-btn-again"]], null, null, null, null, null)), (_l()(), i2.ɵted(-1, null, [" Is the file not downloaded? "])), (_l()(), i2.ɵeld(7, 0, null, null, 1, "button", [], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
55
|
+
var pd_0 = (_co.downloadTemplate() !== false);
|
|
56
|
+
ad = (pd_0 && ad);
|
|
57
|
+
} return ad; }, null, null)), (_l()(), i2.ɵted(-1, null, ["Retry Download"]))], null, null); }
|
|
58
|
+
function View_AddMultipleResponsibilityContainerComponent_8(_l) { return i2.ɵvid(0, [(_l()(), i2.ɵeld(0, 0, null, null, 6, "div", [["class", "download-btn"]], null, null, null, null, null)), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_9)), i2.ɵdid(2, 16384, null, 0, i5.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_10)), i2.ɵdid(4, 16384, null, 0, i5.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_11)), i2.ɵdid(6, 16384, null, 0, i5.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = (_co.downloadStatus === "NOT_DOWNLOADING"); _ck(_v, 2, 0, currVal_0); var currVal_1 = (_co.downloadStatus === "DOWNLOADING"); _ck(_v, 4, 0, currVal_1); var currVal_2 = (_co.downloadStatus === "DOWNLOADED"); _ck(_v, 6, 0, currVal_2); }, null); }
|
|
59
|
+
function View_AddMultipleResponsibilityContainerComponent_12(_l) { return i2.ɵvid(0, [(_l()(), i2.ɵeld(0, 0, null, null, 1, "p", [["class", "error-message"]], null, null, null, null, null)), (_l()(), i2.ɵted(1, null, ["", ""]))], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.errorMessage; _ck(_v, 1, 0, currVal_0); }); }
|
|
60
|
+
function View_AddMultipleResponsibilityContainerComponent_13(_l) { return i2.ɵvid(0, [(_l()(), i2.ɵeld(0, 0, null, null, 1, "app-smiley-dialog-inline", [], null, [[null, "action"], [null, "closeSmiley"], ["window", "keyup"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("window:keyup" === en)) {
|
|
61
|
+
var pd_0 = (i2.ɵnov(_v, 1).handleKeyboardEvent($event) !== false);
|
|
62
|
+
ad = (pd_0 && ad);
|
|
63
|
+
} if (("action" === en)) {
|
|
64
|
+
var pd_1 = (_co.action($event) !== false);
|
|
65
|
+
ad = (pd_1 && ad);
|
|
66
|
+
} if (("closeSmiley" === en)) {
|
|
67
|
+
var pd_2 = (_co.closeSmiley($event) !== false);
|
|
68
|
+
ad = (pd_2 && ad);
|
|
69
|
+
} return ad; }, i6.View_SmileyDialogInlineComponent_0, i6.RenderType_SmileyDialogInlineComponent)), i2.ɵdid(1, 114688, null, 0, i7.SmileyDialogInlineComponent, [], { message: [0, "message"], actionButtons: [1, "actionButtons"] }, { action: "action", closeSmiley: "closeSmiley" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.smileyMessage; var currVal_1 = _co.actionButtons; _ck(_v, 1, 0, currVal_0, currVal_1); }, null); }
|
|
70
|
+
function View_AddMultipleResponsibilityContainerComponent_14(_l) { return i2.ɵvid(0, [(_l()(), i2.ɵeld(0, 0, null, null, 1, "app-add-multiple-responsibility", [], null, [[null, "closeAddMultipleResponsibility"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("closeAddMultipleResponsibility" === en)) {
|
|
71
|
+
var pd_0 = (_co.closeAddMultipleResponsibility($event) !== false);
|
|
72
|
+
ad = (pd_0 && ad);
|
|
73
|
+
} return ad; }, i8.View_AddMultipleResponsibilityComponent_0, i8.RenderType_AddMultipleResponsibilityComponent)), i2.ɵdid(1, 638976, null, 0, i9.AddMultipleResponsibilityComponent, [i10.AddRiskService, i11.ResponsibilityService, i12.AuthService, i13.FrequencyBulkService, i14.SnackBarService], { uploadedFileData: [0, "uploadedFileData"] }, { closeAddMultipleResponsibility: "closeAddMultipleResponsibility" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.uploadedFileData; _ck(_v, 1, 0, currVal_0); }, null); }
|
|
74
|
+
function View_AddMultipleResponsibilityContainerComponent_15(_l) { return i2.ɵvid(0, [(_l()(), i2.ɵeld(0, 0, null, null, 1, "lib-add-multiple-responsibility-with-tab", [], null, [[null, "closeAddMultipleResponsibility"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("closeAddMultipleResponsibility" === en)) {
|
|
75
|
+
var pd_0 = (_co.closeAddMultipleResponsibility($event) !== false);
|
|
76
|
+
ad = (pd_0 && ad);
|
|
77
|
+
} return ad; }, i15.View_AddMultipleResponsibilityWithTabComponent_0, i15.RenderType_AddMultipleResponsibilityWithTabComponent)), i2.ɵdid(1, 638976, null, 0, i16.AddMultipleResponsibilityWithTabComponent, [i10.AddRiskService, i11.ResponsibilityService, i12.AuthService, i13.FrequencyBulkService, i14.SnackBarService], { uploadedFileData: [0, "uploadedFileData"] }, { closeAddMultipleResponsibility: "closeAddMultipleResponsibility" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.uploadedFileData; _ck(_v, 1, 0, currVal_0); }, null); }
|
|
78
|
+
export function View_AddMultipleResponsibilityContainerComponent_0(_l) { return i2.ɵvid(0, [(_l()(), i2.ɵeld(0, 0, null, null, 17, "div", [["class", "add-multiple-risk"]], [[1, "id", 0]], null, null, null, null)), (_l()(), i2.ɵeld(1, 0, null, null, 16, "div", [["class", "add-multiple-risk-body"]], null, null, null, null, null)), (_l()(), i2.ɵeld(2, 0, null, null, 15, "div", [["class", "add-multiple-risk-container"]], null, null, null, null, null)), (_l()(), i2.ɵeld(3, 0, null, null, 1, "div", [["class", "image"]], null, null, null, null, null)), (_l()(), i2.ɵeld(4, 0, null, null, 0, "img", [["alt", ""], ["src", "https://cdn.v-comply.com/libraries/workflow-engine/assets/workflow/spreadsheet-multiple-category.svg"]], null, null, null, null, null)), (_l()(), i2.ɵeld(5, 0, null, null, 1, "h4", [], null, null, null, null, null)), (_l()(), i2.ɵted(-1, null, ["You can entrust multiple responsibilities in just two easy steps:"])), (_l()(), i2.ɵeld(7, 0, null, null, 4, "ul", [["class", "list"]], null, null, null, null, null)), (_l()(), i2.ɵeld(8, 0, null, null, 1, "li", [], null, null, null, null, null)), (_l()(), i2.ɵted(-1, null, ["Download the template and fill in the details."])), (_l()(), i2.ɵeld(10, 0, null, null, 1, "li", [], null, null, null, null, null)), (_l()(), i2.ɵted(-1, null, ["Upload the .xlsx file and you\u2019re good to go!"])), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_1)), i2.ɵdid(13, 16384, null, 0, i5.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_8)), i2.ɵdid(15, 16384, null, 0, i5.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_12)), i2.ɵdid(17, 16384, null, 0, i5.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵeld(18, 0, null, null, 5, "input", [["accept", ".xlsx"], ["class", "hidden-input"], ["id", "fileInput"], ["multiple", ""], ["type", "file"]], [[2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "ngModelChange"], [null, "change"], [null, "input"], [null, "blur"], [null, "compositionstart"], [null, "compositionend"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("input" === en)) {
|
|
79
|
+
var pd_0 = (i2.ɵnov(_v, 19)._handleInput($event.target.value) !== false);
|
|
80
|
+
ad = (pd_0 && ad);
|
|
81
|
+
} if (("blur" === en)) {
|
|
82
|
+
var pd_1 = (i2.ɵnov(_v, 19).onTouched() !== false);
|
|
83
|
+
ad = (pd_1 && ad);
|
|
84
|
+
} if (("compositionstart" === en)) {
|
|
85
|
+
var pd_2 = (i2.ɵnov(_v, 19)._compositionStart() !== false);
|
|
86
|
+
ad = (pd_2 && ad);
|
|
87
|
+
} if (("compositionend" === en)) {
|
|
88
|
+
var pd_3 = (i2.ɵnov(_v, 19)._compositionEnd($event.target.value) !== false);
|
|
89
|
+
ad = (pd_3 && ad);
|
|
90
|
+
} if (("ngModelChange" === en)) {
|
|
91
|
+
var pd_4 = ((_co.fileValue = $event) !== false);
|
|
92
|
+
ad = (pd_4 && ad);
|
|
93
|
+
} if (("change" === en)) {
|
|
94
|
+
var pd_5 = (_co.uploadedFile($event) !== false);
|
|
95
|
+
ad = (pd_5 && ad);
|
|
96
|
+
} return ad; }, null, null)), i2.ɵdid(19, 16384, null, 0, i17.DefaultValueAccessor, [i2.Renderer2, i2.ElementRef, [2, i17.COMPOSITION_BUFFER_MODE]], null, null), i2.ɵprd(1024, null, i17.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i17.DefaultValueAccessor]), i2.ɵdid(21, 671744, null, 0, i17.NgModel, [[8, null], [8, null], [8, null], [6, i17.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i2.ɵprd(2048, null, i17.NgControl, null, [i17.NgModel]), i2.ɵdid(23, 16384, null, 0, i17.NgControlStatus, [[4, i17.NgControl]], null, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_13)), i2.ɵdid(25, 16384, null, 0, i5.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_14)), i2.ɵdid(27, 16384, null, 0, i5.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_15)), i2.ɵdid(29, 16384, null, 0, i5.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_1 = _co.bulkUploadFlag; _ck(_v, 13, 0, currVal_1); var currVal_2 = !_co.bulkUploadFlag; _ck(_v, 15, 0, currVal_2); var currVal_3 = ((_co.isWrongFile || _co.isWrongFormat) || _co.isFileEmpty); _ck(_v, 17, 0, currVal_3); var currVal_11 = _co.fileValue; _ck(_v, 21, 0, currVal_11); var currVal_12 = _co.showSmiley; _ck(_v, 25, 0, currVal_12); var currVal_13 = _co.singleTabResponsibility; _ck(_v, 27, 0, currVal_13); var currVal_14 = _co.multiTabResponsibility; _ck(_v, 29, 0, currVal_14); }, function (_ck, _v) { var currVal_0 = "scrollReference"; _ck(_v, 0, 0, currVal_0); var currVal_4 = i2.ɵnov(_v, 23).is("untouched"); var currVal_5 = i2.ɵnov(_v, 23).is("touched"); var currVal_6 = i2.ɵnov(_v, 23).is("pristine"); var currVal_7 = i2.ɵnov(_v, 23).is("dirty"); var currVal_8 = i2.ɵnov(_v, 23).is("valid"); var currVal_9 = i2.ɵnov(_v, 23).is("invalid"); var currVal_10 = i2.ɵnov(_v, 23).is("pending"); _ck(_v, 18, 0, currVal_4, currVal_5, currVal_6, currVal_7, currVal_8, currVal_9, currVal_10); }); }
|
|
97
|
+
export function View_AddMultipleResponsibilityContainerComponent_Host_0(_l) { return i2.ɵvid(0, [(_l()(), i2.ɵeld(0, 0, null, null, 1, "lib-add-multiple-responsibility-container", [], null, null, null, View_AddMultipleResponsibilityContainerComponent_0, RenderType_AddMultipleResponsibilityContainerComponent)), i2.ɵdid(1, 114688, null, 0, i18.AddMultipleResponsibilityContainerComponent, [i10.AddRiskService, i12.AuthService, i19.BulkUploadService], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
98
|
+
var AddMultipleResponsibilityContainerComponentNgFactory = i2.ɵccf("lib-add-multiple-responsibility-container", i18.AddMultipleResponsibilityContainerComponent, View_AddMultipleResponsibilityContainerComponent_Host_0, { feature: "feature" }, { closeWorkflow: "closeWorkflow" }, []);
|
|
99
|
+
export { AddMultipleResponsibilityContainerComponentNgFactory as AddMultipleResponsibilityContainerComponentNgFactory };
|
|
100
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkLW11bHRpcGxlLXJlc3BvbnNpYmlsaXR5LWNvbnRhaW5lci5jb21wb25lbnQubmdmYWN0b3J5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvYWRkLW11bHRpcGxlLXJlc3BvbnNpYmlsaXR5LWNvbnRhaW5lci9hZGQtbXVsdGlwbGUtcmVzcG9uc2liaWxpdHktY29udGFpbmVyLmNvbXBvbmVudC5uZ2ZhY3RvcnkudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9hZGQtbXVsdGlwbGUtcmVzcG9uc2liaWxpdHktY29udGFpbmVyL2FkZC1tdWx0aXBsZS1yZXNwb25zaWJpbGl0eS1jb250YWluZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7c0ZDY2dCLDRLQUM0RyxZQUE1Rzs7d0JBQTRCO01BRDVCLHdCQUM0RyxLQUFqRSw0RkFBNkIsS0FBWixtQ0FBUSxNQUFJLHdEQUEyQjtzRkFDbkcsMEdBR00sS0FIa0UsbURBRXBFLE1BQUEscVBBQXdELHlCQUF2QyxtQkFBb0IsRUFBckMsWUFBd0QsRUFBdkMsU0FBb0I7c0ZBR3pDLDZFQU1lLEtBTFgsMEdBQW1GLEtBQXBELDRGQUE2QixLQUFaLG1DQUFRLE1BQUksOENBQWlCLE1BQzdFLHVHQUdNLEtBSHNCLDBEQUV4QixNQUFBLG1JQUE0RCxZQUFwRDs7d0JBQTRCO01BQXBDLHdCQUE0RCxLQUF2QiwyQ0FBYztzRkFNM0QsNEtBQzJHLFlBQTNHOzt3QkFBZ0M7TUFEaEMsd0JBQzJHLEtBQTVELDRGQUE2QixLQUFaLG1DQUFRLE1BQUksbURBQXNCO3NGQUNsRywwR0FHTSxLQUhvRSxtREFFdEUsTUFBQSxxUEFBd0QseUJBQXZDLG1CQUFvQixFQUFyQyxZQUF3RCxFQUF2QyxTQUFv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RUFsRXlCLFNBQTZCLEdBb0U1RCxvYUFBeUkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBpMCBmcm9tICdAYW5ndWxhci9jb3JlJztcbmkwLkNvbXBvbmVudEZhY3Rvcnk7XG4iLCI8ZGl2IGNsYXNzPVwiYWRkLW11bHRpcGxlLXJpc2tcIiBbYXR0ci5pZF09XCInc2Nyb2xsUmVmZXJlbmNlJ1wiID5cclxuICAgIDwhLS0gbWFpbiBjb250YWluZXIgc3RhcnRzIGhlcmUgLS0+XHJcbiAgICA8ZGl2IGNsYXNzPVwiYWRkLW11bHRpcGxlLXJpc2stYm9keVwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJhZGQtbXVsdGlwbGUtcmlzay1jb250YWluZXJcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImltYWdlXCI+XHJcbiAgICAgICAgICAgICAgICA8aW1nIHNyYz1cImh0dHBzOi8vY2RuLnYtY29tcGx5LmNvbS9saWJyYXJpZXMvd29ya2Zsb3ctZW5naW5lL2Fzc2V0cy93b3JrZmxvdy9zcHJlYWRzaGVldC1tdWx0aXBsZS1jYXRlZ29yeS5zdmdcIiBhbHQ9XCJcIiAvPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGg0PllvdSBjYW4gZW50cnVzdCBtdWx0aXBsZSByZXNwb25zaWJpbGl0aWVzIGluIGp1c3QgdHdvIGVhc3kgc3RlcHM6PC9oND5cclxuICAgICAgICAgICAgPHVsIGNsYXNzPVwibGlzdFwiPlxyXG4gICAgICAgICAgICAgICAgPGxpPkRvd25sb2FkIHRoZSB0ZW1wbGF0ZSBhbmQgZmlsbCBpbiB0aGUgZGV0YWlscy48L2xpPlxyXG4gICAgICAgICAgICAgICAgPGxpPlVwbG9hZCB0aGUgLnhsc3ggZmlsZSBhbmQgeW914oCZcmUgZ29vZCB0byBnbyE8L2xpPlxyXG4gICAgICAgICAgICA8L3VsPlxyXG5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImRvd25sb2FkLWJ0blwiICpuZ0lmPVwiYnVsa1VwbG9hZEZsYWdcIj5cclxuICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJkb3dubG9hZFwiICpuZ0lmPVwiZG93bmxvYWRTdGF0dXMgPT09ICdOT1RfRE9XTkxPQURJTkcnXCJcclxuICAgICAgICAgICAgICAgIChjbGljayk9XCJkb3dubG9hZFRlbXBsYXRlKClcIiB0eXBlPVwiYnV0dG9uXCI+PGkgY2xhc3M9XCJpY29uc1wiPiYjeGU5MWI7PC9pPiBEb3dubG9hZCBFeGlzdGluZyBUZW1wbGF0ZTwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgPGRpdiAqbmdJZj1cImRvd25sb2FkU3RhdHVzID09PSAnRE9XTkxPQURJTkcnXCIgY2xhc3M9XCJidWxrLWJ0bi1wcm9ncmVzc1wiPlxyXG4gICAgICAgICAgICAgICAgICAgIERvd25sb2FkIGluIFByb2dyZXNzXHJcbiAgICAgICAgICAgICAgICAgICAgPGFwcC1saW5lLWxvYWRlciBbbG9hZGVySGVpZ2h0XT1cIicyJ1wiPjwvYXBwLWxpbmUtbG9hZGVyPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8IS0tIDxkaXYgKm5nSWY9XCJkb3dubG9hZFN0YXR1cyA9PT0gJ0RPV05MT0FERUQnXCIgY2xhc3M9XCJidWxrLWJ0bi1wcm9ncmVzcyBjb21wbGV0ZVwiPjxpIGNsYXNzPVwiaWNvbnNcIj4mI3hlOTFjOzwvaT5Eb3dubG9hZCBDb21wbGV0ZSAtJm5ic3A7PGJ1dHRvbiAoY2xpY2spPVwiZG93bmxvYWRUZW1wbGF0ZSgpXCI+UmV0cnkgRG93bmxvYWQ8L2J1dHRvbj48L2Rpdj4gLS0+XHJcbiAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiZG93bmxvYWRTdGF0dXMgPT09ICdET1dOTE9BREVEJ1wiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidWxrLWJ0bi1wcm9ncmVzc1wiPjxpIGNsYXNzPVwiaWNvbnNcIj4mI3hlOTFjOzwvaT5Eb3dubG9hZCBDb21wbGV0ZTwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidWxrLWJ0bi1hZ2FpblwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBJcyB0aGUgZmlsZSBub3QgZG93bmxvYWRlZD9cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiAoY2xpY2spPVwiZG93bmxvYWRUZW1wbGF0ZSgpXCI+UmV0cnkgRG93bmxvYWQ8L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJvckRpdlwiPk9SPC9kaXY+XHJcblxyXG4gICAgICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cImRvd25sb2FkXCIgKm5nSWY9XCJkb3dubG9hZFN0YXR1c1YyID09PSAnTk9UX0RPV05MT0FESU5HJ1wiXHJcbiAgICAgICAgICAgICAgICAoY2xpY2spPVwiZG93bmxvYWRUZW1wbGF0ZSgndjInKVwiIHR5cGU9XCJidXR0b25cIj48aSBjbGFzcz1cImljb25zXCI+JiN4ZTkxYjs8L2k+IERvd25sb2FkIE5ldyBUZW1wbGF0ZTwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgPGRpdiAqbmdJZj1cImRvd25sb2FkU3RhdHVzVjIgPT09ICdET1dOTE9BRElORydcIiBjbGFzcz1cImJ1bGstYnRuLXByb2dyZXNzXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgRG93bmxvYWQgaW4gUHJvZ3Jlc3NcclxuICAgICAgICAgICAgICAgICAgICA8YXBwLWxpbmUtbG9hZGVyIFtsb2FkZXJIZWlnaHRdPVwiJzInXCI+PC9hcHAtbGluZS1sb2FkZXI+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwhLS0gPGRpdiAqbmdJZj1cImRvd25sb2FkU3RhdHVzVjIgPT09ICdET1dOTE9BREVEJ1wiIGNsYXNzPVwiYnVsay1idG4tcHJvZ3Jlc3MgY29tcGxldGVcIj48aSBjbGFzcz1cImljb25zXCI+JiN4ZTkxYzs8L2k+RG93bmxvYWQgQ29tcGxldGUgLSZuYnNwOzxidXR0b24gKGNsaWNrKT1cImRvd25sb2FkVGVtcGxhdGUoJ3YyJylcIj5SZXRyeSBEb3dubG9hZDwvYnV0dG9uPjwvZGl2PiAtLT5cclxuICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJkb3dubG9hZFN0YXR1c1YyID09PSAnRE9XTkxPQURFRCdcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnVsay1idG4tcHJvZ3Jlc3NcIj48aSBjbGFzcz1cImljb25zXCI+JiN4ZTkxYzs8L2k+RG93bmxvYWQgQ29tcGxldGU8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnVsay1idG4tYWdhaW5cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgSXMgdGhlIGZpbGUgbm90IGRvd25sb2FkZWQ/XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gKGNsaWNrKT1cImRvd25sb2FkVGVtcGxhdGUoJ3YyJylcIj5SZXRyeSBEb3dubG9hZDwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImRvd25sb2FkLWJ0blwiICpuZ0lmPVwiIWJ1bGtVcGxvYWRGbGFnXCI+XHJcbiAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwiZG93bmxvYWRcIiAqbmdJZj1cImRvd25sb2FkU3RhdHVzID09PSAnTk9UX0RPV05MT0FESU5HJ1wiXHJcbiAgICAgICAgICAgICAgICAoY2xpY2spPVwiZG93bmxvYWRUZW1wbGF0ZSgpXCIgdHlwZT1cImJ1dHRvblwiPjxpIGNsYXNzPVwiaWNvbnNcIj4mI3hlOTFiOzwvaT4gRG93bmxvYWQgVGVtcGxhdGU8L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidWxrLWJ0bi1wcm9ncmVzc1wiICpuZ0lmPVwiZG93bmxvYWRTdGF0dXMgPT09ICdET1dOTE9BRElORydcIj5cclxuICAgICAgICAgICAgICAgICAgICBEb3dubG9hZCBpbiBQcm9ncmVzc1xyXG4gICAgICAgICAgICAgICAgICAgIDxhcHAtbGluZS1sb2FkZXIgW2xvYWRlckhlaWdodF09XCInMidcIj48L2FwcC1saW5lLWxvYWRlcj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cImRvd25sb2FkU3RhdHVzID09PSAnRE9XTkxPQURFRCdcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnVsay1idG4tcHJvZ3Jlc3NcIj48aSBjbGFzcz1cImljb25zXCI+JiN4ZTkxYzs8L2k+RG93bmxvYWQgQ29tcGxldGU8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnVsay1idG4tYWdhaW5cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgSXMgdGhlIGZpbGUgbm90IGRvd25sb2FkZWQ/XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gKGNsaWNrKT1cImRvd25sb2FkVGVtcGxhdGUoKVwiPlJldHJ5IERvd25sb2FkPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxwIGNsYXNzPVwiZXJyb3ItbWVzc2FnZVwiICpuZ0lmPVwiaXNXcm9uZ0ZpbGUgfHwgaXNXcm9uZ0Zvcm1hdHx8IGlzRmlsZUVtcHR5XCJcclxuICAgICAgICAgICAgPnt7ZXJyb3JNZXNzYWdlfX08L3A+ICBcclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG48L2Rpdj5cclxuXHJcbjxpbnB1dCB0eXBlPVwiZmlsZVwiIFsobmdNb2RlbCldPVwiZmlsZVZhbHVlXCIgaWQ9XCJmaWxlSW5wdXRcIiBjbGFzcz1cImhpZGRlbi1pbnB1dFwiIGFjY2VwdD1cIi54bHN4XCIgKGNoYW5nZSk9XCJ1cGxvYWRlZEZpbGUoJGV2ZW50KVwiIG11bHRpcGxlIC8+XHJcbjxhcHAtc21pbGV5LWRpYWxvZy1pbmxpbmUgKm5nSWY9XCJzaG93U21pbGV5XCIgW21lc3NhZ2VdPVwic21pbGV5TWVzc2FnZVwiIFthY3Rpb25CdXR0b25zXT1cImFjdGlvbkJ1dHRvbnNcIiAoYWN0aW9uKT1cImFjdGlvbigkZXZlbnQpXCIgKGNsb3NlU21pbGV5KT1cImNsb3NlU21pbGV5KCRldmVudClcIj48L2FwcC1zbWlsZXktZGlhbG9nLWlubGluZT5cclxuXHJcbjxhcHAtYWRkLW11bHRpcGxlLXJlc3BvbnNpYmlsaXR5ICpuZ0lmPVwic2luZ2xlVGFiUmVzcG9uc2liaWxpdHlcIiBbdXBsb2FkZWRGaWxlXT1cInVwbG9hZGVkRmlsZURhdGFcIiAoY2xvc2VBZGRNdWx0aXBsZVJlc3BvbnNpYmlsaXR5KT1cImNsb3NlQWRkTXVsdGlwbGVSZXNwb25zaWJpbGl0eSgkZXZlbnQpXCI+PC9hcHAtYWRkLW11bHRpcGxlLXJlc3BvbnNpYmlsaXR5PlxyXG48bGliLWFkZC1tdWx0aXBsZS1yZXNwb25zaWJpbGl0eS13aXRoLXRhYiAqbmdJZj1cIm11bHRpVGFiUmVzcG9uc2liaWxpdHlcIiBbdXBsb2FkZWRGaWxlXT1cInVwbG9hZGVkRmlsZURhdGFcIiAoY2xvc2VBZGRNdWx0aXBsZVJlc3BvbnNpYmlsaXR5KT1cImNsb3NlQWRkTXVsdGlwbGVSZXNwb25zaWJpbGl0eSgkZXZlbnQpXCI+PC9saWItYWRkLW11bHRpcGxlLXJlc3BvbnNpYmlsaXR5LXdpdGgtdGFiPlxyXG4iXX0=
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"closeWorkflow":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"feature":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":3,"members":[]},{"__symbol":4,"members":[]},{"__symbol":5,"members":[]}]}],"ngOnInit":[{"__symbolic":"method"}],"downloadTemplate":[{"__symbolic":"method"}],"uploadedFile":[{"__symbolic":"method"}],"closeSmiley":[{"__symbolic":"method"}],"triggerBrowseFile":[{"__symbolic":"method"}],"closeAddMultipleResponsibility":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":3,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":4,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":5,"members":[]}}}}],"lifecycleHooks":[0]},"isComponent":true,"selector":"lib-add-multiple-responsibility-container","exportAs":null,"inputs":{"feature":"feature"},"outputs":{"closeWorkflow":"closeWorkflow"},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":6,"members":[]},"rendererType":{"__symbol":7,"members":[]},"componentFactory":{"__symbol":8,"members":[]}}}],"symbols":[{"__symbol":0,"name":"AddMultipleResponsibilityContainerComponent","filePath":"./add-multiple-responsibility-container.component"},{"__symbol":1,"name":"Output","filePath":"@angular/core"},{"__symbol":2,"name":"Input","filePath":"@angular/core"},{"__symbol":3,"name":"AddRiskService","filePath":"../workflow-services/add-risk.service"},{"__symbol":4,"name":"AuthService","filePath":"../workflow-services/auth.service"},{"__symbol":5,"name":"BulkUploadService","filePath":"../services/bulk-upload.service"},{"__symbol":6,"name":"View_AddMultipleResponsibilityContainerComponent_0","filePath":"./add-multiple-responsibility-container.component.ngfactory"},{"__symbol":7,"name":"RenderType_AddMultipleResponsibilityContainerComponent","filePath":"./add-multiple-responsibility-container.component.ngfactory"},{"__symbol":8,"name":"AddMultipleResponsibilityContainerComponentNgFactory","filePath":"./add-multiple-responsibility-container.component.ngfactory"}]}
|