vcomply-workflow-engine 2.7.12 → 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,3 +1,8 @@
1
+ import * as ɵngcc0 from '@angular/core';
1
2
  export declare class InputTrimDirective {
2
3
  onKeyDown(event: any): void;
4
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<InputTrimDirective, never>;
5
+ static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<InputTrimDirective, "[InputTrim]", never, {}, {}, never>;
3
6
  }
7
+
8
+ //# sourceMappingURL=input-trim.directive.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 FilePillComponent implements OnInit {
3
4
  delete: EventEmitter<any>;
4
5
  name: string | any;
@@ -6,4 +7,8 @@ export declare class FilePillComponent implements OnInit {
6
7
  disabled: boolean;
7
8
  constructor();
8
9
  ngOnInit(): void;
10
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FilePillComponent, never>;
11
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FilePillComponent, "file-pill", never, { "disabled": "disabled"; "name": "name"; "extension": "extension"; }, { "delete": "delete"; }, never, never>;
9
12
  }
13
+
14
+ //# sourceMappingURL=file-pill.component.d.ts.map
@@ -1,4 +1,5 @@
1
1
  import { OnInit, EventEmitter, OnChanges } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class VuiFloatingBarComponent implements OnInit, OnChanges {
3
4
  selectedData: any;
4
5
  groupSelected: any;
@@ -31,4 +32,8 @@ export declare class VuiFloatingBarComponent implements OnInit, OnChanges {
31
32
  close(): void;
32
33
  selectedWorkflowType(event: any): void;
33
34
  selectedWorkflowChange(event: any): void;
35
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<VuiFloatingBarComponent, never>;
36
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<VuiFloatingBarComponent, "vui-floating-bar", never, { "displayElementKey": "displayElementKey"; "elementId": "elementId"; "singularText": "singularText"; "pluralText": "pluralText"; "showNextButton": "showNextButton"; "showFrequencyText": "showFrequencyText"; "showWorkflow": "showWorkflow"; "workflowText": "workflowText"; "currentFrequency": "currentFrequency"; "isDisabled": "isDisabled"; "workflowList": "workflowList"; "mode": "mode"; "nextDisabled": "nextDisabled"; "nonRemovableUsersList": "nonRemovableUsersList"; "selectedData": "selectedData"; "selectedWorkflow": "selectedWorkflow"; "groupSelected": "groupSelected"; "workflowPlaceHolder": "workflowPlaceHolder"; "removePosition": "removePosition"; }, { "closeEvent": "closeEvent"; "deleteEvent": "deleteEvent"; "closeList": "closeList"; "workflowTypeChanged": "workflowTypeChanged"; }, never, ["*"]>;
34
37
  }
38
+
39
+ //# sourceMappingURL=floating-bar.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 FormFieldComponent implements OnInit {
3
4
  active: any;
4
5
  disabled: any;
@@ -6,4 +7,8 @@ export declare class FormFieldComponent implements OnInit {
6
7
  img: any;
7
8
  constructor();
8
9
  ngOnInit(): void;
10
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FormFieldComponent, never>;
11
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FormFieldComponent, "form-field", never, { "active": "active"; "disabled": "disabled"; "checked": "checked"; "img": "img"; }, {}, never, ["*"]>;
9
12
  }
13
+
14
+ //# sourceMappingURL=form-field.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 InputWithPillComponent implements OnInit {
3
4
  placeholder: any;
4
5
  disabled: boolean;
@@ -7,4 +8,8 @@ export declare class InputWithPillComponent implements OnInit {
7
8
  line: number;
8
9
  constructor();
9
10
  ngOnInit(): void;
11
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<InputWithPillComponent, never>;
12
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<InputWithPillComponent, "input-with-pill", never, { "disabled": "disabled"; "line": "line"; "placeholder": "placeholder"; "selectDiv": "selectDiv"; }, { "select": "select"; }, never, ["*"]>;
10
13
  }
14
+
15
+ //# sourceMappingURL=input-with-pill.component.d.ts.map
@@ -1,4 +1,5 @@
1
1
  import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class PaginationComponent implements OnChanges {
3
4
  currPage: number;
4
5
  from: number;
@@ -22,4 +23,8 @@ export declare class PaginationComponent implements OnChanges {
22
23
  validateNumber(e: any): boolean;
23
24
  onEnterPress(event: any): void;
24
25
  displayArrayUpdate(index: any): void;
26
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PaginationComponent, never>;
27
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PaginationComponent, "vui-pagination", never, { "from": "from"; "to": "to"; "total": "total"; "showPageDetail": "showPageDetail"; "totalPage": "totalPage"; "pageInSingleView": "pageInSingleView"; "setPage": "currentPage"; "setTotalPage": "totalPage"; }, { "pageChanged": "pageChanged"; }, never, never>;
25
28
  }
29
+
30
+ //# sourceMappingURL=pagination.component.d.ts.map
@@ -1,2 +1,11 @@
1
+ import * as ɵngcc0 from '@angular/core';
2
+ import * as ɵngcc1 from './pagination/pagination.component';
3
+ import * as ɵngcc2 from '@angular/common';
4
+ import * as ɵngcc3 from '@angular/forms';
1
5
  export declare class PaginationModule {
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PaginationModule, never>;
7
+ static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<PaginationModule, [typeof ɵngcc1.PaginationComponent], [typeof ɵngcc2.CommonModule, typeof ɵngcc3.FormsModule], [typeof ɵngcc1.PaginationComponent]>;
8
+ static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<PaginationModule>;
2
9
  }
10
+
11
+ //# sourceMappingURL=pagination.module.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 ArrayConcatPipe implements PipeTransform {
3
4
  transform(value: any, ...args: any[]): any;
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ArrayConcatPipe, never>;
6
+ static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<ArrayConcatPipe, "arrayConcat">;
4
7
  }
8
+
9
+ //# sourceMappingURL=array-concat.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 AssessmentResolverPipe implements PipeTransform {
3
4
  transform(value: any, ...args: any[]): any;
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AssessmentResolverPipe, never>;
6
+ static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<AssessmentResolverPipe, "assessmentResolver">;
4
7
  }
