vcomply-workflow-engine 1.1.5 → 1.1.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 (520) hide show
  1. package/bundles/vcomply-workflow-engine.umd.js +209 -63
  2. package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
  3. package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.js +1 -1
  4. package/esm2015/lib/add-multiple-risk/add-multiple-risk.component.js +1 -1
  5. package/esm2015/lib/interfaces/confirmation-alert.js +1 -1
  6. package/esm2015/lib/log-an-issue/log-an-issue.component.js +1 -1
  7. package/esm2015/lib/more-option/more-option.component.js +52 -6
  8. package/esm2015/lib/more-option/more-option.component.ngfactory.js +2 -3
  9. package/esm2015/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.js +1 -1
  10. package/esm2015/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.js +5 -4
  11. package/esm2015/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.ngfactory.js +88 -82
  12. package/esm2015/lib/sharedComponents/floating-bar/floating-bar.component.js +1 -1
  13. package/esm2015/lib/sharedComponents/format-and-evidence/format-and-evidence.component.js +1 -1
  14. package/esm2015/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.js +2 -2
  15. package/esm2015/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.ngfactory.js +3 -3
  16. package/esm2015/lib/sharedComponents/risk-classification/risk-classification.component.js +1 -1
  17. package/esm2015/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.js +2 -2
  18. package/esm2015/lib/workflow-assessment/workflow-assessment.component.js +1 -1
  19. package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +76 -27
  20. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +112 -76
  21. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngsummary.json +1 -1
  22. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +66 -17
  23. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +7 -4
  24. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngsummary.json +1 -1
  25. package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
  26. package/esm2015/lib/workflow-policy/workflow-policy.component.js +1 -1
  27. package/esm2015/lib/workflow-risk/workflow-risk.component.js +1 -1
  28. package/esm2015/lib/workflow-survey-form/workflow-survey-form.component.js +1 -1
  29. package/fesm2015/vcomply-workflow-engine.js +208 -63
  30. package/fesm2015/vcomply-workflow-engine.js.map +1 -1
  31. package/lib/add-multiple-responsibility/add-multiple-responsibility.component.d.ts.__ivy_ngcc_bak +81 -0
  32. package/lib/add-multiple-responsibility/add-multiple-responsibility.component.d.ts.map +1 -0
  33. package/lib/add-multiple-risk/add-multiple-risk.component.d.ts.__ivy_ngcc_bak +65 -0
  34. package/lib/add-multiple-risk/add-multiple-risk.component.d.ts.map +1 -0
  35. package/lib/confirmation-alert/confirmation-alert.component.d.ts.__ivy_ngcc_bak +10 -0
  36. package/lib/confirmation-alert/confirmation-alert.component.d.ts.map +1 -0
  37. package/lib/create-documents/create-documents.component.d.ts.__ivy_ngcc_bak +36 -0
  38. package/lib/create-documents/create-documents.component.d.ts.map +1 -0
  39. package/lib/formgroup/cs-checkbox/cs-checkbox.component.d.ts.__ivy_ngcc_bak +13 -0
  40. package/lib/formgroup/cs-checkbox/cs-checkbox.component.d.ts.map +1 -0
  41. package/lib/formgroup/cs-radio/cs-radio.component.d.ts.__ivy_ngcc_bak +13 -0
  42. package/lib/formgroup/cs-radio/cs-radio.component.d.ts.map +1 -0
  43. package/lib/formgroup/cs-radio-group/cs-radio-group.component.d.ts.__ivy_ngcc_bak +5 -0
  44. package/lib/formgroup/cs-radio-group/cs-radio-group.component.d.ts.map +1 -0
  45. package/lib/formgroup/cs-select/cs-select.component.d.ts.__ivy_ngcc_bak +31 -0
  46. package/lib/formgroup/cs-select/cs-select.component.d.ts.map +1 -0
  47. package/lib/formgroup/cs-switch/cs-switch.component.d.ts.__ivy_ngcc_bak +12 -0
  48. package/lib/formgroup/cs-switch/cs-switch.component.d.ts.map +1 -0
  49. package/lib/formgroup/formgroup.module.d.ts.__ivy_ngcc_bak +2 -0
  50. package/lib/formgroup/formgroup.module.d.ts.map +1 -0
  51. package/lib/formgroup/pipes/pascal.pipe.d.ts.__ivy_ngcc_bak +4 -0
  52. package/lib/formgroup/pipes/pascal.pipe.d.ts.map +1 -0
  53. package/lib/formgroup/select/cs-option/cs-option.component.d.ts.__ivy_ngcc_bak +15 -0
  54. package/lib/formgroup/select/cs-option/cs-option.component.d.ts.map +1 -0
  55. package/lib/formgroup/select/cs-select/cs-select.component.d.ts.__ivy_ngcc_bak +34 -0
  56. package/lib/formgroup/select/cs-select/cs-select.component.d.ts.map +1 -0
  57. package/lib/formgroup/select/select.module.d.ts.__ivy_ngcc_bak +2 -0
  58. package/lib/formgroup/select/select.module.d.ts.map +1 -0
  59. package/lib/formgroup/select/select.service.d.ts.__ivy_ngcc_bak +15 -0
  60. package/lib/formgroup/select/select.service.d.ts.map +1 -0
  61. package/lib/interfaces/confirmation-alert.d.ts +1 -0
  62. package/lib/log-an-issue/log-an-issue.component.d.ts.__ivy_ngcc_bak +217 -0
  63. package/lib/log-an-issue/log-an-issue.component.d.ts.map +1 -0
  64. package/lib/more-option/more-option.component.d.ts +1 -1
  65. package/lib/more-option/more-option.component.d.ts.__ivy_ngcc_bak +17 -0
  66. package/lib/more-option/more-option.component.d.ts.map +1 -0
  67. package/lib/pipes/data-type.pipe.d.ts.__ivy_ngcc_bak +4 -0
  68. package/lib/pipes/data-type.pipe.d.ts.map +1 -0
  69. package/lib/pipes/list-mapper.pipe.d.ts.__ivy_ngcc_bak +4 -0
  70. package/lib/pipes/list-mapper.pipe.d.ts.map +1 -0
  71. package/lib/pipes/search.pipe.d.ts.__ivy_ngcc_bak +4 -0
  72. package/lib/pipes/search.pipe.d.ts.map +1 -0
  73. package/lib/pipes/space-breaker.pipe.d.ts.__ivy_ngcc_bak +4 -0
  74. package/lib/pipes/space-breaker.pipe.d.ts.map +1 -0
  75. package/lib/pipes/uncategorized-filter.pipe.d.ts.__ivy_ngcc_bak +4 -0
  76. package/lib/pipes/uncategorized-filter.pipe.d.ts.map +1 -0
  77. package/lib/pipes/user-filter.pipe.d.ts.__ivy_ngcc_bak +4 -0
  78. package/lib/pipes/user-filter.pipe.d.ts.map +1 -0
  79. package/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.d.ts.__ivy_ngcc_bak +117 -0
  80. package/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.d.ts.map +1 -0
  81. package/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.d.ts.__ivy_ngcc_bak +18 -0
  82. package/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.d.ts.map +1 -0
  83. package/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.d.ts.__ivy_ngcc_bak +10 -0
  84. package/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.d.ts.map +1 -0
  85. package/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.d.ts.__ivy_ngcc_bak +22 -0
  86. package/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.d.ts.map +1 -0
  87. package/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.d.ts.__ivy_ngcc_bak +47 -0
  88. package/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.d.ts.map +1 -0
  89. package/lib/sharedComponents/assessment-editor/components/build/build.module.d.ts.__ivy_ngcc_bak +2 -0
  90. package/lib/sharedComponents/assessment-editor/components/build/build.module.d.ts.map +1 -0
  91. package/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.d.ts.__ivy_ngcc_bak +11 -0
  92. package/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.d.ts.map +1 -0
  93. package/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.d.ts.__ivy_ngcc_bak +16 -0
  94. package/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.d.ts.map +1 -0
  95. package/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.d.ts.__ivy_ngcc_bak +6 -0
  96. package/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.d.ts.map +1 -0
  97. package/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.d.ts.__ivy_ngcc_bak +11 -0
  98. package/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.d.ts.map +1 -0
  99. package/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.d.ts.__ivy_ngcc_bak +5 -0
  100. package/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.d.ts.map +1 -0
  101. package/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.d.ts.__ivy_ngcc_bak +5 -0
  102. package/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.d.ts.map +1 -0
  103. package/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.d.ts.__ivy_ngcc_bak +5 -0
  104. package/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.d.ts.map +1 -0
  105. package/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.d.ts.__ivy_ngcc_bak +11 -0
  106. package/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.d.ts.map +1 -0
  107. package/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.d.ts.__ivy_ngcc_bak +5 -0
  108. package/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.d.ts.map +1 -0
  109. package/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.d.ts.__ivy_ngcc_bak +5 -0
  110. package/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.d.ts.map +1 -0
  111. package/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.d.ts.__ivy_ngcc_bak +5 -0
  112. package/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.d.ts.map +1 -0
  113. package/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.d.ts.__ivy_ngcc_bak +9 -0
  114. package/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.d.ts.map +1 -0
  115. package/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.d.ts.__ivy_ngcc_bak +5 -0
  116. package/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.d.ts.map +1 -0
  117. package/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.d.ts.__ivy_ngcc_bak +12 -0
  118. package/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.d.ts.map +1 -0
  119. package/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.d.ts.__ivy_ngcc_bak +5 -0
  120. package/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.d.ts.map +1 -0
  121. package/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.d.ts.__ivy_ngcc_bak +56 -0
  122. package/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.d.ts.map +1 -0
  123. package/lib/sharedComponents/assessment-editor/components/logic/logic.component.d.ts.__ivy_ngcc_bak +24 -0
  124. package/lib/sharedComponents/assessment-editor/components/logic/logic.component.d.ts.map +1 -0
  125. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.d.ts.__ivy_ngcc_bak +8 -0
  126. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.d.ts.map +1 -0
  127. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.d.ts.__ivy_ngcc_bak +5 -0
  128. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.d.ts.map +1 -0
  129. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.d.ts.__ivy_ngcc_bak +14 -0
  130. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.d.ts.map +1 -0
  131. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.d.ts.__ivy_ngcc_bak +9 -0
  132. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.d.ts.map +1 -0
  133. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.d.ts.__ivy_ngcc_bak +5 -0
  134. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.d.ts.map +1 -0
  135. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.d.ts.__ivy_ngcc_bak +8 -0
  136. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.d.ts.map +1 -0
  137. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.d.ts.__ivy_ngcc_bak +5 -0
  138. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.d.ts.map +1 -0
  139. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.d.ts.__ivy_ngcc_bak +2 -0
  140. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.d.ts.map +1 -0
  141. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.d.ts.__ivy_ngcc_bak +5 -0
  142. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.d.ts.map +1 -0
  143. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.d.ts.__ivy_ngcc_bak +9 -0
  144. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.d.ts.map +1 -0
  145. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.d.ts.__ivy_ngcc_bak +5 -0
  146. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.d.ts.map +1 -0
  147. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.d.ts.__ivy_ngcc_bak +5 -0
  148. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.d.ts.map +1 -0
  149. package/lib/sharedComponents/assessment-editor/components/move/move.component.d.ts.__ivy_ngcc_bak +22 -0
  150. package/lib/sharedComponents/assessment-editor/components/move/move.component.d.ts.map +1 -0
  151. package/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.d.ts.__ivy_ngcc_bak +8 -0
  152. package/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.d.ts.map +1 -0
  153. package/lib/sharedComponents/assessment-editor/components/pipes/current-page-question.pipe.d.ts.__ivy_ngcc_bak +4 -0
  154. package/lib/sharedComponents/assessment-editor/components/pipes/current-page-question.pipe.d.ts.map +1 -0
  155. package/lib/sharedComponents/assessment-editor/components/pipes/error-message.pipe.d.ts.__ivy_ngcc_bak +4 -0
  156. package/lib/sharedComponents/assessment-editor/components/pipes/error-message.pipe.d.ts.map +1 -0
  157. package/lib/sharedComponents/assessment-editor/components/pipes/formatter.pipe.d.ts.__ivy_ngcc_bak +4 -0
  158. package/lib/sharedComponents/assessment-editor/components/pipes/formatter.pipe.d.ts.map +1 -0
  159. package/lib/sharedComponents/assessment-editor/components/pipes/question-filter.pipe.d.ts.__ivy_ngcc_bak +4 -0
  160. package/lib/sharedComponents/assessment-editor/components/pipes/question-filter.pipe.d.ts.map +1 -0
  161. package/lib/sharedComponents/assessment-editor/components/pipes/question-page-filter.pipe.d.ts.__ivy_ngcc_bak +4 -0
  162. package/lib/sharedComponents/assessment-editor/components/pipes/question-page-filter.pipe.d.ts.map +1 -0
  163. package/lib/sharedComponents/assessment-editor/components/pipes/question-parser.pipe.d.ts.__ivy_ngcc_bak +4 -0
  164. package/lib/sharedComponents/assessment-editor/components/pipes/question-parser.pipe.d.ts.map +1 -0
  165. package/lib/sharedComponents/assessment-editor/components/pipes/type-of.pipe.d.ts.__ivy_ngcc_bak +4 -0
  166. package/lib/sharedComponents/assessment-editor/components/pipes/type-of.pipe.d.ts.map +1 -0
  167. package/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.d.ts.__ivy_ngcc_bak +8 -0
  168. package/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.d.ts.map +1 -0
  169. package/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.d.ts.__ivy_ngcc_bak +5 -0
  170. package/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.d.ts.map +1 -0
  171. package/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.d.ts.__ivy_ngcc_bak +11 -0
  172. package/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.d.ts.map +1 -0
  173. package/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.d.ts.__ivy_ngcc_bak +8 -0
  174. package/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.d.ts.map +1 -0
  175. package/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.d.ts.__ivy_ngcc_bak +8 -0
  176. package/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.d.ts.map +1 -0
  177. package/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.d.ts.__ivy_ngcc_bak +5 -0
  178. package/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.d.ts.map +1 -0
  179. package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.d.ts.__ivy_ngcc_bak +7 -0
  180. package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.d.ts.map +1 -0
  181. package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.d.ts.__ivy_ngcc_bak +7 -0
  182. package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.d.ts.map +1 -0
  183. package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.d.ts.__ivy_ngcc_bak +8 -0
  184. package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.d.ts.map +1 -0
  185. package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.d.ts.__ivy_ngcc_bak +5 -0
  186. package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.d.ts.map +1 -0
  187. package/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.d.ts.__ivy_ngcc_bak +5 -0
  188. package/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.d.ts.map +1 -0
  189. package/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.d.ts.__ivy_ngcc_bak +6 -0
  190. package/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.d.ts.map +1 -0
  191. package/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.d.ts.__ivy_ngcc_bak +5 -0
  192. package/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.d.ts.map +1 -0
  193. package/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.d.ts.__ivy_ngcc_bak +5 -0
  194. package/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.d.ts.map +1 -0
  195. package/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.d.ts.__ivy_ngcc_bak +27 -0
  196. package/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.d.ts.map +1 -0
  197. package/lib/sharedComponents/assessment-editor/components/preview/preview.module.d.ts.__ivy_ngcc_bak +2 -0
  198. package/lib/sharedComponents/assessment-editor/components/preview/preview.module.d.ts.map +1 -0
  199. package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.d.ts.__ivy_ngcc_bak +5 -0
  200. package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.d.ts.map +1 -0
  201. package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.d.ts.__ivy_ngcc_bak +5 -0
  202. package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.d.ts.map +1 -0
  203. package/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.d.ts.__ivy_ngcc_bak +6 -0
  204. package/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.d.ts.map +1 -0
  205. package/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.d.ts.__ivy_ngcc_bak +28 -0
  206. package/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.d.ts.map +1 -0
  207. package/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.d.ts.__ivy_ngcc_bak +11 -0
  208. package/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.d.ts.map +1 -0
  209. package/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.d.ts.__ivy_ngcc_bak +16 -0
  210. package/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.d.ts.map +1 -0
  211. package/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.d.ts.__ivy_ngcc_bak +47 -0
  212. package/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.d.ts.map +1 -0
  213. package/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.d.ts.__ivy_ngcc_bak +35 -0
  214. package/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.d.ts.map +1 -0
  215. package/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.d.ts.__ivy_ngcc_bak +8 -0
  216. package/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.d.ts.map +1 -0
  217. package/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.d.ts.__ivy_ngcc_bak +12 -0
  218. package/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.d.ts.map +1 -0
  219. package/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.d.ts.__ivy_ngcc_bak +66 -0
  220. package/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.d.ts.map +1 -0
  221. package/lib/sharedComponents/assessment-editor/create-assessment.module.d.ts.__ivy_ngcc_bak +2 -0
  222. package/lib/sharedComponents/assessment-editor/create-assessment.module.d.ts.map +1 -0
  223. package/lib/sharedComponents/assessment-editor/services/editor.service.d.ts.__ivy_ngcc_bak +185 -0
  224. package/lib/sharedComponents/assessment-editor/services/editor.service.d.ts.map +1 -0
  225. package/lib/sharedComponents/assessment-editor/services/result-criteria.service.d.ts.__ivy_ngcc_bak +4 -0
  226. package/lib/sharedComponents/assessment-editor/services/result-criteria.service.d.ts.map +1 -0
  227. package/lib/sharedComponents/assessment-editor/services/validator.service.d.ts.__ivy_ngcc_bak +31 -0
  228. package/lib/sharedComponents/assessment-editor/services/validator.service.d.ts.map +1 -0
  229. package/lib/sharedComponents/assessment-list/assessment-list-loader/assessment-list-loader.component.d.ts.__ivy_ngcc_bak +5 -0
  230. package/lib/sharedComponents/assessment-list/assessment-list-loader/assessment-list-loader.component.d.ts.map +1 -0
  231. package/lib/sharedComponents/assessment-list/assessment-list-sub-loader/assessment-list-sub-loader.component.d.ts.__ivy_ngcc_bak +5 -0
  232. package/lib/sharedComponents/assessment-list/assessment-list-sub-loader/assessment-list-sub-loader.component.d.ts.map +1 -0
  233. package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts.__ivy_ngcc_bak +80 -0
  234. package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts.map +1 -0
  235. package/lib/sharedComponents/assessment-list/service/assessment.service.d.ts.__ivy_ngcc_bak +10 -0
  236. package/lib/sharedComponents/assessment-list/service/assessment.service.d.ts.map +1 -0
  237. package/lib/sharedComponents/assessment-preview/assessment-preview.module.d.ts.__ivy_ngcc_bak +2 -0
  238. package/lib/sharedComponents/assessment-preview/assessment-preview.module.d.ts.map +1 -0
  239. package/lib/sharedComponents/assessment-preview/checkbox-question/checkbox-question.component.d.ts.__ivy_ngcc_bak +9 -0
  240. package/lib/sharedComponents/assessment-preview/checkbox-question/checkbox-question.component.d.ts.map +1 -0
  241. package/lib/sharedComponents/assessment-preview/date-time/date-time.component.d.ts.__ivy_ngcc_bak +12 -0
  242. package/lib/sharedComponents/assessment-preview/date-time/date-time.component.d.ts.map +1 -0
  243. package/lib/sharedComponents/assessment-preview/device/device.component.d.ts.__ivy_ngcc_bak +7 -0
  244. package/lib/sharedComponents/assessment-preview/device/device.component.d.ts.map +1 -0
  245. package/lib/sharedComponents/assessment-preview/file-upload/file-upload.component.d.ts.__ivy_ngcc_bak +7 -0
  246. package/lib/sharedComponents/assessment-preview/file-upload/file-upload.component.d.ts.map +1 -0
  247. package/lib/sharedComponents/assessment-preview/page-header/page-header.component.d.ts.__ivy_ngcc_bak +7 -0
  248. package/lib/sharedComponents/assessment-preview/page-header/page-header.component.d.ts.map +1 -0
  249. package/lib/sharedComponents/assessment-preview/preview/preview.component.d.ts.__ivy_ngcc_bak +11 -0
  250. package/lib/sharedComponents/assessment-preview/preview/preview.component.d.ts.map +1 -0
  251. package/lib/sharedComponents/assessment-preview/preview-container/preview-container.component.d.ts.__ivy_ngcc_bak +5 -0
  252. package/lib/sharedComponents/assessment-preview/preview-container/preview-container.component.d.ts.map +1 -0
  253. package/lib/sharedComponents/assessment-preview/quick-settings/quick-settings.component.d.ts.__ivy_ngcc_bak +6 -0
  254. package/lib/sharedComponents/assessment-preview/quick-settings/quick-settings.component.d.ts.map +1 -0
  255. package/lib/sharedComponents/assessment-preview/radio-question/radio-question.component.d.ts.__ivy_ngcc_bak +9 -0
  256. package/lib/sharedComponents/assessment-preview/radio-question/radio-question.component.d.ts.map +1 -0
  257. package/lib/sharedComponents/assessment-preview/select-question/select-question.component.d.ts.__ivy_ngcc_bak +9 -0
  258. package/lib/sharedComponents/assessment-preview/select-question/select-question.component.d.ts.map +1 -0
  259. package/lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component.d.ts.__ivy_ngcc_bak +7 -0
  260. package/lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component.d.ts.map +1 -0
  261. package/lib/sharedComponents/assessment-preview/welcome/welcome.component.d.ts.__ivy_ngcc_bak +6 -0
  262. package/lib/sharedComponents/assessment-preview/welcome/welcome.component.d.ts.map +1 -0
  263. package/lib/sharedComponents/audit-category-list/audit-category-list.component.d.ts.__ivy_ngcc_bak +19 -0
  264. package/lib/sharedComponents/audit-category-list/audit-category-list.component.d.ts.map +1 -0
  265. package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts.__ivy_ngcc_bak +14 -0
  266. package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts.map +1 -0
  267. package/lib/sharedComponents/bulk-view/bulk-view.component.d.ts.__ivy_ngcc_bak +17 -0
  268. package/lib/sharedComponents/bulk-view/bulk-view.component.d.ts.map +1 -0
  269. package/lib/sharedComponents/category-list/category-list.component.d.ts.__ivy_ngcc_bak +19 -0
  270. package/lib/sharedComponents/category-list/category-list.component.d.ts.map +1 -0
  271. package/lib/sharedComponents/category-multiselect/category-multi-select.component.d.ts.__ivy_ngcc_bak +28 -0
  272. package/lib/sharedComponents/category-multiselect/category-multi-select.component.d.ts.map +1 -0
  273. package/lib/sharedComponents/checkbox-list/checkbox-list.component.d.ts.__ivy_ngcc_bak +22 -0
  274. package/lib/sharedComponents/checkbox-list/checkbox-list.component.d.ts.map +1 -0
  275. package/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.d.ts.__ivy_ngcc_bak +35 -0
  276. package/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.d.ts.map +1 -0
  277. package/lib/sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component.d.ts.__ivy_ngcc_bak +8 -0
  278. package/lib/sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component.d.ts.map +1 -0
  279. package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts.__ivy_ngcc_bak +38 -0
  280. package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts.map +1 -0
  281. package/lib/sharedComponents/checkpoint-floating-bar/checkpoint-floating-bar.component.d.ts.__ivy_ngcc_bak +15 -0
  282. package/lib/sharedComponents/checkpoint-floating-bar/checkpoint-floating-bar.component.d.ts.map +1 -0
  283. package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-container/checkpoints-policy-container.component.d.ts.__ivy_ngcc_bak +16 -0
  284. package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-container/checkpoints-policy-container.component.d.ts.map +1 -0
  285. package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-list/checkpoints-policy-list.component.d.ts.__ivy_ngcc_bak +5 -0
  286. package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-list/checkpoints-policy-list.component.d.ts.map +1 -0
  287. package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-questions/checkpoints-policy-questions.component.d.ts.__ivy_ngcc_bak +33 -0
  288. package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-questions/checkpoints-policy-questions.component.d.ts.map +1 -0
  289. package/lib/sharedComponents/directive/autofocus.directive.d.ts.__ivy_ngcc_bak +6 -0
  290. package/lib/sharedComponents/directive/autofocus.directive.d.ts.map +1 -0
  291. package/lib/sharedComponents/directive/conditional-focus.directive.d.ts.__ivy_ngcc_bak +9 -0
  292. package/lib/sharedComponents/directive/conditional-focus.directive.d.ts.map +1 -0
  293. package/lib/sharedComponents/directive/drag-drop.directive.d.ts.__ivy_ngcc_bak +8 -0
  294. package/lib/sharedComponents/directive/drag-drop.directive.d.ts.map +1 -0
  295. package/lib/sharedComponents/directive/scroll-in-view.directive.d.ts.__ivy_ngcc_bak +9 -0
  296. package/lib/sharedComponents/directive/scroll-in-view.directive.d.ts.map +1 -0
  297. package/lib/sharedComponents/document-section/document-section.component.d.ts.__ivy_ngcc_bak +38 -0
  298. package/lib/sharedComponents/document-section/document-section.component.d.ts.map +1 -0
  299. package/lib/sharedComponents/floating-bar/floating-bar.component.d.ts.__ivy_ngcc_bak +32 -0
  300. package/lib/sharedComponents/floating-bar/floating-bar.component.d.ts.map +1 -0
  301. package/lib/sharedComponents/format-and-evidence/format-and-evidence.component.d.ts.__ivy_ngcc_bak +41 -0
  302. package/lib/sharedComponents/format-and-evidence/format-and-evidence.component.d.ts.map +1 -0
  303. package/lib/sharedComponents/framework-list/framework-list.component.d.ts.__ivy_ngcc_bak +22 -0
  304. package/lib/sharedComponents/framework-list/framework-list.component.d.ts.map +1 -0
  305. package/lib/sharedComponents/framework-list/parent-table/parent-table.component.d.ts.__ivy_ngcc_bak +26 -0
  306. package/lib/sharedComponents/framework-list/parent-table/parent-table.component.d.ts.map +1 -0
  307. package/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.d.ts.__ivy_ngcc_bak +37 -0
  308. package/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.d.ts.map +1 -0
  309. package/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.d.ts.__ivy_ngcc_bak +35 -0
  310. package/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.d.ts.map +1 -0
  311. package/lib/sharedComponents/frequency/frequency-checkbox-list/frequency-checkbox-list.component.d.ts.__ivy_ngcc_bak +10 -0
  312. package/lib/sharedComponents/frequency/frequency-checkbox-list/frequency-checkbox-list.component.d.ts.map +1 -0
  313. package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts.__ivy_ngcc_bak +29 -0
  314. package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts.map +1 -0
  315. package/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.d.ts.__ivy_ngcc_bak +30 -0
  316. package/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.d.ts.map +1 -0
  317. package/lib/sharedComponents/frequency/frequency-due-date/frequency-due-date.component.d.ts.__ivy_ngcc_bak +19 -0
  318. package/lib/sharedComponents/frequency/frequency-due-date/frequency-due-date.component.d.ts.map +1 -0
  319. package/lib/sharedComponents/frequency/frequency-lifecycle/frequency-lifecycle.component.d.ts.__ivy_ngcc_bak +36 -0
  320. package/lib/sharedComponents/frequency/frequency-lifecycle/frequency-lifecycle.component.d.ts.map +1 -0
  321. package/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.d.ts.__ivy_ngcc_bak +33 -0
  322. package/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.d.ts.map +1 -0
  323. package/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.d.ts.__ivy_ngcc_bak +29 -0
  324. package/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.d.ts.map +1 -0
  325. package/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.d.ts.__ivy_ngcc_bak +32 -0
  326. package/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.d.ts.map +1 -0
  327. package/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.d.ts.__ivy_ngcc_bak +19 -0
  328. package/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.d.ts.map +1 -0
  329. package/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.d.ts.__ivy_ngcc_bak +32 -0
  330. package/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.d.ts.map +1 -0
  331. package/lib/sharedComponents/frequency/frequency-radio-list/frequency-radio-list.component.d.ts.__ivy_ngcc_bak +10 -0
  332. package/lib/sharedComponents/frequency/frequency-radio-list/frequency-radio-list.component.d.ts.map +1 -0
  333. package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts.__ivy_ngcc_bak +59 -0
  334. package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts.map +1 -0
  335. package/lib/sharedComponents/frequency/frequency-top/frequency-top.component.d.ts.__ivy_ngcc_bak +22 -0
  336. package/lib/sharedComponents/frequency/frequency-top/frequency-top.component.d.ts.map +1 -0
  337. package/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.d.ts.__ivy_ngcc_bak +32 -0
  338. package/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.d.ts.map +1 -0
  339. package/lib/sharedComponents/frequency/frequency.service.d.ts.__ivy_ngcc_bak +46 -0
  340. package/lib/sharedComponents/frequency/frequency.service.d.ts.map +1 -0
  341. package/lib/sharedComponents/group-users-list/group-users-list.component.d.ts.__ivy_ngcc_bak +29 -0
  342. package/lib/sharedComponents/group-users-list/group-users-list.component.d.ts.map +1 -0
  343. package/lib/sharedComponents/list-loader/list-loader.component.d.ts.__ivy_ngcc_bak +5 -0
  344. package/lib/sharedComponents/list-loader/list-loader.component.d.ts.map +1 -0
  345. package/lib/sharedComponents/no-data/no-data.component.d.ts.__ivy_ngcc_bak +14 -0
  346. package/lib/sharedComponents/no-data/no-data.component.d.ts.map +1 -0
  347. package/lib/sharedComponents/no-data/no-data.module.d.ts.__ivy_ngcc_bak +2 -0
  348. package/lib/sharedComponents/no-data/no-data.module.d.ts.map +1 -0
  349. package/lib/sharedComponents/owner-list/owner-list.component.d.ts.__ivy_ngcc_bak +36 -0
  350. package/lib/sharedComponents/owner-list/owner-list.component.d.ts.map +1 -0
  351. package/lib/sharedComponents/pipes/array-filter.pipe.d.ts.__ivy_ngcc_bak +4 -0
  352. package/lib/sharedComponents/pipes/array-filter.pipe.d.ts.map +1 -0
  353. package/lib/sharedComponents/pipes/filterPipe.d.ts.__ivy_ngcc_bak +4 -0
  354. package/lib/sharedComponents/pipes/filterPipe.d.ts.map +1 -0
  355. package/lib/sharedComponents/pipes/short-merge.pipe.d.ts.__ivy_ngcc_bak +4 -0
  356. package/lib/sharedComponents/pipes/short-merge.pipe.d.ts.map +1 -0
  357. package/lib/sharedComponents/pipes/within-data.pipe.d.ts.__ivy_ngcc_bak +4 -0
  358. package/lib/sharedComponents/pipes/within-data.pipe.d.ts.map +1 -0
  359. package/lib/sharedComponents/radio-list/radio-list.component.d.ts.__ivy_ngcc_bak +24 -0
  360. package/lib/sharedComponents/radio-list/radio-list.component.d.ts.map +1 -0
  361. package/lib/sharedComponents/radio-list-with-pagination/link-treatment-loader/link-treatment-loader.component.d.ts.__ivy_ngcc_bak +5 -0
  362. package/lib/sharedComponents/radio-list-with-pagination/link-treatment-loader/link-treatment-loader.component.d.ts.map +1 -0
  363. package/lib/sharedComponents/radio-list-with-pagination/radio-list.component.d.ts.__ivy_ngcc_bak +47 -0
  364. package/lib/sharedComponents/radio-list-with-pagination/radio-list.component.d.ts.map +1 -0
  365. package/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.d.ts.__ivy_ngcc_bak +26 -0
  366. package/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.d.ts.map +1 -0
  367. package/lib/sharedComponents/responsibility-risk-selector/responsibility-risk-selector.component.d.ts.__ivy_ngcc_bak +23 -0
  368. package/lib/sharedComponents/responsibility-risk-selector/responsibility-risk-selector.component.d.ts.map +1 -0
  369. package/lib/sharedComponents/review-frequency/review-frequency.component.d.ts.__ivy_ngcc_bak +15 -0
  370. package/lib/sharedComponents/review-frequency/review-frequency.component.d.ts.map +1 -0
  371. package/lib/sharedComponents/risk-classification/risk-classification.component.d.ts.__ivy_ngcc_bak +35 -0
  372. package/lib/sharedComponents/risk-classification/risk-classification.component.d.ts.map +1 -0
  373. package/lib/sharedComponents/users-radio-list/users-radio-list.component.d.ts.__ivy_ngcc_bak +21 -0
  374. package/lib/sharedComponents/users-radio-list/users-radio-list.component.d.ts.map +1 -0
  375. package/lib/sharedComponents/v-loader/loader/loader.component.d.ts.__ivy_ngcc_bak +5 -0
  376. package/lib/sharedComponents/v-loader/loader/loader.component.d.ts.map +1 -0
  377. package/lib/sharedComponents/v-loader/loader-inline/loader-inline.component.d.ts.__ivy_ngcc_bak +5 -0
  378. package/lib/sharedComponents/v-loader/loader-inline/loader-inline.component.d.ts.map +1 -0
  379. package/lib/sharedComponents/v-loader/v-loader.module.d.ts.__ivy_ngcc_bak +2 -0
  380. package/lib/sharedComponents/v-loader/v-loader.module.d.ts.map +1 -0
  381. package/lib/ui-kit/action-dialog/action-dialog.module.d.ts.__ivy_ngcc_bak +2 -0
  382. package/lib/ui-kit/action-dialog/action-dialog.module.d.ts.map +1 -0
  383. package/lib/ui-kit/action-dialog/active/active.component.d.ts.__ivy_ngcc_bak +12 -0
  384. package/lib/ui-kit/action-dialog/active/active.component.d.ts.map +1 -0
  385. package/lib/ui-kit/action-dialog/deactivate/deactivate.component.d.ts.__ivy_ngcc_bak +12 -0
  386. package/lib/ui-kit/action-dialog/deactivate/deactivate.component.d.ts.map +1 -0
  387. package/lib/ui-kit/action-dialog/delete/delete.component.d.ts.__ivy_ngcc_bak +11 -0
  388. package/lib/ui-kit/action-dialog/delete/delete.component.d.ts.map +1 -0
  389. package/lib/ui-kit/action-dialog/duplicate/duplicate.component.d.ts.__ivy_ngcc_bak +12 -0
  390. package/lib/ui-kit/action-dialog/duplicate/duplicate.component.d.ts.map +1 -0
  391. package/lib/ui-kit/click-outside/click-outside.directive.d.ts.__ivy_ngcc_bak +7 -0
  392. package/lib/ui-kit/click-outside/click-outside.directive.d.ts.map +1 -0
  393. package/lib/ui-kit/click-outside/click-outside.module.d.ts.__ivy_ngcc_bak +2 -0
  394. package/lib/ui-kit/click-outside/click-outside.module.d.ts.map +1 -0
  395. package/lib/ui-kit/dialog/dialog-ref.d.ts.__ivy_ngcc_bak +7 -0
  396. package/lib/ui-kit/dialog/dialog-ref.d.ts.map +1 -0
  397. package/lib/ui-kit/dialog/dialog.component.d.ts.__ivy_ngcc_bak +29 -0
  398. package/lib/ui-kit/dialog/dialog.component.d.ts.map +1 -0
  399. package/lib/ui-kit/dialog/dialog.module.d.ts.__ivy_ngcc_bak +2 -0
  400. package/lib/ui-kit/dialog/dialog.module.d.ts.map +1 -0
  401. package/lib/ui-kit/dialog/dialog.service.d.ts.__ivy_ngcc_bak +15 -0
  402. package/lib/ui-kit/dialog/dialog.service.d.ts.map +1 -0
  403. package/lib/ui-kit/dialog/insertion.directive.d.ts.__ivy_ngcc_bak +5 -0
  404. package/lib/ui-kit/dialog/insertion.directive.d.ts.map +1 -0
  405. package/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.d.ts.__ivy_ngcc_bak +5 -0
  406. package/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.d.ts.map +1 -0
  407. package/lib/ui-kit/editor-loader/editor-loader.module.d.ts.__ivy_ngcc_bak +2 -0
  408. package/lib/ui-kit/editor-loader/editor-loader.module.d.ts.map +1 -0
  409. package/lib/ui-kit/format-html.pipe.d.ts.__ivy_ngcc_bak +7 -0
  410. package/lib/ui-kit/format-html.pipe.d.ts.map +1 -0
  411. package/lib/ui-kit/formgroup/click-outside.directive.d.ts.__ivy_ngcc_bak +7 -0
  412. package/lib/ui-kit/formgroup/click-outside.directive.d.ts.map +1 -0
  413. package/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.d.ts.__ivy_ngcc_bak +10 -0
  414. package/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.d.ts.map +1 -0
  415. package/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts.__ivy_ngcc_bak +10 -0
  416. package/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts.map +1 -0
  417. package/lib/ui-kit/formgroup/cs-radio/cs-radio.component.d.ts.__ivy_ngcc_bak +12 -0
  418. package/lib/ui-kit/formgroup/cs-radio/cs-radio.component.d.ts.map +1 -0
  419. package/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.d.ts.__ivy_ngcc_bak +5 -0
  420. package/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.d.ts.map +1 -0
  421. package/lib/ui-kit/formgroup/cs-select/cs-select.component.d.ts.__ivy_ngcc_bak +33 -0
  422. package/lib/ui-kit/formgroup/cs-select/cs-select.component.d.ts.map +1 -0
  423. package/lib/ui-kit/formgroup/cs-switch/cs-switch.component.d.ts.__ivy_ngcc_bak +12 -0
  424. package/lib/ui-kit/formgroup/cs-switch/cs-switch.component.d.ts.map +1 -0
  425. package/lib/ui-kit/formgroup/formgroup.module.d.ts.__ivy_ngcc_bak +2 -0
  426. package/lib/ui-kit/formgroup/formgroup.module.d.ts.map +1 -0
  427. package/lib/ui-kit/formgroup/pipes/pascal.pipe.d.ts.__ivy_ngcc_bak +4 -0
  428. package/lib/ui-kit/formgroup/pipes/pascal.pipe.d.ts.map +1 -0
  429. package/lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe.d.ts.__ivy_ngcc_bak +4 -0
  430. package/lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe.d.ts.map +1 -0
  431. package/lib/ui-kit/line-loader/line-loader.component.d.ts.__ivy_ngcc_bak +6 -0
  432. package/lib/ui-kit/line-loader/line-loader.component.d.ts.map +1 -0
  433. package/lib/ui-kit/line-loader/line-loader.module.d.ts.__ivy_ngcc_bak +2 -0
  434. package/lib/ui-kit/line-loader/line-loader.module.d.ts.map +1 -0
  435. package/lib/ui-kit/pagination/pagination/pagination.component.d.ts.__ivy_ngcc_bak +23 -0
  436. package/lib/ui-kit/pagination/pagination/pagination.component.d.ts.map +1 -0
  437. package/lib/ui-kit/pagination/pagination.module.d.ts.__ivy_ngcc_bak +2 -0
  438. package/lib/ui-kit/pagination/pagination.module.d.ts.map +1 -0
  439. package/lib/ui-kit/popover/popover-event.directive.d.ts.__ivy_ngcc_bak +7 -0
  440. package/lib/ui-kit/popover/popover-event.directive.d.ts.map +1 -0
  441. package/lib/ui-kit/popover/popover-longpress.directive.d.ts.__ivy_ngcc_bak +13 -0
  442. package/lib/ui-kit/popover/popover-longpress.directive.d.ts.map +1 -0
  443. package/lib/ui-kit/popover/popover.component.d.ts.__ivy_ngcc_bak +24 -0
  444. package/lib/ui-kit/popover/popover.component.d.ts.map +1 -0
  445. package/lib/ui-kit/popover/popover.directive.d.ts.__ivy_ngcc_bak +16 -0
  446. package/lib/ui-kit/popover/popover.directive.d.ts.map +1 -0
  447. package/lib/ui-kit/popover/popover.module.d.ts.__ivy_ngcc_bak +2 -0
  448. package/lib/ui-kit/popover/popover.module.d.ts.map +1 -0
  449. package/lib/ui-kit/popover/popover.service.d.ts.__ivy_ngcc_bak +9 -0
  450. package/lib/ui-kit/popover/popover.service.d.ts.map +1 -0
  451. package/lib/ui-kit/popover-hover/popover-hover.component.d.ts.__ivy_ngcc_bak +22 -0
  452. package/lib/ui-kit/popover-hover/popover-hover.component.d.ts.map +1 -0
  453. package/lib/ui-kit/popover-hover/popover-hover.directive.d.ts.__ivy_ngcc_bak +12 -0
  454. package/lib/ui-kit/popover-hover/popover-hover.directive.d.ts.map +1 -0
  455. package/lib/ui-kit/popover-hover/popover-hover.module.d.ts.__ivy_ngcc_bak +2 -0
  456. package/lib/ui-kit/popover-hover/popover-hover.module.d.ts.map +1 -0
  457. package/lib/ui-kit/popover-hover/popover-hover.service.d.ts.__ivy_ngcc_bak +9 -0
  458. package/lib/ui-kit/popover-hover/popover-hover.service.d.ts.map +1 -0
  459. package/lib/ui-kit/smiley-dialog/smiley-dialog.component.d.ts.__ivy_ngcc_bak +12 -0
  460. package/lib/ui-kit/smiley-dialog/smiley-dialog.component.d.ts.map +1 -0
  461. package/lib/ui-kit/smiley-dialog/smiley-dialog.module.d.ts.__ivy_ngcc_bak +2 -0
  462. package/lib/ui-kit/smiley-dialog/smiley-dialog.module.d.ts.map +1 -0
  463. package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.component.d.ts.__ivy_ngcc_bak +12 -0
  464. package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.component.d.ts.map +1 -0
  465. package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.module.d.ts.__ivy_ngcc_bak +2 -0
  466. package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.module.d.ts.map +1 -0
  467. package/lib/ui-kit/snack-bar/snack-bar.component.d.ts.__ivy_ngcc_bak +15 -0
  468. package/lib/ui-kit/snack-bar/snack-bar.component.d.ts.map +1 -0
  469. package/lib/ui-kit/snack-bar/snack-bar.module.d.ts.__ivy_ngcc_bak +2 -0
  470. package/lib/ui-kit/snack-bar/snack-bar.module.d.ts.map +1 -0
  471. package/lib/ui-kit/snack-bar/snack-bar.service.d.ts.__ivy_ngcc_bak +8 -0
  472. package/lib/ui-kit/snack-bar/snack-bar.service.d.ts.map +1 -0
  473. package/lib/ui-kit/tooltip/tooltip.directive.d.ts.__ivy_ngcc_bak +24 -0
  474. package/lib/ui-kit/tooltip/tooltip.directive.d.ts.map +1 -0
  475. package/lib/ui-kit/tooltip/tooltip.module.d.ts.__ivy_ngcc_bak +2 -0
  476. package/lib/ui-kit/tooltip/tooltip.module.d.ts.map +1 -0
  477. package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.d.ts.__ivy_ngcc_bak +231 -0
  478. package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.d.ts.map +1 -0
  479. package/lib/workflow-assessment/workflow-assessment.component.d.ts.__ivy_ngcc_bak +63 -0
  480. package/lib/workflow-assessment/workflow-assessment.component.d.ts.map +1 -0
  481. package/lib/workflow-compliance/workflow-compliance.component.d.ts +11 -3
  482. package/lib/workflow-compliance/workflow-compliance.component.d.ts.__ivy_ngcc_bak +189 -0
  483. package/lib/workflow-compliance/workflow-compliance.component.d.ts.map +1 -0
  484. package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +9 -2
  485. package/lib/workflow-engine-container/workflow-engine-container.component.d.ts.__ivy_ngcc_bak +104 -0
  486. package/lib/workflow-engine-container/workflow-engine-container.component.d.ts.map +1 -0
  487. package/lib/workflow-engine.module.d.ts.__ivy_ngcc_bak +5 -0
  488. package/lib/workflow-engine.module.d.ts.map +1 -0
  489. package/lib/workflow-engine.service.d.ts.__ivy_ngcc_bak +3 -0
  490. package/lib/workflow-engine.service.d.ts.map +1 -0
  491. package/lib/workflow-pagination/workflow-pagination.component.d.ts.__ivy_ngcc_bak +24 -0
  492. package/lib/workflow-pagination/workflow-pagination.component.d.ts.map +1 -0
  493. package/lib/workflow-policy/workflow-policy.component.d.ts.__ivy_ngcc_bak +281 -0
  494. package/lib/workflow-policy/workflow-policy.component.d.ts.map +1 -0
  495. package/lib/workflow-risk/workflow-risk.component.d.ts.__ivy_ngcc_bak +105 -0
  496. package/lib/workflow-risk/workflow-risk.component.d.ts.map +1 -0
  497. package/lib/workflow-services/add-risk.service.d.ts.__ivy_ngcc_bak +22 -0
  498. package/lib/workflow-services/add-risk.service.d.ts.map +1 -0
  499. package/lib/workflow-services/assessment.service.d.ts.__ivy_ngcc_bak +29 -0
  500. package/lib/workflow-services/assessment.service.d.ts.map +1 -0
  501. package/lib/workflow-services/auth.service.d.ts.__ivy_ngcc_bak +29 -0
  502. package/lib/workflow-services/auth.service.d.ts.map +1 -0
  503. package/lib/workflow-services/frequency.service.d.ts.__ivy_ngcc_bak +5 -0
  504. package/lib/workflow-services/frequency.service.d.ts.map +1 -0
  505. package/lib/workflow-services/log-issue.service.d.ts.__ivy_ngcc_bak +31 -0
  506. package/lib/workflow-services/log-issue.service.d.ts.map +1 -0
  507. package/lib/workflow-services/policy.service.d.ts.__ivy_ngcc_bak +24 -0
  508. package/lib/workflow-services/policy.service.d.ts.map +1 -0
  509. package/lib/workflow-services/responsibility.service.d.ts.__ivy_ngcc_bak +33 -0
  510. package/lib/workflow-services/responsibility.service.d.ts.map +1 -0
  511. package/lib/workflow-services/token-decoder.service.d.ts.__ivy_ngcc_bak +4 -0
  512. package/lib/workflow-services/token-decoder.service.d.ts.map +1 -0
  513. package/lib/workflow-services/ui-kit.service.d.ts.__ivy_ngcc_bak +5 -0
  514. package/lib/workflow-services/ui-kit.service.d.ts.map +1 -0
  515. package/lib/workflow-survey-form/workflow-survey-form.component.d.ts.__ivy_ngcc_bak +7 -0
  516. package/lib/workflow-survey-form/workflow-survey-form.component.d.ts.map +1 -0
  517. package/package.json +1 -1
  518. package/vcomply-workflow-engine.d.ts.__ivy_ngcc_bak +244 -0
  519. package/vcomply-workflow-engine.d.ts.map +1 -0
  520. package/vcomply-workflow-engine.metadata.json +1 -1
