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,6 +1,7 @@
1
1
  import { OnInit } from "@angular/core";
2
2
  import { DialogConfig } from "../../dialog/dialog-config";
3
3
  import { DialogRef } from "../../dialog/dialog-ref";
4
+ import * as ɵngcc0 from '@angular/core';
4
5
  export declare class DeleteComponent implements OnInit {
5
6
  private dialog;
6
7
  dialogConfig: DialogConfig;
@@ -8,4 +9,8 @@ export declare class DeleteComponent implements OnInit {
8
9
  constructor(dialog: DialogRef, dialogConfig: DialogConfig);
9
10
  ngOnInit(): void;
10
11
  delete(deleteFlag: boolean): void;
12
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DeleteComponent, never>;
13
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<DeleteComponent, "app-delete", never, {}, {}, never, never>;
11
14
  }
15
+
16
+ //# sourceMappingURL=delete.component.d.ts.map
@@ -1,6 +1,7 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { DialogConfig } from '../../dialog/dialog-config';
3
3
  import { DialogRef } from '../../dialog/dialog-ref';
4
+ import * as ɵngcc0 from '@angular/core';
4
5
  export declare class DuplicateComponent implements OnInit {
5
6
  private dialog;
6
7
  dialogConfig: DialogConfig;
@@ -9,4 +10,8 @@ export declare class DuplicateComponent implements OnInit {
9
10
  constructor(dialog: DialogRef, dialogConfig: DialogConfig);
10
11
  ngOnInit(): void;
11
12
  activate(deleteFlag: boolean): void;
13
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DuplicateComponent, never>;
14
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<DuplicateComponent, "app-duplicate", never, {}, {}, never, never>;
12
15
  }
16
+
17
+ //# sourceMappingURL=duplicate.component.d.ts.map
@@ -1,7 +1,12 @@
1
1
  import { ElementRef, EventEmitter } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class ClickOutsideDirective {
3
4
  private elementRef;
4
5
  constructor(elementRef: ElementRef);
5
6
  clickOutside: EventEmitter<any>;
6
7
  onMouseEnter(targetElement: any): void;
8
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
9
+ static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[clickOutside]", never, {}, { "clickOutside": "clickOutside"; }, never>;
7
10
  }
11
+
12
+ //# sourceMappingURL=click-outside.directive.d.ts.map
@@ -1,2 +1,10 @@
1
+ import * as ɵngcc0 from '@angular/core';
2
+ import * as ɵngcc1 from './click-outside.directive';
3
+ import * as ɵngcc2 from '@angular/common';
1
4
  export declare class ClickOutsideModule {
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ClickOutsideModule, never>;
6
+ static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<ClickOutsideModule, [typeof ɵngcc1.ClickOutsideDirective], [typeof ɵngcc2.CommonModule], [typeof ɵngcc1.ClickOutsideDirective]>;
7
+ static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<ClickOutsideModule>;
2
8
  }
9
+
10
+ //# sourceMappingURL=click-outside.module.d.ts.map
@@ -1,7 +1,12 @@
1
1
  import { Observable } from 'rxjs';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class DialogRef {
3
4
  private readonly afterDialogClosed;
4
5
  afterClosed: Observable<any>;
5
6
  constructor();
6
7
  close(result?: any): void;
8
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DialogRef, never>;
9
+ static ɵprov: ɵngcc0.ɵɵInjectableDeclaration<DialogRef>;
7
10
  }
11
+
12
+ //# sourceMappingURL=dialog-ref.d.ts.map
@@ -3,6 +3,7 @@ import { InsertionDirective } from './insertion.directive';
3
3
  import { DialogRef } from './dialog-ref';
4
4
  import { DialogConfig } from './dialog-config';
5
5
  import { Router } from '@angular/router';
6
+ import * as ɵngcc0 from '@angular/core';
6
7
  export declare class DialogComponent implements AfterViewInit, OnDestroy, OnInit {
7
8
  private componentFactoryResolver;
8
9
  private cd;
@@ -26,4 +27,8 @@ export declare class DialogComponent implements AfterViewInit, OnDestroy, OnInit
26
27
  loadChildComponent(componentType: Type<any>): void;
27
28
  ngOnDestroy(): void;
28
29
  close(): void;
30
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DialogComponent, never>;
31
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<DialogComponent, "app-dialog", never, {}, {}, never, never>;
29
32
  }
33
+
34
+ //# sourceMappingURL=dialog.component.d.ts.map
@@ -1,2 +1,11 @@
1
+ import * as ɵngcc0 from '@angular/core';
2
+ import * as ɵngcc1 from './dialog.component';
3
+ import * as ɵngcc2 from './insertion.directive';
4
+ import * as ɵngcc3 from '@angular/common';
1
5
  export declare class DialogModule {
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DialogModule, never>;
7
+ static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<DialogModule, [typeof ɵngcc1.DialogComponent, typeof ɵngcc2.InsertionDirective], [typeof ɵngcc3.CommonModule], never>;
8
+ static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<DialogModule>;
2
9
  }
10
+
11
+ //# sourceMappingURL=dialog.module.d.ts.map
@@ -2,6 +2,7 @@ import { ComponentFactoryResolver, ApplicationRef, Injector, Type, ComponentRef
2
2
  import { DialogComponent } from './dialog.component';
3
3
  import { DialogConfig } from './dialog-config';
4
4
  import { DialogRef } from './dialog-ref';
5
+ import * as ɵngcc0 from '@angular/core';
5
6
  export declare class DialogService {
6
7
  private componentFactoryResolver;
7
8
  private appRef;
@@ -12,4 +13,7 @@ export declare class DialogService {
12
13
  private appendDialogComponentToBody;
13
14
  private removeDialogComponentFromBody;
14
15
  close(): void;
16
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DialogService, never>;
15
17
  }
18
+
19
+ //# sourceMappingURL=dialog.service.d.ts.map
@@ -1,5 +1,10 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class InsertionDirective {
3
4
  viewContainerRef: ViewContainerRef;
4
5
  constructor(viewContainerRef: ViewContainerRef);
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<InsertionDirective, never>;
7
+ static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<InsertionDirective, "[appInsertion]", never, {}, {}, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=insertion.directive.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 EditorLoaderComponent implements OnInit {
3
4
  constructor();
4
5
  ngOnInit(): void;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<EditorLoaderComponent, never>;
7
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<EditorLoaderComponent, "app-editor-loader", never, {}, {}, never, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=editor-loader.component.d.ts.map
@@ -1,2 +1,10 @@
1
+ import * as ɵngcc0 from '@angular/core';
2
+ import * as ɵngcc1 from './editor-loader/editor-loader.component';
3
+ import * as ɵngcc2 from '@angular/common';
1
4
  export declare class EditorLoaderModule {
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<EditorLoaderModule, never>;
6
+ static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<EditorLoaderModule, [typeof ɵngcc1.EditorLoaderComponent], [typeof ɵngcc2.CommonModule], [typeof ɵngcc1.EditorLoaderComponent]>;
7
+ static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<EditorLoaderModule>;
2
8
  }
9
+
10
+ //# sourceMappingURL=editor-loader.module.d.ts.map
@@ -1,7 +1,12 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import { DomSanitizer } from '@angular/platform-browser';
3
+ import * as ɵngcc0 from '@angular/core';
3
4
  export declare class FormatHtmlPipe implements PipeTransform {
4
5
  private sanitized;
5
6
  constructor(sanitized: DomSanitizer);
6
7
  transform(value: string): import("@angular/platform-browser").SafeHtml;
8
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FormatHtmlPipe, never>;
9
+ static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<FormatHtmlPipe, "formatHtml">;
7
10
  }
11
+
12
+ //# sourceMappingURL=format-html.pipe.d.ts.map
@@ -1,7 +1,12 @@
1
1
  import { ElementRef, EventEmitter } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class ClickOutsideDirective {
3
4
  private elementRef;
4
5
  constructor(elementRef: ElementRef);
5
6
  clickOutside: EventEmitter<any>;
6
7
  onMouseEnter(targetElement: any): void;
8
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
9
+ static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[clickOutside]", never, {}, { "clickOutside": "clickOutside"; }, never>;
7
10
  }
11
+
12
+ //# sourceMappingURL=click-outside.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 CsCheckboxComponent implements OnInit {
3
4
  disabled: boolean;
4
5
  ngValue: any;
@@ -8,4 +9,8 @@ export declare class CsCheckboxComponent implements OnInit {
8
9
  ngOnInit(): void;
9
10
  valueChanged(): void;
10
11
  chileClick(event: any): void;
12
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CsCheckboxComponent, never>;
13
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CsCheckboxComponent, "app-cs-checkbox", never, { "disabled": "disabled"; "ngValue": "ngValue"; "value": "value"; }, { "ngValueChange": "ngValueChange"; }, never, ["*"]>;
11
14
  }
15
+
16
+ //# sourceMappingURL=cs-checkbox.component.d.ts.map
@@ -1,4 +1,5 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class CsCheckboxIndeterminateComponent implements OnInit {
3
4
  disabled: boolean;
4
5
  ngValue: any;
@@ -8,4 +9,8 @@ export declare class CsCheckboxIndeterminateComponent implements OnInit {
8
9
  ngOnInit(): void;
9
10
  valueChanged(): void;
10
11
  chileClick(event: any): void;
12
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CsCheckboxIndeterminateComponent, never>;
13
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CsCheckboxIndeterminateComponent, "app-cs-checkbox-indeterminate", never, { "disabled": "disabled"; "ngValue": "ngValue"; "value": "value"; }, { "ngValueChange": "ngValueChange"; }, never, ["*"]>;
11
14
  }
15
+
16
+ //# sourceMappingURL=cs-checkbox-indeterminate.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 CsRadioComponent implements OnInit {
3
4
  disabled: boolean;
4
5
  readonly: boolean;
@@ -9,4 +10,8 @@ export declare class CsRadioComponent implements OnInit {
9
10
  constructor();
10
11
  ngOnInit(): void;
11
12
  changeState(evt: any): void;
13
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CsRadioComponent, never>;
14
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CsRadioComponent, "app-cs-radio", never, { "disabled": "disabled"; "readonly": "readonly"; "name": "name"; "checked": "checked"; "value": "value"; }, { "checkedEvent": "checkedEvent"; }, never, ["*"]>;
12
15
  }
16
+
17
+ //# sourceMappingURL=cs-radio.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 CsRadioGroupComponent implements OnInit {
3
4
  constructor();
4
5
  ngOnInit(): void;
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CsRadioGroupComponent, never>;
7
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CsRadioGroupComponent, "app-cs-radio-group", never, {}, {}, never, never>;
5
8
  }
9
+
10
+ //# sourceMappingURL=cs-radio-group.component.d.ts.map
@@ -1,4 +1,5 @@
1
1
  import { ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class CsSelectComponent implements OnChanges {
3
4
  dataList: any[];
4
5
  dropdownLabel: string;
@@ -30,4 +31,8 @@ export declare class CsSelectComponent implements OnChanges {
30
31
  openDropdown(event: any): void;
31
32
  selectOption(selectedData: any): void;
32
33
  closeDropdown(): void;
34
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CsSelectComponent, never>;
35
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CsSelectComponent, "app-cs-select", never, { "selectedValue": "selectedValue"; "colorSelected": "colorSelected"; "dataList": "dataList"; "dropdownLabel": "dropdownLabel"; "displayProperty": "displayProperty"; "isRequired": "isRequired"; "dropdownSubLabel": "dropdownSubLabel"; "disabled": "disabled"; "placeholder": "placeholder"; "stylex": "stylex"; "valueKey": "valueKey"; "multipleSelect": "multipleSelect"; "colorProperty": "colorProperty"; }, { "selectedData": "selectedData"; "selectedValueChange": "selectedValueChange"; }, never, never>;
33
36
  }
37
+
38
+ //# sourceMappingURL=cs-select.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 CsSwitchComponent implements OnInit {
3
4
  disabled: boolean;
4
5
  ngValue: any;
@@ -9,4 +10,8 @@ export declare class CsSwitchComponent implements OnInit {
9
10
  constructor();
10
11
  ngOnInit(): void;
11
12
  valueChanged(): void;
13
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CsSwitchComponent, never>;
14
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CsSwitchComponent, "app-cs-switch", never, { "disabled": "disabled"; "ngValue": "ngValue"; "value": "value"; "tooltipMessage": "tooltipMessage"; "position": "position"; }, { "ngValueChange": "ngValueChange"; }, never, never>;
12
15
  }
16
+
17
+ //# sourceMappingURL=cs-switch.component.d.ts.map
@@ -1,2 +1,20 @@
1
+ import * as ɵngcc0 from '@angular/core';
2
+ import * as ɵngcc1 from './cs-checkbox/cs-checkbox.component';
3
+ import * as ɵngcc2 from './cs-radio/cs-radio.component';
4
+ import * as ɵngcc3 from './cs-switch/cs-switch.component';
5
+ import * as ɵngcc4 from './cs-radio-group/cs-radio-group.component';
6
+ import * as ɵngcc5 from './cs-select/cs-select.component';
7
+ import * as ɵngcc6 from './pipes/pascal.pipe';
8
+ import * as ɵngcc7 from './pipes/searchMultiSelect.pipe';
9
+ import * as ɵngcc8 from './click-outside.directive';
10
+ import * as ɵngcc9 from './cs-checkbox-indeterminate/cs-checkbox-indeterminate.component';
11
+ import * as ɵngcc10 from '@angular/common';
12
+ import * as ɵngcc11 from '@angular/forms';
13
+ import * as ɵngcc12 from '../tooltip/tooltip.module';
1
14
  export declare class FormgroupModule {
15
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FormgroupModule, never>;
16
+ static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<FormgroupModule, [typeof ɵngcc1.CsCheckboxComponent, typeof ɵngcc2.CsRadioComponent, typeof ɵngcc3.CsSwitchComponent, typeof ɵngcc4.CsRadioGroupComponent, typeof ɵngcc5.CsSelectComponent, typeof ɵngcc6.PascalPipe, typeof ɵngcc7.SearchMultiSelectPipe, typeof ɵngcc8.ClickOutsideDirective, typeof ɵngcc9.CsCheckboxIndeterminateComponent], [typeof ɵngcc10.CommonModule, typeof ɵngcc11.FormsModule, typeof ɵngcc12.TooltipModule], [typeof ɵngcc1.CsCheckboxComponent, typeof ɵngcc2.CsRadioComponent, typeof ɵngcc3.CsSwitchComponent, typeof ɵngcc4.CsRadioGroupComponent, typeof ɵngcc5.CsSelectComponent, typeof ɵngcc7.SearchMultiSelectPipe, typeof ɵngcc9.CsCheckboxIndeterminateComponent]>;
17
+ static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<FormgroupModule>;
2
18
  }
19
+
20
+ //# sourceMappingURL=formgroup.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 PascalPipe implements PipeTransform {
3
4
  transform(value: string, ...args: unknown[]): unknown;
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PascalPipe, never>;
6
+ static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<PascalPipe, "pascal">;
4
7
  }
8
+
9
+ //# sourceMappingURL=pascal.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 SearchMultiSelectPipe implements PipeTransform {
3
4
  transform(value: any[], key: string, searchKey: string): any[];
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SearchMultiSelectPipe, never>;
6
+ static ɵpipe: ɵngcc0.ɵɵPipeDeclaration<SearchMultiSelectPipe, "searchMultiSelect">;
4
7
  }
8
+
9
+ //# sourceMappingURL=searchMultiSelect.pipe.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 LineLoaderComponent implements OnInit {
3
4
  loaderHeight: any;
4
5
  constructor();
5
6
  ngOnInit(): void;
7
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LineLoaderComponent, never>;
8
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<LineLoaderComponent, "app-line-loader", never, { "loaderHeight": "loaderHeight"; }, {}, never, never>;
6
9
  }
10
+
11
+ //# sourceMappingURL=line-loader.component.d.ts.map
@@ -1,2 +1,10 @@
1
+ import * as ɵngcc0 from '@angular/core';
2
+ import * as ɵngcc1 from './line-loader.component';
3
+ import * as ɵngcc2 from '@angular/common';
1
4
  export declare class LineLoaderModule {
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<LineLoaderModule, never>;
6
+ static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<LineLoaderModule, [typeof ɵngcc1.LineLoaderComponent], [typeof ɵngcc2.CommonModule], [typeof ɵngcc1.LineLoaderComponent]>;
7
+ static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<LineLoaderModule>;
2
8
  }
9
+
10
+ //# sourceMappingURL=line-loader.module.d.ts.map
@@ -1,4 +1,5 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class NoDataComponent implements OnInit {
3
4
  action: object;
4
5
  secondaryAction: object;
@@ -15,4 +16,8 @@ export declare class NoDataComponent implements OnInit {
15
16
  ngOnInit(): void;
16
17
  actionEmitter(button: object): void;
17
18
  secondaryActionEmitter(button: object): void;
19
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<NoDataComponent, never>;
20
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<NoDataComponent, "app-no-data", never, { "action": "action"; "secondaryAction": "secondaryAction"; "noDataImage": "noDataImage"; "noDataText": "noDataText"; "noDataButton": "noDataButton"; "secondaryButton": "secondaryButton"; "noDataSecButton": "noDataSecButton"; "altText": "altText"; "smallButton": "smallButton"; }, { "buttonAction": "buttonAction"; "secondaryActionButton": "secondaryActionButton"; }, never, never>;
18
21
  }
22
+
23
+ //# sourceMappingURL=no-data.component.d.ts.map
@@ -1,2 +1,10 @@
1
+ import * as ɵngcc0 from '@angular/core';
2
+ import * as ɵngcc1 from './no-data.component';
3
+ import * as ɵngcc2 from '@angular/common';
1
4
  export declare class NoDataModule {
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<NoDataModule, never>;
6
+ static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<NoDataModule, [typeof ɵngcc1.NoDataComponent], [typeof ɵngcc2.CommonModule], [typeof ɵngcc1.NoDataComponent]>;
7
+ static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<NoDataModule>;
2
8
  }
9
+
10
+ //# sourceMappingURL=no-data.module.d.ts.map
@@ -1,4 +1,5 @@
1
1
  import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class PaginationComponent implements OnInit {
3
4
  alphabetsArray: any;
4
5
  activeAlphabet: string;
@@ -20,4 +21,8 @@ export declare class PaginationComponent implements OnInit {
20
21
  increaseOrDecrease(value: number): void;
21
22
  onEnterPress(event: any): void;
22
23
  goToPageArrayGenerate(page: any, shouldEmit: boolean): void;
24
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PaginationComponent, never>;
25
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PaginationComponent, "app-pagination", never, { "activeAlphabet": "activeAlphabet"; "currentPage": "currentPage"; "pageCount": "pageCount"; "start": "start"; "end": "end"; "total": "total"; }, { "selectedPage": "selectedPage"; "selectedAlphabet": "selectedAlphabet"; }, never, never>;
23
26
  }
27
+
28
+ //# 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,7 +1,12 @@
1
1
  import { PopoverService } from './popover.service';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class PopoverEventDirective {
3
4
  private popoverService;
4
5
  constructor(popoverService: PopoverService);
5
6
  contextmenu(event: any): void;
6
7
  getEventPosition(event: any): void;
8
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PopoverEventDirective, never>;
9
+ static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<PopoverEventDirective, "[appPopoverEvent]", never, {}, {}, never>;
7
10
  }
11
+
12
+ //# sourceMappingURL=popover-event.directive.d.ts.map
@@ -1,5 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { PopoverService } from './popover.service';
3
+ import * as ɵngcc0 from '@angular/core';
3
4
  export declare class PopoverLongpressDirective {
4
5
  private popoverService;
5
6
  getTime: any;
@@ -10,4 +11,8 @@ export declare class PopoverLongpressDirective {
10
11
  mousedown(event: any): void;
11
12
  mouseup(): void;
12
13
  getEventPosition(event: any): void;
14
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PopoverLongpressDirective, never>;
15
+ static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<PopoverLongpressDirective, "[appPopoverLongpress]", never, {}, { "longPressPopover": "longPressPopover"; }, never>;
13
16
  }
17
+
18
+ //# sourceMappingURL=popover-longpress.directive.d.ts.map
@@ -1,5 +1,6 @@
1
1
  import { ElementRef, OnInit } from '@angular/core';
2
2
  import { PopoverService } from './popover.service';
3
+ import * as ɵngcc0 from '@angular/core';
3
4
  export declare class PopoverComponent implements OnInit {
4
5
  popoverService: PopoverService;
5
6
  dontCloseonClick: boolean;
@@ -21,4 +22,8 @@ export declare class PopoverComponent implements OnInit {
21
22
  clickedPopover(): void;
22
23
  getPosition(): void;
23
24
  sizeChange(event: any): void;
25
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PopoverComponent, never>;
26
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PopoverComponent, "app-popover", never, { "dontCloseonClick": "dontCloseonClick"; }, {}, never, ["*"]>;
24
27
  }
28
+
29
+ //# sourceMappingURL=popover.component.d.ts.map
@@ -1,5 +1,6 @@
1
1
  import { ElementRef } from '@angular/core';
2
2
  import { PopoverService } from './popover.service';
3
+ import * as ɵngcc0 from '@angular/core';
3
4
  export declare class PopoverDirective {
4
5
  private elRef;
5
6
  private popoverService;
@@ -13,4 +14,8 @@ export declare class PopoverDirective {
13
14
  onMouseEnter(): void;
14
15
  onMouseOver(): void;
15
16
  getPosition(): void;
17
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PopoverDirective, never>;
18
+ static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<PopoverDirective, "[appPopover]", never, { "refrence": "refrence"; "placement": "placement"; }, {}, never>;
16
19
  }
20
+
21
+ //# sourceMappingURL=popover.directive.d.ts.map
@@ -1,2 +1,13 @@
1
+ import * as ɵngcc0 from '@angular/core';
2
+ import * as ɵngcc1 from './popover.component';
3
+ import * as ɵngcc2 from './popover.directive';
4
+ import * as ɵngcc3 from './popover-event.directive';
5
+ import * as ɵngcc4 from './popover-longpress.directive';
6
+ import * as ɵngcc5 from '@angular/common';
1
7
  export declare class PopoverModule {
8
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PopoverModule, never>;
9
+ static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<PopoverModule, [typeof ɵngcc1.PopoverComponent, typeof ɵngcc2.PopoverDirective, typeof ɵngcc3.PopoverEventDirective, typeof ɵngcc4.PopoverLongpressDirective], [typeof ɵngcc5.CommonModule], [typeof ɵngcc1.PopoverComponent, typeof ɵngcc2.PopoverDirective, typeof ɵngcc3.PopoverEventDirective, typeof ɵngcc4.PopoverLongpressDirective]>;
10
+ static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<PopoverModule>;
2
11
  }
12
+
13
+ //# sourceMappingURL=popover.module.d.ts.map
@@ -1,3 +1,4 @@
1
+ import * as ɵngcc0 from '@angular/core';
1
2
  export declare class PopoverService {
2
3
  positionX: number;
3
4
  positionY: number;
@@ -6,4 +7,7 @@ export declare class PopoverService {
6
7
  elementPosition: any;
7
8
  elementDirection: any;
8
9
  constructor();
10
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PopoverService, never>;
9
11
  }
12
+
13
+ //# sourceMappingURL=popover.service.d.ts.map
@@ -1,5 +1,6 @@
1
1
  import { ElementRef, OnInit } from '@angular/core';
2
2
  import { PopoverHoverService } from './popover-hover.service';
3
+ import * as ɵngcc0 from '@angular/core';
3
4
  export declare class PopoverHoverComponent implements OnInit {
4
5
  popoverService: PopoverHoverService;
5
6
  popoverContainer: boolean;
@@ -19,4 +20,8 @@ export declare class PopoverHoverComponent implements OnInit {
19
20
  closePopover(): void;
20
21
  clickedPopover(): void;
21
22
  getPosition(): void;
23
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PopoverHoverComponent, never>;
24
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PopoverHoverComponent, "popover-hover", never, {}, {}, never, ["*"]>;
22
25
  }
26
+
27
+ //# sourceMappingURL=popover-hover.component.d.ts.map
@@ -1,5 +1,6 @@
1
1
  import { ElementRef } from '@angular/core';
2
2
  import { PopoverHoverService } from './popover-hover.service';
3
+ import * as ɵngcc0 from '@angular/core';
3
4
  export declare class PopoverHoverDirective {
4
5
  private elRef;
5
6
  private popoverService;
@@ -9,4 +10,8 @@ export declare class PopoverHoverDirective {
9
10
  constructor(elRef: ElementRef, popoverService: PopoverHoverService);
10
11
  onMouseEnter(): void;
11
12
  onMouseOver(): void;
13
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PopoverHoverDirective, never>;
14
+ static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<PopoverHoverDirective, "[libPopoverHover]", never, { "placement": "placement"; }, {}, never>;
12
15
  }
16
+
17
+ //# sourceMappingURL=popover-hover.directive.d.ts.map
@@ -1,2 +1,11 @@
1
+ import * as ɵngcc0 from '@angular/core';
2
+ import * as ɵngcc1 from './popover-hover.component';
3
+ import * as ɵngcc2 from './popover-hover.directive';
4
+ import * as ɵngcc3 from '@angular/common';
1
5
  export declare class PopoverHoverModule {
6
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PopoverHoverModule, never>;
7
+ static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<PopoverHoverModule, [typeof ɵngcc1.PopoverHoverComponent, typeof ɵngcc2.PopoverHoverDirective], [typeof ɵngcc3.CommonModule], [typeof ɵngcc1.PopoverHoverComponent, typeof ɵngcc2.PopoverHoverDirective]>;
8
+ static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<PopoverHoverModule>;
2
9
  }
10
+
11
+ //# sourceMappingURL=popover-hover.module.d.ts.map
@@ -1,3 +1,4 @@
1
+ import * as ɵngcc0 from '@angular/core';
1
2
  export declare class PopoverHoverService {
2
3
  positionX: number;
3
4
  positionY: number;
@@ -6,4 +7,7 @@ export declare class PopoverHoverService {
6
7
  elementPosition: any;
7
8
  elementDirection: any;
8
9
  constructor();
10
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PopoverHoverService, never>;
9
11
  }
12
+
13
+ //# sourceMappingURL=popover-hover.service.d.ts.map
@@ -1,4 +1,5 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class SmileyDialogComponent implements OnInit {
3
4
  message: string;
4
5
  actionButtons: any[];
@@ -9,4 +10,8 @@ export declare class SmileyDialogComponent implements OnInit {
9
10
  ngOnInit(): void;
10
11
  actionEmitter(event: any): void;
11
12
  smileyCloseEmitter(event?: any): void;
13
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SmileyDialogComponent, never>;
14
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<SmileyDialogComponent, "app-smiley-dialog", never, { "message": "message"; "actionButtons": "actionButtons"; }, { "action": "action"; "closeSmiley": "closeSmiley"; }, never, never>;
12
15
  }
16
+
17
+ //# sourceMappingURL=smiley-dialog.component.d.ts.map
@@ -1,2 +1,10 @@
1
+ import * as ɵngcc0 from '@angular/core';
2
+ import * as ɵngcc1 from './smiley-dialog.component';
3
+ import * as ɵngcc2 from '@angular/common';
1
4
  export declare class SmileyDialogModule {
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SmileyDialogModule, never>;
6
+ static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<SmileyDialogModule, [typeof ɵngcc1.SmileyDialogComponent], [typeof ɵngcc2.CommonModule], [typeof ɵngcc1.SmileyDialogComponent]>;
7
+ static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<SmileyDialogModule>;
2
8
  }
9
+
10
+ //# sourceMappingURL=smiley-dialog.module.d.ts.map
@@ -1,4 +1,5 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class SmileyDialogInlineComponent implements OnInit {
3
4
  message: string;
4
5
  actionButtons: any[];
@@ -9,4 +10,8 @@ export declare class SmileyDialogInlineComponent implements OnInit {
9
10
  ngOnInit(): void;
10
11
  actionEmitter(event: any): void;
11
12
  smileyCloseEmitter(event?: any): void;
13
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SmileyDialogInlineComponent, never>;
14
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<SmileyDialogInlineComponent, "app-smiley-dialog-inline", never, { "message": "message"; "actionButtons": "actionButtons"; }, { "action": "action"; "closeSmiley": "closeSmiley"; }, never, never>;
12
15
  }
16
+
17
+ //# sourceMappingURL=smiley-dialog-inline.component.d.ts.map
@@ -1,2 +1,10 @@
1
+ import * as ɵngcc0 from '@angular/core';
2
+ import * as ɵngcc1 from './smiley-dialog-inline.component';
3
+ import * as ɵngcc2 from '@angular/common';
1
4
  export declare class SmileyDialogInlineModule {
5
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SmileyDialogInlineModule, never>;
6
+ static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<SmileyDialogInlineModule, [typeof ɵngcc1.SmileyDialogInlineComponent], [typeof ɵngcc2.CommonModule], [typeof ɵngcc1.SmileyDialogInlineComponent]>;
7
+ static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<SmileyDialogInlineModule>;
2
8
  }
9
+
10
+ //# sourceMappingURL=smiley-dialog-inline.module.d.ts.map
@@ -1,6 +1,7 @@
1
1
  import { OnDestroy, OnInit } from '@angular/core';
2
2
  import { Subscription } from 'rxjs';
3
3
  import { SnackBarService } from './snack-bar.service';
4
+ import * as ɵngcc0 from '@angular/core';
4
5
  export declare class SnackBarComponent implements OnInit, OnDestroy {
5
6
  private snackbarService;
6
7
  show: boolean;
@@ -14,4 +15,8 @@ export declare class SnackBarComponent implements OnInit, OnDestroy {
14
15
  setAutoClose(): void;
15
16
  close(): void;
16
17
  ngOnDestroy(): void;
18
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SnackBarComponent, never>;
19
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<SnackBarComponent, "app-snack-bar", never, {}, {}, never, never>;
17
20
  }
21
+
22
+ //# sourceMappingURL=snack-bar.component.d.ts.map