vcomply-workflow-engine 0.2.2 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/vcomply-workflow-engine.umd.js +6545 -157
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.js +3 -3
- package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.ngfactory.js +2 -2
- package/esm2015/lib/add-multiple-risk/add-multiple-risk.component.js +1 -1
- package/esm2015/lib/log-an-issue/log-an-issue.component.js +1 -1
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.js +333 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.ngfactory.js +160 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.js +73 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.ngfactory.js +39 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.js +27 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.ngfactory.js +153 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.js +116 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.ngfactory.js +116 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.js +165 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.ngfactory.js +85 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/build.module.js +71 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/build.module.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/build.module.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.js +35 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.ngfactory.js +89 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.js +66 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.ngfactory.js +72 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.js +18 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.ngfactory.js +51 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.js +35 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.ngfactory.js +104 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.ngfactory.js +20 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.js +35 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.ngfactory.js +104 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.js +26 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.ngfactory.js +60 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.js +55 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.ngfactory.js +51 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.js +152 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.ngfactory.js +205 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/error.js +2 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/error.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/question.js +2 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/question.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/validateStructure.js +2 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/validateStructure.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic/logic.component.js +100 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic/logic.component.ngfactory.js +119 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic/logic.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.js +24 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.ngfactory.js +59 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.js +37 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.ngfactory.js +105 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.js +31 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.ngfactory.js +22 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.ngfactory.js +37 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.js +24 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.ngfactory.js +59 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.ngfactory.js +35 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.js +64 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.ngfactory.js +21 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.ngfactory.js +36 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.js +24 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.ngfactory.js +36 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.ngfactory.js +40 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/move/move.component.js +95 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/move/move.component.ngfactory.js +102 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/move/move.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.js +22 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.ngfactory.js +23 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/current-page-question.pipe.js +18 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/current-page-question.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/error-message.pipe.js +23 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/error-message.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/formatter.pipe.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/formatter.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-filter.pipe.js +13 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-filter.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-page-filter.pipe.js +12 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-page-filter.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-parser.pipe.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-parser.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/type-of.pipe.js +12 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/type-of.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.js +28 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.ngfactory.js +22 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.js +31 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.ngfactory.js +81 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.js +31 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.ngfactory.js +19 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.js +23 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.ngfactory.js +20 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.ngfactory.js +37 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.js +24 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.ngfactory.js +60 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.js +24 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.ngfactory.js +60 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.js +28 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.ngfactory.js +22 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.ngfactory.js +35 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.ngfactory.js +36 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.js +18 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.ngfactory.js +40 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.js +67 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.ngfactory.js +90 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview.module.js +90 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview.module.ngfactory.js +29 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview.module.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.js +20 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.ngfactory.js +76 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.js +248 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.ngfactory.js +109 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.js +35 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.ngfactory.js +95 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.js +56 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.ngfactory.js +108 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.js +153 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.ngfactory.js +130 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.js +123 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.ngfactory.js +47 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.js +24 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.ngfactory.js +97 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.js +50 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.ngfactory.js +47 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.js +424 -0
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.ngfactory.js +222 -0
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.js +86 -0
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngfactory.js +37 -0
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/services/editor.service.js +636 -0
- package/esm2015/lib/sharedComponents/assessment-editor/services/editor.service.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/services/result-criteria.service.js +48 -0
- package/esm2015/lib/sharedComponents/assessment-editor/services/result-criteria.service.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/services/validator.service.js +543 -0
- package/esm2015/lib/sharedComponents/assessment-editor/services/validator.service.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/format-and-evidence/format-and-evidence.component.js +1 -1
- package/esm2015/lib/sharedComponents/risk-classification/risk-classification.component.js +1 -1
- package/esm2015/lib/ui-kit/action-dialog/action-dialog.module.js +16 -0
- package/esm2015/lib/ui-kit/action-dialog/action-dialog.module.ngfactory.js +12 -0
- package/esm2015/lib/ui-kit/action-dialog/action-dialog.module.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/action-dialog/active/active.component.js +36 -0
- package/esm2015/lib/ui-kit/action-dialog/active/active.component.ngfactory.js +25 -0
- package/esm2015/lib/ui-kit/action-dialog/active/active.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/action-dialog/deactivate/deactivate.component.js +38 -0
- package/esm2015/lib/ui-kit/action-dialog/deactivate/deactivate.component.ngfactory.js +25 -0
- package/esm2015/lib/ui-kit/action-dialog/deactivate/deactivate.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/action-dialog/delete/delete.component.js +30 -0
- package/esm2015/lib/ui-kit/action-dialog/delete/delete.component.ngfactory.js +25 -0
- package/esm2015/lib/ui-kit/action-dialog/delete/delete.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/action-dialog/duplicate/duplicate.component.js +32 -0
- package/esm2015/lib/ui-kit/action-dialog/duplicate/duplicate.component.ngfactory.js +25 -0
- package/esm2015/lib/ui-kit/action-dialog/duplicate/duplicate.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/dialog/dialog-config.js +3 -0
- package/esm2015/lib/ui-kit/dialog/dialog-config.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/dialog/dialog-injector.js +15 -0
- package/esm2015/lib/ui-kit/dialog/dialog-injector.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/dialog/dialog-ref.js +11 -0
- package/esm2015/lib/ui-kit/dialog/dialog-ref.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/dialog/dialog.component.js +90 -0
- package/esm2015/lib/ui-kit/dialog/dialog.component.ngfactory.js +29 -0
- package/esm2015/lib/ui-kit/dialog/dialog.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/dialog/dialog.module.js +16 -0
- package/esm2015/lib/ui-kit/dialog/dialog.module.ngfactory.js +14 -0
- package/esm2015/lib/ui-kit/dialog/dialog.module.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/dialog/dialog.service.js +60 -0
- package/esm2015/lib/ui-kit/dialog/dialog.service.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/dialog/insertion.directive.js +15 -0
- package/esm2015/lib/ui-kit/dialog/insertion.directive.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.js +15 -0
- package/esm2015/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.ngfactory.js +23 -0
- package/esm2015/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/editor-loader/editor-loader.module.js +17 -0
- package/esm2015/lib/ui-kit/editor-loader/editor-loader.module.ngfactory.js +12 -0
- package/esm2015/lib/ui-kit/editor-loader/editor-loader.module.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/click-outside.directive.js +26 -0
- package/esm2015/lib/ui-kit/formgroup/click-outside.directive.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.js +26 -0
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.ngfactory.js +30 -0
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.js +30 -0
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngfactory.js +30 -0
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/cs-radio/cs-radio.component.js +27 -0
- package/esm2015/lib/ui-kit/formgroup/cs-radio/cs-radio.component.ngfactory.js +20 -0
- package/esm2015/lib/ui-kit/formgroup/cs-radio/cs-radio.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.js +14 -0
- package/esm2015/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.ngfactory.js +19 -0
- package/esm2015/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/cs-select/cs-select.component.js +80 -0
- package/esm2015/lib/ui-kit/formgroup/cs-select/cs-select.component.ngfactory.js +89 -0
- package/esm2015/lib/ui-kit/formgroup/cs-select/cs-select.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/cs-switch/cs-switch.component.js +29 -0
- package/esm2015/lib/ui-kit/formgroup/cs-switch/cs-switch.component.ngfactory.js +62 -0
- package/esm2015/lib/ui-kit/formgroup/cs-switch/cs-switch.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/formgroup.module.js +41 -0
- package/esm2015/lib/ui-kit/formgroup/formgroup.module.ngfactory.js +14 -0
- package/esm2015/lib/ui-kit/formgroup/formgroup.module.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/pipes/pascal.pipe.js +15 -0
- package/esm2015/lib/ui-kit/formgroup/pipes/pascal.pipe.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe.js +20 -0
- package/esm2015/lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.js +557 -0
- package/esm2015/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.ngfactory.js +82 -0
- package/esm2015/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-assessment/workflow-assessment.component.js +3 -3
- package/esm2015/lib/workflow-assessment/workflow-assessment.component.ngfactory.js +1 -1
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +1 -1
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +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 +5991 -97
- 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,160 @@
|
|
|
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 "./add-logic.component.less.shim.ngstyle";
|
|
8
|
+
import * as i1 from "@angular/core";
|
|
9
|
+
import * as i2 from "../../../../ui-kit/tooltip/tooltip.directive";
|
|
10
|
+
import * as i3 from "../../../../formgroup/cs-radio/cs-radio.component.ngfactory";
|
|
11
|
+
import * as i4 from "../../../../formgroup/cs-radio/cs-radio.component";
|
|
12
|
+
import * as i5 from "@angular/common";
|
|
13
|
+
import * as i6 from "../logic-questions/logic-multiple-choice/logic-multiple-choice.component.ngfactory";
|
|
14
|
+
import * as i7 from "../logic-questions/logic-multiple-choice/logic-multiple-choice.component";
|
|
15
|
+
import * as i8 from "../logic-questions/logic-checkbox/logic-checkbox.component.ngfactory";
|
|
16
|
+
import * as i9 from "../logic-questions/logic-checkbox/logic-checkbox.component";
|
|
17
|
+
import * as i10 from "../logic-questions/logic-image-choice/logic-image-choice.component.ngfactory";
|
|
18
|
+
import * as i11 from "../logic-questions/logic-image-choice/logic-image-choice.component";
|
|
19
|
+
import * as i12 from "../logic-questions/logic-star-rating/logic-star-rating.component.ngfactory";
|
|
20
|
+
import * as i13 from "../logic-questions/logic-star-rating/logic-star-rating.component";
|
|
21
|
+
import * as i14 from "../logic-questions/logic-single-textbox/logic-single-textbox.component.ngfactory";
|
|
22
|
+
import * as i15 from "../logic-questions/logic-single-textbox/logic-single-textbox.component";
|
|
23
|
+
import * as i16 from "../logic-questions/logic-comment-box/logic-comment-box.component.ngfactory";
|
|
24
|
+
import * as i17 from "../logic-questions/logic-comment-box/logic-comment-box.component";
|
|
25
|
+
import * as i18 from "../logic-questions/logic-dropdown/logic-dropdown.component.ngfactory";
|
|
26
|
+
import * as i19 from "../logic-questions/logic-dropdown/logic-dropdown.component";
|
|
27
|
+
import * as i20 from "../logic-questions/logic-ranking/logic-ranking.component.ngfactory";
|
|
28
|
+
import * as i21 from "../logic-questions/logic-ranking/logic-ranking.component";
|
|
29
|
+
import * as i22 from "../logic-questions/logic-slider/logic-slider.component.ngfactory";
|
|
30
|
+
import * as i23 from "../logic-questions/logic-slider/logic-slider.component";
|
|
31
|
+
import * as i24 from "../logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.ngfactory";
|
|
32
|
+
import * as i25 from "../logic-questions/logic-multiple-textbox/logic-multiple-textbox.component";
|
|
33
|
+
import * as i26 from "../logic-questions/logic-date-time/logic-date-time.component.ngfactory";
|
|
34
|
+
import * as i27 from "../logic-questions/logic-date-time/logic-date-time.component";
|
|
35
|
+
import * as i28 from "../pipes/question-parser.pipe";
|
|
36
|
+
import * as i29 from "../pipes/question-filter.pipe";
|
|
37
|
+
import * as i30 from "../../../../ui-kit/popover/popover.directive";
|
|
38
|
+
import * as i31 from "../../../../ui-kit/popover/popover.service";
|
|
39
|
+
import * as i32 from "../../../../ui-kit/popover/popover.component.ngfactory";
|
|
40
|
+
import * as i33 from "../../../../ui-kit/popover/popover.component";
|
|
41
|
+
import * as i34 from "./add-logic.component";
|
|
42
|
+
import * as i35 from "../../../../ui-kit/dialog/dialog-config";
|
|
43
|
+
import * as i36 from "../../../../ui-kit/dialog/dialog-ref";
|
|
44
|
+
var styles_AddLogicComponent = [i0.styles];
|
|
45
|
+
var RenderType_AddLogicComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_AddLogicComponent, data: {} });
|
|
46
|
+
export { RenderType_AddLogicComponent as RenderType_AddLogicComponent };
|
|
47
|
+
function View_AddLogicComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "span", [["class", "vx-fs-16 vx-fw-400 vx-txt-red vx-ml-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["*"]))], null, null); }
|
|
48
|
+
function View_AddLogicComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons info vx-txt-blue vx-ml-2"], ["delay", "0"], ["placement", "bottom-right"], ["type", "white"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
49
|
+
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
50
|
+
ad = (pd_0 && ad);
|
|
51
|
+
} if (("mouseover" === en)) {
|
|
52
|
+
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
53
|
+
ad = (pd_1 && ad);
|
|
54
|
+
} if (("mouseleave" === en)) {
|
|
55
|
+
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
56
|
+
ad = (pd_2 && ad);
|
|
57
|
+
} if (("mouseout" === en)) {
|
|
58
|
+
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
59
|
+
ad = (pd_3 && ad);
|
|
60
|
+
} if (("click" === en)) {
|
|
61
|
+
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
62
|
+
ad = (pd_4 && ad);
|
|
63
|
+
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i2.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["\uE91F"]))], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.currentQuestion.comments; var currVal_1 = "bottom-right"; var currVal_2 = "white"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
64
|
+
function View_AddLogicComponent_3(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 4, "li", [], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 3, "button", [["class", "vx-d-block vx-p-2 vx-m-0 vx-w-100"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
65
|
+
_co.logic.questionName = ((_v.context.$implicit == null) ? null : _v.context.$implicit.name);
|
|
66
|
+
var pd_0 = (_co.setIndex(((_v.context.$implicit == null) ? null : _v.context.$implicit.name)) !== false);
|
|
67
|
+
ad = (pd_0 && ad);
|
|
68
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "value vx-fs-12 vx-paragraph-txt"], ["delay", "0"], ["placement", "bottom-left"], ["type", "black"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
69
|
+
var pd_0 = (i1.ɵnov(_v, 3).onMouseEnter() !== false);
|
|
70
|
+
ad = (pd_0 && ad);
|
|
71
|
+
} if (("mouseover" === en)) {
|
|
72
|
+
var pd_1 = (i1.ɵnov(_v, 3).onMouseOver() !== false);
|
|
73
|
+
ad = (pd_1 && ad);
|
|
74
|
+
} if (("mouseleave" === en)) {
|
|
75
|
+
var pd_2 = (i1.ɵnov(_v, 3).onMouseLeave() !== false);
|
|
76
|
+
ad = (pd_2 && ad);
|
|
77
|
+
} if (("mouseout" === en)) {
|
|
78
|
+
var pd_3 = (i1.ɵnov(_v, 3).onMouseOut() !== false);
|
|
79
|
+
ad = (pd_3 && ad);
|
|
80
|
+
} if (("click" === en)) {
|
|
81
|
+
var pd_4 = (i1.ɵnov(_v, 3).onClick() !== false);
|
|
82
|
+
ad = (pd_4 && ad);
|
|
83
|
+
} return ad; }, null, null)), i1.ɵdid(3, 81920, null, 0, i2.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(4, null, ["", ""]))], function (_ck, _v) { var currVal_0 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.title); var currVal_1 = "bottom-left"; var currVal_2 = "black"; var currVal_3 = false; _ck(_v, 3, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, function (_ck, _v) { var currVal_4 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.title); _ck(_v, 4, 0, currVal_4); }); }
|
|
84
|
+
function View_AddLogicComponent_5(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 4, "li", [["class", "vx-d-flex vx-align-center vx-p-3 vx-mr-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 3, "app-cs-radio", [["name", "question.name"]], null, [[null, "checkedEvent"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("checkedEvent" === en)) {
|
|
85
|
+
var pd_0 = (_co.setOperator(_v.context.$implicit.key) !== false);
|
|
86
|
+
ad = (pd_0 && ad);
|
|
87
|
+
} return ad; }, i3.View_CsRadioComponent_0, i3.RenderType_CsRadioComponent)), i1.ɵdid(2, 114688, null, 0, i4.CsRadioComponent, [], { name: [0, "name"] }, { checkedEvent: "checkedEvent" }), (_l()(), i1.ɵeld(3, 0, null, 0, 1, "span", [["class", "name vx-fs-11 vx-paragraph-txt vx-tt-uppercase"]], null, null, null, null, null)), (_l()(), i1.ɵted(4, null, ["", ""]))], function (_ck, _v) { var currVal_0 = "question.name"; _ck(_v, 2, 0, currVal_0); }, function (_ck, _v) { var currVal_1 = _v.context.$implicit.value; _ck(_v, 4, 0, currVal_1); }); }
|
|
88
|
+
function View_AddLogicComponent_4(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, null, null, null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "div", [["class", "label vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["LOGICAL OPERATOR"])), (_l()(), i1.ɵeld(3, 0, null, null, 3, "div", [["class", "operator-item vx-mb-5"]], null, null, null, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 2, "ul", [["class", "vx-d-flex vx-p-0 vx-m-0"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddLogicComponent_5)), i1.ɵdid(6, 278528, null, 0, i5.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.operatorMap; _ck(_v, 6, 0, currVal_0); }, null); }
|
|
89
|
+
function View_AddLogicComponent_7(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-logic-multiple-choice", [], null, [[null, "changeEvent"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("changeEvent" === en)) {
|
|
90
|
+
var pd_0 = (_co.multipleChoiceChecked($event) !== false);
|
|
91
|
+
ad = (pd_0 && ad);
|
|
92
|
+
} return ad; }, i6.View_LogicMultipleChoiceComponent_0, i6.RenderType_LogicMultipleChoiceComponent)), i1.ɵdid(1, 114688, null, 0, i7.LogicMultipleChoiceComponent, [], { question: [0, "question"] }, { changeEvent: "changeEvent" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.questionsArray[_co.selectedLogicQuestion]; _ck(_v, 1, 0, currVal_0); }, null); }
|
|
93
|
+
function View_AddLogicComponent_8(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-logic-checkbox", [], null, [[null, "changeEvent"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("changeEvent" === en)) {
|
|
94
|
+
var pd_0 = (_co.checkboxStatus($event) !== false);
|
|
95
|
+
ad = (pd_0 && ad);
|
|
96
|
+
} return ad; }, i8.View_LogicCheckboxComponent_0, i8.RenderType_LogicCheckboxComponent)), i1.ɵdid(1, 114688, null, 0, i9.LogicCheckboxComponent, [], { question: [0, "question"] }, { changeEvent: "changeEvent" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.questionsArray[_co.selectedLogicQuestion]; _ck(_v, 1, 0, currVal_0); }, null); }
|
|
97
|
+
function View_AddLogicComponent_9(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-logic-image-choice", [], null, null, null, i10.View_LogicImageChoiceComponent_0, i10.RenderType_LogicImageChoiceComponent)), i1.ɵdid(1, 114688, null, 0, i11.LogicImageChoiceComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
98
|
+
function View_AddLogicComponent_10(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-logic-star-rating", [], null, null, null, i12.View_LogicStarRatingComponent_0, i12.RenderType_LogicStarRatingComponent)), i1.ɵdid(1, 114688, null, 0, i13.LogicStarRatingComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
99
|
+
function View_AddLogicComponent_11(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-logic-single-textbox", [], null, [[null, "changeEvent"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("changeEvent" === en)) {
|
|
100
|
+
var pd_0 = ((_co.selectedValue = $event) !== false);
|
|
101
|
+
ad = (pd_0 && ad);
|
|
102
|
+
} return ad; }, i14.View_LogicSingleTextboxComponent_0, i14.RenderType_LogicSingleTextboxComponent)), i1.ɵdid(1, 114688, null, 0, i15.LogicSingleTextboxComponent, [], { question: [0, "question"] }, { changeEvent: "changeEvent" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.questionsArray[_co.selectedLogicQuestion]; _ck(_v, 1, 0, currVal_0); }, null); }
|
|
103
|
+
function View_AddLogicComponent_12(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-logic-comment-box", [], null, null, null, i16.View_LogicCommentBoxComponent_0, i16.RenderType_LogicCommentBoxComponent)), i1.ɵdid(1, 114688, null, 0, i17.LogicCommentBoxComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
104
|
+
function View_AddLogicComponent_13(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-logic-dropdown", [], null, [[null, "changeEvent"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("changeEvent" === en)) {
|
|
105
|
+
var pd_0 = (_co.multipleChoiceChecked($event) !== false);
|
|
106
|
+
ad = (pd_0 && ad);
|
|
107
|
+
} return ad; }, i18.View_LogicDropdownComponent_0, i18.RenderType_LogicDropdownComponent)), i1.ɵdid(1, 114688, null, 0, i19.LogicDropdownComponent, [], { questionSet: [0, "questionSet"] }, { changeEvent: "changeEvent" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.questionsArray[_co.selectedLogicQuestion]; _ck(_v, 1, 0, currVal_0); }, null); }
|
|
108
|
+
function View_AddLogicComponent_14(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-logic-ranking", [], null, null, null, i20.View_LogicRankingComponent_0, i20.RenderType_LogicRankingComponent)), i1.ɵdid(1, 114688, null, 0, i21.LogicRankingComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
109
|
+
function View_AddLogicComponent_15(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-logic-slider", [], null, null, null, i22.View_LogicSliderComponent_0, i22.RenderType_LogicSliderComponent)), i1.ɵdid(1, 114688, null, 0, i23.LogicSliderComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
110
|
+
function View_AddLogicComponent_16(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-logic-multiple-textbox", [], null, null, null, i24.View_LogicMultipleTextboxComponent_0, i24.RenderType_LogicMultipleTextboxComponent)), i1.ɵdid(1, 114688, null, 0, i25.LogicMultipleTextboxComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
111
|
+
function View_AddLogicComponent_17(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-logic-date-time", [], null, [[null, "changeEvent"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("changeEvent" === en)) {
|
|
112
|
+
var pd_0 = (_co.multipleChoiceChecked($event) !== false);
|
|
113
|
+
ad = (pd_0 && ad);
|
|
114
|
+
} return ad; }, i26.View_LogicDateTimeComponent_0, i26.RenderType_LogicDateTimeComponent)), i1.ɵdid(1, 114688, null, 0, i27.LogicDateTimeComponent, [], { question: [0, "question"] }, { changeEvent: "changeEvent" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.questionsArray[_co.selectedLogicQuestion]; _ck(_v, 1, 0, currVal_0); }, null); }
|
|
115
|
+
function View_AddLogicComponent_6(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 24, null, null, null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "div", [["class", "label vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["PLEASE SELECT THE VALUE"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddLogicComponent_7)), i1.ɵdid(4, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddLogicComponent_8)), i1.ɵdid(6, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddLogicComponent_9)), i1.ɵdid(8, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddLogicComponent_10)), i1.ɵdid(10, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddLogicComponent_11)), i1.ɵdid(12, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddLogicComponent_12)), i1.ɵdid(14, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddLogicComponent_13)), i1.ɵdid(16, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddLogicComponent_14)), i1.ɵdid(18, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddLogicComponent_15)), i1.ɵdid(20, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddLogicComponent_16)), i1.ɵdid(22, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddLogicComponent_17)), i1.ɵdid(24, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(0, null, null, 0))], function (_ck, _v) { var _co = _v.component; var currVal_0 = (_co.selectedLogicQuestionType == "multiple-choice"); _ck(_v, 4, 0, currVal_0); var currVal_1 = (_co.selectedLogicQuestionType == "checkbox"); _ck(_v, 6, 0, currVal_1); var currVal_2 = false; _ck(_v, 8, 0, currVal_2); var currVal_3 = false; _ck(_v, 10, 0, currVal_3); var currVal_4 = (_co.selectedLogicQuestionType == "single-textbox"); _ck(_v, 12, 0, currVal_4); var currVal_5 = false; _ck(_v, 14, 0, currVal_5); var currVal_6 = (_co.selectedLogicQuestionType == "dropdown"); _ck(_v, 16, 0, currVal_6); var currVal_7 = false; _ck(_v, 18, 0, currVal_7); var currVal_8 = false; _ck(_v, 20, 0, currVal_8); var currVal_9 = false; _ck(_v, 22, 0, currVal_9); var currVal_10 = (_co.selectedLogicQuestionType == "date-time"); _ck(_v, 24, 0, currVal_10); }, null); }
|
|
116
|
+
function View_AddLogicComponent_18(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "error-msg vx-fs-11 vx-txt-red"]], null, null, null, null, null)), (_l()(), i1.ɵted(1, null, ["", ""]))], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.showError.errorMessage; _ck(_v, 1, 0, currVal_0); }); }
|
|
117
|
+
export function View_AddLogicComponent_0(_l) { return i1.ɵvid(0, [i1.ɵpid(0, i28.QuestionParserPipe, []), i1.ɵpid(0, i29.QuestionFilterPipe, []), (_l()(), i1.ɵeld(2, 0, null, null, 47, "div", [["class", "add-logic"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 5, "div", [["class", "add-logic-head vx-d-flex vx-align-center vx-justify-between vx-pl-3 vx-pr-3 vx-mb-5"]], null, null, null, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 1, "div", [["class", "heading vx-fs-14 vx-fw-500 vx-label-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Add Logic & Display Conditions"])), (_l()(), i1.ɵeld(6, 0, null, null, 2, "button", [["class", "close vx-p-0 vx-m-0 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
118
|
+
var pd_0 = (_co.closePopup("CLOSE") !== false);
|
|
119
|
+
ad = (pd_0 && ad);
|
|
120
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(7, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-label-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9AE"])), (_l()(), i1.ɵeld(9, 0, null, null, 35, "div", [["class", "add-logic-body"]], null, null, null, null, null)), (_l()(), i1.ɵeld(10, 0, null, null, 3, "div", [["class", "question-heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-2 vx-pl-2"]], null, null, null, null, null)), (_l()(), i1.ɵted(11, null, ["QUESTION ", " "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddLogicComponent_1)), i1.ɵdid(13, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(14, 0, null, null, 2, "div", [["class", "question-name vx-fs-16 vx-label-txt vx-lh-6 vx-pt-1 vx-pb-1 vx-mb-5"]], [[8, "innerHTML", 1]], null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddLogicComponent_2)), i1.ɵdid(16, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(17, 0, null, null, 4, "div", [["class", "logic-condition vx-p-2 vx-pl-3 vx-pr-3 vx-mb-5"]], null, null, null, null, null)), (_l()(), i1.ɵeld(18, 0, null, null, 1, "div", [["class", "heading vx-fs-14 vx-fw-500 vx-label-txt vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Is visible when"])), (_l()(), i1.ɵeld(20, 0, null, null, 1, "div", [["class", "details vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Use this to define display conditions for the questions in the assessment."])), (_l()(), i1.ɵeld(22, 0, null, null, 1, "div", [["class", "label vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["SELECT QUESTION"])), (_l()(), i1.ɵeld(24, 0, null, null, 7, "div", [["appPopover", ""], ["class", "select-box vx-d-flex vx-align-center vx-justify-between vx-pl-3 vx-pr-3 vx-mb-5"], ["position", "left"]], null, [[null, "click"], [null, "mouseenter"], [null, "mouseover"]], function (_v, en, $event) { var ad = true; if (("click" === en)) {
|
|
121
|
+
var pd_0 = (i1.ɵnov(_v, 25).click() !== false);
|
|
122
|
+
ad = (pd_0 && ad);
|
|
123
|
+
} if (("mouseenter" === en)) {
|
|
124
|
+
var pd_1 = (i1.ɵnov(_v, 25).onMouseEnter() !== false);
|
|
125
|
+
ad = (pd_1 && ad);
|
|
126
|
+
} if (("mouseover" === en)) {
|
|
127
|
+
var pd_2 = (i1.ɵnov(_v, 25).onMouseOver() !== false);
|
|
128
|
+
ad = (pd_2 && ad);
|
|
129
|
+
} if (("click" === en)) {
|
|
130
|
+
var pd_3 = (i1.ɵnov(_v, 33).popover() !== false);
|
|
131
|
+
ad = (pd_3 && ad);
|
|
132
|
+
} return ad; }, null, null)), i1.ɵdid(25, 16384, null, 0, i30.PopoverDirective, [i1.ElementRef, i31.PopoverService], null, null), (_l()(), i1.ɵeld(26, 0, null, null, 3, "span", [["class", "name vx-fs-12 vx-paragraph-txt"], ["delay", "0"], ["placement", "bottom-left"], ["type", "black"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
133
|
+
var pd_0 = (i1.ɵnov(_v, 27).onMouseEnter() !== false);
|
|
134
|
+
ad = (pd_0 && ad);
|
|
135
|
+
} if (("mouseover" === en)) {
|
|
136
|
+
var pd_1 = (i1.ɵnov(_v, 27).onMouseOver() !== false);
|
|
137
|
+
ad = (pd_1 && ad);
|
|
138
|
+
} if (("mouseleave" === en)) {
|
|
139
|
+
var pd_2 = (i1.ɵnov(_v, 27).onMouseLeave() !== false);
|
|
140
|
+
ad = (pd_2 && ad);
|
|
141
|
+
} if (("mouseout" === en)) {
|
|
142
|
+
var pd_3 = (i1.ɵnov(_v, 27).onMouseOut() !== false);
|
|
143
|
+
ad = (pd_3 && ad);
|
|
144
|
+
} if (("click" === en)) {
|
|
145
|
+
var pd_4 = (i1.ɵnov(_v, 27).onClick() !== false);
|
|
146
|
+
ad = (pd_4 && ad);
|
|
147
|
+
} return ad; }, null, null)), i1.ɵdid(27, 81920, null, 0, i2.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(28, null, ["", ""])), i1.ɵppd(29, 1), (_l()(), i1.ɵeld(30, 0, null, null, 1, "i", [["class", "icons vx-fs-10 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9E8"])), (_l()(), i1.ɵeld(32, 0, null, null, 6, "app-popover", [], null, [["window", "resize"]], function (_v, en, $event) { var ad = true; if (("window:resize" === en)) {
|
|
148
|
+
var pd_0 = (i1.ɵnov(_v, 33).sizeChange($event) !== false);
|
|
149
|
+
ad = (pd_0 && ad);
|
|
150
|
+
} return ad; }, i32.View_PopoverComponent_0, i32.RenderType_PopoverComponent)), i1.ɵdid(33, 114688, [["selectQuestion", 4]], 0, i33.PopoverComponent, [i31.PopoverService], null, null), (_l()(), i1.ɵeld(34, 0, null, 0, 4, "div", [["class", "select-question-popover"]], null, null, null, null, null)), (_l()(), i1.ɵeld(35, 0, null, null, 3, "ul", [["class", "vx-p-0 vx-m-0"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 2, null, View_AddLogicComponent_3)), i1.ɵdid(37, 278528, null, 0, i5.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), i1.ɵppd(38, 2), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddLogicComponent_4)), i1.ɵdid(40, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddLogicComponent_6)), i1.ɵdid(42, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_AddLogicComponent_18)), i1.ɵdid(44, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(45, 0, null, null, 4, "div", [["class", "add-logic-footer vx-d-flex vx-align-center vx-justify-end vx-pl-3 vx-pr-3 vx-mt-5"]], null, null, null, null, null)), (_l()(), i1.ɵeld(46, 0, null, null, 1, "button", [["class", "reset-btn vx-fs-11 vx-fw-500 vx-txt-blue vx-tt-uppercase vx-p-0 vx-pl-4 vx-pr-4 vx-m-0 vx-d-flex vx-align-center vx-justify-between"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
151
|
+
var pd_0 = (_co.resetLogic() !== false);
|
|
152
|
+
ad = (pd_0 && ad);
|
|
153
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["RESET"])), (_l()(), i1.ɵeld(48, 0, null, null, 1, "button", [["class", "logic-btn vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-p-0 vx-pl-4 vx-pr-4 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-between"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
154
|
+
var pd_0 = (_co.addLogic() !== false);
|
|
155
|
+
ad = (pd_0 && ad);
|
|
156
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["ADD LOGIC"]))], function (_ck, _v) { var _co = _v.component; var currVal_1 = (_co.currentQuestion.isRequired === true); _ck(_v, 13, 0, currVal_1); var currVal_3 = _co.currentQuestion.hasComments; _ck(_v, 16, 0, currVal_3); var currVal_4 = "Select a question"; var currVal_5 = "bottom-left"; var currVal_6 = "black"; var currVal_7 = false; _ck(_v, 27, 0, currVal_4, currVal_5, currVal_6, currVal_7); _ck(_v, 33, 0); var currVal_9 = i1.ɵunv(_v, 37, 0, _ck(_v, 38, 0, i1.ɵnov(_v, 1), _co.questionsArray, _co.currentQuestion.name)); _ck(_v, 37, 0, currVal_9); var currVal_10 = (((_co.operatorMap == null) ? null : _co.operatorMap.length) > 0); _ck(_v, 40, 0, currVal_10); var currVal_11 = ((_co.logic.questionName != "") && (_co.logic.operator && (_co.logic.operator != "answered"))); _ck(_v, 42, 0, currVal_11); var currVal_12 = _co.showError.isVisible; _ck(_v, 44, 0, currVal_12); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = (_co.questionIndex + 1); _ck(_v, 11, 0, currVal_0); var currVal_2 = (((_co.currentQuestion == null) ? null : _co.currentQuestion.title) ? ((_co.currentQuestion == null) ? null : _co.currentQuestion.title) : "Question"); _ck(_v, 14, 0, currVal_2); var currVal_8 = i1.ɵunv(_v, 28, 0, _ck(_v, 29, 0, i1.ɵnov(_v, 0), ((_co.questionsArray[_co.selectedLogicQuestion] == null) ? null : _co.questionsArray[_co.selectedLogicQuestion].title))); _ck(_v, 28, 0, currVal_8); }); }
|
|
157
|
+
export function View_AddLogicComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-add-logic", [], null, null, null, View_AddLogicComponent_0, RenderType_AddLogicComponent)), i1.ɵdid(1, 114688, null, 0, i34.AddLogicComponent, [i35.DialogConfig, i36.DialogRef], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
158
|
+
var AddLogicComponentNgFactory = i1.ɵccf("app-add-logic", i34.AddLogicComponent, View_AddLogicComponent_Host_0, {}, {}, []);
|
|
159
|
+
export { AddLogicComponentNgFactory as AddLogicComponentNgFactory };
|
|
160
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkLWxvZ2ljLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvYWRkLWxvZ2ljL2FkZC1sb2dpYy5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2FkZC1sb2dpYy9hZGQtbG9naWMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs0RENNbUksK0hBQXlHLEtBQVIsOEJBQUM7NERBRXpOOzs7Ozs7Ozs7Ozs7Ozs7dVBBQTRNLElBQVosbUNBQVEsbURBQTFILG1CQUF1QywyQkFBQyw4QkFBd0IsRUFBVyx1QkFBWSxFQUFDLG9CQUF5QixFQUEvTCxZQUE0TSxFQUE5SCxTQUF1QyxFQUFDLFNBQXdCLEVBQVcsU0FBWSxFQUFDLFNBQXlCOzREQWF2TCwyRUFJSyxLQUhELGlMQUVTLFlBRnlDOzs7d0JBQThEO01BQWhILHdCQUVTLEtBREw7Ozs7Ozs7Ozs7Ozs7Ozt1UEFBdUssSUFBckIsZ0NBQWUsMkJBQXBILDJEQUEwQiwyQkFBQyw2QkFBdUIsRUFBVyx1QkFBWSxFQUFDLHFCQUEwQixFQUFqSixZQUF1SyxFQUExSCxTQUEwQixFQUFDLFNBQXVCLEVBQVcsU0FBWSxFQUFDLFNBQTBCLDJCQUFDLDZHQUFlOzREQVd6SyxnSUFFSyxLQURELHlLQUFtTCxZQUFoSjs7d0JBQTBDO01BQTdFLHNMQUFtTCxNQUFyRyxxSUFBc0YsS0FBekIsZ0NBQWtCLDJCQUEvSSwrQkFBb0IsRUFBbEMsWUFBbUwsRUFBckssU0FBb0IsMkJBQXlHLG1FQUFrQjs0REFON0ssNkVBVWUsS0FUWCxzSkFBaUcsS0FBdEIsNkNBQWdCLE1BRTNGLDhHQU1NLEtBTEYsK0dBSUssS0FIRCwrTUFFSyxpREFGZ0QsbUJBQW9DLGNBQXpGLFlBRUssRUFGZ0QsU0FBb0M7NERBU2pHLDRKQUE2TSxZQUExRTs7d0JBQTZDO01BQWhMLGdPQUE2TSxtREFBN0gsc0NBQWtELHlCQUFsSSxZQUE2TSxFQUE3SCxTQUFrRDs0REFDbEkscUpBQWtMLFlBQTVEOzt3QkFBc0M7TUFBNUosOE1BQWtMLG1EQUEvRyxzQ0FBa0QseUJBQXJILFlBQWtMLEVBQS9HLFNBQWtEOzREQUNySCxxUkFBK0Q7NkRBQy9ELGlSQUE2RDs2REFDN0QsMkpBQW1NLFlBQWxFOzt3QkFBc0M7TUFBdkssZ09BQW1NLG1EQUFySCxzQ0FBa0QseUJBQWhJLFlBQW1NLEVBQXJILFNBQWtEOzZEQUNoSSxpUkFBNkQ7NkRBQzdELHFKQUF3TCxZQUFuRTs7d0JBQTZDO01BQWxLLHVOQUF3TCxtREFBdEgsc0NBQWtELHlCQUFwSCxZQUF3TCxFQUF0SCxTQUFrRDs2REFDcEgsb1FBQXFEOzZEQUNyRCxnUUFBbUQ7NkRBQ25ELHFTQUF3RTs2REFDeEUsc0pBQTJMLFlBQXBFOzt3QkFBNkM7TUFBcEssaU5BQTJMLG1EQUF2SCxzQ0FBa0QseUJBQXRILFlBQTJMLEVBQXZILFNBQWtEOzREQVoxSCw4RUFhZSxLQVpYLHNKQUF3RyxLQUE3QixvREFBdUIsTUFDbEcsaUxBQTZNLElBQzdNLGlMQUFrTCxJQUNsTCxpTEFBK0QsSUFDL0QsbUxBQTZELElBQzdELG1MQUFtTSxJQUNuTSxtTEFBNkQsSUFDN0QsbUxBQXdMLElBQ3hMLG1MQUFxRCxJQUNyRCxtTEFBbUQsSUFDbkQsbUxBQXdFLElBQ3hFLG1MQUEyTCxzRkFWaEssbUVBQW9ELEdBQS9FLFlBQTZNLEVBQWxMLFNBQW9ELEdBQzNELDREQUE2QyxHQUFqRSxZQUFrTCxFQUE5SixTQUE2QyxHQUN6QyxxQkFBYSxFQUFyQyxZQUErRCxFQUF2QyxTQUFhLEdBQ2QscUJBQWEsRUFBcEMsYUFBNkQsRUFBdEMsU0FBYSxHQUNWLGtFQUFtRCxHQUE3RSxhQUFtTSxFQUF6SyxTQUFtRCxHQUN0RCxxQkFBYSxFQUFwQyxhQUE2RCxFQUF0QyxTQUFhLEdBQ2hCLDREQUE2QyxHQUFqRSxhQUF3TCxFQUFwSyxTQUE2QyxHQUM5QyxxQkFBYSxFQUFoQyxhQUFxRCxFQUFsQyxTQUFhLEdBQ2QscUJBQWEsRUFBL0IsYUFBbUQsRUFBakMsU0FBYSxHQUNILHFCQUFhLEVBQXpDLGFBQXdFLEVBQTVDLFNBQWEsR0FDcEIsOERBQThDLEdBQW5FLGFBQTJMLEVBQXRLLFVBQThDOzZEQUV2RSxzSEFBdUcsS0FBaEMsNEpBQTBCO21KQXZEekcsbUdBNkRNLEtBNURGLDRLQUdNLEtBRkYsZ0lBQXlGLEtBQXBDLDJEQUE4QixNQUNuRiw2TEFBd0osWUFBMUY7O3dCQUE2QjtNQUEzRix3QkFBd0osS0FBNUQsa0hBQW1ELEtBQVosbUNBQVEsTUFFL0ksd0dBbURNLEtBbERGLDBLQUEwTyxLQUE1SSwyQ0FBNkIsTUFBQSxrTEFBeUcsSUFDcE8sOEtBQ3NOLEtBQWxOLGtMQUE0TSxJQUNoTix3SUFHTSxLQUZGLHlJQUFrRixLQUFyQiw0Q0FBZSxNQUM1RSwySEFBK0gsS0FBaEYsdUdBQTBFLE1BRTdILHVKQUFnRyxLQUFyQiw0Q0FBZSxNQUMxRjs7Ozs7Ozs7d0JBR007TUFIa0c7O3dCQUFrQztNQUExSSw2SEFHTSxJQUZGOzs7Ozs7Ozs7Ozs7Ozs7d1BBQWtPLElBQXhFLG1EQUFpRSxJQUMzTix1SEFBdUQsS0FBWixtQ0FBUSxNQUV2RDs7OzBMQVVjLElBVFYsOEdBUU0sS0FQRixzR0FNSyxLQUxELGdOQUlLLEdBSkQsYUFBMkUsSUFRM0Ysa0xBVWUsSUFFZixrTEFhZSxJQUNmLG1MQUF1RyxJQUUzRywyS0FHTSxLQUZGLG9SQUF5TCxZQUFyQzs7d0JBQXNCO01BQTFLLHdCQUF5TCxLQUFkLGtDQUFLLE1BQ2hMLDZSQUFvTSxZQUF2Qzs7d0JBQW9CO01BQWpMLHdCQUFvTSxLQUFsQixzQ0FBUyxtREFyRFosd0RBQTRDLEdBQWhHLGFBQXlHLEVBQXJELFNBQTRDLEdBRTdLLG1CQUFtQyw4QkFBN0UsYUFBNE0sRUFBbEssU0FBbUMsR0FPaEMsbUNBQWtDLEVBQUMsNkJBQXVCLEVBQVcsdUJBQVksRUFBQyxxQkFBMEIsRUFBekosYUFBa08sRUFBckwsU0FBa0MsRUFBQyxTQUF1QixFQUFXLFNBQVksRUFBQyxTQUEwQixHQUc3SixhQVVjLEdBUEUseUZBQTJFLHlCQUEvRSxhQUlLLEVBSkQsU0FBMkUsR0FRN0UsaUZBQStCLEdBQTdDLGFBVWUsRUFWRCxVQUErQixHQVk5Qiw0R0FBcUYsS0FBcEcsYUFhZSxFQWJBLFVBQXFGLEdBY3pELG9CQUEyQixzQkFBdEUsYUFBdUcsRUFBNUQsVUFBMkIsbURBakR3QixpRUFBNkIsR0FDMUMscUtBQXdFLEdBQXpKLGFBQ3NOLEVBRHJJLFNBQXdFLEdBUUssb05BQWlFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiPGRpdiBjbGFzcz1cImFkZC1sb2dpY1wiPlxyXG4gICAgPGRpdiBjbGFzcz1cImFkZC1sb2dpYy1oZWFkIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1iZXR3ZWVuIHZ4LXBsLTMgdngtcHItMyB2eC1tYi01XCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImhlYWRpbmcgdngtZnMtMTQgdngtZnctNTAwIHZ4LWxhYmVsLXR4dFwiPkFkZCBMb2dpYyAmIERpc3BsYXkgQ29uZGl0aW9uczwvZGl2PlxyXG4gICAgICAgIDxidXR0b24gY2xhc3M9XCJjbG9zZSB2eC1wLTAgdngtbS0wIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIiAoY2xpY2spPVwiY2xvc2VQb3B1cCgnQ0xPU0UnKVwiPjxpIGNsYXNzPVwiaWNvbnMgdngtZnMtMTYgdngtbGFiZWwtdHh0XCI+JiN4ZTlhZTs8L2k+PC9idXR0b24+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJhZGQtbG9naWMtYm9keVwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJxdWVzdGlvbi1oZWFkaW5nIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LW1iLTIgdngtcGwtMlwiPlFVRVNUSU9OIHt7cXVlc3Rpb25JbmRleCsxfX0gPHNwYW4gY2xhc3M9XCJ2eC1mcy0xNiB2eC1mdy00MDAgdngtdHh0LXJlZCB2eC1tbC0xXCIgKm5nSWY9XCJjdXJyZW50UXVlc3Rpb24uaXNSZXF1aXJlZCA9PT0gIHRydWVcIj4qPC9zcGFuPjwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJxdWVzdGlvbi1uYW1lIHZ4LWZzLTE2IHZ4LWxhYmVsLXR4dCB2eC1saC02IHZ4LXB0LTEgdngtcGItMSB2eC1tYi01XCIgW2lubmVySFRNTF09XCJjdXJyZW50UXVlc3Rpb24/LnRpdGxlID8gY3VycmVudFF1ZXN0aW9uPy50aXRsZTonUXVlc3Rpb24nXCI+XHJcbiAgICAgICAgICAgIDxpIGNsYXNzPVwiaWNvbnMgaW5mbyB2eC10eHQtYmx1ZSB2eC1tbC0yXCIgKm5nSWY9XCJjdXJyZW50UXVlc3Rpb24uaGFzQ29tbWVudHNcIiBbYXBwVG9vbHRpcF09XCJjdXJyZW50UXVlc3Rpb24uY29tbWVudHNcIiBwbGFjZW1lbnQ9XCJib3R0b20tcmlnaHRcIiBkZWxheT1cIjBcIiB0eXBlPVwid2hpdGVcIiBbdG9vbHRpcE1hbmRhdG9yeV09XCJ0cnVlXCI+JiN4ZTkxZjs8L2k+PC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImxvZ2ljLWNvbmRpdGlvbiB2eC1wLTIgdngtcGwtMyB2eC1wci0zIHZ4LW1iLTVcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImhlYWRpbmcgdngtZnMtMTQgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC1tYi0xXCI+SXMgdmlzaWJsZSB3aGVuPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJkZXRhaWxzIHZ4LWZzLTEyIHZ4LXBhcmFncmFwaC10eHRcIj5Vc2UgdGhpcyB0byBkZWZpbmUgZGlzcGxheSBjb25kaXRpb25zIGZvciB0aGUgcXVlc3Rpb25zIGluIHRoZSBhc3Nlc3NtZW50LjwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJsYWJlbCB2eC1mcy0xMSB2eC1mdy01MDAgdngtbGFiZWwtdHh0IHZ4LXR0LXVwcGVyY2FzZSB2eC1tYi0xXCI+U0VMRUNUIFFVRVNUSU9OPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInNlbGVjdC1ib3ggdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWJldHdlZW4gdngtcGwtMyB2eC1wci0zIHZ4LW1iLTVcIiBhcHBQb3BvdmVyIChjbGljayk9XCJzZWxlY3RRdWVzdGlvbi5wb3BvdmVyKClcIiBwb3NpdGlvbj1cImxlZnRcIj5cclxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJuYW1lIHZ4LWZzLTEyIHZ4LXBhcmFncmFwaC10eHRcIiBbYXBwVG9vbHRpcF09XCInU2VsZWN0IGEgcXVlc3Rpb24nXCIgcGxhY2VtZW50PVwiYm90dG9tLWxlZnRcIiBkZWxheT1cIjBcIiB0eXBlPVwiYmxhY2tcIiBbdG9vbHRpcE1hbmRhdG9yeV09XCJmYWxzZVwiPnt7cXVlc3Rpb25zQXJyYXlbc2VsZWN0ZWRMb2dpY1F1ZXN0aW9uXT8udGl0bGUgfCBxdWVzdGlvblBhcnNlcn19PC9zcGFuPlxyXG4gICAgICAgICAgICA8aSBjbGFzcz1cImljb25zIHZ4LWZzLTEwIHZ4LXBhcmFncmFwaC10eHRcIj4mI3hlOWU4OzwvaT5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8YXBwLXBvcG92ZXIgI3NlbGVjdFF1ZXN0aW9uPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwic2VsZWN0LXF1ZXN0aW9uLXBvcG92ZXJcIj5cclxuICAgICAgICAgICAgICAgIDx1bCBjbGFzcz1cInZ4LXAtMCB2eC1tLTBcIj5cclxuICAgICAgICAgICAgICAgICAgICA8bGkgKm5nRm9yPVwibGV0IGRhdGEgb2YgcXVlc3Rpb25zQXJyYXkgfCBxdWVzdGlvbkZpbHRlciA6IGN1cnJlbnRRdWVzdGlvbi5uYW1lXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJ2eC1kLWJsb2NrIHZ4LXAtMiB2eC1tLTAgdngtdy0xMDBcIiAoY2xpY2spPVwibG9naWMucXVlc3Rpb25OYW1lID0gZGF0YT8ubmFtZTtzZXRJbmRleChkYXRhPy5uYW1lKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInZhbHVlIHZ4LWZzLTEyIHZ4LXBhcmFncmFwaC10eHRcIiBbYXBwVG9vbHRpcF09XCJkYXRhPy50aXRsZVwiIHBsYWNlbWVudD1cImJvdHRvbS1sZWZ0XCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwiZmFsc2VcIj57e2RhdGE/LnRpdGxlfX08L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9saT5cclxuICAgICAgICAgICAgICAgIDwvdWw+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvYXBwLXBvcG92ZXI+XHJcbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cIm9wZXJhdG9yTWFwPy5sZW5ndGggPiAwXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJsYWJlbCB2eC1mcy0xMSB2eC1mdy01MDAgdngtbGFiZWwtdHh0IHZ4LXR0LXVwcGVyY2FzZSB2eC1tYi0xXCI+TE9HSUNBTCBPUEVSQVRPUjwvZGl2PlxyXG5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm9wZXJhdG9yLWl0ZW0gdngtbWItNVwiPlxyXG4gICAgICAgICAgICAgICAgPHVsIGNsYXNzPVwidngtZC1mbGV4IHZ4LXAtMCB2eC1tLTBcIj5cclxuICAgICAgICAgICAgICAgICAgICA8bGkgY2xhc3M9XCJ2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LXAtMyB2eC1tci0yXCIgKm5nRm9yPSdsZXQgb3BlcmF0b3Igb2Ygb3BlcmF0b3JNYXAnPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8YXBwLWNzLXJhZGlvIG5hbWU9XCJxdWVzdGlvbi5uYW1lXCIgKGNoZWNrZWRFdmVudCk9XCJzZXRPcGVyYXRvcihvcGVyYXRvci5rZXkpXCI+PHNwYW4gY2xhc3M9XCJuYW1lIHZ4LWZzLTExIHZ4LXBhcmFncmFwaC10eHQgdngtdHQtdXBwZXJjYXNlXCI+e3tvcGVyYXRvci52YWx1ZX19PC9zcGFuPjwvYXBwLWNzLXJhZGlvPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgICAgICA8L3VsPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgICAgICBcclxuICAgICAgICA8bmctY29udGFpbmVyICAqbmdJZj1cImxvZ2ljLnF1ZXN0aW9uTmFtZSAhPSAnJyAmJiAobG9naWMub3BlcmF0b3IgJiYgbG9naWMub3BlcmF0b3IgIT0gJ2Fuc3dlcmVkJykgXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJsYWJlbCB2eC1mcy0xMSB2eC1mdy01MDAgdngtbGFiZWwtdHh0IHZ4LXR0LXVwcGVyY2FzZSB2eC1tYi0xXCI+UExFQVNFIFNFTEVDVCBUSEUgVkFMVUU8L2Rpdj5cclxuICAgICAgICAgICAgPGFwcC1sb2dpYy1tdWx0aXBsZS1jaG9pY2UgKm5nSWY9XCJzZWxlY3RlZExvZ2ljUXVlc3Rpb25UeXBlPT0nbXVsdGlwbGUtY2hvaWNlJ1wiIFtxdWVzdGlvbl09XCJxdWVzdGlvbnNBcnJheVtzZWxlY3RlZExvZ2ljUXVlc3Rpb25dXCIgKGNoYW5nZUV2ZW50KT1cIm11bHRpcGxlQ2hvaWNlQ2hlY2tlZCgkZXZlbnQpXCI+PC9hcHAtbG9naWMtbXVsdGlwbGUtY2hvaWNlPlxyXG4gICAgICAgICAgICA8YXBwLWxvZ2ljLWNoZWNrYm94ICpuZ0lmPVwic2VsZWN0ZWRMb2dpY1F1ZXN0aW9uVHlwZT09J2NoZWNrYm94J1wiICBbcXVlc3Rpb25dPVwicXVlc3Rpb25zQXJyYXlbc2VsZWN0ZWRMb2dpY1F1ZXN0aW9uXVwiIChjaGFuZ2VFdmVudCk9XCJjaGVja2JveFN0YXR1cygkZXZlbnQpXCI+PC9hcHAtbG9naWMtY2hlY2tib3g+XHJcbiAgICAgICAgICAgIDxhcHAtbG9naWMtaW1hZ2UtY2hvaWNlICpuZ0lmPVwiZmFsc2VcIj48L2FwcC1sb2dpYy1pbWFnZS1jaG9pY2U+XHJcbiAgICAgICAgICAgIDxhcHAtbG9naWMtc3Rhci1yYXRpbmcgKm5nSWY9XCJmYWxzZVwiPjwvYXBwLWxvZ2ljLXN0YXItcmF0aW5nPlxyXG4gICAgICAgICAgICA8YXBwLWxvZ2ljLXNpbmdsZS10ZXh0Ym94ICpuZ0lmPVwic2VsZWN0ZWRMb2dpY1F1ZXN0aW9uVHlwZT09J3NpbmdsZS10ZXh0Ym94J1wiIFtxdWVzdGlvbl09XCJxdWVzdGlvbnNBcnJheVtzZWxlY3RlZExvZ2ljUXVlc3Rpb25dXCIgKGNoYW5nZUV2ZW50KT1cInNlbGVjdGVkVmFsdWUgPSAkZXZlbnRcIj48L2FwcC1sb2dpYy1zaW5nbGUtdGV4dGJveD5cclxuICAgICAgICAgICAgPGFwcC1sb2dpYy1jb21tZW50LWJveCAqbmdJZj1cImZhbHNlXCI+PC9hcHAtbG9naWMtY29tbWVudC1ib3g+XHJcbiAgICAgICAgICAgIDxhcHAtbG9naWMtZHJvcGRvd24gKm5nSWY9XCJzZWxlY3RlZExvZ2ljUXVlc3Rpb25UeXBlPT0nZHJvcGRvd24nXCIgW3F1ZXN0aW9uXT1cInF1ZXN0aW9uc0FycmF5W3NlbGVjdGVkTG9naWNRdWVzdGlvbl1cIiAoY2hhbmdlRXZlbnQpPVwibXVsdGlwbGVDaG9pY2VDaGVja2VkKCRldmVudClcIj48L2FwcC1sb2dpYy1kcm9wZG93bj5cclxuICAgICAgICAgICAgPGFwcC1sb2dpYy1yYW5raW5nICpuZ0lmPVwiZmFsc2VcIj48L2FwcC1sb2dpYy1yYW5raW5nPlxyXG4gICAgICAgICAgICA8YXBwLWxvZ2ljLXNsaWRlciAqbmdJZj1cImZhbHNlXCI+PC9hcHAtbG9naWMtc2xpZGVyPlxyXG4gICAgICAgICAgICA8YXBwLWxvZ2ljLW11bHRpcGxlLXRleHRib3ggKm5nSWY9XCJmYWxzZVwiID48L2FwcC1sb2dpYy1tdWx0aXBsZS10ZXh0Ym94PlxyXG4gICAgICAgICAgICA8YXBwLWxvZ2ljLWRhdGUtdGltZSAqbmdJZj1cInNlbGVjdGVkTG9naWNRdWVzdGlvblR5cGU9PSdkYXRlLXRpbWUnXCIgW3F1ZXN0aW9uXT1cInF1ZXN0aW9uc0FycmF5W3NlbGVjdGVkTG9naWNRdWVzdGlvbl1cIiAoY2hhbmdlRXZlbnQpPVwibXVsdGlwbGVDaG9pY2VDaGVja2VkKCRldmVudClcIj48L2FwcC1sb2dpYy1kYXRlLXRpbWU+XHJcbiAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImVycm9yLW1zZyB2eC1mcy0xMSB2eC10eHQtcmVkXCIgKm5nSWY9J3Nob3dFcnJvci5pc1Zpc2libGUnPnt7c2hvd0Vycm9yLmVycm9yTWVzc2FnZX19PC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJhZGQtbG9naWMtZm9vdGVyIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1lbmQgdngtcGwtMyB2eC1wci0zIHZ4LW10LTVcIj5cclxuICAgICAgICA8YnV0dG9uIGNsYXNzPVwicmVzZXQtYnRuIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC10eHQtYmx1ZSB2eC10dC11cHBlcmNhc2UgdngtcC0wIHZ4LXBsLTQgdngtcHItNCB2eC1tLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWJldHdlZW5cIiAoY2xpY2spPVwicmVzZXRMb2dpYygpXCI+UkVTRVQ8L2J1dHRvbj5cclxuICAgICAgICA8YnV0dG9uIGNsYXNzPVwibG9naWMtYnRuIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC10eHQtd2hpdGUgdngtdHQtdXBwZXJjYXNlIHZ4LXAtMCB2eC1wbC00IHZ4LXByLTQgdngtbS0wIHZ4LW1sLTEgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWJldHdlZW5cIiAoY2xpY2spPVwiYWRkTG9naWMoKVwiPkFERCBMT0dJQzwvYnV0dG9uPlxyXG4gICAgPC9kaXY+XHJcbjwvZGl2PiJdfQ==
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":1,"members":[]},{"__symbol":2,"members":[]}]}],"ngOnInit":[{"__symbolic":"method"}],"getCurrentPageQuestions":[{"__symbolic":"method"}],"setIndex":[{"__symbolic":"method"}],"setOperator":[{"__symbolic":"method"}],"setValuesForLogicDropdown":[{"__symbolic":"method"}],"checkboxStatus":[{"__symbolic":"method"}],"multipleChoiceChecked":[{"__symbolic":"method"}],"rankingStatus":[{"__symbolic":"method"}],"setMultiplTextStatus":[{"__symbolic":"method"}],"addLogic":[{"__symbolic":"method"}],"closePopup":[{"__symbolic":"method"}],"populateSelectedValueForRanking":[{"__symbolic":"method"}],"checkForLogicValue":[{"__symbolic":"method"}],"deleteLogic":[{"__symbolic":"method"}],"setSelectedValue":[{"__symbolic":"method"}],"setValueForDateTimeType":[{"__symbolic":"method"}],"onSelectLogic":[{"__symbolic":"method"}],"resetLogic":[{"__symbolic":"method"}],"captureStarValue":[{"__symbolic":"method"}],"formatDate":[{"__symbolic":"method"}],"formateWithPipe":[{"__symbolic":"method"}],"formateBySlash":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":1,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":2,"members":[]}}}}],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-add-logic","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":3,"members":[]},"rendererType":{"__symbol":4,"members":[]},"componentFactory":{"__symbol":5,"members":[]}}}],"symbols":[{"__symbol":0,"name":"AddLogicComponent","filePath":"./add-logic.component"},{"__symbol":1,"name":"DialogConfig","filePath":"../../../../ui-kit/dialog/dialog-config"},{"__symbol":2,"name":"DialogRef","filePath":"../../../../ui-kit/dialog/dialog-ref"},{"__symbol":3,"name":"View_AddLogicComponent_0","filePath":"./add-logic.component.ngfactory"},{"__symbol":4,"name":"RenderType_AddLogicComponent","filePath":"./add-logic.component.ngfactory"},{"__symbol":5,"name":"AddLogicComponentNgFactory","filePath":"./add-logic.component.ngfactory"}]}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { DialogConfig } from '../../../../ui-kit/dialog/dialog-config';
|
|
3
|
+
import { DialogRef } from '../../../../ui-kit/dialog/dialog-ref';
|
|
4
|
+
export class AddPageDetailsComponent {
|
|
5
|
+
constructor(config, dialogRef) {
|
|
6
|
+
var _a;
|
|
7
|
+
this.config = config;
|
|
8
|
+
this.dialogRef = dialogRef;
|
|
9
|
+
this.pageDetails = { pageName: '', pageNumber: 0, pageDescription: '' };
|
|
10
|
+
this.description = {
|
|
11
|
+
mode: 'prime',
|
|
12
|
+
placeholder: 'Add description',
|
|
13
|
+
};
|
|
14
|
+
this.fd = (_a = config.data) === null || _a === void 0 ? void 0 : _a.ref;
|
|
15
|
+
}
|
|
16
|
+
ngOnInit() {
|
|
17
|
+
this.pageDetails.pageNumber = this.config.data.page;
|
|
18
|
+
this.pageDetails.pageName = this.config.data.pageDetails.pageName;
|
|
19
|
+
this.pageDetails.pageDescription = this.config.data.pageDetails.pageDescription;
|
|
20
|
+
this.pageDesc = this.config.data.pageDetails.pageDescription;
|
|
21
|
+
this.populatePageDetailsList();
|
|
22
|
+
}
|
|
23
|
+
savePageDetails() {
|
|
24
|
+
this.pageDetails.pageName = this.extractContent(this.pageDetails.pageName).trim().length > 0 ? this.pageDetails.pageName : '';
|
|
25
|
+
this.pageDetails.pageDescription = this.extractContent(this.pageDetails.pageDescription).trim().length > 0 ? this.pageDetails.pageDescription : '';
|
|
26
|
+
this.fd.currentPageDetails = Object.assign({}, this.pageDetails);
|
|
27
|
+
this.populatePageDetailsList();
|
|
28
|
+
if (this.pageDetails.pageName.trim().length > 0 || this.pageDetails.pageDescription.trim().length > 0) {
|
|
29
|
+
this.fd.showAddPageOption = false;
|
|
30
|
+
this.fd.showPageDetails = true;
|
|
31
|
+
}
|
|
32
|
+
else {
|
|
33
|
+
this.fd.showAddPageOption = true;
|
|
34
|
+
this.fd.showPageDetails = false;
|
|
35
|
+
}
|
|
36
|
+
this.dialogRef.close('SAVE');
|
|
37
|
+
}
|
|
38
|
+
extractContent(s) {
|
|
39
|
+
var span = document.createElement('span');
|
|
40
|
+
span.innerHTML = s;
|
|
41
|
+
return span.textContent || span.innerText;
|
|
42
|
+
}
|
|
43
|
+
;
|
|
44
|
+
populatePageDetailsList() {
|
|
45
|
+
let pagePresent = false;
|
|
46
|
+
this.fd.formsPage.pageDetailsList.forEach((pageDetails) => {
|
|
47
|
+
if (this.pageDetails.pageNumber === pageDetails.pageNumber) {
|
|
48
|
+
pageDetails.pageName = this.pageDetails.pageName;
|
|
49
|
+
pageDetails.pageDescription = this.pageDetails.pageDescription;
|
|
50
|
+
pagePresent = true;
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
if (!pagePresent) {
|
|
54
|
+
this.fd.formsPage.pageDetailsList.push(Object.assign({}, this.pageDetails));
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
cancelPageDetails() {
|
|
58
|
+
//this.cancel.emit();
|
|
59
|
+
this.dialogRef.close('CANCEL');
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
AddPageDetailsComponent.decorators = [
|
|
63
|
+
{ type: Component, args: [{
|
|
64
|
+
selector: 'app-add-page-details',
|
|
65
|
+
template: "<div class=\"form-dialog\">\r\n <div class=\"form-dialog-heading vx-d-flex vx-align-center vx-justify-between vx-pt-3 vx-pb-3 vx-pl-4 vx-pr-4 vx-mb-5\">\r\n <div class=\"heading vx-fs-14 vx-fw-500 vx-label-txt\">Add Page Details</div>\r\n <button (click)=\"cancelPageDetails()\" class=\"close vx-p-0 vx-m-0 vx-d-flex vx-align-center\"><i class=\"icons vx-fs-16 vx-label-txt\"></i></button>\r\n </div>\r\n\r\n <div class=\"form-dialog-mid vx-pb-5\">\r\n <div class=\"from-group vx-mt-1 vx-mb-4\">\r\n <label class=\"vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1\">PAGE TITLE</label>\r\n <!-- <div class=\"input-field\">\r\n <input type=\"text\" placeholder=\"Page title\" [class.error]=\"false\" />\r\n <button class=\"action vx-fs-13 vx-label-txt vx-p-0 vx-m-0 vx-ad-flex vx-align-center vx-justify-center\" (click)=\"clickEditor()\">Aa</button>\r\n <div class=\"editor-option\" *ngIf=\"showEditor\">\r\n <ul class=\"vx-d-flex vx-align-center vx-m-0\">\r\n <li><button class=\"vx-fs-13 vx-txt-white vx-p-0 vx-d-flex vx-align-center vx-justify-center\" [class.active]=\"true\">B</button></li>\r\n <li><button class=\"vx-fs-13 vx-txt-white vx-p-0 vx-d-flex vx-align-center vx-justify-center\" [class.active]=\"false\"><em>I</em></button></li>\r\n <li><button class=\"vx-fs-11 vx-txt-white vx-p-0 vx-d-flex vx-align-center vx-justify-center\" [class.active]=\"false\"><i class=\"icons\"></i></button></li>\r\n </ul>\r\n </div>\r\n </div> -->\r\n <app-single-line-editor [placeholder]=\"'Page title'\" [label]=\"false\" [editorMode]=\"'multiline'\" [(ngModel)]=\"pageDetails.pageName\"></app-single-line-editor>\r\n <!-- <div class=\"overlay\" *ngIf=\"showEditor\" ></div> -->\r\n </div>\r\n <div class=\"from-group vx-mt-1 vx-mb-4\">\r\n <label class=\"vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1\">PAGE DESCRIPTION</label>\r\n <marx-editor [editorConfig]=\"description\" [(ngModel)]='pageDetails.pageDescription'></marx-editor>\r\n </div>\r\n </div>\r\n <div class=\"form-dialog-btn vx-mt-4 vx-p-3 vx-d-flex vx-align-center vx-justify-end\">\r\n <button class=\"cancel-btn vx-fs-11 vx-fw-500 vx-txt-blue vx-tt-uppercase vx-m-0 vx-p-0 vx-d-flex vx-align-center vx-justify-center\" (click)=\"cancelPageDetails()\">CANCEL</button>\r\n <button class=\"save-btn vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-m-0 vx-ml-1 vx-p-0 vx-d-flex vx-align-center vx-justify-center\" [class.disabled]=\"false\" (click)=\"savePageDetails()\">SAVE</button>\r\n </div>\r\n</div>",
|
|
66
|
+
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 .form-dialog{background:#fff;width:31.25rem;height:100vh}::ng-deep .form-dialog-heading{background:#f8f8f8;border-bottom:1px solid #f1f1f1;height:2.75rem}::ng-deep .form-dialog-heading button.close{background:transparent;border:none;border-radius:0}::ng-deep .form-dialog-mid{padding-left:2rem;padding-right:2rem;height:calc(100vh - 8.125rem);overflow:auto}::ng-deep .form-dialog-mid::-webkit-scrollbar-track{background-color:#fff}::ng-deep .form-dialog-mid .from-group{position:relative}::ng-deep .form-dialog-mid .from-group .input-field{position:relative;z-index:2}::ng-deep .form-dialog-mid .from-group .input-field input[type=text]{height:2.5rem;border-radius:.25rem;border:1px solid #dbdbdb;background:#fff;outline:none;padding:.5rem .75rem;line-height:1.25rem;font-size:13px;font-weight:400;color:#747576;transition:all .2s ease-in-out;width:100%}::ng-deep .form-dialog-mid .from-group .input-field input[type=text]:focus,::ng-deep .form-dialog-mid .from-group .input-field input[type=text]:hover{border-color:#1e5dd3;box-shadow:0 0 5px rgba(30,93,211,.27)}::ng-deep .form-dialog-mid .from-group .input-field input[type=text]:focus+button.action,::ng-deep .form-dialog-mid .from-group .input-field input[type=text]:hover+button.action{border-color:#1e5dd3}::ng-deep .form-dialog-mid .from-group .input-field input[type=text]::-moz-placeholder{color:#dbdbdb;opacity:1}::ng-deep .form-dialog-mid .from-group .input-field input[type=text]:-ms-input-placeholder{color:#dbdbdb;opacity:1}::ng-deep .form-dialog-mid .from-group .input-field input[type=text]::placeholder{color:#dbdbdb;opacity:1}::ng-deep .form-dialog-mid .from-group .input-field button.action{background:#f1f1f1;border-radius:0 .25rem .25rem 0;border:1px solid #dbdbdb;border-left:none;position:absolute;top:0;right:0;width:2.5rem;height:2.5rem;transition:all .2s ease-in-out}::ng-deep .form-dialog-mid .from-group .input-field .editor-option{background:#161b2f;border-radius:0 0 .25rem .25rem;position:absolute;top:2.5rem;right:0;z-index:1}::ng-deep .form-dialog-mid .from-group .input-field .editor-option ul{list-style-type:none;padding:0 .125rem}::ng-deep .form-dialog-mid .from-group .input-field .editor-option ul li button{background:transparent;border:1px solid transparent;border-radius:0;width:2rem;height:2rem;margin:.25rem .125rem}::ng-deep .form-dialog-mid .from-group .input-field .editor-option ul li button.active{border-color:#f1f1f150}::ng-deep .form-dialog-mid .from-group app-single-line-editor .single-line-editor .editable-box.multiline{height:2.5rem;border-radius:.25rem;border:1px solid #dbdbdb;background:#fff;outline:none;padding:.5rem 2.5rem .5rem .75rem!important;line-height:1.5rem;font-size:13px;font-weight:400;color:#747576;transition:all .2s ease-in-out;width:100%}::ng-deep .form-dialog-mid .from-group app-single-line-editor .single-line-editor .editable-box.multiline:focus,::ng-deep .form-dialog-mid .from-group app-single-line-editor .single-line-editor .editable-box.multiline:hover{border-color:#1e5dd3;box-shadow:0 0 5px rgba(30,93,211,.27)}::ng-deep .form-dialog-mid .from-group app-single-line-editor .single-line-editor .editable-box.multiline:before{color:#747576}::ng-deep .form-dialog-mid .from-group app-single-line-editor .single-line-editor .action{bottom:1px;right:1px;background:#fff;padding:.625rem;border-radius:0 .25rem .25rem 0}::ng-deep .form-dialog-btn{background:#f8f8f8;border-top:1px solid #f1f1f1;height:3.125rem}::ng-deep .form-dialog-btn button{border-radius:.125rem;height:1.75rem;width:4.5rem}::ng-deep .form-dialog-btn button.cancel-btn{background:#fff;border:1px solid #f1f1f1}::ng-deep .form-dialog-btn button.save-btn{background:#1e5dd3;border:none}::ng-deep .form-dialog-btn button.disabled{background:#f1f1f1;color:#747576;pointer-events:none}"]
|
|
67
|
+
},] }
|
|
68
|
+
];
|
|
69
|
+
AddPageDetailsComponent.ctorParameters = () => [
|
|
70
|
+
{ type: DialogConfig },
|
|
71
|
+
{ type: DialogRef }
|
|
72
|
+
];
|
|
73
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkLXBhZ2UtZGV0YWlscy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvYWRkLXBhZ2UtZGV0YWlscy9hZGQtcGFnZS1kZXRhaWxzLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQ2xELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUN2RSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFVakUsTUFBTSxPQUFPLHVCQUF1QjtJQUdsQyxZQUFvQixNQUFvQixFQUFVLFNBQW1COztRQUFqRCxXQUFNLEdBQU4sTUFBTSxDQUFjO1FBQVUsY0FBUyxHQUFULFNBQVMsQ0FBVTtRQUlyRSxnQkFBVyxHQUFRLEVBQUMsUUFBUSxFQUFFLEVBQUUsRUFBRSxVQUFVLEVBQUUsQ0FBQyxFQUFFLGVBQWUsRUFBRSxFQUFFLEVBQUMsQ0FBQztRQW9EdEUsZ0JBQVcsR0FBaUI7WUFDMUIsSUFBSSxFQUFFLE9BQU87WUFDYixXQUFXLEVBQUUsaUJBQWlCO1NBQy9CLENBQUM7UUExREEsSUFBSSxDQUFDLEVBQUUsR0FBRyxNQUFBLE1BQU0sQ0FBQyxJQUFJLDBDQUFFLEdBQUcsQ0FBQztJQUM3QixDQUFDO0lBSUQsUUFBUTtRQUNOLElBQUksQ0FBQyxXQUFXLENBQUMsVUFBVSxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztRQUNwRCxJQUFJLENBQUMsV0FBVyxDQUFDLFFBQVEsR0FBSSxJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUFDO1FBQ25FLElBQUksQ0FBQyxXQUFXLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxlQUFlLENBQUM7UUFDaEYsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsZUFBZSxDQUFDO1FBQzdELElBQUksQ0FBQyx1QkFBdUIsRUFBRSxDQUFDO0lBQ2pDLENBQUM7SUFFRCxlQUFlO1FBQ2IsSUFBSSxDQUFDLFdBQVcsQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLFFBQVEsQ0FBQyxDQUFDLElBQUksRUFBRSxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFBLElBQUksQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUFBLENBQUMsQ0FBQSxFQUFFLENBQUM7UUFDM0gsSUFBSSxDQUFDLFdBQVcsQ0FBQyxlQUFlLEdBQUksSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLGVBQWUsQ0FBQyxDQUFDLElBQUksRUFBRSxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFBLElBQUksQ0FBQyxXQUFXLENBQUMsZUFBZSxDQUFBLENBQUMsQ0FBQSxFQUFFLENBQUM7UUFFakosSUFBSSxDQUFDLEVBQUUsQ0FBQyxrQkFBa0IscUJBQU8sSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDO1FBQ25ELElBQUksQ0FBQyx1QkFBdUIsRUFBRSxDQUFDO1FBQy9CLElBQUksSUFBSSxDQUFDLFdBQVcsQ0FBQyxRQUFRLENBQUMsSUFBSSxFQUFFLENBQUMsTUFBTSxHQUFHLENBQUMsSUFBSSxJQUFJLENBQUMsV0FBVyxDQUFDLGVBQWUsQ0FBQyxJQUFJLEVBQUUsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxFQUFHO1lBRXRHLElBQUksQ0FBQyxFQUFFLENBQUMsaUJBQWlCLEdBQUcsS0FBSyxDQUFDO1lBQ2xDLElBQUksQ0FBQyxFQUFFLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQztTQUNoQzthQUFNO1lBQ0wsSUFBSSxDQUFDLEVBQUUsQ0FBQyxpQkFBaUIsR0FBRyxJQUFJLENBQUM7WUFDakMsSUFBSSxDQUFDLEVBQUUsQ0FBQyxlQUFlLEdBQUcsS0FBSyxDQUFDO1NBQ2pDO1FBQ0QsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDL0IsQ0FBQztJQUVELGNBQWMsQ0FBQyxDQUFLO1FBQ2xCLElBQUksSUFBSSxHQUFHLFFBQVEsQ0FBQyxhQUFhLENBQUMsTUFBTSxDQUFDLENBQUM7UUFDMUMsSUFBSSxDQUFDLFNBQVMsR0FBRyxDQUFDLENBQUM7UUFDbkIsT0FBTyxJQUFJLENBQUMsV0FBVyxJQUFJLElBQUksQ0FBQyxTQUFTLENBQUM7SUFDNUMsQ0FBQztJQUFBLENBQUM7SUFFRix1QkFBdUI7UUFDckIsSUFBSSxXQUFXLEdBQUcsS0FBSyxDQUFDO1FBQ3hCLElBQUksQ0FBQyxFQUFFLENBQUMsU0FBUyxDQUFDLGVBQWUsQ0FBQyxPQUFPLENBQUMsQ0FBQyxXQUFlLEVBQUUsRUFBRTtZQUM1RCxJQUFJLElBQUksQ0FBQyxXQUFXLENBQUMsVUFBVSxLQUFLLFdBQVcsQ0FBQyxVQUFVLEVBQUU7Z0JBQzFELFdBQVcsQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxRQUFRLENBQUM7Z0JBQ2pELFdBQVcsQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxlQUFlLENBQUM7Z0JBQy9ELFdBQVcsR0FBRyxJQUFJLENBQUM7YUFDcEI7UUFDSCxDQUFDLENBQUMsQ0FBQztRQUNILElBQUksQ0FBQyxXQUFXLEVBQUU7WUFDaEIsSUFBSSxDQUFDLEVBQUUsQ0FBQyxTQUFTLENBQUMsZUFBZSxDQUFDLElBQUksbUJBQUssSUFBSSxDQUFDLFdBQVcsRUFBRSxDQUFDO1NBQy9EO0lBRUgsQ0FBQztJQUVELGlCQUFpQjtRQUNiLHFCQUFxQjtRQUNyQixJQUFJLENBQUMsU0FBUyxDQUFDLEtBQUssQ0FBQyxRQUFRLENBQUMsQ0FBQTtJQUNsQyxDQUFDOzs7WUEvREYsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSxzQkFBc0I7Z0JBQ2hDLDh3RkFBZ0Q7O2FBRWpEOzs7WUFWUSxZQUFZO1lBQ1osU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IERpYWxvZ0NvbmZpZyB9IGZyb20gJy4uLy4uLy4uLy4uL3VpLWtpdC9kaWFsb2cvZGlhbG9nLWNvbmZpZyc7XHJcbmltcG9ydCB7IERpYWxvZ1JlZiB9IGZyb20gJy4uLy4uLy4uLy4uL3VpLWtpdC9kaWFsb2cvZGlhbG9nLXJlZic7XHJcblxyXG5pbXBvcnQgeyBFZGl0b3JDb25maWcgfSBmcm9tICd2Y29tcGx5LWVkaXRvcic7XHJcbmltcG9ydCB7IEVkaXRvclNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9lZGl0b3Iuc2VydmljZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1hZGQtcGFnZS1kZXRhaWxzJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vYWRkLXBhZ2UtZGV0YWlscy5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vYWRkLXBhZ2UtZGV0YWlscy5jb21wb25lbnQubGVzcyddLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgQWRkUGFnZURldGFpbHNDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG4gIHBhZ2VEZXNjITogc3RyaW5nO1xyXG4gIHB1YmxpYyBmZCAhOmFueTtcclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGNvbmZpZzogRGlhbG9nQ29uZmlnLCBwcml2YXRlIGRpYWxvZ1JlZjpEaWFsb2dSZWYpIHsgXHJcbiAgICB0aGlzLmZkID0gY29uZmlnLmRhdGE/LnJlZjtcclxuICB9XHJcblxyXG4gIHBhZ2VEZXRhaWxzOiBhbnkgPSB7cGFnZU5hbWU6ICcnLCBwYWdlTnVtYmVyOiAwLCBwYWdlRGVzY3JpcHRpb246ICcnfTtcclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICB0aGlzLnBhZ2VEZXRhaWxzLnBhZ2VOdW1iZXIgPSB0aGlzLmNvbmZpZy5kYXRhLnBhZ2U7XHJcbiAgICB0aGlzLnBhZ2VEZXRhaWxzLnBhZ2VOYW1lID0gIHRoaXMuY29uZmlnLmRhdGEucGFnZURldGFpbHMucGFnZU5hbWU7XHJcbiAgICB0aGlzLnBhZ2VEZXRhaWxzLnBhZ2VEZXNjcmlwdGlvbiA9IHRoaXMuY29uZmlnLmRhdGEucGFnZURldGFpbHMucGFnZURlc2NyaXB0aW9uOyBcclxuICAgIHRoaXMucGFnZURlc2MgPSB0aGlzLmNvbmZpZy5kYXRhLnBhZ2VEZXRhaWxzLnBhZ2VEZXNjcmlwdGlvbjsgXHJcbiAgICB0aGlzLnBvcHVsYXRlUGFnZURldGFpbHNMaXN0KCk7XHJcbiAgfVxyXG5cclxuICBzYXZlUGFnZURldGFpbHMoKSB7XHJcbiAgICB0aGlzLnBhZ2VEZXRhaWxzLnBhZ2VOYW1lID0gdGhpcy5leHRyYWN0Q29udGVudCh0aGlzLnBhZ2VEZXRhaWxzLnBhZ2VOYW1lKS50cmltKCkubGVuZ3RoID4gMCA/dGhpcy5wYWdlRGV0YWlscy5wYWdlTmFtZTonJztcclxuICAgIHRoaXMucGFnZURldGFpbHMucGFnZURlc2NyaXB0aW9uID0gIHRoaXMuZXh0cmFjdENvbnRlbnQodGhpcy5wYWdlRGV0YWlscy5wYWdlRGVzY3JpcHRpb24pLnRyaW0oKS5sZW5ndGggPiAwID90aGlzLnBhZ2VEZXRhaWxzLnBhZ2VEZXNjcmlwdGlvbjonJztcclxuICAgIFxyXG4gICAgdGhpcy5mZC5jdXJyZW50UGFnZURldGFpbHMgPSB7Li4udGhpcy5wYWdlRGV0YWlsc307XHJcbiAgICB0aGlzLnBvcHVsYXRlUGFnZURldGFpbHNMaXN0KCk7XHJcbiAgICBpZiAodGhpcy5wYWdlRGV0YWlscy5wYWdlTmFtZS50cmltKCkubGVuZ3RoID4gMCB8fCB0aGlzLnBhZ2VEZXRhaWxzLnBhZ2VEZXNjcmlwdGlvbi50cmltKCkubGVuZ3RoID4gMCApIHtcclxuICAgICAgXHJcbiAgICAgIHRoaXMuZmQuc2hvd0FkZFBhZ2VPcHRpb24gPSBmYWxzZTtcclxuICAgICAgdGhpcy5mZC5zaG93UGFnZURldGFpbHMgPSB0cnVlO1xyXG4gICAgfSBlbHNlIHtcclxuICAgICAgdGhpcy5mZC5zaG93QWRkUGFnZU9wdGlvbiA9IHRydWU7XHJcbiAgICAgIHRoaXMuZmQuc2hvd1BhZ2VEZXRhaWxzID0gZmFsc2U7XHJcbiAgICB9XHJcbiAgICB0aGlzLmRpYWxvZ1JlZi5jbG9zZSgnU0FWRScpO1xyXG4gIH1cclxuXHJcbiAgZXh0cmFjdENvbnRlbnQoczphbnkpIHtcclxuICAgIHZhciBzcGFuID0gZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgnc3BhbicpO1xyXG4gICAgc3Bhbi5pbm5lckhUTUwgPSBzO1xyXG4gICAgcmV0dXJuIHNwYW4udGV4dENvbnRlbnQgfHwgc3Bhbi5pbm5lclRleHQ7XHJcbiAgfTtcclxuXHJcbiAgcG9wdWxhdGVQYWdlRGV0YWlsc0xpc3QoKSB7XHJcbiAgICBsZXQgcGFnZVByZXNlbnQgPSBmYWxzZTtcclxuICAgIHRoaXMuZmQuZm9ybXNQYWdlLnBhZ2VEZXRhaWxzTGlzdC5mb3JFYWNoKChwYWdlRGV0YWlsczphbnkpID0+IHtcclxuICAgICAgaWYgKHRoaXMucGFnZURldGFpbHMucGFnZU51bWJlciA9PT0gcGFnZURldGFpbHMucGFnZU51bWJlcikge1xyXG4gICAgICAgIHBhZ2VEZXRhaWxzLnBhZ2VOYW1lID0gdGhpcy5wYWdlRGV0YWlscy5wYWdlTmFtZTtcclxuICAgICAgICBwYWdlRGV0YWlscy5wYWdlRGVzY3JpcHRpb24gPSB0aGlzLnBhZ2VEZXRhaWxzLnBhZ2VEZXNjcmlwdGlvbjtcclxuICAgICAgICBwYWdlUHJlc2VudCA9IHRydWU7XHJcbiAgICAgIH1cclxuICAgIH0pO1xyXG4gICAgaWYgKCFwYWdlUHJlc2VudCkge1xyXG4gICAgICB0aGlzLmZkLmZvcm1zUGFnZS5wYWdlRGV0YWlsc0xpc3QucHVzaCh7Li4udGhpcy5wYWdlRGV0YWlsc30pO1xyXG4gICAgfVxyXG4gICAgXHJcbiAgfVxyXG5cclxuICBjYW5jZWxQYWdlRGV0YWlscygpIHtcclxuICAgICAgLy90aGlzLmNhbmNlbC5lbWl0KCk7XHJcbiAgICAgIHRoaXMuZGlhbG9nUmVmLmNsb3NlKCdDQU5DRUwnKVxyXG4gIH1cclxuICBkZXNjcmlwdGlvbjogRWRpdG9yQ29uZmlnID0ge1xyXG4gICAgbW9kZTogJ3ByaW1lJyxcclxuICAgIHBsYWNlaG9sZGVyOiAnQWRkIGRlc2NyaXB0aW9uJyxcclxuICB9O1xyXG59XHJcblxyXG5cclxuXHJcblxyXG4iXX0=
|
|
@@ -0,0 +1,39 @@
|
|
|
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 "./add-page-details.component.less.shim.ngstyle";
|
|
8
|
+
import * as i1 from "@angular/core";
|
|
9
|
+
import * as i2 from "../single-line-editor/single-line-editor.component.ngfactory";
|
|
10
|
+
import * as i3 from "../single-line-editor/single-line-editor.component";
|
|
11
|
+
import * as i4 from "@angular/forms";
|
|
12
|
+
import * as i5 from "../../../../../../../../node_modules/vcomply-editor/vcomply-editor.ngfactory";
|
|
13
|
+
import * as i6 from "vcomply-editor";
|
|
14
|
+
import * as i7 from "./add-page-details.component";
|
|
15
|
+
import * as i8 from "../../../../ui-kit/dialog/dialog-config";
|
|
16
|
+
import * as i9 from "../../../../ui-kit/dialog/dialog-ref";
|
|
17
|
+
var styles_AddPageDetailsComponent = [i0.styles];
|
|
18
|
+
var RenderType_AddPageDetailsComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_AddPageDetailsComponent, data: {} });
|
|
19
|
+
export { RenderType_AddPageDetailsComponent as RenderType_AddPageDetailsComponent };
|
|
20
|
+
export function View_AddPageDetailsComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 30, "div", [["class", "form-dialog"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "div", [["class", "form-dialog-heading vx-d-flex vx-align-center vx-justify-between vx-pt-3 vx-pb-3 vx-pl-4 vx-pr-4 vx-mb-5"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 1, "div", [["class", "heading vx-fs-14 vx-fw-500 vx-label-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Add Page Details"])), (_l()(), i1.ɵeld(4, 0, null, null, 2, "button", [["class", "close vx-p-0 vx-m-0 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
21
|
+
var pd_0 = (_co.cancelPageDetails() !== false);
|
|
22
|
+
ad = (pd_0 && ad);
|
|
23
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(5, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-label-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE93F"])), (_l()(), i1.ɵeld(7, 0, null, null, 18, "div", [["class", "form-dialog-mid vx-pb-5"]], null, null, null, null, null)), (_l()(), i1.ɵeld(8, 0, null, null, 8, "div", [["class", "from-group vx-mt-1 vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 1, "label", [["class", "vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["PAGE TITLE"])), (_l()(), i1.ɵeld(11, 0, null, null, 5, "app-single-line-editor", [], [[2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "ngModelChange"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("ngModelChange" === en)) {
|
|
24
|
+
var pd_0 = ((_co.pageDetails.pageName = $event) !== false);
|
|
25
|
+
ad = (pd_0 && ad);
|
|
26
|
+
} return ad; }, i2.View_SingleLineEditorComponent_0, i2.RenderType_SingleLineEditorComponent)), i1.ɵdid(12, 114688, null, 0, i3.SingleLineEditorComponent, [], { placeholder: [0, "placeholder"], editorMode: [1, "editorMode"], label: [2, "label"] }, null), i1.ɵprd(1024, null, i4.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i3.SingleLineEditorComponent]), i1.ɵdid(14, 671744, null, 0, i4.NgModel, [[8, null], [8, null], [8, null], [6, i4.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i4.NgControl, null, [i4.NgModel]), i1.ɵdid(16, 16384, null, 0, i4.NgControlStatus, [[4, i4.NgControl]], null, null), (_l()(), i1.ɵeld(17, 0, null, null, 8, "div", [["class", "from-group vx-mt-1 vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(18, 0, null, null, 1, "label", [["class", "vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["PAGE DESCRIPTION"])), (_l()(), i1.ɵeld(20, 0, null, null, 5, "marx-editor", [], [[2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "ngModelChange"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("ngModelChange" === en)) {
|
|
27
|
+
var pd_0 = ((_co.pageDetails.pageDescription = $event) !== false);
|
|
28
|
+
ad = (pd_0 && ad);
|
|
29
|
+
} return ad; }, i5.View_ɵa_0, i5.RenderType_ɵa)), i1.ɵdid(21, 4898816, null, 0, i6.ɵa, [], { editorConfig: [0, "editorConfig"] }, null), i1.ɵprd(1024, null, i4.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i6.ɵa]), i1.ɵdid(23, 671744, null, 0, i4.NgModel, [[8, null], [8, null], [8, null], [6, i4.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i4.NgControl, null, [i4.NgModel]), i1.ɵdid(25, 16384, null, 0, i4.NgControlStatus, [[4, i4.NgControl]], null, null), (_l()(), i1.ɵeld(26, 0, null, null, 4, "div", [["class", "form-dialog-btn vx-mt-4 vx-p-3 vx-d-flex vx-align-center vx-justify-end"]], null, null, null, null, null)), (_l()(), i1.ɵeld(27, 0, null, null, 1, "button", [["class", "cancel-btn vx-fs-11 vx-fw-500 vx-txt-blue vx-tt-uppercase vx-m-0 vx-p-0 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
30
|
+
var pd_0 = (_co.cancelPageDetails() !== false);
|
|
31
|
+
ad = (pd_0 && ad);
|
|
32
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["CANCEL"])), (_l()(), i1.ɵeld(29, 0, null, null, 1, "button", [["class", "save-btn vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-m-0 vx-ml-1 vx-p-0 vx-d-flex vx-align-center vx-justify-center"]], [[2, "disabled", null]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
33
|
+
var pd_0 = (_co.savePageDetails() !== false);
|
|
34
|
+
ad = (pd_0 && ad);
|
|
35
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["SAVE"]))], function (_ck, _v) { var _co = _v.component; var currVal_7 = "Page title"; var currVal_8 = "multiline"; var currVal_9 = false; _ck(_v, 12, 0, currVal_7, currVal_8, currVal_9); var currVal_10 = _co.pageDetails.pageName; _ck(_v, 14, 0, currVal_10); var currVal_18 = _co.description; _ck(_v, 21, 0, currVal_18); var currVal_19 = _co.pageDetails.pageDescription; _ck(_v, 23, 0, currVal_19); }, function (_ck, _v) { var currVal_0 = i1.ɵnov(_v, 16).is("untouched"); var currVal_1 = i1.ɵnov(_v, 16).is("touched"); var currVal_2 = i1.ɵnov(_v, 16).is("pristine"); var currVal_3 = i1.ɵnov(_v, 16).is("dirty"); var currVal_4 = i1.ɵnov(_v, 16).is("valid"); var currVal_5 = i1.ɵnov(_v, 16).is("invalid"); var currVal_6 = i1.ɵnov(_v, 16).is("pending"); _ck(_v, 11, 0, currVal_0, currVal_1, currVal_2, currVal_3, currVal_4, currVal_5, currVal_6); var currVal_11 = i1.ɵnov(_v, 25).is("untouched"); var currVal_12 = i1.ɵnov(_v, 25).is("touched"); var currVal_13 = i1.ɵnov(_v, 25).is("pristine"); var currVal_14 = i1.ɵnov(_v, 25).is("dirty"); var currVal_15 = i1.ɵnov(_v, 25).is("valid"); var currVal_16 = i1.ɵnov(_v, 25).is("invalid"); var currVal_17 = i1.ɵnov(_v, 25).is("pending"); _ck(_v, 20, 0, currVal_11, currVal_12, currVal_13, currVal_14, currVal_15, currVal_16, currVal_17); var currVal_20 = false; _ck(_v, 29, 0, currVal_20); }); }
|
|
36
|
+
export function View_AddPageDetailsComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-add-page-details", [], null, null, null, View_AddPageDetailsComponent_0, RenderType_AddPageDetailsComponent)), i1.ɵdid(1, 114688, null, 0, i7.AddPageDetailsComponent, [i8.DialogConfig, i9.DialogRef], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
37
|
+
var AddPageDetailsComponentNgFactory = i1.ɵccf("app-add-page-details", i7.AddPageDetailsComponent, View_AddPageDetailsComponent_Host_0, {}, {}, []);
|
|
38
|
+
export { AddPageDetailsComponentNgFactory as AddPageDetailsComponentNgFactory };
|
|
39
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkLXBhZ2UtZGV0YWlscy5jb21wb25lbnQubmdmYWN0b3J5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2FkZC1wYWdlLWRldGFpbHMvYWRkLXBhZ2UtZGV0YWlscy5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2FkZC1wYWdlLWRldGFpbHMvYWRkLXBhZ2UtZGV0YWlscy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7O3lFQ0FBLHFHQWdDTSxLQS9CRixpTUFHTSxLQUZGLGdJQUEyRSxLQUF0Qiw2Q0FBZ0IsTUFDckUsNkxBQXdKLFlBQWhKOzt3QkFBNkI7TUFBckMsd0JBQXdKLEtBQTVELGtIQUFtRCxLQUFaLG1DQUFRLE1BRy9JLGlIQXFCTSxLQXBCRixtSEFlTSxLQWRGLGtKQUF5RixLQUFsQix1Q0FBVSxNQVlqRixzVUFBNEosWUFBNUQ7O3dCQUFrQztNQUFsSSxncEJBQTRKLElBR2hLLG9IQUdNLEtBRkYsbUpBQStGLEtBQXhCLDZDQUFnQixNQUN2RiwyVEFBa0csWUFBeEQ7O3dCQUF5QztNQUFuRixtZ0JBQWtHLElBRzFHLGlLQUdNLEtBRkYsb1FBQWlMLFlBQTdDOzt3QkFBNkI7TUFBakssd0JBQWlMLEtBQWYsbUNBQU0sTUFDeEssOFJBQTZNLFlBQXpDOzt3QkFBMkI7TUFBL0wsd0JBQTZNLEtBQWIsaUNBQUksbURBVnhLLDRCQUE0QixFQUFpQiwyQkFBMEIsRUFBMUMscUJBQWUsRUFBcEUsYUFBNEosRUFBcEksU0FBNEIsRUFBaUIsU0FBMEIsRUFBMUMsU0FBZSxHQUE0QixvQkFBa0MsdUJBQWxJLGFBQTRKLEVBQTVELFVBQWtDLEdBS3JILG9CQUE0QixjQUF6QyxhQUFrRyxFQUFyRixVQUE0QixHQUFDLG9CQUF5Qyw4QkFBbkYsYUFBa0csRUFBeEQsVUFBeUMsMkJBTG5GLGthQUE0SixHQUs1SixnYkFBa0csR0FLcUMsc0JBQXdCLEVBQW5LLGFBQTZNLEVBQWxFLFVBQXdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiPGRpdiBjbGFzcz1cImZvcm0tZGlhbG9nXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZm9ybS1kaWFsb2ctaGVhZGluZyB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktYmV0d2VlbiB2eC1wdC0zIHZ4LXBiLTMgdngtcGwtNCB2eC1wci00IHZ4LW1iLTVcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiaGVhZGluZyB2eC1mcy0xNCB2eC1mdy01MDAgdngtbGFiZWwtdHh0XCI+QWRkIFBhZ2UgRGV0YWlsczwvZGl2PlxyXG4gICAgICAgIDxidXR0b24gKGNsaWNrKT1cImNhbmNlbFBhZ2VEZXRhaWxzKClcIiBjbGFzcz1cImNsb3NlIHZ4LXAtMCB2eC1tLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiPjxpIGNsYXNzPVwiaWNvbnMgdngtZnMtMTYgdngtbGFiZWwtdHh0XCI+JiN4ZTkzZjs8L2k+PC9idXR0b24+XHJcbiAgICA8L2Rpdj5cclxuXHJcbiAgICA8ZGl2IGNsYXNzPVwiZm9ybS1kaWFsb2ctbWlkIHZ4LXBiLTVcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZnJvbS1ncm91cCB2eC1tdC0xIHZ4LW1iLTRcIj5cclxuICAgICAgICAgICAgPGxhYmVsIGNsYXNzPVwidngtZnMtMTEgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC10dC11cHBlcmNhc2UgdngtbWItMVwiPlBBR0UgVElUTEU8L2xhYmVsPlxyXG4gICAgICAgICAgICA8IS0tIDxkaXYgY2xhc3M9XCJpbnB1dC1maWVsZFwiPlxyXG4gICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJ0ZXh0XCIgcGxhY2Vob2xkZXI9XCJQYWdlIHRpdGxlXCIgW2NsYXNzLmVycm9yXT1cImZhbHNlXCIgLz5cclxuICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJhY3Rpb24gdngtZnMtMTMgdngtbGFiZWwtdHh0IHZ4LXAtMCB2eC1tLTAgdngtYWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIiAoY2xpY2spPVwiY2xpY2tFZGl0b3IoKVwiPkFhPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZWRpdG9yLW9wdGlvblwiICpuZ0lmPVwic2hvd0VkaXRvclwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDx1bCBjbGFzcz1cInZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtbS0wXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxsaT48YnV0dG9uIGNsYXNzPVwidngtZnMtMTMgdngtdHh0LXdoaXRlIHZ4LXAtMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCIgW2NsYXNzLmFjdGl2ZV09XCJ0cnVlXCI+QjwvYnV0dG9uPjwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxsaT48YnV0dG9uIGNsYXNzPVwidngtZnMtMTMgdngtdHh0LXdoaXRlIHZ4LXAtMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCIgW2NsYXNzLmFjdGl2ZV09XCJmYWxzZVwiPjxlbT5JPC9lbT48L2J1dHRvbj48L2xpPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8bGk+PGJ1dHRvbiBjbGFzcz1cInZ4LWZzLTExIHZ4LXR4dC13aGl0ZSB2eC1wLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiIFtjbGFzcy5hY3RpdmVdPVwiZmFsc2VcIj48aSBjbGFzcz1cImljb25zXCI+JiN4ZWIwYTs8L2k+PC9idXR0b24+PC9saT5cclxuICAgICAgICAgICAgICAgICAgICA8L3VsPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PiAtLT5cclxuICAgICAgICAgICAgPGFwcC1zaW5nbGUtbGluZS1lZGl0b3IgW3BsYWNlaG9sZGVyXT1cIidQYWdlIHRpdGxlJ1wiIFtsYWJlbF09XCJmYWxzZVwiIFtlZGl0b3JNb2RlXT1cIidtdWx0aWxpbmUnXCIgWyhuZ01vZGVsKV09XCJwYWdlRGV0YWlscy5wYWdlTmFtZVwiPjwvYXBwLXNpbmdsZS1saW5lLWVkaXRvcj5cclxuICAgICAgICAgICAgPCEtLSA8ZGl2IGNsYXNzPVwib3ZlcmxheVwiICpuZ0lmPVwic2hvd0VkaXRvclwiID48L2Rpdj4gLS0+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImZyb20tZ3JvdXAgdngtbXQtMSB2eC1tYi00XCI+XHJcbiAgICAgICAgICAgIDxsYWJlbCBjbGFzcz1cInZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LW1iLTFcIj5QQUdFIERFU0NSSVBUSU9OPC9sYWJlbD5cclxuICAgICAgICAgICAgPG1hcngtZWRpdG9yIFtlZGl0b3JDb25maWddPVwiZGVzY3JpcHRpb25cIiBbKG5nTW9kZWwpXT0ncGFnZURldGFpbHMucGFnZURlc2NyaXB0aW9uJz48L21hcngtZWRpdG9yPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwiZm9ybS1kaWFsb2ctYnRuIHZ4LW10LTQgdngtcC0zIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1lbmRcIj5cclxuICAgICAgICA8YnV0dG9uIGNsYXNzPVwiY2FuY2VsLWJ0biB2eC1mcy0xMSB2eC1mdy01MDAgdngtdHh0LWJsdWUgdngtdHQtdXBwZXJjYXNlIHZ4LW0tMCB2eC1wLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiIChjbGljayk9XCJjYW5jZWxQYWdlRGV0YWlscygpXCI+Q0FOQ0VMPC9idXR0b24+XHJcbiAgICAgICAgPGJ1dHRvbiBjbGFzcz1cInNhdmUtYnRuIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC10eHQtd2hpdGUgdngtdHQtdXBwZXJjYXNlIHZ4LW0tMCB2eC1tbC0xIHZ4LXAtMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCIgW2NsYXNzLmRpc2FibGVkXT1cImZhbHNlXCIgKGNsaWNrKT1cInNhdmVQYWdlRGV0YWlscygpXCI+U0FWRTwvYnV0dG9uPlxyXG4gICAgPC9kaXY+XHJcbjwvZGl2PiJdfQ==
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":1,"members":[]},{"__symbol":2,"members":[]}]}],"ngOnInit":[{"__symbolic":"method"}],"savePageDetails":[{"__symbolic":"method"}],"extractContent":[{"__symbolic":"method"}],"populatePageDetailsList":[{"__symbolic":"method"}],"cancelPageDetails":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":1,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":2,"members":[]}}}}],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-add-page-details","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":3,"members":[]},"rendererType":{"__symbol":4,"members":[]},"componentFactory":{"__symbol":5,"members":[]}}}],"symbols":[{"__symbol":0,"name":"AddPageDetailsComponent","filePath":"./add-page-details.component"},{"__symbol":1,"name":"DialogConfig","filePath":"../../../../ui-kit/dialog/dialog-config"},{"__symbol":2,"name":"DialogRef","filePath":"../../../../ui-kit/dialog/dialog-ref"},{"__symbol":3,"name":"View_AddPageDetailsComponent_0","filePath":"./add-page-details.component.ngfactory"},{"__symbol":4,"name":"RenderType_AddPageDetailsComponent","filePath":"./add-page-details.component.ngfactory"},{"__symbol":5,"name":"AddPageDetailsComponentNgFactory","filePath":"./add-page-details.component.ngfactory"}]}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
export class AddResponseSetPopupComponent {
|
|
3
|
+
constructor() {
|
|
4
|
+
this.setResponse = false;
|
|
5
|
+
this.hideSpecificCategory = false;
|
|
6
|
+
}
|
|
7
|
+
ngOnInit() {
|
|
8
|
+
}
|
|
9
|
+
showResponse() {
|
|
10
|
+
this.setResponse = !this.setResponse;
|
|
11
|
+
}
|
|
12
|
+
clickSpecificCategory() {
|
|
13
|
+
this.hideSpecificCategory = true;
|
|
14
|
+
}
|
|
15
|
+
backResponseSet() {
|
|
16
|
+
this.hideSpecificCategory = false;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
AddResponseSetPopupComponent.decorators = [
|
|
20
|
+
{ type: Component, args: [{
|
|
21
|
+
selector: 'app-add-response-set-popup',
|
|
22
|
+
template: "<div class=\"form-dialog\">\r\n <div class=\"form-dialog-heading vx-d-flex vx-align-center vx-justify-between vx-pt-3 vx-pb-3 vx-pl-4 vx-pr-4 vx-mb-2\">\r\n <ng-container *ngIf=\"!hideSpecificCategory\">\r\n <div class=\"heading vx-fs-14 vx-fw-500 vx-label-txt\">Add a Response Set</div>\r\n <button class=\"close vx-p-0 vx-m-0 vx-d-flex vx-align-center\" [appTooltip]=\"'[Esc] to close'\" placement=\"left\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"true\"><i class=\"icons vx-fs-16 vx-label-txt\"></i></button>\r\n </ng-container>\r\n <ng-container *ngIf=\"hideSpecificCategory\">\r\n <div class=\"heading vx-fs-14 vx-fw-500 vx-label-txt\">Select Form Categories</div>\r\n <button (click)=\"backResponseSet()\" class=\"close vx-fs-12 vx-fw-500 vx-label-txt vx-tt-uppercase vx-p-0 vx-m-0 vx-d-flex vx-align-center\"><i class=\"icons vx-fs-16 vx-mr-2\"></i> BACK</button>\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"!hideSpecificCategory\" class=\"form-dialog-mid vx-p-4 vx-pt-0\">\r\n <div class=\"from-group vx-mt-1 vx-mb-4\">\r\n <label class=\"vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1\">RESPONSE SET NAME</label>\r\n <input type=\"text\" placeholder=\"Name this response set\" />\r\n </div>\r\n <div class=\"from-group vx-mt-1 vx-mb-4\">\r\n <label class=\"vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1\">THIS RESPONSE SET IS APPLICABLE FOR:</label>\r\n <div class=\"vx-d-flex vx-align-center vx-justify-between\">\r\n <div class=\"set-item vx-d-flex vx-align-center vx-p-2\">\r\n <app-cs-radio><span class=\"name vx-fs-11 vx-fw-500 vx-paragraph-txt vx-tt-uppercase\">ALL FORM CATEGORIES</span></app-cs-radio>\r\n </div>\r\n <div class=\"set-item vx-d-flex vx-align-center vx-p-2\">\r\n <div class=\"specific-radio vx-d-flex vx-align-center\" (click)=\"clickSpecificCategory()\">\r\n <span class=\"circle-radio vx-mr-3\"></span>\r\n <span class=\"name vx-fs-11 vx-fw-500 vx-paragraph-txt vx-tt-uppercase\">SPECIFIC FORM CATEGORIES</span>\r\n </div>\r\n <div *ngIf=\"false\" class=\"after-select vx-d-flex vx-align-center vx-w-100\">\r\n <span class=\"circle-radio vx-mr-3\"></span>\r\n <div class=\"input-group vx-d-flex vx-align-center vx-justify-between\">\r\n <div class=\"left vx-d-flex vx-align-center\">\r\n <div class=\"chip vx-fs-11 vx-txt-blue vx-pl-2 vx-pr-2 vx-lh-5\" [appTooltip]=\"'category text'\" placement=\"bottom-left\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"false\">category text</div>\r\n <button class=\"count vx-fs-10 vx-txt-white vx-p-0 vx-pl-1 vx-pr-1 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center vx-lh-5\" appPopover (click)=\"responseCount.popover()\" position=\"right\">+13</button>\r\n <app-popover #responseCount>\r\n <div class=\"action-list\">\r\n <ul class=\"action-item\">\r\n <li *ngFor=\"let data of [1, 1, 1, 1, 1, 1, 1]\">\r\n <div class=\"chip-item\">\r\n <span class=\"vx-paragraph-txt\" [appTooltip]=\"'Category response name'\" placement=\"bottom-left\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"true\">Category response name</span>\r\n </div>\r\n </li>\r\n </ul>\r\n </div>\r\n </app-popover>\r\n </div>\r\n <button class=\"edit vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-p-0 vx-pl-2 vx-pr-2 vx-m-0 vx-d-flex vx-align-center vx-lh-5\">EDIT</button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"from-group vx-mt-1 vx-mb-4\">\r\n <label class=\"vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1\">RESPONSE CHOICES</label>\r\n <div class=\"choice-item vx-d-flex vx-mt-5\">\r\n <div class=\"number vx-fs-12 vx-fw-500 vx-txt-white vx-d-flex vx-align-center vx-justify-center vx-p-1 vx-mr-4\" style=\"background: #1E5DD3;\">1</div>\r\n <div class=\"right\">\r\n <ng-container>\r\n <div class=\"edit-mode\" (click)=\"showResponse()\">\r\n <input type=\"text\" placeholder=\"Type your response\" />\r\n <button class=\"set-icon vx-fs-14 vx-txt-blue vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center\"><i class=\"icons\"></i></button>\r\n </div>\r\n <div class=\"set-popup vx-p-3 vx-d-flex vx-justify-between\" *ngIf=\"!setResponse\">\r\n <div class=\"item\">\r\n <div class=\"heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1\">SET COLOR</div>\r\n <div class=\"color-box vx-p-1 vx-d-flex vx-align-center vx-justify-center\" style=\"color: #1E5DD3;\">\r\n <i class=\"icons vx-fs-18\"></i>\r\n <input type=\"color\" />\r\n </div>\r\n </div>\r\n <div class=\"item\">\r\n <div class=\"heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1\">ADD SCORE</div>\r\n <div class=\"score-input vx-d-flex\">\r\n <input type=\"number\" value=\"1\" />\r\n <div class=\"buttons\">\r\n <button class=\"plus-btn vx-fs-12 vx-fw-500 vx-paragraph-txt vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center\">+</button>\r\n <button class=\"minus-btn vx-fs-12 vx-fw-500 vx-paragraph-txt vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center\">-</button>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"item\">\r\n <div class=\"heading vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1 vx-d-flex vx-align-center\">SET AS A FAILED RESPONSE <i class=\"icons info vx-fs-12 vx-txt-blue vx-ml-1\" appTooltip=\"If this response choice is 'Set as a failed response' VComply would automatically flag it as an exception when selected by the respondent. This can help identify areas for improvement and in the development of corrective action plans.\" placement=\"bottom-right\" delay=\"0\" type=\"white\" [tooltipMandatory]=\"true\"></i></div>\r\n <app-cs-switch></app-cs-switch>\r\n </div>\r\n </div>\r\n </ng-container>\r\n <div class=\"after-set-response vx-d-flex vx-align-center vx-justify-between vx-pl-3 vx-pr-3\">\r\n <div class=\"value vx-fs-12 vx-label-txt\" [appTooltip]=\"'Response choice content'\" placement=\"bottom-left\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"false\">Response choice content</div>\r\n <div class=\"vx-d-flex vx-align-center\">\r\n <button class=\"edit vx-fs-12 vx-txt-blue vx-p-0 vx-m-0 vx-ml-4 vx-d-flex vx-align-center\"><i class=\"icons\"></i></button>\r\n <button class=\"delete vx-fs-12 vx-txt-red vx-p-0 vx-m-0 vx-ml-4 vx-d-flex vx-align-center\"><i class=\"icons\"></i></button>\r\n </div>\r\n </div>\r\n <div class=\"response-value vx-fs-10 vx-fw-500 vx-txt-blue vx-tt-uppercase vx-text-right vx-mt-1\">SCORE: 1</div>\r\n <div class=\"response-value vx-fs-10 vx-fw-500 vx-txt-red vx-tt-uppercase vx-text-right vx-mt-1\">THIS HAS BEEN SET AS A FAILED RESPONSE.</div>\r\n </div>\r\n </div>\r\n <button class=\"add-response-btn vx-fs-11 vx-fw-500 vx-txt-blue vx-tt-uppercase vx-p-0 vx-m-0 vx-mt-5 vx-d-flex vx-align-center\"><i class=\"icons vx-fs-12 vx-mr-2 vx-d-flex\"></i> ADD RESPONSE</button>\r\n </div>\r\n </div>\r\n <div *ngIf=\"hideSpecificCategory\" class=\"category-mid vx-p-4 vx-pr-0 vx-pt-0 vx-mt-4\">\r\n <div class=\"search-field vx-pr-4 vx-mb-3\">\r\n <input type=\"search\" placeholder=\"Search...\" />\r\n <i class=\"icons search vx-fs-14\"></i>\r\n </div>\r\n <app-cs-checkbox><span class=\"name vx-fw-500\">Select All</span></app-cs-checkbox>\r\n <!-- <app-cs-checkbox-indeterminate *ngIf=\"false\"><span class=\"name vx-fw-500\">Select All</span></app-cs-checkbox-indeterminate> -->\r\n <div class=\"list vx-pr-4 vx-mt-3\">\r\n <ul class=\"vx-p-0 vx-m-0\">\r\n <li class=\"vx-mb-3\" *ngFor=\"let data of [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]\"><app-cs-checkbox><span class=\"name\" [appTooltip]=\"'Select form category name'\" placement=\"bottom-left\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"false\">Select form category name</span></app-cs-checkbox></li>\r\n </ul>\r\n </div>\r\n </div>\r\n <div *ngIf=\"hideSpecificCategory\" class=\"category-bottom vx-d-flex vx-align-center vx-justify-between vx-pl-4 vx-pr-4 vx-mt-4\">\r\n <div class=\"vx-d-flex vx-align-center\">\r\n <div class=\"count vx-fs-11 vx-txt-white vx-d-flex vx-align-center vx-justify-center vx-pl-1 vx-pr-1\">12</div> <span class=\"vx-fs-12 vx-fw-500 vx-paragraph-txt vx-ml-2\">Form Category selected</span>\r\n </div>\r\n <button class=\"next-btn vx-fs-11 vx-fw-500 vx-txt-white vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center vx-lh-7\">NEXT</button>\r\n </div>\r\n <button *ngIf=\"!hideSpecificCategory\" class=\"form-dialog-btn vx-fs-13 vx-fw-600 vx-tt-uppercase vx-p-0 vx-m-0 vx-mt-4 vx-d-flex vx-align-center vx-justify-center\" [class.disabled]=\"false\">SAVE</button>\r\n</div>",
|
|
23
|
+
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 .form-dialog{background:#fff;width:31.25rem;height:100vh}::ng-deep .form-dialog-heading{background:#f8f8f8;border-bottom:1px solid #f1f1f1;height:2.75rem}::ng-deep .form-dialog-heading button.close{background:transparent;border:none;border-radius:0}::ng-deep .form-dialog-mid{height:calc(100vh - 7.25rem);overflow:auto}::ng-deep .form-dialog-mid::-webkit-scrollbar-track{background-color:#fff}::ng-deep .form-dialog-mid .from-group{position:relative}::ng-deep .form-dialog-mid .from-group input[type=text]{height:2.5rem;border-radius:.25rem;border:1px solid #dbdbdb;background:#fff;outline:none;padding:.5rem .75rem;line-height:1.25rem;font-size:13px;font-weight:400;color:#747576;transition:all .2s ease-in-out;width:100%}::ng-deep .form-dialog-mid .from-group input[type=text]:focus,::ng-deep .form-dialog-mid .from-group input[type=text]:hover{border-color:#1e5dd3;box-shadow:0 0 5px rgba(30,93,211,.27)}::ng-deep .form-dialog-mid .from-group input[type=text]::-moz-placeholder{color:#dbdbdb;opacity:1}::ng-deep .form-dialog-mid .from-group input[type=text]:-ms-input-placeholder{color:#dbdbdb;opacity:1}::ng-deep .form-dialog-mid .from-group input[type=text]::placeholder{color:#dbdbdb;opacity:1}::ng-deep .form-dialog-mid .from-group .set-item{border:1px solid #dbdbdb;border-radius:.25rem;width:calc(50% - .25rem);height:2.5rem}::ng-deep .form-dialog-mid .from-group .set-item cs-radio{display:flex;width:100%}::ng-deep .form-dialog-mid .from-group .set-item cs-radio .radio-item{width:100%}::ng-deep .form-dialog-mid .from-group .set-item .specific-radio{cursor:pointer}::ng-deep .form-dialog-mid .from-group .set-item .specific-radio .circle-radio{background:#fff;border:1px solid #dbdbdb;border-radius:50%;height:1rem;width:1rem}::ng-deep .form-dialog-mid .from-group .set-item .after-select .circle-radio{background:#fff;border:5px solid #34aa44;border-radius:50%;height:1rem;width:1rem}::ng-deep .form-dialog-mid .from-group .set-item .after-select .input-group{width:calc(100% - 1.75rem)}::ng-deep .form-dialog-mid .from-group .set-item .after-select .input-group .left{width:calc(100% - 3rem)}::ng-deep .form-dialog-mid .from-group .set-item .after-select .input-group .left .chip{background:#fff;box-shadow:0 1px 4px #1e5dd326;border-radius:.125rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}::ng-deep .form-dialog-mid .from-group .set-item .after-select .input-group .left button.count{background:#1e5dd3;border:none;border-radius:.125rem;min-width:1.25rem}::ng-deep .form-dialog-mid .from-group .set-item .after-select .input-group button.edit{background:#34aa44;border:none;border-radius:.125rem}::ng-deep .form-dialog-mid .from-group .choice-item:first-of-type{margin-top:.5rem!important}::ng-deep .form-dialog-mid .from-group .choice-item .number{border-radius:50%;width:1.75rem;height:1.75rem;margin-top:.125rem}::ng-deep .form-dialog-mid .from-group .choice-item .right{width:calc(100% - 2.75rem);position:relative}::ng-deep .form-dialog-mid .from-group .choice-item .right .edit-mode input[type=text]{height:2rem;border-radius:.25rem;border:1px solid #dbdbdb;background:#fff;outline:none;padding:.5rem 2.625rem .5rem .75rem;line-height:1.25rem;font-size:12px;font-weight:400;color:#747576;transition:all .2s ease-in-out;width:100%}::ng-deep .form-dialog-mid .from-group .choice-item .right .edit-mode input[type=text]:focus,::ng-deep .form-dialog-mid .from-group .choice-item .right .edit-mode input[type=text]:hover{border-color:#1e5dd3;box-shadow:0 0 5px rgba(30,93,211,.27)}::ng-deep .form-dialog-mid .from-group .choice-item .right .edit-mode input[type=text]::-moz-placeholder{color:#dbdbdb;opacity:1}::ng-deep .form-dialog-mid .from-group .choice-item .right .edit-mode input[type=text]:-ms-input-placeholder{color:#dbdbdb;opacity:1}::ng-deep .form-dialog-mid .from-group .choice-item .right .edit-mode input[type=text]::placeholder{color:#dbdbdb;opacity:1}::ng-deep .form-dialog-mid .from-group .choice-item .right .edit-mode button.set-icon{background:#f8f8f8;border-radius:0 .25rem .25rem 0;border:none;position:absolute;top:1px;right:1px;width:1.875rem;height:1.875rem}::ng-deep .form-dialog-mid .from-group .choice-item .right .set-popup{background:#fff;border-radius:.25rem;box-shadow:0 3px 6px #1e5dd326;width:100%}::ng-deep .form-dialog-mid .from-group .choice-item .right .set-popup .item .heading I.info{cursor:pointer}::ng-deep .form-dialog-mid .from-group .choice-item .right .set-popup .item app-cs-switch{display:flex;justify-content:start}::ng-deep .form-dialog-mid .from-group .choice-item .right .set-popup .item app-cs-switch .cs-switch{width:auto}::ng-deep .form-dialog-mid .from-group .choice-item .right .set-popup .item .color-box{background:#f1f1f1;border-radius:.125rem;width:1.875rem;height:1.875rem;position:relative}::ng-deep .form-dialog-mid .from-group .choice-item .right .set-popup .item .color-box input{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;width:100%;height:100%;cursor:pointer;opacity:0}::ng-deep .form-dialog-mid .from-group .choice-item .right .set-popup .item .score-input{border:1px solid #f1f1f1;border-radius:.125rem;height:1.875rem;width:3.75rem}::ng-deep .form-dialog-mid .from-group .choice-item .right .set-popup .item .score-input input{background:#fff;border:none;border-right:1px solid #f1f1f1;border-radius:0;font-size:12px;font-weight:400;color:#161b2f;padding:0 .5rem;margin:0;width:42px;outline:none}::ng-deep .form-dialog-mid .from-group .choice-item .right .set-popup .item .score-input .buttons button{background:transparent;border:none;border-radius:0;width:1rem;height:.875rem}::ng-deep .form-dialog-mid .from-group .choice-item .right .set-popup .item .score-input .buttons button.plus-btn{border-bottom:1px solid #f1f1f1}::ng-deep .form-dialog-mid .from-group .choice-item .right .after-set-response{height:2rem;border-radius:.25rem;border:1px solid #dbdbdb;background:#f8f8f8}::ng-deep .form-dialog-mid .from-group .choice-item .right .after-set-response .value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:calc(100% - 5rem)}::ng-deep .form-dialog-mid .from-group .choice-item .right .after-set-response button{background:transparent;border:none;border-radius:0}::ng-deep .form-dialog-mid .from-group button.add-response-btn{background:transparent;border:none;border-radius:0;padding-left:2.75rem!important}::ng-deep .form-dialog .category-mid{height:calc(100vh - 7.5rem)}::ng-deep .form-dialog .category-mid .search-field{position:relative}::ng-deep .form-dialog .category-mid .search-field input{background:#fff;border:1px solid #7475763f;border-radius:.25rem;color:#161b2f;font-size:13px;font-weight:400;padding:.5rem .75rem .5rem 2.25rem;width:100%;height:2.5rem;outline:none}::ng-deep .form-dialog .category-mid .search-field i.search{position:absolute;top:.75rem;left:1.5rem;color:#f1f1f1}::ng-deep .form-dialog .category-mid .list{height:calc(100vh - 13rem);overflow:auto}::ng-deep .form-dialog .category-mid .list::-webkit-scrollbar-track{background-color:#fff}::ng-deep .form-dialog .category-mid .list ul{list-style-type:none}::ng-deep .form-dialog .category-mid app-cs-checkbox-indeterminate .checkbox-item,::ng-deep .form-dialog .category-mid app-cs-checkbox .checkbox-item{position:relative;padding-left:1.5rem;width:100%}::ng-deep .form-dialog .category-mid app-cs-checkbox-indeterminate .checkbox-item .checkbox,::ng-deep .form-dialog .category-mid app-cs-checkbox .checkbox-item .checkbox{position:absolute!important;left:0;top:0}::ng-deep .form-dialog .category-mid app-cs-checkbox-indeterminate .checkbox-item .checkmark,::ng-deep .form-dialog .category-mid app-cs-checkbox .checkbox-item .checkmark{position:absolute!important;left:0;top:0}::ng-deep .form-dialog .category-mid app-cs-checkbox-indeterminate .checkbox-item span,::ng-deep .form-dialog .category-mid app-cs-checkbox .checkbox-item span{justify-content:unset!important;margin:0!important}::ng-deep .form-dialog .category-mid app-cs-checkbox-indeterminate .checkbox-item span.value,::ng-deep .form-dialog .category-mid app-cs-checkbox .checkbox-item span.value{color:#747576!important;font-size:11px!important;width:100%}::ng-deep .form-dialog .category-mid app-cs-checkbox-indeterminate .checkbox-item span.value .name,::ng-deep .form-dialog .category-mid app-cs-checkbox .checkbox-item span.value .name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}::ng-deep .form-dialog .category-bottom{background:#f8f8f8;border-top:1px solid #f1f1f1;height:2.75rem}::ng-deep .form-dialog .category-bottom .count{background:#34aa44;border-radius:.125rem;min-width:1.25rem;height:1.25rem}::ng-deep .form-dialog .category-bottom button.next-btn{background:#1e5dd3;border-radius:.125rem;border:none;width:4rem}::ng-deep .form-dialog-btn{background:#1e5dd3;border:none;border-radius:0;color:#fff;width:100%;height:3.125rem;letter-spacing:1.3px}::ng-deep .form-dialog-btn.disabled{background:#f1f1f1;color:#747576!important;opacity:1;pointer-events:none}"]
|
|
24
|
+
},] }
|
|
25
|
+
];
|
|
26
|
+
AddResponseSetPopupComponent.ctorParameters = () => [];
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkLXJlc3BvbnNlLXNldC1wb3B1cC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvYWRkLXJlc3BvbnNlLXNldC1wb3B1cC9hZGQtcmVzcG9uc2Utc2V0LXBvcHVwLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBT2xELE1BQU0sT0FBTyw0QkFBNEI7SUFJdkM7UUFIQSxnQkFBVyxHQUFHLEtBQUssQ0FBQztRQUNwQix5QkFBb0IsR0FBRyxLQUFLLENBQUM7SUFFYixDQUFDO0lBRWpCLFFBQVE7SUFDUixDQUFDO0lBRUQsWUFBWTtRQUNWLElBQUksQ0FBQyxXQUFXLEdBQUcsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDO0lBQ3ZDLENBQUM7SUFFRCxxQkFBcUI7UUFDbkIsSUFBSSxDQUFDLG9CQUFvQixHQUFHLElBQUksQ0FBQztJQUNuQyxDQUFDO0lBRUQsZUFBZTtRQUNiLElBQUksQ0FBQyxvQkFBb0IsR0FBRyxLQUFLLENBQUM7SUFDcEMsQ0FBQzs7O1lBeEJGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsNEJBQTRCO2dCQUN0QywyaVZBQXNEOzthQUV2RCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1hZGQtcmVzcG9uc2Utc2V0LXBvcHVwJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vYWRkLXJlc3BvbnNlLXNldC1wb3B1cC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vYWRkLXJlc3BvbnNlLXNldC1wb3B1cC5jb21wb25lbnQubGVzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBBZGRSZXNwb25zZVNldFBvcHVwQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuICBzZXRSZXNwb25zZSA9IGZhbHNlO1xyXG4gIGhpZGVTcGVjaWZpY0NhdGVnb3J5ID0gZmFsc2U7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gIH1cclxuXHJcbiAgc2hvd1Jlc3BvbnNlKCkge1xyXG4gICAgdGhpcy5zZXRSZXNwb25zZSA9ICF0aGlzLnNldFJlc3BvbnNlO1xyXG4gIH1cclxuXHJcbiAgY2xpY2tTcGVjaWZpY0NhdGVnb3J5KCkge1xyXG4gICAgdGhpcy5oaWRlU3BlY2lmaWNDYXRlZ29yeSA9IHRydWU7XHJcbiAgfVxyXG5cclxuICBiYWNrUmVzcG9uc2VTZXQoKSB7XHJcbiAgICB0aGlzLmhpZGVTcGVjaWZpY0NhdGVnb3J5ID0gZmFsc2U7XHJcbiAgfVxyXG5cclxufVxyXG4iXX0=
|