vcomply-workflow-engine 0.0.5 → 0.0.8

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 (197) hide show
  1. package/bundles/vcomply-workflow-engine.umd.js +8329 -6749
  2. package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
  3. package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.js +13 -3
  4. package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.ngfactory.js +3 -3
  5. package/esm2015/lib/add-multiple-risk/add-multiple-risk.component.js +6 -6
  6. package/esm2015/lib/add-multiple-risk/add-multiple-risk.component.ngfactory.js +3 -3
  7. package/esm2015/lib/confirmation-alert/confirmation-alert.component.js +1 -1
  8. package/esm2015/lib/create-documents/create-documents.component.js +1 -1
  9. package/esm2015/lib/formgroup/cs-select/cs-select.component.js +3 -3
  10. package/esm2015/lib/formgroup/cs-select/cs-select.component.ngfactory.js +3 -3
  11. package/esm2015/lib/formgroup/cs-switch/cs-switch.component.js +1 -1
  12. package/esm2015/lib/formgroup/select/cs-select/cs-select.component.js +3 -3
  13. package/esm2015/lib/formgroup/select/cs-select/cs-select.component.ngfactory.js +3 -3
  14. package/esm2015/lib/log-an-issue/log-an-issue.component.js +11 -13
  15. package/esm2015/lib/log-an-issue/log-an-issue.component.ngfactory.js +8 -8
  16. package/esm2015/lib/log-an-issue/log-an-issue.component.ngsummary.json +1 -1
  17. package/esm2015/lib/more-option/more-option.component.js +57 -6
  18. package/esm2015/lib/more-option/more-option.component.ngfactory.js +4 -4
  19. package/esm2015/lib/more-option/more-option.component.ngsummary.json +1 -1
  20. package/esm2015/lib/sharedComponents/assessment-list/assessment-list-loader/assessment-list-loader.component.js +15 -0
  21. package/esm2015/lib/sharedComponents/assessment-list/assessment-list-loader/assessment-list-loader.component.ngfactory.js +19 -0
  22. package/esm2015/lib/sharedComponents/assessment-list/assessment-list-loader/assessment-list-loader.component.ngsummary.json +1 -0
  23. package/esm2015/lib/sharedComponents/assessment-list/assessment-list-sub-loader/assessment-list-sub-loader.component.js +15 -0
  24. package/esm2015/lib/sharedComponents/assessment-list/assessment-list-sub-loader/assessment-list-sub-loader.component.ngfactory.js +19 -0
  25. package/esm2015/lib/sharedComponents/assessment-list/assessment-list-sub-loader/assessment-list-sub-loader.component.ngsummary.json +1 -0
  26. package/esm2015/lib/sharedComponents/assessment-list/assessment-list.component.js +187 -0
  27. package/esm2015/lib/sharedComponents/assessment-list/assessment-list.component.ngfactory.js +208 -0
  28. package/esm2015/lib/sharedComponents/assessment-list/assessment-list.component.ngsummary.json +1 -0
  29. package/esm2015/lib/sharedComponents/assessment-list/service/assessment.interface.js +2 -0
  30. package/esm2015/lib/sharedComponents/assessment-list/service/assessment.interface.ngsummary.json +1 -0
  31. package/esm2015/lib/sharedComponents/assessment-list/service/assessment.service.js +34 -0
  32. package/esm2015/lib/sharedComponents/assessment-list/service/assessment.service.ngsummary.json +1 -0
  33. package/esm2015/lib/sharedComponents/assessment-preview/assessment-preview.module.js +61 -0
  34. package/esm2015/lib/sharedComponents/assessment-preview/assessment-preview.module.ngfactory.js +21 -0
  35. package/esm2015/lib/sharedComponents/assessment-preview/assessment-preview.module.ngsummary.json +1 -0
  36. package/esm2015/lib/sharedComponents/assessment-preview/checkbox-question/checkbox-question.component.js +29 -0
  37. package/esm2015/lib/sharedComponents/assessment-preview/checkbox-question/checkbox-question.component.ngfactory.js +57 -0
  38. package/esm2015/lib/sharedComponents/assessment-preview/checkbox-question/checkbox-question.component.ngsummary.json +1 -0
  39. package/esm2015/lib/sharedComponents/assessment-preview/date-time/date-time.component.js +32 -0
  40. package/esm2015/lib/sharedComponents/assessment-preview/date-time/date-time.component.ngfactory.js +88 -0
  41. package/esm2015/lib/sharedComponents/assessment-preview/date-time/date-time.component.ngsummary.json +1 -0
  42. package/esm2015/lib/sharedComponents/assessment-preview/device/device.component.js +22 -0
  43. package/esm2015/lib/sharedComponents/assessment-preview/device/device.component.ngfactory.js +26 -0
  44. package/esm2015/lib/sharedComponents/assessment-preview/device/device.component.ngsummary.json +1 -0
  45. package/esm2015/lib/sharedComponents/assessment-preview/file-upload/file-upload.component.js +19 -0
  46. package/esm2015/lib/sharedComponents/assessment-preview/file-upload/file-upload.component.ngfactory.js +39 -0
  47. package/esm2015/lib/sharedComponents/assessment-preview/file-upload/file-upload.component.ngsummary.json +1 -0
  48. package/esm2015/lib/sharedComponents/assessment-preview/page-header/page-header.component.js +19 -0
  49. package/esm2015/lib/sharedComponents/assessment-preview/page-header/page-header.component.ngfactory.js +22 -0
  50. package/esm2015/lib/sharedComponents/assessment-preview/page-header/page-header.component.ngsummary.json +1 -0
  51. package/esm2015/lib/sharedComponents/assessment-preview/preview/preview.component.js +47 -0
  52. package/esm2015/lib/sharedComponents/assessment-preview/preview/preview.component.ngfactory.js +69 -0
  53. package/esm2015/lib/sharedComponents/assessment-preview/preview/preview.component.ngsummary.json +1 -0
  54. package/esm2015/lib/sharedComponents/assessment-preview/preview-container/preview-container.component.js +15 -0
  55. package/esm2015/lib/sharedComponents/assessment-preview/preview-container/preview-container.component.ngfactory.js +109 -0
  56. package/esm2015/lib/sharedComponents/assessment-preview/preview-container/preview-container.component.ngsummary.json +1 -0
  57. package/esm2015/lib/sharedComponents/assessment-preview/quick-settings/quick-settings.component.js +18 -0
  58. package/esm2015/lib/sharedComponents/assessment-preview/quick-settings/quick-settings.component.ngfactory.js +96 -0
  59. package/esm2015/lib/sharedComponents/assessment-preview/quick-settings/quick-settings.component.ngsummary.json +1 -0
  60. package/esm2015/lib/sharedComponents/assessment-preview/radio-question/radio-question.component.js +29 -0
  61. package/esm2015/lib/sharedComponents/assessment-preview/radio-question/radio-question.component.ngfactory.js +56 -0
  62. package/esm2015/lib/sharedComponents/assessment-preview/radio-question/radio-question.component.ngsummary.json +1 -0
  63. package/esm2015/lib/sharedComponents/assessment-preview/select-question/select-question.component.js +32 -0
  64. package/esm2015/lib/sharedComponents/assessment-preview/select-question/select-question.component.ngfactory.js +23 -0
  65. package/esm2015/lib/sharedComponents/assessment-preview/select-question/select-question.component.ngsummary.json +1 -0
  66. package/esm2015/lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component.js +19 -0
  67. package/esm2015/lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component.ngfactory.js +21 -0
  68. package/esm2015/lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component.ngsummary.json +1 -0
  69. package/esm2015/lib/sharedComponents/assessment-preview/welcome/welcome.component.js +18 -0
  70. package/esm2015/lib/sharedComponents/assessment-preview/welcome/welcome.component.ngfactory.js +21 -0
  71. package/esm2015/lib/sharedComponents/assessment-preview/welcome/welcome.component.ngsummary.json +1 -0
  72. package/esm2015/lib/sharedComponents/audit-category-list/audit-category-list.component.js +1 -1
  73. package/esm2015/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.js +3 -3
  74. package/esm2015/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.ngfactory.js +333 -31
  75. package/esm2015/lib/sharedComponents/bulk-view/bulk-view.component.js +2 -3
  76. package/esm2015/lib/sharedComponents/category-list/category-list.component.js +1 -1
  77. package/esm2015/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.js +2 -2
  78. package/esm2015/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.ngfactory.js +1 -1
  79. package/esm2015/lib/sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component.js +2 -2
  80. package/esm2015/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.js +9 -9
  81. package/esm2015/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.ngfactory.js +47 -248
  82. package/esm2015/lib/sharedComponents/checkpoint-policy/checkpoints-policy-container/checkpoints-policy-container.component.js +1 -1
  83. package/esm2015/lib/sharedComponents/checkpoint-policy/checkpoints-policy-list/checkpoints-policy-list.component.js +1 -1
  84. package/esm2015/lib/sharedComponents/checkpoint-policy/checkpoints-policy-questions/checkpoints-policy-questions.component.js +1 -1
  85. package/esm2015/lib/sharedComponents/format-and-evidence/format-and-evidence.component.js +2 -2
  86. package/esm2015/lib/sharedComponents/format-and-evidence/format-and-evidence.component.ngfactory.js +2 -2
  87. package/esm2015/lib/sharedComponents/framework-list/parent-table/parent-table.component.js +3 -3
  88. package/esm2015/lib/sharedComponents/framework-list/parent-table/parent-table.component.ngfactory.js +12 -12
  89. package/esm2015/lib/sharedComponents/no-data/no-data.component.js +3 -3
  90. package/esm2015/lib/sharedComponents/no-data/no-data.component.ngfactory.js +5 -5
  91. package/esm2015/lib/sharedComponents/no-data/no-data.module.ngfactory.js +1 -1
  92. package/esm2015/lib/sharedComponents/owner-list/owner-list.component.js +1 -1
  93. package/esm2015/lib/sharedComponents/radio-list-with-pagination/link-treatment-loader/link-treatment-loader.component.js +14 -0
  94. package/esm2015/lib/sharedComponents/radio-list-with-pagination/link-treatment-loader/link-treatment-loader.component.ngfactory.js +19 -0
  95. package/esm2015/lib/sharedComponents/radio-list-with-pagination/link-treatment-loader/link-treatment-loader.component.ngsummary.json +1 -0
  96. package/esm2015/lib/sharedComponents/radio-list-with-pagination/radio-list.component.js +111 -0
  97. package/esm2015/lib/sharedComponents/radio-list-with-pagination/radio-list.component.ngfactory.js +87 -0
  98. package/esm2015/lib/sharedComponents/radio-list-with-pagination/radio-list.component.ngsummary.json +1 -0
  99. package/esm2015/lib/sharedComponents/review-frequency/review-frequency.component.js +1 -1
  100. package/esm2015/lib/sharedComponents/risk-classification/risk-classification.component.js +1 -1
  101. package/esm2015/lib/ui-kit/pagination/pagination/pagination.component.js +109 -0
  102. package/esm2015/lib/ui-kit/pagination/pagination/pagination.component.ngfactory.js +57 -0
  103. package/esm2015/lib/ui-kit/pagination/pagination/pagination.component.ngsummary.json +1 -0
  104. package/esm2015/lib/ui-kit/pagination/pagination.module.js +21 -0
  105. package/esm2015/lib/ui-kit/pagination/pagination.module.ngfactory.js +13 -0
  106. package/esm2015/lib/ui-kit/pagination/pagination.module.ngsummary.json +1 -0
  107. package/esm2015/lib/ui-kit/popover/popover.component.js +5 -4
  108. package/esm2015/lib/ui-kit/popover/popover.directive.js +55 -1
  109. package/esm2015/lib/ui-kit/popover/popover.directive.ngsummary.json +1 -1
  110. package/esm2015/lib/workflow-assessment/workflow-assessment.component.js +226 -0
  111. package/esm2015/lib/workflow-assessment/workflow-assessment.component.ngfactory.js +244 -0
  112. package/esm2015/lib/workflow-assessment/workflow-assessment.component.ngsummary.json +1 -0
  113. package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +1649 -16
  114. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +182 -98
  115. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngsummary.json +1 -1
  116. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +44 -6
  117. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +79 -50
  118. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngsummary.json +1 -1
  119. package/esm2015/lib/workflow-engine.module.js +21 -3
  120. package/esm2015/lib/workflow-engine.module.ngfactory.js +4 -2
  121. package/esm2015/lib/workflow-engine.module.ngsummary.json +1 -1
  122. package/esm2015/lib/workflow-pagination/workflow-pagination.component.js +95 -6
  123. package/esm2015/lib/workflow-pagination/workflow-pagination.component.ngfactory.js +23 -7
  124. package/esm2015/lib/workflow-pagination/workflow-pagination.component.ngsummary.json +1 -1
  125. package/esm2015/lib/workflow-policy/workflow-policy.component.js +2 -2
  126. package/esm2015/lib/workflow-policy/workflow-policy.component.ngfactory.js +12 -12
  127. package/esm2015/lib/workflow-risk/workflow-risk.component.js +38 -5
  128. package/esm2015/lib/workflow-risk/workflow-risk.component.ngfactory.js +66 -64
  129. package/esm2015/lib/workflow-risk/workflow-risk.component.ngsummary.json +1 -1
  130. package/esm2015/lib/workflow-services/assessment.service.js +68 -0
  131. package/esm2015/lib/workflow-services/assessment.service.ngsummary.json +1 -0
  132. package/esm2015/lib/workflow-services/auth.service.js +3 -1
  133. package/esm2015/lib/workflow-services/responsibility.service.js +20 -1
  134. package/esm2015/lib/workflow-services/responsibility.service.ngsummary.json +1 -1
  135. package/esm2015/lib/workflow-survey-form/workflow-survey-form.component.js +2 -2
  136. package/esm2015/lib/workflow-survey-form/workflow-survey-form.component.ngfactory.js +2 -2
  137. package/esm2015/vcomply-workflow-engine.js +67 -44
  138. package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
  139. package/fesm2015/vcomply-workflow-engine.js +2736 -1237
  140. package/fesm2015/vcomply-workflow-engine.js.map +1 -1
  141. package/lib/log-an-issue/log-an-issue.component.d.ts +1 -0
  142. package/lib/more-option/more-option.component.d.ts +1 -0
  143. package/lib/sharedComponents/assessment-list/assessment-list-loader/assessment-list-loader.component.d.ts +5 -0
  144. package/lib/sharedComponents/assessment-list/assessment-list-loader/assessment-list-loader.component.ngfactory.d.ts +1 -0
  145. package/lib/sharedComponents/assessment-list/assessment-list-sub-loader/assessment-list-sub-loader.component.d.ts +5 -0
  146. package/lib/sharedComponents/assessment-list/assessment-list-sub-loader/assessment-list-sub-loader.component.ngfactory.d.ts +1 -0
  147. package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts +80 -0
  148. package/lib/sharedComponents/assessment-list/assessment-list.component.ngfactory.d.ts +1 -0
  149. package/lib/sharedComponents/assessment-list/service/assessment.interface.d.ts +22 -0
  150. package/lib/sharedComponents/assessment-list/service/assessment.service.d.ts +10 -0
  151. package/lib/sharedComponents/assessment-preview/assessment-preview.module.d.ts +2 -0
  152. package/lib/sharedComponents/assessment-preview/assessment-preview.module.ngfactory.d.ts +3 -0
  153. package/lib/sharedComponents/assessment-preview/checkbox-question/checkbox-question.component.d.ts +9 -0
  154. package/lib/sharedComponents/assessment-preview/checkbox-question/checkbox-question.component.ngfactory.d.ts +1 -0
  155. package/lib/sharedComponents/assessment-preview/date-time/date-time.component.d.ts +12 -0
  156. package/lib/sharedComponents/assessment-preview/date-time/date-time.component.ngfactory.d.ts +1 -0
  157. package/lib/sharedComponents/assessment-preview/device/device.component.d.ts +7 -0
  158. package/lib/sharedComponents/assessment-preview/device/device.component.ngfactory.d.ts +1 -0
  159. package/lib/sharedComponents/assessment-preview/file-upload/file-upload.component.d.ts +7 -0
  160. package/lib/sharedComponents/assessment-preview/file-upload/file-upload.component.ngfactory.d.ts +1 -0
  161. package/lib/sharedComponents/assessment-preview/page-header/page-header.component.d.ts +7 -0
  162. package/lib/sharedComponents/assessment-preview/page-header/page-header.component.ngfactory.d.ts +1 -0
  163. package/lib/sharedComponents/assessment-preview/preview/preview.component.d.ts +11 -0
  164. package/lib/sharedComponents/assessment-preview/preview/preview.component.ngfactory.d.ts +1 -0
  165. package/lib/sharedComponents/assessment-preview/preview-container/preview-container.component.d.ts +5 -0
  166. package/lib/sharedComponents/assessment-preview/preview-container/preview-container.component.ngfactory.d.ts +1 -0
  167. package/lib/sharedComponents/assessment-preview/quick-settings/quick-settings.component.d.ts +6 -0
  168. package/lib/sharedComponents/assessment-preview/quick-settings/quick-settings.component.ngfactory.d.ts +1 -0
  169. package/lib/sharedComponents/assessment-preview/radio-question/radio-question.component.d.ts +9 -0
  170. package/lib/sharedComponents/assessment-preview/radio-question/radio-question.component.ngfactory.d.ts +1 -0
  171. package/lib/sharedComponents/assessment-preview/select-question/select-question.component.d.ts +9 -0
  172. package/lib/sharedComponents/assessment-preview/select-question/select-question.component.ngfactory.d.ts +1 -0
  173. package/lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component.d.ts +7 -0
  174. package/lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component.ngfactory.d.ts +1 -0
  175. package/lib/sharedComponents/assessment-preview/welcome/welcome.component.d.ts +6 -0
  176. package/lib/sharedComponents/assessment-preview/welcome/welcome.component.ngfactory.d.ts +1 -0
  177. package/lib/sharedComponents/radio-list-with-pagination/link-treatment-loader/link-treatment-loader.component.d.ts +5 -0
  178. package/lib/sharedComponents/radio-list-with-pagination/link-treatment-loader/link-treatment-loader.component.ngfactory.d.ts +1 -0
  179. package/lib/sharedComponents/radio-list-with-pagination/radio-list.component.d.ts +47 -0
  180. package/lib/sharedComponents/radio-list-with-pagination/radio-list.component.ngfactory.d.ts +1 -0
  181. package/lib/ui-kit/pagination/pagination/pagination.component.d.ts +23 -0
  182. package/lib/ui-kit/pagination/pagination/pagination.component.ngfactory.d.ts +1 -0
  183. package/lib/ui-kit/pagination/pagination.module.d.ts +2 -0
  184. package/lib/ui-kit/pagination/pagination.module.ngfactory.d.ts +3 -0
  185. package/lib/ui-kit/popover/popover.directive.d.ts +1 -0
  186. package/lib/workflow-assessment/workflow-assessment.component.d.ts +63 -0
  187. package/lib/workflow-assessment/workflow-assessment.component.ngfactory.d.ts +1 -0
  188. package/lib/workflow-compliance/workflow-compliance.component.d.ts +14 -1
  189. package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +8 -1
  190. package/lib/workflow-pagination/workflow-pagination.component.d.ts +18 -1
  191. package/lib/workflow-risk/workflow-risk.component.d.ts +2 -1
  192. package/lib/workflow-services/assessment.service.d.ts +20 -0
  193. package/lib/workflow-services/auth.service.d.ts +2 -0
  194. package/lib/workflow-services/responsibility.service.d.ts +6 -0
  195. package/package.json +2 -2
  196. package/vcomply-workflow-engine.d.ts +66 -43
  197. package/vcomply-workflow-engine.metadata.json +1 -1
