vcomply-workflow-engine 2.1.78 → 2.1.81

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 (612) hide show
  1. package/bundles/vcomply-workflow-engine.umd.js +478 -230
  2. package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
  3. package/esm2015/lib/more-option/more-option.component.js +23 -12
  4. package/esm2015/lib/sharedComponents/program-listing/program-listing.component.js +128 -0
  5. package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngfactory.js +124 -0
  6. package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngsummary.json +1 -0
  7. package/esm2015/lib/ui-kit/pagination/pagination/pagination.component.js +1 -1
  8. package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +115 -22
  9. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +200 -138
  10. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngsummary.json +1 -1
  11. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +3 -1
  12. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +3 -3
  13. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngsummary.json +1 -1
  14. package/esm2015/lib/workflow-engine.module.js +3 -1
  15. package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
  16. package/esm2015/lib/workflow-policy/workflow-policy.component.js +2 -2
  17. package/esm2015/lib/workflow-policy/workflow-policy.component.ngfactory.js +2 -2
  18. package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.js +2 -2
  19. package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.ngfactory.js +1 -1
  20. package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.js +2 -2
  21. package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.ngfactory.js +1 -1
  22. package/esm2015/lib/workflow-program/create-program-ui/checkbox/checkbox.component.js +2 -2
  23. package/esm2015/lib/workflow-program/create-program-ui/checkbox/checkbox.component.ngfactory.js +1 -1
  24. package/esm2015/lib/workflow-program/create-program-ui/custom-field/custom-field.component.js +2 -2
  25. package/esm2015/lib/workflow-program/create-program-ui/custom-field/custom-field.component.ngfactory.js +1 -1
  26. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.js +1 -1
  27. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.js +1 -1
  28. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.js +1 -1
  29. package/esm2015/lib/workflow-program/create-program-ui/directives/input-trim.directive.js +1 -1
  30. package/esm2015/lib/workflow-program/create-program-ui/pipes/list-to-id.pipe.js +1 -1
  31. package/esm2015/lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe.js +1 -1
  32. package/esm2015/lib/workflow-program/create-program-ui/pipes/search.pipe.js +1 -1
  33. package/esm2015/lib/workflow-program/create-program-ui/role-list/loader/loader.component.js +2 -2
  34. package/esm2015/lib/workflow-program/create-program-ui/role-list/loader/loader.component.ngfactory.js +1 -1
  35. package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.js +2 -2
  36. package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.ngfactory.js +1 -1
  37. package/esm2015/lib/workflow-services/responsibility.service.js +17 -5
  38. package/esm2015/lib/workflow-services/responsibility.service.ngsummary.json +1 -1
  39. package/esm2015/vcomply-workflow-engine.js +191 -190
  40. package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
  41. package/fesm2015/vcomply-workflow-engine.js +289 -46
  42. package/fesm2015/vcomply-workflow-engine.js.map +1 -1
  43. package/lib/add-multiple-responsibility/add-multiple-responsibility.component.d.ts.__ivy_ngcc_bak +81 -0
  44. package/lib/add-multiple-responsibility/add-multiple-responsibility.component.d.ts.map +1 -0
  45. package/lib/add-multiple-risk/add-multiple-risk.component.d.ts.__ivy_ngcc_bak +65 -0
  46. package/lib/add-multiple-risk/add-multiple-risk.component.d.ts.map +1 -0
  47. package/lib/confirmation-alert/confirmation-alert.component.d.ts.__ivy_ngcc_bak +10 -0
  48. package/lib/confirmation-alert/confirmation-alert.component.d.ts.map +1 -0
  49. package/lib/create-documents/create-documents.component.d.ts.__ivy_ngcc_bak +36 -0
  50. package/lib/create-documents/create-documents.component.d.ts.map +1 -0
  51. package/lib/formgroup/cs-checkbox/cs-checkbox.component.d.ts.__ivy_ngcc_bak +14 -0
  52. package/lib/formgroup/cs-checkbox/cs-checkbox.component.d.ts.map +1 -0
  53. package/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts.__ivy_ngcc_bak +11 -0
  54. package/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts.map +1 -0
  55. package/lib/formgroup/cs-radio/cs-radio.component.d.ts.__ivy_ngcc_bak +13 -0
  56. package/lib/formgroup/cs-radio/cs-radio.component.d.ts.map +1 -0
  57. package/lib/formgroup/cs-radio-group/cs-radio-group.component.d.ts.__ivy_ngcc_bak +5 -0
  58. package/lib/formgroup/cs-radio-group/cs-radio-group.component.d.ts.map +1 -0
  59. package/lib/formgroup/cs-select/cs-select.component.d.ts.__ivy_ngcc_bak +31 -0
  60. package/lib/formgroup/cs-select/cs-select.component.d.ts.map +1 -0
  61. package/lib/formgroup/cs-switch/cs-switch.component.d.ts.__ivy_ngcc_bak +12 -0
  62. package/lib/formgroup/cs-switch/cs-switch.component.d.ts.map +1 -0
  63. package/lib/formgroup/formgroup.module.d.ts.__ivy_ngcc_bak +2 -0
  64. package/lib/formgroup/formgroup.module.d.ts.map +1 -0
  65. package/lib/formgroup/pipes/pascal.pipe.d.ts.__ivy_ngcc_bak +4 -0
  66. package/lib/formgroup/pipes/pascal.pipe.d.ts.map +1 -0
  67. package/lib/formgroup/select/cs-option/cs-option.component.d.ts.__ivy_ngcc_bak +15 -0
  68. package/lib/formgroup/select/cs-option/cs-option.component.d.ts.map +1 -0
  69. package/lib/formgroup/select/cs-select/cs-select.component.d.ts.__ivy_ngcc_bak +34 -0
  70. package/lib/formgroup/select/cs-select/cs-select.component.d.ts.map +1 -0
  71. package/lib/formgroup/select/select.module.d.ts.__ivy_ngcc_bak +2 -0
  72. package/lib/formgroup/select/select.module.d.ts.map +1 -0
  73. package/lib/formgroup/select/select.service.d.ts.__ivy_ngcc_bak +15 -0
  74. package/lib/formgroup/select/select.service.d.ts.map +1 -0
  75. package/lib/log-an-issue/log-an-issue.component.d.ts.__ivy_ngcc_bak +217 -0
  76. package/lib/log-an-issue/log-an-issue.component.d.ts.map +1 -0
  77. package/lib/more-option/more-option.component.d.ts.__ivy_ngcc_bak +17 -0
  78. package/lib/more-option/more-option.component.d.ts.map +1 -0
  79. package/lib/pipes/data-type.pipe.d.ts.__ivy_ngcc_bak +4 -0
  80. package/lib/pipes/data-type.pipe.d.ts.map +1 -0
  81. package/lib/pipes/list-mapper.pipe.d.ts.__ivy_ngcc_bak +4 -0
  82. package/lib/pipes/list-mapper.pipe.d.ts.map +1 -0
  83. package/lib/pipes/search.pipe.d.ts.__ivy_ngcc_bak +4 -0
  84. package/lib/pipes/search.pipe.d.ts.map +1 -0
  85. package/lib/pipes/space-breaker.pipe.d.ts.__ivy_ngcc_bak +4 -0
  86. package/lib/pipes/space-breaker.pipe.d.ts.map +1 -0
  87. package/lib/pipes/uncategorized-filter.pipe.d.ts.__ivy_ngcc_bak +4 -0
  88. package/lib/pipes/uncategorized-filter.pipe.d.ts.map +1 -0
  89. package/lib/pipes/user-filter.pipe.d.ts.__ivy_ngcc_bak +4 -0
  90. package/lib/pipes/user-filter.pipe.d.ts.map +1 -0
  91. package/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.d.ts.__ivy_ngcc_bak +117 -0
  92. package/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.d.ts.map +1 -0
  93. package/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.d.ts.__ivy_ngcc_bak +18 -0
  94. package/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.d.ts.map +1 -0
  95. package/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.d.ts.__ivy_ngcc_bak +10 -0
  96. package/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.d.ts.map +1 -0
  97. package/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.d.ts.__ivy_ngcc_bak +22 -0
  98. package/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.d.ts.map +1 -0
  99. package/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.d.ts.__ivy_ngcc_bak +47 -0
  100. package/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.d.ts.map +1 -0
  101. package/lib/sharedComponents/assessment-editor/components/build/build.module.d.ts.__ivy_ngcc_bak +2 -0
  102. package/lib/sharedComponents/assessment-editor/components/build/build.module.d.ts.map +1 -0
  103. package/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.d.ts.__ivy_ngcc_bak +11 -0
  104. package/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.d.ts.map +1 -0
  105. package/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.d.ts.__ivy_ngcc_bak +16 -0
  106. package/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.d.ts.map +1 -0
  107. package/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.d.ts.__ivy_ngcc_bak +6 -0
  108. package/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.d.ts.map +1 -0
  109. package/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.d.ts.__ivy_ngcc_bak +11 -0
  110. package/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.d.ts.map +1 -0
  111. package/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.d.ts.__ivy_ngcc_bak +5 -0
  112. package/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.d.ts.map +1 -0
  113. package/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.d.ts.__ivy_ngcc_bak +5 -0
  114. package/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.d.ts.map +1 -0
  115. package/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.d.ts.__ivy_ngcc_bak +5 -0
  116. package/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.d.ts.map +1 -0
  117. package/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.d.ts.__ivy_ngcc_bak +11 -0
  118. package/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.d.ts.map +1 -0
  119. package/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.d.ts.__ivy_ngcc_bak +5 -0
  120. package/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.d.ts.map +1 -0
  121. package/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.d.ts.__ivy_ngcc_bak +5 -0
  122. package/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.d.ts.map +1 -0
  123. package/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.d.ts.__ivy_ngcc_bak +5 -0
  124. package/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.d.ts.map +1 -0
  125. package/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.d.ts.__ivy_ngcc_bak +9 -0
  126. package/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.d.ts.map +1 -0
  127. package/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.d.ts.__ivy_ngcc_bak +5 -0
  128. package/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.d.ts.map +1 -0
  129. package/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.d.ts.__ivy_ngcc_bak +12 -0
  130. package/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.d.ts.map +1 -0
  131. package/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.d.ts.__ivy_ngcc_bak +5 -0
  132. package/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.d.ts.map +1 -0
  133. package/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.d.ts.__ivy_ngcc_bak +57 -0
  134. package/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.d.ts.map +1 -0
  135. package/lib/sharedComponents/assessment-editor/components/logic/logic.component.d.ts.__ivy_ngcc_bak +24 -0
  136. package/lib/sharedComponents/assessment-editor/components/logic/logic.component.d.ts.map +1 -0
  137. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.d.ts.__ivy_ngcc_bak +8 -0
  138. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.d.ts.map +1 -0
  139. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.d.ts.__ivy_ngcc_bak +5 -0
  140. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.d.ts.map +1 -0
  141. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.d.ts.__ivy_ngcc_bak +14 -0
  142. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.d.ts.map +1 -0
  143. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.d.ts.__ivy_ngcc_bak +9 -0
  144. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.d.ts.map +1 -0
  145. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.d.ts.__ivy_ngcc_bak +5 -0
  146. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.d.ts.map +1 -0
  147. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.d.ts.__ivy_ngcc_bak +8 -0
  148. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.d.ts.map +1 -0
  149. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.d.ts.__ivy_ngcc_bak +5 -0
  150. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.d.ts.map +1 -0
  151. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.d.ts.__ivy_ngcc_bak +2 -0
  152. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.d.ts.map +1 -0
  153. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.d.ts.__ivy_ngcc_bak +5 -0
  154. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.d.ts.map +1 -0
  155. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.d.ts.__ivy_ngcc_bak +9 -0
  156. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.d.ts.map +1 -0
  157. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.d.ts.__ivy_ngcc_bak +5 -0
  158. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.d.ts.map +1 -0
  159. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.d.ts.__ivy_ngcc_bak +5 -0
  160. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.d.ts.map +1 -0
  161. package/lib/sharedComponents/assessment-editor/components/move/move.component.d.ts.__ivy_ngcc_bak +23 -0
  162. package/lib/sharedComponents/assessment-editor/components/move/move.component.d.ts.map +1 -0
  163. package/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.d.ts.__ivy_ngcc_bak +8 -0
  164. package/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.d.ts.map +1 -0
  165. package/lib/sharedComponents/assessment-editor/components/pipes/current-page-question.pipe.d.ts.__ivy_ngcc_bak +4 -0
  166. package/lib/sharedComponents/assessment-editor/components/pipes/current-page-question.pipe.d.ts.map +1 -0
  167. package/lib/sharedComponents/assessment-editor/components/pipes/error-message.pipe.d.ts.__ivy_ngcc_bak +4 -0
  168. package/lib/sharedComponents/assessment-editor/components/pipes/error-message.pipe.d.ts.map +1 -0
  169. package/lib/sharedComponents/assessment-editor/components/pipes/formatter.pipe.d.ts.__ivy_ngcc_bak +4 -0
  170. package/lib/sharedComponents/assessment-editor/components/pipes/formatter.pipe.d.ts.map +1 -0
  171. package/lib/sharedComponents/assessment-editor/components/pipes/question-filter.pipe.d.ts.__ivy_ngcc_bak +4 -0
  172. package/lib/sharedComponents/assessment-editor/components/pipes/question-filter.pipe.d.ts.map +1 -0
  173. package/lib/sharedComponents/assessment-editor/components/pipes/question-page-filter.pipe.d.ts.__ivy_ngcc_bak +4 -0
  174. package/lib/sharedComponents/assessment-editor/components/pipes/question-page-filter.pipe.d.ts.map +1 -0
  175. package/lib/sharedComponents/assessment-editor/components/pipes/question-parser.pipe.d.ts.__ivy_ngcc_bak +4 -0
  176. package/lib/sharedComponents/assessment-editor/components/pipes/question-parser.pipe.d.ts.map +1 -0
  177. package/lib/sharedComponents/assessment-editor/components/pipes/type-of.pipe.d.ts.__ivy_ngcc_bak +4 -0
  178. package/lib/sharedComponents/assessment-editor/components/pipes/type-of.pipe.d.ts.map +1 -0
  179. package/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.d.ts.__ivy_ngcc_bak +8 -0
  180. package/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.d.ts.map +1 -0
  181. package/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.d.ts.__ivy_ngcc_bak +5 -0
  182. package/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.d.ts.map +1 -0
  183. package/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.d.ts.__ivy_ngcc_bak +11 -0
  184. package/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.d.ts.map +1 -0
  185. package/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.d.ts.__ivy_ngcc_bak +8 -0
  186. package/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.d.ts.map +1 -0
  187. package/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.d.ts.__ivy_ngcc_bak +8 -0
  188. package/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.d.ts.map +1 -0
  189. package/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.d.ts.__ivy_ngcc_bak +5 -0
  190. package/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.d.ts.map +1 -0
  191. package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.d.ts.__ivy_ngcc_bak +7 -0
  192. package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.d.ts.map +1 -0
  193. package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.d.ts.__ivy_ngcc_bak +7 -0
  194. package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.d.ts.map +1 -0
  195. package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.d.ts.__ivy_ngcc_bak +8 -0
  196. package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.d.ts.map +1 -0
  197. package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.d.ts.__ivy_ngcc_bak +5 -0
  198. package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.d.ts.map +1 -0
  199. package/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.d.ts.__ivy_ngcc_bak +5 -0
  200. package/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.d.ts.map +1 -0
  201. package/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.d.ts.__ivy_ngcc_bak +6 -0
  202. package/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.d.ts.map +1 -0
  203. package/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.d.ts.__ivy_ngcc_bak +5 -0
  204. package/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.d.ts.map +1 -0
  205. package/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.d.ts.__ivy_ngcc_bak +5 -0
  206. package/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.d.ts.map +1 -0
  207. package/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.d.ts.__ivy_ngcc_bak +27 -0
  208. package/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.d.ts.map +1 -0
  209. package/lib/sharedComponents/assessment-editor/components/preview/preview.module.d.ts.__ivy_ngcc_bak +2 -0
  210. package/lib/sharedComponents/assessment-editor/components/preview/preview.module.d.ts.map +1 -0
  211. package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.d.ts.__ivy_ngcc_bak +5 -0
  212. package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.d.ts.map +1 -0
  213. package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.d.ts.__ivy_ngcc_bak +5 -0
  214. package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.d.ts.map +1 -0
  215. package/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.d.ts.__ivy_ngcc_bak +6 -0
  216. package/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.d.ts.map +1 -0
  217. package/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.d.ts.__ivy_ngcc_bak +28 -0
  218. package/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.d.ts.map +1 -0
  219. package/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.d.ts.__ivy_ngcc_bak +11 -0
  220. package/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.d.ts.map +1 -0
  221. package/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.d.ts.__ivy_ngcc_bak +16 -0
  222. package/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.d.ts.map +1 -0
  223. package/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.d.ts.__ivy_ngcc_bak +47 -0
  224. package/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.d.ts.map +1 -0
  225. package/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.d.ts.__ivy_ngcc_bak +35 -0
  226. package/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.d.ts.map +1 -0
  227. package/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.d.ts.__ivy_ngcc_bak +8 -0
  228. package/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.d.ts.map +1 -0
  229. package/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.d.ts.__ivy_ngcc_bak +12 -0
  230. package/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.d.ts.map +1 -0
  231. package/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.d.ts.__ivy_ngcc_bak +66 -0
  232. package/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.d.ts.map +1 -0
  233. package/lib/sharedComponents/assessment-editor/create-assessment.module.d.ts.__ivy_ngcc_bak +2 -0
  234. package/lib/sharedComponents/assessment-editor/create-assessment.module.d.ts.map +1 -0
  235. package/lib/sharedComponents/assessment-editor/services/editor.service.d.ts.__ivy_ngcc_bak +185 -0
  236. package/lib/sharedComponents/assessment-editor/services/editor.service.d.ts.map +1 -0
  237. package/lib/sharedComponents/assessment-editor/services/result-criteria.service.d.ts.__ivy_ngcc_bak +4 -0
  238. package/lib/sharedComponents/assessment-editor/services/result-criteria.service.d.ts.map +1 -0
  239. package/lib/sharedComponents/assessment-editor/services/validator.service.d.ts.__ivy_ngcc_bak +31 -0
  240. package/lib/sharedComponents/assessment-editor/services/validator.service.d.ts.map +1 -0
  241. package/lib/sharedComponents/assessment-list/assessment-list-loader/assessment-list-loader.component.d.ts.__ivy_ngcc_bak +5 -0
  242. package/lib/sharedComponents/assessment-list/assessment-list-loader/assessment-list-loader.component.d.ts.map +1 -0
  243. package/lib/sharedComponents/assessment-list/assessment-list-sub-loader/assessment-list-sub-loader.component.d.ts.__ivy_ngcc_bak +5 -0
  244. package/lib/sharedComponents/assessment-list/assessment-list-sub-loader/assessment-list-sub-loader.component.d.ts.map +1 -0
  245. package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts.__ivy_ngcc_bak +80 -0
  246. package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts.map +1 -0
  247. package/lib/sharedComponents/assessment-list/service/assessment.service.d.ts.__ivy_ngcc_bak +10 -0
  248. package/lib/sharedComponents/assessment-list/service/assessment.service.d.ts.map +1 -0
  249. package/lib/sharedComponents/assessment-preview/assessment-preview.module.d.ts.__ivy_ngcc_bak +2 -0
  250. package/lib/sharedComponents/assessment-preview/assessment-preview.module.d.ts.map +1 -0
  251. package/lib/sharedComponents/assessment-preview/checkbox-question/checkbox-question.component.d.ts.__ivy_ngcc_bak +9 -0
  252. package/lib/sharedComponents/assessment-preview/checkbox-question/checkbox-question.component.d.ts.map +1 -0
  253. package/lib/sharedComponents/assessment-preview/date-time/date-time.component.d.ts.__ivy_ngcc_bak +12 -0
  254. package/lib/sharedComponents/assessment-preview/date-time/date-time.component.d.ts.map +1 -0
  255. package/lib/sharedComponents/assessment-preview/device/device.component.d.ts.__ivy_ngcc_bak +7 -0
  256. package/lib/sharedComponents/assessment-preview/device/device.component.d.ts.map +1 -0
  257. package/lib/sharedComponents/assessment-preview/file-upload/file-upload.component.d.ts.__ivy_ngcc_bak +7 -0
  258. package/lib/sharedComponents/assessment-preview/file-upload/file-upload.component.d.ts.map +1 -0
  259. package/lib/sharedComponents/assessment-preview/page-header/page-header.component.d.ts.__ivy_ngcc_bak +7 -0
  260. package/lib/sharedComponents/assessment-preview/page-header/page-header.component.d.ts.map +1 -0
  261. package/lib/sharedComponents/assessment-preview/preview/preview.component.d.ts.__ivy_ngcc_bak +11 -0
  262. package/lib/sharedComponents/assessment-preview/preview/preview.component.d.ts.map +1 -0
  263. package/lib/sharedComponents/assessment-preview/preview-container/preview-container.component.d.ts.__ivy_ngcc_bak +5 -0
  264. package/lib/sharedComponents/assessment-preview/preview-container/preview-container.component.d.ts.map +1 -0
  265. package/lib/sharedComponents/assessment-preview/quick-settings/quick-settings.component.d.ts.__ivy_ngcc_bak +6 -0
  266. package/lib/sharedComponents/assessment-preview/quick-settings/quick-settings.component.d.ts.map +1 -0
  267. package/lib/sharedComponents/assessment-preview/radio-question/radio-question.component.d.ts.__ivy_ngcc_bak +9 -0
  268. package/lib/sharedComponents/assessment-preview/radio-question/radio-question.component.d.ts.map +1 -0
  269. package/lib/sharedComponents/assessment-preview/select-question/select-question.component.d.ts.__ivy_ngcc_bak +9 -0
  270. package/lib/sharedComponents/assessment-preview/select-question/select-question.component.d.ts.map +1 -0
  271. package/lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component.d.ts.__ivy_ngcc_bak +7 -0
  272. package/lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component.d.ts.map +1 -0
  273. package/lib/sharedComponents/assessment-preview/welcome/welcome.component.d.ts.__ivy_ngcc_bak +6 -0
  274. package/lib/sharedComponents/assessment-preview/welcome/welcome.component.d.ts.map +1 -0
  275. package/lib/sharedComponents/audit-category-list/audit-category-list.component.d.ts.__ivy_ngcc_bak +19 -0
  276. package/lib/sharedComponents/audit-category-list/audit-category-list.component.d.ts.map +1 -0
  277. package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts.__ivy_ngcc_bak +14 -0
  278. package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts.map +1 -0
  279. package/lib/sharedComponents/bulk-view/bulk-view.component.d.ts.__ivy_ngcc_bak +17 -0
  280. package/lib/sharedComponents/bulk-view/bulk-view.component.d.ts.map +1 -0
  281. package/lib/sharedComponents/category-list/category-list.component.d.ts.__ivy_ngcc_bak +19 -0
  282. package/lib/sharedComponents/category-list/category-list.component.d.ts.map +1 -0
  283. package/lib/sharedComponents/category-multiselect/category-multi-select.component.d.ts.__ivy_ngcc_bak +28 -0
  284. package/lib/sharedComponents/category-multiselect/category-multi-select.component.d.ts.map +1 -0
  285. package/lib/sharedComponents/checkbox-list/checkbox-list.component.d.ts.__ivy_ngcc_bak +22 -0
  286. package/lib/sharedComponents/checkbox-list/checkbox-list.component.d.ts.map +1 -0
  287. package/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.d.ts.__ivy_ngcc_bak +35 -0
  288. package/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.d.ts.map +1 -0
  289. package/lib/sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component.d.ts.__ivy_ngcc_bak +8 -0
  290. package/lib/sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component.d.ts.map +1 -0
  291. package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts.__ivy_ngcc_bak +38 -0
  292. package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts.map +1 -0
  293. package/lib/sharedComponents/checkpoint-floating-bar/checkpoint-floating-bar.component.d.ts.__ivy_ngcc_bak +15 -0
  294. package/lib/sharedComponents/checkpoint-floating-bar/checkpoint-floating-bar.component.d.ts.map +1 -0
  295. package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-container/checkpoints-policy-container.component.d.ts.__ivy_ngcc_bak +16 -0
  296. package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-container/checkpoints-policy-container.component.d.ts.map +1 -0
  297. package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-list/checkpoints-policy-list.component.d.ts.__ivy_ngcc_bak +5 -0
  298. package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-list/checkpoints-policy-list.component.d.ts.map +1 -0
  299. package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-questions/checkpoints-policy-questions.component.d.ts.__ivy_ngcc_bak +33 -0
  300. package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-questions/checkpoints-policy-questions.component.d.ts.map +1 -0
  301. package/lib/sharedComponents/directive/autofocus.directive.d.ts.__ivy_ngcc_bak +6 -0
  302. package/lib/sharedComponents/directive/autofocus.directive.d.ts.map +1 -0
  303. package/lib/sharedComponents/directive/conditional-focus.directive.d.ts.__ivy_ngcc_bak +9 -0
  304. package/lib/sharedComponents/directive/conditional-focus.directive.d.ts.map +1 -0
  305. package/lib/sharedComponents/directive/drag-drop.directive.d.ts.__ivy_ngcc_bak +8 -0
  306. package/lib/sharedComponents/directive/drag-drop.directive.d.ts.map +1 -0
  307. package/lib/sharedComponents/directive/scroll-in-view.directive.d.ts.__ivy_ngcc_bak +9 -0
  308. package/lib/sharedComponents/directive/scroll-in-view.directive.d.ts.map +1 -0
  309. package/lib/sharedComponents/document-section/document-section.component.d.ts.__ivy_ngcc_bak +38 -0
  310. package/lib/sharedComponents/document-section/document-section.component.d.ts.map +1 -0
  311. package/lib/sharedComponents/floating-bar/floating-bar.component.d.ts.__ivy_ngcc_bak +32 -0
  312. package/lib/sharedComponents/floating-bar/floating-bar.component.d.ts.map +1 -0
  313. package/lib/sharedComponents/format-and-evidence/format-and-evidence.component.d.ts.__ivy_ngcc_bak +41 -0
  314. package/lib/sharedComponents/format-and-evidence/format-and-evidence.component.d.ts.map +1 -0
  315. package/lib/sharedComponents/framework-list/framework-list.component.d.ts.__ivy_ngcc_bak +22 -0
  316. package/lib/sharedComponents/framework-list/framework-list.component.d.ts.map +1 -0
  317. package/lib/sharedComponents/framework-list/parent-table/parent-table.component.d.ts.__ivy_ngcc_bak +26 -0
  318. package/lib/sharedComponents/framework-list/parent-table/parent-table.component.d.ts.map +1 -0
  319. package/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.d.ts.__ivy_ngcc_bak +37 -0
  320. package/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.d.ts.map +1 -0
  321. package/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.d.ts.__ivy_ngcc_bak +35 -0
  322. package/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.d.ts.map +1 -0
  323. package/lib/sharedComponents/frequency/frequency-checkbox-list/frequency-checkbox-list.component.d.ts.__ivy_ngcc_bak +10 -0
  324. package/lib/sharedComponents/frequency/frequency-checkbox-list/frequency-checkbox-list.component.d.ts.map +1 -0
  325. package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts.__ivy_ngcc_bak +29 -0
  326. package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts.map +1 -0
  327. package/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.d.ts.__ivy_ngcc_bak +30 -0
  328. package/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.d.ts.map +1 -0
  329. package/lib/sharedComponents/frequency/frequency-due-date/frequency-due-date.component.d.ts.__ivy_ngcc_bak +19 -0
  330. package/lib/sharedComponents/frequency/frequency-due-date/frequency-due-date.component.d.ts.map +1 -0
  331. package/lib/sharedComponents/frequency/frequency-lifecycle/frequency-lifecycle.component.d.ts.__ivy_ngcc_bak +36 -0
  332. package/lib/sharedComponents/frequency/frequency-lifecycle/frequency-lifecycle.component.d.ts.map +1 -0
  333. package/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.d.ts.__ivy_ngcc_bak +33 -0
  334. package/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.d.ts.map +1 -0
  335. package/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.d.ts.__ivy_ngcc_bak +29 -0
  336. package/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.d.ts.map +1 -0
  337. package/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.d.ts.__ivy_ngcc_bak +32 -0
  338. package/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.d.ts.map +1 -0
  339. package/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.d.ts.__ivy_ngcc_bak +19 -0
  340. package/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.d.ts.map +1 -0
  341. package/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.d.ts.__ivy_ngcc_bak +32 -0
  342. package/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.d.ts.map +1 -0
  343. package/lib/sharedComponents/frequency/frequency-radio-list/frequency-radio-list.component.d.ts.__ivy_ngcc_bak +10 -0
  344. package/lib/sharedComponents/frequency/frequency-radio-list/frequency-radio-list.component.d.ts.map +1 -0
  345. package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts.__ivy_ngcc_bak +59 -0
  346. package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts.map +1 -0
  347. package/lib/sharedComponents/frequency/frequency-top/frequency-top.component.d.ts.__ivy_ngcc_bak +22 -0
  348. package/lib/sharedComponents/frequency/frequency-top/frequency-top.component.d.ts.map +1 -0
  349. package/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.d.ts.__ivy_ngcc_bak +32 -0
  350. package/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.d.ts.map +1 -0
  351. package/lib/sharedComponents/frequency/frequency.service.d.ts.__ivy_ngcc_bak +46 -0
  352. package/lib/sharedComponents/frequency/frequency.service.d.ts.map +1 -0
  353. package/lib/sharedComponents/group-users-list/group-users-list.component.d.ts.__ivy_ngcc_bak +29 -0
  354. package/lib/sharedComponents/group-users-list/group-users-list.component.d.ts.map +1 -0
  355. package/lib/sharedComponents/list-loader/list-loader.component.d.ts.__ivy_ngcc_bak +5 -0
  356. package/lib/sharedComponents/list-loader/list-loader.component.d.ts.map +1 -0
  357. package/lib/sharedComponents/no-data/no-data.component.d.ts.__ivy_ngcc_bak +14 -0
  358. package/lib/sharedComponents/no-data/no-data.component.d.ts.map +1 -0
  359. package/lib/sharedComponents/no-data/no-data.module.d.ts.__ivy_ngcc_bak +2 -0
  360. package/lib/sharedComponents/no-data/no-data.module.d.ts.map +1 -0
  361. package/lib/sharedComponents/owner-list/owner-list.component.d.ts.__ivy_ngcc_bak +36 -0
  362. package/lib/sharedComponents/owner-list/owner-list.component.d.ts.map +1 -0
  363. package/lib/sharedComponents/pipes/array-filter.pipe.d.ts.__ivy_ngcc_bak +4 -0
  364. package/lib/sharedComponents/pipes/array-filter.pipe.d.ts.map +1 -0
  365. package/lib/sharedComponents/pipes/filterPipe.d.ts.__ivy_ngcc_bak +4 -0
  366. package/lib/sharedComponents/pipes/filterPipe.d.ts.map +1 -0
  367. package/lib/sharedComponents/pipes/short-merge.pipe.d.ts.__ivy_ngcc_bak +4 -0
  368. package/lib/sharedComponents/pipes/short-merge.pipe.d.ts.map +1 -0
  369. package/lib/sharedComponents/pipes/within-data.pipe.d.ts.__ivy_ngcc_bak +4 -0
  370. package/lib/sharedComponents/pipes/within-data.pipe.d.ts.map +1 -0
  371. package/lib/sharedComponents/program-listing/program-listing.component.d.ts +42 -0
  372. package/lib/sharedComponents/program-listing/program-listing.component.d.ts.__ivy_ngcc_bak +42 -0
  373. package/lib/sharedComponents/program-listing/program-listing.component.d.ts.map +1 -0
  374. package/lib/sharedComponents/program-listing/program-listing.component.ngfactory.d.ts +1 -0
  375. package/lib/sharedComponents/radio-list/radio-list.component.d.ts.__ivy_ngcc_bak +24 -0
  376. package/lib/sharedComponents/radio-list/radio-list.component.d.ts.map +1 -0
  377. package/lib/sharedComponents/radio-list-with-pagination/link-treatment-loader/link-treatment-loader.component.d.ts.__ivy_ngcc_bak +5 -0
  378. package/lib/sharedComponents/radio-list-with-pagination/link-treatment-loader/link-treatment-loader.component.d.ts.map +1 -0
  379. package/lib/sharedComponents/radio-list-with-pagination/radio-list.component.d.ts.__ivy_ngcc_bak +47 -0
  380. package/lib/sharedComponents/radio-list-with-pagination/radio-list.component.d.ts.map +1 -0
  381. package/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.d.ts.__ivy_ngcc_bak +26 -0
  382. package/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.d.ts.map +1 -0
  383. package/lib/sharedComponents/responsibility-risk-selector/responsibility-risk-selector.component.d.ts.__ivy_ngcc_bak +23 -0
  384. package/lib/sharedComponents/responsibility-risk-selector/responsibility-risk-selector.component.d.ts.map +1 -0
  385. package/lib/sharedComponents/review-frequency/review-frequency.component.d.ts.__ivy_ngcc_bak +15 -0
  386. package/lib/sharedComponents/review-frequency/review-frequency.component.d.ts.map +1 -0
  387. package/lib/sharedComponents/risk-classification/risk-classification.component.d.ts.__ivy_ngcc_bak +35 -0
  388. package/lib/sharedComponents/risk-classification/risk-classification.component.d.ts.map +1 -0
  389. package/lib/sharedComponents/roles-list/roles-list.component.d.ts.__ivy_ngcc_bak +8 -0
  390. package/lib/sharedComponents/roles-list/roles-list.component.d.ts.map +1 -0
  391. package/lib/sharedComponents/users-radio-list/users-radio-list.component.d.ts.__ivy_ngcc_bak +21 -0
  392. package/lib/sharedComponents/users-radio-list/users-radio-list.component.d.ts.map +1 -0
  393. package/lib/sharedComponents/v-loader/loader/loader.component.d.ts.__ivy_ngcc_bak +5 -0
  394. package/lib/sharedComponents/v-loader/loader/loader.component.d.ts.map +1 -0
  395. package/lib/sharedComponents/v-loader/loader-inline/loader-inline.component.d.ts.__ivy_ngcc_bak +5 -0
  396. package/lib/sharedComponents/v-loader/loader-inline/loader-inline.component.d.ts.map +1 -0
  397. package/lib/sharedComponents/v-loader/v-loader.module.d.ts.__ivy_ngcc_bak +2 -0
  398. package/lib/sharedComponents/v-loader/v-loader.module.d.ts.map +1 -0
  399. package/lib/ui-kit/action-dialog/action-dialog.module.d.ts.__ivy_ngcc_bak +2 -0
  400. package/lib/ui-kit/action-dialog/action-dialog.module.d.ts.map +1 -0
  401. package/lib/ui-kit/action-dialog/active/active.component.d.ts.__ivy_ngcc_bak +12 -0
  402. package/lib/ui-kit/action-dialog/active/active.component.d.ts.map +1 -0
  403. package/lib/ui-kit/action-dialog/deactivate/deactivate.component.d.ts.__ivy_ngcc_bak +12 -0
  404. package/lib/ui-kit/action-dialog/deactivate/deactivate.component.d.ts.map +1 -0
  405. package/lib/ui-kit/action-dialog/delete/delete.component.d.ts.__ivy_ngcc_bak +11 -0
  406. package/lib/ui-kit/action-dialog/delete/delete.component.d.ts.map +1 -0
  407. package/lib/ui-kit/action-dialog/duplicate/duplicate.component.d.ts.__ivy_ngcc_bak +12 -0
  408. package/lib/ui-kit/action-dialog/duplicate/duplicate.component.d.ts.map +1 -0
  409. package/lib/ui-kit/click-outside/click-outside.directive.d.ts.__ivy_ngcc_bak +7 -0
  410. package/lib/ui-kit/click-outside/click-outside.directive.d.ts.map +1 -0
  411. package/lib/ui-kit/click-outside/click-outside.module.d.ts.__ivy_ngcc_bak +2 -0
  412. package/lib/ui-kit/click-outside/click-outside.module.d.ts.map +1 -0
  413. package/lib/ui-kit/dialog/dialog-ref.d.ts.__ivy_ngcc_bak +7 -0
  414. package/lib/ui-kit/dialog/dialog-ref.d.ts.map +1 -0
  415. package/lib/ui-kit/dialog/dialog.component.d.ts.__ivy_ngcc_bak +29 -0
  416. package/lib/ui-kit/dialog/dialog.component.d.ts.map +1 -0
  417. package/lib/ui-kit/dialog/dialog.module.d.ts.__ivy_ngcc_bak +2 -0
  418. package/lib/ui-kit/dialog/dialog.module.d.ts.map +1 -0
  419. package/lib/ui-kit/dialog/dialog.service.d.ts.__ivy_ngcc_bak +15 -0
  420. package/lib/ui-kit/dialog/dialog.service.d.ts.map +1 -0
  421. package/lib/ui-kit/dialog/insertion.directive.d.ts.__ivy_ngcc_bak +5 -0
  422. package/lib/ui-kit/dialog/insertion.directive.d.ts.map +1 -0
  423. package/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.d.ts.__ivy_ngcc_bak +5 -0
  424. package/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.d.ts.map +1 -0
  425. package/lib/ui-kit/editor-loader/editor-loader.module.d.ts.__ivy_ngcc_bak +2 -0
  426. package/lib/ui-kit/editor-loader/editor-loader.module.d.ts.map +1 -0
  427. package/lib/ui-kit/format-html.pipe.d.ts.__ivy_ngcc_bak +7 -0
  428. package/lib/ui-kit/format-html.pipe.d.ts.map +1 -0
  429. package/lib/ui-kit/formgroup/click-outside.directive.d.ts.__ivy_ngcc_bak +7 -0
  430. package/lib/ui-kit/formgroup/click-outside.directive.d.ts.map +1 -0
  431. package/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.d.ts.__ivy_ngcc_bak +11 -0
  432. package/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.d.ts.map +1 -0
  433. package/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts.__ivy_ngcc_bak +11 -0
  434. package/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts.map +1 -0
  435. package/lib/ui-kit/formgroup/cs-radio/cs-radio.component.d.ts.__ivy_ngcc_bak +12 -0
  436. package/lib/ui-kit/formgroup/cs-radio/cs-radio.component.d.ts.map +1 -0
  437. package/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.d.ts.__ivy_ngcc_bak +5 -0
  438. package/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.d.ts.map +1 -0
  439. package/lib/ui-kit/formgroup/cs-select/cs-select.component.d.ts.__ivy_ngcc_bak +33 -0
  440. package/lib/ui-kit/formgroup/cs-select/cs-select.component.d.ts.map +1 -0
  441. package/lib/ui-kit/formgroup/cs-switch/cs-switch.component.d.ts.__ivy_ngcc_bak +12 -0
  442. package/lib/ui-kit/formgroup/cs-switch/cs-switch.component.d.ts.map +1 -0
  443. package/lib/ui-kit/formgroup/formgroup.module.d.ts.__ivy_ngcc_bak +2 -0
  444. package/lib/ui-kit/formgroup/formgroup.module.d.ts.map +1 -0
  445. package/lib/ui-kit/formgroup/pipes/pascal.pipe.d.ts.__ivy_ngcc_bak +4 -0
  446. package/lib/ui-kit/formgroup/pipes/pascal.pipe.d.ts.map +1 -0
  447. package/lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe.d.ts.__ivy_ngcc_bak +4 -0
  448. package/lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe.d.ts.map +1 -0
  449. package/lib/ui-kit/line-loader/line-loader.component.d.ts.__ivy_ngcc_bak +6 -0
  450. package/lib/ui-kit/line-loader/line-loader.component.d.ts.map +1 -0
  451. package/lib/ui-kit/line-loader/line-loader.module.d.ts.__ivy_ngcc_bak +2 -0
  452. package/lib/ui-kit/line-loader/line-loader.module.d.ts.map +1 -0
  453. package/lib/ui-kit/no-data/no-data.component.d.ts.__ivy_ngcc_bak +18 -0
  454. package/lib/ui-kit/no-data/no-data.component.d.ts.map +1 -0
  455. package/lib/ui-kit/no-data/no-data.module.d.ts.__ivy_ngcc_bak +2 -0
  456. package/lib/ui-kit/no-data/no-data.module.d.ts.map +1 -0
  457. package/lib/ui-kit/pagination/pagination/pagination.component.d.ts.__ivy_ngcc_bak +23 -0
  458. package/lib/ui-kit/pagination/pagination/pagination.component.d.ts.map +1 -0
  459. package/lib/ui-kit/pagination/pagination.module.d.ts.__ivy_ngcc_bak +2 -0
  460. package/lib/ui-kit/pagination/pagination.module.d.ts.map +1 -0
  461. package/lib/ui-kit/popover/popover-event.directive.d.ts.__ivy_ngcc_bak +7 -0
  462. package/lib/ui-kit/popover/popover-event.directive.d.ts.map +1 -0
  463. package/lib/ui-kit/popover/popover-longpress.directive.d.ts.__ivy_ngcc_bak +13 -0
  464. package/lib/ui-kit/popover/popover-longpress.directive.d.ts.map +1 -0
  465. package/lib/ui-kit/popover/popover.component.d.ts.__ivy_ngcc_bak +24 -0
  466. package/lib/ui-kit/popover/popover.component.d.ts.map +1 -0
  467. package/lib/ui-kit/popover/popover.directive.d.ts.__ivy_ngcc_bak +16 -0
  468. package/lib/ui-kit/popover/popover.directive.d.ts.map +1 -0
  469. package/lib/ui-kit/popover/popover.module.d.ts.__ivy_ngcc_bak +2 -0
  470. package/lib/ui-kit/popover/popover.module.d.ts.map +1 -0
  471. package/lib/ui-kit/popover/popover.service.d.ts.__ivy_ngcc_bak +9 -0
  472. package/lib/ui-kit/popover/popover.service.d.ts.map +1 -0
  473. package/lib/ui-kit/popover-hover/popover-hover.component.d.ts.__ivy_ngcc_bak +22 -0
  474. package/lib/ui-kit/popover-hover/popover-hover.component.d.ts.map +1 -0
  475. package/lib/ui-kit/popover-hover/popover-hover.directive.d.ts.__ivy_ngcc_bak +12 -0
  476. package/lib/ui-kit/popover-hover/popover-hover.directive.d.ts.map +1 -0
  477. package/lib/ui-kit/popover-hover/popover-hover.module.d.ts.__ivy_ngcc_bak +2 -0
  478. package/lib/ui-kit/popover-hover/popover-hover.module.d.ts.map +1 -0
  479. package/lib/ui-kit/popover-hover/popover-hover.service.d.ts.__ivy_ngcc_bak +9 -0
  480. package/lib/ui-kit/popover-hover/popover-hover.service.d.ts.map +1 -0
  481. package/lib/ui-kit/smiley-dialog/smiley-dialog.component.d.ts.__ivy_ngcc_bak +12 -0
  482. package/lib/ui-kit/smiley-dialog/smiley-dialog.component.d.ts.map +1 -0
  483. package/lib/ui-kit/smiley-dialog/smiley-dialog.module.d.ts.__ivy_ngcc_bak +2 -0
  484. package/lib/ui-kit/smiley-dialog/smiley-dialog.module.d.ts.map +1 -0
  485. package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.component.d.ts.__ivy_ngcc_bak +12 -0
  486. package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.component.d.ts.map +1 -0
  487. package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.module.d.ts.__ivy_ngcc_bak +2 -0
  488. package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.module.d.ts.map +1 -0
  489. package/lib/ui-kit/snack-bar/snack-bar.component.d.ts.__ivy_ngcc_bak +15 -0
  490. package/lib/ui-kit/snack-bar/snack-bar.component.d.ts.map +1 -0
  491. package/lib/ui-kit/snack-bar/snack-bar.module.d.ts.__ivy_ngcc_bak +2 -0
  492. package/lib/ui-kit/snack-bar/snack-bar.module.d.ts.map +1 -0
  493. package/lib/ui-kit/snack-bar/snack-bar.service.d.ts.__ivy_ngcc_bak +8 -0
  494. package/lib/ui-kit/snack-bar/snack-bar.service.d.ts.map +1 -0
  495. package/lib/ui-kit/tooltip/tooltip.directive.d.ts.__ivy_ngcc_bak +24 -0
  496. package/lib/ui-kit/tooltip/tooltip.directive.d.ts.map +1 -0
  497. package/lib/ui-kit/tooltip/tooltip.module.d.ts.__ivy_ngcc_bak +2 -0
  498. package/lib/ui-kit/tooltip/tooltip.module.d.ts.map +1 -0
  499. package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.d.ts.__ivy_ngcc_bak +231 -0
  500. package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.d.ts.map +1 -0
  501. package/lib/workflow-assessment/workflow-assessment.component.d.ts.__ivy_ngcc_bak +63 -0
  502. package/lib/workflow-assessment/workflow-assessment.component.d.ts.map +1 -0
  503. package/lib/workflow-compliance/workflow-compliance.component.d.ts +10 -3
  504. package/lib/workflow-compliance/workflow-compliance.component.d.ts.__ivy_ngcc_bak +196 -0
  505. package/lib/workflow-compliance/workflow-compliance.component.d.ts.map +1 -0
  506. package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +1 -0
  507. package/lib/workflow-engine-container/workflow-engine-container.component.d.ts.__ivy_ngcc_bak +109 -0
  508. package/lib/workflow-engine-container/workflow-engine-container.component.d.ts.map +1 -0
  509. package/lib/workflow-engine.module.d.ts.__ivy_ngcc_bak +5 -0
  510. package/lib/workflow-engine.module.d.ts.map +1 -0
  511. package/lib/workflow-engine.service.d.ts.__ivy_ngcc_bak +3 -0
  512. package/lib/workflow-engine.service.d.ts.map +1 -0
  513. package/lib/workflow-pagination/workflow-pagination.component.d.ts.__ivy_ngcc_bak +24 -0
  514. package/lib/workflow-pagination/workflow-pagination.component.d.ts.map +1 -0
  515. package/lib/workflow-policy/workflow-policy.component.d.ts.__ivy_ngcc_bak +281 -0
  516. package/lib/workflow-policy/workflow-policy.component.d.ts.map +1 -0
  517. package/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.d.ts.__ivy_ngcc_bak +5 -0
  518. package/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.d.ts.map +1 -0
  519. package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts.__ivy_ngcc_bak +84 -0
  520. package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts.map +1 -0
  521. package/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.d.ts.__ivy_ngcc_bak +5 -0
  522. package/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.d.ts.map +1 -0
  523. package/lib/workflow-program/create-program-ui/assessment-picker/assessment.service.d.ts.__ivy_ngcc_bak +13 -0
  524. package/lib/workflow-program/create-program-ui/assessment-picker/assessment.service.d.ts.map +1 -0
  525. package/lib/workflow-program/create-program-ui/assessment-picker/selected-assessment.pipe.d.ts.__ivy_ngcc_bak +4 -0
  526. package/lib/workflow-program/create-program-ui/assessment-picker/selected-assessment.pipe.d.ts.map +1 -0
  527. package/lib/workflow-program/create-program-ui/assessment-picker/workflow-pagination/workflow-pagination.component.d.ts.__ivy_ngcc_bak +24 -0
  528. package/lib/workflow-program/create-program-ui/assessment-picker/workflow-pagination/workflow-pagination.component.d.ts.map +1 -0
  529. package/lib/workflow-program/create-program-ui/checkbox/checkbox.component.d.ts.__ivy_ngcc_bak +13 -0
  530. package/lib/workflow-program/create-program-ui/checkbox/checkbox.component.d.ts.map +1 -0
  531. package/lib/workflow-program/create-program-ui/create-program-ui.module.d.ts.__ivy_ngcc_bak +2 -0
  532. package/lib/workflow-program/create-program-ui/create-program-ui.module.d.ts.map +1 -0
  533. package/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.d.ts.__ivy_ngcc_bak +17 -0
  534. package/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.d.ts.map +1 -0
  535. package/lib/workflow-program/create-program-ui/custom-field/custom-field.component.d.ts.__ivy_ngcc_bak +19 -0
  536. package/lib/workflow-program/create-program-ui/custom-field/custom-field.component.d.ts.map +1 -0
  537. package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.d.ts.__ivy_ngcc_bak +63 -0
  538. package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.d.ts.map +1 -0
  539. package/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.d.ts.__ivy_ngcc_bak +12 -0
  540. package/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.d.ts.map +1 -0
  541. package/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.d.ts.__ivy_ngcc_bak +5 -0
  542. package/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.d.ts.map +1 -0
  543. package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.d.ts.__ivy_ngcc_bak +4 -0
  544. package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.d.ts.map +1 -0
  545. package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.d.ts.__ivy_ngcc_bak +4 -0
  546. package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.d.ts.map +1 -0
  547. package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.d.ts.__ivy_ngcc_bak +4 -0
  548. package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.d.ts.map +1 -0
  549. package/lib/workflow-program/create-program-ui/directives/input-trim.directive.d.ts.__ivy_ngcc_bak +3 -0
  550. package/lib/workflow-program/create-program-ui/directives/input-trim.directive.d.ts.map +1 -0
  551. package/lib/workflow-program/create-program-ui/file-pill/file-pill.component.d.ts.__ivy_ngcc_bak +9 -0
  552. package/lib/workflow-program/create-program-ui/file-pill/file-pill.component.d.ts.map +1 -0
  553. package/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.d.ts.__ivy_ngcc_bak +33 -0
  554. package/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.d.ts.map +1 -0
  555. package/lib/workflow-program/create-program-ui/form-field/form-field.component.d.ts.__ivy_ngcc_bak +9 -0
  556. package/lib/workflow-program/create-program-ui/form-field/form-field.component.d.ts.map +1 -0
  557. package/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.d.ts.__ivy_ngcc_bak +8 -0
  558. package/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.d.ts.map +1 -0
  559. package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts.__ivy_ngcc_bak +25 -0
  560. package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts.map +1 -0
  561. package/lib/workflow-program/create-program-ui/pagination/pagination.module.d.ts.__ivy_ngcc_bak +2 -0
  562. package/lib/workflow-program/create-program-ui/pagination/pagination.module.d.ts.map +1 -0
  563. package/lib/workflow-program/create-program-ui/pipes/list-to-id.pipe.d.ts.__ivy_ngcc_bak +4 -0
  564. package/lib/workflow-program/create-program-ui/pipes/list-to-id.pipe.d.ts.map +1 -0
  565. package/lib/workflow-program/create-program-ui/pipes/pager.pipe.d.ts.__ivy_ngcc_bak +4 -0
  566. package/lib/workflow-program/create-program-ui/pipes/pager.pipe.d.ts.map +1 -0
  567. package/lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe.d.ts.__ivy_ngcc_bak +4 -0
  568. package/lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe.d.ts.map +1 -0
  569. package/lib/workflow-program/create-program-ui/pipes/search.pipe.d.ts.__ivy_ngcc_bak +4 -0
  570. package/lib/workflow-program/create-program-ui/pipes/search.pipe.d.ts.map +1 -0
  571. package/lib/workflow-program/create-program-ui/role-list/loader/loader.component.d.ts.__ivy_ngcc_bak +5 -0
  572. package/lib/workflow-program/create-program-ui/role-list/loader/loader.component.d.ts.map +1 -0
  573. package/lib/workflow-program/create-program-ui/role-list/role-list.component.d.ts.__ivy_ngcc_bak +62 -0
  574. package/lib/workflow-program/create-program-ui/role-list/role-list.component.d.ts.map +1 -0
  575. package/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.d.ts.__ivy_ngcc_bak +17 -0
  576. package/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.d.ts.map +1 -0
  577. package/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.d.ts.__ivy_ngcc_bak +5 -0
  578. package/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.d.ts.map +1 -0
  579. package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts.__ivy_ngcc_bak +88 -0
  580. package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts.map +1 -0
  581. package/lib/workflow-program/workflow-program.component.d.ts.__ivy_ngcc_bak +172 -0
  582. package/lib/workflow-program/workflow-program.component.d.ts.map +1 -0
  583. package/lib/workflow-risk/workflow-risk.component.d.ts.__ivy_ngcc_bak +105 -0
  584. package/lib/workflow-risk/workflow-risk.component.d.ts.map +1 -0
  585. package/lib/workflow-services/add-risk.service.d.ts.__ivy_ngcc_bak +22 -0
  586. package/lib/workflow-services/add-risk.service.d.ts.map +1 -0
  587. package/lib/workflow-services/assessment.service.d.ts.__ivy_ngcc_bak +29 -0
  588. package/lib/workflow-services/assessment.service.d.ts.map +1 -0
  589. package/lib/workflow-services/auth.service.d.ts.__ivy_ngcc_bak +29 -0
  590. package/lib/workflow-services/auth.service.d.ts.map +1 -0
  591. package/lib/workflow-services/frequency.service.d.ts.__ivy_ngcc_bak +5 -0
  592. package/lib/workflow-services/frequency.service.d.ts.map +1 -0
  593. package/lib/workflow-services/log-issue.service.d.ts.__ivy_ngcc_bak +31 -0
  594. package/lib/workflow-services/log-issue.service.d.ts.map +1 -0
  595. package/lib/workflow-services/policy.service.d.ts.__ivy_ngcc_bak +24 -0
  596. package/lib/workflow-services/policy.service.d.ts.map +1 -0
  597. package/lib/workflow-services/programs.service.d.ts.__ivy_ngcc_bak +108 -0
  598. package/lib/workflow-services/programs.service.d.ts.map +1 -0
  599. package/lib/workflow-services/responsibility.service.d.ts +5 -3
  600. package/lib/workflow-services/responsibility.service.d.ts.__ivy_ngcc_bak +35 -0
  601. package/lib/workflow-services/responsibility.service.d.ts.map +1 -0
  602. package/lib/workflow-services/token-decoder.service.d.ts.__ivy_ngcc_bak +4 -0
  603. package/lib/workflow-services/token-decoder.service.d.ts.map +1 -0
  604. package/lib/workflow-services/ui-kit.service.d.ts.__ivy_ngcc_bak +5 -0
  605. package/lib/workflow-services/ui-kit.service.d.ts.map +1 -0
  606. package/lib/workflow-survey-form/workflow-survey-form.component.d.ts.__ivy_ngcc_bak +7 -0
  607. package/lib/workflow-survey-form/workflow-survey-form.component.d.ts.map +1 -0
  608. package/package.json +2 -3
  609. package/vcomply-workflow-engine.d.ts +190 -189
  610. package/vcomply-workflow-engine.d.ts.__ivy_ngcc_bak +283 -0
  611. package/vcomply-workflow-engine.d.ts.map +1 -0
  612. package/vcomply-workflow-engine.metadata.json +1 -1
