vcomply-workflow-engine 2.6.84 → 2.6.86

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.
Files changed (126) hide show
  1. package/bundles/vcomply-workflow-engine.umd.js +1929 -583
  2. package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
  3. package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.js +11 -4
  4. package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.ngfactory.js +28 -40
  5. package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.ngsummary.json +1 -1
  6. package/esm2015/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.js +172 -0
  7. package/esm2015/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.ngfactory.js +84 -0
  8. package/esm2015/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.ngsummary.json +1 -0
  9. package/esm2015/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.js +1255 -0
  10. package/esm2015/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.ngfactory.js +70 -0
  11. package/esm2015/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.ngsummary.json +1 -0
  12. package/esm2015/lib/log-an-issue/log-an-issue.component.ngfactory.js +6 -6
  13. package/esm2015/lib/more-option/more-option.component.js +8 -2
  14. package/esm2015/lib/more-option/more-option.component.ngfactory.js +1 -1
  15. package/esm2015/lib/more-option/more-option.component.ngsummary.json +1 -1
  16. package/esm2015/lib/pipes/search.pipe.js +5 -5
  17. package/esm2015/lib/services/bulk-upload.service.js +43 -0
  18. package/esm2015/lib/services/bulk-upload.service.ngsummary.json +1 -0
  19. package/esm2015/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.ngfactory.js +4 -4
  20. package/esm2015/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.ngfactory.js +4 -4
  21. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview.module.ngfactory.js +3 -3
  22. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview.module.ngsummary.json +1 -1
  23. package/esm2015/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.ngfactory.js +4 -4
  24. package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngfactory.js +3 -3
  25. package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngsummary.json +1 -1
  26. package/esm2015/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.js +18 -5
  27. package/esm2015/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.ngfactory.js +488 -30
  28. package/esm2015/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.ngsummary.json +1 -1
  29. package/esm2015/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.ngfactory.js +4 -4
  30. package/esm2015/lib/sharedComponents/framework-list/framework-list-table/framework-list-table.component.js +2 -2
  31. package/esm2015/lib/sharedComponents/framework-list/framework-list-table/framework-list-table.component.ngfactory.js +1 -1
  32. package/esm2015/lib/sharedComponents/framework-list/framework-list.component.js +18 -23
  33. package/esm2015/lib/sharedComponents/framework-list/framework-list.component.ngfactory.js +4 -4
  34. package/esm2015/lib/sharedComponents/framework-list/framework-list.component.ngsummary.json +1 -1
  35. package/esm2015/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.js +2 -3
  36. package/esm2015/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.ngfactory.js +14 -15
  37. package/esm2015/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.ngsummary.json +1 -1
  38. package/esm2015/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.js +2 -3
  39. package/esm2015/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.ngfactory.js +14 -15
  40. package/esm2015/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.ngsummary.json +1 -1
  41. package/esm2015/lib/sharedComponents/frequency/frequency-container/frequency-container.component.js +2 -10
  42. package/esm2015/lib/sharedComponents/frequency/frequency-container/frequency-container.component.ngfactory.js +9 -9
  43. package/esm2015/lib/sharedComponents/frequency/frequency-container/frequency-container.component.ngsummary.json +1 -1
  44. package/esm2015/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.js +2 -3
  45. package/esm2015/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.ngfactory.js +11 -12
  46. package/esm2015/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.ngsummary.json +1 -1
  47. package/esm2015/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.js +2 -3
  48. package/esm2015/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.ngfactory.js +14 -15
  49. package/esm2015/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.ngsummary.json +1 -1
  50. package/esm2015/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.js +2 -3
  51. package/esm2015/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.ngfactory.js +16 -17
  52. package/esm2015/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.ngsummary.json +1 -1
  53. package/esm2015/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.js +2 -3
  54. package/esm2015/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.ngfactory.js +14 -15
  55. package/esm2015/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.ngsummary.json +1 -1
  56. package/esm2015/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.js +2 -3
  57. package/esm2015/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.ngfactory.js +14 -15
  58. package/esm2015/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.ngsummary.json +1 -1
  59. package/esm2015/lib/workflow-assessment/workflow-assessment.component.ngfactory.js +4 -4
  60. package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +53 -142
  61. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +324 -365
  62. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngsummary.json +1 -1
  63. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +13 -2
  64. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +11 -11
  65. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngsummary.json +1 -1
  66. package/esm2015/lib/workflow-engine.module.js +5 -5
  67. package/esm2015/lib/workflow-engine.module.ngfactory.js +3 -3
  68. package/esm2015/lib/workflow-engine.module.ngsummary.json +1 -1
  69. package/esm2015/lib/workflow-policy/workflow-policy.component.js +8 -5
  70. package/esm2015/lib/workflow-policy/workflow-policy.component.ngfactory.js +5 -5
  71. package/esm2015/lib/workflow-policy/workflow-policy.component.ngsummary.json +1 -1
  72. package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.ngfactory.js +1 -1
  73. package/esm2015/lib/workflow-program/create-program-ui/pipes/search.pipe.js +2 -2
  74. package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.js +3 -2
  75. package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.ngfactory.js +12 -12
  76. package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.ngsummary.json +1 -1
  77. package/esm2015/lib/workflow-program/workflow-program.component.js +24 -5
  78. package/esm2015/lib/workflow-program/workflow-program.component.ngfactory.js +268 -252
  79. package/esm2015/lib/workflow-program/workflow-program.component.ngsummary.json +1 -1
  80. package/esm2015/lib/workflow-risk/workflow-risk.component.ngfactory.js +5 -5
  81. package/esm2015/lib/workflow-services/add-risk.service.js +3 -3
  82. package/esm2015/lib/workflow-services/frequency.service.js +41 -12
  83. package/esm2015/lib/workflow-services/programs.service.js +4 -5
  84. package/esm2015/lib/workflow-services/responsibility.service.js +14 -34
  85. package/esm2015/lib/workflow-services/responsibility.service.ngsummary.json +1 -1
  86. package/esm2015/lib/workflow-survey-form/workflow-survey-form.component.ngfactory.js +4 -4
  87. package/esm2015/vcomply-workflow-engine.js +191 -190
  88. package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
  89. package/fesm2015/vcomply-workflow-engine.js +1687 -369
  90. package/fesm2015/vcomply-workflow-engine.js.map +1 -1
  91. package/lib/add-multiple-responsibility/add-multiple-responsibility.component.d.ts +2 -0
  92. package/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.d.ts +31 -0
  93. package/lib/{sharedComponents/system-task-selector/system-task-selector.component.ngfactory.d.ts → add-multiple-responsibility-container/add-multiple-responsibility-container.component.ngfactory.d.ts} +0 -0
  94. package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts +159 -0
  95. package/lib/{sharedComponents/tab-selector/tab-selector.component.ngfactory.d.ts → add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.ngfactory.d.ts} +0 -0
  96. package/lib/more-option/more-option.component.d.ts +2 -0
  97. package/lib/services/bulk-upload.service.d.ts +6 -0
  98. package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts +5 -0
  99. package/lib/sharedComponents/framework-list/framework-list.component.d.ts +2 -0
  100. package/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.d.ts +0 -1
  101. package/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.d.ts +0 -1
  102. package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts +0 -1
  103. package/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.d.ts +0 -1
  104. package/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.d.ts +0 -1
  105. package/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.d.ts +0 -1
  106. package/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.d.ts +0 -1
  107. package/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.d.ts +0 -1
  108. package/lib/workflow-compliance/workflow-compliance.component.d.ts +0 -10
  109. package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +8 -0
  110. package/lib/workflow-policy/workflow-policy.component.d.ts +3 -2
  111. package/lib/workflow-program/create-program-ui/role-list/role-list.component.d.ts +1 -0
  112. package/lib/workflow-program/workflow-program.component.d.ts +6 -0
  113. package/lib/workflow-services/add-risk.service.d.ts +1 -1
  114. package/lib/workflow-services/frequency.service.d.ts +1 -1
  115. package/lib/workflow-services/responsibility.service.d.ts +0 -1
  116. package/package.json +2 -2
  117. package/vcomply-workflow-engine.d.ts +190 -189
  118. package/vcomply-workflow-engine.metadata.json +1 -1
  119. package/esm2015/lib/sharedComponents/system-task-selector/system-task-selector.component.js +0 -55
  120. package/esm2015/lib/sharedComponents/system-task-selector/system-task-selector.component.ngfactory.js +0 -75
  121. package/esm2015/lib/sharedComponents/system-task-selector/system-task-selector.component.ngsummary.json +0 -1
  122. package/esm2015/lib/sharedComponents/tab-selector/tab-selector.component.js +0 -41
  123. package/esm2015/lib/sharedComponents/tab-selector/tab-selector.component.ngfactory.js +0 -23
  124. package/esm2015/lib/sharedComponents/tab-selector/tab-selector.component.ngsummary.json +0 -1
  125. package/lib/sharedComponents/system-task-selector/system-task-selector.component.d.ts +0 -19
  126. package/lib/sharedComponents/tab-selector/tab-selector.component.d.ts +0 -17
