vcomply-workflow-engine 2.7.2 → 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 +164 -22
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/more-option/more-option.component.js +3 -2
- package/esm2015/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.js +3 -3
- package/esm2015/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.ngfactory.js +3 -3
- package/esm2015/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.js +2 -2
- package/esm2015/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.ngfactory.js +51 -48
- 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 +158 -21
- 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 @@
|
|
|
1
|
+
{"version":3,"file":"cs-switch.component.d.ts","sources":["cs-switch.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { EventEmitter, OnInit } from '@angular/core';\r\nexport declare class CsSwitchComponent implements OnInit {\r\n disabled: boolean;\r\n ngValue: any;\r\n value: any;\r\n ngValueChange: EventEmitter<any>;\r\n tooltipMessage: any;\r\n position: any;\r\n constructor();\r\n ngOnInit(): void;\r\n valueChanged(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formgroup.module.d.ts","sources":["formgroup.module.d.ts"],"names":[],"mappings":";;;;;;;;;;AAAA;;;;AACA","sourcesContent":["export declare class FormgroupModule {\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pascal.pipe.d.ts","sources":["pascal.pipe.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;;;AACA","sourcesContent":["import { PipeTransform } from '@angular/core';\r\nexport declare class PascalPipe implements PipeTransform {\r\n transform(value: string, ...args: unknown[]): unknown;\r\n}\r\n"]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
|
+
import { CsSelectComponent } from '../cs-select/cs-select.component';
|
|
3
|
+
import { SelectService } from '../select.service';
|
|
4
|
+
export declare class CsOptionComponent implements AfterViewInit {
|
|
5
|
+
csSelect: CsSelectComponent;
|
|
6
|
+
private select;
|
|
7
|
+
value: string;
|
|
8
|
+
color: string;
|
|
9
|
+
backgroundColor: string;
|
|
10
|
+
optionTooltip: string;
|
|
11
|
+
option: ElementRef;
|
|
12
|
+
constructor(csSelect: CsSelectComponent, select: SelectService);
|
|
13
|
+
ngAfterViewInit(): void;
|
|
14
|
+
change(event: any): void;
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cs-option.component.d.ts","sources":["cs-option.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { AfterViewInit, ElementRef } from '@angular/core';\r\nimport { CsSelectComponent } from '../cs-select/cs-select.component';\r\nimport { SelectService } from '../select.service';\r\nexport declare class CsOptionComponent implements AfterViewInit {\r\n csSelect: CsSelectComponent;\r\n private select;\r\n value: string;\r\n color: string;\r\n backgroundColor: string;\r\n optionTooltip: string;\r\n option: ElementRef;\r\n constructor(csSelect: CsSelectComponent, select: SelectService);\r\n ngAfterViewInit(): void;\r\n change(event: any): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
+
import { SelectService } from '../select.service';
|
|
3
|
+
export declare class CsSelectComponent implements OnDestroy {
|
|
4
|
+
private select;
|
|
5
|
+
dropdownLabel: string;
|
|
6
|
+
dropdownSubLabel: string;
|
|
7
|
+
isRequired: string;
|
|
8
|
+
placeholder: string;
|
|
9
|
+
valueChanged: EventEmitter<any>;
|
|
10
|
+
dropdownToggle: boolean;
|
|
11
|
+
positionReset: boolean;
|
|
12
|
+
getLeft: number;
|
|
13
|
+
getTop: number;
|
|
14
|
+
getWidth: number;
|
|
15
|
+
maxWidth: number;
|
|
16
|
+
valuePlaceholder: string;
|
|
17
|
+
private optionList;
|
|
18
|
+
setMaxWidth: any;
|
|
19
|
+
set content(content: ElementRef);
|
|
20
|
+
name: string;
|
|
21
|
+
val: string;
|
|
22
|
+
showOptions: boolean;
|
|
23
|
+
color: string;
|
|
24
|
+
constructor(select: SelectService);
|
|
25
|
+
onChange: any;
|
|
26
|
+
onTouch: any;
|
|
27
|
+
set RadioVal(val: any);
|
|
28
|
+
writeValue(value: any, emit?: true): void;
|
|
29
|
+
registerOnChange(fn: any): void;
|
|
30
|
+
registerOnTouched(fn: any): void;
|
|
31
|
+
openDropdown(event: any): void;
|
|
32
|
+
closeDropdown(): void;
|
|
33
|
+
ngOnDestroy(): void;
|
|
34
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cs-select.component.d.ts","sources":["cs-select.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","sourcesContent":["import { ElementRef, EventEmitter, OnDestroy } from '@angular/core';\r\nimport { SelectService } from '../select.service';\r\nexport declare class CsSelectComponent implements OnDestroy {\r\n private select;\r\n dropdownLabel: string;\r\n dropdownSubLabel: string;\r\n isRequired: string;\r\n placeholder: string;\r\n valueChanged: EventEmitter<any>;\r\n dropdownToggle: boolean;\r\n positionReset: boolean;\r\n getLeft: number;\r\n getTop: number;\r\n getWidth: number;\r\n maxWidth: number;\r\n valuePlaceholder: string;\r\n private optionList;\r\n setMaxWidth: any;\r\n set content(content: ElementRef);\r\n name: string;\r\n val: string;\r\n showOptions: boolean;\r\n color: string;\r\n constructor(select: SelectService);\r\n onChange: any;\r\n onTouch: any;\r\n set RadioVal(val: any);\r\n writeValue(value: any, emit?: true): void;\r\n registerOnChange(fn: any): void;\r\n registerOnTouched(fn: any): void;\r\n openDropdown(event: any): void;\r\n closeDropdown(): void;\r\n ngOnDestroy(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select.module.d.ts","sources":["select.module.d.ts"],"names":[],"mappings":";;;;;;AAAA;;;;AACA","sourcesContent":["export declare class SelectModule {\r\n}\r\n"]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare class SelectService {
|
|
2
|
+
private selectMap;
|
|
3
|
+
constructor();
|
|
4
|
+
getData(name: string, value: any): {
|
|
5
|
+
placeholder: string;
|
|
6
|
+
color: string;
|
|
7
|
+
};
|
|
8
|
+
add(select: {
|
|
9
|
+
name: string;
|
|
10
|
+
placeholder: string;
|
|
11
|
+
value: any;
|
|
12
|
+
color?: string;
|
|
13
|
+
}): void;
|
|
14
|
+
remove(name: string): void;
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select.service.d.ts","sources":["select.service.d.ts"],"names":[],"mappings":";AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["export declare class SelectService {\r\n private selectMap;\r\n constructor();\r\n getData(name: string, value: any): {\r\n placeholder: string;\r\n color: string;\r\n };\r\n add(select: {\r\n name: string;\r\n placeholder: string;\r\n value: any;\r\n color?: string;\r\n }): void;\r\n remove(name: string): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
import { AuthService } from '../workflow-services/auth.service';
|
|
2
|
+
import { LogIssueService } from '../workflow-services/log-issue.service';
|
|
3
|
+
import { EventEmitter, OnInit, OnChanges, AfterViewInit, ChangeDetectorRef } from '@angular/core';
|
|
4
|
+
import { EditorConfig } from 'vcomply-editor';
|
|
5
|
+
import { DatePickerComponent } from 'ng2-date-picker';
|
|
6
|
+
import { UiKitService } from '../workflow-services/ui-kit.service';
|
|
7
|
+
import { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';
|
|
8
|
+
import { IssueConfiguration } from '../interfaces/issue-data';
|
|
9
|
+
export declare class LogAnIssueComponent implements OnInit, OnChanges, AfterViewInit {
|
|
10
|
+
private logService;
|
|
11
|
+
private authService;
|
|
12
|
+
private uiKitService;
|
|
13
|
+
private snackBar;
|
|
14
|
+
private changeDeterctorRef;
|
|
15
|
+
openedFrom: any;
|
|
16
|
+
issueId: any;
|
|
17
|
+
reponsibilityData: {
|
|
18
|
+
responsibilityId: null;
|
|
19
|
+
responsibilityName: string;
|
|
20
|
+
rcId: null;
|
|
21
|
+
responsibilityObjectId: string;
|
|
22
|
+
};
|
|
23
|
+
issueDetails: {
|
|
24
|
+
auditPlanId: null;
|
|
25
|
+
auditPlanName: string;
|
|
26
|
+
rcId: null;
|
|
27
|
+
auditObjId: null;
|
|
28
|
+
};
|
|
29
|
+
mode: string;
|
|
30
|
+
config: IssueConfiguration;
|
|
31
|
+
responsibilitiesData: any;
|
|
32
|
+
pickerChanged: EventEmitter<any>;
|
|
33
|
+
populateOption: EventEmitter<any>;
|
|
34
|
+
closeWorkflow: EventEmitter<any>;
|
|
35
|
+
modeChange: EventEmitter<any>;
|
|
36
|
+
disconnectRefresh: EventEmitter<any>;
|
|
37
|
+
currentUser: any;
|
|
38
|
+
datePicker: DatePickerComponent;
|
|
39
|
+
scrollToBottom: boolean;
|
|
40
|
+
datePickerOverlay: boolean;
|
|
41
|
+
showDateError: boolean;
|
|
42
|
+
selectedDate: any;
|
|
43
|
+
showSmiley: boolean;
|
|
44
|
+
loader: boolean;
|
|
45
|
+
smileyMessage: string;
|
|
46
|
+
issueData: any;
|
|
47
|
+
isRiskControlLoading: boolean;
|
|
48
|
+
actionButtons: {
|
|
49
|
+
buttonText: string;
|
|
50
|
+
class: string;
|
|
51
|
+
id: string;
|
|
52
|
+
}[];
|
|
53
|
+
createdData: any;
|
|
54
|
+
description: EditorConfig;
|
|
55
|
+
dateConfig: {
|
|
56
|
+
disableKeypress: boolean;
|
|
57
|
+
format: string;
|
|
58
|
+
unSelectOnClick: boolean;
|
|
59
|
+
openOnClick: boolean;
|
|
60
|
+
openOnFocus: boolean;
|
|
61
|
+
min: string;
|
|
62
|
+
};
|
|
63
|
+
listData: any;
|
|
64
|
+
get message(): string;
|
|
65
|
+
logIssueForm: any;
|
|
66
|
+
AttachmentTrack: any;
|
|
67
|
+
additionalOptionStatus: any;
|
|
68
|
+
riskClassification: {
|
|
69
|
+
name: string;
|
|
70
|
+
value: number;
|
|
71
|
+
class: string;
|
|
72
|
+
}[];
|
|
73
|
+
riskPrority: {
|
|
74
|
+
name: string;
|
|
75
|
+
value: number;
|
|
76
|
+
class: string;
|
|
77
|
+
}[];
|
|
78
|
+
sideSelectorElements: any;
|
|
79
|
+
selectorConfig: {
|
|
80
|
+
ISSUE_CATGORY: {
|
|
81
|
+
panelTitle: string;
|
|
82
|
+
floatingTextSingular: string;
|
|
83
|
+
searchPlaceholder: string;
|
|
84
|
+
searchEnabled: boolean;
|
|
85
|
+
noDataText: string;
|
|
86
|
+
};
|
|
87
|
+
ISSUE_RC: {
|
|
88
|
+
panelTitle: string;
|
|
89
|
+
floatingTextSingular: string;
|
|
90
|
+
searchPlaceholder: string;
|
|
91
|
+
searchEnabled: boolean;
|
|
92
|
+
noDataText: string;
|
|
93
|
+
};
|
|
94
|
+
ISSUE_WHO: {
|
|
95
|
+
panelTitle: string;
|
|
96
|
+
floatingTextSingular: string;
|
|
97
|
+
searchPlaceholder: string;
|
|
98
|
+
searchEnabled: boolean;
|
|
99
|
+
noDataText: string;
|
|
100
|
+
};
|
|
101
|
+
ISSUE_TYPE: {
|
|
102
|
+
panelTitle: string;
|
|
103
|
+
floatingTextSingular: string;
|
|
104
|
+
searchPlaceholder: string;
|
|
105
|
+
searchEnabled: boolean;
|
|
106
|
+
noDataText: string;
|
|
107
|
+
};
|
|
108
|
+
ISSUE_CC: {
|
|
109
|
+
panelTitle: string;
|
|
110
|
+
floatingTextSingular: string;
|
|
111
|
+
searchPlaceholder: string;
|
|
112
|
+
searchEnabled: boolean;
|
|
113
|
+
selectAllEnabled: boolean;
|
|
114
|
+
noDataText: string;
|
|
115
|
+
};
|
|
116
|
+
ISSUE_FCC: {
|
|
117
|
+
panelTitle: string;
|
|
118
|
+
floatingTextSingular: string;
|
|
119
|
+
searchPlaceholder: string;
|
|
120
|
+
searchEnabled: boolean;
|
|
121
|
+
selectAllEnabled: boolean;
|
|
122
|
+
noDataText: string;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
fieldsWithError: any;
|
|
126
|
+
activeField: string;
|
|
127
|
+
activeSelector: string;
|
|
128
|
+
listLoadingStatus: any;
|
|
129
|
+
currentTime: string;
|
|
130
|
+
/**
|
|
131
|
+
* isRCPreSelected,isRCVisible are variable used to set the visibility of rc field and edit button in certain conditions
|
|
132
|
+
*/
|
|
133
|
+
isRCPreSelected: boolean;
|
|
134
|
+
isRCVisible: boolean;
|
|
135
|
+
isRCMandatory: boolean;
|
|
136
|
+
dataForEdit: any;
|
|
137
|
+
isRiskControlVisible: boolean;
|
|
138
|
+
constructor(logService: LogIssueService, authService: AuthService, uiKitService: UiKitService, snackBar: SnackBarService, changeDeterctorRef: ChangeDetectorRef);
|
|
139
|
+
ngOnInit(): void;
|
|
140
|
+
ngAfterViewInit(): void;
|
|
141
|
+
ngOnChanges(): void;
|
|
142
|
+
decideRCmandatory(): void;
|
|
143
|
+
setCurrentTime(): void;
|
|
144
|
+
getCurrentTime(): string;
|
|
145
|
+
setUserDetails(): void;
|
|
146
|
+
fetchIssueTypes(): void;
|
|
147
|
+
fetchUserList(): void;
|
|
148
|
+
fetchCategoryList(): void;
|
|
149
|
+
fetchRCList(): void;
|
|
150
|
+
setSelectedRC(): void;
|
|
151
|
+
fetchControlRisks(): void;
|
|
152
|
+
getLinkage(auditId: any, type: string): void;
|
|
153
|
+
/**
|
|
154
|
+
* This functioj check weather all the required lists are loaded
|
|
155
|
+
* If loaded hides the loader otherwise shows the loader.
|
|
156
|
+
*/
|
|
157
|
+
checkAllListLoaded(): void;
|
|
158
|
+
/**
|
|
159
|
+
* Removes error from the fiels with error to remove the error messag from the UI
|
|
160
|
+
* @param errorKey error Identifier used to show error in specific fields.
|
|
161
|
+
*/
|
|
162
|
+
removeError(errorKey: string): void;
|
|
163
|
+
openDatePicker(): void;
|
|
164
|
+
closeDatePicker(evt: any): void;
|
|
165
|
+
setActiveFieldSelector(activeField: string, activeSelector?: string): void;
|
|
166
|
+
fieldDeselector(type: any): void;
|
|
167
|
+
selectorAction(evt: any, type: any): void;
|
|
168
|
+
deleteItem(type: any, element: any): void;
|
|
169
|
+
assignMyself(event: any): void;
|
|
170
|
+
setException(type: any): void;
|
|
171
|
+
setEvidence(type: any): void;
|
|
172
|
+
setIssueType(type: any): void;
|
|
173
|
+
addMoreInfo(event: any): void;
|
|
174
|
+
idToArray(selectedItems: any, listItems: any, filterkey: any): any;
|
|
175
|
+
selectFile(type: string, files: any): void;
|
|
176
|
+
uploadFile(file: any, type: string): void;
|
|
177
|
+
deleteFile(file: any, type: string): void;
|
|
178
|
+
addIssue(): void;
|
|
179
|
+
closeSmiley(evt?: any): void;
|
|
180
|
+
/**
|
|
181
|
+
* Closes workflow engine
|
|
182
|
+
* @param evt
|
|
183
|
+
* @param confirm
|
|
184
|
+
*/
|
|
185
|
+
closeWorkFlow(evt: any, confirm: any): void;
|
|
186
|
+
action(evt: any): void;
|
|
187
|
+
viewIssue(): void;
|
|
188
|
+
/**
|
|
189
|
+
* Populate the tickmark of optional fields
|
|
190
|
+
*/
|
|
191
|
+
populateOptionalFields(): void;
|
|
192
|
+
/**
|
|
193
|
+
* Fetchs issue details when in edit mode based on the input id passed
|
|
194
|
+
*/
|
|
195
|
+
fetchIssueDetails(): void;
|
|
196
|
+
/**
|
|
197
|
+
* Populates the issue form when in edit mode
|
|
198
|
+
* @param issueData issue data fetched from API
|
|
199
|
+
*/
|
|
200
|
+
populateForm(issueData: any): Promise<void>;
|
|
201
|
+
/**
|
|
202
|
+
* Sets the visibility of optional fields
|
|
203
|
+
* @param issueData issue data fetched from API
|
|
204
|
+
*/
|
|
205
|
+
setOptionalField(issueData: any): void;
|
|
206
|
+
/**
|
|
207
|
+
* Generates list of selected overseer
|
|
208
|
+
* @param allUserList list of all users in the organzation
|
|
209
|
+
* @param overseerList lit of the overseer that needs to be filtered
|
|
210
|
+
* @returns list of array containing the users objects
|
|
211
|
+
*/
|
|
212
|
+
generateOverseerList(allUserList: any, overseerList: any): any;
|
|
213
|
+
/**
|
|
214
|
+
* Resets issue form
|
|
215
|
+
*/
|
|
216
|
+
resetIssueForm(): void;
|
|
217
|
+
checkDescription(): void;
|
|
218
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"log-an-issue.component.d.ts","sources":["log-an-issue.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","sourcesContent":["import { AuthService } from '../workflow-services/auth.service';\r\nimport { LogIssueService } from '../workflow-services/log-issue.service';\r\nimport { EventEmitter, OnInit, OnChanges, AfterViewInit, ChangeDetectorRef } from '@angular/core';\r\nimport { EditorConfig } from 'vcomply-editor';\r\nimport { DatePickerComponent } from 'ng2-date-picker';\r\nimport { UiKitService } from '../workflow-services/ui-kit.service';\r\nimport { SnackBarService } from '../ui-kit/snack-bar/snack-bar.service';\r\nimport { IssueConfiguration } from '../interfaces/issue-data';\r\nexport declare class LogAnIssueComponent implements OnInit, OnChanges, AfterViewInit {\r\n private logService;\r\n private authService;\r\n private uiKitService;\r\n private snackBar;\r\n private changeDeterctorRef;\r\n openedFrom: any;\r\n issueId: any;\r\n reponsibilityData: {\r\n responsibilityId: null;\r\n responsibilityName: string;\r\n rcId: null;\r\n responsibilityObjectId: string;\r\n };\r\n issueDetails: {\r\n auditPlanId: null;\r\n auditPlanName: string;\r\n rcId: null;\r\n auditObjId: null;\r\n };\r\n mode: string;\r\n config: IssueConfiguration;\r\n responsibilitiesData: any;\r\n pickerChanged: EventEmitter<any>;\r\n populateOption: EventEmitter<any>;\r\n closeWorkflow: EventEmitter<any>;\r\n modeChange: EventEmitter<any>;\r\n disconnectRefresh: EventEmitter<any>;\r\n currentUser: any;\r\n datePicker: DatePickerComponent;\r\n scrollToBottom: boolean;\r\n datePickerOverlay: boolean;\r\n showDateError: boolean;\r\n selectedDate: any;\r\n showSmiley: boolean;\r\n loader: boolean;\r\n smileyMessage: string;\r\n issueData: any;\r\n isRiskControlLoading: boolean;\r\n actionButtons: {\r\n buttonText: string;\r\n class: string;\r\n id: string;\r\n }[];\r\n createdData: any;\r\n description: EditorConfig;\r\n dateConfig: {\r\n disableKeypress: boolean;\r\n format: string;\r\n unSelectOnClick: boolean;\r\n openOnClick: boolean;\r\n openOnFocus: boolean;\r\n min: string;\r\n };\r\n listData: any;\r\n get message(): string;\r\n logIssueForm: any;\r\n AttachmentTrack: any;\r\n additionalOptionStatus: any;\r\n riskClassification: {\r\n name: string;\r\n value: number;\r\n class: string;\r\n }[];\r\n riskPrority: {\r\n name: string;\r\n value: number;\r\n class: string;\r\n }[];\r\n sideSelectorElements: any;\r\n selectorConfig: {\r\n ISSUE_CATGORY: {\r\n panelTitle: string;\r\n floatingTextSingular: string;\r\n searchPlaceholder: string;\r\n searchEnabled: boolean;\r\n noDataText: string;\r\n };\r\n ISSUE_RC: {\r\n panelTitle: string;\r\n floatingTextSingular: string;\r\n searchPlaceholder: string;\r\n searchEnabled: boolean;\r\n noDataText: string;\r\n };\r\n ISSUE_WHO: {\r\n panelTitle: string;\r\n floatingTextSingular: string;\r\n searchPlaceholder: string;\r\n searchEnabled: boolean;\r\n noDataText: string;\r\n };\r\n ISSUE_TYPE: {\r\n panelTitle: string;\r\n floatingTextSingular: string;\r\n searchPlaceholder: string;\r\n searchEnabled: boolean;\r\n noDataText: string;\r\n };\r\n ISSUE_CC: {\r\n panelTitle: string;\r\n floatingTextSingular: string;\r\n searchPlaceholder: string;\r\n searchEnabled: boolean;\r\n selectAllEnabled: boolean;\r\n noDataText: string;\r\n };\r\n ISSUE_FCC: {\r\n panelTitle: string;\r\n floatingTextSingular: string;\r\n searchPlaceholder: string;\r\n searchEnabled: boolean;\r\n selectAllEnabled: boolean;\r\n noDataText: string;\r\n };\r\n };\r\n fieldsWithError: any;\r\n activeField: string;\r\n activeSelector: string;\r\n listLoadingStatus: any;\r\n currentTime: string;\r\n /**\r\n * isRCPreSelected,isRCVisible are variable used to set the visibility of rc field and edit button in certain conditions\r\n */\r\n isRCPreSelected: boolean;\r\n isRCVisible: boolean;\r\n isRCMandatory: boolean;\r\n dataForEdit: any;\r\n isRiskControlVisible: boolean;\r\n constructor(logService: LogIssueService, authService: AuthService, uiKitService: UiKitService, snackBar: SnackBarService, changeDeterctorRef: ChangeDetectorRef);\r\n ngOnInit(): void;\r\n ngAfterViewInit(): void;\r\n ngOnChanges(): void;\r\n decideRCmandatory(): void;\r\n setCurrentTime(): void;\r\n getCurrentTime(): string;\r\n setUserDetails(): void;\r\n fetchIssueTypes(): void;\r\n fetchUserList(): void;\r\n fetchCategoryList(): void;\r\n fetchRCList(): void;\r\n setSelectedRC(): void;\r\n fetchControlRisks(): void;\r\n getLinkage(auditId: any, type: string): void;\r\n /**\r\n * This functioj check weather all the required lists are loaded\r\n * If loaded hides the loader otherwise shows the loader.\r\n */\r\n checkAllListLoaded(): void;\r\n /**\r\n * Removes error from the fiels with error to remove the error messag from the UI\r\n * @param errorKey error Identifier used to show error in specific fields.\r\n */\r\n removeError(errorKey: string): void;\r\n openDatePicker(): void;\r\n closeDatePicker(evt: any): void;\r\n setActiveFieldSelector(activeField: string, activeSelector?: string): void;\r\n fieldDeselector(type: any): void;\r\n selectorAction(evt: any, type: any): void;\r\n deleteItem(type: any, element: any): void;\r\n assignMyself(event: any): void;\r\n setException(type: any): void;\r\n setEvidence(type: any): void;\r\n setIssueType(type: any): void;\r\n addMoreInfo(event: any): void;\r\n idToArray(selectedItems: any, listItems: any, filterkey: any): any;\r\n selectFile(type: string, files: any): void;\r\n uploadFile(file: any, type: string): void;\r\n deleteFile(file: any, type: string): void;\r\n addIssue(): void;\r\n closeSmiley(evt?: any): void;\r\n /**\r\n * Closes workflow engine\r\n * @param evt\r\n * @param confirm\r\n */\r\n closeWorkFlow(evt: any, confirm: any): void;\r\n action(evt: any): void;\r\n viewIssue(): void;\r\n /**\r\n * Populate the tickmark of optional fields\r\n */\r\n populateOptionalFields(): void;\r\n /**\r\n * Fetchs issue details when in edit mode based on the input id passed\r\n */\r\n fetchIssueDetails(): void;\r\n /**\r\n * Populates the issue form when in edit mode\r\n * @param issueData issue data fetched from API\r\n */\r\n populateForm(issueData: any): Promise<void>;\r\n /**\r\n * Sets the visibility of optional fields\r\n * @param issueData issue data fetched from API\r\n */\r\n setOptionalField(issueData: any): void;\r\n /**\r\n * Generates list of selected overseer\r\n * @param allUserList list of all users in the organzation\r\n * @param overseerList lit of the overseer that needs to be filtered\r\n * @returns list of array containing the users objects\r\n */\r\n generateOverseerList(allUserList: any, overseerList: any): any;\r\n /**\r\n * Resets issue form\r\n */\r\n resetIssueForm(): void;\r\n checkDescription(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
export declare class MoreOptionComponent implements OnInit, OnChanges {
|
|
3
|
+
currentWorkflow: string;
|
|
4
|
+
openedFrom: string;
|
|
5
|
+
isEditMode: boolean;
|
|
6
|
+
selectedOption: EventEmitter<any>;
|
|
7
|
+
isRCSelected: boolean;
|
|
8
|
+
isProgramSelected: boolean;
|
|
9
|
+
allowedFeature: any;
|
|
10
|
+
orgDetails: any;
|
|
11
|
+
set getOrganizationDetails(details: any);
|
|
12
|
+
featureflagrole: boolean;
|
|
13
|
+
programSimplifyFlag: boolean;
|
|
14
|
+
placeholderTexts: any;
|
|
15
|
+
businessCycle: any;
|
|
16
|
+
moreOptionsList: any;
|
|
17
|
+
constructor();
|
|
18
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
selectMoreOption(event: any, index: number): void;
|
|
21
|
+
populate(evt: any): void;
|
|
22
|
+
hideElements(hiddenList: any): void;
|
|
23
|
+
resetAll(workflowType: string): void;
|
|
24
|
+
updateProgramMoreOptions(): void;
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"more-option.component.d.ts","sources":["more-option.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","sourcesContent":["import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';\r\nexport declare class MoreOptionComponent implements OnInit, OnChanges {\r\n currentWorkflow: string;\r\n openedFrom: string;\r\n isEditMode: boolean;\r\n selectedOption: EventEmitter<any>;\r\n isRCSelected: boolean;\r\n isProgramSelected: boolean;\r\n allowedFeature: any;\r\n orgDetails: any;\r\n set getOrganizationDetails(details: any);\r\n featureflagrole: boolean;\r\n programSimplifyFlag: boolean;\r\n placeholderTexts: any;\r\n businessCycle: any;\r\n moreOptionsList: any;\r\n constructor();\r\n ngOnChanges(changes: SimpleChanges): void;\r\n ngOnInit(): void;\r\n selectMoreOption(event: any, index: number): void;\r\n populate(evt: any): void;\r\n hideElements(hiddenList: any): void;\r\n resetAll(workflowType: string): void;\r\n updateProgramMoreOptions(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-type.pipe.d.ts","sources":["data-type.pipe.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;;;AACA","sourcesContent":["import { PipeTransform } from '@angular/core';\r\nexport declare class DataTypePipe implements PipeTransform {\r\n transform(value: any, ...args: unknown[]): any;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-mapper.pipe.d.ts","sources":["list-mapper.pipe.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;;;AACA","sourcesContent":["import { PipeTransform } from '@angular/core';\r\nexport declare class ListMapperPipe implements PipeTransform {\r\n transform(value: any, ...args: any[]): unknown;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search.pipe.d.ts","sources":["search.pipe.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;;;AACA","sourcesContent":["import { PipeTransform } from '@angular/core';\r\nexport declare class SearchPipe implements PipeTransform {\r\n transform(items: any[], ...args: any[]): any[];\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"space-breaker.pipe.d.ts","sources":["space-breaker.pipe.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;;;AACA","sourcesContent":["import { PipeTransform } from '@angular/core';\r\nexport declare class SpaceBreakerPipe implements PipeTransform {\r\n transform(value: any, ...args: any[]): any;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uncategorized-filter.pipe.d.ts","sources":["uncategorized-filter.pipe.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;;;AACA","sourcesContent":["import { PipeTransform } from '@angular/core';\r\nexport declare class UncategorizedFilterPipe implements PipeTransform {\r\n transform(value: any, ...args: any[]): any;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-filter.pipe.d.ts","sources":["user-filter.pipe.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;;;AACA","sourcesContent":["import { PipeTransform } from '@angular/core';\r\nexport declare class UserFilterPipe implements PipeTransform {\r\n transform(value: any, ...args: any[]): any;\r\n}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-upload.service.d.ts","sources":["bulk-upload.service.d.ts"],"names":[],"mappings":";AAAA;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["export declare class BulkUploadService {\r\n constructor();\r\n hasDataInList(data: any, dataStartIndex: number): boolean;\r\n checkEmptyFile(data: any): boolean;\r\n checkCorrectFile(data: any, headerIndex: number): boolean;\r\n}\r\n"]}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { DialogConfig } from '../../../../ui-kit/dialog/dialog-config';
|
|
3
|
+
import { DialogRef } from '../../../../ui-kit/dialog/dialog-ref';
|
|
4
|
+
export declare class AddLogicComponent implements OnInit {
|
|
5
|
+
config: DialogConfig;
|
|
6
|
+
dialog: DialogRef;
|
|
7
|
+
currentQuestion: any;
|
|
8
|
+
questionsArray: any;
|
|
9
|
+
selectedValue: any;
|
|
10
|
+
selectedLogicQuestion: any;
|
|
11
|
+
selectedLogicQuestionType: string;
|
|
12
|
+
checkboxValue: any[];
|
|
13
|
+
disableLogicDropdown: boolean;
|
|
14
|
+
operatorMap: any;
|
|
15
|
+
questionIndex: number;
|
|
16
|
+
showError: {
|
|
17
|
+
isVisible: boolean;
|
|
18
|
+
errorMessage: string;
|
|
19
|
+
};
|
|
20
|
+
editorMode: any;
|
|
21
|
+
logic: any;
|
|
22
|
+
operatorVal: {
|
|
23
|
+
'=': string;
|
|
24
|
+
'!=': string;
|
|
25
|
+
'>': string;
|
|
26
|
+
'<': string;
|
|
27
|
+
'>=': string;
|
|
28
|
+
'<=': string;
|
|
29
|
+
answered: string;
|
|
30
|
+
before: string;
|
|
31
|
+
after: string;
|
|
32
|
+
beforeEquals: string;
|
|
33
|
+
afterEquals: string;
|
|
34
|
+
};
|
|
35
|
+
constructor(config: DialogConfig, dialog: DialogRef);
|
|
36
|
+
ngOnInit(): void;
|
|
37
|
+
/**
|
|
38
|
+
* Fetches the questions on currently active page
|
|
39
|
+
*/
|
|
40
|
+
getCurrentPageQuestions(): void;
|
|
41
|
+
/**
|
|
42
|
+
* Sets the index and title of current question
|
|
43
|
+
* @param index Current index of question
|
|
44
|
+
* @param questionTitle Title of question at index i
|
|
45
|
+
*/
|
|
46
|
+
setIndex(selectedQuestionName: any): void;
|
|
47
|
+
setOperator(evt: any): void;
|
|
48
|
+
/**
|
|
49
|
+
* populates the logic dropdown based on question type
|
|
50
|
+
*/
|
|
51
|
+
setValuesForLogicDropdown(): void;
|
|
52
|
+
/**
|
|
53
|
+
* Operation on selecting value from checkbox
|
|
54
|
+
* @param event Event triggered on selecting value of checkbox
|
|
55
|
+
* @param title Title of the checkbox option selected
|
|
56
|
+
*/
|
|
57
|
+
checkboxStatus(evt: any): void;
|
|
58
|
+
multipleChoiceChecked(evt: any): void;
|
|
59
|
+
rankingStatus(choice: any): void;
|
|
60
|
+
/**
|
|
61
|
+
* Operation on entering value to multiple text boxes
|
|
62
|
+
*/
|
|
63
|
+
setMultiplTextStatus(): void;
|
|
64
|
+
/**
|
|
65
|
+
* Adds the logic on click of add logic button
|
|
66
|
+
*/
|
|
67
|
+
addLogic(): void;
|
|
68
|
+
closePopup(mode: any): void;
|
|
69
|
+
/**
|
|
70
|
+
* Populates logic selected value for ranking type question
|
|
71
|
+
*/
|
|
72
|
+
populateSelectedValueForRanking(): void;
|
|
73
|
+
/**
|
|
74
|
+
* Validation for logic value (Validation: Previously value is entered or not for the particular question type)
|
|
75
|
+
*/
|
|
76
|
+
checkForLogicValue(): boolean;
|
|
77
|
+
/**
|
|
78
|
+
* Deletes the logic having given index from visibility logic list
|
|
79
|
+
* @param index Index of selected logic
|
|
80
|
+
*/
|
|
81
|
+
deleteLogic(index: any): void;
|
|
82
|
+
/**
|
|
83
|
+
* Assigns the selected value to value that needs to be displayed to user
|
|
84
|
+
* @param selectedVal Value selected to be displayed
|
|
85
|
+
*/
|
|
86
|
+
setSelectedValue(selectedVal?: string): void;
|
|
87
|
+
/**
|
|
88
|
+
* For date/time assigns the selected value to value that needs to be displayed to user
|
|
89
|
+
*/
|
|
90
|
+
setValueForDateTimeType(): void;
|
|
91
|
+
/**
|
|
92
|
+
* Empties the selected value if the logic operator is 'answered'
|
|
93
|
+
* @param logicOperator Logic operator selected from logic dropdown
|
|
94
|
+
*/
|
|
95
|
+
onSelectLogic(logicOperator: string): void;
|
|
96
|
+
/**
|
|
97
|
+
* Empties/Resets the logic fields
|
|
98
|
+
*/
|
|
99
|
+
resetLogic(): void;
|
|
100
|
+
/**
|
|
101
|
+
* Assigns the selected star rating value to selected value and updates in main question array list
|
|
102
|
+
* @param selectedValueIndex Index of selected value
|
|
103
|
+
* @param questionIndex Index of current question
|
|
104
|
+
*/
|
|
105
|
+
captureStarValue(selectedValueIndex: any): void;
|
|
106
|
+
/**
|
|
107
|
+
* Converts the date to toLocaleDateString format
|
|
108
|
+
* @param date Date to be converted
|
|
109
|
+
*/
|
|
110
|
+
formatDate(date: Date): string;
|
|
111
|
+
/**
|
|
112
|
+
* Operation On drag/drop of option of ranking type question
|
|
113
|
+
* @param event Event triggered when option of ranking type question is dragged and dropped
|
|
114
|
+
*/
|
|
115
|
+
formateWithPipe(date: any): string | null;
|
|
116
|
+
formateBySlash(date: any): string;
|
|
117
|
+
}
|
package/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-logic.component.d.ts","sources":["add-logic.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","sourcesContent":["import { OnInit } from '@angular/core';\r\nimport { DialogConfig } from '../../../../ui-kit/dialog/dialog-config';\r\nimport { DialogRef } from '../../../../ui-kit/dialog/dialog-ref';\r\nexport declare class AddLogicComponent implements OnInit {\r\n config: DialogConfig;\r\n dialog: DialogRef;\r\n currentQuestion: any;\r\n questionsArray: any;\r\n selectedValue: any;\r\n selectedLogicQuestion: any;\r\n selectedLogicQuestionType: string;\r\n checkboxValue: any[];\r\n disableLogicDropdown: boolean;\r\n operatorMap: any;\r\n questionIndex: number;\r\n showError: {\r\n isVisible: boolean;\r\n errorMessage: string;\r\n };\r\n editorMode: any;\r\n logic: any;\r\n operatorVal: {\r\n '=': string;\r\n '!=': string;\r\n '>': string;\r\n '<': string;\r\n '>=': string;\r\n '<=': string;\r\n answered: string;\r\n before: string;\r\n after: string;\r\n beforeEquals: string;\r\n afterEquals: string;\r\n };\r\n constructor(config: DialogConfig, dialog: DialogRef);\r\n ngOnInit(): void;\r\n /**\r\n * Fetches the questions on currently active page\r\n */\r\n getCurrentPageQuestions(): void;\r\n /**\r\n * Sets the index and title of current question\r\n * @param index Current index of question\r\n * @param questionTitle Title of question at index i\r\n */\r\n setIndex(selectedQuestionName: any): void;\r\n setOperator(evt: any): void;\r\n /**\r\n * populates the logic dropdown based on question type\r\n */\r\n setValuesForLogicDropdown(): void;\r\n /**\r\n * Operation on selecting value from checkbox\r\n * @param event Event triggered on selecting value of checkbox\r\n * @param title Title of the checkbox option selected\r\n */\r\n checkboxStatus(evt: any): void;\r\n multipleChoiceChecked(evt: any): void;\r\n rankingStatus(choice: any): void;\r\n /**\r\n * Operation on entering value to multiple text boxes\r\n */\r\n setMultiplTextStatus(): void;\r\n /**\r\n * Adds the logic on click of add logic button\r\n */\r\n addLogic(): void;\r\n closePopup(mode: any): void;\r\n /**\r\n * Populates logic selected value for ranking type question\r\n */\r\n populateSelectedValueForRanking(): void;\r\n /**\r\n * Validation for logic value (Validation: Previously value is entered or not for the particular question type)\r\n */\r\n checkForLogicValue(): boolean;\r\n /**\r\n * Deletes the logic having given index from visibility logic list\r\n * @param index Index of selected logic\r\n */\r\n deleteLogic(index: any): void;\r\n /**\r\n * Assigns the selected value to value that needs to be displayed to user\r\n * @param selectedVal Value selected to be displayed\r\n */\r\n setSelectedValue(selectedVal?: string): void;\r\n /**\r\n * For date/time assigns the selected value to value that needs to be displayed to user\r\n */\r\n setValueForDateTimeType(): void;\r\n /**\r\n * Empties the selected value if the logic operator is 'answered'\r\n * @param logicOperator Logic operator selected from logic dropdown\r\n */\r\n onSelectLogic(logicOperator: string): void;\r\n /**\r\n * Empties/Resets the logic fields\r\n */\r\n resetLogic(): void;\r\n /**\r\n * Assigns the selected star rating value to selected value and updates in main question array list\r\n * @param selectedValueIndex Index of selected value\r\n * @param questionIndex Index of current question\r\n */\r\n captureStarValue(selectedValueIndex: any): void;\r\n /**\r\n * Converts the date to toLocaleDateString format\r\n * @param date Date to be converted\r\n */\r\n formatDate(date: Date): string;\r\n /**\r\n * Operation On drag/drop of option of ranking type question\r\n * @param event Event triggered when option of ranking type question is dragged and dropped\r\n */\r\n formateWithPipe(date: any): string | null;\r\n formateBySlash(date: any): string;\r\n}\r\n"]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { DialogConfig } from '../../../../ui-kit/dialog/dialog-config';
|
|
3
|
+
import { DialogRef } from '../../../../ui-kit/dialog/dialog-ref';
|
|
4
|
+
import { EditorConfig } from 'vcomply-editor';
|
|
5
|
+
export declare class AddPageDetailsComponent implements OnInit {
|
|
6
|
+
private config;
|
|
7
|
+
private dialogRef;
|
|
8
|
+
pageDesc: string;
|
|
9
|
+
fd: any;
|
|
10
|
+
constructor(config: DialogConfig, dialogRef: DialogRef);
|
|
11
|
+
pageDetails: any;
|
|
12
|
+
tempPageDetails: any;
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
savePageDetails(): void;
|
|
15
|
+
extractContent(s: any): string;
|
|
16
|
+
populatePageDetailsList(): void;
|
|
17
|
+
cancelPageDetails(): void;
|
|
18
|
+
description: EditorConfig;
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-page-details.component.d.ts","sources":["add-page-details.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit } from '@angular/core';\r\nimport { DialogConfig } from '../../../../ui-kit/dialog/dialog-config';\r\nimport { DialogRef } from '../../../../ui-kit/dialog/dialog-ref';\r\nimport { EditorConfig } from 'vcomply-editor';\r\nexport declare class AddPageDetailsComponent implements OnInit {\r\n private config;\r\n private dialogRef;\r\n pageDesc: string;\r\n fd: any;\r\n constructor(config: DialogConfig, dialogRef: DialogRef);\r\n pageDetails: any;\r\n tempPageDetails: any;\r\n ngOnInit(): void;\r\n savePageDetails(): void;\r\n extractContent(s: any): string;\r\n populatePageDetailsList(): void;\r\n cancelPageDetails(): void;\r\n description: EditorConfig;\r\n}\r\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
export declare class AddResponseSetPopupComponent implements OnInit {
|
|
3
|
+
setResponse: boolean;
|
|
4
|
+
hideSpecificCategory: boolean;
|
|
5
|
+
constructor();
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
showResponse(): void;
|
|
8
|
+
clickSpecificCategory(): void;
|
|
9
|
+
backResponseSet(): void;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-response-set-popup.component.d.ts","sources":["add-response-set-popup.component.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit } from '@angular/core';\r\nexport declare class AddResponseSetPopupComponent implements OnInit {\r\n setResponse: boolean;\r\n hideSpecificCategory: boolean;\r\n constructor();\r\n ngOnInit(): void;\r\n showResponse(): void;\r\n clickSpecificCategory(): void;\r\n backResponseSet(): void;\r\n}\r\n"]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { EditorConfig } from 'vcomply-editor';
|
|
3
|
+
export declare class AddSegmentPopupComponent implements OnInit {
|
|
4
|
+
selectedColor: string;
|
|
5
|
+
top: string;
|
|
6
|
+
left: string;
|
|
7
|
+
save: EventEmitter<any>;
|
|
8
|
+
closeSegment: EventEmitter<any>;
|
|
9
|
+
segmentCollection: any;
|
|
10
|
+
mode: any;
|
|
11
|
+
maxRange: any;
|
|
12
|
+
criteria: any;
|
|
13
|
+
segmentError: any;
|
|
14
|
+
constructor();
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
fromManager(mode: any): void;
|
|
17
|
+
toManager(mode: any): void;
|
|
18
|
+
saveSegment(): void;
|
|
19
|
+
closeResult(): void;
|
|
20
|
+
validateSegment(): boolean;
|
|
21
|
+
description: EditorConfig;
|
|
22
|
+
}
|