@@ -0,0 +1,124 @@
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 "./program-listing.component.less.shim.ngstyle";
8
+ import * as i1 from "@angular/core";
9
+ import * as i2 from "../../ui-kit/pagination/pagination/pagination.component.ngfactory";
10
+ import * as i3 from "../../ui-kit/pagination/pagination/pagination.component";
11
+ import * as i4 from "../no-data/no-data.component.ngfactory";
12
+ import * as i5 from "../no-data/no-data.component";
13
+ import * as i6 from "../../ui-kit/tooltip/tooltip.directive";
14
+ import * as i7 from "../../formgroup/cs-checkbox/cs-checkbox.component.ngfactory";
15
+ import * as i8 from "../../formgroup/cs-checkbox/cs-checkbox.component";
16
+ import * as i9 from "@angular/common";
17
+ import * as i10 from "../../formgroup/cs-radio/cs-radio.component.ngfactory";
18
+ import * as i11 from "../../formgroup/cs-radio/cs-radio.component";
19
+ import * as i12 from "../v-loader/loader/loader.component.ngfactory";
20
+ import * as i13 from "../v-loader/loader/loader.component";
21
+ import * as i14 from "../floating-bar/floating-bar.component.ngfactory";
22
+ import * as i15 from "../floating-bar/floating-bar.component";
23
+ import * as i16 from "./program-listing.component";
24
+ import * as i17 from "../../workflow-services/responsibility.service";
25
+ var styles_ProgramListingComponent = [i0.styles];
26
+ var RenderType_ProgramListingComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_ProgramListingComponent, data: {} });
27
+ export { RenderType_ProgramListingComponent as RenderType_ProgramListingComponent };
28
+ function View_ProgramListingComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-pagination", [], null, [[null, "selectedPage"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("selectedPage" === en)) {
29
+ var pd_0 = (_co.changeProgramsPage($event) !== false);
30
+ ad = (pd_0 && ad);
31
+ } return ad; }, i2.View_PaginationComponent_0, i2.RenderType_PaginationComponent)), i1.ɵdid(1, 638976, null, 0, i3.PaginationComponent, [], { pageCount: [0, "pageCount"], start: [1, "start"], end: [2, "end"], total: [3, "total"], currentPage: [4, "currentPage"] }, { selectedPage: "selectedPage" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.programData.totalPages; var currVal_1 = _co.programData.from; var currVal_2 = _co.programData.to; var currVal_3 = _co.programData.totalRecords; var currVal_4 = _co.programData.currentPage; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3, currVal_4); }, null); }
32
+ function View_ProgramListingComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-no-data", [], null, null, null, i4.View_NoDataComponent_0, i4.RenderType_NoDataComponent)), i1.ɵdid(1, 114688, null, 0, i5.NoDataComponent, [], { noDataImage: [0, "noDataImage"], noDataText: [1, "noDataText"] }, null)], function (_ck, _v) { var currVal_0 = "https://cdn.v-comply.com/libraries/workflow-engine/assets/workflow/search-data.svg"; var currVal_1 = "No Data Found"; _ck(_v, 1, 0, currVal_0, currVal_1); }, null); }
33
+ function View_ProgramListingComponent_4(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE970"]))], null, null); }
34
+ function View_ProgramListingComponent_5(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9E8"]))], null, null); }
35
+ function View_ProgramListingComponent_7(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 12, "div", [["class", "table-row"]], [[2, "disabled", null]], null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "div", [["class", "table-column serial"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "sr-no"], ["delay", "0"], ["placement", "bottom"], ["type", "black"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
36
+ var pd_0 = (i1.ɵnov(_v, 3).onMouseEnter() !== false);
37
+ ad = (pd_0 && ad);
38
+ } if (("mouseover" === en)) {
39
+ var pd_1 = (i1.ɵnov(_v, 3).onMouseOver() !== false);
40
+ ad = (pd_1 && ad);
41
+ } if (("mouseleave" === en)) {
42
+ var pd_2 = (i1.ɵnov(_v, 3).onMouseLeave() !== false);
43
+ ad = (pd_2 && ad);
44
+ } if (("mouseout" === en)) {
45
+ var pd_3 = (i1.ɵnov(_v, 3).onMouseOut() !== false);
46
+ ad = (pd_3 && ad);
47
+ } if (("click" === en)) {
48
+ var pd_4 = (i1.ɵnov(_v, 3).onClick() !== false);
49
+ ad = (pd_4 && ad);
50
+ } return ad; }, null, null)), i1.ɵdid(3, 81920, null, 0, i6.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(4, null, ["", ""])), (_l()(), i1.ɵeld(5, 0, null, null, 1, "app-cs-checkbox", [], null, [[null, "ngValueChange"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("ngValueChange" === en)) {
51
+ var pd_0 = (_co.selectCategory($event, _co.activeTab, _v.context.$implicit) !== false);
52
+ ad = (pd_0 && ad);
53
+ } return ad; }, i7.View_CsCheckboxComponent_0, i7.RenderType_CsCheckboxComponent)), i1.ɵdid(6, 114688, null, 0, i8.CsCheckboxComponent, [], { ngValue: [0, "ngValue"] }, { ngValueChange: "ngValueChange" }), (_l()(), i1.ɵeld(7, 0, null, null, 4, "div", [["class", "table-column name"]], null, null, null, null, null)), (_l()(), i1.ɵeld(8, 0, null, null, 3, "div", [["class", "name-inner"]], null, null, null, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 2, "div", [["class", "value"], ["delay", "0"], ["placement", "bottom-left"], ["type", "black"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
54
+ var pd_0 = (i1.ɵnov(_v, 10).onMouseEnter() !== false);
55
+ ad = (pd_0 && ad);
56
+ } if (("mouseover" === en)) {
57
+ var pd_1 = (i1.ɵnov(_v, 10).onMouseOver() !== false);
58
+ ad = (pd_1 && ad);
59
+ } if (("mouseleave" === en)) {
60
+ var pd_2 = (i1.ɵnov(_v, 10).onMouseLeave() !== false);
61
+ ad = (pd_2 && ad);
62
+ } if (("mouseout" === en)) {
63
+ var pd_3 = (i1.ɵnov(_v, 10).onMouseOut() !== false);
64
+ ad = (pd_3 && ad);
65
+ } if (("click" === en)) {
66
+ var pd_4 = (i1.ɵnov(_v, 10).onClick() !== false);
67
+ ad = (pd_4 && ad);
68
+ } return ad; }, null, null)), i1.ɵdid(10, 81920, null, 0, i6.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(11, null, ["", ""])), (_l()(), i1.ɵeld(12, 0, null, null, 0, "div", [["class", "table-column action"]], null, null, null, null, null))], function (_ck, _v) { var _co = _v.component; var currVal_1 = (_v.context.index + 1); var currVal_2 = "bottom"; var currVal_3 = "black"; var currVal_4 = true; _ck(_v, 3, 0, currVal_1, currVal_2, currVal_3, currVal_4); var currVal_6 = _co.selectedIds.includes(_v.context.$implicit.category_id); _ck(_v, 6, 0, currVal_6); var currVal_7 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.item_name); var currVal_8 = "bottom-left"; var currVal_9 = "black"; var currVal_10 = false; _ck(_v, 10, 0, currVal_7, currVal_8, currVal_9, currVal_10); }, function (_ck, _v) { var currVal_0 = false; _ck(_v, 0, 0, currVal_0); var currVal_5 = (_v.context.index + 1); _ck(_v, 4, 0, currVal_5); var currVal_11 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.name); _ck(_v, 11, 0, currVal_11); }); }
69
+ function View_ProgramListingComponent_6(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "div", [["class", "sub-list"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ProgramListingComponent_7)), i1.ɵdid(2, 278528, null, 0, i9.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.categoryList; _ck(_v, 2, 0, currVal_0); }, null); }
70
+ function View_ProgramListingComponent_3(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 21, "div", [["class", "program-listing-item"]], [[2, "active", null]], null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 18, "div", [["class", "table-row main-list"]], [[2, "active", null], [2, "disabled", null]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
71
+ var pd_0 = (_co.clickSubList() !== false);
72
+ ad = (pd_0 && ad);
73
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 5, "div", [["class", "table-column serial"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 2, "div", [["class", "sr-no"], ["delay", "0"], ["placement", "bottom"], ["type", "black"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
74
+ var pd_0 = (i1.ɵnov(_v, 4).onMouseEnter() !== false);
75
+ ad = (pd_0 && ad);
76
+ } if (("mouseover" === en)) {
77
+ var pd_1 = (i1.ɵnov(_v, 4).onMouseOver() !== false);
78
+ ad = (pd_1 && ad);
79
+ } if (("mouseleave" === en)) {
80
+ var pd_2 = (i1.ɵnov(_v, 4).onMouseLeave() !== false);
81
+ ad = (pd_2 && ad);
82
+ } if (("mouseout" === en)) {
83
+ var pd_3 = (i1.ɵnov(_v, 4).onMouseOut() !== false);
84
+ ad = (pd_3 && ad);
85
+ } if (("click" === en)) {
86
+ var pd_4 = (i1.ɵnov(_v, 4).onClick() !== false);
87
+ ad = (pd_4 && ad);
88
+ } return ad; }, null, null)), i1.ɵdid(4, 81920, null, 0, i6.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(5, null, ["", ""])), (_l()(), i1.ɵeld(6, 0, null, null, 1, "app-cs-radio", [], null, [[null, "checkedEvent"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("checkedEvent" === en)) {
89
+ var pd_0 = (_co.selectProgram($event, _v.context.$implicit) !== false);
90
+ ad = (pd_0 && ad);
91
+ } return ad; }, i10.View_CsRadioComponent_0, i10.RenderType_CsRadioComponent)), i1.ɵdid(7, 114688, null, 0, i11.CsRadioComponent, [], { checked: [0, "checked"] }, { checkedEvent: "checkedEvent" }), (_l()(), i1.ɵeld(8, 0, null, null, 5, "div", [["class", "table-column name"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
92
+ var pd_0 = (_co.selectProgram(true, _v.context.$implicit) !== false);
93
+ ad = (pd_0 && ad);
94
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 4, "div", [["class", "name-inner"]], null, null, null, null, null)), (_l()(), i1.ɵeld(10, 0, null, null, 3, "div", [["class", "name-with-count"]], null, null, null, null, null)), (_l()(), i1.ɵeld(11, 0, null, null, 2, "div", [["class", "value"], ["delay", "0"], ["placement", "bottom-left"], ["type", "black"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
95
+ var pd_0 = (i1.ɵnov(_v, 12).onMouseEnter() !== false);
96
+ ad = (pd_0 && ad);
97
+ } if (("mouseover" === en)) {
98
+ var pd_1 = (i1.ɵnov(_v, 12).onMouseOver() !== false);
99
+ ad = (pd_1 && ad);
100
+ } if (("mouseleave" === en)) {
101
+ var pd_2 = (i1.ɵnov(_v, 12).onMouseLeave() !== false);
102
+ ad = (pd_2 && ad);
103
+ } if (("mouseout" === en)) {
104
+ var pd_3 = (i1.ɵnov(_v, 12).onMouseOut() !== false);
105
+ ad = (pd_3 && ad);
106
+ } if (("click" === en)) {
107
+ var pd_4 = (i1.ɵnov(_v, 12).onClick() !== false);
108
+ ad = (pd_4 && ad);
109
+ } return ad; }, null, null)), i1.ɵdid(12, 81920, null, 0, i6.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(13, null, ["", ""])), (_l()(), i1.ɵeld(14, 0, null, null, 5, "div", [["class", "table-column action"]], null, null, null, null, null)), (_l()(), i1.ɵeld(15, 0, null, null, 4, "button", [["class", "arrow"]], [[2, "disabled", null], [8, "disabled", 0]], null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ProgramListingComponent_4)), i1.ɵdid(17, 16384, null, 0, i9.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ProgramListingComponent_5)), i1.ɵdid(19, 16384, null, 0, i9.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ProgramListingComponent_6)), i1.ɵdid(21, 16384, null, 0, i9.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_3 = (_v.context.index + _co.programData.from); var currVal_4 = "bottom"; var currVal_5 = "black"; var currVal_6 = true; _ck(_v, 4, 0, currVal_3, currVal_4, currVal_5, currVal_6); var currVal_8 = (((_co.currentProgram == null) ? null : _co.currentProgram._id) == ((_v.context.$implicit == null) ? null : _v.context.$implicit._id)); _ck(_v, 7, 0, currVal_8); var currVal_9 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.item_name); var currVal_10 = "bottom-left"; var currVal_11 = "black"; var currVal_12 = false; _ck(_v, 12, 0, currVal_9, currVal_10, currVal_11, currVal_12); var currVal_16 = !_co.showCategories; _ck(_v, 17, 0, currVal_16); var currVal_17 = _co.showCategories; _ck(_v, 19, 0, currVal_17); var currVal_18 = (_co.showCategories && (((_co.currentProgram == null) ? null : _co.currentProgram._id) == ((_v.context.$implicit == null) ? null : _v.context.$implicit._id))); _ck(_v, 21, 0, currVal_18); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = (_co.showCategories && (((_co.currentProgram == null) ? null : _co.currentProgram._id) == ((_v.context.$implicit == null) ? null : _v.context.$implicit._id))); _ck(_v, 0, 0, currVal_0); var currVal_1 = false; var currVal_2 = false; _ck(_v, 1, 0, currVal_1, currVal_2); var currVal_7 = (_v.context.index + _co.programData.from); _ck(_v, 5, 0, currVal_7); var currVal_13 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.name); _ck(_v, 13, 0, currVal_13); var currVal_14 = false; var currVal_15 = false; _ck(_v, 15, 0, currVal_14, currVal_15); }); }
110
+ function View_ProgramListingComponent_8(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-loader", [], null, null, null, i12.View_LoaderComponent_0, i12.RenderType_LoaderComponent)), i1.ɵdid(1, 114688, null, 0, i13.LoaderComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
111
+ export function View_ProgramListingComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 20, "div", [["class", "program-listing"]], [[2, "animate", null]], null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 2, "div", [["class", "program-listing-head"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 1, "h3", [["class", "program-listing-title"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Select a Program"])), (_l()(), i1.ɵeld(4, 0, null, null, 11, "div", [["class", "program-listing-body"]], null, null, null, null, null)), (_l()(), i1.ɵeld(5, 0, null, null, 3, "div", [["class", "search-block"]], null, null, null, null, null)), (_l()(), i1.ɵeld(6, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE90B"])), (_l()(), i1.ɵeld(8, 0, null, null, 0, "input", [["placeholder", "Search Programs"], ["type", "text"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ProgramListingComponent_1)), i1.ɵdid(10, 16384, null, 0, i9.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(11, 0, null, null, 4, "div", [["class", "program-listing-part"]], [[2, "with-category-list", null]], null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ProgramListingComponent_2)), i1.ɵdid(13, 16384, null, 0, i9.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ProgramListingComponent_3)), i1.ɵdid(15, 278528, null, 0, i9.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), (_l()(), i1.ɵeld(16, 0, null, null, 2, "app-floating-bar", [], null, [[null, "closeEvent"], [null, "deleteEvent"], [null, "closeList"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("closeEvent" === en)) {
112
+ var pd_0 = (_co.save() !== false);
113
+ ad = (pd_0 && ad);
114
+ } if (("deleteEvent" === en)) {
115
+ var pd_1 = (_co.deleteEvent($event) !== false);
116
+ ad = (pd_1 && ad);
117
+ } if (("closeList" === en)) {
118
+ var pd_2 = (_co.close() !== false);
119
+ ad = (pd_2 && ad);
120
+ } return ad; }, i14.View_FloatingBarComponent_0, i14.RenderType_FloatingBarComponent)), i1.ɵdid(17, 638976, null, 0, i15.FloatingBarComponent, [], { selectedData: [0, "selectedData"], displayElementKey: [1, "displayElementKey"], singularText: [2, "singularText"], pluralText: [3, "pluralText"] }, { closeEvent: "closeEvent", deleteEvent: "deleteEvent", closeList: "closeList" }), i1.ɵpad(18, 1), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ProgramListingComponent_8)), i1.ɵdid(20, 16384, null, 0, i9.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_1 = (_co.programData.totalPages > 1); _ck(_v, 10, 0, currVal_1); var currVal_3 = false; _ck(_v, 13, 0, currVal_3); var currVal_4 = _co.programData.data; _ck(_v, 15, 0, currVal_4); var currVal_5 = (((_co.currentProgram == null) ? null : _co.currentProgram.category_id) ? _ck(_v, 18, 0, _co.currentProgram) : i1.ɵEMPTY_ARRAY); var currVal_6 = "name"; var currVal_7 = "Program selected"; var currVal_8 = "Programs selected"; _ck(_v, 17, 0, currVal_5, currVal_6, currVal_7, currVal_8); var currVal_9 = _co.loader; _ck(_v, 20, 0, currVal_9); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.animation; _ck(_v, 0, 0, currVal_0); var currVal_2 = _co.showCategories; _ck(_v, 11, 0, currVal_2); }); }
121
+ export function View_ProgramListingComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-program-listing", [], null, null, null, View_ProgramListingComponent_0, RenderType_ProgramListingComponent)), i1.ɵdid(1, 114688, null, 0, i16.ProgramListingComponent, [i17.ResponsibilityService], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
122
+ var ProgramListingComponentNgFactory = i1.ɵccf("app-program-listing", i16.ProgramListingComponent, View_ProgramListingComponent_Host_0, { programsList: "programsList", selectedProgram: "selectedProgram", selectedCategories: "selectedCategories" }, { saveSelectedProgram: "saveSelectedProgram", closeEvent: "closeEvent" }, []);
123
+ export { ProgramListingComponentNgFactory as ProgramListingComponentNgFactory };
124
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3JhbS1saXN0aW5nLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL3Byb2dyYW0tbGlzdGluZy9wcm9ncmFtLWxpc3RpbmcuY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvcHJvZ3JhbS1saXN0aW5nL3Byb2dyYW0tbGlzdGluZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7a0VDVVEsa0pBQWtSLFlBQTdEOzt3QkFBMkM7TUFBaFEscVNBQWtSLG1EQUExSSxtQkFBb0MseUJBQXpILG1CQUEwQixtQkFBQyxtQkFBc0IsaUJBQUMsbUJBQWtDLDJCQUFzQyxtQkFBdUMsMEJBQXBOLFlBQWtSLEVBQTFJLFNBQW9DLEVBQXpILFNBQTBCLEVBQUMsU0FBc0IsRUFBQyxTQUFrQyxFQUFzQyxTQUF1QztrRUFFaE4sa1FBQTZLLHlCQUFsSixvR0FBb0csRUFBQywrQkFBOEIsRUFBOUosWUFBNkssRUFBbEosU0FBb0csRUFBQyxTQUE4QjtrRUE0QjFJLDRGQUFxRCxLQUFaLG1DQUFRO2tFQUNqRCw0RkFBb0QsS0FBWixtQ0FBUTtrRUFLeEQsc0hBbUJNLEtBbEJGLDRHQUlNLEtBSEY7Ozs7Ozs7Ozs7Ozs7Ozt1UEFBdUgsSUFBYixnQ0FBTyxNQUNqSCxvSkFDOEUsWUFBOUU7O3dCQUEyRDtNQUQzRCx1TUFDOEUsTUFFbEYsMEdBV00sS0FWRixtR0FTTSxLQVJGOzs7Ozs7Ozs7Ozs7Ozs7d1BBQXdKLElBQXhCLGlDQUFrQixNQVUxSiw2R0FBdUMsa0RBaEJoQixxQ0FBa0IsR0FBQyx3QkFBa0IsRUFBVyx1QkFBWSxFQUFDLG9CQUF5QixFQUF6RyxZQUF1SCxFQUFwRyxTQUFrQixFQUFDLFNBQWtCLEVBQVcsU0FBWSxFQUFDLFNBQXlCLEdBQ3hGLDJDQUFzRCxpQ0FBdkUsWUFDOEUsRUFEN0QsU0FBc0QsR0FLaEQsMkRBQWtDLCtCQUFDLDZCQUF1QixFQUFXLHVCQUFZLEVBQUMsc0JBQTBCLEVBQS9ILGFBQXdKLEVBQXJJLFNBQWtDLEVBQUMsU0FBdUIsRUFBVyxTQUFZLEVBQUMsVUFBMEIsMkJBUnBILHFCQUF3QixFQUEvQyxZQW1CTSxFQW5CaUIsU0FBd0IsR0FFbUUsK0RBQU8sR0FNbUIsK0dBQWtCO2tFQVRsSyxpR0FxQk0sS0FwQkYscU5BbUJNLGlEQW5CMEMsbUJBQW9ELGVBQXBHLFlBbUJNLEVBbkIwQyxTQUFvRDtrRUFoQzVHLCtIQXFETSxLQXBERix5TUE2Qk0sWUExQm1COzt3QkFBd0I7TUFIakQsd0JBNkJNLEtBekJGLDRHQU1NLEtBTEo7Ozs7Ozs7Ozs7Ozs7Ozt1UEFBcUosSUFBNUIsZ0NBQXNCLE1BQy9JLGdKQUE2SCxZQUE5RDs7d0JBQThDO01BQTdHLCtMQUE2SCxNQUsvSCw4SkFXTSxZQVh5Qjs7d0JBQXFDO01BQXBFLHdCQVdNLEtBVkYsbUdBU00sS0FSRix5R0FHTSxLQUZGOzs7Ozs7Ozs7Ozs7Ozs7d1BBQXNKLElBQXZCLGlDQUFpQixNQVM1Siw2R0FLTSxLQUpGLHlJQUdTLEtBRkwsd0xBQXFELElBQ3JELHdMQUFvRCxJQUloRSx3TEFxQk0saURBOUNtQix1Q0FBaUMsb0JBQUMsd0JBQWtCLEVBQVcsdUJBQVksRUFBQyxvQkFBeUIsRUFBeEgsWUFBcUosRUFBbEksU0FBaUMsRUFBQyxTQUFrQixFQUFXLFNBQVksRUFBQyxTQUF5QixHQUMxRyw4SEFBZ0QsMEJBQTlELFlBQTZILEVBQS9HLFNBQWdELEdBUWpDLDJEQUFpQywrQkFBQyw4QkFBdUIsRUFBVyx3QkFBWSxFQUFDLHNCQUEwQixFQUE5SCxhQUFzSixFQUFuSSxTQUFpQyxFQUFDLFVBQXVCLEVBQVcsVUFBWSxFQUFDLFVBQTBCLEdBVy9ILHFCQUF1QixpQkFBMUIsYUFBcUQsRUFBbEQsVUFBdUIsR0FDdkIsb0JBQXNCLGlCQUF6QixhQUFvRCxFQUFqRCxVQUFzQixHQUlmLHNKQUErRCwyQkFBckYsYUFxQk0sRUFyQmdCLFVBQStELG1EQS9CdkQscUpBQXNFLDJCQUF4RyxZQXFETSxFQXJENEIsU0FBc0UsR0FFcEcscUJBQXNCLEVBRXRCLHFCQUF3QixFQUh4QixZQTZCTSxFQTVCTixTQUFzQixFQUV0QixTQUF3QixHQUV1RyxrRkFBc0IsR0FTTiwrR0FBaUIsR0FVbEksc0JBQXdCLEVBQUMsc0JBQWtCLEVBQWpFLGFBR1MsRUFIYSxVQUF3QixFQUFDLFVBQWtCO2tFQXFDM0YsMk9BQXdDO3lFQTVFMUMsMkhBOEVNLEtBN0VGLDZHQUVNLEtBREYsNkdBQXVELEtBQXJCLDZDQUFnQixNQUV0RCw4R0FpRU0sS0EvREYscUdBR00sS0FGRiw0RkFBNkIsS0FBWixtQ0FBUSxNQUN6QixrSUFBbUQsS0FFdkQsd0xBQWtSLElBQ2xSLDJJQXlETSxLQXhERix3TEFBNkssSUFFekssc05BcURNLElBR3BCLCtMQUdpQixZQURqQjs7d0JBQXFCO01BQUM7O3dCQUFtQztNQUFDOzt3QkFBcUI7TUFGL0UscVhBR2lCLEtBSEMsYUFBa0UsSUFNcEYsd0xBQXdDLGlEQWxFbEIsK0NBQWtDLEdBQWxELGFBQWtSLEVBQWxRLFNBQWtDLEdBRWpDLHFCQUFhLEVBQTFCLGFBQTZLLEVBQWhLLFNBQWEsR0FFbUYsbUJBQXNELG1CQUEvSixhQXFETSxFQXJEbUcsU0FBc0QsR0F3RDNKLDhJQUFrRSxHQUFDLHNCQUE0QixFQUNqSCxrQ0FBbUMsRUFBQyxtQ0FBa0MsRUFEdEUsYUFHaUIsRUFIQyxTQUFrRSxFQUFDLFNBQTRCLEVBQ2pILFNBQW1DLEVBQUMsU0FBa0MsR0FLMUQsbUJBQWMsU0FBMUIsYUFBd0MsRUFBNUIsU0FBYyxtREE1RUMsbUJBQTJCLFlBQXhELFlBOEVNLEVBOUV1QixTQUEyQixHQVdkLG1CQUEyQyxpQkFBN0UsYUF5RE0sRUF6RDRCLFNBQTJDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiPGRpdiBjbGFzcz1cInByb2dyYW0tbGlzdGluZ1wiIFtjbGFzcy5hbmltYXRlXT1cImFuaW1hdGlvblwiPlxyXG4gICAgPGRpdiBjbGFzcz1cInByb2dyYW0tbGlzdGluZy1oZWFkXCI+XHJcbiAgICAgICAgPGgzIGNsYXNzPVwicHJvZ3JhbS1saXN0aW5nLXRpdGxlXCI+U2VsZWN0IGEgUHJvZ3JhbTwvaDM+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJwcm9ncmFtLWxpc3RpbmctYm9keVwiPlxyXG5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwic2VhcmNoLWJsb2NrXCI+XHJcbiAgICAgICAgICAgIDxpIGNsYXNzPVwiaWNvbnNcIj4mI3hlOTBiOzwvaT5cclxuICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJ0ZXh0XCIgcGxhY2Vob2xkZXI9XCJTZWFyY2ggUHJvZ3JhbXNcIiAvPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxhcHAtcGFnaW5hdGlvbiAqbmdJZj1cInByb2dyYW1EYXRhLnRvdGFsUGFnZXMgPiAxXCIgW3N0YXJ0XT1cInByb2dyYW1EYXRhLmZyb21cIiBbZW5kXT1cInByb2dyYW1EYXRhLnRvXCIgW3RvdGFsXT1cInByb2dyYW1EYXRhLnRvdGFsUmVjb3Jkc1wiIFtwYWdlQ291bnRdPVwicHJvZ3JhbURhdGEudG90YWxQYWdlc1wiIFtjdXJyZW50UGFnZV09XCJwcm9ncmFtRGF0YS5jdXJyZW50UGFnZVwiIChzZWxlY3RlZFBhZ2UpPVwiY2hhbmdlUHJvZ3JhbXNQYWdlKCRldmVudClcIj48L2FwcC1wYWdpbmF0aW9uPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJwcm9ncmFtLWxpc3RpbmctcGFydFwiIFtjbGFzcy53aXRoLWNhdGVnb3J5LWxpc3RdPVwic2hvd0NhdGVnb3JpZXNcIj5cclxuICAgICAgICAgICAgPGFwcC1uby1kYXRhICpuZ0lmPVwiZmFsc2VcIiBbbm9EYXRhSW1hZ2VdPVwiJ2h0dHBzOi8vY2RuLnYtY29tcGx5LmNvbS9saWJyYXJpZXMvd29ya2Zsb3ctZW5naW5lL2Fzc2V0cy93b3JrZmxvdy9zZWFyY2gtZGF0YS5zdmcnXCIgW25vRGF0YVRleHRdPVwiJ05vIERhdGEgRm91bmQnXCI+PC9hcHAtbm8tZGF0YT5cclxuICBcclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJwcm9ncmFtLWxpc3RpbmctaXRlbVwiIFtjbGFzcy5hY3RpdmVdPVwic2hvd0NhdGVnb3JpZXMgJiYgY3VycmVudFByb2dyYW0/Ll9pZCA9PSBwcm9ncmFtPy5faWRcIiAqbmdGb3I9XCJsZXQgcHJvZ3JhbSBvZiBwcm9ncmFtRGF0YS5kYXRhO2xldCBpID0gaW5kZXhcIiA+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRhYmxlLXJvdyBtYWluLWxpc3RcIiBcclxuICAgICAgICAgICAgICAgICAgICBbY2xhc3MuYWN0aXZlXT1cImZhbHNlXCJcclxuICAgICAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICAgICAgIFtjbGFzcy5kaXNhYmxlZF09XCJmYWxzZVwiIChjbGljayk9XCJjbGlja1N1Ykxpc3QoKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidGFibGUtY29sdW1uIHNlcmlhbFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzci1ub1wiIFthcHBUb29sdGlwXT1cImkrcHJvZ3JhbURhdGEuZnJvbVwiIHBsYWNlbWVudD1cImJvdHRvbVwiIGRlbGF5PVwiMFwiIHR5cGU9XCJibGFja1wiIFt0b29sdGlwTWFuZGF0b3J5XT1cInRydWVcIj57e2krcHJvZ3JhbURhdGEuZnJvbX19PC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGFwcC1jcy1yYWRpbyBbY2hlY2tlZF09IFwiY3VycmVudFByb2dyYW0/Ll9pZCA9PSBwcm9ncmFtPy5faWRcIiAoY2hlY2tlZEV2ZW50KT1cInNlbGVjdFByb2dyYW0oJGV2ZW50LHByb2dyYW0pXCI+PC9hcHAtY3MtcmFkaW8+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPCEtLSA8YXBwLWNzLWNoZWNrYm94IFtuZ1ZhbHVlXT1cInNlbGVjdGVkSWRzLmluY2x1ZGVzKGNhdGVnb3J5LmNhdGVnb3J5X2lkKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKG5nVmFsdWVDaGFuZ2UpPVwic2VsZWN0Q2F0ZWdvcnkoJGV2ZW50LGFjdGl2ZVRhYixjYXRlZ29yeSlcIj48L2FwcC1jcy1jaGVja2JveD4gLS0+XHJcblxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRhYmxlLWNvbHVtbiBuYW1lXCIgKGNsaWNrKT1cInNlbGVjdFByb2dyYW0odHJ1ZSxwcm9ncmFtKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm5hbWUtaW5uZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibmFtZS13aXRoLWNvdW50XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ2YWx1ZVwiIFthcHBUb29sdGlwXT1cInByb2dyYW0/Lml0ZW1fbmFtZVwiIHBsYWNlbWVudD1cImJvdHRvbS1sZWZ0XCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwiZmFsc2VcIj57e3Byb2dyYW0/Lm5hbWV9fTwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8IS0tIDxzcGFuIGNsYXNzPVwiY291bnRcIj41PC9zcGFuPiAtLT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8IS0tIDxkaXYgY2xhc3M9XCJ3aXRoaW4tcGFydFwiICpuZ0lmPVwidHJ1ZVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cIndpdGhpbi1ib3hcIj5XaXRoaW48L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidmFsdWVcIiBbYXBwVG9vbHRpcF09XCInU291dGggQWZyaWNhID4gQW1lcmljYSA+IEluZGlhJ1wiIHBsYWNlbWVudD1cImJvdHRvbS1sZWZ0XCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwiZmFsc2VcIj5Tb3V0aCBBZnJpY2EgPiBBbWVyaWNhID4gSW5kaWE8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+IC0tPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidGFibGUtY29sdW1uIGFjdGlvblwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cImFycm93XCIgW2NsYXNzLmRpc2FibGVkXT1cImZhbHNlXCIgW2Rpc2FibGVkXT1cImZhbHNlXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCIhc2hvd0NhdGVnb3JpZXNcIiBjbGFzcz1cImljb25zXCI+JiN4ZTk3MDs8L2k+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCJzaG93Q2F0ZWdvcmllc1wiIGNsYXNzPVwiaWNvbnNcIj4mI3hlOWU4OzwvaT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwic3ViLWxpc3RcIiAqbmdJZj1cInNob3dDYXRlZ29yaWVzICYmIChjdXJyZW50UHJvZ3JhbT8uX2lkID09IHByb2dyYW0/Ll9pZClcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRhYmxlLXJvd1wiIFtjbGFzcy5kaXNhYmxlZF09XCJmYWxzZVwiICpuZ0Zvcj1cImxldCBjYXRlZ29yeSBvZiBjYXRlZ29yeUxpc3Q7IGxldCBpID0gaW5kZXhcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0YWJsZS1jb2x1bW4gc2VyaWFsXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInNyLW5vXCIgW2FwcFRvb2x0aXBdPVwiaSsxXCIgcGxhY2VtZW50PVwiYm90dG9tXCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwidHJ1ZVwiPnt7aSsxfX08L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YXBwLWNzLWNoZWNrYm94IFtuZ1ZhbHVlXT1cInNlbGVjdGVkSWRzLmluY2x1ZGVzKGNhdGVnb3J5LmNhdGVnb3J5X2lkKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKG5nVmFsdWVDaGFuZ2UpPVwic2VsZWN0Q2F0ZWdvcnkoJGV2ZW50LGFjdGl2ZVRhYixjYXRlZ29yeSlcIj48L2FwcC1jcy1jaGVja2JveD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRhYmxlLWNvbHVtbiBuYW1lXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm5hbWUtaW5uZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInZhbHVlXCIgW2FwcFRvb2x0aXBdPVwiY2F0ZWdvcnk/Lml0ZW1fbmFtZVwiIHBsYWNlbWVudD1cImJvdHRvbS1sZWZ0XCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwiZmFsc2VcIj57e2NhdGVnb3J5Py5uYW1lfX08L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPCEtLSA8ZGl2IGNsYXNzPVwibmFtZS13aXRoLWNvdW50XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInZhbHVlXCIgW2FwcFRvb2x0aXBdPVwicHJvZ3JhbT8uaXRlbV9uYW1lXCIgcGxhY2VtZW50PVwiYm90dG9tLWxlZnRcIiBkZWxheT1cIjBcIiB0eXBlPVwiYmxhY2tcIiBbdG9vbHRpcE1hbmRhdG9yeV09XCJmYWxzZVwiPnt7cHJvZ3JhbT8ubmFtZX19PC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj4gLS0+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8IS0tIDxkaXYgY2xhc3M9XCJ3aXRoaW4tcGFydFwiICpuZ0lmPVwidHJ1ZVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwid2l0aGluLWJveFwiPldpdGhpbjwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInZhbHVlXCIgW2FwcFRvb2x0aXBdPVwiJ1NvdXRoIEFmcmljYSA+IEFtZXJpY2EgPiBJbmRpYSdcIiBwbGFjZW1lbnQ9XCJib3R0b20tbGVmdFwiIGRlbGF5PVwiMFwiIHR5cGU9XCJibGFja1wiIFt0b29sdGlwTWFuZGF0b3J5XT1cImZhbHNlXCI+U291dGggQWZyaWNhID4gQW1lcmljYSA+IEluZGlhPC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+IC0tPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidGFibGUtY29sdW1uIGFjdGlvblwiPjwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgPGFwcC1mbG9hdGluZy1iYXIgW3NlbGVjdGVkRGF0YV09XCIoY3VycmVudFByb2dyYW0/LmNhdGVnb3J5X2lkKT9bY3VycmVudFByb2dyYW1dOltdXCIgW2Rpc3BsYXlFbGVtZW50S2V5XT1cIiduYW1lJ1wiXHJcbiAgW3Npbmd1bGFyVGV4dF09XCInUHJvZ3JhbSBzZWxlY3RlZCdcIiBbcGx1cmFsVGV4dF09XCInUHJvZ3JhbXMgc2VsZWN0ZWQnXCJcclxuICAoY2xvc2VFdmVudCk9XCJzYXZlKClcIiAoZGVsZXRlRXZlbnQpPVwiZGVsZXRlRXZlbnQoJGV2ZW50KVwiIChjbG9zZUxpc3QpPVwiY2xvc2UoKVwiPlxyXG48L2FwcC1mbG9hdGluZy1iYXI+XHJcblxyXG5cclxuICA8YXBwLWxvYWRlciAqbmdJZj1cImxvYWRlclwiPjwvYXBwLWxvYWRlcj5cclxuICAgIDwhLS0gPGFwcC1mbG9hdGluZy1iYXI+PC9hcHAtZmxvYXRpbmctYmFyPiAtLT5cclxuPC9kaXY+Il19
@@ -0,0 +1 @@
1
+ {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"programsList":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"selectedProgram":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"selectedCategories":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"saveSelectedProgram":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"closeEvent":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":3,"members":[]}]}],"ngOnInit":[{"__symbolic":"method"}],"clickSubList":[{"__symbolic":"method"}],"selectProgram":[{"__symbolic":"method"}],"changeProgramsPage":[{"__symbolic":"method"}],"getProgramsList":[{"__symbolic":"method"}],"getCategoriesList":[{"__symbolic":"method"}],"saveProgram":[{"__symbolic":"method"}],"cancel":[{"__symbolic":"method"}],"selectCategory":[{"__symbolic":"method"}],"close":[{"__symbolic":"method"}],"save":[{"__symbolic":"method"}],"deleteEvent":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":3,"members":[]}}}}],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-program-listing","exportAs":null,"inputs":{"programsList":"programsList","selectedProgram":"selectedProgram","selectedCategories":"selectedCategories"},"outputs":{"saveSelectedProgram":"saveSelectedProgram","closeEvent":"closeEvent"},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":4,"members":[]},"rendererType":{"__symbol":5,"members":[]},"componentFactory":{"__symbol":6,"members":[]}}}],"symbols":[{"__symbol":0,"name":"ProgramListingComponent","filePath":"./program-listing.component"},{"__symbol":1,"name":"Input","filePath":"@angular/core"},{"__symbol":2,"name":"Output","filePath":"@angular/core"},{"__symbol":3,"name":"ResponsibilityService","filePath":"../../workflow-services/responsibility.service"},{"__symbol":4,"name":"View_ProgramListingComponent_0","filePath":"./program-listing.component.ngfactory"},{"__symbol":5,"name":"RenderType_ProgramListingComponent","filePath":"./program-listing.component.ngfactory"},{"__symbol":6,"name":"ProgramListingComponentNgFactory","filePath":"./program-listing.component.ngfactory"}]}
@@ -92,7 +92,7 @@ PaginationComponent.decorators = [
92
92
  { type: Component, args: [{
93
93
  selector: 'app-pagination',
94
94
  template: "<div class=\"wk-pagination-sec-ds vx-d-flex vx-align-center \" [class.right-align]=\"false\">\r\n <div class=\"left vx-label-txt vx-fw-400 vx-tt-uppercase vx-lh-7\">\r\n SHOWING {{start}} - {{end}} OF {{total}} RECORDS\r\n <div class=\"pagination-box\" *ngIf=\"false\">\r\n <ul class=\"vx-d-flex vx-align-center vx-m-0 vx-p-0\">\r\n <li class=\"vx-d-flex\"><button class=\"vx-d-inline-flex vx-align-center vx-justify-center vx-label-txt vx-fw-400 vx-tt-uppercase vx-pl-2 vx-pr-2 vx-m-0\" [class.active]=\"true\">All</button></li>\r\n <li class=\"vx-d-flex\">\r\n <button class=\"vx-d-inline-flex vx-align-center vx-justify-center vx-label-txt vx-fw-400 vx-tt-uppercase vx-pl-2 vx-pr-2 vx-m-0\" [class.active]=\"false\">A</button>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n\r\n <div class=\"right vx-d-flex vx-align-center\">\r\n <div class=\"pagination-box\">\r\n <ul class=\"vx-d-flex vx-align-center vx-m-0 vx-p-0\">\r\n <li class=\"vx-d-flex vx-mr-1\">\r\n <button class=\"vx-m-0\" [disabled]=\"currentPage === 1\" [class.disabled]=\"currentPage === 1\" (click)=\"increaseOrDecrease(-1)\" >\r\n <i class=\"icons\">&#xe96b;</i>\r\n </button>\r\n </li>\r\n\r\n <li class=\"vx-d-flex\" *ngFor=\"let page of pageArray; let i = index\">\r\n <button class=\"vx-label-txt vx-fw-400 vx-pl-1 vx-pr-1 vx-d-inline-flex vx-align-center vx-justify-center vx-m-0 vx-ml-1\"\r\n [disabled]=\"page === currentPage\" (click)=\"goToPageArrayGenerate(page,true)\" [class.active]=\"page === currentPage\" >\r\n {{page}}\r\n </button>\r\n </li>\r\n \r\n\r\n <li class=\"vx-d-flex vx-ml-2\">\r\n <button class=\"vx-m-0\" (click)=\"increaseOrDecrease(1)\" [class.disabled]=\"currentPage === pageCount\">\r\n <i class=\"icons\">&#xe970;</i>\r\n </button>\r\n </li>\r\n </ul>\r\n </div>\r\n\r\n <div class=\"goto-page vx-d-flex vx-align-center vx-ml-2\">\r\n <div class=\"goto-page-text vx-label-txt vx-tt-uppercase vx-d-block vx-pl-2 vx-pr-2\">GO TO</div>\r\n <div class=\"goto-page-input\">\r\n <input [class.invalid]=\"(isInvalidInput && !enterPageNumber) || pageCount < enterPageNumber\"\r\n type=\"number\"\r\n placeholder=\"Page No.\"\r\n [(ngModel)]=\"enterPageNumber\"\r\n type=\"number\"\r\n placeholder=\"Page No.\"\r\n (keyup)=\"onEnterPress($event)\"\r\n onkeydown=\"if(event.key==='.'){event.preventDefault();}\" oninput=\"event.target.value = event.target.value.replace(/[^0-9]*/g,'');\" type=\"text\" type=\"number\" placeholder=\"Page No.\" />\r\n <button (click)=\"onEnterPress({ key: 'enter' })\" >\r\n <img src=\"https://cdn.v-comply.com/libraries/workflow-engine/assets/workflow/enter-icon.svg\" alt=\"\" />\r\n </button>\r\n </div>\r\n <div class=\"goto-page-text vx-label-txt vx-tt-uppercase vx-d-block vx-pl-2 vx-pr-2\">OF {{ pageCount }}</div>\r\n </div>\r\n </div>\r\n</div>\r\n",
95
- 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/text/text.css\");@import url(\"https://cdn.v-comply.com/design-system/css/color/color.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/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-right.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/margin/margin.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\");.wk-pagination-sec-ds{border-radius:2px 2px 0 0;justify-content:space-between;padding:8px 0}.wk-pagination-sec-ds.right-align{justify-content:flex-end}.wk-pagination-sec-ds .left{font-size:12px;width:auto}.wk-pagination-sec-ds .left .pagination-box ul li{font-size:11px;list-style:none}.wk-pagination-sec-ds .left .pagination-box ul li:first-of-type{margin-right:4px}.wk-pagination-sec-ds .left .pagination-box ul li+li{margin-left:16px}.wk-pagination-sec-ds .left .pagination-box ul li button{border:1px solid #bcbcbc;background:#fff;border-radius:2px;font-size:11px;height:20px;min-width:20px;outline:none;cursor:pointer;line-height:12px}.wk-pagination-sec-ds .left .pagination-box ul li button.active,.wk-pagination-sec-ds .left .pagination-box ul li button:hover{border-color:#1e5dd3;background:#1e5dd3;color:#fff}.wk-pagination-sec-ds .left .pagination-box ul li button.disabled{filter:grayscale(100%);pointer-events:none;opacity:1;color:unset!important}.wk-pagination-sec-ds .left .pagination-box ul li button i{font-size:8px;width:13px;height:13px;line-height:13px}.wk-pagination-sec-ds .right{width:auto}.wk-pagination-sec-ds .right .pagination-box ul li{list-style:none}.wk-pagination-sec-ds .right .pagination-box ul li:first-child{height:24px}.wk-pagination-sec-ds .right .pagination-box ul li:first-child button{color:#4681ef;position:relative}.wk-pagination-sec-ds .right .pagination-box ul li:first-child button.disabled{color:#bcbcbc!important}.wk-pagination-sec-ds .right .pagination-box ul li:last-child{height:24px}.wk-pagination-sec-ds .right .pagination-box ul li:last-child button{color:#4681ef;position:relative}.wk-pagination-sec-ds .right .pagination-box ul li:last-child button.disabled{color:#bcbcbc!important}.wk-pagination-sec-ds .right .pagination-box ul li button{border:1px solid #bcbcbc;background:#fff;border-radius:2px;font-size:11px;height:24px;min-width:24px;outline:none;cursor:pointer;line-height:12px}.wk-pagination-sec-ds .right .pagination-box ul li button.active,.wk-pagination-sec-ds .right .pagination-box ul li button:hover{border-color:#1e5dd3;color:#4681ef}.wk-pagination-sec-ds .right .pagination-box ul li button i{font-size:10px}.wk-pagination-sec-ds .right .pagination-box ul li button.disabled{filter:grayscale(100%);pointer-events:none;opacity:1;color:unset!important;border:1px solid #bcbcbc}.wk-pagination-sec-ds .right .pagination-box ul li button.disable{pointer-events:none}.wk-pagination-sec-ds .right .goto-page{background:#fff;border:1px solid #bcbcbc;border-radius:2px;height:25px}.wk-pagination-sec-ds .right .goto-page .goto-page-text{border-right:1px solid #bcbcbc;font-size:11px;height:23px;line-height:23px}.wk-pagination-sec-ds .right .goto-page .goto-page-text:last-of-type{border-right:none;border-left:1px solid #bcbcbc}.wk-pagination-sec-ds .right .goto-page .goto-page-input{position:relative}.wk-pagination-sec-ds .right .goto-page .goto-page-input input{-moz-appearance:textfield;background:transparent;border:none;color:#161b2f;font-size:11px;text-transform:uppercase;padding:0 25px 0 5px;width:95px;height:23px;position:relative;top:-1px}.wk-pagination-sec-ds .right .goto-page .goto-page-input input::-webkit-inner-spin-button,.wk-pagination-sec-ds .right .goto-page .goto-page-input input::-webkit-outer-spin-button{-webkit-appearance:none}.wk-pagination-sec-ds .right .goto-page .goto-page-input input:focus{outline:none}.wk-pagination-sec-ds .right .goto-page .goto-page-input input.invalid{border:1px solid #d93b41;position:relative;top:-1px;height:25px}.wk-pagination-sec-ds .right .goto-page .goto-page-input button{background:transparent;border:none;position:absolute;right:3px;top:7px;cursor:pointer;padding:0;height:12px;width:19px;line-height:22px;display:flex;align-items:center;justify-content:center}.wk-pagination-sec-ds .right .goto-page .goto-page-input button img{width:12px;height:12px}"]
95
+ 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/text/text.css\");@import url(\"https://cdn.v-comply.com/design-system/css/color/color.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/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-right.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/margin/margin.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\");.wk-pagination-sec-ds{border-radius:2px 2px 0 0;justify-content:space-between;padding:8px 0}.wk-pagination-sec-ds.right-align{justify-content:flex-end}.wk-pagination-sec-ds .left{font-size:12px;width:auto}.wk-pagination-sec-ds .left .pagination-box ul li{font-size:11px;list-style:none}.wk-pagination-sec-ds .left .pagination-box ul li:first-of-type{margin-right:4px}.wk-pagination-sec-ds .left .pagination-box ul li+li{margin-left:16px}.wk-pagination-sec-ds .left .pagination-box ul li button{border:1px solid #bcbcbc;background:#fff;border-radius:2px;font-size:11px;height:20px;min-width:20px;outline:none;cursor:pointer;line-height:12px}.wk-pagination-sec-ds .left .pagination-box ul li button.active,.wk-pagination-sec-ds .left .pagination-box ul li button:hover{border-color:#1e5dd3;background:#1e5dd3;color:#fff}.wk-pagination-sec-ds .left .pagination-box ul li button.disabled{filter:grayscale(100%);pointer-events:none;opacity:1;color:unset!important}.wk-pagination-sec-ds .left .pagination-box ul li button i{font-size:8px;width:13px;height:13px;line-height:13px}.wk-pagination-sec-ds .right{width:auto}.wk-pagination-sec-ds .right .pagination-box ul li{list-style:none}.wk-pagination-sec-ds .right .pagination-box ul li:first-child{height:24px}.wk-pagination-sec-ds .right .pagination-box ul li:first-child button{color:#4681ef;position:relative}.wk-pagination-sec-ds .right .pagination-box ul li:first-child button.disabled{color:#bcbcbc!important}.wk-pagination-sec-ds .right .pagination-box ul li:last-child{height:24px}.wk-pagination-sec-ds .right .pagination-box ul li:last-child button{color:#4681ef;position:relative}.wk-pagination-sec-ds .right .pagination-box ul li:last-child button.disabled{color:#bcbcbc!important}.wk-pagination-sec-ds .right .pagination-box ul li button{border:1px solid #bcbcbc;background:#fff;border-radius:2px;font-size:11px;height:24px;min-width:24px;outline:none;cursor:pointer;line-height:12px}.wk-pagination-sec-ds .right .pagination-box ul li button.active,.wk-pagination-sec-ds .right .pagination-box ul li button:hover{border-color:#1e5dd3;color:#4681ef}.wk-pagination-sec-ds .right .pagination-box ul li button i{font-size:10px}.wk-pagination-sec-ds .right .pagination-box ul li button.disabled{filter:grayscale(100%);pointer-events:none;opacity:1;color:unset!important;border:1px solid #bcbcbc}.wk-pagination-sec-ds .right .pagination-box ul li button.disable{pointer-events:none}.wk-pagination-sec-ds .right .goto-page{background:#fff;border:1px solid #bcbcbc;border-radius:2px;height:25px}.wk-pagination-sec-ds .right .goto-page .goto-page-text{border-right:1px solid #bcbcbc;font-size:11px;height:23px;line-height:23px}.wk-pagination-sec-ds .right .goto-page .goto-page-text:last-of-type{border-right:none;border-left:1px solid #bcbcbc}.wk-pagination-sec-ds .right .goto-page .goto-page-input{position:relative}.wk-pagination-sec-ds .right .goto-page .goto-page-input input{-moz-appearance:textfield;background:transparent;border:none;color:#161b2f;font-size:11px;text-transform:uppercase;padding:0 25px 0 5px;width:95px;height:23px;position:relative;top:-1px}.wk-pagination-sec-ds .right .goto-page .goto-page-input input::-webkit-inner-spin-button,.wk-pagination-sec-ds .right .goto-page .goto-page-input input::-webkit-outer-spin-button{-webkit-appearance:none}.wk-pagination-sec-ds .right .goto-page .goto-page-input input:focus{outline:none}.wk-pagination-sec-ds .right .goto-page .goto-page-input input.invalid{border:1px solid #d93b41;position:relative;top:-1px;height:25px}.wk-pagination-sec-ds .right .goto-page .goto-page-input button{background:transparent;border:none;position:absolute;right:3px;top:7px;cursor:pointer;padding:0;height:18px;width:19px;line-height:22px;display:flex;align-items:center;justify-content:center}.wk-pagination-sec-ds .right .goto-page .goto-page-input button img{width:12px;height:12px}"]
96
96
  },] }
97
97
  ];
98
98
  PaginationComponent.ctorParameters = () => [];