@@ -6,25 +6,25 @@
6
6
  */
7
7
  import * as i0 from "./create-assessment-container.component.less.shim.ngstyle";
8
8
  import * as i1 from "@angular/core";
9
- import * as i2 from "../components/question-type/question-type.component.ngfactory";
10
- import * as i3 from "../components/question-type/question-type.component";
9
+ import * as i2 from "../../../ui-kit/popover/popover.directive";
10
+ import * as i3 from "../../../ui-kit/popover/popover.service";
11
11
  import * as i4 from "@angular/common";
12
- import * as i5 from "../components/welcome-thankyou/welcome-thankyou.component.ngfactory";
13
- import * as i6 from "../components/welcome-thankyou/welcome-thankyou.component";
14
- import * as i7 from "../../../configurations";
15
- import * as i8 from "../components/page-header/page-header.component.ngfactory";
16
- import * as i9 from "../components/page-header/page-header.component";
17
- import * as i10 from "../components/editor-wrapper/editor-wrapper.component.ngfactory";
18
- import * as i11 from "../components/editor-wrapper/editor-wrapper.component";
19
- import * as i12 from "../services/validator.service";
20
- import * as i13 from "../components/preview/preview-wrapper/preview-wrapper.component.ngfactory";
21
- import * as i14 from "../components/preview/preview-wrapper/preview-wrapper.component";
22
- import * as i15 from "../services/editor.service";
23
- import * as i16 from "../../../ui-kit/tooltip/tooltip.directive";
24
- import * as i17 from "../components/toolkit/toolkit.component.ngfactory";
25
- import * as i18 from "../components/toolkit/toolkit.component";
26
- import * as i19 from "../../../ui-kit/popover/popover.directive";
27
- import * as i20 from "../../../ui-kit/popover/popover.service";
12
+ import * as i5 from "../components/question-type/question-type.component.ngfactory";
13
+ import * as i6 from "../components/question-type/question-type.component";
14
+ import * as i7 from "../components/welcome-thankyou/welcome-thankyou.component.ngfactory";
15
+ import * as i8 from "../components/welcome-thankyou/welcome-thankyou.component";
16
+ import * as i9 from "../../../configurations";
17
+ import * as i10 from "../components/page-header/page-header.component.ngfactory";
18
+ import * as i11 from "../components/page-header/page-header.component";
19
+ import * as i12 from "../components/editor-wrapper/editor-wrapper.component.ngfactory";
20
+ import * as i13 from "../components/editor-wrapper/editor-wrapper.component";
21
+ import * as i14 from "../services/validator.service";
22
+ import * as i15 from "../components/preview/preview-wrapper/preview-wrapper.component.ngfactory";
23
+ import * as i16 from "../components/preview/preview-wrapper/preview-wrapper.component";
24
+ import * as i17 from "../services/editor.service";
25
+ import * as i18 from "../../../ui-kit/tooltip/tooltip.directive";
26
+ import * as i19 from "../components/toolkit/toolkit.component.ngfactory";
27
+ import * as i20 from "../components/toolkit/toolkit.component";
28
28
  import * as i21 from "../../../ui-kit/popover/popover.component.ngfactory";
