vcomply-workflow-engine 0.2.2 → 1.0.2
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 +6561 -171
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.js +18 -25
- 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/bulk-responsibility-view/bulk-responsibility-view.component.js +2 -2
- package/esm2015/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.ngfactory.js +29 -363
- 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 +4 -1521
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +20 -8
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +62 -34
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-engine.module.js +8 -1
- package/esm2015/lib/workflow-engine.module.ngfactory.js +36 -24
- 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 +3 -2
- 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-survey-form/workflow-survey-form.component.js +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 +6007 -112
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- 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/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/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/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/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-engine-container/workflow-engine-container.component.d.ts +2 -0
- package/lib/workflow-services/assessment.service.d.ts +10 -1
- package/package.json +1 -1
- package/vcomply-workflow-engine.d.ts +159 -60
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
3
|
+
*
|
|
4
|
+
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
|
|
5
|
+
* tslint:disable
|
|
6
|
+
*/
|
|
7
|
+
import * as i0 from "./welcome.component.less.shim.ngstyle";
|
|
8
|
+
import * as i1 from "@angular/core";
|
|
9
|
+
import * as i2 from "./welcome.component";
|
|
10
|
+
var styles_WelcomeComponent = [i0.styles];
|
|
11
|
+
var RenderType_WelcomeComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_WelcomeComponent, data: {} });
|
|
12
|
+
export { RenderType_WelcomeComponent as RenderType_WelcomeComponent };
|
|
13
|
+
export function View_WelcomeComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "div", [["class", "build-welcome vx-d-flex vx-align-center vx-justify-center vx-mb-5"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "div", [["class", "build-welcome-inner"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 1, "div", [["class", "image vx-mb-5"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 0, "img", [["alt", ""], ["src", "https://cdn.v-comply.com/libraries/workflow-engine/assets/assessment-editor/placeholder.jpg"]], null, null, null, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 2, "div", [["class", "upload-btn vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-d-flex vx-align-center vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(5, 0, null, null, 0, "input", [["type", "file"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, [" Upload Image "]))], null, null); }
|
|
14
|
+
export function View_WelcomeComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-welcome", [], null, null, null, View_WelcomeComponent_0, RenderType_WelcomeComponent)), i1.ɵdid(1, 114688, null, 0, i2.WelcomeComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
15
|
+
var WelcomeComponentNgFactory = i1.ɵccf("app-welcome", i2.WelcomeComponent, View_WelcomeComponent_Host_0, {}, {}, []);
|
|
16
|
+
export { WelcomeComponentNgFactory as WelcomeComponentNgFactory };
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2VsY29tZS5jb21wb25lbnQubmdmYWN0b3J5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2J1aWxkL3dlbGNvbWUvd2VsY29tZS5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2J1aWxkL3dlbGNvbWUvd2VsY29tZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7a0VDQUEsMEpBU00sS0FSRiw0R0FPTSxLQU5GLHNHQUVNLEtBREYsK0xBQWdILEtBRXBILCtMQUVNLEtBREYsOEZBQXFCLEtBQUEsMkNBQ3pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiPGRpdiBjbGFzcz1cImJ1aWxkLXdlbGNvbWUgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC1tYi01XCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiYnVpbGQtd2VsY29tZS1pbm5lclwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJpbWFnZSB2eC1tYi01XCI+XHJcbiAgICAgICAgICAgIDxpbWcgc3JjPVwiaHR0cHM6Ly9jZG4udi1jb21wbHkuY29tL2xpYnJhcmllcy93b3JrZmxvdy1lbmdpbmUvYXNzZXRzL2Fzc2Vzc21lbnQtZWRpdG9yL3BsYWNlaG9sZGVyLmpwZ1wiIGFsdD1cIlwiIC8+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInVwbG9hZC1idG4gdngtZnMtMTEgdngtZnctNTAwIHZ4LXR4dC13aGl0ZSB2eC10dC11cHBlcmNhc2UgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiPlxyXG4gICAgICAgICAgICA8aW5wdXQgdHlwZT1cImZpbGVcIiAvPiBVcGxvYWQgSW1hZ2VcclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG48L2Rpdj4iXX0=
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-welcome","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":1,"members":[]},"rendererType":{"__symbol":2,"members":[]},"componentFactory":{"__symbol":3,"members":[]}}}],"symbols":[{"__symbol":0,"name":"WelcomeComponent","filePath":"./welcome.component"},{"__symbol":1,"name":"View_WelcomeComponent_0","filePath":"./welcome.component.ngfactory"},{"__symbol":2,"name":"RenderType_WelcomeComponent","filePath":"./welcome.component.ngfactory"},{"__symbol":3,"name":"WelcomeComponentNgFactory","filePath":"./welcome.component.ngfactory"}]}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
import { __awaiter } from "tslib";
|
|
2
|
+
import { ChangeDetectorRef, Component, EventEmitter, Input, Output, ViewChild } from '@angular/core';
|
|
3
|
+
import { ValidatorService } from '../../services/validator.service';
|
|
4
|
+
export class EditorWrapperComponent {
|
|
5
|
+
constructor(cdr, validator) {
|
|
6
|
+
this.cdr = cdr;
|
|
7
|
+
this.validator = validator;
|
|
8
|
+
this.hideResponsePopup = false;
|
|
9
|
+
this.nextQuestion = false;
|
|
10
|
+
this.validQuestionData = new EventEmitter();
|
|
11
|
+
this.errorPresent = false;
|
|
12
|
+
this.viewMode = 'build';
|
|
13
|
+
this.deleteQuestion = new EventEmitter();
|
|
14
|
+
this.copyQuestion = new EventEmitter();
|
|
15
|
+
}
|
|
16
|
+
openResponsePopup() {
|
|
17
|
+
this.hideResponsePopup = true;
|
|
18
|
+
}
|
|
19
|
+
closeResponsePopup() {
|
|
20
|
+
this.hideResponsePopup = false;
|
|
21
|
+
}
|
|
22
|
+
openNextQuestion() {
|
|
23
|
+
this.nextQuestion = true;
|
|
24
|
+
}
|
|
25
|
+
closeNextQuestion() {
|
|
26
|
+
this.nextQuestion = false;
|
|
27
|
+
}
|
|
28
|
+
ngOnInit() {
|
|
29
|
+
if (this.question.errorArray && Object.values(this.question.errorArray).length > 0) {
|
|
30
|
+
this.errorPresent = true;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
ngAfterViewInit() {
|
|
34
|
+
setTimeout(() => {
|
|
35
|
+
this.questionContainer.nativeElement.scrollIntoView({ behavior: 'smooth', block: 'start' });
|
|
36
|
+
}, 100);
|
|
37
|
+
}
|
|
38
|
+
openResponseChoice() {
|
|
39
|
+
this.responseChoice = true;
|
|
40
|
+
}
|
|
41
|
+
closeThis() {
|
|
42
|
+
this.responseChoice = false;
|
|
43
|
+
}
|
|
44
|
+
callDelete() {
|
|
45
|
+
this.deleteQuestion.emit(this.questionIndex);
|
|
46
|
+
}
|
|
47
|
+
callCopy() {
|
|
48
|
+
this.copyQuestion.emit(this.questionIndex);
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Adds new option for a question
|
|
52
|
+
* @param choiceIndex Index of option after which new option should be added
|
|
53
|
+
* @param type Unique identifier to set id of newly created options
|
|
54
|
+
*/
|
|
55
|
+
addOption({ choiceIndex, type }) {
|
|
56
|
+
this.question.choices.splice(choiceIndex + 1, 0, { title: '', value: '', is_selected: false, answerCompletedBy: [] });
|
|
57
|
+
this.setFocus(type, choiceIndex + 1);
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Deletes a particular option
|
|
61
|
+
* @param choiceIndex Index of option after which new option should be added
|
|
62
|
+
* @param type Unique identifier to set id of newly created options
|
|
63
|
+
*/
|
|
64
|
+
deleteOption({ choiceIndex, type }) {
|
|
65
|
+
if (this.question.choices.length !== 1) {
|
|
66
|
+
this.question.choices.splice(choiceIndex, 1);
|
|
67
|
+
}
|
|
68
|
+
(choiceIndex - 1 >= 0) ? this.setFocus(type, choiceIndex - 1) :
|
|
69
|
+
this.setFocus(type, 0);
|
|
70
|
+
}
|
|
71
|
+
deleteColumn({ columnIndex, type }) {
|
|
72
|
+
if (this.question.columns.length === 1) {
|
|
73
|
+
return;
|
|
74
|
+
}
|
|
75
|
+
this.question.columns.splice(columnIndex, 1);
|
|
76
|
+
(columnIndex - 1 >= 0) ? this.setFocus(type, columnIndex - 1) : this.setFocus(type, 0);
|
|
77
|
+
}
|
|
78
|
+
addColumn({ columnIndex, type }) {
|
|
79
|
+
const column = { title: '', value: 0, is_selected: false, weight: 0, choices: [{ title: '' }] };
|
|
80
|
+
this.question.columns.splice(columnIndex + 1, 0, column);
|
|
81
|
+
this.setFocus(type, columnIndex + 1);
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Sets focus to updated option
|
|
85
|
+
* @param type Unique identifier to set id of newly created options
|
|
86
|
+
* @param choiceIndex Index of option after which new option should be added
|
|
87
|
+
*/
|
|
88
|
+
setFocus(type, choiceIndex) {
|
|
89
|
+
this.cdr.detectChanges();
|
|
90
|
+
let EL;
|
|
91
|
+
EL = document.getElementById(type + choiceIndex);
|
|
92
|
+
if (EL) {
|
|
93
|
+
EL.focus();
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* Operation on click of save button
|
|
98
|
+
*/
|
|
99
|
+
checkForValidationStatus(mode) {
|
|
100
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
101
|
+
const status = yield this.validator.validate(this.question);
|
|
102
|
+
if (status.valid === true) {
|
|
103
|
+
this.errorPresent = false;
|
|
104
|
+
this.validator.validatedQuestions[status.question.name] = status.question;
|
|
105
|
+
this.validQuestionData.emit(mode);
|
|
106
|
+
}
|
|
107
|
+
else {
|
|
108
|
+
this.errorPresent = true;
|
|
109
|
+
delete this.validator.validatedQuestions[status.question.name];
|
|
110
|
+
}
|
|
111
|
+
});
|
|
112
|
+
}
|
|
113
|
+
insertResponseSet(evt) {
|
|
114
|
+
this.question.choices = evt;
|
|
115
|
+
if (this.service.formsPage.settings.assessmentMode) {
|
|
116
|
+
this.question.choices.some((ele) => {
|
|
117
|
+
if (!ele.isFailed) {
|
|
118
|
+
ele.score = this.service.formsPage.settings.defaultScore;
|
|
119
|
+
}
|
|
120
|
+
if (ele.isFailed === true) {
|
|
121
|
+
ele.score = this.service.formsPage.settings.negativeScore;
|
|
122
|
+
}
|
|
123
|
+
});
|
|
124
|
+
this.question.hasOther = false;
|
|
125
|
+
}
|
|
126
|
+
this.responseChoice = false;
|
|
127
|
+
this.checkForValidationStatus('partial');
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
EditorWrapperComponent.decorators = [
|
|
131
|
+
{ type: Component, args: [{
|
|
132
|
+
selector: 'app-editor-wrapper',
|
|
133
|
+
template: "<div class=\"editor-wrapper vx-mb-4 \" [class.error]=\"errorPresent\" [class.with-logic]=\"false\" [ngSwitch]=\"viewMode\" #questionContainer >\r\n <!-- <div class=\"label-mode vx-fs-10 vx-fw-500 vx-txt-white vx-tt-uppercase vx-pt-1 vx-pb-1\">ASSESSMENT MODE ENABLED</div> -->\r\n <div class=\"editor-top vx-d-flex vx-align-center vx-justify-center vx-pl-2 vx-pr-2\">\r\n <button class=\"type-btn vx-fs-11 vx-fw-600 vx-paragraph-txt vx-tt-uppercase vx-p-0 vx-d-flex vx-align-center\" [class.active]=\"viewMode == 'build'\" (click)=\"viewMode = 'build'\">BUILD</button>\r\n \r\n \r\n \r\n <div class=\"logic-area\">\r\n <button [class.disabled]=\" (service.formsPage.elements | currentPageQuestion : service.currentPageNumber ) === false\" class=\"type-btn vx-fs-11 vx-fw-600 vx-paragraph-txt vx-tt-uppercase vx-p-0 vx-d-flex vx-align-center\" [class.active]=\"viewMode == 'logic'\" (click)=\"viewMode = 'logic'\" >LOGIC</button>\r\n <i *ngIf=\"(service.formsPage.elements | currentPageQuestion : service.currentPageNumber ) === false\" [appTooltip]=\"(service.formsPage.elements | currentPageQuestion : service.currentPageNumber ) === false ? 'You need to have at least two questions to create a logical workflow.':''\" class=\"icons info vx-fs-12 vx-txt-blue\" placement=\"bottom\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"true\"></i>\r\n </div>\r\n \r\n \r\n \r\n <button [class.disabled]=\"service.formsPage?.elements?.length < 2\" class=\"type-btn vx-fs-11 vx-fw-600 vx-paragraph-txt vx-tt-uppercase vx-p-0 vx-d-flex vx-align-center\" [class.active]=\"viewMode == 'move'\" (click)=\"viewMode = 'move'\">MOVE</button>\r\n <div class=\"rightside-button vx-d-flex vx-align-center\">\r\n <button class=\"duplicate-btn vx-fs-11 vx-fw-500 vx-txt-blue vx-tt-uppercase vx-pl-2 vx-pr-2 vx-m-0 vx-d-flex vx-align-center vx-justify-center vx-lh-7\" (click)=\"copyQuestion.emit(questionIndex)\">DUPLICATE</button>\r\n <button class=\"delete-btn vx-fs-14 vx-txt-red vx-pl-2 vx-pr-2 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center\" (click)=\"deleteQuestion.emit(questionIndex)\"><i class=\"icons\"></i></button>\r\n </div>\r\n </div>\r\n <div class=\"editor-mid vx-pl-5 vx-pr-5\" [ngSwitch]=\"viewMode\">\r\n <div class=\"build-area vx-d-flex vx-justify-between\" *ngSwitchCase=\"'build'\">\r\n <div class=\"left\">\r\n <!-- <app-welcome></app-welcome>\r\n <app-thank-you></app-thank-you> -->\r\n <div class=\"vx-d-flex vx-justify-between\">\r\n <div class=\"heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-5 vx-pl-2\">QUESTION {{questionIndex + 1}} <span *ngIf=\"question.isRequired === true\" class=\"vx-fs-16 vx-fw-400 vx-txt-red vx-ml-1\">*</span></div>\r\n <!-- *ngIf=\"service.formsPage?.settings?.weightageEnabled === true\" -->\r\n <app-weightage-selector *ngIf=\"service.formsPage?.settings?.weightageEnabled === true && ['multiple-choice','checkbox','dropdown'].includes(question?.type)\" [(value)]=\"question.weightage\" ></app-weightage-selector>\r\n </div>\r\n <!-- <div class=\"heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-5 vx-pl-2\">QUESTION {{questionIndex + 1}} \r\n <span *ngIf=\"question.isRequired === true\" class=\"vx-fs-16 vx-fw-400 vx-txt-red vx-ml-1\">*</span></div> -->\r\n <app-single-line-editor [placeholder]=\"'Question'\" [label]=\"false\" [editorMode]=\"'multiline'\" [(ngModel)]=\"question.title\"></app-single-line-editor>\r\n <ng-container *ngIf=\"question.isPlaceholder && ['single-textbox','comment-box'].includes(question.type)\">\r\n <div class=\"label-heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1\">Placeholder Text</div>\r\n <app-single-line-editor [placeholder]=\"'Please enter a response'\" [label]=\"false\" [editorMode]=\"'multiline'\"></app-single-line-editor>\r\n </ng-container> \r\n\r\n <app-single-line-editor [label]=\"true\" [(ngModel)]=\"question.description\" *ngIf=\"question.hasDescription\" [placeholder]=\"'Description'\" [editorMode]=\"'multiline'\"></app-single-line-editor>\r\n <app-single-line-editor [label]=\"true\" [(ngModel)]=\"question.comments\" *ngIf=\"question.hasComments\" [placeholder]=\"'Comment'\" [editorMode]=\"'multiline'\"></app-single-line-editor>\r\n <div class=\"response-block vx-d-flex vx-align-center vx-justify-end vx-mb-3\" *ngIf=\"false\">\r\n <button *ngIf=\"!hideResponsePopup\" class=\"response-select vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-m-0 vx-p-0 vx-pl-2 vx-pr-2 vx-d-flex vx-align-center vx-justify-center vx-lh-6\" (click)=\"openResponsePopup()\">PRECONFIGURED RESPONSE CHOICE <i class=\"icons vx-fs-10 vx-d-flex vx-ml-4\"></i></button>\r\n <app-response-selector *ngIf=\"hideResponsePopup\"></app-response-selector>\r\n <div class=\"overlay\" *ngIf=\"hideResponsePopup\" (click)=\"closeResponsePopup()\"></div>\r\n </div>\r\n <ng-container [ngSwitch]=\"question?.type\">\r\n <app-multiple-choice *ngSwitchCase=\"'multiple-choice'\" [service]=\"service\" [question]=\"question\" (addOption)=\"addOption($event)\" (deleteOption)=\"deleteOption($event)\"></app-multiple-choice>\r\n <app-checkbox *ngSwitchCase=\"'checkbox'\" [service]=\"service\" [question]=\"question\" (addOption)=\"addOption($event)\" (deleteOption)=\"deleteOption($event)\"></app-checkbox>\r\n <app-image-choice *ngSwitchCase=\"'image-choice'\"></app-image-choice>\r\n <app-star-rating *ngSwitchCase=\"'star-rating'\"></app-star-rating>\r\n <app-matrix-dropdown *ngSwitchCase=\"'matrix-dropdown'\"></app-matrix-dropdown>\r\n <app-build-dropdown *ngSwitchCase=\"'dropdown'\" [service]=\"service\" [question]=\"question\" (addOption)=\"addOption($event)\" (deleteOption)=\"deleteOption($event)\"></app-build-dropdown>\r\n <app-matrix-rating-scale *ngSwitchCase=\"'rating-scale'\"></app-matrix-rating-scale>\r\n <app-ranking *ngSwitchCase=\"'ranking'\"></app-ranking>\r\n <app-slider *ngSwitchCase=\"'slider'\"></app-slider>\r\n <app-multiple-textbox *ngSwitchCase=\"'multiple-textbox'\"></app-multiple-textbox>\r\n <app-build-date-time *ngSwitchCase=\"'date-time'\" [question]=\"question\"></app-build-date-time>\r\n </ng-container>\r\n \r\n </div>\r\n <div class=\"right\">\r\n <app-quick-setting [questionIndex]=\"questionIndex\" [question]=\"question\" (typeChanged)=\"checkForValidationStatus('PARTIAL')\"></app-quick-setting>\r\n </div>\r\n </div>\r\n <div class=\"logic-area\" *ngSwitchCase=\"'logic'\">\r\n <div class=\"question-heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-5 vx-pl-2\">QUESTION {{questionIndex + 1}} <span *ngIf=\"question.isRequired === true\" class=\"vx-fs-16 vx-fw-400 vx-txt-red vx-ml-1\">*</span></div>\r\n <div class=\"question-name vx-fs-16 vx-label-txt vx-lh-6 vx-pt-1 vx-pb-1 vx-mb-5\">\r\n {{question?.title ? question?.title : 'Question'}}\r\n <i class=\"icons info vx-txt-blue vx-ml-2\" *ngIf=\"question?.hasComments\" [appTooltip]=\"question?.comments\" placement=\"bottom-right\" delay=\"0\" type=\"white\" [tooltipMandatory]=\"true\"></i></div>\r\n <app-logic [service]=\"service\" [question]=\"question\" [editorMode]=\"editorMode\" [questionIndex]=\"questionIndex\"></app-logic>\r\n </div>\r\n <div class=\"move-area\" *ngSwitchCase=\"'move'\">\r\n <div class=\"question-heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-5 vx-pl-2\">QUESTION {{questionIndex + 1}} <span *ngIf=\"question.isRequired === true\" class=\"vx-fs-16 vx-fw-400 vx-txt-red vx-ml-1\">*</span></div>\r\n <div class=\"question-name vx-fs-16 vx-label-txt vx-lh-6 vx-pt-1 vx-pb-1 vx-mb-5\">{{question?.title ? question?.title : 'Question'}} <i *ngIf=\"question?.hasComments\" class=\"icons info vx-txt-blue vx-ml-2\" [appTooltip]=\"question?.comments\" placement=\"bottom-right\" delay=\"0\" type=\"white\" [tooltipMandatory]=\"true\"></i></div>\r\n <app-move [service]=\"service\" [question] =\"question\" [questionIndex]=\"questionIndex\"></app-move>\r\n </div>\r\n </div>\r\n <div class=\"editor-bottom vx-d-flex vx-align-center vx-justify-between vx-p-2 error\">\r\n <button (click)=\"openNextQuestion()\" class=\"next-btn vx-fs-12 vx-fw-600 vx-txt-blue vx-tt-uppercase vx-pl-2 vx-pr-2 vx-m-0 vx-d-flex vx-align-center vx-justify-center\"><span class=\"plus-icon vx-fs-14 vx-fw-500 vx-d-flex vx-align-center vx-justify-center vx-mr-1\">+</span> NEXT QUESTION</button>\r\n <div class=\"error-msg vx-fs-12 vx-txt-white vx-tt-uppercase vx-d-flex vx-align-center\" *ngIf=\"(question?.errorArray|errorMessage) as error\">\r\n <i class=\"icons vx-d-flex vx-mr-1\"></i> {{error}}\r\n </div>\r\n <button (click)=\"checkForValidationStatus('save')\" class=\"save-btn vx-fs-11 vx-fw-500 vx-txt-blue vx-tt-uppercase vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center\">SAVE</button>\r\n <div *ngIf=\"nextQuestion\" class=\"next-question vx-p-4\">\r\n <app-question-type (addQuestion)=\"service.addQuestion($event,questionIndex);closeNextQuestion();\"></app-question-type>\r\n </div>\r\n <div *ngIf=\"nextQuestion\" class=\"overlay\" (click)=\"closeNextQuestion()\"></div>\r\n </div>\r\n</div>",
|
|
134
|
+
styles: ["@import url(\"https://cdn.v-comply.com/design-system/css/icons/icons.css\");@import url(\"https://cdn.v-comply.com/design-system/css/mixin/mixin.css\");@import url(\"https://cdn.v-comply.com/design-system/css/display/display.css\");@import url(\"https://cdn.v-comply.com/design-system/css/alignment/alignment.css\");@import url(\"https://cdn.v-comply.com/design-system/css/color/color.css\");@import url(\"https://cdn.v-comply.com/design-system/css/text/text.css\");@import url(\"https://cdn.v-comply.com/design-system/css/width/width.css\");@import url(\"https://cdn.v-comply.com/design-system/css/margin/margin.css\");@import url(\"https://cdn.v-comply.com/design-system/css/margin/margin-top.css\");@import url(\"https://cdn.v-comply.com/design-system/css/margin/margin-bottom.css\");@import url(\"https://cdn.v-comply.com/design-system/css/margin/margin-left.css\");@import url(\"https://cdn.v-comply.com/design-system/css/margin/margin-right.css\");@import url(\"https://cdn.v-comply.com/design-system/css/padding/padding.css\");@import url(\"https://cdn.v-comply.com/design-system/css/padding/padding-top.css\");@import url(\"https://cdn.v-comply.com/design-system/css/padding/padding-bottom.css\");@import url(\"https://cdn.v-comply.com/design-system/css/padding/padding-left.css\");@import url(\"https://cdn.v-comply.com/design-system/css/padding/padding-right.css\");.editor-wrapper{border:1px solid #1e5dd3;border-radius:.25rem;position:relative}.editor-wrapper .label-mode{background:#7aa6f7;border:1px solid #1e5dd3;border-left:none;border-radius:0 .125rem .125rem 0;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;position:absolute;left:-1.0625rem;top:3rem;width:1rem;transform:rotate(180deg)}.editor-wrapper.error{border-color:#d93b41}.editor-wrapper.error .editor-bottom{background:#d93b41}.editor-wrapper.with-logic{border-color:#f0b819}.editor-wrapper.with-logic .label-mode{background:#f4c84a;border-color:#f0b819}.editor-top{background:#fbfbfb;border-bottom:1px solid #f1f1f1;border-radius:.25rem .25rem 0 0;height:2.75rem}.editor-top,.editor-top .logic-area{position:relative}.editor-top .logic-area i.info{position:absolute;right:.75rem;top:1.0625rem;cursor:pointer}.editor-top button.type-btn{background:transparent;border:none;border-bottom:.1875rem solid transparent;border-radius:0;line-height:2.75rem;margin:0 2rem}.editor-top button.type-btn.active{color:#1e5dd3;border-color:#1e5dd3}.editor-top button.disabled{pointer-events:none;opacity:.5}.editor-top .rightside-button{position:absolute;right:.5rem;top:.5rem}.editor-top .rightside-button button{background:#f1f1f1;border:none;border-radius:.125rem;height:1.75rem}.editor-top .rightside-button button.delete-btn{width:1.75rem}.editor-mid{padding-top:1.5rem;padding-bottom:1.5rem}.editor-mid .build-area .left{width:calc(100% - 17.5rem);position:relative}.editor-mid .build-area .left .heading{position:relative}.editor-mid .build-area .left .heading:before{background:#4681ef;content:\"\";position:absolute;top:.125rem;left:0;width:.125rem;height:.875rem}.editor-mid .build-area .left .response-block{position:relative;top:-.5rem}.editor-mid .build-area .left .response-block button.response-select{background:#fbfbfb;border:1px solid #dbdbdb;border-radius:.125rem}.editor-mid .build-area .left .response-block app-response-selector{position:relative;width:100%;z-index:9}.editor-mid .build-area .left .response-block .overlay{z-index:8}.editor-mid .build-area .right{width:16rem}.editor-mid .logic-area .question-heading,.editor-mid .move-area .question-heading{position:relative}.editor-mid .logic-area .question-heading:before,.editor-mid .move-area .question-heading:before{background:#4681ef;content:\"\";position:absolute;top:.4375rem;left:0;width:.125rem;height:.875rem}.editor-mid .logic-area .question-name i.info,.editor-mid .move-area .question-name i.info{cursor:pointer;position:relative;top:.125rem}.editor-bottom{background:#1e5dd3;border-radius:0 0 .125rem .125rem;position:relative}.editor-bottom button{background:#fff;border:none;border-radius:.1125rem}.editor-bottom button.next-btn{height:1.75rem}.editor-bottom button.next-btn .plus-icon{border:.125rem solid #1e5dd3;border-radius:50%;width:1.125rem;height:1.125rem;line-height:1.125rem}.editor-bottom button.save-btn{width:4.75rem;height:1.75rem}.editor-bottom .next-question{background:#fff;border-radius:.25rem;box-shadow:0 -3px 6px #1e5dd326;position:absolute;bottom:0;left:0;z-index:9}.editor-bottom .next-question ::ng-deep app-question-type .question-type ul{left:10rem;width:calc(100% - 20rem)}.editor-bottom .next-question ::ng-deep app-question-type .question-type ul li{width:10rem!important}.editor-bottom .overlay{z-index:8}"]
|
|
135
|
+
},] }
|
|
136
|
+
];
|
|
137
|
+
EditorWrapperComponent.ctorParameters = () => [
|
|
138
|
+
{ type: ChangeDetectorRef },
|
|
139
|
+
{ type: ValidatorService }
|
|
140
|
+
];
|
|
141
|
+
EditorWrapperComponent.propDecorators = {
|
|
142
|
+
questionIndex: [{ type: Input }],
|
|
143
|
+
question: [{ type: Input }],
|
|
144
|
+
GRS: [{ type: Input }],
|
|
145
|
+
service: [{ type: Input }],
|
|
146
|
+
editorMode: [{ type: Input }],
|
|
147
|
+
validQuestionData: [{ type: Output }],
|
|
148
|
+
deleteQuestion: [{ type: Output }],
|
|
149
|
+
copyQuestion: [{ type: Output }],
|
|
150
|
+
questionContainer: [{ type: ViewChild, args: ['questionContainer',] }]
|
|
151
|
+
};
|
|
152
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWRpdG9yLXdyYXBwZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2VkaXRvci13cmFwcGVyL2VkaXRvci13cmFwcGVyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFpQixpQkFBaUIsRUFBRSxTQUFTLEVBQWMsWUFBWSxFQUFFLEtBQUssRUFBVSxNQUFNLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3hJLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBT3BFLE1BQU0sT0FBTyxzQkFBc0I7SUFxQ2pDLFlBQW9CLEdBQXNCLEVBQVcsU0FBMkI7UUFBNUQsUUFBRyxHQUFILEdBQUcsQ0FBbUI7UUFBVyxjQUFTLEdBQVQsU0FBUyxDQUFrQjtRQW5DaEYsc0JBQWlCLEdBQUcsS0FBSyxDQUFDO1FBQzFCLGlCQUFZLEdBQUcsS0FBSyxDQUFDO1FBMkJYLHNCQUFpQixHQUFHLElBQUksWUFBWSxFQUFFLENBQUM7UUFFakQsaUJBQVksR0FBRyxLQUFLLENBQUM7UUFDckIsYUFBUSxHQUFHLE9BQU8sQ0FBQztRQUNULG1CQUFjLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztRQUM1QyxpQkFBWSxHQUFHLElBQUksWUFBWSxFQUFVLENBQUM7SUFFZ0MsQ0FBQztJQTVCckYsaUJBQWlCO1FBQ2YsSUFBSSxDQUFDLGlCQUFpQixHQUFHLElBQUksQ0FBQztJQUNoQyxDQUFDO0lBRUQsa0JBQWtCO1FBQ2hCLElBQUksQ0FBQyxpQkFBaUIsR0FBRyxLQUFLLENBQUM7SUFDakMsQ0FBQztJQUVELGdCQUFnQjtRQUNkLElBQUksQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDO0lB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O2dDQUNOLFNBQVMsU0FBQyxtQkFBbUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBZnRlclZpZXdJbml0LCBDaGFuZ2VEZXRlY3RvclJlZiwgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE91dHB1dCwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFZhbGlkYXRvclNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy92YWxpZGF0b3Iuc2VydmljZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1lZGl0b3Itd3JhcHBlcicsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2VkaXRvci13cmFwcGVyLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9lZGl0b3Itd3JhcHBlci5jb21wb25lbnQubGVzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBFZGl0b3JXcmFwcGVyQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LEFmdGVyVmlld0luaXQge1xyXG5cclxuICBoaWRlUmVzcG9uc2VQb3B1cCA9IGZhbHNlO1xyXG4gIG5leHRRdWVzdGlvbiA9IGZhbHNlO1xyXG5cclxuXHJcblxyXG5cclxuXHJcbiAgb3BlblJlc3BvbnNlUG9wdXAoKSB7XHJcbiAgICB0aGlzLmhpZGVSZXNwb25zZVBvcHVwID0gdHJ1ZTtcclxuICB9XHJcblxyXG4gIGNsb3NlUmVzcG9uc2VQb3B1cCgpIHtcclxuICAgIHRoaXMuaGlkZVJlc3BvbnNlUG9wdXAgPSBmYWxzZTtcclxuICB9XHJcblxyXG4gIG9wZW5OZXh0UXVlc3Rpb24oKSB7XHJcbiAgICB0aGlzLm5leHRRdWVzdGlvbiA9IHRydWU7XHJcbiAgfVxyXG5cclxuICBjbG9zZU5leHRRdWVzdGlvbigpIHtcclxuICAgIHRoaXMubmV4dFF1ZXN0aW9uID0gZmFsc2U7XHJcbiAgfVxyXG5cclxuICBASW5wdXQoKSBxdWVzdGlvbkluZGV4OiBhbnk7XHJcbiAgQElucHV0KCkgcXVlc3Rpb246IGFueTtcclxuICBASW5wdXQoKSBHUlM6IGFueTtcclxuICBASW5wdXQoKSBzZXJ2aWNlOiBhbnk7XHJcbiAgQElucHV0KCkgZWRpdG9yTW9kZTogYW55O1xyXG4gIEBPdXRwdXQoKSB2YWxpZFF1ZXN0aW9uRGF0YSA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuICByZXNwb25zZUNob2ljZTogYW55O1xyXG4gIGVycm9yUHJlc2VudCA9IGZhbHNlO1xyXG4gIHZpZXdNb2RlID0gJ2J1aWxkJztcclxuICBAT3V0cHV0KCkgZGVsZXRlUXVlc3Rpb24gPSBuZXcgRXZlbnRFbWl0dGVyPG51bWJlcj4oKTtcclxuICBAT3V0cHV0KCkgY29weVF1ZXN0aW9uID0gbmV3IEV2ZW50RW1pdHRlcjxudW1iZXI+KCk7XHJcbiAgQFZpZXdDaGlsZCgncXVlc3Rpb25Db250YWluZXInKSBxdWVzdGlvbkNvbnRhaW5lciAhOiBFbGVtZW50UmVmO1xyXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZiAsIHByaXZhdGUgdmFsaWRhdG9yOiBWYWxpZGF0b3JTZXJ2aWNlKSB7IH1cclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICBpZiAoIHRoaXMucXVlc3Rpb24uZXJyb3JBcnJheSAmJiBPYmplY3QudmFsdWVzKHRoaXMucXVlc3Rpb24uZXJyb3JBcnJheSkubGVuZ3RoID4gMCl7XHJcbiAgICAgIHRoaXMuZXJyb3JQcmVzZW50ID0gdHJ1ZTtcclxuICAgIH1cclxuICAgXHJcbiAgfVxyXG5cclxuICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XHJcbiAgICBzZXRUaW1lb3V0KCgpID0+IHtcclxuICAgICAgdGhpcy5xdWVzdGlvbkNvbnRhaW5lci5uYXRpdmVFbGVtZW50LnNjcm9sbEludG9WaWV3KHsgYmVoYXZpb3I6ICdzbW9vdGgnLCBibG9jazogJ3N0YXJ0JyB9KTtcclxuICAgIH0sIDEwMCk7ICBcclxuICB9XHJcbiAgb3BlblJlc3BvbnNlQ2hvaWNlKCkge1xyXG4gICAgdGhpcy5yZXNwb25zZUNob2ljZSA9IHRydWU7XHJcbiAgfVxyXG4gIGNsb3NlVGhpcygpIHtcclxuICAgIHRoaXMucmVzcG9uc2VDaG9pY2UgPSBmYWxzZTtcclxuICB9XHJcblxyXG4gIGNhbGxEZWxldGUoKSB7XHJcbiAgICB0aGlzLmRlbGV0ZVF1ZXN0aW9uLmVtaXQodGhpcy5xdWVzdGlvbkluZGV4KTtcclxuICB9XHJcbiAgY2FsbENvcHkoKSB7XHJcbiAgICB0aGlzLmNvcHlRdWVzdGlvbi5lbWl0KHRoaXMucXVlc3Rpb25JbmRleCk7XHJcbiAgfVxyXG5cclxuICAvKipcclxuICAgKiBBZGRzIG5ldyBvcHRpb24gZm9yIGEgcXVlc3Rpb25cclxuICAgKiBAcGFyYW0gY2hvaWNlSW5kZXggSW5kZXggb2Ygb3B0aW9uIGFmdGVyIHdoaWNoIG5ldyBvcHRpb24gc2hvdWxkIGJlIGFkZGVkXHJcbiAgICogQHBhcmFtIHR5cGUgVW5pcXVlIGlkZW50aWZpZXIgdG8gc2V0IGlkIG9mIG5ld2x5IGNyZWF0ZWQgb3B0aW9uc1xyXG4gICAqL1xyXG4gIGFkZE9wdGlvbih7Y2hvaWNlSW5kZXgsIHR5cGV9OmFueSkge1xyXG4gICAgdGhpcy5xdWVzdGlvbi5jaG9pY2VzLnNwbGljZShjaG9pY2VJbmRleCArIDEsIDAsXHJcbiAgICAgIHsgdGl0bGU6ICcnLCB2YWx1ZTogJycsIGlzX3NlbGVjdGVkOiBmYWxzZSwgYW5zd2VyQ29tcGxldGVkQnk6IFtdIH0pO1xyXG4gICAgdGhpcy5zZXRGb2N1cyh0eXBlLCBjaG9pY2VJbmRleCArIDEpO1xyXG4gIH1cclxuXHJcbiAgLyoqXHJcbiAgICogRGVsZXRlcyBhIHBhcnRpY3VsYXIgb3B0aW9uXHJcbiAgICogQHBhcmFtIGNob2ljZUluZGV4IEluZGV4IG9mIG9wdGlvbiBhZnRlciB3aGljaCBuZXcgb3B0aW9uIHNob3VsZCBiZSBhZGRlZFxyXG4gICAqIEBwYXJhbSB0eXBlIFVuaXF1ZSBpZGVudGlmaWVyIHRvIHNldCBpZCBvZiBuZXdseSBjcmVhdGVkIG9wdGlvbnNcclxuICAgKi9cclxuICBkZWxldGVPcHRpb24oe2Nob2ljZUluZGV4LCB0eXBlfSA6YW55KSB7XHJcbiAgICBpZiAodGhpcy5xdWVzdGlvbi5jaG9pY2VzLmxlbmd0aCAhPT0gMSkge1xyXG4gICAgICB0aGlzLnF1ZXN0aW9uLmNob2ljZXMuc3BsaWNlKGNob2ljZUluZGV4LCAxKTtcclxuICAgIH1cclxuICAgIChjaG9pY2VJbmRleCAtIDEgPj0gMCkgPyB0aGlzLnNldEZvY3VzKHR5cGUsIGNob2ljZUluZGV4IC0gMSkgOlxyXG4gICAgICB0aGlzLnNldEZvY3VzKHR5cGUsIDApO1xyXG4gIH1cclxuXHJcbiAgZGVsZXRlQ29sdW1uKHtjb2x1bW5JbmRleCwgdHlwZX0gOmFueSkge1xyXG4gICAgaWYgKHRoaXMucXVlc3Rpb24uY29sdW1ucy5sZW5ndGggPT09IDEpIHsgcmV0dXJuOyB9XHJcbiAgICB0aGlzLnF1ZXN0aW9uLmNvbHVtbnMuc3BsaWNlKGNvbHVtbkluZGV4LCAxKTtcclxuICAgIChjb2x1bW5JbmRleCAtIDEgPj0gMCkgPyB0aGlzLnNldEZvY3VzKHR5cGUsIGNvbHVtbkluZGV4IC0gMSkgOiAgdGhpcy5zZXRGb2N1cyh0eXBlLCAwKTtcclxuICB9XHJcblxyXG4gIGFkZENvbHVtbih7Y29sdW1uSW5kZXgsIHR5cGV9OmFueSkge1xyXG4gICAgY29uc3QgY29sdW1uID0geyB0aXRsZTogJycsIHZhbHVlOiAwLCBpc19zZWxlY3RlZDogZmFsc2UsIHdlaWdodDogMCwgY2hvaWNlczogW3sgdGl0bGU6ICcnIH1dfTtcclxuICAgIHRoaXMucXVlc3Rpb24uY29sdW1ucy5zcGxpY2UoY29sdW1uSW5kZXggKyAxLCAwICwgY29sdW1uKTtcclxuICAgIHRoaXMuc2V0Rm9jdXModHlwZSwgY29sdW1uSW5kZXggKyAxKTtcclxuICB9XHJcblxyXG4gIC8qKlxyXG4gICAqIFNldHMgZm9jdXMgdG8gdXBkYXRlZCBvcHRpb25cclxuICAgKiBAcGFyYW0gdHlwZSBVbmlxdWUgaWRlbnRpZmllciB0byBzZXQgaWQgb2YgbmV3bHkgY3JlYXRlZCBvcHRpb25zXHJcbiAgICogQHBhcmFtIGNob2ljZUluZGV4IEluZGV4IG9mIG9wdGlvbiBhZnRlciB3aGljaCBuZXcgb3B0aW9uIHNob3VsZCBiZSBhZGRlZFxyXG4gICAqL1xyXG4gIHNldEZvY3VzKHR5cGU6IHN0cmluZywgY2hvaWNlSW5kZXg6IG51bWJlcikge1xyXG4gICAgdGhpcy5jZHIuZGV0ZWN0Q2hhbmdlcygpO1xyXG4gICAgbGV0IEVMOiBIVE1MRWxlbWVudCB8IG51bGw7XHJcbiAgICBFTCA9IGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKHR5cGUgKyBjaG9pY2VJbmRleCk7XHJcbiAgICBpZiAoRUwpIHtcclxuICAgICAgRUwuZm9jdXMoKTtcclxuICAgIH1cclxuICAgIFxyXG4gIH1cclxuXHJcbiAgLyoqXHJcbiAgICogT3BlcmF0aW9uIG9uIGNsaWNrIG9mIHNhdmUgYnV0dG9uXHJcbiAgICovXHJcbiAgYXN5bmMgY2hlY2tGb3JWYWxpZGF0aW9uU3RhdHVzKG1vZGU/OmFueSkge1xyXG5cclxuICAgIGNvbnN0IHN0YXR1cyA9IGF3YWl0ICB0aGlzLnZhbGlkYXRvci52YWxpZGF0ZSh0aGlzLnF1ZXN0aW9uKTtcclxuICAgIFxyXG4gICAgaWYgKHN0YXR1cy52YWxpZCA9PT0gdHJ1ZSkge1xyXG4gICAgICAgIHRoaXMuZXJyb3JQcmVzZW50ID0gZmFsc2U7XHJcbiAgICAgICAgdGhpcy52YWxpZGF0b3IudmFsaWRhdGVkUXVlc3Rpb25zW3N0YXR1cy5xdWVzdGlvbi5uYW1lXSA9IHN0YXR1cy5xdWVzdGlvbjtcclxuICAgICAgICB0aGlzLnZhbGlkUXVlc3Rpb25EYXRhLmVtaXQobW9kZSk7XHJcbiAgICAgfSBlbHNlIHtcclxuICAgICAgIHRoaXMuZXJyb3JQcmVzZW50ID0gdHJ1ZTtcclxuICAgICAgIGRlbGV0ZSB0aGlzLnZhbGlkYXRvci52YWxpZGF0ZWRRdWVzdGlvbnNbc3RhdHVzLnF1ZXN0aW9uLm5hbWVdO1xyXG4gICAgICAgXHJcbiAgICAgfVxyXG4gIH1cclxuICBpbnNlcnRSZXNwb25zZVNldChldnQ6YW55KXtcclxuICAgIHRoaXMucXVlc3Rpb24uY2hvaWNlcyA9IGV2dDtcclxuICAgIGlmKHRoaXMuc2VydmljZS5mb3Jtc1BhZ2Uuc2V0dGluZ3MuYXNzZXNzbWVudE1vZGUpe1xyXG4gICAgICB0aGlzLnF1ZXN0aW9uLmNob2ljZXMuc29tZSgoZWxlOmFueSk9PntcclxuICAgICAgICBpZighZWxlLmlzRmFpbGVkKXtcclxuICAgICAgICAgIGVsZS5zY29yZSA9IHRoaXMuc2VydmljZS5mb3Jtc1BhZ2Uuc2V0dGluZ3MuZGVmYXVsdFNjb3JlO1xyXG4gICAgICAgIH1cclxuICAgICAgICBpZihlbGUuaXNGYWlsZWQgPT09IHRydWUpe1xyXG4gICAgICAgICAgZWxlLnNjb3JlID0gdGhpcy5zZXJ2aWNlLmZvcm1zUGFnZS5zZXR0aW5ncy5uZWdhdGl2ZVNjb3JlO1xyXG4gICAgICAgIH1cclxuICAgICAgfSlcclxuXHJcbiAgICAgIHRoaXMucXVlc3Rpb24uaGFzT3RoZXIgPSBmYWxzZTtcclxuICAgIH1cclxuICAgIHRoaXMucmVzcG9uc2VDaG9pY2UgPSBmYWxzZTtcclxuICAgIHRoaXMuY2hlY2tGb3JWYWxpZGF0aW9uU3RhdHVzKCdwYXJ0aWFsJyk7XHJcbiAgfVxyXG5cclxufVxyXG4iXX0=
|
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
3
|
+
*
|
|
4
|
+
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
|
|
5
|
+
* tslint:disable
|
|
6
|
+
*/
|
|
7
|
+
import * as i0 from "./editor-wrapper.component.less.shim.ngstyle";
|
|
8
|
+
import * as i1 from "@angular/core";
|
|
9
|
+
import * as i2 from "../../../../ui-kit/tooltip/tooltip.directive";
|
|
10
|
+
import * as i3 from "../build/weightage-selector/weightage-selector.component.ngfactory";
|
|
11
|
+
import * as i4 from "../build/weightage-selector/weightage-selector.component";
|
|
12
|
+
import * as i5 from "../single-line-editor/single-line-editor.component.ngfactory";
|
|
13
|
+
import * as i6 from "@angular/forms";
|
|
14
|
+
import * as i7 from "../single-line-editor/single-line-editor.component";
|
|
15
|
+
import * as i8 from "../response-selector/response-selector.component.ngfactory";
|
|
16
|
+
import * as i9 from "../response-selector/response-selector.component";
|
|
17
|
+
import * as i10 from "../../../../ui-kit/dialog/dialog.service";
|
|
18
|
+
import * as i11 from "@angular/common";
|
|
19
|
+
import * as i12 from "../build/multiple-choice/multiple-choice.component.ngfactory";
|
|
20
|
+
import * as i13 from "../build/multiple-choice/multiple-choice.component";
|
|
21
|
+
import * as i14 from "../build/checkbox/checkbox.component.ngfactory";
|
|
22
|
+
import * as i15 from "../build/checkbox/checkbox.component";
|
|
23
|
+
import * as i16 from "../build/image-choice/image-choice.component.ngfactory";
|
|
24
|
+
import * as i17 from "../build/image-choice/image-choice.component";
|
|
25
|
+
import * as i18 from "../build/star-rating/star-rating.component.ngfactory";
|
|
26
|
+
import * as i19 from "../build/star-rating/star-rating.component";
|
|
27
|
+
import * as i20 from "../build/matrix-dropdown/matrix-dropdown.component.ngfactory";
|
|
28
|
+
import * as i21 from "../build/matrix-dropdown/matrix-dropdown.component";
|
|
29
|
+
import * as i22 from "../build/dropdown/dropdown.component.ngfactory";
|
|
30
|
+
import * as i23 from "../build/dropdown/dropdown.component";
|
|
31
|
+
import * as i24 from "../build/matrix-rating-scale/matrix-rating-scale.component.ngfactory";
|
|
32
|
+
import * as i25 from "../build/matrix-rating-scale/matrix-rating-scale.component";
|
|
33
|
+
import * as i26 from "../build/ranking/ranking.component.ngfactory";
|
|
34
|
+
import * as i27 from "../build/ranking/ranking.component";
|
|
35
|
+
import * as i28 from "../build/slider/slider.component.ngfactory";
|
|
36
|
+
import * as i29 from "../build/slider/slider.component";
|
|
37
|
+
import * as i30 from "../build/multiple-textbox/multiple-textbox.component.ngfactory";
|
|
38
|
+
import * as i31 from "../build/multiple-textbox/multiple-textbox.component";
|
|
39
|
+
import * as i32 from "../build/date-time/date-time.component.ngfactory";
|
|
40
|
+
import * as i33 from "../build/date-time/date-time.component";
|
|
41
|
+
import * as i34 from "../quick-settings/quick-settings.component.ngfactory";
|
|
42
|
+
import * as i35 from "../quick-settings/quick-settings.component";
|
|
43
|
+
import * as i36 from "../../services/editor.service";
|
|
44
|
+
import * as i37 from "../logic/logic.component.ngfactory";
|
|
45
|
+
import * as i38 from "../logic/logic.component";
|
|
46
|
+
import * as i39 from "../move/move.component.ngfactory";
|
|
47
|
+
import * as i40 from "../move/move.component";
|
|
48
|
+
import * as i41 from "../../../../ui-kit/snack-bar/snack-bar.service";
|
|
49
|
+
import * as i42 from "../question-type/question-type.component.ngfactory";
|
|
50
|
+
import * as i43 from "../question-type/question-type.component";
|
|
51
|
+
import * as i44 from "../pipes/current-page-question.pipe";
|
|
52
|
+
import * as i45 from "../pipes/error-message.pipe";
|
|
53
|
+
import * as i46 from "./editor-wrapper.component";
|
|
54
|
+
import * as i47 from "../../services/validator.service";
|
|
55
|
+
var styles_EditorWrapperComponent = [i0.styles];
|
|
56
|
+
var RenderType_EditorWrapperComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_EditorWrapperComponent, data: {} });
|
|
57
|
+
export { RenderType_EditorWrapperComponent as RenderType_EditorWrapperComponent };
|
|
58
|
+
function View_EditorWrapperComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "i", [["class", "icons info vx-fs-12 vx-txt-blue"], ["delay", "0"], ["placement", "bottom"], ["type", "black"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
59
|
+
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
60
|
+
ad = (pd_0 && ad);
|
|
61
|
+
} if (("mouseover" === en)) {
|
|
62
|
+
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
63
|
+
ad = (pd_1 && ad);
|
|
64
|
+
} if (("mouseleave" === en)) {
|
|
65
|
+
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
66
|
+
ad = (pd_2 && ad);
|
|
67
|
+
} if (("mouseout" === en)) {
|
|
68
|
+
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
69
|
+
ad = (pd_3 && ad);
|
|
70
|
+
} if (("click" === en)) {
|
|
71
|
+
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
72
|
+
ad = (pd_4 && ad);
|
|
73
|
+
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i2.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), i1.ɵppd(2, 2), (_l()(), i1.ɵted(-1, null, ["\uE932"]))], function (_ck, _v) { var _co = _v.component; var currVal_0 = ((i1.ɵunv(_v, 1, 0, _ck(_v, 2, 0, i1.ɵnov(_v.parent, 0), _co.service.formsPage.elements, _co.service.currentPageNumber)) === false) ? "You need to have at least two questions to create a logical workflow." : ""); var currVal_1 = "bottom"; var currVal_2 = "black"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
74
|
+
function View_EditorWrapperComponent_3(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "span", [["class", "vx-fs-16 vx-fw-400 vx-txt-red vx-ml-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["*"]))], null, null); }
|
|
75
|
+
function View_EditorWrapperComponent_4(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-weightage-selector", [], null, [[null, "valueChange"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("valueChange" === en)) {
|
|
76
|
+
var pd_0 = ((_co.question.weightage = $event) !== false);
|
|
77
|
+
ad = (pd_0 && ad);
|
|
78
|
+
} return ad; }, i3.View_WeightageSelectorComponent_0, i3.RenderType_WeightageSelectorComponent)), i1.ɵdid(1, 114688, null, 0, i4.WeightageSelectorComponent, [], { Value: [0, "Value"] }, { valueChange: "valueChange" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.question.weightage; _ck(_v, 1, 0, currVal_0); }, null); }
|
|
79
|
+
function View_EditorWrapperComponent_5(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 5, null, null, null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "div", [["class", "label-heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Placeholder Text"])), (_l()(), i1.ɵeld(3, 0, null, null, 2, "app-single-line-editor", [], null, null, null, i5.View_SingleLineEditorComponent_0, i5.RenderType_SingleLineEditorComponent)), i1.ɵprd(5120, null, i6.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i7.SingleLineEditorComponent]), i1.ɵdid(5, 114688, null, 0, i7.SingleLineEditorComponent, [], { placeholder: [0, "placeholder"], editorMode: [1, "editorMode"], label: [2, "label"] }, null)], function (_ck, _v) { var currVal_0 = "Please enter a response"; var currVal_1 = "multiline"; var currVal_2 = false; _ck(_v, 5, 0, currVal_0, currVal_1, currVal_2); }, null); }
|
|
80
|
+
function View_EditorWrapperComponent_6(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 5, "app-single-line-editor", [], [[2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "ngModelChange"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("ngModelChange" === en)) {
|
|
81
|
+
var pd_0 = ((_co.question.description = $event) !== false);
|
|
82
|
+
ad = (pd_0 && ad);
|
|
83
|
+
} return ad; }, i5.View_SingleLineEditorComponent_0, i5.RenderType_SingleLineEditorComponent)), i1.ɵdid(1, 114688, null, 0, i7.SingleLineEditorComponent, [], { placeholder: [0, "placeholder"], editorMode: [1, "editorMode"], label: [2, "label"] }, null), i1.ɵprd(1024, null, i6.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i7.SingleLineEditorComponent]), i1.ɵdid(3, 671744, null, 0, i6.NgModel, [[8, null], [8, null], [8, null], [6, i6.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i6.NgControl, null, [i6.NgModel]), i1.ɵdid(5, 16384, null, 0, i6.NgControlStatus, [[4, i6.NgControl]], null, null)], function (_ck, _v) { var _co = _v.component; var currVal_7 = "Description"; var currVal_8 = "multiline"; var currVal_9 = true; _ck(_v, 1, 0, currVal_7, currVal_8, currVal_9); var currVal_10 = _co.question.description; _ck(_v, 3, 0, currVal_10); }, function (_ck, _v) { var currVal_0 = i1.ɵnov(_v, 5).is("untouched"); var currVal_1 = i1.ɵnov(_v, 5).is("touched"); var currVal_2 = i1.ɵnov(_v, 5).is("pristine"); var currVal_3 = i1.ɵnov(_v, 5).is("dirty"); var currVal_4 = i1.ɵnov(_v, 5).is("valid"); var currVal_5 = i1.ɵnov(_v, 5).is("invalid"); var currVal_6 = i1.ɵnov(_v, 5).is("pending"); _ck(_v, 0, 0, currVal_0, currVal_1, currVal_2, currVal_3, currVal_4, currVal_5, currVal_6); }); }
|
|
84
|
+
function View_EditorWrapperComponent_7(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 5, "app-single-line-editor", [], [[2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "ngModelChange"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("ngModelChange" === en)) {
|
|
85
|
+
var pd_0 = ((_co.question.comments = $event) !== false);
|
|
86
|
+
ad = (pd_0 && ad);
|
|
87
|
+
} return ad; }, i5.View_SingleLineEditorComponent_0, i5.RenderType_SingleLineEditorComponent)), i1.ɵdid(1, 114688, null, 0, i7.SingleLineEditorComponent, [], { placeholder: [0, "placeholder"], editorMode: [1, "editorMode"], label: [2, "label"] }, null), i1.ɵprd(1024, null, i6.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i7.SingleLineEditorComponent]), i1.ɵdid(3, 671744, null, 0, i6.NgModel, [[8, null], [8, null], [8, null], [6, i6.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i6.NgControl, null, [i6.NgModel]), i1.ɵdid(5, 16384, null, 0, i6.NgControlStatus, [[4, i6.NgControl]], null, null)], function (_ck, _v) { var _co = _v.component; var currVal_7 = "Comment"; var currVal_8 = "multiline"; var currVal_9 = true; _ck(_v, 1, 0, currVal_7, currVal_8, currVal_9); var currVal_10 = _co.question.comments; _ck(_v, 3, 0, currVal_10); }, function (_ck, _v) { var currVal_0 = i1.ɵnov(_v, 5).is("untouched"); var currVal_1 = i1.ɵnov(_v, 5).is("touched"); var currVal_2 = i1.ɵnov(_v, 5).is("pristine"); var currVal_3 = i1.ɵnov(_v, 5).is("dirty"); var currVal_4 = i1.ɵnov(_v, 5).is("valid"); var currVal_5 = i1.ɵnov(_v, 5).is("invalid"); var currVal_6 = i1.ɵnov(_v, 5).is("pending"); _ck(_v, 0, 0, currVal_0, currVal_1, currVal_2, currVal_3, currVal_4, currVal_5, currVal_6); }); }
|
|
88
|
+
function View_EditorWrapperComponent_9(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [["class", "response-select vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-m-0 vx-p-0 vx-pl-2 vx-pr-2 vx-d-flex vx-align-center vx-justify-center vx-lh-6"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
89
|
+
var pd_0 = (_co.openResponsePopup() !== false);
|
|
90
|
+
ad = (pd_0 && ad);
|
|
91
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["PRECONFIGURED RESPONSE CHOICE "])), (_l()(), i1.ɵeld(2, 0, null, null, 1, "i", [["class", "icons vx-fs-10 vx-d-flex vx-ml-4"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9E8"]))], null, null); }
|
|
92
|
+
function View_EditorWrapperComponent_10(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-response-selector", [], null, null, null, i8.View_ResponseSelectorComponent_0, i8.RenderType_ResponseSelectorComponent)), i1.ɵdid(1, 114688, null, 0, i9.ResponseSelectorComponent, [i10.DialogService], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
93
|
+
function View_EditorWrapperComponent_11(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 0, "div", [["class", "overlay"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
94
|
+
var pd_0 = (_co.closeResponsePopup() !== false);
|
|
95
|
+
ad = (pd_0 && ad);
|
|
96
|
+
} return ad; }, null, null))], null, null); }
|
|
97
|
+
function View_EditorWrapperComponent_8(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "div", [["class", "response-block vx-d-flex vx-align-center vx-justify-end vx-mb-3"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_9)), i1.ɵdid(2, 16384, null, 0, i11.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_10)), i1.ɵdid(4, 16384, null, 0, i11.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_11)), i1.ɵdid(6, 16384, null, 0, i11.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = !_co.hideResponsePopup; _ck(_v, 2, 0, currVal_0); var currVal_1 = _co.hideResponsePopup; _ck(_v, 4, 0, currVal_1); var currVal_2 = _co.hideResponsePopup; _ck(_v, 6, 0, currVal_2); }, null); }
|
|
98
|
+
function View_EditorWrapperComponent_12(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-multiple-choice", [], null, [[null, "addOption"], [null, "deleteOption"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("addOption" === en)) {
|
|
99
|
+
var pd_0 = (_co.addOption($event) !== false);
|
|
100
|
+
ad = (pd_0 && ad);
|
|
101
|
+
} if (("deleteOption" === en)) {
|
|
102
|
+
var pd_1 = (_co.deleteOption($event) !== false);
|
|
103
|
+
ad = (pd_1 && ad);
|
|
104
|
+
} return ad; }, i12.View_MultipleChoiceComponent_0, i12.RenderType_MultipleChoiceComponent)), i1.ɵdid(1, 114688, null, 0, i13.MultipleChoiceComponent, [i1.ChangeDetectorRef], { question: [0, "question"], service: [1, "service"] }, { addOption: "addOption", deleteOption: "deleteOption" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.question; var currVal_1 = _co.service; _ck(_v, 1, 0, currVal_0, currVal_1); }, null); }
|
|
105
|
+
function View_EditorWrapperComponent_13(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-checkbox", [], null, [[null, "addOption"], [null, "deleteOption"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("addOption" === en)) {
|
|
106
|
+
var pd_0 = (_co.addOption($event) !== false);
|
|
107
|
+
ad = (pd_0 && ad);
|
|
108
|
+
} if (("deleteOption" === en)) {
|
|
109
|
+
var pd_1 = (_co.deleteOption($event) !== false);
|
|
110
|
+
ad = (pd_1 && ad);
|
|
111
|
+
} return ad; }, i14.View_CheckboxComponent_0, i14.RenderType_CheckboxComponent)), i1.ɵdid(1, 114688, null, 0, i15.CheckboxComponent, [i1.ChangeDetectorRef], { question: [0, "question"], service: [1, "service"] }, { addOption: "addOption", deleteOption: "deleteOption" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.question; var currVal_1 = _co.service; _ck(_v, 1, 0, currVal_0, currVal_1); }, null); }
|
|
112
|
+
function View_EditorWrapperComponent_14(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-image-choice", [], null, null, null, i16.View_ImageChoiceComponent_0, i16.RenderType_ImageChoiceComponent)), i1.ɵdid(1, 114688, null, 0, i17.ImageChoiceComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
113
|
+
function View_EditorWrapperComponent_15(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-star-rating", [], null, null, null, i18.View_StarRatingComponent_0, i18.RenderType_StarRatingComponent)), i1.ɵdid(1, 114688, null, 0, i19.StarRatingComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
114
|
+
function View_EditorWrapperComponent_16(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-matrix-dropdown", [], null, null, null, i20.View_MatrixDropdownComponent_0, i20.RenderType_MatrixDropdownComponent)), i1.ɵdid(1, 114688, null, 0, i21.MatrixDropdownComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
115
|
+
function View_EditorWrapperComponent_17(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-build-dropdown", [], null, [[null, "addOption"], [null, "deleteOption"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("addOption" === en)) {
|
|
116
|
+
var pd_0 = (_co.addOption($event) !== false);
|
|
117
|
+
ad = (pd_0 && ad);
|
|
118
|
+
} if (("deleteOption" === en)) {
|
|
119
|
+
var pd_1 = (_co.deleteOption($event) !== false);
|
|
120
|
+
ad = (pd_1 && ad);
|
|
121
|
+
} return ad; }, i22.View_DropdownComponent_0, i22.RenderType_DropdownComponent)), i1.ɵdid(1, 114688, null, 0, i23.DropdownComponent, [i1.ChangeDetectorRef], { question: [0, "question"], service: [1, "service"] }, { addOption: "addOption", deleteOption: "deleteOption" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.question; var currVal_1 = _co.service; _ck(_v, 1, 0, currVal_0, currVal_1); }, null); }
|
|
122
|
+
function View_EditorWrapperComponent_18(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-matrix-rating-scale", [], null, null, null, i24.View_MatrixRatingScaleComponent_0, i24.RenderType_MatrixRatingScaleComponent)), i1.ɵdid(1, 114688, null, 0, i25.MatrixRatingScaleComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
123
|
+
function View_EditorWrapperComponent_19(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-ranking", [], null, null, null, i26.View_RankingComponent_0, i26.RenderType_RankingComponent)), i1.ɵdid(1, 114688, null, 0, i27.RankingComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
124
|
+
function View_EditorWrapperComponent_20(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-slider", [], null, null, null, i28.View_SliderComponent_0, i28.RenderType_SliderComponent)), i1.ɵdid(1, 114688, null, 0, i29.SliderComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
125
|
+
function View_EditorWrapperComponent_21(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-multiple-textbox", [], null, null, null, i30.View_MultipleTextboxComponent_0, i30.RenderType_MultipleTextboxComponent)), i1.ɵdid(1, 114688, null, 0, i31.MultipleTextboxComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
126
|
+
function View_EditorWrapperComponent_22(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-build-date-time", [], null, null, null, i32.View_DateTimeComponent_0, i32.RenderType_DateTimeComponent)), i1.ɵdid(1, 114688, null, 0, i33.DateTimeComponent, [], { question: [0, "question"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.question; _ck(_v, 1, 0, currVal_0); }, null); }
|
|
127
|
+
function View_EditorWrapperComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 51, "div", [["class", "build-area vx-d-flex vx-justify-between"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 47, "div", [["class", "left"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 7, "div", [["class", "vx-d-flex vx-justify-between"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 3, "div", [["class", "heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-5 vx-pl-2"]], null, null, null, null, null)), (_l()(), i1.ɵted(4, null, ["QUESTION ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_3)), i1.ɵdid(6, 16384, null, 0, i11.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 2, null, View_EditorWrapperComponent_4)), i1.ɵdid(8, 16384, null, 0, i11.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), i1.ɵpad(9, 3), (_l()(), i1.ɵeld(10, 0, null, null, 5, "app-single-line-editor", [], [[2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "ngModelChange"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("ngModelChange" === en)) {
|
|
128
|
+
var pd_0 = ((_co.question.title = $event) !== false);
|
|
129
|
+
ad = (pd_0 && ad);
|
|
130
|
+
} return ad; }, i5.View_SingleLineEditorComponent_0, i5.RenderType_SingleLineEditorComponent)), i1.ɵdid(11, 114688, null, 0, i7.SingleLineEditorComponent, [], { placeholder: [0, "placeholder"], editorMode: [1, "editorMode"], label: [2, "label"] }, null), i1.ɵprd(1024, null, i6.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i7.SingleLineEditorComponent]), i1.ɵdid(13, 671744, null, 0, i6.NgModel, [[8, null], [8, null], [8, null], [6, i6.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i6.NgControl, null, [i6.NgModel]), i1.ɵdid(15, 16384, null, 0, i6.NgControlStatus, [[4, i6.NgControl]], null, null), (_l()(), i1.ɵand(16777216, null, null, 2, null, View_EditorWrapperComponent_5)), i1.ɵdid(17, 16384, null, 0, i11.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), i1.ɵpad(18, 2), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_6)), i1.ɵdid(20, 16384, null, 0, i11.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_7)), i1.ɵdid(22, 16384, null, 0, i11.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_8)), i1.ɵdid(24, 16384, null, 0, i11.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(25, 0, null, null, 23, null, null, null, null, null, null, null)), i1.ɵdid(26, 16384, null, 0, i11.NgSwitch, [], { ngSwitch: [0, "ngSwitch"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_12)), i1.ɵdid(28, 278528, null, 0, i11.NgSwitchCase, [i1.ViewContainerRef, i1.TemplateRef, [2, i11.NgSwitch]], { ngSwitchCase: [0, "ngSwitchCase"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_13)), i1.ɵdid(30, 278528, null, 0, i11.NgSwitchCase, [i1.ViewContainerRef, i1.TemplateRef, [2, i11.NgSwitch]], { ngSwitchCase: [0, "ngSwitchCase"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_14)), i1.ɵdid(32, 278528, null, 0, i11.NgSwitchCase, [i1.ViewContainerRef, i1.TemplateRef, [2, i11.NgSwitch]], { ngSwitchCase: [0, "ngSwitchCase"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_15)), i1.ɵdid(34, 278528, null, 0, i11.NgSwitchCase, [i1.ViewContainerRef, i1.TemplateRef, [2, i11.NgSwitch]], { ngSwitchCase: [0, "ngSwitchCase"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_16)), i1.ɵdid(36, 278528, null, 0, i11.NgSwitchCase, [i1.ViewContainerRef, i1.TemplateRef, [2, i11.NgSwitch]], { ngSwitchCase: [0, "ngSwitchCase"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_17)), i1.ɵdid(38, 278528, null, 0, i11.NgSwitchCase, [i1.ViewContainerRef, i1.TemplateRef, [2, i11.NgSwitch]], { ngSwitchCase: [0, "ngSwitchCase"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_18)), i1.ɵdid(40, 278528, null, 0, i11.NgSwitchCase, [i1.ViewContainerRef, i1.TemplateRef, [2, i11.NgSwitch]], { ngSwitchCase: [0, "ngSwitchCase"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_19)), i1.ɵdid(42, 278528, null, 0, i11.NgSwitchCase, [i1.ViewContainerRef, i1.TemplateRef, [2, i11.NgSwitch]], { ngSwitchCase: [0, "ngSwitchCase"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_20)), i1.ɵdid(44, 278528, null, 0, i11.NgSwitchCase, [i1.ViewContainerRef, i1.TemplateRef, [2, i11.NgSwitch]], { ngSwitchCase: [0, "ngSwitchCase"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_21)), i1.ɵdid(46, 278528, null, 0, i11.NgSwitchCase, [i1.ViewContainerRef, i1.TemplateRef, [2, i11.NgSwitch]], { ngSwitchCase: [0, "ngSwitchCase"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_22)), i1.ɵdid(48, 278528, null, 0, i11.NgSwitchCase, [i1.ViewContainerRef, i1.TemplateRef, [2, i11.NgSwitch]], { ngSwitchCase: [0, "ngSwitchCase"] }, null), (_l()(), i1.ɵeld(49, 0, null, null, 2, "div", [["class", "right"]], null, null, null, null, null)), (_l()(), i1.ɵeld(50, 0, null, null, 1, "app-quick-setting", [], null, [[null, "typeChanged"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("typeChanged" === en)) {
|
|
131
|
+
var pd_0 = (_co.checkForValidationStatus("PARTIAL") !== false);
|
|
132
|
+
ad = (pd_0 && ad);
|
|
133
|
+
} return ad; }, i34.View_QuickSettingsComponent_0, i34.RenderType_QuickSettingsComponent)), i1.ɵdid(51, 114688, null, 0, i35.QuickSettingsComponent, [i36.EditorService], { questionIndex: [0, "questionIndex"], question: [1, "question"] }, { typeChanged: "typeChanged" })], function (_ck, _v) { var _co = _v.component; var currVal_1 = (_co.question.isRequired === true); _ck(_v, 6, 0, currVal_1); var currVal_2 = ((((_co.service.formsPage == null) ? null : ((_co.service.formsPage.settings == null) ? null : _co.service.formsPage.settings.weightageEnabled)) === true) && _ck(_v, 9, 0, "multiple-choice", "checkbox", "dropdown").includes(((_co.question == null) ? null : _co.question.type))); _ck(_v, 8, 0, currVal_2); var currVal_10 = "Question"; var currVal_11 = "multiline"; var currVal_12 = false; _ck(_v, 11, 0, currVal_10, currVal_11, currVal_12); var currVal_13 = _co.question.title; _ck(_v, 13, 0, currVal_13); var currVal_14 = (_co.question.isPlaceholder && _ck(_v, 18, 0, "single-textbox", "comment-box").includes(_co.question.type)); _ck(_v, 17, 0, currVal_14); var currVal_15 = _co.question.hasDescription; _ck(_v, 20, 0, currVal_15); var currVal_16 = _co.question.hasComments; _ck(_v, 22, 0, currVal_16); var currVal_17 = false; _ck(_v, 24, 0, currVal_17); var currVal_18 = ((_co.question == null) ? null : _co.question.type); _ck(_v, 26, 0, currVal_18); var currVal_19 = "multiple-choice"; _ck(_v, 28, 0, currVal_19); var currVal_20 = "checkbox"; _ck(_v, 30, 0, currVal_20); var currVal_21 = "image-choice"; _ck(_v, 32, 0, currVal_21); var currVal_22 = "star-rating"; _ck(_v, 34, 0, currVal_22); var currVal_23 = "matrix-dropdown"; _ck(_v, 36, 0, currVal_23); var currVal_24 = "dropdown"; _ck(_v, 38, 0, currVal_24); var currVal_25 = "rating-scale"; _ck(_v, 40, 0, currVal_25); var currVal_26 = "ranking"; _ck(_v, 42, 0, currVal_26); var currVal_27 = "slider"; _ck(_v, 44, 0, currVal_27); var currVal_28 = "multiple-textbox"; _ck(_v, 46, 0, currVal_28); var currVal_29 = "date-time"; _ck(_v, 48, 0, currVal_29); var currVal_30 = _co.questionIndex; var currVal_31 = _co.question; _ck(_v, 51, 0, currVal_30, currVal_31); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = (_co.questionIndex + 1); _ck(_v, 4, 0, currVal_0); var currVal_3 = i1.ɵnov(_v, 15).is("untouched"); var currVal_4 = i1.ɵnov(_v, 15).is("touched"); var currVal_5 = i1.ɵnov(_v, 15).is("pristine"); var currVal_6 = i1.ɵnov(_v, 15).is("dirty"); var currVal_7 = i1.ɵnov(_v, 15).is("valid"); var currVal_8 = i1.ɵnov(_v, 15).is("invalid"); var currVal_9 = i1.ɵnov(_v, 15).is("pending"); _ck(_v, 10, 0, currVal_3, currVal_4, currVal_5, currVal_6, currVal_7, currVal_8, currVal_9); }); }
|
|
134
|
+
function View_EditorWrapperComponent_24(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "span", [["class", "vx-fs-16 vx-fw-400 vx-txt-red vx-ml-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["*"]))], null, null); }
|
|
135
|
+
function View_EditorWrapperComponent_25(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons info vx-txt-blue vx-ml-2"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
136
|
+
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
137
|
+
ad = (pd_0 && ad);
|
|
138
|
+
} if (("mouseover" === en)) {
|
|
139
|
+
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
140
|
+
ad = (pd_1 && ad);
|
|
141
|
+
} if (("mouseleave" === en)) {
|
|
142
|
+
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
143
|
+
ad = (pd_2 && ad);
|
|
144
|
+
} if (("mouseout" === en)) {
|
|
145
|
+
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
146
|
+
ad = (pd_3 && ad);
|
|
147
|
+
} if (("click" === en)) {
|
|
148
|
+
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
149
|
+
ad = (pd_4 && ad);
|
|
150
|
+
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i2.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE91F"]))], function (_ck, _v) { var _co = _v.component; var currVal_0 = ((_co.question == null) ? null : _co.question.comments); var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
151
|
+
function View_EditorWrapperComponent_23(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 10, "div", [["class", "logic-area"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 3, "div", [["class", "question-heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-5 vx-pl-2"]], null, null, null, null, null)), (_l()(), i1.ɵted(2, null, ["QUESTION ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_24)), i1.ɵdid(4, 16384, null, 0, i11.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(5, 0, null, null, 3, "div", [["class", "question-name vx-fs-16 vx-label-txt vx-lh-6 vx-pt-1 vx-pb-1 vx-mb-5"]], null, null, null, null, null)), (_l()(), i1.ɵted(6, null, [" ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_25)), i1.ɵdid(8, 16384, null, 0, i11.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(9, 0, null, null, 1, "app-logic", [], null, null, null, i37.View_LogicComponent_0, i37.RenderType_LogicComponent)), i1.ɵdid(10, 114688, null, 0, i38.LogicComponent, [i10.DialogService], { service: [0, "service"], question: [1, "question"], questionIndex: [2, "questionIndex"], editorMode: [3, "editorMode"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_1 = (_co.question.isRequired === true); _ck(_v, 4, 0, currVal_1); var currVal_3 = ((_co.question == null) ? null : _co.question.hasComments); _ck(_v, 8, 0, currVal_3); var currVal_4 = _co.service; var currVal_5 = _co.question; var currVal_6 = _co.questionIndex; var currVal_7 = _co.editorMode; _ck(_v, 10, 0, currVal_4, currVal_5, currVal_6, currVal_7); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = (_co.questionIndex + 1); _ck(_v, 2, 0, currVal_0); var currVal_2 = (((_co.question == null) ? null : _co.question.title) ? ((_co.question == null) ? null : _co.question.title) : "Question"); _ck(_v, 6, 0, currVal_2); }); }
|
|
152
|
+
function View_EditorWrapperComponent_27(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "span", [["class", "vx-fs-16 vx-fw-400 vx-txt-red vx-ml-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["*"]))], null, null); }
|
|
153
|
+
function View_EditorWrapperComponent_28(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons info vx-txt-blue vx-ml-2"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
154
|
+
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
155
|
+
ad = (pd_0 && ad);
|
|
156
|
+
} if (("mouseover" === en)) {
|
|
157
|
+
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
158
|
+
ad = (pd_1 && ad);
|
|
159
|
+
} if (("mouseleave" === en)) {
|
|
160
|
+
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
161
|
+
ad = (pd_2 && ad);
|
|
162
|
+
} if (("mouseout" === en)) {
|
|
163
|
+
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
164
|
+
ad = (pd_3 && ad);
|
|
165
|
+
} if (("click" === en)) {
|
|
166
|
+
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
167
|
+
ad = (pd_4 && ad);
|
|
168
|
+
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i2.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE91F"]))], function (_ck, _v) { var _co = _v.component; var currVal_0 = ((_co.question == null) ? null : _co.question.comments); var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
169
|
+
function View_EditorWrapperComponent_26(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 10, "div", [["class", "move-area"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 3, "div", [["class", "question-heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-5 vx-pl-2"]], null, null, null, null, null)), (_l()(), i1.ɵted(2, null, ["QUESTION ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_27)), i1.ɵdid(4, 16384, null, 0, i11.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(5, 0, null, null, 3, "div", [["class", "question-name vx-fs-16 vx-label-txt vx-lh-6 vx-pt-1 vx-pb-1 vx-mb-5"]], null, null, null, null, null)), (_l()(), i1.ɵted(6, null, ["", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_28)), i1.ɵdid(8, 16384, null, 0, i11.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(9, 0, null, null, 1, "app-move", [], null, null, null, i39.View_MoveComponent_0, i39.RenderType_MoveComponent)), i1.ɵdid(10, 114688, null, 0, i40.MoveComponent, [i41.SnackBarService], { questionIndex: [0, "questionIndex"], question: [1, "question"], service: [2, "service"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_1 = (_co.question.isRequired === true); _ck(_v, 4, 0, currVal_1); var currVal_3 = ((_co.question == null) ? null : _co.question.hasComments); _ck(_v, 8, 0, currVal_3); var currVal_4 = _co.questionIndex; var currVal_5 = _co.question; var currVal_6 = _co.service; _ck(_v, 10, 0, currVal_4, currVal_5, currVal_6); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = (_co.questionIndex + 1); _ck(_v, 2, 0, currVal_0); var currVal_2 = (((_co.question == null) ? null : _co.question.title) ? ((_co.question == null) ? null : _co.question.title) : "Question"); _ck(_v, 6, 0, currVal_2); }); }
|
|
170
|
+
function View_EditorWrapperComponent_29(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "div", [["class", "error-msg vx-fs-12 vx-txt-white vx-tt-uppercase vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "i", [["class", "icons vx-d-flex vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE914"])), (_l()(), i1.ɵted(3, null, [" ", " "]))], null, function (_ck, _v) { var currVal_0 = _v.context.ngIf; _ck(_v, 3, 0, currVal_0); }); }
|
|
171
|
+
function View_EditorWrapperComponent_30(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "div", [["class", "next-question vx-p-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "app-question-type", [], null, [[null, "addQuestion"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("addQuestion" === en)) {
|
|
172
|
+
_co.service.addQuestion($event, _co.questionIndex);
|
|
173
|
+
var pd_0 = (_co.closeNextQuestion() !== false);
|
|
174
|
+
ad = (pd_0 && ad);
|
|
175
|
+
} return ad; }, i42.View_QuestionTypeComponent_0, i42.RenderType_QuestionTypeComponent)), i1.ɵdid(2, 114688, null, 0, i43.QuestionTypeComponent, [], null, { addQuestion: "addQuestion" })], function (_ck, _v) { _ck(_v, 2, 0); }, null); }
|
|
176
|
+
function View_EditorWrapperComponent_31(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 0, "div", [["class", "overlay"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
177
|
+
var pd_0 = (_co.closeNextQuestion() !== false);
|
|
178
|
+
ad = (pd_0 && ad);
|
|
179
|
+
} return ad; }, null, null))], null, null); }
|
|
180
|
+
export function View_EditorWrapperComponent_0(_l) { return i1.ɵvid(0, [i1.ɵpid(0, i44.CurrentPageQuestionPipe, []), i1.ɵpid(0, i45.ErrorMessagePipe, []), i1.ɵqud(671088640, 1, { questionContainer: 0 }), (_l()(), i1.ɵeld(3, 0, [[1, 0], ["questionContainer", 1]], null, 41, "div", [["class", "editor-wrapper vx-mb-4 "]], [[2, "error", null], [2, "with-logic", null]], null, null, null, null)), i1.ɵdid(4, 16384, null, 0, i11.NgSwitch, [], { ngSwitch: [0, "ngSwitch"] }, null), (_l()(), i1.ɵeld(5, 0, null, null, 17, "div", [["class", "editor-top vx-d-flex vx-align-center vx-justify-center vx-pl-2 vx-pr-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(6, 0, null, null, 1, "button", [["class", "type-btn vx-fs-11 vx-fw-600 vx-paragraph-txt vx-tt-uppercase vx-p-0 vx-d-flex vx-align-center"]], [[2, "active", null]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
181
|
+
var pd_0 = ((_co.viewMode = "build") !== false);
|
|
182
|
+
ad = (pd_0 && ad);
|
|
183
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["BUILD"])), (_l()(), i1.ɵeld(8, 0, null, null, 6, "div", [["class", "logic-area"]], null, null, null, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 2, "button", [["class", "type-btn vx-fs-11 vx-fw-600 vx-paragraph-txt vx-tt-uppercase vx-p-0 vx-d-flex vx-align-center"]], [[2, "disabled", null], [2, "active", null]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
184
|
+
var pd_0 = ((_co.viewMode = "logic") !== false);
|
|
185
|
+
ad = (pd_0 && ad);
|
|
186
|
+
} return ad; }, null, null)), i1.ɵppd(10, 2), (_l()(), i1.ɵted(-1, null, ["LOGIC"])), (_l()(), i1.ɵand(16777216, null, null, 2, null, View_EditorWrapperComponent_1)), i1.ɵdid(13, 16384, null, 0, i11.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), i1.ɵppd(14, 2), (_l()(), i1.ɵeld(15, 0, null, null, 1, "button", [["class", "type-btn vx-fs-11 vx-fw-600 vx-paragraph-txt vx-tt-uppercase vx-p-0 vx-d-flex vx-align-center"]], [[2, "disabled", null], [2, "active", null]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
187
|
+
var pd_0 = ((_co.viewMode = "move") !== false);
|
|
188
|
+
ad = (pd_0 && ad);
|
|
189
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["MOVE"])), (_l()(), i1.ɵeld(17, 0, null, null, 5, "div", [["class", "rightside-button vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(18, 0, null, null, 1, "button", [["class", "duplicate-btn vx-fs-11 vx-fw-500 vx-txt-blue vx-tt-uppercase vx-pl-2 vx-pr-2 vx-m-0 vx-d-flex vx-align-center vx-justify-center vx-lh-7"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
190
|
+
var pd_0 = (_co.copyQuestion.emit(_co.questionIndex) !== false);
|
|
191
|
+
ad = (pd_0 && ad);
|
|
192
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["DUPLICATE"])), (_l()(), i1.ɵeld(20, 0, null, null, 2, "button", [["class", "delete-btn vx-fs-14 vx-txt-red vx-pl-2 vx-pr-2 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
193
|
+
var pd_0 = (_co.deleteQuestion.emit(_co.questionIndex) !== false);
|
|
194
|
+
ad = (pd_0 && ad);
|
|
195
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(21, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE923"])), (_l()(), i1.ɵeld(23, 0, null, null, 7, "div", [["class", "editor-mid vx-pl-5 vx-pr-5"]], null, null, null, null, null)), i1.ɵdid(24, 16384, null, 0, i11.NgSwitch, [], { ngSwitch: [0, "ngSwitch"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_2)), i1.ɵdid(26, 278528, null, 0, i11.NgSwitchCase, [i1.ViewContainerRef, i1.TemplateRef, [2, i11.NgSwitch]], { ngSwitchCase: [0, "ngSwitchCase"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_23)), i1.ɵdid(28, 278528, null, 0, i11.NgSwitchCase, [i1.ViewContainerRef, i1.TemplateRef, [2, i11.NgSwitch]], { ngSwitchCase: [0, "ngSwitchCase"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_26)), i1.ɵdid(30, 278528, null, 0, i11.NgSwitchCase, [i1.ViewContainerRef, i1.TemplateRef, [2, i11.NgSwitch]], { ngSwitchCase: [0, "ngSwitchCase"] }, null), (_l()(), i1.ɵeld(31, 0, null, null, 13, "div", [["class", "editor-bottom vx-d-flex vx-align-center vx-justify-between vx-p-2 error"]], null, null, null, null, null)), (_l()(), i1.ɵeld(32, 0, null, null, 3, "button", [["class", "next-btn vx-fs-12 vx-fw-600 vx-txt-blue vx-tt-uppercase vx-pl-2 vx-pr-2 vx-m-0 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
196
|
+
var pd_0 = (_co.openNextQuestion() !== false);
|
|
197
|
+
ad = (pd_0 && ad);
|
|
198
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(33, 0, null, null, 1, "span", [["class", "plus-icon vx-fs-14 vx-fw-500 vx-d-flex vx-align-center vx-justify-center vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["+"])), (_l()(), i1.ɵted(-1, null, [" NEXT QUESTION"])), (_l()(), i1.ɵand(16777216, null, null, 2, null, View_EditorWrapperComponent_29)), i1.ɵdid(37, 16384, null, 0, i11.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), i1.ɵppd(38, 1), (_l()(), i1.ɵeld(39, 0, null, null, 1, "button", [["class", "save-btn vx-fs-11 vx-fw-500 vx-txt-blue vx-tt-uppercase vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
199
|
+
var pd_0 = (_co.checkForValidationStatus("save") !== false);
|
|
200
|
+
ad = (pd_0 && ad);
|
|
201
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["SAVE"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_30)), i1.ɵdid(42, 16384, null, 0, i11.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_EditorWrapperComponent_31)), i1.ɵdid(44, 16384, null, 0, i11.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_2 = _co.viewMode; _ck(_v, 4, 0, currVal_2); var currVal_6 = (i1.ɵunv(_v, 13, 0, _ck(_v, 14, 0, i1.ɵnov(_v, 0), _co.service.formsPage.elements, _co.service.currentPageNumber)) === false); _ck(_v, 13, 0, currVal_6); var currVal_9 = _co.viewMode; _ck(_v, 24, 0, currVal_9); var currVal_10 = "build"; _ck(_v, 26, 0, currVal_10); var currVal_11 = "logic"; _ck(_v, 28, 0, currVal_11); var currVal_12 = "move"; _ck(_v, 30, 0, currVal_12); var currVal_13 = i1.ɵunv(_v, 37, 0, _ck(_v, 38, 0, i1.ɵnov(_v, 1), ((_co.question == null) ? null : _co.question.errorArray))); _ck(_v, 37, 0, currVal_13); var currVal_14 = _co.nextQuestion; _ck(_v, 42, 0, currVal_14); var currVal_15 = _co.nextQuestion; _ck(_v, 44, 0, currVal_15); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.errorPresent; var currVal_1 = false; _ck(_v, 3, 0, currVal_0, currVal_1); var currVal_3 = (_co.viewMode == "build"); _ck(_v, 6, 0, currVal_3); var currVal_4 = (i1.ɵunv(_v, 9, 0, _ck(_v, 10, 0, i1.ɵnov(_v, 0), _co.service.formsPage.elements, _co.service.currentPageNumber)) === false); var currVal_5 = (_co.viewMode == "logic"); _ck(_v, 9, 0, currVal_4, currVal_5); var currVal_7 = (((_co.service.formsPage == null) ? null : ((_co.service.formsPage.elements == null) ? null : _co.service.formsPage.elements.length)) < 2); var currVal_8 = (_co.viewMode == "move"); _ck(_v, 15, 0, currVal_7, currVal_8); }); }
|
|
202
|
+
export function View_EditorWrapperComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-editor-wrapper", [], null, null, null, View_EditorWrapperComponent_0, RenderType_EditorWrapperComponent)), i1.ɵdid(1, 4308992, null, 0, i46.EditorWrapperComponent, [i1.ChangeDetectorRef, i47.ValidatorService], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
203
|
+
var EditorWrapperComponentNgFactory = i1.ɵccf("app-editor-wrapper", i46.EditorWrapperComponent, View_EditorWrapperComponent_Host_0, { questionIndex: "questionIndex", question: "question", GRS: "GRS", service: "service", editorMode: "editorMode" }, { validQuestionData: "validQuestionData", deleteQuestion: "deleteQuestion", copyQuestion: "copyQuestion" }, []);
|
|
204
|
+
export { EditorWrapperComponentNgFactory as EditorWrapperComponentNgFactory };
|
|
205
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWRpdG9yLXdyYXBwZXIuY29tcG9uZW50Lm5nZmFjdG9yeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9lZGl0b3Itd3JhcHBlci9lZGl0b3Itd3JhcHBlci5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2VkaXRvci13cmFwcGVyL2VkaXRvci13cmFwcGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztpRUNTWTs7Ozs7Ozs7Ozs7Ozs7O3VQQUFvWixHQUEvUyxZQUFxTCxJQUE4RyxtQ0FBUSxtREFBM1Msa09BQXFMLEdBQTBDLHdCQUFrQixFQUFXLHVCQUFZLEVBQUMsb0JBQXlCLEVBQXZZLFlBQW9aLEVBQS9TLFNBQXFMLEVBQTBDLFNBQWtCLEVBQVcsU0FBWSxFQUFDLFNBQXlCO2lFQWlCMVEsK0hBQWlHLEtBQVIsOEJBQUM7aUVBRS9NLHlKQUFzTixZQUF6RDs7d0JBQThCO01BQTNMLG9OQUFzTixtREFBekQsbUJBQThCLHFCQUEzTCxZQUFzTixFQUF6RCxTQUE4QjtpRUFLL0wsNkVBR2UsS0FGWCw4SkFBeUcsS0FBdEIsNkNBQWdCLE1BQ25HLCthQUFzSSx5QkFBOUcseUNBQXlDLEVBQWlCLDJCQUEwQixFQUExQyxxQkFBZSxFQUFqRixZQUFzSSxFQUE5RyxTQUF5QyxFQUFpQixTQUEwQixFQUExQyxTQUFlO2lFQUdyRixxVUFBNEwsWUFB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QUFvQyxHQUFsSixZQUE4TCxFQUFoRixTQUFvQyxHQUt0SSwySUFBNkcsR0FBdUcsd0NBQW9DLEdBQWhRLFlBQTZTLEVBQXJTLFNBQTZHLEVBQXVHLFNBQW9DLEdBTTVQLHlKQUEwRCxHQUF1Ryx1Q0FBbUMsR0FBNU0sYUFBc1AsRUFBOU8sU0FBMEQsRUFBdUcsU0FBbUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBpMCBmcm9tICdAYW5ndWxhci9jb3JlJztcbmkwLkNvbXBvbmVudEZhY3Rvcnk7XG4iLCI8ZGl2IGNsYXNzPVwiZWRpdG9yLXdyYXBwZXIgdngtbWItNCBcIiBbY2xhc3MuZXJyb3JdPVwiZXJyb3JQcmVzZW50XCIgW2NsYXNzLndpdGgtbG9naWNdPVwiZmFsc2VcIiBbbmdTd2l0Y2hdPVwidmlld01vZGVcIiAgI3F1ZXN0aW9uQ29udGFpbmVyID5cclxuICAgIDwhLS0gPGRpdiBjbGFzcz1cImxhYmVsLW1vZGUgdngtZnMtMTAgdngtZnctNTAwIHZ4LXR4dC13aGl0ZSB2eC10dC11cHBlcmNhc2UgdngtcHQtMSB2eC1wYi0xXCI+QVNTRVNTTUVOVCBNT0RFIEVOQUJMRUQ8L2Rpdj4gLS0+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZWRpdG9yLXRvcCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyIHZ4LXBsLTIgdngtcHItMlwiPlxyXG4gICAgICAgIDxidXR0b24gY2xhc3M9XCJ0eXBlLWJ0biB2eC1mcy0xMSB2eC1mdy02MDAgdngtcGFyYWdyYXBoLXR4dCB2eC10dC11cHBlcmNhc2UgdngtcC0wIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIiBbY2xhc3MuYWN0aXZlXT1cInZpZXdNb2RlID09ICdidWlsZCdcIiAoY2xpY2spPVwidmlld01vZGUgPSAnYnVpbGQnXCI+QlVJTEQ8L2J1dHRvbj5cclxuICAgICAgIFxyXG4gICAgICAgXHJcbiAgICAgICBcclxuICAgICAgICA8ZGl2IGNsYXNzPVwibG9naWMtYXJlYVwiPlxyXG4gICAgICAgICAgICA8YnV0dG9uIFtjbGFzcy5kaXNhYmxlZF09XCIgKHNlcnZpY2UuZm9ybXNQYWdlLmVsZW1lbnRzIHwgY3VycmVudFBhZ2VRdWVzdGlvbiA6IHNlcnZpY2UuY3VycmVudFBhZ2VOdW1iZXIgKSA9PT0gZmFsc2VcIiBjbGFzcz1cInR5cGUtYnRuIHZ4LWZzLTExIHZ4LWZ3LTYwMCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXR0LXVwcGVyY2FzZSB2eC1wLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiIFtjbGFzcy5hY3RpdmVdPVwidmlld01vZGUgPT0gJ2xvZ2ljJ1wiIChjbGljayk9XCJ2aWV3TW9kZSA9ICdsb2dpYydcIiA+TE9HSUM8L2J1dHRvbj5cclxuICAgICAgICAgICAgPGkgKm5nSWY9XCIoc2VydmljZS5mb3Jtc1BhZ2UuZWxlbWVudHMgfCBjdXJyZW50UGFnZVF1ZXN0aW9uIDogc2VydmljZS5jdXJyZW50UGFnZU51bWJlciApID09PSBmYWxzZVwiIFthcHBUb29sdGlwXT1cIihzZXJ2aWNlLmZvcm1zUGFnZS5lbGVtZW50cyB8IGN1cnJlbnRQYWdlUXVlc3Rpb24gOiBzZXJ2aWNlLmN1cnJlbnRQYWdlTnVtYmVyICkgPT09IGZhbHNlID8gJ1lvdSBuZWVkIHRvIGhhdmUgYXQgbGVhc3QgdHdvIHF1ZXN0aW9ucyB0byBjcmVhdGUgYSBsb2dpY2FsIHdvcmtmbG93Lic6JydcIiBjbGFzcz1cImljb25zIGluZm8gdngtZnMtMTIgdngtdHh0LWJsdWVcIiAgcGxhY2VtZW50PVwiYm90dG9tXCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwidHJ1ZVwiPiYjeGU5MzI7PC9pPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICBcclxuICAgICAgXHJcbiAgICAgIFxyXG4gICAgICAgIDxidXR0b24gW2NsYXNzLmRpc2FibGVkXT1cInNlcnZpY2UuZm9ybXNQYWdlPy5lbGVtZW50cz8ubGVuZ3RoIDwgMlwiIGNsYXNzPVwidHlwZS1idG4gdngtZnMtMTEgdngtZnctNjAwIHZ4LXBhcmFncmFwaC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LXAtMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyXCIgW2NsYXNzLmFjdGl2ZV09XCJ2aWV3TW9kZSA9PSAnbW92ZSdcIiAoY2xpY2spPVwidmlld01vZGUgPSAnbW92ZSdcIj5NT1ZFPC9idXR0b24+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInJpZ2h0c2lkZS1idXR0b24gdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiPlxyXG4gICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwiZHVwbGljYXRlLWJ0biB2eC1mcy0xMSB2eC1mdy01MDAgdngtdHh0LWJsdWUgdngtdHQtdXBwZXJjYXNlIHZ4LXBsLTIgdngtcHItMiB2eC1tLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC1saC03XCIgKGNsaWNrKT1cImNvcHlRdWVzdGlvbi5lbWl0KHF1ZXN0aW9uSW5kZXgpXCI+RFVQTElDQVRFPC9idXR0b24+XHJcbiAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJkZWxldGUtYnRuIHZ4LWZzLTE0IHZ4LXR4dC1yZWQgdngtcGwtMiB2eC1wci0yIHZ4LW0tMCB2eC1tbC0xIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIiAoY2xpY2spPVwiZGVsZXRlUXVlc3Rpb24uZW1pdChxdWVzdGlvbkluZGV4KVwiPjxpIGNsYXNzPVwiaWNvbnNcIj4mI3hlOTIzOzwvaT48L2J1dHRvbj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cImVkaXRvci1taWQgdngtcGwtNSB2eC1wci01XCIgW25nU3dpdGNoXT1cInZpZXdNb2RlXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImJ1aWxkLWFyZWEgdngtZC1mbGV4IHZ4LWp1c3RpZnktYmV0d2VlblwiICpuZ1N3aXRjaENhc2U9XCInYnVpbGQnXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJsZWZ0XCI+XHJcbiAgICAgICAgICAgICAgICA8IS0tIDxhcHAtd2VsY29tZT48L2FwcC13ZWxjb21lPlxyXG4gICAgICAgICAgICAgICAgPGFwcC10aGFuay15b3U+PC9hcHAtdGhhbmsteW91PiAtLT5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ2eC1kLWZsZXggdngtanVzdGlmeS1iZXR3ZWVuXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImhlYWRpbmcgdngtZnMtMTEgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC10dC11cHBlcmNhc2UgdngtbWItNSB2eC1wbC0yXCI+UVVFU1RJT04ge3txdWVzdGlvbkluZGV4ICArIDF9fSA8c3BhbiAqbmdJZj1cInF1ZXN0aW9uLmlzUmVxdWlyZWQgPT09IHRydWVcIiBjbGFzcz1cInZ4LWZzLTE2IHZ4LWZ3LTQwMCB2eC10eHQtcmVkIHZ4LW1sLTFcIj4qPC9zcGFuPjwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwhLS0gKm5nSWY9XCJzZXJ2aWNlLmZvcm1zUGFnZT8uc2V0dGluZ3M/LndlaWdodGFnZUVuYWJsZWQgPT09IHRydWVcIiAtLT5cclxuICAgICAgICAgICAgICAgICAgICA8YXBwLXdlaWdodGFnZS1zZWxlY3RvciAqbmdJZj1cInNlcnZpY2UuZm9ybXNQYWdlPy5zZXR0aW5ncz8ud2VpZ2h0YWdlRW5hYmxlZCA9PT0gdHJ1ZSAmJiBbJ211bHRpcGxlLWNob2ljZScsJ2NoZWNrYm94JywnZHJvcGRvd24nXS5pbmNsdWRlcyhxdWVzdGlvbj8udHlwZSlcIiBbKHZhbHVlKV09XCJxdWVzdGlvbi53ZWlnaHRhZ2VcIiA+PC9hcHAtd2VpZ2h0YWdlLXNlbGVjdG9yPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8IS0tIDxkaXYgY2xhc3M9XCJoZWFkaW5nIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LW1iLTUgdngtcGwtMlwiPlFVRVNUSU9OIHt7cXVlc3Rpb25JbmRleCAgKyAxfX0gXHJcbiAgICAgICAgICAgICAgICA8c3BhbiAgKm5nSWY9XCJxdWVzdGlvbi5pc1JlcXVpcmVkID09PSB0cnVlXCIgY2xhc3M9XCJ2eC1mcy0xNiB2eC1mdy00MDAgdngtdHh0LXJlZCB2eC1tbC0xXCI+Kjwvc3Bhbj48L2Rpdj4gLS0+XHJcbiAgICAgICAgICAgICAgICA8YXBwLXNpbmdsZS1saW5lLWVkaXRvciBbcGxhY2Vob2xkZXJdPVwiJ1F1ZXN0aW9uJ1wiIFtsYWJlbF09XCJmYWxzZVwiIFtlZGl0b3JNb2RlXT1cIidtdWx0aWxpbmUnXCIgWyhuZ01vZGVsKV09XCJxdWVzdGlvbi50aXRsZVwiPjwvYXBwLXNpbmdsZS1saW5lLWVkaXRvcj5cclxuICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJxdWVzdGlvbi5pc1BsYWNlaG9sZGVyICYmICBbJ3NpbmdsZS10ZXh0Ym94JywnY29tbWVudC1ib3gnXS5pbmNsdWRlcyhxdWVzdGlvbi50eXBlKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJsYWJlbC1oZWFkaW5nIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LW1iLTFcIj5QbGFjZWhvbGRlciBUZXh0PC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPGFwcC1zaW5nbGUtbGluZS1lZGl0b3IgW3BsYWNlaG9sZGVyXT1cIidQbGVhc2UgZW50ZXIgYSByZXNwb25zZSdcIiBbbGFiZWxdPVwiZmFsc2VcIiBbZWRpdG9yTW9kZV09XCInbXVsdGlsaW5lJ1wiPjwvYXBwLXNpbmdsZS1saW5lLWVkaXRvcj5cclxuICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcclxuXHJcbiAgICAgICAgICAgICAgICA8YXBwLXNpbmdsZS1saW5lLWVkaXRvciBbbGFiZWxdPVwidHJ1ZVwiIFsobmdNb2RlbCldPVwicXVlc3Rpb24uZGVzY3JpcHRpb25cIiAqbmdJZj1cInF1ZXN0aW9uLmhhc0Rlc2NyaXB0aW9uXCIgW3BsYWNlaG9sZGVyXT1cIidEZXNjcmlwdGlvbidcIiBbZWRpdG9yTW9kZV09XCInbXVsdGlsaW5lJ1wiPjwvYXBwLXNpbmdsZS1saW5lLWVkaXRvcj5cclxuICAgICAgICAgICAgICAgIDxhcHAtc2luZ2xlLWxpbmUtZWRpdG9yICBbbGFiZWxdPVwidHJ1ZVwiIFsobmdNb2RlbCldPVwicXVlc3Rpb24uY29tbWVudHNcIiAqbmdJZj1cInF1ZXN0aW9uLmhhc0NvbW1lbnRzXCIgW3BsYWNlaG9sZGVyXT1cIidDb21tZW50J1wiIFtlZGl0b3JNb2RlXT1cIidtdWx0aWxpbmUnXCI+PC9hcHAtc2luZ2xlLWxpbmUtZWRpdG9yPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJlc3BvbnNlLWJsb2NrIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1lbmQgdngtbWItM1wiICpuZ0lmPVwiZmFsc2VcIj5cclxuICAgICAgICAgICAgICAgICAgICA8YnV0dG9uICpuZ0lmPVwiIWhpZGVSZXNwb25zZVBvcHVwXCIgY2xhc3M9XCJyZXNwb25zZS1zZWxlY3QgdngtZnMtMTEgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC10dC11cHBlcmNhc2UgdngtbS0wIHZ4LXAtMCB2eC1wbC0yIHZ4LXByLTIgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC1saC02XCIgKGNsaWNrKT1cIm9wZW5SZXNwb25zZVBvcHVwKClcIj5QUkVDT05GSUdVUkVEIFJFU1BPTlNFIENIT0lDRSA8aSBjbGFzcz1cImljb25zIHZ4LWZzLTEwIHZ4LWQtZmxleCB2eC1tbC00XCI+JiN4ZTllODs8L2k+PC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgPGFwcC1yZXNwb25zZS1zZWxlY3RvciAqbmdJZj1cImhpZGVSZXNwb25zZVBvcHVwXCI+PC9hcHAtcmVzcG9uc2Utc2VsZWN0b3I+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm92ZXJsYXlcIiAqbmdJZj1cImhpZGVSZXNwb25zZVBvcHVwXCIgKGNsaWNrKT1cImNsb3NlUmVzcG9uc2VQb3B1cCgpXCI+PC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgW25nU3dpdGNoXT1cInF1ZXN0aW9uPy50eXBlXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGFwcC1tdWx0aXBsZS1jaG9pY2UgKm5nU3dpdGNoQ2FzZT1cIidtdWx0aXBsZS1jaG9pY2UnXCIgIFtzZXJ2aWNlXT1cInNlcnZpY2VcIiBbcXVlc3Rpb25dPVwicXVlc3Rpb25cIiAoYWRkT3B0aW9uKT1cImFkZE9wdGlvbigkZXZlbnQpXCIgIChkZWxldGVPcHRpb24pPVwiZGVsZXRlT3B0aW9uKCRldmVudClcIj48L2FwcC1tdWx0aXBsZS1jaG9pY2U+XHJcbiAgICAgICAgICAgICAgICAgICAgPGFwcC1jaGVja2JveCAqbmdTd2l0Y2hDYXNlPVwiJ2NoZWNrYm94J1wiIFtzZXJ2aWNlXT1cInNlcnZpY2VcIiBbcXVlc3Rpb25dPVwicXVlc3Rpb25cIiAoYWRkT3B0aW9uKT1cImFkZE9wdGlvbigkZXZlbnQpXCIgIChkZWxldGVPcHRpb24pPVwiZGVsZXRlT3B0aW9uKCRldmVudClcIj48L2FwcC1jaGVja2JveD5cclxuICAgICAgICAgICAgICAgICAgICA8YXBwLWltYWdlLWNob2ljZSAgKm5nU3dpdGNoQ2FzZT1cIidpbWFnZS1jaG9pY2UnXCI+PC9hcHAtaW1hZ2UtY2hvaWNlPlxyXG4gICAgICAgICAgICAgICAgICAgIDxhcHAtc3Rhci1yYXRpbmcgICpuZ1N3aXRjaENhc2U9XCInc3Rhci1yYXRpbmcnXCI+PC9hcHAtc3Rhci1yYXRpbmc+XHJcbiAgICAgICAgICAgICAgICAgICAgPGFwcC1tYXRyaXgtZHJvcGRvd24gKm5nU3dpdGNoQ2FzZT1cIidtYXRyaXgtZHJvcGRvd24nXCI+PC9hcHAtbWF0cml4LWRyb3Bkb3duPlxyXG4gICAgICAgICAgICAgICAgICAgIDxhcHAtYnVpbGQtZHJvcGRvd24gKm5nU3dpdGNoQ2FzZT1cIidkcm9wZG93bidcIiBbc2VydmljZV09XCJzZXJ2aWNlXCIgW3F1ZXN0aW9uXT1cInF1ZXN0aW9uXCIgKGFkZE9wdGlvbik9XCJhZGRPcHRpb24oJGV2ZW50KVwiICAoZGVsZXRlT3B0aW9uKT1cImRlbGV0ZU9wdGlvbigkZXZlbnQpXCI+PC9hcHAtYnVpbGQtZHJvcGRvd24+XHJcbiAgICAgICAgICAgICAgICAgICAgPGFwcC1tYXRyaXgtcmF0aW5nLXNjYWxlICpuZ1N3aXRjaENhc2U9XCIncmF0aW5nLXNjYWxlJ1wiPjwvYXBwLW1hdHJpeC1yYXRpbmctc2NhbGU+XHJcbiAgICAgICAgICAgICAgICAgICAgPGFwcC1yYW5raW5nICpuZ1N3aXRjaENhc2U9XCIncmFua2luZydcIj48L2FwcC1yYW5raW5nPlxyXG4gICAgICAgICAgICAgICAgICAgIDxhcHAtc2xpZGVyICpuZ1N3aXRjaENhc2U9XCInc2xpZGVyJ1wiPjwvYXBwLXNsaWRlcj5cclxuICAgICAgICAgICAgICAgICAgICA8YXBwLW11bHRpcGxlLXRleHRib3ggKm5nU3dpdGNoQ2FzZT1cIidtdWx0aXBsZS10ZXh0Ym94J1wiPjwvYXBwLW11bHRpcGxlLXRleHRib3g+XHJcbiAgICAgICAgICAgICAgICAgICAgPGFwcC1idWlsZC1kYXRlLXRpbWUgKm5nU3dpdGNoQ2FzZT1cIidkYXRlLXRpbWUnXCIgW3F1ZXN0aW9uXT1cInF1ZXN0aW9uXCI+PC9hcHAtYnVpbGQtZGF0ZS10aW1lPlxyXG4gICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgICAgICAgICAgICBcclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyaWdodFwiPlxyXG4gICAgICAgICAgICAgICAgPGFwcC1xdWljay1zZXR0aW5nIFtxdWVzdGlvbkluZGV4XT1cInF1ZXN0aW9uSW5kZXhcIiBbcXVlc3Rpb25dPVwicXVlc3Rpb25cIiAodHlwZUNoYW5nZWQpPVwiY2hlY2tGb3JWYWxpZGF0aW9uU3RhdHVzKCdQQVJUSUFMJylcIj48L2FwcC1xdWljay1zZXR0aW5nPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwibG9naWMtYXJlYVwiICpuZ1N3aXRjaENhc2U9XCInbG9naWMnXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJxdWVzdGlvbi1oZWFkaW5nIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LW1iLTUgdngtcGwtMlwiPlFVRVNUSU9OIHt7cXVlc3Rpb25JbmRleCAgKyAxfX0gPHNwYW4gKm5nSWY9XCJxdWVzdGlvbi5pc1JlcXVpcmVkID09PSB0cnVlXCIgY2xhc3M9XCJ2eC1mcy0xNiB2eC1mdy00MDAgdngtdHh0LXJlZCB2eC1tbC0xXCI+Kjwvc3Bhbj48L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInF1ZXN0aW9uLW5hbWUgdngtZnMtMTYgdngtbGFiZWwtdHh0IHZ4LWxoLTYgdngtcHQtMSB2eC1wYi0xIHZ4LW1iLTVcIj5cclxuICAgICAgICAgICAgICAgIHt7cXVlc3Rpb24/LnRpdGxlID8gcXVlc3Rpb24/LnRpdGxlIDogJ1F1ZXN0aW9uJ319XHJcbiAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImljb25zIGluZm8gdngtdHh0LWJsdWUgdngtbWwtMlwiICpuZ0lmPVwicXVlc3Rpb24/Lmhhc0NvbW1lbnRzXCIgIFthcHBUb29sdGlwXT1cInF1ZXN0aW9uPy5jb21tZW50c1wiIHBsYWNlbWVudD1cImJvdHRvbS1yaWdodFwiIGRlbGF5PVwiMFwiIHR5cGU9XCJ3aGl0ZVwiIFt0b29sdGlwTWFuZGF0b3J5XT1cInRydWVcIj4mI3hlOTFmOzwvaT48L2Rpdj5cclxuICAgICAgICAgICAgPGFwcC1sb2dpYyBbc2VydmljZV09XCJzZXJ2aWNlXCIgW3F1ZXN0aW9uXT1cInF1ZXN0aW9uXCIgW2VkaXRvck1vZGVdPVwiZWRpdG9yTW9kZVwiIFtxdWVzdGlvbkluZGV4XT1cInF1ZXN0aW9uSW5kZXhcIj48L2FwcC1sb2dpYz5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwibW92ZS1hcmVhXCIgKm5nU3dpdGNoQ2FzZT1cIidtb3ZlJ1wiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwicXVlc3Rpb24taGVhZGluZyB2eC1mcy0xMSB2eC1mdy01MDAgdngtbGFiZWwtdHh0IHZ4LXR0LXVwcGVyY2FzZSB2eC1tYi01IHZ4LXBsLTJcIj5RVUVTVElPTiB7e3F1ZXN0aW9uSW5kZXggICsgMX19IDxzcGFuICpuZ0lmPVwicXVlc3Rpb24uaXNSZXF1aXJlZCA9PT0gdHJ1ZVwiIGNsYXNzPVwidngtZnMtMTYgdngtZnctNDAwIHZ4LXR4dC1yZWQgdngtbWwtMVwiPio8L3NwYW4+PC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJxdWVzdGlvbi1uYW1lIHZ4LWZzLTE2IHZ4LWxhYmVsLXR4dCB2eC1saC02IHZ4LXB0LTEgdngtcGItMSB2eC1tYi01XCI+e3txdWVzdGlvbj8udGl0bGUgPyBxdWVzdGlvbj8udGl0bGUgOiAnUXVlc3Rpb24nfX0gPGkgICpuZ0lmPVwicXVlc3Rpb24/Lmhhc0NvbW1lbnRzXCIgY2xhc3M9XCJpY29ucyBpbmZvIHZ4LXR4dC1ibHVlIHZ4LW1sLTJcIiBbYXBwVG9vbHRpcF09XCJxdWVzdGlvbj8uY29tbWVudHNcIiBwbGFjZW1lbnQ9XCJib3R0b20tcmlnaHRcIiBkZWxheT1cIjBcIiB0eXBlPVwid2hpdGVcIiBbdG9vbHRpcE1hbmRhdG9yeV09XCJ0cnVlXCI+JiN4ZTkxZjs8L2k+PC9kaXY+XHJcbiAgICAgICAgICAgIDxhcHAtbW92ZSBbc2VydmljZV09XCJzZXJ2aWNlXCIgIFtxdWVzdGlvbl0gPVwicXVlc3Rpb25cIiBbcXVlc3Rpb25JbmRleF09XCJxdWVzdGlvbkluZGV4XCI+PC9hcHAtbW92ZT5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cImVkaXRvci1ib3R0b20gdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWJldHdlZW4gdngtcC0yIGVycm9yXCI+XHJcbiAgICAgICAgPGJ1dHRvbiAoY2xpY2spPVwib3Blbk5leHRRdWVzdGlvbigpXCIgY2xhc3M9XCJuZXh0LWJ0biB2eC1mcy0xMiB2eC1mdy02MDAgdngtdHh0LWJsdWUgdngtdHQtdXBwZXJjYXNlIHZ4LXBsLTIgdngtcHItMiB2eC1tLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiPjxzcGFuIGNsYXNzPVwicGx1cy1pY29uIHZ4LWZzLTE0IHZ4LWZ3LTUwMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyIHZ4LW1yLTFcIj4rPC9zcGFuPiBORVhUIFFVRVNUSU9OPC9idXR0b24+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImVycm9yLW1zZyB2eC1mcy0xMiB2eC10eHQtd2hpdGUgdngtdHQtdXBwZXJjYXNlIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIiAqbmdJZj1cIihxdWVzdGlvbj8uZXJyb3JBcnJheXxlcnJvck1lc3NhZ2UpIGFzIGVycm9yXCI+XHJcbiAgICAgICAgICAgIDxpIGNsYXNzPVwiaWNvbnMgdngtZC1mbGV4IHZ4LW1yLTFcIj4mI3hlOTE0OzwvaT4ge3tlcnJvcn19XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGJ1dHRvbiAoY2xpY2spPVwiY2hlY2tGb3JWYWxpZGF0aW9uU3RhdHVzKCdzYXZlJylcIiBjbGFzcz1cInNhdmUtYnRuIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC10eHQtYmx1ZSB2eC10dC11cHBlcmNhc2UgdngtcC0wIHZ4LW0tMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCI+U0FWRTwvYnV0dG9uPlxyXG4gICAgICAgIDxkaXYgKm5nSWY9XCJuZXh0UXVlc3Rpb25cIiBjbGFzcz1cIm5leHQtcXVlc3Rpb24gdngtcC00XCI+XHJcbiAgICAgICAgICAgIDxhcHAtcXVlc3Rpb24tdHlwZSAoYWRkUXVlc3Rpb24pPVwic2VydmljZS5hZGRRdWVzdGlvbigkZXZlbnQscXVlc3Rpb25JbmRleCk7Y2xvc2VOZXh0UXVlc3Rpb24oKTtcIj48L2FwcC1xdWVzdGlvbi10eXBlPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgKm5nSWY9XCJuZXh0UXVlc3Rpb25cIiBjbGFzcz1cIm92ZXJsYXlcIiAoY2xpY2spPVwiY2xvc2VOZXh0UXVlc3Rpb24oKVwiPjwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbjwvZGl2PiJdfQ==
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"openResponsePopup":[{"__symbolic":"method"}],"closeResponsePopup":[{"__symbolic":"method"}],"openNextQuestion":[{"__symbolic":"method"}],"closeNextQuestion":[{"__symbolic":"method"}],"questionIndex":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"question":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"GRS":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"service":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"editorMode":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"validQuestionData":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"deleteQuestion":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"copyQuestion":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"questionContainer":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":3,"members":[]},"arguments":["questionContainer"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":4,"members":[]},{"__symbol":5,"members":[]}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"openResponseChoice":[{"__symbolic":"method"}],"closeThis":[{"__symbolic":"method"}],"callDelete":[{"__symbolic":"method"}],"callCopy":[{"__symbolic":"method"}],"addOption":[{"__symbolic":"method"}],"deleteOption":[{"__symbolic":"method"}],"deleteColumn":[{"__symbolic":"method"}],"addColumn":[{"__symbolic":"method"}],"setFocus":[{"__symbolic":"method"}],"checkForValidationStatus":[{"__symbolic":"method"}],"insertResponseSet":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":4,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":5,"members":[]}}}}],"lifecycleHooks":[0,6]},"isComponent":true,"selector":"app-editor-wrapper","exportAs":null,"inputs":{"questionIndex":"questionIndex","question":"question","GRS":"GRS","service":"service","editorMode":"editorMode"},"outputs":{"validQuestionData":"validQuestionData","deleteQuestion":"deleteQuestion","copyQuestion":"copyQuestion"},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[{"selectors":[{"value":"questionContainer"}],"first":true,"descendants":true,"propertyName":"questionContainer","read":null}],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":6,"members":[]},"rendererType":{"__symbol":7,"members":[]},"componentFactory":{"__symbol":8,"members":[]}}}],"symbols":[{"__symbol":0,"name":"EditorWrapperComponent","filePath":"./editor-wrapper.component"},{"__symbol":1,"name":"Input","filePath":"@angular/core"},{"__symbol":2,"name":"Output","filePath":"@angular/core"},{"__symbol":3,"name":"ViewChild","filePath":"@angular/core"},{"__symbol":4,"name":"ChangeDetectorRef","filePath":"@angular/core"},{"__symbol":5,"name":"ValidatorService","filePath":"../../services/validator.service"},{"__symbol":6,"name":"View_EditorWrapperComponent_0","filePath":"./editor-wrapper.component.ngfactory"},{"__symbol":7,"name":"RenderType_EditorWrapperComponent","filePath":"./editor-wrapper.component.ngfactory"},{"__symbol":8,"name":"EditorWrapperComponentNgFactory","filePath":"./editor-wrapper.component.ngfactory"}]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXJyb3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvZXJyb3JJbnRlcmZhY2UvZXJyb3IudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgRXJyb3Ige1xyXG4gIHF1ZXN0aW9uTWlzc2luZz86IG9iamVjdDtcclxuICB0d29DaG9pY2U/OiBvYmplY3Q7XHJcbiAgb25lQ2hvaWNlPzogb2JqZWN0O1xyXG4gIHNhbWVDaG9pY2U/OiBvYmplY3Q7XHJcbiAgZGF0ZU1pc3Npbmc/OiBvYmplY3Q7XHJcbiAgdGltZU1pc3Npbmc/OiBvYmplY3Q7XHJcbiAgb25lUm93Pzogb2JqZWN0O1xyXG4gIG9uZUNvbD86IG9iamVjdDtcclxuICBtaW5FcnJvcj86IG9iamVjdDtcclxuICBtYXhFcnJvcj86IG9iamVjdDtcclxuICBjaGFyTGVuZ3RoPzogb2JqZWN0O1xyXG4gIHN0ZXBFcnJvcj86IG9iamVjdDtcclxufVxyXG4iXX0=
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"interface"}}],"symbols":[{"__symbol":0,"name":"Error","filePath":"./error"}]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVlc3Rpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvZXJyb3JJbnRlcmZhY2UvcXVlc3Rpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgUXVlc3Rpb24ge1xyXG4gIGNob2ljZXM/OiBbXTtcclxuICB0eXBlPzogc3RyaW5nO1xyXG4gIG5hbWU/OiBzdHJpbmc7XHJcbn1cclxuIl19
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"interface"}}],"symbols":[{"__symbol":0,"name":"Question","filePath":"./question"}]}
|