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,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsaWRhdGVTdHJ1Y3R1cmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvZXJyb3JJbnRlcmZhY2UvdmFsaWRhdGVTdHJ1Y3R1cmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFF1ZXN0aW9uIH0gZnJvbSAnLi9xdWVzdGlvbic7XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFZhbGlkYXRlU3RydWN0dXJlIHtcclxuICB2YWxpZDogYm9vbGVhbjtcclxuICBlcnJvcj86IG9iamVjdDtcclxuICBxdWVzdGlvbj86IFF1ZXN0aW9uO1xyXG4gfVxyXG5cclxuIl19
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"interface"}}],"symbols":[{"__symbol":0,"name":"ValidateStructure","filePath":"./validateStructure"}]}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import { DialogService } from '../../../../ui-kit/dialog/dialog.service';
|
|
3
|
+
import { AddLogicComponent } from '../add-logic/add-logic.component';
|
|
4
|
+
export class LogicComponent {
|
|
5
|
+
// constructor(
|
|
6
|
+
// private dialog: UiDialogService,
|
|
7
|
+
// ) { }
|
|
8
|
+
// ngOnInit(): void {
|
|
9
|
+
// }
|
|
10
|
+
// addLogic() {
|
|
11
|
+
// const ref = this.dialog.open(AddLogicComponent, {
|
|
12
|
+
// data: { },
|
|
13
|
+
// position: 'CENTER',
|
|
14
|
+
// background: 'black',
|
|
15
|
+
// });
|
|
16
|
+
// }
|
|
17
|
+
constructor(dialog) {
|
|
18
|
+
this.dialog = dialog;
|
|
19
|
+
this.operatorVal = {
|
|
20
|
+
'=': 'Equals',
|
|
21
|
+
'!=': 'Not Equals',
|
|
22
|
+
'>': 'Greater than',
|
|
23
|
+
'<': 'Less than',
|
|
24
|
+
'>=': 'Greater or equals',
|
|
25
|
+
'<=': 'Less or equals',
|
|
26
|
+
answered: 'If answered',
|
|
27
|
+
before: 'Before',
|
|
28
|
+
after: 'After',
|
|
29
|
+
beforeEquals: 'Before or equals',
|
|
30
|
+
afterEquals: 'After or equals'
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
ngOnInit() {
|
|
34
|
+
}
|
|
35
|
+
modifyLogic() {
|
|
36
|
+
const ref = this.dialog.open(AddLogicComponent, {
|
|
37
|
+
position: 'CENTER',
|
|
38
|
+
background: 'black',
|
|
39
|
+
data: {
|
|
40
|
+
currentQuestion: this.question,
|
|
41
|
+
allQuestions: this.service.formsPage.elements,
|
|
42
|
+
editorMode: this.editorMode,
|
|
43
|
+
questionIndex: this.questionIndex
|
|
44
|
+
}
|
|
45
|
+
});
|
|
46
|
+
ref.afterClosed.subscribe(data => {
|
|
47
|
+
if (data.action === 'ADD_LOGIC') {
|
|
48
|
+
this.question.visibilityLogic = data.logic;
|
|
49
|
+
}
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
addLogic() { }
|
|
53
|
+
/**
|
|
54
|
+
* Deletes the logic having given index from visibility logic list
|
|
55
|
+
* @param index Index of selected logic
|
|
56
|
+
*/
|
|
57
|
+
deleteLogic(index) {
|
|
58
|
+
this.question.visibilityLogic.splice(index, 1);
|
|
59
|
+
}
|
|
60
|
+
// show(origin, data?, content?: TemplateRef<any>) {
|
|
61
|
+
//
|
|
62
|
+
// const ref = this.popper.open({
|
|
63
|
+
// content: PopoverActionComponent,
|
|
64
|
+
// origin,
|
|
65
|
+
// width: '250',
|
|
66
|
+
// data: {
|
|
67
|
+
// action: this.formateData(data),
|
|
68
|
+
// actionData: data
|
|
69
|
+
// }
|
|
70
|
+
// });
|
|
71
|
+
// ref.afterClosed$.subscribe(res => {
|
|
72
|
+
//
|
|
73
|
+
// });
|
|
74
|
+
// }
|
|
75
|
+
formateData(value) {
|
|
76
|
+
const action = [];
|
|
77
|
+
const data = value.split(',');
|
|
78
|
+
for (let i = 1; i < data.length; i++) {
|
|
79
|
+
action.push({ icon: '', name: data[i], identifier: '' });
|
|
80
|
+
}
|
|
81
|
+
return action;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
LogicComponent.decorators = [
|
|
85
|
+
{ type: Component, args: [{
|
|
86
|
+
selector: 'app-logic',
|
|
87
|
+
template: "<div class=\"logic\">\r\n <div class=\"logic-condition vx-p-2 vx-pl-3 vx-pr-3 vx-mb-3\">\r\n <div class=\"heading vx-fs-14 vx-fw-500 vx-label-txt vx-mb-1\">Is visible when</div>\r\n <div class=\"details vx-fs-12 vx-paragraph-txt\">Use this to define display conditions for the questions in the assessment.</div>\r\n </div>\r\n <div *ngIf=\"question.visibilityLogic.length === 0\" class=\"no-selected vx-text-center\">\r\n <img src=\"http://cdn.v-comply.com/libraries/workflow-engine/assets/assessment-editor/add-logic.svg\" />\r\n <button class=\"add-btn vx-fs-11 vx-fw-600 vx-txt-white vx-tt-uppercase vx-p-0 vx-d-flex vx-align-center vx-justify-center\" (click)=\"modifyLogic()\">ADD LOGIC & DISPLAY CONDITIONS FOR THIS QUESTION</button>\r\n </div>\r\n <div class=\"logic-table\" *ngIf=\"question.visibilityLogic.length > 0\">\r\n <div class=\"table-header\">\r\n <div class=\"table-row vx-pl-2\">\r\n <div class=\"table-column vx-fs-11 vx-fw-500 vx-lh-5 vx-tt-uppercase vx-pl-1 vx-pr-1 vx-d-flex vx-align-center question\">QUESTIONS</div>\r\n <div class=\"table-column vx-fs-11 vx-fw-500 vx-lh-5 vx-tt-uppercase vx-pl-1 vx-pr-1 vx-d-flex vx-align-center logic-operator\">LOGIC OPERATORS</div>\r\n <div class=\"table-column vx-fs-11 vx-fw-500 vx-lh-5 vx-tt-uppercase vx-pl-1 vx-pr-1 vx-d-flex vx-align-center value\">VALUES</div>\r\n <div class=\"table-column vx-fs-11 vx-fw-500 vx-lh-5 vx-tt-uppercase vx-pl-1 vx-pr-1 vx-d-flex vx-align-center action\"></div>\r\n </div>\r\n </div>\r\n <div class=\"table-body\">\r\n <div class=\"table-row vx-pl-2\" *ngFor=\"let logic of question.visibilityLogic;let i=index\">\r\n <div class=\"and-label vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-pt-1 vx-pb-1 vx-d-flex vx-justify-center\" *ngIf=\"question.visibilityLogic.length > 1 && i!== 0\" >AND</div>\r\n <div class=\"table-column vx-pl-1 vx-pr-1 vx-d-flex vx-align-center question\">\r\n <div class=\"name vx-fs-13 vx-paragraph-txt\" [appTooltip]=\"logic.questionTitle\" placement=\"bottom-left\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"false\" [innerHTML]='logic.questionTitle'></div>\r\n </div>\r\n <div class=\"table-column vx-pl-1 vx-pr-1 vx-d-flex vx-align-center logic-operator\">\r\n <div class=\"label vx-fs-11 vx-txt-white vx-tt-uppercase vx-pl-1 vx-pr-1 vx-lh-4\" [class.blue]=\"logic.operator == 'answered'\" [class.green]=\"logic.operator != 'answered'\" *ngIf=\"logic.operator\"> {{operatorVal[logic.operator]}}</div>\r\n </div>\r\n <div class=\"table-column vx-pl-1 vx-pr-1 vx-d-flex vx-align-center value\">\r\n <div *ngIf=\"logic.value!='' && (logic.value | typeof) === 'object'\" class=\"value-name vx-fs-12 vx-paragraph-txt vx-pl-2 vx-pr-2 vx-lh-6 vx-mr-1\" [appTooltip]=\"logic.value[0]\" placement=\"bottom-left\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"false\" [innerHTML]='logic.value[0]'></div>\r\n <div *ngIf=\"logic.value!='' && (logic.value | typeof) !== 'object'\" class=\"value-name vx-fs-12 vx-paragraph-txt vx-pl-2 vx-pr-2 vx-lh-6 vx-mr-1\" [appTooltip]=\"logic.value\" placement=\"bottom-left\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"false\" [innerHTML]='logic.value'></div>\r\n\r\n <button *ngIf=\"logic.value?.length > 1 && (logic.value | typeof) === 'object'\" class=\"count vx-fs-11 vx-txt-white vx-m-0 vx-p-0 vx-pl-1 vx-pr-1 vx-d-flex vx-align-center vx-justify-center\" appPopover (click)=\"count.popover()\" position=\"right\">+{{logic?.value?.length-1}}</button>\r\n \r\n \r\n <app-popover #count>\r\n <div class=\"action-list\" *ngIf=\"(logic.value | typeof) === 'object'\">\r\n <ul class=\"action-item\">\r\n <li class=\"vx-p-2\" *ngFor=\"let data of (logic.value.slice(1))\">\r\n <div class=\"count-value vx-fs-11 vx-paragraph-txt\" [appTooltip]=\"'Strongly agree'\" placement=\"bottom-left\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"false\">{{data}}</div>\r\n </li>\r\n </ul>\r\n </div>\r\n </app-popover>\r\n </div>\r\n <div class=\"table-column vx-pl-1 vx-pr-1 vx-d-flex vx-align-center vx-justify-center action\">\r\n <button class=\"close vx-fs-16 vx-txt-red vx-p-0 vx-m-0 vx-d-flex vx-align-center\" (click)=\"deleteLogic(i)\"><i class=\"icons\"></i></button>\r\n </div>\r\n </div>\r\n </div>\r\n <button class=\"add-btn vx-fs-11 vx-fw-600 vx-txt-blue vx-tt-uppercase vx-p-0 vx-d-flex vx-align-center vx-justify-center\" (click)=\"modifyLogic()\">Add Additional Logic & Display Conditions for this Question</button>\r\n </div>\r\n</div>",
|
|
88
|
+
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\");.logic-condition{background:#f8f8f8;border-radius:.25rem;position:relative}.logic-condition:before{background:#4681ef;border-radius:.25rem;content:\"\";position:absolute;top:0;left:0;width:3px;height:100%}.logic-condition .details,.logic-condition .heading{padding-left:.125rem}.logic .no-selected{margin-bottom:3rem}.logic .no-selected img{width:15.25rem;margin:3rem 0 2rem}.logic .no-selected button.add-btn{background:#1e5dd3;border:none;border-radius:.125rem;width:21.75rem;height:2.5rem;margin:0 auto}.logic-table .table-header .table-row{background:#fff!important}.logic-table .table-header .table-row .table-column{color:#161b2f!important;line-height:1rem!important;min-height:1.875rem!important}.logic-table .table-row{background:#fbfbfb;border-bottom:1px solid #f1f1f1;display:flex;justify-content:space-between;position:relative}.logic-table .table-row .and-label{background:#1e5dd3;border-radius:0 .125rem .125rem 0;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;position:absolute;left:-1rem;top:.125rem;width:1rem;height:2.25rem;transform:rotate(180deg)}.logic-table .table-row .table-column{color:#747576;min-height:2.5rem;position:relative;width:100%}.logic-table .table-row .table-column.question{width:calc(100% - 26rem);min-width:calc(100% - 26rem)}.logic-table .table-row .table-column.question .name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:calc(100% - 3rem)}.logic-table .table-row .table-column.logic-operator{width:9.25rem;min-width:9.25rem}.logic-table .table-row .table-column.logic-operator .label{border-radius:.125rem}.logic-table .table-row .table-column.logic-operator .label.blue{background:#7aa6f7}.logic-table .table-row .table-column.logic-operator .label.green{background:#66bf72}.logic-table .table-row .table-column.value{width:13.75rem;min-width:13.75rem}.logic-table .table-row .table-column.value .value-name{background:#f1f1f1;border-radius:.125rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:calc(100% - 2.5rem)}.logic-table .table-row .table-column.value button.count{background:#1e5dd3;border-radius:.125rem;border:none;width:1.5rem;height:1.5rem}.logic-table .table-row .table-column.action{width:2.5rem;min-width:2.5rem}.logic-table .table-row .table-column.action button.close{background:transparent;border:none;border-radius:0}.logic-table button.add-btn{background:#fff;border:1px solid #dbdbdb;border-radius:.125rem;width:21.75rem;height:2.5rem;margin:5rem auto 0}.action-list .action-item li .count-value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}"]
|
|
89
|
+
},] }
|
|
90
|
+
];
|
|
91
|
+
LogicComponent.ctorParameters = () => [
|
|
92
|
+
{ type: DialogService }
|
|
93
|
+
];
|
|
94
|
+
LogicComponent.propDecorators = {
|
|
95
|
+
service: [{ type: Input }],
|
|
96
|
+
question: [{ type: Input }],
|
|
97
|
+
questionIndex: [{ type: Input }],
|
|
98
|
+
editorMode: [{ type: Input }]
|
|
99
|
+
};
|
|
100
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9naWMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2xvZ2ljL2xvZ2ljLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUN6RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sMENBQTBDLENBQUM7QUFDekUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFPckUsTUFBTSxPQUFPLGNBQWM7SUFFekIsZUFBZTtJQUNmLHFDQUFxQztJQUNyQyxRQUFRO0lBRVIscUJBQXFCO0lBQ3JCLElBQUk7SUFFSixlQUFlO0lBQ2Ysc0RBQXNEO0lBQ3RELGlCQUFpQjtJQUNqQiwwQkFBMEI7SUFDMUIsMkJBQTJCO0lBQzNCLFFBQVE7SUFDUixJQUFJO0lBQ0osWUFBb0IsTUFBcUI7UUFBckIsV0FBTSxHQUFOLE1BQU0sQ0FBZTtRQUt6QyxnQkFBVyxHQUFPO1lBQ2hCLEdBQUcsRUFBRSxRQUFRO1lBQ2IsSUFBSSxFQUFFLFlBQVk7WUFDbEIsR0FBRyxFQUFFLGNBQWM7WUFDbkIsR0FBRyxFQUFFLFdBQVc7WUFDaEIsSUFBSSxFQUFFLG1CQUFtQjtZQUN6QixJQUFJLEVBQUUsZ0JBQWdCO1lBQ3RCLFFBQVEsRUFBRSxhQUFhO1lBQ3ZCLE1BQU0sRUFBRSxRQUFRO1lBQ2hCLEtBQUssRUFBRSxPQUFPO1lBQ2QsWUFBWSxFQUFFLGtCQUFrQjtZQUNoQyxXQUFXLEVBQUUsaUJBQWlCO1NBQy9CLENBQUM7SUFqQjJDLENBQUM7SUFtQjlDLFFBQVE7SUFDUixDQUFDO0lBRUQsV0FBVztRQUNULE1BQU0sR0FBRyxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLGlCQUFpQixFQUM1QztZQUNFLFFBQVEsRUFBRSxRQUFRO1lBQ2xCLFVBQVUsRUFBRSxPQUFPO1lBQ25CLElBQUksRUFBRTtnQkFDSixlQUFlLEVBQUUsSUFBSSxDQUFDLFFBQVE7Z0JBQzlCLFlBQVksRUFBRSxJQUFJLENBQUMsT0FBTyxDQUFDLFNBQVMsQ0FBQyxRQUFRO2dCQUM3QyxVQUFVLEVBQUUsSUFBSSxDQUFDLFVBQVU7Z0JBQzNCLGFBQWEsRUFBRSxJQUFJLENBQUMsYUFBYTthQUNsQztTQUNGLENBQUMsQ0FBQztRQUNMLEdBQUcsQ0FBQyxXQUFXLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxFQUFFO1lBRS9CLElBQUksSUFBSSxDQUFDLE1BQU0sS0FBSyxXQUFXLEVBQUU7Z0JBQy9CLElBQUksQ0FBQyxRQUFRLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUM7YUFDNUM7UUFDSCxDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFDRCxRQUFRLEtBQUcsQ0FBQztJQUVaOzs7TUFHRTtJQUNGLFdBQVcsQ0FBQyxLQUFZO1FBQ3RCLElBQUksQ0FBQyxRQUFRLENBQUMsZUFBZSxDQUFDLE1BQU0sQ0FBQyxLQUFLLEVBQUUsQ0FBQyxDQUFDLENBQUM7SUFDakQsQ0FBQztJQUNELG9EQUFvRDtJQUNwRCxLQUFLO0lBQ0wsbUNBQW1DO0lBQ25DLHVDQUF1QztJQUN2QyxjQUFjO0lBQ2Qsb0JBQW9CO0lBQ3BCLGNBQWM7SUFDZCx3Q0FBd0M7SUFDeEMseUJBQXlCO0lBQ3pCLFFBQVE7SUFDUixRQUFRO0lBRVIsd0NBQXdDO0lBQ3hDLE9BQU87SUFDUCxRQUFRO0lBRVIsSUFBSTtJQUVKLFdBQVcsQ0FBQyxLQUFTO1FBQ25CLE1BQU0sTUFBTSxHQUFHLEVBQUUsQ0FBQztRQUNsQixNQUFNLElBQUksR0FBRyxLQUFLLENBQUMsS0FBSyxDQUFDLEdBQUcsQ0FBQyxDQUFDO1FBQzlCLEtBQUssSUFBSSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsR0FBRyxJQUFJLENBQUMsTUFBTSxFQUFFLENBQUMsRUFBRSxFQUFFO1lBQ3BDLE1BQU0sQ0FBQyxJQUFJLENBQUMsRUFBRSxJQUFJLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsVUFBVSxFQUFFLEVBQUUsRUFBRSxDQUFDLENBQUE7U0FDekQ7UUFDRCxPQUFPLE1BQU0sQ0FBQztJQUNoQixDQUFDOzs7WUFoR0YsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSxXQUFXO2dCQUNyQiwrZ0tBQXFDOzthQUV0Qzs7O1lBUFEsYUFBYTs7O3NCQXlCbkIsS0FBSzt1QkFDTCxLQUFLOzRCQUNMLEtBQUs7eUJBQ0wsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBEaWFsb2dTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vLi4vdWkta2l0L2RpYWxvZy9kaWFsb2cuc2VydmljZSc7XHJcbmltcG9ydCB7IEFkZExvZ2ljQ29tcG9uZW50IH0gZnJvbSAnLi4vYWRkLWxvZ2ljL2FkZC1sb2dpYy5jb21wb25lbnQnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtbG9naWMnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9sb2dpYy5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vbG9naWMuY29tcG9uZW50Lmxlc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgTG9naWNDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICAvLyBjb25zdHJ1Y3RvcihcclxuICAvLyAgIHByaXZhdGUgZGlhbG9nOiBVaURpYWxvZ1NlcnZpY2UsXHJcbiAgLy8gKSB7IH1cclxuXHJcbiAgLy8gbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgLy8gfVxyXG5cclxuICAvLyBhZGRMb2dpYygpIHtcclxuICAvLyAgIGNvbnN0IHJlZiA9IHRoaXMuZGlhbG9nLm9wZW4oQWRkTG9naWNDb21wb25lbnQsIHtcclxuICAvLyAgICAgZGF0YTogeyB9LFxyXG4gIC8vICAgICBwb3NpdGlvbjogJ0NFTlRFUicsXHJcbiAgLy8gICAgIGJhY2tncm91bmQ6ICdibGFjaycsXHJcbiAgLy8gICB9KTtcclxuICAvLyB9XHJcbiAgY29uc3RydWN0b3IocHJpdmF0ZSBkaWFsb2c6IERpYWxvZ1NlcnZpY2UpIHsgfVxyXG4gIEBJbnB1dCgpIHNlcnZpY2U6IGFueTtcclxuICBASW5wdXQoKSBxdWVzdGlvbjogYW55O1xyXG4gIEBJbnB1dCgpIHF1ZXN0aW9uSW5kZXg6IGFueTtcclxuICBASW5wdXQoKSBlZGl0b3JNb2RlOiBhbnk7XHJcbiAgb3BlcmF0b3JWYWw6YW55ID0ge1xyXG4gICAgJz0nOiAnRXF1YWxzJyxcclxuICAgICchPSc6ICdOb3QgRXF1YWxzJyxcclxuICAgICc+JzogJ0dyZWF0ZXIgdGhhbicsXHJcbiAgICAnPCc6ICdMZXNzIHRoYW4nLFxyXG4gICAgJz49JzogJ0dyZWF0ZXIgb3IgZXF1YWxzJyxcclxuICAgICc8PSc6ICdMZXNzIG9yIGVxdWFscycsXHJcbiAgICBhbnN3ZXJlZDogJ0lmIGFuc3dlcmVkJyxcclxuICAgIGJlZm9yZTogJ0JlZm9yZScsXHJcbiAgICBhZnRlcjogJ0FmdGVyJyxcclxuICAgIGJlZm9yZUVxdWFsczogJ0JlZm9yZSBvciBlcXVhbHMnLFxyXG4gICAgYWZ0ZXJFcXVhbHM6ICdBZnRlciBvciBlcXVhbHMnXHJcbiAgfTtcclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgfVxyXG5cclxuICBtb2RpZnlMb2dpYygpIHtcclxuICAgIGNvbnN0IHJlZiA9IHRoaXMuZGlhbG9nLm9wZW4oQWRkTG9naWNDb21wb25lbnQsXHJcbiAgICAgIHtcclxuICAgICAgICBwb3NpdGlvbjogJ0NFTlRFUicsXHJcbiAgICAgICAgYmFja2dyb3VuZDogJ2JsYWNrJyxcclxuICAgICAgICBkYXRhOiB7XHJcbiAgICAgICAgICBjdXJyZW50UXVlc3Rpb246IHRoaXMucXVlc3Rpb24sXHJcbiAgICAgICAgICBhbGxRdWVzdGlvbnM6IHRoaXMuc2VydmljZS5mb3Jtc1BhZ2UuZWxlbWVudHMsXHJcbiAgICAgICAgICBlZGl0b3JNb2RlOiB0aGlzLmVkaXRvck1vZGUsXHJcbiAgICAgICAgICBxdWVzdGlvbkluZGV4OiB0aGlzLnF1ZXN0aW9uSW5kZXhcclxuICAgICAgICB9XHJcbiAgICAgIH0pO1xyXG4gICAgcmVmLmFmdGVyQ2xvc2VkLnN1YnNjcmliZShkYXRhID0+IHtcclxuICAgICAgXHJcbiAgICAgIGlmIChkYXRhLmFjdGlvbiA9PT0gJ0FERF9MT0dJQycpIHtcclxuICAgICAgICB0aGlzLnF1ZXN0aW9uLnZpc2liaWxpdHlMb2dpYyA9IGRhdGEubG9naWM7XHJcbiAgICAgIH1cclxuICAgIH0pO1xyXG4gIH1cclxuICBhZGRMb2dpYygpe31cclxuXHJcbiAgLyoqXHJcbiAgKiBEZWxldGVzIHRoZSBsb2dpYyBoYXZpbmcgZ2l2ZW4gaW5kZXggZnJvbSB2aXNpYmlsaXR5IGxvZ2ljIGxpc3RcclxuICAqIEBwYXJhbSBpbmRleCBJbmRleCBvZiBzZWxlY3RlZCBsb2dpY1xyXG4gICovXHJcbiAgZGVsZXRlTG9naWMoaW5kZXg6bnVtYmVyKSB7XHJcbiAgICB0aGlzLnF1ZXN0aW9uLnZpc2liaWxpdHlMb2dpYy5zcGxpY2UoaW5kZXgsIDEpO1xyXG4gIH1cclxuICAvLyBzaG93KG9yaWdpbiwgZGF0YT8sIGNvbnRlbnQ/OiBUZW1wbGF0ZVJlZjxhbnk+KSB7XHJcbiAgLy8gICBcclxuICAvLyAgIGNvbnN0IHJlZiA9IHRoaXMucG9wcGVyLm9wZW4oe1xyXG4gIC8vICAgICBjb250ZW50OiBQb3BvdmVyQWN0aW9uQ29tcG9uZW50LFxyXG4gIC8vICAgICBvcmlnaW4sXHJcbiAgLy8gICAgIHdpZHRoOiAnMjUwJyxcclxuICAvLyAgICAgZGF0YToge1xyXG4gIC8vICAgICAgIGFjdGlvbjogdGhpcy5mb3JtYXRlRGF0YShkYXRhKSxcclxuICAvLyAgICAgICBhY3Rpb25EYXRhOiBkYXRhXHJcbiAgLy8gICAgIH1cclxuICAvLyAgIH0pO1xyXG5cclxuICAvLyAgIHJlZi5hZnRlckNsb3NlZCQuc3Vic2NyaWJlKHJlcyA9PiB7XHJcbiAgLy8gICAgIFxyXG4gIC8vICAgfSk7XHJcblxyXG4gIC8vIH1cclxuXHJcbiAgZm9ybWF0ZURhdGEodmFsdWU6YW55KSB7XHJcbiAgICBjb25zdCBhY3Rpb24gPSBbXTtcclxuICAgIGNvbnN0IGRhdGEgPSB2YWx1ZS5zcGxpdCgnLCcpO1xyXG4gICAgZm9yIChsZXQgaSA9IDE7IGkgPCBkYXRhLmxlbmd0aDsgaSsrKSB7XHJcbiAgICAgIGFjdGlvbi5wdXNoKHsgaWNvbjogJycsIG5hbWU6IGRhdGFbaV0sIGlkZW50aWZpZXI6ICcnIH0pXHJcbiAgICB9XHJcbiAgICByZXR1cm4gYWN0aW9uO1xyXG4gIH1cclxufVxyXG4iXX0=
|
package/esm2015/lib/sharedComponents/assessment-editor/components/logic/logic.component.ngfactory.js
ADDED
|
@@ -0,0 +1,119 @@
|
|
|
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 "./logic.component.less.shim.ngstyle";
|
|
8
|
+
import * as i1 from "@angular/core";
|
|
9
|
+
import * as i2 from "../../../../ui-kit/tooltip/tooltip.directive";
|
|
10
|
+
import * as i3 from "../../../../ui-kit/popover/popover.directive";
|
|
11
|
+
import * as i4 from "../../../../ui-kit/popover/popover.service";
|
|
12
|
+
import * as i5 from "@angular/common";
|
|
13
|
+
import * as i6 from "../../../../ui-kit/popover/popover.component.ngfactory";
|
|
14
|
+
import * as i7 from "../../../../ui-kit/popover/popover.component";
|
|
15
|
+
import * as i8 from "../pipes/type-of.pipe";
|
|
16
|
+
import * as i9 from "./logic.component";
|
|
17
|
+
import * as i10 from "../../../../ui-kit/dialog/dialog.service";
|
|
18
|
+
var styles_LogicComponent = [i0.styles];
|
|
19
|
+
var RenderType_LogicComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_LogicComponent, data: {} });
|
|
20
|
+
export { RenderType_LogicComponent as RenderType_LogicComponent };
|
|
21
|
+
function View_LogicComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "div", [["class", "no-selected vx-text-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 0, "img", [["src", "http://cdn.v-comply.com/libraries/workflow-engine/assets/assessment-editor/add-logic.svg"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 1, "button", [["class", "add-btn vx-fs-11 vx-fw-600 vx-txt-white vx-tt-uppercase 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)) {
|
|
22
|
+
var pd_0 = (_co.modifyLogic() !== false);
|
|
23
|
+
ad = (pd_0 && ad);
|
|
24
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["ADD LOGIC & DISPLAY CONDITIONS FOR THIS QUESTION"]))], null, null); }
|
|
25
|
+
function View_LogicComponent_4(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "and-label vx-fs-11 vx-fw-500 vx-txt-white vx-tt-uppercase vx-pt-1 vx-pb-1 vx-d-flex vx-justify-center"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["AND"]))], null, null); }
|
|
26
|
+
function View_LogicComponent_5(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "label vx-fs-11 vx-txt-white vx-tt-uppercase vx-pl-1 vx-pr-1 vx-lh-4"]], [[2, "blue", null], [2, "green", null]], null, null, null, null)), (_l()(), i1.ɵted(1, null, [" ", ""]))], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = (_v.parent.context.$implicit.operator == "answered"); var currVal_1 = (_v.parent.context.$implicit.operator != "answered"); _ck(_v, 0, 0, currVal_0, currVal_1); var currVal_2 = _co.operatorVal[_v.parent.context.$implicit.operator]; _ck(_v, 1, 0, currVal_2); }); }
|
|
27
|
+
function View_LogicComponent_6(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "value-name vx-fs-12 vx-paragraph-txt vx-pl-2 vx-pr-2 vx-lh-6 vx-mr-1"], ["delay", "0"], ["placement", "bottom-left"], ["type", "black"]], [[8, "innerHTML", 1]], [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
28
|
+
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
29
|
+
ad = (pd_0 && ad);
|
|
30
|
+
} if (("mouseover" === en)) {
|
|
31
|
+
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
32
|
+
ad = (pd_1 && ad);
|
|
33
|
+
} if (("mouseleave" === en)) {
|
|
34
|
+
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
35
|
+
ad = (pd_2 && ad);
|
|
36
|
+
} if (("mouseout" === en)) {
|
|
37
|
+
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
38
|
+
ad = (pd_3 && ad);
|
|
39
|
+
} if (("click" === en)) {
|
|
40
|
+
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
41
|
+
ad = (pd_4 && ad);
|
|
42
|
+
} 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)], function (_ck, _v) { var currVal_1 = _v.parent.context.$implicit.value[0]; var currVal_2 = "bottom-left"; var currVal_3 = "black"; var currVal_4 = false; _ck(_v, 1, 0, currVal_1, currVal_2, currVal_3, currVal_4); }, function (_ck, _v) { var currVal_0 = _v.parent.context.$implicit.value[0]; _ck(_v, 0, 0, currVal_0); }); }
|
|
43
|
+
function View_LogicComponent_7(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "value-name vx-fs-12 vx-paragraph-txt vx-pl-2 vx-pr-2 vx-lh-6 vx-mr-1"], ["delay", "0"], ["placement", "bottom-left"], ["type", "black"]], [[8, "innerHTML", 1]], [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
44
|
+
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
45
|
+
ad = (pd_0 && ad);
|
|
46
|
+
} if (("mouseover" === en)) {
|
|
47
|
+
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
48
|
+
ad = (pd_1 && ad);
|
|
49
|
+
} if (("mouseleave" === en)) {
|
|
50
|
+
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
51
|
+
ad = (pd_2 && ad);
|
|
52
|
+
} if (("mouseout" === en)) {
|
|
53
|
+
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
54
|
+
ad = (pd_3 && ad);
|
|
55
|
+
} if (("click" === en)) {
|
|
56
|
+
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
57
|
+
ad = (pd_4 && ad);
|
|
58
|
+
} 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)], function (_ck, _v) { var currVal_1 = _v.parent.context.$implicit.value; var currVal_2 = "bottom-left"; var currVal_3 = "black"; var currVal_4 = false; _ck(_v, 1, 0, currVal_1, currVal_2, currVal_3, currVal_4); }, function (_ck, _v) { var currVal_0 = _v.parent.context.$implicit.value; _ck(_v, 0, 0, currVal_0); }); }
|
|
59
|
+
function View_LogicComponent_8(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "button", [["appPopover", ""], ["class", "count vx-fs-11 vx-txt-white vx-m-0 vx-p-0 vx-pl-1 vx-pr-1 vx-d-flex vx-align-center vx-justify-center"], ["position", "right"]], null, [[null, "click"], [null, "mouseenter"], [null, "mouseover"]], function (_v, en, $event) { var ad = true; if (("click" === en)) {
|
|
60
|
+
var pd_0 = (i1.ɵnov(_v, 1).click() !== false);
|
|
61
|
+
ad = (pd_0 && ad);
|
|
62
|
+
} if (("mouseenter" === en)) {
|
|
63
|
+
var pd_1 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
64
|
+
ad = (pd_1 && ad);
|
|
65
|
+
} if (("mouseover" === en)) {
|
|
66
|
+
var pd_2 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
67
|
+
ad = (pd_2 && ad);
|
|
68
|
+
} if (("click" === en)) {
|
|
69
|
+
var pd_3 = (i1.ɵnov(_v.parent, 20).popover() !== false);
|
|
70
|
+
ad = (pd_3 && ad);
|
|
71
|
+
} return ad; }, null, null)), i1.ɵdid(1, 16384, null, 0, i3.PopoverDirective, [i1.ElementRef, i4.PopoverService], null, null), (_l()(), i1.ɵted(2, null, ["+", ""]))], null, function (_ck, _v) { var currVal_0 = (((_v.parent.context.$implicit == null) ? null : ((_v.parent.context.$implicit.value == null) ? null : _v.parent.context.$implicit.value.length)) - 1); _ck(_v, 2, 0, currVal_0); }); }
|
|
72
|
+
function View_LogicComponent_10(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "li", [["class", "vx-p-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 2, "div", [["class", "count-value vx-fs-11 vx-paragraph-txt"], ["delay", "0"], ["placement", "bottom-left"], ["type", "black"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
73
|
+
var pd_0 = (i1.ɵnov(_v, 2).onMouseEnter() !== false);
|
|
74
|
+
ad = (pd_0 && ad);
|
|
75
|
+
} if (("mouseover" === en)) {
|
|
76
|
+
var pd_1 = (i1.ɵnov(_v, 2).onMouseOver() !== false);
|
|
77
|
+
ad = (pd_1 && ad);
|
|
78
|
+
} if (("mouseleave" === en)) {
|
|
79
|
+
var pd_2 = (i1.ɵnov(_v, 2).onMouseLeave() !== false);
|
|
80
|
+
ad = (pd_2 && ad);
|
|
81
|
+
} if (("mouseout" === en)) {
|
|
82
|
+
var pd_3 = (i1.ɵnov(_v, 2).onMouseOut() !== false);
|
|
83
|
+
ad = (pd_3 && ad);
|
|
84
|
+
} if (("click" === en)) {
|
|
85
|
+
var pd_4 = (i1.ɵnov(_v, 2).onClick() !== false);
|
|
86
|
+
ad = (pd_4 && ad);
|
|
87
|
+
} return ad; }, null, null)), i1.ɵdid(2, 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(3, null, ["", ""]))], function (_ck, _v) { var currVal_0 = "Strongly agree"; var currVal_1 = "bottom-left"; var currVal_2 = "black"; var currVal_3 = false; _ck(_v, 2, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, function (_ck, _v) { var currVal_4 = _v.context.$implicit; _ck(_v, 3, 0, currVal_4); }); }
|
|
88
|
+
function View_LogicComponent_9(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "div", [["class", "action-list"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 2, "ul", [["class", "action-item"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_LogicComponent_10)), i1.ɵdid(3, 278528, null, 0, i5.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null)], function (_ck, _v) { var currVal_0 = _v.parent.context.$implicit.value.slice(1); _ck(_v, 3, 0, currVal_0); }, null); }
|
|
89
|
+
function View_LogicComponent_3(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 27, "div", [["class", "table-row vx-pl-2"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_LogicComponent_4)), i1.ɵdid(2, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(3, 0, null, null, 2, "div", [["class", "table-column vx-pl-1 vx-pr-1 vx-d-flex vx-align-center question"]], null, null, null, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 1, "div", [["class", "name vx-fs-13 vx-paragraph-txt"], ["delay", "0"], ["placement", "bottom-left"], ["type", "black"]], [[8, "innerHTML", 1]], [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
90
|
+
var pd_0 = (i1.ɵnov(_v, 5).onMouseEnter() !== false);
|
|
91
|
+
ad = (pd_0 && ad);
|
|
92
|
+
} if (("mouseover" === en)) {
|
|
93
|
+
var pd_1 = (i1.ɵnov(_v, 5).onMouseOver() !== false);
|
|
94
|
+
ad = (pd_1 && ad);
|
|
95
|
+
} if (("mouseleave" === en)) {
|
|
96
|
+
var pd_2 = (i1.ɵnov(_v, 5).onMouseLeave() !== false);
|
|
97
|
+
ad = (pd_2 && ad);
|
|
98
|
+
} if (("mouseout" === en)) {
|
|
99
|
+
var pd_3 = (i1.ɵnov(_v, 5).onMouseOut() !== false);
|
|
100
|
+
ad = (pd_3 && ad);
|
|
101
|
+
} if (("click" === en)) {
|
|
102
|
+
var pd_4 = (i1.ɵnov(_v, 5).onClick() !== false);
|
|
103
|
+
ad = (pd_4 && ad);
|
|
104
|
+
} return ad; }, null, null)), i1.ɵdid(5, 81920, null, 0, i2.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵeld(6, 0, null, null, 2, "div", [["class", "table-column vx-pl-1 vx-pr-1 vx-d-flex vx-align-center logic-operator"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_LogicComponent_5)), i1.ɵdid(8, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(9, 0, null, null, 14, "div", [["class", "table-column vx-pl-1 vx-pr-1 vx-d-flex vx-align-center value"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 2, null, View_LogicComponent_6)), i1.ɵdid(11, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), i1.ɵppd(12, 1), (_l()(), i1.ɵand(16777216, null, null, 2, null, View_LogicComponent_7)), i1.ɵdid(14, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), i1.ɵppd(15, 1), (_l()(), i1.ɵand(16777216, null, null, 2, null, View_LogicComponent_8)), i1.ɵdid(17, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), i1.ɵppd(18, 1), (_l()(), i1.ɵeld(19, 0, null, null, 4, "app-popover", [], null, [["window", "resize"]], function (_v, en, $event) { var ad = true; if (("window:resize" === en)) {
|
|
105
|
+
var pd_0 = (i1.ɵnov(_v, 20).sizeChange($event) !== false);
|
|
106
|
+
ad = (pd_0 && ad);
|
|
107
|
+
} return ad; }, i6.View_PopoverComponent_0, i6.RenderType_PopoverComponent)), i1.ɵdid(20, 114688, [["count", 4]], 0, i7.PopoverComponent, [i4.PopoverService], null, null), (_l()(), i1.ɵand(16777216, null, 0, 2, null, View_LogicComponent_9)), i1.ɵdid(22, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), i1.ɵppd(23, 1), (_l()(), i1.ɵeld(24, 0, null, null, 3, "div", [["class", "table-column vx-pl-1 vx-pr-1 vx-d-flex vx-align-center vx-justify-center action"]], null, null, null, null, null)), (_l()(), i1.ɵeld(25, 0, null, null, 2, "button", [["class", "close vx-fs-16 vx-txt-red vx-p-0 vx-m-0 vx-d-flex vx-align-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
108
|
+
var pd_0 = (_co.deleteLogic(_v.context.index) !== false);
|
|
109
|
+
ad = (pd_0 && ad);
|
|
110
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(26, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9AE"]))], function (_ck, _v) { var _co = _v.component; var currVal_0 = ((_co.question.visibilityLogic.length > 1) && (_v.context.index !== 0)); _ck(_v, 2, 0, currVal_0); var currVal_2 = _v.context.$implicit.questionTitle; var currVal_3 = "bottom-left"; var currVal_4 = "black"; var currVal_5 = false; _ck(_v, 5, 0, currVal_2, currVal_3, currVal_4, currVal_5); var currVal_6 = _v.context.$implicit.operator; _ck(_v, 8, 0, currVal_6); var currVal_7 = ((_v.context.$implicit.value != "") && (i1.ɵunv(_v, 11, 0, _ck(_v, 12, 0, i1.ɵnov(_v.parent.parent, 0), _v.context.$implicit.value)) === "object")); _ck(_v, 11, 0, currVal_7); var currVal_8 = ((_v.context.$implicit.value != "") && (i1.ɵunv(_v, 14, 0, _ck(_v, 15, 0, i1.ɵnov(_v.parent.parent, 0), _v.context.$implicit.value)) !== "object")); _ck(_v, 14, 0, currVal_8); var currVal_9 = ((((_v.context.$implicit.value == null) ? null : _v.context.$implicit.value.length) > 1) && (i1.ɵunv(_v, 17, 0, _ck(_v, 18, 0, i1.ɵnov(_v.parent.parent, 0), _v.context.$implicit.value)) === "object")); _ck(_v, 17, 0, currVal_9); _ck(_v, 20, 0); var currVal_10 = (i1.ɵunv(_v, 22, 0, _ck(_v, 23, 0, i1.ɵnov(_v.parent.parent, 0), _v.context.$implicit.value)) === "object"); _ck(_v, 22, 0, currVal_10); }, function (_ck, _v) { var currVal_1 = _v.context.$implicit.questionTitle; _ck(_v, 4, 0, currVal_1); }); }
|
|
111
|
+
function View_LogicComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 14, "div", [["class", "logic-table"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 8, "div", [["class", "table-header"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 7, "div", [["class", "table-row vx-pl-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "div", [["class", "table-column vx-fs-11 vx-fw-500 vx-lh-5 vx-tt-uppercase vx-pl-1 vx-pr-1 vx-d-flex vx-align-center question"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["QUESTIONS"])), (_l()(), i1.ɵeld(5, 0, null, null, 1, "div", [["class", "table-column vx-fs-11 vx-fw-500 vx-lh-5 vx-tt-uppercase vx-pl-1 vx-pr-1 vx-d-flex vx-align-center logic-operator"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["LOGIC OPERATORS"])), (_l()(), i1.ɵeld(7, 0, null, null, 1, "div", [["class", "table-column vx-fs-11 vx-fw-500 vx-lh-5 vx-tt-uppercase vx-pl-1 vx-pr-1 vx-d-flex vx-align-center value"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["VALUES"])), (_l()(), i1.ɵeld(9, 0, null, null, 0, "div", [["class", "table-column vx-fs-11 vx-fw-500 vx-lh-5 vx-tt-uppercase vx-pl-1 vx-pr-1 vx-d-flex vx-align-center action"]], null, null, null, null, null)), (_l()(), i1.ɵeld(10, 0, null, null, 2, "div", [["class", "table-body"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_LogicComponent_3)), i1.ɵdid(12, 278528, null, 0, i5.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), (_l()(), i1.ɵeld(13, 0, null, null, 1, "button", [["class", "add-btn vx-fs-11 vx-fw-600 vx-txt-blue vx-tt-uppercase 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)) {
|
|
112
|
+
var pd_0 = (_co.modifyLogic() !== false);
|
|
113
|
+
ad = (pd_0 && ad);
|
|
114
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["Add Additional Logic & Display Conditions for this Question"]))], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.question.visibilityLogic; _ck(_v, 12, 0, currVal_0); }, null); }
|
|
115
|
+
export function View_LogicComponent_0(_l) { return i1.ɵvid(0, [i1.ɵpid(0, i8.TypeOfPipe, []), (_l()(), i1.ɵeld(1, 0, null, null, 9, "div", [["class", "logic"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 4, "div", [["class", "logic-condition vx-p-2 vx-pl-3 vx-pr-3 vx-mb-3"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "div", [["class", "heading vx-fs-14 vx-fw-500 vx-label-txt vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Is visible when"])), (_l()(), i1.ɵeld(5, 0, null, null, 1, "div", [["class", "details vx-fs-12 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Use this to define display conditions for the questions in the assessment."])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_LogicComponent_1)), i1.ɵdid(8, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_LogicComponent_2)), i1.ɵdid(10, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = (_co.question.visibilityLogic.length === 0); _ck(_v, 8, 0, currVal_0); var currVal_1 = (_co.question.visibilityLogic.length > 0); _ck(_v, 10, 0, currVal_1); }, null); }
|
|
116
|
+
export function View_LogicComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-logic", [], null, null, null, View_LogicComponent_0, RenderType_LogicComponent)), i1.ɵdid(1, 114688, null, 0, i9.LogicComponent, [i10.DialogService], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
117
|
+
var LogicComponentNgFactory = i1.ɵccf("app-logic", i9.LogicComponent, View_LogicComponent_Host_0, { service: "service", question: "question", questionIndex: "questionIndex", editorMode: "editorMode" }, {}, []);
|
|
118
|
+
export { LogicComponentNgFactory as LogicComponentNgFactory };
|
|
119
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9naWMuY29tcG9uZW50Lm5nZmFjdG9yeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9sb2dpYy9sb2dpYy5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2xvZ2ljL2xvZ2ljLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O3lEQ0tJLG1IQUdNLEtBRkYsK0tBQXNHLEtBQ3RHLDBQQUE0TSxZQUFqRjs7d0JBQXVCO01BQWxKLHdCQUE0TSxLQUF6RCw2RUFBZ0Q7eURBYTNMLDhMQUFtTCxLQUFULGdDQUFHO3lEQUt6SywrTEFBdU8sS0FBdEMsaUNBQWdDLHlEQUFoSixtRUFBMkMsR0FBQyxtRUFBNEMsR0FBekssWUFBdU8sRUFBdEosU0FBMkMsRUFBQyxTQUE0QyxHQUF3Qiw4RkFBZ0M7eURBR2pPOzs7Ozs7Ozs7Ozs7Ozs7dVBBQTZSLHlCQUEzSSxtREFBNkIsR0FBQyw2QkFBdUIsRUFBVyx1QkFBWSxFQUFDLHFCQUEwQixFQUF6UCxZQUE2UixFQUEzSSxTQUE2QixFQUFDLFNBQXVCLEVBQVcsU0FBWSxFQUFDLFNBQTBCLDJCQUFDLG1EQUE0QixHQUF0UixZQUE2UixFQUFuQyxTQUE0Qjt5REFDdFI7Ozs7Ozs7Ozs7Ozs7Ozt1UEFBd1IseUJBQXJJLGtCQUEwQixpQ0FBQyw2QkFBdUIsRUFBVyx1QkFBWSxFQUFDLHFCQUEwQixFQUF2UCxZQUF3UixFQUFySSxTQUEwQixFQUFDLFNBQXVCLEVBQVcsU0FBWSxFQUFDLFNBQTBCLDJCQUFDLGtCQUF5QixpQ0FBalIsWUFBd1IsRUFBaEMsU0FBeUI7eURBRWpSOzs7Ozs7Ozt3QkFBd1I7TUFBL0U7O3dCQUF5QjtNQUFsTywwSEFBd1IsSUFBcEMsaVFBQTJCOzBEQU12USw4RkFFSyxLQUREOzs7Ozs7Ozs7Ozs7Ozs7dVBBQTJLLElBQWQsZ0NBQVEsMkJBQWxILGdDQUErQixFQUFDLDZCQUF1QixFQUFXLHVCQUFZLEVBQUMscUJBQTBCLEVBQTVKLFlBQTJLLEVBQXhILFNBQStCLEVBQUMsU0FBdUIsRUFBVyxTQUFZLEVBQUMsU0FBMEIsMkJBQUMsNkRBQVE7eURBSDdLLG9HQU1NLEtBTEosbUdBSUssS0FISCw2TUFFSyx5QkFGYyx5REFBMkMsR0FBOUQsWUFFSyxFQUZjLFNBQTJDO3lEQWxCOUUsMkdBNEJNLEtBM0JGLDhLQUFtTCxJQUNuTCx3SkFFTSxLQURGOzs7Ozs7Ozs7Ozs7Ozs7dVBBQWlNLElBRXJNLDhKQUVNLEtBREYsOEtBQXVPLElBRTNPLHNKQWdCTSxLQWZGLCtLQUE2UixHQUF2UixhQUE4RCxJQUNwRSwrS0FBd1IsR0FBbFIsYUFBK0QsSUFFckUsK0tBQXdSLEdBQS9RLGFBQXNFLElBRy9FOzs7NktBUWMsSUFQViw0S0FNTSxHQU5tQixhQUEyQyxJQVM1RSx5S0FFTSxLQURGLGtOQUFrSixZQUEvRDs7d0JBQXdCO01BQTNHLHdCQUFrSixLQUF0Qyw2RkFBNkIsS0FBWixtQ0FBUSxtREF6QnRCLHFGQUFxRCxJQUF4SyxZQUFtTCxFQUFoRSxTQUFxRCxHQUV4SCxrQkFBa0Msa0NBQUMsNkJBQXVCLEVBQVcsdUJBQVksRUFBQyxxQkFBMEIsRUFBeEosWUFBaU0sRUFBckosU0FBa0MsRUFBQyxTQUF1QixFQUFXLFNBQVksRUFBQyxTQUEwQixHQUdrQixrQkFBc0IsNkJBQWhNLFlBQXVPLEVBQTdELFNBQXNCLEdBRzFMLGlLQUE4RCxJQUFwRSxhQUE2UixFQUF2UixTQUE4RCxHQUM5RCxpS0FBK0QsSUFBckUsYUFBd1IsRUFBbFIsU0FBK0QsR0FFNUQsc05BQXNFLElBQS9FLGFBQXdSLEVBQS9RLFNBQXNFLEdBRy9FLGFBUWMsR0FQZSwySEFBMkMsR0FBcEUsYUFNTSxFQU5tQixVQUEyQywyQkFiaUYsa0JBQWlDLGtDQUExTCxZQUFpTSxFQUF4QyxTQUFpQzt5REFiMU0scUdBeUNNLEtBeENGLHFHQU9NLEtBTkYsMEdBS00sS0FKRixtTUFBdUksS0FBZixzQ0FBUyxNQUNqSSx5TUFBbUosS0FBckIsNENBQWUsTUFDN0ksZ01BQWlJLEtBQVosbUNBQU0sTUFDM0gsaU1BQTRILEtBR3BJLG9HQThCTSxLQTdCRiw2TUE0Qk0sSUFFViwwUEFBc04sWUFBNUY7O3dCQUF1QjtNQUFqSix3QkFBc04sS0FBcEUsd0ZBQTJELG1EQTlCekssbUJBQTBELDJCQUExRixhQTRCTSxFQTVCMEIsU0FBMEQ7K0ZBbkJ0Ryw4RkFtRE0sS0FsREYsdUlBR00sS0FGRix3SUFBa0YsS0FBckIsNENBQWUsTUFDNUUsMEhBQStILEtBQWhGLHVHQUEwRSxNQUU3SCw4S0FHTSxJQUNOLCtLQXlDTSxpREE3Q0QsMERBQTZDLEdBQWxELFlBR00sRUFIRCxTQUE2QyxHQUl6Qix3REFBMkMsR0FBcEUsYUF5Q00sRUF6Q21CLFNBQTJDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiPGRpdiBjbGFzcz1cImxvZ2ljXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwibG9naWMtY29uZGl0aW9uIHZ4LXAtMiB2eC1wbC0zIHZ4LXByLTMgdngtbWItM1wiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJoZWFkaW5nIHZ4LWZzLTE0IHZ4LWZ3LTUwMCB2eC1sYWJlbC10eHQgdngtbWItMVwiPklzIHZpc2libGUgd2hlbjwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJkZXRhaWxzIHZ4LWZzLTEyIHZ4LXBhcmFncmFwaC10eHRcIj5Vc2UgdGhpcyB0byBkZWZpbmUgZGlzcGxheSBjb25kaXRpb25zIGZvciB0aGUgcXVlc3Rpb25zIGluIHRoZSBhc3Nlc3NtZW50LjwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2ICpuZ0lmPVwicXVlc3Rpb24udmlzaWJpbGl0eUxvZ2ljLmxlbmd0aCA9PT0gMFwiIGNsYXNzPVwibm8tc2VsZWN0ZWQgdngtdGV4dC1jZW50ZXJcIj5cclxuICAgICAgICA8aW1nIHNyYz1cImh0dHA6Ly9jZG4udi1jb21wbHkuY29tL2xpYnJhcmllcy93b3JrZmxvdy1lbmdpbmUvYXNzZXRzL2Fzc2Vzc21lbnQtZWRpdG9yL2FkZC1sb2dpYy5zdmdcIiAvPlxyXG4gICAgICAgIDxidXR0b24gY2xhc3M9XCJhZGQtYnRuIHZ4LWZzLTExIHZ4LWZ3LTYwMCB2eC10eHQtd2hpdGUgdngtdHQtdXBwZXJjYXNlIHZ4LXAtMCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCIgKGNsaWNrKT1cIm1vZGlmeUxvZ2ljKClcIj5BREQgTE9HSUMgJiBESVNQTEFZIENPTkRJVElPTlMgRk9SIFRISVMgUVVFU1RJT048L2J1dHRvbj5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cImxvZ2ljLXRhYmxlXCIgKm5nSWY9XCJxdWVzdGlvbi52aXNpYmlsaXR5TG9naWMubGVuZ3RoID4gMFwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJ0YWJsZS1oZWFkZXJcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRhYmxlLXJvdyB2eC1wbC0yXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidGFibGUtY29sdW1uIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1saC01IHZ4LXR0LXVwcGVyY2FzZSB2eC1wbC0xIHZ4LXByLTEgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciBxdWVzdGlvblwiPlFVRVNUSU9OUzwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRhYmxlLWNvbHVtbiB2eC1mcy0xMSB2eC1mdy01MDAgdngtbGgtNSB2eC10dC11cHBlcmNhc2UgdngtcGwtMSB2eC1wci0xIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgbG9naWMtb3BlcmF0b3JcIj5MT0dJQyBPUEVSQVRPUlM8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0YWJsZS1jb2x1bW4gdngtZnMtMTEgdngtZnctNTAwIHZ4LWxoLTUgdngtdHQtdXBwZXJjYXNlIHZ4LXBsLTEgdngtcHItMSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZhbHVlXCI+VkFMVUVTPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidGFibGUtY29sdW1uIHZ4LWZzLTExIHZ4LWZ3LTUwMCB2eC1saC01IHZ4LXR0LXVwcGVyY2FzZSB2eC1wbC0xIHZ4LXByLTEgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciBhY3Rpb25cIj48L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInRhYmxlLWJvZHlcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRhYmxlLXJvdyB2eC1wbC0yXCIgICpuZ0Zvcj1cImxldCBsb2dpYyBvZiBxdWVzdGlvbi52aXNpYmlsaXR5TG9naWM7bGV0IGk9aW5kZXhcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhbmQtbGFiZWwgdngtZnMtMTEgdngtZnctNTAwIHZ4LXR4dC13aGl0ZSB2eC10dC11cHBlcmNhc2UgdngtcHQtMSB2eC1wYi0xIHZ4LWQtZmxleCB2eC1qdXN0aWZ5LWNlbnRlclwiICpuZ0lmPVwicXVlc3Rpb24udmlzaWJpbGl0eUxvZ2ljLmxlbmd0aCA+IDEgJiYgaSE9PSAwXCIgPkFORDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRhYmxlLWNvbHVtbiB2eC1wbC0xIHZ4LXByLTEgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciBxdWVzdGlvblwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJuYW1lIHZ4LWZzLTEzIHZ4LXBhcmFncmFwaC10eHRcIiBbYXBwVG9vbHRpcF09XCJsb2dpYy5xdWVzdGlvblRpdGxlXCIgcGxhY2VtZW50PVwiYm90dG9tLWxlZnRcIiBkZWxheT1cIjBcIiB0eXBlPVwiYmxhY2tcIiBbdG9vbHRpcE1hbmRhdG9yeV09XCJmYWxzZVwiIFtpbm5lckhUTUxdPSdsb2dpYy5xdWVzdGlvblRpdGxlJz48L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRhYmxlLWNvbHVtbiB2eC1wbC0xIHZ4LXByLTEgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciBsb2dpYy1vcGVyYXRvclwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJsYWJlbCB2eC1mcy0xMSB2eC10eHQtd2hpdGUgdngtdHQtdXBwZXJjYXNlIHZ4LXBsLTEgdngtcHItMSB2eC1saC00XCIgW2NsYXNzLmJsdWVdPVwibG9naWMub3BlcmF0b3IgPT0gJ2Fuc3dlcmVkJ1wiIFtjbGFzcy5ncmVlbl09XCJsb2dpYy5vcGVyYXRvciAhPSAnYW5zd2VyZWQnXCIgKm5nSWY9XCJsb2dpYy5vcGVyYXRvclwiPiB7e29wZXJhdG9yVmFsW2xvZ2ljLm9wZXJhdG9yXX19PC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0YWJsZS1jb2x1bW4gdngtcGwtMSB2eC1wci0xIHZ4LWQtZmxleCB2eC1hbGlnbi1jZW50ZXIgdmFsdWVcIj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2ICAqbmdJZj1cImxvZ2ljLnZhbHVlIT0nJyAmJiAobG9naWMudmFsdWUgfCB0eXBlb2YpID09PSAnb2JqZWN0J1wiIGNsYXNzPVwidmFsdWUtbmFtZSB2eC1mcy0xMiB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXBsLTIgdngtcHItMiB2eC1saC02IHZ4LW1yLTFcIiBbYXBwVG9vbHRpcF09XCJsb2dpYy52YWx1ZVswXVwiIHBsYWNlbWVudD1cImJvdHRvbS1sZWZ0XCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwiZmFsc2VcIiBbaW5uZXJIVE1MXT0nbG9naWMudmFsdWVbMF0nPjwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgICpuZ0lmPVwibG9naWMudmFsdWUhPScnICAmJiAobG9naWMudmFsdWUgfCB0eXBlb2YpICE9PSAnb2JqZWN0J1wiIGNsYXNzPVwidmFsdWUtbmFtZSB2eC1mcy0xMiB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXBsLTIgdngtcHItMiB2eC1saC02IHZ4LW1yLTFcIiBbYXBwVG9vbHRpcF09XCJsb2dpYy52YWx1ZVwiIHBsYWNlbWVudD1cImJvdHRvbS1sZWZ0XCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwiZmFsc2VcIiBbaW5uZXJIVE1MXT0nbG9naWMudmFsdWUnPjwvZGl2PlxyXG5cclxuICAgICAgICAgICAgICAgICAgICA8YnV0dG9uICAqbmdJZj1cImxvZ2ljLnZhbHVlPy5sZW5ndGggPiAxICYmIChsb2dpYy52YWx1ZSB8IHR5cGVvZikgPT09ICdvYmplY3QnXCIgY2xhc3M9XCJjb3VudCB2eC1mcy0xMSB2eC10eHQtd2hpdGUgdngtbS0wIHZ4LXAtMCB2eC1wbC0xIHZ4LXByLTEgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiIGFwcFBvcG92ZXIgKGNsaWNrKT1cImNvdW50LnBvcG92ZXIoKVwiIHBvc2l0aW9uPVwicmlnaHRcIj4re3tsb2dpYz8udmFsdWU/Lmxlbmd0aC0xfX08L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgICAgICBcclxuICAgICAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICAgICAgIDxhcHAtcG9wb3ZlciAjY291bnQ+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhY3Rpb24tbGlzdFwiICpuZ0lmPVwiKGxvZ2ljLnZhbHVlIHwgdHlwZW9mKSA9PT0gJ29iamVjdCdcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICA8dWwgY2xhc3M9XCJhY3Rpb24taXRlbVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwidngtcC0yXCIgKm5nRm9yPVwibGV0IGRhdGEgb2YgKGxvZ2ljLnZhbHVlLnNsaWNlKDEpKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb3VudC12YWx1ZSB2eC1mcy0xMSB2eC1wYXJhZ3JhcGgtdHh0XCIgW2FwcFRvb2x0aXBdPVwiJ1N0cm9uZ2x5IGFncmVlJ1wiIHBsYWNlbWVudD1cImJvdHRvbS1sZWZ0XCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwiZmFsc2VcIj57e2RhdGF9fTwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICA8L3VsPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8L2FwcC1wb3BvdmVyPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidGFibGUtY29sdW1uIHZ4LXBsLTEgdngtcHItMSB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyIGFjdGlvblwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJjbG9zZSB2eC1mcy0xNiB2eC10eHQtcmVkIHZ4LXAtMCB2eC1tLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlclwiICAoY2xpY2spPVwiZGVsZXRlTG9naWMoaSlcIj48aSBjbGFzcz1cImljb25zXCI+JiN4ZTlhZTs8L2k+PC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGJ1dHRvbiBjbGFzcz1cImFkZC1idG4gdngtZnMtMTEgdngtZnctNjAwIHZ4LXR4dC1ibHVlIHZ4LXR0LXVwcGVyY2FzZSB2eC1wLTAgdngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWNlbnRlclwiIChjbGljayk9XCJtb2RpZnlMb2dpYygpXCI+QWRkIEFkZGl0aW9uYWwgTG9naWMgJiBEaXNwbGF5IENvbmRpdGlvbnMgZm9yIHRoaXMgUXVlc3Rpb248L2J1dHRvbj5cclxuICAgIDwvZGl2PlxyXG48L2Rpdj4iXX0=
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":1,"members":[]}]}],"service":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"question":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"questionIndex":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"editorMode":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"ngOnInit":[{"__symbolic":"method"}],"modifyLogic":[{"__symbolic":"method"}],"addLogic":[{"__symbolic":"method"}],"deleteLogic":[{"__symbolic":"method"}],"formateData":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":1,"members":[]}}}}],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-logic","exportAs":null,"inputs":{"service":"service","question":"question","questionIndex":"questionIndex","editorMode":"editorMode"},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":3,"members":[]},"rendererType":{"__symbol":4,"members":[]},"componentFactory":{"__symbol":5,"members":[]}}}],"symbols":[{"__symbol":0,"name":"LogicComponent","filePath":"./logic.component"},{"__symbol":1,"name":"DialogService","filePath":"../../../../ui-kit/dialog/dialog.service"},{"__symbol":2,"name":"Input","filePath":"@angular/core"},{"__symbol":3,"name":"View_LogicComponent_0","filePath":"./logic.component.ngfactory"},{"__symbol":4,"name":"RenderType_LogicComponent","filePath":"./logic.component.ngfactory"},{"__symbol":5,"name":"LogicComponentNgFactory","filePath":"./logic.component.ngfactory"}]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
export class LogicCheckboxComponent {
|
|
3
|
+
constructor() {
|
|
4
|
+
this.changeEvent = new EventEmitter();
|
|
5
|
+
}
|
|
6
|
+
ngOnInit() {
|
|
7
|
+
}
|
|
8
|
+
emitChange(evt, choice) {
|
|
9
|
+
this.changeEvent.emit({ checked: evt, choice });
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
LogicCheckboxComponent.decorators = [
|
|
13
|
+
{ type: Component, args: [{
|
|
14
|
+
selector: 'app-logic-checkbox',
|
|
15
|
+
template: "<div class=\"logic-checkbox\">\r\n <ul class=\"vx-p-0 vx-m-0\">\r\n <li class=\"vx-p-3 vx-pt-2 vx-mb-1 vx-w-100\" *ngFor=\"let choice of question?.choices; let choiceIndex = index\">\r\n <app-cs-checkbox (ngValueChange)=\"emitChange($event,choice)\">\r\n <div class=\"name vx-fs-13 vx-paragraph-txt\" [appTooltip]=\"choice?.title\" placement=\"bottom-left\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"false\">{{choice?.title}}</div>\r\n </app-cs-checkbox>\r\n </li>\r\n <li class=\"vx-p-3 vx-pt-2 vx-mb-1 vx-w-100\" *ngIf='question?.hasOther'>\r\n <app-cs-checkbox (ngValueChange)=\"emitChange($event,{title:'Other'})\">\r\n <div class=\"name vx-fs-13 vx-paragraph-txt\" [appTooltip]=\"'Other'\" placement=\"bottom-left\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"false\">Other</div>\r\n </app-cs-checkbox>\r\n </li>\r\n </ul>\r\n</div>",
|
|
16
|
+
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 .logic-checkbox ul{list-style-type:none}::ng-deep .logic-checkbox ul li{background:#fbfbfb;border:1px solid #f1f1f1;border-radius:.25rem}::ng-deep .logic-checkbox ul li app-cs-checkbox{display:block;width:100%!important}::ng-deep .logic-checkbox ul li app-cs-checkbox .checkbox-item{width:100%!important;padding-left:1rem!important;position:relative}::ng-deep .logic-checkbox ul li app-cs-checkbox .checkbox-item .checkbox,::ng-deep .logic-checkbox ul li app-cs-checkbox .checkbox-item .checkmark{position:absolute!important;top:0!important;left:0!important}::ng-deep .logic-checkbox ul li app-cs-checkbox .checkbox-item .value{width:100%!important;justify-content:start!important}::ng-deep .logic-checkbox ul li app-cs-checkbox .checkbox-item .value .name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%}"]
|
|
17
|
+
},] }
|
|
18
|
+
];
|
|
19
|
+
LogicCheckboxComponent.ctorParameters = () => [];
|
|
20
|
+
LogicCheckboxComponent.propDecorators = {
|
|
21
|
+
question: [{ type: Input }],
|
|
22
|
+
changeEvent: [{ type: Output }]
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9naWMtY2hlY2tib3guY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2xvZ2ljLXF1ZXN0aW9ucy9sb2dpYy1jaGVja2JveC9sb2dpYy1jaGVja2JveC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFVLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQU8vRSxNQUFNLE9BQU8sc0JBQXNCO0lBSWpDO1FBRFUsZ0JBQVcsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO0lBQ2hDLENBQUM7SUFFakIsUUFBUTtJQUNSLENBQUM7SUFDRCxVQUFVLENBQUMsR0FBTyxFQUFDLE1BQVU7UUFDNUIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsRUFBQyxPQUFPLEVBQUMsR0FBRyxFQUFFLE1BQU0sRUFBQyxDQUFDLENBQUE7SUFDN0MsQ0FBQzs7O1lBZkYsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSxvQkFBb0I7Z0JBQzlCLHc4QkFBOEM7O2FBRS9DOzs7O3VCQUdFLEtBQUs7MEJBQ0wsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25Jbml0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLWxvZ2ljLWNoZWNrYm94JyxcclxuICB0ZW1wbGF0ZVVybDogJy4vbG9naWMtY2hlY2tib3guY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL2xvZ2ljLWNoZWNrYm94LmNvbXBvbmVudC5sZXNzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIExvZ2ljQ2hlY2tib3hDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICBASW5wdXQoKSBxdWVzdGlvbiE6IGFueTtcclxuICBAT3V0cHV0KCkgY2hhbmdlRXZlbnQgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcclxuICBjb25zdHJ1Y3RvcigpIHsgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICB9XHJcbiAgZW1pdENoYW5nZShldnQ6YW55LGNob2ljZTphbnkpe1xyXG4gICB0aGlzLmNoYW5nZUV2ZW50LmVtaXQoe2NoZWNrZWQ6ZXZ0LCBjaG9pY2V9KVxyXG4gIH1cclxuXHJcbn1cclxuIl19
|
|
@@ -0,0 +1,59 @@
|
|
|
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 "./logic-checkbox.component.less.shim.ngstyle";
|
|
8
|
+
import * as i1 from "@angular/core";
|
|
9
|
+
import * as i2 from "../../../../../ui-kit/formgroup/cs-checkbox/cs-checkbox.component.ngfactory";
|
|
10
|
+
import * as i3 from "../../../../../ui-kit/formgroup/cs-checkbox/cs-checkbox.component";
|
|
11
|
+
import * as i4 from "../../../../../ui-kit/tooltip/tooltip.directive";
|
|
12
|
+
import * as i5 from "@angular/common";
|
|
13
|
+
import * as i6 from "./logic-checkbox.component";
|
|
14
|
+
var styles_LogicCheckboxComponent = [i0.styles];
|
|
15
|
+
var RenderType_LogicCheckboxComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_LogicCheckboxComponent, data: {} });
|
|
16
|
+
export { RenderType_LogicCheckboxComponent as RenderType_LogicCheckboxComponent };
|
|
17
|
+
function View_LogicCheckboxComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 5, "li", [["class", "vx-p-3 vx-pt-2 vx-mb-1 vx-w-100"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 4, "app-cs-checkbox", [], null, [[null, "ngValueChange"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("ngValueChange" === en)) {
|
|
18
|
+
var pd_0 = (_co.emitChange($event, _v.context.$implicit) !== false);
|
|
19
|
+
ad = (pd_0 && ad);
|
|
20
|
+
} return ad; }, i2.View_CsCheckboxComponent_0, i2.RenderType_CsCheckboxComponent)), i1.ɵdid(2, 114688, null, 0, i3.CsCheckboxComponent, [], null, { ngValueChange: "ngValueChange" }), (_l()(), i1.ɵeld(3, 0, null, 0, 2, "div", [["class", "name vx-fs-13 vx-paragraph-txt"], ["delay", "0"], ["placement", "bottom-left"], ["type", "black"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
21
|
+
var pd_0 = (i1.ɵnov(_v, 4).onMouseEnter() !== false);
|
|
22
|
+
ad = (pd_0 && ad);
|
|
23
|
+
} if (("mouseover" === en)) {
|
|
24
|
+
var pd_1 = (i1.ɵnov(_v, 4).onMouseOver() !== false);
|
|
25
|
+
ad = (pd_1 && ad);
|
|
26
|
+
} if (("mouseleave" === en)) {
|
|
27
|
+
var pd_2 = (i1.ɵnov(_v, 4).onMouseLeave() !== false);
|
|
28
|
+
ad = (pd_2 && ad);
|
|
29
|
+
} if (("mouseout" === en)) {
|
|
30
|
+
var pd_3 = (i1.ɵnov(_v, 4).onMouseOut() !== false);
|
|
31
|
+
ad = (pd_3 && ad);
|
|
32
|
+
} if (("click" === en)) {
|
|
33
|
+
var pd_4 = (i1.ɵnov(_v, 4).onClick() !== false);
|
|
34
|
+
ad = (pd_4 && ad);
|
|
35
|
+
} return ad; }, null, null)), i1.ɵdid(4, 81920, null, 0, i4.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(5, null, ["", ""]))], function (_ck, _v) { _ck(_v, 2, 0); var currVal_0 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.title); var currVal_1 = "bottom-left"; var currVal_2 = "black"; var currVal_3 = false; _ck(_v, 4, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, function (_ck, _v) { var currVal_4 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.title); _ck(_v, 5, 0, currVal_4); }); }
|
|
36
|
+
function View_LogicCheckboxComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 5, "li", [["class", "vx-p-3 vx-pt-2 vx-mb-1 vx-w-100"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 4, "app-cs-checkbox", [], null, [[null, "ngValueChange"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("ngValueChange" === en)) {
|
|
37
|
+
var pd_0 = (_co.emitChange($event, { title: "Other" }) !== false);
|
|
38
|
+
ad = (pd_0 && ad);
|
|
39
|
+
} return ad; }, i2.View_CsCheckboxComponent_0, i2.RenderType_CsCheckboxComponent)), i1.ɵdid(2, 114688, null, 0, i3.CsCheckboxComponent, [], null, { ngValueChange: "ngValueChange" }), (_l()(), i1.ɵeld(3, 0, null, 0, 2, "div", [["class", "name vx-fs-13 vx-paragraph-txt"], ["delay", "0"], ["placement", "bottom-left"], ["type", "black"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
40
|
+
var pd_0 = (i1.ɵnov(_v, 4).onMouseEnter() !== false);
|
|
41
|
+
ad = (pd_0 && ad);
|
|
42
|
+
} if (("mouseover" === en)) {
|
|
43
|
+
var pd_1 = (i1.ɵnov(_v, 4).onMouseOver() !== false);
|
|
44
|
+
ad = (pd_1 && ad);
|
|
45
|
+
} if (("mouseleave" === en)) {
|
|
46
|
+
var pd_2 = (i1.ɵnov(_v, 4).onMouseLeave() !== false);
|
|
47
|
+
ad = (pd_2 && ad);
|
|
48
|
+
} if (("mouseout" === en)) {
|
|
49
|
+
var pd_3 = (i1.ɵnov(_v, 4).onMouseOut() !== false);
|
|
50
|
+
ad = (pd_3 && ad);
|
|
51
|
+
} if (("click" === en)) {
|
|
52
|
+
var pd_4 = (i1.ɵnov(_v, 4).onClick() !== false);
|
|
53
|
+
ad = (pd_4 && ad);
|
|
54
|
+
} return ad; }, null, null)), i1.ɵdid(4, 81920, null, 0, i4.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(-1, null, ["Other"]))], function (_ck, _v) { _ck(_v, 2, 0); var currVal_0 = "Other"; var currVal_1 = "bottom-left"; var currVal_2 = "black"; var currVal_3 = false; _ck(_v, 4, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
55
|
+
export function View_LogicCheckboxComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 5, "div", [["class", "logic-checkbox"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 4, "ul", [["class", "vx-p-0 vx-m-0"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_LogicCheckboxComponent_1)), i1.ɵdid(3, 278528, null, 0, i5.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_LogicCheckboxComponent_2)), i1.ɵdid(5, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = ((_co.question == null) ? null : _co.question.choices); _ck(_v, 3, 0, currVal_0); var currVal_1 = ((_co.question == null) ? null : _co.question.hasOther); _ck(_v, 5, 0, currVal_1); }, null); }
|
|
56
|
+
export function View_LogicCheckboxComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-logic-checkbox", [], null, null, null, View_LogicCheckboxComponent_0, RenderType_LogicCheckboxComponent)), i1.ɵdid(1, 114688, null, 0, i6.LogicCheckboxComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
57
|
+
var LogicCheckboxComponentNgFactory = i1.ɵccf("app-logic-checkbox", i6.LogicCheckboxComponent, View_LogicCheckboxComponent_Host_0, { question: "question" }, { changeEvent: "changeEvent" }, []);
|
|
58
|
+
export { LogicCheckboxComponentNgFactory as LogicCheckboxComponentNgFactory };
|
|
59
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9naWMtY2hlY2tib3guY29tcG9uZW50Lm5nZmFjdG9yeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9sb2dpYy1xdWVzdGlvbnMvbG9naWMtY2hlY2tib3gvbG9naWMtY2hlY2tib3guY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9sb2dpYy1xdWVzdGlvbnMvbG9naWMtY2hlY2tib3gvbG9naWMtY2hlY2tib3guY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztpRUNFUSx1SEFJSyxLQUhELG9KQUVrQixZQUZBOzt3QkFBMkM7TUFBN0QsZ0xBRWtCLE1BRGQ7Ozs7Ozs7Ozs7Ozs7Ozt1UEFBMEssSUFBdkIsZ0NBQWlCLDJCQUR4SyxZQUVrQixHQUQ4QiwyREFBNEIsMkJBQUMsNkJBQXVCLEVBQVcsdUJBQVksRUFBQyxxQkFBMEIsRUFBbEosWUFBMEssRUFBOUgsU0FBNEIsRUFBQyxTQUF1QixFQUFXLFNBQVksRUFBQyxTQUEwQiwyQkFBQyw2R0FBaUI7aUVBRzVLLHVIQUlLLEtBSEQsb0pBRWtCLFlBRkQ7O3dCQUFvRDtNQUFyRSxnTEFFa0IsTUFEZDs7Ozs7Ozs7Ozs7Ozs7O3VQQUF3SixJQUFYLGtDQUFLLDJCQUR0SixZQUVrQixHQUQ4Qix1QkFBc0IsRUFBQyw2QkFBdUIsRUFBVyx1QkFBWSxFQUFDLHFCQUEwQixFQUE1SSxZQUF3SixFQUE1RyxTQUFzQixFQUFDLFNBQXVCLEVBQVcsU0FBWSxFQUFDLFNBQTBCO3dFQVQ1Six1R0FhTSxLQVpGLHFHQVdLLEtBVkQsb05BSUssSUFDTCxzTEFJSyxpREFUdUMsb0RBQWlFLG9CQUE3RyxZQUlLLEVBSnVDLFNBQWlFLEdBS2pFLG9EQUEwQixxQkFBdEUsWUFJSyxFQUp1QyxTQUEwQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiIsIjxkaXYgY2xhc3M9XCJsb2dpYy1jaGVja2JveFwiPlxyXG4gICAgPHVsIGNsYXNzPVwidngtcC0wIHZ4LW0tMFwiPlxyXG4gICAgICAgIDxsaSBjbGFzcz1cInZ4LXAtMyB2eC1wdC0yIHZ4LW1iLTEgdngtdy0xMDBcIiAqbmdGb3I9XCJsZXQgY2hvaWNlIG9mIHF1ZXN0aW9uPy5jaG9pY2VzOyBsZXQgY2hvaWNlSW5kZXggPSBpbmRleFwiPlxyXG4gICAgICAgICAgICA8YXBwLWNzLWNoZWNrYm94ICAobmdWYWx1ZUNoYW5nZSk9XCJlbWl0Q2hhbmdlKCRldmVudCxjaG9pY2UpXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibmFtZSB2eC1mcy0xMyB2eC1wYXJhZ3JhcGgtdHh0XCIgW2FwcFRvb2x0aXBdPVwiY2hvaWNlPy50aXRsZVwiIHBsYWNlbWVudD1cImJvdHRvbS1sZWZ0XCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwiZmFsc2VcIj57e2Nob2ljZT8udGl0bGV9fTwvZGl2PlxyXG4gICAgICAgICAgICA8L2FwcC1jcy1jaGVja2JveD5cclxuICAgICAgICA8L2xpPlxyXG4gICAgICAgIDxsaSBjbGFzcz1cInZ4LXAtMyB2eC1wdC0yIHZ4LW1iLTEgdngtdy0xMDBcIiAqbmdJZj0ncXVlc3Rpb24/Lmhhc090aGVyJz5cclxuICAgICAgICAgICAgPGFwcC1jcy1jaGVja2JveCAobmdWYWx1ZUNoYW5nZSk9XCJlbWl0Q2hhbmdlKCRldmVudCx7dGl0bGU6J090aGVyJ30pXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibmFtZSB2eC1mcy0xMyB2eC1wYXJhZ3JhcGgtdHh0XCIgW2FwcFRvb2x0aXBdPVwiJ090aGVyJ1wiIHBsYWNlbWVudD1cImJvdHRvbS1sZWZ0XCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwiZmFsc2VcIj5PdGhlcjwvZGl2PlxyXG4gICAgICAgICAgICA8L2FwcC1jcy1jaGVja2JveD5cclxuICAgICAgICA8L2xpPlxyXG4gICAgPC91bD5cclxuPC9kaXY+Il19
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"question":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"changeEvent":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}],"emitChange":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-logic-checkbox","exportAs":null,"inputs":{"question":"question"},"outputs":{"changeEvent":"changeEvent"},"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":"LogicCheckboxComponent","filePath":"./logic-checkbox.component"},{"__symbol":1,"name":"Input","filePath":"@angular/core"},{"__symbol":2,"name":"Output","filePath":"@angular/core"},{"__symbol":3,"name":"View_LogicCheckboxComponent_0","filePath":"./logic-checkbox.component.ngfactory"},{"__symbol":4,"name":"RenderType_LogicCheckboxComponent","filePath":"./logic-checkbox.component.ngfactory"},{"__symbol":5,"name":"LogicCheckboxComponentNgFactory","filePath":"./logic-checkbox.component.ngfactory"}]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
export class LogicCommentBoxComponent {
|
|
3
|
+
constructor() { }
|
|
4
|
+
ngOnInit() {
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
LogicCommentBoxComponent.decorators = [
|
|
8
|
+
{ type: Component, args: [{
|
|
9
|
+
selector: 'app-logic-comment-box',
|
|
10
|
+
template: "<div class=\"logic-comment-box\">\r\n <textarea type=\"text\" placeholder=\"Please enter a response\"></textarea>\r\n</div>",
|
|
11
|
+
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\");.logic-comment-box textarea{border:1px solid #dbdbdb;border-radius:.25rem;color:#747576;font-size:13px;width:37.5rem;height:8rem;padding:.5rem .75rem;outline:none;resize:none;transition:all .2s ease-in-out}.logic-comment-box textarea:focus,.logic-comment-box textarea:hover{border:1px solid #1e5dd3;box-shadow:0 0 5px rgba(30,93,211,.27)}"]
|
|
12
|
+
},] }
|
|
13
|
+
];
|
|
14
|
+
LogicCommentBoxComponent.ctorParameters = () => [];
|
|
15
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9naWMtY29tbWVudC1ib3guY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2xvZ2ljLXF1ZXN0aW9ucy9sb2dpYy1jb21tZW50LWJveC9sb2dpYy1jb21tZW50LWJveC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQU9sRCxNQUFNLE9BQU8sd0JBQXdCO0lBRW5DLGdCQUFnQixDQUFDO0lBRWpCLFFBQVE7SUFDUixDQUFDOzs7WUFWRixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLHVCQUF1QjtnQkFDakMsMElBQWlEOzthQUVsRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1sb2dpYy1jb21tZW50LWJveCcsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2xvZ2ljLWNvbW1lbnQtYm94LmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9sb2dpYy1jb21tZW50LWJveC5jb21wb25lbnQubGVzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBMb2dpY0NvbW1lbnRCb3hDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICBjb25zdHJ1Y3RvcigpIHsgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICB9XHJcblxyXG59XHJcbiJdfQ==
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
3
|
+
*
|
|
4
|
+
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
|
|
5
|
+
* tslint:disable
|
|
6
|
+
*/
|
|
7
|
+
import * as i0 from "./logic-comment-box.component.less.shim.ngstyle";
|
|
8
|
+
import * as i1 from "@angular/core";
|
|
9
|
+
import * as i2 from "./logic-comment-box.component";
|
|
10
|
+
var styles_LogicCommentBoxComponent = [i0.styles];
|
|
11
|
+
var RenderType_LogicCommentBoxComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_LogicCommentBoxComponent, data: {} });
|
|
12
|
+
export { RenderType_LogicCommentBoxComponent as RenderType_LogicCommentBoxComponent };
|
|
13
|
+
export function View_LogicCommentBoxComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [["class", "logic-comment-box"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 0, "textarea", [["placeholder", "Please enter a response"], ["type", "text"]], null, null, null, null, null))], null, null); }
|
|
14
|
+
export function View_LogicCommentBoxComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-logic-comment-box", [], null, null, null, View_LogicCommentBoxComponent_0, RenderType_LogicCommentBoxComponent)), i1.ɵdid(1, 114688, null, 0, i2.LogicCommentBoxComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
15
|
+
var LogicCommentBoxComponentNgFactory = i1.ɵccf("app-logic-comment-box", i2.LogicCommentBoxComponent, View_LogicCommentBoxComponent_Host_0, {}, {}, []);
|
|
16
|
+
export { LogicCommentBoxComponentNgFactory as LogicCommentBoxComponentNgFactory };
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9naWMtY29tbWVudC1ib3guY29tcG9uZW50Lm5nZmFjdG9yeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9sb2dpYy1xdWVzdGlvbnMvbG9naWMtY29tbWVudC1ib3gvbG9naWMtY29tbWVudC1ib3guY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9sb2dpYy1xdWVzdGlvbnMvbG9naWMtY29tbWVudC1ib3gvbG9naWMtY29tbWVudC1ib3guY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7OzBFQ0FBLDBHQUVNLEtBREYsNklBQXVFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiPGRpdiBjbGFzcz1cImxvZ2ljLWNvbW1lbnQtYm94XCI+XHJcbiAgICA8dGV4dGFyZWEgdHlwZT1cInRleHRcIiBwbGFjZWhvbGRlcj1cIlBsZWFzZSBlbnRlciBhIHJlc3BvbnNlXCI+PC90ZXh0YXJlYT5cclxuPC9kaXY+Il19
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-logic-comment-box","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":1,"members":[]},"rendererType":{"__symbol":2,"members":[]},"componentFactory":{"__symbol":3,"members":[]}}}],"symbols":[{"__symbol":0,"name":"LogicCommentBoxComponent","filePath":"./logic-comment-box.component"},{"__symbol":1,"name":"View_LogicCommentBoxComponent_0","filePath":"./logic-comment-box.component.ngfactory"},{"__symbol":2,"name":"RenderType_LogicCommentBoxComponent","filePath":"./logic-comment-box.component.ngfactory"},{"__symbol":3,"name":"LogicCommentBoxComponentNgFactory","filePath":"./logic-comment-box.component.ngfactory"}]}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output, ViewChild } from '@angular/core';
|
|
2
|
+
export class LogicDateTimeComponent {
|
|
3
|
+
constructor() {
|
|
4
|
+
this.datepickerOverlay = false;
|
|
5
|
+
this.changeEvent = new EventEmitter();
|
|
6
|
+
}
|
|
7
|
+
ngOnInit() {
|
|
8
|
+
}
|
|
9
|
+
openDatePicker() {
|
|
10
|
+
var _a, _b;
|
|
11
|
+
(_b = (_a = this.datePicker) === null || _a === void 0 ? void 0 : _a.api) === null || _b === void 0 ? void 0 : _b.open();
|
|
12
|
+
this.datepickerOverlay = true;
|
|
13
|
+
}
|
|
14
|
+
closeDatepicker() {
|
|
15
|
+
var _a, _b;
|
|
16
|
+
(_b = (_a = this.datePicker) === null || _a === void 0 ? void 0 : _a.api) === null || _b === void 0 ? void 0 : _b.close();
|
|
17
|
+
this.datepickerOverlay = false;
|
|
18
|
+
}
|
|
19
|
+
dateChanged(evt) {
|
|
20
|
+
}
|
|
21
|
+
timeChanged(evt) {
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
LogicDateTimeComponent.decorators = [
|
|
25
|
+
{ type: Component, args: [{
|
|
26
|
+
selector: 'app-logic-date-time',
|
|
27
|
+
template: "<div class=\"logic-date-time vx-mb-5\">\r\n <div class=\"input-group vx-d-flex vx-mb-2\" *ngIf='question.hasDate'>\r\n <span class=\"label vx-bg-grey vx-lh-24 vx-d-flex vx-text-center vx-p-2 vx-justify-center vx-align-center\">\r\n <span class=\"value vx-fs-11 vx-label-txt vx-tt-uppercase\" [appTooltip]=\"'Date of birth'\" placement=\"bottom-left\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"false\">{{question?.date?.title ? question?.date?.title :'Date' }}</span>\r\n </span>\r\n <div class=\"date-time-area\">\r\n <i class=\"icons vx-fs-14 vx-paragraph-txt\"></i>\r\n <input class=\"datePicker\" (click)=\"openDatePicker()\" placeholder=\"Enter Date\">\r\n <dp-date-picker (onChange)=\"dateChanged($event)\" [(ngModel)]=\"question.date.value\" #datePicker [config]=\"{disableKeypress: true,format: 'DD MMM YYYY'}\" placeholder='Select Date' (click)=\"openDatePicker()\" (click)=\"closeDatepicker()\"></dp-date-picker>\r\n <div class=\"overlay\" (click)=\"closeDatepicker()\" *ngIf=\"datepickerOverlay\"></div>\r\n </div>\r\n </div>\r\n <div class=\"input-group vx-d-flex vx-mb-10\" *ngIf='question.hasTime'>\r\n <span class=\"label vx-bg-grey vx-lh-24 vx-d-flex vx-text-center vx-p-2 vx-justify-center vx-align-center\">\r\n <span class=\"value vx-fs-11 vx-label-txt vx-tt-uppercase\" [appTooltip]=\"'Time of birth'\" placement=\"bottom-left\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"false\">{{question?.time?.title ? question?.time?.title :'Time' }}</span>\r\n </span>\r\n <div class=\"date-time-area\">\r\n <input aria-label=\"12hr format\" [ngxTimepicker]=\"timeOnly\" readonly placeholder=\"Enter Time\" [(ngModel)]=\"question.time.value\" />\r\n <i class=\"icons vx-fs-14 vx-paragraph-txt\"></i>\r\n <ngx-material-timepicker #timeOnly></ngx-material-timepicker>\r\n </div>\r\n </div>\r\n</div>",
|
|
28
|
+
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 .logic-date-time{display:block;max-width:37.5rem}::ng-deep .logic-date-time .input-group{border:1px solid #f1f1f1;border-radius:.25rem;position:relative}::ng-deep .logic-date-time .input-group .label{width:5.875rem}::ng-deep .logic-date-time .input-group .label .value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%}::ng-deep .logic-date-time .input-group .date-time-area{width:calc(100% - 5.875rem);height:2.5rem;position:relative}::ng-deep .logic-date-time .input-group .date-time-area input{background:transparent;border:none;border-radius:0;font-size:12px;width:100%;height:100%;outline:none;cursor:pointer;margin:0;padding:8px;position:relative;z-index:1}::ng-deep .logic-date-time .input-group .date-time-area input::-moz-placeholder{color:#747576;opacity:1}::ng-deep .logic-date-time .input-group .date-time-area input:-ms-input-placeholder{color:#747576;opacity:1}::ng-deep .logic-date-time .input-group .date-time-area input::placeholder{color:#747576;opacity:1}::ng-deep .logic-date-time .input-group .date-time-area input.datePicker{opacity:0}::ng-deep .logic-date-time .input-group .date-time-area i{position:absolute;top:.75rem;right:.5rem}::ng-deep .logic-date-time .input-group .date-time-area .overlay{z-index:2}::ng-deep dp-date-picker input.dp-picker-input{opacity:1;top:-54px;font-size:11px;color:#161b2f}::ng-deep dp-date-picker input.dp-picker-input::-moz-placeholder{color:#747576;opacity:1}::ng-deep dp-date-picker input.dp-picker-input:-ms-input-placeholder{color:#747576;opacity:1}::ng-deep dp-date-picker input.dp-picker-input::placeholder{color:#747576;opacity:1}"]
|
|
29
|
+
},] }
|
|
30
|
+
];
|
|
31
|
+
LogicDateTimeComponent.ctorParameters = () => [];
|
|
32
|
+
LogicDateTimeComponent.propDecorators = {
|
|
33
|
+
datePicker: [{ type: ViewChild, args: ['datePicker',] }],
|
|
34
|
+
question: [{ type: Input }],
|
|
35
|
+
changeEvent: [{ type: Output }]
|
|
36
|
+
};
|
|
37
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9naWMtZGF0ZS10aW1lLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9sb2dpYy1xdWVzdGlvbnMvbG9naWMtZGF0ZS10aW1lL2xvZ2ljLWRhdGUtdGltZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFVLE1BQU0sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFRMUYsTUFBTSxPQUFPLHNCQUFzQjtJQUtqQztRQUhBLHNCQUFpQixHQUFHLEtBQUssQ0FBQztRQUVoQixnQkFBVyxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7SUFDaEMsQ0FBQztJQUVqQixRQUFRO0lBQ1IsQ0FBQztJQUVELGNBQWM7O1FBQ1osTUFBQSxNQUFBLElBQUksQ0FBQyxVQUFVLDBDQUFFLEdBQUcsMENBQUUsSUFBSSxFQUFFLENBQUM7UUFDN0IsSUFBSSxDQUFDLGlCQUFpQixHQUFHLElBQUksQ0FBQztJQUNoQyxDQUFDO0lBRUQsZUFBZTs7UUFDYixNQUFBLE1BQUEsSUFBSSxDQUFDLFVBQVUsMENBQUUsR0FBRywwQ0FBRSxLQUFLLEVBQUUsQ0FBQztRQUM5QixJQUFJLENBQUMsaUJBQWlCLEdBQUcsS0FBSyxDQUFDO0lBQ2pDLENBQUM7SUFFRCxXQUFXLENBQUMsR0FBTztJQUVwQixDQUFDO0lBQ0QsV0FBVyxDQUFDLEdBQU87SUFFbkIsQ0FBQzs7O1lBOUJELFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUscUJBQXFCO2dCQUMvQiw0OURBQStDOzthQUVoRDs7Ozt5QkFFRSxTQUFTLFNBQUMsWUFBWTt1QkFFdEIsS0FBSzswQkFDTCxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE91dHB1dCwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IERhdGVQaWNrZXJDb21wb25lbnQgfSBmcm9tICduZzItZGF0ZS1waWNrZXInO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtbG9naWMtZGF0ZS10aW1lJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vbG9naWMtZGF0ZS10aW1lLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9sb2dpYy1kYXRlLXRpbWUuY29tcG9uZW50Lmxlc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgTG9naWNEYXRlVGltZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbiAgQFZpZXdDaGlsZCgnZGF0ZVBpY2tlcicpIGRhdGVQaWNrZXIhOiBEYXRlUGlja2VyQ29tcG9uZW50O1xyXG4gIGRhdGVwaWNrZXJPdmVybGF5ID0gZmFsc2U7XHJcbiAgQElucHV0KCkgcXVlc3Rpb24hOiBhbnk7XHJcbiAgQE91dHB1dCgpIGNoYW5nZUV2ZW50ID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XHJcbiAgY29uc3RydWN0b3IoKSB7IH1cclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgfVxyXG5cclxuICBvcGVuRGF0ZVBpY2tlcigpIHtcclxuICAgIHRoaXMuZGF0ZVBpY2tlcj8uYXBpPy5vcGVuKCk7XHJcbiAgICB0aGlzLmRhdGVwaWNrZXJPdmVybGF5ID0gdHJ1ZTtcclxuICB9XHJcbiAgXHJcbiAgY2xvc2VEYXRlcGlja2VyKCkge1xyXG4gICAgdGhpcy5kYXRlUGlja2VyPy5hcGk/LmNsb3NlKCk7XHJcbiAgICB0aGlzLmRhdGVwaWNrZXJPdmVybGF5ID0gZmFsc2U7XHJcbiAgfVxyXG5cclxuICBkYXRlQ2hhbmdlZChldnQ6YW55KXtcclxuICAgIFxyXG4gfVxyXG4gdGltZUNoYW5nZWQoZXZ0OmFueSl7XHJcbiAgIFxyXG4gfVxyXG5cclxufVxyXG4iXX0=
|