8
+
9
+ //# sourceMappingURL=assessment-resolver.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 FilterPipe implements PipeTransform {
3
4
  transform(items: any[], searchText: string): any[];
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FilterPipe, never>;
6
+ static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<FilterPipe, "filter">;
4
7
  }
8
+
9
+ //# sourceMappingURL=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 ListToIdPipe implements PipeTransform {
3
4
  transform(value: any, arg: any): any;
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ListToIdPipe, never>;
6
+ static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<ListToIdPipe, "listToId">;
4
7
  }
8
+
9
+ //# sourceMappingURL=list-to-id.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 PagerPipe implements PipeTransform {
3
4
  transform(value: any, ...args: any[]): any;
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PagerPipe, never>;
6
+ static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<PagerPipe, "pager">;
4
7
  }
8
+
9
+ //# sourceMappingURL=pager.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 RefDisconnectPipe implements PipeTransform {
3
4
  transform(value: any, ...args: any[]): any;
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<RefDisconnectPipe, never>;
6
+ static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<RefDisconnectPipe, "refDisconnect">;
4
7
  }
8
+
9
+ //# sourceMappingURL=ref-disconnect.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 SearchPipe implements PipeTransform {
3
4
  transform(value: any, ...args: any[]): any;
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SearchPipe, never>;
6
+ static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<SearchPipe, "search">;
4
7
  }
8
+
9
+ //# sourceMappingURL=search.pipe.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 LoaderComponent implements OnInit {
3
4
  constructor();
4
5
  ngOnInit(): void;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LoaderComponent, never>;