29
29
  import * as i22 from "../../../ui-kit/popover/popover.component";
30
30
  import * as i23 from "@angular/common/http";
@@ -35,36 +35,53 @@ import * as i27 from "../../../ui-kit/snack-bar/snack-bar.service";
35
35
  var styles_CreateAssessmentContainerComponent = [i0.styles];
36
36
  var RenderType_CreateAssessmentContainerComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_CreateAssessmentContainerComponent, data: {} });
37
37
  export { RenderType_CreateAssessmentContainerComponent as RenderType_CreateAssessmentContainerComponent };
38
- function View_CreateAssessmentContainerComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "span", [["class", "page-label vx-fs-9 vx-fw-600 vx-tt-uppercase vx-pl-1 vx-pr-1 vx-mr-2 vx-lh-3"]], null, null, null, null, null)), (_l()(), i1.ɵted(1, null, ["PAGE ", ""]))], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = ((_co.editorService == null) ? null : _co.editorService.currentPageNumber); _ck(_v, 1, 0, currVal_0); }); }
39
- function View_CreateAssessmentContainerComponent_3(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "span", [["class", "page-label vx-fs-9 vx-fw-600 vx-tt-uppercase vx-pl-1 vx-pr-1 vx-mr-2 vx-lh-3"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Welcome Screen"]))], null, null); }
40
- function View_CreateAssessmentContainerComponent_4(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "span", [["class", "page-label vx-fs-9 vx-fw-600 vx-tt-uppercase vx-pl-1 vx-pr-1 vx-mr-2 vx-lh-3"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Thankyou Screen"]))], null, null); }
41
- function View_CreateAssessmentContainerComponent_5(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "li", [["class", "vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 0, "button", [["class", "vx-d-block vx-p-2 vx-m-0 vx-w-100"]], [[8, "innerHTML", 1]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
38
+ function View_CreateAssessmentContainerComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "i", [["class", "icons arrow-back vx-mr-1"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
39
+ var pd_0 = (_co.setIsUploaded.emit(false) !== false);
40
+ ad = (pd_0 && ad);
41
+ } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE91D"]))], null, null); }
42
+ function View_CreateAssessmentContainerComponent_4(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "span", [["class", "page-label vx-fs-9 vx-fw-600 vx-tt-uppercase vx-pl-1 vx-pr-1 vx-mr-2 vx-lh-3"]], null, null, null, null, null)), (_l()(), i1.ɵted(1, null, ["PAGE ", ""]))], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = ((_co.editorService == null) ? null : _co.editorService.currentPageNumber); _ck(_v, 1, 0, currVal_0); }); }
43
+ function View_CreateAssessmentContainerComponent_5(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "span", [["class", "page-label vx-fs-9 vx-fw-600 vx-tt-uppercase vx-pl-1 vx-pr-1 vx-mr-2 vx-lh-3"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Welcome Screen"]))], null, null); }
44
+ function View_CreateAssessmentContainerComponent_6(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "span", [["class", "page-label vx-fs-9 vx-fw-600 vx-tt-uppercase vx-pl-1 vx-pr-1 vx-mr-2 vx-lh-3"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Thankyou Screen"]))], null, null); }
45
+ function View_CreateAssessmentContainerComponent_3(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 9, "button", [["appPopover", ""], ["class", "page-dropdown vx-p-0 vx-pl-1 vx-pr-2 vx-m-0 vx-d-flex vx-align-center"], ["placement", "right"]], null, [[null, "click"], [null, "mouseenter"], [null, "mouseover"]], function (_v, en, $event) { var ad = true; if (("click" === en)) {
46
+ var pd_0 = (i1.ɵnov(_v, 1).click() !== false);
47
+ ad = (pd_0 && ad);
48
+ } if (("mouseenter" === en)) {
49
+ var pd_1 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
50
+ ad = (pd_1 && ad);
51
+ } if (("mouseover" === en)) {
52
+ var pd_2 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
53
+ ad = (pd_2 && ad);
54
+ } if (("click" === en)) {
55
+ var pd_3 = (i1.ɵnov(_v.parent, 14).popover() !== false);
56
+ ad = (pd_3 && ad);
57
+ } return ad; }, null, null)), i1.ɵdid(1, 16384, null, 0, i2.PopoverDirective, [i1.ElementRef, i3.PopoverService], { placement: [0, "placement"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_4)), i1.ɵdid(3, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_5)), i1.ɵdid(5, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_6)), i1.ɵdid(7, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(8, 0, null, null, 1, "i", [["class", "icons arrow vx-fs-10 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9E8"]))], function (_ck, _v) { var _co = _v.component; var currVal_0 = "right"; _ck(_v, 1, 0, currVal_0); var currVal_1 = (_co.editorService.currentPageNumber > 0); _ck(_v, 3, 0, currVal_1); var currVal_2 = (_co.editorService.currentPageNumber === (-1)); _ck(_v, 5, 0, currVal_2); var currVal_3 = (_co.editorService.currentPageNumber === (-2)); _ck(_v, 7, 0, currVal_3); }, null); }
58
+ function View_CreateAssessmentContainerComponent_7(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "li", [["class", "vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 0, "button", [["class", "vx-d-block vx-p-2 vx-m-0 vx-w-100"]], [[8, "innerHTML", 1]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
42
59
  var pd_0 = (_co.pageChanged(_v.context.$implicit) !== false);
43
60
  ad = (pd_0 && ad);
44
61
  } return ad; }, null, null))], null, function (_ck, _v) { var currVal_0 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.template); _ck(_v, 1, 0, currVal_0); }); }
45
- function View_CreateAssessmentContainerComponent_6(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [["class", "settings-btn vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-lh-6 vx-p-0 vx-pl-2 vx-pr-2 vx-m-0 vx-ml-1 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
62
+ function View_CreateAssessmentContainerComponent_8(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [["class", "settings-btn vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-lh-6 vx-p-0 vx-pl-2 vx-pr-2 vx-m-0 vx-ml-1 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
46
63
  var pd_0 = (_co.assessmentSettings() !== false);
47
64
  ad = (pd_0 && ad);
48
65
  } return ad; }, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "i", [["class", "icons vx-fs-12 vx-d-flex vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE913"])), (_l()(), i1.ɵted(-1, null, [" ASSESSMENT SETTINGS"]))], null, null); }
49
- function View_CreateAssessmentContainerComponent_7(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [["class", "template-btn vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-lh-6 vx-p-0 vx-pl-2 vx-pr-2 vx-m-0 vx-ml-1 vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "i", [["class", "icons vx-fs-12 vx-d-flex vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9ED"])), (_l()(), i1.ɵted(-1, null, [" SAVE AS TEMPLATE"]))], null, null); }
50
- function View_CreateAssessmentContainerComponent_9(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 5, "div", [["class", "select-question-part vx-d-flex vx-align-center vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 4, "div", [["class", "question-inner vx-pl-5 vx-pb-5"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 1, "div", [["class", "heading vx-fs-18 vx-paragraph-txt vx-text-center vx-w-100"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Select a question type to begin:"])), (_l()(), i1.ɵeld(4, 0, null, null, 1, "app-question-type", [], null, [[null, "addQuestion"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("addQuestion" === en)) {
66
+ function View_CreateAssessmentContainerComponent_9(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [["class", "template-btn vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-lh-6 vx-p-0 vx-pl-2 vx-pr-2 vx-m-0 vx-ml-1 vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "i", [["class", "icons vx-fs-12 vx-d-flex vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9ED"])), (_l()(), i1.ɵted(-1, null, [" SAVE AS TEMPLATE"]))], null, null); }
67
+ function View_CreateAssessmentContainerComponent_11(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 5, "div", [["class", "select-question-part vx-d-flex vx-align-center vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 4, "div", [["class", "question-inner vx-pl-5 vx-pb-5"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 1, "div", [["class", "heading vx-fs-18 vx-paragraph-txt vx-text-center vx-w-100"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Select a question type to begin:"])), (_l()(), i1.ɵeld(4, 0, null, null, 1, "app-question-type", [], null, [[null, "addQuestion"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("addQuestion" === en)) {
51
68
  var pd_0 = (_co.editorService.addQuestion($event) !== false);
52
69
  ad = (pd_0 && ad);
53
- } return ad; }, i2.View_QuestionTypeComponent_0, i2.RenderType_QuestionTypeComponent)), i1.ɵdid(5, 114688, null, 0, i3.QuestionTypeComponent, [], null, { addQuestion: "addQuestion" })], function (_ck, _v) { _ck(_v, 5, 0); }, null); }
54
- function View_CreateAssessmentContainerComponent_8(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, null, null, null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_9)), i1.ɵdid(2, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(0, null, null, 0))], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.isPageEmpty(); _ck(_v, 2, 0, currVal_0); }, null); }
55
- function View_CreateAssessmentContainerComponent_11(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-welcome-thankyou", [], null, [[null, "deleteQuestion"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("deleteQuestion" === en)) {
70
+ } return ad; }, i5.View_QuestionTypeComponent_0, i5.RenderType_QuestionTypeComponent)), i1.ɵdid(5, 114688, null, 0, i6.QuestionTypeComponent, [], null, { addQuestion: "addQuestion" })], function (_ck, _v) { _ck(_v, 5, 0); }, null); }
71
+ function View_CreateAssessmentContainerComponent_10(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, null, null, null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_11)), i1.ɵdid(2, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(0, null, null, 0))], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.isPageEmpty(); _ck(_v, 2, 0, currVal_0); }, null); }
72
+ function View_CreateAssessmentContainerComponent_13(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-welcome-thankyou", [], null, [[null, "deleteQuestion"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("deleteQuestion" === en)) {
56
73
  var pd_0 = (_co.deleteQuestionWithValidation("welcome") !== false);
57
74
  ad = (pd_0 && ad);
58
- } return ad; }, i5.View_WelcomeThankyouComponent_0, i5.RenderType_WelcomeThankyouComponent)), i1.ɵdid(1, 114688, null, 0, i6.WelcomeThankyouComponent, [[2, i7.Configurations]], { entityData: [0, "entityData"], service: [1, "service"] }, { deleteQuestion: "deleteQuestion" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = ((_co.editorService == null) ? null : _co.editorService.formsPage); var currVal_1 = _co.editorService; _ck(_v, 1, 0, currVal_0, currVal_1); }, null); }
59
- function View_CreateAssessmentContainerComponent_13(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [["class", "page-title vx-fs-11 vx-fw-600 vx-label-txt vx-tt-uppercase vx-p-0 vx-m-0 vx-mb-2 vx-d-flex vx-align-center vx-justify-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
75
+ } return ad; }, i7.View_WelcomeThankyouComponent_0, i7.RenderType_WelcomeThankyouComponent)), i1.ɵdid(1, 114688, null, 0, i8.WelcomeThankyouComponent, [[2, i9.Configurations]], { entityData: [0, "entityData"], service: [1, "service"] }, { deleteQuestion: "deleteQuestion" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = ((_co.editorService == null) ? null : _co.editorService.formsPage); var currVal_1 = _co.editorService; _ck(_v, 1, 0, currVal_0, currVal_1); }, null); }
76
+ function View_CreateAssessmentContainerComponent_15(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [["class", "page-title vx-fs-11 vx-fw-600 vx-label-txt vx-tt-uppercase vx-p-0 vx-m-0 vx-mb-2 vx-d-flex vx-align-center vx-justify-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
60
77
  var pd_0 = (_co.addPageDetails() !== false);
61
78
  ad = (pd_0 && ad);
62
79
  } return ad; }, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE90A"])), (_l()(), i1.ɵted(-1, null, [" PAGE TITLE"]))], null, null); }
63
- function View_CreateAssessmentContainerComponent_14(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-page-header", [], null, [[null, "edit"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("edit" === en)) {
80
+ function View_CreateAssessmentContainerComponent_16(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-page-header", [], null, [[null, "edit"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("edit" === en)) {
64
81
  var pd_0 = (_co.addPageDetails() !== false);
65
82
  ad = (pd_0 && ad);
66
- } return ad; }, i8.View_PageHeaderComponent_0, i8.RenderType_PageHeaderComponent)), i1.ɵdid(1, 114688, null, 0, i9.PageHeaderComponent, [], { pageName: [0, "pageName"], pageDescription: [1, "pageDescription"] }, { edit: "edit" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.editorService.currentPageDetails.pageName; var currVal_1 = _co.editorService.currentPageDetails.pageDescription; _ck(_v, 1, 0, currVal_0, currVal_1); }, null); }
67
- function View_CreateAssessmentContainerComponent_17(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-editor-wrapper", [], null, [[null, "validQuestionData"], [null, "deleteQuestion"], [null, "copyQuestion"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("validQuestionData" === en)) {
83
+ } return ad; }, i10.View_PageHeaderComponent_0, i10.RenderType_PageHeaderComponent)), i1.ɵdid(1, 114688, null, 0, i11.PageHeaderComponent, [], { pageName: [0, "pageName"], pageDescription: [1, "pageDescription"] }, { edit: "edit" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.editorService.currentPageDetails.pageName; var currVal_1 = _co.editorService.currentPageDetails.pageDescription; _ck(_v, 1, 0, currVal_0, currVal_1); }, null); }
84
+ function View_CreateAssessmentContainerComponent_19(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-editor-wrapper", [], null, [[null, "validQuestionData"], [null, "deleteQuestion"], [null, "copyQuestion"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("validQuestionData" === en)) {
68
85
  var pd_0 = (_co.checkforError($event) !== false);
69
86
  ad = (pd_0 && ad);
70
87
  } if (("deleteQuestion" === en)) {
@@ -73,31 +90,31 @@ function View_CreateAssessmentContainerComponent_17(_l) { return i1.ɵvid(0, [(_
73
90
  } if (("copyQuestion" === en)) {
74
91
  var pd_2 = (_co.editorService.copyQuestion($event) !== false);
75
92
  ad = (pd_2 && ad);
76
- } return ad; }, i10.View_EditorWrapperComponent_0, i10.RenderType_EditorWrapperComponent)), i1.ɵdid(1, 4308992, null, 0, i11.EditorWrapperComponent, [i1.ChangeDetectorRef, i12.ValidatorService], { questionIndex: [0, "questionIndex"], question: [1, "question"], service: [2, "service"] }, { validQuestionData: "validQuestionData", deleteQuestion: "deleteQuestion", copyQuestion: "copyQuestion" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = _v.parent.parent.context.index; var currVal_1 = _v.parent.parent.context.$implicit; var currVal_2 = _co.editorService; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2); }, null); }
77
- function View_CreateAssessmentContainerComponent_18(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-preview-wrapper", [], null, [[null, "makeActiveQuestion"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("makeActiveQuestion" === en)) {
93
+ } return ad; }, i12.View_EditorWrapperComponent_0, i12.RenderType_EditorWrapperComponent)), i1.ɵdid(1, 4308992, null, 0, i13.EditorWrapperComponent, [i1.ChangeDetectorRef, i14.ValidatorService], { questionIndex: [0, "questionIndex"], question: [1, "question"], service: [2, "service"] }, { validQuestionData: "validQuestionData", deleteQuestion: "deleteQuestion", copyQuestion: "copyQuestion" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = _v.parent.parent.context.index; var currVal_1 = _v.parent.parent.context.$implicit; var currVal_2 = _co.editorService; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2); }, null); }
94
+ function View_CreateAssessmentContainerComponent_20(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-preview-wrapper", [], null, [[null, "makeActiveQuestion"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("makeActiveQuestion" === en)) {
78
95
  var pd_0 = ((_co.editorService.activeQuestion = $event) !== false);
79
96
  ad = (pd_0 && ad);
80
- } return ad; }, i13.View_PreviewWrapperComponent_0, i13.RenderType_PreviewWrapperComponent)), i1.ɵdid(1, 114688, null, 0, i14.PreviewWrapperComponent, [i15.EditorService, i12.ValidatorService], { question: [0, "question"], questionIndex: [1, "questionIndex"] }, { makeActiveQuestion: "makeActiveQuestion" })], function (_ck, _v) { var currVal_0 = _v.parent.parent.context.$implicit; var currVal_1 = _v.parent.parent.context.index; _ck(_v, 1, 0, currVal_0, currVal_1); }, null); }
81
- function View_CreateAssessmentContainerComponent_16(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 4, null, null, null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_17)), i1.ɵdid(2, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_18)), i1.ɵdid(4, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(0, null, null, 0))], function (_ck, _v) { var _co = _v.component; var currVal_0 = (_co.editorService.activeQuestion === _v.parent.context.index); _ck(_v, 2, 0, currVal_0); var currVal_1 = (_co.editorService.activeQuestion !== _v.parent.context.index); _ck(_v, 4, 0, currVal_1); }, null); }
82
- function View_CreateAssessmentContainerComponent_15(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, null, null, null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_16)), i1.ɵdid(2, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(0, null, null, 0))], function (_ck, _v) { var _co = _v.component; var currVal_0 = ((_v.context.$implicit.page === _co.editorService.currentPageNumber) && (_co.editorService.stepIdentifier == "pagescreen")); _ck(_v, 2, 0, currVal_0); }, null); }
83
- function View_CreateAssessmentContainerComponent_19(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "div", [["class", "next-question-popup vx-p-3"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "app-question-type", [], null, [[null, "addQuestion"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("addQuestion" === en)) {
97
+ } return ad; }, i15.View_PreviewWrapperComponent_0, i15.RenderType_PreviewWrapperComponent)), i1.ɵdid(1, 114688, null, 0, i16.PreviewWrapperComponent, [i17.EditorService, i14.ValidatorService], { question: [0, "question"], questionIndex: [1, "questionIndex"] }, { makeActiveQuestion: "makeActiveQuestion" })], function (_ck, _v) { var currVal_0 = _v.parent.parent.context.$implicit; var currVal_1 = _v.parent.parent.context.index; _ck(_v, 1, 0, currVal_0, currVal_1); }, null); }
98
+ function View_CreateAssessmentContainerComponent_18(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 4, null, null, null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_19)), i1.ɵdid(2, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_20)), i1.ɵdid(4, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(0, null, null, 0))], function (_ck, _v) { var _co = _v.component; var currVal_0 = (_co.editorService.activeQuestion === _v.parent.context.index); _ck(_v, 2, 0, currVal_0); var currVal_1 = (_co.editorService.activeQuestion !== _v.parent.context.index); _ck(_v, 4, 0, currVal_1); }, null); }
99
+ function View_CreateAssessmentContainerComponent_17(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, null, null, null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_18)), i1.ɵdid(2, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(0, null, null, 0))], function (_ck, _v) { var _co = _v.component; var currVal_0 = ((_v.context.$implicit.page === _co.editorService.currentPageNumber) && (_co.editorService.stepIdentifier == "pagescreen")); _ck(_v, 2, 0, currVal_0); }, null); }
100
+ function View_CreateAssessmentContainerComponent_21(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "div", [["class", "next-question-popup vx-p-3"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "app-question-type", [], null, [[null, "addQuestion"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("addQuestion" === en)) {
84
101
  _co.editorService.addQuestion($event);
85
102
  var pd_0 = (_co.closeQuestion() !== false);
86
103
  ad = (pd_0 && ad);
87
- } return ad; }, i2.View_QuestionTypeComponent_0, i2.RenderType_QuestionTypeComponent)), i1.ɵdid(2, 114688, null, 0, i3.QuestionTypeComponent, [], null, { addQuestion: "addQuestion" })], function (_ck, _v) { _ck(_v, 2, 0); }, null); }
88
- function View_CreateAssessmentContainerComponent_20(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 0, "div", [["class", "overlay"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
104
+ } return ad; }, i5.View_QuestionTypeComponent_0, i5.RenderType_QuestionTypeComponent)), i1.ɵdid(2, 114688, null, 0, i6.QuestionTypeComponent, [], null, { addQuestion: "addQuestion" })], function (_ck, _v) { _ck(_v, 2, 0); }, null); }
105
+ function View_CreateAssessmentContainerComponent_22(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 0, "div", [["class", "overlay"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
89
106
  var pd_0 = (_co.closeQuestion() !== false);
90
107
  ad = (pd_0 && ad);
91
108
  } return ad; }, null, null))], null, null); }
