vcomply-workflow-engine 0.2.2 → 1.0.2

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 (507) hide show
  1. package/bundles/vcomply-workflow-engine.umd.js +6561 -171
  2. package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
  3. package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.js +18 -25
  4. package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.ngfactory.js +2 -2
  5. package/esm2015/lib/add-multiple-risk/add-multiple-risk.component.js +1 -1
  6. package/esm2015/lib/log-an-issue/log-an-issue.component.js +1 -1
  7. package/esm2015/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.js +333 -0
  8. package/esm2015/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.ngfactory.js +160 -0
  9. package/esm2015/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.ngsummary.json +1 -0
  10. package/esm2015/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.js +73 -0
  11. package/esm2015/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.ngfactory.js +39 -0
  12. package/esm2015/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.ngsummary.json +1 -0
  13. package/esm2015/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.js +27 -0
  14. package/esm2015/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.ngfactory.js +153 -0
  15. package/esm2015/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.ngsummary.json +1 -0
  16. package/esm2015/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.js +116 -0
  17. package/esm2015/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.ngfactory.js +116 -0
  18. package/esm2015/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.ngsummary.json +1 -0
  19. package/esm2015/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.js +165 -0
  20. package/esm2015/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.ngfactory.js +85 -0
  21. package/esm2015/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.ngsummary.json +1 -0
  22. package/esm2015/lib/sharedComponents/assessment-editor/components/build/build.module.js +71 -0
  23. package/esm2015/lib/sharedComponents/assessment-editor/components/build/build.module.ngfactory.js +17 -0
  24. package/esm2015/lib/sharedComponents/assessment-editor/components/build/build.module.ngsummary.json +1 -0
  25. package/esm2015/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.js +35 -0
  26. package/esm2015/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.ngfactory.js +89 -0
  27. package/esm2015/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.ngsummary.json +1 -0
  28. package/esm2015/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.js +66 -0
  29. package/esm2015/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.ngfactory.js +72 -0
  30. package/esm2015/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.ngsummary.json +1 -0
  31. package/esm2015/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.js +18 -0
  32. package/esm2015/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.ngfactory.js +51 -0
  33. package/esm2015/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.ngsummary.json +1 -0
  34. package/esm2015/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.js +35 -0
  35. package/esm2015/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.ngfactory.js +104 -0
  36. package/esm2015/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.ngsummary.json +1 -0
  37. package/esm2015/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.js +15 -0
  38. package/esm2015/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.ngfactory.js +20 -0
  39. package/esm2015/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.ngsummary.json +1 -0
  40. package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.js +15 -0
  41. package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.ngfactory.js +17 -0
  42. package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.ngsummary.json +1 -0
  43. package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.js +15 -0
  44. package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.ngfactory.js +17 -0
  45. package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.ngsummary.json +1 -0
  46. package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.js +35 -0
  47. package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.ngfactory.js +104 -0
  48. package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.ngsummary.json +1 -0
  49. package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.js +15 -0
  50. package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.ngfactory.js +17 -0
  51. package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.ngsummary.json +1 -0
  52. package/esm2015/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.js +15 -0
  53. package/esm2015/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.ngfactory.js +17 -0
  54. package/esm2015/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.ngsummary.json +1 -0
  55. package/esm2015/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.js +15 -0
  56. package/esm2015/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.ngfactory.js +17 -0
  57. package/esm2015/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.ngsummary.json +1 -0
  58. package/esm2015/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.js +26 -0
  59. package/esm2015/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.ngfactory.js +60 -0
  60. package/esm2015/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.ngsummary.json +1 -0
  61. package/esm2015/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.js +15 -0
  62. package/esm2015/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.ngfactory.js +17 -0
  63. package/esm2015/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.ngsummary.json +1 -0
  64. package/esm2015/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.js +55 -0
  65. package/esm2015/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.ngfactory.js +51 -0
  66. package/esm2015/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.ngsummary.json +1 -0
  67. package/esm2015/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.js +15 -0
  68. package/esm2015/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.ngfactory.js +17 -0
  69. package/esm2015/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.ngsummary.json +1 -0
  70. package/esm2015/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.js +152 -0
  71. package/esm2015/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.ngfactory.js +205 -0
  72. package/esm2015/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.ngsummary.json +1 -0
  73. package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/error.js +2 -0
  74. package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/error.ngsummary.json +1 -0
  75. package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/question.js +2 -0
  76. package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/question.ngsummary.json +1 -0
  77. package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/validateStructure.js +2 -0
  78. package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/validateStructure.ngsummary.json +1 -0
  79. package/esm2015/lib/sharedComponents/assessment-editor/components/logic/logic.component.js +100 -0
  80. package/esm2015/lib/sharedComponents/assessment-editor/components/logic/logic.component.ngfactory.js +119 -0
  81. package/esm2015/lib/sharedComponents/assessment-editor/components/logic/logic.component.ngsummary.json +1 -0
  82. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.js +24 -0
  83. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.ngfactory.js +59 -0
  84. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.ngsummary.json +1 -0
  85. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.js +15 -0
  86. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.ngfactory.js +17 -0
  87. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.ngsummary.json +1 -0
  88. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.js +37 -0
  89. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.ngfactory.js +105 -0
  90. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.ngsummary.json +1 -0
  91. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.js +31 -0
  92. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.ngfactory.js +22 -0
  93. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.ngsummary.json +1 -0
  94. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.js +15 -0
  95. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.ngfactory.js +37 -0
  96. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.ngsummary.json +1 -0
  97. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.js +24 -0
  98. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.ngfactory.js +59 -0
  99. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.ngsummary.json +1 -0
  100. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.js +15 -0
  101. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.ngfactory.js +35 -0
  102. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.ngsummary.json +1 -0
  103. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.js +64 -0
  104. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.ngfactory.js +21 -0
  105. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.ngsummary.json +1 -0
  106. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.js +15 -0
  107. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.ngfactory.js +36 -0
  108. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.ngsummary.json +1 -0
  109. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.js +24 -0
  110. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.ngfactory.js +36 -0
  111. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.ngsummary.json +1 -0
  112. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.js +15 -0
  113. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.ngfactory.js +17 -0
  114. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.ngsummary.json +1 -0
  115. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.js +15 -0
  116. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.ngfactory.js +40 -0
  117. package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.ngsummary.json +1 -0
  118. package/esm2015/lib/sharedComponents/assessment-editor/components/move/move.component.js +95 -0
  119. package/esm2015/lib/sharedComponents/assessment-editor/components/move/move.component.ngfactory.js +102 -0
  120. package/esm2015/lib/sharedComponents/assessment-editor/components/move/move.component.ngsummary.json +1 -0
  121. package/esm2015/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.js +22 -0
  122. package/esm2015/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.ngfactory.js +23 -0
  123. package/esm2015/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.ngsummary.json +1 -0
  124. package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/current-page-question.pipe.js +18 -0
  125. package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/current-page-question.pipe.ngsummary.json +1 -0
  126. package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/error-message.pipe.js +23 -0
  127. package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/error-message.pipe.ngsummary.json +1 -0
  128. package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/formatter.pipe.js +17 -0
  129. package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/formatter.pipe.ngsummary.json +1 -0
  130. package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-filter.pipe.js +13 -0
  131. package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-filter.pipe.ngsummary.json +1 -0
  132. package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-page-filter.pipe.js +12 -0
  133. package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-page-filter.pipe.ngsummary.json +1 -0
  134. package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-parser.pipe.js +17 -0
  135. package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-parser.pipe.ngsummary.json +1 -0
  136. package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/type-of.pipe.js +12 -0
  137. package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/type-of.pipe.ngsummary.json +1 -0
  138. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.js +28 -0
  139. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.ngfactory.js +22 -0
  140. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.ngsummary.json +1 -0
  141. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.js +15 -0
  142. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.ngfactory.js +17 -0
  143. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.ngsummary.json +1 -0
  144. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.js +31 -0
  145. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.ngfactory.js +81 -0
  146. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.ngsummary.json +1 -0
  147. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.js +31 -0
  148. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.ngfactory.js +19 -0
  149. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.ngsummary.json +1 -0
  150. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.js +23 -0
  151. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.ngfactory.js +20 -0
  152. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.ngsummary.json +1 -0
  153. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.js +15 -0
  154. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.ngfactory.js +37 -0
  155. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.ngsummary.json +1 -0
  156. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.js +24 -0
  157. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.ngfactory.js +60 -0
  158. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.ngsummary.json +1 -0
  159. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.js +24 -0
  160. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.ngfactory.js +60 -0
  161. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.ngsummary.json +1 -0
  162. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.js +28 -0
  163. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.ngfactory.js +22 -0
  164. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.ngsummary.json +1 -0
  165. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.js +15 -0
  166. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.ngfactory.js +35 -0
  167. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.ngsummary.json +1 -0
  168. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.js +15 -0
  169. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.ngfactory.js +36 -0
  170. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.ngsummary.json +1 -0
  171. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.js +18 -0
  172. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.ngfactory.js +17 -0
  173. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.ngsummary.json +1 -0
  174. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.js +15 -0
  175. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.ngfactory.js +17 -0
  176. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.ngsummary.json +1 -0
  177. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.js +15 -0
  178. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.ngfactory.js +40 -0
  179. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.ngsummary.json +1 -0
  180. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.js +67 -0
  181. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.ngfactory.js +90 -0
  182. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.ngsummary.json +1 -0
  183. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview.module.js +90 -0
  184. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview.module.ngfactory.js +29 -0
  185. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview.module.ngsummary.json +1 -0
  186. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.js +15 -0
  187. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.ngfactory.js +17 -0
  188. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.ngsummary.json +1 -0
  189. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.js +15 -0
  190. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.ngfactory.js +17 -0
  191. package/esm2015/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.ngsummary.json +1 -0
  192. package/esm2015/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.js +20 -0
  193. package/esm2015/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.ngfactory.js +76 -0
  194. package/esm2015/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.ngsummary.json +1 -0
  195. package/esm2015/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.js +248 -0
  196. package/esm2015/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.ngfactory.js +109 -0
  197. package/esm2015/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.ngsummary.json +1 -0
  198. package/esm2015/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.js +35 -0
  199. package/esm2015/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.ngfactory.js +95 -0
  200. package/esm2015/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.ngsummary.json +1 -0
  201. package/esm2015/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.js +56 -0
  202. package/esm2015/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.ngfactory.js +108 -0
  203. package/esm2015/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.ngsummary.json +1 -0
  204. package/esm2015/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.js +153 -0
  205. package/esm2015/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.ngfactory.js +130 -0
  206. package/esm2015/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.ngsummary.json +1 -0
  207. package/esm2015/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.js +123 -0
  208. package/esm2015/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.ngfactory.js +47 -0
  209. package/esm2015/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.ngsummary.json +1 -0
  210. package/esm2015/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.js +24 -0
  211. package/esm2015/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.ngfactory.js +97 -0
  212. package/esm2015/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.ngsummary.json +1 -0
  213. package/esm2015/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.js +50 -0
  214. package/esm2015/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.ngfactory.js +47 -0
  215. package/esm2015/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.ngsummary.json +1 -0
  216. package/esm2015/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.js +424 -0
  217. package/esm2015/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.ngfactory.js +222 -0
  218. package/esm2015/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.ngsummary.json +1 -0
  219. package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.js +86 -0
  220. package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngfactory.js +37 -0
  221. package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngsummary.json +1 -0
  222. package/esm2015/lib/sharedComponents/assessment-editor/services/editor.service.js +636 -0
  223. package/esm2015/lib/sharedComponents/assessment-editor/services/editor.service.ngsummary.json +1 -0
  224. package/esm2015/lib/sharedComponents/assessment-editor/services/result-criteria.service.js +48 -0
  225. package/esm2015/lib/sharedComponents/assessment-editor/services/result-criteria.service.ngsummary.json +1 -0
  226. package/esm2015/lib/sharedComponents/assessment-editor/services/validator.service.js +543 -0
  227. package/esm2015/lib/sharedComponents/assessment-editor/services/validator.service.ngsummary.json +1 -0
  228. package/esm2015/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.js +2 -2
  229. package/esm2015/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.ngfactory.js +29 -363
  230. package/esm2015/lib/sharedComponents/format-and-evidence/format-and-evidence.component.js +1 -1
  231. package/esm2015/lib/sharedComponents/risk-classification/risk-classification.component.js +1 -1
  232. package/esm2015/lib/ui-kit/action-dialog/action-dialog.module.js +16 -0
  233. package/esm2015/lib/ui-kit/action-dialog/action-dialog.module.ngfactory.js +12 -0
  234. package/esm2015/lib/ui-kit/action-dialog/action-dialog.module.ngsummary.json +1 -0
  235. package/esm2015/lib/ui-kit/action-dialog/active/active.component.js +36 -0
  236. package/esm2015/lib/ui-kit/action-dialog/active/active.component.ngfactory.js +25 -0
  237. package/esm2015/lib/ui-kit/action-dialog/active/active.component.ngsummary.json +1 -0
  238. package/esm2015/lib/ui-kit/action-dialog/deactivate/deactivate.component.js +38 -0
  239. package/esm2015/lib/ui-kit/action-dialog/deactivate/deactivate.component.ngfactory.js +25 -0
  240. package/esm2015/lib/ui-kit/action-dialog/deactivate/deactivate.component.ngsummary.json +1 -0
  241. package/esm2015/lib/ui-kit/action-dialog/delete/delete.component.js +30 -0
  242. package/esm2015/lib/ui-kit/action-dialog/delete/delete.component.ngfactory.js +25 -0
  243. package/esm2015/lib/ui-kit/action-dialog/delete/delete.component.ngsummary.json +1 -0
  244. package/esm2015/lib/ui-kit/action-dialog/duplicate/duplicate.component.js +32 -0
  245. package/esm2015/lib/ui-kit/action-dialog/duplicate/duplicate.component.ngfactory.js +25 -0
  246. package/esm2015/lib/ui-kit/action-dialog/duplicate/duplicate.component.ngsummary.json +1 -0
  247. package/esm2015/lib/ui-kit/dialog/dialog-config.js +3 -0
  248. package/esm2015/lib/ui-kit/dialog/dialog-config.ngsummary.json +1 -0
  249. package/esm2015/lib/ui-kit/dialog/dialog-injector.js +15 -0
  250. package/esm2015/lib/ui-kit/dialog/dialog-injector.ngsummary.json +1 -0
  251. package/esm2015/lib/ui-kit/dialog/dialog-ref.js +11 -0
  252. package/esm2015/lib/ui-kit/dialog/dialog-ref.ngsummary.json +1 -0
  253. package/esm2015/lib/ui-kit/dialog/dialog.component.js +90 -0
  254. package/esm2015/lib/ui-kit/dialog/dialog.component.ngfactory.js +29 -0
  255. package/esm2015/lib/ui-kit/dialog/dialog.component.ngsummary.json +1 -0
  256. package/esm2015/lib/ui-kit/dialog/dialog.module.js +16 -0
  257. package/esm2015/lib/ui-kit/dialog/dialog.module.ngfactory.js +14 -0
  258. package/esm2015/lib/ui-kit/dialog/dialog.module.ngsummary.json +1 -0
  259. package/esm2015/lib/ui-kit/dialog/dialog.service.js +60 -0
  260. package/esm2015/lib/ui-kit/dialog/dialog.service.ngsummary.json +1 -0
  261. package/esm2015/lib/ui-kit/dialog/insertion.directive.js +15 -0
  262. package/esm2015/lib/ui-kit/dialog/insertion.directive.ngsummary.json +1 -0
  263. package/esm2015/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.js +15 -0
  264. package/esm2015/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.ngfactory.js +23 -0
  265. package/esm2015/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.ngsummary.json +1 -0
  266. package/esm2015/lib/ui-kit/editor-loader/editor-loader.module.js +17 -0
  267. package/esm2015/lib/ui-kit/editor-loader/editor-loader.module.ngfactory.js +12 -0
  268. package/esm2015/lib/ui-kit/editor-loader/editor-loader.module.ngsummary.json +1 -0
  269. package/esm2015/lib/ui-kit/formgroup/click-outside.directive.js +26 -0
  270. package/esm2015/lib/ui-kit/formgroup/click-outside.directive.ngsummary.json +1 -0
  271. package/esm2015/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.js +26 -0
  272. package/esm2015/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.ngfactory.js +30 -0
  273. package/esm2015/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.ngsummary.json +1 -0
  274. package/esm2015/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.js +30 -0
  275. package/esm2015/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngfactory.js +30 -0
  276. package/esm2015/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngsummary.json +1 -0
  277. package/esm2015/lib/ui-kit/formgroup/cs-radio/cs-radio.component.js +27 -0
  278. package/esm2015/lib/ui-kit/formgroup/cs-radio/cs-radio.component.ngfactory.js +20 -0
  279. package/esm2015/lib/ui-kit/formgroup/cs-radio/cs-radio.component.ngsummary.json +1 -0
  280. package/esm2015/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.js +14 -0
  281. package/esm2015/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.ngfactory.js +19 -0
  282. package/esm2015/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.ngsummary.json +1 -0
  283. package/esm2015/lib/ui-kit/formgroup/cs-select/cs-select.component.js +80 -0
  284. package/esm2015/lib/ui-kit/formgroup/cs-select/cs-select.component.ngfactory.js +89 -0
  285. package/esm2015/lib/ui-kit/formgroup/cs-select/cs-select.component.ngsummary.json +1 -0
  286. package/esm2015/lib/ui-kit/formgroup/cs-switch/cs-switch.component.js +29 -0
  287. package/esm2015/lib/ui-kit/formgroup/cs-switch/cs-switch.component.ngfactory.js +62 -0
  288. package/esm2015/lib/ui-kit/formgroup/cs-switch/cs-switch.component.ngsummary.json +1 -0
  289. package/esm2015/lib/ui-kit/formgroup/formgroup.module.js +41 -0
  290. package/esm2015/lib/ui-kit/formgroup/formgroup.module.ngfactory.js +14 -0
  291. package/esm2015/lib/ui-kit/formgroup/formgroup.module.ngsummary.json +1 -0
  292. package/esm2015/lib/ui-kit/formgroup/pipes/pascal.pipe.js +15 -0
  293. package/esm2015/lib/ui-kit/formgroup/pipes/pascal.pipe.ngsummary.json +1 -0
  294. package/esm2015/lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe.js +20 -0
  295. package/esm2015/lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe.ngsummary.json +1 -0
  296. package/esm2015/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.js +557 -0
  297. package/esm2015/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.ngfactory.js +82 -0
  298. package/esm2015/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.ngsummary.json +1 -0
  299. package/esm2015/lib/workflow-assessment/workflow-assessment.component.js +3 -3
  300. package/esm2015/lib/workflow-assessment/workflow-assessment.component.ngfactory.js +1 -1
  301. package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +4 -1521
  302. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +20 -8
  303. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +62 -34
  304. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngsummary.json +1 -1
  305. package/esm2015/lib/workflow-engine.module.js +8 -1
  306. package/esm2015/lib/workflow-engine.module.ngfactory.js +36 -24
  307. package/esm2015/lib/workflow-engine.module.ngsummary.json +1 -1
  308. package/esm2015/lib/workflow-policy/workflow-policy.component.js +1 -1
  309. package/esm2015/lib/workflow-risk/workflow-risk.component.js +3 -2
  310. package/esm2015/lib/workflow-services/add-risk.service.js +2 -1
  311. package/esm2015/lib/workflow-services/assessment.service.js +47 -1
  312. package/esm2015/lib/workflow-services/assessment.service.ngsummary.json +1 -1
  313. package/esm2015/lib/workflow-survey-form/workflow-survey-form.component.js +1 -1
  314. package/esm2015/vcomply-workflow-engine.js +160 -61
  315. package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
  316. package/fesm2015/vcomply-workflow-engine.js +6007 -112
  317. package/fesm2015/vcomply-workflow-engine.js.map +1 -1
  318. package/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.d.ts +117 -0
  319. package/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.ngfactory.d.ts +1 -0
  320. package/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.d.ts +18 -0
  321. package/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.ngfactory.d.ts +1 -0
  322. package/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.d.ts +10 -0
  323. package/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.ngfactory.d.ts +1 -0
  324. package/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.d.ts +22 -0
  325. package/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.ngfactory.d.ts +1 -0
  326. package/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.d.ts +47 -0
  327. package/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.ngfactory.d.ts +1 -0
  328. package/lib/sharedComponents/assessment-editor/components/build/build.module.d.ts +2 -0
  329. package/lib/sharedComponents/assessment-editor/components/build/build.module.ngfactory.d.ts +3 -0
  330. package/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.d.ts +11 -0
  331. package/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.ngfactory.d.ts +1 -0
  332. package/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.d.ts +16 -0
  333. package/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.ngfactory.d.ts +1 -0
  334. package/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.d.ts +6 -0
  335. package/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.ngfactory.d.ts +1 -0
  336. package/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.d.ts +11 -0
  337. package/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.ngfactory.d.ts +1 -0
  338. package/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.d.ts +5 -0
  339. package/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.ngfactory.d.ts +1 -0
  340. package/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.d.ts +5 -0
  341. package/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.ngfactory.d.ts +1 -0
  342. package/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.d.ts +5 -0
  343. package/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.ngfactory.d.ts +1 -0
  344. package/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.d.ts +11 -0
  345. package/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.ngfactory.d.ts +1 -0
  346. package/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.d.ts +5 -0
  347. package/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.ngfactory.d.ts +1 -0
  348. package/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.d.ts +5 -0
  349. package/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.ngfactory.d.ts +1 -0
  350. package/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.d.ts +5 -0
  351. package/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.ngfactory.d.ts +1 -0
  352. package/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.d.ts +9 -0
  353. package/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.ngfactory.d.ts +1 -0
  354. package/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.d.ts +5 -0
  355. package/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.ngfactory.d.ts +1 -0
  356. package/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.d.ts +12 -0
  357. package/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.ngfactory.d.ts +1 -0
  358. package/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.d.ts +5 -0
  359. package/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.ngfactory.d.ts +1 -0
  360. package/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.d.ts +56 -0
  361. package/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.ngfactory.d.ts +1 -0
  362. package/lib/sharedComponents/assessment-editor/components/errorInterface/error.d.ts +14 -0
  363. package/lib/sharedComponents/assessment-editor/components/errorInterface/question.d.ts +5 -0
  364. package/lib/sharedComponents/assessment-editor/components/errorInterface/validateStructure.d.ts +6 -0
  365. package/lib/sharedComponents/assessment-editor/components/logic/logic.component.d.ts +24 -0
  366. package/lib/sharedComponents/assessment-editor/components/logic/logic.component.ngfactory.d.ts +1 -0
  367. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.d.ts +8 -0
  368. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.ngfactory.d.ts +1 -0
  369. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.d.ts +5 -0
  370. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.ngfactory.d.ts +1 -0
  371. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.d.ts +14 -0
  372. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.ngfactory.d.ts +1 -0
  373. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.d.ts +9 -0
  374. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.ngfactory.d.ts +1 -0
  375. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.d.ts +5 -0
  376. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.ngfactory.d.ts +1 -0
  377. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.d.ts +8 -0
  378. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.ngfactory.d.ts +1 -0
  379. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.d.ts +5 -0
  380. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.ngfactory.d.ts +1 -0
  381. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.d.ts +2 -0
  382. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.ngfactory.d.ts +3 -0
  383. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.d.ts +5 -0
  384. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.ngfactory.d.ts +1 -0
  385. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.d.ts +9 -0
  386. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.ngfactory.d.ts +1 -0
  387. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.d.ts +5 -0
  388. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.ngfactory.d.ts +1 -0
  389. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.d.ts +5 -0
  390. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.ngfactory.d.ts +1 -0
  391. package/lib/sharedComponents/assessment-editor/components/move/move.component.d.ts +22 -0
  392. package/lib/sharedComponents/assessment-editor/components/move/move.component.ngfactory.d.ts +1 -0
  393. package/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.d.ts +8 -0
  394. package/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.ngfactory.d.ts +1 -0
  395. package/lib/sharedComponents/assessment-editor/components/pipes/current-page-question.pipe.d.ts +4 -0
  396. package/lib/sharedComponents/assessment-editor/components/pipes/error-message.pipe.d.ts +4 -0
  397. package/lib/sharedComponents/assessment-editor/components/pipes/formatter.pipe.d.ts +4 -0
  398. package/lib/sharedComponents/assessment-editor/components/pipes/question-filter.pipe.d.ts +4 -0
  399. package/lib/sharedComponents/assessment-editor/components/pipes/question-page-filter.pipe.d.ts +4 -0
  400. package/lib/sharedComponents/assessment-editor/components/pipes/question-parser.pipe.d.ts +4 -0
  401. package/lib/sharedComponents/assessment-editor/components/pipes/type-of.pipe.d.ts +4 -0
  402. package/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.d.ts +8 -0
  403. package/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.ngfactory.d.ts +1 -0
  404. package/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.d.ts +5 -0
  405. package/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.ngfactory.d.ts +1 -0
  406. package/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.d.ts +11 -0
  407. package/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.ngfactory.d.ts +1 -0
  408. package/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.d.ts +8 -0
  409. package/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.ngfactory.d.ts +1 -0
  410. package/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.d.ts +8 -0
  411. package/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.ngfactory.d.ts +1 -0
  412. package/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.d.ts +5 -0
  413. package/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.ngfactory.d.ts +1 -0
  414. package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.d.ts +7 -0
  415. package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.ngfactory.d.ts +1 -0
  416. package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.d.ts +7 -0
  417. package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.ngfactory.d.ts +1 -0
  418. package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.d.ts +8 -0
  419. package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.ngfactory.d.ts +1 -0
  420. package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.d.ts +5 -0
  421. package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.ngfactory.d.ts +1 -0
  422. package/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.d.ts +5 -0
  423. package/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.ngfactory.d.ts +1 -0
  424. package/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.d.ts +6 -0
  425. package/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.ngfactory.d.ts +1 -0
  426. package/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.d.ts +5 -0
  427. package/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.ngfactory.d.ts +1 -0
  428. package/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.d.ts +5 -0
  429. package/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.ngfactory.d.ts +1 -0
  430. package/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.d.ts +27 -0
  431. package/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.ngfactory.d.ts +1 -0
  432. package/lib/sharedComponents/assessment-editor/components/preview/preview.module.d.ts +2 -0
  433. package/lib/sharedComponents/assessment-editor/components/preview/preview.module.ngfactory.d.ts +3 -0
  434. package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.d.ts +5 -0
  435. package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.ngfactory.d.ts +1 -0
  436. package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.d.ts +5 -0
  437. package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.ngfactory.d.ts +1 -0
  438. package/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.d.ts +6 -0
  439. package/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.ngfactory.d.ts +1 -0
  440. package/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.d.ts +28 -0
  441. package/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.ngfactory.d.ts +1 -0
  442. package/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.d.ts +11 -0
  443. package/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.ngfactory.d.ts +1 -0
  444. package/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.d.ts +16 -0
  445. package/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.ngfactory.d.ts +1 -0
  446. package/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.d.ts +47 -0
  447. package/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.ngfactory.d.ts +1 -0
  448. package/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.d.ts +35 -0
  449. package/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.ngfactory.d.ts +1 -0
  450. package/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.d.ts +8 -0
  451. package/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.ngfactory.d.ts +1 -0
  452. package/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.d.ts +12 -0
  453. package/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.ngfactory.d.ts +1 -0
  454. package/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.d.ts +64 -0
  455. package/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.ngfactory.d.ts +1 -0
  456. package/lib/sharedComponents/assessment-editor/create-assessment.module.d.ts +2 -0
  457. package/lib/sharedComponents/assessment-editor/create-assessment.module.ngfactory.d.ts +3 -0
  458. package/lib/sharedComponents/assessment-editor/services/editor.service.d.ts +185 -0
  459. package/lib/sharedComponents/assessment-editor/services/result-criteria.service.d.ts +4 -0
  460. package/lib/sharedComponents/assessment-editor/services/validator.service.d.ts +31 -0
  461. package/lib/ui-kit/action-dialog/action-dialog.module.d.ts +2 -0
  462. package/lib/ui-kit/action-dialog/action-dialog.module.ngfactory.d.ts +3 -0
  463. package/lib/ui-kit/action-dialog/active/active.component.d.ts +12 -0
  464. package/lib/ui-kit/action-dialog/active/active.component.ngfactory.d.ts +1 -0
  465. package/lib/ui-kit/action-dialog/deactivate/deactivate.component.d.ts +12 -0
  466. package/lib/ui-kit/action-dialog/deactivate/deactivate.component.ngfactory.d.ts +1 -0
  467. package/lib/ui-kit/action-dialog/delete/delete.component.d.ts +11 -0
  468. package/lib/ui-kit/action-dialog/delete/delete.component.ngfactory.d.ts +1 -0
  469. package/lib/ui-kit/action-dialog/duplicate/duplicate.component.d.ts +12 -0
  470. package/lib/ui-kit/action-dialog/duplicate/duplicate.component.ngfactory.d.ts +1 -0
  471. package/lib/ui-kit/dialog/dialog-config.d.ts +5 -0
  472. package/lib/ui-kit/dialog/dialog-injector.d.ts +7 -0
  473. package/lib/ui-kit/dialog/dialog-ref.d.ts +7 -0
  474. package/lib/ui-kit/dialog/dialog.component.d.ts +29 -0
  475. package/lib/ui-kit/dialog/dialog.component.ngfactory.d.ts +1 -0
  476. package/lib/ui-kit/dialog/dialog.module.d.ts +2 -0
  477. package/lib/ui-kit/dialog/dialog.module.ngfactory.d.ts +3 -0
  478. package/lib/ui-kit/dialog/dialog.service.d.ts +15 -0
  479. package/lib/ui-kit/dialog/insertion.directive.d.ts +5 -0
  480. package/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.d.ts +5 -0
  481. package/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.ngfactory.d.ts +1 -0
  482. package/lib/ui-kit/editor-loader/editor-loader.module.d.ts +2 -0
  483. package/lib/ui-kit/editor-loader/editor-loader.module.ngfactory.d.ts +3 -0
  484. package/lib/ui-kit/formgroup/click-outside.directive.d.ts +7 -0
  485. package/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.d.ts +10 -0
  486. package/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.ngfactory.d.ts +1 -0
  487. package/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts +10 -0
  488. package/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngfactory.d.ts +1 -0
  489. package/lib/ui-kit/formgroup/cs-radio/cs-radio.component.d.ts +12 -0
  490. package/lib/ui-kit/formgroup/cs-radio/cs-radio.component.ngfactory.d.ts +1 -0
  491. package/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.d.ts +5 -0
  492. package/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.ngfactory.d.ts +1 -0
  493. package/lib/ui-kit/formgroup/cs-select/cs-select.component.d.ts +33 -0
  494. package/lib/ui-kit/formgroup/cs-select/cs-select.component.ngfactory.d.ts +1 -0
  495. package/lib/ui-kit/formgroup/cs-switch/cs-switch.component.d.ts +12 -0
  496. package/lib/ui-kit/formgroup/cs-switch/cs-switch.component.ngfactory.d.ts +1 -0
  497. package/lib/ui-kit/formgroup/formgroup.module.d.ts +2 -0
  498. package/lib/ui-kit/formgroup/formgroup.module.ngfactory.d.ts +3 -0
  499. package/lib/ui-kit/formgroup/pipes/pascal.pipe.d.ts +4 -0
  500. package/lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe.d.ts +4 -0
  501. package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.d.ts +231 -0
  502. package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.ngfactory.d.ts +1 -0
  503. package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +2 -0
  504. package/lib/workflow-services/assessment.service.d.ts +10 -1
  505. package/package.json +1 -1
  506. package/vcomply-workflow-engine.d.ts +159 -60
  507. package/vcomply-workflow-engine.metadata.json +1 -1
