vcomply-workflow-engine 0.2.0 → 1.0.0
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 +6556 -167
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.js +3 -3
- package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.ngfactory.js +2 -2
- package/esm2015/lib/add-multiple-risk/add-multiple-risk.component.js +1 -1
- package/esm2015/lib/log-an-issue/log-an-issue.component.js +1 -1
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.js +333 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.ngfactory.js +160 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.js +73 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.ngfactory.js +39 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.js +27 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.ngfactory.js +153 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.js +116 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.ngfactory.js +116 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.js +165 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.ngfactory.js +85 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/build.module.js +71 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/build.module.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/build.module.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.js +35 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.ngfactory.js +89 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.js +66 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.ngfactory.js +72 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.js +18 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.ngfactory.js +51 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.js +35 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.ngfactory.js +104 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.ngfactory.js +20 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.js +35 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.ngfactory.js +104 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.js +26 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.ngfactory.js +60 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.js +55 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.ngfactory.js +51 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.js +152 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.ngfactory.js +205 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/error.js +2 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/error.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/question.js +2 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/question.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/validateStructure.js +2 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/validateStructure.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic/logic.component.js +100 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic/logic.component.ngfactory.js +119 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic/logic.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.js +24 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.ngfactory.js +59 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.js +37 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.ngfactory.js +105 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.js +31 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.ngfactory.js +22 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.ngfactory.js +37 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.js +24 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.ngfactory.js +59 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.ngfactory.js +35 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.js +64 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.ngfactory.js +21 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.ngfactory.js +36 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.js +24 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.ngfactory.js +36 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.ngfactory.js +40 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/move/move.component.js +95 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/move/move.component.ngfactory.js +102 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/move/move.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.js +22 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.ngfactory.js +23 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/current-page-question.pipe.js +18 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/current-page-question.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/error-message.pipe.js +23 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/error-message.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/formatter.pipe.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/formatter.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-filter.pipe.js +13 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-filter.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-page-filter.pipe.js +12 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-page-filter.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-parser.pipe.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-parser.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/type-of.pipe.js +12 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/type-of.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.js +28 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.ngfactory.js +22 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.js +31 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.ngfactory.js +81 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.js +31 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.ngfactory.js +19 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.js +23 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.ngfactory.js +20 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.ngfactory.js +37 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.js +24 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.ngfactory.js +60 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.js +24 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.ngfactory.js +60 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.js +28 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.ngfactory.js +22 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.ngfactory.js +35 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.ngfactory.js +36 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.js +18 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.ngfactory.js +40 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.js +67 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.ngfactory.js +90 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview.module.js +90 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview.module.ngfactory.js +29 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview.module.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.js +20 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.ngfactory.js +76 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.js +248 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.ngfactory.js +109 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.js +35 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.ngfactory.js +95 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.js +56 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.ngfactory.js +108 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.js +153 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.ngfactory.js +130 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.js +123 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.ngfactory.js +47 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.js +24 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.ngfactory.js +97 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.js +50 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.ngfactory.js +47 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.js +424 -0
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.ngfactory.js +222 -0
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.js +86 -0
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngfactory.js +37 -0
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/services/editor.service.js +636 -0
- package/esm2015/lib/sharedComponents/assessment-editor/services/editor.service.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/services/result-criteria.service.js +48 -0
- package/esm2015/lib/sharedComponents/assessment-editor/services/result-criteria.service.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/services/validator.service.js +543 -0
- package/esm2015/lib/sharedComponents/assessment-editor/services/validator.service.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/format-and-evidence/format-and-evidence.component.js +1 -1
- package/esm2015/lib/sharedComponents/risk-classification/risk-classification.component.js +1 -1
- package/esm2015/lib/ui-kit/action-dialog/action-dialog.module.js +16 -0
- package/esm2015/lib/ui-kit/action-dialog/action-dialog.module.ngfactory.js +12 -0
- package/esm2015/lib/ui-kit/action-dialog/action-dialog.module.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/action-dialog/active/active.component.js +36 -0
- package/esm2015/lib/ui-kit/action-dialog/active/active.component.ngfactory.js +25 -0
- package/esm2015/lib/ui-kit/action-dialog/active/active.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/action-dialog/deactivate/deactivate.component.js +38 -0
- package/esm2015/lib/ui-kit/action-dialog/deactivate/deactivate.component.ngfactory.js +25 -0
- package/esm2015/lib/ui-kit/action-dialog/deactivate/deactivate.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/action-dialog/delete/delete.component.js +30 -0
- package/esm2015/lib/ui-kit/action-dialog/delete/delete.component.ngfactory.js +25 -0
- package/esm2015/lib/ui-kit/action-dialog/delete/delete.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/action-dialog/duplicate/duplicate.component.js +32 -0
- package/esm2015/lib/ui-kit/action-dialog/duplicate/duplicate.component.ngfactory.js +25 -0
- package/esm2015/lib/ui-kit/action-dialog/duplicate/duplicate.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/dialog/dialog-config.js +3 -0
- package/esm2015/lib/ui-kit/dialog/dialog-config.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/dialog/dialog-injector.js +15 -0
- package/esm2015/lib/ui-kit/dialog/dialog-injector.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/dialog/dialog-ref.js +11 -0
- package/esm2015/lib/ui-kit/dialog/dialog-ref.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/dialog/dialog.component.js +90 -0
- package/esm2015/lib/ui-kit/dialog/dialog.component.ngfactory.js +29 -0
- package/esm2015/lib/ui-kit/dialog/dialog.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/dialog/dialog.module.js +16 -0
- package/esm2015/lib/ui-kit/dialog/dialog.module.ngfactory.js +14 -0
- package/esm2015/lib/ui-kit/dialog/dialog.module.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/dialog/dialog.service.js +60 -0
- package/esm2015/lib/ui-kit/dialog/dialog.service.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/dialog/insertion.directive.js +15 -0
- package/esm2015/lib/ui-kit/dialog/insertion.directive.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.js +15 -0
- package/esm2015/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.ngfactory.js +23 -0
- package/esm2015/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/editor-loader/editor-loader.module.js +17 -0
- package/esm2015/lib/ui-kit/editor-loader/editor-loader.module.ngfactory.js +12 -0
- package/esm2015/lib/ui-kit/editor-loader/editor-loader.module.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/click-outside.directive.js +26 -0
- package/esm2015/lib/ui-kit/formgroup/click-outside.directive.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.js +26 -0
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.ngfactory.js +30 -0
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.js +30 -0
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngfactory.js +30 -0
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/cs-radio/cs-radio.component.js +27 -0
- package/esm2015/lib/ui-kit/formgroup/cs-radio/cs-radio.component.ngfactory.js +20 -0
- package/esm2015/lib/ui-kit/formgroup/cs-radio/cs-radio.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.js +14 -0
- package/esm2015/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.ngfactory.js +19 -0
- package/esm2015/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/cs-select/cs-select.component.js +80 -0
- package/esm2015/lib/ui-kit/formgroup/cs-select/cs-select.component.ngfactory.js +89 -0
- package/esm2015/lib/ui-kit/formgroup/cs-select/cs-select.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/cs-switch/cs-switch.component.js +29 -0
- package/esm2015/lib/ui-kit/formgroup/cs-switch/cs-switch.component.ngfactory.js +62 -0
- package/esm2015/lib/ui-kit/formgroup/cs-switch/cs-switch.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/formgroup.module.js +41 -0
- package/esm2015/lib/ui-kit/formgroup/formgroup.module.ngfactory.js +14 -0
- package/esm2015/lib/ui-kit/formgroup/formgroup.module.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/pipes/pascal.pipe.js +15 -0
- package/esm2015/lib/ui-kit/formgroup/pipes/pascal.pipe.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe.js +20 -0
- package/esm2015/lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.js +557 -0
- package/esm2015/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.ngfactory.js +82 -0
- package/esm2015/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-assessment/workflow-assessment.component.js +3 -3
- package/esm2015/lib/workflow-assessment/workflow-assessment.component.ngfactory.js +1 -1
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +1 -1
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +21 -9
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +63 -35
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-engine.module.js +11 -4
- package/esm2015/lib/workflow-engine.module.ngfactory.js +37 -25
- package/esm2015/lib/workflow-engine.module.ngsummary.json +1 -1
- package/esm2015/lib/workflow-policy/workflow-policy.component.js +1 -1
- package/esm2015/lib/workflow-risk/workflow-risk.component.js +4 -3
- package/esm2015/lib/workflow-services/add-risk.service.js +2 -1
- package/esm2015/lib/workflow-services/assessment.service.js +47 -1
- package/esm2015/lib/workflow-services/assessment.service.ngsummary.json +1 -1
- package/esm2015/lib/workflow-services/log-issue.service.js +3 -2
- package/esm2015/lib/workflow-survey-form/workflow-survey-form.component.js +1 -1
- package/esm2015/public-api.ngsummary.json +1 -1
- package/esm2015/vcomply-workflow-engine.js +160 -61
- package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
- package/fesm2015/vcomply-workflow-engine.js +5998 -103
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/add-multiple-responsibility/add-multiple-responsibility.component.d.ts +0 -5
- package/lib/add-multiple-risk/add-multiple-risk.component.d.ts +0 -5
- package/lib/confirmation-alert/confirmation-alert.component.d.ts +0 -5
- package/lib/create-documents/create-documents.component.d.ts +0 -5
- package/lib/formgroup/cs-checkbox/cs-checkbox.component.d.ts +0 -5
- package/lib/formgroup/cs-radio/cs-radio.component.d.ts +0 -5
- package/lib/formgroup/cs-radio-group/cs-radio-group.component.d.ts +0 -5
- package/lib/formgroup/cs-select/cs-select.component.d.ts +0 -5
- package/lib/formgroup/cs-switch/cs-switch.component.d.ts +0 -5
- package/lib/formgroup/formgroup.module.d.ts +0 -14
- package/lib/formgroup/pipes/pascal.pipe.d.ts +0 -5
- package/lib/formgroup/select/cs-option/cs-option.component.d.ts +0 -5
- package/lib/formgroup/select/cs-select/cs-select.component.d.ts +0 -5
- package/lib/formgroup/select/select.module.d.ts +0 -11
- package/lib/formgroup/select/select.service.d.ts +0 -4
- package/lib/log-an-issue/log-an-issue.component.d.ts +0 -5
- package/lib/more-option/more-option.component.d.ts +0 -5
- package/lib/pipes/data-type.pipe.d.ts +0 -5
- package/lib/pipes/list-mapper.pipe.d.ts +0 -5
- package/lib/pipes/search.pipe.d.ts +0 -5
- package/lib/pipes/space-breaker.pipe.d.ts +0 -5
- package/lib/pipes/uncategorized-filter.pipe.d.ts +0 -5
- package/lib/pipes/user-filter.pipe.d.ts +0 -5
- package/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.d.ts +117 -0
- package/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.d.ts +18 -0
- package/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.d.ts +10 -0
- package/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.d.ts +22 -0
- package/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.d.ts +47 -0
- package/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/build.module.d.ts +2 -0
- package/lib/sharedComponents/assessment-editor/components/build/build.module.ngfactory.d.ts +3 -0
- package/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.d.ts +11 -0
- package/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.d.ts +16 -0
- package/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.d.ts +6 -0
- package/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.d.ts +11 -0
- package/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.d.ts +11 -0
- package/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.d.ts +9 -0
- package/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.d.ts +12 -0
- package/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.d.ts +56 -0
- package/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/errorInterface/error.d.ts +14 -0
- package/lib/sharedComponents/assessment-editor/components/errorInterface/question.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/errorInterface/validateStructure.d.ts +6 -0
- package/lib/sharedComponents/assessment-editor/components/logic/logic.component.d.ts +24 -0
- package/lib/sharedComponents/assessment-editor/components/logic/logic.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.d.ts +8 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.d.ts +14 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.d.ts +9 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.d.ts +8 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.d.ts +2 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.ngfactory.d.ts +3 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.d.ts +9 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/move/move.component.d.ts +22 -0
- package/lib/sharedComponents/assessment-editor/components/move/move.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.d.ts +8 -0
- package/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/current-page-question.pipe.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/error-message.pipe.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/formatter.pipe.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/question-filter.pipe.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/question-page-filter.pipe.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/question-parser.pipe.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/type-of.pipe.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.d.ts +8 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.d.ts +11 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.d.ts +8 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.d.ts +8 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.d.ts +7 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.d.ts +7 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.d.ts +8 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.d.ts +6 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.d.ts +27 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview.module.d.ts +2 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview.module.ngfactory.d.ts +3 -0
- package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.d.ts +6 -0
- package/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.d.ts +28 -0
- package/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.d.ts +11 -0
- package/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.d.ts +16 -0
- package/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.d.ts +47 -0
- package/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.d.ts +35 -0
- package/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.d.ts +8 -0
- package/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.d.ts +12 -0
- package/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.d.ts +64 -0
- package/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/create-assessment.module.d.ts +2 -0
- package/lib/sharedComponents/assessment-editor/create-assessment.module.ngfactory.d.ts +3 -0
- package/lib/sharedComponents/assessment-editor/services/editor.service.d.ts +185 -0
- package/lib/sharedComponents/assessment-editor/services/result-criteria.service.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/services/validator.service.d.ts +31 -0
- package/lib/sharedComponents/assessment-list/assessment-list-loader/assessment-list-loader.component.d.ts +0 -5
- package/lib/sharedComponents/assessment-list/assessment-list-sub-loader/assessment-list-sub-loader.component.d.ts +0 -5
- package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts +0 -5
- package/lib/sharedComponents/assessment-list/service/assessment.service.d.ts +0 -4
- package/lib/sharedComponents/assessment-preview/assessment-preview.module.d.ts +0 -24
- package/lib/sharedComponents/assessment-preview/checkbox-question/checkbox-question.component.d.ts +0 -5
- package/lib/sharedComponents/assessment-preview/date-time/date-time.component.d.ts +0 -5
- package/lib/sharedComponents/assessment-preview/device/device.component.d.ts +0 -5
- package/lib/sharedComponents/assessment-preview/file-upload/file-upload.component.d.ts +0 -5
- package/lib/sharedComponents/assessment-preview/page-header/page-header.component.d.ts +0 -5
- package/lib/sharedComponents/assessment-preview/preview/preview.component.d.ts +0 -5
- package/lib/sharedComponents/assessment-preview/preview-container/preview-container.component.d.ts +0 -5
- package/lib/sharedComponents/assessment-preview/quick-settings/quick-settings.component.d.ts +0 -5
- package/lib/sharedComponents/assessment-preview/radio-question/radio-question.component.d.ts +0 -5
- package/lib/sharedComponents/assessment-preview/select-question/select-question.component.d.ts +0 -5
- package/lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component.d.ts +0 -5
- package/lib/sharedComponents/assessment-preview/welcome/welcome.component.d.ts +0 -5
- package/lib/sharedComponents/audit-category-list/audit-category-list.component.d.ts +0 -5
- package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts +0 -5
- package/lib/sharedComponents/bulk-view/bulk-view.component.d.ts +0 -5
- package/lib/sharedComponents/category-list/category-list.component.d.ts +0 -5
- package/lib/sharedComponents/category-multiselect/category-multi-select.component.d.ts +0 -5
- package/lib/sharedComponents/checkbox-list/checkbox-list.component.d.ts +0 -5
- package/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.d.ts +0 -5
- package/lib/sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component.d.ts +0 -5
- package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts +0 -5
- package/lib/sharedComponents/checkpoint-floating-bar/checkpoint-floating-bar.component.d.ts +0 -5
- package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-container/checkpoints-policy-container.component.d.ts +0 -5
- package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-list/checkpoints-policy-list.component.d.ts +0 -5
- package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-questions/checkpoints-policy-questions.component.d.ts +0 -5
- package/lib/sharedComponents/directive/autofocus.directive.d.ts +0 -5
- package/lib/sharedComponents/directive/conditional-focus.directive.d.ts +0 -5
- package/lib/sharedComponents/directive/drag-drop.directive.d.ts +0 -5
- package/lib/sharedComponents/directive/scroll-in-view.directive.d.ts +0 -5
- package/lib/sharedComponents/document-section/document-section.component.d.ts +0 -5
- package/lib/sharedComponents/floating-bar/floating-bar.component.d.ts +0 -5
- package/lib/sharedComponents/format-and-evidence/format-and-evidence.component.d.ts +0 -5
- package/lib/sharedComponents/framework-list/framework-list.component.d.ts +0 -5
- package/lib/sharedComponents/framework-list/parent-table/parent-table.component.d.ts +0 -5
- package/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.d.ts +0 -5
- package/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.d.ts +0 -5
- package/lib/sharedComponents/frequency/frequency-checkbox-list/frequency-checkbox-list.component.d.ts +0 -5
- package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts +0 -5
- package/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.d.ts +0 -5
- package/lib/sharedComponents/frequency/frequency-due-date/frequency-due-date.component.d.ts +0 -5
- package/lib/sharedComponents/frequency/frequency-lifecycle/frequency-lifecycle.component.d.ts +0 -5
- package/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.d.ts +0 -5
- package/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.d.ts +0 -5
- package/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.d.ts +0 -5
- package/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.d.ts +0 -5
- package/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.d.ts +0 -5
- package/lib/sharedComponents/frequency/frequency-radio-list/frequency-radio-list.component.d.ts +0 -5
- package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts +0 -5
- package/lib/sharedComponents/frequency/frequency-top/frequency-top.component.d.ts +0 -5
- package/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.d.ts +0 -5
- package/lib/sharedComponents/frequency/frequency.service.d.ts +0 -4
- package/lib/sharedComponents/group-users-list/group-users-list.component.d.ts +0 -5
- package/lib/sharedComponents/list-loader/list-loader.component.d.ts +0 -5
- package/lib/sharedComponents/no-data/no-data.component.d.ts +0 -5
- package/lib/sharedComponents/no-data/no-data.module.d.ts +0 -8
- package/lib/sharedComponents/owner-list/owner-list.component.d.ts +0 -5
- package/lib/sharedComponents/pipes/array-filter.pipe.d.ts +0 -5
- package/lib/sharedComponents/pipes/filterPipe.d.ts +0 -5
- package/lib/sharedComponents/pipes/short-merge.pipe.d.ts +0 -5
- package/lib/sharedComponents/pipes/within-data.pipe.d.ts +0 -5
- package/lib/sharedComponents/radio-list/radio-list.component.d.ts +0 -5
- package/lib/sharedComponents/radio-list-with-pagination/link-treatment-loader/link-treatment-loader.component.d.ts +0 -5
- package/lib/sharedComponents/radio-list-with-pagination/radio-list.component.d.ts +0 -5
- package/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.d.ts +0 -5
- package/lib/sharedComponents/responsibility-risk-selector/responsibility-risk-selector.component.d.ts +0 -5
- package/lib/sharedComponents/review-frequency/review-frequency.component.d.ts +0 -5
- package/lib/sharedComponents/risk-classification/risk-classification.component.d.ts +0 -5
- package/lib/sharedComponents/users-radio-list/users-radio-list.component.d.ts +0 -5
- package/lib/sharedComponents/v-loader/loader/loader.component.d.ts +0 -5
- package/lib/sharedComponents/v-loader/loader-inline/loader-inline.component.d.ts +0 -5
- package/lib/sharedComponents/v-loader/v-loader.module.d.ts +0 -9
- package/lib/ui-kit/action-dialog/action-dialog.module.d.ts +2 -0
- package/lib/ui-kit/action-dialog/action-dialog.module.ngfactory.d.ts +3 -0
- package/lib/ui-kit/action-dialog/active/active.component.d.ts +12 -0
- package/lib/ui-kit/action-dialog/active/active.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/action-dialog/deactivate/deactivate.component.d.ts +12 -0
- package/lib/ui-kit/action-dialog/deactivate/deactivate.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/action-dialog/delete/delete.component.d.ts +11 -0
- package/lib/ui-kit/action-dialog/delete/delete.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/action-dialog/duplicate/duplicate.component.d.ts +12 -0
- package/lib/ui-kit/action-dialog/duplicate/duplicate.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/click-outside/click-outside.directive.d.ts +0 -5
- package/lib/ui-kit/click-outside/click-outside.module.d.ts +0 -8
- package/lib/ui-kit/dialog/dialog-config.d.ts +5 -0
- package/lib/ui-kit/dialog/dialog-injector.d.ts +7 -0
- package/lib/ui-kit/dialog/dialog-ref.d.ts +7 -0
- package/lib/ui-kit/dialog/dialog.component.d.ts +29 -0
- package/lib/ui-kit/dialog/dialog.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/dialog/dialog.module.d.ts +2 -0
- package/lib/ui-kit/dialog/dialog.module.ngfactory.d.ts +3 -0
- package/lib/ui-kit/dialog/dialog.service.d.ts +15 -0
- package/lib/ui-kit/dialog/insertion.directive.d.ts +5 -0
- package/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.d.ts +5 -0
- package/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/editor-loader/editor-loader.module.d.ts +2 -0
- package/lib/ui-kit/editor-loader/editor-loader.module.ngfactory.d.ts +3 -0
- package/lib/ui-kit/format-html.pipe.d.ts +0 -5
- package/lib/ui-kit/formgroup/click-outside.directive.d.ts +7 -0
- package/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.d.ts +10 -0
- package/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts +10 -0
- package/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/formgroup/cs-radio/cs-radio.component.d.ts +12 -0
- package/lib/ui-kit/formgroup/cs-radio/cs-radio.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.d.ts +5 -0
- package/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/formgroup/cs-select/cs-select.component.d.ts +33 -0
- package/lib/ui-kit/formgroup/cs-select/cs-select.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/formgroup/cs-switch/cs-switch.component.d.ts +12 -0
- package/lib/ui-kit/formgroup/cs-switch/cs-switch.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/formgroup/formgroup.module.d.ts +2 -0
- package/lib/ui-kit/formgroup/formgroup.module.ngfactory.d.ts +3 -0
- package/lib/ui-kit/formgroup/pipes/pascal.pipe.d.ts +4 -0
- package/lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe.d.ts +4 -0
- package/lib/ui-kit/line-loader/line-loader.component.d.ts +0 -5
- package/lib/ui-kit/line-loader/line-loader.module.d.ts +0 -8
- package/lib/ui-kit/pagination/pagination/pagination.component.d.ts +0 -5
- package/lib/ui-kit/pagination/pagination.module.d.ts +0 -9
- package/lib/ui-kit/popover/popover-event.directive.d.ts +0 -5
- package/lib/ui-kit/popover/popover-longpress.directive.d.ts +0 -5
- package/lib/ui-kit/popover/popover.component.d.ts +0 -5
- package/lib/ui-kit/popover/popover.directive.d.ts +0 -5
- package/lib/ui-kit/popover/popover.module.d.ts +0 -11
- package/lib/ui-kit/popover/popover.service.d.ts +0 -4
- package/lib/ui-kit/popover-hover/popover-hover.component.d.ts +0 -5
- package/lib/ui-kit/popover-hover/popover-hover.directive.d.ts +0 -5
- package/lib/ui-kit/popover-hover/popover-hover.module.d.ts +0 -9
- package/lib/ui-kit/popover-hover/popover-hover.service.d.ts +0 -4
- package/lib/ui-kit/smiley-dialog/smiley-dialog.component.d.ts +0 -5
- package/lib/ui-kit/smiley-dialog/smiley-dialog.module.d.ts +0 -8
- package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.component.d.ts +0 -5
- package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.module.d.ts +0 -8
- package/lib/ui-kit/snack-bar/snack-bar.component.d.ts +0 -5
- package/lib/ui-kit/snack-bar/snack-bar.module.d.ts +0 -8
- package/lib/ui-kit/snack-bar/snack-bar.service.d.ts +0 -4
- package/lib/ui-kit/tooltip/tooltip.directive.d.ts +0 -5
- package/lib/ui-kit/tooltip/tooltip.module.d.ts +0 -8
- package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.d.ts +231 -0
- package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.ngfactory.d.ts +1 -0
- package/lib/workflow-assessment/workflow-assessment.component.d.ts +0 -5
- package/lib/workflow-compliance/workflow-compliance.component.d.ts +0 -5
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +2 -5
- package/lib/workflow-engine.module.d.ts +2 -104
- package/lib/workflow-engine.module.ngfactory.d.ts +1 -1
- package/lib/workflow-engine.service.d.ts +0 -4
- package/lib/workflow-pagination/workflow-pagination.component.d.ts +0 -5
- package/lib/workflow-policy/workflow-policy.component.d.ts +0 -5
- package/lib/workflow-risk/workflow-risk.component.d.ts +0 -5
- package/lib/workflow-services/add-risk.service.d.ts +0 -4
- package/lib/workflow-services/assessment.service.d.ts +10 -5
- package/lib/workflow-services/auth.service.d.ts +0 -4
- package/lib/workflow-services/frequency.service.d.ts +0 -4
- package/lib/workflow-services/log-issue.service.d.ts +0 -4
- package/lib/workflow-services/policy.service.d.ts +0 -4
- package/lib/workflow-services/responsibility.service.d.ts +0 -4
- package/lib/workflow-services/token-decoder.service.d.ts +0 -4
- package/lib/workflow-services/ui-kit.service.d.ts +0 -4
- package/lib/workflow-survey-form/workflow-survey-form.component.d.ts +0 -5
- package/package.json +2 -8
- package/vcomply-workflow-engine.d.ts +159 -62
- package/vcomply-workflow-engine.metadata.json +1 -1
- package/lib/formgroup/select/cs-option/cs-option.component.d.ts.__ivy_ngcc_bak +0 -15
- package/lib/formgroup/select/cs-option/cs-option.component.d.ts.map +0 -1
- package/lib/formgroup/select/cs-select/cs-select.component.d.ts.__ivy_ngcc_bak +0 -34
- package/lib/formgroup/select/cs-select/cs-select.component.d.ts.map +0 -1
- package/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.d.ts.__ivy_ngcc_bak +0 -35
- package/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.d.ts.map +0 -1
- package/lib/sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component.d.ts.__ivy_ngcc_bak +0 -8
- package/lib/sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component.d.ts.map +0 -1
- package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts.__ivy_ngcc_bak +0 -38
- package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts.map +0 -1
- package/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.d.ts.__ivy_ngcc_bak +0 -37
- package/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.d.ts.map +0 -1
- package/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.d.ts.__ivy_ngcc_bak +0 -35
- package/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.d.ts.map +0 -1
- package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts.__ivy_ngcc_bak +0 -29
- package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts.map +0 -1
- package/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.d.ts.__ivy_ngcc_bak +0 -30
- package/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.d.ts.map +0 -1
- package/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.d.ts.__ivy_ngcc_bak +0 -33
- package/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.d.ts.map +0 -1
- package/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.d.ts.__ivy_ngcc_bak +0 -29
- package/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.d.ts.map +0 -1
- package/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.d.ts.__ivy_ngcc_bak +0 -32
- package/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.d.ts.map +0 -1
- package/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.d.ts.__ivy_ngcc_bak +0 -19
- package/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.d.ts.map +0 -1
- package/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.d.ts.__ivy_ngcc_bak +0 -32
- package/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.d.ts.map +0 -1
- package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts.__ivy_ngcc_bak +0 -59
- package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts.map +0 -1
- package/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.d.ts.__ivy_ngcc_bak +0 -32
- package/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.d.ts.map +0 -1
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Configurations } from '../../../configurations';
|
|
3
3
|
import { AuthService } from '../../../workflow-services/auth.service';
|
|
4
|
-
import * as ɵngcc0 from '@angular/core';
|
|
5
4
|
export declare class AssessmentService {
|
|
6
5
|
private http;
|
|
7
6
|
private authService;
|
|
8
7
|
env: any;
|
|
9
8
|
constructor(http: HttpClient, authService: AuthService, config?: Configurations);
|
|
10
9
|
getAssessmentQuestions(id: string): import("rxjs").Observable<Object>;
|
|
11
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AssessmentService, [null, null, { optional: true; }]>;
|
|
12
10
|
}
|
|
13
|
-
|
|
14
|
-
//# sourceMappingURL=assessment.service.d.ts.map
|
|
@@ -1,26 +1,2 @@
|
|
|
1
|
-
import * as ɵngcc0 from '@angular/core';
|
|
2
|
-
import * as ɵngcc1 from './checkbox-question/checkbox-question.component';
|
|
3
|
-
import * as ɵngcc2 from './date-time/date-time.component';
|
|
4
|
-
import * as ɵngcc3 from './device/device.component';
|
|
5
|
-
import * as ɵngcc4 from './file-upload/file-upload.component';
|
|
6
|
-
import * as ɵngcc5 from './preview/preview.component';
|
|
7
|
-
import * as ɵngcc6 from './preview-container/preview-container.component';
|
|
8
|
-
import * as ɵngcc7 from './quick-settings/quick-settings.component';
|
|
9
|
-
import * as ɵngcc8 from './radio-question/radio-question.component';
|
|
10
|
-
import * as ɵngcc9 from './select-question/select-question.component';
|
|
11
|
-
import * as ɵngcc10 from './single-textbox/single-textbox.component';
|
|
12
|
-
import * as ɵngcc11 from './page-header/page-header.component';
|
|
13
|
-
import * as ɵngcc12 from './welcome/welcome.component';
|
|
14
|
-
import * as ɵngcc13 from '@angular/common';
|
|
15
|
-
import * as ɵngcc14 from '../../ui-kit/tooltip/tooltip.module';
|
|
16
|
-
import * as ɵngcc15 from '../../formgroup/formgroup.module';
|
|
17
|
-
import * as ɵngcc16 from '../../ui-kit/popover/popover.module';
|
|
18
|
-
import * as ɵngcc17 from 'ngx-material-timepicker';
|
|
19
|
-
import * as ɵngcc18 from 'ng2-date-picker';
|
|
20
1
|
export declare class AssessmentPreviewModule {
|
|
21
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AssessmentPreviewModule, never>;
|
|
22
|
-
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<AssessmentPreviewModule, [typeof ɵngcc1.CheckboxQuestionComponent, typeof ɵngcc2.DateTimeComponent, typeof ɵngcc3.DeviceComponent, typeof ɵngcc4.FileUploadComponent, typeof ɵngcc5.PreviewComponent, typeof ɵngcc6.PreviewContainerComponent, typeof ɵngcc7.QuickSettingsComponent, typeof ɵngcc8.RadioQuestionComponent, typeof ɵngcc9.SelectQuestionComponent, typeof ɵngcc10.SingleTextboxComponent, typeof ɵngcc11.PageHeaderComponent, typeof ɵngcc12.WelcomeComponent], [typeof ɵngcc13.CommonModule, typeof ɵngcc14.TooltipModule, typeof ɵngcc15.FormgroupModule, typeof ɵngcc16.PopoverModule, typeof ɵngcc17.NgxMaterialTimepickerModule, typeof ɵngcc18.DpDatePickerModule], [typeof ɵngcc1.CheckboxQuestionComponent, typeof ɵngcc2.DateTimeComponent, typeof ɵngcc3.DeviceComponent, typeof ɵngcc4.FileUploadComponent, typeof ɵngcc5.PreviewComponent, typeof ɵngcc6.PreviewContainerComponent, typeof ɵngcc7.QuickSettingsComponent, typeof ɵngcc8.RadioQuestionComponent, typeof ɵngcc9.SelectQuestionComponent, typeof ɵngcc10.SingleTextboxComponent, typeof ɵngcc12.WelcomeComponent]>;
|
|
23
|
-
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<AssessmentPreviewModule>;
|
|
24
2
|
}
|
|
25
|
-
|
|
26
|
-
//# sourceMappingURL=assessment-preview.module.d.ts.map
|
package/lib/sharedComponents/assessment-preview/checkbox-question/checkbox-question.component.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class CheckboxQuestionComponent implements OnInit {
|
|
4
3
|
question: any;
|
|
5
4
|
questionIndex: number;
|
|
@@ -7,8 +6,4 @@ export declare class CheckboxQuestionComponent implements OnInit {
|
|
|
7
6
|
constructor();
|
|
8
7
|
ngOnInit(): void;
|
|
9
8
|
randomize(): void;
|
|
10
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckboxQuestionComponent, never>;
|
|
11
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckboxQuestionComponent, "app-checkbox-question", never, { "question": "question"; "questionIndex": "questionIndex"; }, {}, never, never>;
|
|
12
9
|
}
|
|
13
|
-
|
|
14
|
-
//# sourceMappingURL=checkbox-question.component.d.ts.map
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { DatePickerComponent } from 'ng2-date-picker';
|
|
3
|
-
import * as ɵngcc0 from '@angular/core';
|
|
4
3
|
export declare class DateTimeComponent implements OnInit {
|
|
5
4
|
question: any;
|
|
6
5
|
questionIndex: any;
|
|
@@ -10,8 +9,4 @@ export declare class DateTimeComponent implements OnInit {
|
|
|
10
9
|
ngOnInit(): void;
|
|
11
10
|
openDatePicker(): void;
|
|
12
11
|
closeDatepicker(): void;
|
|
13
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DateTimeComponent, never>;
|
|
14
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<DateTimeComponent, "app-date-time", never, { "question": "question"; "questionIndex": "questionIndex"; }, {}, never, never>;
|
|
15
12
|
}
|
|
16
|
-
|
|
17
|
-
//# sourceMappingURL=date-time.component.d.ts.map
|
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class DeviceComponent implements OnInit {
|
|
4
3
|
deviceChanged: EventEmitter<any>;
|
|
5
4
|
selectedDevice: string;
|
|
6
5
|
constructor();
|
|
7
6
|
ngOnInit(): void;
|
|
8
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DeviceComponent, never>;
|
|
9
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<DeviceComponent, "app-device", never, { "selectedDevice": "selectedDevice"; }, { "deviceChanged": "deviceChanged"; }, never, never>;
|
|
10
7
|
}
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=device.component.d.ts.map
|
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class FileUploadComponent implements OnInit {
|
|
4
3
|
question: any;
|
|
5
4
|
questionIndex: any;
|
|
6
5
|
constructor();
|
|
7
6
|
ngOnInit(): void;
|
|
8
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FileUploadComponent, never>;
|
|
9
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FileUploadComponent, "app-file-upload", never, { "question": "question"; "questionIndex": "questionIndex"; }, {}, never, never>;
|
|
10
7
|
}
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=file-upload.component.d.ts.map
|
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class PageHeaderComponent implements OnInit {
|
|
4
3
|
pageDetail: any;
|
|
5
4
|
pageTitle: any;
|
|
6
5
|
constructor();
|
|
7
6
|
ngOnInit(): void;
|
|
8
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PageHeaderComponent, never>;
|
|
9
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PageHeaderComponent, "app-page-header", never, { "pageDetail": "pageDetail"; "pageTitle": "pageTitle"; }, {}, never, never>;
|
|
10
7
|
}
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=page-header.component.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class PreviewComponent implements OnInit, OnChanges {
|
|
4
3
|
questionData: any;
|
|
5
4
|
previewBack: EventEmitter<any>;
|
|
@@ -9,8 +8,4 @@ export declare class PreviewComponent implements OnInit, OnChanges {
|
|
|
9
8
|
ngOnInit(): void;
|
|
10
9
|
ngOnChanges(): void;
|
|
11
10
|
generatePageDetails(): void;
|
|
12
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PreviewComponent, never>;
|
|
13
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PreviewComponent, "app-preview", never, { "questionData": "questionData"; }, { "previewBack": "previewBack"; }, never, never>;
|
|
14
11
|
}
|
|
15
|
-
|
|
16
|
-
//# sourceMappingURL=preview.component.d.ts.map
|
package/lib/sharedComponents/assessment-preview/preview-container/preview-container.component.d.ts
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class PreviewContainerComponent implements OnInit {
|
|
4
3
|
constructor();
|
|
5
4
|
ngOnInit(): void;
|
|
6
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PreviewContainerComponent, never>;
|
|
7
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<PreviewContainerComponent, "app-preview-container", never, {}, {}, never, never>;
|
|
8
5
|
}
|
|
9
|
-
|
|
10
|
-
//# sourceMappingURL=preview-container.component.d.ts.map
|
package/lib/sharedComponents/assessment-preview/quick-settings/quick-settings.component.d.ts
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class QuickSettingsComponent implements OnInit {
|
|
4
3
|
question: any;
|
|
5
4
|
constructor();
|
|
6
5
|
ngOnInit(): void;
|
|
7
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<QuickSettingsComponent, never>;
|
|
8
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<QuickSettingsComponent, "app-quick-settings", never, { "question": "question"; }, {}, never, never>;
|
|
9
6
|
}
|
|
10
|
-
|
|
11
|
-
//# sourceMappingURL=quick-settings.component.d.ts.map
|
package/lib/sharedComponents/assessment-preview/radio-question/radio-question.component.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class RadioQuestionComponent implements OnInit {
|
|
4
3
|
question: any;
|
|
5
4
|
questionIndex: number;
|
|
@@ -7,8 +6,4 @@ export declare class RadioQuestionComponent implements OnInit {
|
|
|
7
6
|
constructor();
|
|
8
7
|
ngOnInit(): void;
|
|
9
8
|
randomize(): void;
|
|
10
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<RadioQuestionComponent, never>;
|
|
11
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<RadioQuestionComponent, "app-radio-question", never, { "question": "question"; "questionIndex": "questionIndex"; }, {}, never, never>;
|
|
12
9
|
}
|
|
13
|
-
|
|
14
|
-
//# sourceMappingURL=radio-question.component.d.ts.map
|
package/lib/sharedComponents/assessment-preview/select-question/select-question.component.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class SelectQuestionComponent implements OnInit {
|
|
4
3
|
question: any;
|
|
5
4
|
questionIndex: any;
|
|
@@ -7,8 +6,4 @@ export declare class SelectQuestionComponent implements OnInit {
|
|
|
7
6
|
constructor();
|
|
8
7
|
ngOnInit(): void;
|
|
9
8
|
randomize(): void;
|
|
10
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SelectQuestionComponent, never>;
|
|
11
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<SelectQuestionComponent, "app-select-question", never, { "question": "question"; "questionIndex": "questionIndex"; }, {}, never, never>;
|
|
12
9
|
}
|
|
13
|
-
|
|
14
|
-
//# sourceMappingURL=select-question.component.d.ts.map
|
package/lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component.d.ts
CHANGED
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class SingleTextboxComponent implements OnInit {
|
|
4
3
|
question: any;
|
|
5
4
|
questionIndex: any;
|
|
6
5
|
constructor();
|
|
7
6
|
ngOnInit(): void;
|
|
8
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<SingleTextboxComponent, never>;
|
|
9
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<SingleTextboxComponent, "app-single-textbox", never, { "question": "question"; "questionIndex": "questionIndex"; }, {}, never, never>;
|
|
10
7
|
}
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=single-textbox.component.d.ts.map
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class WelcomeComponent implements OnInit {
|
|
4
3
|
questionDetails: any;
|
|
5
4
|
constructor();
|
|
6
5
|
ngOnInit(): void;
|
|
7
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<WelcomeComponent, never>;
|
|
8
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<WelcomeComponent, "app-preview-welcome", never, { "questionDetails": "questionDetails"; }, {}, never, never>;
|
|
9
6
|
}
|
|
10
|
-
|
|
11
|
-
//# sourceMappingURL=welcome.component.d.ts.map
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { auditCategoryModel } from './audit-category.model';
|
|
3
|
-
import * as ɵngcc0 from '@angular/core';
|
|
4
3
|
export declare class AuditCategoryListComponent implements OnInit, OnChanges {
|
|
5
4
|
animation: boolean;
|
|
6
5
|
searchInput: string;
|
|
@@ -17,8 +16,4 @@ export declare class AuditCategoryListComponent implements OnInit, OnChanges {
|
|
|
17
16
|
deleteEvent(event: any): void;
|
|
18
17
|
close(): void;
|
|
19
18
|
populateSelectedData(): void;
|
|
20
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AuditCategoryListComponent, never>;
|
|
21
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<AuditCategoryListComponent, "app-audit-category-list", never, { "selectedIndex": "selectedIndex"; "selectedData": "selectedData"; "auditCategory": "auditCategory"; }, { "closeList": "closeList"; "saveSelectedList": "saveSelectedList"; }, never, never>;
|
|
22
19
|
}
|
|
23
|
-
|
|
24
|
-
//# sourceMappingURL=audit-category-list.component.d.ts.map
|
package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class BulkResponsibilityViewComponent implements OnInit {
|
|
4
3
|
responsibilityBulkUpload: any;
|
|
5
4
|
fileName: any;
|
|
@@ -12,8 +11,4 @@ export declare class BulkResponsibilityViewComponent implements OnInit {
|
|
|
12
11
|
ngOnInit(): void;
|
|
13
12
|
submit(): void;
|
|
14
13
|
close(): void;
|
|
15
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<BulkResponsibilityViewComponent, never>;
|
|
16
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<BulkResponsibilityViewComponent, "app-bulk-responsibility-view", never, { "loader": "loader"; "responsibilityBulkUpload": "responsibilityBulkUpload"; "fileName": "fileName"; "defaultOwner": "defaultOwner"; }, { "submitResponsibilityBulkUpload": "submitResponsibilityBulkUpload"; "cancel": "cancel"; }, never, never>;
|
|
17
14
|
}
|
|
18
|
-
|
|
19
|
-
//# sourceMappingURL=bulk-responsibility-view.component.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { EventEmitter, OnInit, OnChanges } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class BulkViewComponent implements OnInit, OnChanges {
|
|
4
3
|
riskBulkUpload: any;
|
|
5
4
|
templateInfo: any;
|
|
@@ -15,8 +14,4 @@ export declare class BulkViewComponent implements OnInit, OnChanges {
|
|
|
15
14
|
ngOnInit(): void;
|
|
16
15
|
submit(completeAssessment: any): void;
|
|
17
16
|
close(): void;
|
|
18
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<BulkViewComponent, never>;
|
|
19
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<BulkViewComponent, "app-bulk-view", never, { "loader": "loader"; "riskBulkUpload": "riskBulkUpload"; "templateInfo": "templateInfo"; "fileName": "fileName"; "assessmentDaysEnable": "assessmentDaysEnable"; "defaultOwner": "defaultOwner"; }, { "submitRiskBulkUpload": "submitRiskBulkUpload"; "cancel": "cancel"; }, never, never>;
|
|
20
17
|
}
|
|
21
|
-
|
|
22
|
-
//# sourceMappingURL=bulk-view.component.d.ts.map
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { CategoryList } from '../../interfaces/categoryList';
|
|
3
|
-
import * as ɵngcc0 from '@angular/core';
|
|
4
3
|
export declare class CategoryListComponent implements OnInit, OnChanges {
|
|
5
4
|
categoryList: CategoryList;
|
|
6
5
|
selectedCategory: any;
|
|
@@ -17,8 +16,4 @@ export declare class CategoryListComponent implements OnInit, OnChanges {
|
|
|
17
16
|
save(): void;
|
|
18
17
|
deleteEvent(event: any): void;
|
|
19
18
|
close(): void;
|
|
20
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CategoryListComponent, never>;
|
|
21
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CategoryListComponent, "app-category-list", never, { "selectedCategory": "selectedCategory"; "categoryList": "categoryList"; }, { "saveSelectedCategory": "saveSelectedCategory"; "closeList": "closeList"; "closeCategoriesList": "closeCategoriesList"; }, never, never>;
|
|
22
19
|
}
|
|
23
|
-
|
|
24
|
-
//# sourceMappingURL=category-list.component.d.ts.map
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { OnInit, EventEmitter, OnChanges } from '@angular/core';
|
|
3
|
-
import * as ɵngcc0 from '@angular/core';
|
|
4
3
|
export declare class CategoryMultiSelectComponent implements OnInit, OnChanges {
|
|
5
4
|
listBlock: ElementRef;
|
|
6
5
|
categoryList: any;
|
|
@@ -26,8 +25,4 @@ export declare class CategoryMultiSelectComponent implements OnInit, OnChanges {
|
|
|
26
25
|
checkSelectAll(activeTab: any): any;
|
|
27
26
|
save(): void;
|
|
28
27
|
close(): void;
|
|
29
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CategoryMultiSelectComponent, never>;
|
|
30
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CategoryMultiSelectComponent, "app-category-multi-select", never, { "allCategories": "allCategories"; "selectedCategories": "selectedCategories"; "categoryList": "categoryList"; "categoryIdKey": "categoryIdKey"; }, { "saveSelectedCategory": "saveSelectedCategory"; "closeList": "closeList"; "closeCategoriesList": "closeCategoriesList"; }, never, never>;
|
|
31
28
|
}
|
|
32
|
-
|
|
33
|
-
//# sourceMappingURL=category-multi-select.component.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class CheckboxListComponent implements OnInit {
|
|
4
3
|
itemsList: any;
|
|
5
4
|
selectedItems: any;
|
|
@@ -20,8 +19,4 @@ export declare class CheckboxListComponent implements OnInit {
|
|
|
20
19
|
close(): void;
|
|
21
20
|
arrayToId(array: any, identifierKey: any): any;
|
|
22
21
|
selectAll(evt: any): void;
|
|
23
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckboxListComponent, never>;
|
|
24
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckboxListComponent, "app-checkbox-list", never, { "itemsList": "itemsList"; "selectedItems": "selectedItems"; "identifierKey": "identifierKey"; "displayKey": "displayKey"; "tooltipKey": "tooltipKey"; "twoColumn": "twoColumn"; "config": "config"; }, { "closeList": "closeList"; "saveList": "saveList"; }, never, never>;
|
|
25
22
|
}
|
|
26
|
-
|
|
27
|
-
//# sourceMappingURL=checkbox-list.component.d.ts.map
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { SnackBarService } from '../../../ui-kit/snack-bar/snack-bar.service';
|
|
3
|
-
import * as ɵngcc0 from '@angular/core';
|
|
4
3
|
export declare class CheckpointsComponent implements OnInit {
|
|
5
4
|
private snackbar;
|
|
6
5
|
private cdr;
|
|
@@ -33,8 +32,4 @@ export declare class CheckpointsComponent implements OnInit {
|
|
|
33
32
|
close(): void;
|
|
34
33
|
validateCheckpoint(): false | undefined;
|
|
35
34
|
checkpointDescription(event: any): void;
|
|
36
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckpointsComponent, never>;
|
|
37
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckpointsComponent, "app-checkpoints", never, { "checkpointData": "checkpointData"; "checkpointInstruction": "checkpointInstruction"; }, { "closeCheckPoint": "closeCheckPoint"; "saveCheckPoint": "saveCheckPoint"; }, never, never>;
|
|
38
35
|
}
|
|
39
|
-
|
|
40
|
-
//# sourceMappingURL=checkpoints.component.d.ts.map
|
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class CheckpointsListComponent implements OnInit {
|
|
4
3
|
createQuestion: EventEmitter<any>;
|
|
5
4
|
questionTypeList: never[];
|
|
6
5
|
constructor();
|
|
7
6
|
ngOnInit(): void;
|
|
8
7
|
addQuestion(type: any): void;
|
|
9
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckpointsListComponent, never>;
|
|
10
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckpointsListComponent, "app-checkpoints-list", never, { "questionTypeList": "questionTypeList"; }, { "createQuestion": "createQuestion"; }, never, never>;
|
|
11
8
|
}
|
|
12
|
-
|
|
13
|
-
//# sourceMappingURL=checkpoints-list.component.d.ts.map
|
package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { OnInit, EventEmitter, OnChanges, SimpleChanges, ElementRef } from '@angular/core';
|
|
2
2
|
import { DatePickerComponent } from 'ng2-date-picker';
|
|
3
3
|
import { SnackBarService } from '../../../ui-kit/snack-bar/snack-bar.service';
|
|
4
|
-
import * as ɵngcc0 from '@angular/core';
|
|
5
4
|
export declare class CheckpointsQuestionsComponent implements OnInit, OnChanges {
|
|
6
5
|
private elementRef;
|
|
7
6
|
private snackbar;
|
|
@@ -36,8 +35,4 @@ export declare class CheckpointsQuestionsComponent implements OnInit, OnChanges
|
|
|
36
35
|
addOption(questionIndex: number, optionIndex: number, type: string): void;
|
|
37
36
|
deleteOption(questionIndex: number, optionIndex: number, type: string): void;
|
|
38
37
|
deleteOnBackspace(questionIndex: number, optionIndex: number, type: string): void;
|
|
39
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckpointsQuestionsComponent, never>;
|
|
40
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckpointsQuestionsComponent, "app-checkpoints-questions", never, { "checkpointData": "checkpointData"; "questionTypeList": "questionTypeList"; "errorIndex": "errorIndex"; "checkpointInstruction": "checkpointInstruction"; }, { "createQuestion": "createQuestion"; "deleteQuestion": "deleteQuestion"; "copyQuestion": "copyQuestion"; "blankQuestion": "blankQuestion"; "createOption": "createOption"; "removeOption": "removeOption"; "updateDescription": "updateDescription"; }, never, never>;
|
|
41
38
|
}
|
|
42
|
-
|
|
43
|
-
//# sourceMappingURL=checkpoints-questions.component.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class CheckpointFloatingBarComponent implements OnInit {
|
|
4
3
|
count: number;
|
|
5
4
|
pluralText: string;
|
|
@@ -13,8 +12,4 @@ export declare class CheckpointFloatingBarComponent implements OnInit {
|
|
|
13
12
|
ngOnInit(): void;
|
|
14
13
|
next(): void;
|
|
15
14
|
close(): void;
|
|
16
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckpointFloatingBarComponent, never>;
|
|
17
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckpointFloatingBarComponent, "app-checkpoint-floating-bar", never, { "count": "count"; "pluralText": "pluralText"; "singularText": "singularText"; "requiredPoint": "requiredPoint"; "isPolicyCheckpoint": "isPolicyCheckpoint"; }, { "closeList": "closeList"; "saveList": "saveList"; "requiredPointChange": "requiredPointChange"; }, never, never>;
|
|
18
15
|
}
|
|
19
|
-
|
|
20
|
-
//# sourceMappingURL=checkpoint-floating-bar.component.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { SnackBarService } from './../../../ui-kit/snack-bar/snack-bar.service';
|
|
2
2
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
3
3
|
import { CheckpointsPolicyQuestionsComponent } from '../checkpoints-policy-questions/checkpoints-policy-questions.component';
|
|
4
|
-
import * as ɵngcc0 from '@angular/core';
|
|
5
4
|
export declare class CheckpointsPolicyContainerComponent implements OnInit {
|
|
6
5
|
private snackbarService;
|
|
7
6
|
animation: boolean;
|
|
@@ -14,8 +13,4 @@ export declare class CheckpointsPolicyContainerComponent implements OnInit {
|
|
|
14
13
|
ngOnInit(): void;
|
|
15
14
|
next(): void;
|
|
16
15
|
saveQuestions(event: any): void;
|
|
17
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckpointsPolicyContainerComponent, never>;
|
|
18
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckpointsPolicyContainerComponent, "app-checkpoints-policy-container", never, { "requiredPoint": "requiredPoint"; "checkpointData": "checkpointData"; }, { "closeCheckPoint": "closeCheckPoint"; "saveCheckPoint": "saveCheckPoint"; }, never, never>;
|
|
19
16
|
}
|
|
20
|
-
|
|
21
|
-
//# sourceMappingURL=checkpoints-policy-container.component.d.ts.map
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class CheckpointsPolicyListComponent implements OnInit {
|
|
4
3
|
constructor();
|
|
5
4
|
ngOnInit(): void;
|
|
6
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckpointsPolicyListComponent, never>;
|
|
7
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckpointsPolicyListComponent, "app-checkpoints-policy-list", never, {}, {}, never, never>;
|
|
8
5
|
}
|
|
9
|
-
|
|
10
|
-
//# sourceMappingURL=checkpoints-policy-list.component.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class CheckpointsPolicyQuestionsComponent implements OnInit {
|
|
4
3
|
checkPointQuestions: any;
|
|
5
4
|
changeMax: EventEmitter<any>;
|
|
@@ -31,8 +30,4 @@ export declare class CheckpointsPolicyQuestionsComponent implements OnInit {
|
|
|
31
30
|
isOptionValid(options: any): boolean;
|
|
32
31
|
checkDuplicate(arr: any): boolean;
|
|
33
32
|
trackByFn(index: any, item: any): any;
|
|
34
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CheckpointsPolicyQuestionsComponent, never>;
|
|
35
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<CheckpointsPolicyQuestionsComponent, "app-checkpoints-policy-questions", never, { "requiredPoint": "requiredPoint"; "checkpointDetails": "checkpointDetails"; }, { "changeMax": "changeMax"; "requiredPointChange": "requiredPointChange"; "saveValidQuestions": "saveValidQuestions"; }, never, never>;
|
|
36
33
|
}
|
|
37
|
-
|
|
38
|
-
//# sourceMappingURL=checkpoints-policy-questions.component.d.ts.map
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class AutofocusDirective implements AfterViewInit {
|
|
4
3
|
private el;
|
|
5
4
|
constructor(el: ElementRef);
|
|
6
5
|
ngAfterViewInit(): void;
|
|
7
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<AutofocusDirective, never>;
|
|
8
|
-
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<AutofocusDirective, "[appAutofocus]", never, {}, {}, never>;
|
|
9
6
|
}
|
|
10
|
-
|
|
11
|
-
//# sourceMappingURL=autofocus.directive.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class ConditionalFocusDirective implements OnChanges {
|
|
4
3
|
private el;
|
|
5
4
|
appConditionalFocus: boolean;
|
|
@@ -7,8 +6,4 @@ export declare class ConditionalFocusDirective implements OnChanges {
|
|
|
7
6
|
ngOnChanges(change: SimpleChanges): void;
|
|
8
7
|
ngAfterViewInit(): void;
|
|
9
8
|
focus(): void;
|
|
10
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ConditionalFocusDirective, never>;
|
|
11
|
-
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<ConditionalFocusDirective, "[appConditionalFocus]", never, { "appConditionalFocus": "appConditionalFocus"; }, {}, never>;
|
|
12
9
|
}
|
|
13
|
-
|
|
14
|
-
//# sourceMappingURL=conditional-focus.directive.d.ts.map
|
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class DragDropDirective {
|
|
4
3
|
fileOver: boolean;
|
|
5
4
|
fileDropped: EventEmitter<any>;
|
|
6
5
|
onDragOver(evt: any): void;
|
|
7
6
|
onDragLeave(evt: any): void;
|
|
8
7
|
ondrop(evt: any): void;
|
|
9
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DragDropDirective, never>;
|
|
10
|
-
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<DragDropDirective, "[appDragDrop]", never, {}, { "fileDropped": "fileDropped"; }, never>;
|
|
11
8
|
}
|
|
12
|
-
|
|
13
|
-
//# sourceMappingURL=drag-drop.directive.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class ScrollInViewDirective implements OnChanges {
|
|
4
3
|
private el;
|
|
5
4
|
appScrollInView: boolean;
|
|
@@ -7,8 +6,4 @@ export declare class ScrollInViewDirective implements OnChanges {
|
|
|
7
6
|
ngOnChanges(change: SimpleChanges): void;
|
|
8
7
|
ngAfterViewInit(): void;
|
|
9
8
|
scroll(): void;
|
|
10
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ScrollInViewDirective, never>;
|
|
11
|
-
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<ScrollInViewDirective, "[appScrollInView]", never, { "appScrollInView": "appScrollInView"; }, {}, never>;
|
|
12
9
|
}
|
|
13
|
-
|
|
14
|
-
//# sourceMappingURL=scroll-in-view.directive.d.ts.map
|
|
@@ -3,7 +3,6 @@ import { EventEmitter, OnInit } from '@angular/core';
|
|
|
3
3
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
4
|
import { SnackBarService } from '../../ui-kit/snack-bar/snack-bar.service';
|
|
5
5
|
import { PolicyService } from '../../workflow-services/policy.service';
|
|
6
|
-
import * as ɵngcc0 from '@angular/core';
|
|
7
6
|
export declare class DocumentSectionComponent implements OnInit {
|
|
8
7
|
private snackBar;
|
|
9
8
|
private policyService;
|
|
@@ -36,8 +35,4 @@ export declare class DocumentSectionComponent implements OnInit {
|
|
|
36
35
|
changeDocType(event: any): void;
|
|
37
36
|
editor(event: string): void;
|
|
38
37
|
editPolicyEmit(): void;
|
|
39
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DocumentSectionComponent, never>;
|
|
40
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<DocumentSectionComponent, "lib-document-section", never, { "policyId": "policyId"; "policyName": "policyName"; "organization_id": "organization_id"; "member_obj_id": "member_obj_id"; "userInfo": "userInfo"; }, { "disconnectRefresh": "disconnectRefresh"; "editPolicy": "editPolicy"; }, never, never>;
|
|
41
38
|
}
|
|
42
|
-
|
|
43
|
-
//# sourceMappingURL=document-section.component.d.ts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OnInit, EventEmitter, OnChanges } from '@angular/core';
|
|
2
|
-
import * as ɵngcc0 from '@angular/core';
|
|
3
2
|
export declare class FloatingBarComponent implements OnInit, OnChanges {
|
|
4
3
|
selectedData: any;
|
|
5
4
|
displayElementKey: string;
|
|
@@ -30,8 +29,4 @@ export declare class FloatingBarComponent implements OnInit, OnChanges {
|
|
|
30
29
|
close(): void;
|
|
31
30
|
selectedWorkflowType(event: any): void;
|
|
32
31
|
selectedWorkflowChange(event: any): void;
|
|
33
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FloatingBarComponent, never>;
|
|
34
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FloatingBarComponent, "app-floating-bar", never, { "displayElementKey": "displayElementKey"; "elementId": "elementId"; "singularText": "singularText"; "pluralText": "pluralText"; "showNextButton": "showNextButton"; "showFrequencyText": "showFrequencyText"; "showWorkflow": "showWorkflow"; "workflowText": "workflowText"; "currentFrequency": "currentFrequency"; "isDisabled": "isDisabled"; "workflowList": "workflowList"; "mode": "mode"; "nonRemovableUsersList": "nonRemovableUsersList"; "selectedData": "selectedData"; "selectedWorkflow": "selectedWorkflow"; "workflowPlaceHolder": "workflowPlaceHolder"; "removePosition": "removePosition"; }, { "closeEvent": "closeEvent"; "deleteEvent": "deleteEvent"; "closeList": "closeList"; "workflowTypeChanged": "workflowTypeChanged"; }, never, ["*"]>;
|
|
35
32
|
}
|
|
36
|
-
|
|
37
|
-
//# sourceMappingURL=floating-bar.component.d.ts.map
|
|
@@ -2,7 +2,6 @@ import { OnInit, EventEmitter } from '@angular/core';
|
|
|
2
2
|
import { AuthService } from '../../workflow-services/auth.service';
|
|
3
3
|
import { PolicyService } from '../../workflow-services/policy.service';
|
|
4
4
|
import { ResponsibilityService } from '../../workflow-services/responsibility.service';
|
|
5
|
-
import * as ɵngcc0 from '@angular/core';
|
|
6
5
|
export declare class FormatAndEvidenceComponent implements OnInit {
|
|
7
6
|
private responsibilityService;
|
|
8
7
|
private policyService;
|
|
@@ -39,8 +38,4 @@ export declare class FormatAndEvidenceComponent implements OnInit {
|
|
|
39
38
|
policyLinkSetList: string[];
|
|
40
39
|
selectedLinkSetChange(event: any, index: number): void;
|
|
41
40
|
uploadPolicyAttachments(formData: any): void;
|
|
42
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FormatAndEvidenceComponent, never>;
|
|
43
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FormatAndEvidenceComponent, "app-format-and-evidence", never, { "mode": "mode"; "categories": "categories"; "organization_id": "organization_id"; "formatEvidanceData": "formatEvidanceData"; }, { "updateFiles": "updateFiles"; }, never, never>;
|
|
44
41
|
}
|
|
45
|
-
|
|
46
|
-
//# sourceMappingURL=format-and-evidence.component.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { ResponsibilityService } from '../../workflow-services/responsibility.service';
|
|
3
3
|
import { ParentTableComponent } from './parent-table/parent-table.component';
|
|
4
|
-
import * as ɵngcc0 from '@angular/core';
|
|
5
4
|
export declare class FrameworkListComponent implements OnInit {
|
|
6
5
|
private responsibilityService;
|
|
7
6
|
categoryList: any;
|
|
@@ -20,8 +19,4 @@ export declare class FrameworkListComponent implements OnInit {
|
|
|
20
19
|
getCategoryDetailsById(id?: any): void;
|
|
21
20
|
entrustFrameworkDetails(report: any): void;
|
|
22
21
|
close(): void;
|
|
23
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrameworkListComponent, never>;
|
|
24
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrameworkListComponent, "app-framework-list", never, { "categoryList": "categoryList"; }, { "entrustFramework": "entrustFramework"; "closeFramework": "closeFramework"; }, never, never>;
|
|
25
22
|
}
|
|
26
|
-
|
|
27
|
-
//# sourceMappingURL=framework-list.component.d.ts.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { Configurations } from '../../../configurations';
|
|
3
3
|
import { ResponsibilityService } from '../../../workflow-services/responsibility.service';
|
|
4
|
-
import * as ɵngcc0 from '@angular/core';
|
|
5
4
|
export declare class ParentTableComponent implements OnInit {
|
|
6
5
|
private responsibilityService;
|
|
7
6
|
tableList: any[];
|
|
@@ -24,8 +23,4 @@ export declare class ParentTableComponent implements OnInit {
|
|
|
24
23
|
getCategoryDetailsById(id: any): void;
|
|
25
24
|
entrustFrameworkDetails(report: any): void;
|
|
26
25
|
entity_open(data: any): void;
|
|
27
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ParentTableComponent, [null, { optional: true; }]>;
|
|
28
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<ParentTableComponent, "app-parent-table", never, { "tableList": "tableList"; "search": "search"; }, { "closeParent": "closeParent"; "expandCategory": "expandCategory"; "entrustFramework": "entrustFramework"; }, never, never>;
|
|
29
26
|
}
|
|
30
|
-
|
|
31
|
-
//# sourceMappingURL=parent-table.component.d.ts.map
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
2
|
import { FrequencyService } from '../frequency.service';
|
|
3
|
-
import * as ɵngcc0 from '@angular/core';
|
|
4
3
|
export declare class FrequencyAnnualComponent implements OnInit {
|
|
5
4
|
private frequencyService;
|
|
6
5
|
monthList: Array<any>;
|
|
@@ -35,8 +34,4 @@ export declare class FrequencyAnnualComponent implements OnInit {
|
|
|
35
34
|
getFrequencyPlaceholder(yearlyInput: any): string;
|
|
36
35
|
getPlaceholderForSt2(): string;
|
|
37
36
|
getPlaceholderForGt1(): string;
|
|
38
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyAnnualComponent, never>;
|
|
39
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyAnnualComponent, "app-frequency-annual", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
|
|
40
37
|
}
|
|
41
|
-
|
|
42
|
-
//# sourceMappingURL=frequency-annual.component.d.ts.map
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
2
|
import { FrequencyService } from "../frequency.service";
|
|
3
|
-
import * as ɵngcc0 from '@angular/core';
|
|
4
3
|
export declare class FrequencyBiannualComponent implements OnInit {
|
|
5
4
|
private frequencyService;
|
|
6
5
|
biannualInterval: string;
|
|
@@ -33,8 +32,4 @@ export declare class FrequencyBiannualComponent implements OnInit {
|
|
|
33
32
|
lifecycleChange(event: any): void;
|
|
34
33
|
getBiannualFrequency(): void;
|
|
35
34
|
getFrequencyPlaceholder(biannualInput: number): string;
|
|
36
|
-
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyBiannualComponent, never>;
|
|
37
|
-
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyBiannualComponent, "app-frequency-biannual", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
|
|
38
35
|
}
|
|
39
|
-
|
|
40
|
-
//# sourceMappingURL=frequency-biannual.component.d.ts.map
|