vcomply-workflow-engine 2.7.13 → 2.7.14

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 (313) hide show
  1. package/bundles/vcomply-workflow-engine.umd.js +7 -1
  2. package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
  3. package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +8 -2
  4. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +4 -4
  5. package/esm2015/lib/workflow-services/responsibility.service.js +1 -1
  6. package/fesm2015/vcomply-workflow-engine.js +7 -1
  7. package/fesm2015/vcomply-workflow-engine.js.map +1 -1
  8. package/lib/add-multiple-responsibility/add-multiple-responsibility.component.d.ts +5 -0
  9. package/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.d.ts +5 -0
  10. package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts +5 -0
  11. package/lib/add-multiple-risk/add-multiple-risk.component.d.ts +5 -0
  12. package/lib/confirmation-alert/confirmation-alert.component.d.ts +5 -0
  13. package/lib/create-documents/create-documents.component.d.ts +5 -0
  14. package/lib/formgroup/cs-checkbox/cs-checkbox.component.d.ts +5 -0
  15. package/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts +5 -0
  16. package/lib/formgroup/cs-radio/cs-radio.component.d.ts +5 -0
  17. package/lib/formgroup/cs-radio-group/cs-radio-group.component.d.ts +5 -0
  18. package/lib/formgroup/cs-select/cs-select.component.d.ts +5 -0
  19. package/lib/formgroup/cs-switch/cs-switch.component.d.ts +5 -0
  20. package/lib/formgroup/formgroup.module.d.ts +15 -0
  21. package/lib/formgroup/pipes/pascal.pipe.d.ts +5 -0
  22. package/lib/formgroup/select/cs-option/cs-option.component.d.ts +5 -0
  23. package/lib/formgroup/select/cs-select/cs-select.component.d.ts +5 -0
  24. package/lib/formgroup/select/select.module.d.ts +11 -0
  25. package/lib/formgroup/select/select.service.d.ts +4 -0
  26. package/lib/log-an-issue/log-an-issue.component.d.ts +5 -0
  27. package/lib/more-option/more-option.component.d.ts +5 -0
  28. package/lib/pipes/data-type.pipe.d.ts +5 -0
  29. package/lib/pipes/list-mapper.pipe.d.ts +5 -0
  30. package/lib/pipes/search.pipe.d.ts +5 -0
  31. package/lib/pipes/space-breaker.pipe.d.ts +5 -0
  32. package/lib/pipes/uncategorized-filter.pipe.d.ts +5 -0
  33. package/lib/pipes/user-filter.pipe.d.ts +5 -0
  34. package/lib/services/bulk-upload.service.d.ts +4 -0
  35. package/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.d.ts +5 -0
  36. package/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.d.ts +5 -0
  37. package/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.d.ts +5 -0
  38. package/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.d.ts +5 -0
  39. package/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.d.ts +5 -0
  40. package/lib/sharedComponents/assessment-editor/components/build/build.module.d.ts +26 -0
  41. package/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.d.ts +5 -0
  42. package/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.d.ts +5 -0
  43. package/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.d.ts +5 -0
  44. package/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.d.ts +5 -0
  45. package/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.d.ts +5 -0
  46. package/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.d.ts +5 -0
  47. package/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.d.ts +5 -0
  48. package/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.d.ts +5 -0
  49. package/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.d.ts +5 -0
  50. package/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.d.ts +5 -0
  51. package/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.d.ts +5 -0
  52. package/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.d.ts +5 -0
  53. package/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.d.ts +5 -0
  54. package/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.d.ts +5 -0
  55. package/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.d.ts +5 -0
  56. package/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.d.ts +5 -0
  57. package/lib/sharedComponents/assessment-editor/components/logic/logic.component.d.ts +5 -0
  58. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.d.ts +5 -0
  59. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.d.ts +5 -0
  60. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.d.ts +5 -0
  61. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.d.ts +5 -0
  62. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.d.ts +5 -0
  63. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.d.ts +5 -0
  64. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.d.ts +5 -0
  65. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.d.ts +24 -0
  66. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.d.ts +5 -0
  67. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.d.ts +5 -0
  68. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.d.ts +5 -0
  69. package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.d.ts +5 -0
  70. package/lib/sharedComponents/assessment-editor/components/move/move.component.d.ts +5 -0
  71. package/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.d.ts +5 -0
  72. package/lib/sharedComponents/assessment-editor/components/pipes/current-page-question.pipe.d.ts +5 -0
  73. package/lib/sharedComponents/assessment-editor/components/pipes/error-message.pipe.d.ts +5 -0
  74. package/lib/sharedComponents/assessment-editor/components/pipes/formatter.pipe.d.ts +5 -0
  75. package/lib/sharedComponents/assessment-editor/components/pipes/question-filter.pipe.d.ts +5 -0
  76. package/lib/sharedComponents/assessment-editor/components/pipes/question-page-filter.pipe.d.ts +5 -0
  77. package/lib/sharedComponents/assessment-editor/components/pipes/question-parser.pipe.d.ts +5 -0
  78. package/lib/sharedComponents/assessment-editor/components/pipes/type-of.pipe.d.ts +5 -0
  79. package/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.d.ts +5 -0
  80. package/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.d.ts +5 -0
  81. package/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.d.ts +5 -0
  82. package/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.d.ts +5 -0
  83. package/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.d.ts +5 -0
  84. package/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.d.ts +5 -0
  85. package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.d.ts +5 -0
  86. package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.d.ts +5 -0
  87. package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.d.ts +5 -0
  88. package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.d.ts +5 -0
  89. package/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.d.ts +5 -0
  90. package/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.d.ts +5 -0
  91. package/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.d.ts +5 -0
  92. package/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.d.ts +5 -0
  93. package/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.d.ts +5 -0
  94. package/lib/sharedComponents/assessment-editor/components/preview/preview.module.d.ts +33 -0
  95. package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.d.ts +5 -0
  96. package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.d.ts +5 -0
  97. package/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.d.ts +5 -0
  98. package/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.d.ts +5 -0
  99. package/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.d.ts +5 -0
  100. package/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.d.ts +5 -0
  101. package/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.d.ts +5 -0
  102. package/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.d.ts +5 -0
  103. package/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.d.ts +5 -0
  104. package/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.d.ts +5 -0
  105. package/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.d.ts +5 -0
  106. package/lib/sharedComponents/assessment-editor/create-assessment.module.d.ts +45 -0
  107. package/lib/sharedComponents/assessment-editor/services/editor.service.d.ts +4 -0
  108. package/lib/sharedComponents/assessment-editor/services/result-criteria.service.d.ts +4 -0
  109. package/lib/sharedComponents/assessment-editor/services/validator.service.d.ts +4 -0
  110. package/lib/sharedComponents/assessment-list/assessment-list-loader/assessment-list-loader.component.d.ts +5 -0
  111. package/lib/sharedComponents/assessment-list/assessment-list-sub-loader/assessment-list-sub-loader.component.d.ts +5 -0
  112. package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts +5 -0
  113. package/lib/sharedComponents/assessment-list/service/assessment.service.d.ts +4 -0
  114. package/lib/sharedComponents/assessment-preview/assessment-preview.module.d.ts +24 -0
  115. package/lib/sharedComponents/assessment-preview/checkbox-question/checkbox-question.component.d.ts +5 -0
  116. package/lib/sharedComponents/assessment-preview/date-time/date-time.component.d.ts +5 -0
  117. package/lib/sharedComponents/assessment-preview/device/device.component.d.ts +5 -0
  118. package/lib/sharedComponents/assessment-preview/file-upload/file-upload.component.d.ts +5 -0
  119. package/lib/sharedComponents/assessment-preview/page-header/page-header.component.d.ts +5 -0
  120. package/lib/sharedComponents/assessment-preview/preview/preview.component.d.ts +5 -0
  121. package/lib/sharedComponents/assessment-preview/preview-container/preview-container.component.d.ts +5 -0
  122. package/lib/sharedComponents/assessment-preview/quick-settings/quick-settings.component.d.ts +5 -0
  123. package/lib/sharedComponents/assessment-preview/radio-question/radio-question.component.d.ts +5 -0
  124. package/lib/sharedComponents/assessment-preview/select-question/select-question.component.d.ts +5 -0
  125. package/lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component.d.ts +5 -0
  126. package/lib/sharedComponents/assessment-preview/welcome/welcome.component.d.ts +5 -0
  127. package/lib/sharedComponents/audit-category-list/audit-category-list.component.d.ts +5 -0
  128. package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts +5 -0
  129. package/lib/sharedComponents/bulk-view/bulk-view.component.d.ts +5 -0
  130. package/lib/sharedComponents/category-list/category-list.component.d.ts +5 -0
  131. package/lib/sharedComponents/category-multiselect/category-multi-select.component.d.ts +5 -0
  132. package/lib/sharedComponents/checkbox-list/checkbox-list.component.d.ts +5 -0
  133. package/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.d.ts +5 -0
  134. package/lib/sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component.d.ts +5 -0
  135. package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts +5 -0
  136. package/lib/sharedComponents/checkpoint-floating-bar/checkpoint-floating-bar.component.d.ts +5 -0
  137. package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-container/checkpoints-policy-container.component.d.ts +5 -0
  138. package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-list/checkpoints-policy-list.component.d.ts +5 -0
  139. package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-questions/checkpoints-policy-questions.component.d.ts +5 -0
  140. package/lib/sharedComponents/directive/autofocus.directive.d.ts +5 -0
  141. package/lib/sharedComponents/directive/conditional-focus.directive.d.ts +5 -0
  142. package/lib/sharedComponents/directive/drag-drop.directive.d.ts +5 -0
  143. package/lib/sharedComponents/directive/input-trim.directive.d.ts +5 -0
  144. package/lib/sharedComponents/directive/scroll-in-view.directive.d.ts +5 -0
  145. package/lib/sharedComponents/document-section/document-section.component.d.ts +5 -0
  146. package/lib/sharedComponents/floating-bar/floating-bar.component.d.ts +5 -0
  147. package/lib/sharedComponents/format-and-evidence/format-and-evidence.component.d.ts +5 -0
  148. package/lib/sharedComponents/framework-list/framework-list-table/framework-list-table.component.d.ts +5 -0
  149. package/lib/sharedComponents/framework-list/framework-list.component.d.ts +5 -0
  150. package/lib/sharedComponents/framework-list/framework-responsibility-table/framework-responsibility-table.component.d.ts +5 -0
  151. package/lib/sharedComponents/framework-list/framework-table-loader/framework-table-loader.component.d.ts +5 -0
  152. package/lib/sharedComponents/framework-list/parent-table/parent-table.component.d.ts +5 -0
  153. package/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.d.ts +5 -0
  154. package/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.d.ts +5 -0
  155. package/lib/sharedComponents/frequency/frequency-checkbox-list/frequency-checkbox-list.component.d.ts +5 -0
  156. package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts +5 -0
  157. package/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.d.ts +5 -0
  158. package/lib/sharedComponents/frequency/frequency-due-date/frequency-due-date.component.d.ts +5 -0
  159. package/lib/sharedComponents/frequency/frequency-lifecycle/frequency-lifecycle.component.d.ts +5 -0
  160. package/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.d.ts +5 -0
  161. package/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.d.ts +5 -0
  162. package/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.d.ts +5 -0
  163. package/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.d.ts +5 -0
  164. package/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.d.ts +5 -0
  165. package/lib/sharedComponents/frequency/frequency-radio-list/frequency-radio-list.component.d.ts +5 -0
  166. package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts +5 -0
  167. package/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.d.ts +5 -0
  168. package/lib/sharedComponents/frequency/frequency-top/frequency-top.component.d.ts +5 -0
  169. package/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.d.ts +5 -0
  170. package/lib/sharedComponents/frequency/frequency.service.d.ts +4 -0
  171. package/lib/sharedComponents/frequency-dialog/frequency-dialog-annual/frequency-dialog-annual.component.d.ts +5 -0
  172. package/lib/sharedComponents/frequency-dialog/frequency-dialog-biannual/frequency-dialog-biannual.component.d.ts +5 -0
  173. package/lib/sharedComponents/frequency-dialog/frequency-dialog-checkbox-list/frequency-dialog-checkbox-list.component.d.ts +5 -0
  174. package/lib/sharedComponents/frequency-dialog/frequency-dialog-container/frequency-dialog-container.component.d.ts +5 -0
  175. package/lib/sharedComponents/frequency-dialog/frequency-dialog-due-date/frequency-dialog-due-date.component.d.ts +5 -0
  176. package/lib/sharedComponents/frequency-dialog/frequency-dialog-monthly/frequency-dialog-monthly.component.d.ts +5 -0
  177. package/lib/sharedComponents/frequency-dialog/frequency-dialog-one-time/frequency-dialog-one-time.component.d.ts +5 -0
  178. package/lib/sharedComponents/frequency-dialog/frequency-dialog-quarterly/frequency-dialog-quarterly.component.d.ts +5 -0
  179. package/lib/sharedComponents/frequency-dialog/frequency-dialog-radio-list/frequency-dialog-radio-list.component.d.ts +5 -0
  180. package/lib/sharedComponents/frequency-dialog/frequency-dialog-top/frequency-dialog-top.component.d.ts +5 -0
  181. package/lib/sharedComponents/frequency-dialog/frequency-dialog-weekly/frequency-dialog-weekly.component.d.ts +5 -0
  182. package/lib/sharedComponents/group-users-list/group-users-list.component.d.ts +5 -0
  183. package/lib/sharedComponents/list-loader/list-loader.component.d.ts +5 -0
  184. package/lib/sharedComponents/no-data/no-data.component.d.ts +5 -0
  185. package/lib/sharedComponents/no-data/no-data.module.d.ts +8 -0
  186. package/lib/sharedComponents/owner-list/owner-list.component.d.ts +5 -0
  187. package/lib/sharedComponents/pipes/array-filter.pipe.d.ts +5 -0
  188. package/lib/sharedComponents/pipes/filterPipe.d.ts +5 -0
  189. package/lib/sharedComponents/pipes/short-merge.pipe.d.ts +5 -0
  190. package/lib/sharedComponents/pipes/spaceTrim.pipe.d.ts +5 -0
  191. package/lib/sharedComponents/pipes/within-data.pipe.d.ts +5 -0
  192. package/lib/sharedComponents/program-listing/program-listing.component.d.ts +5 -0
  193. package/lib/sharedComponents/radio-list/radio-list.component.d.ts +5 -0
  194. package/lib/sharedComponents/radio-list-with-pagination/link-treatment-loader/link-treatment-loader.component.d.ts +5 -0
  195. package/lib/sharedComponents/radio-list-with-pagination/radio-list.component.d.ts +5 -0
  196. package/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.d.ts +5 -0
  197. package/lib/sharedComponents/responsibility-risk-selector/responsibility-risk-selector.component.d.ts +5 -0
  198. package/lib/sharedComponents/review-frequency/review-frequency.component.d.ts +5 -0
  199. package/lib/sharedComponents/risk-classification/risk-classification.component.d.ts +5 -0
  200. package/lib/sharedComponents/roles-list/roles-list.component.d.ts +5 -0
  201. package/lib/sharedComponents/users-radio-list/users-radio-list.component.d.ts +5 -0
  202. package/lib/sharedComponents/v-loader/loader/loader.component.d.ts +5 -0
  203. package/lib/sharedComponents/v-loader/loader-inline/loader-inline.component.d.ts +5 -0
  204. package/lib/sharedComponents/v-loader/v-loader.module.d.ts +9 -0
  205. package/lib/ui-kit/action-dialog/active/active.component.d.ts +5 -0
  206. package/lib/ui-kit/action-dialog/deactivate/deactivate.component.d.ts +5 -0
  207. package/lib/ui-kit/action-dialog/delete/delete.component.d.ts +5 -0
  208. package/lib/ui-kit/action-dialog/duplicate/duplicate.component.d.ts +5 -0
  209. package/lib/ui-kit/click-outside/click-outside.directive.d.ts +5 -0
  210. package/lib/ui-kit/click-outside/click-outside.module.d.ts +8 -0
  211. package/lib/ui-kit/dialog/dialog-ref.d.ts +5 -0
  212. package/lib/ui-kit/dialog/dialog.component.d.ts +5 -0
  213. package/lib/ui-kit/dialog/dialog.module.d.ts +9 -0
  214. package/lib/ui-kit/dialog/dialog.service.d.ts +4 -0
  215. package/lib/ui-kit/dialog/insertion.directive.d.ts +5 -0
  216. package/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.d.ts +5 -0
  217. package/lib/ui-kit/editor-loader/editor-loader.module.d.ts +8 -0
  218. package/lib/ui-kit/format-html.pipe.d.ts +5 -0
  219. package/lib/ui-kit/formgroup/click-outside.directive.d.ts +5 -0
  220. package/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.d.ts +5 -0
  221. package/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts +5 -0
  222. package/lib/ui-kit/formgroup/cs-radio/cs-radio.component.d.ts +5 -0
  223. package/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.d.ts +5 -0
  224. package/lib/ui-kit/formgroup/cs-select/cs-select.component.d.ts +5 -0
  225. package/lib/ui-kit/formgroup/cs-switch/cs-switch.component.d.ts +5 -0
  226. package/lib/ui-kit/formgroup/formgroup.module.d.ts +18 -0
  227. package/lib/ui-kit/formgroup/pipes/pascal.pipe.d.ts +5 -0
  228. package/lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe.d.ts +5 -0
  229. package/lib/ui-kit/line-loader/line-loader.component.d.ts +5 -0
  230. package/lib/ui-kit/line-loader/line-loader.module.d.ts +8 -0
  231. package/lib/ui-kit/no-data/no-data.component.d.ts +5 -0
  232. package/lib/ui-kit/no-data/no-data.module.d.ts +8 -0
  233. package/lib/ui-kit/pagination/pagination/pagination.component.d.ts +5 -0
  234. package/lib/ui-kit/pagination/pagination.module.d.ts +9 -0
  235. package/lib/ui-kit/popover/popover-event.directive.d.ts +5 -0
  236. package/lib/ui-kit/popover/popover-longpress.directive.d.ts +5 -0
  237. package/lib/ui-kit/popover/popover.component.d.ts +5 -0
  238. package/lib/ui-kit/popover/popover.directive.d.ts +5 -0
  239. package/lib/ui-kit/popover/popover.module.d.ts +11 -0
  240. package/lib/ui-kit/popover/popover.service.d.ts +4 -0
  241. package/lib/ui-kit/popover-hover/popover-hover.component.d.ts +5 -0
  242. package/lib/ui-kit/popover-hover/popover-hover.directive.d.ts +5 -0
  243. package/lib/ui-kit/popover-hover/popover-hover.module.d.ts +9 -0
  244. package/lib/ui-kit/popover-hover/popover-hover.service.d.ts +4 -0
  245. package/lib/ui-kit/smiley-dialog/smiley-dialog.component.d.ts +5 -0
  246. package/lib/ui-kit/smiley-dialog/smiley-dialog.module.d.ts +8 -0
  247. package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.component.d.ts +5 -0
  248. package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.module.d.ts +8 -0
  249. package/lib/ui-kit/snack-bar/snack-bar.component.d.ts +5 -0
  250. package/lib/ui-kit/snack-bar/snack-bar.module.d.ts +8 -0
  251. package/lib/ui-kit/snack-bar/snack-bar.service.d.ts +4 -0
  252. package/lib/ui-kit/tooltip/tooltip.directive.d.ts +5 -0
  253. package/lib/ui-kit/tooltip/tooltip.module.d.ts +8 -0
  254. package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.d.ts +5 -0
  255. package/lib/workflow-assessment/workflow-assessment.component.d.ts +5 -0
  256. package/lib/workflow-compliance/workflow-compliance.component.d.ts +6 -0
  257. package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +5 -0
  258. package/lib/workflow-engine.module.d.ts +129 -0
  259. package/lib/workflow-engine.service.d.ts +4 -0
  260. package/lib/workflow-pagination/workflow-pagination.component.d.ts +5 -0
  261. package/lib/workflow-policy/workflow-policy.component.d.ts +5 -0
  262. package/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.d.ts +5 -0
  263. package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts +5 -0
  264. package/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.d.ts +5 -0
  265. package/lib/workflow-program/create-program-ui/assessment-picker/assessment.service.d.ts +4 -0
  266. package/lib/workflow-program/create-program-ui/assessment-picker/selected-assessment.pipe.d.ts +5 -0
  267. package/lib/workflow-program/create-program-ui/assessment-picker/workflow-pagination/workflow-pagination.component.d.ts +5 -0
  268. package/lib/workflow-program/create-program-ui/checkbox/checkbox.component.d.ts +5 -0
  269. package/lib/workflow-program/create-program-ui/create-program-ui.module.d.ts +46 -0
  270. package/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.d.ts +5 -0
  271. package/lib/workflow-program/create-program-ui/custom-field/custom-field.component.d.ts +5 -0
  272. package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.d.ts +5 -0
  273. package/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.d.ts +4 -0
  274. package/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.d.ts +5 -0
  275. package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.d.ts +5 -0
  276. package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.d.ts +5 -0
  277. package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.d.ts +5 -0
  278. package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/tooltip-message.pipe.d.ts +5 -0
  279. package/lib/workflow-program/create-program-ui/directives/input-trim.directive.d.ts +5 -0
  280. package/lib/workflow-program/create-program-ui/file-pill/file-pill.component.d.ts +5 -0
  281. package/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.d.ts +5 -0
  282. package/lib/workflow-program/create-program-ui/form-field/form-field.component.d.ts +5 -0
  283. package/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.d.ts +5 -0
  284. package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts +5 -0
  285. package/lib/workflow-program/create-program-ui/pagination/pagination.module.d.ts +9 -0
  286. package/lib/workflow-program/create-program-ui/pipes/array-concat.pipe.d.ts +5 -0
  287. package/lib/workflow-program/create-program-ui/pipes/assessment-resolver.pipe.d.ts +5 -0
  288. package/lib/workflow-program/create-program-ui/pipes/filter.pipe.d.ts +5 -0
  289. package/lib/workflow-program/create-program-ui/pipes/list-to-id.pipe.d.ts +5 -0
  290. package/lib/workflow-program/create-program-ui/pipes/pager.pipe.d.ts +5 -0
  291. package/lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe.d.ts +5 -0
  292. package/lib/workflow-program/create-program-ui/pipes/search.pipe.d.ts +5 -0
  293. package/lib/workflow-program/create-program-ui/role-list/loader/loader.component.d.ts +5 -0
  294. package/lib/workflow-program/create-program-ui/role-list/role-list.component.d.ts +5 -0
  295. package/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.d.ts +5 -0
  296. package/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.d.ts +5 -0
  297. package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts +5 -0
  298. package/lib/workflow-program/workflow-program.component.d.ts +5 -0
  299. package/lib/workflow-risk/workflow-risk.component.d.ts +5 -0
  300. package/lib/workflow-services/add-risk.service.d.ts +4 -0
  301. package/lib/workflow-services/assessment.service.d.ts +4 -0
  302. package/lib/workflow-services/auth.service.d.ts +4 -0
  303. package/lib/workflow-services/frequency.service.d.ts +4 -0
  304. package/lib/workflow-services/log-issue.service.d.ts +4 -0
  305. package/lib/workflow-services/policy.service.d.ts +4 -0
  306. package/lib/workflow-services/programs.service.d.ts +4 -0
  307. package/lib/workflow-services/responsibility.service.d.ts +33 -28
  308. package/lib/workflow-services/token-decoder.service.d.ts +4 -0
  309. package/lib/workflow-services/ui-kit.service.d.ts +4 -0
  310. package/lib/workflow-survey-form/workflow-survey-form.component.d.ts +5 -0
  311. package/package.json +1 -1
  312. package/vcomply-workflow-engine.d.ts +2 -0
  313. package/vcomply-workflow-engine.metadata.json +1 -1
