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,20 @@
|
|
|
1
|
+
import { Component, EventEmitter, Output } from '@angular/core';
|
|
2
|
+
export class QuestionTypeComponent {
|
|
3
|
+
constructor() {
|
|
4
|
+
this.addQuestion = new EventEmitter();
|
|
5
|
+
}
|
|
6
|
+
ngOnInit() {
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
QuestionTypeComponent.decorators = [
|
|
10
|
+
{ type: Component, args: [{
|
|
11
|
+
selector: 'app-question-type',
|
|
12
|
+
template: "<div class=\"question-type\">\r\n <ul class=\"vx-d-flex vx-flex-wrap vx-p-0 vx-m-0 vx-justify-center\">\r\n <li *ngIf=\"false\">\r\n <button class=\"vx-m-0 vx-text-center vx-w-100\" (click)=\"addQuestion.emit('welcome')\">\r\n <div class=\"question-icon welcome-screen vx-d-flex vx-align-center vx-justify-center vx-mb-4\"><i class=\"icons vx-fs-16 vx-txt-white\"></i></div>\r\n <div class=\"name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase\">WELCOME SCREEN</div>\r\n </button>\r\n </li>\r\n <li *ngIf=\"false\">\r\n <button class=\"vx-m-0 vx-text-center vx-w-100\" (click)=\"addQuestion.emit('thankyou')\">\r\n <div class=\"question-icon thank-you-screen vx-d-flex vx-align-center vx-justify-center vx-mb-4\"><i class=\"icons vx-fs-16 vx-txt-white\"></i></div>\r\n <div class=\"name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase\">THANK YOU SCREEN</div>\r\n </button>\r\n </li>\r\n <li>\r\n <button class=\"vx-m-0 vx-text-center vx-w-100\" (click)=\"addQuestion.emit('multiple-choice')\">\r\n <div class=\"question-icon multiple-choice vx-d-flex vx-align-center vx-justify-center vx-mb-4\"><i class=\"icons vx-fs-16 vx-txt-white\"></i></div>\r\n <div class=\"name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase\">MULTIPLE CHOICE</div>\r\n </button>\r\n </li>\r\n <li>\r\n <button class=\"vx-m-0 vx-text-center vx-w-100\" (click)=\"addQuestion.emit('checkbox')\">\r\n <div class=\"question-icon checkboxes vx-d-flex vx-align-center vx-justify-center vx-mb-4\"><i class=\"icons vx-fs-16 vx-txt-white\"></i></div>\r\n <div class=\"name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase\">CHECKBOXES</div>\r\n </button>\r\n </li>\r\n <li *ngIf=\"false\">\r\n <button class=\"vx-m-0 vx-text-center vx-w-100\" (click)=\"addQuestion.emit('image-choice')\">\r\n <div class=\"question-icon image-choice vx-d-flex vx-align-center vx-justify-center vx-mb-4\"><i class=\"icons vx-fs-16 vx-txt-white\"></i></div>\r\n <div class=\"name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase\">IMAGE CHOICE</div>\r\n </button>\r\n </li>\r\n <li *ngIf=\"false\">\r\n <button class=\"vx-m-0 vx-text-center vx-w-100\" (click)=\"addQuestion.emit('star-rating')\">\r\n <div class=\"question-icon star-rating vx-d-flex vx-align-center vx-justify-center vx-mb-4\"><i class=\"icons vx-fs-16 vx-txt-white\"></i></div>\r\n <div class=\"name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase\">STAR RATINGS</div>\r\n </button>\r\n </li>\r\n <li>\r\n <button class=\"vx-m-0 vx-text-center vx-w-100\" (click)=\"addQuestion.emit('single-textbox')\">\r\n <div class=\"question-icon single-textbox vx-d-flex vx-align-center vx-justify-center vx-mb-4\"><i class=\"icons vx-fs-16 vx-txt-white\"></i></div>\r\n <div class=\"name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase\">SINGLE TEXTBOX</div>\r\n </button>\r\n </li>\r\n <li *ngIf=\"false\">\r\n <button class=\"vx-m-0 vx-text-center vx-w-100\" (click)=\"addQuestion.emit('comment-box')\">\r\n <div class=\"question-icon comment-box vx-d-flex vx-align-center vx-justify-center vx-mb-4\"><i class=\"icons vx-fs-16 vx-txt-white\"></i></div>\r\n <div class=\"name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase\">COMMENT BOX</div>\r\n </button>\r\n </li>\r\n <li *ngIf=\"false\">\r\n <button class=\"vx-m-0 vx-text-center vx-w-100\" (click)=\"addQuestion.emit('matrix-dropdown')\">\r\n <div class=\"question-icon matrix-dropdown vx-d-flex vx-align-center vx-justify-center vx-mb-4\"><i class=\"icons vx-fs-16 vx-txt-white\"></i></div>\r\n <div class=\"name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase\">MATRIX OF DROPDOWNS</div>\r\n </button>\r\n </li>\r\n <li>\r\n <button class=\"vx-m-0 vx-text-center vx-w-100\" (click)=\"addQuestion.emit('dropdown')\">\r\n <div class=\"question-icon dropdown-icon vx-d-flex vx-align-center vx-justify-center vx-mb-4\"><i class=\"icons vx-fs-16 vx-txt-white\"></i></div>\r\n <div class=\"name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase\">DROPDOWN</div>\r\n </button>\r\n </li>\r\n <li *ngIf=\"false\">\r\n <button class=\"vx-m-0 vx-text-center vx-w-100\" (click)=\"addQuestion.emit('rating-scale')\">\r\n <div class=\"question-icon matrix-rating vx-d-flex vx-align-center vx-justify-center vx-mb-4\"><i class=\"icons vx-fs-16 vx-txt-white\"></i></div>\r\n <div class=\"name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase\">MATRIX & RATING SCALE</div>\r\n </button>\r\n </li>\r\n <li *ngIf=\"false\">\r\n <button class=\"vx-m-0 vx-text-center vx-w-100\" (click)=\"addQuestion.emit('ranking')\">\r\n <div class=\"question-icon ranking vx-d-flex vx-align-center vx-justify-center vx-mb-4\"><i class=\"icons vx-fs-16 vx-txt-white\"></i></div>\r\n <div class=\"name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase\">RANKING</div>\r\n </button>\r\n </li>\r\n <li *ngIf=\"false\">\r\n <button class=\"vx-m-0 vx-text-center vx-w-100\" (click)=\"addQuestion.emit('slider')\">\r\n <div class=\"question-icon slider vx-d-flex vx-align-center vx-justify-center vx-mb-4\"><i class=\"icons vx-fs-16 vx-txt-white\"></i></div>\r\n <div class=\"name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase\">SLIDER</div>\r\n </button>\r\n </li>\r\n <li *ngIf=\"false\">\r\n <button class=\"vx-m-0 vx-text-center vx-w-100\" (click)=\"addQuestion.emit('multiple-textbox')\">\r\n <div class=\"question-icon multiple-textbox vx-d-flex vx-align-center vx-justify-center vx-mb-4\"><i class=\"icons vx-fs-16 vx-txt-white\"></i></div>\r\n <div class=\"name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase\">MULTIPLE TEXTBOXES</div>\r\n </button>\r\n </li>\r\n <li >\r\n <button class=\"vx-m-0 vx-text-center vx-w-100\" (click)=\"addQuestion.emit('date-time')\">\r\n <div class=\"question-icon date-time vx-d-flex vx-align-center vx-justify-center vx-mb-4\"><i class=\"icons vx-fs-16 vx-txt-white\"></i></div>\r\n <div class=\"name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase\">DATE & TIME</div>\r\n </button>\r\n </li>\r\n <li>\r\n <button class=\"vx-m-0 vx-text-center vx-w-100\" (click)=\"addQuestion.emit('file-upload')\">\r\n <div class=\"question-icon file-upload vx-d-flex vx-align-center vx-justify-center vx-mb-4\"><i class=\"icons vx-fs-16 vx-txt-white\"></i></div>\r\n <div class=\"name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase\">FILE UPLOAD</div>\r\n </button>\r\n </li>\r\n </ul>\r\n</div>",
|
|
13
|
+
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\");.question-type ul{list-style-type:none;position:relative;left:12rem;width:calc(100% - 24rem)}.question-type ul li{width:12rem;height:7rem;margin:.375rem}.question-type ul li button{background:#fff;border:1px solid #f1f1f1;border-radius:.25rem;padding:1.5rem 0}.question-type ul li button .question-icon{background:#ee5daf;border-radius:.125rem;width:2rem;height:2rem;margin:0 auto}.question-type ul li button .question-icon.welcome-screen{background:#ee5daf}.question-type ul li button .question-icon.thank-you-screen{background:#ee3939}.question-type ul li button .question-icon.multiple-choice{background:#d1c131}.question-type ul li button .question-icon.checkboxes{background:#6f81fc}.question-type ul li button .question-icon.image-choice{background:#4681ef}.question-type ul li button .question-icon.star-rating{background:#e8c247}.question-type ul li button .question-icon.single-textbox{background:#2fd2cd}.question-type ul li button .question-icon.comment-box{background:#acbb7e}.question-type ul li button .question-icon.matrix-dropdown{background:#66bf72}.question-type ul li button .question-icon.dropdown-icon{background:#9d9fe1}.question-type ul li button .question-icon.matrix-rating{background:#67d2cd}.question-type ul li button .question-icon.ranking{background:#ee9f24}.question-type ul li button .question-icon.slider{background:#d1c131}.question-type ul li button .question-icon.multiple-textbox{background:#66bf72}.question-type ul li button .question-icon.date-time{background:#acbb7e}.question-type ul li button .question-icon.file-upload{background:#4681ef}.question-type ul li button:hover{box-shadow:0 .5rem 1rem #1e5dd326}"]
|
|
14
|
+
},] }
|
|
15
|
+
];
|
|
16
|
+
QuestionTypeComponent.ctorParameters = () => [];
|
|
17
|
+
QuestionTypeComponent.propDecorators = {
|
|
18
|
+
addQuestion: [{ type: Output }]
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVlc3Rpb24tdHlwZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvcXVlc3Rpb24tdHlwZS9xdWVzdGlvbi10eXBlLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBVSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFReEUsTUFBTSxPQUFPLHFCQUFxQjtJQUVoQztRQURRLGdCQUFXLEdBQUcsSUFBSSxZQUFZLEVBQUUsQ0FBQztJQUN6QixDQUFDO0lBRWpCLFFBQVE7SUFDUixDQUFDOzs7WUFWRixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLG1CQUFtQjtnQkFDN0IsK3lPQUE2Qzs7YUFFOUM7Ozs7MEJBRUEsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBPbkluaXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLXF1ZXN0aW9uLXR5cGUnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9xdWVzdGlvbi10eXBlLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9xdWVzdGlvbi10eXBlLmNvbXBvbmVudC5sZXNzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIFF1ZXN0aW9uVHlwZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbkBPdXRwdXQoKSBhZGRRdWVzdGlvbiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuICBjb25zdHJ1Y3RvcigpIHsgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICB9XHJcblxyXG59XHJcbiJdfQ==
|
|
@@ -0,0 +1,76 @@
|
|
|
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 "./question-type.component.less.shim.ngstyle";
|
|
8
|
+
import * as i1 from "@angular/core";
|
|
9
|
+
import * as i2 from "@angular/common";
|
|
10
|
+
import * as i3 from "./question-type.component";
|
|
11
|
+
var styles_QuestionTypeComponent = [i0.styles];
|
|
12
|
+
var RenderType_QuestionTypeComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_QuestionTypeComponent, data: {} });
|
|
13
|
+
export { RenderType_QuestionTypeComponent as RenderType_QuestionTypeComponent };
|
|
14
|
+
function View_QuestionTypeComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "button", [["class", "vx-m-0 vx-text-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
15
|
+
var pd_0 = (_co.addQuestion.emit("welcome") !== false);
|
|
16
|
+
ad = (pd_0 && ad);
|
|
17
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "question-icon welcome-screen vx-d-flex vx-align-center vx-justify-center vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEAB3"])), (_l()(), i1.ɵeld(5, 0, null, null, 1, "div", [["class", "name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["WELCOME SCREEN"]))], null, null); }
|
|
18
|
+
function View_QuestionTypeComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "button", [["class", "vx-m-0 vx-text-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
19
|
+
var pd_0 = (_co.addQuestion.emit("thankyou") !== false);
|
|
20
|
+
ad = (pd_0 && ad);
|
|
21
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "question-icon thank-you-screen vx-d-flex vx-align-center vx-justify-center vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEAB2"])), (_l()(), i1.ɵeld(5, 0, null, null, 1, "div", [["class", "name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["THANK YOU SCREEN"]))], null, null); }
|
|
22
|
+
function View_QuestionTypeComponent_3(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "button", [["class", "vx-m-0 vx-text-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
23
|
+
var pd_0 = (_co.addQuestion.emit("image-choice") !== false);
|
|
24
|
+
ad = (pd_0 && ad);
|
|
25
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "question-icon image-choice vx-d-flex vx-align-center vx-justify-center vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEA29"])), (_l()(), i1.ɵeld(5, 0, null, null, 1, "div", [["class", "name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["IMAGE CHOICE"]))], null, null); }
|
|
26
|
+
function View_QuestionTypeComponent_4(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "button", [["class", "vx-m-0 vx-text-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
27
|
+
var pd_0 = (_co.addQuestion.emit("star-rating") !== false);
|
|
28
|
+
ad = (pd_0 && ad);
|
|
29
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "question-icon star-rating vx-d-flex vx-align-center vx-justify-center vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEA71"])), (_l()(), i1.ɵeld(5, 0, null, null, 1, "div", [["class", "name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["STAR RATINGS"]))], null, null); }
|
|
30
|
+
function View_QuestionTypeComponent_5(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "button", [["class", "vx-m-0 vx-text-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
31
|
+
var pd_0 = (_co.addQuestion.emit("comment-box") !== false);
|
|
32
|
+
ad = (pd_0 && ad);
|
|
33
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "question-icon comment-box vx-d-flex vx-align-center vx-justify-center vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9A6"])), (_l()(), i1.ɵeld(5, 0, null, null, 1, "div", [["class", "name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["COMMENT BOX"]))], null, null); }
|
|
34
|
+
function View_QuestionTypeComponent_6(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "button", [["class", "vx-m-0 vx-text-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
35
|
+
var pd_0 = (_co.addQuestion.emit("matrix-dropdown") !== false);
|
|
36
|
+
ad = (pd_0 && ad);
|
|
37
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "question-icon matrix-dropdown vx-d-flex vx-align-center vx-justify-center vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEAB7"])), (_l()(), i1.ɵeld(5, 0, null, null, 1, "div", [["class", "name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["MATRIX OF DROPDOWNS"]))], null, null); }
|
|
38
|
+
function View_QuestionTypeComponent_7(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "button", [["class", "vx-m-0 vx-text-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
39
|
+
var pd_0 = (_co.addQuestion.emit("rating-scale") !== false);
|
|
40
|
+
ad = (pd_0 && ad);
|
|
41
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "question-icon matrix-rating vx-d-flex vx-align-center vx-justify-center vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEAB8"])), (_l()(), i1.ɵeld(5, 0, null, null, 1, "div", [["class", "name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["MATRIX & RATING SCALE"]))], null, null); }
|
|
42
|
+
function View_QuestionTypeComponent_8(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "button", [["class", "vx-m-0 vx-text-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
43
|
+
var pd_0 = (_co.addQuestion.emit("ranking") !== false);
|
|
44
|
+
ad = (pd_0 && ad);
|
|
45
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "question-icon ranking vx-d-flex vx-align-center vx-justify-center vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEB03"])), (_l()(), i1.ɵeld(5, 0, null, null, 1, "div", [["class", "name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["RANKING"]))], null, null); }
|
|
46
|
+
function View_QuestionTypeComponent_9(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "button", [["class", "vx-m-0 vx-text-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
47
|
+
var pd_0 = (_co.addQuestion.emit("slider") !== false);
|
|
48
|
+
ad = (pd_0 && ad);
|
|
49
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "question-icon slider vx-d-flex vx-align-center vx-justify-center vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEAB6"])), (_l()(), i1.ɵeld(5, 0, null, null, 1, "div", [["class", "name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["SLIDER"]))], null, null); }
|
|
50
|
+
function View_QuestionTypeComponent_10(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "button", [["class", "vx-m-0 vx-text-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
51
|
+
var pd_0 = (_co.addQuestion.emit("multiple-textbox") !== false);
|
|
52
|
+
ad = (pd_0 && ad);
|
|
53
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "question-icon multiple-textbox vx-d-flex vx-align-center vx-justify-center vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEAB4"])), (_l()(), i1.ɵeld(5, 0, null, null, 1, "div", [["class", "name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["MULTIPLE TEXTBOXES"]))], null, null); }
|
|
54
|
+
export function View_QuestionTypeComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 63, "div", [["class", "question-type"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 62, "ul", [["class", "vx-d-flex vx-flex-wrap vx-p-0 vx-m-0 vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_QuestionTypeComponent_1)), i1.ɵdid(3, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_QuestionTypeComponent_2)), i1.ɵdid(5, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(6, 0, null, null, 6, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(7, 0, null, null, 5, "button", [["class", "vx-m-0 vx-text-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
55
|
+
var pd_0 = (_co.addQuestion.emit("multiple-choice") !== false);
|
|
56
|
+
ad = (pd_0 && ad);
|
|
57
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(8, 0, null, null, 2, "div", [["class", "question-icon multiple-choice vx-d-flex vx-align-center vx-justify-center vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEABD"])), (_l()(), i1.ɵeld(11, 0, null, null, 1, "div", [["class", "name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["MULTIPLE CHOICE"])), (_l()(), i1.ɵeld(13, 0, null, null, 6, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(14, 0, null, null, 5, "button", [["class", "vx-m-0 vx-text-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
58
|
+
var pd_0 = (_co.addQuestion.emit("checkbox") !== false);
|
|
59
|
+
ad = (pd_0 && ad);
|
|
60
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(15, 0, null, null, 2, "div", [["class", "question-icon checkboxes vx-d-flex vx-align-center vx-justify-center vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(16, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEABB"])), (_l()(), i1.ɵeld(18, 0, null, null, 1, "div", [["class", "name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["CHECKBOXES"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_QuestionTypeComponent_3)), i1.ɵdid(21, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_QuestionTypeComponent_4)), i1.ɵdid(23, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(24, 0, null, null, 6, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(25, 0, null, null, 5, "button", [["class", "vx-m-0 vx-text-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
61
|
+
var pd_0 = (_co.addQuestion.emit("single-textbox") !== false);
|
|
62
|
+
ad = (pd_0 && ad);
|
|
63
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(26, 0, null, null, 2, "div", [["class", "question-icon single-textbox vx-d-flex vx-align-center vx-justify-center vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(27, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEAB5"])), (_l()(), i1.ɵeld(29, 0, null, null, 1, "div", [["class", "name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["SINGLE TEXTBOX"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_QuestionTypeComponent_5)), i1.ɵdid(32, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_QuestionTypeComponent_6)), i1.ɵdid(34, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(35, 0, null, null, 6, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(36, 0, null, null, 5, "button", [["class", "vx-m-0 vx-text-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
64
|
+
var pd_0 = (_co.addQuestion.emit("dropdown") !== false);
|
|
65
|
+
ad = (pd_0 && ad);
|
|
66
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(37, 0, null, null, 2, "div", [["class", "question-icon dropdown-icon vx-d-flex vx-align-center vx-justify-center vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(38, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEAB9"])), (_l()(), i1.ɵeld(40, 0, null, null, 1, "div", [["class", "name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["DROPDOWN"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_QuestionTypeComponent_7)), i1.ɵdid(43, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_QuestionTypeComponent_8)), i1.ɵdid(45, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_QuestionTypeComponent_9)), i1.ɵdid(47, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_QuestionTypeComponent_10)), i1.ɵdid(49, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(50, 0, null, null, 6, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(51, 0, null, null, 5, "button", [["class", "vx-m-0 vx-text-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
67
|
+
var pd_0 = (_co.addQuestion.emit("date-time") !== false);
|
|
68
|
+
ad = (pd_0 && ad);
|
|
69
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(52, 0, null, null, 2, "div", [["class", "question-icon date-time vx-d-flex vx-align-center vx-justify-center vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(53, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEABA"])), (_l()(), i1.ɵeld(55, 0, null, null, 1, "div", [["class", "name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["DATE & TIME"])), (_l()(), i1.ɵeld(57, 0, null, null, 6, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(58, 0, null, null, 5, "button", [["class", "vx-m-0 vx-text-center vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
70
|
+
var pd_0 = (_co.addQuestion.emit("file-upload") !== false);
|
|
71
|
+
ad = (pd_0 && ad);
|
|
72
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(59, 0, null, null, 2, "div", [["class", "question-icon file-upload vx-d-flex vx-align-center vx-justify-center vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(60, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uEA97"])), (_l()(), i1.ɵeld(62, 0, null, null, 1, "div", [["class", "name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["FILE UPLOAD"]))], function (_ck, _v) { var currVal_0 = false; _ck(_v, 3, 0, currVal_0); var currVal_1 = false; _ck(_v, 5, 0, currVal_1); var currVal_2 = false; _ck(_v, 21, 0, currVal_2); var currVal_3 = false; _ck(_v, 23, 0, currVal_3); var currVal_4 = false; _ck(_v, 32, 0, currVal_4); var currVal_5 = false; _ck(_v, 34, 0, currVal_5); var currVal_6 = false; _ck(_v, 43, 0, currVal_6); var currVal_7 = false; _ck(_v, 45, 0, currVal_7); var currVal_8 = false; _ck(_v, 47, 0, currVal_8); var currVal_9 = false; _ck(_v, 49, 0, currVal_9); }, null); }
|
|
73
|
+
export function View_QuestionTypeComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-question-type", [], null, null, null, View_QuestionTypeComponent_0, RenderType_QuestionTypeComponent)), i1.ɵdid(1, 114688, null, 0, i3.QuestionTypeComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
74
|
+
var QuestionTypeComponentNgFactory = i1.ɵccf("app-question-type", i3.QuestionTypeComponent, View_QuestionTypeComponent_Host_0, {}, { addQuestion: "addQuestion" }, []);
|
|
75
|
+
export { QuestionTypeComponentNgFactory as QuestionTypeComponentNgFactory };
|
|
76
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVlc3Rpb24tdHlwZS5jb21wb25lbnQubmdmYWN0b3J5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL3F1ZXN0aW9uLXR5cGUvcXVlc3Rpb24tdHlwZS5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL3F1ZXN0aW9uLXR5cGUvcXVlc3Rpb24tdHlwZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7O2dFQ0VRLDJFQUtLLEtBSkQsOEtBR1MsWUFIdUM7O3dCQUFxQztNQUFyRix3QkFHUyxLQUZMLHlLQUF1SixLQUF6RCxrSEFBbUQsS0FBWixtQ0FBUSxNQUM3SSw2SUFBc0YsS0FBcEIsMkNBQWM7Z0VBR3hGLDJFQUtLLEtBSkQsOEtBR1MsWUFIdUM7O3dCQUFzQztNQUF0Rix3QkFHUyxLQUZMLDJLQUF5SixLQUF6RCxrSEFBbUQsS0FBWixtQ0FBUSxNQUMvSSw2SUFBd0YsS0FBdEIsNkNBQWdCO2dFQWUxRiwyRUFLSyxLQUpELDhLQUdTLFlBSHVDOzt3QkFBMEM7TUFBMUYsd0JBR1MsS0FGTCx1S0FBcUosS0FBekQsa0hBQW1ELEtBQVosbUNBQVEsTUFDM0ksNklBQW9GLEtBQWxCLHlDQUFZO2dFQUd0RiwyRUFLSyxLQUpELDhLQUdTLFlBSHVDOzt3QkFBeUM7TUFBekYsd0JBR1MsS0FGTCxzS0FBb0osS0FBekQsa0hBQW1ELEtBQVosbUNBQVEsTUFDMUksNklBQW9GLEtBQWxCLHlDQUFZO2dFQVN0RiwyRUFLSyxLQUpELDhLQUdT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ZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiPGRpdiBjbGFzcz1cInF1ZXN0aW9uLXR5cGVcIj5cclxuICAgIDx1bCBjbGFzcz1cInZ4LWQtZmxleCB2eC1mbGV4LXdyYXAgdngtcC0wIHZ4LW0tMCB2eC1qdXN0aWZ5LWNlbnRlclwiPlxyXG4gICAgICAgIDxsaSAqbmdJZj1cImZhbHNlXCI+XHJcbiAgICAgICAgICAgIDxidXR0b24gIGNsYXNzPVwidngtbS0wIHZ4LXRleHQtY2VudGVyIHZ4LXctMTAwXCIgKGNsaWNrKT1cImFkZFF1ZXN0aW9uLmVtaXQoJ3dlbGNvbWUnKVwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWljb24gd2VsY29tZS1zY3JlZW4gdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC1tYi00XCI+PGkgY2xhc3M9XCJpY29ucyB2eC1mcy0xNiB2eC10eHQtd2hpdGVcIj4mI3hlYWIzOzwvaT48L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJuYW1lIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlXCI+V0VMQ09NRSBTQ1JFRU48L2Rpdj5cclxuICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgPC9saT5cclxuICAgICAgICA8bGkgICpuZ0lmPVwiZmFsc2VcIj5cclxuICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cInZ4LW0tMCB2eC10ZXh0LWNlbnRlciB2eC13LTEwMFwiICAoY2xpY2spPVwiYWRkUXVlc3Rpb24uZW1pdCgndGhhbmt5b3UnKVwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWljb24gdGhhbmsteW91LXNjcmVlbiB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyIHZ4LW1iLTRcIj48aSBjbGFzcz1cImljb25zIHZ4LWZzLTE2IHZ4LXR4dC13aGl0ZVwiPiYjeGVhYjI7PC9pPjwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm5hbWUgdngtZnMtMTEgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC10dC11cHBlcmNhc2VcIj5USEFOSyBZT1UgU0NSRUVOPC9kaXY+XHJcbiAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgIDwvbGk+XHJcbiAgICAgICAgPGxpPlxyXG4gICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwidngtbS0wIHZ4LXRleHQtY2VudGVyIHZ4LXctMTAwXCIgIChjbGljayk9XCJhZGRRdWVzdGlvbi5lbWl0KCdtdWx0aXBsZS1jaG9pY2UnKVwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWljb24gbXVsdGlwbGUtY2hvaWNlIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXIgdngtbWItNFwiPjxpIGNsYXNzPVwiaWNvbnMgdngtZnMtMTYgdngtdHh0LXdoaXRlXCI+JiN4ZWFiZDs8L2k+PC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibmFtZSB2eC1mcy0xMSB2eC1mdy01MDAgdngtbGFiZWwtdHh0IHZ4LXR0LXVwcGVyY2FzZVwiPk1VTFRJUExFIENIT0lDRTwvZGl2PlxyXG4gICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICA8L2xpPlxyXG4gICAgICAgIDxsaT5cclxuICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cInZ4LW0tMCB2eC10ZXh0LWNlbnRlciB2eC13LTEwMFwiICAoY2xpY2spPVwiYWRkUXVlc3Rpb24uZW1pdCgnY2hlY2tib3gnKVwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWljb24gY2hlY2tib3hlcyB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyIHZ4LW1iLTRcIj48aSBjbGFzcz1cImljb25zIHZ4LWZzLTE2IHZ4LXR4dC13aGl0ZVwiPiYjeGVhYmI7PC9pPjwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm5hbWUgdngtZnMtMTEgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC10dC11cHBlcmNhc2VcIj5DSEVDS0JPWEVTPC9kaXY+XHJcbiAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgIDwvbGk+XHJcbiAgICAgICAgPGxpICAqbmdJZj1cImZhbHNlXCI+XHJcbiAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJ2eC1tLTAgdngtdGV4dC1jZW50ZXIgdngtdy0xMDBcIiAgKGNsaWNrKT1cImFkZFF1ZXN0aW9uLmVtaXQoJ2ltYWdlLWNob2ljZScpXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicXVlc3Rpb24taWNvbiBpbWFnZS1jaG9pY2UgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC1tYi00XCI+PGkgY2xhc3M9XCJpY29ucyB2eC1mcy0xNiB2eC10eHQtd2hpdGVcIj4mI3hlYTI5OzwvaT48L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJuYW1lIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlXCI+SU1BR0UgQ0hPSUNFPC9kaXY+XHJcbiAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgIDwvbGk+XHJcbiAgICAgICAgPGxpICAqbmdJZj1cImZhbHNlXCI+XHJcbiAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJ2eC1tLTAgdngtdGV4dC1jZW50ZXIgdngtdy0xMDBcIiAgKGNsaWNrKT1cImFkZFF1ZXN0aW9uLmVtaXQoJ3N0YXItcmF0aW5nJylcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJxdWVzdGlvbi1pY29uIHN0YXItcmF0aW5nIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXIgdngtbWItNFwiPjxpIGNsYXNzPVwiaWNvbnMgdngtZnMtMTYgdngtdHh0LXdoaXRlXCI+JiN4ZWE3MTs8L2k+PC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibmFtZSB2eC1mcy0xMSB2eC1mdy01MDAgdngtbGFiZWwtdHh0IHZ4LXR0LXVwcGVyY2FzZVwiPlNUQVIgUkFUSU5HUzwvZGl2PlxyXG4gICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICA8L2xpPlxyXG4gICAgICAgIDxsaT5cclxuICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cInZ4LW0tMCB2eC10ZXh0LWNlbnRlciB2eC13LTEwMFwiICAoY2xpY2spPVwiYWRkUXVlc3Rpb24uZW1pdCgnc2luZ2xlLXRleHRib3gnKVwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWljb24gc2luZ2xlLXRleHRib3ggdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC1tYi00XCI+PGkgY2xhc3M9XCJpY29ucyB2eC1mcy0xNiB2eC10eHQtd2hpdGVcIj4mI3hlYWI1OzwvaT48L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJuYW1lIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlXCI+U0lOR0xFIFRFWFRCT1g8L2Rpdj5cclxuICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgPC9saT5cclxuICAgICAgICA8bGkgICpuZ0lmPVwiZmFsc2VcIj5cclxuICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cInZ4LW0tMCB2eC10ZXh0LWNlbnRlciB2eC13LTEwMFwiICAoY2xpY2spPVwiYWRkUXVlc3Rpb24uZW1pdCgnY29tbWVudC1ib3gnKVwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWljb24gY29tbWVudC1ib3ggdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC1tYi00XCI+PGkgY2xhc3M9XCJpY29ucyB2eC1mcy0xNiB2eC10eHQtd2hpdGVcIj4mI3hlOWE2OzwvaT48L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJuYW1lIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlXCI+Q09NTUVOVCBCT1g8L2Rpdj5cclxuICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgPC9saT5cclxuICAgICAgICA8bGkgICpuZ0lmPVwiZmFsc2VcIj5cclxuICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cInZ4LW0tMCB2eC10ZXh0LWNlbnRlciB2eC13LTEwMFwiICAoY2xpY2spPVwiYWRkUXVlc3Rpb24uZW1pdCgnbWF0cml4LWRyb3Bkb3duJylcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJxdWVzdGlvbi1pY29uIG1hdHJpeC1kcm9wZG93biB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyIHZ4LW1iLTRcIj48aSBjbGFzcz1cImljb25zIHZ4LWZzLTE2IHZ4LXR4dC13aGl0ZVwiPiYjeGVhYjc7PC9pPjwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm5hbWUgdngtZnMtMTEgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC10dC11cHBlcmNhc2VcIj5NQVRSSVggT0YgRFJPUERPV05TPC9kaXY+XHJcbiAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgIDwvbGk+XHJcbiAgICAgICAgPGxpPlxyXG4gICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwidngtbS0wIHZ4LXRleHQtY2VudGVyIHZ4LXctMTAwXCIgIChjbGljayk9XCJhZGRRdWVzdGlvbi5lbWl0KCdkcm9wZG93bicpXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicXVlc3Rpb24taWNvbiBkcm9wZG93bi1pY29uIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXIgdngtbWItNFwiPjxpIGNsYXNzPVwiaWNvbnMgdngtZnMtMTYgdngtdHh0LXdoaXRlXCI+JiN4ZWFiOTs8L2k+PC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibmFtZSB2eC1mcy0xMSB2eC1mdy01MDAgdngtbGFiZWwtdHh0IHZ4LXR0LXVwcGVyY2FzZVwiPkRST1BET1dOPC9kaXY+XHJcbiAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgIDwvbGk+XHJcbiAgICAgICAgPGxpICAqbmdJZj1cImZhbHNlXCI+XHJcbiAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJ2eC1tLTAgdngtdGV4dC1jZW50ZXIgdngtdy0xMDBcIiAgKGNsaWNrKT1cImFkZFF1ZXN0aW9uLmVtaXQoJ3JhdGluZy1zY2FsZScpXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicXVlc3Rpb24taWNvbiBtYXRyaXgtcmF0aW5nIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXIgdngtbWItNFwiPjxpIGNsYXNzPVwiaWNvbnMgdngtZnMtMTYgdngtdHh0LXdoaXRlXCI+JiN4ZWFiODs8L2k+PC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibmFtZSB2eC1mcy0xMSB2eC1mdy01MDAgdngtbGFiZWwtdHh0IHZ4LXR0LXVwcGVyY2FzZVwiPk1BVFJJWCAmIFJBVElORyBTQ0FMRTwvZGl2PlxyXG4gICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICA8L2xpPlxyXG4gICAgICAgIDxsaSAgKm5nSWY9XCJmYWxzZVwiPlxyXG4gICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwidngtbS0wIHZ4LXRleHQtY2VudGVyIHZ4LXctMTAwXCIgIChjbGljayk9XCJhZGRRdWVzdGlvbi5lbWl0KCdyYW5raW5nJylcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJxdWVzdGlvbi1pY29uIHJhbmtpbmcgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC1tYi00XCI+PGkgY2xhc3M9XCJpY29ucyB2eC1mcy0xNiB2eC10eHQtd2hpdGVcIj4mI3hlYjAzOzwvaT48L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJuYW1lIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlXCI+UkFOS0lORzwvZGl2PlxyXG4gICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICA8L2xpPlxyXG4gICAgICAgIDxsaSAgKm5nSWY9XCJmYWxzZVwiPlxyXG4gICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwidngtbS0wIHZ4LXRleHQtY2VudGVyIHZ4LXctMTAwXCIgIChjbGljayk9XCJhZGRRdWVzdGlvbi5lbWl0KCdzbGlkZXInKVwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWljb24gc2xpZGVyIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXIgdngtbWItNFwiPjxpIGNsYXNzPVwiaWNvbnMgdngtZnMtMTYgdngtdHh0LXdoaXRlXCI+JiN4ZWFiNjs8L2k+PC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibmFtZSB2eC1mcy0xMSB2eC1mdy01MDAgdngtbGFiZWwtdHh0IHZ4LXR0LXVwcGVyY2FzZVwiPlNMSURFUjwvZGl2PlxyXG4gICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICA8L2xpPlxyXG4gICAgICAgIDxsaSAgKm5nSWY9XCJmYWxzZVwiPlxyXG4gICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwidngtbS0wIHZ4LXRleHQtY2VudGVyIHZ4LXctMTAwXCIgIChjbGljayk9XCJhZGRRdWVzdGlvbi5lbWl0KCdtdWx0aXBsZS10ZXh0Ym94JylcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJxdWVzdGlvbi1pY29uIG11bHRpcGxlLXRleHRib3ggdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC1tYi00XCI+PGkgY2xhc3M9XCJpY29ucyB2eC1mcy0xNiB2eC10eHQtd2hpdGVcIj4mI3hlYWI0OzwvaT48L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJuYW1lIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlXCI+TVVMVElQTEUgVEVYVEJPWEVTPC9kaXY+XHJcbiAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgIDwvbGk+XHJcbiAgICAgICAgPGxpID5cclxuICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cInZ4LW0tMCB2eC10ZXh0LWNlbnRlciB2eC13LTEwMFwiICAoY2xpY2spPVwiYWRkUXVlc3Rpb24uZW1pdCgnZGF0ZS10aW1lJylcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJxdWVzdGlvbi1pY29uIGRhdGUtdGltZSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyIHZ4LW1iLTRcIj48aSBjbGFzcz1cImljb25zIHZ4LWZzLTE2IHZ4LXR4dC13aGl0ZVwiPiYjeGVhYmE7PC9pPjwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm5hbWUgdngtZnMtMTEgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC10dC11cHBlcmNhc2VcIj5EQVRFICYgVElNRTwvZGl2PlxyXG4gICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICA8L2xpPlxyXG4gICAgICAgIDxsaT5cclxuICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cInZ4LW0tMCB2eC10ZXh0LWNlbnRlciB2eC13LTEwMFwiICAoY2xpY2spPVwiYWRkUXVlc3Rpb24uZW1pdCgnZmlsZS11cGxvYWQnKVwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInF1ZXN0aW9uLWljb24gZmlsZS11cGxvYWQgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC1tYi00XCI+PGkgY2xhc3M9XCJpY29ucyB2eC1mcy0xNiB2eC10eHQtd2hpdGVcIj4mI3hlYTk3OzwvaT48L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJuYW1lIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlXCI+RklMRSBVUExPQUQ8L2Rpdj5cclxuICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgPC9saT5cclxuICAgIDwvdWw+XHJcbjwvZGl2PiJdfQ==
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"addQuestion":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-question-type","exportAs":null,"inputs":{},"outputs":{"addQuestion":"addQuestion"},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":2,"members":[]},"rendererType":{"__symbol":3,"members":[]},"componentFactory":{"__symbol":4,"members":[]}}}],"symbols":[{"__symbol":0,"name":"QuestionTypeComponent","filePath":"./question-type.component"},{"__symbol":1,"name":"Output","filePath":"@angular/core"},{"__symbol":2,"name":"View_QuestionTypeComponent_0","filePath":"./question-type.component.ngfactory"},{"__symbol":3,"name":"RenderType_QuestionTypeComponent","filePath":"./question-type.component.ngfactory"},{"__symbol":4,"name":"QuestionTypeComponentNgFactory","filePath":"./question-type.component.ngfactory"}]}
|
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import { EditorService } from '../../services/editor.service';
|
|
3
|
+
export class QuickSettingsComponent {
|
|
4
|
+
constructor(fd) {
|
|
5
|
+
this.fd = fd;
|
|
6
|
+
this.typeChanged = new EventEmitter();
|
|
7
|
+
this.selectedQuestionDetails = { questionValue: '', questionName: '', questionIcon: '', questionClass: '' };
|
|
8
|
+
this.questionTypeDropdown = [
|
|
9
|
+
{ questionValue: 'multiple-choice', questionName: 'Multiple Choice', questionIcon: '', questionClass: 'multiple-choice' },
|
|
10
|
+
{ questionValue: 'checkbox', questionName: 'Checkboxes', questionIcon: '', questionClass: 'checkboxes' },
|
|
11
|
+
// { questionValue: 'image-choice', questionName: 'Image Choice', questionIcon: '', questionClass: 'image-choice' },
|
|
12
|
+
// { questionValue: 'star-rating', questionName: 'Star Ratings', questionIcon: '', questionClass: 'star-rating' },
|
|
13
|
+
{ questionValue: 'single-textbox', questionName: 'Single Textbox', questionIcon: '', questionClass: 'single-textbox' },
|
|
14
|
+
// { questionValue: 'comment-box', questionName: 'Comment Box', questionIcon: '', questionClass: 'comment-box' },
|
|
15
|
+
// { questionValue: 'matrix-dropdown', questionName: 'Matrix of Dropdown', questionIcon: '', questionClass: 'matrix-dropdown' },
|
|
16
|
+
{ questionValue: 'dropdown', questionName: 'Dropdown', questionIcon: '', questionClass: 'dropdown-icon' },
|
|
17
|
+
// { questionValue: 'rating-scale', questionName: 'Matrix & Rating Scale', questionIcon: '', questionClass: 'matrix-rating' },
|
|
18
|
+
// { questionValue: 'ranking', questionName: 'Ranking', questionIcon: '', questionClass: 'ranking' },
|
|
19
|
+
// { questionValue: 'slider', questionName: 'Slider', questionIcon: '', questionClass: 'slider' },
|
|
20
|
+
// { questionValue: 'multiple-textbox', questionName: 'Multiple Textboxes', questionIcon: '', questionClass: 'multiple-textbox' },
|
|
21
|
+
{ questionValue: 'date-time', questionName: 'Date & Time', questionIcon: '', questionClass: 'date-time' },
|
|
22
|
+
{ questionValue: 'file-upload', questionName: 'File Upload', questionIcon: '', questionClass: 'file-upload' },
|
|
23
|
+
];
|
|
24
|
+
this.quickSettingsList = [];
|
|
25
|
+
this.optionsForQuickSettings = [
|
|
26
|
+
{
|
|
27
|
+
title: 'Is required',
|
|
28
|
+
toolTip: 'You can use this option to ensure that important questions are not left unanswered.' +
|
|
29
|
+
'If enabled, the respondent cannot submit the response to the assessment unless the question is answered.',
|
|
30
|
+
optionType: 'required',
|
|
31
|
+
toggleValue: 'isRequired',
|
|
32
|
+
eligibleQuestionTypes: ['image-choice', 'checkbox', 'single-textbox', 'multiple-choice', 'file-upload', 'star-rating',
|
|
33
|
+
'comment-box', 'matrix-dropdown', 'rating-scale', 'ranking', 'slider', 'multiple-textbox', 'date-time', 'dropdown']
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
title: 'Edit Placeholder',
|
|
37
|
+
toolTip: 'You can customize the placeholder text to provide more relevant information to the respondents taking the ' +
|
|
38
|
+
`assessment` + '.',
|
|
39
|
+
optionType: 'placeholder',
|
|
40
|
+
toggleValue: 'isPlaceholder',
|
|
41
|
+
eligibleQuestionTypes: ['single-textbox', 'comment-box', 'multiple-textbox']
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
title: 'Description',
|
|
45
|
+
toolTip: 'Add more context to your assessment questions by providing more details.',
|
|
46
|
+
optionType: 'questiondescription',
|
|
47
|
+
toggleValue: 'hasDescription',
|
|
48
|
+
eligibleQuestionTypes: ['image-choice', 'checkbox', 'single-textbox', 'multiple-choice', 'file-upload', 'star-rating',
|
|
49
|
+
'comment-box', 'matrix-dropdown', 'rating-scale', 'ranking', 'slider', 'multiple-textbox', 'date-time', 'dropdown']
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
title: 'Comment',
|
|
53
|
+
toolTip: 'You can provide additional information about the question using this option.',
|
|
54
|
+
optionType: 'comments',
|
|
55
|
+
toggleValue: 'hasComments',
|
|
56
|
+
eligibleQuestionTypes: ['image-choice', 'checkbox', 'single-textbox', 'multiple-choice', 'file-upload', 'star-rating',
|
|
57
|
+
'comment-box', 'matrix-dropdown', 'rating-scale', 'ranking', 'slider', 'multiple-textbox', 'date-time', 'dropdown']
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
title: '\'Other\' Answer Choice',
|
|
61
|
+
toolTip: 'You can add ‘Other’ as an answer choice so that your respondents can provide details and or alternate answers.',
|
|
62
|
+
optionType: 'other',
|
|
63
|
+
toggleValue: 'hasOther',
|
|
64
|
+
eligibleQuestionTypes: ['checkbox', 'multiple-choice', 'multiple-textbox', 'dropdown']
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
title: 'Randomize',
|
|
68
|
+
toolTip: 'To avoid order bias while answering a question, you can randomize the answer order' +
|
|
69
|
+
'every time the respondents view the assessment.',
|
|
70
|
+
optionType: 'randomize',
|
|
71
|
+
toggleValue: 'randomize',
|
|
72
|
+
eligibleQuestionTypes: ['checkbox', 'multiple-choice', 'matrix-dropdown', 'rating-scale', 'ranking', 'multiple-textbox', 'dropdown']
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
title: 'Switch Alignments',
|
|
76
|
+
toolTip: 'You can choose to present the answer choices one after the other in vertical columns or display in a horizontal sequence.',
|
|
77
|
+
optionType: 'alignment',
|
|
78
|
+
toggleValue: 'alignment',
|
|
79
|
+
eligibleQuestionTypes: ['checkbox', 'multiple-choice']
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
title: 'Add rating labels',
|
|
83
|
+
toolTip: 'You can add labels above your icons to indicate what the scale represents.',
|
|
84
|
+
optionType: 'ratingLabel',
|
|
85
|
+
toggleValue: 'hasRatingLabel',
|
|
86
|
+
eligibleQuestionTypes: ['star-rating']
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
title: 'Character Length',
|
|
90
|
+
toolTip: 'This option lets you set a maximum and minimum character length criteria' +
|
|
91
|
+
'that the respondents must follow while answering the question.',
|
|
92
|
+
optionType: 'characterLength',
|
|
93
|
+
toggleValue: 'hasCharacterLength',
|
|
94
|
+
eligibleQuestionTypes: ['single-textbox', 'comment-box']
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
title: 'Use weights',
|
|
98
|
+
toolTip: 'This option allows you to specify a weight or score to each column of the matrix question.' +
|
|
99
|
+
'This is useful when you\'re analyzing the data and wanting to tally up average scores to each of the answers.',
|
|
100
|
+
optionType: 'useWeights',
|
|
101
|
+
toggleValue: 'hasWeight',
|
|
102
|
+
eligibleQuestionTypes: ['rating-scale']
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
title: 'Show numerical input box',
|
|
106
|
+
toolTip: 'This allows the respondent to select a scale on the slider by entering the value.',
|
|
107
|
+
optionType: 'numericalInput',
|
|
108
|
+
toggleValue: 'numericBoxEnabled',
|
|
109
|
+
eligibleQuestionTypes: ['slider']
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
title: 'Date Info',
|
|
113
|
+
toolTip: '',
|
|
114
|
+
optionType: 'dateFormat',
|
|
115
|
+
toggleValue: 'hasDate',
|
|
116
|
+
eligibleQuestionTypes: ['date-time']
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
title: 'Time Info',
|
|
120
|
+
toolTip: '',
|
|
121
|
+
optionType: 'timeInfo',
|
|
122
|
+
toggleValue: 'hasTime',
|
|
123
|
+
eligibleQuestionTypes: ['date-time']
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
title: 'Allow Attachments',
|
|
127
|
+
toolTip: 'This option allows the respondents to upload a file in addition to answering the question.',
|
|
128
|
+
optionType: 'userAttachedFiles',
|
|
129
|
+
toggleValue: 'isRespondentAttachment',
|
|
130
|
+
eligibleQuestionTypes: ['image-choice', 'checkbox', 'single-textbox', 'multiple-choice', 'file-upload', 'star-rating',
|
|
131
|
+
'comment-box', 'matrix-dropdown', 'rating-scale', 'ranking', 'slider', 'multiple-textbox', 'date-time', 'dropdown']
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
title: 'Allow Comments',
|
|
135
|
+
toolTip: 'This option allows the respondent to add notes or comments to a question.',
|
|
136
|
+
optionType: 'userComments',
|
|
137
|
+
toggleValue: 'isRespondentComment',
|
|
138
|
+
eligibleQuestionTypes: ['image-choice', 'checkbox', 'single-textbox', 'multiple-choice', 'file-upload', 'star-rating',
|
|
139
|
+
'comment-box', 'matrix-dropdown', 'rating-scale', 'ranking', 'slider', 'multiple-textbox', 'date-time', 'dropdown']
|
|
140
|
+
}
|
|
141
|
+
];
|
|
142
|
+
}
|
|
143
|
+
ngOnInit() {
|
|
144
|
+
this.populateSelectedQuestionType();
|
|
145
|
+
this.populateQuickSettingsList();
|
|
146
|
+
}
|
|
147
|
+
populateSelectedQuestionType() {
|
|
148
|
+
this.questionTypeDropdown.forEach(questionType => {
|
|
149
|
+
if (questionType.questionValue === this.fd.formsPage.elements[this.questionIndex].type) {
|
|
150
|
+
this.selectedQuestionDetails.questionClass = questionType.questionClass;
|
|
151
|
+
this.selectedQuestionDetails.questionName = questionType.questionName;
|
|
152
|
+
this.selectedQuestionDetails.questionIcon = questionType.questionIcon;
|
|
153
|
+
this.selectedQuestionDetails.questionValue = questionType.questionValue;
|
|
154
|
+
}
|
|
155
|
+
});
|
|
156
|
+
}
|
|
157
|
+
changeQuestionType(selectedQuestion) {
|
|
158
|
+
if (selectedQuestion.questionValue === 'rating-scale') {
|
|
159
|
+
this.fd.formsPage.elements[this.questionIndex].columns =
|
|
160
|
+
[{ title: '', value: 1, weight: 0, isSelected: false, required: 0, hasHelpingLabel: false, helpingLabel: '' }];
|
|
161
|
+
}
|
|
162
|
+
else if (selectedQuestion.questionValue === 'matrix-dropdown') {
|
|
163
|
+
this.fd.formsPage.elements[this.questionIndex].columns =
|
|
164
|
+
[{
|
|
165
|
+
title: '', value: 1, weight: 0, isSelected: false, required: 0, hasHelpingLabel: false, helpingLabel: '',
|
|
166
|
+
choices: [{ hasHelpingLabel: false, helpingLabel: '', isSelected: false, required: 0, title: '', value: 1 }]
|
|
167
|
+
}];
|
|
168
|
+
}
|
|
169
|
+
else if (selectedQuestion.questionValue === 'date-time') {
|
|
170
|
+
this.fd.formsPage.elements[this.questionIndex].hasDate = true;
|
|
171
|
+
this.fd.formsPage.elements[this.questionIndex].date = { title: '', value: '' };
|
|
172
|
+
this.fd.formsPage.elements[this.questionIndex].time = { title: '', value: '' };
|
|
173
|
+
}
|
|
174
|
+
else if (selectedQuestion.questionValue === 'star-rating') {
|
|
175
|
+
this.fd.formsPage.elements[this.questionIndex].cursorType = 'number';
|
|
176
|
+
this.fd.formsPage.elements[this.questionIndex].scale = 2;
|
|
177
|
+
this.fd.formsPage.elements[this.questionIndex].ratingLabelType = 'specific';
|
|
178
|
+
this.fd.formsPage.elements[this.questionIndex].scaleRangeTo = 'Extreme Likely';
|
|
179
|
+
this.fd.formsPage.elements[this.questionIndex].scaleRangeFrom = 'Not at all likely';
|
|
180
|
+
this.fd.formsPage.elements[this.questionIndex].cursorColor = '#ff8000';
|
|
181
|
+
this.fd.formsPage.elements[this.questionIndex].starValue = '';
|
|
182
|
+
this.fd.formsPage.elements[this.questionIndex].choices = [
|
|
183
|
+
{ title: '', isVisible: true, value: 0, isSelected: false, required: 0, hasHelpingLabel: true, helpingLabel: '' },
|
|
184
|
+
{ title: '', isVisible: true, value: 1, isSelected: false, required: 0, hasHelpingLabel: true, helpingLabel: '' },
|
|
185
|
+
];
|
|
186
|
+
}
|
|
187
|
+
else if (selectedQuestion.questionValue === 'slider') {
|
|
188
|
+
this.fd.formsPage.elements[this.questionIndex].scaleRangeMin = 0;
|
|
189
|
+
this.fd.formsPage.elements[this.questionIndex].scaleRangeMax = 100;
|
|
190
|
+
this.fd.formsPage.elements[this.questionIndex].stepSize = 10;
|
|
191
|
+
}
|
|
192
|
+
this.fd.formsPage.elements[this.questionIndex].type = selectedQuestion.questionValue;
|
|
193
|
+
this.selectedQuestionDetails = selectedQuestion;
|
|
194
|
+
this.populateQuickSettingsList();
|
|
195
|
+
this.populateSelectedQuestionType();
|
|
196
|
+
this.typeChanged.emit();
|
|
197
|
+
}
|
|
198
|
+
populateQuickSettingsList() {
|
|
199
|
+
this.quickSettingsList = [...this.optionsForQuickSettings];
|
|
200
|
+
this.quickSettingsList = this.quickSettingsList.filter((option) => option.eligibleQuestionTypes.includes(this.fd.formsPage.elements[this.questionIndex].type));
|
|
201
|
+
}
|
|
202
|
+
toggle(e, quickSetting) {
|
|
203
|
+
const questionDetail = this.fd.formsPage.elements[this.questionIndex];
|
|
204
|
+
if (questionDetail.type === 'date-time') {
|
|
205
|
+
if (quickSetting.toggleValue === 'hasDate' && e) {
|
|
206
|
+
this.fd.formsPage.elements[this.questionIndex].hasDate = true;
|
|
207
|
+
}
|
|
208
|
+
else if (quickSetting.toggleValue === 'hasTime' && e) {
|
|
209
|
+
this.fd.formsPage.elements[this.questionIndex].hasTime = true;
|
|
210
|
+
}
|
|
211
|
+
else if (quickSetting.toggleValue === 'hasDate' && !e) {
|
|
212
|
+
this.fd.formsPage.elements[this.questionIndex].hasDate = false;
|
|
213
|
+
if (!this.fd.formsPage.elements[this.questionIndex].hasTime) {
|
|
214
|
+
this.fd.formsPage.elements[this.questionIndex].hasTime = true;
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
else if (quickSetting.toggleValue === 'hasTime' && !e) {
|
|
218
|
+
this.fd.formsPage.elements[this.questionIndex].hasTime = false;
|
|
219
|
+
if (!this.fd.formsPage.elements[this.questionIndex].hasDate) {
|
|
220
|
+
this.fd.formsPage.elements[this.questionIndex].hasDate = true;
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
this.fd.formsPage.elements[this.questionIndex][quickSetting.toggleValue] = e;
|
|
224
|
+
return;
|
|
225
|
+
}
|
|
226
|
+
if (quickSetting.optionType === 'characterLength' && e) {
|
|
227
|
+
this.fd.formsPage.elements[this.questionIndex].maxCharacterLength = 100;
|
|
228
|
+
this.fd.formsPage.elements[this.questionIndex].minCharacterLength = 0;
|
|
229
|
+
}
|
|
230
|
+
this.fd.formsPage.elements[this.questionIndex][quickSetting.toggleValue] = e;
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
QuickSettingsComponent.decorators = [
|
|
234
|
+
{ type: Component, args: [{
|
|
235
|
+
selector: 'app-quick-setting',
|
|
236
|
+
template: "<div class=\"quick-settings\">\r\n <div class=\"heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-5 vx-pl-2\">QUESTION TYPE</div>\r\n <div class=\"settings-option vx-d-flex vx-align-center vx-justify-between vx-pb-2\" appPopover (click)=\"questionOption.popover()\" placement=\"right\">\r\n <div class=\"content vx-d-flex vx-align-center\">\r\n <div class=\"question-icon vx-d-flex vx-align-center vx-justify-center vx-mr-2\" [ngClass]=\"selectedQuestionDetails.questionClass\">\r\n <i class=\"icons vx-fs-16 vx-txt-white\" [innerHTML]='selectedQuestionDetails.questionIcon'></i></div>\r\n <div class=\"name vx-fs-14 vx-label-txt\">{{selectedQuestionDetails.questionName}}</div>\r\n </div>\r\n <i class=\"icons vx-fs-10 vx-paragraph-txt\"></i>\r\n </div>\r\n <app-popover #questionOption>\r\n <div class=\"select-option vx-p-2 vx-pb-1\">\r\n <ul class=\"vx-p-0 vx-m-0 vx-d-flex vx-flex-wrap\">\r\n <li class=\"vx-d-flex vx-align-center vx-mt-1 vx-mb-1\" *ngFor=\"let menu of questionTypeDropdown\">\r\n <button class=\"vx-m-0 vx-p-0 vx-text-left vx-w-100 vx-d-flex vx-align-center\" (click)='changeQuestionType(menu)'>\r\n <div [ngClass]=\"menu.questionClass\" class=\"question-icon vx-d-flex vx-align-center vx-justify-center vx-mr-1\"><i class=\"icons vx-fs-16 vx-txt-white\" [innerHTML]=\"menu?.questionIcon\"></i></div>\r\n <div class=\"name vx-fs-12 vx-label-txt\">{{menu?.questionName}}</div>\r\n </button>\r\n </li>\r\n </ul>\r\n </div>\r\n </app-popover>\r\n <div class=\"title vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-2\">QUICK SETTINGS</div>\r\n <div class=\"settings-list\">\r\n <ul class=\"vx-p-0 vx-m-0\">\r\n <li class=\"vx-pt-3 vx-pb-3\" *ngFor='let quickSetting of quickSettingsList'>\r\n <app-cs-switch \r\n [ngValue]=\"fd.formsPage.elements[questionIndex][quickSetting.toggleValue]\"\r\n (ngValueChange)=\"toggle($event,quickSetting);\"\r\n [disabled]='quickSetting.title === \"Is required\" && fd.formsPage.elements[questionIndex].visibilityLogic.length > 0'>\r\n <div class=\"vx-d-flex vx-align-center vx-justify-between vx-w-100\">\r\n <div class=\"settings-name vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase\">{{quickSetting.title}}</div>\r\n <i class=\"icons info vx-fs-14 vx-txt-blue\" *ngIf=\"quickSetting.toolTip.length>0\" [appTooltip]=\"quickSetting.toolTip\" placement=\"bottom\" delay=\"0\" type=\"white\" [tooltipMandatory]=\"true\"></i>\r\n </div>\r\n </app-cs-switch>\r\n </li>\r\n \r\n </ul>\r\n </div>\r\n <div class=\"max-min-field vx-d-flex vx-align-center vx-mt-3 vx-mb-2\" *ngIf=\"fd.formsPage.elements[questionIndex].hasCharacterLength\">\r\n <input type=\"number\" [(ngModel)]=\"fd.formsPage.elements[questionIndex].minCharacterLength\"/>\r\n <span class=\"vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mr-5\">Min</span>\r\n <input type=\"number\" [(ngModel)]=\"fd.formsPage.elements[questionIndex].maxCharacterLength\"/>\r\n <span class=\"vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase\">Max</span>\r\n </div>\r\n</div>",
|
|
237
|
+
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\");::ng-deep .quick-settings .heading{position:relative}::ng-deep .quick-settings .heading:before{background:#1e5dd3;content:\"\";position:absolute;left:0;top:.0625rem;width:.125rem;height:.875rem}::ng-deep .quick-settings .settings-option{border-bottom:1px solid #f1f1f1;cursor:pointer;margin-bottom:1.875rem}::ng-deep .quick-settings .settings-option .content .question-icon{background:#ee5daf;border-radius:.25rem;width:1.5rem;min-width:1.5rem;height:1.5rem}::ng-deep .quick-settings .settings-option .content .question-icon.welcome-screen{background:#ee5daf}::ng-deep .quick-settings .settings-option .content .question-icon.thank-you-screen{background:#ee3939}::ng-deep .quick-settings .settings-option .content .question-icon.multiple-choice{background:#d1c131}::ng-deep .quick-settings .settings-option .content .question-icon.checkboxes{background:#6f81fc}::ng-deep .quick-settings .settings-option .content .question-icon.image-choice{background:#4681ef}::ng-deep .quick-settings .settings-option .content .question-icon.star-rating{background:#e8c247}::ng-deep .quick-settings .settings-option .content .question-icon.single-textbox{background:#2fd2cd}::ng-deep .quick-settings .settings-option .content .question-icon.comment-box{background:#acbb7e}::ng-deep .quick-settings .settings-option .content .question-icon.matrix-dropdown{background:#66bf72}::ng-deep .quick-settings .settings-option .content .question-icon.dropdown-icon{background:#9d9fe1}::ng-deep .quick-settings .settings-option .content .question-icon.matrix-rating{background:#67d2cd}::ng-deep .quick-settings .settings-option .content .question-icon.ranking{background:#ee9f24}::ng-deep .quick-settings .settings-option .content .question-icon.slider{background:#d1c131}::ng-deep .quick-settings .settings-option .content .question-icon.multiple-textbox{background:#66bf72}::ng-deep .quick-settings .settings-option .content .question-icon.date-time{background:#acbb7e}::ng-deep .quick-settings .settings-option .content .question-icon.file-upload{background:#4681ef}::ng-deep .quick-settings .settings-option .content .name{width:calc(100% - 1.75rem);white-space:nowrap}::ng-deep .quick-settings .settings-list ul{list-style-type:none}::ng-deep .quick-settings .settings-list ul li{border-bottom:1px solid #f1f1f1}::ng-deep .quick-settings .settings-list ul li app-cs-switch .cs-switch{cursor:pointer}::ng-deep .quick-settings .max-min-field input{background:#fff;border:1px solid #dbdbdb;border-radius:.125rem;color:#161b2f;font-size:13px;width:3.5rem;height:2.5rem;padding:0 .75rem;margin-right:.5rem;outline:none}.select-option{background:#fff;border-radius:.25rem;box-shadow:0 3px 6px #1c5bd140;width:25.5rem}.select-option ul{list-style-type:none}.select-option ul li{width:50%}.select-option ul li button{background:transparent;border:none;border-radius:0}.select-option ul li button .question-icon{background:#ee5daf;border-radius:.25rem;width:1.5rem;min-width:1.5rem;height:1.5rem}.select-option ul li button .question-icon.welcome-screen{background:#ee5daf}.select-option ul li button .question-icon.thank-you-screen{background:#ee3939}.select-option ul li button .question-icon.multiple-choice{background:#d1c131}.select-option ul li button .question-icon.checkboxes{background:#6f81fc}.select-option ul li button .question-icon.image-choice{background:#4681ef}.select-option ul li button .question-icon.star-rating{background:#e8c247}.select-option ul li button .question-icon.single-textbox{background:#2fd2cd}.select-option ul li button .question-icon.comment-box{background:#acbb7e}.select-option ul li button .question-icon.matrix-dropdown{background:#66bf72}.select-option ul li button .question-icon.dropdown-icon{background:#9d9fe1}.select-option ul li button .question-icon.matrix-rating{background:#67d2cd}.select-option ul li button .question-icon.ranking{background:#ee9f24}.select-option ul li button .question-icon.slider{background:#d1c131}.select-option ul li button .question-icon.multiple-textbox{background:#66bf72}.select-option ul li button .question-icon.date-time{background:#acbb7e}.select-option ul li button .question-icon.file-upload{background:#4681ef}"]
|
|
238
|
+
},] }
|
|
239
|
+
];
|
|
240
|
+
QuickSettingsComponent.ctorParameters = () => [
|
|
241
|
+
{ type: EditorService }
|
|
242
|
+
];
|
|
243
|
+
QuickSettingsComponent.propDecorators = {
|
|
244
|
+
questionIndex: [{ type: Input }],
|
|
245
|
+
question: [{ type: Input }],
|
|
246
|
+
typeChanged: [{ type: Output }]
|
|
247
|
+
};
|
|
248
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVpY2stc2V0dGluZ3MuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL3F1aWNrLXNldHRpbmdzL3F1aWNrLXNldHRpbmdzLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQVUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQy9FLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQU85RCxNQUFNLE9BQU8sc0JBQXNCO0lBRWpDLFlBQW1CLEVBQWlCO1FBQWpCLE9BQUUsR0FBRixFQUFFLENBQWU7UUFRMUIsZ0JBQVcsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQ2hELDRCQUF1QixHQUFHLEVBQUUsYUFBYSxFQUFFLEVBQUUsRUFBRSxZQUFZLEVBQUUsRUFBRSxFQUFFLFlBQVksRUFBRSxFQUFFLEVBQUUsYUFBYSxFQUFFLEVBQUUsRUFBRSxDQUFDO1FBQ3ZHLHlCQUFvQixHQUFHO1lBQ3JCLEVBQUUsYUFBYSxFQUFFLGlCQUFpQixFQUFFLFlBQVksRUFBRSxpQkFBaUIsRUFBRSxZQUFZLEVBQUUsVUFBVSxFQUFFLGFBQWEsRUFBRSxpQkFBaUIsRUFBRTtZQUNqSSxFQUFFLGFBQWEsRUFBRSxVQUFVLEVBQUUsWUFBWSxFQUFFLFlBQVksRUFBRSxZQUFZLEVBQUUsVUFBVSxFQUFFLGFBQWEsRUFBRSxZQUFZLEVBQUU7WUFDaEgsNEhBQTRIO1lBQzVILDBIQUEwSDtZQUMxSCxFQUFFLGFBQWEsRUFBRSxnQkFBZ0IsRUFBRSxZQUFZLEVBQUUsZ0JBQWdCLEVBQUUsWUFBWSxFQUFFLFVBQVUsRUFBRSxhQUFhLEVBQUUsZ0JBQWdC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SUFBSSxDQUFDLEVBQUUsQ0FBQyxTQUFTLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDO2lCQUMvRDthQUNGO1lBQ0QsSUFBSSxDQUFDLEVBQUUsQ0FBQyxTQUFTLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsQ0FBQyxZQUFZLENBQUMsV0FBVyxDQUFDLEdBQUcsQ0FBQyxDQUFDO1lBQzdFLE9BQU87U0FDUjtRQUNELElBQUksWUFBWSxDQUFDLFVBQVUsS0FBSyxpQkFBaUIsSUFBSSxDQUFDLEVBQUU7WUFDdEQsSUFBSSxDQUFDLEVBQUUsQ0FBQyxTQUFTLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsQ0FBQyxrQkFBa0IsR0FBRyxHQUFHLENBQUM7WUFDeEUsSUFBSSxDQUFDLEVBQUUsQ0FBQyxTQUFTLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsQ0FBQyxrQkFBa0IsR0FBRyxDQUFDLENBQUM7U0FDdkU7UUFDRCxJQUFJLENBQUMsRUFBRSxDQUFDLFNBQVMsQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxDQUFDLFlBQVksQ0FBQyxXQUFXLENBQUMsR0FBRyxDQUFDLENBQUM7SUFFL0UsQ0FBQzs7O1lBbFBGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsbUJBQW1CO2dCQUM3QiwrNkdBQThDOzthQUUvQzs7O1lBTlEsYUFBYTs7OzRCQWVuQixLQUFLO3VCQUNMLEtBQUs7MEJBQ0wsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25Jbml0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRWRpdG9yU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2VkaXRvci5zZXJ2aWNlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLXF1aWNrLXNldHRpbmcnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9xdWljay1zZXR0aW5ncy5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vcXVpY2stc2V0dGluZ3MuY29tcG9uZW50Lmxlc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgUXVpY2tTZXR0aW5nc0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBmZDogRWRpdG9yU2VydmljZSkgeyB9XHJcblxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gICAgdGhpcy5wb3B1bGF0ZVNlbGVjdGVkUXVlc3Rpb25UeXBlKCk7XHJcbiAgICB0aGlzLnBvcHVsYXRlUXVpY2tTZXR0aW5nc0xpc3QoKTtcclxuICB9XHJcbiAgQElucHV0KCkgcXVlc3Rpb25JbmRleDogYW55O1xyXG4gIEBJbnB1dCgpIHF1ZXN0aW9uOiBhbnk7XHJcbiAgQE91dHB1dCgpIHR5cGVDaGFuZ2VkID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XHJcbiAgc2VsZWN0ZWRRdWVzdGlvbkRldGFpbHMgPSB7IHF1ZXN0aW9uVmFsdWU6ICcnLCBxdWVzdGlvbk5hbWU6ICcnLCBxdWVzdGlvbkljb246ICcnLCBxdWVzdGlvbkNsYXNzOiAnJyB9O1xyXG4gIHF1ZXN0aW9uVHlwZURyb3Bkb3duID0gW1xyXG4gICAgeyBxdWVzdGlvblZhbHVlOiAnbXVsdGlwbGUtY2hvaWNlJywgcXVlc3Rpb25OYW1lOiAnTXVsdGlwbGUgQ2hvaWNlJywgcXVlc3Rpb25JY29uOiAnJiN4ZWFiZDsnLCBxdWVzdGlvbkNsYXNzOiAnbXVsdGlwbGUtY2hvaWNlJyB9LFxyXG4gICAgeyBxdWVzdGlvblZhbHVlOiAnY2hlY2tib3gnLCBxdWVzdGlvbk5hbWU6ICdDaGVja2JveGVzJywgcXVlc3Rpb25JY29uOiAnJiN4ZWFiYjsnLCBxdWVzdGlvbkNsYXNzOiAnY2hlY2tib3hlcycgfSxcclxuICAgIC8vIHsgcXVlc3Rpb25WYWx1ZTogJ2ltYWdlLWNob2ljZScsIHF1ZXN0aW9uTmFtZTogJ0ltYWdlIENob2ljZScsIHF1ZXN0aW9uSWNvbjogJyYjeGVhMjk7JywgcXVlc3Rpb25DbGFzczogJ2ltYWdlLWNob2ljZScgfSxcclxuICAgIC8vIHsgcXVlc3Rpb25WYWx1ZTogJ3N0YXItcmF0aW5nJywgcXVlc3Rpb25OYW1lOiAnU3RhciBSYXRpbmdzJywgcXVlc3Rpb25JY29uOiAnJiN4ZWE3MTsnLCBxdWVzdGlvbkNsYXNzOiAnc3Rhci1yYXRpbmcnIH0sXHJcbiAgICB7IHF1ZXN0aW9uVmFsdWU6ICdzaW5nbGUtdGV4dGJveCcsIHF1ZXN0aW9uTmFtZTogJ1NpbmdsZSBUZXh0Ym94JywgcXVlc3Rpb25JY29uOiAnJiN4ZWFiNTsnLCBxdWVzdGlvbkNsYXNzOiAnc2luZ2xlLXRleHRib3gnIH0sXHJcbiAgICAvLyB7IHF1ZXN0aW9uVmFsdWU6ICdjb21tZW50LWJveCcsIHF1ZXN0aW9uTmFtZTogJ0NvbW1lbnQgQm94JywgcXVlc3Rpb25JY29uOiAnJiN4ZTlhNjsnLCBxdWVzdGlvbkNsYXNzOiAnY29tbWVudC1ib3gnIH0sXHJcbiAgICAvLyB7IHF1ZXN0aW9uVmFsdWU6ICdtYXRyaXgtZHJvcGRvd24nLCBxdWVzdGlvbk5hbWU6ICdNYXRyaXggb2YgRHJvcGRvd24nLCBxdWVzdGlvbkljb246ICcmI3hlYWI3OycsIHF1ZXN0aW9uQ2xhc3M6ICdtYXRyaXgtZHJvcGRvd24nIH0sXHJcbiAgICB7IHF1ZXN0aW9uVmFsdWU6ICdkcm9wZG93bicsIHF1ZXN0aW9uTmFtZTogJ0Ryb3Bkb3duJywgcXVlc3Rpb25JY29uOiAnJiN4ZWFiOTsnLCBxdWVzdGlvbkNsYXNzOiAnZHJvcGRvd24taWNvbicgfSxcclxuICAgIC8vIHsgcXVlc3Rpb25WYWx1ZTogJ3JhdGluZy1zY2FsZScsIHF1ZXN0aW9uTmFtZTogJ01hdHJpeCAmIFJhdGluZyBTY2FsZScsIHF1ZXN0aW9uSWNvbjogJyYjeGVhYjg7JywgcXVlc3Rpb25DbGFzczogJ21hdHJpeC1yYXRpbmcnIH0sXHJcbiAgICAvLyB7IHF1ZXN0aW9uVmFsdWU6ICdyYW5raW5nJywgcXVlc3Rpb25OYW1lOiAnUmFua2luZycsIHF1ZXN0aW9uSWNvbjogJyYjeGViMDM7JywgcXVlc3Rpb25DbGFzczogJ3JhbmtpbmcnIH0sXHJcbiAgICAvLyB7IHF1ZXN0aW9uVmFsdWU6ICdzbGlkZXInLCBxdWVzdGlvbk5hbWU6ICdTbGlkZXInLCBxdWVzdGlvbkljb246ICcmI3hlYWI2OycsIHF1ZXN0aW9uQ2xhc3M6ICdzbGlkZXInIH0sXHJcbiAgICAvLyB7IHF1ZXN0aW9uVmFsdWU6ICdtdWx0aXBsZS10ZXh0Ym94JywgcXVlc3Rpb25OYW1lOiAnTXVsdGlwbGUgVGV4dGJveGVzJywgcXVlc3Rpb25JY29uOiAnJiN4ZWFiNDsnLCBxdWVzdGlvbkNsYXNzOiAnbXVsdGlwbGUtdGV4dGJveCcgfSxcclxuICAgIHsgcXVlc3Rpb25WYWx1ZTogJ2RhdGUtdGltZScsIHF1ZXN0aW9uTmFtZTogJ0RhdGUgJiBUaW1lJywgcXVlc3Rpb25JY29uOiAnJiN4ZWFiYTsnLCBxdWVzdGlvbkNsYXNzOiAnZGF0ZS10aW1lJyB9LFxyXG4gICAgeyBxdWVzdGlvblZhbHVlOiAnZmlsZS11cGxvYWQnLCBxdWVzdGlvbk5hbWU6ICdGaWxlIFVwbG9hZCcsIHF1ZXN0aW9uSWNvbjogJyYjeGVhOTc7JywgcXVlc3Rpb25DbGFzczogJ2ZpbGUtdXBsb2FkJyB9LFxyXG4gIF07XHJcblxyXG4gIHF1aWNrU2V0dGluZ3NMaXN0OiBhbnkgPSBbXTtcclxuICBvcHRpb25zRm9yUXVpY2tTZXR0aW5nczogYW55ID0gW1xyXG4gICAge1xyXG4gICAgICB0aXRsZTogJ0lzIHJlcXVpcmVkJyxcclxuICAgICAgdG9vbFRpcDogJ1lvdSBjYW4gdXNlIHRoaXMgb3B0aW9uIHRvIGVuc3VyZSB0aGF0IGltcG9ydGFudCBxdWVzdGlvbnMgYXJlIG5vdCBsZWZ0IHVuYW5zd2VyZWQuJyArXHJcbiAgICAgICAgJ0lmIGVuYWJsZWQsIHRoZSByZXNwb25kZW50IGNhbm5vdCBzdWJtaXQgdGhlIHJlc3BvbnNlIHRvIHRoZSBhc3Nlc3NtZW50IHVubGVzcyB0aGUgcXVlc3Rpb24gaXMgYW5zd2VyZWQuJyxcclxuICAgICAgb3B0aW9uVHlwZTogJ3JlcXVpcmVkJyxcclxuICAgICAgdG9nZ2xlVmFsdWU6ICdpc1JlcXVpcmVkJyxcclxuICAgICAgZWxpZ2libGVRdWVzdGlvblR5cGVzOiBbJ2ltYWdlLWNob2ljZScsICdjaGVja2JveCcsICdzaW5nbGUtdGV4dGJveCcsICdtdWx0aXBsZS1jaG9pY2UnLCAnZmlsZS11cGxvYWQnLCAnc3Rhci1yYXRpbmcnLFxyXG4gICAgICAgICdjb21tZW50LWJveCcsICdtYXRyaXgtZHJvcGRvd24nLCAncmF0aW5nLXNjYWxlJywgJ3JhbmtpbmcnLCAnc2xpZGVyJywgJ211bHRpcGxlLXRleHRib3gnLCAnZGF0ZS10aW1lJywgJ2Ryb3Bkb3duJ11cclxuICAgIH0sXHJcbiAgICB7XHJcbiAgICAgIHRpdGxlOiAnRWRpdCBQbGFjZWhvbGRlcicsXHJcbiAgICAgIHRvb2xUaXA6ICdZb3UgY2FuIGN1c3RvbWl6ZSB0aGUgcGxhY2Vob2xkZXIgdGV4dCB0byBwcm92aWRlIG1vcmUgcmVsZXZhbnQgaW5mb3JtYXRpb24gdG8gdGhlIHJlc3BvbmRlbnRzIHRha2luZyB0aGUgJyArXHJcbiAgICAgICAgYGFzc2Vzc21lbnRgICsgJy4nLFxyXG4gICAgICBvcHRpb25UeXBlOiAncGxhY2Vob2xkZXInLFxyXG4gICAgICB0b2dnbGVWYWx1ZTogJ2lzUGxhY2Vob2xkZXInLFxyXG4gICAgICBlbGlnaWJsZVF1ZXN0aW9uVHlwZXM6IFsnc2luZ2xlLXRleHRib3gnLCAnY29tbWVudC1ib3gnLCAnbXVsdGlwbGUtdGV4dGJveCddXHJcbiAgICB9LFxyXG4gICAge1xyXG4gICAgICB0aXRsZTogJ0Rlc2NyaXB0aW9uJyxcclxuICAgICAgdG9vbFRpcDogJ0FkZCBtb3JlIGNvbnRleHQgdG8geW91ciBhc3Nlc3NtZW50IHF1ZXN0aW9ucyBieSBwcm92aWRpbmcgbW9yZSBkZXRhaWxzLicsXHJcbiAgICAgIG9wdGlvblR5cGU6ICdxdWVzdGlvbmRlc2NyaXB0aW9uJyxcclxuICAgICAgdG9nZ2xlVmFsdWU6ICdoYXNEZXNjcmlwdGlvbicsXHJcbiAgICAgIGVsaWdpYmxlUXVlc3Rpb25UeXBlczogWydpbWFnZS1jaG9pY2UnLCAnY2hlY2tib3gnLCAnc2luZ2xlLXRleHRib3gnLCAnbXVsdGlwbGUtY2hvaWNlJywgJ2ZpbGUtdXBsb2FkJywgJ3N0YXItcmF0aW5nJyxcclxuICAgICAgICAnY29tbWVudC1ib3gnLCAnbWF0cml4LWRyb3Bkb3duJywgJ3JhdGluZy1zY2FsZScsICdyYW5raW5nJywgJ3NsaWRlcicsICdtdWx0aXBsZS10ZXh0Ym94JywgJ2RhdGUtdGltZScsICdkcm9wZG93biddXHJcbiAgICB9LFxyXG4gICAge1xyXG4gICAgICB0aXRsZTogJ0NvbW1lbnQnLFxyXG4gICAgICB0b29sVGlwOiAnWW91IGNhbiBwcm92aWRlIGFkZGl0aW9uYWwgaW5mb3JtYXRpb24gYWJvdXQgdGhlIHF1ZXN0aW9uIHVzaW5nIHRoaXMgb3B0aW9uLicsXHJcbiAgICAgIG9wdGlvblR5cGU6ICdjb21tZW50cycsXHJcbiAgICAgIHRvZ2dsZVZhbHVlOiAnaGFzQ29tbWVudHMnLFxyXG4gICAgICBlbGlnaWJsZVF1ZXN0aW9uVHlwZXM6IFsnaW1hZ2UtY2hvaWNlJywgJ2NoZWNrYm94JywgJ3NpbmdsZS10ZXh0Ym94JywgJ211bHRpcGxlLWNob2ljZScsICdmaWxlLXVwbG9hZCcsICdzdGFyLXJhdGluZycsXHJcbiAgICAgICAgJ2NvbW1lbnQtYm94JywgJ21hdHJpeC1kcm9wZG93bicsICdyYXRpbmctc2NhbGUnLCAncmFua2luZycsICdzbGlkZXInLCAnbXVsdGlwbGUtdGV4dGJveCcsICdkYXRlLXRpbWUnLCAnZHJvcGRvd24nXVxyXG4gICAgfSxcclxuICAgIHtcclxuICAgICAgdGl0bGU6ICdcXCdPdGhlclxcJyBBbnN3ZXIgQ2hvaWNlJyxcclxuICAgICAgdG9vbFRpcDogJ1lvdSBjYW4gYWRkIOKAmE90aGVy4oCZIGFzIGFuIGFuc3dlciBjaG9pY2Ugc28gdGhhdCB5b3VyIHJlc3BvbmRlbnRzIGNhbiBwcm92aWRlIGRldGFpbHMgYW5kIG9yIGFsdGVybmF0ZSBhbnN3ZXJzLicsXHJcbiAgICAgIG9wdGlvblR5cGU6ICdvdGhlcicsXHJcbiAgICAgIHRvZ2dsZVZhbHVlOiAnaGFzT3RoZXInLFxyXG4gICAgICBlbGlnaWJsZVF1ZXN0aW9uVHlwZXM6IFsnY2hlY2tib3gnLCAnbXVsdGlwbGUtY2hvaWNlJywgJ211bHRpcGxlLXRleHRib3gnLCAnZHJvcGRvd24nXVxyXG4gICAgfSxcclxuICAgIHtcclxuICAgICAgdGl0bGU6ICdSYW5kb21pemUnLFxyXG4gICAgICB0b29sVGlwOiAnVG8gYXZvaWQgb3JkZXIgYmlhcyB3aGlsZSBhbnN3ZXJpbmcgYSBxdWVzdGlvbiwgeW91IGNhbiByYW5kb21pemUgdGhlIGFuc3dlciBvcmRlcicgK1xyXG4gICAgICAgICdldmVyeSB0aW1lIHRoZSByZXNwb25kZW50cyB2aWV3IHRoZSBhc3Nlc3NtZW50LicsXHJcbiAgICAgIG9wdGlvblR5cGU6ICdyYW5kb21pemUnLFxyXG4gICAgICB0b2dnbGVWYWx1ZTogJ3JhbmRvbWl6ZScsXHJcbiAgICAgIGVsaWdpYmxlUXVlc3Rpb25UeXBlczogWydjaGVja2JveCcsICdtdWx0aXBsZS1jaG9pY2UnLCAnbWF0cml4LWRyb3Bkb3duJywgJ3JhdGluZy1zY2FsZScsICdyYW5raW5nJywgJ211bHRpcGxlLXRleHRib3gnLCAnZHJvcGRvd24nXVxyXG4gICAgfSxcclxuICAgIHtcclxuICAgICAgdGl0bGU6ICdTd2l0Y2ggQWxpZ25tZW50cycsXHJcbiAgICAgIHRvb2xUaXA6ICdZb3UgY2FuIGNob29zZSB0byBwcmVzZW50IHRoZSBhbnN3ZXIgY2hvaWNlcyBvbmUgYWZ0ZXIgdGhlIG90aGVyIGluIHZlcnRpY2FsIGNvbHVtbnMgb3IgZGlzcGxheSBpbiBhIGhvcml6b250YWwgc2VxdWVuY2UuJyxcclxuICAgICAgb3B0aW9uVHlwZTogJ2FsaWdubWVudCcsXHJcbiAgICAgIHRvZ2dsZVZhbHVlOiAnYWxpZ25tZW50JyxcclxuICAgICAgZWxpZ2libGVRdWVzdGlvblR5cGVzOiBbJ2NoZWNrYm94JywgJ211bHRpcGxlLWNob2ljZSddXHJcbiAgICB9LFxyXG4gICAge1xyXG4gICAgICB0aXRsZTogJ0FkZCByYXRpbmcgbGFiZWxzJyxcclxuICAgICAgdG9vbFRpcDogJ1lvdSBjYW4gYWRkIGxhYmVscyBhYm92ZSB5b3VyIGljb25zIHRvIGluZGljYXRlIHdoYXQgdGhlIHNjYWxlIHJlcHJlc2VudHMuJyxcclxuICAgICAgb3B0aW9uVHlwZTogJ3JhdGluZ0xhYmVsJyxcclxuICAgICAgdG9nZ2xlVmFsdWU6ICdoYXNSYXRpbmdMYWJlbCcsXHJcbiAgICAgIGVsaWdpYmxlUXVlc3Rpb25UeXBlczogWydzdGFyLXJhdGluZyddXHJcbiAgICB9LFxyXG4gICAge1xyXG4gICAgICB0aXRsZTogJ0NoYXJhY3RlciBMZW5ndGgnLFxyXG4gICAgICB0b29sVGlwOiAnVGhpcyBvcHRpb24gbGV0cyB5b3Ugc2V0IGEgbWF4aW11bSBhbmQgbWluaW11bSBjaGFyYWN0ZXIgbGVuZ3RoIGNyaXRlcmlhJyArXHJcbiAgICAgICAgJ3RoYXQgdGhlIHJlc3BvbmRlbnRzIG11c3QgZm9sbG93IHdoaWxlIGFuc3dlcmluZyB0aGUgcXVlc3Rpb24uJyxcclxuICAgICAgb3B0aW9uVHlwZTogJ2NoYXJhY3Rlckxlbmd0aCcsXHJcbiAgICAgIHRvZ2dsZVZhbHVlOiAnaGFzQ2hhcmFjdGVyTGVuZ3RoJyxcclxuICAgICAgZWxpZ2libGVRdWVzdGlvblR5cGVzOiBbJ3NpbmdsZS10ZXh0Ym94JywgJ2NvbW1lbnQtYm94J11cclxuICAgIH0sXHJcbiAgICB7XHJcbiAgICAgIHRpdGxlOiAnVXNlIHdlaWdodHMnLFxyXG4gICAgICB0b29sVGlwOiAnVGhpcyBvcHRpb24gYWxsb3dzIHlvdSB0byBzcGVjaWZ5IGEgd2VpZ2h0IG9yIHNjb3JlIHRvIGVhY2ggY29sdW1uIG9mIHRoZSBtYXRyaXggcXVlc3Rpb24uJyArXHJcbiAgICAgICAgJ1RoaXMgaXMgdXNlZnVsIHdoZW4geW91XFwncmUgYW5hbHl6aW5nIHRoZSBkYXRhIGFuZCB3YW50aW5nIHRvIHRhbGx5IHVwIGF2ZXJhZ2Ugc2NvcmVzIHRvIGVhY2ggb2YgdGhlIGFuc3dlcnMuJyxcclxuICAgICAgb3B0aW9uVHlwZTogJ3VzZVdlaWdodHMnLFxyXG4gICAgICB0b2dnbGVWYWx1ZTogJ2hhc1dlaWdodCcsXHJcbiAgICAgIGVsaWdpYmxlUXVlc3Rpb25UeXBlczogWydyYXRpbmctc2NhbGUnXVxyXG4gICAgfSxcclxuICAgIHtcclxuICAgICAgdGl0bGU6ICdTaG93IG51bWVyaWNhbCBpbnB1dCBib3gnLFxyXG4gICAgICB0b29sVGlwOiAnVGhpcyBhbGxvd3MgdGhlIHJlc3BvbmRlbnQgdG8gc2VsZWN0IGEgc2NhbGUgb24gdGhlIHNsaWRlciBieSBlbnRlcmluZyB0aGUgdmFsdWUuJyxcclxuICAgICAgb3B0aW9uVHlwZTogJ251bWVyaWNhbElucHV0JyxcclxuICAgICAgdG9nZ2xlVmFsdWU6ICdudW1lcmljQm94RW5hYmxlZCcsXHJcbiAgICAgIGVsaWdpYmxlUXVlc3Rpb25UeXBlczogWydzbGlkZXInXVxyXG4gICAgfSxcclxuICAgIHtcclxuICAgICAgdGl0bGU6ICdEYXRlIEluZm8nLFxyXG4gICAgICB0b29sVGlwOiAnJyxcclxuICAgICAgb3B0aW9uVHlwZTogJ2RhdGVGb3JtYXQnLFxyXG4gICAgICB0b2dnbGVWYWx1ZTogJ2hhc0RhdGUnLFxyXG4gICAgICBlbGlnaWJsZVF1ZXN0aW9uVHlwZXM6IFsnZGF0ZS10aW1lJ11cclxuICAgIH0sXHJcbiAgICB7XHJcbiAgICAgIHRpdGxlOiAnVGltZSBJbmZvJyxcclxuICAgICAgdG9vbFRpcDogJycsXHJcbiAgICAgIG9wdGlvblR5cGU6ICd0aW1lSW5mbycsXHJcbiAgICAgIHRvZ2dsZVZhbHVlOiAnaGFzVGltZScsXHJcbiAgICAgIGVsaWdpYmxlUXVlc3Rpb25UeXBlczogWydkYXRlLXRpbWUnXVxyXG4gICAgfSxcclxuICAgIHtcclxuICAgICAgdGl0bGU6ICdBbGxvdyBBdHRhY2htZW50cycsXHJcbiAgICAgIHRvb2xUaXA6ICdUaGlzIG9wdGlvbiBhbGxvd3MgdGhlIHJlc3BvbmRlbnRzIHRvIHVwbG9hZCBhIGZpbGUgaW4gYWRkaXRpb24gdG8gYW5zd2VyaW5nIHRoZSBxdWVzdGlvbi4nLFxyXG4gICAgICBvcHRpb25UeXBlOiAndXNlckF0dGFjaGVkRmlsZXMnLFxyXG4gICAgICB0b2dnbGVWYWx1ZTogJ2lzUmVzcG9uZGVudEF0dGFjaG1lbnQnLFxyXG4gICAgICBlbGlnaWJsZVF1ZXN0aW9uVHlwZXM6IFsnaW1hZ2UtY2hvaWNlJywgJ2NoZWNrYm94JywgJ3NpbmdsZS10ZXh0Ym94JywgJ211bHRpcGxlLWNob2ljZScsICdmaWxlLXVwbG9hZCcsICdzdGFyLXJhdGluZycsXHJcbiAgICAgICAgJ2NvbW1lbnQtYm94JywgJ21hdHJpeC1kcm9wZG93bicsICdyYXRpbmctc2NhbGUnLCAncmFua2luZycsICdzbGlkZXInLCAnbXVsdGlwbGUtdGV4dGJveCcsICdkYXRlLXRpbWUnLCAnZHJvcGRvd24nXVxyXG4gICAgfSxcclxuICAgIHtcclxuICAgICAgdGl0bGU6ICdBbGxvdyBDb21tZW50cycsXHJcbiAgICAgIHRvb2xUaXA6ICdUaGlzIG9wdGlvbiBhbGxvd3MgdGhlIHJlc3BvbmRlbnQgdG8gYWRkIG5vdGVzIG9yIGNvbW1lbnRzIHRvIGEgcXVlc3Rpb24uJyxcclxuICAgICAgb3B0aW9uVHlwZTogJ3VzZXJDb21tZW50cycsXHJcbiAgICAgIHRvZ2dsZVZhbHVlOiAnaXNSZXNwb25kZW50Q29tbWVudCcsXHJcbiAgICAgIGVsaWdpYmxlUXVlc3Rpb25UeXBlczogWydpbWFnZS1jaG9pY2UnLCAnY2hlY2tib3gnLCAnc2luZ2xlLXRleHRib3gnLCAnbXVsdGlwbGUtY2hvaWNlJywgJ2ZpbGUtdXBsb2FkJywgJ3N0YXItcmF0aW5nJyxcclxuICAgICAgICAnY29tbWVudC1ib3gnLCAnbWF0cml4LWRyb3Bkb3duJywgJ3JhdGluZy1zY2FsZScsICdyYW5raW5nJywgJ3NsaWRlcicsICdtdWx0aXBsZS10ZXh0Ym94JywgJ2RhdGUtdGltZScsICdkcm9wZG93biddXHJcbiAgICB9XHJcbiAgXTtcclxuXHJcbiAgcG9wdWxhdGVTZWxlY3RlZFF1ZXN0aW9uVHlwZSgpIHtcclxuICAgIHRoaXMucXVlc3Rpb25UeXBlRHJvcGRvd24uZm9yRWFjaChxdWVzdGlvblR5cGUgPT4ge1xyXG4gICAgICBpZiAocXVlc3Rpb25UeXBlLnF1ZXN0aW9uVmFsdWUgPT09IHRoaXMuZmQuZm9ybXNQYWdlLmVsZW1lbnRzW3RoaXMucXVlc3Rpb25JbmRleF0udHlwZSkge1xyXG4gICAgICAgIHRoaXMuc2VsZWN0ZWRRdWVzdGlvbkRldGFpbHMucXVlc3Rpb25DbGFzcyA9IHF1ZXN0aW9uVHlwZS5xdWVzdGlvbkNsYXNzO1xyXG4gICAgICAgIHRoaXMuc2VsZWN0ZWRRdWVzdGlvbkRldGFpbHMucXVlc3Rpb25OYW1lID0gcXVlc3Rpb25UeXBlLnF1ZXN0aW9uTmFtZTtcclxuICAgICAgICB0aGlzLnNlbGVjdGVkUXVlc3Rpb25EZXRhaWxzLnF1ZXN0aW9uSWNvbiA9IHF1ZXN0aW9uVHlwZS5xdWVzdGlvbkljb247XHJcbiAgICAgICAgdGhpcy5zZWxlY3RlZFF1ZXN0aW9uRGV0YWlscy5xdWVzdGlvblZhbHVlID0gcXVlc3Rpb25UeXBlLnF1ZXN0aW9uVmFsdWU7XHJcbiAgICAgIH1cclxuICAgIH0pO1xyXG4gIH1cclxuXHJcbiAgY2hhbmdlUXVlc3Rpb25UeXBlKHNlbGVjdGVkUXVlc3Rpb246IGFueSkge1xyXG4gICAgaWYgKHNlbGVjdGVkUXVlc3Rpb24ucXVlc3Rpb25WYWx1ZSA9PT0gJ3JhdGluZy1zY2FsZScpIHtcclxuICAgICAgdGhpcy5mZC5mb3Jtc1BhZ2UuZWxlbWVudHNbdGhpcy5xdWVzdGlvbkluZGV4XS5jb2x1bW5zID1cclxuICAgICAgICBbeyB0aXRsZTogJycsIHZhbHVlOiAxLCB3ZWlnaHQ6IDAsIGlzU2VsZWN0ZWQ6IGZhbHNlLCByZXF1aXJlZDogMCwgaGFzSGVscGluZ0xhYmVsOiBmYWxzZSwgaGVscGluZ0xhYmVsOiAnJyB9XTtcclxuICAgIH0gZWxzZSBpZiAoc2VsZWN0ZWRRdWVzdGlvbi5xdWVzdGlvblZhbHVlID09PSAnbWF0cml4LWRyb3Bkb3duJykge1xyXG4gICAgICBcclxuICAgICAgdGhpcy5mZC5mb3Jtc1BhZ2UuZWxlbWVudHNbdGhpcy5xdWVzdGlvbkluZGV4XS5jb2x1bW5zID1cclxuICAgICAgICBbe1xyXG4gICAgICAgICAgdGl0bGU6ICcnLCB2YWx1ZTogMSwgd2VpZ2h0OiAwLCBpc1NlbGVjdGVkOiBmYWxzZSwgcmVxdWlyZWQ6IDAsIGhhc0hlbHBpbmdMYWJlbDogZmFsc2UsIGhlbHBpbmdMYWJlbDogJycsXHJcbiAgICAgICAgICBjaG9pY2VzOiBbeyBoYXNIZWxwaW5nTGFiZWw6IGZhbHNlLCBoZWxwaW5nTGFiZWw6ICcnLCBpc1NlbGVjdGVkOiBmYWxzZSwgcmVxdWlyZWQ6IDAsIHRpdGxlOiAnJywgdmFsdWU6IDEgfV1cclxuICAgICAgICB9XTtcclxuICAgIH0gZWxzZSBpZiAoc2VsZWN0ZWRRdWVzdGlvbi5xdWVzdGlvblZhbHVlID09PSAnZGF0ZS10aW1lJykge1xyXG4gICAgICB0aGlzLmZkLmZvcm1zUGFnZS5lbGVtZW50c1t0aGlzLnF1ZXN0aW9uSW5kZXhdLmhhc0RhdGUgPSB0cnVlO1xyXG4gICAgICB0aGlzLmZkLmZvcm1zUGFnZS5lbGVtZW50c1t0aGlzLnF1ZXN0aW9uSW5kZXhdLmRhdGUgPSB7IHRpdGxlOiAnJywgdmFsdWU6ICcnIH07XHJcbiAgICAgIHRoaXMuZmQuZm9ybXNQYWdlLmVsZW1lbnRzW3RoaXMucXVlc3Rpb25JbmRleF0udGltZSA9IHsgdGl0bGU6ICcnLCB2YWx1ZTogJycgfTtcclxuICAgIH0gZWxzZSBpZiAoc2VsZWN0ZWRRdWVzdGlvbi5xdWVzdGlvblZhbHVlID09PSAnc3Rhci1yYXRpbmcnKSB7XHJcbiAgICAgIHRoaXMuZmQuZm9ybXNQYWdlLmVsZW1lbnRzW3RoaXMucXVlc3Rpb25JbmRleF0uY3Vyc29yVHlwZSA9ICdudW1iZXInO1xyXG4gICAgICB0aGlzLmZkLmZvcm1zUGFnZS5lbGVtZW50c1t0aGlzLnF1ZXN0aW9uSW5kZXhdLnNjYWxlID0gMjtcclxuICAgICAgdGhpcy5mZC5mb3Jtc1BhZ2UuZWxlbWVudHNbdGhpcy5xdWVzdGlvbkluZGV4XS5yYXRpbmdMYWJlbFR5cGUgPSAnc3BlY2lmaWMnO1xyXG4gICAgICB0aGlzLmZkLmZvcm1zUGFnZS5lbGVtZW50c1t0aGlzLnF1ZXN0aW9uSW5kZXhdLnNjYWxlUmFuZ2VUbyA9ICdFeHRyZW1lIExpa2VseSc7XHJcbiAgICAgIHRoaXMuZmQuZm9ybXNQYWdlLmVsZW1lbnRzW3RoaXMucXVlc3Rpb25JbmRleF0uc2NhbGVSYW5nZUZyb20gPSAnTm90IGF0IGFsbCBsaWtlbHknO1xyXG4gICAgICB0aGlzLmZkLmZvcm1zUGFnZS5lbGVtZW50c1t0aGlzLnF1ZXN0aW9uSW5kZXhdLmN1cnNvckNvbG9yID0gJyNmZjgwMDAnO1xyXG4gICAgICB0aGlzLmZkLmZvcm1zUGFnZS5lbGVtZW50c1t0aGlzLnF1ZXN0aW9uSW5kZXhdLnN0YXJWYWx1ZSA9ICcnO1xyXG4gICAgICB0aGlzLmZkLmZvcm1zUGFnZS5lbGVtZW50c1t0aGlzLnF1ZXN0aW9uSW5kZXhdLmNob2ljZXMgPSBbXHJcbiAgICAgICAgeyB0aXRsZTogJycsIGlzVmlzaWJsZTogdHJ1ZSwgdmFsdWU6IDAsIGlzU2VsZWN0ZWQ6IGZhbHNlLCByZXF1aXJlZDogMCwgaGFzSGVscGluZ0xhYmVsOiB0cnVlLCBoZWxwaW5nTGFiZWw6ICcnIH0sXHJcbiAgICAgICAgeyB0aXRsZTogJycsIGlzVmlzaWJsZTogdHJ1ZSwgdmFsdWU6IDEsIGlzU2VsZWN0ZWQ6IGZhbHNlLCByZXF1aXJlZDogMCwgaGFzSGVscGluZ0xhYmVsOiB0cnVlLCBoZWxwaW5nTGFiZWw6ICcnIH0sXHJcbiAgICAgIF07XHJcbiAgICB9IGVsc2UgaWYgKHNlbGVjdGVkUXVlc3Rpb24ucXVlc3Rpb25WYWx1ZSA9PT0gJ3NsaWRlcicpIHtcclxuICAgICAgdGhpcy5mZC5mb3Jtc1BhZ2UuZWxlbWVudHNbdGhpcy5xdWVzdGlvbkluZGV4XS5zY2FsZVJhbmdlTWluID0gMDtcclxuICAgICAgdGhpcy5mZC5mb3Jtc1BhZ2UuZWxlbWVudHNbdGhpcy5xdWVzdGlvbkluZGV4XS5zY2FsZVJhbmdlTWF4ID0gMTAwO1xyXG4gICAgICB0aGlzLmZkLmZvcm1zUGFnZS5lbGVtZW50c1t0aGlzLnF1ZXN0aW9uSW5kZXhdLnN0ZXBTaXplID0gMTA7XHJcbiAgICB9XHJcblxyXG4gICAgdGhpcy5mZC5mb3Jtc1BhZ2UuZWxlbWVudHNbdGhpcy5xdWVzdGlvbkluZGV4XS50eXBlID0gc2VsZWN0ZWRRdWVzdGlvbi5xdWVzdGlvblZhbHVlO1xyXG5cclxuXHJcbiAgICB0aGlzLnNlbGVjdGVkUXVlc3Rpb25EZXRhaWxzID0gc2VsZWN0ZWRRdWVzdGlvbjtcclxuICAgIHRoaXMucG9wdWxhdGVRdWlja1NldHRpbmdzTGlzdCgpO1xyXG4gICAgdGhpcy5wb3B1bGF0ZVNlbGVjdGVkUXVlc3Rpb25UeXBlKCk7XHJcbiAgICB0aGlzLnR5cGVDaGFuZ2VkLmVtaXQoKTtcclxuICB9XHJcbiAgcG9wdWxhdGVRdWlja1NldHRpbmdzTGlzdCgpIHtcclxuICAgIHRoaXMucXVpY2tTZXR0aW5nc0xpc3QgPSBbLi4udGhpcy5vcHRpb25zRm9yUXVpY2tTZXR0aW5nc107XHJcbiAgICB0aGlzLnF1aWNrU2V0dGluZ3NMaXN0ID0gdGhpcy5xdWlja1NldHRpbmdzTGlzdC5maWx0ZXIoXHJcbiAgICAgIChvcHRpb246IGFueSkgPT4gb3B0aW9uLmVsaWdpYmxlUXVlc3Rpb25UeXBlcy5pbmNsdWRlcyh0aGlzLmZkLmZvcm1zUGFnZS5lbGVtZW50c1t0aGlzLnF1ZXN0aW9uSW5kZXhdLnR5cGUpXHJcbiAgICApO1xyXG4gIH1cclxuXHJcbiAgdG9nZ2xlKGU6IGFueSwgcXVpY2tTZXR0aW5nOiBhbnkpIHtcclxuICAgIFxyXG4gICAgY29uc3QgcXVlc3Rpb25EZXRhaWwgPSB0aGlzLmZkLmZvcm1zUGFnZS5lbGVtZW50c1t0aGlzLnF1ZXN0aW9uSW5kZXhdO1xyXG5cclxuICAgIGlmIChxdWVzdGlvbkRldGFpbC50eXBlID09PSAnZGF0ZS10aW1lJykge1xyXG4gICAgICBpZiAocXVpY2tTZXR0aW5nLnRvZ2dsZVZhbHVlID09PSAnaGFzRGF0ZScgJiYgZSkge1xyXG4gICAgICAgIHRoaXMuZmQuZm9ybXNQYWdlLmVsZW1lbnRzW3RoaXMucXVlc3Rpb25JbmRleF0uaGFzRGF0ZSA9IHRydWU7XHJcbiAgICAgIH0gZWxzZSBpZiAocXVpY2tTZXR0aW5nLnRvZ2dsZVZhbHVlID09PSAnaGFzVGltZScgJiYgZSkge1xyXG4gICAgICAgIFxyXG4gICAgICAgIHRoaXMuZmQuZm9ybXNQYWdlLmVsZW1lbnRzW3RoaXMucXVlc3Rpb25JbmRleF0uaGFzVGltZSA9IHRydWU7XHJcbiAgICAgIH1lbHNlIGlmKHF1aWNrU2V0dGluZy50b2dnbGVWYWx1ZSA9PT0gJ2hhc0RhdGUnICYmICFlKXtcclxuICAgICAgICB0aGlzLmZkLmZvcm1zUGFnZS5lbGVtZW50c1t0aGlzLnF1ZXN0aW9uSW5kZXhdLmhhc0RhdGUgPSBmYWxzZTsgXHJcbiAgICAgICAgaWYoIXRoaXMuZmQuZm9ybXNQYWdlLmVsZW1lbnRzW3RoaXMucXVlc3Rpb25JbmRleF0uaGFzVGltZSl7XHJcbiAgICAgICAgICB0aGlzLmZkLmZvcm1zUGFnZS5lbGVtZW50c1t0aGlzLnF1ZXN0aW9uSW5kZXhdLmhhc1RpbWUgPSB0cnVlO1xyXG4gICAgICAgIH0gXHJcbiAgICAgIH1lbHNlIGlmKHF1aWNrU2V0dGluZy50b2dnbGVWYWx1ZSA9PT0gJ2hhc1RpbWUnICYmICFlKXtcclxuICAgICAgICB0aGlzLmZkLmZvcm1zUGFnZS5lbGVtZW50c1t0aGlzLnF1ZXN0aW9uSW5kZXhdLmhhc1RpbWUgPSBmYWxzZTtcclxuICAgICAgICBpZighdGhpcy5mZC5mb3Jtc1BhZ2UuZWxlbWVudHNbdGhpcy5xdWVzdGlvbkluZGV4XS5oYXNEYXRlKXtcclxuICAgICAgICAgIHRoaXMuZmQuZm9ybXNQYWdlLmVsZW1lbnRzW3RoaXMucXVlc3Rpb25JbmRleF0uaGFzRGF0ZSA9IHRydWU7XHJcbiAgICAgICAgfVxyXG4gICAgICB9XHJcbiAgICAgIHRoaXMuZmQuZm9ybXNQYWdlLmVsZW1lbnRzW3RoaXMucXVlc3Rpb25JbmRleF1bcXVpY2tTZXR0aW5nLnRvZ2dsZVZhbHVlXSA9IGU7XHJcbiAgICAgIHJldHVybjtcclxuICAgIH1cclxuICAgIGlmIChxdWlja1NldHRpbmcub3B0aW9uVHlwZSA9PT0gJ2NoYXJhY3Rlckxlbmd0aCcgJiYgZSkge1xyXG4gICAgICB0aGlzLmZkLmZvcm1zUGFnZS5lbGVtZW50c1t0aGlzLnF1ZXN0aW9uSW5kZXhdLm1heENoYXJhY3Rlckxlbmd0aCA9IDEwMDtcclxuICAgICAgdGhpcy5mZC5mb3Jtc1BhZ2UuZWxlbWVudHNbdGhpcy5xdWVzdGlvbkluZGV4XS5taW5DaGFyYWN0ZXJMZW5ndGggPSAwO1xyXG4gICAgfVxyXG4gICAgdGhpcy5mZC5mb3Jtc1BhZ2UuZWxlbWVudHNbdGhpcy5xdWVzdGlvbkluZGV4XVtxdWlja1NldHRpbmcudG9nZ2xlVmFsdWVdID0gZTtcclxuICAgXHJcbiAgfVxyXG59XHJcbiJdfQ==
|