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,105 @@
|
|
|
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-date-time.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 "../../../../../../../../../node_modules/ng2-date-picker/ng2-date-picker.ngfactory";
|
|
11
|
+
import * as i4 from "ng2-date-picker";
|
|
12
|
+
import * as i5 from "@angular/forms";
|
|
13
|
+
import * as i6 from "@angular/common";
|
|
14
|
+
import * as i7 from "ngx-material-timepicker";
|
|
15
|
+
import * as i8 from "../../../../../../../../../node_modules/ngx-material-timepicker/ngx-material-timepicker.ngfactory";
|
|
16
|
+
import * as i9 from "./logic-date-time.component";
|
|
17
|
+
var styles_LogicDateTimeComponent = [i0.styles];
|
|
18
|
+
var RenderType_LogicDateTimeComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_LogicDateTimeComponent, data: {} });
|
|
19
|
+
export { RenderType_LogicDateTimeComponent as RenderType_LogicDateTimeComponent };
|
|
20
|
+
function View_LogicDateTimeComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 0, "div", [["class", "overlay"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
21
|
+
var pd_0 = (_co.closeDatepicker() !== false);
|
|
22
|
+
ad = (pd_0 && ad);
|
|
23
|
+
} return ad; }, null, null))], null, null); }
|
|
24
|
+
function View_LogicDateTimeComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 22, "div", [["class", "input-group vx-d-flex vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 3, "span", [["class", "label vx-bg-grey vx-lh-24 vx-d-flex vx-text-center vx-p-2 vx-justify-center vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "span", [["class", "value vx-fs-11 vx-label-txt vx-tt-uppercase"], ["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)) {
|
|
25
|
+
var pd_0 = (i1.ɵnov(_v, 3).onMouseEnter() !== false);
|
|
26
|
+
ad = (pd_0 && ad);
|
|
27
|
+
} if (("mouseover" === en)) {
|
|
28
|
+
var pd_1 = (i1.ɵnov(_v, 3).onMouseOver() !== false);
|
|
29
|
+
ad = (pd_1 && ad);
|
|
30
|
+
} if (("mouseleave" === en)) {
|
|
31
|
+
var pd_2 = (i1.ɵnov(_v, 3).onMouseLeave() !== false);
|
|
32
|
+
ad = (pd_2 && ad);
|
|
33
|
+
} if (("mouseout" === en)) {
|
|
34
|
+
var pd_3 = (i1.ɵnov(_v, 3).onMouseOut() !== false);
|
|
35
|
+
ad = (pd_3 && ad);
|
|
36
|
+
} if (("click" === en)) {
|
|
37
|
+
var pd_4 = (i1.ɵnov(_v, 3).onClick() !== false);
|
|
38
|
+
ad = (pd_4 && ad);
|
|
39
|
+
} return ad; }, null, null)), i1.ɵdid(3, 81920, null, 0, i2.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(4, null, ["", ""])), (_l()(), i1.ɵeld(5, 0, null, null, 17, "div", [["class", "date-time-area"]], null, null, null, null, null)), (_l()(), i1.ɵeld(6, 0, null, null, 1, "i", [["class", "icons vx-fs-14 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE996"])), (_l()(), i1.ɵeld(8, 0, null, null, 0, "input", [["class", "datePicker"], ["placeholder", "Enter Date"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
40
|
+
var pd_0 = (_co.openDatePicker() !== false);
|
|
41
|
+
ad = (pd_0 && ad);
|
|
42
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 11, "dp-date-picker", [["placeholder", "Select Date"]], [[8, "className", 0], [2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "onChange"], [null, "ngModelChange"], [null, "click"], ["window", "resize"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
43
|
+
var pd_0 = (i1.ɵnov(_v, 14).onClick() !== false);
|
|
44
|
+
ad = (pd_0 && ad);
|
|
45
|
+
} if (("window:resize" === en)) {
|
|
46
|
+
var pd_1 = (i1.ɵnov(_v, 14).onScroll() !== false);
|
|
47
|
+
ad = (pd_1 && ad);
|
|
48
|
+
} if (("onChange" === en)) {
|
|
49
|
+
var pd_2 = (_co.dateChanged($event) !== false);
|
|
50
|
+
ad = (pd_2 && ad);
|
|
51
|
+
} if (("ngModelChange" === en)) {
|
|
52
|
+
var pd_3 = ((_co.question.date.value = $event) !== false);
|
|
53
|
+
ad = (pd_3 && ad);
|
|
54
|
+
} if (("click" === en)) {
|
|
55
|
+
var pd_4 = (_co.openDatePicker() !== false);
|
|
56
|
+
ad = (pd_4 && ad);
|
|
57
|
+
} if (("click" === en)) {
|
|
58
|
+
var pd_5 = (_co.closeDatepicker() !== false);
|
|
59
|
+
ad = (pd_5 && ad);
|
|
60
|
+
} return ad; }, i3.View_DatePickerComponent_0, i3.RenderType_DatePickerComponent)), i1.ɵprd(512, null, i4.ɵc, i4.ɵc, [i4.ɵb]), i1.ɵprd(512, null, i4.ɵe, i4.ɵe, [i4.ɵb]), i1.ɵprd(512, null, i4.ɵd, i4.ɵd, [i4.ɵb, i4.ɵe, i4.ɵc]), i1.ɵprd(512, null, i4.ɵa, i4.ɵa, [i4.ɵb, i4.ɵc, i4.ɵd]), i1.ɵdid(14, 4964352, [[1, 4], ["datePicker", 4]], 0, i4.DatePickerComponent, [i4.ɵa, i4.ɵf, i1.ElementRef, i1.Renderer2, i4.ɵb, i1.ChangeDetectorRef], { config: [0, "config"], placeholder: [1, "placeholder"] }, { onChange: "onChange" }), i1.ɵpod(15, { disableKeypress: 0, format: 1 }), i1.ɵprd(1024, null, i5.NG_VALIDATORS, function (p0_0) { return [p0_0]; }, [i4.DatePickerComponent]), i1.ɵprd(1024, null, i5.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i4.DatePickerComponent]), i1.ɵdid(18, 671744, null, 0, i5.NgModel, [[8, null], [6, i5.NG_VALIDATORS], [8, null], [6, i5.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i5.NgControl, null, [i5.NgModel]), i1.ɵdid(20, 16384, null, 0, i5.NgControlStatus, [[4, i5.NgControl]], null, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_LogicDateTimeComponent_2)), i1.ɵdid(22, 16384, null, 0, i6.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = "Date of birth"; var currVal_1 = "bottom-left"; var currVal_2 = "black"; var currVal_3 = false; _ck(_v, 3, 0, currVal_0, currVal_1, currVal_2, currVal_3); var currVal_13 = _ck(_v, 15, 0, true, "DD MMM YYYY"); var currVal_14 = "Select Date"; _ck(_v, 14, 0, currVal_13, currVal_14); var currVal_15 = _co.question.date.value; _ck(_v, 18, 0, currVal_15); var currVal_16 = _co.datepickerOverlay; _ck(_v, 22, 0, currVal_16); }, function (_ck, _v) { var _co = _v.component; var currVal_4 = (((_co.question == null) ? null : ((_co.question.date == null) ? null : _co.question.date.title)) ? ((_co.question == null) ? null : ((_co.question.date == null) ? null : _co.question.date.title)) : "Date"); _ck(_v, 4, 0, currVal_4); var currVal_5 = i1.ɵnov(_v, 14).theme; var currVal_6 = i1.ɵnov(_v, 20).is("untouched"); var currVal_7 = i1.ɵnov(_v, 20).is("touched"); var currVal_8 = i1.ɵnov(_v, 20).is("pristine"); var currVal_9 = i1.ɵnov(_v, 20).is("dirty"); var currVal_10 = i1.ɵnov(_v, 20).is("valid"); var currVal_11 = i1.ɵnov(_v, 20).is("invalid"); var currVal_12 = i1.ɵnov(_v, 20).is("pending"); _ck(_v, 9, 0, currVal_5, currVal_6, currVal_7, currVal_8, currVal_9, currVal_10, currVal_11, currVal_12); }); }
|
|
61
|
+
function View_LogicDateTimeComponent_3(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 16, "div", [["class", "input-group vx-d-flex vx-mb-10"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 3, "span", [["class", "label vx-bg-grey vx-lh-24 vx-d-flex vx-text-center vx-p-2 vx-justify-center vx-align-center"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "span", [["class", "value vx-fs-11 vx-label-txt vx-tt-uppercase"], ["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)) {
|
|
62
|
+
var pd_0 = (i1.ɵnov(_v, 3).onMouseEnter() !== false);
|
|
63
|
+
ad = (pd_0 && ad);
|
|
64
|
+
} if (("mouseover" === en)) {
|
|
65
|
+
var pd_1 = (i1.ɵnov(_v, 3).onMouseOver() !== false);
|
|
66
|
+
ad = (pd_1 && ad);
|
|
67
|
+
} if (("mouseleave" === en)) {
|
|
68
|
+
var pd_2 = (i1.ɵnov(_v, 3).onMouseLeave() !== false);
|
|
69
|
+
ad = (pd_2 && ad);
|
|
70
|
+
} if (("mouseout" === en)) {
|
|
71
|
+
var pd_3 = (i1.ɵnov(_v, 3).onMouseOut() !== false);
|
|
72
|
+
ad = (pd_3 && ad);
|
|
73
|
+
} if (("click" === en)) {
|
|
74
|
+
var pd_4 = (i1.ɵnov(_v, 3).onClick() !== false);
|
|
75
|
+
ad = (pd_4 && ad);
|
|
76
|
+
} return ad; }, null, null)), i1.ɵdid(3, 81920, null, 0, i2.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(4, null, ["", ""])), (_l()(), i1.ɵeld(5, 0, null, null, 11, "div", [["class", "date-time-area"]], null, null, null, null, null)), (_l()(), i1.ɵeld(6, 0, null, null, 6, "input", [["aria-label", "12hr format"], ["placeholder", "Enter Time"], ["readonly", ""]], [[8, "disabled", 0], [2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "ngModelChange"], [null, "input"], [null, "blur"], [null, "compositionstart"], [null, "compositionend"], [null, "change"], [null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("input" === en)) {
|
|
77
|
+
var pd_0 = (i1.ɵnov(_v, 7)._handleInput($event.target.value) !== false);
|
|
78
|
+
ad = (pd_0 && ad);
|
|
79
|
+
} if (("blur" === en)) {
|
|
80
|
+
var pd_1 = (i1.ɵnov(_v, 7).onTouched() !== false);
|
|
81
|
+
ad = (pd_1 && ad);
|
|
82
|
+
} if (("compositionstart" === en)) {
|
|
83
|
+
var pd_2 = (i1.ɵnov(_v, 7)._compositionStart() !== false);
|
|
84
|
+
ad = (pd_2 && ad);
|
|
85
|
+
} if (("compositionend" === en)) {
|
|
86
|
+
var pd_3 = (i1.ɵnov(_v, 7)._compositionEnd($event.target.value) !== false);
|
|
87
|
+
ad = (pd_3 && ad);
|
|
88
|
+
} if (("change" === en)) {
|
|
89
|
+
var pd_4 = (i1.ɵnov(_v, 8).updateValue($event.target.value) !== false);
|
|
90
|
+
ad = (pd_4 && ad);
|
|
91
|
+
} if (("blur" === en)) {
|
|
92
|
+
var pd_5 = (i1.ɵnov(_v, 8).onTouched() !== false);
|
|
93
|
+
ad = (pd_5 && ad);
|
|
94
|
+
} if (("click" === en)) {
|
|
95
|
+
var pd_6 = (i1.ɵnov(_v, 8).onClick($event) !== false);
|
|
96
|
+
ad = (pd_6 && ad);
|
|
97
|
+
} if (("ngModelChange" === en)) {
|
|
98
|
+
var pd_7 = ((_co.question.time.value = $event) !== false);
|
|
99
|
+
ad = (pd_7 && ad);
|
|
100
|
+
} return ad; }, null, null)), i1.ɵdid(7, 16384, null, 0, i5.DefaultValueAccessor, [i1.Renderer2, i1.ElementRef, [2, i5.COMPOSITION_BUFFER_MODE]], null, null), i1.ɵdid(8, 671744, null, 0, i7.TimepickerDirective, [i1.ElementRef, i7.ɵe], { timepicker: [0, "timepicker"] }, null), i1.ɵprd(1024, null, i5.NG_VALUE_ACCESSOR, function (p0_0, p1_0) { return [p0_0, p1_0]; }, [i5.DefaultValueAccessor, i7.TimepickerDirective]), i1.ɵdid(10, 671744, null, 0, i5.NgModel, [[8, null], [8, null], [8, null], [6, i5.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i1.ɵprd(2048, null, i5.NgControl, null, [i5.NgModel]), i1.ɵdid(12, 16384, null, 0, i5.NgControlStatus, [[4, i5.NgControl]], null, null), (_l()(), i1.ɵeld(13, 0, null, null, 1, "i", [["class", "icons vx-fs-14 vx-paragraph-txt"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE955"])), (_l()(), i1.ɵeld(15, 0, null, null, 1, "ngx-material-timepicker", [], null, null, null, i8.View_NgxMaterialTimepickerComponent_0, i8.RenderType_NgxMaterialTimepickerComponent)), i1.ɵdid(16, 49152, [["timeOnly", 4]], 0, i7.NgxMaterialTimepickerComponent, [i7.ɵa, i7.ɵb], null, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = "Time of birth"; var currVal_1 = "bottom-left"; var currVal_2 = "black"; var currVal_3 = false; _ck(_v, 3, 0, currVal_0, currVal_1, currVal_2, currVal_3); var currVal_13 = i1.ɵnov(_v, 16); _ck(_v, 8, 0, currVal_13); var currVal_14 = _co.question.time.value; _ck(_v, 10, 0, currVal_14); }, function (_ck, _v) { var _co = _v.component; var currVal_4 = (((_co.question == null) ? null : ((_co.question.time == null) ? null : _co.question.time.title)) ? ((_co.question == null) ? null : ((_co.question.time == null) ? null : _co.question.time.title)) : "Time"); _ck(_v, 4, 0, currVal_4); var currVal_5 = i1.ɵnov(_v, 8).disabled; var currVal_6 = i1.ɵnov(_v, 12).is("untouched"); var currVal_7 = i1.ɵnov(_v, 12).is("touched"); var currVal_8 = i1.ɵnov(_v, 12).is("pristine"); var currVal_9 = i1.ɵnov(_v, 12).is("dirty"); var currVal_10 = i1.ɵnov(_v, 12).is("valid"); var currVal_11 = i1.ɵnov(_v, 12).is("invalid"); var currVal_12 = i1.ɵnov(_v, 12).is("pending"); _ck(_v, 6, 0, currVal_5, currVal_6, currVal_7, currVal_8, currVal_9, currVal_10, currVal_11, currVal_12); }); }
|
|
101
|
+
export function View_LogicDateTimeComponent_0(_l) { return i1.ɵvid(0, [i1.ɵqud(671088640, 1, { datePicker: 0 }), (_l()(), i1.ɵeld(1, 0, null, null, 4, "div", [["class", "logic-date-time vx-mb-5"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_LogicDateTimeComponent_1)), i1.ɵdid(3, 16384, null, 0, i6.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_LogicDateTimeComponent_3)), i1.ɵdid(5, 16384, null, 0, i6.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.question.hasDate; _ck(_v, 3, 0, currVal_0); var currVal_1 = _co.question.hasTime; _ck(_v, 5, 0, currVal_1); }, null); }
|
|
102
|
+
export function View_LogicDateTimeComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-logic-date-time", [], null, null, null, View_LogicDateTimeComponent_0, RenderType_LogicDateTimeComponent)), i1.ɵdid(1, 114688, null, 0, i9.LogicDateTimeComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
103
|
+
var LogicDateTimeComponentNgFactory = i1.ɵccf("app-logic-date-time", i9.LogicDateTimeComponent, View_LogicDateTimeComponent_Host_0, { question: "question" }, { changeEvent: "changeEvent" }, []);
|
|
104
|
+
export { LogicDateTimeComponentNgFactory as LogicDateTimeComponentNgFactory };
|
|
105
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9naWMtZGF0ZS10aW1lLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvbG9naWMtcXVlc3Rpb25zL2xvZ2ljLWRhdGUtdGltZS9sb2dpYy1kYXRlLXRpbWUuY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9sb2dpYy1xdWVzdGlvbnMvbG9naWMtZGF0ZS10aW1lL2xvZ2ljLWRhdGUtdGltZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7O2lFQ1NZLG9KQUFpRixZQUE1RDs7d0JBQTJCO01BQWhELHdCQUFpRjtpRUFSekYsdUhBVU0sS0FURixxTEFFTyxLQURIOzs7Ozs7Ozs7Ozs7Ozs7dVBBQW9PLElBQWpFLGdDQUEwRCxNQUVqTyx3R0FLTSxLQUpGLHNIQUF1RCxLQUFaLG1DQUFRLE1BQ25ELHdMQUE4RSxZQUFwRDs7d0JBQTBCO01BQXBELHdCQUE4RSxLQUM5RTs7Ozs7d0JBQTBQO01BQTFPOzt3QkFBZ0M7TUFBQzs7d0JBQWlDO01BQWdHOzt3QkFBMEI7TUFBQzs7d0JBQTJCO01BQXhPLG1nQkFBMFAsS0FBM0osMkNBQXdELEtBQXZKLDhmQUEwUCxJQUMxUCx1TEFBaUYsaURBTnZCLCtCQUE4QixFQUFDLDZCQUF1QixFQUFXLHVCQUFZLEVBQUMscUJBQTBCLEVBQWxLLFlBQW9PLEVBQTFLLFNBQThCLEVBQUMsU0FBdUIsRUFBVyxTQUFZLEVBQUMsU0FBMEIsR0FLbkUsbURBQXdELEdBQUMsOEJBQXlCLEVBQWpMLGFBQTBQLEVBQTNKLFVBQXdELEVBQUMsVUFBeUIsR0FBaEksb0JBQWlDLHNCQUFsRixhQUEwUCxFQUF6TSxVQUFpQyxHQUNqQyxvQkFBeUIsb0JBQTFFLGFBQWlGLEVBQWhDLFVBQXlCLG1EQU55Rix1UEFBMEQsR0FLN04seWRBQTBQO2lFQUlsUSx3SEFTTSxLQVJGLHFMQUVPLEtBREg7Ozs7Ozs7Ozs7Ozs7Ozt1UEFBcU8sSUFBakUsZ0NBQTBELE1BRWxPLHdHQUlNLEtBSEY7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O3dCQUFpSTtNQUFwQzs7d0JBQWlDO01BQTlILHFzQkFBaUksSUFDakksdUhBQXVELEtBQVosbUNBQVEsTUFDbkQsdVJBQTZELGlEQUxGLCtCQUE4QixFQUFDLDZCQUF1QixFQUFXLHVCQUFZLEVBQUMscUJBQTBCLEVBQW5LLFlBQXFPLEVBQTFLLFNBQThCLEVBQUMsU0FBdUIsRUFBVyxTQUFZLEVBQUMsU0FBMEIsR0FHbkksK0JBQTBCLEdBQTFELFlBQWlJLEVBQWpHLFVBQTBCLEdBQW1DLG9CQUFpQyxzQkFBOUgsYUFBaUksRUFBcEMsVUFBaUMsbURBSHNDLHVQQUEwRCxHQUc5TiwyZEFBaUk7a0hBakI3SSxnSEFzQk0sS0FyQkYsc0xBVU0sSUFDTixzTEFTTSxpREFwQnFDLG1CQUF3QixtQkFBbkUsWUFVTSxFQVZxQyxTQUF3QixHQVd2QixtQkFBd0IsbUJBQXBFLFlBU00sRUFUc0MsU0FBd0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBpMCBmcm9tICdAYW5ndWxhci9jb3JlJztcbmkwLkNvbXBvbmVudEZhY3Rvcnk7XG4iLCI8ZGl2IGNsYXNzPVwibG9naWMtZGF0ZS10aW1lIHZ4LW1iLTVcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJpbnB1dC1ncm91cCB2eC1kLWZsZXggdngtbWItMlwiICpuZ0lmPSdxdWVzdGlvbi5oYXNEYXRlJz5cclxuICAgICAgICA8c3BhbiBjbGFzcz1cImxhYmVsIHZ4LWJnLWdyZXkgdngtbGgtMjQgdngtZC1mbGV4IHZ4LXRleHQtY2VudGVyIHZ4LXAtMiB2eC1qdXN0aWZ5LWNlbnRlciB2eC1hbGlnbi1jZW50ZXJcIj5cclxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ2YWx1ZSB2eC1mcy0xMSB2eC1sYWJlbC10eHQgdngtdHQtdXBwZXJjYXNlXCIgW2FwcFRvb2x0aXBdPVwiJ0RhdGUgb2YgYmlydGgnXCIgcGxhY2VtZW50PVwiYm90dG9tLWxlZnRcIiBkZWxheT1cIjBcIiB0eXBlPVwiYmxhY2tcIiBbdG9vbHRpcE1hbmRhdG9yeV09XCJmYWxzZVwiPnt7cXVlc3Rpb24/LmRhdGU/LnRpdGxlID8gcXVlc3Rpb24/LmRhdGU/LnRpdGxlIDonRGF0ZScgfX08L3NwYW4+XHJcbiAgICAgICAgPC9zcGFuPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJkYXRlLXRpbWUtYXJlYVwiPlxyXG4gICAgICAgICAgICA8aSBjbGFzcz1cImljb25zIHZ4LWZzLTE0IHZ4LXBhcmFncmFwaC10eHRcIj4mI3hlOTk2OzwvaT5cclxuICAgICAgICAgICAgPGlucHV0IGNsYXNzPVwiZGF0ZVBpY2tlclwiIChjbGljayk9XCJvcGVuRGF0ZVBpY2tlcigpXCIgcGxhY2Vob2xkZXI9XCJFbnRlciBEYXRlXCI+XHJcbiAgICAgICAgICAgIDxkcC1kYXRlLXBpY2tlciAob25DaGFuZ2UpPVwiZGF0ZUNoYW5nZWQoJGV2ZW50KVwiIFsobmdNb2RlbCldPVwicXVlc3Rpb24uZGF0ZS52YWx1ZVwiICNkYXRlUGlja2VyIFtjb25maWddPVwie2Rpc2FibGVLZXlwcmVzczogdHJ1ZSxmb3JtYXQ6ICdERCBNTU0gWVlZWSd9XCIgcGxhY2Vob2xkZXI9J1NlbGVjdCBEYXRlJyAoY2xpY2spPVwib3BlbkRhdGVQaWNrZXIoKVwiIChjbGljayk9XCJjbG9zZURhdGVwaWNrZXIoKVwiPjwvZHAtZGF0ZS1waWNrZXI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJvdmVybGF5XCIgKGNsaWNrKT1cImNsb3NlRGF0ZXBpY2tlcigpXCIgKm5nSWY9XCJkYXRlcGlja2VyT3ZlcmxheVwiPjwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwiaW5wdXQtZ3JvdXAgdngtZC1mbGV4IHZ4LW1iLTEwXCIgKm5nSWY9J3F1ZXN0aW9uLmhhc1RpbWUnPlxyXG4gICAgICAgIDxzcGFuIGNsYXNzPVwibGFiZWwgdngtYmctZ3JleSB2eC1saC0yNCB2eC1kLWZsZXggdngtdGV4dC1jZW50ZXIgdngtcC0yIHZ4LWp1c3RpZnktY2VudGVyIHZ4LWFsaWduLWNlbnRlclwiPlxyXG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cInZhbHVlIHZ4LWZzLTExIHZ4LWxhYmVsLXR4dCB2eC10dC11cHBlcmNhc2VcIiAgW2FwcFRvb2x0aXBdPVwiJ1RpbWUgb2YgYmlydGgnXCIgcGxhY2VtZW50PVwiYm90dG9tLWxlZnRcIiBkZWxheT1cIjBcIiB0eXBlPVwiYmxhY2tcIiBbdG9vbHRpcE1hbmRhdG9yeV09XCJmYWxzZVwiPnt7cXVlc3Rpb24/LnRpbWU/LnRpdGxlID8gcXVlc3Rpb24/LnRpbWU/LnRpdGxlIDonVGltZScgfX08L3NwYW4+XHJcbiAgICAgICAgPC9zcGFuPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJkYXRlLXRpbWUtYXJlYVwiPlxyXG4gICAgICAgICAgICA8aW5wdXQgYXJpYS1sYWJlbD1cIjEyaHIgZm9ybWF0XCIgW25neFRpbWVwaWNrZXJdPVwidGltZU9ubHlcIiByZWFkb25seSBwbGFjZWhvbGRlcj1cIkVudGVyIFRpbWVcIiBbKG5nTW9kZWwpXT1cInF1ZXN0aW9uLnRpbWUudmFsdWVcIiAvPlxyXG4gICAgICAgICAgICA8aSBjbGFzcz1cImljb25zIHZ4LWZzLTE0IHZ4LXBhcmFncmFwaC10eHRcIj4mI3hlOTU1OzwvaT5cclxuICAgICAgICAgICAgPG5neC1tYXRlcmlhbC10aW1lcGlja2VyICN0aW1lT25seT48L25neC1tYXRlcmlhbC10aW1lcGlja2VyPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbjwvZGl2PiJdfQ==
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"datePicker":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]},"arguments":["datePicker"]}]}],"question":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"changeEvent":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":3,"members":[]}}]}],"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}],"openDatePicker":[{"__symbolic":"method"}],"closeDatepicker":[{"__symbolic":"method"}],"dateChanged":[{"__symbolic":"method"}],"timeChanged":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-logic-date-time","exportAs":null,"inputs":{"question":"question"},"outputs":{"changeEvent":"changeEvent"},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[{"selectors":[{"value":"datePicker"}],"first":true,"descendants":true,"propertyName":"datePicker","read":null}],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":4,"members":[]},"rendererType":{"__symbol":5,"members":[]},"componentFactory":{"__symbol":6,"members":[]}}}],"symbols":[{"__symbol":0,"name":"LogicDateTimeComponent","filePath":"./logic-date-time.component"},{"__symbol":1,"name":"ViewChild","filePath":"@angular/core"},{"__symbol":2,"name":"Input","filePath":"@angular/core"},{"__symbol":3,"name":"Output","filePath":"@angular/core"},{"__symbol":4,"name":"View_LogicDateTimeComponent_0","filePath":"./logic-date-time.component.ngfactory"},{"__symbol":5,"name":"RenderType_LogicDateTimeComponent","filePath":"./logic-date-time.component.ngfactory"},{"__symbol":6,"name":"LogicDateTimeComponentNgFactory","filePath":"./logic-date-time.component.ngfactory"}]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
export class LogicDropdownComponent {
|
|
3
|
+
constructor() {
|
|
4
|
+
this.changeEvent = new EventEmitter();
|
|
5
|
+
}
|
|
6
|
+
set questionSet(value) {
|
|
7
|
+
this.question = value;
|
|
8
|
+
if (this.question.hasOther) {
|
|
9
|
+
this.question.choices.push({ title: 'Other', value: 'Other' });
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
ngOnInit() {
|
|
13
|
+
}
|
|
14
|
+
emitChange(choice) {
|
|
15
|
+
this.changeEvent.emit({ choice: { title: choice } });
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
LogicDropdownComponent.decorators = [
|
|
19
|
+
{ type: Component, args: [{
|
|
20
|
+
selector: 'app-logic-dropdown',
|
|
21
|
+
template: "<div class=\"logic-dropdown\">\r\n <app-cs-select [dataList]='question?.choices' [valueKey]=\"'title'\" [displayProperty]=\"'title'\" [selectedValue]=\"'Select an option'\" (selectedValueChange)=\"emitChange($event)\"></app-cs-select>\r\n</div>",
|
|
22
|
+
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-dropdown{width:37.5rem}::ng-deep .logic-dropdown app-cs-select .input-group .custom-select-box input{height:2.5rem!important}"]
|
|
23
|
+
},] }
|
|
24
|
+
];
|
|
25
|
+
LogicDropdownComponent.ctorParameters = () => [];
|
|
26
|
+
LogicDropdownComponent.propDecorators = {
|
|
27
|
+
question: [{ type: Input }],
|
|
28
|
+
questionSet: [{ type: Input, args: ['question',] }],
|
|
29
|
+
changeEvent: [{ type: Output }]
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9naWMtZHJvcGRvd24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2xvZ2ljLXF1ZXN0aW9ucy9sb2dpYy1kcm9wZG93bi9sb2dpYy1kcm9wZG93bi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFVLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQU8vRSxNQUFNLE9BQU8sc0JBQXNCO0lBVWpDO1FBRFUsZ0JBQVcsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO0lBQ2hDLENBQUM7SUFQakIsSUFBdUIsV0FBVyxDQUFDLEtBQWM7UUFDbEQsSUFBSSxDQUFDLFFBQVEsR0FBRyxLQUFLLENBQUM7UUFDdkIsSUFBRyxJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsRUFBQztZQUN0QixJQUFJLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsRUFBQyxLQUFLLEVBQUMsT0FBTyxFQUFDLEtBQUssRUFBQyxPQUFPLEVBQUMsQ0FBQyxDQUFBO1NBQzFEO0lBQ0gsQ0FBQztJQUlDLFFBQVE7SUFFUixDQUFDO0lBQ0QsVUFBVSxDQUFDLE1BQVU7UUFFbkIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsRUFBQyxNQUFNLEVBQUMsRUFBQyxLQUFLLEVBQUMsTUFBTSxFQUFDLEVBQUMsQ0FBQyxDQUFBO0lBQy9DLENBQUM7OztZQXZCSCxTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLG9CQUFvQjtnQkFDOUIsbVFBQThDOzthQUUvQzs7Ozt1QkFHRSxLQUFLOzBCQUNMLEtBQUssU0FBQyxVQUFVOzBCQU1oQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtbG9naWMtZHJvcGRvd24nLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9sb2dpYy1kcm9wZG93bi5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vbG9naWMtZHJvcGRvd24uY29tcG9uZW50Lmxlc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgTG9naWNEcm9wZG93bkNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG4gIEBJbnB1dCgpIHF1ZXN0aW9uICE6IGFueTtcclxuICBASW5wdXQoJ3F1ZXN0aW9uJykgc2V0IHF1ZXN0aW9uU2V0KHZhbHVlOiBib29sZWFuKSB7XHJcbiB0aGlzLnF1ZXN0aW9uID0gdmFsdWU7XHJcbmlmKHRoaXMucXVlc3Rpb24uaGFzT3RoZXIpe1xyXG4gICAgdGhpcy5xdWVzdGlvbi5jaG9pY2VzLnB1c2goe3RpdGxlOidPdGhlcicsdmFsdWU6J090aGVyJ30pXHJcbiAgfVxyXG59XHJcbiAgQE91dHB1dCgpIGNoYW5nZUV2ZW50ID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XHJcbiAgY29uc3RydWN0b3IoKSB7IH1cclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICBcclxuICB9XHJcbiAgZW1pdENoYW5nZShjaG9pY2U6YW55KXtcclxuXHJcbiAgICB0aGlzLmNoYW5nZUV2ZW50LmVtaXQoe2Nob2ljZTp7dGl0bGU6Y2hvaWNlfX0pXHJcbiAgIH1cclxuXHJcbn1cclxuIl19
|
|
@@ -0,0 +1,22 @@
|
|
|
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-dropdown.component.less.shim.ngstyle";
|
|
8
|
+
import * as i1 from "@angular/core";
|
|
9
|
+
import * as i2 from "../../../../../ui-kit/formgroup/cs-select/cs-select.component.ngfactory";
|
|
10
|
+
import * as i3 from "../../../../../ui-kit/formgroup/cs-select/cs-select.component";
|
|
11
|
+
import * as i4 from "./logic-dropdown.component";
|
|
12
|
+
var styles_LogicDropdownComponent = [i0.styles];
|
|
13
|
+
var RenderType_LogicDropdownComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_LogicDropdownComponent, data: {} });
|
|
14
|
+
export { RenderType_LogicDropdownComponent as RenderType_LogicDropdownComponent };
|
|
15
|
+
export function View_LogicDropdownComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "div", [["class", "logic-dropdown"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "app-cs-select", [], null, [[null, "selectedValueChange"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("selectedValueChange" === en)) {
|
|
16
|
+
var pd_0 = (_co.emitChange($event) !== false);
|
|
17
|
+
ad = (pd_0 && ad);
|
|
18
|
+
} return ad; }, i2.View_CsSelectComponent_0, i2.RenderType_CsSelectComponent)), i1.ɵdid(2, 573440, null, 0, i3.CsSelectComponent, [], { dataList: [0, "dataList"], displayProperty: [1, "displayProperty"], selectedValue: [2, "selectedValue"], valueKey: [3, "valueKey"] }, { selectedValueChange: "selectedValueChange" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = ((_co.question == null) ? null : _co.question.choices); var currVal_1 = "title"; var currVal_2 = "Select an option"; var currVal_3 = "title"; _ck(_v, 2, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
19
|
+
export function View_LogicDropdownComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-logic-dropdown", [], null, null, null, View_LogicDropdownComponent_0, RenderType_LogicDropdownComponent)), i1.ɵdid(1, 114688, null, 0, i4.LogicDropdownComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
20
|
+
var LogicDropdownComponentNgFactory = i1.ɵccf("app-logic-dropdown", i4.LogicDropdownComponent, View_LogicDropdownComponent_Host_0, { questionSet: "question" }, { changeEvent: "changeEvent" }, []);
|
|
21
|
+
export { LogicDropdownComponentNgFactory as LogicDropdownComponentNgFactory };
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9naWMtZHJvcGRvd24uY29tcG9uZW50Lm5nZmFjdG9yeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9sb2dpYy1xdWVzdGlvbnMvbG9naWMtZHJvcGRvd24vbG9naWMtZHJvcGRvd24uY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9sb2dpYy1xdWVzdGlvbnMvbG9naWMtZHJvcGRvd24vbG9naWMtZHJvcGRvd24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7d0VDQUEsdUdBRU0sS0FERix3SkFBK0wsWUFBM0Q7O3dCQUEwQztNQUE5Syx3VEFBK0wsbURBQWhMLG9EQUE4QixvQkFBc0IsdUJBQTJCLEVBQUMsa0NBQW9DLEVBQXJGLHVCQUFvQixFQUFsRSxZQUErTCxFQUFoTCxTQUE4QixFQUFzQixTQUEyQixFQUFDLFNBQW9DLEVBQXJGLFNBQW9CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiPGRpdiBjbGFzcz1cImxvZ2ljLWRyb3Bkb3duXCI+XHJcbiAgICA8YXBwLWNzLXNlbGVjdCBbZGF0YUxpc3RdPSdxdWVzdGlvbj8uY2hvaWNlcycgW3ZhbHVlS2V5XT1cIid0aXRsZSdcIiBbZGlzcGxheVByb3BlcnR5XT1cIid0aXRsZSdcIiBbc2VsZWN0ZWRWYWx1ZV09XCInU2VsZWN0IGFuIG9wdGlvbidcIiAoc2VsZWN0ZWRWYWx1ZUNoYW5nZSk9XCJlbWl0Q2hhbmdlKCRldmVudClcIj48L2FwcC1jcy1zZWxlY3Q+XHJcbjwvZGl2PiJdfQ==
|
|
@@ -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":[]}}]}],"questionSet":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]},"arguments":["question"]}]}],"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-dropdown","exportAs":null,"inputs":{"questionSet":"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":"LogicDropdownComponent","filePath":"./logic-dropdown.component"},{"__symbol":1,"name":"Input","filePath":"@angular/core"},{"__symbol":2,"name":"Output","filePath":"@angular/core"},{"__symbol":3,"name":"View_LogicDropdownComponent_0","filePath":"./logic-dropdown.component.ngfactory"},{"__symbol":4,"name":"RenderType_LogicDropdownComponent","filePath":"./logic-dropdown.component.ngfactory"},{"__symbol":5,"name":"LogicDropdownComponentNgFactory","filePath":"./logic-dropdown.component.ngfactory"}]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
export class LogicImageChoiceComponent {
|
|
3
|
+
constructor() { }
|
|
4
|
+
ngOnInit() {
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
LogicImageChoiceComponent.decorators = [
|
|
8
|
+
{ type: Component, args: [{
|
|
9
|
+
selector: 'app-logic-image-choice',
|
|
10
|
+
template: "<div class=\"logic-image-choice\">\r\n <ul class=\"vx-p-0 vx-m-0\">\r\n <li class=\"vx-p-3 vx-pb-2 vx-mb-1 vx-w-100\" *ngFor=\"let data of [1, 1, 1]\">\r\n <app-cs-radio>\r\n <div class=\"image-box vx-mr-2 vx-mb-1\">\r\n <img src=\"https://s3-eu-west-1.amazonaws.com/eu.v-comply.com/o/5e481a5d61ca5e14f5731049/survey/61ea303207da150009a97207/image-choice/Screenshot-20220121-at-9-34-07-AM1642737872051.png\" />\r\n </div>\r\n <div class=\"name vx-fs-13 vx-paragraph-txt\" [appTooltip]=\"'Question name'\" placement=\"bottom-left\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"false\">Question name</div>\r\n </app-cs-radio>\r\n </li>\r\n </ul>\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\");::ng-deep .logic-image-choice ul{list-style-type:none}::ng-deep .logic-image-choice ul li{background:#fbfbfb;border:1px solid #f1f1f1;border-radius:.25rem}::ng-deep .logic-image-choice ul li cs-radio{width:100%!important}::ng-deep .logic-image-choice ul li cs-radio .radio-item{width:100%!important}::ng-deep .logic-image-choice ul li cs-radio .radio-item .value{width:100%}::ng-deep .logic-image-choice ul li cs-radio .radio-item .value .image-box{border:1px solid #f1f1f1;border-radius:.125rem;width:5rem;height:3rem}::ng-deep .logic-image-choice ul li cs-radio .radio-item .value .image-box img{border-radius:.125rem;width:100%;height:100%}::ng-deep .logic-image-choice ul li cs-radio .radio-item .value .name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:calc(100% - 5.5rem)}"]
|
|
12
|
+
},] }
|
|
13
|
+
];
|
|
14
|
+
LogicImageChoiceComponent.ctorParameters = () => [];
|
|
15
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9naWMtaW1hZ2UtY2hvaWNlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9sb2dpYy1xdWVzdGlvbnMvbG9naWMtaW1hZ2UtY2hvaWNlL2xvZ2ljLWltYWdlLWNob2ljZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQU9sRCxNQUFNLE9BQU8seUJBQXlCO0lBRXBDLGdCQUFnQixDQUFDO0lBRWpCLFFBQVE7SUFDUixDQUFDOzs7WUFWRixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLHdCQUF3QjtnQkFDbEMsc3dCQUFrRDs7YUFFbkQiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtbG9naWMtaW1hZ2UtY2hvaWNlJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vbG9naWMtaW1hZ2UtY2hvaWNlLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9sb2dpYy1pbWFnZS1jaG9pY2UuY29tcG9uZW50Lmxlc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgTG9naWNJbWFnZUNob2ljZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gIH1cclxuXHJcbn1cclxuIl19
|
|
@@ -0,0 +1,37 @@
|
|
|
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-image-choice.component.less.shim.ngstyle";
|
|
8
|
+
import * as i1 from "@angular/core";
|
|
9
|
+
import * as i2 from "../../../../../ui-kit/formgroup/cs-radio/cs-radio.component.ngfactory";
|
|
10
|
+
import * as i3 from "../../../../../ui-kit/formgroup/cs-radio/cs-radio.component";
|
|
11
|
+
import * as i4 from "../../../../../ui-kit/tooltip/tooltip.directive";
|
|
12
|
+
import * as i5 from "@angular/common";
|
|
13
|
+
import * as i6 from "./logic-image-choice.component";
|
|
14
|
+
var styles_LogicImageChoiceComponent = [i0.styles];
|
|
15
|
+
var RenderType_LogicImageChoiceComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_LogicImageChoiceComponent, data: {} });
|
|
16
|
+
export { RenderType_LogicImageChoiceComponent as RenderType_LogicImageChoiceComponent };
|
|
17
|
+
function View_LogicImageChoiceComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 7, "li", [["class", "vx-p-3 vx-pb-2 vx-mb-1 vx-w-100"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 6, "app-cs-radio", [], null, null, null, i2.View_CsRadioComponent_0, i2.RenderType_CsRadioComponent)), i1.ɵdid(2, 114688, null, 0, i3.CsRadioComponent, [], null, null), (_l()(), i1.ɵeld(3, 0, null, 0, 1, "div", [["class", "image-box vx-mr-2 vx-mb-1"]], null, null, null, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 0, "img", [["src", "https://s3-eu-west-1.amazonaws.com/eu.v-comply.com/o/5e481a5d61ca5e14f5731049/survey/61ea303207da150009a97207/image-choice/Screenshot-20220121-at-9-34-07-AM1642737872051.png"]], null, null, null, null, null)), (_l()(), i1.ɵeld(5, 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)) {
|
|
18
|
+
var pd_0 = (i1.ɵnov(_v, 6).onMouseEnter() !== false);
|
|
19
|
+
ad = (pd_0 && ad);
|
|
20
|
+
} if (("mouseover" === en)) {
|
|
21
|
+
var pd_1 = (i1.ɵnov(_v, 6).onMouseOver() !== false);
|
|
22
|
+
ad = (pd_1 && ad);
|
|
23
|
+
} if (("mouseleave" === en)) {
|
|
24
|
+
var pd_2 = (i1.ɵnov(_v, 6).onMouseLeave() !== false);
|
|
25
|
+
ad = (pd_2 && ad);
|
|
26
|
+
} if (("mouseout" === en)) {
|
|
27
|
+
var pd_3 = (i1.ɵnov(_v, 6).onMouseOut() !== false);
|
|
28
|
+
ad = (pd_3 && ad);
|
|
29
|
+
} if (("click" === en)) {
|
|
30
|
+
var pd_4 = (i1.ɵnov(_v, 6).onClick() !== false);
|
|
31
|
+
ad = (pd_4 && ad);
|
|
32
|
+
} return ad; }, null, null)), i1.ɵdid(6, 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, ["Question name"]))], function (_ck, _v) { _ck(_v, 2, 0); var currVal_0 = "Question name"; var currVal_1 = "bottom-left"; var currVal_2 = "black"; var currVal_3 = false; _ck(_v, 6, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
33
|
+
export function View_LogicImageChoiceComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 4, "div", [["class", "logic-image-choice"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 3, "ul", [["class", "vx-p-0 vx-m-0"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 2, null, View_LogicImageChoiceComponent_1)), i1.ɵdid(3, 278528, null, 0, i5.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), i1.ɵpad(4, 3)], function (_ck, _v) { var currVal_0 = _ck(_v, 4, 0, 1, 1, 1); _ck(_v, 3, 0, currVal_0); }, null); }
|
|
34
|
+
export function View_LogicImageChoiceComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-logic-image-choice", [], null, null, null, View_LogicImageChoiceComponent_0, RenderType_LogicImageChoiceComponent)), i1.ɵdid(1, 114688, null, 0, i6.LogicImageChoiceComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
35
|
+
var LogicImageChoiceComponentNgFactory = i1.ɵccf("app-logic-image-choice", i6.LogicImageChoiceComponent, View_LogicImageChoiceComponent_Host_0, {}, {}, []);
|
|
36
|
+
export { LogicImageChoiceComponentNgFactory as LogicImageChoiceComponentNgFactory };
|
|
37
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9naWMtaW1hZ2UtY2hvaWNlLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvbG9naWMtcXVlc3Rpb25zL2xvZ2ljLWltYWdlLWNob2ljZS9sb2dpYy1pbWFnZS1jaG9pY2UuY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9sb2dpYy1xdWVzdGlvbnMvbG9naWMtaW1hZ2UtY2hvaWNlL2xvZ2ljLWltYWdlLWNob2ljZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7O29FQ0VRLHVIQU9LLEtBTkQsd01BS2UsSUFKWCwrR0FFTSxLQURGLG9RQUEyTCxLQUUvTDs7Ozs7Ozs7Ozs7Ozs7O3VQQUF3SyxJQUFuQiwwQ0FBYSwyQkFKdEssWUFLZSxHQURpQywrQkFBOEIsRUFBQyw2QkFBdUIsRUFBVyx1QkFBWSxFQUFDLHFCQUEwQixFQUFwSixZQUF3SyxFQUE1SCxTQUE4QixFQUFDLFNBQXVCLEVBQVcsU0FBWSxFQUFDLFNBQTBCOzJFQVBwSywyR0FXTSxLQVZGLHFHQVNLLEtBUkQsdU5BT0ssR0FQdUMsMEVBQThCLEdBQTFFLFlBT0ssRUFQdUMsU0FBOEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBpMCBmcm9tICdAYW5ndWxhci9jb3JlJztcbmkwLkNvbXBvbmVudEZhY3Rvcnk7XG4iLCI8ZGl2IGNsYXNzPVwibG9naWMtaW1hZ2UtY2hvaWNlXCI+XHJcbiAgICA8dWwgY2xhc3M9XCJ2eC1wLTAgdngtbS0wXCI+XHJcbiAgICAgICAgPGxpIGNsYXNzPVwidngtcC0zIHZ4LXBiLTIgdngtbWItMSB2eC13LTEwMFwiICpuZ0Zvcj1cImxldCBkYXRhIG9mIFsxLCAxLCAxXVwiPlxyXG4gICAgICAgICAgICA8YXBwLWNzLXJhZGlvPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImltYWdlLWJveCB2eC1tci0yIHZ4LW1iLTFcIj5cclxuICAgICAgICAgICAgICAgICAgICA8aW1nIHNyYz1cImh0dHBzOi8vczMtZXUtd2VzdC0xLmFtYXpvbmF3cy5jb20vZXUudi1jb21wbHkuY29tL28vNWU0ODFhNWQ2MWNhNWUxNGY1NzMxMDQ5L3N1cnZleS82MWVhMzAzMjA3ZGExNTAwMDlhOTcyMDcvaW1hZ2UtY2hvaWNlL1NjcmVlbnNob3QtMjAyMjAxMjEtYXQtOS0zNC0wNy1BTTE2NDI3Mzc4NzIwNTEucG5nXCIgLz5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm5hbWUgdngtZnMtMTMgdngtcGFyYWdyYXBoLXR4dFwiIFthcHBUb29sdGlwXT1cIidRdWVzdGlvbiBuYW1lJ1wiIHBsYWNlbWVudD1cImJvdHRvbS1sZWZ0XCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwiZmFsc2VcIj5RdWVzdGlvbiBuYW1lPC9kaXY+XHJcbiAgICAgICAgICAgIDwvYXBwLWNzLXJhZGlvPlxyXG4gICAgICAgIDwvbGk+XHJcbiAgICA8L3VsPlxyXG48L2Rpdj4iXX0=
|
|
@@ -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-image-choice","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":"LogicImageChoiceComponent","filePath":"./logic-image-choice.component"},{"__symbol":1,"name":"View_LogicImageChoiceComponent_0","filePath":"./logic-image-choice.component.ngfactory"},{"__symbol":2,"name":"RenderType_LogicImageChoiceComponent","filePath":"./logic-image-choice.component.ngfactory"},{"__symbol":3,"name":"LogicImageChoiceComponentNgFactory","filePath":"./logic-image-choice.component.ngfactory"}]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
export class LogicMultipleChoiceComponent {
|
|
3
|
+
constructor() {
|
|
4
|
+
this.changeEvent = new EventEmitter();
|
|
5
|
+
}
|
|
6
|
+
ngOnInit() {
|
|
7
|
+
}
|
|
8
|
+
radioChecked(evt, choice) {
|
|
9
|
+
this.changeEvent.emit({ checked: evt, choice });
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
LogicMultipleChoiceComponent.decorators = [
|
|
13
|
+
{ type: Component, args: [{
|
|
14
|
+
selector: 'app-logic-multiple-choice',
|
|
15
|
+
template: "<div class=\"logic-multiple-choice\">\r\n <ul class=\"vx-p-0 vx-m-0\">\r\n <li class=\"vx-p-3 vx-pb-2 vx-mb-1 vx-w-100\" *ngFor=\"let choice of question?.choices; let choiceIndex = index\">\r\n <app-cs-radio (checkedEvent) = \"radioChecked($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-radio>\r\n </li>\r\n <li class=\"vx-p-3 vx-pb-2 vx-mb-1 vx-w-100\" *ngIf='question?.hasOther'>\r\n <app-cs-radio (checkedEvent) = \"radioChecked($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-radio>\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-multiple-choice ul{list-style-type:none}::ng-deep .logic-multiple-choice ul li{background:#fbfbfb;border:1px solid #f1f1f1;border-radius:.25rem}::ng-deep .logic-multiple-choice ul li cs-radio{width:100%!important}::ng-deep .logic-multiple-choice ul li cs-radio .radio-item{width:100%!important}::ng-deep .logic-multiple-choice ul li cs-radio .radio-item .value{width:100%}::ng-deep .logic-multiple-choice ul li cs-radio .radio-item .value .name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%}"]
|
|
17
|
+
},] }
|
|
18
|
+
];
|
|
19
|
+
LogicMultipleChoiceComponent.ctorParameters = () => [];
|
|
20
|
+
LogicMultipleChoiceComponent.propDecorators = {
|
|
21
|
+
question: [{ type: Input }],
|
|
22
|
+
changeEvent: [{ type: Output }]
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9naWMtbXVsdGlwbGUtY2hvaWNlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9sb2dpYy1xdWVzdGlvbnMvbG9naWMtbXVsdGlwbGUtY2hvaWNlL2xvZ2ljLW11bHRpcGxlLWNob2ljZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFVLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQU8vRSxNQUFNLE9BQU8sNEJBQTRCO0lBSXZDO1FBRFUsZ0JBQVcsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO0lBQ2hDLENBQUM7SUFFakIsUUFBUTtJQUNSLENBQUM7SUFDRCxZQUFZLENBQUMsR0FBTyxFQUFDLE1BQVU7UUFDN0IsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsRUFBQyxPQUFPLEVBQUMsR0FBRyxFQUFFLE1BQU0sRUFBQyxDQUFDLENBQUE7SUFDOUMsQ0FBQzs7O1lBZkYsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSwyQkFBMkI7Z0JBQ3JDLDA4QkFBcUQ7O2FBRXREOzs7O3VCQUdFLEtBQUs7MEJBQ0wsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25Jbml0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLWxvZ2ljLW11bHRpcGxlLWNob2ljZScsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2xvZ2ljLW11bHRpcGxlLWNob2ljZS5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vbG9naWMtbXVsdGlwbGUtY2hvaWNlLmNvbXBvbmVudC5sZXNzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIExvZ2ljTXVsdGlwbGVDaG9pY2VDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICBASW5wdXQoKSBxdWVzdGlvbiE6IGFueTtcclxuICBAT3V0cHV0KCkgY2hhbmdlRXZlbnQgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcclxuICBjb25zdHJ1Y3RvcigpIHsgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICB9XHJcbiAgcmFkaW9DaGVja2VkKGV2dDphbnksY2hvaWNlOmFueSl7XHJcbiAgICB0aGlzLmNoYW5nZUV2ZW50LmVtaXQoe2NoZWNrZWQ6ZXZ0LCBjaG9pY2V9KVxyXG4gIH1cclxuXHJcbn1cclxuIl19
|
|
@@ -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-multiple-choice.component.less.shim.ngstyle";
|
|
8
|
+
import * as i1 from "@angular/core";
|
|
9
|
+
import * as i2 from "../../../../../ui-kit/formgroup/cs-radio/cs-radio.component.ngfactory";
|
|
10
|
+
import * as i3 from "../../../../../ui-kit/formgroup/cs-radio/cs-radio.component";
|
|
11
|
+
import * as i4 from "../../../../../ui-kit/tooltip/tooltip.directive";
|
|
12
|
+
import * as i5 from "@angular/common";
|
|
13
|
+
import * as i6 from "./logic-multiple-choice.component";
|
|
14
|
+
var styles_LogicMultipleChoiceComponent = [i0.styles];
|
|
15
|
+
var RenderType_LogicMultipleChoiceComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_LogicMultipleChoiceComponent, data: {} });
|
|
16
|
+
export { RenderType_LogicMultipleChoiceComponent as RenderType_LogicMultipleChoiceComponent };
|
|
17
|
+
function View_LogicMultipleChoiceComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 5, "li", [["class", "vx-p-3 vx-pb-2 vx-mb-1 vx-w-100"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 4, "app-cs-radio", [], null, [[null, "checkedEvent"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("checkedEvent" === en)) {
|
|
18
|
+
var pd_0 = (_co.radioChecked($event, _v.context.$implicit) !== false);
|
|
19
|
+
ad = (pd_0 && ad);
|
|
20
|
+
} return ad; }, i2.View_CsRadioComponent_0, i2.RenderType_CsRadioComponent)), i1.ɵdid(2, 114688, null, 0, i3.CsRadioComponent, [], null, { checkedEvent: "checkedEvent" }), (_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_LogicMultipleChoiceComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 5, "li", [["class", "vx-p-3 vx-pb-2 vx-mb-1 vx-w-100"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 4, "app-cs-radio", [], null, [[null, "checkedEvent"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("checkedEvent" === en)) {
|
|
37
|
+
var pd_0 = (_co.radioChecked($event, { title: "Other" }) !== false);
|
|
38
|
+
ad = (pd_0 && ad);
|
|
39
|
+
} return ad; }, i2.View_CsRadioComponent_0, i2.RenderType_CsRadioComponent)), i1.ɵdid(2, 114688, null, 0, i3.CsRadioComponent, [], null, { checkedEvent: "checkedEvent" }), (_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_LogicMultipleChoiceComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 5, "div", [["class", "logic-multiple-choice"]], 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_LogicMultipleChoiceComponent_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_LogicMultipleChoiceComponent_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_LogicMultipleChoiceComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-logic-multiple-choice", [], null, null, null, View_LogicMultipleChoiceComponent_0, RenderType_LogicMultipleChoiceComponent)), i1.ɵdid(1, 114688, null, 0, i6.LogicMultipleChoiceComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
57
|
+
var LogicMultipleChoiceComponentNgFactory = i1.ɵccf("app-logic-multiple-choice", i6.LogicMultipleChoiceComponent, View_LogicMultipleChoiceComponent_Host_0, { question: "question" }, { changeEvent: "changeEvent" }, []);
|
|
58
|
+
export { LogicMultipleChoiceComponentNgFactory as LogicMultipleChoiceComponentNgFactory };
|
|
59
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9naWMtbXVsdGlwbGUtY2hvaWNlLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvbG9naWMtcXVlc3Rpb25zL2xvZ2ljLW11bHRpcGxlLWNob2ljZS9sb2dpYy1tdWx0aXBsZS1jaG9pY2UuY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9sb2dpYy1xdWVzdGlvbnMvbG9naWMtbXVsdGlwbGUtY2hvaWNlL2xvZ2ljLW11bHRpcGxlLWNob2ljZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7O3VFQ0VRLHVIQUlLLEtBSEQsZ0pBRWUsWUFGQTs7d0JBQThDO01BQTdELHFLQUVlLE1BRFg7Ozs7Ozs7Ozs7Ozs7Ozt1UEFBMEssSUFBdkIsZ0NBQWlCLDJCQUR4SyxZQUVlLEdBRGlDLDJEQUE0QiwyQkFBQyw2QkFBdUIsRUFBVyx1QkFBWSxFQUFDLHFCQUEwQixFQUFsSixZQUEwSyxFQUE5SCxTQUE0QixFQUFDLFNBQXVCLEVBQVcsU0FBWSxFQUFDLFNBQTBCLDJCQUFDLDZHQUFpQjt1RUFHNUssdUhBSUssS0FIRCxnSkFFZSxZQUZBOzt3QkFBdUQ7TUFBdEUscUtBRWUsTUFEWDs7Ozs7Ozs7Ozs7Ozs7O3VQQUF3SixJQUFYLGtDQUFLLDJCQUR0SixZQUVlLEdBRGlDLHVCQUFzQixFQUFDLDZCQUF1QixFQUFXLHVCQUFZLEVBQUMscUJBQTBCLEVBQTVJLFlBQXdKLEVBQTVHLFNBQXNCLEVBQUMsU0FBdUIsRUFBVyxTQUFZLEVBQUMsU0FBMEI7OEVBVDVKLDhHQWFNLEtBWkYscUdBV0ssS0FWRCwwTkFJSyxJQUNMLDRMQUlLLGlEQVR1QyxvREFBaUUsb0JBQTdHLFlBSUssRUFKdUMsU0FBaUUsR0FLakUsb0RBQTBCLHFCQUF0RSxZQUlLLEVBSnVDLFNBQTBCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiPGRpdiBjbGFzcz1cImxvZ2ljLW11bHRpcGxlLWNob2ljZVwiPlxyXG4gICAgPHVsIGNsYXNzPVwidngtcC0wIHZ4LW0tMFwiPlxyXG4gICAgICAgIDxsaSBjbGFzcz1cInZ4LXAtMyB2eC1wYi0yIHZ4LW1iLTEgdngtdy0xMDBcIiAqbmdGb3I9XCJsZXQgY2hvaWNlIG9mIHF1ZXN0aW9uPy5jaG9pY2VzOyBsZXQgY2hvaWNlSW5kZXggPSBpbmRleFwiPlxyXG4gICAgICAgICAgICA8YXBwLWNzLXJhZGlvICAoY2hlY2tlZEV2ZW50KSA9IFwicmFkaW9DaGVja2VkKCRldmVudCxjaG9pY2UpXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibmFtZSB2eC1mcy0xMyB2eC1wYXJhZ3JhcGgtdHh0XCIgW2FwcFRvb2x0aXBdPVwiY2hvaWNlPy50aXRsZVwiIHBsYWNlbWVudD1cImJvdHRvbS1sZWZ0XCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwiZmFsc2VcIj57e2Nob2ljZT8udGl0bGV9fTwvZGl2PlxyXG4gICAgICAgICAgICA8L2FwcC1jcy1yYWRpbz5cclxuICAgICAgICA8L2xpPlxyXG4gICAgICAgIDxsaSBjbGFzcz1cInZ4LXAtMyB2eC1wYi0yIHZ4LW1iLTEgdngtdy0xMDBcIiAqbmdJZj0ncXVlc3Rpb24/Lmhhc090aGVyJz5cclxuICAgICAgICAgICAgPGFwcC1jcy1yYWRpbyAgKGNoZWNrZWRFdmVudCkgPSBcInJhZGlvQ2hlY2tlZCgkZXZlbnQse3RpdGxlOidPdGhlcid9KVwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm5hbWUgdngtZnMtMTMgdngtcGFyYWdyYXBoLXR4dFwiIFthcHBUb29sdGlwXT1cIidPdGhlcidcIiBwbGFjZW1lbnQ9XCJib3R0b20tbGVmdFwiIGRlbGF5PVwiMFwiIHR5cGU9XCJibGFja1wiIFt0b29sdGlwTWFuZGF0b3J5XT1cImZhbHNlXCI+T3RoZXI8L2Rpdj5cclxuICAgICAgICAgICAgPC9hcHAtY3MtcmFkaW8+XHJcbiAgICAgICAgPC9saT5cclxuICAgIDwvdWw+XHJcbjwvZGl2PiJdfQ==
|
|
@@ -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"}],"radioChecked":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-logic-multiple-choice","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":"LogicMultipleChoiceComponent","filePath":"./logic-multiple-choice.component"},{"__symbol":1,"name":"Input","filePath":"@angular/core"},{"__symbol":2,"name":"Output","filePath":"@angular/core"},{"__symbol":3,"name":"View_LogicMultipleChoiceComponent_0","filePath":"./logic-multiple-choice.component.ngfactory"},{"__symbol":4,"name":"RenderType_LogicMultipleChoiceComponent","filePath":"./logic-multiple-choice.component.ngfactory"},{"__symbol":5,"name":"LogicMultipleChoiceComponentNgFactory","filePath":"./logic-multiple-choice.component.ngfactory"}]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
export class LogicMultipleTextboxComponent {
|
|
3
|
+
constructor() { }
|
|
4
|
+
ngOnInit() {
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
LogicMultipleTextboxComponent.decorators = [
|
|
8
|
+
{ type: Component, args: [{
|
|
9
|
+
selector: 'app-logic-multiple-textbox',
|
|
10
|
+
template: "<div class=\"logic-multiple-textbox vx-d-block\">\r\n <div class=\"input-group vx-d-flex vx-mb-2\" *ngFor=\"let data of [1, 1, 1]\">\r\n <span class=\"vx-bg-grey vx-label-txt vx-lh-20 vx-fs-12 vx-align-center vx-lh-5 vx-p-2\" [appTooltip]=\"'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s.'\" placement=\"bottom-left\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"true\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</span>\r\n <input class=\"vx-fs-12 vx-lh-20 vx-paragraph-txt vx-p-2\" type=\"text\" placeholder='Please enter a response'>\r\n </div>\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\");::ng-deep .logic-multiple-textbox{max-width:37.5rem}::ng-deep .logic-multiple-textbox .input-group{border:1px solid #f1f1f1;border-radius:.25rem;position:relative}::ng-deep .logic-multiple-textbox .input-group span{width:7.5rem;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}::ng-deep .logic-multiple-textbox .input-group input{width:calc(100% - 7.5rem);border:none;outline:none}"]
|
|
12
|
+
},] }
|
|
13
|
+
];
|
|
14
|
+
LogicMultipleTextboxComponent.ctorParameters = () => [];
|
|
15
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9naWMtbXVsdGlwbGUtdGV4dGJveC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL2Fzc2Vzc21lbnQtZWRpdG9yL2NvbXBvbmVudHMvbG9naWMtcXVlc3Rpb25zL2xvZ2ljLW11bHRpcGxlLXRleHRib3gvbG9naWMtbXVsdGlwbGUtdGV4dGJveC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQU9sRCxNQUFNLE9BQU8sNkJBQTZCO0lBRXhDLGdCQUFnQixDQUFDO0lBRWpCLFFBQVE7SUFDUixDQUFDOzs7WUFWRixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLDRCQUE0QjtnQkFDdEMscXlCQUFzRDs7YUFFdkQiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdhcHAtbG9naWMtbXVsdGlwbGUtdGV4dGJveCcsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2xvZ2ljLW11bHRpcGxlLXRleHRib3guY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL2xvZ2ljLW11bHRpcGxlLXRleHRib3guY29tcG9uZW50Lmxlc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgTG9naWNNdWx0aXBsZVRleHRib3hDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICBjb25zdHJ1Y3RvcigpIHsgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICB9XHJcblxyXG59XHJcbiJdfQ==
|
|
@@ -0,0 +1,35 @@
|
|
|
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-multiple-textbox.component.less.shim.ngstyle";
|
|
8
|
+
import * as i1 from "@angular/core";
|
|
9
|
+
import * as i2 from "../../../../../ui-kit/tooltip/tooltip.directive";
|
|
10
|
+
import * as i3 from "@angular/common";
|
|
11
|
+
import * as i4 from "./logic-multiple-textbox.component";
|
|
12
|
+
var styles_LogicMultipleTextboxComponent = [i0.styles];
|
|
13
|
+
var RenderType_LogicMultipleTextboxComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_LogicMultipleTextboxComponent, data: {} });
|
|
14
|
+
export { RenderType_LogicMultipleTextboxComponent as RenderType_LogicMultipleTextboxComponent };
|
|
15
|
+
function View_LogicMultipleTextboxComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 4, "div", [["class", "input-group vx-d-flex vx-mb-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 2, "span", [["class", "vx-bg-grey vx-label-txt vx-lh-20 vx-fs-12 vx-align-center vx-lh-5 vx-p-2"], ["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)) {
|
|
16
|
+
var pd_0 = (i1.ɵnov(_v, 2).onMouseEnter() !== false);
|
|
17
|
+
ad = (pd_0 && ad);
|
|
18
|
+
} if (("mouseover" === en)) {
|
|
19
|
+
var pd_1 = (i1.ɵnov(_v, 2).onMouseOver() !== false);
|
|
20
|
+
ad = (pd_1 && ad);
|
|
21
|
+
} if (("mouseleave" === en)) {
|
|
22
|
+
var pd_2 = (i1.ɵnov(_v, 2).onMouseLeave() !== false);
|
|
23
|
+
ad = (pd_2 && ad);
|
|
24
|
+
} if (("mouseout" === en)) {
|
|
25
|
+
var pd_3 = (i1.ɵnov(_v, 2).onMouseOut() !== false);
|
|
26
|
+
ad = (pd_3 && ad);
|
|
27
|
+
} if (("click" === en)) {
|
|
28
|
+
var pd_4 = (i1.ɵnov(_v, 2).onClick() !== false);
|
|
29
|
+
ad = (pd_4 && ad);
|
|
30
|
+
} 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(-1, null, ["Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s."])), (_l()(), i1.ɵeld(4, 0, null, null, 0, "input", [["class", "vx-fs-12 vx-lh-20 vx-paragraph-txt vx-p-2"], ["placeholder", "Please enter a response"], ["type", "text"]], null, null, null, null, null))], function (_ck, _v) { var currVal_0 = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s."; var currVal_1 = "bottom-left"; var currVal_2 = "black"; var currVal_3 = true; _ck(_v, 2, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
31
|
+
export function View_LogicMultipleTextboxComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "div", [["class", "logic-multiple-textbox vx-d-block"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 2, null, View_LogicMultipleTextboxComponent_1)), i1.ɵdid(2, 278528, null, 0, i3.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), i1.ɵpad(3, 3)], function (_ck, _v) { var currVal_0 = _ck(_v, 3, 0, 1, 1, 1); _ck(_v, 2, 0, currVal_0); }, null); }
|
|
32
|
+
export function View_LogicMultipleTextboxComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-logic-multiple-textbox", [], null, null, null, View_LogicMultipleTextboxComponent_0, RenderType_LogicMultipleTextboxComponent)), i1.ɵdid(1, 114688, null, 0, i4.LogicMultipleTextboxComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
33
|
+
var LogicMultipleTextboxComponentNgFactory = i1.ɵccf("app-logic-multiple-textbox", i4.LogicMultipleTextboxComponent, View_LogicMultipleTextboxComponent_Host_0, {}, {}, []);
|
|
34
|
+
export { LogicMultipleTextboxComponentNgFactory as LogicMultipleTextboxComponentNgFactory };
|
|
35
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9naWMtbXVsdGlwbGUtdGV4dGJveC5jb21wb25lbnQubmdmYWN0b3J5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9hc3Nlc3NtZW50LWVkaXRvci9jb21wb25lbnRzL2xvZ2ljLXF1ZXN0aW9ucy9sb2dpYy1tdWx0aXBsZS10ZXh0Ym94L2xvZ2ljLW11bHRpcGxlLXRleHRib3guY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9sb2dpYy1xdWVzdGlvbnMvbG9naWMtbXVsdGlwbGUtdGV4dGJveC9sb2dpYy1tdWx0aXBsZS10ZXh0Ym94LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7O3dFQ0NJLHNIQUdNLEtBRkY7Ozs7Ozs7Ozs7Ozs7Ozt1UEFBdWUsSUFBL0oscUxBQXdKLE1BQ2hlLGtNQUEyRywwQkFEcEIsd0tBQXVLLEVBQUMsNkJBQXVCLEVBQVcsdUJBQVksRUFBQyxvQkFBeUIsRUFBdlUsWUFBdWUsRUFBaFosU0FBdUssRUFBQyxTQUF1QixFQUFXLFNBQVksRUFBQyxTQUF5QjsrRUFGL1UsMEhBS00sS0FKRiwyTkFHTSxHQUhxQywwRUFBOEIsR0FBekUsWUFHTSxFQUhxQyxTQUE4QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiIsIjxkaXYgY2xhc3M9XCJsb2dpYy1tdWx0aXBsZS10ZXh0Ym94IHZ4LWQtYmxvY2tcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJpbnB1dC1ncm91cCB2eC1kLWZsZXggdngtbWItMlwiICpuZ0Zvcj1cImxldCBkYXRhIG9mIFsxLCAxLCAxXVwiPlxyXG4gICAgICAgIDxzcGFuIGNsYXNzPVwidngtYmctZ3JleSB2eC1sYWJlbC10eHQgdngtbGgtMjAgdngtZnMtMTIgdngtYWxpZ24tY2VudGVyIHZ4LWxoLTUgdngtcC0yXCIgW2FwcFRvb2x0aXBdPVwiJ0xvcmVtIElwc3VtIGlzIHNpbXBseSBkdW1teSB0ZXh0IG9mIHRoZSBwcmludGluZyBhbmQgdHlwZXNldHRpbmcgaW5kdXN0cnkuIExvcmVtIElwc3VtIGhhcyBiZWVuIHRoZSBpbmR1c3RyeSBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLidcIiBwbGFjZW1lbnQ9XCJib3R0b20tbGVmdFwiIGRlbGF5PVwiMFwiIHR5cGU9XCJibGFja1wiIFt0b29sdGlwTWFuZGF0b3J5XT1cInRydWVcIj5Mb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLjwvc3Bhbj5cclxuICAgICAgICA8aW5wdXQgY2xhc3M9XCJ2eC1mcy0xMiB2eC1saC0yMCB2eC1wYXJhZ3JhcGgtdHh0IHZ4LXAtMlwiIHR5cGU9XCJ0ZXh0XCIgcGxhY2Vob2xkZXI9J1BsZWFzZSBlbnRlciBhIHJlc3BvbnNlJz5cclxuICAgIDwvZGl2PlxyXG48L2Rpdj4iXX0=
|
|
@@ -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-multiple-textbox","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":"LogicMultipleTextboxComponent","filePath":"./logic-multiple-textbox.component"},{"__symbol":1,"name":"View_LogicMultipleTextboxComponent_0","filePath":"./logic-multiple-textbox.component.ngfactory"},{"__symbol":2,"name":"RenderType_LogicMultipleTextboxComponent","filePath":"./logic-multiple-textbox.component.ngfactory"},{"__symbol":3,"name":"LogicMultipleTextboxComponentNgFactory","filePath":"./logic-multiple-textbox.component.ngfactory"}]}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { LogicMultipleChoiceComponent } from './logic-multiple-choice/logic-multiple-choice.component';
|
|
4
|
+
import { LogicCheckboxComponent } from './logic-checkbox/logic-checkbox.component';
|
|
5
|
+
import { LogicImageChoiceComponent } from './logic-image-choice/logic-image-choice.component';
|
|
6
|
+
import { LogicStarRatingComponent } from './logic-star-rating/logic-star-rating.component';
|
|
7
|
+
import { LogicSingleTextboxComponent } from './logic-single-textbox/logic-single-textbox.component';
|
|
8
|
+
import { LogicCommentBoxComponent } from './logic-comment-box/logic-comment-box.component';
|
|
9
|
+
import { LogicDropdownComponent } from './logic-dropdown/logic-dropdown.component';
|
|
10
|
+
import { LogicRankingComponent } from './logic-ranking/logic-ranking.component';
|
|
11
|
+
import { LogicSliderComponent } from './logic-slider/logic-slider.component';
|
|
12
|
+
import { LogicMultipleTextboxComponent } from './logic-multiple-textbox/logic-multiple-textbox.component';
|
|
13
|
+
import { LogicDateTimeComponent } from './logic-date-time/logic-date-time.component';
|
|
14
|
+
// import { TooltipModule } from 'projects/ui-components/src/lib/ui-utility/tooltip/tooltip.module';
|
|
15
|
+
// import { PopoverModule } from 'projects/ui-components/src/lib/ui-utility/popover/popover.module';
|
|
16
|
+
// import { FormgroupModule } from 'projects/ui-components/src';
|
|
17
|
+
import { DpDatePickerModule } from 'ng2-date-picker';
|
|
18
|
+
import { NgxMaterialTimepickerModule } from 'ngx-material-timepicker';
|
|
19
|
+
import { FormsModule } from '@angular/forms';
|
|
20
|
+
import { TooltipModule } from '../../../../ui-kit/tooltip/tooltip.module';
|
|
21
|
+
import { PopoverModule } from '../../../../ui-kit/popover/popover.module';
|
|
22
|
+
import { FormgroupModule } from '../../../../ui-kit/formgroup/formgroup.module';
|
|
23
|
+
export class LogicQuestionsModule {
|
|
24
|
+
}
|
|
25
|
+
LogicQuestionsModule.decorators = [
|
|
26
|
+
{ type: NgModule, args: [{
|
|
27
|
+
declarations: [
|
|
28
|
+
LogicMultipleChoiceComponent,
|
|
29
|
+
LogicCheckboxComponent,
|
|
30
|
+
LogicImageChoiceComponent,
|
|
31
|
+
LogicStarRatingComponent,
|
|
32
|
+
LogicSingleTextboxComponent,
|
|
33
|
+
LogicCommentBoxComponent,
|
|
34
|
+
LogicDropdownComponent,
|
|
35
|
+
LogicRankingComponent,
|
|
36
|
+
LogicSliderComponent,
|
|
37
|
+
LogicMultipleTextboxComponent,
|
|
38
|
+
LogicDateTimeComponent
|
|
39
|
+
],
|
|
40
|
+
imports: [
|
|
41
|
+
CommonModule,
|
|
42
|
+
FormsModule,
|
|
43
|
+
TooltipModule,
|
|
44
|
+
PopoverModule,
|
|
45
|
+
FormgroupModule,
|
|
46
|
+
DpDatePickerModule,
|
|
47
|
+
NgxMaterialTimepickerModule,
|
|
48
|
+
],
|
|
49
|
+
exports: [
|
|
50
|
+
LogicMultipleChoiceComponent,
|
|
51
|
+
LogicCheckboxComponent,
|
|
52
|
+
LogicImageChoiceComponent,
|
|
53
|
+
LogicStarRatingComponent,
|
|
54
|
+
LogicSingleTextboxComponent,
|
|
55
|
+
LogicCommentBoxComponent,
|
|
56
|
+
LogicDropdownComponent,
|
|
57
|
+
LogicRankingComponent,
|
|
58
|
+
LogicSliderComponent,
|
|
59
|
+
LogicMultipleTextboxComponent,
|
|
60
|
+
LogicDateTimeComponent
|
|
61
|
+
]
|
|
62
|
+
},] }
|
|
63
|
+
];
|
|
64
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9naWMtcXVlc3Rpb25zLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvYXNzZXNzbWVudC1lZGl0b3IvY29tcG9uZW50cy9sb2dpYy1xdWVzdGlvbnMvbG9naWMtcXVlc3Rpb25zLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSx5REFBeUQsQ0FBQztBQUN2RyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQztBQUNuRixPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQztBQUM5RixPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxpREFBaUQsQ0FBQztBQUMzRixPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSx1REFBdUQsQ0FBQztBQUNwRyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxpREFBaUQsQ0FBQztBQUMzRixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQztBQUNuRixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUNoRixPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUM3RSxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSwyREFBMkQsQ0FBQztBQUMxRyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw2Q0FBNkMsQ0FBQztBQUNyRixvR0FBb0c7QUFDcEcsb0dBQW9HO0FBQ3BHLGdFQUFnRTtBQUNoRSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNyRCxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN0RSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQzFFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQztBQUMxRSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sK0NBQStDLENBQUM7QUF5Q2hGLE1BQU0sT0FBTyxvQkFBb0I7OztZQXJDaEMsUUFBUSxTQUFDO2dCQUNSLFlBQVksRUFBRTtvQkFDWiw0QkFBNEI7b0JBQzVCLHNCQUFzQjtvQkFDdEIseUJBQXlCO29CQUN6Qix3QkFBd0I7b0JBQ3hCLDJCQUEyQjtvQkFDM0Isd0JBQXdCO29CQUN4QixzQkFBc0I7b0JBQ3RCLHFCQUFxQjtvQkFDckIsb0JBQW9CO29CQUNwQiw2QkFBNkI7b0JBQzdCLHNCQUFzQjtpQkFDdkI7Z0JBQ0QsT0FBTyxFQUFFO29CQUNQLFlBQVk7b0JBQ1osV0FBVztvQkFDWCxhQUFhO29CQUNiLGFBQWE7b0JBQ2IsZUFBZTtvQkFDZixrQkFBa0I7b0JBQ2xCLDJCQUEyQjtpQkFDNUI7Z0JBQ0QsT0FBTyxFQUFFO29CQUNQLDRCQUE0QjtvQkFDNUIsc0JBQXNCO29CQUN0Qix5QkFBeUI7b0JBQ3pCLHdCQUF3QjtvQkFDeEIsMkJBQTJCO29CQUMzQix3QkFBd0I7b0JBQ3hCLHNCQUFzQjtvQkFDdEIscUJBQXFCO29CQUNyQixvQkFBb0I7b0JBQ3BCLDZCQUE2QjtvQkFDN0Isc0JBQXNCO2lCQUN2QjthQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgTG9naWNNdWx0aXBsZUNob2ljZUNvbXBvbmVudCB9IGZyb20gJy4vbG9naWMtbXVsdGlwbGUtY2hvaWNlL2xvZ2ljLW11bHRpcGxlLWNob2ljZS5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBMb2dpY0NoZWNrYm94Q29tcG9uZW50IH0gZnJvbSAnLi9sb2dpYy1jaGVja2JveC9sb2dpYy1jaGVja2JveC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBMb2dpY0ltYWdlQ2hvaWNlQ29tcG9uZW50IH0gZnJvbSAnLi9sb2dpYy1pbWFnZS1jaG9pY2UvbG9naWMtaW1hZ2UtY2hvaWNlLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IExvZ2ljU3RhclJhdGluZ0NvbXBvbmVudCB9IGZyb20gJy4vbG9naWMtc3Rhci1yYXRpbmcvbG9naWMtc3Rhci1yYXRpbmcuY29tcG9uZW50JztcclxuaW1wb3J0IHsgTG9naWNTaW5nbGVUZXh0Ym94Q29tcG9uZW50IH0gZnJvbSAnLi9sb2dpYy1zaW5nbGUtdGV4dGJveC9sb2dpYy1zaW5nbGUtdGV4dGJveC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBMb2dpY0NvbW1lbnRCb3hDb21wb25lbnQgfSBmcm9tICcuL2xvZ2ljLWNvbW1lbnQtYm94L2xvZ2ljLWNvbW1lbnQtYm94LmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IExvZ2ljRHJvcGRvd25Db21wb25lbnQgfSBmcm9tICcuL2xvZ2ljLWRyb3Bkb3duL2xvZ2ljLWRyb3Bkb3duLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IExvZ2ljUmFua2luZ0NvbXBvbmVudCB9IGZyb20gJy4vbG9naWMtcmFua2luZy9sb2dpYy1yYW5raW5nLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IExvZ2ljU2xpZGVyQ29tcG9uZW50IH0gZnJvbSAnLi9sb2dpYy1zbGlkZXIvbG9naWMtc2xpZGVyLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IExvZ2ljTXVsdGlwbGVUZXh0Ym94Q29tcG9uZW50IH0gZnJvbSAnLi9sb2dpYy1tdWx0aXBsZS10ZXh0Ym94L2xvZ2ljLW11bHRpcGxlLXRleHRib3guY29tcG9uZW50JztcclxuaW1wb3J0IHsgTG9naWNEYXRlVGltZUNvbXBvbmVudCB9IGZyb20gJy4vbG9naWMtZGF0ZS10aW1lL2xvZ2ljLWRhdGUtdGltZS5jb21wb25lbnQnO1xyXG4vLyBpbXBvcnQgeyBUb29sdGlwTW9kdWxlIH0gZnJvbSAncHJvamVjdHMvdWktY29tcG9uZW50cy9zcmMvbGliL3VpLXV0aWxpdHkvdG9vbHRpcC90b29sdGlwLm1vZHVsZSc7XHJcbi8vIGltcG9ydCB7IFBvcG92ZXJNb2R1bGUgfSBmcm9tICdwcm9qZWN0cy91aS1jb21wb25lbnRzL3NyYy9saWIvdWktdXRpbGl0eS9wb3BvdmVyL3BvcG92ZXIubW9kdWxlJztcclxuLy8gaW1wb3J0IHsgRm9ybWdyb3VwTW9kdWxlIH0gZnJvbSAncHJvamVjdHMvdWktY29tcG9uZW50cy9zcmMnO1xyXG5pbXBvcnQgeyBEcERhdGVQaWNrZXJNb2R1bGUgfSBmcm9tICduZzItZGF0ZS1waWNrZXInO1xyXG5pbXBvcnQgeyBOZ3hNYXRlcmlhbFRpbWVwaWNrZXJNb2R1bGUgfSBmcm9tICduZ3gtbWF0ZXJpYWwtdGltZXBpY2tlcic7XHJcbmltcG9ydCB7IEZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBUb29sdGlwTW9kdWxlIH0gZnJvbSAnLi4vLi4vLi4vLi4vdWkta2l0L3Rvb2x0aXAvdG9vbHRpcC5tb2R1bGUnO1xyXG5pbXBvcnQgeyBQb3BvdmVyTW9kdWxlIH0gZnJvbSAnLi4vLi4vLi4vLi4vdWkta2l0L3BvcG92ZXIvcG9wb3Zlci5tb2R1bGUnO1xyXG5pbXBvcnQgeyBGb3JtZ3JvdXBNb2R1bGUgfSBmcm9tICcuLi8uLi8uLi8uLi91aS1raXQvZm9ybWdyb3VwL2Zvcm1ncm91cC5tb2R1bGUnO1xyXG5cclxuXHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW1xyXG4gICAgTG9naWNNdWx0aXBsZUNob2ljZUNvbXBvbmVudCxcclxuICAgIExvZ2ljQ2hlY2tib3hDb21wb25lbnQsXHJcbiAgICBMb2dpY0ltYWdlQ2hvaWNlQ29tcG9uZW50LFxyXG4gICAgTG9naWNTdGFyUmF0aW5nQ29tcG9uZW50LFxyXG4gICAgTG9naWNTaW5nbGVUZXh0Ym94Q29tcG9uZW50LFxyXG4gICAgTG9naWNDb21tZW50Qm94Q29tcG9uZW50LFxyXG4gICAgTG9naWNEcm9wZG93bkNvbXBvbmVudCxcclxuICAgIExvZ2ljUmFua2luZ0NvbXBvbmVudCxcclxuICAgIExvZ2ljU2xpZGVyQ29tcG9uZW50LFxyXG4gICAgTG9naWNNdWx0aXBsZVRleHRib3hDb21wb25lbnQsXHJcbiAgICBMb2dpY0RhdGVUaW1lQ29tcG9uZW50XHJcbiAgXSxcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGUsXHJcbiAgICBGb3Jtc01vZHVsZSxcclxuICAgIFRvb2x0aXBNb2R1bGUsXHJcbiAgICBQb3BvdmVyTW9kdWxlLFxyXG4gICAgRm9ybWdyb3VwTW9kdWxlLFxyXG4gICAgRHBEYXRlUGlja2VyTW9kdWxlLFxyXG4gICAgTmd4TWF0ZXJpYWxUaW1lcGlja2VyTW9kdWxlLFxyXG4gIF0sXHJcbiAgZXhwb3J0czogW1xyXG4gICAgTG9naWNNdWx0aXBsZUNob2ljZUNvbXBvbmVudCxcclxuICAgIExvZ2ljQ2hlY2tib3hDb21wb25lbnQsXHJcbiAgICBMb2dpY0ltYWdlQ2hvaWNlQ29tcG9uZW50LFxyXG4gICAgTG9naWNTdGFyUmF0aW5nQ29tcG9uZW50LFxyXG4gICAgTG9naWNTaW5nbGVUZXh0Ym94Q29tcG9uZW50LFxyXG4gICAgTG9naWNDb21tZW50Qm94Q29tcG9uZW50LFxyXG4gICAgTG9naWNEcm9wZG93bkNvbXBvbmVudCxcclxuICAgIExvZ2ljUmFua2luZ0NvbXBvbmVudCxcclxuICAgIExvZ2ljU2xpZGVyQ29tcG9uZW50LFxyXG4gICAgTG9naWNNdWx0aXBsZVRleHRib3hDb21wb25lbnQsXHJcbiAgICBMb2dpY0RhdGVUaW1lQ29tcG9uZW50XHJcbiAgXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgTG9naWNRdWVzdGlvbnNNb2R1bGUgeyB9XHJcbiJdfQ==
|