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 @@
1
+ {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"editSegment":[{"__symbolic":"method"}],"closeSegmentPopup":[{"__symbolic":"method"}],"openSegmentPopup":[{"__symbolic":"method"}],"settingData":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]},"arguments":["setting"]}]}],"save":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":3,"members":[]},{"__symbol":4,"members":[]}]}],"button":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":5,"members":[]},"arguments":["button"]}]}],"buttonEdit":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":5,"members":[]},"arguments":["buttonEdit"]}]}],"closed":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"cancelEvt":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"formJSON":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"fd":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"ngOnInit":[{"__symbolic":"method"}],"addNewSegment":[{"__symbolic":"method"}],"closePopUp":[{"__symbolic":"method"}],"closeSegment":[{"__symbolic":"method"}],"clickResultPopup":[{"__symbolic":"method"}],"editResultPopup":[{"__symbolic":"method"}],"saveCriteria":[{"__symbolic":"method"}],"deleteSegment":[{"__symbolic":"method"}],"saveSetting":[{"__symbolic":"method"}],"discardEdit":[{"__symbolic":"method"}],"closeSegmentResult":[{"__symbolic":"method"}],"cancel":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":3,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":4,"members":[]}}}}],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-setting-response-segment","exportAs":null,"inputs":{"settingData":"setting","formJSON":"formJSON","fd":"fd"},"outputs":{"save":"save","closed":"closed","cancelEvt":"cancelEvt"},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[{"selectors":[{"value":"button"}],"first":true,"descendants":true,"propertyName":"button","read":null},{"selectors":[{"value":"buttonEdit"}],"first":true,"descendants":true,"propertyName":"buttonEdit","read":null}],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":6,"members":[]},"rendererType":{"__symbol":7,"members":[]},"componentFactory":{"__symbol":8,"members":[]}}}],"symbols":[{"__symbol":0,"name":"SettingResponseSegmentComponent","filePath":"./setting-response-segment.component"},{"__symbol":1,"name":"Input","filePath":"@angular/core"},{"__symbol":2,"name":"Output","filePath":"@angular/core"},{"__symbol":3,"name":"ElementRef","filePath":"@angular/core"},{"__symbol":4,"name":"ResultCriteriaService","filePath":"../../services/result-criteria.service"},{"__symbol":5,"name":"ViewChild","filePath":"@angular/core"},{"__symbol":6,"name":"View_SettingResponseSegmentComponent_0","filePath":"./setting-response-segment.component.ngfactory"},{"__symbol":7,"name":"RenderType_SettingResponseSegmentComponent","filePath":"./setting-response-segment.component.ngfactory"},{"__symbol":8,"name":"SettingResponseSegmentComponentNgFactory","filePath":"./setting-response-segment.component.ngfactory"}]}
@@ -0,0 +1,123 @@
1
+ import { Component, Input } from '@angular/core';
2
+ import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
+ export class SingleLineEditorComponent {
4
+ constructor() {
5
+ this.placeholder = 'placeholder';
6
+ this.editorMode = 'single';
7
+ this.label = true;
8
+ this.onChange = (value) => { };
9
+ this.onTouched = () => { };
10
+ }
11
+ ngOnInit() {
12
+ this.selectFunction = () => {
13
+ this.bold = document.queryCommandState('bold');
14
+ this.italic = document.queryCommandState('italic');
15
+ this.underline = document.queryCommandState('underline');
16
+ };
17
+ document.addEventListener('selectionchange', this.selectFunction, false);
18
+ this.sel = window.getSelection();
19
+ if (!this.id) {
20
+ this.id = this.generateUID();
21
+ }
22
+ }
23
+ generateUID() {
24
+ return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxx'.replace(/[xy]/g, function (c) {
25
+ const r = Math.random() * 16 | 0, v = c == 'x' ? r : (r & 0x3 | 0x8);
26
+ return v.toString(16);
27
+ });
28
+ }
29
+ setValue() {
30
+ var _a;
31
+ const x = (_a = document.getElementById(this.id)) === null || _a === void 0 ? void 0 : _a.innerHTML;
32
+ if (x === '<br>') {
33
+ const z = document.getElementById(this.id);
34
+ z.innerHTML = '';
35
+ }
36
+ this.onChange(x);
37
+ }
38
+ writeValue(value) {
39
+ this.containerValue = value;
40
+ const containerRef = document.getElementById(this.id);
41
+ if (containerRef) {
42
+ setTimeout((val) => {
43
+ containerRef.innerHTML = value;
44
+ this.setValue();
45
+ }, 150);
46
+ }
47
+ }
48
+ registerOnChange(onChange) {
49
+ this.onChange = onChange;
50
+ }
51
+ registerOnTouched() { }
52
+ show(e) {
53
+ var _a;
54
+ this.showEditorControls = !this.showEditorControls;
55
+ this.activeEditor = !this.activeEditor;
56
+ (_a = document.getElementById(this.id)) === null || _a === void 0 ? void 0 : _a.focus();
57
+ this.setCaretToEnd();
58
+ }
59
+ insertBold() {
60
+ var _a;
61
+ (_a = document.getElementById(this.id)) === null || _a === void 0 ? void 0 : _a.focus();
62
+ document.execCommand('bold', false, '');
63
+ this.bold = !this.bold;
64
+ }
65
+ insertItalic() {
66
+ var _a;
67
+ (_a = document.getElementById(this.id)) === null || _a === void 0 ? void 0 : _a.focus();
68
+ document.execCommand('italic', false, '');
69
+ this.italic = !this.italic;
70
+ }
71
+ insertUnderLine() {
72
+ var _a;
73
+ (_a = document.getElementById(this.id)) === null || _a === void 0 ? void 0 : _a.focus();
74
+ document.execCommand('underline', false, '');
75
+ this.underline = !this.underline;
76
+ }
77
+ onblur() {
78
+ var _a;
79
+ this.oldRange = (_a = window === null || window === void 0 ? void 0 : window.getSelection()) === null || _a === void 0 ? void 0 : _a.getRangeAt(0).cloneRange(); // to store the range when element is blurred
80
+ }
81
+ setCaretToEnd() {
82
+ var _a, _b;
83
+ (_a = window.getSelection()) === null || _a === void 0 ? void 0 : _a.removeAllRanges();
84
+ (_b = window.getSelection()) === null || _b === void 0 ? void 0 : _b.addRange(this.oldRange);
85
+ }
86
+ showControls() {
87
+ if (this.controls !== false) {
88
+ this.controls = false;
89
+ }
90
+ if (this.activeEditor !== false) {
91
+ this.activeEditor = false;
92
+ }
93
+ }
94
+ onPaste(event) {
95
+ var _a;
96
+ event.preventDefault();
97
+ event.stopPropagation();
98
+ const pastedText = (_a = event === null || event === void 0 ? void 0 : event.clipboardData) === null || _a === void 0 ? void 0 : _a.getData('text/plain');
99
+ document.execCommand('insertHTML', false, pastedText);
100
+ const range = this.sel.getRangeAt(0);
101
+ const position = range.getBoundingClientRect();
102
+ const d = document.getElementById(this.id);
103
+ d.scrollLeft = position.x;
104
+ }
105
+ }
106
+ SingleLineEditorComponent.decorators = [
107
+ { type: Component, args: [{
108
+ selector: 'app-single-line-editor',
109
+ template: "\r\n\r\n<div class=\"single-line-editor vx-mb-5\">\r\n <div class=\"label vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1\" \r\n [class.multiline]=\"editorMode == 'multiline'\" \r\n *ngIf=\"editorMode == 'multiline' && label == true\">\r\n {{placeholder}}</div>\r\n\r\n <div class=\"editable-box vx-fs-16 vx-paragraph-txt vx-lh-6 vx-pt-1 vx-pb-1\"\r\n [attr.placeholder]=\"placeholder\" [class.multiline]=\"editorMode == 'multiline'\" contenteditable=\"true\" id=\"{{id}}\" (blur)='onblur()' appAutoFocus (paste)=\"onPaste($event)\" (input)=\"setValue()\"></div>\r\n <div class=\"action vx-fs-12 vx-paragraph-txt\" (click)=\"show()\">Aa</div>\r\n <div class=\"editor-option\" *ngIf=\"showEditorControls\">\r\n <ul class=\"vx-d-flex vx-align-center vx-m-0\">\r\n <li><button class=\"vx-fs-13 vx-txt-white vx-p-0 vx-d-flex vx-align-center vx-justify-center\" [class.active]=\"bold\" (click)=\"insertBold()\">B</button></li>\r\n <li><button class=\"vx-fs-13 vx-txt-white vx-p-0 vx-d-flex vx-align-center vx-justify-center\"[class.active]=\"italic\" (click)=\"insertItalic()\"><em>I</em></button></li>\r\n <li><button class=\"vx-fs-11 vx-txt-white vx-p-0 vx-d-flex vx-align-center vx-justify-center\" [class.active]=\"underline\" (click)=\"insertUnderLine()\"><i class=\"icons\">&#xeb0a;</i></button></li>\r\n </ul>\r\n </div>\r\n</div>\r\n<div class=\"overlay\" *ngIf=\"showEditorControls\" (click)=\"showControls(); show($event)\"></div>",
110
+ providers: [
111
+ { provide: NG_VALUE_ACCESSOR, useExisting: SingleLineEditorComponent, multi: true },
112
+ ],
113
+ 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\");.single-line-editor{position:relative}.single-line-editor .editable-box{background:#fff;border-bottom:1px solid #dbdbdb;display:block!important;overflow:hidden;height:2rem;cursor:text;align-items:center;white-space:nowrap;transition:all .3s ease-in-out;outline:none;padding-right:2.5rem}.single-line-editor .editable-box.active{border-color:#4681ef}.single-line-editor .editable-box audio{height:1.5rem!important}.single-line-editor .editable-box.multiline{min-height:2rem;max-height:10rem;height:auto!important;white-space:pre-wrap!important;overflow:auto!important;width:100%!important}.single-line-editor .editable-box.multiline::-webkit-scrollbar-thumb{background-color:transparent}.single-line-editor .editable-box b{font-weight:600}.single-line-editor .action{position:absolute;bottom:.5rem;right:.5rem;cursor:pointer}.single-line-editor .editor-option{background:#161b2f;border-radius:0 0 .25rem .25rem;position:absolute;bottom:-2.5rem;right:0;z-index:10}.single-line-editor .editor-option ul{list-style-type:none;padding:0 .125rem}.single-line-editor .editor-option ul li button{background:transparent;border:1px solid transparent;border-radius:0;width:2rem;height:2rem;margin:.25rem .125rem}.single-line-editor .editor-option ul li button.active{border-color:#f1f1f150}[contenteditable][placeholder]:empty:before{content:attr(placeholder);position:absolute;color:#74757670;background-color:transparent}.overlay{z-index:9}"]
114
+ },] }
115
+ ];
116
+ SingleLineEditorComponent.ctorParameters = () => [];
117
+ SingleLineEditorComponent.propDecorators = {
118
+ placeholder: [{ type: Input }],
119
+ editorMode: [{ type: Input }],
120
+ label: [{ type: Input }],
121
+ id: [{ type: Input }]
122
+ };
123
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2luZ2xlLWxpbmUtZWRpdG9yLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9zaW5nbGUtbGluZS1lZGl0b3Ivc2luZ2xlLWxpbmUtZWRpdG9yLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUN6RCxPQUFPLEVBQXdCLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFVekUsTUFBTSxPQUFPLHlCQUF5QjtJQWdCcEM7UUFmUyxnQkFBVyxHQUFXLGFBQWEsQ0FBQztRQUNwQyxlQUFVLEdBQUcsUUFBUSxDQUFDO1FBQ3RCLFVBQUssR0FBRyxJQUFJLENBQUM7UUFtQ3RCLGFBQVEsR0FBRyxDQUFDLEtBQVUsRUFBRSxFQUFFLEdBQUcsQ0FBQyxDQUFDO1FBQy9CLGNBQVMsR0FBRyxHQUFHLEVBQUUsR0FBRyxDQUFDLENBQUM7SUF2Qk4sQ0FBQztJQUVqQixRQUFRO1FBQ04sSUFBSSxDQUFDLGNBQWMsR0FBRyxHQUFHLEVBQUU7WUFDekIsSUFBSSxDQUFDLElBQUksR0FBRyxRQUFRLENBQUMsaUJBQWlCLENBQUMsTUFBTSxDQUFDLENBQUM7WUFDL0MsSUFBSSxDQUFDLE1BQU0sR0FBRyxRQUFRLENBQUMsaUJBQWlCLENBQUMsUUFBUSxDQUFDLENBQUM7WUFDbkQsSUFBSSxDQUFDLFNBQVMsR0FBRyxRQUFRLENBQUMsaUJBQWlCLENBQUMsV0FBVyxDQUFDLENBQUM7UUFDM0QsQ0FBQyxDQUFDO1FBQ0YsUUFBUSxDQUFDLGdCQUFnQixDQUFDLGlCQUFpQixFQUFFLElBQUksQ0FBQyxjQUFjLEVBQUUsS0FBSyxDQUFDLENBQUM7UUFD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QU0sS0FBSyxHQUFHLElBQUksQ0FBQyxHQUFHLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQ3JDLE1BQU0sUUFBUSxHQUFHLEtBQUssQ0FBQyxxQkFBcUIsRUFBRSxDQUFDO1FBQy9DLE1BQU0sQ0FBQyxHQUFPLFFBQVEsQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQyxDQUFDO1FBQy9DLENBQUMsQ0FBQyxVQUFVLEdBQUcsUUFBUSxDQUFDLENBQUMsQ0FBQztJQUM1QixDQUFDOzs7WUE3SEYsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSx3QkFBd0I7Z0JBQ2xDLHkvQ0FBa0Q7Z0JBRWxELFNBQVMsRUFBRTtvQkFDVCxFQUFFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxXQUFXLEVBQUUseUJBQXlCLEVBQUUsS0FBSyxFQUFFLElBQUksRUFBRTtpQkFDcEY7O2FBQ0Y7Ozs7MEJBRUUsS0FBSzt5QkFDTCxLQUFLO29CQUNMLEtBQUs7aUJBRUwsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBDb250cm9sVmFsdWVBY2Nlc3NvciwgTkdfVkFMVUVfQUNDRVNTT1IgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1zaW5nbGUtbGluZS1lZGl0b3InLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9zaW5nbGUtbGluZS1lZGl0b3IuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL3NpbmdsZS1saW5lLWVkaXRvci5jb21wb25lbnQubGVzcyddLFxyXG4gIHByb3ZpZGVyczogW1xyXG4gICAgeyBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUiwgdXNlRXhpc3Rpbmc6IFNpbmdsZUxpbmVFZGl0b3JDb21wb25lbnQsIG11bHRpOiB0cnVlIH0sXHJcbiAgXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgU2luZ2xlTGluZUVkaXRvckNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgQ29udHJvbFZhbHVlQWNjZXNzb3Ige1xyXG4gIEBJbnB1dCgpIHBsYWNlaG9sZGVyOiBzdHJpbmcgPSAncGxhY2Vob2xkZXInO1xyXG4gIEBJbnB1dCgpIGVkaXRvck1vZGUgPSAnc2luZ2xlJztcclxuICBASW5wdXQoKSBsYWJlbCA9IHRydWU7XHJcblxyXG4gIEBJbnB1dCgpIGlkITogc3RyaW5nO1xyXG4gIGNvbnRhaW5lclZhbHVlICE6YW55O1xyXG4gIHB1YmxpYyBzZWw6IGFueTtcclxuICBwdWJsaWMgc2VsZWN0RnVuY3Rpb246IGFueTtcclxuICBwdWJsaWMgYm9sZCE6IGJvb2xlYW47XHJcbiAgcHVibGljIGl0YWxpYyE6IGJvb2xlYW47XHJcbiAgcHVibGljIHVuZGVybGluZSE6IGJvb2xlYW47XHJcbiAgc2hvd0VkaXRvckNvbnRyb2xzICAhOmJvb2xlYW47XHJcbiAgYWN0aXZlRWRpdG9yICE6Ym9vbGVhbjtcclxuICBwdWJsaWMgb2xkUmFuZ2U6IGFueTtcclxuICBjb250cm9scyAhOmJvb2xlYW47XHJcbiAgY29uc3RydWN0b3IoKSB7IH1cclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICB0aGlzLnNlbGVjdEZ1bmN0aW9uID0gKCkgPT4ge1xyXG4gICAgICB0aGlzLmJvbGQgPSBkb2N1bWVudC5xdWVyeUNvbW1hbmRTdGF0ZSgnYm9sZCcpO1xyXG4gICAgICB0aGlzLml0YWxpYyA9IGRvY3VtZW50LnF1ZXJ5Q29tbWFuZFN0YXRlKCdpdGFsaWMnKTtcclxuICAgICAgdGhpcy51bmRlcmxpbmUgPSBkb2N1bWVudC5xdWVyeUNvbW1hbmRTdGF0ZSgndW5kZXJsaW5lJyk7XHJcbiAgICB9O1xyXG4gICAgZG9jdW1lbnQuYWRkRXZlbnRMaXN0ZW5lcignc2VsZWN0aW9uY2hhbmdlJywgdGhpcy5zZWxlY3RGdW5jdGlvbiwgZmFsc2UpO1xyXG4gICAgdGhpcy5zZWwgPSB3aW5kb3cuZ2V0U2VsZWN0aW9uKCk7XHJcbiAgICBpZiAoIXRoaXMuaWQpIHtcclxuICAgICAgdGhpcy5pZCA9IHRoaXMuZ2VuZXJhdGVVSUQoKTtcclxuICAgIH1cclxuICB9XHJcblxyXG5cclxuICBnZW5lcmF0ZVVJRCgpIHtcclxuICAgIHJldHVybiAneHh4eHh4eHgteHh4eC00eHh4LXl4eHgteHh4eHh4eHh4eHgnLnJlcGxhY2UoL1t4eV0vZywgZnVuY3Rpb24gKGMpIHtcclxuICAgICAgY29uc3QgciA9IE1hdGgucmFuZG9tKCkgKiAxNiB8IDAsIHYgPSBjID09ICd4JyA/IHIgOiAociAmIDB4MyB8IDB4OCk7XHJcbiAgICAgIHJldHVybiB2LnRvU3RyaW5nKDE2KTtcclxuICAgIH0pO1xyXG4gIH1cclxuICBvbkNoYW5nZSA9ICh2YWx1ZTogYW55KSA9PiB7IH07XHJcbiAgb25Ub3VjaGVkID0gKCkgPT4geyB9O1xyXG4gIHNldFZhbHVlKCkge1xyXG4gICAgY29uc3QgeCA9IGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKHRoaXMuaWQpPy5pbm5lckhUTUw7XHJcbiAgICBcclxuICAgIGlmICh4ID09PSAnPGJyPicpIHtcclxuICAgICAgY29uc3QgejphbnkgPSBkb2N1bWVudC5nZXRFbGVtZW50QnlJZCh0aGlzLmlkKTtcclxuICAgICAgei5pbm5lckhUTUwgPSAnJztcclxuICAgIH1cclxuICAgIHRoaXMub25DaGFuZ2UoeCk7XHJcbiAgfVxyXG5cclxuICB3cml0ZVZhbHVlKHZhbHVlOiBzdHJpbmcpIHtcclxuICAgIHRoaXMuY29udGFpbmVyVmFsdWUgPSB2YWx1ZTtcclxuICAgIGNvbnN0IGNvbnRhaW5lclJlZiA9IGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKHRoaXMuaWQpO1xyXG4gICAgaWYgKGNvbnRhaW5lclJlZikge1xyXG4gICAgICBzZXRUaW1lb3V0KCh2YWw6YW55KSA9PiB7XHJcbiAgICAgICAgXHJcbiAgICAgICAgY29udGFpbmVyUmVmLmlubmVySFRNTCA9IHZhbHVlO1xyXG4gICAgICAgIHRoaXMuc2V0VmFsdWUoKTtcclxuICAgICAgfSwgMTUwKTtcclxuICAgIH1cclxuXHJcblxyXG4gIH1cclxuXHJcbiAgcmVnaXN0ZXJPbkNoYW5nZShvbkNoYW5nZTogKHZhbHVlOiBzdHJpbmcpID0+IHZvaWQpIHtcclxuICAgIHRoaXMub25DaGFuZ2UgPSBvbkNoYW5nZTtcclxuICB9XHJcblxyXG4gIHJlZ2lzdGVyT25Ub3VjaGVkKCkgeyB9XHJcblxyXG4gIHNob3coZT86IGFueSkge1xyXG4gICAgdGhpcy5zaG93RWRpdG9yQ29udHJvbHMgPSAhdGhpcy5zaG93RWRpdG9yQ29udHJvbHM7XHJcbiAgICB0aGlzLmFjdGl2ZUVkaXRvciA9ICF0aGlzLmFjdGl2ZUVkaXRvcjtcclxuICAgIGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKHRoaXMuaWQpPy5mb2N1cygpO1xyXG4gICAgdGhpcy5zZXRDYXJldFRvRW5kKCk7XHJcbiAgICBcclxuICB9XHJcbiAgaW5zZXJ0Qm9sZCgpOiB2b2lkIHtcclxuICAgIGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKHRoaXMuaWQpPy5mb2N1cygpO1xyXG4gICAgZG9jdW1lbnQuZXhlY0NvbW1hbmQoJ2JvbGQnLCBmYWxzZSwgJycpO1xyXG4gICAgdGhpcy5ib2xkID0gIXRoaXMuYm9sZDtcclxuICB9XHJcbiAgaW5zZXJ0SXRhbGljKCk6IHZvaWQge1xyXG4gICAgZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQodGhpcy5pZCk/LmZvY3VzKCk7XHJcbiAgICBkb2N1bWVudC5leGVjQ29tbWFuZCgnaXRhbGljJywgZmFsc2UsICcnKTtcclxuICAgIHRoaXMuaXRhbGljID0gIXRoaXMuaXRhbGljO1xyXG4gIH1cclxuICBpbnNlcnRVbmRlckxpbmUoKTogdm9pZCB7XHJcbiAgICBkb2N1bWVudC5nZXRFbGVtZW50QnlJZCh0aGlzLmlkKT8uZm9jdXMoKTtcclxuICAgIGRvY3VtZW50LmV4ZWNDb21tYW5kKCd1bmRlcmxpbmUnLCBmYWxzZSwgJycpO1xyXG4gICAgdGhpcy51bmRlcmxpbmUgPSAhdGhpcy51bmRlcmxpbmU7XHJcbiAgfVxyXG4gIG9uYmx1cigpOiB2b2lkIHtcclxuICAgIHRoaXMub2xkUmFuZ2UgPSB3aW5kb3c/LmdldFNlbGVjdGlvbigpPy5nZXRSYW5nZUF0KDApLmNsb25lUmFuZ2UoKTsgLy8gdG8gc3RvcmUgdGhlIHJhbmdlIHdoZW4gZWxlbWVudCBpcyBibHVycmVkXHJcbiAgfVxyXG4gIHNldENhcmV0VG9FbmQoKSB7XHJcbiAgICB3aW5kb3cuZ2V0U2VsZWN0aW9uKCk/LnJlbW92ZUFsbFJhbmdlcygpO1xyXG4gICAgd2luZG93LmdldFNlbGVjdGlvbigpPy5hZGRSYW5nZSh0aGlzLm9sZFJhbmdlKTtcclxuICB9XHJcbiAgc2hvd0NvbnRyb2xzKCkge1xyXG4gICAgaWYgKHRoaXMuY29udHJvbHMgIT09IGZhbHNlKSB7XHJcbiAgICAgIHRoaXMuY29udHJvbHMgPSBmYWxzZTtcclxuICAgIH1cclxuICAgIGlmICh0aGlzLmFjdGl2ZUVkaXRvciAhPT0gZmFsc2UpIHtcclxuICAgICAgdGhpcy5hY3RpdmVFZGl0b3IgPSBmYWxzZTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIG9uUGFzdGUoZXZlbnQ6IENsaXBib2FyZEV2ZW50KTogdm9pZCB7XHJcbiAgICBldmVudC5wcmV2ZW50RGVmYXVsdCgpO1xyXG4gICAgZXZlbnQuc3RvcFByb3BhZ2F0aW9uKCk7XHJcbiAgICBjb25zdCBwYXN0ZWRUZXh0ID0gZXZlbnQ/LmNsaXBib2FyZERhdGE/LmdldERhdGEoJ3RleHQvcGxhaW4nKTtcclxuICAgIGRvY3VtZW50LmV4ZWNDb21tYW5kKCdpbnNlcnRIVE1MJywgZmFsc2UsIHBhc3RlZFRleHQpO1xyXG4gICAgY29uc3QgcmFuZ2UgPSB0aGlzLnNlbC5nZXRSYW5nZUF0KDApO1xyXG4gICAgY29uc3QgcG9zaXRpb24gPSByYW5nZS5nZXRCb3VuZGluZ0NsaWVudFJlY3QoKTtcclxuICAgIGNvbnN0IGQ6YW55ID0gZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQodGhpcy5pZCk7IFxyXG4gICAgZC5zY3JvbGxMZWZ0ID0gcG9zaXRpb24ueDtcclxuICB9XHJcbn1cclxuIl19
@@ -0,0 +1,47 @@
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 "./single-line-editor.component.less.shim.ngstyle";
8
+ import * as i1 from "@angular/core";
9
+ import * as i2 from "@angular/common";
10
+ import * as i3 from "@angular/forms";
11
+ import * as i4 from "./single-line-editor.component";
12
+ var styles_SingleLineEditorComponent = [i0.styles];
13
+ var RenderType_SingleLineEditorComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_SingleLineEditorComponent, data: {} });
14
+ export { RenderType_SingleLineEditorComponent as RenderType_SingleLineEditorComponent };
15
+ function View_SingleLineEditorComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "label vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1"]], [[2, "multiline", null]], null, null, null, null)), (_l()(), i1.ɵted(1, null, [" ", ""]))], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = (_co.editorMode == "multiline"); _ck(_v, 0, 0, currVal_0); var currVal_1 = _co.placeholder; _ck(_v, 1, 0, currVal_1); }); }
16
+ function View_SingleLineEditorComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 12, "div", [["class", "editor-option"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 11, "ul", [["class", "vx-d-flex vx-align-center vx-m-0"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "button", [["class", "vx-fs-13 vx-txt-white vx-p-0 vx-d-flex vx-align-center vx-justify-center"]], [[2, "active", null]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
17
+ var pd_0 = (_co.insertBold() !== false);
18
+ ad = (pd_0 && ad);
19
+ } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["B"])), (_l()(), i1.ɵeld(5, 0, null, null, 3, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(6, 0, null, null, 2, "button", [["class", "vx-fs-13 vx-txt-white vx-p-0 vx-d-flex vx-align-center vx-justify-center"]], [[2, "active", null]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
20
+ var pd_0 = (_co.insertItalic() !== false);
21
+ ad = (pd_0 && ad);
22
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(7, 0, null, null, 1, "em", [], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["I"])), (_l()(), i1.ɵeld(9, 0, null, null, 3, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(10, 0, null, null, 2, "button", [["class", "vx-fs-11 vx-txt-white vx-p-0 vx-d-flex vx-align-center vx-justify-center"]], [[2, "active", null]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
23
+ var pd_0 = (_co.insertUnderLine() !== false);
24
+ ad = (pd_0 && ad);
25
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(11, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEB0A"]))], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.bold; _ck(_v, 3, 0, currVal_0); var currVal_1 = _co.italic; _ck(_v, 6, 0, currVal_1); var currVal_2 = _co.underline; _ck(_v, 10, 0, currVal_2); }); }
26
+ function View_SingleLineEditorComponent_3(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 0, "div", [["class", "overlay"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
27
+ _co.showControls();
28
+ var pd_0 = (_co.show($event) !== false);
29
+ ad = (pd_0 && ad);
30
+ } return ad; }, null, null))], null, null); }
31
+ export function View_SingleLineEditorComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 7, "div", [["class", "single-line-editor vx-mb-5"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SingleLineEditorComponent_1)), i1.ɵdid(2, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(3, 0, null, null, 0, "div", [["appAutoFocus", ""], ["class", "editable-box vx-fs-16 vx-paragraph-txt vx-lh-6 vx-pt-1 vx-pb-1"], ["contenteditable", "true"]], [[1, "placeholder", 0], [2, "multiline", null], [8, "id", 0]], [[null, "blur"], [null, "paste"], [null, "input"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("blur" === en)) {
32
+ var pd_0 = (_co.onblur() !== false);
33
+ ad = (pd_0 && ad);
34
+ } if (("paste" === en)) {
35
+ var pd_1 = (_co.onPaste($event) !== false);
36
+ ad = (pd_1 && ad);
37
+ } if (("input" === en)) {
38
+ var pd_2 = (_co.setValue() !== false);
39
+ ad = (pd_2 && ad);
40
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 1, "div", [["class", "action vx-fs-12 vx-paragraph-txt"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
41
+ var pd_0 = (_co.show() !== false);
42
+ ad = (pd_0 && ad);
43
+ } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["Aa"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SingleLineEditorComponent_2)), i1.ɵdid(7, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SingleLineEditorComponent_3)), i1.ɵdid(9, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = ((_co.editorMode == "multiline") && (_co.label == true)); _ck(_v, 2, 0, currVal_0); var currVal_4 = _co.showEditorControls; _ck(_v, 7, 0, currVal_4); var currVal_5 = _co.showEditorControls; _ck(_v, 9, 0, currVal_5); }, function (_ck, _v) { var _co = _v.component; var currVal_1 = _co.placeholder; var currVal_2 = (_co.editorMode == "multiline"); var currVal_3 = i1.ɵinlineInterpolate(1, "", _co.id, ""); _ck(_v, 3, 0, currVal_1, currVal_2, currVal_3); }); }
44
+ export function View_SingleLineEditorComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "app-single-line-editor", [], null, null, null, View_SingleLineEditorComponent_0, RenderType_SingleLineEditorComponent)), i1.ɵprd(5120, null, i3.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i4.SingleLineEditorComponent]), i1.ɵdid(2, 114688, null, 0, i4.SingleLineEditorComponent, [], null, null)], function (_ck, _v) { _ck(_v, 2, 0); }, null); }
45
+ var SingleLineEditorComponentNgFactory = i1.ɵccf("app-single-line-editor", i4.SingleLineEditorComponent, View_SingleLineEditorComponent_Host_0, { placeholder: "placeholder", editorMode: "editorMode", label: "label", id: "id" }, {}, []);
46
+ export { SingleLineEditorComponentNgFactory as SingleLineEditorComponentNgFactory };
47
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2luZ2xlLWxpbmUtZWRpdG9yLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvc2luZ2xlLWxpbmUtZWRpdG9yL3NpbmdsZS1saW5lLWVkaXRvci5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL3NpbmdsZS1saW5lLWVkaXRvci9zaW5nbGUtbGluZS1lZGl0b3IuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7b0VDR0ksMEtBR3FCLEtBRDhCLGlDQUNwQyx5REFGZiw4Q0FBNkMsR0FEN0MsWUFHcUIsRUFGckIsU0FBNkMsR0FDTSx3REFDcEM7b0VBS2YsdUdBTU0sS0FMRix5SEFJSyxLQUhELDJFQUF5SixLQUFySix5T0FBZ0osWUFBakM7O3dCQUFzQjtNQUFySSx3QkFBZ0osS0FBViw4QkFBQyxNQUMzSSwyRUFBcUssS0FBaksseU9BQTRKLFlBQTVDOzt3QkFBd0I7TUFBeEksd0JBQTRKLEtBQW5CLDJFQUFVLEtBQU4sOEJBQUMsTUFDbEosMkVBQStMLEtBQTNMLDBPQUFzTCxZQUFsRTs7d0JBQTJCO01BQS9JLHdCQUFzTCxLQUF0Qyw2RkFBNkIsS0FBWixtQ0FBUSx5REFGaEYsbUJBQXFCLE9BQTlHLFlBQWdKLEVBQXZELFNBQXFCLEdBQ3RCLG1CQUF1QixTQUEvRyxZQUE0SixFQUFwRSxTQUF1QixHQUN0QixtQkFBMEIsWUFBbkgsYUFBc0wsRUFBN0YsU0FBMEI7b0VBSW5JLG9KQUE2RixZQUE3Qzs7O3dCQUFzQztNQUF0Rix3QkFBNkY7MkVBakI3RixtSEFnQk0sS0FmRix5TEFHcUIsSUFFckIsd1ZBQ3NNLFlBQXBGOzt3QkFBaUI7TUFBYzs7d0JBQXlCO01BQUM7O3dCQUFvQjtNQUQvTCx3QkFDc00sS0FDdE0sNktBQXVFLFlBQXpCOzt3QkFBZ0I7TUFBOUQsd0JBQXVFLEtBQVIsK0JBQUUsTUFDakUseUxBTU0sSUFFVix5TEFBNkYsaURBZHpGLHNFQUFrRCxJQUZsRCxZQUdxQixFQURyQixTQUFrRCxHQU12QixtQkFBMEIscUJBQXJELFlBTU0sRUFOcUIsU0FBMEIsR0FRcEMsbUJBQTBCLHFCQUEvQyxZQUE2RixFQUF4RSxTQUEwQixtREFWM0MsbUJBQWdDLGNBQUMsOENBQTZDLEdBQXdCLHVEQUFXLEdBRGpILFlBQ3NNLEVBQXRNLFNBQWdDLEVBQUMsU0FBNkMsRUFBd0IsU0FBVyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiIsIlxyXG5cclxuPGRpdiBjbGFzcz1cInNpbmdsZS1saW5lLWVkaXRvciB2eC1tYi01XCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwibGFiZWwgdngtZnMtMTEgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC10dC11cHBlcmNhc2UgdngtbWItMVwiIFxyXG4gICAgW2NsYXNzLm11bHRpbGluZV09XCJlZGl0b3JNb2RlID09ICdtdWx0aWxpbmUnXCIgXHJcbiAgICAqbmdJZj1cImVkaXRvck1vZGUgPT0gJ211bHRpbGluZScgJiYgbGFiZWwgPT0gdHJ1ZVwiPlxyXG4gICAge3twbGFjZWhvbGRlcn19PC9kaXY+XHJcblxyXG4gICAgPGRpdiBjbGFzcz1cImVkaXRhYmxlLWJveCB2eC1mcy0xNiB2eC1wYXJhZ3JhcGgtdHh0IHZ4LWxoLTYgdngtcHQtMSB2eC1wYi0xXCJcclxuICAgIFthdHRyLnBsYWNlaG9sZGVyXT1cInBsYWNlaG9sZGVyXCIgW2NsYXNzLm11bHRpbGluZV09XCJlZGl0b3JNb2RlID09ICdtdWx0aWxpbmUnXCIgY29udGVudGVkaXRhYmxlPVwidHJ1ZVwiIGlkPVwie3tpZH19XCIgKGJsdXIpPSdvbmJsdXIoKScgYXBwQXV0b0ZvY3VzIChwYXN0ZSk9XCJvblBhc3RlKCRldmVudClcIiAoaW5wdXQpPVwic2V0VmFsdWUoKVwiPjwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cImFjdGlvbiB2eC1mcy0xMiB2eC1wYXJhZ3JhcGgtdHh0XCIgKGNsaWNrKT1cInNob3coKVwiPkFhPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZWRpdG9yLW9wdGlvblwiICpuZ0lmPVwic2hvd0VkaXRvckNvbnRyb2xzXCI+XHJcbiAgICAgICAgPHVsIGNsYXNzPVwidngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1tLTBcIj5cclxuICAgICAgICAgICAgPGxpPjxidXR0b24gY2xhc3M9XCJ2eC1mcy0xMyB2eC10eHQtd2hpdGUgdngtcC0wIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIiBbY2xhc3MuYWN0aXZlXT1cImJvbGRcIiAoY2xpY2spPVwiaW5zZXJ0Qm9sZCgpXCI+QjwvYnV0dG9uPjwvbGk+XHJcbiAgICAgICAgICAgIDxsaT48YnV0dG9uIGNsYXNzPVwidngtZnMtMTMgdngtdHh0LXdoaXRlIHZ4LXAtMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCJbY2xhc3MuYWN0aXZlXT1cIml0YWxpY1wiIChjbGljayk9XCJpbnNlcnRJdGFsaWMoKVwiPjxlbT5JPC9lbT48L2J1dHRvbj48L2xpPlxyXG4gICAgICAgICAgICA8bGk+PGJ1dHRvbiBjbGFzcz1cInZ4LWZzLTExIHZ4LXR4dC13aGl0ZSB2eC1wLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiIFtjbGFzcy5hY3RpdmVdPVwidW5kZXJsaW5lXCIgKGNsaWNrKT1cImluc2VydFVuZGVyTGluZSgpXCI+PGkgY2xhc3M9XCJpY29uc1wiPiYjeGViMGE7PC9pPjwvYnV0dG9uPjwvbGk+XHJcbiAgICAgICAgPC91bD5cclxuICAgIDwvZGl2PlxyXG48L2Rpdj5cclxuPGRpdiBjbGFzcz1cIm92ZXJsYXlcIiAqbmdJZj1cInNob3dFZGl0b3JDb250cm9sc1wiIChjbGljayk9XCJzaG93Q29udHJvbHMoKTsgc2hvdygkZXZlbnQpXCI+PC9kaXY+Il19
@@ -0,0 +1 @@
1
+ {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"placeholder":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"editorMode":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"label":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"id":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}],"generateUID":[{"__symbolic":"method"}],"setValue":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"show":[{"__symbolic":"method"}],"insertBold":[{"__symbolic":"method"}],"insertItalic":[{"__symbolic":"method"}],"insertUnderLine":[{"__symbolic":"method"}],"onblur":[{"__symbolic":"method"}],"setCaretToEnd":[{"__symbolic":"method"}],"showControls":[{"__symbolic":"method"}],"onPaste":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-single-line-editor","exportAs":null,"inputs":{"placeholder":"placeholder","editorMode":"editorMode","label":"label","id":"id"},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[{"token":{"identifier":{"reference":{"__symbol":2,"members":[]}}},"useClass":null,"useFactory":null,"useExisting":{"identifier":{"reference":{"__symbol":0,"members":[]}}},"multi":true}],"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":"SingleLineEditorComponent","filePath":"./single-line-editor.component"},{"__symbol":1,"name":"Input","filePath":"@angular/core"},{"__symbol":2,"name":"NG_VALUE_ACCESSOR","filePath":"@angular/forms"},{"__symbol":3,"name":"View_SingleLineEditorComponent_0","filePath":"./single-line-editor.component.ngfactory"},{"__symbol":4,"name":"RenderType_SingleLineEditorComponent","filePath":"./single-line-editor.component.ngfactory"},{"__symbol":5,"name":"SingleLineEditorComponentNgFactory","filePath":"./single-line-editor.component.ngfactory"}]}
@@ -0,0 +1,24 @@
1
+ import { Component, EventEmitter, Output } from '@angular/core';
2
+ export class ToolkitComponent {
3
+ constructor() {
4
+ this.addQuestion = new EventEmitter();
5
+ this.showCollapse = true;
6
+ }
7
+ ngOnInit() {
8
+ }
9
+ clickCollapse() {
10
+ this.showCollapse = !this.showCollapse;
11
+ }
12
+ }
13
+ ToolkitComponent.decorators = [
14
+ { type: Component, args: [{
15
+ selector: 'app-toolkit',
16
+ template: "<div class=\"toolkit-section\" [class.collapse]=\"showCollapse\">\r\n <button class=\"heading-btn vx-txt-white vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center\" (click)=\"clickCollapse()\">\r\n <ng-container *ngIf=\"!showCollapse\">\r\n <span class=\"vx-fs-11 vx-fw-500 vx-tt-uppercase\">TOOLKIT</span>\r\n <i class=\"icons arrow vx-fs-10\">&#xe96b;</i>\r\n </ng-container>\r\n <ng-container *ngIf=\"showCollapse\">\r\n <span class=\"dot vx-fs-12 vx-fw-500 vx-tt-uppercase\">. . .</span>\r\n <i class=\"icons arrow vx-fs-10\">&#xe970;</i>\r\n </ng-container>\r\n </button>\r\n <div class=\"toolkit-items vx-p-3 vx-pr-0\">\r\n <ul class=\"vx-p-0 vx-pr-3 vx-m-0\">\r\n <li class=\"vx-mb-2\" *ngIf=\"true\">\r\n <button class=\"vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center\" (click)=\"addQuestion.emit('welcome')\">\r\n <div class=\"question-icon welcome-screen vx-d-flex vx-align-center vx-justify-center vx-mr-1\"><i class=\"icons vx-fs-16 vx-txt-white\">&#xeab3;</i></div>\r\n <div class=\"name vx-fs-10 vx-paragraph-txt vx-tt-uppercase\" *ngIf=\"!showCollapse\">WELCOME SCREEN</div>\r\n </button>\r\n </li>\r\n <li class=\"vx-mb-2\" *ngIf=\"false\">\r\n <button class=\"vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center\" (click)=\"addQuestion.emit('thankyou')\">\r\n <div class=\"question-icon thank-you-screen vx-d-flex vx-align-center vx-justify-center vx-mr-1\"><i class=\"icons vx-fs-16 vx-txt-white\">&#xeab2;</i></div>\r\n <div class=\"name vx-fs-10 vx-paragraph-txt vx-tt-uppercase\" *ngIf=\"!showCollapse\">THANK YOU SCREEN</div>\r\n </button>\r\n </li>\r\n <li class=\"vx-mb-2\">\r\n <button class=\"vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center\" (click)=\"addQuestion.emit('multiple-choice')\">\r\n <div class=\"question-icon multiple-choice vx-d-flex vx-align-center vx-justify-center vx-mr-1\"><i class=\"icons vx-fs-16 vx-txt-white\">&#xeabd;</i></div>\r\n <div class=\"name vx-fs-10 vx-paragraph-txt vx-tt-uppercase\" *ngIf=\"!showCollapse\">MULTIPLE CHOICE</div>\r\n </button>\r\n </li>\r\n <li class=\"vx-mb-2\">\r\n <button class=\"vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center\" (click)=\"addQuestion.emit('checkbox')\">\r\n <div class=\"question-icon checkboxes vx-d-flex vx-align-center vx-justify-center vx-mr-1\"><i class=\"icons vx-fs-16 vx-txt-white\">&#xeabb;</i></div>\r\n <div class=\"name vx-fs-10 vx-paragraph-txt vx-tt-uppercase\" *ngIf=\"!showCollapse\">CHECKBOXES</div>\r\n </button>\r\n </li>\r\n <li class=\"vx-mb-2\" *ngIf=\"false\">\r\n <button class=\"vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center\" (click)=\"addQuestion.emit('image-choice')\">\r\n <div class=\"question-icon image-choice vx-d-flex vx-align-center vx-justify-center vx-mr-1\"><i class=\"icons vx-fs-16 vx-txt-white\">&#xea29;</i></div>\r\n <div class=\"name vx-fs-10 vx-paragraph-txt vx-tt-uppercase\" *ngIf=\"!showCollapse\">IMAGE CHOICE</div>\r\n </button>\r\n </li>\r\n <li class=\"vx-mb-2\" *ngIf=\"false\">\r\n <button class=\"vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center\" (click)=\"addQuestion.emit('star-rating')\">\r\n <div class=\"question-icon star-rating vx-d-flex vx-align-center vx-justify-center vx-mr-1\"><i class=\"icons vx-fs-16 vx-txt-white\">&#xea71;</i></div>\r\n <div class=\"name vx-fs-10 vx-paragraph-txt vx-tt-uppercase\" *ngIf=\"!showCollapse\">STAR RATINGS</div>\r\n </button>\r\n </li>\r\n <li class=\"vx-mb-2\">\r\n <button class=\"vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center\" (click)=\"addQuestion.emit('single-textbox')\">\r\n <div class=\"question-icon single-textbox vx-d-flex vx-align-center vx-justify-center vx-mr-1\"><i class=\"icons vx-fs-16 vx-txt-white\">&#xeab5;</i></div>\r\n <div class=\"name vx-fs-10 vx-paragraph-txt vx-tt-uppercase\" *ngIf=\"!showCollapse\">SINGLE TEXTBOX</div>\r\n </button>\r\n </li>\r\n <li class=\"vx-mb-2\" *ngIf=\"false\">\r\n <button class=\"vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center\" (click)=\"addQuestion.emit('comment-box')\">\r\n <div class=\"question-icon comment-box vx-d-flex vx-align-center vx-justify-center vx-mr-1\"><i class=\"icons vx-fs-16 vx-txt-white\">&#xe9a6;</i></div>\r\n <div class=\"name vx-fs-10 vx-paragraph-txt vx-tt-uppercase\" *ngIf=\"!showCollapse\">COMMENT BOX</div>\r\n </button>\r\n </li>\r\n <li class=\"vx-mb-2\" *ngIf=\"false\">\r\n <button class=\"vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center\" (click)=\"addQuestion.emit('matrix-dropdown')\">\r\n <div class=\"question-icon matrix-dropdown vx-d-flex vx-align-center vx-justify-center vx-mr-1\"><i class=\"icons vx-fs-16 vx-txt-white\">&#xeab7;</i></div>\r\n <div class=\"name vx-fs-10 vx-paragraph-txt vx-tt-uppercase\" *ngIf=\"!showCollapse\">MATRIX OF DROPDOWNS</div>\r\n </button>\r\n </li>\r\n <li class=\"vx-mb-2\">\r\n <button class=\"vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center\" (click)=\"addQuestion.emit('dropdown')\">\r\n <div class=\"question-icon dropdown-icon vx-d-flex vx-align-center vx-justify-center vx-mr-1\"><i class=\"icons vx-fs-16 vx-txt-white\">&#xeab9;</i></div>\r\n <div class=\"name vx-fs-10 vx-paragraph-txt vx-tt-uppercase\" *ngIf=\"!showCollapse\">DROPDOWN</div>\r\n </button>\r\n </li>\r\n <li class=\"vx-mb-2\" *ngIf=\"false\">\r\n <button class=\"vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center\" (click)=\"addQuestion.emit('rating-scale')\">\r\n <div class=\"question-icon matrix-rating vx-d-flex vx-align-center vx-justify-center vx-mr-1\"><i class=\"icons vx-fs-16 vx-txt-white\">&#xeab8;</i></div>\r\n <div class=\"name vx-fs-10 vx-paragraph-txt vx-tt-uppercase\" *ngIf=\"!showCollapse\">MATRIX & RATING SCALE</div>\r\n </button>\r\n </li>\r\n <li class=\"vx-mb-2\" *ngIf=\"false\">\r\n <button class=\"vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center\" (click)=\"addQuestion.emit('ranking')\">\r\n <div class=\"question-icon ranking vx-d-flex vx-align-center vx-justify-center vx-mr-1\"><i class=\"icons vx-fs-16 vx-txt-white\">&#xeb03;</i></div>\r\n <div class=\"name vx-fs-10 vx-paragraph-txt vx-tt-uppercase\" *ngIf=\"!showCollapse\">RANKING</div>\r\n </button>\r\n </li>\r\n <li class=\"vx-mb-2\" *ngIf=\"false\">\r\n <button class=\"vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center\" (click)=\"addQuestion.emit('slider')\">\r\n <div class=\"question-icon slider vx-d-flex vx-align-center vx-justify-center vx-mr-1\"><i class=\"icons vx-fs-16 vx-txt-white\">&#xeab6;</i></div>\r\n <div class=\"name vx-fs-10 vx-paragraph-txt vx-tt-uppercase\" *ngIf=\"!showCollapse\">SLIDER</div>\r\n </button>\r\n </li>\r\n <li class=\"vx-mb-2\" *ngIf=\"false\">\r\n <button class=\"vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center\" (click)=\"addQuestion.emit('multiple-textbox')\">\r\n <div class=\"question-icon multiple-textbox vx-d-flex vx-align-center vx-justify-center vx-mr-1\"><i class=\"icons vx-fs-16 vx-txt-white\">&#xeab4;</i></div>\r\n <div class=\"name vx-fs-10 vx-paragraph-txt vx-tt-uppercase\" *ngIf=\"!showCollapse\">MULTIPLE TEXTBOXES</div>\r\n </button>\r\n </li>\r\n <li class=\"vx-mb-2\" >\r\n <button class=\"vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center\" (click)=\"addQuestion.emit('date-time')\">\r\n <div class=\"question-icon date-time vx-d-flex vx-align-center vx-justify-center vx-mr-1\"><i class=\"icons vx-fs-16 vx-txt-white\">&#xeaba;</i></div>\r\n <div class=\"name vx-fs-10 vx-paragraph-txt vx-tt-uppercase\" *ngIf=\"!showCollapse\">DATE & TIME</div>\r\n </button>\r\n </li>\r\n <li class=\"vx-mb-2\">\r\n <button class=\"vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center\" (click)=\"addQuestion.emit('file-upload')\">\r\n <div class=\"question-icon file-upload vx-d-flex vx-align-center vx-justify-center vx-mr-1\"><i class=\"icons vx-fs-16 vx-txt-white\">&#xea97;</i></div>\r\n <div class=\"name vx-fs-10 vx-paragraph-txt vx-tt-uppercase\" *ngIf=\"!showCollapse\">FILE UPLOAD</div>\r\n </button>\r\n </li>\r\n </ul>\r\n </div>\r\n</div>",
17
+ 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\");.toolkit-section{width:11.35rem;height:100%;position:sticky;top:0;transition:all .3s ease-in-out}.toolkit-section button.heading-btn{background:#1e5dd3;border-radius:0;border:none;height:1.5rem;position:relative;width:100%}.toolkit-section button.heading-btn .dot{position:relative;top:-.1875rem}.toolkit-section button.heading-btn i.arrow{position:absolute;top:.4375rem;right:.25rem}.toolkit-section .toolkit-items{background:#fff;border-right:1px solid #f1f1f1;height:calc(100% - 1.5rem)}.toolkit-section .toolkit-items ul{list-style-type:none;height:100%;overflow:hidden;overflow-y:auto}.toolkit-section .toolkit-items ul::-webkit-scrollbar{width:1px}.toolkit-section .toolkit-items ul::-webkit-scrollbar-thumb{border-radius:1px;background-color:#747576}.toolkit-section .toolkit-items ul::-webkit-scrollbar-track{background-color:transparent}.toolkit-section .toolkit-items ul li:last-of-type{margin-bottom:0!important}.toolkit-section .toolkit-items ul li button{background:#f8f8f8;border-radius:.125rem;border:none}.toolkit-section .toolkit-items ul li button:hover{background:#f1f1f1}.toolkit-section .toolkit-items ul li button .question-icon{background:#ee5daf;border-radius:.25rem;width:1.5rem;min-width:1.5rem;height:1.5rem}.toolkit-section .toolkit-items ul li button .question-icon.welcome-screen{background:#ee5daf}.toolkit-section .toolkit-items ul li button .question-icon.thank-you-screen{background:#ee3939}.toolkit-section .toolkit-items ul li button .question-icon.multiple-choice{background:#d1c131}.toolkit-section .toolkit-items ul li button .question-icon.checkboxes{background:#6f81fc}.toolkit-section .toolkit-items ul li button .question-icon.image-choice{background:#4681ef}.toolkit-section .toolkit-items ul li button .question-icon.star-rating{background:#e8c247}.toolkit-section .toolkit-items ul li button .question-icon.single-textbox{background:#2fd2cd}.toolkit-section .toolkit-items ul li button .question-icon.comment-box{background:#acbb7e}.toolkit-section .toolkit-items ul li button .question-icon.matrix-dropdown{background:#66bf72}.toolkit-section .toolkit-items ul li button .question-icon.dropdown-icon{background:#9d9fe1}.toolkit-section .toolkit-items ul li button .question-icon.matrix-rating{background:#67d2cd}.toolkit-section .toolkit-items ul li button .question-icon.ranking{background:#ee9f24}.toolkit-section .toolkit-items ul li button .question-icon.slider{background:#d1c131}.toolkit-section .toolkit-items ul li button .question-icon.multiple-textbox{background:#66bf72}.toolkit-section .toolkit-items ul li button .question-icon.date-time{background:#acbb7e}.toolkit-section .toolkit-items ul li button .question-icon.file-upload{background:#4681ef}.toolkit-section .toolkit-items ul li button .name{width:calc(100% - 1.75rem);white-space:nowrap}.toolkit-section.collapse{width:3.5rem}.toolkit-section.collapse .toolkit-items{margin-right:.25rem}.toolkit-section.collapse .toolkit-items ul{padding-right:.5rem!important}.toolkit-section.collapse .toolkit-items ul li button{min-width:2rem}.toolkit-section.collapse .toolkit-items ul li button .question-icon{margin-right:0!important}"]
18
+ },] }
19
+ ];
20
+ ToolkitComponent.ctorParameters = () => [];
21
+ ToolkitComponent.propDecorators = {
22
+ addQuestion: [{ type: Output }]
23
+ };
24
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbGtpdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvdG9vbGtpdC90b29sa2l0LmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBVSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFPeEUsTUFBTSxPQUFPLGdCQUFnQjtJQUUzQjtRQURVLGdCQUFXLEdBQUcsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUUzQyxpQkFBWSxHQUFHLElBQUksQ0FBQztJQURKLENBQUM7SUFFakIsUUFBUTtJQUNSLENBQUM7SUFDRCxhQUFhO1FBQ1gsSUFBSSxDQUFDLFlBQVksR0FBRyxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUM7SUFDekMsQ0FBQzs7O1lBYkYsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSxhQUFhO2dCQUN2QixzMlNBQXVDOzthQUV4Qzs7OzswQkFFRSxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIE9uSW5pdCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC10b29sa2l0JyxcclxuICB0ZW1wbGF0ZVVybDogJy4vdG9vbGtpdC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vdG9vbGtpdC5jb21wb25lbnQubGVzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBUb29sa2l0Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuICBAT3V0cHV0KCkgYWRkUXVlc3Rpb24gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcbiAgY29uc3RydWN0b3IoKSB7IH1cclxuICBzaG93Q29sbGFwc2UgPSB0cnVlO1xyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gIH1cclxuICBjbGlja0NvbGxhcHNlKCl7XHJcbiAgICB0aGlzLnNob3dDb2xsYXBzZSA9ICF0aGlzLnNob3dDb2xsYXBzZTtcclxuICB9XHJcblxyXG59XHJcbiJdfQ==
@@ -0,0 +1,97 @@
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 "./toolkit.component.less.shim.ngstyle";
8
+ import * as i1 from "@angular/core";
9
+ import * as i2 from "@angular/common";
10
+ import * as i3 from "./toolkit.component";
11
+ var styles_ToolkitComponent = [i0.styles];
12
+ var RenderType_ToolkitComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_ToolkitComponent, data: {} });
13
+ export { RenderType_ToolkitComponent as RenderType_ToolkitComponent };
14
+ function View_ToolkitComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 4, null, null, null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "span", [["class", "vx-fs-11 vx-fw-500 vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["TOOLKIT"])), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons arrow vx-fs-10"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE96B"]))], null, null); }
15
+ function View_ToolkitComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 4, null, null, null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "span", [["class", "dot vx-fs-12 vx-fw-500 vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, [". . ."])), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons arrow vx-fs-10"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE970"]))], null, null); }
16
+ function View_ToolkitComponent_4(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "name vx-fs-10 vx-paragraph-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["WELCOME SCREEN"]))], null, null); }
17
+ function View_ToolkitComponent_3(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "li", [["class", "vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "button", [["class", "vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
18
+ var pd_0 = (_co.addQuestion.emit("welcome") !== false);
19
+ ad = (pd_0 && ad);
20
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "question-icon welcome-screen vx-d-flex vx-align-center vx-justify-center vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEAB3"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_4)), i1.ɵdid(6, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = !_co.showCollapse; _ck(_v, 6, 0, currVal_0); }, null); }
21
+ function View_ToolkitComponent_6(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "name vx-fs-10 vx-paragraph-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["THANK YOU SCREEN"]))], null, null); }
22
+ function View_ToolkitComponent_5(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "li", [["class", "vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "button", [["class", "vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
23
+ var pd_0 = (_co.addQuestion.emit("thankyou") !== false);
24
+ ad = (pd_0 && ad);
25
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "question-icon thank-you-screen vx-d-flex vx-align-center vx-justify-center vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEAB2"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_6)), i1.ɵdid(6, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = !_co.showCollapse; _ck(_v, 6, 0, currVal_0); }, null); }
26
+ function View_ToolkitComponent_7(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "name vx-fs-10 vx-paragraph-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["MULTIPLE CHOICE"]))], null, null); }
27
+ function View_ToolkitComponent_8(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "name vx-fs-10 vx-paragraph-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["CHECKBOXES"]))], null, null); }
28
+ function View_ToolkitComponent_10(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "name vx-fs-10 vx-paragraph-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["IMAGE CHOICE"]))], null, null); }
29
+ function View_ToolkitComponent_9(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "li", [["class", "vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "button", [["class", "vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
30
+ var pd_0 = (_co.addQuestion.emit("image-choice") !== false);
31
+ ad = (pd_0 && ad);
32
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "question-icon image-choice vx-d-flex vx-align-center vx-justify-center vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEA29"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_10)), i1.ɵdid(6, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = !_co.showCollapse; _ck(_v, 6, 0, currVal_0); }, null); }
33
+ function View_ToolkitComponent_12(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "name vx-fs-10 vx-paragraph-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["STAR RATINGS"]))], null, null); }
34
+ function View_ToolkitComponent_11(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "li", [["class", "vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "button", [["class", "vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
35
+ var pd_0 = (_co.addQuestion.emit("star-rating") !== false);
36
+ ad = (pd_0 && ad);
37
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "question-icon star-rating vx-d-flex vx-align-center vx-justify-center vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEA71"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_12)), i1.ɵdid(6, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = !_co.showCollapse; _ck(_v, 6, 0, currVal_0); }, null); }
38
+ function View_ToolkitComponent_13(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "name vx-fs-10 vx-paragraph-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["SINGLE TEXTBOX"]))], null, null); }
39
+ function View_ToolkitComponent_15(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "name vx-fs-10 vx-paragraph-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["COMMENT BOX"]))], null, null); }
40
+ function View_ToolkitComponent_14(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "li", [["class", "vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "button", [["class", "vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
41
+ var pd_0 = (_co.addQuestion.emit("comment-box") !== false);
42
+ ad = (pd_0 && ad);
43
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "question-icon comment-box vx-d-flex vx-align-center vx-justify-center vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9A6"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_15)), i1.ɵdid(6, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = !_co.showCollapse; _ck(_v, 6, 0, currVal_0); }, null); }
44
+ function View_ToolkitComponent_17(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "name vx-fs-10 vx-paragraph-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["MATRIX OF DROPDOWNS"]))], null, null); }
45
+ function View_ToolkitComponent_16(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "li", [["class", "vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "button", [["class", "vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
46
+ var pd_0 = (_co.addQuestion.emit("matrix-dropdown") !== false);
47
+ ad = (pd_0 && ad);
48
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "question-icon matrix-dropdown vx-d-flex vx-align-center vx-justify-center vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEAB7"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_17)), i1.ɵdid(6, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = !_co.showCollapse; _ck(_v, 6, 0, currVal_0); }, null); }
49
+ function View_ToolkitComponent_18(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "name vx-fs-10 vx-paragraph-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["DROPDOWN"]))], null, null); }
50
+ function View_ToolkitComponent_20(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "name vx-fs-10 vx-paragraph-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["MATRIX & RATING SCALE"]))], null, null); }
51
+ function View_ToolkitComponent_19(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "li", [["class", "vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "button", [["class", "vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
52
+ var pd_0 = (_co.addQuestion.emit("rating-scale") !== false);
53
+ ad = (pd_0 && ad);
54
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "question-icon matrix-rating vx-d-flex vx-align-center vx-justify-center vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEAB8"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_20)), i1.ɵdid(6, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = !_co.showCollapse; _ck(_v, 6, 0, currVal_0); }, null); }
55
+ function View_ToolkitComponent_22(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "name vx-fs-10 vx-paragraph-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["RANKING"]))], null, null); }
56
+ function View_ToolkitComponent_21(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "li", [["class", "vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "button", [["class", "vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
57
+ var pd_0 = (_co.addQuestion.emit("ranking") !== false);
58
+ ad = (pd_0 && ad);
59
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "question-icon ranking vx-d-flex vx-align-center vx-justify-center vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEB03"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_22)), i1.ɵdid(6, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = !_co.showCollapse; _ck(_v, 6, 0, currVal_0); }, null); }
60
+ function View_ToolkitComponent_24(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "name vx-fs-10 vx-paragraph-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["SLIDER"]))], null, null); }
61
+ function View_ToolkitComponent_23(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "li", [["class", "vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "button", [["class", "vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
62
+ var pd_0 = (_co.addQuestion.emit("slider") !== false);
63
+ ad = (pd_0 && ad);
64
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "question-icon slider vx-d-flex vx-align-center vx-justify-center vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEAB6"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_24)), i1.ɵdid(6, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = !_co.showCollapse; _ck(_v, 6, 0, currVal_0); }, null); }
65
+ function View_ToolkitComponent_26(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "name vx-fs-10 vx-paragraph-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["MULTIPLE TEXTBOXES"]))], null, null); }
66
+ function View_ToolkitComponent_25(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "li", [["class", "vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "button", [["class", "vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
67
+ var pd_0 = (_co.addQuestion.emit("multiple-textbox") !== false);
68
+ ad = (pd_0 && ad);
69
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "question-icon multiple-textbox vx-d-flex vx-align-center vx-justify-center vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEAB4"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_26)), i1.ɵdid(6, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = !_co.showCollapse; _ck(_v, 6, 0, currVal_0); }, null); }
70
+ function View_ToolkitComponent_27(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "name vx-fs-10 vx-paragraph-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["DATE & TIME"]))], null, null); }
71
+ function View_ToolkitComponent_28(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "name vx-fs-10 vx-paragraph-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["FILE UPLOAD"]))], null, null); }
72
+ export function View_ToolkitComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 69, "div", [["class", "toolkit-section"]], [[2, "collapse", null]], null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 4, "button", [["class", "heading-btn vx-txt-white 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)) {
73
+ var pd_0 = (_co.clickCollapse() !== false);
74
+ ad = (pd_0 && ad);
75
+ } return ad; }, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_1)), i1.ɵdid(3, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_2)), i1.ɵdid(5, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(6, 0, null, null, 63, "div", [["class", "toolkit-items vx-p-3 vx-pr-0"]], null, null, null, null, null)), (_l()(), i1.ɵeld(7, 0, null, null, 62, "ul", [["class", "vx-p-0 vx-pr-3 vx-m-0"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_3)), i1.ɵdid(9, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_5)), i1.ɵdid(11, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(12, 0, null, null, 6, "li", [["class", "vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(13, 0, null, null, 5, "button", [["class", "vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
76
+ var pd_0 = (_co.addQuestion.emit("multiple-choice") !== false);
77
+ ad = (pd_0 && ad);
78
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(14, 0, null, null, 2, "div", [["class", "question-icon multiple-choice vx-d-flex vx-align-center vx-justify-center vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(15, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEABD"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_7)), i1.ɵdid(18, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(19, 0, null, null, 6, "li", [["class", "vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(20, 0, null, null, 5, "button", [["class", "vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
79
+ var pd_0 = (_co.addQuestion.emit("checkbox") !== false);
80
+ ad = (pd_0 && ad);
81
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(21, 0, null, null, 2, "div", [["class", "question-icon checkboxes vx-d-flex vx-align-center vx-justify-center vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(22, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEABB"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_8)), i1.ɵdid(25, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_9)), i1.ɵdid(27, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_11)), i1.ɵdid(29, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(30, 0, null, null, 6, "li", [["class", "vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(31, 0, null, null, 5, "button", [["class", "vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
82
+ var pd_0 = (_co.addQuestion.emit("single-textbox") !== false);
83
+ ad = (pd_0 && ad);
84
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(32, 0, null, null, 2, "div", [["class", "question-icon single-textbox vx-d-flex vx-align-center vx-justify-center vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(33, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEAB5"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_13)), i1.ɵdid(36, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_14)), i1.ɵdid(38, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_16)), i1.ɵdid(40, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(41, 0, null, null, 6, "li", [["class", "vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(42, 0, null, null, 5, "button", [["class", "vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
85
+ var pd_0 = (_co.addQuestion.emit("dropdown") !== false);
86
+ ad = (pd_0 && ad);
87
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(43, 0, null, null, 2, "div", [["class", "question-icon dropdown-icon vx-d-flex vx-align-center vx-justify-center vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(44, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEAB9"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_18)), i1.ɵdid(47, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_19)), i1.ɵdid(49, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_21)), i1.ɵdid(51, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_23)), i1.ɵdid(53, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_25)), i1.ɵdid(55, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(56, 0, null, null, 6, "li", [["class", "vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(57, 0, null, null, 5, "button", [["class", "vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
88
+ var pd_0 = (_co.addQuestion.emit("date-time") !== false);
89
+ ad = (pd_0 && ad);
90
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(58, 0, null, null, 2, "div", [["class", "question-icon date-time vx-d-flex vx-align-center vx-justify-center vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(59, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEABA"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_27)), i1.ɵdid(62, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(63, 0, null, null, 6, "li", [["class", "vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(64, 0, null, null, 5, "button", [["class", "vx-m-0 vx-p-1 vx-text-left vx-w-100 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
91
+ var pd_0 = (_co.addQuestion.emit("file-upload") !== false);
92
+ ad = (pd_0 && ad);
93
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(65, 0, null, null, 2, "div", [["class", "question-icon file-upload vx-d-flex vx-align-center vx-justify-center vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(66, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEA97"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ToolkitComponent_28)), i1.ɵdid(69, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_1 = !_co.showCollapse; _ck(_v, 3, 0, currVal_1); var currVal_2 = _co.showCollapse; _ck(_v, 5, 0, currVal_2); var currVal_3 = true; _ck(_v, 9, 0, currVal_3); var currVal_4 = false; _ck(_v, 11, 0, currVal_4); var currVal_5 = !_co.showCollapse; _ck(_v, 18, 0, currVal_5); var currVal_6 = !_co.showCollapse; _ck(_v, 25, 0, currVal_6); var currVal_7 = false; _ck(_v, 27, 0, currVal_7); var currVal_8 = false; _ck(_v, 29, 0, currVal_8); var currVal_9 = !_co.showCollapse; _ck(_v, 36, 0, currVal_9); var currVal_10 = false; _ck(_v, 38, 0, currVal_10); var currVal_11 = false; _ck(_v, 40, 0, currVal_11); var currVal_12 = !_co.showCollapse; _ck(_v, 47, 0, currVal_12); var currVal_13 = false; _ck(_v, 49, 0, currVal_13); var currVal_14 = false; _ck(_v, 51, 0, currVal_14); var currVal_15 = false; _ck(_v, 53, 0, currVal_15); var currVal_16 = false; _ck(_v, 55, 0, currVal_16); var currVal_17 = !_co.showCollapse; _ck(_v, 62, 0, currVal_17); var currVal_18 = !_co.showCollapse; _ck(_v, 69, 0, currVal_18); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.showCollapse; _ck(_v, 0, 0, currVal_0); }); }
94
+ export function View_ToolkitComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-toolkit", [], null, null, null, View_ToolkitComponent_0, RenderType_ToolkitComponent)), i1.ɵdid(1, 114688, null, 0, i3.ToolkitComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
95
+ var ToolkitComponentNgFactory = i1.ɵccf("app-toolkit", i3.ToolkitComponent, View_ToolkitComponent_Host_0, {}, { addQuestion: "addQuestion" }, []);
96
+ export { ToolkitComponentNgFactory as ToolkitComponentNgFactory };
97
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbGtpdC5jb21wb25lbnQubmdmYWN0b3J5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL3Rvb2xraXQvdG9vbGtpdC5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL3Rvb2xraXQvdG9vbGtpdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7OzJEQ0VRLDZFQUdlLEtBRlgsNEhBQStELEtBQWQsb0NBQU8sTUFDeEQsMkdBQTRDLEtBQVosbUNBQVE7MkRBRTVDLDZFQUdlLEtBRlgsZ0lBQWlFLEtBQVosa0NBQUssTUFDMUQsMkdBQTRDLEtBQVosbUNBQVE7MkRBUWhDLHVJQUFzRyxLQUFwQiwyQ0FBYzsyREFIeEcsK0ZBS0ssS0FKRCw2TUFHUyxZQUhxRTs7d0JBQXFDO01BQW5ILHdCQUdTLEtBRkwseUtBQXVKLEtBQXpELGtIQUFtRCxLQUFaLG1DQUFRLE1BQzdJLGdMQUFzRyxpREFBMUMsb0JBQXFCLGVBQWpGLFlBQXNHLEVBQTFDLFNBQXFCOzJEQU1qRix1SUFBd0csS0FBdEIsNkNBQWdCOzJEQUgxRywrRkFLSyxLQUpELDZNQUdTLFlBSHFFOzt3QkFBc0M7TUFBcEgsd0JBR1MsS0FGTCwyS0FBeUosS0FBekQsa0hBQW1ELEtBQVosbUNBQVEsTUFDL0ksZ0xBQXdHLGlEQUE1QyxvQkFBcUIsZUFBakYsWUFBd0csRUFBNUMsU0FBcUI7MkRBTWpGLHVJQUF1RyxLQUFyQiw0Q0FBZTsyREFNakcsdUlBQWtHLEtBQWhCLHVDQUFV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QWpDLGFBS0ssRUFMZSxVQUFhLEdBTVosc0JBQWEsRUFBbEMsYUFLSyxFQUxnQixVQUFhLEdBU2tDLHFCQUFxQixlQUFqRixhQUFtRyxFQUF2QyxVQUFxQixHQU1yQixxQkFBcUIsZUFBakYsYUFBbUcsRUFBdkMsVUFBcUIsbURBMUd4RSxtQkFBK0IsZUFBNUQsWUErR00sRUEvR3VCLFNBQStCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiPGRpdiBjbGFzcz1cInRvb2xraXQtc2VjdGlvblwiIFtjbGFzcy5jb2xsYXBzZV09XCJzaG93Q29sbGFwc2VcIj5cclxuICAgIDxidXR0b24gY2xhc3M9XCJoZWFkaW5nLWJ0biB2eC10eHQtd2hpdGUgdngtcC0wIHZ4LW0tMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCIgKGNsaWNrKT1cImNsaWNrQ29sbGFwc2UoKVwiPlxyXG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCIhc2hvd0NvbGxhcHNlXCI+XHJcbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidngtZnMtMTEgdngtZnctNTAwIHZ4LXR0LXVwcGVyY2FzZVwiPlRPT0xLSVQ8L3NwYW4+XHJcbiAgICAgICAgICAgIDxpIGNsYXNzPVwiaWNvbnMgYXJyb3cgdngtZnMtMTBcIj4mI3hlOTZiOzwvaT5cclxuICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwic2hvd0NvbGxhcHNlXCI+XHJcbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiZG90IHZ4LWZzLTEyIHZ4LWZ3LTUwMCB2eC10dC11cHBlcmNhc2VcIj4uIC4gLjwvc3Bhbj5cclxuICAgICAgICAgICAgPGkgY2xhc3M9XCJpY29ucyBhcnJvdyB2eC1mcy0xMFwiPiYjeGU5NzA7PC9pPlxyXG4gICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgPC9idXR0b24+XHJcbiAgICA8ZGl2IGNsYXNzPVwidG9vbGtpdC1pdGVtcyB2eC1wLTMgdngtcHItMFwiPlxyXG4gICAgICAgIDx1bCBjbGFzcz1cInZ4LXAtMCB2eC1wci0zIHZ4LW0tMFwiPlxyXG4gICAgICAgICAgICA8bGkgY2xhc3M9XCJ2eC1tYi0yXCIgKm5nSWY9XCJ0cnVlXCI+XHJcbiAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwidngtbS0wIHZ4LXAtMSB2eC10ZXh0LWxlZnQgdngtdy0xMDAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiIChjbGljayk9XCJhZGRRdWVzdGlvbi5lbWl0KCd3ZWxjb21lJylcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicXVlc3Rpb24taWNvbiB3ZWxjb21lLXNjcmVlbiB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyIHZ4LW1yLTFcIj48aSBjbGFzcz1cImljb25zIHZ4LWZzLTE2IHZ4LXR4dC13aGl0ZVwiPiYjeGVhYjM7PC9pPjwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJuYW1lIHZ4LWZzLTEwIHZ4LXBhcmFncmFwaC10eHQgdngtdHQtdXBwZXJjYXNlXCIgKm5nSWY9XCIhc2hvd0NvbGxhcHNlXCI+V0VMQ09NRSBTQ1JFRU48L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICA8bGkgY2xhc3M9XCJ2eC1tYi0yXCIgKm5nSWY9XCJmYWxzZVwiPlxyXG4gICAgICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cInZ4LW0tMCB2eC1wLTEgdngtdGV4dC1sZWZ0IHZ4LXctMTAwIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIiAoY2xpY2spPVwiYWRkUXVlc3Rpb24uZW1pdCgndGhhbmt5b3UnKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJxdWVzdGlvbi1pY29uIHRoYW5rLXlvdS1zY3JlZW4gdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC1tci0xXCI+PGkgY2xhc3M9XCJpY29ucyB2eC1mcy0xNiB2eC10eHQtd2hpdGVcIj4mI3hlYWIyOzwvaT48L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibmFtZSB2eC1mcy0xMCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXR0LXVwcGVyY2FzZVwiICpuZ0lmPVwiIXNob3dDb2xsYXBzZVwiPlRIQU5LIFlPVSBTQ1JFRU48L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICA8bGkgY2xhc3M9XCJ2eC1tYi0yXCI+XHJcbiAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwidngtbS0wIHZ4LXAtMSB2eC10ZXh0LWxlZnQgdngtdy0xMDAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiIChjbGljayk9XCJhZGRRdWVzdGlvbi5lbWl0KCdtdWx0aXBsZS1jaG9pY2UnKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJxdWVzdGlvbi1pY29uIG11bHRpcGxlLWNob2ljZSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyIHZ4LW1yLTFcIj48aSBjbGFzcz1cImljb25zIHZ4LWZzLTE2IHZ4LXR4dC13aGl0ZVwiPiYjeGVhYmQ7PC9pPjwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJuYW1lIHZ4LWZzLTEwIHZ4LXBhcmFncmFwaC10eHQgdngtdHQtdXBwZXJjYXNlXCIgKm5nSWY9XCIhc2hvd0NvbGxhcHNlXCI+TVVMVElQTEUgQ0hPSUNFPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgICAgPC9saT5cclxuICAgICAgICAgICAgPGxpIGNsYXNzPVwidngtbWItMlwiPlxyXG4gICAgICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cInZ4LW0tMCB2eC1wLTEgdngtdGV4dC1sZWZ0IHZ4LXctMTAwIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIiAoY2xpY2spPVwiYWRkUXVlc3Rpb24uZW1pdCgnY2hlY2tib3gnKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJxdWVzdGlvbi1pY29uIGNoZWNrYm94ZXMgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC1tci0xXCI+PGkgY2xhc3M9XCJpY29ucyB2eC1mcy0xNiB2eC10eHQtd2hpdGVcIj4mI3hlYWJiOzwvaT48L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibmFtZSB2eC1mcy0xMCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXR0LXVwcGVyY2FzZVwiICpuZ0lmPVwiIXNob3dDb2xsYXBzZVwiPkNIRUNLQk9YRVM8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICA8bGkgY2xhc3M9XCJ2eC1tYi0yXCIgKm5nSWY9XCJmYWxzZVwiPlxyXG4gICAgICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cInZ4LW0tMCB2eC1wLTEgdngtdGV4dC1sZWZ0IHZ4LXctMTAwIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIiAoY2xpY2spPVwiYWRkUXVlc3Rpb24uZW1pdCgnaW1hZ2UtY2hvaWNlJylcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicXVlc3Rpb24taWNvbiBpbWFnZS1jaG9pY2UgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC1tci0xXCI+PGkgY2xhc3M9XCJpY29ucyB2eC1mcy0xNiB2eC10eHQtd2hpdGVcIj4mI3hlYTI5OzwvaT48L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibmFtZSB2eC1mcy0xMCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXR0LXVwcGVyY2FzZVwiICpuZ0lmPVwiIXNob3dDb2xsYXBzZVwiPklNQUdFIENIT0lDRTwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgIDxsaSBjbGFzcz1cInZ4LW1iLTJcIiAqbmdJZj1cImZhbHNlXCI+XHJcbiAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwidngtbS0wIHZ4LXAtMSB2eC10ZXh0LWxlZnQgdngtdy0xMDAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiIChjbGljayk9XCJhZGRRdWVzdGlvbi5lbWl0KCdzdGFyLXJhdGluZycpXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWljb24gc3Rhci1yYXRpbmcgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC1tci0xXCI+PGkgY2xhc3M9XCJpY29ucyB2eC1mcy0xNiB2eC10eHQtd2hpdGVcIj4mI3hlYTcxOzwvaT48L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibmFtZSB2eC1mcy0xMCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXR0LXVwcGVyY2FzZVwiICpuZ0lmPVwiIXNob3dDb2xsYXBzZVwiPlNUQVIgUkFUSU5HUzwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgIDxsaSBjbGFzcz1cInZ4LW1iLTJcIj5cclxuICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJ2eC1tLTAgdngtcC0xIHZ4LXRleHQtbGVmdCB2eC13LTEwMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyXCIgKGNsaWNrKT1cImFkZFF1ZXN0aW9uLmVtaXQoJ3NpbmdsZS10ZXh0Ym94JylcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicXVlc3Rpb24taWNvbiBzaW5nbGUtdGV4dGJveCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyIHZ4LW1yLTFcIj48aSBjbGFzcz1cImljb25zIHZ4LWZzLTE2IHZ4LXR4dC13aGl0ZVwiPiYjeGVhYjU7PC9pPjwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJuYW1lIHZ4LWZzLTEwIHZ4LXBhcmFncmFwaC10eHQgdngtdHQtdXBwZXJjYXNlXCIgKm5nSWY9XCIhc2hvd0NvbGxhcHNlXCI+U0lOR0xFIFRFWFRCT1g8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICA8bGkgY2xhc3M9XCJ2eC1tYi0yXCIgKm5nSWY9XCJmYWxzZVwiPlxyXG4gICAgICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cInZ4LW0tMCB2eC1wLTEgdngtdGV4dC1sZWZ0IHZ4LXctMTAwIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIiAoY2xpY2spPVwiYWRkUXVlc3Rpb24uZW1pdCgnY29tbWVudC1ib3gnKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJxdWVzdGlvbi1pY29uIGNvbW1lbnQtYm94IHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXIgdngtbXItMVwiPjxpIGNsYXNzPVwiaWNvbnMgdngtZnMtMTYgdngtdHh0LXdoaXRlXCI+JiN4ZTlhNjs8L2k+PC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm5hbWUgdngtZnMtMTAgdngtcGFyYWdyYXBoLXR4dCB2eC10dC11cHBlcmNhc2VcIiAqbmdJZj1cIiFzaG93Q29sbGFwc2VcIj5DT01NRU5UIEJPWDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgIDxsaSBjbGFzcz1cInZ4LW1iLTJcIiAqbmdJZj1cImZhbHNlXCI+XHJcbiAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwidngtbS0wIHZ4LXAtMSB2eC10ZXh0LWxlZnQgdngtdy0xMDAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiIChjbGljayk9XCJhZGRRdWVzdGlvbi5lbWl0KCdtYXRyaXgtZHJvcGRvd24nKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJxdWVzdGlvbi1pY29uIG1hdHJpeC1kcm9wZG93biB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyIHZ4LW1yLTFcIj48aSBjbGFzcz1cImljb25zIHZ4LWZzLTE2IHZ4LXR4dC13aGl0ZVwiPiYjeGVhYjc7PC9pPjwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJuYW1lIHZ4LWZzLTEwIHZ4LXBhcmFncmFwaC10eHQgdngtdHQtdXBwZXJjYXNlXCIgKm5nSWY9XCIhc2hvd0NvbGxhcHNlXCI+TUFUUklYIE9GIERST1BET1dOUzwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgIDxsaSBjbGFzcz1cInZ4LW1iLTJcIj5cclxuICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJ2eC1tLTAgdngtcC0xIHZ4LXRleHQtbGVmdCB2eC13LTEwMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyXCIgKGNsaWNrKT1cImFkZFF1ZXN0aW9uLmVtaXQoJ2Ryb3Bkb3duJylcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicXVlc3Rpb24taWNvbiBkcm9wZG93bi1pY29uIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXIgdngtbXItMVwiPjxpIGNsYXNzPVwiaWNvbnMgdngtZnMtMTYgdngtdHh0LXdoaXRlXCI+JiN4ZWFiOTs8L2k+PC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm5hbWUgdngtZnMtMTAgdngtcGFyYWdyYXBoLXR4dCB2eC10dC11cHBlcmNhc2VcIiAqbmdJZj1cIiFzaG93Q29sbGFwc2VcIj5EUk9QRE9XTjwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgIDxsaSBjbGFzcz1cInZ4LW1iLTJcIiAqbmdJZj1cImZhbHNlXCI+XHJcbiAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwidngtbS0wIHZ4LXAtMSB2eC10ZXh0LWxlZnQgdngtdy0xMDAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiIChjbGljayk9XCJhZGRRdWVzdGlvbi5lbWl0KCdyYXRpbmctc2NhbGUnKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJxdWVzdGlvbi1pY29uIG1hdHJpeC1yYXRpbmcgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC1tci0xXCI+PGkgY2xhc3M9XCJpY29ucyB2eC1mcy0xNiB2eC10eHQtd2hpdGVcIj4mI3hlYWI4OzwvaT48L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibmFtZSB2eC1mcy0xMCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXR0LXVwcGVyY2FzZVwiICpuZ0lmPVwiIXNob3dDb2xsYXBzZVwiPk1BVFJJWCAmIFJBVElORyBTQ0FMRTwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgIDxsaSBjbGFzcz1cInZ4LW1iLTJcIiAqbmdJZj1cImZhbHNlXCI+XHJcbiAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwidngtbS0wIHZ4LXAtMSB2eC10ZXh0LWxlZnQgdngtdy0xMDAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiIChjbGljayk9XCJhZGRRdWVzdGlvbi5lbWl0KCdyYW5raW5nJylcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicXVlc3Rpb24taWNvbiByYW5raW5nIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXIgdngtbXItMVwiPjxpIGNsYXNzPVwiaWNvbnMgdngtZnMtMTYgdngtdHh0LXdoaXRlXCI+JiN4ZWIwMzs8L2k+PC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm5hbWUgdngtZnMtMTAgdngtcGFyYWdyYXBoLXR4dCB2eC10dC11cHBlcmNhc2VcIiAqbmdJZj1cIiFzaG93Q29sbGFwc2VcIj5SQU5LSU5HPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgICAgPC9saT5cclxuICAgICAgICAgICAgPGxpIGNsYXNzPVwidngtbWItMlwiICpuZ0lmPVwiZmFsc2VcIj5cclxuICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJ2eC1tLTAgdngtcC0xIHZ4LXRleHQtbGVmdCB2eC13LTEwMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyXCIgKGNsaWNrKT1cImFkZFF1ZXN0aW9uLmVtaXQoJ3NsaWRlcicpXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWljb24gc2xpZGVyIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXIgdngtbXItMVwiPjxpIGNsYXNzPVwiaWNvbnMgdngtZnMtMTYgdngtdHh0LXdoaXRlXCI+JiN4ZWFiNjs8L2k+PC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm5hbWUgdngtZnMtMTAgdngtcGFyYWdyYXBoLXR4dCB2eC10dC11cHBlcmNhc2VcIiAqbmdJZj1cIiFzaG93Q29sbGFwc2VcIj5TTElERVI8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICA8bGkgY2xhc3M9XCJ2eC1tYi0yXCIgICpuZ0lmPVwiZmFsc2VcIj5cclxuICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJ2eC1tLTAgdngtcC0xIHZ4LXRleHQtbGVmdCB2eC13LTEwMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyXCIgKGNsaWNrKT1cImFkZFF1ZXN0aW9uLmVtaXQoJ211bHRpcGxlLXRleHRib3gnKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJxdWVzdGlvbi1pY29uIG11bHRpcGxlLXRleHRib3ggdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC1tci0xXCI+PGkgY2xhc3M9XCJpY29ucyB2eC1mcy0xNiB2eC10eHQtd2hpdGVcIj4mI3hlYWI0OzwvaT48L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibmFtZSB2eC1mcy0xMCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXR0LXVwcGVyY2FzZVwiICpuZ0lmPVwiIXNob3dDb2xsYXBzZVwiPk1VTFRJUExFIFRFWFRCT1hFUzwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgIDxsaSBjbGFzcz1cInZ4LW1iLTJcIiA+XHJcbiAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwidngtbS0wIHZ4LXAtMSB2eC10ZXh0LWxlZnQgdngtdy0xMDAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiIChjbGljayk9XCJhZGRRdWVzdGlvbi5lbWl0KCdkYXRlLXRpbWUnKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJxdWVzdGlvbi1pY29uIGRhdGUtdGltZSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyIHZ4LW1yLTFcIj48aSBjbGFzcz1cImljb25zIHZ4LWZzLTE2IHZ4LXR4dC13aGl0ZVwiPiYjeGVhYmE7PC9pPjwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJuYW1lIHZ4LWZzLTEwIHZ4LXBhcmFncmFwaC10eHQgdngtdHQtdXBwZXJjYXNlXCIgKm5nSWY9XCIhc2hvd0NvbGxhcHNlXCI+REFURSAmIFRJTUU8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICA8bGkgY2xhc3M9XCJ2eC1tYi0yXCI+XHJcbiAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwidngtbS0wIHZ4LXAtMSB2eC10ZXh0LWxlZnQgdngtdy0xMDAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiIChjbGljayk9XCJhZGRRdWVzdGlvbi5lbWl0KCdmaWxlLXVwbG9hZCcpXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWljb24gZmlsZS11cGxvYWQgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC1tci0xXCI+PGkgY2xhc3M9XCJpY29ucyB2eC1mcy0xNiB2eC10eHQtd2hpdGVcIj4mI3hlYTk3OzwvaT48L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibmFtZSB2eC1mcy0xMCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXR0LXVwcGVyY2FzZVwiICpuZ0lmPVwiIXNob3dDb2xsYXBzZVwiPkZJTEUgVVBMT0FEPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgICAgPC9saT5cclxuICAgICAgICA8L3VsPlxyXG4gICAgPC9kaXY+XHJcbjwvZGl2PiJdfQ==
@@ -0,0 +1 @@
1
+ {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"addQuestion":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}],"clickCollapse":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-toolkit","exportAs":null,"inputs":{},"outputs":{"addQuestion":"addQuestion"},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":2,"members":[]},"rendererType":{"__symbol":3,"members":[]},"componentFactory":{"__symbol":4,"members":[]}}}],"symbols":[{"__symbol":0,"name":"ToolkitComponent","filePath":"./toolkit.component"},{"__symbol":1,"name":"Output","filePath":"@angular/core"},{"__symbol":2,"name":"View_ToolkitComponent_0","filePath":"./toolkit.component.ngfactory"},{"__symbol":3,"name":"RenderType_ToolkitComponent","filePath":"./toolkit.component.ngfactory"},{"__symbol":4,"name":"ToolkitComponentNgFactory","filePath":"./toolkit.component.ngfactory"}]}
@@ -0,0 +1,50 @@
1
+ import { Component, EventEmitter, Input, Optional, Output } from '@angular/core';
2
+ import { Configurations } from '../../../../configurations';
3
+ // import { environment } from 'src/environments/environment';
4
+ export class WelcomeThankyouComponent {
5
+ constructor(config) {
6
+ this.deleteQuestion = new EventEmitter();
7
+ if (config) {
8
+ this.env = config.envConfig;
9
+ }
10
+ }
11
+ ngOnInit() {
12
+ this.entityData.hasWelcomeImage = true;
13
+ this.entityData.hasWelcomeDescription = true;
14
+ }
15
+ onSelectImage(event) {
16
+ if (event.target.files && event.target.files[0]) {
17
+ this.isImageUploading = true;
18
+ this.service.formsPage.welcomeImage = '';
19
+ // tslint:disable-next-line: prefer-const
20
+ let selectedFile = event.target.files[0];
21
+ const uploadData = new FormData();
22
+ uploadData.append('file', selectedFile);
23
+ // tslint:disable-next-line: prefer-const
24
+ let destination = 'assessment/imports' + '/welcome/';
25
+ this.service.uploadHandler(uploadData, destination).subscribe((data) => {
26
+ var _a, _b;
27
+ this.isImageUploading = false;
28
+ this.service.formsPage.welcomeImage = ((_a = this.env) === null || _a === void 0 ? void 0 : _a.s3Url) + ((_b = this.env) === null || _b === void 0 ? void 0 : _b.s3Bucket) + '/' + data.file_url_path;
29
+ }, (error) => {
30
+ this.isImageUploading = false;
31
+ });
32
+ }
33
+ }
34
+ }
35
+ WelcomeThankyouComponent.decorators = [
36
+ { type: Component, args: [{
37
+ selector: 'app-welcome-thankyou',
38
+ template: "<div class=\"editor-wrapper vx-mb-4\" [class.error]=\"false\" #questionContainer >\r\n <div class=\"editor-top vx-d-flex vx-align-center vx-justify-center vx-pl-2 vx-pr-2\">\r\n <div class=\"rightside-button vx-d-flex vx-align-center\">\r\n <button class=\"delete-btn vx-fs-14 vx-txt-red vx-pl-2 vx-pr-2 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center\" (click)=\"deleteQuestion.emit()\"><i class=\"icons\">&#xe923;</i></button>\r\n </div>\r\n </div>\r\n <div class=\"editor-mid vx-pl-5 vx-pr-5\">\r\n <div class=\"build-area vx-d-flex vx-justify-between\">\r\n <div class=\"left\">\r\n <div class=\"image-block vx-d-block\" *ngIf=\"entityData.hasWelcomeImage\">\r\n <div class=\"image-item vx-d-flex vx-align-center vx-justify-center\" >\r\n <img *ngIf=\"entityData.welcomeImage=='' && !isImageUploading\" src=\"https://cdn.v-comply.com/libraries/workflow-engine/assets/assessment-editor/placeholder.jpg\" />\r\n <img *ngIf=\"entityData.welcomeImage !='' && !isImageUploading\" [src]=\"entityData?.welcomeImage\" />\r\n <i *ngIf=\"isImageUploading\" class=\"icons loader-icon\">&#xe929;</i>\r\n </div>\r\n <div class=\"button-area vx-d-flex vx-justify-center\">\r\n <label class=\"upload-btn vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-d-flex vx-align-center vx-justify-center\">\r\n <input type=\"file\" accept=\"image/*\" (change)=\"onSelectImage($event)\" />\r\n {{ entityData?.welcomeImage=='' ? 'Upload Image' : 'Change Image'}}\r\n </label>\r\n </div>\r\n </div>\r\n <app-single-line-editor [placeholder]=\"'Welcome Heading'\" [label]=\"false\" [editorMode]=\"'multiline'\" [(ngModel)]=\"entityData.welcomeText\"></app-single-line-editor>\r\n <app-single-line-editor *ngIf=\"entityData?.hasWelcomeDescription\" [placeholder]=\"'Welcome Description'\" [label]=\"false\" [editorMode]=\"'multiline'\" [(ngModel)]=\"entityData.welcomeDescription\"></app-single-line-editor>\r\n </div>\r\n <div class=\"right\">\r\n <div class=\"quick-settings\">\r\n <div class=\"heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-5 vx-pl-2\">QUESTION SETTINGS</div>\r\n <div class=\"settings-list\">\r\n <ul class=\"vx-p-0 vx-m-0\">\r\n <li class=\"vx-pt-3 vx-pb-3\">\r\n <app-cs-switch [(ngValue)]=\"entityData.hasWelcomeDescription\">\r\n <div class=\"vx-d-flex vx-align-center vx-justify-between vx-w-100\">\r\n <div class=\"settings-name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase\">DESCRIPTION</div>\r\n </div>\r\n </app-cs-switch>\r\n </li>\r\n <li class=\"vx-pt-3 vx-pb-3\">\r\n <app-cs-switch [(ngValue)]=\"entityData.hasWelcomeImage\">\r\n <div class=\"vx-d-flex vx-align-center vx-justify-between vx-w-100\">\r\n <div class=\"settings-name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase\">IMAGE</div>\r\n </div>\r\n </app-cs-switch>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>",
39
+ 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\");.editor-wrapper{border:1px solid #1e5dd3;border-radius:.25rem;position:relative}.editor-wrapper .label-mode{background:#7aa6f7;border:1px solid #1e5dd3;border-left:none;border-radius:0 .125rem .125rem 0;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;position:absolute;left:-1.0625rem;top:3rem;width:1rem;transform:rotate(180deg)}.editor-wrapper.error{border-color:#d93b41}.editor-wrapper.error .editor-bottom{background:#d93b41}.editor-wrapper.with-logic{border-color:#f0b819}.editor-wrapper.with-logic .label-mode{background:#f4c84a;border-color:#f0b819}.editor-top{background:#fbfbfb;border-bottom:1px solid #f1f1f1;border-radius:.25rem .25rem 0 0;height:2.75rem;position:relative}.editor-top .rightside-button{position:absolute;right:.5rem;top:.5rem}.editor-top .rightside-button button{background:#f1f1f1;border:none;border-radius:.125rem;height:1.75rem}.editor-top .rightside-button button.delete-btn{width:1.75rem}.editor-mid{padding-top:1.5rem;padding-bottom:1.5rem}.editor-mid .build-area .left{width:calc(100% - 17.5rem);position:relative}.editor-mid .build-area .left .image-block{margin-bottom:2rem}.editor-mid .build-area .left .image-block .image-item{margin:1.25rem auto;width:18.75rem;border:.125rem solid #f1f1f1;border-radius:.25rem;overflow:hidden;height:12.6875rem}.editor-mid .build-area .left .image-block .image-item img{max-height:12.5rem}.editor-mid .build-area .left .image-block .image-item .loader-icon{font-size:40px}.editor-mid .build-area .left .image-block .button-area .upload-btn{background:#1e5dd3;border-radius:.125rem;width:11rem;height:2.25rem;position:relative}.editor-mid .build-area .left .image-block .button-area .upload-btn input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;opacity:0;cursor:pointer}.editor-mid .build-area .right{width:16rem}.editor-mid .build-area .right .quick-settings .heading{position:relative}.editor-mid .build-area .right .quick-settings .heading:before{background:#1e5dd3;content:\"\";position:absolute;left:0;top:.0625rem;width:.125rem;height:.875rem}.editor-mid .build-area .right .quick-settings .settings-list ul{list-style-type:none}.editor-mid .build-area .right .quick-settings .settings-list ul li{border-bottom:1px solid #f1f1f1}.editor-mid .build-area .right .quick-settings .settings-list ul li app-cs-switch .cs-switch{cursor:pointer}.editor-bottom{background:#1e5dd3;border-radius:0 0 .125rem .125rem;position:relative}.editor-bottom button{background:#fff;border:none;border-radius:.1125rem}.editor-bottom button.next-btn{height:1.75rem}.editor-bottom button.next-btn .plus-icon{border:.125rem solid #1e5dd3;border-radius:50%;width:1.125rem;height:1.125rem;line-height:1.125rem}.editor-bottom button.save-btn{width:4.75rem;height:1.75rem}.editor-bottom .next-question{background:#fff;border-radius:.25rem;box-shadow:0 -3px 6px #1e5dd326;position:absolute;bottom:0;left:0;z-index:9}.editor-bottom .next-question ::ng-deep app-question-type .question-type ul li{width:10rem!important}.editor-bottom .overlay{z-index:8}"]
40
+ },] }
41
+ ];
42
+ WelcomeThankyouComponent.ctorParameters = () => [
43
+ { type: Configurations, decorators: [{ type: Optional }] }
44
+ ];
45
+ WelcomeThankyouComponent.propDecorators = {
46
+ deleteQuestion: [{ type: Output }],
47
+ entityData: [{ type: Input }],
48
+ service: [{ type: Input }]
49
+ };
50
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2VsY29tZS10aGFua3lvdS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvd2VsY29tZS10aGFua3lvdS93ZWxjb21lLXRoYW5reW91LmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQVUsUUFBUSxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6RixPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFFNUQsOERBQThEO0FBTzlELE1BQU0sT0FBTyx3QkFBd0I7SUFNcEMsWUFBd0IsTUFBdUI7UUFMckMsbUJBQWMsR0FBRyxJQUFJLFlBQVksRUFBRSxDQUFDO1FBTTdDLElBQUksTUFBTSxFQUFFO1lBQ1YsSUFBSSxDQUFDLEdBQUcsR0FBRyxNQUFNLENBQUMsU0FBUyxDQUFDO1NBQzdCO0lBQ0YsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsVUFBVSxDQUFDLGVBQWUsR0FBRyxJQUFJLENBQUM7UUFDdkMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxxQkFBcUIsR0FBRyxJQUFJLENBQUM7SUFDL0MsQ0FBQztJQUNELGFBQWEsQ0FBQyxLQUFTO1FBQ3JCLElBQUksS0FBSyxDQUFDLE1BQU0sQ0FBQyxLQUFLLElBQUksS0FBSyxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLEVBQUU7WUFDL0MsSUFBSSxDQUFDLGdCQUFnQixHQUFHLElBQUksQ0FBQztZQUM3QixJQUFJLENBQUMsT0FBTyxDQUFDLFNBQVMsQ0FBQyxZQUFZLEdBQUcsRUFBRSxDQUFDO1lBQ3pDLHlDQUF5QztZQUN6QyxJQUFJLFlBQVksR0FBRyxLQUFLLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQztZQUN6QyxNQUFNLFVBQVUsR0FBRyxJQUFJLFFBQVEsRUFBRSxDQUFDO1lBQ2xDLFVBQVUsQ0FBQyxNQUFNLENBQUMsTUFBTSxFQUFFLFlBQVksQ0FBQyxDQUFDO1lBQ3hDLHlDQUF5QztZQUN6QyxJQUFJLFdBQVcsR0FBRyxvQkFBb0IsR0FBSSxXQUFXLENBQUM7WUFDdEQsSUFBSSxDQUFDLE9BQU8sQ0FBQyxhQUFhLENBQUMsVUFBVSxFQUFFLFdBQVcsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxDQUFDLElBQVEsRUFBRSxFQUFFOztnQkFDekUsSUFBSSxDQUFDLGdCQUFnQixHQUFHLEtBQUssQ0FBQztnQkFDOUIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxTQUFTLENBQUMsWUFBWSxHQUFHLENBQUEsTUFBQSxJQUFJLENBQUMsR0FBRywwQ0FBRSxLQUFLLEtBQUcsTUFBQSxJQUFJLENBQUMsR0FBRywwQ0FBRSxRQUFRLENBQUEsR0FBRyxHQUFHLEdBQUcsSUFBSSxDQUFDLGFBQWEsQ0FBQztZQUN4RyxDQUFDLEVBQUUsQ0FBQyxLQUFTLEVBQUUsRUFBRTtnQkFDZixJQUFJLENBQUMsZ0JBQWdCLEdBQUcsS0FBSyxDQUFDO1lBQ2hDLENBQUMsQ0FBQyxDQUFDO1NBQ0o7SUFDSCxDQUFDOzs7WUF0Q0QsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSxzQkFBc0I7Z0JBQ2hDLHF3SEFBZ0Q7O2FBRWpEOzs7WUFSUSxjQUFjLHVCQWVULFFBQVE7Ozs2QkFMcEIsTUFBTTt5QkFDTixLQUFLO3NCQUNMLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE9uSW5pdCwgT3B0aW9uYWwsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBDb25maWd1cmF0aW9ucyB9IGZyb20gJy4uLy4uLy4uLy4uL2NvbmZpZ3VyYXRpb25zJztcclxuXHJcbi8vIGltcG9ydCB7IGVudmlyb25tZW50IH0gZnJvbSAnc3JjL2Vudmlyb25tZW50cy9lbnZpcm9ubWVudCc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC13ZWxjb21lLXRoYW5reW91JyxcclxuICB0ZW1wbGF0ZVVybDogJy4vd2VsY29tZS10aGFua3lvdS5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vd2VsY29tZS10aGFua3lvdS5jb21wb25lbnQubGVzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBXZWxjb21lVGhhbmt5b3VDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG4gQE91dHB1dCgpIGRlbGV0ZVF1ZXN0aW9uID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG4gQElucHV0KCkgZW50aXR5RGF0YSE6IGFueTtcclxuIEBJbnB1dCgpIHNlcnZpY2UgITphbnk7XHJcbmVudiAhOmFueTtcclxuIGlzSW1hZ2VVcGxvYWRpbmcgITpib29sZWFuO1xyXG4gY29uc3RydWN0b3IoQE9wdGlvbmFsKCkgY29uZmlnPzogQ29uZmlndXJhdGlvbnMpIHsgXHJcbiAgaWYgKGNvbmZpZykge1xyXG4gICAgdGhpcy5lbnYgPSBjb25maWcuZW52Q29uZmlnO1xyXG4gIH1cclxuIH1cclxuXHJcbiBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICAgdGhpcy5lbnRpdHlEYXRhLmhhc1dlbGNvbWVJbWFnZSA9IHRydWU7XHJcbiAgIHRoaXMuZW50aXR5RGF0YS5oYXNXZWxjb21lRGVzY3JpcHRpb24gPSB0cnVlO1xyXG4gfVxyXG4gb25TZWxlY3RJbWFnZShldmVudDphbnkpIHtcclxuICAgaWYgKGV2ZW50LnRhcmdldC5maWxlcyAmJiBldmVudC50YXJnZXQuZmlsZXNbMF0pIHtcclxuICAgICB0aGlzLmlzSW1hZ2VVcGxvYWRpbmcgPSB0cnVlO1xyXG4gICAgIHRoaXMuc2VydmljZS5mb3Jtc1BhZ2Uud2VsY29tZUltYWdlID0gJyc7XHJcbiAgICAgLy8gdHNsaW50OmRpc2FibGUtbmV4dC1saW5lOiBwcmVmZXItY29uc3RcclxuICAgICBsZXQgc2VsZWN0ZWRGaWxlID0gZXZlbnQudGFyZ2V0LmZpbGVzWzBdO1xyXG4gICAgIGNvbnN0IHVwbG9hZERhdGEgPSBuZXcgRm9ybURhdGEoKTtcclxuICAgICB1cGxvYWREYXRhLmFwcGVuZCgnZmlsZScsIHNlbGVjdGVkRmlsZSk7XHJcbiAgICAgLy8gdHNsaW50OmRpc2FibGUtbmV4dC1saW5lOiBwcmVmZXItY29uc3RcclxuICAgICBsZXQgZGVzdGluYXRpb24gPSAnYXNzZXNzbWVudC9pbXBvcnRzJyAgKyAnL3dlbGNvbWUvJztcclxuICAgICB0aGlzLnNlcnZpY2UudXBsb2FkSGFuZGxlcih1cGxvYWREYXRhLCBkZXN0aW5hdGlvbikuc3Vic2NyaWJlKChkYXRhOmFueSkgPT4ge1xyXG4gICAgICAgdGhpcy5pc0ltYWdlVXBsb2FkaW5nID0gZmFsc2U7XHJcbiAgICAgICB0aGlzLnNlcnZpY2UuZm9ybXNQYWdlLndlbGNvbWVJbWFnZSA9IHRoaXMuZW52Py5zM1VybCArIHRoaXMuZW52Py5zM0J1Y2tldCArICcvJyArIGRhdGEuZmlsZV91cmxfcGF0aDtcclxuICAgICB9LCAoZXJyb3I6YW55KSA9PiB7XHJcbiAgICAgICB0aGlzLmlzSW1hZ2VVcGxvYWRpbmcgPSBmYWxzZTtcclxuICAgICB9KTtcclxuICAgfVxyXG4gfVxyXG4vLyAgZGVsZXRlV2VsY29tZSgpIHtcclxuLy8gICAgdGhpcy5zZXJ2aWNlLmZvcm1zUGFnZS5oYXNXZWxjb21lID0gZmFsc2U7XHJcbi8vICAgIHRoaXMuc2VydmljZS5zdGVwSWRlbnRpZmllciA9ICdwYWdlc2NyZWVuJztcclxuLy8gICAgdGhpcy5zZXJ2aWNlLmN1cnJlbnRQYWdlTnVtYmVyID0gMTtcclxuLy8gICAgdGhpcy5zZXJ2aWNlLmZvcm1zUGFnZS5wYWdlRGV0YWlsc0xpc3QuZm9yRWFjaChwYWdlRGV0YWlsID0+IHtcclxuLy8gICAgICBpZiAocGFnZURldGFpbC5wYWdlTnVtYmVyID09PSB0aGlzLnNlcnZpY2UuY3VycmVudFBhZ2VOdW1iZXIpIHtcclxuLy8gICAgICAgIHRoaXMuc2VydmljZS5jdXJyZW50UGFnZURldGFpbHMucGFnZU5hbWUgPSBwYWdlRGV0YWlsLnBhZ2VOYW1lO1xyXG4vLyAgICAgICAgdGhpcy5zZXJ2aWNlLmN1cnJlbnRQYWdlRGV0YWlscy5wYWdlTnVtYmVyID0gcGFnZURldGFpbC5wYWdlTnVtYmVyO1xyXG4vLyAgICAgICAgdGhpcy5zZXJ2aWNlLmN1cnJlbnRQYWdlRGV0YWlscy5wYWdlRGVzY3JpcHRpb24gPSBwYWdlRGV0YWlsLnBhZ2VEZXNjcmlwdGlvbjtcclxuLy8gICAgICB9XHJcbi8vICAgIH0pO1xyXG4vLyAgICB0aGlzLnNlcnZpY2UuY2hlY2tGb3JQYWdlRGV0YWlscygpO1xyXG4vLyAgfVxyXG5cclxufVxyXG4iXX0=