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,15 @@
1
+ import { Component } from '@angular/core';
2
+ export class MultipleTextboxComponent {
3
+ constructor() { }
4
+ ngOnInit() {
5
+ }
6
+ }
7
+ MultipleTextboxComponent.decorators = [
8
+ { type: Component, args: [{
9
+ selector: 'app-multiple-textbox',
10
+ template: "<div class=\"multiple-textbox vx-d-flex vx-mb-4\">\r\n <div class=\"left\">\r\n <div class=\"label vx-mb-2\">\r\n <input type=\"text\" placeholder=\"Please enter a response\" />\r\n <div class=\"heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-pr-1\">LABEL 1</div>\r\n </div>\r\n <input type=\"text\" placeholder=\"Please enter a response\" />\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\");.multiple-textbox .left{width:calc(100% - 4.75rem);position:relative}.multiple-textbox .left .label{border:1px solid #dbdbdb;border-radius:.25rem;height:2.5rem;transition:all .3s ease-in-out;position:relative}.multiple-textbox .left .label:focus-within{border-color:#1e5dd3;box-shadow:0 0 5px rgba(30,93,211,.27)}.multiple-textbox .left .label input[type=text]{border:none;height:2.375rem;padding-left:5rem}.multiple-textbox .left .label input[type=text]:focus{border-color:unset;box-shadow:unset}.multiple-textbox .left .label .heading{position:absolute;top:.625rem;left:.75rem;width:3.5rem}.multiple-textbox .left .label .heading:before{background:#dbdbdb;content:\"\";position:absolute;top:0;right:0;width:1px;height:1rem}.multiple-textbox .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}.multiple-textbox .left input[type=text]:focus{border-color:#1e5dd3;box-shadow:0 0 5px rgba(30,93,211,.27)}.multiple-textbox .right{width:4.5rem;height:2.5rem}.multiple-textbox .right button{background:#f8f8f8;border-radius:50%;border:none;width:2rem;height:2rem}.multiple-textbox .right button.disabled{pointer-events:none;opacity:.5}"]
12
+ },] }
13
+ ];
14
+ MultipleTextboxComponent.ctorParameters = () => [];
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXVsdGlwbGUtdGV4dGJveC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvYnVpbGQvbXVsdGlwbGUtdGV4dGJveC9tdWx0aXBsZS10ZXh0Ym94LmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBT2xELE1BQU0sT0FBTyx3QkFBd0I7SUFFbkMsZ0JBQWdCLENBQUM7SUFFakIsUUFBUTtJQUNSLENBQUM7OztZQVZGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsc0JBQXNCO2dCQUNoQyxteUJBQWdEOzthQUVqRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1tdWx0aXBsZS10ZXh0Ym94JyxcclxuICB0ZW1wbGF0ZVVybDogJy4vbXVsdGlwbGUtdGV4dGJveC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vbXVsdGlwbGUtdGV4dGJveC5jb21wb25lbnQubGVzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBNdWx0aXBsZVRleHRib3hDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICBjb25zdHJ1Y3RvcigpIHsgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICB9XHJcblxyXG59XHJcbiJdfQ==
@@ -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 "./multiple-textbox.component.less.shim.ngstyle";
8
+ import * as i1 from "@angular/core";
9
+ import * as i2 from "./multiple-textbox.component";
10
+ var styles_MultipleTextboxComponent = [i0.styles];
11
+ var RenderType_MultipleTextboxComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_MultipleTextboxComponent, data: {} });
12
+ export { RenderType_MultipleTextboxComponent as RenderType_MultipleTextboxComponent };
13
+ export function View_MultipleTextboxComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 11, "div", [["class", "multiple-textbox vx-d-flex vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "div", [["class", "left"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 3, "div", [["class", "label vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 0, "input", [["placeholder", "Please enter a response"], ["type", "text"]], null, null, null, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 1, "div", [["class", "heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-pr-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["LABEL 1"])), (_l()(), i1.ɵeld(6, 0, null, null, 0, "input", [["placeholder", "Please enter a response"], ["type", "text"]], null, null, null, null, null)), (_l()(), i1.ɵeld(7, 0, null, null, 4, "div", [["class", "right vx-d-flex vx-align-center vx-ml-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(8, 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(10, 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, 10, 0, currVal_0); }); }
14
+ export function View_MultipleTextboxComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-multiple-textbox", [], null, null, null, View_MultipleTextboxComponent_0, RenderType_MultipleTextboxComponent)), i1.ɵdid(1, 114688, null, 0, i2.MultipleTextboxComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
15
+ var MultipleTextboxComponentNgFactory = i1.ɵccf("app-multiple-textbox", i2.MultipleTextboxComponent, View_MultipleTextboxComponent_Host_0, {}, {}, []);
16
+ export { MultipleTextboxComponentNgFactory as MultipleTextboxComponentNgFactory };
17
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXVsdGlwbGUtdGV4dGJveC5jb21wb25lbnQubmdmYWN0b3J5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2J1aWxkL211bHRpcGxlLXRleHRib3gvbXVsdGlwbGUtdGV4dGJveC5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2J1aWxkL211bHRpcGxlLXRleHRib3gvbXVsdGlwbGUtdGV4dGJveC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7MEVDQUEsNEhBWU0sS0FYRiw2RkFNTSxLQUxGLHNHQUdNLEtBRkYsMElBQTJELEtBQzNELHdKQUEwRixLQUFiLG9DQUFPLE1BRXhGLDBJQUEyRCxLQUUvRCxnSUFHTSxLQUZGLHVMQUFzSCxLQUFWLDhCQUFDLE1BQzdHLDJNQUErSSxLQUFWLDhCQUFDLGlDQUExQixxQkFBd0IsRUFBcEksYUFBK0ksRUFBbkMsU0FBd0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBpMCBmcm9tICdAYW5ndWxhci9jb3JlJztcbmkwLkNvbXBvbmVudEZhY3Rvcnk7XG4iLCI8ZGl2IGNsYXNzPVwibXVsdGlwbGUtdGV4dGJveCB2eC1kLWZsZXggdngtbWItNFwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImxlZnRcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwibGFiZWwgdngtbWItMlwiPlxyXG4gICAgICAgICAgICA8aW5wdXQgdHlwZT1cInRleHRcIiBwbGFjZWhvbGRlcj1cIlBsZWFzZSBlbnRlciBhIHJlc3BvbnNlXCIgLz5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImhlYWRpbmcgdngtZnMtMTEgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC10dC11cHBlcmNhc2UgdngtcHItMVwiPkxBQkVMIDE8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8aW5wdXQgdHlwZT1cInRleHRcIiBwbGFjZWhvbGRlcj1cIlBsZWFzZSBlbnRlciBhIHJlc3BvbnNlXCIgLz5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cInJpZ2h0IHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtbWwtMVwiPlxyXG4gICAgICAgIDxidXR0b24gY2xhc3M9XCJ2eC1mcy0yNCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXAtMCB2eC1tLTAgdngtbWwtMSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCI+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-multiple-textbox","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":"MultipleTextboxComponent","filePath":"./multiple-textbox.component"},{"__symbol":1,"name":"View_MultipleTextboxComponent_0","filePath":"./multiple-textbox.component.ngfactory"},{"__symbol":2,"name":"RenderType_MultipleTextboxComponent","filePath":"./multiple-textbox.component.ngfactory"},{"__symbol":3,"name":"MultipleTextboxComponentNgFactory","filePath":"./multiple-textbox.component.ngfactory"}]}
@@ -0,0 +1,15 @@
1
+ import { Component } from '@angular/core';
2
+ export class RankingComponent {
3
+ constructor() { }
4
+ ngOnInit() {
5
+ }
6
+ }
7
+ RankingComponent.decorators = [
8
+ { type: Component, args: [{
9
+ selector: 'app-ranking',
10
+ template: "<div class=\"ranking vx-mb-4\">\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>",
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\");.ranking .option-list{margin-bottom:2rem}.ranking .option-list ul{list-style-type:none}.ranking .left{width:calc(100% - 4.75rem);position:relative}.ranking .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}.ranking .left input[type=text]:focus{border-color:#1e5dd3;box-shadow:0 0 5px rgba(30,93,211,.27)}.ranking .right{width:4.5rem;height:2.5rem}.ranking .right button{background:#f8f8f8;border-radius:50%;border:none;width:2rem;height:2rem}.ranking .right button.disabled{pointer-events:none;opacity:.5}.ranking .right button.close{background:transparent}"]
12
+ },] }
13
+ ];
14
+ RankingComponent.ctorParameters = () => [];
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFua2luZy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvYnVpbGQvcmFua2luZy9yYW5raW5nLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBT2xELE1BQU0sT0FBTyxnQkFBZ0I7SUFFM0IsZ0JBQWdCLENBQUM7SUFFakIsUUFBUTtJQUNSLENBQUM7OztZQVZGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsYUFBYTtnQkFDdkIsb3dCQUF1Qzs7YUFFeEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtcmFua2luZycsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3JhbmtpbmcuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL3JhbmtpbmcuY29tcG9uZW50Lmxlc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgUmFua2luZ0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gIH1cclxuXHJcbn1cclxuIl19
@@ -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 "./ranking.component.less.shim.ngstyle";
8
+ import * as i1 from "@angular/core";
9
+ import * as i2 from "./ranking.component";
10
+ var styles_RankingComponent = [i0.styles];
11
+ var RenderType_RankingComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_RankingComponent, data: {} });
12
+ export { RenderType_RankingComponent as RenderType_RankingComponent };
13
+ export function View_RankingComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 10, "div", [["class", "ranking vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 9, "div", [["class", "option-list"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 8, "ul", [["class", "vx-p-0 vx-m-0"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 7, "li", [["class", "vx-d-flex"]], null, null, null, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 1, "div", [["class", "left"]], null, null, null, null, null)), (_l()(), i1.ɵeld(5, 0, null, null, 0, "input", [["placeholder", "Option"], ["type", "text"]], null, null, null, null, null)), (_l()(), i1.ɵeld(6, 0, null, null, 4, "div", [["class", "right vx-d-flex vx-align-center vx-ml-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(7, 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(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"]], [[2, "disabled", null]], null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["-"]))], null, function (_ck, _v) { var currVal_0 = false; _ck(_v, 9, 0, currVal_0); }); }
14
+ export function View_RankingComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-ranking", [], null, null, null, View_RankingComponent_0, RenderType_RankingComponent)), i1.ɵdid(1, 114688, null, 0, i2.RankingComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
15
+ var RankingComponentNgFactory = i1.ɵccf("app-ranking", i2.RankingComponent, View_RankingComponent_Host_0, {}, {}, []);
16
+ export { RankingComponentNgFactory as RankingComponentNgFactory };
17
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFua2luZy5jb21wb25lbnQubmdmYWN0b3J5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2J1aWxkL3JhbmtpbmcvcmFua2luZy5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2J1aWxkL3JhbmtpbmcvcmFua2luZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7a0VDQUEseUdBY00sS0FiRixvR0FZTSxLQVhGLHFHQVVLLEtBVEQsaUdBUUssS0FQRCw2RkFFTSxLQURGLHlIQUEwQyxLQUU5QyxnSUFHTSxLQUZGLHVMQUFzSCxLQUFWLDhCQUFDLE1BQzdHLDBNQUErSSxLQUFWLDhCQUFDLGlDQUExQixxQkFBd0IsRUFBcEksWUFBK0ksRUFBbkMsU0FBd0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBpMCBmcm9tICdAYW5ndWxhci9jb3JlJztcbmkwLkNvbXBvbmVudEZhY3Rvcnk7XG4iLCI8ZGl2IGNsYXNzPVwicmFua2luZyB2eC1tYi00XCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwib3B0aW9uLWxpc3RcIj5cclxuICAgICAgICA8dWwgY2xhc3M9XCJ2eC1wLTAgdngtbS0wXCI+XHJcbiAgICAgICAgICAgIDxsaSBjbGFzcz1cInZ4LWQtZmxleFwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImxlZnRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT1cInRleHRcIiBwbGFjZWhvbGRlcj1cIk9wdGlvblwiIC8+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyaWdodCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LW1sLTFcIj5cclxuICAgICAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwidngtZnMtMjQgdngtcGFyYWdyYXBoLXR4dCB2eC1wLTAgdngtbS0wIHZ4LW1sLTEgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiPis8L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwidngtZnMtMjQgdngtcGFyYWdyYXBoLXR4dCB2eC1wLTAgdngtbS0wIHZ4LW1sLTEgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiIFtjbGFzcy5kaXNhYmxlZF09XCJmYWxzZVwiPi08L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgIDwvdWw+XHJcbiAgICA8L2Rpdj5cclxuPC9kaXY+Il19
@@ -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-ranking","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":"RankingComponent","filePath":"./ranking.component"},{"__symbol":1,"name":"View_RankingComponent_0","filePath":"./ranking.component.ngfactory"},{"__symbol":2,"name":"RenderType_RankingComponent","filePath":"./ranking.component.ngfactory"},{"__symbol":3,"name":"RankingComponentNgFactory","filePath":"./ranking.component.ngfactory"}]}
@@ -0,0 +1,15 @@
1
+ import { Component } from '@angular/core';
2
+ export class SliderComponent {
3
+ constructor() { }
4
+ ngOnInit() {
5
+ }
6
+ }
7
+ SliderComponent.decorators = [
8
+ { type: Component, args: [{
9
+ selector: 'app-slider',
10
+ template: "<div class=\"slider\">\r\n <div class=\"heading vx-fs-12 vx-fw-500 vx-label-txt vx-mb-5\">Adjust Slider Scale</div>\r\n <div class=\"vx-d-flex vx-align-center\">\r\n <div class=\"slider-item vx-mr-5\">\r\n <div class=\"heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-2\">SCALE RANGE</div>\r\n <div class=\"vx-d-flex vx-align-center\">\r\n <input class=\"slide-input\" type=\"number\" value=\"0\">\r\n <span class=\"vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-ml-2 vx-mr-2\">TO</span>\r\n <input class=\"slide-input\" type=\"number\" value=\"100\">\r\n </div>\r\n </div>\r\n <div class=\"slider-item\">\r\n <div class=\"heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-2\">STEP SIZE</div>\r\n <input class=\"slide-input\" type=\"number\" value=\"10\">\r\n </div>\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\");.slider-item input[type=number].slide-input{background:#fff;border:1px solid #dbdbdb;border-radius:.25rem;color:#161b2f;font-size:12px;padding:.5rem .75rem;width:5rem;height:2.5rem;outline:none;transition:all .3s ease-in-out}.slider-item input[type=number].slide-input:focus{border-color:#1e5dd3;box-shadow:0 0 5px rgba(30,93,211,.27)}"]
12
+ },] }
13
+ ];
14
+ SliderComponent.ctorParameters = () => [];
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2xpZGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9idWlsZC9zbGlkZXIvc2xpZGVyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBT2xELE1BQU0sT0FBTyxlQUFlO0lBRTFCLGdCQUFnQixDQUFDO0lBRWpCLFFBQVE7SUFDUixDQUFDOzs7WUFWRixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLFlBQVk7Z0JBQ3RCLHE4QkFBc0M7O2FBRXZDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLXNsaWRlcicsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3NsaWRlci5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vc2xpZGVyLmNvbXBvbmVudC5sZXNzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIFNsaWRlckNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gIH1cclxuXHJcbn1cclxuIl19
@@ -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 "./slider.component.less.shim.ngstyle";
8
+ import * as i1 from "@angular/core";
9
+ import * as i2 from "./slider.component";
10
+ var styles_SliderComponent = [i0.styles];
11
+ var RenderType_SliderComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_SliderComponent, data: {} });
12
+ export { RenderType_SliderComponent as RenderType_SliderComponent };
13
+ export function View_SliderComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 15, "div", [["class", "slider"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "div", [["class", "heading vx-fs-12 vx-fw-500 vx-label-txt vx-mb-5"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Adjust Slider Scale"])), (_l()(), i1.ɵeld(3, 0, null, null, 12, "div", [["class", "vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 7, "div", [["class", "slider-item vx-mr-5"]], null, null, null, null, null)), (_l()(), i1.ɵeld(5, 0, null, null, 1, "div", [["class", "heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["SCALE RANGE"])), (_l()(), i1.ɵeld(7, 0, null, null, 4, "div", [["class", "vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(8, 0, null, null, 0, "input", [["class", "slide-input"], ["type", "number"], ["value", "0"]], null, null, null, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 1, "span", [["class", "vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-ml-2 vx-mr-2"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["TO"])), (_l()(), i1.ɵeld(11, 0, null, null, 0, "input", [["class", "slide-input"], ["type", "number"], ["value", "100"]], null, null, null, null, null)), (_l()(), i1.ɵeld(12, 0, null, null, 3, "div", [["class", "slider-item"]], null, null, null, null, null)), (_l()(), i1.ɵeld(13, 0, null, null, 1, "div", [["class", "heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["STEP SIZE"])), (_l()(), i1.ɵeld(15, 0, null, null, 0, "input", [["class", "slide-input"], ["type", "number"], ["value", "10"]], null, null, null, null, null))], null, null); }
14
+ export function View_SliderComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-slider", [], null, null, null, View_SliderComponent_0, RenderType_SliderComponent)), i1.ɵdid(1, 114688, null, 0, i2.SliderComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
15
+ var SliderComponentNgFactory = i1.ɵccf("app-slider", i2.SliderComponent, View_SliderComponent_Host_0, {}, {}, []);
16
+ export { SliderComponentNgFactory as SliderComponentNgFactory };
17
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2xpZGVyLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvYnVpbGQvc2xpZGVyL3NsaWRlci5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2J1aWxkL3NsaWRlci9zbGlkZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7O2lFQ0FBLGdHQWdCTSxLQWZGLHdJQUFzRixLQUF6QixnREFBbUIsTUFDaEYsbUhBYU0sS0FaRiw0R0FPTSxLQU5GLHdKQUE4RixLQUFqQix3Q0FBVyxNQUN4RixrSEFJTSxLQUhGLDBJQUFtRCxLQUNuRCx5SkFBdUYsS0FBVCwrQkFBRSxNQUNoRiw2SUFBcUQsS0FHN0QscUdBR00sS0FGRix5SkFBNEYsS0FBZixzQ0FBUyxNQUN0Riw0SUFBb0QiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBpMCBmcm9tICdAYW5ndWxhci9jb3JlJztcbmkwLkNvbXBvbmVudEZhY3Rvcnk7XG4iLCI8ZGl2IGNsYXNzPVwic2xpZGVyXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiaGVhZGluZyB2eC1mcy0xMiB2eC1mdy01MDAgdngtbGFiZWwtdHh0IHZ4LW1iLTVcIj5BZGp1c3QgU2xpZGVyIFNjYWxlPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwidngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJzbGlkZXItaXRlbSB2eC1tci01XCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJoZWFkaW5nIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LW1iLTJcIj5TQ0FMRSBSQU5HRTwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwidngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiPlxyXG4gICAgICAgICAgICAgICAgPGlucHV0IGNsYXNzPVwic2xpZGUtaW5wdXRcIiB0eXBlPVwibnVtYmVyXCIgdmFsdWU9XCIwXCI+XHJcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LW1sLTIgdngtbXItMlwiPlRPPC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPGlucHV0IGNsYXNzPVwic2xpZGUtaW5wdXRcIiB0eXBlPVwibnVtYmVyXCIgdmFsdWU9XCIxMDBcIj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInNsaWRlci1pdGVtXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJoZWFkaW5nIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LW1iLTJcIj5TVEVQIFNJWkU8L2Rpdj5cclxuICAgICAgICAgICAgPGlucHV0IGNsYXNzPVwic2xpZGUtaW5wdXRcIiB0eXBlPVwibnVtYmVyXCIgdmFsdWU9XCIxMFwiPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+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-slider","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":"SliderComponent","filePath":"./slider.component"},{"__symbol":1,"name":"View_SliderComponent_0","filePath":"./slider.component.ngfactory"},{"__symbol":2,"name":"RenderType_SliderComponent","filePath":"./slider.component.ngfactory"},{"__symbol":3,"name":"SliderComponentNgFactory","filePath":"./slider.component.ngfactory"}]}
@@ -0,0 +1,26 @@
1
+ import { Component } from '@angular/core';
2
+ export class StarRatingComponent {
3
+ constructor() {
4
+ this.specificValue = true;
5
+ this.scaleRange = false;
6
+ }
7
+ ngOnInit() {
8
+ }
9
+ clickSpecificValue() {
10
+ this.specificValue = true;
11
+ this.scaleRange = false;
12
+ }
13
+ clickScaleRange() {
14
+ this.scaleRange = true;
15
+ this.specificValue = false;
16
+ }
17
+ }
18
+ StarRatingComponent.decorators = [
19
+ { type: Component, args: [{
20
+ selector: 'app-star-rating',
21
+ template: "<div class=\"star-rating vx-d-flex vx-align-center\">\r\n <div class=\"star-rating-item vx-mr-3\">\r\n <div class=\"heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1\">SHAPE</div>\r\n <div class=\"rating-select-box vx-d-flex vx-align-center vx-justify-between vx-p-2\" appPopover (click)=\"shape.popover()\" position=\"right\">\r\n <span class=\"value vx-fs-12 vx-paragraph-txt\">Number</span>\r\n <i class=\"icons vx-fs-10 vx-paragraph-txt\">&#xe9e8;</i>\r\n </div>\r\n <app-popover #shape>\r\n <div class=\"rating-popup\">\r\n <ul class=\"vx-p-0 vx-m-0\">\r\n <li class=\"vx-p-2 vx-pt-1 vx-pb-1\">\r\n <input type=\"radio\"/>\r\n <span class=\"vx-fs-12 vx-paragraph-txt\">Number</span>\r\n </li>\r\n <li class=\"vx-p-2 vx-pt-1 vx-pb-1\">\r\n <input type=\"radio\"/>\r\n <span class=\"vx-fs-12 vx-paragraph-txt\">Smiley</span>\r\n </li>\r\n <li class=\"vx-p-2 vx-pt-1 vx-pb-1\">\r\n <input type=\"radio\"/>\r\n <span class=\"vx-fs-12 vx-paragraph-txt\">Thumb</span>\r\n </li>\r\n <li class=\"vx-p-2 vx-pt-1 vx-pb-1\">\r\n <input type=\"radio\"/>\r\n <span class=\"vx-fs-12 vx-paragraph-txt\">Star</span>\r\n </li>\r\n <li class=\"vx-p-2 vx-pt-1 vx-pb-1\">\r\n <input type=\"radio\"/>\r\n <span class=\"vx-fs-12 vx-paragraph-txt\">Heart</span>\r\n </li>\r\n </ul>\r\n </div>\r\n </app-popover>\r\n </div>\r\n <div class=\"star-rating-item vx-mr-3\">\r\n <div class=\"heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1\">SCALE</div>\r\n <div class=\"rating-select-box vx-d-flex vx-align-center vx-justify-between vx-p-2\" appPopover (click)=\"scale.popover()\" position=\"right\">\r\n <span class=\"value vx-fs-12 vx-paragraph-txt\">2</span>\r\n <i class=\"icons vx-fs-10 vx-paragraph-txt\">&#xe9e8;</i>\r\n </div>\r\n <app-popover #scale>\r\n <div class=\"rating-popup\">\r\n <ul class=\"vx-p-0 vx-m-0\">\r\n <li class=\"vx-p-2 vx-pt-1 vx-pb-1\">\r\n <input type=\"radio\"/>\r\n <span class=\"vx-fs-12 vx-paragraph-txt\">2</span>\r\n </li>\r\n <li class=\"vx-p-2 vx-pt-1 vx-pb-1\">\r\n <input type=\"radio\"/>\r\n <span class=\"vx-fs-12 vx-paragraph-txt\">3</span>\r\n </li>\r\n <li class=\"vx-p-2 vx-pt-1 vx-pb-1\">\r\n <input type=\"radio\"/>\r\n <span class=\"vx-fs-12 vx-paragraph-txt\">4</span>\r\n </li>\r\n <li class=\"vx-p-2 vx-pt-1 vx-pb-1\">\r\n <input type=\"radio\"/>\r\n <span class=\"vx-fs-12 vx-paragraph-txt\">5</span>\r\n </li>\r\n <li class=\"vx-p-2 vx-pt-1 vx-pb-1\">\r\n <input type=\"radio\"/>\r\n <span class=\"vx-fs-12 vx-paragraph-txt\">6</span>\r\n </li>\r\n <li class=\"vx-p-2 vx-pt-1 vx-pb-1\">\r\n <input type=\"radio\"/>\r\n <span class=\"vx-fs-12 vx-paragraph-txt\">7</span>\r\n </li>\r\n <li class=\"vx-p-2 vx-pt-1 vx-pb-1\">\r\n <input type=\"radio\"/>\r\n <span class=\"vx-fs-12 vx-paragraph-txt\">8</span>\r\n </li>\r\n <li class=\"vx-p-2 vx-pt-1 vx-pb-1\">\r\n <input type=\"radio\"/>\r\n <span class=\"vx-fs-12 vx-paragraph-txt\">9</span>\r\n </li>\r\n <li class=\"vx-p-2 vx-pt-1 vx-pb-1\">\r\n <input type=\"radio\"/>\r\n <span class=\"vx-fs-12 vx-paragraph-txt\">10</span>\r\n </li>\r\n </ul>\r\n </div>\r\n </app-popover>\r\n </div>\r\n <div class=\"star-rating-item vx-mr-3\">\r\n <div class=\"heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1\">COLOR</div>\r\n <div class=\"rating-select-box vx-d-flex vx-align-center vx-justify-between vx-p-2\">\r\n <div class=\"vx-d-flex vx-align-center\">\r\n <span class=\"color-box vx-mr-1\" style=\"background: #1e5dd3;\"></span>\r\n <span class=\"value vx-fs-12 vx-paragraph-txt\">#1e5dd3</span>\r\n </div>\r\n <i class=\"icons vx-fs-10 vx-paragraph-txt\">&#xe9e8;</i>\r\n <input type=\"color\">\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<div class=\"star-rating-label vx-mt-5 vx-pt-3\">\r\n <div class=\"heading vx-fs-12 vx-fw-500 vx-label-txt vx-mb-1\">Add rating label</div>\r\n <div class=\"label-menu vx-mt-3 vx-mb-5\">\r\n <ul class=\"vx-d-flex vx-p-0 vx-m-0\">\r\n <li class=\"vx-mr-5\" [class.active]=\"specificValue\"><button (click)=\"clickSpecificValue()\" class=\"vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-m-0 vx-p-0 vx-d-flex vx-align-center\">SPECIFIC VALUE</button></li>\r\n <li class=\"vx-mr-5\" [class.active]=\"scaleRange\"><button (click)=\"clickScaleRange()\" class=\"vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-m-0 vx-p-0 vx-d-flex vx-align-center\">SCALE RANGE</button></li>\r\n </ul>\r\n </div>\r\n <div *ngIf=\"specificValue\" class=\"value-list\">\r\n <ul class=\"vx-p-0 vx-m-0\">\r\n <li class=\"vx-mb-2\">\r\n <div class=\"label\">\r\n <input type=\"text\" placeholder=\"Please enter a response\" />\r\n <div class=\"heading vx-fs-11 vx-fw-500 vx-label-txt vx-text-center vx-pr-2\">1</div>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n <div *ngIf=\"scaleRange\" class=\"range-list vx-d-flex vx-align-center\">\r\n <input type=\"text\" value=\"Not at all likely\" />\r\n <span class=\"vx-fs-12 vx-fw-500 vx-label-txt vx-tt-uppercase vx-ml-3 vx-mr-3\">TO</span>\r\n <input type=\"text\" value=\"Extreme likely\" />\r\n </div>\r\n</div>",
22
+ 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\");.star-rating-item{width:30%}.star-rating-item .rating-select-box{border:1px solid #dbdbdb;border-radius:.25rem;cursor:pointer;position:relative}.star-rating-item .rating-select-box .color-box{border-radius:.125rem;width:1.125rem;height:1.125rem}.star-rating-item .rating-select-box input[type=color]{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;width:100%;height:100%;cursor:pointer;opacity:0}.star-rating-label .label-menu ul{border-bottom:1px solid #f1f1f1;list-style-type:none}.star-rating-label .label-menu ul li button{background:transparent;border:none;border-bottom:2px solid transparent;border-radius:0;height:1.5rem}.star-rating-label .label-menu ul li.active button{border-color:#1e5dd3;color:#1e5dd3}.star-rating-label .value-list ul{list-style-type:none}.star-rating-label .value-list ul li .label{border:1px solid #dbdbdb;border-radius:.25rem;height:2.5rem;transition:all .3s ease-in-out;position:relative}.star-rating-label .value-list ul li .label:focus-within{border-color:#1e5dd3;box-shadow:0 0 5px rgba(30,93,211,.27)}.star-rating-label .value-list ul li .label input[type=text]{background:#fff;border:none;border-radius:.25rem;color:#747576;font-size:12px;padding:.5rem .75rem .5rem 3.5rem;width:100%;height:2.375rem;outline:none}.star-rating-label .value-list ul li .label input[type=text]:focus{border-color:unset;box-shadow:unset}.star-rating-label .value-list ul li .label .heading{position:absolute;top:.625rem;left:.75rem;width:30px}.star-rating-label .value-list ul li .label .heading:before{background:#dbdbdb;content:\"\";position:absolute;top:0;right:0;width:1px;height:1rem}.star-rating-label .range-list input{background:#fff;border:1px solid #dbdbdb;border-radius:.25rem;color:#747576;font-size:12px;padding:.5rem .75rem;width:100%;height:2.375rem;transition:all .3s ease-in-out;outline:none}.star-rating-label .range-list input:focus{border-color:#1e5dd3;box-shadow:0 0 5px rgba(30,93,211,.27)}.rating-popup{background:#fff;border-radius:.25rem;box-shadow:0 3px 6px #1c5bd140;width:11.875rem}.rating-popup ul{list-style-type:none;max-height:10.75rem;overflow-y:auto}.rating-popup ul li{border-bottom:1px solid #f1f1f1;position:relative}.rating-popup ul li:last-of-type{border-bottom:none}.rating-popup ul li:hover{background:#f1f1f1}.rating-popup ul li input[type=radio]{top:0;right:0;bottom:0;left:0;margin:0;width:100%;height:100%;position:absolute;opacity:0;text-indent:-9999px;cursor:pointer}"]
23
+ },] }
24
+ ];
25
+ StarRatingComponent.ctorParameters = () => [];
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Rhci1yYXRpbmcuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2J1aWxkL3N0YXItcmF0aW5nL3N0YXItcmF0aW5nLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBT2xELE1BQU0sT0FBTyxtQkFBbUI7SUFJOUI7UUFIQSxrQkFBYSxHQUFHLElBQUksQ0FBQztRQUNyQixlQUFVLEdBQUcsS0FBSyxDQUFDO0lBRUgsQ0FBQztJQUVqQixRQUFRO0lBQ1IsQ0FBQztJQUVELGtCQUFrQjtRQUNoQixJQUFJLENBQUMsYUFBYSxHQUFHLElBQUksQ0FBQztRQUMxQixJQUFJLENBQUMsVUFBVSxHQUFHLEtBQUssQ0FBQztJQUMxQixDQUFDO0lBRUQsZUFBZTtRQUNiLElBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDO1FBQ3ZCLElBQUksQ0FBQyxhQUFhLEdBQUcsS0FBSyxDQUFDO0lBQzdCLENBQUM7OztZQXRCRixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLGlCQUFpQjtnQkFDM0IseWlOQUEyQzs7YUFFNUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtc3Rhci1yYXRpbmcnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9zdGFyLXJhdGluZy5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vc3Rhci1yYXRpbmcuY29tcG9uZW50Lmxlc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgU3RhclJhdGluZ0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbiAgc3BlY2lmaWNWYWx1ZSA9IHRydWU7XHJcbiAgc2NhbGVSYW5nZSA9IGZhbHNlO1xyXG5cclxuICBjb25zdHJ1Y3RvcigpIHsgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICB9XHJcblxyXG4gIGNsaWNrU3BlY2lmaWNWYWx1ZSgpIHtcclxuICAgIHRoaXMuc3BlY2lmaWNWYWx1ZSA9IHRydWU7XHJcbiAgICB0aGlzLnNjYWxlUmFuZ2UgPSBmYWxzZTtcclxuICB9XHJcblxyXG4gIGNsaWNrU2NhbGVSYW5nZSgpIHtcclxuICAgIHRoaXMuc2NhbGVSYW5nZSA9IHRydWU7XHJcbiAgICB0aGlzLnNwZWNpZmljVmFsdWUgPSBmYWxzZTtcclxuICB9XHJcblxyXG59XHJcbiJdfQ==
@@ -0,0 +1,60 @@
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 "./star-rating.component.less.shim.ngstyle";
8
+ import * as i1 from "@angular/core";
9
+ import * as i2 from "../../../../../ui-kit/popover/popover.directive";
10
+ import * as i3 from "../../../../../ui-kit/popover/popover.service";
11
+ import * as i4 from "../../../../../ui-kit/popover/popover.component.ngfactory";
12
+ import * as i5 from "../../../../../ui-kit/popover/popover.component";
13
+ import * as i6 from "@angular/common";
14
+ import * as i7 from "./star-rating.component";
15
+ var styles_StarRatingComponent = [i0.styles];
16
+ var RenderType_StarRatingComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_StarRatingComponent, data: {} });
17
+ export { RenderType_StarRatingComponent as RenderType_StarRatingComponent };
18
+ function View_StarRatingComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "div", [["class", "value-list"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "ul", [["class", "vx-p-0 vx-m-0"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 4, "li", [["class", "vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 3, "div", [["class", "label"]], null, null, null, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 0, "input", [["placeholder", "Please enter a response"], ["type", "text"]], null, null, null, null, null)), (_l()(), i1.ɵeld(5, 0, null, null, 1, "div", [["class", "heading vx-fs-11 vx-fw-500 vx-label-txt vx-text-center vx-pr-2"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["1"]))], null, null); }
19
+ function View_StarRatingComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 4, "div", [["class", "range-list vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 0, "input", [["type", "text"], ["value", "Not at all likely"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 1, "span", [["class", "vx-fs-12 vx-fw-500 vx-label-txt vx-tt-uppercase vx-ml-3 vx-mr-3"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["TO"])), (_l()(), i1.ɵeld(4, 0, null, null, 0, "input", [["type", "text"], ["value", "Extreme likely"]], null, null, null, null, null))], null, null); }
20
+ export function View_StarRatingComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 93, "div", [["class", "star-rating vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 32, "div", [["class", "star-rating-item vx-mr-3"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 1, "div", [["class", "heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["SHAPE"])), (_l()(), i1.ɵeld(4, 0, null, null, 5, "div", [["appPopover", ""], ["class", "rating-select-box vx-d-flex vx-align-center vx-justify-between vx-p-2"], ["position", "right"]], null, [[null, "click"], [null, "mouseenter"], [null, "mouseover"]], function (_v, en, $event) { var ad = true; if (("click" === en)) {
21
+ var pd_0 = (i1.ɵnov(_v, 5).click() !== false);
22
+ ad = (pd_0 && ad);
23
+ } if (("mouseenter" === en)) {
24
+ var pd_1 = (i1.ɵnov(_v, 5).onMouseEnter() !== false);
25
+ ad = (pd_1 && ad);
26
+ } if (("mouseover" === en)) {
27
+ var pd_2 = (i1.ɵnov(_v, 5).onMouseOver() !== false);
28
+ ad = (pd_2 && ad);
29
+ } if (("click" === en)) {
30
+ var pd_3 = (i1.ɵnov(_v, 11).popover() !== false);
31
+ ad = (pd_3 && ad);
32
+ } return ad; }, null, null)), i1.ɵdid(5, 16384, null, 0, i2.PopoverDirective, [i1.ElementRef, i3.PopoverService], null, null), (_l()(), i1.ɵeld(6, 0, null, null, 1, "span", [["class", "value vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Number"])), (_l()(), i1.ɵeld(8, 0, null, null, 1, "i", [["class", "icons vx-fs-10 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9E8"])), (_l()(), i1.ɵeld(10, 0, null, null, 23, "app-popover", [], null, [["window", "resize"]], function (_v, en, $event) { var ad = true; if (("window:resize" === en)) {
33
+ var pd_0 = (i1.ɵnov(_v, 11).sizeChange($event) !== false);
34
+ ad = (pd_0 && ad);
35
+ } return ad; }, i4.View_PopoverComponent_0, i4.RenderType_PopoverComponent)), i1.ɵdid(11, 114688, [["shape", 4]], 0, i5.PopoverComponent, [i3.PopoverService], null, null), (_l()(), i1.ɵeld(12, 0, null, 0, 21, "div", [["class", "rating-popup"]], null, null, null, null, null)), (_l()(), i1.ɵeld(13, 0, null, null, 20, "ul", [["class", "vx-p-0 vx-m-0"]], null, null, null, null, null)), (_l()(), i1.ɵeld(14, 0, null, null, 3, "li", [["class", "vx-p-2 vx-pt-1 vx-pb-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(15, 0, null, null, 0, "input", [["type", "radio"]], null, null, null, null, null)), (_l()(), i1.ɵeld(16, 0, null, null, 1, "span", [["class", "vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Number"])), (_l()(), i1.ɵeld(18, 0, null, null, 3, "li", [["class", "vx-p-2 vx-pt-1 vx-pb-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(19, 0, null, null, 0, "input", [["type", "radio"]], null, null, null, null, null)), (_l()(), i1.ɵeld(20, 0, null, null, 1, "span", [["class", "vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Smiley"])), (_l()(), i1.ɵeld(22, 0, null, null, 3, "li", [["class", "vx-p-2 vx-pt-1 vx-pb-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(23, 0, null, null, 0, "input", [["type", "radio"]], null, null, null, null, null)), (_l()(), i1.ɵeld(24, 0, null, null, 1, "span", [["class", "vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Thumb"])), (_l()(), i1.ɵeld(26, 0, null, null, 3, "li", [["class", "vx-p-2 vx-pt-1 vx-pb-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(27, 0, null, null, 0, "input", [["type", "radio"]], null, null, null, null, null)), (_l()(), i1.ɵeld(28, 0, null, null, 1, "span", [["class", "vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Star"])), (_l()(), i1.ɵeld(30, 0, null, null, 3, "li", [["class", "vx-p-2 vx-pt-1 vx-pb-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(31, 0, null, null, 0, "input", [["type", "radio"]], null, null, null, null, null)), (_l()(), i1.ɵeld(32, 0, null, null, 1, "span", [["class", "vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Heart"])), (_l()(), i1.ɵeld(34, 0, null, null, 48, "div", [["class", "star-rating-item vx-mr-3"]], null, null, null, null, null)), (_l()(), i1.ɵeld(35, 0, null, null, 1, "div", [["class", "heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["SCALE"])), (_l()(), i1.ɵeld(37, 0, null, null, 5, "div", [["appPopover", ""], ["class", "rating-select-box vx-d-flex vx-align-center vx-justify-between vx-p-2"], ["position", "right"]], null, [[null, "click"], [null, "mouseenter"], [null, "mouseover"]], function (_v, en, $event) { var ad = true; if (("click" === en)) {
36
+ var pd_0 = (i1.ɵnov(_v, 38).click() !== false);
37
+ ad = (pd_0 && ad);
38
+ } if (("mouseenter" === en)) {
39
+ var pd_1 = (i1.ɵnov(_v, 38).onMouseEnter() !== false);
40
+ ad = (pd_1 && ad);
41
+ } if (("mouseover" === en)) {
42
+ var pd_2 = (i1.ɵnov(_v, 38).onMouseOver() !== false);
43
+ ad = (pd_2 && ad);
44
+ } if (("click" === en)) {
45
+ var pd_3 = (i1.ɵnov(_v, 44).popover() !== false);
46
+ ad = (pd_3 && ad);
47
+ } return ad; }, null, null)), i1.ɵdid(38, 16384, null, 0, i2.PopoverDirective, [i1.ElementRef, i3.PopoverService], null, null), (_l()(), i1.ɵeld(39, 0, null, null, 1, "span", [["class", "value vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["2"])), (_l()(), i1.ɵeld(41, 0, null, null, 1, "i", [["class", "icons vx-fs-10 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9E8"])), (_l()(), i1.ɵeld(43, 0, null, null, 39, "app-popover", [], null, [["window", "resize"]], function (_v, en, $event) { var ad = true; if (("window:resize" === en)) {
48
+ var pd_0 = (i1.ɵnov(_v, 44).sizeChange($event) !== false);
49
+ ad = (pd_0 && ad);
50
+ } return ad; }, i4.View_PopoverComponent_0, i4.RenderType_PopoverComponent)), i1.ɵdid(44, 114688, [["scale", 4]], 0, i5.PopoverComponent, [i3.PopoverService], null, null), (_l()(), i1.ɵeld(45, 0, null, 0, 37, "div", [["class", "rating-popup"]], null, null, null, null, null)), (_l()(), i1.ɵeld(46, 0, null, null, 36, "ul", [["class", "vx-p-0 vx-m-0"]], null, null, null, null, null)), (_l()(), i1.ɵeld(47, 0, null, null, 3, "li", [["class", "vx-p-2 vx-pt-1 vx-pb-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(48, 0, null, null, 0, "input", [["type", "radio"]], null, null, null, null, null)), (_l()(), i1.ɵeld(49, 0, null, null, 1, "span", [["class", "vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["2"])), (_l()(), i1.ɵeld(51, 0, null, null, 3, "li", [["class", "vx-p-2 vx-pt-1 vx-pb-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(52, 0, null, null, 0, "input", [["type", "radio"]], null, null, null, null, null)), (_l()(), i1.ɵeld(53, 0, null, null, 1, "span", [["class", "vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["3"])), (_l()(), i1.ɵeld(55, 0, null, null, 3, "li", [["class", "vx-p-2 vx-pt-1 vx-pb-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(56, 0, null, null, 0, "input", [["type", "radio"]], null, null, null, null, null)), (_l()(), i1.ɵeld(57, 0, null, null, 1, "span", [["class", "vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["4"])), (_l()(), i1.ɵeld(59, 0, null, null, 3, "li", [["class", "vx-p-2 vx-pt-1 vx-pb-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(60, 0, null, null, 0, "input", [["type", "radio"]], null, null, null, null, null)), (_l()(), i1.ɵeld(61, 0, null, null, 1, "span", [["class", "vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["5"])), (_l()(), i1.ɵeld(63, 0, null, null, 3, "li", [["class", "vx-p-2 vx-pt-1 vx-pb-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(64, 0, null, null, 0, "input", [["type", "radio"]], null, null, null, null, null)), (_l()(), i1.ɵeld(65, 0, null, null, 1, "span", [["class", "vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["6"])), (_l()(), i1.ɵeld(67, 0, null, null, 3, "li", [["class", "vx-p-2 vx-pt-1 vx-pb-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(68, 0, null, null, 0, "input", [["type", "radio"]], null, null, null, null, null)), (_l()(), i1.ɵeld(69, 0, null, null, 1, "span", [["class", "vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["7"])), (_l()(), i1.ɵeld(71, 0, null, null, 3, "li", [["class", "vx-p-2 vx-pt-1 vx-pb-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(72, 0, null, null, 0, "input", [["type", "radio"]], null, null, null, null, null)), (_l()(), i1.ɵeld(73, 0, null, null, 1, "span", [["class", "vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["8"])), (_l()(), i1.ɵeld(75, 0, null, null, 3, "li", [["class", "vx-p-2 vx-pt-1 vx-pb-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(76, 0, null, null, 0, "input", [["type", "radio"]], null, null, null, null, null)), (_l()(), i1.ɵeld(77, 0, null, null, 1, "span", [["class", "vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["9"])), (_l()(), i1.ɵeld(79, 0, null, null, 3, "li", [["class", "vx-p-2 vx-pt-1 vx-pb-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(80, 0, null, null, 0, "input", [["type", "radio"]], null, null, null, null, null)), (_l()(), i1.ɵeld(81, 0, null, null, 1, "span", [["class", "vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["10"])), (_l()(), i1.ɵeld(83, 0, null, null, 10, "div", [["class", "star-rating-item vx-mr-3"]], null, null, null, null, null)), (_l()(), i1.ɵeld(84, 0, null, null, 1, "div", [["class", "heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["COLOR"])), (_l()(), i1.ɵeld(86, 0, null, null, 7, "div", [["class", "rating-select-box vx-d-flex vx-align-center vx-justify-between vx-p-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(87, 0, null, null, 3, "div", [["class", "vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(88, 0, null, null, 0, "span", [["class", "color-box vx-mr-1"], ["style", "background: #1e5dd3;"]], null, null, null, null, null)), (_l()(), i1.ɵeld(89, 0, null, null, 1, "span", [["class", "value vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["#1e5dd3"])), (_l()(), i1.ɵeld(91, 0, null, null, 1, "i", [["class", "icons vx-fs-10 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9E8"])), (_l()(), i1.ɵeld(93, 0, null, null, 0, "input", [["type", "color"]], null, null, null, null, null)), (_l()(), i1.ɵeld(94, 0, null, null, 14, "div", [["class", "star-rating-label vx-mt-5 vx-pt-3"]], null, null, null, null, null)), (_l()(), i1.ɵeld(95, 0, null, null, 1, "div", [["class", "heading vx-fs-12 vx-fw-500 vx-label-txt vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Add rating label"])), (_l()(), i1.ɵeld(97, 0, null, null, 7, "div", [["class", "label-menu vx-mt-3 vx-mb-5"]], null, null, null, null, null)), (_l()(), i1.ɵeld(98, 0, null, null, 6, "ul", [["class", "vx-d-flex vx-p-0 vx-m-0"]], null, null, null, null, null)), (_l()(), i1.ɵeld(99, 0, null, null, 2, "li", [["class", "vx-mr-5"]], [[2, "active", null]], null, null, null, null)), (_l()(), i1.ɵeld(100, 0, null, null, 1, "button", [["class", "vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-m-0 vx-p-0 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
51
+ var pd_0 = (_co.clickSpecificValue() !== false);
52
+ ad = (pd_0 && ad);
53
+ } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["SPECIFIC VALUE"])), (_l()(), i1.ɵeld(102, 0, null, null, 2, "li", [["class", "vx-mr-5"]], [[2, "active", null]], null, null, null, null)), (_l()(), i1.ɵeld(103, 0, null, null, 1, "button", [["class", "vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-m-0 vx-p-0 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
54
+ var pd_0 = (_co.clickScaleRange() !== false);
55
+ ad = (pd_0 && ad);
56
+ } return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["SCALE RANGE"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_StarRatingComponent_1)), i1.ɵdid(106, 16384, null, 0, i6.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_StarRatingComponent_2)), i1.ɵdid(108, 16384, null, 0, i6.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; _ck(_v, 11, 0); _ck(_v, 44, 0); var currVal_2 = _co.specificValue; _ck(_v, 106, 0, currVal_2); var currVal_3 = _co.scaleRange; _ck(_v, 108, 0, currVal_3); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.specificValue; _ck(_v, 99, 0, currVal_0); var currVal_1 = _co.scaleRange; _ck(_v, 102, 0, currVal_1); }); }
57
+ export function View_StarRatingComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-star-rating", [], null, null, null, View_StarRatingComponent_0, RenderType_StarRatingComponent)), i1.ɵdid(1, 114688, null, 0, i7.StarRatingComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
58
+ var StarRatingComponentNgFactory = i1.ɵccf("app-star-rating", i7.StarRatingComponent, View_StarRatingComponent_Host_0, {}, {}, []);
59
+ export { StarRatingComponentNgFactory as StarRatingComponentNgFactory };
60
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Rhci1yYXRpbmcuY29tcG9uZW50Lm5nZmFjdG9yeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9idWlsZC9zdGFyLXJhdGluZy9zdGFyLXJhdGluZy5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2J1aWxkL3N0YXItcmF0aW5nL3N0YXItcmF0aW5nLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7OzhEQ3dHSSxtR0FTTSxLQVJGLHFHQU9LLEtBTkQsK0ZBS0ssS0FKRCw4RkFHTSxLQUZGLDBJQUEyRCxLQUMzRCx1SkFBbUYsS0FBUCw4QkFBQzs4REFLN0YsNkhBSU0sS0FIRiw4SEFBK0MsS0FDL0MseUpBQXVGLEtBQVQsK0JBQUUsTUFDaEYsMkhBQTRDO3FFQXJIcEQsK0hBOEZNLEtBN0ZGLGtIQWdDTSxLQS9CRix3SkFBd0YsS0FBWCxrQ0FBSyxNQUNsRjs7Ozs7Ozs7d0JBR007TUFId0Y7O3dCQUF5QjtNQUF2SCwwSEFHTSxJQUZGLHlIQUEyRCxLQUFiLG1DQUFNLE1BQ3BELHNIQUF1RCxLQUFaLG1DQUFRLE1BRXZEOzs7NktBeUJjLElBeEJWLG9HQXVCTSxLQXRCRix1R0FxQkssS0FwQkQsK0dBR0ssS0FGRCxnR0FBcUIsS0FDckIsb0hBQXFELEtBQWIsbUNBQU0sTUFFbEQsK0dBR0ssS0FGRCxnR0FBcUIsS0FDckIsb0hBQXFELEtBQWIsbUNBQU0sTUFFbEQsK0dBR0ssS0FGRCxnR0FBcUIsS0FDckIsb0hBQW9ELEtBQVosa0NBQUssTUFFakQsK0dBR0ssS0FGRCxnR0FBcUIsS0FDckIsb0hBQW1ELEtBQVgsaUNBQUksTUFFaEQsK0dBR0ssS0FGRCxnR0FBcUIsS0FDckIsb0hBQW9ELEtBQVosa0NBQUssTUFNakUsbUhBZ0RNLEtBL0NGLHlKQUF3RixLQUFYLGtDQUFLLE1BQ2xGOzs7Ozs7Ozt3QkFHTTtNQUh3Rjs7d0JBQXlCO01BQXZILDJIQUdNLElBRkYsMEhBQXNELEtBQVIsOEJBQUMsTUFDL0MsdUhBQXVELEtBQVosbUNBQVEsTUFFdkQ7Ozs2S0F5Q2MsSUF4Q1Ysb0dBdUNNLEtBdENGLHVHQXFDSyxLQXBDRCwrR0FHSyxLQUZELGdHQUFxQixLQUNyQixvSEFBZ0QsS0FBUiw4QkFBQyxNQUU3QywrR0FHSyxLQUZELGdHQUFxQixLQUNyQixvSEFBZ0QsS0FBUiw4QkFBQyxNQUU3QywrR0FHSyxLQUZELGdHQUFxQixLQUNyQixvSEFBZ0QsS0FBUiw4QkFBQyxNQUU3QywrR0FHSyxLQUZELGdHQUFxQixLQUNyQixvSEFBZ0QsS0FBUiw4QkFBQyxNQUU3QywrR0FHSyxLQUZELGdHQUFxQixLQUNyQixvSEFBZ0QsS0FBUiw4QkFBQyxNQUU3QywrR0FHSyxLQUZELGdHQUFxQixLQUNyQixvSEFBZ0QsS0FBUiw4QkFBQyxNQUU3QywrR0FHSyxLQUZELGdHQUFxQixLQUNyQixvSEFBZ0QsS0FBUiw4QkFBQyxNQUU3QywrR0FHSyxLQUZELGdHQUFxQixLQUNyQixvSEFBZ0QsS0FBUiw4QkFBQyxNQUU3QywrR0FHSyxLQUZELGdHQUFxQixLQUNyQixvSEFBaUQsS0FBVCwrQkFBRSxNQU05RCxtSEFVTSxLQVRGLHlKQUF3RixLQUFYLGtDQUFLLE1BQ2xGLCtKQU9NLEtBTkYsbUhBR00sS0FGRiwrSUFBb0UsS0FDcEUsMEhBQTRELEtBQWQsb0NBQU8sTUFFekQsdUhBQXVELEtBQVosbUNBQVEsTUFDbkQsZ0dBQW9CLEtBS2hDLDRIQXVCTSxLQXRCRix5SUFBbUYsS0FBdEIsNkNBQWdCLE1BQzdFLG9IQUtNLEtBSkYsZ0hBR0ssS0FGRCxpSEFBc04sS0FBbksseU9BQThKLFlBQXRKOzt3QkFBOEI7TUFBdEMsd0JBQThKLEtBQXZCLDJDQUFjLE1BQ3hNLGtIQUE2TSxLQUE3Six5T0FBd0osWUFBaEo7O3dCQUEyQjtNQUFuQyx3QkFBd0osS0FBcEIsd0NBQVcsTUFHdk0scUxBU00sSUFDTixxTEFJTSxpREEvR0YsYUF5QmMsR0FRZCxhQXlDYyxHQXVCYixtQkFBcUIsZ0JBQTFCLGNBU00sRUFURCxTQUFxQixHQVVyQixtQkFBa0IsYUFBdkIsY0FJTSxFQUpELFNBQWtCLG1EQWRLLG1CQUE4QixnQkFBbEQsYUFBc04sRUFBbE0sU0FBOEIsR0FDOUIsbUJBQTJCLGFBQS9DLGNBQTZNLEVBQXpMLFNBQTJCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiPGRpdiBjbGFzcz1cInN0YXItcmF0aW5nIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJzdGFyLXJhdGluZy1pdGVtIHZ4LW1yLTNcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiaGVhZGluZyB2eC1mcy0xMSB2eC1mdy01MDAgdngtbGFiZWwtdHh0IHZ4LXR0LXVwcGVyY2FzZSB2eC1tYi0xXCI+U0hBUEU8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwicmF0aW5nLXNlbGVjdC1ib3ggdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWJldHdlZW4gdngtcC0yXCIgYXBwUG9wb3ZlciAoY2xpY2spPVwic2hhcGUucG9wb3ZlcigpXCIgcG9zaXRpb249XCJyaWdodFwiPlxyXG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cInZhbHVlIHZ4LWZzLTEyIHZ4LXBhcmFncmFwaC10eHRcIj5OdW1iZXI8L3NwYW4+XHJcbiAgICAgICAgICAgIDxpIGNsYXNzPVwiaWNvbnMgdngtZnMtMTAgdngtcGFyYWdyYXBoLXR4dFwiPiYjeGU5ZTg7PC9pPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxhcHAtcG9wb3ZlciAjc2hhcGU+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyYXRpbmctcG9wdXBcIj5cclxuICAgICAgICAgICAgICAgIDx1bCBjbGFzcz1cInZ4LXAtMCB2eC1tLTBcIj5cclxuICAgICAgICAgICAgICAgICAgICA8bGkgY2xhc3M9XCJ2eC1wLTIgdngtcHQtMSB2eC1wYi0xXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwicmFkaW9cIi8+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidngtZnMtMTIgdngtcGFyYWdyYXBoLXR4dFwiPk51bWJlcjwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICAgICAgICAgIDxsaSBjbGFzcz1cInZ4LXAtMiB2eC1wdC0xIHZ4LXBiLTFcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJyYWRpb1wiLz5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ2eC1mcy0xMiB2eC1wYXJhZ3JhcGgtdHh0XCI+U21pbGV5PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwidngtcC0yIHZ4LXB0LTEgdngtcGItMVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT1cInJhZGlvXCIvPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInZ4LWZzLTEyIHZ4LXBhcmFncmFwaC10eHRcIj5UaHVtYjwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICAgICAgICAgIDxsaSBjbGFzcz1cInZ4LXAtMiB2eC1wdC0xIHZ4LXBiLTFcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJyYWRpb1wiLz5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ2eC1mcy0xMiB2eC1wYXJhZ3JhcGgtdHh0XCI+U3Rhcjwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICAgICAgICAgIDxsaSBjbGFzcz1cInZ4LXAtMiB2eC1wdC0xIHZ4LXBiLTFcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJyYWRpb1wiLz5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ2eC1mcy0xMiB2eC1wYXJhZ3JhcGgtdHh0XCI+SGVhcnQ8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9saT5cclxuICAgICAgICAgICAgICAgIDwvdWw+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvYXBwLXBvcG92ZXI+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJzdGFyLXJhdGluZy1pdGVtIHZ4LW1yLTNcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiaGVhZGluZyB2eC1mcy0xMSB2eC1mdy01MDAgdngtbGFiZWwtdHh0IHZ4LXR0LXVwcGVyY2FzZSB2eC1tYi0xXCI+U0NBTEU8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwicmF0aW5nLXNlbGVjdC1ib3ggdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWJldHdlZW4gdngtcC0yXCIgYXBwUG9wb3ZlciAoY2xpY2spPVwic2NhbGUucG9wb3ZlcigpXCIgcG9zaXRpb249XCJyaWdodFwiPlxyXG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cInZhbHVlIHZ4LWZzLTEyIHZ4LXBhcmFncmFwaC10eHRcIj4yPC9zcGFuPlxyXG4gICAgICAgICAgICA8aSBjbGFzcz1cImljb25zIHZ4LWZzLTEwIHZ4LXBhcmFncmFwaC10eHRcIj4mI3hlOWU4OzwvaT5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8YXBwLXBvcG92ZXIgI3NjYWxlPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwicmF0aW5nLXBvcHVwXCI+XHJcbiAgICAgICAgICAgICAgICA8dWwgY2xhc3M9XCJ2eC1wLTAgdngtbS0wXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwidngtcC0yIHZ4LXB0LTEgdngtcGItMVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT1cInJhZGlvXCIvPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInZ4LWZzLTEyIHZ4LXBhcmFncmFwaC10eHRcIj4yPC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwidngtcC0yIHZ4LXB0LTEgdngtcGItMVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT1cInJhZGlvXCIvPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInZ4LWZzLTEyIHZ4LXBhcmFncmFwaC10eHRcIj4zPC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwidngtcC0yIHZ4LXB0LTEgdngtcGItMVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT1cInJhZGlvXCIvPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInZ4LWZzLTEyIHZ4LXBhcmFncmFwaC10eHRcIj40PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwidngtcC0yIHZ4LXB0LTEgdngtcGItMVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT1cInJhZGlvXCIvPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInZ4LWZzLTEyIHZ4LXBhcmFncmFwaC10eHRcIj41PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwidngtcC0yIHZ4LXB0LTEgdngtcGItMVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT1cInJhZGlvXCIvPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInZ4LWZzLTEyIHZ4LXBhcmFncmFwaC10eHRcIj42PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwidngtcC0yIHZ4LXB0LTEgdngtcGItMVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT1cInJhZGlvXCIvPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInZ4LWZzLTEyIHZ4LXBhcmFncmFwaC10eHRcIj43PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwidngtcC0yIHZ4LXB0LTEgdngtcGItMVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT1cInJhZGlvXCIvPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInZ4LWZzLTEyIHZ4LXBhcmFncmFwaC10eHRcIj44PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwidngtcC0yIHZ4LXB0LTEgdngtcGItMVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT1cInJhZGlvXCIvPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInZ4LWZzLTEyIHZ4LXBhcmFncmFwaC10eHRcIj45PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwidngtcC0yIHZ4LXB0LTEgdngtcGItMVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT1cInJhZGlvXCIvPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInZ4LWZzLTEyIHZ4LXBhcmFncmFwaC10eHRcIj4xMDwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICAgICAgPC91bD5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9hcHAtcG9wb3Zlcj5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cInN0YXItcmF0aW5nLWl0ZW0gdngtbXItM1wiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJoZWFkaW5nIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LW1iLTFcIj5DT0xPUjwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJyYXRpbmctc2VsZWN0LWJveCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktYmV0d2VlbiB2eC1wLTJcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIj5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY29sb3ItYm94IHZ4LW1yLTFcIiBzdHlsZT1cImJhY2tncm91bmQ6ICMxZTVkZDM7XCI+PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ2YWx1ZSB2eC1mcy0xMiB2eC1wYXJhZ3JhcGgtdHh0XCI+IzFlNWRkMzwvc3Bhbj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxpIGNsYXNzPVwiaWNvbnMgdngtZnMtMTAgdngtcGFyYWdyYXBoLXR4dFwiPiYjeGU5ZTg7PC9pPlxyXG4gICAgICAgICAgICA8aW5wdXQgdHlwZT1cImNvbG9yXCI+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9kaXY+XHJcblxyXG48ZGl2IGNsYXNzPVwic3Rhci1yYXRpbmctbGFiZWwgdngtbXQtNSB2eC1wdC0zXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiaGVhZGluZyB2eC1mcy0xMiB2eC1mdy01MDAgdngtbGFiZWwtdHh0IHZ4LW1iLTFcIj5BZGQgcmF0aW5nIGxhYmVsPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwibGFiZWwtbWVudSB2eC1tdC0zIHZ4LW1iLTVcIj5cclxuICAgICAgICA8dWwgY2xhc3M9XCJ2eC1kLWZsZXggdngtcC0wIHZ4LW0tMFwiPlxyXG4gICAgICAgICAgICA8bGkgY2xhc3M9XCJ2eC1tci01XCIgW2NsYXNzLmFjdGl2ZV09XCJzcGVjaWZpY1ZhbHVlXCI+PGJ1dHRvbiAoY2xpY2spPVwiY2xpY2tTcGVjaWZpY1ZhbHVlKClcIiBjbGFzcz1cInZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LW0tMCB2eC1wLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiPlNQRUNJRklDIFZBTFVFPC9idXR0b24+PC9saT5cclxuICAgICAgICAgICAgPGxpIGNsYXNzPVwidngtbXItNVwiIFtjbGFzcy5hY3RpdmVdPVwic2NhbGVSYW5nZVwiPjxidXR0b24gKGNsaWNrKT1cImNsaWNrU2NhbGVSYW5nZSgpXCIgY2xhc3M9XCJ2eC1mcy0xMSB2eC1mdy01MDAgdngtbGFiZWwtdHh0IHZ4LXR0LXVwcGVyY2FzZSB2eC1tLTAgdngtcC0wIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIj5TQ0FMRSBSQU5HRTwvYnV0dG9uPjwvbGk+XHJcbiAgICAgICAgPC91bD5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiAqbmdJZj1cInNwZWNpZmljVmFsdWVcIiBjbGFzcz1cInZhbHVlLWxpc3RcIj5cclxuICAgICAgICA8dWwgY2xhc3M9XCJ2eC1wLTAgdngtbS0wXCI+XHJcbiAgICAgICAgICAgIDxsaSBjbGFzcz1cInZ4LW1iLTJcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJsYWJlbFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwidGV4dFwiIHBsYWNlaG9sZGVyPVwiUGxlYXNlIGVudGVyIGEgcmVzcG9uc2VcIiAvPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJoZWFkaW5nIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdGV4dC1jZW50ZXIgdngtcHItMlwiPjE8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgIDwvdWw+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgKm5nSWY9XCJzY2FsZVJhbmdlXCIgY2xhc3M9XCJyYW5nZS1saXN0IHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIj5cclxuICAgICAgICA8aW5wdXQgdHlwZT1cInRleHRcIiB2YWx1ZT1cIk5vdCBhdCBhbGwgbGlrZWx5XCIgLz5cclxuICAgICAgICA8c3BhbiBjbGFzcz1cInZ4LWZzLTEyIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LW1sLTMgdngtbXItM1wiPlRPPC9zcGFuPlxyXG4gICAgICAgIDxpbnB1dCB0eXBlPVwidGV4dFwiIHZhbHVlPVwiRXh0cmVtZSBsaWtlbHlcIiAvPlxyXG4gICAgPC9kaXY+XHJcbjwvZGl2PiJdfQ==
@@ -0,0 +1 @@
1
+ {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}],"clickSpecificValue":[{"__symbolic":"method"}],"clickScaleRange":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-star-rating","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":"StarRatingComponent","filePath":"./star-rating.component"},{"__symbol":1,"name":"View_StarRatingComponent_0","filePath":"./star-rating.component.ngfactory"},{"__symbol":2,"name":"RenderType_StarRatingComponent","filePath":"./star-rating.component.ngfactory"},{"__symbol":3,"name":"StarRatingComponentNgFactory","filePath":"./star-rating.component.ngfactory"}]}
@@ -0,0 +1,15 @@
1
+ import { Component } from '@angular/core';
2
+ export class ThankYouComponent {
3
+ constructor() { }
4
+ ngOnInit() {
5
+ }
6
+ }
7
+ ThankYouComponent.decorators = [
8
+ { type: Component, args: [{
9
+ selector: 'app-thank-you',
10
+ template: "<div class=\"build-thank-you vx-d-flex vx-align-center vx-justify-center vx-mb-5\">\r\n <div class=\"build-thank-you-inner\">\r\n <div class=\"image vx-mb-5\">\r\n <img src=\"https://cdn.v-comply.com/libraries/workflow-engine/assets/assessment-editor/placeholder.jpg\" alt=\"\" />\r\n </div>\r\n <div class=\"upload-btn vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-d-flex vx-align-center vx-justify-center\">\r\n <input type=\"file\" /> Upload Image\r\n </div>\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\");.build-thank-you-inner .image{border:.125rem solid #f1f1f1;border-radius:.125rem;width:18.75rem;height:12.75rem}.build-thank-you-inner .image img{width:100%;height:100%}.build-thank-you-inner .upload-btn{background:#1e5dd3;border-radius:.125rem;border:none;width:10rem;height:2.5rem;margin:0 auto;position:relative}.build-thank-you-inner .upload-btn input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;width:100%;height:100%;text-indent:-9999px;opacity:0;cursor:pointer}"]
12
+ },] }
13
+ ];
14
+ ThankYouComponent.ctorParameters = () => [];
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGhhbmsteW91LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9idWlsZC90aGFuay15b3UvdGhhbmsteW91LmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBT2xELE1BQU0sT0FBTyxpQkFBaUI7SUFFNUIsZ0JBQWdCLENBQUM7SUFFakIsUUFBUTtJQUNSLENBQUM7OztZQVZGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsZUFBZTtnQkFDekIsMmlCQUF5Qzs7YUFFMUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtdGhhbmsteW91JyxcclxuICB0ZW1wbGF0ZVVybDogJy4vdGhhbmsteW91LmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi90aGFuay15b3UuY29tcG9uZW50Lmxlc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgVGhhbmtZb3VDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICBjb25zdHJ1Y3RvcigpIHsgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICB9XHJcblxyXG59XHJcbiJdfQ==
@@ -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 "./thank-you.component.less.shim.ngstyle";
8
+ import * as i1 from "@angular/core";
9
+ import * as i2 from "./thank-you.component";
10
+ var styles_ThankYouComponent = [i0.styles];
11
+ var RenderType_ThankYouComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_ThankYouComponent, data: {} });
12
+ export { RenderType_ThankYouComponent as RenderType_ThankYouComponent };
13
+ export function View_ThankYouComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "div", [["class", "build-thank-you vx-d-flex vx-align-center vx-justify-center vx-mb-5"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "div", [["class", "build-thank-you-inner"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 1, "div", [["class", "image vx-mb-5"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 0, "img", [["alt", ""], ["src", "https://cdn.v-comply.com/libraries/workflow-engine/assets/assessment-editor/placeholder.jpg"]], null, null, null, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 2, "div", [["class", "upload-btn vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-d-flex vx-align-center vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(5, 0, null, null, 0, "input", [["type", "file"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, [" Upload Image "]))], null, null); }
14
+ export function View_ThankYouComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-thank-you", [], null, null, null, View_ThankYouComponent_0, RenderType_ThankYouComponent)), i1.ɵdid(1, 114688, null, 0, i2.ThankYouComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
15
+ var ThankYouComponentNgFactory = i1.ɵccf("app-thank-you", i2.ThankYouComponent, View_ThankYouComponent_Host_0, {}, {}, []);
16
+ export { ThankYouComponentNgFactory as ThankYouComponentNgFactory };
17
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGhhbmsteW91LmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvYnVpbGQvdGhhbmsteW91L3RoYW5rLXlvdS5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2J1aWxkL3RoYW5rLXlvdS90aGFuay15b3UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7O21FQ0FBLDRKQVNNLEtBUkYsOEdBT00sS0FORixzR0FFTSxLQURGLCtMQUFnSCxLQUVwSCwrTEFFTSxLQURGLDhGQUFxQixLQUFBLDJDQUN6QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiIsIjxkaXYgY2xhc3M9XCJidWlsZC10aGFuay15b3UgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC1tYi01XCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiYnVpbGQtdGhhbmsteW91LWlubmVyXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImltYWdlIHZ4LW1iLTVcIj5cclxuICAgICAgICAgICAgPGltZyBzcmM9XCJodHRwczovL2Nkbi52LWNvbXBseS5jb20vbGlicmFyaWVzL3dvcmtmbG93LWVuZ2luZS9hc3NldHMvYXNzZXNzbWVudC1lZGl0b3IvcGxhY2Vob2xkZXIuanBnXCIgYWx0PVwiXCIgLz5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwidXBsb2FkLWJ0biB2eC1mcy0xMSB2eC1mdy01MDAgdngtdHh0LXdoaXRlIHZ4LXR0LXVwcGVyY2FzZSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCI+XHJcbiAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwiZmlsZVwiIC8+IFVwbG9hZCBJbWFnZVxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+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-thank-you","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":"ThankYouComponent","filePath":"./thank-you.component"},{"__symbol":1,"name":"View_ThankYouComponent_0","filePath":"./thank-you.component.ngfactory"},{"__symbol":2,"name":"RenderType_ThankYouComponent","filePath":"./thank-you.component.ngfactory"},{"__symbol":3,"name":"ThankYouComponentNgFactory","filePath":"./thank-you.component.ngfactory"}]}
@@ -0,0 +1,55 @@
1
+ import { Component, EventEmitter, Input, Output } from '@angular/core';
2
+ export class WeightageSelectorComponent {
3
+ constructor() {
4
+ this.valueChange = new EventEmitter();
5
+ }
6
+ set Value(value) {
7
+ if (value === undefined) {
8
+ this.value = 100;
9
+ }
10
+ else {
11
+ this.value = value;
12
+ }
13
+ this.changeValue(this.value);
14
+ }
15
+ changeValue(evt) {
16
+ this.valueChange.emit(evt);
17
+ }
18
+ ngOnInit() {
19
+ this.checkWeightValidity();
20
+ }
21
+ weightManager(mode) {
22
+ if (mode === '+') {
23
+ if (this.value < 100) {
24
+ this.value = this.value + 1;
25
+ }
26
+ }
27
+ else if (mode === '-') {
28
+ if (this.value > 1) {
29
+ this.value = this.value - 1;
30
+ }
31
+ }
32
+ this.changeValue(this.value);
33
+ }
34
+ checkWeightValidity() {
35
+ if (this.value > 100) {
36
+ this.value = 100;
37
+ }
38
+ else if (this.value < 1) {
39
+ this.value = 100;
40
+ }
41
+ }
42
+ }
43
+ WeightageSelectorComponent.decorators = [
44
+ { type: Component, args: [{
45
+ selector: 'app-weightage-selector',
46
+ template: "<div class=\"weightage vx-d-flex vx-align-center\">\r\n <span class=\"text vx-fs-11 vx-fw-600 vx-paragraph-txt vx-tt-uppercase vx-pl-2 vx-pr-2 vx-lh-5\">SET WEIGHTAGE:</span>\r\n <input type=\"number\" value='100' (focusout)=\"checkWeightValidity()\" type=\"number\" [(ngModel)]=\"value\" (ngModelChange)=\"changeValue($event)\" />\r\n <button (click)=\"weightManager('+')\" class=\"arrow up vx-fs-8 vx-paragraph-txt vx-m-0 vx-p-0 vx-d-flex vx-align-center vx-justify-center\"><i class=\"icons\">&#xe9e7;</i></button>\r\n <button (click)=\"weightManager('-')\" class=\"arrow down vx-fs-8 vx-paragraph-txt vx-m-0 vx-p-0 vx-d-flex vx-align-center vx-justify-center\"><i class=\"icons\">&#xe9e8;</i></button>\r\n</div>",
47
+ 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\");.weightage{background:#fff;border:1px solid #f1f1f1;border-radius:.125rem;height:1.375rem;position:relative;z-index:1}.weightage .text{background:#f8f8f8;border-radius:.125rem 0 0 .125rem;height:1.25rem}.weightage input{background:#fff;border:none;border-radius:0;color:#161b2f;font-size:11px;font-weight:500;padding:0 .5rem;height:1.25rem;width:3.75rem;outline:none}.weightage button.arrow{background:transparent;border:none;border-radius:0;position:absolute;right:.25rem}.weightage button.arrow.up{top:.0625rem}.weightage button.arrow.down{bottom:.0625rem}"]
48
+ },] }
49
+ ];
50
+ WeightageSelectorComponent.ctorParameters = () => [];
51
+ WeightageSelectorComponent.propDecorators = {
52
+ Value: [{ type: Input, args: ['value',] }],
53
+ valueChange: [{ type: Output }]
54
+ };
55
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2VpZ2h0YWdlLXNlbGVjdG9yLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9idWlsZC93ZWlnaHRhZ2Utc2VsZWN0b3Ivd2VpZ2h0YWdlLXNlbGVjdG9yLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQVUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBTy9FLE1BQU0sT0FBTywwQkFBMEI7SUFFckM7UUFZUSxnQkFBVyxHQUFHLElBQUksWUFBWSxFQUFVLENBQUM7SUFaakMsQ0FBQztJQUdqQixJQUNJLEtBQUssQ0FBQyxLQUFhO1FBQ3JCLElBQUksS0FBSyxLQUFLLFNBQVMsRUFBQztZQUN0QixJQUFJLENBQUMsS0FBSyxHQUFHLEdBQUcsQ0FBQztTQUNsQjthQUFJO1lBQ0gsSUFBSSxDQUFDLEtBQUssR0FBRyxLQUFLLENBQUM7U0FDcEI7UUFDRCxJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNqQyxDQUFDO0lBR0QsV0FBVyxDQUFDLEdBQU87UUFDakIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7SUFDN0IsQ0FBQztJQUNDLFFBQVE7UUFDTixJQUFJLENBQUMsbUJBQW1CLEVBQUUsQ0FBQztJQUM3QixDQUFDO0lBRUQsYUFBYSxDQUFDLElBQVE7UUFDcEIsSUFBSSxJQUFJLEtBQUssR0FBRyxFQUFDO1lBQ2YsSUFBSSxJQUFJLENBQUMsS0FBSyxHQUFHLEdBQUcsRUFBQztnQkFDbkIsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUMsS0FBSyxHQUFHLENBQUMsQ0FBQzthQUM3QjtTQUVGO2FBQUssSUFBSSxJQUFJLEtBQUssR0FBRyxFQUFDO1lBQ3JCLElBQUksSUFBSSxDQUFDLEtBQUssR0FBRyxDQUFDLEVBQUU7Z0JBQ25CLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLEtBQUssR0FBRyxDQUFDLENBQUM7YUFDNUI7U0FDRjtRQUNELElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ2hDLENBQUM7SUFFRCxtQkFBbUI7UUFDakIsSUFBSSxJQUFJLENBQUMsS0FBSyxHQUFJLEdBQUcsRUFBQztZQUNwQixJQUFJLENBQUMsS0FBSyxHQUFHLEdBQUcsQ0FBQztTQUNsQjthQUFLLElBQUksSUFBSSxDQUFDLEtBQUssR0FBRyxDQUFDLEVBQUM7WUFDdkIsSUFBSSxDQUFDLEtBQUssR0FBRyxHQUFHLENBQUM7U0FDbEI7SUFDSCxDQUFDOzs7WUFoREQsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSx3QkFBd0I7Z0JBQ2xDLG91QkFBa0Q7O2FBRW5EOzs7O29CQU1FLEtBQUssU0FBQyxPQUFPOzBCQVNmLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE9uSW5pdCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC13ZWlnaHRhZ2Utc2VsZWN0b3InLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi93ZWlnaHRhZ2Utc2VsZWN0b3IuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL3dlaWdodGFnZS1zZWxlY3Rvci5jb21wb25lbnQubGVzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBXZWlnaHRhZ2VTZWxlY3RvckNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcbiAgcHVibGljIHZhbHVlITogbnVtYmVyO1xyXG4gIHB1YmxpYyBzY29yZSE6IG51bWJlcjtcclxuICBASW5wdXQoJ3ZhbHVlJylcclxuICBzZXQgVmFsdWUodmFsdWU6IG51bWJlcikge1xyXG4gICAgaWYgKHZhbHVlID09PSB1bmRlZmluZWQpe1xyXG4gICAgICB0aGlzLnZhbHVlID0gMTAwO1xyXG4gICAgfWVsc2V7XHJcbiAgICAgIHRoaXMudmFsdWUgPSB2YWx1ZTtcclxuICAgIH1cclxuICAgIHRoaXMuY2hhbmdlVmFsdWUodGhpcy52YWx1ZSk7XHJcbn1cclxuQE91dHB1dCgpIHZhbHVlQ2hhbmdlID0gbmV3IEV2ZW50RW1pdHRlcjxudW1iZXI+KCk7XHJcblxyXG5jaGFuZ2VWYWx1ZShldnQ6YW55KXtcclxuICB0aGlzLnZhbHVlQ2hhbmdlLmVtaXQoZXZ0KTtcclxufVxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gICAgdGhpcy5jaGVja1dlaWdodFZhbGlkaXR5KCk7XHJcbiAgfVxyXG5cclxuICB3ZWlnaHRNYW5hZ2VyKG1vZGU6YW55KXtcclxuICAgIGlmIChtb2RlID09PSAnKycpe1xyXG4gICAgICBpZiAodGhpcy52YWx1ZSA8IDEwMCl7XHJcbiAgICAgICAgdGhpcy52YWx1ZSA9IHRoaXMudmFsdWUgKyAxO1xyXG4gICAgICB9XHJcblxyXG4gICAgfWVsc2UgaWYgKG1vZGUgPT09ICctJyl7XHJcbiAgICAgIGlmICh0aGlzLnZhbHVlID4gMSApe1xyXG4gICAgICAgdGhpcy52YWx1ZSA9IHRoaXMudmFsdWUgLSAxO1xyXG4gICAgICB9XHJcbiAgICB9XHJcbiAgICB0aGlzLmNoYW5nZVZhbHVlKHRoaXMudmFsdWUpO1xyXG4gfVxyXG5cclxuIGNoZWNrV2VpZ2h0VmFsaWRpdHkoKXtcclxuICAgaWYgKHRoaXMudmFsdWUgID4gMTAwKXtcclxuICAgICB0aGlzLnZhbHVlID0gMTAwO1xyXG4gICB9ZWxzZSBpZiAodGhpcy52YWx1ZSA8IDEpe1xyXG4gICAgIHRoaXMudmFsdWUgPSAxMDA7XHJcbiAgIH1cclxuIH1cclxuXHJcblxyXG59XHJcbiJdfQ==
@@ -0,0 +1,51 @@
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 "./weightage-selector.component.less.shim.ngstyle";
8
+ import * as i1 from "@angular/core";
9
+ import * as i2 from "@angular/forms";
10
+ import * as i3 from "./weightage-selector.component";
11
+ var styles_WeightageSelectorComponent = [i0.styles];
12
+ var RenderType_WeightageSelectorComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_WeightageSelectorComponent, data: {} });
13
+ export { RenderType_WeightageSelectorComponent as RenderType_WeightageSelectorComponent };
14
+ export function View_WeightageSelectorComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 15, "div", [["class", "weightage vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "span", [["class", "text vx-fs-11 vx-fw-600 vx-paragraph-txt vx-tt-uppercase vx-pl-2 vx-pr-2 vx-lh-5"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["SET WEIGHTAGE:"])), (_l()(), i1.ɵeld(3, 0, null, null, 6, "input", [["type", "number"], ["value", "100"]], [[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, "focusout"], [null, "ngModelChange"], [null, "input"], [null, "blur"], [null, "compositionstart"], [null, "compositionend"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("input" === en)) {
15
+ var pd_0 = (i1.ɵnov(_v, 4)._handleInput($event.target.value) !== false);
16
+ ad = (pd_0 && ad);
17
+ } if (("blur" === en)) {
18
+ var pd_1 = (i1.ɵnov(_v, 4).onTouched() !== false);
19
+ ad = (pd_1 && ad);
20
+ } if (("compositionstart" === en)) {
21
+ var pd_2 = (i1.ɵnov(_v, 4)._compositionStart() !== false);
22
+ ad = (pd_2 && ad);
23
+ } if (("compositionend" === en)) {
24
+ var pd_3 = (i1.ɵnov(_v, 4)._compositionEnd($event.target.value) !== false);
25
+ ad = (pd_3 && ad);
26
+ } if (("input" === en)) {
27
+ var pd_4 = (i1.ɵnov(_v, 5).onChange($event.target.value) !== false);
28
+ ad = (pd_4 && ad);
29
+ } if (("blur" === en)) {
30
+ var pd_5 = (i1.ɵnov(_v, 5).onTouched() !== false);
31
+ ad = (pd_5 && ad);
32
+ } if (("focusout" === en)) {
33
+ var pd_6 = (_co.checkWeightValidity() !== false);
34
+ ad = (pd_6 && ad);
35
+ } if (("ngModelChange" === en)) {
36
+ var pd_7 = ((_co.value = $event) !== false);
37
+ ad = (pd_7 && ad);
38
+ } if (("ngModelChange" === en)) {
39
+ var pd_8 = (_co.changeValue($event) !== false);
40
+ ad = (pd_8 && ad);
41
+ } return ad; }, null, null)), i1.ɵdid(4, 16384, null, 0, i2.DefaultValueAccessor, [i1.Renderer2, i1.ElementRef, [2, i2.COMPOSITION_BUFFER_MODE]], null, null), i1.ɵdid(5, 16384, null, 0, i2.NumberValueAccessor, [i1.Renderer2, i1.ElementRef], null, null), i1.ɵprd(1024, null, i2.NG_VALUE_ACCESSOR, function (p0_0, p1_0) { return [p0_0, p1_0]; }, [i2.DefaultValueAccessor, i2.NumberValueAccessor]), i1.ɵdid(7, 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(9, 16384, null, 0, i2.NgControlStatus, [[4, i2.NgControl]], null, null), (_l()(), i1.ɵeld(10, 0, null, null, 2, "button", [["class", "arrow up vx-fs-8 vx-paragraph-txt vx-m-0 vx-p-0 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
42
+ var pd_0 = (_co.weightManager("+") !== false);
43
+ ad = (pd_0 && ad);
44
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(11, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9E7"])), (_l()(), i1.ɵeld(13, 0, null, null, 2, "button", [["class", "arrow down vx-fs-8 vx-paragraph-txt vx-m-0 vx-p-0 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
45
+ var pd_0 = (_co.weightManager("-") !== false);
46
+ ad = (pd_0 && ad);
47
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(14, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9E8"]))], function (_ck, _v) { var _co = _v.component; var currVal_7 = _co.value; _ck(_v, 7, 0, currVal_7); }, function (_ck, _v) { var currVal_0 = i1.ɵnov(_v, 9).is("untouched"); var currVal_1 = i1.ɵnov(_v, 9).is("touched"); var currVal_2 = i1.ɵnov(_v, 9).is("pristine"); var currVal_3 = i1.ɵnov(_v, 9).is("dirty"); var currVal_4 = i1.ɵnov(_v, 9).is("valid"); var currVal_5 = i1.ɵnov(_v, 9).is("invalid"); var currVal_6 = i1.ɵnov(_v, 9).is("pending"); _ck(_v, 3, 0, currVal_0, currVal_1, currVal_2, currVal_3, currVal_4, currVal_5, currVal_6); }); }
48
+ export function View_WeightageSelectorComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-weightage-selector", [], null, null, null, View_WeightageSelectorComponent_0, RenderType_WeightageSelectorComponent)), i1.ɵdid(1, 114688, null, 0, i3.WeightageSelectorComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
49
+ var WeightageSelectorComponentNgFactory = i1.ɵccf("app-weightage-selector", i3.WeightageSelectorComponent, View_WeightageSelectorComponent_Host_0, { Value: "value" }, { valueChange: "valueChange" }, []);
50
+ export { WeightageSelectorComponentNgFactory as WeightageSelectorComponentNgFactory };
51
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2VpZ2h0YWdlLXNlbGVjdG9yLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvYnVpbGQvd2VpZ2h0YWdlLXNlbGVjdG9yL3dlaWdodGFnZS1zZWxlY3Rvci5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2J1aWxkL3dlaWdodGFnZS1zZWxlY3Rvci93ZWlnaHRhZ2Utc2VsZWN0b3IuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs0RUNBQSw2SEFLTSxLQUpGLDBLQUFvSCxLQUFyQiwyQ0FBYyxNQUM3Rzs7Ozs7Ozs7Ozs7Ozs7Ozs7d0JBQThJO01BQTdHOzt3QkFBa0M7TUFBZTs7d0JBQW1CO01BQUM7O3dCQUFxQztNQUEzSSw0cUJBQThJLElBQzlJLDRPQUErSyxZQUF2Szs7d0JBQTRCO01BQXBDLHdCQUErSyxLQUF0Qyw2RkFBNkIsS0FBWixtQ0FBUSxNQUNsSyw4T0FBa0wsWUFBMUs7O3dCQUE0QjtNQUFwQyx3QkFBa0wsS0FBdEMsNkZBQTZCLEtBQVosbUNBQVEsbURBRm5GLG1CQUFtQixRQUFyRyxZQUE4SSxFQUE1RCxTQUFtQiwyQkFBckcsMFpBQThJIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiPGRpdiBjbGFzcz1cIndlaWdodGFnZSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyXCI+XHJcbiAgICA8c3BhbiBjbGFzcz1cInRleHQgdngtZnMtMTEgdngtZnctNjAwIHZ4LXBhcmFncmFwaC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LXBsLTIgdngtcHItMiB2eC1saC01XCI+U0VUIFdFSUdIVEFHRTo8L3NwYW4+XHJcbiAgICA8aW5wdXQgdHlwZT1cIm51bWJlclwiIHZhbHVlPScxMDAnIChmb2N1c291dCk9XCJjaGVja1dlaWdodFZhbGlkaXR5KClcIiB0eXBlPVwibnVtYmVyXCIgWyhuZ01vZGVsKV09XCJ2YWx1ZVwiIChuZ01vZGVsQ2hhbmdlKT1cImNoYW5nZVZhbHVlKCRldmVudClcIiAvPlxyXG4gICAgPGJ1dHRvbiAoY2xpY2spPVwid2VpZ2h0TWFuYWdlcignKycpXCIgY2xhc3M9XCJhcnJvdyB1cCB2eC1mcy04IHZ4LXBhcmFncmFwaC10eHQgdngtbS0wIHZ4LXAtMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCI+PGkgY2xhc3M9XCJpY29uc1wiPiYjeGU5ZTc7PC9pPjwvYnV0dG9uPlxyXG4gICAgPGJ1dHRvbiAoY2xpY2spPVwid2VpZ2h0TWFuYWdlcignLScpXCIgIGNsYXNzPVwiYXJyb3cgZG93biB2eC1mcy04IHZ4LXBhcmFncmFwaC10eHQgdngtbS0wIHZ4LXAtMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCI+PGkgY2xhc3M9XCJpY29uc1wiPiYjeGU5ZTg7PC9pPjwvYnV0dG9uPlxyXG48L2Rpdj4iXX0=
@@ -0,0 +1 @@
1
+ {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor"}],"Value":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]},"arguments":["value"]}]}],"valueChange":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"changeValue":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"weightManager":[{"__symbolic":"method"}],"checkWeightValidity":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-weightage-selector","exportAs":null,"inputs":{"Value":"value"},"outputs":{"valueChange":"valueChange"},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":3,"members":[]},"rendererType":{"__symbol":4,"members":[]},"componentFactory":{"__symbol":5,"members":[]}}}],"symbols":[{"__symbol":0,"name":"WeightageSelectorComponent","filePath":"./weightage-selector.component"},{"__symbol":1,"name":"Input","filePath":"@angular/core"},{"__symbol":2,"name":"Output","filePath":"@angular/core"},{"__symbol":3,"name":"View_WeightageSelectorComponent_0","filePath":"./weightage-selector.component.ngfactory"},{"__symbol":4,"name":"RenderType_WeightageSelectorComponent","filePath":"./weightage-selector.component.ngfactory"},{"__symbol":5,"name":"WeightageSelectorComponentNgFactory","filePath":"./weightage-selector.component.ngfactory"}]}
@@ -0,0 +1,15 @@
1
+ import { Component } from '@angular/core';
2
+ export class WelcomeComponent {
3
+ constructor() { }
4
+ ngOnInit() {
5
+ }
6
+ }
7
+ WelcomeComponent.decorators = [
8
+ { type: Component, args: [{
9
+ selector: 'app-welcome',
10
+ template: "<div class=\"build-welcome vx-d-flex vx-align-center vx-justify-center vx-mb-5\">\r\n <div class=\"build-welcome-inner\">\r\n <div class=\"image vx-mb-5\">\r\n <img src=\"https://cdn.v-comply.com/libraries/workflow-engine/assets/assessment-editor/placeholder.jpg\" alt=\"\" />\r\n </div>\r\n <div class=\"upload-btn vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-d-flex vx-align-center vx-justify-center\">\r\n <input type=\"file\" /> Upload Image\r\n </div>\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\");.build-welcome-inner .image{border:.125rem solid #f1f1f1;border-radius:.125rem;width:18.75rem;height:12.75rem}.build-welcome-inner .image img{width:100%;height:100%}.build-welcome-inner .upload-btn{background:#1e5dd3;border-radius:.125rem;border:none;width:10rem;height:2.5rem;margin:0 auto;position:relative}.build-welcome-inner .upload-btn input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;width:100%;height:100%;text-indent:-9999px;opacity:0;cursor:pointer}"]
12
+ },] }
13
+ ];
14
+ WelcomeComponent.ctorParameters = () => [];
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2VsY29tZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvYnVpbGQvd2VsY29tZS93ZWxjb21lLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBT2xELE1BQU0sT0FBTyxnQkFBZ0I7SUFFM0IsZ0JBQWdCLENBQUM7SUFFakIsUUFBUTtJQUNSLENBQUM7OztZQVZGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsYUFBYTtnQkFDdkIsdWlCQUF1Qzs7YUFFeEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtd2VsY29tZScsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3dlbGNvbWUuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL3dlbGNvbWUuY29tcG9uZW50Lmxlc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgV2VsY29tZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gIH1cclxuXHJcbn1cclxuIl19