92
- function View_CreateAssessmentContainerComponent_21(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [["class", "page-title vx-fs-11 vx-fw-600 vx-label-txt vx-tt-uppercase vx-p-0 vx-m-0 vx-mb-2 vx-d-flex vx-align-center vx-justify-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
109
+ function View_CreateAssessmentContainerComponent_23(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [["class", "page-title vx-fs-11 vx-fw-600 vx-label-txt vx-tt-uppercase vx-p-0 vx-m-0 vx-mb-2 vx-d-flex vx-align-center vx-justify-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
93
110
  var pd_0 = (_co.addNewPage() !== false);
94
111
  ad = (pd_0 && ad);
95
112
  } return ad; }, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE90A"])), (_l()(), i1.ɵted(-1, null, [" ADD NEW PAGE"]))], null, null); }
96
- function View_CreateAssessmentContainerComponent_12(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 17, null, null, null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_13)), i1.ɵdid(2, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_14)), i1.ɵdid(4, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_15)), i1.ɵdid(6, 278528, null, 0, i4.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), (_l()(), i1.ɵeld(7, 0, null, null, 8, "div", [["class", "next-question-area"]], null, null, null, null, null)), (_l()(), i1.ɵeld(8, 0, null, null, 3, "button", [["class", "page-title vx-fs-11 vx-fw-600 vx-label-txt vx-tt-uppercase vx-p-0 vx-m-0 vx-mb-2 vx-d-flex vx-align-center vx-justify-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
113
+ function View_CreateAssessmentContainerComponent_14(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 17, null, null, null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_15)), i1.ɵdid(2, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_16)), i1.ɵdid(4, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_17)), i1.ɵdid(6, 278528, null, 0, i4.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), (_l()(), i1.ɵeld(7, 0, null, null, 8, "div", [["class", "next-question-area"]], null, null, null, null, null)), (_l()(), i1.ɵeld(8, 0, null, null, 3, "button", [["class", "page-title vx-fs-11 vx-fw-600 vx-label-txt vx-tt-uppercase vx-p-0 vx-m-0 vx-mb-2 vx-d-flex vx-align-center vx-justify-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
97
114
  var pd_0 = (_co.openQuestion() !== false);
98
115
  ad = (pd_0 && ad);
99
- } return ad; }, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE90A"])), (_l()(), i1.ɵted(-1, null, [" NEXT QUESTION"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_19)), i1.ɵdid(13, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_20)), i1.ɵdid(15, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_21)), i1.ɵdid(17, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(0, null, null, 0))], function (_ck, _v) { var _co = _v.component; var currVal_0 = ((_co.editorService.stepIdentifier == "pagescreen") && _co.editorService.showAddPageOption); _ck(_v, 2, 0, currVal_0); var currVal_1 = ((_co.editorService.stepIdentifier == "pagescreen") && _co.editorService.showPageDetails); _ck(_v, 4, 0, currVal_1); var currVal_2 = _co.editorService.formsPage.elements; _ck(_v, 6, 0, currVal_2); var currVal_3 = _co.hideQuestion; _ck(_v, 13, 0, currVal_3); var currVal_4 = _co.hideQuestion; _ck(_v, 15, 0, currVal_4); var currVal_5 = (_co.openPortal !== "RESPONSIBILITY_CHECKPOINT"); _ck(_v, 17, 0, currVal_5); }, null); }
100
- function View_CreateAssessmentContainerComponent_22(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [["class", "fullscreen-btn vx-fs-14 vx-txt-blue vx-p-0 vx-m-0 vx-mb-3 vx-d-flex vx-align-center vx-justify-center"], ["delay", "0"], ["placement", "left"], ["type", "black"]], null, [[null, "click"], [null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("mouseenter" === en)) {
116
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE90A"])), (_l()(), i1.ɵted(-1, null, [" NEXT QUESTION"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_21)), i1.ɵdid(13, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_22)), i1.ɵdid(15, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_23)), i1.ɵdid(17, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(0, null, null, 0))], function (_ck, _v) { var _co = _v.component; var currVal_0 = ((_co.editorService.stepIdentifier == "pagescreen") && _co.editorService.showAddPageOption); _ck(_v, 2, 0, currVal_0); var currVal_1 = ((_co.editorService.stepIdentifier == "pagescreen") && _co.editorService.showPageDetails); _ck(_v, 4, 0, currVal_1); var currVal_2 = _co.editorService.formsPage.elements; _ck(_v, 6, 0, currVal_2); var currVal_3 = _co.hideQuestion; _ck(_v, 13, 0, currVal_3); var currVal_4 = _co.hideQuestion; _ck(_v, 15, 0, currVal_4); var currVal_5 = (_co.openPortal !== "RESPONSIBILITY_CHECKPOINT"); _ck(_v, 17, 0, currVal_5); }, null); }
117
+ function View_CreateAssessmentContainerComponent_25(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [["class", "fullscreen-btn vx-fs-14 vx-txt-blue vx-p-0 vx-m-0 vx-mb-3 vx-d-flex vx-align-center vx-justify-center"], ["delay", "0"], ["placement", "left"], ["type", "black"]], null, [[null, "click"], [null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("mouseenter" === en)) {
101
118
  var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
102
119
  ad = (pd_0 && ad);
103
120
  } if (("mouseover" === en)) {
@@ -115,8 +132,8 @@ function View_CreateAssessmentContainerComponent_22(_l) { return i1.ɵvid(0, [(_
115
132
  } if (("click" === en)) {
116
133
  var pd_5 = (_co.clickExpand() !== false);
117
134
  ad = (pd_5 && ad);
118
- } return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i16.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵeld(2, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE945"]))], function (_ck, _v) { var currVal_0 = "Expand Page"; var currVal_1 = "left"; var currVal_2 = "black"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
119
- function View_CreateAssessmentContainerComponent_23(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [["class", "fullscreen-btn vx-fs-14 vx-txt-blue vx-p-0 vx-m-0 vx-mb-3 vx-d-flex vx-align-center vx-justify-center"], ["delay", "0"], ["placement", "left"], ["type", "black"]], null, [[null, "click"], [null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("mouseenter" === en)) {
135
+ } return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i18.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵeld(2, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE945"]))], function (_ck, _v) { var currVal_0 = "Expand Page"; var currVal_1 = "left"; var currVal_2 = "black"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
136
+ function View_CreateAssessmentContainerComponent_26(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [["class", "fullscreen-btn vx-fs-14 vx-txt-blue vx-p-0 vx-m-0 vx-mb-3 vx-d-flex vx-align-center vx-justify-center"], ["delay", "0"], ["placement", "left"], ["type", "black"]], null, [[null, "click"], [null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("mouseenter" === en)) {
120
137
  var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
121
138
  ad = (pd_0 && ad);
122
139
  } if (("mouseover" === en)) {
@@ -134,8 +151,8 @@ function View_CreateAssessmentContainerComponent_23(_l) { return i1.ɵvid(0, [(_
134
151
  } if (("click" === en)) {
135
152
  var pd_5 = (_co.closeExpand() !== false);
136
153
  ad = (pd_5 && ad);
137
- } return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i16.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵeld(2, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE944"]))], function (_ck, _v) { var currVal_0 = "Shrink Page"; var currVal_1 = "left"; var currVal_2 = "black"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
138
- function View_CreateAssessmentContainerComponent_24(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [["class", "delete-btn vx-fs-14 vx-txt-red vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center"], ["delay", "0"], ["placement", "left"], ["type", "black"]], null, [[null, "click"], [null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("mouseenter" === en)) {
154
+ } return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i18.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵeld(2, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE944"]))], function (_ck, _v) { var currVal_0 = "Shrink Page"; var currVal_1 = "left"; var currVal_2 = "black"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
155
+ function View_CreateAssessmentContainerComponent_27(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [["class", "delete-btn vx-fs-14 vx-txt-red vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center"], ["delay", "0"], ["placement", "left"], ["type", "black"]], null, [[null, "click"], [null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("mouseenter" === en)) {
139
156
  var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
140
157
  ad = (pd_0 && ad);
141
158
  } if (("mouseover" === en)) {
@@ -153,20 +170,21 @@ function View_CreateAssessmentContainerComponent_24(_l) { return i1.ɵvid(0, [(_
153
170
  } if (("click" === en)) {
154
171
  var pd_5 = (_co.deletePage() !== false);
155
172
  ad = (pd_5 && ad);
156
- } return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i16.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵeld(2, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE923"]))], function (_ck, _v) { var currVal_0 = "Delete Page"; var currVal_1 = "left"; var currVal_2 = "black"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
157
- function View_CreateAssessmentContainerComponent_25(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "button", [["class", " white-btn vx-fs-14 vx-fw-500 vx-txt-blue vx-tt-uppercase vx-p-0 vx-m-0 vx-ml-1 vx-mr-1 vx-d-flex vx-align-center vx-justify-center"]], [[2, "disabled", null]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
173
+ } return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i18.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵeld(2, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE923"]))], function (_ck, _v) { var currVal_0 = "Delete Page"; var currVal_1 = "left"; var currVal_2 = "black"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
174
+ function View_CreateAssessmentContainerComponent_24(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "div", [["class", "right-side-btn"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_25)), i1.ɵdid(2, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_26)), i1.ɵdid(4, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_27)), i1.ɵdid(6, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = !_co.expandPage; _ck(_v, 2, 0, currVal_0); var currVal_1 = _co.expandPage; _ck(_v, 4, 0, currVal_1); var currVal_2 = (_co.editorService.stepIdentifier == "pagescreen"); _ck(_v, 6, 0, currVal_2); }, null); }
175
+ function View_CreateAssessmentContainerComponent_28(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "button", [["class", " white-btn vx-fs-14 vx-fw-500 vx-txt-blue vx-tt-uppercase vx-p-0 vx-m-0 vx-ml-1 vx-mr-1 vx-d-flex vx-align-center vx-justify-center"]], [[2, "disabled", null]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
158
176
  var pd_0 = (_co.submitAfterErrorCheck("DRAFT") !== false);
159
177
  ad = (pd_0 && ad);
160
178
  } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["SAVE AS DRAFT"]))], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = (_co.assessmentCurrentState === "ACTIVE"); _ck(_v, 0, 0, currVal_0); }); }
161
- function View_CreateAssessmentContainerComponent_26(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "button", [["class", " blue-btn vx-fs-14 vx-fw-500 vx-txt-white vx-tt-uppercase vx-p-0 vx-m-0 vx-ml-1 vx-mr-1 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
179
+ function View_CreateAssessmentContainerComponent_29(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "button", [["class", " blue-btn vx-fs-14 vx-fw-500 vx-txt-white vx-tt-uppercase vx-p-0 vx-m-0 vx-ml-1 vx-mr-1 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
162
180
  var pd_0 = (_co.submitAfterErrorCheck("ACTIVE") !== false);
163
181
  ad = (pd_0 && ad);
164
182
  } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["PUBLISH"]))], null, null); }
165
- function View_CreateAssessmentContainerComponent_27(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [["class", " blue-btn vx-fs-14 vx-fw-500 vx-txt-white vx-tt-uppercase vx-p-0 vx-m-0 vx-ml-1 vx-mr-1 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
183
+ function View_CreateAssessmentContainerComponent_30(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [["class", " blue-btn vx-fs-14 vx-fw-500 vx-txt-white vx-tt-uppercase vx-p-0 vx-m-0 vx-ml-1 vx-mr-1 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
166
184
  var pd_0 = (_co.submitAfterErrorCheck("ACTIVE") !== false);
167
185
  ad = (pd_0 && ad);
168
186
  } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["NEXT \u00A0"])), (_l()(), i1.ɵeld(2, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE91E"]))], null, null); }
169
- function View_CreateAssessmentContainerComponent_28(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [["class", "close-btn vx-fs-12 vx-txt-white vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center"], ["delay", "0"], ["placement", "left"], ["type", "black"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
187
+ function View_CreateAssessmentContainerComponent_31(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [["class", "close-btn vx-fs-12 vx-txt-white vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center"], ["delay", "0"], ["placement", "left"], ["type", "black"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
170
188
  var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
171
189
  ad = (pd_0 && ad);
172
190
  } if (("mouseover" === en)) {
@@ -181,50 +199,38 @@ function View_CreateAssessmentContainerComponent_28(_l) { return i1.ɵvid(0, [(_
181
199
  } if (("click" === en)) {
182
200
  var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
183
201
  ad = (pd_4 && ad);
184
- } return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i16.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵeld(2, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE90D"]))], function (_ck, _v) { var currVal_0 = "Close"; var currVal_1 = "left"; var currVal_2 = "black"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
185
- function View_CreateAssessmentContainerComponent_10(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 27, null, null, null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 26, "div", [["class", "editor-section"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 14, "div", [["class", "editor-section-body vx-d-flex"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "app-toolkit", [], null, [[null, "addQuestion"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("addQuestion" === en)) {
202
+ } return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i18.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵeld(2, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE90D"]))], function (_ck, _v) { var currVal_0 = "Close"; var currVal_1 = "left"; var currVal_2 = "black"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
203
+ function View_CreateAssessmentContainerComponent_12(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 22, null, null, null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 21, "div", [["class", "editor-section"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 9, "div", [["class", "editor-section-body vx-d-flex"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "app-toolkit", [], null, [[null, "addQuestion"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("addQuestion" === en)) {
186
204
  var pd_0 = (_co.editorService.addQuestion($event) !== false);
187
205
  ad = (pd_0 && ad);
188
- } return ad; }, i17.View_ToolkitComponent_0, i17.RenderType_ToolkitComponent)), i1.ɵdid(4, 114688, null, 0, i18.ToolkitComponent, [], null, { addQuestion: "addQuestion" }), (_l()(), i1.ɵeld(5, 0, null, null, 4, "div", [["class", "editor-section-inner"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_11)), i1.ɵdid(7, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_12)), i1.ɵdid(9, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(10, 0, null, null, 6, "div", [["class", "right-side-btn"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_22)), i1.ɵdid(12, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_23)), i1.ɵdid(14, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_24)), i1.ɵdid(16, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(17, 0, null, null, 10, "div", [["class", "editor-section-footer vx-d-flex vx-align-center vx-justify-center vx-mt-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(18, 0, null, null, 1, "button", [["class", "cancel-btn vx-fs-14 vx-fw-500 vx-txt-red vx-tt-uppercase vx-p-0 vx-m-0 vx-ml-1 vx-mr-1 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
206
+ } return ad; }, i19.View_ToolkitComponent_0, i19.RenderType_ToolkitComponent)), i1.ɵdid(4, 114688, null, 0, i20.ToolkitComponent, [], null, { addQuestion: "addQuestion" }), (_l()(), i1.ɵeld(5, 0, null, null, 4, "div", [["class", "editor-section-inner"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_13)), i1.ɵdid(7, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_14)), i1.ɵdid(9, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_24)), i1.ɵdid(11, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(12, 0, null, null, 10, "div", [["class", "editor-section-footer vx-d-flex vx-align-center vx-justify-center vx-mt-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(13, 0, null, null, 1, "button", [["class", "cancel-btn vx-fs-14 vx-fw-500 vx-txt-red vx-tt-uppercase vx-p-0 vx-m-0 vx-ml-1 vx-mr-1 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
189
207
  var pd_0 = (_co.setIsUploaded.emit(false) !== false);
190
208
  ad = (pd_0 && ad);
191
- } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["CANCEL"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_25)), i1.ɵdid(21, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_26)), i1.ɵdid(23, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_27)), i1.ɵdid(25, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_28)), i1.ɵdid(27, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; _ck(_v, 4, 0); var currVal_0 = (_co.editorService.stepIdentifier == "welcomescreen"); _ck(_v, 7, 0, currVal_0); var currVal_1 = (_co.editorService.stepIdentifier == "pagescreen"); _ck(_v, 9, 0, currVal_1); var currVal_2 = !_co.expandPage; _ck(_v, 12, 0, currVal_2); var currVal_3 = _co.expandPage; _ck(_v, 14, 0, currVal_3); var currVal_4 = (_co.editorService.stepIdentifier == "pagescreen"); _ck(_v, 16, 0, currVal_4); var currVal_5 = (_co.openPortal === "ASSESSMENT_IMPORT"); _ck(_v, 21, 0, currVal_5); var currVal_6 = (_co.openPortal === "ASSESSMENT_IMPORT"); _ck(_v, 23, 0, currVal_6); var currVal_7 = (_co.openPortal === "RESPONSIBILITY_CHECKPOINT"); _ck(_v, 25, 0, currVal_7); var currVal_8 = false; _ck(_v, 27, 0, currVal_8); }, null); }
192
- function View_CreateAssessmentContainerComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 36, "div", [["class", "create-assessment-container"]], [[2, "full-page", null]], null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 30, "div", [["class", "create-assessment-head vx-p-2 vx-pl-3 vx-d-flex vx-align-center vx-justify-between"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 5, "div", [["class", "left vx-d-flex vx-align-center"]], [[2, "with-template-btn", null]], null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "span", [["class", "id vx-fs-10 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mr-2"]], null, null, null, null, null)), (_l()(), i1.ɵted(4, null, ["", ""])), (_l()(), i1.ɵeld(5, 0, null, null, 2, "span", [["class", "heading vx-fs-16 vx-label-txt vx-mr-2 vx-lh-6"], ["delay", "0"], ["placement", "bottom-left"], ["type", "black"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
193
- var pd_0 = (i1.ɵnov(_v, 6).onMouseEnter() !== false);
209
+ } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["CANCEL"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_28)), i1.ɵdid(16, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_29)), i1.ɵdid(18, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_30)), i1.ɵdid(20, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_31)), i1.ɵdid(22, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; _ck(_v, 4, 0); var currVal_0 = (_co.editorService.stepIdentifier == "welcomescreen"); _ck(_v, 7, 0, currVal_0); var currVal_1 = (_co.editorService.stepIdentifier == "pagescreen"); _ck(_v, 9, 0, currVal_1); var currVal_2 = (_co.openPortal !== "RESPONSIBILITY_CHECKPOINT"); _ck(_v, 11, 0, currVal_2); var currVal_3 = (_co.openPortal === "ASSESSMENT_IMPORT"); _ck(_v, 16, 0, currVal_3); var currVal_4 = (_co.openPortal === "ASSESSMENT_IMPORT"); _ck(_v, 18, 0, currVal_4); var currVal_5 = (_co.openPortal === "RESPONSIBILITY_CHECKPOINT"); _ck(_v, 20, 0, currVal_5); var currVal_6 = false; _ck(_v, 22, 0, currVal_6); }, null); }
210
+ function View_CreateAssessmentContainerComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 30, "div", [["class", "create-assessment-container"]], [[2, "full-page", null]], null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 24, "div", [["class", "create-assessment-head vx-p-2 vx-pl-3 vx-d-flex vx-align-center vx-justify-between"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 7, "div", [["class", "left vx-d-flex vx-align-center"]], [[2, "with-template-btn", null]], null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "span", [["class", "id vx-fs-10 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mr-2"]], null, null, null, null, null)), (_l()(), i1.ɵted(4, null, ["", ""])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_2)), i1.ɵdid(6, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(7, 0, null, null, 2, "span", [["class", "heading vx-fs-16 vx-label-txt vx-mr-2 vx-lh-6"], ["delay", "0"], ["placement", "bottom-left"], ["type", "black"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
211
+ var pd_0 = (i1.ɵnov(_v, 8).onMouseEnter() !== false);
194
212
  ad = (pd_0 && ad);
195
213
  } if (("mouseover" === en)) {
196
- var pd_1 = (i1.ɵnov(_v, 6).onMouseOver() !== false);
214
+ var pd_1 = (i1.ɵnov(_v, 8).onMouseOver() !== false);
197
215
  ad = (pd_1 && ad);
198
216
  } if (("mouseleave" === en)) {
199
- var pd_2 = (i1.ɵnov(_v, 6).onMouseLeave() !== false);
217
+ var pd_2 = (i1.ɵnov(_v, 8).onMouseLeave() !== false);
200
218
  ad = (pd_2 && ad);
201
219
  } if (("mouseout" === en)) {
202
- var pd_3 = (i1.ɵnov(_v, 6).onMouseOut() !== false);
220
+ var pd_3 = (i1.ɵnov(_v, 8).onMouseOut() !== false);
203
221
  ad = (pd_3 && ad);
204
222
  } if (("click" === en)) {
205
- var pd_4 = (i1.ɵnov(_v, 6).onClick() !== false);
223
+ var pd_4 = (i1.ɵnov(_v, 8).onClick() !== false);
206
224
  ad = (pd_4 && ad);
207
- } return ad; }, null, null)), i1.ɵdid(6, 81920, null, 0, i16.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(7, null, ["", ""])), (_l()(), i1.ɵeld(8, 0, null, null, 23, "div", [["class", "right vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 9, "button", [["appPopover", ""], ["class", "page-dropdown vx-p-0 vx-pl-1 vx-pr-2 vx-m-0 vx-d-flex vx-align-center"], ["placement", "right"]], [[2, "disabled", null]], [[null, "click"], [null, "mouseenter"], [null, "mouseover"]], function (_v, en, $event) { var ad = true; if (("click" === en)) {
208
- var pd_0 = (i1.ɵnov(_v, 10).click() !== false);
209
- ad = (pd_0 && ad);
210
- } if (("mouseenter" === en)) {
211
- var pd_1 = (i1.ɵnov(_v, 10).onMouseEnter() !== false);
212
- ad = (pd_1 && ad);
213
- } if (("mouseover" === en)) {
214
- var pd_2 = (i1.ɵnov(_v, 10).onMouseOver() !== false);
215
- ad = (pd_2 && ad);
216
- } if (("click" === en)) {
217
- var pd_3 = (i1.ɵnov(_v, 20).popover() !== false);
218
- ad = (pd_3 && ad);
219
- } return ad; }, null, null)), i1.ɵdid(10, 16384, null, 0, i19.PopoverDirective, [i1.ElementRef, i20.PopoverService], { placement: [0, "placement"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_2)), i1.ɵdid(12, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_3)), i1.ɵdid(14, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_4)), i1.ɵdid(16, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(17, 0, null, null, 1, "i", [["class", "icons arrow vx-fs-10 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9E8"])), (_l()(), i1.ɵeld(19, 0, null, null, 8, "app-popover", [], null, [["window", "resize"]], function (_v, en, $event) { var ad = true; if (("window:resize" === en)) {
220
- var pd_0 = (i1.ɵnov(_v, 20).sizeChange($event) !== false);
225
+ } return ad; }, null, null)), i1.ɵdid(8, 81920, null, 0, i18.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(9, null, ["", ""])), (_l()(), i1.ɵeld(10, 0, null, null, 15, "div", [["class", "right vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_3)), i1.ɵdid(12, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(13, 0, null, null, 8, "app-popover", [], null, [["window", "resize"]], function (_v, en, $event) { var ad = true; if (("window:resize" === en)) {
226
+ var pd_0 = (i1.ɵnov(_v, 14).sizeChange($event) !== false);
221
227
  ad = (pd_0 && ad);
222
- } return ad; }, i21.View_PopoverComponent_0, i21.RenderType_PopoverComponent)), i1.ɵdid(20, 114688, [["action", 4]], 0, i22.PopoverComponent, [i20.PopoverService], null, null), (_l()(), i1.ɵeld(21, 0, null, 0, 6, "div", [["class", "page-dropdown-popup"]], null, null, null, null, null)), (_l()(), i1.ɵeld(22, 0, null, null, 2, "ul", [["class", "vx-p-0 vx-m-0"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_5)), i1.ɵdid(24, 278528, null, 0, i4.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), (_l()(), i1.ɵeld(25, 0, null, null, 2, "div", [["class", "action-bottom vx-d-flex vx-align-center vx-justify-end vx-p-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(26, 0, null, null, 1, "button", [["class", "add-page vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-p-0 vx-pl-2 vx-pr-2 vx-m-0 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
228
+ } return ad; }, i21.View_PopoverComponent_0, i21.RenderType_PopoverComponent)), i1.ɵdid(14, 114688, [["action", 4]], 0, i22.PopoverComponent, [i3.PopoverService], null, null), (_l()(), i1.ɵeld(15, 0, null, 0, 6, "div", [["class", "page-dropdown-popup"]], null, null, null, null, null)), (_l()(), i1.ɵeld(16, 0, null, null, 2, "ul", [["class", "vx-p-0 vx-m-0"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_7)), i1.ɵdid(18, 278528, null, 0, i4.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), (_l()(), i1.ɵeld(19, 0, null, null, 2, "div", [["class", "action-bottom vx-d-flex vx-align-center vx-justify-end vx-p-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(20, 0, null, null, 1, "button", [["class", "add-page vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-p-0 vx-pl-2 vx-pr-2 vx-m-0 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
223
229
  var pd_0 = (_co.addNewPage() !== false);
224
230
  ad = (pd_0 && ad);
225
- } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["ADD NEW PAGE"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_6)), i1.ɵdid(29, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_7)), i1.ɵdid(31, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(32, 0, null, null, 4, "div", [["class", "create-assessment-body"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_8)), i1.ɵdid(34, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_10)), i1.ɵdid(36, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_3 = _co.assessmentName; var currVal_4 = "bottom-left"; var currVal_5 = "black"; var currVal_6 = false; _ck(_v, 6, 0, currVal_3, currVal_4, currVal_5, currVal_6); var currVal_9 = "right"; _ck(_v, 10, 0, currVal_9); var currVal_10 = (_co.editorService.currentPageNumber > 0); _ck(_v, 12, 0, currVal_10); var currVal_11 = (_co.editorService.currentPageNumber === (-1)); _ck(_v, 14, 0, currVal_11); var currVal_12 = (_co.editorService.currentPageNumber === (-2)); _ck(_v, 16, 0, currVal_12); _ck(_v, 20, 0); var currVal_13 = _co.generatePageDropdown(); _ck(_v, 24, 0, currVal_13); var currVal_14 = (_co.openPortal !== "RESPONSIBILITY_CHECKPOINT"); _ck(_v, 29, 0, currVal_14); var currVal_15 = false; _ck(_v, 31, 0, currVal_15); var currVal_16 = (_co.editorService.stepIdentifier == "pagescreen"); _ck(_v, 34, 0, currVal_16); var currVal_17 = (!_co.isPageEmpty() || (_co.editorService.currentPageNumber < 0)); _ck(_v, 36, 0, currVal_17); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.expandPage; _ck(_v, 0, 0, currVal_0); var currVal_1 = false; _ck(_v, 2, 0, currVal_1); var currVal_2 = _co.assessmentControlId; _ck(_v, 4, 0, currVal_2); var currVal_7 = _co.assessmentName; _ck(_v, 7, 0, currVal_7); var currVal_8 = (_co.openPortal === "RESPONSIBILITY_CHECKPOINT"); _ck(_v, 9, 0, currVal_8); }); }
231
+ } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["ADD NEW PAGE"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_8)), i1.ɵdid(23, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_9)), i1.ɵdid(25, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(26, 0, null, null, 4, "div", [["class", "create-assessment-body"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_10)), i1.ɵdid(28, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_12)), i1.ɵdid(30, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_3 = (_co.openPortal === "RESPONSIBILITY_CHECKPOINT"); _ck(_v, 6, 0, currVal_3); var currVal_4 = ((_co.openPortal === "RESPONSIBILITY_CHECKPOINT") ? "Add Checkpoints" : _co.assessmentName); var currVal_5 = "bottom-left"; var currVal_6 = "black"; var currVal_7 = false; _ck(_v, 8, 0, currVal_4, currVal_5, currVal_6, currVal_7); var currVal_9 = (_co.openPortal !== "RESPONSIBILITY_CHECKPOINT"); _ck(_v, 12, 0, currVal_9); _ck(_v, 14, 0); var currVal_10 = _co.generatePageDropdown(); _ck(_v, 18, 0, currVal_10); var currVal_11 = (_co.openPortal !== "RESPONSIBILITY_CHECKPOINT"); _ck(_v, 23, 0, currVal_11); var currVal_12 = false; _ck(_v, 25, 0, currVal_12); var currVal_13 = (_co.editorService.stepIdentifier == "pagescreen"); _ck(_v, 28, 0, currVal_13); var currVal_14 = (!_co.isPageEmpty() || (_co.editorService.currentPageNumber < 0)); _ck(_v, 30, 0, currVal_14); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.expandPage; _ck(_v, 0, 0, currVal_0); var currVal_1 = false; _ck(_v, 2, 0, currVal_1); var currVal_2 = _co.assessmentControlId; _ck(_v, 4, 0, currVal_2); var currVal_8 = ((_co.openPortal === "RESPONSIBILITY_CHECKPOINT") ? "Add Checkpoints" : _co.assessmentName); _ck(_v, 9, 0, currVal_8); }); }
226
232
  export function View_CreateAssessmentContainerComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, null, null, null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CreateAssessmentContainerComponent_1)), i1.ɵdid(2, 16384, null, 0, i4.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = (_co.pageMode === "EDIT"); _ck(_v, 2, 0, currVal_0); }, null); }
227
- export function View_CreateAssessmentContainerComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "app-create-assessment-container", [], null, null, null, View_CreateAssessmentContainerComponent_0, RenderType_CreateAssessmentContainerComponent)), i1.ɵprd(512, null, i15.EditorService, i15.EditorService, [i23.HttpClient, [2, i7.Configurations]]), i1.ɵdid(2, 114688, null, 0, i24.CreateAssessmentContainerComponent, [i25.DialogService, i15.EditorService, i26.ActivatedRoute, i27.SnackBarService, i26.Router], null, null)], function (_ck, _v) { _ck(_v, 2, 0); }, null); }
233
+ export function View_CreateAssessmentContainerComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "app-create-assessment-container", [], null, null, null, View_CreateAssessmentContainerComponent_0, RenderType_CreateAssessmentContainerComponent)), i1.ɵprd(512, null, i17.EditorService, i17.EditorService, [i23.HttpClient, [2, i9.Configurations]]), i1.ɵdid(2, 114688, null, 0, i24.CreateAssessmentContainerComponent, [i25.DialogService, i17.EditorService, i26.ActivatedRoute, i27.SnackBarService, i26.Router], null, null)], function (_ck, _v) { _ck(_v, 2, 0); }, null); }
228
234
  var CreateAssessmentContainerComponentNgFactory = i1.ɵccf("app-create-assessment-container", i24.CreateAssessmentContainerComponent, View_CreateAssessmentContainerComponent_Host_0, { openPortal: "openPortal", assessmentData: "assessmentJSON", checkpointData: "checkpointJSON" }, { setIsUploaded: "setIsUploaded", postAssessment: "postAssessment" }, []);
229
235
  export { CreateAssessmentContainerComponentNgFactory as CreateAssessmentContainerComponentNgFactory };
230
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3JlYXRlLWFzc2Vzc21lbnQtY29udGFpbmVyLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NyZWF0ZS1hc3Nlc3NtZW50LWNvbnRhaW5lci9jcmVhdGUtYXNzZXNzbWVudC1jb250YWluZXIuY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY3JlYXRlLWFzc2Vzc21lbnQtY29udGFpbmVyL2NyZWF0ZS1hc3Nlc3NtZW50LWNvbnRhaW5lci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzZFQ1VvQixzS0FBdUwsS0FBaEQsaU5BQXlDOzZFQUNoTCxzS0FBK0osS0FBckIsMkNBQWM7NkVBQ3hKLHNLQUFnSyxLQUF0Qiw0Q0FBZTs2RUFPakosaUhBTUssS0FMRCxrTUFJUyxZQUpzRTs7d0JBQTJCO01BQTFHLHdCQUlTLGdDQUp5QywyREFBNEIsOEJBQTlFLFlBSVMsRUFKeUMsU0FBNEI7NkVBWTlGLG9SQUE0VCxZQUFwSDs7d0JBQThCO01BQXRPLHdCQUE0VCxLQUFyRix1SEFBd0QsS0FBWixtQ0FBUSxNQUFJLGlEQUFvQjs2RUFDblQsZ09BQXFQLEtBQWxGLHVIQUF3RCxLQUFaLG1DQUFRLE1BQUksOENBQWlCOzZFQU01Tyx5SkFhTSxLQVpGLHVIQUlNLEtBRkYsa0pBQTZHLEtBQXRDLDZEQUFnQyxNQUN2RyxvSkFBeUYsWUFBdEU7O3dCQUFpRDtNQUFwRSx5TkFBeUY7NkVBTHJHLDZFQWVlLEtBZFgs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LEdBQTFELGFBQTRULEVBQXBULFVBQWtELEdBQ2xELHNCQUFhLEVBQXJCLGFBQXFQLEVBQTdPLFVBQWEsR0FLWCxrRUFBa0QsR0FBaEUsYUFlZSxFQWZELFVBQWtELEdBaUJsRCxnRkFBNkQsSUFBM0UsYUErQ2UsRUEvQ0QsVUFBNkQsbURBdERkLG1CQUE4QixhQUFuRyxZQXdHTSxFQXhHK0QsU0FBOEIsR0FFL0MscUJBQWlDLEVBQTdFLFlBSU0sRUFKc0MsU0FBaUMsR0FDQSxnRUFBdUIsR0FDb0UsMkRBQWtCLEdBSTlLLCtEQUE2RCxHQUFyRSxZQU1TLEVBTkQsU0FBNkQ7b0ZBVHJGLDZFQTJHZSxLQTFHWCxrTUF3R00saURBeEdELHdDQUEyQixHQUFoQyxZQXdHTSxFQXhHRCxTQUEyQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiIsIjxuZy1jb250YWluZXI+XHJcbiAgICA8ZGl2ICpuZ0lmPVwicGFnZU1vZGUgPT09ICdFRElUJ1wiIGNsYXNzPVwiY3JlYXRlLWFzc2Vzc21lbnQtY29udGFpbmVyXCIgW2NsYXNzLmZ1bGwtcGFnZV09XCJleHBhbmRQYWdlXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNyZWF0ZS1hc3Nlc3NtZW50LWhlYWQgdngtcC0yIHZ4LXBsLTMgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWJldHdlZW5cIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImxlZnQgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiIFtjbGFzcy53aXRoLXRlbXBsYXRlLWJ0bl09XCJmYWxzZVwiPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpZCB2eC1mcy0xMCB2eC1mdy01MDAgdngtbGFiZWwtdHh0IHZ4LXR0LXVwcGVyY2FzZSB2eC1tci0yXCI+e3thc3Nlc3NtZW50Q29udHJvbElkfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImhlYWRpbmcgdngtZnMtMTYgdngtbGFiZWwtdHh0IHZ4LW1yLTIgdngtbGgtNlwiIFthcHBUb29sdGlwXT1cImFzc2Vzc21lbnROYW1lXCIgcGxhY2VtZW50PVwiYm90dG9tLWxlZnRcIiBkZWxheT1cIjBcIiB0eXBlPVwiYmxhY2tcIiBbdG9vbHRpcE1hbmRhdG9yeV09XCJmYWxzZVwiPnt7YXNzZXNzbWVudE5hbWV9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDwhLS0gPGJ1dHRvbiBjbGFzcz1cImVkaXQtYnRuIHZ4LWZzLTE0IHZ4LXR4dC1ibHVlIHZ4LXAtMCB2eC1tLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiPjxpIGNsYXNzPVwiaWNvbnNcIj4mI3hlOWJhOzwvaT48L2J1dHRvbj4gLS0+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwicmlnaHQgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiPlxyXG4gICAgICAgICAgICAgICAgPGJ1dHRvbiBbY2xhc3MuZGlzYWJsZWRdPVwib3BlblBvcnRhbCA9PT0gJ1JFU1BPTlNJQklMSVRZX0NIRUNLUE9JTlQnXCIgY2xhc3M9XCJwYWdlLWRyb3Bkb3duIHZ4LXAtMCB2eC1wbC0xIHZ4LXByLTIgdngtbS0wIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIiBhcHBQb3BvdmVyIChjbGljayk9XCJhY3Rpb24ucG9wb3ZlcigpXCIgcGxhY2VtZW50PVwicmlnaHRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInBhZ2UtbGFiZWwgdngtZnMtOSB2eC1mdy02MDAgdngtdHQtdXBwZXJjYXNlIHZ4LXBsLTEgdngtcHItMSB2eC1tci0yIHZ4LWxoLTNcIiAqbmdJZj1cImVkaXRvclNlcnZpY2UuY3VycmVudFBhZ2VOdW1iZXIgPiAwXCI+UEFHRSB7e2VkaXRvclNlcnZpY2U/LmN1cnJlbnRQYWdlTnVtYmVyfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJwYWdlLWxhYmVsIHZ4LWZzLTkgdngtZnctNjAwIHZ4LXR0LXVwcGVyY2FzZSB2eC1wbC0xIHZ4LXByLTEgdngtbXItMiB2eC1saC0zXCIgKm5nSWY9XCJlZGl0b3JTZXJ2aWNlLmN1cnJlbnRQYWdlTnVtYmVyID09PSAtMVwiPldlbGNvbWUgU2NyZWVuPC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwicGFnZS1sYWJlbCB2eC1mcy05IHZ4LWZ3LTYwMCB2eC10dC11cHBlcmNhc2UgdngtcGwtMSB2eC1wci0xIHZ4LW1yLTIgdngtbGgtM1wiICpuZ0lmPVwiZWRpdG9yU2VydmljZS5jdXJyZW50UGFnZU51bWJlciA9PT0gLTJcIj5UaGFua3lvdSBTY3JlZW48L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgPCEtLSA8c3BhbiBjbGFzcz1cInBhZ2UtbnVtYmVyIHZ4LWZzLTExIHZ4LXBhcmFncmFwaC10eHRcIiAqbmdJZj1cImVkaXRvclNlcnZpY2Uuc3RlcElkZW50aWZpZXI9PSdwYWdlc2NyZWVuJ1wiPnt7ZWRpdG9yU2VydmljZT8uY3VycmVudFBhZ2VEZXRhaWxzPy5wYWdlTmFtZX19PC9zcGFuPiAtLT5cclxuICAgICAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImljb25zIGFycm93IHZ4LWZzLTEwIHZ4LXBhcmFncmFwaC10eHRcIj4mI3hlOWU4OzwvaT5cclxuICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgPGFwcC1wb3BvdmVyICNhY3Rpb24+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInBhZ2UtZHJvcGRvd24tcG9wdXBcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHVsIGNsYXNzPVwidngtcC0wIHZ4LW0tMFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwidngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiICpuZ0Zvcj1cImxldCBkYXRhIG9mIGdlbmVyYXRlUGFnZURyb3Bkb3duKClcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwidngtZC1ibG9jayB2eC1wLTIgdngtbS0wIHZ4LXctMTAwXCIgW2lubmVySFRNTF09XCJkYXRhPy50ZW1wbGF0ZVwiIChjbGljayk9XCJwYWdlQ2hhbmdlZChkYXRhKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8IS0tIDxzcGFuIGNsYXNzPVwicGFnZS1sYWJlbCB2eC1mcy05IHZ4LWZ3LTYwMCB2eC10dC11cHBlcmNhc2UgdngtcGwtMSB2eC1wci0xIHZ4LW1yLTIgdngtbGgtM1wiPlBBR0U8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwicGFnZS1udW1iZXIgdngtZnMtMTEgdngtcGFyYWdyYXBoLXR4dFwiPjE8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7ZGF0YXxqc29ufX0gLS0+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L3VsPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYWN0aW9uLWJvdHRvbSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktZW5kIHZ4LXAtMlwiID5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gKGNsaWNrKT1cImFkZE5ld1BhZ2UoKVwiIGNsYXNzPVwiYWRkLXBhZ2UgdngtZnMtMTEgdngtZnctNTAwIHZ4LXR4dC13aGl0ZSB2eC10dC11cHBlcmNhc2UgdngtcC0wIHZ4LXBsLTIgdngtcHItMiB2eC1tLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiPkFERCBORVcgUEFHRTwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvYXBwLXBvcG92ZXI+XHJcbiAgICAgICAgICAgICAgICA8YnV0dG9uICpuZ0lmPVwib3BlblBvcnRhbCAhPT0gJ1JFU1BPTlNJQklMSVRZX0NIRUNLUE9JTlQnXCIgY2xhc3M9XCJzZXR0aW5ncy1idG4gdngtZnMtMTEgdngtZnctNTAwIHZ4LXR4dC13aGl0ZSB2eC10dC11cHBlcmNhc2UgdngtbGgtNiB2eC1wLTAgdngtcGwtMiB2eC1wci0yIHZ4LW0tMCB2eC1tbC0xIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIiAoY2xpY2spPVwiYXNzZXNzbWVudFNldHRpbmdzKClcIj48aSBjbGFzcz1cImljb25zIHZ4LWZzLTEyIHZ4LWQtZmxleCB2eC1tci0xXCI+JiN4ZTkxMzs8L2k+IEFTU0VTU01FTlQgU0VUVElOR1M8L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgIDxidXR0b24gKm5nSWY9XCJmYWxzZVwiIGNsYXNzPVwidGVtcGxhdGUtYnRuIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC10eHQtd2hpdGUgdngtdHQtdXBwZXJjYXNlIHZ4LWxoLTYgdngtcC0wIHZ4LXBsLTIgdngtcHItMiB2eC1tLTAgdngtbWwtMSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyXCI+PGkgY2xhc3M9XCJpY29ucyB2eC1mcy0xMiB2eC1kLWZsZXggdngtbXItMVwiPiYjeGU5ZWQ7PC9pPiBTQVZFIEFTIFRFTVBMQVRFPC9idXR0b24+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjcmVhdGUtYXNzZXNzbWVudC1ib2R5XCI+XHJcbiAgICAgICAgICAgIFxyXG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiZWRpdG9yU2VydmljZS5zdGVwSWRlbnRpZmllcj09J3BhZ2VzY3JlZW4nXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2ICpuZ0lmPVwiaXNQYWdlRW1wdHkoKVwiIGNsYXNzPVwic2VsZWN0LXF1ZXN0aW9uLXBhcnQgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJxdWVzdGlvbi1pbm5lciB2eC1wbC01IHZ4LXBiLTVcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPCEtLSA8YnV0dG9uIGNsYXNzPVwicGFnZS10aXRsZSB2eC1mcy0xMSB2eC1mdy02MDAgdngtbGFiZWwtdHh0IHZ4LXR0LXVwcGVyY2FzZSB2eC1wLTAgdngtbS0wIHZ4LW1sLTEgdngtbXItMSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyIHZ4LXctMTAwXCIgKGNsaWNrKT1cImFkZFBhZ2VEZXRhaWxzKClcIj48aSBjbGFzcz1cImljb25zIHZ4LWZzLTE2IHZ4LW1yLTFcIj4mI3hlOTBhOzwvaT4gUEFHRSBUSVRMRTwvYnV0dG9uPiAtLT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImhlYWRpbmcgdngtZnMtMTggdngtcGFyYWdyYXBoLXR4dCB2eC10ZXh0LWNlbnRlciB2eC13LTEwMFwiPlNlbGVjdCBhIHF1ZXN0aW9uIHR5cGUgdG8gYmVnaW46PC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxhcHAtcXVlc3Rpb24tdHlwZSAoYWRkUXVlc3Rpb24pPVwiZWRpdG9yU2VydmljZS5hZGRRdWVzdGlvbigkZXZlbnQpXCI+PC9hcHAtcXVlc3Rpb24tdHlwZT5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICAgICAgICAgICAgPCEtLSA8bmctdGVtcGxhdGUgI2Vsc2VCbG9jaz5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhcHAtZWRpdG9yLWxvYWRlcj48L2FwcC1lZGl0b3ItbG9hZGVyPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPiAtLT5cclxuXHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XHJcblxyXG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiIWlzUGFnZUVtcHR5KCkgfHwgZWRpdG9yU2VydmljZS5jdXJyZW50UGFnZU51bWJlciA8IDBcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJlZGl0b3Itc2VjdGlvblwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJlZGl0b3Itc2VjdGlvbi1ib2R5IHZ4LWQtZmxleFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8YXBwLXRvb2xraXQgKGFkZFF1ZXN0aW9uKT1cImVkaXRvclNlcnZpY2UuYWRkUXVlc3Rpb24oJGV2ZW50KVwiPjwvYXBwLXRvb2xraXQ+XHJcblxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZWRpdG9yLXNlY3Rpb24taW5uZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhcHAtd2VsY29tZS10aGFua3lvdSAqbmdJZj0nZWRpdG9yU2VydmljZS5zdGVwSWRlbnRpZmllcj09XCJ3ZWxjb21lc2NyZWVuXCInIFtlbnRpdHlEYXRhXT1cImVkaXRvclNlcnZpY2U/LmZvcm1zUGFnZVwiIFtzZXJ2aWNlXT1cImVkaXRvclNlcnZpY2VcIiAoZGVsZXRlUXVlc3Rpb24pPVwiZGVsZXRlUXVlc3Rpb25XaXRoVmFsaWRhdGlvbignd2VsY29tZScpXCI+PC9hcHAtd2VsY29tZS10aGFua3lvdT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPCEtLSA8YXBwLXByZXZpZXctd2VsY29tZT48L2FwcC1wcmV2aWV3LXdlbGNvbWU+IC0tPlxyXG4gICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9J2VkaXRvclNlcnZpY2Uuc3RlcElkZW50aWZpZXI9PVwicGFnZXNjcmVlblwiJz5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiAqbmdJZj0nZWRpdG9yU2VydmljZS5zdGVwSWRlbnRpZmllcj09XCJwYWdlc2NyZWVuXCIgJiYgZWRpdG9yU2VydmljZS5zaG93QWRkUGFnZU9wdGlvbiAnIGNsYXNzPVwicGFnZS10aXRsZSB2eC1mcy0xMSB2eC1mdy02MDAgdngtbGFiZWwtdHh0IHZ4LXR0LXVwcGVyY2FzZSB2eC1wLTAgdngtbS0wIHZ4LW1iLTIgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC13LTEwMFwiIChjbGljayk9XCJhZGRQYWdlRGV0YWlscygpXCI+PGkgY2xhc3M9XCJpY29ucyB2eC1mcy0xNiB2eC1tci0xXCI+JiN4ZTkwYTs8L2k+IFBBR0UgVElUTEU8L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhcHAtcGFnZS1oZWFkZXIgKGVkaXQpPVwiYWRkUGFnZURldGFpbHMoKVwiICpuZ0lmPSdlZGl0b3JTZXJ2aWNlLnN0ZXBJZGVudGlmaWVyPT1cInBhZ2VzY3JlZW5cIiAmJiBlZGl0b3JTZXJ2aWNlLnNob3dQYWdlRGV0YWlscycgW3BhZ2VOYW1lXT1cImVkaXRvclNlcnZpY2UuY3VycmVudFBhZ2VEZXRhaWxzLnBhZ2VOYW1lXCIgW3BhZ2VEZXNjcmlwdGlvbl09XCJlZGl0b3JTZXJ2aWNlLmN1cnJlbnRQYWdlRGV0YWlscy5wYWdlRGVzY3JpcHRpb25cIj48L2FwcC1wYWdlLWhlYWRlcj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IHF1ZXN0aW9uIG9mIGVkaXRvclNlcnZpY2UuZm9ybXNQYWdlLmVsZW1lbnRzO2xldCBxdWVzdGlvbkluZGV4ID0gaW5kZXhcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwicXVlc3Rpb24ucGFnZSA9PT0gZWRpdG9yU2VydmljZS5jdXJyZW50UGFnZU51bWJlciAmJiBlZGl0b3JTZXJ2aWNlLnN0ZXBJZGVudGlmaWVyPT0ncGFnZXNjcmVlbidcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFwcC1lZGl0b3Itd3JhcHBlciAgKm5nSWY9XCJlZGl0b3JTZXJ2aWNlLmFjdGl2ZVF1ZXN0aW9uID09PSBxdWVzdGlvbkluZGV4XCIgW3NlcnZpY2VdPVwiZWRpdG9yU2VydmljZVwiIFtxdWVzdGlvbl09XCJxdWVzdGlvblwiIFtxdWVzdGlvbkluZGV4XT1cInF1ZXN0aW9uSW5kZXhcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAodmFsaWRRdWVzdGlvbkRhdGEpPVwiY2hlY2tmb3JFcnJvcigkZXZlbnQpXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKGRlbGV0ZVF1ZXN0aW9uKT1cImRlbGV0ZVF1ZXN0aW9uV2l0aFZhbGlkYXRpb24oJGV2ZW50KVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChjb3B5UXVlc3Rpb24pPVwiZWRpdG9yU2VydmljZS5jb3B5UXVlc3Rpb24oJGV2ZW50KVwiPjwvYXBwLWVkaXRvci13cmFwcGVyPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YXBwLXByZXZpZXctd3JhcHBlciAqbmdJZj1cImVkaXRvclNlcnZpY2UuYWN0aXZlUXVlc3Rpb24gIT09IHF1ZXN0aW9uSW5kZXhcIiAgW3F1ZXN0aW9uXT1cInF1ZXN0aW9uXCIgW3F1ZXN0aW9uSW5kZXhdPVwicXVlc3Rpb25JbmRleFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChtYWtlQWN0aXZlUXVlc3Rpb24pPVwiZWRpdG9yU2VydmljZS5hY3RpdmVRdWVzdGlvbiA9ICRldmVudFwiPjwvYXBwLXByZXZpZXctd3JhcHBlcj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm5leHQtcXVlc3Rpb24tYXJlYVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJwYWdlLXRpdGxlIHZ4LWZzLTExIHZ4LWZ3LTYwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LXAtMCB2eC1tLTAgdngtbWItMiB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyIHZ4LXctMTAwXCIgKGNsaWNrKT1cIm9wZW5RdWVzdGlvbigpXCI+PGkgY2xhc3M9XCJpY29ucyB2eC1mcy0xNiB2eC1tci0xXCI+JiN4ZTkwYTs8L2k+IE5FWFQgUVVFU1RJT048L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibmV4dC1xdWVzdGlvbi1wb3B1cCB2eC1wLTNcIiAqbmdJZj1cImhpZGVRdWVzdGlvblwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YXBwLXF1ZXN0aW9uLXR5cGUgKGFkZFF1ZXN0aW9uKT1cImVkaXRvclNlcnZpY2UuYWRkUXVlc3Rpb24oJGV2ZW50KTtjbG9zZVF1ZXN0aW9uKClcIj48L2FwcC1xdWVzdGlvbi10eXBlPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJvdmVybGF5XCIgKm5nSWY9XCJoaWRlUXVlc3Rpb25cIiAoY2xpY2spPVwiY2xvc2VRdWVzdGlvbigpXCI+PC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gKm5nSWY9XCJvcGVuUG9ydGFsICE9PSAnUkVTUE9OU0lCSUxJVFlfQ0hFQ0tQT0lOVCdcIiAoY2xpY2spPVwiYWRkTmV3UGFnZSgpXCIgY2xhc3M9XCJwYWdlLXRpdGxlIHZ4LWZzLTExIHZ4LWZ3LTYwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LXAtMCB2eC1tLTAgdngtbWItMiB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyIHZ4LXctMTAwXCI+PGkgY2xhc3M9XCJpY29ucyB2eC1mcy0xNiB2eC1tci0xXCI+JiN4ZTkwYTs8L2k+IEFERCBORVcgUEFHRTwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcblxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicmlnaHQtc2lkZS1idG5cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gKm5nSWY9XCIhZXhwYW5kUGFnZVwiIChjbGljayk9XCJjbGlja0V4cGFuZCgpXCIgY2xhc3M9XCJmdWxsc2NyZWVuLWJ0biB2eC1mcy0xNCB2eC10eHQtYmx1ZSB2eC1wLTAgdngtbS0wIHZ4LW1iLTMgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiIFthcHBUb29sdGlwXT1cIidFeHBhbmQgUGFnZSdcIiBwbGFjZW1lbnQ9XCJsZWZ0XCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwidHJ1ZVwiPjxpIGNsYXNzPVwiaWNvbnNcIj4mI3hlOTQ1OzwvaT48L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gKm5nSWY9XCJleHBhbmRQYWdlXCIgKGNsaWNrKT1cImNsb3NlRXhwYW5kKClcIiBjbGFzcz1cImZ1bGxzY3JlZW4tYnRuIHZ4LWZzLTE0IHZ4LXR4dC1ibHVlIHZ4LXAtMCB2eC1tLTAgdngtbWItMyB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCIgW2FwcFRvb2x0aXBdPVwiJ1NocmluayBQYWdlJ1wiIHBsYWNlbWVudD1cImxlZnRcIiBkZWxheT1cIjBcIiB0eXBlPVwiYmxhY2tcIiBbdG9vbHRpcE1hbmRhdG9yeV09XCJ0cnVlXCI+PGkgY2xhc3M9XCJpY29uc1wiPiYjeGU5NDQ7PC9pPjwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiAqbmdJZj1cImVkaXRvclNlcnZpY2Uuc3RlcElkZW50aWZpZXI9PSdwYWdlc2NyZWVuJ1wiIChjbGljayk9XCJkZWxldGVQYWdlKClcIiBjbGFzcz1cImRlbGV0ZS1idG4gdngtZnMtMTQgdngtdHh0LXJlZCB2eC1wLTAgdngtbS0wIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIiBbYXBwVG9vbHRpcF09XCInRGVsZXRlIFBhZ2UnXCIgcGxhY2VtZW50PVwibGVmdFwiIGRlbGF5PVwiMFwiIHR5cGU9XCJibGFja1wiIFt0b29sdGlwTWFuZGF0b3J5XT1cInRydWVcIj48aSBjbGFzcz1cImljb25zXCI+JiN4ZTkyMzs8L2k+PC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJlZGl0b3Itc2VjdGlvbi1mb290ZXIgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC1tdC00XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gKGNsaWNrKT1cInNldElzVXBsb2FkZWQuZW1pdChmYWxzZSlcIiBjbGFzcz1cImNhbmNlbC1idG4gdngtZnMtMTQgdngtZnctNTAwIHZ4LXR4dC1yZWQgdngtdHQtdXBwZXJjYXNlIHZ4LXAtMCB2eC1tLTAgdngtbWwtMSB2eC1tci0xIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIj5DQU5DRUw8L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiAgKm5nSWY9XCJvcGVuUG9ydGFsID09PSAnQVNTRVNTTUVOVF9JTVBPUlQnXCIgKGNsaWNrKT1cInN1Ym1pdEFmdGVyRXJyb3JDaGVjaygnRFJBRlQnKVwiIFtjbGFzcy5kaXNhYmxlZF09XCJhc3Nlc3NtZW50Q3VycmVudFN0YXRlID09PSAnQUNUSVZFJ1wiIGNsYXNzPVwiIHdoaXRlLWJ0biB2eC1mcy0xNCB2eC1mdy01MDAgdngtdHh0LWJsdWUgdngtdHQtdXBwZXJjYXNlIHZ4LXAtMCB2eC1tLTAgdngtbWwtMSB2eC1tci0xIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIj5TQVZFIEFTIERSQUZUPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gICpuZ0lmPVwib3BlblBvcnRhbCA9PT0gJ0FTU0VTU01FTlRfSU1QT1JUJ1wiIChjbGljayk9XCJzdWJtaXRBZnRlckVycm9yQ2hlY2soJ0FDVElWRScpXCIgY2xhc3M9XCIgYmx1ZS1idG4gdngtZnMtMTQgdngtZnctNTAwIHZ4LXR4dC13aGl0ZSB2eC10dC11cHBlcmNhc2UgdngtcC0wIHZ4LW0tMCB2eC1tbC0xIHZ4LW1yLTEgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiPlBVQkxJU0g8L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiAqbmdJZj1cIm9wZW5Qb3J0YWwgPT09ICdSRVNQT05TSUJJTElUWV9DSEVDS1BPSU5UJ1wiIChjbGljayk9XCJzdWJtaXRBZnRlckVycm9yQ2hlY2soJ0FDVElWRScpXCIgY2xhc3M9XCIgYmx1ZS1idG4gdngtZnMtMTQgdngtZnctNTAwIHZ4LXR4dC13aGl0ZSB2eC10dC11cHBlcmNhc2UgdngtcC0wIHZ4LW0tMCB2eC1tbC0xIHZ4LW1yLTEgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiPk5FWFQgJm5ic3A7PGkgY2xhc3M9XCJpY29uc1wiPiYjeGU5MWU7PC9pPjwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8IS0tIDxidXR0b24gKGNsaWNrKT1cInBhZ2VNb2RlID0gJ1BSRVZJRVcnXCIgY2xhc3M9XCJwcmV2aWV3LWJ0biB2eC1mcy0yMCB2eC10eHQtd2hpdGUgdngtcC0wIHZ4LW0tMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCIgW2FwcFRvb2x0aXBdPVwiJ1ByZXZpZXcnXCIgcGxhY2VtZW50PVwibGVmdFwiIGRlbGF5PVwiMFwiIHR5cGU9XCJibGFja1wiIFt0b29sdGlwTWFuZGF0b3J5XT1cInRydWVcIj48aSBjbGFzcz1cImljb25zXCI+JiN4ZWFlNTs8L2k+PC9idXR0b24+IC0tPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uICpuZ0lmPVwiZmFsc2VcIiBjbGFzcz1cImNsb3NlLWJ0biB2eC1mcy0xMiB2eC10eHQtd2hpdGUgdngtcC0wIHZ4LW0tMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCIgW2FwcFRvb2x0aXBdPVwiJ0Nsb3NlJ1wiIHBsYWNlbWVudD1cImxlZnRcIiBkZWxheT1cIjBcIiB0eXBlPVwiYmxhY2tcIiBbdG9vbHRpcE1hbmRhdG9yeV09XCJ0cnVlXCI+PGkgY2xhc3M9XCJpY29uc1wiPiYjeGU5MGQ7PC9pPjwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgICAgICBcclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gICAgPCEtLSA8YXBwLWFzc2Vzc21lbnQtcHJldmlldy1jb250YWluZXIgKm5nSWY9XCJwYWdlTW9kZSA9PT0gJ1BSRVZJRVcnXCIgW3F1ZXN0aW9uRGV0YWlsc109XCJlZGl0b3JTZXJ2aWNlLmZvcm1zUGFnZVwiPjwvYXBwLWFzc2Vzc21lbnQtcHJldmlldy1jb250YWluZXI+IC0tPlxyXG48L25nLWNvbnRhaW5lcj5cclxuXHJcbjwhLS0gPGFwcC1lZGl0b3ItbG9hZGVyICpuZ0lmPVwiIWlzTG9hZGVkXCI+PC9hcHAtZWRpdG9yLWxvYWRlcj4gLS0+Il19
236
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3JlYXRlLWFzc2Vzc21lbnQtY29udGFpbmVyLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NyZWF0ZS1hc3Nlc3NtZW50LWNvbnRhaW5lci9jcmVhdGUtYXNzZXNzbWVudC1jb250YWluZXIuY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY3JlYXRlLWFzc2Vzc21lbnQtY29udGFpbmVyL2NyZWF0ZS1hc3Nlc3NtZW50LWNvbnRhaW5lci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzZFQ0tnQixtS0FBdUksWUFBaEQ7O3dCQUFtQztNQUExSCx3QkFBdUksS0FBWixtQ0FBUTs2RUFNL0gsc0tBQXVMLEtBQWhELGlOQUF5Qzs2RUFDaEwsc0tBQStKLEtBQXJCLDJDQUFjOzZFQUN4SixzS0FBZ0ssS0FBdEIsNENBQWU7NkVBSDdKOzs7Ozs7Ozt3QkFNUztNQU4ySTs7d0JBQTBCO01BQTlLLHFKQU1TLElBTEwsa01BQXVMLElBQ3ZMLGtNQUErSixJQUMvSixrTUFBZ0ssSUFFaEssNEhBQTZELEtBQVosbUNBQVEsbURBTGtILHVCQUFpQixFQUFoTSxZQU1TLEVBTnNLLFNBQWlCLEdBQ2pHLHdEQUEyQyxHQUF0SSxZQUF1TCxFQUE1RixTQUEyQyxHQUMzQyw0REFBOEMsSUFBekksWUFBK0osRUFBcEUsU0FBOEMsR0FDOUMsNERBQThDLElBQXpJLFlBQWdLLEVBQXJFLFNBQThDOzZFQU9qSSxpSEFNSyxL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Q08sMkZBQTZGLGtCQUFDLDZCQUF1QixFQUFXLHVCQUFZLEVBQUMscUJBQTBCLEVBQW5PLFlBQTZULEVBQWpRLFNBQTZGLEVBQUMsU0FBdUIsRUFBVyxTQUFZLEVBQUMsU0FBMEIsR0FJM04sK0RBQWtELEdBQTFELGFBTVMsRUFORCxTQUFrRCxHQU8xRCxhQWVjLEdBWm9DLG9CQUEyQyx5QkFBakYsYUFNSyxFQU5pQyxVQUEyQyxHQWFyRixnRUFBa0QsR0FBMUQsYUFBNFQsRUFBcFQsVUFBa0QsR0FDbEQsc0JBQWEsRUFBckIsYUFBcVAsRUFBN08sVUFBYSxHQUtYLGtFQUFrRCxHQUFoRSxhQWVlLEVBZkQsVUFBa0QsR0FpQmxELGdGQUE2RCxJQUEzRSxhQStDZSxFQS9DRCxVQUE2RCxtREF2RGQsbUJBQThCLGFBQW5HLFlBeUdNLEVBekcrRCxTQUE4QixHQUUvQyxxQkFBaUMsRUFBN0UsWUFLTSxFQUxzQyxTQUFpQyxHQUNBLGdFQUF1QixHQUVvSSxvSUFBa0Y7b0ZBTnRVLDZFQTRHZSxLQTNHWCxrTUF5R00saURBekdELHdDQUEyQixHQUFoQyxZQXlHTSxFQXpHRCxTQUEyQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiIsIjxuZy1jb250YWluZXI+XHJcbiAgICA8ZGl2ICpuZ0lmPVwicGFnZU1vZGUgPT09ICdFRElUJ1wiIGNsYXNzPVwiY3JlYXRlLWFzc2Vzc21lbnQtY29udGFpbmVyXCIgW2NsYXNzLmZ1bGwtcGFnZV09XCJleHBhbmRQYWdlXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNyZWF0ZS1hc3Nlc3NtZW50LWhlYWQgdngtcC0yIHZ4LXBsLTMgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWJldHdlZW5cIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImxlZnQgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiIFtjbGFzcy53aXRoLXRlbXBsYXRlLWJ0bl09XCJmYWxzZVwiPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpZCB2eC1mcy0xMCB2eC1mdy01MDAgdngtbGFiZWwtdHh0IHZ4LXR0LXVwcGVyY2FzZSB2eC1tci0yXCI+e3thc3Nlc3NtZW50Q29udHJvbElkfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8aSAqbmdJZj1cIm9wZW5Qb3J0YWwgPT09ICdSRVNQT05TSUJJTElUWV9DSEVDS1BPSU5UJ1wiIGNsYXNzPVwiaWNvbnMgYXJyb3ctYmFjayB2eC1tci0xXCIgKGNsaWNrKT1cInNldElzVXBsb2FkZWQuZW1pdChmYWxzZSlcIj4mI3hlOTFkOzwvaT5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaGVhZGluZyB2eC1mcy0xNiB2eC1sYWJlbC10eHQgdngtbXItMiB2eC1saC02XCIgW2FwcFRvb2x0aXBdPVwib3BlblBvcnRhbCA9PT0gJ1JFU1BPTlNJQklMSVRZX0NIRUNLUE9JTlQnID8gJ0FkZCBDaGVja3BvaW50cycgOmFzc2Vzc21lbnROYW1lXCIgcGxhY2VtZW50PVwiYm90dG9tLWxlZnRcIiBkZWxheT1cIjBcIiB0eXBlPVwiYmxhY2tcIiBbdG9vbHRpcE1hbmRhdG9yeV09XCJmYWxzZVwiPnt7b3BlblBvcnRhbCA9PT0gJ1JFU1BPTlNJQklMSVRZX0NIRUNLUE9JTlQnID8gJ0FkZCBDaGVja3BvaW50cycgOmFzc2Vzc21lbnROYW1lfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8IS0tIDxidXR0b24gY2xhc3M9XCJlZGl0LWJ0biB2eC1mcy0xNCB2eC10eHQtYmx1ZSB2eC1wLTAgdngtbS0wIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIj48aSBjbGFzcz1cImljb25zXCI+JiN4ZTliYTs8L2k+PC9idXR0b24+IC0tPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJpZ2h0IHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIj5cclxuICAgICAgICAgICAgICAgIDxidXR0b24gKm5nSWY9XCJvcGVuUG9ydGFsICE9PSAnUkVTUE9OU0lCSUxJVFlfQ0hFQ0tQT0lOVCdcIiBjbGFzcz1cInBhZ2UtZHJvcGRvd24gdngtcC0wIHZ4LXBsLTEgdngtcHItMiB2eC1tLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiIGFwcFBvcG92ZXIgKGNsaWNrKT1cImFjdGlvbi5wb3BvdmVyKClcIiBwbGFjZW1lbnQ9XCJyaWdodFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwicGFnZS1sYWJlbCB2eC1mcy05IHZ4LWZ3LTYwMCB2eC10dC11cHBlcmNhc2UgdngtcGwtMSB2eC1wci0xIHZ4LW1yLTIgdngtbGgtM1wiICpuZ0lmPVwiZWRpdG9yU2VydmljZS5jdXJyZW50UGFnZU51bWJlciA+IDBcIj5QQUdFIHt7ZWRpdG9yU2VydmljZT8uY3VycmVudFBhZ2VOdW1iZXJ9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInBhZ2UtbGFiZWwgdngtZnMtOSB2eC1mdy02MDAgdngtdHQtdXBwZXJjYXNlIHZ4LXBsLTEgdngtcHItMSB2eC1tci0yIHZ4LWxoLTNcIiAqbmdJZj1cImVkaXRvclNlcnZpY2UuY3VycmVudFBhZ2VOdW1iZXIgPT09IC0xXCI+V2VsY29tZSBTY3JlZW48L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJwYWdlLWxhYmVsIHZ4LWZzLTkgdngtZnctNjAwIHZ4LXR0LXVwcGVyY2FzZSB2eC1wbC0xIHZ4LXByLTEgdngtbXItMiB2eC1saC0zXCIgKm5nSWY9XCJlZGl0b3JTZXJ2aWNlLmN1cnJlbnRQYWdlTnVtYmVyID09PSAtMlwiPlRoYW5reW91IFNjcmVlbjwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICA8IS0tIDxzcGFuIGNsYXNzPVwicGFnZS1udW1iZXIgdngtZnMtMTEgdngtcGFyYWdyYXBoLXR4dFwiICpuZ0lmPVwiZWRpdG9yU2VydmljZS5zdGVwSWRlbnRpZmllcj09J3BhZ2VzY3JlZW4nXCI+e3tlZGl0b3JTZXJ2aWNlPy5jdXJyZW50UGFnZURldGFpbHM/LnBhZ2VOYW1lfX08L3NwYW4+IC0tPlxyXG4gICAgICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiaWNvbnMgYXJyb3cgdngtZnMtMTAgdngtcGFyYWdyYXBoLXR4dFwiPiYjeGU5ZTg7PC9pPlxyXG4gICAgICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8YXBwLXBvcG92ZXIgI2FjdGlvbj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicGFnZS1kcm9wZG93bi1wb3B1cFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8dWwgY2xhc3M9XCJ2eC1wLTAgdngtbS0wXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGkgY2xhc3M9XCJ2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyXCIgKm5nRm9yPVwibGV0IGRhdGEgb2YgZ2VuZXJhdGVQYWdlRHJvcGRvd24oKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJ2eC1kLWJsb2NrIHZ4LXAtMiB2eC1tLTAgdngtdy0xMDBcIiBbaW5uZXJIVE1MXT1cImRhdGE/LnRlbXBsYXRlXCIgKGNsaWNrKT1cInBhZ2VDaGFuZ2VkKGRhdGEpXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwhLS0gPHNwYW4gY2xhc3M9XCJwYWdlLWxhYmVsIHZ4LWZzLTkgdngtZnctNjAwIHZ4LXR0LXVwcGVyY2FzZSB2eC1wbC0xIHZ4LXByLTEgdngtbXItMiB2eC1saC0zXCI+UEFHRTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJwYWdlLW51bWJlciB2eC1mcy0xMSB2eC1wYXJhZ3JhcGgtdHh0XCI+MTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3tkYXRhfGpzb259fSAtLT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvdWw+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhY3Rpb24tYm90dG9tIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1lbmQgdngtcC0yXCIgPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiAoY2xpY2spPVwiYWRkTmV3UGFnZSgpXCIgY2xhc3M9XCJhZGQtcGFnZSB2eC1mcy0xMSB2eC1mdy01MDAgdngtdHh0LXdoaXRlIHZ4LXR0LXVwcGVyY2FzZSB2eC1wLTAgdngtcGwtMiB2eC1wci0yIHZ4LW0tMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyXCI+QUREIE5FVyBQQUdFPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9hcHAtcG9wb3Zlcj5cclxuICAgICAgICAgICAgICAgIDxidXR0b24gKm5nSWY9XCJvcGVuUG9ydGFsICE9PSAnUkVTUE9OU0lCSUxJVFlfQ0hFQ0tQT0lOVCdcIiBjbGFzcz1cInNldHRpbmdzLWJ0biB2eC1mcy0xMSB2eC1mdy01MDAgdngtdHh0LXdoaXRlIHZ4LXR0LXVwcGVyY2FzZSB2eC1saC02IHZ4LXAtMCB2eC1wbC0yIHZ4LXByLTIgdngtbS0wIHZ4LW1sLTEgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiIChjbGljayk9XCJhc3Nlc3NtZW50U2V0dGluZ3MoKVwiPjxpIGNsYXNzPVwiaWNvbnMgdngtZnMtMTIgdngtZC1mbGV4IHZ4LW1yLTFcIj4mI3hlOTEzOzwvaT4gQVNTRVNTTUVOVCBTRVRUSU5HUzwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgPGJ1dHRvbiAqbmdJZj1cImZhbHNlXCIgY2xhc3M9XCJ0ZW1wbGF0ZS1idG4gdngtZnMtMTEgdngtZnctNTAwIHZ4LXR4dC13aGl0ZSB2eC10dC11cHBlcmNhc2UgdngtbGgtNiB2eC1wLTAgdngtcGwtMiB2eC1wci0yIHZ4LW0tMCB2eC1tbC0xIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIj48aSBjbGFzcz1cImljb25zIHZ4LWZzLTEyIHZ4LWQtZmxleCB2eC1tci0xXCI+JiN4ZTllZDs8L2k+IFNBVkUgQVMgVEVNUExBVEU8L2J1dHRvbj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNyZWF0ZS1hc3Nlc3NtZW50LWJvZHlcIj5cclxuXHJcbiAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJlZGl0b3JTZXJ2aWNlLnN0ZXBJZGVudGlmaWVyPT0ncGFnZXNjcmVlbidcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgKm5nSWY9XCJpc1BhZ2VFbXB0eSgpXCIgY2xhc3M9XCJzZWxlY3QtcXVlc3Rpb24tcGFydCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWlubmVyIHZ4LXBsLTUgdngtcGItNVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8IS0tIDxidXR0b24gY2xhc3M9XCJwYWdlLXRpdGxlIHZ4LWZzLTExIHZ4LWZ3LTYwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LXAtMCB2eC1tLTAgdngtbWwtMSB2eC1tci0xIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXIgdngtdy0xMDBcIiAoY2xpY2spPVwiYWRkUGFnZURldGFpbHMoKVwiPjxpIGNsYXNzPVwiaWNvbnMgdngtZnMtMTYgdngtbXItMVwiPiYjeGU5MGE7PC9pPiBQQUdFIFRJVExFPC9idXR0b24+IC0tPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaGVhZGluZyB2eC1mcy0xOCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXRleHQtY2VudGVyIHZ4LXctMTAwXCI+U2VsZWN0IGEgcXVlc3Rpb24gdHlwZSB0byBiZWdpbjo8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGFwcC1xdWVzdGlvbi10eXBlIChhZGRRdWVzdGlvbik9XCJlZGl0b3JTZXJ2aWNlLmFkZFF1ZXN0aW9uKCRldmVudClcIj48L2FwcC1xdWVzdGlvbi10eXBlPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgICAgICAgICAgICA8IS0tIDxuZy10ZW1wbGF0ZSAjZWxzZUJsb2NrPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFwcC1lZGl0b3ItbG9hZGVyPjwvYXBwLWVkaXRvci1sb2FkZXI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+IC0tPlxyXG5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuXHJcbiAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCIhaXNQYWdlRW1wdHkoKSB8fCBlZGl0b3JTZXJ2aWNlLmN1cnJlbnRQYWdlTnVtYmVyIDwgMFwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImVkaXRvci1zZWN0aW9uXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImVkaXRvci1zZWN0aW9uLWJvZHkgdngtZC1mbGV4XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxhcHAtdG9vbGtpdCAoYWRkUXVlc3Rpb24pPVwiZWRpdG9yU2VydmljZS5hZGRRdWVzdGlvbigkZXZlbnQpXCI+PC9hcHAtdG9vbGtpdD5cclxuXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJlZGl0b3Itc2VjdGlvbi1pbm5lclwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFwcC13ZWxjb21lLXRoYW5reW91ICpuZ0lmPSdlZGl0b3JTZXJ2aWNlLnN0ZXBJZGVudGlmaWVyPT1cIndlbGNvbWVzY3JlZW5cIicgW2VudGl0eURhdGFdPVwiZWRpdG9yU2VydmljZT8uZm9ybXNQYWdlXCIgW3NlcnZpY2VdPVwiZWRpdG9yU2VydmljZVwiIChkZWxldGVRdWVzdGlvbik9XCJkZWxldGVRdWVzdGlvbldpdGhWYWxpZGF0aW9uKCd3ZWxjb21lJylcIj48L2FwcC13ZWxjb21lLXRoYW5reW91PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8IS0tIDxhcHAtcHJldmlldy13ZWxjb21lPjwvYXBwLXByZXZpZXctd2VsY29tZT4gLS0+XHJcbiAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj0nZWRpdG9yU2VydmljZS5zdGVwSWRlbnRpZmllcj09XCJwYWdlc2NyZWVuXCInPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uICpuZ0lmPSdlZGl0b3JTZXJ2aWNlLnN0ZXBJZGVudGlmaWVyPT1cInBhZ2VzY3JlZW5cIiAmJiBlZGl0b3JTZXJ2aWNlLnNob3dBZGRQYWdlT3B0aW9uICcgY2xhc3M9XCJwYWdlLXRpdGxlIHZ4LWZzLTExIHZ4LWZ3LTYwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LXAtMCB2eC1tLTAgdngtbWItMiB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyIHZ4LXctMTAwXCIgKGNsaWNrKT1cImFkZFBhZ2VEZXRhaWxzKClcIj48aSBjbGFzcz1cImljb25zIHZ4LWZzLTE2IHZ4LW1yLTFcIj4mI3hlOTBhOzwvaT4gUEFHRSBUSVRMRTwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFwcC1wYWdlLWhlYWRlciAoZWRpdCk9XCJhZGRQYWdlRGV0YWlscygpXCIgKm5nSWY9J2VkaXRvclNlcnZpY2Uuc3RlcElkZW50aWZpZXI9PVwicGFnZXNjcmVlblwiICYmIGVkaXRvclNlcnZpY2Uuc2hvd1BhZ2VEZXRhaWxzJyBbcGFnZU5hbWVdPVwiZWRpdG9yU2VydmljZS5jdXJyZW50UGFnZURldGFpbHMucGFnZU5hbWVcIiBbcGFnZURlc2NyaXB0aW9uXT1cImVkaXRvclNlcnZpY2UuY3VycmVudFBhZ2VEZXRhaWxzLnBhZ2VEZXNjcmlwdGlvblwiPjwvYXBwLXBhZ2UtaGVhZGVyPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdGb3I9XCJsZXQgcXVlc3Rpb24gb2YgZWRpdG9yU2VydmljZS5mb3Jtc1BhZ2UuZWxlbWVudHM7bGV0IHF1ZXN0aW9uSW5kZXggPSBpbmRleFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJxdWVzdGlvbi5wYWdlID09PSBlZGl0b3JTZXJ2aWNlLmN1cnJlbnRQYWdlTnVtYmVyICYmIGVkaXRvclNlcnZpY2Uuc3RlcElkZW50aWZpZXI9PSdwYWdlc2NyZWVuJ1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YXBwLWVkaXRvci13cmFwcGVyICAqbmdJZj1cImVkaXRvclNlcnZpY2UuYWN0aXZlUXVlc3Rpb24gPT09IHF1ZXN0aW9uSW5kZXhcIiBbc2VydmljZV09XCJlZGl0b3JTZXJ2aWNlXCIgW3F1ZXN0aW9uXT1cInF1ZXN0aW9uXCIgW3F1ZXN0aW9uSW5kZXhdPVwicXVlc3Rpb25JbmRleFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICh2YWxpZFF1ZXN0aW9uRGF0YSk9XCJjaGVja2ZvckVycm9yKCRldmVudClcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAoZGVsZXRlUXVlc3Rpb24pPVwiZGVsZXRlUXVlc3Rpb25XaXRoVmFsaWRhdGlvbigkZXZlbnQpXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKGNvcHlRdWVzdGlvbik9XCJlZGl0b3JTZXJ2aWNlLmNvcHlRdWVzdGlvbigkZXZlbnQpXCI+PC9hcHAtZWRpdG9yLXdyYXBwZXI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhcHAtcHJldmlldy13cmFwcGVyICpuZ0lmPVwiZWRpdG9yU2VydmljZS5hY3RpdmVRdWVzdGlvbiAhPT0gcXVlc3Rpb25JbmRleFwiICBbcXVlc3Rpb25dPVwicXVlc3Rpb25cIiBbcXVlc3Rpb25JbmRleF09XCJxdWVzdGlvbkluZGV4XCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKG1ha2VBY3RpdmVRdWVzdGlvbik9XCJlZGl0b3JTZXJ2aWNlLmFjdGl2ZVF1ZXN0aW9uID0gJGV2ZW50XCI+PC9hcHAtcHJldmlldy13cmFwcGVyPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibmV4dC1xdWVzdGlvbi1hcmVhXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cInBhZ2UtdGl0bGUgdngtZnMtMTEgdngtZnctNjAwIHZ4LWxhYmVsLXR4dCB2eC10dC11cHBlcmNhc2UgdngtcC0wIHZ4LW0tMCB2eC1tYi0yIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXIgdngtdy0xMDBcIiAoY2xpY2spPVwib3BlblF1ZXN0aW9uKClcIj48aSBjbGFzcz1cImljb25zIHZ4LWZzLTE2IHZ4LW1yLTFcIj4mI3hlOTBhOzwvaT4gTkVYVCBRVUVTVElPTjwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJuZXh0LXF1ZXN0aW9uLXBvcHVwIHZ4LXAtM1wiICpuZ0lmPVwiaGlkZVF1ZXN0aW9uXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhcHAtcXVlc3Rpb24tdHlwZSAoYWRkUXVlc3Rpb24pPVwiZWRpdG9yU2VydmljZS5hZGRRdWVzdGlvbigkZXZlbnQpO2Nsb3NlUXVlc3Rpb24oKVwiPjwvYXBwLXF1ZXN0aW9uLXR5cGU+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm92ZXJsYXlcIiAqbmdJZj1cImhpZGVRdWVzdGlvblwiIChjbGljayk9XCJjbG9zZVF1ZXN0aW9uKClcIj48L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiAqbmdJZj1cIm9wZW5Qb3J0YWwgIT09ICdSRVNQT05TSUJJTElUWV9DSEVDS1BPSU5UJ1wiIChjbGljayk9XCJhZGROZXdQYWdlKClcIiBjbGFzcz1cInBhZ2UtdGl0bGUgdngtZnMtMTEgdngtZnctNjAwIHZ4LWxhYmVsLXR4dCB2eC10dC11cHBlcmNhc2UgdngtcC0wIHZ4LW0tMCB2eC1tYi0yIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXIgdngtdy0xMDBcIj48aSBjbGFzcz1cImljb25zIHZ4LWZzLTE2IHZ4LW1yLTFcIj4mI3hlOTBhOzwvaT4gQUREIE5FVyBQQUdFPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyaWdodC1zaWRlLWJ0blwiICpuZ0lmPVwib3BlblBvcnRhbCAhPT0gJ1JFU1BPTlNJQklMSVRZX0NIRUNLUE9JTlQnXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uICpuZ0lmPVwiIWV4cGFuZFBhZ2VcIiAoY2xpY2spPVwiY2xpY2tFeHBhbmQoKVwiIGNsYXNzPVwiZnVsbHNjcmVlbi1idG4gdngtZnMtMTQgdngtdHh0LWJsdWUgdngtcC0wIHZ4LW0tMCB2eC1tYi0zIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIiBbYXBwVG9vbHRpcF09XCInRXhwYW5kIFBhZ2UnXCIgcGxhY2VtZW50PVwibGVmdFwiIGRlbGF5PVwiMFwiIHR5cGU9XCJibGFja1wiIFt0b29sdGlwTWFuZGF0b3J5XT1cInRydWVcIj48aSBjbGFzcz1cImljb25zXCI+JiN4ZTk0NTs8L2k+PC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uICpuZ0lmPVwiZXhwYW5kUGFnZVwiIChjbGljayk9XCJjbG9zZUV4cGFuZCgpXCIgY2xhc3M9XCJmdWxsc2NyZWVuLWJ0biB2eC1mcy0xNCB2eC10eHQtYmx1ZSB2eC1wLTAgdngtbS0wIHZ4LW1iLTMgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiIFthcHBUb29sdGlwXT1cIidTaHJpbmsgUGFnZSdcIiBwbGFjZW1lbnQ9XCJsZWZ0XCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwidHJ1ZVwiPjxpIGNsYXNzPVwiaWNvbnNcIj4mI3hlOTQ0OzwvaT48L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gKm5nSWY9XCJlZGl0b3JTZXJ2aWNlLnN0ZXBJZGVudGlmaWVyPT0ncGFnZXNjcmVlbidcIiAoY2xpY2spPVwiZGVsZXRlUGFnZSgpXCIgY2xhc3M9XCJkZWxldGUtYnRuIHZ4LWZzLTE0IHZ4LXR4dC1yZWQgdngtcC0wIHZ4LW0tMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCIgW2FwcFRvb2x0aXBdPVwiJ0RlbGV0ZSBQYWdlJ1wiIHBsYWNlbWVudD1cImxlZnRcIiBkZWxheT1cIjBcIiB0eXBlPVwiYmxhY2tcIiBbdG9vbHRpcE1hbmRhdG9yeV09XCJ0cnVlXCI+PGkgY2xhc3M9XCJpY29uc1wiPiYjeGU5MjM7PC9pPjwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZWRpdG9yLXNlY3Rpb24tZm9vdGVyIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXIgdngtbXQtNFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uIChjbGljayk9XCJzZXRJc1VwbG9hZGVkLmVtaXQoZmFsc2UpXCIgY2xhc3M9XCJjYW5jZWwtYnRuIHZ4LWZzLTE0IHZ4LWZ3LTUwMCB2eC10eHQtcmVkIHZ4LXR0LXVwcGVyY2FzZSB2eC1wLTAgdngtbS0wIHZ4LW1sLTEgdngtbXItMSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCI+Q0FOQ0VMPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gICpuZ0lmPVwib3BlblBvcnRhbCA9PT0gJ0FTU0VTU01FTlRfSU1QT1JUJ1wiIChjbGljayk9XCJzdWJtaXRBZnRlckVycm9yQ2hlY2soJ0RSQUZUJylcIiBbY2xhc3MuZGlzYWJsZWRdPVwiYXNzZXNzbWVudEN1cnJlbnRTdGF0ZSA9PT0gJ0FDVElWRSdcIiBjbGFzcz1cIiB3aGl0ZS1idG4gdngtZnMtMTQgdngtZnctNTAwIHZ4LXR4dC1ibHVlIHZ4LXR0LXVwcGVyY2FzZSB2eC1wLTAgdngtbS0wIHZ4LW1sLTEgdngtbXItMSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCI+U0FWRSBBUyBEUkFGVDwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uICAqbmdJZj1cIm9wZW5Qb3J0YWwgPT09ICdBU1NFU1NNRU5UX0lNUE9SVCdcIiAoY2xpY2spPVwic3VibWl0QWZ0ZXJFcnJvckNoZWNrKCdBQ1RJVkUnKVwiIGNsYXNzPVwiIGJsdWUtYnRuIHZ4LWZzLTE0IHZ4LWZ3LTUwMCB2eC10eHQtd2hpdGUgdngtdHQtdXBwZXJjYXNlIHZ4LXAtMCB2eC1tLTAgdngtbWwtMSB2eC1tci0xIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIj5QVUJMSVNIPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gKm5nSWY9XCJvcGVuUG9ydGFsID09PSAnUkVTUE9OU0lCSUxJVFlfQ0hFQ0tQT0lOVCdcIiAoY2xpY2spPVwic3VibWl0QWZ0ZXJFcnJvckNoZWNrKCdBQ1RJVkUnKVwiIGNsYXNzPVwiIGJsdWUtYnRuIHZ4LWZzLTE0IHZ4LWZ3LTUwMCB2eC10eHQtd2hpdGUgdngtdHQtdXBwZXJjYXNlIHZ4LXAtMCB2eC1tLTAgdngtbWwtMSB2eC1tci0xIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIj5ORVhUICZuYnNwOzxpIGNsYXNzPVwiaWNvbnNcIj4mI3hlOTFlOzwvaT48L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPCEtLSA8YnV0dG9uIChjbGljayk9XCJwYWdlTW9kZSA9ICdQUkVWSUVXJ1wiIGNsYXNzPVwicHJldmlldy1idG4gdngtZnMtMjAgdngtdHh0LXdoaXRlIHZ4LXAtMCB2eC1tLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiIFthcHBUb29sdGlwXT1cIidQcmV2aWV3J1wiIHBsYWNlbWVudD1cImxlZnRcIiBkZWxheT1cIjBcIiB0eXBlPVwiYmxhY2tcIiBbdG9vbHRpcE1hbmRhdG9yeV09XCJ0cnVlXCI+PGkgY2xhc3M9XCJpY29uc1wiPiYjeGVhZTU7PC9pPjwvYnV0dG9uPiAtLT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiAqbmdJZj1cImZhbHNlXCIgY2xhc3M9XCJjbG9zZS1idG4gdngtZnMtMTIgdngtdHh0LXdoaXRlIHZ4LXAtMCB2eC1tLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiIFthcHBUb29sdGlwXT1cIidDbG9zZSdcIiBwbGFjZW1lbnQ9XCJsZWZ0XCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwidHJ1ZVwiPjxpIGNsYXNzPVwiaWNvbnNcIj4mI3hlOTBkOzwvaT48L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuXHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICAgIDwhLS0gPGFwcC1hc3Nlc3NtZW50LXByZXZpZXctY29udGFpbmVyICpuZ0lmPVwicGFnZU1vZGUgPT09ICdQUkVWSUVXJ1wiIFtxdWVzdGlvbkRldGFpbHNdPVwiZWRpdG9yU2VydmljZS5mb3Jtc1BhZ2VcIj48L2FwcC1hc3Nlc3NtZW50LXByZXZpZXctY29udGFpbmVyPiAtLT5cclxuPC9uZy1jb250YWluZXI+XHJcblxyXG48IS0tIDxhcHAtZWRpdG9yLWxvYWRlciAqbmdJZj1cIiFpc0xvYWRlZFwiPjwvYXBwLWVkaXRvci1sb2FkZXI+IC0tPlxyXG4iXX0=