@@ -0,0 +1,84 @@
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 "../ui-kit/smiley-dialog-inline/smiley-dialog-inline.component.ngfactory";
13
+ import * as i6 from "../ui-kit/smiley-dialog-inline/smiley-dialog-inline.component";
14
+ import * as i7 from "../add-multiple-responsibility/add-multiple-responsibility.component.ngfactory";
15
+ import * as i8 from "../add-multiple-responsibility/add-multiple-responsibility.component";
16
+ import * as i9 from "../workflow-services/add-risk.service";
17
+ import * as i10 from "../workflow-services/responsibility.service";
18
+ import * as i11 from "../workflow-services/auth.service";
19
+ import * as i12 from "../workflow-services/frequency.service";
20
+ import * as i13 from "../ui-kit/snack-bar/snack-bar.service";
21
+ import * as i14 from "../add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.ngfactory";
22
+ import * as i15 from "../add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component";
23
+ import * as i16 from "@angular/common";
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_1(_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_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)) {
35
+ var pd_0 = (_co.downloadTemplate("v2") !== false);
36
+ ad = (pd_0 && ad);
37
+ } 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); }
38
+ 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); }
39
+ 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)) {
40
+ var pd_0 = (_co.downloadTemplate() !== false);
41
+ ad = (pd_0 && ad);
42
+ } return ad; }, null, null)), (_l()(), i2.ɵted(-1, null, ["Retry Download"]))], null, null); }
43
+ function View_AddMultipleResponsibilityContainerComponent_5(_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); }); }
44
+ function View_AddMultipleResponsibilityContainerComponent_6(_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)) {
45
+ var pd_0 = (i2.ɵnov(_v, 1).handleKeyboardEvent($event) !== false);
46
+ ad = (pd_0 && ad);
47
+ } if (("action" === en)) {
48
+ var pd_1 = (_co.action($event) !== false);
49
+ ad = (pd_1 && ad);
50
+ } if (("closeSmiley" === en)) {
51
+ var pd_2 = (_co.closeSmiley($event) !== false);
52
+ ad = (pd_2 && ad);
53
+ } return ad; }, i5.View_SmileyDialogInlineComponent_0, i5.RenderType_SmileyDialogInlineComponent)), i2.ɵdid(1, 114688, null, 0, i6.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); }
54
+ function View_AddMultipleResponsibilityContainerComponent_7(_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)) {
55
+ var pd_0 = (_co.closeAddMultipleResponsibility($event) !== false);
56
+ ad = (pd_0 && ad);
57
+ } return ad; }, i7.View_AddMultipleResponsibilityComponent_0, i7.RenderType_AddMultipleResponsibilityComponent)), i2.ɵdid(1, 638976, null, 0, i8.AddMultipleResponsibilityComponent, [i9.AddRiskService, i10.ResponsibilityService, i11.AuthService, i12.FrequencyBulkService, i13.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); }
58
+ function View_AddMultipleResponsibilityContainerComponent_8(_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)) {
59
+ var pd_0 = (_co.closeAddMultipleResponsibility($event) !== false);
60
+ ad = (pd_0 && ad);
61
+ } return ad; }, i14.View_AddMultipleResponsibilityWithTabComponent_0, i14.RenderType_AddMultipleResponsibilityWithTabComponent)), i2.ɵdid(1, 638976, null, 0, i15.AddMultipleResponsibilityWithTabComponent, [i9.AddRiskService, i10.ResponsibilityService, i11.AuthService, i12.FrequencyBulkService, i13.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); }
62
+ export function View_AddMultipleResponsibilityContainerComponent_0(_l) { return i2.ɵvid(0, [(_l()(), i2.ɵeld(0, 0, null, null, 24, "div", [["class", "add-multiple-risk"]], [[1, "id", 0]], null, null, null, null)), (_l()(), i2.ɵeld(1, 0, null, null, 23, "div", [["class", "add-multiple-risk-body"]], null, null, null, null, null)), (_l()(), i2.ɵeld(2, 0, null, null, 22, "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.ɵeld(12, 0, null, null, 6, "div", [["class", "download-btn"]], null, null, null, null, null)), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_1)), i2.ɵdid(14, 16384, null, 0, i16.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵeld(15, 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_2)), i2.ɵdid(18, 16384, null, 0, i16.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_3)), i2.ɵdid(20, 16384, null, 0, i16.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_4)), i2.ɵdid(22, 16384, null, 0, i16.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_5)), i2.ɵdid(24, 16384, null, 0, i16.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵeld(25, 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)) {
63
+ var pd_0 = (i2.ɵnov(_v, 26)._handleInput($event.target.value) !== false);
64
+ ad = (pd_0 && ad);
65
+ } if (("blur" === en)) {
66
+ var pd_1 = (i2.ɵnov(_v, 26).onTouched() !== false);
67
+ ad = (pd_1 && ad);
68
+ } if (("compositionstart" === en)) {
69
+ var pd_2 = (i2.ɵnov(_v, 26)._compositionStart() !== false);
70
+ ad = (pd_2 && ad);
71
+ } if (("compositionend" === en)) {
72
+ var pd_3 = (i2.ɵnov(_v, 26)._compositionEnd($event.target.value) !== false);
73
+ ad = (pd_3 && ad);
74
+ } if (("ngModelChange" === en)) {
75
+ var pd_4 = ((_co.fileValue = $event) !== false);
76
+ ad = (pd_4 && ad);
77
+ } if (("change" === en)) {
78
+ var pd_5 = (_co.uploadedFile($event) !== false);
79
+ ad = (pd_5 && ad);
80
+ } return ad; }, null, null)), i2.ɵdid(26, 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(28, 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(30, 16384, null, 0, i17.NgControlStatus, [[4, i17.NgControl]], null, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_6)), i2.ɵdid(32, 16384, null, 0, i16.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_7)), i2.ɵdid(34, 16384, null, 0, i16.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityContainerComponent_8)), i2.ɵdid(36, 16384, null, 0, i16.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_1 = (_co.downloadStatus === "NOT_DOWNLOADING"); _ck(_v, 14, 0, currVal_1); var currVal_2 = (_co.downloadStatus === "NOT_DOWNLOADING"); _ck(_v, 18, 0, currVal_2); var currVal_3 = (_co.downloadStatus === "DOWNLOADING"); _ck(_v, 20, 0, currVal_3); var currVal_4 = (_co.downloadStatus === "DOWNLOADED"); _ck(_v, 22, 0, currVal_4); var currVal_5 = ((_co.isWrongFile || _co.isWrongFormat) || _co.isFileEmpty); _ck(_v, 24, 0, currVal_5); var currVal_13 = _co.fileValue; _ck(_v, 28, 0, currVal_13); var currVal_14 = _co.showSmiley; _ck(_v, 32, 0, currVal_14); var currVal_15 = _co.singleTabResponsibility; _ck(_v, 34, 0, currVal_15); var currVal_16 = _co.multiTabResponsibility; _ck(_v, 36, 0, currVal_16); }, function (_ck, _v) { var currVal_0 = "scrollReference"; _ck(_v, 0, 0, currVal_0); var currVal_6 = i2.ɵnov(_v, 30).is("untouched"); var currVal_7 = i2.ɵnov(_v, 30).is("touched"); var currVal_8 = i2.ɵnov(_v, 30).is("pristine"); var currVal_9 = i2.ɵnov(_v, 30).is("dirty"); var currVal_10 = i2.ɵnov(_v, 30).is("valid"); var currVal_11 = i2.ɵnov(_v, 30).is("invalid"); var currVal_12 = i2.ɵnov(_v, 30).is("pending"); _ck(_v, 25, 0, currVal_6, currVal_7, currVal_8, currVal_9, currVal_10, currVal_11, currVal_12); }); }
81
+ 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, [i9.AddRiskService, i11.AuthService, i19.BulkUploadService], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
82
+ var AddMultipleResponsibilityContainerComponentNgFactory = i2.ɵccf("lib-add-multiple-responsibility-container", i18.AddMultipleResponsibilityContainerComponent, View_AddMultipleResponsibilityContainerComponent_Host_0, {}, { closeWorkflow: "closeWorkflow" }, []);
83
+ export { AddMultipleResponsibilityContainerComponentNgFactory as AddMultipleResponsibilityContainerComponentNgFactory };
84
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkLW11bHRpcGxlLXJlc3BvbnNpYmlsaXR5LWNvbnRhaW5lci5jb21wb25lbnQubmdmYWN0b3J5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvYWRkLW11bHRpcGxlLXJlc3BvbnNpYmlsaXR5LWNvbnRhaW5lci9hZGQtbXVsdGlwbGUtcmVzcG9uc2liaWxpdHktY29udGFpbmVyLmNvbXBvbmVudC5uZ2ZhY3RvcnkudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9hZGQtbXVsdGlwbGUtcmVzcG9uc2liaWxpdHktY29udGFpbmVyL2FkZC1tdWx0aXBsZS1yZXNwb25zaWJpbGl0eS1jb250YWluZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7c0ZDY2dCLDRLQUM0RyxZQUE1Rzs7d0JBQTRCO01BRDVCLHdCQUM0RyxLQUFqRSw0RkFBNkIsS0FBWixtQ0FBUSxNQUFJLHdEQUEyQjtzRkFFbkcsNEtBQzJHLFlBQTNHOzt3QkFBZ0M7TUFEaEMsd0JBQzJHLEtBQTVELDRGQUE2QixLQUFaLG1DQUFRLE1BQUksbURBQXNCO3NGQUV0RywwR0FHTSxLQUhrRSxtREFFcEUsTUFBQSxxUEFBd0QseUJBQXZDLG1CQUFvQixFQUFyQyxZQUF3RCxFQUF2QyxTQUFvQjtzRkFFekMsNkVBTWUsS0FMWCwwR0FBbUYsS0FBcEQsNEZBQTZCLEtBQVosbUNBQVEsTUFBSSw4Q0FBaUIsTUFDN0UsdUdBR00sS0FIc0IsMERBRXhCLE1BQUEsbUlBQTRELFlBQXBEOzt3QkFBNEI7TUFBcEMsd0JBQTRELEtBQXZCLDJDQUFjO3NGQUczRCxvR0FDcUIsS0FBcEIsa0pBQWdCO3NGQU03Qjs7d0JBQWdNO01BQXpGOzt3QkFBeUI7TUFBQzs7d0JBQW1DO01BQXBLLGtSQUFnTSxtREFBbkosbUJBQXlCLGdCQUFDLG1CQUErQixnQkFBdEcsWUFBZ00sRUFBbkosU0FBeUIsRUFBQyxTQUErQjtzRkFFdEcscUxBQStNLFlBQTVHOzt3QkFBeUU7TUFBNUssb1pBQStNLG1EQUE5SSxtQkFBaUMsbUJBQWxHLFlBQStNLEVBQTlJLFNBQWlDO3NGQUNsRyw4TEFBZ08sWUFBckg7O3dCQUF5RTtNQUFwTCw0YUFBZ08sbURBQXZKLG1CQUFpQyxtQkFBMUcsWUFBZ08sRUFBdkosU0FBaUM7NkZBekMxRyxxSEFtQ00sS0FqQ0YsZ0hBZ0NNLEtBL0JGLHFIQThCTSxLQTdCRiw4RkFFTSxLQURGLHdNQUF5SCxLQUU3SCwyRUFBMEUsS0FBdEUsOEZBQWlFLE1BQ3JFLDRGQUdLLEtBRkQsMkVBQXVELEtBQW5ELDJFQUE4QyxNQUNsRCw0RUFBcUQsS0FBakQsOEVBQTRDLE1BR3BELHNHQU1NLEtBTEYsNk1BQzRHLElBQzVHLCtGQUEyQixLQUFSLCtCQUFFLE1BQ3JCLDZNQUMyRyxJQUUvRyw2TUFHTSxJQUNOLDZNQU1lLElBQ2YsNk1BQ3FCLElBS2pDOzs7Ozs7Ozs7Ozt3QkFBeUk7TUFBdEg7O3dCQUF1QjtNQUFvRDs7d0JBQStCO01BQTdILHNqQkFBeUksSUFDekksNk1BQWdNLElBRWhNLDZNQUErTSxJQUMvTSw2TUFBZ08saURBM0J2TCx5REFBNEMsR0FBckUsYUFDNEcsRUFEbkYsU0FBNEMsR0FHNUMseURBQTRDLEdBQXJFLGFBQzJHLEVBRGxGLFNBQTRDLEdBRzFDLHFEQUF3QyxHQUF2RSxhQUdNLEVBSHlCLFNBQXdDLEdBSXpELG9EQUF1QyxHQUFyRCxhQU1lLEVBTkQsU0FBdUMsR0FPNUIsOERBQWtELGVBQTNFLGFBQ3FCLEVBREksU0FBa0QsR0FNcEUsb0JBQXVCLFlBQTFDLGFBQXlJLEVBQXRILFVBQXVCLEdBQ2hCLG9CQUFrQixhQUE1QyxhQUFnTSxFQUF0SyxVQUFrQixHQUVYLG9CQUErQiwwQkFBaEUsYUFBK00sRUFBOUssVUFBK0IsR0FDdEIsb0JBQThCLHlCQUF4RSxhQUFnTyxFQUF0TCxVQUE4QiwyQkF6Q3pDLGlDQUE2QixFQUE1RCxZQW1DTSxFQW5DeUIsU0FBNkIsR0FxQzVELHdhQUF5SSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiIsIjxkaXYgY2xhc3M9XCJhZGQtbXVsdGlwbGUtcmlza1wiIFthdHRyLmlkXT1cIidzY3JvbGxSZWZlcmVuY2UnXCIgPlxuICAgIDwhLS0gbWFpbiBjb250YWluZXIgc3RhcnRzIGhlcmUgLS0+XG4gICAgPGRpdiBjbGFzcz1cImFkZC1tdWx0aXBsZS1yaXNrLWJvZHlcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImFkZC1tdWx0aXBsZS1yaXNrLWNvbnRhaW5lclwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImltYWdlXCI+XG4gICAgICAgICAgICAgICAgPGltZyBzcmM9XCJodHRwczovL2Nkbi52LWNvbXBseS5jb20vbGlicmFyaWVzL3dvcmtmbG93LWVuZ2luZS9hc3NldHMvd29ya2Zsb3cvc3ByZWFkc2hlZXQtbXVsdGlwbGUtY2F0ZWdvcnkuc3ZnXCIgYWx0PVwiXCIgLz5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPGg0PllvdSBjYW4gZW50cnVzdCBtdWx0aXBsZSByZXNwb25zaWJpbGl0aWVzIGluIGp1c3QgdHdvIGVhc3kgc3RlcHM6PC9oND5cbiAgICAgICAgICAgIDx1bCBjbGFzcz1cImxpc3RcIj5cbiAgICAgICAgICAgICAgICA8bGk+RG93bmxvYWQgdGhlIHRlbXBsYXRlIGFuZCBmaWxsIGluIHRoZSBkZXRhaWxzLjwvbGk+XG4gICAgICAgICAgICAgICAgPGxpPlVwbG9hZCB0aGUgLnhsc3ggZmlsZSBhbmQgeW914oCZcmUgZ29vZCB0byBnbyE8L2xpPlxuICAgICAgICAgICAgPC91bD5cblxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImRvd25sb2FkLWJ0blwiPlxuICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJkb3dubG9hZFwiICpuZ0lmPVwiZG93bmxvYWRTdGF0dXMgPT09ICdOT1RfRE9XTkxPQURJTkcnXCJcbiAgICAgICAgICAgICAgICAoY2xpY2spPVwiZG93bmxvYWRUZW1wbGF0ZSgpXCIgdHlwZT1cImJ1dHRvblwiPjxpIGNsYXNzPVwiaWNvbnNcIj4mI3hlOTFiOzwvaT4gRG93bmxvYWQgRXhpc3RpbmcgVGVtcGxhdGU8L2J1dHRvbj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwib3JEaXZcIj5PUjwvZGl2PlxuICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJkb3dubG9hZFwiICpuZ0lmPVwiZG93bmxvYWRTdGF0dXMgPT09ICdOT1RfRE9XTkxPQURJTkcnXCJcbiAgICAgICAgICAgICAgICAoY2xpY2spPVwiZG93bmxvYWRUZW1wbGF0ZSgndjInKVwiIHR5cGU9XCJidXR0b25cIj48aSBjbGFzcz1cImljb25zXCI+JiN4ZTkxYjs8L2k+IERvd25sb2FkIE5ldyBUZW1wbGF0ZTwvYnV0dG9uPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnVsay1idG4tcHJvZ3Jlc3NcIiAqbmdJZj1cImRvd25sb2FkU3RhdHVzID09PSAnRE9XTkxPQURJTkcnXCI+XG4gICAgICAgICAgICAgICAgRG93bmxvYWQgaW4gUHJvZ3Jlc3NcbiAgICAgICAgICAgICAgICA8YXBwLWxpbmUtbG9hZGVyIFtsb2FkZXJIZWlnaHRdPVwiJzInXCI+PC9hcHAtbGluZS1sb2FkZXI+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJkb3dubG9hZFN0YXR1cyA9PT0gJ0RPV05MT0FERUQnXCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ1bGstYnRuLXByb2dyZXNzXCI+PGkgY2xhc3M9XCJpY29uc1wiPiYjeGU5MWM7PC9pPkRvd25sb2FkIENvbXBsZXRlPC9kaXY+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ1bGstYnRuLWFnYWluXCI+XG4gICAgICAgICAgICAgICAgICAgIElzIHRoZSBmaWxlIG5vdCBkb3dubG9hZGVkP1xuICAgICAgICAgICAgICAgICAgICA8YnV0dG9uIChjbGljayk9XCJkb3dubG9hZFRlbXBsYXRlKClcIj5SZXRyeSBEb3dubG9hZDwvYnV0dG9uPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICA8cCBjbGFzcz1cImVycm9yLW1lc3NhZ2VcIiAqbmdJZj1cImlzV3JvbmdGaWxlIHx8IGlzV3JvbmdGb3JtYXR8fCBpc0ZpbGVFbXB0eVwiXG4gICAgICAgICAgICA+e3tlcnJvck1lc3NhZ2V9fTwvcD4gIFxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbjwvZGl2PlxuXG48aW5wdXQgdHlwZT1cImZpbGVcIiBbKG5nTW9kZWwpXT1cImZpbGVWYWx1ZVwiIGlkPVwiZmlsZUlucHV0XCIgY2xhc3M9XCJoaWRkZW4taW5wdXRcIiBhY2NlcHQ9XCIueGxzeFwiIChjaGFuZ2UpPVwidXBsb2FkZWRGaWxlKCRldmVudClcIiBtdWx0aXBsZSAvPlxuPGFwcC1zbWlsZXktZGlhbG9nLWlubGluZSAqbmdJZj1cInNob3dTbWlsZXlcIiBbbWVzc2FnZV09XCJzbWlsZXlNZXNzYWdlXCIgW2FjdGlvbkJ1dHRvbnNdPVwiYWN0aW9uQnV0dG9uc1wiIChhY3Rpb24pPVwiYWN0aW9uKCRldmVudClcIiAoY2xvc2VTbWlsZXkpPVwiY2xvc2VTbWlsZXkoJGV2ZW50KVwiPjwvYXBwLXNtaWxleS1kaWFsb2ctaW5saW5lPlxuXG48YXBwLWFkZC1tdWx0aXBsZS1yZXNwb25zaWJpbGl0eSAqbmdJZj1cInNpbmdsZVRhYlJlc3BvbnNpYmlsaXR5XCIgW3VwbG9hZGVkRmlsZV09XCJ1cGxvYWRlZEZpbGVEYXRhXCIgKGNsb3NlQWRkTXVsdGlwbGVSZXNwb25zaWJpbGl0eSk9XCJjbG9zZUFkZE11bHRpcGxlUmVzcG9uc2liaWxpdHkoJGV2ZW50KVwiPjwvYXBwLWFkZC1tdWx0aXBsZS1yZXNwb25zaWJpbGl0eT5cbjxsaWItYWRkLW11bHRpcGxlLXJlc3BvbnNpYmlsaXR5LXdpdGgtdGFiICpuZ0lmPVwibXVsdGlUYWJSZXNwb25zaWJpbGl0eVwiIFt1cGxvYWRlZEZpbGVdPVwidXBsb2FkZWRGaWxlRGF0YVwiIChjbG9zZUFkZE11bHRpcGxlUmVzcG9uc2liaWxpdHkpPVwiY2xvc2VBZGRNdWx0aXBsZVJlc3BvbnNpYmlsaXR5KCRldmVudClcIj48L2xpYi1hZGQtbXVsdGlwbGUtcmVzcG9uc2liaWxpdHktd2l0aC10YWI+XG4iXX0=
@@ -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":[]}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":2,"members":[]},{"__symbol":3,"members":[]},{"__symbol":4,"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":2,"members":[]}}}},{"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":[]}}}}],"lifecycleHooks":[0]},"isComponent":true,"selector":"lib-add-multiple-responsibility-container","exportAs":null,"inputs":{},"outputs":{"closeWorkflow":"closeWorkflow"},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":5,"members":[]},"rendererType":{"__symbol":6,"members":[]},"componentFactory":{"__symbol":7,"members":[]}}}],"symbols":[{"__symbol":0,"name":"AddMultipleResponsibilityContainerComponent","filePath":"./add-multiple-responsibility-container.component"},{"__symbol":1,"name":"Output","filePath":"@angular/core"},{"__symbol":2,"name":"AddRiskService","filePath":"../workflow-services/add-risk.service"},{"__symbol":3,"name":"AuthService","filePath":"../workflow-services/auth.service"},{"__symbol":4,"name":"BulkUploadService","filePath":"../services/bulk-upload.service"},{"__symbol":5,"name":"View_AddMultipleResponsibilityContainerComponent_0","filePath":"./add-multiple-responsibility-container.component.ngfactory"},{"__symbol":6,"name":"RenderType_AddMultipleResponsibilityContainerComponent","filePath":"./add-multiple-responsibility-container.component.ngfactory"},{"__symbol":7,"name":"AddMultipleResponsibilityContainerComponentNgFactory","filePath":"./add-multiple-responsibility-container.component.ngfactory"}]}