7
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<LoaderComponent, "role-loader", never, {}, {}, never, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=loader.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 RoleListComponent implements OnInit {
3
4
  save: EventEmitter<any>;
4
5
  cancel: EventEmitter<any>;
@@ -65,4 +66,8 @@ export declare class RoleListComponent implements OnInit {
65
66
  */
66
67
  uniqueByProp(array: any, key: string): unknown[];
67
68
  permissionText(permission: any): string;
69
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<RoleListComponent, never>;
70
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<RoleListComponent, "role-list", never, { "loading": "loading"; "setList": "list"; "selectedRolesVal": "selected"; "featureflagrole": "featureflagrole"; "featureflagGroup": "featureflagGroup"; }, { "save": "save"; "cancel": "cancel"; }, never, never>;
68
71
  }
72
+
73
+ //# sourceMappingURL=role-list.component.d.ts.map
@@ -1,4 +1,5 @@
1
1
  import { ControlValueAccessor } from '@angular/forms';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export interface TabSelectorInterface {
3
4
  label: string;
4
5
  value: any;
@@ -14,4 +15,8 @@ export declare class TabSelector implements ControlValueAccessor {
14
15
  registerOnTouched(fn: any): void;
15
16
  setDisabledState(isDisabled: boolean): void;
16
17
  valueChanged(value: any): void;
18
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<TabSelector, never>;
19
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<TabSelector, "tab-selector", never, { "disabled": "disabled"; "selectedItem": "selectedItem"; "displayArray": "displayArray"; }, {}, never, never>;
17
20
  }
21
+
22
+ //# sourceMappingURL=tab-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 TickMarkComponent implements OnInit {
3
4
  constructor();
4
5
  ngOnInit(): void;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<TickMarkComponent, never>;
7
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<TickMarkComponent, "tick-mark", never, {}, {}, never, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=tick-mark.component.d.ts.map
@@ -1,5 +1,6 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { SearchPipe } from '../pipes/search.pipe';
3
+ import * as ɵngcc0 from '@angular/core';
3
4
  export declare class UserGroupListComponent implements OnInit {
4
5
  save: EventEmitter<any>;
5
6
  cancel: EventEmitter<any>;
@@ -110,4 +111,8 @@ export declare class UserGroupListComponent implements OnInit {
110
111
  paginationVisible(): void;
111
112
  workflowTypeChanged(event: string): void;
112
113
  disableUsers(): any[];
114
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<UserGroupListComponent, never>;
115
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<UserGroupListComponent, "user-group-list", never, { "panelTitle": "panelTitle"; "singleSelect": "singleSelect"; "selectedReviewer": "selectedReviewer"; "featureflag": "featureflag"; "reviewerWorkflowType": "reviewerWorkflowType"; "mode": "mode"; "fieldType": "fieldType"; "assignorId": "assignorId"; "assigneeIds": "assigneeIds"; "reviewerIds": "reviewerIds"; "overseerIds": "overseerIds"; "FromProgram": "FromProgram"; "disabledIds": "disabledIds"; "nonRemovableUserIds": "nonRemovableUserIds"; "nonRemovableGroupIds": "nonRemovableGroupIds"; "userType": "userType"; "setUserList": "userlist"; "setSelectedUser": "selectedUsers"; "setDefaultSelectedUsers": "defaultSelectedUsers"; "setGroupList": "groupList"; "setSelectedGroup": "selectedGroups"; "groupEnabled": "groupEnabled"; "fromResponsibility": "fromResponsibility"; "userListInfo": "userListInfo"; "groupListInfo": "groupListInfo"; "loading": "loading"; }, { "save": "save"; "cancel": "cancel"; "reviewerWorkflowTypeChange": "reviewerWorkflowTypeChange"; "fetchUserData": "fetchUserData"; }, never, never>;
113
116
  }
117
+
118
+ //# sourceMappingURL=user-group-list.component.d.ts.map
@@ -4,6 +4,7 @@ import { DatePickerComponent } from 'ng2-date-picker';
4
4
  import { AuthService } from '../workflow-services/auth.service';
5
5
  import { ProgramsService } from '../workflow-services/programs.service';
6
6
  import { UiKitService } from '../workflow-services/ui-kit.service';
7
+ import * as ɵngcc0 from '@angular/core';
7
8
  export declare class WorkflowProgramComponent implements OnInit {
8
9
  private fb;
9
10
  private programService;
@@ -207,4 +208,8 @@ export declare class WorkflowProgramComponent implements OnInit {
207
208
  resetAdditionalOption(): void;
208
209
  checkProgramOptionField(): any;
209
210
  enablefeature(): void;
211
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WorkflowProgramComponent, never>;
212
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WorkflowProgramComponent, "app-workflow-program", never, { "canFrameworkChange": "canFrameworkChange"; "mode": "mode"; "programId": "programId"; "programType": "programType"; "allowedFeature": "allowedFeature"; "addToProgramDetails": "addToProgramDetails"; "orgDetails": "orgDetails"; }, { "pickerChanged": "pickerChanged"; "populateOption": "populateOption"; "closeWorkflow": "closeWorkflow"; "showConfirmationAlert": "showConfirmationAlert"; "disconnectRefresh": "disconnectRefresh"; "refreshForm": "refreshForm"; "hideElementsFromMoreOptions": "hideElementsFromMoreOptions"; "onRemovingRole": "onRemovingRole"; "disableElementsFromMoreOptions": "disableElementsFromMoreOptions"; }, never, never>;
210
213
  }
214
+
215
+ //# sourceMappingURL=workflow-program.component.d.ts.map
@@ -7,6 +7,7 @@ import { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';
7
7
  import { AddRiskService } from '../workflow-services/add-risk.service';
8
8
  import { AuthService } from '../workflow-services/auth.service';
9
9
  import { UiKitService } from '../workflow-services/ui-kit.service';
10
+ import * as ɵngcc0 from '@angular/core';
10
11
  export declare class WorkflowRiskComponent implements OnInit {
11
12
  private riskService;
12
13
  private authService;
@@ -185,4 +186,8 @@ export declare class WorkflowRiskComponent implements OnInit {
185
186
  * @param {any} event - any = {
186
187
  */
187
188
  frequencyDataPopulate(event: any): void;
189
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WorkflowRiskComponent, [null, null, null, null, null, { optional: true; }]>;
190
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WorkflowRiskComponent, "app-workflow-risk", never, { "mode": "mode"; "riskId": "riskId"; "defaultRiskType": "defaultRiskType"; "moveToRegisterMode": "moveToRegisterMode"; "secondaryOpenPortal": "secondaryOpenPortal"; "openedFrom": "openedFrom"; "feature": "feature"; }, { "showConfirmationAlert": "showConfirmationAlert"; "pickerChanged": "pickerChanged"; "populateOption": "populateOption"; "closeWorkflow": "closeWorkflow"; "disconnectRefresh": "disconnectRefresh"; "refreshForm": "refreshForm"; "hideElementsFromMoreOptions": "hideElementsFromMoreOptions"; }, never, never>;
188
191
  }
192
+
193
+ //# sourceMappingURL=workflow-risk.component.d.ts.map
@@ -1,6 +1,7 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { AuthService } from './auth.service';
3
3
  import { Configurations } from '../configurations';
4
+ import * as ɵngcc0 from '@angular/core';
4
5
  export declare class AddRiskService {
5
6
  private http;
6
7
  private authService;
@@ -20,4 +21,7 @@ export declare class AddRiskService {
20
21
  getRiskDetail(riskId: string): import("rxjs").Observable<any>;
21
22
  updateRisk(riskId: string, payload: any): import("rxjs").Observable<any>;
22
23
  getGroupsList(): import("rxjs").Observable<any[]>;
24
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AddRiskService, [null, null, { optional: true; }]>;
23
25
  }
26
+
27
+ //# sourceMappingURL=add-risk.service.d.ts.map
@@ -2,6 +2,7 @@ import { HttpClient, HttpHeaders } from '@angular/common/http';
2
2
  import { AuthService } from './auth.service';
3
3
  import { Configurations } from '../configurations';
4
4
  import { Observable } from 'rxjs';
5
+ import * as ɵngcc0 from '@angular/core';
5
6
  export declare class AssessmentService {
6
7
  private http;
7
8
  private authService;
@@ -26,4 +27,7 @@ export declare class AssessmentService {
26
27
  downloadTemplate(): Observable<any>;
27
28
  downLoadFile(data: any, type: string, filename: string): string;
28
29
  base64ToArrayBuffer(base64: any): ArrayBufferLike;
30
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AssessmentService, [null, null, { optional: true; }]>;
29
31
  }
32
+
33
+ //# sourceMappingURL=assessment.service.d.ts.map
@@ -2,6 +2,7 @@ import { HttpClient } from '@angular/common/http';
2
2
  import { BehaviorSubject } from 'rxjs';
3
3
  import { Configurations } from '../configurations';
4
4
  import { TokenDecoderService } from './token-decoder.service';
5
+ import * as ɵngcc0 from '@angular/core';
5
6
  export declare class AuthService {
6
7
  private http;
7
8
  private decoder;
@@ -27,4 +28,7 @@ export declare class AuthService {
27
28
  getOrganizationDetails(): import("rxjs").Observable<Object>;
28
29
  getUserInfo(): import("rxjs").Observable<Object>;
29
30
  getSubscriptionDetails(): import("rxjs").Observable<Object>;
31
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AuthService, [null, null, { optional: true; }]>;
30
32
  }
33
+
34
+ //# sourceMappingURL=auth.service.d.ts.map
@@ -1,5 +1,9 @@
1
+ import * as ɵngcc0 from '@angular/core';
1
2
  export declare class FrequencyBulkService {
2
3
  env: any;
3
4
  constructor();
4
5
  shortHand_freqCal(frequency: any, day?: any, month?: any, year?: any, dueDate?: any, ongoingValues?: any): string;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyBulkService, never>;
5
7
  }
8
+
9
+ //# sourceMappingURL=frequency.service.d.ts.map
@@ -1,6 +1,7 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Configurations } from '../configurations';
3
3
  import { AuthService } from './auth.service';
4
+ import * as ɵngcc0 from '@angular/core';
4
5
  export declare class LogIssueService {
5
6
  private http;
6
7
  private authService;
@@ -28,4 +29,7 @@ export declare class LogIssueService {
28
29
  */
29
30
  uploadFiles(payload: any, path: any): import("rxjs").Observable<Object>;
30
31
  getIssueDetails(issueId: string): import("rxjs").Observable<Object>;
32
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LogIssueService, [null, null, { optional: true; }]>;
31
33
  }
34
+
35
+ //# sourceMappingURL=log-issue.service.d.ts.map
@@ -1,6 +1,7 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { AuthService } from './auth.service';
3
3
  import { Configurations } from '../configurations';
4
+ import * as ɵngcc0 from '@angular/core';
4
5
  export declare class PolicyService {
5
6
  private http;
6
7
  private authService;
@@ -21,4 +22,7 @@ export declare class PolicyService {
21
22
  editPolicy(id: any): import("rxjs").Observable<any[]>;
22
23
  updatePolicy(payload: any, policyId: any): import("rxjs").Observable<any>;
23
24
  extractFile(extension: any, path: any, id: any): import("rxjs").Observable<Object>;
25
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PolicyService, [null, null, { optional: true; }]>;
24
26
  }
27
+
28
+ //# sourceMappingURL=policy.service.d.ts.map
@@ -1,6 +1,7 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Configurations } from '../configurations';
3
3
  import { AuthService } from './auth.service';
4
+ import * as ɵngcc0 from '@angular/core';
4
5
  export declare class ProgramsService {
5
6
  private http;
6
7
  private authService;
@@ -108,4 +109,7 @@ export declare class ProgramsService {
108
109
  updateProgram(payload: any, id: string): import("rxjs").Observable<any[]>;
109
110
  getMemeberByIds(ids: any): import("rxjs").Observable<any[]>;
110
111
  getMemberByGroups(ids: any): import("rxjs").Observable<any[]>;
112
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ProgramsService, [null, null, { optional: true; }]>;
111
113
  }
114
+
115
+ //# sourceMappingURL=programs.service.d.ts.map
@@ -2,41 +2,46 @@ import { HttpClient, HttpParams } from '@angular/common/http';
2
2
  import { Configurations } from '../configurations';
3
3
  import { AuthService } from './auth.service';
4
4
  import { AssessmentList } from '../sharedComponents/assessment-list/service/assessment.interface';
5
+ import { Observable } from 'rxjs';
6
+ import * as ɵngcc0 from '@angular/core';
5
7
  export declare class ResponsibilityService {
6
8
  private http;
7
9
  private authService;
8
10
  env: any;
9
11
  dataPerPage: number;
10
12
  constructor(http: HttpClient, authService: AuthService, config?: Configurations);
11
- getResponsibilityCenterList(params?: HttpParams): import("rxjs").Observable<any[]>;
12
- getOrganizationGroups(params?: HttpParams): import("rxjs").Observable<any[]>;
13
- getOrganizationPolicyGroups(params?: HttpParams): import("rxjs").Observable<any[]>;
14
- getOrganizationOverseersGroups(params?: HttpParams): import("rxjs").Observable<any[]>;
15
- getOrganizationUsers(): import("rxjs").Observable<any[]>;
16
- getOrganizationPeople(params?: HttpParams): import("rxjs").Observable<any[]>;
17
- getAssignorsList(params?: HttpParams): import("rxjs").Observable<any[]>;
18
- getCategoriesList(): import("rxjs").Observable<any[]>;
19
- getProgramsList(params: HttpParams, ids?: any): import("rxjs").Observable<any[]>;
20
- getProgramsListCount(params: HttpParams, ids?: any): import("rxjs").Observable<any[]>;
21
- getCategoriesUnderProgram(params: HttpParams): import("rxjs").Observable<any[]>;
22
- getAssurance(): import("rxjs").Observable<any[]>;
23
- getAssuranceForRequiresAudit(): import("rxjs").Observable<any[]>;
24
- getRCDetailsOfFramework(rc_id: any, category_id: any): import("rxjs").Observable<Object>;
25
- submitEntrust(entrust_body: any): import("rxjs").Observable<Object>;
26
- updateEntrust(entrust_body: any, object_id: any, isDelegate: any): import("rxjs").Observable<Object>;
27
- editResponsibility(objectId: any): import("rxjs").Observable<Object>;
28
- addBulkResponsibility(entrust_body: any): import("rxjs").Observable<Object>;
29
- uploadToNode(payload: any, des: any): import("rxjs").Observable<any>;
13
+ getResponsibilityCenterList(params?: HttpParams): Observable<any[]>;
14
+ getOrganizationGroups(params?: HttpParams): Observable<any[]>;
15
+ getOrganizationPolicyGroups(params?: HttpParams): Observable<any[]>;
16
+ getOrganizationOverseersGroups(params?: HttpParams): Observable<any[]>;
17
+ getOrganizationUsers(): Observable<any[]>;
18
+ getOrganizationPeople(params?: HttpParams): Observable<any>;
19
+ getAssignorsList(params?: HttpParams): Observable<any[]>;
20
+ getCategoriesList(): Observable<any[]>;
21
+ getProgramsList(params: HttpParams, ids?: any): Observable<any[]>;
22
+ getProgramsListCount(params: HttpParams, ids?: any): Observable<any[]>;
23
+ getCategoriesUnderProgram(params: HttpParams): Observable<any[]>;
24
+ getAssurance(): Observable<any[]>;
25
+ getAssuranceForRequiresAudit(): Observable<any[]>;
26
+ getRCDetailsOfFramework(rc_id: any, category_id: any): Observable<Object>;
27
+ submitEntrust(entrust_body: any): Observable<Object>;
28
+ updateEntrust(entrust_body: any, object_id: any, isDelegate: any): Observable<Object>;
29
+ editResponsibility(objectId: any): Observable<Object>;
30
+ addBulkResponsibility(entrust_body: any): Observable<Object>;
31
+ uploadToNode(payload: any, des: any): Observable<any>;
30
32
  filesUploading: any[];
31
33
  filesUploaded: any[];
32
34
  filesUploadedAndUploading: any[];
33
- getCategoryDetailsById(id: any): import("rxjs").Observable<any[]>;
34
- getFrameWorkCount(params?: HttpParams): import("rxjs").Observable<import("@angular/common/http").HttpEvent<any[]>>;
35
- getFrameWorkList(params: HttpParams): import("rxjs").Observable<import("@angular/common/http").HttpEvent<any[]>>;
36
- getFrameworkSubCategories(id: any, params: HttpParams): import("rxjs").Observable<import("@angular/common/http").HttpEvent<any[]>>;
37
- getFrameworkControls(id: any, params: HttpParams): import("rxjs").Observable<import("@angular/common/http").HttpEvent<any[]>>;
38
- fileUpload(file: any): import("rxjs").Observable<Object>;
39
- getAssessmentCategory(payload: any, program_ids?: string): import("rxjs").Observable<Object>;
40
- getAssessmentList(payload: any, id: string, program_ids?: string): import("rxjs").Observable<AssessmentList[]>;
41
- getAssessmentDetailsByID(id: string): import("rxjs").Observable<AssessmentList[]>;
35
+ getCategoryDetailsById(id: any): Observable<any[]>;
36
+ getFrameWorkCount(params?: HttpParams): Observable<import("@angular/common/http").HttpEvent<any[]>>;
37
+ getFrameWorkList(params: HttpParams): Observable<import("@angular/common/http").HttpEvent<any[]>>;
38
+ getFrameworkSubCategories(id: any, params: HttpParams): Observable<import("@angular/common/http").HttpEvent<any[]>>;
39
+ getFrameworkControls(id: any, params: HttpParams): Observable<import("@angular/common/http").HttpEvent<any[]>>;
40
+ fileUpload(file: any): Observable<Object>;
41
+ getAssessmentCategory(payload: any, program_ids?: string): Observable<Object>;
42
+ getAssessmentList(payload: any, id: string, program_ids?: string): Observable<AssessmentList[]>;
43
+ getAssessmentDetailsByID(id: string): Observable<AssessmentList[]>;
44
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ResponsibilityService, [null, null, { optional: true; }]>;
42
45
  }
46
+
47
+ //# sourceMappingURL=responsibility.service.d.ts.map
@@ -1,4 +1,8 @@
1
+ import * as ɵngcc0 from '@angular/core';
1
2
  export declare class TokenDecoderService {
2
3
  constructor();
3
4
  getUserDetailsFromToken(): any;
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<TokenDecoderService, never>;
4
6
  }
7
+
8
+ //# sourceMappingURL=token-decoder.service.d.ts.map
@@ -1,5 +1,9 @@
1
+ import * as ɵngcc0 from '@angular/core';
1
2
  export declare class UiKitService {
2
3
  isSmileyOn: boolean;
3
4
  isLoader: boolean;
4
5
  constructor();
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<UiKitService, never>;
5
7
  }
8
+
9
+ //# sourceMappingURL=ui-kit.service.d.ts.map
@@ -1,7 +1,12 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { EditorConfig } from 'vcomply-editor';
3
+ import * as ɵngcc0 from '@angular/core';
3
4
  export declare class WorkflowSurveyFormComponent implements OnInit {
4
5
  description: EditorConfig;
5
6
  constructor();
6
7
  ngOnInit(): void;
8
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WorkflowSurveyFormComponent, never>;
9
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WorkflowSurveyFormComponent, "app-workflow-survey-form", never, {}, {}, never, never>;
7
10
  }
11
+
12
+ //# sourceMappingURL=workflow-survey-form.component.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.7.12",
3
+ "version": "2.7.14",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x",
6
6
  "@angular/core": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x"
@@ -305,3 +305,5 @@ export { ResponsibilityService as ɵj } from './lib/workflow-services/responsibi
305
305
  export { TokenDecoderService as ɵd } from './lib/workflow-services/token-decoder.service';
306
306
  export { UiKitService as ɵa } from './lib/workflow-services/ui-kit.service';
307
307
  export { WorkflowSurveyFormComponent as ɵbz } from './lib/workflow-survey-form/workflow-survey-form.component';
308
+
309
+ //# sourceMappingURL=vcomply-workflow-engine.d.ts.map