@@ -29,7 +29,7 @@ export { RenderType_AddMultipleResponsibilityComponent as RenderType_AddMultiple
29
29
  function View_AddMultipleResponsibilityComponent_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)) {
30
30
  var pd_0 = (_co.downloadTemplate() !== false);
31
31
  ad = (pd_0 && ad);
32
- } 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, ["\uE9EF"])), (_l()(), i2.ɵted(-1, null, [" Download Template"]))], null, null); }
32
+ } 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); }
33
33
  function View_AddMultipleResponsibilityComponent_2(_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); }
34
34
  function View_AddMultipleResponsibilityComponent_3(_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)) {
35
35
  var pd_0 = (_co.downloadTemplate() !== false);
@@ -54,7 +54,7 @@ function View_AddMultipleResponsibilityComponent_7(_l) { return i2.ɵvid(0, [(_l
54
54
  var pd_2 = (_co.closeSmiley($event) !== false);
55
55
  ad = (pd_2 && ad);
56
56
  } return ad; }, i9.View_SmileyDialogInlineComponent_0, i9.RenderType_SmileyDialogInlineComponent)), i2.ɵdid(1, 114688, null, 0, i10.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); }
57
- export function View_AddMultipleResponsibilityComponent_0(_l) { return i2.ɵvid(0, [(_l()(), i2.ɵeld(0, 0, null, null, 19, "div", [["class", "add-multiple-risk"]], [[1, "id", 0]], null, null, null, null)), (_l()(), i2.ɵeld(1, 0, null, null, 18, "div", [["class", "add-multiple-risk-body"]], null, null, null, null, null)), (_l()(), i2.ɵeld(2, 0, null, null, 17, "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/more-settings.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_AddMultipleResponsibilityComponent_1)), i2.ɵdid(13, 16384, null, 0, i11.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityComponent_2)), i2.ɵdid(15, 16384, null, 0, i11.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityComponent_3)), i2.ɵdid(17, 16384, null, 0, i11.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityComponent_4)), i2.ɵdid(19, 16384, null, 0, i11.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityComponent_5)), i2.ɵdid(21, 16384, null, 0, i11.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityComponent_6)), i2.ɵdid(23, 16384, null, 0, i11.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵeld(24, 0, null, null, 5, "input", [["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)) {
57
+ export function View_AddMultipleResponsibilityComponent_0(_l) { return i2.ɵvid(0, [(_l()(), i2.ɵeld(0, 0, null, null, 19, "div", [["class", "add-multiple-risk"]], [[1, "id", 0]], null, null, null, null)), (_l()(), i2.ɵeld(1, 0, null, null, 18, "div", [["class", "add-multiple-risk-body"]], null, null, null, null, null)), (_l()(), i2.ɵeld(2, 0, null, null, 17, "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_AddMultipleResponsibilityComponent_1)), i2.ɵdid(13, 16384, null, 0, i11.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityComponent_2)), i2.ɵdid(15, 16384, null, 0, i11.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityComponent_3)), i2.ɵdid(17, 16384, null, 0, i11.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityComponent_4)), i2.ɵdid(19, 16384, null, 0, i11.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityComponent_5)), i2.ɵdid(21, 16384, null, 0, i11.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵand(16777216, null, null, 1, null, View_AddMultipleResponsibilityComponent_6)), i2.ɵdid(23, 16384, null, 0, i11.NgIf, [i2.ViewContainerRef, i2.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i2.ɵeld(24, 0, null, null, 5, "input", [["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)) {
58
58
  var pd_0 = (i2.ɵnov(_v, 25)._handleInput($event.target.value) !== false);
59
59
  ad = (pd_0 && ad);
60
60
  } if (("blur" === en)) {
@@ -76,4 +76,4 @@ export function View_AddMultipleResponsibilityComponent_0(_l) { return i2.ɵvid(
76
76
  export function View_AddMultipleResponsibilityComponent_Host_0(_l) { return i2.ɵvid(0, [(_l()(), i2.ɵeld(0, 0, null, null, 1, "app-add-multiple-responsibility", [], null, null, null, View_AddMultipleResponsibilityComponent_0, RenderType_AddMultipleResponsibilityComponent)), i2.ɵdid(1, 638976, null, 0, i13.AddMultipleResponsibilityComponent, [i14.AddRiskService, i15.ResponsibilityService, i16.AuthService, i17.FrequencyBulkService, i18.SnackBarService], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
77
77
  var AddMultipleResponsibilityComponentNgFactory = i2.ɵccf("app-add-multiple-responsibility", i13.AddMultipleResponsibilityComponent, View_AddMultipleResponsibilityComponent_Host_0, {}, { pickerChanged: "pickerChanged", populateOption: "populateOption", closeWorkflow: "closeWorkflow", disconnectRefresh: "disconnectRefresh" }, []);
78
78
  export { AddMultipleResponsibilityComponentNgFactory as AddMultipleResponsibilityComponentNgFactory };
79
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkLW11bHRpcGxlLXJlc3BvbnNpYmlsaXR5LmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9hZGQtbXVsdGlwbGUtcmVzcG9uc2liaWxpdHkvYWRkLW11bHRpcGxlLXJlc3BvbnNpYmlsaXR5LmNvbXBvbmVudC5uZ2ZhY3RvcnkudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9hZGQtbXVsdGlwbGUtcmVzcG9uc2liaWxpdHkvYWRkLW11bHRpcGxlLXJlc3BvbnNpYmlsaXR5LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7NkVDYVksNEtBQ21HLFlBQW5HOzt3QkFBNEI7TUFENUIsd0JBQ21HLEtBQXhELDRGQUE2QixLQUFaLG1DQUFRLE1BQUksK0NBQWtCOzZFQUMxRiwwR0FHTSxLQUhrRSxtREFFcEUsTUFBQSxxUEFBd0QseUJBQXZDLG1CQUFvQixFQUFyQyxZQUF3RCxFQUF2QyxTQUFvQjs2RUFFekMsNkVBTWUsS0FMWCwwR0FBbUYsS0FBcEQsNEZBQTZCLEtBQVosbUNBQVEsTUFBSSw4Q0FBaUIsTUFDN0UsdUdBR00sS0FIc0IsMERBRXhCLE1BQUEsbUlBQTRELFlBQXBEOzt3QkFBNEI7TUFBcEMsd0JBQTRELEtBQXZCLDJDQUFjOzZFQUczRCxvR0FDcUIsS0FBcEIsa0pBQWdCOzZFQUk3QixvTUFNa0QsWUFEbEQ7O3dCQUFtRTtNQUNuRTs7d0JBQWtCO01BTmxCLHNaQU1rRCxtREFMbEQsbUJBQXFELDJCQUNyRCxtQkFBcUIsV0FFckIsbUJBQTZCLGVBRDdCLG1CQUFpQixTQUhqQixZQU1rRCxFQUxsRCxTQUFxRCxFQUNyRCxTQUFxQixFQUVyQixTQUE2QixFQUQ3QixTQUFpQjs2RUFJakIsaVFBQXNEOzZFQUd0RDs7d0JBQWdNO01BQXpGOzt3QkFBeUI7TUFBQzs7d0JBQW1DO01BQXBLLG1SQUFnTSxtREFBbkosbUJBQXlCLGdCQUFDLG1CQUErQixnQkFBdEcsWUFBZ00sRUFBbkosU0FBeUIsRUFBQyxTQUErQjtvRkF6Q3RHLHFIQThCTSxLQTVCRixnSEEyQk0sS0ExQkYscUhBeUJNLEtBeEJGLDhGQUVNLEtBREYsd0xBQXlHLEtBRTdHLDJFQUEwRSxLQUF0RSw4RkFBaUUsTUFDckUsNEZBR0ssS0FGRCwyRUFBdUQsS0FBbkQsMkVBQThDLE1BQ2xELDRFQUFxRCxLQUFqRCw4RUFBNEMsTUFHcEQsb01BQ21HLElBQ25HLG9NQUdNLElBQ04sb01BTWUsSUFDZixvTUFDcUIsSUFJakMsb01BTWtELElBQ2xELG9NQUFzRCxJQUV0RDs7Ozs7Ozs7Ozs7d0JBQTBIO01BQXZHOzt3QkFBdUI7TUFBcUM7O3dCQUErQjtNQUE5RyxzakJBQTBILElBQzFILG9NQUFnTSxpREE1QjNKLHlEQUE0QyxHQUFyRSxhQUNtRyxFQUQxRSxTQUE0QyxHQUV0QyxxREFBd0MsR0FBdkUsYUFHTSxFQUh5QixTQUF3QyxHQUl6RCxvREFBdUMsR0FBckQsYUFNZSxFQU5ELFNBQXVDLEdBTzVCLDhEQUFrRCxlQUEzRSxhQUNxQixFQURJLFNBQWtELEdBS3pELG1CQUFpQixZQUEvQyxhQU1rRCxFQU5wQixTQUFpQixHQU81QixtQkFBYyxTQUFqQyxhQUFzRCxFQUFuQyxTQUFjLEdBRWQsb0JBQXVCLFlBQTFDLGFBQTBILEVBQXZHLFVBQXVCLEdBQ2hCLG9CQUFrQixhQUE1QyxhQUFnTSxFQUF0SyxVQUFrQiwyQkF6Q2IsaUNBQTZCLEVBQTVELFlBOEJNLEVBOUJ5QixTQUE2QixHQXdDNUQsMGFBQTBIIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiPGRpdiBjbGFzcz1cImFkZC1tdWx0aXBsZS1yaXNrXCIgW2F0dHIuaWRdPVwiJ3Njcm9sbFJlZmVyZW5jZSdcIiA+XHJcbiAgICA8IS0tIG1haW4gY29udGFpbmVyIHN0YXJ0cyBoZXJlIC0tPlxyXG4gICAgPGRpdiBjbGFzcz1cImFkZC1tdWx0aXBsZS1yaXNrLWJvZHlcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiYWRkLW11bHRpcGxlLXJpc2stY29udGFpbmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbWFnZVwiPlxyXG4gICAgICAgICAgICAgICAgPGltZyBzcmM9XCJodHRwczovL2Nkbi52LWNvbXBseS5jb20vbGlicmFyaWVzL3dvcmtmbG93LWVuZ2luZS9hc3NldHMvd29ya2Zsb3cvbW9yZS1zZXR0aW5ncy5zdmdcIiBhbHQ9XCJcIiAvPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGg0PllvdSBjYW4gZW50cnVzdCBtdWx0aXBsZSByZXNwb25zaWJpbGl0aWVzIGluIGp1c3QgdHdvIGVhc3kgc3RlcHM6PC9oND5cclxuICAgICAgICAgICAgPHVsIGNsYXNzPVwibGlzdFwiPlxyXG4gICAgICAgICAgICAgICAgPGxpPkRvd25sb2FkIHRoZSB0ZW1wbGF0ZSBhbmQgZmlsbCBpbiB0aGUgZGV0YWlscy48L2xpPlxyXG4gICAgICAgICAgICAgICAgPGxpPlVwbG9hZCB0aGUgLnhsc3ggZmlsZSBhbmQgeW914oCZcmUgZ29vZCB0byBnbyE8L2xpPlxyXG4gICAgICAgICAgICA8L3VsPlxyXG5cclxuICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cImRvd25sb2FkXCIgKm5nSWY9XCJkb3dubG9hZFN0YXR1cyA9PT0gJ05PVF9ET1dOTE9BRElORydcIlxyXG4gICAgICAgICAgICAoY2xpY2spPVwiZG93bmxvYWRUZW1wbGF0ZSgpXCIgdHlwZT1cImJ1dHRvblwiPjxpIGNsYXNzPVwiaWNvbnNcIj4mI3hlOWVmOzwvaT4gRG93bmxvYWQgVGVtcGxhdGU8L2J1dHRvbj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ1bGstYnRuLXByb2dyZXNzXCIgKm5nSWY9XCJkb3dubG9hZFN0YXR1cyA9PT0gJ0RPV05MT0FESU5HJ1wiPlxyXG4gICAgICAgICAgICAgICAgRG93bmxvYWQgaW4gUHJvZ3Jlc3NcclxuICAgICAgICAgICAgICAgIDxhcHAtbGluZS1sb2FkZXIgW2xvYWRlckhlaWdodF09XCInMidcIj48L2FwcC1saW5lLWxvYWRlcj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJkb3dubG9hZFN0YXR1cyA9PT0gJ0RPV05MT0FERUQnXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnVsay1idG4tcHJvZ3Jlc3NcIj48aSBjbGFzcz1cImljb25zXCI+JiN4ZTkxYzs8L2k+RG93bmxvYWQgQ29tcGxldGU8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidWxrLWJ0bi1hZ2FpblwiPlxyXG4gICAgICAgICAgICAgICAgICAgIElzIHRoZSBmaWxlIG5vdCBkb3dubG9hZGVkP1xyXG4gICAgICAgICAgICAgICAgICAgIDxidXR0b24gKGNsaWNrKT1cImRvd25sb2FkVGVtcGxhdGUoKVwiPlJldHJ5IERvd25sb2FkPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgICAgICAgIDxwIGNsYXNzPVwiZXJyb3ItbWVzc2FnZVwiICpuZ0lmPVwiaXNXcm9uZ0ZpbGUgfHwgaXNXcm9uZ0Zvcm1hdHx8IGlzRmlsZUVtcHR5XCJcclxuICAgICAgICAgICAgPnt7ZXJyb3JNZXNzYWdlfX08L3A+ICBcclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG48L2Rpdj5cclxuPGFwcC1idWxrLXJlc3BvbnNpYmlsaXR5LXZpZXcgKm5nSWY9XCJzaG93RXhjZWxcIlxyXG5bcmVzcG9uc2liaWxpdHlCdWxrVXBsb2FkXT1cInJlc3BvbnNpYmlsaXR5QnVsa1VwbG9hZFwiXHJcbltmaWxlTmFtZV09XCJmaWxlTmFtZVwiXHJcbltsb2FkZXJdPVwibG9hZGVyXCJcclxuW2RlZmF1bHRPd25lcl09XCJkZWZhdWx0T3duZXJcIlxyXG4oc3VibWl0UmVzcG9uc2liaWxpdHlCdWxrVXBsb2FkKT1cInN1Ym1pdFJlc3BvbnNpYmlsaXR5QnVsa1VwbG9hZCgpXCJcclxuKGNhbmNlbCk9XCJyZXNldCgpXCI+PC9hcHAtYnVsay1yZXNwb25zaWJpbGl0eS12aWV3PlxyXG48YXBwLWxvYWRlci1pbmxpbmUgKm5nSWY9XCJsb2FkZXJcIj48L2FwcC1sb2FkZXItaW5saW5lPlxyXG5cclxuPGlucHV0IHR5cGU9XCJmaWxlXCIgWyhuZ01vZGVsKV09XCJmaWxlVmFsdWVcIiBpZD1cImZpbGVJbnB1dFwiIGNsYXNzPVwiaGlkZGVuLWlucHV0XCIgKGNoYW5nZSk9XCJ1cGxvYWRlZEZpbGUoJGV2ZW50KVwiIG11bHRpcGxlIC8+XHJcbjxhcHAtc21pbGV5LWRpYWxvZy1pbmxpbmUgKm5nSWY9XCJzaG93U21pbGV5XCIgW21lc3NhZ2VdPVwic21pbGV5TWVzc2FnZVwiIFthY3Rpb25CdXR0b25zXT1cImFjdGlvbkJ1dHRvbnNcIiAoYWN0aW9uKT1cImFjdGlvbigkZXZlbnQpXCIgKGNsb3NlU21pbGV5KT1cImNsb3NlU21pbGV5KCRldmVudClcIj48L2FwcC1zbWlsZXktZGlhbG9nLWlubGluZT4iXX0=
79
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkLW11bHRpcGxlLXJlc3BvbnNpYmlsaXR5LmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9hZGQtbXVsdGlwbGUtcmVzcG9uc2liaWxpdHkvYWRkLW11bHRpcGxlLXJlc3BvbnNpYmlsaXR5LmNvbXBvbmVudC5uZ2ZhY3RvcnkudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9hZGQtbXVsdGlwbGUtcmVzcG9uc2liaWxpdHkvYWRkLW11bHRpcGxlLXJlc3BvbnNpYmlsaXR5LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7NkVDYVksNEtBQ21HLFlBQW5HOzt3QkFBNEI7TUFENUIsd0JBQ21HLEtBQXhELDRGQUE2QixLQUFaLG1DQUFRLE1BQUksK0NBQWtCOzZFQUMxRiwwR0FHTSxLQUhrRSxtREFFcEUsTUFBQSxxUEFBd0QseUJBQXZDLG1CQUFvQixFQUFyQyxZQUF3RCxFQUF2QyxTQUFvQjs2RUFFekMsNkVBTWUsS0FMWCwwR0FBbUYsS0FBcEQsNEZBQTZCLEtBQVosbUNBQVEsTUFBSSw4Q0FBaUIsTUFDN0UsdUdBR00sS0FIc0IsMERBRXhCLE1BQUEsbUlBQTRELFlBQXBEOzt3QkFBNEI7TUFBcEMsd0JBQTRELEtBQXZCLDJDQUFjOzZFQUczRCxvR0FDcUIsS0FBcEIsa0pBQWdCOzZFQUk3QixvTUFNa0QsWUFEbEQ7O3dCQUFtRTtNQUNuRTs7d0JBQWtCO01BTmxCLHNaQU1rRCxtREFMbEQsbUJBQXFELDJCQUNyRCxtQkFBcUIsV0FFckIsbUJBQTZCLGVBRDdCLG1CQUFpQixTQUhqQixZQU1rRCxFQUxsRCxTQUFxRCxFQUNyRCxTQUFxQixFQUVyQixTQUE2QixFQUQ3QixTQUFpQjs2RUFJakIsaVFBQXNEOzZFQUd0RDs7d0JBQWdNO01BQXpGOzt3QkFBeUI7TUFBQzs7d0JBQW1DO01BQXBLLG1SQUFnTSxtREFBbkosbUJBQXlCLGdCQUFDLG1CQUErQixnQkFBdEcsWUFBZ00sRUFBbkosU0FBeUIsRUFBQyxTQUErQjtvRkF6Q3RHLHFIQThCTSxLQTVCRixnSEEyQk0sS0ExQkYscUhBeUJNLEtBeEJGLDhGQUVNLEtBREYsd01BQXlILEtBRTdILDJFQUEwRSxLQUF0RSw4RkFBaUUsTUFDckUsNEZBR0ssS0FGRCwyRUFBdUQsS0FBbkQsMkVBQThDLE1BQ2xELDRFQUFxRCxLQUFqRCw4RUFBNEMsTUFHcEQsb01BQ21HLElBQ25HLG9NQUdNLElBQ04sb01BTWUsSUFDZixvTUFDcUIsSUFJakMsb01BTWtELElBQ2xELG9NQUFzRCxJQUV0RDs7Ozs7Ozs7Ozs7d0JBQTBIO01BQXZHOzt3QkFBdUI7TUFBcUM7O3dCQUErQjtNQUE5RyxzakJBQTBILElBQzFILG9NQUFnTSxpREE1QjNKLHlEQUE0QyxHQUFyRSxhQUNtRyxFQUQxRSxTQUE0QyxHQUV0QyxxREFBd0MsR0FBdkUsYUFHTSxFQUh5QixTQUF3QyxHQUl6RCxvREFBdUMsR0FBckQsYUFNZSxFQU5ELFNBQXVDLEdBTzVCLDhEQUFrRCxlQUEzRSxhQUNxQixFQURJLFNBQWtELEdBS3pELG1CQUFpQixZQUEvQyxhQU1rRCxFQU5wQixTQUFpQixHQU81QixtQkFBYyxTQUFqQyxhQUFzRCxFQUFuQyxTQUFjLEdBRWQsb0JBQXVCLFlBQTFDLGFBQTBILEVBQXZHLFVBQXVCLEdBQ2hCLG9CQUFrQixhQUE1QyxhQUFnTSxFQUF0SyxVQUFrQiwyQkF6Q2IsaUNBQTZCLEVBQTVELFlBOEJNLEVBOUJ5QixTQUE2QixHQXdDNUQsMGFBQTBIIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiPGRpdiBjbGFzcz1cImFkZC1tdWx0aXBsZS1yaXNrXCIgW2F0dHIuaWRdPVwiJ3Njcm9sbFJlZmVyZW5jZSdcIiA+XHJcbiAgICA8IS0tIG1haW4gY29udGFpbmVyIHN0YXJ0cyBoZXJlIC0tPlxyXG4gICAgPGRpdiBjbGFzcz1cImFkZC1tdWx0aXBsZS1yaXNrLWJvZHlcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiYWRkLW11bHRpcGxlLXJpc2stY29udGFpbmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbWFnZVwiPlxyXG4gICAgICAgICAgICAgICAgPGltZyBzcmM9XCJodHRwczovL2Nkbi52LWNvbXBseS5jb20vbGlicmFyaWVzL3dvcmtmbG93LWVuZ2luZS9hc3NldHMvd29ya2Zsb3cvc3ByZWFkc2hlZXQtbXVsdGlwbGUtY2F0ZWdvcnkuc3ZnXCIgYWx0PVwiXCIgLz5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxoND5Zb3UgY2FuIGVudHJ1c3QgbXVsdGlwbGUgcmVzcG9uc2liaWxpdGllcyBpbiBqdXN0IHR3byBlYXN5IHN0ZXBzOjwvaDQ+XHJcbiAgICAgICAgICAgIDx1bCBjbGFzcz1cImxpc3RcIj5cclxuICAgICAgICAgICAgICAgIDxsaT5Eb3dubG9hZCB0aGUgdGVtcGxhdGUgYW5kIGZpbGwgaW4gdGhlIGRldGFpbHMuPC9saT5cclxuICAgICAgICAgICAgICAgIDxsaT5VcGxvYWQgdGhlIC54bHN4IGZpbGUgYW5kIHlvdeKAmXJlIGdvb2QgdG8gZ28hPC9saT5cclxuICAgICAgICAgICAgPC91bD5cclxuXHJcbiAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJkb3dubG9hZFwiICpuZ0lmPVwiZG93bmxvYWRTdGF0dXMgPT09ICdOT1RfRE9XTkxPQURJTkcnXCJcclxuICAgICAgICAgICAgKGNsaWNrKT1cImRvd25sb2FkVGVtcGxhdGUoKVwiIHR5cGU9XCJidXR0b25cIj48aSBjbGFzcz1cImljb25zXCI+JiN4ZTkxYjs8L2k+IERvd25sb2FkIFRlbXBsYXRlPC9idXR0b24+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidWxrLWJ0bi1wcm9ncmVzc1wiICpuZ0lmPVwiZG93bmxvYWRTdGF0dXMgPT09ICdET1dOTE9BRElORydcIj5cclxuICAgICAgICAgICAgICAgIERvd25sb2FkIGluIFByb2dyZXNzXHJcbiAgICAgICAgICAgICAgICA8YXBwLWxpbmUtbG9hZGVyIFtsb2FkZXJIZWlnaHRdPVwiJzInXCI+PC9hcHAtbGluZS1sb2FkZXI+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiZG93bmxvYWRTdGF0dXMgPT09ICdET1dOTE9BREVEJ1wiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ1bGstYnRuLXByb2dyZXNzXCI+PGkgY2xhc3M9XCJpY29uc1wiPiYjeGU5MWM7PC9pPkRvd25sb2FkIENvbXBsZXRlPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnVsay1idG4tYWdhaW5cIj5cclxuICAgICAgICAgICAgICAgICAgICBJcyB0aGUgZmlsZSBub3QgZG93bmxvYWRlZD9cclxuICAgICAgICAgICAgICAgICAgICA8YnV0dG9uIChjbGljayk9XCJkb3dubG9hZFRlbXBsYXRlKClcIj5SZXRyeSBEb3dubG9hZDwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgICAgICA8cCBjbGFzcz1cImVycm9yLW1lc3NhZ2VcIiAqbmdJZj1cImlzV3JvbmdGaWxlIHx8IGlzV3JvbmdGb3JtYXR8fCBpc0ZpbGVFbXB0eVwiXHJcbiAgICAgICAgICAgID57e2Vycm9yTWVzc2FnZX19PC9wPiAgXHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9kaXY+XHJcbjxhcHAtYnVsay1yZXNwb25zaWJpbGl0eS12aWV3ICpuZ0lmPVwic2hvd0V4Y2VsXCJcclxuW3Jlc3BvbnNpYmlsaXR5QnVsa1VwbG9hZF09XCJyZXNwb25zaWJpbGl0eUJ1bGtVcGxvYWRcIlxyXG5bZmlsZU5hbWVdPVwiZmlsZU5hbWVcIlxyXG5bbG9hZGVyXT1cImxvYWRlclwiXHJcbltkZWZhdWx0T3duZXJdPVwiZGVmYXVsdE93bmVyXCJcclxuKHN1Ym1pdFJlc3BvbnNpYmlsaXR5QnVsa1VwbG9hZCk9XCJzdWJtaXRSZXNwb25zaWJpbGl0eUJ1bGtVcGxvYWQoKVwiXHJcbihjYW5jZWwpPVwicmVzZXQoKVwiPjwvYXBwLWJ1bGstcmVzcG9uc2liaWxpdHktdmlldz5cclxuPGFwcC1sb2FkZXItaW5saW5lICpuZ0lmPVwibG9hZGVyXCI+PC9hcHAtbG9hZGVyLWlubGluZT5cclxuXHJcbjxpbnB1dCB0eXBlPVwiZmlsZVwiIFsobmdNb2RlbCldPVwiZmlsZVZhbHVlXCIgaWQ9XCJmaWxlSW5wdXRcIiBjbGFzcz1cImhpZGRlbi1pbnB1dFwiIChjaGFuZ2UpPVwidXBsb2FkZWRGaWxlKCRldmVudClcIiBtdWx0aXBsZSAvPlxyXG48YXBwLXNtaWxleS1kaWFsb2ctaW5saW5lICpuZ0lmPVwic2hvd1NtaWxleVwiIFttZXNzYWdlXT1cInNtaWxleU1lc3NhZ2VcIiBbYWN0aW9uQnV0dG9uc109XCJhY3Rpb25CdXR0b25zXCIgKGFjdGlvbik9XCJhY3Rpb24oJGV2ZW50KVwiIChjbG9zZVNtaWxleSk9XCJjbG9zZVNtaWxleSgkZXZlbnQpXCI+PC9hcHAtc21pbGV5LWRpYWxvZy1pbmxpbmU+XHJcbiJdfQ==