@@ -1,4 +1,5 @@
1
1
  import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class MultipleChoiceComponent implements OnInit {
3
4
  private cdr;
4
5
  question: any;
@@ -8,4 +9,8 @@ export declare class MultipleChoiceComponent implements OnInit {
8
9
  constructor(cdr: ChangeDetectorRef);
9
10
  ngOnInit(): void;
10
11
  modifyOption(mode: string, choiceIndex: number, type: string): void;
12
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MultipleChoiceComponent, never>;
13
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MultipleChoiceComponent, "app-multiple-choice", never, { "question": "question"; "service": "service"; }, { "addOption": "addOption"; "deleteOption": "deleteOption"; }, never, never>;
11
14
  }
15
+
16
+ //# sourceMappingURL=multiple-choice.component.d.ts.map
@@ -1,5 +1,10 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class MultipleTextboxComponent implements OnInit {
3
4
  constructor();
4
5
  ngOnInit(): void;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MultipleTextboxComponent, never>;
7
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MultipleTextboxComponent, "app-multiple-textbox", never, {}, {}, never, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=multiple-textbox.component.d.ts.map
@@ -1,5 +1,10 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class RankingComponent implements OnInit {
3
4
  constructor();
4
5
  ngOnInit(): void;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<RankingComponent, never>;
7
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<RankingComponent, "app-ranking", never, {}, {}, never, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=ranking.component.d.ts.map
@@ -1,5 +1,10 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class SliderComponent implements OnInit {
3
4
  constructor();
4
5
  ngOnInit(): void;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SliderComponent, never>;
7
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<SliderComponent, "app-slider", never, {}, {}, never, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=slider.component.d.ts.map
@@ -1,4 +1,5 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class StarRatingComponent implements OnInit {
3
4
  specificValue: boolean;
4
5
  scaleRange: boolean;
@@ -6,4 +7,8 @@ export declare class StarRatingComponent implements OnInit {
6
7
  ngOnInit(): void;
7
8
  clickSpecificValue(): void;
8
9
  clickScaleRange(): void;
10
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<StarRatingComponent, never>;
11
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<StarRatingComponent, "app-star-rating", never, {}, {}, never, never>;
9
12
  }
13
+
14
+ //# sourceMappingURL=star-rating.component.d.ts.map
@@ -1,5 +1,10 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class ThankYouComponent implements OnInit {
3
4
  constructor();
4
5
  ngOnInit(): void;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ThankYouComponent, never>;
7
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<ThankYouComponent, "app-thank-you", never, {}, {}, never, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=thank-you.component.d.ts.map
@@ -1,4 +1,5 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class WeightageSelectorComponent implements OnInit {
3
4
  constructor();
4
5
  value: number;
@@ -9,4 +10,8 @@ export declare class WeightageSelectorComponent implements OnInit {
9
10
  ngOnInit(): void;
10
11
  weightManager(mode: any): void;
11
12
  checkWeightValidity(): void;
13
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WeightageSelectorComponent, never>;
14
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WeightageSelectorComponent, "app-weightage-selector", never, { "Value": "value"; }, { "valueChange": "valueChange"; }, never, never>;
12
15
  }
16
+
17
+ //# sourceMappingURL=weightage-selector.component.d.ts.map
@@ -1,5 +1,10 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class WelcomeComponent implements OnInit {
3
4
  constructor();
4
5
  ngOnInit(): void;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WelcomeComponent, never>;
7
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WelcomeComponent, "app-welcome", never, {}, {}, never, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=welcome.component.d.ts.map
@@ -1,5 +1,6 @@
1
1
  import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
2
2
  import { ValidatorService } from '../../services/validator.service';
3
+ import * as ɵngcc0 from '@angular/core';
3
4
  export declare class EditorWrapperComponent implements OnInit, AfterViewInit {
4
5
  private cdr;
5
6
  private validator;
@@ -54,4 +55,8 @@ export declare class EditorWrapperComponent implements OnInit, AfterViewInit {
54
55
  */
55
56
  checkForValidationStatus(mode?: any): Promise<void>;
56
57
  insertResponseSet(evt: any): void;
58
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<EditorWrapperComponent, never>;
59
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<EditorWrapperComponent, "app-editor-wrapper", never, { "openPortal": "openPortal"; "questionIndex": "questionIndex"; "question": "question"; "GRS": "GRS"; "service": "service"; "editorMode": "editorMode"; }, { "validQuestionData": "validQuestionData"; "deleteQuestion": "deleteQuestion"; "copyQuestion": "copyQuestion"; }, never, never>;
57
60
  }
61
+
62
+ //# sourceMappingURL=editor-wrapper.component.d.ts.map
@@ -1,5 +1,6 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { DialogService } from '../../../../ui-kit/dialog/dialog.service';
3
+ import * as ɵngcc0 from '@angular/core';
3
4
  export declare class LogicComponent implements OnInit {
4
5
  private dialog;
5
6
  constructor(dialog: DialogService);
@@ -21,4 +22,8 @@ export declare class LogicComponent implements OnInit {
21
22
  name: any;
22
23
  identifier: string;
23
24
  }[];
25
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LogicComponent, never>;
26
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<LogicComponent, "app-logic", never, { "service": "service"; "question": "question"; "questionIndex": "questionIndex"; "editorMode": "editorMode"; }, {}, never, never>;
24
27
  }
28
+
29
+ //# sourceMappingURL=logic.component.d.ts.map
@@ -1,8 +1,13 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class LogicCheckboxComponent implements OnInit {
3
4
  question: any;
4
5
  changeEvent: EventEmitter<any>;
5
6
  constructor();
6
7
  ngOnInit(): void;
7
8
  emitChange(evt: any, choice: any): void;
9
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LogicCheckboxComponent, never>;
10
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<LogicCheckboxComponent, "app-logic-checkbox", never, { "question": "question"; }, { "changeEvent": "changeEvent"; }, never, never>;
8
11
  }
12
+
13
+ //# sourceMappingURL=logic-checkbox.component.d.ts.map
@@ -1,5 +1,10 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class LogicCommentBoxComponent implements OnInit {
3
4
  constructor();
4
5
  ngOnInit(): void;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LogicCommentBoxComponent, never>;
7
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<LogicCommentBoxComponent, "app-logic-comment-box", never, {}, {}, never, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=logic-comment-box.component.d.ts.map
@@ -1,5 +1,6 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { DatePickerComponent } from 'ng2-date-picker';
3
+ import * as ɵngcc0 from '@angular/core';
3
4
  export declare class LogicDateTimeComponent implements OnInit {
4
5
  datePicker: DatePickerComponent;
5
6
  datepickerOverlay: boolean;
@@ -11,4 +12,8 @@ export declare class LogicDateTimeComponent implements OnInit {
11
12
  closeDatepicker(): void;
12
13
  dateChanged(evt: any): void;
13
14
  timeChanged(evt: any): void;
15
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LogicDateTimeComponent, never>;
16
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<LogicDateTimeComponent, "app-logic-date-time", never, { "question": "question"; }, { "changeEvent": "changeEvent"; }, never, never>;
14
17
  }
18
+
19
+ //# sourceMappingURL=logic-date-time.component.d.ts.map
@@ -1,4 +1,5 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class LogicDropdownComponent implements OnInit {
3
4
  question: any;
4
5
  set questionSet(value: boolean);
@@ -6,4 +7,8 @@ export declare class LogicDropdownComponent implements OnInit {
6
7
  constructor();
7
8
  ngOnInit(): void;
8
9
  emitChange(choice: any): void;
10
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LogicDropdownComponent, never>;
11
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<LogicDropdownComponent, "app-logic-dropdown", never, { "questionSet": "question"; "question": "question"; }, { "changeEvent": "changeEvent"; }, never, never>;
9
12
  }
13
+
14
+ //# sourceMappingURL=logic-dropdown.component.d.ts.map
@@ -1,5 +1,10 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class LogicImageChoiceComponent implements OnInit {
3
4
  constructor();
4
5
  ngOnInit(): void;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LogicImageChoiceComponent, never>;
7
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<LogicImageChoiceComponent, "app-logic-image-choice", never, {}, {}, never, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=logic-image-choice.component.d.ts.map
@@ -1,8 +1,13 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class LogicMultipleChoiceComponent implements OnInit {
3
4
  question: any;
4
5
  changeEvent: EventEmitter<any>;
5
6
  constructor();
6
7
  ngOnInit(): void;
7
8
  radioChecked(evt: any, choice: any): void;
9
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LogicMultipleChoiceComponent, never>;
10
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<LogicMultipleChoiceComponent, "app-logic-multiple-choice", never, { "question": "question"; }, { "changeEvent": "changeEvent"; }, never, never>;
8
11
  }
12
+
13
+ //# sourceMappingURL=logic-multiple-choice.component.d.ts.map
@@ -1,5 +1,10 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class LogicMultipleTextboxComponent implements OnInit {
3
4
  constructor();
4
5
  ngOnInit(): void;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LogicMultipleTextboxComponent, never>;
7
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<LogicMultipleTextboxComponent, "app-logic-multiple-textbox", never, {}, {}, never, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=logic-multiple-textbox.component.d.ts.map
@@ -1,2 +1,26 @@
1
+ import * as ɵngcc0 from '@angular/core';
2
+ import * as ɵngcc1 from './logic-multiple-choice/logic-multiple-choice.component';
3
+ import * as ɵngcc2 from './logic-checkbox/logic-checkbox.component';
4
+ import * as ɵngcc3 from './logic-image-choice/logic-image-choice.component';
5
+ import * as ɵngcc4 from './logic-star-rating/logic-star-rating.component';
6
+ import * as ɵngcc5 from './logic-single-textbox/logic-single-textbox.component';
7
+ import * as ɵngcc6 from './logic-comment-box/logic-comment-box.component';
8
+ import * as ɵngcc7 from './logic-dropdown/logic-dropdown.component';
9
+ import * as ɵngcc8 from './logic-ranking/logic-ranking.component';
10
+ import * as ɵngcc9 from './logic-slider/logic-slider.component';
11
+ import * as ɵngcc10 from './logic-multiple-textbox/logic-multiple-textbox.component';
12
+ import * as ɵngcc11 from './logic-date-time/logic-date-time.component';
13
+ import * as ɵngcc12 from '@angular/common';
14
+ import * as ɵngcc13 from '@angular/forms';
15
+ import * as ɵngcc14 from '../../../../ui-kit/tooltip/tooltip.module';
16
+ import * as ɵngcc15 from '../../../../ui-kit/popover/popover.module';
17
+ import * as ɵngcc16 from '../../../../ui-kit/formgroup/formgroup.module';
18
+ import * as ɵngcc17 from 'ng2-date-picker';
19
+ import * as ɵngcc18 from 'ngx-material-timepicker';
1
20
  export declare class LogicQuestionsModule {
21
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LogicQuestionsModule, never>;
22
+ static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<LogicQuestionsModule, [typeof ɵngcc1.LogicMultipleChoiceComponent, typeof ɵngcc2.LogicCheckboxComponent, typeof ɵngcc3.LogicImageChoiceComponent, typeof ɵngcc4.LogicStarRatingComponent, typeof ɵngcc5.LogicSingleTextboxComponent, typeof ɵngcc6.LogicCommentBoxComponent, typeof ɵngcc7.LogicDropdownComponent, typeof ɵngcc8.LogicRankingComponent, typeof ɵngcc9.LogicSliderComponent, typeof ɵngcc10.LogicMultipleTextboxComponent, typeof ɵngcc11.LogicDateTimeComponent], [typeof ɵngcc12.CommonModule, typeof ɵngcc13.FormsModule, typeof ɵngcc14.TooltipModule, typeof ɵngcc15.PopoverModule, typeof ɵngcc16.FormgroupModule, typeof ɵngcc17.DpDatePickerModule, typeof ɵngcc18.NgxMaterialTimepickerModule], [typeof ɵngcc1.LogicMultipleChoiceComponent, typeof ɵngcc2.LogicCheckboxComponent, typeof ɵngcc3.LogicImageChoiceComponent, typeof ɵngcc4.LogicStarRatingComponent, typeof ɵngcc5.LogicSingleTextboxComponent, typeof ɵngcc6.LogicCommentBoxComponent, typeof ɵngcc7.LogicDropdownComponent, typeof ɵngcc8.LogicRankingComponent, typeof ɵngcc9.LogicSliderComponent, typeof ɵngcc10.LogicMultipleTextboxComponent, typeof ɵngcc11.LogicDateTimeComponent]>;
23
+ static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<LogicQuestionsModule>;
2
24
  }
25
+
26
+ //# sourceMappingURL=logic-questions.module.d.ts.map
@@ -1,5 +1,10 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class LogicRankingComponent implements OnInit {
3
4
  constructor();
4
5
  ngOnInit(): void;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LogicRankingComponent, never>;
7
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<LogicRankingComponent, "app-logic-ranking", never, {}, {}, never, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=logic-ranking.component.d.ts.map
@@ -1,4 +1,5 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class LogicSingleTextboxComponent implements OnInit {
3
4
  question: any;
4
5
  changeEvent: EventEmitter<any>;
@@ -6,4 +7,8 @@ export declare class LogicSingleTextboxComponent implements OnInit {
6
7
  selectedValue: any;
7
8
  ngOnInit(): void;
8
9
  dataChanged(): void;
10
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LogicSingleTextboxComponent, never>;
11
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<LogicSingleTextboxComponent, "app-logic-single-textbox", never, { "question": "question"; }, { "changeEvent": "changeEvent"; }, never, never>;
9
12
  }
13
+
14
+ //# sourceMappingURL=logic-single-textbox.component.d.ts.map
@@ -1,5 +1,10 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class LogicSliderComponent implements OnInit {
3
4
  constructor();
4
5
  ngOnInit(): void;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LogicSliderComponent, never>;
7
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<LogicSliderComponent, "app-logic-slider", never, {}, {}, never, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=logic-slider.component.d.ts.map
@@ -1,5 +1,10 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class LogicStarRatingComponent implements OnInit {
3
4
  constructor();
4
5
  ngOnInit(): void;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LogicStarRatingComponent, never>;
7
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<LogicStarRatingComponent, "app-logic-star-rating", never, {}, {}, never, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=logic-star-rating.component.d.ts.map
@@ -1,5 +1,6 @@
1
1
  import { ElementRef, OnInit } from '@angular/core';
2
2
  import { SnackBarService } from '../../../../ui-kit/snack-bar/snack-bar.service';
3
+ import * as ɵngcc0 from '@angular/core';
3
4
  export declare class MoveComponent implements OnInit {
4
5
  private snackbar;
5
6
  constructor(snackbar: SnackBarService);
@@ -20,4 +21,8 @@ export declare class MoveComponent implements OnInit {
20
21
  onPageChange(evt: any): void;
21
22
  changePage(evt: any): void;
22
23
  changePosition(evt: any): void;
24
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MoveComponent, never>;
25
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MoveComponent, "app-move", never, { "openPortal": "openPortal"; "questionIndex": "questionIndex"; "question": "question"; "service": "service"; }, {}, never, never>;
23
26
  }
27
+
28
+ //# sourceMappingURL=move.component.d.ts.map
@@ -1,8 +1,13 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class PageHeaderComponent implements OnInit {
3
4
  pageName: string;
4
5
  pageDescription: string;
5
6
  edit: EventEmitter<any>;
6
7
  constructor();
7
8
  ngOnInit(): void;
9
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PageHeaderComponent, never>;
10
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PageHeaderComponent, "app-page-header", never, { "pageName": "pageName"; "pageDescription": "pageDescription"; }, { "edit": "edit"; }, never, never>;
8
11
  }
12
+
13
+ //# sourceMappingURL=page-header.component.d.ts.map
@@ -1,4 +1,9 @@
1
1
  import { PipeTransform } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class CurrentPageQuestionPipe implements PipeTransform {
3
4
  transform(value: any, ...args: any[]): any;
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CurrentPageQuestionPipe, never>;
6
+ static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<CurrentPageQuestionPipe, "currentPageQuestion">;
4
7
  }
8
+
9
+ //# sourceMappingURL=current-page-question.pipe.d.ts.map
@@ -1,4 +1,9 @@
1
1
  import { PipeTransform } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class ErrorMessagePipe implements PipeTransform {
3
4
  transform(value: any, ...args: any[]): any;
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ErrorMessagePipe, never>;
6
+ static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<ErrorMessagePipe, "errorMessage">;
4
7
  }
8
+
9
+ //# sourceMappingURL=error-message.pipe.d.ts.map
@@ -1,4 +1,9 @@
1
1
  import { PipeTransform } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class FormatterPipe implements PipeTransform {
3
4
  transform(value: any, ...args: unknown[]): any;
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FormatterPipe, never>;
6
+ static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<FormatterPipe, "formatter">;
4
7
  }
8
+
9
+ //# sourceMappingURL=formatter.pipe.d.ts.map
@@ -1,4 +1,9 @@
1
1
  import { PipeTransform } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class QuestionFilterPipe implements PipeTransform {
3
4
  transform(value: any, ...args: any[]): any;
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<QuestionFilterPipe, never>;
6
+ static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<QuestionFilterPipe, "questionFilter">;
4
7
  }
8
+
9
+ //# sourceMappingURL=question-filter.pipe.d.ts.map
@@ -1,4 +1,9 @@
1
1
  import { PipeTransform } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class QuestionPageFilterPipe implements PipeTransform {
3
4
  transform(value: any, ...args: any[]): any;
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<QuestionPageFilterPipe, never>;
6
+ static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<QuestionPageFilterPipe, "questionPageFilter">;
4
7
  }
8
+
9
+ //# sourceMappingURL=question-page-filter.pipe.d.ts.map
@@ -1,4 +1,9 @@
1
1
  import { PipeTransform } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class QuestionParserPipe implements PipeTransform {
3
4
  transform(value: any, ...args: unknown[]): any;
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<QuestionParserPipe, never>;
6
+ static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<QuestionParserPipe, "questionParser">;
4
7
  }
8
+
9
+ //# sourceMappingURL=question-parser.pipe.d.ts.map
@@ -1,4 +1,9 @@
1
1
  import { PipeTransform } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class TypeOfPipe implements PipeTransform {
3
4
  transform(value: any): any;
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<TypeOfPipe, never>;
6
+ static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<TypeOfPipe, "typeof">;
4
7
  }
8
+
9
+ //# sourceMappingURL=type-of.pipe.d.ts.map
@@ -1,8 +1,13 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class PreviewCheckboxComponent implements OnInit {
3
4
  question: any;
4
5
  choicesForPreviewMode: any;
5
6
  constructor();
6
7
  ngOnInit(): void;
7
8
  randomize(): void;
9
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PreviewCheckboxComponent, never>;
10
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PreviewCheckboxComponent, "app-preview-checkbox", never, { "question": "question"; }, {}, never, never>;
8
11
  }
12
+
13
+ //# sourceMappingURL=preview-checkbox.component.d.ts.map
@@ -1,5 +1,10 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class PreviewCommentBoxComponent implements OnInit {
3
4
  constructor();
4
5
  ngOnInit(): void;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PreviewCommentBoxComponent, never>;
7
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PreviewCommentBoxComponent, "app-preview-comment-box", never, {}, {}, never, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=preview-comment-box.component.d.ts.map
@@ -1,5 +1,6 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { DatePickerComponent } from 'ng2-date-picker';
3
+ import * as ɵngcc0 from '@angular/core';
3
4
  export declare class PreviewDateTimeComponent implements OnInit {
4
5
  datePicker: DatePickerComponent;
5
6
  datepickerOverlay: boolean;
@@ -8,4 +9,8 @@ export declare class PreviewDateTimeComponent implements OnInit {
8
9
  ngOnInit(): void;
9
10
  openDatePicker(): void;
10
11
  closeDatepicker(): void;
12
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PreviewDateTimeComponent, never>;
13
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PreviewDateTimeComponent, "app-preview-date-time", never, { "question": "question"; }, {}, never, never>;
11
14
  }
15
+
16
+ //# sourceMappingURL=preview-date-time.component.d.ts.map
@@ -1,8 +1,13 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class PreviewDropdownComponent implements OnInit {
3
4
  question: any;
4
5
  choicesForPreviewMode: any;
5
6
  constructor();
6
7
  ngOnInit(): void;
7
8
  randomize(): void;
9
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PreviewDropdownComponent, never>;
10
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PreviewDropdownComponent, "app-preview-dropdown", never, { "question": "question"; }, {}, never, never>;
8
11
  }
12
+
13
+ //# sourceMappingURL=preview-dropdown.component.d.ts.map
@@ -1,8 +1,13 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class PreviewFileUploadComponent implements OnInit {
3
4
  question: any;
4
5
  constructor();
5
6
  fileNamePlaceholder: string;
6
7
  ngOnInit(): void;
7
8
  handleFile(evt: any): void;
9
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PreviewFileUploadComponent, never>;
10
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PreviewFileUploadComponent, "app-preview-file-upload", never, { "question": "question"; }, {}, never, never>;
8
11
  }
12
+
13
+ //# sourceMappingURL=preview-file-upload.component.d.ts.map
@@ -1,5 +1,10 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class PreviewImageChoiceComponent implements OnInit {
3
4
  constructor();
4
5
  ngOnInit(): void;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PreviewImageChoiceComponent, never>;
7
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PreviewImageChoiceComponent, "app-preview-image-choice", never, {}, {}, never, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=preview-image-choice.component.d.ts.map
@@ -1,7 +1,12 @@
1
1
  import { ElementRef, OnInit, QueryList } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class PreviewMatrixDropdownComponent implements OnInit {
3
4
  panel: QueryList<ElementRef>;
4
5
  scrollHandler(event: any): void;
5
6
  constructor();
6
7
  ngOnInit(): void;
8
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PreviewMatrixDropdownComponent, never>;
9
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PreviewMatrixDropdownComponent, "app-preview-matrix-dropdown", never, {}, {}, never, never>;
7
10
  }
11
+
12
+ //# sourceMappingURL=preview-matrix-dropdown.component.d.ts.map
@@ -1,7 +1,12 @@
1
1
  import { ElementRef, OnInit, QueryList } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class PreviewMatrixRatingScaleComponent implements OnInit {
3
4
  panel: QueryList<ElementRef>;
4
5
  scrollHandler(event: any): void;
5
6
  constructor();
6
7
  ngOnInit(): void;
8
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PreviewMatrixRatingScaleComponent, never>;
9
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PreviewMatrixRatingScaleComponent, "app-preview-matrix-rating-scale", never, {}, {}, never, never>;
7
10
  }
11
+
12
+ //# sourceMappingURL=preview-matrix-rating-scale.component.d.ts.map
@@ -1,8 +1,13 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class PreviewMultipleChoiceComponent implements OnInit {
3
4
  question: any;
4
5
  choicesForPreviewMode: any;
5
6
  constructor();
6
7
  ngOnInit(): void;
7
8
  randomize(): void;
9
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PreviewMultipleChoiceComponent, never>;
10
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PreviewMultipleChoiceComponent, "app-preview-multiple-choice", never, { "question": "question"; }, {}, never, never>;
8
11
  }
12
+
13
+ //# sourceMappingURL=preview-multiple-choice.component.d.ts.map
@@ -1,5 +1,10 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class PreviewMultipleTextboxComponent implements OnInit {
3
4
  constructor();
4
5
  ngOnInit(): void;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PreviewMultipleTextboxComponent, never>;
7
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PreviewMultipleTextboxComponent, "app-preview-multiple-textbox", never, {}, {}, never, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=preview-multiple-textbox.component.d.ts.map
@@ -1,5 +1,10 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class PreviewRankingComponent implements OnInit {
3
4
  constructor();
4
5
  ngOnInit(): void;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PreviewRankingComponent, never>;
7
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PreviewRankingComponent, "app-preview-ranking", never, {}, {}, never, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=preview-ranking.component.d.ts.map
@@ -1,6 +1,11 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class PreviewSingleTextboxComponent implements OnInit {
3
4
  question: any;
4
5
  constructor();
5
6
  ngOnInit(): void;
7
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PreviewSingleTextboxComponent, never>;
8
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PreviewSingleTextboxComponent, "app-preview-single-textbox", never, { "question": "question"; }, {}, never, never>;
6
9
  }
10
+
11
+ //# sourceMappingURL=preview-single-textbox.component.d.ts.map
@@ -1,5 +1,10 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class PreviewSliderComponent implements OnInit {
3
4
  constructor();
4
5
  ngOnInit(): void;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PreviewSliderComponent, never>;
7
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PreviewSliderComponent, "app-preview-slider", never, {}, {}, never, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=preview-slider.component.d.ts.map
@@ -1,5 +1,10 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class PreviewStarRatingComponent implements OnInit {
3
4
  constructor();
4
5
  ngOnInit(): void;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PreviewStarRatingComponent, never>;
7
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PreviewStarRatingComponent, "app-preview-star-rating", never, {}, {}, never, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=preview-star-rating.component.d.ts.map