vcomply-workflow-engine 0.2.2 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/vcomply-workflow-engine.umd.js +6561 -171
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.js +18 -25
- package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.ngfactory.js +2 -2
- package/esm2015/lib/add-multiple-risk/add-multiple-risk.component.js +1 -1
- package/esm2015/lib/log-an-issue/log-an-issue.component.js +1 -1
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.js +333 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.ngfactory.js +160 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.js +73 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.ngfactory.js +39 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.js +27 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.ngfactory.js +153 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.js +116 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.ngfactory.js +116 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.js +165 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.ngfactory.js +85 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/build.module.js +71 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/build.module.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/build.module.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.js +35 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.ngfactory.js +89 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.js +66 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.ngfactory.js +72 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.js +18 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.ngfactory.js +51 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.js +35 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.ngfactory.js +104 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.ngfactory.js +20 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.js +35 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.ngfactory.js +104 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.js +26 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.ngfactory.js +60 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.js +55 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.ngfactory.js +51 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.js +152 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.ngfactory.js +205 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/error.js +2 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/error.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/question.js +2 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/question.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/validateStructure.js +2 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/errorInterface/validateStructure.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic/logic.component.js +100 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic/logic.component.ngfactory.js +119 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic/logic.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.js +24 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.ngfactory.js +59 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.js +37 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.ngfactory.js +105 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.js +31 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.ngfactory.js +22 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.ngfactory.js +37 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.js +24 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.ngfactory.js +59 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.ngfactory.js +35 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.js +64 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.ngfactory.js +21 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.ngfactory.js +36 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.js +24 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.ngfactory.js +36 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.ngfactory.js +40 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/move/move.component.js +95 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/move/move.component.ngfactory.js +102 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/move/move.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.js +22 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.ngfactory.js +23 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/current-page-question.pipe.js +18 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/current-page-question.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/error-message.pipe.js +23 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/error-message.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/formatter.pipe.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/formatter.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-filter.pipe.js +13 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-filter.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-page-filter.pipe.js +12 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-page-filter.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-parser.pipe.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/question-parser.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/type-of.pipe.js +12 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/pipes/type-of.pipe.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.js +28 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.ngfactory.js +22 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.js +31 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.ngfactory.js +81 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.js +31 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.ngfactory.js +19 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.js +23 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.ngfactory.js +20 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.ngfactory.js +37 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.js +24 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.ngfactory.js +60 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.js +24 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.ngfactory.js +60 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.js +28 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.ngfactory.js +22 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.ngfactory.js +35 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.ngfactory.js +36 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.js +18 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.ngfactory.js +40 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.js +67 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.ngfactory.js +90 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview.module.js +90 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview.module.ngfactory.js +29 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/preview.module.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.js +15 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.ngfactory.js +17 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.js +20 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.ngfactory.js +76 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.js +248 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.ngfactory.js +109 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.js +35 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.ngfactory.js +95 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.js +56 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.ngfactory.js +108 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.js +153 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.ngfactory.js +130 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.js +123 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.ngfactory.js +47 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.js +24 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.ngfactory.js +97 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.js +50 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.ngfactory.js +47 -0
- package/esm2015/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.js +424 -0
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.ngfactory.js +222 -0
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.js +86 -0
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngfactory.js +37 -0
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/services/editor.service.js +636 -0
- package/esm2015/lib/sharedComponents/assessment-editor/services/editor.service.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/services/result-criteria.service.js +48 -0
- package/esm2015/lib/sharedComponents/assessment-editor/services/result-criteria.service.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/assessment-editor/services/validator.service.js +543 -0
- package/esm2015/lib/sharedComponents/assessment-editor/services/validator.service.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.js +2 -2
- package/esm2015/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.ngfactory.js +29 -363
- package/esm2015/lib/sharedComponents/format-and-evidence/format-and-evidence.component.js +1 -1
- package/esm2015/lib/sharedComponents/risk-classification/risk-classification.component.js +1 -1
- package/esm2015/lib/ui-kit/action-dialog/action-dialog.module.js +16 -0
- package/esm2015/lib/ui-kit/action-dialog/action-dialog.module.ngfactory.js +12 -0
- package/esm2015/lib/ui-kit/action-dialog/action-dialog.module.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/action-dialog/active/active.component.js +36 -0
- package/esm2015/lib/ui-kit/action-dialog/active/active.component.ngfactory.js +25 -0
- package/esm2015/lib/ui-kit/action-dialog/active/active.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/action-dialog/deactivate/deactivate.component.js +38 -0
- package/esm2015/lib/ui-kit/action-dialog/deactivate/deactivate.component.ngfactory.js +25 -0
- package/esm2015/lib/ui-kit/action-dialog/deactivate/deactivate.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/action-dialog/delete/delete.component.js +30 -0
- package/esm2015/lib/ui-kit/action-dialog/delete/delete.component.ngfactory.js +25 -0
- package/esm2015/lib/ui-kit/action-dialog/delete/delete.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/action-dialog/duplicate/duplicate.component.js +32 -0
- package/esm2015/lib/ui-kit/action-dialog/duplicate/duplicate.component.ngfactory.js +25 -0
- package/esm2015/lib/ui-kit/action-dialog/duplicate/duplicate.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/dialog/dialog-config.js +3 -0
- package/esm2015/lib/ui-kit/dialog/dialog-config.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/dialog/dialog-injector.js +15 -0
- package/esm2015/lib/ui-kit/dialog/dialog-injector.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/dialog/dialog-ref.js +11 -0
- package/esm2015/lib/ui-kit/dialog/dialog-ref.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/dialog/dialog.component.js +90 -0
- package/esm2015/lib/ui-kit/dialog/dialog.component.ngfactory.js +29 -0
- package/esm2015/lib/ui-kit/dialog/dialog.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/dialog/dialog.module.js +16 -0
- package/esm2015/lib/ui-kit/dialog/dialog.module.ngfactory.js +14 -0
- package/esm2015/lib/ui-kit/dialog/dialog.module.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/dialog/dialog.service.js +60 -0
- package/esm2015/lib/ui-kit/dialog/dialog.service.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/dialog/insertion.directive.js +15 -0
- package/esm2015/lib/ui-kit/dialog/insertion.directive.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.js +15 -0
- package/esm2015/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.ngfactory.js +23 -0
- package/esm2015/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/editor-loader/editor-loader.module.js +17 -0
- package/esm2015/lib/ui-kit/editor-loader/editor-loader.module.ngfactory.js +12 -0
- package/esm2015/lib/ui-kit/editor-loader/editor-loader.module.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/click-outside.directive.js +26 -0
- package/esm2015/lib/ui-kit/formgroup/click-outside.directive.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.js +26 -0
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.ngfactory.js +30 -0
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.js +30 -0
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngfactory.js +30 -0
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/cs-radio/cs-radio.component.js +27 -0
- package/esm2015/lib/ui-kit/formgroup/cs-radio/cs-radio.component.ngfactory.js +20 -0
- package/esm2015/lib/ui-kit/formgroup/cs-radio/cs-radio.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.js +14 -0
- package/esm2015/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.ngfactory.js +19 -0
- package/esm2015/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/cs-select/cs-select.component.js +80 -0
- package/esm2015/lib/ui-kit/formgroup/cs-select/cs-select.component.ngfactory.js +89 -0
- package/esm2015/lib/ui-kit/formgroup/cs-select/cs-select.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/cs-switch/cs-switch.component.js +29 -0
- package/esm2015/lib/ui-kit/formgroup/cs-switch/cs-switch.component.ngfactory.js +62 -0
- package/esm2015/lib/ui-kit/formgroup/cs-switch/cs-switch.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/formgroup.module.js +41 -0
- package/esm2015/lib/ui-kit/formgroup/formgroup.module.ngfactory.js +14 -0
- package/esm2015/lib/ui-kit/formgroup/formgroup.module.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/pipes/pascal.pipe.js +15 -0
- package/esm2015/lib/ui-kit/formgroup/pipes/pascal.pipe.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe.js +20 -0
- package/esm2015/lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.js +557 -0
- package/esm2015/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.ngfactory.js +82 -0
- package/esm2015/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-assessment/workflow-assessment.component.js +3 -3
- package/esm2015/lib/workflow-assessment/workflow-assessment.component.ngfactory.js +1 -1
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +4 -1521
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +20 -8
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +62 -34
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-engine.module.js +8 -1
- package/esm2015/lib/workflow-engine.module.ngfactory.js +36 -24
- package/esm2015/lib/workflow-engine.module.ngsummary.json +1 -1
- package/esm2015/lib/workflow-policy/workflow-policy.component.js +1 -1
- package/esm2015/lib/workflow-risk/workflow-risk.component.js +3 -2
- package/esm2015/lib/workflow-services/add-risk.service.js +2 -1
- package/esm2015/lib/workflow-services/assessment.service.js +47 -1
- package/esm2015/lib/workflow-services/assessment.service.ngsummary.json +1 -1
- package/esm2015/lib/workflow-survey-form/workflow-survey-form.component.js +1 -1
- package/esm2015/vcomply-workflow-engine.js +160 -61
- package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
- package/fesm2015/vcomply-workflow-engine.js +6007 -112
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.d.ts +117 -0
- package/lib/sharedComponents/assessment-editor/components/add-logic/add-logic.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.d.ts +18 -0
- package/lib/sharedComponents/assessment-editor/components/add-page-details/add-page-details.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.d.ts +10 -0
- package/lib/sharedComponents/assessment-editor/components/add-response-set-popup/add-response-set-popup.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.d.ts +22 -0
- package/lib/sharedComponents/assessment-editor/components/add-segment-popup/add-segment-popup.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.d.ts +47 -0
- package/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/build.module.d.ts +2 -0
- package/lib/sharedComponents/assessment-editor/components/build/build.module.ngfactory.d.ts +3 -0
- package/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.d.ts +11 -0
- package/lib/sharedComponents/assessment-editor/components/build/checkbox/checkbox.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.d.ts +16 -0
- package/lib/sharedComponents/assessment-editor/components/build/choice-settings-panel/choice-settings-panel.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.d.ts +6 -0
- package/lib/sharedComponents/assessment-editor/components/build/date-time/date-time.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.d.ts +11 -0
- package/lib/sharedComponents/assessment-editor/components/build/dropdown/dropdown.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/matrix-dropdown/matrix-dropdown.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/matrix-rating-scale/matrix-rating-scale.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.d.ts +11 -0
- package/lib/sharedComponents/assessment-editor/components/build/multiple-choice/multiple-choice.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/multiple-textbox/multiple-textbox.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/ranking/ranking.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/slider/slider.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.d.ts +9 -0
- package/lib/sharedComponents/assessment-editor/components/build/star-rating/star-rating.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.d.ts +12 -0
- package/lib/sharedComponents/assessment-editor/components/build/weightage-selector/weightage-selector.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.d.ts +56 -0
- package/lib/sharedComponents/assessment-editor/components/editor-wrapper/editor-wrapper.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/errorInterface/error.d.ts +14 -0
- package/lib/sharedComponents/assessment-editor/components/errorInterface/question.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/errorInterface/validateStructure.d.ts +6 -0
- package/lib/sharedComponents/assessment-editor/components/logic/logic.component.d.ts +24 -0
- package/lib/sharedComponents/assessment-editor/components/logic/logic.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.d.ts +8 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-checkbox/logic-checkbox.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-comment-box/logic-comment-box.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.d.ts +14 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-date-time/logic-date-time.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.d.ts +9 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-dropdown/logic-dropdown.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.d.ts +8 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-choice/logic-multiple-choice.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-multiple-textbox/logic-multiple-textbox.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.d.ts +2 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-questions.module.ngfactory.d.ts +3 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-ranking/logic-ranking.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.d.ts +9 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-single-textbox/logic-single-textbox.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-slider/logic-slider.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-star-rating/logic-star-rating.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/move/move.component.d.ts +22 -0
- package/lib/sharedComponents/assessment-editor/components/move/move.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.d.ts +8 -0
- package/lib/sharedComponents/assessment-editor/components/page-header/page-header.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/current-page-question.pipe.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/error-message.pipe.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/formatter.pipe.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/question-filter.pipe.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/question-page-filter.pipe.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/question-parser.pipe.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/components/pipes/type-of.pipe.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.d.ts +8 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-checkbox/preview-checkbox.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-comment-box/preview-comment-box.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.d.ts +11 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-date-time/preview-date-time.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.d.ts +8 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-dropdown/preview-dropdown.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.d.ts +8 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-file-upload/preview-file-upload.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-image-choice/preview-image-choice.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.d.ts +7 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-dropdown/preview-matrix-dropdown.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.d.ts +7 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-matrix-rating-scale/preview-matrix-rating-scale.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.d.ts +8 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-choice/preview-multiple-choice.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-multiple-textbox/preview-multiple-textbox.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-ranking/preview-ranking.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.d.ts +6 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-single-textbox/preview-single-textbox.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-slider/preview-slider.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-star-rating/preview-star-rating.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.d.ts +27 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview-wrapper/preview-wrapper.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview.module.d.ts +2 -0
- package/lib/sharedComponents/assessment-editor/components/preview/preview.module.ngfactory.d.ts +3 -0
- package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.d.ts +5 -0
- package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.d.ts +6 -0
- package/lib/sharedComponents/assessment-editor/components/question-type/question-type.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.d.ts +28 -0
- package/lib/sharedComponents/assessment-editor/components/quick-settings/quick-settings.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.d.ts +11 -0
- package/lib/sharedComponents/assessment-editor/components/response-selector/response-selector.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.d.ts +16 -0
- package/lib/sharedComponents/assessment-editor/components/setting-anonymous/setting-anonymous.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.d.ts +47 -0
- package/lib/sharedComponents/assessment-editor/components/setting-response-segment/setting-response-segment.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.d.ts +35 -0
- package/lib/sharedComponents/assessment-editor/components/single-line-editor/single-line-editor.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.d.ts +8 -0
- package/lib/sharedComponents/assessment-editor/components/toolkit/toolkit.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.d.ts +12 -0
- package/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.d.ts +64 -0
- package/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/create-assessment.module.d.ts +2 -0
- package/lib/sharedComponents/assessment-editor/create-assessment.module.ngfactory.d.ts +3 -0
- package/lib/sharedComponents/assessment-editor/services/editor.service.d.ts +185 -0
- package/lib/sharedComponents/assessment-editor/services/result-criteria.service.d.ts +4 -0
- package/lib/sharedComponents/assessment-editor/services/validator.service.d.ts +31 -0
- package/lib/ui-kit/action-dialog/action-dialog.module.d.ts +2 -0
- package/lib/ui-kit/action-dialog/action-dialog.module.ngfactory.d.ts +3 -0
- package/lib/ui-kit/action-dialog/active/active.component.d.ts +12 -0
- package/lib/ui-kit/action-dialog/active/active.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/action-dialog/deactivate/deactivate.component.d.ts +12 -0
- package/lib/ui-kit/action-dialog/deactivate/deactivate.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/action-dialog/delete/delete.component.d.ts +11 -0
- package/lib/ui-kit/action-dialog/delete/delete.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/action-dialog/duplicate/duplicate.component.d.ts +12 -0
- package/lib/ui-kit/action-dialog/duplicate/duplicate.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/dialog/dialog-config.d.ts +5 -0
- package/lib/ui-kit/dialog/dialog-injector.d.ts +7 -0
- package/lib/ui-kit/dialog/dialog-ref.d.ts +7 -0
- package/lib/ui-kit/dialog/dialog.component.d.ts +29 -0
- package/lib/ui-kit/dialog/dialog.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/dialog/dialog.module.d.ts +2 -0
- package/lib/ui-kit/dialog/dialog.module.ngfactory.d.ts +3 -0
- package/lib/ui-kit/dialog/dialog.service.d.ts +15 -0
- package/lib/ui-kit/dialog/insertion.directive.d.ts +5 -0
- package/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.d.ts +5 -0
- package/lib/ui-kit/editor-loader/editor-loader/editor-loader.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/editor-loader/editor-loader.module.d.ts +2 -0
- package/lib/ui-kit/editor-loader/editor-loader.module.ngfactory.d.ts +3 -0
- package/lib/ui-kit/formgroup/click-outside.directive.d.ts +7 -0
- package/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.d.ts +10 -0
- package/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts +10 -0
- package/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/formgroup/cs-radio/cs-radio.component.d.ts +12 -0
- package/lib/ui-kit/formgroup/cs-radio/cs-radio.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.d.ts +5 -0
- package/lib/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/formgroup/cs-select/cs-select.component.d.ts +33 -0
- package/lib/ui-kit/formgroup/cs-select/cs-select.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/formgroup/cs-switch/cs-switch.component.d.ts +12 -0
- package/lib/ui-kit/formgroup/cs-switch/cs-switch.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/formgroup/formgroup.module.d.ts +2 -0
- package/lib/ui-kit/formgroup/formgroup.module.ngfactory.d.ts +3 -0
- package/lib/ui-kit/formgroup/pipes/pascal.pipe.d.ts +4 -0
- package/lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe.d.ts +4 -0
- package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.d.ts +231 -0
- package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.ngfactory.d.ts +1 -0
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +2 -0
- package/lib/workflow-services/assessment.service.d.ts +10 -1
- package/package.json +1 -1
- package/vcomply-workflow-engine.d.ts +159 -60
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -0,0 +1,108 @@
|
|
|
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 "./setting-anonymous.component.less.shim.ngstyle";
|
|
8
|
+
import * as i1 from "@angular/core";
|
|
9
|
+
import * as i2 from "@angular/forms";
|
|
10
|
+
import * as i3 from "@angular/common";
|
|
11
|
+
import * as i4 from "../../../../formgroup/cs-radio/cs-radio.component.ngfactory";
|
|
12
|
+
import * as i5 from "../../../../formgroup/cs-radio/cs-radio.component";
|
|
13
|
+
import * as i6 from "../../../../formgroup/cs-switch/cs-switch.component.ngfactory";
|
|
14
|
+
import * as i7 from "../../../../formgroup/cs-switch/cs-switch.component";
|
|
15
|
+
import * as i8 from "./setting-anonymous.component";
|
|
16
|
+
var styles_SettingAnonymousComponent = [i0.styles];
|
|
17
|
+
var RenderType_SettingAnonymousComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_SettingAnonymousComponent, data: {} });
|
|
18
|
+
export { RenderType_SettingAnonymousComponent as RenderType_SettingAnonymousComponent };
|
|
19
|
+
function View_SettingAnonymousComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 14, "div", [["class", "score-area vx-d-flex vx-align-center vx-pl-3 vx-pr-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "div", [["class", "vx-fs-12 vx-paragraph-txt vx-mr-2"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Score"])), (_l()(), i1.ɵeld(3, 0, null, null, 11, "div", [["class", "input-area vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 1, "button", [["class", "vx-fs-14 vx-fw-500 vx-paragraph-txt vx-p-0 vx-pl-2 vx-pr-2 vx-m-0 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
20
|
+
var pd_0 = (_co.manipulateDefault("DECREASE") !== false);
|
|
21
|
+
ad = (pd_0 && ad);
|
|
22
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["-"])), (_l()(), i1.ɵeld(6, 0, null, null, 6, "input", [["type", "number"]], [[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"], [null, "input"], [null, "blur"], [null, "compositionstart"], [null, "compositionend"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("input" === en)) {
|
|
23
|
+
var pd_0 = (i1.ɵnov(_v, 7)._handleInput($event.target.value) !== false);
|
|
24
|
+
ad = (pd_0 && ad);
|
|
25
|
+
} if (("blur" === en)) {
|
|
26
|
+
var pd_1 = (i1.ɵnov(_v, 7).onTouched() !== false);
|
|
27
|
+
ad = (pd_1 && ad);
|
|
28
|
+
} if (("compositionstart" === en)) {
|
|
29
|
+
var pd_2 = (i1.ɵnov(_v, 7)._compositionStart() !== false);
|
|
30
|
+
ad = (pd_2 && ad);
|
|
31
|
+
} if (("compositionend" === en)) {
|
|
32
|
+
var pd_3 = (i1.ɵnov(_v, 7)._compositionEnd($event.target.value) !== false);
|
|
33
|
+
ad = (pd_3 && ad);
|
|
34
|
+
} if (("input" === en)) {
|
|
35
|
+
var pd_4 = (i1.ɵnov(_v, 8).onChange($event.target.value) !== false);
|
|
36
|
+
ad = (pd_4 && ad);
|
|
37
|
+
} if (("blur" === en)) {
|
|
38
|
+
var pd_5 = (i1.ɵnov(_v, 8).onTouched() !== false);
|
|
39
|
+
ad = (pd_5 && ad);
|
|
40
|
+
} if (("ngModelChange" === en)) {
|
|
41
|
+
var pd_6 = ((_co.setting.defaultScore = $event) !== false);
|
|
42
|
+
ad = (pd_6 && ad);
|
|
43
|
+
} return ad; }, null, null)), i1.ɵdid(7, 16384, null, 0, i2.DefaultValueAccessor, [i1.Renderer2, i1.ElementRef, [2, i2.COMPOSITION_BUFFER_MODE]], null, null), i1.ɵdid(8, 16384, null, 0, i2.NumberValueAccessor, [i1.Renderer2, i1.ElementRef], null, null), i1.ɵprd(1024, null, i2.NG_VALUE_ACCESSOR, function (p0_0, p1_0) { return [p0_0, p1_0]; }, [i2.DefaultValueAccessor, i2.NumberValueAccessor]), i1.ɵdid(10, 671744, null, 0, i2.NgModel, [[8, null], [8, null], [8, null], [6, i2.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i2.NgControl, null, [i2.NgModel]), i1.ɵdid(12, 16384, null, 0, i2.NgControlStatus, [[4, i2.NgControl]], null, null), (_l()(), i1.ɵeld(13, 0, null, null, 1, "button", [["class", "vx-fs-14 vx-fw-500 vx-paragraph-txt vx-p-0 vx-pl-2 vx-pr-2 vx-m-0 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
44
|
+
var pd_0 = (_co.manipulateDefault("INCREASE") !== false);
|
|
45
|
+
ad = (pd_0 && ad);
|
|
46
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["+"]))], function (_ck, _v) { var _co = _v.component; var currVal_7 = _co.setting.defaultScore; _ck(_v, 10, 0, currVal_7); }, function (_ck, _v) { var currVal_0 = i1.ɵnov(_v, 12).is("untouched"); var currVal_1 = i1.ɵnov(_v, 12).is("touched"); var currVal_2 = i1.ɵnov(_v, 12).is("pristine"); var currVal_3 = i1.ɵnov(_v, 12).is("dirty"); var currVal_4 = i1.ɵnov(_v, 12).is("valid"); var currVal_5 = i1.ɵnov(_v, 12).is("invalid"); var currVal_6 = i1.ɵnov(_v, 12).is("pending"); _ck(_v, 6, 0, currVal_0, currVal_1, currVal_2, currVal_3, currVal_4, currVal_5, currVal_6); }); }
|
|
47
|
+
function View_SettingAnonymousComponent_3(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 4, "div", [["class", "score vx-pl-2 vx-pr-2 vx-lh-6"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "span", [["class", "vx-fs-11 vx-fw-500 vx-paragraph-txt vx-tt-uppercase vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["SCORE:"])), (_l()(), i1.ɵeld(3, 0, null, null, 1, "span", [["class", "vx-fs-13 vx-txt-blue"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["10"]))], null, null); }
|
|
48
|
+
function View_SettingAnonymousComponent_4(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 14, "div", [["class", "score-area vx-d-flex vx-align-center vx-pl-3 vx-pr-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "div", [["class", "vx-fs-12 vx-paragraph-txt vx-mr-2"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Score"])), (_l()(), i1.ɵeld(3, 0, null, null, 11, "div", [["class", "input-area vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 1, "button", [["class", "vx-fs-14 vx-fw-500 vx-paragraph-txt vx-p-0 vx-pl-2 vx-pr-2 vx-m-0 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
49
|
+
var pd_0 = (_co.manipulateNegativeScore("DECREASE") !== false);
|
|
50
|
+
ad = (pd_0 && ad);
|
|
51
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["-"])), (_l()(), i1.ɵeld(6, 0, null, null, 6, "input", [["type", "number"]], [[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"], [null, "input"], [null, "blur"], [null, "compositionstart"], [null, "compositionend"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("input" === en)) {
|
|
52
|
+
var pd_0 = (i1.ɵnov(_v, 7)._handleInput($event.target.value) !== false);
|
|
53
|
+
ad = (pd_0 && ad);
|
|
54
|
+
} if (("blur" === en)) {
|
|
55
|
+
var pd_1 = (i1.ɵnov(_v, 7).onTouched() !== false);
|
|
56
|
+
ad = (pd_1 && ad);
|
|
57
|
+
} if (("compositionstart" === en)) {
|
|
58
|
+
var pd_2 = (i1.ɵnov(_v, 7)._compositionStart() !== false);
|
|
59
|
+
ad = (pd_2 && ad);
|
|
60
|
+
} if (("compositionend" === en)) {
|
|
61
|
+
var pd_3 = (i1.ɵnov(_v, 7)._compositionEnd($event.target.value) !== false);
|
|
62
|
+
ad = (pd_3 && ad);
|
|
63
|
+
} if (("input" === en)) {
|
|
64
|
+
var pd_4 = (i1.ɵnov(_v, 8).onChange($event.target.value) !== false);
|
|
65
|
+
ad = (pd_4 && ad);
|
|
66
|
+
} if (("blur" === en)) {
|
|
67
|
+
var pd_5 = (i1.ɵnov(_v, 8).onTouched() !== false);
|
|
68
|
+
ad = (pd_5 && ad);
|
|
69
|
+
} if (("ngModelChange" === en)) {
|
|
70
|
+
var pd_6 = ((_co.setting.negativeScore = $event) !== false);
|
|
71
|
+
ad = (pd_6 && ad);
|
|
72
|
+
} return ad; }, null, null)), i1.ɵdid(7, 16384, null, 0, i2.DefaultValueAccessor, [i1.Renderer2, i1.ElementRef, [2, i2.COMPOSITION_BUFFER_MODE]], null, null), i1.ɵdid(8, 16384, null, 0, i2.NumberValueAccessor, [i1.Renderer2, i1.ElementRef], null, null), i1.ɵprd(1024, null, i2.NG_VALUE_ACCESSOR, function (p0_0, p1_0) { return [p0_0, p1_0]; }, [i2.DefaultValueAccessor, i2.NumberValueAccessor]), i1.ɵdid(10, 671744, null, 0, i2.NgModel, [[8, null], [8, null], [8, null], [6, i2.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i2.NgControl, null, [i2.NgModel]), i1.ɵdid(12, 16384, null, 0, i2.NgControlStatus, [[4, i2.NgControl]], null, null), (_l()(), i1.ɵeld(13, 0, null, null, 1, "button", [["class", "vx-fs-14 vx-fw-500 vx-paragraph-txt vx-p-0 vx-pl-2 vx-pr-2 vx-m-0 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
73
|
+
var pd_0 = (_co.manipulateNegativeScore("INCREASE") !== false);
|
|
74
|
+
ad = (pd_0 && ad);
|
|
75
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["+"]))], function (_ck, _v) { var _co = _v.component; var currVal_7 = _co.setting.negativeScore; _ck(_v, 10, 0, currVal_7); }, function (_ck, _v) { var currVal_0 = i1.ɵnov(_v, 12).is("untouched"); var currVal_1 = i1.ɵnov(_v, 12).is("touched"); var currVal_2 = i1.ɵnov(_v, 12).is("pristine"); var currVal_3 = i1.ɵnov(_v, 12).is("dirty"); var currVal_4 = i1.ɵnov(_v, 12).is("valid"); var currVal_5 = i1.ɵnov(_v, 12).is("invalid"); var currVal_6 = i1.ɵnov(_v, 12).is("pending"); _ck(_v, 6, 0, currVal_0, currVal_1, currVal_2, currVal_3, currVal_4, currVal_5, currVal_6); }); }
|
|
76
|
+
function View_SettingAnonymousComponent_5(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 4, "div", [["class", "score vx-pl-2 vx-pr-2 vx-lh-6"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "span", [["class", "vx-fs-11 vx-fw-500 vx-paragraph-txt vx-tt-uppercase vx-mr-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["SCORE:"])), (_l()(), i1.ɵeld(3, 0, null, null, 1, "span", [["class", "vx-fs-13 vx-txt-blue"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["2"]))], null, null); }
|
|
77
|
+
function View_SettingAnonymousComponent_7(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 7, "div", [["class", "confirmation-massage-bottom vx-d-flex vx-align-center vx-justify-between vx-p-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "div", [["class", "text vx-fs-13 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Are you sure you would like to proceed?"])), (_l()(), i1.ɵeld(3, 0, null, null, 4, "div", [["class", "vx-d-flex vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 1, "button", [["class", "no-btn vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
78
|
+
var pd_0 = (_co.confirmOverride("NO") !== false);
|
|
79
|
+
ad = (pd_0 && ad);
|
|
80
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["NO"])), (_l()(), i1.ɵeld(6, 0, null, null, 1, "button", [["class", "yes-btn vx-fs-11 vx-fw-500 vx-txt-blue vx-tt-uppercase vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
81
|
+
var pd_0 = (_co.saveSetting() !== false);
|
|
82
|
+
ad = (pd_0 && ad);
|
|
83
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["YES"]))], null, null); }
|
|
84
|
+
function View_SettingAnonymousComponent_6(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 7, "div", [["class", "confirmation-massage"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 4, "div", [["class", "confirmation-massage-top vx-d-flex vx-p-3"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 1, "i", [["class", "icons vx-fs-16 vx-txt-white vx-mr-2"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE932"])), (_l()(), i1.ɵeld(4, 0, null, null, 1, "span", [["class", "text vx-fs-12 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["These settings will be updated for all the questions within this form. Scores that were added previously will be replaced with the new settings."])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingAnonymousComponent_7)), i1.ɵdid(7, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.overRideConfirm; _ck(_v, 7, 0, currVal_0); }, null); }
|
|
85
|
+
function View_SettingAnonymousComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 41, "div", [["class", "item-body vx-pt-3 vx-pb-3"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 40, "div", [["class", "mode-list vx-mt-3"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 6, "div", [["class", "mode-item vx-d-flex vx-align-center vx-justify-between vx-mt-2"]], [[2, "done", null]], null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "div", [["class", "heading vx-fs-13 vx-fw-500 vx-label-txt vx-pl-3"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Set default scores for all questions"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingAnonymousComponent_2)), i1.ɵdid(6, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingAnonymousComponent_3)), i1.ɵdid(8, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(9, 0, null, null, 20, "div", [["class", "mode-item vx-mt-2"]], [[2, "done", null]], null, null, null, null)), (_l()(), i1.ɵeld(10, 0, null, null, 6, "div", [["class", "vx-d-flex vx-align-center vx-justify-between"]], null, null, null, null, null)), (_l()(), i1.ɵeld(11, 0, null, null, 1, "div", [["class", "heading vx-fs-13 vx-fw-500 vx-label-txt vx-pl-3"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Select a criterion for negative scores"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingAnonymousComponent_4)), i1.ɵdid(14, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingAnonymousComponent_5)), i1.ɵdid(16, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(17, 0, null, null, 12, "div", [["class", "criteria-list vx-pt-3 vx-pl-3"]], null, null, null, null, null)), (_l()(), i1.ɵeld(18, 0, null, null, 3, "app-cs-radio", [], null, [[null, "checkedEvent"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("checkedEvent" === en)) {
|
|
86
|
+
var pd_0 = ((_co.setting.negativeScoreCriteria = "FAILED") !== false);
|
|
87
|
+
ad = (pd_0 && ad);
|
|
88
|
+
} return ad; }, i4.View_CsRadioComponent_0, i4.RenderType_CsRadioComponent)), i1.ɵdid(19, 114688, null, 0, i5.CsRadioComponent, [], { name: [0, "name"], checked: [1, "checked"] }, { checkedEvent: "checkedEvent" }), (_l()(), i1.ɵeld(20, 0, null, 0, 1, "div", [["class", "name vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Failed Responses"])), (_l()(), i1.ɵeld(22, 0, null, null, 3, "app-cs-radio", [], null, [[null, "checkedEvent"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("checkedEvent" === en)) {
|
|
89
|
+
var pd_0 = ((_co.setting.negativeScoreCriteria = "SKIPPED") !== false);
|
|
90
|
+
ad = (pd_0 && ad);
|
|
91
|
+
} return ad; }, i4.View_CsRadioComponent_0, i4.RenderType_CsRadioComponent)), i1.ɵdid(23, 114688, null, 0, i5.CsRadioComponent, [], { name: [0, "name"], checked: [1, "checked"] }, { checkedEvent: "checkedEvent" }), (_l()(), i1.ɵeld(24, 0, null, 0, 1, "div", [["class", "name vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Skipped Questions"])), (_l()(), i1.ɵeld(26, 0, null, null, 3, "app-cs-radio", [], null, [[null, "checkedEvent"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("checkedEvent" === en)) {
|
|
92
|
+
var pd_0 = ((_co.setting.negativeScoreCriteria = "FAILED_SKIPPED") !== false);
|
|
93
|
+
ad = (pd_0 && ad);
|
|
94
|
+
} return ad; }, i4.View_CsRadioComponent_0, i4.RenderType_CsRadioComponent)), i1.ɵdid(27, 114688, null, 0, i5.CsRadioComponent, [], { name: [0, "name"], checked: [1, "checked"] }, { checkedEvent: "checkedEvent" }), (_l()(), i1.ɵeld(28, 0, null, 0, 1, "div", [["class", "name vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Skipped Questions & Failed Responses"])), (_l()(), i1.ɵeld(30, 0, null, null, 4, "div", [["class", "mode-item vx-d-flex vx-align-center vx-justify-between vx-mt-2 vx-pl-3 vx-pr-3"]], null, null, null, null, null)), (_l()(), i1.ɵeld(31, 0, null, null, 3, "app-cs-switch", [], null, [[null, "ngValueChange"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("ngValueChange" === en)) {
|
|
95
|
+
var pd_0 = ((_co.setting.weightageEnabled = $event) !== false);
|
|
96
|
+
ad = (pd_0 && ad);
|
|
97
|
+
} return ad; }, i6.View_CsSwitchComponent_0, i6.RenderType_CsSwitchComponent)), i1.ɵdid(32, 114688, null, 0, i7.CsSwitchComponent, [], { ngValue: [0, "ngValue"] }, { ngValueChange: "ngValueChange" }), (_l()(), i1.ɵeld(33, 0, null, 0, 1, "div", [["class", "vx-fs-13 vx-label-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Enabled weightage for each question"])), (_l()(), i1.ɵeld(35, 0, null, null, 4, "div", [["class", "segment-bottom vx-d-flex vx-align-center vx-justify-end vx-p-2 vx-mt-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(36, 0, null, null, 1, "button", [["class", "cancel-btn vx-fs-11 vx-fw-500 vx-txt-blue vx-tt-uppercase vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
98
|
+
var pd_0 = (_co.cancel() !== false);
|
|
99
|
+
ad = (pd_0 && ad);
|
|
100
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["CANCEL"])), (_l()(), i1.ɵeld(38, 0, null, null, 1, "button", [["class", "save-btn vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-p-0 vx-m-0 vx-ml-1 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)) {
|
|
101
|
+
var pd_0 = (_co.confirmOverride() !== false);
|
|
102
|
+
ad = (pd_0 && ad);
|
|
103
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["SAVE"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingAnonymousComponent_6)), i1.ɵdid(41, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_1 = true; _ck(_v, 6, 0, currVal_1); var currVal_2 = false; _ck(_v, 8, 0, currVal_2); var currVal_4 = true; _ck(_v, 14, 0, currVal_4); var currVal_5 = false; _ck(_v, 16, 0, currVal_5); var currVal_6 = "failedCriteriaSettings"; var currVal_7 = (_co.setting.negativeScoreCriteria === "FAILED"); _ck(_v, 19, 0, currVal_6, currVal_7); var currVal_8 = "failedCriteriaSettings"; var currVal_9 = (_co.setting.negativeScoreCriteria === "SKIPPED"); _ck(_v, 23, 0, currVal_8, currVal_9); var currVal_10 = "failedCriteriaSettings"; var currVal_11 = (_co.setting.negativeScoreCriteria === "FAILED_SKIPPED"); _ck(_v, 27, 0, currVal_10, currVal_11); var currVal_12 = _co.setting.weightageEnabled; _ck(_v, 32, 0, currVal_12); var currVal_14 = _co.overRideConfirm; _ck(_v, 41, 0, currVal_14); }, function (_ck, _v) { var currVal_0 = false; _ck(_v, 2, 0, currVal_0); var currVal_3 = false; _ck(_v, 9, 0, currVal_3); var currVal_13 = false; _ck(_v, 38, 0, currVal_13); }); }
|
|
104
|
+
export function View_SettingAnonymousComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingAnonymousComponent_1)), i1.ɵdid(1, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var currVal_0 = true; _ck(_v, 1, 0, currVal_0); }, null); }
|
|
105
|
+
export function View_SettingAnonymousComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-setting-anonymous", [], null, null, null, View_SettingAnonymousComponent_0, RenderType_SettingAnonymousComponent)), i1.ɵdid(1, 114688, null, 0, i8.SettingAnonymousComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
106
|
+
var SettingAnonymousComponentNgFactory = i1.ɵccf("app-setting-anonymous", i8.SettingAnonymousComponent, View_SettingAnonymousComponent_Host_0, { settingData: "setting" }, { save: "save", cancelEvt: "cancelEvt" }, []);
|
|
107
|
+
export { SettingAnonymousComponentNgFactory as SettingAnonymousComponentNgFactory };
|
|
108
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2V0dGluZy1hbm9ueW1vdXMuY29tcG9uZW50Lm5nZmFjdG9yeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9zZXR0aW5nLWFub255bW91cy9zZXR0aW5nLWFub255bW91cy5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL3NldHRpbmctYW5vbnltb3VzL3NldHRpbmctYW5vbnltb3VzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7OztvRUNLWSw4SUFPTSxLQU5GLDBIQUEwRCxLQUFYLGtDQUFLLE1BQ3BELDhIQUlNLEtBSEYsNlBBQWdMLFlBQXhLOzt3QkFBdUM7TUFBL0Msd0JBQWdMLEtBQVYsOEJBQUMsTUFDdks7Ozs7Ozs7Ozs7Ozs7Ozs7O3dCQUF3RDtNQUFuQzs7d0JBQWtDO01BQXZELDhxQkFBd0QsSUFDeEQsOFBBQWdMLFlBQXhLOzt3QkFBdUM7TUFBL0Msd0JBQWdMLEtBQVYsOEJBQUMsbURBRGxKLG1CQUFrQyx1QkFBdkQsYUFBd0QsRUFBbkMsU0FBa0MsMkJBQXZELGlhQUF3RDtvRUFJaEUsc0hBR00sS0FGRixxSkFBdUYsS0FBYixtQ0FBTSxNQUNoRiw4R0FBNEMsS0FBVCwrQkFBRTtvRUFNckMsOElBT00sS0FORiwwSEFBMEQsS0FBWCxrQ0FBSyxNQUNwRCw4SEFJTSxLQUhGLDZQQUF1TCxZQUE5Szs7d0JBQTZDO01BQXRELHdCQUF1TCxLQUFWLDhCQUFDLE1BQzlLOzs7Ozs7Ozs7Ozs7Ozs7Ozt3QkFBeUQ7TUFBcEM7O3dCQUFtQztNQUF4RCw4cUJBQXlELElBQ3pELDhQQUFzTCxZQUE5Szs7d0JBQTZDO01BQXJELHdCQUFzTCxLQUFWLDhCQUFDLG1EQUR4SixtQkFBbUMsd0JBQXhELGFBQXlELEVBQXBDLFNBQW1DLDJCQUF4RCxpYUFBeUQ7b0VBSWpFLHNIQUdNLEtBRkYscUpBQXVGLEtBQWIsbUNBQU0sTUFDaEYsOEdBQTJDLEtBQVIsOEJBQUM7b0VBcUI1Qyx3S0FNTSxLQUxGLG1IQUFxRixLQUE3QyxvRUFBdUMsTUFDL0Usa0hBR00sS0FGRix3UUFBb0wsWUFBNUs7O3dCQUErQjtNQUF2Qyx3QkFBb0wsS0FBWCwrQkFBRSxNQUMzSyx3UUFBNkssWUFBcks7O3dCQUF1QjtNQUEvQix3QkFBNkssS0FBWixnQ0FBRztvRUFUaEwsNkdBWU0sS0FYRixrSUFHTSxLQUZGLDBIQUEyRCxLQUFaLG1DQUFRLE1BQ3ZELG9IQUFnTSxLQUF2Siw2S0FBZ0osTUFFN0wseUxBTU0saURBTnVGLG1CQUF1QixrQkFBcEgsWUFNTSxFQU51RixTQUF1QjtvRUFwRGhJLG1IQTZETSxLQTNERiwyR0EwRE0sS0F6REYsc0tBY00sS0FiRix3SUFBdUcsS0FBMUMsaUVBQW9DLE1BQ2pHLHlMQU9NLElBQ04seUxBR00sSUFFViwwSEFxQk0sS0FwQkYsc0lBY00sS0FiRix5SUFBeUcsS0FBNUMsbUVBQXNDLE1BQ25HLDBMQU9NLElBQ04sMExBR00sSUFFVix3SEFJTSxLQUhGLGlKQUFrUCxZQUEzSTs7d0JBQXlEO01BQWhLLGdOQUFrUCxNQUFqRixxSEFBa0UsS0FBdEIsNkNBQWdCLE1BQzdOLGlKQUFzUCxZQUE3STs7d0JBQTBEO01BQW5LLGdOQUFzUCxNQUFsRixxSEFBbUUsS0FBdkIsOENBQWlCLE1BQ2pPLGlKQUF1UixZQUF2Szs7d0JBQWlFO01BQWpMLGdOQUF1UixNQUFyRyxxSEFBc0YsS0FBMUMsaUVBQW9DLE1BRzFRLHdLQUVNLEtBREYsbUpBQWtKLFlBQW5JOzt3QkFBc0M7TUFBckQsa01BQWtKLE1BQTVGLDRHQUE0RSxLQUF6QyxnRUFBbUMsTUFFaEksZ0tBR00sS0FGRixvUUFBc0ssWUFBOUo7O3dCQUFrQjtNQUExQix3QkFBc0ssS0FBZixtQ0FBTSxNQUM3Siw4UkFBNk0sWUFBck07O3dCQUEyQjtNQUFuQyx3QkFBNk0sS0FBYixpQ0FBSSxNQUV4TSwwTEFZTSxpREF0REcsb0JBQVksRUFBakIsWUFPTSxFQVBELFNBQVksR0FRWixxQkFBYSxFQUFsQixZQUdNLEVBSEQsU0FBYSxHQVFULG9CQUFZLEVBQWpCLGFBT00sRUFQRCxTQUFZLEdBUVoscUJBQWEsRUFBbEIsYUFHTSxFQUhELFNBQWEsR0FNSix3Q0FBaUMsRUFBQywrREFBc0QsR0FBdEcsYUFBa1AsRUFBcE8sU0FBaUMsRUFBQyxTQUFzRCxHQUN4Rix3Q0FBaUMsRUFBRSxnRUFBdUQsR0FBeEcsYUFBc1AsRUFBeE8sU0FBaUMsRUFBRSxTQUF1RCxHQUMxRix5Q0FBaUMsRUFBRSx3RUFBOEQsR0FBL0csYUFBdVIsRUFBelEsVUFBaUMsRUFBRSxVQUE4RCxHQUlwRyxvQkFBc0MsMkJBQXJELGFBQWtKLEVBQW5JLFVBQXNDLEdBTXZCLG9CQUF1QixrQkFBekQsYUFZTSxFQVo0QixVQUF1QiwyQkE1Q21CLHFCQUFvQixFQUFoRyxZQWNNLEVBZHNFLFNBQW9CLEdBZWpFLHFCQUFvQixFQUFuRCxZQXFCTSxFQXJCeUIsU0FBb0IsR0EyQndILHNCQUF3QixFQUEvTCxhQUE2TSxFQUF0QyxVQUF3QjsyRUE3QzNNLHlMQTZETSx5QkE3RGlDLG9CQUFZLEVBQW5ELFlBNkRNLEVBN0RpQyxTQUFZIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiPGRpdiBjbGFzcz1cIml0ZW0tYm9keSB2eC1wdC0zIHZ4LXBiLTNcIiAqbmdJZj1cInRydWVcIj5cclxuICAgIDwhLS0gPGFwcC1jcy1zd2l0Y2g+PGRpdiBjbGFzcz1cInZ4LWZzLTEzIHZ4LXBhcmFncmFwaC10eHRcIj5FbmFibGUgYXNzZXNzbWVudCBtb2RlIGZvciB0aGlzIGZvcm08L2Rpdj48L2FwcC1jcy1zd2l0Y2g+IC0tPlxyXG4gICAgPGRpdiBjbGFzcz1cIm1vZGUtbGlzdCB2eC1tdC0zXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cIm1vZGUtaXRlbSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktYmV0d2VlbiB2eC1tdC0yXCIgW2NsYXNzLmRvbmVdPVwiZmFsc2VcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImhlYWRpbmcgdngtZnMtMTMgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC1wbC0zXCI+U2V0IGRlZmF1bHQgc2NvcmVzIGZvciBhbGwgcXVlc3Rpb25zPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgKm5nSWY9XCJ0cnVlXCIgY2xhc3M9XCJzY29yZS1hcmVhIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtcGwtMyB2eC1wci0xXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidngtZnMtMTIgdngtcGFyYWdyYXBoLXR4dCB2eC1tci0yXCI+U2NvcmU8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnB1dC1hcmVhIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICA8YnV0dG9uIChjbGljayk9XCJtYW5pcHVsYXRlRGVmYXVsdCgnREVDUkVBU0UnKVwiIGNsYXNzPVwidngtZnMtMTQgdngtZnctNTAwIHZ4LXBhcmFncmFwaC10eHQgdngtcC0wIHZ4LXBsLTIgdngtcHItMiB2eC1tLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiPi08L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT1cIm51bWJlclwiIFsobmdNb2RlbCldPVwic2V0dGluZy5kZWZhdWx0U2NvcmVcIj5cclxuICAgICAgICAgICAgICAgICAgICA8YnV0dG9uIChjbGljayk9XCJtYW5pcHVsYXRlRGVmYXVsdCgnSU5DUkVBU0UnKVwiIGNsYXNzPVwidngtZnMtMTQgdngtZnctNTAwIHZ4LXBhcmFncmFwaC10eHQgdngtcC0wIHZ4LXBsLTIgdngtcHItMiB2eC1tLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiPis8L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiAqbmdJZj1cImZhbHNlXCIgY2xhc3M9XCJzY29yZSB2eC1wbC0yIHZ4LXByLTIgdngtbGgtNlwiPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ2eC1mcy0xMSB2eC1mdy01MDAgdngtcGFyYWdyYXBoLXR4dCB2eC10dC11cHBlcmNhc2UgdngtbXItMVwiPlNDT1JFOjwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidngtZnMtMTMgdngtdHh0LWJsdWVcIj4xMDwvc3Bhbj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cIm1vZGUtaXRlbSB2eC1tdC0yXCIgW2NsYXNzLmRvbmVdPVwiZmFsc2VcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1iZXR3ZWVuXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaGVhZGluZyB2eC1mcy0xMyB2eC1mdy01MDAgdngtbGFiZWwtdHh0IHZ4LXBsLTNcIj5TZWxlY3QgYSBjcml0ZXJpb24gZm9yIG5lZ2F0aXZlIHNjb3JlczwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiAqbmdJZj1cInRydWVcIiBjbGFzcz1cInNjb3JlLWFyZWEgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1wbC0zIHZ4LXByLTFcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidngtZnMtMTIgdngtcGFyYWdyYXBoLXR4dCB2eC1tci0yXCI+U2NvcmU8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5wdXQtYXJlYSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gIChjbGljayk9XCJtYW5pcHVsYXRlTmVnYXRpdmVTY29yZSgnREVDUkVBU0UnKVwiIGNsYXNzPVwidngtZnMtMTQgdngtZnctNTAwIHZ4LXBhcmFncmFwaC10eHQgdngtcC0wIHZ4LXBsLTIgdngtcHItMiB2eC1tLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiPi08L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJudW1iZXJcIiBbKG5nTW9kZWwpXT1cInNldHRpbmcubmVnYXRpdmVTY29yZVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uIChjbGljayk9XCJtYW5pcHVsYXRlTmVnYXRpdmVTY29yZSgnSU5DUkVBU0UnKVwiIGNsYXNzPVwidngtZnMtMTQgdngtZnctNTAwIHZ4LXBhcmFncmFwaC10eHQgdngtcC0wIHZ4LXBsLTIgdngtcHItMiB2eC1tLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiPis8L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiAqbmdJZj1cImZhbHNlXCIgY2xhc3M9XCJzY29yZSB2eC1wbC0yIHZ4LXByLTIgdngtbGgtNlwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidngtZnMtMTEgdngtZnctNTAwIHZ4LXBhcmFncmFwaC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LW1yLTFcIj5TQ09SRTo8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ2eC1mcy0xMyB2eC10eHQtYmx1ZVwiPjI8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjcml0ZXJpYS1saXN0IHZ4LXB0LTMgdngtcGwtM1wiPlxyXG4gICAgICAgICAgICAgICAgPGFwcC1jcy1yYWRpbyBbbmFtZV09XCInZmFpbGVkQ3JpdGVyaWFTZXR0aW5ncydcIiBbY2hlY2tlZF09XCJzZXR0aW5nLm5lZ2F0aXZlU2NvcmVDcml0ZXJpYSA9PT0gJ0ZBSUxFRCdcIiAoY2hlY2tlZEV2ZW50KT1cInNldHRpbmcubmVnYXRpdmVTY29yZUNyaXRlcmlhID0gJ0ZBSUxFRCdcIj48ZGl2IGNsYXNzPVwibmFtZSB2eC1mcy0xMiB2eC1wYXJhZ3JhcGgtdHh0XCI+RmFpbGVkIFJlc3BvbnNlczwvZGl2PjwvYXBwLWNzLXJhZGlvPlxyXG4gICAgICAgICAgICAgICAgPGFwcC1jcy1yYWRpbyBbbmFtZV09XCInZmFpbGVkQ3JpdGVyaWFTZXR0aW5ncydcIiAgW2NoZWNrZWRdPVwic2V0dGluZy5uZWdhdGl2ZVNjb3JlQ3JpdGVyaWEgPT09ICdTS0lQUEVEJ1wiIChjaGVja2VkRXZlbnQpPVwic2V0dGluZy5uZWdhdGl2ZVNjb3JlQ3JpdGVyaWEgPSAnU0tJUFBFRCdcIj48ZGl2IGNsYXNzPVwibmFtZSB2eC1mcy0xMiB2eC1wYXJhZ3JhcGgtdHh0XCI+U2tpcHBlZCBRdWVzdGlvbnM8L2Rpdj48L2FwcC1jcy1yYWRpbz5cclxuICAgICAgICAgICAgICAgIDxhcHAtY3MtcmFkaW8gW25hbWVdPVwiJ2ZhaWxlZENyaXRlcmlhU2V0dGluZ3MnXCIgIFtjaGVja2VkXT1cInNldHRpbmcubmVnYXRpdmVTY29yZUNyaXRlcmlhID09PSAnRkFJTEVEX1NLSVBQRUQnXCIgKGNoZWNrZWRFdmVudCk9XCJzZXR0aW5nLm5lZ2F0aXZlU2NvcmVDcml0ZXJpYSA9ICdGQUlMRURfU0tJUFBFRCdcIj48ZGl2IGNsYXNzPVwibmFtZSB2eC1mcy0xMiB2eC1wYXJhZ3JhcGgtdHh0XCI+U2tpcHBlZCBRdWVzdGlvbnMgJiBGYWlsZWQgUmVzcG9uc2VzPC9kaXY+PC9hcHAtY3MtcmFkaW8+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgIGNsYXNzPVwibW9kZS1pdGVtIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1iZXR3ZWVuIHZ4LW10LTIgdngtcGwtMyB2eC1wci0zXCI+XHJcbiAgICAgICAgICAgIDxhcHAtY3Mtc3dpdGNoIFsobmdWYWx1ZSldPVwic2V0dGluZy53ZWlnaHRhZ2VFbmFibGVkXCI+PGRpdiBjbGFzcz1cInZ4LWZzLTEzIHZ4LWxhYmVsLXR4dFwiPkVuYWJsZWQgd2VpZ2h0YWdlIGZvciBlYWNoIHF1ZXN0aW9uPC9kaXY+PC9hcHAtY3Mtc3dpdGNoPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJzZWdtZW50LWJvdHRvbSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktZW5kIHZ4LXAtMiB2eC1tdC00XCIgPlxyXG4gICAgICAgICAgICA8YnV0dG9uIChjbGljayk9XCJjYW5jZWwoKVwiIGNsYXNzPVwiY2FuY2VsLWJ0biB2eC1mcy0xMSB2eC1mdy01MDAgdngtdHh0LWJsdWUgdngtdHQtdXBwZXJjYXNlIHZ4LXAtMCB2eC1tLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiPkNBTkNFTDwvYnV0dG9uPlxyXG4gICAgICAgICAgICA8YnV0dG9uIChjbGljayk9XCJjb25maXJtT3ZlcnJpZGUoKVwiIGNsYXNzPVwic2F2ZS1idG4gdngtZnMtMTEgdngtZnctNTAwIHZ4LXR4dC13aGl0ZSB2eC10dC11cHBlcmNhc2UgdngtcC0wIHZ4LW0tMCB2eC1tbC0xIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIiBbY2xhc3MuZGlzYWJsZWRdPVwiZmFsc2VcIj5TQVZFPC9idXR0b24+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbmZpcm1hdGlvbi1tYXNzYWdlXCIgKm5nSWY9XCJvdmVyUmlkZUNvbmZpcm1cIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbmZpcm1hdGlvbi1tYXNzYWdlLXRvcCB2eC1kLWZsZXggdngtcC0zXCI+XHJcbiAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImljb25zIHZ4LWZzLTE2IHZ4LXR4dC13aGl0ZSB2eC1tci0yXCI+JiN4ZTkzMjs8L2k+XHJcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInRleHQgdngtZnMtMTIgdngtdHh0LXdoaXRlXCI+VGhlc2Ugc2V0dGluZ3Mgd2lsbCBiZSB1cGRhdGVkIGZvciBhbGwgdGhlIHF1ZXN0aW9ucyB3aXRoaW4gdGhpcyBmb3JtLiBTY29yZXMgdGhhdCB3ZXJlIGFkZGVkIHByZXZpb3VzbHkgd2lsbCBiZSByZXBsYWNlZCB3aXRoIHRoZSBuZXcgc2V0dGluZ3MuPC9zcGFuPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbmZpcm1hdGlvbi1tYXNzYWdlLWJvdHRvbSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktYmV0d2VlbiB2eC1wLTJcIiAqbmdJZj1cIm92ZXJSaWRlQ29uZmlybVwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRleHQgdngtZnMtMTMgdngtdHh0LXdoaXRlXCI+QXJlIHlvdSBzdXJlIHlvdSB3b3VsZCBsaWtlIHRvIHByb2NlZWQ/PC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxidXR0b24gKGNsaWNrKT1cImNvbmZpcm1PdmVycmlkZSgnTk8nKVwiIGNsYXNzPVwibm8tYnRuIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC10eHQtd2hpdGUgdngtdHQtdXBwZXJjYXNlIHZ4LXAtMCB2eC1tLTAgdngtbWwtMSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCI+Tk88L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICA8YnV0dG9uIChjbGljayk9XCJzYXZlU2V0dGluZygpXCIgY2xhc3M9XCJ5ZXMtYnRuIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC10eHQtYmx1ZSB2eC10dC11cHBlcmNhc2UgdngtcC0wIHZ4LW0tMCB2eC1tbC0xIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIj5ZRVM8L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG48L2Rpdj5cclxuIl19
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"settingData":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]},"arguments":["setting"]}]}],"save":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"cancelEvt":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}],"manipulateDefault":[{"__symbolic":"method"}],"manipulateNegativeScore":[{"__symbolic":"method"}],"confirmOverride":[{"__symbolic":"method"}],"saveSetting":[{"__symbolic":"method"}],"cancel":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-setting-anonymous","exportAs":null,"inputs":{"settingData":"setting"},"outputs":{"save":"save","cancelEvt":"cancelEvt"},"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":"SettingAnonymousComponent","filePath":"./setting-anonymous.component"},{"__symbol":1,"name":"Input","filePath":"@angular/core"},{"__symbol":2,"name":"Output","filePath":"@angular/core"},{"__symbol":3,"name":"View_SettingAnonymousComponent_0","filePath":"./setting-anonymous.component.ngfactory"},{"__symbol":4,"name":"RenderType_SettingAnonymousComponent","filePath":"./setting-anonymous.component.ngfactory"},{"__symbol":5,"name":"SettingAnonymousComponentNgFactory","filePath":"./setting-anonymous.component.ngfactory"}]}
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
import { Component, ElementRef, EventEmitter, Input, Output, ViewChild } from '@angular/core';
|
|
2
|
+
import { ResultCriteriaService } from '../../services/result-criteria.service';
|
|
3
|
+
import { nanoid } from 'nanoid';
|
|
4
|
+
import { cloneDeep } from 'lodash';
|
|
5
|
+
export class SettingResponseSegmentComponent {
|
|
6
|
+
constructor(el, criteriaService) {
|
|
7
|
+
this.el = el;
|
|
8
|
+
this.criteriaService = criteriaService;
|
|
9
|
+
// constructor() { }
|
|
10
|
+
// ngOnInit(): void {
|
|
11
|
+
// }
|
|
12
|
+
this.description = {
|
|
13
|
+
mode: 'prime',
|
|
14
|
+
placeholder: 'Enter Segment criteria description',
|
|
15
|
+
};
|
|
16
|
+
this.save = new EventEmitter();
|
|
17
|
+
this.showResultPopup = false;
|
|
18
|
+
this.showResultEditPopup = false;
|
|
19
|
+
this.selectedSegment = {
|
|
20
|
+
id: nanoid(),
|
|
21
|
+
segmentName: '',
|
|
22
|
+
segmentDescription: '',
|
|
23
|
+
toRange: 0,
|
|
24
|
+
fromRange: 0,
|
|
25
|
+
color: '#000000'
|
|
26
|
+
};
|
|
27
|
+
this.closed = new EventEmitter();
|
|
28
|
+
this.cancelEvt = new EventEmitter();
|
|
29
|
+
this.resultCriteria = [];
|
|
30
|
+
this.maxRange = 10;
|
|
31
|
+
this.errorArray = [];
|
|
32
|
+
}
|
|
33
|
+
editSegment() { }
|
|
34
|
+
closeSegmentPopup() { }
|
|
35
|
+
openSegmentPopup() { }
|
|
36
|
+
set settingData(value) {
|
|
37
|
+
this.setting = value;
|
|
38
|
+
this.localSetting = cloneDeep(value);
|
|
39
|
+
}
|
|
40
|
+
ngOnInit() {
|
|
41
|
+
this.maxRange = this.criteriaService.calculateMaxScore(this.fd.formsPage);
|
|
42
|
+
}
|
|
43
|
+
addNewSegment() {
|
|
44
|
+
this.showResultEditPopup = false;
|
|
45
|
+
this.mode = 'ADD';
|
|
46
|
+
this.selectedSegment = {
|
|
47
|
+
id: nanoid(14),
|
|
48
|
+
segmentName: '',
|
|
49
|
+
segmentDescription: '',
|
|
50
|
+
fromRange: 0,
|
|
51
|
+
toRange: this.maxRange,
|
|
52
|
+
color: '#000000'
|
|
53
|
+
};
|
|
54
|
+
this.clickResultPopup();
|
|
55
|
+
}
|
|
56
|
+
closePopUp() {
|
|
57
|
+
this.closed.emit();
|
|
58
|
+
}
|
|
59
|
+
closeSegment() {
|
|
60
|
+
this.showResultPopup = false;
|
|
61
|
+
this.showResultEditPopup = false;
|
|
62
|
+
this.editIndex = -10;
|
|
63
|
+
}
|
|
64
|
+
clickResultPopup() {
|
|
65
|
+
this.editIndex = -10;
|
|
66
|
+
const popover = this.button.nativeElement.getBoundingClientRect();
|
|
67
|
+
let left = 0;
|
|
68
|
+
let top = 0;
|
|
69
|
+
top = popover.top;
|
|
70
|
+
left = popover.left;
|
|
71
|
+
this.showResultPopup = !this.showResultPopup;
|
|
72
|
+
this.showResultEditPopup = false;
|
|
73
|
+
this.popoverLeft = left + 10;
|
|
74
|
+
this.popoverTop = top - 350;
|
|
75
|
+
}
|
|
76
|
+
editResultPopup(event, segment, i) {
|
|
77
|
+
this.editIndex = i;
|
|
78
|
+
this.mode = 'EDIT';
|
|
79
|
+
this.selectedSegment = segment;
|
|
80
|
+
const popover = event.target.parentElement.parentElement.parentElement.parentElement.getBoundingClientRect();
|
|
81
|
+
let left = 0;
|
|
82
|
+
let top = 0;
|
|
83
|
+
top = popover.top;
|
|
84
|
+
left = popover.left;
|
|
85
|
+
this.showResultEditPopup = true;
|
|
86
|
+
this.showResultPopup = false;
|
|
87
|
+
this.popoverLeft = left + 10;
|
|
88
|
+
this.popoverTop = top - 350;
|
|
89
|
+
}
|
|
90
|
+
saveCriteria(evt) {
|
|
91
|
+
if (this.mode === 'ADD') {
|
|
92
|
+
this.showResultPopup = !this.showResultPopup;
|
|
93
|
+
this.setting.segmentData.segments.push(evt);
|
|
94
|
+
}
|
|
95
|
+
else if (this.mode === 'EDIT') {
|
|
96
|
+
this.showResultEditPopup = !this.showResultEditPopup;
|
|
97
|
+
const index = this.setting.segmentData.segments.findIndex((x) => x.id === evt.id);
|
|
98
|
+
this.setting.segmentData.segments[index] = evt;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
deleteSegment(index) {
|
|
102
|
+
this.setting.segmentData.segments.splice(index, 1);
|
|
103
|
+
}
|
|
104
|
+
saveSetting() {
|
|
105
|
+
this.editIndex = -10;
|
|
106
|
+
this.showResultEditPopup = false;
|
|
107
|
+
this.showResultPopup = false;
|
|
108
|
+
this.errorArray = [];
|
|
109
|
+
if (this.setting.segmentData.title.trim().length === 0) {
|
|
110
|
+
this.errorArray.push({ type: 'SEGMENT_NAME_MISSING', message: 'Please enter the segment criteria name.' });
|
|
111
|
+
return false;
|
|
112
|
+
}
|
|
113
|
+
else if (this.setting.segmentData.segments.length === 0) {
|
|
114
|
+
this.errorArray.push({ type: 'NO_SEGMENT_FOUND', message: 'Please add atleast one segment.' });
|
|
115
|
+
return false;
|
|
116
|
+
}
|
|
117
|
+
this.save.emit(this.setting);
|
|
118
|
+
}
|
|
119
|
+
discardEdit(index) {
|
|
120
|
+
this.editIndex = -10;
|
|
121
|
+
this.showResultEditPopup = false;
|
|
122
|
+
}
|
|
123
|
+
closeSegmentResult() {
|
|
124
|
+
this.editIndex = -10;
|
|
125
|
+
this.showResultEditPopup = false;
|
|
126
|
+
this.showResultPopup = false;
|
|
127
|
+
}
|
|
128
|
+
cancel() {
|
|
129
|
+
this.cancelEvt.emit(this.localSetting);
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
SettingResponseSegmentComponent.decorators = [
|
|
133
|
+
{ type: Component, args: [{
|
|
134
|
+
selector: 'app-setting-response-segment',
|
|
135
|
+
template: "<div class=\"item-body vx-pt-3 vx-pb-3\" [class.error]=\"errorArray.length > 0\" *ngIf=\"true\">\r\n <!-- <app-cs-switch [value]=\"setting?.settingEnableText\" [(ngValue)]=\"setting.isEnabled\" ><div class=\"vx-fs-13 vx-paragraph-txt\">Configure Response Segments for this form</div></app-cs-switch> -->\r\n <!-- *ngIf=\"setting.isEnabled\" -->\r\n <div class=\"segment-form vx-mt-4\">\r\n <div class=\"form-item vx-mb-4\">\r\n <div class=\"label vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1\">SEGMENT CRITERIA <span class=\"vx-fs-16 vx-fw-400 vx-txt-red\">*</span></div>\r\n <input type=\"text\" placeholder=\"Enter Segment criteria\" [(ngModel)]=\"setting.segmentData.title\">\r\n </div>\r\n <div class=\"form-item vx-mb-4\">\r\n <div class=\"label vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1\">SEGMENT CRITERIA DESCRIPTION</div>\r\n <marx-editor [editorConfig]=\"description\" [(ngModel)]=\"setting.segmentData.description\"></marx-editor>\r\n </div>\r\n <div class=\"form-item vx-mb-4\">\r\n <div class=\"label vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1\">MAXIMUM SCORE RANGE:</div>\r\n <span class=\"score-label vx-fs-11 vx-fw-600 vx-paragraph-txt vx-pl-1 vx-pr-1 vx-lh-4\">0 - {{maxRange}}</span>\r\n </div>\r\n <div class=\"form-item vx-mb-4\" *ngIf=\"setting?.segmentData?.segments?.length > 0\">\r\n <div class=\"label vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-mb-1\">ASSOCIATED SEGMENTS:</div>\r\n <div class=\"associated-list vx-mb-1\" *ngFor=\"let segment of setting?.segmentData?.segments; let i = index\">\r\n <div class=\"vx-d-flex vx-align-center vx-justify-between\" *ngIf=\"!(showResultEditPopup && editIndex === i)\">\r\n <div class=\"left vx-d-flex vx-align-center vx-justify-between vx-pl-3 vx-pr-3\">\r\n <div class=\"name vx-fs-12\" [style.color]=\"segment?.color\" [appTooltip]=\"segment?.segmentName\" placement=\"bottom-left\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"false\">{{segment?.segmentName}}</div>\r\n <i *ngIf=\"segment?.segmentDescription\" class=\"icons info vx-fs-16 vx-txt-blue\" [appTooltip]=\"segment?.segmentDescription\" placement=\"bottom-right\" delay=\"0\" type=\"white\" [tooltipMandatory]=\"true\"></i>\r\n </div>\r\n <div class=\"right\">\r\n <div class=\"score vx-align-center vx-pl-2 vx-pr-2\" [style.background]=\"segment?.color\">\r\n <span class=\"vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-mr-3\">RANGE:</span>\r\n <span class=\"vx-fs-11 vx-fw-600 vx-txt-white\">{{' '+segment?.fromRange}} - {{segment?.toRange}}</span>\r\n </div>\r\n <div class=\"action vx-align-center vx-justify-center vx-pl-2 vx-pr-2\">\r\n <button *ngIf=\"!(showResultEditPopup && editIndex === i)\" (click)=\"editResultPopup($event,segment,i)\" class=\"vx-fs-14 vx-txt-blue vx-p-2 vx-m-0 vx-d-flex vx-align-center vx-justify-center\" (click)=\"editSegment()\"><i class=\"icons\"></i></button>\r\n <button (click)=\"deleteSegment(i)\" class=\"vx-fs-14 vx-txt-blue vx-p-2 vx-m-0 vx-d-flex vx-align-center vx-justify-center\"><i class=\"icons\"></i></button>\r\n </div>\r\n </div>\r\n </div>\r\n <button *ngIf=\"showResultEditPopup\" class=\"segment-close vx-fs-12 vx-fw-600 vx-txt-white vx-p-0 vx-d-flex vx-align-center vx-justify-center\" (click)=\"closeSegment()\"><i class=\"icons\"></i></button>\r\n <div class=\"segment-popup\" *ngIf=\"showResultEditPopup\">\r\n <app-add-segment-popup [mode]=\"mode\" [criteria]=\"selectedSegment\"\r\n [segmentCollection]=\"setting?.segmentData?.segments\" (save)=\"saveCriteria($event)\"\r\n (closeSegment)=\"closeSegmentResult()\" [maxRange]=\"maxRange\"></app-add-segment-popup>\r\n </div>\r\n <div class=\"overlay\" *ngIf=\"showResultEditPopup\"></div>\r\n </div>\r\n </div>\r\n <div class=\"form-item vx-mb-4\">\r\n <button *ngIf=\"!showResultPopup\" #button (click)=\"addNewSegment()\" class=\"segment-btn vx-fs-11 vx-fw-500 vx-txt-blue vx-tt-uppercase vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center\" (click)=\"openSegmentPopup()\"><i class=\"icons vx-fs-14 vx-fw-600 vx-mr-4 vx-lh-4\"></i> ADD SEGMENT</button>\r\n <button *ngIf=\"showResultPopup\" (click)=\"closeSegment()\" class=\"segment-close vx-fs-12 vx-fw-600 vx-txt-white vx-p-0 vx-d-flex vx-align-center vx-justify-center\" ><i class=\"icons\"></i></button>\r\n <div class=\"segment-popup\" *ngIf=\"showResultPopup\">\r\n <app-add-segment-popup [mode]=\"mode\" [criteria]=\"selectedSegment\"\r\n [segmentCollection]=\"setting?.segmentData?.segments\" (save)=\"saveCriteria($event)\"\r\n (closeSegment)=\"closeSegmentResult()\" [maxRange]=\"maxRange\"></app-add-segment-popup>\r\n </div>\r\n <div class=\"overlay\" *ngIf=\"showResultPopup\"></div>\r\n </div>\r\n <div class=\"segment-bottom vx-d-flex vx-align-center vx-justify-end vx-p-2\" *ngIf=\"errorArray.length === 0\">\r\n <button (click)=\"cancel()\" class=\"cancel-btn vx-fs-11 vx-fw-500 vx-txt-blue vx-tt-uppercase vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center\">CANCEL</button>\r\n <button (click)=\"saveSetting()\" class=\"save-btn vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center\" [class.disabled]=\"false\">SAVE</button>\r\n </div>\r\n <div class=\"segment-bottom error vx-d-flex vx-align-center vx-justify-between vx-p-2\" *ngIf=\"errorArray.length > 0\">\r\n <div class=\"text vx-fs-12 vx-txt-white\">{{errorArray[0]?.message}}</div>\r\n <button (click)=\"saveSetting()\" class=\"save-btn vx-fs-11 vx-fw-500 vx-txt-red vx-tt-uppercase vx-p-0 vx-m-0 vx-ml-1 vx-d-flex vx-align-center vx-justify-center\" [class.disabled]=\"false\">SAVE</button>\r\n </div>\r\n </div>\r\n</div>",
|
|
136
|
+
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 .assessment-settings{background:#fff;width:31.25rem;height:100vh}::ng-deep .assessment-settings-head{background:#f8f8f8;border-bottom:1px solid #f1f1f1;height:3rem}::ng-deep .assessment-settings-head i.info{cursor:pointer}::ng-deep .assessment-settings-head button.close{background:transparent;border:none;border-radius:0}::ng-deep .assessment-settings-body{padding-left:2.25rem;padding-right:1rem;width:32.25rem;position:relative;left:-1rem;height:calc(100vh - 3.5rem);overflow-y:auto}::ng-deep .assessment-settings-body::-webkit-scrollbar-track{background-color:transparent}::ng-deep .assessment-settings-body .settings-item{border:1px solid #dbdbdb;border-radius:.25rem;position:relative;transition:all .3s ease-in-out}::ng-deep .assessment-settings-body .settings-item.active,::ng-deep .assessment-settings-body .settings-item:hover{border-color:#1e5dd3;box-shadow:0 3px 6px #1e5dd326}::ng-deep .assessment-settings-body .settings-item.done{background:#fbfbfb;border-color:#f1f1f1}::ng-deep .assessment-settings-body .settings-item.done:hover{border-color:#1e5dd3}::ng-deep .assessment-settings-body .settings-item .status{background:#fff;border-radius:50%;position:absolute;left:-2.25rem;top:.35rem;width:1.75rem;height:1.75rem;transition:all .1s ease-in-out;z-index:1}::ng-deep .assessment-settings-body .settings-item .status.done .checkIcon{position:absolute;top:-1px;width:29px;height:29px;border-radius:50%;stroke-width:4;stroke:#34aa44;stroke-miterlimit:10;box-shadow:inset 0 0 0 #34aa44;-webkit-animation:fillCheck .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;animation:fillCheck .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both}::ng-deep .assessment-settings-body .settings-item .status.done .checkIcon__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#34aa44;fill:none;-webkit-animation:strokeCheck .6s cubic-bezier(.65,0,.45,1) forwards;animation:strokeCheck .6s cubic-bezier(.65,0,.45,1) forwards}::ng-deep .assessment-settings-body .settings-item .status.done .checkIcon__check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;-webkit-animation:strokeCheck .3s cubic-bezier(.65,0,.45,1) .8s forwards;animation:strokeCheck .3s cubic-bezier(.65,0,.45,1) .8s forwards}::ng-deep .assessment-settings-body .settings-item .status.edit .edit-loader{position:absolute;top:-.1875rem;left:-.1875rem;right:0;bottom:0;width:34px;height:34px;transform:rotate(90deg)}::ng-deep .assessment-settings-body .settings-item .status.edit .editmark{width:28px;height:28px;border-radius:50%;stroke-width:4;stroke:#1e5dd3;stroke-miterlimit:10;box-shadow:inset 0 0 0 #1e5dd3}::ng-deep .assessment-settings-body .settings-item .status.edit .editmark__circle{stroke-dasharray:0;stroke-dashoffset:0;stroke-width:0;stroke-miterlimit:10;stroke:#f1f1f1;fill:none;-webkit-animation:strokeCheck .6s cubic-bezier(.65,0,.45,1) forwards;animation:strokeCheck .6s cubic-bezier(.65,0,.45,1) forwards;transform:scale(.23)}::ng-deep .assessment-settings-body .settings-item .status.edit .editmark__check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;fill:#1e5dd3;transform:scale(.5)}::ng-deep .assessment-settings-body .settings-item .item-head{min-height:2.5rem;width:100%;cursor:pointer}::ng-deep .assessment-settings-body .settings-item .item-head .name I.info{position:relative;top:1px;cursor:pointer}::ng-deep .assessment-settings-body .settings-item .item-body{border-top:1px solid #f1f1f1}::ng-deep .assessment-settings-body .settings-item .item-body .mode-item{border:1px solid #dbdbdb;border-radius:.25rem;min-height:2.5rem}::ng-deep .assessment-settings-body .settings-item .item-body .mode-item.done{background:#fbfbfb;border-color:#f1f1f1}::ng-deep .assessment-settings-body .settings-item .item-body .mode-item.done .criteria-list{border-color:#f1f1f1}::ng-deep .assessment-settings-body .settings-item .item-body .mode-item .score-area{border-left:1px solid #dbdbdb;width:9.5rem;height:2.375rem}::ng-deep .assessment-settings-body .settings-item .item-body .mode-item .score-area .input-area button{background:transparent;border:none;border-radius:0;height:1.5rem}::ng-deep .assessment-settings-body .settings-item .item-body .mode-item .score-area .input-area input{background:#fff;border:1px solid #f1f1f1;border-radius:.25rem;color:#747576;font-size:13px;text-align:center;width:44px;height:1.5rem;outline:none}::ng-deep .assessment-settings-body .settings-item .item-body .mode-item .score{background:#fff;border:1px solid #f1f1f1;border-radius:.125rem;margin:.375rem .375rem .375rem 0;min-width:4.5rem;max-width:5rem}::ng-deep .assessment-settings-body .settings-item .item-body .mode-item .criteria-list{border-top:1px solid #dbdbdb}::ng-deep .assessment-settings-body .settings-item .item-body .mode-item .criteria-list cs-radio{display:block;margin-bottom:.5rem}::ng-deep .assessment-settings-body .settings-item .item-body .mode-item app-cs-switch{width:100%}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item{position:relative;min-height:2.5rem}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item input{background:#fff;border:1px solid #dbdbdb;border-radius:.25rem;color:#747576;font-size:12px;padding:0 .75rem;height:2.5rem;width:100%;outline:none;transition:all .3s ease-in-out}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item input:focus,::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item input:hover{border-color:#1e5dd3;box-shadow:0 3px 6px #1e5dd326}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item input::-moz-placeholder{color:#747576;opacity:1}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item input:-ms-input-placeholder{color:#747576;opacity:1}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item input::placeholder{color:#747576;opacity:1}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item marx-editor .editor-container .editable-block{font-size:12px;padding:.5rem .75rem}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item marx-editor .editor-container .editable-block:before{color:#747576!important}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item .score-label{background:#f1f1f1;border-radius:.125rem;position:relative;top:-.375rem}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item .associated-list{background:#f8f8f8;border-radius:.125rem;height:2rem}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item .associated-list .left{width:calc(100% - 6.5rem)}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item .associated-list .left .name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:calc(100% - 2rem)}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item .associated-list .left i.info{cursor:pointer}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item .associated-list .right{width:6.5rem}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item .associated-list .right .score{border-radius:0 .125rem .125rem 0;height:2rem;display:flex}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item .associated-list .right .action{height:2rem;display:none}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item .associated-list .right .action button{background:transparent;border:none;border-radius:0}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item .associated-list:hover .right .score{display:none}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item .associated-list:hover .right .action{display:flex}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item .associated-list button.segment-close{top:-.5rem}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item button.segment-btn{background:#fff;border:1px solid #1e5dd3;border-radius:.25rem;height:2.5rem;width:100%}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item button.segment-close{background:#1e5dd3;border:.25rem solid #fff;border-radius:50%;width:36px;height:36px;margin:.125rem auto;position:relative;z-index:3}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .form-item .segment-popup{position:absolute;bottom:1.25rem;left:.875rem;width:25rem;z-index:2}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .segment-bottom{background:#fbfbfb;border-top:1px solid #f1f1f1;border-radius:0 0 .1875rem .1875rem;height:2.75rem;margin:0 0 -.75rem -1rem;width:calc(100% + 2rem)}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .segment-bottom button{border-radius:.125rem;height:1.875rem;width:5rem}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .segment-bottom button.cancel-btn{background:#fff;border:1px solid #dbdbdb}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .segment-bottom button.save-btn{background:#1e5dd3;border:none}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .segment-bottom button.disabled{background:#f1f1f1;color:#747576;pointer-events:none}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .segment-bottom.error{background:#d93b41}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .segment-bottom.error button{border-radius:.125rem;height:1.875rem;width:5rem}::ng-deep .assessment-settings-body .settings-item .item-body .segment-form .segment-bottom.error button.save-btn{background:#fff}::ng-deep .assessment-settings-body .settings-item.skeleton-loader{background:#f8f8f8;border-color:#f1f1f1;height:2.5rem}::ng-deep .assessment-settings-body .settings-item.skeleton-loader .loader{background:#dbdbdb;border-radius:.5rem;height:.5rem;width:12rem}@-webkit-keyframes strokeCheck{to{stroke-dashoffset:0}}@keyframes strokeCheck{to{stroke-dashoffset:0}}@-webkit-keyframes fillCheck{to{box-shadow:inset 0 0 0 2px #34aa44}}@keyframes fillCheck{to{box-shadow:inset 0 0 0 2px #34aa44}}@-webkit-keyframes fillEdit{to{box-shadow:inset 0 0 0 2px #1e5dd3}}@keyframes fillEdit{to{box-shadow:inset 0 0 0 2px #1e5dd3}}.circular-loader{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;left:0;margin:auto}.loader-path{stroke-dasharray:150,200;stroke-dashoffset:-10;-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;stroke-linecap:round}@-webkit-keyframes rotate{to{transform:rotate(1turn)}}@keyframes rotate{to{transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}::ng-deep app-cs-switch .cs-switch{cursor:pointer}"]
|
|
137
|
+
},] }
|
|
138
|
+
];
|
|
139
|
+
SettingResponseSegmentComponent.ctorParameters = () => [
|
|
140
|
+
{ type: ElementRef },
|
|
141
|
+
{ type: ResultCriteriaService }
|
|
142
|
+
];
|
|
143
|
+
SettingResponseSegmentComponent.propDecorators = {
|
|
144
|
+
settingData: [{ type: Input, args: ['setting',] }],
|
|
145
|
+
save: [{ type: Output }],
|
|
146
|
+
button: [{ type: ViewChild, args: ['button',] }],
|
|
147
|
+
buttonEdit: [{ type: ViewChild, args: ['buttonEdit',] }],
|
|
148
|
+
closed: [{ type: Output }],
|
|
149
|
+
cancelEvt: [{ type: Output }],
|
|
150
|
+
formJSON: [{ type: Input }],
|
|
151
|
+
fd: [{ type: Input }]
|
|
152
|
+
};
|
|
153
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2V0dGluZy1yZXNwb25zZS1zZWdtZW50LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9zZXR0aW5nLXJlc3BvbnNlLXNlZ21lbnQvc2V0dGluZy1yZXNwb25zZS1zZWdtZW50LmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFVLE1BQU0sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFHdEcsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sd0NBQXdDLENBQUM7QUFDL0UsT0FBTyxFQUFFLE1BQU0sRUFBRSxNQUFNLFFBQVEsQ0FBQztBQUNoQyxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sUUFBUSxDQUFDO0FBTW5DLE1BQU0sT0FBTywrQkFBK0I7SUF1QjFDLFlBQW9CLEVBQWMsRUFBVSxlQUFzQztRQUE5RCxPQUFFLEdBQUYsRUFBRSxDQUFZO1FBQVUsb0JBQWUsR0FBZixlQUFlLENBQXVCO1FBckJsRixvQkFBb0I7UUFFcEIscUJBQXFCO1FBQ3JCLElBQUk7UUFDSixnQkFBVyxHQUFpQjtZQUMxQixJQUFJLEVBQUUsT0FBTztZQUNiLFdBQVcsRUFBRSxvQ0FBb0M7U0FDbEQsQ0FBQztRQVlRLFNBQUksR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBR3pDLG9CQUFlLEdBQUcsS0FBSyxDQUFDO1FBQ3hCLHdCQUFtQixHQUFHLEtBQUssQ0FBQztRQUs1QixvQkFBZSxHQUFRO1lBQ3JCLEVBQUUsRUFBRSxNQUFNLEVBQUU7WUFDWixXQUFXLEVBQUUsRUFBRTtZQUNmLGtCQUFrQixFQUFFLEVBQUU7WUFDdEIsT0FBTyxFQUFFLENBQUM7WUFDVixTQUFTLEVBQUUsQ0FBQztZQUNaLEtBQUssRUFBRSxTQUFTO1NBQ2pCLENBQUM7UUFHUSxXQUFNLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUNqQyxjQUFTLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUc5QyxtQkFBYyxHQUFHLEVBQ2hCLENBQUM7UUFFRixhQUFRLEdBQUcsRUFBRSxDQUFDO1FBQ2QsZUFBVSxHQUFPLEVBQUUsQ0FBQztJQXpCa0UsQ0FBQztJQVh2RixXQUFXLEtBQUcsQ0FBQztJQUNmLGlCQUFpQixLQUFHLENBQUM7SUFDckIsZ0JBQWdCLEtBQUcsQ0FBQztJQUdwQixJQUFzQixXQUFXLENBQUMsS0FBUztRQUMxQyxJQUFJLENBQUMsT0FBTyxHQUFHLEtBQUssQ0FBRTtRQUN0QixJQUFJLENBQUMsWUFBWSxHQUFHLFNBQVMsQ0FBQyxLQUFLLENBQUMsQ0FBRTtJQUN2QyxDQUFDO0lBNkJELFFBQVE7UUFDTixJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxlQUFlLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQyxTQUFTLENBQUMsQ0FBQztJQUM1RSxDQUFDO0lBRUQsYUFBYTtRQUNYLElBQUksQ0FBQyxtQkFBbUIsR0FBRyxLQUFLLENBQUM7UUFDakMsSUFBSSxDQUFDLElBQUksR0FBRyxLQUFLLENBQUM7UUFDbEIsSUFBSSxDQUFDLGVBQWUsR0FBRztZQUNyQixFQUFFLEVBQUUsTUFBTSxDQUFDLEVBQUUsQ0FBQztZQUNkLFdBQVcsRUFBRSxFQUFFO1lBQ2Ysa0JBQWtCLEVBQUUsRUFBRTtZQUN0QixTQUFTLEVBQUUsQ0FBQztZQUNaLE9BQU8sRUFBRSxJQUFJLENBQUMsUUFBUTtZQUN0QixLQUFLLEVBQUUsU0FBUztTQUNqQixDQUFDO1FBQ0YsSUFBSSxDQUFDLGdCQUFnQixFQUFFLENBQUM7SUFDMUIsQ0FBQztJQUNELFVBQVU7UUFDUixJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3JCLENBQUM7SUFFRCxZQUFZO1FBQ1YsSUFBSSxDQUFDLGVBQWUsR0FBRyxLQUFLLENBQUM7UUFDN0IsSUFBSSxDQUFFLG1CQUFtQixHQUFHLEtBQUssQ0FBQztRQUNsQyxJQUFJLENBQUMsU0FBUyxHQUFHLENBQUMsRUFBRSxDQUFDO0lBQ3ZCLENBQUM7SUFFRCxnQkFBZ0I7UUFDZCxJQUFJLENBQUMsU0FBUyxHQUFHLENBQUMsRUFBRSxDQUFDO1FBQ3JCLE1BQU0sT0FBTyxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsYUFBYSxDQUFDLHFCQUFxQixFQUFFLENBQUM7UUFDbEUsSUFBSSxJQUFJLEdBQUcsQ0FBQyxDQUFDO1FBQ2IsSUFBSSxHQUFHLEdBQUcsQ0FBQyxDQUFDO1FBQ1osR0FBRyxHQUFHLE9BQU8sQ0FBQyxHQUFHLENBQUM7UUFDbEIsSUFBSSxHQUFHLE9BQU8sQ0FBQyxJQUFJLENBQUM7UUFDcEIsSUFBSSxDQUFDLGVBQWUsR0FBRyxDQUFDLElBQUksQ0FBQyxlQUFlLENBQUM7UUFDN0MsSUFBSSxDQUFDLG1CQUFtQixHQUFHLEtBQUssQ0FBQztRQUNqQyxJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksR0FBRyxFQUFFLENBQUM7UUFDN0IsSUFBSSxDQUFDLFVBQVUsR0FBRyxHQUFHLEdBQUcsR0FBRyxDQUFDO0lBQzlCLENBQUM7SUFDRCxlQUFlLENBQUMsS0FBUyxFQUFFLE9BQVcsRUFBRSxDQUFLO1FBQzNDLElBQUksQ0FBQyxTQUFTLEdBQUcsQ0FBQyxDQUFDO1FBQ25CLElBQUksQ0FBQyxJQUFJLEdBQUcsTUFBTSxDQUFDO1FBQ25CLElBQUksQ0FBQyxlQUFlLEdBQUcsT0FBTyxDQUFDO1FBQy9CLE1BQU0sT0FBTyxHQUFHLEtBQUssQ0FBQyxNQUFNLENBQUMsYUFBYSxDQUFDLGFBQWEsQ0FBQyxhQUFhLENBQUMsYUFBYSxDQUFDLHFCQUFxQixFQUFFLENBQUM7UUFDN0csSUFBSSxJQUFJLEdBQUcsQ0FBQyxDQUFDO1FBQ2IsSUFBSSxHQUFHLEdBQUcsQ0FBQyxDQUFDO1FBQ1osR0FBRyxHQUFHLE9BQU8sQ0FBQyxHQUFHLENBQUM7UUFDbEIsSUFBSSxHQUFHLE9BQU8sQ0FBQyxJQUFJLENBQUM7UUFDcEIsSUFBSSxDQUFDLG1CQUFtQixHQUFHLElBQUksQ0FBQztRQUNoQyxJQUFJLENBQUMsZUFBZSxHQUFHLEtBQUssQ0FBQztRQUM3QixJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksR0FBRyxFQUFFLENBQUM7UUFDN0IsSUFBSSxDQUFDLFVBQVUsR0FBRyxHQUFHLEdBQUcsR0FBRyxDQUFDO0lBQzlCLENBQUM7SUFDRCxZQUFZLENBQUMsR0FBTztRQUNsQixJQUFJLElBQUksQ0FBQyxJQUFJLEtBQUssS0FBSyxFQUFFO1lBQ3ZCLElBQUksQ0FBQyxlQUFlLEdBQUcsQ0FBQyxJQUFJLENBQUMsZUFBZSxDQUFDO1lBQzdDLElBQUksQ0FBQyxPQUFPLENBQUMsV0FBVyxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7U0FDN0M7YUFDSSxJQUFJLElBQUksQ0FBQyxJQUFJLEtBQUssTUFBTSxFQUFFO1lBQzdCLElBQUksQ0FBQyxtQkFBbUIsR0FBRyxDQUFDLElBQUksQ0FBQyxtQkFBbUIsQ0FBQztZQUNyRCxNQUFNLEtBQUssR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLFdBQVcsQ0FBQyxRQUFRLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsRUFBRSxLQUFLLEdBQUcsQ0FBQyxFQUFFLENBQUMsQ0FBQztZQUN0RixJQUFJLENBQUMsT0FBTyxDQUFDLFdBQVcsQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLEdBQUcsR0FBRyxDQUFDO1NBQ2hEO0lBQ0gsQ0FBQztJQUVELGFBQWEsQ0FBQyxLQUFTO1FBQ3JCLElBQUksQ0FBQyxPQUFPLENBQUMsV0FBVyxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUMsS0FBSyxFQUFFLENBQUMsQ0FBQyxDQUFDO0lBQ3JELENBQUM7SUFDRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLFNBQVMsR0FBRyxDQUFDLEVBQUUsQ0FBQztRQUNyQixJQUFJLENBQUMsbUJBQW1CLEdBQUcsS0FBSyxDQUFDO1FBQ2pDLElBQUksQ0FBQyxlQUFlLEdBQUcsS0FBSyxDQUFDO1FBQzdCLElBQUksQ0FBQyxVQUFVLEdBQUcsRUFBRSxDQUFDO1FBQ3JCLElBQUksSUFBSSxDQUFDLE9BQU8sQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDLElBQUksRUFBRSxDQUFDLE1BQU0sS0FBSyxDQUFDLEVBQUU7WUFDdEQsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsRUFBQyxJQUFJLEVBQUUsc0JBQXNCLEVBQUUsT0FBTyxFQUFFLHlDQUF5QyxFQUFDLENBQUMsQ0FBQztZQUN6RyxPQUFPLEtBQUssQ0FBQztTQUNkO2FBQU0sSUFBSSxJQUFJLENBQUMsT0FBTyxDQUFDLFdBQVcsQ0FBQyxRQUFRLENBQUMsTUFBTSxLQUFLLENBQUMsRUFBQztZQUN4RCxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxFQUFDLElBQUksRUFBRSxrQkFBa0IsRUFBRSxPQUFPLEVBQUUsaUNBQWlDLEVBQUMsQ0FBQyxDQUFDO1lBQzdGLE9BQU8sS0FBSyxDQUFDO1NBQ2Q7UUFDQyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUM7SUFHakMsQ0FBQztJQUNELFdBQVcsQ0FBQyxLQUFTO1FBQ25CLElBQUksQ0FBQyxTQUFTLEdBQUcsQ0FBQyxFQUFFLENBQUM7UUFDckIsSUFBSSxDQUFDLG1CQUFtQixHQUFHLEtBQUssQ0FBQztJQUNuQyxDQUFDO0lBQ0Qsa0JBQWtCO1FBQ2hCLElBQUksQ0FBQyxTQUFTLEdBQUcsQ0FBQyxFQUFFLENBQUM7UUFDckIsSUFBSSxDQUFDLG1CQUFtQixHQUFHLEtBQUssQ0FBQztRQUNqQyxJQUFJLENBQUMsZUFBZSxHQUFHLEtBQUssQ0FBQztJQUMvQixDQUFDO0lBQ0QsTUFBTTtRQUNKLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQztJQUV6QyxDQUFDOzs7WUF0SkYsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSw4QkFBOEI7Z0JBQ3hDLGkzTUFBd0Q7O2FBRXpEOzs7WUFWbUIsVUFBVTtZQUdyQixxQkFBcUI7OzswQkF5QjNCLEtBQUssU0FBQyxTQUFTO21CQUlmLE1BQU07cUJBaUJOLFNBQVMsU0FBQyxRQUFRO3lCQUNsQixTQUFTLFNBQUMsWUFBWTtxQkFDdEIsTUFBTTt3QkFDTixNQUFNO3VCQUNOLEtBQUs7aUJBQ0wsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRWxlbWVudFJlZiwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25Jbml0LCBPdXRwdXQsIFZpZXdDaGlsZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBFZGl0b3JDb25maWcgfSBmcm9tICd2Y29tcGx5LWVkaXRvcic7XHJcbmltcG9ydCB7IEVkaXRvclNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9lZGl0b3Iuc2VydmljZSc7XHJcbmltcG9ydCB7IFJlc3VsdENyaXRlcmlhU2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL3Jlc3VsdC1jcml0ZXJpYS5zZXJ2aWNlJztcclxuaW1wb3J0IHsgbmFub2lkIH0gZnJvbSAnbmFub2lkJztcclxuaW1wb3J0IHsgY2xvbmVEZWVwIH0gZnJvbSAnbG9kYXNoJztcclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtc2V0dGluZy1yZXNwb25zZS1zZWdtZW50JyxcclxuICB0ZW1wbGF0ZVVybDogJy4vc2V0dGluZy1yZXNwb25zZS1zZWdtZW50LmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9zZXR0aW5nLXJlc3BvbnNlLXNlZ21lbnQuY29tcG9uZW50Lmxlc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgU2V0dGluZ1Jlc3BvbnNlU2VnbWVudENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG4gIC8vIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG4gIC8vIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gIC8vIH1cclxuICBkZXNjcmlwdGlvbjogRWRpdG9yQ29uZmlnID0ge1xyXG4gICAgbW9kZTogJ3ByaW1lJyxcclxuICAgIHBsYWNlaG9sZGVyOiAnRW50ZXIgU2VnbWVudCBjcml0ZXJpYSBkZXNjcmlwdGlvbicsXHJcbiAgfTtcclxuICBoaWRlU2VnbWVudFBvcHVwICE6Ym9vbGVhbjtcclxuICBlZGl0U2VnbWVudFBvcHVwICE6Ym9vbGVhbjtcclxuICBlZGl0U2VnbWVudCgpe31cclxuICBjbG9zZVNlZ21lbnRQb3B1cCgpe31cclxuICBvcGVuU2VnbWVudFBvcHVwKCl7fVxyXG4gIHNldHRpbmchOmFueTtcclxuICBsb2NhbFNldHRpbmcgITphbnk7XHJcbiAgQElucHV0KCdzZXR0aW5nJykgc2V0IHNldHRpbmdEYXRhKHZhbHVlOmFueSl7XHJcbiAgIHRoaXMuc2V0dGluZyA9IHZhbHVlIDtcclxuICAgdGhpcy5sb2NhbFNldHRpbmcgPSBjbG9uZURlZXAodmFsdWUpIDtcclxuICB9XHJcbiAgQE91dHB1dCgpIHNhdmUgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcclxuXHJcbiAgY29uc3RydWN0b3IocHJpdmF0ZSBlbDogRWxlbWVudFJlZiwgcHJpdmF0ZSBjcml0ZXJpYVNlcnZpY2U6IFJlc3VsdENyaXRlcmlhU2VydmljZSkgeyB9XHJcbiAgc2hvd1Jlc3VsdFBvcHVwID0gZmFsc2U7XHJcbiAgc2hvd1Jlc3VsdEVkaXRQb3B1cCA9IGZhbHNlO1xyXG4gIHBvcG92ZXJMZWZ0OiBhbnk7XHJcbiAgcG9wb3ZlclRvcDogYW55O1xyXG4gIG1vZGU6IGFueTtcclxuICBlZGl0SW5kZXggITogbnVtYmVyO1xyXG4gIHNlbGVjdGVkU2VnbWVudDogYW55ID0ge1xyXG4gICAgaWQ6IG5hbm9pZCgpLFxyXG4gICAgc2VnbWVudE5hbWU6ICcnLFxyXG4gICAgc2VnbWVudERlc2NyaXB0aW9uOiAnJyxcclxuICAgIHRvUmFuZ2U6IDAsXHJcbiAgICBmcm9tUmFuZ2U6IDAsXHJcbiAgICBjb2xvcjogJyMwMDAwMDAnXHJcbiAgfTtcclxuICBAVmlld0NoaWxkKCdidXR0b24nKSBidXR0b24gITphbnk7XHJcbiAgQFZpZXdDaGlsZCgnYnV0dG9uRWRpdCcpIGJ1dHRvbkVkaXQgITphbnk7XHJcbiAgQE91dHB1dCgpIGNsb3NlZCA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xyXG4gIEBPdXRwdXQoKSBjYW5jZWxFdnQgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTsgXHJcbiAgQElucHV0KCkgZm9ybUpTT04gITogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIGZkICE6YW55O1xyXG4gIHJlc3VsdENyaXRlcmlhID0gW1xyXG4gIF07XHJcbiAgZW50aXR5SlNPTiAhOmFueTtcclxuICBtYXhSYW5nZSA9IDEwO1xyXG4gIGVycm9yQXJyYXk6YW55ID0gW107XHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICB0aGlzLm1heFJhbmdlID0gdGhpcy5jcml0ZXJpYVNlcnZpY2UuY2FsY3VsYXRlTWF4U2NvcmUodGhpcy5mZC5mb3Jtc1BhZ2UpO1xyXG4gIH1cclxuXHJcbiAgYWRkTmV3U2VnbWVudCgpIHtcclxuICAgIHRoaXMuc2hvd1Jlc3VsdEVkaXRQb3B1cCA9IGZhbHNlO1xyXG4gICAgdGhpcy5tb2RlID0gJ0FERCc7XHJcbiAgICB0aGlzLnNlbGVjdGVkU2VnbWVudCA9IHtcclxuICAgICAgaWQ6IG5hbm9pZCgxNCksXHJcbiAgICAgIHNlZ21lbnROYW1lOiAnJyxcclxuICAgICAgc2VnbWVudERlc2NyaXB0aW9uOiAnJyxcclxuICAgICAgZnJvbVJhbmdlOiAwLFxyXG4gICAgICB0b1JhbmdlOiB0aGlzLm1heFJhbmdlLFxyXG4gICAgICBjb2xvcjogJyMwMDAwMDAnXHJcbiAgICB9O1xyXG4gICAgdGhpcy5jbGlja1Jlc3VsdFBvcHVwKCk7XHJcbiAgfVxyXG4gIGNsb3NlUG9wVXAoKSB7XHJcbiAgICB0aGlzLmNsb3NlZC5lbWl0KCk7XHJcbiAgfVxyXG5cclxuICBjbG9zZVNlZ21lbnQoKSB7XHJcbiAgICB0aGlzLnNob3dSZXN1bHRQb3B1cCA9IGZhbHNlO1xyXG4gICAgdGhpcy4gc2hvd1Jlc3VsdEVkaXRQb3B1cCA9IGZhbHNlO1xyXG4gICAgdGhpcy5lZGl0SW5kZXggPSAtMTA7XHJcbiAgfVxyXG5cclxuICBjbGlja1Jlc3VsdFBvcHVwKCkge1xyXG4gICAgdGhpcy5lZGl0SW5kZXggPSAtMTA7XHJcbiAgICBjb25zdCBwb3BvdmVyID0gdGhpcy5idXR0b24ubmF0aXZlRWxlbWVudC5nZXRCb3VuZGluZ0NsaWVudFJlY3QoKTtcclxuICAgIGxldCBsZWZ0ID0gMDtcclxuICAgIGxldCB0b3AgPSAwO1xyXG4gICAgdG9wID0gcG9wb3Zlci50b3A7XHJcbiAgICBsZWZ0ID0gcG9wb3Zlci5sZWZ0O1xyXG4gICAgdGhpcy5zaG93UmVzdWx0UG9wdXAgPSAhdGhpcy5zaG93UmVzdWx0UG9wdXA7XHJcbiAgICB0aGlzLnNob3dSZXN1bHRFZGl0UG9wdXAgPSBmYWxzZTtcclxuICAgIHRoaXMucG9wb3ZlckxlZnQgPSBsZWZ0ICsgMTA7XHJcbiAgICB0aGlzLnBvcG92ZXJUb3AgPSB0b3AgLSAzNTA7XHJcbiAgfVxyXG4gIGVkaXRSZXN1bHRQb3B1cChldmVudDphbnksIHNlZ21lbnQ6YW55LCBpOmFueSkge1xyXG4gICAgdGhpcy5lZGl0SW5kZXggPSBpO1xyXG4gICAgdGhpcy5tb2RlID0gJ0VESVQnO1xyXG4gICAgdGhpcy5zZWxlY3RlZFNlZ21lbnQgPSBzZWdtZW50O1xyXG4gICAgY29uc3QgcG9wb3ZlciA9IGV2ZW50LnRhcmdldC5wYXJlbnRFbGVtZW50LnBhcmVudEVsZW1lbnQucGFyZW50RWxlbWVudC5wYXJlbnRFbGVtZW50LmdldEJvdW5kaW5nQ2xpZW50UmVjdCgpO1xyXG4gICAgbGV0IGxlZnQgPSAwO1xyXG4gICAgbGV0IHRvcCA9IDA7XHJcbiAgICB0b3AgPSBwb3BvdmVyLnRvcDtcclxuICAgIGxlZnQgPSBwb3BvdmVyLmxlZnQ7XHJcbiAgICB0aGlzLnNob3dSZXN1bHRFZGl0UG9wdXAgPSB0cnVlO1xyXG4gICAgdGhpcy5zaG93UmVzdWx0UG9wdXAgPSBmYWxzZTtcclxuICAgIHRoaXMucG9wb3ZlckxlZnQgPSBsZWZ0ICsgMTA7XHJcbiAgICB0aGlzLnBvcG92ZXJUb3AgPSB0b3AgLSAzNTA7XHJcbiAgfVxyXG4gIHNhdmVDcml0ZXJpYShldnQ6YW55KSB7XHJcbiAgICBpZiAodGhpcy5tb2RlID09PSAnQUREJykge1xyXG4gICAgICB0aGlzLnNob3dSZXN1bHRQb3B1cCA9ICF0aGlzLnNob3dSZXN1bHRQb3B1cDtcclxuICAgICAgdGhpcy5zZXR0aW5nLnNlZ21lbnREYXRhLnNlZ21lbnRzLnB1c2goZXZ0KTtcclxuICAgIH1cclxuICAgIGVsc2UgaWYgKHRoaXMubW9kZSA9PT0gJ0VESVQnKSB7XHJcbiAgICAgIHRoaXMuc2hvd1Jlc3VsdEVkaXRQb3B1cCA9ICF0aGlzLnNob3dSZXN1bHRFZGl0UG9wdXA7XHJcbiAgICAgIGNvbnN0IGluZGV4ID0gdGhpcy5zZXR0aW5nLnNlZ21lbnREYXRhLnNlZ21lbnRzLmZpbmRJbmRleCgoeDphbnkpID0+IHguaWQgPT09IGV2dC5pZCk7XHJcbiAgICAgIHRoaXMuc2V0dGluZy5zZWdtZW50RGF0YS5zZWdtZW50c1tpbmRleF0gPSBldnQ7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBkZWxldGVTZWdtZW50KGluZGV4OmFueSkge1xyXG4gICAgdGhpcy5zZXR0aW5nLnNlZ21lbnREYXRhLnNlZ21lbnRzLnNwbGljZShpbmRleCwgMSk7XHJcbiAgfVxyXG4gIHNhdmVTZXR0aW5nKCk6YW55e1xyXG4gICAgdGhpcy5lZGl0SW5kZXggPSAtMTA7XHJcbiAgICB0aGlzLnNob3dSZXN1bHRFZGl0UG9wdXAgPSBmYWxzZTtcclxuICAgIHRoaXMuc2hvd1Jlc3VsdFBvcHVwID0gZmFsc2U7XHJcbiAgICB0aGlzLmVycm9yQXJyYXkgPSBbXTtcclxuICAgIGlmICh0aGlzLnNldHRpbmcuc2VnbWVudERhdGEudGl0bGUudHJpbSgpLmxlbmd0aCA9PT0gMCApe1xyXG4gICAgICB0aGlzLmVycm9yQXJyYXkucHVzaCh7dHlwZTogJ1NFR01FTlRfTkFNRV9NSVNTSU5HJywgbWVzc2FnZTogJ1BsZWFzZSBlbnRlciB0aGUgc2VnbWVudCBjcml0ZXJpYSBuYW1lLid9KTtcclxuICAgICAgcmV0dXJuIGZhbHNlO1xyXG4gICAgfSBlbHNlIGlmICh0aGlzLnNldHRpbmcuc2VnbWVudERhdGEuc2VnbWVudHMubGVuZ3RoID09PSAwKXtcclxuICAgICAgdGhpcy5lcnJvckFycmF5LnB1c2goe3R5cGU6ICdOT19TRUdNRU5UX0ZPVU5EJywgbWVzc2FnZTogJ1BsZWFzZSBhZGQgYXRsZWFzdCBvbmUgc2VnbWVudC4nfSk7XHJcbiAgICAgIHJldHVybiBmYWxzZTtcclxuICAgIH1cclxuICAgICAgdGhpcy5zYXZlLmVtaXQodGhpcy5zZXR0aW5nKTtcclxuICAgIFxyXG4gICBcclxuICB9XHJcbiAgZGlzY2FyZEVkaXQoaW5kZXg6YW55KSB7XHJcbiAgICB0aGlzLmVkaXRJbmRleCA9IC0xMDtcclxuICAgIHRoaXMuc2hvd1Jlc3VsdEVkaXRQb3B1cCA9IGZhbHNlO1xyXG4gIH1cclxuICBjbG9zZVNlZ21lbnRSZXN1bHQoKSB7XHJcbiAgICB0aGlzLmVkaXRJbmRleCA9IC0xMDtcclxuICAgIHRoaXMuc2hvd1Jlc3VsdEVkaXRQb3B1cCA9IGZhbHNlO1xyXG4gICAgdGhpcy5zaG93UmVzdWx0UG9wdXAgPSBmYWxzZTtcclxuICB9XHJcbiAgY2FuY2VsKCl7XHJcbiAgICB0aGlzLmNhbmNlbEV2dC5lbWl0KHRoaXMubG9jYWxTZXR0aW5nKTtcclxuXHJcbiAgfVxyXG5cclxufVxyXG4iXX0=
|
|
@@ -0,0 +1,130 @@
|
|
|
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 "./setting-response-segment.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 "@angular/common";
|
|
11
|
+
import * as i4 from "../add-segment-popup/add-segment-popup.component.ngfactory";
|
|
12
|
+
import * as i5 from "../add-segment-popup/add-segment-popup.component";
|
|
13
|
+
import * as i6 from "@angular/forms";
|
|
14
|
+
import * as i7 from "../../../../../../../../node_modules/vcomply-editor/vcomply-editor.ngfactory";
|
|
15
|
+
import * as i8 from "vcomply-editor";
|
|
16
|
+
import * as i9 from "./setting-response-segment.component";
|
|
17
|
+
import * as i10 from "../../services/result-criteria.service";
|
|
18
|
+
var styles_SettingResponseSegmentComponent = [i0.styles];
|
|
19
|
+
var RenderType_SettingResponseSegmentComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_SettingResponseSegmentComponent, data: {} });
|
|
20
|
+
export { RenderType_SettingResponseSegmentComponent as RenderType_SettingResponseSegmentComponent };
|
|
21
|
+
function View_SettingResponseSegmentComponent_5(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "i", [["class", "icons info vx-fs-16 vx-txt-blue"], ["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)) {
|
|
22
|
+
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
23
|
+
ad = (pd_0 && ad);
|
|
24
|
+
} if (("mouseover" === en)) {
|
|
25
|
+
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
26
|
+
ad = (pd_1 && ad);
|
|
27
|
+
} if (("mouseleave" === en)) {
|
|
28
|
+
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
29
|
+
ad = (pd_2 && ad);
|
|
30
|
+
} if (("mouseout" === en)) {
|
|
31
|
+
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
32
|
+
ad = (pd_3 && ad);
|
|
33
|
+
} if (("click" === en)) {
|
|
34
|
+
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
35
|
+
ad = (pd_4 && ad);
|
|
36
|
+
} 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, ["\uE932"]))], function (_ck, _v) { var currVal_0 = ((_v.parent.parent.context.$implicit == null) ? null : _v.parent.parent.context.$implicit.segmentDescription); 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); }
|
|
37
|
+
function View_SettingResponseSegmentComponent_6(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "button", [["class", "vx-fs-14 vx-txt-blue vx-p-2 vx-m-0 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
38
|
+
var pd_0 = (_co.editResultPopup($event, _v.parent.parent.context.$implicit, _v.parent.parent.context.index) !== false);
|
|
39
|
+
ad = (pd_0 && ad);
|
|
40
|
+
} if (("click" === en)) {
|
|
41
|
+
var pd_1 = (_co.editSegment() !== false);
|
|
42
|
+
ad = (pd_1 && ad);
|
|
43
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9BA"]))], null, null); }
|
|
44
|
+
function View_SettingResponseSegmentComponent_4(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 18, "div", [["class", "vx-d-flex vx-align-center vx-justify-between"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "div", [["class", "left vx-d-flex vx-align-center vx-justify-between vx-pl-3 vx-pr-3"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "name vx-fs-12"], ["delay", "0"], ["placement", "bottom-left"], ["type", "black"]], [[4, "color", null]], [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
45
|
+
var pd_0 = (i1.ɵnov(_v, 3).onMouseEnter() !== false);
|
|
46
|
+
ad = (pd_0 && ad);
|
|
47
|
+
} if (("mouseover" === en)) {
|
|
48
|
+
var pd_1 = (i1.ɵnov(_v, 3).onMouseOver() !== false);
|
|
49
|
+
ad = (pd_1 && ad);
|
|
50
|
+
} if (("mouseleave" === en)) {
|
|
51
|
+
var pd_2 = (i1.ɵnov(_v, 3).onMouseLeave() !== false);
|
|
52
|
+
ad = (pd_2 && ad);
|
|
53
|
+
} if (("mouseout" === en)) {
|
|
54
|
+
var pd_3 = (i1.ɵnov(_v, 3).onMouseOut() !== false);
|
|
55
|
+
ad = (pd_3 && ad);
|
|
56
|
+
} if (("click" === en)) {
|
|
57
|
+
var pd_4 = (i1.ɵnov(_v, 3).onClick() !== false);
|
|
58
|
+
ad = (pd_4 && ad);
|
|
59
|
+
} 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, ["", ""])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingResponseSegmentComponent_5)), i1.ɵdid(6, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(7, 0, null, null, 11, "div", [["class", "right"]], null, null, null, null, null)), (_l()(), i1.ɵeld(8, 0, null, null, 4, "div", [["class", "score vx-align-center vx-pl-2 vx-pr-2"]], [[4, "background", null]], null, null, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 1, "span", [["class", "vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-mr-3"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["RANGE:"])), (_l()(), i1.ɵeld(11, 0, null, null, 1, "span", [["class", "vx-fs-11 vx-fw-600 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(12, null, ["", " - ", ""])), (_l()(), i1.ɵeld(13, 0, null, null, 5, "div", [["class", "action vx-align-center vx-justify-center vx-pl-2 vx-pr-2"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingResponseSegmentComponent_6)), i1.ɵdid(15, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(16, 0, null, null, 2, "button", [["class", "vx-fs-14 vx-txt-blue vx-p-2 vx-m-0 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
60
|
+
var pd_0 = (_co.deleteSegment(_v.parent.context.index) !== false);
|
|
61
|
+
ad = (pd_0 && ad);
|
|
62
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(17, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE923"]))], function (_ck, _v) { var _co = _v.component; var currVal_1 = ((_v.parent.context.$implicit == null) ? null : _v.parent.context.$implicit.segmentName); var currVal_2 = "bottom-left"; var currVal_3 = "black"; var currVal_4 = false; _ck(_v, 3, 0, currVal_1, currVal_2, currVal_3, currVal_4); var currVal_6 = ((_v.parent.context.$implicit == null) ? null : _v.parent.context.$implicit.segmentDescription); _ck(_v, 6, 0, currVal_6); var currVal_10 = !(_co.showResultEditPopup && (_co.editIndex === _v.parent.context.index)); _ck(_v, 15, 0, currVal_10); }, function (_ck, _v) { var currVal_0 = ((_v.parent.context.$implicit == null) ? null : _v.parent.context.$implicit.color); _ck(_v, 2, 0, currVal_0); var currVal_5 = ((_v.parent.context.$implicit == null) ? null : _v.parent.context.$implicit.segmentName); _ck(_v, 4, 0, currVal_5); var currVal_7 = ((_v.parent.context.$implicit == null) ? null : _v.parent.context.$implicit.color); _ck(_v, 8, 0, currVal_7); var currVal_8 = (" " + ((_v.parent.context.$implicit == null) ? null : _v.parent.context.$implicit.fromRange)); var currVal_9 = ((_v.parent.context.$implicit == null) ? null : _v.parent.context.$implicit.toRange); _ck(_v, 12, 0, currVal_8, currVal_9); }); }
|
|
63
|
+
function View_SettingResponseSegmentComponent_7(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "button", [["class", "segment-close vx-fs-12 vx-fw-600 vx-txt-white 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)) {
|
|
64
|
+
var pd_0 = (_co.closeSegment() !== false);
|
|
65
|
+
ad = (pd_0 && ad);
|
|
66
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9AE"]))], null, null); }
|
|
67
|
+
function View_SettingResponseSegmentComponent_8(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "div", [["class", "segment-popup"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "app-add-segment-popup", [], null, [[null, "save"], [null, "closeSegment"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("save" === en)) {
|
|
68
|
+
var pd_0 = (_co.saveCriteria($event) !== false);
|
|
69
|
+
ad = (pd_0 && ad);
|
|
70
|
+
} if (("closeSegment" === en)) {
|
|
71
|
+
var pd_1 = (_co.closeSegmentResult() !== false);
|
|
72
|
+
ad = (pd_1 && ad);
|
|
73
|
+
} return ad; }, i4.View_AddSegmentPopupComponent_0, i4.RenderType_AddSegmentPopupComponent)), i1.ɵdid(2, 114688, null, 0, i5.AddSegmentPopupComponent, [], { segmentCollection: [0, "segmentCollection"], mode: [1, "mode"], maxRange: [2, "maxRange"], criteria: [3, "criteria"] }, { save: "save", closeSegment: "closeSegment" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = ((_co.setting == null) ? null : ((_co.setting.segmentData == null) ? null : _co.setting.segmentData.segments)); var currVal_1 = _co.mode; var currVal_2 = _co.maxRange; var currVal_3 = _co.selectedSegment; _ck(_v, 2, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
74
|
+
function View_SettingResponseSegmentComponent_9(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 0, "div", [["class", "overlay"]], null, null, null, null, null))], null, null); }
|
|
75
|
+
function View_SettingResponseSegmentComponent_3(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 8, "div", [["class", "associated-list vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingResponseSegmentComponent_4)), i1.ɵdid(2, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingResponseSegmentComponent_7)), i1.ɵdid(4, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingResponseSegmentComponent_8)), i1.ɵdid(6, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingResponseSegmentComponent_9)), i1.ɵdid(8, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = !(_co.showResultEditPopup && (_co.editIndex === _v.context.index)); _ck(_v, 2, 0, currVal_0); var currVal_1 = _co.showResultEditPopup; _ck(_v, 4, 0, currVal_1); var currVal_2 = _co.showResultEditPopup; _ck(_v, 6, 0, currVal_2); var currVal_3 = _co.showResultEditPopup; _ck(_v, 8, 0, currVal_3); }, null); }
|
|
76
|
+
function View_SettingResponseSegmentComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 4, "div", [["class", "form-item vx-mb-4"]], 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, ["ASSOCIATED SEGMENTS:"])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingResponseSegmentComponent_3)), i1.ɵdid(4, 278528, null, 0, i3.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = ((_co.setting == null) ? null : ((_co.setting.segmentData == null) ? null : _co.setting.segmentData.segments)); _ck(_v, 4, 0, currVal_0); }, null); }
|
|
77
|
+
function View_SettingResponseSegmentComponent_10(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, [[1, 0], ["button", 1]], null, 3, "button", [["class", "segment-btn vx-fs-11 vx-fw-500 vx-txt-blue vx-tt-uppercase vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
78
|
+
var pd_0 = (_co.addNewSegment() !== false);
|
|
79
|
+
ad = (pd_0 && ad);
|
|
80
|
+
} if (("click" === en)) {
|
|
81
|
+
var pd_1 = (_co.openSegmentPopup() !== false);
|
|
82
|
+
ad = (pd_1 && ad);
|
|
83
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "i", [["class", "icons vx-fs-14 vx-fw-600 vx-mr-4 vx-lh-4"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE915"])), (_l()(), i1.ɵted(-1, null, [" ADD SEGMENT"]))], null, null); }
|
|
84
|
+
function View_SettingResponseSegmentComponent_11(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "button", [["class", "segment-close vx-fs-12 vx-fw-600 vx-txt-white 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)) {
|
|
85
|
+
var pd_0 = (_co.closeSegment() !== false);
|
|
86
|
+
ad = (pd_0 && ad);
|
|
87
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9AE"]))], null, null); }
|
|
88
|
+
function View_SettingResponseSegmentComponent_12(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "div", [["class", "segment-popup"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "app-add-segment-popup", [], null, [[null, "save"], [null, "closeSegment"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("save" === en)) {
|
|
89
|
+
var pd_0 = (_co.saveCriteria($event) !== false);
|
|
90
|
+
ad = (pd_0 && ad);
|
|
91
|
+
} if (("closeSegment" === en)) {
|
|
92
|
+
var pd_1 = (_co.closeSegmentResult() !== false);
|
|
93
|
+
ad = (pd_1 && ad);
|
|
94
|
+
} return ad; }, i4.View_AddSegmentPopupComponent_0, i4.RenderType_AddSegmentPopupComponent)), i1.ɵdid(2, 114688, null, 0, i5.AddSegmentPopupComponent, [], { segmentCollection: [0, "segmentCollection"], mode: [1, "mode"], maxRange: [2, "maxRange"], criteria: [3, "criteria"] }, { save: "save", closeSegment: "closeSegment" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = ((_co.setting == null) ? null : ((_co.setting.segmentData == null) ? null : _co.setting.segmentData.segments)); var currVal_1 = _co.mode; var currVal_2 = _co.maxRange; var currVal_3 = _co.selectedSegment; _ck(_v, 2, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
95
|
+
function View_SettingResponseSegmentComponent_13(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 0, "div", [["class", "overlay"]], null, null, null, null, null))], null, null); }
|
|
96
|
+
function View_SettingResponseSegmentComponent_14(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 4, "div", [["class", "segment-bottom vx-d-flex vx-align-center vx-justify-end vx-p-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "button", [["class", "cancel-btn vx-fs-11 vx-fw-500 vx-txt-blue vx-tt-uppercase vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
97
|
+
var pd_0 = (_co.cancel() !== false);
|
|
98
|
+
ad = (pd_0 && ad);
|
|
99
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["CANCEL"])), (_l()(), i1.ɵeld(3, 0, null, null, 1, "button", [["class", "save-btn vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-p-0 vx-m-0 vx-ml-1 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)) {
|
|
100
|
+
var pd_0 = (_co.saveSetting() !== false);
|
|
101
|
+
ad = (pd_0 && ad);
|
|
102
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["SAVE"]))], null, function (_ck, _v) { var currVal_0 = false; _ck(_v, 3, 0, currVal_0); }); }
|
|
103
|
+
function View_SettingResponseSegmentComponent_15(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 4, "div", [["class", "segment-bottom error vx-d-flex vx-align-center vx-justify-between vx-p-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "div", [["class", "text vx-fs-12 vx-txt-white"]], null, null, null, null, null)), (_l()(), i1.ɵted(2, null, ["", ""])), (_l()(), i1.ɵeld(3, 0, null, null, 1, "button", [["class", "save-btn vx-fs-11 vx-fw-500 vx-txt-red vx-tt-uppercase vx-p-0 vx-m-0 vx-ml-1 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)) {
|
|
104
|
+
var pd_0 = (_co.saveSetting() !== false);
|
|
105
|
+
ad = (pd_0 && ad);
|
|
106
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["SAVE"]))], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = ((_co.errorArray[0] == null) ? null : _co.errorArray[0].message); _ck(_v, 2, 0, currVal_0); var currVal_1 = false; _ck(_v, 3, 0, currVal_1); }); }
|
|
107
|
+
function View_SettingResponseSegmentComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 41, "div", [["class", "item-body vx-pt-3 vx-pb-3"]], [[2, "error", null]], null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 40, "div", [["class", "segment-form vx-mt-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 10, "div", [["class", "form-item vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 3, "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, ["SEGMENT CRITERIA "])), (_l()(), i1.ɵeld(5, 0, null, null, 1, "span", [["class", "vx-fs-16 vx-fw-400 vx-txt-red"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["*"])), (_l()(), i1.ɵeld(7, 0, null, null, 5, "input", [["placeholder", "Enter Segment criteria"], ["type", "text"]], [[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"], [null, "input"], [null, "blur"], [null, "compositionstart"], [null, "compositionend"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("input" === en)) {
|
|
108
|
+
var pd_0 = (i1.ɵnov(_v, 8)._handleInput($event.target.value) !== false);
|
|
109
|
+
ad = (pd_0 && ad);
|
|
110
|
+
} if (("blur" === en)) {
|
|
111
|
+
var pd_1 = (i1.ɵnov(_v, 8).onTouched() !== false);
|
|
112
|
+
ad = (pd_1 && ad);
|
|
113
|
+
} if (("compositionstart" === en)) {
|
|
114
|
+
var pd_2 = (i1.ɵnov(_v, 8)._compositionStart() !== false);
|
|
115
|
+
ad = (pd_2 && ad);
|
|
116
|
+
} if (("compositionend" === en)) {
|
|
117
|
+
var pd_3 = (i1.ɵnov(_v, 8)._compositionEnd($event.target.value) !== false);
|
|
118
|
+
ad = (pd_3 && ad);
|
|
119
|
+
} if (("ngModelChange" === en)) {
|
|
120
|
+
var pd_4 = ((_co.setting.segmentData.title = $event) !== false);
|
|
121
|
+
ad = (pd_4 && ad);
|
|
122
|
+
} return ad; }, null, null)), i1.ɵdid(8, 16384, null, 0, i6.DefaultValueAccessor, [i1.Renderer2, i1.ElementRef, [2, i6.COMPOSITION_BUFFER_MODE]], null, null), i1.ɵprd(1024, null, i6.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i6.DefaultValueAccessor]), i1.ɵdid(10, 671744, null, 0, i6.NgModel, [[8, null], [8, null], [8, null], [6, i6.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i6.NgControl, null, [i6.NgModel]), i1.ɵdid(12, 16384, null, 0, i6.NgControlStatus, [[4, i6.NgControl]], null, null), (_l()(), i1.ɵeld(13, 0, null, null, 8, "div", [["class", "form-item vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(14, 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, ["SEGMENT CRITERIA DESCRIPTION"])), (_l()(), i1.ɵeld(16, 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)) {
|
|
123
|
+
var pd_0 = ((_co.setting.segmentData.description = $event) !== false);
|
|
124
|
+
ad = (pd_0 && ad);
|
|
125
|
+
} return ad; }, i7.View_ɵa_0, i7.RenderType_ɵa)), i1.ɵdid(17, 4898816, null, 0, i8.ɵa, [], { editorConfig: [0, "editorConfig"] }, null), i1.ɵprd(1024, null, i6.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i8.ɵa]), i1.ɵdid(19, 671744, null, 0, i6.NgModel, [[8, null], [8, null], [8, null], [6, i6.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i6.NgControl, null, [i6.NgModel]), i1.ɵdid(21, 16384, null, 0, i6.NgControlStatus, [[4, i6.NgControl]], null, null), (_l()(), i1.ɵeld(22, 0, null, null, 4, "div", [["class", "form-item vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵeld(23, 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, ["MAXIMUM SCORE RANGE:"])), (_l()(), i1.ɵeld(25, 0, null, null, 1, "span", [["class", "score-label vx-fs-11 vx-fw-600 vx-paragraph-txt vx-pl-1 vx-pr-1 vx-lh-4"]], null, null, null, null, null)), (_l()(), i1.ɵted(26, null, ["0 - ", ""])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingResponseSegmentComponent_2)), i1.ɵdid(28, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(29, 0, null, null, 8, "div", [["class", "form-item vx-mb-4"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingResponseSegmentComponent_10)), i1.ɵdid(31, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingResponseSegmentComponent_11)), i1.ɵdid(33, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingResponseSegmentComponent_12)), i1.ɵdid(35, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingResponseSegmentComponent_13)), i1.ɵdid(37, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingResponseSegmentComponent_14)), i1.ɵdid(39, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingResponseSegmentComponent_15)), i1.ɵdid(41, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_8 = _co.setting.segmentData.title; _ck(_v, 10, 0, currVal_8); var currVal_16 = _co.description; _ck(_v, 17, 0, currVal_16); var currVal_17 = _co.setting.segmentData.description; _ck(_v, 19, 0, currVal_17); var currVal_19 = (((_co.setting == null) ? null : ((_co.setting.segmentData == null) ? null : ((_co.setting.segmentData.segments == null) ? null : _co.setting.segmentData.segments.length))) > 0); _ck(_v, 28, 0, currVal_19); var currVal_20 = !_co.showResultPopup; _ck(_v, 31, 0, currVal_20); var currVal_21 = _co.showResultPopup; _ck(_v, 33, 0, currVal_21); var currVal_22 = _co.showResultPopup; _ck(_v, 35, 0, currVal_22); var currVal_23 = _co.showResultPopup; _ck(_v, 37, 0, currVal_23); var currVal_24 = (_co.errorArray.length === 0); _ck(_v, 39, 0, currVal_24); var currVal_25 = (_co.errorArray.length > 0); _ck(_v, 41, 0, currVal_25); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = (_co.errorArray.length > 0); _ck(_v, 0, 0, currVal_0); var currVal_1 = i1.ɵnov(_v, 12).is("untouched"); var currVal_2 = i1.ɵnov(_v, 12).is("touched"); var currVal_3 = i1.ɵnov(_v, 12).is("pristine"); var currVal_4 = i1.ɵnov(_v, 12).is("dirty"); var currVal_5 = i1.ɵnov(_v, 12).is("valid"); var currVal_6 = i1.ɵnov(_v, 12).is("invalid"); var currVal_7 = i1.ɵnov(_v, 12).is("pending"); _ck(_v, 7, 0, currVal_1, currVal_2, currVal_3, currVal_4, currVal_5, currVal_6, currVal_7); var currVal_9 = i1.ɵnov(_v, 21).is("untouched"); var currVal_10 = i1.ɵnov(_v, 21).is("touched"); var currVal_11 = i1.ɵnov(_v, 21).is("pristine"); var currVal_12 = i1.ɵnov(_v, 21).is("dirty"); var currVal_13 = i1.ɵnov(_v, 21).is("valid"); var currVal_14 = i1.ɵnov(_v, 21).is("invalid"); var currVal_15 = i1.ɵnov(_v, 21).is("pending"); _ck(_v, 16, 0, currVal_9, currVal_10, currVal_11, currVal_12, currVal_13, currVal_14, currVal_15); var currVal_18 = _co.maxRange; _ck(_v, 26, 0, currVal_18); }); }
|
|
126
|
+
export function View_SettingResponseSegmentComponent_0(_l) { return i1.ɵvid(0, [i1.ɵqud(671088640, 1, { button: 0 }), i1.ɵqud(671088640, 2, { buttonEdit: 0 }), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SettingResponseSegmentComponent_1)), i1.ɵdid(3, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var currVal_0 = true; _ck(_v, 3, 0, currVal_0); }, null); }
|
|
127
|
+
export function View_SettingResponseSegmentComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-setting-response-segment", [], null, null, null, View_SettingResponseSegmentComponent_0, RenderType_SettingResponseSegmentComponent)), i1.ɵdid(1, 114688, null, 0, i9.SettingResponseSegmentComponent, [i1.ElementRef, i10.ResultCriteriaService], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
128
|
+
var SettingResponseSegmentComponentNgFactory = i1.ɵccf("app-setting-response-segment", i9.SettingResponseSegmentComponent, View_SettingResponseSegmentComponent_Host_0, { settingData: "setting", formJSON: "formJSON", fd: "fd" }, { save: "save", closed: "closed", cancelEvt: "cancelEvt" }, []);
|
|
129
|
+
export { SettingResponseSegmentComponentNgFactory as SettingResponseSegmentComponentNgFactory };
|
|
130
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2V0dGluZy1yZXNwb25zZS1zZWdtZW50LmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvc2V0dGluZy1yZXNwb25zZS1zZWdtZW50L3NldHRpbmctcmVzcG9uc2Utc2VnbWVudC5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL3NldHRpbmctcmVzcG9uc2Utc2VnbWVudC9zZXR0aW5nLXJlc3BvbnNlLXNlZ21lbnQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7MEVDc0J3Qjs7Ozs7Ozs7Ozs7Ozs7O3VQQUFnTixJQUFaLG1DQUFRLDJCQUE3SCx5RUFBMEMsc0RBQUMsOEJBQXdCLEVBQVcsdUJBQVksRUFBQyxvQkFBeUIsRUFBbk0sWUFBZ04sRUFBakksU0FBMEMsRUFBQyxTQUF3QixFQUFXLFNBQVksRUFBQyxTQUF5QjswRUFRL0wsOE5BQTRQLFlBQWpNOzt3QkFBMkM7TUFBd0Y7O3dCQUF1QjtNQUFyTix3QkFBNFAsS0FBdEMsNEZBQTZCLEtBQVosbUNBQVE7MEVBWDNQLHNJQWVNLEtBZEYsMEpBR00sS0FGRjs7Ozs7Ozs7Ozs7Ozs7O3VQQUF3TSxJQUE5QixnQ0FBd0IsTUFDbE0sK0xBQWdOLElBRXBOLCtGQVNNLEtBUkYsbUpBR00sS0FGRixpSkFBbUYsS0FBYixtQ0FBTSxNQUM1RSwwSEFBc0csS0FBeEQsd0NBQWlELE1BRW5HLGtKQUdNLEtBRkYsZ01BQTRQLElBQzVQLCtO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Qy9GLGtLQUE2RyxLQUF2QixxQ0FBZ0IsTUFFMUcsZ01BMkJNLElBQ04sMkdBU00sS0FSRixpTUFBa1QsSUFDbFQsaU1BQXlNLElBQ3pNLGlNQUlNLElBQ04saU1BQW1ELElBRXZELGlNQUdNLElBQ04saU1BR00saURBdkRzRCxtQkFBdUMsNEJBQS9GLGFBQWdHLEVBQXhDLFNBQXVDLEdBSWxGLG9CQUE0QixjQUF6QyxhQUF1RyxFQUExRixVQUE0QixHQUFFLG9CQUE2QyxrQ0FBeEYsYUFBdUcsRUFBNUQsVUFBNkMsR0FNN0QsaU1BQWtELEdBQWpGLGFBMkJNLEVBM0J5QixVQUFrRCxHQTZCckUscUJBQXdCLGtCQUFoQyxhQUFrVCxFQUExUyxVQUF3QixHQUN4QixvQkFBdUIsa0JBQS9CLGFBQXlNLEVBQWpNLFVBQXVCLEdBQ0osb0JBQXVCLGtCQUFsRCxhQUlNLEVBSnFCLFVBQXVCLEdBSzdCLG9CQUF1QixrQkFBNUMsYUFBbUQsRUFBOUIsVUFBdUIsR0FFNEIsNkNBQStCLEdBQTNHLGFBR00sRUFIc0UsVUFBK0IsR0FJckIsMkNBQTZCLEdBQW5ILGFBR00sRUFIZ0YsVUFBNkIsbURBMURwRiwwQ0FBcUMsR0FBNUUsWUErRE0sRUEvRGlDLFNBQXFDLEdBTWhFLGlhQUFnRyxHQUloRyw4YUFBdUcsR0FJakIsd0RBQWdCO2lLQWRsSCwrTEErRE0seUJBL0R1RSxvQkFBWSxFQUF6RixZQStETSxFQS9EdUUsU0FBWSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiIsIjxkaXYgY2xhc3M9XCJpdGVtLWJvZHkgdngtcHQtMyB2eC1wYi0zXCIgW2NsYXNzLmVycm9yXT1cImVycm9yQXJyYXkubGVuZ3RoID4gMFwiICpuZ0lmPVwidHJ1ZVwiPlxyXG4gICAgPCEtLSA8YXBwLWNzLXN3aXRjaCBbdmFsdWVdPVwic2V0dGluZz8uc2V0dGluZ0VuYWJsZVRleHRcIiBbKG5nVmFsdWUpXT1cInNldHRpbmcuaXNFbmFibGVkXCIgPjxkaXYgY2xhc3M9XCJ2eC1mcy0xMyB2eC1wYXJhZ3JhcGgtdHh0XCI+Q29uZmlndXJlIFJlc3BvbnNlIFNlZ21lbnRzIGZvciB0aGlzIGZvcm08L2Rpdj48L2FwcC1jcy1zd2l0Y2g+IC0tPlxyXG4gICAgPCEtLSAqbmdJZj1cInNldHRpbmcuaXNFbmFibGVkXCIgLS0+XHJcbiAgICAgPGRpdiAgY2xhc3M9XCJzZWdtZW50LWZvcm0gdngtbXQtNFwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJmb3JtLWl0ZW0gdngtbWItNFwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibGFiZWwgdngtZnMtMTEgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC10dC11cHBlcmNhc2UgdngtbWItMVwiPlNFR01FTlQgQ1JJVEVSSUEgPHNwYW4gY2xhc3M9XCJ2eC1mcy0xNiB2eC1mdy00MDAgdngtdHh0LXJlZFwiPio8L3NwYW4+PC9kaXY+XHJcbiAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwidGV4dFwiIHBsYWNlaG9sZGVyPVwiRW50ZXIgU2VnbWVudCBjcml0ZXJpYVwiIFsobmdNb2RlbCldPVwic2V0dGluZy5zZWdtZW50RGF0YS50aXRsZVwiPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJmb3JtLWl0ZW0gdngtbWItNFwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibGFiZWwgdngtZnMtMTEgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC10dC11cHBlcmNhc2UgdngtbWItMVwiPlNFR01FTlQgQ1JJVEVSSUEgREVTQ1JJUFRJT048L2Rpdj5cclxuICAgICAgICAgICAgPG1hcngtZWRpdG9yIFtlZGl0b3JDb25maWddPVwiZGVzY3JpcHRpb25cIiAgWyhuZ01vZGVsKV09XCJzZXR0aW5nLnNlZ21lbnREYXRhLmRlc2NyaXB0aW9uXCI+PC9tYXJ4LWVkaXRvcj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZm9ybS1pdGVtIHZ4LW1iLTRcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImxhYmVsIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlIHZ4LW1iLTFcIj5NQVhJTVVNIFNDT1JFIFJBTkdFOjwvZGl2PlxyXG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cInNjb3JlLWxhYmVsIHZ4LWZzLTExIHZ4LWZ3LTYwMCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXBsLTEgdngtcHItMSB2eC1saC00XCI+MCAtIHt7bWF4UmFuZ2V9fTwvc3Bhbj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZm9ybS1pdGVtIHZ4LW1iLTRcIiAqbmdJZj1cInNldHRpbmc/LnNlZ21lbnREYXRhPy5zZWdtZW50cz8ubGVuZ3RoID4gMFwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibGFiZWwgdngtZnMtMTEgdngtZnctNTAwIHZ4LWxhYmVsLXR4dCB2eC10dC11cHBlcmNhc2UgdngtbWItMVwiPkFTU09DSUFURUQgU0VHTUVOVFM6PC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhc3NvY2lhdGVkLWxpc3QgdngtbWItMVwiICAqbmdGb3I9XCJsZXQgc2VnbWVudCBvZiBzZXR0aW5nPy5zZWdtZW50RGF0YT8uc2VnbWVudHM7IGxldCBpID0gaW5kZXhcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktYmV0d2VlblwiICAqbmdJZj1cIiEoc2hvd1Jlc3VsdEVkaXRQb3B1cCAmJiBlZGl0SW5kZXggPT09IGkpXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImxlZnQgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWJldHdlZW4gdngtcGwtMyB2eC1wci0zXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJuYW1lIHZ4LWZzLTEyXCIgICBbc3R5bGUuY29sb3JdPVwic2VnbWVudD8uY29sb3JcIiBbYXBwVG9vbHRpcF09XCJzZWdtZW50Py5zZWdtZW50TmFtZVwiIHBsYWNlbWVudD1cImJvdHRvbS1sZWZ0XCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwiZmFsc2VcIj57e3NlZ21lbnQ/LnNlZ21lbnROYW1lfX08L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCJzZWdtZW50Py5zZWdtZW50RGVzY3JpcHRpb25cIiBjbGFzcz1cImljb25zIGluZm8gdngtZnMtMTYgdngtdHh0LWJsdWVcIiBbYXBwVG9vbHRpcF09XCJzZWdtZW50Py5zZWdtZW50RGVzY3JpcHRpb25cIiBwbGFjZW1lbnQ9XCJib3R0b20tcmlnaHRcIiBkZWxheT1cIjBcIiB0eXBlPVwid2hpdGVcIiBbdG9vbHRpcE1hbmRhdG9yeV09XCJ0cnVlXCI+JiN4ZTkzMjs8L2k+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJpZ2h0XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzY29yZSB2eC1hbGlnbi1jZW50ZXIgdngtcGwtMiB2eC1wci0yXCIgW3N0eWxlLmJhY2tncm91bmRdPVwic2VnbWVudD8uY29sb3JcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidngtZnMtMTEgdngtZnctNTAwIHZ4LXR4dC13aGl0ZSB2eC10dC11cHBlcmNhc2UgdngtbXItM1wiPlJBTkdFOjwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidngtZnMtMTEgdngtZnctNjAwIHZ4LXR4dC13aGl0ZVwiPnt7JyAnK3NlZ21lbnQ/LmZyb21SYW5nZX19IC0ge3tzZWdtZW50Py50b1JhbmdlfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYWN0aW9uIHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlciB2eC1wbC0yIHZ4LXByLTJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gICpuZ0lmPVwiIShzaG93UmVzdWx0RWRpdFBvcHVwICYmIGVkaXRJbmRleCA9PT0gaSlcIiAoY2xpY2spPVwiZWRpdFJlc3VsdFBvcHVwKCRldmVudCxzZWdtZW50LGkpXCIgY2xhc3M9XCJ2eC1mcy0xNCB2eC10eHQtYmx1ZSB2eC1wLTIgdngtbS0wIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIiAoY2xpY2spPVwiZWRpdFNlZ21lbnQoKVwiPjxpIGNsYXNzPVwiaWNvbnNcIj4mI3hlOWJhOzwvaT48L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxidXR0b24gKGNsaWNrKT1cImRlbGV0ZVNlZ21lbnQoaSlcIiBjbGFzcz1cInZ4LWZzLTE0IHZ4LXR4dC1ibHVlIHZ4LXAtMiB2eC1tLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiPjxpIGNsYXNzPVwiaWNvbnNcIj4mI3hlOTIzOzwvaT48L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxidXR0b24gKm5nSWY9XCJzaG93UmVzdWx0RWRpdFBvcHVwXCIgY2xhc3M9XCJzZWdtZW50LWNsb3NlIHZ4LWZzLTEyIHZ4LWZ3LTYwMCB2eC10eHQtd2hpdGUgdngtcC0wIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIiAoY2xpY2spPVwiY2xvc2VTZWdtZW50KClcIj48aSBjbGFzcz1cImljb25zXCI+JiN4ZTlhZTs8L2k+PC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwic2VnbWVudC1wb3B1cFwiICpuZ0lmPVwic2hvd1Jlc3VsdEVkaXRQb3B1cFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxhcHAtYWRkLXNlZ21lbnQtcG9wdXAgW21vZGVdPVwibW9kZVwiIFtjcml0ZXJpYV09XCJzZWxlY3RlZFNlZ21lbnRcIlxyXG4gICAgICAgICAgICAgICAgICAgIFtzZWdtZW50Q29sbGVjdGlvbl09XCJzZXR0aW5nPy5zZWdtZW50RGF0YT8uc2VnbWVudHNcIiAoc2F2ZSk9XCJzYXZlQ3JpdGVyaWEoJGV2ZW50KVwiXHJcbiAgICAgICAgICAgICAgICAgICAgKGNsb3NlU2VnbWVudCk9XCJjbG9zZVNlZ21lbnRSZXN1bHQoKVwiIFttYXhSYW5nZV09XCJtYXhSYW5nZVwiPjwvYXBwLWFkZC1zZWdtZW50LXBvcHVwPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwib3ZlcmxheVwiICpuZ0lmPVwic2hvd1Jlc3VsdEVkaXRQb3B1cFwiPjwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZm9ybS1pdGVtIHZ4LW1iLTRcIj5cclxuICAgICAgICAgICAgPGJ1dHRvbiAqbmdJZj1cIiFzaG93UmVzdWx0UG9wdXBcIiAjYnV0dG9uIChjbGljayk9XCJhZGROZXdTZWdtZW50KClcIiBjbGFzcz1cInNlZ21lbnQtYnRuIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC10eHQtYmx1ZSB2eC10dC11cHBlcmNhc2UgdngtcC0wIHZ4LW0tMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCIgKGNsaWNrKT1cIm9wZW5TZWdtZW50UG9wdXAoKVwiPjxpIGNsYXNzPVwiaWNvbnMgdngtZnMtMTQgdngtZnctNjAwIHZ4LW1yLTQgdngtbGgtNFwiPiYjeGU5MTU7PC9pPiBBREQgU0VHTUVOVDwvYnV0dG9uPlxyXG4gICAgICAgICAgICA8YnV0dG9uICpuZ0lmPVwic2hvd1Jlc3VsdFBvcHVwXCIgKGNsaWNrKT1cImNsb3NlU2VnbWVudCgpXCIgY2xhc3M9XCJzZWdtZW50LWNsb3NlIHZ4LWZzLTEyIHZ4LWZ3LTYwMCB2eC10eHQtd2hpdGUgdngtcC0wIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1jZW50ZXJcIiA+PGkgY2xhc3M9XCJpY29uc1wiPiYjeGU5YWU7PC9pPjwvYnV0dG9uPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwic2VnbWVudC1wb3B1cFwiICpuZ0lmPVwic2hvd1Jlc3VsdFBvcHVwXCI+XHJcbiAgICAgICAgICAgICAgICA8YXBwLWFkZC1zZWdtZW50LXBvcHVwIFttb2RlXT1cIm1vZGVcIiBbY3JpdGVyaWFdPVwic2VsZWN0ZWRTZWdtZW50XCJcclxuICAgICAgICAgICAgICAgIFtzZWdtZW50Q29sbGVjdGlvbl09XCJzZXR0aW5nPy5zZWdtZW50RGF0YT8uc2VnbWVudHNcIiAoc2F2ZSk9XCJzYXZlQ3JpdGVyaWEoJGV2ZW50KVwiXHJcbiAgICAgICAgICAgICAgICAoY2xvc2VTZWdtZW50KT1cImNsb3NlU2VnbWVudFJlc3VsdCgpXCIgW21heFJhbmdlXT1cIm1heFJhbmdlXCI+PC9hcHAtYWRkLXNlZ21lbnQtcG9wdXA+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwib3ZlcmxheVwiICpuZ0lmPVwic2hvd1Jlc3VsdFBvcHVwXCI+PC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInNlZ21lbnQtYm90dG9tIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdngtanVzdGlmeS1lbmQgdngtcC0yXCIgKm5nSWY9XCJlcnJvckFycmF5Lmxlbmd0aCA9PT0gMFwiPlxyXG4gICAgICAgICAgICA8YnV0dG9uIChjbGljayk9XCJjYW5jZWwoKVwiIGNsYXNzPVwiY2FuY2VsLWJ0biB2eC1mcy0xMSB2eC1mdy01MDAgdngtdHh0LWJsdWUgdngtdHQtdXBwZXJjYXNlIHZ4LXAtMCB2eC1tLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiPkNBTkNFTDwvYnV0dG9uPlxyXG4gICAgICAgICAgICA8YnV0dG9uIChjbGljayk9XCJzYXZlU2V0dGluZygpXCIgY2xhc3M9XCJzYXZlLWJ0biB2eC1mcy0xMSB2eC1mdy01MDAgdngtdHh0LXdoaXRlIHZ4LXR0LXVwcGVyY2FzZSB2eC1wLTAgdngtbS0wIHZ4LW1sLTEgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiIFtjbGFzcy5kaXNhYmxlZF09XCJmYWxzZVwiPlNBVkU8L2J1dHRvbj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwic2VnbWVudC1ib3R0b20gZXJyb3IgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWJldHdlZW4gdngtcC0yXCIgKm5nSWY9XCJlcnJvckFycmF5Lmxlbmd0aCA+IDBcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRleHQgdngtZnMtMTIgdngtdHh0LXdoaXRlXCI+e3tlcnJvckFycmF5WzBdPy5tZXNzYWdlfX08L2Rpdj5cclxuICAgICAgICAgICAgPGJ1dHRvbiAoY2xpY2spPVwic2F2ZVNldHRpbmcoKVwiIGNsYXNzPVwic2F2ZS1idG4gdngtZnMtMTEgdngtZnctNTAwIHZ4LXR4dC1yZWQgdngtdHQtdXBwZXJjYXNlIHZ4LXAtMCB2eC1tLTAgdngtbWwtMSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCIgW2NsYXNzLmRpc2FibGVkXT1cImZhbHNlXCI+U0FWRTwvYnV0dG9uPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbjwvZGl2PiJdfQ==
|