vcomply-workflow-engine 2.7.3 → 2.7.4
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.
- package/bundles/vcomply-workflow-engine.umd.js +159 -18
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/sharedComponents/group-users-list/group-users-list.component.js +2 -2
- package/esm2015/lib/sharedComponents/group-users-list/group-users-list.component.ngfactory.js +3 -3
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +66 -8
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +3 -3
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/tooltip-message.pipe.js +6 -5
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.js +5 -2
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngfactory.js +37 -35
- package/esm2015/lib/workflow-program/workflow-program.component.js +79 -5
- package/esm2015/lib/workflow-program/workflow-program.component.ngfactory.js +9 -9
- package/esm2015/lib/workflow-program/workflow-program.component.ngsummary.json +1 -1
- package/fesm2015/vcomply-workflow-engine.js +153 -17
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/add-multiple-responsibility/add-multiple-responsibility.component.d.ts.__ivy_ngcc_bak +87 -0
- package/lib/add-multiple-responsibility/add-multiple-responsibility.component.d.ts.map +1 -0
- package/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.d.ts.__ivy_ngcc_bak +37 -0
- package/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.d.ts.map +1 -0
- package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts.__ivy_ngcc_bak +186 -0
- package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts.map +1 -0
- package/lib/add-multiple-risk/add-multiple-risk.component.d.ts.__ivy_ngcc_bak +108 -0
- package/lib/add-multiple-risk/add-multiple-risk.component.d.ts.map +1 -0
- package/lib/confirmation-alert/confirmation-alert.component.d.ts.__ivy_ngcc_bak +10 -0
- package/lib/confirmation-alert/confirmation-alert.component.d.ts.map +1 -0
- package/lib/create-documents/create-documents.component.d.ts.__ivy_ngcc_bak +36 -0
- package/lib/create-documents/create-documents.component.d.ts.map +1 -0
- package/lib/formgroup/cs-checkbox/cs-checkbox.component.d.ts.__ivy_ngcc_bak +14 -0
- package/lib/formgroup/cs-checkbox/cs-checkbox.component.d.ts.map +1 -0
- package/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts.__ivy_ngcc_bak +11 -0
- package/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts.map +1 -0
- package/lib/formgroup/cs-radio/cs-radio.component.d.ts.__ivy_ngcc_bak +13 -0
- package/lib/formgroup/cs-radio/cs-radio.component.d.ts.map +1 -0
- package/lib/formgroup/cs-radio-group/cs-radio-group.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/formgroup/cs-radio-group/cs-radio-group.component.d.ts.map +1 -0
- package/lib/formgroup/cs-select/cs-select.component.d.ts.__ivy_ngcc_bak +31 -0
- package/lib/formgroup/cs-select/cs-select.component.d.ts.map +1 -0
- package/lib/formgroup/cs-switch/cs-switch.component.d.ts.__ivy_ngcc_bak +12 -0
- package/lib/formgroup/cs-switch/cs-switch.component.d.ts.map +1 -0
- package/lib/formgroup/formgroup.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/formgroup/formgroup.module.d.ts.map +1 -0
- package/lib/formgroup/pipes/pascal.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/formgroup/pipes/pascal.pipe.d.ts.map +1 -0
- package/lib/formgroup/select/cs-option/cs-option.component.d.ts.__ivy_ngcc_bak +15 -0
- package/lib/formgroup/select/cs-option/cs-option.component.d.ts.map +1 -0
- package/lib/formgroup/select/cs-select/cs-select.component.d.ts.__ivy_ngcc_bak +34 -0
- package/lib/formgroup/select/cs-select/cs-select.component.d.ts.map +1 -0
- package/lib/formgroup/select/select.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/formgroup/select/select.module.d.ts.map +1 -0
- package/lib/formgroup/select/select.service.d.ts.__ivy_ngcc_bak +15 -0
- package/lib/formgroup/select/select.service.d.ts.map +1 -0
- package/lib/log-an-issue/log-an-issue.component.d.ts.__ivy_ngcc_bak +218 -0
- package/lib/log-an-issue/log-an-issue.component.d.ts.map +1 -0
- package/lib/more-option/more-option.component.d.ts.__ivy_ngcc_bak +25 -0
- package/lib/more-option/more-option.component.d.ts.map +1 -0
- package/lib/pipes/data-type.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/pipes/data-type.pipe.d.ts.map +1 -0
- package/lib/pipes/list-mapper.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/pipes/list-mapper.pipe.d.ts.map +1 -0
- package/lib/pipes/search.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/pipes/search.pipe.d.ts.map +1 -0
- package/lib/pipes/space-breaker.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/pipes/space-breaker.pipe.d.ts.map +1 -0
- package/lib/pipes/uncategorized-filter.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/pipes/uncategorized-filter.pipe.d.ts.map +1 -0
- package/lib/pipes/user-filter.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/pipes/user-filter.pipe.d.ts.map +1 -0
- package/lib/services/bulk-upload.service.d.ts.__ivy_ngcc_bak +6 -0
- package/lib/services/bulk-upload.service.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.d.ts.__ivy_ngcc_bak +117 -0
- package/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.d.ts.__ivy_ngcc_bak +19 -0
- package/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.d.ts.__ivy_ngcc_bak +10 -0
- package/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.d.ts.__ivy_ngcc_bak +22 -0
- package/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.d.ts.__ivy_ngcc_bak +46 -0
- package/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/build.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/sharedComponents/assessment-editor/components/build/build.module.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.d.ts.__ivy_ngcc_bak +11 -0
- package/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.d.ts.__ivy_ngcc_bak +16 -0
- package/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.d.ts.__ivy_ngcc_bak +6 -0
- package/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.d.ts.__ivy_ngcc_bak +11 -0
- package/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.d.ts.__ivy_ngcc_bak +11 -0
- package/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.d.ts.__ivy_ngcc_bak +9 -0
- package/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.d.ts.__ivy_ngcc_bak +12 -0
- package/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.d.ts.__ivy_ngcc_bak +57 -0
- package/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic/logic.component.d.ts.__ivy_ngcc_bak +24 -0
- package/lib/sharedComponents/assessment-editor/components/logic/logic.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.d.ts.__ivy_ngcc_bak +8 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.d.ts.__ivy_ngcc_bak +14 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.d.ts.__ivy_ngcc_bak +9 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.d.ts.__ivy_ngcc_bak +8 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.d.ts.__ivy_ngcc_bak +9 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/move/move.component.d.ts.__ivy_ngcc_bak +23 -0
- package/lib/sharedComponents/assessment-editor/components/move/move.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.d.ts.__ivy_ngcc_bak +8 -0
- package/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/current-page-question.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/current-page-question.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/error-message.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/error-message.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/formatter.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/formatter.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/question-filter.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/question-filter.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/question-page-filter.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/question-page-filter.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/question-parser.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/question-parser.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/type-of.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/type-of.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.d.ts.__ivy_ngcc_bak +8 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.d.ts.__ivy_ngcc_bak +11 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.d.ts.__ivy_ngcc_bak +8 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.d.ts.__ivy_ngcc_bak +8 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.d.ts.__ivy_ngcc_bak +7 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.d.ts.__ivy_ngcc_bak +7 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.d.ts.__ivy_ngcc_bak +8 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.d.ts.__ivy_ngcc_bak +6 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.d.ts.__ivy_ngcc_bak +27 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview.module.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.d.ts.__ivy_ngcc_bak +6 -0
- package/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.d.ts.__ivy_ngcc_bak +28 -0
- package/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.d.ts.__ivy_ngcc_bak +11 -0
- package/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.d.ts.__ivy_ngcc_bak +16 -0
- package/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.d.ts.__ivy_ngcc_bak +47 -0
- package/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.d.ts.__ivy_ngcc_bak +35 -0
- package/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.d.ts.__ivy_ngcc_bak +8 -0
- package/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.d.ts.__ivy_ngcc_bak +15 -0
- package/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.d.ts.__ivy_ngcc_bak +66 -0
- package/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/create-assessment.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/sharedComponents/assessment-editor/create-assessment.module.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/services/editor.service.d.ts.__ivy_ngcc_bak +185 -0
- package/lib/sharedComponents/assessment-editor/services/editor.service.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/services/result-criteria.service.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/sharedComponents/assessment-editor/services/result-criteria.service.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-editor/services/validator.service.d.ts.__ivy_ngcc_bak +32 -0
- package/lib/sharedComponents/assessment-editor/services/validator.service.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-list/assessment-list-loader/assessment-list-loader.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-list/assessment-list-loader/assessment-list-loader.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-list/assessment-list-sub-loader/assessment-list-sub-loader.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-list/assessment-list-sub-loader/assessment-list-sub-loader.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts.__ivy_ngcc_bak +81 -0
- package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-list/service/assessment.service.d.ts.__ivy_ngcc_bak +10 -0
- package/lib/sharedComponents/assessment-list/service/assessment.service.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/assessment-preview.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/sharedComponents/assessment-preview/assessment-preview.module.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/checkbox-question/checkbox-question.component.d.ts.__ivy_ngcc_bak +9 -0
- package/lib/sharedComponents/assessment-preview/checkbox-question/checkbox-question.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/date-time/date-time.component.d.ts.__ivy_ngcc_bak +12 -0
- package/lib/sharedComponents/assessment-preview/date-time/date-time.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/device/device.component.d.ts.__ivy_ngcc_bak +7 -0
- package/lib/sharedComponents/assessment-preview/device/device.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/file-upload/file-upload.component.d.ts.__ivy_ngcc_bak +7 -0
- package/lib/sharedComponents/assessment-preview/file-upload/file-upload.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/page-header/page-header.component.d.ts.__ivy_ngcc_bak +7 -0
- package/lib/sharedComponents/assessment-preview/page-header/page-header.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/preview/preview.component.d.ts.__ivy_ngcc_bak +11 -0
- package/lib/sharedComponents/assessment-preview/preview/preview.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/preview-container/preview-container.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/assessment-preview/preview-container/preview-container.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/quick-settings/quick-settings.component.d.ts.__ivy_ngcc_bak +6 -0
- package/lib/sharedComponents/assessment-preview/quick-settings/quick-settings.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/radio-question/radio-question.component.d.ts.__ivy_ngcc_bak +9 -0
- package/lib/sharedComponents/assessment-preview/radio-question/radio-question.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/select-question/select-question.component.d.ts.__ivy_ngcc_bak +9 -0
- package/lib/sharedComponents/assessment-preview/select-question/select-question.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component.d.ts.__ivy_ngcc_bak +7 -0
- package/lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component.d.ts.map +1 -0
- package/lib/sharedComponents/assessment-preview/welcome/welcome.component.d.ts.__ivy_ngcc_bak +6 -0
- package/lib/sharedComponents/assessment-preview/welcome/welcome.component.d.ts.map +1 -0
- package/lib/sharedComponents/audit-category-list/audit-category-list.component.d.ts.__ivy_ngcc_bak +19 -0
- package/lib/sharedComponents/audit-category-list/audit-category-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts.__ivy_ngcc_bak +20 -0
- package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts.map +1 -0
- package/lib/sharedComponents/bulk-view/bulk-view.component.d.ts.__ivy_ngcc_bak +17 -0
- package/lib/sharedComponents/bulk-view/bulk-view.component.d.ts.map +1 -0
- package/lib/sharedComponents/category-list/category-list.component.d.ts.__ivy_ngcc_bak +19 -0
- package/lib/sharedComponents/category-list/category-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/category-multiselect/category-multi-select.component.d.ts.__ivy_ngcc_bak +28 -0
- package/lib/sharedComponents/category-multiselect/category-multi-select.component.d.ts.map +1 -0
- package/lib/sharedComponents/checkbox-list/checkbox-list.component.d.ts.__ivy_ngcc_bak +22 -0
- package/lib/sharedComponents/checkbox-list/checkbox-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.d.ts.__ivy_ngcc_bak +35 -0
- package/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.d.ts.map +1 -0
- package/lib/sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component.d.ts.__ivy_ngcc_bak +8 -0
- package/lib/sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts.__ivy_ngcc_bak +38 -0
- package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts.map +1 -0
- package/lib/sharedComponents/checkpoint-floating-bar/checkpoint-floating-bar.component.d.ts.__ivy_ngcc_bak +15 -0
- package/lib/sharedComponents/checkpoint-floating-bar/checkpoint-floating-bar.component.d.ts.map +1 -0
- package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-container/checkpoints-policy-container.component.d.ts.__ivy_ngcc_bak +16 -0
- package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-container/checkpoints-policy-container.component.d.ts.map +1 -0
- package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-list/checkpoints-policy-list.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-list/checkpoints-policy-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-questions/checkpoints-policy-questions.component.d.ts.__ivy_ngcc_bak +33 -0
- package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-questions/checkpoints-policy-questions.component.d.ts.map +1 -0
- package/lib/sharedComponents/directive/autofocus.directive.d.ts.__ivy_ngcc_bak +6 -0
- package/lib/sharedComponents/directive/autofocus.directive.d.ts.map +1 -0
- package/lib/sharedComponents/directive/conditional-focus.directive.d.ts.__ivy_ngcc_bak +9 -0
- package/lib/sharedComponents/directive/conditional-focus.directive.d.ts.map +1 -0
- package/lib/sharedComponents/directive/drag-drop.directive.d.ts.__ivy_ngcc_bak +8 -0
- package/lib/sharedComponents/directive/drag-drop.directive.d.ts.map +1 -0
- package/lib/sharedComponents/directive/input-trim.directive.d.ts.__ivy_ngcc_bak +3 -0
- package/lib/sharedComponents/directive/input-trim.directive.d.ts.map +1 -0
- package/lib/sharedComponents/directive/scroll-in-view.directive.d.ts.__ivy_ngcc_bak +9 -0
- package/lib/sharedComponents/directive/scroll-in-view.directive.d.ts.map +1 -0
- package/lib/sharedComponents/document-section/document-section.component.d.ts.__ivy_ngcc_bak +43 -0
- package/lib/sharedComponents/document-section/document-section.component.d.ts.map +1 -0
- package/lib/sharedComponents/floating-bar/floating-bar.component.d.ts.__ivy_ngcc_bak +38 -0
- package/lib/sharedComponents/floating-bar/floating-bar.component.d.ts.map +1 -0
- package/lib/sharedComponents/format-and-evidence/format-and-evidence.component.d.ts.__ivy_ngcc_bak +41 -0
- package/lib/sharedComponents/format-and-evidence/format-and-evidence.component.d.ts.map +1 -0
- package/lib/sharedComponents/framework-list/framework-list-table/framework-list-table.component.d.ts.__ivy_ngcc_bak +13 -0
- package/lib/sharedComponents/framework-list/framework-list-table/framework-list-table.component.d.ts.map +1 -0
- package/lib/sharedComponents/framework-list/framework-list.component.d.ts.__ivy_ngcc_bak +108 -0
- package/lib/sharedComponents/framework-list/framework-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/framework-list/framework-responsibility-table/framework-responsibility-table.component.d.ts.__ivy_ngcc_bak +14 -0
- package/lib/sharedComponents/framework-list/framework-responsibility-table/framework-responsibility-table.component.d.ts.map +1 -0
- package/lib/sharedComponents/framework-list/framework-table-loader/framework-table-loader.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/framework-list/framework-table-loader/framework-table-loader.component.d.ts.map +1 -0
- package/lib/sharedComponents/framework-list/parent-table/parent-table.component.d.ts.__ivy_ngcc_bak +26 -0
- package/lib/sharedComponents/framework-list/parent-table/parent-table.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.d.ts.__ivy_ngcc_bak +37 -0
- package/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.d.ts.__ivy_ngcc_bak +35 -0
- package/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-checkbox-list/frequency-checkbox-list.component.d.ts.__ivy_ngcc_bak +11 -0
- package/lib/sharedComponents/frequency/frequency-checkbox-list/frequency-checkbox-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts.__ivy_ngcc_bak +33 -0
- package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.d.ts.__ivy_ngcc_bak +30 -0
- package/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-due-date/frequency-due-date.component.d.ts.__ivy_ngcc_bak +19 -0
- package/lib/sharedComponents/frequency/frequency-due-date/frequency-due-date.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-lifecycle/frequency-lifecycle.component.d.ts.__ivy_ngcc_bak +37 -0
- package/lib/sharedComponents/frequency/frequency-lifecycle/frequency-lifecycle.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.d.ts.__ivy_ngcc_bak +33 -0
- package/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.d.ts.__ivy_ngcc_bak +37 -0
- package/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.d.ts.__ivy_ngcc_bak +32 -0
- package/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.d.ts.__ivy_ngcc_bak +19 -0
- package/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.d.ts.__ivy_ngcc_bak +32 -0
- package/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-radio-list/frequency-radio-list.component.d.ts.__ivy_ngcc_bak +11 -0
- package/lib/sharedComponents/frequency/frequency-radio-list/frequency-radio-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts.__ivy_ngcc_bak +59 -0
- package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.d.ts.__ivy_ngcc_bak +60 -0
- package/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-top/frequency-top.component.d.ts.__ivy_ngcc_bak +23 -0
- package/lib/sharedComponents/frequency/frequency-top/frequency-top.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.d.ts.__ivy_ngcc_bak +32 -0
- package/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency/frequency.service.d.ts.__ivy_ngcc_bak +48 -0
- package/lib/sharedComponents/frequency/frequency.service.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-annual/frequency-dialog-annual.component.d.ts.__ivy_ngcc_bak +37 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-annual/frequency-dialog-annual.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-biannual/frequency-dialog-biannual.component.d.ts.__ivy_ngcc_bak +35 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-biannual/frequency-dialog-biannual.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-checkbox-list/frequency-dialog-checkbox-list.component.d.ts.__ivy_ngcc_bak +9 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-checkbox-list/frequency-dialog-checkbox-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-container/frequency-dialog-container.component.d.ts.__ivy_ngcc_bak +31 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-container/frequency-dialog-container.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-due-date/frequency-dialog-due-date.component.d.ts.__ivy_ngcc_bak +16 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-due-date/frequency-dialog-due-date.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-monthly/frequency-dialog-monthly.component.d.ts.__ivy_ngcc_bak +33 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-monthly/frequency-dialog-monthly.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-one-time/frequency-dialog-one-time.component.d.ts.__ivy_ngcc_bak +32 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-one-time/frequency-dialog-one-time.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-quarterly/frequency-dialog-quarterly.component.d.ts.__ivy_ngcc_bak +32 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-quarterly/frequency-dialog-quarterly.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-radio-list/frequency-dialog-radio-list.component.d.ts.__ivy_ngcc_bak +10 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-radio-list/frequency-dialog-radio-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-top/frequency-dialog-top.component.d.ts.__ivy_ngcc_bak +22 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-top/frequency-dialog-top.component.d.ts.map +1 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-weekly/frequency-dialog-weekly.component.d.ts.__ivy_ngcc_bak +30 -0
- package/lib/sharedComponents/frequency-dialog/frequency-dialog-weekly/frequency-dialog-weekly.component.d.ts.map +1 -0
- package/lib/sharedComponents/group-users-list/group-users-list.component.d.ts.__ivy_ngcc_bak +47 -0
- package/lib/sharedComponents/group-users-list/group-users-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/list-loader/list-loader.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/list-loader/list-loader.component.d.ts.map +1 -0
- package/lib/sharedComponents/no-data/no-data.component.d.ts.__ivy_ngcc_bak +14 -0
- package/lib/sharedComponents/no-data/no-data.component.d.ts.map +1 -0
- package/lib/sharedComponents/no-data/no-data.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/sharedComponents/no-data/no-data.module.d.ts.map +1 -0
- package/lib/sharedComponents/owner-list/owner-list.component.d.ts.__ivy_ngcc_bak +42 -0
- package/lib/sharedComponents/owner-list/owner-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/pipes/array-filter.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/sharedComponents/pipes/array-filter.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/pipes/filterPipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/sharedComponents/pipes/filterPipe.d.ts.map +1 -0
- package/lib/sharedComponents/pipes/short-merge.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/sharedComponents/pipes/short-merge.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/pipes/spaceTrim.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/sharedComponents/pipes/spaceTrim.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/pipes/within-data.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/sharedComponents/pipes/within-data.pipe.d.ts.map +1 -0
- package/lib/sharedComponents/program-listing/program-listing.component.d.ts.__ivy_ngcc_bak +119 -0
- package/lib/sharedComponents/program-listing/program-listing.component.d.ts.map +1 -0
- package/lib/sharedComponents/radio-list/radio-list.component.d.ts.__ivy_ngcc_bak +24 -0
- package/lib/sharedComponents/radio-list/radio-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/radio-list-with-pagination/link-treatment-loader/link-treatment-loader.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/radio-list-with-pagination/link-treatment-loader/link-treatment-loader.component.d.ts.map +1 -0
- package/lib/sharedComponents/radio-list-with-pagination/radio-list.component.d.ts.__ivy_ngcc_bak +47 -0
- package/lib/sharedComponents/radio-list-with-pagination/radio-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.d.ts.__ivy_ngcc_bak +26 -0
- package/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/responsibility-risk-selector/responsibility-risk-selector.component.d.ts.__ivy_ngcc_bak +23 -0
- package/lib/sharedComponents/responsibility-risk-selector/responsibility-risk-selector.component.d.ts.map +1 -0
- package/lib/sharedComponents/review-frequency/review-frequency.component.d.ts.__ivy_ngcc_bak +15 -0
- package/lib/sharedComponents/review-frequency/review-frequency.component.d.ts.map +1 -0
- package/lib/sharedComponents/risk-classification/risk-classification.component.d.ts.__ivy_ngcc_bak +35 -0
- package/lib/sharedComponents/risk-classification/risk-classification.component.d.ts.map +1 -0
- package/lib/sharedComponents/roles-list/roles-list.component.d.ts.__ivy_ngcc_bak +8 -0
- package/lib/sharedComponents/roles-list/roles-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/users-radio-list/users-radio-list.component.d.ts.__ivy_ngcc_bak +26 -0
- package/lib/sharedComponents/users-radio-list/users-radio-list.component.d.ts.map +1 -0
- package/lib/sharedComponents/v-loader/loader/loader.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/v-loader/loader/loader.component.d.ts.map +1 -0
- package/lib/sharedComponents/v-loader/loader-inline/loader-inline.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/sharedComponents/v-loader/loader-inline/loader-inline.component.d.ts.map +1 -0
- package/lib/sharedComponents/v-loader/v-loader.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/sharedComponents/v-loader/v-loader.module.d.ts.map +1 -0
- package/lib/ui-kit/action-dialog/action-dialog.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/ui-kit/action-dialog/action-dialog.module.d.ts.map +1 -0
- package/lib/ui-kit/action-dialog/active/active.component.d.ts.__ivy_ngcc_bak +12 -0
- package/lib/ui-kit/action-dialog/active/active.component.d.ts.map +1 -0
- package/lib/ui-kit/action-dialog/deactivate/deactivate.component.d.ts.__ivy_ngcc_bak +12 -0
- package/lib/ui-kit/action-dialog/deactivate/deactivate.component.d.ts.map +1 -0
- package/lib/ui-kit/action-dialog/delete/delete.component.d.ts.__ivy_ngcc_bak +11 -0
- package/lib/ui-kit/action-dialog/delete/delete.component.d.ts.map +1 -0
- package/lib/ui-kit/action-dialog/duplicate/duplicate.component.d.ts.__ivy_ngcc_bak +12 -0
- package/lib/ui-kit/action-dialog/duplicate/duplicate.component.d.ts.map +1 -0
- package/lib/ui-kit/click-outside/click-outside.directive.d.ts.__ivy_ngcc_bak +7 -0
- package/lib/ui-kit/click-outside/click-outside.directive.d.ts.map +1 -0
- package/lib/ui-kit/click-outside/click-outside.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/ui-kit/click-outside/click-outside.module.d.ts.map +1 -0
- package/lib/ui-kit/dialog/dialog-ref.d.ts.__ivy_ngcc_bak +7 -0
- package/lib/ui-kit/dialog/dialog-ref.d.ts.map +1 -0
- package/lib/ui-kit/dialog/dialog.component.d.ts.__ivy_ngcc_bak +29 -0
- package/lib/ui-kit/dialog/dialog.component.d.ts.map +1 -0
- package/lib/ui-kit/dialog/dialog.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/ui-kit/dialog/dialog.module.d.ts.map +1 -0
- package/lib/ui-kit/dialog/dialog.service.d.ts.__ivy_ngcc_bak +15 -0
- package/lib/ui-kit/dialog/dialog.service.d.ts.map +1 -0
- package/lib/ui-kit/dialog/insertion.directive.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/ui-kit/dialog/insertion.directive.d.ts.map +1 -0
- package/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.d.ts.map +1 -0
- package/lib/ui-kit/editor-loader/editor-loader.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/ui-kit/editor-loader/editor-loader.module.d.ts.map +1 -0
- package/lib/ui-kit/format-html.pipe.d.ts.__ivy_ngcc_bak +7 -0
- package/lib/ui-kit/format-html.pipe.d.ts.map +1 -0
- package/lib/ui-kit/formgroup/click-outside.directive.d.ts.__ivy_ngcc_bak +7 -0
- package/lib/ui-kit/formgroup/click-outside.directive.d.ts.map +1 -0
- package/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.d.ts.__ivy_ngcc_bak +11 -0
- package/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.d.ts.map +1 -0
- package/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts.__ivy_ngcc_bak +11 -0
- package/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts.map +1 -0
- package/lib/ui-kit/formgroup/cs-radio/cs-radio.component.d.ts.__ivy_ngcc_bak +12 -0
- package/lib/ui-kit/formgroup/cs-radio/cs-radio.component.d.ts.map +1 -0
- package/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.d.ts.map +1 -0
- package/lib/ui-kit/formgroup/cs-select/cs-select.component.d.ts.__ivy_ngcc_bak +33 -0
- package/lib/ui-kit/formgroup/cs-select/cs-select.component.d.ts.map +1 -0
- package/lib/ui-kit/formgroup/cs-switch/cs-switch.component.d.ts.__ivy_ngcc_bak +12 -0
- package/lib/ui-kit/formgroup/cs-switch/cs-switch.component.d.ts.map +1 -0
- package/lib/ui-kit/formgroup/formgroup.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/ui-kit/formgroup/formgroup.module.d.ts.map +1 -0
- package/lib/ui-kit/formgroup/pipes/pascal.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/ui-kit/formgroup/pipes/pascal.pipe.d.ts.map +1 -0
- package/lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe.d.ts.map +1 -0
- package/lib/ui-kit/line-loader/line-loader.component.d.ts.__ivy_ngcc_bak +6 -0
- package/lib/ui-kit/line-loader/line-loader.component.d.ts.map +1 -0
- package/lib/ui-kit/line-loader/line-loader.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/ui-kit/line-loader/line-loader.module.d.ts.map +1 -0
- package/lib/ui-kit/no-data/no-data.component.d.ts.__ivy_ngcc_bak +18 -0
- package/lib/ui-kit/no-data/no-data.component.d.ts.map +1 -0
- package/lib/ui-kit/no-data/no-data.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/ui-kit/no-data/no-data.module.d.ts.map +1 -0
- package/lib/ui-kit/pagination/pagination/pagination.component.d.ts.__ivy_ngcc_bak +23 -0
- package/lib/ui-kit/pagination/pagination/pagination.component.d.ts.map +1 -0
- package/lib/ui-kit/pagination/pagination.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/ui-kit/pagination/pagination.module.d.ts.map +1 -0
- package/lib/ui-kit/popover/popover-event.directive.d.ts.__ivy_ngcc_bak +7 -0
- package/lib/ui-kit/popover/popover-event.directive.d.ts.map +1 -0
- package/lib/ui-kit/popover/popover-longpress.directive.d.ts.__ivy_ngcc_bak +13 -0
- package/lib/ui-kit/popover/popover-longpress.directive.d.ts.map +1 -0
- package/lib/ui-kit/popover/popover.component.d.ts.__ivy_ngcc_bak +24 -0
- package/lib/ui-kit/popover/popover.component.d.ts.map +1 -0
- package/lib/ui-kit/popover/popover.directive.d.ts.__ivy_ngcc_bak +16 -0
- package/lib/ui-kit/popover/popover.directive.d.ts.map +1 -0
- package/lib/ui-kit/popover/popover.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/ui-kit/popover/popover.module.d.ts.map +1 -0
- package/lib/ui-kit/popover/popover.service.d.ts.__ivy_ngcc_bak +9 -0
- package/lib/ui-kit/popover/popover.service.d.ts.map +1 -0
- package/lib/ui-kit/popover-hover/popover-hover.component.d.ts.__ivy_ngcc_bak +22 -0
- package/lib/ui-kit/popover-hover/popover-hover.component.d.ts.map +1 -0
- package/lib/ui-kit/popover-hover/popover-hover.directive.d.ts.__ivy_ngcc_bak +12 -0
- package/lib/ui-kit/popover-hover/popover-hover.directive.d.ts.map +1 -0
- package/lib/ui-kit/popover-hover/popover-hover.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/ui-kit/popover-hover/popover-hover.module.d.ts.map +1 -0
- package/lib/ui-kit/popover-hover/popover-hover.service.d.ts.__ivy_ngcc_bak +9 -0
- package/lib/ui-kit/popover-hover/popover-hover.service.d.ts.map +1 -0
- package/lib/ui-kit/smiley-dialog/smiley-dialog.component.d.ts.__ivy_ngcc_bak +12 -0
- package/lib/ui-kit/smiley-dialog/smiley-dialog.component.d.ts.map +1 -0
- package/lib/ui-kit/smiley-dialog/smiley-dialog.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/ui-kit/smiley-dialog/smiley-dialog.module.d.ts.map +1 -0
- package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.component.d.ts.__ivy_ngcc_bak +12 -0
- package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.component.d.ts.map +1 -0
- package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.module.d.ts.map +1 -0
- package/lib/ui-kit/snack-bar/snack-bar.component.d.ts.__ivy_ngcc_bak +17 -0
- package/lib/ui-kit/snack-bar/snack-bar.component.d.ts.map +1 -0
- package/lib/ui-kit/snack-bar/snack-bar.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/ui-kit/snack-bar/snack-bar.module.d.ts.map +1 -0
- package/lib/ui-kit/snack-bar/snack-bar.service.d.ts.__ivy_ngcc_bak +8 -0
- package/lib/ui-kit/snack-bar/snack-bar.service.d.ts.map +1 -0
- package/lib/ui-kit/tooltip/tooltip.directive.d.ts.__ivy_ngcc_bak +24 -0
- package/lib/ui-kit/tooltip/tooltip.directive.d.ts.map +1 -0
- package/lib/ui-kit/tooltip/tooltip.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/ui-kit/tooltip/tooltip.module.d.ts.map +1 -0
- package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.d.ts.__ivy_ngcc_bak +231 -0
- package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.d.ts.map +1 -0
- package/lib/workflow-assessment/workflow-assessment.component.d.ts.__ivy_ngcc_bak +63 -0
- package/lib/workflow-assessment/workflow-assessment.component.d.ts.map +1 -0
- package/lib/workflow-compliance/workflow-compliance.component.d.ts +2 -0
- package/lib/workflow-compliance/workflow-compliance.component.d.ts.__ivy_ngcc_bak +373 -0
- package/lib/workflow-compliance/workflow-compliance.component.d.ts.map +1 -0
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts.__ivy_ngcc_bak +132 -0
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts.map +1 -0
- package/lib/workflow-engine.module.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/workflow-engine.module.d.ts.map +1 -0
- package/lib/workflow-engine.service.d.ts.__ivy_ngcc_bak +3 -0
- package/lib/workflow-engine.service.d.ts.map +1 -0
- package/lib/workflow-pagination/workflow-pagination.component.d.ts.__ivy_ngcc_bak +24 -0
- package/lib/workflow-pagination/workflow-pagination.component.d.ts.map +1 -0
- package/lib/workflow-policy/workflow-policy.component.d.ts.__ivy_ngcc_bak +292 -0
- package/lib/workflow-policy/workflow-policy.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts.__ivy_ngcc_bak +87 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment.service.d.ts.__ivy_ngcc_bak +13 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment.service.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/selected-assessment.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/selected-assessment.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/workflow-pagination/workflow-pagination.component.d.ts.__ivy_ngcc_bak +24 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/workflow-pagination/workflow-pagination.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/checkbox/checkbox.component.d.ts.__ivy_ngcc_bak +13 -0
- package/lib/workflow-program/create-program-ui/checkbox/checkbox.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/create-program-ui.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/workflow-program/create-program-ui/create-program-ui.module.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.d.ts.__ivy_ngcc_bak +17 -0
- package/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/custom-field/custom-field.component.d.ts.__ivy_ngcc_bak +19 -0
- package/lib/workflow-program/create-program-ui/custom-field/custom-field.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.d.ts.__ivy_ngcc_bak +63 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.d.ts.__ivy_ngcc_bak +12 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/tooltip-message.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/tooltip-message.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/directives/input-trim.directive.d.ts.__ivy_ngcc_bak +3 -0
- package/lib/workflow-program/create-program-ui/directives/input-trim.directive.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/file-pill/file-pill.component.d.ts.__ivy_ngcc_bak +9 -0
- package/lib/workflow-program/create-program-ui/file-pill/file-pill.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.d.ts.__ivy_ngcc_bak +34 -0
- package/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/form-field/form-field.component.d.ts.__ivy_ngcc_bak +9 -0
- package/lib/workflow-program/create-program-ui/form-field/form-field.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.d.ts.__ivy_ngcc_bak +10 -0
- package/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts.__ivy_ngcc_bak +25 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination.module.d.ts.__ivy_ngcc_bak +2 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination.module.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/pipes/array-concat.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/workflow-program/create-program-ui/pipes/array-concat.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/pipes/assessment-resolver.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/workflow-program/create-program-ui/pipes/assessment-resolver.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/pipes/filter.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/workflow-program/create-program-ui/pipes/filter.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/pipes/list-to-id.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/workflow-program/create-program-ui/pipes/list-to-id.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/pipes/pager.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/workflow-program/create-program-ui/pipes/pager.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/pipes/search.pipe.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/workflow-program/create-program-ui/pipes/search.pipe.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/role-list/loader/loader.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/workflow-program/create-program-ui/role-list/loader/loader.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/role-list/role-list.component.d.ts.__ivy_ngcc_bak +68 -0
- package/lib/workflow-program/create-program-ui/role-list/role-list.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.d.ts.__ivy_ngcc_bak +17 -0
- package/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.d.ts.map +1 -0
- package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts.__ivy_ngcc_bak +112 -0
- package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts.map +1 -0
- package/lib/workflow-program/workflow-program.component.d.ts +9 -0
- package/lib/workflow-program/workflow-program.component.d.ts.__ivy_ngcc_bak +201 -0
- package/lib/workflow-program/workflow-program.component.d.ts.map +1 -0
- package/lib/workflow-risk/workflow-risk.component.d.ts.__ivy_ngcc_bak +188 -0
- package/lib/workflow-risk/workflow-risk.component.d.ts.map +1 -0
- package/lib/workflow-services/add-risk.service.d.ts.__ivy_ngcc_bak +23 -0
- package/lib/workflow-services/add-risk.service.d.ts.map +1 -0
- package/lib/workflow-services/assessment.service.d.ts.__ivy_ngcc_bak +29 -0
- package/lib/workflow-services/assessment.service.d.ts.map +1 -0
- package/lib/workflow-services/auth.service.d.ts.__ivy_ngcc_bak +30 -0
- package/lib/workflow-services/auth.service.d.ts.map +1 -0
- package/lib/workflow-services/frequency.service.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/workflow-services/frequency.service.d.ts.map +1 -0
- package/lib/workflow-services/log-issue.service.d.ts.__ivy_ngcc_bak +31 -0
- package/lib/workflow-services/log-issue.service.d.ts.map +1 -0
- package/lib/workflow-services/policy.service.d.ts.__ivy_ngcc_bak +24 -0
- package/lib/workflow-services/policy.service.d.ts.map +1 -0
- package/lib/workflow-services/programs.service.d.ts.__ivy_ngcc_bak +111 -0
- package/lib/workflow-services/programs.service.d.ts.map +1 -0
- package/lib/workflow-services/responsibility.service.d.ts.__ivy_ngcc_bak +42 -0
- package/lib/workflow-services/responsibility.service.d.ts.map +1 -0
- package/lib/workflow-services/token-decoder.service.d.ts.__ivy_ngcc_bak +4 -0
- package/lib/workflow-services/token-decoder.service.d.ts.map +1 -0
- package/lib/workflow-services/ui-kit.service.d.ts.__ivy_ngcc_bak +5 -0
- package/lib/workflow-services/ui-kit.service.d.ts.map +1 -0
- package/lib/workflow-survey-form/workflow-survey-form.component.d.ts.__ivy_ngcc_bak +7 -0
- package/lib/workflow-survey-form/workflow-survey-form.component.d.ts.map +1 -0
- package/package.json +1 -1
- package/vcomply-workflow-engine.d.ts.__ivy_ngcc_bak +307 -0
- package/vcomply-workflow-engine.d.ts.map +1 -0
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -0,0 +1,373 @@
|
|
|
1
|
+
import { OnInit, EventEmitter, ElementRef } from '@angular/core';
|
|
2
|
+
import { EditorConfig } from 'vcomply-editor';
|
|
3
|
+
import { AuthService } from '../workflow-services/auth.service';
|
|
4
|
+
import { ResponsibilityService } from '../workflow-services/responsibility.service';
|
|
5
|
+
import { FrequencyService } from '../sharedComponents/frequency/frequency.service';
|
|
6
|
+
import { UiKitService } from '../workflow-services/ui-kit.service';
|
|
7
|
+
import { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';
|
|
8
|
+
import { Subject } from 'rxjs';
|
|
9
|
+
import { ProgramsService } from '../workflow-services/programs.service';
|
|
10
|
+
export declare class WorkflowComplianceComponent implements OnInit {
|
|
11
|
+
private authService;
|
|
12
|
+
private responsibilityService;
|
|
13
|
+
private frequencyService;
|
|
14
|
+
private uiKitService;
|
|
15
|
+
private snackBar;
|
|
16
|
+
private permission;
|
|
17
|
+
private programService;
|
|
18
|
+
mode: string;
|
|
19
|
+
responsibilityId: string;
|
|
20
|
+
frameworkDetails: Array<any>;
|
|
21
|
+
isEntrust: boolean;
|
|
22
|
+
feature: any;
|
|
23
|
+
allGroupAssignee: boolean;
|
|
24
|
+
assignorId: any[];
|
|
25
|
+
assigneeIds: any[];
|
|
26
|
+
reviewerIds: any[];
|
|
27
|
+
overseerIds: any[];
|
|
28
|
+
disableRadioAssignee: any[];
|
|
29
|
+
isResponsibilitySimplified: boolean;
|
|
30
|
+
queryParam: string;
|
|
31
|
+
recentResponsibilityUrl: any;
|
|
32
|
+
set closeOnEsc(escapeCondition: boolean);
|
|
33
|
+
orgDetails: any;
|
|
34
|
+
url: string;
|
|
35
|
+
pickerChanged: EventEmitter<any>;
|
|
36
|
+
populateOption: EventEmitter<any>;
|
|
37
|
+
hideElementsFromMoreOptions: EventEmitter<any>;
|
|
38
|
+
closeWorkflow: EventEmitter<any>;
|
|
39
|
+
resetForm: EventEmitter<any>;
|
|
40
|
+
disconnectRefresh: EventEmitter<any>;
|
|
41
|
+
checkpointCountUpdated: EventEmitter<any>;
|
|
42
|
+
rcSelected: EventEmitter<any>;
|
|
43
|
+
openedFrom: any;
|
|
44
|
+
selectedRC: number;
|
|
45
|
+
featureFlag_groups: boolean;
|
|
46
|
+
selectedProgram: any;
|
|
47
|
+
selectedReviewer: boolean;
|
|
48
|
+
set setSelectedProgram(program: any);
|
|
49
|
+
onRemovingCheckpoint: EventEmitter<any>;
|
|
50
|
+
isAssessmentDisabled: EventEmitter<any>;
|
|
51
|
+
assigneeTypeChange: EventEmitter<any>;
|
|
52
|
+
onReviewerTypeChange: EventEmitter<any>;
|
|
53
|
+
scrollToBottom: boolean;
|
|
54
|
+
description: EditorConfig;
|
|
55
|
+
programPeopleList: any;
|
|
56
|
+
loader: boolean;
|
|
57
|
+
submitted: boolean;
|
|
58
|
+
editDetails: any;
|
|
59
|
+
smileyMessage: string;
|
|
60
|
+
actionButtons: {
|
|
61
|
+
buttonText: string;
|
|
62
|
+
class: string;
|
|
63
|
+
id: string;
|
|
64
|
+
}[];
|
|
65
|
+
showSmiley: boolean;
|
|
66
|
+
memberId: number;
|
|
67
|
+
organizationId: number;
|
|
68
|
+
rcListLoaded: boolean;
|
|
69
|
+
assignorsListLoaded: boolean;
|
|
70
|
+
assigneesListLoaded: boolean;
|
|
71
|
+
categoriesListLoaded: boolean;
|
|
72
|
+
groupsListLoaded: boolean;
|
|
73
|
+
assuranceCategoryListLoaded: boolean;
|
|
74
|
+
selectedFrameworkValues: any;
|
|
75
|
+
hasReviewer: boolean;
|
|
76
|
+
assignorsList: any[];
|
|
77
|
+
assigneesList: any[];
|
|
78
|
+
reviewersList: any[];
|
|
79
|
+
disableAssigneeIds: any[];
|
|
80
|
+
disableReviewerIds: any[];
|
|
81
|
+
disableOverseerIds: any[];
|
|
82
|
+
reviewerMemberIdsList: any[];
|
|
83
|
+
groupOverseerList: any[];
|
|
84
|
+
groupReviewerList: any[];
|
|
85
|
+
groupAssigneeList: any[];
|
|
86
|
+
overseersList: any[];
|
|
87
|
+
allUsersList: any[];
|
|
88
|
+
behalfOfUsersList: any[];
|
|
89
|
+
assigneeUserList: any[];
|
|
90
|
+
reviewerUserList: any[];
|
|
91
|
+
overseerUserList: any[];
|
|
92
|
+
overseerUserNotifyList: any[];
|
|
93
|
+
allCategories: any[];
|
|
94
|
+
assuranceCategoriesList: any[];
|
|
95
|
+
assuranceRequiresAuditList: any[];
|
|
96
|
+
groupsList: any[];
|
|
97
|
+
OrgGroup: any[];
|
|
98
|
+
adminsList: any[];
|
|
99
|
+
responsibilityCentersList: any[];
|
|
100
|
+
categoryList: any[];
|
|
101
|
+
nonRemovableUsersList: any[];
|
|
102
|
+
responsibilityForm: any;
|
|
103
|
+
moreOptions: any;
|
|
104
|
+
activeSelector: string;
|
|
105
|
+
sideSelectorElements: any;
|
|
106
|
+
focus: {
|
|
107
|
+
responsibilityName: boolean;
|
|
108
|
+
description: boolean;
|
|
109
|
+
objective: boolean;
|
|
110
|
+
};
|
|
111
|
+
categories: any;
|
|
112
|
+
allPrograms: any[];
|
|
113
|
+
riskClassification: {
|
|
114
|
+
name: string;
|
|
115
|
+
value: number;
|
|
116
|
+
class: string;
|
|
117
|
+
}[];
|
|
118
|
+
assignorMode: string;
|
|
119
|
+
rcMode: string;
|
|
120
|
+
invalidType: string;
|
|
121
|
+
responsibilityPayload: any;
|
|
122
|
+
assigneeRadioSelect: boolean;
|
|
123
|
+
programsList: any[];
|
|
124
|
+
frequencyDetails: {
|
|
125
|
+
pattern: string;
|
|
126
|
+
notificationPending: number;
|
|
127
|
+
dateOfModified: number;
|
|
128
|
+
deactivationValue: number;
|
|
129
|
+
selectedReport: number;
|
|
130
|
+
lifecycle: string;
|
|
131
|
+
startDate: number;
|
|
132
|
+
startOnTheDay: number;
|
|
133
|
+
window: number;
|
|
134
|
+
failed: number;
|
|
135
|
+
time: string;
|
|
136
|
+
failedTime: string;
|
|
137
|
+
continuous_failed_days: number;
|
|
138
|
+
};
|
|
139
|
+
frequencyPlaceholder: string;
|
|
140
|
+
shortMonth: Array<string>;
|
|
141
|
+
isEditWhat: Boolean;
|
|
142
|
+
isFrameworkAvailable: number;
|
|
143
|
+
isNotificationPending: number;
|
|
144
|
+
assuranceFlag: any;
|
|
145
|
+
riskClassificationFlag: any;
|
|
146
|
+
hiddenList: any[];
|
|
147
|
+
subscriptionDetails: any;
|
|
148
|
+
isRiskEnable: boolean;
|
|
149
|
+
isDuplicateEntrust: boolean;
|
|
150
|
+
auditTime: string;
|
|
151
|
+
sendAuditRemindersValue: number;
|
|
152
|
+
sampleValue: any;
|
|
153
|
+
samplePercentage: any;
|
|
154
|
+
selectedSample: number;
|
|
155
|
+
isSample: boolean;
|
|
156
|
+
tempCheckValue: number;
|
|
157
|
+
isAssessment: boolean;
|
|
158
|
+
managePermission: boolean;
|
|
159
|
+
checkpointCount: number;
|
|
160
|
+
roleBasedPermissions: any;
|
|
161
|
+
isGroupAssigned: boolean;
|
|
162
|
+
responsibilityData: any;
|
|
163
|
+
originalAssignee: any;
|
|
164
|
+
whatInput: ElementRef;
|
|
165
|
+
unSubscribeProgram: Subject<void>;
|
|
166
|
+
constructor(authService: AuthService, responsibilityService: ResponsibilityService, frequencyService: FrequencyService, uiKitService: UiKitService, snackBar: SnackBarService, permission: AuthService, programService: ProgramsService);
|
|
167
|
+
ngOnInit(): void;
|
|
168
|
+
activateSelector(type: any, event: boolean): void;
|
|
169
|
+
whatChanged(event: any): void;
|
|
170
|
+
activeDeselector(): void;
|
|
171
|
+
addMoreInfo(event: any): void;
|
|
172
|
+
getRCList(program_id?: string): void;
|
|
173
|
+
getUserDetails(): void;
|
|
174
|
+
getAssurance(): void;
|
|
175
|
+
getAssuranceForRequiresAudit(): void;
|
|
176
|
+
getOrganizationDetails(): void;
|
|
177
|
+
getCategoryList(): void;
|
|
178
|
+
filterListsAccordingToProgram(program_id?: string): void;
|
|
179
|
+
getProgramDetails(programId?: string): void;
|
|
180
|
+
getListsAccordingToProgram(program_id: string): void;
|
|
181
|
+
getAssignorsList(program_id?: string): void;
|
|
182
|
+
getAssigneesList(program_id?: string): void;
|
|
183
|
+
getPeopleListAgainstPID(program_id: string): void;
|
|
184
|
+
getGroupsList(program_id?: string): void;
|
|
185
|
+
getEditResponsibilityDetails(id: any): void;
|
|
186
|
+
setList(list: any[], ids: any[], key: string): any;
|
|
187
|
+
returnIds(list: any[], key: string): any[];
|
|
188
|
+
populateProgramAssigneeGroup(): void;
|
|
189
|
+
populateOverseerData(res: any): void;
|
|
190
|
+
populateReviewerData(res: any): void;
|
|
191
|
+
populateAssigneeData(res: any): void;
|
|
192
|
+
/**
|
|
193
|
+
* this function is for getting the users data based on member_id of users of selected User Group
|
|
194
|
+
* @param userlist contains users data
|
|
195
|
+
* @param selectedgroups contains selected User Group data
|
|
196
|
+
* @returns user data of Selected user group.
|
|
197
|
+
*/
|
|
198
|
+
getGroupsUserEmployeesId(userList: any, selectedGroups: any): any;
|
|
199
|
+
setReviewerPayload(ids: any[], type: string, acceptedData?: Array<any>, reviewerType?: string): any;
|
|
200
|
+
checkWhetherAllListsLoaded(): void;
|
|
201
|
+
saveSelectedList(type: string, selectedItems: any): void;
|
|
202
|
+
/**
|
|
203
|
+
* If the program is selected and the user has full permission, refresh the lists while the program
|
|
204
|
+
* is selected. Otherwise, refresh all lists.
|
|
205
|
+
* </code>
|
|
206
|
+
*/
|
|
207
|
+
callRefreshList(): void;
|
|
208
|
+
remove(type: any, event?: any): void;
|
|
209
|
+
saveGroupAssigneeData(selectedItems: any): void;
|
|
210
|
+
saveGroupReviewerData(selectedItems: any): void;
|
|
211
|
+
saveOverseerData(selectedItems: any, type: any): void;
|
|
212
|
+
entrustFramework(event: any): void;
|
|
213
|
+
assignFromFramework(freqObj: any): void;
|
|
214
|
+
/**
|
|
215
|
+
*
|
|
216
|
+
* @param list userlist for listing users
|
|
217
|
+
* @returns assign user's my_member_id to member_id data
|
|
218
|
+
*/
|
|
219
|
+
assignUserMemberId(list: any): any;
|
|
220
|
+
refreshAllLists(): void;
|
|
221
|
+
disableList(allUsers: any, assignorAndAssigneesIds: any, assigneeIds: any, reviewersIds: any, overseerIds: any): void;
|
|
222
|
+
refreshListsWhileProgramSelected(): void;
|
|
223
|
+
disableProgramList(assignorAndAssigneesIds: any, assigneeIds: any, reviewersIds: any, overseerIds: any): void;
|
|
224
|
+
/**
|
|
225
|
+
* If the form is valid, then if the mode is EDIT, then set the organizationId and memberId to the
|
|
226
|
+
* authService values, and then call the entrustResponsibility function with the responsibilityForm as
|
|
227
|
+
* a parameter.
|
|
228
|
+
*
|
|
229
|
+
* If the mode is not EDIT, then call the entrustResponsibility function with the responsibilityForm
|
|
230
|
+
* as a parameter.
|
|
231
|
+
* @returns a boolean value.
|
|
232
|
+
*/
|
|
233
|
+
submitResponsibility(): false | undefined;
|
|
234
|
+
/**
|
|
235
|
+
* If the responsibility name is empty, or the frequency is empty, or the assignees list is empty,
|
|
236
|
+
* then return false. Otherwise, return true.
|
|
237
|
+
*/
|
|
238
|
+
validateResponsibility(): boolean | undefined;
|
|
239
|
+
entrustResponsibility(entrustForm: any): void;
|
|
240
|
+
uniqueIdUserGroups(totalUserList: any, selectedGroup: any, selectedUsers: any): any[];
|
|
241
|
+
combineUserAndUserGroupMembers(): void;
|
|
242
|
+
/**
|
|
243
|
+
* It resets the form.
|
|
244
|
+
*/
|
|
245
|
+
reset(): void;
|
|
246
|
+
action(event: string): void;
|
|
247
|
+
viewResponsibilities(): void;
|
|
248
|
+
closeSmiley(event: any): void;
|
|
249
|
+
frequencyDataPopulation(event: any): void;
|
|
250
|
+
frequencyPopulation(event: any): void;
|
|
251
|
+
frequencyData(event: any): void;
|
|
252
|
+
checkBlank(data: string): string;
|
|
253
|
+
/**
|
|
254
|
+
* It takes a string and returns a string.
|
|
255
|
+
* @param {any} res - any = {
|
|
256
|
+
*/
|
|
257
|
+
getFrequencyPlaceholder(res: any): void;
|
|
258
|
+
/**
|
|
259
|
+
* It gets the frequency details and report id, then it sets the frequency placeholder to the frequency
|
|
260
|
+
* details and then it gets the on completion of responsibility and sets the frequency placeholder to
|
|
261
|
+
* the frequency details and the report name.
|
|
262
|
+
* @param {any} frequencyDetails - [0] => "1"
|
|
263
|
+
* @param {number} reportId - number
|
|
264
|
+
*/
|
|
265
|
+
getOnCompletionOf(frequencyDetails: any, reportId: number): void;
|
|
266
|
+
/**
|
|
267
|
+
* "If the frequencyDetails[3] is 1, then set the frequencyPlaceholder to 'Daily by ' + frequencyTime,
|
|
268
|
+
* otherwise if frequencyDetails[3] is greater than 1, then set the frequencyPlaceholder to 'Every ' +
|
|
269
|
+
* parseInt(frequencyDetails[3]) + ' days by ' + frequencyTime."
|
|
270
|
+
* @param {any} frequencyDetails - [0, 0, 0, 1]
|
|
271
|
+
* @param {any} frequencyTime - "12:00 AM"
|
|
272
|
+
*/
|
|
273
|
+
getDailyPlaceholder(frequencyDetails: any, frequencyTime: any): void;
|
|
274
|
+
/**
|
|
275
|
+
* It takes a string of comma separated numbers and returns a string of comma separated words.
|
|
276
|
+
*
|
|
277
|
+
* The function is called with a string of comma separated numbers, like this:
|
|
278
|
+
*
|
|
279
|
+
* getWeeklyPlaceholder(["1","2,3,4,5,6,7","1","1"], "10:00 AM")
|
|
280
|
+
*
|
|
281
|
+
* The function returns a string of comma separated words, like this:
|
|
282
|
+
*
|
|
283
|
+
* "Every Monday,Tuesday,Wednesday,Thursday,Friday,Saturday by 10:00 AM"</code>
|
|
284
|
+
* @param {any} frequencyDetails - ["1", "1,2,3,4,5", "", "1", ""]
|
|
285
|
+
* @param {any} frequencyTime - "10:00 AM"
|
|
286
|
+
*/
|
|
287
|
+
getWeeklyPlaceholder(frequencyDetails: any, frequencyTime: any): void;
|
|
288
|
+
/**
|
|
289
|
+
* It takes a string of comma separated numbers, converts them to month names, and then adds them to a
|
|
290
|
+
* sentence.
|
|
291
|
+
* @param {any} frequencyDetails - ["1", "1", "1,2,3,4,5,6,7,8,9,10,11,12"]
|
|
292
|
+
* @param {any} frequencyTime - "10:00 AM"
|
|
293
|
+
*/
|
|
294
|
+
getMonthlyPlaceholder(frequencyDetails: any, frequencyTime: any): void;
|
|
295
|
+
/**
|
|
296
|
+
* If the frequencyDetails[1] is 1, 2, 3, 21, 22, 23, or greater than 3, then set the
|
|
297
|
+
* frequencyPlaceholder to a string that includes the frequencyDetails[1] and the frequencyDetails[2]
|
|
298
|
+
* and the frequencyTime.
|
|
299
|
+
* @param {any} frequencyDetails - ["3", "1", "1,2,3"]
|
|
300
|
+
* @param {any} frequencyTime - "10:00 AM"
|
|
301
|
+
*/
|
|
302
|
+
getQuarterlyPlaceholder(frequencyDetails: any, frequencyTime: any): void;
|
|
303
|
+
/**
|
|
304
|
+
* It takes a string of comma separated numbers and returns a string of comma separated month names.
|
|
305
|
+
* @param {any} frequencyDetails - ["1", "1", "1,2,3,4,5,6,7,8,9,10,11,12"]
|
|
306
|
+
* @param {any} frequencyTime - "10:00 AM"
|
|
307
|
+
*/
|
|
308
|
+
getBiannualPlaceholder(frequencyDetails: any, frequencyTime: any): void;
|
|
309
|
+
/**
|
|
310
|
+
* If the frequencyDetails[1] is less than 2, then the frequencyPlaceholder is set to the 1st, 2nd,
|
|
311
|
+
* 3rd, or nth of every month by frequencyTime.
|
|
312
|
+
*
|
|
313
|
+
* If the frequencyDetails[1] is greater than 1, then the frequencyPlaceholder is set to the 1st, 2nd,
|
|
314
|
+
* 3rd, or nth of every month, Interval: every yearSequence years by frequencyTime.
|
|
315
|
+
* @param {any} frequencyDetails - ["Yearly", "1", "1", "1"]
|
|
316
|
+
* @param {any} frequencyTime - "10:00 AM"
|
|
317
|
+
*/
|
|
318
|
+
getYearlyPlaceholder(frequencyDetails: any, frequencyTime: any): void;
|
|
319
|
+
/**
|
|
320
|
+
* It takes a frequencyDetails array and a frequencyTime array and returns a string.
|
|
321
|
+
* @param {any} frequencyDetails - [4,1,1,1]
|
|
322
|
+
*/
|
|
323
|
+
getRandomPlaceholder(frequencyDetails: any, frequencyTime: any): void;
|
|
324
|
+
/**
|
|
325
|
+
* "When the user clicks the edit button, the edit button is hidden and the input field is shown.
|
|
326
|
+
* When the user clicks the input field, the input field is hidden and the edit button is shown."
|
|
327
|
+
* @param {any} event - any - the event that triggered the function
|
|
328
|
+
*/
|
|
329
|
+
onEditWhat(event: any): void;
|
|
330
|
+
/**
|
|
331
|
+
*
|
|
332
|
+
* The function is called with a parameter and returns an array of strings.
|
|
333
|
+
* @param {any} [res] - is the response from the API
|
|
334
|
+
*/
|
|
335
|
+
getEditMoreOptions(res?: any): void;
|
|
336
|
+
testFunction(): void;
|
|
337
|
+
reviewerTypeChange(event: any): void;
|
|
338
|
+
selectedSampleData(event: number): void;
|
|
339
|
+
/**
|
|
340
|
+
* It populates a list of assurance categories based on the test plan category selected.
|
|
341
|
+
* @param {any} testPlanCategory - any
|
|
342
|
+
*/
|
|
343
|
+
populateAssuranceList(testPlanCategory: any): void;
|
|
344
|
+
checkInputValue(event: any): boolean;
|
|
345
|
+
switchEnable(event: boolean): void;
|
|
346
|
+
onAssessmentSelect(event: any): void;
|
|
347
|
+
/**
|
|
348
|
+
*
|
|
349
|
+
* @param assessmentDetails : selected assessment details like it's object id and category_id
|
|
350
|
+
*/
|
|
351
|
+
getAssessmentDetails(assessmentDetails: any, type?: string): void;
|
|
352
|
+
onRemoveCheckpoints(type: string): void;
|
|
353
|
+
removeCheckpoint(): void;
|
|
354
|
+
/**
|
|
355
|
+
*
|
|
356
|
+
* @param event Assessment details
|
|
357
|
+
*/
|
|
358
|
+
postAssessment(event: any): void;
|
|
359
|
+
setIsUploaded(event: any): void;
|
|
360
|
+
checkDefaultProgramOnRemove(program: any): void;
|
|
361
|
+
/**
|
|
362
|
+
* It takes an array of numbers and returns an array of unique numbers.
|
|
363
|
+
* @param {any} array - The array you want to get the unique values from.
|
|
364
|
+
* @returns An array of unique values.
|
|
365
|
+
*/
|
|
366
|
+
getUniqueIds(array: any): unknown[];
|
|
367
|
+
openAssigneeChangeConfirmation(event: any): void;
|
|
368
|
+
/**
|
|
369
|
+
* If the mode is EDIT, emit the event.
|
|
370
|
+
* @param {any} event - any - the event that is triggered when the user selects a radio button
|
|
371
|
+
*/
|
|
372
|
+
onReviewerWorkflowChange(event: any): void;
|
|
373
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-compliance.component.d.ts","sources":["workflow-compliance.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter, ElementRef } from '@angular/core';\r\nimport { EditorConfig } from 'vcomply-editor';\r\nimport { AuthService } from '../workflow-services/auth.service';\r\nimport { ResponsibilityService } from '../workflow-services/responsibility.service';\r\nimport { FrequencyService } from '../sharedComponents/frequency/frequency.service';\r\nimport { UiKitService } from '../workflow-services/ui-kit.service';\r\nimport { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';\r\nimport { Subject } from 'rxjs';\r\nimport { ProgramsService } from '../workflow-services/programs.service';\r\nexport declare class WorkflowComplianceComponent implements OnInit {\r\n private authService;\r\n private responsibilityService;\r\n private frequencyService;\r\n private uiKitService;\r\n private snackBar;\r\n private permission;\r\n private programService;\r\n mode: string;\r\n responsibilityId: string;\r\n frameworkDetails: Array<any>;\r\n isEntrust: boolean;\r\n feature: any;\r\n allGroupAssignee: boolean;\r\n assignorId: any[];\r\n assigneeIds: any[];\r\n reviewerIds: any[];\r\n overseerIds: any[];\r\n disableRadioAssignee: any[];\r\n isResponsibilitySimplified: boolean;\r\n queryParam: string;\r\n recentResponsibilityUrl: any;\r\n set closeOnEsc(escapeCondition: boolean);\r\n orgDetails: any;\r\n url: string;\r\n pickerChanged: EventEmitter<any>;\r\n populateOption: EventEmitter<any>;\r\n hideElementsFromMoreOptions: EventEmitter<any>;\r\n closeWorkflow: EventEmitter<any>;\r\n resetForm: EventEmitter<any>;\r\n disconnectRefresh: EventEmitter<any>;\r\n checkpointCountUpdated: EventEmitter<any>;\r\n rcSelected: EventEmitter<any>;\r\n openedFrom: any;\r\n selectedRC: number;\r\n featureFlag_groups: boolean;\r\n selectedProgram: any;\r\n selectedReviewer: boolean;\r\n set setSelectedProgram(program: any);\r\n onRemovingCheckpoint: EventEmitter<any>;\r\n isAssessmentDisabled: EventEmitter<any>;\r\n assigneeTypeChange: EventEmitter<any>;\r\n onReviewerTypeChange: EventEmitter<any>;\r\n scrollToBottom: boolean;\r\n description: EditorConfig;\r\n programPeopleList: any;\r\n loader: boolean;\r\n submitted: boolean;\r\n editDetails: any;\r\n smileyMessage: string;\r\n actionButtons: {\r\n buttonText: string;\r\n class: string;\r\n id: string;\r\n }[];\r\n showSmiley: boolean;\r\n memberId: number;\r\n organizationId: number;\r\n rcListLoaded: boolean;\r\n assignorsListLoaded: boolean;\r\n assigneesListLoaded: boolean;\r\n categoriesListLoaded: boolean;\r\n groupsListLoaded: boolean;\r\n assuranceCategoryListLoaded: boolean;\r\n selectedFrameworkValues: any;\r\n hasReviewer: boolean;\r\n assignorsList: any[];\r\n assigneesList: any[];\r\n reviewersList: any[];\r\n disableAssigneeIds: any[];\r\n disableReviewerIds: any[];\r\n disableOverseerIds: any[];\r\n reviewerMemberIdsList: any[];\r\n groupOverseerList: any[];\r\n groupReviewerList: any[];\r\n groupAssigneeList: any[];\r\n overseersList: any[];\r\n allUsersList: any[];\r\n behalfOfUsersList: any[];\r\n assigneeUserList: any[];\r\n reviewerUserList: any[];\r\n overseerUserList: any[];\r\n overseerUserNotifyList: any[];\r\n allCategories: any[];\r\n assuranceCategoriesList: any[];\r\n assuranceRequiresAuditList: any[];\r\n groupsList: any[];\r\n OrgGroup: any[];\r\n adminsList: any[];\r\n responsibilityCentersList: any[];\r\n categoryList: any[];\r\n nonRemovableUsersList: any[];\r\n responsibilityForm: any;\r\n moreOptions: any;\r\n activeSelector: string;\r\n sideSelectorElements: any;\r\n focus: {\r\n responsibilityName: boolean;\r\n description: boolean;\r\n objective: boolean;\r\n };\r\n categories: any;\r\n allPrograms: any[];\r\n riskClassification: {\r\n name: string;\r\n value: number;\r\n class: string;\r\n }[];\r\n assignorMode: string;\r\n rcMode: string;\r\n invalidType: string;\r\n responsibilityPayload: any;\r\n assigneeRadioSelect: boolean;\r\n programsList: any[];\r\n frequencyDetails: {\r\n pattern: string;\r\n notificationPending: number;\r\n dateOfModified: number;\r\n deactivationValue: number;\r\n selectedReport: number;\r\n lifecycle: string;\r\n startDate: number;\r\n startOnTheDay: number;\r\n window: number;\r\n failed: number;\r\n time: string;\r\n failedTime: string;\r\n continuous_failed_days: number;\r\n };\r\n frequencyPlaceholder: string;\r\n shortMonth: Array<string>;\r\n isEditWhat: Boolean;\r\n isFrameworkAvailable: number;\r\n isNotificationPending: number;\r\n assuranceFlag: any;\r\n riskClassificationFlag: any;\r\n hiddenList: any[];\r\n subscriptionDetails: any;\r\n isRiskEnable: boolean;\r\n isDuplicateEntrust: boolean;\r\n auditTime: string;\r\n sendAuditRemindersValue: number;\r\n sampleValue: any;\r\n samplePercentage: any;\r\n selectedSample: number;\r\n isSample: boolean;\r\n tempCheckValue: number;\r\n isAssessment: boolean;\r\n managePermission: boolean;\r\n checkpointCount: number;\r\n roleBasedPermissions: any;\r\n isGroupAssigned: boolean;\r\n responsibilityData: any;\r\n originalAssignee: any;\r\n whatInput: ElementRef;\r\n unSubscribeProgram: Subject<void>;\r\n constructor(authService: AuthService, responsibilityService: ResponsibilityService, frequencyService: FrequencyService, uiKitService: UiKitService, snackBar: SnackBarService, permission: AuthService, programService: ProgramsService);\r\n ngOnInit(): void;\r\n activateSelector(type: any, event: boolean): void;\r\n whatChanged(event: any): void;\r\n activeDeselector(): void;\r\n addMoreInfo(event: any): void;\r\n getRCList(program_id?: string): void;\r\n getUserDetails(): void;\r\n getAssurance(): void;\r\n getAssuranceForRequiresAudit(): void;\r\n getOrganizationDetails(): void;\r\n getCategoryList(): void;\r\n filterListsAccordingToProgram(program_id?: string): void;\r\n getProgramDetails(programId?: string): void;\r\n getListsAccordingToProgram(program_id: string): void;\r\n getAssignorsList(program_id?: string): void;\r\n getAssigneesList(program_id?: string): void;\r\n getPeopleListAgainstPID(program_id: string): void;\r\n getGroupsList(program_id?: string): void;\r\n getEditResponsibilityDetails(id: any): void;\r\n setList(list: any[], ids: any[], key: string): any;\r\n returnIds(list: any[], key: string): any[];\r\n populateProgramAssigneeGroup(): void;\r\n populateOverseerData(res: any): void;\r\n populateReviewerData(res: any): void;\r\n populateAssigneeData(res: any): void;\r\n /**\r\n * this function is for getting the users data based on member_id of users of selected User Group\r\n * @param userlist contains users data\r\n * @param selectedgroups contains selected User Group data\r\n * @returns user data of Selected user group.\r\n */\r\n getGroupsUserEmployeesId(userList: any, selectedGroups: any): any;\r\n setReviewerPayload(ids: any[], type: string, acceptedData?: Array<any>, reviewerType?: string): any;\r\n checkWhetherAllListsLoaded(): void;\r\n saveSelectedList(type: string, selectedItems: any): void;\r\n /**\r\n * If the program is selected and the user has full permission, refresh the lists while the program\r\n * is selected. Otherwise, refresh all lists.\r\n * </code>\r\n */\r\n callRefreshList(): void;\r\n remove(type: any, event?: any): void;\r\n saveGroupAssigneeData(selectedItems: any): void;\r\n saveGroupReviewerData(selectedItems: any): void;\r\n saveOverseerData(selectedItems: any, type: any): void;\r\n entrustFramework(event: any): void;\r\n assignFromFramework(freqObj: any): void;\r\n /**\r\n *\r\n * @param list userlist for listing users\r\n * @returns assign user's my_member_id to member_id data\r\n */\r\n assignUserMemberId(list: any): any;\r\n refreshAllLists(): void;\r\n disableList(allUsers: any, assignorAndAssigneesIds: any, assigneeIds: any, reviewersIds: any, overseerIds: any): void;\r\n refreshListsWhileProgramSelected(): void;\r\n disableProgramList(assignorAndAssigneesIds: any, assigneeIds: any, reviewersIds: any, overseerIds: any): void;\r\n /**\r\n * If the form is valid, then if the mode is EDIT, then set the organizationId and memberId to the\r\n * authService values, and then call the entrustResponsibility function with the responsibilityForm as\r\n * a parameter.\r\n *\r\n * If the mode is not EDIT, then call the entrustResponsibility function with the responsibilityForm\r\n * as a parameter.\r\n * @returns a boolean value.\r\n */\r\n submitResponsibility(): false | undefined;\r\n /**\r\n * If the responsibility name is empty, or the frequency is empty, or the assignees list is empty,\r\n * then return false. Otherwise, return true.\r\n */\r\n validateResponsibility(): boolean | undefined;\r\n entrustResponsibility(entrustForm: any): void;\r\n uniqueIdUserGroups(totalUserList: any, selectedGroup: any, selectedUsers: any): any[];\r\n combineUserAndUserGroupMembers(): void;\r\n /**\r\n * It resets the form.\r\n */\r\n reset(): void;\r\n action(event: string): void;\r\n viewResponsibilities(): void;\r\n closeSmiley(event: any): void;\r\n frequencyDataPopulation(event: any): void;\r\n frequencyPopulation(event: any): void;\r\n frequencyData(event: any): void;\r\n checkBlank(data: string): string;\r\n /**\r\n * It takes a string and returns a string.\r\n * @param {any} res - any = {\r\n */\r\n getFrequencyPlaceholder(res: any): void;\r\n /**\r\n * It gets the frequency details and report id, then it sets the frequency placeholder to the frequency\r\n * details and then it gets the on completion of responsibility and sets the frequency placeholder to\r\n * the frequency details and the report name.\r\n * @param {any} frequencyDetails - [0] => \"1\"\r\n * @param {number} reportId - number\r\n */\r\n getOnCompletionOf(frequencyDetails: any, reportId: number): void;\r\n /**\r\n * \"If the frequencyDetails[3] is 1, then set the frequencyPlaceholder to 'Daily by ' + frequencyTime,\r\n * otherwise if frequencyDetails[3] is greater than 1, then set the frequencyPlaceholder to 'Every ' +\r\n * parseInt(frequencyDetails[3]) + ' days by ' + frequencyTime.\"\r\n * @param {any} frequencyDetails - [0, 0, 0, 1]\r\n * @param {any} frequencyTime - \"12:00 AM\"\r\n */\r\n getDailyPlaceholder(frequencyDetails: any, frequencyTime: any): void;\r\n /**\r\n * It takes a string of comma separated numbers and returns a string of comma separated words.\r\n *\r\n * The function is called with a string of comma separated numbers, like this:\r\n *\r\n * getWeeklyPlaceholder([\"1\",\"2,3,4,5,6,7\",\"1\",\"1\"], \"10:00 AM\")\r\n *\r\n * The function returns a string of comma separated words, like this:\r\n *\r\n * \"Every Monday,Tuesday,Wednesday,Thursday,Friday,Saturday by 10:00 AM\"</code>\r\n * @param {any} frequencyDetails - [\"1\", \"1,2,3,4,5\", \"\", \"1\", \"\"]\r\n * @param {any} frequencyTime - \"10:00 AM\"\r\n */\r\n getWeeklyPlaceholder(frequencyDetails: any, frequencyTime: any): void;\r\n /**\r\n * It takes a string of comma separated numbers, converts them to month names, and then adds them to a\r\n * sentence.\r\n * @param {any} frequencyDetails - [\"1\", \"1\", \"1,2,3,4,5,6,7,8,9,10,11,12\"]\r\n * @param {any} frequencyTime - \"10:00 AM\"\r\n */\r\n getMonthlyPlaceholder(frequencyDetails: any, frequencyTime: any): void;\r\n /**\r\n * If the frequencyDetails[1] is 1, 2, 3, 21, 22, 23, or greater than 3, then set the\r\n * frequencyPlaceholder to a string that includes the frequencyDetails[1] and the frequencyDetails[2]\r\n * and the frequencyTime.\r\n * @param {any} frequencyDetails - [\"3\", \"1\", \"1,2,3\"]\r\n * @param {any} frequencyTime - \"10:00 AM\"\r\n */\r\n getQuarterlyPlaceholder(frequencyDetails: any, frequencyTime: any): void;\r\n /**\r\n * It takes a string of comma separated numbers and returns a string of comma separated month names.\r\n * @param {any} frequencyDetails - [\"1\", \"1\", \"1,2,3,4,5,6,7,8,9,10,11,12\"]\r\n * @param {any} frequencyTime - \"10:00 AM\"\r\n */\r\n getBiannualPlaceholder(frequencyDetails: any, frequencyTime: any): void;\r\n /**\r\n * If the frequencyDetails[1] is less than 2, then the frequencyPlaceholder is set to the 1st, 2nd,\r\n * 3rd, or nth of every month by frequencyTime.\r\n *\r\n * If the frequencyDetails[1] is greater than 1, then the frequencyPlaceholder is set to the 1st, 2nd,\r\n * 3rd, or nth of every month, Interval: every yearSequence years by frequencyTime.\r\n * @param {any} frequencyDetails - [\"Yearly\", \"1\", \"1\", \"1\"]\r\n * @param {any} frequencyTime - \"10:00 AM\"\r\n */\r\n getYearlyPlaceholder(frequencyDetails: any, frequencyTime: any): void;\r\n /**\r\n * It takes a frequencyDetails array and a frequencyTime array and returns a string.\r\n * @param {any} frequencyDetails - [4,1,1,1]\r\n */\r\n getRandomPlaceholder(frequencyDetails: any, frequencyTime: any): void;\r\n /**\r\n * \"When the user clicks the edit button, the edit button is hidden and the input field is shown.\r\n * When the user clicks the input field, the input field is hidden and the edit button is shown.\"\r\n * @param {any} event - any - the event that triggered the function\r\n */\r\n onEditWhat(event: any): void;\r\n /**\r\n *\r\n * The function is called with a parameter and returns an array of strings.\r\n * @param {any} [res] - is the response from the API\r\n */\r\n getEditMoreOptions(res?: any): void;\r\n testFunction(): void;\r\n reviewerTypeChange(event: any): void;\r\n selectedSampleData(event: number): void;\r\n /**\r\n * It populates a list of assurance categories based on the test plan category selected.\r\n * @param {any} testPlanCategory - any\r\n */\r\n populateAssuranceList(testPlanCategory: any): void;\r\n checkInputValue(event: any): boolean;\r\n switchEnable(event: boolean): void;\r\n onAssessmentSelect(event: any): void;\r\n /**\r\n *\r\n * @param assessmentDetails : selected assessment details like it's object id and category_id\r\n */\r\n getAssessmentDetails(assessmentDetails: any, type?: string): void;\r\n onRemoveCheckpoints(type: string): void;\r\n removeCheckpoint(): void;\r\n /**\r\n *\r\n * @param event Assessment details\r\n */\r\n postAssessment(event: any): void;\r\n setIsUploaded(event: any): void;\r\n checkDefaultProgramOnRemove(program: any): void;\r\n /**\r\n * It takes an array of numbers and returns an array of unique numbers.\r\n * @param {any} array - The array you want to get the unique values from.\r\n * @returns An array of unique values.\r\n */\r\n getUniqueIds(array: any): unknown[];\r\n openAssigneeChangeConfirmation(event: any): void;\r\n /**\r\n * If the mode is EDIT, emit the event.\r\n * @param {any} event - any - the event that is triggered when the user selects a radio button\r\n */\r\n onReviewerWorkflowChange(event: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { AddMultipleRiskComponent } from '../add-multiple-risk/add-multiple-risk.component';
|
|
3
|
+
import { ConfirmationAlert } from '../interfaces/confirmation-alert';
|
|
4
|
+
import { IssueConfiguration } from '../interfaces/issue-data';
|
|
5
|
+
import { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';
|
|
6
|
+
import { WorkflowAssessmentComponent } from '../workflow-assessment/workflow-assessment.component';
|
|
7
|
+
import { ImportAnAssessmentComponent } from '../workflow-assessment/import-an-assessment/import-an-assessment.component';
|
|
8
|
+
import { WorkflowComplianceComponent } from '../workflow-compliance/workflow-compliance.component';
|
|
9
|
+
import { WorkflowPolicyComponent } from '../workflow-policy/workflow-policy.component';
|
|
10
|
+
import { WorkflowRiskComponent } from '../workflow-risk/workflow-risk.component';
|
|
11
|
+
import { AuthService } from '../workflow-services/auth.service';
|
|
12
|
+
import { UiKitService } from '../workflow-services/ui-kit.service';
|
|
13
|
+
import { LogAnIssueComponent } from './../log-an-issue/log-an-issue.component';
|
|
14
|
+
import { MoreOptionComponent } from './../more-option/more-option.component';
|
|
15
|
+
import { WorkflowProgramComponent } from '../workflow-program/workflow-program.component';
|
|
16
|
+
export declare class WorkflowEngineContainerComponent implements OnInit, AfterViewInit {
|
|
17
|
+
uiKitService: UiKitService;
|
|
18
|
+
private snackBar;
|
|
19
|
+
auth: AuthService;
|
|
20
|
+
isHostRefreshActive: boolean;
|
|
21
|
+
isRCSelected: boolean;
|
|
22
|
+
featureFlag_groups: boolean;
|
|
23
|
+
unloadNotification($event: any): void;
|
|
24
|
+
constructor(uiKitService: UiKitService, snackBar: SnackBarService, auth: AuthService);
|
|
25
|
+
workflowType: string;
|
|
26
|
+
mode: string;
|
|
27
|
+
id: string;
|
|
28
|
+
openedFrom: string;
|
|
29
|
+
closeWorkflow: EventEmitter<any>;
|
|
30
|
+
allowedWorkflows: any;
|
|
31
|
+
frameworkDetails: Array<any>;
|
|
32
|
+
selectedRC: string;
|
|
33
|
+
secondaryOpenPortal: string;
|
|
34
|
+
defaultRiskType: string;
|
|
35
|
+
moveToRegisterMode: string;
|
|
36
|
+
reponsibilityData: {
|
|
37
|
+
responsibilityId: null;
|
|
38
|
+
responsibilityName: string;
|
|
39
|
+
rcId: null;
|
|
40
|
+
};
|
|
41
|
+
pid: string;
|
|
42
|
+
programType: number;
|
|
43
|
+
issueData: {
|
|
44
|
+
auditPlanId: null;
|
|
45
|
+
auditPlanName: string;
|
|
46
|
+
rcId: null;
|
|
47
|
+
};
|
|
48
|
+
entrustButtonName: string;
|
|
49
|
+
config: IssueConfiguration;
|
|
50
|
+
convertFileData: {};
|
|
51
|
+
selectedCategory: string;
|
|
52
|
+
selectedProgram: any;
|
|
53
|
+
canFrameworkChange: boolean;
|
|
54
|
+
addToProgramDetails: {
|
|
55
|
+
_id: string;
|
|
56
|
+
framework_name: string;
|
|
57
|
+
id?: number;
|
|
58
|
+
type: string;
|
|
59
|
+
description: string;
|
|
60
|
+
};
|
|
61
|
+
orgDetails: any;
|
|
62
|
+
programSimplifyFlag: boolean;
|
|
63
|
+
isResponsibilitySimplifyFlag: boolean;
|
|
64
|
+
animation: boolean;
|
|
65
|
+
workflowList: boolean;
|
|
66
|
+
showMoreOption: boolean;
|
|
67
|
+
isWorkflowSelectorEnabled: boolean;
|
|
68
|
+
disableWorkflowChange: boolean;
|
|
69
|
+
checkpointCount: number;
|
|
70
|
+
currentBusinessCycle: any;
|
|
71
|
+
riskComponent: WorkflowRiskComponent;
|
|
72
|
+
riskBulkUpload: AddMultipleRiskComponent;
|
|
73
|
+
responsibilityBulkUpload: AddMultipleRiskComponent;
|
|
74
|
+
compliance: WorkflowComplianceComponent;
|
|
75
|
+
moreOption: MoreOptionComponent;
|
|
76
|
+
dropdown: ElementRef;
|
|
77
|
+
dropdownRow: ElementRef;
|
|
78
|
+
policy: WorkflowPolicyComponent;
|
|
79
|
+
logIssueComponent: LogAnIssueComponent;
|
|
80
|
+
workflowAssessmentComponent: WorkflowAssessmentComponent;
|
|
81
|
+
importAnAssessment: ImportAnAssessmentComponent;
|
|
82
|
+
program: WorkflowProgramComponent;
|
|
83
|
+
dropdownLeft: any;
|
|
84
|
+
dropdownTop: any;
|
|
85
|
+
dropdownWidth: any;
|
|
86
|
+
closeOnEsc: boolean;
|
|
87
|
+
feature: any;
|
|
88
|
+
organizationDetails: any;
|
|
89
|
+
onKeydownHandler(event: KeyboardEvent): void;
|
|
90
|
+
currentWorkflow: any;
|
|
91
|
+
workflowTypeList: any;
|
|
92
|
+
additionalInformationList: string[];
|
|
93
|
+
confirmationAlertConfig: ConfirmationAlert;
|
|
94
|
+
closeWorkflowEngine(evt?: any): void;
|
|
95
|
+
closeConfirm(evt: any): void;
|
|
96
|
+
executeClose(evt: any): void;
|
|
97
|
+
ngOnInit(): void;
|
|
98
|
+
setNetworkListner(): void;
|
|
99
|
+
ngAfterViewInit(): void;
|
|
100
|
+
decideViewMoreOption(type?: boolean): void;
|
|
101
|
+
submit(): void;
|
|
102
|
+
editWorkflow(): void;
|
|
103
|
+
closeWorkflowList(): void;
|
|
104
|
+
sizeChange(event: any): void;
|
|
105
|
+
changeWorkflow(evt: any, selectedWorkflow: any): void;
|
|
106
|
+
confirmWorkflowChange(evt: any): any;
|
|
107
|
+
setWorkflow(workFlowCode: any, workFlowList: any): any;
|
|
108
|
+
addMoreInfo(event: any): void;
|
|
109
|
+
populateMoreOption(event: any): void;
|
|
110
|
+
hideElementsFromMoreOptions(event: any): void;
|
|
111
|
+
showConfirmationPopup(config: ConfirmationAlert): void;
|
|
112
|
+
bulkUploadBrowse(event: any): void;
|
|
113
|
+
onResetForm(): void;
|
|
114
|
+
shiftToEditMode(): void;
|
|
115
|
+
scrollForm(): void;
|
|
116
|
+
/**
|
|
117
|
+
*
|
|
118
|
+
* @param event which more options we are removing.
|
|
119
|
+
* @param isCheckpointChecked is true if value checkpoints is removed by clicking on more options
|
|
120
|
+
*/
|
|
121
|
+
onRemovingCheckpoint(event: string, isCheckpointChecked?: boolean, isDataRemoved?: boolean): void;
|
|
122
|
+
onRemovingRole(event: string): void;
|
|
123
|
+
isAssessmentDisabled(isDisabled: boolean): void;
|
|
124
|
+
disableMoreOptions(workflowCode: any, disabledElementsCode: any): void;
|
|
125
|
+
onCheckpointSelection(event: number): void;
|
|
126
|
+
onRcSelected(isRcSelected: boolean): void;
|
|
127
|
+
fetchOrganizationDetails(): void;
|
|
128
|
+
getUserDetails(): void;
|
|
129
|
+
assigneeTypeChange(): void;
|
|
130
|
+
onReviewerChange(event: string): void;
|
|
131
|
+
isResponsibilitySimplify(): void;
|
|
132
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-engine-container.component.d.ts","sources":["workflow-engine-container.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { AfterViewInit, ElementRef, EventEmitter, OnInit } from '@angular/core';\r\nimport { AddMultipleRiskComponent } from '../add-multiple-risk/add-multiple-risk.component';\r\nimport { ConfirmationAlert } from '../interfaces/confirmation-alert';\r\nimport { IssueConfiguration } from '../interfaces/issue-data';\r\nimport { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';\r\nimport { WorkflowAssessmentComponent } from '../workflow-assessment/workflow-assessment.component';\r\nimport { ImportAnAssessmentComponent } from '../workflow-assessment/import-an-assessment/import-an-assessment.component';\r\nimport { WorkflowComplianceComponent } from '../workflow-compliance/workflow-compliance.component';\r\nimport { WorkflowPolicyComponent } from '../workflow-policy/workflow-policy.component';\r\nimport { WorkflowRiskComponent } from '../workflow-risk/workflow-risk.component';\r\nimport { AuthService } from '../workflow-services/auth.service';\r\nimport { UiKitService } from '../workflow-services/ui-kit.service';\r\nimport { LogAnIssueComponent } from './../log-an-issue/log-an-issue.component';\r\nimport { MoreOptionComponent } from './../more-option/more-option.component';\r\nimport { WorkflowProgramComponent } from '../workflow-program/workflow-program.component';\r\nexport declare class WorkflowEngineContainerComponent implements OnInit, AfterViewInit {\r\n uiKitService: UiKitService;\r\n private snackBar;\r\n auth: AuthService;\r\n isHostRefreshActive: boolean;\r\n isRCSelected: boolean;\r\n featureFlag_groups: boolean;\r\n unloadNotification($event: any): void;\r\n constructor(uiKitService: UiKitService, snackBar: SnackBarService, auth: AuthService);\r\n workflowType: string;\r\n mode: string;\r\n id: string;\r\n openedFrom: string;\r\n closeWorkflow: EventEmitter<any>;\r\n allowedWorkflows: any;\r\n frameworkDetails: Array<any>;\r\n selectedRC: string;\r\n secondaryOpenPortal: string;\r\n defaultRiskType: string;\r\n moveToRegisterMode: string;\r\n reponsibilityData: {\r\n responsibilityId: null;\r\n responsibilityName: string;\r\n rcId: null;\r\n };\r\n pid: string;\r\n programType: number;\r\n issueData: {\r\n auditPlanId: null;\r\n auditPlanName: string;\r\n rcId: null;\r\n };\r\n entrustButtonName: string;\r\n config: IssueConfiguration;\r\n convertFileData: {};\r\n selectedCategory: string;\r\n selectedProgram: any;\r\n canFrameworkChange: boolean;\r\n addToProgramDetails: {\r\n _id: string;\r\n framework_name: string;\r\n id?: number;\r\n type: string;\r\n description: string;\r\n };\r\n orgDetails: any;\r\n programSimplifyFlag: boolean;\r\n isResponsibilitySimplifyFlag: boolean;\r\n animation: boolean;\r\n workflowList: boolean;\r\n showMoreOption: boolean;\r\n isWorkflowSelectorEnabled: boolean;\r\n disableWorkflowChange: boolean;\r\n checkpointCount: number;\r\n currentBusinessCycle: any;\r\n riskComponent: WorkflowRiskComponent;\r\n riskBulkUpload: AddMultipleRiskComponent;\r\n responsibilityBulkUpload: AddMultipleRiskComponent;\r\n compliance: WorkflowComplianceComponent;\r\n moreOption: MoreOptionComponent;\r\n dropdown: ElementRef;\r\n dropdownRow: ElementRef;\r\n policy: WorkflowPolicyComponent;\r\n logIssueComponent: LogAnIssueComponent;\r\n workflowAssessmentComponent: WorkflowAssessmentComponent;\r\n importAnAssessment: ImportAnAssessmentComponent;\r\n program: WorkflowProgramComponent;\r\n dropdownLeft: any;\r\n dropdownTop: any;\r\n dropdownWidth: any;\r\n closeOnEsc: boolean;\r\n feature: any;\r\n organizationDetails: any;\r\n onKeydownHandler(event: KeyboardEvent): void;\r\n currentWorkflow: any;\r\n workflowTypeList: any;\r\n additionalInformationList: string[];\r\n confirmationAlertConfig: ConfirmationAlert;\r\n closeWorkflowEngine(evt?: any): void;\r\n closeConfirm(evt: any): void;\r\n executeClose(evt: any): void;\r\n ngOnInit(): void;\r\n setNetworkListner(): void;\r\n ngAfterViewInit(): void;\r\n decideViewMoreOption(type?: boolean): void;\r\n submit(): void;\r\n editWorkflow(): void;\r\n closeWorkflowList(): void;\r\n sizeChange(event: any): void;\r\n changeWorkflow(evt: any, selectedWorkflow: any): void;\r\n confirmWorkflowChange(evt: any): any;\r\n setWorkflow(workFlowCode: any, workFlowList: any): any;\r\n addMoreInfo(event: any): void;\r\n populateMoreOption(event: any): void;\r\n hideElementsFromMoreOptions(event: any): void;\r\n showConfirmationPopup(config: ConfirmationAlert): void;\r\n bulkUploadBrowse(event: any): void;\r\n onResetForm(): void;\r\n shiftToEditMode(): void;\r\n scrollForm(): void;\r\n /**\r\n *\r\n * @param event which more options we are removing.\r\n * @param isCheckpointChecked is true if value checkpoints is removed by clicking on more options\r\n */\r\n onRemovingCheckpoint(event: string, isCheckpointChecked?: boolean, isDataRemoved?: boolean): void;\r\n onRemovingRole(event: string): void;\r\n isAssessmentDisabled(isDisabled: boolean): void;\r\n disableMoreOptions(workflowCode: any, disabledElementsCode: any): void;\r\n onCheckpointSelection(event: number): void;\r\n onRcSelected(isRcSelected: boolean): void;\r\n fetchOrganizationDetails(): void;\r\n getUserDetails(): void;\r\n assigneeTypeChange(): void;\r\n onReviewerChange(event: string): void;\r\n isResponsibilitySimplify(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-engine.module.d.ts","sources":["workflow-engine.module.d.ts"],"names":[],"mappings":"AAAA;AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA;AACA;;;;AACA","sourcesContent":["import { ModuleWithProviders } from '@angular/core';\r\nimport { Configurations } from './configurations';\r\nexport declare class VComplyWorkflowEngineModule {\r\n static forRoot(environmentConfig: Configurations): ModuleWithProviders<VComplyWorkflowEngineModule>;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-engine.service.d.ts","sources":["workflow-engine.service.d.ts"],"names":[],"mappings":";AAAA;AACA;;AACA","sourcesContent":["export declare class WorkflowEngineService {\r\n constructor();\r\n}\r\n"]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
export declare class WorkflowPaginationComponent implements OnInit {
|
|
3
|
+
alphabetsArray: any;
|
|
4
|
+
activeAlphabet: string;
|
|
5
|
+
pageCount: number;
|
|
6
|
+
start: number;
|
|
7
|
+
end: number;
|
|
8
|
+
total: number;
|
|
9
|
+
noFilter: boolean;
|
|
10
|
+
pageArray: Array<number>;
|
|
11
|
+
currentPage: number;
|
|
12
|
+
enterPageNumber: any;
|
|
13
|
+
isInvalidInput: boolean;
|
|
14
|
+
selectedPage: EventEmitter<any>;
|
|
15
|
+
selectedAlphabet: EventEmitter<any>;
|
|
16
|
+
pageList: any;
|
|
17
|
+
constructor();
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
alphabetChange(alphabet: string): void;
|
|
20
|
+
ngOnChanges(event: SimpleChanges): void;
|
|
21
|
+
increaseOrDecrease(value: number): void;
|
|
22
|
+
onEnterPress(event: any): void;
|
|
23
|
+
goToPageArrayGenerate(page: any, shouldEmit: boolean): void;
|
|
24
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-pagination.component.d.ts","sources":["workflow-pagination.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';\r\nexport declare class WorkflowPaginationComponent implements OnInit {\r\n alphabetsArray: any;\r\n activeAlphabet: string;\r\n pageCount: number;\r\n start: number;\r\n end: number;\r\n total: number;\r\n noFilter: boolean;\r\n pageArray: Array<number>;\r\n currentPage: number;\r\n enterPageNumber: any;\r\n isInvalidInput: boolean;\r\n selectedPage: EventEmitter<any>;\r\n selectedAlphabet: EventEmitter<any>;\r\n pageList: any;\r\n constructor();\r\n ngOnInit(): void;\r\n alphabetChange(alphabet: string): void;\r\n ngOnChanges(event: SimpleChanges): void;\r\n increaseOrDecrease(value: number): void;\r\n onEnterPress(event: any): void;\r\n goToPageArrayGenerate(page: any, shouldEmit: boolean): void;\r\n}\r\n"]}
|