@@ -0,0 +1,153 @@
1
+ /**
2
+ * @fileoverview This file was generated by the Angular template compiler. Do not edit.
3
+ *
4
+ * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
5
+ * tslint:disable
6
+ */
7
+ import * as i0 from "./add-response-set-popup.component.less.shim.ngstyle";
8
+ import * as i1 from "@angular/core";
9
+ import * as i2 from "../../../../ui-kit/tooltip/tooltip.directive";
10
+ import * as i3 from "../../../../ui-kit/popover/popover.directive";
11
+ import * as i4 from "../../../../ui-kit/popover/popover.service";
12
+ import * as i5 from "../../../../ui-kit/popover/popover.component.ngfactory";
13
+ import * as i6 from "../../../../ui-kit/popover/popover.component";
14
+ import * as i7 from "@angular/common";
15
+ import * as i8 from "../../../../formgroup/cs-switch/cs-switch.component.ngfactory";
16
+ import * as i9 from "../../../../formgroup/cs-switch/cs-switch.component";
17
+ import * as i10 from "../../../../formgroup/cs-radio/cs-radio.component.ngfactory";
18
+ import * as i11 from "../../../../formgroup/cs-radio/cs-radio.component";
19
+ import * as i12 from "../../../../formgroup/cs-checkbox/cs-checkbox.component.ngfactory";
20
+ import * as i13 from "../../../../formgroup/cs-checkbox/cs-checkbox.component";
21
+ import * as i14 from "./add-response-set-popup.component";
22
+ var styles_AddResponseSetPopupComponent = [i0.styles];
23
+ var RenderType_AddResponseSetPopupComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_AddResponseSetPopupComponent, data: {} });
24
+ export { RenderType_AddResponseSetPopupComponent as RenderType_AddResponseSetPopupComponent };
25
+ function View_AddResponseSetPopupComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, null, null, null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "div", [["class", "heading vx-fs-14 vx-fw-500 vx-label-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Add a Response Set"])), (_l()(), i1.ɵeld(3, 0, null, null, 3, "button", [["class", "close vx-p-0 vx-m-0 vx-d-flex vx-align-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)) {
26
+ var pd_0 = (i1.ɵnov(_v, 4).onMouseEnter() !== false);
27
+ ad = (pd_0 && ad);
28
+ } if (("mouseover" === en)) {
29
+ var pd_1 = (i1.ɵnov(_v, 4).onMouseOver() !== false);
30
+ ad = (pd_1 && ad);
31
+ } if (("mouseleave" === en)) {
32
+ var pd_2 = (i1.ɵnov(_v, 4).onMouseLeave() !== false);
33
+ ad = (pd_2 && ad);
34
+ } if (("mouseout" === en)) {
35
+ var pd_3 = (i1.ɵnov(_v, 4).onMouseOut() !== false);
36
+ ad = (pd_3 && ad);
37
+ } if (("click" === en)) {
38
+ var pd_4 = (i1.ɵnov(_v, 4).onClick() !== false);
39
+ ad = (pd_4 && ad);
40
+ } return ad; }, null, null)), i1.ɵdid(4, 81920, null, 0, i2.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵeld(5, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-label-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE93F"]))], function (_ck, _v) { var currVal_0 = "[Esc] to close"; var currVal_1 = "left"; var currVal_2 = "black"; var currVal_3 = true; _ck(_v, 4, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
41
+ function View_AddResponseSetPopupComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, null, null, null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "div", [["class", "heading vx-fs-14 vx-fw-500 vx-label-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Select Form Categories"])), (_l()(), i1.ɵeld(3, 0, null, null, 3, "button", [["class", "close vx-fs-12 vx-fw-500 vx-label-txt vx-tt-uppercase vx-p-0 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)) {
42
+ var pd_0 = (_co.backResponseSet() !== false);
43
+ ad = (pd_0 && ad);
44
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-mr-2"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE91D"])), (_l()(), i1.ɵted(-1, null, [" BACK"]))], null, null); }
45
+ function View_AddResponseSetPopupComponent_5(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 4, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 3, "div", [["class", "chip-item"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "span", [["class", "vx-paragraph-txt"], ["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)) {
46
+ var pd_0 = (i1.ɵnov(_v, 3).onMouseEnter() !== false);
47
+ ad = (pd_0 && ad);
48
+ } if (("mouseover" === en)) {
49
+ var pd_1 = (i1.ɵnov(_v, 3).onMouseOver() !== false);
50
+ ad = (pd_1 && ad);
51
+ } if (("mouseleave" === en)) {
52
+ var pd_2 = (i1.ɵnov(_v, 3).onMouseLeave() !== false);
53
+ ad = (pd_2 && ad);
54
+ } if (("mouseout" === en)) {
55
+ var pd_3 = (i1.ɵnov(_v, 3).onMouseOut() !== false);
56
+ ad = (pd_3 && ad);
57
+ } if (("click" === en)) {
58
+ var pd_4 = (i1.ɵnov(_v, 3).onClick() !== false);
59
+ ad = (pd_4 && ad);
60
+ } return ad; }, null, null)), i1.ɵdid(3, 81920, null, 0, i2.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["Category response name"]))], function (_ck, _v) { var currVal_0 = "Category response name"; var currVal_1 = "bottom-left"; var currVal_2 = "black"; var currVal_3 = true; _ck(_v, 3, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
61
+ function View_AddResponseSetPopupComponent_4(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 18, "div", [["class", "after-select vx-d-flex vx-align-center vx-w-100"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 0, "span", [["class", "circle-radio vx-mr-3"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 16, "div", [["class", "input-group vx-d-flex vx-align-center vx-justify-between"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 13, "div", [["class", "left vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 2, "div", [["class", "chip vx-fs-11 vx-txt-blue vx-pl-2 vx-pr-2 vx-lh-5"], ["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)) {
62
+ var pd_0 = (i1.ɵnov(_v, 5).onMouseEnter() !== false);
63
+ ad = (pd_0 && ad);
64
+ } if (("mouseover" === en)) {
65
+ var pd_1 = (i1.ɵnov(_v, 5).onMouseOver() !== false);
66
+ ad = (pd_1 && ad);
67
+ } if (("mouseleave" === en)) {
68
+ var pd_2 = (i1.ɵnov(_v, 5).onMouseLeave() !== false);
69
+ ad = (pd_2 && ad);
70
+ } if (("mouseout" === en)) {
71
+ var pd_3 = (i1.ɵnov(_v, 5).onMouseOut() !== false);
72
+ ad = (pd_3 && ad);
73
+ } if (("click" === en)) {
74
+ var pd_4 = (i1.ɵnov(_v, 5).onClick() !== false);
75
+ ad = (pd_4 && ad);
76
+ } return ad; }, null, null)), i1.ɵdid(5, 81920, null, 0, i2.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["category text"])), (_l()(), i1.ɵeld(7, 0, null, null, 2, "button", [["appPopover", ""], ["class", "count vx-fs-10 vx-txt-white vx-p-0 vx-pl-1 vx-pr-1 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center vx-lh-5"], ["position", "right"]], null, [[null, "click"], [null, "mouseenter"], [null, "mouseover"]], function (_v, en, $event) { var ad = true; if (("click" === en)) {
77
+ var pd_0 = (i1.ɵnov(_v, 8).click() !== false);
78
+ ad = (pd_0 && ad);
79
+ } if (("mouseenter" === en)) {
80
+ var pd_1 = (i1.ɵnov(_v, 8).onMouseEnter() !== false);
81
+ ad = (pd_1 && ad);
82
+ } if (("mouseover" === en)) {
83
+ var pd_2 = (i1.ɵnov(_v, 8).onMouseOver() !== false);
84
+ ad = (pd_2 && ad);
85
+ } if (("click" === en)) {
86
+ var pd_3 = (i1.ɵnov(_v, 11).popover() !== false);
87
+ ad = (pd_3 && ad);
88
+ } return ad; }, null, null)), i1.ɵdid(8, 16384, null, 0, i3.PopoverDirective, [i1.ElementRef, i4.PopoverService], null, null), (_l()(), i1.ɵted(-1, null, ["+13"])), (_l()(), i1.ɵeld(10, 0, null, null, 6, "app-popover", [], null, [["window", "resize"]], function (_v, en, $event) { var ad = true; if (("window:resize" === en)) {
89
+ var pd_0 = (i1.ɵnov(_v, 11).sizeChange($event) !== false);
90
+ ad = (pd_0 && ad);
91
+ } return ad; }, i5.View_PopoverComponent_0, i5.RenderType_PopoverComponent)), i1.ɵdid(11, 114688, [["responseCount", 4]], 0, i6.PopoverComponent, [i4.PopoverService], null, null), (_l()(), i1.ɵeld(12, 0, null, 0, 4, "div", [["class", "action-list"]], null, null, null, null, null)), (_l()(), i1.ɵeld(13, 0, null, null, 3, "ul", [["class", "action-item"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 2, null, View_AddResponseSetPopupComponent_5)), i1.ɵdid(15, 278528, null, 0, i7.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), i1.ɵpad(16, 7), (_l()(), i1.ɵeld(17, 0, null, null, 1, "button", [["class", "edit 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 vx-lh-5"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["EDIT"]))], function (_ck, _v) { var currVal_0 = "category text"; var currVal_1 = "bottom-left"; var currVal_2 = "black"; var currVal_3 = false; _ck(_v, 5, 0, currVal_0, currVal_1, currVal_2, currVal_3); _ck(_v, 11, 0); var currVal_4 = _ck(_v, 16, 0, 1, 1, 1, 1, 1, 1, 1); _ck(_v, 15, 0, currVal_4); }, null); }
92
+ function View_AddResponseSetPopupComponent_6(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 25, "div", [["class", "set-popup vx-p-3 vx-d-flex vx-justify-between"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 6, "div", [["class", "item"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 1, "div", [["class", "heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["SET COLOR"])), (_l()(), i1.ɵeld(4, 0, null, null, 3, "div", [["class", "color-box vx-p-1 vx-d-flex vx-align-center vx-justify-center"], ["style", "color: #1E5DD3;"]], null, null, null, null, null)), (_l()(), i1.ɵeld(5, 0, null, null, 1, "i", [["class", "icons vx-fs-18"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEB01"])), (_l()(), i1.ɵeld(7, 0, null, null, 0, "input", [["type", "color"]], null, null, null, null, null)), (_l()(), i1.ɵeld(8, 0, null, null, 9, "div", [["class", "item"]], null, null, null, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 1, "div", [["class", "heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["ADD SCORE"])), (_l()(), i1.ɵeld(11, 0, null, null, 6, "div", [["class", "score-input vx-d-flex"]], null, null, null, null, null)), (_l()(), i1.ɵeld(12, 0, null, null, 0, "input", [["type", "number"], ["value", "1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(13, 0, null, null, 4, "div", [["class", "buttons"]], null, null, null, null, null)), (_l()(), i1.ɵeld(14, 0, null, null, 1, "button", [["class", "plus-btn vx-fs-12 vx-fw-500 vx-paragraph-txt vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["+"])), (_l()(), i1.ɵeld(16, 0, null, null, 1, "button", [["class", "minus-btn vx-fs-12 vx-fw-500 vx-paragraph-txt vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["-"])), (_l()(), i1.ɵeld(18, 0, null, null, 7, "div", [["class", "item"]], null, null, null, null, null)), (_l()(), i1.ɵeld(19, 0, null, null, 4, "div", [["class", "heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1 vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["SET AS A FAILED RESPONSE "])), (_l()(), i1.ɵeld(21, 0, null, null, 2, "i", [["appTooltip", "If this response choice is 'Set as a failed response' VComply would automatically flag it as an exception when selected by the respondent. This can help identify areas for improvement and in the development of corrective action plans."], ["class", "icons info vx-fs-12 vx-txt-blue vx-ml-1"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
93
+ var pd_0 = (i1.ɵnov(_v, 22).onMouseEnter() !== false);
94
+ ad = (pd_0 && ad);
95
+ } if (("mouseover" === en)) {
96
+ var pd_1 = (i1.ɵnov(_v, 22).onMouseOver() !== false);
97
+ ad = (pd_1 && ad);
98
+ } if (("mouseleave" === en)) {
99
+ var pd_2 = (i1.ɵnov(_v, 22).onMouseLeave() !== false);
100
+ ad = (pd_2 && ad);
101
+ } if (("mouseout" === en)) {
102
+ var pd_3 = (i1.ɵnov(_v, 22).onMouseOut() !== false);
103
+ ad = (pd_3 && ad);
104
+ } if (("click" === en)) {
105
+ var pd_4 = (i1.ɵnov(_v, 22).onClick() !== false);
106
+ ad = (pd_4 && ad);
107
+ } return ad; }, null, null)), i1.ɵdid(22, 81920, null, 0, i2.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uEB16"])), (_l()(), i1.ɵeld(24, 0, null, null, 1, "app-cs-switch", [], null, null, null, i8.View_CsSwitchComponent_0, i8.RenderType_CsSwitchComponent)), i1.ɵdid(25, 114688, null, 0, i9.CsSwitchComponent, [], null, null)], function (_ck, _v) { var currVal_0 = "If this response choice is 'Set as a failed response' VComply would automatically flag it as an exception when selected by the respondent. This can help identify areas for improvement and in the development of corrective action plans."; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 22, 0, currVal_0, currVal_1, currVal_2, currVal_3); _ck(_v, 25, 0); }, null); }
108
+ function View_AddResponseSetPopupComponent_3(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 54, "div", [["class", "form-dialog-mid vx-p-4 vx-pt-0"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 3, "div", [["class", "from-group vx-mt-1 vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 1, "label", [["class", "vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["RESPONSE SET NAME"])), (_l()(), i1.ɵeld(4, 0, null, null, 0, "input", [["placeholder", "Name this response set"], ["type", "text"]], null, null, null, null, null)), (_l()(), i1.ɵeld(5, 0, null, null, 15, "div", [["class", "from-group vx-mt-1 vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(6, 0, null, null, 1, "label", [["class", "vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["THIS RESPONSE SET IS APPLICABLE FOR:"])), (_l()(), i1.ɵeld(8, 0, null, null, 12, "div", [["class", "vx-d-flex vx-align-center vx-justify-between"]], null, null, null, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 4, "div", [["class", "set-item vx-d-flex vx-align-center vx-p-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(10, 0, null, null, 3, "app-cs-radio", [], null, null, null, i10.View_CsRadioComponent_0, i10.RenderType_CsRadioComponent)), i1.ɵdid(11, 114688, null, 0, i11.CsRadioComponent, [], null, null), (_l()(), i1.ɵeld(12, 0, null, 0, 1, "span", [["class", "name vx-fs-11 vx-fw-500 vx-paragraph-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["ALL FORM CATEGORIES"])), (_l()(), i1.ɵeld(14, 0, null, null, 6, "div", [["class", "set-item vx-d-flex vx-align-center vx-p-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(15, 0, null, null, 3, "div", [["class", "specific-radio vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
109
+ var pd_0 = (_co.clickSpecificCategory() !== false);
110
+ ad = (pd_0 && ad);
111
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(16, 0, null, null, 0, "span", [["class", "circle-radio vx-mr-3"]], null, null, null, null, null)), (_l()(), i1.ɵeld(17, 0, null, null, 1, "span", [["class", "name vx-fs-11 vx-fw-500 vx-paragraph-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["SPECIFIC FORM CATEGORIES"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddResponseSetPopupComponent_4)), i1.ɵdid(20, 16384, null, 0, i7.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(21, 0, null, null, 33, "div", [["class", "from-group vx-mt-1 vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(22, 0, null, null, 1, "label", [["class", "vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["RESPONSE CHOICES"])), (_l()(), i1.ɵeld(24, 0, null, null, 26, "div", [["class", "choice-item vx-d-flex vx-mt-5"]], null, null, null, null, null)), (_l()(), i1.ɵeld(25, 0, null, null, 1, "div", [["class", "number vx-fs-12 vx-fw-500 vx-txt-white vx-d-flex vx-align-center vx-justify-center vx-p-1 vx-mr-4"], ["style", "background: #1E5DD3;"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["1"])), (_l()(), i1.ɵeld(27, 0, null, null, 23, "div", [["class", "right"]], null, null, null, null, null)), (_l()(), i1.ɵeld(28, 0, null, null, 7, null, null, null, null, null, null, null)), (_l()(), i1.ɵeld(29, 0, null, null, 4, "div", [["class", "edit-mode"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
112
+ var pd_0 = (_co.showResponse() !== false);
113
+ ad = (pd_0 && ad);
114
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(30, 0, null, null, 0, "input", [["placeholder", "Type your response"], ["type", "text"]], null, null, null, null, null)), (_l()(), i1.ɵeld(31, 0, null, null, 2, "button", [["class", "set-icon vx-fs-14 vx-txt-blue vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(32, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE913"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddResponseSetPopupComponent_6)), i1.ɵdid(35, 16384, null, 0, i7.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(36, 0, null, null, 10, "div", [["class", "after-set-response vx-d-flex vx-align-center vx-justify-between vx-pl-3 vx-pr-3"]], null, null, null, null, null)), (_l()(), i1.ɵeld(37, 0, null, null, 2, "div", [["class", "value vx-fs-12 vx-label-txt"], ["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)) {
115
+ var pd_0 = (i1.ɵnov(_v, 38).onMouseEnter() !== false);
116
+ ad = (pd_0 && ad);
117
+ } if (("mouseover" === en)) {
118
+ var pd_1 = (i1.ɵnov(_v, 38).onMouseOver() !== false);
119
+ ad = (pd_1 && ad);
120
+ } if (("mouseleave" === en)) {
121
+ var pd_2 = (i1.ɵnov(_v, 38).onMouseLeave() !== false);
122
+ ad = (pd_2 && ad);
123
+ } if (("mouseout" === en)) {
124
+ var pd_3 = (i1.ɵnov(_v, 38).onMouseOut() !== false);
125
+ ad = (pd_3 && ad);
126
+ } if (("click" === en)) {
127
+ var pd_4 = (i1.ɵnov(_v, 38).onClick() !== false);
128
+ ad = (pd_4 && ad);
129
+ } return ad; }, null, null)), i1.ɵdid(38, 81920, null, 0, i2.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["Response choice content"])), (_l()(), i1.ɵeld(40, 0, null, null, 6, "div", [["class", "vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(41, 0, null, null, 2, "button", [["class", "edit vx-fs-12 vx-txt-blue vx-p-0 vx-m-0 vx-ml-4 vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(42, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9BA"])), (_l()(), i1.ɵeld(44, 0, null, null, 2, "button", [["class", "delete vx-fs-12 vx-txt-red vx-p-0 vx-m-0 vx-ml-4 vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(45, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE923"])), (_l()(), i1.ɵeld(47, 0, null, null, 1, "div", [["class", "response-value vx-fs-10 vx-fw-500 vx-txt-blue vx-tt-uppercase vx-text-right vx-mt-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["SCORE: 1"])), (_l()(), i1.ɵeld(49, 0, null, null, 1, "div", [["class", "response-value vx-fs-10 vx-fw-500 vx-txt-red vx-tt-uppercase vx-text-right vx-mt-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["THIS HAS BEEN SET AS A FAILED RESPONSE."])), (_l()(), i1.ɵeld(51, 0, null, null, 3, "button", [["class", "add-response-btn vx-fs-11 vx-fw-500 vx-txt-blue vx-tt-uppercase vx-p-0 vx-m-0 vx-mt-5 vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(52, 0, null, null, 1, "i", [["class", "icons vx-fs-12 vx-mr-2 vx-d-flex"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE915"])), (_l()(), i1.ɵted(-1, null, [" ADD RESPONSE"]))], function (_ck, _v) { var _co = _v.component; _ck(_v, 11, 0); var currVal_0 = false; _ck(_v, 20, 0, currVal_0); var currVal_1 = !_co.setResponse; _ck(_v, 35, 0, currVal_1); var currVal_2 = "Response choice content"; var currVal_3 = "bottom-left"; var currVal_4 = "black"; var currVal_5 = false; _ck(_v, 38, 0, currVal_2, currVal_3, currVal_4, currVal_5); }, null); }
130
+ function View_AddResponseSetPopupComponent_8(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 5, "li", [["class", "vx-mb-3"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 4, "app-cs-checkbox", [], null, null, null, i12.View_CsCheckboxComponent_0, i12.RenderType_CsCheckboxComponent)), i1.ɵdid(2, 114688, null, 0, i13.CsCheckboxComponent, [], null, null), (_l()(), i1.ɵeld(3, 0, null, 0, 2, "span", [["class", "name"], ["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)) {
131
+ var pd_0 = (i1.ɵnov(_v, 4).onMouseEnter() !== false);
132
+ ad = (pd_0 && ad);
133
+ } if (("mouseover" === en)) {
134
+ var pd_1 = (i1.ɵnov(_v, 4).onMouseOver() !== false);
135
+ ad = (pd_1 && ad);
136
+ } if (("mouseleave" === en)) {
137
+ var pd_2 = (i1.ɵnov(_v, 4).onMouseLeave() !== false);
138
+ ad = (pd_2 && ad);
139
+ } if (("mouseout" === en)) {
140
+ var pd_3 = (i1.ɵnov(_v, 4).onMouseOut() !== false);
141
+ ad = (pd_3 && ad);
142
+ } if (("click" === en)) {
143
+ var pd_4 = (i1.ɵnov(_v, 4).onClick() !== false);
144
+ ad = (pd_4 && ad);
145
+ } return ad; }, null, null)), i1.ɵdid(4, 81920, null, 0, i2.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["Select form category name"]))], function (_ck, _v) { _ck(_v, 2, 0); var currVal_0 = "Select form category name"; var currVal_1 = "bottom-left"; var currVal_2 = "black"; var currVal_3 = false; _ck(_v, 4, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
146
+ function View_AddResponseSetPopupComponent_7(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 13, "div", [["class", "category-mid vx-p-4 vx-pr-0 vx-pt-0 vx-mt-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 3, "div", [["class", "search-field vx-pr-4 vx-mb-3"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 0, "input", [["placeholder", "Search..."], ["type", "search"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons search vx-fs-14"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE90B"])), (_l()(), i1.ɵeld(5, 0, null, null, 3, "app-cs-checkbox", [], null, null, null, i12.View_CsCheckboxComponent_0, i12.RenderType_CsCheckboxComponent)), i1.ɵdid(6, 114688, null, 0, i13.CsCheckboxComponent, [], null, null), (_l()(), i1.ɵeld(7, 0, null, 0, 1, "span", [["class", "name vx-fw-500"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Select All"])), (_l()(), i1.ɵeld(9, 0, null, null, 4, "div", [["class", "list vx-pr-4 vx-mt-3"]], null, null, null, null, null)), (_l()(), i1.ɵeld(10, 0, null, null, 3, "ul", [["class", "vx-p-0 vx-m-0"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 2, null, View_AddResponseSetPopupComponent_8)), i1.ɵdid(12, 278528, null, 0, i7.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), i1.ɵpad(13, 21)], function (_ck, _v) { _ck(_v, 6, 0); var currVal_0 = _ck(_v, 13, 1, [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]); _ck(_v, 12, 0, currVal_0); }, null); }
147
+ function View_AddResponseSetPopupComponent_9(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 7, "div", [["class", "category-bottom vx-d-flex vx-align-center vx-justify-between vx-pl-4 vx-pr-4 vx-mt-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 4, "div", [["class", "vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 1, "div", [["class", "count vx-fs-11 vx-txt-white vx-d-flex vx-align-center vx-justify-center vx-pl-1 vx-pr-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["12"])), (_l()(), i1.ɵeld(4, 0, null, null, 1, "span", [["class", "vx-fs-12 vx-fw-500 vx-paragraph-txt vx-ml-2"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Form Category selected"])), (_l()(), i1.ɵeld(6, 0, null, null, 1, "button", [["class", "next-btn vx-fs-11 vx-fw-500 vx-txt-white vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center vx-lh-7"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["NEXT"]))], null, null); }
148
+ function View_AddResponseSetPopupComponent_10(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "button", [["class", "form-dialog-btn vx-fs-13 vx-fw-600 vx-tt-uppercase vx-p-0 vx-m-0 vx-mt-4 vx-d-flex vx-align-center vx-justify-center"]], [[2, "disabled", null]], null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["SAVE"]))], null, function (_ck, _v) { var currVal_0 = false; _ck(_v, 0, 0, currVal_0); }); }
149
+ export function View_AddResponseSetPopupComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 13, "div", [["class", "form-dialog"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 4, "div", [["class", "form-dialog-heading vx-d-flex vx-align-center vx-justify-between vx-pt-3 vx-pb-3 vx-pl-4 vx-pr-4 vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddResponseSetPopupComponent_1)), i1.ɵdid(3, 16384, null, 0, i7.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddResponseSetPopupComponent_2)), i1.ɵdid(5, 16384, null, 0, i7.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddResponseSetPopupComponent_3)), i1.ɵdid(7, 16384, null, 0, i7.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddResponseSetPopupComponent_7)), i1.ɵdid(9, 16384, null, 0, i7.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddResponseSetPopupComponent_9)), i1.ɵdid(11, 16384, null, 0, i7.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddResponseSetPopupComponent_10)), i1.ɵdid(13, 16384, null, 0, i7.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = !_co.hideSpecificCategory; _ck(_v, 3, 0, currVal_0); var currVal_1 = _co.hideSpecificCategory; _ck(_v, 5, 0, currVal_1); var currVal_2 = !_co.hideSpecificCategory; _ck(_v, 7, 0, currVal_2); var currVal_3 = _co.hideSpecificCategory; _ck(_v, 9, 0, currVal_3); var currVal_4 = _co.hideSpecificCategory; _ck(_v, 11, 0, currVal_4); var currVal_5 = !_co.hideSpecificCategory; _ck(_v, 13, 0, currVal_5); }, null); }
150
+ export function View_AddResponseSetPopupComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-add-response-set-popup", [], null, null, null, View_AddResponseSetPopupComponent_0, RenderType_AddResponseSetPopupComponent)), i1.ɵdid(1, 114688, null, 0, i14.AddResponseSetPopupComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
151
+ var AddResponseSetPopupComponentNgFactory = i1.ɵccf("app-add-response-set-popup", i14.AddResponseSetPopupComponent, View_AddResponseSetPopupComponent_Host_0, {}, {}, []);
152
+ export { AddResponseSetPopupComponentNgFactory as AddResponseSetPopupComponentNgFactory };
153
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkLXJlc3BvbnNlLXNldC1wb3B1cC5jb21wb25lbnQubmdmYWN0b3J5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2FkZC1yZXNwb25zZS1zZXQtcG9wdXAvYWRkLXJlc3BvbnNlLXNldC1wb3B1cC5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2FkZC1yZXNwb25zZS1zZXQtcG9wdXAvYWRkLXJlc3BvbnNlLXNldC1wb3B1cC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7dUVDRVEsNkVBR2UsS0FGWCxnSUFBNkUsS0FBeEIsK0NBQWtCLE1BQ3ZFOzs7Ozs7Ozs7Ozs7Ozs7dVBBQTROLElBQTVELGtIQUFtRCxLQUFaLG1DQUFRLDJCQUFqSixnQ0FBK0IsRUFBQyxzQkFBZ0IsRUFBVyx1QkFBWSxFQUFDLG9CQUF5QixFQUEvSixZQUE0TixFQUE5SixTQUErQixFQUFDLFNBQWdCLEVBQVcsU0FBWSxFQUFDLFNBQXlCO3VFQUVuSyw2RUFHZSxLQUZYLGdJQUFpRixLQUE1QixtREFBc0IsTUFDM0UsNk9BQXNNLFlBQTlMOzt3QkFBMkI7TUFBbkMsd0JBQXNNLEtBQTVELDZHQUE4QyxLQUFaLG1DQUFRLE1BQUksa0NBQUs7dUVBNEJqSywyRUFJSyxLQUhILGtHQUVNLEtBREY7Ozs7Ozs7Ozs7Ozs7Ozt1UEFBNkssSUFBN0IsbURBQXNCLDJCQUF2SSx3Q0FBdUMsRUFBQyw2QkFBdUIsRUFBVyx1QkFBWSxFQUFDLG9CQUF5QixFQUEvSSxZQUE2SyxFQUE5SSxTQUF1QyxFQUFDLFNBQXVCLEVBQVcsU0FBWSxFQUFDLFNBQXlCO3VFQVh6Syx5SUFvQk0sS0FuQkYsOEdBQTBDLEtBQzFDLGtKQWlCTSxLQWhCRix3SEFjTSxLQWJGOzs7Ozs7Ozs7Ozs7Ozs7dVBBQTJMLElBQW5CLDBDQUFhLE1BQ3JMOzs7Ozs7Ozt3QkFBZ047TUFBL0Q7O3dCQUFpQztNQUFsTCwwSEFBZ04sSUFBWixnQ0FBRyxNQUN2TTs7O3FMQVVjLElBVFYsa0dBUU0sS0FQSixvR0FNSyxLQUxILDJOQUlLLEdBSkQsYUFBMEMsSUFTMUQsaU5BQWtKLEtBQWIsaUNBQUksMkJBZHRFLCtCQUE4QixFQUFDLDZCQUF1QixFQUFXLHVCQUFZLEVBQUMscUJBQTBCLEVBQXZLLFlBQTJMLEVBQTVILFNBQThCLEVBQUMsU0FBdUIsRUFBVyxTQUFZLEVBQUMsU0FBMEIsR0FFdkssYUFVYyxHQVBGLGtEQUEwQyxHQUE5QyxhQUlLLEVBSkQsU0FBMEM7dUVBeUI5RCx1SUFzQk0sS0FyQkYsNkZBTU0sS0FMRix3SkFBNEYsS0FBZixzQ0FBUyxNQUN0RixtTEFHTSxLQUZGLHFHQUFzQyxLQUFaLG1DQUFRLE1BQ2xDLCtGQUFzQixLQUc5Qiw2RkFTTSxLQVJGLHdKQUE0RixLQUFmLHNDQUFTLE1BQ3RGLCtHQU1NLEtBTEYsaUhBQWlDLEtBQ2pDLGlHQUdNLEtBRkYsbU1BQWlJLEtBQVYsOEJBQUMsTUFDeEgsb01BQWtJLEtBQVYsOEJBQUMsTUFJckksOEZBR00sS0FGRixtTEFBdWdCLEtBQWhhLHNEQUF5QixNQUFBOzs7Ozs7Ozs7Ozs7Ozs7d1BBQWlZLElBQVosbUNBQVEsTUFDN2YsOE1BQStCLHlCQURvSiw0UEFBdVAsRUFBQyw4QkFBd0IsRUFBVyx1QkFBWSxFQUFDLG9CQUF5QixFQUFwWCxhQUFpWSxFQUE5VSxTQUF1UCxFQUFDLFNBQXdCLEVBQVcsU0FBWSxFQUFDLFNBQXlCLEdBQ3BmLGFBQStCO3VFQXRFM0Qsd0hBdUZNLEtBdEZGLG1IQUdNLEtBRkYsa0pBQWdHLEtBQXpCLDhDQUFpQixNQUN4Rix5SUFBMEQsS0FFOUQsb0hBa0NNLEtBakNGLGtKQUFtSCxLQUE1QyxpRUFBb0MsTUFDM0csc0lBK0JNLEtBOUJGLGtJQUVNLEtBREYsNk1BQThILElBQWhILGdKQUFpRyxLQUExQixnREFBbUIsTUFFNUcsbUlBMEJNLEtBekJGLHNMQUdNLFlBSGdEOzt3QkFBaUM7TUFBdkYsd0JBR00sS0FGRiwrR0FBMEMsS0FDMUMsbUpBQXNHLEtBQS9CLHFEQUF3QixNQUVuRyw2TEFvQk0sSUFJbEIscUhBOENNLEtBN0NGLG1KQUErRixLQUF4Qiw2Q0FBZ0IsTUFDdkYsd0hBMENNLEtBekNGLDhOQUFtSixLQUFQLDhCQUFDLE1BQzdJLGdHQXVDTSxLQXRDRiw4RUE0QmUsS0EzQlgsdUpBR00sWUFIaUI7O3dCQUF3QjtNQUEvQyx3QkFHTSxLQUZGLHNJQUFzRCxLQUN0RCxvTEFBOEksS0FBdEMsNkZBQTZCLEtBQVosbUNBQVEsTUFFckksNkxBc0JNLElBRVYsMEtBTU0sS0FMRjs7Ozs7Ozs7Ozs7Ozs7O3dQQUF5TCxJQUE3QixvREFBdUIsTUFDbkwsbUhBR00sS0FGRixzS0FBZ0ksS0FBdEMsNkZBQTZCLEtBQVosbUNBQVEsTUFDbkgsdUtBQWlJLEtBQXRDLDZGQUE2QixLQUFaLG1DQUFRLE1BRzVILDZLQUErRyxLQUFkLHFDQUFRLE1BQ3pHLDRLQUE2SSxLQUE3QyxvRUFBdUMsTUFHL0ksNE1BQThNLEtBQTlFLHdIQUF3RCxLQUFaLG1DQUFRLE1BQUksMENBQWEsbURBNUU3TCxhQUE4SCxHQU96SCxxQkFBYSxFQUFsQixhQW9CTSxFQXBCRCxTQUFhLEdBa0M2QyxvQkFBb0IsY0FBL0UsYUFzQk0sRUF0QnFELFNBQW9CLEdBeUJ0Qyx5Q0FBd0MsRUFBQyw2QkFBdUIsRUFBVyx1QkFBWSxFQUFDLHFCQUEwQixFQUEzSixhQUF5TCxFQUFoSixTQUF3QyxFQUFDLFNBQXVCLEVBQVcsU0FBWSxFQUFDLFNBQTBCO3VFQXNCbkssK0ZBQXlULEtBQWhOLHVOQUEyTSxJQUExTDs7Ozs7Ozs7Ozs7Ozs7O3VQQUF3SyxJQUFoQyxzREFBeUIsMkJBQWxMLFlBQTJNLEdBQXZLLDJDQUEwQyxFQUFDLDZCQUF1QixFQUFXLHVCQUFZLEVBQUMscUJBQTBCLEVBQXZJLFlBQXdLLEVBQXJKLFNBQTBDLEVBQUMsU0FBdUIsRUFBVyxTQUFZLEVBQUMsU0FBMEI7dUVBVDdRLHFJQVlNLEtBWEYscUhBR00sS0FGRiw4SEFBK0MsS0FDL0MsNEdBQTZDLEtBQVosbUNBQVEsTUFFN0MsdU5BQWlGLElBQWhFLHFHQUE4QyxLQUFqQix1Q0FBVSxNQUV4RCw2R0FJTSxLQUhGLHNHQUVLLEtBREQsMk5BQXlULEdBQXJTLGNBQW9GLHlCQUpoSCxZQUFpRixHQUlyRCw2RkFBb0YsSUFBeEcsYUFBeVQsRUFBclMsU0FBb0Y7dUVBSXBILDZLQUtNLEtBSkYsa0hBRU0sS0FERixnTEFBNkcsS0FBUiwrQkFBRSxNQUFPLHFJQUF1RixLQUE3QixtREFBc0IsTUFFbE0sc01BQXdJLEtBQWIsaUNBQUk7d0VBRW5JLG1PQUF5TSxLQUFiLGlDQUFJLGlDQUE3QixxQkFBd0IsRUFBM0wsWUFBeU0sRUFBdEMsU0FBd0I7OEVBdEgvTCxxR0F1SE0sS0F0SEYsaU1BU00sS0FSRiw0TEFHZSxJQUNmLDRMQUdlLElBRW5CLDRMQXVGTSxJQUNOLDRMQVlNLElBQ04sNkxBS00sSUFDTiw4TEFBeU0saURBcEh2TCxvQkFBNkIsdUJBQTNDLFlBR2UsRUFIRCxTQUE2QixHQUk3QixtQkFBNEIsdUJBQTFDLFlBR2UsRUFIRCxTQUE0QixHQUt6QyxvQkFBNkIsdUJBQWxDLFlBdUZNLEVBdkZELFNBQTZCLEdBd0Y3QixtQkFBNEIsdUJBQWpDLFlBWU0sRUFaRCxTQUE0QixHQWE1QixtQkFBNEIsdUJBQWpDLGFBS00sRUFMRCxTQUE0QixHQU16QixvQkFBNkIsdUJBQXJDLGFBQXlNLEVBQWpNLFNBQTZCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiPGRpdiBjbGFzcz1cImZvcm0tZGlhbG9nXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZm9ybS1kaWFsb2ctaGVhZGluZyB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktYmV0d2VlbiB2eC1wdC0zIHZ4LXBiLTMgdngtcGwtNCB2eC1wci00IHZ4LW1iLTJcIj5cclxuICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiIWhpZGVTcGVjaWZpY0NhdGVnb3J5XCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJoZWFkaW5nIHZ4LWZzLTE0IHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHRcIj5BZGQgYSBSZXNwb25zZSBTZXQ8L2Rpdj5cclxuICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cImNsb3NlIHZ4LXAtMCB2eC1tLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiIFthcHBUb29sdGlwXT1cIidbRXNjXSB0byBjbG9zZSdcIiBwbGFjZW1lbnQ9XCJsZWZ0XCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwidHJ1ZVwiPjxpIGNsYXNzPVwiaWNvbnMgdngtZnMtMTYgdngtbGFiZWwtdHh0XCI+JiN4ZTkzZjs8L2k+PC9idXR0b24+XHJcbiAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cImhpZGVTcGVjaWZpY0NhdGVnb3J5XCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJoZWFkaW5nIHZ4LWZzLTE0IHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHRcIj5TZWxlY3QgRm9ybSBDYXRlZ29yaWVzPC9kaXY+XHJcbiAgICAgICAgICAgIDxidXR0b24gKGNsaWNrKT1cImJhY2tSZXNwb25zZVNldCgpXCIgY2xhc3M9XCJjbG9zZSB2eC1mcy0xMiB2eC1mdy01MDAgdngtbGFiZWwtdHh0IHZ4LXR0LXVwcGVyY2FzZSB2eC1wLTAgdngtbS0wIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIj48aSBjbGFzcz1cImljb25zIHZ4LWZzLTE2IHZ4LW1yLTJcIj4mI3hlOTFkOzwvaT4gQkFDSzwvYnV0dG9uPlxyXG4gICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2ICpuZ0lmPVwiIWhpZGVTcGVjaWZpY0NhdGVnb3J5XCIgY2xhc3M9XCJmb3JtLWRpYWxvZy1taWQgdngtcC00IHZ4LXB0LTBcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZnJvbS1ncm91cCB2eC1tdC0xIHZ4LW1iLTRcIj5cclxuICAgICAgICAgICAgPGxhYmVsIGNsYXNzPVwidngtZnMtMTEgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC10dC11cHBlcmNhc2UgdngtbWItMVwiPlJFU1BPTlNFIFNFVCBOQU1FPC9sYWJlbD5cclxuICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJ0ZXh0XCIgcGxhY2Vob2xkZXI9XCJOYW1lIHRoaXMgcmVzcG9uc2Ugc2V0XCIgLz5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZnJvbS1ncm91cCB2eC1tdC0xIHZ4LW1iLTRcIj5cclxuICAgICAgICAgICAgPGxhYmVsIGNsYXNzPVwidngtZnMtMTEgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC10dC11cHBlcmNhc2UgdngtbWItMVwiPlRISVMgUkVTUE9OU0UgU0VUIElTIEFQUExJQ0FCTEUgRk9SOjwvbGFiZWw+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktYmV0d2VlblwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInNldC1pdGVtIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtcC0yXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGFwcC1jcy1yYWRpbz48c3BhbiBjbGFzcz1cIm5hbWUgdngtZnMtMTEgdngtZnctNTAwIHZ4LXBhcmFncmFwaC10eHQgdngtdHQtdXBwZXJjYXNlXCI+QUxMIEZPUk0gQ0FURUdPUklFUzwvc3Bhbj48L2FwcC1jcy1yYWRpbz5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInNldC1pdGVtIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtcC0yXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInNwZWNpZmljLXJhZGlvIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIiAoY2xpY2spPVwiY2xpY2tTcGVjaWZpY0NhdGVnb3J5KClcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJjaXJjbGUtcmFkaW8gdngtbXItM1wiPjwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJuYW1lIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXR0LXVwcGVyY2FzZVwiPlNQRUNJRklDIEZPUk0gQ0FURUdPUklFUzwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2ICpuZ0lmPVwiZmFsc2VcIiBjbGFzcz1cImFmdGVyLXNlbGVjdCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LXctMTAwXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY2lyY2xlLXJhZGlvIHZ4LW1yLTNcIj48L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnB1dC1ncm91cCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktYmV0d2VlblwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImxlZnQgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjaGlwIHZ4LWZzLTExIHZ4LXR4dC1ibHVlIHZ4LXBsLTIgdngtcHItMiB2eC1saC01XCIgW2FwcFRvb2x0aXBdPVwiJ2NhdGVnb3J5IHRleHQnXCIgcGxhY2VtZW50PVwiYm90dG9tLWxlZnRcIiBkZWxheT1cIjBcIiB0eXBlPVwiYmxhY2tcIiBbdG9vbHRpcE1hbmRhdG9yeV09XCJmYWxzZVwiPmNhdGVnb3J5IHRleHQ8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwiY291bnQgdngtZnMtMTAgdngtdHh0LXdoaXRlIHZ4LXAtMCB2eC1wbC0xIHZ4LXByLTEgdngtbS0wIHZ4LW1sLTEgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC1saC01XCIgYXBwUG9wb3ZlciAoY2xpY2spPVwicmVzcG9uc2VDb3VudC5wb3BvdmVyKClcIiBwb3NpdGlvbj1cInJpZ2h0XCI+KzEzPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFwcC1wb3BvdmVyICNyZXNwb25zZUNvdW50PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYWN0aW9uLWxpc3RcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dWwgY2xhc3M9XCJhY3Rpb24taXRlbVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpICpuZ0Zvcj1cImxldCBkYXRhIG9mIFsxLCAxLCAxLCAxLCAxLCAxLCAxXVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2hpcC1pdGVtXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInZ4LXBhcmFncmFwaC10eHRcIiBbYXBwVG9vbHRpcF09XCInQ2F0ZWdvcnkgcmVzcG9uc2UgbmFtZSdcIiBwbGFjZW1lbnQ9XCJib3R0b20tbGVmdFwiIGRlbGF5PVwiMFwiIHR5cGU9XCJibGFja1wiIFt0b29sdGlwTWFuZGF0b3J5XT1cInRydWVcIj5DYXRlZ29yeSByZXNwb25zZSBuYW1lPC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC91bD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hcHAtcG9wb3Zlcj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cImVkaXQgdngtZnMtMTEgdngtZnctNTAwIHZ4LXR4dC13aGl0ZSB2eC10dC11cHBlcmNhc2UgdngtcC0wIHZ4LXBsLTIgdngtcHItMiB2eC1tLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1saC01XCI+RURJVDwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZnJvbS1ncm91cCB2eC1tdC0xIHZ4LW1iLTRcIj5cclxuICAgICAgICAgICAgPGxhYmVsIGNsYXNzPVwidngtZnMtMTEgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC10dC11cHBlcmNhc2UgdngtbWItMVwiPlJFU1BPTlNFIENIT0lDRVM8L2xhYmVsPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2hvaWNlLWl0ZW0gdngtZC1mbGV4IHZ4LW10LTVcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJudW1iZXIgdngtZnMtMTIgdngtZnctNTAwIHZ4LXR4dC13aGl0ZSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyIHZ4LXAtMSB2eC1tci00XCIgc3R5bGU9XCJiYWNrZ3JvdW5kOiAjMUU1REQzO1wiPjE8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyaWdodFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJlZGl0LW1vZGVcIiAoY2xpY2spPVwic2hvd1Jlc3BvbnNlKClcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwidGV4dFwiIHBsYWNlaG9sZGVyPVwiVHlwZSB5b3VyIHJlc3BvbnNlXCIgLz5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJzZXQtaWNvbiB2eC1mcy0xNCB2eC10eHQtYmx1ZSB2eC1wLTAgdngtbS0wIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIj48aSBjbGFzcz1cImljb25zXCI+JiN4ZTkxMzs8L2k+PC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwic2V0LXBvcHVwIHZ4LXAtMyB2eC1kLWZsZXggdngtanVzdGlmeS1iZXR3ZWVuXCIgKm5nSWY9XCIhc2V0UmVzcG9uc2VcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpdGVtXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImhlYWRpbmcgdngtZnMtMTEgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC10dC11cHBlcmNhc2UgdngtbWItMVwiPlNFVCBDT0xPUjwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2xvci1ib3ggdngtcC0xIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIiBzdHlsZT1cImNvbG9yOiAjMUU1REQzO1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImljb25zIHZ4LWZzLTE4XCI+JiN4ZWIwMTs8L2k+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwiY29sb3JcIiAvPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaXRlbVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJoZWFkaW5nIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LW1iLTFcIj5BREQgU0NPUkU8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwic2NvcmUtaW5wdXQgdngtZC1mbGV4XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwibnVtYmVyXCIgdmFsdWU9XCIxXCIgLz5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ1dHRvbnNcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJwbHVzLWJ0biB2eC1mcy0xMiB2eC1mdy01MDAgdngtcGFyYWdyYXBoLXR4dCB2eC1wLTAgdngtbS0wIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIj4rPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwibWludXMtYnRuIHZ4LWZzLTEyIHZ4LWZ3LTUwMCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXAtMCB2eC1tLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiPi08L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpdGVtXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImhlYWRpbmcgdngtZnMtMTEgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC10dC11cHBlcmNhc2UgdngtbWItMSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyXCI+U0VUIEFTIEEgRkFJTEVEIFJFU1BPTlNFIDxpIGNsYXNzPVwiaWNvbnMgaW5mbyB2eC1mcy0xMiB2eC10eHQtYmx1ZSB2eC1tbC0xXCIgYXBwVG9vbHRpcD1cIklmIHRoaXMgcmVzcG9uc2UgY2hvaWNlIGlzICdTZXQgYXMgYSBmYWlsZWQgcmVzcG9uc2UnIFZDb21wbHkgd291bGQgYXV0b21hdGljYWxseSBmbGFnIGl0IGFzIGFuIGV4Y2VwdGlvbiB3aGVuIHNlbGVjdGVkIGJ5IHRoZSByZXNwb25kZW50LiBUaGlzIGNhbiBoZWxwIGlkZW50aWZ5IGFyZWFzIGZvciBpbXByb3ZlbWVudCBhbmQgaW4gdGhlIGRldmVsb3BtZW50IG9mIGNvcnJlY3RpdmUgYWN0aW9uIHBsYW5zLlwiIHBsYWNlbWVudD1cImJvdHRvbS1yaWdodFwiIGRlbGF5PVwiMFwiIHR5cGU9XCJ3aGl0ZVwiIFt0b29sdGlwTWFuZGF0b3J5XT1cInRydWVcIj4mI3hlYjE2OzwvaT48L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YXBwLWNzLXN3aXRjaD48L2FwcC1jcy1zd2l0Y2g+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImFmdGVyLXNldC1yZXNwb25zZSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktYmV0d2VlbiB2eC1wbC0zIHZ4LXByLTNcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInZhbHVlIHZ4LWZzLTEyIHZ4LWxhYmVsLXR4dFwiIFthcHBUb29sdGlwXT1cIidSZXNwb25zZSBjaG9pY2UgY29udGVudCdcIiBwbGFjZW1lbnQ9XCJib3R0b20tbGVmdFwiIGRlbGF5PVwiMFwiIHR5cGU9XCJibGFja1wiIFt0b29sdGlwTWFuZGF0b3J5XT1cImZhbHNlXCI+UmVzcG9uc2UgY2hvaWNlIGNvbnRlbnQ8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJlZGl0IHZ4LWZzLTEyIHZ4LXR4dC1ibHVlIHZ4LXAtMCB2eC1tLTAgdngtbWwtNCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyXCI+PGkgY2xhc3M9XCJpY29uc1wiPiYjeGU5YmE7PC9pPjwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cImRlbGV0ZSB2eC1mcy0xMiB2eC10eHQtcmVkIHZ4LXAtMCB2eC1tLTAgdngtbWwtNCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyXCI+PGkgY2xhc3M9XCJpY29uc1wiPiYjeGU5MjM7PC9pPjwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicmVzcG9uc2UtdmFsdWUgdngtZnMtMTAgdngtZnctNTAwIHZ4LXR4dC1ibHVlIHZ4LXR0LXVwcGVyY2FzZSB2eC10ZXh0LXJpZ2h0IHZ4LW10LTFcIj5TQ09SRTogMTwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyZXNwb25zZS12YWx1ZSB2eC1mcy0xMCB2eC1mdy01MDAgdngtdHh0LXJlZCB2eC10dC11cHBlcmNhc2UgdngtdGV4dC1yaWdodCB2eC1tdC0xXCI+VEhJUyBIQVMgQkVFTiBTRVQgQVMgQSBGQUlMRUQgUkVTUE9OU0UuPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJhZGQtcmVzcG9uc2UtYnRuIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC10eHQtYmx1ZSB2eC10dC11cHBlcmNhc2UgdngtcC0wIHZ4LW0tMCB2eC1tdC01IHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIj48aSBjbGFzcz1cImljb25zIHZ4LWZzLTEyIHZ4LW1yLTIgdngtZC1mbGV4XCI+JiN4ZTkxNTs8L2k+IEFERCBSRVNQT05TRTwvYnV0dG9uPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2ICpuZ0lmPVwiaGlkZVNwZWNpZmljQ2F0ZWdvcnlcIiBjbGFzcz1cImNhdGVnb3J5LW1pZCB2eC1wLTQgdngtcHItMCB2eC1wdC0wIHZ4LW10LTRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwic2VhcmNoLWZpZWxkIHZ4LXByLTQgdngtbWItM1wiPlxyXG4gICAgICAgICAgICA8aW5wdXQgdHlwZT1cInNlYXJjaFwiIHBsYWNlaG9sZGVyPVwiU2VhcmNoLi4uXCIgLz5cclxuICAgICAgICAgICAgPGkgY2xhc3M9XCJpY29ucyBzZWFyY2ggdngtZnMtMTRcIj4mI3hlOTBiOzwvaT5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8YXBwLWNzLWNoZWNrYm94PjxzcGFuIGNsYXNzPVwibmFtZSB2eC1mdy01MDBcIj5TZWxlY3QgQWxsPC9zcGFuPjwvYXBwLWNzLWNoZWNrYm94PlxyXG4gICAgICAgIDwhLS0gPGFwcC1jcy1jaGVja2JveC1pbmRldGVybWluYXRlICpuZ0lmPVwiZmFsc2VcIj48c3BhbiBjbGFzcz1cIm5hbWUgdngtZnctNTAwXCI+U2VsZWN0IEFsbDwvc3Bhbj48L2FwcC1jcy1jaGVja2JveC1pbmRldGVybWluYXRlPiAtLT5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwibGlzdCB2eC1wci00IHZ4LW10LTNcIj5cclxuICAgICAgICAgICAgPHVsIGNsYXNzPVwidngtcC0wIHZ4LW0tMFwiPlxyXG4gICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwidngtbWItM1wiICpuZ0Zvcj1cImxldCBkYXRhIG9mIFsxLCAxLCAxLCAxLCAxLCAxLCAxLCAxLCAxLCAxLCAxLCAxLCAxLCAxLCAxLCAxLCAxLCAxLCAxLCAxLCAxXVwiPjxhcHAtY3MtY2hlY2tib3g+PHNwYW4gY2xhc3M9XCJuYW1lXCIgW2FwcFRvb2x0aXBdPVwiJ1NlbGVjdCBmb3JtIGNhdGVnb3J5IG5hbWUnXCIgcGxhY2VtZW50PVwiYm90dG9tLWxlZnRcIiBkZWxheT1cIjBcIiB0eXBlPVwiYmxhY2tcIiBbdG9vbHRpcE1hbmRhdG9yeV09XCJmYWxzZVwiPlNlbGVjdCBmb3JtIGNhdGVnb3J5IG5hbWU8L3NwYW4+PC9hcHAtY3MtY2hlY2tib3g+PC9saT5cclxuICAgICAgICAgICAgPC91bD5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiAqbmdJZj1cImhpZGVTcGVjaWZpY0NhdGVnb3J5XCIgY2xhc3M9XCJjYXRlZ29yeS1ib3R0b20gdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWJldHdlZW4gdngtcGwtNCB2eC1wci00IHZ4LW10LTRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwidngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY291bnQgdngtZnMtMTEgdngtdHh0LXdoaXRlIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXIgdngtcGwtMSB2eC1wci0xXCI+MTI8L2Rpdj4gPHNwYW4gY2xhc3M9XCJ2eC1mcy0xMiB2eC1mdy01MDAgdngtcGFyYWdyYXBoLXR4dCB2eC1tbC0yXCI+Rm9ybSBDYXRlZ29yeSBzZWxlY3RlZDwvc3Bhbj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8YnV0dG9uIGNsYXNzPVwibmV4dC1idG4gdngtZnMtMTEgdngtZnctNTAwIHZ4LXR4dC13aGl0ZSB2eC1wLTAgdngtbS0wIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXIgdngtbGgtN1wiPk5FWFQ8L2J1dHRvbj5cclxuICAgIDwvZGl2PlxyXG4gICAgPGJ1dHRvbiAqbmdJZj1cIiFoaWRlU3BlY2lmaWNDYXRlZ29yeVwiIGNsYXNzPVwiZm9ybS1kaWFsb2ctYnRuIHZ4LWZzLTEzIHZ4LWZ3LTYwMCB2eC10dC11cHBlcmNhc2UgdngtcC0wIHZ4LW0tMCB2eC1tdC00IHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIiBbY2xhc3MuZGlzYWJsZWRdPVwiZmFsc2VcIj5TQVZFPC9idXR0b24+XHJcbjwvZGl2PiJdfQ==
@@ -0,0 +1 @@
1
+ {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}],"showResponse":[{"__symbolic":"method"}],"clickSpecificCategory":[{"__symbolic":"method"}],"backResponseSet":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-add-response-set-popup","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":1,"members":[]},"rendererType":{"__symbol":2,"members":[]},"componentFactory":{"__symbol":3,"members":[]}}}],"symbols":[{"__symbol":0,"name":"AddResponseSetPopupComponent","filePath":"./add-response-set-popup.component"},{"__symbol":1,"name":"View_AddResponseSetPopupComponent_0","filePath":"./add-response-set-popup.component.ngfactory"},{"__symbol":2,"name":"RenderType_AddResponseSetPopupComponent","filePath":"./add-response-set-popup.component.ngfactory"},{"__symbol":3,"name":"AddResponseSetPopupComponentNgFactory","filePath":"./add-response-set-popup.component.ngfactory"}]}
@@ -0,0 +1,116 @@
1
+ import { Component, EventEmitter, Input, Output } from '@angular/core';
2
+ export class AddSegmentPopupComponent {
3
+ constructor() {
4
+ this.selectedColor = '#325cd3';
5
+ this.save = new EventEmitter();
6
+ this.closeSegment = new EventEmitter();
7
+ this.segmentCollection = [];
8
+ this.criteria = {
9
+ id: '',
10
+ segmentName: '',
11
+ segmentDescription: '',
12
+ toRange: 0,
13
+ fromRange: 0,
14
+ color: '#000000'
15
+ };
16
+ this.segmentError = [];
17
+ this.description = {
18
+ mode: 'prime',
19
+ placeholder: 'Enter description for this segment',
20
+ };
21
+ }
22
+ ngOnInit() {
23
+ this.criteria = Object.assign({}, this.criteria);
24
+ // this.segmentCollection = {...this.segmentCollection}
25
+ }
26
+ fromManager(mode) {
27
+ if (mode === '+') {
28
+ this.criteria.fromRange = this.criteria.fromRange + 1;
29
+ }
30
+ else if (mode === '-') {
31
+ if (this.criteria.fromRange > 0) {
32
+ this.criteria.fromRange = this.criteria.fromRange - 1;
33
+ }
34
+ }
35
+ }
36
+ toManager(mode) {
37
+ if (mode === '+') {
38
+ this.criteria.toRange = this.criteria.toRange + 1;
39
+ }
40
+ else if (mode === '-') {
41
+ if (this.criteria.toRange > 0) {
42
+ this.criteria.toRange = this.criteria.toRange - 1;
43
+ }
44
+ }
45
+ }
46
+ saveSegment() {
47
+ if (this.validateSegment()) {
48
+ this.save.emit(Object.assign({}, this.criteria));
49
+ }
50
+ }
51
+ closeResult() {
52
+ // this.closeSegment.emit();
53
+ }
54
+ validateSegment() {
55
+ let fromRange = this.criteria.fromRange;
56
+ let toRange = this.criteria.toRange;
57
+ this.segmentError = [];
58
+ let status;
59
+ if (fromRange > this.maxRange || toRange > this.maxRange) {
60
+ this.segmentError.push({ type: 'INVALID_RANGE', message: 'Please enter a valid range for this segment.' });
61
+ return false;
62
+ }
63
+ if (this.criteria.segmentName.trim().length === 0) {
64
+ this.segmentError.push({ type: 'NAME_MISSING', message: 'Please enter a name for this segment.' });
65
+ return false;
66
+ }
67
+ else if (fromRange >= toRange) {
68
+ this.segmentError.push({ type: 'RANGE_REVERSE', message: 'Please enter a valid range for this segment.' });
69
+ return false;
70
+ }
71
+ else if (this.segmentCollection.length > 0) {
72
+ status = this.segmentCollection.some((segment) => {
73
+ if (this.mode === 'EDIT') {
74
+ if (segment.id !== this.criteria.id) {
75
+ return ((fromRange >= segment['fromRange'] && fromRange <= segment['toRange']) || (toRange >= segment['fromRange'] && toRange <= segment['toRange']));
76
+ }
77
+ else {
78
+ return false;
79
+ }
80
+ }
81
+ else {
82
+ return ((fromRange >= segment['fromRange'] && fromRange <= segment['toRange']) || (toRange >= segment['fromRange'] && toRange <= segment['toRange']));
83
+ }
84
+ });
85
+ }
86
+ else {
87
+ return true;
88
+ }
89
+ if (status === true) {
90
+ this.segmentError.push({ type: 'INVALID_RANGE', message: 'This score range already exists. Please select different values.' });
91
+ return false;
92
+ }
93
+ else {
94
+ return true;
95
+ }
96
+ }
97
+ }
98
+ AddSegmentPopupComponent.decorators = [
99
+ { type: Component, args: [{
100
+ selector: 'app-add-segment-popup',
101
+ template: "<div class=\"add-segment-popup vx-p-5 vx-pb-0\" [class.error]=\"segmentError.length > 0\">\r\n <div class=\"form-item vx-mb-4\">\r\n <div class=\"label vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1\">SEGMENT NAME <span class=\"vx-fs-16 vx-fw-400 vx-txt-red\">*</span></div>\r\n <input type=\"text\" placeholder=\"Enter Segment Name\" [(ngModel)]=\"criteria.segmentName\">\r\n <div class=\"action-color vx-d-flex vx-align-center vx-justify-center\">\r\n <input type=\"color\" [(ngModel)]=\"criteria.color\" [ngModelOptions]=\"{standalone: true}\">\r\n <i class=\"icons vx-fs-24\" [style.color]='criteria.color'>&#xeb01;</i>\r\n </div>\r\n </div>\r\n <div class=\"form-item vx-mb-4\">\r\n <div class=\"label vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1\">SEGMENT DESCRIPTION</div>\r\n <marx-editor [editorConfig]=\"description\" [(ngModel)]=\"criteria.segmentDescription\"></marx-editor>\r\n </div>\r\n <div class=\"form-item vx-mb-4\">\r\n <div class=\"label vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1\">SET SCORE RANGE <span class=\"vx-fs-16 vx-fw-400 vx-txt-red\">*</span></div>\r\n <div class=\"vx-d-flex vx-align-center vx-justify-between\">\r\n <div class=\"score-field vx-d-flex vx-align-center vx-justify-between\">\r\n <div class=\"name vx-fs-12 vx-paragraph-txt vx-pl-3\">From</div>\r\n <div class=\"input-area vx-d-flex vx-align-center vx-pr-1\">\r\n <button (click)=\"fromManager('-')\" class=\"vx-fs-14 vx-fw-500 vx-paragraph-txt vx-p-0 vx-pl-2 vx-pr-2 vx-m-0 vx-d-flex vx-align-center vx-justify-center\">-</button>\r\n <input type=\"number\" [(ngModel)]=\"criteria.fromRange\" type=\"number\">\r\n <button (click)=\"fromManager('+')\" class=\"vx-fs-14 vx-fw-500 vx-paragraph-txt vx-p-0 vx-pl-2 vx-pr-2 vx-m-0 vx-d-flex vx-align-center vx-justify-center\">+</button>\r\n </div>\r\n </div>\r\n <div class=\"score-field vx-d-flex vx-align-center vx-justify-between\">\r\n <div class=\"name vx-fs-12 vx-paragraph-txt vx-pl-3\">To</div>\r\n <div class=\"input-area vx-d-flex vx-align-center vx-pr-1\">\r\n <button (click)=\"toManager('-')\" class=\"vx-fs-14 vx-fw-500 vx-paragraph-txt vx-p-0 vx-pl-2 vx-pr-2 vx-m-0 vx-d-flex vx-align-center vx-justify-center\">-</button>\r\n <input [(ngModel)]=\"criteria.toRange\" type=\"number\">\r\n <button (click)=\"toManager('+')\" class=\"vx-fs-14 vx-fw-500 vx-paragraph-txt vx-p-0 vx-pl-2 vx-pr-2 vx-m-0 vx-d-flex vx-align-center vx-justify-center\">+</button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"segment-popup-bottom vx-d-flex vx-align-center vx-justify-end vx-p-3 vx-pl-5 vx-pr-5\" *ngIf=\"segmentError.length === 0\">\r\n <button (click)=\"saveSegment()\" class=\"save-btn vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center\">SAVE</button>\r\n </div>\r\n <div class=\"segment-popup-bottom error vx-d-flex vx-align-center vx-justify-between vx-p-3 vx-pl-5 vx-pr-5\" *ngIf=\"segmentError.length > 0\">\r\n <div class=\"text vx-fs-12 vx-txt-white\">{{segmentError[0].message}}</div>\r\n <button (click)=\"saveSegment()\" class=\"save-btn vx-fs-11 vx-fw-500 vx-txt-red vx-tt-uppercase vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center\">SAVE</button>\r\n </div>\r\n</div>",
102
+ styles: ["@import url(\"https://cdn.v-comply.com/design-system/css/icons/icons.css\");@import url(\"https://cdn.v-comply.com/design-system/css/mixin/mixin.css\");@import url(\"https://cdn.v-comply.com/design-system/css/display/display.css\");@import url(\"https://cdn.v-comply.com/design-system/css/alignment/alignment.css\");@import url(\"https://cdn.v-comply.com/design-system/css/color/color.css\");@import url(\"https://cdn.v-comply.com/design-system/css/text/text.css\");@import url(\"https://cdn.v-comply.com/design-system/css/width/width.css\");@import url(\"https://cdn.v-comply.com/design-system/css/margin/margin.css\");@import url(\"https://cdn.v-comply.com/design-system/css/margin/margin-top.css\");@import url(\"https://cdn.v-comply.com/design-system/css/margin/margin-bottom.css\");@import url(\"https://cdn.v-comply.com/design-system/css/margin/margin-left.css\");@import url(\"https://cdn.v-comply.com/design-system/css/margin/margin-right.css\");@import url(\"https://cdn.v-comply.com/design-system/css/padding/padding.css\");@import url(\"https://cdn.v-comply.com/design-system/css/padding/padding-top.css\");@import url(\"https://cdn.v-comply.com/design-system/css/padding/padding-bottom.css\");@import url(\"https://cdn.v-comply.com/design-system/css/padding/padding-left.css\");@import url(\"https://cdn.v-comply.com/design-system/css/padding/padding-right.css\");.add-segment-popup{background:#fff;border-radius:.25rem;border:1px solid transparent;box-shadow:0 10px 20px #1e5dd326}.add-segment-popup.error{border-color:#d93b41}.add-segment-popup .form-item{position:relative}.add-segment-popup .form-item input{background:#fff;border:1px solid #dbdbdb;border-radius:.25rem;color:#747576;font-size:12px;padding:0 .75rem;height:2.25rem;width:100%;outline:none;transition:all .3s ease-in-out}.add-segment-popup .form-item input::-moz-placeholder{color:#747576;opacity:1}.add-segment-popup .form-item input:-ms-input-placeholder{color:#747576;opacity:1}.add-segment-popup .form-item input::placeholder{color:#747576;opacity:1}.add-segment-popup .form-item:hover input,.add-segment-popup .form-item:hover input:focus,.add-segment-popup .form-item:hover input:hover{border-color:#1e5dd3;box-shadow:0 3px 6px #1e5dd326}.add-segment-popup .form-item:hover .score-field .input-area input,.add-segment-popup .form-item:hover .score-field .input-area input:focus,.add-segment-popup .form-item:hover .score-field .input-area input:hover{box-shadow:none}.add-segment-popup .form-item .action-color{background:#f1f1f1;border-radius:.125rem;width:1.875rem;height:1.875rem;position:absolute;bottom:.1875rem;right:.1875rem}.add-segment-popup .form-item .action-color input{position:absolute;top:0;left:0;bottom:0;right:0;margin:0;width:100%;height:100%;cursor:pointer;opacity:0}.add-segment-popup .form-item marx-editor .editor-container .editable-block{font-size:12px;padding:.5rem .75rem}.add-segment-popup .form-item marx-editor .editor-container .editable-block:before{color:#747576!important}.add-segment-popup .form-item .score-field{border:1px solid #dbdbdb;border-radius:.25rem;width:calc(50% - .5rem);height:2.25rem}.add-segment-popup .form-item .score-field .input-area button{background:transparent;border:none;border-radius:0;width:1.25rem;height:1.25rem}.add-segment-popup .form-item .score-field .input-area input{-moz-appearance:textfield!important;background:#fff;border:1px solid #f1f1f1;border-radius:.25rem;color:#747576;font-size:13px;text-align:center;width:44px;height:1.5rem;outline:none}.add-segment-popup .form-item .score-field .input-area input:focus,.add-segment-popup .form-item .score-field .input-area input:hover{box-shadow:none}.add-segment-popup .segment-popup-bottom{background:#fbfbfb;border-top:1px solid #f1f1f1;border-radius:0 0 3px 3px;margin:0 0 0 -1.3125rem;width:calc(100% + 2.625rem);position:relative;bottom:-.0625rem}.add-segment-popup .segment-popup-bottom button{border-radius:.125rem;height:1.875rem;width:5rem}.add-segment-popup .segment-popup-bottom button.save-btn{background:#1e5dd3;border:none}.add-segment-popup .segment-popup-bottom.error{background:#d93b41;border-color:#d93b41}.add-segment-popup .segment-popup-bottom.error button.save-btn{background:#fff;border-color:#d93b41}"]
103
+ },] }
104
+ ];
105
+ AddSegmentPopupComponent.ctorParameters = () => [];
106
+ AddSegmentPopupComponent.propDecorators = {
107
+ top: [{ type: Input }],
108
+ left: [{ type: Input }],
109
+ save: [{ type: Output }],
110
+ closeSegment: [{ type: Output }],
111
+ segmentCollection: [{ type: Input }],
112
+ mode: [{ type: Input }],
113
+ maxRange: [{ type: Input }],
114
+ criteria: [{ type: Input }]
115
+ };
116
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkLXNlZ21lbnQtcG9wdXAuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2FkZC1zZWdtZW50LXBvcHVwL2FkZC1zZWdtZW50LXBvcHVwLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQVUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBUS9FLE1BQU0sT0FBTyx3QkFBd0I7SUFtQm5DO1FBakJBLGtCQUFhLEdBQUcsU0FBUyxDQUFDO1FBR2hCLFNBQUksR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQy9CLGlCQUFZLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUN4QyxzQkFBaUIsR0FBUSxFQUFFLENBQUM7UUFHNUIsYUFBUSxHQUFRO1lBQ3ZCLEVBQUUsRUFBRSxFQUFFO1lBQ04sV0FBVyxFQUFFLEVBQUU7WUFDZixrQkFBa0IsRUFBRSxFQUFFO1lBQ3RCLE9BQU8sRUFBRSxDQUFDO1lBQ1YsU0FBUyxFQUFFLENBQUM7WUFDWixLQUFLLEVBQUUsU0FBUztTQUNqQixDQUFDO1FBQ0YsaUJBQVksR0FBTyxFQUFFLENBQUE7UUFnRnJCLGdCQUFXLEdBQWlCO1lBQzFCLElBQUksRUFBRSxPQUFPO1lBQ2IsV0FBVyxFQUFFLG9DQUFvQztTQUNsRCxDQUFDO0lBbEZjLENBQUM7SUFFakIsUUFBUTtRQUNOLElBQUksQ0FBQyxRQUFRLHFCQUFRLElBQUksQ0FBQyxRQUFRLENBQUUsQ0FBQztRQUV0Qyx1REFBdUQ7SUFFeEQsQ0FBQztJQUVELFdBQVcsQ0FBQyxJQUFRO1FBQ2xCLElBQUksSUFBSSxLQUFLLEdBQUcsRUFBRTtZQUNoQixJQUFJLENBQUMsUUFBUSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLFNBQVMsR0FBRyxDQUFDLENBQUM7U0FDdkQ7YUFBTSxJQUFJLElBQUksS0FBSyxHQUFHLEVBQUU7WUFDdkIsSUFBSSxJQUFJLENBQUMsUUFBUSxDQUFDLFNBQVMsR0FBRyxDQUFDLEVBQUU7Z0JBQy9CLElBQUksQ0FBQyxRQUFRLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsU0FBUyxHQUFHLENBQUMsQ0FBQzthQUN2RDtTQUNGO0lBQ0gsQ0FBQztJQUVELFNBQVMsQ0FBQyxJQUFRO1FBQ2hCLElBQUksSUFBSSxLQUFLLEdBQUcsRUFBRTtZQUNoQixJQUFJLENBQUMsUUFBUSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLE9BQU8sR0FBRyxDQUFDLENBQUM7U0FDbkQ7YUFBTSxJQUFJLElBQUksS0FBSyxHQUFHLEVBQUU7WUFDdkIsSUFBSSxJQUFJLENBQUMsUUFBUSxDQUFDLE9BQU8sR0FBRyxDQUFDLEVBQUU7Z0JBQzdCLElBQUksQ0FBQyxRQUFRLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsT0FBTyxHQUFHLENBQUMsQ0FBQzthQUNuRDtTQUNGO0lBQ0gsQ0FBQztJQUNELFdBQVc7UUFFVCxJQUFHLElBQUksQ0FBQyxlQUFlLEVBQUUsRUFBQztZQUN4QixJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksbUJBQUssSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDO1NBQ3BDO0lBRUgsQ0FBQztJQUNELFdBQVc7UUFDViw0QkFBNEI7SUFDN0IsQ0FBQztJQUdELGVBQWU7UUFDYixJQUFJLFNBQVMsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLFNBQVMsQ0FBQztRQUN4QyxJQUFJLE9BQU8sR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQztRQUNwQyxJQUFJLENBQUMsWUFBWSxHQUFHLEVBQUUsQ0FBQTtRQUN0QixJQUFJLE1BQU0sQ0FBQTtRQUNWLElBQUcsU0FBUyxHQUFHLElBQUksQ0FBQyxRQUFRLElBQUssT0FBTyxHQUFHLElBQUksQ0FBQyxRQUFRLEVBQUM7WUFDdkQsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsRUFBQyxJQUFJLEVBQUMsZUFBZSxFQUFDLE9BQU8sRUFBQyw4Q0FBOEMsRUFBQyxDQUFDLENBQUE7WUFDckcsT0FBTyxLQUFLLENBQUM7U0FDZDtRQUNELElBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUMsSUFBSSxFQUFFLENBQUMsTUFBTSxLQUFLLENBQUMsRUFBQztZQUMvQyxJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxFQUFDLElBQUksRUFBQyxjQUFjLEVBQUMsT0FBTyxFQUFDLHVDQUF1QyxFQUFDLENBQUMsQ0FBQTtZQUM3RixPQUFPLEtBQUssQ0FBQztTQUNkO2FBQU0sSUFBRyxTQUFTLElBQUksT0FBTyxFQUFDO1lBRTdCLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLEVBQUMsSUFBSSxFQUFDLGVBQWUsRUFBQyxPQUFPLEVBQUMsOENBQThDLEVBQUMsQ0FBQyxDQUFBO1lBQ3JHLE9BQU8sS0FBSyxDQUFDO1NBQ2Q7YUFBTSxJQUFHLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxFQUFFO1lBQzNDLE1BQU0sR0FBRyxJQUFJLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLENBQUMsT0FBVyxFQUFFLEVBQUU7Z0JBQ25ELElBQUcsSUFBSSxDQUFDLElBQUksS0FBSyxNQUFNLEVBQUM7b0JBQ3RCLElBQUcsT0FBTyxDQUFDLEVBQUUsS0FBSyxJQUFJLENBQUMsUUFBUSxDQUFDLEVBQUUsRUFBQzt3QkFDakMsT0FBTyxDQUFDLENBQUMsU0FBUyxJQUFJLE9BQU8sQ0FBQyxXQUFXLENBQUMsSUFBSSxTQUFTLElBQUksT0FBTyxDQUFDLFNBQVMsQ0FBQyxDQUFDLElBQUksQ0FBQyxPQUFPLElBQUksT0FBTyxDQUFDLFdBQVcsQ0FBQyxJQUFJLE9BQU8sSUFBSSxPQUFPLENBQUMsU0FBUyxDQUFDLENBQUUsQ0FBQyxDQUFBO3FCQUN2Sjt5QkFBSTt3QkFBQyxPQUFPLEtBQUssQ0FBQztxQkFBQztpQkFFckI7cUJBQUk7b0JBQ0gsT0FBTyxDQUFDLENBQUMsU0FBUyxJQUFJLE9BQU8sQ0FBQyxXQUFXLENBQUMsSUFBSSxTQUFTLElBQUksT0FBTyxDQUFDLFNBQVMsQ0FBQyxDQUFDLElBQUksQ0FBQyxPQUFPLElBQUksT0FBTyxDQUFDLFdBQVcsQ0FBQyxJQUFJLE9BQU8sSUFBSSxPQUFPLENBQUMsU0FBUyxDQUFDLENBQUUsQ0FBQyxDQUFBO2lCQUN2SjtZQUVILENBQUMsQ0FBQyxDQUFBO1NBQ0g7YUFBSTtZQUNILE9BQU8sSUFBSSxDQUFDO1NBQ2I7UUFDQyxJQUFHLE1BQU0sS0FBSyxJQUFJLEVBQUM7WUFDakIsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsRUFBQyxJQUFJLEVBQUMsZUFBZSxFQUFDLE9BQU8sRUFBQyxrRUFBa0UsRUFBQyxDQUFDLENBQUE7WUFDekgsT0FBTyxLQUFLLENBQUM7U0FDZDthQUFNO1lBQ0wsT0FBTyxJQUFJLENBQUM7U0FDYjtJQUNILENBQUM7OztZQXJHSixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLHVCQUF1QjtnQkFDakMsc2pIQUFpRDs7YUFFbEQ7Ozs7a0JBSUUsS0FBSzttQkFDTCxLQUFLO21CQUNMLE1BQU07MkJBQ04sTUFBTTtnQ0FDTixLQUFLO21CQUNMLEtBQUs7dUJBQ0wsS0FBSzt1QkFDTCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBFZGl0b3JDb25maWcgfSBmcm9tICd2Y29tcGx5LWVkaXRvcic7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1hZGQtc2VnbWVudC1wb3B1cCcsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2FkZC1zZWdtZW50LXBvcHVwLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9hZGQtc2VnbWVudC1wb3B1cC5jb21wb25lbnQubGVzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBBZGRTZWdtZW50UG9wdXBDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICBzZWxlY3RlZENvbG9yID0gJyMzMjVjZDMnO1xyXG4gIEBJbnB1dCgpIHRvcCE6IHN0cmluZztcclxuICBASW5wdXQoKSBsZWZ0ITogc3RyaW5nO1xyXG4gIEBPdXRwdXQoKSBzYXZlID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XHJcbiAgQE91dHB1dCgpIGNsb3NlU2VnbWVudCA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xyXG4gIEBJbnB1dCgpIHNlZ21lbnRDb2xsZWN0aW9uOiBhbnkgPSBbXTtcclxuICBASW5wdXQoKSBtb2RlOiBhbnk7XHJcbiAgQElucHV0KCkgbWF4UmFuZ2U6IGFueTtcclxuICBASW5wdXQoKSBjcml0ZXJpYTogYW55ID0ge1xyXG4gICAgaWQ6ICcnLFxyXG4gICAgc2VnbWVudE5hbWU6ICcnLFxyXG4gICAgc2VnbWVudERlc2NyaXB0aW9uOiAnJyxcclxuICAgIHRvUmFuZ2U6IDAsXHJcbiAgICBmcm9tUmFuZ2U6IDAsXHJcbiAgICBjb2xvcjogJyMwMDAwMDAnXHJcbiAgfTtcclxuICBzZWdtZW50RXJyb3I6YW55ID0gW11cclxuICBjb25zdHJ1Y3RvcigpIHsgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICAgIHRoaXMuY3JpdGVyaWEgPSB7IC4uLnRoaXMuY3JpdGVyaWEgfTtcclxuICAgIFxyXG4gICAvLyB0aGlzLnNlZ21lbnRDb2xsZWN0aW9uID0gey4uLnRoaXMuc2VnbWVudENvbGxlY3Rpb259XHJcblxyXG4gIH1cclxuXHJcbiAgZnJvbU1hbmFnZXIobW9kZTphbnkpIHtcclxuICAgIGlmIChtb2RlID09PSAnKycpIHtcclxuICAgICAgdGhpcy5jcml0ZXJpYS5mcm9tUmFuZ2UgPSB0aGlzLmNyaXRlcmlhLmZyb21SYW5nZSArIDE7XHJcbiAgICB9IGVsc2UgaWYgKG1vZGUgPT09ICctJykge1xyXG4gICAgICBpZiAodGhpcy5jcml0ZXJpYS5mcm9tUmFuZ2UgPiAwKSB7XHJcbiAgICAgICAgdGhpcy5jcml0ZXJpYS5mcm9tUmFuZ2UgPSB0aGlzLmNyaXRlcmlhLmZyb21SYW5nZSAtIDE7XHJcbiAgICAgIH1cclxuICAgIH1cclxuICB9XHJcblxyXG4gIHRvTWFuYWdlcihtb2RlOmFueSkge1xyXG4gICAgaWYgKG1vZGUgPT09ICcrJykge1xyXG4gICAgICB0aGlzLmNyaXRlcmlhLnRvUmFuZ2UgPSB0aGlzLmNyaXRlcmlhLnRvUmFuZ2UgKyAxO1xyXG4gICAgfSBlbHNlIGlmIChtb2RlID09PSAnLScpIHtcclxuICAgICAgaWYgKHRoaXMuY3JpdGVyaWEudG9SYW5nZSA+IDApIHtcclxuICAgICAgICB0aGlzLmNyaXRlcmlhLnRvUmFuZ2UgPSB0aGlzLmNyaXRlcmlhLnRvUmFuZ2UgLSAxO1xyXG4gICAgICB9XHJcbiAgICB9XHJcbiAgfVxyXG4gIHNhdmVTZWdtZW50KCl7XHJcbiAgICBcclxuICAgIGlmKHRoaXMudmFsaWRhdGVTZWdtZW50KCkpe1xyXG4gICAgICB0aGlzLnNhdmUuZW1pdCh7Li4udGhpcy5jcml0ZXJpYX0pO1xyXG4gICAgfVxyXG5cclxuICB9XHJcbiAgY2xvc2VSZXN1bHQoKSB7XHJcbiAgIC8vIHRoaXMuY2xvc2VTZWdtZW50LmVtaXQoKTtcclxuICB9XHJcblxyXG5cclxuICB2YWxpZGF0ZVNlZ21lbnQoKXtcclxuICAgIGxldCBmcm9tUmFuZ2UgPSB0aGlzLmNyaXRlcmlhLmZyb21SYW5nZTtcclxuICAgIGxldCB0b1JhbmdlID0gdGhpcy5jcml0ZXJpYS50b1JhbmdlO1xyXG4gICAgdGhpcy5zZWdtZW50RXJyb3IgPSBbXVxyXG4gICAgbGV0IHN0YXR1c1xyXG4gICAgaWYoZnJvbVJhbmdlID4gdGhpcy5tYXhSYW5nZSAgfHwgdG9SYW5nZSA+IHRoaXMubWF4UmFuZ2Upe1xyXG4gICAgICB0aGlzLnNlZ21lbnRFcnJvci5wdXNoKHt0eXBlOidJTlZBTElEX1JBTkdFJyxtZXNzYWdlOidQbGVhc2UgZW50ZXIgYSB2YWxpZCByYW5nZSBmb3IgdGhpcyBzZWdtZW50Lid9KVxyXG4gICAgICByZXR1cm4gZmFsc2U7XHJcbiAgICB9XHJcbiAgICBpZih0aGlzLmNyaXRlcmlhLnNlZ21lbnROYW1lLnRyaW0oKS5sZW5ndGggPT09IDApe1xyXG4gICAgICB0aGlzLnNlZ21lbnRFcnJvci5wdXNoKHt0eXBlOidOQU1FX01JU1NJTkcnLG1lc3NhZ2U6J1BsZWFzZSBlbnRlciBhIG5hbWUgZm9yIHRoaXMgc2VnbWVudC4nfSlcclxuICAgICAgcmV0dXJuIGZhbHNlO1xyXG4gICAgfSBlbHNlIGlmKGZyb21SYW5nZSA+PSB0b1JhbmdlKXtcclxuICAgICAgXHJcbiAgICAgIHRoaXMuc2VnbWVudEVycm9yLnB1c2goe3R5cGU6J1JBTkdFX1JFVkVSU0UnLG1lc3NhZ2U6J1BsZWFzZSBlbnRlciBhIHZhbGlkIHJhbmdlIGZvciB0aGlzIHNlZ21lbnQuJ30pXHJcbiAgICAgIHJldHVybiBmYWxzZTtcclxuICAgIH0gZWxzZSBpZih0aGlzLnNlZ21lbnRDb2xsZWN0aW9uLmxlbmd0aCA+IDApIHtcclxuICAgICAgc3RhdHVzID0gdGhpcy5zZWdtZW50Q29sbGVjdGlvbi5zb21lKChzZWdtZW50OmFueSkgPT57XHJcbiAgICAgICAgaWYodGhpcy5tb2RlID09PSAnRURJVCcpe1xyXG4gICAgICAgICAgaWYoc2VnbWVudC5pZCAhPT0gdGhpcy5jcml0ZXJpYS5pZCl7XHJcbiAgICAgICAgICAgIHJldHVybiAoKGZyb21SYW5nZSA+PSBzZWdtZW50Wydmcm9tUmFuZ2UnXSAmJiBmcm9tUmFuZ2UgPD0gc2VnbWVudFsndG9SYW5nZSddKSB8fCAodG9SYW5nZSA+PSBzZWdtZW50Wydmcm9tUmFuZ2UnXSAmJiB0b1JhbmdlIDw9IHNlZ21lbnRbJ3RvUmFuZ2UnXSApKVxyXG4gICAgICAgICAgfWVsc2V7cmV0dXJuIGZhbHNlO31cclxuXHJcbiAgICAgICAgfWVsc2V7XHJcbiAgICAgICAgICByZXR1cm4gKChmcm9tUmFuZ2UgPj0gc2VnbWVudFsnZnJvbVJhbmdlJ10gJiYgZnJvbVJhbmdlIDw9IHNlZ21lbnRbJ3RvUmFuZ2UnXSkgfHwgKHRvUmFuZ2UgPj0gc2VnbWVudFsnZnJvbVJhbmdlJ10gJiYgdG9SYW5nZSA8PSBzZWdtZW50Wyd0b1JhbmdlJ10gKSlcclxuICAgICAgICB9XHJcblxyXG4gICAgICB9KVxyXG4gICAgfWVsc2V7XHJcbiAgICAgIHJldHVybiB0cnVlO1xyXG4gICAgfVxyXG4gICAgICBpZihzdGF0dXMgPT09IHRydWUpe1xyXG4gICAgICAgIHRoaXMuc2VnbWVudEVycm9yLnB1c2goe3R5cGU6J0lOVkFMSURfUkFOR0UnLG1lc3NhZ2U6J1RoaXMgc2NvcmUgcmFuZ2UgYWxyZWFkeSBleGlzdHMuIFBsZWFzZSBzZWxlY3QgZGlmZmVyZW50IHZhbHVlcy4nfSlcclxuICAgICAgICByZXR1cm4gZmFsc2U7XHJcbiAgICAgIH0gZWxzZSB7XHJcbiAgICAgICAgcmV0dXJuIHRydWU7XHJcbiAgICAgIH1cclxuICAgIH1cclxuXHJcbiAgZGVzY3JpcHRpb246IEVkaXRvckNvbmZpZyA9IHtcclxuICAgIG1vZGU6ICdwcmltZScsXHJcbiAgICBwbGFjZWhvbGRlcjogJ0VudGVyIGRlc2NyaXB0aW9uIGZvciB0aGlzIHNlZ21lbnQnLFxyXG4gIH07XHJcblxyXG59XHJcbiJdfQ==
@@ -0,0 +1,116 @@
1
+ /**
2
+ * @fileoverview This file was generated by the Angular template compiler. Do not edit.
3
+ *
4
+ * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
5
+ * tslint:disable
6
+ */
7
+ import * as i0 from "./add-segment-popup.component.less.shim.ngstyle";
8
+ import * as i1 from "@angular/core";
9
+ import * as i2 from "@angular/forms";
10
+ import * as i3 from "../../../../../../../../node_modules/vcomply-editor/vcomply-editor.ngfactory";
11
+ import * as i4 from "vcomply-editor";
12
+ import * as i5 from "@angular/common";
13
+ import * as i6 from "./add-segment-popup.component";
14
+ var styles_AddSegmentPopupComponent = [i0.styles];
15
+ var RenderType_AddSegmentPopupComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_AddSegmentPopupComponent, data: {} });
16
+ export { RenderType_AddSegmentPopupComponent as RenderType_AddSegmentPopupComponent };
17
+ function View_AddSegmentPopupComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "div", [["class", "segment-popup-bottom vx-d-flex vx-align-center vx-justify-end vx-p-3 vx-pl-5 vx-pr-5"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "button", [["class", "save-btn vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-p-0 vx-m-0 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)) {
18
+ var pd_0 = (_co.saveSegment() !== false);
19
+ ad = (pd_0 && ad);
20
+ } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["SAVE"]))], null, null); }
21
+ function View_AddSegmentPopupComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 4, "div", [["class", "segment-popup-bottom error vx-d-flex vx-align-center vx-justify-between vx-p-3 vx-pl-5 vx-pr-5"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "div", [["class", "text vx-fs-12 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(2, null, ["", ""])), (_l()(), i1.ɵeld(3, 0, null, null, 1, "button", [["class", "save-btn vx-fs-11 vx-fw-500 vx-txt-red vx-tt-uppercase vx-p-0 vx-m-0 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)) {
22
+ var pd_0 = (_co.saveSegment() !== false);
23
+ ad = (pd_0 && ad);
24
+ } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["SAVE"]))], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.segmentError[0].message; _ck(_v, 2, 0, currVal_0); }); }
25
+ export function View_AddSegmentPopupComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 70, "div", [["class", "add-segment-popup vx-p-5 vx-pb-0"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 20, "div", [["class", "form-item vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 3, "div", [["class", "label vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["SEGMENT NAME "])), (_l()(), i1.ɵeld(4, 0, null, null, 1, "span", [["class", "vx-fs-16 vx-fw-400 vx-txt-red"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["*"])), (_l()(), i1.ɵeld(6, 0, null, null, 5, "input", [["placeholder", "Enter Segment Name"], ["type", "text"]], [[2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "ngModelChange"], [null, "input"], [null, "blur"], [null, "compositionstart"], [null, "compositionend"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("input" === en)) {
26
+ var pd_0 = (i1.ɵnov(_v, 7)._handleInput($event.target.value) !== false);
27
+ ad = (pd_0 && ad);
28
+ } if (("blur" === en)) {
29
+ var pd_1 = (i1.ɵnov(_v, 7).onTouched() !== false);
30
+ ad = (pd_1 && ad);
31
+ } if (("compositionstart" === en)) {
32
+ var pd_2 = (i1.ɵnov(_v, 7)._compositionStart() !== false);
33
+ ad = (pd_2 && ad);
34
+ } if (("compositionend" === en)) {
35
+ var pd_3 = (i1.ɵnov(_v, 7)._compositionEnd($event.target.value) !== false);
36
+ ad = (pd_3 && ad);
37
+ } if (("ngModelChange" === en)) {
38
+ var pd_4 = ((_co.criteria.segmentName = $event) !== false);
39
+ ad = (pd_4 && ad);
40
+ } return ad; }, null, null)), i1.ɵdid(7, 16384, null, 0, i2.DefaultValueAccessor, [i1.Renderer2, i1.ElementRef, [2, i2.COMPOSITION_BUFFER_MODE]], null, null), i1.ɵprd(1024, null, i2.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i2.DefaultValueAccessor]), i1.ɵdid(9, 671744, null, 0, i2.NgModel, [[8, null], [8, null], [8, null], [6, i2.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i2.NgControl, null, [i2.NgModel]), i1.ɵdid(11, 16384, null, 0, i2.NgControlStatus, [[4, i2.NgControl]], null, null), (_l()(), i1.ɵeld(12, 0, null, null, 9, "div", [["class", "action-color vx-d-flex vx-align-center vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(13, 0, null, null, 6, "input", [["type", "color"]], [[2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "ngModelChange"], [null, "input"], [null, "blur"], [null, "compositionstart"], [null, "compositionend"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("input" === en)) {
41
+ var pd_0 = (i1.ɵnov(_v, 14)._handleInput($event.target.value) !== false);
42
+ ad = (pd_0 && ad);
43
+ } if (("blur" === en)) {
44
+ var pd_1 = (i1.ɵnov(_v, 14).onTouched() !== false);
45
+ ad = (pd_1 && ad);
46
+ } if (("compositionstart" === en)) {
47
+ var pd_2 = (i1.ɵnov(_v, 14)._compositionStart() !== false);
48
+ ad = (pd_2 && ad);
49
+ } if (("compositionend" === en)) {
50
+ var pd_3 = (i1.ɵnov(_v, 14)._compositionEnd($event.target.value) !== false);
51
+ ad = (pd_3 && ad);
52
+ } if (("ngModelChange" === en)) {
53
+ var pd_4 = ((_co.criteria.color = $event) !== false);
54
+ ad = (pd_4 && ad);
55
+ } return ad; }, null, null)), i1.ɵdid(14, 16384, null, 0, i2.DefaultValueAccessor, [i1.Renderer2, i1.ElementRef, [2, i2.COMPOSITION_BUFFER_MODE]], null, null), i1.ɵprd(1024, null, i2.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i2.DefaultValueAccessor]), i1.ɵdid(16, 671744, null, 0, i2.NgModel, [[8, null], [8, null], [8, null], [6, i2.NG_VALUE_ACCESSOR]], { model: [0, "model"], options: [1, "options"] }, { update: "ngModelChange" }), i1.ɵpod(17, { standalone: 0 }), i1.ɵprd(2048, null, i2.NgControl, null, [i2.NgModel]), i1.ɵdid(19, 16384, null, 0, i2.NgControlStatus, [[4, i2.NgControl]], null, null), (_l()(), i1.ɵeld(20, 0, null, null, 1, "i", [["class", "icons vx-fs-24"]], [[4, "color", null]], null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEB01"])), (_l()(), i1.ɵeld(22, 0, null, null, 8, "div", [["class", "form-item vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(23, 0, null, null, 1, "div", [["class", "label vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["SEGMENT DESCRIPTION"])), (_l()(), i1.ɵeld(25, 0, null, null, 5, "marx-editor", [], [[2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "ngModelChange"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("ngModelChange" === en)) {
56
+ var pd_0 = ((_co.criteria.segmentDescription = $event) !== false);
57
+ ad = (pd_0 && ad);
58
+ } return ad; }, i3.View_ɵa_0, i3.RenderType_ɵa)), i1.ɵdid(26, 4898816, null, 0, i4.ɵa, [], { editorConfig: [0, "editorConfig"] }, null), i1.ɵprd(1024, null, i2.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i4.ɵa]), i1.ɵdid(28, 671744, null, 0, i2.NgModel, [[8, null], [8, null], [8, null], [6, i2.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i2.NgControl, null, [i2.NgModel]), i1.ɵdid(30, 16384, null, 0, i2.NgControlStatus, [[4, i2.NgControl]], null, null), (_l()(), i1.ɵeld(31, 0, null, null, 35, "div", [["class", "form-item vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(32, 0, null, null, 3, "div", [["class", "label vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["SET SCORE RANGE "])), (_l()(), i1.ɵeld(34, 0, null, null, 1, "span", [["class", "vx-fs-16 vx-fw-400 vx-txt-red"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["*"])), (_l()(), i1.ɵeld(36, 0, null, null, 30, "div", [["class", "vx-d-flex vx-align-center vx-justify-between"]], null, null, null, null, null)), (_l()(), i1.ɵeld(37, 0, null, null, 14, "div", [["class", "score-field vx-d-flex vx-align-center vx-justify-between"]], null, null, null, null, null)), (_l()(), i1.ɵeld(38, 0, null, null, 1, "div", [["class", "name vx-fs-12 vx-paragraph-txt vx-pl-3"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["From"])), (_l()(), i1.ɵeld(40, 0, null, null, 11, "div", [["class", "input-area vx-d-flex vx-align-center vx-pr-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(41, 0, null, null, 1, "button", [["class", "vx-fs-14 vx-fw-500 vx-paragraph-txt vx-p-0 vx-pl-2 vx-pr-2 vx-m-0 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)) {
59
+ var pd_0 = (_co.fromManager("-") !== false);
60
+ ad = (pd_0 && ad);
61
+ } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["-"])), (_l()(), i1.ɵeld(43, 0, null, null, 6, "input", [["type", "number"]], [[2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "ngModelChange"], [null, "input"], [null, "blur"], [null, "compositionstart"], [null, "compositionend"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("input" === en)) {
62
+ var pd_0 = (i1.ɵnov(_v, 44)._handleInput($event.target.value) !== false);
63
+ ad = (pd_0 && ad);
64
+ } if (("blur" === en)) {
65
+ var pd_1 = (i1.ɵnov(_v, 44).onTouched() !== false);
66
+ ad = (pd_1 && ad);
67
+ } if (("compositionstart" === en)) {
68
+ var pd_2 = (i1.ɵnov(_v, 44)._compositionStart() !== false);
69
+ ad = (pd_2 && ad);
70
+ } if (("compositionend" === en)) {
71
+ var pd_3 = (i1.ɵnov(_v, 44)._compositionEnd($event.target.value) !== false);
72
+ ad = (pd_3 && ad);
73
+ } if (("input" === en)) {
74
+ var pd_4 = (i1.ɵnov(_v, 45).onChange($event.target.value) !== false);
75
+ ad = (pd_4 && ad);
76
+ } if (("blur" === en)) {
77
+ var pd_5 = (i1.ɵnov(_v, 45).onTouched() !== false);
78
+ ad = (pd_5 && ad);
79
+ } if (("ngModelChange" === en)) {
80
+ var pd_6 = ((_co.criteria.fromRange = $event) !== false);
81
+ ad = (pd_6 && ad);
82
+ } return ad; }, null, null)), i1.ɵdid(44, 16384, null, 0, i2.DefaultValueAccessor, [i1.Renderer2, i1.ElementRef, [2, i2.COMPOSITION_BUFFER_MODE]], null, null), i1.ɵdid(45, 16384, null, 0, i2.NumberValueAccessor, [i1.Renderer2, i1.ElementRef], null, null), i1.ɵprd(1024, null, i2.NG_VALUE_ACCESSOR, function (p0_0, p1_0) { return [p0_0, p1_0]; }, [i2.DefaultValueAccessor, i2.NumberValueAccessor]), i1.ɵdid(47, 671744, null, 0, i2.NgModel, [[8, null], [8, null], [8, null], [6, i2.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i2.NgControl, null, [i2.NgModel]), i1.ɵdid(49, 16384, null, 0, i2.NgControlStatus, [[4, i2.NgControl]], null, null), (_l()(), i1.ɵeld(50, 0, null, null, 1, "button", [["class", "vx-fs-14 vx-fw-500 vx-paragraph-txt vx-p-0 vx-pl-2 vx-pr-2 vx-m-0 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)) {
83
+ var pd_0 = (_co.fromManager("+") !== false);
84
+ ad = (pd_0 && ad);
85
+ } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["+"])), (_l()(), i1.ɵeld(52, 0, null, null, 14, "div", [["class", "score-field vx-d-flex vx-align-center vx-justify-between"]], null, null, null, null, null)), (_l()(), i1.ɵeld(53, 0, null, null, 1, "div", [["class", "name vx-fs-12 vx-paragraph-txt vx-pl-3"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["To"])), (_l()(), i1.ɵeld(55, 0, null, null, 11, "div", [["class", "input-area vx-d-flex vx-align-center vx-pr-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(56, 0, null, null, 1, "button", [["class", "vx-fs-14 vx-fw-500 vx-paragraph-txt vx-p-0 vx-pl-2 vx-pr-2 vx-m-0 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)) {
86
+ var pd_0 = (_co.toManager("-") !== false);
87
+ ad = (pd_0 && ad);
88
+ } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["-"])), (_l()(), i1.ɵeld(58, 0, null, null, 6, "input", [["type", "number"]], [[2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "ngModelChange"], [null, "input"], [null, "blur"], [null, "compositionstart"], [null, "compositionend"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("input" === en)) {
89
+ var pd_0 = (i1.ɵnov(_v, 59)._handleInput($event.target.value) !== false);
90
+ ad = (pd_0 && ad);
91
+ } if (("blur" === en)) {
92
+ var pd_1 = (i1.ɵnov(_v, 59).onTouched() !== false);
93
+ ad = (pd_1 && ad);
94
+ } if (("compositionstart" === en)) {
95
+ var pd_2 = (i1.ɵnov(_v, 59)._compositionStart() !== false);
96
+ ad = (pd_2 && ad);
97
+ } if (("compositionend" === en)) {
98
+ var pd_3 = (i1.ɵnov(_v, 59)._compositionEnd($event.target.value) !== false);
99
+ ad = (pd_3 && ad);
100
+ } if (("input" === en)) {
101
+ var pd_4 = (i1.ɵnov(_v, 60).onChange($event.target.value) !== false);
102
+ ad = (pd_4 && ad);
103
+ } if (("blur" === en)) {
104
+ var pd_5 = (i1.ɵnov(_v, 60).onTouched() !== false);
105
+ ad = (pd_5 && ad);
106
+ } if (("ngModelChange" === en)) {
107
+ var pd_6 = ((_co.criteria.toRange = $event) !== false);
108
+ ad = (pd_6 && ad);
109
+ } return ad; }, null, null)), i1.ɵdid(59, 16384, null, 0, i2.DefaultValueAccessor, [i1.Renderer2, i1.ElementRef, [2, i2.COMPOSITION_BUFFER_MODE]], null, null), i1.ɵdid(60, 16384, null, 0, i2.NumberValueAccessor, [i1.Renderer2, i1.ElementRef], null, null), i1.ɵprd(1024, null, i2.NG_VALUE_ACCESSOR, function (p0_0, p1_0) { return [p0_0, p1_0]; }, [i2.DefaultValueAccessor, i2.NumberValueAccessor]), i1.ɵdid(62, 671744, null, 0, i2.NgModel, [[8, null], [8, null], [8, null], [6, i2.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i2.NgControl, null, [i2.NgModel]), i1.ɵdid(64, 16384, null, 0, i2.NgControlStatus, [[4, i2.NgControl]], null, null), (_l()(), i1.ɵeld(65, 0, null, null, 1, "button", [["class", "vx-fs-14 vx-fw-500 vx-paragraph-txt vx-p-0 vx-pl-2 vx-pr-2 vx-m-0 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)) {
110
+ var pd_0 = (_co.toManager("+") !== false);
111
+ ad = (pd_0 && ad);
112
+ } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["+"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddSegmentPopupComponent_1)), i1.ɵdid(68, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddSegmentPopupComponent_2)), i1.ɵdid(70, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_8 = _co.criteria.segmentName; _ck(_v, 9, 0, currVal_8); var currVal_16 = _co.criteria.color; var currVal_17 = _ck(_v, 17, 0, true); _ck(_v, 16, 0, currVal_16, currVal_17); var currVal_26 = _co.description; _ck(_v, 26, 0, currVal_26); var currVal_27 = _co.criteria.segmentDescription; _ck(_v, 28, 0, currVal_27); var currVal_35 = _co.criteria.fromRange; _ck(_v, 47, 0, currVal_35); var currVal_43 = _co.criteria.toRange; _ck(_v, 62, 0, currVal_43); var currVal_44 = (_co.segmentError.length === 0); _ck(_v, 68, 0, currVal_44); var currVal_45 = (_co.segmentError.length > 0); _ck(_v, 70, 0, currVal_45); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = (_co.segmentError.length > 0); _ck(_v, 0, 0, currVal_0); var currVal_1 = i1.ɵnov(_v, 11).is("untouched"); var currVal_2 = i1.ɵnov(_v, 11).is("touched"); var currVal_3 = i1.ɵnov(_v, 11).is("pristine"); var currVal_4 = i1.ɵnov(_v, 11).is("dirty"); var currVal_5 = i1.ɵnov(_v, 11).is("valid"); var currVal_6 = i1.ɵnov(_v, 11).is("invalid"); var currVal_7 = i1.ɵnov(_v, 11).is("pending"); _ck(_v, 6, 0, currVal_1, currVal_2, currVal_3, currVal_4, currVal_5, currVal_6, currVal_7); var currVal_9 = i1.ɵnov(_v, 19).is("untouched"); var currVal_10 = i1.ɵnov(_v, 19).is("touched"); var currVal_11 = i1.ɵnov(_v, 19).is("pristine"); var currVal_12 = i1.ɵnov(_v, 19).is("dirty"); var currVal_13 = i1.ɵnov(_v, 19).is("valid"); var currVal_14 = i1.ɵnov(_v, 19).is("invalid"); var currVal_15 = i1.ɵnov(_v, 19).is("pending"); _ck(_v, 13, 0, currVal_9, currVal_10, currVal_11, currVal_12, currVal_13, currVal_14, currVal_15); var currVal_18 = _co.criteria.color; _ck(_v, 20, 0, currVal_18); var currVal_19 = i1.ɵnov(_v, 30).is("untouched"); var currVal_20 = i1.ɵnov(_v, 30).is("touched"); var currVal_21 = i1.ɵnov(_v, 30).is("pristine"); var currVal_22 = i1.ɵnov(_v, 30).is("dirty"); var currVal_23 = i1.ɵnov(_v, 30).is("valid"); var currVal_24 = i1.ɵnov(_v, 30).is("invalid"); var currVal_25 = i1.ɵnov(_v, 30).is("pending"); _ck(_v, 25, 0, currVal_19, currVal_20, currVal_21, currVal_22, currVal_23, currVal_24, currVal_25); var currVal_28 = i1.ɵnov(_v, 49).is("untouched"); var currVal_29 = i1.ɵnov(_v, 49).is("touched"); var currVal_30 = i1.ɵnov(_v, 49).is("pristine"); var currVal_31 = i1.ɵnov(_v, 49).is("dirty"); var currVal_32 = i1.ɵnov(_v, 49).is("valid"); var currVal_33 = i1.ɵnov(_v, 49).is("invalid"); var currVal_34 = i1.ɵnov(_v, 49).is("pending"); _ck(_v, 43, 0, currVal_28, currVal_29, currVal_30, currVal_31, currVal_32, currVal_33, currVal_34); var currVal_36 = i1.ɵnov(_v, 64).is("untouched"); var currVal_37 = i1.ɵnov(_v, 64).is("touched"); var currVal_38 = i1.ɵnov(_v, 64).is("pristine"); var currVal_39 = i1.ɵnov(_v, 64).is("dirty"); var currVal_40 = i1.ɵnov(_v, 64).is("valid"); var currVal_41 = i1.ɵnov(_v, 64).is("invalid"); var currVal_42 = i1.ɵnov(_v, 64).is("pending"); _ck(_v, 58, 0, currVal_36, currVal_37, currVal_38, currVal_39, currVal_40, currVal_41, currVal_42); }); }
113
+ export function View_AddSegmentPopupComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-add-segment-popup", [], null, null, null, View_AddSegmentPopupComponent_0, RenderType_AddSegmentPopupComponent)), i1.ɵdid(1, 114688, null, 0, i6.AddSegmentPopupComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
114
+ var AddSegmentPopupComponentNgFactory = i1.ɵccf("app-add-segment-popup", i6.AddSegmentPopupComponent, View_AddSegmentPopupComponent_Host_0, { top: "top", left: "left", segmentCollection: "segmentCollection", mode: "mode", maxRange: "maxRange", criteria: "criteria" }, { save: "save", closeSegment: "closeSegment" }, []);
115
+ export { AddSegmentPopupComponentNgFactory as AddSegmentPopupComponentNgFactory };
116
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkLXNlZ21lbnQtcG9wdXAuY29tcG9uZW50Lm5nZmFjdG9yeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9hZGQtc2VnbWVudC1wb3B1cC9hZGQtc2VnbWVudC1wb3B1cC5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2FkZC1zZWdtZW50LXBvcHVwL2FkZC1zZWdtZW50LXBvcHVwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7bUVDa0NJLDZLQUVNLEtBREYsa1FBQXdLLFlBQWhLOzt3QkFBdUI7TUFBL0Isd0JBQXdLLEtBQWIsaUNBQUk7bUVBRW5LLHVMQUdNLEtBRkYsbUhBQXlFLEtBQWpDLGdDQUEyQixNQUNuRSxnUUFBc0ssWUFBOUo7O3dCQUF1QjtNQUEvQix3QkFBc0ssS0FBYixpQ0FBSSx5REFEckgsb0VBQTJCOzBFQXRDM0UsMElBeUNNLEtBeENGLDJHQU9NLEtBTkYsc0pBQWtKLEtBQXZFLDBDQUFhLE1BQUEsdUhBQW9ELEtBQVIsOEJBQUMsTUFDckk7Ozs7Ozs7Ozs7O3dCQUF1RjtNQUFuQzs7d0JBQWtDO01BQXRGLDBpQkFBdUYsSUFDdkYsa0pBR00sS0FGRjs7Ozs7Ozs7Ozs7d0JBQXVGO01BQW5FOzt3QkFBNEI7TUFBaEQsMGJBQXVGLEtBQXRDLDJCQUFxQyxLQUF0RixzSUFBdUYsSUFDdkYsc0hBQXFFLEtBQVosbUNBQVEsTUFHekUsMkdBR00sS0FGRix1SkFBb0csS0FBekIsZ0RBQW1CLE1BQzlGLDJUQUFrRyxZQUF4RDs7d0JBQXlDO01BQW5GLG1nQkFBa0csSUFFdEcsNEdBb0JNLEtBbkJGLHVKQUFxSixLQUExRSw2Q0FBZ0IsTUFBQSx3SEFBb0QsS0FBUiw4QkFBQyxNQUN4SSx1SUFpQk0sS0FoQkYsbUpBT00sS0FORixnSUFBOEQsS0FBVixpQ0FBSSxNQUN4RCx1SUFJTSxLQUhGLDhQQUFtSyxZQUEzSjs7d0JBQTBCO01BQWxDLHdCQUFtSyxLQUFWLDhCQUFDLE1BQzFKOzs7Ozs7Ozs7Ozs7Ozs7Ozt3QkFBb0U7TUFBL0M7O3dCQUFnQztNQUFyRCxnckJBQW9FLElBQ3BFLDhQQUFtSyxZQUEzSjs7d0JBQTBCO01BQWxDLHdCQUFtSyxLQUFWLDhCQUFDLE1BR2xLLG1KQU9NLEtBTkYsZ0lBQTRELEtBQVIsK0JBQUUsTUFDdEQsdUlBSU0sS0FIRiw4UEFBaUssWUFBeko7O3dCQUF3QjtNQUFoQyx3QkFBaUssS0FBViw4QkFBQyxNQUN4Sjs7Ozs7Ozs7Ozs7Ozs7Ozs7d0JBQW9EO01BQTdDOzt3QkFBOEI7TUFBckMsZ3JCQUFvRCxJQUNwRCw4UEFBaUssWUFBeko7O3dCQUF3QjtNQUFoQyx3QkFBaUssS0FBViw4QkFBQyxNQUt4Syx5TEFFTSxJQUNOLHlMQUdNLGlEQXJDa0QsbUJBQWtDLHVCQUF0RixZQUF1RixFQUFuQyxTQUFrQyxHQUU5RCxvQkFBNEIsaUJBQUMsb0NBQXFDLEdBQXRGLGFBQXVGLEVBQW5FLFVBQTRCLEVBQUMsVUFBcUMsR0FNN0Usb0JBQTRCLGNBQXpDLGFBQWtHLEVBQXJGLFVBQTRCLEdBQUMsb0JBQXlDLDhCQUFuRixhQUFrRyxFQUF4RCxVQUF5QyxHQVNsRCxvQkFBZ0MscUJBQXJELGFBQW9FLEVBQS9DLFVBQWdDLEdBUTlDLG9CQUE4QixtQkFBckMsYUFBb0QsRUFBN0MsVUFBOEIsR0FNNkMsK0NBQWlDLEdBQW5JLGFBRU0sRUFGNEYsVUFBaUMsR0FHdkIsNkNBQStCLEdBQTNJLGFBR00sRUFIc0csVUFBK0IsbURBckNqRyw0Q0FBdUMsR0FBckYsWUF5Q00sRUF6Q3dDLFNBQXVDLEdBRzdFLGlhQUF1RixHQUVuRiw4YUFBdUYsR0FDN0Qsb0JBQThCLGlCQUF4RCxhQUFxRSxFQUEzQyxVQUE4QixHQUs1RCxnYkFBa0csR0FTdEYsZ2JBQW9FLEdBUXBFLGdiQUFvRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiIsIjxkaXYgY2xhc3M9XCJhZGQtc2VnbWVudC1wb3B1cCB2eC1wLTUgdngtcGItMFwiIFtjbGFzcy5lcnJvcl09XCJzZWdtZW50RXJyb3IubGVuZ3RoID4gMFwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImZvcm0taXRlbSB2eC1tYi00XCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImxhYmVsIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LW1iLTFcIj5TRUdNRU5UIE5BTUUgPHNwYW4gY2xhc3M9XCJ2eC1mcy0xNiB2eC1mdy00MDAgdngtdHh0LXJlZFwiPio8L3NwYW4+PC9kaXY+XHJcbiAgICAgICAgPGlucHV0IHR5cGU9XCJ0ZXh0XCIgcGxhY2Vob2xkZXI9XCJFbnRlciBTZWdtZW50IE5hbWVcIiBbKG5nTW9kZWwpXT1cImNyaXRlcmlhLnNlZ21lbnROYW1lXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImFjdGlvbi1jb2xvciB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCI+XHJcbiAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwiY29sb3JcIiBbKG5nTW9kZWwpXT1cImNyaXRlcmlhLmNvbG9yXCIgW25nTW9kZWxPcHRpb25zXT1cIntzdGFuZGFsb25lOiB0cnVlfVwiPlxyXG4gICAgICAgICAgICA8aSBjbGFzcz1cImljb25zIHZ4LWZzLTI0XCIgW3N0eWxlLmNvbG9yXT0nY3JpdGVyaWEuY29sb3InPiYjeGViMDE7PC9pPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZm9ybS1pdGVtIHZ4LW1iLTRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwibGFiZWwgdngtZnMtMTEgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC10dC11cHBlcmNhc2UgdngtbWItMVwiPlNFR01FTlQgREVTQ1JJUFRJT048L2Rpdj5cclxuICAgICAgICA8bWFyeC1lZGl0b3IgW2VkaXRvckNvbmZpZ109XCJkZXNjcmlwdGlvblwiIFsobmdNb2RlbCldPVwiY3JpdGVyaWEuc2VnbWVudERlc2NyaXB0aW9uXCI+PC9tYXJ4LWVkaXRvcj5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cImZvcm0taXRlbSB2eC1tYi00XCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImxhYmVsIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LW1iLTFcIj5TRVQgU0NPUkUgUkFOR0UgPHNwYW4gY2xhc3M9XCJ2eC1mcy0xNiB2eC1mdy00MDAgdngtdHh0LXJlZFwiPio8L3NwYW4+PC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1iZXR3ZWVuXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzY29yZS1maWVsZCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktYmV0d2VlblwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm5hbWUgdngtZnMtMTIgdngtcGFyYWdyYXBoLXR4dCB2eC1wbC0zXCI+RnJvbTwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImlucHV0LWFyZWEgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1wci0xXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiAoY2xpY2spPVwiZnJvbU1hbmFnZXIoJy0nKVwiIGNsYXNzPVwidngtZnMtMTQgdngtZnctNTAwIHZ4LXBhcmFncmFwaC10eHQgdngtcC0wIHZ4LXBsLTIgdngtcHItMiB2eC1tLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiPi08L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT1cIm51bWJlclwiIFsobmdNb2RlbCldPVwiY3JpdGVyaWEuZnJvbVJhbmdlXCIgdHlwZT1cIm51bWJlclwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxidXR0b24gKGNsaWNrKT1cImZyb21NYW5hZ2VyKCcrJylcIiBjbGFzcz1cInZ4LWZzLTE0IHZ4LWZ3LTUwMCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXAtMCB2eC1wbC0yIHZ4LXByLTIgdngtbS0wIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIj4rPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzY29yZS1maWVsZCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktYmV0d2VlblwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm5hbWUgdngtZnMtMTIgdngtcGFyYWdyYXBoLXR4dCB2eC1wbC0zXCI+VG88L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnB1dC1hcmVhIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtcHItMVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxidXR0b24gKGNsaWNrKT1cInRvTWFuYWdlcignLScpXCIgY2xhc3M9XCJ2eC1mcy0xNCB2eC1mdy01MDAgdngtcGFyYWdyYXBoLXR4dCB2eC1wLTAgdngtcGwtMiB2eC1wci0yIHZ4LW0tMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCI+LTwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgIDxpbnB1dCBbKG5nTW9kZWwpXT1cImNyaXRlcmlhLnRvUmFuZ2VcIiB0eXBlPVwibnVtYmVyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiAoY2xpY2spPVwidG9NYW5hZ2VyKCcrJylcIiBjbGFzcz1cInZ4LWZzLTE0IHZ4LWZ3LTUwMCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXAtMCB2eC1wbC0yIHZ4LXByLTIgdngtbS0wIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIj4rPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJzZWdtZW50LXBvcHVwLWJvdHRvbSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktZW5kIHZ4LXAtMyB2eC1wbC01IHZ4LXByLTVcIiAqbmdJZj1cInNlZ21lbnRFcnJvci5sZW5ndGggPT09IDBcIj5cclxuICAgICAgICA8YnV0dG9uIChjbGljayk9XCJzYXZlU2VnbWVudCgpXCIgY2xhc3M9XCJzYXZlLWJ0biB2eC1mcy0xMSB2eC1mdy01MDAgdngtdHh0LXdoaXRlIHZ4LXR0LXVwcGVyY2FzZSB2eC1wLTAgdngtbS0wIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIj5TQVZFPC9idXR0b24+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJzZWdtZW50LXBvcHVwLWJvdHRvbSBlcnJvciB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktYmV0d2VlbiB2eC1wLTMgdngtcGwtNSB2eC1wci01XCIgKm5nSWY9XCJzZWdtZW50RXJyb3IubGVuZ3RoID4gMFwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJ0ZXh0IHZ4LWZzLTEyIHZ4LXR4dC13aGl0ZVwiPnt7c2VnbWVudEVycm9yWzBdLm1lc3NhZ2V9fTwvZGl2PlxyXG4gICAgICAgIDxidXR0b24gKGNsaWNrKT1cInNhdmVTZWdtZW50KClcIiBjbGFzcz1cInNhdmUtYnRuIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC10eHQtcmVkIHZ4LXR0LXVwcGVyY2FzZSB2eC1wLTAgdngtbS0wIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIj5TQVZFPC9idXR0b24+XHJcbiAgICA8L2Rpdj5cclxuPC9kaXY+Il19
@@ -0,0 +1 @@
1
+ {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"top":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"left":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"save":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"closeSegment":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"segmentCollection":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"mode":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"maxRange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"criteria":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}],"fromManager":[{"__symbolic":"method"}],"toManager":[{"__symbolic":"method"}],"saveSegment":[{"__symbolic":"method"}],"closeResult":[{"__symbolic":"method"}],"validateSegment":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-add-segment-popup","exportAs":null,"inputs":{"top":"top","left":"left","segmentCollection":"segmentCollection","mode":"mode","maxRange":"maxRange","criteria":"criteria"},"outputs":{"save":"save","closeSegment":"closeSegment"},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":3,"members":[]},"rendererType":{"__symbol":4,"members":[]},"componentFactory":{"__symbol":5,"members":[]}}}],"symbols":[{"__symbol":0,"name":"AddSegmentPopupComponent","filePath":"./add-segment-popup.component"},{"__symbol":1,"name":"Input","filePath":"@angular/core"},{"__symbol":2,"name":"Output","filePath":"@angular/core"},{"__symbol":3,"name":"View_AddSegmentPopupComponent_0","filePath":"./add-segment-popup.component.ngfactory"},{"__symbol":4,"name":"RenderType_AddSegmentPopupComponent","filePath":"./add-segment-popup.component.ngfactory"},{"__symbol":5,"name":"AddSegmentPopupComponentNgFactory","filePath":"./add-segment-popup.component.ngfactory"}]}