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,104 @@
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 "./dropdown.component.less.shim.ngstyle";
8
+ import * as i1 from "@angular/core";
9
+ import * as i2 from "@angular/forms";
10
+ import * as i3 from "../choice-settings-panel/choice-settings-panel.component.ngfactory";
11
+ import * as i4 from "../choice-settings-panel/choice-settings-panel.component";
12
+ import * as i5 from "@angular/common";
13
+ import * as i6 from "./dropdown.component";
14
+ var styles_DropdownComponent = [i0.styles];
15
+ var RenderType_DropdownComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_DropdownComponent, data: {} });
16
+ export { RenderType_DropdownComponent as RenderType_DropdownComponent };
17
+ function View_DropdownComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 23, "div", [["class", "dropdowna vx-d-flex vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 17, "div", [["class", "left"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 5, "input", [["placeholder", "Option"], ["type", "text"]], [[1, "id", 0], [2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "keyup.enter"], [null, "ngModelChange"], [null, "input"], [null, "blur"], [null, "compositionstart"], [null, "compositionend"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("input" === en)) {
18
+ var pd_0 = (i1.ɵnov(_v, 3)._handleInput($event.target.value) !== false);
19
+ ad = (pd_0 && ad);
20
+ } if (("blur" === en)) {
21
+ var pd_1 = (i1.ɵnov(_v, 3).onTouched() !== false);
22
+ ad = (pd_1 && ad);
23
+ } if (("compositionstart" === en)) {
24
+ var pd_2 = (i1.ɵnov(_v, 3)._compositionStart() !== false);
25
+ ad = (pd_2 && ad);
26
+ } if (("compositionend" === en)) {
27
+ var pd_3 = (i1.ɵnov(_v, 3)._compositionEnd($event.target.value) !== false);
28
+ ad = (pd_3 && ad);
29
+ } if (("keyup.enter" === en)) {
30
+ var pd_4 = (_co.modifyOption("ADD", _v.context.index, "dropdown-") !== false);
31
+ ad = (pd_4 && ad);
32
+ } if (("ngModelChange" === en)) {
33
+ var pd_5 = ((_v.context.$implicit.title = $event) !== false);
34
+ ad = (pd_5 && ad);
35
+ } return ad; }, null, null)), i1.ɵdid(3, 16384, null, 0, i2.DefaultValueAccessor, [i1.Renderer2, i1.ElementRef, [2, i2.COMPOSITION_BUFFER_MODE]], null, null), i1.ɵprd(1024, null, i2.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i2.DefaultValueAccessor]), i1.ɵdid(5, 671744, null, 0, i2.NgModel, [[8, null], [8, null], [8, null], [6, i2.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i2.NgControl, null, [i2.NgModel]), i1.ɵdid(7, 16384, null, 0, i2.NgControlStatus, [[4, i2.NgControl]], null, null), (_l()(), i1.ɵeld(8, 0, null, null, 8, "div", [["class", "option-color vx-d-flex vx-align-center vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 5, "input", [["type", "color"]], [[2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "ngModelChange"], [null, "input"], [null, "blur"], [null, "compositionstart"], [null, "compositionend"]], function (_v, en, $event) { var ad = true; if (("input" === en)) {
36
+ var pd_0 = (i1.ɵnov(_v, 10)._handleInput($event.target.value) !== false);
37
+ ad = (pd_0 && ad);
38
+ } if (("blur" === en)) {
39
+ var pd_1 = (i1.ɵnov(_v, 10).onTouched() !== false);
40
+ ad = (pd_1 && ad);
41
+ } if (("compositionstart" === en)) {
42
+ var pd_2 = (i1.ɵnov(_v, 10)._compositionStart() !== false);
43
+ ad = (pd_2 && ad);
44
+ } if (("compositionend" === en)) {
45
+ var pd_3 = (i1.ɵnov(_v, 10)._compositionEnd($event.target.value) !== false);
46
+ ad = (pd_3 && ad);
47
+ } if (("ngModelChange" === en)) {
48
+ var pd_4 = ((_v.context.$implicit.color = $event) !== false);
49
+ ad = (pd_4 && ad);
50
+ } return ad; }, null, null)), i1.ɵdid(10, 16384, null, 0, i2.DefaultValueAccessor, [i1.Renderer2, i1.ElementRef, [2, i2.COMPOSITION_BUFFER_MODE]], null, null), i1.ɵprd(1024, null, i2.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i2.DefaultValueAccessor]), i1.ɵdid(12, 671744, null, 0, i2.NgModel, [[8, null], [8, null], [8, null], [6, i2.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i2.NgControl, null, [i2.NgModel]), i1.ɵdid(14, 16384, null, 0, i2.NgControlStatus, [[4, i2.NgControl]], null, null), (_l()(), i1.ɵeld(15, 0, null, null, 1, "i", [["class", "icons vx-fs-16"]], [[4, "color", null]], null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEB01"])), (_l()(), i1.ɵeld(17, 0, null, null, 1, "app-choice-settings-panel", [], null, [[null, "isFailedChange"], [null, "scoreChange"]], function (_v, en, $event) { var ad = true; if (("isFailedChange" === en)) {
51
+ var pd_0 = ((_v.context.$implicit.isFailed = $event) !== false);
52
+ ad = (pd_0 && ad);
53
+ } if (("scoreChange" === en)) {
54
+ var pd_1 = ((_v.context.$implicit.score = $event) !== false);
55
+ ad = (pd_1 && ad);
56
+ } return ad; }, i3.View_ChoiceSettingsPanelComponent_0, i3.RenderType_ChoiceSettingsPanelComponent)), i1.ɵdid(18, 114688, null, 0, i4.ChoiceSettingsPanelComponent, [], { defaultScore: [0, "defaultScore"], negativeScore: [1, "negativeScore"], isFailed: [2, "isFailed"], Score: [3, "Score"], scoreVisible: [4, "scoreVisible"] }, { isFailedChange: "isFailedChange", scoreChange: "scoreChange" }), (_l()(), i1.ɵeld(19, 0, null, null, 4, "div", [["class", "right vx-d-flex vx-align-center vx-ml-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(20, 0, null, null, 1, "button", [["class", "vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
57
+ var pd_0 = (_co.modifyOption("ADD", _v.context.index, "dropdown-") !== false);
58
+ ad = (pd_0 && ad);
59
+ } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["+"])), (_l()(), i1.ɵeld(22, 0, null, null, 1, "button", [["class", "vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center"]], [[2, "disabled", null]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
60
+ var pd_0 = (_co.modifyOption("DELETE", _v.context.index, "dropdown-") !== false);
61
+ ad = (pd_0 && ad);
62
+ } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["-"]))], function (_ck, _v) { var _co = _v.component; var currVal_8 = _v.context.$implicit.title; _ck(_v, 5, 0, currVal_8); var currVal_16 = _v.context.$implicit.color; _ck(_v, 12, 0, currVal_16); var currVal_18 = _co.service.score.defaultScore; var currVal_19 = _co.service.score.negativeScore; var currVal_20 = _v.context.$implicit.isFailed; var currVal_21 = _v.context.$implicit.score; var currVal_22 = _co.service.formsPage.settings.assessmentMode; _ck(_v, 18, 0, currVal_18, currVal_19, currVal_20, currVal_21, currVal_22); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = ("radio-" + _v.context.index); var currVal_1 = i1.ɵnov(_v, 7).is("untouched"); var currVal_2 = i1.ɵnov(_v, 7).is("touched"); var currVal_3 = i1.ɵnov(_v, 7).is("pristine"); var currVal_4 = i1.ɵnov(_v, 7).is("dirty"); var currVal_5 = i1.ɵnov(_v, 7).is("valid"); var currVal_6 = i1.ɵnov(_v, 7).is("invalid"); var currVal_7 = i1.ɵnov(_v, 7).is("pending"); _ck(_v, 2, 0, currVal_0, currVal_1, currVal_2, currVal_3, currVal_4, currVal_5, currVal_6, currVal_7); var currVal_9 = i1.ɵnov(_v, 14).is("untouched"); var currVal_10 = i1.ɵnov(_v, 14).is("touched"); var currVal_11 = i1.ɵnov(_v, 14).is("pristine"); var currVal_12 = i1.ɵnov(_v, 14).is("dirty"); var currVal_13 = i1.ɵnov(_v, 14).is("valid"); var currVal_14 = i1.ɵnov(_v, 14).is("invalid"); var currVal_15 = i1.ɵnov(_v, 14).is("pending"); _ck(_v, 9, 0, currVal_9, currVal_10, currVal_11, currVal_12, currVal_13, currVal_14, currVal_15); var currVal_17 = _v.context.$implicit.color; _ck(_v, 15, 0, currVal_17); var currVal_23 = (((_co.question == null) ? null : ((_co.question.choices == null) ? null : _co.question.choices.length)) === 1); _ck(_v, 22, 0, currVal_23); }); }
63
+ function View_DropdownComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 18, "div", [["class", "dropdowna vx-d-flex vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 17, "div", [["class", "left"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 5, "input", [["disabled", ""], ["placeholder", "Option"], ["type", "text"]], [[1, "id", 0], [2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "ngModelChange"], [null, "input"], [null, "blur"], [null, "compositionstart"], [null, "compositionend"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("input" === en)) {
64
+ var pd_0 = (i1.ɵnov(_v, 3)._handleInput($event.target.value) !== false);
65
+ ad = (pd_0 && ad);
66
+ } if (("blur" === en)) {
67
+ var pd_1 = (i1.ɵnov(_v, 3).onTouched() !== false);
68
+ ad = (pd_1 && ad);
69
+ } if (("compositionstart" === en)) {
70
+ var pd_2 = (i1.ɵnov(_v, 3)._compositionStart() !== false);
71
+ ad = (pd_2 && ad);
72
+ } if (("compositionend" === en)) {
73
+ var pd_3 = (i1.ɵnov(_v, 3)._compositionEnd($event.target.value) !== false);
74
+ ad = (pd_3 && ad);
75
+ } if (("ngModelChange" === en)) {
76
+ var pd_4 = ((_co.question.otherValue = $event) !== false);
77
+ ad = (pd_4 && ad);
78
+ } return ad; }, null, null)), i1.ɵdid(3, 16384, null, 0, i2.DefaultValueAccessor, [i1.Renderer2, i1.ElementRef, [2, i2.COMPOSITION_BUFFER_MODE]], null, null), i1.ɵprd(1024, null, i2.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i2.DefaultValueAccessor]), i1.ɵdid(5, 671744, null, 0, i2.NgModel, [[8, null], [8, null], [8, null], [6, i2.NG_VALUE_ACCESSOR]], { isDisabled: [0, "isDisabled"], model: [1, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i2.NgControl, null, [i2.NgModel]), i1.ɵdid(7, 16384, null, 0, i2.NgControlStatus, [[4, i2.NgControl]], null, null), (_l()(), i1.ɵeld(8, 0, null, null, 8, "div", [["class", "option-color vx-d-flex vx-align-center vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 5, "input", [["type", "color"]], [[2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "ngModelChange"], [null, "input"], [null, "blur"], [null, "compositionstart"], [null, "compositionend"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("input" === en)) {
79
+ var pd_0 = (i1.ɵnov(_v, 10)._handleInput($event.target.value) !== false);
80
+ ad = (pd_0 && ad);
81
+ } if (("blur" === en)) {
82
+ var pd_1 = (i1.ɵnov(_v, 10).onTouched() !== false);
83
+ ad = (pd_1 && ad);
84
+ } if (("compositionstart" === en)) {
85
+ var pd_2 = (i1.ɵnov(_v, 10)._compositionStart() !== false);
86
+ ad = (pd_2 && ad);
87
+ } if (("compositionend" === en)) {
88
+ var pd_3 = (i1.ɵnov(_v, 10)._compositionEnd($event.target.value) !== false);
89
+ ad = (pd_3 && ad);
90
+ } if (("ngModelChange" === en)) {
91
+ var pd_4 = ((_co.question.otherConfig.color = $event) !== false);
92
+ ad = (pd_4 && ad);
93
+ } return ad; }, null, null)), i1.ɵdid(10, 16384, null, 0, i2.DefaultValueAccessor, [i1.Renderer2, i1.ElementRef, [2, i2.COMPOSITION_BUFFER_MODE]], null, null), i1.ɵprd(1024, null, i2.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i2.DefaultValueAccessor]), i1.ɵdid(12, 671744, null, 0, i2.NgModel, [[8, null], [8, null], [8, null], [6, i2.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i2.NgControl, null, [i2.NgModel]), i1.ɵdid(14, 16384, null, 0, i2.NgControlStatus, [[4, i2.NgControl]], null, null), (_l()(), i1.ɵeld(15, 0, null, null, 1, "i", [["class", "icons vx-fs-16"]], [[4, "color", null]], null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEB01"])), (_l()(), i1.ɵeld(17, 0, null, null, 1, "app-choice-settings-panel", [], null, [[null, "isFailedChange"], [null, "scoreChange"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("isFailedChange" === en)) {
94
+ var pd_0 = ((_co.question.otherConfig.isFailed = $event) !== false);
95
+ ad = (pd_0 && ad);
96
+ } if (("scoreChange" === en)) {
97
+ var pd_1 = ((_co.question.otherConfig.score = $event) !== false);
98
+ ad = (pd_1 && ad);
99
+ } return ad; }, i3.View_ChoiceSettingsPanelComponent_0, i3.RenderType_ChoiceSettingsPanelComponent)), i1.ɵdid(18, 114688, null, 0, i4.ChoiceSettingsPanelComponent, [], { defaultScore: [0, "defaultScore"], negativeScore: [1, "negativeScore"], isFailed: [2, "isFailed"], Score: [3, "Score"], scoreVisible: [4, "scoreVisible"] }, { isFailedChange: "isFailedChange", scoreChange: "scoreChange" })], function (_ck, _v) { var _co = _v.component; var currVal_8 = ""; var currVal_9 = _co.question.otherValue; _ck(_v, 5, 0, currVal_8, currVal_9); var currVal_17 = _co.question.otherConfig.color; _ck(_v, 12, 0, currVal_17); var currVal_19 = _co.service.score.defaultScore; var currVal_20 = _co.service.score.negativeScore; var currVal_21 = _co.question.otherConfig.isFailed; var currVal_22 = _co.question.otherConfig.score; var currVal_23 = _co.service.formsPage.settings.assessmentMode; _ck(_v, 18, 0, currVal_19, currVal_20, currVal_21, currVal_22, currVal_23); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = "dropdown-"; var currVal_1 = i1.ɵnov(_v, 7).is("untouched"); var currVal_2 = i1.ɵnov(_v, 7).is("touched"); var currVal_3 = i1.ɵnov(_v, 7).is("pristine"); var currVal_4 = i1.ɵnov(_v, 7).is("dirty"); var currVal_5 = i1.ɵnov(_v, 7).is("valid"); var currVal_6 = i1.ɵnov(_v, 7).is("invalid"); var currVal_7 = i1.ɵnov(_v, 7).is("pending"); _ck(_v, 2, 0, currVal_0, currVal_1, currVal_2, currVal_3, currVal_4, currVal_5, currVal_6, currVal_7); var currVal_10 = i1.ɵnov(_v, 14).is("untouched"); var currVal_11 = i1.ɵnov(_v, 14).is("touched"); var currVal_12 = i1.ɵnov(_v, 14).is("pristine"); var currVal_13 = i1.ɵnov(_v, 14).is("dirty"); var currVal_14 = i1.ɵnov(_v, 14).is("valid"); var currVal_15 = i1.ɵnov(_v, 14).is("invalid"); var currVal_16 = i1.ɵnov(_v, 14).is("pending"); _ck(_v, 9, 0, currVal_10, currVal_11, currVal_12, currVal_13, currVal_14, currVal_15, currVal_16); var currVal_18 = _co.question.otherConfig.color; _ck(_v, 15, 0, currVal_18); }); }
100
+ export function View_DropdownComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵand(16777216, null, null, 1, null, View_DropdownComponent_1)), i1.ɵdid(1, 278528, null, 0, i5.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_DropdownComponent_2)), i1.ɵdid(3, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = ((_co.question == null) ? null : _co.question.choices); _ck(_v, 1, 0, currVal_0); var currVal_1 = ((_co.question == null) ? null : _co.question.hasOther); _ck(_v, 3, 0, currVal_1); }, null); }
101
+ export function View_DropdownComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-build-dropdown", [], null, null, null, View_DropdownComponent_0, RenderType_DropdownComponent)), i1.ɵdid(1, 114688, null, 0, i6.DropdownComponent, [i1.ChangeDetectorRef], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
102
+ var DropdownComponentNgFactory = i1.ɵccf("app-build-dropdown", i6.DropdownComponent, View_DropdownComponent_Host_0, { question: "question", service: "service" }, { addOption: "addOption", deleteOption: "deleteOption" }, []);
103
+ export { DropdownComponentNgFactory as DropdownComponentNgFactory };
104
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJvcGRvd24uY29tcG9uZW50Lm5nZmFjdG9yeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9idWlsZC9kcm9wZG93bi9kcm9wZG93bi5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2J1aWxkL2Ryb3Bkb3duL2Ryb3Bkb3duLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7NERDQUEscUhBY00sS0FiRiw4RkFRTSxLQVBGOzs7Ozs7Ozs7Ozt3QkFBbUs7TUFBMUY7O3dCQUEyRDtNQUFDOzt3QkFBMEI7TUFBL0oseWlCQUFtSyxJQUNuSyxpSkFHTSxLQUZGOzs7Ozs7Ozs7Ozt3QkFBK0M7TUFBM0I7O3dCQUEwQjtNQUE5Qyw0aUJBQStDLElBQy9DLHNIQUFtRSxLQUFaLG1DQUFRLE1BR25FLHlLQUFvUSxFQUFwRjs7d0JBQThCO01BQUM7O3dCQUF3QjtNQUF2TyxtWUFBb1EsTUFFeFEsaUlBR00sS0FGRiw0T0FBNEssWUFBcEs7O3dCQUFxRDtNQUE3RCx3QkFBNEssS0FBViw4QkFBQyxNQUNuSywrUEFBa08sWUFBMU47O3dCQUF3RDtNQUFoRSx3QkFBa08sS0FBViw4QkFBQyxtREFWcEYsa0JBQTBCLDBCQUEvSixZQUFtSyxFQUE5QixTQUEwQixHQUV2SSxtQkFBMEIsMEJBQTlDLGFBQStDLEVBQTNCLFVBQTBCLEdBSXZCLG9CQUEyQyw2QkFBQyxvQkFBNkMsOEJBQTRELG1CQUE4Qiw2QkFBQyxtQkFBd0IsMEJBQWxILG9CQUEwRCw0Q0FBL0ssYUFBb1EsRUFBek8sVUFBMkMsRUFBQyxVQUE2QyxFQUE0RCxVQUE4QixFQUFDLFVBQXdCLEVBQWxILFVBQTBELG1EQU52SSw4QkFBZ0MsaUJBQXhFLDZVQUFtSyxFQUEzSCxTQUFnQyxFQUF4RSwyRUFBbUssR0FFL0osNmFBQStDLEdBQ3JCLG1CQUE0QiwwQkFBdEQsYUFBbUUsRUFBekMsVUFBNEIsR0FPMkcsK0hBQWtELEdBQXZOLGFBQWtPLEVBQTdELFVBQWtEOzREQUcvTixxSEFjTSxLQWJGLDhGQVdNLEtBVkY7Ozs7Ozs7Ozs7O3dCQUE0RztNQUFuQzs7d0JBQWlDO01BQTFHLHdrQkFBNEcsSUFDNUcsaUpBR00sS0FGRjs7Ozs7Ozs7Ozs7d0JBQTREO01BQXpDOzt3QkFBd0M7TUFBM0QsNGlCQUE0RCxJQUM1RCxzSEFBa0YsS0FBWixtQ0FBUSxNQUdsRix1TEFHbUUsWUFGbkU7O3dCQUE0QztNQUU1Qzs7d0JBQXNDO01BSHRDLG1ZQUdtRSxtREFUaEQsa0JBQVEsRUFBOEMsbUJBQWlDLHNCQUExRyxZQUE0RyxFQUF6RixTQUFRLEVBQThDLFNBQWlDLEdBRW5GLG9CQUF3Qyw2QkFBM0QsYUFBNEQsRUFBekMsVUFBd0MsR0FNL0Qsb0JBQTJDLDZCQUFDLG9CQUE2Qyw4QkFEekYsb0JBQTRDLGdDQUU1QyxvQkFBc0MsNkJBSFgsb0JBQTBELDRDQUFyRixhQUdtRSxFQURuRSxVQUEyQyxFQUFDLFVBQTZDLEVBRHpGLFVBQTRDLEVBRTVDLFVBQXNDLEVBSFgsVUFBMEQsbURBTnBDLDJCQUF1QixFQUF4RSw2VUFBNEcsRUFBM0QsU0FBdUIsRUFBeEUsMkVBQTRHLEdBRXhHLCthQUE0RCxHQUNqQyxvQkFBMEMsNkJBQXJFLGFBQWtGLEVBQXZELFVBQTBDO21FQXBCakYsK01BY00sSUFDTixpTEFjTSxpREE3Qm1DLG9EQUFpRSxvQkFBMUcsWUFjTSxFQWRtQyxTQUFpRSxHQWVqRSxvREFBMEIscUJBQW5FLFlBY00sRUFkbUMsU0FBMEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBpMCBmcm9tICdAYW5ndWxhci9jb3JlJztcbmkwLkNvbXBvbmVudEZhY3Rvcnk7XG4iLCI8ZGl2IGNsYXNzPVwiZHJvcGRvd25hIHZ4LWQtZmxleCB2eC1tYi00XCIgKm5nRm9yPVwibGV0IGNob2ljZSBvZiBxdWVzdGlvbj8uY2hvaWNlczsgbGV0IGNob2ljZUluZGV4ID0gaW5kZXhcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJsZWZ0XCI+XHJcbiAgICAgICAgPGlucHV0IHR5cGU9XCJ0ZXh0XCIgcGxhY2Vob2xkZXI9XCJPcHRpb25cIiBbYXR0ci5pZF09J1wicmFkaW8tXCIrY2hvaWNlSW5kZXgnIChrZXl1cC5lbnRlcik9XCJtb2RpZnlPcHRpb24oJ0FERCcsY2hvaWNlSW5kZXgsJ2Ryb3Bkb3duLScpXCIgWyhuZ01vZGVsKV09XCJjaG9pY2UudGl0bGVcIiAgLz5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwib3B0aW9uLWNvbG9yIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIj5cclxuICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJjb2xvclwiIFsobmdNb2RlbCldPVwiY2hvaWNlLmNvbG9yXCI+XHJcbiAgICAgICAgICAgIDxpIGNsYXNzPVwiaWNvbnMgdngtZnMtMTZcIiBbc3R5bGUuY29sb3JdPSdjaG9pY2UuY29sb3InPiYjeGViMDE7PC9pPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwhLS0gPGJ1dHRvbiAgY2xhc3M9XCJjaG9pY2UtaWNvbiB2eC1mcy0xNiB2eC10eHQtYmx1ZSB2eC1wLTAgdngtbS0wIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIj48aSBjbGFzcz1cImljb25zXCI+JiN4ZTkxMzs8L2k+PC9idXR0b24+IC0tPlxyXG4gICAgICAgIDxhcHAtY2hvaWNlLXNldHRpbmdzLXBhbmVsIFtkZWZhdWx0U2NvcmVdPVwic2VydmljZS5zY29yZS5kZWZhdWx0U2NvcmVcIiBbbmVnYXRpdmVTY29yZV09XCJzZXJ2aWNlLnNjb3JlLm5lZ2F0aXZlU2NvcmVcIiBbc2NvcmVWaXNpYmxlXT0nc2VydmljZS5mb3Jtc1BhZ2Uuc2V0dGluZ3MuYXNzZXNzbWVudE1vZGUnIFsoaXNGYWlsZWQpXT0nY2hvaWNlLmlzRmFpbGVkJyBbKHNjb3JlKV09J2Nob2ljZS5zY29yZSc+PC9hcHAtY2hvaWNlLXNldHRpbmdzLXBhbmVsPlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwicmlnaHQgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1tbC0xXCI+XHJcbiAgICAgICAgPGJ1dHRvbiAoY2xpY2spPVwibW9kaWZ5T3B0aW9uKCdBREQnLGNob2ljZUluZGV4LCdkcm9wZG93bi0nKVwiIGNsYXNzPVwidngtZnMtMjQgdngtcGFyYWdyYXBoLXR4dCB2eC1wLTAgdngtbS0wIHZ4LW1sLTEgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiPis8L2J1dHRvbj5cclxuICAgICAgICA8YnV0dG9uIChjbGljayk9XCJtb2RpZnlPcHRpb24oJ0RFTEVURScsY2hvaWNlSW5kZXgsJ2Ryb3Bkb3duLScpXCIgY2xhc3M9XCJ2eC1mcy0yNCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXAtMCB2eC1tLTAgdngtbWwtMSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCIgW2NsYXNzLmRpc2FibGVkXT1cInF1ZXN0aW9uPy5jaG9pY2VzPy5sZW5ndGggPT09IDFcIj4tPC9idXR0b24+XHJcbiAgICA8L2Rpdj5cclxuPC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJkcm9wZG93bmEgdngtZC1mbGV4IHZ4LW1iLTRcIiAqbmdJZj1cInF1ZXN0aW9uPy5oYXNPdGhlclwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImxlZnRcIj5cclxuICAgICAgICA8aW5wdXQgdHlwZT1cInRleHRcIiBkaXNhYmxlZCBwbGFjZWhvbGRlcj1cIk9wdGlvblwiIFthdHRyLmlkXT0nXCJkcm9wZG93bi1cIicgWyhuZ01vZGVsKV09XCJxdWVzdGlvbi5vdGhlclZhbHVlXCIvPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJvcHRpb24tY29sb3IgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiPlxyXG4gICAgICAgICAgICA8aW5wdXQgdHlwZT1cImNvbG9yXCJbKG5nTW9kZWwpXT1cInF1ZXN0aW9uLm90aGVyQ29uZmlnLmNvbG9yXCI+XHJcbiAgICAgICAgICAgIDxpIGNsYXNzPVwiaWNvbnMgdngtZnMtMTZcIiAgW3N0eWxlLmNvbG9yXT0ncXVlc3Rpb24ub3RoZXJDb25maWcuY29sb3InPiYjeGViMDE7PC9pPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwhLS0gPGJ1dHRvbiAgY2xhc3M9XCJjaG9pY2UtaWNvbiB2eC1mcy0xNiB2eC10eHQtYmx1ZSB2eC1wLTAgdngtbS0wIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIj48aSBjbGFzcz1cImljb25zXCI+JiN4ZTkxMzs8L2k+PC9idXR0b24+IC0tPlxyXG4gICAgICAgIDxhcHAtY2hvaWNlLXNldHRpbmdzLXBhbmVsIFtzY29yZVZpc2libGVdPSdzZXJ2aWNlLmZvcm1zUGFnZS5zZXR0aW5ncy5hc3Nlc3NtZW50TW9kZSdcclxuICAgICAgICBbKGlzRmFpbGVkKV09J3F1ZXN0aW9uLm90aGVyQ29uZmlnLmlzRmFpbGVkJ1xyXG4gICAgICAgIFtkZWZhdWx0U2NvcmVdPVwic2VydmljZS5zY29yZS5kZWZhdWx0U2NvcmVcIiBbbmVnYXRpdmVTY29yZV09XCJzZXJ2aWNlLnNjb3JlLm5lZ2F0aXZlU2NvcmVcIlxyXG4gICAgICAgIFsoc2NvcmUpXT0ncXVlc3Rpb24ub3RoZXJDb25maWcuc2NvcmUnPjwvYXBwLWNob2ljZS1zZXR0aW5ncy1wYW5lbD5cclxuICAgIDwvZGl2PlxyXG4gXHJcbjwvZGl2PiJdfQ==
@@ -0,0 +1 @@
1
+ {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"question":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"service":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"addOption":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"deleteOption":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":3,"members":[]}]}],"ngOnInit":[{"__symbolic":"method"}],"modifyOption":[{"__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":[]}}}}],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-build-dropdown","exportAs":null,"inputs":{"question":"question","service":"service"},"outputs":{"addOption":"addOption","deleteOption":"deleteOption"},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":4,"members":[]},"rendererType":{"__symbol":5,"members":[]},"componentFactory":{"__symbol":6,"members":[]}}}],"symbols":[{"__symbol":0,"name":"DropdownComponent","filePath":"./dropdown.component"},{"__symbol":1,"name":"Input","filePath":"@angular/core"},{"__symbol":2,"name":"Output","filePath":"@angular/core"},{"__symbol":3,"name":"ChangeDetectorRef","filePath":"@angular/core"},{"__symbol":4,"name":"View_DropdownComponent_0","filePath":"./dropdown.component.ngfactory"},{"__symbol":5,"name":"RenderType_DropdownComponent","filePath":"./dropdown.component.ngfactory"},{"__symbol":6,"name":"DropdownComponentNgFactory","filePath":"./dropdown.component.ngfactory"}]}
@@ -0,0 +1,15 @@
1
+ import { Component } from '@angular/core';
2
+ export class ImageChoiceComponent {
3
+ constructor() { }
4
+ ngOnInit() {
5
+ }
6
+ }
7
+ ImageChoiceComponent.decorators = [
8
+ { type: Component, args: [{
9
+ selector: 'app-image-choice',
10
+ template: "<div class=\"image-choice vx-d-flex vx-mb-4\">\r\n <div class=\"left\">\r\n <input type=\"text\" placeholder=\"Option\" />\r\n <div class=\"image-choice\">\r\n <div *ngIf=\"false\" class=\"no-image vx-d-flex vx-align-center vx-justify-center\"><i class=\"icons vx-fs-14\">&#xeb26;</i></div>\r\n <img src=\"https://s3-eu-west-1.amazonaws.com/eu.v-comply.com/o/5e481a5d61ca5e14f5731049/survey/61e78e555024510009bb9009/image-choice/Screenshot-20220119-at-9-09-35-AM1642575490143.png\">\r\n <div class=\"browse-btn vx-d-flex vx-align-center vx-justify-center\">\r\n <input type=\"file\" /> <span class=\"vx-fs-10 vx-fw-600 vx-txt-blue vx-tt-uppercase\">BROWSE</span>\r\n </div>\r\n <div *ngIf=\"false\" class=\"loader vx-d-flex vx-align-center vx-justify-center\"><i class=\"icons loader-icon vx-fs-16 vx-label-txt\">&#xe929;</i></div>\r\n </div>\r\n </div>\r\n <div class=\"right vx-d-flex vx-align-center vx-ml-1\">\r\n <button class=\"vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center\">+</button>\r\n <button class=\"vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center\" [class.disabled]=\"false\">-</button>\r\n </div>\r\n</div>",
11
+ 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\");.image-choice .left{width:calc(100% - 4.75rem);position:relative}.image-choice .left input[type=text]{background:#fff;border:1px solid #dbdbdb;border-radius:.25rem;color:#747576;font-size:12px;padding:.5rem .75rem .5rem 7.375rem;width:100%;height:4.5rem;outline:none;transition:all .3s ease-in-out}.image-choice .left input[type=text]:focus{border-color:#1e5dd3;box-shadow:0 0 5px rgba(30,93,211,.27)}.image-choice .left .image-choice{background:#fff;border-radius:.25rem;border:1px solid #f1f1f1;width:98px;height:3.5rem;padding:1px;position:absolute;top:.5rem;left:.5rem}.image-choice .left .image-choice .no-image{background:#f8f8f8;border-radius:.25rem .25rem 0 0;color:#dbdbdb;height:2.25rem}.image-choice .left .image-choice img{width:100%;height:100%;border-radius:.25rem}.image-choice .left .image-choice .browse-btn{background:#fff;border-radius:0 0 .25rem .25rem;padding-top:.125rem;position:absolute;bottom:0;left:0;width:100%;height:1.125rem}.image-choice .left .image-choice .browse-btn input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;width:100%;height:100%;opacity:0;cursor:pointer;text-indent:-9999px}.image-choice .left .image-choice .loader{background:#fff;border-radius:.125rem;width:100%;height:100%;position:absolute;top:0;left:0}.image-choice .left .image-choice .loader i.loader-icon{-webkit-animation:rotation 1.5s linear infinite;animation:rotation 1.5s linear infinite}.image-choice .right{width:4.5rem;height:4.5rem}.image-choice .right button{background:#f8f8f8;border-radius:50%;border:none;width:2rem;height:2rem}.image-choice .right button.disabled{pointer-events:none;opacity:.5}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}"]
12
+ },] }
13
+ ];
14
+ ImageChoiceComponent.ctorParameters = () => [];
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW1hZ2UtY2hvaWNlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9idWlsZC9pbWFnZS1jaG9pY2UvaW1hZ2UtY2hvaWNlLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBT2xELE1BQU0sT0FBTyxvQkFBb0I7SUFFL0IsZ0JBQWdCLENBQUM7SUFFakIsUUFBUTtJQUNSLENBQUM7OztZQVZGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsa0JBQWtCO2dCQUM1Qiw0ekNBQTRDOzthQUU3QyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1pbWFnZS1jaG9pY2UnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9pbWFnZS1jaG9pY2UuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL2ltYWdlLWNob2ljZS5jb21wb25lbnQubGVzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJbWFnZUNob2ljZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gIH1cclxuXHJcbn1cclxuIl19
@@ -0,0 +1,20 @@
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 "./image-choice.component.less.shim.ngstyle";
8
+ import * as i1 from "@angular/core";
9
+ import * as i2 from "@angular/common";
10
+ import * as i3 from "./image-choice.component";
11
+ var styles_ImageChoiceComponent = [i0.styles];
12
+ var RenderType_ImageChoiceComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_ImageChoiceComponent, data: {} });
13
+ export { RenderType_ImageChoiceComponent as RenderType_ImageChoiceComponent };
14
+ function View_ImageChoiceComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "div", [["class", "no-image vx-d-flex vx-align-center vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "i", [["class", "icons vx-fs-14"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEB26"]))], null, null); }
15
+ function View_ImageChoiceComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "div", [["class", "loader vx-d-flex vx-align-center vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "i", [["class", "icons loader-icon vx-fs-16 vx-label-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE929"]))], null, null); }
16
+ export function View_ImageChoiceComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 17, "div", [["class", "image-choice vx-d-flex vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 11, "div", [["class", "left"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 0, "input", [["placeholder", "Option"], ["type", "text"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 9, "div", [["class", "image-choice"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ImageChoiceComponent_1)), i1.ɵdid(5, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(6, 0, null, null, 0, "img", [["src", "https://s3-eu-west-1.amazonaws.com/eu.v-comply.com/o/5e481a5d61ca5e14f5731049/survey/61e78e555024510009bb9009/image-choice/Screenshot-20220119-at-9-09-35-AM1642575490143.png"]], null, null, null, null, null)), (_l()(), i1.ɵeld(7, 0, null, null, 3, "div", [["class", "browse-btn vx-d-flex vx-align-center vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(8, 0, null, null, 0, "input", [["type", "file"]], null, null, null, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 1, "span", [["class", "vx-fs-10 vx-fw-600 vx-txt-blue vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["BROWSE"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ImageChoiceComponent_2)), i1.ɵdid(12, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(13, 0, null, null, 4, "div", [["class", "right vx-d-flex vx-align-center vx-ml-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(14, 0, null, null, 1, "button", [["class", "vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["+"])), (_l()(), i1.ɵeld(16, 0, null, null, 1, "button", [["class", "vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center"]], [[2, "disabled", null]], null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["-"]))], function (_ck, _v) { var currVal_0 = false; _ck(_v, 5, 0, currVal_0); var currVal_1 = false; _ck(_v, 12, 0, currVal_1); }, function (_ck, _v) { var currVal_2 = false; _ck(_v, 16, 0, currVal_2); }); }
17
+ export function View_ImageChoiceComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-image-choice", [], null, null, null, View_ImageChoiceComponent_0, RenderType_ImageChoiceComponent)), i1.ɵdid(1, 114688, null, 0, i3.ImageChoiceComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
18
+ var ImageChoiceComponentNgFactory = i1.ɵccf("app-image-choice", i3.ImageChoiceComponent, View_ImageChoiceComponent_Host_0, {}, {}, []);
19
+ export { ImageChoiceComponentNgFactory as ImageChoiceComponentNgFactory };
20
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW1hZ2UtY2hvaWNlLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvYnVpbGQvaW1hZ2UtY2hvaWNlL2ltYWdlLWNob2ljZS5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2J1aWxkL2ltYWdlLWNob2ljZS9pbWFnZS1jaG9pY2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7OzsrRENJWSw2SUFBNEgsS0FBNUMscUdBQXNDLEtBQVosbUNBQVE7K0RBS2xILDJJQUFtSixLQUFyRSw4SEFBK0QsS0FBWixtQ0FBUTtzRUFUckosd0hBZ0JNLEtBZkYsOEZBVU0sS0FURix5SEFBMEMsS0FDMUMscUdBT00sS0FORixvTEFBNEgsSUFDNUgsb1FBQXlMLEtBQ3pMLCtJQUVNLEtBREYsOEZBQXFCLEtBQUMsd0lBQTBFLEtBQWIsbUNBQU0sTUFFN0YscUxBQW1KLElBRzNKLGlJQUdNLEtBRkYsd0xBQXNILEtBQVYsOEJBQUMsTUFDN0csMk1BQStJLEtBQVYsOEJBQUMsMkJBVjdILHFCQUFhLEVBQWxCLFlBQTRILEVBQXZILFNBQWEsR0FLYixxQkFBYSxFQUFsQixhQUFtSixFQUE5SSxTQUFhLDJCQUtzRixxQkFBd0IsRUFBcEksYUFBK0ksRUFBbkMsU0FBd0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBpMCBmcm9tICdAYW5ndWxhci9jb3JlJztcbmkwLkNvbXBvbmVudEZhY3Rvcnk7XG4iLCI8ZGl2IGNsYXNzPVwiaW1hZ2UtY2hvaWNlIHZ4LWQtZmxleCB2eC1tYi00XCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwibGVmdFwiPlxyXG4gICAgICAgIDxpbnB1dCB0eXBlPVwidGV4dFwiIHBsYWNlaG9sZGVyPVwiT3B0aW9uXCIgLz5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiaW1hZ2UtY2hvaWNlXCI+XHJcbiAgICAgICAgICAgIDxkaXYgKm5nSWY9XCJmYWxzZVwiIGNsYXNzPVwibm8taW1hZ2UgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiPjxpIGNsYXNzPVwiaWNvbnMgdngtZnMtMTRcIj4mI3hlYjI2OzwvaT48L2Rpdj5cclxuICAgICAgICAgICAgPGltZyBzcmM9XCJodHRwczovL3MzLWV1LXdlc3QtMS5hbWF6b25hd3MuY29tL2V1LnYtY29tcGx5LmNvbS9vLzVlNDgxYTVkNjFjYTVlMTRmNTczMTA0OS9zdXJ2ZXkvNjFlNzhlNTU1MDI0NTEwMDA5YmI5MDA5L2ltYWdlLWNob2ljZS9TY3JlZW5zaG90LTIwMjIwMTE5LWF0LTktMDktMzUtQU0xNjQyNTc1NDkwMTQzLnBuZ1wiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnJvd3NlLWJ0biB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCI+XHJcbiAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT1cImZpbGVcIiAvPiA8c3BhbiBjbGFzcz1cInZ4LWZzLTEwIHZ4LWZ3LTYwMCB2eC10eHQtYmx1ZSB2eC10dC11cHBlcmNhc2VcIj5CUk9XU0U8L3NwYW4+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2ICpuZ0lmPVwiZmFsc2VcIiBjbGFzcz1cImxvYWRlciB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCI+PGkgY2xhc3M9XCJpY29ucyBsb2FkZXItaWNvbiB2eC1mcy0xNiB2eC1sYWJlbC10eHRcIj4mI3hlOTI5OzwvaT48L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cInJpZ2h0IHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtbWwtMVwiPlxyXG4gICAgICAgIDxidXR0b24gY2xhc3M9XCJ2eC1mcy0yNCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXAtMCB2eC1tLTAgdngtbWwtMSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCI+KzwvYnV0dG9uPlxyXG4gICAgICAgIDxidXR0b24gY2xhc3M9XCJ2eC1mcy0yNCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXAtMCB2eC1tLTAgdngtbWwtMSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCIgW2NsYXNzLmRpc2FibGVkXT1cImZhbHNlXCI+LTwvYnV0dG9uPlxyXG4gICAgPC9kaXY+XHJcbjwvZGl2PiJdfQ==
@@ -0,0 +1 @@
1
+ {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-image-choice","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":1,"members":[]},"rendererType":{"__symbol":2,"members":[]},"componentFactory":{"__symbol":3,"members":[]}}}],"symbols":[{"__symbol":0,"name":"ImageChoiceComponent","filePath":"./image-choice.component"},{"__symbol":1,"name":"View_ImageChoiceComponent_0","filePath":"./image-choice.component.ngfactory"},{"__symbol":2,"name":"RenderType_ImageChoiceComponent","filePath":"./image-choice.component.ngfactory"},{"__symbol":3,"name":"ImageChoiceComponentNgFactory","filePath":"./image-choice.component.ngfactory"}]}
@@ -0,0 +1,15 @@
1
+ import { Component } from '@angular/core';
2
+ export class MatrixDropdownComponent {
3
+ constructor() { }
4
+ ngOnInit() {
5
+ }
6
+ }
7
+ MatrixDropdownComponent.decorators = [
8
+ { type: Component, args: [{
9
+ selector: 'app-matrix-dropdown',
10
+ template: "<div class=\"matrix-dropdown vx-mb-4\">\r\n <div class=\"label-heading vx-fs-12 vx-fw-500 vx-label-txt vx-mb-1\">Rows</div>\r\n <div class=\"option-list\">\r\n <ul class=\"vx-p-0 vx-m-0\">\r\n <li class=\"vx-d-flex\">\r\n <div class=\"left\">\r\n <input type=\"text\" placeholder=\"Option\" />\r\n </div>\r\n <div class=\"right vx-d-flex vx-align-center vx-ml-1\">\r\n <button class=\"vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center\">+</button>\r\n <button class=\"vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center\" [class.disabled]=\"false\">-</button>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n <div class=\"label-heading vx-fs-12 vx-fw-500 vx-label-txt vx-mb-1\">Columns</div>\r\n <div class=\"option-list\">\r\n <ul class=\"vx-p-0 vx-m-0\">\r\n <li>\r\n <div class=\"vx-d-flex\">\r\n <div class=\"left\">\r\n <input type=\"text\" placeholder=\"Column\" />\r\n </div>\r\n <div class=\"right vx-d-flex vx-align-center vx-ml-1\">\r\n <button class=\"vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center\">+</button>\r\n <button class=\"vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center\" [class.disabled]=\"false\">-</button>\r\n </div>\r\n </div>\r\n <div class=\"child-option-list\">\r\n <ul>\r\n <li class=\"vx-d-flex vx-mt-2\">\r\n <div class=\"left\">\r\n <input type=\"text\" placeholder=\"Option\" />\r\n </div>\r\n <div class=\"right vx-d-flex vx-align-center vx-ml-1\">\r\n <button class=\"close vx-fs-16 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center\" [class.disabled]=\"false\"><i class=\"icons\">&#xe9ae;</i></button>\r\n </div>\r\n </li>\r\n <button class=\"add vx-fs-11 vx-fw-500 vx-paragraph-txt vx-tt-uppercase vx-p-0 vx-pl-3 vx-m-0 vx-mt-2 vx-d-flex vx-align-center\"><i class=\"icons vx-fs-12 vx-txt-blue vx-mr-2\">&#xe915;</i> ADD OPTION</button>\r\n </ul>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n</div>",
11
+ 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\");.matrix-dropdown .option-list{margin-bottom:2rem}.matrix-dropdown .option-list ul{list-style-type:none}.matrix-dropdown .option-list ul li .child-option-list ul{padding:0 4.875rem 0 1.5rem}.matrix-dropdown .option-list ul li .child-option-list ul li{position:relative}.matrix-dropdown .option-list ul li .child-option-list ul li:before{position:absolute;content:\"\";left:-1rem;height:.5rem;width:.5rem;background:#161b2f;border-radius:50%;top:calc(50% - .25rem)}.matrix-dropdown .option-list ul li .child-option-list ul button.add{background:#fff;border:1px dashed #dbdbdb;border-radius:.25rem;height:2.5rem;width:28.75rem;transition:all .3s ease-in-out}.matrix-dropdown .option-list ul li .child-option-list ul button.add:hover{border-color:#1e5dd3;color:#1e5dd3}.matrix-dropdown .left{width:calc(100% - 4.75rem);position:relative}.matrix-dropdown .left input[type=text]{background:#fff;border:1px solid #dbdbdb;border-radius:.25rem;color:#747576;font-size:12px;padding:.5rem .75rem;width:100%;height:2.5rem;outline:none;transition:all .3s ease-in-out}.matrix-dropdown .left input[type=text]:focus{border-color:#1e5dd3;box-shadow:0 0 5px rgba(30,93,211,.27)}.matrix-dropdown .right{width:4.5rem;height:2.5rem}.matrix-dropdown .right button{background:#f8f8f8;border-radius:50%;border:none;width:2rem;height:2rem}.matrix-dropdown .right button.disabled{pointer-events:none;opacity:.5}.matrix-dropdown .right button.close{background:transparent}"]
12
+ },] }
13
+ ];
14
+ MatrixDropdownComponent.ctorParameters = () => [];
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0cml4LWRyb3Bkb3duLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9idWlsZC9tYXRyaXgtZHJvcGRvd24vbWF0cml4LWRyb3Bkb3duLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBT2xELE1BQU0sT0FBTyx1QkFBdUI7SUFFbEMsZ0JBQWdCLENBQUM7SUFFakIsUUFBUTtJQUNSLENBQUM7OztZQVZGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUscUJBQXFCO2dCQUMvQixrckZBQStDOzthQUVoRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1tYXRyaXgtZHJvcGRvd24nLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9tYXRyaXgtZHJvcGRvd24uY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL21hdHJpeC1kcm9wZG93bi5jb21wb25lbnQubGVzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBNYXRyaXhEcm9wZG93bkNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gIH1cclxuXHJcbn1cclxuIl19
@@ -0,0 +1,17 @@
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 "./matrix-dropdown.component.less.shim.ngstyle";
8
+ import * as i1 from "@angular/core";
9
+ import * as i2 from "./matrix-dropdown.component";
10
+ var styles_MatrixDropdownComponent = [i0.styles];
11
+ var RenderType_MatrixDropdownComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_MatrixDropdownComponent, data: {} });
12
+ export { RenderType_MatrixDropdownComponent as RenderType_MatrixDropdownComponent };
13
+ export function View_MatrixDropdownComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 38, "div", [["class", "matrix-dropdown vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "div", [["class", "label-heading vx-fs-12 vx-fw-500 vx-label-txt vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Rows"])), (_l()(), i1.ɵeld(3, 0, null, null, 9, "div", [["class", "option-list"]], null, null, null, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 8, "ul", [["class", "vx-p-0 vx-m-0"]], null, null, null, null, null)), (_l()(), i1.ɵeld(5, 0, null, null, 7, "li", [["class", "vx-d-flex"]], null, null, null, null, null)), (_l()(), i1.ɵeld(6, 0, null, null, 1, "div", [["class", "left"]], null, null, null, null, null)), (_l()(), i1.ɵeld(7, 0, null, null, 0, "input", [["placeholder", "Option"], ["type", "text"]], null, null, null, null, null)), (_l()(), i1.ɵeld(8, 0, null, null, 4, "div", [["class", "right vx-d-flex vx-align-center vx-ml-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 1, "button", [["class", "vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["+"])), (_l()(), i1.ɵeld(11, 0, null, null, 1, "button", [["class", "vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center"]], [[2, "disabled", null]], null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["-"])), (_l()(), i1.ɵeld(13, 0, null, null, 1, "div", [["class", "label-heading vx-fs-12 vx-fw-500 vx-label-txt vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Columns"])), (_l()(), i1.ɵeld(15, 0, null, null, 23, "div", [["class", "option-list"]], null, null, null, null, null)), (_l()(), i1.ɵeld(16, 0, null, null, 22, "ul", [["class", "vx-p-0 vx-m-0"]], null, null, null, null, null)), (_l()(), i1.ɵeld(17, 0, null, null, 21, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(18, 0, null, null, 7, "div", [["class", "vx-d-flex"]], null, null, null, null, null)), (_l()(), i1.ɵeld(19, 0, null, null, 1, "div", [["class", "left"]], null, null, null, null, null)), (_l()(), i1.ɵeld(20, 0, null, null, 0, "input", [["placeholder", "Column"], ["type", "text"]], null, null, null, null, null)), (_l()(), i1.ɵeld(21, 0, null, null, 4, "div", [["class", "right vx-d-flex vx-align-center vx-ml-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(22, 0, null, null, 1, "button", [["class", "vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["+"])), (_l()(), i1.ɵeld(24, 0, null, null, 1, "button", [["class", "vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center"]], [[2, "disabled", null]], null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["-"])), (_l()(), i1.ɵeld(26, 0, null, null, 12, "div", [["class", "child-option-list"]], null, null, null, null, null)), (_l()(), i1.ɵeld(27, 0, null, null, 11, "ul", [], null, null, null, null, null)), (_l()(), i1.ɵeld(28, 0, null, null, 6, "li", [["class", "vx-d-flex vx-mt-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(29, 0, null, null, 1, "div", [["class", "left"]], null, null, null, null, null)), (_l()(), i1.ɵeld(30, 0, null, null, 0, "input", [["placeholder", "Option"], ["type", "text"]], null, null, null, null, null)), (_l()(), i1.ɵeld(31, 0, null, null, 3, "div", [["class", "right vx-d-flex vx-align-center vx-ml-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(32, 0, null, null, 2, "button", [["class", "close vx-fs-16 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center"]], [[2, "disabled", null]], null, null, null, null)), (_l()(), i1.ɵeld(33, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9AE"])), (_l()(), i1.ɵeld(35, 0, null, null, 3, "button", [["class", "add vx-fs-11 vx-fw-500 vx-paragraph-txt vx-tt-uppercase vx-p-0 vx-pl-3 vx-m-0 vx-mt-2 vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(36, 0, null, null, 1, "i", [["class", "icons vx-fs-12 vx-txt-blue vx-mr-2"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE915"])), (_l()(), i1.ɵted(-1, null, [" ADD OPTION"]))], null, function (_ck, _v) { var currVal_0 = false; _ck(_v, 11, 0, currVal_0); var currVal_1 = false; _ck(_v, 24, 0, currVal_1); var currVal_2 = false; _ck(_v, 32, 0, currVal_2); }); }
14
+ export function View_MatrixDropdownComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-matrix-dropdown", [], null, null, null, View_MatrixDropdownComponent_0, RenderType_MatrixDropdownComponent)), i1.ɵdid(1, 114688, null, 0, i2.MatrixDropdownComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
15
+ var MatrixDropdownComponentNgFactory = i1.ɵccf("app-matrix-dropdown", i2.MatrixDropdownComponent, View_MatrixDropdownComponent_Host_0, {}, {}, []);
16
+ export { MatrixDropdownComponentNgFactory as MatrixDropdownComponentNgFactory };
17
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0cml4LWRyb3Bkb3duLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvYnVpbGQvbWF0cml4LWRyb3Bkb3duL21hdHJpeC1kcm9wZG93bi5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2J1aWxkL21hdHJpeC1kcm9wZG93bi9tYXRyaXgtZHJvcGRvd24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7O3lFQ0FBLGlIQTRDTSxLQTNDRiw4SUFBNkUsS0FBVixpQ0FBSSxNQUN2RSxvR0FZTSxLQVhGLHFHQVVLLEtBVEQsaUdBUUssS0FQRCw2RkFFTSxLQURGLHlIQUEwQyxLQUU5QyxnSUFHTSxLQUZGLHVMQUFzSCxLQUFWLDhCQUFDLE1BQzdHLDJNQUErSSxLQUFWLDhCQUFDLE1BS3RKLCtJQUFnRixLQUFiLG9DQUFPLE1BQzFFLHNHQTJCTSxLQTFCRix1R0F5QkssS0F4QkQsNkVBdUJLLEtBdEJELG1HQVFNLEtBUEYsOEZBRU0sS0FERiwwSEFBMEMsS0FFOUMsaUlBR00sS0FGRix3TEFBc0gsS0FBViw4QkFBQyxNQUM3RywyTUFBK0ksS0FBViw4QkFBQyxNQUc5SSw0R0FZTSxLQVhGLDZFQVVLLEtBVEQsMEdBT0ssS0FORCw4RkFFTSxLQURGLDBIQUEwQyxLQUU5QyxpSUFFTSxLQURGLGlOQUFpTCxLQUF0Qyw2RkFBNkIsS0FBWixtQ0FBUSxNQUc1Syw0TUFBOE0sS0FBOUUsMEhBQTBELEtBQVosbUNBQVEsTUFBSSx3Q0FBVyxpQ0E1QjdGLHFCQUF3QixFQUFwSSxhQUErSSxFQUFuQyxTQUF3QixHQWVwQixxQkFBd0IsRUFBcEksYUFBK0ksRUFBbkMsU0FBd0IsR0FVVixxQkFBd0IsRUFBMUksYUFBaUwsRUFBL0QsU0FBd0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBpMCBmcm9tICdAYW5ndWxhci9jb3JlJztcbmkwLkNvbXBvbmVudEZhY3Rvcnk7XG4iLCI8ZGl2IGNsYXNzPVwibWF0cml4LWRyb3Bkb3duIHZ4LW1iLTRcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJsYWJlbC1oZWFkaW5nIHZ4LWZzLTEyIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtbWItMVwiPlJvd3M8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJvcHRpb24tbGlzdFwiPlxyXG4gICAgICAgIDx1bCBjbGFzcz1cInZ4LXAtMCB2eC1tLTBcIj5cclxuICAgICAgICAgICAgPGxpIGNsYXNzPVwidngtZC1mbGV4XCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibGVmdFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwidGV4dFwiIHBsYWNlaG9sZGVyPVwiT3B0aW9uXCIgLz5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJpZ2h0IHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtbWwtMVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJ2eC1mcy0yNCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXAtMCB2eC1tLTAgdngtbWwtMSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCI+KzwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJ2eC1mcy0yNCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXAtMCB2eC1tLTAgdngtbWwtMSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCIgW2NsYXNzLmRpc2FibGVkXT1cImZhbHNlXCI+LTwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgPC91bD5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cImxhYmVsLWhlYWRpbmcgdngtZnMtMTIgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC1tYi0xXCI+Q29sdW1uczwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cIm9wdGlvbi1saXN0XCI+XHJcbiAgICAgICAgPHVsIGNsYXNzPVwidngtcC0wIHZ4LW0tMFwiPlxyXG4gICAgICAgICAgICA8bGk+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidngtZC1mbGV4XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImxlZnRcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJ0ZXh0XCIgcGxhY2Vob2xkZXI9XCJDb2x1bW5cIiAvPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyaWdodCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LW1sLTFcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cInZ4LWZzLTI0IHZ4LXBhcmFncmFwaC10eHQgdngtcC0wIHZ4LW0tMCB2eC1tbC0xIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIj4rPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJ2eC1mcy0yNCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXAtMCB2eC1tLTAgdngtbWwtMSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCIgW2NsYXNzLmRpc2FibGVkXT1cImZhbHNlXCI+LTwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2hpbGQtb3B0aW9uLWxpc3RcIj5cclxuICAgICAgICAgICAgICAgICAgICA8dWw+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxsaSBjbGFzcz1cInZ4LWQtZmxleCB2eC1tdC0yXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibGVmdFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwidGV4dFwiIHBsYWNlaG9sZGVyPVwiT3B0aW9uXCIgLz5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJpZ2h0IHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtbWwtMVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJjbG9zZSB2eC1mcy0xNiB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXAtMCB2eC1tLTAgdngtbWwtMSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCIgW2NsYXNzLmRpc2FibGVkXT1cImZhbHNlXCI+PGkgY2xhc3M9XCJpY29uc1wiPiYjeGU5YWU7PC9pPjwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJhZGQgdngtZnMtMTEgdngtZnctNTAwIHZ4LXBhcmFncmFwaC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LXAtMCB2eC1wbC0zIHZ4LW0tMCB2eC1tdC0yIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIj48aSBjbGFzcz1cImljb25zIHZ4LWZzLTEyIHZ4LXR4dC1ibHVlIHZ4LW1yLTJcIj4mI3hlOTE1OzwvaT4gQUREIE9QVElPTjwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvdWw+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9saT5cclxuICAgICAgICA8L3VsPlxyXG4gICAgPC9kaXY+XHJcbjwvZGl2PiJdfQ==
@@ -0,0 +1 @@
1
+ {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-matrix-dropdown","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":1,"members":[]},"rendererType":{"__symbol":2,"members":[]},"componentFactory":{"__symbol":3,"members":[]}}}],"symbols":[{"__symbol":0,"name":"MatrixDropdownComponent","filePath":"./matrix-dropdown.component"},{"__symbol":1,"name":"View_MatrixDropdownComponent_0","filePath":"./matrix-dropdown.component.ngfactory"},{"__symbol":2,"name":"RenderType_MatrixDropdownComponent","filePath":"./matrix-dropdown.component.ngfactory"},{"__symbol":3,"name":"MatrixDropdownComponentNgFactory","filePath":"./matrix-dropdown.component.ngfactory"}]}
@@ -0,0 +1,15 @@
1
+ import { Component } from '@angular/core';
2
+ export class MatrixRatingScaleComponent {
3
+ constructor() { }
4
+ ngOnInit() {
5
+ }
6
+ }
7
+ MatrixRatingScaleComponent.decorators = [
8
+ { type: Component, args: [{
9
+ selector: 'app-matrix-rating-scale',
10
+ template: "<div class=\"matrix-rating-scale vx-mb-4\">\r\n <div class=\"label-heading vx-fs-12 vx-fw-500 vx-label-txt vx-mb-1\">Rows</div>\r\n <div class=\"option-list\">\r\n <ul class=\"vx-p-0 vx-m-0\">\r\n <li class=\"vx-d-flex\">\r\n <div class=\"left\">\r\n <input type=\"text\" placeholder=\"Option\" />\r\n </div>\r\n <div class=\"right vx-d-flex vx-align-center vx-ml-1\">\r\n <button class=\"vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center\">+</button>\r\n <button class=\"vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center\" [class.disabled]=\"false\">-</button>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n <div class=\"label-heading vx-fs-12 vx-fw-500 vx-label-txt vx-mb-1\">Columns</div>\r\n <div class=\"option-list\">\r\n <ul class=\"vx-p-0 vx-m-0\">\r\n <li>\r\n <div class=\"vx-d-flex\">\r\n <div class=\"left\">\r\n <input type=\"text\" placeholder=\"Option\" />\r\n </div>\r\n <div class=\"right vx-d-flex vx-align-center vx-ml-1\">\r\n <button class=\"vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center\">+</button>\r\n <button class=\"vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center\" [class.disabled]=\"false\">-</button>\r\n </div>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n</div>",
11
+ 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\");.matrix-rating-scale .option-list{margin-bottom:2rem}.matrix-rating-scale .option-list ul{list-style-type:none}.matrix-rating-scale .left{width:calc(100% - 4.75rem);position:relative}.matrix-rating-scale .left input[type=text]{background:#fff;border:1px solid #dbdbdb;border-radius:.25rem;color:#747576;font-size:12px;padding:.5rem .75rem;width:100%;height:2.5rem;outline:none;transition:all .3s ease-in-out}.matrix-rating-scale .left input[type=text]:focus{border-color:#1e5dd3;box-shadow:0 0 5px rgba(30,93,211,.27)}.matrix-rating-scale .right{width:4.5rem;height:2.5rem}.matrix-rating-scale .right button{background:#f8f8f8;border-radius:50%;border:none;width:2rem;height:2rem}.matrix-rating-scale .right button.disabled{pointer-events:none;opacity:.5}.matrix-rating-scale .right button.close{background:transparent}"]
12
+ },] }
13
+ ];
14
+ MatrixRatingScaleComponent.ctorParameters = () => [];
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0cml4LXJhdGluZy1zY2FsZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvYnVpbGQvbWF0cml4LXJhdGluZy1zY2FsZS9tYXRyaXgtcmF0aW5nLXNjYWxlLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBT2xELE1BQU0sT0FBTywwQkFBMEI7SUFFckMsZ0JBQWdCLENBQUM7SUFFakIsUUFBUTtJQUNSLENBQUM7OztZQVZGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUseUJBQXlCO2dCQUNuQywrdERBQW1EOzthQUVwRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1tYXRyaXgtcmF0aW5nLXNjYWxlJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vbWF0cml4LXJhdGluZy1zY2FsZS5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vbWF0cml4LXJhdGluZy1zY2FsZS5jb21wb25lbnQubGVzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBNYXRyaXhSYXRpbmdTY2FsZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gIH1cclxuXHJcbn1cclxuIl19
@@ -0,0 +1,17 @@
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 "./matrix-rating-scale.component.less.shim.ngstyle";
8
+ import * as i1 from "@angular/core";
9
+ import * as i2 from "./matrix-rating-scale.component";
10
+ var styles_MatrixRatingScaleComponent = [i0.styles];
11
+ var RenderType_MatrixRatingScaleComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_MatrixRatingScaleComponent, data: {} });
12
+ export { RenderType_MatrixRatingScaleComponent as RenderType_MatrixRatingScaleComponent };
13
+ export function View_MatrixRatingScaleComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 25, "div", [["class", "matrix-rating-scale vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "div", [["class", "label-heading vx-fs-12 vx-fw-500 vx-label-txt vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Rows"])), (_l()(), i1.ɵeld(3, 0, null, null, 9, "div", [["class", "option-list"]], null, null, null, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 8, "ul", [["class", "vx-p-0 vx-m-0"]], null, null, null, null, null)), (_l()(), i1.ɵeld(5, 0, null, null, 7, "li", [["class", "vx-d-flex"]], null, null, null, null, null)), (_l()(), i1.ɵeld(6, 0, null, null, 1, "div", [["class", "left"]], null, null, null, null, null)), (_l()(), i1.ɵeld(7, 0, null, null, 0, "input", [["placeholder", "Option"], ["type", "text"]], null, null, null, null, null)), (_l()(), i1.ɵeld(8, 0, null, null, 4, "div", [["class", "right vx-d-flex vx-align-center vx-ml-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 1, "button", [["class", "vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["+"])), (_l()(), i1.ɵeld(11, 0, null, null, 1, "button", [["class", "vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center"]], [[2, "disabled", null]], null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["-"])), (_l()(), i1.ɵeld(13, 0, null, null, 1, "div", [["class", "label-heading vx-fs-12 vx-fw-500 vx-label-txt vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Columns"])), (_l()(), i1.ɵeld(15, 0, null, null, 10, "div", [["class", "option-list"]], null, null, null, null, null)), (_l()(), i1.ɵeld(16, 0, null, null, 9, "ul", [["class", "vx-p-0 vx-m-0"]], null, null, null, null, null)), (_l()(), i1.ɵeld(17, 0, null, null, 8, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(18, 0, null, null, 7, "div", [["class", "vx-d-flex"]], null, null, null, null, null)), (_l()(), i1.ɵeld(19, 0, null, null, 1, "div", [["class", "left"]], null, null, null, null, null)), (_l()(), i1.ɵeld(20, 0, null, null, 0, "input", [["placeholder", "Option"], ["type", "text"]], null, null, null, null, null)), (_l()(), i1.ɵeld(21, 0, null, null, 4, "div", [["class", "right vx-d-flex vx-align-center vx-ml-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(22, 0, null, null, 1, "button", [["class", "vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["+"])), (_l()(), i1.ɵeld(24, 0, null, null, 1, "button", [["class", "vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center"]], [[2, "disabled", null]], null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["-"]))], null, function (_ck, _v) { var currVal_0 = false; _ck(_v, 11, 0, currVal_0); var currVal_1 = false; _ck(_v, 24, 0, currVal_1); }); }
14
+ export function View_MatrixRatingScaleComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-matrix-rating-scale", [], null, null, null, View_MatrixRatingScaleComponent_0, RenderType_MatrixRatingScaleComponent)), i1.ɵdid(1, 114688, null, 0, i2.MatrixRatingScaleComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
15
+ var MatrixRatingScaleComponentNgFactory = i1.ɵccf("app-matrix-rating-scale", i2.MatrixRatingScaleComponent, View_MatrixRatingScaleComponent_Host_0, {}, {}, []);
16
+ export { MatrixRatingScaleComponentNgFactory as MatrixRatingScaleComponentNgFactory };
17
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0cml4LXJhdGluZy1zY2FsZS5jb21wb25lbnQubmdmYWN0b3J5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2J1aWxkL21hdHJpeC1yYXRpbmctc2NhbGUvbWF0cml4LXJhdGluZy1zY2FsZS5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2J1aWxkL21hdHJpeC1yYXRpbmctc2NhbGUvbWF0cml4LXJhdGluZy1zY2FsZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7NEVDQUEscUhBK0JNLEtBOUJGLDhJQUE2RSxLQUFWLGlDQUFJLE1BQ3ZFLG9HQVlNLEtBWEYscUdBVUssS0FURCxpR0FRSyxLQVBELDZGQUVNLEtBREYseUhBQTBDLEtBRTlDLGdJQUdNLEtBRkYsdUxBQXNILEtBQVYsOEJBQUMsTUFDN0csMk1BQStJLEtBQVYsOEJBQUMsTUFLdEosK0lBQWdGLEtBQWIsb0NBQU8sTUFDMUUsc0dBY00sS0FiRixzR0FZSyxLQVhELDRFQVVLLEtBVEQsbUdBUU0sS0FQRiw4RkFFTSxLQURGLDBIQUEwQyxLQUU5QyxpSUFHTSxLQUZGLHdMQUFzSCxLQUFWLDhCQUFDLE1BQzdHLDJNQUErSSxLQUFWLDhCQUFDLGlDQWY5QixxQkFBd0IsRUFBcEksYUFBK0ksRUFBbkMsU0FBd0IsR0FlcEIscUJBQXdCLEVBQXBJLGFBQStJLEVBQW5DLFNBQXdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiPGRpdiBjbGFzcz1cIm1hdHJpeC1yYXRpbmctc2NhbGUgdngtbWItNFwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImxhYmVsLWhlYWRpbmcgdngtZnMtMTIgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC1tYi0xXCI+Um93czwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cIm9wdGlvbi1saXN0XCI+XHJcbiAgICAgICAgPHVsIGNsYXNzPVwidngtcC0wIHZ4LW0tMFwiPlxyXG4gICAgICAgICAgICA8bGkgY2xhc3M9XCJ2eC1kLWZsZXhcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJsZWZ0XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJ0ZXh0XCIgcGxhY2Vob2xkZXI9XCJPcHRpb25cIiAvPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicmlnaHQgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1tbC0xXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cInZ4LWZzLTI0IHZ4LXBhcmFncmFwaC10eHQgdngtcC0wIHZ4LW0tMCB2eC1tbC0xIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIj4rPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cInZ4LWZzLTI0IHZ4LXBhcmFncmFwaC10eHQgdngtcC0wIHZ4LW0tMCB2eC1tbC0xIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIiBbY2xhc3MuZGlzYWJsZWRdPVwiZmFsc2VcIj4tPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9saT5cclxuICAgICAgICA8L3VsPlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwibGFiZWwtaGVhZGluZyB2eC1mcy0xMiB2eC1mdy01MDAgdngtbGFiZWwtdHh0IHZ4LW1iLTFcIj5Db2x1bW5zPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwib3B0aW9uLWxpc3RcIj5cclxuICAgICAgICA8dWwgY2xhc3M9XCJ2eC1wLTAgdngtbS0wXCI+XHJcbiAgICAgICAgICAgIDxsaT5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ2eC1kLWZsZXhcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibGVmdFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT1cInRleHRcIiBwbGFjZWhvbGRlcj1cIk9wdGlvblwiIC8+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJpZ2h0IHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtbWwtMVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwidngtZnMtMjQgdngtcGFyYWdyYXBoLXR4dCB2eC1wLTAgdngtbS0wIHZ4LW1sLTEgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiPis8L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cInZ4LWZzLTI0IHZ4LXBhcmFncmFwaC10eHQgdngtcC0wIHZ4LW0tMCB2eC1tbC0xIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIiBbY2xhc3MuZGlzYWJsZWRdPVwiZmFsc2VcIj4tPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9saT5cclxuICAgICAgICA8L3VsPlxyXG4gICAgPC9kaXY+XHJcbjwvZGl2PiJdfQ==
@@ -0,0 +1 @@
1
+ {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-matrix-rating-scale","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":1,"members":[]},"rendererType":{"__symbol":2,"members":[]},"componentFactory":{"__symbol":3,"members":[]}}}],"symbols":[{"__symbol":0,"name":"MatrixRatingScaleComponent","filePath":"./matrix-rating-scale.component"},{"__symbol":1,"name":"View_MatrixRatingScaleComponent_0","filePath":"./matrix-rating-scale.component.ngfactory"},{"__symbol":2,"name":"RenderType_MatrixRatingScaleComponent","filePath":"./matrix-rating-scale.component.ngfactory"},{"__symbol":3,"name":"MatrixRatingScaleComponentNgFactory","filePath":"./matrix-rating-scale.component.ngfactory"}]}
@@ -0,0 +1,35 @@
1
+ import { ChangeDetectorRef, Component, EventEmitter, Input, Output } from '@angular/core';
2
+ export class MultipleChoiceComponent {
3
+ constructor(cdr) {
4
+ this.cdr = cdr;
5
+ this.addOption = new EventEmitter();
6
+ this.deleteOption = new EventEmitter();
7
+ }
8
+ ngOnInit() {
9
+ }
10
+ modifyOption(mode, choiceIndex, type) {
11
+ if (mode === 'ADD') {
12
+ this.addOption.emit({ choiceIndex, type });
13
+ }
14
+ else if (mode === 'DELETE') {
15
+ this.deleteOption.emit({ choiceIndex, type });
16
+ }
17
+ }
18
+ }
19
+ MultipleChoiceComponent.decorators = [
20
+ { type: Component, args: [{
21
+ selector: 'app-multiple-choice',
22
+ template: "<div class=\"multiple-choice vx-d-flex vx-mb-4\" *ngFor=\"let choice of question?.choices; let choiceIndex = index\">\r\n <div class=\"left\">\r\n <input type=\"text\" placeholder=\"Option\" [attr.id]='\"radio-\"+choiceIndex' (keyup.enter)=\"modifyOption('ADD',choiceIndex,'radio-')\" [(ngModel)]=\"choice.title\" />\r\n <div class=\"option-color vx-d-flex vx-align-center vx-justify-center\">\r\n <input type=\"color\" [(ngModel)]=\"choice.color\">\r\n <i class=\"icons vx-fs-16\" [style.color]='choice.color'>&#xeb01;</i>\r\n </div>\r\n <!-- <button class=\"choice-icon vx-fs-16 vx-txt-blue vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center\"><i class=\"icons\">&#xe913;</i></button> -->\r\n <app-choice-settings-panel [defaultScore]=\"service.score.defaultScore\" [negativeScore]=\"service.score.negativeScore\" [scoreVisible]='service.formsPage.settings.assessmentMode' [(isFailed)]='choice.isFailed' [(score)]='choice.score'></app-choice-settings-panel>\r\n </div>\r\n <div class=\"right vx-d-flex vx-align-center vx-ml-1\">\r\n <button class=\"vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center\" (click)=\"modifyOption('ADD',choiceIndex,'radio-')\">+</button>\r\n <button class=\"vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center\" (click)=\"modifyOption('DELETE',choiceIndex,'radio-')\" [class.disabled]=\"question?.choices?.length === 1\">-</button>\r\n </div>\r\n</div>\r\n<div class=\"multiple-choice vx-d-flex vx-mb-4\" *ngIf=\"question?.hasOther\">\r\n <div class=\"left\">\r\n <input type=\"text\" disabled placeholder=\"Option\" [attr.id]='\"radio-\"' [(ngModel)]=\"question.otherValue\">\r\n <div class=\"option-color vx-d-flex vx-align-center vx-justify-center\">\r\n <input type=\"color\" [(ngModel)]=\"question.otherConfig.color\">\r\n <i class=\"icons vx-fs-16\" [style.color]='question.otherConfig.color'>&#xeb01;</i>\r\n </div>\r\n <!-- <button class=\"choice-icon vx-fs-16 vx-txt-blue vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center\"><i class=\"icons\">&#xe913;</i></button> -->\r\n <app-choice-settings-panel [scoreVisible]='service.formsPage.settings.assessmentMode'\r\n [(isFailed)]='question.otherConfig.isFailed'\r\n [defaultScore]=\"service.score.defaultScore\" [negativeScore]=\"service.score.negativeScore\"\r\n [(score)]='question.otherConfig.score'></app-choice-settings-panel>\r\n </div>\r\n \r\n</div>",
23
+ 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\");.multiple-choice .left{width:calc(100% - 4.75rem);position:relative}.multiple-choice .left input[type=text]{background:#fff;border:1px solid #dbdbdb;border-radius:.25rem;color:#747576;font-size:12px;padding:.5rem 2.75rem;width:100%;height:2.5rem;outline:none;transition:all .3s ease-in-out}.multiple-choice .left input[type=text]:focus{border-color:#1e5dd3;box-shadow:0 0 5px rgba(30,93,211,.27)}.multiple-choice .left .option-color{background:#f1f1f1;border-radius:.125rem;width:1.5rem;height:1.5rem;position:absolute;top:.5rem;left:.5rem}.multiple-choice .left .option-color input[type=color]{position:absolute;top:0;left:0;bottom:0;right:0;margin:0;width:100%;height:100%;cursor:pointer;opacity:0}.multiple-choice .left button.choice-icon{background:transparent;border:none;border-radius:0;position:absolute;top:.75rem;right:.5rem}.multiple-choice .right{width:4.5rem;height:2.5rem}.multiple-choice .right button{background:#f8f8f8;border-radius:50%;border:none;width:2rem;height:2rem}.multiple-choice .right button.disabled{pointer-events:none;opacity:.5}"]
24
+ },] }
25
+ ];
26
+ MultipleChoiceComponent.ctorParameters = () => [
27
+ { type: ChangeDetectorRef }
28
+ ];
29
+ MultipleChoiceComponent.propDecorators = {
30
+ question: [{ type: Input }],
31
+ service: [{ type: Input }],
32
+ addOption: [{ type: Output }],
33
+ deleteOption: [{ type: Output }]
34
+ };
35
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXVsdGlwbGUtY2hvaWNlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9idWlsZC9tdWx0aXBsZS1jaG9pY2UvbXVsdGlwbGUtY2hvaWNlLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQVUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBT2xHLE1BQU0sT0FBTyx1QkFBdUI7SUFLbEMsWUFBb0IsR0FBc0I7UUFBdEIsUUFBRyxHQUFILEdBQUcsQ0FBbUI7UUFGaEMsY0FBUyxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDcEMsaUJBQVksR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO0lBQ0gsQ0FBQztJQUUvQyxRQUFRO0lBQ1IsQ0FBQztJQUNELFlBQVksQ0FBQyxJQUFZLEVBQUUsV0FBbUIsRUFBRSxJQUFZO1FBQzFELElBQUksSUFBSSxLQUFLLEtBQUssRUFBQztZQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLEVBQUMsV0FBVyxFQUFFLElBQUksRUFBQyxDQUFDLENBQUM7U0FBRTthQUMxRCxJQUFJLElBQUksS0FBSyxRQUFRLEVBQUM7WUFBQyxJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxFQUFDLFdBQVcsRUFBRSxJQUFJLEVBQUMsQ0FBQyxDQUFDO1NBQUU7SUFDOUUsQ0FBQzs7O1lBakJBLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUscUJBQXFCO2dCQUMvQiwwakZBQStDOzthQUVoRDs7O1lBTlEsaUJBQWlCOzs7dUJBUXZCLEtBQUs7c0JBQ0wsS0FBSzt3QkFDTCxNQUFNOzJCQUNOLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3RvclJlZiwgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtbXVsdGlwbGUtY2hvaWNlJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vbXVsdGlwbGUtY2hvaWNlLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9tdWx0aXBsZS1jaG9pY2UuY29tcG9uZW50Lmxlc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgTXVsdGlwbGVDaG9pY2VDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG4gIEBJbnB1dCgpIHF1ZXN0aW9uITogYW55O1xyXG4gIEBJbnB1dCgpIHNlcnZpY2U6IGFueTtcclxuICBAT3V0cHV0KCkgYWRkT3B0aW9uID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XHJcbiAgQE91dHB1dCgpIGRlbGV0ZU9wdGlvbiA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xyXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZikgeyB9XHJcblxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gIH1cclxuICBtb2RpZnlPcHRpb24obW9kZTogc3RyaW5nLCBjaG9pY2VJbmRleDogbnVtYmVyLCB0eXBlOiBzdHJpbmcpe1xyXG4gICAgaWYgKG1vZGUgPT09ICdBREQnKXt0aGlzLmFkZE9wdGlvbi5lbWl0KHtjaG9pY2VJbmRleCwgdHlwZX0pOyB9XHJcbiAgICBlbHNlIGlmIChtb2RlID09PSAnREVMRVRFJyl7dGhpcy5kZWxldGVPcHRpb24uZW1pdCh7Y2hvaWNlSW5kZXgsIHR5cGV9KTsgfVxyXG59XHJcblxyXG59XHJcbiJdfQ==
@@ -0,0 +1,104 @@
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 "./multiple-choice.component.less.shim.ngstyle";
8
+ import * as i1 from "@angular/core";
9
+ import * as i2 from "@angular/forms";
10
+ import * as i3 from "../choice-settings-panel/choice-settings-panel.component.ngfactory";
11
+ import * as i4 from "../choice-settings-panel/choice-settings-panel.component";
12
+ import * as i5 from "@angular/common";
13
+ import * as i6 from "./multiple-choice.component";
14
+ var styles_MultipleChoiceComponent = [i0.styles];
15
+ var RenderType_MultipleChoiceComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_MultipleChoiceComponent, data: {} });
16
+ export { RenderType_MultipleChoiceComponent as RenderType_MultipleChoiceComponent };
17
+ function View_MultipleChoiceComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 23, "div", [["class", "multiple-choice vx-d-flex vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 17, "div", [["class", "left"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 5, "input", [["placeholder", "Option"], ["type", "text"]], [[1, "id", 0], [2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "keyup.enter"], [null, "ngModelChange"], [null, "input"], [null, "blur"], [null, "compositionstart"], [null, "compositionend"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("input" === en)) {
18
+ var pd_0 = (i1.ɵnov(_v, 3)._handleInput($event.target.value) !== false);
19
+ ad = (pd_0 && ad);
20
+ } if (("blur" === en)) {
21
+ var pd_1 = (i1.ɵnov(_v, 3).onTouched() !== false);
22
+ ad = (pd_1 && ad);
23
+ } if (("compositionstart" === en)) {
24
+ var pd_2 = (i1.ɵnov(_v, 3)._compositionStart() !== false);
25
+ ad = (pd_2 && ad);
26
+ } if (("compositionend" === en)) {
27
+ var pd_3 = (i1.ɵnov(_v, 3)._compositionEnd($event.target.value) !== false);
28
+ ad = (pd_3 && ad);
29
+ } if (("keyup.enter" === en)) {
30
+ var pd_4 = (_co.modifyOption("ADD", _v.context.index, "radio-") !== false);
31
+ ad = (pd_4 && ad);
32
+ } if (("ngModelChange" === en)) {
33
+ var pd_5 = ((_v.context.$implicit.title = $event) !== false);
34
+ ad = (pd_5 && ad);
35
+ } return ad; }, null, null)), i1.ɵdid(3, 16384, null, 0, i2.DefaultValueAccessor, [i1.Renderer2, i1.ElementRef, [2, i2.COMPOSITION_BUFFER_MODE]], null, null), i1.ɵprd(1024, null, i2.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i2.DefaultValueAccessor]), i1.ɵdid(5, 671744, null, 0, i2.NgModel, [[8, null], [8, null], [8, null], [6, i2.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i2.NgControl, null, [i2.NgModel]), i1.ɵdid(7, 16384, null, 0, i2.NgControlStatus, [[4, i2.NgControl]], null, null), (_l()(), i1.ɵeld(8, 0, null, null, 8, "div", [["class", "option-color vx-d-flex vx-align-center vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 5, "input", [["type", "color"]], [[2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "ngModelChange"], [null, "input"], [null, "blur"], [null, "compositionstart"], [null, "compositionend"]], function (_v, en, $event) { var ad = true; if (("input" === en)) {
36
+ var pd_0 = (i1.ɵnov(_v, 10)._handleInput($event.target.value) !== false);
37
+ ad = (pd_0 && ad);
38
+ } if (("blur" === en)) {
39
+ var pd_1 = (i1.ɵnov(_v, 10).onTouched() !== false);
40
+ ad = (pd_1 && ad);
41
+ } if (("compositionstart" === en)) {
42
+ var pd_2 = (i1.ɵnov(_v, 10)._compositionStart() !== false);
43
+ ad = (pd_2 && ad);
44
+ } if (("compositionend" === en)) {
45
+ var pd_3 = (i1.ɵnov(_v, 10)._compositionEnd($event.target.value) !== false);
46
+ ad = (pd_3 && ad);
47
+ } if (("ngModelChange" === en)) {
48
+ var pd_4 = ((_v.context.$implicit.color = $event) !== false);
49
+ ad = (pd_4 && ad);
50
+ } return ad; }, null, null)), i1.ɵdid(10, 16384, null, 0, i2.DefaultValueAccessor, [i1.Renderer2, i1.ElementRef, [2, i2.COMPOSITION_BUFFER_MODE]], null, null), i1.ɵprd(1024, null, i2.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i2.DefaultValueAccessor]), i1.ɵdid(12, 671744, null, 0, i2.NgModel, [[8, null], [8, null], [8, null], [6, i2.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i2.NgControl, null, [i2.NgModel]), i1.ɵdid(14, 16384, null, 0, i2.NgControlStatus, [[4, i2.NgControl]], null, null), (_l()(), i1.ɵeld(15, 0, null, null, 1, "i", [["class", "icons vx-fs-16"]], [[4, "color", null]], null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEB01"])), (_l()(), i1.ɵeld(17, 0, null, null, 1, "app-choice-settings-panel", [], null, [[null, "isFailedChange"], [null, "scoreChange"]], function (_v, en, $event) { var ad = true; if (("isFailedChange" === en)) {
51
+ var pd_0 = ((_v.context.$implicit.isFailed = $event) !== false);
52
+ ad = (pd_0 && ad);
53
+ } if (("scoreChange" === en)) {
54
+ var pd_1 = ((_v.context.$implicit.score = $event) !== false);
55
+ ad = (pd_1 && ad);
56
+ } return ad; }, i3.View_ChoiceSettingsPanelComponent_0, i3.RenderType_ChoiceSettingsPanelComponent)), i1.ɵdid(18, 114688, null, 0, i4.ChoiceSettingsPanelComponent, [], { defaultScore: [0, "defaultScore"], negativeScore: [1, "negativeScore"], isFailed: [2, "isFailed"], Score: [3, "Score"], scoreVisible: [4, "scoreVisible"] }, { isFailedChange: "isFailedChange", scoreChange: "scoreChange" }), (_l()(), i1.ɵeld(19, 0, null, null, 4, "div", [["class", "right vx-d-flex vx-align-center vx-ml-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(20, 0, null, null, 1, "button", [["class", "vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
57
+ var pd_0 = (_co.modifyOption("ADD", _v.context.index, "radio-") !== false);
58
+ ad = (pd_0 && ad);
59
+ } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["+"])), (_l()(), i1.ɵeld(22, 0, null, null, 1, "button", [["class", "vx-fs-24 vx-paragraph-txt vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center"]], [[2, "disabled", null]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
60
+ var pd_0 = (_co.modifyOption("DELETE", _v.context.index, "radio-") !== false);
61
+ ad = (pd_0 && ad);
62
+ } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["-"]))], function (_ck, _v) { var _co = _v.component; var currVal_8 = _v.context.$implicit.title; _ck(_v, 5, 0, currVal_8); var currVal_16 = _v.context.$implicit.color; _ck(_v, 12, 0, currVal_16); var currVal_18 = _co.service.score.defaultScore; var currVal_19 = _co.service.score.negativeScore; var currVal_20 = _v.context.$implicit.isFailed; var currVal_21 = _v.context.$implicit.score; var currVal_22 = _co.service.formsPage.settings.assessmentMode; _ck(_v, 18, 0, currVal_18, currVal_19, currVal_20, currVal_21, currVal_22); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = ("radio-" + _v.context.index); var currVal_1 = i1.ɵnov(_v, 7).is("untouched"); var currVal_2 = i1.ɵnov(_v, 7).is("touched"); var currVal_3 = i1.ɵnov(_v, 7).is("pristine"); var currVal_4 = i1.ɵnov(_v, 7).is("dirty"); var currVal_5 = i1.ɵnov(_v, 7).is("valid"); var currVal_6 = i1.ɵnov(_v, 7).is("invalid"); var currVal_7 = i1.ɵnov(_v, 7).is("pending"); _ck(_v, 2, 0, currVal_0, currVal_1, currVal_2, currVal_3, currVal_4, currVal_5, currVal_6, currVal_7); var currVal_9 = i1.ɵnov(_v, 14).is("untouched"); var currVal_10 = i1.ɵnov(_v, 14).is("touched"); var currVal_11 = i1.ɵnov(_v, 14).is("pristine"); var currVal_12 = i1.ɵnov(_v, 14).is("dirty"); var currVal_13 = i1.ɵnov(_v, 14).is("valid"); var currVal_14 = i1.ɵnov(_v, 14).is("invalid"); var currVal_15 = i1.ɵnov(_v, 14).is("pending"); _ck(_v, 9, 0, currVal_9, currVal_10, currVal_11, currVal_12, currVal_13, currVal_14, currVal_15); var currVal_17 = _v.context.$implicit.color; _ck(_v, 15, 0, currVal_17); var currVal_23 = (((_co.question == null) ? null : ((_co.question.choices == null) ? null : _co.question.choices.length)) === 1); _ck(_v, 22, 0, currVal_23); }); }
63
+ function View_MultipleChoiceComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 18, "div", [["class", "multiple-choice vx-d-flex vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 17, "div", [["class", "left"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 5, "input", [["disabled", ""], ["placeholder", "Option"], ["type", "text"]], [[1, "id", 0], [2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "ngModelChange"], [null, "input"], [null, "blur"], [null, "compositionstart"], [null, "compositionend"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("input" === en)) {
64
+ var pd_0 = (i1.ɵnov(_v, 3)._handleInput($event.target.value) !== false);
65
+ ad = (pd_0 && ad);
66
+ } if (("blur" === en)) {
67
+ var pd_1 = (i1.ɵnov(_v, 3).onTouched() !== false);
68
+ ad = (pd_1 && ad);
69
+ } if (("compositionstart" === en)) {
70
+ var pd_2 = (i1.ɵnov(_v, 3)._compositionStart() !== false);
71
+ ad = (pd_2 && ad);
72
+ } if (("compositionend" === en)) {
73
+ var pd_3 = (i1.ɵnov(_v, 3)._compositionEnd($event.target.value) !== false);
74
+ ad = (pd_3 && ad);
75
+ } if (("ngModelChange" === en)) {
76
+ var pd_4 = ((_co.question.otherValue = $event) !== false);
77
+ ad = (pd_4 && ad);
78
+ } return ad; }, null, null)), i1.ɵdid(3, 16384, null, 0, i2.DefaultValueAccessor, [i1.Renderer2, i1.ElementRef, [2, i2.COMPOSITION_BUFFER_MODE]], null, null), i1.ɵprd(1024, null, i2.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i2.DefaultValueAccessor]), i1.ɵdid(5, 671744, null, 0, i2.NgModel, [[8, null], [8, null], [8, null], [6, i2.NG_VALUE_ACCESSOR]], { isDisabled: [0, "isDisabled"], model: [1, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i2.NgControl, null, [i2.NgModel]), i1.ɵdid(7, 16384, null, 0, i2.NgControlStatus, [[4, i2.NgControl]], null, null), (_l()(), i1.ɵeld(8, 0, null, null, 8, "div", [["class", "option-color vx-d-flex vx-align-center vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 5, "input", [["type", "color"]], [[2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "ngModelChange"], [null, "input"], [null, "blur"], [null, "compositionstart"], [null, "compositionend"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("input" === en)) {
79
+ var pd_0 = (i1.ɵnov(_v, 10)._handleInput($event.target.value) !== false);
80
+ ad = (pd_0 && ad);
81
+ } if (("blur" === en)) {
82
+ var pd_1 = (i1.ɵnov(_v, 10).onTouched() !== false);
83
+ ad = (pd_1 && ad);
84
+ } if (("compositionstart" === en)) {
85
+ var pd_2 = (i1.ɵnov(_v, 10)._compositionStart() !== false);
86
+ ad = (pd_2 && ad);
87
+ } if (("compositionend" === en)) {
88
+ var pd_3 = (i1.ɵnov(_v, 10)._compositionEnd($event.target.value) !== false);
89
+ ad = (pd_3 && ad);
90
+ } if (("ngModelChange" === en)) {
91
+ var pd_4 = ((_co.question.otherConfig.color = $event) !== false);
92
+ ad = (pd_4 && ad);
93
+ } return ad; }, null, null)), i1.ɵdid(10, 16384, null, 0, i2.DefaultValueAccessor, [i1.Renderer2, i1.ElementRef, [2, i2.COMPOSITION_BUFFER_MODE]], null, null), i1.ɵprd(1024, null, i2.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i2.DefaultValueAccessor]), i1.ɵdid(12, 671744, null, 0, i2.NgModel, [[8, null], [8, null], [8, null], [6, i2.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i2.NgControl, null, [i2.NgModel]), i1.ɵdid(14, 16384, null, 0, i2.NgControlStatus, [[4, i2.NgControl]], null, null), (_l()(), i1.ɵeld(15, 0, null, null, 1, "i", [["class", "icons vx-fs-16"]], [[4, "color", null]], null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEB01"])), (_l()(), i1.ɵeld(17, 0, null, null, 1, "app-choice-settings-panel", [], null, [[null, "isFailedChange"], [null, "scoreChange"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("isFailedChange" === en)) {
94
+ var pd_0 = ((_co.question.otherConfig.isFailed = $event) !== false);
95
+ ad = (pd_0 && ad);
96
+ } if (("scoreChange" === en)) {
97
+ var pd_1 = ((_co.question.otherConfig.score = $event) !== false);
98
+ ad = (pd_1 && ad);
99
+ } return ad; }, i3.View_ChoiceSettingsPanelComponent_0, i3.RenderType_ChoiceSettingsPanelComponent)), i1.ɵdid(18, 114688, null, 0, i4.ChoiceSettingsPanelComponent, [], { defaultScore: [0, "defaultScore"], negativeScore: [1, "negativeScore"], isFailed: [2, "isFailed"], Score: [3, "Score"], scoreVisible: [4, "scoreVisible"] }, { isFailedChange: "isFailedChange", scoreChange: "scoreChange" })], function (_ck, _v) { var _co = _v.component; var currVal_8 = ""; var currVal_9 = _co.question.otherValue; _ck(_v, 5, 0, currVal_8, currVal_9); var currVal_17 = _co.question.otherConfig.color; _ck(_v, 12, 0, currVal_17); var currVal_19 = _co.service.score.defaultScore; var currVal_20 = _co.service.score.negativeScore; var currVal_21 = _co.question.otherConfig.isFailed; var currVal_22 = _co.question.otherConfig.score; var currVal_23 = _co.service.formsPage.settings.assessmentMode; _ck(_v, 18, 0, currVal_19, currVal_20, currVal_21, currVal_22, currVal_23); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = "radio-"; var currVal_1 = i1.ɵnov(_v, 7).is("untouched"); var currVal_2 = i1.ɵnov(_v, 7).is("touched"); var currVal_3 = i1.ɵnov(_v, 7).is("pristine"); var currVal_4 = i1.ɵnov(_v, 7).is("dirty"); var currVal_5 = i1.ɵnov(_v, 7).is("valid"); var currVal_6 = i1.ɵnov(_v, 7).is("invalid"); var currVal_7 = i1.ɵnov(_v, 7).is("pending"); _ck(_v, 2, 0, currVal_0, currVal_1, currVal_2, currVal_3, currVal_4, currVal_5, currVal_6, currVal_7); var currVal_10 = i1.ɵnov(_v, 14).is("untouched"); var currVal_11 = i1.ɵnov(_v, 14).is("touched"); var currVal_12 = i1.ɵnov(_v, 14).is("pristine"); var currVal_13 = i1.ɵnov(_v, 14).is("dirty"); var currVal_14 = i1.ɵnov(_v, 14).is("valid"); var currVal_15 = i1.ɵnov(_v, 14).is("invalid"); var currVal_16 = i1.ɵnov(_v, 14).is("pending"); _ck(_v, 9, 0, currVal_10, currVal_11, currVal_12, currVal_13, currVal_14, currVal_15, currVal_16); var currVal_18 = _co.question.otherConfig.color; _ck(_v, 15, 0, currVal_18); }); }
100
+ export function View_MultipleChoiceComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵand(16777216, null, null, 1, null, View_MultipleChoiceComponent_1)), i1.ɵdid(1, 278528, null, 0, i5.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_MultipleChoiceComponent_2)), i1.ɵdid(3, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = ((_co.question == null) ? null : _co.question.choices); _ck(_v, 1, 0, currVal_0); var currVal_1 = ((_co.question == null) ? null : _co.question.hasOther); _ck(_v, 3, 0, currVal_1); }, null); }
101
+ export function View_MultipleChoiceComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-multiple-choice", [], null, null, null, View_MultipleChoiceComponent_0, RenderType_MultipleChoiceComponent)), i1.ɵdid(1, 114688, null, 0, i6.MultipleChoiceComponent, [i1.ChangeDetectorRef], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
102
+ var MultipleChoiceComponentNgFactory = i1.ɵccf("app-multiple-choice", i6.MultipleChoiceComponent, View_MultipleChoiceComponent_Host_0, { question: "question", service: "service" }, { addOption: "addOption", deleteOption: "deleteOption" }, []);
103
+ export { MultipleChoiceComponentNgFactory as MultipleChoiceComponentNgFactory };
104
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXVsdGlwbGUtY2hvaWNlLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvYnVpbGQvbXVsdGlwbGUtY2hvaWNlL211bHRpcGxlLWNob2ljZS5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2J1aWxkL211bHRpcGxlLWNob2ljZS9tdWx0aXBsZS1jaG9pY2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztrRUNBQSwySEFjTSxLQWJGLDhGQVFNLEtBUEY7Ozs7Ozs7Ozs7O3dCQUErSjtNQUF0Rjs7d0JBQXdEO01BQUM7O3dCQUEwQjtNQUE1Six5aUJBQStKLElBQy9KLGlKQUdNLEtBRkY7Ozs7Ozs7Ozs7O3dCQUErQztNQUEzQjs7d0JBQTBCO01BQTlDLDRpQkFBK0MsSUFDL0Msc0hBQW1FLEtBQVosbUNBQVEsTUFHbkUseUtBQW9RLEVBQXBGOzt3QkFBOEI7TUFBQzs7d0JBQXdCO01BQXZPLG1ZQUFvUSxNQUV4USxpSUFHTSxLQUZGLDRPQUEwSyxZQUE3RDs7d0JBQWtEO01BQS9KLHdCQUEwSyxLQUFWLDhCQUFDLE1BQ2pLLCtQQUFnTyxZQUFuSDs7d0JBQXFEO01BQWxLLHdCQUFnTyxLQUFWLDhCQUFDLG1EQVZyRixrQkFBMEIsMEJBQTVKLFlBQStKLEVBQTdCLFNBQTBCLEdBRXBJLG1CQUEwQiwwQkFBOUMsYUFBK0MsRUFBM0IsVUFBMEIsR0FJdkIsb0JBQTJDLDZCQUFDLG9CQUE2Qyw4QkFBNEQsbUJBQThCLDZCQUFDLG1CQUF3QiwwQkFBbEgsb0JBQTBELDRDQUEvSyxhQUFvUSxFQUF6TyxVQUEyQyxFQUFDLFVBQTZDLEVBQTRELFVBQThCLEVBQUMsVUFBd0IsRUFBbEgsVUFBMEQsbURBTnZJLDhCQUFnQyxpQkFBeEUsNlVBQStKLEVBQXZILFNBQWdDLEVBQXhFLDJFQUErSixHQUUzSiw2YUFBK0MsR0FDckIsbUJBQTRCLDBCQUF0RCxhQUFtRSxFQUF6QyxVQUE0QixHQU95RywrSEFBa0QsR0FBck4sYUFBZ08sRUFBN0QsVUFBa0Q7a0VBRzdOLDJIQWNNLEtBYkYsOEZBV00sS0FWRjs7Ozs7Ozs7Ozs7d0JBQXdHO01BQWxDOzt3QkFBaUM7TUFBdkcsd2tCQUF3RyxJQUN4RyxpSkFHTSxLQUZGOzs7Ozs7Ozs7Ozt3QkFBNkQ7TUFBekM7O3dCQUF3QztNQUE1RCw0aUJBQTZELElBQzdELHNIQUFrRixLQUFaLG1DQUFRLE1BR3BGLHVMQUdvRSxZQUZuRTs7d0JBQTRDO01BRTVDOzt3QkFBc0M7TUFIdkMsbVlBR29FLG1EQVQvQyxrQkFBUSxFQUEyQyxtQkFBaUMsc0JBQXZHLFlBQXdHLEVBQXJGLFNBQVEsRUFBMkMsU0FBaUMsR0FFL0Usb0JBQXdDLDZCQUE1RCxhQUE2RCxFQUF6QyxVQUF3QyxHQU1qRSxvQkFBMkMsNkJBQUMsb0JBQTZDLDhCQUR6RixvQkFBNEMsZ0NBRTVDLG9CQUFzQyw2QkFIWixvQkFBMEQsNENBQXJGLGFBR29FLEVBRG5FLFVBQTJDLEVBQUMsVUFBNkMsRUFEekYsVUFBNEMsRUFFNUMsVUFBc0MsRUFIWixVQUEwRCxtREFObEMsd0JBQW9CLEVBQXJFLDZVQUF3RyxFQUF2RCxTQUFvQixFQUFyRSwyRUFBd0csR0FFcEcsK2FBQTZELEdBQ2xDLG9CQUEwQyw2QkFBckUsYUFBa0YsRUFBdkQsVUFBMEM7eUVBcEJqRixxTkFjTSxJQUNOLHVMQWNNLGlEQTdCeUMsb0RBQWlFLG9CQUFoSCxZQWNNLEVBZHlDLFNBQWlFLEdBZWpFLG9EQUEwQixxQkFBekUsWUFjTSxFQWR5QyxTQUEwQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiIsIjxkaXYgY2xhc3M9XCJtdWx0aXBsZS1jaG9pY2UgdngtZC1mbGV4IHZ4LW1iLTRcIiAqbmdGb3I9XCJsZXQgY2hvaWNlIG9mIHF1ZXN0aW9uPy5jaG9pY2VzOyBsZXQgY2hvaWNlSW5kZXggPSBpbmRleFwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImxlZnRcIj5cclxuICAgICAgICA8aW5wdXQgdHlwZT1cInRleHRcIiBwbGFjZWhvbGRlcj1cIk9wdGlvblwiIFthdHRyLmlkXT0nXCJyYWRpby1cIitjaG9pY2VJbmRleCcgKGtleXVwLmVudGVyKT1cIm1vZGlmeU9wdGlvbignQUREJyxjaG9pY2VJbmRleCwncmFkaW8tJylcIiBbKG5nTW9kZWwpXT1cImNob2ljZS50aXRsZVwiIC8+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cIm9wdGlvbi1jb2xvciB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCI+XHJcbiAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwiY29sb3JcIiBbKG5nTW9kZWwpXT1cImNob2ljZS5jb2xvclwiPlxyXG4gICAgICAgICAgICA8aSBjbGFzcz1cImljb25zIHZ4LWZzLTE2XCIgW3N0eWxlLmNvbG9yXT0nY2hvaWNlLmNvbG9yJz4mI3hlYjAxOzwvaT5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8IS0tIDxidXR0b24gIGNsYXNzPVwiY2hvaWNlLWljb24gdngtZnMtMTYgdngtdHh0LWJsdWUgdngtcC0wIHZ4LW0tMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCI+PGkgY2xhc3M9XCJpY29uc1wiPiYjeGU5MTM7PC9pPjwvYnV0dG9uPiAtLT5cclxuICAgICAgICA8YXBwLWNob2ljZS1zZXR0aW5ncy1wYW5lbCBbZGVmYXVsdFNjb3JlXT1cInNlcnZpY2Uuc2NvcmUuZGVmYXVsdFNjb3JlXCIgW25lZ2F0aXZlU2NvcmVdPVwic2VydmljZS5zY29yZS5uZWdhdGl2ZVNjb3JlXCIgW3Njb3JlVmlzaWJsZV09J3NlcnZpY2UuZm9ybXNQYWdlLnNldHRpbmdzLmFzc2Vzc21lbnRNb2RlJyBbKGlzRmFpbGVkKV09J2Nob2ljZS5pc0ZhaWxlZCcgWyhzY29yZSldPSdjaG9pY2Uuc2NvcmUnPjwvYXBwLWNob2ljZS1zZXR0aW5ncy1wYW5lbD5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cInJpZ2h0IHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtbWwtMVwiPlxyXG4gICAgICAgIDxidXR0b24gY2xhc3M9XCJ2eC1mcy0yNCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXAtMCB2eC1tLTAgdngtbWwtMSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCIgIChjbGljayk9XCJtb2RpZnlPcHRpb24oJ0FERCcsY2hvaWNlSW5kZXgsJ3JhZGlvLScpXCI+KzwvYnV0dG9uPlxyXG4gICAgICAgIDxidXR0b24gY2xhc3M9XCJ2eC1mcy0yNCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXAtMCB2eC1tLTAgdngtbWwtMSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCIgIChjbGljayk9XCJtb2RpZnlPcHRpb24oJ0RFTEVURScsY2hvaWNlSW5kZXgsJ3JhZGlvLScpXCIgW2NsYXNzLmRpc2FibGVkXT1cInF1ZXN0aW9uPy5jaG9pY2VzPy5sZW5ndGggPT09IDFcIj4tPC9idXR0b24+XHJcbiAgICA8L2Rpdj5cclxuPC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJtdWx0aXBsZS1jaG9pY2UgdngtZC1mbGV4IHZ4LW1iLTRcIiAqbmdJZj1cInF1ZXN0aW9uPy5oYXNPdGhlclwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImxlZnRcIj5cclxuICAgICAgICA8aW5wdXQgdHlwZT1cInRleHRcIiBkaXNhYmxlZCBwbGFjZWhvbGRlcj1cIk9wdGlvblwiIFthdHRyLmlkXT0nXCJyYWRpby1cIicgWyhuZ01vZGVsKV09XCJxdWVzdGlvbi5vdGhlclZhbHVlXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cIm9wdGlvbi1jb2xvciB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCI+XHJcbiAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwiY29sb3JcIiBbKG5nTW9kZWwpXT1cInF1ZXN0aW9uLm90aGVyQ29uZmlnLmNvbG9yXCI+XHJcbiAgICAgICAgICAgIDxpIGNsYXNzPVwiaWNvbnMgdngtZnMtMTZcIiAgW3N0eWxlLmNvbG9yXT0ncXVlc3Rpb24ub3RoZXJDb25maWcuY29sb3InPiYjeGViMDE7PC9pPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwhLS0gPGJ1dHRvbiAgY2xhc3M9XCJjaG9pY2UtaWNvbiB2eC1mcy0xNiB2eC10eHQtYmx1ZSB2eC1wLTAgdngtbS0wIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIj48aSBjbGFzcz1cImljb25zXCI+JiN4ZTkxMzs8L2k+PC9idXR0b24+IC0tPlxyXG4gICAgICA8YXBwLWNob2ljZS1zZXR0aW5ncy1wYW5lbCBbc2NvcmVWaXNpYmxlXT0nc2VydmljZS5mb3Jtc1BhZ2Uuc2V0dGluZ3MuYXNzZXNzbWVudE1vZGUnXHJcbiAgICAgICBbKGlzRmFpbGVkKV09J3F1ZXN0aW9uLm90aGVyQ29uZmlnLmlzRmFpbGVkJ1xyXG4gICAgICAgW2RlZmF1bHRTY29yZV09XCJzZXJ2aWNlLnNjb3JlLmRlZmF1bHRTY29yZVwiIFtuZWdhdGl2ZVNjb3JlXT1cInNlcnZpY2Uuc2NvcmUubmVnYXRpdmVTY29yZVwiXHJcbiAgICAgICBbKHNjb3JlKV09J3F1ZXN0aW9uLm90aGVyQ29uZmlnLnNjb3JlJz48L2FwcC1jaG9pY2Utc2V0dGluZ3MtcGFuZWw+XHJcbiAgICA8L2Rpdj5cclxuICBcclxuPC9kaXY+Il19
@@ -0,0 +1 @@
1
+ {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"question":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"service":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"addOption":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"deleteOption":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":3,"members":[]}]}],"ngOnInit":[{"__symbolic":"method"}],"modifyOption":[{"__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":[]}}}}],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-multiple-choice","exportAs":null,"inputs":{"question":"question","service":"service"},"outputs":{"addOption":"addOption","deleteOption":"deleteOption"},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":4,"members":[]},"rendererType":{"__symbol":5,"members":[]},"componentFactory":{"__symbol":6,"members":[]}}}],"symbols":[{"__symbol":0,"name":"MultipleChoiceComponent","filePath":"./multiple-choice.component"},{"__symbol":1,"name":"Input","filePath":"@angular/core"},{"__symbol":2,"name":"Output","filePath":"@angular/core"},{"__symbol":3,"name":"ChangeDetectorRef","filePath":"@angular/core"},{"__symbol":4,"name":"View_MultipleChoiceComponent_0","filePath":"./multiple-choice.component.ngfactory"},{"__symbol":5,"name":"RenderType_MultipleChoiceComponent","filePath":"./multiple-choice.component.ngfactory"},{"__symbol":6,"name":"MultipleChoiceComponentNgFactory","filePath":"./multiple-choice.component.ngfactory"}]}